.lyor-text-fx-editor {
  --lyor-txfx-align: left;
  --lyor-txfx-maxw: 100%;
  --lyor-txfx-color: #111111;
  --lyor-txfx-quote-color: #111111;
  --lyor-txfx-quote-accent: #d4a24d;
  --lyor-txfx-ff: inherit;
  --lyor-txfx-fs: 18px;
  --lyor-txfx-lh: 1.6;
  --lyor-txfx-gap: 14px;
  --lyor-txfx-sub-color: #6b7280;
  --lyor-txfx-sub-fs: 14px;
  --lyor-txfx-title-color: #111111;
  --lyor-txfx-title-fs: 34px;
  --lyor-txfx-btn-bg: #111111;
  --lyor-txfx-btn-color: #ffffff;
  --lyor-txfx-btn-hover-bg: #2b2b2b;
  --lyor-txfx-btn-hover-color: #ffffff;
  --lyor-txfx-btn-border-color: rgba(17, 17, 17, 0.24);
  --lyor-txfx-btn-hover-border-color: rgba(17, 17, 17, 0.44);
  --lyor-txfx-btn-border-w: 1px;
  --lyor-txfx-btn-letter: 0.03em;
  --lyor-txfx-btn-padding: 11px 20px;
  --lyor-txfx-btn-radius: 999px;
  --lyor-txfx-btn-minw: 0px;
  --lyor-txfx-bold-color: #111111;
  --lyor-txfx-bold-weight: 700;
  --lyor-txfx-bold-glow: rgba(0, 0, 0, 0.18);
  --lyor-txfx-italic-color: #0f766e;
  --lyor-txfx-italic-ff: Georgia, "Times New Roman", serif;
  --lyor-txfx-italic-scale: 1.06;
  --lyor-txfx-italic-weight: 500;
  --lyor-txfx-u-color: #d4a24d;
  --lyor-txfx-u-width: 2px;
  --lyor-txfx-u-px: 0.18em;
  --lyor-txfx-u-py: 0.12em;
  --lyor-txfx-u-speed: 2.6s;
  --lyor-txfx-reveal: 800ms;
  --lyor-txfx-reveal-distance: 18px;
  --lyor-txfx-text-anim: 900ms;
  --lyor-txfx-text-stagger: 90ms;
  --lyor-txfx-surface-bg: rgba(255, 255, 255, 0.02);
  --lyor-txfx-surface-border: rgba(17, 17, 17, 0.12);
  --lyor-txfx-surface-shadow: rgba(15, 23, 42, 0.12);
  --lyor-txfx-surface-padding: 0px 0px 0px 0px;
  --lyor-txfx-surface-radius: 24px;
  --lyor-txfx-divider-color: rgba(17, 17, 17, 0.16);
  --lyor-txfx-divider-width: 120px;
  --lyor-txfx-divider-height: 1px;
  --lyor-txfx-p-gap: 1em;
  --lyor-txfx-list-gap: 0.7em;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
  padding: var(--lyor-txfx-surface-padding);
  border-radius: var(--lyor-txfx-surface-radius);
}

.lyor-text-fx-editor.surface-card {
  background: var(--lyor-txfx-surface-bg);
  border: 1px solid var(--lyor-txfx-surface-border);
  box-shadow: 0 18px 48px color-mix(in srgb, var(--lyor-txfx-surface-shadow) 100%, transparent);
}

