: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;
}
.imkq {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.fxxv {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.i0evl {
  color: var(--accent-light);
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.babrca {
  height: 46px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  border-radius: 6px;
}
.v0yp {
  list-style: none;
  display: flex;
  column-gap: 20px;
  row-gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  --msep-color: var(--text-primary);
}
.v0yp a {
  color: var(--text-muted);
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}
.v0yp a:hover {
  color: var(--accent-light);
}
.tm7e7iqj .ysr3cy3e {
  border-radius: 6px;
}
.tm7e7iqj .ysr3cy3e li:first-child a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tm7e7iqj .ysr3cy3e li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tmwq .ysr3cy3e li + li {
  border-top: 1px dotted var(--border-alt);
}
@media (max-width: 640px) {
  .ysr3cy3e {
    position: static;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0 0 4px 16px;
  }
  .nujpj:hover .ysr3cy3e,
  .nujpj:focus-within .ysr3cy3e {
    display: block;
  }
  .ysr3cy3e li a {
    padding: 8px 16px;
    font-size: 0.88rem;
  }
}
.p7c3m3vi {
  display: none;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.4rem;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}
.a06s {
  display: none;
}
@media (max-width: 640px) {
  .a06s {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 899;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .a06s.t5n7m3 {
    display: block;
  }
}
@media (max-width: 640px) {
  .p7c3m3vi {
    display: block;
  }
  .v0yp > li + li::before {
    display: none !important;
  }
  .v0yp {
    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;
  }
  .v0yp.t5n7m3 {
    display: flex;
  }
  .v0yp li a {
    display: block;
    padding: 11px 24px;
    font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .v0yp li:last-child a {
    border-bottom: none;
  }
}
.w0ube2 {
  min-height: 480px;
}
.c44cjdi {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.b28vcm {
  font-size: 1.15rem;
  margin-bottom: 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.zimf0ja .b28vcm {
  margin-left: 0;
  margin-right: 0;
}
.dbk4 {
  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;
}
.dbk4:hover {
  opacity: 0.88;
}
.nf1x1kc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-surface);
}
.b82s4 {
  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%
  );
}
.nf1x1kc .wury1 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  padding: 48px 24px;
}
.nf1x1kc .c44cjdi {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.nf1x1kc .b28vcm {
  color: #e2e8f0;
}
.nf1x1kc.tgtff .wury1 {
  text-align: center;
}
.nf1x1kc.zimf0ja .wury1 {
  text-align: left;
}
.hvieorxf .wury1 {
  width: 100%;
  max-width: 1100px;
  padding: 24px 24px;
}
.hvieorxf .c44cjdi {
  color: var(--text-primary);
  text-shadow: none;
}
.hvieorxf .b28vcm {
  color: var(--text-muted);
}
.hvieorxf .dbk4 {
  margin-top: 16px;
}
.hvieorxf,
.hvieorxf.w0ube2 {
  min-height: auto !important;
}
.hvieorxf.tgtff .wury1 {
  text-align: center;
}
.hvieorxf.zimf0ja .wury1 {
  text-align: left;
}
.hvieorxf ~ .u4lvq {
  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;
}
.hvieorxf ~ .u4lvq .d4lv {
  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;
  }
}
.ce7r2eod .nf1x1kc .b82s4 {
  overflow: hidden;
}
.ce7r2eod .nf1x1kc .b82s4::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);
  }
}
.obhkix5 .nf1x1kc .b82s4 {
  overflow: hidden;
}
.obhkix5 .nf1x1kc .b82s4::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;
}
.vogr9o5 .nf1x1kc .b82s4 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.d0mh .nf1x1kc .b82s4 {
  overflow: hidden;
}
.d0mh .nf1x1kc .b82s4::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;
}
.qg4a9 .nf1x1kc .b82s4 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ghet .b82s4 {
  background: none;
}
.ghet .c44cjdi {
  color: #fff;
}
.ghet .b28vcm {
  color: rgba(255, 255, 255, 0.85);
}
.ghet .dbk4 {
  background: #fff;
  color: var(--cta);
}
.ghet .dbk4:hover {
  opacity: 0.92;
}
.g5t5l42 .c44cjdi {
  text-shadow: none;
  color: var(--text-primary);
}
.g5t5l42 .b28vcm {
  color: var(--text-muted);
}
.g5t5l42.zimf0ja .uxy0tf4 {
  align-items: flex-start;
  text-align: left;
}
.nfhxml1 .wury1 {
  padding-bottom: 24px;
}
.qt3vz9 .wury1 {
  max-width: 960px;
}
@media (max-width: 700px) {
  .g5t5l42 {
    grid-template-columns: 1fr !important;
    grid-template-areas: "text" !important;
  }
  .g5t5l42 .f4p8c {
    display: none !important;
  }
  .uyli .f4p8c {
    display: none !important;
  }
  .ly6fn .i8ao {
    display: none !important;
  }
  .te4m4c .gcd5aazr {
    display: none !important;
  }
  .uxy0tf4 {
    padding: 36px 24px;
  }
  .g5t5l42 ~ .u4lvq,
  .bxow ~ .u4lvq {
    max-width: 100%;
    left: 0;
    right: 0;
    transform: none;
    padding: 0 24px;
  }

  .w0ube2,
  .g5t5l42 {
    min-height: 320px !important;
  }

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

  .f3jz {
    display: none !important;
  }

  .ajhlwf {
    flex-direction: column;
    align-items: center;
  }
  .a9edjs {
    width: 100%;
    max-width: 340px;
  }
}
.sdhhj6r {
  position: relative;
  overflow: hidden;
  margin: 16px 0;
  line-height: 0;
}
.rxnmall {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.dc8o9b .sdhhj6r {
  border-radius: 16px;
}
.dc8o9b .rxnmall {
  border-radius: 16px;
}
.y60g .sdhhj6r {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
}
.y60g .rxnmall {
  border-radius: 8px;
}
.r8nkdrg {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 32px;
}
.nmre {
  width: 100%;
  padding: 32px 0;
  position: relative;
}
.w9jm6gd {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px;
  position: relative;
  z-index: 1;
}
.pezmgowf .nmre:nth-child(even) {
  background: var(--bg-surface);
}
.pezmgowf .nmre:nth-child(odd) {
  background: var(--bg-page);
}
.xpoiv66c .nmre:nth-child(even) {
  background: var(--bg-card);
}
.xpoiv66c .nmre:nth-child(odd) {
  background: var(--bg-page);
}
.pezmgowf .nmre:nth-child(odd) .w9jm6gd {
  background: var(--bg-card);
  border-radius: 6px;
}
.pezmgowf .nmre:nth-child(even) .w9jm6gd {
  background: var(--bg-raised);
  border-radius: 6px;
}
.xpoiv66c .nmre:nth-child(odd) .w9jm6gd {
  background: var(--bg-card);
  border-radius: 6px;
}
.xpoiv66c .nmre:nth-child(even) .w9jm6gd {
  background: var(--bg-raised);
  border-radius: 6px;
}
.pezmgowf .nmre:nth-child(even) .mwelg9 .s3w96,
.xpoiv66c .nmre:nth-child(even) .mwelg9 .s3w96 {
  background: var(--bg-card);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.pezmgowf .nmre:nth-child(odd) .mwelg9 .s3w96,
.xpoiv66c .nmre:nth-child(odd) .mwelg9 .s3w96 {
  background: var(--bg-card-inner);
}
.pezmgowf .nmre:nth-child(even) .kcahoqx7 .s3w96:nth-child(odd),
.xpoiv66c .nmre:nth-child(even) .kcahoqx7 .s3w96:nth-child(odd) {
  background: var(--bg-card);
}
.pezmgowf .nmre:nth-child(even) .kcahoqx7 .s3w96:nth-child(even),
.xpoiv66c .nmre:nth-child(even) .kcahoqx7 .s3w96:nth-child(even) {
  background: var(--bg-card-inner);
}
h1.ioqt7a5 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 16px;
}
h2.ioqt7a5 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 16px;
}
h3.dtgwd9l {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.vkzud h2.ioqt7a5 {
  border-left: 4px solid var(--accent);
  padding-left: 14px;
}
.eoyr h2.ioqt7a5 {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 10px;
  display: inline-block;
}
.ljfa0 h2.ioqt7a5 {
  border-top: 3px solid var(--accent);
  padding-top: 12px;
  color: var(--text-primary);
}
.gjl9px h2.ioqt7a5::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
}
.kr50z3ek h2.ioqt7a5 {
  color: var(--text-primary);
  font-size: 1.7rem;
}
.e9fbgvz0 h2.ioqt7a5::before {
  content: "/";
  color: var(--accent);
  font-weight: 800;
  margin-right: 10px;
}
.zewoyf h2.ioqt7a5 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: var(--accent);
  border-bottom: 1px solid var(--border-alt);
  padding-bottom: 8px;
}
.o5xzlx {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 12px;
}
.glm02tlc {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .glm02tlc {
    display: none;
  }
}
.zu3snfoz {
  font-size: inherit;
  color: var(--text-body);
  margin: 8px 0 16px;
}
.mt3ojy85 {
  font-size: inherit;
  color: var(--text-body);
  margin: 16px 0 0;
}
.aa3nc8ve {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 24px;
  margin: 28px 0;
}
.l8cum {
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 12px;
  font-size: 1rem;
}
.k2b1k8q {
  padding-left: 20px;
}
.k2b1k8q li {
  margin-bottom: 6px;
}
.k2b1k8q a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
}
.k2b1k8q a:hover {
  color: var(--accent-light);
}
.a6gb2 .l8cum {
  display: none;
}
.pyhu8iv .l8cum {
  display: none;
}
.pyhu8iv .k2b1k8q {
  padding-left: 0;
  list-style: none;
}
.pyhu8iv .k2b1k8q li::before {
  content: "—";
  margin-right: 9px;
  color: var(--accent);
  opacity: 0.7;
}
.pyhu8iv .k2b1k8q a {
  font-size: 0.92rem;
}
.tc8llv .aa3nc8ve {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 12px 0;
}
.tc8llv .l8cum {
  display: none;
}
.tc8llv .k2b1k8q {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tc8llv .k2b1k8q li {
  margin-bottom: 0;
}
.tc8llv .k2b1k8q 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;
}
.tc8llv .k2b1k8q a:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.lv95ax .aa3nc8ve {
  padding: 20px 20px 16px;
}
.lv95ax .k2b1k8q {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  counter-reset: toc-c;
}
.lv95ax .k2b1k8q li {
  counter-increment: toc-c;
  margin-bottom: 0;
  display: flex;
}
.lv95ax .k2b1k8q 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;
}
.lv95ax .k2b1k8q 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;
}
.lv95ax .k2b1k8q a:hover {
  color: var(--accent-light);
  border-color: var(--accent);
}
.lv95ax .k2b1k8q a:focus,
.lv95ax .k2b1k8q a:focus-visible,
.lv95ax .k2b1k8q a:target {
  outline: none;
}
.lv95ax .k2b1k8q li:target a {
  border-color: var(--border);
  color: var(--text-muted);
}
.v8m65bjw .aa3nc8ve {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 8px 0;
  margin: 16px 0;
}
.v8m65bjw .l8cum {
  display: none;
}
.v8m65bjw .k2b1k8q {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.v8m65bjw .k2b1k8q li {
  margin-bottom: 0;
}
.v8m65bjw .k2b1k8q li::after {
  content: ",";
  color: var(--text-muted);
  margin-right: 10px;
}
.v8m65bjw .k2b1k8q li:last-child::after {
  content: "";
  margin-right: 0;
}
.v8m65bjw .k2b1k8q a {
  font-size: 0.9rem;
}
.s3w96 {
  padding: 14px 20px 18px;
  margin-bottom: 12px;
  border-radius: 10px;
}
.mwelg9 .s3w96 {
  background: var(--bg-card);
}
.kcahoqx7 .s3w96:nth-child(odd) {
  background: var(--bg-card);
}
.kcahoqx7 .s3w96:nth-child(even) {
  background: var(--bg-raised);
}
.zjpna0s .s3w96 {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.zjpna0s .s3w96:last-child {
  border-bottom: none;
}
.zjpna0s h3.dtgwd9l {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
  display: inline-block;
}
.djfszzx .s3w96 {
  background: none;
  border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.djfszzx .s3w96 + .s3w96 {
  margin-top: 4px;
}
.btp2jm0 .s3w96 {
  background: none;
  border-radius: 0;
  padding: 12px 0;
}
.btp2jm0 .s3w96 + .s3w96 {
  border-top: 1px solid var(--border-section);
}
.niq9 {
  color: var(--text-body);
  margin-bottom: 12px;
  font-size: inherit;
}
.v0f2 {
  color: var(--text-body);
  margin-top: 12px;
  font-size: inherit;
}
.wjfjq {
  color: var(--text-body);
  margin-bottom: 10px;
}
.mvesqlp,
.j1lmyy1k {
  padding-left: 22px;
  color: var(--text-body);
  margin: 10px 0;
}
.mvesqlp li,
.j1lmyy1k li {
  margin-bottom: 6px;
}
.j1lmyy1k li {
  list-style: decimal;
}
.ytc6a .mvesqlp {
  list-style-type: "● ";
}
.u2c6i .mvesqlp {
  list-style-type: "■ ";
}
.vram9ax .mvesqlp {
  list-style-type: "◆ ";
}
.cg78fl5o .mvesqlp {
  list-style-type: "★ ";
}
.ytc6a .cuvghee {
  list-style-type: "● ";
}
.u2c6i .cuvghee {
  list-style-type: "■ ";
}
.vram9ax .cuvghee {
  list-style-type: "◆ ";
}
.cg78fl5o .cuvghee {
  list-style-type: "★ ";
}
.ytc6a .mvesqlp li::marker,
.ytc6a .cuvghee li::marker,
.u2c6i .mvesqlp li::marker,
.u2c6i .cuvghee li::marker,
.vram9ax .mvesqlp li::marker,
.vram9ax .cuvghee li::marker,
.cg78fl5o .mvesqlp li::marker,
.cg78fl5o .cuvghee li::marker {
  color: var(--cta);
  font-size: 1em;
}
.ytc6a .j1lmyy1k,
.u2c6i .j1lmyy1k,
.vram9ax .j1lmyy1k,
.cg78fl5o .j1lmyy1k {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ytc6a .j1lmyy1k li,
.u2c6i .j1lmyy1k li,
.vram9ax .j1lmyy1k li,
.cg78fl5o .j1lmyy1k li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ytc6a .j1lmyy1k li::before,
.u2c6i .j1lmyy1k li::before,
.vram9ax .j1lmyy1k li::before,
.cg78fl5o .j1lmyy1k 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;
}
.ytc6a .j1lmyy1k li::before {
  border-radius: 50%;
}
.u2c6i .j1lmyy1k li::before {
  border-radius: 3px;
}
.vram9ax .j1lmyy1k li::before {
  border-radius: 3px;
}
.cg78fl5o .j1lmyy1k li::before {
  border-radius: 50%;
}
.mbmz {
  overflow-x: auto;
  margin: 12px 0;
  background: var(--accent-bg);
  border-radius: 10px;
  border: 1px solid var(--border-alt);
}
.qp6a .mbmz,
.huvl4h1y .mbmz {
  background: transparent;
  border: none;
  border-radius: 0;
}
.grq5 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.grq5 th {
  background: var(--bg-raised);
  color: var(--accent-light);
  padding: 8px 12px;
  text-align: left;
  font-weight: 600;
}
.grq5 td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--border-alt);
  color: var(--text-body);
}
.grq5 tr:hover td {
  background: var(--bg-hover);
}
.h6owvdf .grq5 tbody tr:nth-child(even) td {
  background: var(--bg-surface);
}
.qlhisbt .grq5 {
  border: 1px solid var(--border-alt);
}
.qlhisbt .grq5 th,
.qlhisbt .grq5 td {
  border: 1px solid var(--border-alt);
}
.rrctp5 .grq5 th {
  background: transparent;
  color: var(--accent);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
}
.rrctp5 .grq5 td {
  border-bottom: none;
}
.rrctp5 .grq5 tr:not(:last-child) td {
  border-bottom: 1px solid var(--border-alt);
}
.ogieum3 .grq5 th {
  background: var(--cta);
  color: #fff;
  letter-spacing: 0.03em;
}
.gfqgh9 .mbmz {
  overflow: hidden;
}
.gfqgh9 .grq5 th {
  border-bottom: 1px solid var(--border-alt);
}
.gfqgh9 .grq5 tr:last-child td {
  border-bottom: none;
}
.dta7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin: 12px 0;
}
.jej3wog {
  background: var(--bg-card-inner);
  border-radius: 8px;
  overflow: hidden;
}
.l9lip9e {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  padding: 8px;
}
.stwaawt {
  background: var(--accent-bg-light);
  color: var(--accent);
  font-weight: 700;
  padding: 10px 14px;
  font-size: 0.9rem;
}
.u695rfk8 {
  padding: 10px 14px 4px;
  font-size: 0.88rem;
  color: var(--text-sub);
}
.cuvghee {
  padding: 4px 14px 12px 28px;
  font-size: 0.82rem;
  color: var(--text-muted);
}
.cuvghee 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%;
}
.zwzmje .stwaawt {
  background: transparent;
  text-align: center;
}
.bt302750 .l9lip9e {
  margin: 10px 10px 0;
  width: calc(100% - 20px);
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.qm8yv1 .l9lip9e {
  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);
}
.o8k6 .jej3wog {
  display: grid;
  grid-template-columns: auto 1fr;
}
.o8k6 .l9lip9e {
  grid-column: 1;
  grid-row: 1;
  width: 88px;
  height: 88px;
  aspect-ratio: 1/1;
  object-fit: cover;
  align-self: center;
}
.o8k6 .stwaawt {
  grid-column: 2;
}
.o8k6 .u695rfk8,
.o8k6 .cuvghee {
  grid-column: 1 / -1;
}
.vmzs6dbe .jej3wog {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
.vmzs6dbe .l9lip9e {
  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);
}
.vmzs6dbe .stwaawt {
  grid-column: 2;
}
.vmzs6dbe .u695rfk8,
.vmzs6dbe .cuvghee {
  grid-column: 1 / -1;
}
.cc13fo7 .jej3wog {
  border: 1px solid var(--border);
  border-left: 2px solid var(--accent);
}
.cc13fo7 .stwaawt {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.t6662v .jej3wog {
  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);
}
.t6662v .stwaawt {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.cuwgrsol .jej3wog {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
}
.cuwgrsol .jej3wog:last-child {
  border-bottom: none;
}
.cuwgrsol .stwaawt {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.vv5n .jej3wog {
  border: 1px solid var(--border);
  border-top: 3px solid var(--accent);
}
.vv5n .stwaawt {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
  padding-top: 13px;
}
.mpx6x .dta7 {
  counter-reset: card-n;
}
.mpx6x .jej3wog {
  counter-increment: card-n;
}
.mpx6x .stwaawt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mpx6x .stwaawt::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;
}
.jore2krq .jej3wog {
  background: var(--bg-surface);
  border: 1px solid var(--border);
}
.jore2krq .stwaawt {
  background: none;
  color: var(--text-main);
  font-weight: 700;
  border-bottom: 1px solid var(--border);
}
.c9262 {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 10px 0;
}
.z42v {
  background: var(--bg-tip);
  border-left: 4px solid var(--c-tip-border);
}
.lv4er0u {
  background: var(--bg-warning);
  border-left: 4px solid var(--c-warn-border);
}
.eo3bs {
  background: var(--bg-info);
  border-left: 4px solid #60a5fa;
}
.ffau3 {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.c9262 strong {
  color: var(--text-primary);
  font-size: 0.95rem;
}
.c9262 p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 4px;
}
.q3ydf2z {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 10px 0;
}
.vx4cv38c,
.m2kzuzj {
  border-radius: 8px;
  padding: 14px;
}
.vx4cv38c {
  background: var(--bg-pros);
}
.m2kzuzj {
  background: var(--bg-cons);
}
.yd7p {
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 8px;
}
.vx4cv38c .yd7p {
  color: var(--c-pros-label);
}
.m2kzuzj .yd7p {
  color: #f87171;
}
.vx4cv38c ul li {
  color: var(--c-pros);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.m2kzuzj ul li {
  color: var(--c-cons);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.rxnmall {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.xpaa {
  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;
}
.xpaa:hover {
  opacity: 0.85;
}
.txd3 .xpaa {
  background: transparent;
  border: 2px solid var(--cta);
  color: var(--cta-light);
}
.txd3 .xpaa:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.ra5udn .xpaa {
  background: var(--accent-bg);
  border: 1px solid var(--cta);
  color: var(--cta-light);
}
.ra5udn .xpaa:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.tc0y9l8b .dbk4 {
  border-radius: 50px;
}
.tc0y9l8b .xpaa {
  border-radius: 50px;
}
.wsbge .dbk4 {
  padding-left: 22px;
  padding-right: 22px;
}
.wsbge .xpaa {
  padding-left: 12px;
  padding-right: 12px;
}
.chkd .dbk4 {
  padding-left: 44px;
  padding-right: 44px;
}
.chkd .xpaa {
  padding-left: 24px;
  padding-right: 24px;
}
.n49uuy .dbk4 {
  padding-left: 56px;
  padding-right: 56px;
}
.n49uuy .xpaa {
  padding-left: 32px;
  padding-right: 32px;
}
.uv9qq .dbk4::after,
.uv9qq .xpaa::after,
.hi5f .dbk4::after,
.hi5f .xpaa::after,
.zmz4o13x .dbk4::after,
.zmz4o13x .xpaa::after,
.e2px3t85 .dbk4::after,
.e2px3t85 .xpaa::after,
.skqluk .dbk4::after,
.skqluk .xpaa::after,
.w9s6eto .dbk4::after,
.w9s6eto .xpaa::after,
.xdgqfq .dbk4::after,
.xdgqfq .xpaa::after,
.ua7clor .dbk4::after,
.ua7clor .xpaa::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;
}
.uv9qq .dbk4::after,
.uv9qq .xpaa::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");
}
.hi5f .dbk4::after,
.hi5f .xpaa::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");
}
.zmz4o13x .dbk4::after,
.zmz4o13x .xpaa::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");
}
.e2px3t85 .dbk4::after,
.e2px3t85 .xpaa::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");
}
.skqluk .dbk4::after,
.skqluk .xpaa::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");
}
.w9s6eto .dbk4::after,
.w9s6eto .xpaa::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");
}
.xdgqfq .dbk4::after,
.xdgqfq .xpaa::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");
}
.ua7clor .dbk4::after,
.ua7clor .xpaa::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");
}
.d8uqb4am .gm4f9gf::after,
.d8uqb4am .sp1uus::after,
.keovxf .gm4f9gf::after,
.keovxf .sp1uus::after,
.stctn .gm4f9gf::after,
.stctn .sp1uus::after,
.ydcoz1q .gm4f9gf::after,
.ydcoz1q .sp1uus::after,
.xbx60 .gm4f9gf::after,
.xbx60 .sp1uus::after,
.yu93t6vt .gm4f9gf::after,
.yu93t6vt .sp1uus::after,
.tj7kw .gm4f9gf::after,
.tj7kw .sp1uus::after,
.v4mr6up .gm4f9gf::after,
.v4mr6up .sp1uus::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;
}
.d8uqb4am .gm4f9gf::after,
.d8uqb4am .sp1uus::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");
}
.keovxf .gm4f9gf::after,
.keovxf .sp1uus::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");
}
.stctn .gm4f9gf::after,
.stctn .sp1uus::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");
}
.ydcoz1q .gm4f9gf::after,
.ydcoz1q .sp1uus::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");
}
.xbx60 .gm4f9gf::after,
.xbx60 .sp1uus::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");
}
.yu93t6vt .gm4f9gf::after,
.yu93t6vt .sp1uus::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");
}
.tj7kw .gm4f9gf::after,
.tj7kw .sp1uus::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");
}
.v4mr6up .gm4f9gf::after,
.v4mr6up .sp1uus::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");
}
.yvhsdhva {
  display: flex;
  flex-direction: column;
  gap: 12px;

  position: relative;
  width: min(100vw - 40px, 1400px);
  margin: 32px auto;
  left: 50%;
  transform: translateX(-50%);
}
.n5w6ttw {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 18px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  transition: background 0.15s;
}
.n5w6ttw > [itemprop="item"] {
  display: contents;
}
.n5w6ttw [itemprop="itemReviewed"],
.n5w6ttw [itemprop="reviewRating"] {
  display: none;
}
.n5w6ttw:hover {
  background: var(--bg-hover);
}
.dq2ch {
  background: var(--accent-bg);
  border-radius: 10px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  width: 140px;
  height: 90px;
  flex-shrink: 0;
}
.k56m .dq2ch {
  background: #1a1a1a;
}
.ivwl .dq2ch {
  background: rgba(128, 128, 128, 0.12);
}
.mngp1hs .dq2ch {
  background: var(--bg-raised);
}
.v28sa2c .dq2ch {
  background: transparent;
  padding: 0;
}
.icfz {
  max-height: 74px;
  max-width: 120px;
  object-fit: contain;
}
.i9dm {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.i9dm .dq2ch + .l0z5 {
  flex: 1 1 auto;
}
.l0z5 {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--text-primary);
  line-height: 1.25;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i88n6ik {
  color: var(--cta);
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
}
.p7nk {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.skzxoy3x {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  min-width: 0;
  gap: 4px;
}
@media (min-width: 721px) {
  .i9dm {
    flex: 0 0 260px;
    width: 260px;
  }
  .i88n6ik {
    flex: 0 0 120px;
    width: 120px;
  }
  .p7nk {
    flex: 0 0 110px;
    width: 110px;
  }
  .skzxoy3x {
    flex: 0 0 180px;
    width: 180px;
  }
}
.om04 {
  color: var(--text-label);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.w1n9jut {
  color: var(--text-value);
  font-weight: 700;
  font-size: 1.22rem;
  line-height: 1.3;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.r74bjca {
  white-space: nowrap;
  text-align: center;
  align-self: center;
}
@media (min-width: 721px) {
  .r74bjca {
    flex: 0 0 170px;
    width: 170px;
    margin-left: auto;
  }
}
.r74bjca.xpaa {
  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) {
  .yvhsdhva {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .yvhsdhva .n5w6ttw {
    flex-direction: column;
    align-items: center;
    padding: 18px 14px;
    border-radius: 14px;
    gap: 14px;
  }
  .yvhsdhva .i9dm {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }
  .yvhsdhva .dq2ch {
    width: 100%;
    min-width: unset;
    height: 120px;
  }
  .yvhsdhva .icfz {
    max-height: 96px;
    max-width: 200px;
  }
  .yvhsdhva .l0z5 {
    min-width: unset;
    text-align: center;
    white-space: normal;
  }
  .yvhsdhva .i88n6ik {
    min-width: 0;
  }
  .yvhsdhva .skzxoy3x {
    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;
  }
  .yvhsdhva .r74bjca {
    width: 100%;
    min-width: 0;
    text-align: center;
    margin-left: 0;
  }
  .hhk3i .n5w6ttw {
    row-gap: 8px !important;
    gap: 10px !important;
  }
}
@media (min-width: 860px) {
  .hgv11q .etev2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
  .hgv11q .b2d2 {
    margin: 0;
  }
}
.huvl4h1y .q3ydf2z {
  gap: 10px;
}
.huvl4h1y .vx4cv38c,
.huvl4h1y .m2kzuzj {
  padding: 12px;
}
.huvl4h1y .vx4cv38c ul,
.huvl4h1y .m2kzuzj ul {
  margin: 4px 0 0;
  padding-left: 18px;
}
.huvl4h1y .vx4cv38c li,
.huvl4h1y .m2kzuzj li {
  font-size: 0.85rem;
  margin-bottom: 3px;
}
@media (max-width: 720px) {
  .t5yf {
    grid-template-columns: 1fr;
  }
  .bw7t6 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
    padding: 16px;
  }
  .bw7t6 .b49si {
    width: 72px;
    height: 50px;
  }
  .bw7t6 .k6wio6p {
    max-width: 180px;
  }
  .bw7t6 .fxb1 {
    width: auto;
  }
}
@media (max-width: 720px) {
  .cecp {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 16px;
  }
  .w1zpx3a {
    padding: 16px;
  }
  .zw8xnc .hkye {
    min-width: 50%;
  }
}
.r3fi .q3ydf2z {
  grid-template-columns: 1fr;
}
@media (max-width: 860px) {
  .woed4i3 {
    grid-template-columns: 1fr;
  }
  .t46vz5zi {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .almadt33 {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
}
@media (max-width: 540px) {
  .wq59 {
    flex-wrap: wrap;
    padding: 16px;
  }
}
.s9vc54s .q3ydf2z {
  gap: 8px;
}
.s9vc54s .vx4cv38c,
.s9vc54s .m2kzuzj {
  padding: 8px;
}
@media (max-width: 480px) {
  .loqiz6b5 {
    flex-direction: column;
    align-items: stretch;
  }
}
.f5obqos .fxb1 .xpaa {
  padding: 8px 20px;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .cso7 {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .f5obqos .fxb1 {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .hx642 {
    grid-template-columns: 1fr;
  }
  .tc1so1t {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .auhuo {
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 16px;
  }
}
@media (max-width: 720px) {
  .kchdvxm {
    grid-template-columns: 1fr;
  }
  .pewo3 {
    width: 100px;
    height: 100px;
    margin: 16px auto;
  }
  .j69qf {
    font-size: 1.4rem;
  }
  .pfzkswes {
    justify-content: center;
  }
  .v5bjky .hkye {
    min-width: 50%;
  }
}
.lih78gn .q3ydf2z {
  margin: 0 24px;
  padding-top: 16px;
}
@media (max-width: 540px) {
  .cql7ru {
    flex-wrap: wrap;
    padding: 14px 16px;
  }
  .w152v {
    padding: 12px 16px;
  }
  .lih78gn .q3ydf2z {
    margin: 0 16px;
  }
  .lih78gn .d4z7 {
    padding: 0 16px;
  }
  .e9ov {
    padding: 12px 16px;
  }
}
.qx87ccw7 .yvhsdhva {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}
.qx87ccw7 .yvhsdhva .n5w6ttw:only-child {
  grid-column: 1 / -1;
}
.qx87ccw7 .yvhsdhva .n5w6ttw {
  flex-direction: column;
  align-items: center;
  padding: 20px 18px;
  border-radius: 14px;
  gap: 14px;
}
.qx87ccw7 .yvhsdhva .i9dm {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
}
.qx87ccw7 .yvhsdhva .dq2ch {
  width: 100%;
  min-width: unset;
  height: 120px;
}
.qx87ccw7 .yvhsdhva .icfz {
  max-height: 100px;
  max-width: 200px;
}
.qx87ccw7 .yvhsdhva .l0z5 {
  min-width: unset;
  text-align: center;
  white-space: normal;
}
.qx87ccw7 .yvhsdhva .i88n6ik {
  min-width: 0;
}
.qx87ccw7 .yvhsdhva .skzxoy3x {
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  border-top: 1px solid var(--border);
  padding-top: 8px;
  flex: 0 0 auto;
  min-width: 0;
}
.qx87ccw7 .yvhsdhva .r74bjca {
  width: 100%;
  text-align: center;
  margin-left: 0;
  min-width: 0;
}
.miqaz0al .w1n9jut {
  color: var(--accent);
  font-weight: 700;
  background: var(--accent-bg);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 1.1rem;
}
.miqaz0al .i88n6ik {
  color: var(--cta);
}
.g0mooz5p .skzxoy3x {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-top: 6px;
}
.g0mooz5p .w1n9jut {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--accent);
  background: var(--accent-bg);
  border-radius: 6px;
  padding: 4px 12px;
  display: inline-block;
}
.g0mooz5p .i88n6ik {
  color: var(--cta);
}
.uhuwvj58 .n5w6ttw {
  border-top: 3px solid var(--accent);
}
.hedzkn5z .n5w6ttw {
  padding: 14px 18px;
  gap: 16px;
}
.hedzkn5z .l0z5 {
  font-size: 1rem;
}
.xkbdlgg .yvhsdhva {
  gap: 0;
}
.xkbdlgg .n5w6ttw {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid var(--border);
}
.xkbdlgg .n5w6ttw:last-child {
  border-bottom: none;
}
.xkbdlgg .n5w6ttw:nth-child(odd) {
  background: var(--accent-bg);
}
.xkbdlgg .n5w6ttw:nth-child(odd):hover {
  background: var(--bg-hover);
}
.hhk3i .yvhsdhva {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}
.hhk3i .n5w6ttw {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--border);
  row-gap: 0;
  column-gap: 12px;
}
.hhk3i .n5w6ttw:last-child {
  border-bottom: none;
}
.hhk3i .i88n6ik,
.hhk3i .xfrxgu8,
.hhk3i .ukhe9u {
  border-left: 1px solid var(--border);
  padding-left: 10px;
}
.hhk3i .l0z5 {
  padding: 0 10px;
}
.l4p29yn .i9dm {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 240px;
  flex-shrink: 0;
}
.l4p29yn .l0z5 {
  text-align: center;
  white-space: normal;
  font-size: 1.05rem;
  line-height: 1.25;
}
.doo7q .i9dm {
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
  min-width: 240px;
  flex-shrink: 0;
}
.doo7q .l0z5 {
  text-align: center;
  white-space: normal;
  font-size: 1.05rem;
  line-height: 1.25;
}
.qo4e5j .yvhsdhva {
  gap: 14px;
}
.qo4e5j .n5w6ttw {
  padding: 20px 26px;
  gap: 24px;
  border-radius: 12px;
  min-height: 140px;
}
.qo4e5j .l0z5 {
  font-size: 1.15rem;
}
.qo4e5j .w1n9jut {
  font-size: 1.22rem;
}
.qo4e5j .r74bjca.xpaa {
  padding: 14px 30px !important;
  font-size: 1rem;
}
.qnq4dnwq .yvhsdhva {
  gap: 18px;
}
.qnq4dnwq .n5w6ttw {
  padding: 28px 32px;
  gap: 28px;
  border-radius: 14px;
  min-height: 160px;
  border-width: 2px;
}
.qnq4dnwq .dq2ch {
  min-width: 180px;
  width: 180px;
  height: 120px;
  padding: 10px 14px;
  border-radius: 14px;
  background: var(--bg-raised);
}
.qnq4dnwq .icfz {
  max-height: 100px;
  max-width: 160px;
}
.qnq4dnwq .i9dm {
  min-width: 260px;
}
.qnq4dnwq .l0z5 {
  font-size: 1.25rem;
  font-weight: 800;
}
.qnq4dnwq .i88n6ik {
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.qnq4dnwq .w1n9jut {
  font-size: 1.3rem;
  font-weight: 800;
}
.qnq4dnwq .om04 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.qnq4dnwq .r74bjca.xpaa {
  padding: 16px 36px !important;
  font-size: 1.05rem;
  font-weight: 700;
}
.msn5 .xfrxgu8 {
  flex: 1.8;
}
.msn5 .xfrxgu8 .w1n9jut {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--accent-light);
}
.msn5 .xfrxgu8 .om04 {
  font-weight: 700;
  color: var(--text-primary);
}
.p7nk {
  display: none;
}
.w4ukz .i88n6ik {
  display: none;
}
.pqomepft .i88n6ik {
  font-size: 1rem;
  letter-spacing: 2px;
}
.pn4x .i88n6ik {
  background: var(--accent-bg);
  border-radius: 100px;
  padding: 1px 10px;
  font-size: 0.75rem;
  color: var(--cta);
  font-weight: 700;
  letter-spacing: 0.5px;
}
.znkuvt4 .i88n6ik,
.nb2aais8 .i88n6ik,
.qvy2y7 .i88n6ik {
  display: none;
}
.znkuvt4 .p7nk,
.nb2aais8 .p7nk,
.qvy2y7 .p7nk {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  line-height: 1;
}
.znkuvt4 .p7nk {
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--accent);
}
.znkuvt4 .p7nk small {
  display: none;
}
.nb2aais8 .p7nk {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--accent);
  background: var(--accent-bg);
  border-radius: 100px;
  padding: 7px 18px;
  gap: 2px;
  line-height: 1;
}
.nb2aais8 .p7nk small {
  font-size: 0.85em;
  font-weight: 700;
  color: var(--accent);
  opacity: 0.75;
}
.qvy2y7 .p7nk {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--bg-page);
  background: var(--accent);
  border-radius: 8px;
  padding: 6px 14px;
  gap: 0;
  line-height: 1;
}
.qvy2y7 .p7nk small {
  display: none;
}
.y4xm4 {
  margin: 16px 0;
}
.w07bf {
  background: var(--bg-card);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.w07bf summary {
  padding: 14px 18px;
  font-weight: 600;
  color: var(--accent-pale);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.w07bf summary::after {
  content: "+";
  color: var(--accent);
}
.w07bf[open] summary::after {
  content: "−";
}
.w07bf p {
  padding: 0 18px 14px;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.nmre {
  margin-bottom: 0;
}
.bunfptv h2.ioqt7a5 {
  color: var(--text-primary);
  border-color: var(--accent);
}
.k8d3yct h2.ioqt7a5 {
  color: var(--text-primary);
  border-color: var(--accent);
}
.y8fvuy28 .z42v {
  background: #052e16;
  border-color: #10b981;
}
.y8fvuy28 .lv4er0u {
  background: #2d0a1e;
  border-color: #f43f5e;
}
.y8fvuy28 .eo3bs {
  background: #1e1036;
  border-color: #a855f7;
}
.y8fvuy28 .c9262 strong {
  color: #f1f5f9;
}
.y8fvuy28 .c9262 p {
  color: #cbd5e1;
}
.y8fvuy28 .yzvktu5p .z42v .ffau3::before,
.y8fvuy28 .hwp5 .z42v .ffau3::before,
.y8fvuy28 .emc7 .z42v .ffau3::before,
.y8fvuy28 .x99skl7 .z42v .ffau3::before {
  color: #10b981;
}
.y8fvuy28 .yzvktu5p .lv4er0u .ffau3::before,
.y8fvuy28 .hwp5 .lv4er0u .ffau3::before,
.y8fvuy28 .emc7 .lv4er0u .ffau3::before,
.y8fvuy28 .x99skl7 .lv4er0u .ffau3::before {
  color: #f43f5e;
}
.y8fvuy28 .yzvktu5p .eo3bs .ffau3::before,
.y8fvuy28 .hwp5 .eo3bs .ffau3::before,
.y8fvuy28 .emc7 .eo3bs .ffau3::before,
.y8fvuy28 .x99skl7 .eo3bs .ffau3::before {
  color: #a855f7;
}
.zqdxtv .z42v {
  background: #2d2000;
  border-color: #eab308;
}
.zqdxtv .lv4er0u {
  background: #2d0b0b;
  border-color: #ef4444;
}
.zqdxtv .eo3bs {
  background: #2d1600;
  border-color: #f97316;
}
.zqdxtv .c9262 strong {
  color: #f1f5f9;
}
.zqdxtv .c9262 p {
  color: #cbd5e1;
}
.zqdxtv .yzvktu5p .z42v .ffau3::before,
.zqdxtv .hwp5 .z42v .ffau3::before,
.zqdxtv .emc7 .z42v .ffau3::before,
.zqdxtv .x99skl7 .z42v .ffau3::before {
  color: #eab308;
}
.zqdxtv .yzvktu5p .lv4er0u .ffau3::before,
.zqdxtv .hwp5 .lv4er0u .ffau3::before,
.zqdxtv .emc7 .lv4er0u .ffau3::before,
.zqdxtv .x99skl7 .lv4er0u .ffau3::before {
  color: #ef4444;
}
.zqdxtv .yzvktu5p .eo3bs .ffau3::before,
.zqdxtv .hwp5 .eo3bs .ffau3::before,
.zqdxtv .emc7 .eo3bs .ffau3::before,
.zqdxtv .x99skl7 .eo3bs .ffau3::before {
  color: #f97316;
}
.zrd4spr .z42v {
  background: #0c1a2e;
  border-color: #38bdf8;
}
.zrd4spr .lv4er0u {
  background: #12103a;
  border-color: #818cf8;
}
.zrd4spr .eo3bs {
  background: #0a2020;
  border-color: #2dd4bf;
}
.zrd4spr .c9262 strong {
  color: #f1f5f9;
}
.zrd4spr .c9262 p {
  color: #cbd5e1;
}
.zrd4spr .yzvktu5p .z42v .ffau3::before,
.zrd4spr .hwp5 .z42v .ffau3::before,
.zrd4spr .emc7 .z42v .ffau3::before,
.zrd4spr .x99skl7 .z42v .ffau3::before {
  color: #38bdf8;
}
.zrd4spr .yzvktu5p .lv4er0u .ffau3::before,
.zrd4spr .hwp5 .lv4er0u .ffau3::before,
.zrd4spr .emc7 .lv4er0u .ffau3::before,
.zrd4spr .x99skl7 .lv4er0u .ffau3::before {
  color: #818cf8;
}
.zrd4spr .yzvktu5p .eo3bs .ffau3::before,
.zrd4spr .hwp5 .eo3bs .ffau3::before,
.zrd4spr .emc7 .eo3bs .ffau3::before,
.zrd4spr .x99skl7 .eo3bs .ffau3::before {
  color: #2dd4bf;
}
.o8t5awe .z42v {
  background: var(--accent-bg);
  border-color: var(--accent);
}
.o8t5awe .lv4er0u {
  background: var(--accent-bg-light);
  border-color: var(--accent-light);
}
.o8t5awe .eo3bs {
  background: var(--accent-bg);
  border-color: var(--accent-pale);
}
.o8t5awe .yzvktu5p .ffau3::before,
.o8t5awe .hwp5 .ffau3::before,
.o8t5awe .emc7 .ffau3::before,
.o8t5awe .x99skl7 .ffau3::before {
  color: var(--accent-light) !important;
}
.r8ajom5::before,
.hcov::before {
  margin-right: 5px;
}
.wa628x .vx4cv38c ul li,
.wa628x .vi5q69 li {
  color: #4ade80;
}
.wa628x .vx4cv38c .r8ajom5 {
  color: #22c55e;
}
.wa628x .m2kzuzj ul li,
.wa628x .z8q2h4 li {
  color: #f87171;
}
.wa628x .m2kzuzj .hcov {
  color: #ef4444;
}
.ly3pmrif .vx4cv38c {
  background: var(--bg-pros);
}
.ly3pmrif .m2kzuzj {
  background: var(--bg-cons);
}
.ly3pmrif .vx4cv38c .r8ajom5 {
  color: var(--c-pros-label);
}
.ly3pmrif .m2kzuzj .hcov {
  color: var(--c-cons);
}
.ly3pmrif .vx4cv38c ul li,
.ly3pmrif .m2kzuzj ul li,
.p6ejkec .vx4cv38c {
  background: var(--bg-pros);
}
.p6ejkec .m2kzuzj {
  background: var(--bg-cons);
}
.p6ejkec .vx4cv38c .r8ajom5 {
  color: var(--c-pros-label);
}
.p6ejkec .m2kzuzj .hcov {
  color: var(--c-cons);
}
.p6ejkec .vx4cv38c ul li,
.p6ejkec .m2kzuzj ul li,
.k8nq .r8ajom5::before {
  content: "✓ ";
}
.k8nq .hcov::before {
  content: "✗ ";
}
.zlcgg .r8ajom5::before {
  content: "→ ";
}
.zlcgg .hcov::before {
  content: "← ";
}
.bk9xw .r8ajom5::before {
  content: "★ ";
}
.bk9xw .hcov::before {
  content: "✕ ";
}
.n1e4 .r8ajom5::before {
  content: "◆ ";
}
.n1e4 .hcov::before {
  content: "▲ ";
}
.uj3l .c9262 {
  background: transparent;
  border-left: none;
  border: 1.5px solid;
}
.uj3l .z42v {
  border-color: var(--c-tip-border);
}
.uj3l .lv4er0u {
  border-color: var(--c-warn-border);
}
.uj3l .eo3bs {
  border-color: #60a5fa;
}
.uj3l .c9262 strong {
  color: var(--text-primary);
}
.uj3l .c9262 p {
  color: var(--text-muted);
}
.eonb735q .c9262 {
  border-left: none;
  border-top: 4px solid;
  border-radius: 0 0 8px 8px;
}
.eonb735q .z42v {
  border-top-color: var(--c-tip-border);
}
.eonb735q .lv4er0u {
  border-top-color: var(--c-warn-border);
}
.eonb735q .eo3bs {
  border-top-color: #60a5fa;
}
.ludg8sb .c9262 {
  border-left: none;
  border-radius: 8px;
}
.ludg8sb .z42v {
  background: #065f46;
}
.ludg8sb .lv4er0u {
  background: #92400e;
}
.ludg8sb .eo3bs {
  background: #1e3a8a;
}
.ludg8sb .c9262 strong,
.ludg8sb .c9262 p {
  color: #fff;
}
.ludg8sb .ffau3::before {
  color: rgba(255, 255, 255, 0.85) !important;
}
.y8fvuy28.ludg8sb .z42v,
.y8fvuy28 .ludg8sb .z42v {
  background: #052e16;
}
.y8fvuy28.ludg8sb .lv4er0u,
.y8fvuy28 .ludg8sb .lv4er0u {
  background: #2d0a1e;
}
.y8fvuy28.ludg8sb .eo3bs,
.y8fvuy28 .ludg8sb .eo3bs {
  background: #1e1036;
}
.zqdxtv.ludg8sb .z42v,
.zqdxtv .ludg8sb .z42v {
  background: #2d2000;
}
.zqdxtv.ludg8sb .lv4er0u,
.zqdxtv .ludg8sb .lv4er0u {
  background: #2d0b0b;
}
.zqdxtv.ludg8sb .eo3bs,
.zqdxtv .ludg8sb .eo3bs {
  background: #2d1600;
}
.zrd4spr.ludg8sb .z42v,
.zrd4spr .ludg8sb .z42v {
  background: #0c1a2e;
}
.zrd4spr.ludg8sb .lv4er0u,
.zrd4spr .ludg8sb .lv4er0u {
  background: #12103a;
}
.zrd4spr.ludg8sb .eo3bs,
.zrd4spr .ludg8sb .eo3bs {
  background: #0a2020;
}
.zdtj .c9262 {
  border-left: none;
  border-radius: 6px;
  padding: 10px 14px;
}
.zdtj .z42v {
  background: color-mix(in srgb, var(--c-tip-border) 10%, transparent);
}
.zdtj .lv4er0u {
  background: color-mix(in srgb, var(--c-warn-border) 10%, transparent);
}
.zdtj .eo3bs {
  background: color-mix(in srgb, #60a5fa 10%, transparent);
}
.zdtj .c9262 strong {
  color: var(--text-primary);
}
.zdtj .c9262 p {
  color: var(--text-muted);
}
.z0zut .c9262 {
  border-left: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.yzvktu5p .ffau3,
.hwp5 .ffau3,
.emc7 .ffau3,
.x99skl7 .ffau3 {
  font-size: 0;
  width: 1.1rem;
  flex-shrink: 0;
}
.yzvktu5p .ffau3::before,
.hwp5 .ffau3::before,
.emc7 .ffau3::before,
.x99skl7 .ffau3::before {
  display: block;
  font-size: 1.15rem;
  line-height: 1.3;
  font-style: normal;
}
.yzvktu5p .z42v .ffau3::before {
  content: "✦";
  color: var(--c-tip-border);
}
.yzvktu5p .lv4er0u .ffau3::before {
  content: "▲";
  color: var(--c-warn-border);
}
.yzvktu5p .eo3bs .ffau3::before {
  content: "◉";
  color: #60a5fa;
}
.hwp5 .z42v .ffau3::before {
  content: "★";
  color: var(--c-tip-border);
}
.hwp5 .lv4er0u .ffau3::before {
  content: "◆";
  color: var(--c-warn-border);
}
.hwp5 .eo3bs .ffau3::before {
  content: "●";
  color: #60a5fa;
}
.emc7 .z42v .ffau3::before {
  content: "▶";
  color: var(--c-tip-border);
}
.emc7 .lv4er0u .ffau3::before {
  content: "■";
  color: var(--c-warn-border);
}
.emc7 .eo3bs .ffau3::before {
  content: "▸";
  color: #60a5fa;
}
.x99skl7 .z42v .ffau3::before {
  content: "→";
  color: var(--c-tip-border);
}
.x99skl7 .lv4er0u .ffau3::before {
  content: "⬥";
  color: var(--c-warn-border);
}
.x99skl7 .eo3bs .ffau3::before {
  content: "◈";
  color: #60a5fa;
}
.dv4232s5 .mwelg9 .s3w96,
.dv4232s5 .kcahoqx7 .s3w96 {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}
.dv4232s5 .jej3wog {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.dv4232s5 .n5w6ttw {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}
.dv4232s5 .mbmz {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.dv4232s5 .aa3nc8ve {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.xy42x .mwelg9 .s3w96,
.xy42x .kcahoqx7 .s3w96,
.xy42x .jej3wog,
.xy42x .n5w6ttw,
.xy42x .b2d2,
.xy42x .mbmz,
.xy42x .aa3nc8ve,
.xy42x .z0zut .c9262 {
  box-shadow: none;
}
.tygm2j .wjfjq,
.tygm2j .niq9,
.tygm2j .v0f2,
.tygm2j .zu3snfoz,
.tygm2j .mt3ojy85 {
  font-size: 0.9rem;
}
.tygm2j .mvesqlp,
.tygm2j .j1lmyy1k {
  font-size: 0.9rem;
}
.ziah .wjfjq,
.ziah .niq9,
.ziah .v0f2,
.ziah .zu3snfoz,
.ziah .mt3ojy85 {
  font-size: 0.95rem;
}
.ziah .mvesqlp,
.ziah .j1lmyy1k {
  font-size: 0.95rem;
}
.e8s1 .wjfjq,
.e8s1 .niq9,
.e8s1 .v0f2,
.e8s1 .zu3snfoz,
.e8s1 .mt3ojy85 {
  font-size: 1.08rem;
}
.e8s1 .mvesqlp,
.e8s1 .j1lmyy1k {
  font-size: 1.05rem;
}
.e8s1 .grq5 {
  font-size: 0.97rem;
}
.a6ha .c44cjdi {
  font-size: 3.2rem;
}
.a6ha h2.ioqt7a5 {
  font-size: 1.9rem;
}
.a6ha h3.dtgwd9l {
  font-size: 1.4rem;
}
.zqc3 .c44cjdi {
  font-size: 3.8rem;
}
.zqc3 h2.ioqt7a5 {
  font-size: 2.2rem;
}
.zqc3 h3.dtgwd9l {
  font-size: 1.6rem;
}
.nmre + .nmre {
  position: relative;
}
.xv7i .nmre + .nmre::before,
.u1hzp .nmre + .nmre::before,
.gdyold .nmre + .nmre::before,
.v5tupf .nmre + .nmre::before,
.nuc7r .nmre + .nmre::before,
.rjmw .nmre + .nmre::before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.xv7i .nmre + .nmre::before {
  content: "";
  height: 1px;
  background: var(--accent);
  opacity: 0.5;
}
.u1hzp .nmre + .nmre::before {
  content: "";
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--grad-start),
    var(--accent),
    var(--grad-end)
  );
}
.gdyold .nmre + .nmre::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;
}
.v5tupf .nmre + .nmre::before {
  content: "";
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--accent) 25%,
    var(--accent) 75%,
    transparent 100%
  );
  opacity: 0.6;
}
.tqx5r .nmre {
  margin-bottom: 16px;
}
.tqx5r .nmre + .nmre {
  margin-top: 0;
}
.tqx5r .w9jm6gd {
  padding-top: 0;
  padding-bottom: 0;
}
.nuc7r .nmre + .nmre::before {
  content: "";
  border-top: 2px dashed var(--accent);
  opacity: 0.5;
}
.rjmw .nmre + .nmre::before {
  content: "";
  border-top: 3px dotted var(--accent);
  opacity: 0.5;
}
.tkzj .nmre + .nmre::before,
.zw88365 .nmre + .nmre::before,
.aunaz .nmre + .nmre::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%;
}
.pezmgowf .tkzj .nmre:nth-child(even)::before,
.pezmgowf .zw88365 .nmre:nth-child(even)::before,
.pezmgowf .aunaz .nmre:nth-child(even)::before {
  background: var(--bg-surface);
}
.xpoiv66c .tkzj .nmre:nth-child(even)::before,
.xpoiv66c .zw88365 .nmre:nth-child(even)::before,
.xpoiv66c .aunaz .nmre:nth-child(even)::before {
  background: var(--bg-card);
}
.tkzj .nmre + .nmre::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");
}
.zw88365 .nmre + .nmre::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");
}
.aunaz .nmre + .nmre::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");
}
.xbm8ssnp .nf1x1kc,
.llipa .nf1x1kc,
.m508h6jp .nf1x1kc {
  overflow: hidden;
}
.xbm8ssnp .wury1,
.llipa .wury1 {
  margin-bottom: 60px;
}
.m508h6jp .wury1 {
  margin-bottom: 70px;
}
.llipa .uxy0tf4 {
  padding-bottom: 60px;
}
.xbm8ssnp .nf1x1kc::before,
.llipa .nf1x1kc::before,
.m508h6jp .nf1x1kc::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%;
}
.xbm8ssnp .nf1x1kc::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");
}
.llipa .nf1x1kc::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");
}
.m508h6jp .nf1x1kc::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");
}
.modgjcs .nf1x1kc:not(.ghet) .b82s4 {
  background: linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.btgm46 .nf1x1kc:not(.ghet) .b82s4 {
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.rm2d .nf1x1kc:not(.ghet) .b82s4 {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.iceg .nf1x1kc:not(.ghet) .b82s4 {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.btgm46 .ghet {
  background: linear-gradient(
    45deg,
    var(--accent) 0%,
    var(--accent-light) 100%
  );
}
.btgm46 .vr1z4 {
  background: linear-gradient(45deg, var(--accent), var(--accent-light));
}
.btgm46 .g5t5l42 {
  background: linear-gradient(
    45deg,
    var(--bg-surface) 0%,
    var(--accent-bg) 100%
  );
}
.x1sc8q .ghet .b82s4 {
  background: none;
}
.x1sc8q .nf1x1kc:not(.ghet) .b82s4 {
  background: rgba(0, 0, 0, 0.6);
}
.fo99 .sdhhj6r {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.fo99 .sdhhj6r .rxnmall {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.fo99 .w9jm6gd::after {
  content: "";
  display: block;
  clear: both;
}
.c8x6q7 .sdhhj6r {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.c8x6q7 .sdhhj6r .rxnmall {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.c8x6q7 .w9jm6gd::after {
  content: "";
  display: block;
  clear: both;
}
.ddbtc58 .nmre:nth-child(odd) .sdhhj6r {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.ddbtc58 .nmre:nth-child(even) .sdhhj6r {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.ddbtc58 .sdhhj6r .rxnmall {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.ddbtc58 .w9jm6gd::after {
  content: "";
  display: block;
  clear: both;
}
.fo99 .dta7,
.fo99 .yvhsdhva,
.c8x6q7 .dta7,
.c8x6q7 .yvhsdhva,
.ddbtc58 .dta7,
.ddbtc58 .yvhsdhva {
  clear: both;
}
.fo99 .mvesqlp,
.fo99 .j1lmyy1k,
.c8x6q7 .mvesqlp,
.c8x6q7 .j1lmyy1k,
.ddbtc58 .mvesqlp,
.ddbtc58 .j1lmyy1k {
  overflow: hidden;
}
@media (max-width: 640px) {
  .fo99 .sdhhj6r,
  .c8x6q7 .sdhhj6r,
  .ddbtc58 .sdhhj6r {
    float: none;
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.g0dlpz30 .r8nkdrg,
.g0dlpz30 .w9jm6gd,
.g0dlpz30 .cnm1n6kd {
  max-width: 1100px;
}
.hpghw8 .r8nkdrg,
.hpghw8 .w9jm6gd,
.hpghw8 .cnm1n6kd {
  max-width: 1200px;
}
.ovwfrj .r8nkdrg,
.ovwfrj .w9jm6gd,
.ovwfrj .cnm1n6kd {
  max-width: 1320px;
}
.rebjqd {
  font-size: 0.82rem;
  color: var(--text-muted);
}
.xq6i {
  display: flex;
  align-items: center;
}
.lgbnz825 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.dzyxdg {
  display: flex;
  align-items: center;
}
.z6o641 {
  color: var(--accent);
  text-decoration: none;
  padding: 2px 5px;
  border-radius: 4px;
}
.z6o641:hover {
  text-decoration: underline;
}
.kg6qf {
  margin: 0 3px;
  opacity: 0.45;
}
.kg6qf::before {
  content: "/";
}
.lpk3 {
  padding: 2px 5px;
  color: var(--text-main);
}
.kosd .rebjqd {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.kosd .xq6i {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.ophi7w2j .rebjqd {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ophi7w2j .xq6i {
  padding: 0 0 0 12px;
}
.kuq29gz .xq6i {
  padding: 0 16px;
}
.kuq29gz .rebjqd {
  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);
}
.kuq29gz .r8nkdrg {
  padding-top: 28px;
}
@media (max-width: 720px) {
  .rrs2rj {
    margin-top: 18px;
    padding: 0 16px;
  }
  .kuq29gz .r8nkdrg {
    padding-top: 16px;
  }
}
.g0dlpz30.kosd .xq6i {
  max-width: 1100px;
}
.hpghw8.kosd .xq6i {
  max-width: 1200px;
}
.ovwfrj.kosd .xq6i {
  max-width: 1320px;
}
.uv0zec .nmre {
  padding-top: 16px;
  padding-bottom: 16px;
}
.rl54 .nmre {
  padding-top: 24px;
  padding-bottom: 24px;
}
.k6ax .nmre {
  padding-top: 40px;
  padding-bottom: 40px;
}
.gx7dclt .nmre {
  padding-top: 52px;
  padding-bottom: 52px;
}
.odyed .nmre:nth-child(4n + 1) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.odyed .nmre:nth-child(4n + 2) {
  padding-top: 36px;
  padding-bottom: 36px;
}
.odyed .nmre:nth-child(4n + 3) {
  padding-top: 28px;
  padding-bottom: 28px;
}
.odyed .nmre:nth-child(4n) {
  padding-top: 44px;
  padding-bottom: 44px;
}
.j8d320rh .w9jm6gd {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mrp8 .w9jm6gd {
  padding-top: 18px;
  padding-bottom: 18px;
}
.wixf .w9jm6gd {
  padding-top: 36px;
  padding-bottom: 36px;
}
.uzwdv94 .w9jm6gd {
  padding-top: 48px;
  padding-bottom: 48px;
}
.muhquggc h2.ioqt7a5 {
  font-weight: 600;
}
.muhquggc h3.dtgwd9l {
  font-weight: 600;
}
.roltd6 h2.ioqt7a5 {
  font-weight: 800;
}
.roltd6 h3.dtgwd9l {
  font-weight: 700;
}
.p613 {
  font-weight: 600;
}
.p613 h2.ioqt7a5 {
  font-weight: 900;
}
.p613 h3.dtgwd9l {
  font-weight: 800;
}
.p613 .c9262 strong,
.p613 .c9262 strong {
  font-weight: 600;
}
.gm4f9gf {
  margin-left: 16px;
  flex-shrink: 0;
  padding: 7px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 6px;
}
.pajt9d .gm4f9gf {
  display: none;
}
@media (max-width: 640px) {
  .gm4f9gf {
    display: none;
  }
}
.gm4f9gf {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.gm4f9gf:hover {
  opacity: 0.85;
}
.lcslm .gm4f9gf {
  background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important;
}
.txw964jg .gm4f9gf,
.f617cy .gm4f9gf {
  background: var(--grad-start) !important;
  color: #fff !important;
  border: none !important;
}
.txw964jg .gm4f9gf:hover,
.f617cy .gm4f9gf:hover {
  opacity: 0.88;
}
.lcslm.txw964jg .gm4f9gf,
.lcslm.f617cy .gm4f9gf {
  background: linear-gradient(
    135deg,
    var(--grad-start),
    var(--accent-light)
  ) !important;
}
.sp1uus {
  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;
}
.sp1uus:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}
.sp1uus {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.fy7qra .sp1uus {
  display: none;
}
.s6co .sp1uus {
  right: 32px;
}
.cilkyf .sp1uus {
  left: 32px;
}
@media (max-width: 480px) {
  .s6co .sp1uus {
    right: 20px;
    bottom: 20px;
  }
  .cilkyf .sp1uus {
    left: 20px;
    bottom: 20px;
  }
}
.pmzoied5 {
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  margin-top: 60px;
}
.cnm1n6kd {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px;
}
.qnc1p7hf {
  color: var(--text-faint);
  font-size: 0.85rem;
  margin-bottom: 6px;
}
.cy0c {
  color: var(--text-dim);
  font-size: 0.8rem;
}
.yrno22j2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 14px;
}
.yrno22j2 img {
  height: 26px;
  width: auto;
  object-fit: contain;
}
.j4uwgo9 a,
.kd76g a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.87rem;
  transition: color 0.15s;
}
.j4uwgo9 a:hover,
.kd76g a:hover {
  color: var(--accent-light);
}
.kd76g {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
}
.j9dkfe .cnm1n6kd {
  text-align: center;
}
.j9dkfe .kd76g {
  justify-content: center;
  margin-bottom: 16px;
}
.j9dkfe .qnc1p7hf {
  margin-top: 0;
}
.rrhx {
  margin-top: 10px;
}
.rrhx a {
  font-size: 0.8rem;
  opacity: 0.65;
}
@media (max-width: 640px) {
  .cnm1n6kd {
    padding-left: 16px;
    padding-right: 16px;
  }
  .qre76l .cnm1n6kd {
    padding: 20px 16px;
  }
  .kd76g {
    gap: 4px 12px;
  }
  .qnc1p7hf {
    font-size: 0.78rem;
  }
}
.x0k8v6d .qivs5 .yrno22j2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  margin-bottom: 10px;
}
.x0k8v6d .qnc1p7hf {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 14px 0 4px;
  line-height: 1.5;
}
.x0k8v6d .cy0c {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 768px) {
  .x0k8v6d .l2tqy1vh {
    grid-template-columns: 1fr 1fr;
  }
  .x0k8v6d .qivs5 {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .x0k8v6d .l2tqy1vh {
    grid-template-columns: 1fr;
  }
}
.hjcnc .yrno22j2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  margin-right: auto;
  flex-shrink: 0;
}
.hjcnc .qnc1p7hf {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 640px) {
  .hjcnc .vfhrrra {
    gap: 12px;
  }
  .hjcnc .yrno22j2 {
    margin-right: 0;
    width: 100%;
  }
}
.e62sr99 .ot5jg .yrno22j2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  margin-bottom: 10px;
}
.e62sr99 .qnc1p7hf {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  flex: 1;
}
.e62sr99 .cy0c {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .e62sr99 .borb {
    grid-template-columns: 1fr 1fr;
  }
  .e62sr99 .ot5jg {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .e62sr99 .borb {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .drblw8 .gw8imo {
    grid-template-columns: 1fr 1fr;
  }
  .drblw8 .tsn1q1:first-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .drblw8 .gw8imo {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .qqtn .gw8imo {
    grid-template-columns: 1fr;
  }
}
.hhsfqg .cnm1n6kd {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.hhsfqg .kd76g {
  justify-content: center;
}
.rgcpxzl .imkq {
  background: var(--bg-page);
  border-bottom-color: var(--border-alt);
}
.rgcpxzl .pmzoied5 {
  background: var(--bg-page);
  border-top-color: var(--border-alt);
}
.iab2g18 .imkq {
  background: #0d1117;
  border-bottom-color: #21262d;
}
.iab2g18 .i0evl {
  color: var(--accent-light);
}
.iab2g18 .v0yp {
  --msep-color: #8b949e;
}
.iab2g18 .v0yp a {
  color: #8b949e;
}
.iab2g18 .v0yp a:hover {
  color: var(--accent-light);
}
.iab2g18 .p7c3m3vi {
  color: #8b949e;
}
.iab2g18 .pmzoied5 {
  background: #0d1117;
  border-top-color: #21262d;
  color: #e6edf3;
}
.iab2g18 .qnc1p7hf,
.iab2g18 .cy0c {
  color: #6e7681;
}
.iab2g18 .j4uwgo9 a,
.iab2g18 .kd76g a,
.iab2g18 .yrno22j2 {
  color: #e6edf3;
}

@media (max-width: 640px) {
  .iab2g18 .v0yp {
    background: #0d1117;
    border-top-color: #21262d;
  }
  .iab2g18 .v0yp li a {
    border-bottom-color: #21262d;
  }
}
.so15h6h .imkq {
  background: #f0f4f8;
  border-bottom-color: #cbd5e1;
}
.so15h6h .i0evl {
  color: var(--accent);
}
.so15h6h .v0yp {
  --msep-color: #475569;
}
.so15h6h .v0yp a {
  color: #475569;
}
.so15h6h .v0yp a:hover {
  color: var(--accent);
}
.so15h6h .p7c3m3vi {
  color: #64748b;
}
.so15h6h .pmzoied5 {
  background: #f0f4f8;
  border-top-color: #cbd5e1;
}
.so15h6h .qnc1p7hf,
.so15h6h .cy0c {
  color: #64748b;
}
.so15h6h .j4uwgo9 a,
.so15h6h .kd76g a,
.so15h6h .t5nd75uw a,
.so15h6h .yrno22j2 {
  color: #374151;
}

@media (max-width: 640px) {
  .so15h6h .v0yp {
    background: #f0f4f8;
    border-top-color: #cbd5e1;
  }
  .so15h6h .v0yp li a {
    border-bottom-color: #cbd5e1;
    color: #475569;
  }
}
.txw964jg .imkq {
  background: var(--accent);
  border-bottom-color: var(--accent-light);
}
.txw964jg .i0evl {
  color: #fff;
}
.txw964jg .v0yp {
  --msep-color: rgba(255, 255, 255, 0.82);
}
.txw964jg .v0yp a {
  color: rgba(255, 255, 255, 0.82);
}
.txw964jg .v0yp a:hover {
  color: #fff;
}
.txw964jg .p7c3m3vi {
  color: rgba(255, 255, 255, 0.9);
}
.txw964jg .ysr3cy3e a {
  color: var(--text-primary) !important;
}
.txw964jg .ysr3cy3e a:hover {
  color: var(--accent) !important;
}
.txw964jg .pmzoied5 {
  background: var(--accent);
  border-top-color: var(--accent-light);
  color: #fff;
}
.txw964jg .qnc1p7hf,
.txw964jg .cy0c {
  color: rgba(255, 255, 255, 0.72);
}
.txw964jg .j4uwgo9 a,
.txw964jg .kd76g a,
.txw964jg .wzbkaq7 a,
.txw964jg .x5agd7l a,
.txw964jg .t5nd75uw a,
.txw964jg .yrno22j2 {
  color: #fff;
}
.txw964jg .ji5qk,
.txw964jg .o1rer8pa {
  color: rgba(255, 255, 255, 0.7);
}
.txw964jg .j4uwgo9 a:hover,
.txw964jg .kd76g a:hover,
.txw964jg .wzbkaq7 a:hover,
.txw964jg .x5agd7l a:hover {
  color: #fff;
}
@media (max-width: 640px) {
  .txw964jg .v0yp {
    background: var(--accent);
    border-top-color: var(--accent-light);
  }
  .txw964jg .v0yp li a {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.82);
  }
}
.f617cy .imkq {
  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);
}
.f617cy .pmzoied5 {
  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) {
  .f617cy .v0yp {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.th0z .fxxv {
  min-height: 52px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}
.imyi .fxxv {
  min-height: 58px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sau7 .fxxv {
  min-height: 72px;
  height: auto;
}
.qity67e .fxxv {
  min-height: 84px;
  height: auto;
}
.qre76l .fxxv {
  max-width: none;
  padding: 0 32px;
}
.qre76l .cnm1n6kd {
  max-width: none;
  padding: 24px 32px;
}
.o56p28ia.hpghw8 .fxxv {
  max-width: 1200px;
}
.o56p28ia.ovwfrj .fxxv {
  max-width: 1320px;
}
.f3tp .i0evl,
.f3tp .yrno22j2 {
  text-transform: capitalize;
}
.lhvng .i0evl,
.lhvng .yrno22j2 {
  text-transform: lowercase;
}
.rmw7z3 .i0evl,
.rmw7z3 .yrno22j2 {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.c04wp,
.w8pvbikr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.li863 .c04wp,
.li863 .w8pvbikr {
  background: color-mix(
    in srgb,
    var(--accent) var(--logo-bg-opacity, 8%),
    transparent
  );
  border-radius: 8px;
  padding: 4px;
}
.bvf616 .c04wp,
.bvf616 .w8pvbikr {
  background: linear-gradient(
    135deg,
    color-mix(
      in srgb,
      var(--grad-start) var(--logo-bg-opacity, 8%),
      transparent
    ),
    color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)
  );
  border-radius: 8px;
  padding: 4px;
}
.dtczhr .c04wp,
.dtczhr .w8pvbikr {
  background: color-mix(
    in srgb,
    var(--accent) var(--logo-bg-opacity, 8%),
    transparent
  );
  border-radius: 999px;
  padding: 4px 8px;
}
.d4bjd .c04wp,
.d4bjd .w8pvbikr {
  background: linear-gradient(
    135deg,
    color-mix(
      in srgb,
      var(--grad-start) var(--logo-bg-opacity, 8%),
      transparent
    ),
    color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)
  );
  border-radius: 999px;
  padding: 4px 8px;
}
.rkze .v0yp a {
  font-weight: 500;
}
.n03wj .v0yp a {
  font-weight: 600;
}
.sj1dp2o4 .v0yp a {
  font-weight: 700;
}
.ero29lb .v0yp a {
  font-weight: 800;
  letter-spacing: 0.01em;
}
.u9e6fwbq .v0yp > li + li::before,
.xkugsc .v0yp > li + li::before,
.eh9t .v0yp > li + li::before,
.owo00lv .v0yp > li + li::before,
.pce2 .v0yp > li + li::before,
.cv6n .v0yp > li + li::before,
.ixgiz41d .v0yp > li + li::before {
  margin-right: 10px;
  margin-left: -10px;
  opacity: 0.5;
  color: var(--msep-color);
}
.u9e6fwbq .v0yp > li + li::before {
  content: "·";
  font-size: 1.4em;
  line-height: 1;
  vertical-align: middle;
}
.xkugsc .v0yp > li + li::before {
  content: "|";
}
.eh9t .v0yp > li + li::before {
  content: "—";
}
.owo00lv .v0yp > li + li::before {
  content: "◆";
  font-size: 0.45em;
  vertical-align: middle;
}
.pce2 .v0yp > li + li::before {
  content: "›";
  font-size: 1.3em;
  line-height: 1;
}
.cv6n .v0yp > li + li::before {
  content: "•";
  font-size: 0.8em;
  vertical-align: middle;
}
.ixgiz41d .v0yp > li + li::before {
  content: "✦";
  font-size: 0.55em;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .ligvz .p7c3m3vi,
  .m0i8q067 .p7c3m3vi,
  .bl9ua .p7c3m3vi,
  .pw0ahvk .p7c3m3vi,
  .flctvspr .p7c3m3vi {
    font-size: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
  }

  .ligvz .p7c3m3vi::before,
  .m0i8q067 .p7c3m3vi::before,
  .bl9ua .p7c3m3vi::before,
  .pw0ahvk .p7c3m3vi::before,
  .flctvspr .p7c3m3vi::before {
    content: "";
    display: block;
    flex-shrink: 0;
  }

  .ligvz .p7c3m3vi::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;
  }

  .m0i8q067 .p7c3m3vi::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;
  }

  .bl9ua .p7c3m3vi::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;
  }

  .pw0ahvk .p7c3m3vi::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;
  }

  .flctvspr .p7c3m3vi::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) {
  .x984cm3 .p7c3m3vi {
    padding: 5px 14px;
  }
  .x984cm3 .v0yp {
    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;
  }
  .x984cm3 .v0yp li a {
    border-bottom: none;
    padding: 10px 22px;
  }
  .x984cm3 .v0yp li a:hover {
    background: var(--bg-raised);
  }
  .x984cm3 .a06s,
  .zx05dll0 .a06s,
  .slos71 .a06s {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
  }
}
@media (max-width: 640px) {
  .of4fqp .p7c3m3vi {
    padding: 5px 10px;
  }
  .of4fqp .v0yp {
    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);
  }
  .of4fqp .v0yp.t5n7m3 {
    transform: translateX(0);
  }
  .of4fqp .v0yp li a {
    padding: 14px 28px;
    font-size: 1rem;
    border-bottom: 1px solid var(--border);
  }
  .of4fqp .v0yp li:last-child a {
    border-bottom: none;
  }
  .txw964jg .v0yp,
  .iab2g18 .v0yp {
    background: var(--accent) !important;
  }
  .txw964jg .v0yp li a,
  .iab2g18 .v0yp li a {
    color: rgba(255, 255, 255, 0.82) !important;
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  }
}
@media (max-width: 640px) {
  .slos71 .p7c3m3vi {
    padding: 5px 10px;
  }
  .slos71 .v0yp {
    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);
  }
  .slos71 .v0yp::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--border);
    border-radius: 2px;
    margin: 0 auto 14px;
  }
  .slos71 .v0yp.t5n7m3 {
    transform: translateY(0);
  }
  .slos71 .v0yp li a {
    text-align: center;
    border-bottom: none;
    padding: 13px 28px;
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .hp9io9o8 .p7c3m3vi {
    padding: 5px 10px;
  }
  .hp9io9o8 .v0yp {
    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;
  }
  .hp9io9o8 .v0yp.t5n7m3 {
    opacity: 1;
    pointer-events: auto;
  }
  .hp9io9o8 .v0yp li a {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: none;
    padding: 14px 48px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .dv42me .p7c3m3vi {
    border-radius: 0 !important;
  }
  .i5tdv .p7c3m3vi {
    border-radius: 8px !important;
  }
  .cp8o8 .p7c3m3vi {
    border-radius: 50% !important;
  }
  .caonx .p7c3m3vi {
    border-radius: 999px !important;
  }
}
.nfz52 .babrca {
  height: 28px;
}
.pglztd .babrca {
  height: 54px;
}
.mpwvu .babrca {
  height: 54px;
}
.hcdgy .i88n6ik,
.hcdgy .bdaog14 {
  color: #f59e0b;
}
.vbrpa9sb .i88n6ik {
  font-size: 1rem;
  letter-spacing: 1.5px;
}
.lzvdc .i88n6ik,
.lzvdc .bdaog14 {
  color: var(--text-muted);
  opacity: 0.7;
  letter-spacing: 2px;
}
.zfswqft .i88n6ik,
.zfswqft .bdaog14 {
  color: var(--cta);
  letter-spacing: 3px;
  font-size: 0.7rem;
}
.p923 .i88n6ik,
.p923 .bdaog14 {
  color: var(--cta);
  letter-spacing: 2px;
}
.yb5fb5 .i88n6ik,
.yb5fb5 .bdaog14 {
  color: #e91e63;
  letter-spacing: 2px;
}
.lfwlb .i88n6ik,
.lfwlb .bdaog14 {
  color: var(--cta);
  letter-spacing: 2px;
  font-size: 0.65rem;
}
.su4qy9 .i88n6ik,
.su4qy9 .bdaog14 {
  color: var(--cta);
  letter-spacing: 2px;
  font-size: 0.7rem;
}
.zu3hld .skzxoy3x + .skzxoy3x {
  border-left: 1px solid var(--border);
  padding-left: 10px;
}
.c82zx1t .n5w6ttw {
  padding: 18px 24px;
  min-height: 68px;
}
.t5tlfs2 .om04 {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-muted);
}
.t5tlfs2 .w1n9jut {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent);
}
.u1ypgpb4 .skzxoy3x {
  background: var(--accent-bg);
  border-radius: 6px;
  padding: 2px 8px;
}
.nd5q .yvhsdhva {
  counter-reset: cs-rank;
}
.nd5q .n5w6ttw {
  position: relative;
  counter-increment: cs-rank;
}
.nd5q .n5w6ttw::before {
  content: "#" counter(cs-rank);
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--accent);
  opacity: 0.5;
  font-variant-numeric: tabular-nums;
}
.tddsi .yvhsdhva {
  counter-reset: cs-rank;
  gap: 0;
}
.tddsi .n5w6ttw {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.tddsi .n5w6ttw::before {
  content: counter(cs-rank);
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.tddsi .i9dm {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.tddsi .dq2ch {
  width: 140px;
  height: 140px;
  min-width: 140px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg-surface);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.tddsi .icfz {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 140px;
  max-height: 140px;
}
.tddsi .i9dm {
  min-width: 0;
  flex-direction: column;
  width: 100%;
}
.tddsi .l0z5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent-light);
  text-align: center;
  min-width: auto;
  white-space: normal;
}
.tddsi .i88n6ik {
  color: var(--cta, var(--accent));
}
.tddsi .p7nk {
  font-weight: 700;
}
.tddsi .skzxoy3x {
  flex-direction: column;
  gap: 2px;
  align-items: center;
  border-top: none;
  padding-top: 2px;
  width: auto;
}
.tddsi .om04 {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}
.tddsi .w1n9jut {
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--text-primary);
}
.tddsi .xfrxgu8 .w1n9jut {
  font-size: 1.3rem;
  color: var(--accent-light);
}
.tddsi .r74bjca {
  width: auto;
  min-width: 170px;
  text-align: center;
  margin: 6px auto 0;
  border-radius: 999px;
}
.tddsi .n5w6ttw:nth-child(even) {
  background: var(--accent-bg);
}
@media (min-width: 720px) {
  .tddsi .yvhsdhva {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px;
    counter-reset: cs-rank;
    align-items: start;
  }
  .tddsi .n5w6ttw {
    margin-bottom: 0;
    justify-content: flex-start;
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .tddsi .n5w6ttw {
    padding: 40px 16px 20px;
  }
  .tddsi .skzxoy3x {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
  }
  .tddsi .r74bjca {
    width: 100%;
    min-width: 0;
  }
}
.uni273 .yvhsdhva {
  counter-reset: cs-rank;
  gap: 10px;
}
.uni273 .n5w6ttw {
  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);
}
.uni273 .n5w6ttw::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);
}
.uni273 .i9dm {
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  min-width: 220px;
}
.uni273 .dq2ch {
  width: 120px;
  height: 120px;
  min-width: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg-surface);
  padding: 0;
}
.uni273 .icfz {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 120px;
  max-height: 120px;
}
.uni273 .l0z5 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--accent-light);
  white-space: nowrap;
  text-align: left;
  min-width: auto;
}
.uni273 .i88n6ik {
  color: var(--cta, var(--accent));
}
.uni273 .skzxoy3x {
  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;
}
.uni273 .om04 {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  font-weight: 600;
}
.uni273 .w1n9jut {
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--text-primary);
}
.uni273 .xfrxgu8 .w1n9jut {
  color: var(--accent-light);
}
.uni273 .r74bjca {
  border-radius: 999px;
  min-width: 160px;
  text-align: center;
  flex-shrink: 0;
  align-self: center;
}
.uni273 .n5w6ttw:nth-child(even) {
  background: var(--accent-bg);
}
@media (max-width: 820px) {
  .uni273 .n5w6ttw {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 16px 18px;
    gap: 14px;
  }
  .uni273 .n5w6ttw::before {
    position: absolute;
    top: 14px;
    left: 14px;
  }
  .uni273 .i9dm {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
    width: 100%;
  }
  .uni273 .l0z5 {
    white-space: normal;
    text-align: center;
    font-size: 1.2rem;
  }
  .uni273 .skzxoy3x {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
    flex-basis: auto;
  }
  .uni273 .r74bjca {
    width: 100%;
    min-width: 0;
  }
  .uni273 .i88n6ik {
    min-width: 0;
  }
}
.j4bo6er .yvhsdhva {
  counter-reset: cs-rank;
}
.j4bo6er .n5w6ttw::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--accent);
  opacity: 0.2;
  min-width: 24px;
  text-align: center;
  align-self: center;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.p7tbom9 .w07bf {
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
  overflow: visible;
}
.p7tbom9 .w07bf summary {
  padding: 16px 2px;
  color: var(--text-primary);
  font-size: 0.98rem;
}
.p7tbom9 .w07bf p {
  padding: 0 2px 16px;
}
.ozlr0ei0 .w07bf {
  background: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 12px;
}
.ozlr0ei0 .w07bf summary {
  background: var(--accent-bg);
  border-radius: 100px;
  padding: 10px 22px;
  color: var(--accent-light);
  font-weight: 700;
}
.ozlr0ei0 .w07bf summary::after {
  content: "›";
  font-size: 1.2em;
}
.ozlr0ei0 .w07bf[open] summary::after {
  content: "‹";
}
.ozlr0ei0 .w07bf p {
  padding: 10px 22px 4px;
}
.pem57r .w07bf {
  background: var(--bg-card);
  border-radius: 0;
  border-left: 3px solid var(--accent);
  overflow: hidden;
  margin-bottom: 10px;
}
.pem57r .w07bf summary {
  color: var(--text-primary);
  padding-left: 16px;
}
.pem57r .w07bf summary::after {
  content: "›";
  font-size: 1.1em;
}
.pem57r .w07bf[open] summary::after {
  content: "‹";
}
.pem57r .w07bf p {
  padding-left: 16px;
}
.hkzky2y0 .y4xm4 {
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}
.hkzky2y0 .w07bf {
  background: var(--bg-card);
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.hkzky2y0 .w07bf:last-child {
  border-bottom: none;
}
.hkzky2y0 .w07bf summary {
  color: var(--text-primary);
  border-radius: 0;
}
.hkzky2y0 .w07bf summary::after {
  content: "›";
  font-size: 1.1em;
}
.hkzky2y0 .w07bf[open] summary::after {
  content: "‹";
}
.vawo .w07bf {
  overflow: hidden;
}
.vawo .w07bf summary {
  background: var(--accent);
  color: #fff;
  border-radius: 0;
}
.vawo .w07bf summary::after {
  color: rgba(255, 255, 255, 0.75);
}
.vawo .w07bf[open] summary {
  border-radius: 0;
}
.pjo5jur {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.tuf1d {
  text-align: center;
  padding: 48px 0 36px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 44px;
}
.ge0q {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.umejd0n8 {
  color: var(--text-muted);
  font-size: 1.05rem;
}
.kce8i {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 32px;
}
.wxepof {
  margin-bottom: 20px;
}
.dgvqm2p {
  display: block;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.qtp8fmw {
  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;
}
.qtp8fmw:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px var(--accent-bg);
}
.dyozx {
  resize: vertical;
  min-height: 130px;
}
.g9m2fva3 {
  width: 100%;
  margin-top: 8px;
}
.ov1ygc {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.wkgo1 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 14px;
}
.jgpr3sm {
  color: var(--text-muted);
  line-height: 1.75;
}
.u6e4i {
  color: var(--text-muted);
  line-height: 1.75;
  padding-left: 1.4em;
}
.u6e4i li {
  margin-bottom: 6px;
}
.wxchn6m {
  max-width: 760px;
  margin: 0 auto;
}
.zutjq8x {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 36px;
}
.xolnz {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.xolnz:last-child {
  border-bottom: none;
}
.xolnz h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 12px;
}
.xolnz p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.zy0g1 {
  max-width: 760px;
  margin: 0 auto;
}
.krk1y ul.u6e4i {
  margin: 0;
}
@media (max-width: 640px) {
  .dp7m {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.yniqc0i {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.ranog3 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}
.bg9de {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent-light);
  margin: 0 0 12px;
}
.ranog3 p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  font-size: 0.9rem;
}
.ranog3 .u6e4i {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .yniqc0i {
    grid-template-columns: 1fr;
  }
}
.aqx9rj {
  display: inline-flex;
  align-items: center;
  gap: inherit;
  color: inherit;
  text-decoration: none;
}
.aqx9rj:hover .giqxx1yz {
  color: var(--accent-light);
  text-decoration: underline;
}
.fj4klwp {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.dnhhenv {
  margin-bottom: 48px;
}
.ay16 {
  max-width: 760px;
  margin: 0 auto;
}
.dn6e5kie {
  text-align: center;
}
.onf7hr0q {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.onf7hr0q:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.l8lo {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 12px;
}
.onf7hr0q p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.onf7hr0q ul.u6e4i {
  margin: 0;
}
.cpkvc7 {
  color: var(--text-muted);
  line-height: 1.75;
}
.dn6e5kie .u6e4i,
.a08s6 .u6e4i,
.rakq .u6e4i,
.q1peu .u6e4i {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.dn6e5kie .onf7hr0q,
.a08s6 .onf7hr0q {
  text-align: left;
}
.dn6e5kie .l8lo,
.a08s6 .l8lo {
  text-align: center;
}
.wfyd6w {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.sysbe {
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 14px;
  font-size: 1.02rem;
}
.grbim {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0 0 6px;
}
.dd78j {
  margin-top: 12px;
}
.e1vfsd {
  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;
}
.e1vfsd:hover {
  border-bottom-color: var(--accent);
}
.qyvzjw9 {
  width: 140px;
  height: 140px;
  overflow: hidden;
  background: var(--bg-card);
  flex-shrink: 0;
  position: relative;
}
.qyvzjw9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.g7a16a5k {
  width: 200px;
  height: 200px;
}
.qe7va8l {
  border-radius: 28%;
}
.nzub2xiz {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.88rem;
}
.pftb {
  background: var(--accent-bg);
  color: var(--accent-light);
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .v4j1s {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
.okpa {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
.okpa .grbim,
.okpa .sysbe {
  max-width: 640px;
}
.syp8mi1 .wfyd6w {
  font-size: 1.6rem;
  margin-top: 18px;
}
.jmqi4 .grbim {
  margin-bottom: 28px;
}
@media (max-width: 860px) {
  .e97xe {
    grid-template-columns: 1fr;
  }
  .syp8mi1 {
    position: static;
    text-align: center;
  }
}
.tgnyloa .qyvzjw9 {
  margin: 0 auto 18px;
}
.tgnyloa .nzub2xiz {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  .ncb4ek {
    grid-template-columns: 1fr;
  }
}
.vr2j5 .wfyd6w {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.q1peu .u6e4i {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .vr2j5 {
    flex-direction: column;
    text-align: center;
  }
  .oixcf {
    grid-template-columns: 1fr;
  }
}
.of79 .wfyd6w {
  font-size: 1.35rem;
  margin: 0 0 4px;
}
.of79 .nzub2xiz {
  margin: 0;
}
.eqvei .ge0q {
  color: var(--accent-light);
}
.ssxkqmja .ge0q {
  font-size: 2rem;
}
.ssxkqmja .umejd0n8 {
  max-width: 680px;
}
.dki1cow .ge0q {
  margin: 0;
  font-size: 1.8rem;
  flex-shrink: 0;
  max-width: 45%;
}
.dki1cow .umejd0n8 {
  margin: 0;
}
@media (max-width: 640px) {
  .dki1cow {
    flex-direction: column;
  }
}
.d7cquf3 .ge0q {
  color: var(--accent-light);
}
.djw0 {
  background: var(--accent);
  border-bottom: none;
  padding: 40px 32px 36px;
  margin-bottom: 32px;
}
.djw0 .ge0q {
  color: #fff;
}
.djw0 .umejd0n8 {
  color: rgba(255, 255, 255, 0.85);
}
.kh232ba {
  max-width: 680px;
  margin: 0 auto;
}
.tg9adbsl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 540px) {
  .tg9adbsl {
    grid-template-columns: 1fr;
  }
}
.os3e9 .qtp8fmw {
  border: none;
  border-bottom: 2px solid var(--border-alt);
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.os3e9 .qtp8fmw:focus {
  border-bottom-color: var(--accent);
  box-shadow: none;
}
.f9b5w .qtp8fmw {
  background: var(--bg-raised);
  border-color: transparent;
}
.f9b5w .qtp8fmw:focus {
  background: var(--bg-card);
  border-color: var(--accent);
}
.py4tg1tu .qtp8fmw {
  border-radius: 100px;
  padding: 11px 20px;
}
.py4tg1tu .dyozx {
  border-radius: 14px;
}
.zesp {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.zesp 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;
}
.zesp summary::-webkit-details-marker {
  display: none;
}
.zesp summary::after {
  content: "+";
  color: var(--accent);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.zesp[open] summary::after {
  content: "−";
}
.z4i9c {
  padding: 4px 20px 16px;
  color: var(--text-muted);
  line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) {
  .jdsbg {
    grid-template-columns: 1fr;
  }
}
.h428dsz {
  display: none;
}
.h428dsz:empty,
.d4lv:empty {
  display: none;
}
.dmf46 {
  position: relative;
  overflow: visible;
}
.hmwnqlrm .u4lvq,
.xi8plydu .u4lvq,
.ux0ix4 .u4lvq,
.di1wc .u4lvq,
.t3mvr .u4lvq,
.oe240882 .u4lvq {
  display: block;
}
.w1xc .oo7dh5r {
  display: block;
}
.hmwnqlrm .u4lvq,
.xi8plydu .u4lvq,
.ux0ix4 .u4lvq,
.di1wc .u4lvq,
.t3mvr .u4lvq {
  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;
}
.hmwnqlrm .u4lvq .d4lv,
.xi8plydu .u4lvq .d4lv,
.ux0ix4 .u4lvq .d4lv,
.di1wc .u4lvq .d4lv,
.t3mvr .u4lvq .d4lv {
  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;
}
.hmwnqlrm .rs78op,
.xi8plydu .rs78op,
.ux0ix4 .rs78op,
.di1wc .rs78op,
.t3mvr .rs78op {
  background: transparent !important;
  border: none !important;
  padding: 0;
  border-radius: 0;
  color: inherit !important;
}
.hmwnqlrm .u4lvq,
.xi8plydu .u4lvq {
  top: 12px;
}
.hmwnqlrm .u4lvq .d4lv {
  margin-right: auto;
}
.xi8plydu .u4lvq .d4lv {
  margin-left: auto;
}
.xi8plydu .u4lvq {
  text-align: right;
}
.ux0ix4 .u4lvq,
.di1wc .u4lvq {
  bottom: 12px;
}
.ux0ix4 .u4lvq .d4lv {
  margin-right: auto;
}
.di1wc .u4lvq .d4lv {
  margin-left: auto;
}
.di1wc .u4lvq {
  text-align: right;
}
.t3mvr .u4lvq {
  position: relative;
  margin-top: 16px;
}
.t3mvr .u4lvq .d4lv {
  margin: 0 auto;
}
.oe240882 .u4lvq {
  max-width: var(--content-mw, 1100px);
  margin: 0 auto;
  padding: 8px 24px;
}
.oe240882 .u4lvq .d4lv {
  margin: 0;
}
.oe240882 .g5t5l42 ~ .u4lvq,
.oe240882 .bxow ~ .u4lvq {
  max-width: none;
  margin: 0;
  padding: 8px clamp(24px, calc(50vw - 476px), 96px);
}
.oe240882 .g5t5l42 ~ .u4lvq .d4lv,
.oe240882 .bxow ~ .u4lvq .d4lv {
  justify-content: flex-start;
}
.g5t5l42 ~ .u4lvq,
.bxow ~ .u4lvq {
  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;
}
.g5t5l42 ~ .u4lvq .d4lv {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.bxow ~ .u4lvq .d4lv {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.oo7dh5r .d4lv {
  margin: 0 0 12px;
}
.d4lv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 10px 0 16px;
}
.sj5gh5vg {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.giqxx1yz {
  font-weight: 600;
  color: var(--text-heading);
  opacity: 1;
}
.vyjq::before {
  content: "·";
  margin: 0 2px;
  opacity: 0.5;
}
.rs78op {
  white-space: nowrap;
}
.glwk .sj5gh5vg {
  display: none;
}
.qmffb2k .rs78op {
  background: var(--date-bg, var(--accent-bg));
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 0.78rem;
}
.qmffb2k .vyjq::before {
  content: "";
}
.k9d9 .rs78op {
  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;
}
.k9d9 .vyjq::before {
  content: "";
}
.gb8qy .d4lv {
  background: var(--date-bg, var(--accent-bg));
  padding: 8px 14px;
  border-radius: var(--radius, 6px);
  gap: 8px 16px;
}
.zupk .rs78op {
  border-left: 2px solid var(--accent);
  padding-left: 8px;
  font-size: 0.78rem;
}
.zupk .vyjq::before {
  content: "";
}
.b4zzw2 .rs78op {
  color: var(--accent);
  opacity: 1;
  font-weight: 500;
}
.ovw2q75 .rs78op {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
.k2tg2wji .d4lv {
  font-size: 0.78rem;
  color: var(--text-faint);
  letter-spacing: 0.02em;
}
.tp0xknr2 {
  --date-bg: transparent;
}
.z9r74 .vyjq::before {
  content: "";
}
.nn8l .vyjq::before {
  content: "•";
  opacity: 0.4;
}
.nn8l .rs78op + .rs78op::before {
  content: "•";
  margin-right: 6px;
  opacity: 0.4;
}
.t6zmvh .vyjq::before {
  content: "/";
  opacity: 0.35;
}
.t6zmvh .rs78op + .rs78op::before {
  content: "/";
  margin-right: 6px;
  opacity: 0.35;
}
.ks458 .vyjq::before {
  content: "|";
  opacity: 0.3;
}
.ks458 .rs78op + .rs78op::before {
  content: "|";
  margin-right: 6px;
  opacity: 0.3;
}
.gbt7e4ra .vyjq::before {
  content: "—";
  opacity: 0.3;
}
.gbt7e4ra .rs78op + .rs78op::before {
  content: "—";
  margin-right: 6px;
  opacity: 0.3;
}
.cpsc .vyjq::before {
  content: "◆";
  font-size: 0.5em;
  opacity: 0.35;
}
.cpsc .rs78op + .rs78op::before {
  content: "◆";
  font-size: 0.5em;
  margin-right: 6px;
  opacity: 0.35;
}
.jm67wu .vyjq::before {
  content: "·";
  opacity: 0.4;
}
.jm67wu .rs78op + .rs78op::before {
  content: "·";
  margin-right: 6px;
  opacity: 0.4;
}
.t3yhdj .vyjq::before {
  content: "›";
  opacity: 0.4;
}
.t3yhdj .rs78op + .rs78op::before {
  content: "›";
  margin-right: 6px;
  opacity: 0.4;
}
.wap8zs .vyjq::before {
  content: "→";
  opacity: 0.35;
  font-size: 0.85em;
}
.wap8zs .rs78op + .rs78op::before {
  content: "→";
  font-size: 0.85em;
  margin-right: 6px;
  opacity: 0.35;
}
.k6k5eo .bvigg {
  padding: 20px 0;
}
@media (max-width: 640px) {
  .bvigg {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 16px;
  }
  .a4jsn {
    max-width: 100%;
  }
}
:root {
  --accent: #1b5693;
  --brand: #1b5693;
  --brand-light: #3683d3;
  --brand-pale: #6a9dd2;
  --grad-start: #0b233c;
  --grad-end: #17497d;
  --accent-light: var(--brand-light);
  --accent-pale: var(--brand-pale);
  --cta: #1b5693;
  --cta-light: #2d7bcd;
  --cta-hover: #216ab5;
  --bg-page: #0c0f11;
  --bg-surface: #12161a;
  --bg-card: #171b20;
  --bg-card-inner: #1d2329;
  --bg-raised: #21282f;
  --bg-hover: #252d35;
  --border: #2c3743;
  --border-alt: #374757;
  --border-section: #2c3743;
  --text-primary: #e3e5e7;
  --text-muted: #9ea5ad;
  --text-body: #c7cbd0;
  --text-sub: #9ea5ad;
  --text-faint: #69727c;
  --text-dim: #515960;
  --text-label: #828c95;
  --text-value: #b9bfc4;
  --accent-bg: #121e2a;
  --accent-bg-light: #192d42;
  --bg-tip: #162620;
  --bg-warning: #272115;
  --bg-info: #161d26;
  --bg-pros: #162620;
  --bg-cons: #26161c;
  --c-pros: #7fefc4;
  --c-cons: #e689ab;
  --c-pros-label: #52e9af;
  --c-tip-border: #32e6a0;
  --c-warn-border: #e8a430;
  --c-stars: var(--cta);
  --c-arrow: var(--cta);
  --c-tag-pay: #7fefc4;
}
:root {
  --logo-bg-opacity: 59%;
}
body,
button,
input {
  font-family: "Barlow", sans-serif;
}
.eveovlte .ffau3 {
  font-size: 0;
  width: 1.2rem;
  flex-shrink: 0;
}
.eveovlte .ffau3::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1;
}
.eveovlte .z42v .ffau3::before {
  content: "";
  color: var(--c-tip-border);
}
.eveovlte .lv4er0u .ffau3::before {
  content: "";
  color: var(--c-warn-border);
}
.eveovlte .eo3bs .ffau3::before {
  content: "";
  color: #60a5fa;
}
.y8fvuy28 .eveovlte .z42v .ffau3::before {
  color: #10b981;
}
.y8fvuy28 .eveovlte .lv4er0u .ffau3::before {
  color: #f43f5e;
}
.y8fvuy28 .eveovlte .eo3bs .ffau3::before {
  color: #a855f7;
}
.zqdxtv .eveovlte .z42v .ffau3::before {
  color: #eab308;
}
.zqdxtv .eveovlte .lv4er0u .ffau3::before {
  color: #ef4444;
}
.zqdxtv .eveovlte .eo3bs .ffau3::before {
  color: #f97316;
}
.zrd4spr .eveovlte .z42v .ffau3::before {
  color: #38bdf8;
}
.zrd4spr .eveovlte .lv4er0u .ffau3::before {
  color: #818cf8;
}
.zrd4spr .eveovlte .eo3bs .ffau3::before {
  color: #2dd4bf;
}
.o8t5awe .eveovlte .ffau3::before {
  color: var(--accent-light) !important;
}
.il96sa .vi5q69 li::before,
.il96sa .z8q2h4 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;
}
.il96sa .vi5q69 li::before {
  content: "";
}
.il96sa .z8q2h4 li::before {
  content: "";
}
.il96sa .r8ajom5::before,
.il96sa .hcov::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.85em;
  margin-right: 5px;
  line-height: 1;
}
.il96sa .r8ajom5::before {
  content: "";
}
.il96sa .hcov::before {
  content: "";
}
.jfduey .w0ube2,
.jfduey .g5t5l42 {
  min-height: 320px;
}
.ue61m8s .gm4f9gf::after,
.ue61m8s .sp1uus::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;
}
.kg6qf::before {
  content: "•";
}
.jccdju .rs78op::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 1em;
  opacity: 0.55;
}
.jccdju .rs78op:first-of-type::before {
  content: "\f15b";
}
.jccdju .rs78op:last-of-type::before {
  content: "\f044";
}

@media (max-width: 768px) {
  .imkq {
    min-height: 118px;
  }

  .fxxv {
    min-height: 118px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
  }

  .xpaa {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #537da7;
    background: linear-gradient(180deg, #2a6fb8 0%, #1d5ea3 55%, #0d2d4d 100%);
    width: 82%;
    max-width: 320px;
    margin: 4px auto 0;

    padding: 12px 24px;
    border-radius: 999px;
    text-align: center;
  }
}
.play_btn {
  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;
}
