main {
  width: min(1180px, 88vw);
  margin: 0 auto;
  padding: 0 0 100px;
}

.page-hero { padding: clamp(110px, 17vh, 190px) 0 clamp(72px, 10vh, 110px); }

.page-hero h1 {
  max-width: 10ch;
  margin: 0;
  color: #f7f8ff;
  font-size: clamp(76px, 10vw, 146px);
  font-weight: 400;
  letter-spacing: -.067em;
  line-height: .83;
  text-shadow: 0 0 34px rgba(122, 161, 255, .11);
}

.list,
.posts { border-top: 1px solid var(--line); }

.app,
.post {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

.app { grid-template-columns: minmax(220px, .8fr) minmax(220px, 1fr) 32px; }
.post { grid-template-columns: 145px minmax(0, 1fr) 32px; align-items: start; padding-block: 36px 39px; }

.app::before,
.post::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 5px -20px;
  border-radius: 12px;
  background: rgba(52, 81, 145, .13);
  box-shadow: inset 0 1px rgba(204, 220, 255, .035), 0 20px 60px rgba(0, 0, 0, .1);
  opacity: 0;
  transform: scale(.985);
  transition: opacity .3s ease, transform .5s cubic-bezier(.22, 1, .36, 1);
}

.app:hover::before,
.app:focus-visible::before,
.post:hover::before,
.post:focus-visible::before { opacity: 1; transform: none; }

.app:focus-visible,
.post:focus-visible { outline: none; }

.name { display: flex; align-items: center; gap: 16px; }
.name img {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 11px;
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .35), 0 0 20px rgba(124, 160, 255, .08);
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .3s ease;
}

.app h2,
.post h2 {
  margin: 0;
  color: rgba(249, 250, 255, .94);
  font-weight: 400;
  letter-spacing: -.047em;
  line-height: .97;
  transition: color .24s ease, transform .4s cubic-bezier(.22, 1, .36, 1), text-shadow .24s ease;
}

.app h2 { font-size: clamp(32px, 4vw, 54px); }
.post h2 { font-size: clamp(36px, 4.6vw, 62px); }
.app p { max-width: 360px; margin: 0; color: var(--muted); font: 10px/1.55 var(--mono); }
.post p { grid-column: 2 / 3; max-width: 650px; margin: 14px 0 0; color: var(--muted); font-size: 17px; line-height: 1.45; }
.post time { padding-top: 9px; color: var(--faint); font: 9px/1 var(--mono); letter-spacing: .02em; }

.arrow {
  padding-top: 3px;
  color: var(--faint);
  font: 16px/1 var(--mono);
  transition: color .24s ease, transform .35s cubic-bezier(.22, 1, .36, 1), text-shadow .24s ease;
}

.app:hover h2,
.app:focus-visible h2,
.post:hover h2,
.post:focus-visible h2 {
  color: #fff;
  text-shadow: 0 0 20px rgba(129, 174, 255, .34);
  transform: translateX(4px);
}

.app:hover .name img,
.app:focus-visible .name img { transform: translateY(-3px) rotate(-1deg); box-shadow: 0 14px 34px rgba(0, 0, 0, .42), 0 0 26px rgba(124, 160, 255, .14); }
.app:hover .arrow,
.app:focus-visible .arrow,
.post:hover .arrow,
.post:focus-visible .arrow { color: var(--accent-bright); text-shadow: 0 0 10px var(--accent); transform: translateX(6px); }