.lyor-text-fx-editor.surface-glass {
  background: color-mix(in srgb, var(--lyor-txfx-surface-bg) 72%, transparent);
  border: 1px solid color-mix(in srgb, var(--lyor-txfx-surface-border) 82%, transparent);
  box-shadow: 0 18px 48px color-mix(in srgb, var(--lyor-txfx-surface-shadow) 88%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.lyor-text-fx-editor.surface-outline {
  background: transparent;
  border: 1px solid var(--lyor-txfx-surface-border);
  box-shadow: none;
}

.lyor-text-fx-editor > * + * {
  margin-top: var(--lyor-txfx-gap);
}

.lyor-text-fx-editor__subtitle {
  color: var(--lyor-txfx-sub-color);
  font-size: var(--lyor-txfx-sub-fs);
  display: block;
  width: min(100%, var(--lyor-txfx-maxw));
  text-align: var(--lyor-txfx-align);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
}

.lyor-text-fx-editor__title {
  color: var(--lyor-txfx-title-color);
  font-size: clamp(1.6rem, 4.2vw, var(--lyor-txfx-title-fs));
  display: block;
  width: min(100%, var(--lyor-txfx-maxw));
  text-align: var(--lyor-txfx-align);
  line-height: 1.08;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.lyor-text-fx-editor__divider {
  width: min(100%, var(--lyor-txfx-divider-width));
  height: var(--lyor-txfx-divider-height);
  background: var(--lyor-txfx-divider-color);
  margin-left: auto;
  margin-right: auto;
}

.lyor-text-fx-editor__inner {
  display: block;
  width: min(100%, var(--lyor-txfx-maxw));
  color: var(--lyor-txfx-color);
  font-family: var(--lyor-txfx-ff);
  font-size: clamp(1rem, 2.15vw, var(--lyor-txfx-fs));
  line-height: var(--lyor-txfx-lh);
  text-align: var(--lyor-txfx-align);
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.lyor-text-fx-editor__inner p,
.lyor-text-fx-editor__inner ul,
.lyor-text-fx-editor__inner ol,
.lyor-text-fx-editor__inner blockquote {
  margin-top: 0;
  margin-bottom: var(--lyor-txfx-p-gap);
}

.lyor-text-fx-editor__inner li + li {
  margin-top: var(--lyor-txfx-list-gap);
}

.lyor-text-fx-editor__inner ul,
.lyor-text-fx-editor__inner ol {
  padding-left: 1.2em;
}

.lyor-text-fx-editor__inner > *:last-child {
  margin-bottom: 0;
}

.lyor-text-fx-editor__inner blockquote {
  position: relative;
  padding: 0.2em 0 0.2em 1.15em;
  color: var(--lyor-txfx-quote-color);
  font-size: 1.04em;
  line-height: max(1.5, calc(var(--lyor-txfx-lh) - 0.04));
}

.lyor-text-fx-editor__inner blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 2px;
  background: var(--lyor-txfx-quote-accent);
  border-radius: 999px;
}

.lyor-text-fx-editor__inner blockquote p:last-child {
  margin-bottom: 0;
}

.lyor-text-fx-editor.quote-card .lyor-text-fx-editor__inner blockquote {
  padding: 1em 1.1em 1em 1.2em;
  background: color-mix(in srgb, var(--lyor-txfx-quote-accent) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--lyor-txfx-quote-accent) 18%, transparent);
  border-radius: 18px;
}

.lyor-text-fx-editor.quote-card .lyor-text-fx-editor__inner blockquote::before {
  left: 0.7em;
}

.lyor-text-fx-editor.quote-pullquote .lyor-text-fx-editor__inner blockquote {
  padding: 0.2em 0;
  border: 0;
  background: transparent;
  font-size: clamp(1.18em, 1.5em + 0.3vw, 1.55em);
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
}

.lyor-text-fx-editor.quote-pullquote .lyor-text-fx-editor__inner blockquote::before {
  top: auto;
  bottom: calc(100% + 0.2em);
  left: 50%;
  width: 54px;
  height: 2px;
  transform: translateX(-50%);
}

.lyor-text-fx-editor.has-lead .lyor-text-fx-editor__inner > p:first-child {
  font-size: clamp(1.08em, 1.2em + 0.2vw, 1.28em);
  line-height: max(1.45, calc(var(--lyor-txfx-lh) - 0.08));
  color: color-mix(in srgb, var(--lyor-txfx-color) 92%, transparent);
}

.lyor-text-fx-editor.has-smallcaps-intro .lyor-text-fx-editor__inner > p:first-child {
  font-variant-caps: all-small-caps;
  letter-spacing: 0.04em;
}

.lyor-text-fx-editor.has-dropcap .lyor-text-fx-editor__inner > p:first-child::first-letter {
  float: left;
  font-size: clamp(2.8em, 5vw, 3.6em);
  line-height: 0.88;
  padding-right: 0.12em;
  margin-top: 0.06em;
  font-weight: 600;
  color: var(--lyor-txfx-quote-accent);
}

.lyor-text-fx-editor.reading-s {
  --lyor-txfx-maxw: 540px;
}

.lyor-text-fx-editor.reading-m {
  --lyor-txfx-maxw: 680px;
}

.lyor-text-fx-editor.reading-l {
  --lyor-txfx-maxw: 820px;
}

.lyor-text-fx-editor.reading-xl {
  --lyor-txfx-maxw: 960px;
}

.lyor-text-fx-editor.reading-full {
  --lyor-txfx-maxw: 100%;
}

.lyor-text-fx-editor.mode-intro .lyor-text-fx-editor__inner {
  font-size: clamp(1.05rem, 2.45vw, calc(var(--lyor-txfx-fs) * 1.08));
  line-height: max(1.62, var(--lyor-txfx-lh));
}

.lyor-text-fx-editor.mode-editorial .lyor-text-fx-editor__inner {
  font-size: clamp(1rem, 2.2vw, var(--lyor-txfx-fs));
  line-height: max(1.72, var(--lyor-txfx-lh));
  letter-spacing: 0.002em;
}

.lyor-text-fx-editor.mode-statement .lyor-text-fx-editor__inner {
  font-size: clamp(1.1rem, 2.8vw, calc(var(--lyor-txfx-fs) * 1.2));
  line-height: max(1.42, calc(var(--lyor-txfx-lh) - 0.08));
  font-weight: 500;
}

.lyor-text-fx-editor.mode-compact .lyor-text-fx-editor__inner {
  font-size: clamp(0.96rem, 1.95vw, calc(var(--lyor-txfx-fs) * 0.96));
  line-height: min(1.55, var(--lyor-txfx-lh));
}

.lyor-text-fx-editor.is-text-only > * + * {
  margin-top: calc(var(--lyor-txfx-gap) * 0.8);
}

.lyor-text-fx-editor.is-text-only.reading-m:not(.reading-full) {
  --lyor-txfx-maxw: 640px;
}

.lyor-text-fx-editor.is-text-only.reading-l:not(.reading-full) {
  --lyor-txfx-maxw: 760px;
}

@media (min-width: 1025px) {
  .lyor-text-fx-editor.desktop-cols-2 .lyor-text-fx-editor__inner {
    column-count: 2;
    column-gap: clamp(24px, 4vw, 56px);
  }

  .lyor-text-fx-editor.desktop-cols-2 .lyor-text-fx-editor__inner blockquote,
  .lyor-text-fx-editor.desktop-cols-2 .lyor-text-fx-editor__inner h1,
  .lyor-text-fx-editor.desktop-cols-2 .lyor-text-fx-editor__inner h2,
  .lyor-text-fx-editor.desktop-cols-2 .lyor-text-fx-editor__inner h3,
  .lyor-text-fx-editor.desktop-cols-2 .lyor-text-fx-editor__inner h4,
  .lyor-text-fx-editor.desktop-cols-2 .lyor-text-fx-editor__inner h5,
  .lyor-text-fx-editor.desktop-cols-2 .lyor-text-fx-editor__inner h6 {
    break-inside: avoid;
  }
}

.lyor-text-fx-editor__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--lyor-txfx-btn-minw);
  padding: var(--lyor-txfx-btn-padding);
  border-radius: var(--lyor-txfx-btn-radius);
  border: var(--lyor-txfx-btn-border-w) solid var(--lyor-txfx-btn-border-color);
  background: var(--lyor-txfx-btn-bg);
  color: var(--lyor-txfx-btn-color);
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  letter-spacing: var(--lyor-txfx-btn-letter);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.35s ease, background-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.lyor-text-fx-editor__button:hover {
  background: var(--lyor-txfx-btn-hover-bg);
  color: var(--lyor-txfx-btn-hover-color);
  border-color: var(--lyor-txfx-btn-hover-border-color);
}

.lyor-text-fx-editor__button-wrap {
  display: block;
  text-align: var(--lyor-txfx-align);
  width: min(100%, var(--lyor-txfx-maxw));
  margin-left: auto;
  margin-right: auto;
}

.lyor-text-fx-editor__button-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 100%;
}

