:root {
  --color-accent: #4637aa;
  --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;
}
.ome9b4qd {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.qbtpih {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.uctfy {
  color: var(--accent-light);
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.bly3ww {
  height: 46px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  border-radius: 6px;
}
.kwlao {
  list-style: none;
  display: flex;
  column-gap: 20px;
  row-gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  --msep-color: var(--text-primary);
}
.kwlao a {
  color: var(--text-muted);
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}
.kwlao a:hover {
  color: var(--accent-light);
}
.sb0h8c .xenkj3zx {
  border-radius: 24px;
  padding: 8px;
}
.sb0h8c .xenkj3zx li a {
  border-radius: 16px;
}
@media (max-width: 640px) {
  .xenkj3zx {
    position: static;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0 0 4px 16px;
  }
  .nts2hjp:hover .xenkj3zx,
  .nts2hjp:focus-within .xenkj3zx {
    display: block;
  }
  .xenkj3zx li a {
    padding: 8px 16px;
    font-size: 0.88rem;
  }
}
.mmmca8v {
  display: none;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.4rem;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}
.wrps8nd {
  display: none;
}
@media (max-width: 640px) {
  .wrps8nd {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 899;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .wrps8nd.bbsv4cb1 {
    display: block;
  }
}
@media (max-width: 640px) {
  .mmmca8v {
    display: block;
  }
  .kwlao > li + li::before {
    display: none !important;
  }
  .kwlao {
    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;
  }
  .kwlao.bbsv4cb1 {
    display: flex;
  }
  .kwlao li a {
    display: block;
    padding: 11px 24px;
    font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .kwlao li:last-child a {
    border-bottom: none;
  }
}
.jj394 {
  min-height: 480px;
}
.x3kh {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.ygp5q {
  font-size: 1.15rem;
  margin-bottom: 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.wxgb .ygp5q {
  margin-left: 0;
  margin-right: 0;
}
.g0niv {
  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;
}
.wtqjm .g0niv {
  margin-top: 24px;
}
.g0niv:hover {
  opacity: 0.88;
}
.d2ci {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-surface);
}
.odyeo {
  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%
  );
}
.d2ci .my09m {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  padding: 48px 24px;
}
.d2ci .x3kh {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.d2ci .ygp5q {
  color: #e2e8f0;
}
.d2ci.tg9itjo8 .my09m {
  text-align: center;
}
.d2ci.wxgb .my09m {
  text-align: left;
}
.tungidp .my09m {
  width: 100%;
  max-width: 1100px;
  padding: 24px 24px;
}
.tungidp .x3kh {
  color: var(--text-primary);
  text-shadow: none;
}
.tungidp .ygp5q {
  color: var(--text-muted);
}
.tungidp .g0niv {
  margin-top: 16px;
}
.tungidp,
.tungidp.jj394 {
  min-height: auto !important;
}
.tungidp.tg9itjo8 .my09m {
  text-align: center;
}
.tungidp.wxgb .my09m {
  text-align: left;
}
.tungidp ~ .alt7t0jc {
  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;
}
.tungidp ~ .alt7t0jc .o7dlev {
  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;
}
.h3l6w9mc {
  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;
  }
}
.qvqmur8 .h3l6w9mc,
.qvqmur8 .d2ci .odyeo {
  overflow: hidden;
}
.qvqmur8 .h3l6w9mc::after,
.qvqmur8 .d2ci .odyeo::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);
  }
}
.jrcx0vx1 .d2ci .odyeo {
  overflow: hidden;
}
.jrcx0vx1 .d2ci .odyeo::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;
}
.gbawh .h3l6w9mc,
.gbawh .d2ci .odyeo {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ydpp8 .d2ci .odyeo {
  overflow: hidden;
}
.ydpp8 .d2ci .odyeo::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;
}
.uihthsu .d2ci .odyeo {
  animation: hg-breathe 10s ease-in-out infinite;
}
.h3l6w9mc .odyeo {
  background: none;
}
.h3l6w9mc .x3kh {
  color: #fff;
}
.h3l6w9mc .ygp5q {
  color: rgba(255, 255, 255, 0.85);
}
.h3l6w9mc .g0niv {
  background: #fff;
  color: var(--cta);
}
.h3l6w9mc .g0niv:hover {
  opacity: 0.92;
}
.peduh .x3kh {
  text-shadow: none;
  color: var(--text-primary);
}
.peduh .ygp5q {
  color: var(--text-muted);
}
body.d9ky .x3kh {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.mmjs3 .x3kh {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.jj394.h3l6w9mc .x3kh,
section.h3l6w9mc .x3kh {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) !important;
}
.peduh.wxgb .sb0me {
  align-items: flex-start;
  text-align: left;
}
.jj394 .gza1 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.gza1 .nqvw69.wqm5l {
  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;
}
.gza1 .nqvw69.wqm5l:hover {
  opacity: 0.85;
}
.f11mki .my09m {
  padding-bottom: 24px;
}
.wtqjm .my09m {
  max-width: 1100px;
}
@media (max-width: 700px) {
  .peduh {
    grid-template-columns: 1fr !important;
    grid-template-areas: "text" "media" !important;
  }

  .peduh:not(.std0e8v) .ll2p {
    display: none !important;
  }
  .std0e8v .ll2p {
    padding: 16px;
  }
  .sb0me {
    padding: 36px 24px;
  }
  .peduh ~ .alt7t0jc,
  .mf2as ~ .alt7t0jc {
    max-width: 100%;
    left: 0;
    right: 0;
    transform: none;
    padding: 0 24px;
  }
  .jj394,
  .peduh {
    min-height: 320px !important;
  }
  .x3kh {
    font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important;
  }

  .pm2bke,
  .cqq6t3rl,
  .aeoe {
    grid-template-columns: 1fr !important;
  }

  .f11mki {
    display: flex !important;
    flex-direction: column !important;
  }
  .f11mki .my09m {
    display: contents;
  }
  .f11mki .odyeo {
    order: 0;
  }
  .f11mki .x3kh {
    order: 1;
    padding: 32px 24px 0;
    margin-bottom: 12px;
  }
  .f11mki .pm2bke {
    order: 2;
    padding: 0 16px 12px !important;
  }
  .f11mki .ygp5q {
    order: 3;
    padding: 0 24px 24px;
    margin: 0 auto;
  }

  .wtqjm .my09m {
    display: flex;
    flex-direction: column;
  }
  .wtqjm .my09m .x3kh {
    order: 1;
  }
  .wtqjm .my09m .aeoe {
    order: 2;
    margin: 8px 0 24px !important;
  }
  .wtqjm .my09m .ygp5q {
    order: 3;
  }
  .wtqjm .my09m .g0niv {
    order: 4;
    align-self: center;
    margin-top: 0;
  }

  .peduh.std0e8v {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .peduh.std0e8v .sb0me {
    display: contents;
    padding: 0;
  }
  .peduh.std0e8v .sb0me .x3kh {
    order: 1;
    padding: 32px 24px 0;
    margin-bottom: 0;
  }
  .peduh.std0e8v .ll2p {
    order: 2;
    padding: 12px 16px;
  }
  .peduh.std0e8v .sb0me .ygp5q {
    order: 3;
    padding: 0 24px;
    margin: 0 auto;
  }
  .peduh.std0e8v .sb0me .g0niv {
    order: 4;
    align-self: center;
    margin: 8px 0 32px;
  }
}
.wp64y1 {
  position: relative;
  overflow: hidden;
  margin: 16px 0;
  line-height: 0;
}
.eki6enw {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.vsnu .wp64y1 {
  border-radius: 16px;
}
.vsnu .eki6enw {
  border-radius: 16px;
}
.nb3kqa9 .wp64y1 {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
}
.nb3kqa9 .eki6enw {
  border-radius: 8px;
}
.pv1na {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 32px;
}
.v3tyb {
  width: 100%;
  padding: 32px 0;
  position: relative;
}
.iqbiwsf {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px;
  position: relative;
  z-index: 1;
}
.xr1e0i77 .v3tyb:nth-child(even) {
  background: var(--bg-surface);
}
.xr1e0i77 .v3tyb:nth-child(odd) {
  background: var(--bg-page);
}
.bp59m3 .v3tyb:nth-child(even) {
  background: var(--bg-card);
}
.bp59m3 .v3tyb:nth-child(odd) {
  background: var(--bg-page);
}
.xr1e0i77 .v3tyb:nth-child(odd) .iqbiwsf {
  background: var(--bg-card);
  border-radius: 6px;
}
.xr1e0i77 .v3tyb:nth-child(even) .iqbiwsf {
  background: var(--bg-raised);
  border-radius: 6px;
}
.bp59m3 .v3tyb:nth-child(odd) .iqbiwsf {
  background: var(--bg-card);
  border-radius: 6px;
}
.bp59m3 .v3tyb:nth-child(even) .iqbiwsf {
  background: var(--bg-raised);
  border-radius: 6px;
}
.xr1e0i77 .v3tyb:nth-child(even) .b40y2 .dlgkt6,
.bp59m3 .v3tyb:nth-child(even) .b40y2 .dlgkt6 {
  background: var(--bg-card);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.xr1e0i77 .v3tyb:nth-child(odd) .b40y2 .dlgkt6,
.bp59m3 .v3tyb:nth-child(odd) .b40y2 .dlgkt6 {
  background: var(--bg-card-inner);
}
.xr1e0i77 .v3tyb:nth-child(even) .p3ndg0 .dlgkt6:nth-child(odd),
.bp59m3 .v3tyb:nth-child(even) .p3ndg0 .dlgkt6:nth-child(odd) {
  background: var(--bg-card);
}
.xr1e0i77 .v3tyb:nth-child(even) .p3ndg0 .dlgkt6:nth-child(even),
.bp59m3 .v3tyb:nth-child(even) .p3ndg0 .dlgkt6:nth-child(even) {
  background: var(--bg-card-inner);
}
h1.xpn0vr {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 16px;
}
h2.xpn0vr {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 16px;
}
h3.o7l6bv1p {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.deldeap h2.xpn0vr {
  border-left: 4px solid var(--accent);
  padding-left: 14px;
}
.vq8mzn h2.xpn0vr {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 10px;
  display: inline-block;
}
.ber6smx h2.xpn0vr {
  border-top: 3px solid var(--accent);
  padding-top: 12px;
  color: var(--text-primary);
}
.r9pg79f0 h2.xpn0vr::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
}
.f12ays h2.xpn0vr {
  color: var(--text-primary);
  font-size: 1.7rem;
}
.e1uc12 h2.xpn0vr::before {
  content: "/";
  color: var(--accent-light);
  font-weight: 800;
  margin-right: 10px;
}
.nsn1ddn h2.xpn0vr {
  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;
}
.w928m5ia {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .w928m5ia {
    display: none;
  }
}
.aq3gq5le {
  font-size: inherit;
  color: var(--text-body);
  margin: 8px 0 16px;
}
.whvsybuf {
  font-size: inherit;
  color: var(--text-body);
  margin: 16px 0 0;
}
.kfev {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 24px;
  margin: 28px 0;
}
.bw4m {
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 12px;
  font-size: 1rem;
}
.vgdk7 {
  padding-left: 20px;
}
.vgdk7 li {
  margin-bottom: 6px;
}
.vgdk7 a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
}
.vgdk7 a:hover {
  color: var(--accent-light);
}
.id0704l3 .bw4m {
  display: none;
}
.mjo1pky .bw4m {
  display: none;
}
.mjo1pky .vgdk7 {
  padding-left: 0;
  list-style: none;
}
.mjo1pky .vgdk7 li::before {
  content: "—";
  margin-right: 9px;
  color: var(--accent-light);
  opacity: 0.7;
}
.mjo1pky .vgdk7 a {
  font-size: 0.92rem;
}
.a7jqdsaq .kfev {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 12px 0;
}
.a7jqdsaq .bw4m {
  display: none;
}
.a7jqdsaq .vgdk7 {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.a7jqdsaq .vgdk7 li {
  margin-bottom: 0;
}
.a7jqdsaq .vgdk7 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;
}
.a7jqdsaq .vgdk7 a:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent-light);
}
.wghrjn22 .kfev {
  padding: 20px 20px 16px;
}
.wghrjn22 .vgdk7 {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  counter-reset: toc-c;
}
.wghrjn22 .vgdk7 li {
  counter-increment: toc-c;
  margin-bottom: 0;
  display: flex;
}
.wghrjn22 .vgdk7 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;
}
.wghrjn22 .vgdk7 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;
}
.wghrjn22 .vgdk7 a:hover {
  color: var(--accent-light);
  border-color: var(--accent-light);
}
.wghrjn22 .vgdk7 a:focus,
.wghrjn22 .vgdk7 a:focus-visible,
.wghrjn22 .vgdk7 a:target {
  outline: none;
}
.wghrjn22 .vgdk7 li:target a {
  border-color: var(--border);
  color: var(--text-muted);
}
.ct8h2 .kfev {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 8px 0;
  margin: 16px 0;
}
.ct8h2 .bw4m {
  display: none;
}
.ct8h2 .vgdk7 {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.ct8h2 .vgdk7 li {
  margin-bottom: 0;
}
.ct8h2 .vgdk7 li::after {
  content: ",";
  color: var(--text-muted);
  margin-right: 10px;
}
.ct8h2 .vgdk7 li:last-child::after {
  content: "";
  margin-right: 0;
}
.ct8h2 .vgdk7 a {
  font-size: 0.9rem;
}
.dlgkt6 {
  padding: 14px 20px 18px;
  margin-bottom: 12px;
  border-radius: 10px;
}
.b40y2 .dlgkt6 {
  background: var(--bg-card);
}
.p3ndg0 .dlgkt6:nth-child(odd) {
  background: var(--bg-card);
}
.p3ndg0 .dlgkt6:nth-child(even) {
  background: var(--bg-raised);
}
.u4ut .dlgkt6 {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.u4ut .dlgkt6:last-child {
  border-bottom: none;
}
.u4ut h3.o7l6bv1p {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
  display: inline-block;
}
.zqox .dlgkt6 {
  background: none;
  border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.zqox .dlgkt6 + .dlgkt6 {
  margin-top: 4px;
}
.qf4scs .dlgkt6 {
  background: none;
  border-radius: 0;
  padding: 12px 0;
}
.qf4scs .dlgkt6 + .dlgkt6 {
  border-top: 1px solid var(--border-section);
}
.rte31dsk {
  color: var(--text-body);
  margin-bottom: 12px;
  font-size: inherit;
}
.wlj3q {
  color: var(--text-body);
  margin-top: 12px;
  font-size: inherit;
}
.qmjm7 {
  color: var(--text-body);
  margin-bottom: 10px;
}
.jmwq,
.d5rqu27 {
  padding-left: 22px;
  color: var(--text-body);
  margin: 10px 0;
}
.jmwq li,
.d5rqu27 li {
  margin-bottom: 6px;
}
.d5rqu27 li {
  list-style: decimal;
}
.jlb8e .jmwq {
  list-style-type: "● ";
}
.sdic2y .jmwq {
  list-style-type: "■ ";
}
.h1105oc .jmwq {
  list-style-type: "◆ ";
}
.dyca .jmwq {
  list-style-type: "★ ";
}
.jlb8e .jmwq li::marker,
.jlb8e .ato5c06 li::marker,
.sdic2y .jmwq li::marker,
.sdic2y .ato5c06 li::marker,
.h1105oc .jmwq li::marker,
.h1105oc .ato5c06 li::marker,
.dyca .jmwq li::marker,
.dyca .ato5c06 li::marker {
  color: var(--cta);
  font-size: 1em;
}
.jlb8e .d5rqu27,
.sdic2y .d5rqu27,
.h1105oc .d5rqu27,
.dyca .d5rqu27 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.jlb8e .d5rqu27 li,
.sdic2y .d5rqu27 li,
.h1105oc .d5rqu27 li,
.dyca .d5rqu27 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.jlb8e .d5rqu27 li::before,
.sdic2y .d5rqu27 li::before,
.h1105oc .d5rqu27 li::before,
.dyca .d5rqu27 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;
}
.jlb8e .d5rqu27 li::before {
  border-radius: 50%;
}
.sdic2y .d5rqu27 li::before {
  border-radius: 3px;
}
.h1105oc .d5rqu27 li::before {
  border-radius: 3px;
}
.dyca .d5rqu27 li::before {
  border-radius: 50%;
}
.xec2ng {
  overflow-x: auto;
  margin: 12px 0;
  background: var(--accent-bg);
  border-radius: 10px;
  border: 1px solid var(--border-alt);
}
.rbto .xec2ng,
.shn5 .xec2ng {
  background: transparent;
  border: none;
  border-radius: 0;
}
.ykbm0 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.ykbm0 th {
  background: var(--bg-raised);
  color: var(--accent-light);
  padding: 8px 12px;
  text-align: left;
  font-weight: 600;
}
.ykbm0 td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--border-alt);
  color: var(--text-body);
}
.ykbm0 tr:hover td {
  background: var(--bg-hover);
}
.h13p .ykbm0 tbody tr:nth-child(even) td {
  background: var(--bg-surface);
}
.pni1j3u .ykbm0 {
  border: 1px solid var(--border-alt);
}
.pni1j3u .ykbm0 th,
.pni1j3u .ykbm0 td {
  border: 1px solid var(--border-alt);
}
.h1l9dsb .ykbm0 th {
  background: transparent;
  color: var(--accent-light);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
}
.h1l9dsb .ykbm0 td {
  border-bottom: none;
}
.h1l9dsb .ykbm0 tr:not(:last-child) td {
  border-bottom: 1px solid var(--border-alt);
}
.ihlpmnb .ykbm0 th {
  background: var(--cta);
  color: #fff;
  letter-spacing: 0.03em;
}
.k718 .xec2ng {
  overflow: hidden;
}
.k718 .ykbm0 th {
  border-bottom: 1px solid var(--border-alt);
}
.k718 .ykbm0 tr:last-child td {
  border-bottom: none;
}
[data-i="f0eb"]::before {
  content: "\f0eb";
}
[data-i="f3ed"]::before {
  content: "\f3ed";
}
[data-i="f0e7"]::before {
  content: "\f0e7";
}
[data-i="f3a5"]::before {
  content: "\f3a5";
}
[data-i="f005"]::before {
  content: "\f005";
}
[data-i="f1b2"]::before {
  content: "\f1b2";
}
[data-i="f201"]::before {
  content: "\f201";
}
[data-i="f023"]::before {
  content: "\f023";
}
[data-i="f140"]::before {
  content: "\f140";
}
[data-i="f0ac"]::before {
  content: "\f0ac";
}
[data-i="f058"]::before {
  content: "\f058";
}
[data-i="f1fe"]::before {
  content: "\f1fe";
}
[data-i="f059"]::before {
  content: "\f059";
}
[data-i="f084"]::before {
  content: "\f084";
}
[data-i="f1e0"]::before {
  content: "\f1e0";
}
[data-i="f6e2"]::before {
  content: "\f6e2";
}
[data-i="f5da"]::before {
  content: "\f5da";
}
[data-i="f024"]::before {
  content: "\f024";
}
[data-i="f0a3"]::before {
  content: "\f0a3";
}
[data-i="f6ff"]::before {
  content: "\f6ff";
}
[data-c="a"] {
  color: var(--accent-light);
  background: color-mix(in srgb, var(--accent) 15%, transparent);
}
[data-c="b"] {
  color: var(--accent-light);
  background: color-mix(in srgb, var(--accent-light) 15%, transparent);
}
[data-c="c"] {
  color: var(--c-pros);
  background: color-mix(in srgb, var(--c-pros) 15%, transparent);
}
[data-c="d"] {
  color: var(--c-stars);
  background: color-mix(in srgb, var(--c-stars) 15%, transparent);
}
[data-c="e"] {
  color: var(--accent-pale);
  background: color-mix(in srgb, var(--accent-pale) 15%, transparent);
}
[data-c="f"] {
  color: var(--c-warn-border);
  background: color-mix(in srgb, var(--c-warn-border) 15%, transparent);
}
[data-c="g"] {
  color: var(--c-tip-border);
  background: color-mix(in srgb, var(--c-tip-border) 15%, transparent);
}
[data-c="h"] {
  color: var(--c-cons);
  background: color-mix(in srgb, var(--c-cons) 15%, transparent);
}
[data-s="r"] {
  border-radius: 50%;
}
[data-s="s"] {
  border-radius: 10px;
}
[data-s="d"] {
  border-radius: 50% 8px;
}
[data-s="h"] {
  border-radius: 50%;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
[data-s="b"] {
  border-radius: 60% 40% 50% 50%/50% 60% 40% 50%;
}
.y08q8 .mnrnj6h3 {
  margin: 10px 10px 0;
  width: calc(100% - 20px);
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.dvkr2qb7 {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 10px 0;
}
.ikuxy3 {
  background: var(--bg-tip);
  border-left: 4px solid var(--c-tip-border);
}
.phn8 {
  background: var(--bg-warning);
  border-left: 4px solid var(--c-warn-border);
}
.c1s7hx {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.dvkr2qb7 strong {
  color: var(--text-primary);
  font-size: 0.95rem;
}
.dvkr2qb7 p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 4px;
}
.jkql {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 10px 0;
}
.wemzvfy,
.echwvnw {
  border-radius: 8px;
  padding: 14px;
}
.wemzvfy {
  background: var(--bg-pros);
}
.echwvnw {
  background: var(--bg-cons);
}
.wuurd {
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 8px;
}
.wemzvfy .wuurd {
  color: var(--c-pros-label);
}
.echwvnw .wuurd {
  color: #f87171;
}
.wemzvfy ul li {
  color: var(--c-pros);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.echwvnw ul li {
  color: var(--c-cons);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.eki6enw {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.wqm5l {
  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;
}
.wqm5l:hover {
  opacity: 0.85;
}
.c3227t .wqm5l {
  background: transparent;
  border: 2px solid var(--cta);
  color: var(--cta-light);
}
.c3227t .wqm5l:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.w85d .wqm5l {
  background: var(--accent-bg);
  border: 1px solid var(--cta);
  color: var(--cta-light);
}
.w85d .wqm5l:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.g7nl .g0niv {
  border-radius: 50px;
}
.g7nl .wqm5l {
  border-radius: 50px;
}
.vdjvv .g0niv {
  padding-left: 22px;
  padding-right: 22px;
}
.vdjvv .wqm5l {
  padding-left: 12px;
  padding-right: 12px;
}
.dnir .g0niv {
  padding-left: 44px;
  padding-right: 44px;
}
.dnir .wqm5l {
  padding-left: 24px;
  padding-right: 24px;
}
.qyn10f .g0niv {
  padding-left: 56px;
  padding-right: 56px;
}
.qyn10f .wqm5l {
  padding-left: 32px;
  padding-right: 32px;
}
.xrjspg7m .g0niv::after,
.xrjspg7m .wqm5l::after,
.n9vau3 .g0niv::after,
.n9vau3 .wqm5l::after,
.puxptd3 .g0niv::after,
.puxptd3 .wqm5l::after,
.nnt5sj6u .g0niv::after,
.nnt5sj6u .wqm5l::after,
.quds81xu .g0niv::after,
.quds81xu .wqm5l::after,
.dxqm1 .g0niv::after,
.dxqm1 .wqm5l::after,
.q6tbv9 .g0niv::after,
.q6tbv9 .wqm5l::after,
.bl57i76 .g0niv::after,
.bl57i76 .wqm5l::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;
}
.xrjspg7m .g0niv::after,
.xrjspg7m .wqm5l::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");
}
.n9vau3 .g0niv::after,
.n9vau3 .wqm5l::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");
}
.puxptd3 .g0niv::after,
.puxptd3 .wqm5l::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");
}
.nnt5sj6u .g0niv::after,
.nnt5sj6u .wqm5l::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");
}
.quds81xu .g0niv::after,
.quds81xu .wqm5l::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");
}
.dxqm1 .g0niv::after,
.dxqm1 .wqm5l::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");
}
.q6tbv9 .g0niv::after,
.q6tbv9 .wqm5l::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");
}
.bl57i76 .g0niv::after,
.bl57i76 .wqm5l::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");
}
.z2aldb .pp71xx::after,
.z2aldb .qe2q77md::after,
.o1pf68w4 .pp71xx::after,
.o1pf68w4 .qe2q77md::after,
.k4pf .pp71xx::after,
.k4pf .qe2q77md::after,
.nqzwqd2 .pp71xx::after,
.nqzwqd2 .qe2q77md::after,
.vtn0aj2i .pp71xx::after,
.vtn0aj2i .qe2q77md::after,
.u3fqlek .pp71xx::after,
.u3fqlek .qe2q77md::after,
.e4uza .pp71xx::after,
.e4uza .qe2q77md::after,
.llqsy .pp71xx::after,
.llqsy .qe2q77md::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;
}
.z2aldb .pp71xx::after,
.z2aldb .qe2q77md::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");
}
.o1pf68w4 .pp71xx::after,
.o1pf68w4 .qe2q77md::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");
}
.k4pf .pp71xx::after,
.k4pf .qe2q77md::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");
}
.nqzwqd2 .pp71xx::after,
.nqzwqd2 .qe2q77md::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");
}
.vtn0aj2i .pp71xx::after,
.vtn0aj2i .qe2q77md::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");
}
.u3fqlek .pp71xx::after,
.u3fqlek .qe2q77md::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");
}
.e4uza .pp71xx::after,
.e4uza .qe2q77md::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");
}
.llqsy .pp71xx::after,
.llqsy .qe2q77md::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");
}
.m91f00u .cijeb {
  background: var(--bg-raised);
}
.nqvw69.wqm5l {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ivchy {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ivchy::before {
    grid-area: rank;
  }
  .q45jkhci {
    grid-area: ident;
  }
  .mfsrqo {
    grid-area: rating;
    min-width: 0;
    width: auto;
  }
  .axhi {
    grid-area: pills;
  }
  .nqvw69 {
    grid-area: cta;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .ivchy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center;
    padding: 16px;
  }
  .ivchy::before {
    justify-self: center;
  }
  .q45jkhci {
    width: 100%;
  }
  .mfsrqo {
    justify-self: center;
  }
  .axhi {
    grid-template-columns: 1fr;
  }
}
.u2jziu .q44l li::before {
  content: "◆";
}
.u2jziu .spay li::before {
  content: "▲";
}
.zjyy8 .l76o4oa {
  border-top-width: 4px !important;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 860px) {
  .fmxhtq6 .be0yh {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
  .fmxhtq6 .xi4bc {
    margin: 0;
  }
}
.lawtt25 .xi4bc {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid var(--border-alt);
  box-shadow: none;
  margin: 0 0 20px;
}
.lawtt25 .j3ha9 {
  background: transparent;
  border-bottom: 1px solid var(--border);
  padding: 14px 16px;
}
.lawtt25 .rbto {
  padding: 14px 16px;
}
.lawtt25 .cofc {
  border-radius: 4px;
}
.lawtt25 .l76o4oa {
  border-radius: 0;
}
.shn5 .jkql {
  gap: 10px;
}
.shn5 .wemzvfy,
.shn5 .echwvnw {
  padding: 12px;
}
.shn5 .wemzvfy ul,
.shn5 .echwvnw ul {
  margin: 4px 0 0;
  padding-left: 18px;
}
.shn5 .wemzvfy li,
.shn5 .echwvnw li {
  font-size: 0.85rem;
  margin-bottom: 3px;
}
@media (max-width: 720px) {
  .bl7ef9n {
    grid-template-columns: 1fr;
  }
  .ahipre {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
    padding: 16px;
  }
  .ahipre .by3klwn {
    width: 72px;
    height: 50px;
  }
  .ahipre .ke2g7 {
    max-width: 180px;
  }
  .ahipre .ff0v52 {
    width: auto;
  }
}
@media (max-width: 720px) {
  .m6ac {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 16px;
  }
  .qbuqzveu {
    padding: 16px;
  }
  .n0z3d1 .c93t3x8h {
    min-width: 50%;
  }
}
.it7liaw .jkql {
  grid-template-columns: 1fr;
}
@media (max-width: 860px) {
  .il1ea4u {
    grid-template-columns: 1fr;
  }
  .s8pj7 {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .iei80x {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
}
@media (max-width: 540px) {
  .bieh {
    flex-wrap: wrap;
    padding: 16px;
  }
}
.x13k0tt6 .jkql {
  gap: 8px;
}
.x13k0tt6 .wemzvfy,
.x13k0tt6 .echwvnw {
  padding: 8px;
}
@media (max-width: 480px) {
  .mrbfi7l {
    flex-direction: column;
    align-items: stretch;
  }
}
.tacckcjj .ff0v52 .wqm5l {
  padding: 8px 20px;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .zcyhwqu {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .tacckcjj .ff0v52 {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .lmxbwab0 {
    grid-template-columns: 1fr;
  }
  .u7sc {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .uj8yzvxx {
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 16px;
  }
}
@media (max-width: 720px) {
  .kveuk {
    grid-template-columns: 1fr;
  }
  .nw4kw750 {
    width: 100px;
    height: 100px;
    margin: 16px auto;
  }
  .cml68km2 {
    font-size: 1.4rem;
  }
  .ywfui {
    justify-content: center;
  }
  .fkgav .c93t3x8h {
    min-width: 50%;
  }
}
.lwyzasb .jkql {
  margin: 0 24px;
  padding-top: 16px;
}
@media (max-width: 540px) {
  .fz9n {
    flex-wrap: wrap;
    padding: 14px 16px;
  }
  .axs8cnp {
    padding: 12px 16px;
  }
  .lwyzasb .jkql {
    margin: 0 16px;
  }
  .lwyzasb .p42178mz {
    padding: 0 16px;
  }
  .e480b98w {
    padding: 12px 16px;
  }
}
.e0w0 .ivchy {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.e0w0 .ivchy:first-child {
  border-left-width: 5px;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%
  );
}
.r3k1m8k .axhi .e4tq {
  background: transparent;
  padding: 4px 8px;
}
.r3k1m8k .axhi .v4japc {
  font-size: 0.65rem;
  opacity: 0.65;
}
.r3k1m8k .axhi .z4jp {
  font-size: 1.15rem;
  color: var(--accent-light);
}
.vohfg .wezs2hv9,
.vohfg .tn7l9j,
.vohfg .tn7l9j {
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--accent-light);
}
.vohfg .tn7l9j small {
  display: none;
}
.vohfg .pxog .kvqcc69,
.vohfg .pxog strong {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--accent-light);
}
.vohfg .opc5nf4 {
  display: none;
}
.cts5uf6s {
  margin: 16px 0;
}
.nigp73 {
  background: var(--bg-card);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.nigp73 summary {
  padding: 14px 18px;
  font-weight: 600;
  color: var(--accent-pale);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.nigp73 summary::after {
  content: "+";
  color: var(--accent-light);
}
.nigp73[open] summary::after {
  content: "−";
}
.nigp73 p {
  padding: 0 18px 14px;
  color: var(--text-body);
  font-size: 0.95rem;
}
.v3tyb {
  margin-bottom: 0;
}
.nwxht h2.xpn0vr {
  color: var(--text-primary);
  border-color: var(--accent-light);
}
.o96xk h2.xpn0vr {
  color: var(--text-primary);
  border-color: var(--accent-light);
}
.gejjdzw .ikuxy3 {
  background: #052e16;
  border-color: #10b981;
}
.gejjdzw .phn8 {
  background: #2d0a1e;
  border-color: #f43f5e;
}
.gejjdzw .dvkr2qb7 strong {
  color: #f1f5f9;
}
.gejjdzw .dvkr2qb7 p {
  color: #cbd5e1;
}
.gejjdzw .vbw0t .ikuxy3 .c1s7hx::before,
.gejjdzw .g4xfd .ikuxy3 .c1s7hx::before,
.gejjdzw .lwjecs6 .ikuxy3 .c1s7hx::before,
.gejjdzw .xbb7gh .ikuxy3 .c1s7hx::before {
  color: #10b981;
}
.gejjdzw .vbw0t .phn8 .c1s7hx::before,
.gejjdzw .g4xfd .phn8 .c1s7hx::before,
.gejjdzw .lwjecs6 .phn8 .c1s7hx::before,
.gejjdzw .xbb7gh .phn8 .c1s7hx::before {
  color: #f43f5e;
}
.gejjdzw .vbw0t .bt7zvkvf .c1s7hx::before,
.gejjdzw .g4xfd .bt7zvkvf .c1s7hx::before,
.gejjdzw .lwjecs6 .bt7zvkvf .c1s7hx::before,
.gejjdzw .xbb7gh .bt7zvkvf .c1s7hx::before {
  color: #a855f7;
}
.t4kczp .ikuxy3 {
  background: #2d2000;
  border-color: #eab308;
}
.t4kczp .phn8 {
  background: #2d0b0b;
  border-color: #ef4444;
}
.t4kczp .bt7zvkvf {
  background: #2d1600;
  border-color: #f97316;
}
.t4kczp .dvkr2qb7 strong {
  color: #f1f5f9;
}
.t4kczp .dvkr2qb7 p {
  color: #cbd5e1;
}
.t4kczp .vbw0t .ikuxy3 .c1s7hx::before,
.t4kczp .g4xfd .ikuxy3 .c1s7hx::before,
.t4kczp .lwjecs6 .ikuxy3 .c1s7hx::before,
.t4kczp .xbb7gh .ikuxy3 .c1s7hx::before {
  color: #eab308;
}
.t4kczp .vbw0t .phn8 .c1s7hx::before,
.t4kczp .g4xfd .phn8 .c1s7hx::before,
.t4kczp .lwjecs6 .phn8 .c1s7hx::before,
.t4kczp .xbb7gh .phn8 .c1s7hx::before {
  color: #ef4444;
}
.t4kczp .vbw0t .bt7zvkvf .c1s7hx::before,
.t4kczp .g4xfd .bt7zvkvf .c1s7hx::before,
.t4kczp .lwjecs6 .bt7zvkvf .c1s7hx::before,
.t4kczp .xbb7gh .bt7zvkvf .c1s7hx::before {
  color: #f97316;
}
.yk218 .ikuxy3 {
  background: #0c1a2e;
  border-color: #38bdf8;
}
.yk218 .phn8 {
  background: #12103a;
  border-color: #818cf8;
}
.yk218 .dvkr2qb7 strong {
  color: #f1f5f9;
}
.yk218 .dvkr2qb7 p {
  color: #cbd5e1;
}
.yk218 .vbw0t .ikuxy3 .c1s7hx::before,
.yk218 .g4xfd .ikuxy3 .c1s7hx::before,
.yk218 .lwjecs6 .ikuxy3 .c1s7hx::before,
.yk218 .xbb7gh .ikuxy3 .c1s7hx::before {
  color: #38bdf8;
}
.yk218 .vbw0t .phn8 .c1s7hx::before,
.yk218 .g4xfd .phn8 .c1s7hx::before,
.yk218 .lwjecs6 .phn8 .c1s7hx::before,
.yk218 .xbb7gh .phn8 .c1s7hx::before {
  color: #818cf8;
}
.yk218 .vbw0t .bt7zvkvf .c1s7hx::before,
.yk218 .g4xfd .bt7zvkvf .c1s7hx::before,
.yk218 .lwjecs6 .bt7zvkvf .c1s7hx::before,
.yk218 .xbb7gh .bt7zvkvf .c1s7hx::before {
  color: #2dd4bf;
}
.mpjow1i .ikuxy3 {
  background: var(--accent-bg);
  border-color: var(--accent-light);
}
.mpjow1i .phn8 {
  background: var(--accent-bg-light);
  border-color: var(--accent-light);
}
.mpjow1i .vbw0t .c1s7hx::before,
.mpjow1i .g4xfd .c1s7hx::before,
.mpjow1i .lwjecs6 .c1s7hx::before,
.mpjow1i .xbb7gh .c1s7hx::before {
  color: var(--accent-light) !important;
}
.tp7ufwh::before,
.wn22k64y::before {
  margin-right: 5px;
}
.pbwhrp .wemzvfy ul li,
.pbwhrp .wemzvfy .tp7ufwh {
  color: #22c55e;
}
.pbwhrp .echwvnw ul li,
.pbwhrp .echwvnw .wn22k64y {
  color: #ef4444;
}
.o6h6joj .wemzvfy {
  background: var(--bg-pros);
}
.o6h6joj .echwvnw {
  background: var(--bg-cons);
}
.o6h6joj .wemzvfy .tp7ufwh {
  color: var(--c-pros-label);
}
.o6h6joj .echwvnw .wn22k64y {
  color: var(--c-cons);
}
.o6h6joj .wemzvfy ul li,
.o6h6joj .echwvnw ul li,
.f8yp .wemzvfy {
  background: var(--bg-pros);
}
.f8yp .echwvnw {
  background: var(--bg-cons);
}
.f8yp .wemzvfy .tp7ufwh {
  color: var(--c-pros-label);
}
.f8yp .echwvnw .wn22k64y {
  color: var(--c-cons);
}
.f8yp .wemzvfy ul li,
.f8yp .q44l li {
  color: var(--c-pros);
}
.f8yp .echwvnw ul li,
.f8yp .spay li {
  color: var(--c-cons);
}
.qm12i9 .tp7ufwh::before {
  content: "✓ ";
}
.qm12i9 .wn22k64y::before {
  content: "✗ ";
}
.h18m .tp7ufwh::before {
  content: "→ ";
}
.h18m .wn22k64y::before {
  content: "← ";
}
.mohg .tp7ufwh::before {
  content: "★ ";
}
.mohg .wn22k64y::before {
  content: "✕ ";
}
.u2jziu .tp7ufwh::before {
  content: "◆ ";
}
.u2jziu .wn22k64y::before {
  content: "▲ ";
}
.it2py .dvkr2qb7 {
  background: transparent;
  border-left: none;
  border: 1.5px solid;
}
.it2py .ikuxy3 {
  border-color: var(--c-tip-border);
}
.it2py .phn8 {
  border-color: var(--c-warn-border);
}
.it2py .dvkr2qb7 strong {
  color: var(--text-primary);
}
.it2py .dvkr2qb7 p {
  color: var(--text-muted);
}
.zjyy8 .dvkr2qb7 {
  border-left: none;
  border-top: 4px solid;
  border-radius: 0 0 8px 8px;
}
.zjyy8 .ikuxy3 {
  border-top-color: var(--c-tip-border);
}
.zjyy8 .phn8 {
  border-top-color: var(--c-warn-border);
}
.zjyy8 .bt7zvkvf {
  border-top-color: #60a5fa;
}
.y2a7czcp .dvkr2qb7 {
  border-left: none;
  border-radius: 8px;
}
.y2a7czcp .ikuxy3 {
  background: #065f46;
}
.y2a7czcp .phn8 {
  background: #92400e;
}
.y2a7czcp .dvkr2qb7 strong,
.y2a7czcp .dvkr2qb7 p {
  color: #fff;
}
.y2a7czcp .c1s7hx::before {
  color: rgba(255, 255, 255, 0.85) !important;
}
.gejjdzw.y2a7czcp .ikuxy3,
.gejjdzw .y2a7czcp .ikuxy3 {
  background: #052e16;
}
.gejjdzw.y2a7czcp .phn8,
.gejjdzw .y2a7czcp .phn8 {
  background: #2d0a1e;
}
.t4kczp.y2a7czcp .ikuxy3,
.t4kczp .y2a7czcp .ikuxy3 {
  background: #2d2000;
}
.t4kczp.y2a7czcp .phn8,
.t4kczp .y2a7czcp .phn8 {
  background: #2d0b0b;
}
.t4kczp.y2a7czcp .bt7zvkvf,
.t4kczp .y2a7czcp .bt7zvkvf {
  background: #2d1600;
}
.yk218.y2a7czcp .ikuxy3,
.yk218 .y2a7czcp .ikuxy3 {
  background: #0c1a2e;
}
.yk218.y2a7czcp .phn8,
.yk218 .y2a7czcp .phn8 {
  background: #12103a;
}
.axvlj6 .dvkr2qb7 {
  border-left: none;
  border-radius: 6px;
  padding: 10px 14px;
}
.axvlj6 .ikuxy3 {
  background: color-mix(in srgb, var(--c-tip-border) 10%, transparent);
}
.axvlj6 .phn8 {
  background: color-mix(in srgb, var(--c-warn-border) 10%, transparent);
}
.axvlj6 .dvkr2qb7 strong {
  color: var(--text-primary);
}
.axvlj6 .dvkr2qb7 p {
  color: var(--text-muted);
}
.w9ypi28 .dvkr2qb7 {
  border-left: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.vbw0t .c1s7hx,
.g4xfd .c1s7hx,
.lwjecs6 .c1s7hx,
.xbb7gh .c1s7hx {
  font-size: 0;
  width: 1.1rem;
  flex-shrink: 0;
}
.vbw0t .c1s7hx::before,
.g4xfd .c1s7hx::before,
.lwjecs6 .c1s7hx::before,
.xbb7gh .c1s7hx::before {
  display: block;
  font-size: 1.15rem;
  line-height: 1.3;
  font-style: normal;
}
.vbw0t .ikuxy3 .c1s7hx::before {
  content: "✦";
  color: var(--c-tip-border);
}
.vbw0t .phn8 .c1s7hx::before {
  content: "▲";
  color: var(--c-warn-border);
}
.vbw0t .bt7zvkvf .c1s7hx::before {
  content: "◉";
  color: #60a5fa;
}
.g4xfd .ikuxy3 .c1s7hx::before {
  content: "★";
  color: var(--c-tip-border);
}
.g4xfd .phn8 .c1s7hx::before {
  content: "◆";
  color: var(--c-warn-border);
}
.g4xfd .bt7zvkvf .c1s7hx::before {
  content: "●";
  color: #60a5fa;
}
.lwjecs6 .ikuxy3 .c1s7hx::before {
  content: "▶";
  color: var(--c-tip-border);
}
.lwjecs6 .phn8 .c1s7hx::before {
  content: "■";
  color: var(--c-warn-border);
}
.lwjecs6 .bt7zvkvf .c1s7hx::before {
  content: "▸";
  color: #60a5fa;
}
.xbb7gh .ikuxy3 .c1s7hx::before {
  content: "→";
  color: var(--c-tip-border);
}
.xbb7gh .phn8 .c1s7hx::before {
  content: "⬥";
  color: var(--c-warn-border);
}
.xbb7gh .bt7zvkvf .c1s7hx::before {
  content: "◈";
  color: #60a5fa;
}
.va4ooga .b40y2 .dlgkt6,
.va4ooga .p3ndg0 .dlgkt6 {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}
.va4ooga .xec2ng {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.va4ooga .kfev {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.fwgpon .b40y2 .dlgkt6,
.fwgpon .p3ndg0 .dlgkt6,
.fwgpon .uyw6h2,
.fwgpon .ivchy,
.fwgpon .xi4bc,
.fwgpon .xec2ng,
.fwgpon .kfev,
.fwgpon .w9ypi28 .dvkr2qb7 {
  box-shadow: none;
}
.oxujq .qmjm7,
.oxujq .rte31dsk,
.oxujq .wlj3q,
.oxujq .aq3gq5le,
.oxujq .whvsybuf {
  font-size: 0.9rem;
}
.oxujq .jmwq,
.oxujq .d5rqu27 {
  font-size: 0.9rem;
}
.psjg9yo .qmjm7,
.psjg9yo .rte31dsk,
.psjg9yo .wlj3q,
.psjg9yo .aq3gq5le,
.psjg9yo .whvsybuf {
  font-size: 0.95rem;
}
.psjg9yo .jmwq,
.psjg9yo .d5rqu27 {
  font-size: 0.95rem;
}
.t2egc .qmjm7,
.t2egc .rte31dsk,
.t2egc .wlj3q,
.t2egc .aq3gq5le,
.t2egc .whvsybuf {
  font-size: 1.08rem;
}
.t2egc .jmwq,
.t2egc .d5rqu27 {
  font-size: 1.05rem;
}
.t2egc .ykbm0 {
  font-size: 0.97rem;
}
.m5jz .x3kh {
  font-size: 3.2rem;
}
.m5jz h2.xpn0vr {
  font-size: 1.9rem;
}
.m5jz h3.o7l6bv1p {
  font-size: 1.4rem;
}
.dg6w62ro .x3kh {
  font-size: 3.8rem;
}
.dg6w62ro h2.xpn0vr {
  font-size: 2.2rem;
}
.dg6w62ro h3.o7l6bv1p {
  font-size: 1.6rem;
}
.v3tyb + .v3tyb {
  position: relative;
}
.q48juhsx .v3tyb + .v3tyb::before,
.uafl .v3tyb + .v3tyb::before,
.gfy64 .v3tyb + .v3tyb::before,
.pv9j1xm8 .v3tyb + .v3tyb::before,
.lpk4li .v3tyb + .v3tyb::before,
.ckq5 .v3tyb + .v3tyb::before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.q48juhsx .v3tyb + .v3tyb::before {
  content: "";
  height: 1px;
  background: var(--accent);
  opacity: 0.5;
}
.uafl .v3tyb + .v3tyb::before {
  content: "";
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--grad-start),
    var(--accent),
    var(--grad-end)
  );
}
.gfy64 .v3tyb + .v3tyb::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;
}
.pv9j1xm8 .v3tyb + .v3tyb::before {
  content: "";
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--accent) 25%,
    var(--accent) 75%,
    transparent 100%
  );
  opacity: 0.6;
}
.hns4vt2q .v3tyb {
  margin-bottom: 16px;
}
.hns4vt2q .v3tyb + .v3tyb {
  margin-top: 0;
}
.hns4vt2q .iqbiwsf {
  padding-top: 0;
  padding-bottom: 0;
}
.lpk4li .v3tyb + .v3tyb::before {
  content: "";
  border-top: 2px dashed var(--accent);
  opacity: 0.5;
}
.ckq5 .v3tyb + .v3tyb::before {
  content: "";
  border-top: 3px dotted var(--accent);
  opacity: 0.5;
}
.o3su .v3tyb + .v3tyb::before,
.q4t6q .v3tyb + .v3tyb::before,
.cr7ddv .v3tyb + .v3tyb::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%;
}
.xr1e0i77 .o3su .v3tyb:nth-child(even)::before,
.xr1e0i77 .q4t6q .v3tyb:nth-child(even)::before,
.xr1e0i77 .cr7ddv .v3tyb:nth-child(even)::before {
  background: var(--bg-surface);
}
.bp59m3 .o3su .v3tyb:nth-child(even)::before,
.bp59m3 .q4t6q .v3tyb:nth-child(even)::before,
.bp59m3 .cr7ddv .v3tyb:nth-child(even)::before {
  background: var(--bg-card);
}
.o3su .v3tyb + .v3tyb::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");
}
.q4t6q .v3tyb + .v3tyb::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");
}
.cr7ddv .v3tyb + .v3tyb::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");
}
.bz9dmd .d2ci,
.mhhf1 .d2ci,
.zcx6 .d2ci {
  overflow: hidden;
}
.bz9dmd .my09m,
.mhhf1 .my09m {
  margin-bottom: 60px;
}
.zcx6 .my09m {
  margin-bottom: 70px;
}
.bz9dmd .d2ci::before,
.mhhf1 .d2ci::before,
.zcx6 .d2ci::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%;
}
.bz9dmd .d2ci::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");
}
.mhhf1 .d2ci::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");
}
.zcx6 .d2ci::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");
}
.wad2 .d2ci:not(.h3l6w9mc) .odyeo {
  background: linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.qpwju .d2ci:not(.h3l6w9mc) .odyeo {
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.hp8qe .d2ci:not(.h3l6w9mc) .odyeo {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.ykznwio .d2ci:not(.h3l6w9mc) .odyeo {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.wad2 .h3l6w9mc {
  background: linear-gradient(
    225deg,
    var(--accent) 0%,
    var(--accent-light) 100%
  );
}
.qpwju .h3l6w9mc {
  background: linear-gradient(
    45deg,
    var(--accent) 0%,
    var(--accent-light) 100%
  );
}
.hp8qe .h3l6w9mc {
  background: linear-gradient(
    90deg,
    var(--accent) 0%,
    var(--accent-light) 100%
  );
}
.ykznwio .h3l6w9mc {
  background: linear-gradient(
    180deg,
    var(--accent) 0%,
    var(--accent-light) 100%
  );
}
.pefzsp5 .h3l6w9mc {
  background: var(--accent);
}
.pefzsp5 .h3l6w9mc .odyeo {
  background: none;
}
.pefzsp5 .d2ci:not(.h3l6w9mc) .odyeo {
  background: rgba(0, 0, 0, 0.6);
}
.z2o45 .wp64y1 {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.z2o45 .wp64y1 .eki6enw {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.z2o45 .iqbiwsf::after {
  content: "";
  display: block;
  clear: both;
}
.u46g .wp64y1 {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.u46g .wp64y1 .eki6enw {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.u46g .iqbiwsf::after {
  content: "";
  display: block;
  clear: both;
}
.ncqrkqa3 .v3tyb:nth-child(odd) .wp64y1 {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.ncqrkqa3 .v3tyb:nth-child(even) .wp64y1 {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.ncqrkqa3 .wp64y1 .eki6enw {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.ncqrkqa3 .iqbiwsf::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 900px) {
  .z2o45 .wp64y1,
  .u46g .wp64y1,
  .ncqrkqa3 .v3tyb:nth-child(odd) .wp64y1,
  .ncqrkqa3 .v3tyb:nth-child(even) .wp64y1 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .z2o45 .wp64y1 .eki6enw,
  .u46g .wp64y1 .eki6enw,
  .ncqrkqa3 .wp64y1 .eki6enw {
    max-height: none !important;
  }
}
.z2o45 .jmwq,
.z2o45 .d5rqu27,
.u46g .jmwq,
.u46g .d5rqu27,
.ncqrkqa3 .jmwq,
.ncqrkqa3 .d5rqu27 {
  overflow: hidden;
}
@media (max-width: 640px) {
  .z2o45 .wp64y1,
  .u46g .wp64y1,
  .ncqrkqa3 .wp64y1 {
    float: none;
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.yk6xbyk .pv1na,
.yk6xbyk .iqbiwsf,
.yk6xbyk .rwpzisy {
  max-width: 1100px;
}
.yk6xbyk {
  --content-mw: 1100px;
}
.euy5qc .pv1na,
.euy5qc .iqbiwsf,
.euy5qc .rwpzisy {
  max-width: 1200px;
}
.g5wa3t3 .pv1na,
.g5wa3t3 .iqbiwsf,
.g5wa3t3 .rwpzisy {
  max-width: 1320px;
}
.ugaeip7s {
  font-size: 0.82rem;
  color: var(--text-muted);
}
.sgsqfe97 {
  display: flex;
  align-items: center;
}
.vd30 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.d5rt5uw {
  display: flex;
  align-items: center;
}
.voo1 {
  color: var(--accent-light);
  text-decoration: none;
  padding: 2px 5px;
  border-radius: 4px;
}
.voo1:hover {
  text-decoration: underline;
}
.q5r5cyny {
  margin: 0 3px;
  opacity: 0.45;
}
.q5r5cyny::before {
  content: "/";
}
.mji0 {
  padding: 2px 5px;
  color: var(--text-main);
}
.fpua7 .ugaeip7s {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.fpua7 .sgsqfe97 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.ev9v0b .ugaeip7s {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ev9v0b .sgsqfe97 {
  padding: 0 0 0 12px;
}
.nbse7qrb .sgsqfe97 {
  padding: 0 16px;
}
.nbse7qrb .ugaeip7s {
  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);
}
.nbse7qrb .pv1na {
  padding-top: 28px;
}
@media (max-width: 720px) {
  .o7ti2yh9 {
    margin-top: 18px;
    padding: 0 16px;
  }
  .nbse7qrb .pv1na {
    padding-top: 16px;
  }
}
.yk6xbyk.fpua7 .sgsqfe97 {
  max-width: 1100px;
}
.euy5qc.fpua7 .sgsqfe97 {
  max-width: 1200px;
}
.g5wa3t3.fpua7 .sgsqfe97 {
  max-width: 1320px;
}
.yk6xbyk .o7ti2yh9 {
  max-width: 1100px;
}
.j0vks1mh .v3tyb {
  padding-top: 16px;
  padding-bottom: 16px;
}
.n82r7mux .v3tyb {
  padding-top: 24px;
  padding-bottom: 24px;
}
.l0bx9oy .v3tyb {
  padding-top: 40px;
  padding-bottom: 40px;
}
.vajbdgon .v3tyb {
  padding-top: 52px;
  padding-bottom: 52px;
}
.vn8h3kcr .v3tyb:nth-child(4n + 1) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.vn8h3kcr .v3tyb:nth-child(4n + 2) {
  padding-top: 36px;
  padding-bottom: 36px;
}
.vn8h3kcr .v3tyb:nth-child(4n + 3) {
  padding-top: 28px;
  padding-bottom: 28px;
}
.vn8h3kcr .v3tyb:nth-child(4n) {
  padding-top: 44px;
  padding-bottom: 44px;
}
.hsobazto .iqbiwsf {
  padding-top: 10px;
  padding-bottom: 10px;
}
.d5m82hy .iqbiwsf {
  padding-top: 18px;
  padding-bottom: 18px;
}
.sia2d2 .iqbiwsf {
  padding-top: 36px;
  padding-bottom: 36px;
}
.rhoyjma .iqbiwsf {
  padding-top: 48px;
  padding-bottom: 48px;
}
.yggord1 h2.xpn0vr {
  font-weight: 600;
}
.yggord1 h3.o7l6bv1p {
  font-weight: 600;
}
.ibvwf h2.xpn0vr {
  font-weight: 800;
}
.ibvwf h3.o7l6bv1p {
  font-weight: 700;
}
.vituu {
  font-weight: 600;
}
.vituu h2.xpn0vr {
  font-weight: 900;
}
.vituu h3.o7l6bv1p {
  font-weight: 800;
}
.vituu .dvkr2qb7 strong,
.vituu .dvkr2qb7 strong {
  font-weight: 600;
}
.pp71xx {
  margin-left: 16px;
  flex-shrink: 0;
  padding: 7px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 6px;
}
.m1ec4m .pp71xx {
  display: none;
}
@media (max-width: 640px) {
  .eg5cacd {
    display: none;
  }
  .pp71xx {
    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;
  }
}
.pp71xx {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.pp71xx:hover {
  opacity: 0.85;
}
.kg5e1ye .pp71xx {
  background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important;
}
.sd14hd2 .pp71xx,
.ndgln .pp71xx {
  background: var(--grad-start) !important;
  color: #fff !important;
  border: none !important;
}
.sd14hd2 .pp71xx:hover,
.ndgln .pp71xx:hover {
  opacity: 0.88;
}
.kg5e1ye.sd14hd2 .pp71xx,
.kg5e1ye.ndgln .pp71xx {
  background: linear-gradient(
    135deg,
    var(--grad-start),
    var(--accent-light)
  ) !important;
}
.qe2q77md {
  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;
}
.qe2q77md:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}
.qe2q77md {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.w7fk .qe2q77md {
  display: none;
}
.dvh8 .qe2q77md {
  right: 32px;
}
.t9b3u8 .qe2q77md {
  left: 32px;
}
@media (max-width: 480px) {
  .dvh8 .qe2q77md {
    right: 20px;
    bottom: 20px;
  }
  .t9b3u8 .qe2q77md {
    left: 20px;
    bottom: 20px;
  }
}
.jbayhtr {
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  margin-top: 60px;
}
.rwpzisy {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px;
}
.zic6 {
  color: var(--text-faint);
  font-size: 0.85rem;
  margin-bottom: 6px;
}
.phrefc5h {
  color: var(--text-dim);
  font-size: 0.8rem;
}
.zhtvecn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 14px;
}
.zhtvecn img {
  height: 26px;
  width: auto;
  object-fit: contain;
}
.nyh09 a,
.uvbmm a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.87rem;
  transition: color 0.15s;
}
.nyh09 a:hover,
.uvbmm a:hover {
  color: var(--accent-light);
}
.uvbmm {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
}
.fz8w9 .rwpzisy {
  text-align: center;
}
.fz8w9 .uvbmm {
  justify-content: center;
  margin-bottom: 16px;
}
.fz8w9 .zic6 {
  margin-top: 0;
}
.zfez2 {
  margin-top: 10px;
}
.zfez2 a {
  font-size: 0.8rem;
  opacity: 0.65;
}
@media (max-width: 640px) {
  .rwpzisy {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ki3lac .rwpzisy {
    padding: 20px 16px;
  }
  .uvbmm {
    gap: 4px 12px;
  }
  .zic6 {
    font-size: 0.78rem;
  }
}
.lhul .zg66iep .zhtvecn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  margin-bottom: 10px;
}
.lhul .zic6 {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 14px 0 4px;
  line-height: 1.5;
}
.lhul .phrefc5h {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 768px) {
  .lhul .uwgbn2v {
    grid-template-columns: 1fr 1fr;
  }
  .lhul .zg66iep {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .lhul .uwgbn2v {
    grid-template-columns: 1fr;
  }
}
.ibxnq .zhtvecn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  margin-right: auto;
  flex-shrink: 0;
}
.ibxnq .zic6 {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 640px) {
  .ibxnq .u97z {
    gap: 12px;
  }
  .ibxnq .zhtvecn {
    margin-right: 0;
    width: 100%;
  }
}
.wdx6c .qws19ezv .zhtvecn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  margin-bottom: 10px;
}
.wdx6c .zic6 {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  flex: 1;
}
.wdx6c .phrefc5h {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .wdx6c .enhf8 {
    grid-template-columns: 1fr 1fr;
  }
  .wdx6c .qws19ezv {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .wdx6c .enhf8 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .j9y87of .sts51 {
    grid-template-columns: 1fr 1fr;
  }
  .j9y87of .ajpbh9rw:first-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .j9y87of .sts51 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .gb7tw .sts51 {
    grid-template-columns: 1fr;
  }
}
.whp4mki .rwpzisy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.whp4mki .uvbmm {
  justify-content: center;
}
.tg2pgqn .ome9b4qd {
  background: var(--bg-page);
  border-bottom-color: var(--border-alt);
}
.tg2pgqn .jbayhtr {
  background: var(--bg-page);
  border-top-color: var(--border-alt);
}
.y1gjru .ome9b4qd {
  background: #0d1117;
  border-bottom-color: #21262d;
}
.y1gjru .uctfy {
  color: var(--accent-light);
}
.y1gjru .kwlao {
  --msep-color: #8b949e;
}
.y1gjru .kwlao a {
  color: #8b949e;
}
.y1gjru .kwlao a:hover {
  color: var(--accent-light);
}
.y1gjru .mmmca8v {
  color: #8b949e;
}
.y1gjru .jbayhtr {
  background: #0d1117;
  border-top-color: #21262d;
  color: #e6edf3;
}
.y1gjru .zic6,
.y1gjru .phrefc5h {
  color: #6e7681;
}
.y1gjru .nyh09 a,
.y1gjru .uvbmm a,
.y1gjru .zhtvecn {
  color: #e6edf3;
}
@media (max-width: 640px) {
  .y1gjru .kwlao {
    background: #0d1117;
    border-top-color: #21262d;
  }
  .y1gjru .kwlao li a {
    border-bottom-color: #21262d;
  }
}
.aksh1yor .ome9b4qd {
  background: #f0f4f8;
  border-bottom-color: #cbd5e1;
}
.aksh1yor .uctfy {
  color: var(--accent-light);
}
.aksh1yor .kwlao {
  --msep-color: #475569;
}
.aksh1yor .kwlao a {
  color: #475569;
}
.aksh1yor .kwlao a:hover {
  color: var(--accent-light);
}
.aksh1yor .mmmca8v {
  color: #64748b;
}
.aksh1yor .jbayhtr {
  background: #f0f4f8;
  border-top-color: #cbd5e1;
}
.aksh1yor .zic6,
.aksh1yor .phrefc5h {
  color: #64748b;
}
.aksh1yor .nyh09 a,
.aksh1yor .uvbmm a,
.aksh1yor .slfxxd9 a,
.aksh1yor .zhtvecn {
  color: #374151;
}
@media (max-width: 640px) {
  .aksh1yor .kwlao {
    background: #f0f4f8;
    border-top-color: #cbd5e1;
  }
  .aksh1yor .kwlao li a {
    border-bottom-color: #cbd5e1;
    color: #475569;
  }
}
.sd14hd2 .ome9b4qd {
  background: var(--accent);
  border-bottom-color: var(--accent-light);
}
.sd14hd2 .uctfy {
  color: #fff;
}
.sd14hd2 .kwlao {
  --msep-color: rgba(255, 255, 255, 0.82);
}
.sd14hd2 .kwlao a {
  color: rgba(255, 255, 255, 0.82);
}
.sd14hd2 .kwlao a:hover {
  color: #fff;
}
.sd14hd2 .mmmca8v {
  color: rgba(255, 255, 255, 0.9);
}
.sd14hd2 .jbayhtr {
  background: var(--accent);
  border-top-color: var(--accent-light);
  color: #fff;
}
.sd14hd2 .zic6,
.sd14hd2 .phrefc5h {
  color: rgba(255, 255, 255, 0.72);
}
.sd14hd2 .nyh09 a,
.sd14hd2 .uvbmm a,
.sd14hd2 .slfxxd9 a,
.sd14hd2 .zhtvecn {
  color: #fff;
}
@media (max-width: 640px) {
  .sd14hd2 .kwlao {
    background: var(--accent);
    border-top-color: var(--accent-light);
  }
  .sd14hd2 .kwlao li a {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.82);
  }
}
.ndgln .ome9b4qd {
  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);
}
.ndgln .jbayhtr {
  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) {
  .ndgln .kwlao {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.zgvju259 .qbtpih {
  min-height: 52px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}
.j793 .qbtpih {
  min-height: 58px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.hsoxlvrh .qbtpih {
  min-height: 72px;
  height: auto;
}
.txw2mi .qbtpih {
  min-height: 84px;
  height: auto;
}
.ki3lac .qbtpih {
  max-width: none;
  padding: 0 32px;
}
.ki3lac .rwpzisy {
  max-width: none;
  padding: 24px 32px;
}
.a8d8.euy5qc .qbtpih {
  max-width: 1200px;
}
.a8d8.g5wa3t3 .qbtpih {
  max-width: 1320px;
}
.ckvnh .uctfy,
.ckvnh .zhtvecn {
  text-transform: capitalize;
}
.va7f .uctfy,
.va7f .zhtvecn {
  text-transform: lowercase;
}
.hlogiq .uctfy,
.hlogiq .zhtvecn {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.re626e,
.if60nexd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ex8s .re626e,
.ex8s .if60nexd {
  background: color-mix(
    in srgb,
    var(--accent) var(--logo-bg-opacity, 8%),
    transparent
  );
  border-radius: 8px;
  padding: 4px;
}
.xlc94j0 .re626e,
.xlc94j0 .if60nexd {
  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;
}
.zmx68 .re626e,
.zmx68 .if60nexd {
  background: color-mix(
    in srgb,
    var(--accent) var(--logo-bg-opacity, 8%),
    transparent
  );
  border-radius: 999px;
  padding: 4px 8px;
}
.ebmhwh .re626e,
.ebmhwh .if60nexd {
  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;
}
.c1sq .kwlao a {
  font-weight: 500;
}
.ipzurs .kwlao a {
  font-weight: 600;
}
.dagnol .kwlao a {
  font-weight: 700;
}
.begq925s .kwlao a {
  font-weight: 800;
  letter-spacing: 0.01em;
}
.m3uzmpm .kwlao > li + li::before,
.dwojpfcz .kwlao > li + li::before,
.w88g .kwlao > li + li::before,
.pf59 .kwlao > li + li::before,
.hpq5 .kwlao > li + li::before,
.yjedhn .kwlao > li + li::before,
.fjkcjqxc .kwlao > li + li::before {
  margin-right: 10px;
  margin-left: -10px;
  opacity: 0.5;
  color: var(--msep-color);
}
.m3uzmpm .kwlao > li + li::before {
  content: "·";
  font-size: 1.4em;
  line-height: 1;
  vertical-align: middle;
}
.dwojpfcz .kwlao > li + li::before {
  content: "|";
}
.w88g .kwlao > li + li::before {
  content: "—";
}
.pf59 .kwlao > li + li::before {
  content: "◆";
  font-size: 0.45em;
  vertical-align: middle;
}
.hpq5 .kwlao > li + li::before {
  content: "›";
  font-size: 1.3em;
  line-height: 1;
}
.yjedhn .kwlao > li + li::before {
  content: "•";
  font-size: 0.8em;
  vertical-align: middle;
}
.fjkcjqxc .kwlao > li + li::before {
  content: "✦";
  font-size: 0.55em;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .melsc .mmmca8v,
  .rfumjfme .mmmca8v,
  .mfedm3 .mmmca8v,
  .j6hz2k .mmmca8v,
  .hzw2i4ew .mmmca8v {
    font-size: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
  }

  .melsc .mmmca8v::before,
  .rfumjfme .mmmca8v::before,
  .mfedm3 .mmmca8v::before,
  .j6hz2k .mmmca8v::before,
  .hzw2i4ew .mmmca8v::before {
    content: "";
    display: block;
    flex-shrink: 0;
  }

  .melsc .mmmca8v::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;
  }

  .rfumjfme .mmmca8v::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;
  }

  .mfedm3 .mmmca8v::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;
  }

  .j6hz2k .mmmca8v::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;
  }

  .hzw2i4ew .mmmca8v::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) {
  .nt8ex .mmmca8v {
    padding: 5px 14px;
  }
  .nt8ex .kwlao {
    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;
  }
  .nt8ex .kwlao li a {
    border-bottom: none;
    padding: 10px 22px;
  }
  .nt8ex .kwlao li a:hover {
    background: var(--bg-raised);
  }
  .nt8ex .wrps8nd,
  .mm6lv .wrps8nd,
  .cl6x5 .wrps8nd {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
  }
}
@media (max-width: 640px) {
  .uyk44jc .mmmca8v {
    padding: 5px 10px;
  }
  .uyk44jc .kwlao {
    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);
  }
  .uyk44jc .kwlao.bbsv4cb1 {
    transform: translateX(0);
  }
  .uyk44jc .kwlao li a {
    padding: 14px 28px;
    font-size: 1rem;
    border-bottom: 1px solid var(--border);
  }
  .uyk44jc .kwlao li:last-child a {
    border-bottom: none;
  }
  .sd14hd2 .kwlao,
  .y1gjru .kwlao {
    background: var(--accent) !important;
  }
  .sd14hd2 .kwlao li a,
  .y1gjru .kwlao li a {
    color: rgba(255, 255, 255, 0.82) !important;
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  }
}
@media (max-width: 640px) {
  .cl6x5 .mmmca8v {
    padding: 5px 10px;
  }
  .cl6x5 .kwlao {
    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);
  }
  .cl6x5 .kwlao::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--border);
    border-radius: 2px;
    margin: 0 auto 14px;
  }
  .cl6x5 .kwlao.bbsv4cb1 {
    transform: translateY(0);
  }
  .cl6x5 .kwlao li a {
    text-align: center;
    border-bottom: none;
    padding: 13px 28px;
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .zk8h .mmmca8v {
    padding: 5px 10px;
  }
  .zk8h .kwlao {
    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;
  }
  .zk8h .kwlao.bbsv4cb1 {
    opacity: 1;
    pointer-events: auto;
  }
  .zk8h .kwlao li a {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: none;
    padding: 14px 48px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .cby6i .mmmca8v {
    border-radius: 0 !important;
  }
  .utyz .mmmca8v {
    border-radius: 8px !important;
  }
  .gkvwe .mmmca8v {
    border-radius: 50% !important;
  }
  .w1ftjw .mmmca8v {
    border-radius: 999px !important;
  }
}
@media (max-width: 640px) {
  .lhrr1 .fal0 {
    flex-direction: column;
    align-items: stretch;
  }
  .lhrr1 .wtqqb7ra {
    flex-direction: row;
    min-width: auto;
  }
  .lhrr1 .ptmp5dn6 {
    align-items: flex-start;
    text-align: left;
  }
}
.j276,
.j276.v3tyb,
.xr1e0i77 .j276,
.w09o1rne .j276,
.bp59m3 .j276,
.nimm .j276 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.gnte0 {
  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;
}
.ufat {
  flex: 1 1 280px;
  min-width: 0;
}
.fzclm {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.l9t1e {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.k1ipkmw {
  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;
}
.k1ipkmw:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.z251amw .gnte0 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.z251amw .fzclm {
  color: var(--cta);
}
.z251amw .l9t1e {
  color: var(--text-body);
}
.z251amw .k1ipkmw {
  background: var(--cta) !important;
  color: #fff !important;
}
.b3er5s9z .gnte0 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.b3er5s9z .fzclm {
  color: var(--text-primary);
}
.b3er5s9z .l9t1e {
  color: var(--text-body);
}
.b3er5s9z .k1ipkmw {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .gnte0 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ufat {
    flex: 0 0 auto;
  }
  .fzclm {
    font-size: 1.2rem;
  }
  .k1ipkmw {
    width: 100%;
    text-align: center;
    padding: 14px 28px !important;
  }
}
.vt119c .bly3ww {
  height: 36px;
}
.kv3s .bly3ww {
  height: 60px;
  max-width: 200px;
}
.tbwph .bly3ww {
  height: 56px;
  max-width: 180px;
}
.tvtiu .wezs2hv9,
.tvtiu .kvqcc69 {
  color: #f59e0b;
}
.r3k1m8k .v4japc {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-muted);
}
.r3k1m8k .z4jp {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-light);
}
@media (min-width: 720px) {
  .pnur6gz .amz3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px;
    counter-reset: cs-rank;
    align-items: start;
  }
  .pnur6gz .ivchy {
    margin-bottom: 0;
    justify-content: flex-start;
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .pnur6gz .ivchy {
    padding: 40px 16px 20px;
  }
  .pnur6gz .e4tq {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
  }
  .pnur6gz .nqvw69 {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 820px) {
  .hjv9 .ivchy {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 16px 18px;
    gap: 14px;
  }
  .hjv9 .ivchy::before {
    position: absolute;
    top: 14px;
    left: 14px;
  }
  .hjv9 .q45jkhci {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
    width: 100%;
  }
  .hjv9 .srioxdey {
    white-space: normal;
    text-align: center;
    font-size: 1.2rem;
  }
  .hjv9 .e4tq {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
    flex-basis: auto;
  }
  .hjv9 .nqvw69 {
    width: 100%;
    min-width: 0;
  }
  .hjv9 .wezs2hv9 {
    min-width: 0;
  }
}
.m660kwjr .nigp73 {
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
  overflow: visible;
}
.m660kwjr .nigp73 summary {
  padding: 16px 2px;
  color: var(--text-primary);
  font-size: 0.98rem;
}
.m660kwjr .nigp73 p {
  padding: 0 2px 16px;
}
.ciuy9x2d .nigp73 {
  background: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 12px;
}
.ciuy9x2d .nigp73 summary {
  background: var(--accent-bg);
  border-radius: 100px;
  padding: 10px 22px;
  color: var(--accent-light);
  font-weight: 700;
}
.ciuy9x2d .nigp73 summary::after {
  content: "›";
  font-size: 1.2em;
}
.ciuy9x2d .nigp73[open] summary::after {
  content: "‹";
}
.ciuy9x2d .nigp73 p {
  padding: 10px 22px 4px;
}
.smazh .nigp73 {
  background: var(--bg-card);
  border-radius: 0;
  border-left: 3px solid var(--accent);
  overflow: hidden;
  margin-bottom: 10px;
}
.smazh .nigp73 summary {
  color: var(--text-primary);
  padding-left: 16px;
}
.smazh .nigp73 summary::after {
  content: "›";
  font-size: 1.1em;
}
.smazh .nigp73[open] summary::after {
  content: "‹";
}
.smazh .nigp73 p {
  padding-left: 16px;
}
.pk3t .cts5uf6s {
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}
.pk3t .nigp73 {
  background: var(--bg-card);
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.pk3t .nigp73:last-child {
  border-bottom: none;
}
.pk3t .nigp73 summary {
  color: var(--text-primary);
  border-radius: 0;
}
.pk3t .nigp73 summary::after {
  content: "›";
  font-size: 1.1em;
}
.pk3t .nigp73[open] summary::after {
  content: "‹";
}
.bzde2ogk .nigp73 {
  overflow: hidden;
}
.bzde2ogk .nigp73 summary {
  background: var(--accent);
  color: #fff;
  border-radius: 0;
}
.bzde2ogk .nigp73 summary::after {
  color: rgba(255, 255, 255, 0.75);
}
.bzde2ogk .nigp73[open] summary {
  border-radius: 0;
}
.ztquw {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.dtokgg {
  text-align: center;
  padding: 48px 0 36px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 44px;
}
.v9zw5r {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.qlxiq2a {
  color: var(--text-muted);
  font-size: 1.05rem;
}
.xizc49d {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 32px;
}
.c4e9ud {
  margin-bottom: 20px;
}
.kxnk8riu {
  display: block;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.dtuvydvl {
  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;
}
.dtuvydvl:focus {
  border-color: var(--accent-light);
  box-shadow: 0 0 0 2px var(--accent-bg);
}
.k8k6pae {
  resize: vertical;
  min-height: 130px;
}
.vtwog {
  width: 100%;
  margin-top: 8px;
}
.f705iv4v {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.uq1qei8 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 14px;
}
.klm9ae9 {
  color: var(--text-muted);
  line-height: 1.75;
}
.i2bv10ep {
  color: var(--text-muted);
  line-height: 1.75;
  padding-left: 1.4em;
}
.i2bv10ep li {
  margin-bottom: 6px;
}
.qubenxl {
  max-width: 760px;
  margin: 0 auto;
}
.ld2m48 {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 36px;
}
.cql8t3e {
  max-width: 760px;
  margin: 0 auto;
}
.u3195lw ul.i2bv10ep {
  margin: 0;
}
@media (max-width: 640px) {
  .xcxcj1w {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.f7ve4k7 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.udhv0gl {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}
.hmimm0 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent-light);
  margin: 0 0 12px;
}
.udhv0gl p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  font-size: 0.9rem;
}
.udhv0gl .i2bv10ep {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .f7ve4k7 {
    grid-template-columns: 1fr;
  }
}
.jijh {
  color: inherit;
  text-decoration: none;
}
.jijh:hover {
  color: var(--accent-light);
  text-decoration: underline;
}
.kgyym {
  display: inline-block;
  line-height: 0;
}
.zw4va {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.fwps0 {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.fwps0:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ec6ra {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 12px;
}
.fwps0 p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.fwps0 ul.i2bv10ep {
  margin: 0;
}
.b8z5lxf {
  color: var(--text-muted);
  line-height: 1.75;
}
.aw2zok .i2bv10ep,
.t85w .i2bv10ep,
.m69dwe .i2bv10ep,
.oynlci92 .i2bv10ep {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.aw2zok .fwps0,
.t85w .fwps0 {
  text-align: left;
}
.aw2zok .ec6ra,
.t85w .ec6ra {
  text-align: center;
}
.vai7 {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.aegic6 {
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 14px;
  font-size: 1.02rem;
}
.jipv23 {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0 0 6px;
}
.ikh8 {
  margin-top: 12px;
}
.x3smzj {
  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;
}
.x3smzj:hover {
  border-bottom-color: var(--accent-light);
}
.kwprs6h {
  width: 140px;
  height: 140px;
  overflow: hidden;
  background: var(--bg-card);
  flex-shrink: 0;
  position: relative;
}
.kwprs6h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ogm2q {
  width: 200px;
  height: 200px;
}
.mtnyb {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  border-radius: 0;
}
.q72a716a {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.88rem;
}
.szgb {
  background: var(--accent-bg);
  color: var(--accent-light);
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .vdqdou {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
.opap5r .jipv23,
.opap5r .aegic6 {
  max-width: 640px;
}
.ost7 .vai7 {
  font-size: 1.6rem;
  margin-top: 18px;
}
.tl56zm20 .jipv23 {
  margin-bottom: 28px;
}
@media (max-width: 860px) {
  .yy0so {
    grid-template-columns: 1fr;
  }
  .ost7 {
    position: static;
    text-align: center;
  }
}
.y635l099 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.v3ir7v {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}
.v3ir7v .kwprs6h {
  margin: 0 auto 18px;
}
.v3ir7v .q72a716a {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  .y635l099 {
    grid-template-columns: 1fr;
  }
}
.q6uadf57 .vai7 {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.oynlci92 .i2bv10ep {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .q6uadf57 {
    flex-direction: column;
    text-align: center;
  }
  .w5ij4dq {
    grid-template-columns: 1fr;
  }
}
.f6f15 .vai7 {
  font-size: 1.35rem;
  margin: 0 0 4px;
}
.f6f15 .q72a716a {
  margin: 0;
}
.z7yec8 .v9zw5r {
  color: var(--accent-light);
}
.e9uk .v9zw5r {
  font-size: 2rem;
}
.e9uk .qlxiq2a {
  max-width: 680px;
}
.pnco1r .v9zw5r {
  margin: 0;
  font-size: 1.8rem;
  flex-shrink: 0;
  max-width: 45%;
}
.pnco1r .qlxiq2a {
  margin: 0;
}
@media (max-width: 640px) {
  .pnco1r {
    flex-direction: column;
  }
}
.xed4b .v9zw5r {
  color: var(--accent-light);
}
.riy1 {
  background: var(--accent);
  border-bottom: none;
  padding: 40px 32px 36px;
  margin-bottom: 32px;
}
.riy1 .v9zw5r {
  color: #fff;
}
.riy1 .qlxiq2a {
  color: rgba(255, 255, 255, 0.85);
}
.a9nf {
  max-width: 680px;
  margin: 0 auto;
}
.tq14 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 540px) {
  .tq14 {
    grid-template-columns: 1fr;
  }
}
.snu3 .dtuvydvl {
  border: none;
  border-bottom: 2px solid var(--border-alt);
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.snu3 .dtuvydvl:focus {
  border-bottom-color: var(--accent-light);
  box-shadow: none;
}
.gtxu .dtuvydvl {
  background: var(--bg-raised);
  border-color: transparent;
}
.gtxu .dtuvydvl:focus {
  background: var(--bg-card);
  border-color: var(--accent-light);
}
.wbgabc5 .dtuvydvl {
  border-radius: 100px;
  padding: 11px 20px;
}
.wbgabc5 .k8k6pae {
  border-radius: 14px;
}
@media (max-width: 640px) {
  .d2afvw77 {
    grid-template-columns: 1fr;
  }
}
.jitli38 {
  counter-reset: priv-count;
}
.tvzlwpr {
  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);
}
.tvzlwpr:last-child {
  border-bottom: none;
}
.qtqt {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--accent-light);
  opacity: 0.3;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.tvzlwpr h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 10px;
}
.tvzlwpr p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.qhvy {
  color: var(--text-muted);
  line-height: 1.75;
  padding-left: 1.4em;
  margin: 0;
}
.qhvy li {
  margin-bottom: 6px;
}
.q711a {
  display: none;
}
.q711a:empty,
.o7dlev:empty {
  display: none;
}
.x8av {
  position: relative;
  overflow: visible;
}
.bljc .alt7t0jc,
.i3x30xr5 .alt7t0jc,
.m8wl3z6 .alt7t0jc,
.dw0ku1 .alt7t0jc,
.jvmvqsff .alt7t0jc,
.jyic .alt7t0jc {
  display: block;
}
.ndxii4r .i12ivsbg {
  display: block;
}
.bljc .alt7t0jc,
.i3x30xr5 .alt7t0jc,
.m8wl3z6 .alt7t0jc,
.dw0ku1 .alt7t0jc,
.jvmvqsff .alt7t0jc {
  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;
}
.bljc .alt7t0jc .o7dlev,
.i3x30xr5 .alt7t0jc .o7dlev,
.m8wl3z6 .alt7t0jc .o7dlev,
.dw0ku1 .alt7t0jc .o7dlev,
.jvmvqsff .alt7t0jc .o7dlev {
  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;
}
.bljc .jrb5zob4,
.i3x30xr5 .jrb5zob4,
.m8wl3z6 .jrb5zob4,
.dw0ku1 .jrb5zob4,
.jvmvqsff .jrb5zob4 {
  background: transparent !important;
  border: none !important;
  padding: 0;
  border-radius: 0;
  color: inherit !important;
}
.bljc .alt7t0jc,
.i3x30xr5 .alt7t0jc {
  top: 12px;
}
.bljc .alt7t0jc .o7dlev {
  margin-right: auto;
}
.i3x30xr5 .alt7t0jc .o7dlev {
  margin-left: auto;
}
.i3x30xr5 .alt7t0jc {
  text-align: right;
}
.m8wl3z6 .alt7t0jc,
.dw0ku1 .alt7t0jc {
  bottom: 12px;
}
.m8wl3z6 .alt7t0jc .o7dlev {
  margin-right: auto;
}
.dw0ku1 .alt7t0jc .o7dlev {
  margin-left: auto;
}
.dw0ku1 .alt7t0jc {
  text-align: right;
}
.jvmvqsff .alt7t0jc {
  position: relative;
  margin-top: 16px;
}
.jvmvqsff .alt7t0jc .o7dlev {
  margin: 0 auto;
}
.jyic .alt7t0jc {
  max-width: var(--content-mw, 1100px);
  margin: 0 auto;
  padding: 8px 24px;
}
.jyic .alt7t0jc .o7dlev {
  margin: 0;
}
.jyic .peduh ~ .alt7t0jc,
.jyic .mf2as ~ .alt7t0jc {
  max-width: none;
  margin: 0;
  padding: 8px clamp(24px, calc(50vw - 476px), 96px);
}
.jyic .peduh ~ .alt7t0jc .o7dlev,
.jyic .mf2as ~ .alt7t0jc .o7dlev {
  justify-content: flex-start;
}
.peduh ~ .alt7t0jc,
.mf2as ~ .alt7t0jc {
  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;
}
.peduh ~ .alt7t0jc .o7dlev {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.mf2as ~ .alt7t0jc .o7dlev {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.i12ivsbg .o7dlev {
  margin: 0 0 12px;
}
.o7dlev {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 10px 0 16px;
}
.jrb5zob4 {
  white-space: nowrap;
}
.z3svyqq .jrb5zob4 {
  background: var(--date-bg, var(--accent-bg));
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 0.78rem;
}
.yzv0u .jrb5zob4 {
  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;
}
.p8tphf .o7dlev {
  background: var(--date-bg, var(--accent-bg));
  padding: 8px 14px;
  border-radius: var(--radius, 6px);
  gap: 8px 16px;
}
.xor1jt .jrb5zob4 {
  border-left: 2px solid var(--accent);
  padding-left: 8px;
  font-size: 0.78rem;
}
.hmvz .jrb5zob4 {
  color: var(--accent-light);
  opacity: 1;
  font-weight: 500;
}
.raa9b .jrb5zob4 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
.bnzg3 .o7dlev {
  font-size: 0.78rem;
  color: var(--text-faint);
  letter-spacing: 0.02em;
}
.c6fz {
  --date-bg: var(--accent-bg);
}
.lkmcl0 .y93to5u::before {
  content: "";
}
.zmku7q52 .jrb5zob4 + .jrb5zob4::before {
  content: "•";
  margin-right: 6px;
  opacity: 0.4;
}
.fmpenbl6 .jrb5zob4 + .jrb5zob4::before {
  content: "/";
  margin-right: 6px;
  opacity: 0.35;
}
.pd11 .jrb5zob4 + .jrb5zob4::before {
  content: "|";
  margin-right: 6px;
  opacity: 0.3;
}
.h2f36 .jrb5zob4 + .jrb5zob4::before {
  content: "—";
  margin-right: 6px;
  opacity: 0.3;
}
.flu9 .jrb5zob4 + .jrb5zob4::before {
  content: "◆";
  font-size: 0.5em;
  margin-right: 6px;
  opacity: 0.35;
}
.wyqv .jrb5zob4 + .jrb5zob4::before {
  content: "·";
  margin-right: 6px;
  opacity: 0.4;
}
.u0jn .jrb5zob4 + .jrb5zob4::before {
  content: "›";
  margin-right: 6px;
  opacity: 0.4;
}
.or43aq .jrb5zob4 + .jrb5zob4::before {
  content: "→";
  font-size: 0.85em;
  margin-right: 6px;
  opacity: 0.35;
}
.jx9pddyo {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: var(--content-width, 960px);
  margin: 32px auto 24px;
  padding: 20px 24px;
}
.pwhwx {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.wc624 {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ltkei8 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-body);
  opacity: 0.55;
}
.f6qvtd {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-heading);
}
.lyvyla2 {
  font-size: 0.85rem;
  color: var(--text-body);
  opacity: 0.8;
  line-height: 1.5;
  margin-top: 4px;
}
.yp38pdp .jx9pddyo {
  background: var(--surface-alt);
  border-radius: var(--radius, 8px);
  border: 1px solid var(--border);
}
.ydb40ykc .jx9pddyo {
  border-top: 3px solid var(--accent);
  padding-top: 18px;
}
.pkpaih .jx9pddyo {
  border-left: 3px solid var(--accent);
  border-radius: 0;
}
.ofi2c .jx9pddyo {
  padding: 20px 0;
}
@media (max-width: 640px) {
  .jx9pddyo {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 16px;
  }
  .lyvyla2 {
    max-width: 100%;
  }
}
.hodga9g .xec2ng {
  margin: 0;
}
@media (max-width: 560px) {
  .k3uki {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.r4rw {
  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;
}
.r4rw.xqtzqv {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.spwml {
  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;
  }
}
.spwml .tz1i8s66 {
  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;
}
.spwml .tz1i8s66:hover {
  background: rgba(0, 0, 0, 0.12) !important;
}
.im1j35 {
  display: block;
  margin: 0 auto 16px;
  max-width: 240px;
  max-height: 88px;
  object-fit: contain;
}
.f8rrn {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cta, #ff2349);
  font-weight: 700;
  margin-bottom: 6px;
}
.v9t2 {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-primary, #111);
}
.spwml .n5frb {
  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;
}
.spwml .n5frb:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
@media (max-width: 480px) {
  .spwml {
    padding: 28px 18px 20px;
  }
  .v9t2 {
    font-size: 1.2rem;
  }
  .im1j35 {
    max-width: 220px;
    max-height: 80px;
  }
}
.cr2yvvc {
  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);
}
.dj1j532 {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.t1ozun3 .cr2yvvc {
  border-radius: 50%;
}
.jfbvk .cr2yvvc {
  border-radius: 6px;
}
.bas89bx .cr2yvvc {
  border-radius: 22px;
}
.uv36xw6 .gnte0 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .cr2yvvc {
    width: 80px;
    height: 80px;
    padding: 8px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.jlwsl {
  margin: 28px 0 24px;
}
.jlwsl .v3tyb {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.jlwsl .iqbiwsf {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.jlwsl .gnte0 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] {
  text-align: right;
}
[dir="rtl"] body {
  direction: rtl;
}
[dir="rtl"] .qbtpih {
  flex-direction: row-reverse;
}
[dir="rtl"] .kwlao {
  flex-direction: row-reverse;
}
[dir="rtl"] .dvh8 .qe2q77md {
  right: auto;
  left: 32px;
}
[dir="rtl"] .t9b3u8 .qe2q77md {
  left: auto;
  right: 32px;
}
@media (max-width: 480px) {
  [dir="rtl"] .dvh8 .qe2q77md {
    right: auto;
    left: 20px;
  }
  [dir="rtl"] .t9b3u8 .qe2q77md {
    left: auto;
    right: 20px;
  }
}
[dir="rtl"] .z2o45 .wp64y1 {
  float: right;
  margin: 0 0 16px 28px;
}
[dir="rtl"] .u46g .wp64y1 {
  float: left;
  margin: 0 28px 16px 0;
}
[dir="rtl"] ul,
[dir="rtl"] ol {
  padding-right: 1.2em;
  padding-left: 0;
}
[dir="rtl"] .jmwq,
[dir="rtl"] .d5rqu27 {
  padding-right: 1.2em;
  padding-left: 0;
}
[dir="rtl"] .wemzvfy {
  border-left: none;
  border-right: 3px solid var(--c-pros);
  padding-left: 0;
  padding-right: 14px;
}
[dir="rtl"] .echwvnw {
  border-left: none;
  border-right: 3px solid var(--c-cons);
  padding-left: 0;
  padding-right: 14px;
}
[dir="rtl"] .dvkr2qb7 {
  border-left: none !important;
  border-right: 4px solid currentColor;
  padding-left: 18px;
  padding-right: 18px;
}
[dir="rtl"] .gnte0 {
  direction: rtl;
}
[dir="rtl"] .cr2yvvc {
  margin-right: 0;
  margin-left: 14px;
}
[dir="rtl"] .ugaeip7s {
  direction: rtl;
}
[dir="rtl"] .kfev {
  direction: rtl;
}
[dir="rtl"] .vgdk7 {
  padding-right: 1em;
  padding-left: 0;
}
[dir="rtl"] .jlb8e .d5rqu27,
[dir="rtl"] .sdic2y .d5rqu27,
[dir="rtl"] .h1105oc .d5rqu27,
[dir="rtl"] .dyca .d5rqu27 {
  padding-left: 0;
  padding-right: 2.2em;
}
[dir="rtl"] .jlb8e .d5rqu27 li::before,
[dir="rtl"] .sdic2y .d5rqu27 li::before,
[dir="rtl"] .h1105oc .d5rqu27 li::before,
[dir="rtl"] .dyca .d5rqu27 li::before {
  left: auto;
  right: -2.2em;
}
[dir="rtl"] .d2ci.wxgb .my09m,
[dir="rtl"] .tungidp.wxgb .my09m,
[dir="rtl"] .h3l6w9mc.wxgb .my09m,
[dir="rtl"] .f11mki.wxgb .my09m,
[dir="rtl"] .wtqjm.wxgb .my09m {
  text-align: right;
}
[dir="rtl"] .peduh.wxgb .sb0me {
  align-items: flex-end;
  text-align: right;
}
[dir="rtl"] .iqbiwsf,
[dir="rtl"] .aq3gq5le,
[dir="rtl"] .whvsybuf,
[dir="rtl"] .w928m5ia,
[dir="rtl"] .my09m {
  text-align: right;
}
[dir="rtl"] .xizc49d,
[dir="rtl"] .kxnk8riu,
[dir="rtl"] .jipv23,
[dir="rtl"] .dtuvydvl,
[dir="rtl"] .k8k6pae {
  text-align: right;
  direction: rtl;
}
[dir="rtl"] .wbgabc5 .dtuvydvl,
[dir="rtl"] .snu3 .dtuvydvl {
  padding-right: 20px;
  padding-left: 20px;
}
:root {
  --accent: #4637aa;
  --brand: #4637aa;
  --brand-light: #453a8c;
  --brand-pale: #6056a4;
  --grad-start: #796dcf;
  --grad-end: #a8a1d8;
  --accent-light: var(--brand-light);
  --accent-pale: var(--brand-pale);
  --cta: #4637aa;
  --cta-light: #35288f;
  --cta-hover: #32287b;
  --bg-page: #f6f6f7;
  --bg-surface: #ffffff;
  --bg-card: #ffffff;
  --bg-card-inner: #f4f4f5;
  --bg-raised: #eeeef0;
  --bg-hover: #f4f4f5;
  --border: #e3e2e8;
  --border-alt: #d2d1db;
  --border-section: #e3e2e8;
  --text-primary: #18171b;
  --text-muted: #55535e;
  --text-body: #302f36;
  --text-sub: #494751;
  --text-faint: #797787;
  --text-dim: #94929f;
  --text-label: #615f6c;
  --text-value: #3c3b43;
  --accent-bg: #e7e6ee;
  --accent-bg-light: #d3d0e6;
  --bg-tip: #f0f9f6;
  --bg-warning: #f9f6ef;
  --bg-info: #f0f3f9;
  --bg-pros: #f0f9f6;
  --bg-cons: #faf3f5;
  --c-pros: #1b8769;
  --c-cons: #9f2145;
  --c-pros-label: #21a07d;
  --c-tip-border: #24b18a;
  --c-warn-border: #bb801a;
  --c-stars: var(--cta);
  --c-arrow: var(--cta);
  --c-tag-pay: #1b8769;
}
:root {
  --logo-bg-opacity: 39%;
}
body,
button,
input {
  font-family: "Nunito Sans", sans-serif;
}
.t31c .jj394,
.t31c .peduh {
  min-height: 320px;
}
.bq0aa44 .pp71xx::after,
.bq0aa44 .qe2q77md::after {
  content: "" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  display: inline-block !important;
  margin-left: 6px;
  vertical-align: -0.05em;
  font-size: 0.8em;
  line-height: 1;
}
.q5r5cyny::before {
  content: "·";
  font-size: 1.3em;
  line-height: 1;
}