@media (max-width: 720px) {
  main { width: auto; margin: 0 22px; padding-bottom: 68px; }
  .page-hero { padding: 13vh 0 9vh; }
  .page-hero h1 { font-size: clamp(68px, 22vw, 106px); }
  .app { grid-template-columns: 1fr 20px; gap: 12px; padding: 23px 0; }
  .name { grid-column: 1; grid-row: 1; }
  .name img { width: 38px; height: 38px; border-radius: 9px; }
  .app > .arrow { grid-column: 2; grid-row: 1; align-self: center; justify-self: end; }
  .app > p { grid-column: 1 / 3; padding-left: 54px; margin-top: -6px; }
  .post { grid-template-columns: 1fr 20px; gap: 10px; padding: 26px 0 28px; }
  .post time { grid-column: 1 / 2; padding: 0; }
  .post h2 { grid-column: 1 / 2; }
  .post .arrow { grid-column: 2; grid-row: 2; padding-top: 4px; }
  .post p { grid-column: 1 / 3; margin-top: 5px; font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .app::before,
  .post::before,
  .app h2,
  .post h2,
  .name img,
  .arrow { transition: none; }
}

/* Waypoint production pages */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.apps-waypoint-main {
  width: 100%;
  margin: 0;
  padding: 0 0 100px;
}

.apps-waypoint-page .app-field {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: clamp(88px, 12vh, 140px) clamp(24px, 8vw, 128px) clamp(110px, 15vh, 170px);
}

.app-places {
  display: grid;
  width: min(1040px, 86vw);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: clamp(24px, 6vw, 92px);
}

.app-place {
  position: relative;
  display: grid;
  min-height: clamp(150px, 20vw, 230px);
  place-items: center;
  color: rgba(242, 247, 255, .72);
  opacity: 0;
  text-decoration: none;
  text-shadow: 0 0 24px rgba(127, 176, 255, .16), 0 3px 24px rgba(0, 0, 0, .72);
  animation: place-arrive .9s cubic-bezier(.16, 1, .3, 1) forwards;
  transition: color .4s ease, opacity .4s ease, transform .7s cubic-bezier(.16, 1, .3, 1), text-shadow .4s ease;
}

.app-place.trai { transform: translateY(18px); animation-delay: .05s; }
.app-place.cauldron { transform: translateY(-18px); animation-delay: .13s; }
.app-place.playcount { transform: translateY(15px); animation-delay: .21s; }

.app-name {
  position: relative;
  z-index: 2;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -.055em;
  line-height: .92;
  transition: transform .72s cubic-bezier(.16, 1, .3, 1), letter-spacing .45s ease;
}

.app-icon {
  position: absolute;
  z-index: 3;
  top: 15%;
  left: 50%;
  width: clamp(46px, 4.4vw, 62px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  animation: icon-drift 7.4s ease-in-out infinite alternate;
  transition: filter .45s ease, transform .72s cubic-bezier(.16, 1, .3, 1);
}

.app-place.cauldron .app-icon { animation-delay: -2.9s; animation-duration: 8.3s; }
.app-place.playcount .app-icon { animation-delay: -5.1s; animation-duration: 6.9s; }

.app-icon img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24%;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .5), 0 0 24px rgba(118, 174, 255, .12);
  object-fit: cover;
  transition: box-shadow .45s ease, transform .72s cubic-bezier(.16, 1, .3, 1);
}

.app-places:has(.app-place:hover) .app-place:not(:hover),
.app-places:has(.app-place:focus-visible) .app-place:not(:focus-visible) { opacity: .34; }

.app-place:hover,
.app-place:focus-visible {
  color: #fff;
  outline: none;
  text-shadow: 0 0 28px rgba(138, 193, 255, .46), 0 3px 28px rgba(0, 0, 0, .82);
}

.app-place:hover .app-name,
.app-place:focus-visible .app-name { letter-spacing: -.045em; transform: translateY(-6px) scale(1.012); }
.app-place:hover .app-icon,
.app-place:focus-visible .app-icon { filter: brightness(1.08); transform: translate(-50%, calc(-50% - 9px)) scale(1.07); }
.app-place:hover .app-icon img,
.app-place:focus-visible .app-icon img { box-shadow: 0 19px 46px rgba(0, 0, 0, .62), 0 0 38px rgba(121, 184, 255, .26); transform: rotate(-2deg); }

.support-signal {
  position: absolute;
  right: 24px;
  bottom: 20px;
  display: flex;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  color: rgba(231, 239, 255, .68);
  font: 9px/1 var(--mono);
  text-decoration: none;
}

