@charset "UTF-8";
.tool-header {
  position: relative;
  display: flex;
  justify-content: center;
  width: min(100% - 2rem, 980px);
  margin: 2.5rem auto 1.5rem;
  padding: 0 1rem 1.35rem;
}
.tool-header::before, .tool-header::after {
  position: absolute;
  top: 0.45rem;
  color: rgba(135, 41, 212, 0.42);
  font-family: var(--font-mono, "Courier New", Courier, monospace);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1;
}
.tool-header::before {
  content: "{";
  left: clamp(0.25rem, 8vw, 7rem);
}
.tool-header::after {
  content: "}";
  right: clamp(0.25rem, 8vw, 7rem);
}
.tool-header .tool-title {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  font-family: var(--font-mono, "Courier New", Courier, monospace);
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  color: #15151a;
  background: linear-gradient(100deg, rgb(80, 183, 243), rgb(135, 41, 212) 48%, rgb(229, 80, 157));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tool-header .tool-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.7rem;
  width: min(100%, 320px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #50b7f3, #8729d4, #e5509d, transparent);
  transform: translateX(-50%);
}

.blog-post {
  max-width: 820px;
  padding: 0 clamp(1rem, 3vw, 2rem);
  margin: clamp(2rem, 5vw, 4rem) auto 3rem;
  font-family: var(--font-sans);
}
.blog-post .blog-post-header-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 18px 34px -26px var(--site-shadow);
  margin: 1.75rem 0 2.25rem;
}
.blog-post .blog-embed {
  width: 100%;
  margin: 2rem 0;
}
.blog-post .blog-embed-youtube {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.blog-post .blog-embed-youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.blog-post h1.blog-post-title {
  font-stretch: normal;
  text-decoration-color: rgb(204, 221, 204);
  background: linear-gradient(156deg, rgb(111, 182, 236), rgb(201, 44, 196), rgb(177, 221, 140));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
  font-size: clamp(2.1rem, 5vw, 3.45rem);
  margin: 0 0 1.25rem;
  font-family: var(--font-sans);
  font-weight: 780;
  line-height: 1.03;
}
.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5 {
  font-family: var(--font-sans);
  font-weight: 740;
  color: var(--site-text);
}
.blog-post h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.12;
  margin: 2.75rem 0 1rem;
}
.blog-post h2 {
  font-size: clamp(1.45rem, 2.6vw, 1.8rem);
  line-height: 1.2;
  margin: 2.5rem 0 0.85rem;
}
.blog-post h3 {
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  line-height: 1.28;
  margin: 2rem 0 0.75rem;
}
.blog-post h4 {
  font-size: 1.1rem;
  line-height: 1.35;
  margin: 1.75rem 0 0.7rem;
}
.blog-post h5 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 1.5rem 0 0.65rem;
  color: var(--site-text);
}
.blog-post p {
  margin: 0 0 1.25rem;
  color: var(--site-text-soft);
  font-size: 1.05rem;
  line-height: 1.75;
}
.blog-post a {
  color: rgba(201, 44, 196, 0.587);
  text-decoration: none;
}
.blog-post a:hover {
  color: rgb(201, 44, 196);
  text-decoration: underline;
  cursor: pointer;
  transform: scale(1.05);
}
.blog-post a:visited {
  color: rgba(201, 44, 196, 0.587);
}
.blog-post a:active {
  color: rgb(201, 44, 196);
}
.blog-post ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.blog-post ul li {
  margin: 0.5rem 0;
  color: var(--site-text-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}
.blog-post ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.blog-post ol li {
  margin-bottom: 0.5rem;
  color: var(--site-text-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}
.blog-post hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 2.5rem 0;
  background: var(--site-border);
}
.blog-post blockquote,
.blog-post callout {
  display: block;
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 3px solid rgb(94, 74, 174);
  border-radius: 8px;
  background: var(--site-card-bg);
  color: var(--site-text-soft);
}
.blog-post code {
  font-family: var(--font-mono);
  font-size: 0.92em;
}
.blog-post pre {
  margin: 1.5rem 0;
  border-radius: 8px;
  line-height: 1.55;
}
.blog-post table {
  border-collapse: collapse;
  width: 100%;
  margin: 2rem 0;
}
.blog-post table tr:hover {
  background-color: var(--site-card-bg);
}
.blog-post table thead tr th {
  background-color: var(--site-card-bg);
}
.blog-post table th, .blog-post table td {
  border: 1px solid var(--site-border);
  padding: 0.75rem;
  text-align: left;
}
.blog-post table th {
  background-color: var(--site-elevated-bg);
  font-weight: bold;
}

.blog-post-back {
  max-width: 820px;
  margin: 0 auto 4rem;
  padding: 0 clamp(1rem, 3vw, 2rem);
  font-size: 0.95rem;
  font-weight: 700;
}
.blog-post-back a {
  color: rgb(94, 74, 174);
  text-decoration: none;
}
.blog-post-back a:hover {
  color: rgb(149.3112903226, 135.585483871, 204.214516129);
}

.blog-list-page-featured-item {
  display: flex;
  gap: clamp(1rem, 3vw, 2rem);
  justify-content: space-between;
  background-color: var(--site-card-bg);
  padding: clamp(0.85rem, 2vw, 1.25rem);
  border: 1px solid var(--site-border);
  border-radius: 8px;
  box-shadow: 0 18px 36px -30px var(--site-shadow);
  margin-bottom: 2.5rem;
}
.blog-list-page-featured-item .blog-list-page-featured-item-text {
  flex: 1 1 52%;
}
.blog-list-page-featured-item .blog-list-page-featured-item-text h1 {
  font-stretch: normal;
  text-decoration-color: rgb(204, 221, 204);
  background: linear-gradient(156deg, rgb(111, 182, 236), rgb(201, 44, 196), rgb(177, 221, 140));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  margin: 0 0 1rem;
  font-family: var(--font-sans);
  font-weight: 750;
  line-height: 1.05;
}
.blog-list-page-featured-item .blog-list-page-featured-item-text h1 a {
  text-decoration: none;
  color: var(--site-text);
}
.blog-list-page-featured-item .blog-list-page-featured-item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  color: var(--site-text-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}
.blog-list-page-featured-item .blog-list-page-featured-item-meta .blog-list-item-category {
  color: rgb(94, 74, 174);
  font-weight: 700;
}
.blog-list-page-featured-item .blog-list-page-featured-item-meta .blog-list-item-category a {
  text-decoration: none;
  color: rgb(94, 74, 174);
}
.blog-list-page-featured-item .blog-list-page-featured-item-meta .blog-list-item-date {
  color: var(--site-text-muted);
}
.blog-list-page-featured-item .blog-list-page-featured-item-image {
  flex: 1 1 44%;
  min-width: min(340px, 100%);
}
.blog-list-page-featured-item .blog-list-page-featured-item-image a,
.blog-list-page-featured-item .blog-list-page-featured-item-image picture {
  display: block;
}
.blog-list-page-featured-item .blog-list-page-featured-item-image a {
  border-radius: 0.5rem;
  overflow: hidden;
}
.blog-list-page-featured-item .blog-list-page-featured-item-image a:hover img, .blog-list-page-featured-item .blog-list-page-featured-item-image a:focus-visible img {
  transform: scale(1.035);
}
.blog-list-page-featured-item .blog-list-page-featured-item-image a:focus-visible {
  outline: 3px solid var(--site-text);
  outline-offset: 4px;
}
.blog-list-page-featured-item p {
  color: var(--site-text-soft);
  max-width: 62ch;
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.7;
}
.blog-list-page-featured-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1200/630;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
  margin: 0;
  transition: transform 180ms ease;
}
.blog-list-page-featured-item h4 {
  margin: 1.25rem 0 0;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
}
.blog-list-page-featured-item h4 a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: rgb(94, 74, 174);
}
.blog-list-page-featured-item h4 a:hover {
  color: rgb(149.3112903226, 135.585483871, 204.214516129);
}
@media (max-width: 768px) {
  .blog-list-page-featured-item {
    flex-direction: column;
    align-items: stretch;
  }
  .blog-list-page-featured-item .blog-list-page-featured-item-text {
    margin-bottom: 1rem;
  }
  .blog-list-page-featured-item .blog-list-page-featured-item-image {
    min-width: 100%;
  }
  .blog-list-page-featured-item h1 {
    font-size: clamp(1.75rem, 9vw, 2.25rem) !important;
  }
  .blog-list-page-featured-item .featured-image-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .blog-list-page-featured-item .featured-image-mobile {
    display: none;
  }
  .blog-list-page-featured-item .featured-image-desktop {
    display: block;
  }
}

