:root {
  --color-accent: #8e5fb9;
  --color-cta: #e5a100;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  --bg-page: #0f1117;
  --bg-surface: #151929;
  --bg-card: #1a1f2e;
  --bg-card-inner: #242938;
  --bg-raised: #2d3748;
  --bg-hover: #1e2638;

  --border: #1e2535;
  --border-alt: #2d3748;
  --border-section: #374151;

  --text-primary: #e2e8f0;
  --text-muted: #94a3b8;
  --text-body: #cbd5e1;
  --text-sub: #a0aec0;
  --text-faint: #6b7280;
  --text-dim: #4b5563;
  --text-label: #8892a4;
  --text-value: #c9d1e0;

  --bg-tip: #1a2e1a;
  --bg-warning: #2d1f0e;
  --bg-info: #1a1f2e;
  --bg-pros: #1a2e1a;
  --bg-cons: #2d1a1a;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: 1.7;
}
.f0r9zh {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.w7r0uuj {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.dbnx {
  color: var(--accent-light);
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.xdrbz {
  height: 46px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  border-radius: 6px;
}
.ehd7unze {
  list-style: none;
  display: flex;
  column-gap: 20px;
  row-gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  --msep-color: var(--text-primary);
}
.ehd7unze a {
  color: var(--text-muted);
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}
.ehd7unze a:hover {
  color: var(--accent-light);
}
.eiih .ek3l {
  border-radius: 14px;
}
.eiih .ek3l li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.eiih .ek3l li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.w3yqi5f .ek3l li + li {
  border-top: 1px dotted var(--border-alt);
}
@media (max-width: 640px) {
  .ek3l {
    position: static;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0 0 4px 16px;
  }
  .tuth0:hover .ek3l,
  .tuth0:focus-within .ek3l {
    display: block;
  }
  .ek3l li a {
    padding: 8px 16px;
    font-size: 0.88rem;
  }
}
.dik12ki {
  display: none;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.4rem;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}
.zc49v {
  display: none;
}
@media (max-width: 640px) {
  .zc49v {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 899;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .zc49v.b1qy {
    display: block;
  }
}
@media (max-width: 640px) {
  .dik12ki {
    display: block;
  }
  .ehd7unze > li + li::before {
    display: none !important;
  }
  .ehd7unze {
    display: none;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    flex-wrap: nowrap;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background: var(--bg-surface);
    border-top: 1px solid var(--border);
    padding: 8px 0;
  }
  .ehd7unze.b1qy {
    display: flex;
  }
  .ehd7unze li a {
    display: block;
    padding: 11px 24px;
    font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ehd7unze li:last-child a {
    border-bottom: none;
  }
}
.i82igpy {
  min-height: 480px;
}
.c9je789 {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.f2sx57yv {
  font-size: 1.15rem;
  margin-bottom: 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.ekfmce .f2sx57yv {
  margin-left: 0;
  margin-right: 0;
}
.nlh83e {
  background: var(--cta);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 1.05rem;
  font-weight: 700;
  display: inline-block;
  transition:
    opacity 0.2s,
    transform 0.15s;
}
.t1la .nlh83e {
  margin-top: 24px;
}
.nlh83e:hover {
  opacity: 0.88;
}
.cophd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-surface);
}
.fzao {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    var(--accent-bg) 100%
  );
}
.cophd .nabv9y9 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  padding: 48px 24px;
}
.cophd .c9je789 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.cophd .f2sx57yv {
  color: #e2e8f0;
}
.cophd.vayllvq .nabv9y9 {
  text-align: center;
}
.cophd.ekfmce .nabv9y9 {
  text-align: left;
}
.cn17m9ga .nabv9y9 {
  width: 100%;
  max-width: 1100px;
  padding: 24px 24px;
}
.cn17m9ga .c9je789 {
  color: var(--text-primary);
  text-shadow: none;
}
.cn17m9ga .f2sx57yv {
  color: var(--text-muted);
}
.cn17m9ga .nlh83e {
  margin-top: 16px;
}
.cn17m9ga,
.cn17m9ga.i82igpy {
  min-height: auto !important;
}
.cn17m9ga.vayllvq .nabv9y9 {
  text-align: center;
}
.cn17m9ga.ekfmce .nabv9y9 {
  text-align: left;
}
.cn17m9ga ~ .yspd6m0e {
  position: static !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: var(--content-mw, 1100px) !important;
  margin: 0 auto !important;
  padding: 0 24px 12px !important;
}
.cn17m9ga ~ .yspd6m0e .wuo8rla {
  background: transparent !important;
  color: var(--text-muted) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: 0.8rem;
}
@keyframes hg-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes hg-breathe {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.92;
  }
}
.dt76dpq .cophd .fzao {
  overflow: hidden;
}
.dt76dpq .cophd .fzao::after {
  content: "";
  position: absolute;
  inset: -50%;
  width: 200%;
  height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035;
  pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5%, -5%);
  }
  50% {
    transform: translate(5%, 0);
  }
  75% {
    transform: translate(0, 5%);
  }
}
@keyframes hg-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30%, 10%) scale(1.1);
  }
  66% {
    transform: translate(10%, -10%) scale(0.95);
  }
}
.khoz .cophd .fzao {
  overflow: hidden;
}
.khoz .cophd .fzao::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 120%;
  top: -10%;
  left: -10%;
  background: radial-gradient(
    ellipse,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 70%
  );
  filter: blur(80px);
  pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.igkuza7 .cophd .fzao {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.z669c3y .cophd .fzao {
  overflow: hidden;
}
.z669c3y .cophd .fzao::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.03) 50%,
    transparent 60%
  );
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.wn0wngm .cophd .fzao {
  animation: hg-breathe 10s ease-in-out infinite;
}
.kdpp .fzao {
  background: none;
}
.kdpp .c9je789 {
  color: #fff;
}
.kdpp .f2sx57yv {
  color: rgba(255, 255, 255, 0.85);
}
.kdpp .nlh83e {
  background: #fff;
  color: var(--cta);
}
.kdpp .nlh83e:hover {
  opacity: 0.92;
}
.rogm .c9je789 {
  text-shadow: none;
  color: var(--text-primary);
}
.rogm .f2sx57yv {
  color: var(--text-muted);
}
body.c6btyqfo .c9je789 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.vgc9xr .c9je789 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.i82igpy.kdpp .c9je789,
section.kdpp .c9je789 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) !important;
}
.rogm.ekfmce .rikkjae {
  align-items: flex-start;
  text-align: left;
}
.i82igpy .d09ncm {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.d09ncm .sytjx06a.fk3d6o71 {
  padding: 10px 14px !important;
  font-size: 0.88rem !important;
  font-weight: 700;
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d09ncm .sytjx06a.fk3d6o71:hover {
  opacity: 0.85;
}
.x48c .nabv9y9 {
  padding-bottom: 24px;
}
.t1la .nabv9y9 {
  max-width: 1100px;
}
@media (max-width: 700px) {
  .rogm {
    grid-template-columns: 1fr !important;
    grid-template-areas: "text" "media" !important;
  }

  .rogm:not(.icccqlo3) .mrmzzmz5 {
    display: none !important;
  }
  .icccqlo3 .mrmzzmz5 {
    padding: 16px;
  }
  .rikkjae {
    padding: 36px 24px;
  }
  .rogm ~ .yspd6m0e,
  .vbkup ~ .yspd6m0e {
    max-width: 100%;
    left: 0;
    right: 0;
    transform: none;
    padding: 0 24px;
  }
  .i82igpy,
  .rogm {
    min-height: 320px !important;
  }
  .c9je789 {
    font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important;
  }

  .mr6rq6nr,
  .f5kk0vbv,
  .v7lozo {
    grid-template-columns: 1fr !important;
  }

  .x48c {
    display: flex !important;
    flex-direction: column !important;
  }
  .x48c .nabv9y9 {
    display: contents;
  }
  .x48c .fzao {
    order: 0;
  }
  .x48c .c9je789 {
    order: 1;
    padding: 32px 24px 0;
    margin-bottom: 12px;
  }
  .x48c .mr6rq6nr {
    order: 2;
    padding: 0 16px 12px !important;
  }
  .x48c .f2sx57yv {
    order: 3;
    padding: 0 24px 24px;
    margin: 0 auto;
  }

  .t1la .nabv9y9 {
    display: flex;
    flex-direction: column;
  }
  .t1la .nabv9y9 .c9je789 {
    order: 1;
  }
  .t1la .nabv9y9 .v7lozo {
    order: 2;
    margin: 8px 0 24px !important;
  }
  .t1la .nabv9y9 .f2sx57yv {
    order: 3;
  }
  .t1la .nabv9y9 .nlh83e {
    order: 4;
    align-self: center;
    margin-top: 0;
  }

  .rogm.icccqlo3 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .rogm.icccqlo3 .rikkjae {
    display: contents;
    padding: 0;
  }
  .rogm.icccqlo3 .rikkjae .c9je789 {
    order: 1;
    padding: 32px 24px 0;
    margin-bottom: 0;
  }
  .rogm.icccqlo3 .mrmzzmz5 {
    order: 2;
    padding: 12px 16px;
  }
  .rogm.icccqlo3 .rikkjae .f2sx57yv {
    order: 3;
    padding: 0 24px;
    margin: 0 auto;
  }
  .rogm.icccqlo3 .rikkjae .nlh83e {
    order: 4;
    align-self: center;
    margin: 8px 0 32px;
  }
}
.oskliyr {
  position: relative;
  overflow: hidden;
  margin: 16px 0;
  line-height: 0;
}
.sjb1pe4 {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.m4evzw3l .oskliyr {
  border-radius: 16px;
}
.m4evzw3l .sjb1pe4 {
  border-radius: 16px;
}
.jvd7yap .oskliyr {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
}
.jvd7yap .sjb1pe4 {
  border-radius: 8px;
}
.sfn3t {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 32px;
}
.ygam {
  width: 100%;
  padding: 32px 0;
  position: relative;
}
.c6hn {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px;
  position: relative;
  z-index: 1;
}
.swdxd .ygam:nth-child(even) {
  background: var(--bg-surface);
}
.swdxd .ygam:nth-child(odd) {
  background: var(--bg-page);
}
.uf36kpxk .ygam:nth-child(even) {
  background: var(--bg-card);
}
.uf36kpxk .ygam:nth-child(odd) {
  background: var(--bg-page);
}
.swdxd .ygam:nth-child(odd) .c6hn {
  background: var(--bg-card);
  border-radius: 6px;
}
.swdxd .ygam:nth-child(even) .c6hn {
  background: var(--bg-raised);
  border-radius: 6px;
}
.uf36kpxk .ygam:nth-child(odd) .c6hn {
  background: var(--bg-card);
  border-radius: 6px;
}
.uf36kpxk .ygam:nth-child(even) .c6hn {
  background: var(--bg-raised);
  border-radius: 6px;
}
.swdxd .ygam:nth-child(even) .iw7q5 .ixt1xflb,
.uf36kpxk .ygam:nth-child(even) .iw7q5 .ixt1xflb {
  background: var(--bg-card);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.swdxd .ygam:nth-child(odd) .iw7q5 .ixt1xflb,
.uf36kpxk .ygam:nth-child(odd) .iw7q5 .ixt1xflb {
  background: var(--bg-card-inner);
}
.swdxd .ygam:nth-child(even) .t05u .ixt1xflb:nth-child(odd),
.uf36kpxk .ygam:nth-child(even) .t05u .ixt1xflb:nth-child(odd) {
  background: var(--bg-card);
}
.swdxd .ygam:nth-child(even) .t05u .ixt1xflb:nth-child(even),
.uf36kpxk .ygam:nth-child(even) .t05u .ixt1xflb:nth-child(even) {
  background: var(--bg-card-inner);
}
h1.fg5v {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 16px;
}
h2.fg5v {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 16px;
}
h3.lqg01r0t {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.yls6f8 h2.fg5v {
  border-left: 4px solid var(--accent);
  padding-left: 14px;
}
.yk7w5y h2.fg5v {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 10px;
  display: inline-block;
}
.uyg3u h2.fg5v {
  border-top: 3px solid var(--accent);
  padding-top: 12px;
  color: var(--text-primary);
}
.f09v h2.fg5v::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
}
.hcjzu h2.fg5v {
  color: var(--text-primary);
  font-size: 1.7rem;
}
.lruzd4u1 h2.fg5v::before {
  content: "/";
  color: var(--accent-light);
  font-weight: 800;
  margin-right: 10px;
}
.tytdkrh h2.fg5v {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt);
  padding-bottom: 8px;
}
.upod3o7c {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .upod3o7c {
    display: none;
  }
}
.g1jn2w {
  font-size: inherit;
  color: var(--text-body);
  margin: 8px 0 16px;
}
.ekexn {
  font-size: inherit;
  color: var(--text-body);
  margin: 16px 0 0;
}
.s50nou9q {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 24px;
  margin: 28px 0;
}
.qcu2j {
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 12px;
  font-size: 1rem;
}
.hj98cgtk {
  padding-left: 20px;
}
.hj98cgtk li {
  margin-bottom: 6px;
}
.hj98cgtk a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
}
.hj98cgtk a:hover {
  color: var(--accent-light);
}
.bip41kj .qcu2j {
  display: none;
}
.fdph5 .qcu2j {
  display: none;
}
.fdph5 .hj98cgtk {
  padding-left: 0;
  list-style: none;
}
.fdph5 .hj98cgtk li::before {
  content: "—";
  margin-right: 9px;
  color: var(--accent-light);
  opacity: 0.7;
}
.fdph5 .hj98cgtk a {
  font-size: 0.92rem;
}
.a0qk1 .s50nou9q {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 12px 0;
}
.a0qk1 .qcu2j {
  display: none;
}
.a0qk1 .hj98cgtk {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.a0qk1 .hj98cgtk li {
  margin-bottom: 0;
}
.a0qk1 .hj98cgtk a {
  display: inline-block;
  background: var(--accent-bg);
  color: var(--accent-light);
  border: 1px solid var(--accent-pale);
  border-radius: 999px;
  padding: 5px 16px;
  font-size: 0.88rem;
  font-weight: 500;
}
.a0qk1 .hj98cgtk a:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent-light);
}
.a5la .s50nou9q {
  padding: 20px 20px 16px;
}
.a5la .hj98cgtk {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  counter-reset: toc-c;
}
.a5la .hj98cgtk li {
  counter-increment: toc-c;
  margin-bottom: 0;
  display: flex;
}
.a5la .hj98cgtk a {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-card);
  border-radius: 8px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  font-size: 0.92rem;
  line-height: 1.35;
  color: var(--text-muted);
  width: 100%;
  min-height: 58px;
  transition:
    border-color 0.15s,
    color 0.15s,
    background 0.15s;
}
.a5la .hj98cgtk a::before {
  content: counter(toc-c);
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
}
.a5la .hj98cgtk a:hover {
  color: var(--accent-light);
  border-color: var(--accent-light);
}
.a5la .hj98cgtk a:focus,
.a5la .hj98cgtk a:focus-visible,
.a5la .hj98cgtk a:target {
  outline: none;
}
.a5la .hj98cgtk li:target a {
  border-color: var(--border);
  color: var(--text-muted);
}
.rcw78sz .s50nou9q {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 8px 0;
  margin: 16px 0;
}
.rcw78sz .qcu2j {
  display: none;
}
.rcw78sz .hj98cgtk {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.rcw78sz .hj98cgtk li {
  margin-bottom: 0;
}
.rcw78sz .hj98cgtk li::after {
  content: ",";
  color: var(--text-muted);
  margin-right: 10px;
}
.rcw78sz .hj98cgtk li:last-child::after {
  content: "";
  margin-right: 0;
}
.rcw78sz .hj98cgtk a {
  font-size: 0.9rem;
}
.ixt1xflb {
  padding: 14px 20px 18px;
  margin-bottom: 12px;
  border-radius: 10px;
}
.iw7q5 .ixt1xflb {
  background: var(--bg-card);
}
.t05u .ixt1xflb:nth-child(odd) {
  background: var(--bg-card);
}
.t05u .ixt1xflb:nth-child(even) {
  background: var(--bg-raised);
}
.h7djt1 .ixt1xflb {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.h7djt1 .ixt1xflb:last-child {
  border-bottom: none;
}
.h7djt1 h3.lqg01r0t {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
  display: inline-block;
}
.xw64p29 .ixt1xflb {
  background: none;
  border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.xw64p29 .ixt1xflb + .ixt1xflb {
  margin-top: 4px;
}
.ue6p7v .ixt1xflb {
  background: none;
  border-radius: 0;
  padding: 12px 0;
}
.ue6p7v .ixt1xflb + .ixt1xflb {
  border-top: 1px solid var(--border-section);
}
.tjx3 {
  color: var(--text-body);
  margin-bottom: 12px;
  font-size: inherit;
}
.mt6r9ip {
  color: var(--text-body);
  margin-top: 12px;
  font-size: inherit;
}
.nclare {
  color: var(--text-body);
  margin-bottom: 10px;
}
.jei1j,
.dxxfe8f {
  padding-left: 22px;
  color: var(--text-body);
  margin: 10px 0;
}
.jei1j li,
.dxxfe8f li {
  margin-bottom: 6px;
}
.dxxfe8f li {
  list-style: decimal;
}
.ag2bf4vv .jei1j {
  list-style-type: "● ";
}
.z29ng .jei1j {
  list-style-type: "■ ";
}
.i78nfgee .jei1j {
  list-style-type: "◆ ";
}
.inruxio .jei1j {
  list-style-type: "★ ";
}
.inruxio .z655r {
  list-style-type: "★ ";
}
.ag2bf4vv .jei1j li::marker,
.ag2bf4vv .z655r li::marker,
.z29ng .jei1j li::marker,
.z29ng .z655r li::marker,
.i78nfgee .jei1j li::marker,
.i78nfgee .z655r li::marker,
.inruxio .jei1j li::marker,
.inruxio .z655r li::marker {
  color: var(--cta);
  font-size: 1em;
}
.ag2bf4vv .dxxfe8f,
.z29ng .dxxfe8f,
.i78nfgee .dxxfe8f,
.inruxio .dxxfe8f {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ag2bf4vv .dxxfe8f li,
.z29ng .dxxfe8f li,
.i78nfgee .dxxfe8f li,
.inruxio .dxxfe8f li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ag2bf4vv .dxxfe8f li::before,
.z29ng .dxxfe8f li::before,
.i78nfgee .dxxfe8f li::before,
.inruxio .dxxfe8f li::before {
  content: counter(el-step);
  position: absolute;
  left: -2.2em;
  top: 0.05em;
  width: 1.45em;
  height: 1.45em;
  background: var(--accent);
  color: #fff;
  font-size: 0.72em;
  font-weight: 700;
  line-height: 1.45em;
  text-align: center;
}
.ag2bf4vv .dxxfe8f li::before {
  border-radius: 50%;
}
.z29ng .dxxfe8f li::before {
  border-radius: 3px;
}
.i78nfgee .dxxfe8f li::before {
  border-radius: 3px;
}
.inruxio .dxxfe8f li::before {
  border-radius: 50%;
}
.w619 {
  overflow-x: auto;
  margin: 12px 0;
  background: var(--accent-bg);
  border-radius: 10px;
  border: 1px solid var(--border-alt);
}
.aco0sf .w619,
.lx6gnw .w619 {
  background: transparent;
  border: none;
  border-radius: 0;
}
.kk9tpm3o {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.kk9tpm3o th {
  background: var(--bg-raised);
  color: var(--accent-light);
  padding: 8px 12px;
  text-align: left;
  font-weight: 600;
}
.kk9tpm3o td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--border-alt);
  color: var(--text-body);
}
.kk9tpm3o tr:hover td {
  background: var(--bg-hover);
}
.mzpubfxq .kk9tpm3o tbody tr:nth-child(even) td {
  background: var(--bg-surface);
}
.w5kwq .kk9tpm3o {
  border: 1px solid var(--border-alt);
}
.w5kwq .kk9tpm3o th,
.w5kwq .kk9tpm3o td {
  border: 1px solid var(--border-alt);
}
.zn4tw .kk9tpm3o th {
  background: transparent;
  color: var(--accent-light);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
}
.zn4tw .kk9tpm3o td {
  border-bottom: none;
}
.zn4tw .kk9tpm3o tr:not(:last-child) td {
  border-bottom: 1px solid var(--border-alt);
}
.y5qjh .kk9tpm3o th {
  background: var(--cta);
  color: #fff;
  letter-spacing: 0.03em;
}
.er5pk8p1 .w619 {
  overflow: hidden;
}
.er5pk8p1 .kk9tpm3o th {
  border-bottom: 1px solid var(--border-alt);
}
.er5pk8p1 .kk9tpm3o tr:last-child td {
  border-bottom: none;
}
[data-i="f0eb"]::before {
  content: "\f0eb";
}
[data-i="f3ed"]::before {
  content: "\f3ed";
}
[data-i="f0e7"]::before {
  content: "\f0e7";
}
[data-i="f3a5"]::before {
  content: "\f3a5";
}
[data-i="f005"]::before {
  content: "\f005";
}
[data-i="f1b2"]::before {
  content: "\f1b2";
}
[data-i="f201"]::before {
  content: "\f201";
}
[data-i="f023"]::before {
  content: "\f023";
}
[data-i="f140"]::before {
  content: "\f140";
}
[data-i="f0ac"]::before {
  content: "\f0ac";
}
[data-i="f058"]::before {
  content: "\f058";
}
[data-i="f1fe"]::before {
  content: "\f1fe";
}
[data-i="f059"]::before {
  content: "\f059";
}
[data-i="f084"]::before {
  content: "\f084";
}
[data-i="f1e0"]::before {
  content: "\f1e0";
}
[data-i="f6e2"]::before {
  content: "\f6e2";
}
[data-i="f5da"]::before {
  content: "\f5da";
}
[data-i="f024"]::before {
  content: "\f024";
}
[data-i="f0a3"]::before {
  content: "\f0a3";
}
[data-i="f6ff"]::before {
  content: "\f6ff";
}
[data-c="a"] {
  color: var(--accent-light);
  background: color-mix(in srgb, var(--accent) 15%, transparent);
}
[data-c="b"] {
  color: var(--accent-light);
  background: color-mix(in srgb, var(--accent-light) 15%, transparent);
}
[data-c="c"] {
  color: var(--c-pros);
  background: color-mix(in srgb, var(--c-pros) 15%, transparent);
}
[data-c="d"] {
  color: var(--c-stars);
  background: color-mix(in srgb, var(--c-stars) 15%, transparent);
}
[data-c="e"] {
  color: var(--accent-pale);
  background: color-mix(in srgb, var(--accent-pale) 15%, transparent);
}
[data-c="f"] {
  color: var(--c-warn-border);
  background: color-mix(in srgb, var(--c-warn-border) 15%, transparent);
}
[data-c="g"] {
  color: var(--c-tip-border);
  background: color-mix(in srgb, var(--c-tip-border) 15%, transparent);
}
[data-c="h"] {
  color: var(--c-cons);
  background: color-mix(in srgb, var(--c-cons) 15%, transparent);
}
[data-s="r"] {
  border-radius: 50%;
}
[data-s="s"] {
  border-radius: 10px;
}
[data-s="d"] {
  border-radius: 50% 8px;
}
[data-s="h"] {
  border-radius: 50%;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
[data-s="b"] {
  border-radius: 60% 40% 50% 50%/50% 60% 40% 50%;
}
.x5gstvx .yj9nyr {
  margin: 10px 10px 0;
  width: calc(100% - 20px);
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.ep0rs6aa .zx73i {
  background: var(--bg-surface);
  border: 1px solid var(--border);
}
.ep0rs6aa .htysp {
  background: none;
  color: var(--text-main);
  font-weight: 700;
  border-bottom: 1px solid var(--border);
}
.siwt {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 10px 0;
}
.ybud {
  background: var(--bg-tip);
  border-left: 4px solid var(--c-tip-border);
}
.r8cntlq2 {
  background: var(--bg-warning);
  border-left: 4px solid var(--c-warn-border);
}
.cy3n {
  background: var(--bg-info);
  border-left: 4px solid #60a5fa;
}
.snkew37c {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.siwt strong {
  color: var(--text-primary);
  font-size: 0.95rem;
}
.siwt p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 4px;
}
.xvzvw0g1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 10px 0;
}
.ebz32f,
.xf2v {
  border-radius: 8px;
  padding: 14px;
}
.ebz32f {
  background: var(--bg-pros);
}
.xf2v {
  background: var(--bg-cons);
}
.yzvt {
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 8px;
}
.ebz32f .yzvt {
  color: var(--c-pros-label);
}
.xf2v .yzvt {
  color: #f87171;
}
.ebz32f ul li {
  color: var(--c-pros);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.xf2v ul li {
  color: var(--c-cons);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.sjb1pe4 {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.fk3d6o71 {
  background: var(--cta);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.fk3d6o71:hover {
  opacity: 0.85;
}
.x1sm0z0v .fk3d6o71 {
  background: transparent;
  border: 2px solid var(--cta);
  color: var(--cta-light);
}
.x1sm0z0v .fk3d6o71:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.tb02367m .fk3d6o71 {
  background: var(--accent-bg);
  border: 1px solid var(--cta);
  color: var(--cta-light);
}
.tb02367m .fk3d6o71:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.dm4ls0 .nlh83e {
  border-radius: 50px;
}
.dm4ls0 .fk3d6o71 {
  border-radius: 50px;
}
.ybe48h .nlh83e {
  padding-left: 22px;
  padding-right: 22px;
}
.ybe48h .fk3d6o71 {
  padding-left: 12px;
  padding-right: 12px;
}
.ko77vhx .nlh83e {
  padding-left: 44px;
  padding-right: 44px;
}
.ko77vhx .fk3d6o71 {
  padding-left: 24px;
  padding-right: 24px;
}
.oguygxsm .nlh83e {
  padding-left: 56px;
  padding-right: 56px;
}
.oguygxsm .fk3d6o71 {
  padding-left: 32px;
  padding-right: 32px;
}
.v1ks .nlh83e::after,
.v1ks .fk3d6o71::after,
.t60cmm .nlh83e::after,
.t60cmm .fk3d6o71::after,
.ggogbr .nlh83e::after,
.ggogbr .fk3d6o71::after,
.uvmhe .nlh83e::after,
.uvmhe .fk3d6o71::after,
.i11gzk .nlh83e::after,
.i11gzk .fk3d6o71::after,
.lttgez .nlh83e::after,
.lttgez .fk3d6o71::after,
.p2m4mb .nlh83e::after,
.p2m4mb .fk3d6o71::after,
.wp2urw .nlh83e::after,
.wp2urw .fk3d6o71::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 6px;
  vertical-align: -0.15em;
  background: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.v1ks .nlh83e::after,
.v1ks .fk3d6o71::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.t60cmm .nlh83e::after,
.t60cmm .fk3d6o71::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.ggogbr .nlh83e::after,
.ggogbr .fk3d6o71::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.uvmhe .nlh83e::after,
.uvmhe .fk3d6o71::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.i11gzk .nlh83e::after,
.i11gzk .fk3d6o71::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.lttgez .nlh83e::after,
.lttgez .fk3d6o71::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.p2m4mb .nlh83e::after,
.p2m4mb .fk3d6o71::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.wp2urw .nlh83e::after,
.wp2urw .fk3d6o71::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}
.r0rjz .ntdohel8::after,
.r0rjz .r2ab4ph6::after,
.u709yz31 .ntdohel8::after,
.u709yz31 .r2ab4ph6::after,
.nmmoqod .ntdohel8::after,
.nmmoqod .r2ab4ph6::after,
.zmca2j3 .ntdohel8::after,
.zmca2j3 .r2ab4ph6::after,
.n6x8x .ntdohel8::after,
.n6x8x .r2ab4ph6::after,
.zf3vdp .ntdohel8::after,
.zf3vdp .r2ab4ph6::after,
.fa1rlfl7 .ntdohel8::after,
.fa1rlfl7 .r2ab4ph6::after,
.ocvvu .ntdohel8::after,
.ocvvu .r2ab4ph6::after {
  content: "" !important;
  display: inline-block !important;
  width: 1em;
  height: 1em;
  margin-left: 6px;
  vertical-align: -0.15em;
  background: currentColor !important;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.r0rjz .ntdohel8::after,
.r0rjz .r2ab4ph6::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.u709yz31 .ntdohel8::after,
.u709yz31 .r2ab4ph6::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.nmmoqod .ntdohel8::after,
.nmmoqod .r2ab4ph6::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.zmca2j3 .ntdohel8::after,
.zmca2j3 .r2ab4ph6::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.n6x8x .ntdohel8::after,
.n6x8x .r2ab4ph6::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.zf3vdp .ntdohel8::after,
.zf3vdp .r2ab4ph6::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.fa1rlfl7 .ntdohel8::after,
.fa1rlfl7 .r2ab4ph6::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.ocvvu .ntdohel8::after,
.ocvvu .r2ab4ph6::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}
.gn86evt .q2rcy9o4 {
  background: var(--bg-raised);
}
.sytjx06a.fk3d6o71 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .tz63v {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .tz63v::before {
    grid-area: rank;
  }
  .z2hc7j {
    grid-area: ident;
  }
  .fh9f {
    grid-area: rating;
    min-width: 0;
    width: auto;
  }
  .t5j5o {
    grid-area: pills;
  }
  .sytjx06a {
    grid-area: cta;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .tz63v {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center;
    padding: 16px;
  }
  .tz63v::before {
    justify-self: center;
  }
  .z2hc7j {
    width: 100%;
  }
  .fh9f {
    justify-self: center;
  }
  .t5j5o {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 860px) {
  .gd3hal2 .x2mvqy2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
  .gd3hal2 .ue9b7m {
    margin: 0;
  }
}
.hfmiokw .ue9b7m {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid var(--border-alt);
  box-shadow: none;
  margin: 0 0 20px;
}
.hfmiokw .itdpzzd {
  background: transparent;
  border-bottom: 1px solid var(--border);
  padding: 14px 16px;
}
.hfmiokw .aco0sf {
  padding: 14px 16px;
}
.hfmiokw .sv99sh {
  border-radius: 4px;
}
.hfmiokw .rdht44m4 {
  border-radius: 0;
}
.lx6gnw .xvzvw0g1 {
  gap: 10px;
}
.lx6gnw .ebz32f,
.lx6gnw .xf2v {
  padding: 12px;
}
.lx6gnw .ebz32f ul,
.lx6gnw .xf2v ul {
  margin: 4px 0 0;
  padding-left: 18px;
}
.lx6gnw .ebz32f li,
.lx6gnw .xf2v li {
  font-size: 0.85rem;
  margin-bottom: 3px;
}
@media (max-width: 720px) {
  .deuqkxq {
    grid-template-columns: 1fr;
  }
  .c9w3v {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
    padding: 16px;
  }
  .c9w3v .el45gc {
    width: 72px;
    height: 50px;
  }
  .c9w3v .ovg5 {
    max-width: 180px;
  }
  .c9w3v .syz4qh08 {
    width: auto;
  }
}
@media (max-width: 720px) {
  .uf6id6 {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 16px;
  }
  .a33v4yk {
    padding: 16px;
  }
  .cxj8p09m .o9rc3dsp {
    min-width: 50%;
  }
}
.is7h .xvzvw0g1 {
  grid-template-columns: 1fr;
}
@media (max-width: 860px) {
  .krrn {
    grid-template-columns: 1fr;
  }
  .tsxw8 {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .r07kxb51 {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
}
@media (max-width: 540px) {
  .q7j6 {
    flex-wrap: wrap;
    padding: 16px;
  }
}
.a1iemlu .xvzvw0g1 {
  gap: 8px;
}
.a1iemlu .ebz32f,
.a1iemlu .xf2v {
  padding: 8px;
}
@media (max-width: 480px) {
  .kx5qzenh {
    flex-direction: column;
    align-items: stretch;
  }
}
.wv3z7a00 .syz4qh08 .fk3d6o71 {
  padding: 8px 20px;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .fpx9ygn {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .wv3z7a00 .syz4qh08 {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .m7zg {
    grid-template-columns: 1fr;
  }
  .zy66wlx {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .jz624lb3 {
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 16px;
  }
}
@media (max-width: 720px) {
  .ab0exu {
    grid-template-columns: 1fr;
  }
  .tld10 {
    width: 100px;
    height: 100px;
    margin: 16px auto;
  }
  .kt65y221 {
    font-size: 1.4rem;
  }
  .idieo {
    justify-content: center;
  }
  .v8fy .o9rc3dsp {
    min-width: 50%;
  }
}
.p57u .xvzvw0g1 {
  margin: 0 24px;
  padding-top: 16px;
}
@media (max-width: 540px) {
  .lei4c3 {
    flex-wrap: wrap;
    padding: 14px 16px;
  }
  .upusxg {
    padding: 12px 16px;
  }
  .p57u .xvzvw0g1 {
    margin: 0 16px;
  }
  .p57u .sjoa {
    padding: 0 16px;
  }
  .tifkgb {
    padding: 12px 16px;
  }
}
.gl995oir .tz63v {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.gl995oir .tz63v:first-child {
  border-left-width: 5px;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%
  );
}
.ep26icr .t5j5o .rdst {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.rhhcv128 .zsakx,
.rhhcv128 .rbc5uynp,
.rhhcv128 .rbc5uynp {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--accent-light);
  background: var(--accent-bg);
  border-radius: 100px;
  padding: 7px 18px;
  gap: 2px;
  line-height: 1;
}
.rhhcv128 .rbc5uynp small {
  font-size: 0.85em;
  font-weight: 700;
  color: var(--accent-light);
  opacity: 0.75;
}
.rhhcv128 .fxkra .t7aq1x,
.rhhcv128 .fxkra strong {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--accent-light);
  background: var(--accent-bg);
  border-radius: 100px;
  padding: 4px 14px;
  white-space: nowrap;
}
.rhhcv128 .a3syz3,
.rhhcv128 .rx7f {
  font-size: 1em;
}
.eiaoswh {
  margin: 16px 0;
}
.yw6kh3 {
  background: var(--bg-card);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.yw6kh3 summary {
  padding: 14px 18px;
  font-weight: 600;
  color: var(--accent-pale);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.yw6kh3 summary::after {
  content: "+";
  color: var(--accent-light);
}
.yw6kh3[open] summary::after {
  content: "−";
}
.yw6kh3 p {
  padding: 0 18px 14px;
  color: var(--text-body);
  font-size: 0.95rem;
}
.ygam {
  margin-bottom: 0;
}
.vglw h2.fg5v {
  color: var(--text-primary);
  border-color: var(--accent-light);
}
.xfj6 h2.fg5v {
  color: var(--text-primary);
  border-color: var(--accent-light);
}
.auch .ybud {
  background: #052e16;
  border-color: #10b981;
}
.auch .r8cntlq2 {
  background: #2d0a1e;
  border-color: #f43f5e;
}
.auch .cy3n {
  background: #1e1036;
  border-color: #a855f7;
}
.auch .siwt strong {
  color: #f1f5f9;
}
.auch .siwt p {
  color: #cbd5e1;
}
.auch .yr8zx4 .ybud .snkew37c::before,
.auch .o47ju4i .ybud .snkew37c::before,
.auch .y3smj .ybud .snkew37c::before,
.auch .gdgi .ybud .snkew37c::before {
  color: #10b981;
}
.auch .yr8zx4 .r8cntlq2 .snkew37c::before,
.auch .o47ju4i .r8cntlq2 .snkew37c::before,
.auch .y3smj .r8cntlq2 .snkew37c::before,
.auch .gdgi .r8cntlq2 .snkew37c::before {
  color: #f43f5e;
}
.auch .yr8zx4 .cy3n .snkew37c::before,
.auch .o47ju4i .cy3n .snkew37c::before,
.auch .y3smj .cy3n .snkew37c::before,
.auch .gdgi .cy3n .snkew37c::before {
  color: #a855f7;
}
.yns7 .ybud {
  background: #2d2000;
  border-color: #eab308;
}
.yns7 .r8cntlq2 {
  background: #2d0b0b;
  border-color: #ef4444;
}
.yns7 .cy3n {
  background: #2d1600;
  border-color: #f97316;
}
.yns7 .siwt strong {
  color: #f1f5f9;
}
.yns7 .siwt p {
  color: #cbd5e1;
}
.yns7 .yr8zx4 .ybud .snkew37c::before,
.yns7 .o47ju4i .ybud .snkew37c::before,
.yns7 .y3smj .ybud .snkew37c::before,
.yns7 .gdgi .ybud .snkew37c::before {
  color: #eab308;
}
.yns7 .yr8zx4 .r8cntlq2 .snkew37c::before,
.yns7 .o47ju4i .r8cntlq2 .snkew37c::before,
.yns7 .y3smj .r8cntlq2 .snkew37c::before,
.yns7 .gdgi .r8cntlq2 .snkew37c::before {
  color: #ef4444;
}
.yns7 .yr8zx4 .cy3n .snkew37c::before,
.yns7 .o47ju4i .cy3n .snkew37c::before,
.yns7 .y3smj .cy3n .snkew37c::before,
.yns7 .gdgi .cy3n .snkew37c::before {
  color: #f97316;
}
.bdnoodf .ybud {
  background: #0c1a2e;
  border-color: #38bdf8;
}
.bdnoodf .r8cntlq2 {
  background: #12103a;
  border-color: #818cf8;
}
.bdnoodf .cy3n {
  background: #0a2020;
  border-color: #2dd4bf;
}
.bdnoodf .siwt strong {
  color: #f1f5f9;
}
.bdnoodf .siwt p {
  color: #cbd5e1;
}
.bdnoodf .yr8zx4 .ybud .snkew37c::before,
.bdnoodf .o47ju4i .ybud .snkew37c::before,
.bdnoodf .y3smj .ybud .snkew37c::before,
.bdnoodf .gdgi .ybud .snkew37c::before {
  color: #38bdf8;
}
.bdnoodf .yr8zx4 .r8cntlq2 .snkew37c::before,
.bdnoodf .o47ju4i .r8cntlq2 .snkew37c::before,
.bdnoodf .y3smj .r8cntlq2 .snkew37c::before,
.bdnoodf .gdgi .r8cntlq2 .snkew37c::before {
  color: #818cf8;
}
.bdnoodf .yr8zx4 .cy3n .snkew37c::before,
.bdnoodf .o47ju4i .cy3n .snkew37c::before,
.bdnoodf .y3smj .cy3n .snkew37c::before,
.bdnoodf .gdgi .cy3n .snkew37c::before {
  color: #2dd4bf;
}
.hyka .ybud {
  background: var(--accent-bg);
  border-color: var(--accent-light);
}
.hyka .r8cntlq2 {
  background: var(--accent-bg-light);
  border-color: var(--accent-light);
}
.hyka .cy3n {
  background: var(--accent-bg);
  border-color: var(--accent-pale);
}
.hyka .yr8zx4 .snkew37c::before,
.hyka .o47ju4i .snkew37c::before,
.hyka .y3smj .snkew37c::before,
.hyka .gdgi .snkew37c::before {
  color: var(--accent-light) !important;
}
.e3wafhfv::before,
.flbs::before {
  margin-right: 5px;
}
.v3q5g5 .ebz32f ul li,
.v3q5g5 .rhi3 li {
  color: #4ade80;
}
.v3q5g5 .ebz32f .e3wafhfv {
  color: #22c55e;
}
.v3q5g5 .xf2v ul li,
.v3q5g5 .u5nw85ud li {
  color: #f87171;
}
.v3q5g5 .xf2v .flbs {
  color: #ef4444;
}
.cwz1z .ebz32f {
  background: var(--bg-pros);
}
.cwz1z .xf2v {
  background: var(--bg-cons);
}
.cwz1z .ebz32f .e3wafhfv {
  color: var(--c-pros-label);
}
.cwz1z .xf2v .flbs {
  color: var(--c-cons);
}
.cwz1z .ebz32f ul li,
.cwz1z .xf2v ul li,
.jg91 .ebz32f {
  background: var(--bg-pros);
}
.jg91 .xf2v {
  background: var(--bg-cons);
}
.jg91 .ebz32f .e3wafhfv {
  color: var(--c-pros-label);
}
.jg91 .xf2v .flbs {
  color: var(--c-cons);
}
.jg91 .ebz32f ul li,
.jg91 .xf2v ul li,
.px53 .e3wafhfv::before {
  content: "✓ ";
}
.px53 .flbs::before {
  content: "✗ ";
}
.mjcwo4 .e3wafhfv::before {
  content: "→ ";
}
.mjcwo4 .flbs::before {
  content: "← ";
}
.qckcxyo4 .e3wafhfv::before {
  content: "★ ";
}
.qckcxyo4 .flbs::before {
  content: "✕ ";
}
.ao9l .e3wafhfv::before {
  content: "◆ ";
}
.ao9l .flbs::before {
  content: "▲ ";
}
.kvjukao .siwt {
  background: transparent;
  border-left: none;
  border: 1.5px solid;
}
.kvjukao .ybud {
  border-color: var(--c-tip-border);
}
.kvjukao .r8cntlq2 {
  border-color: var(--c-warn-border);
}
.kvjukao .cy3n {
  border-color: #60a5fa;
}
.kvjukao .siwt strong {
  color: var(--text-primary);
}
.kvjukao .siwt p {
  color: var(--text-muted);
}
.jnsa9q06 .siwt {
  border-left: none;
  border-top: 4px solid;
  border-radius: 0 0 8px 8px;
}
.jnsa9q06 .ybud {
  border-top-color: var(--c-tip-border);
}
.jnsa9q06 .r8cntlq2 {
  border-top-color: var(--c-warn-border);
}
.jnsa9q06 .cy3n {
  border-top-color: #60a5fa;
}
.tgpbk .siwt {
  border-left: none;
  border-radius: 8px;
}
.tgpbk .ybud {
  background: #065f46;
}
.tgpbk .r8cntlq2 {
  background: #92400e;
}
.tgpbk .cy3n {
  background: #1e3a8a;
}
.tgpbk .siwt strong,
.tgpbk .siwt p {
  color: #fff;
}
.tgpbk .snkew37c::before {
  color: rgba(255, 255, 255, 0.85) !important;
}
.auch.tgpbk .ybud,
.auch .tgpbk .ybud {
  background: #052e16;
}
.auch.tgpbk .r8cntlq2,
.auch .tgpbk .r8cntlq2 {
  background: #2d0a1e;
}
.auch.tgpbk .cy3n,
.auch .tgpbk .cy3n {
  background: #1e1036;
}
.yns7.tgpbk .ybud,
.yns7 .tgpbk .ybud {
  background: #2d2000;
}
.yns7.tgpbk .r8cntlq2,
.yns7 .tgpbk .r8cntlq2 {
  background: #2d0b0b;
}
.yns7.tgpbk .cy3n,
.yns7 .tgpbk .cy3n {
  background: #2d1600;
}
.bdnoodf.tgpbk .ybud,
.bdnoodf .tgpbk .ybud {
  background: #0c1a2e;
}
.bdnoodf.tgpbk .r8cntlq2,
.bdnoodf .tgpbk .r8cntlq2 {
  background: #12103a;
}
.bdnoodf.tgpbk .cy3n,
.bdnoodf .tgpbk .cy3n {
  background: #0a2020;
}
.pi47xh .siwt {
  border-left: none;
  border-radius: 6px;
  padding: 10px 14px;
}
.pi47xh .ybud {
  background: color-mix(in srgb, var(--c-tip-border) 10%, transparent);
}
.pi47xh .r8cntlq2 {
  background: color-mix(in srgb, var(--c-warn-border) 10%, transparent);
}
.pi47xh .cy3n {
  background: color-mix(in srgb, #60a5fa 10%, transparent);
}
.pi47xh .siwt strong {
  color: var(--text-primary);
}
.pi47xh .siwt p {
  color: var(--text-muted);
}
.cium .siwt {
  border-left: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.yr8zx4 .snkew37c,
.o47ju4i .snkew37c,
.y3smj .snkew37c,
.gdgi .snkew37c {
  font-size: 0;
  width: 1.1rem;
  flex-shrink: 0;
}
.yr8zx4 .snkew37c::before,
.o47ju4i .snkew37c::before,
.y3smj .snkew37c::before,
.gdgi .snkew37c::before {
  display: block;
  font-size: 1.15rem;
  line-height: 1.3;
  font-style: normal;
}
.yr8zx4 .ybud .snkew37c::before {
  content: "✦";
  color: var(--c-tip-border);
}
.yr8zx4 .r8cntlq2 .snkew37c::before {
  content: "▲";
  color: var(--c-warn-border);
}
.yr8zx4 .cy3n .snkew37c::before {
  content: "◉";
  color: #60a5fa;
}
.o47ju4i .ybud .snkew37c::before {
  content: "★";
  color: var(--c-tip-border);
}
.o47ju4i .r8cntlq2 .snkew37c::before {
  content: "◆";
  color: var(--c-warn-border);
}
.o47ju4i .cy3n .snkew37c::before {
  content: "●";
  color: #60a5fa;
}
.y3smj .ybud .snkew37c::before {
  content: "▶";
  color: var(--c-tip-border);
}
.y3smj .r8cntlq2 .snkew37c::before {
  content: "■";
  color: var(--c-warn-border);
}
.y3smj .cy3n .snkew37c::before {
  content: "▸";
  color: #60a5fa;
}
.gdgi .ybud .snkew37c::before {
  content: "→";
  color: var(--c-tip-border);
}
.gdgi .r8cntlq2 .snkew37c::before {
  content: "⬥";
  color: var(--c-warn-border);
}
.gdgi .cy3n .snkew37c::before {
  content: "◈";
  color: #60a5fa;
}
.m7e6 .iw7q5 .ixt1xflb,
.m7e6 .t05u .ixt1xflb {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}
.m7e6 .w619 {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.m7e6 .s50nou9q {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.e2sbj .iw7q5 .ixt1xflb,
.e2sbj .t05u .ixt1xflb,
.e2sbj .zx73i,
.e2sbj .tz63v,
.e2sbj .ue9b7m,
.e2sbj .w619,
.e2sbj .s50nou9q,
.e2sbj .cium .siwt {
  box-shadow: none;
}
.t678u .nclare,
.t678u .tjx3,
.t678u .mt6r9ip,
.t678u .g1jn2w,
.t678u .ekexn {
  font-size: 0.9rem;
}
.t678u .jei1j,
.t678u .dxxfe8f {
  font-size: 0.9rem;
}
.hfsxdtal .nclare,
.hfsxdtal .tjx3,
.hfsxdtal .mt6r9ip,
.hfsxdtal .g1jn2w,
.hfsxdtal .ekexn {
  font-size: 0.95rem;
}
.hfsxdtal .jei1j,
.hfsxdtal .dxxfe8f {
  font-size: 0.95rem;
}
.iw3sc .nclare,
.iw3sc .tjx3,
.iw3sc .mt6r9ip,
.iw3sc .g1jn2w,
.iw3sc .ekexn {
  font-size: 1.08rem;
}
.iw3sc .jei1j,
.iw3sc .dxxfe8f {
  font-size: 1.05rem;
}
.iw3sc .kk9tpm3o {
  font-size: 0.97rem;
}
.wnh31r .c9je789 {
  font-size: 3.2rem;
}
.wnh31r h2.fg5v {
  font-size: 1.9rem;
}
.wnh31r h3.lqg01r0t {
  font-size: 1.4rem;
}
.h9aopm .c9je789 {
  font-size: 3.8rem;
}
.h9aopm h2.fg5v {
  font-size: 2.2rem;
}
.h9aopm h3.lqg01r0t {
  font-size: 1.6rem;
}
.ygam + .ygam {
  position: relative;
}
.xvin .ygam + .ygam::before,
.vkhir .ygam + .ygam::before,
.a53e .ygam + .ygam::before,
.k6zp .ygam + .ygam::before,
.zbd1t3i .ygam + .ygam::before,
.v72s6g2l .ygam + .ygam::before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.xvin .ygam + .ygam::before {
  content: "";
  height: 1px;
  background: var(--accent);
  opacity: 0.5;
}
.vkhir .ygam + .ygam::before {
  content: "";
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--grad-start),
    var(--accent),
    var(--grad-end)
  );
}
.a53e .ygam + .ygam::before {
  content: "● ● ●";
  text-align: center;
  font-size: 0.55rem;
  letter-spacing: 0.5em;
  color: var(--accent-light);
  opacity: 0.7;
  line-height: 1;
  padding-top: 6px;
}
.k6zp .ygam + .ygam::before {
  content: "";
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--accent) 25%,
    var(--accent) 75%,
    transparent 100%
  );
  opacity: 0.6;
}
.navdp .ygam {
  margin-bottom: 16px;
}
.navdp .ygam + .ygam {
  margin-top: 0;
}
.navdp .c6hn {
  padding-top: 0;
  padding-bottom: 0;
}
.zbd1t3i .ygam + .ygam::before {
  content: "";
  border-top: 2px dashed var(--accent);
  opacity: 0.5;
}
.v72s6g2l .ygam + .ygam::before {
  content: "";
  border-top: 3px dotted var(--accent);
  opacity: 0.5;
}
.iatah9k .ygam + .ygam::before,
.g5mcmr .ygam + .ygam::before,
.rmlx7pyn .ygam + .ygam::before {
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  height: 70px;
  background: var(--bg-page);
  pointer-events: none;
  z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.swdxd .iatah9k .ygam:nth-child(even)::before,
.swdxd .g5mcmr .ygam:nth-child(even)::before,
.swdxd .rmlx7pyn .ygam:nth-child(even)::before {
  background: var(--bg-surface);
}
.uf36kpxk .iatah9k .ygam:nth-child(even)::before,
.uf36kpxk .g5mcmr .ygam:nth-child(even)::before,
.uf36kpxk .rmlx7pyn .ygam:nth-child(even)::before {
  background: var(--bg-card);
}
.iatah9k .ygam + .ygam::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.g5mcmr .ygam + .ygam::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.rmlx7pyn .ygam + .ygam::before {
  height: 80px;
  top: -80px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.aeyg78 .cophd,
.su24bsrh .cophd,
.mi65lrg .cophd {
  overflow: hidden;
}
.aeyg78 .nabv9y9,
.su24bsrh .nabv9y9 {
  margin-bottom: 60px;
}
.mi65lrg .nabv9y9 {
  margin-bottom: 70px;
}
.aeyg78 .cophd::before,
.su24bsrh .cophd::before,
.mi65lrg .cophd::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none;
  z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.aeyg78 .cophd::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.su24bsrh .cophd::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.mi65lrg .cophd::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.xmql7 .cophd:not(.kdpp) .fzao {
  background: linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.u6295snf .cophd:not(.kdpp) .fzao {
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.hntmbun .cophd:not(.kdpp) .fzao {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.hyni4od .cophd:not(.kdpp) .fzao {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.sagdu5l .kdpp .fzao {
  background: none;
}
.sagdu5l .cophd:not(.kdpp) .fzao {
  background: rgba(0, 0, 0, 0.6);
}
.szov .oskliyr {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.szov .oskliyr .sjb1pe4 {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.szov .c6hn::after {
  content: "";
  display: block;
  clear: both;
}
.nzxi .oskliyr {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.nzxi .oskliyr .sjb1pe4 {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.nzxi .c6hn::after {
  content: "";
  display: block;
  clear: both;
}
.xhxxw .ygam:nth-child(odd) .oskliyr {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.xhxxw .ygam:nth-child(even) .oskliyr {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.xhxxw .oskliyr .sjb1pe4 {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.xhxxw .c6hn::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 900px) {
  .szov .oskliyr,
  .nzxi .oskliyr,
  .xhxxw .ygam:nth-child(odd) .oskliyr,
  .xhxxw .ygam:nth-child(even) .oskliyr {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .szov .oskliyr .sjb1pe4,
  .nzxi .oskliyr .sjb1pe4,
  .xhxxw .oskliyr .sjb1pe4 {
    max-height: none !important;
  }
}
.szov .jei1j,
.szov .dxxfe8f,
.nzxi .jei1j,
.nzxi .dxxfe8f,
.xhxxw .jei1j,
.xhxxw .dxxfe8f {
  overflow: hidden;
}
@media (max-width: 640px) {
  .szov .oskliyr,
  .nzxi .oskliyr,
  .xhxxw .oskliyr {
    float: none;
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.f6iar2v .sfn3t,
.f6iar2v .c6hn,
.f6iar2v .v1cz {
  max-width: 1100px;
}
.otn88zb .sfn3t,
.otn88zb .c6hn,
.otn88zb .v1cz {
  max-width: 1200px;
}
.otn88zb {
  --content-mw: 1200px;
}
.z0l6cxy .sfn3t,
.z0l6cxy .c6hn,
.z0l6cxy .v1cz {
  max-width: 1320px;
}
.nqmvgzx6 {
  font-size: 0.82rem;
  color: var(--text-muted);
}
.u2il {
  display: flex;
  align-items: center;
}
.ew423 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.v55o0 {
  display: flex;
  align-items: center;
}
.pubmsz {
  color: var(--accent-light);
  text-decoration: none;
  padding: 2px 5px;
  border-radius: 4px;
}
.pubmsz:hover {
  text-decoration: underline;
}
.pmog0xrh {
  margin: 0 3px;
  opacity: 0.45;
}
.pmog0xrh::before {
  content: "/";
}
.hwz0p1 {
  padding: 2px 5px;
  color: var(--text-main);
}
.ic3e .nqmvgzx6 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ic3e .u2il {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.ubp46 .nqmvgzx6 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ubp46 .u2il {
  padding: 0 0 0 12px;
}
.kb46 .u2il {
  padding: 0 16px;
}
.kb46 .nqmvgzx6 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 11px 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}
.kb46 .sfn3t {
  padding-top: 28px;
}
@media (max-width: 720px) {
  .tpir {
    margin-top: 18px;
    padding: 0 16px;
  }
  .kb46 .sfn3t {
    padding-top: 16px;
  }
}
.f6iar2v.ic3e .u2il {
  max-width: 1100px;
}
.otn88zb.ic3e .u2il {
  max-width: 1200px;
}
.z0l6cxy.ic3e .u2il {
  max-width: 1320px;
}
.otn88zb .tpir {
  max-width: 1200px;
}
.u8q5x .ygam {
  padding-top: 16px;
  padding-bottom: 16px;
}
.l2dje .ygam {
  padding-top: 24px;
  padding-bottom: 24px;
}
.i64j .ygam {
  padding-top: 40px;
  padding-bottom: 40px;
}
.xa6id8d .ygam {
  padding-top: 52px;
  padding-bottom: 52px;
}
.o05e .ygam:nth-child(4n + 1) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.o05e .ygam:nth-child(4n + 2) {
  padding-top: 36px;
  padding-bottom: 36px;
}
.o05e .ygam:nth-child(4n + 3) {
  padding-top: 28px;
  padding-bottom: 28px;
}
.o05e .ygam:nth-child(4n) {
  padding-top: 44px;
  padding-bottom: 44px;
}
.o89s08l .c6hn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.awcj08 .c6hn {
  padding-top: 18px;
  padding-bottom: 18px;
}
.qujc .c6hn {
  padding-top: 36px;
  padding-bottom: 36px;
}
.bp2x .c6hn {
  padding-top: 48px;
  padding-bottom: 48px;
}
.inpi h2.fg5v {
  font-weight: 600;
}
.inpi h3.lqg01r0t {
  font-weight: 600;
}
.akgy h2.fg5v {
  font-weight: 800;
}
.akgy h3.lqg01r0t {
  font-weight: 700;
}
.c1ivfv {
  font-weight: 600;
}
.c1ivfv h2.fg5v {
  font-weight: 900;
}
.c1ivfv h3.lqg01r0t {
  font-weight: 800;
}
.c1ivfv .siwt strong,
.c1ivfv .siwt strong {
  font-weight: 600;
}
.ntdohel8 {
  margin-left: 16px;
  flex-shrink: 0;
  padding: 7px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 6px;
}
.mnzro4 .ntdohel8 {
  display: none;
}
@media (max-width: 640px) {
  .blkj9cu {
    display: none;
  }
  .ntdohel8 {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.ntdohel8 {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.ntdohel8:hover {
  opacity: 0.85;
}
.r4c2 .ntdohel8 {
  background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important;
}
.bul49u .ntdohel8,
.loc3msj1 .ntdohel8 {
  background: var(--grad-start) !important;
  color: #fff !important;
  border: none !important;
}
.bul49u .ntdohel8:hover,
.loc3msj1 .ntdohel8:hover {
  opacity: 0.88;
}
.r4c2.bul49u .ntdohel8,
.r4c2.loc3msj1 .ntdohel8 {
  background: linear-gradient(
    135deg,
    var(--grad-start),
    var(--accent-light)
  ) !important;
}
.r2ab4ph6 {
  position: fixed;
  bottom: 32px;
  z-index: 900;
  padding: 12px 22px;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition:
    transform 0.15s,
    opacity 0.15s;
}
.r2ab4ph6:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}
.r2ab4ph6 {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.lycm .r2ab4ph6 {
  display: none;
}
.a40w .r2ab4ph6 {
  right: 32px;
}
.ha0j .r2ab4ph6 {
  left: 32px;
}
@media (max-width: 480px) {
  .a40w .r2ab4ph6 {
    right: 20px;
    bottom: 20px;
  }
  .ha0j .r2ab4ph6 {
    left: 20px;
    bottom: 20px;
  }
}
.gm3m3 {
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  margin-top: 60px;
}
.v1cz {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px;
}
.ahje {
  color: var(--text-faint);
  font-size: 0.85rem;
  margin-bottom: 6px;
}
.lzpdzz2 {
  color: var(--text-dim);
  font-size: 0.8rem;
}
.nra60e {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 14px;
}
.nra60e img {
  height: 26px;
  width: auto;
  object-fit: contain;
}
.q9wtc5t a,
.l6pr a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.87rem;
  transition: color 0.15s;
}
.q9wtc5t a:hover,
.l6pr a:hover {
  color: var(--accent-light);
}
.l6pr {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
}
.stxhnwvn .v1cz {
  text-align: center;
}
.stxhnwvn .l6pr {
  justify-content: center;
  margin-bottom: 16px;
}
.stxhnwvn .ahje {
  margin-top: 0;
}
.spz37 {
  margin-top: 10px;
}
.spz37 a {
  font-size: 0.8rem;
  opacity: 0.65;
}
@media (max-width: 640px) {
  .v1cz {
    padding-left: 16px;
    padding-right: 16px;
  }
  .k193 .v1cz {
    padding: 20px 16px;
  }
  .l6pr {
    gap: 4px 12px;
  }
  .ahje {
    font-size: 0.78rem;
  }
}
.r6myby .a32au .nra60e {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  margin-bottom: 10px;
}
.r6myby .ahje {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 14px 0 4px;
  line-height: 1.5;
}
.r6myby .lzpdzz2 {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 768px) {
  .r6myby .xlo4us {
    grid-template-columns: 1fr 1fr;
  }
  .r6myby .a32au {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .r6myby .xlo4us {
    grid-template-columns: 1fr;
  }
}
.p617h .nra60e {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  margin-right: auto;
  flex-shrink: 0;
}
.p617h .ahje {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 640px) {
  .p617h .yrb7 {
    gap: 12px;
  }
  .p617h .nra60e {
    margin-right: 0;
    width: 100%;
  }
}
.klprnee .qp6r .nra60e {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  margin-bottom: 10px;
}
.klprnee .ahje {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  flex: 1;
}
.klprnee .lzpdzz2 {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .klprnee .az4s {
    grid-template-columns: 1fr 1fr;
  }
  .klprnee .qp6r {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .klprnee .az4s {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .kvpregv .rv656m {
    grid-template-columns: 1fr 1fr;
  }
  .kvpregv .l0h3nt7:first-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .kvpregv .rv656m {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .yfxa1yax .rv656m {
    grid-template-columns: 1fr;
  }
}
.z7hn7 .v1cz {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.z7hn7 .l6pr {
  justify-content: center;
}
.qy7qpon .f0r9zh {
  background: var(--bg-page);
  border-bottom-color: var(--border-alt);
}
.qy7qpon .gm3m3 {
  background: var(--bg-page);
  border-top-color: var(--border-alt);
}
.tjfj076 .f0r9zh {
  background: #0d1117;
  border-bottom-color: #21262d;
}
.tjfj076 .dbnx {
  color: var(--accent-light);
}
.tjfj076 .ehd7unze {
  --msep-color: #8b949e;
}
.tjfj076 .ehd7unze a {
  color: #8b949e;
}
.tjfj076 .ehd7unze a:hover {
  color: var(--accent-light);
}
.tjfj076 .dik12ki {
  color: #8b949e;
}
.tjfj076 .gm3m3 {
  background: #0d1117;
  border-top-color: #21262d;
  color: #e6edf3;
}
.tjfj076 .ahje,
.tjfj076 .lzpdzz2 {
  color: #6e7681;
}
.tjfj076 .q9wtc5t a,
.tjfj076 .l6pr a,
.tjfj076 .nra60e {
  color: #e6edf3;
}
@media (max-width: 640px) {
  .tjfj076 .ehd7unze {
    background: #0d1117;
    border-top-color: #21262d;
  }
  .tjfj076 .ehd7unze li a {
    border-bottom-color: #21262d;
  }
}
.pxgf0vz .f0r9zh {
  background: #f0f4f8;
  border-bottom-color: #cbd5e1;
}
.pxgf0vz .dbnx {
  color: var(--accent-light);
}
.pxgf0vz .ehd7unze {
  --msep-color: #475569;
}
.pxgf0vz .ehd7unze a {
  color: #475569;
}
.pxgf0vz .ehd7unze a:hover {
  color: var(--accent-light);
}
.pxgf0vz .dik12ki {
  color: #64748b;
}
.pxgf0vz .gm3m3 {
  background: #f0f4f8;
  border-top-color: #cbd5e1;
}
.pxgf0vz .ahje,
.pxgf0vz .lzpdzz2 {
  color: #64748b;
}
.pxgf0vz .q9wtc5t a,
.pxgf0vz .l6pr a,
.pxgf0vz .is9zj a,
.pxgf0vz .nra60e {
  color: #374151;
}
@media (max-width: 640px) {
  .pxgf0vz .ehd7unze {
    background: #f0f4f8;
    border-top-color: #cbd5e1;
  }
  .pxgf0vz .ehd7unze li a {
    border-bottom-color: #cbd5e1;
    color: #475569;
  }
}
.bul49u .f0r9zh {
  background: var(--accent);
  border-bottom-color: var(--accent-light);
}
.bul49u .dbnx {
  color: #fff;
}
.bul49u .ehd7unze {
  --msep-color: rgba(255, 255, 255, 0.82);
}
.bul49u .ehd7unze a {
  color: rgba(255, 255, 255, 0.82);
}
.bul49u .ehd7unze a:hover {
  color: #fff;
}
.bul49u .dik12ki {
  color: rgba(255, 255, 255, 0.9);
}
.bul49u .gm3m3 {
  background: var(--accent);
  border-top-color: var(--accent-light);
  color: #fff;
}
.bul49u .ahje,
.bul49u .lzpdzz2 {
  color: rgba(255, 255, 255, 0.72);
}
.bul49u .q9wtc5t a,
.bul49u .l6pr a,
.bul49u .is9zj a,
.bul49u .nra60e {
  color: #fff;
}
@media (max-width: 640px) {
  .bul49u .ehd7unze {
    background: var(--accent);
    border-top-color: var(--accent-light);
  }
  .bul49u .ehd7unze li a {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.82);
  }
}
.loc3msj1 .f0r9zh {
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.loc3msj1 .gm3m3 {
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top-color: color-mix(in srgb, var(--border) 50%, transparent);
}
@media (max-width: 640px) {
  .loc3msj1 .ehd7unze {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.prmrb5 .w7r0uuj {
  min-height: 52px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}
.txipry .w7r0uuj {
  min-height: 58px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.e5qbg .w7r0uuj {
  min-height: 72px;
  height: auto;
}
.dr3ril2 .w7r0uuj {
  min-height: 84px;
  height: auto;
}
.k193 .w7r0uuj {
  max-width: none;
  padding: 0 32px;
}
.k193 .v1cz {
  max-width: none;
  padding: 24px 32px;
}
.j5176my7.otn88zb .w7r0uuj {
  max-width: 1200px;
}
.j5176my7.z0l6cxy .w7r0uuj {
  max-width: 1320px;
}
.c6xt7twv .dbnx,
.c6xt7twv .nra60e {
  text-transform: capitalize;
}
.kpx9zug .dbnx,
.kpx9zug .nra60e {
  text-transform: lowercase;
}
.d0wvvmc .dbnx,
.d0wvvmc .nra60e {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.f68xl,
.b5y7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.i2kxl0pf .f68xl,
.i2kxl0pf .b5y7 {
  background: color-mix(
    in srgb,
    var(--accent) var(--logo-bg-opacity, 8%),
    transparent
  );
  border-radius: 8px;
  padding: 4px;
}
.v5iup11 .f68xl,
.v5iup11 .b5y7 {
  background: linear-gradient(
    135deg,
    color-mix(
      in srgb,
      var(--grad-start) var(--logo-bg-opacity, 8%),
      transparent
    ),
    color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)
  );
  border-radius: 8px;
  padding: 4px;
}
.y2pmq .f68xl,
.y2pmq .b5y7 {
  background: color-mix(
    in srgb,
    var(--accent) var(--logo-bg-opacity, 8%),
    transparent
  );
  border-radius: 999px;
  padding: 4px 8px;
}
.vfau .f68xl,
.vfau .b5y7 {
  background: linear-gradient(
    135deg,
    color-mix(
      in srgb,
      var(--grad-start) var(--logo-bg-opacity, 8%),
      transparent
    ),
    color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)
  );
  border-radius: 999px;
  padding: 4px 8px;
}
.pgbipy9 .ehd7unze a {
  font-weight: 500;
}
.f0g5 .ehd7unze a {
  font-weight: 600;
}
.gx5if4 .ehd7unze a {
  font-weight: 700;
}
.rvjpacqy .ehd7unze a {
  font-weight: 800;
  letter-spacing: 0.01em;
}
.zaanke .ehd7unze > li + li::before,
.tlr2 .ehd7unze > li + li::before,
.py10jda .ehd7unze > li + li::before,
.qvzew .ehd7unze > li + li::before,
.afiy .ehd7unze > li + li::before,
.yit9o5x .ehd7unze > li + li::before,
.c8zq0bri .ehd7unze > li + li::before {
  margin-right: 10px;
  margin-left: -10px;
  opacity: 0.5;
  color: var(--msep-color);
}
.zaanke .ehd7unze > li + li::before {
  content: "·";
  font-size: 1.4em;
  line-height: 1;
  vertical-align: middle;
}
.tlr2 .ehd7unze > li + li::before {
  content: "|";
}
.py10jda .ehd7unze > li + li::before {
  content: "—";
}
.qvzew .ehd7unze > li + li::before {
  content: "◆";
  font-size: 0.45em;
  vertical-align: middle;
}
.afiy .ehd7unze > li + li::before {
  content: "›";
  font-size: 1.3em;
  line-height: 1;
}
.yit9o5x .ehd7unze > li + li::before {
  content: "•";
  font-size: 0.8em;
  vertical-align: middle;
}
.c8zq0bri .ehd7unze > li + li::before {
  content: "✦";
  font-size: 0.55em;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .fyn7 .dik12ki,
  .pjz3 .dik12ki,
  .sdrrew .dik12ki,
  .msuf395 .dik12ki,
  .czf22h .dik12ki {
    font-size: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
  }

  .fyn7 .dik12ki::before,
  .pjz3 .dik12ki::before,
  .sdrrew .dik12ki::before,
  .msuf395 .dik12ki::before,
  .czf22h .dik12ki::before {
    content: "";
    display: block;
    flex-shrink: 0;
  }

  .fyn7 .dik12ki::before {
    width: 22px;
    height: 11px;
    background:
      linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 68% 2px no-repeat;
  }

  .pjz3 .dik12ki::before {
    width: 22px;
    height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50% / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  .sdrrew .dik12ki::before {
    width: 22px;
    height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50% / 70% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 42% 2px no-repeat;
  }

  .msuf395 .dik12ki::before {
    width: 22px;
    height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50% / 52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  .czf22h .dik12ki::before {
    width: 22px;
    height: 25px;
    background:
      linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 33.3% / 76% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 66.6% / 52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 28% 2px no-repeat;
  }
}
@media (max-width: 640px) {
  .e2ck .dik12ki {
    padding: 5px 14px;
  }
  .e2ck .ehd7unze {
    left: auto;
    right: 12px;
    top: 54px;
    width: auto;
    min-width: 180px;
    border-radius: 14px;
    background: var(--bg-surface);
    border: 1px solid var(--border);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
    padding: 6px 0;
  }
  .e2ck .ehd7unze li a {
    border-bottom: none;
    padding: 10px 22px;
  }
  .e2ck .ehd7unze li a:hover {
    background: var(--bg-raised);
  }
  .e2ck .zc49v,
  .y4jwvi .zc49v,
  .ox504zr .zc49v {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
  }
}
@media (max-width: 640px) {
  .nnfvbt .dik12ki {
    padding: 5px 10px;
  }
  .nnfvbt .ehd7unze {
    display: flex !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 72vw;
    max-width: 280px;
    background: var(--bg-surface);
    border-left: 1px solid var(--border);
    border-top: none;
    border-radius: 0;
    padding: 72px 0 24px;
    transform: translateX(105%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.22);
  }
  .nnfvbt .ehd7unze.b1qy {
    transform: translateX(0);
  }
  .nnfvbt .ehd7unze li a {
    padding: 14px 28px;
    font-size: 1rem;
    border-bottom: 1px solid var(--border);
  }
  .nnfvbt .ehd7unze li:last-child a {
    border-bottom: none;
  }
  .bul49u .ehd7unze,
  .tjfj076 .ehd7unze {
    background: var(--accent) !important;
  }
  .bul49u .ehd7unze li a,
  .tjfj076 .ehd7unze li a {
    color: rgba(255, 255, 255, 0.82) !important;
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  }
}
@media (max-width: 640px) {
  .ox504zr .dik12ki {
    padding: 5px 10px;
  }
  .ox504zr .ehd7unze {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    border-radius: 18px 18px 0 0;
    border-top: 1px solid var(--border);
    border-left: none;
    border-right: none;
    padding: 20px 0 28px;
    transform: translateY(110%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
    box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.2);
  }
  .ox504zr .ehd7unze::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--border);
    border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ox504zr .ehd7unze.b1qy {
    transform: translateY(0);
  }
  .ox504zr .ehd7unze li a {
    text-align: center;
    border-bottom: none;
    padding: 13px 28px;
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .p8cus3q .dik12ki {
    padding: 5px 10px;
  }
  .p8cus3q .ehd7unze {
    display: flex !important;
    position: fixed;
    inset: 0;
    background: color-mix(in srgb, var(--bg-surface) 96%, transparent);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: none;
    border-radius: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 900;
  }
  .p8cus3q .ehd7unze.b1qy {
    opacity: 1;
    pointer-events: auto;
  }
  .p8cus3q .ehd7unze li a {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: none;
    padding: 14px 48px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .e8y6 .dik12ki {
    border-radius: 0 !important;
  }
  .ebqqs9q .dik12ki {
    border-radius: 8px !important;
  }
  .vqtr .dik12ki {
    border-radius: 50% !important;
  }
  .liju .dik12ki {
    border-radius: 999px !important;
  }
}
@media (max-width: 640px) {
  .kfkfr .ftx0vo {
    flex-direction: column;
    align-items: stretch;
  }
  .kfkfr .sbzqmvy {
    flex-direction: row;
    min-width: auto;
  }
  .kfkfr .ibb3cvu {
    align-items: flex-start;
    text-align: left;
  }
}
.dvabm,
.dvabm.ygam,
.swdxd .dvabm,
.bn6xm5 .dvabm,
.uf36kpxk .dvabm,
.dz6pwo .dvabm {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.uhte {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.o02ypz {
  flex: 1 1 280px;
  min-width: 0;
}
.mbilsi {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.a2f7xc {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.md4p {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition:
    transform 0.15s,
    opacity 0.2s;
  white-space: nowrap;
}
.md4p:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.e4n3 .uhte {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.e4n3 .mbilsi {
  color: var(--cta);
}
.e4n3 .a2f7xc {
  color: var(--text-body);
}
.e4n3 .md4p {
  background: var(--cta) !important;
  color: #fff !important;
}
.yt55g .uhte {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.yt55g .mbilsi {
  color: var(--text-primary);
}
.yt55g .a2f7xc {
  color: var(--text-body);
}
.yt55g .md4p {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .uhte {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .o02ypz {
    flex: 0 0 auto;
  }
  .mbilsi {
    font-size: 1.2rem;
  }
  .md4p {
    width: 100%;
    text-align: center;
    padding: 14px 28px !important;
  }
}
.a25sr4c .xdrbz {
  height: 36px;
}
.r38xc .xdrbz {
  height: 60px;
  max-width: 200px;
}
.ab2dd .xdrbz {
  height: 56px;
  max-width: 180px;
}
.wvh9t5vo .zsakx,
.wvh9t5vo .t7aq1x {
  color: var(--text-muted);
  opacity: 0.7;
  letter-spacing: 2px;
}
.ep26icr .rdst {
  background: var(--accent-bg);
  border-radius: 6px;
  padding: 2px 8px;
}
@media (min-width: 720px) {
  .k1cpdzd .rcrmfp4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px;
    counter-reset: cs-rank;
    align-items: start;
  }
  .k1cpdzd .tz63v {
    margin-bottom: 0;
    justify-content: flex-start;
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .k1cpdzd .tz63v {
    padding: 40px 16px 20px;
  }
  .k1cpdzd .rdst {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
  }
  .k1cpdzd .sytjx06a {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 820px) {
  .zsdvqcl0 .tz63v {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 16px 18px;
    gap: 14px;
  }
  .zsdvqcl0 .tz63v::before {
    position: absolute;
    top: 14px;
    left: 14px;
  }
  .zsdvqcl0 .z2hc7j {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
    width: 100%;
  }
  .zsdvqcl0 .s2ftx7hx {
    white-space: normal;
    text-align: center;
    font-size: 1.2rem;
  }
  .zsdvqcl0 .rdst {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
    flex-basis: auto;
  }
  .zsdvqcl0 .sytjx06a {
    width: 100%;
    min-width: 0;
  }
  .zsdvqcl0 .zsakx {
    min-width: 0;
  }
}
.aibfvqm8 .yw6kh3 {
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
  overflow: visible;
}
.aibfvqm8 .yw6kh3 summary {
  padding: 16px 2px;
  color: var(--text-primary);
  font-size: 0.98rem;
}
.aibfvqm8 .yw6kh3 p {
  padding: 0 2px 16px;
}
.xt3ai .yw6kh3 {
  background: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 12px;
}
.xt3ai .yw6kh3 summary {
  background: var(--accent-bg);
  border-radius: 100px;
  padding: 10px 22px;
  color: var(--accent-light);
  font-weight: 700;
}
.xt3ai .yw6kh3 summary::after {
  content: "›";
  font-size: 1.2em;
}
.xt3ai .yw6kh3[open] summary::after {
  content: "‹";
}
.xt3ai .yw6kh3 p {
  padding: 10px 22px 4px;
}
.gfndqt .yw6kh3 {
  background: var(--bg-card);
  border-radius: 0;
  border-left: 3px solid var(--accent);
  overflow: hidden;
  margin-bottom: 10px;
}
.gfndqt .yw6kh3 summary {
  color: var(--text-primary);
  padding-left: 16px;
}
.gfndqt .yw6kh3 summary::after {
  content: "›";
  font-size: 1.1em;
}
.gfndqt .yw6kh3[open] summary::after {
  content: "‹";
}
.gfndqt .yw6kh3 p {
  padding-left: 16px;
}
.w0qk .eiaoswh {
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}
.w0qk .yw6kh3 {
  background: var(--bg-card);
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.w0qk .yw6kh3:last-child {
  border-bottom: none;
}
.w0qk .yw6kh3 summary {
  color: var(--text-primary);
  border-radius: 0;
}
.w0qk .yw6kh3 summary::after {
  content: "›";
  font-size: 1.1em;
}
.w0qk .yw6kh3[open] summary::after {
  content: "‹";
}
.bf1gvr .yw6kh3 {
  overflow: hidden;
}
.bf1gvr .yw6kh3 summary {
  background: var(--accent);
  color: #fff;
  border-radius: 0;
}
.bf1gvr .yw6kh3 summary::after {
  color: rgba(255, 255, 255, 0.75);
}
.bf1gvr .yw6kh3[open] summary {
  border-radius: 0;
}
.tcz89a0q {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.g2ay {
  text-align: center;
  padding: 48px 0 36px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 44px;
}
.m54f03 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.uf2kui {
  color: var(--text-muted);
  font-size: 1.05rem;
}
.kwpwa {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
  max-width: 680px;
}
.zpzgsc {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 32px;
}
.r37i1f {
  margin-bottom: 20px;
}
.r8jlc37 {
  display: block;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.y5s0 {
  width: 100%;
  background: var(--bg-page);
  border: 1px solid var(--border-alt);
  border-radius: 8px;
  padding: 10px 14px;
  color: var(--text-primary);
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s;
  box-sizing: border-box;
}
.y5s0:focus {
  border-color: var(--accent-light);
  box-shadow: 0 0 0 2px var(--accent-bg);
}
.he6tqt {
  resize: vertical;
  min-height: 130px;
}
.mzy6sm0s {
  width: 100%;
  margin-top: 8px;
}
.tnz49 {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.l2gityt {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 14px;
}
.s3ib {
  color: var(--text-muted);
  line-height: 1.75;
}
.o9iv4uy {
  color: var(--text-muted);
  line-height: 1.75;
  padding-left: 1.4em;
}
.o9iv4uy li {
  margin-bottom: 6px;
}
.z2ng {
  max-width: 760px;
  margin: 0 auto;
}
.cgggwn {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 36px;
}
.t25f {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.t25f:last-child {
  border-bottom: none;
}
.t25f h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 12px;
}
.t25f p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.orymlo8u {
  max-width: 760px;
  margin: 0 auto;
}
.ny4dsb {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.ny4dsb:last-child {
  border-bottom: none;
}
.kmf7wkla {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.ny4dsb p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.ny4dsb ul.o9iv4uy {
  margin: 0;
}
.zqtfwz4 .kmf7wkla {
  margin: 0;
  font-size: 1rem;
}
@media (max-width: 640px) {
  .zqtfwz4 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.ugd3 .kmf7wkla {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
}
.fe186 .o9iv4uy {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .m15rp {
    grid-template-columns: 1fr;
  }
}
.orz16 {
  display: inline-flex;
  align-items: center;
  gap: inherit;
  color: inherit;
  text-decoration: none;
}
.orz16:hover .gzu3 {
  color: var(--accent-light);
  text-decoration: underline;
}
.vz71a1i {
  color: inherit;
  text-decoration: none;
}
.vz71a1i:hover {
  color: var(--accent-light);
  text-decoration: underline;
}
.a9wj {
  display: inline-block;
  line-height: 0;
}
.xeunpc {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.iuio {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.iuio:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.itdwc2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 12px;
}
.iuio p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.iuio ul.o9iv4uy {
  margin: 0;
}
.bdou {
  color: var(--text-muted);
  line-height: 1.75;
}
.npzcxu6y .o9iv4uy,
.t82ae1 .o9iv4uy,
.yqery .o9iv4uy,
.rtti .o9iv4uy {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.npzcxu6y .iuio,
.t82ae1 .iuio {
  text-align: left;
}
.npzcxu6y .itdwc2,
.t82ae1 .itdwc2 {
  text-align: center;
}
.unla {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.rr4vnp91 {
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 14px;
  font-size: 1.02rem;
}
.qcmsik {
  font-size: 1.1rem;
}
.k7zh6vj {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0 0 6px;
}
.bqsv6 {
  margin-top: 12px;
}
.m0ahqoah {
  display: inline-block;
  color: var(--accent-light);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
.m0ahqoah:hover {
  border-bottom-color: var(--accent-light);
}
.b06gb {
  width: 140px;
  height: 140px;
  overflow: hidden;
  background: var(--bg-card);
  flex-shrink: 0;
  position: relative;
}
.b06gb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rqclpgg {
  width: 260px;
  height: 260px;
}
.fu93b {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  border-radius: 0;
}
.jjgo7ct {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.88rem;
}
.lijc {
  padding-left: 14px;
  position: relative;
  color: var(--text-primary);
  font-weight: 600;
}
.lijc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 2px;
  background: var(--accent);
}
@media (max-width: 640px) {
  .l1ujood3 {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
.tdjirke .k7zh6vj,
.tdjirke .rr4vnp91 {
  max-width: 640px;
}
.vsyxu {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
}
.hfvcxk {
  position: sticky;
  top: 96px;
  align-self: start;
}
.hfvcxk .unla {
  font-size: 1.6rem;
  margin-top: 18px;
}
.cjh5yqe .k7zh6vj {
  margin-bottom: 28px;
}
@media (max-width: 860px) {
  .vsyxu {
    grid-template-columns: 1fr;
  }
  .hfvcxk {
    position: static;
    text-align: center;
  }
}
.a6701z .b06gb {
  margin: 0 auto 18px;
}
.a6701z .jjgo7ct {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  .d2kcr {
    grid-template-columns: 1fr;
  }
}
.gndg5p .unla {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.rtti .o9iv4uy {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .gndg5p {
    flex-direction: column;
    text-align: center;
  }
  .mytp {
    grid-template-columns: 1fr;
  }
}
.mq5jmaqp .unla {
  font-size: 1.35rem;
  margin: 0 0 4px;
}
.mq5jmaqp .jjgo7ct {
  margin: 0;
}
.f5cejt .m54f03 {
  color: var(--accent-light);
}
.y5mrhre {
  text-align: left;
  border-bottom: none;
  border-left: 4px solid var(--accent);
  padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.y5mrhre .m54f03 {
  font-size: 2rem;
}
.y5mrhre .uf2kui {
  max-width: 680px;
}
.ttc8w .m54f03 {
  margin: 0;
  font-size: 1.8rem;
  flex-shrink: 0;
  max-width: 45%;
}
.ttc8w .uf2kui {
  margin: 0;
}
@media (max-width: 640px) {
  .ttc8w {
    flex-direction: column;
  }
}
.gn2huvp .m54f03 {
  color: var(--accent-light);
}
.f31u46j .m54f03 {
  color: #fff;
}
.f31u46j .uf2kui {
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 540px) {
  .m91g1 {
    grid-template-columns: 1fr;
  }
}
.shx7opk .y5s0 {
  border: none;
  border-bottom: 2px solid var(--border-alt);
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.shx7opk .y5s0:focus {
  border-bottom-color: var(--accent-light);
  box-shadow: none;
}
.vdmz71ss .y5s0 {
  background: var(--bg-raised);
  border-color: transparent;
}
.vdmz71ss .y5s0:focus {
  background: var(--bg-card);
  border-color: var(--accent-light);
}
.ce408b .y5s0 {
  border-radius: 100px;
  padding: 11px 20px;
}
.ce408b .he6tqt {
  border-radius: 14px;
}
.nfzqs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) {
  .nfzqs {
    grid-template-columns: 1fr;
  }
}
.f4dg {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 12px;
  padding: 22px 24px;
}
.f4dg h2 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 10px;
}
.f4dg p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  font-size: 0.9rem;
}
.ey6rp {
  color: var(--text-muted);
  line-height: 1.75;
  padding-left: 1.4em;
  margin: 0;
}
.ey6rp li {
  margin-bottom: 6px;
}
.pymc0 {
  display: none;
}
.pymc0:empty,
.wuo8rla:empty {
  display: none;
}
.u4qs {
  position: relative;
  overflow: visible;
}
.rrp010s .yspd6m0e,
.n1dir0 .yspd6m0e,
.lakzhp0 .yspd6m0e,
.nfh89q .yspd6m0e,
.l0zgb6 .yspd6m0e,
.i5og .yspd6m0e {
  display: block;
}
.n9aoi .g8sza8 {
  display: block;
}
.rrp010s .yspd6m0e,
.n1dir0 .yspd6m0e,
.lakzhp0 .yspd6m0e,
.nfh89q .yspd6m0e,
.l0zgb6 .yspd6m0e {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  width: auto;
  max-width: min(1100px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.rrp010s .yspd6m0e .wuo8rla,
.n1dir0 .yspd6m0e .wuo8rla,
.lakzhp0 .yspd6m0e .wuo8rla,
.nfh89q .yspd6m0e .wuo8rla,
.l0zgb6 .yspd6m0e .wuo8rla {
  margin: 0;
  font-size: 0.75rem;
  opacity: 1;
  color: #fff;
  background: color-mix(in srgb, var(--accent) 35%, rgba(0, 0, 0, 0.45));
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 5px 12px;
  border-radius: 6px;
  display: inline-flex;
  width: auto;
}
.rrp010s .yspd6m0e,
.n1dir0 .yspd6m0e {
  top: 12px;
}
.rrp010s .yspd6m0e .wuo8rla {
  margin-right: auto;
}
.n1dir0 .yspd6m0e .wuo8rla {
  margin-left: auto;
}
.n1dir0 .yspd6m0e {
  text-align: right;
}
.lakzhp0 .yspd6m0e,
.nfh89q .yspd6m0e {
  bottom: 12px;
}
.lakzhp0 .yspd6m0e .wuo8rla {
  margin-right: auto;
}
.nfh89q .yspd6m0e .wuo8rla {
  margin-left: auto;
}
.nfh89q .yspd6m0e {
  text-align: right;
}
.l0zgb6 .yspd6m0e {
  position: relative;
  margin-top: 16px;
}
.l0zgb6 .yspd6m0e .wuo8rla {
  margin: 0 auto;
}
.i5og .yspd6m0e {
  max-width: var(--content-mw, 1100px);
  margin: 0 auto;
  padding: 8px 24px;
}
.i5og .yspd6m0e .wuo8rla {
  margin: 0;
}
.i5og .rogm ~ .yspd6m0e,
.i5og .vbkup ~ .yspd6m0e {
  max-width: none;
  margin: 0;
  padding: 8px clamp(24px, calc(50vw - 476px), 96px);
}
.i5og .rogm ~ .yspd6m0e .wuo8rla,
.i5og .vbkup ~ .yspd6m0e .wuo8rla {
  justify-content: flex-start;
}
.rogm ~ .yspd6m0e,
.vbkup ~ .yspd6m0e {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 8px clamp(24px, calc(50vw - 476px), 96px) !important;
}
.rogm ~ .yspd6m0e .wuo8rla {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.vbkup ~ .yspd6m0e .wuo8rla {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.g8sza8 .wuo8rla {
  margin: 0 0 12px;
}
.wuo8rla {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 10px 0 16px;
}
.vfd96xg {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.gzu3 {
  font-weight: 600;
  color: var(--text-heading);
  opacity: 1;
}
.md4gnu .vfd96xg {
  display: none;
}
.nc7j .wuo8rla {
  background: var(--date-bg, var(--accent-bg));
  padding: 8px 14px;
  border-radius: var(--radius, 6px);
  gap: 8px 16px;
}
.myqx2hy .wuo8rla {
  font-size: 0.78rem;
  color: var(--text-faint);
  letter-spacing: 0.02em;
}
.tbflrbn {
  --date-bg: var(--accent-bg);
}
.sop8jh1 .yag1hb67::before {
  content: "";
}
.f5t0df {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: var(--content-width, 960px);
  margin: 32px auto 24px;
  padding: 20px 24px;
}
.m2qs8n9 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.r0r3crcl {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.yrnucm {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-body);
  opacity: 0.55;
}
.hobww {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-heading);
}
.v2pm {
  font-size: 0.85rem;
  color: var(--text-body);
  opacity: 0.8;
  line-height: 1.5;
  margin-top: 4px;
}
.crgb .f5t0df {
  background: var(--surface-alt);
  border-radius: var(--radius, 8px);
  border: 1px solid var(--border);
}
.cu4znsfd .f5t0df {
  border-top: 3px solid var(--accent);
  padding-top: 18px;
}
.bdcw2y .f5t0df {
  border-left: 3px solid var(--accent);
  border-radius: 0;
}
.wqldnzy .f5t0df {
  padding: 20px 0;
}
@media (max-width: 640px) {
  .f5t0df {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 16px;
  }
  .v2pm {
    max-width: 100%;
  }
}
.z13h .w619 {
  margin: 0;
}
@media (max-width: 560px) {
  .p8sgza {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.o9lhlp8 {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.o9lhlp8.qulo {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.w68z {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.w68z .qq8zdfv {
  position: absolute;
  top: 6px;
  right: 8px;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 !important;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: var(--text-primary, #111) !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  z-index: 2;
  transition: background 0.15s;
}
.w68z .qq8zdfv:hover {
  background: rgba(0, 0, 0, 0.12) !important;
}
.xxm7y {
  display: block;
  margin: 0 auto 16px;
  max-width: 240px;
  max-height: 88px;
  object-fit: contain;
}
.diok8z {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cta, #ff2349);
  font-weight: 700;
  margin-bottom: 6px;
}
.ya12x {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-primary, #111);
}
.w68z .sghkunz {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition:
    transform 0.15s,
    opacity 0.15s;
}
.w68z .sghkunz:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
@media (max-width: 480px) {
  .w68z {
    padding: 28px 18px 20px;
  }
  .ya12x {
    font-size: 1.2rem;
  }
  .xxm7y {
    max-width: 220px;
    max-height: 80px;
  }
}
.oh98 {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 96px;
  height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.oye0qoq {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.fksr .oh98 {
  border-radius: 50%;
}
.tnbw1ba .oh98 {
  border-radius: 6px;
}
.q2lmp .oh98 {
  border-radius: 22px;
}
.ypevb8k .uhte {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .oh98 {
    width: 80px;
    height: 80px;
    padding: 8px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.k4ek {
  margin: 28px 0 24px;
}
.k4ek .ygam {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.k4ek .c6hn {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.k4ek .uhte {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] {
  text-align: right;
}
[dir="rtl"] body {
  direction: rtl;
}
[dir="rtl"] .w7r0uuj {
  flex-direction: row-reverse;
}
[dir="rtl"] .ehd7unze {
  flex-direction: row-reverse;
}
[dir="rtl"] .a40w .r2ab4ph6 {
  right: auto;
  left: 32px;
}
[dir="rtl"] .ha0j .r2ab4ph6 {
  left: auto;
  right: 32px;
}
@media (max-width: 480px) {
  [dir="rtl"] .a40w .r2ab4ph6 {
    right: auto;
    left: 20px;
  }
  [dir="rtl"] .ha0j .r2ab4ph6 {
    left: auto;
    right: 20px;
  }
}
[dir="rtl"] .szov .oskliyr {
  float: right;
  margin: 0 0 16px 28px;
}
[dir="rtl"] .nzxi .oskliyr {
  float: left;
  margin: 0 28px 16px 0;
}
[dir="rtl"] ul,
[dir="rtl"] ol {
  padding-right: 1.2em;
  padding-left: 0;
}
[dir="rtl"] .jei1j,
[dir="rtl"] .dxxfe8f {
  padding-right: 1.2em;
  padding-left: 0;
}
[dir="rtl"] .ebz32f {
  border-left: none;
  border-right: 3px solid var(--c-pros);
  padding-left: 0;
  padding-right: 14px;
}
[dir="rtl"] .xf2v {
  border-left: none;
  border-right: 3px solid var(--c-cons);
  padding-left: 0;
  padding-right: 14px;
}
[dir="rtl"] .siwt {
  border-left: none !important;
  border-right: 4px solid currentColor;
  padding-left: 18px;
  padding-right: 18px;
}
[dir="rtl"] .uhte {
  direction: rtl;
}
[dir="rtl"] .oh98 {
  margin-right: 0;
  margin-left: 14px;
}
[dir="rtl"] .nqmvgzx6 {
  direction: rtl;
}
[dir="rtl"] .s50nou9q {
  direction: rtl;
}
[dir="rtl"] .hj98cgtk {
  padding-right: 1em;
  padding-left: 0;
}
[dir="rtl"] .ag2bf4vv .dxxfe8f,
[dir="rtl"] .z29ng .dxxfe8f,
[dir="rtl"] .i78nfgee .dxxfe8f,
[dir="rtl"] .inruxio .dxxfe8f {
  padding-left: 0;
  padding-right: 2.2em;
}
[dir="rtl"] .ag2bf4vv .dxxfe8f li::before,
[dir="rtl"] .z29ng .dxxfe8f li::before,
[dir="rtl"] .i78nfgee .dxxfe8f li::before,
[dir="rtl"] .inruxio .dxxfe8f li::before {
  left: auto;
  right: -2.2em;
}
[dir="rtl"] .cophd.ekfmce .nabv9y9,
[dir="rtl"] .cn17m9ga.ekfmce .nabv9y9,
[dir="rtl"] .kdpp.ekfmce .nabv9y9,
[dir="rtl"] .x48c.ekfmce .nabv9y9,
[dir="rtl"] .t1la.ekfmce .nabv9y9 {
  text-align: right;
}
[dir="rtl"] .rogm.ekfmce .rikkjae {
  align-items: flex-end;
  text-align: right;
}
[dir="rtl"] .c6hn,
[dir="rtl"] .g1jn2w,
[dir="rtl"] .ekexn,
[dir="rtl"] .upod3o7c,
[dir="rtl"] .nabv9y9 {
  text-align: right;
}
[dir="rtl"] .zpzgsc,
[dir="rtl"] .r8jlc37,
[dir="rtl"] .k7zh6vj,
[dir="rtl"] .y5s0,
[dir="rtl"] .he6tqt {
  text-align: right;
  direction: rtl;
}
[dir="rtl"] .ce408b .y5s0,
[dir="rtl"] .shx7opk .y5s0 {
  padding-right: 20px;
  padding-left: 20px;
}
:root {
  --accent: #8e5fb9;
  --brand: #8e5fb9;
  --brand-light: #a180c0;
  --brand-pale: #bfafce;
  --grad-start: #5a367b;
  --grad-end: #814db1;
  --accent-light: var(--brand-light);
  --accent-pale: var(--brand-pale);
  --cta: #e5a100;
  --cta-light: #f9c037;
  --cta-hover: #ffb70e;
  --bg-page: #0c0810;
  --bg-surface: #140d1b;
  --bg-card: #1c1225;
  --bg-card-inner: #24172f;
  --bg-raised: #2b1c39;
  --bg-hover: #332243;
  --border: #3e2851;
  --border-alt: #4d3365;
  --border-section: #3e2851;
  --text-primary: #e5e4e6;
  --text-muted: #a5a1a9;
  --text-body: #ccc9ce;
  --text-sub: #a5a1a9;
  --text-faint: #726d78;
  --text-dim: #59555d;
  --text-label: #8c8691;
  --text-value: #bfbcc2;
  --accent-bg: #1e1b21;
  --accent-bg-light: #2e2734;
  --bg-tip: #162623;
  --bg-warning: #272115;
  --bg-info: #161a26;
  --bg-pros: #162623;
  --bg-cons: #26161a;
  --c-pros: #8ee0cf;
  --c-cons: #e6899d;
  --c-pros-label: #66d5be;
  --c-tip-border: #4aceb3;
  --c-warn-border: #e8a430;
  --c-stars: var(--cta);
  --c-arrow: var(--cta);
  --c-tag-pay: #8ee0cf;
}
:root {
  --logo-bg-opacity: 77%;
}
body,
button,
input {
  font-family: "Russo One", sans-serif;
}
.wzh9ot .snkew37c {
  font-size: 0;
  width: 1.2rem;
  flex-shrink: 0;
}
.wzh9ot .snkew37c::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1;
}
.wzh9ot .ybud .snkew37c::before {
  content: "";
  color: var(--c-tip-border);
}
.wzh9ot .r8cntlq2 .snkew37c::before {
  content: "";
  color: var(--c-warn-border);
}
.wzh9ot .cy3n .snkew37c::before {
  content: "";
  color: #60a5fa;
}
.auch .wzh9ot .ybud .snkew37c::before {
  color: #10b981;
}
.auch .wzh9ot .r8cntlq2 .snkew37c::before {
  color: #f43f5e;
}
.auch .wzh9ot .cy3n .snkew37c::before {
  color: #a855f7;
}
.yns7 .wzh9ot .ybud .snkew37c::before {
  color: #eab308;
}
.yns7 .wzh9ot .r8cntlq2 .snkew37c::before {
  color: #ef4444;
}
.yns7 .wzh9ot .cy3n .snkew37c::before {
  color: #f97316;
}
.bdnoodf .wzh9ot .ybud .snkew37c::before {
  color: #38bdf8;
}
.bdnoodf .wzh9ot .r8cntlq2 .snkew37c::before {
  color: #818cf8;
}
.bdnoodf .wzh9ot .cy3n .snkew37c::before {
  color: #2dd4bf;
}
.hyka .wzh9ot .snkew37c::before {
  color: var(--accent-light) !important;
}
.m0q6 .rhi3 li::before,
.m0q6 .u5nw85ud li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.85em;
  line-height: 1;
  vertical-align: 0.05em;
}
.m0q6 .rhi3 li::before {
  content: "";
}
.m0q6 .u5nw85ud li::before {
  content: "";
}
.m0q6 .e3wafhfv::before,
.m0q6 .flbs::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.85em;
  margin-right: 5px;
  line-height: 1;
}
.m0q6 .e3wafhfv::before {
  content: "";
}
.m0q6 .flbs::before {
  content: "";
}
.y65puzl .i82igpy,
.y65puzl .rogm {
  min-height: 420px;
}
.pmog0xrh::before {
  content: "|";
  opacity: 0.3;
}