.lyor-text-fx-editor.text-anim-none .lyor-text-fx-editor__subtitle,
.lyor-text-fx-editor.text-anim-none .lyor-text-fx-editor__title,
.lyor-text-fx-editor.text-anim-none .lyor-text-fx-editor__inner,
.lyor-text-fx-editor.text-anim-none .lyor-text-fx-editor__button-wrap {
  animation: none !important;
}

.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none) .lyor-text-fx-editor__subtitle,
.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none) .lyor-text-fx-editor__title,
.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none) .lyor-text-fx-editor__inner,
.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none) .lyor-text-fx-editor__button-wrap {
  will-change: transform, opacity, filter, clip-path;
  animation-duration: var(--lyor-txfx-text-anim);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-play-state: paused;
}

.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none):not(.has-reveal) .lyor-text-fx-editor__subtitle,
.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none):not(.has-reveal) .lyor-text-fx-editor__title,
.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none):not(.has-reveal) .lyor-text-fx-editor__inner,
.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none):not(.has-reveal) .lyor-text-fx-editor__button-wrap,
.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none).has-reveal.is-inview .lyor-text-fx-editor__subtitle,
.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none).has-reveal.is-inview .lyor-text-fx-editor__title,
.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none).has-reveal.is-inview .lyor-text-fx-editor__inner,
.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none).has-reveal.is-inview .lyor-text-fx-editor__button-wrap {
  animation-play-state: running;
}

.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none) .lyor-text-fx-editor__title {
  animation-delay: calc(var(--lyor-txfx-text-stagger) * 1);
}

.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none) .lyor-text-fx-editor__inner {
  animation-delay: calc(var(--lyor-txfx-text-stagger) * 2);
}

.lyor-text-fx-editor[class*="text-anim-"]:not(.text-anim-none) .lyor-text-fx-editor__button-wrap {
  animation-delay: calc(var(--lyor-txfx-text-stagger) * 3);
}

