/* [project]/src/styles/landing.css [app-client] (css) */
.lp {
  --lp-gut: clamp(20px, 5vw, 64px);
  --lp-measure: 1240px;
  --lp-ink: #08090c;
  --lp-ink-fg: #fcfcfc;
  --lp-ink-muted: #999fa8;
  --lp-ink-line: #26292f;
  --lp-ink-accent: #6695f4;
  --lp-rule: color-mix(in oklab, var(--foreground) 12%, transparent);
  --lp-rule-soft: color-mix(in oklab, var(--foreground) 7%, transparent);
  --lp-paper: var(--background);
  --lp-sheet: var(--surface);
  --lp-ease: cubic-bezier(.19, 1, .22, 1);
  --lp-ease-soft: cubic-bezier(.32, .72, 0, 1);
  background: var(--lp-paper);
  color: var(--foreground);
  scroll-behavior: smooth;
  position: relative;
  overflow-x: clip;
}

@supports (color: lab(0% 0 0)) {
  .lp {
    --lp-ink: lab(2.46141% -.0727028 -1.49426);
    --lp-ink-fg: lab(98.9676% -.0000298023 -.0000119209);
    --lp-ink-muted: lab(65.1386% -.465006 -5.61723);
    --lp-ink-line: lab(16.4264% -.29324 -4.4555);
    --lp-ink-accent: lab(61.6966% 5.22435 -53.3819);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp {
    scroll-behavior: auto;
  }
}

.lp__display {
  font-family: var(--font-serif);
  letter-spacing: -.032em;
  text-wrap: balance;
  margin: 0;
  font-weight: 600;
  line-height: .96;
}

.lp__display em {
  letter-spacing: -.02em;
  font-style: italic;
  font-weight: 600;
}

.lp__meta {
  font-family: var(--font-mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 500;
}

.lp__lede {
  color: color-mix(in oklab, var(--foreground) 74%, var(--background));
  text-wrap: pretty;
  margin: 0;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.62;
}

.lp [data-reveal] {
  opacity: 0;
  transition: opacity .7s var(--lp-ease-soft),
    transform .9s var(--lp-ease);
  transition-delay: var(--d, 0s);
  transform: translate3d(0, 18px, 0);
}

.lp [data-reveal].is-in {
  opacity: 1;
  transform: none;
}

.lp__wipe {
  padding-bottom: .06em;
  display: block;
  overflow: hidden;
}

.lp__wipe > span {
  transition: transform 1.1s var(--lp-ease);
  transition-delay: var(--d, 0s);
  display: block;
  transform: translate3d(0, 110%, 0);
}

.lp .is-in .lp__wipe > span, .lp .lp__wipe.is-in > span {
  transform: none;
}

.lp__wipe--intro > span {
  animation: lp-wipeup 1.15s var(--lp-ease) both;
  animation-delay: var(--d, 0s);
  transform: translate3d(0, 110%, 0);
}

@keyframes lp-wipeup {
  to {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp [data-reveal], .lp [data-reveal].is-in {
    opacity: 1;
    transition: none;
    transform: none;
  }

  .lp__wipe > span {
    transition: none;
    transform: none;
  }

  .lp__wipe--intro > span {
    animation: none;
    transform: none;
  }
}

.lp__mast {
  z-index: 40;
  padding: 16px var(--lp-gut);
  transition: background-color .4s var(--lp-ease-soft),
    border-color .4s var(--lp-ease-soft),
    backdrop-filter .4s var(--lp-ease-soft),
    padding .4s var(--lp-ease-soft);
  background: none;
  border-bottom: 1px solid #0000;
  align-items: center;
  gap: 14px;
  display: flex;
  position: sticky;
  top: 0;
}

.lp__mast[data-stuck="true"] {
  background: color-mix(in oklab, var(--lp-paper) 82%, transparent);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: var(--lp-rule);
  padding-top: 11px;
  padding-bottom: 11px;
}

.lp__mast .brand-wordmark {
  z-index: 1;
  position: relative;
}

.lp__mastnav {
  align-items: center;
  gap: 10px;
  margin-left: auto;
  display: flex;
}

.lp__mastlink {
  color: var(--muted);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 13px;
  text-decoration: none;
  transition: color .16s, background-color .16s;
}

.lp__mastlink:hover {
  color: var(--foreground);
  background: var(--lp-rule-soft);
}

.lp__wrap {
  width: 100%;
  max-width: var(--lp-measure);
  padding-inline: var(--lp-gut);
  margin: 0 auto;
}

.lp__section {
  padding-block: clamp(64px, 9vw, 118px);
  position: relative;
}

.lp__section + .lp__section {
  padding-top: 0;
}

.lp__rule {
  background: var(--lp-rule);
  height: 1px;
  margin-bottom: clamp(30px, 4.5vw, 58px);
}

.lp__h2 {
  font-family: var(--font-serif);
  letter-spacing: -.03em;
  text-wrap: balance;
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 3.15rem);
  font-weight: 600;
  line-height: 1.02;
}

.lp__h2 em {
  font-style: italic;
}

.lp__p {
  max-width: 46ch;
  color: var(--muted);
  text-wrap: pretty;
  margin: 18px 0 0;
  font-size: 15.5px;
  line-height: 1.68;
}

.lp__p strong {
  color: var(--foreground);
  font-weight: 500;
}

.lp__hero {
  align-items: center;
  min-height: min(94svh, 900px);
  padding-block: clamp(56px, 9vw, 104px) clamp(64px, 9vw, 120px);
  display: grid;
  position: relative;
}

.lp__herogrid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  display: grid;
}

@media (max-width: 940px) {
  .lp__herogrid {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }
}

.lp__herokicker {
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  display: flex;
}

.lp__herokicker .lp__meta {
  color: var(--accent);
}

.lp__herokicker i {
  background: linear-gradient(90deg, var(--lp-rule), transparent);
  flex: 1;
  max-width: 90px;
  height: 1px;
}

.lp__heroline {
  font-size: clamp(2.4rem, 5.1vw, 4.5rem);
}

@media (min-width: 940px) {
  .lp__heroline .lp__wipe > span {
    white-space: nowrap;
  }
}

.lp__herolede {
  max-width: 50ch;
  margin-top: clamp(22px, 2.6vw, 32px);
}

.lp__herocta {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  display: flex;
}

.lp__cue {
  font: inherit;
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 10px;
  padding: 0;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
}

.lp__cue:hover {
  color: var(--foreground);
}

.lp__cue i {
  background: var(--lp-rule);
  width: 34px;
  height: 1px;
  display: block;
  position: relative;
  overflow: hidden;
}

.lp__cue i:after {
  content: "";
  background: var(--accent);
  transform-origin: 0;
  animation: lp-drain 2.6s var(--lp-ease-soft) infinite;
  position: absolute;
  inset: 0;
}

@keyframes lp-drain {
  0% {
    transform-origin: 0;
    transform: scaleX(0);
  }

  45% {
    transform-origin: 0;
    transform: scaleX(1);
  }

  55% {
    transform-origin: 100%;
    transform: scaleX(1);
  }

  100% {
    transform-origin: 100%;
    transform: scaleX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp__cue i:after {
    animation: none;
    transform: scaleX(.4);
  }
}

.lp__stage {
  perspective: 1500px;
  perspective-origin: 60% 40%;
  min-height: clamp(360px, 46vw, 520px);
  position: relative;
}

.lp__file {
  transform-style: preserve-3d;
  transform: rotateX(calc(var(--rx, 0) * 1deg)) rotateY(calc(var(--ry, 0) * 1deg));
  transition: transform .7s var(--lp-ease-soft);
  will-change: transform;
  position: absolute;
  inset: 0;
}

.lp__sheet {
  background: var(--lp-sheet);
  border: 1px solid var(--border);
  opacity: 0;
  animation: lp-fan 1.4s var(--lp-ease) forwards;
  animation-delay: var(--d, 0s);
  border-radius: 18px;
  position: absolute;
  transform: translate3d(0, 26px, 0);
  box-shadow: 0 1px 2px #18140e0d, 0 14px 34px -14px #18140e3d, 0 46px 80px -50px #18140e66;
}

[data-theme="dark"] .lp__sheet {
  box-shadow: inset 0 0 0 1px #ffffff08, 0 18px 44px -18px #000000b3, 0 60px 90px -60px #000000e6;
}

@keyframes lp-fan {
  to {
    opacity: 1;
    transform: var(--rest);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp__sheet {
    opacity: 1;
    transform: var(--rest);
    animation: none;
  }

  .lp__file {
    transition: none;
  }
}

.lp__sheet--base {
  --rest: translate3d(8%, 14%, -120px) rotate(5deg);
  background: var(--surface-secondary);
  width: 62%;
  height: 54%;
  bottom: 4%;
  right: 0;
}

.lp__sheet--mail {
  --rest: translate3d(-2%, -14%, -60px) rotate(-3deg);
  width: 68%;
  top: 0;
  left: 0;
}

.lp__sheet--lineage {
  --rest: translate3d(10%, 4%, 0px) rotate(1.6deg);
  width: 66%;
  top: 26%;
  right: 0;
}

.lp__sheet--matter {
  --rest: translate3d(-6%, 22%, 90px) rotate(-1.2deg);
  width: 72%;
  bottom: 0;
  left: 0;
}

@media (max-width: 940px) {
  .lp__stage {
    min-height: 440px;
  }

  .lp__sheet--base {
    --rest: translate3d(4%, 12%, -100px) rotate(4deg);
  }

  .lp__sheet--mail {
    --rest: translate3d(0%, -8%, -50px) rotate(-2.4deg);
    width: 76%;
  }

  .lp__sheet--lineage {
    --rest: translate3d(8%, 6%, 0) rotate(1.4deg);
    width: 74%;
  }

  .lp__sheet--matter {
    --rest: translate3d(-2%, 18%, 70px) rotate(-1deg);
    width: 80%;
  }
}

.lp__sheetbody {
  padding: 14px 15px;
}

.lp__sheethead {
  border-bottom: 1px solid var(--separator);
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  display: flex;
}

.lp__sheethead svg {
  width: 14px;
  height: 14px;
  color: var(--muted);
  flex-shrink: 0;
}

.lp__sheettitle {
  letter-spacing: -.01em;
  font-size: 12.5px;
  font-weight: 600;
}

.lp__sheetmeta {
  font-family: var(--font-mono);
  color: var(--muted);
  margin-left: auto;
  font-size: 10px;
}

.lp__row {
  align-items: center;
  gap: 9px;
  padding: 7px 0;
  font-size: 12px;
  display: flex;
}

.lp__row + .lp__row {
  border-top: 1px solid var(--separator);
}

.lp__row svg {
  width: 13px;
  height: 13px;
  color: var(--muted);
  flex-shrink: 0;
}

.lp__rowname {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.lp__rowver {
  font-family: var(--font-mono);
  color: var(--muted);
  font-size: 10px;
}

.lp__rules {
  gap: 13px;
  padding: 22px 20px;
  display: grid;
}

.lp__rules i {
  background: color-mix(in oklab, var(--foreground) 15%, transparent);
  height: 1px;
  display: block;
}

.lp__rules i:nth-child(3n) {
  width: 62%;
}

.lp__rules i:nth-child(4n) {
  width: 84%;
}

.lp__ground {
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--lp-rule-soft) 1px, transparent 1px);
  opacity: .34;
  background-size: 100% 46px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(86% 24% at 58% 9%, #000 0%, #0000 74%);
  mask-image: radial-gradient(86% 24% at 58% 9%, #000 0%, #0000 74%);
}

[data-theme="dark"] .lp__ground {
  opacity: .24;
}

.lp__flow, .lp__foot {
  z-index: 1;
  position: relative;
}

.lp__split {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  align-items: start;
  gap: clamp(36px, 6vw, 92px);
  display: grid;
}

@media (max-width: 900px) {
  .lp__split {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}

.lp__sticky {
  position: sticky;
  top: 96px;
}

.lp__lead {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  align-items: end;
  gap: clamp(28px, 5vw, 80px);
  display: grid;
}

.lp__lead .lp__p {
  max-width: 46ch;
  margin: 0;
  padding-bottom: .18em;
}

@media (max-width: 900px) {
  .lp__lead {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 20px;
  }

  .lp__lead .lp__p {
    padding-bottom: 0;
  }
}

.lp__minorhead {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: end;
  gap: clamp(24px, 5vw, 80px);
  display: grid;
}

@media (max-width: 900px) {
  .lp__minorhead {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 14px;
  }
}

.lp__kicker {
  font-family: var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.lp__h3 {
  font-family: var(--font-serif);
  letter-spacing: -.022em;
  text-wrap: balance;
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.05rem);
  font-weight: 600;
  line-height: 1.16;
}

.lp__h3 em {
  font-style: italic;
}

.lp__h2 [lang="zh-Hant"], .lp__h3 [lang="zh-Hant"] {
  white-space: nowrap;
}

.lp__minorhead .lp__p {
  max-width: 46ch;
  margin: 0;
  padding-bottom: .14em;
}

@media (max-width: 900px) {
  .lp__minorhead .lp__p {
    padding-bottom: 0;
  }

  .lp__sticky {
    position: static;
  }
}

.lp__rail {
  padding-left: 34px;
  position: relative;
}

.lp__rail:before {
  content: "";
  background: var(--lp-rule);
  width: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 7px;
}

.lp__railfill {
  background: linear-gradient(to bottom, var(--accent), color-mix(in oklab, var(--accent) 30%, transparent));
  transform-origin: top;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 7px;
  transform: scaleY(1);
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .lp__railfill {
      animation: linear both lp-fill;
      animation-timeline: view();
      animation-range: cover 12% cover 68%;
      transform: scaleY(0);
    }

    @keyframes lp-fill {
      to {
        transform: scaleY(1);
      }
    }
  }
}

.lp__stage2 {
  padding: 18px 0;
  position: relative;
}

.lp__stage2 + .lp__stage2 {
  border-top: 1px solid var(--lp-rule-soft);
}

.lp__stage2:before {
  content: "";
  background: var(--lp-paper);
  border: 1px solid var(--border);
  width: 15px;
  height: 15px;
  transition: background-color .5s var(--lp-ease-soft), border-color .5s, box-shadow .5s;
  border-radius: 999px;
  position: absolute;
  top: 26px;
  left: -34px;
}

.lp__stage2.is-in:before {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 5px color-mix(in oklab, var(--accent) 14%, transparent);
}

.lp__stage2 h3 {
  letter-spacing: -.015em;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.lp__stage2 h3 code {
  font-family: var(--font-mono);
  letter-spacing: .1em;
  background: var(--surface-secondary);
  color: var(--muted);
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 10px;
}

.lp__stage2 p {
  color: var(--muted);
  max-width: 52ch;
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 1.62;
}

.lp__lineage {
  border: 1px solid var(--border);
  background: var(--lp-sheet);
  box-shadow: var(--surface-shadow);
  border-radius: 22px;
  padding: clamp(20px, 3vw, 34px);
  position: relative;
  overflow: hidden;
}

.lp__lineage:after {
  content: "";
  background: radial-gradient(60% 100% at 50% 100%, color-mix(in oklab, var(--accent) 9%, transparent), transparent 70%);
  pointer-events: none;
  height: 70%;
  position: absolute;
  inset: auto -20% -60% 40%;
}

.lp__lineagescroll {
  z-index: 1;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  position: relative;
  overflow-x: auto;
}

.lp__lineagesvg {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 760px) {
  .lp__lineagescroll {
    -webkit-mask-image: linear-gradient(90deg, #000 88%, #0000);
    mask-image: linear-gradient(90deg, #000 88%, #0000);
  }

  .lp__lineagesvg {
    width: 640px;
    min-width: 640px;
  }
}

.lp__edge {
  fill: none;
  stroke: var(--border-secondary);
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-dasharray: var(--len, 400);
  stroke-dashoffset: var(--len, 400);
  transition: stroke-dashoffset .9s var(--lp-ease-soft);
  transition-delay: var(--d, 0s);
}

.lp__edge--branch {
  stroke-dasharray: 4 5;
  stroke: var(--border);
}

.is-in .lp__edge {
  stroke-dashoffset: 0;
}

.lp__node {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity .5s var(--lp-ease-soft), transform .6s var(--lp-ease);
  transition-delay: var(--d, 0s);
  transform: translateY(6px);
}

.is-in .lp__node {
  opacity: 1;
  transform: none;
}

.lp__nodedot {
  fill: var(--lp-sheet);
  stroke: var(--border-secondary);
  stroke-width: 1.5px;
}

.lp__node--master .lp__nodedot {
  fill: var(--accent);
  stroke: var(--accent);
}

.lp__node--superseded .lp__nodedot {
  stroke-dasharray: 3 3;
}

.lp__nodering {
  fill: none;
  stroke: color-mix(in oklab, var(--accent) 30%, transparent);
  stroke-width: 1.5px;
}

.lp__nodelabel {
  font-family: var(--font-mono);
  letter-spacing: .08em;
  fill: var(--foreground);
  font-size: 10px;
}

.lp__nodesub {
  font-family: var(--font-sans);
  fill: var(--muted);
  font-size: 9.5px;
}

@media (prefers-reduced-motion: reduce) {
  .lp__edge {
    stroke-dashoffset: 0;
    transition: none;
  }

  .lp__node {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

.lp__underlineage {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 16px;
  margin-top: 16px;
  display: grid;
}

@media (max-width: 860px) {
  .lp__underlineage {
    grid-template-columns: minmax(0, 1fr);
  }
}

.lp__panel {
  border: 1px solid var(--border);
  background: var(--lp-sheet);
  box-shadow: var(--surface-shadow);
  border-radius: 18px;
  flex-direction: column;
  padding: 18px 20px;
  display: flex;
}

.lp__panel > .lp__redline, .lp__panel > .lp__glyphs {
  margin-block: auto;
}

.lp__panel--quiet {
  background: var(--surface-secondary);
  box-shadow: none;
}

.lp__panelhead {
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  display: flex;
}

.lp__panelhead svg {
  width: 14px;
  height: 14px;
  color: var(--accent);
}

.lp__panelhead b {
  letter-spacing: -.01em;
  font-size: 12.5px;
  font-weight: 600;
}

@media (max-width: 560px) {
  .lp__panelhead {
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .lp__panelhead .lp__meta {
    margin-left: 22px !important;
  }
}

.lp__panelnote {
  color: var(--muted);
  margin: 12px 0 0;
  font-size: 12.5px;
  line-height: 1.6;
}

.lp__redline {
  font-family: var(--font-serif);
  color: var(--foreground);
  font-size: 14.5px;
  line-height: 1.85;
}

.lp__redline del, .lp__redline ins {
  --at: 1;
  transition: opacity .42s var(--lp-ease-soft), background-color .42s;
  transition-delay: var(--d, 0s);
  opacity: 0;
  border-radius: 3px;
  padding: 0 2px;
  text-decoration: none;
}

.is-in .lp__redline del, .is-in .lp__redline ins {
  opacity: 1;
}

.lp__redline del {
  color: var(--danger);
  background: var(--danger-soft);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.lp__redline ins {
  text-underline-offset: 3px;
  color: color-mix(in oklab, var(--success) 62%, var(--foreground));
  background: var(--success-soft);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

@media (prefers-reduced-motion: reduce) {
  .lp__redline del, .lp__redline ins {
    opacity: 1;
    transition: none;
  }
}

.lp__digest {
  border: 1px solid var(--border);
  background: var(--lp-sheet);
  box-shadow: var(--surface-shadow);
  border-radius: 20px;
  overflow: hidden;
}

.lp__digesthead {
  border-bottom: 1px solid var(--separator);
  align-items: baseline;
  gap: 10px;
  padding: 16px 20px;
  display: flex;
}

.lp__digesthead b {
  letter-spacing: -.01em;
  font-size: 13.5px;
  font-weight: 600;
}

.lp__digestitem {
  align-items: center;
  gap: 12px;
  padding: 13px 20px;
  font-size: 13.5px;
  display: flex;
}

.lp__digestitem + .lp__digestitem {
  border-top: 1px solid var(--separator);
}

.lp__digestitem svg {
  width: 15px;
  height: 15px;
  color: var(--muted);
  flex-shrink: 0;
}

.lp__digestitem span {
  flex: 1;
  min-width: 0;
}

.lp__digestitem em {
  font-style: italic;
  font-family: var(--font-serif);
}

.lp__when {
  font-family: var(--font-mono);
  letter-spacing: .06em;
  color: var(--muted);
  white-space: nowrap;
  font-size: 10.5px;
}

.lp__when--now {
  color: var(--danger);
}

.lp__count {
  font-variant-numeric: tabular-nums;
}

.lp__filing {
  grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  display: grid;
}

@media (max-width: 860px) {
  .lp__filing {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .lp__filingarrow {
    justify-self: center;
    transform: rotate(90deg);
  }
}

.lp__filingarrow {
  background: var(--lp-rule);
  align-self: center;
  height: 1px;
  position: relative;
  overflow: visible;
}

.lp__filingarrow:after {
  content: "";
  background: var(--accent);
  opacity: 0;
  border-radius: 999px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: -3px;
  left: 0;
}

.is-in .lp__filingarrow:after {
  animation: lp-travel 2.4s var(--lp-ease-soft) .6s infinite;
}

@keyframes lp-travel {
  0% {
    opacity: 0;
    left: 0;
  }

  15% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: calc(100% - 7px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-in .lp__filingarrow:after {
    opacity: 1;
    animation: none;
    left: 50%;
  }
}

.lp__mailrow {
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  font-size: 12.5px;
  display: flex;
}

.lp__mailrow + .lp__mailrow {
  border-top: 1px solid var(--separator);
}

.lp__mailrow .avatar {
  flex-shrink: 0;
}

.lp__mailsubj {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.lp__mailrow--matched {
  background: var(--accent-soft);
}

.lp__aside {
  border-top: 1px solid var(--lp-rule);
  max-width: 74ch;
  color: var(--muted);
  margin: clamp(26px, 4vw, 44px) 0 0;
  padding-top: 20px;
  font-size: 13.5px;
  line-height: 1.75;
}

.lp__aside code {
  font-family: var(--font-mono);
  letter-spacing: .02em;
  background: var(--surface-secondary);
  color: var(--foreground);
  white-space: nowrap;
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 11px;
}

.lp__mosaic {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(28px, 4vw, 56px);
  display: grid;
}

@media (max-width: 900px) {
  .lp__mosaic {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
}

.lp__facts {
  display: grid;
}

.lp__fact {
  -moz-column-gap: 12px;
  border-top: 1px solid var(--lp-rule-soft);
  grid-template-columns: 16px minmax(0, 1fr);
  column-gap: 12px;
  padding: 16px 0;
  display: grid;
}

.lp__fact:first-child {
  border-top: 0;
  padding-top: 0;
}

.lp__fact:last-child {
  padding-bottom: 0;
}

.lp__fact svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
  margin-top: 3px;
}

.lp__fact h3 {
  font-family: var(--font-serif);
  letter-spacing: -.015em;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.lp__fact p {
  color: var(--muted);
  grid-column: 2;
  margin: 5px 0 0;
  font-size: 13.5px;
  line-height: 1.6;
}

.lp__cmd {
  border: 1px solid var(--border);
  background: var(--overlay);
  box-shadow: var(--overlay-shadow);
  border-radius: 16px;
  overflow: hidden;
}

.lp__cmdbar {
  border-bottom: 1px solid var(--separator);
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  display: flex;
}

.lp__cmdbar svg {
  width: 15px;
  height: 15px;
  color: var(--muted);
}

.lp__cmdq {
  color: var(--foreground);
  min-height: 18px;
  font-size: 13.5px;
}

.lp__caret {
  background: var(--accent);
  vertical-align: -2px;
  width: 1px;
  height: 14px;
  margin-left: 1px;
  animation: 1.1s step-end infinite lp-blink;
  display: inline-block;
}

@keyframes lp-blink {
  50% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp__caret {
    animation: none;
  }
}

.lp__cmdkbd {
  font-family: var(--font-mono);
  border: 1px solid var(--border);
  color: var(--muted);
  border-radius: 5px;
  margin-left: auto;
  padding: 2px 6px;
  font-size: 10px;
}

.lp__cmdlist {
  min-height: 320px;
  padding: 5px;
}

.lp__cmdsec {
  font-family: var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  align-items: center;
  gap: 7px;
  padding: 9px 10px 5px;
  font-size: 9.5px;
  display: flex;
}

.lp__cmdsec span {
  background: var(--surface-secondary);
  border-radius: 999px;
  padding: 0 5px;
  font-size: 9px;
  line-height: 15px;
}

.lp__cmdrow {
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  transition: background-color .16s;
  display: flex;
}

.lp__cmdrow[data-sel="true"] {
  background: var(--accent-soft);
}

.lp__cmdicon {
  border: 1px solid var(--border);
  background: var(--surface-secondary);
  width: 26px;
  height: 26px;
  color: var(--muted);
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.lp__cmdicon svg {
  width: 14px;
  height: 14px;
}

.lp__cmdrow[data-sel="true"] .lp__cmdicon {
  border-color: color-mix(in oklab, var(--accent) 34%, var(--border));
  color: var(--accent);
}

.lp__cmdmain {
  flex: 1;
  min-width: 0;
  display: grid;
}

.lp__cmdlabel {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  overflow: hidden;
}

.lp__cmdsub {
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11.5px;
  overflow: hidden;
}

.lp__cmdarrow {
  width: 13px;
  height: 13px;
  color: var(--muted);
  opacity: .6;
  flex-shrink: 0;
}

.lp__cmdrow mark {
  color: var(--accent);
  background: none;
  font-weight: 600;
}

.lp__cmdfoot {
  border-top: 1px solid var(--separator);
  background: var(--surface-secondary);
  color: var(--muted);
  gap: 16px;
  padding: 9px 14px;
  font-size: 11px;
  display: flex;
}

.lp__cmdfoot kbd {
  font-family: var(--font-mono);
  border: 1px solid var(--border);
  border-radius: 4px;
  margin-right: 5px;
  padding: 1px 5px;
  font-size: 10px;
}

.lp__close {
  text-align: left;
  padding-block: clamp(60px, 8vw, 110px) clamp(96px, 14vw, 180px);
  position: relative;
}

.lp__closemark {
  font-family: var(--font-serif);
  color: color-mix(in oklab, var(--foreground) 5%, transparent);
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: clamp(180px, 26vw, 380px);
  line-height: .7;
  position: absolute;
  top: 50%;
  right: clamp(-10px, 2vw, 40px);
  transform: translateY(-50%);
}

@media (max-width: 900px) {
  .lp__closemark {
    display: none;
  }
}

.lp__closeline {
  max-width: 20ch;
  font-size: clamp(2.2rem, 6.4vw, 4.6rem);
}

.lp__closecta {
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  display: flex;
}

.lp__closenote {
  max-width: 54ch;
  color: var(--muted);
  margin: 26px 0 0;
  font-size: 12.5px;
  line-height: 1.62;
}

.lp__foot {
  padding: 24px var(--lp-gut) calc(28px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--lp-rule);
  color: var(--muted);
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  font-size: 12.5px;
  display: flex;
}

.lp__foot a {
  color: var(--muted);
  text-decoration: none;
}

.lp__foot a:hover {
  color: var(--foreground);
  text-underline-offset: 3px;
  text-decoration: underline;
}

.lp__footmark {
  align-items: center;
  gap: 8px;
  margin-right: auto;
  display: inline-flex;
}

.lp__footmark .brand-mark {
  border-radius: 7px;
  width: 22px;
  height: 22px;
  font-size: 17px;
}

.lp__footmark b {
  color: var(--foreground);
  letter-spacing: -.015em;
  font-size: 13px;
  font-weight: 600;
}

.lp a:focus-visible, .lp button:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-radius: 6px;
}

.lp__trip {
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  display: grid;
}

@media (max-width: 900px) {
  .lp__trip {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
}

.lp__tripcol {
  border: 1px solid var(--border);
  background: var(--lp-sheet);
  box-shadow: var(--surface-shadow);
  border-radius: 16px;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  display: flex;
}

.lp__tripcol--transient {
  border-style: dashed;
  border-color: color-mix(in oklab, var(--accent) 40%, var(--border));
  background: color-mix(in oklab, var(--accent) 4%, var(--lp-sheet));
  box-shadow: none;
}

.lp__triphead {
  border-bottom: 1px solid var(--separator);
  align-items: baseline;
  gap: 8px;
  padding-bottom: 10px;
  display: flex;
}

.lp__triphead b {
  letter-spacing: -.01em;
  font-size: 12.5px;
  font-weight: 600;
}

.lp__triphead span {
  margin-left: auto;
}

.lp__tripfmt {
  font-family: var(--font-mono);
  word-break: break-all;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.lp__tripfmt b {
  color: var(--foreground);
  font-weight: 500;
}

.lp__tripcol--transient .lp__tripfmt b {
  color: var(--accent);
}

.lp__clauses {
  gap: 7px;
  margin-top: auto;
  display: grid;
}

.lp__clause {
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.lp__clause i {
  font-variant-numeric: tabular-nums;
  color: var(--foreground);
  white-space: nowrap;
  font-style: normal;
}

.lp__clause span {
  color: var(--muted);
}

.lp__tripjoin {
  flex-direction: column;
  align-self: center;
  gap: 22px;
  width: 100%;
  display: flex;
  position: relative;
}

.lp__tripleg {
  display: block;
}

.lp__tripleg b {
  text-align: center;
  font-family: var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 5px;
  font-size: 9.5px;
  font-weight: 500;
  display: block;
}

.lp__tripleg i {
  height: 1px;
  display: block;
  position: relative;
}

.lp__tripleg i:after {
  content: "";
  border-style: solid;
  border-width: 1px 1px 0 0;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -2.5px;
}

.lp__tripleg--out b {
  color: var(--accent);
}

.lp__tripleg--out i {
  background: color-mix(in oklab, var(--accent) 52%, transparent);
}

.lp__tripleg--out i:after {
  border-color: color-mix(in oklab, var(--accent) 52%, transparent);
  right: 0;
  transform: rotate(45deg);
}

.lp__tripleg--back b {
  color: var(--muted);
}

.lp__tripleg--back i {
  background: var(--border-secondary);
}

.lp__tripleg--back i:after {
  border-color: var(--border-secondary);
  left: 0;
  transform: rotate(-135deg);
}

@media (max-width: 900px) {
  .lp__tripjoin {
    flex-direction: row;
    justify-content: center;
    gap: 56px;
    width: auto;
    padding: 18px 0;
  }

  .lp__tripleg i {
    width: 1px;
    height: 34px;
    margin: 0 auto;
  }

  .lp__tripleg i:after {
    margin-left: -3px;
    top: auto;
    left: 50%;
    right: auto;
  }

  .lp__tripleg--out i:after {
    bottom: -1px;
    transform: rotate(135deg);
  }

  .lp__tripleg--back i:after {
    top: -1px;
    transform: rotate(-45deg);
  }
}

[lang="zh-Hant"] {
  font-family: "PingFang TC", "Microsoft JhengHei", "Noto Sans TC",
               "Noto Sans CJK TC", "Heiti TC", var(--font-serif), sans-serif;
}

.lp__glyphs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 4px;
  display: grid;
}

.lp__glyph {
  border: 1px solid var(--border);
  background: var(--surface-secondary);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 8px 14px;
  display: flex;
}

.lp__glyph em {
  font-size: 46px;
  font-style: normal;
  line-height: 1;
}

.lp__glyph span {
  font-family: var(--font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  font-size: 9px;
}

.lp__glyph--wrong {
  opacity: .62;
  border-style: dashed;
}

.lp__glyph--wrong em {
  text-decoration: line-through;
  -webkit-text-decoration-color: var(--danger);
  text-decoration-color: var(--danger);
}

.lp__horizon {
  max-width: 560px;
  padding-left: 86px;
  position: relative;
}

@media (max-width: 560px) {
  .lp__horizon {
    padding-left: 62px;
  }
}

.lp__horizon:before {
  content: "";
  background: var(--lp-rule);
  width: 1px;
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 78px;
}

@media (max-width: 560px) {
  .lp__horizon:before {
    left: 54px;
  }
}

.lp__hzband {
  position: relative;
}

.lp__hzband--overdue {
  padding-bottom: 14px;
}

.lp__hzband--today {
  padding: 24px 0 20px;
}

.lp__hzband--today .lp__hzlabel {
  top: 12px;
}

.lp__hzband--week {
  padding: 20px 0 30px;
}

.lp__hzband--later {
  padding-top: 30px;
}

.lp__hzlabel {
  text-align: right;
  width: 66px;
  font-family: var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  font-size: 9.5px;
  position: absolute;
  top: 0;
  left: -86px;
}

@media (max-width: 560px) {
  .lp__hzlabel {
    letter-spacing: .06em;
    width: 46px;
    left: -62px;
  }
}

.lp__hznow {
  align-items: center;
  gap: 10px;
  margin-left: -86px;
  padding-left: 86px;
  display: flex;
  position: relative;
}

@media (max-width: 560px) {
  .lp__hznow {
    margin-left: -62px;
    padding-left: 62px;
  }
}

.lp__hznow b {
  text-align: right;
  width: 66px;
  font-family: var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 9.5px;
  position: absolute;
  left: 0;
}

@media (max-width: 560px) {
  .lp__hznow b {
    letter-spacing: .06em;
    width: 46px;
  }
}

.lp__hznow i {
  background: var(--accent);
  transform-origin: 0;
  height: 1px;
  transition: transform 1.1s var(--lp-ease) .2s;
  flex: 1;
  transform: scaleX(0);
}

.is-in .lp__hznow i {
  transform: scaleX(1);
}

.lp__hznow:before {
  content: "";
  background: var(--accent);
  border-radius: 999px;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 75px;
}

@media (max-width: 560px) {
  .lp__hznow:before {
    left: 51px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp__hznow i {
    transition: none;
    transform: scaleX(1);
  }
}

.lp__hzitem {
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: baseline;
  gap: 20px;
  margin-left: -86px;
  padding: 9px 0;
  display: grid;
  position: relative;
}

@media (max-width: 560px) {
  .lp__hzitem {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    margin-left: -62px;
  }
}

.lp__hzitem:before {
  content: "";
  background: var(--border-secondary);
  width: 9px;
  height: 1px;
  position: absolute;
  top: 16px;
  left: 74px;
}

@media (max-width: 560px) {
  .lp__hzitem:before {
    left: 50px;
  }
}

.lp__hzwhen {
  text-align: right;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
  color: var(--muted);
  white-space: nowrap;
  font-size: 11px;
}

.lp__hzwhen--late {
  color: var(--danger);
}

.lp__hzwhat {
  font-size: 15px;
  line-height: 1.45;
}

.lp__hzwhat b {
  font-weight: 400;
}

.lp__hzwhat em {
  font-family: var(--font-serif);
  color: var(--muted);
  margin-top: 2px;
  font-size: 13.5px;
  font-style: italic;
  display: block;
}

.lp__hzitem--flag .lp__hzwhat b {
  font-weight: 500;
}

.lp__hzitem--flag .lp__hzwhat b:after {
  content: "";
  background: var(--danger);
  vertical-align: 2px;
  border-radius: 999px;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  display: inline-block;
}

.lp__msg {
  border: 1px solid var(--border);
  background: var(--lp-sheet);
  box-shadow: var(--surface-shadow);
  border-radius: 16px 16px 0 0;
  padding: 16px 18px;
}

.lp__msghdr {
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 4px 14px;
  display: grid;
}

@media (max-width: 560px) {
  .lp__msghdr {
    grid-template-columns: 66px minmax(0, 1fr);
  }
}

.lp__msgkey {
  font-family: var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 3px;
  font-size: 10px;
}

.lp__msgval {
  overflow-wrap: anywhere;
  min-width: 0;
  font-size: 13.5px;
  line-height: 1.5;
}

.lp__msgval mark {
  background: var(--accent-soft);
  color: var(--accent);
  border-radius: 4px;
  padding: 1px 4px;
  font-weight: 500;
}

.lp__ladder2 {
  border: 1px solid var(--border);
  background: var(--surface-secondary);
  border-top: 0;
  padding: 4px 0;
}

.lp__step {
  grid-template-columns: 20px minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: baseline;
  gap: 14px;
  padding: 10px 18px;
  font-size: 13px;
  display: grid;
}

@media (max-width: 620px) {
  .lp__step {
    grid-template-columns: 20px minmax(0, 1fr);
  }

  .lp__step > :last-child {
    grid-column: 2;
  }
}

.lp__stepno {
  font-family: var(--font-mono);
  color: var(--muted);
  font-size: 10px;
}

.lp__steprule {
  color: var(--foreground);
}

.lp__stepout {
  color: var(--muted);
  font-size: 12.5px;
}

.lp__step--fired {
  background: var(--accent-soft);
}

.lp__step--fired .lp__stepno, .lp__step--fired .lp__steprule {
  color: var(--accent);
  font-weight: 500;
}

.lp__step--fired .lp__stepout {
  color: color-mix(in oklab, var(--accent) 72%, var(--foreground));
}

.lp__step--unreached {
  opacity: .45;
}

.lp__outcome {
  border: 1px solid var(--border);
  background: var(--lp-sheet);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  font-size: 13.5px;
  display: flex;
}

.lp__outcome em {
  font-family: var(--font-serif);
  font-style: italic;
}

.lp__outcome .lp__meta {
  margin-left: auto;
}

.lp__device {
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(28px, 5vw, 72px);
  display: grid;
}

@media (max-width: 1020px) {
  .lp__device {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(20px, 4vw, 40px);
  }
}

@media (max-width: 560px) {
  .lp__device {
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
  }

  .lp__phone {
    margin: 0 auto;
  }
}

.lp__phone {
  aspect-ratio: 310 / 636;
  background: linear-gradient(160deg, var(--border-tertiary), var(--border-secondary));
  border-radius: 46px;
  width: 100%;
  max-width: 310px;
  padding: 11px;
  position: relative;
  box-shadow: 0 2px 4px #18140e0f, 0 22px 44px -18px #18140e4d, 0 60px 90px -60px #18140e80;
}

.lp__phonescreen {
  background: var(--background);
  border-radius: 35px;
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lp__phonestatus {
  font-family: var(--font-mono);
  color: var(--foreground);
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px 4px;
  font-size: 10px;
  display: flex;
}

.lp__phonestatus span:last-child {
  letter-spacing: .06em;
  opacity: .7;
}

.lp__phonetitle {
  border-bottom: 1px solid var(--separator);
  font-family: var(--font-serif);
  letter-spacing: -.02em;
  padding: 10px 18px 12px;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
}

.lp__phonelist {
  flex: 1;
  padding: 4px 0;
  overflow: hidden;
}

.lp__phonerow {
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  font-size: 12px;
  display: flex;
}

.lp__phonerow + .lp__phonerow {
  border-top: 1px solid var(--separator);
}

.lp__phonerow span {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.lp__phonerow small {
  font-family: var(--font-mono);
  color: var(--muted);
  font-size: 9.5px;
}

.lp__phonerow > svg {
  flex-shrink: 0;
}

.lp__phonescrim {
  opacity: 0;
  transition: opacity .6s var(--lp-ease-soft) .26s;
  background: #18140e42;
  position: absolute;
  inset: 0;
}

.is-in .lp__phonescrim {
  opacity: 1;
}

.lp__phonesheet {
  background: var(--overlay);
  box-shadow: var(--overlay-shadow);
  transition: transform .9s var(--lp-ease) .32s;
  border-radius: 22px 22px 0 0;
  padding: 8px 0 62px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.is-in .lp__phonesheet {
  transform: translateY(0);
}

.lp__phonegrab {
  background: var(--border-secondary);
  border-radius: 999px;
  width: 36px;
  height: 4px;
  margin: 2px auto 10px;
}

@media (prefers-reduced-motion: reduce) {
  .lp__phonescrim {
    opacity: 1;
    transition: none;
  }

  .lp__phonesheet {
    transition: none;
    transform: none;
  }
}

.lp__phonetabs {
  border-top: 1px solid var(--separator);
  background: color-mix(in oklab, var(--surface) 88%, transparent);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  grid-template-columns: repeat(5, 1fr);
  padding: 7px 4px 14px;
  display: grid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lp__phonetab {
  color: var(--muted);
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 9px;
  display: flex;
  position: relative;
}

.lp__phonetab svg {
  width: 17px;
  height: 17px;
}

.lp__phonetab i {
  letter-spacing: -.01em;
  font-size: 8.5px;
  font-style: normal;
}

.lp__phonetab--on {
  color: var(--accent);
}

.lp__phonetab b {
  background: var(--muted);
  border-radius: 999px;
  width: 5px;
  height: 5px;
  margin-left: 6px;
  position: absolute;
  top: 1px;
  left: 50%;
}

.lp__phonebadge {
  background: var(--surface-secondary);
  border-radius: 999px;
  padding: 0 6px;
  line-height: 15px;
  color: var(--muted) !important;
}

.lp__notes {
  gap: 2px;
  display: grid;
}

.lp__note {
  border-top: 1px solid var(--lp-rule-soft);
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  display: grid;
}

.lp__note:last-child {
  border-bottom: 1px solid var(--lp-rule-soft);
}

@media (max-width: 560px) {
  .lp__note {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }
}

.lp__note b {
  font-family: var(--font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  padding-top: 3px;
  font-size: 10px;
  font-weight: 500;
}

.lp__note p {
  color: var(--muted);
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
}

.lp__note p strong {
  color: var(--foreground);
  font-weight: 500;
}

.lp__log {
  border: 1px solid var(--border);
  background: var(--lp-sheet);
  height: 468px;
  box-shadow: var(--surface-shadow);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#0000, #000 13% 84%, #0000);
  mask-image: linear-gradient(#0000, #000 13% 84%, #0000);
}

.lp__logtrack {
  animation: 46s linear infinite lp-logscroll;
}

.lp__log:hover .lp__logtrack {
  animation-play-state: paused;
}

@keyframes lp-logscroll {
  to {
    transform: translate3d(0, -50%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp__logtrack {
    animation: none;
  }
}

.lp__logrow {
  border-bottom: 1px solid var(--separator);
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 12px;
  padding: 9px 16px;
  font-size: 12px;
  display: grid;
}

.lp__logtime {
  font-family: var(--font-mono);
  color: var(--muted);
  font-size: 10px;
}

.lp__logact {
  font-family: var(--font-mono);
  letter-spacing: .06em;
  color: var(--accent);
  font-size: 10px;
}

.lp__logwhat {
  color: var(--foreground);
}

.lp__logwho {
  color: var(--muted);
  white-space: nowrap;
  font-size: 11px;
}

.lp__ladder {
  border-top: 1px solid var(--lp-rule-soft);
  margin-top: 26px;
  display: grid;
}

.lp__rung {
  border-bottom: 1px solid var(--lp-rule-soft);
  opacity: 0;
  transition: transform .7s var(--lp-ease), opacity .5s;
  transition-delay: var(--d, 0s);
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: baseline;
  gap: 16px;
  padding: 12px 14px;
  font-size: 12.5px;
  display: grid;
  position: relative;
  transform: translate3d(-6px, 0, 0);
}

.is-in .lp__rung {
  opacity: 1;
  transform: none;
}

@media (max-width: 480px) {
  .lp__rung {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }
}

.lp__rung:after {
  content: "";
  height: 2px;
  width: var(--w);
  background: var(--accent);
  opacity: .5;
  transform-origin: 0;
  transition: transform .8s var(--lp-ease);
  transition-delay: var(--d, 0s);
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
}

.is-in .lp__rung:after {
  transform: none;
}

.lp__rung:last-child:after {
  opacity: 1;
}

.lp__rung code {
  font-family: var(--font-mono);
  letter-spacing: .08em;
  color: var(--accent);
  white-space: nowrap;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 10.5px;
}

.lp__rung span {
  color: var(--muted);
  font-size: 12.5px;
}

@media (prefers-reduced-motion: reduce) {
  .lp__rung {
    opacity: 1;
    transition: none;
    transform: none;
  }

  .lp__rung:after {
    transition: none;
    transform: none;
  }
}

.lp__video {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--border);
  background: var(--lp-sheet);
  box-shadow: var(--surface-shadow);
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}

.lp__videoframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.lp__videocue {
  cursor: pointer;
  background: none;
  border: 0;
  place-items: center;
  padding: 0;
  display: grid;
  position: absolute;
  inset: 0;
}

.lp__videocue:disabled {
  cursor: default;
}

.lp__videoposter {
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(.82) saturate(.94);
  width: 100%;
  height: 100%;
  transition: filter .5s var(--lp-ease-soft), transform .9s var(--lp-ease);
  position: absolute;
  inset: 0;
  transform: scale(1.01);
}

.lp__videocue:hover .lp__videoposter, .lp__videocue:focus-visible .lp__videoposter {
  filter: none;
  transform: scale(1.035);
}

.lp__videoplay {
  background: var(--accent);
  width: 68px;
  height: 68px;
  color: var(--accent-foreground);
  transition: transform .42s var(--lp-ease);
  border-radius: 999px;
  place-items: center;
  display: grid;
  position: relative;
  box-shadow: 0 10px 30px -10px #18140e8c;
}

.lp__videoplay svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.lp__videocue:hover .lp__videoplay, .lp__videocue:focus-visible .lp__videoplay {
  transform: scale(1.07);
}

.lp__videocue:active .lp__videoplay {
  transform: scale(.97);
}

.lp__videocue:disabled .lp__videoplay {
  background: var(--surface-secondary);
  color: var(--muted);
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .lp__videoposter, .lp__videoplay {
    transition: none;
  }

  .lp__videocue:hover .lp__videoposter {
    transform: scale(1.01);
  }

  .lp__videocue:hover .lp__videoplay {
    transform: none;
  }
}

