: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;
}
.wtxp {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.php4 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .php4 > :last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
.fwcvr9ry {
  color: var(--accent-light);
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ur5d {
  height: 46px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  border-radius: 6px;
}
.lhpyw6q {
  list-style: none;
  display: flex;
  column-gap: 20px;
  row-gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  --msep-color: var(--text-primary);
}
.lhpyw6q a {
  color: var(--text-muted);
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}
.lhpyw6q a:hover {
  color: var(--accent-light);
}
.dagv .v2ltomf7 {
  border-radius: 6px;
}
.dagv .v2ltomf7 li:first-child a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dagv .v2ltomf7 li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.y1nqopa .v2ltomf7 li + li {
  border-top: 3px double var(--border-alt);
}
@media (max-width: 640px) {
  .v2ltomf7 {
    position: static;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0 0 4px 16px;
  }
  .elwgx:hover .v2ltomf7,
  .elwgx:focus-within .v2ltomf7 {
    display: block;
  }
  .v2ltomf7 li a {
    padding: 8px 16px;
    font-size: 0.88rem;
  }
}
.k5g4 {
  display: none;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.4rem;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}
.ymek6hr0 {
  display: none;
}
@media (max-width: 640px) {
  .ymek6hr0 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 899;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .ymek6hr0.tfbkh1 {
    display: block;
  }
}
@media (max-width: 640px) {
  .k5g4 {
    display: block;
  }
  .lhpyw6q > li + li::before {
    display: none !important;
  }
  .lhpyw6q {
    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;
  }
  .lhpyw6q.tfbkh1 {
    display: flex;
  }
  .lhpyw6q li a {
    display: block;
    padding: 11px 24px;
    font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .lhpyw6q li:last-child a {
    border-bottom: none;
  }
}
.vxjvprj {
  min-height: 480px;
}
.g4p5sn {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.ibnk1 {
  font-size: 1.15rem;
  margin-bottom: 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.ppr9kv .ibnk1 {
  margin-left: 0;
  margin-right: 0;
}
.yqsogwg {
  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;
}
.yqsogwg:hover {
  opacity: 0.88;
}
.jqbf {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-surface);
}
.gjayzbz {
  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%
  );
}
.jqbf .nb9a {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  padding: 48px 24px;
}
.jqbf .g4p5sn {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.jqbf .ibnk1 {
  color: #e2e8f0;
}
.jqbf.ed5dl .nb9a {
  text-align: center;
}
.jqbf.ppr9kv .nb9a {
  text-align: left;
}
.tw966di .nb9a {
  width: 100%;
  max-width: 1100px;
  padding: 24px 24px;
}
.tw966di .g4p5sn {
  color: var(--text-primary);
  text-shadow: none;
}
.tw966di .ibnk1 {
  color: var(--text-muted);
}
.tw966di .yqsogwg {
  margin-top: 16px;
}
.tw966di,
.tw966di.vxjvprj {
  min-height: auto !important;
}
.tw966di.ed5dl .nb9a {
  text-align: center;
}
.tw966di.ppr9kv .nb9a {
  text-align: left;
}
.tw966di ~ .ctrkhia5 {
  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;
}
.tw966di ~ .ctrkhia5 .c1jx17r6 {
  background: transparent !important;
  color: var(--text-muted) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: 0.8rem;
}
@keyframes hg-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes hg-breathe {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.92;
  }
}
.k7w8lsko .jqbf .gjayzbz {
  overflow: hidden;
}
.k7w8lsko .jqbf .gjayzbz::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);
  }
}
.r71aae .jqbf .gjayzbz {
  overflow: hidden;
}
.r71aae .jqbf .gjayzbz::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;
}
.n4jpw .jqbf .gjayzbz {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.khy1 .jqbf .gjayzbz {
  overflow: hidden;
}
.khy1 .jqbf .gjayzbz::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;
}
.ohsth .jqbf .gjayzbz {
  animation: hg-breathe 10s ease-in-out infinite;
}
.fwy75 .gjayzbz {
  background: none;
}
.fwy75 .g4p5sn {
  color: #fff;
}
.fwy75 .ibnk1 {
  color: rgba(255, 255, 255, 0.85);
}
.fwy75 .yqsogwg {
  background: #fff;
  color: var(--cta);
}
.fwy75 .yqsogwg:hover {
  opacity: 0.92;
}
.xg6cp .g4p5sn {
  text-shadow: none;
  color: var(--text-primary);
}
.xg6cp .ibnk1 {
  color: var(--text-muted);
}
.xg6cp.ed5dl .a5ch {
  align-items: center;
  text-align: center;
}
.k8rj .nb9a {
  padding-bottom: 24px;
}
.k23yl .nb9a {
  max-width: 960px;
}
@media (max-width: 700px) {
  .xg6cp {
    grid-template-columns: 1fr !important;
    grid-template-areas: "text" !important;
  }
  .xg6cp .w02tbat0 {
    display: none !important;
  }
  .x2fk0 .w02tbat0 {
    display: none !important;
  }
  .vukkq .rtkq {
    display: none !important;
  }
  .jjagrv .g0asnbi {
    display: none !important;
  }
  .a5ch {
    padding: 36px 24px;
  }
  .xg6cp ~ .ctrkhia5,
  .j7mk57d ~ .ctrkhia5 {
    max-width: 100%;
    left: 0;
    right: 0;
    transform: none;
    padding: 0 24px;
  }

  .vxjvprj,
  .xg6cp {
    min-height: 320px !important;
  }

  .g4p5sn {
    font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important;
  }

  .wk5e9cd {
    display: none !important;
  }

  .hdtiy {
    flex-direction: column;
    align-items: center;
  }
  .mkos {
    width: 100%;
    max-width: 340px;
  }
}
.irgj {
  position: relative;
  overflow: hidden;
  margin: 16px 0;
  line-height: 0;
}
.kb51oo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.whsnqjs .irgj {
  border-radius: 16px;
}
.whsnqjs .kb51oo {
  border-radius: 16px;
}
.luljc34s .irgj {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
}
.luljc34s .kb51oo {
  border-radius: 8px;
}
.lui6 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 32px;
}
.mevh0q5 {
  width: 100%;
  padding: 32px 0;
  position: relative;
}
.quv0a {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px;
  position: relative;
  z-index: 1;
}
.hws88luh .mevh0q5:nth-child(even) {
  background: var(--bg-surface);
}
.hws88luh .mevh0q5:nth-child(odd) {
  background: var(--bg-page);
}
.c3ojh .mevh0q5:nth-child(even) {
  background: var(--bg-card);
}
.c3ojh .mevh0q5:nth-child(odd) {
  background: var(--bg-page);
}
.hws88luh .mevh0q5:nth-child(odd) .quv0a {
  background: var(--bg-card);
  border-radius: 6px;
}
.hws88luh .mevh0q5:nth-child(even) .quv0a {
  background: var(--bg-raised);
  border-radius: 6px;
}
.c3ojh .mevh0q5:nth-child(odd) .quv0a {
  background: var(--bg-card);
  border-radius: 6px;
}
.c3ojh .mevh0q5:nth-child(even) .quv0a {
  background: var(--bg-raised);
  border-radius: 6px;
}
.hws88luh .mevh0q5:nth-child(even) .jjod3s .bojru,
.c3ojh .mevh0q5:nth-child(even) .jjod3s .bojru {
  background: var(--bg-card);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.hws88luh .mevh0q5:nth-child(odd) .jjod3s .bojru,
.c3ojh .mevh0q5:nth-child(odd) .jjod3s .bojru {
  background: var(--bg-card-inner);
}
.hws88luh .mevh0q5:nth-child(even) .ir6h57 .bojru:nth-child(odd),
.c3ojh .mevh0q5:nth-child(even) .ir6h57 .bojru:nth-child(odd) {
  background: var(--bg-card);
}
.hws88luh .mevh0q5:nth-child(even) .ir6h57 .bojru:nth-child(even),
.c3ojh .mevh0q5:nth-child(even) .ir6h57 .bojru:nth-child(even) {
  background: var(--bg-card-inner);
}
h1.zfdj2si8 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 16px;
}
h2.zfdj2si8 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 16px;
}
h3.blgyrsq2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.nn436jl h2.zfdj2si8 {
  border-left: 4px solid var(--accent);
  padding-left: 14px;
}
.vtpx9ev h2.zfdj2si8 {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 10px;
  display: inline-block;
}
.cyj6q2mq h2.zfdj2si8 {
  border-top: 3px solid var(--accent);
  padding-top: 12px;
  color: var(--text-primary);
}
.u24zgt2 h2.zfdj2si8::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
}
.us1y7 h2.zfdj2si8 {
  color: var(--text-primary);
  font-size: 1.7rem;
}
.on50 h2.zfdj2si8::before {
  content: "/";
  color: var(--accent);
  font-weight: 800;
  margin-right: 10px;
}
.vtx7sqn h2.zfdj2si8 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: var(--accent);
  border-bottom: 1px solid var(--border-alt);
  padding-bottom: 8px;
}
.ctvrv {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .ctvrv {
    display: none;
  }
}
.qnfzhy {
  font-size: inherit;
  color: var(--text-body);
  margin: 8px 0 16px;
}
.via86q {
  font-size: inherit;
  color: var(--text-body);
  margin: 16px 0 0;
}
.huj9z {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 24px;
  margin: 28px 0;
}
.m5zy {
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 12px;
  font-size: 1rem;
}
.yvvq1 {
  padding-left: 20px;
}
.yvvq1 li {
  margin-bottom: 6px;
}
.yvvq1 a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
}
.yvvq1 a:hover {
  color: var(--accent-light);
}
.obdx3b8n .m5zy {
  display: none;
}
.r7guo98 .m5zy {
  display: none;
}
.r7guo98 .yvvq1 {
  padding-left: 0;
  list-style: none;
}
.r7guo98 .yvvq1 li::before {
  content: "—";
  margin-right: 9px;
  color: var(--accent);
  opacity: 0.7;
}
.r7guo98 .yvvq1 a {
  font-size: 0.92rem;
}
.nqwok .huj9z {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 12px 0;
}
.nqwok .m5zy {
  display: none;
}
.nqwok .yvvq1 {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nqwok .yvvq1 li {
  margin-bottom: 0;
}
.nqwok .yvvq1 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;
}
.nqwok .yvvq1 a:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.obs31ol .huj9z {
  padding: 20px 20px 16px;
}
.obs31ol .yvvq1 {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  counter-reset: toc-c;
}
.obs31ol .yvvq1 li {
  counter-increment: toc-c;
  margin-bottom: 0;
  display: flex;
}
.obs31ol .yvvq1 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;
}
.obs31ol .yvvq1 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;
}
.obs31ol .yvvq1 a:hover {
  color: var(--accent-light);
  border-color: var(--accent);
}
.obs31ol .yvvq1 a:focus,
.obs31ol .yvvq1 a:focus-visible,
.obs31ol .yvvq1 a:target {
  outline: none;
}
.obs31ol .yvvq1 li:target a {
  border-color: var(--border);
  color: var(--text-muted);
}
.eeo23w9 .huj9z {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 8px 0;
  margin: 16px 0;
}
.eeo23w9 .m5zy {
  display: none;
}
.eeo23w9 .yvvq1 {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.eeo23w9 .yvvq1 li {
  margin-bottom: 0;
}
.eeo23w9 .yvvq1 li::after {
  content: ",";
  color: var(--text-muted);
  margin-right: 10px;
}
.eeo23w9 .yvvq1 li:last-child::after {
  content: "";
  margin-right: 0;
}
.eeo23w9 .yvvq1 a {
  font-size: 0.9rem;
}
.bojru {
  padding: 14px 20px 18px;
  margin-bottom: 12px;
  border-radius: 10px;
}
.jjod3s .bojru {
  background: var(--bg-card);
}
.ir6h57 .bojru:nth-child(odd) {
  background: var(--bg-card);
}
.ir6h57 .bojru:nth-child(even) {
  background: var(--bg-raised);
}
.k9fgof .bojru {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.k9fgof .bojru:last-child {
  border-bottom: none;
}
.k9fgof h3.blgyrsq2 {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
  display: inline-block;
}
.wfsvzcdq .bojru {
  background: none;
  border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.wfsvzcdq .bojru + .bojru {
  margin-top: 4px;
}
.wez67ywh .bojru {
  background: none;
  border-radius: 0;
  padding: 12px 0;
}
.wez67ywh .bojru + .bojru {
  border-top: 1px solid var(--border-section);
}
.ulism4m {
  color: var(--text-body);
  margin-bottom: 12px;
  font-size: inherit;
}
.mo0h195 {
  color: var(--text-body);
  margin-top: 12px;
  font-size: inherit;
}
.coys {
  color: var(--text-body);
  margin-bottom: 10px;
}
.k9xm5jor,
.i9b2 {
  padding-left: 22px;
  color: var(--text-body);
  margin: 10px 0;
}
.k9xm5jor li,
.i9b2 li {
  margin-bottom: 6px;
}
.i9b2 li {
  list-style: decimal;
}
.aw84hoh9 .k9xm5jor {
  list-style-type: "● ";
}
.bru2kp .k9xm5jor {
  list-style-type: "■ ";
}
.thr6 .k9xm5jor {
  list-style-type: "◆ ";
}
.hhw6b .k9xm5jor {
  list-style-type: "★ ";
}
.aw84hoh9 .dwc7 {
  list-style-type: "● ";
}
.bru2kp .dwc7 {
  list-style-type: "■ ";
}
.thr6 .dwc7 {
  list-style-type: "◆ ";
}
.hhw6b .dwc7 {
  list-style-type: "★ ";
}
.aw84hoh9 .k9xm5jor li::marker,
.aw84hoh9 .dwc7 li::marker,
.bru2kp .k9xm5jor li::marker,
.bru2kp .dwc7 li::marker,
.thr6 .k9xm5jor li::marker,
.thr6 .dwc7 li::marker,
.hhw6b .k9xm5jor li::marker,
.hhw6b .dwc7 li::marker {
  color: var(--cta);
  font-size: 1em;
}
.aw84hoh9 .i9b2,
.bru2kp .i9b2,
.thr6 .i9b2,
.hhw6b .i9b2 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.aw84hoh9 .i9b2 li,
.bru2kp .i9b2 li,
.thr6 .i9b2 li,
.hhw6b .i9b2 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.aw84hoh9 .i9b2 li::before,
.bru2kp .i9b2 li::before,
.thr6 .i9b2 li::before,
.hhw6b .i9b2 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;
}
.aw84hoh9 .i9b2 li::before {
  border-radius: 50%;
}
.bru2kp .i9b2 li::before {
  border-radius: 3px;
}
.thr6 .i9b2 li::before {
  border-radius: 3px;
}
.hhw6b .i9b2 li::before {
  border-radius: 50%;
}
.uc2mvk9 {
  overflow-x: auto;
  margin: 12px 0;
  background: var(--accent-bg);
  border-radius: 10px;
  border: 1px solid var(--border-alt);
}
.oksloih1 .uc2mvk9,
.b16mfu .uc2mvk9 {
  background: transparent;
  border: none;
  border-radius: 0;
}
.wq0om8i {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.wq0om8i th {
  background: var(--bg-raised);
  color: var(--accent-light);
  padding: 8px 12px;
  text-align: left;
  font-weight: 600;
}
.wq0om8i td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--border-alt);
  color: var(--text-body);
}
.wq0om8i tr:hover td {
  background: var(--bg-hover);
}
.i4gs8 .wq0om8i tbody tr:nth-child(even) td {
  background: var(--bg-surface);
}
.nypqjj .wq0om8i {
  border: 1px solid var(--border-alt);
}
.nypqjj .wq0om8i th,
.nypqjj .wq0om8i td {
  border: 1px solid var(--border-alt);
}
.jp695qxu .wq0om8i th {
  background: transparent;
  color: var(--accent);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
}
.jp695qxu .wq0om8i td {
  border-bottom: none;
}
.jp695qxu .wq0om8i tr:not(:last-child) td {
  border-bottom: 1px solid var(--border-alt);
}
.qm63m .wq0om8i th {
  background: var(--cta);
  color: #fff;
  letter-spacing: 0.03em;
}
.w3olw2 .uc2mvk9 {
  overflow: hidden;
}
.w3olw2 .wq0om8i th {
  border-bottom: 1px solid var(--border-alt);
}
.w3olw2 .wq0om8i tr:last-child td {
  border-bottom: none;
}
.ybrm91q {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin: 12px 0;
}
.dy2v7 {
  background: var(--bg-card-inner);
  border-radius: 8px;
  overflow: hidden;
}
.vyojstb {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  padding: 8px;
}
.slbfznu {
  background: var(--accent-bg-light);
  color: var(--accent);
  font-weight: 700;
  padding: 10px 14px;
  font-size: 0.9rem;
}
.qy70 {
  padding: 10px 14px 4px;
  font-size: 0.88rem;
  color: var(--text-sub);
}
.dwc7 {
  padding: 4px 14px 12px 28px;
  font-size: 0.82rem;
  color: var(--text-muted);
}
.dwc7 li {
  margin-bottom: 3px;
}
[data-i="f0eb"]::before {
  content: "\f0eb";
}
[data-i="f3ed"]::before {
  content: "\f3ed";
}
[data-i="f0e7"]::before {
  content: "\f0e7";
}
[data-i="f3a5"]::before {
  content: "\f3a5";
}
[data-i="f005"]::before {
  content: "\f005";
}
[data-i="f1b2"]::before {
  content: "\f1b2";
}
[data-i="f201"]::before {
  content: "\f201";
}
[data-i="f023"]::before {
  content: "\f023";
}
[data-i="f140"]::before {
  content: "\f140";
}
[data-i="f0ac"]::before {
  content: "\f0ac";
}
[data-i="f058"]::before {
  content: "\f058";
}
[data-i="f1fe"]::before {
  content: "\f1fe";
}
[data-i="f059"]::before {
  content: "\f059";
}
[data-i="f084"]::before {
  content: "\f084";
}
[data-i="f1e0"]::before {
  content: "\f1e0";
}
[data-i="f6e2"]::before {
  content: "\f6e2";
}
[data-i="f5da"]::before {
  content: "\f5da";
}
[data-i="f024"]::before {
  content: "\f024";
}
[data-i="f0a3"]::before {
  content: "\f0a3";
}
[data-i="f6ff"]::before {
  content: "\f6ff";
}
[data-c="a"] {
  color: var(--accent);
  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%;
}
.ta250ye .slbfznu {
  background: transparent;
  text-align: center;
}
.kvtp1ve .vyojstb {
  margin: 10px 10px 0;
  width: calc(100% - 20px);
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.i38dm2 .vyojstb {
  width: 72px;
  height: 72px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  margin: 16px auto 4px;
  display: block;
  border: 3px solid var(--accent-bg);
}
.atlsf .dy2v7 {
  display: grid;
  grid-template-columns: auto 1fr;
}
.atlsf .vyojstb {
  grid-column: 1;
  grid-row: 1;
  width: 88px;
  height: 88px;
  aspect-ratio: 1/1;
  object-fit: cover;
  align-self: center;
}
.atlsf .slbfznu {
  grid-column: 2;
}
.atlsf .qy70,
.atlsf .dwc7 {
  grid-column: 1 / -1;
}
.sepmvo .dy2v7 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
.sepmvo .vyojstb {
  grid-column: 1;
  grid-row: 1;
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  margin: 14px 12px;
  border: 2px solid var(--accent-pale);
}
.sepmvo .slbfznu {
  grid-column: 2;
}
.sepmvo .qy70,
.sepmvo .dwc7 {
  grid-column: 1 / -1;
}
.anlm .dy2v7 {
  border: 1px solid var(--border);
  border-left: 2px solid var(--accent);
}
.anlm .slbfznu {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.yq3jqr77 .dy2v7 {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.yq3jqr77 .slbfznu {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.fbb8 .dy2v7 {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
}
.fbb8 .dy2v7:last-child {
  border-bottom: none;
}
.fbb8 .slbfznu {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.mlfifznq .dy2v7 {
  border: 1px solid var(--border);
  border-top: 3px solid var(--accent);
}
.mlfifznq .slbfznu {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
  padding-top: 13px;
}
.l0pqd1e .ybrm91q {
  counter-reset: card-n;
}
.l0pqd1e .dy2v7 {
  counter-increment: card-n;
}
.l0pqd1e .slbfznu {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l0pqd1e .slbfznu::before {
  content: counter(card-n);
  flex-shrink: 0;
  min-width: 26px;
  height: 26px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 700;
}
.ybez .dy2v7 {
  background: var(--bg-surface);
  border: 1px solid var(--border);
}
.ybez .slbfznu {
  background: none;
  color: var(--text-main);
  font-weight: 700;
  border-bottom: 1px solid var(--border);
}
.ldqt49 {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 10px 0;
}
.zidgc6qw {
  background: var(--bg-tip);
  border-left: 4px solid var(--c-tip-border);
}
.ss72 {
  background: var(--bg-warning);
  border-left: 4px solid var(--c-warn-border);
}
.xcf7b {
  background: var(--bg-info);
  border-left: 4px solid #60a5fa;
}
.g937i62n {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.ldqt49 strong {
  color: var(--text-primary);
  font-size: 0.95rem;
}
.ldqt49 p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 4px;
}
.e8ncgd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 10px 0;
}
.uwjf,
.giv7e5 {
  border-radius: 8px;
  padding: 14px;
}
.uwjf {
  background: var(--bg-pros);
}
.giv7e5 {
  background: var(--bg-cons);
}
.yr7i250 {
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 8px;
}
.uwjf .yr7i250 {
  color: var(--c-pros-label);
}
.giv7e5 .yr7i250 {
  color: #f87171;
}
.uwjf ul li {
  color: var(--c-pros);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.giv7e5 ul li {
  color: var(--c-cons);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.kb51oo {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.iz4v {
  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;
}
.iz4v:hover {
  opacity: 0.85;
}
.ic7r6iz4 .iz4v {
  background: transparent;
  border: 2px solid var(--cta);
  color: var(--cta-light);
}
.ic7r6iz4 .iz4v:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.e9ti00x .iz4v {
  background: var(--accent-bg);
  border: 1px solid var(--cta);
  color: var(--cta-light);
}
.e9ti00x .iz4v:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.de7jf .yqsogwg {
  border-radius: 50px;
}
.de7jf .iz4v {
  border-radius: 50px;
}
.fqar .yqsogwg {
  padding-left: 22px;
  padding-right: 22px;
}
.fqar .iz4v {
  padding-left: 12px;
  padding-right: 12px;
}
.uq9b .yqsogwg {
  padding-left: 44px;
  padding-right: 44px;
}
.uq9b .iz4v {
  padding-left: 24px;
  padding-right: 24px;
}
.xs8g45k .yqsogwg {
  padding-left: 56px;
  padding-right: 56px;
}
.xs8g45k .iz4v {
  padding-left: 32px;
  padding-right: 32px;
}
.tmtjcs .yqsogwg::after,
.tmtjcs .iz4v::after,
.uzdbgm .yqsogwg::after,
.uzdbgm .iz4v::after,
.au4ir .yqsogwg::after,
.au4ir .iz4v::after,
.lj6bn .yqsogwg::after,
.lj6bn .iz4v::after,
.xc8g .yqsogwg::after,
.xc8g .iz4v::after,
.qn5onb .yqsogwg::after,
.qn5onb .iz4v::after,
.me5lq1g .yqsogwg::after,
.me5lq1g .iz4v::after,
.de2u3z .yqsogwg::after,
.de2u3z .iz4v::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;
}
.tmtjcs .yqsogwg::after,
.tmtjcs .iz4v::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");
}
.uzdbgm .yqsogwg::after,
.uzdbgm .iz4v::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");
}
.au4ir .yqsogwg::after,
.au4ir .iz4v::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");
}
.lj6bn .yqsogwg::after,
.lj6bn .iz4v::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");
}
.xc8g .yqsogwg::after,
.xc8g .iz4v::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");
}
.qn5onb .yqsogwg::after,
.qn5onb .iz4v::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");
}
.me5lq1g .yqsogwg::after,
.me5lq1g .iz4v::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");
}
.de2u3z .yqsogwg::after,
.de2u3z .iz4v::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");
}
.fluk6t .aklyo::after,
.fluk6t .mujhu8fn::after,
.warvuy .aklyo::after,
.warvuy .mujhu8fn::after,
.cib4shl .aklyo::after,
.cib4shl .mujhu8fn::after,
.spua1vm2 .aklyo::after,
.spua1vm2 .mujhu8fn::after,
.rex49c9 .aklyo::after,
.rex49c9 .mujhu8fn::after,
.w5cyo2r6 .aklyo::after,
.w5cyo2r6 .mujhu8fn::after,
.jqmd .aklyo::after,
.jqmd .mujhu8fn::after,
.nv3th .aklyo::after,
.nv3th .mujhu8fn::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;
}
.fluk6t .aklyo::after,
.fluk6t .mujhu8fn::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");
}
.warvuy .aklyo::after,
.warvuy .mujhu8fn::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");
}
.cib4shl .aklyo::after,
.cib4shl .mujhu8fn::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");
}
.spua1vm2 .aklyo::after,
.spua1vm2 .mujhu8fn::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");
}
.rex49c9 .aklyo::after,
.rex49c9 .mujhu8fn::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");
}
.w5cyo2r6 .aklyo::after,
.w5cyo2r6 .mujhu8fn::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");
}
.jqmd .aklyo::after,
.jqmd .mujhu8fn::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");
}
.nv3th .aklyo::after,
.nv3th .mujhu8fn::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");
}
@media (min-width: 721px) {
  .v3h4j2m {
    flex: 0 0 260px;
    width: 260px;
  }
  .fy9vo {
    flex: 0 0 120px;
    width: 120px;
  }
  .mrkb {
    flex: 0 0 110px;
    width: 110px;
  }
  .wyls {
    flex: 0 0 180px;
    width: 180px;
  }
}
@media (min-width: 721px) {
  .corw7 {
    flex: 0 0 170px;
    width: 170px;
    margin-left: auto;
  }
}
.corw7.iz4v {
  padding-left: 28px !important;
  padding-right: 28px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  font-size: 1.05rem !important;
}
@media (max-width: 820px) {
  .tedem4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .tedem4 .e7vn27 {
    flex-direction: column;
    align-items: center;
    padding: 18px 14px;
    border-radius: 14px;
    gap: 14px;
  }
  .tedem4 .v3h4j2m {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }
  .tedem4 .bdzung {
    width: 100%;
    min-width: unset;
    height: 120px;
  }
  .tedem4 .uvfu {
    max-height: 96px;
    max-width: 200px;
  }
  .tedem4 .vaaof {
    min-width: unset;
    text-align: center;
    white-space: normal;
  }
  .tedem4 .fy9vo {
    min-width: 0;
  }
  .tedem4 .wyls {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
    flex-basis: auto;
    min-width: 0;
  }
  .tedem4 .corw7 {
    width: 100%;
    min-width: 0;
    text-align: center;
    margin-left: 0;
  }
  .qdwlv7k .e7vn27 {
    row-gap: 8px !important;
    gap: 10px !important;
  }
}
@media (min-width: 860px) {
  .jviu7t4y .xbf7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
  .jviu7t4y .o6u7 {
    margin: 0;
  }
}
.b16mfu .e8ncgd {
  gap: 10px;
}
.b16mfu .uwjf,
.b16mfu .giv7e5 {
  padding: 12px;
}
.b16mfu .uwjf ul,
.b16mfu .giv7e5 ul {
  margin: 4px 0 0;
  padding-left: 18px;
}
.b16mfu .uwjf li,
.b16mfu .giv7e5 li {
  font-size: 0.85rem;
  margin-bottom: 3px;
}
@media (max-width: 720px) {
  .zi3jye {
    grid-template-columns: 1fr;
  }
  .iv8fc8j9 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
    padding: 16px;
  }
  .iv8fc8j9 .hww7f {
    width: 72px;
    height: 50px;
  }
  .iv8fc8j9 .afj5p3rd {
    max-width: 180px;
  }
  .iv8fc8j9 .w4qexa37 {
    width: auto;
  }
}
@media (max-width: 720px) {
  .gsbvg {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 16px;
  }
  .g7zqo {
    padding: 16px;
  }
  .kh7ab4ht .g7ly {
    min-width: 50%;
  }
}
.pcqvse .e8ncgd {
  grid-template-columns: 1fr;
}
@media (max-width: 860px) {
  .km0mn {
    grid-template-columns: 1fr;
  }
  .slfn {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .t9epjnj {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
}
@media (max-width: 540px) {
  .e6sqo6i8 {
    flex-wrap: wrap;
    padding: 16px;
  }
}
.pf2c4 .e8ncgd {
  gap: 8px;
}
.pf2c4 .uwjf,
.pf2c4 .giv7e5 {
  padding: 8px;
}
@media (max-width: 480px) {
  .brae2z5j {
    flex-direction: column;
    align-items: stretch;
  }
}
.r53hhepf .w4qexa37 .iz4v {
  padding: 8px 20px;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .xaziwh {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .r53hhepf .w4qexa37 {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .ulk88wy {
    grid-template-columns: 1fr;
  }
  .ftmsgm5 {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .e6re {
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 16px;
  }
}
@media (max-width: 720px) {
  .v95tkyc {
    grid-template-columns: 1fr;
  }
  .u886exiw {
    width: 100px;
    height: 100px;
    margin: 16px auto;
  }
  .vhpsmcuu {
    font-size: 1.4rem;
  }
  .wqqoed {
    justify-content: center;
  }
  .e6a8n7pe .g7ly {
    min-width: 50%;
  }
}
.n7kc .e8ncgd {
  margin: 0 24px;
  padding-top: 16px;
}
@media (max-width: 540px) {
  .pormvln {
    flex-wrap: wrap;
    padding: 14px 16px;
  }
  .bnam {
    padding: 12px 16px;
  }
  .n7kc .e8ncgd {
    margin: 0 16px;
  }
  .n7kc .cj6x16 {
    padding: 0 16px;
  }
  .mgsa {
    padding: 12px 16px;
  }
}
.qml5lovi .corw7.iz4v {
  padding: 14px 30px !important;
  font-size: 1rem;
}
.y79ea0 .corw7.iz4v {
  padding: 16px 36px !important;
  font-size: 1.05rem;
  font-weight: 700;
}
.j9zurkx .ksl5pr {
  flex: 1.8;
}
.j9zurkx .ksl5pr .zis0 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--accent-light);
}
.j9zurkx .ksl5pr .xwewypur {
  font-weight: 700;
  color: var(--text-primary);
}
.j9zurkx .gijr,
.j9zurkx .n5p0jnal,
.j9zurkx .aym5 {
  flex: 0.75;
  opacity: 0.75;
}
.bzn34 .fy9vo {
  background: var(--accent-bg);
  border-radius: 100px;
  padding: 1px 10px;
  font-size: 0.75rem;
  color: var(--cta);
  font-weight: 700;
  letter-spacing: 0.5px;
}
.yh8al {
  margin: 16px 0;
}
.z30y5a {
  background: var(--bg-card);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.z30y5a summary {
  padding: 14px 18px;
  font-weight: 600;
  color: var(--accent-pale);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.z30y5a summary::after {
  content: "+";
  color: var(--accent);
}
.z30y5a[open] summary::after {
  content: "−";
}
.z30y5a p {
  padding: 0 18px 14px;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.mevh0q5 {
  margin-bottom: 0;
}
.tphl h2.zfdj2si8 {
  color: var(--text-primary);
  border-color: var(--accent);
}
.qxsq h2.zfdj2si8 {
  color: var(--text-primary);
  border-color: var(--accent);
}
.g5knksb .zidgc6qw {
  background: #052e16;
  border-color: #10b981;
}
.g5knksb .ss72 {
  background: #2d0a1e;
  border-color: #f43f5e;
}
.g5knksb .xcf7b {
  background: #1e1036;
  border-color: #a855f7;
}
.g5knksb .ldqt49 strong {
  color: #f1f5f9;
}
.g5knksb .ldqt49 p {
  color: #cbd5e1;
}
.g5knksb .q4jb6bpy .zidgc6qw .g937i62n::before,
.g5knksb .pl86ii0z .zidgc6qw .g937i62n::before,
.g5knksb .svzhv .zidgc6qw .g937i62n::before,
.g5knksb .elh4 .zidgc6qw .g937i62n::before {
  color: #10b981;
}
.g5knksb .q4jb6bpy .ss72 .g937i62n::before,
.g5knksb .pl86ii0z .ss72 .g937i62n::before,
.g5knksb .svzhv .ss72 .g937i62n::before,
.g5knksb .elh4 .ss72 .g937i62n::before {
  color: #f43f5e;
}
.g5knksb .q4jb6bpy .xcf7b .g937i62n::before,
.g5knksb .pl86ii0z .xcf7b .g937i62n::before,
.g5knksb .svzhv .xcf7b .g937i62n::before,
.g5knksb .elh4 .xcf7b .g937i62n::before {
  color: #a855f7;
}
.kpxgd5 .zidgc6qw {
  background: #2d2000;
  border-color: #eab308;
}
.kpxgd5 .ss72 {
  background: #2d0b0b;
  border-color: #ef4444;
}
.kpxgd5 .xcf7b {
  background: #2d1600;
  border-color: #f97316;
}
.kpxgd5 .ldqt49 strong {
  color: #f1f5f9;
}
.kpxgd5 .ldqt49 p {
  color: #cbd5e1;
}
.kpxgd5 .q4jb6bpy .zidgc6qw .g937i62n::before,
.kpxgd5 .pl86ii0z .zidgc6qw .g937i62n::before,
.kpxgd5 .svzhv .zidgc6qw .g937i62n::before,
.kpxgd5 .elh4 .zidgc6qw .g937i62n::before {
  color: #eab308;
}
.kpxgd5 .q4jb6bpy .ss72 .g937i62n::before,
.kpxgd5 .pl86ii0z .ss72 .g937i62n::before,
.kpxgd5 .svzhv .ss72 .g937i62n::before,
.kpxgd5 .elh4 .ss72 .g937i62n::before {
  color: #ef4444;
}
.kpxgd5 .q4jb6bpy .xcf7b .g937i62n::before,
.kpxgd5 .pl86ii0z .xcf7b .g937i62n::before,
.kpxgd5 .svzhv .xcf7b .g937i62n::before,
.kpxgd5 .elh4 .xcf7b .g937i62n::before {
  color: #f97316;
}
.tgmi2gr .zidgc6qw {
  background: #0c1a2e;
  border-color: #38bdf8;
}
.tgmi2gr .ss72 {
  background: #12103a;
  border-color: #818cf8;
}
.tgmi2gr .xcf7b {
  background: #0a2020;
  border-color: #2dd4bf;
}
.tgmi2gr .ldqt49 strong {
  color: #f1f5f9;
}
.tgmi2gr .ldqt49 p {
  color: #cbd5e1;
}
.tgmi2gr .q4jb6bpy .zidgc6qw .g937i62n::before,
.tgmi2gr .pl86ii0z .zidgc6qw .g937i62n::before,
.tgmi2gr .svzhv .zidgc6qw .g937i62n::before,
.tgmi2gr .elh4 .zidgc6qw .g937i62n::before {
  color: #38bdf8;
}
.tgmi2gr .q4jb6bpy .ss72 .g937i62n::before,
.tgmi2gr .pl86ii0z .ss72 .g937i62n::before,
.tgmi2gr .svzhv .ss72 .g937i62n::before,
.tgmi2gr .elh4 .ss72 .g937i62n::before {
  color: #818cf8;
}
.tgmi2gr .q4jb6bpy .xcf7b .g937i62n::before,
.tgmi2gr .pl86ii0z .xcf7b .g937i62n::before,
.tgmi2gr .svzhv .xcf7b .g937i62n::before,
.tgmi2gr .elh4 .xcf7b .g937i62n::before {
  color: #2dd4bf;
}
.wn4qua8d .zidgc6qw {
  background: var(--accent-bg);
  border-color: var(--accent);
}
.wn4qua8d .ss72 {
  background: var(--accent-bg-light);
  border-color: var(--accent-light);
}
.wn4qua8d .xcf7b {
  background: var(--accent-bg);
  border-color: var(--accent-pale);
}
.wn4qua8d .q4jb6bpy .g937i62n::before,
.wn4qua8d .pl86ii0z .g937i62n::before,
.wn4qua8d .svzhv .g937i62n::before,
.wn4qua8d .elh4 .g937i62n::before {
  color: var(--accent-light) !important;
}
.xfuik::before,
.zmee::before {
  margin-right: 5px;
}
.g9aoyq .uwjf ul li,
.g9aoyq .uwjf .xfuik {
  color: #22c55e;
}
.g9aoyq .giv7e5 ul li,
.g9aoyq .giv7e5 .zmee {
  color: #ef4444;
}
.plzp .uwjf {
  background: var(--bg-pros);
}
.plzp .giv7e5 {
  background: var(--bg-cons);
}
.plzp .uwjf .xfuik {
  color: var(--c-pros-label);
}
.plzp .giv7e5 .zmee {
  color: var(--c-cons);
}
.plzp .uwjf ul li,
.plzp .giv7e5 ul li,
.h4fgmj .uwjf {
  background: var(--bg-pros);
}
.h4fgmj .giv7e5 {
  background: var(--bg-cons);
}
.h4fgmj .uwjf .xfuik {
  color: var(--c-pros-label);
}
.h4fgmj .giv7e5 .zmee {
  color: var(--c-cons);
}
.h4fgmj .uwjf ul li,
.h4fgmj .iz2mbv4 li {
  color: var(--c-pros);
}
.h4fgmj .giv7e5 ul li,
.h4fgmj .djb4w6hi li {
  color: var(--c-cons);
}
.way9ouu9 .xfuik::before {
  content: "✓ ";
}
.way9ouu9 .zmee::before {
  content: "✗ ";
}
.vbkq .xfuik::before {
  content: "→ ";
}
.vbkq .zmee::before {
  content: "← ";
}
.lpk5h .xfuik::before {
  content: "★ ";
}
.lpk5h .zmee::before {
  content: "✕ ";
}
.uvqht .xfuik::before {
  content: "◆ ";
}
.uvqht .zmee::before {
  content: "▲ ";
}
.n5mf1xs .ldqt49 {
  background: transparent;
  border-left: none;
  border: 1.5px solid;
}
.n5mf1xs .zidgc6qw {
  border-color: var(--c-tip-border);
}
.n5mf1xs .ss72 {
  border-color: var(--c-warn-border);
}
.n5mf1xs .xcf7b {
  border-color: #60a5fa;
}
.n5mf1xs .ldqt49 strong {
  color: var(--text-primary);
}
.n5mf1xs .ldqt49 p {
  color: var(--text-muted);
}
.a8q8a .ldqt49 {
  border-left: none;
  border-top: 4px solid;
  border-radius: 0 0 8px 8px;
}
.a8q8a .zidgc6qw {
  border-top-color: var(--c-tip-border);
}
.a8q8a .ss72 {
  border-top-color: var(--c-warn-border);
}
.a8q8a .xcf7b {
  border-top-color: #60a5fa;
}
.hxip .ldqt49 {
  border-left: none;
  border-radius: 8px;
}
.hxip .zidgc6qw {
  background: #065f46;
}
.hxip .ss72 {
  background: #92400e;
}
.hxip .xcf7b {
  background: #1e3a8a;
}
.hxip .ldqt49 strong,
.hxip .ldqt49 p {
  color: #fff;
}
.hxip .g937i62n::before {
  color: rgba(255, 255, 255, 0.85) !important;
}
.g5knksb.hxip .zidgc6qw,
.g5knksb .hxip .zidgc6qw {
  background: #052e16;
}
.g5knksb.hxip .ss72,
.g5knksb .hxip .ss72 {
  background: #2d0a1e;
}
.g5knksb.hxip .xcf7b,
.g5knksb .hxip .xcf7b {
  background: #1e1036;
}
.kpxgd5.hxip .zidgc6qw,
.kpxgd5 .hxip .zidgc6qw {
  background: #2d2000;
}
.kpxgd5.hxip .ss72,
.kpxgd5 .hxip .ss72 {
  background: #2d0b0b;
}
.kpxgd5.hxip .xcf7b,
.kpxgd5 .hxip .xcf7b {
  background: #2d1600;
}
.tgmi2gr.hxip .zidgc6qw,
.tgmi2gr .hxip .zidgc6qw {
  background: #0c1a2e;
}
.tgmi2gr.hxip .ss72,
.tgmi2gr .hxip .ss72 {
  background: #12103a;
}
.tgmi2gr.hxip .xcf7b,
.tgmi2gr .hxip .xcf7b {
  background: #0a2020;
}
.v2myrk2 .ldqt49 {
  border-left: none;
  border-radius: 6px;
  padding: 10px 14px;
}
.v2myrk2 .zidgc6qw {
  background: color-mix(in srgb, var(--c-tip-border) 10%, transparent);
}
.v2myrk2 .ss72 {
  background: color-mix(in srgb, var(--c-warn-border) 10%, transparent);
}
.v2myrk2 .xcf7b {
  background: color-mix(in srgb, #60a5fa 10%, transparent);
}
.v2myrk2 .ldqt49 strong {
  color: var(--text-primary);
}
.v2myrk2 .ldqt49 p {
  color: var(--text-muted);
}
.eeq2s8 .ldqt49 {
  border-left: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.q4jb6bpy .g937i62n,
.pl86ii0z .g937i62n,
.svzhv .g937i62n,
.elh4 .g937i62n {
  font-size: 0;
  width: 1.1rem;
  flex-shrink: 0;
}
.q4jb6bpy .g937i62n::before,
.pl86ii0z .g937i62n::before,
.svzhv .g937i62n::before,
.elh4 .g937i62n::before {
  display: block;
  font-size: 1.15rem;
  line-height: 1.3;
  font-style: normal;
}
.q4jb6bpy .zidgc6qw .g937i62n::before {
  content: "✦";
  color: var(--c-tip-border);
}
.q4jb6bpy .ss72 .g937i62n::before {
  content: "▲";
  color: var(--c-warn-border);
}
.q4jb6bpy .xcf7b .g937i62n::before {
  content: "◉";
  color: #60a5fa;
}
.pl86ii0z .zidgc6qw .g937i62n::before {
  content: "★";
  color: var(--c-tip-border);
}
.pl86ii0z .ss72 .g937i62n::before {
  content: "◆";
  color: var(--c-warn-border);
}
.pl86ii0z .xcf7b .g937i62n::before {
  content: "●";
  color: #60a5fa;
}
.svzhv .zidgc6qw .g937i62n::before {
  content: "▶";
  color: var(--c-tip-border);
}
.svzhv .ss72 .g937i62n::before {
  content: "■";
  color: var(--c-warn-border);
}
.svzhv .xcf7b .g937i62n::before {
  content: "▸";
  color: #60a5fa;
}
.elh4 .zidgc6qw .g937i62n::before {
  content: "→";
  color: var(--c-tip-border);
}
.elh4 .ss72 .g937i62n::before {
  content: "⬥";
  color: var(--c-warn-border);
}
.elh4 .xcf7b .g937i62n::before {
  content: "◈";
  color: #60a5fa;
}
.g6w84ym2 .jjod3s .bojru,
.g6w84ym2 .ir6h57 .bojru {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}
.g6w84ym2 .dy2v7 {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.g6w84ym2 .uc2mvk9 {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.g6w84ym2 .huj9z {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.mut8l .jjod3s .bojru,
.mut8l .ir6h57 .bojru,
.mut8l .dy2v7,
.mut8l .e7vn27,
.mut8l .o6u7,
.mut8l .uc2mvk9,
.mut8l .huj9z,
.mut8l .eeq2s8 .ldqt49 {
  box-shadow: none;
}
.svtf4bt .coys,
.svtf4bt .ulism4m,
.svtf4bt .mo0h195,
.svtf4bt .qnfzhy,
.svtf4bt .via86q {
  font-size: 0.9rem;
}
.svtf4bt .k9xm5jor,
.svtf4bt .i9b2 {
  font-size: 0.9rem;
}
.t5u1b .coys,
.t5u1b .ulism4m,
.t5u1b .mo0h195,
.t5u1b .qnfzhy,
.t5u1b .via86q {
  font-size: 0.95rem;
}
.t5u1b .k9xm5jor,
.t5u1b .i9b2 {
  font-size: 0.95rem;
}
.uwoxw .coys,
.uwoxw .ulism4m,
.uwoxw .mo0h195,
.uwoxw .qnfzhy,
.uwoxw .via86q {
  font-size: 1.08rem;
}
.uwoxw .k9xm5jor,
.uwoxw .i9b2 {
  font-size: 1.05rem;
}
.uwoxw .wq0om8i {
  font-size: 0.97rem;
}
.l97cb .g4p5sn {
  font-size: 3.2rem;
}
.l97cb h2.zfdj2si8 {
  font-size: 1.9rem;
}
.l97cb h3.blgyrsq2 {
  font-size: 1.4rem;
}
.xp8fnxio .g4p5sn {
  font-size: 3.8rem;
}
.xp8fnxio h2.zfdj2si8 {
  font-size: 2.2rem;
}
.xp8fnxio h3.blgyrsq2 {
  font-size: 1.6rem;
}
.mevh0q5 + .mevh0q5 {
  position: relative;
}
.qhuydh7r .mevh0q5 + .mevh0q5::before,
.b5gztfdu .mevh0q5 + .mevh0q5::before,
.g2sfd .mevh0q5 + .mevh0q5::before,
.p4czn .mevh0q5 + .mevh0q5::before,
.zhl66iq .mevh0q5 + .mevh0q5::before,
.rcv4 .mevh0q5 + .mevh0q5::before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.qhuydh7r .mevh0q5 + .mevh0q5::before {
  content: "";
  height: 1px;
  background: var(--accent);
  opacity: 0.5;
}
.b5gztfdu .mevh0q5 + .mevh0q5::before {
  content: "";
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--grad-start),
    var(--accent),
    var(--grad-end)
  );
}
.g2sfd .mevh0q5 + .mevh0q5::before {
  content: "● ● ●";
  text-align: center;
  font-size: 0.55rem;
  letter-spacing: 0.5em;
  color: var(--accent);
  opacity: 0.7;
  line-height: 1;
  padding-top: 6px;
}
.p4czn .mevh0q5 + .mevh0q5::before {
  content: "";
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--accent) 25%,
    var(--accent) 75%,
    transparent 100%
  );
  opacity: 0.6;
}
.s5zz .mevh0q5 {
  margin-bottom: 16px;
}
.s5zz .mevh0q5 + .mevh0q5 {
  margin-top: 0;
}
.s5zz .quv0a {
  padding-top: 0;
  padding-bottom: 0;
}
.zhl66iq .mevh0q5 + .mevh0q5::before {
  content: "";
  border-top: 2px dashed var(--accent);
  opacity: 0.5;
}
.rcv4 .mevh0q5 + .mevh0q5::before {
  content: "";
  border-top: 3px dotted var(--accent);
  opacity: 0.5;
}
.o8xi9p .mevh0q5 + .mevh0q5::before,
.symph .mevh0q5 + .mevh0q5::before,
.imc7bvx .mevh0q5 + .mevh0q5::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%;
}
.hws88luh .o8xi9p .mevh0q5:nth-child(even)::before,
.hws88luh .symph .mevh0q5:nth-child(even)::before,
.hws88luh .imc7bvx .mevh0q5:nth-child(even)::before {
  background: var(--bg-surface);
}
.c3ojh .o8xi9p .mevh0q5:nth-child(even)::before,
.c3ojh .symph .mevh0q5:nth-child(even)::before,
.c3ojh .imc7bvx .mevh0q5:nth-child(even)::before {
  background: var(--bg-card);
}
.o8xi9p .mevh0q5 + .mevh0q5::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");
}
.symph .mevh0q5 + .mevh0q5::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");
}
.imc7bvx .mevh0q5 + .mevh0q5::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");
}
.dzzcq1xp .jqbf,
.dw72tb .jqbf,
.a7po .jqbf {
  overflow: hidden;
}
.dzzcq1xp .nb9a,
.dw72tb .nb9a {
  margin-bottom: 60px;
}
.a7po .nb9a {
  margin-bottom: 70px;
}
.dw72tb .a5ch {
  padding-bottom: 60px;
}
.dzzcq1xp .jqbf::before,
.dw72tb .jqbf::before,
.a7po .jqbf::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%;
}
.dzzcq1xp .jqbf::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");
}
.dw72tb .jqbf::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");
}
.a7po .jqbf::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");
}
.kk5g .jqbf:not(.fwy75) .gjayzbz {
  background: linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.a8j7twr .jqbf:not(.fwy75) .gjayzbz {
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.gwzixmgb .jqbf:not(.fwy75) .gjayzbz {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.jc5p .jqbf:not(.fwy75) .gjayzbz {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.h7bbr .fwy75 {
  background: var(--accent);
}
.h7bbr .fwy75 .gjayzbz {
  background: none;
}
.h7bbr .ste3f {
  background: var(--accent);
}
.h7bbr .xg6cp {
  background: var(--accent-bg);
}
.h7bbr .jqbf:not(.fwy75) .gjayzbz {
  background: rgba(0, 0, 0, 0.6);
}
.e6mfcqp .irgj {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.e6mfcqp .irgj .kb51oo {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.e6mfcqp .quv0a::after {
  content: "";
  display: block;
  clear: both;
}
.uebnk .irgj {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.uebnk .irgj .kb51oo {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.uebnk .quv0a::after {
  content: "";
  display: block;
  clear: both;
}
.t1oqncd .mevh0q5:nth-child(odd) .irgj {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.t1oqncd .mevh0q5:nth-child(even) .irgj {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.t1oqncd .irgj .kb51oo {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.t1oqncd .quv0a::after {
  content: "";
  display: block;
  clear: both;
}
.e6mfcqp .ybrm91q,
.uebnk .ybrm91q,
.t1oqncd .ybrm91q,
.t1oqncd .tedem4 {
  clear: both;
}
.e6mfcqp .k9xm5jor,
.e6mfcqp .i9b2,
.uebnk .k9xm5jor,
.uebnk .i9b2,
.t1oqncd .k9xm5jor,
.t1oqncd .i9b2 {
  overflow: hidden;
}
@media (max-width: 640px) {
  .e6mfcqp .irgj,
  .uebnk .irgj,
  .t1oqncd .irgj {
    float: none;
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.wo7uaji .lui6,
.wo7uaji .quv0a,
.wo7uaji .fgl7x18 {
  max-width: 1100px;
}
.f5qltj86 .lui6,
.f5qltj86 .quv0a,
.f5qltj86 .fgl7x18 {
  max-width: 1200px;
}
.grpw3b .lui6,
.grpw3b .quv0a,
.grpw3b .fgl7x18 {
  max-width: 1320px;
}
.grpw3b {
  --content-mw: 1320px;
}
.jcij4t9 {
  font-size: 0.82rem;
  color: var(--text-muted);
}
.ogjce2 {
  display: flex;
  align-items: center;
}
.eu4474 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.sez2h {
  display: flex;
  align-items: center;
}
.zce8e {
  color: var(--accent);
  text-decoration: none;
  padding: 2px 5px;
  border-radius: 4px;
}
.zce8e:hover {
  text-decoration: underline;
}
.i2o8ur {
  margin: 0 3px;
  opacity: 0.45;
}
.i2o8ur::before {
  content: "/";
}
.w9pjl {
  padding: 2px 5px;
  color: var(--text-main);
}
.f5g7v .jcij4t9 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.f5g7v .ogjce2 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.mia15 .jcij4t9 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.mia15 .ogjce2 {
  padding: 0 0 0 12px;
}
.ypz5fs66 .ogjce2 {
  padding: 0 16px;
}
.ypz5fs66 .jcij4t9 {
  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);
}
.ypz5fs66 .lui6 {
  padding-top: 28px;
}
@media (max-width: 720px) {
  .fldi3 {
    margin-top: 18px;
    padding: 0 16px;
  }
  .ypz5fs66 .lui6 {
    padding-top: 16px;
  }
}
.wo7uaji.f5g7v .ogjce2 {
  max-width: 1100px;
}
.f5qltj86.f5g7v .ogjce2 {
  max-width: 1200px;
}
.grpw3b.f5g7v .ogjce2 {
  max-width: 1320px;
}
.grpw3b .fldi3 {
  max-width: 1320px;
}
.fl77z .mevh0q5 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.b6fo .mevh0q5 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.as2l1 .mevh0q5 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ytyatb2 .mevh0q5 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.kta0m .mevh0q5:nth-child(4n + 1) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.kta0m .mevh0q5:nth-child(4n + 2) {
  padding-top: 36px;
  padding-bottom: 36px;
}
.kta0m .mevh0q5:nth-child(4n + 3) {
  padding-top: 28px;
  padding-bottom: 28px;
}
.kta0m .mevh0q5:nth-child(4n) {
  padding-top: 44px;
  padding-bottom: 44px;
}
.dbhz .quv0a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.taxhjx .quv0a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.zg100s7 .quv0a {
  padding-top: 36px;
  padding-bottom: 36px;
}
.nf4v0f .quv0a {
  padding-top: 48px;
  padding-bottom: 48px;
}
.s9bh8 h2.zfdj2si8 {
  font-weight: 600;
}
.s9bh8 h3.blgyrsq2 {
  font-weight: 600;
}
.voofw7t h2.zfdj2si8 {
  font-weight: 800;
}
.voofw7t h3.blgyrsq2 {
  font-weight: 700;
}
.tu440oa {
  font-weight: 600;
}
.tu440oa h2.zfdj2si8 {
  font-weight: 900;
}
.tu440oa h3.blgyrsq2 {
  font-weight: 800;
}
.tu440oa .ldqt49 strong,
.tu440oa .ldqt49 strong {
  font-weight: 600;
}
.aklyo {
  margin-left: 16px;
  flex-shrink: 0;
  padding: 7px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 6px;
}
/* .oxdam .aklyo { display: none; } */

/* @media (max-width: 640px) {
  .aklyo {
    display: none;
  }
} */
.aklyo {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.aklyo:hover {
  opacity: 0.85;
}
.sp5oho .aklyo {
  background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important;
}
.m86tk .aklyo,
.xwfnr2fp .aklyo {
  background: var(--grad-start) !important;
  color: #fff !important;
  border: none !important;
}
.m86tk .aklyo:hover,
.xwfnr2fp .aklyo:hover {
  opacity: 0.88;
}
.sp5oho.m86tk .aklyo,
.sp5oho.xwfnr2fp .aklyo {
  background: linear-gradient(
    135deg,
    var(--grad-start),
    var(--accent-light)
  ) !important;
}
.mujhu8fn {
  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;
}
.mujhu8fn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}
.mujhu8fn {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.lolz .mujhu8fn {
  display: none;
}
.b2cyq .mujhu8fn {
  right: 32px;
}
.kfo6uljt .mujhu8fn {
  left: 32px;
}
@media (max-width: 480px) {
  .b2cyq .mujhu8fn {
    right: 20px;
    bottom: 20px;
  }
  .kfo6uljt .mujhu8fn {
    left: 20px;
    bottom: 20px;
  }
}
.yntrhvz {
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  margin-top: 60px;
}
.fgl7x18 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px;
}
.mnb3 {
  color: var(--text-faint);
  font-size: 0.85rem;
  margin-bottom: 6px;
}
.czbve {
  color: var(--text-dim);
  font-size: 0.8rem;
}
.pvneq a,
.n3fc0 a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.87rem;
  transition: color 0.15s;
}
.pvneq a:hover,
.n3fc0 a:hover {
  color: var(--accent-light);
}
.n3fc0 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
}
.q7v9rk3 .fgl7x18 {
  text-align: center;
}
.q7v9rk3 .n3fc0 {
  justify-content: center;
  margin-bottom: 16px;
}
.q7v9rk3 .mnb3 {
  margin-top: 0;
}
.lbg9qln {
  margin-top: 10px;
}
.lbg9qln a {
  font-size: 0.8rem;
  opacity: 0.65;
}
@media (max-width: 640px) {
  .fgl7x18 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ti1gf5 .fgl7x18 {
    padding: 20px 16px;
  }
  .n3fc0 {
    gap: 4px 12px;
  }
  .mnb3 {
    font-size: 0.78rem;
  }
}
.fblc83ix .mnb3 {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 14px 0 4px;
  line-height: 1.5;
}
.fblc83ix .czbve {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 768px) {
  .fblc83ix .pieno {
    grid-template-columns: 1fr 1fr;
  }
  .fblc83ix .rs4k {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .fblc83ix .pieno {
    grid-template-columns: 1fr;
  }
}
.z6xzopwk .mnb3 {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 640px) {
  .z6xzopwk .q3v7u9 {
    gap: 12px;
  }
  .z6xzopwk .vabzw18 {
    margin-right: 0;
    width: 100%;
  }
}
.eohein8j .mnb3 {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  flex: 1;
}
.eohein8j .czbve {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .eohein8j .s5gceg {
    grid-template-columns: 1fr 1fr;
  }
  .eohein8j .uo6et7l {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .eohein8j .s5gceg {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .pe2md84 .str7nf7w {
    grid-template-columns: 1fr 1fr;
  }
  .pe2md84 .g4731iz:first-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .pe2md84 .str7nf7w {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .o7lgu7s .str7nf7w {
    grid-template-columns: 1fr;
  }
}
.mfz1pe1x .fgl7x18 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.mfz1pe1x .n3fc0 {
  justify-content: center;
}
.ydg6bt .wtxp {
  background: var(--bg-page);
  border-bottom-color: var(--border-alt);
}
.ydg6bt .yntrhvz {
  background: var(--bg-page);
  border-top-color: var(--border-alt);
}
.zivo0bk .wtxp {
  background: #0d1117;
  border-bottom-color: #21262d;
}
.zivo0bk .fwcvr9ry {
  color: var(--accent-light);
}
.zivo0bk .lhpyw6q {
  --msep-color: #8b949e;
}
.zivo0bk .lhpyw6q a {
  color: #8b949e;
}
.zivo0bk .lhpyw6q a:hover {
  color: var(--accent-light);
}
.zivo0bk .k5g4 {
  color: #8b949e;
}
.zivo0bk .yntrhvz {
  background: #0d1117;
  border-top-color: #21262d;
  color: #e6edf3;
}
.zivo0bk .mnb3,
.zivo0bk .czbve {
  color: #6e7681;
}

@media (max-width: 640px) {
  .zivo0bk .lhpyw6q {
    background: #0d1117;
    border-top-color: #21262d;
  }
  .zivo0bk .lhpyw6q li a {
    border-bottom-color: #21262d;
  }
}
.ybo7p .wtxp {
  background: #f0f4f8;
  border-bottom-color: #cbd5e1;
}
.ybo7p .fwcvr9ry {
  color: var(--accent);
}
.ybo7p .lhpyw6q {
  --msep-color: #475569;
}
.ybo7p .lhpyw6q a {
  color: #475569;
}
.ybo7p .lhpyw6q a:hover {
  color: var(--accent);
}
.ybo7p .k5g4 {
  color: #64748b;
}
.ybo7p .yntrhvz {
  background: #f0f4f8;
  border-top-color: #cbd5e1;
}
.ybo7p .mnb3,
.ybo7p .czbve {
  color: #64748b;
}

@media (max-width: 640px) {
  .ybo7p .lhpyw6q {
    background: #f0f4f8;
    border-top-color: #cbd5e1;
  }
  .ybo7p .lhpyw6q li a {
    border-bottom-color: #cbd5e1;
    color: #475569;
  }
}
.m86tk .wtxp {
  background: var(--accent);
  border-bottom-color: var(--accent-light);
}
.m86tk .fwcvr9ry {
  color: #fff;
}
.m86tk .lhpyw6q {
  --msep-color: rgba(255, 255, 255, 0.82);
}
.m86tk .lhpyw6q a {
  color: rgba(255, 255, 255, 0.82);
}
.m86tk .lhpyw6q a:hover {
  color: #fff;
}
.m86tk .k5g4 {
  color: rgba(255, 255, 255, 0.9);
}
.m86tk .yntrhvz {
  background: var(--accent);
  border-top-color: var(--accent-light);
  color: #fff;
}
.m86tk .mnb3,
.m86tk .czbve {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 640px) {
  .m86tk .lhpyw6q {
    background: var(--accent);
    border-top-color: var(--accent-light);
  }
  .m86tk .lhpyw6q li a {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.82);
  }
}
.xwfnr2fp .wtxp {
  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);
}
.xwfnr2fp .yntrhvz {
  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) {
  .xwfnr2fp .lhpyw6q {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.xi6xmo .php4 {
  min-height: 52px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}
.kbjs7g .php4 {
  min-height: 58px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.bns4iyw .php4 {
  min-height: 72px;
  height: auto;
}
.murintt .php4 {
  min-height: 84px;
  height: auto;
}
.ti1gf5 .php4 {
  max-width: none;
  padding: 0 32px;
}
.ti1gf5 .fgl7x18 {
  max-width: none;
  padding: 24px 32px;
}
.p4yoh7.f5qltj86 .php4 {
  max-width: 1200px;
}
.p4yoh7.grpw3b .php4 {
  max-width: 1320px;
}
.bi796n .fwcvr9ry,
.bi796n .vabzw18 {
  text-transform: capitalize;
}
.t9p57k20 .fwcvr9ry,
.t9p57k20 .vabzw18 {
  text-transform: lowercase;
}
.k5l05v .fwcvr9ry,
.k5l05v .vabzw18 {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ctfh3ik,
.xzlxuw {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.yqx7d .ctfh3ik,
.e5783 .ctfh3ik,
.zvai7at9 .ctfh3ik,
.f2d4fi .ctfh3ik,
.kfpvl .lhpyw6q a {
  font-weight: 500;
}
.o7jw .lhpyw6q a {
  font-weight: 600;
}
.awd96lg .lhpyw6q a {
  font-weight: 700;
}
.dzqwo2 .lhpyw6q a {
  font-weight: 800;
  letter-spacing: 0.01em;
}
.r5ay .lhpyw6q > li + li::before,
.z7dl87 .lhpyw6q > li + li::before,
.j8d44o .lhpyw6q > li + li::before,
.qp6x .lhpyw6q > li + li::before,
.kp1zna .lhpyw6q > li + li::before,
.xaeqc .lhpyw6q > li + li::before,
.ukcc .lhpyw6q > li + li::before {
  margin-right: 10px;
  margin-left: -10px;
  opacity: 0.5;
  color: var(--msep-color);
}
.r5ay .lhpyw6q > li + li::before {
  content: "·";
  font-size: 1.4em;
  line-height: 1;
  vertical-align: middle;
}
.z7dl87 .lhpyw6q > li + li::before {
  content: "|";
}
.j8d44o .lhpyw6q > li + li::before {
  content: "—";
}
.qp6x .lhpyw6q > li + li::before {
  content: "◆";
  font-size: 0.45em;
  vertical-align: middle;
}
.kp1zna .lhpyw6q > li + li::before {
  content: "›";
  font-size: 1.3em;
  line-height: 1;
}
.xaeqc .lhpyw6q > li + li::before {
  content: "•";
  font-size: 0.8em;
  vertical-align: middle;
}
.ukcc .lhpyw6q > li + li::before {
  content: "✦";
  font-size: 0.55em;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .xzswrc .k5g4,
  .klr3z2 .k5g4,
  .e3zpq .k5g4,
  .a9xx .k5g4,
  .wtx7 .k5g4 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
  }

  .xzswrc .k5g4::before,
  .klr3z2 .k5g4::before,
  .e3zpq .k5g4::before,
  .a9xx .k5g4::before,
  .wtx7 .k5g4::before {
    content: "";
    display: block;
    flex-shrink: 0;
  }

  .xzswrc .k5g4::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;
  }

  .klr3z2 .k5g4::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;
  }

  .e3zpq .k5g4::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;
  }

  .a9xx .k5g4::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;
  }

  .wtx7 .k5g4::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) {
  .h1u76 .k5g4 {
    padding: 5px 14px;
  }
  .h1u76 .lhpyw6q {
    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;
  }
  .h1u76 .lhpyw6q li a {
    border-bottom: none;
    padding: 10px 22px;
  }
  .h1u76 .lhpyw6q li a:hover {
    background: var(--bg-raised);
  }
  .h1u76 .ymek6hr0,
  .afdp9 .ymek6hr0,
  .fginrd .ymek6hr0 {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
  }
}
@media (max-width: 640px) {
  .zg7w .k5g4 {
    padding: 5px 10px;
  }
  .zg7w .lhpyw6q {
    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);
  }
  .zg7w .lhpyw6q.tfbkh1 {
    transform: translateX(0);
  }
  .zg7w .lhpyw6q li a {
    padding: 14px 28px;
    font-size: 1rem;
    border-bottom: 1px solid var(--border);
  }
  .zg7w .lhpyw6q li:last-child a {
    border-bottom: none;
  }
  .m86tk .lhpyw6q,
  .zivo0bk .lhpyw6q {
    background: var(--accent) !important;
  }
  .m86tk .lhpyw6q li a,
  .zivo0bk .lhpyw6q li a {
    color: rgba(255, 255, 255, 0.82) !important;
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  }
}
@media (max-width: 640px) {
  .fginrd .k5g4 {
    padding: 5px 10px;
  }
  .fginrd .lhpyw6q {
    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);
  }
  .fginrd .lhpyw6q::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--border);
    border-radius: 2px;
    margin: 0 auto 14px;
  }
  .fginrd .lhpyw6q.tfbkh1 {
    transform: translateY(0);
  }
  .fginrd .lhpyw6q li a {
    text-align: center;
    border-bottom: none;
    padding: 13px 28px;
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .lsta .k5g4 {
    padding: 5px 10px;
  }
  .lsta .lhpyw6q {
    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;
  }
  .lsta .lhpyw6q.tfbkh1 {
    opacity: 1;
    pointer-events: auto;
  }
  .lsta .lhpyw6q li a {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: none;
    padding: 14px 48px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .pubh4e .k5g4 {
    border-radius: 0 !important;
  }
  .o0zkvls .k5g4 {
    border-radius: 8px !important;
  }
  .tfg02c .k5g4 {
    border-radius: 50% !important;
  }
  .cd5q .k5g4 {
    border-radius: 999px !important;
  }
}
.fx60nbl .ur5d {
  height: 28px;
}
.qqjgzm .ur5d {
  height: 54px;
}
.k0d9h3 .ur5d {
  height: 54px;
}
.rosp1ok .fy9vo,
.rosp1ok .jglxyy9 {
  color: #f59e0b;
}
@media (min-width: 720px) {
  .mlys .tedem4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px;
    counter-reset: cs-rank;
    align-items: start;
  }
  .mlys .e7vn27 {
    margin-bottom: 0;
    justify-content: flex-start;
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .mlys .e7vn27 {
    padding: 40px 16px 20px;
  }
  .mlys .wyls {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
  }
  .mlys .corw7 {
    width: 100%;
    min-width: 0;
  }
}
.vnsmsw2k .tedem4 {
  counter-reset: cs-rank;
  gap: 10px;
}
.vnsmsw2k .e7vn27 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.vnsmsw2k .e7vn27::before {
  content: counter(cs-rank);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.vnsmsw2k .v3h4j2m {
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  min-width: 220px;
}
.vnsmsw2k .bdzung {
  width: 120px;
  height: 120px;
  min-width: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg-surface);
  padding: 0;
}
.vnsmsw2k .uvfu {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 120px;
  max-height: 120px;
}
.vnsmsw2k .vaaof {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--accent-light);
  white-space: nowrap;
  text-align: left;
  min-width: auto;
}
.vnsmsw2k .fy9vo {
  color: var(--cta, var(--accent));
}
.vnsmsw2k .wyls {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-top: none;
  padding-top: 0;
  width: auto;
  flex: 1 1 160px;
  min-width: 140px;
  text-align: center;
}
.vnsmsw2k .xwewypur {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  font-weight: 600;
}
.vnsmsw2k .zis0 {
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--text-primary);
}
.vnsmsw2k .ksl5pr .zis0 {
  color: var(--accent-light);
}
.vnsmsw2k .corw7 {
  border-radius: 999px;
  min-width: 160px;
  text-align: center;
  flex-shrink: 0;
  align-self: center;
}
.vnsmsw2k .e7vn27:nth-child(even) {
  background: var(--accent-bg);
}
@media (max-width: 820px) {
  .vnsmsw2k .e7vn27 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 16px 18px;
    gap: 14px;
  }
  .vnsmsw2k .e7vn27::before {
    position: absolute;
    top: 14px;
    left: 14px;
  }
  .vnsmsw2k .v3h4j2m {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
    width: 100%;
  }
  .vnsmsw2k .vaaof {
    white-space: normal;
    text-align: center;
    font-size: 1.2rem;
  }
  .vnsmsw2k .wyls {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
    flex-basis: auto;
  }
  .vnsmsw2k .corw7 {
    width: 100%;
    min-width: 0;
  }
  .vnsmsw2k .fy9vo {
    min-width: 0;
  }
}
.draru .z30y5a {
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
  overflow: visible;
}
.draru .z30y5a summary {
  padding: 16px 2px;
  color: var(--text-primary);
  font-size: 0.98rem;
}
.draru .z30y5a p {
  padding: 0 2px 16px;
}
.ue2u67 .z30y5a {
  background: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 12px;
}
.ue2u67 .z30y5a summary {
  background: var(--accent-bg);
  border-radius: 100px;
  padding: 10px 22px;
  color: var(--accent-light);
  font-weight: 700;
}
.ue2u67 .z30y5a summary::after {
  content: "›";
  font-size: 1.2em;
}
.ue2u67 .z30y5a[open] summary::after {
  content: "‹";
}
.ue2u67 .z30y5a p {
  padding: 10px 22px 4px;
}
.jaoo .z30y5a {
  background: var(--bg-card);
  border-radius: 0;
  border-left: 3px solid var(--accent);
  overflow: hidden;
  margin-bottom: 10px;
}
.jaoo .z30y5a summary {
  color: var(--text-primary);
  padding-left: 16px;
}
.jaoo .z30y5a summary::after {
  content: "›";
  font-size: 1.1em;
}
.jaoo .z30y5a[open] summary::after {
  content: "‹";
}
.jaoo .z30y5a p {
  padding-left: 16px;
}
.ob2z0mf .yh8al {
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}
.ob2z0mf .z30y5a {
  background: var(--bg-card);
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ob2z0mf .z30y5a:last-child {
  border-bottom: none;
}
.ob2z0mf .z30y5a summary {
  color: var(--text-primary);
  border-radius: 0;
}
.ob2z0mf .z30y5a summary::after {
  content: "›";
  font-size: 1.1em;
}
.ob2z0mf .z30y5a[open] summary::after {
  content: "‹";
}
.lk4g8ij6 .z30y5a {
  overflow: hidden;
}
.lk4g8ij6 .z30y5a summary {
  background: var(--accent);
  color: #fff;
  border-radius: 0;
}
.lk4g8ij6 .z30y5a summary::after {
  color: rgba(255, 255, 255, 0.75);
}
.lk4g8ij6 .z30y5a[open] summary {
  border-radius: 0;
}
.tfwn3 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.y8zw4 {
  text-align: center;
  padding: 48px 0 36px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 44px;
}
.homk {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.lyl31v {
  color: var(--text-muted);
  font-size: 1.05rem;
}
.fhqo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
  max-width: 680px;
}
.c79zc {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 32px;
}
.tcez82 {
  margin-bottom: 20px;
}
.romg9l {
  display: block;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hmku51 {
  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;
}
.hmku51:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px var(--accent-bg);
}
.fmda {
  resize: vertical;
  min-height: 130px;
}
.nvd7f {
  width: 100%;
  margin-top: 8px;
}
.fpu3ag {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.vdz7mi {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 14px;
}
.ziyti {
  color: var(--text-muted);
  line-height: 1.75;
}
.wkxope {
  color: var(--text-muted);
  line-height: 1.75;
  padding-left: 1.4em;
}
.wkxope li {
  margin-bottom: 6px;
}
.l4xcc1o {
  max-width: 760px;
  margin: 0 auto;
}
.dhuaxi {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 36px;
}
.fqm52kd {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.fqm52kd:last-child {
  border-bottom: none;
}
.fqm52kd h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 12px;
}
.fqm52kd p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.jaoi62aj {
  max-width: 760px;
  margin: 0 auto;
}
.q0jpl {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.vj9v ul.wkxope {
  margin: 0;
}
.gzgh {
  max-width: 900px;
  margin: 0 auto;
}
.vkryc {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
.vkryc:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.vkryc .q0jpl {
  margin: 0;
  font-size: 1rem;
}
.vkryc .mqdgw p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 640px) {
  .vkryc {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.q1418hm .q0jpl {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
}
.g0nl .wkxope {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .tagss {
    grid-template-columns: 1fr;
  }
}
.win0ucik {
  display: inline-flex;
  align-items: center;
  gap: inherit;
  color: inherit;
  text-decoration: none;
}
.win0ucik:hover .cdnxz {
  color: var(--accent-light);
  text-decoration: underline;
}
.k2rqqq71 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.p1gefk {
  margin-bottom: 48px;
}
.e6n5 {
  max-width: 760px;
  margin: 0 auto;
}
.jnv6 {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.jnv6:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.vsvq2e {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 12px;
}
.jnv6 p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.jnv6 ul.wkxope {
  margin: 0;
}
.t0r9ic7 {
  color: var(--text-muted);
  line-height: 1.75;
}
.ef36v34b .wkxope,
.uu6zju .wkxope,
.moji4 .wkxope,
.ieyh .wkxope {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ef36v34b .jnv6,
.uu6zju .jnv6 {
  text-align: left;
}
.ef36v34b .vsvq2e,
.uu6zju .vsvq2e {
  text-align: center;
}
.vh0p {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.pnp4 {
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 14px;
  font-size: 1.02rem;
}
.mkpp9kl0 {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0 0 6px;
}
.mtvkabu {
  margin-top: 12px;
}
.ikxnnzcr {
  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;
}
.ikxnnzcr:hover {
  border-bottom-color: var(--accent);
}
.dv96 {
  width: 140px;
  height: 140px;
  overflow: hidden;
  background: var(--bg-card);
  flex-shrink: 0;
  position: relative;
}
.dv96 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jzz8yntk {
  border-radius: 10px;
}
.ta5p6on {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.88rem;
}
.upaqvu4y {
  background: var(--accent-bg);
  color: var(--accent-light);
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 600;
}
.au015tg {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 640px) {
  .au015tg {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
.wrlh9 .mkpp9kl0,
.wrlh9 .pnp4 {
  max-width: 640px;
}
.gv0v4d .vh0p {
  font-size: 1.6rem;
  margin-top: 18px;
}
.izpioxg .mkpp9kl0 {
  margin-bottom: 28px;
}
@media (max-width: 860px) {
  .kmvse3s {
    grid-template-columns: 1fr;
  }
  .gv0v4d {
    position: static;
    text-align: center;
  }
}
.tkcv .dv96 {
  margin: 0 auto 18px;
}
.tkcv .ta5p6on {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  .x24iz4e {
    grid-template-columns: 1fr;
  }
}
.rs1j .vh0p {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.ieyh .wkxope {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .rs1j {
    flex-direction: column;
    text-align: center;
  }
  .pkg8 {
    grid-template-columns: 1fr;
  }
}
.rlxo2tg5 .vh0p {
  font-size: 1.35rem;
  margin: 0 0 4px;
}
.rlxo2tg5 .ta5p6on {
  margin: 0;
}
.en72 {
  max-width: 760px;
  margin: 0 auto;
}
.aazuae78 {
  position: relative;
  padding-left: 28px;
}
.aazuae78::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--border);
}
.i3tal5 {
  position: relative;
  display: flex;
  gap: 20px;
  padding-bottom: 32px;
}
.i3tal5:last-child {
  padding-bottom: 0;
}
.r06b8 {
  position: absolute;
  left: -28px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid var(--bg-surface);
  flex-shrink: 0;
}
.hnz8jr h2 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent-light);
  margin: 0 0 8px;
}
.hnz8jr p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.av1hp0x .homk {
  color: var(--accent-light);
}
.k6m8 .homk {
  font-size: 2rem;
}
.k6m8 .lyl31v {
  max-width: 680px;
}
.cs37lc .homk {
  margin: 0;
  font-size: 1.8rem;
  flex-shrink: 0;
  max-width: 45%;
}
.cs37lc .lyl31v {
  margin: 0;
}
@media (max-width: 640px) {
  .cs37lc {
    flex-direction: column;
  }
}
.ztih .homk {
  color: var(--accent-light);
}
.jidit04i .homk {
  color: #fff;
}
.jidit04i .lyl31v {
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 540px) {
  .eyv8fzn {
    grid-template-columns: 1fr;
  }
}
.gzzrcsu .hmku51 {
  border: none;
  border-bottom: 2px solid var(--border-alt);
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.gzzrcsu .hmku51:focus {
  border-bottom-color: var(--accent);
  box-shadow: none;
}
.gmzyo .hmku51 {
  background: var(--bg-raised);
  border-color: transparent;
}
.gmzyo .hmku51:focus {
  background: var(--bg-card);
  border-color: var(--accent);
}
.fie5 .hmku51 {
  border-radius: 100px;
  padding: 11px 20px;
}
.fie5 .fmda {
  border-radius: 14px;
}
.bvrpi67 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.bvrpi67 summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 700;
  color: var(--accent-light);
  font-size: 1.05rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.bvrpi67 summary::-webkit-details-marker {
  display: none;
}
.bvrpi67 summary::after {
  content: "+";
  color: var(--accent);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.bvrpi67[open] summary::after {
  content: "−";
}
.u6b3gdh {
  padding: 4px 20px 16px;
  color: var(--text-muted);
  line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) {
  .rthq8e7v {
    grid-template-columns: 1fr;
  }
}
.yo5irkk {
  color: var(--text-muted);
  line-height: 1.75;
  padding-left: 1.4em;
  margin: 0;
}
.yo5irkk li {
  margin-bottom: 6px;
}
.vpg7d {
  display: none;
}
.vpg7d:empty,
.c1jx17r6:empty {
  display: none;
}
.vkiot {
  position: relative;
  overflow: visible;
}
.a91df6xj .ctrkhia5,
.jamlhemw .ctrkhia5,
.qfhmkg .ctrkhia5,
.m70lho5 .ctrkhia5,
.ptjah .ctrkhia5,
.lkao .ctrkhia5 {
  display: block;
}
.sr0u .q8zac0 {
  display: block;
}
.a91df6xj .ctrkhia5,
.jamlhemw .ctrkhia5,
.qfhmkg .ctrkhia5,
.m70lho5 .ctrkhia5,
.ptjah .ctrkhia5 {
  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;
}
.a91df6xj .ctrkhia5 .c1jx17r6,
.jamlhemw .ctrkhia5 .c1jx17r6,
.qfhmkg .ctrkhia5 .c1jx17r6,
.m70lho5 .ctrkhia5 .c1jx17r6,
.ptjah .ctrkhia5 .c1jx17r6 {
  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;
}
.a91df6xj .quvm0rc4,
.jamlhemw .quvm0rc4,
.qfhmkg .quvm0rc4,
.m70lho5 .quvm0rc4,
.ptjah .quvm0rc4 {
  background: transparent !important;
  border: none !important;
  padding: 0;
  border-radius: 0;
  color: inherit !important;
}
.a91df6xj .ctrkhia5,
.jamlhemw .ctrkhia5 {
  top: 12px;
}
.a91df6xj .ctrkhia5 .c1jx17r6 {
  margin-right: auto;
}
.jamlhemw .ctrkhia5 .c1jx17r6 {
  margin-left: auto;
}
.jamlhemw .ctrkhia5 {
  text-align: right;
}
.qfhmkg .ctrkhia5,
.m70lho5 .ctrkhia5 {
  bottom: 12px;
}
.qfhmkg .ctrkhia5 .c1jx17r6 {
  margin-right: auto;
}
.m70lho5 .ctrkhia5 .c1jx17r6 {
  margin-left: auto;
}
.m70lho5 .ctrkhia5 {
  text-align: right;
}
.ptjah .ctrkhia5 {
  position: relative;
  margin-top: 16px;
}
.ptjah .ctrkhia5 .c1jx17r6 {
  margin: 0 auto;
}
.lkao .ctrkhia5 {
  max-width: var(--content-mw, 1100px);
  margin: 0 auto;
  padding: 8px 24px;
}
.lkao .ctrkhia5 .c1jx17r6 {
  margin: 0;
}
.lkao .xg6cp ~ .ctrkhia5,
.lkao .j7mk57d ~ .ctrkhia5 {
  max-width: none;
  margin: 0;
  padding: 8px clamp(24px, calc(50vw - 476px), 96px);
}
.lkao .xg6cp ~ .ctrkhia5 .c1jx17r6,
.lkao .j7mk57d ~ .ctrkhia5 .c1jx17r6 {
  justify-content: flex-start;
}
.xg6cp ~ .ctrkhia5,
.j7mk57d ~ .ctrkhia5 {
  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;
}
.xg6cp ~ .ctrkhia5 .c1jx17r6 {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.j7mk57d ~ .ctrkhia5 .c1jx17r6 {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.q8zac0 .c1jx17r6 {
  margin: 0 0 12px;
}
.c1jx17r6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 10px 0 16px;
}
.eymdx {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.cdnxz {
  font-weight: 600;
  color: var(--text-heading);
  opacity: 1;
}
.m3184c::before {
  content: "·";
  margin: 0 2px;
  opacity: 0.5;
}
.quvm0rc4 {
  white-space: nowrap;
}
.ghk1slr .eymdx {
  display: none;
}
.ut64 .quvm0rc4 {
  background: var(--date-bg, var(--accent-bg));
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 0.78rem;
}
.ut64 .m3184c::before {
  content: "";
}
.pgl9s .quvm0rc4 {
  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;
}
.pgl9s .m3184c::before {
  content: "";
}
.jcmbjv .c1jx17r6 {
  background: var(--date-bg, var(--accent-bg));
  padding: 8px 14px;
  border-radius: var(--radius, 6px);
  gap: 8px 16px;
}
.b2t5hq4v .quvm0rc4 {
  border-left: 2px solid var(--accent);
  padding-left: 8px;
  font-size: 0.78rem;
}
.b2t5hq4v .m3184c::before {
  content: "";
}
.emiqw3s .quvm0rc4 {
  color: var(--accent);
  opacity: 1;
  font-weight: 500;
}
.uag5gi .quvm0rc4 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
.n19m5pmu .c1jx17r6 {
  font-size: 0.78rem;
  color: var(--text-faint);
  letter-spacing: 0.02em;
}
.fqgp {
  --date-bg: var(--accent-bg-light);
}
.p8hiw .m3184c::before {
  content: "";
}
.yya26c .m3184c::before {
  content: "•";
  opacity: 0.4;
}
.yya26c .quvm0rc4 + .quvm0rc4::before {
  content: "•";
  margin-right: 6px;
  opacity: 0.4;
}
.trr6i .m3184c::before {
  content: "/";
  opacity: 0.35;
}
.trr6i .quvm0rc4 + .quvm0rc4::before {
  content: "/";
  margin-right: 6px;
  opacity: 0.35;
}
.dho39 .m3184c::before {
  content: "|";
  opacity: 0.3;
}
.dho39 .quvm0rc4 + .quvm0rc4::before {
  content: "|";
  margin-right: 6px;
  opacity: 0.3;
}
.fpj5o6c .m3184c::before {
  content: "—";
  opacity: 0.3;
}
.fpj5o6c .quvm0rc4 + .quvm0rc4::before {
  content: "—";
  margin-right: 6px;
  opacity: 0.3;
}
.gmpd8 .m3184c::before {
  content: "◆";
  font-size: 0.5em;
  opacity: 0.35;
}
.gmpd8 .quvm0rc4 + .quvm0rc4::before {
  content: "◆";
  font-size: 0.5em;
  margin-right: 6px;
  opacity: 0.35;
}
.n4ck .m3184c::before {
  content: "·";
  opacity: 0.4;
}
.n4ck .quvm0rc4 + .quvm0rc4::before {
  content: "·";
  margin-right: 6px;
  opacity: 0.4;
}
.mngautb1 .m3184c::before {
  content: "›";
  opacity: 0.4;
}
.mngautb1 .quvm0rc4 + .quvm0rc4::before {
  content: "›";
  margin-right: 6px;
  opacity: 0.4;
}
.bw0whpw .m3184c::before {
  content: "→";
  opacity: 0.35;
  font-size: 0.85em;
}
.bw0whpw .quvm0rc4 + .quvm0rc4::before {
  content: "→";
  font-size: 0.85em;
  margin-right: 6px;
  opacity: 0.35;
}
.qkqn .h5kllt {
  background: var(--surface-alt);
  border-radius: var(--radius, 8px);
  border: 1px solid var(--border);
}
@media (max-width: 640px) {
  .h5kllt {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 16px;
  }
  .b4machiu {
    max-width: 100%;
  }
}
:root {
  --accent: #18c11b;
  --brand: #18c11b;
  --brand-light: #49dc4b;
  --brand-pale: #7cdc7e;
  --grad-start: #4ce84e;
  --grad-end: #89e88b;
  --accent-light: var(--brand-light);
  --accent-pale: var(--brand-pale);
  --cta: #18c11b;
  --cta-light: #0fa111;
  --cta-hover: #118a13;
  --bg-page: #f6f8f6;
  --bg-surface: #ffffff;
  --bg-card: #ffffff;
  --bg-card-inner: #f3f5f3;
  --bg-raised: #edf1ed;
  --bg-hover: #f3f5f3;
  --border: #e1e9e1;
  --border-alt: #cfddcf;
  --border-section: #e1e9e1;
  --text-primary: #171b17;
  --text-muted: #506151;
  --text-body: #2e372e;
  --text-sub: #455345;
  --text-faint: #738b74;
  --text-dim: #8fa28f;
  --text-label: #5c6f5c;
  --text-value: #39453a;
  --accent-bg: #e0f4e1;
  --accent-bg-light: #c6efc7;
  --bg-tip: #f9f0f9;
  --bg-warning: #f9f6ef;
  --bg-info: #f0f6f9;
  --bg-pros: #f9f0f9;
  --bg-cons: #faf5f3;
  --c-pros: #960c94;
  --c-cons: #9f4821;
  --c-pros-label: #b20faf;
  --c-tip-border: #c510c2;
  --c-warn-border: #bb801a;
  --c-stars: var(--cta);
  --c-arrow: var(--cta);
  --c-tag-pay: #960c94;
}
:root {
  --logo-bg-opacity: 46%;
}
body,
button,
input {
  font-family: "Space Grotesk", sans-serif;
}
.vcxluev6 .g937i62n {
  font-size: 0;
  width: 1.2rem;
  flex-shrink: 0;
}
.vcxluev6 .g937i62n::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1;
}
.vcxluev6 .zidgc6qw .g937i62n::before {
  content: "";
  color: var(--c-tip-border);
}
.vcxluev6 .ss72 .g937i62n::before {
  content: "";
  color: var(--c-warn-border);
}
.vcxluev6 .xcf7b .g937i62n::before {
  content: "";
  color: #60a5fa;
}
.g5knksb .vcxluev6 .zidgc6qw .g937i62n::before {
  color: #10b981;
}
.g5knksb .vcxluev6 .ss72 .g937i62n::before {
  color: #f43f5e;
}
.g5knksb .vcxluev6 .xcf7b .g937i62n::before {
  color: #a855f7;
}
.kpxgd5 .vcxluev6 .zidgc6qw .g937i62n::before {
  color: #eab308;
}
.kpxgd5 .vcxluev6 .ss72 .g937i62n::before {
  color: #ef4444;
}
.kpxgd5 .vcxluev6 .xcf7b .g937i62n::before {
  color: #f97316;
}
.tgmi2gr .vcxluev6 .zidgc6qw .g937i62n::before {
  color: #38bdf8;
}
.tgmi2gr .vcxluev6 .ss72 .g937i62n::before {
  color: #818cf8;
}
.tgmi2gr .vcxluev6 .xcf7b .g937i62n::before {
  color: #2dd4bf;
}
.wn4qua8d .vcxluev6 .g937i62n::before {
  color: var(--accent-light) !important;
}
.fpwofl .iz2mbv4 li::before,
.fpwofl .djb4w6hi li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.85em;
  line-height: 1;
  vertical-align: 0.05em;
}
.fpwofl .iz2mbv4 li::before {
  content: "";
}
.fpwofl .djb4w6hi li::before {
  content: "";
}
.fpwofl .xfuik::before,
.fpwofl .zmee::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.85em;
  margin-right: 5px;
  line-height: 1;
}
.fpwofl .xfuik::before {
  content: "";
}
.fpwofl .zmee::before {
  content: "";
}
.k79lu3l .vxjvprj,
.k79lu3l .xg6cp {
  min-height: 640px;
}
.w3iperwr .yqsogwg::after,
.w3iperwr .iz4v::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 6px;
  vertical-align: -0.05em;
  font-size: 0.8em;
  line-height: 1;
}
.qjxk8p .aklyo::after,
.qjxk8p .mujhu8fn::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;
}
.i2o8ur::before {
  content: "•";
}