.support-signal > span:last-child { order: -1; opacity: 0; transform: translateX(5px); transition: opacity .22s ease, transform .38s cubic-bezier(.16, 1, .3, 1); }
.signal-dot { width: 4px; height: 4px; border-radius: 50%; background: #d9f0ff; box-shadow: 0 0 7px #c3e7ff, 0 0 22px rgba(97, 180, 255, .86); animation: signal 3.2s ease-in-out infinite; }
.support-signal:hover > span:last-child,
.support-signal:focus-visible > span:last-child { opacity: 1; transform: none; }

.apps-waypoint-page .support {
  position: relative;
  display: grid;
  width: min(820px, 84vw);
  min-height: min(820px, 92svh);
  margin: 20px auto 0;
  padding: clamp(120px, 18vh, 180px) 0 clamp(100px, 16vh, 160px);
  border: 0;
  align-content: center;
  gap: clamp(52px, 8vh, 78px);
  scroll-margin-top: 0;
  text-align: center;
}

.apps-waypoint-page .support::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(760px, 100vw);
  aspect-ratio: 1.6;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(93, 146, 255, .11), rgba(70, 110, 211, .035) 43%, transparent 72%);
  filter: blur(30px);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.apps-waypoint-page .support:target { border: 0; box-shadow: none; }
.apps-waypoint-page .support-intro { display: grid; justify-items: center; gap: 0; }
.apps-waypoint-page .support-intro h2 { font-size: clamp(52px, 7vw, 86px); letter-spacing: -.065em; }

.support-beacon {
  width: 5px;
  height: 5px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #e5f4ff;
  box-shadow: 0 0 8px #d3ecff, 0 0 26px rgba(98, 180, 255, .92), 0 0 58px rgba(81, 133, 255, .52);
  animation: support-beacon 3.4s ease-in-out infinite;
}

.apps-waypoint-page .support-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px clamp(30px, 6vw, 70px);
  width: min(680px, 100%);
  margin: 0 auto;
  text-align: left;
}

.apps-waypoint-page .support-field { display: grid; gap: 10px; }
.apps-waypoint-page .support-field > span,
.apps-waypoint-page .support-choices legend { color: rgba(202, 216, 244, .44); font: 9px/1.2 var(--mono); letter-spacing: .04em; }
.apps-waypoint-page .support-message { grid-column: 1 / -1; }
.apps-waypoint-page .support-field input,
.apps-waypoint-page .support-form textarea {
  border-bottom-color: rgba(150, 183, 244, .24);
  padding: 9px 0 13px;
  color: rgba(248, 250, 255, .96);
  font-size: clamp(18px, 2vw, 22px);
  box-shadow: 0 12px 24px -24px rgba(105, 162, 255, 0);
}

.apps-waypoint-page .support-form textarea { min-height: 132px; }
.apps-waypoint-page .support-field input:focus,
.apps-waypoint-page .support-form textarea:focus {
  border-color: rgba(190, 216, 255, .7);
  box-shadow: 0 16px 26px -24px rgba(105, 162, 255, .95);
}

.support-choices {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 44px);
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.support-choices legend { grid-column: 1 / -1; margin-bottom: 2px; padding: 0; }
.support-choices label { position: relative; min-width: 0; cursor: pointer; }
.support-choices input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  appearance: none;
  opacity: 0;
  pointer-events: none;
}

.support-choices label > span {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 5px 1px 11px;
  border-bottom: 1px solid rgba(150, 183, 244, .18);
  color: rgba(223, 231, 249, .48);
  font-size: clamp(16px, 1.8vw, 20px);
  transition: color .28s ease, border-color .32s ease, text-shadow .32s ease;
}

.support-choices label > span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: rgba(180, 210, 255, .8);
  box-shadow: 0 0 12px rgba(105, 166, 255, .7);
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .3s ease, transform .5s cubic-bezier(.16, 1, .3, 1);
}

.support-choices input:checked + span { color: rgba(248, 250, 255, .96); border-color: rgba(172, 202, 255, .42); text-shadow: 0 0 17px rgba(124, 177, 255, .18); }
.support-choices input:checked + span::after { opacity: 1; transform: scaleX(1); }
.support-choices input:focus-visible + span { outline: 1px solid rgba(180, 211, 255, .72); outline-offset: 5px; }

