:root {
  color-scheme: dark;

  --bg-canvas: #141415;
  --bg-surface: #1a1b1e;
  --bg-surface-2: #202227;
  --text-primary: #f4f7ff;
  --text-muted: #9ca9c5;
  --border-subtle: transparent;
  --accent-1: #00d95b;
  --accent-2: #00d95b;
  --accent-text: #03130a;
  --hero-glow: #00d95b22;

  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 999px;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 2.5rem;
  --space-6: 3rem;
  --space-7: 3.5rem;
  --space-8: 4rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Avenir Next", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  background:
    radial-gradient(920px 520px at 18% 24%, #00d95b12, transparent 72%),
    #141415;
  color: var(--text-primary);
  line-height: 1.65;
}

h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}

h2 {
  margin-bottom: var(--space-3);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.2;
}

h3 {
  margin: var(--space-3) 0 var(--space-1);
  font-size: 1.12rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.lkx127 {
  width: min(1200px, calc(100% - 2rem));
  margin-inline: auto;
}

.lkx118 {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: #141415;
  box-shadow: none;
}

.lkx117 {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lkx114 {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.lkx116 {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.lkx116 img {
  display: block;
  width: auto;
  height: 36px;
}

.lkx115 {
  display: flex;
  gap: var(--space-3);
}

.lkx115 a {
  color: #a9b6d1;
  transition: color 160ms ease;
  font-size: 1.02rem;
}

.lkx115 a:hover,
.lkx115 a:focus-visible {
  color: #eff4ff;
}

.lkx113 {
  position: relative;
}

.lkx113 summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: 2.4rem;
  padding: 0 0.1rem;
  border-radius: var(--radius-lg);
  border: 0;
  color: #d1dbef;
  font-weight: 500;
  font-size: 1.02rem;
  letter-spacing: 0;
  background: transparent;
}

.lkx113 summary::-webkit-details-marker {
  display: none;
}

.lkx113 summary:hover,
.lkx113 summary:focus-visible {
  color: #eff4ff;
  border-color: transparent;
}

.lkx113.lkx112 summary {
  font-size: 1.22rem;
  line-height: 1;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  border: 0;
  background: #1f232b;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.lkx113.lkx112 summary:hover,
.lkx113.lkx112 summary:focus-visible {
  background: #262b35;
}

.lkx113 ul {
  margin: 0.5rem 0 0;
  padding: 0.4rem;
  list-style: none;
  position: absolute;
  right: 0;
  min-width: 5.2rem;
  border: 0;
  border-radius: var(--radius-sm);
  background: #1b1d22;
  z-index: 60;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

.lkx113.lkx112 ul {
  min-width: 3.1rem;
}

.lkx113 li + li {
  margin-top: 0.2rem;
}

.lkx111 {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 2rem;
  border-radius: 999px;
  color: var(--text-muted);
  font-weight: 700;
  font-size: 0.82rem;
}

.lkx111.lkx75 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #232833;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
}

.lkx111:hover,
.lkx111:focus-visible {
  color: var(--text-primary);
  background: #182846;
}

.lkx111.lkx74 {
  color: #e7efff;
  background: #20345f;
}

.lkx119 {
  padding: 3.4rem 0 2.8rem;
  animation: fade-in-up 260ms ease both;
}

.lkx36 {
  padding: 1rem 0 0.8rem;
  animation: fade-in-up 220ms ease both;
}

.lkx31 {
  position: relative;
  overflow: hidden;
  border-radius: 1.9rem;
  background: #0f1013;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

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

.lkx32 {
  position: absolute;
  left: 1.3rem;
  bottom: 1.1rem;
  display: inline-flex;
  gap: 0.42rem;
  padding: 0.42rem 0.56rem;
  border-radius: 999px;
  background: rgba(20, 20, 21, 0.7);
}

.lkx32 span {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.lkx32 .lkx126 {
  background: #ffffff;
}

.lkx119 h1,
.lkx37 {
  margin-bottom: 0;
  font-size: clamp(3rem, 5.6vw, 5.1rem);
  line-height: 1.03;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.lkx33 {
  margin-top: 1.3rem;
  color: #9caccc;
  max-width: 64ch;
  font-size: 1.08rem;
}

.lkx35 {
  margin: 1.45rem 0 0;
  padding-left: 1.1rem;
  color: #d9e4fb;
  font-size: 1.02rem;
}

.lkx35 li + li {
  margin-top: 0.45rem;
}

.lkx34 {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

.lkx128 {
  padding: var(--space-7) 0;
  animation: fade-in-up 300ms ease both;
  content-visibility: auto;
  contain-intrinsic-size: 700px;
}

.lkx38 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
  font-size: 0.9rem;
  padding-top: var(--space-2);
}

.lkx38 a:hover,
.lkx38 a:focus-visible {
  color: var(--accent-1);
}

.lkx40 {
  margin-top: var(--space-2);
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  border-radius: 18px;
  background: linear-gradient(180deg, #171a21 0%, #14161b 100%);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  padding: 0.25rem 0.35rem;
}

.lkx39 {
  width: max-content;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  min-width: 760px;
}

.lkx39 th,
.lkx39 td {
  padding: 0.8rem 0.95rem;
  text-align: left;
  border-bottom: 0;
}

.lkx39 th {
  background: transparent;
  color: #f3f6ff;
  font-weight: 800;
  font-size: 1.08rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.lkx39 td {
  background: linear-gradient(180deg, #121722 0%, #11141d 100%);
  color: #e3e8f5;
  font-size: 1.06rem;
  white-space: nowrap;
}

.lkx39 tbody td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.lkx39 tbody td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.lkx41 {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.lkx41 .lkx42 {
  margin-top: 0.9rem;
}

.lkx41 table {
  width: max-content;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  margin-top: 0;
}

.lkx41 thead th {
  padding: 0.8rem 0.95rem 0.55rem;
  text-align: left;
  font-weight: 800;
  font-size: 1.08rem;
  color: #f3f6ff;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.lkx41 tbody td {
  padding: 0.8rem 0.95rem;
  background: linear-gradient(180deg, #121722 0%, #11141d 100%);
  color: #e3e8f5;
  font-size: 1.06rem;
  white-space: nowrap;
}

.lkx41 tbody td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.lkx41 tbody td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.lkx40::-webkit-scrollbar,
.lkx41::-webkit-scrollbar {
  height: 8px;
}

.lkx40::-webkit-scrollbar-thumb,
.lkx41::-webkit-scrollbar-thumb {
  background: rgba(122, 140, 172, 0.45);
  border-radius: 999px;
}

.lkx40::-webkit-scrollbar-track,
.lkx41::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.lkx43 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-2);
}

.lkx44 {
  background: #1b1d22;
  border-radius: var(--radius-md);
  padding: var(--space-3);
  box-shadow: none;
}

.lkx44 p {
  margin: 0;
  color: #d0dcf7;
}

.lkx45 {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 0.55rem;
}

.lkx46 {
  color: #dbe6ff;
  font-weight: 700;
}

.lkx47 {
  color: #8ec3ff;
  letter-spacing: 0.05em;
}

.lkx49 {
  margin: 0 0 var(--space-2);
  color: var(--text-muted);
}

.lkx48 {
  display: grid;
  gap: 0.8rem;
}

.lkx48 label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
  color: #dce6ff;
}

.lkx48 input,
.lkx48 select,
.lkx48 textarea {
  width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
  background: color-mix(in oklab, var(--bg-surface) 88%, transparent);
  color: var(--text-primary);
  padding: 0.65rem 0.7rem;
  font: inherit;
}

.lkx48 input:focus-visible,
.lkx48 select:focus-visible,
.lkx48 textarea:focus-visible {
  outline: 2px solid #3d8dff;
  outline-offset: 1px;
}

.lkx50 {
  min-height: 1.2em;
  margin: 0;
  font-size: 0.9rem;
  color: #a8d2ff;
}

.lkx51 {
  position: absolute;
  left: -9999px;
}

.lkx52 {
  display: grid;
  gap: var(--space-2);
}

.lkx53 {
  border-radius: var(--radius-md);
  background: #1b1d22;
  padding: var(--space-2);
  box-shadow: none;
}

.lkx53 summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.lkx53 summary::-webkit-details-marker {
  display: none;
}

.lkx53 p {
  margin: 0;
  color: #d0dcf7;
}

.lkx54 {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 160ms ease;
}

.lkx54 > p {
  overflow: hidden;
  padding-top: 0.75rem;
}

.lkx53[open] .lkx54 {
  grid-template-rows: 1fr;
}

.lkx55 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--space-2) * 4)) / 5);
  gap: var(--space-2);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.3rem;
}

.lkx56 {
  scroll-snap-align: start;
  border-radius: var(--radius-md);
  background: #1b1d22;
  padding: var(--space-2);
  transition: transform 150ms ease, box-shadow 150ms ease;
  box-shadow: none;
}

.lkx56:hover,
.lkx56:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.lkx56 p {
  margin: 0;
  color: var(--text-muted);
}

.lkx57 {
  margin-top: var(--space-3);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-2);
}

.lkx140 {
  margin-top: var(--space-3);
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: var(--space-2);
  align-items: start;
}

.lkx141 {
  border-radius: var(--radius-md);
  background: #1b1d22;
  padding: var(--space-2);
  position: sticky;
  top: 5.8rem;
}

.lkx58 {
  border-radius: var(--radius-md);
  background: #1b1d22;
  padding: var(--space-3);
  box-shadow: none;
}

.lkx58 time {
  color: var(--text-muted);
  font-size: 0.86rem;
}

.lkx58 h2 {
  margin-top: 0.45rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.lkx58 p {
  margin-top: 0;
  color: #d1dcf5;
}

.lkx142 a {
  font-weight: 700;
  border-bottom: 2px solid currentColor;
  text-underline-offset: 0;
}

.lkx142 a:hover,
.lkx142 a:focus-visible {
  color: #ffffff;
}

.lkx59 {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  border-radius: var(--radius-md);
  background: #1b1d22;
  padding: var(--space-3);
  box-shadow: none;
}

.lkx60 {
  width: 4rem;
  height: 4rem;
  flex: 0 0 4rem;
  border-radius: 50%;
  overflow: hidden;
  background: #242832;
}

.lkx60 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.lkx61 {
  margin: 0;
  font-weight: 700;
}

.lkx62 {
  margin: 0.25rem 0 0;
  color: var(--text-muted);
}

.lkx63 {
  margin-top: 0.6rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.lkx64 {
  color: #a8cbff;
  font-size: 0.9rem;
}

.lkx64:hover,
.lkx64:focus-visible {
  color: #d9e9ff;
}

.lkx65 {
  padding-top: 2.1rem;
  padding-bottom: 2.6rem;
}

.lkx129 {
  display: grid;
  gap: 1rem;
}

.lkx130 {
  border-radius: 1.7rem;
  padding: 1.4rem;
  background: linear-gradient(115deg, #1b1d21 0%, #1f2f4c 54%, #214f97 100%);
}

.lkx131 {
  margin: 0;
  font-size: 1.95rem;
  font-weight: 800;
  line-height: 1.08;
}

.lkx132 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  height: 2rem;
  margin-left: 0.45rem;
  border-radius: 999px;
  background: #2f88ff;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  vertical-align: middle;
}

.lkx133 {
  margin: 0.7rem 0 0;
  color: #c8d3e8;
  font-size: 1.04rem;
  max-width: 38ch;
}

.lkx134 {
  margin-top: 1rem;
  width: 100%;
  min-height: 3.1rem;
  border-radius: 1rem;
  --cta-bg: #1878eb;
  --cta-fg: #f5f8ff;
  font-size: 1.1rem;
  font-weight: 700;
}

.lkx135 {
  border-radius: 1.5rem;
  padding: 1.15rem 1.2rem;
  background: linear-gradient(110deg, #1b1d22 0%, #202228 100%);
}

.lkx135 p {
  margin: 0;
  color: #9fa9bd;
  font-size: 0.95rem;
}

.lkx135 a {
  display: inline-block;
  margin-top: 0.35rem;
  color: #f4f7ff;
  font-size: 1.8rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.lkx136 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  padding-top: 0.2rem;
}

.lkx137 {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lkx-share);
  color: var(--lkx-share-fg, #0f1014);
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.lkx137 i {
  font-size: 1.28rem;
  line-height: 1;
}

.lkx138 {
  margin-top: 0.2rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: #929aad;
  font-size: 0.98rem;
}

.lkx138 p {
  margin: 0;
}

.lkx138 strong {
  font-size: 3rem;
  line-height: 0.9;
  color: #8d94a4;
}

.lkx139 {
  margin: 0;
  color: #8f98aa;
  font-size: 0.86rem;
  line-height: 1.4;
}

.lkx66 {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  padding: 0.55rem 0.85rem;
  border-radius: var(--radius-lg);
  border: 0;
  background: rgba(179, 182, 189, 0.12);
  font-size: 0.9rem;
  line-height: 1.3;
  color: #c6cad1;
  text-wrap: balance;
}

.lkx67 {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

.lkx67:hover,
.lkx67:focus-visible {
  color: #ffffff;
}

.lkx120 {
  --cta-bg: var(--bg-surface-2);
  --cta-fg: var(--text-primary);
  --cta-border: var(--border-subtle);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--cta-bg);
  color: var(--cta-fg);
  font-weight: 700;
  line-height: 1;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.lkx120:hover,
.lkx120:focus-visible {
  transform: translateY(-1px);
}

.lkx68 {
  --cta-bg: #00d95b;
  --cta-fg: var(--accent-text);
  --cta-border: transparent;
  box-shadow: 0 6px 20px rgba(0, 217, 91, 0.28);
}

.lkx68:hover,
.lkx68:focus-visible {
  box-shadow: 0 10px 24px rgba(0, 217, 91, 0.32);
}

.lkx69 {
  --cta-bg: rgba(179, 182, 189, 0.12);
  --cta-fg: var(--text-primary);
  --cta-border: transparent;
}

.lkx70 {
  height: 2.4rem;
  padding: 0 0.78rem;
  font-size: 0.84rem;
}

.lkx110 {
  --cta-bg: #2a2d33;
  --cta-fg: #f3f6ff;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.8rem;
}

.lkx109 {
  --cta-bg: #00d95b;
  --cta-fg: #ffffff;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.8rem;
  box-shadow: 0 8px 20px rgba(0, 217, 91, 0.28);
}

.lkx107 {
  position: fixed;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.lkx108 {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  background: rgba(179, 182, 189, 0.12);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.lkx108 span,
.lkx108 span::before,
.lkx108 span::after {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: #f4f7ff;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.lkx108 span {
  position: relative;
}

.lkx108 span::before {
  position: absolute;
  top: -0.32rem;
}

.lkx108 span::after {
  position: absolute;
  top: 0.32rem;
}

.lkx105 {
  position: fixed;
  inset: 0;
  background: rgba(10, 11, 14, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  z-index: 65;
}

.lkx106 {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, calc(100vw - 1.4rem));
  height: 100dvh;
  transform: translateX(102%);
  transition: transform 210ms ease;
  z-index: 70;
}

.lkx104 {
  height: 100%;
  padding: 1rem;
  background: #181a1f;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1rem;
}

.lkx101 {
  justify-self: end;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(179, 182, 189, 0.12);
  color: #f4f7ff;
  font-size: 1.2rem;
  cursor: pointer;
}

.lkx103 {
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.lkx103 a {
  color: #dce6fa;
  font-weight: 600;
  padding: 0.66rem 0.1rem;
}

.lkx102 {
  display: grid;
  gap: 0.55rem;
}

.lkx71 {
  min-height: 3.38rem;
  height: auto;
  padding: 0 1.62rem;
  font-size: 1rem;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  width:100%;
}

.lkx72 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 820px) {
  .lkx115 {
    display: none;
  }

  .lkx119 {
    padding-top: 2.3rem;
  }

  .lkx43,
  .lkx57 {
    grid-template-columns: 1fr;
  }

  .lkx140 {
    grid-template-columns: 1fr;
  }

  .lkx141 {
    position: static;
  }

  .lkx55 {
    grid-auto-columns: calc((100% - var(--space-2)) / 2);
  }

  .lkx59 {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .lkx36 {
    padding-top: 0.8rem;
  }

  .lkx31 {
    border-radius: 1.3rem;
  }

  .lkx116 img {
    height: 32px;
  }

  .lkx119 h1 {
    font-size: clamp(2.2rem, 9.2vw, 3rem);
  }

  .lkx34 .lkx68 {
    width: 100%;
    padding-block: 0.68rem;
    font-size: 0.8rem;
  }

  .lkx34 .lkx66 {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 0.8rem;
    padding: 0.52rem 0.72rem;
  }

  .lkx55 {
    grid-auto-columns: 100%;
  }

  .lkx114 {
    gap: 0.4rem;
  }

  .lkx110,
  .lkx109 {
    padding-inline: 0.62rem;
    font-size: 0.8rem;
  }

  .lkx131 {
    font-size: 1.65rem;
  }

  .lkx135 a {
    font-size: 1.45rem;
  }

  .lkx137 {
    width: 3rem;
    height: 3rem;
    border-radius: 0.9rem;
    font-size: 1rem;
  }

  .lkx138 strong {
    font-size: 2.35rem;
  }

  .lkx59 {
    gap: 0.75rem;
  }

  .lkx60 {
    width: 3.5rem;
    height: 3.5rem;
    flex-basis: 3.5rem;
  }

  .lkx108 {
    display: inline-flex;
  }

  .lkx107:checked ~ .lkx105 {
    opacity: 1;
    pointer-events: auto;
  }

  .lkx107:checked ~ .lkx106 {
    transform: translateX(0);
  }

  .lkx107:checked + .lkx118 .lkx108 span {
    background: transparent;
  }

  .lkx107:checked + .lkx118 .lkx108 span::before {
    transform: translateY(0.32rem) rotate(45deg);
  }

  .lkx107:checked + .lkx118 .lkx108 span::after {
    transform: translateY(-0.32rem) rotate(-45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lkx119,
  .lkx128,
  .lkx120,
  .lkx56,
  .lkx54 {
    animation: none;
    transition: none;
  }
}
