:root {
  --color-accent: #953d99;
  --color-cta: #5f6700;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: 1.7;
}
.w245eu {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ai31 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.kfuqij {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.zbfky4bg { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ymlf38b { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ymlf38b a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ymlf38b a:hover { color: var(--accent-light); }
.kvltuf0     .brbl6g6w { border-radius: 24px; padding: 8px; }
.kvltuf0 .brbl6g6w li a { border-radius: 16px; }
@media (max-width: 640px) {
  .brbl6g6w {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .h1dq1:hover .brbl6g6w,
  .h1dq1:focus-within .brbl6g6w { display: block; }
  .brbl6g6w li a { padding: 8px 16px; font-size: 0.88rem; }
}
.f9to2 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.fi0w4ob4 { display: none; }
@media (max-width: 640px) {
  .fi0w4ob4 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .fi0w4ob4.mezwuk8 { display: block; }
}
@media (max-width: 640px) {
  .f9to2 { display: block; }
  .ymlf38b > li + li::before { display: none !important; }
  .ymlf38b {
    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;
  }
  .ymlf38b.mezwuk8 { display: flex; }
  .ymlf38b li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ymlf38b li:last-child a { border-bottom: none; }
}
.k6ufxa { min-height: 480px; }
.mv9xt {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.mg9we { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ute7 .mg9we { margin-left: 0; margin-right: 0; }
.krb2 {
  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;
}
.a42703zk .krb2 { margin-top: 24px; }
.krb2:hover { opacity: 0.88; }
.finkh .mv9xt { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.finkh .mg9we { color: #e2e8f0; }
.finkh.ute7   .bh31sim { text-align: left; }
.fwgzon .mv9xt { color: var(--text-primary); text-shadow: none; }
.fwgzon .mg9we { color: var(--text-muted); }
.fwgzon .krb2 { margin-top: 16px; }
.fwgzon, .fwgzon.k6ufxa { min-height: auto !important; }
.fwgzon.ute7   .bh31sim { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@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); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.gufo .mv9xt { color: #fff; }
.gufo .mg9we { color: rgba(255,255,255,0.85); }
.gufo .krb2 { background: #fff; color: var(--cta); }
.gufo .krb2:hover { opacity: 0.92; }
.kuwdmvv4 .dl1io0 { position: relative; overflow: hidden; }
.kuwdmvv4 .dl1io0::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.j2tg .dl1io0 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.ohrs8 .dl1io0 { position: relative; overflow: hidden; }
.ohrs8 .dl1io0::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;
}
.cmjq .dl1io0 { position: relative; overflow: hidden; }
.cmjq .dl1io0::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.gb79657n .dl1io0 {
  animation: hg-fadein 1.2s ease-out both;
}
.dl1io0 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.g2ds {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.kh059 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.l42hl {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.dl1io0 .mv9xt { text-shadow: none; color: var(--text-primary); }
.dl1io0 .mg9we { color: var(--text-muted); }
body.curp7 .mv9xt {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.amklyl1a .mv9xt {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.k6ufxa.gufo .mv9xt,
section.gufo .mv9xt {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.dl1io0.w8uxeca .g2ds { align-items: center; text-align: center; }
.dl1io0.ute7   .g2ds { align-items: flex-start; text-align: left; }
.jx29e3qv .kh059 { position: relative; }
.jx29e3qv .kh059::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.jx29e3qv.xuds4tmi .kh059::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.qbel5k .kh059 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.qbel5k .l42hl {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.qbel5k.xuds4tmi .kh059 { padding: 32px 0 32px 32px; }
.ubqqs7qo .kh059 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.ubqqs7qo .l42hl {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.xuds4tmi { grid-template-areas: "media text"; }
.xuds4tmi .g2ds {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.ubqqs7qo.xuds4tmi .kh059 { padding: 40px 16px 40px 48px; }
.k6ufxa .fbpxffk {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.fbpxffk .ms3t5uy.ejegslv {
  padding: 10px 14px !important; font-size: 0.88rem !important;
  font-weight: 700;
  background: var(--cta) !important; color: #fff !important;
  border: none !important;
  display: flex; align-items: center; justify-content: center;
}
.fbpxffk .ms3t5uy.ejegslv:hover { opacity: 0.85; }
.tb60j8b0 .kh059 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .dl1io0 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .dl1io0:not(.tb60j8b0) .kh059 { display: none !important; }
  .tb60j8b0 .kh059 { padding: 16px; }
  .g2ds  { padding: 36px 24px; }
  .dl1io0~.fnkes,.xuds4tmi~.fnkes{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .k6ufxa, .dl1io0 { min-height: 320px !important; }
  .mv9xt { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .vgr9ev,
  .rt5bvx,
  .re2jmyb { grid-template-columns: 1fr !important; }

  

  
  .wyimgv { display: flex !important; flex-direction: column !important; }
  .wyimgv .bh31sim { display: contents; }
  .wyimgv .soz6kez { order: 0; }
  .wyimgv .mv9xt { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .wyimgv .vgr9ev { order: 2; padding: 0 16px 12px !important; }
  .wyimgv .mg9we { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .a42703zk .bh31sim { display: flex; flex-direction: column; }
  .a42703zk .bh31sim .mv9xt { order: 1; }
  .a42703zk .bh31sim .re2jmyb { order: 2; margin: 8px 0 24px !important; }
  .a42703zk .bh31sim .mg9we { order: 3; }
  .a42703zk .bh31sim .krb2 { order: 4; align-self: center; margin-top: 0; }

  
  .dl1io0.tb60j8b0 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .dl1io0.tb60j8b0 .g2ds { display: contents; padding: 0; }
  .dl1io0.tb60j8b0 .g2ds .mv9xt { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .dl1io0.tb60j8b0 .kh059 { order: 2; padding: 12px 16px; }
  .dl1io0.tb60j8b0 .g2ds .mg9we { order: 3; padding: 0 24px; margin: 0 auto; }
  .dl1io0.tb60j8b0 .g2ds .krb2 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.pequim { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.dnu0p3w { width: 100%; height: auto; display: block; border-radius: 10px; }
.uiavp6kj .pequim        { border-radius: 16px; }
.uiavp6kj .dnu0p3w  { border-radius: 16px; }
.cscy .pequim         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.cscy .dnu0p3w   { border-radius: 8px; }
.b17k { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.tbid4kln { width: 100%; padding: 32px 0; position: relative; }
.z0ho { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.zrq8mk .tbid4kln:nth-child(even) { background: var(--bg-surface); }
.zrq8mk .tbid4kln:nth-child(odd)  { background: var(--bg-page); }
.gbw3g .tbid4kln:nth-child(even) { background: var(--bg-card); }
.gbw3g .tbid4kln:nth-child(odd)  { background: var(--bg-page); }
.zrq8mk .tbid4kln:nth-child(odd)  .z0ho { background: var(--bg-card); border-radius: 6px; }
.zrq8mk .tbid4kln:nth-child(even) .z0ho { background: var(--bg-raised); border-radius: 6px; }
.gbw3g .tbid4kln:nth-child(odd)  .z0ho { background: var(--bg-card); border-radius: 6px; }
.gbw3g .tbid4kln:nth-child(even) .z0ho { background: var(--bg-raised); border-radius: 6px; }
.zrq8mk .tbid4kln:nth-child(even) .dolsq398 .kp9t,
.gbw3g .tbid4kln:nth-child(even) .dolsq398 .kp9t { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.zrq8mk .tbid4kln:nth-child(odd) .dolsq398 .kp9t,
.gbw3g .tbid4kln:nth-child(odd) .dolsq398 .kp9t { background: var(--bg-card-inner); }
.zrq8mk .tbid4kln:nth-child(even) .ep33 .kp9t:nth-child(odd),
.gbw3g .tbid4kln:nth-child(even) .ep33 .kp9t:nth-child(odd)  { background: var(--bg-card); }
.zrq8mk .tbid4kln:nth-child(even) .ep33 .kp9t:nth-child(even),
.gbw3g .tbid4kln:nth-child(even) .ep33 .kp9t:nth-child(even) { background: var(--bg-card-inner); }
h1.gn42z { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.gn42z {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.qfvb { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ort5 h2.gn42z {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.go9n h2.gn42z {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.yju2 h2.gn42z {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.csgxn h2.gn42z::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.dponwh h2.gn42z {
  color: var(--text-primary); font-size: 1.7rem;
}
.zkm9 h2.gn42z::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.iki2kop h2.gn42z {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.ifsuad { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ifsuad { display: none; } }
.sdmnum { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.lr4h3k { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.wiagcv3 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.nmjdl { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.p840y { padding-left: 20px; }
.p840y li { margin-bottom: 6px; }
.p840y a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.p840y a:hover { color: var(--accent-light); }
.wswel .nmjdl { display: none; }
.gn9ngja9 .nmjdl { display: none; }
.gn9ngja9 .p840y { padding-left: 0; list-style: none; }
.gn9ngja9 .p840y li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.gn9ngja9 .p840y a { font-size: 0.92rem; }
.aqsbsw .wiagcv3 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.aqsbsw .nmjdl { display: none; }
.aqsbsw .p840y { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.aqsbsw .p840y li { margin-bottom: 0; }
.aqsbsw .p840y 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;
}
.aqsbsw .p840y a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.n4id .wiagcv3 { padding: 20px 20px 16px; }
.n4id .p840y {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.n4id .p840y li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.n4id .p840y 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 .15s, color .15s, background .15s;
}
.n4id .p840y 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;
}
.n4id .p840y a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.n4id .p840y a:focus,
.n4id .p840y a:focus-visible,
.n4id .p840y a:target { outline: none; }
.n4id .p840y li:target a { border-color: var(--border); color: var(--text-muted); }
.spn36 .wiagcv3 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.spn36 .nmjdl { display: none; }
.spn36 .p840y { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.spn36 .p840y li { margin-bottom: 0; }
.spn36 .p840y li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.spn36 .p840y li:last-child::after { content: ""; margin-right: 0; }
.spn36 .p840y a { font-size: 0.9rem; }
.kp9t { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.dolsq398 .kp9t { background: var(--bg-card); }
.ep33 .kp9t:nth-child(odd)  { background: var(--bg-card); }
.ep33 .kp9t:nth-child(even) { background: var(--bg-raised); }
.ul74xg .kp9t {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ul74xg .kp9t:last-child { border-bottom: none; }
.ul74xg h3.qfvb { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.n2xbv2us .kp9t {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.n2xbv2us .kp9t + .kp9t { margin-top: 4px; }
.gqzr .kp9t { background: none; border-radius: 0; padding: 12px 0; }
.gqzr .kp9t + .kp9t { border-top: 1px solid var(--border-section); }
.y8w8r { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.bwjbxhj { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.bd7i { color: var(--text-body); margin-bottom: 10px; }
.xm17b, .cous { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.xm17b li, .cous li { margin-bottom: 6px; }
.cous li { list-style: decimal; }
.j665x     .xm17b { list-style-type: "● "; }
.swlhgg  .xm17b { list-style-type: "■ "; }
.jd2sz7m4 .xm17b { list-style-type: "◆ "; }
.wxloiyq7    .xm17b { list-style-type: "★ "; }
.j665x     .wkphty { list-style-type: "● "; }
.swlhgg  .wkphty { list-style-type: "■ "; }
.jd2sz7m4 .wkphty { list-style-type: "◆ "; }
.wxloiyq7    .wkphty { list-style-type: "★ "; }
.j665x    .xm17b li::marker, .j665x    .wkphty li::marker,
.swlhgg .xm17b li::marker, .swlhgg .wkphty li::marker,
.jd2sz7m4 .xm17b li::marker, .jd2sz7m4 .wkphty li::marker,
.wxloiyq7   .xm17b li::marker, .wxloiyq7   .wkphty li::marker {
  color: var(--cta); font-size: 1em;
}
.j665x .cous,
.swlhgg .cous,
.jd2sz7m4 .cous,
.wxloiyq7 .cous {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.j665x .cous li,
.swlhgg .cous li,
.jd2sz7m4 .cous li,
.wxloiyq7 .cous li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.j665x .cous li::before,
.swlhgg .cous li::before,
.jd2sz7m4 .cous li::before,
.wxloiyq7 .cous 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;
}
.j665x     .cous li::before { border-radius: 50%; }
.swlhgg  .cous li::before { border-radius: 3px; }
.jd2sz7m4 .cous li::before { border-radius: 3px; }
.wxloiyq7    .cous li::before { border-radius: 50%; }
.soeuitg { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.gppjcr .soeuitg,
.u6p8w9 .soeuitg { background: transparent; border: none; border-radius: 0; }
.ww68 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ww68 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ww68 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ww68 tr:hover td { background: var(--bg-hover); }
.ocs8do .ww68 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.fcv8 .ww68 { border: 1px solid var(--border-alt); }
.fcv8 .ww68 th,
.fcv8 .ww68 td { border: 1px solid var(--border-alt); }
.e06h74d7 .ww68 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.e06h74d7 .ww68 td { border-bottom: none; }
.e06h74d7 .ww68 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.dbgu6a9 .ww68 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.spzcapg .soeuitg {
  overflow: hidden;
}
.spzcapg .ww68 th { border-bottom: 1px solid var(--border-alt); }
.spzcapg .ww68 tr:last-child td { border-bottom: none; }
.oascseq2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.z3mry6db { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ers8ztz { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.l25tsl { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.vobcy { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.wkphty { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.wkphty li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.et1kayy .l25tsl { background: transparent; text-align: center; }
.feevd73 .ers8ztz {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.eex6lvu .ers8ztz {
  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);
}
.rb0o .z3mry6db { display: grid; grid-template-columns: auto 1fr; }
.rb0o .ers8ztz {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.rb0o .l25tsl { grid-column: 2; }
.rb0o .vobcy,
.rb0o .wkphty { grid-column: 1 / -1; }
.fhl4 .z3mry6db { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.fhl4 .ers8ztz {
  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);
}
.fhl4 .l25tsl { grid-column: 2; }
.fhl4 .vobcy,
.fhl4 .wkphty { grid-column: 1 / -1; }
.t0g2ia1 .z3mry6db { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.t0g2ia1 .l25tsl { background: none; color: var(--accent-light); font-weight: 700; }
.vfxdczj .z3mry6db { 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); }
.vfxdczj .l25tsl { background: none; color: var(--accent-light); font-weight: 700; }
.utjxfd .z3mry6db { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.utjxfd .z3mry6db:last-child { border-bottom: none; }
.utjxfd .l25tsl { background: none; color: var(--accent-light); font-weight: 700; }
.bd1e7m0 .z3mry6db { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.bd1e7m0 .l25tsl { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ncg6m5sc .oascseq2 { counter-reset: card-n; }
.ncg6m5sc .z3mry6db  { counter-increment: card-n; }
.ncg6m5sc .l25tsl { display: flex; align-items: center; gap: 10px; }
.ncg6m5sc .l25tsl::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;
}
.cu002tf8 .z3mry6db { background: var(--bg-surface); border: 1px solid var(--border); }
.cu002tf8 .l25tsl { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.gii3 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ilf6  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.tu1iixy7 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.braq { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.tyer7e { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.gii3 strong { color: var(--text-primary); font-size: 0.95rem; }
.gii3 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.baorh6o { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.t04oj, .txdtgr5a { border-radius: 8px; padding: 14px; }
.t04oj { background: var(--bg-pros); }
.txdtgr5a { background: var(--bg-cons); }
.itj6egz { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.t04oj .itj6egz { color: var(--c-pros-label); }
.txdtgr5a .itj6egz { color: #f87171; }
.t04oj ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.txdtgr5a ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dnu0p3w { width: 100%; height: auto; border-radius: 10px; display: block; }
.ejegslv {
  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;
}
.ejegslv:hover { opacity: 0.85; }
.hmzd0k .ejegslv  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.hmzd0k .ejegslv:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.x7qj .ejegslv  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.x7qj .ejegslv:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zcbba .krb2 { border-radius: 50px; }
.zcbba .ejegslv  { border-radius: 50px; }
.zfgf5 .krb2 { padding-left: 22px; padding-right: 22px; }
.zfgf5 .ejegslv  { padding-left: 12px; padding-right: 12px; }
.k5zo40 .krb2 { padding-left: 44px; padding-right: 44px; }
.k5zo40 .ejegslv  { padding-left: 24px; padding-right: 24px; }
.xi4crlvh .krb2 { padding-left: 56px; padding-right: 56px; }
.xi4crlvh .ejegslv  { padding-left: 32px; padding-right: 32px; }
.tkwkfu   .krb2::after, .tkwkfu   .ejegslv::after,
.msl6 .krb2::after, .msl6 .ejegslv::after,
.fisa    .krb2::after, .fisa    .ejegslv::after,
.xdf2s5p    .krb2::after, .xdf2s5p    .ejegslv::after,
.z13ev2gf    .krb2::after, .z13ev2gf    .ejegslv::after,
.r5nyz     .krb2::after, .r5nyz     .ejegslv::after,
.fwje5j    .krb2::after, .fwje5j    .ejegslv::after,
.ikq19o   .krb2::after, .ikq19o   .ejegslv::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;
}
.tkwkfu .krb2::after, .tkwkfu .ejegslv::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");
}
.msl6 .krb2::after, .msl6 .ejegslv::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");
}
.fisa .krb2::after, .fisa .ejegslv::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");
}
.xdf2s5p .krb2::after, .xdf2s5p .ejegslv::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");
}
.z13ev2gf .krb2::after, .z13ev2gf .ejegslv::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");
}
.r5nyz .krb2::after, .r5nyz .ejegslv::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");
}
.fwje5j .krb2::after, .fwje5j .ejegslv::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");
}
.ikq19o .krb2::after, .ikq19o .ejegslv::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");
}
.uxp6j   .j81xs::after, .uxp6j   .w8rrywe::after,
.vwbc .j81xs::after, .vwbc .w8rrywe::after,
.oyckw2    .j81xs::after, .oyckw2    .w8rrywe::after,
.z5y68adn    .j81xs::after, .z5y68adn    .w8rrywe::after,
.dr70sc    .j81xs::after, .dr70sc    .w8rrywe::after,
.f6s13     .j81xs::after, .f6s13     .w8rrywe::after,
.ujvsklp    .j81xs::after, .ujvsklp    .w8rrywe::after,
.vm3maf6y   .j81xs::after, .vm3maf6y   .w8rrywe::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;
}
.uxp6j .j81xs::after, .uxp6j .w8rrywe::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");
}
.vwbc .j81xs::after, .vwbc .w8rrywe::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");
}
.oyckw2 .j81xs::after, .oyckw2 .w8rrywe::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");
}
.z5y68adn .j81xs::after, .z5y68adn .w8rrywe::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");
}
.dr70sc .j81xs::after, .dr70sc .w8rrywe::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");
}
.f6s13 .j81xs::after, .f6s13 .w8rrywe::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");
}
.ujvsklp .j81xs::after, .ujvsklp .w8rrywe::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");
}
.vm3maf6y .j81xs::after, .vm3maf6y .w8rrywe::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");
}
.zqc40v .uwe5   { background: rgba(128,128,128,.12); }
.ms3t5uy.ejegslv {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ky1sz {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ky1sz::before    { grid-area: rank;   }
  .cpxczju           { grid-area: ident;  }
  .rb9c8g     { grid-area: rating; min-width: 0; width: auto; }
  .tagluj           { grid-area: pills;  }
  .ms3t5uy             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ky1sz {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ky1sz::before    { justify-self: center; }
  .cpxczju           { width: 100%; }
  .rb9c8g     { justify-self: center; }
  .tagluj           { grid-template-columns: 1fr; }
}
.r5hrs .f3yw li::before { content: "→"; }
.r5hrs .hdr9 li::before { content: "–"; }
.kihtpb .tujy { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .mztrs .kqnv3u1r {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .mztrs .w10os1z { margin: 0; }
}
.u6p8w9 .baorh6o { gap: 10px; }
.u6p8w9 .t04oj, .u6p8w9 .txdtgr5a { padding: 12px; }
.u6p8w9 .t04oj ul, .u6p8w9 .txdtgr5a ul { margin: 4px 0 0; padding-left: 18px; }
.u6p8w9 .t04oj li, .u6p8w9 .txdtgr5a li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .osbd2 { grid-template-columns: 1fr; }
  .pehuj1xg { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .pehuj1xg .zaox6o { width: 72px; height: 50px; }
  .pehuj1xg .ie1xeaa { max-width: 180px; }
  .pehuj1xg .ktij { width: auto; }
}
@media (max-width: 720px) {
  .ahhxdrcq { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .g549 { padding: 16px; }
  .ijfc7ai2 .jwwj41 { min-width: 50%; }
}
.uf9o5 .baorh6o { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .r4va { grid-template-columns: 1fr; }
  .d2mg6b { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .oiphjb { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .n4jeu { flex-wrap: wrap; padding: 16px; }
}
.kcmmv8 .baorh6o { gap: 8px; }
.kcmmv8 .t04oj, .kcmmv8 .txdtgr5a { padding: 8px; }
@media (max-width: 480px) {
  .slvignlu { flex-direction: column; align-items: stretch; }
}
.hu12 .ktij .ejegslv { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .gav1s { flex-direction: column; align-items: stretch; gap: 10px; }
  .hu12 .ktij { text-align: center; }
}
@media (max-width: 720px) {
  .qw9emirs { grid-template-columns: 1fr; }
  .umwgqujq { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ivcu { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .alko { grid-template-columns: 1fr; }
  .ztc25 { width: 100px; height: 100px; margin: 16px auto; }
  .t1pm { font-size: 1.4rem; }
  .urdrvc { justify-content: center; }
  .g0pqv .jwwj41 { min-width: 50%; }
}
.lnprim .baorh6o { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .h72c { flex-wrap: wrap; padding: 14px 16px; }
  .j7emtfuv { padding: 12px 16px; }
  .lnprim .baorh6o { margin: 0 16px; }
  .lnprim .j7x3h { padding: 0 16px; }
  .h4i7zy { padding: 12px 16px; }
}
.cdzd2sh .pvcrb { font-size: 1rem; letter-spacing: 2px; }
.uy4d13p { margin: 16px 0; }
.gczo { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.gczo summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.gczo summary::after { content: "+"; color: var(--accent-light); }
.gczo[open] summary::after { content: "−"; }
.gczo p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.tbid4kln { margin-bottom: 0; }
.f3knqh h2.gn42z { color: var(--text-primary); border-color: var(--accent-light); }
.fjbznr h2.gn42z { color: var(--text-primary); border-color: var(--accent-light); }
.ehaz .ilf6     { background: #052e16; border-color: #10b981; }
.ehaz .tu1iixy7 { background: #2d0a1e; border-color: #f43f5e; }
.ehaz .braq    { background: #1e1036; border-color: #a855f7; }
.ehaz .gii3 strong  { color: #f1f5f9; }
.ehaz .gii3 p       { color: #cbd5e1; }
.ehaz .tq31    .ilf6     .tyer7e::before,
.ehaz .z8u3frch  .ilf6     .tyer7e::before,
.ehaz .f477jz  .ilf6     .tyer7e::before,
.ehaz .xo20crd .ilf6     .tyer7e::before { color: #10b981; }
.ehaz .tq31    .tu1iixy7 .tyer7e::before,
.ehaz .z8u3frch  .tu1iixy7 .tyer7e::before,
.ehaz .f477jz  .tu1iixy7 .tyer7e::before,
.ehaz .xo20crd .tu1iixy7 .tyer7e::before { color: #f43f5e; }
.ehaz .tq31    .braq    .tyer7e::before,
.ehaz .z8u3frch  .braq    .tyer7e::before,
.ehaz .f477jz  .braq    .tyer7e::before,
.ehaz .xo20crd .braq    .tyer7e::before { color: #a855f7; }
.sxkjz62 .ilf6     { background: #2d2000; border-color: #eab308; }
.sxkjz62 .tu1iixy7 { background: #2d0b0b; border-color: #ef4444; }
.sxkjz62 .braq    { background: #2d1600; border-color: #f97316; }
.sxkjz62 .gii3 strong  { color: #f1f5f9; }
.sxkjz62 .gii3 p       { color: #cbd5e1; }
.sxkjz62 .tq31    .ilf6     .tyer7e::before,
.sxkjz62 .z8u3frch  .ilf6     .tyer7e::before,
.sxkjz62 .f477jz  .ilf6     .tyer7e::before,
.sxkjz62 .xo20crd .ilf6     .tyer7e::before { color: #eab308; }
.sxkjz62 .tq31    .tu1iixy7 .tyer7e::before,
.sxkjz62 .z8u3frch  .tu1iixy7 .tyer7e::before,
.sxkjz62 .f477jz  .tu1iixy7 .tyer7e::before,
.sxkjz62 .xo20crd .tu1iixy7 .tyer7e::before { color: #ef4444; }
.sxkjz62 .tq31    .braq    .tyer7e::before,
.sxkjz62 .z8u3frch  .braq    .tyer7e::before,
.sxkjz62 .f477jz  .braq    .tyer7e::before,
.sxkjz62 .xo20crd .braq    .tyer7e::before { color: #f97316; }
.dr0bbxul .ilf6     { background: #0c1a2e; border-color: #38bdf8; }
.dr0bbxul .tu1iixy7 { background: #12103a; border-color: #818cf8; }
.dr0bbxul .braq    { background: #0a2020; border-color: #2dd4bf; }
.dr0bbxul .gii3 strong  { color: #f1f5f9; }
.dr0bbxul .gii3 p       { color: #cbd5e1; }
.dr0bbxul .tq31    .ilf6     .tyer7e::before,
.dr0bbxul .z8u3frch  .ilf6     .tyer7e::before,
.dr0bbxul .f477jz  .ilf6     .tyer7e::before,
.dr0bbxul .xo20crd .ilf6     .tyer7e::before { color: #38bdf8; }
.dr0bbxul .tq31    .tu1iixy7 .tyer7e::before,
.dr0bbxul .z8u3frch  .tu1iixy7 .tyer7e::before,
.dr0bbxul .f477jz  .tu1iixy7 .tyer7e::before,
.dr0bbxul .xo20crd .tu1iixy7 .tyer7e::before { color: #818cf8; }
.dr0bbxul .tq31    .braq    .tyer7e::before,
.dr0bbxul .z8u3frch  .braq    .tyer7e::before,
.dr0bbxul .f477jz  .braq    .tyer7e::before,
.dr0bbxul .xo20crd .braq    .tyer7e::before { color: #2dd4bf; }
.colkc5 .ilf6     { background: var(--accent-bg); border-color: var(--accent-light); }
.colkc5 .tu1iixy7 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.colkc5 .braq    { background: var(--accent-bg); border-color: var(--accent-pale); }
.colkc5 .tq31    .tyer7e::before,
.colkc5 .z8u3frch  .tyer7e::before,
.colkc5 .f477jz  .tyer7e::before,
.colkc5 .xo20crd .tyer7e::before { color: var(--accent-light) !important; }
.iba8wwx::before,
.esvjoj::before { margin-right: 5px; }
.xik6 .t04oj ul li,
.xik6 .f3yw li         { color: #4ade80; }
.xik6 .t04oj .iba8wwx { color: #22c55e; }
.xik6 .txdtgr5a ul li,
.xik6 .hdr9 li         { color: #f87171; }
.xik6 .txdtgr5a .esvjoj { color: #ef4444; }
.wb2tm23v .t04oj { background: var(--bg-pros); }
.wb2tm23v .txdtgr5a { background: var(--bg-cons); }
.wb2tm23v .t04oj .iba8wwx { color: var(--c-pros-label); }
.wb2tm23v .txdtgr5a .esvjoj { color: var(--c-cons); }
.wb2tm23v .t04oj ul li,
.wb2tm23v .txdtgr5a ul li,
.w55s3 .t04oj { background: var(--bg-pros); }
.w55s3 .txdtgr5a { background: var(--bg-cons); }
.w55s3 .t04oj .iba8wwx { color: var(--c-pros-label); }
.w55s3 .txdtgr5a .esvjoj { color: var(--c-cons); }
.w55s3 .t04oj ul li,
.w55s3 .txdtgr5a ul li,
.sgsi .iba8wwx::before { content: "✓ "; }
.sgsi .esvjoj::before { content: "✗ "; }
.r5hrs .iba8wwx::before { content: "→ "; }
.r5hrs .esvjoj::before { content: "← "; }
.l58t6 .iba8wwx::before { content: "★ "; }
.l58t6 .esvjoj::before { content: "✕ "; }
.o3tbt .iba8wwx::before { content: "◆ "; }
.o3tbt .esvjoj::before { content: "▲ "; }
.kihtpb .gii3 { background: transparent; border-left: none; border: 1.5px solid; }
.kihtpb .ilf6     { border-color: var(--c-tip-border); }
.kihtpb .tu1iixy7 { border-color: var(--c-warn-border); }
.kihtpb .braq    { border-color: #60a5fa; }
.kihtpb .gii3 strong { color: var(--text-primary); }
.kihtpb .gii3 p      { color: var(--text-muted); }
.g4l92 .gii3 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.g4l92 .ilf6     { border-top-color: var(--c-tip-border); }
.g4l92 .tu1iixy7 { border-top-color: var(--c-warn-border); }
.g4l92 .braq    { border-top-color: #60a5fa; }
.cr8ho .gii3 { border-left: none; border-radius: 8px; }
.cr8ho .ilf6     { background: #065f46; }
.cr8ho .tu1iixy7 { background: #92400e; }
.cr8ho .braq    { background: #1e3a8a; }
.cr8ho .gii3 strong,
.cr8ho .gii3 p { color: #fff; }
.cr8ho .tyer7e::before { color: rgba(255,255,255,0.85) !important; }
.ehaz.cr8ho .ilf6,
.ehaz .cr8ho .ilf6     { background: #052e16; }
.ehaz.cr8ho .tu1iixy7,
.ehaz .cr8ho .tu1iixy7 { background: #2d0a1e; }
.ehaz.cr8ho .braq,
.ehaz .cr8ho .braq    { background: #1e1036; }
.sxkjz62.cr8ho .ilf6,
.sxkjz62 .cr8ho .ilf6      { background: #2d2000; }
.sxkjz62.cr8ho .tu1iixy7,
.sxkjz62 .cr8ho .tu1iixy7  { background: #2d0b0b; }
.sxkjz62.cr8ho .braq,
.sxkjz62 .cr8ho .braq     { background: #2d1600; }
.dr0bbxul.cr8ho .ilf6,
.dr0bbxul .cr8ho .ilf6      { background: #0c1a2e; }
.dr0bbxul.cr8ho .tu1iixy7,
.dr0bbxul .cr8ho .tu1iixy7  { background: #12103a; }
.dr0bbxul.cr8ho .braq,
.dr0bbxul .cr8ho .braq     { background: #0a2020; }
.c7hb .gii3 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.c7hb .ilf6     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.c7hb .tu1iixy7 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.c7hb .braq    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.c7hb .gii3 strong { color: var(--text-primary); }
.c7hb .gii3 p      { color: var(--text-muted); }
.yhov7 .gii3 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.tq31 .tyer7e,
.z8u3frch .tyer7e,
.f477jz .tyer7e,
.xo20crd .tyer7e { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.tq31 .tyer7e::before,
.z8u3frch .tyer7e::before,
.f477jz .tyer7e::before,
.xo20crd .tyer7e::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.tq31 .ilf6     .tyer7e::before { content: "✦"; color: var(--c-tip-border); }
.tq31 .tu1iixy7 .tyer7e::before { content: "▲"; color: var(--c-warn-border); }
.tq31 .braq    .tyer7e::before { content: "◉"; color: #60a5fa; }
.z8u3frch .ilf6     .tyer7e::before { content: "★"; color: var(--c-tip-border); }
.z8u3frch .tu1iixy7 .tyer7e::before { content: "◆"; color: var(--c-warn-border); }
.z8u3frch .braq    .tyer7e::before { content: "●"; color: #60a5fa; }
.f477jz .ilf6     .tyer7e::before { content: "▶"; color: var(--c-tip-border); }
.f477jz .tu1iixy7 .tyer7e::before { content: "■"; color: var(--c-warn-border); }
.f477jz .braq    .tyer7e::before { content: "▸"; color: #60a5fa; }
.xo20crd .ilf6     .tyer7e::before { content: "→"; color: var(--c-tip-border); }
.xo20crd .tu1iixy7 .tyer7e::before { content: "⬥"; color: var(--c-warn-border); }
.xo20crd .braq    .tyer7e::before { content: "◈"; color: #60a5fa; }
.ke92 .dolsq398 .kp9t,
.ke92 .ep33 .kp9t  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ke92 .z3mry6db                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ke92 .soeuitg          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ke92 .wiagcv3                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.v9xw2 .dolsq398 .kp9t,
.v9xw2 .ep33 .kp9t,
.v9xw2 .z3mry6db,
.v9xw2 .ky1sz,
.v9xw2 .w10os1z,
.v9xw2 .soeuitg,
.v9xw2 .wiagcv3,
.v9xw2 .yhov7 .gii3 { box-shadow: none; }
.ds6wpq7q   .bd7i, .ds6wpq7q .y8w8r, .ds6wpq7q .bwjbxhj,
.ds6wpq7q   .sdmnum, .ds6wpq7q .lr4h3k { font-size: 0.9rem; }
.ds6wpq7q   .xm17b, .ds6wpq7q .cous { font-size: 0.9rem; }
.yxba2   .bd7i, .yxba2 .y8w8r, .yxba2 .bwjbxhj,
.yxba2   .sdmnum, .yxba2 .lr4h3k { font-size: 0.95rem; }
.yxba2   .xm17b, .yxba2 .cous { font-size: 0.95rem; }
.n3mt1pmy   .bd7i, .n3mt1pmy .y8w8r, .n3mt1pmy .bwjbxhj,
.n3mt1pmy   .sdmnum, .n3mt1pmy .lr4h3k { font-size: 1.08rem; }
.n3mt1pmy   .xm17b, .n3mt1pmy .cous { font-size: 1.05rem; }
.n3mt1pmy   .ww68 { font-size: 0.97rem; }
.q0rvpt2 .mv9xt      { font-size: 3.2rem; }
.q0rvpt2 h2.gn42z { font-size: 1.9rem; }
.q0rvpt2 h3.qfvb     { font-size: 1.4rem; }
.pem84e9p .mv9xt      { font-size: 3.8rem; }
.pem84e9p h2.gn42z { font-size: 2.2rem; }
.pem84e9p h3.qfvb     { font-size: 1.6rem; }
.tbid4kln + .tbid4kln { position: relative; }
.y40ga   .tbid4kln + .tbid4kln::before,
.romfqxr  .tbid4kln + .tbid4kln::before,
.gveh   .tbid4kln + .tbid4kln::before,
.tlt55wr   .tbid4kln + .tbid4kln::before,
.lkac   .tbid4kln + .tbid4kln::before,
.smm86g .tbid4kln + .tbid4kln::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.y40ga .tbid4kln + .tbid4kln::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.romfqxr .tbid4kln + .tbid4kln::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.gveh .tbid4kln + .tbid4kln::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.tlt55wr .tbid4kln + .tbid4kln::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.dla7v2 .tbid4kln { margin-bottom: 16px; }
.dla7v2 .tbid4kln + .tbid4kln { margin-top: 0; }
.dla7v2 .z0ho { padding-top: 0; padding-bottom: 0; }
.lkac .tbid4kln + .tbid4kln::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.smm86g .tbid4kln + .tbid4kln::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.nv1vuno9 .tbid4kln + .tbid4kln::before,
.dqy8rzr .tbid4kln + .tbid4kln::before,
.so8b .tbid4kln + .tbid4kln::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%;
}
.zrq8mk .nv1vuno9 .tbid4kln:nth-child(even)::before,
.zrq8mk .dqy8rzr .tbid4kln:nth-child(even)::before,
.zrq8mk .so8b .tbid4kln:nth-child(even)::before { background: var(--bg-surface); }
.gbw3g .nv1vuno9 .tbid4kln:nth-child(even)::before,
.gbw3g .dqy8rzr .tbid4kln:nth-child(even)::before,
.gbw3g .so8b .tbid4kln:nth-child(even)::before { background: var(--bg-card); }
.nv1vuno9 .tbid4kln + .tbid4kln::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");
}
.dqy8rzr .tbid4kln + .tbid4kln::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");
}
.so8b .tbid4kln + .tbid4kln::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");
}
.n4vof .finkh,
.n4vof .bh31sim { margin-bottom: 60px; }
.h73yvfr .g2ds,
.n4vof .g2ds { padding-bottom: 60px; }
.mokgjs7u .g2ds { padding-bottom: 70px; }
.n4vof .finkh::before,
.n4vof .finkh::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");
}
.evoptrs  .finkh:not(.gufo) .soz6kez { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.d777y2 .dl1io0 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.r1qmu3 .dl1io0 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.evoptrs .gufo { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.evoptrs .cl8xx5f { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.evoptrs .dl1io0 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.tsb7 .dl1io0 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.hnky .dl1io0 { background: var(--accent-bg); }
.hhdl4 .pequim { float: left; width: 38%; margin: 0 28px 16px 0; }
.hhdl4 .pequim .dnu0p3w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hhdl4 .z0ho::after { content: ''; display: block; clear: both; }
.pmd7 .pequim { float: right; width: 38%; margin: 0 0 16px 28px; }
.pmd7 .pequim .dnu0p3w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.pmd7 .z0ho::after { content: ''; display: block; clear: both; }
.uzgbo6v .tbid4kln:nth-child(odd)  .pequim { float: left;  width: 38%; margin: 0 28px 16px 0; }
.uzgbo6v .tbid4kln:nth-child(even) .pequim { float: right; width: 38%; margin: 0 0 16px 28px; }
.uzgbo6v .pequim .dnu0p3w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.uzgbo6v .z0ho::after { content: ''; display: block; clear: both; }
.hhdl4 .oascseq2,
.pmd7 .oascseq2,
.uzgbo6v .oascseq2,
.uzgbo6v .y79kt { clear: both; }
@media (max-width: 900px) {
  .hhdl4 .pequim,
  .pmd7 .pequim,
  .uzgbo6v .tbid4kln:nth-child(odd)  .pequim,
  .uzgbo6v .tbid4kln:nth-child(even) .pequim {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .hhdl4 .pequim .dnu0p3w,
  .pmd7 .pequim .dnu0p3w,
  .uzgbo6v .pequim .dnu0p3w {
    max-height: none !important;
  }
}
.hhdl4 .xm17b,
.hhdl4 .cous,
.pmd7 .xm17b,
.pmd7 .cous,
.uzgbo6v .xm17b,
.uzgbo6v .cous { overflow: hidden; }
@media (max-width: 640px) {
  .hhdl4 .pequim,
  .pmd7 .pequim,
  .uzgbo6v .pequim { float: none; width: 100%; margin: 0 0 16px 0; }
}
.bqiwvb4x .b17k,
.bqiwvb4x .z0ho,
.bqiwvb4x .z6ep1vmw  { max-width: 1100px; }
.jq48lc .b17k,
.jq48lc .z0ho,
.jq48lc .z6ep1vmw  { max-width: 1200px; }
.gq2cjd4 .b17k,
.gq2cjd4 .z0ho,
.gq2cjd4 .z6ep1vmw  { max-width: 1320px; }
.gq2cjd4 { --content-mw: 1320px; }
.no3pkc { font-size: 0.82rem; color: var(--text-muted); }
.znoqs { display: flex; align-items: center; }
.u5dbmum {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.hdc2x { display: flex; align-items: center; }
.gkp0 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.gkp0:hover { text-decoration: underline; }
.ejfv1b { margin: 0 3px; opacity: 0.45; }
.ejfv1b::before { content: '/'; }
.vuith { padding: 2px 5px; color: var(--text-main); }
.scnggu1u .no3pkc {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.scnggu1u .znoqs { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.soz7 .no3pkc {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.soz7 .znoqs { padding: 0 0 0 12px; }
.ctdhdnjt .znoqs { padding: 0 16px; }
.ctdhdnjt .no3pkc {
  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);
}
.ctdhdnjt .b17k { padding-top: 28px; }
@media (max-width: 720px) {
  .pyiw626w { margin-top: 18px; padding: 0 16px; }
  .ctdhdnjt .b17k { padding-top: 16px; }
}
.bqiwvb4x.scnggu1u .znoqs { max-width: 1100px; }
.jq48lc.scnggu1u .znoqs { max-width: 1200px; }
.gq2cjd4.scnggu1u .znoqs { max-width: 1320px; }
.gq2cjd4 .pyiw626w { max-width: 1320px; }
.a6u2q .tbid4kln { padding-top: 16px; padding-bottom: 16px; }
.lkt67wm .tbid4kln { padding-top: 24px; padding-bottom: 24px; }
.lbpy .tbid4kln { padding-top: 40px; padding-bottom: 40px; }
.f43hd6 .tbid4kln { padding-top: 52px; padding-bottom: 52px; }
.gswpc .tbid4kln:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.gswpc .tbid4kln:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.gswpc .tbid4kln:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.gswpc .tbid4kln:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.k5qf .z0ho { padding-top: 10px;  padding-bottom: 10px; }
.d5b92no .z0ho { padding-top: 18px;  padding-bottom: 18px; }
.bg40gkyy .z0ho { padding-top: 36px;  padding-bottom: 36px; }
.tn6npxv .z0ho { padding-top: 48px;  padding-bottom: 48px; }
.qnumpi h2.gn42z { font-weight: 600; }
.qnumpi h3.qfvb     { font-weight: 600; }
.pd00t h2.gn42z { font-weight: 800; }
.pd00t h3.qfvb     { font-weight: 700; }
.o19zqew h2.gn42z { font-weight: 900; }
.o19zqew h3.qfvb     { font-weight: 800; }
.o19zqew .gii3 strong,
.o19zqew .gii3 strong { font-weight: 600; }
.j81xs {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.umqbhw .j81xs { display: none; }
@media (max-width: 640px) {
  .pguh { display: none; }
  .j81xs {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.j81xs { background: var(--cta) !important; color: #fff !important; border: none !important; }
.j81xs:hover { opacity: 0.85; }
.v3dm .j81xs { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ph0p9om .j81xs,
.qur5d  .j81xs { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ph0p9om .j81xs:hover,
.qur5d  .j81xs:hover { opacity: 0.88; }
.v3dm.ph0p9om .j81xs,
.v3dm.qur5d  .j81xs { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.w8rrywe {
  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 .15s, opacity .15s;
}
.w8rrywe:hover { transform: translateY(-2px); opacity: 0.92; }
.w8rrywe { background: var(--cta) !important; color: #fff !important; border: none !important; }
.rnw0m01 .w8rrywe { display: none; }
.jzm0h5 .w8rrywe { right: 32px; }
.a45q76  .w8rrywe { left: 32px; }
@media (max-width: 480px) {
  .jzm0h5 .w8rrywe { right: 20px; bottom: 20px; }
  .a45q76  .w8rrywe { left: 20px; bottom: 20px; }
}
.dv317 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.z6ep1vmw { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.guv6gx { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.b7ppa4x { color: var(--text-dim); font-size: 0.8rem; }
.jd0ggqh1 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.jd0ggqh1 img { height: 26px; width: auto; object-fit: contain; }
.h8d9 .z6ep1vmw { text-align: center; }
.h8d9 .guv6gx { margin-top: 0; }
@media (max-width: 640px) {
  .z6ep1vmw { padding-left: 16px; padding-right: 16px; }
  .dqwkf .z6ep1vmw { padding: 20px 16px; }
  .vneyr41k { gap: 4px 12px; }
  .guv6gx { font-size: 0.78rem; }
}
.ez9d7oz .x3n2xey .jd0ggqh1 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.ez9d7oz .guv6gx { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ez9d7oz .b7ppa4x { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ez9d7oz .oun8i { grid-template-columns: 1fr 1fr; } .ez9d7oz .x3n2xey { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ez9d7oz .oun8i { grid-template-columns: 1fr; } }
.vtyf .b90h9owt { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.vtyf .jd0ggqh1 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.vtyf .g6jsvtcu { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.vtyf .g6jsvtcu a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.vtyf .g6jsvtcu a:hover { color: var(--accent-light); }
.mtdsm0uj { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.vtyf .go8y { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.vtyf .x22z8ss { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.vtyf .x22z8ss a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.vtyf .x22z8ss a:hover { color: var(--accent-light); }
.vtyf .guv6gx { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .vtyf .b90h9owt { gap: 12px; } .vtyf .jd0ggqh1 { margin-right: 0; width: 100%; } }
.xbcqg4 .ydevqgm3 .jd0ggqh1 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.xbcqg4 .guv6gx { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.xbcqg4 .b7ppa4x { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .xbcqg4 .fvlpl3 { grid-template-columns: 1fr 1fr; } .xbcqg4 .ydevqgm3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xbcqg4 .fvlpl3 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .hjh0 .ghy2hin { grid-template-columns: 1fr 1fr; } .hjh0 .j2ab70wp:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hjh0 .ghy2hin { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .slwsw .ghy2hin { grid-template-columns: 1fr; } }
.yadt3 .z6ep1vmw { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.xh52 .w245eu      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.xh52 .dv317 { background: var(--bg-page); border-top-color: var(--border-alt); }
.o2htyo .w245eu      { background: #0d1117; border-bottom-color: #21262d; }
.o2htyo .kfuqij { color: var(--accent-light); }
.o2htyo .ymlf38b { --msep-color: #8b949e; }
.o2htyo .ymlf38b a { color: #8b949e; }
.o2htyo .ymlf38b a:hover { color: var(--accent-light); }
.o2htyo .f9to2 { color: #8b949e; }
.o2htyo .dv317 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.o2htyo .guv6gx,
.o2htyo .b7ppa4x { color: #6e7681; }
.o2htyo .j5saw6ne a, .o2htyo .g6jsvtcu a,
.o2htyo .x22z8ss a { color: #8b949e; }
.o2htyo .jd0ggqh1 { color: #e6edf3; }
.o2htyo .j5saw6ne a:hover, .o2htyo .g6jsvtcu a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .o2htyo .ymlf38b { background: #0d1117; border-top-color: #21262d; }
  .o2htyo .ymlf38b li a { border-bottom-color: #21262d; }
}
.u5fm .w245eu      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.u5fm .kfuqij { color: var(--accent-light); }
.u5fm .ymlf38b { --msep-color: #475569; }
.u5fm .ymlf38b a { color: #475569; }
.u5fm .ymlf38b a:hover { color: var(--accent-light); }
.u5fm .f9to2 { color: #64748b; }
.u5fm .dv317 { background: #f0f4f8; border-top-color: #cbd5e1; }
.u5fm .guv6gx,
.u5fm .b7ppa4x { color: #64748b; }
.u5fm .j5saw6ne a, .u5fm .g6jsvtcu a,
.u5fm .x22z8ss a, .u5fm .jd0ggqh1 { color: #374151; }
.u5fm .j5saw6ne a:hover, .u5fm .g6jsvtcu a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .u5fm .ymlf38b { background: #f0f4f8; border-top-color: #cbd5e1; }
  .u5fm .ymlf38b li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ph0p9om .w245eu      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ph0p9om .kfuqij { color: #fff; }
.ph0p9om .ymlf38b { --msep-color: rgba(255,255,255,0.82); }
.ph0p9om .ymlf38b a { color: rgba(255,255,255,0.82); }
.ph0p9om .ymlf38b a:hover { color: #fff; }
.ph0p9om .f9to2 { color: rgba(255,255,255,0.9); }
.ph0p9om .dv317 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ph0p9om .guv6gx,
.ph0p9om .b7ppa4x { color: rgba(255,255,255,0.72); }
.ph0p9om .j5saw6ne a, .ph0p9om .g6jsvtcu a,
.ph0p9om .x22z8ss a, .ph0p9om .jd0ggqh1 { color: #fff; }
.ph0p9om .j5saw6ne a:hover, .ph0p9om .g6jsvtcu a:hover { color: #fff; }
@media (max-width: 640px) {
  .ph0p9om .ymlf38b { background: var(--accent); border-top-color: var(--accent-light); }
  .ph0p9om .ymlf38b li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.qur5d .w245eu {
  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);
}
.qur5d .dv317 {
  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) {
  .qur5d .ymlf38b {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.wr5qo8fy .ai31 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.x9gvr .ai31 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.kot1 .ai31 { min-height: 72px; height: auto; }
.dgpqku .ai31 { min-height: 84px; height: auto; }
.dqwkf .ai31 { max-width: none; padding: 0 32px; }
.dqwkf .z6ep1vmw  { max-width: none; padding: 24px 32px; }
.qssw.jq48lc .ai31 { max-width: 1200px; }
.qssw.gq2cjd4 .ai31 { max-width: 1320px; }
.s4mdh73f   .kfuqij, .s4mdh73f   .jd0ggqh1 { text-transform: capitalize; }
.q45pgo .kfuqij, .q45pgo .jd0ggqh1 { text-transform: lowercase; }
.rkcs3cj .kfuqij, .rkcs3cj .jd0ggqh1 { text-transform: uppercase; letter-spacing: 0.06em; }
.qvqqz, .y7kmv {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.invf4imz .qvqqz,
.invf4imz .y7kmv { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.cdz7 .qvqqz,
.cdz7 .y7kmv { 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; }
.xdm72wk .qvqqz,
.xdm72wk .y7kmv { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.zfqb29u .qvqqz,
.zfqb29u .y7kmv { 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; }
.d73l   .ymlf38b a { font-weight: 500; }
.xfnvc9yz .ymlf38b a { font-weight: 600; }
.g50mt     .ymlf38b a { font-weight: 700; }
.wnlfd    .ymlf38b a { font-weight: 800; letter-spacing: 0.01em; }
.ppqfff     .ymlf38b > li + li::before,
.w6ern3k1    .ymlf38b > li + li::before,
.y4caz    .ymlf38b > li + li::before,
.hoqi75 .ymlf38b > li + li::before,
.ew4w .ymlf38b > li + li::before,
.b22rp36c  .ymlf38b > li + li::before,
.wksla    .ymlf38b > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ppqfff     .ymlf38b > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.w6ern3k1    .ymlf38b > li + li::before { content: "|"; }
.y4caz    .ymlf38b > li + li::before { content: "—"; }
.hoqi75 .ymlf38b > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ew4w .ymlf38b > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.b22rp36c  .ymlf38b > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.wksla    .ymlf38b > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ys1m3 .f9to2,
  .v5wz .f9to2,
  .f7kz17 .f9to2,
  .cl8goar .f9to2,
  .j5g3j .f9to2 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ys1m3 .f9to2::before,
  .v5wz .f9to2::before,
  .f7kz17 .f9to2::before,
  .cl8goar .f9to2::before,
  .j5g3j .f9to2::before { content: ""; display: block; flex-shrink: 0; }

  
  .ys1m3 .f9to2::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;
  }

  
  .v5wz .f9to2::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;
  }

  
  .f7kz17 .f9to2::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;
  }

  
  .cl8goar .f9to2::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;
  }

  
  .j5g3j .f9to2::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) {
  .g6xcdu .f9to2 {
    padding: 5px 14px;
  }
  .g6xcdu .ymlf38b {
    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;
  }
  .g6xcdu .ymlf38b li a {
    border-bottom: none; padding: 10px 22px;
  }
  .g6xcdu .ymlf38b li a:hover { background: var(--bg-raised); }
  .g6xcdu .fi0w4ob4,
  .tmn55 .fi0w4ob4,
  .x06y7e7 .fi0w4ob4 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .xhn0 .f9to2 {
    padding: 5px 10px;
  }
  .xhn0 .ymlf38b {
    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);
  }
  .xhn0 .ymlf38b.mezwuk8 { transform: translateX(0); }
  .xhn0 .ymlf38b li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .xhn0 .ymlf38b li:last-child a { border-bottom: none; }
  .ph0p9om .ymlf38b,
  .o2htyo .ymlf38b { background: var(--accent) !important; }
  .ph0p9om .ymlf38b li a,
  .o2htyo .ymlf38b li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .x06y7e7 .f9to2 {
    padding: 5px 10px;
  }
  .x06y7e7 .ymlf38b {
    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);
  }
  .x06y7e7 .ymlf38b::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .x06y7e7 .ymlf38b.mezwuk8 { transform: translateY(0); }
  .x06y7e7 .ymlf38b li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .zw38zp2u .f9to2 {
    padding: 5px 10px;
  }
  .zw38zp2u .ymlf38b {
    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;
  }
  .zw38zp2u .ymlf38b.mezwuk8 { opacity: 1; pointer-events: auto; }
  .zw38zp2u .ymlf38b li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .wcavfv     .f9to2 { border-radius: 0 !important; }
  .bpjki7xt   .f9to2 { border-radius: 8px !important; }
  .f8ewnu .f9to2 { border-radius: 50% !important; }
  .k5wg   .f9to2 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .tq8vv6a .m61v1q24 { flex-direction: column; align-items: stretch; }
  .tq8vv6a .uidw2 { flex-direction: row; min-width: auto; }
  .tq8vv6a .juaezok { align-items: flex-start; text-align: left; }
}
.xtvxnkt,
.xtvxnkt.tbid4kln,
.zrq8mk .xtvxnkt,
.gu91nwcp .xtvxnkt,
.gbw3g .xtvxnkt,
.kkzt4 .xtvxnkt {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.qxx728wj {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.arapt { flex: 1 1 280px; min-width: 0; }
.uol46zm {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.tv2pu {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.ajbphee {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.ajbphee:hover { transform: translateY(-1px); opacity: 0.95; }
.ihhc .qxx728wj {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ihhc .uol46zm { color: var(--cta); }
.ihhc .tv2pu { color: var(--text-body); }
.ihhc .ajbphee {
  background: var(--cta) !important;
  color: #fff !important;
}
.fnxrt .qxx728wj {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.fnxrt .uol46zm { color: var(--text-primary); }
.fnxrt .tv2pu { color: var(--text-body); }
.fnxrt .ajbphee {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .qxx728wj {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .arapt { flex: 0 0 auto; }
  .uol46zm { font-size: 1.2rem; }
  .ajbphee { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.m1usmy .zbfky4bg { height: 36px; }
.qoshb .zbfky4bg { height: 60px; max-width: 200px; }
.mfgxfaa .zbfky4bg { height: 56px; max-width: 180px; }
@media (min-width: 720px) {
  .ka9q2 .y79kt {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ka9q2 .ky1sz {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ka9q2 .ky1sz { padding: 40px 16px 20px; }
  .ka9q2 .yosesb {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ka9q2 .ms3t5uy { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .sypoc .ky1sz {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .sypoc .ky1sz::before {
    position: absolute; top: 14px; left: 14px;
  }
  .sypoc .cpxczju {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .sypoc .xy3dbwji { white-space: normal; text-align: center; font-size: 1.2rem; }
  .sypoc .yosesb {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .sypoc .ms3t5uy { width: 100%; min-width: 0; }
  .sypoc .pvcrb { min-width: 0; }
}
.pt8hsar0 .gczo {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.pt8hsar0 .gczo summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.pt8hsar0 .gczo p { padding: 0 2px 16px; }
.y07rq .gczo { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.y07rq .gczo summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.y07rq .gczo summary::after { content: "›"; font-size: 1.2em; }
.y07rq .gczo[open] summary::after { content: "‹"; }
.y07rq .gczo p { padding: 10px 22px 4px; }
.rq848svt .gczo {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.rq848svt .gczo summary { color: var(--text-primary); padding-left: 16px; }
.rq848svt .gczo summary::after { content: "›"; font-size: 1.1em; }
.rq848svt .gczo[open] summary::after { content: "‹"; }
.rq848svt .gczo p { padding-left: 16px; }
.tuksy9ux .uy4d13p { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.tuksy9ux .gczo {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.tuksy9ux .gczo:last-child { border-bottom: none; }
.tuksy9ux .gczo summary { color: var(--text-primary); border-radius: 0; }
.tuksy9ux .gczo summary::after { content: "›"; font-size: 1.1em; }
.tuksy9ux .gczo[open] summary::after { content: "‹"; }
.kf72h .gczo { overflow: hidden; }
.kf72h .gczo summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.kf72h .gczo summary::after { color: rgba(255,255,255,.75); }
.kf72h .gczo[open] summary { border-radius: 0; }
.akw3tlsu { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.w23d3y {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.cq5y0p {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.quulk1 { color: var(--text-muted); font-size: 1.05rem; }
.jtkv {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.n7jk { margin-bottom: 20px; }
.mc7edtp5 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.azfotojs {
  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 .15s; box-sizing: border-box;
}
.azfotojs:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.bo7fv { resize: vertical; min-height: 130px; }
.olwfdv { width: 100%; margin-top: 8px; }
.frfq1zsl {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.bp40q30z {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.odl3fdj { color: var(--text-muted); line-height: 1.75; }
.k97f { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.k97f li { margin-bottom: 6px; }
.mndpap8f { max-width: 760px; margin: 0 auto; }
.ubjd { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.b17mqs { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.b17mqs:last-child { border-bottom: none; }
.b17mqs h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.b17mqs p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.d7r2c { max-width: 760px; margin: 0 auto; }
.dtpkr0 ul.k97f { margin: 0; }
@media (max-width: 640px) { .taby { grid-template-columns: 1fr; gap: 10px; } }
.xvtw1 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.mt5acl { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.g9y16 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.mt5acl p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.mt5acl .k97f { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .xvtw1 { grid-template-columns: 1fr; } }
.cjbkrsuo ul.k97f { margin: 0; }
.zpzu9 .k97f,
.gd01q1l8 .k97f,
.ig1doyks .k97f,
.dmtmr .k97f {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .o0ojmj { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .r8bfceo { grid-template-columns: 1fr; } .h0qjynzc { position: static; text-align: center; } }
@media (max-width: 860px) { .kusv { grid-template-columns: 1fr; } }
.dmtmr .k97f { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ugqfnh { flex-direction: column; text-align: center; } .rpns { grid-template-columns: 1fr; } }
.n6ib1vpf .cq5y0p { color: var(--accent-light); }
.o1mbw {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.o1mbw .cq5y0p { font-size: 2rem; }
.o1mbw .quulk1 { max-width: 680px; }
.v6ztooq .cq5y0p { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.v6ztooq .quulk1  { margin: 0; }
@media (max-width: 640px) { .v6ztooq { flex-direction: column; } }
.leza .cq5y0p { color: var(--accent-light); }
.boh9g65 .cq5y0p { color: #fff; }
.boh9g65 .quulk1  { color: rgba(255,255,255,0.85); }
.phmwha { max-width: 680px; margin: 0 auto; }
.cbiy {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .cbiy { grid-template-columns: 1fr; } }
.a1egknf .azfotojs {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.a1egknf .azfotojs:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.urslh .azfotojs { background: var(--bg-raised); border-color: transparent; }
.urslh .azfotojs:focus { background: var(--bg-card); border-color: var(--accent-light); }
.sjrzc5b0 .azfotojs { border-radius: 100px; padding: 11px 20px; }
.sjrzc5b0 .bo7fv { border-radius: 14px; }
.i3mjeh {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.i3mjeh 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;
}
.i3mjeh summary::-webkit-details-marker { display: none; }
.i3mjeh summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.i3mjeh[open] summary::after { content: "−"; }
.ax4o {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .fostlq { grid-template-columns: 1fr; } }
.zmh98u2 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.zmh98u2 li { margin-bottom: 6px; }
.mxp7v4l{position:relative;overflow:visible}
.prh3av .dks16v{display:block}
.vz58gckj .dl1io0~.fnkes,
.vz58gckj .xuds4tmi~.fnkes{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.vz58gckj .dl1io0~.fnkes .r9ymrdhx,
.vz58gckj .xuds4tmi~.fnkes .r9ymrdhx{justify-content:flex-start}
.dl1io0~.fnkes,.xuds4tmi~.fnkes{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}
.dl1io0~.fnkes .r9ymrdhx{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.xuds4tmi~.fnkes .r9ymrdhx{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.u5ipj .et4blcgy{border-bottom:1px solid currentColor;padding-bottom:2px}
.hc0gj{--date-bg:var(--accent-bg)}
.apxh .m6iztx::before{content:""}
.odqehk0z .lk5of{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .lk5of{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .cmnht{max-width:100%}
}
.ve0m .soeuitg{margin:0}
@media (max-width:560px){
  .ijkpz1tj{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .yu8my { padding: 28px 18px 20px; }
  .hcj5 { font-size: 1.2rem; }
  .i5xiq2 { max-width: 220px; max-height: 80px; }
}
.c1awr  .hfcbr0z { border-radius: 6px; }
.o5bu0 .qxx728wj {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .hfcbr0z { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.hdan {
  margin: 28px 0 24px;
}
.hdan .tbid4kln {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.hdan .z0ho {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.hdan .qxx728wj {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ai31 { flex-direction: row-reverse; }
[dir="rtl"] .ymlf38b { flex-direction: row-reverse; }
[dir="rtl"] .jzm0h5 .w8rrywe { right: auto; left: 32px; }
[dir="rtl"] .a45q76  .w8rrywe { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .jzm0h5 .w8rrywe { right: auto; left: 20px; }
  [dir="rtl"] .a45q76  .w8rrywe { left: auto;  right: 20px; }
}
[dir="rtl"] .hhdl4 .pequim  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .pmd7 .pequim { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .dl1io0,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .xm17b, [dir="rtl"] .cous { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .t04oj { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .txdtgr5a { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .gii3 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .qxx728wj { direction: rtl; }
[dir="rtl"] .no3pkc { direction: rtl; }
[dir="rtl"] .wiagcv3 { direction: rtl; }
[dir="rtl"] .p840y { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .j665x .cous,
[dir="rtl"] .swlhgg .cous,
[dir="rtl"] .jd2sz7m4 .cous,
[dir="rtl"] .wxloiyq7 .cous {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .j665x .cous li::before,
[dir="rtl"] .swlhgg .cous li::before,
[dir="rtl"] .jd2sz7m4 .cous li::before,
[dir="rtl"] .wxloiyq7 .cous li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .finkh.ute7 .bh31sim,
[dir="rtl"] .fwgzon.ute7 .bh31sim,
[dir="rtl"] .gufo.ute7 .bh31sim,
[dir="rtl"] .wyimgv.ute7 .bh31sim,
[dir="rtl"] .a42703zk.ute7 .bh31sim { text-align: right; }
[dir="rtl"] .dl1io0.ute7 .g2ds { align-items: flex-end; text-align: right; }
[dir="rtl"] .dl1io0.w8uxeca .g2ds { text-align: center; }
[dir="rtl"] .dl1io0 .g2ds { text-align: right; }
[dir="rtl"] .z0ho,
[dir="rtl"] .sdmnum,
[dir="rtl"] .lr4h3k,
[dir="rtl"] .ifsuad,
[dir="rtl"] .jtkv,
[dir="rtl"] .mc7edtp5,
[dir="rtl"] .azfotojs,
[dir="rtl"] .bo7fv { text-align: right; direction: rtl; }
[dir="rtl"] .sjrzc5b0 .azfotojs,
[dir="rtl"] .a1egknf .azfotojs { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #953d99;
  --brand:           #953d99;
  --brand-light:     #bf79c2;
  --brand-pale:      #cfadd1;
  --grad-start:      #4d1f50;
  --grad-end:        #833586;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #5f6700;
  --cta-light:       #a1af04;
  --cta-hover:       #848f00;
  --bg-page:         #110811;
  --bg-surface:      #1b0c1b;
  --bg-card:         #251126;
  --bg-card-inner:   #2f1630;
  --bg-raised:       #391b3b;
  --bg-hover:        #442045;
  --border:          #512653;
  --border-alt:      #663068;
  --border-section:  #512653;
  --text-primary:    #e6e4e6;
  --text-muted:      #a9a1aa;
  --text-body:       #cec9ce;
  --text-sub:        #a9a1aa;
  --text-faint:      #786c78;
  --text-dim:        #5d545d;
  --text-label:      #918692;
  --text-value:      #c2bbc2;
  --accent-bg:       #221a22;
  --accent-bg-light: #352536;
  --bg-tip:          #162624;
  --bg-warning:      #272115;
  --bg-info:         #161926;
  --bg-pros:         #162624;
  --bg-cons:         #261619;
  --c-pros:          #8ce2d7;
  --c-cons:          #e68997;
  --c-pros-label:    #63d8c9;
  --c-tip-border:    #47d1bf;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #8ce2d7;
}
:root { --logo-bg-opacity: 79%; }
body, button, input { font-family: "PT Sans", sans-serif; }
.puw7l .tyer7e { font-size: 0; width: 1.2rem; flex-shrink: 0; }.puw7l .tyer7e::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.puw7l .ilf6     .tyer7e::before { content: "";  color: var(--c-tip-border); }.puw7l .tu1iixy7 .tyer7e::before { content: ""; color: var(--c-warn-border); }.puw7l .braq    .tyer7e::before { content: ""; color: #60a5fa; }.ehaz .puw7l .ilf6     .tyer7e::before { color: #10b981; }.ehaz .puw7l .tu1iixy7 .tyer7e::before { color: #f43f5e; }.ehaz .puw7l .braq    .tyer7e::before { color: #a855f7; }.sxkjz62  .puw7l .ilf6     .tyer7e::before { color: #eab308; }.sxkjz62  .puw7l .tu1iixy7 .tyer7e::before { color: #ef4444; }.sxkjz62  .puw7l .braq    .tyer7e::before { color: #f97316; }.dr0bbxul  .puw7l .ilf6     .tyer7e::before { color: #38bdf8; }.dr0bbxul  .puw7l .tu1iixy7 .tyer7e::before { color: #818cf8; }.dr0bbxul  .puw7l .braq    .tyer7e::before { color: #2dd4bf; }.colkc5 .puw7l .tyer7e::before { color: var(--accent-light) !important; }
.m3kp4z2b .k6ufxa, .m3kp4z2b .dl1io0 { min-height: 320px; }
.ivqk531 .krb2::after, .ivqk531 .ejegslv::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.cqcvvm .j81xs::after,.cqcvvm .w8rrywe::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; }
.ejfv1b::before { content: '•'; }