.app-choices img {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 22%;
  box-shadow: 0 7px 18px rgba(0, 0, 0, .36), 0 0 18px rgba(112, 165, 255, .08);
  filter: saturate(.72) brightness(.8);
  object-fit: cover;
  transition: filter .3s ease, transform .45s cubic-bezier(.16, 1, .3, 1);
}

.app-choices input:checked + span img { filter: none; transform: translateY(-2px); }

.support-honey { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.support-send { grid-column: 1 / -1; display: flex; min-height: 42px; align-items: center; justify-content: flex-end; gap: 20px; margin-top: 2px; }

.apps-waypoint-page .support-form button {
  position: relative;
  grid-column: auto;
  justify-self: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 1px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(239, 246, 255, .86);
  transition: color .3s ease, text-shadow .35s ease, transform .4s cubic-bezier(.16, 1, .3, 1);
}

.apps-waypoint-page .support-form button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: rgba(178, 210, 255, .58);
  box-shadow: 0 0 10px rgba(102, 162, 255, .44);
  transform-origin: right;
  transition: background .3s ease, box-shadow .3s ease, transform .5s cubic-bezier(.16, 1, .3, 1);
}

.send-arrow { font-size: 12px; transition: transform .45s cubic-bezier(.16, 1, .3, 1); }
.apps-waypoint-page .support-form button:hover,
.apps-waypoint-page .support-form button:focus-visible { border: 0; background: transparent; box-shadow: none; color: #fff; text-shadow: 0 0 14px rgba(120, 178, 255, .45); transform: translateY(-2px); }
.apps-waypoint-page .support-form button:hover::after,
.apps-waypoint-page .support-form button:focus-visible::after { background: #dbeaff; box-shadow: 0 0 14px rgba(111, 174, 255, .75); transform: scaleX(.82); }
.apps-waypoint-page .support-form button:hover .send-arrow,
.apps-waypoint-page .support-form button:focus-visible .send-arrow { transform: translate(2px, -2px); }
.apps-waypoint-page .support-form button:disabled { cursor: wait; opacity: .62; transform: none; }
.support-form[data-state="sending"] .send-arrow { animation: support-send 1s ease-in-out infinite; }
.support-form[data-state="sent"] button { color: #b8f8d8; }
.support-form[data-state="error"] button { color: #ffd0d0; }
.support-status { order: -1; min-width: 0; margin: 0 auto 0 0; color: rgba(219, 230, 251, .54); font: 9px/1.35 var(--mono); }

@keyframes support-beacon { 50% { opacity: .58; transform: scale(.84); box-shadow: 0 0 6px #d3ecff, 0 0 18px rgba(98, 180, 255, .68), 0 0 38px rgba(81, 133, 255, .35); } }
@keyframes support-send { 50% { opacity: .35; transform: scale(.7); } }

.blog-waypoint-main {
  display: grid;
  width: min(1120px, 88vw);
  min-height: 100svh;
  margin: 0 auto;
  align-content: center;
  gap: clamp(58px, 9vh, 94px);
  padding: 100px 0;
}

.blog-marker h1 {
  margin: 0;
  color: rgba(244, 248, 255, .88);
  font: 400 clamp(28px, 3.2vw, 42px)/1 var(--serif);
  letter-spacing: -.04em;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .78), 0 0 24px rgba(122, 176, 255, .18);
}

.blog-waypoint-page .posts {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(48px, 9vw, 130px);
  border: 0;
}

.blog-waypoint-page .post {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 0;
  border: 0;
  opacity: .92;
  transform: translateY(18px);
  animation: post-arrive .9s cubic-bezier(.16, 1, .3, 1) forwards;
  transition: color .4s ease, opacity .4s ease, transform .7s cubic-bezier(.16, 1, .3, 1), text-shadow .4s ease;
}

.blog-waypoint-page .post:nth-child(2) { transform: translateY(-24px); animation-delay: .13s; }
.blog-waypoint-page .post::before {
  display: block;
  inset: -42px -52px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(1, 3, 10, .56), rgba(1, 3, 10, .2) 54%, transparent 76%);
  box-shadow: none;
  opacity: .7;
  transform: none;
}
.blog-waypoint-page .post time { padding: 0; color: rgba(224, 234, 251, .64); font-size: 10px; text-shadow: 0 2px 12px rgba(0, 0, 0, .9); }
.blog-waypoint-page .post h2 {
  max-width: 16ch;
  color: rgba(249, 251, 255, .97);
  font-size: clamp(42px, 4.6vw, 64px);
  letter-spacing: -.043em;
  line-height: 1.035;
  text-shadow: 0 3px 30px rgba(0, 0, 0, .92), 0 0 26px rgba(128, 170, 255, .08);
  transition: color .35s ease, text-shadow .45s ease;
}
.blog-waypoint-page .posts:has(.post:hover) .post:not(:hover),
.blog-waypoint-page .posts:has(.post:focus-visible) .post:not(:focus-visible) { opacity: .46; }
.blog-waypoint-page .post:hover,
.blog-waypoint-page .post:focus-visible { opacity: 1; }
.blog-waypoint-page .post:hover h2,
.blog-waypoint-page .post:focus-visible h2 {
  color: #fff;
  text-shadow:
    0 0 .12em rgba(255, 255, 255, .72),
    0 0 .34em rgba(129, 199, 255, .56),
    0 2px 30px rgba(0, 0, 0, .82);
  transform: none;
  transition-duration: .82s;
}

@keyframes place-arrive { from { opacity: 0; filter: blur(5px); } to { opacity: 1; filter: none; } }
@keyframes post-arrive { from { opacity: 0; filter: blur(5px); } to { opacity: .92; filter: none; } }
@keyframes icon-drift { from { margin-top: -5px; rotate: -1deg; } to { margin-top: 7px; rotate: 1.25deg; } }
@keyframes signal { 50% { opacity: .58; box-shadow: 0 0 4px #c3e7ff, 0 0 12px rgba(97, 180, 255, .52); } }

@media (max-width: 720px) {
  .apps-waypoint-main { padding-bottom: 68px; }
  .apps-waypoint-page .app-field { padding: 82px 24px 100px; }
  .app-places { width: min(410px, 84vw); grid-template-columns: 1fr; gap: 1vh; }
  .app-place { min-height: clamp(146px, 20vh, 164px); }
  .app-place.trai,
  .app-place.cauldron,
  .app-place.playcount { transform: none; }
  .app-name { font-size: clamp(42px, 13vw, 60px); }
  .app-icon { top: 9%; width: clamp(42px, 12vw, 52px); }
  .apps-waypoint-page .support { width: auto; min-height: 92svh; margin: 10px 24px 0; padding-block: 110px 90px; gap: 48px; }
  .apps-waypoint-page .support-form { grid-template-columns: 1fr; gap: 28px; }
  .apps-waypoint-page .support-message,
  .support-send { grid-column: 1; }
  .support-choices { gap: 10px; }
  .support-choices label > span { gap: 7px; font-size: 15px; }
  .app-choices img { width: 25px; height: 25px; }
  .blog-waypoint-main { width: auto; margin: 0 26px; align-content: start; gap: 48px; padding: 110px 0 80px; }
  .blog-waypoint-page .posts { grid-template-columns: 1fr; gap: 42px; }
  .blog-waypoint-page .post,
  .blog-waypoint-page .post:nth-child(2) { min-height: 0; transform: none; }
  .blog-waypoint-page .post h2 { font-size: clamp(42px, 13vw, 62px); }
}

@media (prefers-reduced-motion: reduce) {
  .app-place,
  .app-icon,
  .app-icon img,
  .app-name,
  .support-signal > span:last-child,
  .signal-dot,
  .blog-waypoint-page .post { animation: none; transition: none; }
  .app-place,
  .blog-waypoint-page .post { opacity: 1; }
}