.lyor-text-fx-editor.text-anim-elegant_rise .lyor-text-fx-editor__subtitle,
.lyor-text-fx-editor.text-anim-elegant_rise .lyor-text-fx-editor__title,
.lyor-text-fx-editor.text-anim-elegant_rise .lyor-text-fx-editor__inner,
.lyor-text-fx-editor.text-anim-elegant_rise .lyor-text-fx-editor__button-wrap {
  animation-name: lyorTxfxElegantRise;
}

.lyor-text-fx-editor.text-anim-soft_fade .lyor-text-fx-editor__subtitle,
.lyor-text-fx-editor.text-anim-soft_fade .lyor-text-fx-editor__title,
.lyor-text-fx-editor.text-anim-soft_fade .lyor-text-fx-editor__inner,
.lyor-text-fx-editor.text-anim-soft_fade .lyor-text-fx-editor__button-wrap {
  animation-name: lyorTxfxSoftFade;
}

.lyor-text-fx-editor.text-anim-clip_reveal .lyor-text-fx-editor__subtitle,
.lyor-text-fx-editor.text-anim-clip_reveal .lyor-text-fx-editor__title,
.lyor-text-fx-editor.text-anim-clip_reveal .lyor-text-fx-editor__inner,
.lyor-text-fx-editor.text-anim-clip_reveal .lyor-text-fx-editor__button-wrap {
  animation-name: lyorTxfxClipReveal;
}

.lyor-text-fx-editor.text-anim-focus_in .lyor-text-fx-editor__subtitle,
.lyor-text-fx-editor.text-anim-focus_in .lyor-text-fx-editor__title,
.lyor-text-fx-editor.text-anim-focus_in .lyor-text-fx-editor__inner,
.lyor-text-fx-editor.text-anim-focus_in .lyor-text-fx-editor__button-wrap {
  animation-name: lyorTxfxFocusIn;
}

.lyor-text-fx-editor.text-anim-silk_slide .lyor-text-fx-editor__subtitle,
.lyor-text-fx-editor.text-anim-silk_slide .lyor-text-fx-editor__title,
.lyor-text-fx-editor.text-anim-silk_slide .lyor-text-fx-editor__inner,
.lyor-text-fx-editor.text-anim-silk_slide .lyor-text-fx-editor__button-wrap {
  animation-name: lyorTxfxSilkSlide;
}

.lyor-text-fx-editor.btn-full-width .lyor-text-fx-editor__button-wrap {
  max-width: 100%;
}

.lyor-text-fx-editor.btn-full-width .lyor-text-fx-editor__button-group {
  display: grid;
  width: 100%;
}

.lyor-text-fx-editor.btn-full-width .lyor-text-fx-editor__button {
  width: 100%;
}

.lyor-text-fx-editor__subtitle,
.lyor-text-fx-editor__button,
.lyor-text-fx-editor__title {
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .lyor-text-fx-editor {
    --lyor-txfx-gap: clamp(10px, 1.8vw, 20px);
  }

  .lyor-text-fx-editor__subtitle {
    font-size: clamp(0.75rem, 1.5vw, var(--lyor-txfx-sub-fs));
  }

  .lyor-text-fx-editor__title {
    font-size: clamp(1.35rem, 5vw, var(--lyor-txfx-title-fs));
    line-height: 1.12;
  }

  .lyor-text-fx-editor__inner {
    font-size: clamp(0.98rem, 2.2vw, var(--lyor-txfx-fs));
  }
}

@media (max-width: 767px) {
  .lyor-text-fx-editor {
    --lyor-txfx-gap: clamp(8px, 3vw, 16px);
  }

  .lyor-text-fx-editor__subtitle {
    font-size: clamp(0.72rem, 3.2vw, 0.88rem);
    letter-spacing: 0.06em;
  }

  .lyor-text-fx-editor__title {
    font-size: clamp(1.22rem, 8vw, 2rem);
    line-height: 1.14;
  }

  .lyor-text-fx-editor__inner {
    font-size: clamp(0.95rem, 4.4vw, 1.1rem);
    line-height: max(1.5, var(--lyor-txfx-lh));
  }

  .lyor-text-fx-editor__button {
    max-width: 100%;
    white-space: normal;
    text-wrap: balance;
  }
}

.lyor-text-fx-editor.btn-style-outline .lyor-text-fx-editor__button {
  background: transparent;
}

.lyor-text-fx-editor.btn-style-ghost .lyor-text-fx-editor__button {
  background: color-mix(in srgb, var(--lyor-txfx-btn-bg) 14%, transparent);
}

