:root {
  --color-accent: #61004f;
  --color-cta: #ec4899;
  --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;
}
.u7e3a9 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.jsvc57k {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.fywyglu {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ihp05 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.sugfsf40 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.sugfsf40 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.sugfsf40 a:hover { color: var(--accent-light); }
.k7m7dzg     .hz3wuu { border-radius: 24px; padding: 8px; }
.k7m7dzg .hz3wuu li a { border-radius: 16px; }
.zikck9m .hz3wuu li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .hz3wuu {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .dwcuaaob:hover .hz3wuu,
  .dwcuaaob:focus-within .hz3wuu { display: block; }
  .hz3wuu li a { padding: 8px 16px; font-size: 0.88rem; }
}
.cmf73w2 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.cxzj6p { display: none; }
@media (max-width: 640px) {
  .cxzj6p {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .cxzj6p.jcb4jsk { display: block; }
}
@media (max-width: 640px) {
  .cmf73w2 { display: block; }
  .sugfsf40 > li + li::before { display: none !important; }
  .sugfsf40 {
    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;
  }
  .sugfsf40.jcb4jsk { display: flex; }
  .sugfsf40 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .sugfsf40 li:last-child a { border-bottom: none; }
}
.ruqlh { min-height: 480px; }
.amiq9 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.m58xml0 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.yu9mti .m58xml0 { margin-left: 0; margin-right: 0; }
.tkevr {
  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;
}
.mvcexi1 .tkevr { margin-top: 24px; }
.tkevr:hover { opacity: 0.88; }
.jgb4h .amiq9 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.jgb4h .m58xml0 { color: #e2e8f0; }
.jgb4h.xa52urz2 .p16ip0 { text-align: center; }
.uhz7d .amiq9 { color: var(--text-primary); text-shadow: none; }
.uhz7d .m58xml0 { color: var(--text-muted); }
.uhz7d .tkevr { margin-top: 16px; }
.uhz7d, .uhz7d.ruqlh { min-height: auto !important; }
.uhz7d.xa52urz2 .p16ip0 { text-align: center; }
@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; }
}
.hc3s .amiq9 { color: #fff; }
.hc3s .m58xml0 { color: rgba(255,255,255,0.85); }
.hc3s .tkevr { background: #fff; color: var(--cta); }
.hc3s .tkevr:hover { opacity: 0.92; }
.fp8aoq .iz87ak { position: relative; overflow: hidden; }
.fp8aoq .iz87ak::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;
}
.qn16 .iz87ak {
  animation: hg-breathe 7s ease-in-out infinite;
}
.kfaq5 .iz87ak { position: relative; overflow: hidden; }
.kfaq5 .iz87ak::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;
}
.posw .iz87ak { position: relative; overflow: hidden; }
.posw .iz87ak::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;
}
.mgqi .iz87ak {
  animation: hg-fadein 1.2s ease-out both;
}
.iz87ak {
  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%);
}
.nwgoe {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.ksx7o {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.g7ye {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.iz87ak .amiq9 { text-shadow: none; color: var(--text-primary); }
.iz87ak .m58xml0 { color: var(--text-muted); }
body.jrh0 .amiq9 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.t35m6zl9 .amiq9 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ruqlh.hc3s .amiq9,
section.hc3s .amiq9 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.iz87ak.xa52urz2 .nwgoe { align-items: center; text-align: center; }
.iz87ak.yu9mti   .nwgoe { align-items: flex-start; text-align: left; }
.uusgo8 .ksx7o { position: relative; }
.uusgo8 .ksx7o::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.uusgo8.i0qo0 .ksx7o::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.d9tyu .ksx7o {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.d9tyu .g7ye {
  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);
}
.d9tyu .fzseyl {
  position: static; width: 100%; aspect-ratio: 4/3; border-radius: 16px;
}
.d9tyu.i0qo0 .ksx7o { padding: 32px 0 32px 32px; }
.vr9t01c .ksx7o {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.vr9t01c .g7ye {
  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);
}
.i0qo0 .nwgoe {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.vr9t01c.i0qo0 .ksx7o { padding: 40px 16px 40px 48px; }
.ruqlh .ffnd4ch {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ffnd4ch .i8rhy.g5ofc3 {
  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;
}
.ffnd4ch .i8rhy.g5ofc3:hover { opacity: 0.85; }
.k5533w .ksx7o {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .iz87ak { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .iz87ak:not(.k5533w) .ksx7o { display: none !important; }
  .k5533w .ksx7o { padding: 16px; }
  .nwgoe  { padding: 36px 24px; }
  .iz87ak~.mwvira3,.i0qo0~.mwvira3{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ruqlh, .iz87ak { min-height: 320px !important; }
  .amiq9 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .s24eg,
  .gxjzoj,
  .dz21ro { grid-template-columns: 1fr !important; }

  

  
  .k9dd6xz1 { display: flex !important; flex-direction: column !important; }
  .k9dd6xz1 .p16ip0 { display: contents; }
  .k9dd6xz1 .vexko { order: 0; }
  .k9dd6xz1 .amiq9 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .k9dd6xz1 .s24eg { order: 2; padding: 0 16px 12px !important; }
  .k9dd6xz1 .m58xml0 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .mvcexi1 .p16ip0 { display: flex; flex-direction: column; }
  .mvcexi1 .p16ip0 .amiq9 { order: 1; }
  .mvcexi1 .p16ip0 .dz21ro { order: 2; margin: 8px 0 24px !important; }
  .mvcexi1 .p16ip0 .m58xml0 { order: 3; }
  .mvcexi1 .p16ip0 .tkevr { order: 4; align-self: center; margin-top: 0; }

  
  .iz87ak.k5533w {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .iz87ak.k5533w .nwgoe { display: contents; padding: 0; }
  .iz87ak.k5533w .nwgoe .amiq9 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .iz87ak.k5533w .ksx7o { order: 2; padding: 12px 16px; }
  .iz87ak.k5533w .nwgoe .m58xml0 { order: 3; padding: 0 24px; margin: 0 auto; }
  .iz87ak.k5533w .nwgoe .tkevr { order: 4; align-self: center; margin: 8px 0 32px; }
}
.tf6zdw { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.gsjq5tf { width: 100%; height: auto; display: block; border-radius: 10px; }
.hqirm .tf6zdw        { border-radius: 16px; }
.hqirm .gsjq5tf  { border-radius: 16px; }
.lrwqybq2 .tf6zdw         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.lrwqybq2 .gsjq5tf   { border-radius: 8px; }
.h7r1a { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.b5287 { width: 100%; padding: 32px 0; position: relative; }
.gwoj2dzr { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.rqxqaf0q .b5287:nth-child(even) { background: var(--bg-surface); }
.rqxqaf0q .b5287:nth-child(odd)  { background: var(--bg-page); }
.mfhmra3 .b5287:nth-child(even) { background: var(--bg-card); }
.mfhmra3 .b5287:nth-child(odd)  { background: var(--bg-page); }
.rqxqaf0q .b5287:nth-child(odd)  .gwoj2dzr { background: var(--bg-card); border-radius: 6px; }
.rqxqaf0q .b5287:nth-child(even) .gwoj2dzr { background: var(--bg-raised); border-radius: 6px; }
.mfhmra3 .b5287:nth-child(odd)  .gwoj2dzr { background: var(--bg-card); border-radius: 6px; }
.mfhmra3 .b5287:nth-child(even) .gwoj2dzr { background: var(--bg-raised); border-radius: 6px; }
.rqxqaf0q .b5287:nth-child(even) .o43co .qrgagr,
.mfhmra3 .b5287:nth-child(even) .o43co .qrgagr { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.rqxqaf0q .b5287:nth-child(odd) .o43co .qrgagr,
.mfhmra3 .b5287:nth-child(odd) .o43co .qrgagr { background: var(--bg-card-inner); }
.rqxqaf0q .b5287:nth-child(even) .x5tl .qrgagr:nth-child(odd),
.mfhmra3 .b5287:nth-child(even) .x5tl .qrgagr:nth-child(odd)  { background: var(--bg-card); }
.rqxqaf0q .b5287:nth-child(even) .x5tl .qrgagr:nth-child(even),
.mfhmra3 .b5287:nth-child(even) .x5tl .qrgagr:nth-child(even) { background: var(--bg-card-inner); }
h1.gmb0fr { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.gmb0fr {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.jod3yezj { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.v9hg5z8 h2.gmb0fr {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.vlact h2.gmb0fr {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.qjqb2cq h2.gmb0fr {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.lpbd690o h2.gmb0fr::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.p49t h2.gmb0fr {
  color: var(--text-primary); font-size: 1.7rem;
}
.y8mr4i h2.gmb0fr::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.lg3j4k h2.gmb0fr {
  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;
}
.t0pl { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .t0pl { display: none; } }
.gqrtn53 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.scet5 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ysj8bn44 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ivb1 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.cv2ua { padding-left: 20px; }
.cv2ua li { margin-bottom: 6px; }
.cv2ua a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.cv2ua a:hover { color: var(--accent-light); }
.vbhi .ivb1 { display: none; }
.ck0r71 .ivb1 { display: none; }
.ck0r71 .cv2ua { padding-left: 0; list-style: none; }
.ck0r71 .cv2ua li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ck0r71 .cv2ua a { font-size: 0.92rem; }
.l3vzcf .ysj8bn44 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.l3vzcf .ivb1 { display: none; }
.l3vzcf .cv2ua { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.l3vzcf .cv2ua li { margin-bottom: 0; }
.l3vzcf .cv2ua 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;
}
.l3vzcf .cv2ua a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.n0j1 .ysj8bn44 { padding: 20px 20px 16px; }
.n0j1 .cv2ua {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.n0j1 .cv2ua li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.n0j1 .cv2ua 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;
}
.n0j1 .cv2ua 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;
}
.n0j1 .cv2ua a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.n0j1 .cv2ua a:focus,
.n0j1 .cv2ua a:focus-visible,
.n0j1 .cv2ua a:target { outline: none; }
.n0j1 .cv2ua li:target a { border-color: var(--border); color: var(--text-muted); }
.zyhpxohd .ysj8bn44 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.zyhpxohd .ivb1 { display: none; }
.zyhpxohd .cv2ua { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.zyhpxohd .cv2ua li { margin-bottom: 0; }
.zyhpxohd .cv2ua li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.zyhpxohd .cv2ua li:last-child::after { content: ""; margin-right: 0; }
.zyhpxohd .cv2ua a { font-size: 0.9rem; }
.qrgagr { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.o43co .qrgagr { background: var(--bg-card); }
.x5tl .qrgagr:nth-child(odd)  { background: var(--bg-card); }
.x5tl .qrgagr:nth-child(even) { background: var(--bg-raised); }
.qlhqrtt .qrgagr {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.qlhqrtt .qrgagr:last-child { border-bottom: none; }
.qlhqrtt h3.jod3yezj { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.smp9zc .qrgagr {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.smp9zc .qrgagr + .qrgagr { margin-top: 4px; }
.gegoq .qrgagr { background: none; border-radius: 0; padding: 12px 0; }
.gegoq .qrgagr + .qrgagr { border-top: 1px solid var(--border-section); }
.p0f5e { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.mmbfqd { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.rcsyazjc { color: var(--text-body); margin-bottom: 10px; }
.kprle, .gzf9v { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.kprle li, .gzf9v li { margin-bottom: 6px; }
.gzf9v li { list-style: decimal; }
.twf7nkq     .kprle { list-style-type: "● "; }
.yob6oa  .kprle { list-style-type: "■ "; }
.sgj26 .kprle { list-style-type: "◆ "; }
.twtd    .kprle { list-style-type: "★ "; }
.twf7nkq     .hfe31 { list-style-type: "● "; }
.yob6oa  .hfe31 { list-style-type: "■ "; }
.sgj26 .hfe31 { list-style-type: "◆ "; }
.twtd    .hfe31 { list-style-type: "★ "; }
.twf7nkq    .kprle li::marker, .twf7nkq    .hfe31 li::marker,
.yob6oa .kprle li::marker, .yob6oa .hfe31 li::marker,
.sgj26 .kprle li::marker, .sgj26 .hfe31 li::marker,
.twtd   .kprle li::marker, .twtd   .hfe31 li::marker {
  color: var(--cta); font-size: 1em;
}
.twf7nkq .gzf9v,
.yob6oa .gzf9v,
.sgj26 .gzf9v,
.twtd .gzf9v {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.twf7nkq .gzf9v li,
.yob6oa .gzf9v li,
.sgj26 .gzf9v li,
.twtd .gzf9v li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.twf7nkq .gzf9v li::before,
.yob6oa .gzf9v li::before,
.sgj26 .gzf9v li::before,
.twtd .gzf9v 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;
}
.twf7nkq     .gzf9v li::before { border-radius: 50%; }
.yob6oa  .gzf9v li::before { border-radius: 3px; }
.sgj26 .gzf9v li::before { border-radius: 3px; }
.twtd    .gzf9v li::before { border-radius: 50%; }
.f2ktdl { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.bjvoe2 .f2ktdl,
.k9ia .f2ktdl { background: transparent; border: none; border-radius: 0; }
.f7gb0qx { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.f7gb0qx th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.f7gb0qx td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.f7gb0qx tr:hover td { background: var(--bg-hover); }
.cqho4n7 .f7gb0qx tbody tr:nth-child(even) td { background: var(--bg-surface); }
.rrdkrg8 .f7gb0qx { border: 1px solid var(--border-alt); }
.rrdkrg8 .f7gb0qx th,
.rrdkrg8 .f7gb0qx td { border: 1px solid var(--border-alt); }
.nlnike7 .f7gb0qx th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.nlnike7 .f7gb0qx td { border-bottom: none; }
.nlnike7 .f7gb0qx tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.cbjd1nn .f7gb0qx th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.i5ys4q .f2ktdl {
  overflow: hidden;
}
.i5ys4q .f7gb0qx th { border-bottom: 1px solid var(--border-alt); }
.i5ys4q .f7gb0qx tr:last-child td { border-bottom: none; }
.pa2r6504 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.v1i7v { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.qixcoup { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ftgk { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.v2jbbg { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.hfe31 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.hfe31 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%}
.efvg .ftgk { background: transparent; text-align: center; }
.j0jcuxjz .qixcoup {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.rncm4 .qixcoup {
  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);
}
.f6nsyv .v1i7v { display: grid; grid-template-columns: auto 1fr; }
.f6nsyv .qixcoup {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.f6nsyv .ftgk { grid-column: 2; }
.f6nsyv .v2jbbg,
.f6nsyv .hfe31 { grid-column: 1 / -1; }
.a43up .v1i7v { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.a43up .qixcoup {
  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);
}
.a43up .ftgk { grid-column: 2; }
.a43up .v2jbbg,
.a43up .hfe31 { grid-column: 1 / -1; }
.zzaut .v1i7v { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.zzaut .ftgk { background: none; color: var(--accent-light); font-weight: 700; }
.dsk5d .v1i7v { 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); }
.dsk5d .ftgk { background: none; color: var(--accent-light); font-weight: 700; }
.atl4vru .v1i7v { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.atl4vru .v1i7v:last-child { border-bottom: none; }
.atl4vru .ftgk { background: none; color: var(--accent-light); font-weight: 700; }
.sl01xct .v1i7v { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.sl01xct .ftgk { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.kwyqam .pa2r6504 { counter-reset: card-n; }
.kwyqam .v1i7v  { counter-increment: card-n; }
.kwyqam .ftgk { display: flex; align-items: center; gap: 10px; }
.kwyqam .ftgk::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;
}
.ennii31 .v1i7v { background: var(--bg-surface); border: 1px solid var(--border); }
.ennii31 .ftgk { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.jtm8z { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.x0wh3  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.tylqlip4 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.o7xuz { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.e6g8i { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.jtm8z strong { color: var(--text-primary); font-size: 0.95rem; }
.jtm8z p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.m6wfdk79 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.qkrbv, .wwm3yb12 { border-radius: 8px; padding: 14px; }
.qkrbv { background: var(--bg-pros); }
.wwm3yb12 { background: var(--bg-cons); }
.fm4z1u { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.qkrbv .fm4z1u { color: var(--c-pros-label); }
.wwm3yb12 .fm4z1u { color: #f87171; }
.qkrbv ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.wwm3yb12 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.gsjq5tf { width: 100%; height: auto; border-radius: 10px; display: block; }
.g5ofc3 {
  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;
}
.g5ofc3:hover { opacity: 0.85; }
.spifhb .g5ofc3  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.spifhb .g5ofc3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pji3x .g5ofc3  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.pji3x .g5ofc3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.kxytc9bv .tkevr { border-radius: 50px; }
.kxytc9bv .g5ofc3  { border-radius: 50px; }
.s85voo92 .tkevr { padding-left: 22px; padding-right: 22px; }
.s85voo92 .g5ofc3  { padding-left: 12px; padding-right: 12px; }
.p5vrsa0b .tkevr { padding-left: 44px; padding-right: 44px; }
.p5vrsa0b .g5ofc3  { padding-left: 24px; padding-right: 24px; }
.hbng .tkevr { padding-left: 56px; padding-right: 56px; }
.hbng .g5ofc3  { padding-left: 32px; padding-right: 32px; }
.jr8e98x   .tkevr::after, .jr8e98x   .g5ofc3::after,
.f1foem .tkevr::after, .f1foem .g5ofc3::after,
.j2q5vv    .tkevr::after, .j2q5vv    .g5ofc3::after,
.q4vdb    .tkevr::after, .q4vdb    .g5ofc3::after,
.as0mpjc    .tkevr::after, .as0mpjc    .g5ofc3::after,
.zs7oa     .tkevr::after, .zs7oa     .g5ofc3::after,
.roe5    .tkevr::after, .roe5    .g5ofc3::after,
.lfmg   .tkevr::after, .lfmg   .g5ofc3::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;
}
.jr8e98x .tkevr::after, .jr8e98x .g5ofc3::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");
}
.f1foem .tkevr::after, .f1foem .g5ofc3::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");
}
.j2q5vv .tkevr::after, .j2q5vv .g5ofc3::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");
}
.q4vdb .tkevr::after, .q4vdb .g5ofc3::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");
}
.as0mpjc .tkevr::after, .as0mpjc .g5ofc3::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");
}
.zs7oa .tkevr::after, .zs7oa .g5ofc3::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");
}
.roe5 .tkevr::after, .roe5 .g5ofc3::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");
}
.lfmg .tkevr::after, .lfmg .g5ofc3::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");
}
.hh1mbnd   .nvhai::after, .hh1mbnd   .nao98::after,
.mgc0 .nvhai::after, .mgc0 .nao98::after,
.tatr    .nvhai::after, .tatr    .nao98::after,
.ikkq2de    .nvhai::after, .ikkq2de    .nao98::after,
.baisq673    .nvhai::after, .baisq673    .nao98::after,
.wvqyrj50     .nvhai::after, .wvqyrj50     .nao98::after,
.bp317gv3    .nvhai::after, .bp317gv3    .nao98::after,
.nqycgk28   .nvhai::after, .nqycgk28   .nao98::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;
}
.hh1mbnd .nvhai::after, .hh1mbnd .nao98::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");
}
.mgc0 .nvhai::after, .mgc0 .nao98::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");
}
.tatr .nvhai::after, .tatr .nao98::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");
}
.ikkq2de .nvhai::after, .ikkq2de .nao98::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");
}
.baisq673 .nvhai::after, .baisq673 .nao98::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");
}
.wvqyrj50 .nvhai::after, .wvqyrj50 .nao98::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");
}
.bp317gv3 .nvhai::after, .bp317gv3 .nao98::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");
}
.nqycgk28 .nvhai::after, .nqycgk28 .nao98::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");
}
.jd7im .a0xmofk   { background: rgba(128,128,128,.12); }
.i8rhy.g5ofc3 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .b8pfp6l {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .b8pfp6l::before    { grid-area: rank;   }
  .rijd           { grid-area: ident;  }
  .bcuqz     { grid-area: rating; min-width: 0; width: auto; }
  .roni           { grid-area: pills;  }
  .i8rhy             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .b8pfp6l {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .b8pfp6l::before    { justify-self: center; }
  .rijd           { width: 100%; }
  .bcuqz     { justify-self: center; }
  .roni           { grid-template-columns: 1fr; }
}
.izxkz9aw  .ydld0e0 li::before { content: "★"; }
.izxkz9aw  .hlgi li::before { content: "✕"; }
.ufq2e .pj08lb { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .o07i7k .b959q {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .o07i7k .hwl6xc { margin: 0; }
}
.s7nqy .orue { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.s7nqy .hbl1r8qi h3 { color: var(--accent-light); }
.s7nqy .kinfx852 { background: var(--bg-page); border: 1px solid var(--border); }
.k9ia .m6wfdk79 { gap: 10px; }
.k9ia .qkrbv, .k9ia .wwm3yb12 { padding: 12px; }
.k9ia .qkrbv ul, .k9ia .wwm3yb12 ul { margin: 4px 0 0; padding-left: 18px; }
.k9ia .qkrbv li, .k9ia .wwm3yb12 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .hnx7n { grid-template-columns: 1fr; }
  .or9p { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .or9p .njdgz { width: 72px; height: 50px; }
  .or9p .dc692y { max-width: 180px; }
  .or9p .vsud9 { width: auto; }
}
@media (max-width: 720px) {
  .my9flm7s { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .e7twmd { padding: 16px; }
  .fj9o7s .xsdz5mgj { min-width: 50%; }
}
.davntlr1 .m6wfdk79 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .raav1xw3 { grid-template-columns: 1fr; }
  .z0ns { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .dcbsm { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .y2nbv { flex-wrap: wrap; padding: 16px; }
}
.wokxk .m6wfdk79 { gap: 8px; }
.wokxk .qkrbv, .wokxk .wwm3yb12 { padding: 8px; }
@media (max-width: 480px) {
  .ueu8ps { flex-direction: column; align-items: stretch; }
}
.wdb6 .vsud9 .g5ofc3 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .l6uuwfqo { flex-direction: column; align-items: stretch; gap: 10px; }
  .wdb6 .vsud9 { text-align: center; }
}
@media (max-width: 720px) {
  .brorh3qu { grid-template-columns: 1fr; }
  .y7a3m3a9 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .pp1jx { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .bnd5ii { grid-template-columns: 1fr; }
  .ldfjg { width: 100px; height: 100px; margin: 16px auto; }
  .u98o { font-size: 1.4rem; }
  .zt8a { justify-content: center; }
  .eb462 .xsdz5mgj { min-width: 50%; }
}
.il6y .m6wfdk79 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .snrh { flex-wrap: wrap; padding: 14px 16px; }
  .ba80d { padding: 12px 16px; }
  .il6y .m6wfdk79 { margin: 0 16px; }
  .il6y .dxvi { padding: 0 16px; }
  .r2c27 { padding: 12px 16px; }
}
.v0k8t41i .oi7fdm {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.v0k8t41i .b8pfp6l {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.v0k8t41i .b8pfp6l:last-child { border-bottom: none; }
.v0k8t41i .rijd,
.v0k8t41i .bcuqz,
.v0k8t41i .roni {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.v3ovp .roni .ltvde {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.gqah .myg48jk { display: none; }
.gqah .houtu { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.gqah .houtu {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.gqah .houtu small { display: none; }
.gqah .zekjpgs .y67a0xgc { display: none; }
.gqah .zekjpgs strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.gqah .foax { display: none; }
.fmcka { margin: 16px 0; }
.g16b { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.g16b summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.g16b summary::after { content: "+"; color: var(--accent-light); }
.g16b[open] summary::after { content: "−"; }
.g16b p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.b5287 { margin-bottom: 0; }
.e5kbs h2.gmb0fr { color: var(--text-primary); border-color: var(--accent-light); }
.cteispf3 h2.gmb0fr { color: var(--text-primary); border-color: var(--accent-light); }
.usr7avp .x0wh3     { background: #052e16; border-color: #10b981; }
.usr7avp .tylqlip4 { background: #2d0a1e; border-color: #f43f5e; }
.usr7avp .o7xuz    { background: #1e1036; border-color: #a855f7; }
.usr7avp .jtm8z strong  { color: #f1f5f9; }
.usr7avp .jtm8z p       { color: #cbd5e1; }
.usr7avp .hifp    .x0wh3     .e6g8i::before,
.usr7avp .hpmz9fd  .x0wh3     .e6g8i::before,
.usr7avp .jaf781  .x0wh3     .e6g8i::before,
.usr7avp .lb49muo .x0wh3     .e6g8i::before { color: #10b981; }
.usr7avp .hifp    .tylqlip4 .e6g8i::before,
.usr7avp .hpmz9fd  .tylqlip4 .e6g8i::before,
.usr7avp .jaf781  .tylqlip4 .e6g8i::before,
.usr7avp .lb49muo .tylqlip4 .e6g8i::before { color: #f43f5e; }
.usr7avp .hifp    .o7xuz    .e6g8i::before,
.usr7avp .hpmz9fd  .o7xuz    .e6g8i::before,
.usr7avp .jaf781  .o7xuz    .e6g8i::before,
.usr7avp .lb49muo .o7xuz    .e6g8i::before { color: #a855f7; }
.gymizr .x0wh3     { background: #2d2000; border-color: #eab308; }
.gymizr .tylqlip4 { background: #2d0b0b; border-color: #ef4444; }
.gymizr .o7xuz    { background: #2d1600; border-color: #f97316; }
.gymizr .jtm8z strong  { color: #f1f5f9; }
.gymizr .jtm8z p       { color: #cbd5e1; }
.gymizr .hifp    .x0wh3     .e6g8i::before,
.gymizr .hpmz9fd  .x0wh3     .e6g8i::before,
.gymizr .jaf781  .x0wh3     .e6g8i::before,
.gymizr .lb49muo .x0wh3     .e6g8i::before { color: #eab308; }
.gymizr .hifp    .tylqlip4 .e6g8i::before,
.gymizr .hpmz9fd  .tylqlip4 .e6g8i::before,
.gymizr .jaf781  .tylqlip4 .e6g8i::before,
.gymizr .lb49muo .tylqlip4 .e6g8i::before { color: #ef4444; }
.gymizr .hifp    .o7xuz    .e6g8i::before,
.gymizr .hpmz9fd  .o7xuz    .e6g8i::before,
.gymizr .jaf781  .o7xuz    .e6g8i::before,
.gymizr .lb49muo .o7xuz    .e6g8i::before { color: #f97316; }
.t9nz .x0wh3     { background: #0c1a2e; border-color: #38bdf8; }
.t9nz .tylqlip4 { background: #12103a; border-color: #818cf8; }
.t9nz .o7xuz    { background: #0a2020; border-color: #2dd4bf; }
.t9nz .jtm8z strong  { color: #f1f5f9; }
.t9nz .jtm8z p       { color: #cbd5e1; }
.t9nz .hifp    .x0wh3     .e6g8i::before,
.t9nz .hpmz9fd  .x0wh3     .e6g8i::before,
.t9nz .jaf781  .x0wh3     .e6g8i::before,
.t9nz .lb49muo .x0wh3     .e6g8i::before { color: #38bdf8; }
.t9nz .hifp    .tylqlip4 .e6g8i::before,
.t9nz .hpmz9fd  .tylqlip4 .e6g8i::before,
.t9nz .jaf781  .tylqlip4 .e6g8i::before,
.t9nz .lb49muo .tylqlip4 .e6g8i::before { color: #818cf8; }
.t9nz .hifp    .o7xuz    .e6g8i::before,
.t9nz .hpmz9fd  .o7xuz    .e6g8i::before,
.t9nz .jaf781  .o7xuz    .e6g8i::before,
.t9nz .lb49muo .o7xuz    .e6g8i::before { color: #2dd4bf; }
.i1qkzi1 .x0wh3     { background: var(--accent-bg); border-color: var(--accent-light); }
.i1qkzi1 .tylqlip4 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.i1qkzi1 .o7xuz    { background: var(--accent-bg); border-color: var(--accent-pale); }
.i1qkzi1 .hifp    .e6g8i::before,
.i1qkzi1 .hpmz9fd  .e6g8i::before,
.i1qkzi1 .jaf781  .e6g8i::before,
.i1qkzi1 .lb49muo .e6g8i::before { color: var(--accent-light) !important; }
.e97fhxo::before,
.cy73wcv7::before { margin-right: 5px; }
.vmm1 .qkrbv ul li,
.vmm1 .ydld0e0 li         { color: #4ade80; }
.vmm1 .qkrbv .e97fhxo { color: #22c55e; }
.vmm1 .wwm3yb12 ul li,
.vmm1 .hlgi li         { color: #f87171; }
.vmm1 .wwm3yb12 .cy73wcv7 { color: #ef4444; }
.yqxm .qkrbv { background: var(--bg-pros); }
.yqxm .wwm3yb12 { background: var(--bg-cons); }
.yqxm .qkrbv .e97fhxo { color: var(--c-pros-label); }
.yqxm .wwm3yb12 .cy73wcv7 { color: var(--c-cons); }
.yqxm .qkrbv ul li,
.yqxm .wwm3yb12 ul li,
.gak98 .qkrbv { background: var(--bg-pros); }
.gak98 .wwm3yb12 { background: var(--bg-cons); }
.gak98 .qkrbv .e97fhxo { color: var(--c-pros-label); }
.gak98 .wwm3yb12 .cy73wcv7 { color: var(--c-cons); }
.gak98 .qkrbv ul li,
.gak98 .wwm3yb12 ul li,
.wu18rjt3 .e97fhxo::before { content: "✓ "; }
.wu18rjt3 .cy73wcv7::before { content: "✗ "; }
.n7rqyz .e97fhxo::before { content: "→ "; }
.n7rqyz .cy73wcv7::before { content: "← "; }
.izxkz9aw .e97fhxo::before { content: "★ "; }
.izxkz9aw .cy73wcv7::before { content: "✕ "; }
.knggg .e97fhxo::before { content: "◆ "; }
.knggg .cy73wcv7::before { content: "▲ "; }
.ufq2e .jtm8z { background: transparent; border-left: none; border: 1.5px solid; }
.ufq2e .x0wh3     { border-color: var(--c-tip-border); }
.ufq2e .tylqlip4 { border-color: var(--c-warn-border); }
.ufq2e .o7xuz    { border-color: #60a5fa; }
.ufq2e .jtm8z strong { color: var(--text-primary); }
.ufq2e .jtm8z p      { color: var(--text-muted); }
.nl2frxy .jtm8z { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.nl2frxy .x0wh3     { border-top-color: var(--c-tip-border); }
.nl2frxy .tylqlip4 { border-top-color: var(--c-warn-border); }
.nl2frxy .o7xuz    { border-top-color: #60a5fa; }
.enane .jtm8z { border-left: none; border-radius: 8px; }
.enane .x0wh3     { background: #065f46; }
.enane .tylqlip4 { background: #92400e; }
.enane .o7xuz    { background: #1e3a8a; }
.enane .jtm8z strong,
.enane .jtm8z p { color: #fff; }
.enane .e6g8i::before { color: rgba(255,255,255,0.85) !important; }
.usr7avp.enane .x0wh3,
.usr7avp .enane .x0wh3     { background: #052e16; }
.usr7avp.enane .tylqlip4,
.usr7avp .enane .tylqlip4 { background: #2d0a1e; }
.usr7avp.enane .o7xuz,
.usr7avp .enane .o7xuz    { background: #1e1036; }
.gymizr.enane .x0wh3,
.gymizr .enane .x0wh3      { background: #2d2000; }
.gymizr.enane .tylqlip4,
.gymizr .enane .tylqlip4  { background: #2d0b0b; }
.gymizr.enane .o7xuz,
.gymizr .enane .o7xuz     { background: #2d1600; }
.t9nz.enane .x0wh3,
.t9nz .enane .x0wh3      { background: #0c1a2e; }
.t9nz.enane .tylqlip4,
.t9nz .enane .tylqlip4  { background: #12103a; }
.t9nz.enane .o7xuz,
.t9nz .enane .o7xuz     { background: #0a2020; }
.lwulx .jtm8z { border-left: none; border-radius: 6px; padding: 10px 14px; }
.lwulx .x0wh3     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.lwulx .tylqlip4 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.lwulx .o7xuz    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.lwulx .jtm8z strong { color: var(--text-primary); }
.lwulx .jtm8z p      { color: var(--text-muted); }
.elehw .jtm8z { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.hifp .e6g8i,
.hpmz9fd .e6g8i,
.jaf781 .e6g8i,
.lb49muo .e6g8i { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.hifp .e6g8i::before,
.hpmz9fd .e6g8i::before,
.jaf781 .e6g8i::before,
.lb49muo .e6g8i::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.hifp .x0wh3     .e6g8i::before { content: "✦"; color: var(--c-tip-border); }
.hifp .tylqlip4 .e6g8i::before { content: "▲"; color: var(--c-warn-border); }
.hifp .o7xuz    .e6g8i::before { content: "◉"; color: #60a5fa; }
.hpmz9fd .x0wh3     .e6g8i::before { content: "★"; color: var(--c-tip-border); }
.hpmz9fd .tylqlip4 .e6g8i::before { content: "◆"; color: var(--c-warn-border); }
.hpmz9fd .o7xuz    .e6g8i::before { content: "●"; color: #60a5fa; }
.jaf781 .x0wh3     .e6g8i::before { content: "▶"; color: var(--c-tip-border); }
.jaf781 .tylqlip4 .e6g8i::before { content: "■"; color: var(--c-warn-border); }
.jaf781 .o7xuz    .e6g8i::before { content: "▸"; color: #60a5fa; }
.lb49muo .x0wh3     .e6g8i::before { content: "→"; color: var(--c-tip-border); }
.lb49muo .tylqlip4 .e6g8i::before { content: "⬥"; color: var(--c-warn-border); }
.lb49muo .o7xuz    .e6g8i::before { content: "◈"; color: #60a5fa; }
.ztzvpg8 .o43co .qrgagr,
.ztzvpg8 .x5tl .qrgagr  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ztzvpg8 .v1i7v                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ztzvpg8 .f2ktdl          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ztzvpg8 .ysj8bn44                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lt59 .o43co .qrgagr,
.lt59 .x5tl .qrgagr,
.lt59 .v1i7v,
.lt59 .b8pfp6l,
.lt59 .hwl6xc,
.lt59 .f2ktdl,
.lt59 .ysj8bn44,
.lt59 .elehw .jtm8z { box-shadow: none; }
.z7vx   body, .z7vx   { font-size: 0.9rem; }
.z7vx   .rcsyazjc, .z7vx .p0f5e, .z7vx .mmbfqd,
.z7vx   .gqrtn53, .z7vx .scet5 { font-size: 0.9rem; }
.z7vx   .kprle, .z7vx .gzf9v { font-size: 0.9rem; }
.b869iubu   .rcsyazjc, .b869iubu .p0f5e, .b869iubu .mmbfqd,
.b869iubu   .gqrtn53, .b869iubu .scet5 { font-size: 0.95rem; }
.b869iubu   .kprle, .b869iubu .gzf9v { font-size: 0.95rem; }
.avbf2teg   .rcsyazjc, .avbf2teg .p0f5e, .avbf2teg .mmbfqd,
.avbf2teg   .gqrtn53, .avbf2teg .scet5 { font-size: 1.08rem; }
.avbf2teg   .kprle, .avbf2teg .gzf9v { font-size: 1.05rem; }
.avbf2teg   .f7gb0qx { font-size: 0.97rem; }
.frl9s2 .amiq9      { font-size: 3.2rem; }
.frl9s2 h2.gmb0fr { font-size: 1.9rem; }
.frl9s2 h3.jod3yezj     { font-size: 1.4rem; }
.n5lme7ub .amiq9      { font-size: 3.8rem; }
.n5lme7ub h2.gmb0fr { font-size: 2.2rem; }
.n5lme7ub h3.jod3yezj     { font-size: 1.6rem; }
.b5287 + .b5287 { position: relative; }
.tiin   .b5287 + .b5287::before,
.bbu1cj0f  .b5287 + .b5287::before,
.kmq45i91   .b5287 + .b5287::before,
.mobi4jp   .b5287 + .b5287::before,
.b6lj29   .b5287 + .b5287::before,
.wrbey3 .b5287 + .b5287::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.tiin .b5287 + .b5287::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.bbu1cj0f .b5287 + .b5287::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.kmq45i91 .b5287 + .b5287::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;
}
.mobi4jp .b5287 + .b5287::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.i2hos .b5287 { margin-bottom: 16px; }
.i2hos .b5287 + .b5287 { margin-top: 0; }
.i2hos .gwoj2dzr { padding-top: 0; padding-bottom: 0; }
.b6lj29 .b5287 + .b5287::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.wrbey3 .b5287 + .b5287::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.bnbjnz45 .b5287 + .b5287::before,
.kr2afvjn .b5287 + .b5287::before,
.x0cj3 .b5287 + .b5287::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%;
}
.rqxqaf0q .bnbjnz45 .b5287:nth-child(even)::before,
.rqxqaf0q .kr2afvjn .b5287:nth-child(even)::before,
.rqxqaf0q .x0cj3 .b5287:nth-child(even)::before { background: var(--bg-surface); }
.mfhmra3 .bnbjnz45 .b5287:nth-child(even)::before,
.mfhmra3 .kr2afvjn .b5287:nth-child(even)::before,
.mfhmra3 .x0cj3 .b5287:nth-child(even)::before { background: var(--bg-card); }
.bnbjnz45 .b5287 + .b5287::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");
}
.kr2afvjn .b5287 + .b5287::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");
}
.x0cj3 .b5287 + .b5287::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");
}
.nouuzli .nwgoe,
.e02l4 .nwgoe { padding-bottom: 60px; }
.s1b6 .nwgoe { padding-bottom: 70px; }
.x072bs8 .jgb4h:not(.hc3s) .vexko { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.x072bs8 .hc3s { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.x072bs8 .fzseyl { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.x072bs8 .iz87ak { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.n3twieri .iz87ak { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.uzk7bev .iz87ak { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.dg4e6 .iz87ak { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.defym5b .iz87ak { background: var(--accent-bg); }
.ij4y7 .tf6zdw { float: left; width: 38%; margin: 0 28px 16px 0; }
.ij4y7 .tf6zdw .gsjq5tf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ij4y7 .gwoj2dzr::after { content: ''; display: block; clear: both; }
.n857zkr .tf6zdw { float: right; width: 38%; margin: 0 0 16px 28px; }
.n857zkr .tf6zdw .gsjq5tf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.n857zkr .gwoj2dzr::after { content: ''; display: block; clear: both; }
.u2b94g .b5287:nth-child(odd)  .tf6zdw { float: left;  width: 38%; margin: 0 28px 16px 0; }
.u2b94g .b5287:nth-child(even) .tf6zdw { float: right; width: 38%; margin: 0 0 16px 28px; }
.u2b94g .tf6zdw .gsjq5tf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.u2b94g .gwoj2dzr::after { content: ''; display: block; clear: both; }
.ij4y7 .pa2r6504,
.n857zkr .pa2r6504,
.u2b94g .pa2r6504,
@media (max-width: 900px) {
  .ij4y7 .tf6zdw,
  .n857zkr .tf6zdw,
  .u2b94g .b5287:nth-child(odd)  .tf6zdw,
  .u2b94g .b5287:nth-child(even) .tf6zdw {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ij4y7 .tf6zdw .gsjq5tf,
  .n857zkr .tf6zdw .gsjq5tf,
  .u2b94g .tf6zdw .gsjq5tf {
    max-height: none !important;
  }
}
.ij4y7 .kprle,
.ij4y7 .gzf9v,
.n857zkr .kprle,
.n857zkr .gzf9v,
.u2b94g .kprle,
.u2b94g .gzf9v { overflow: hidden; }
@media (max-width: 640px) {
  .ij4y7 .tf6zdw,
  .n857zkr .tf6zdw,
  .u2b94g .tf6zdw { float: none; width: 100%; margin: 0 0 16px 0; }
}
.klka9e .h7r1a,
.klka9e .gwoj2dzr,
.klka9e .tvgbl  { max-width: 1100px; }
.na2klcw .h7r1a,
.na2klcw .gwoj2dzr,
.na2klcw .tvgbl  { max-width: 1200px; }
.p3rlp3 .h7r1a,
.p3rlp3 .gwoj2dzr,
.p3rlp3 .tvgbl  { max-width: 1320px; }
.p3rlp3 { --content-mw: 1320px; }
.sv0o { font-size: 0.82rem; color: var(--text-muted); }
.p4uaxiji { display: flex; align-items: center; }
.mo6n {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.aw1vo { display: flex; align-items: center; }
.r7vdl3w { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.r7vdl3w:hover { text-decoration: underline; }
.ollxb { margin: 0 3px; opacity: 0.45; }
.ollxb::before { content: '/'; }
.d18nberq { padding: 2px 5px; color: var(--text-main); }
.y10zl95 .sv0o {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.y10zl95 .p4uaxiji { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.c1etnz .sv0o {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.c1etnz .p4uaxiji { padding: 0 0 0 12px; }
.ua96tgk8 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.rikpyz .p4uaxiji { padding: 0 16px; }
.rikpyz .sv0o {
  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);
}
.rikpyz .h7r1a { padding-top: 28px; }
@media (max-width: 720px) {
  .ua96tgk8 { margin-top: 18px; padding: 0 16px; }
  .rikpyz .h7r1a { padding-top: 16px; }
}
.klka9e.y10zl95 .p4uaxiji { max-width: 1100px; }
.na2klcw.y10zl95 .p4uaxiji { max-width: 1200px; }
.p3rlp3.y10zl95 .p4uaxiji { max-width: 1320px; }
.klka9e .ua96tgk8 { max-width: 1100px; }
.na2klcw .ua96tgk8 { max-width: 1200px; }
.p3rlp3 .ua96tgk8 { max-width: 1320px; }
.yjox9yvm .b5287 { padding-top: 16px; padding-bottom: 16px; }
.a1fff7g .b5287 { padding-top: 24px; padding-bottom: 24px; }
.iwkg0wl9 .b5287 { padding-top: 40px; padding-bottom: 40px; }
.ckgwdqc .b5287 { padding-top: 52px; padding-bottom: 52px; }
.cg1d6xv .b5287:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.cg1d6xv .b5287:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.cg1d6xv .b5287:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.cg1d6xv .b5287:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.kqnhr .gwoj2dzr { padding-top: 10px;  padding-bottom: 10px; }
.b5m32m .gwoj2dzr { padding-top: 18px;  padding-bottom: 18px; }
.h2n1zj .gwoj2dzr { padding-top: 36px;  padding-bottom: 36px; }
.hjwkf96 .gwoj2dzr { padding-top: 48px;  padding-bottom: 48px; }
.jof7r94c h2.gmb0fr { font-weight: 600; }
.jof7r94c h3.jod3yezj     { font-weight: 600; }
.e3xd64 h2.gmb0fr { font-weight: 800; }
.e3xd64 h3.jod3yezj     { font-weight: 700; }
.krgm2 { font-weight: 600; }
.krgm2 h2.gmb0fr { font-weight: 900; }
.krgm2 h3.jod3yezj     { font-weight: 800; }
.krgm2 .jtm8z strong,
.krgm2 .jtm8z strong { font-weight: 600; }
.nvhai {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.grkb4z4q .nvhai { display: none; }
@media (max-width: 640px) {
  .ivuw { display: none; }
  .nvhai {
    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;
  }
}
.nvhai { background: var(--cta) !important; color: #fff !important; border: none !important; }
.nvhai:hover { opacity: 0.85; }
.anqmpc6u .nvhai { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ik9e .nvhai,
.ma6rlet  .nvhai { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ik9e .nvhai:hover,
.ma6rlet  .nvhai:hover { opacity: 0.88; }
.anqmpc6u.ik9e .nvhai,
.anqmpc6u.ma6rlet  .nvhai { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.nao98 {
  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;
}
.nao98:hover { transform: translateY(-2px); opacity: 0.92; }
.nao98 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.jukdd .nao98 { display: none; }
.mmxd .nao98 { right: 32px; }
.fv7wrwd  .nao98 { left: 32px; }
@media (max-width: 480px) {
  .mmxd .nao98 { right: 20px; bottom: 20px; }
  .fv7wrwd  .nao98 { left: 20px; bottom: 20px; }
}
.frpbuj { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.tvgbl { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.pk2g71 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.wsrddzar { color: var(--text-dim); font-size: 0.8rem; }
.vfmz { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.vfmz img { height: 26px; width: auto; object-fit: contain; }
.e6liat .tvgbl { text-align: center; }
.e6liat .pk2g71 { margin-top: 0; }
@media (max-width: 640px) {
  .tvgbl { padding-left: 16px; padding-right: 16px; }
  .btuqq .tvgbl { padding: 20px 16px; }
  .wz2vovu { gap: 4px 12px; }
  .pk2g71 { font-size: 0.78rem; }
}
.rhf1wwbp .gmy3g4t .vfmz { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.rhf1wwbp .pk2g71 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.rhf1wwbp .wsrddzar { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .rhf1wwbp .r2rq { grid-template-columns: 1fr 1fr; } .rhf1wwbp .gmy3g4t { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rhf1wwbp .r2rq { grid-template-columns: 1fr; } }
.nsdbqwf7 .c1pmk { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.nsdbqwf7 .vfmz { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.nsdbqwf7 .ithpb { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.nsdbqwf7 .ithpb a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.nsdbqwf7 .ithpb a:hover { color: var(--accent-light); }
.p6tx { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.nsdbqwf7 .vam6l { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.nsdbqwf7 .o6sw { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.nsdbqwf7 .o6sw a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.nsdbqwf7 .o6sw a:hover { color: var(--accent-light); }
.nsdbqwf7 .pk2g71 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .nsdbqwf7 .c1pmk { gap: 12px; } .nsdbqwf7 .vfmz { margin-right: 0; width: 100%; } }
.d0g2 .zrx0xpw .vfmz { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.d0g2 .pk2g71 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.d0g2 .wsrddzar { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .d0g2 .u25joak { grid-template-columns: 1fr 1fr; } .d0g2 .zrx0xpw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .d0g2 .u25joak { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .dfhcl9 .ybbe17hz { grid-template-columns: 1fr 1fr; } .dfhcl9 .yihyk75f:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dfhcl9 .ybbe17hz { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .k794igu .ybbe17hz { grid-template-columns: 1fr; } }
.on2sygv5 .tvgbl { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.kbmtl10f .u7e3a9      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.kbmtl10f .frpbuj { background: var(--bg-page); border-top-color: var(--border-alt); }
.lkgbbb9 .u7e3a9      { background: #0d1117; border-bottom-color: #21262d; }
.lkgbbb9 .fywyglu { color: var(--accent-light); }
.lkgbbb9 .sugfsf40 { --msep-color: #8b949e; }
.lkgbbb9 .sugfsf40 a { color: #8b949e; }
.lkgbbb9 .sugfsf40 a:hover { color: var(--accent-light); }
.lkgbbb9 .cmf73w2 { color: #8b949e; }
.lkgbbb9 .frpbuj { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.lkgbbb9 .pk2g71,
.lkgbbb9 .wsrddzar { color: #6e7681; }
.lkgbbb9 .eh8wh9 a, .lkgbbb9 .ithpb a,
.lkgbbb9 .o6sw a { color: #8b949e; }
.lkgbbb9 .vfmz { color: #e6edf3; }
.lkgbbb9 .eh8wh9 a:hover, .lkgbbb9 .ithpb a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .lkgbbb9 .sugfsf40 { background: #0d1117; border-top-color: #21262d; }
  .lkgbbb9 .sugfsf40 li a { border-bottom-color: #21262d; }
}
.zkzurj0 .u7e3a9      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.zkzurj0 .fywyglu { color: var(--accent-light); }
.zkzurj0 .sugfsf40 { --msep-color: #475569; }
.zkzurj0 .sugfsf40 a { color: #475569; }
.zkzurj0 .sugfsf40 a:hover { color: var(--accent-light); }
.zkzurj0 .cmf73w2 { color: #64748b; }
.zkzurj0 .frpbuj { background: #f0f4f8; border-top-color: #cbd5e1; }
.zkzurj0 .pk2g71,
.zkzurj0 .wsrddzar { color: #64748b; }
.zkzurj0 .eh8wh9 a, .zkzurj0 .ithpb a,
.zkzurj0 .o6sw a, .zkzurj0 .vfmz { color: #374151; }
.zkzurj0 .eh8wh9 a:hover, .zkzurj0 .ithpb a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .zkzurj0 .sugfsf40 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .zkzurj0 .sugfsf40 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ik9e .u7e3a9      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ik9e .fywyglu { color: #fff; }
.ik9e .sugfsf40 { --msep-color: rgba(255,255,255,0.82); }
.ik9e .sugfsf40 a { color: rgba(255,255,255,0.82); }
.ik9e .sugfsf40 a:hover { color: #fff; }
.ik9e .cmf73w2 { color: rgba(255,255,255,0.9); }
.ik9e .frpbuj { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ik9e .pk2g71,
.ik9e .wsrddzar { color: rgba(255,255,255,0.72); }
.ik9e .eh8wh9 a, .ik9e .ithpb a,
.ik9e .o6sw a, .ik9e .vfmz { color: #fff; }
.ik9e .eh8wh9 a:hover, .ik9e .ithpb a:hover { color: #fff; }
@media (max-width: 640px) {
  .ik9e .sugfsf40 { background: var(--accent); border-top-color: var(--accent-light); }
  .ik9e .sugfsf40 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ma6rlet .u7e3a9 {
  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);
}
.ma6rlet .frpbuj {
  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) {
  .ma6rlet .sugfsf40 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.gbrndn15 .jsvc57k { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.qfzkdglk .jsvc57k { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bhiya .jsvc57k { min-height: 72px; height: auto; }
.amn1ez .jsvc57k { min-height: 84px; height: auto; }
.btuqq .jsvc57k { max-width: none; padding: 0 32px; }
.btuqq .tvgbl  { max-width: none; padding: 24px 32px; }
.weovj.na2klcw .jsvc57k { max-width: 1200px; }
.weovj.p3rlp3 .jsvc57k { max-width: 1320px; }
.dwctumo   .fywyglu, .dwctumo   .vfmz { text-transform: capitalize; }
.tngm .fywyglu, .tngm .vfmz { text-transform: lowercase; }
.or78d .fywyglu, .or78d .vfmz { text-transform: uppercase; letter-spacing: 0.06em; }
.flfv, .qlwlo1m {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ujmgf8fe .flfv,
.ujmgf8fe .qlwlo1m { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.rzkgtd5t .flfv,
.rzkgtd5t .qlwlo1m { 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; }
.ptoeb .flfv,
.ptoeb .qlwlo1m { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ay8k4ag .flfv,
.ay8k4ag .qlwlo1m { 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; }
.bi879   .sugfsf40 a { font-weight: 500; }
.an789 .sugfsf40 a { font-weight: 600; }
.lkgeo     .sugfsf40 a { font-weight: 700; }
.atm47ye    .sugfsf40 a { font-weight: 800; letter-spacing: 0.01em; }
.ns87w     .sugfsf40 > li + li::before,
.g9tkw8    .sugfsf40 > li + li::before,
.sgb6    .sugfsf40 > li + li::before,
.igpv .sugfsf40 > li + li::before,
.ktu9l06 .sugfsf40 > li + li::before,
.wyyksa  .sugfsf40 > li + li::before,
.hcyzc    .sugfsf40 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ns87w     .sugfsf40 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.g9tkw8    .sugfsf40 > li + li::before { content: "|"; }
.sgb6    .sugfsf40 > li + li::before { content: "—"; }
.igpv .sugfsf40 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ktu9l06 .sugfsf40 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.wyyksa  .sugfsf40 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.hcyzc    .sugfsf40 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .to26gnu .cmf73w2,
  .f1oz2p .cmf73w2,
  .i6u2u .cmf73w2,
  .c437q7x .cmf73w2,
  .lrl9ol .cmf73w2 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .to26gnu .cmf73w2::before,
  .f1oz2p .cmf73w2::before,
  .i6u2u .cmf73w2::before,
  .c437q7x .cmf73w2::before,
  .lrl9ol .cmf73w2::before { content: ""; display: block; flex-shrink: 0; }

  
  .to26gnu .cmf73w2::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;
  }

  
  .f1oz2p .cmf73w2::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;
  }

  
  .i6u2u .cmf73w2::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;
  }

  
  .c437q7x .cmf73w2::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;
  }

  
  .lrl9ol .cmf73w2::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) {
  .rqoydwv .cmf73w2 {
    padding: 5px 14px;
  }
  .rqoydwv .sugfsf40 {
    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;
  }
  .rqoydwv .sugfsf40 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .rqoydwv .sugfsf40 li a:hover { background: var(--bg-raised); }
  .rqoydwv .cxzj6p,
  .se3d8 .cxzj6p,
  .jiz2af .cxzj6p { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .fdgva .cmf73w2 {
    padding: 5px 10px;
  }
  .fdgva .sugfsf40 {
    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);
  }
  .fdgva .sugfsf40.jcb4jsk { transform: translateX(0); }
  .fdgva .sugfsf40 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .fdgva .sugfsf40 li:last-child a { border-bottom: none; }
  .ik9e .sugfsf40,
  .lkgbbb9 .sugfsf40 { background: var(--accent) !important; }
  .ik9e .sugfsf40 li a,
  .lkgbbb9 .sugfsf40 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .jiz2af .cmf73w2 {
    padding: 5px 10px;
  }
  .jiz2af .sugfsf40 {
    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);
  }
  .jiz2af .sugfsf40::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .jiz2af .sugfsf40.jcb4jsk { transform: translateY(0); }
  .jiz2af .sugfsf40 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .dc43ep .cmf73w2 {
    padding: 5px 10px;
  }
  .dc43ep .sugfsf40 {
    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;
  }
  .dc43ep .sugfsf40.jcb4jsk { opacity: 1; pointer-events: auto; }
  .dc43ep .sugfsf40 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .j9uo     .cmf73w2 { border-radius: 0 !important; }
  .obmy0op   .cmf73w2 { border-radius: 8px !important; }
  .fzmiv4nf .cmf73w2 { border-radius: 50% !important; }
  .kb4279   .cmf73w2 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .jcj3d .naoxs { flex-direction: column; align-items: stretch; }
  .jcj3d .dly1y6a { flex-direction: row; min-width: auto; }
  .jcj3d .eayya60q { align-items: flex-start; text-align: left; }
}
.okgs,
.okgs.b5287,
.rqxqaf0q .okgs,
.nvdggx2x .okgs,
.mfhmra3 .okgs,
.tb67 .okgs {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.blv5r {
  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;
}
.a1pc { flex: 1 1 280px; min-width: 0; }
.lshfr6g {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.k6re8ar {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.y6q25s {
  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;
}
.y6q25s:hover { transform: translateY(-1px); opacity: 0.95; }
.eruz .blv5r {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.eruz .lshfr6g { color: var(--cta); }
.eruz .k6re8ar { color: var(--text-body); }
.eruz .y6q25s {
  background: var(--cta) !important;
  color: #fff !important;
}
.gxhm .blv5r {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.gxhm .lshfr6g { color: var(--text-primary); }
.gxhm .k6re8ar { color: var(--text-body); }
.gxhm .y6q25s {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .blv5r {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .a1pc { flex: 0 0 auto; }
  .lshfr6g { font-size: 1.2rem; }
  .y6q25s { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.kbkmp .ihp05 { height: 36px; }
.evgkf5v .ihp05 { height: 60px; max-width: 200px; }
.r57yeg .ihp05 { height: 56px; max-width: 180px; }
.cs8qr9nq    .myg48jk, .cs8qr9nq    .y67a0xgc { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.v3ovp .ltvde {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .soy52le .oi7fdm {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .soy52le .b8pfp6l {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .soy52le .b8pfp6l { padding: 40px 16px 20px; }
  .soy52le .ltvde {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .soy52le .i8rhy { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .ym2w6rj .b8pfp6l {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ym2w6rj .b8pfp6l::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ym2w6rj .rijd {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ym2w6rj .qd7h { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ym2w6rj .ltvde {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ym2w6rj .i8rhy { width: 100%; min-width: 0; }
  .ym2w6rj .myg48jk { min-width: 0; }
}
.m3jbxhq5 .g16b {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.m3jbxhq5 .g16b summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.m3jbxhq5 .g16b p { padding: 0 2px 16px; }
.mxfxz5qt .g16b { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.mxfxz5qt .g16b summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.mxfxz5qt .g16b summary::after { content: "›"; font-size: 1.2em; }
.mxfxz5qt .g16b[open] summary::after { content: "‹"; }
.mxfxz5qt .g16b p { padding: 10px 22px 4px; }
.xzv1sn7 .g16b {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.xzv1sn7 .g16b summary { color: var(--text-primary); padding-left: 16px; }
.xzv1sn7 .g16b summary::after { content: "›"; font-size: 1.1em; }
.xzv1sn7 .g16b[open] summary::after { content: "‹"; }
.xzv1sn7 .g16b p { padding-left: 16px; }
.a7pv .fmcka { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.a7pv .g16b {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.a7pv .g16b:last-child { border-bottom: none; }
.a7pv .g16b summary { color: var(--text-primary); border-radius: 0; }
.a7pv .g16b summary::after { content: "›"; font-size: 1.1em; }
.a7pv .g16b[open] summary::after { content: "‹"; }
.sd0vds .g16b { overflow: hidden; }
.sd0vds .g16b summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.sd0vds .g16b summary::after { color: rgba(255,255,255,.75); }
.sd0vds .g16b[open] summary { border-radius: 0; }
.tzzgv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.efpkqp {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.hxnxmgu {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.tii7wj { color: var(--text-muted); font-size: 1.05rem; }
.t2hp6h {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.b47ifd { margin-bottom: 20px; }
.ngm7yp {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.rkr40jyu {
  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;
}
.rkr40jyu:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ic9q1 { resize: vertical; min-height: 130px; }
.i2n4fk05 { width: 100%; margin-top: 8px; }
.cs5ejnc {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.x8j0 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.p5qmcb { color: var(--text-muted); line-height: 1.75; }
.zhcg { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.zhcg li { margin-bottom: 6px; }
.pdlfx { max-width: 760px; margin: 0 auto; }
.rqr67 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ksoy { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ksoy:last-child { border-bottom: none; }
.ksoy h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.ksoy p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ja5nxr94 { max-width: 760px; margin: 0 auto; }
.c2g6ev { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.wr34n4w ul.zhcg { margin: 0; }
.hdx1snyj .c2g6ev { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .hdx1snyj { grid-template-columns: 1fr; gap: 10px; } }
.kve0xm { max-width: 640px; margin: 0 auto; text-align: center; }
.sz5mar { margin-bottom: 48px; }
.sz5mar .c2g6ev { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.sz5mar p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.yu2qzdp5 .zhcg { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .urzl0kn { grid-template-columns: 1fr; } }
.r9g11qo ul.zhcg { margin: 0; }
.tso0uwv .zhcg,
.gyr1ju .zhcg,
.vi96 .zhcg,
.ecxki .zhcg {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .msto9 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .f3tbupo { grid-template-columns: 1fr; } .gf0wn { position: static; text-align: center; } }
@media (max-width: 860px) { .d4gum { grid-template-columns: 1fr; } }
.ecxki .zhcg { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .jjg8myl4 { flex-direction: column; text-align: center; } .l5k8j { grid-template-columns: 1fr; } }
.zvy985n .hxnxmgu { color: var(--accent-light); }
.bzu36yp {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.bzu36yp .hxnxmgu { font-size: 2rem; }
.bzu36yp .tii7wj { max-width: 680px; }
.w4ik8y .hxnxmgu { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.w4ik8y .tii7wj  { margin: 0; }
@media (max-width: 640px) { .w4ik8y { flex-direction: column; } }
.bqixi .hxnxmgu { color: var(--accent-light); }
.tt3xkqh8 .hxnxmgu { color: #fff; }
.tt3xkqh8 .tii7wj  { color: rgba(255,255,255,0.85); }
.t2cv65 { max-width: 680px; margin: 0 auto; }
.zgk278ts {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .zgk278ts { grid-template-columns: 1fr; } }
.w4vqpuv .rkr40jyu {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.w4vqpuv .rkr40jyu:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.rkj1o .rkr40jyu { background: var(--bg-raised); border-color: transparent; }
.rkj1o .rkr40jyu:focus { background: var(--bg-card); border-color: var(--accent-light); }
.gnt7m .rkr40jyu { border-radius: 100px; padding: 11px 20px; }
.gnt7m .ic9q1 { border-radius: 14px; }
.v5fc {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.v5fc 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;
}
.v5fc summary::-webkit-details-marker { display: none; }
.v5fc summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.v5fc[open] summary::after { content: "−"; }
.xjsdvr3i {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .fsm1 { grid-template-columns: 1fr; } }
.buv47ey { counter-reset: priv-count; }
.iom3 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.iom3:last-child { border-bottom: none; }
.vcu8 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.iom3 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.iom3 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.gba1h7g { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.gba1h7g li { margin-bottom: 6px; }
.timuzk1{position:relative;overflow:visible}
.hggln .i754{display:block}
.pr8u .iz87ak~.mwvira3,
.pr8u .iz87ak~.mwvira3 .ubo3,
.iz87ak~.mwvira3,.i0qo0~.mwvira3{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}
.iz87ak~.mwvira3 .ubo3{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.djadhsx9 .zdmguiz1{color: var(--accent-light);opacity:1;font-weight:500}
.u9mz1{--date-bg:transparent}
.ec13 .odd6uq43::before{content:""}
.dd42g .avmj{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .avmj{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .potvu{max-width:100%}
}
.n5v6o .f2ktdl{margin:0}
@media (max-width:560px){
  .jffr5cr{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) {
  .bph141qb { padding: 28px 18px 20px; }
  .dgmym { font-size: 1.2rem; }
  .fagzhjm8 { max-width: 220px; max-height: 80px; }
}
.we7xq .j54xn { border-radius: 22px; }
.khwhm .blv5r {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .j54xn { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.app1g {
  margin: 28px 0 24px;
}
.app1g .b5287 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.app1g .gwoj2dzr {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.app1g .blv5r {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .jsvc57k { flex-direction: row-reverse; }
[dir="rtl"] .sugfsf40 { flex-direction: row-reverse; }
[dir="rtl"] .mmxd .nao98 { right: auto; left: 32px; }
[dir="rtl"] .fv7wrwd  .nao98 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .mmxd .nao98 { right: auto; left: 20px; }
  [dir="rtl"] .fv7wrwd  .nao98 { left: auto;  right: 20px; }
}
[dir="rtl"] .ij4y7 .tf6zdw  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .n857zkr .tf6zdw { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .iz87ak,
[dir="rtl"] .d9tyu,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .kprle, [dir="rtl"] .gzf9v { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qkrbv { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .wwm3yb12 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .jtm8z { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .blv5r { direction: rtl; }
[dir="rtl"] .sv0o { direction: rtl; }
[dir="rtl"] .ysj8bn44 { direction: rtl; }
[dir="rtl"] .cv2ua { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .twf7nkq .gzf9v,
[dir="rtl"] .yob6oa .gzf9v,
[dir="rtl"] .sgj26 .gzf9v,
[dir="rtl"] .twtd .gzf9v {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .twf7nkq .gzf9v li::before,
[dir="rtl"] .yob6oa .gzf9v li::before,
[dir="rtl"] .sgj26 .gzf9v li::before,
[dir="rtl"] .twtd .gzf9v li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .iz87ak.yu9mti .nwgoe { align-items: flex-end; text-align: right; }
[dir="rtl"] .iz87ak.xa52urz2 .nwgoe { text-align: center; }
[dir="rtl"] .iz87ak .nwgoe { text-align: right; }
[dir="rtl"] .gwoj2dzr,
[dir="rtl"] .gqrtn53,
[dir="rtl"] .scet5,
[dir="rtl"] .t0pl,
[dir="rtl"] .t2hp6h,
[dir="rtl"] .ngm7yp,
[dir="rtl"] .rkr40jyu,
[dir="rtl"] .ic9q1 { text-align: right; direction: rtl; }
[dir="rtl"] .gnt7m .rkr40jyu,
[dir="rtl"] .w4vqpuv .rkr40jyu { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #61004f;
  --brand:           #61004f;
  --brand-light:     #ec4899;
  --brand-pale:      #ec4899;
  --grad-start:      #000000;
  --grad-end:        #47003a;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #ec4899;
  --cta-light:       #f090bf;
  --cta-hover:       #ef6cad;
  --bg-page:         #170113;
  --bg-surface:      #25031f;
  --bg-card:         #33042b;
  --bg-card-inner:   #420536;
  --bg-raised:       #500642;
  --bg-hover:        #5e074e;
  --border:          #71095d;
  --border-alt:      #8d0b75;
  --border-section:  #71095d;
  --text-primary:    #e8e2e7;
  --text-muted:      #ae9cab;
  --text-body:       #d1c6cf;
  --text-sub:        #ae9cab;
  --text-faint:      #7e6779;
  --text-dim:        #62505e;
  --text-label:      #978093;
  --text-value:      #c5b8c3;
  --accent-bg:       #34092c;
  --accent-bg-light: #500b43;
  --bg-tip:          #162624;
  --bg-warning:      #272115;
  --bg-info:         #161826;
  --bg-pros:         #162624;
  --bg-cons:         #261618;
  --c-pros:          #7af4e9;
  --c-cons:          #e68994;
  --c-pros-label:    #4bf0e2;
  --c-tip-border:    #2aeddd;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7af4e9;
}
:root { --logo-bg-opacity: 73%; }
body, button, input { font-family: "Maven Pro", sans-serif; }
.sxfop .e6g8i { font-size: 0; width: 1.2rem; flex-shrink: 0; }.sxfop .e6g8i::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.sxfop .x0wh3     .e6g8i::before { content: "";  color: var(--c-tip-border); }.sxfop .tylqlip4 .e6g8i::before { content: ""; color: var(--c-warn-border); }.sxfop .o7xuz    .e6g8i::before { content: ""; color: #60a5fa; }.usr7avp .sxfop .x0wh3     .e6g8i::before { color: #10b981; }.usr7avp .sxfop .tylqlip4 .e6g8i::before { color: #f43f5e; }.usr7avp .sxfop .o7xuz    .e6g8i::before { color: #a855f7; }.gymizr  .sxfop .x0wh3     .e6g8i::before { color: #eab308; }.gymizr  .sxfop .tylqlip4 .e6g8i::before { color: #ef4444; }.gymizr  .sxfop .o7xuz    .e6g8i::before { color: #f97316; }.t9nz  .sxfop .x0wh3     .e6g8i::before { color: #38bdf8; }.t9nz  .sxfop .tylqlip4 .e6g8i::before { color: #818cf8; }.t9nz  .sxfop .o7xuz    .e6g8i::before { color: #2dd4bf; }.i1qkzi1 .sxfop .e6g8i::before { color: var(--accent-light) !important; }
.g2udmfv .ruqlh, .g2udmfv .iz87ak { min-height: 520px; }
.ollxb::before { content: '◆'; font-size: 0.5em; }