.blog-list-items {
  margin: 1.75rem 0 3rem;
}
.blog-list-items h2 {
  margin: 0 0 0.65rem;
  font-family: var(--font-sans);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 750;
  line-height: 1.2;
}
.blog-list-items h2 a {
  text-decoration: none;
  color: var(--site-text);
}
.blog-list-items h2 a:hover {
  color: rgb(94, 74, 174);
}
.blog-list-items ul {
  list-style: none;
}
.blog-list-items .blog-list-item {
  margin: 0;
  padding: 2rem 0;
  border-top: 1px solid var(--site-border);
  text-decoration: none;
}
.blog-list-items .blog-list-item .blog-list-item-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-info {
  flex: 1 1 auto;
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-info > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  color: var(--site-text-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-info p {
  max-width: 72ch;
  margin: 0;
  color: var(--site-text-soft);
  font-size: 1rem;
  line-height: 1.7;
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-image {
  flex: 0 1 min(38%, 360px);
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-image a,
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-image picture {
  display: block;
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-image a {
  border-radius: 0.5rem;
  box-shadow: 0 12px 24px -22px var(--site-shadow);
  overflow: hidden;
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-image a:hover img, .blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-image a:focus-visible img {
  transform: scale(1.035);
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-image a:focus-visible {
  outline: 3px solid var(--site-text);
  outline-offset: 4px;
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1200/630;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
  transition: transform 180ms ease;
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-category {
  color: rgb(94, 74, 174);
  font-size: 0.9rem;
  font-weight: 700;
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-category:before {
  content: "";
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-category a {
  text-decoration: none;
  color: rgb(94, 74, 174);
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-date {
  color: var(--site-text-muted);
  font-size: 0.9rem;
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-read-more {
  margin-top: 1rem;
  font-size: 0.95rem;
  font-weight: 700;
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-read-more a {
  display: inline-flex;
  text-decoration: none;
  color: rgb(94, 74, 174);
}
.blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-read-more a:hover {
  color: rgb(149.3112903226, 135.585483871, 204.214516129);
}
@media (max-width: 768px) {
  .blog-list-items .blog-list-item {
    padding: 1.6rem 0;
  }
  .blog-list-items .blog-list-item .blog-list-item-content {
    flex-direction: column;
    gap: 1rem;
  }
  .blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-image {
    flex-basis: auto;
    max-width: 100%;
    margin-right: 0;
  }
  .blog-list-items .blog-list-item .blog-list-item-content .blog-list-item-read-more {
    margin-top: 1rem;
  }
}

.blog-categories {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 1rem;
}
.blog-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.blog-categories ul li {
  color: rgb(240, 240, 240);
  background-color: rgb(94, 74, 174);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 8px 18px -16px var(--site-shadow);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1;
  transition: background-color 0.2s, transform 0.2s;
}
.blog-categories ul li a {
  color: rgb(240, 240, 240);
  text-decoration: none;
}
.blog-categories ul li .active {
  background-color: rgb(94, 74, 174);
  color: rgb(240, 240, 240);
}
.blog-categories ul li:hover {
  background-color: #333;
  transform: translateY(-1px);
}

html, body {
  overflow-x: hidden;
}

.portfolio-header {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: clamp(1rem, 4vw, 3rem);
  margin: 5rem 0;
  overflow-x: visible;
}
.portfolio-header .portfolio-header-text {
  position: relative;
  z-index: 1;
  flex: 1;
  width: 100%;
  padding-right: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.portfolio-header .portfolio-header-text h1 {
  margin: 0.12em 0;
  line-height: 0.92;
}
.portfolio-header .portfolio-header-text .highlight {
  color: rgb(201, 44, 196);
  font-weight: 600;
}
.portfolio-header .logo-xl {
  position: relative;
  z-index: 1;
}
.portfolio-header .logo-xl h1 {
  font-size: 16rem;
  color: var(--site-text-soft);
  margin: 0;
}
.portfolio-header .portfolio-header-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 130%;
  max-width: 130%;
  z-index: 0;
  pointer-events: none;
  transform: rotate(3deg);
}
.portfolio-header .portfolio-header-bg {
  margin: 0;
  color: var(--site-text-muted);
  font-size: 1.2rem;
  font-family: "Courier New", Courier, monospace;
  line-height: 1.25;
  opacity: 0.36;
  overflow-wrap: break-word;
  white-space: normal;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, transparent 17%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 75%, transparent 95%);
  mask-image: linear-gradient(to right, transparent 17%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 75%, transparent 95%);
}
.portfolio-header .portfolio-period-1 {
  cursor: pointer;
}
.portfolio-header .portfolio-period-1:hover {
  color: purple;
}
.portfolio-header .portfolio-period-2 {
  cursor: pointer;
}
.portfolio-header .portfolio-period-2:hover {
  color: #fa60db;
}
.portfolio-header .portfolio-period-3 {
  cursor: pointer;
}
.portfolio-header .portfolio-period-3:hover {
  color: #ffb730;
}
.portfolio-header .portfolio-period-4 {
  cursor: pointer;
}
.portfolio-header .portfolio-period-4:hover {
  color: limegreen;
}

.portfolio-tool-showcase {
  display: grid;
  gap: clamp(5.5rem, 10vw, 9rem);
  min-width: 0;
  margin: clamp(4rem, 8vw, 7rem) 0;
}

.portfolio-tool-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  min-width: 0;
}
.portfolio-tool-feature.is-primary {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}
.portfolio-tool-feature.is-primary .portfolio-tool-preview {
  max-width: 616px;
  min-height: clamp(310px, 36vw, 460px);
}
.portfolio-tool-feature.is-primary .portfolio-tool-preview.has-image {
  min-height: 0;
}
.portfolio-tool-feature.is-primary .portfolio-tool-preview.has-image {
  filter: none;
}
.portfolio-tool-feature.is-reversed {
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
}
.portfolio-tool-feature.is-reversed .portfolio-tool-preview {
  order: 2;
  justify-self: end;
}
.portfolio-tool-feature.is-reversed .portfolio-tool-info {
  order: 1;
}
.portfolio-tool-feature:not(.is-primary) .portfolio-tool-preview {
  max-width: 427px;
  min-height: 248px;
}
.portfolio-tool-feature:not(.is-primary) .portfolio-tool-preview.has-image {
  aspect-ratio: 427/248;
}
.portfolio-tool-feature:not(.is-primary) .portfolio-tool-preview:not(.has-image) {
  height: 248px;
}

.portfolio-tool-preview {
  position: relative;
  box-sizing: border-box;
  display: grid;
  width: 100%;
  max-width: 760px;
  min-height: clamp(250px, 27vw, 360px);
  overflow: hidden;
  border-radius: 16px;
  background: radial-gradient(circle at 18% 20%, rgba(111, 182, 236, 0.35), transparent 30%), linear-gradient(135deg, #111827, #2a1640 52%, #c92cc4);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(16, 23, 42, 0.16);
  filter: grayscale(1);
  transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.portfolio-tool-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 4px;
  border-radius: inherit;
  background: linear-gradient(135deg, #6fb6ec, #c92cc4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.portfolio-tool-preview.has-image {
  aspect-ratio: 1000/580;
  min-height: 0;
  background: #111827;
}
.portfolio-tool-preview:hover, .portfolio-tool-preview:focus-visible {
  filter: grayscale(0);
  box-shadow: 0 22px 50px rgba(201, 44, 196, 0.2);
}
.portfolio-tool-preview:hover::before, .portfolio-tool-preview:focus-visible::before {
  opacity: 1;
}

.portfolio-tool-image-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.portfolio-tool-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-tool-slider .portfolio-tool-image {
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: opacity 180ms ease;
}
.portfolio-tool-slider .portfolio-tool-image.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.portfolio-slider-pause {
  position: absolute;
  right: 1.35rem;
  bottom: 1.2rem;
  z-index: 4;
  display: inline-grid;
  grid-template-columns: repeat(2, 4px);
  gap: 3px;
  place-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.72);
  color: #fff;
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}
.portfolio-slider-pause span {
  width: 4px;
  height: 14px;
  border-radius: 999px;
  background: currentColor;
}
.portfolio-slider-pause[aria-pressed=true] {
  grid-template-columns: 1fr;
}
.portfolio-slider-pause[aria-pressed=true] span:first-child {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
  border-radius: 0;
  background: transparent;
}
.portfolio-slider-pause[aria-pressed=true] span:last-child {
  display: none;
}
.portfolio-slider-pause:hover, .portfolio-slider-pause:focus-visible {
  background: #db3c95;
  transform: translateY(-1px);
}

.portfolio-slider-thumbs {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: flex;
  gap: 0.45rem;
  max-width: calc(100% - 6rem);
  padding: 0.35rem;
  border-radius: 0.5rem;
  background: rgba(17, 24, 39, 0.72);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(-50% + 0.4rem));
  transition: opacity 160ms ease, transform 160ms ease;
}

.portfolio-tool-slider:hover .portfolio-slider-thumbs,
.portfolio-tool-slider:focus-within .portfolio-slider-thumbs {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}

.portfolio-slider-thumb {
  box-sizing: border-box;
  display: block;
  width: clamp(2.2rem, 4vw, 3.25rem);
  aspect-ratio: 1/1;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 4px;
  background: #111827;
  cursor: pointer;
}
.portfolio-slider-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-slider-thumb.is-active {
  border-color: #a78bfa;
}

.portfolio-tool-frame {
  position: relative;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 2.6rem);
}
.portfolio-tool-frame::before {
  content: "";
  position: absolute;
  inset: clamp(1rem, 2vw, 1.6rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.portfolio-tool-window {
  position: absolute;
  top: clamp(1.8rem, 3vw, 2.5rem);
  left: clamp(1.8rem, 3vw, 2.5rem);
  display: flex;
  gap: 0.45rem;
}
.portfolio-tool-window span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.portfolio-tool-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(8rem, 16vw, 13rem);
  height: clamp(8rem, 16vw, 13rem);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  transform: rotate(4deg);
}
.portfolio-tool-icon i {
  font-size: clamp(3.8rem, 8vw, 7rem);
}
.portfolio-tool-icon img {
  width: 72%;
  height: auto;
  object-fit: contain;
}
.portfolio-tool-icon > span {
  max-width: 80%;
  font-family: var(--font-mono, "Courier New", Courier, monospace);
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.portfolio-tool-sample {
  position: absolute;
  right: clamp(1.8rem, 3vw, 2.5rem);
  bottom: clamp(1.8rem, 3vw, 2.5rem);
  display: grid;
  gap: 0.55rem;
  width: min(32%, 12rem);
}
.portfolio-tool-sample span {
  height: 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}
.portfolio-tool-sample span:nth-child(2) {
  width: 76%;
}
.portfolio-tool-sample span:nth-child(3) {
  width: 54%;
}

.portfolio-tool-info {
  min-width: 0;
}
.portfolio-tool-info .portfolio-primary-title {
  margin: 0 0 1.6rem;
}
.portfolio-tool-info .portfolio-primary-title h2 {
  margin: 0;
  color: var(--site-text);
  font-family: var(--font-mono, "Courier New", Courier, monospace);
  font-size: clamp(2.7rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}
.portfolio-tool-info .portfolio-primary-title h2::first-letter {
  font-size: 1.18em;
  line-height: 0.78;
}
.portfolio-tool-info > h2 {
  margin: 0 0 1.6rem;
  color: var(--site-text);
  font-family: var(--font-mono, "Courier New", Courier, monospace);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
.portfolio-tool-info > h2 span {
  color: #7c3aed;
}
.portfolio-tool-info p {
  margin: 0 0 1.2rem;
  color: var(--site-text-soft);
  font-size: 1rem;
  line-height: 1.6;
}

.portfolio-tool-tech,
.portfolio-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}
.portfolio-tool-tech li,
.portfolio-tech-tags li {
  min-width: 6rem;
  border-radius: 999px;
  padding: 0.2rem 1rem;
  background: linear-gradient(135deg, #6d36dd, #c92cc4);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}

.portfolio-tool-tech {
  margin-bottom: 0.2rem;
}

.portfolio-action-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.7rem;
}

.portfolio-view-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 8rem;
  height: 2rem;
  color: var(--site-text);
  text-decoration: none;
  isolation: isolate;
}
.portfolio-view-link span {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #db3c95;
  color: transparent;
  font-size: 0;
  overflow: hidden;
  transition: width 180ms ease, background-color 180ms ease;
}
.portfolio-view-link span::before {
  content: "→";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 220ms ease;
}
.portfolio-view-link strong {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  z-index: 2;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 160ms ease;
}
.portfolio-view-link:hover span, .portfolio-view-link:focus-visible span {
  width: 100%;
  background: #db3c95;
}
.portfolio-view-link:hover span::before, .portfolio-view-link:focus-visible span::before {
  transform: rotateY(180deg);
}
.portfolio-view-link:hover strong, .portfolio-view-link:focus-visible strong {
  color: #fff;
}

.portfolio-square-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 8vw, 8rem);
  margin: clamp(4rem, 8vw, 7rem) 0 clamp(5rem, 8vw, 8rem);
}

.portfolio-section-title {
  margin: 0 0 2rem;
  color: var(--site-text);
  font-family: var(--font-mono, "Courier New", Courier, monospace);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
.portfolio-section-title span {
  color: #7c3aed;
}

.portfolio-square-link {
  position: relative;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 9rem;
  height: 9rem;
  padding: 1.25rem;
  border-radius: 1.5rem;
  background: var(--site-text);
  color: var(--site-bg);
  text-decoration: none;
  overflow: hidden;
  box-shadow: none;
  transition: color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.portfolio-square-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #6fb6ec, #c92cc4);
  opacity: 0;
  transition: opacity 160ms ease;
}
.portfolio-square-link img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 52%;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.95;
  transition: filter 160ms ease, opacity 160ms ease, transform 160ms ease;
}
.portfolio-square-link img[data-dark-src] {
  max-height: 100%;
  filter: grayscale(1);
}
.portfolio-square-link span {
  position: relative;
  z-index: 1;
  max-width: 100%;
  font-family: var(--font-mono, "Courier New", Courier, monospace);
  font-size: clamp(1.35rem, 2.7vw, 2.35rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  overflow-wrap: anywhere;
  transition: transform 160ms ease;
}
.portfolio-square-link:hover, .portfolio-square-link:focus-visible {
  color: #fff;
  transform: translateX(0.5rem) rotate(-6deg);
  box-shadow: 0 18px 36px rgba(201, 44, 196, 0.24);
}
.portfolio-square-link:hover::before, .portfolio-square-link:focus-visible::before {
  opacity: 1;
}
.portfolio-square-link:hover img, .portfolio-square-link:focus-visible img {
  filter: brightness(0) invert(1);
  transform: rotate(6deg);
}
.portfolio-square-link:hover img[data-dark-src], .portfolio-square-link:focus-visible img[data-dark-src] {
  filter: grayscale(0);
}
.portfolio-square-link:hover span, .portfolio-square-link:focus-visible span {
  transform: rotate(6deg);
}

html[data-theme=dark] .portfolio-square-link img {
  filter: grayscale(1) brightness(0) invert(7%);
}
html[data-theme=dark] .portfolio-square-link img[data-dark-src] {
  filter: grayscale(1);
}
html[data-theme=dark] .portfolio-square-link:hover img, html[data-theme=dark] .portfolio-square-link:focus-visible img {
  filter: brightness(0) invert(1);
}
html[data-theme=dark] .portfolio-square-link:hover img[data-dark-src], html[data-theme=dark] .portfolio-square-link:focus-visible img[data-dark-src] {
  filter: grayscale(0);
}

.scroll-animate-enabled .portfolio-reveal {
  opacity: 0;
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--portfolio-reveal-delay, 0ms);
  will-change: opacity, transform;
}
.scroll-animate-enabled .reveal-from-right {
  transform: translateX(5rem);
}
.scroll-animate-enabled .reveal-from-left {
  transform: translateX(-5rem);
}
.scroll-animate-enabled .reveal-fade-up {
  transform: translateY(2.25rem);
}
.scroll-animate-enabled .reveal-tech {
  transform: translateX(4rem);
}
.scroll-animate-enabled .portfolio-reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.scroll-animate-enabled .portfolio-square-link.portfolio-reveal.is-visible:hover,
.scroll-animate-enabled .portfolio-square-link.portfolio-reveal.is-visible:focus-visible {
  transform: translateX(0.5rem) rotate(-6deg);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-animate-enabled .portfolio-reveal,
  .scroll-animate-enabled .portfolio-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (min-width: 1024px) {
  .portfolio-square-link {
    width: 13rem;
    height: 13rem;
  }
}
@media (max-width: 900px) {
  .portfolio-header {
    margin: 3rem 0 4rem;
  }
  .portfolio-tool-feature,
  .portfolio-tool-feature.is-primary,
  .portfolio-tool-feature.is-reversed {
    grid-template-columns: 1fr;
  }
  .portfolio-tool-feature .portfolio-tool-preview,
  .portfolio-tool-feature .portfolio-tool-info,
  .portfolio-tool-feature.is-primary .portfolio-tool-preview,
  .portfolio-tool-feature.is-primary .portfolio-tool-info,
  .portfolio-tool-feature.is-reversed .portfolio-tool-preview,
  .portfolio-tool-feature.is-reversed .portfolio-tool-info {
    order: initial;
    justify-self: center;
  }
  .portfolio-tool-feature .portfolio-tool-preview,
  .portfolio-tool-feature.is-primary .portfolio-tool-preview,
  .portfolio-tool-feature.is-reversed .portfolio-tool-preview {
    width: min(100%, 100vw - 2rem);
    max-width: min(100%, 100vw - 2rem);
  }
  .portfolio-tool-info {
    padding: 0 1rem;
  }
}
@media (max-width: 720px) {
  .portfolio-header {
    gap: 0.8rem;
    margin: 2.25rem 0 3.25rem;
  }
  .portfolio-header .portfolio-header-text {
    min-width: 0;
    padding-right: 0;
    font-size: clamp(0.96rem, 4.7vw, 1.45rem);
  }
  .portfolio-header .portfolio-header-text h1 {
    line-height: 1.06;
  }
  .portfolio-header .logo-xl {
    flex: 0 0 auto;
  }
  .portfolio-header .logo-xl h1 {
    font-size: clamp(4.5rem, 21vw, 7rem);
    line-height: 0.82;
  }
  .portfolio-header .portfolio-header-bg-wrapper {
    max-width: 170%;
    transform: rotate(2deg);
  }
  .portfolio-header .portfolio-header-bg {
    font-size: 0.88rem;
    line-height: 1.3;
  }
  .portfolio-tool-showcase {
    gap: 4.5rem;
    margin-top: 3rem;
  }
  .portfolio-tool-feature.is-primary .portfolio-tool-preview,
  .portfolio-tool-feature:not(.is-primary) .portfolio-tool-preview {
    width: min(100%, 100vw - 2rem);
    max-width: min(100%, 100vw - 2rem);
  }
  .portfolio-tool-feature:not(.is-primary) .portfolio-tool-preview.has-image {
    aspect-ratio: 427/248;
  }
  .scroll-animate-enabled .reveal-from-right {
    transform: translateX(1.25rem);
  }
  .scroll-animate-enabled .reveal-from-left {
    transform: translateX(-1.25rem);
  }
  .scroll-animate-enabled .reveal-tech {
    transform: translateX(1.25rem);
  }
  .portfolio-tool-info {
    box-sizing: border-box;
    width: 100%;
    padding: 0 1rem;
  }
  .portfolio-tool-info .portfolio-primary-title h2 {
    font-size: clamp(2.3rem, 12vw, 3rem);
  }
  .portfolio-tool-tech,
  .portfolio-tech-tags {
    flex-wrap: nowrap;
    align-items: stretch;
    overflow-x: auto;
    padding-bottom: 0.65rem;
    scroll-snap-type: x proximity;
  }
  .portfolio-tool-tech li,
  .portfolio-tech-tags li {
    flex: 0 0 9rem;
    scroll-snap-align: start;
  }
}
@media (max-width: 430px) {
  .portfolio-header {
    align-items: flex-start;
  }
  .portfolio-header .portfolio-header-text {
    font-size: clamp(0.86rem, 4.45vw, 1.08rem);
  }
  .portfolio-header .logo-xl h1 {
    font-size: clamp(3.7rem, 18vw, 4.8rem);
  }
}
.techUsedCards {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 2rem;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
}
@media (max-width: 768px) {
  .techUsedCards {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, minmax(250px, auto));
    grid-auto-columns: minmax(230px, 76vw);
    align-items: stretch;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
}

.techUsedCard {
  z-index: 1;
  position: relative;
  min-width: 230px;
  min-height: 300px;
  margin-right: 2rem;
  border-radius: 1rem;
  background: linear-gradient(45deg, hsl(268, 100%, 52%), #E787E7);
  color: #fff;
  font-family: "Courier New", Courier, monospace;
}
.techUsedCard .techUsedCardInner {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  border-radius: 1rem;
}
.techUsedCard .techUsedCardInner .techUsedCardInnerBGHover {
  z-index: -1;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out 0.3s;
  transition: border-radius 0s ease-in-out;
  color: rgba(255, 255, 255, 0);
  overflow: hidden;
}
.techUsedCard .techUsedCardInner .techUsedCardInnerTitle {
  position: absolute;
  color: #ffffff;
  top: 80%;
  left: 50%;
  width: calc(100% - 2rem);
  text-align: center;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
}
.techUsedCard .techUsedCardInner .techUsedCardInnerTitle h3 {
  margin: 0;
}
.techUsedCard .techUsedCardInner .techUsedCardInnerTextWrapper {
  z-index: 4;
  display: hidden;
  -webkit-user-select: none;
  user-select: none;
  margin-top: 5rem;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}
.techUsedCard .techUsedCardInner .techUsedCardInnerIconWrapper {
  position: absolute;
  top: -0.75rem;
  right: -1rem;
  width: 7.5rem;
  height: 7.5rem;
  transform: none;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.techUsedCard .techUsedCardInner .techUsedCardInnerIconWrapper .icon-mask {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.techUsedCard .techUsedCardInner .techUsedCardInnerIconWrapper .icon-mask svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  fill: currentColor;
  transition: all 0.2s ease-in-out;
}
.techUsedCard .techUsedCardInner .techUsedCardInnerSeparator {
  width: 30px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.techUsedCard .techUsedCardInner:hover .techUsedCardInnerSeparator, .techUsedCard .techUsedCardInner:active .techUsedCardInnerSeparator {
  background-color: rgba(255, 255, 255, 0);
  top: 110%;
}
.techUsedCard .techUsedCardInner:hover .techUsedCardInnerIconWrapper {
  top: 84%;
  left: auto;
  right: 44%;
  width: 20px;
  height: 20px;
  transform: none;
}
.techUsedCard .techUsedCardInner:hover .techUsedCardInnerIconWrapper svg {
  width: 20px;
  height: 20px;
}
.techUsedCard .techUsedCardInner:hover .techUsedCardInnerIconWrapper {
  transition: all 0.3s ease-in-out 0.1s;
}
.techUsedCard .techUsedCardInner:hover .techUsedCardInnerBGHover, .techUsedCard .techUsedCardInner:active .techUsedCardInnerBGHover {
  background-color: rgba(0, 0, 0, 0.65);
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.techUsedCard .techUsedCardInner:hover .techUsedCardInnerTitle, .techUsedCard .techUsedCardInner:active .techUsedCardInnerTitle {
  top: 6%;
  left: 10%;
  width: max-content;
  max-width: calc(80% - 1rem);
  text-align: left;
  height: 20px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.9);
}
.techUsedCard .techUsedCardInner:hover .techUsedCardInnerTitle h3, .techUsedCard .techUsedCardInner:active .techUsedCardInnerTitle h3 {
  mix-blend-mode: difference;
  margin-top: 0px;
}
.techUsedCard .techUsedCardInner:hover .techUsedCardInnerTitle, .techUsedCard .techUsedCardInner:active .techUsedCardInnerTitle {
  border-radius: 3px;
  transform: skew(-10deg) rotate(-2deg) scale(1.1);
  transition: all 0.3s ease-in-out 0.1s;
}
.techUsedCard .techUsedCardInner:hover .techUsedCardInnerTextWrapper, .techUsedCard .techUsedCardInner:active .techUsedCardInnerTextWrapper {
  color: white;
  display: block;
  transition: color 0.3s ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .techUsedCard {
    width: 100%;
    min-width: 0;
    min-height: 250px;
    margin-right: 0;
  }
}

.site-tools-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10rem 0;
}
.site-tools-list .site-tool {
  --tool-hover-border: rgb(51, 65, 85);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 330px;
  border-radius: 1rem;
  background-color: var(--site-card-bg);
  color: var(--site-text-soft);
  padding: 1rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
}
.site-tools-list .site-tool .site-tool-content {
  margin-right: 0.5rem;
}
.site-tools-list .site-tool .tool-name-link {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.25rem;
  color: var(--site-text-soft);
  text-decoration: none;
  transition: color 0.1s ease;
}
.site-tools-list .site-tool .tool-name-link:hover {
  color: var(--site-text);
}
.site-tools-list .site-tool .site-tool-icon {
  float: right;
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: 100%;
  margin-right: 1rem;
  margin-left: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: linear-gradient(65deg, rgb(111, 182, 236) 0%, rgb(201, 44, 196) 100%);
  border-radius: 10%;
  transform: rotate(30deg);
  font-size: 1rem;
}
.site-tools-list .site-tool:hover {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);
  border-right: 6px solid var(--tool-hover-border);
  width: 324px;
}
.site-tools-list .site-tool:hover .site-tool-icon {
  margin-right: 0.6rem;
}

html[data-theme=dark] .site-tools-list .site-tool {
  --tool-hover-border: var(--site-text-soft);
}

.title-wrapper {
  text-align: center;
}

.playground-title {
  display: inline-block;
  --grad-angle: 90deg;
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  margin: 5rem 0;
  padding: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  background-image: linear-gradient(var(--grad-angle), #eb29c7, #b323f5, #175ef6, #72c7f5);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 0.125em;
  color: white;
  -webkit-text-fill-color: white;
}

.playground-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 21rem), 1fr));
  margin: 1rem auto 6rem;
}

.playground-card {
  --playground-card-bg: color-mix(in srgb, var(--site-elevated-bg) 90%, var(--playground-accent));
  --playground-card-shadow: rgba(15, 23, 42, 0.14);
  background: linear-gradient(135deg, color-mix(in srgb, var(--playground-accent) 14%, transparent), transparent 36%), linear-gradient(315deg, color-mix(in srgb, var(--playground-accent-2) 12%, transparent), transparent 40%), var(--playground-card-bg);
  border: 1px solid color-mix(in srgb, var(--site-border) 72%, var(--playground-accent));
  border-radius: 8px;
  box-shadow: 0 18px 42px var(--playground-card-shadow);
  color: var(--site-text);
  display: grid;
  min-height: 13.75rem;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.25rem);
  position: relative;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.playground-card::before {
  background: linear-gradient(color-mix(in srgb, var(--playground-accent) 14%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--playground-accent-2) 12%, transparent) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  transform: translateY(0);
  transition: opacity 180ms ease, transform 260ms ease;
}

.playground-card::after {
  background: linear-gradient(90deg, var(--playground-accent), var(--playground-accent-2), var(--playground-accent-3));
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleX(0.28);
  transform-origin: left center;
  transition: transform 220ms ease;
  width: 100%;
}

.playground-card:hover,
.playground-card:focus-visible {
  border-color: color-mix(in srgb, var(--playground-accent) 62%, var(--site-border));
  box-shadow: 0 24px 56px color-mix(in srgb, var(--playground-accent) 20%, var(--playground-card-shadow));
  transform: translateY(-4px);
}

.playground-card:hover::before,
.playground-card:focus-visible::before {
  opacity: 0.78;
  transform: translateY(8px);
}

.playground-card:hover::after,
.playground-card:focus-visible::after {
  transform: scaleX(1);
}

.playground-card:focus-visible {
  outline: 3px solid var(--playground-accent-3);
  outline-offset: 3px;
}

.playground-card-copy {
  align-content: end;
  display: grid;
  gap: 0.55rem;
  max-width: min(100%, 18.25rem);
  min-height: 10rem;
  position: relative;
  z-index: 2;
}

.playground-card-eyebrow {
  color: var(--playground-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.playground-card-title {
  color: var(--site-text-strong);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  font-weight: 900;
  line-height: 1;
}

.playground-card-description {
  color: var(--site-text-soft);
  font-size: 0.94rem;
  line-height: 1.42;
  max-width: 17rem;
}

.playground-card-action {
  align-items: center;
  align-self: end;
  background: var(--site-text-strong);
  border: 1px solid var(--site-text-strong);
  border-radius: 999px;
  color: var(--site-bg);
  display: inline-flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 900;
  justify-content: center;
  justify-self: start;
  min-height: 2.25rem;
  min-width: 5.8rem;
  padding: 0 0.85rem;
  position: relative;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  z-index: 2;
}

.playground-card:hover .playground-card-action,
.playground-card:focus-visible .playground-card-action {
  background: var(--playground-accent);
  border-color: var(--playground-accent);
  color: #ffffff;
  transform: translateX(4px);
}

.playground-card-art {
  align-items: center;
  background: linear-gradient(135deg, color-mix(in srgb, var(--playground-accent) 84%, #ffffff), color-mix(in srgb, var(--playground-accent-2) 78%, #111827));
  border: 1px solid color-mix(in srgb, var(--playground-accent-3) 46%, transparent);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
  display: flex;
  height: clamp(6.75rem, 18vw, 8.25rem);
  justify-content: center;
  position: absolute;
  right: -0.75rem;
  top: 0.85rem;
  transform: rotate(8deg);
  transition: transform 220ms ease, right 220ms ease, top 220ms ease;
  width: clamp(6.75rem, 18vw, 8.25rem);
  z-index: 1;
}

.playground-card:hover .playground-card-art,
.playground-card:focus-visible .playground-card-art {
  right: -0.35rem;
  top: 0.6rem;
  transform: rotate(0deg) scale(1.04);
}

.playground-card-icon {
  display: block;
  height: 76%;
  overflow: visible;
  width: 76%;
}

.playground-card-icon text {
  fill: #111827;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  font-weight: 900;
}

.icon-screen,
.icon-runner-body rect {
  fill: rgba(248, 250, 252, 0.92);
  stroke: rgba(17, 24, 39, 0.82);
  stroke-width: 3;
}

.icon-scanline,
.icon-runner-ground,
.icon-runner-packet,
.icon-runner-body path {
  fill: none;
  stroke: rgba(248, 250, 252, 0.9);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.icon-code-token rect {
  fill: var(--playground-accent-3);
  stroke: rgba(17, 24, 39, 0.3);
  stroke-width: 1;
}

.icon-code-token-two rect {
  fill: color-mix(in srgb, var(--playground-accent-2) 82%, #ffffff);
}

.icon-code-token-three rect {
  fill: color-mix(in srgb, var(--playground-accent) 82%, #ffffff);
}

.playground-card--codefall:hover .icon-code-token-one,
.playground-card--codefall:focus-visible .icon-code-token-one {
  animation: playground-codefall 720ms ease both;
}

.playground-card--codefall:hover .icon-code-token-two,
.playground-card--codefall:focus-visible .icon-code-token-two {
  animation: playground-codefall 720ms ease 70ms both;
}

.playground-card--codefall:hover .icon-code-token-three,
.playground-card--codefall:focus-visible .icon-code-token-three {
  animation: playground-codefall 720ms ease 140ms both;
}

.icon-runner-body text {
  fill: #111827;
  font-size: 13px;
}

.icon-runner-obstacle {
  fill: var(--playground-accent-3);
  stroke: rgba(17, 24, 39, 0.72);
  stroke-width: 2;
}

.icon-runner-packet {
  stroke: var(--playground-accent-3);
}

.playground-card--runner:hover .icon-runner-body,
.playground-card--runner:focus-visible .icon-runner-body {
  animation: playground-runner-hop 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.playground-card--runner:hover .icon-runner-obstacle,
.playground-card--runner:focus-visible .icon-runner-obstacle {
  animation: playground-runner-slide 620ms ease both;
}

.icon-spark {
  fill: rgba(248, 250, 252, 0.9);
  stroke: rgba(17, 24, 39, 0.82);
  stroke-width: 3;
}

@keyframes playground-codefall {
  0% {
    transform: translateY(-8px);
  }
  52% {
    transform: translateY(9px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes playground-runner-hop {
  0% {
    transform: translateY(0);
  }
  44% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes playground-runner-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-13px);
  }
}
html[data-theme=dark] .playground-card {
  --playground-card-bg: color-mix(in srgb, var(--site-elevated-bg) 90%, var(--playground-accent) 10%);
  --playground-card-shadow: rgba(0, 0, 0, 0.45);
}

@media (max-width: 720px) {
  .playground-title {
    font-size: clamp(2rem, 11vw, 3rem);
    margin: 3rem 0 2rem;
    max-width: 100%;
    padding: 0.5rem 0;
  }
  .playground-card {
    min-height: 12.75rem;
  }
  .playground-card-copy {
    max-width: min(100%, 15.75rem);
  }
  .playground-card-art {
    height: 6.2rem;
    width: 6.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .playground-card,
  .playground-card::before,
  .playground-card::after,
  .playground-card-action,
  .playground-card-art {
    transition: none;
  }
  .playground-card--codefall:hover .icon-code-token-one,
  .playground-card--codefall:hover .icon-code-token-two,
  .playground-card--codefall:hover .icon-code-token-three,
  .playground-card--runner:hover .icon-runner-body,
  .playground-card--runner:hover .icon-runner-obstacle {
    animation: none;
  }
}
:root {
  --site-bg: #ffffff;
  --site-text: #030303;
  --site-text-strong: #000000;
  --site-text-soft: #4b5563;
  --site-text-muted: rgb(148, 163, 184);
  --site-border: #e5e7eb;
  --site-card-bg: rgb(229, 231, 235);
  --site-card-gradient: linear-gradient(135deg, #e5e7eb, #f4f4f5);
  --site-card-text: #4b5563;
  --site-elevated-bg: #ffffff;
  --site-input-bg: #ffffff;
  --site-input-border: #595959;
  --site-shadow: rgba(17, 24, 39, 0.14);
  --site-footer-bg: #ffffff;
  --site-footer-text: #050505;
  --site-overlay-bg: #000000;
  --site-inverse-bg: #000000;
  --site-inverse-text: #ffffff;
}

html[data-theme=dark] {
  --site-bg: #121212;
  --site-text: #ffffff;
  --site-text-strong: #ffffff;
  --site-text-soft: #e5e7eb;
  --site-text-muted: #94a3b8;
  --site-border: #2f2f2f;
  --site-card-bg: #1f1f1f;
  --site-card-gradient: linear-gradient(135deg, #1f1f1f, #2a2a2a);
  --site-card-text: #e5e7eb;
  --site-elevated-bg: #1b1b1b;
  --site-input-bg: #1a1a1a;
  --site-input-border: #555555;
  --site-shadow: rgba(0, 0, 0, 0.46);
  --site-footer-bg: #121212;
  --site-footer-text: #ffffff;
  --site-overlay-bg: #121212;
  --site-inverse-bg: #ffffff;
  --site-inverse-text: #000000;
}

html {
  background: var(--site-bg);
  color: var(--site-text);
  transition: background-color 180ms ease, color 180ms ease;
}

body {
  background-color: var(--site-bg);
  color: var(--site-text);
  --font-mono: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  --font-sans: "Calibre", "Inter", "San Francisco", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-family: var(--font-sans);
  transition: background-color 180ms ease, color 180ms ease;
  margin: 0;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: var(--font-mono);
}
body p, body a, body span, body label, body input, body button {
  font-family: var(--font-sans);
}
body .list-section-title {
  font-size: 1.4rem;
  margin: 3rem 0;
  color: rgb(94, 74, 174);
}
body .list-section-title:before {
  content: "| ";
}
body .codehilite {
  padding: 2rem;
  border-radius: 1rem;
  overflow-x: auto;
}
body .container {
  max-width: 1280px;
  margin: 0 auto;
}
body .full-container {
  max-width: 100%;
  margin: 0 0;
}
@media screen and (max-width: 1180px) {
  body .container {
    box-sizing: border-box;
    width: 100%;
    padding-inline: clamp(1rem, 3vw, 2rem);
  }
}
body .home-hero-shell {
  position: relative;
  min-height: 78svh;
  max-height: 760px;
  margin: 1rem auto 3rem;
  overflow: hidden;
  isolation: isolate;
}
body .home-hero-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: auto;
}
body .home-hero-header {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: clamp(3.25rem, 9vh, 5.75rem);
  gap: clamp(2rem, 5vw, 5rem);
  pointer-events: none;
}
body .home-hero-header .home-hero-header-text {
  flex: 0 1 560px;
  width: min(560px, 46%);
  max-width: 560px;
  margin: 0;
  padding-left: 2rem;
  color: var(--site-text);
  font-weight: 500;
  pointer-events: auto;
}
body .home-hero-header .home-hero-header-text h1 {
  width: 100%;
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1.2;
}
body .home-hero-header .home-hero-header-text button {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 36px;
  border-radius: 30px;
  padding: 0 2rem;
  margin: 2rem 0 2rem auto;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--site-inverse-bg);
  color: var(--site-inverse-text);
  border: none;
  font-size: 1rem;
  font-weight: 500;
}
body .home-hero-header .home-hero-header-text button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #d05fec, #bb1be3);
  transition: left 0.3s ease;
}
body .home-hero-header .home-hero-header-text button span {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}
body .home-hero-header .home-hero-header-text button:hover::before {
  left: 0;
}
body .home-hero-header .home-hero-header-text button:active {
  transform: scale(0.96);
}
body .home-hero-header .Typewriter {
  --typewriter-font-size: clamp(3.35rem, 5vw, 4.35rem);
  min-height: 4.4rem;
  font-weight: 500;
  font-size: var(--typewriter-fit-size, var(--typewriter-font-size));
  line-height: 1.25;
  padding-left: 0;
  white-space: nowrap;
}
body .home-hero-header .Typewriter .Typewriter__wrapper {
  font-family: var(--font-sans);
  font-size: inherit;
  white-space: nowrap;
}
body .home-hero-header .Typewriter .Typewriter__cursor {
  color: var(--site-text);
  font-size: inherit;
  animation: typewriter-cursor-blink 1s steps(1, end) infinite;
}
body .home-hero-header .Typewriter .designer {
  color: #dc4efb;
}
body .home-hero-header .Typewriter .developer {
  color: #2196f3;
}
body .home-hero-header .Typewriter .mobile {
  color: #0d47a1;
}
body .home-hero-header .Typewriter .engineer {
  color: #bb1be3;
}
body .home-hero-header .Typewriter .designer,
body .home-hero-header .Typewriter .developer,
body .home-hero-header .Typewriter .mobile,
body .home-hero-header .Typewriter .engineer {
  font-size: inherit;
  white-space: nowrap;
}
body .home-hero-header .home-hero-header-image {
  flex: 0 1 560px;
  width: min(560px, 46%);
  margin: 0;
  text-align: center;
  pointer-events: none;
}
body .home-hero-header .home-hero-header-image img {
  width: 100%;
  max-width: 560px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  body .home-hero-header .Typewriter {
    --typewriter-font-size: clamp(2.2rem, 3.4vw, 3.1rem);
  }
}
@media screen and (max-width: 720px) {
  body .home-hero-header {
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }
  body .home-hero-header .home-hero-header-text {
    padding-left: 0;
    width: calc(100% - 4rem);
    max-width: calc(100% - 4rem);
    margin: 0 auto 1.5rem;
    text-align: left;
  }
  body .home-hero-header .home-hero-header-text h1 {
    padding-left: 2rem;
  }
  body .home-hero-header .Typewriter {
    --typewriter-font-size: 1.2rem;
    padding-left: 2rem;
    min-height: 1.7rem;
  }
  body .home-hero-header .home-hero-header-image {
    width: min(560px, 100% - 4rem);
    margin: 0 auto;
  }
}
body .home-slogan {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 10rem 0;
}
body .home-slogan .home-slogan-container {
  display: flex;
  flex-direction: column;
  margin: 2rem auto;
  padding: 0 20px;
}
body .home-slogan h3 {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.3rem;
  color: var(--site-text);
  margin: 0.5rem 0;
  font-weight: 600;
  line-height: 0.8;
}
body .home-slogan h3.home-slogan-dark {
  float: left;
  color: var(--site-text);
}
body .home-slogan h3.home-slogan-light {
  float: right;
  color: var(--site-text-muted);
}
body .home-slogan .qLeft, body .home-slogan .qRight {
  font-size: 2.5rem;
  color: rgb(94, 74, 174);
}
body .home-slogan .qLeft {
  color: rgb(201, 44, 196);
}
body .home-slogan .qRight {
  color: rgb(111, 182, 236);
}
body .home-site-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
body .home-site-sections .home-site-section-wrapper {
  --home-section-ink: rgb(49, 57, 74);
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin: 1rem 1rem 1rem 0;
  width: 300px;
  height: 160px;
  background-color: var(--site-card-bg);
  transition: box-shadow 0.3s ease-in-out;
}
body .home-site-sections .home-site-section-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(45deg, rgb(124, 10, 255), rgb(231, 135, 231));
  box-shadow: inset -8px 0 0 var(--home-section-ink);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 0;
}
body .home-site-sections .home-site-section-wrapper * {
  position: relative;
  z-index: 1;
}
body .home-site-sections .home-site-section-wrapper:hover::before, body .home-site-sections .home-site-section-wrapper:focus::before, body .home-site-sections .home-site-section-wrapper:active::before {
  opacity: 1;
}
body .home-site-sections .home-site-section-wrapper:hover, body .home-site-sections .home-site-section-wrapper:focus, body .home-site-sections .home-site-section-wrapper:active {
  box-shadow: inset -8px 0 0 var(--home-section-ink);
  cursor: pointer;
}
body .home-site-sections .home-site-section-wrapper:hover .home-site-section-icon, body .home-site-sections .home-site-section-wrapper:focus .home-site-section-icon, body .home-site-sections .home-site-section-wrapper:active .home-site-section-icon {
  top: 58px;
  left: 50px;
}
body .home-site-sections .home-site-section-wrapper:hover .home-site-section-icon i, body .home-site-sections .home-site-section-wrapper:focus .home-site-section-icon i, body .home-site-sections .home-site-section-wrapper:active .home-site-section-icon i {
  font-size: 50px;
  color: var(--home-section-ink);
}
body .home-site-sections .home-site-section-wrapper:hover .home-site-section-name, body .home-site-sections .home-site-section-wrapper:focus .home-site-section-name, body .home-site-sections .home-site-section-wrapper:active .home-site-section-name {
  top: 70px;
  left: 130px;
}
body .home-site-sections .home-site-section-wrapper:hover .home-site-section-line, body .home-site-sections .home-site-section-wrapper:focus .home-site-section-line, body .home-site-sections .home-site-section-wrapper:active .home-site-section-line {
  width: 50px;
  top: 100px;
  left: 125px;
  transform: rotate(180deg);
}
body .home-site-sections .home-site-section-wrapper .home-site-section-name {
  position: absolute;
  top: 20px;
  left: 30px;
  transition: 0.2s ease;
}
body .home-site-sections .home-site-section-wrapper .home-site-section-name a {
  text-decoration: none;
  color: var(--home-section-ink);
  font-size: 1.2rem;
}
body .home-site-sections .home-site-section-wrapper .home-site-section-icon {
  position: absolute;
  top: 56px;
  left: 210px;
  transition: 0.2s ease;
}
body .home-site-sections .home-site-section-wrapper .home-site-section-icon i {
  font-size: 120px;
  color: var(--home-section-ink);
  transition: 0.2s ease-out;
}
body .home-site-sections .home-site-section-wrapper .home-site-section-icon {
  border-radius: 50%;
}
body .home-site-sections .home-site-section-wrapper .home-site-section-line {
  width: 20px;
  height: 4px;
  border-radius: 3px;
  background-color: var(--home-section-ink);
  position: absolute;
  top: 140px;
  left: 140px;
  transition: transform 0.3s ease, width 0.3s ease;
}
html[data-theme=dark] body .home-site-sections .home-site-section-wrapper {
  --home-section-ink: var(--site-text-soft);
}
body .home-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10rem 0;
  width: 100%;
}
body .home-summary h3 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  line-height: 0.1;
}
body .home-summary .home-summary-container {
  max-width: 660px;
}
body .home-summary .home-summary-greeting {
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(148, 163, 184);
}
body .home-summary .home-summary-name {
  font-size: 2.5rem;
  color: var(--site-text);
}
body .home-summary .home-summary-slogan {
  font-size: 2.5rem;
  color: rgb(111, 182, 236);
}
body .home-summary .home-summary-highlight {
  color: rgb(201, 44, 196);
}
@media screen and (max-width: 700px) {
  body .home-summary {
    padding: 1rem;
  }
  body .home-summary .home-summary-name {
    font-size: 2rem;
  }
  body .home-summary .home-summary-slogan {
    font-size: 2rem;
  }
  body .home-summary .home-summary-highlight {
    font-size: 1.5rem;
  }
}
body .home-animation {
  background-color: palevioletred;
  height: 300px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
body .home-services-showcase {
  margin: clamp(5rem, 10vw, 9rem) auto;
}
body .home-services-list,
body .home-service-feature-list,
body .home-service-icon-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .home-services-list {
  display: grid;
  gap: clamp(4rem, 10vw, 12rem);
}
body .home-service-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
body .home-service-row.is-reversed {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
}
body .home-service-row.is-reversed .home-service-media {
  order: 2;
}
body .home-service-row.is-reversed .home-service-content {
  order: 1;
}
body .home-service-media {
  min-width: 0;
}
body .home-service-title {
  margin: 3rem 0 2rem;
  padding-left: 1rem;
  color: var(--site-text);
  font-family: var(--font-mono, "Courier New", Courier, monospace);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
}
body .home-service-title span {
  color: #7c3aed;
}
body .home-service-image {
  display: block;
  width: min(24rem, 100%);
  aspect-ratio: 1/1;
  margin: clamp(3rem, 7vw, 6rem) auto 0;
  padding: 0;
}
body .home-service-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .home-service-content {
  min-width: 0;
  font-size: clamp(0.92rem, 1.5vw, 1rem);
}
body .home-service-copy {
  margin: 3rem 1rem 0;
  padding: 1rem;
}
body .home-service-copy p {
  margin: 0 0 1rem;
  color: var(--site-text-soft);
  line-height: 2;
}
body .home-service-copy p:last-child {
  margin-bottom: 0;
}
body .home-service-copy p span {
  color: var(--site-card-text);
}
body .home-service-feature-list {
  display: grid;
  gap: 1rem;
  margin-top: clamp(2rem, 5vw, 3rem);
}
body .home-service-feature-card,
body .home-service-icon-card {
  box-sizing: border-box;
  background: var(--site-card-gradient);
  color: var(--site-card-text);
  border-radius: 1rem;
  box-shadow: 0 16px 30px var(--site-shadow);
}
body .home-service-feature-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 5rem;
  margin: 0 0.5rem;
  padding: 1rem;
}
body .home-service-feature-card h3 {
  margin: 0;
  color: inherit;
  font-family: var(--font-sans);
  font-size: clamp(0.95rem, 1.7vw, 1.12rem);
  font-weight: 700;
  line-height: 1.25;
}
body .home-service-feature-card p {
  margin: 0.5rem 0 0;
  color: inherit;
  font-size: clamp(0.86rem, 1.5vw, 1rem);
  line-height: 1.45;
}
body .home-service-diamonds {
  display: flex;
  flex: 0 0 2.3rem;
  align-items: center;
}
body .home-service-diamonds span {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  transform: rotate(45deg);
}
body .home-service-diamonds span:first-child {
  background: #374151;
}
body .home-service-diamonds span:last-child {
  background: #6d28d9;
  margin-left: -0.25rem;
}
body .home-service-icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
body .home-service-icon-card {
  display: flex;
  flex: 0 0 12rem;
  height: 12rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 1rem;
}
body .home-service-icon-card svg {
  width: 2.2rem;
  height: 2.2rem;
  margin-top: 3.6rem;
  fill: currentColor;
  transition: color 160ms ease, transform 160ms ease;
}
body .home-service-icon-card p {
  margin: 0;
  color: inherit;
  line-height: 1.35;
}
body .home-service-icon-card:hover svg, body .home-service-icon-card:focus-within svg {
  color: #7c3aed;
  transform: scale(1.06);
}
body.scroll-animate-enabled .home-service-reveal {
  opacity: 0;
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--home-service-reveal-delay, 0ms);
  will-change: opacity, transform;
}
body.scroll-animate-enabled .home-service-row:not(.is-reversed) .home-service-content .reveal-fade {
  transform: translateX(4rem);
}
body.scroll-animate-enabled .home-service-row.is-reversed .home-service-content .reveal-fade {
  transform: translateX(-4rem);
}
body.scroll-animate-enabled .home-service-reveal.reveal-from-up {
  transform: translateY(6.25rem) scale(0.98);
}
body.scroll-animate-enabled .home-service-row:not(.is-reversed) .home-service-media .home-service-reveal {
  transform: translateX(-4.5rem);
}
body.scroll-animate-enabled .home-service-row.is-reversed .home-service-media .home-service-reveal {
  transform: translateX(4.5rem);
}
body.scroll-animate-enabled .home-service-row:not(.is-reversed) .home-service-feature-card,
body.scroll-animate-enabled .home-service-row:not(.is-reversed) .home-service-icon-card {
  transform: translateY(6.25rem) translateX(1.5rem) scale(0.98);
}
body.scroll-animate-enabled .home-service-row.is-reversed .home-service-feature-card,
body.scroll-animate-enabled .home-service-row.is-reversed .home-service-icon-card {
  transform: translateY(6.25rem) translateX(-1.5rem) scale(0.98);
}
body.scroll-animate-enabled .home-service-reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
body.scroll-animate-enabled .home-service-row .home-service-media .home-service-reveal.is-visible,
body.scroll-animate-enabled .home-service-row .home-service-content .home-service-reveal.is-visible,
body.scroll-animate-enabled .home-service-row .home-service-feature-card.is-visible,
body.scroll-animate-enabled .home-service-row .home-service-icon-card.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 980px) {
  body .home-service-row,
  body .home-service-row.is-reversed {
    grid-template-columns: 1fr;
  }
  body .home-service-row .home-service-media,
  body .home-service-row .home-service-content,
  body .home-service-row.is-reversed .home-service-media,
  body .home-service-row.is-reversed .home-service-content {
    order: initial;
  }
  body .home-service-title {
    padding-left: 0;
  }
  body .home-service-image {
    width: min(24rem, 100vw - 4rem);
    margin-top: 2.5rem;
  }
}
@media (max-width: 620px) {
  body .home-services-showcase {
    margin-top: 4rem;
  }
  body .home-services-list {
    gap: 5rem;
  }
  body .home-service-copy {
    margin-inline: 0;
    padding-inline: 0;
  }
  body .home-service-feature-card {
    margin-inline: 0;
  }
  body .home-service-icon-card {
    flex-basis: min(12rem, 50vw - 1.5rem);
    min-width: 9rem;
  }
  body.scroll-animate-enabled .home-service-row:not(.is-reversed) .home-service-content .reveal-fade,
  body.scroll-animate-enabled .home-service-row.is-reversed .home-service-content .reveal-fade,
  body.scroll-animate-enabled .home-service-row:not(.is-reversed) .home-service-media .home-service-reveal,
  body.scroll-animate-enabled .home-service-row.is-reversed .home-service-media .home-service-reveal {
    transform: translateY(2.75rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.scroll-animate-enabled .home-service-reveal,
  body.scroll-animate-enabled .home-service-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
body .site-header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
  height: 75px;
}
body .site-header .site-header-inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
body .site-header .main-site-nav {
  display: flex;
  justify-content: flex-end;
  width: 900px;
}
body .site-header .main-site-nav a {
  position: relative;
  font-size: 18px;
  text-decoration: none;
  color: var(--site-text);
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  margin: 0 2em;
  padding: 0.2rem 0;
  transition: color 160ms ease;
}
body .site-header .main-site-nav a::before, body .site-header .main-site-nav a::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
body .site-header .main-site-nav a::before {
  top: 0.1rem;
  right: -0.7rem;
  width: 0.44rem;
  height: 0.44rem;
  border-top: 2px solid #eb29c7;
  border-right: 2px solid #175ef6;
  opacity: 0;
  transform: translate(-0.2rem, 0.2rem);
  transition: opacity 160ms ease, transform 160ms ease;
}
body .site-header .main-site-nav a::after {
  left: 0;
  right: 0;
  bottom: -0.12rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eb29c7, #175ef6, #72c7f5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}
body .site-header .main-site-nav a:hover, body .site-header .main-site-nav a:focus-visible {
  color: var(--site-text);
}
body .site-header .main-site-nav a:hover::after, body .site-header .main-site-nav a:focus-visible::after {
  transform: scaleX(0.45);
}
body .site-header .main-site-nav a.is-active {
  color: var(--site-text-strong);
  font-weight: 700;
}
body .site-header .main-site-nav a.is-active::before {
  opacity: 1;
  transform: translate(0, 0);
}
body .site-header .main-site-nav a.is-active::after {
  transform: scaleX(1);
}
body .site-header h1 {
  width: 200px;
  margin: 0;
  font-size: 36px;
}
body .site-header h1 a.site-symbol {
  position: relative;
  display: inline-block;
  color: var(--site-text);
  text-decoration: none;
  transition: color 160ms ease;
}
body .site-header h1 a.site-symbol::before {
  content: attr(data-symbol);
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(90deg, #eb29c7, #175ef6, #72c7f5);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
  transition: clip-path 180ms ease;
  white-space: pre;
}
body .site-header h1 a.site-symbol:hover, body .site-header h1 a.site-symbol:focus-visible {
  color: color-mix(in srgb, var(--site-text) 58%, transparent);
}
body .site-header h1 a.site-symbol:hover::before, body .site-header h1 a.site-symbol:focus-visible::before {
  clip-path: inset(0 0 0 0);
}
body .site-header .theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 4.85rem;
  height: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--site-text);
  cursor: pointer;
}
body .site-header .theme-toggle i {
  font-size: 0.9rem;
  line-height: 1;
  color: currentColor;
  transition: color 160ms ease, opacity 160ms ease;
}
body .site-header .theme-toggle .theme-toggle-sun {
  opacity: 0.5;
}
body .site-header .theme-toggle .theme-toggle-moon {
  opacity: 1;
}
body .site-header .theme-toggle .theme-toggle-track {
  position: relative;
  display: block;
  width: 2.2rem;
  height: 1.1rem;
  border: 1px solid var(--site-border);
  border-radius: 999px;
  background: var(--site-card-bg);
  transition: background-color 160ms ease, border-color 160ms ease;
}
body .site-header .theme-toggle .theme-toggle-thumb {
  position: absolute;
  top: 50%;
  left: 0.18rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: #7c3aed;
  transform: translateY(-50%);
  transition: transform 180ms ease, background-color 180ms ease;
}
body .site-header .theme-toggle[aria-pressed=true] .theme-toggle-sun {
  opacity: 1;
}
body .site-header .theme-toggle[aria-pressed=true] .theme-toggle-moon {
  opacity: 0.55;
}
body .site-header .theme-toggle[aria-pressed=true] .theme-toggle-track {
  background: #111827;
  border-color: #334155;
}
body .site-header .theme-toggle[aria-pressed=true] .theme-toggle-thumb {
  background: #ffffff;
  transform: translate(1.02rem, -50%);
}
body .site-header .nav-toggle {
  display: none;
  cursor: pointer;
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  body .site-header .nav-toggle {
    display: block;
  }
}
body .site-header .hidden {
  display: none;
}
body .site-header .mobile-site-nav {
  display: none;
}
body .site-header .mobile-site-nav.is-open {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
body .site-header .mobile-nav-display {
  position: relative;
  flex: 1;
  min-width: 100vw;
  min-height: 100vh;
  background-color: var(--site-overlay-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
}
body .site-header .mobile-nav-display a.mobile-nav-link {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 8px;
  min-width: min(17rem, 100vw - 4rem);
  padding: 0.62rem 1rem;
  text-align: center;
}
body .site-header .mobile-nav-display a.mobile-nav-link.is-active {
  background: linear-gradient(90deg, rgba(235, 41, 199, 0.18), rgba(23, 94, 246, 0.18)), rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 4px 0 0 #72c7f5;
}
body .site-header .mobile-nav-display .theme-toggle-mobile {
  color: #fff;
  margin-top: 1rem;
}
body .site-header .mobile-nav-display .mobile-site-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  margin: 0;
}
body .site-header .mobile-nav-display .mobile-site-logo a.site-symbol {
  color: #fff;
  text-decoration: none;
  font-size: 32px;
}
body .site-header .mobile-nav-display .mobile-nav-close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
body .site-header .mobile-nav-display .mobile-nav-close-button i {
  font-size: 40px;
  color: #fff;
}
body .site-header body.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  body .site-header .main-site-nav {
    display: none;
  }
  body .site-header .nav-toggle {
    display: block;
  }
  body .site-header .site-header-inner-wrapper > .theme-toggle {
    display: none;
  }
}
body .featured-posts .home-featured-post {
  display: flex;
  width: 100%;
  margin: 2rem 0;
  border-bottom: 1px solid rgb(240, 240, 240);
}
body .featured-posts .home-featured-post:last-child {
  border-bottom: none;
}
body .featured-posts .home-featured-post .featured-post-image {
  max-width: 50%;
  width: 600px;
  margin-right: 1rem;
}
body .featured-posts .home-featured-post .featured-post-image a,
body .featured-posts .home-featured-post .featured-post-image picture {
  display: block;
}
body .featured-posts .home-featured-post .featured-post-image a {
  border-radius: 1rem;
  overflow: hidden;
}
body .featured-posts .home-featured-post .featured-post-image a:hover img, body .featured-posts .home-featured-post .featured-post-image a:focus-visible img {
  transform: scale(1.035);
}
body .featured-posts .home-featured-post .featured-post-image a:focus-visible {
  outline: 3px solid var(--site-text);
  outline-offset: 4px;
}
body .featured-posts .home-featured-post .featured-post-image img {
  max-width: 100%;
  border-radius: 1rem;
  transition: transform 180ms ease;
}
body .featured-posts .home-featured-post .home-featured-post-info {
  flex: 1;
  max-width: 50%;
  width: 600px;
}
body .featured-posts .home-featured-post .home-featured-post-info h4 {
  font-stretch: normal;
  text-decoration-color: rgb(204, 221, 204);
  background: linear-gradient(156deg, rgb(111, 182, 236), rgb(201, 44, 196), rgb(177, 221, 140));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
  font-size: 2rem;
  text-align: right;
}
body .featured-posts .home-featured-post .home-featured-post-info h4 a {
  text-decoration: none;
}
body .featured-posts .home-featured-post .home-featured-post-info p {
  margin: 0;
  margin-left: 1rem;
}
body .featured-posts .home-featured-post .home-featured-post-info p a {
  margin-top: 1rem;
  float: right;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  body .featured-posts .home-featured-post {
    flex-direction: column;
  }
  body .featured-posts .home-featured-post .featured-post-image, body .featured-posts .home-featured-post .home-featured-post-info {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  body .featured-posts .home-featured-post .home-featured-post-info {
    margin-top: 1rem;
    text-align: center;
  }
  body .featured-posts .home-featured-post .home-featured-post-info h4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  body .featured-posts .home-featured-post .home-featured-post-info p {
    text-align: left;
    margin-left: 0;
  }
  body .featured-posts .home-featured-post .home-featured-post-info p a {
    float: right;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 700px) {
  body .featured-posts h3 {
    padding: 0 2rem;
    font-size: 1.5rem;
  }
}
body .home-recent-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10rem 0;
}
body .home-recent-posts .home-recent-posts-header {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
body .home-recent-posts .home-recent-posts-header h2 {
  color: var(--site-text);
  margin: 0;
}
body .home-recent-posts .home-recent-post {
  max-width: 30%;
}
body .home-recent-posts .home-recent-post .home-recent-post-image {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
body .home-recent-posts .home-recent-post .home-recent-post-image a,
body .home-recent-posts .home-recent-post .home-recent-post-image picture {
  display: block;
}
body .home-recent-posts .home-recent-post .home-recent-post-image a {
  border-radius: 1rem;
  overflow: hidden;
}
body .home-recent-posts .home-recent-post .home-recent-post-image a:hover img, body .home-recent-posts .home-recent-post .home-recent-post-image a:focus-visible img {
  transform: scale(1.035);
}
body .home-recent-posts .home-recent-post .home-recent-post-image a:focus-visible {
  outline: 3px solid var(--site-text);
  outline-offset: 4px;
}
body .home-recent-posts .home-recent-post .home-recent-post-image img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  margin-bottom: 0;
  transition: transform 180ms ease;
}
body .home-recent-posts .home-recent-post .home-recent-post-info {
  padding: 1rem;
  padding-top: 0;
  margin-bottom: 4rem;
  border-radius: 1rem;
}
body .home-recent-posts .home-recent-post .home-recent-post-info h4 {
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
body .home-recent-posts .home-recent-post .home-recent-post-info h4 a {
  text-decoration: none;
  color: var(--site-text);
}
body .home-recent-posts .home-recent-post .home-recent-post-info p {
  margin: 0;
  color: var(--site-text-soft);
}
body .home-recent-posts .home-recent-post .home-recent-post-info a {
  text-decoration: none;
  color: rgb(94, 74, 174);
  font-weight: bold;
}
body .home-recent-posts .home-recent-post .home-recent-post-info a:hover {
  color: rgb(111, 182, 236);
}
@media screen and (max-width: 900px) {
  body .home-recent-posts {
    padding: 2rem;
  }
  body .home-recent-posts .home-recent-post {
    max-width: 45%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  body .home-recent-posts .home-recent-post {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
body .pagination {
  display: flex;
  justify-content: center;
  margin: 5rem 0;
}
body .pagination a {
  text-decoration: none;
  color: var(--site-text-soft);
  padding: 0.25rem 0.75rem;
  border-radius: 5px;
  margin: 0 5px;
  background-color: var(--site-elevated-bg);
}
body .pagination a:hover {
  background-color: rgb(94, 74, 174);
  color: #fff;
}
body .pagination .active {
  background-color: rgb(94, 74, 174);
  color: #fff;
}
body .site-footer {
  margin-top: 5rem;
  color: var(--site-footer-text);
  background: var(--site-footer-bg);
}
body .site-footer a {
  color: inherit;
  text-decoration: none;
}
body .site-footer a:hover, body .site-footer a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
body .site-footer-inner {
  box-sizing: border-box;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 8vw, 10rem) 2rem;
}
body .site-footer-email {
  margin-bottom: clamp(3rem, 7vw, 5rem);
}
body .site-footer-email a {
  display: inline-block;
  max-width: 100%;
  font-family: var(--font-mono);
  font-size: clamp(1.25rem, 3vw, 2.25rem);
  line-height: 1;
  overflow-wrap: anywhere;
}
body .site-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(3rem, 7vw, 5.5rem);
  align-items: start;
  min-width: 0;
}
body .site-footer-contact-list {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}
body .site-footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.35;
}
body .site-footer-contact-list li span,
body .site-footer-contact-list li a {
  overflow-wrap: anywhere;
}
body .site-footer-contact-list i {
  width: 1rem;
  text-align: center;
  color: var(--site-footer-text);
}
body .site-footer-pitch {
  max-width: 560px;
  margin: 0 0 2.5rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--site-footer-text);
}
body .site-footer-form {
  display: grid;
  max-width: 640px;
  min-width: 0;
}
body .site-footer .site-footer-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-width: 7rem;
  border: 1px solid #050505;
  border-radius: 999px;
  background: #050505;
  color: #ffffff;
  padding: 0.7rem 1.85rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}
body .site-footer .site-footer-submit:hover, body .site-footer .site-footer-submit:focus-visible {
  background: rgb(94, 74, 174);
  border-color: rgb(94, 74, 174);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}
html[data-theme=dark] body .site-footer .site-footer-submit {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
body .site-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
  margin-top: clamp(4rem, 7vw, 6.2rem);
}
body .site-footer-link-group h2 {
  margin: 0 0 0.9rem;
  font-family: var(--font-mono);
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--site-footer-text);
}
body .site-footer-link-group ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
body .site-footer-link-group li,
body .site-footer-link-group a {
  font-size: 1rem;
  line-height: 1.35;
}
body .site-footer-copyright {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  font-size: 0.95rem;
}
@media screen and (max-width: 980px) {
  body .site-footer-grid {
    grid-template-columns: 1fr;
  }
  body .site-footer-nav {
    margin-top: 0;
  }
}
@media screen and (max-width: 620px) {
  body .site-footer-inner {
    padding: 3rem 1rem 2rem;
  }
  body .site-footer-email {
    margin-bottom: 2.5rem;
  }
  body .site-footer-email a {
    font-size: clamp(1rem, 6vw, 1.45rem);
    line-height: 1.1;
  }
  body .site-footer-contact-list {
    margin-bottom: 2rem;
  }
  body .site-footer-nav {
    grid-template-columns: 1fr;
  }
  body .site-footer-submit {
    justify-self: stretch;
  }
}
@media screen and (max-width: 380px) {
  body .site-footer-inner {
    padding-inline: 0.85rem;
  }
}

@keyframes typewriter-cursor-blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