.lyor-text-fx-editor.btn-style-linkline .lyor-text-fx-editor__button {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.lyor-text-fx-editor.btn-style-glass .lyor-text-fx-editor__button {
  background: color-mix(in srgb, var(--lyor-txfx-btn-bg) 24%, transparent);
  backdrop-filter: blur(8px) saturate(120%);
}

.lyor-text-fx-editor__button.is-secondary {
  background: transparent;
  color: var(--lyor-txfx-btn-bg);
  border-color: var(--lyor-txfx-btn-border-color);
}

.lyor-text-fx-editor__button.is-secondary:hover {
  background: color-mix(in srgb, var(--lyor-txfx-btn-bg) 8%, transparent);
  color: var(--lyor-txfx-btn-hover-bg);
  border-color: var(--lyor-txfx-btn-hover-border-color);
}

.lyor-text-fx-editor.btn-hover-lift .lyor-text-fx-editor__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.lyor-text-fx-editor.btn-hover-scale .lyor-text-fx-editor__button:hover {
  transform: scale(1.04);
}

.lyor-text-fx-editor.btn-hover-slide .lyor-text-fx-editor__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--lyor-txfx-btn-hover-bg);
  transform: translateX(-102%);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}

.lyor-text-fx-editor.btn-hover-slide .lyor-text-fx-editor__button:hover::before {
  transform: translateX(0);
}

.lyor-text-fx-editor.btn-hover-sweep .lyor-text-fx-editor__button::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -140%;
  width: 120%;
  height: 140%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}

.lyor-text-fx-editor.btn-hover-sweep .lyor-text-fx-editor__button:hover::after {
  left: 130%;
}

.lyor-text-fx-editor.btn-hover-glow .lyor-text-fx-editor__button:hover {
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--lyor-txfx-btn-hover-border-color) 80%, transparent),
    0 0 22px color-mix(in srgb, var(--lyor-txfx-btn-hover-bg) 34%, transparent);
}

.lyor-text-fx-editor__inner > *:first-child {
  margin-top: 0;
}

.lyor-text-fx-editor__inner > *:last-child {
  margin-bottom: 0;
}

.lyor-text-fx-editor__inner strong {
  color: var(--lyor-txfx-bold-color);
  font-weight: var(--lyor-txfx-bold-weight);
  position: relative;
  display: inline-block;
  transition: color 0.35s ease, text-shadow 0.35s ease, transform 0.35s ease, background-size 0.45s ease;
}

