
.is-ap-reset,
.is-ap-reset *,
.is-ap-reset *::before,
.is-ap-reset *::after {
  transition: none !important;
}
.ap-fade {
  transition: opacity 0.3s var(--ease-out);
}
.is-ap-fading .ap-fade {
  opacity: 0;
}
.ap-pause:not(.is-live) * {
  animation-play-state: paused !important;
}
.ap-sw2 {
  display: inline-grid;
}
.ap-sw2 > * {
  grid-area: 1 / 1;
  transition: opacity 0.3s var(--ease-out);
}
.ap-sw2 .a {
  opacity: calc(1 - var(--u, 0));
}
.ap-sw2 .b {
  opacity: var(--u, 0);
}
.ap-phone,
.ap-mapcard,
.ap-tasks,
.ap-tabl,
.ap-mon,
.ap-queue,
.ap-designer {
  --fg: #eaf0ff;
  --fg-2: #aab5dd;
  --fg-3: #7d89bd;
  --bd: rgba(150, 170, 255, 0.16);
  --bd-2: rgba(150, 170, 255, 0.32);
  --card: rgba(255, 255, 255, 0.035);
  --accent: var(--cyan);
  color: #eaf0ff;
}
.ap-sf {
  overflow: clip;
}
.ap-sf .wrap {
  position: relative;
  z-index: 2;
}
.ap-sf .aurora {
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
}
.ap-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 88px);
  align-items: center;
}
.ap-grid.is-rev {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}
.ap-grid.is-rev .ap-copy {
  order: 2;
}
.ap-copy .sec-head {
  margin-bottom: clamp(24px, 3vw, 36px);
}
.ap-copy .sec-head h2 {
  font-size: clamp(2rem, 4.2vw, 3.7rem);
}
.ap-copy .checks {
  gap: 13px;
}
.ap-viz {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
}
@media (max-width: 960px) {
  .ap-grid,
  .ap-grid.is-rev {
    grid-template-columns: 1fr;
  }
  .ap-grid.is-rev .ap-copy {
    order: 0;
  }
}
body[data-page='apps'] .page-hero h1 {
  font-size: clamp(2.6rem, 5.8vw, 5.4rem);
  max-width: 12ch;
}
.ap-cluster {
  position: relative;
  height: 570px;
  max-width: 560px;
  margin-inline: auto;
}
.ap-cl {
  position: absolute;
  left: 50%;
  top: 0;
  width: 268px;
}
.ap-cl .phone {
  width: 100%;
}
.ap-cl1 {
  z-index: 1;
  translate: calc(-50% - 158px) 40px;
  rotate: -7deg;
}
.ap-cl3 {
  z-index: 1;
  translate: calc(-50% + 158px) 54px;
  rotate: 7deg;
}
.ap-cl2 {
  z-index: 3;
  translate: -50% -6px;
}
.ap-cluster .fcard {
  z-index: 6;
}
.ap-fc1 {
  top: 12%;
  left: -4%;
}
.ap-fc2 {
  top: 47%;
  right: -5%;
}
.ap-fc3 {
  bottom: 5%;
  left: 3%;
}
@media (max-width: 900px) {
  .ap-cluster {
    height: 560px;
    max-width: 380px;
  }
  .ap-cl1 {
    translate: calc(-50% - 168px) 48px;
  }
  .ap-cl3 {
    translate: calc(-50% + 168px) 60px;
  }
  .ap-fc1 {
    left: 0;
  }
  .ap-fc2 {
    right: 0;
  }
  .ap-fc3 {
    left: 6%;
  }
}
@media (max-width: 520px) {
  .ap-cluster .fcard-in {
    padding: 8px 12px 8px 8px;
    gap: 9px;
  }
  .ap-cluster .fc-ico {
    width: 30px;
    height: 30px;
  }
  .ap-cluster .fc-tx b {
    font-size: 0.8rem;
  }
  .ap-cluster .fc-tx small {
    font-size: 0.68rem;
  }
}
.ap-index {
  overflow: clip;
}
.ap-ix-head .sec-head {
  margin-bottom: clamp(28px, 4vw, 48px);
}
.ap-ix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--bd);
  border-left: 1px solid var(--bd);
}
.ap-ix li {
  border-right: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
}
.ap-ix a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 178px;
  padding: 22px;
  transition: background-color 0.2s var(--ease-out);
}
.ap-ixn {
  position: absolute;
  top: 22px;
  left: 22px;
  font-size: 0.7rem;
  color: var(--fg-3);
}
.ap-ixa {
  position: absolute;
  top: 22px;
  right: 22px;
  color: var(--fg-3);
  rotate: -45deg;
  transition: rotate 0.25s var(--ease-out), color 0.2s var(--ease-out);
}
.ap-ixi {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 30px 0 auto;
  border-radius: 14px;
  border: 1px solid var(--bd);
  background: var(--grad-soft);
  color: var(--accent);
}
.ap-ix b {
  margin-top: 18px;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
.ap-ix small {
  font-size: 0.64rem;
  color: var(--fg-3);
}
@media (hover: hover) and (pointer: fine) {
  .ap-ix a:hover {
    background: rgba(255, 255, 255, 0.04);
  }
  .ap-ix a:hover .ap-ixa {
    rotate: 0deg;
    color: var(--cyan);
  }
}
@media (max-width: 900px) {
  .ap-ix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ap-ix a {
    min-height: 150px;
    padding: 18px;
  }
  .ap-ixn {
    top: 18px;
    left: 18px;
  }
  .ap-ixa {
    top: 18px;
    right: 18px;
  }
}
.ap-duo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.ap-duo-a {
  position: relative;
  z-index: 2;
}
.ap-duo-b {
  position: relative;
  z-index: 1;
  margin-left: -16px;
  margin-top: 56px;
}
.ap-phone {
  width: 268px;
}
.ap-duo .phone {
  width: 268px;
}
.ap-scr {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 9px;
}
@media (max-width: 620px) {
  .ap-duo {
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }
  .ap-duo-b {
    margin: 0;
  }
}
.ap-tabs2 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 3px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}
.ap-tabs2 span {
  position: relative;
  z-index: 1;
  padding: 6px 0;
  text-align: center;
  font-size: 0.72rem;
  color: color-mix(in srgb, #fff calc(clamp(0, calc(1 - max(var(--k) - var(--i), var(--i) - var(--k))), 1) * 100%), #a1aedf);
  transition: color 0.3s var(--ease-out);
}
.ap-tabp {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: calc((100% - 6px) / 3);
  border-radius: 9px;
  background: var(--grad-btn);
  translate: calc(clamp(0, var(--k), 2) * 100%) 0;
  transition: translate 0.5s var(--ease-out);
}
.ap-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.ap-stats > div {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(160, 176, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}
.ap-big {
  display: inline-grid;
  font-family: var(--f-display);
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.ap-sw {
  display: inline-grid;
}
.ap-sw > span {
  grid-area: 1 / 1;
  opacity: clamp(0, calc(1 - max(var(--k) - var(--i), var(--i) - var(--k))), 1);
  transition: opacity 0.3s var(--ease-out);
}
.ap-stats small {
  font-size: 0.66rem;
  color: #a1aedf;
}
.ap-chart {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
  height: 96px;
  padding: 8px 8px 6px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
}
.ap-chart > span {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 4px;
  justify-items: center;
  height: 100%;
}
.ap-chart i {
  align-self: end;
  width: 100%;
  height: calc((var(--h0) + (var(--h1) - var(--h0)) * clamp(0, var(--k), 1) + (var(--h2) - var(--h1)) * clamp(0, calc(var(--k) - 1), 1)) * 1%);
  border-radius: 4px 4px 0 0;
  background: var(--grad);
  transition: height 0.6s var(--ease-out);
}
.ap-chart em {
  font-style: normal;
  font-family: var(--f-mono);
  font-size: 0.5rem;
  color: #8b98cf;
}
.ap-log {
  display: grid;
  gap: 6px;
}
.ap-log li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 8px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
}
.ap-log li .mono {
  font-size: 0.62rem;
  color: #7fe3f7;
}
.ap-log small {
  grid-column: 2;
  font-size: 0.62rem;
  color: #a1aedf;
}
.ap-pkg {
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8b98cf;
}
.ap-lims {
  display: grid;
  gap: 7px;
}
.ap-lim {
  --u: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 8px;
  padding: 9px 11px;
  border-radius: 12px;
  border: 1px solid rgba(160, 176, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.8rem;
}
.ap-lc {
  font-size: 0.72rem;
  color: #7fe3f7;
}
.ap-lb {
  grid-column: 1 / -1;
  height: 4px;
  border-radius: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}
.ap-lb i {
  display: block;
  height: 100%;
  width: calc((var(--f) + (var(--t, var(--f)) - var(--f)) * var(--u)) * 1%);
  border-radius: inherit;
  background: linear-gradient(90deg, #5eeaff, #4b6bff);
  transition: width 0.6s var(--ease-out);
}
.ap-lim.is-full {
  border-color: rgba(255, 143, 176, 0.5);
  background: rgba(255, 143, 176, 0.09);
}
.ap-lim.is-full .ap-lb i {
  background: #ff6b8e;
}
.ap-lim.is-full .ap-lc {
  color: #ff8fb0;
}
.ap-meze {
  --u: clamp(0, var(--k), 1);
  border-color: color-mix(in srgb, #ff8fb0 calc(var(--u) * 60%), rgba(160, 176, 255, 0.16));
  transition: border-color 0.4s var(--ease-out);
}
.ap-meze .ap-lb i {
  background: color-mix(in srgb, #ff6b8e calc(var(--u) * 100%), #4b6bff);
}
.ap-meze .ap-lc {
  color: color-mix(in srgb, #ff8fb0 calc(var(--u) * 100%), #7fe3f7);
}
.ap-alc {
  align-items: center;
}
.ap-unl {
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid rgba(55, 230, 160, 0.3);
  background: rgba(55, 230, 160, 0.12);
  color: #37e6a0;
  font-size: 0.64rem;
}
.ap-add span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 34px;
  border-radius: 12px;
  border: 1px dashed color-mix(in srgb, #ff8fb0 calc(clamp(0, calc(var(--k) - 1), 1) * 100%), rgba(160, 176, 255, 0.4));
  font-size: 0.78rem;
  color: #c9d4ff;
  transition: border-color 0.3s var(--ease-out);
}
.ap-comm {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.64rem;
  color: #a1aedf;
}
.ap-cta {
  height: 38px;
  margin-top: auto;
}
.ap-cta span {
  display: grid;
  place-items: center;
  height: 100%;
  border-radius: 12px;
  background: var(--grad-btn);
  color: #fff;
  font-weight: 600;
  font-size: 0.84rem;
}
.ap-toast,
.ap-pushb {
  position: absolute;
  left: 10px;
  right: 10px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border-radius: 14px;
}
.ap-toast {
  bottom: 66px;
  border: 1px solid rgba(255, 143, 176, 0.55);
  background: rgba(60, 14, 40, 0.94);
  color: #ffb3c8;
  font-size: 0.76rem;
  font-weight: 600;
  opacity: calc(clamp(0, calc(var(--k) - 1), 1) * (1 - clamp(0, calc(var(--k) - 2), 1)));
  translate: 0 calc((1 - clamp(0, calc(var(--k) - 1), 1)) * 14px);
  transition: opacity 0.3s var(--ease-out), translate 0.35s var(--ease-out);
}
.ap-pushb {
  top: 44px;
  background: rgba(255, 255, 255, 0.97);
  color: #0b1140;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  opacity: clamp(0, calc(var(--k) - 2), 1);
  translate: 0 calc((1 - clamp(0, calc(var(--k) - 2), 1)) * -26px);
  transition: opacity 0.3s var(--ease-out), translate 0.4s var(--ease-out);
}
.ap-pushb b {
  display: block;
  font-size: 0.74rem;
}
.ap-pushb small {
  display: block;
  font-size: 0.64rem;
  color: #4a5680;
}
.ap-pushb-i {
  display: grid;
  place-items: center;
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: var(--grad-btn);
  color: #fff;
}
.ap-tkwrap {
  display: grid;
  justify-items: center;
  gap: 20px;
}
.ap-ttl {
  display: inline-grid;
  font-size: 0.92rem !important;
  white-space: nowrap;
}
.ap-ttl > span {
  grid-area: 1 / 1;
  opacity: 0;
  animation: ap-cyc 17.6s linear infinite;
  animation-delay: calc(var(--i) * 2.2s);
}
@keyframes ap-cyc {
  0% {
    opacity: 0;
  }
  3%,
  11% {
    opacity: 1;
  }
  13%,
  100% {
    opacity: 0;
  }
}
.ap-trf {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 12px;
  border: 1px solid rgba(160, 176, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}
.ap-trf small {
  display: block;
  font-size: 0.54rem;
  color: #8b98cf;
}
.ap-trf b {
  font-size: 0.78rem;
}
.ap-langs {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 3px;
  margin-top: auto;
}
.ap-langs span {
  padding: 6px 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  color: #a1aedf;
  text-align: center;
  font-size: 0.52rem;
  font-weight: 600;
  animation: ap-lgc 17.6s linear infinite;
  animation-delay: calc(var(--i) * 2.2s);
}
@keyframes ap-lgc {
  0%,
  12% {
    background: #4b45f0;
    color: #fff;
  }
  13.5%,
  100% {
    background: rgba(255, 255, 255, 0.07);
    color: #a1aedf;
  }
}
.ap-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.ap-share li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--bd-2);
  background: var(--card-2);
  font-size: 0.82rem;
  color: var(--fg-2);
}
.ap-share .ico {
  color: var(--accent);
}
.ap-sf-kitchen {
  padding-bottom: clamp(70px, 8vw, 120px);
}
.ap-kh {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 52px);
}
.ap-kh .sec-head {
  margin-bottom: 22px;
}
.ap-kh .sec-head h2 {
  font-size: clamp(2rem, 4.2vw, 3.7rem);
}
.ap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ap-kp .checks {
  gap: 12px;
}
.ap-monwrap {
  position: relative;
}
.ap-mon {
  display: grid;
  justify-items: center;
}
.ap-frame {
  width: 100%;
  padding: 14px;
  border-radius: 28px;
  background: #02040f;
  border: 1px solid rgba(150, 170, 255, 0.28);
  box-shadow: 0 70px 130px -50px rgba(20, 24, 150, 0.85), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.ap-screen {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  border-radius: 16px;
  background: radial-gradient(120% 90% at 70% 0%, #151f75, #080d33 60%);
  overflow: hidden;
}
.ap-stand {
  position: relative;
  width: 18%;
  height: 34px;
  background: linear-gradient(#0e1546, #070b2b);
}
.ap-stand::after {
  content: '';
  position: absolute;
  left: -70%;
  right: -70%;
  bottom: 0;
  height: 10px;
  border-radius: 6px;
  background: #0e1546;
  border: 1px solid rgba(150, 170, 255, 0.2);
}
.ap-top {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 36px);
  padding: 16px 22px;
  border-bottom: 1px solid var(--bd);
}
.ap-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  color: #fff;
}
.ap-brand .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #37e6a0;
}
.ap-brand em {
  margin-left: 4px;
  font-family: var(--f-mono);
  font-style: normal;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--fg-3);
}
.ap-ctrs {
  display: flex;
  gap: clamp(14px, 3vw, 46px);
  margin-left: auto;
}
.ap-ctr {
  --u: clamp(0, calc(var(--k) - var(--at) + 1), 1);
  display: grid;
  gap: 4px;
}
.ap-ctr > .mono {
  font-size: 0.58rem;
  color: var(--fg-3);
  white-space: nowrap;
}
.ap-ctr b {
  font-family: var(--f-display);
  font-size: clamp(1.7rem, 3.2vw, 2.9rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.ap-mtabs {
  display: inline-flex;
  padding: 3px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.66rem;
}
.ap-mtabs span {
  padding: 7px 13px;
  border-radius: 8px;
  color: var(--fg-3);
  transition: background-color 0.3s var(--ease-out), color 0.3s var(--ease-out);
}
.ap-mon[data-scene='0'] .t0,
.ap-mon[data-scene='1'] .t1 {
  background: var(--grad-btn);
  color: #fff;
}
.ap-mon[data-scene='0'] .ap-tbl,
.ap-mon[data-scene='1'] .ap-gen {
  display: none;
}
.ap-body {
  flex: 1;
  padding: 20px 22px 24px;
}
.ap-gen {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ap-cat {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--bd);
  background: rgba(255, 255, 255, 0.04);
}
.ap-cat h4 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.ap-cat h4 i {
  width: 10px;
  height: 10px;
  border-radius: 3px;
}
.ap-c-std h4 i {
  background: #5eaaff;
}
.ap-c-vip h4 i {
  background: #c98bff;
}
.ap-c-ikr h4 i {
  background: #37e6a0;
}
.ap-c-ext h4 i {
  background: #ffc36b;
}
.ap-it {
  --u: clamp(0, calc(var(--k) - var(--at) + 1), 1);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 8px;
  padding: 10px 0;
  border-top: 1px solid rgba(150, 170, 255, 0.1);
  font-size: 0.86rem;
}
.ap-in {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ap-ic {
  font-size: 1.15rem;
  color: #fff;
}
.ap-ib {
  grid-column: 1 / -1;
  height: 4px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.ap-ib b {
  display: block;
  height: 100%;
  width: calc(min(100, (var(--a) + (var(--b) - var(--a)) * var(--u)) * 2) * 1%);
  border-radius: inherit;
  background: var(--grad);
  transition: width 0.7s var(--ease-out);
}
.ap-tbl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.ap-tc {
  --u1: clamp(0, calc(var(--k) - var(--p) + 1), 1);
  --u2: clamp(0, calc(var(--k) - var(--r) + 1), 1);
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, #37e6a0 calc(var(--u2) * 60%), rgba(150, 170, 255, 0.16));
  background: color-mix(in srgb, rgba(55, 230, 160, 0.1) calc(var(--u2) * 100%), rgba(255, 255, 255, 0.04));
  transition: border-color 0.4s var(--ease-out), background-color 0.4s var(--ease-out);
}
.ap-tc-h {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.ap-tc-h b {
  font-family: var(--f-display);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.ap-tc-h .mono {
  font-size: 0.64rem;
  color: var(--fg-3);
}
.ap-tc-c {
  margin: 4px 0 14px;
  font-size: 0.62rem;
  color: var(--fg-3);
}
.ap-pills {
  display: grid;
}
.ap-pills > * {
  grid-area: 1 / 1;
  justify-self: start;
  transition: opacity 0.3s var(--ease-out);
}
.ap-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 13px;
  border-radius: 999px;
  border: 1px solid;
  font-size: 0.78rem;
  font-weight: 600;
}
.ap-pill.p0 {
  border-color: var(--bd-2);
  color: #aab5dd;
  opacity: calc(1 - var(--u1));
}
.ap-pill.p1 {
  border-color: rgba(255, 195, 107, 0.4);
  background: rgba(255, 195, 107, 0.1);
  color: #ffc36b;
  opacity: calc(var(--u1) * (1 - var(--u2)));
}
.ap-pill.p2 {
  border-color: rgba(55, 230, 160, 0.4);
  background: rgba(55, 230, 160, 0.12);
  color: #37e6a0;
  opacity: var(--u2);
}
@media (max-width: 960px) {
  .ap-kh {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .ap-gen {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ap-top {
    flex-wrap: wrap;
  }
  .ap-ctrs {
    margin-left: 0;
    order: 3;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 620px) {
  .ap-frame {
    padding: 8px;
    border-radius: 20px;
  }
  .ap-body {
    padding: 14px;
  }
  .ap-top {
    padding: 12px 14px;
  }
  .ap-gen {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .ap-cat {
    padding: 12px;
  }
  .ap-cat h4 {
    font-size: 0.9rem;
  }
  .ap-it {
    font-size: 0.76rem;
    padding: 8px 0;
  }
  .ap-ic {
    font-size: 0.95rem;
  }
  .ap-tbl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .ap-tc {
    padding: 12px;
  }
  .ap-tc-h {
    flex-direction: column;
    gap: 0;
  }
  .ap-pill {
    padding: 4px 9px;
    font-size: 0.68rem;
  }
  .ap-mtabs span {
    padding: 6px 10px;
  }
}
.ap-recep {
  width: 100%;
  max-width: 560px;
}
.ap-tabl {
  padding: 12px;
  border-radius: 28px;
  background: #02040f;
  border: 1px solid rgba(150, 170, 255, 0.28);
  box-shadow: 0 60px 110px -50px rgba(20, 24, 150, 0.85);
}
.ap-tabl-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px 12px;
}
.ap-tabl-h b {
  font-family: var(--f-display);
  font-size: 1.1rem;
}
.ap-cnt {
  --u: clamp(0, calc(var(--k) - 1), 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(55, 230, 160, 0.35);
  background: rgba(55, 230, 160, 0.1);
  color: #37e6a0;
  font-size: 0.72rem;
}
.ap-tabl-b {
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  border-radius: 18px;
  background: radial-gradient(120% 90% at 70% 0%, #151f75, #080d33 60%);
}
.ap-scanner p {
  margin-top: 26px;
  font-size: 0.6rem;
  color: var(--fg-3);
  text-align: center;
}
.ap-vf {
  position: relative;
  padding: 20px;
  border-radius: 14px;
  background: #fff;
  color: #0b1140;
}
.ap-vf i {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 0 solid color-mix(in srgb, #37e6a0 calc(clamp(0, var(--k), 1) * 100%), #5eeaff);
  transition: border-color 0.3s var(--ease-out);
}
.ap-vf .tl {
  top: 4px;
  left: 4px;
  border-top-width: 3px;
  border-left-width: 3px;
  border-top-left-radius: 8px;
}
.ap-vf .tr {
  top: 4px;
  right: 4px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-top-right-radius: 8px;
}
.ap-vf .bl {
  bottom: 4px;
  left: 4px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-bottom-left-radius: 8px;
}
.ap-vf .br {
  bottom: 4px;
  right: 4px;
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-bottom-right-radius: 8px;
}
.ap-sl {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 12px;
  height: 22px;
  background: linear-gradient(180deg, rgba(23, 205, 235, 0), rgba(23, 205, 235, 0.5));
  border-bottom: 2px solid #17cdeb;
  animation: ap-scanline 2.4s var(--ease-in-out) infinite alternate;
}
@keyframes ap-scanline {
  to {
    translate: 0 calc(180px - 44px);
  }
}
.ap-ok {
  position: absolute;
  left: 50%;
  bottom: -13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #12b886;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: clamp(0, var(--k), 1);
  translate: -50% calc((1 - clamp(0, var(--k), 1)) * 8px);
  transition: opacity 0.3s var(--ease-out), translate 0.3s var(--ease-out);
}
.ap-guests {
  display: grid;
  align-content: start;
  gap: 6px;
}
.ap-gr {
  --u: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.84rem;
}
.ap-gr.is-flip {
  --u: clamp(0, calc(var(--k) - 1), 1);
  background: color-mix(in srgb, rgba(55, 230, 160, 0.16) calc(var(--u) * 100%), rgba(255, 255, 255, 0.05));
  transition: background-color 0.4s var(--ease-out);
}
.ap-gno {
  font-size: 0.6rem;
  color: var(--fg-3);
}
.ap-gr b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.ap-rs {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid;
  font-size: 0.64rem;
  font-weight: 600;
  white-space: nowrap;
}
.ap-rs.p {
  border-color: var(--bd-2);
  color: #aab5dd;
}
.ap-rs.y {
  border-color: rgba(255, 195, 107, 0.4);
  background: rgba(255, 195, 107, 0.1);
  color: #ffc36b;
}
.ap-rs.g {
  border-color: rgba(55, 230, 160, 0.4);
  background: rgba(55, 230, 160, 0.12);
  color: #37e6a0;
}
.ap-rs.r {
  border-color: rgba(255, 143, 176, 0.4);
  background: rgba(255, 143, 176, 0.1);
  color: #ff8fb0;
}
.ap-rsw {
  display: inline-grid;
}
.ap-rsw > * {
  grid-area: 1 / 1;
  justify-self: end;
  transition: opacity 0.3s var(--ease-out);
}
.ap-rsw .a {
  opacity: calc(1 - var(--u));
}
.ap-rsw .b {
  opacity: var(--u);
}
.ap-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 12px 14px 4px;
  font-size: 0.62rem;
  color: var(--fg-3);
}
.ap-legend i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
}
.ap-legend .p {
  background: #56629b;
}
.ap-legend .y {
  background: #ffc36b;
}
.ap-legend .g {
  background: #37e6a0;
}
.ap-legend .r {
  background: #ff8fb0;
}
@media (max-width: 620px) {
  .ap-tabl-b {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .ap-scanner {
    width: 196px;
    margin-inline: auto;
  }
}
.ap-printviz {
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  width: 100%;
}
.ap-printer {
  width: 208px;
}
.ap-pbody {
  position: relative;
  z-index: 2;
  height: 86px;
  border-radius: 20px 20px 10px 10px;
  border: 1px solid rgba(160, 176, 255, 0.3);
  background: linear-gradient(180deg, #252e7a, #111846);
  box-shadow: 0 30px 50px -24px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.ap-led {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #37e6a0;
  animation: ap-led 10s steps(1) infinite;
}
@keyframes ap-led {
  0%,
  62% {
    background: #ffc36b;
    box-shadow: 0 0 10px #ffc36b;
  }
  63%,
  100% {
    background: #37e6a0;
    box-shadow: 0 0 8px #37e6a0;
  }
}
.ap-ptype {
  position: absolute;
  top: 13px;
  left: 18px;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: #8b98cf;
}
.ap-slot {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  height: 8px;
  border-radius: 4px;
  background: #02040f;
}
.ap-paperbox {
  position: relative;
  z-index: 1;
  height: 340px;
  margin: -6px 18px 0;
  overflow: hidden;
}
.ap-paper {
  position: relative;
  padding: 16px 14px 18px;
  background: #fbfcff;
  color: #0b1140;
  font-family: var(--f-mono);
  font-size: 0.7rem;
  line-height: 1.35;
  clip-path: inset(0 0 100% 0);
  animation: ap-print 10s linear infinite;
}
.ap-paper::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;
  background: radial-gradient(circle at 5px 0, transparent 4px, #fbfcff 4.5px) 0 0 / 10px 8px repeat-x;
}
@keyframes ap-print {
  0% {
    clip-path: inset(0 0 100% 0);
    animation-timing-function: steps(30, end);
    translate: 0 0;
    rotate: 0deg;
    opacity: 1;
  }
  60%,
  80% {
    clip-path: inset(0 0 -10px 0);
    translate: 0 0;
    rotate: 0deg;
    opacity: 1;
  }
  90% {
    clip-path: inset(0 0 -10px 0);
    translate: 8px 34px;
    rotate: 3deg;
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 100% 0);
    translate: 0 0;
    rotate: 0deg;
    opacity: 0;
  }
}
.ap-ph {
  text-align: center;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
}
.ap-pm {
  text-align: center;
  font-size: 0.62rem;
  color: #4a5680;
}
.ap-pdash {
  margin: 8px 0;
  border-top: 1.5px dashed #9aa4c8;
}
.ap-pl {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 2px 0;
}
.ap-pnote {
  margin-top: 6px;
  padding: 5px 7px;
  background: #0b1140;
  color: #fff;
  font-size: 0.62rem;
}
.ap-pchars {
  margin-top: 10px;
  text-align: center;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
}
.ap-pf {
  text-align: center;
  font-size: 0.58rem;
  color: #4a5680;
}
.ap-queue {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(120, 130, 255, 0.28);
  background: linear-gradient(160deg, rgba(30, 40, 120, 0.5), rgba(8, 12, 40, 0.8));
}
.ap-qh {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 0.66rem;
  color: var(--fg-3);
}
.ap-job {
  --u1: clamp(0, calc(var(--k) - var(--s) + 1), 1);
  --u2: clamp(0, calc(var(--k) - var(--e) + 1), 1);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.86rem;
}
.ap-job:last-child {
  margin-bottom: 0;
}
.ap-jt {
  min-width: 52px;
  font-size: 0.6rem;
  color: var(--fg-3);
}
.ap-jst {
  display: inline-grid;
}
.ap-jst > * {
  grid-area: 1 / 1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid;
  font-size: 0.68rem;
  font-weight: 600;
  white-space: nowrap;
  transition: opacity 0.3s var(--ease-out);
}
.ap-jst .w {
  border-color: var(--bd-2);
  color: #aab5dd;
  opacity: calc(1 - var(--u1));
}
.ap-jst .pr {
  border-color: rgba(255, 195, 107, 0.4);
  background: rgba(255, 195, 107, 0.1);
  color: #ffc36b;
  opacity: calc(var(--u1) * (1 - var(--u2)));
}
.ap-jst .pr i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-right-color: transparent;
  animation: spin 0.8s linear infinite;
}
.ap-jst .dn {
  border-color: rgba(55, 230, 160, 0.4);
  background: rgba(55, 230, 160, 0.12);
  color: #37e6a0;
  opacity: var(--u2);
}
.ap-rp {
  grid-column: 1 / -1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--bd-2);
  background: rgba(75, 110, 255, calc(clamp(0, calc(var(--k) - 3), 1) * 0.35));
  font-size: 0.64rem;
  color: var(--fg-2);
  white-space: nowrap;
  transition: background-color 0.3s var(--ease-out);
}
.ap-designer {
  margin-top: 16px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--bd);
  background: rgba(255, 255, 255, 0.03);
}
.ap-dh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 0.66rem;
  color: var(--fg-3);
}
.ap-mm {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  padding: 2px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}
.ap-mm span {
  position: relative;
  z-index: 1;
  padding: 3px 10px;
  font-size: 0.6rem;
  color: #fff;
}
.ap-mm i {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: calc(50% - 2px);
  border-radius: 6px;
  background: var(--grad-btn);
  animation: ap-mm 6s var(--ease-in-out) infinite;
}
@keyframes ap-mm {
  0%,
  40% {
    translate: 0 0;
  }
  50%,
  90% {
    translate: 100% 0;
  }
  100% {
    translate: 0 0;
  }
}
.ap-dbody {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}
.ap-dbody li {
  margin-bottom: 6px;
  padding: 8px 10px;
  border-radius: 9px;
  border-left: 2px solid var(--violet);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.74rem;
}
.ap-dprev {
  display: grid;
  place-items: center;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}
.ap-dpp {
  display: grid;
  gap: 5px;
  width: 58%;
  padding: 10px 8px;
  background: #fbfcff;
  animation: ap-pw 6s var(--ease-in-out) infinite;
}
.ap-dpp i {
  display: block;
  height: 5px;
  width: var(--w, 100%);
  border-radius: 2px;
  background: #c7cfee;
}
@keyframes ap-pw {
  0%,
  40% {
    width: 58%;
  }
  50%,
  90% {
    width: 86%;
  }
  100% {
    width: 58%;
  }
}
@media (max-width: 620px) {
  .ap-printviz {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }
  .ap-side {
    width: 100%;
  }
  .ap-job {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 10px;
  }
  .ap-jt {
    grid-column: 1;
  }
  .ap-job b {
    grid-column: 1;
  }
  .ap-jst {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  .ap-dbody {
    grid-template-columns: 1fr;
  }
}
.ap-fieldviz {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr);
  gap: 14px;
  width: 100%;
  align-items: stretch;
}
.ap-mapcard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(120, 130, 255, 0.3);
  background: linear-gradient(160deg, #101a66, #070b2b);
  box-shadow: 0 50px 90px -46px rgba(20, 24, 150, 0.75);
}
.ap-map {
  display: block;
  width: 100%;
  height: auto;
}
.ap-mh {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.ap-mh .chip {
  background: rgba(10, 16, 52, 0.78);
  color: #b9c5f0;
}
.ap-lg {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.58rem;
  color: #a1aedf;
}
.ap-lg i {
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-radius: 50%;
}
.ap-lg i:first-child {
  margin-left: 0;
}
.ap-lg .ok {
  background: #37e6a0;
}
.ap-lg .wait {
  background: #ffc36b;
}
.ap-lg .no {
  background: #ff6b8e;
}
.ap-reg {
  stroke: rgba(160, 176, 255, 0.4);
  stroke-width: 1.2;
}
.ap-reg.r1 {
  fill: rgba(75, 107, 255, 0.16);
}
.ap-reg.r2 {
  fill: rgba(162, 61, 255, 0.16);
}
.ap-reg.r3 {
  fill: rgba(23, 205, 235, 0.14);
}
.ap-map .ap-rl {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  fill: #b9c5f0;
}
.ap-pin {
  --on: clamp(0, calc(var(--k) - var(--n) + 1), 1);
  opacity: var(--on);
  transform: translateY(calc((1 - var(--on)) * -22px));
  transition: opacity 0.35s var(--ease-out), transform 0.5s var(--ease-out);
}
.ap-pdot.ok {
  fill: #37e6a0;
}
.ap-pdot.wait {
  fill: #ffc36b;
}
.ap-pdot.no {
  fill: #ff6b8e;
}
.ap-pring {
  fill: none;
  stroke-width: 1.5;
  stroke-opacity: 0.5;
}
.ap-pring.ok {
  stroke: #37e6a0;
}
.ap-pring.wait {
  stroke: #ffc36b;
}
.ap-pring.no {
  stroke: #ff6b8e;
}
.ap-visit {
  margin: 0 14px 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(160, 176, 255, 0.3);
  background: rgba(10, 16, 52, 0.94);
  opacity: clamp(0, calc(var(--k) - 4), 1);
  translate: 0 calc((1 - clamp(0, calc(var(--k) - 4), 1)) * 12px);
  transition: opacity 0.4s var(--ease-out), translate 0.4s var(--ease-out);
}
.ap-vh {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.62rem;
  color: #8b98cf;
}
.ap-vr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 8px 0;
  font-size: 0.88rem;
}
.ap-res {
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(55, 230, 160, 0.3);
  background: rgba(55, 230, 160, 0.12);
  color: #37e6a0;
  font-size: 0.7rem;
}
.ap-gps {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.66rem;
  color: #7fe3f7;
}
.ap-gps em {
  font-family: var(--f-mono);
  font-style: normal;
  color: var(--fg-3);
}
.ap-typ {
  clip-path: inset(0 calc((1 - clamp(0, calc(var(--k) - 4), 1)) * 100%) 0 0);
  transition: clip-path 0.9s steps(16) 0.3s;
}
.ap-tasks {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(120, 130, 255, 0.3);
  background: linear-gradient(160deg, #101a66, #070b2b);
}
.ap-tasks h4 {
  margin-bottom: 10px;
  font-family: var(--f-mono);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.ap-tasks li {
  --d: clamp(0, calc(var(--k) - var(--at) + 1), 1);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid rgba(150, 170, 255, 0.1);
  font-size: 0.84rem;
  color: color-mix(in srgb, #7d89bd calc(var(--d) * 100%), #fff);
  transition: color 0.4s var(--ease-out);
}
.ap-tb {
  flex: none;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 6px;
  border: 1.5px solid var(--bd-2);
  background: color-mix(in srgb, #12b886 calc(var(--d) * 100%), transparent);
  color: #fff;
  transition: background-color 0.3s var(--ease-out);
}
.ap-tb .ico {
  opacity: var(--d);
}
@media (max-width: 760px) {
  .ap-fieldviz {
    grid-template-columns: 1fr;
  }
}
.ap-opsviz {
  display: grid;
  justify-items: center;
  gap: 26px;
  width: 100%;
}
.ap-roles {
  gap: 10px;
}
.ap-rchips {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.ap-rchips span {
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--bd-2);
  font-size: 0.58rem;
  color: #a1aedf;
  transition: background-color 0.3s var(--ease-out), color 0.3s var(--ease-out);
}
.ap-roles[data-scene='0'] .c0,
.ap-roles[data-scene='1'] .c1,
.ap-roles[data-scene='2'] .c2 {
  border-color: transparent;
  background: var(--grad-btn);
  color: #fff;
}
.ap-rs-wrap {
  position: relative;
  flex: 1;
}
.ap-rscr {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  gap: 9px;
  opacity: clamp(0, var(--k), 1);
  translate: 0 calc((1 - clamp(0, var(--k), 1)) * 12px);
  transition: opacity 0.4s var(--ease-out), translate 0.4s var(--ease-out);
}
.ap-roles[data-scene='0'] .r0,
.ap-roles[data-scene='1'] .r1,
.ap-roles[data-scene='2'] .r2 {
  display: flex;
}
.ap-rscr .ph-cta.solid {
  height: 34px;
}
.ap-rscr .ph-cta.solid span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grad-btn);
}
.ap-wv {
  display: grid;
  gap: 9px;
}
.ap-wvb {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 9px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
}
.ap-wvb i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #56629b;
}
.ap-wvb span {
  margin-left: auto;
  font-size: 0.5rem;
  color: #8b98cf;
}
.ap-wvl {
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.ap-wvl i {
  display: block;
  height: 100%;
  width: calc(clamp(0, var(--k), 2) * 50%);
  background: var(--grad);
  transition: width 0.8s var(--ease-out);
}
.ap-wvh b {
  font-family: var(--f-display);
  font-size: 1.05rem;
}
.ap-wvc {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  opacity: clamp(0, calc(var(--k) - 1), 1);
  transition: opacity 0.4s var(--ease-out);
}
.ap-wvc > div {
  padding: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
}
.ap-wvc small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.5rem;
  color: #8b98cf;
}
.ap-wvc b {
  font-family: var(--f-display);
  font-size: 1.05rem;
}
.ap-wvr {
  display: grid;
  gap: 5px;
  opacity: clamp(0, calc(var(--k) - 1), 1);
  transition: opacity 0.4s var(--ease-out) 0.1s;
}
.ap-wvr li {
  padding: 8px 10px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.6rem;
  color: #c9d4ff;
}
.ap-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 560px;
}
.ap-flow li {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 12px 10px;
  border-radius: 14px;
  border: 1px solid var(--bd-2);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.8rem;
  text-align: center;
  color: var(--fg-2);
}
.ap-flow li + li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: calc(50% - 1px);
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--bd-2), var(--cyan));
}
.ap-flow li + li::after {
  content: '';
  position: absolute;
  left: -20px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px var(--cyan);
  animation: ap-hop 2.4s linear infinite;
}
.ap-flow li:nth-child(3)::after {
  animation-delay: 1.2s;
}
@keyframes ap-hop {
  0% {
    translate: 0 0;
    opacity: 0;
  }
  15%,
  85% {
    opacity: 1;
  }
  100% {
    translate: 16px 0;
    opacity: 0;
  }
}
.ap-fn {
  display: block;
  margin-bottom: 4px;
  font-size: 0.58rem;
  color: var(--cyan);
}
@media (max-width: 520px) {
  .ap-flow {
    flex-direction: column;
    gap: 18px;
  }
  .ap-flow li + li::before,
  .ap-flow li + li::after {
    left: 50%;
    top: -18px;
    width: 2px;
    height: 18px;
  }
  .ap-flow li + li::before {
    background: linear-gradient(var(--bd-2), var(--cyan));
  }
  .ap-flow li + li::after {
    display: none;
  }
}
.ap-plat-wrap {
  padding: 8px clamp(10px, 2.4vw, 32px);
  border-radius: 28px;
  border: 1px solid var(--bd);
  background: var(--card-2);
}
.ap-plat {
  width: 100%;
  border-collapse: collapse;
}
.ap-plat th,
.ap-plat td {
  padding: 18px 12px;
  border-bottom: 1px solid var(--bd);
}
.ap-plat tbody tr:last-child th,
.ap-plat tbody tr:last-child td {
  border-bottom: 0;
}
.ap-plat thead th {
  vertical-align: bottom;
  padding-top: 22px;
}
.ap-pc {
  display: grid;
  justify-items: center;
  gap: 4px;
  color: var(--accent);
}
.ap-pc b {
  font-family: var(--f-display);
  font-size: 1.25rem;
  color: var(--fg);
}
.ap-pc small {
  font-size: 0.58rem;
  color: var(--fg-3);
  text-align: center;
}
.ap-plat tbody th {
  text-align: left;
  font-weight: 400;
}
.ap-plat tbody th b {
  display: block;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.08rem;
  letter-spacing: -0.015em;
}
.ap-plat tbody th small {
  display: block;
  margin-top: 2px;
  font-size: 0.82rem;
  color: var(--fg-3);
}
.ap-plat td {
  text-align: center;
}
.ap-yes,
.ap-no,
.ap-soon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ap-yes {
  color: #0b7a55;
  font-weight: 600;
}
.ap-yes .ico {
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 50%;
  background: rgba(18, 184, 134, 0.16);
}
.ap-no {
  color: var(--fg-3);
}
.ap-no i {
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  opacity: 0.6;
}
.ap-soon {
  color: #b06a00;
  font-weight: 600;
}
.ap-soon .ico {
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 50%;
  background: rgba(255, 176, 32, 0.18);
}
.ap-plat em {
  font-family: var(--f-body);
  font-style: normal;
  font-size: 0.78rem;
}
.ap-honest {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px dashed var(--bd-2);
  color: var(--fg-2);
}
.ap-honest strong {
  color: var(--fg);
}
.ap-live {
  display: inline-flex;
  gap: 5px;
  flex: none;
}
.ap-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: ap-wave 1.2s ease-in-out infinite;
}
.ap-live i:nth-child(2) {
  animation-delay: 0.15s;
}
.ap-live i:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes ap-wave {
  0%,
  100% {
    opacity: 0.25;
    translate: 0 0;
  }
  50% {
    opacity: 1;
    translate: 0 -4px;
  }
}
@media (max-width: 620px) {
  .ap-plat th,
  .ap-plat td {
    padding: 14px 4px;
  }
  .ap-plat em {
    display: none;
  }
  .ap-plat tbody th b {
    font-size: 0.95rem;
  }
  .ap-plat tbody th small {
    font-size: 0.74rem;
  }
  .ap-pc b {
    font-size: 1rem;
  }
  .ap-pc small {
    display: none;
  }
  .ap-honest {
    align-items: flex-start;
    padding: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ap-paper {
    animation: none;
    clip-path: inset(0 0 -10px 0);
  }
  .ap-ttl > span {
    animation: none;
  }
  .ap-ttl > span:first-child {
    opacity: 1;
  }
}
html:not(.js) .ap-paper {
  animation: none;
  clip-path: inset(0 0 -10px 0);
}
html:not(.js) .ap-ttl > span {
  animation: none;
}
html:not(.js) .ap-ttl > span:first-child {
  opacity: 1;
}
