.sp-band[data-astro-cid-vnotnvy4] {
  padding: 0;
}

.sp-band[data-astro-cid-vnotnvy4] .sp-inner[data-astro-cid-vnotnvy4] {
  max-width: 1360px;
  margin: 0 auto;
}

.sp-band[data-astro-cid-vnotnvy4] .sp-grid[data-astro-cid-vnotnvy4] {
  border-radius: 0;
  padding: 4px;
}

.sp-grid[data-astro-cid-vnotnvy4] {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 2px;
  padding: 10px;
  background: var(--paper-cool);
  border-radius: 18px;
}

.sp-tile[data-astro-cid-vnotnvy4] {
  position: relative;
  aspect-ratio: 1;
  background: var(--paper);
  border-radius: 14px;
  display: grid;
  place-items: center;
  min-width: 0;
  color: inherit;
}

.sp-tile[data-astro-cid-vnotnvy4] img {
  max-width: 62%;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0);
  opacity: .42;
  transition: opacity .3s var(--ease);
  user-select: none;
  -webkit-user-drag: none;
}

.sp-tile[data-astro-cid-vnotnvy4]:hover img {
  opacity: .85;
}

.sp-arr[data-astro-cid-vnotnvy4] {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--paper);
  border: 1px solid var(--line-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-muted);
  transition: background .25s var(--ease),
      border-color .25s var(--ease),
      color .25s var(--ease),
      transform .25s var(--ease);
}

.sp-arr[data-astro-cid-vnotnvy4] svg {
  width: 13px;
  height: 13px;
  display: block;
  stroke-width: 2px;
}

a[data-astro-cid-vnotnvy4].sp-tile:hover .sp-arr[data-astro-cid-vnotnvy4] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
  transform: translateX(1px);
}

@media (width <= 1000px) {
  .sp-grid[data-astro-cid-vnotnvy4] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sp-m-hide[data-astro-cid-vnotnvy4] {
    display: none;
  }
}

@media (width <= 640px) {
  .sp-grid[data-astro-cid-vnotnvy4] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 8px;
  }

  .sp-tile[data-astro-cid-vnotnvy4] img {
    max-height: 32px;
  }

  .sp-arr[data-astro-cid-vnotnvy4] {
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
  }
}
.pcase[data-astro-cid-4dw4sxam] {
  position: relative;
  display: block;
  aspect-ratio: 6 / 7;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  background: var(--paper-cool);
  transition: transform .4s var(--ease),
      box-shadow .4s var(--ease);
}

.pcase-bg[data-astro-cid-4dw4sxam] {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: var(--pc-pos, center);
}

.pcase[data-astro-cid-4dw4sxam]:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 0 0, #0e101473 0%, #0e10142e 34%, #0e101400 62%), linear-gradient(#0e101400 38%, #0e1014d1 100%);
  transition: background .4s var(--ease);
}

.pcase-c[data-astro-cid-4dw4sxam] {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
}

.pcase-logo[data-astro-cid-4dw4sxam] {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 2;
  height: 28px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert() drop-shadow(0 1px 8px #00000059);
  opacity: .95;
}

.pcase-m[data-astro-cid-4dw4sxam] {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .4s var(--ease),
      opacity .32s var(--ease),
      margin .4s var(--ease);
}

.pcase-m[data-astro-cid-4dw4sxam]:first-child {
  max-height: 96px;
  opacity: 1;
}

.pcase-m-v[data-astro-cid-4dw4sxam] {
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.pcase-m-l[data-astro-cid-4dw4sxam] {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 3px;
  color: #ffffffd1;
  font-weight: 500;
}

.pcase-title[data-astro-cid-4dw4sxam] {
  max-height: 120px;
  opacity: 1;
  overflow: hidden;
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.4;
  color: #ffffffeb;
  font-weight: 500;
  transition: margin .4s var(--ease);
}

.pcase[data-astro-cid-4dw4sxam]:hover .pcase-m[data-astro-cid-4dw4sxam] {
  max-height: 96px;
  opacity: 1;
}

.pcase[data-astro-cid-4dw4sxam]:hover .pcase-m[data-astro-cid-4dw4sxam] + .pcase-m[data-astro-cid-4dw4sxam] {
  margin-top: 12px;
}

.pcase[data-astro-cid-4dw4sxam]:hover .pcase-title[data-astro-cid-4dw4sxam] {
  max-height: 120px;
  opacity: 1;
  margin-top: 16px;
}

.pcase[data-astro-cid-4dw4sxam]:hover:after {
  background: linear-gradient(#0e101400 8%, #0e10148c 45%, #0e1014e6 100%);
}

.pcase[data-astro-cid-4dw4sxam]:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px -28px #0e101473;
}

@media (width <= 620px) {
  .pcase[data-astro-cid-4dw4sxam] {
    aspect-ratio: auto;
  }

  .pcase-c[data-astro-cid-4dw4sxam] {
    position: relative;
    inset: auto;
    padding: 120px 22px 20px;
  }

  .pcase[data-astro-cid-4dw4sxam] .pcase-m[data-astro-cid-4dw4sxam]:first-child {
    max-height: 96px;
    opacity: 1;
  }

  .pcase[data-astro-cid-4dw4sxam] .pcase-m[data-astro-cid-4dw4sxam] + .pcase-m[data-astro-cid-4dw4sxam] {
    display: none;
  }

  .pcase[data-astro-cid-4dw4sxam] .pcase-title[data-astro-cid-4dw4sxam] {
    max-height: 120px;
    opacity: 1;
    margin-top: 16px;
  }

  .pcase[data-astro-cid-4dw4sxam]:after {
    background: linear-gradient(#0e101400 8%, #0e10148c 45%, #0e1014e6 100%);
  }
}
.pcases-grid[data-astro-cid-6uufqrtv] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (width <= 980px) {
  .pcases-grid[data-astro-cid-6uufqrtv] {
    grid-template-columns: 1fr 1fr;
  }
}

@media (width <= 620px) {
  .pcases-grid[data-astro-cid-6uufqrtv] {
    grid-template-columns: 1fr;
  }
}