.lyor-text-fx-editor.bold-outline_only .lyor-text-fx-editor__inner strong {
  color: color-mix(in srgb, var(--lyor-txfx-bold-color) 12%, transparent);
  -webkit-text-stroke: 1px color-mix(in srgb, var(--lyor-txfx-bold-color) 86%, #fff 14%);
  text-shadow: 0 0 0.01px color-mix(in srgb, var(--lyor-txfx-bold-color) 72%, transparent);
  letter-spacing: 0.01em;
}

.lyor-text-fx-editor.bold-monogram_outline .lyor-text-fx-editor__inner strong {
  color: transparent;
  -webkit-text-stroke: 1.05px color-mix(in srgb, var(--lyor-txfx-bold-color) 88%, #ffffff 12%);
  text-shadow: none;
  letter-spacing: 0.02em;
}

.lyor-text-fx-editor.bold-chrome_edge .lyor-text-fx-editor__inner strong {
  color: transparent;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, #ffffff 90%, var(--lyor-txfx-bold-color) 10%) 0%,
    color-mix(in srgb, #c9ced6 68%, var(--lyor-txfx-bold-color) 32%) 28%,
    color-mix(in srgb, #7e8793 50%, var(--lyor-txfx-bold-color) 50%) 52%,
    color-mix(in srgb, #e9edf2 76%, var(--lyor-txfx-bold-color) 24%) 78%,
    color-mix(in srgb, #ffffff 86%, var(--lyor-txfx-bold-color) 14%) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0.65px color-mix(in srgb, var(--lyor-txfx-bold-color) 78%, #ffffff 22%);
  text-shadow:
    0 1px 0 color-mix(in srgb, #ffffff 78%, transparent),
    0 10px 18px color-mix(in srgb, var(--lyor-txfx-bold-color) 18%, transparent);
}

.lyor-text-fx-editor.bold-luxe_shadow .lyor-text-fx-editor__inner strong,
.lyor-text-fx-editor.bold-standard .lyor-text-fx-editor__inner strong {
  letter-spacing: 0.01em;
  text-shadow: 0 8px 18px color-mix(in srgb, var(--lyor-txfx-bold-color) 24%, transparent);
}

.lyor-text-fx-editor.bold-ink_sweep .lyor-text-fx-editor__inner strong,
.lyor-text-fx-editor.bold-marker .lyor-text-fx-editor__inner strong {
  padding: 0 0.08em;
  border-radius: 0.18em;
  background-image: linear-gradient(
    104deg,
    color-mix(in srgb, var(--lyor-txfx-bold-color) 0%, transparent) 0%,
    color-mix(in srgb, var(--lyor-txfx-bold-color) 24%, transparent) 48%,
    color-mix(in srgb, var(--lyor-txfx-bold-color) 0%, transparent) 100%
  );
  background-size: 220% 100%;
  background-position: 100% 0;
}

.lyor-text-fx-editor.bold-ink_sweep .lyor-text-fx-editor__inner strong:hover {
  background-position: 0 0;
}

.lyor-text-fx-editor.bold-soft_glow .lyor-text-fx-editor__inner strong,
.lyor-text-fx-editor.bold-glow .lyor-text-fx-editor__inner strong {
  text-shadow:
    0 0 8px color-mix(in srgb, var(--lyor-txfx-bold-color) 30%, transparent),
    0 0 18px color-mix(in srgb, var(--lyor-txfx-bold-color) 14%, transparent);
}

.lyor-text-fx-editor.bold-outline_fill .lyor-text-fx-editor__inner strong,
.lyor-text-fx-editor.bold-outline .lyor-text-fx-editor__inner strong {
  color: transparent;
  -webkit-text-stroke: 0.8px color-mix(in srgb, var(--lyor-txfx-bold-color) 80%, #fff 20%);
  text-shadow: 0 0 0 var(--lyor-txfx-bold-color);
}

.lyor-text-fx-editor.bold-outline_fill .lyor-text-fx-editor__inner strong:hover,
.lyor-text-fx-editor.bold-outline .lyor-text-fx-editor__inner strong:hover {
  color: var(--lyor-txfx-bold-color);
}

.lyor-text-fx-editor.bold-accent_bar .lyor-text-fx-editor__inner strong::after,
.lyor-text-fx-editor.bold-lift .lyor-text-fx-editor__inner strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.16em;
  height: 2px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--lyor-txfx-bold-color) 65%, transparent);
  transform-origin: left;
  transform: scaleX(0.28);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.lyor-text-fx-editor.bold-accent_bar .lyor-text-fx-editor__inner strong:hover::after,
.lyor-text-fx-editor.bold-lift .lyor-text-fx-editor__inner strong:hover::after {
  transform: scaleX(1);
}

.lyor-text-fx-editor__inner em {
  color: var(--lyor-txfx-italic-color);
  font-family: var(--lyor-txfx-italic-ff);
  font-style: italic;
  font-weight: var(--lyor-txfx-italic-weight);
  font-size: calc(1em * var(--lyor-txfx-italic-scale));
  letter-spacing: 0.01em;
  position: relative;
  display: inline-block;
  transition: transform 0.36s ease, text-shadow 0.36s ease, background-position 0.5s ease;
}

.lyor-text-fx-editor.italic-silk .lyor-text-fx-editor__inner em,
.lyor-text-fx-editor.italic-standard .lyor-text-fx-editor__inner em {
  letter-spacing: 0.02em;
  text-shadow: 0 6px 14px color-mix(in srgb, var(--lyor-txfx-italic-color) 20%, transparent);
}

.lyor-text-fx-editor.italic-drift .lyor-text-fx-editor__inner em,
.lyor-text-fx-editor.italic-tilt .lyor-text-fx-editor__inner em {
  transform: skewX(-7deg);
}

.lyor-text-fx-editor.italic-drift .lyor-text-fx-editor__inner em:hover,
.lyor-text-fx-editor.italic-tilt .lyor-text-fx-editor__inner em:hover {
  transform: skewX(-7deg) translateY(-0.07em);
}

.lyor-text-fx-editor.italic-brush .lyor-text-fx-editor__inner em {
  background-image: linear-gradient(
    110deg,
    var(--lyor-txfx-italic-color) 0%,
    color-mix(in srgb, var(--lyor-txfx-italic-color) 60%, #fff 40%) 40%,
    var(--lyor-txfx-italic-color) 85%
  );
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lyor-text-fx-editor.italic-brush .lyor-text-fx-editor__inner em:hover {
  background-position: 0 0;
}

.lyor-text-fx-editor.italic-wave .lyor-text-fx-editor__inner em {
  animation: lyorTxfxItalicWave 2.8s ease-in-out infinite;
}

.lyor-text-fx-editor.italic-underline_sheen .lyor-text-fx-editor__inner em::after,
.lyor-text-fx-editor.italic-underline .lyor-text-fx-editor__inner em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.12em;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--lyor-txfx-italic-color) 76%, transparent) 50%,
    transparent 100%
  );
  background-size: 180% 100%;
  animation: lyorTxfxSheen 2.8s ease-in-out infinite;
}

.lyor-text-fx-editor.italic-capsule .lyor-text-fx-editor__inner em,
.lyor-text-fx-editor.italic-frame .lyor-text-fx-editor__inner em {
  padding: 0.02em 0.34em;
  border-radius: 999px;
  background: color-mix(in srgb, var(--lyor-txfx-italic-color) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--lyor-txfx-italic-color) 34%, transparent);
}

.lyor-text-fx-editor__inner u {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: inherit;
}

.lyor-text-fx-editor__inner u::before,
.lyor-text-fx-editor__inner u::after {
  content: "";
  position: absolute;
  left: calc(-1 * var(--lyor-txfx-u-px));
  right: calc(-1 * var(--lyor-txfx-u-px));
  top: calc(-1 * var(--lyor-txfx-u-py));
  bottom: calc(-1 * var(--lyor-txfx-u-py));
  pointer-events: none;
  transform-origin: center;
  opacity: 0;
}

.lyor-text-fx-editor.u-style-circle .lyor-text-fx-editor__inner u::before,
.lyor-text-fx-editor.u-style-circle .lyor-text-fx-editor__inner u::after {
  border: var(--lyor-txfx-u-width) solid var(--lyor-txfx-u-color);
  border-radius: 47% 53% 49% 51% / 55% 44% 56% 45%;
  transform: rotate(-1.6deg) scale(0.99);
  opacity: 0.95;
}

.lyor-text-fx-editor.u-style-circle .lyor-text-fx-editor__inner u::before {
  border-width: calc(var(--lyor-txfx-u-width) * 0.72);
  opacity: 0.34;
  left: calc((-1 * var(--lyor-txfx-u-px)) + 0.04em);
  right: calc((-1 * var(--lyor-txfx-u-px)) - 0.02em);
  top: calc((-1 * var(--lyor-txfx-u-py)) + 0.02em);
  bottom: calc((-1 * var(--lyor-txfx-u-py)) - 0.03em);
  border-radius: 53% 47% 56% 44% / 48% 56% 44% 52%;
  transform: rotate(1.8deg) scale(1.005);
}

.lyor-text-fx-editor.u-style-underline .lyor-text-fx-editor__inner u::after {
  top: auto;
  bottom: -0.06em;
  left: 0;
  right: 0;
  height: max(1px, var(--lyor-txfx-u-width));
  border: 0;
  background: var(--lyor-txfx-u-color);
  border-radius: 999px;
  opacity: 0.95;
}

.lyor-text-fx-editor.u-style-frame .lyor-text-fx-editor__inner u::after {
  border: var(--lyor-txfx-u-width) solid var(--lyor-txfx-u-color);
  border-radius: 0.28em;
  opacity: 0.95;
}

.lyor-text-fx-editor.u-style-drawing .lyor-text-fx-editor__inner u::after {
  border-top: var(--lyor-txfx-u-width) solid var(--lyor-txfx-u-color);
  border-bottom: var(--lyor-txfx-u-width) solid var(--lyor-txfx-u-color);
  border-left: 0;
  border-right: 0;
  border-radius: 50%;
  transform: rotate(-2.5deg);
  opacity: 0.95;
}

.lyor-text-fx-editor.u-style-highlight .lyor-text-fx-editor__inner u::after {
  top: auto;
  bottom: 0.04em;
  left: -0.06em;
  right: -0.06em;
  height: 0.52em;
  border: 0;
  background: color-mix(in srgb, var(--lyor-txfx-u-color) 38%, transparent);
  border-radius: 0.18em;
  opacity: 0.95;
}

.lyor-text-fx-editor.u-mode-loop .lyor-text-fx-editor__inner u::after {
  animation: lyorTxfxHandCircle var(--lyor-txfx-u-speed) cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.lyor-text-fx-editor.u-mode-loop .lyor-text-fx-editor__inner u::before {
  animation: lyorTxfxHandCircleGhost calc(var(--lyor-txfx-u-speed) * 1.12) cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.lyor-text-fx-editor.u-mode-hover .lyor-text-fx-editor__inner u::after {
  clip-path: inset(0 100% 0 0);
  transition: transform 0.45s ease, opacity 0.45s ease, clip-path 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.lyor-text-fx-editor.u-mode-hover .lyor-text-fx-editor__inner u:hover::after {
  clip-path: inset(0 0 0 0);
  transform: rotate(0deg) scale(1.03);
  opacity: 1;
}

.lyor-text-fx-editor.u-mode-hover .lyor-text-fx-editor__inner u::before {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.lyor-text-fx-editor.u-mode-hover .lyor-text-fx-editor__inner u:hover::before {
  clip-path: inset(0 0 0 0);
}

.lyor-text-fx-editor.u-mode-once .lyor-text-fx-editor__inner u::after {
  animation: lyorTxfxHandCircle var(--lyor-txfx-u-speed) cubic-bezier(0.22, 1, 0.36, 1) 1 both;
}

.lyor-text-fx-editor.u-mode-once .lyor-text-fx-editor__inner u::before {
  animation: lyorTxfxHandCircleGhost calc(var(--lyor-txfx-u-speed) * 1.06) cubic-bezier(0.22, 1, 0.36, 1) 1 both;
}

.lyor-text-fx-editor.u-mode-none .lyor-text-fx-editor__inner u::after {
  animation: none;
  transform: rotate(0deg);
}

.lyor-text-fx-editor.u-mode-none .lyor-text-fx-editor__inner u::before {
  animation: none;
}

.lyor-text-fx-editor.u-mode-none .lyor-text-fx-editor__inner u::after,
.lyor-text-fx-editor.u-mode-none .lyor-text-fx-editor__inner u::before {
  opacity: 0.95;
}

.lyor-text-fx-editor.has-reveal {
  opacity: 1;
  transform: none;
  filter: none;
}

.lyor-text-fx-editor.has-reveal.lyor-txfx-prep {
  opacity: 0;
  transform: translateY(var(--lyor-txfx-reveal-distance));
  filter: blur(6px);
  transition: opacity var(--lyor-txfx-reveal) cubic-bezier(0.22, 1, 0.36, 1),
    transform var(--lyor-txfx-reveal) cubic-bezier(0.22, 1, 0.36, 1),
    filter var(--lyor-txfx-reveal) cubic-bezier(0.22, 1, 0.36, 1);
}

.lyor-text-fx-editor.has-reveal.is-inview {
  opacity: 1;
  transform: none;
  filter: none;
}

.lyor-text-fx-editor.has-reveal.reveal-fade_up.lyor-txfx-prep {
  opacity: 0;
  transform: translateY(var(--lyor-txfx-reveal-distance));
  filter: none;
}

.lyor-text-fx-editor.has-reveal.reveal-soft_blur.lyor-txfx-prep {
  opacity: 0;
  transform: translateY(calc(var(--lyor-txfx-reveal-distance) * 0.6));
  filter: blur(9px);
}

.lyor-text-fx-editor.has-reveal.reveal-clip_up {
  overflow: clip;
}

.lyor-text-fx-editor.has-reveal.reveal-clip_up.lyor-txfx-prep {
  opacity: 1;
  transform: none;
  filter: none;
  clip-path: inset(0 0 100% 0);
}

.lyor-text-fx-editor.has-reveal.reveal-clip_up {
  transition: clip-path var(--lyor-txfx-reveal) cubic-bezier(0.22, 1, 0.36, 1);
}

.lyor-text-fx-editor.has-reveal.reveal-clip_up.is-inview {
  clip-path: inset(0 0 0 0);
}

.lyor-text-fx-editor.has-reveal.reveal-slide_left.lyor-txfx-prep {
  opacity: 0;
  transform: translateX(calc(var(--lyor-txfx-reveal-distance) * -1));
  filter: none;
}

.lyor-text-fx-editor.has-reveal.reveal-zoom_soft.lyor-txfx-prep {
  opacity: 0;
  transform: scale(0.965);
  filter: blur(2px);
}

@keyframes lyorTxfxHandCircle {
  0% {
    clip-path: inset(0 100% 0 0);
    transform: rotate(-5deg) scale(0.965);
    opacity: 0.18;
  }
  42% {
    clip-path: inset(0 0 0 0);
    transform: rotate(1.7deg) scale(1.02);
    opacity: 1;
  }
  66% {
    transform: rotate(-1deg) scale(1);
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: rotate(-2deg) scale(0.99);
    opacity: 0.92;
  }
}

@keyframes lyorTxfxHandCircleGhost {
  0% {
    clip-path: inset(0 100% 0 0);
    transform: rotate(5deg) scale(0.96);
    opacity: 0.16;
  }
  52% {
    clip-path: inset(0 0 0 0);
    transform: rotate(-2deg) scale(1.02);
    opacity: 0.5;
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: rotate(3deg) scale(1);
    opacity: 0.42;
  }
}

@keyframes lyorTxfxPulse {
  0%,
  100% {
    transform: scaleX(1);
    opacity: 0.85;
  }
  50% {
    transform: scaleX(0.72);
    opacity: 1;
  }
}

@keyframes lyorTxfxItalicWave {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-0.06em) rotate(-1.4deg);
  }
}

@keyframes lyorTxfxSheen {
  0%,
  100% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0 0;
  }
}

@keyframes lyorTxfxElegantRise {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lyorTxfxSoftFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lyorTxfxClipReveal {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes lyorTxfxFocusIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes lyorTxfxSilkSlide {
  0% {
    opacity: 0;
    transform: translateX(-24px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lyor-text-fx-editor *,
  .lyor-text-fx-editor *::before,
  .lyor-text-fx-editor *::after {
    animation: none !important;
    transition: none !important;
  }
}
