:root {
  --color-accent: #b49202;
  --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;
}
.xl1tv {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.z30t {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.evnb {
  color: var(--accent-light);
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.b2sjku6i {
  height: 46px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  border-radius: 6px;
}
.qc5z {
  list-style: none;
  display: flex;
  column-gap: 20px;
  row-gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  --msep-color: var(--text-primary);
}
.qc5z a {
  color: var(--text-muted);
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}
.qc5z a:hover {
  color: var(--accent-light);
}
.rpqoi7c4 .y8o4mxam {
  border-radius: 14px;
}
.rpqoi7c4 .y8o4mxam li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rpqoi7c4 .y8o4mxam li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.kaq23 .y8o4mxam li + li {
  border-top: 1px dashed var(--border-alt);
}
@media (max-width: 640px) {
  .y8o4mxam {
    position: static;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0 0 4px 16px;
  }
  .bw17rb:hover .y8o4mxam,
  .bw17rb:focus-within .y8o4mxam {
    display: block;
  }
  .y8o4mxam li a {
    padding: 8px 16px;
    font-size: 0.88rem;
  }
}
.wituh {
  display: none;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.4rem;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}
.jv6rjicg {
  display: none;
}
@media (max-width: 640px) {
  .jv6rjicg {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 899;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .jv6rjicg.debqwy {
    display: block;
  }
}
@media (max-width: 640px) {
  .wituh {
    display: block;
  }
  .qc5z > li + li::before {
    display: none !important;
  }
  .qc5z {
    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;
  }
  .qc5z.debqwy {
    display: flex;
  }
  .qc5z li a {
    display: block;
    padding: 11px 24px;
    font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .qc5z li:last-child a {
    border-bottom: none;
  }
}
.ryns {
  min-height: 480px;
}
.ecupua {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.cfqux {
  font-size: 1.15rem;
  margin-bottom: 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.v5ke56 .cfqux {
  margin-left: 0;
  margin-right: 0;
}
.o85ho {
  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;
}
.dn1c .o85ho {
  margin-top: 24px;
}
.o85ho:hover {
  opacity: 0.88;
}
.mtqf0y {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-surface);
}
.xiqfu {
  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%
  );
}
.mtqf0y .rrqx7k {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  padding: 48px 24px;
}
.mtqf0y .ecupua {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.mtqf0y .cfqux {
  color: #e2e8f0;
}
.mtqf0y.e7lh .rrqx7k {
  text-align: center;
}
.mtqf0y.v5ke56 .rrqx7k {
  text-align: left;
}
.mxdtwp1 .rrqx7k {
  width: 100%;
  max-width: 1100px;
  padding: 24px 24px;
}
.mxdtwp1 .ecupua {
  color: var(--text-primary);
  text-shadow: none;
}
.mxdtwp1 .cfqux {
  color: var(--text-muted);
}
.mxdtwp1 .o85ho {
  margin-top: 16px;
}
.mxdtwp1,
.mxdtwp1.ryns {
  min-height: auto !important;
}
.mxdtwp1.e7lh .rrqx7k {
  text-align: center;
}
.mxdtwp1.v5ke56 .rrqx7k {
  text-align: left;
}
.mxdtwp1 ~ .hv8l28af {
  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;
}
.mxdtwp1 ~ .hv8l28af .cy0jqxep {
  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;
}
.jnwaz1 {
  background: linear-gradient(
    135deg,
    var(--accent) 0%,
    var(--accent-light) 100%
  );
}

@keyframes hg-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes hg-breathe {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.92;
  }
}
.oqz2jivo .jnwaz1,
.oqz2jivo .mtqf0y .xiqfu {
  overflow: hidden;
}
.oqz2jivo .jnwaz1::after,
.oqz2jivo .mtqf0y .xiqfu::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);
  }
}
.qejjv .mtqf0y .xiqfu {
  overflow: hidden;
}
.qejjv .mtqf0y .xiqfu::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;
}
.cj8s6q .jnwaz1,
.cj8s6q .mtqf0y .xiqfu {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.s8e9dc37 .mtqf0y .xiqfu {
  overflow: hidden;
}
.s8e9dc37 .mtqf0y .xiqfu::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;
}
.gzynwi .mtqf0y .xiqfu {
  animation: hg-breathe 10s ease-in-out infinite;
}
.jnwaz1 .xiqfu {
  background: none;
}
.jnwaz1 .ecupua {
  color: #fff;
}
.jnwaz1 .cfqux {
  color: rgba(255, 255, 255, 0.85);
}
.jnwaz1 .o85ho {
  background: #fff;
  color: var(--cta);
}
.jnwaz1 .o85ho:hover {
  opacity: 0.92;
}
.vabobv5 .ecupua {
  text-shadow: none;
  color: var(--text-primary);
}
.vabobv5 .cfqux {
  color: var(--text-muted);
}
body.jeg3sb8 .ecupua {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.s7g6i3q .ecupua {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ryns.jnwaz1 .ecupua,
section.jnwaz1 .ecupua {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) !important;
}
.vabobv5.v5ke56 .cmuaj272 {
  align-items: flex-start;
  text-align: left;
}
.ryns .s05rst3v {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.s05rst3v .sdqlcq.o1jurq9m {
  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;
}
.s05rst3v .sdqlcq.o1jurq9m:hover {
  opacity: 0.85;
}
.l2ib1sg .rrqx7k {
  padding-bottom: 24px;
}
.dn1c .rrqx7k {
  max-width: 1100px;
}
@media (max-width: 700px) {
  .vabobv5 {
    grid-template-columns: 1fr !important;
    grid-template-areas: "text" "media" !important;
  }

  .vabobv5:not(.onj1ux2) .bh4gc8ts {
    display: none !important;
  }
  .onj1ux2 .bh4gc8ts {
    padding: 16px;
  }
  .cmuaj272 {
    padding: 36px 24px;
  }
  .vabobv5 ~ .hv8l28af,
  .e4cg1tts ~ .hv8l28af {
    max-width: 100%;
    left: 0;
    right: 0;
    transform: none;
    padding: 0 24px;
  }
  .ryns,
  .vabobv5 {
    min-height: 320px !important;
  }
  .ecupua {
    font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important;
  }

  .sjup78,
  .oxv3dyhu,
  .x8l1aam {
    grid-template-columns: 1fr !important;
  }

  .l2ib1sg {
    display: flex !important;
    flex-direction: column !important;
  }
  .l2ib1sg .rrqx7k {
    display: contents;
  }
  .l2ib1sg .xiqfu {
    order: 0;
  }
  .l2ib1sg .ecupua {
    order: 1;
    padding: 32px 24px 0;
    margin-bottom: 12px;
  }
  .l2ib1sg .sjup78 {
    order: 2;
    padding: 0 16px 12px !important;
  }
  .l2ib1sg .cfqux {
    order: 3;
    padding: 0 24px 24px;
    margin: 0 auto;
  }

  .dn1c .rrqx7k {
    display: flex;
    flex-direction: column;
  }
  .dn1c .rrqx7k .ecupua {
    order: 1;
  }
  .dn1c .rrqx7k .x8l1aam {
    order: 2;
    margin: 8px 0 24px !important;
  }
  .dn1c .rrqx7k .cfqux {
    order: 3;
  }
  .dn1c .rrqx7k .o85ho {
    order: 4;
    align-self: center;
    margin-top: 0;
  }

  .vabobv5.onj1ux2 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .vabobv5.onj1ux2 .cmuaj272 {
    display: contents;
    padding: 0;
  }
  .vabobv5.onj1ux2 .cmuaj272 .ecupua {
    order: 1;
    padding: 32px 24px 0;
    margin-bottom: 0;
  }
  .vabobv5.onj1ux2 .bh4gc8ts {
    order: 2;
    padding: 12px 16px;
  }
  .vabobv5.onj1ux2 .cmuaj272 .cfqux {
    order: 3;
    padding: 0 24px;
    margin: 0 auto;
  }
  .vabobv5.onj1ux2 .cmuaj272 .o85ho {
    order: 4;
    align-self: center;
    margin: 8px 0 32px;
  }
}
.puu89 {
  position: relative;
  overflow: hidden;
  margin: 16px 0;
  line-height: 0;
}
.e67n {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.jj6ug .puu89 {
  border-radius: 16px;
}
.jj6ug .e67n {
  border-radius: 16px;
}
.vnyx2cc .puu89 {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
}
.vnyx2cc .e67n {
  border-radius: 8px;
}
.y5ly {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 32px;
}
.kla257f {
  width: 100%;
  padding: 32px 0;
  position: relative;
}
.zf6hm4 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px;
  position: relative;
  z-index: 1;
}
.d4oc .kla257f:nth-child(even) {
  background: var(--bg-surface);
}
.d4oc .kla257f:nth-child(odd) {
  background: var(--bg-page);
}
.y7fwpyrg .kla257f:nth-child(even) {
  background: var(--bg-card);
}
.y7fwpyrg .kla257f:nth-child(odd) {
  background: var(--bg-page);
}
.d4oc .kla257f:nth-child(odd) .zf6hm4 {
  background: var(--bg-card);
  border-radius: 6px;
}
.d4oc .kla257f:nth-child(even) .zf6hm4 {
  background: var(--bg-raised);
  border-radius: 6px;
}
.y7fwpyrg .kla257f:nth-child(odd) .zf6hm4 {
  background: var(--bg-card);
  border-radius: 6px;
}
.y7fwpyrg .kla257f:nth-child(even) .zf6hm4 {
  background: var(--bg-raised);
  border-radius: 6px;
}
.d4oc .kla257f:nth-child(even) .xd9f042 .uu6hu2g,
.y7fwpyrg .kla257f:nth-child(even) .xd9f042 .uu6hu2g {
  background: var(--bg-card);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.d4oc .kla257f:nth-child(odd) .xd9f042 .uu6hu2g,
.y7fwpyrg .kla257f:nth-child(odd) .xd9f042 .uu6hu2g {
  background: var(--bg-card-inner);
}
.d4oc .kla257f:nth-child(even) .vr8s39 .uu6hu2g:nth-child(odd),
.y7fwpyrg .kla257f:nth-child(even) .vr8s39 .uu6hu2g:nth-child(odd) {
  background: var(--bg-card);
}
.d4oc .kla257f:nth-child(even) .vr8s39 .uu6hu2g:nth-child(even),
.y7fwpyrg .kla257f:nth-child(even) .vr8s39 .uu6hu2g:nth-child(even) {
  background: var(--bg-card-inner);
}
h1.my6k {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 16px;
}
h2.my6k {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 16px;
}
h3.bge6lkhz {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.i4j5u h2.my6k {
  border-left: 4px solid var(--accent);
  padding-left: 14px;
}
.es4f8 h2.my6k {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 10px;
  display: inline-block;
}
.zulwofh8 h2.my6k {
  border-top: 3px solid var(--accent);
  padding-top: 12px;
  color: var(--text-primary);
}
.yi813t2k h2.my6k::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
}
.z6pf h2.my6k {
  color: var(--text-primary);
  font-size: 1.7rem;
}
.myoefj1 h2.my6k::before {
  content: "/";
  color: var(--accent-light);
  font-weight: 800;
  margin-right: 10px;
}
.l7kpck4 h2.my6k {
  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;
}
.lq1le {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .lq1le {
    display: none;
  }
}
.s17ids {
  font-size: inherit;
  color: var(--text-body);
  margin: 8px 0 16px;
}
.y0d73vu {
  font-size: inherit;
  color: var(--text-body);
  margin: 16px 0 0;
}
.vwdn38 {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 24px;
  margin: 28px 0;
}
.b412us1f {
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 12px;
  font-size: 1rem;
}
.xz26fe {
  padding-left: 20px;
}
.xz26fe li {
  margin-bottom: 6px;
}
.xz26fe a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
}
.xz26fe a:hover {
  color: var(--accent-light);
}
.vo0q .b412us1f {
  display: none;
}
.wzpztdwj .b412us1f {
  display: none;
}
.wzpztdwj .xz26fe {
  padding-left: 0;
  list-style: none;
}
.wzpztdwj .xz26fe li::before {
  content: "—";
  margin-right: 9px;
  color: var(--accent-light);
  opacity: 0.7;
}
.wzpztdwj .xz26fe a {
  font-size: 0.92rem;
}
.y6hz57 .vwdn38 {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 12px 0;
}
.y6hz57 .b412us1f {
  display: none;
}
.y6hz57 .xz26fe {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.y6hz57 .xz26fe li {
  margin-bottom: 0;
}
.y6hz57 .xz26fe 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;
}
.y6hz57 .xz26fe a:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent-light);
}
.fvyp .vwdn38 {
  padding: 20px 20px 16px;
}
.fvyp .xz26fe {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  counter-reset: toc-c;
}
.fvyp .xz26fe li {
  counter-increment: toc-c;
  margin-bottom: 0;
  display: flex;
}
.fvyp .xz26fe 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;
}
.fvyp .xz26fe 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;
}
.fvyp .xz26fe a:hover {
  color: var(--accent-light);
  border-color: var(--accent-light);
}
.fvyp .xz26fe a:focus,
.fvyp .xz26fe a:focus-visible,
.fvyp .xz26fe a:target {
  outline: none;
}
.fvyp .xz26fe li:target a {
  border-color: var(--border);
  color: var(--text-muted);
}
.rqbk .vwdn38 {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 8px 0;
  margin: 16px 0;
}
.rqbk .b412us1f {
  display: none;
}
.rqbk .xz26fe {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.rqbk .xz26fe li {
  margin-bottom: 0;
}
.rqbk .xz26fe li::after {
  content: ",";
  color: var(--text-muted);
  margin-right: 10px;
}
.rqbk .xz26fe li:last-child::after {
  content: "";
  margin-right: 0;
}
.rqbk .xz26fe a {
  font-size: 0.9rem;
}
.uu6hu2g {
  padding: 14px 20px 18px;
  margin-bottom: 12px;
  border-radius: 10px;
}
.xd9f042 .uu6hu2g {
  background: var(--bg-card);
}
.vr8s39 .uu6hu2g:nth-child(odd) {
  background: var(--bg-card);
}
.vr8s39 .uu6hu2g:nth-child(even) {
  background: var(--bg-raised);
}
.nw7u8kf0 .uu6hu2g {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.nw7u8kf0 .uu6hu2g:last-child {
  border-bottom: none;
}
.nw7u8kf0 h3.bge6lkhz {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
  display: inline-block;
}
.vrjzca .uu6hu2g {
  background: none;
  border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.vrjzca .uu6hu2g + .uu6hu2g {
  margin-top: 4px;
}
.qiaxcp .uu6hu2g {
  background: none;
  border-radius: 0;
  padding: 12px 0;
}
.qiaxcp .uu6hu2g + .uu6hu2g {
  border-top: 1px solid var(--border-section);
}
.mhem5 {
  color: var(--text-body);
  margin-bottom: 12px;
  font-size: inherit;
}
.xt3a {
  color: var(--text-body);
  margin-top: 12px;
  font-size: inherit;
}
.eels1 {
  color: var(--text-body);
  margin-bottom: 10px;
}
.ty43wmla,
.vhj7b {
  padding-left: 22px;
  color: var(--text-body);
  margin: 10px 0;
}
.ty43wmla li,
.vhj7b li {
  margin-bottom: 6px;
}
.vhj7b li {
  list-style: decimal;
}
.v5r1df .ty43wmla {
  list-style-type: "● ";
}
.scmfr .ty43wmla {
  list-style-type: "■ ";
}
.hnl7f3r .ty43wmla {
  list-style-type: "◆ ";
}
.oytl .ty43wmla {
  list-style-type: "★ ";
}
.v5r1df .ze1szm {
  list-style-type: "● ";
}
.scmfr .ze1szm {
  list-style-type: "■ ";
}
.hnl7f3r .ze1szm {
  list-style-type: "◆ ";
}
.oytl .ze1szm {
  list-style-type: "★ ";
}
.v5r1df .ty43wmla li::marker,
.v5r1df .ze1szm li::marker,
.scmfr .ty43wmla li::marker,
.scmfr .ze1szm li::marker,
.hnl7f3r .ty43wmla li::marker,
.hnl7f3r .ze1szm li::marker,
.oytl .ty43wmla li::marker,
.oytl .ze1szm li::marker {
  color: var(--cta);
  font-size: 1em;
}
.v5r1df .vhj7b,
.scmfr .vhj7b,
.hnl7f3r .vhj7b,
.oytl .vhj7b {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.v5r1df .vhj7b li,
.scmfr .vhj7b li,
.hnl7f3r .vhj7b li,
.oytl .vhj7b li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.v5r1df .vhj7b li::before,
.scmfr .vhj7b li::before,
.hnl7f3r .vhj7b li::before,
.oytl .vhj7b 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;
}
.v5r1df .vhj7b li::before {
  border-radius: 50%;
}
.scmfr .vhj7b li::before {
  border-radius: 3px;
}
.hnl7f3r .vhj7b li::before {
  border-radius: 3px;
}
.oytl .vhj7b li::before {
  border-radius: 50%;
}
.x4acbnt8 {
  overflow-x: auto;
  margin: 12px 0;
  background: var(--accent-bg);
  border-radius: 10px;
  border: 1px solid var(--border-alt);
}
.jsggu .x4acbnt8,
.nm1wzepo .x4acbnt8 {
  background: transparent;
  border: none;
  border-radius: 0;
}
.suyt {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.suyt th {
  background: var(--bg-raised);
  color: var(--accent-light);
  padding: 8px 12px;
  text-align: left;
  font-weight: 600;
}
.suyt td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--border-alt);
  color: var(--text-body);
}
.suyt tr:hover td {
  background: var(--bg-hover);
}
.wrgwc .suyt tbody tr:nth-child(even) td {
  background: var(--bg-surface);
}
.e4xtkue1 .suyt {
  border: 1px solid var(--border-alt);
}
.e4xtkue1 .suyt th,
.e4xtkue1 .suyt td {
  border: 1px solid var(--border-alt);
}
.o0vg90 .suyt th {
  background: transparent;
  color: var(--accent-light);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
}
.o0vg90 .suyt td {
  border-bottom: none;
}
.o0vg90 .suyt tr:not(:last-child) td {
  border-bottom: 1px solid var(--border-alt);
}
.s5un2c9 .suyt th {
  background: var(--cta);
  color: #fff;
  letter-spacing: 0.03em;
}
.a3hsxrn .x4acbnt8 {
  overflow: hidden;
}
.a3hsxrn .suyt th {
  border-bottom: 1px solid var(--border-alt);
}
.a3hsxrn .suyt tr:last-child td {
  border-bottom: none;
}
.l1lyxi {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin: 12px 0;
}
.roht5tel {
  background: var(--bg-card-inner);
  border-radius: 8px;
  overflow: hidden;
}
.ja54fz2 {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  padding: 8px;
}
.j8h0 {
  background: var(--accent-bg-light);
  color: var(--accent-light);
  font-weight: 700;
  padding: 10px 14px;
  font-size: 0.9rem;
}
.duvzm {
  padding: 10px 14px 4px;
  font-size: 0.88rem;
  color: var(--text-sub);
}
.ze1szm {
  padding: 4px 14px 12px 28px;
  font-size: 0.82rem;
  color: var(--text-muted);
}
.ze1szm li {
  margin-bottom: 3px;
}
[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%;
}
.ulwpxk .j8h0 {
  background: transparent;
  text-align: center;
}
.dj34i7k .ja54fz2 {
  margin: 10px 10px 0;
  width: calc(100% - 20px);
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.czmnw .ja54fz2 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  margin: 16px auto 4px;
  display: block;
  border: 3px solid var(--accent-bg);
}
.p45qwmdi .roht5tel {
  display: grid;
  grid-template-columns: auto 1fr;
}
.p45qwmdi .ja54fz2 {
  grid-column: 1;
  grid-row: 1;
  width: 88px;
  height: 88px;
  aspect-ratio: 1/1;
  object-fit: cover;
  align-self: center;
}
.p45qwmdi .j8h0 {
  grid-column: 2;
}
.p45qwmdi .duvzm,
.p45qwmdi .ze1szm {
  grid-column: 1 / -1;
}
.mjxltgt .roht5tel {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
.mjxltgt .ja54fz2 {
  grid-column: 1;
  grid-row: 1;
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  margin: 14px 12px;
  border: 2px solid var(--accent-pale);
}
.mjxltgt .j8h0 {
  grid-column: 2;
}
.mjxltgt .duvzm,
.mjxltgt .ze1szm {
  grid-column: 1 / -1;
}
.pz9aqe3l .roht5tel {
  border: 1px solid var(--border);
  border-left: 2px solid var(--accent);
}
.pz9aqe3l .j8h0 {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.v0th0 .roht5tel {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.v0th0 .j8h0 {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.gc56epa .roht5tel {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
}
.gc56epa .roht5tel:last-child {
  border-bottom: none;
}
.gc56epa .j8h0 {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.jdb6hetn .roht5tel {
  border: 1px solid var(--border);
  border-top: 3px solid var(--accent);
}
.jdb6hetn .j8h0 {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
  padding-top: 13px;
}
.fml7g0qp .l1lyxi {
  counter-reset: card-n;
}
.fml7g0qp .roht5tel {
  counter-increment: card-n;
}
.fml7g0qp .j8h0 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fml7g0qp .j8h0::before {
  content: counter(card-n);
  flex-shrink: 0;
  min-width: 26px;
  height: 26px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 700;
}
.lj95zdu6 .roht5tel {
  background: var(--bg-surface);
  border: 1px solid var(--border);
}
.lj95zdu6 .j8h0 {
  background: none;
  color: var(--text-main);
  font-weight: 700;
  border-bottom: 1px solid var(--border);
}
.m6r1 {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 10px 0;
}
.oap30 {
  background: var(--bg-tip);
  border-left: 4px solid var(--c-tip-border);
}
.nfeok {
  background: var(--bg-warning);
  border-left: 4px solid var(--c-warn-border);
}
.v2b7 {
  background: var(--bg-info);
  border-left: 4px solid #60a5fa;
}
.yzm3v8 {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.m6r1 strong {
  color: var(--text-primary);
  font-size: 0.95rem;
}
.m6r1 p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 4px;
}
.guoyy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 10px 0;
}
.h3pg1o99,
.edpk1o {
  border-radius: 8px;
  padding: 14px;
}
.h3pg1o99 {
  background: var(--bg-pros);
}
.edpk1o {
  background: var(--bg-cons);
}
.y3kz {
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 8px;
}
.h3pg1o99 .y3kz {
  color: var(--c-pros-label);
}
.edpk1o .y3kz {
  color: #f87171;
}
.h3pg1o99 ul li {
  color: var(--c-pros);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.edpk1o ul li {
  color: var(--c-cons);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.e67n {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.o1jurq9m {
  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;
}
.o1jurq9m:hover {
  opacity: 0.85;
}
.bx2rm96i .o1jurq9m {
  background: transparent;
  border: 2px solid var(--cta);
  color: var(--cta-light);
}
.bx2rm96i .o1jurq9m:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.x0fr07 .o1jurq9m {
  background: var(--accent-bg);
  border: 1px solid var(--cta);
  color: var(--cta-light);
}
.x0fr07 .o1jurq9m:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.r7y1 .o85ho {
  border-radius: 50px;
}
.r7y1 .o1jurq9m {
  border-radius: 50px;
}
.ef0eo .o85ho {
  padding-left: 22px;
  padding-right: 22px;
}
.ef0eo .o1jurq9m {
  padding-left: 12px;
  padding-right: 12px;
}
.atdbee0 .o85ho {
  padding-left: 44px;
  padding-right: 44px;
}
.atdbee0 .o1jurq9m {
  padding-left: 24px;
  padding-right: 24px;
}
.kf6tj956 .o85ho {
  padding-left: 56px;
  padding-right: 56px;
}
.kf6tj956 .o1jurq9m {
  padding-left: 32px;
  padding-right: 32px;
}
.w841dne .o85ho::after,
.w841dne .o1jurq9m::after,
.ufud1 .o85ho::after,
.ufud1 .o1jurq9m::after,
.ymtpp7oq .o85ho::after,
.ymtpp7oq .o1jurq9m::after,
.qzl9n1 .o85ho::after,
.qzl9n1 .o1jurq9m::after,
.egrxrt .o85ho::after,
.egrxrt .o1jurq9m::after,
.b9a8l .o85ho::after,
.b9a8l .o1jurq9m::after,
.pjslloh .o85ho::after,
.pjslloh .o1jurq9m::after,
.iwmse2 .o85ho::after,
.iwmse2 .o1jurq9m::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;
}
.w841dne .o85ho::after,
.w841dne .o1jurq9m::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");
}
.ufud1 .o85ho::after,
.ufud1 .o1jurq9m::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");
}
.ymtpp7oq .o85ho::after,
.ymtpp7oq .o1jurq9m::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");
}
.qzl9n1 .o85ho::after,
.qzl9n1 .o1jurq9m::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");
}
.egrxrt .o85ho::after,
.egrxrt .o1jurq9m::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");
}
.b9a8l .o85ho::after,
.b9a8l .o1jurq9m::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");
}
.pjslloh .o85ho::after,
.pjslloh .o1jurq9m::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");
}
.iwmse2 .o85ho::after,
.iwmse2 .o1jurq9m::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");
}
.qs486yed .odif::after,
.qs486yed .tcb4xsie::after,
.p2qu8t9 .odif::after,
.p2qu8t9 .tcb4xsie::after,
.ogo5xnz8 .odif::after,
.ogo5xnz8 .tcb4xsie::after,
.aixbl7w .odif::after,
.aixbl7w .tcb4xsie::after,
.vtu9 .odif::after,
.vtu9 .tcb4xsie::after,
.hl9ku .odif::after,
.hl9ku .tcb4xsie::after,
.zw8dho0 .odif::after,
.zw8dho0 .tcb4xsie::after,
.lrwjgpk .odif::after,
.lrwjgpk .tcb4xsie::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;
}
.qs486yed .odif::after,
.qs486yed .tcb4xsie::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");
}
.p2qu8t9 .odif::after,
.p2qu8t9 .tcb4xsie::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");
}
.ogo5xnz8 .odif::after,
.ogo5xnz8 .tcb4xsie::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");
}
.aixbl7w .odif::after,
.aixbl7w .tcb4xsie::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");
}
.vtu9 .odif::after,
.vtu9 .tcb4xsie::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");
}
.hl9ku .odif::after,
.hl9ku .tcb4xsie::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");
}
.zw8dho0 .odif::after,
.zw8dho0 .tcb4xsie::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");
}
.lrwjgpk .odif::after,
.lrwjgpk .tcb4xsie::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");
}
.v1qpsx .wv9t9 {
  background: transparent;
  padding: 0;
}
.sdqlcq.o1jurq9m {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .v91n3a {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .v91n3a::before {
    grid-area: rank;
  }
  .gpdx {
    grid-area: ident;
  }
  .hxm622 {
    grid-area: rating;
    min-width: 0;
    width: auto;
  }
  .yv9r {
    grid-area: pills;
  }
  .sdqlcq {
    grid-area: cta;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .v91n3a {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center;
    padding: 16px;
  }
  .v91n3a::before {
    justify-self: center;
  }
  .gpdx {
    width: 100%;
  }
  .hxm622 {
    justify-self: center;
  }
  .yv9r {
    grid-template-columns: 1fr;
  }
}
.kvi500 .khxew li::before {
  content: "→";
}
.kvi500 .jfjh3yf li::before {
  content: "–";
}
.czsv1 .qsnjdqu {
  border-top-width: 4px !important;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 860px) {
  .aluta0c .jlp4r7r {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
  .aluta0c .ul94le {
    margin: 0;
  }
}
.nm1wzepo .guoyy {
  gap: 10px;
}
.nm1wzepo .h3pg1o99,
.nm1wzepo .edpk1o {
  padding: 12px;
}
.nm1wzepo .h3pg1o99 ul,
.nm1wzepo .edpk1o ul {
  margin: 4px 0 0;
  padding-left: 18px;
}
.nm1wzepo .h3pg1o99 li,
.nm1wzepo .edpk1o li {
  font-size: 0.85rem;
  margin-bottom: 3px;
}
@media (max-width: 720px) {
  .dx86tfk {
    grid-template-columns: 1fr;
  }
  .b4xzm {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
    padding: 16px;
  }
  .b4xzm .i8sw {
    width: 72px;
    height: 50px;
  }
  .b4xzm .pvhhqrd {
    max-width: 180px;
  }
  .b4xzm .hh47u5o {
    width: auto;
  }
}
@media (max-width: 720px) {
  .uxgzxi7 {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 16px;
  }
  .k2kn6zc5 {
    padding: 16px;
  }
  .lfl3 .unnf {
    min-width: 50%;
  }
}
.otilx .guoyy {
  grid-template-columns: 1fr;
}
@media (max-width: 860px) {
  .b54yru0g {
    grid-template-columns: 1fr;
  }
  .jqpoogqc {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .zh5m1 {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
}
@media (max-width: 540px) {
  .uvdtffr6 {
    flex-wrap: wrap;
    padding: 16px;
  }
}
.puxqp .guoyy {
  gap: 8px;
}
.puxqp .h3pg1o99,
.puxqp .edpk1o {
  padding: 8px;
}
@media (max-width: 480px) {
  .c4ki {
    flex-direction: column;
    align-items: stretch;
  }
}
.fqro .hh47u5o .o1jurq9m {
  padding: 8px 20px;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .hxiyj5 {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .fqro .hh47u5o {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .e2cm3n {
    grid-template-columns: 1fr;
  }
  .u9sv {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .agt95kj {
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 16px;
  }
}
@media (max-width: 720px) {
  .f628s01 {
    grid-template-columns: 1fr;
  }
  .xde95 {
    width: 100px;
    height: 100px;
    margin: 16px auto;
  }
  .hove {
    font-size: 1.4rem;
  }
  .boye06 {
    justify-content: center;
  }
  .kckg1 .unnf {
    min-width: 50%;
  }
}
.k64ma .guoyy {
  margin: 0 24px;
  padding-top: 16px;
}
@media (max-width: 540px) {
  .uov22 {
    flex-wrap: wrap;
    padding: 14px 16px;
  }
  .ekzasyj {
    padding: 12px 16px;
  }
  .k64ma .guoyy {
    margin: 0 16px;
  }
  .k64ma .e1akl5w {
    padding: 0 16px;
  }
  .zry7a {
    padding: 12px 16px;
  }
}
.srj1kd .v91n3a {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.xx2y .yv9r .to2tl {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.zmrp9 {
  margin: 16px 0;
}
.i0jpc {
  background: var(--bg-card);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.i0jpc summary {
  padding: 14px 18px;
  font-weight: 600;
  color: var(--accent-pale);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.i0jpc summary::after {
  content: "+";
  color: var(--accent-light);
}
.i0jpc[open] summary::after {
  content: "−";
}
.i0jpc p {
  padding: 0 18px 14px;
  color: var(--text-body);
  font-size: 0.95rem;
}
.kla257f {
  margin-bottom: 0;
}
.pmkb h2.my6k {
  color: var(--text-primary);
  border-color: var(--accent-light);
}
.myr87 h2.my6k {
  color: var(--text-primary);
  border-color: var(--accent-light);
}
.n1la1 .oap30 {
  background: #052e16;
  border-color: #10b981;
}
.n1la1 .nfeok {
  background: #2d0a1e;
  border-color: #f43f5e;
}
.n1la1 .v2b7 {
  background: #1e1036;
  border-color: #a855f7;
}
.n1la1 .m6r1 strong {
  color: #f1f5f9;
}
.n1la1 .m6r1 p {
  color: #cbd5e1;
}
.n1la1 .tw7zwx3f .oap30 .yzm3v8::before,
.n1la1 .pfp5jw4 .oap30 .yzm3v8::before,
.n1la1 .xt9uv1ga .oap30 .yzm3v8::before,
.n1la1 .gce9g .oap30 .yzm3v8::before {
  color: #10b981;
}
.n1la1 .tw7zwx3f .nfeok .yzm3v8::before,
.n1la1 .pfp5jw4 .nfeok .yzm3v8::before,
.n1la1 .xt9uv1ga .nfeok .yzm3v8::before,
.n1la1 .gce9g .nfeok .yzm3v8::before {
  color: #f43f5e;
}
.n1la1 .tw7zwx3f .v2b7 .yzm3v8::before,
.n1la1 .pfp5jw4 .v2b7 .yzm3v8::before,
.n1la1 .xt9uv1ga .v2b7 .yzm3v8::before,
.n1la1 .gce9g .v2b7 .yzm3v8::before {
  color: #a855f7;
}
.iqdsrkn0 .oap30 {
  background: #2d2000;
  border-color: #eab308;
}
.iqdsrkn0 .nfeok {
  background: #2d0b0b;
  border-color: #ef4444;
}
.iqdsrkn0 .v2b7 {
  background: #2d1600;
  border-color: #f97316;
}
.iqdsrkn0 .m6r1 strong {
  color: #f1f5f9;
}
.iqdsrkn0 .m6r1 p {
  color: #cbd5e1;
}
.iqdsrkn0 .tw7zwx3f .oap30 .yzm3v8::before,
.iqdsrkn0 .pfp5jw4 .oap30 .yzm3v8::before,
.iqdsrkn0 .xt9uv1ga .oap30 .yzm3v8::before,
.iqdsrkn0 .gce9g .oap30 .yzm3v8::before {
  color: #eab308;
}
.iqdsrkn0 .tw7zwx3f .nfeok .yzm3v8::before,
.iqdsrkn0 .pfp5jw4 .nfeok .yzm3v8::before,
.iqdsrkn0 .xt9uv1ga .nfeok .yzm3v8::before,
.iqdsrkn0 .gce9g .nfeok .yzm3v8::before {
  color: #ef4444;
}
.iqdsrkn0 .tw7zwx3f .v2b7 .yzm3v8::before,
.iqdsrkn0 .pfp5jw4 .v2b7 .yzm3v8::before,
.iqdsrkn0 .xt9uv1ga .v2b7 .yzm3v8::before,
.iqdsrkn0 .gce9g .v2b7 .yzm3v8::before {
  color: #f97316;
}
.qowjuvqd .oap30 {
  background: #0c1a2e;
  border-color: #38bdf8;
}
.qowjuvqd .nfeok {
  background: #12103a;
  border-color: #818cf8;
}
.qowjuvqd .v2b7 {
  background: #0a2020;
  border-color: #2dd4bf;
}
.qowjuvqd .m6r1 strong {
  color: #f1f5f9;
}
.qowjuvqd .m6r1 p {
  color: #cbd5e1;
}
.qowjuvqd .tw7zwx3f .oap30 .yzm3v8::before,
.qowjuvqd .pfp5jw4 .oap30 .yzm3v8::before,
.qowjuvqd .xt9uv1ga .oap30 .yzm3v8::before,
.qowjuvqd .gce9g .oap30 .yzm3v8::before {
  color: #38bdf8;
}
.qowjuvqd .tw7zwx3f .nfeok .yzm3v8::before,
.qowjuvqd .pfp5jw4 .nfeok .yzm3v8::before,
.qowjuvqd .xt9uv1ga .nfeok .yzm3v8::before,
.qowjuvqd .gce9g .nfeok .yzm3v8::before {
  color: #818cf8;
}
.qowjuvqd .tw7zwx3f .v2b7 .yzm3v8::before,
.qowjuvqd .pfp5jw4 .v2b7 .yzm3v8::before,
.qowjuvqd .xt9uv1ga .v2b7 .yzm3v8::before,
.qowjuvqd .gce9g .v2b7 .yzm3v8::before {
  color: #2dd4bf;
}
.kuxalb .oap30 {
  background: var(--accent-bg);
  border-color: var(--accent-light);
}
.kuxalb .nfeok {
  background: var(--accent-bg-light);
  border-color: var(--accent-light);
}
.kuxalb .v2b7 {
  background: var(--accent-bg);
  border-color: var(--accent-pale);
}
.kuxalb .tw7zwx3f .yzm3v8::before,
.kuxalb .pfp5jw4 .yzm3v8::before,
.kuxalb .xt9uv1ga .yzm3v8::before,
.kuxalb .gce9g .yzm3v8::before {
  color: var(--accent-light) !important;
}
.njffev::before,
.l2ekv29::before {
  margin-right: 5px;
}
.vpipbpbc .h3pg1o99 ul li,
.vpipbpbc .h3pg1o99 .njffev {
  color: #22c55e;
}
.vpipbpbc .edpk1o ul li,
.vpipbpbc .edpk1o .l2ekv29 {
  color: #ef4444;
}
.ycho1h .h3pg1o99 {
  background: var(--bg-pros);
}
.ycho1h .edpk1o {
  background: var(--bg-cons);
}
.ycho1h .h3pg1o99 .njffev {
  color: var(--c-pros-label);
}
.ycho1h .edpk1o .l2ekv29 {
  color: var(--c-cons);
}
.ycho1h .h3pg1o99 ul li,
.ycho1h .khxew li {
  color: var(--c-pros);
}
.ycho1h .edpk1o ul li,
.ycho1h .jfjh3yf li {
  color: var(--c-cons);
}
.qdupyh .h3pg1o99 {
  background: var(--bg-pros);
}
.qdupyh .edpk1o {
  background: var(--bg-cons);
}
.qdupyh .h3pg1o99 .njffev {
  color: var(--c-pros-label);
}
.qdupyh .edpk1o .l2ekv29 {
  color: var(--c-cons);
}
.qdupyh .h3pg1o99 ul li,
.qdupyh .edpk1o ul li,
.m7y82i4 .njffev::before {
  content: "✓ ";
}
.m7y82i4 .l2ekv29::before {
  content: "✗ ";
}
.kvi500 .njffev::before {
  content: "→ ";
}
.kvi500 .l2ekv29::before {
  content: "← ";
}
.iolm .njffev::before {
  content: "★ ";
}
.iolm .l2ekv29::before {
  content: "✕ ";
}
.o0ox .njffev::before {
  content: "◆ ";
}
.o0ox .l2ekv29::before {
  content: "▲ ";
}
.dt3d4 .m6r1 {
  background: transparent;
  border-left: none;
  border: 1.5px solid;
}
.dt3d4 .oap30 {
  border-color: var(--c-tip-border);
}
.dt3d4 .nfeok {
  border-color: var(--c-warn-border);
}
.dt3d4 .v2b7 {
  border-color: #60a5fa;
}
.dt3d4 .m6r1 strong {
  color: var(--text-primary);
}
.dt3d4 .m6r1 p {
  color: var(--text-muted);
}
.czsv1 .m6r1 {
  border-left: none;
  border-top: 4px solid;
  border-radius: 0 0 8px 8px;
}
.czsv1 .oap30 {
  border-top-color: var(--c-tip-border);
}
.czsv1 .nfeok {
  border-top-color: var(--c-warn-border);
}
.czsv1 .v2b7 {
  border-top-color: #60a5fa;
}
.zqlbv9 .m6r1 {
  border-left: none;
  border-radius: 8px;
}
.zqlbv9 .oap30 {
  background: #065f46;
}
.zqlbv9 .nfeok {
  background: #92400e;
}
.zqlbv9 .v2b7 {
  background: #1e3a8a;
}
.zqlbv9 .m6r1 strong,
.zqlbv9 .m6r1 p {
  color: #fff;
}
.zqlbv9 .yzm3v8::before {
  color: rgba(255, 255, 255, 0.85) !important;
}
.n1la1.zqlbv9 .oap30,
.n1la1 .zqlbv9 .oap30 {
  background: #052e16;
}
.n1la1.zqlbv9 .nfeok,
.n1la1 .zqlbv9 .nfeok {
  background: #2d0a1e;
}
.n1la1.zqlbv9 .v2b7,
.n1la1 .zqlbv9 .v2b7 {
  background: #1e1036;
}
.iqdsrkn0.zqlbv9 .oap30,
.iqdsrkn0 .zqlbv9 .oap30 {
  background: #2d2000;
}
.iqdsrkn0.zqlbv9 .nfeok,
.iqdsrkn0 .zqlbv9 .nfeok {
  background: #2d0b0b;
}
.iqdsrkn0.zqlbv9 .v2b7,
.iqdsrkn0 .zqlbv9 .v2b7 {
  background: #2d1600;
}
.qowjuvqd.zqlbv9 .oap30,
.qowjuvqd .zqlbv9 .oap30 {
  background: #0c1a2e;
}
.qowjuvqd.zqlbv9 .nfeok,
.qowjuvqd .zqlbv9 .nfeok {
  background: #12103a;
}
.qowjuvqd.zqlbv9 .v2b7,
.qowjuvqd .zqlbv9 .v2b7 {
  background: #0a2020;
}
.iixk .m6r1 {
  border-left: none;
  border-radius: 6px;
  padding: 10px 14px;
}
.iixk .oap30 {
  background: color-mix(in srgb, var(--c-tip-border) 10%, transparent);
}
.iixk .nfeok {
  background: color-mix(in srgb, var(--c-warn-border) 10%, transparent);
}
.iixk .v2b7 {
  background: color-mix(in srgb, #60a5fa 10%, transparent);
}
.iixk .m6r1 strong {
  color: var(--text-primary);
}
.iixk .m6r1 p {
  color: var(--text-muted);
}
.wx7f2 .m6r1 {
  border-left: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.tw7zwx3f .yzm3v8,
.pfp5jw4 .yzm3v8,
.xt9uv1ga .yzm3v8,
.gce9g .yzm3v8 {
  font-size: 0;
  width: 1.1rem;
  flex-shrink: 0;
}
.tw7zwx3f .yzm3v8::before,
.pfp5jw4 .yzm3v8::before,
.xt9uv1ga .yzm3v8::before,
.gce9g .yzm3v8::before {
  display: block;
  font-size: 1.15rem;
  line-height: 1.3;
  font-style: normal;
}
.tw7zwx3f .oap30 .yzm3v8::before {
  content: "✦";
  color: var(--c-tip-border);
}
.tw7zwx3f .nfeok .yzm3v8::before {
  content: "▲";
  color: var(--c-warn-border);
}
.tw7zwx3f .v2b7 .yzm3v8::before {
  content: "◉";
  color: #60a5fa;
}
.pfp5jw4 .oap30 .yzm3v8::before {
  content: "★";
  color: var(--c-tip-border);
}
.pfp5jw4 .nfeok .yzm3v8::before {
  content: "◆";
  color: var(--c-warn-border);
}
.pfp5jw4 .v2b7 .yzm3v8::before {
  content: "●";
  color: #60a5fa;
}
.xt9uv1ga .oap30 .yzm3v8::before {
  content: "▶";
  color: var(--c-tip-border);
}
.xt9uv1ga .nfeok .yzm3v8::before {
  content: "■";
  color: var(--c-warn-border);
}
.xt9uv1ga .v2b7 .yzm3v8::before {
  content: "▸";
  color: #60a5fa;
}
.gce9g .oap30 .yzm3v8::before {
  content: "→";
  color: var(--c-tip-border);
}
.gce9g .nfeok .yzm3v8::before {
  content: "⬥";
  color: var(--c-warn-border);
}
.gce9g .v2b7 .yzm3v8::before {
  content: "◈";
  color: #60a5fa;
}
.m0riz5 .xd9f042 .uu6hu2g,
.m0riz5 .vr8s39 .uu6hu2g {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}
.m0riz5 .roht5tel {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.m0riz5 .x4acbnt8 {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.m0riz5 .vwdn38 {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.txlydh9 .xd9f042 .uu6hu2g,
.txlydh9 .vr8s39 .uu6hu2g,
.txlydh9 .roht5tel,
.txlydh9 .v91n3a,
.txlydh9 .ul94le,
.txlydh9 .x4acbnt8,
.txlydh9 .vwdn38,
.txlydh9 .wx7f2 .m6r1 {
  box-shadow: none;
}
.fu1ya body,
.fu1ya {
  font-size: 0.9rem;
}
.fu1ya .eels1,
.fu1ya .mhem5,
.fu1ya .xt3a,
.fu1ya .s17ids,
.fu1ya .y0d73vu {
  font-size: 0.9rem;
}
.fu1ya .ty43wmla,
.fu1ya .vhj7b {
  font-size: 0.9rem;
}
.cohzpx5x .eels1,
.cohzpx5x .mhem5,
.cohzpx5x .xt3a,
.cohzpx5x .s17ids,
.cohzpx5x .y0d73vu {
  font-size: 0.95rem;
}
.cohzpx5x .ty43wmla,
.cohzpx5x .vhj7b {
  font-size: 0.95rem;
}
.v6ccbnss .eels1,
.v6ccbnss .mhem5,
.v6ccbnss .xt3a,
.v6ccbnss .s17ids,
.v6ccbnss .y0d73vu {
  font-size: 1.08rem;
}
.v6ccbnss .ty43wmla,
.v6ccbnss .vhj7b {
  font-size: 1.05rem;
}
.v6ccbnss .suyt {
  font-size: 0.97rem;
}
.kkf4ap .ecupua {
  font-size: 3.2rem;
}
.kkf4ap h2.my6k {
  font-size: 1.9rem;
}
.kkf4ap h3.bge6lkhz {
  font-size: 1.4rem;
}
.t4yy2073 .ecupua {
  font-size: 3.8rem;
}
.t4yy2073 h2.my6k {
  font-size: 2.2rem;
}
.t4yy2073 h3.bge6lkhz {
  font-size: 1.6rem;
}
.kla257f + .kla257f {
  position: relative;
}
.kzz6d5 .kla257f + .kla257f::before,
.slsf2 .kla257f + .kla257f::before,
.vrnuj .kla257f + .kla257f::before,
.icr8bemi .kla257f + .kla257f::before,
.h7yg13 .kla257f + .kla257f::before,
.e0lkrev .kla257f + .kla257f::before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.kzz6d5 .kla257f + .kla257f::before {
  content: "";
  height: 1px;
  background: var(--accent);
  opacity: 0.5;
}
.slsf2 .kla257f + .kla257f::before {
  content: "";
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--grad-start),
    var(--accent),
    var(--grad-end)
  );
}
.vrnuj .kla257f + .kla257f::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;
}
.icr8bemi .kla257f + .kla257f::before {
  content: "";
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--accent) 25%,
    var(--accent) 75%,
    transparent 100%
  );
  opacity: 0.6;
}
.gjdm9 .kla257f {
  margin-bottom: 16px;
}
.gjdm9 .kla257f + .kla257f {
  margin-top: 0;
}
.gjdm9 .zf6hm4 {
  padding-top: 0;
  padding-bottom: 0;
}
.h7yg13 .kla257f + .kla257f::before {
  content: "";
  border-top: 2px dashed var(--accent);
  opacity: 0.5;
}
.e0lkrev .kla257f + .kla257f::before {
  content: "";
  border-top: 3px dotted var(--accent);
  opacity: 0.5;
}
.s8s2meb .kla257f + .kla257f::before,
.o6q8 .kla257f + .kla257f::before,
.y5abx .kla257f + .kla257f::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%;
}
.d4oc .s8s2meb .kla257f:nth-child(even)::before,
.d4oc .o6q8 .kla257f:nth-child(even)::before,
.d4oc .y5abx .kla257f:nth-child(even)::before {
  background: var(--bg-surface);
}
.y7fwpyrg .s8s2meb .kla257f:nth-child(even)::before,
.y7fwpyrg .o6q8 .kla257f:nth-child(even)::before,
.y7fwpyrg .y5abx .kla257f:nth-child(even)::before {
  background: var(--bg-card);
}
.s8s2meb .kla257f + .kla257f::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");
}
.o6q8 .kla257f + .kla257f::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");
}
.y5abx .kla257f + .kla257f::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");
}
.jhn5tm .mtqf0y,
.myd7 .mtqf0y,
.d9f032lf .mtqf0y {
  overflow: hidden;
}
.jhn5tm .rrqx7k,
.myd7 .rrqx7k {
  margin-bottom: 60px;
}
.d9f032lf .rrqx7k {
  margin-bottom: 70px;
}
.myd7 .cmuaj272 {
  padding-bottom: 60px;
}
.jhn5tm .mtqf0y::before,
.myd7 .mtqf0y::before,
.d9f032lf .mtqf0y::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%;
}
.jhn5tm .mtqf0y::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");
}
.myd7 .mtqf0y::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");
}
.d9f032lf .mtqf0y::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");
}
.jfe0b0 .mtqf0y:not(.jnwaz1) .xiqfu {
  background: linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.mj3fy5cv .mtqf0y:not(.jnwaz1) .xiqfu {
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.bpbhkzi2 .mtqf0y:not(.jnwaz1) .xiqfu {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.aeh02ro .mtqf0y:not(.jnwaz1) .xiqfu {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.jfe0b0 .jnwaz1 {
  background: linear-gradient(
    225deg,
    var(--accent) 0%,
    var(--accent-light) 100%
  );
}
.jfe0b0 .z3obwo {
  background: linear-gradient(225deg, var(--accent), var(--accent-light));
}
.jfe0b0 .vabobv5 {
  background: linear-gradient(
    225deg,
    var(--accent-bg) 0%,
    var(--bg-surface) 100%
  );
}
.mj3fy5cv .jnwaz1 {
  background: linear-gradient(
    45deg,
    var(--accent) 0%,
    var(--accent-light) 100%
  );
}
.bpbhkzi2 .jnwaz1 {
  background: linear-gradient(
    90deg,
    var(--accent) 0%,
    var(--accent-light) 100%
  );
}
.aeh02ro .jnwaz1 {
  background: linear-gradient(
    180deg,
    var(--accent) 0%,
    var(--accent-light) 100%
  );
}
.zl36u .jnwaz1 {
  background: var(--accent);
}
.zl36u .jnwaz1 .xiqfu {
  background: none;
}
.zl36u .mtqf0y:not(.jnwaz1) .xiqfu {
  background: rgba(0, 0, 0, 0.6);
}
.fcyh .puu89 {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.fcyh .puu89 .e67n {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.fcyh .zf6hm4::after {
  content: "";
  display: block;
  clear: both;
}
.jxt7eg .puu89 {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.jxt7eg .puu89 .e67n {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.jxt7eg .zf6hm4::after {
  content: "";
  display: block;
  clear: both;
}
.tyh7m8g3 .kla257f:nth-child(odd) .puu89 {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.tyh7m8g3 .kla257f:nth-child(even) .puu89 {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.tyh7m8g3 .puu89 .e67n {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.tyh7m8g3 .zf6hm4::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 900px) {
  .fcyh .puu89,
  .jxt7eg .puu89,
  .tyh7m8g3 .kla257f:nth-child(odd) .puu89,
  .tyh7m8g3 .kla257f:nth-child(even) .puu89 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .fcyh .puu89 .e67n,
  .jxt7eg .puu89 .e67n,
  .tyh7m8g3 .puu89 .e67n {
    max-height: none !important;
  }
}
.fcyh .ty43wmla,
.fcyh .vhj7b,
.jxt7eg .ty43wmla,
.jxt7eg .vhj7b,
.tyh7m8g3 .ty43wmla,
.tyh7m8g3 .vhj7b {
  overflow: hidden;
}
@media (max-width: 640px) {
  .fcyh .puu89,
  .jxt7eg .puu89,
  .tyh7m8g3 .puu89 {
    float: none;
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.sa012 .y5ly,
.sa012 .zf6hm4,
.sa012 .yvsi {
  max-width: 1100px;
}
.zvu81m .y5ly,
.zvu81m .zf6hm4,
.zvu81m .yvsi {
  max-width: 1200px;
}
.tm2t .y5ly,
.tm2t .zf6hm4,
.tm2t .yvsi {
  max-width: 1320px;
}
.tm2t {
  --content-mw: 1320px;
}
.spdp6e3 {
  font-size: 0.82rem;
  color: var(--text-muted);
}
.eter {
  display: flex;
  align-items: center;
}
.ucvew {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.uhz6i4 {
  display: flex;
  align-items: center;
}
.n49zb9vn {
  color: var(--accent-light);
  text-decoration: none;
  padding: 2px 5px;
  border-radius: 4px;
}
.n49zb9vn:hover {
  text-decoration: underline;
}
.gqw9w {
  margin: 0 3px;
  opacity: 0.45;
}
.gqw9w::before {
  content: "/";
}
.bz2vn {
  padding: 2px 5px;
  color: var(--text-main);
}
.lyqj0 .spdp6e3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.lyqj0 .eter {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.rshqfac .spdp6e3 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.rshqfac .eter {
  padding: 0 0 0 12px;
}
.g3na .eter {
  padding: 0 16px;
}
.g3na .spdp6e3 {
  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);
}
.g3na .y5ly {
  padding-top: 28px;
}
@media (max-width: 720px) {
  .c3xpn2w2 {
    margin-top: 18px;
    padding: 0 16px;
  }
  .g3na .y5ly {
    padding-top: 16px;
  }
}
.sa012.lyqj0 .eter {
  max-width: 1100px;
}
.zvu81m.lyqj0 .eter {
  max-width: 1200px;
}
.tm2t.lyqj0 .eter {
  max-width: 1320px;
}
.tm2t .c3xpn2w2 {
  max-width: 1320px;
}
.j09uu2 .kla257f {
  padding-top: 16px;
  padding-bottom: 16px;
}
.xej3 .kla257f {
  padding-top: 24px;
  padding-bottom: 24px;
}
.xawhkxo .kla257f {
  padding-top: 40px;
  padding-bottom: 40px;
}
.c865g9lv .kla257f {
  padding-top: 52px;
  padding-bottom: 52px;
}
.uv8s .kla257f:nth-child(4n + 1) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.uv8s .kla257f:nth-child(4n + 2) {
  padding-top: 36px;
  padding-bottom: 36px;
}
.uv8s .kla257f:nth-child(4n + 3) {
  padding-top: 28px;
  padding-bottom: 28px;
}
.uv8s .kla257f:nth-child(4n) {
  padding-top: 44px;
  padding-bottom: 44px;
}
.lnrjzap .zf6hm4 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.um6v .zf6hm4 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.s5dl0zir .zf6hm4 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.gm06 .zf6hm4 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pd14b h2.my6k {
  font-weight: 600;
}
.pd14b h3.bge6lkhz {
  font-weight: 600;
}
.kakq5oh h2.my6k {
  font-weight: 800;
}
.kakq5oh h3.bge6lkhz {
  font-weight: 700;
}
.cnhg {
  font-weight: 600;
}
.cnhg h2.my6k {
  font-weight: 900;
}
.cnhg h3.bge6lkhz {
  font-weight: 800;
}
.cnhg .m6r1 strong,
.cnhg .m6r1 strong {
  font-weight: 600;
}
.odif {
  margin-left: 16px;
  flex-shrink: 0;
  padding: 7px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 6px;
}
.ojpyj .odif {
  display: none;
}
@media (max-width: 640px) {
  .muvbrbf {
    display: none;
  }
  .odif {
    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;
  }
}
.odif {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.odif:hover {
  opacity: 0.85;
}
.flbka .odif {
  background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important;
}
.ls4iddyj .odif,
.y1gxpa .odif {
  background: var(--grad-start) !important;
  color: #fff !important;
  border: none !important;
}
.ls4iddyj .odif:hover,
.y1gxpa .odif:hover {
  opacity: 0.88;
}
.flbka.ls4iddyj .odif,
.flbka.y1gxpa .odif {
  background: linear-gradient(
    135deg,
    var(--grad-start),
    var(--accent-light)
  ) !important;
}
.tcb4xsie {
  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;
}
.tcb4xsie:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}
.tcb4xsie {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.ejiyg65j .tcb4xsie {
  display: none;
}
.dga2xgy .tcb4xsie {
  right: 32px;
}
.bs8yf .tcb4xsie {
  left: 32px;
}
@media (max-width: 480px) {
  .dga2xgy .tcb4xsie {
    right: 20px;
    bottom: 20px;
  }
  .bs8yf .tcb4xsie {
    left: 20px;
    bottom: 20px;
  }
}
.e8nzk {
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  margin-top: 60px;
}
.yvsi {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px;
}
.d14f {
  color: var(--text-faint);
  font-size: 0.85rem;
  margin-bottom: 6px;
}
.k3tq5j {
  color: var(--text-dim);
  font-size: 0.8rem;
}
.ssng {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 14px;
}
.ssng img {
  height: 26px;
  width: auto;
  object-fit: contain;
}
.xmg08 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.xmg08 a,
.tuwusey a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.87rem;
  transition: color 0.15s;
}
.xmg08 a:hover,
.tuwusey a:hover {
  color: var(--accent-light);
}
.xmg08 .tnlnv {
  padding-left: 10px;
  font-size: 0.82rem;
  opacity: 0.8;
}
.knoep .yvsi {
  text-align: center;
}
.knoep .d14f {
  margin-top: 0;
}
.hvvpp {
  margin-top: 10px;
}
.hvvpp a {
  font-size: 0.8rem;
  opacity: 0.65;
}
@media (max-width: 640px) {
  .yvsi {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hj1i .yvsi {
    padding: 20px 16px;
  }
  .tuwusey {
    gap: 4px 12px;
  }
  .d14f {
    font-size: 0.78rem;
  }
}
.tnywhblc .ekyg5258 .ssng {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  margin-bottom: 10px;
}
.tnywhblc .d14f {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 14px 0 4px;
  line-height: 1.5;
}
.tnywhblc .k3tq5j {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 768px) {
  .tnywhblc .q3jg {
    grid-template-columns: 1fr 1fr;
  }
  .tnywhblc .ekyg5258 {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .tnywhblc .q3jg {
    grid-template-columns: 1fr;
  }
}
.hgon .ssng {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  margin-right: auto;
  flex-shrink: 0;
}
.hgon .d14f {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 640px) {
  .hgon .nhqa {
    gap: 12px;
  }
  .hgon .ssng {
    margin-right: 0;
    width: 100%;
  }
}
.rb38a3x3 .i5nbbo .ssng {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  margin-bottom: 10px;
}
.rb38a3x3 .d14f {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  flex: 1;
}
.rb38a3x3 .k3tq5j {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .rb38a3x3 .aksgzl {
    grid-template-columns: 1fr 1fr;
  }
  .rb38a3x3 .i5nbbo {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .rb38a3x3 .aksgzl {
    grid-template-columns: 1fr;
  }
}
.vz1z .z29ieh {
  display: grid;
  grid-template-columns: 1fr 2fr 1.2fr;
  gap: 2rem;
  align-items: start;
}
.vz1z .xmg08 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 6px 20px;
}
@media (max-width: 760px) {
  .vz1z .z29ieh {
    grid-template-columns: 1fr 1fr;
  }
  .vz1z .dxoqu:first-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .vz1z .z29ieh {
    grid-template-columns: 1fr;
  }
}
.rptzc309 .z29ieh {
  grid-template-columns: 1fr 2fr;
}
.rptzc309 .pa8wo .xmg08 {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
@media (max-width: 480px) {
  .rptzc309 .z29ieh {
    grid-template-columns: 1fr;
  }
}
.ojo1d3eu .yvsi {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.jump5zd1 .xl1tv {
  background: var(--bg-page);
  border-bottom-color: var(--border-alt);
}
.jump5zd1 .e8nzk {
  background: var(--bg-page);
  border-top-color: var(--border-alt);
}
.d8sl .xl1tv {
  background: #0d1117;
  border-bottom-color: #21262d;
}
.d8sl .evnb {
  color: var(--accent-light);
}
.d8sl .qc5z {
  --msep-color: #8b949e;
}
.d8sl .qc5z a {
  color: #8b949e;
}
.d8sl .qc5z a:hover {
  color: var(--accent-light);
}
.d8sl .wituh {
  color: #8b949e;
}
.d8sl .e8nzk {
  background: #0d1117;
  border-top-color: #21262d;
  color: #e6edf3;
}
.d8sl .d14f,
.d8sl .k3tq5j {
  color: #6e7681;
}
.d8sl .xmg08 a,
.d8sl .tuwusey a,
.d8sl .ssng {
  color: #e6edf3;
}
@media (max-width: 640px) {
  .d8sl .qc5z {
    background: #0d1117;
    border-top-color: #21262d;
  }
  .d8sl .qc5z li a {
    border-bottom-color: #21262d;
  }
}
.yq2gyyx .xl1tv {
  background: #f0f4f8;
  border-bottom-color: #cbd5e1;
}
.yq2gyyx .evnb {
  color: var(--accent-light);
}
.yq2gyyx .qc5z {
  --msep-color: #475569;
}
.yq2gyyx .qc5z a {
  color: #475569;
}
.yq2gyyx .qc5z a:hover {
  color: var(--accent-light);
}
.yq2gyyx .wituh {
  color: #64748b;
}
.yq2gyyx .e8nzk {
  background: #f0f4f8;
  border-top-color: #cbd5e1;
}
.yq2gyyx .d14f,
.yq2gyyx .k3tq5j {
  color: #64748b;
}
.yq2gyyx .xmg08 a,
.yq2gyyx .tuwusey a,
.yq2gyyx .l7suw0 a,
.yq2gyyx .ssng {
  color: #374151;
}
@media (max-width: 640px) {
  .yq2gyyx .qc5z {
    background: #f0f4f8;
    border-top-color: #cbd5e1;
  }
  .yq2gyyx .qc5z li a {
    border-bottom-color: #cbd5e1;
    color: #475569;
  }
}
.ls4iddyj .xl1tv {
  background: var(--accent);
  border-bottom-color: var(--accent-light);
}
.ls4iddyj .evnb {
  color: #fff;
}
.ls4iddyj .qc5z {
  --msep-color: rgba(255, 255, 255, 0.82);
}
.ls4iddyj .qc5z a {
  color: rgba(255, 255, 255, 0.82);
}
.ls4iddyj .qc5z a:hover {
  color: #fff;
}
.ls4iddyj .wituh {
  color: rgba(255, 255, 255, 0.9);
}
.ls4iddyj .e8nzk {
  background: var(--accent);
  border-top-color: var(--accent-light);
  color: #fff;
}
.ls4iddyj .d14f,
.ls4iddyj .k3tq5j {
  color: rgba(255, 255, 255, 0.72);
}
.ls4iddyj .xmg08 a,
.ls4iddyj .tuwusey a,
.ls4iddyj .l7suw0 a,
.ls4iddyj .ssng {
  color: #fff;
}
@media (max-width: 640px) {
  .ls4iddyj .qc5z {
    background: var(--accent);
    border-top-color: var(--accent-light);
  }
  .ls4iddyj .qc5z li a {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.82);
  }
}
.y1gxpa .xl1tv {
  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);
}
.y1gxpa .e8nzk {
  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) {
  .y1gxpa .qc5z {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.w9sjdj .z30t {
  min-height: 52px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}
.arlo1bla .z30t {
  min-height: 58px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.klgvt .z30t {
  min-height: 72px;
  height: auto;
}
.amnp5 .z30t {
  min-height: 84px;
  height: auto;
}
.hj1i .z30t {
  max-width: none;
  padding: 0 32px;
}
.hj1i .yvsi {
  max-width: none;
  padding: 24px 32px;
}
.ah2foo.zvu81m .z30t {
  max-width: 1200px;
}
.ah2foo.tm2t .z30t {
  max-width: 1320px;
}
.nvnb .evnb,
.nvnb .ssng {
  text-transform: capitalize;
}
.rnei9 .evnb,
.rnei9 .ssng {
  text-transform: lowercase;
}
.f1u1bdb .evnb,
.f1u1bdb .ssng {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.cobv1,
.n16ox4v {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.f2u4l .cobv1,
.f2u4l .n16ox4v {
  background: color-mix(
    in srgb,
    var(--accent) var(--logo-bg-opacity, 8%),
    transparent
  );
  border-radius: 8px;
  padding: 4px;
}
.o57opm3 .cobv1,
.o57opm3 .n16ox4v {
  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;
}
.zzwwxah .cobv1,
.zzwwxah .n16ox4v {
  background: color-mix(
    in srgb,
    var(--accent) var(--logo-bg-opacity, 8%),
    transparent
  );
  border-radius: 999px;
  padding: 4px 8px;
}
.ohg2 .cobv1,
.ohg2 .n16ox4v {
  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;
}
.f5j9 .qc5z a {
  font-weight: 500;
}
.crgn .qc5z a {
  font-weight: 600;
}
.jl0mf .qc5z a {
  font-weight: 700;
}
.hwzsbn .qc5z a {
  font-weight: 800;
  letter-spacing: 0.01em;
}
.o8hh .qc5z > li + li::before,
.s1f2z .qc5z > li + li::before,
.r5cplu0 .qc5z > li + li::before,
.uaidmwf .qc5z > li + li::before,
.okg9re .qc5z > li + li::before,
.jr0thv .qc5z > li + li::before,
.dx1qc .qc5z > li + li::before {
  margin-right: 10px;
  margin-left: -10px;
  opacity: 0.5;
  color: var(--msep-color);
}
.o8hh .qc5z > li + li::before {
  content: "·";
  font-size: 1.4em;
  line-height: 1;
  vertical-align: middle;
}
.s1f2z .qc5z > li + li::before {
  content: "|";
}
.r5cplu0 .qc5z > li + li::before {
  content: "—";
}
.uaidmwf .qc5z > li + li::before {
  content: "◆";
  font-size: 0.45em;
  vertical-align: middle;
}
.okg9re .qc5z > li + li::before {
  content: "›";
  font-size: 1.3em;
  line-height: 1;
}
.jr0thv .qc5z > li + li::before {
  content: "•";
  font-size: 0.8em;
  vertical-align: middle;
}
.dx1qc .qc5z > li + li::before {
  content: "✦";
  font-size: 0.55em;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .lufuzbq8 .wituh,
  .uecg9 .wituh,
  .opk3uy8 .wituh,
  .zcql5mn .wituh,
  .p84z .wituh {
    font-size: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
  }

  .lufuzbq8 .wituh::before,
  .uecg9 .wituh::before,
  .opk3uy8 .wituh::before,
  .zcql5mn .wituh::before,
  .p84z .wituh::before {
    content: "";
    display: block;
    flex-shrink: 0;
  }

  .lufuzbq8 .wituh::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;
  }

  .uecg9 .wituh::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;
  }

  .opk3uy8 .wituh::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;
  }

  .zcql5mn .wituh::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;
  }

  .p84z .wituh::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) {
  .tsch23p .wituh {
    padding: 5px 14px;
  }
  .tsch23p .qc5z {
    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;
  }
  .tsch23p .qc5z li a {
    border-bottom: none;
    padding: 10px 22px;
  }
  .tsch23p .qc5z li a:hover {
    background: var(--bg-raised);
  }
  .tsch23p .jv6rjicg,
  .bohzw53q .jv6rjicg,
  .dt0ae .jv6rjicg {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
  }
}
@media (max-width: 640px) {
  .x6edr .wituh {
    padding: 5px 10px;
  }
  .x6edr .qc5z {
    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);
  }
  .x6edr .qc5z.debqwy {
    transform: translateX(0);
  }
  .x6edr .qc5z li a {
    padding: 14px 28px;
    font-size: 1rem;
    border-bottom: 1px solid var(--border);
  }
  .x6edr .qc5z li:last-child a {
    border-bottom: none;
  }
  .ls4iddyj .qc5z,
  .d8sl .qc5z {
    background: var(--accent) !important;
  }
  .ls4iddyj .qc5z li a,
  .d8sl .qc5z li a {
    color: rgba(255, 255, 255, 0.82) !important;
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  }
}
@media (max-width: 640px) {
  .dt0ae .wituh {
    padding: 5px 10px;
  }
  .dt0ae .qc5z {
    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);
  }
  .dt0ae .qc5z::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--border);
    border-radius: 2px;
    margin: 0 auto 14px;
  }
  .dt0ae .qc5z.debqwy {
    transform: translateY(0);
  }
  .dt0ae .qc5z li a {
    text-align: center;
    border-bottom: none;
    padding: 13px 28px;
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .g29kiz .wituh {
    padding: 5px 10px;
  }
  .g29kiz .qc5z {
    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;
  }
  .g29kiz .qc5z.debqwy {
    opacity: 1;
    pointer-events: auto;
  }
  .g29kiz .qc5z li a {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: none;
    padding: 14px 48px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .jnlxbp .wituh {
    border-radius: 0 !important;
  }
  .o83g .wituh {
    border-radius: 8px !important;
  }
  .vrtiz2 .wituh {
    border-radius: 50% !important;
  }
  .gktev21 .wituh {
    border-radius: 999px !important;
  }
}
@media (max-width: 640px) {
  .uhsyve0 .u35n {
    flex-direction: column;
    align-items: stretch;
  }
  .uhsyve0 .lb2urq0 {
    flex-direction: row;
    min-width: auto;
  }
  .uhsyve0 .ttga7th3 {
    align-items: flex-start;
    text-align: left;
  }
}
.q3gx,
.q3gx.kla257f,
.d4oc .q3gx,
.bhrfq0 .q3gx,
.y7fwpyrg .q3gx,
.bg608j5 .q3gx {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.iuqug {
  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;
}
.cf58qgb2 {
  flex: 1 1 280px;
  min-width: 0;
}
.nbstj0 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.gpc6kpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.r72w {
  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;
}
.r72w:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.ceutzhd .iuqug {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ceutzhd .nbstj0 {
  color: var(--cta);
}
.ceutzhd .gpc6kpt {
  color: var(--text-body);
}
.ceutzhd .r72w {
  background: var(--cta) !important;
  color: #fff !important;
}
.gc3r3s .iuqug {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.gc3r3s .nbstj0 {
  color: var(--text-primary);
}
.gc3r3s .gpc6kpt {
  color: var(--text-body);
}
.gc3r3s .r72w {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .iuqug {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .cf58qgb2 {
    flex: 0 0 auto;
  }
  .nbstj0 {
    font-size: 1.2rem;
  }
  .r72w {
    width: 100%;
    text-align: center;
    padding: 14px 28px !important;
  }
}
.mufsa .b2sjku6i {
  height: 36px;
}
.tnmlp4n .b2sjku6i {
  height: 60px;
  max-width: 200px;
}
.ijlgk77b .b2sjku6i {
  height: 56px;
  max-width: 180px;
}
.fe6vsw .hlx6,
.fe6vsw .o91bkb {
  color: var(--cta);
  letter-spacing: 3px;
  font-size: 0.7rem;
}
.xx2y .to2tl {
  background: var(--accent-bg);
  border-radius: 6px;
  padding: 2px 8px;
}
@media (min-width: 720px) {
  .dniss .x8yj8fdr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px;
    counter-reset: cs-rank;
    align-items: start;
  }
  .dniss .v91n3a {
    margin-bottom: 0;
    justify-content: flex-start;
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .dniss .v91n3a {
    padding: 40px 16px 20px;
  }
  .dniss .to2tl {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
  }
  .dniss .sdqlcq {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 820px) {
  .buola .v91n3a {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 16px 18px;
    gap: 14px;
  }
  .buola .v91n3a::before {
    position: absolute;
    top: 14px;
    left: 14px;
  }
  .buola .gpdx {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
    width: 100%;
  }
  .buola .mdfu {
    white-space: normal;
    text-align: center;
    font-size: 1.2rem;
  }
  .buola .to2tl {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
    flex-basis: auto;
  }
  .buola .sdqlcq {
    width: 100%;
    min-width: 0;
  }
  .buola .hlx6 {
    min-width: 0;
  }
}
.l6b1lkhn .v91n3a::before {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--accent-light);
  opacity: 0.35;
  min-width: 32px;
}
.z2nv3 .i0jpc {
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
  overflow: visible;
}
.z2nv3 .i0jpc summary {
  padding: 16px 2px;
  color: var(--text-primary);
  font-size: 0.98rem;
}
.z2nv3 .i0jpc p {
  padding: 0 2px 16px;
}
.ai784 .i0jpc {
  background: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 12px;
}
.ai784 .i0jpc summary {
  background: var(--accent-bg);
  border-radius: 100px;
  padding: 10px 22px;
  color: var(--accent-light);
  font-weight: 700;
}
.ai784 .i0jpc summary::after {
  content: "›";
  font-size: 1.2em;
}
.ai784 .i0jpc[open] summary::after {
  content: "‹";
}
.ai784 .i0jpc p {
  padding: 10px 22px 4px;
}
.bbbd .i0jpc {
  background: var(--bg-card);
  border-radius: 0;
  border-left: 3px solid var(--accent);
  overflow: hidden;
  margin-bottom: 10px;
}
.bbbd .i0jpc summary {
  color: var(--text-primary);
  padding-left: 16px;
}
.bbbd .i0jpc summary::after {
  content: "›";
  font-size: 1.1em;
}
.bbbd .i0jpc[open] summary::after {
  content: "‹";
}
.bbbd .i0jpc p {
  padding-left: 16px;
}
.mtdwqo .zmrp9 {
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}
.mtdwqo .i0jpc {
  background: var(--bg-card);
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.mtdwqo .i0jpc:last-child {
  border-bottom: none;
}
.mtdwqo .i0jpc summary {
  color: var(--text-primary);
  border-radius: 0;
}
.mtdwqo .i0jpc summary::after {
  content: "›";
  font-size: 1.1em;
}
.mtdwqo .i0jpc[open] summary::after {
  content: "‹";
}
.mrnf .i0jpc {
  overflow: hidden;
}
.mrnf .i0jpc summary {
  background: var(--accent);
  color: #fff;
  border-radius: 0;
}
.mrnf .i0jpc summary::after {
  color: rgba(255, 255, 255, 0.75);
}
.mrnf .i0jpc[open] summary {
  border-radius: 0;
}
.hcnkytf {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.qk3828s {
  text-align: center;
  padding: 48px 0 36px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 44px;
}
.ao2o1haa {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.vzdyx {
  color: var(--text-muted);
  font-size: 1.05rem;
}
.c2in0 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
  max-width: 680px;
}
.e85rt {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 32px;
}
.sdy4b {
  margin-bottom: 20px;
}
.v5mgpa {
  display: block;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.h5i6 {
  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;
}
.h5i6:focus {
  border-color: var(--accent-light);
  box-shadow: 0 0 0 2px var(--accent-bg);
}
.di4eqw4q {
  resize: vertical;
  min-height: 130px;
}
.sksecxx2 {
  width: 100%;
  margin-top: 8px;
}
.samb0kft {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.y38eeb {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 14px;
}
.rzsie1xb {
  color: var(--text-muted);
  line-height: 1.75;
}
.ycwy {
  color: var(--text-muted);
  line-height: 1.75;
  padding-left: 1.4em;
}
.ycwy li {
  margin-bottom: 6px;
}
.jyf5c6mo {
  max-width: 760px;
  margin: 0 auto;
}
.smxb0 {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 36px;
}
.a5vn {
  max-width: 760px;
  margin: 0 auto;
}
.gr54 ul.ycwy {
  margin: 0;
}
@media (max-width: 640px) {
  .q70b2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.qrkg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.olj60af5 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}
.w0144 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent-light);
  margin: 0 0 12px;
}
.olj60af5 p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  font-size: 0.9rem;
}
.olj60af5 .ycwy {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .qrkg {
    grid-template-columns: 1fr;
  }
}
.u1z9 {
  display: inline-flex;
  align-items: center;
  gap: inherit;
  color: inherit;
  text-decoration: none;
}
.u1z9:hover .wlpim {
  color: var(--accent-light);
  text-decoration: underline;
}
.d4lk5si {
  color: inherit;
  text-decoration: none;
}
.d4lk5si:hover {
  color: var(--accent-light);
  text-decoration: underline;
}
.vxdlb {
  display: inline-block;
  line-height: 0;
}
.wt1ci8yq {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.hn9yt {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.hn9yt:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.vhi7 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 12px;
}
.hn9yt p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.hn9yt ul.ycwy {
  margin: 0;
}
.p92w {
  color: var(--text-muted);
  line-height: 1.75;
}
.x3ggvu05 .ycwy,
.em2msr8 .ycwy,
.gka3 .ycwy,
.qmzb2c .ycwy {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.x3ggvu05 .hn9yt,
.em2msr8 .hn9yt {
  text-align: left;
}
.x3ggvu05 .vhi7,
.em2msr8 .vhi7 {
  text-align: center;
}
.opcfdt {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.su4vg0 {
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 14px;
  font-size: 1.02rem;
}
.s73dwf50 {
  font-size: 1.1rem;
}
.vtl56g12 {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0 0 6px;
}
.gxt9q {
  margin-top: 12px;
}
.f0gv4e {
  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;
}
.f0gv4e:hover {
  border-bottom-color: var(--accent-light);
}
.y3fl8o3w {
  width: 140px;
  height: 140px;
  overflow: hidden;
  background: var(--bg-card);
  flex-shrink: 0;
  position: relative;
}
.y3fl8o3w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.uiw1 {
  width: 260px;
  height: 260px;
}
.vbr6 {
  border-radius: 50%;
}
.oahz3iq {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.88rem;
}
.ppccwqjz {
  border: 1px solid var(--accent);
  color: var(--accent-light);
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .np99adtl {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
.yp1dbia5 .vtl56g12,
.yp1dbia5 .su4vg0 {
  max-width: 640px;
}
.cvc3zl {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
}
.diqv {
  position: sticky;
  top: 96px;
  align-self: start;
}
.diqv .opcfdt {
  font-size: 1.6rem;
  margin-top: 18px;
}
.uybtd .vtl56g12 {
  margin-bottom: 28px;
}
@media (max-width: 860px) {
  .cvc3zl {
    grid-template-columns: 1fr;
  }
  .diqv {
    position: static;
    text-align: center;
  }
}
.lowi .y3fl8o3w {
  margin: 0 auto 18px;
}
.lowi .oahz3iq {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  .w2k19au {
    grid-template-columns: 1fr;
  }
}
.vhguyk9 .opcfdt {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.qmzb2c .ycwy {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .vhguyk9 {
    flex-direction: column;
    text-align: center;
  }
  .kxqvu {
    grid-template-columns: 1fr;
  }
}
.gjfe34x .opcfdt {
  font-size: 1.35rem;
  margin: 0 0 4px;
}
.gjfe34x .oahz3iq {
  margin: 0;
}
.vaxw63 .ao2o1haa {
  color: var(--accent-light);
}
.ul09fi .ao2o1haa {
  font-size: 2rem;
}
.ul09fi .vzdyx {
  max-width: 680px;
}
.rmy60dz .ao2o1haa {
  margin: 0;
  font-size: 1.8rem;
  flex-shrink: 0;
  max-width: 45%;
}
.rmy60dz .vzdyx {
  margin: 0;
}
@media (max-width: 640px) {
  .rmy60dz {
    flex-direction: column;
  }
}
.gnjm {
  background: linear-gradient(
    135deg,
    var(--accent-bg) 0%,
    var(--bg-surface) 100%
  );
  border-bottom: none;
  padding: 40px 32px 36px;
  margin-bottom: 32px;
  border-radius: 0 0 16px 16px;
}
.gnjm .ao2o1haa {
  color: var(--accent-light);
}
.znn97otm .ao2o1haa {
  color: #fff;
}
.znn97otm .vzdyx {
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 540px) {
  .sixy {
    grid-template-columns: 1fr;
  }
}
.h6wldkwq .h5i6 {
  border: none;
  border-bottom: 2px solid var(--border-alt);
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.h6wldkwq .h5i6:focus {
  border-bottom-color: var(--accent-light);
  box-shadow: none;
}
.yzyat306 .h5i6 {
  background: var(--bg-raised);
  border-color: transparent;
}
.yzyat306 .h5i6:focus {
  background: var(--bg-card);
  border-color: var(--accent-light);
}
.fnqv956 .h5i6 {
  border-radius: 100px;
  padding: 11px 20px;
}
.fnqv956 .di4eqw4q {
  border-radius: 14px;
}
.bytnxb {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.bytnxb summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 700;
  color: var(--accent-light);
  font-size: 1.05rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.bytnxb summary::-webkit-details-marker {
  display: none;
}
.bytnxb summary::after {
  content: "+";
  color: var(--accent-light);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.bytnxb[open] summary::after {
  content: "−";
}
.engdr4so {
  padding: 4px 20px 16px;
  color: var(--text-muted);
  line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) {
  .wddyh7dw {
    grid-template-columns: 1fr;
  }
}
.g9p6ffhc {
  counter-reset: priv-count;
}
.yq28vxjf {
  counter-increment: priv-count;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0 20px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}
.yq28vxjf:last-child {
  border-bottom: none;
}
.ikqhwq {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--accent-light);
  opacity: 0.3;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.yq28vxjf h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 10px;
}
.yq28vxjf p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.grrj82 {
  color: var(--text-muted);
  line-height: 1.75;
  padding-left: 1.4em;
  margin: 0;
}
.grrj82 li {
  margin-bottom: 6px;
}
.xmh3xx {
  display: none;
}
.xmh3xx:empty,
.cy0jqxep:empty {
  display: none;
}
.n9ighuv2 {
  position: relative;
  overflow: visible;
}
.uyet7 .hv8l28af,
.lg4dh .hv8l28af,
.yotfu .hv8l28af,
.w1pth .hv8l28af,
.a0tc .hv8l28af,
.ky8dhkku .hv8l28af {
  display: block;
}
.q46wf .kab3 {
  display: block;
}
.uyet7 .hv8l28af,
.lg4dh .hv8l28af,
.yotfu .hv8l28af,
.w1pth .hv8l28af,
.a0tc .hv8l28af {
  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;
}
.uyet7 .hv8l28af .cy0jqxep,
.lg4dh .hv8l28af .cy0jqxep,
.yotfu .hv8l28af .cy0jqxep,
.w1pth .hv8l28af .cy0jqxep,
.a0tc .hv8l28af .cy0jqxep {
  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;
}
.uyet7 .ri8v,
.lg4dh .ri8v,
.yotfu .ri8v,
.w1pth .ri8v,
.a0tc .ri8v {
  background: transparent !important;
  border: none !important;
  padding: 0;
  border-radius: 0;
  color: inherit !important;
}
.uyet7 .hv8l28af,
.lg4dh .hv8l28af {
  top: 12px;
}
.uyet7 .hv8l28af .cy0jqxep {
  margin-right: auto;
}
.lg4dh .hv8l28af .cy0jqxep {
  margin-left: auto;
}
.lg4dh .hv8l28af {
  text-align: right;
}
.yotfu .hv8l28af,
.w1pth .hv8l28af {
  bottom: 12px;
}
.yotfu .hv8l28af .cy0jqxep {
  margin-right: auto;
}
.w1pth .hv8l28af .cy0jqxep {
  margin-left: auto;
}
.w1pth .hv8l28af {
  text-align: right;
}
.a0tc .hv8l28af {
  position: relative;
  margin-top: 16px;
}
.a0tc .hv8l28af .cy0jqxep {
  margin: 0 auto;
}
.ky8dhkku .hv8l28af {
  max-width: var(--content-mw, 1100px);
  margin: 0 auto;
  padding: 8px 24px;
}
.ky8dhkku .hv8l28af .cy0jqxep {
  margin: 0;
}
.ky8dhkku .vabobv5 ~ .hv8l28af,
.ky8dhkku .e4cg1tts ~ .hv8l28af {
  max-width: none;
  margin: 0;
  padding: 8px clamp(24px, calc(50vw - 476px), 96px);
}
.ky8dhkku .vabobv5 ~ .hv8l28af .cy0jqxep,
.ky8dhkku .e4cg1tts ~ .hv8l28af .cy0jqxep {
  justify-content: flex-start;
}
.vabobv5 ~ .hv8l28af,
.e4cg1tts ~ .hv8l28af {
  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;
}
.vabobv5 ~ .hv8l28af .cy0jqxep {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.e4cg1tts ~ .hv8l28af .cy0jqxep {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.kab3 .cy0jqxep {
  margin: 0 0 12px;
}
.cy0jqxep {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 10px 0 16px;
}
.d1q1 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.wlpim {
  font-weight: 600;
  color: var(--text-heading);
  opacity: 1;
}
.sxbbi::before {
  content: "·";
  margin: 0 2px;
  opacity: 0.5;
}
.ri8v {
  white-space: nowrap;
}
.tmlhw0zm .d1q1 {
  display: none;
}
.fu6mixz .ri8v {
  background: var(--date-bg, var(--accent-bg));
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 0.78rem;
}
.fu6mixz .sxbbi::before {
  content: "";
}
.hnxg .ri8v {
  background: var(--date-bg, var(--accent-bg));
  padding: 6px 12px;
  border-radius: var(--radius, 6px);
  font-size: 0.78rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.hnxg .sxbbi::before {
  content: "";
}
.xpx2ut .cy0jqxep {
  background: var(--date-bg, var(--accent-bg));
  padding: 8px 14px;
  border-radius: var(--radius, 6px);
  gap: 8px 16px;
}
.excivxsm .ri8v {
  border-left: 2px solid var(--accent);
  padding-left: 8px;
  font-size: 0.78rem;
}
.excivxsm .sxbbi::before {
  content: "";
}
.rc2gh99 .ri8v {
  color: var(--accent-light);
  opacity: 1;
  font-weight: 500;
}
.vdkdu45 .ri8v {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
.bk4ff82r .cy0jqxep {
  font-size: 0.78rem;
  color: var(--text-faint);
  letter-spacing: 0.02em;
}
.tiymm4g2 {
  --date-bg: var(--accent-bg-light);
}
.hdsi .sxbbi::before {
  content: "";
}
.pi1ds2m9 .sxbbi::before {
  content: "•";
  opacity: 0.4;
}
.pi1ds2m9 .ri8v + .ri8v::before {
  content: "•";
  margin-right: 6px;
  opacity: 0.4;
}
.pavblow .sxbbi::before {
  content: "/";
  opacity: 0.35;
}
.pavblow .ri8v + .ri8v::before {
  content: "/";
  margin-right: 6px;
  opacity: 0.35;
}
.ctful7n .sxbbi::before {
  content: "|";
  opacity: 0.3;
}
.ctful7n .ri8v + .ri8v::before {
  content: "|";
  margin-right: 6px;
  opacity: 0.3;
}
.mvlprjts .sxbbi::before {
  content: "—";
  opacity: 0.3;
}
.mvlprjts .ri8v + .ri8v::before {
  content: "—";
  margin-right: 6px;
  opacity: 0.3;
}
.fpinm1 .sxbbi::before {
  content: "◆";
  font-size: 0.5em;
  opacity: 0.35;
}
.fpinm1 .ri8v + .ri8v::before {
  content: "◆";
  font-size: 0.5em;
  margin-right: 6px;
  opacity: 0.35;
}
.e2om2 .sxbbi::before {
  content: "·";
  opacity: 0.4;
}
.e2om2 .ri8v + .ri8v::before {
  content: "·";
  margin-right: 6px;
  opacity: 0.4;
}
.u4l47 .sxbbi::before {
  content: "›";
  opacity: 0.4;
}
.u4l47 .ri8v + .ri8v::before {
  content: "›";
  margin-right: 6px;
  opacity: 0.4;
}
.cd502n3 .sxbbi::before {
  content: "→";
  opacity: 0.35;
  font-size: 0.85em;
}
.cd502n3 .ri8v + .ri8v::before {
  content: "→";
  font-size: 0.85em;
  margin-right: 6px;
  opacity: 0.35;
}
.onlvnh {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: var(--content-width, 960px);
  margin: 32px auto 24px;
  padding: 20px 24px;
}
.bfmb {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.qmluz8a {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.upmo3x {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-body);
  opacity: 0.55;
}
.f8cjpq {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-heading);
}
.lz8j .onlvnh {
  background: var(--surface-alt);
  border-radius: var(--radius, 8px);
  border: 1px solid var(--border);
}
.mbph89o .onlvnh {
  border-top: 3px solid var(--accent);
  padding-top: 18px;
}
.udsei .onlvnh {
  border-left: 3px solid var(--accent);
  border-radius: 0;
}
.pawbahf .onlvnh {
  padding: 20px 0;
}
@media (max-width: 640px) {
  .onlvnh {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 16px;
  }
  .zqyyrtp {
    max-width: 100%;
  }
}
.lx8qjcx .x4acbnt8 {
  margin: 0;
}
@media (max-width: 560px) {
  .n8od1n {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.byjhib {
  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;
}
.byjhib.i41o {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lg4l {
  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;
  }
}
.lg4l .ufft5 {
  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;
}
.lg4l .ufft5:hover {
  background: rgba(0, 0, 0, 0.12) !important;
}
.uouta {
  display: block;
  margin: 0 auto 16px;
  max-width: 240px;
  max-height: 88px;
  object-fit: contain;
}
.mzifh9lc {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cta, #ff2349);
  font-weight: 700;
  margin-bottom: 6px;
}
.yr8ov4 {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-primary, #111);
}
.lg4l .tjxw {
  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;
}
.lg4l .tjxw:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
@media (max-width: 480px) {
  .lg4l {
    padding: 28px 18px 20px;
  }
  .yr8ov4 {
    font-size: 1.2rem;
  }
  .uouta {
    max-width: 220px;
    max-height: 80px;
  }
}
.l6f0vwwp {
  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);
}
.a0m1e4pu {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.oamvrj .l6f0vwwp {
  border-radius: 50%;
}
.y2uop .l6f0vwwp {
  border-radius: 6px;
}
.j21umc .l6f0vwwp {
  border-radius: 22px;
}
.rwsz2 .iuqug {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .l6f0vwwp {
    width: 80px;
    height: 80px;
    padding: 8px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.u6qqb {
  margin: 28px 0 24px;
}
.u6qqb .kla257f {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.u6qqb .zf6hm4 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.u6qqb .iuqug {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] {
  text-align: right;
}
[dir="rtl"] body {
  direction: rtl;
}
[dir="rtl"] .z30t {
  flex-direction: row-reverse;
}
[dir="rtl"] .qc5z {
  flex-direction: row-reverse;
}
[dir="rtl"] .dga2xgy .tcb4xsie {
  right: auto;
  left: 32px;
}
[dir="rtl"] .bs8yf .tcb4xsie {
  left: auto;
  right: 32px;
}
@media (max-width: 480px) {
  [dir="rtl"] .dga2xgy .tcb4xsie {
    right: auto;
    left: 20px;
  }
  [dir="rtl"] .bs8yf .tcb4xsie {
    left: auto;
    right: 20px;
  }
}
[dir="rtl"] .fcyh .puu89 {
  float: right;
  margin: 0 0 16px 28px;
}
[dir="rtl"] .jxt7eg .puu89 {
  float: left;
  margin: 0 28px 16px 0;
}
[dir="rtl"] ul,
[dir="rtl"] ol {
  padding-right: 1.2em;
  padding-left: 0;
}
[dir="rtl"] .ty43wmla,
[dir="rtl"] .vhj7b {
  padding-right: 1.2em;
  padding-left: 0;
}
[dir="rtl"] .h3pg1o99 {
  border-left: none;
  border-right: 3px solid var(--c-pros);
  padding-left: 0;
  padding-right: 14px;
}
[dir="rtl"] .edpk1o {
  border-left: none;
  border-right: 3px solid var(--c-cons);
  padding-left: 0;
  padding-right: 14px;
}
[dir="rtl"] .m6r1 {
  border-left: none !important;
  border-right: 4px solid currentColor;
  padding-left: 18px;
  padding-right: 18px;
}
[dir="rtl"] .iuqug {
  direction: rtl;
}
[dir="rtl"] .l6f0vwwp {
  margin-right: 0;
  margin-left: 14px;
}
[dir="rtl"] .spdp6e3 {
  direction: rtl;
}
[dir="rtl"] .vwdn38 {
  direction: rtl;
}
[dir="rtl"] .xz26fe {
  padding-right: 1em;
  padding-left: 0;
}
[dir="rtl"] .v5r1df .vhj7b,
[dir="rtl"] .scmfr .vhj7b,
[dir="rtl"] .hnl7f3r .vhj7b,
[dir="rtl"] .oytl .vhj7b {
  padding-left: 0;
  padding-right: 2.2em;
}
[dir="rtl"] .v5r1df .vhj7b li::before,
[dir="rtl"] .scmfr .vhj7b li::before,
[dir="rtl"] .hnl7f3r .vhj7b li::before,
[dir="rtl"] .oytl .vhj7b li::before {
  left: auto;
  right: -2.2em;
}
[dir="rtl"] .mtqf0y.v5ke56 .rrqx7k,
[dir="rtl"] .mxdtwp1.v5ke56 .rrqx7k,
[dir="rtl"] .jnwaz1.v5ke56 .rrqx7k,
[dir="rtl"] .l2ib1sg.v5ke56 .rrqx7k,
[dir="rtl"] .dn1c.v5ke56 .rrqx7k {
  text-align: right;
}
[dir="rtl"] .vabobv5.v5ke56 .cmuaj272 {
  align-items: flex-end;
  text-align: right;
}
[dir="rtl"] .zf6hm4,
[dir="rtl"] .s17ids,
[dir="rtl"] .y0d73vu,
[dir="rtl"] .lq1le,
[dir="rtl"] .rrqx7k {
  text-align: right;
}
[dir="rtl"] .e85rt,
[dir="rtl"] .v5mgpa,
[dir="rtl"] .vtl56g12,
[dir="rtl"] .h5i6,
[dir="rtl"] .di4eqw4q {
  text-align: right;
  direction: rtl;
}
[dir="rtl"] .fnqv956 .h5i6,
[dir="rtl"] .h6wldkwq .h5i6 {
  padding-right: 20px;
  padding-left: 20px;
}
:root {
  --accent: #b49202;
  --brand: #b49202;
  --brand-light: #927809;
  --brand-pale: #b89917;
  --grad-start: #fcd015;
  --grad-end: #f4d65a;
  --accent-light: var(--brand-light);
  --accent-pale: var(--brand-pale);
  --cta: #b49202;
  --cta-light: #8d7200;
  --cta-hover: #776001;
  --bg-page: #f8f7f6;
  --bg-surface: #ffffff;
  --bg-card: #ffffff;
  --bg-card-inner: #f6f5f3;
  --bg-raised: #f1f0ed;
  --bg-hover: #f6f5f3;
  --border: #e9e7e1;
  --border-alt: #dddacf;
  --border-section: #e9e7e1;
  --text-primary: #1c1b16;
  --text-muted: #625e50;
  --text-body: #38362d;
  --text-sub: #545144;
  --text-faint: #8c8772;
  --text-dim: #a39f8e;
  --text-label: #706c5b;
  --text-value: #464339;
  --accent-bg: #f8f3dc;
  --accent-bg-light: #f7ecbf;
  --bg-tip: #f0f9f1;
  --bg-warning: #f9f6ef;
  --bg-info: #f0f9f9;
  --bg-pros: #f0f9f1;
  --bg-cons: #faf4f3;
  --c-pros: #0c961d;
  --c-cons: #9f3121;
  --c-pros-label: #0eb323;
  --c-tip-border: #10c627;
  --c-warn-border: #bb801a;
  --c-stars: var(--cta);
  --c-arrow: var(--cta);
  --c-tag-pay: #0c961d;
}
:root {
  --logo-bg-opacity: 47%;
}
body,
button,
input {
  font-family: "Russo One", sans-serif;
}
.gfgnbt8x .yzm3v8 {
  font-size: 0;
  width: 1.2rem;
  flex-shrink: 0;
}
.gfgnbt8x .yzm3v8::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1;
}
.gfgnbt8x .oap30 .yzm3v8::before {
  content: "";
  color: var(--c-tip-border);
}
.gfgnbt8x .nfeok .yzm3v8::before {
  content: "";
  color: var(--c-warn-border);
}
.gfgnbt8x .v2b7 .yzm3v8::before {
  content: "";
  color: #60a5fa;
}
.n1la1 .gfgnbt8x .oap30 .yzm3v8::before {
  color: #10b981;
}
.n1la1 .gfgnbt8x .nfeok .yzm3v8::before {
  color: #f43f5e;
}
.n1la1 .gfgnbt8x .v2b7 .yzm3v8::before {
  color: #a855f7;
}
.iqdsrkn0 .gfgnbt8x .oap30 .yzm3v8::before {
  color: #eab308;
}
.iqdsrkn0 .gfgnbt8x .nfeok .yzm3v8::before {
  color: #ef4444;
}
.iqdsrkn0 .gfgnbt8x .v2b7 .yzm3v8::before {
  color: #f97316;
}
.qowjuvqd .gfgnbt8x .oap30 .yzm3v8::before {
  color: #38bdf8;
}
.qowjuvqd .gfgnbt8x .nfeok .yzm3v8::before {
  color: #818cf8;
}
.qowjuvqd .gfgnbt8x .v2b7 .yzm3v8::before {
  color: #2dd4bf;
}
.kuxalb .gfgnbt8x .yzm3v8::before {
  color: var(--accent-light) !important;
}
.pajyrzjn .ryns,
.pajyrzjn .vabobv5 {
  min-height: 420px;
}
.gqw9w::before {
  content: "/";
}
