:root {
  --color-accent: #7a6829;
  --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;
}
.m5oz0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.me5ugp4 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.f3r9w7z {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.n5nlc { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.vnnj4lb1 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.vnnj4lb1 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.vnnj4lb1 a:hover { color: var(--accent-light); }
.k5aue     .fcwnl2x { border-radius: 6px; }
.k5aue .fcwnl2x li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.k5aue .fcwnl2x li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.t14f8f7 .fcwnl2x li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .fcwnl2x {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .g7x1db:hover .fcwnl2x,
  .g7x1db:focus-within .fcwnl2x { display: block; }
  .fcwnl2x li a { padding: 8px 16px; font-size: 0.88rem; }
}
.j8l5pi {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.hz10lb { display: none; }
@media (max-width: 640px) {
  .hz10lb {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .hz10lb.qf1kq5lv { display: block; }
}
@media (max-width: 640px) {
  .j8l5pi { display: block; }
  .vnnj4lb1 > li + li::before { display: none !important; }
  .vnnj4lb1 {
    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;
  }
  .vnnj4lb1.qf1kq5lv { display: flex; }
  .vnnj4lb1 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .vnnj4lb1 li:last-child a { border-bottom: none; }
}
.qcc0zxa { min-height: 480px; }
.tuhck {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.o3lt5zx { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.wcoeai .o3lt5zx { margin-left: 0; margin-right: 0; }
.r18bg5 {
  background: var(--cta); color: var(--cta-fg, #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;
}
.lpekw .r18bg5 { margin-top: 24px; }
.r18bg5:hover { opacity: 0.88; }
.fnw4 .a242mnq {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.fnw4 .tuhck { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.fnw4 .o3lt5zx { color: #e2e8f0; }
.fnw4.dqkh9 .a242mnq { text-align: center; }
.fnw4.wcoeai   .a242mnq { text-align: left; }
.hg9mvyy {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.hg9mvyy .a242mnq {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.hg9mvyy .tuhck { color: var(--text-primary); text-shadow: none; }
.hg9mvyy .o3lt5zx { color: var(--text-muted); }
.hg9mvyy .r18bg5 { margin-top: 16px; }
.hg9mvyy, .hg9mvyy.qcc0zxa { min-height: auto !important; }
.hg9mvyy.dqkh9 .a242mnq { text-align: center; }
.hg9mvyy.wcoeai   .a242mnq { text-align: left; }
.hg9mvyy~.m5h0u{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.hg9mvyy~.m5h0u .zzpoq7lz{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@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); }
}
.r2bx0a8 .fqb5z1pv,
.r2bx0a8 .nig4ra,
.r2bx0a8 .fnw4 .f7uxu {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.fqb5z1pv .tuhck { color: #fff; }
.fqb5z1pv .o3lt5zx { color: rgba(255,255,255,0.85); }
.r2bx0a8 .ova5j {
  animation: hg-fadein 1.2s ease-out both;
}
.ova5j .tuhck { text-shadow: none; color: var(--text-primary); }
.ova5j .o3lt5zx { color: var(--text-muted); }
body.zila .tuhck {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.qm0md9i .tuhck {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qcc0zxa.fqb5z1pv .tuhck,
section.fqb5z1pv .tuhck {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ova5j.wcoeai   .g74icksb { align-items: flex-start; text-align: left; }
.qcc0zxa .ypplcye {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ypplcye .ftseq8j3 {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas:
    "rank"
    "logo"
    "name"
    "rating"
    "bonus"
    "cta" !important;
  row-gap: 10px !important;
  column-gap: 0 !important;
  padding: 16px 18px 18px !important;
  font-size: 0.95rem;
  align-items: center;
  text-align: center;
}
.ypplcye .ftseq8j3::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.ypplcye .ceiiq4h { display: contents !important; }
.ypplcye .ceiiq4h .fijmuloz {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.ypplcye .ceiiq4h .app29j6 { max-height: 48px; max-width: 96px; }
.ypplcye .ceiiq4h .fyh4 {
  display: block !important;
  grid-area: name;
  text-align: center; font-size: 1rem; font-weight: 700;
  line-height: 1.15; min-width: 0; max-width: 100%;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none;
}
.ypplcye .rpc6383 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.ypplcye .cc6gx { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.ypplcye .jncf65 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.ypplcye .jncf65 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.ypplcye .npjns { display: contents !important; }
.ypplcye .npjns .fo9d:not(.pessx) { display: none !important; }
.ypplcye .npjns .pessx {
  grid-area: bonus;
  background: var(--accent-bg, rgba(0,0,0,.04)) !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  flex-direction: column !important; align-items: center; gap: 2px;
  min-width: 0; max-width: 100%; text-align: center;
}
.ypplcye .npjns .pessx .atfawjmd {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ypplcye .npjns .pessx .cgcz1 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.ypplcye .lb7x05 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.ypplcye .lb7x05.vr1oi {
  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;
}
.ypplcye .lb7x05.vr1oi:hover { opacity: 0.85; }
.ypplcye .ftseq8j3,
.ypplcye .ftseq8j3:hover,
.ypplcye .ftseq8j3:nth-child(even),
.ypplcye .ftseq8j3:nth-child(odd),
.ypplcye .ftseq8j3:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.urq3 .a242mnq { padding-bottom: 24px; }
.lpekw .a242mnq { max-width: 1100px; }
@media (max-width: 700px) {
  .ova5j { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ova5j:not(.ignm) .dorqu { display: none !important; }
  .ignm .dorqu { padding: 16px; }
  .g74icksb  { padding: 36px 24px; }
  .ova5j~.m5h0u,.qa68~.m5h0u{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .qcc0zxa, .ova5j { min-height: 320px !important; }
  .tuhck { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .fvu6c,
  .bpmmizwo,
  .zk9q82 { grid-template-columns: 1fr !important; }

  

  
  .urq3 { display: flex !important; flex-direction: column !important; }
  .urq3 .a242mnq { display: contents; }
  .urq3 .f7uxu { order: 0; }
  .urq3 .tuhck { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .urq3 .fvu6c { order: 2; padding: 0 16px 12px !important; }
  .urq3 .o3lt5zx { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .lpekw .a242mnq { display: flex; flex-direction: column; }
  .lpekw .a242mnq .tuhck { order: 1; }
  .lpekw .a242mnq .zk9q82 { order: 2; margin: 8px 0 24px !important; }
  .lpekw .a242mnq .o3lt5zx { order: 3; }
  .lpekw .a242mnq .r18bg5 { order: 4; align-self: center; margin-top: 0; }

  
  .ova5j.ignm {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ova5j.ignm .g74icksb { display: contents; padding: 0; }
  .ova5j.ignm .g74icksb .tuhck { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ova5j.ignm .dorqu { order: 2; padding: 12px 16px; }
  .ova5j.ignm .g74icksb .o3lt5zx { order: 3; padding: 0 24px; margin: 0 auto; }
  .ova5j.ignm .g74icksb .r18bg5 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.umr7 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.dc77sea { width: 100%; height: auto; display: block; border-radius: 10px; }
.qomc .umr7        { border-radius: 16px; }
.qomc .dc77sea  { border-radius: 16px; }
.iiz4 .umr7         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.iiz4 .dc77sea   { border-radius: 8px; }
.hryzt75 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.n2m53k { width: 100%; padding: 32px 0; position: relative; }
.apyt7hv { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ii3re .n2m53k:nth-child(even) { background: var(--bg-surface); }
.ii3re .n2m53k:nth-child(odd)  { background: var(--bg-page); }
.z4kzuhv .n2m53k:nth-child(even) { background: var(--bg-card); }
.z4kzuhv .n2m53k:nth-child(odd)  { background: var(--bg-page); }
.ii3re .n2m53k:nth-child(odd)  .apyt7hv { background: var(--bg-card); border-radius: 6px; }
.ii3re .n2m53k:nth-child(even) .apyt7hv { background: var(--bg-raised); border-radius: 6px; }
.z4kzuhv .n2m53k:nth-child(odd)  .apyt7hv { background: var(--bg-card); border-radius: 6px; }
.z4kzuhv .n2m53k:nth-child(even) .apyt7hv { background: var(--bg-raised); border-radius: 6px; }
.ii3re .n2m53k:nth-child(even) .o4418 .q3njdx8,
.z4kzuhv .n2m53k:nth-child(even) .o4418 .q3njdx8 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ii3re .n2m53k:nth-child(odd) .o4418 .q3njdx8,
.z4kzuhv .n2m53k:nth-child(odd) .o4418 .q3njdx8 { background: var(--bg-card-inner); }
.ii3re .n2m53k:nth-child(even) .yq8qo .q3njdx8:nth-child(odd),
.z4kzuhv .n2m53k:nth-child(even) .yq8qo .q3njdx8:nth-child(odd)  { background: var(--bg-card); }
.ii3re .n2m53k:nth-child(even) .yq8qo .q3njdx8:nth-child(even),
.z4kzuhv .n2m53k:nth-child(even) .yq8qo .q3njdx8:nth-child(even) { background: var(--bg-card-inner); }
h1.xhhq { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.xhhq {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.bvsw9v46 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.n1b9m h2.xhhq {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.qnu1 h2.xhhq {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.h8kotym h2.xhhq {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.b2h0mv h2.xhhq::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.y6g5 h2.xhhq {
  color: var(--text-primary); font-size: 1.7rem;
}
.dmu3tpyj h2.xhhq::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.q1i7 h2.xhhq {
  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;
}
@media (max-width: 640px) { .ipopa { display: none; } }
.m38qyy3 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.anfpg { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.lelz {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.gefdu { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.i9rztxo { padding-left: 20px; }
.i9rztxo li { margin-bottom: 6px; }
.i9rztxo a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.i9rztxo a:hover { color: var(--accent-light); }
.iksn3be .gefdu { display: none; }
.xewz7s43 .gefdu { display: none; }
.xewz7s43 .i9rztxo { padding-left: 0; list-style: none; }
.xewz7s43 .i9rztxo li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.xewz7s43 .i9rztxo a { font-size: 0.92rem; }
.ilw5o .lelz { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ilw5o .gefdu { display: none; }
.ilw5o .i9rztxo { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ilw5o .i9rztxo li { margin-bottom: 0; }
.ilw5o .i9rztxo 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;
}
.ilw5o .i9rztxo a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.wv785mv .lelz { padding: 20px 20px 16px; }
.wv785mv .i9rztxo {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.wv785mv .i9rztxo li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.wv785mv .i9rztxo 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;
}
.wv785mv .i9rztxo 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;
}
.wv785mv .i9rztxo a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.wv785mv .i9rztxo a:focus,
.wv785mv .i9rztxo a:focus-visible,
.wv785mv .i9rztxo a:target { outline: none; }
.wv785mv .i9rztxo li:target a { border-color: var(--border); color: var(--text-muted); }
.nuo58v .lelz { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.nuo58v .gefdu { display: none; }
.nuo58v .i9rztxo { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.nuo58v .i9rztxo li { counter-increment: toc-n; margin-bottom: 0; }
.nuo58v .i9rztxo a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.nuo58v .i9rztxo a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.nuo58v .i9rztxo a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.du1t0zc .lelz { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.du1t0zc .gefdu { display: none; }
.du1t0zc .i9rztxo { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.du1t0zc .i9rztxo li { margin-bottom: 0; }
.du1t0zc .i9rztxo a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.du1t0zc .i9rztxo a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.ya7q1wq .lelz { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ya7q1wq .gefdu { display: none; }
.ya7q1wq .i9rztxo { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ya7q1wq .i9rztxo li { margin-bottom: 0; }
.ya7q1wq .i9rztxo li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ya7q1wq .i9rztxo li:last-child::after { content: ""; margin-right: 0; }
.ya7q1wq .i9rztxo a { font-size: 0.9rem; }
.q3njdx8 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.o4418 .q3njdx8 { background: var(--bg-card); }
.yq8qo .q3njdx8:nth-child(odd)  { background: var(--bg-card); }
.yq8qo .q3njdx8:nth-child(even) { background: var(--bg-raised); }
.f1khyi4o .q3njdx8 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.f1khyi4o .q3njdx8:last-child { border-bottom: none; }
.f1khyi4o h3.bvsw9v46 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.oo4s9i .q3njdx8 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.oo4s9i .q3njdx8 + .q3njdx8 { margin-top: 4px; }
.wm79 .q3njdx8 { background: none; border-radius: 0; padding: 12px 0; }
.wm79 .q3njdx8 + .q3njdx8 { border-top: 1px solid var(--border-section); }
.fc1l { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.hjwiexev { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.cs4ed25 { color: var(--text-body); margin-bottom: 10px; }
.bq1k, .fd5oz7 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.bq1k li, .fd5oz7 li { margin-bottom: 6px; }
.fd5oz7 li { list-style: decimal; }
.rpb65e     .bq1k { list-style-type: "● "; }
.q8cl  .bq1k { list-style-type: "■ "; }
.d3vxgv1m .bq1k { list-style-type: "◆ "; }
.m30x    .bq1k { list-style-type: "★ "; }
.rpb65e     .z4uao { list-style-type: "● "; }
.q8cl  .z4uao { list-style-type: "■ "; }
.d3vxgv1m .z4uao { list-style-type: "◆ "; }
.m30x    .z4uao { list-style-type: "★ "; }
.rpb65e    .bq1k li::marker, .rpb65e    .z4uao li::marker,
.q8cl .bq1k li::marker, .q8cl .z4uao li::marker,
.d3vxgv1m .bq1k li::marker, .d3vxgv1m .z4uao li::marker,
.m30x   .bq1k li::marker, .m30x   .z4uao li::marker {
  color: var(--cta); font-size: 1em;
}
.rpb65e .fd5oz7,
.q8cl .fd5oz7,
.d3vxgv1m .fd5oz7,
.m30x .fd5oz7 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.rpb65e .fd5oz7 li,
.q8cl .fd5oz7 li,
.d3vxgv1m .fd5oz7 li,
.m30x .fd5oz7 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.rpb65e .fd5oz7 li::before,
.q8cl .fd5oz7 li::before,
.d3vxgv1m .fd5oz7 li::before,
.m30x .fd5oz7 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;
}
.rpb65e     .fd5oz7 li::before { border-radius: 50%; }
.q8cl  .fd5oz7 li::before { border-radius: 3px; }
.d3vxgv1m .fd5oz7 li::before { border-radius: 3px; }
.m30x    .fd5oz7 li::before { border-radius: 50%; }
.m796o { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.qeyaz1ly .m796o,
.x7v5s .m796o { background: transparent; border: none; border-radius: 0; }
.j623w { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.j623w th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.j623w td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.j623w tr:hover td { background: var(--bg-hover); }
.a04hp .j623w tbody tr:nth-child(even) td { background: var(--bg-surface); }
.dul9 .j623w { border: 1px solid var(--border-alt); }
.dul9 .j623w th,
.dul9 .j623w td { border: 1px solid var(--border-alt); }
.ceul .j623w th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ceul .j623w td { border-bottom: none; }
.ceul .j623w tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.jb16zfn .j623w th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ocrh .m796o {
  overflow: hidden;
}
.ocrh .j623w th { border-bottom: 1px solid var(--border-alt); }
.ocrh .j623w tr:last-child td { border-bottom: none; }
.lkek { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.rz4pwhi { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.tzype { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.thf1g1s { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ku5p1 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.z4uao { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.z4uao 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%}
.szz49y .thf1g1s { background: transparent; text-align: center; }
.p7hic .tzype {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.oshl048 .tzype {
  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);
}
.crflq0y .rz4pwhi { display: grid; grid-template-columns: auto 1fr; }
.crflq0y .tzype {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.crflq0y .thf1g1s { grid-column: 2; }
.crflq0y .ku5p1,
.crflq0y .z4uao { grid-column: 1 / -1; }
.hqra0r .rz4pwhi { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.hqra0r .tzype {
  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);
}
.hqra0r .thf1g1s { grid-column: 2; }
.hqra0r .ku5p1,
.hqra0r .z4uao { grid-column: 1 / -1; }
.esdb2hf .rz4pwhi { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.esdb2hf .thf1g1s { background: none; color: var(--accent-light); font-weight: 700; }
.jxf6 .rz4pwhi { 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); }
.jxf6 .thf1g1s { background: none; color: var(--accent-light); font-weight: 700; }
.e4ntop4c .rz4pwhi { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.e4ntop4c .rz4pwhi:last-child { border-bottom: none; }
.e4ntop4c .thf1g1s { background: none; color: var(--accent-light); font-weight: 700; }
.kdugn .rz4pwhi { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.kdugn .thf1g1s { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.fxbuv8qi .lkek { counter-reset: card-n; }
.fxbuv8qi .rz4pwhi  { counter-increment: card-n; }
.fxbuv8qi .thf1g1s { display: flex; align-items: center; gap: 10px; }
.fxbuv8qi .thf1g1s::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;
}
.p4gjiqa2 .rz4pwhi { background: var(--bg-surface); border: 1px solid var(--border); }
.p4gjiqa2 .thf1g1s { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.fj4923 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.fj4923         { --cl-hue: var(--accent); }
.mzg0o     { --cl-hue: #16a34a; }
.gdntex { --cl-hue: #ea580c; }
.ynbv    { --cl-hue: #2563eb; }
.mzg0o, .gdntex, .ynbv, .abn5h {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.g42mxpjc { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.g42mxpjc::before { color: var(--cl-hue); }
.fj4923 strong { color: var(--text-primary); font-size: 0.95rem; }
.fj4923 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.cjtczq5 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.q864v, .rl46d4v4 { border-radius: 8px; padding: 14px; }
.q864v { background: var(--bg-pros); }
.rl46d4v4 { background: var(--bg-cons); }
.xedzta { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.q864v .xedzta { color: var(--c-pros-label); }
.rl46d4v4 .xedzta { color: #f87171; }
.q864v ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.rl46d4v4 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dc77sea { width: 100%; height: auto; border-radius: 10px; display: block; }
.vr1oi {
  background: var(--cta); color: var(--cta-fg, #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;
}
.vr1oi:hover { opacity: 0.85; }
.ofn1 .vr1oi  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ofn1 .vr1oi:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.yzs8y .vr1oi  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.yzs8y .vr1oi:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ofn1 .lb7x05.vr1oi, .yzs8y .lb7x05.vr1oi,
.ofn1 .cz906gi4 .vr1oi, .yzs8y .cz906gi4 .vr1oi {
  background: var(--cta); border: none; color: #fff;
}
.ofn1 .lb7x05.vr1oi:hover, .yzs8y .lb7x05.vr1oi:hover,
.ofn1 .cz906gi4 .vr1oi:hover, .yzs8y .cz906gi4 .vr1oi:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.ywzg .r18bg5 { border-radius: 50px; }
.ywzg .vr1oi  { border-radius: 50px; }
.uov05u5 .r18bg5,
.uov05u5 .vr1oi { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.uov05u5 .r18bg5:hover,
.uov05u5 .vr1oi:hover { filter: brightness(1.08); opacity: 1; }
.lt5vf3wz .r18bg5,
.lt5vf3wz .vr1oi { box-shadow: 0 3px 14px -2px var(--cta); }
.lt5vf3wz .r18bg5:hover,
.lt5vf3wz .vr1oi:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.bph60vu .r18bg5,
.bph60vu .vr1oi { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.bph60vu .r18bg5:hover,
.bph60vu .vr1oi:hover { opacity: 1; }
.bph60vu .r18bg5:active,
.bph60vu .vr1oi:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.s3pi18p .r18bg5,
.s3pi18p .vr1oi { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.s3pi18p .r18bg5:hover,
.s3pi18p .vr1oi:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.s3pi18p .r18bg5:active,
.s3pi18p .vr1oi:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.zucs .r18bg5,
.zucs .vr1oi { position: relative; overflow: hidden; }
.zucs .r18bg5::before,
.zucs .vr1oi::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.zucs .r18bg5:hover::before,
.zucs .vr1oi:hover::before { left: 135%; }
.y4ny0 .r18bg5,
.y4ny0 .vr1oi { border-radius: 0; }
.rjt2qj2u .r18bg5 { padding-left: 22px; padding-right: 22px; }
.rjt2qj2u .vr1oi  { padding-left: 12px; padding-right: 12px; }
.asbk9o .r18bg5 { padding-left: 44px; padding-right: 44px; }
.asbk9o .vr1oi  { padding-left: 24px; padding-right: 24px; }
.wt9a12q .r18bg5 { padding-left: 56px; padding-right: 56px; }
.wt9a12q .vr1oi  { padding-left: 32px; padding-right: 32px; }
.yeqx   .r18bg5::after, .yeqx   .vr1oi::after,
.i1453 .r18bg5::after, .i1453 .vr1oi::after,
.ny5nkzcy    .r18bg5::after, .ny5nkzcy    .vr1oi::after,
.r0md    .r18bg5::after, .r0md    .vr1oi::after,
.aa3rk    .r18bg5::after, .aa3rk    .vr1oi::after,
.ujc2     .r18bg5::after, .ujc2     .vr1oi::after,
.aa2mbh4    .r18bg5::after, .aa2mbh4    .vr1oi::after,
.vhnfg5   .r18bg5::after, .vhnfg5   .vr1oi::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;
}
.yeqx .r18bg5::after, .yeqx .vr1oi::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");
}
.i1453 .r18bg5::after, .i1453 .vr1oi::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");
}
.ny5nkzcy .r18bg5::after, .ny5nkzcy .vr1oi::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");
}
.r0md .r18bg5::after, .r0md .vr1oi::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");
}
.aa3rk .r18bg5::after, .aa3rk .vr1oi::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");
}
.ujc2 .r18bg5::after, .ujc2 .vr1oi::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");
}
.aa2mbh4 .r18bg5::after, .aa2mbh4 .vr1oi::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");
}
.vhnfg5 .r18bg5::after, .vhnfg5 .vr1oi::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");
}
.fm1y8   .gyszv::after, .fm1y8   .b128::after,
.uc2m7f52 .gyszv::after, .uc2m7f52 .b128::after,
.rwc8    .gyszv::after, .rwc8    .b128::after,
.fnkyl5v    .gyszv::after, .fnkyl5v    .b128::after,
.ljbc    .gyszv::after, .ljbc    .b128::after,
.muhn9j46     .gyszv::after, .muhn9j46     .b128::after,
.ysiup    .gyszv::after, .ysiup    .b128::after,
.skwog   .gyszv::after, .skwog   .b128::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;
}
.fm1y8 .gyszv::after, .fm1y8 .b128::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");
}
.uc2m7f52 .gyszv::after, .uc2m7f52 .b128::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");
}
.rwc8 .gyszv::after, .rwc8 .b128::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");
}
.fnkyl5v .gyszv::after, .fnkyl5v .b128::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");
}
.ljbc .gyszv::after, .ljbc .b128::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");
}
.muhn9j46 .gyszv::after, .muhn9j46 .b128::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");
}
.ysiup .gyszv::after, .ysiup .b128::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");
}
.skwog .gyszv::after, .skwog .b128::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");
}
.a9yo {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
  overflow-x: clip;
  counter-reset: cs-rank;
}
.ftseq8j3 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 18px 22px;
  display: grid;
  
  grid-template-columns: auto auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  max-width: 100%;
  counter-increment: cs-rank;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.ftseq8j3 > * { min-width: 0; }
.ftseq8j3:hover { background: var(--bg-hover); }
.ftseq8j3 > [itemprop="item"] { display: contents; }
.ftseq8j3 [itemprop="itemReviewed"],
.ftseq8j3 [itemprop="reviewRating"] { display: none; }
.ftseq8j3::before {
  content: counter(cs-rank);
  grid-column: 1;
  font-size: 1.4rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; width: 28px; text-align: center;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.ceiiq4h {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.fijmuloz {
  background: var(--accent-bg);
  border-radius: 10px; padding: 6px 10px;
  display: flex; align-items: center; justify-content: center;
  width: 130px; height: 64px; flex-shrink: 0;
}
.app29j6 { max-height: 52px; max-width: 110px; object-fit: contain; }
.fyh4 {
  font-weight: 700; font-size: 1rem;
  color: var(--text-primary); line-height: 1.2;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; hyphens: auto;
}
.o5owrnnd .fijmuloz    { background: #1a1a1a; }
.d1m63 .fijmuloz   { background: rgba(128,128,128,.12); }
.y9xb0rm .fijmuloz { background: var(--bg-raised); }
.b2a78kdh .fijmuloz    { background: transparent; padding: 0; }
.rpc6383 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.cc6gx { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.jncf65 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.npjns {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.fo9d {
  background: var(--accent-bg, rgba(0,0,0,.04));
  border-radius: 10px;
  padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; min-width: 0;
  text-align: center; line-height: 1.25;
}
.atfawjmd {
  
  color: var(--text-muted);
  opacity: 0.65;
  font-size: .72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.cgcz1 {
  
  color: var(--accent);
  font-weight: 800; font-size: 1rem; line-height: 1.25;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; word-break: break-word;
}
.lb7x05 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.lb7x05.vr1oi {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ftseq8j3 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ftseq8j3::before    { grid-area: rank;   }
  .ceiiq4h           { grid-area: ident;  }
  .rpc6383     { grid-area: rating; min-width: 0; width: auto; }
  .npjns           { grid-area: pills;  }
  .lb7x05             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ftseq8j3 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ftseq8j3::before    { justify-self: center; }
  .ceiiq4h           { width: 100%; }
  .rpc6383     { justify-self: center; }
  .npjns           { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .j6pyf30 { padding: 10px 16px; gap: 6px 16px; } }
.cz906gi4 .vr1oi { white-space: nowrap; }
@media (max-width: 560px) {
  .iwq9cajz { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .x7wf2 { order: 1; }
  .cz906gi4 { order: 2; margin-left: auto; align-self: center; }
  .uvvj { order: 3; flex: 1 1 100%; min-width: 0; }
}
@media (min-width: 860px) {
  .wibzehz .bkp8e3 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .wibzehz .hcr8 { margin: 0; }
}
.ppqfal .hcr8 { border-top: 4px solid var(--accent); }
.ppqfal .iwq9cajz { background: var(--bg-card); }
.x7v5s .cjtczq5 { gap: 10px; }
.x7v5s .q864v, .x7v5s .rl46d4v4 { padding: 12px; }
.x7v5s .q864v ul, .x7v5s .rl46d4v4 ul { margin: 4px 0 0; padding-left: 18px; }
.x7v5s .q864v li, .x7v5s .rl46d4v4 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .xapmlt { grid-template-columns: 1fr; }
  .o3a0 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .o3a0 .cxxzbt { width: 72px; height: 50px; }
  .o3a0 .ho0qtl { max-width: 180px; }
  .o3a0 .hthq { width: auto; }
}
@media (max-width: 720px) {
  .kc33f { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .jvb8n { padding: 16px; }
  .wwxhkqg .pjggwq1 { min-width: 50%; }
}
.s58tkdq .cjtczq5 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .g1wrtr { grid-template-columns: 1fr; }
  .ncbpe45k { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .p7g8ad { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .j2uk { flex-wrap: wrap; padding: 16px; }
}
.qxvis .cjtczq5 { gap: 8px; }
.qxvis .q864v, .qxvis .rl46d4v4 { padding: 8px; }
@media (max-width: 480px) {
  .pcag4 { flex-direction: column; align-items: stretch; }
}
.a5b1 .hthq .vr1oi { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .zpo2 { flex-direction: column; align-items: stretch; gap: 10px; }
  .a5b1 .hthq { text-align: center; }
}
@media (max-width: 720px) {
  .xruhbja5 { grid-template-columns: 1fr; }
  .wc99 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ct7vya { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .tcr7us { grid-template-columns: 1fr; }
  .iaqmnk { width: 100px; height: 100px; margin: 16px auto; }
  .u0b7c5v { font-size: 1.4rem; }
  .h3vtmgm { justify-content: center; }
  .ajppzg .pjggwq1 { min-width: 50%; }
}
.rrvi .cjtczq5 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .fqpa { flex-wrap: wrap; padding: 14px 16px; }
  .dc5tnr { padding: 12px 16px; }
  .rrvi .cjtczq5 { margin: 0 16px; }
  .rrvi .bhp31f { padding: 0 16px; }
  .x406243 { padding: 12px 16px; }
}
.a9aqm .ftseq8j3 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.a9aqm .ftseq8j3:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.gou9s .a9yo { gap: 18px; }
.gou9s .ftseq8j3 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.gou9s .ftseq8j3:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.qmztp .a9yo {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.qmztp .ftseq8j3 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.qmztp .ftseq8j3:last-child { border-bottom: none; }
.qmztp .ceiiq4h,
.qmztp .rpc6383,
.qmztp .npjns {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.ajoz92 .a9yo { gap: 0; }
.ajoz92 .ftseq8j3 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.ajoz92 .ftseq8j3:last-child { border-bottom: none; }
.ajoz92 .ftseq8j3:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.ajoz92 .ftseq8j3:nth-child(even):hover { background: var(--bg-hover); }
.g5gfrn .ftseq8j3 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.qogu .npjns .fo9d {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.qogu .npjns .fo9d:first-child { border-left: none; }
.tuav .npjns .fo9d {
  background: transparent; padding: 4px 8px;
}
.tuav .npjns .atfawjmd { font-size: .65rem; opacity: .65; }
.tuav .npjns .cgcz1   { font-size: 1.15rem; color: var(--accent-light); }
.usf4m809 .npjns .fo9d {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.jncf65 { display: none; }
.b1x3 .cc6gx { font-size: 1rem; letter-spacing: 2px; }
.yq9s04 .cc6gx {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.avqf5 .cc6gx,
.dagvj .cc6gx,
.mmju .cc6gx { display: none; }
.avqf5 .jncf65,
.dagvj .jncf65,
.mmju .jncf65 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.avqf5 .jncf65 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.avqf5 .jncf65 small { display: none; }
.dagvj .jncf65 {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.dagvj .jncf65 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.mmju .jncf65 {
  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;
}
.mmju .jncf65 small { display: none; }
.dagvj .srre .npol,
.dagvj .srre strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.dagvj .tmi3xhph,
.dagvj .em4sf { font-size: 1em; }
.zsdrw { margin: 16px 0; }
.uit3c { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.uit3c summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.uit3c summary::after { content: "+"; color: var(--accent-light); }
.uit3c[open] summary::after { content: "−"; }
.uit3c p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.n2m53k { margin-bottom: 0; }
.q5cw200 h2.xhhq { color: var(--text-primary); border-color: var(--accent-light); }
.st57c1 h2.xhhq { color: var(--text-primary); border-color: var(--accent-light); }
.sq4cwnw .mzg0o     { background: #052e16; border-color: #10b981; }
.sq4cwnw .gdntex { background: #2d0a1e; border-color: #f43f5e; }
.sq4cwnw .ynbv    { background: #1e1036; border-color: #a855f7; }
.sq4cwnw .fj4923 strong  { color: #f1f5f9; }
.sq4cwnw .fj4923 p       { color: #cbd5e1; }
.sq4cwnw .uz8mblq    .mzg0o     .g42mxpjc::before,
.sq4cwnw .rvnb  .mzg0o     .g42mxpjc::before,
.sq4cwnw .u9qx  .mzg0o     .g42mxpjc::before,
.sq4cwnw .uxffpge9 .mzg0o     .g42mxpjc::before { color: #10b981; }
.sq4cwnw .uz8mblq    .gdntex .g42mxpjc::before,
.sq4cwnw .rvnb  .gdntex .g42mxpjc::before,
.sq4cwnw .u9qx  .gdntex .g42mxpjc::before,
.sq4cwnw .uxffpge9 .gdntex .g42mxpjc::before { color: #f43f5e; }
.sq4cwnw .uz8mblq    .ynbv    .g42mxpjc::before,
.sq4cwnw .rvnb  .ynbv    .g42mxpjc::before,
.sq4cwnw .u9qx  .ynbv    .g42mxpjc::before,
.sq4cwnw .uxffpge9 .ynbv    .g42mxpjc::before { color: #a855f7; }
.v9ab .mzg0o     { background: #2d2000; border-color: #eab308; }
.v9ab .gdntex { background: #2d0b0b; border-color: #ef4444; }
.v9ab .ynbv    { background: #2d1600; border-color: #f97316; }
.v9ab .fj4923 strong  { color: #f1f5f9; }
.v9ab .fj4923 p       { color: #cbd5e1; }
.v9ab .uz8mblq    .mzg0o     .g42mxpjc::before,
.v9ab .rvnb  .mzg0o     .g42mxpjc::before,
.v9ab .u9qx  .mzg0o     .g42mxpjc::before,
.v9ab .uxffpge9 .mzg0o     .g42mxpjc::before { color: #eab308; }
.v9ab .uz8mblq    .gdntex .g42mxpjc::before,
.v9ab .rvnb  .gdntex .g42mxpjc::before,
.v9ab .u9qx  .gdntex .g42mxpjc::before,
.v9ab .uxffpge9 .gdntex .g42mxpjc::before { color: #ef4444; }
.v9ab .uz8mblq    .ynbv    .g42mxpjc::before,
.v9ab .rvnb  .ynbv    .g42mxpjc::before,
.v9ab .u9qx  .ynbv    .g42mxpjc::before,
.v9ab .uxffpge9 .ynbv    .g42mxpjc::before { color: #f97316; }
.ptd40s .mzg0o     { background: #0c1a2e; border-color: #38bdf8; }
.ptd40s .gdntex { background: #12103a; border-color: #818cf8; }
.ptd40s .ynbv    { background: #0a2020; border-color: #2dd4bf; }
.ptd40s .fj4923 strong  { color: #f1f5f9; }
.ptd40s .fj4923 p       { color: #cbd5e1; }
.ptd40s .uz8mblq    .mzg0o     .g42mxpjc::before,
.ptd40s .rvnb  .mzg0o     .g42mxpjc::before,
.ptd40s .u9qx  .mzg0o     .g42mxpjc::before,
.ptd40s .uxffpge9 .mzg0o     .g42mxpjc::before { color: #38bdf8; }
.ptd40s .uz8mblq    .gdntex .g42mxpjc::before,
.ptd40s .rvnb  .gdntex .g42mxpjc::before,
.ptd40s .u9qx  .gdntex .g42mxpjc::before,
.ptd40s .uxffpge9 .gdntex .g42mxpjc::before { color: #818cf8; }
.ptd40s .uz8mblq    .ynbv    .g42mxpjc::before,
.ptd40s .rvnb  .ynbv    .g42mxpjc::before,
.ptd40s .u9qx  .ynbv    .g42mxpjc::before,
.ptd40s .uxffpge9 .ynbv    .g42mxpjc::before { color: #2dd4bf; }
.nfi7xac::before,
.t1rfw::before { margin-right: 5px; }
.mzsdodei .q864v ul li,
.mzsdodei .gdua li         { color: #4ade80; }
.mzsdodei .q864v .nfi7xac { color: #22c55e; }
.mzsdodei .rl46d4v4 ul li,
.mzsdodei .oevk5 li         { color: #f87171; }
.mzsdodei .rl46d4v4 .t1rfw { color: #ef4444; }
.t3w4 .q864v { background: var(--bg-pros); }
.t3w4 .rl46d4v4 { background: var(--bg-cons); }
.t3w4 .q864v .nfi7xac { color: var(--c-pros-label); }
.t3w4 .rl46d4v4 .t1rfw { color: var(--c-cons); }
.t3w4 .q864v ul li,
.t3w4 .rl46d4v4 ul li,
.fj1jg6ff .q864v { background: var(--bg-pros); }
.fj1jg6ff .rl46d4v4 { background: var(--bg-cons); }
.fj1jg6ff .q864v .nfi7xac { color: var(--c-pros-label); }
.fj1jg6ff .rl46d4v4 .t1rfw { color: var(--c-cons); }
.fj1jg6ff .q864v ul li,
.fj1jg6ff .rl46d4v4 ul li,
.i4ez4m .nfi7xac::before { content: "✓ "; }
.i4ez4m .t1rfw::before { content: "✗ "; }
.uqb0r8 .nfi7xac::before { content: "→ "; }
.uqb0r8 .t1rfw::before { content: "← "; }
.j9nmid .nfi7xac::before { content: "★ "; }
.j9nmid .t1rfw::before { content: "✕ "; }
.j9xyf0to .nfi7xac::before { content: "◆ "; }
.j9xyf0to .t1rfw::before { content: "▲ "; }
.ebbggyhq .fj4923 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.ebbggyhq .fj4923 strong { color: var(--text-primary); }
.ebbggyhq .fj4923 p      { color: var(--text-muted); }
.k74ibt .fj4923 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.yek8 .fj4923 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.yek8 .fj4923 strong,
.yek8 .fj4923 p { color: #fff; }
.yek8 .g42mxpjc::before { color: rgba(255,255,255,0.9) !important; }
.trqaoegm .fj4923 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.trqaoegm .fj4923 strong { color: var(--text-primary); }
.trqaoegm .fj4923 p      { color: var(--text-muted); }
.rwa9 .fj4923 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.uz8mblq .g42mxpjc,
.rvnb .g42mxpjc,
.u9qx .g42mxpjc,
.uxffpge9 .g42mxpjc { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.uz8mblq .g42mxpjc::before,
.rvnb .g42mxpjc::before,
.u9qx .g42mxpjc::before,
.uxffpge9 .g42mxpjc::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.uz8mblq .mzg0o     .g42mxpjc::before { content: "✦"; color: var(--c-tip-border); }
.uz8mblq .gdntex .g42mxpjc::before { content: "▲"; color: var(--c-warn-border); }
.uz8mblq .ynbv    .g42mxpjc::before { content: "◉"; color: #60a5fa; }
.rvnb .mzg0o     .g42mxpjc::before { content: "★"; color: var(--c-tip-border); }
.rvnb .gdntex .g42mxpjc::before { content: "◆"; color: var(--c-warn-border); }
.rvnb .ynbv    .g42mxpjc::before { content: "●"; color: #60a5fa; }
.u9qx .mzg0o     .g42mxpjc::before { content: "▶"; color: var(--c-tip-border); }
.u9qx .gdntex .g42mxpjc::before { content: "■"; color: var(--c-warn-border); }
.u9qx .ynbv    .g42mxpjc::before { content: "▸"; color: #60a5fa; }
.uxffpge9 .mzg0o     .g42mxpjc::before { content: "→"; color: var(--c-tip-border); }
.uxffpge9 .gdntex .g42mxpjc::before { content: "⬥"; color: var(--c-warn-border); }
.uxffpge9 .ynbv    .g42mxpjc::before { content: "◈"; color: #60a5fa; }
.vityx .o4418 .q3njdx8,
.vityx .yq8qo .q3njdx8  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.vityx .rz4pwhi                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.vityx .ftseq8j3                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.vityx .m796o          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.vityx .lelz                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.l1e9g30 .o4418 .q3njdx8,
.l1e9g30 .yq8qo .q3njdx8,
.l1e9g30 .rz4pwhi,
.l1e9g30 .ftseq8j3,
.l1e9g30 .hcr8,
.l1e9g30 .m796o,
.l1e9g30 .lelz,
.l1e9g30 .rwa9 .fj4923 { box-shadow: none; }
.xtkp2wta   .cs4ed25, .xtkp2wta .fc1l, .xtkp2wta .hjwiexev,
.xtkp2wta   .m38qyy3, .xtkp2wta .anfpg { font-size: 0.9rem; }
.xtkp2wta   .bq1k, .xtkp2wta .fd5oz7 { font-size: 0.9rem; }
.vcma   .cs4ed25, .vcma .fc1l, .vcma .hjwiexev,
.vcma   .m38qyy3, .vcma .anfpg { font-size: 0.95rem; }
.vcma   .bq1k, .vcma .fd5oz7 { font-size: 0.95rem; }
.ij7e   .cs4ed25, .ij7e .fc1l, .ij7e .hjwiexev,
.ij7e   .m38qyy3, .ij7e .anfpg { font-size: 1.08rem; }
.ij7e   .bq1k, .ij7e .fd5oz7 { font-size: 1.05rem; }
.ij7e   .j623w { font-size: 0.97rem; }
.r59k .tuhck      { font-size: 3.2rem; }
.r59k h2.xhhq { font-size: 1.9rem; }
.r59k h3.bvsw9v46     { font-size: 1.4rem; }
.ohqlbn4n .tuhck      { font-size: 3.8rem; }
.ohqlbn4n h2.xhhq { font-size: 2.2rem; }
.ohqlbn4n h3.bvsw9v46     { font-size: 1.6rem; }
.n2m53k + .n2m53k { position: relative; }
.d1g8rih   .n2m53k + .n2m53k::before,
.m5c7wo  .n2m53k + .n2m53k::before,
.kpss1rw   .n2m53k + .n2m53k::before,
.u0i3t0k3   .n2m53k + .n2m53k::before,
.fqege8   .n2m53k + .n2m53k::before,
.vhirih0e .n2m53k + .n2m53k::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.d1g8rih .n2m53k + .n2m53k::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.m5c7wo .n2m53k + .n2m53k::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.kpss1rw .n2m53k + .n2m53k::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;
}
.u0i3t0k3 .n2m53k + .n2m53k::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.nwx7k .n2m53k { margin-bottom: 16px; }
.nwx7k .n2m53k + .n2m53k { margin-top: 0; }
.nwx7k .apyt7hv { padding-top: 0; padding-bottom: 0; }
.fqege8 .n2m53k + .n2m53k::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.vhirih0e .n2m53k + .n2m53k::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.a1vw2c .n2m53k + .n2m53k::before,
.q4w2n6r5 .n2m53k + .n2m53k::before,
.md0vkcu .n2m53k + .n2m53k::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%;
}
.ii3re .a1vw2c .n2m53k:nth-child(even)::before,
.ii3re .q4w2n6r5 .n2m53k:nth-child(even)::before,
.ii3re .md0vkcu .n2m53k:nth-child(even)::before { background: var(--bg-surface); }
.z4kzuhv .a1vw2c .n2m53k:nth-child(even)::before,
.z4kzuhv .q4w2n6r5 .n2m53k:nth-child(even)::before,
.z4kzuhv .md0vkcu .n2m53k:nth-child(even)::before { background: var(--bg-card); }
.a1vw2c .n2m53k + .n2m53k::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");
}
.q4w2n6r5 .n2m53k + .n2m53k::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");
}
.md0vkcu .n2m53k + .n2m53k::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");
}
.qxdb .fnw4 { overflow: hidden; }
.f073qq .a242mnq,
.mfmfk3qb .a242mnq { margin-bottom: 60px; }
.qxdb .a242mnq { margin-bottom: 70px; }
.qxdb .g74icksb { padding-bottom: 70px; }
.qxdb .fnw4::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.qxdb .fnw4::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.hgrd  .fnw4:not(.fqb5z1pv) .f7uxu { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.hgrd .fqb5z1pv { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.hgrd .nig4ra { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.hgrd .ova5j { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.q5nedk .umr7 { float: left; width: 38%; margin: 0 28px 16px 0; }
.q5nedk .umr7 .dc77sea { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.q5nedk .apyt7hv::after { content: ''; display: block; clear: both; }
.h01j .umr7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.h01j .umr7 .dc77sea { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.h01j .apyt7hv::after { content: ''; display: block; clear: both; }
.m00mp .n2m53k:nth-child(odd)  .umr7 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.m00mp .n2m53k:nth-child(even) .umr7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.m00mp .umr7 .dc77sea { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.m00mp .apyt7hv::after { content: ''; display: block; clear: both; }
.q5nedk .lkek,
.q5nedk .a9yo,
.h01j .lkek,
.h01j .a9yo,
.m00mp .lkek,
.m00mp .a9yo { clear: both; }
@media (max-width: 900px) {
  .q5nedk .umr7,
  .h01j .umr7,
  .m00mp .n2m53k:nth-child(odd)  .umr7,
  .m00mp .n2m53k:nth-child(even) .umr7 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .q5nedk .umr7 .dc77sea,
  .h01j .umr7 .dc77sea,
  .m00mp .umr7 .dc77sea {
    max-height: none !important;
  }
}
.q5nedk .bq1k,
.q5nedk .fd5oz7,
.h01j .bq1k,
.h01j .fd5oz7,
.m00mp .bq1k,
.m00mp .fd5oz7 { overflow: hidden; }
@media (max-width: 640px) {
  .q5nedk .umr7,
  .h01j .umr7,
  .m00mp .umr7 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.wq476aut .hryzt75,
.wq476aut .apyt7hv,
.wq476aut .zd9x  { max-width: 1100px; }
.bpgtk .hryzt75,
.bpgtk .apyt7hv,
.bpgtk .zd9x  { max-width: 1200px; }
.l2cu .hryzt75,
.l2cu .apyt7hv,
.l2cu .zd9x  { max-width: 1320px; }
.l2cu { --content-mw: 1320px; }
.ij7qgs { font-size: 0.82rem; color: var(--text-muted); }
.tmyo6y { display: flex; align-items: center; }
.op48u {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.umh72 { display: flex; align-items: center; }
.hvz3qc { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.hvz3qc:hover { text-decoration: underline; }
.r68v09x { margin: 0 3px; opacity: 0.45; }
.r68v09x::before { content: '/'; }
.rxtl60 { padding: 2px 5px; color: var(--text-main); }
.vp37mg .ij7qgs {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.vp37mg .tmyo6y { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.q3k6h3bi .ij7qgs {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.q3k6h3bi .tmyo6y { padding: 0 0 0 12px; }
.m0690 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.zyyar5 .tmyo6y { padding: 0 16px; }
.zyyar5 .ij7qgs {
  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);
}
.zyyar5 .hryzt75 { padding-top: 28px; }
@media (max-width: 720px) {
  .m0690 { margin-top: 18px; padding: 0 16px; }
  .zyyar5 .hryzt75 { padding-top: 16px; }
}
.wq476aut.vp37mg .tmyo6y { max-width: 1100px; }
.bpgtk.vp37mg .tmyo6y { max-width: 1200px; }
.l2cu.vp37mg .tmyo6y { max-width: 1320px; }
.wq476aut .m0690 { max-width: 1100px; }
.bpgtk .m0690 { max-width: 1200px; }
.l2cu .m0690 { max-width: 1320px; }
.we6t2vk .n2m53k { padding-top: 16px; padding-bottom: 16px; }
.b2ews .n2m53k { padding-top: 24px; padding-bottom: 24px; }
.zean4tzg .n2m53k { padding-top: 40px; padding-bottom: 40px; }
.mpl4s9q .n2m53k { padding-top: 52px; padding-bottom: 52px; }
.bm74c3 .n2m53k:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.bm74c3 .n2m53k:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.bm74c3 .n2m53k:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.bm74c3 .n2m53k:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.nydq6ut .apyt7hv { padding-top: 10px;  padding-bottom: 10px; }
.me9u .apyt7hv { padding-top: 18px;  padding-bottom: 18px; }
.ybbxd .apyt7hv { padding-top: 36px;  padding-bottom: 36px; }
.zoqs .apyt7hv { padding-top: 48px;  padding-bottom: 48px; }
.vcf9fn h2.xhhq { font-weight: 600; }
.vcf9fn h3.bvsw9v46     { font-weight: 600; }
.teyrl37 h2.xhhq { font-weight: 800; }
.teyrl37 h3.bvsw9v46     { font-weight: 700; }
.be84 h2.xhhq { font-weight: 900; }
.be84 h3.bvsw9v46     { font-weight: 800; }
.be84 .fj4923 strong,
.be84 .fj4923 strong { font-weight: 600; }
.gyszv {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.e0nyh .gyszv { display: none; }
@media (max-width: 640px) {
  .gyszv { display: none !important; }
}
.gyszv { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gyszv:hover { opacity: 0.85; }
.c65v1 .gyszv { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.xrj0fakh  .b128 { left: 32px; }
@media (max-width: 480px) {
  .kl0q9 .b128 { right: 20px; bottom: 20px; }
  .xrj0fakh  .b128 { left: 20px; bottom: 20px; }
}
.nwhw0j { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.zd9x { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.n56y7 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.k7t5 { color: var(--text-dim); font-size: 0.8rem; }
.dhd97p a, .g9mp a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.dhd97p a:hover, .g9mp a:hover { color: var(--accent-light); }
.g9mp { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.dk30 .zd9x { text-align: center; }
.dk30 .g9mp { justify-content: center; margin-bottom: 16px; }
.dk30 .n56y7 { margin-top: 0; }
.nm9ln { margin-top: 10px; }
.nm9ln a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .zd9x { padding-left: 16px; padding-right: 16px; }
  .h6enai .zd9x { padding: 20px 16px; }
  .g9mp { gap: 4px 12px; }
  .n56y7 { font-size: 0.78rem; }
}
.b2x2 .n56y7 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.b2x2 .k7t5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .b2x2 .xsa1ow { grid-template-columns: 1fr 1fr; } .b2x2 .jy9tqt5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .b2x2 .xsa1ow { grid-template-columns: 1fr; } }
.mhehb .n56y7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .mhehb .f76s1t { gap: 12px; } .mhehb .m3zz { margin-right: 0; width: 100%; } }
.odylvco .n56y7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.odylvco .k7t5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .odylvco .jdlfl6yd { grid-template-columns: 1fr 1fr; } .odylvco .wg2h { grid-column: 1 / -1; } }
@media (max-width: 480px) { .odylvco .jdlfl6yd { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .bqslf9 .viiyevic { grid-template-columns: 1fr 1fr; } .bqslf9 .cbvj4hb:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bqslf9 .viiyevic { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .j3icmt .viiyevic { grid-template-columns: 1fr; } }
.m7pfvx .zd9x { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.m7pfvx .g9mp { justify-content: center; }
.hb5t .m5oz0      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.hb5t .nwhw0j { background: var(--bg-page); border-top-color: var(--border-alt); }
.lhhhu .m5oz0      { background: #0d1117; border-bottom-color: #21262d; }
.lhhhu .f3r9w7z { color: var(--accent-light); }
.lhhhu .vnnj4lb1 { --msep-color: #8b949e; }
.lhhhu .vnnj4lb1 a { color: #8b949e; }
.lhhhu .vnnj4lb1 a:hover { color: var(--accent-light); }
.lhhhu .j8l5pi { color: #8b949e; }
.lhhhu .nwhw0j { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.lhhhu .n56y7,
.lhhhu .k7t5 { color: #6e7681; }
.lhhhu .dhd97p a, .lhhhu .g9mp a,
.lhhhu .dhd97p a:hover, .lhhhu .g9mp a:hover,
@media (max-width: 640px) {
  .lhhhu .vnnj4lb1 { background: #0d1117; border-top-color: #21262d; }
  .lhhhu .vnnj4lb1 li a { border-bottom-color: #21262d; }
}
.pb3io1og .m5oz0      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.pb3io1og .f3r9w7z { color: var(--accent-light); }
.pb3io1og .vnnj4lb1 { --msep-color: #475569; }
.pb3io1og .vnnj4lb1 a { color: #475569; }
.pb3io1og .vnnj4lb1 a:hover { color: var(--accent-light); }
.pb3io1og .j8l5pi { color: #64748b; }
.pb3io1og .nwhw0j { background: #f0f4f8; border-top-color: #cbd5e1; }
.pb3io1og .n56y7,
.pb3io1og .k7t5 { color: #64748b; }
.pb3io1og .dhd97p a, .pb3io1og .g9mp a,
.pb3io1og .dhd97p a:hover, .pb3io1og .g9mp a:hover,
@media (max-width: 640px) {
  .pb3io1og .vnnj4lb1 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .pb3io1og .vnnj4lb1 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.zlrlu .m5oz0      { background: var(--accent); border-bottom-color: var(--accent-light); }
.zlrlu .f3r9w7z { color: #fff; }
.zlrlu .vnnj4lb1 { --msep-color: rgba(255,255,255,0.82); }
.zlrlu .vnnj4lb1 a { color: rgba(255,255,255,0.82); }
.zlrlu .vnnj4lb1 a:hover { color: #fff; }
.zlrlu .j8l5pi { color: rgba(255,255,255,0.9); }
.zlrlu .nwhw0j { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.zlrlu .n56y7,
.zlrlu .k7t5 { color: rgba(255,255,255,0.72); }
.zlrlu .dhd97p a, .zlrlu .g9mp a,
.zlrlu .dhd97p a:hover, .zlrlu .g9mp a:hover,
@media (max-width: 640px) {
  .zlrlu .vnnj4lb1 { background: var(--accent); border-top-color: var(--accent-light); }
  .zlrlu .vnnj4lb1 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.afwo1kp .m5oz0 {
  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);
}
.afwo1kp .nwhw0j {
  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) {
  .afwo1kp .vnnj4lb1 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ixalco .me5ugp4 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.s6b4pmn .me5ugp4 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ueauc4 .me5ugp4 { min-height: 72px; height: auto; }
.zea7ssij .me5ugp4 { min-height: 84px; height: auto; }
.h6enai .me5ugp4 { max-width: none; padding: 0 32px; }
.h6enai .zd9x  { max-width: none; padding: 24px 32px; }
.nmai0ck1.bpgtk .me5ugp4 { max-width: 1200px; }
.nmai0ck1.l2cu .me5ugp4 { max-width: 1320px; }
.lnbo   .f3r9w7z, .lnbo   .m3zz { text-transform: capitalize; }
.o0luk5b .f3r9w7z, .o0luk5b .m3zz { text-transform: lowercase; }
.ug2r0v .f3r9w7z, .ug2r0v .m3zz { text-transform: uppercase; letter-spacing: 0.06em; }
.zkj9b4t, .hf8g23as {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.usjqicr .zkj9b4t,
.fgrgf2im .zkj9b4t,
.v2g3n .zkj9b4t,
.v9w9 .zkj9b4t,
.ie1nji   .vnnj4lb1 a { font-weight: 500; }
.l9uvwl .vnnj4lb1 a { font-weight: 600; }
.o4f7bs7     .vnnj4lb1 a { font-weight: 700; }
.um851g    .vnnj4lb1 a { font-weight: 800; letter-spacing: 0.01em; }
.y4rnagyq     .vnnj4lb1 > li + li::before,
.eydl0dz    .vnnj4lb1 > li + li::before,
.m8wf    .vnnj4lb1 > li + li::before,
.y16n57 .vnnj4lb1 > li + li::before,
.xhj50mc .vnnj4lb1 > li + li::before,
.t7l6  .vnnj4lb1 > li + li::before,
.gsmz5w    .vnnj4lb1 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.y4rnagyq     .vnnj4lb1 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.eydl0dz    .vnnj4lb1 > li + li::before { content: "|"; }
.m8wf    .vnnj4lb1 > li + li::before { content: "—"; }
.y16n57 .vnnj4lb1 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.xhj50mc .vnnj4lb1 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.t7l6  .vnnj4lb1 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.gsmz5w    .vnnj4lb1 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .rmji95sx .j8l5pi,
  .dygu .j8l5pi,
  .x9fb6 .j8l5pi,
  .nfrrizis .j8l5pi,
  .nre0mu .j8l5pi {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .rmji95sx .j8l5pi::before,
  .dygu .j8l5pi::before,
  .x9fb6 .j8l5pi::before,
  .nfrrizis .j8l5pi::before,
  .nre0mu .j8l5pi::before { content: ""; display: block; flex-shrink: 0; }

  
  .rmji95sx .j8l5pi::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;
  }

  
  .dygu .j8l5pi::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;
  }

  
  .x9fb6 .j8l5pi::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;
  }

  
  .nfrrizis .j8l5pi::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;
  }

  
  .nre0mu .j8l5pi::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) {
  .odbgva .j8l5pi {
    padding: 5px 14px;
  }
  .odbgva .vnnj4lb1 {
    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;
  }
  .odbgva .vnnj4lb1 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .odbgva .vnnj4lb1 li a:hover { background: var(--bg-raised); }
  .odbgva .hz10lb,
  .i2b77x .hz10lb,
  .v1imcrrf .hz10lb { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .f44o .j8l5pi {
    padding: 5px 10px;
  }
  .f44o .vnnj4lb1 {
    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);
  }
  .f44o .vnnj4lb1.qf1kq5lv { transform: translateX(0); }
  .f44o .vnnj4lb1 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .f44o .vnnj4lb1 li:last-child a { border-bottom: none; }
  .zlrlu .vnnj4lb1,
  .lhhhu .vnnj4lb1 { background: var(--accent) !important; }
  .zlrlu .vnnj4lb1 li a,
  .lhhhu .vnnj4lb1 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .v1imcrrf .j8l5pi {
    padding: 5px 10px;
  }
  .v1imcrrf .vnnj4lb1 {
    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);
  }
  .v1imcrrf .vnnj4lb1::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .v1imcrrf .vnnj4lb1.qf1kq5lv { transform: translateY(0); }
  .v1imcrrf .vnnj4lb1 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .bbh4qxv0 .j8l5pi {
    padding: 5px 10px;
  }
  .bbh4qxv0 .vnnj4lb1 {
    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;
  }
  .bbh4qxv0 .vnnj4lb1.qf1kq5lv { opacity: 1; pointer-events: auto; }
  .bbh4qxv0 .vnnj4lb1 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .pjtqqyx     .j8l5pi { border-radius: 0 !important; }
  .qdzh   .j8l5pi { border-radius: 8px !important; }
  .q9drrw .j8l5pi { border-radius: 50% !important; }
  .pg152rl   .j8l5pi { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ueor .l5pz { flex-direction: column; align-items: stretch; }
  .ueor .phdsckc { flex-direction: row; min-width: auto; }
  .ueor .ixg8r { align-items: flex-start; text-align: left; }
}
.edgfetv2,
.edgfetv2.n2m53k,
.ii3re .edgfetv2,
.us84cnhf .edgfetv2,
.z4kzuhv .edgfetv2,
.aeyor .edgfetv2 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.s2ikfqgd {
  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;
}
.ie31hh66 { flex: 1 1 280px; min-width: 0; }
.wpzba {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.oqmm {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.glrh {
  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;
}
.glrh:hover { transform: translateY(-1px); opacity: 0.95; }
.e3e7 .s2ikfqgd {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.e3e7 .wpzba { color: var(--cta); }
.e3e7 .oqmm { color: var(--text-body); }
.e3e7 .glrh {
  background: var(--cta) !important;
  color: #fff !important;
}
.byy0 .s2ikfqgd {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.byy0 .wpzba { color: var(--text-primary); }
.byy0 .oqmm { color: var(--text-body); }
.byy0 .glrh {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .s2ikfqgd {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ie31hh66 { flex: 0 0 auto; }
  .wpzba { font-size: 1.2rem; }
  .glrh { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.znii1k .n5nlc { height: 36px; }
.p72zoa .n5nlc { height: 60px; max-width: 200px; }
.dyr49 .n5nlc { height: 56px; max-width: 180px; }
.yyp20r6    .cc6gx, .yyp20r6    .npol { color: #f59e0b; }
.li90ym      .cc6gx { font-size: 1rem; letter-spacing: 1.5px; }
.bj92    .cc6gx, .bj92    .npol { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.jgo51q     .cc6gx, .jgo51q     .npol { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.onqgp .cc6gx, .onqgp .npol { color: var(--cta); letter-spacing: 2px; }
.e4kasjf   .cc6gx, .e4kasjf   .npol { color: #e91e63; letter-spacing: 2px; }
.t5r5y14f  .cc6gx, .t5r5y14f  .npol { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.h4ad27c3     .cc6gx, .h4ad27c3     .npol { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.qogu .fo9d + .fo9d {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.nzt1p5 .ftseq8j3 { padding: 18px 24px; min-height: 68px; }
.tuav .atfawjmd {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.tuav .cgcz1 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.usf4m809 .fo9d {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.a9yo { counter-reset: cs-rank; }
.a9yo .ftseq8j3 { counter-increment: cs-rank; }
.a9yo .ftseq8j3::before {
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
  order: -1;
}
.bu5ywq .a9yo { counter-reset: cs-rank; gap: 0; }
.bu5ywq .ftseq8j3 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.bu5ywq .ftseq8j3::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.bu5ywq .ceiiq4h {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.bu5ywq .fijmuloz {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.bu5ywq .app29j6 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.bu5ywq .ceiiq4h { min-width: 0; flex-direction: column; width: 100%; }
.bu5ywq .fyh4 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.bu5ywq .cc6gx { color: var(--cta, var(--accent)); }
.bu5ywq .jncf65 { font-weight: 700; }
.bu5ywq .fo9d {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.bu5ywq .atfawjmd {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.bu5ywq .cgcz1 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.bu5ywq .pessx .cgcz1 { font-size: 1.3rem; color: var(--accent-light); }
.bu5ywq .lb7x05 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.bu5ywq .ftseq8j3:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .bu5ywq .a9yo {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .bu5ywq .ftseq8j3 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .bu5ywq .ftseq8j3 { padding: 40px 16px 20px; }
  .bu5ywq .fo9d {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .bu5ywq .lb7x05 { width: 100%; min-width: 0; }
}
.sk7uuw3x .a9yo { counter-reset: cs-rank; gap: 10px; }
.sk7uuw3x .ftseq8j3 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.sk7uuw3x .ftseq8j3::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.sk7uuw3x .ceiiq4h {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.sk7uuw3x .fijmuloz {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.sk7uuw3x .app29j6 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.sk7uuw3x .fyh4 {
  font-size: 1.05rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: 0; max-width: 140px;
  overflow-wrap: break-word; hyphens: auto;
}
.sk7uuw3x .cc6gx { color: var(--cta, var(--accent)); }
.sk7uuw3x .fo9d {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.sk7uuw3x .atfawjmd {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.sk7uuw3x .cgcz1 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.sk7uuw3x .pessx .cgcz1 { color: var(--accent-light); }
.sk7uuw3x .lb7x05 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.sk7uuw3x .ftseq8j3:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .sk7uuw3x .ftseq8j3 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .sk7uuw3x .ftseq8j3::before {
    position: absolute; top: 14px; left: 14px;
  }
  .sk7uuw3x .ceiiq4h {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .sk7uuw3x .fyh4 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .sk7uuw3x .fo9d {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .sk7uuw3x .lb7x05 { width: 100%; min-width: 0; }
  .sk7uuw3x .cc6gx { min-width: 0; }
}
.g50x .ftseq8j3::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.zk18p3p .uit3c {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.zk18p3p .uit3c summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.zk18p3p .uit3c p { padding: 0 2px 16px; }
.artxb8xc .uit3c { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.artxb8xc .uit3c summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.artxb8xc .uit3c summary::after { content: "›"; font-size: 1.2em; }
.artxb8xc .uit3c[open] summary::after { content: "‹"; }
.artxb8xc .uit3c p { padding: 10px 22px 4px; }
.yck6dc .uit3c {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.yck6dc .uit3c summary { color: var(--text-primary); padding-left: 16px; }
.yck6dc .uit3c summary::after { content: "›"; font-size: 1.1em; }
.yck6dc .uit3c[open] summary::after { content: "‹"; }
.yck6dc .uit3c p { padding-left: 16px; }
.lu8rzg9 .zsdrw { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.lu8rzg9 .uit3c {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.lu8rzg9 .uit3c:last-child { border-bottom: none; }
.lu8rzg9 .uit3c summary { color: var(--text-primary); border-radius: 0; }
.lu8rzg9 .uit3c summary::after { content: "›"; font-size: 1.1em; }
.lu8rzg9 .uit3c[open] summary::after { content: "‹"; }
.bkw1iz .uit3c { overflow: hidden; }
.bkw1iz .uit3c summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.bkw1iz .uit3c summary::after { color: rgba(255,255,255,.75); }
.bkw1iz .uit3c[open] summary { border-radius: 0; }
.lq3rc4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.b7w444p {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.o8h74ss2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.wag67g { color: var(--text-muted); font-size: 1.05rem; }
.o5t64r {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.n4ui { margin-bottom: 20px; }
.vaw3 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.g29zmc {
  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;
}
.g29zmc:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ii57o { resize: vertical; min-height: 130px; }
.lkfm6 { width: 100%; margin-top: 8px; }
.eonkp6 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.exk7 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.dmqk54t { color: var(--text-muted); line-height: 1.75; }
.ta99n0bo { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ta99n0bo li { margin-bottom: 6px; }
.e03n { max-width: 760px; margin: 0 auto; }
.vqa10 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.mp7f { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.mp7f:last-child { border-bottom: none; }
.mp7f h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.mp7f p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xgthc { max-width: 760px; margin: 0 auto; }
.l4gs { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.czskg0 ul.ta99n0bo { margin: 0; }
.z8xukd { max-width: 900px; margin: 0 auto; }
.flo6 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.flo6:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.flo6 .l4gs { margin: 0; font-size: 1rem; }
.flo6 .s24pqe p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .flo6 { grid-template-columns: 1fr; gap: 10px; } }
.uj4gld .l4gs { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.q0mae .ta99n0bo { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gxczti { grid-template-columns: 1fr; } }
.vg5mgejj { color: inherit; text-decoration: none; }
.vg5mgejj:hover { color: var(--accent-light); text-decoration: underline; }
.pngj { display: inline-block; line-height: 0; }
.e8aly { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bbv7yf { margin-bottom: 48px; }
.y0fu3ga0 { max-width: 760px; margin: 0 auto; }
.a8qgj07c { max-width: 640px; margin: 0 auto; }
.q1g2d8pu { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.q1g2d8pu:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.qa6bt96 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.q1g2d8pu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.q1g2d8pu ul.ta99n0bo { margin: 0; }
.l3og { color: var(--text-muted); line-height: 1.75; }
.if4b10 .ta99n0bo,
.a8qgj07c .ta99n0bo,
.s3hlk .ta99n0bo,
.rm3o .ta99n0bo {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.if4b10 .q1g2d8pu,
.a8qgj07c .q1g2d8pu { text-align: left; }
.if4b10 .qa6bt96,
.a8qgj07c .qa6bt96 { text-align: center; }
.uw8q112x { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.vlpf { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.aayuja { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.xzz926 { margin-top: 12px; }
.i4hw { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.i4hw:hover { border-bottom-color: var(--accent-light); }
.c2xf88w3 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.c2xf88w3 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lrznhk { width: 72px; height: 72px; }
.xkbm3d5 { border-radius: 50%; }
.f1drq { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.qz8o4 { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .nky3mhm { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.swq2xjlm .aayuja, .swq2xjlm .vlpf { max-width: 640px; }
.re54 .uw8q112x { font-size: 1.6rem; margin-top: 18px; }
.jikelr .aayuja { margin-bottom: 28px; }
@media (max-width: 860px) { .i1n2um { grid-template-columns: 1fr; } .re54 { position: static; text-align: center; } }
.uhcxzgau .c2xf88w3 { margin: 0 auto 18px; }
.uhcxzgau .f1drq { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .zubm { grid-template-columns: 1fr; } }
.cy55l5u .uw8q112x { font-size: 1.6rem; margin-bottom: 6px; }
.rm3o .ta99n0bo { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .cy55l5u { flex-direction: column; text-align: center; } .fjl1cp3 { grid-template-columns: 1fr; } }
.lta98 { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.lta98 .uw8q112x { font-size: 1.35rem; margin: 0 0 4px; }
.lta98 .f1drq { margin: 0; }
.wl1x83j .o8h74ss2 { color: var(--accent-light); }
.rpsk .o8h74ss2 { font-size: 2rem; }
.rpsk .wag67g { max-width: 680px; }
.t8w9yaon {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.t8w9yaon .o8h74ss2 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.t8w9yaon .wag67g  { margin: 0; }
@media (max-width: 640px) { .t8w9yaon { flex-direction: column; } }
.nb10 .o8h74ss2 { color: var(--accent-light); }
.sr35gir8 .o8h74ss2 { color: #fff; }
.sr35gir8 .wag67g  { color: rgba(255,255,255,0.85); }
.bo4fel { max-width: 680px; margin: 0 auto; }
.rjhb8 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .rjhb8 { grid-template-columns: 1fr; } }
.yrpj .g29zmc {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.yrpj .g29zmc:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.fxygy1xw .g29zmc { background: var(--bg-raised); border-color: transparent; }
.fxygy1xw .g29zmc:focus { background: var(--bg-card); border-color: var(--accent-light); }
.j612um .g29zmc { border-radius: 100px; padding: 11px 20px; }
.j612um .ii57o { border-radius: 14px; }
.dc42 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.dc42 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;
}
.dc42 summary::-webkit-details-marker { display: none; }
.dc42 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.dc42[open] summary::after { content: "−"; }
.lfnbla {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .ypqh { grid-template-columns: 1fr; } }
.vcvvhyor { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.vcvvhyor li { margin-bottom: 6px; }
.im270z{position:relative;overflow:visible}
.g6ye .t8ewnnd{display:block}
.e6dc .wusw{color: var(--accent-light);opacity:1;font-weight:500}
.n4tkxouy{--date-bg:var(--accent-bg-light)}
.fpuhm .e5g9ih::before{content:""}
.zi2ld96w{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.hs2mld0m{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.p6qim{display:flex;flex-direction:column;gap:3px}
.gczobl{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.nqj7{font-weight:700;font-size:1rem;color:var(--text-heading)}
.yxzl{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.sch4lbep .zi2ld96w{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.q3nnkl4 .zi2ld96w{border-top:3px solid var(--accent);padding-top:18px}
.h4bn .zi2ld96w{border-left:3px solid var(--accent);border-radius:0}
.z4udl .zi2ld96w{padding:20px 0}
@media(max-width:640px){
  .zi2ld96w{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .yxzl{max-width:100%}
}
.ylugg6 .m796o{margin:0}
@media (max-width:560px){
  .urgup{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) {
  .vaob1 { padding: 28px 18px 20px; }
  .ieo37qv { font-size: 1.2rem; }
  .dciao3mx { max-width: 220px; max-height: 80px; }
}
.czye {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.ofhghk {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.ehp3c7  .czye { border-radius: 50%; }
.l81ygon  .czye { border-radius: 6px; }
.bvnezwx .czye { border-radius: 22px; }
.tx5w .s2ikfqgd {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .czye { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.qrrhye .n2m53k {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.qrrhye .apyt7hv {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.qrrhye .s2ikfqgd {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.m3nddgqd {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.m3nddgqd.rat0o { transform: translate(-50%, 0); }
.m3nddgqd .n2m53k,
.m3nddgqd .apyt7hv {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.m3nddgqd .s2ikfqgd {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.n6tk0j {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.n6tk0j::before,
.n6tk0j::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.n6tk0j::before { transform: translate(-50%, -50%) rotate(45deg); }
.n6tk0j::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.n6tk0j:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .m3nddgqd { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .m3nddgqd .s2ikfqgd {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .m3nddgqd .oqmm { display: none !important; }
  .m3nddgqd .wpzba { font-size: 1.1rem !important; }
  .m3nddgqd .czye { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .n6tk0j { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .me5ugp4 { flex-direction: row-reverse; }
[dir="rtl"] .vnnj4lb1 { flex-direction: row-reverse; }
[dir="rtl"] .xrj0fakh  .b128 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .kl0q9 .b128 { right: auto; left: 20px; }
  [dir="rtl"] .xrj0fakh  .b128 { left: auto;  right: 20px; }
}
[dir="rtl"] .q5nedk .umr7  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .h01j .umr7 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .bq1k, [dir="rtl"] .fd5oz7 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .q864v { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .rl46d4v4 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .fj4923 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .s2ikfqgd { direction: rtl; }
[dir="rtl"] .czye { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .ftseq8j3,
[dir="rtl"] .ij7qgs { direction: rtl; }
[dir="rtl"] .lelz { direction: rtl; }
[dir="rtl"] .i9rztxo { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .rpb65e .fd5oz7,
[dir="rtl"] .q8cl .fd5oz7,
[dir="rtl"] .d3vxgv1m .fd5oz7,
[dir="rtl"] .m30x .fd5oz7 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .rpb65e .fd5oz7 li::before,
[dir="rtl"] .q8cl .fd5oz7 li::before,
[dir="rtl"] .d3vxgv1m .fd5oz7 li::before,
[dir="rtl"] .m30x .fd5oz7 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .fnw4.wcoeai .a242mnq,
[dir="rtl"] .hg9mvyy.wcoeai .a242mnq,
[dir="rtl"] .fqb5z1pv.wcoeai .a242mnq,
[dir="rtl"] .urq3.wcoeai .a242mnq,
[dir="rtl"] .lpekw.wcoeai .a242mnq { text-align: right; }
[dir="rtl"] .ova5j.wcoeai .g74icksb { align-items: flex-end; text-align: right; }
[dir="rtl"] .apyt7hv,
[dir="rtl"] .m38qyy3,
[dir="rtl"] .anfpg,
[dir="rtl"] .a242mnq { text-align: right; }
[dir="rtl"] .o5t64r,
[dir="rtl"] .vaw3,
[dir="rtl"] .aayuja,
[dir="rtl"] .g29zmc,
[dir="rtl"] .ii57o { text-align: right; direction: rtl; }
[dir="rtl"] .j612um .g29zmc,
[dir="rtl"] .yrpj .g29zmc { padding-right: 20px; padding-left: 20px; }
.w4arxom .a9yo,
.an0iwm1i .a9yo,
.h8df .a9yo { gap: 0; }
.e8a1gvk4 .a9yo { gap: 14px; }
.w4arxom .ftseq8j3,
.an0iwm1i .ftseq8j3,
.e8a1gvk4 .ftseq8j3,
.h8df .ftseq8j3 {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.w4arxom .ftseq8j3,
.an0iwm1i .ftseq8j3,
.h8df .ftseq8j3 {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.w4arxom .ftseq8j3:nth-child(even),
.h8df .ftseq8j3:nth-child(even) { background: var(--accent-bg); }
.an0iwm1i .ftseq8j3 + .ftseq8j3 { border-top: 1px solid var(--border-alt); }
.e8a1gvk4 .ftseq8j3 {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.w4arxom .ftseq8j3:hover,
.an0iwm1i .ftseq8j3:hover,
.h8df .ftseq8j3:hover { background: var(--bg-hover); }
.w4arxom .ftseq8j3::before,
.an0iwm1i .ftseq8j3::before,
.e8a1gvk4 .ftseq8j3::before,
.h8df .ftseq8j3::before {
  width: 40px; min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  font-size: 1.15rem; font-weight: 700;
}
.h8df .ftseq8j3::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.w4arxom .ceiiq4h,
.an0iwm1i .ceiiq4h,
.e8a1gvk4 .ceiiq4h,
.h8df .ceiiq4h {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.w4arxom .fijmuloz,
.an0iwm1i .fijmuloz,
.e8a1gvk4 .fijmuloz,
.h8df .fijmuloz {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.w4arxom .app29j6,
.an0iwm1i .app29j6,
.e8a1gvk4 .app29j6,
.h8df .app29j6 {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.w4arxom .fyh4,
.an0iwm1i .fyh4,
.e8a1gvk4 .fyh4,
.h8df .fyh4 {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.h8df .fyh4 { font-size: 1.45rem; font-weight: 800; }
.w4arxom .npjns,
.an0iwm1i .npjns,
.e8a1gvk4 .npjns,
.h8df .npjns {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.w4arxom .npjns .pessx,
.an0iwm1i .npjns .pessx,
.e8a1gvk4 .npjns .pessx,
.h8df .npjns .pessx {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.w4arxom .npjns .pessx .atfawjmd,
.an0iwm1i .npjns .pessx .atfawjmd,
.e8a1gvk4 .npjns .pessx .atfawjmd,
.h8df .npjns .pessx .atfawjmd { display: none; }
.w4arxom .npjns .pessx .cgcz1::before,
.an0iwm1i .npjns .pessx .cgcz1::before,
.e8a1gvk4 .npjns .pessx .cgcz1::before,
.h8df .npjns .pessx .cgcz1::before { content: "\1F381\00a0"; }
.w4arxom .npjns .pessx .cgcz1,
.an0iwm1i .npjns .pessx .cgcz1,
.e8a1gvk4 .npjns .pessx .cgcz1,
.h8df .npjns .pessx .cgcz1 {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.w4arxom .npjns .b6knsgz,
.an0iwm1i .npjns .b6knsgz,
.e8a1gvk4 .npjns .b6knsgz,
.h8df .npjns .b6knsgz { display: none; }
.w4arxom .rpc6383,
.an0iwm1i .rpc6383,
.e8a1gvk4 .rpc6383,
.h8df .rpc6383 {
  grid-column: 4; min-width: 120px; width: auto;
}
.w4arxom .cc6gx,
.an0iwm1i .cc6gx,
.e8a1gvk4 .cc6gx,
.h8df .cc6gx { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.w4arxom .jncf65,
.an0iwm1i .jncf65,
.e8a1gvk4 .jncf65,
.h8df .jncf65 { display: none; }
.w4arxom .lb7x05.vr1oi,
.an0iwm1i .lb7x05.vr1oi,
.e8a1gvk4 .lb7x05.vr1oi,
.h8df .lb7x05.vr1oi {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.h8df .lb7x05.vr1oi { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .w4arxom .ftseq8j3,
  .an0iwm1i .ftseq8j3,
  .e8a1gvk4 .ftseq8j3,
  .h8df .ftseq8j3 {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .w4arxom .rpc6383,
  .an0iwm1i .rpc6383,
  .e8a1gvk4 .rpc6383,
  .h8df .rpc6383 { display: none; }
  .w4arxom .lb7x05.vr1oi,
  .an0iwm1i .lb7x05.vr1oi,
  .e8a1gvk4 .lb7x05.vr1oi,
  .h8df .lb7x05.vr1oi { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .w4arxom .ftseq8j3,
  .an0iwm1i .ftseq8j3,
  .e8a1gvk4 .ftseq8j3,
  .h8df .ftseq8j3 {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "rank  ident"
      "pills pills"
      "cta   cta";
    gap: 12px 14px; padding: 18px 16px;
    text-align: left;
  }
  .w4arxom .ftseq8j3::before,
  .an0iwm1i .ftseq8j3::before,
  .e8a1gvk4 .ftseq8j3::before,
  .h8df .ftseq8j3::before { grid-area: rank; align-self: center; justify-self: start; }
  .w4arxom .ceiiq4h,
  .an0iwm1i .ceiiq4h,
  .e8a1gvk4 .ceiiq4h,
  .h8df .ceiiq4h { grid-area: ident; width: auto; justify-content: flex-start; }
  .w4arxom .npjns,
  .an0iwm1i .npjns,
  .e8a1gvk4 .npjns,
  .h8df .npjns { grid-area: pills; }
  
  .w4arxom .npjns .pessx,
  .an0iwm1i .npjns .pessx,
  .e8a1gvk4 .npjns .pessx,
  .h8df .npjns .pessx {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .w4arxom .lb7x05.vr1oi,
  .an0iwm1i .lb7x05.vr1oi,
  .e8a1gvk4 .lb7x05.vr1oi,
  .h8df .lb7x05.vr1oi { grid-area: cta; width: 100%; }
  .w4arxom .fijmuloz,
  .an0iwm1i .fijmuloz,
  .e8a1gvk4 .fijmuloz,
  .h8df .fijmuloz { width: 56px; height: 56px; }
  .w4arxom .fyh4,
  .an0iwm1i .fyh4,
  .e8a1gvk4 .fyh4,
  .h8df .fyh4 { font-size: 1.1rem; }
}
:root {
  --accent:          #7a6829;
  --brand:           #7a6829;
  --brand-light:     #605329;
  --brand-pale:      #7a6d42;
  --grad-start:      #bea240;
  --grad-end:        #c4b377;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #c2410c;
  --cta-fg:          #ffffff;
  --cta-light:       #9f3205;
  --cta-hover:       #882d08;
  --bg-page:         #f7f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f5f4;
  --bg-raised:       #f0f0ee;
  --bg-hover:        #f5f5f4;
  --border:          #e8e6e2;
  --border-alt:      #dbd9d1;
  --border-section:  #e8e6e2;
  --text-primary:    #1b1a17;
  --text-muted:      #5e5c53;
  --text-body:       #36342f;
  --text-sub:        #514f47;
  --text-faint:      #878377;
  --text-dim:        #9f9c92;
  --text-label:      #6c695f;
  --text-value:      #43413b;
  --accent-bg:       #eeece6;
  --accent-bg-light: #e5e1d0;
  --bg-tip:          #f0f9f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f9f9;
  --bg-pros:         #f0f9f1;
  --bg-cons:         #faf4f3;
  --c-pros:          #1c8629;
  --c-cons:          #9f3021;
  --c-pros-label:    #229f31;
  --c-tip-border:    #25b036;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1c8629;
}
:root { --logo-bg-opacity: 57%; }
body, button, input { font-family: "Nunito Sans", sans-serif; }
.l50an .g42mxpjc { font-size: 0; width: 1.2rem; flex-shrink: 0; }.l50an .g42mxpjc::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.l50an .mzg0o     .g42mxpjc::before { content: "";  color: var(--c-tip-border); }.l50an .gdntex .g42mxpjc::before { content: ""; color: var(--c-warn-border); }.l50an .ynbv    .g42mxpjc::before { content: ""; color: #60a5fa; }.sq4cwnw .l50an .mzg0o     .g42mxpjc::before { color: #10b981; }.sq4cwnw .l50an .gdntex .g42mxpjc::before { color: #f43f5e; }.sq4cwnw .l50an .ynbv    .g42mxpjc::before { color: #a855f7; }.v9ab  .l50an .mzg0o     .g42mxpjc::before { color: #eab308; }.v9ab  .l50an .gdntex .g42mxpjc::before { color: #ef4444; }.v9ab  .l50an .ynbv    .g42mxpjc::before { color: #f97316; }.ptd40s  .l50an .mzg0o     .g42mxpjc::before { color: #38bdf8; }.ptd40s  .l50an .gdntex .g42mxpjc::before { color: #818cf8; }.ptd40s  .l50an .ynbv    .g42mxpjc::before { color: #2dd4bf; }.p1ab .l50an .g42mxpjc::before { color: var(--accent-light) !important; }
.darpfy .gdua li::before, .darpfy .oevk5 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.darpfy .gdua li::before { content: ""; }.darpfy .oevk5 li::before { content: ""; }.darpfy .nfi7xac::before, .darpfy .t1rfw::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.darpfy .nfi7xac::before { content: ""; }.darpfy .t1rfw::before { content: ""; }
.a4dsa3 .qcc0zxa, .a4dsa3 .ova5j { min-height: 520px; }
.r68v09x::before { content: '/'; }