:root {
  --color-accent: #cf730e;
  --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;
}
.givg974o {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.bm49o {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.funvvrb {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.qqarco7t { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ju1kxj { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ju1kxj a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ju1kxj a:hover { color: var(--accent-light); }
.s5n9hr     .saabkd7z { border-radius: 24px; padding: 8px; }
.s5n9hr .saabkd7z li a { border-radius: 16px; }
.m4g2s3qp .saabkd7z li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .saabkd7z {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ag31o:hover .saabkd7z,
  .ag31o:focus-within .saabkd7z { display: block; }
  .saabkd7z li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ila3g {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.qzc7x3b { display: none; }
@media (max-width: 640px) {
  .qzc7x3b {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .qzc7x3b.jesbpfbb { display: block; }
}
@media (max-width: 640px) {
  .ila3g { display: block; }
  .ju1kxj > li + li::before { display: none !important; }
  .ju1kxj {
    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;
  }
  .ju1kxj.jesbpfbb { display: flex; }
  .ju1kxj li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ju1kxj li:last-child a { border-bottom: none; }
}
.ws05ie3 { min-height: 480px; }
.m95ampgt {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.kifry { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.pt83km1y .kifry { margin-left: 0; margin-right: 0; }
.epn4c {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.xgodcg .epn4c { margin-top: 24px; }
.epn4c:hover { opacity: 0.88; }
.v8jvgx3 .wgjlj47y {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.v8jvgx3 .m95ampgt { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.v8jvgx3 .kifry { color: #e2e8f0; }
.v8jvgx3.ey3c .wgjlj47y { text-align: center; }
.v8jvgx3.pt83km1y   .wgjlj47y { text-align: left; }
.iuo79s {
  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);
}
.iuo79s .wgjlj47y {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.iuo79s .m95ampgt { color: var(--text-primary); text-shadow: none; }
.iuo79s .kifry { color: var(--text-muted); }
.iuo79s .epn4c { margin-top: 16px; }
.iuo79s, .iuo79s.ws05ie3 { min-height: auto !important; }
.iuo79s.ey3c .wgjlj47y { text-align: center; }
.iuo79s.pt83km1y   .wgjlj47y { text-align: left; }
.iuo79s~.qgoa{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}
.iuo79s~.qgoa .upycm1{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); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.tlsxy9 .m95ampgt { color: #fff; }
.tlsxy9 .kifry { color: rgba(255,255,255,0.85); }
.fh1wt9hh .m95ampgt { text-shadow: none; color: var(--text-primary); }
.fh1wt9hh .kifry { color: var(--text-muted); }
body.zdiiz8ub .m95ampgt {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.umfwn .m95ampgt {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ws05ie3.tlsxy9 .m95ampgt,
section.tlsxy9 .m95ampgt {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.fh1wt9hh.ey3c .mx81fzn { align-items: center; text-align: center; }
.ws05ie3 .jpksd1o {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.jpksd1o .rslfkk {
  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;
}
.jpksd1o .rslfkk::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.jpksd1o .q88t1v { display: contents !important; }
.jpksd1o .q88t1v .qlsp7exv {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.jpksd1o .q88t1v .l5au8f { max-height: 48px; max-width: 96px; }
.jpksd1o .q88t1v .ualbye {
  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;
}
.jpksd1o .o7rdv {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.jpksd1o .wnfr { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.jpksd1o .jc8ma { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.jpksd1o .jc8ma small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.jpksd1o .lw8rt9k { display: contents !important; }
.jpksd1o .lw8rt9k .cmixi:not(.huyvjufs) { display: none !important; }
.jpksd1o .lw8rt9k .huyvjufs {
  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;
}
.jpksd1o .lw8rt9k .huyvjufs .ymkrl5zj {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.jpksd1o .lw8rt9k .huyvjufs .s6o1qsr {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.jpksd1o .ut8n7 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.jpksd1o .ut8n7.tw1wxy {
  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;
}
.jpksd1o .ut8n7.tw1wxy:hover { opacity: 0.85; }
.jpksd1o .rslfkk,
.jpksd1o .rslfkk:hover,
.jpksd1o .rslfkk:nth-child(even),
.jpksd1o .rslfkk:nth-child(odd),
.jpksd1o .rslfkk:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.dok6ck1u .wgjlj47y { padding-bottom: 24px; }
.xgodcg .wgjlj47y { max-width: 1100px; }
@media (max-width: 700px) {
  .fh1wt9hh { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .fh1wt9hh:not(.uqcn) .dkalz { display: none !important; }
  .uqcn .dkalz { padding: 16px; }
  .mx81fzn  { padding: 36px 24px; }
  .fh1wt9hh~.qgoa,.uk0pn23~.qgoa{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ws05ie3, .fh1wt9hh { min-height: 320px !important; }
  .m95ampgt { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .zwsst,
  .lcxshqd,
  .ds0c6lyj { grid-template-columns: 1fr !important; }

  

  
  .dok6ck1u { display: flex !important; flex-direction: column !important; }
  .dok6ck1u .wgjlj47y { display: contents; }
  .dok6ck1u .tqyui3 { order: 0; }
  .dok6ck1u .m95ampgt { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .dok6ck1u .zwsst { order: 2; padding: 0 16px 12px !important; }
  .dok6ck1u .kifry { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .xgodcg .wgjlj47y { display: flex; flex-direction: column; }
  .xgodcg .wgjlj47y .m95ampgt { order: 1; }
  .xgodcg .wgjlj47y .ds0c6lyj { order: 2; margin: 8px 0 24px !important; }
  .xgodcg .wgjlj47y .kifry { order: 3; }
  .xgodcg .wgjlj47y .epn4c { order: 4; align-self: center; margin-top: 0; }

  
  .fh1wt9hh.uqcn {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .fh1wt9hh.uqcn .mx81fzn { display: contents; padding: 0; }
  .fh1wt9hh.uqcn .mx81fzn .m95ampgt { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .fh1wt9hh.uqcn .dkalz { order: 2; padding: 12px 16px; }
  .fh1wt9hh.uqcn .mx81fzn .kifry { order: 3; padding: 0 24px; margin: 0 auto; }
  .fh1wt9hh.uqcn .mx81fzn .epn4c { order: 4; align-self: center; margin: 8px 0 32px; }
}
.t3q3dghu { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.pgnrqk0p { width: 100%; height: auto; display: block; border-radius: 10px; }
.e1zbi3 .t3q3dghu        { border-radius: 16px; }
.e1zbi3 .pgnrqk0p  { border-radius: 16px; }
.tfts .t3q3dghu         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.tfts .pgnrqk0p   { border-radius: 8px; }
.zgb9 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.lzs9alxe { width: 100%; padding: 32px 0; position: relative; }
.vxz0rtmq { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.xblxxap .lzs9alxe:nth-child(even) { background: var(--bg-surface); }
.xblxxap .lzs9alxe:nth-child(odd)  { background: var(--bg-page); }
.niatxc .lzs9alxe:nth-child(even) { background: var(--bg-card); }
.niatxc .lzs9alxe:nth-child(odd)  { background: var(--bg-page); }
.xblxxap .lzs9alxe:nth-child(odd)  .vxz0rtmq { background: var(--bg-card); border-radius: 6px; }
.xblxxap .lzs9alxe:nth-child(even) .vxz0rtmq { background: var(--bg-raised); border-radius: 6px; }
.niatxc .lzs9alxe:nth-child(odd)  .vxz0rtmq { background: var(--bg-card); border-radius: 6px; }
.niatxc .lzs9alxe:nth-child(even) .vxz0rtmq { background: var(--bg-raised); border-radius: 6px; }
.xblxxap .lzs9alxe:nth-child(even) .v2f1ph5z .h1f4ce,
.niatxc .lzs9alxe:nth-child(even) .v2f1ph5z .h1f4ce { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.xblxxap .lzs9alxe:nth-child(odd) .v2f1ph5z .h1f4ce,
.niatxc .lzs9alxe:nth-child(odd) .v2f1ph5z .h1f4ce { background: var(--bg-card-inner); }
.xblxxap .lzs9alxe:nth-child(even) .zj6m .h1f4ce:nth-child(odd),
.niatxc .lzs9alxe:nth-child(even) .zj6m .h1f4ce:nth-child(odd)  { background: var(--bg-card); }
.xblxxap .lzs9alxe:nth-child(even) .zj6m .h1f4ce:nth-child(even),
.niatxc .lzs9alxe:nth-child(even) .zj6m .h1f4ce:nth-child(even) { background: var(--bg-card-inner); }
h1.yu3z { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.yu3z {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.m2ui8w2 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.qngh5rca h2.yu3z {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.j4suy8r h2.yu3z {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.uayg h2.yu3z {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.gl0yjq h2.yu3z::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.gj6rplg h2.yu3z {
  color: var(--text-primary); font-size: 1.7rem;
}
.x7p0jkzm h2.yu3z::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.e2tqi h2.yu3z {
  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) { .ezwaj { display: none; } }
.iid0ktg7 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.gzmhvx8 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.g71l {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.nm5w { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.u40s26 { padding-left: 20px; }
.u40s26 li { margin-bottom: 6px; }
.u40s26 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.u40s26 a:hover { color: var(--accent-light); }
.sbj66rr .nm5w { display: none; }
.px84 .nm5w { display: none; }
.px84 .u40s26 { padding-left: 0; list-style: none; }
.px84 .u40s26 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.px84 .u40s26 a { font-size: 0.92rem; }
.rg6aq6 .g71l { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.rg6aq6 .nm5w { display: none; }
.rg6aq6 .u40s26 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.rg6aq6 .u40s26 li { margin-bottom: 0; }
.rg6aq6 .u40s26 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;
}
.rg6aq6 .u40s26 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.qn0la6 .g71l { padding: 20px 20px 16px; }
.qn0la6 .u40s26 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.qn0la6 .u40s26 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.qn0la6 .u40s26 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;
}
.qn0la6 .u40s26 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;
}
.qn0la6 .u40s26 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.qn0la6 .u40s26 a:focus,
.qn0la6 .u40s26 a:focus-visible,
.qn0la6 .u40s26 a:target { outline: none; }
.qn0la6 .u40s26 li:target a { border-color: var(--border); color: var(--text-muted); }
.hahrqg90 .g71l { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.hahrqg90 .nm5w { display: none; }
.hahrqg90 .u40s26 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.hahrqg90 .u40s26 li { counter-increment: toc-n; margin-bottom: 0; }
.hahrqg90 .u40s26 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;
}
.hahrqg90 .u40s26 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;
}
.hahrqg90 .u40s26 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.olzx .g71l { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.olzx .nm5w { display: none; }
.olzx .u40s26 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.olzx .u40s26 li { margin-bottom: 0; }
.olzx .u40s26 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;
}
.olzx .u40s26 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.k64cp .g71l { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.k64cp .nm5w { display: none; }
.k64cp .u40s26 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.k64cp .u40s26 li { margin-bottom: 0; }
.k64cp .u40s26 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.k64cp .u40s26 li:last-child::after { content: ""; margin-right: 0; }
.k64cp .u40s26 a { font-size: 0.9rem; }
.h1f4ce { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.v2f1ph5z .h1f4ce { background: var(--bg-card); }
.zj6m .h1f4ce:nth-child(odd)  { background: var(--bg-card); }
.zj6m .h1f4ce:nth-child(even) { background: var(--bg-raised); }
.sz9xb .h1f4ce {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.sz9xb .h1f4ce:last-child { border-bottom: none; }
.sz9xb h3.m2ui8w2 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.yrsvpn .h1f4ce {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.yrsvpn .h1f4ce + .h1f4ce { margin-top: 4px; }
.ybh7w3 .h1f4ce { background: none; border-radius: 0; padding: 12px 0; }
.ybh7w3 .h1f4ce + .h1f4ce { border-top: 1px solid var(--border-section); }
.vv24jrg1 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.nyhmz0t { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.qa9791dz { color: var(--text-body); margin-bottom: 10px; }
.v5y2, .aox73ulm { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.v5y2 li, .aox73ulm li { margin-bottom: 6px; }
.aox73ulm li { list-style: decimal; }
.yg0g9a     .v5y2 { list-style-type: "● "; }
.yv68eq9  .v5y2 { list-style-type: "■ "; }
.wwtndj .v5y2 { list-style-type: "◆ "; }
.yr26m1    .v5y2 { list-style-type: "★ "; }
.yg0g9a     .k4pp0 { list-style-type: "● "; }
.yv68eq9  .k4pp0 { list-style-type: "■ "; }
.wwtndj .k4pp0 { list-style-type: "◆ "; }
.yr26m1    .k4pp0 { list-style-type: "★ "; }
.yg0g9a    .v5y2 li::marker, .yg0g9a    .k4pp0 li::marker,
.yv68eq9 .v5y2 li::marker, .yv68eq9 .k4pp0 li::marker,
.wwtndj .v5y2 li::marker, .wwtndj .k4pp0 li::marker,
.yr26m1   .v5y2 li::marker, .yr26m1   .k4pp0 li::marker {
  color: var(--cta); font-size: 1em;
}
.yg0g9a .aox73ulm,
.yv68eq9 .aox73ulm,
.wwtndj .aox73ulm,
.yr26m1 .aox73ulm {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.yg0g9a .aox73ulm li,
.yv68eq9 .aox73ulm li,
.wwtndj .aox73ulm li,
.yr26m1 .aox73ulm li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.yg0g9a .aox73ulm li::before,
.yv68eq9 .aox73ulm li::before,
.wwtndj .aox73ulm li::before,
.yr26m1 .aox73ulm 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;
}
.yg0g9a     .aox73ulm li::before { border-radius: 50%; }
.yv68eq9  .aox73ulm li::before { border-radius: 3px; }
.wwtndj .aox73ulm li::before { border-radius: 3px; }
.yr26m1    .aox73ulm li::before { border-radius: 50%; }
.biwuels { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.pvoi .biwuels,
.iyhsomq0 .biwuels { background: transparent; border: none; border-radius: 0; }
.psum487 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.psum487 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.psum487 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.psum487 tr:hover td { background: var(--bg-hover); }
.re37rzs1 .psum487 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.d17j8 .psum487 { border: 1px solid var(--border-alt); }
.d17j8 .psum487 th,
.d17j8 .psum487 td { border: 1px solid var(--border-alt); }
.uh2bub6 .psum487 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.uh2bub6 .psum487 td { border-bottom: none; }
.uh2bub6 .psum487 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.idhbnf .psum487 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.jv7et74 .biwuels {
  overflow: hidden;
}
.jv7et74 .psum487 th { border-bottom: 1px solid var(--border-alt); }
.jv7et74 .psum487 tr:last-child td { border-bottom: none; }
.hlg58f { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.z1qz7pt { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.a6p6yb { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.j0udl1n { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.svht2vby { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.k4pp0 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.k4pp0 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%}
.daehz .j0udl1n { background: transparent; text-align: center; }
.vrju73n0 .a6p6yb {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.ei31 .a6p6yb {
  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);
}
.fbad .z1qz7pt { display: grid; grid-template-columns: auto 1fr; }
.fbad .a6p6yb {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.fbad .j0udl1n { grid-column: 2; }
.fbad .svht2vby,
.fbad .k4pp0 { grid-column: 1 / -1; }
.ieuyxjxb .z1qz7pt { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ieuyxjxb .a6p6yb {
  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);
}
.ieuyxjxb .j0udl1n { grid-column: 2; }
.ieuyxjxb .svht2vby,
.ieuyxjxb .k4pp0 { grid-column: 1 / -1; }
.x2m8j4r4 .z1qz7pt { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.x2m8j4r4 .j0udl1n { background: none; color: var(--accent-light); font-weight: 700; }
.f9ru .z1qz7pt { 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); }
.f9ru .j0udl1n { background: none; color: var(--accent-light); font-weight: 700; }
.nbgxit .z1qz7pt { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.nbgxit .z1qz7pt:last-child { border-bottom: none; }
.nbgxit .j0udl1n { background: none; color: var(--accent-light); font-weight: 700; }
.pvwt9v66 .z1qz7pt { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.pvwt9v66 .j0udl1n { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.v4wp .hlg58f { counter-reset: card-n; }
.v4wp .z1qz7pt  { counter-increment: card-n; }
.v4wp .j0udl1n { display: flex; align-items: center; gap: 10px; }
.v4wp .j0udl1n::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;
}
.bj1r610 .z1qz7pt { background: var(--bg-surface); border: 1px solid var(--border); }
.bj1r610 .j0udl1n { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.togfnl { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.togfnl         { --cl-hue: var(--accent); }
.ldh28u     { --cl-hue: #16a34a; }
.f63nlkg { --cl-hue: #ea580c; }
.ugwth7q    { --cl-hue: #2563eb; }
.ldh28u, .f63nlkg, .ugwth7q, .rlodnel {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.x4jzj6 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.x4jzj6::before { color: var(--cl-hue); }
.togfnl strong { color: var(--text-primary); font-size: 0.95rem; }
.togfnl p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.l333cis { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.c5mft, .yll3ojd { border-radius: 8px; padding: 14px; }
.c5mft { background: var(--bg-pros); }
.yll3ojd { background: var(--bg-cons); }
.b9sny { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.c5mft .b9sny { color: var(--c-pros-label); }
.yll3ojd .b9sny { color: #f87171; }
.c5mft ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.yll3ojd ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pgnrqk0p { width: 100%; height: auto; border-radius: 10px; display: block; }
.tw1wxy {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.tw1wxy:hover { opacity: 0.85; }
.zpng9dg0 .tw1wxy  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.zpng9dg0 .tw1wxy:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.uj16 .tw1wxy  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.uj16 .tw1wxy:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zpng9dg0 .ut8n7.tw1wxy, .uj16 .ut8n7.tw1wxy,
.zpng9dg0 .spmm .tw1wxy, .uj16 .spmm .tw1wxy {
  background: var(--cta); border: none; color: #fff;
}
.zpng9dg0 .ut8n7.tw1wxy:hover, .uj16 .ut8n7.tw1wxy:hover,
.zpng9dg0 .spmm .tw1wxy:hover, .uj16 .spmm .tw1wxy:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.shze4o .epn4c { border-radius: 50px; }
.shze4o .tw1wxy  { border-radius: 50px; }
.r8aw .epn4c,
.r8aw .tw1wxy { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.r8aw .epn4c:hover,
.r8aw .tw1wxy:hover { filter: brightness(1.08); opacity: 1; }
.x77hrtcj .epn4c,
.x77hrtcj .tw1wxy { box-shadow: 0 3px 14px -2px var(--cta); }
.x77hrtcj .epn4c:hover,
.x77hrtcj .tw1wxy:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.rsgpe2w .epn4c,
.rsgpe2w .tw1wxy { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.rsgpe2w .epn4c:hover,
.rsgpe2w .tw1wxy:hover { opacity: 1; }
.rsgpe2w .epn4c:active,
.rsgpe2w .tw1wxy:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.wd93jm9 .epn4c,
.wd93jm9 .tw1wxy { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.wd93jm9 .epn4c:hover,
.wd93jm9 .tw1wxy:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.wd93jm9 .epn4c:active,
.wd93jm9 .tw1wxy:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.rx4a4o .epn4c,
.rx4a4o .tw1wxy { position: relative; overflow: hidden; }
.rx4a4o .epn4c::before,
.rx4a4o .tw1wxy::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;
}
.rx4a4o .epn4c:hover::before,
.rx4a4o .tw1wxy:hover::before { left: 135%; }
.xfaw2mh .epn4c,
.xfaw2mh .tw1wxy { border-radius: 0; }
.k6m7 .epn4c { padding-left: 22px; padding-right: 22px; }
.k6m7 .tw1wxy  { padding-left: 12px; padding-right: 12px; }
.gwky75 .epn4c { padding-left: 44px; padding-right: 44px; }
.gwky75 .tw1wxy  { padding-left: 24px; padding-right: 24px; }
.y5ji .epn4c { padding-left: 56px; padding-right: 56px; }
.y5ji .tw1wxy  { padding-left: 32px; padding-right: 32px; }
.l2cqd0ly   .epn4c::after, .l2cqd0ly   .tw1wxy::after,
.ejmzmx .epn4c::after, .ejmzmx .tw1wxy::after,
.ehxa2    .epn4c::after, .ehxa2    .tw1wxy::after,
.khha    .epn4c::after, .khha    .tw1wxy::after,
.zpjrq3q    .epn4c::after, .zpjrq3q    .tw1wxy::after,
.i9cwojk     .epn4c::after, .i9cwojk     .tw1wxy::after,
.gji53nm    .epn4c::after, .gji53nm    .tw1wxy::after,
.gbi3j   .epn4c::after, .gbi3j   .tw1wxy::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;
}
.l2cqd0ly .epn4c::after, .l2cqd0ly .tw1wxy::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");
}
.ejmzmx .epn4c::after, .ejmzmx .tw1wxy::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");
}
.ehxa2 .epn4c::after, .ehxa2 .tw1wxy::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");
}
.khha .epn4c::after, .khha .tw1wxy::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");
}
.zpjrq3q .epn4c::after, .zpjrq3q .tw1wxy::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");
}
.i9cwojk .epn4c::after, .i9cwojk .tw1wxy::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");
}
.gji53nm .epn4c::after, .gji53nm .tw1wxy::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");
}
.gbi3j .epn4c::after, .gbi3j .tw1wxy::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");
}
.nonlz3c5   .z28u::after, .nonlz3c5   .pv80ldmz::after,
.sj3hj .z28u::after, .sj3hj .pv80ldmz::after,
.vapgx    .z28u::after, .vapgx    .pv80ldmz::after,
.q14r9mj    .z28u::after, .q14r9mj    .pv80ldmz::after,
.ck7mw8q    .z28u::after, .ck7mw8q    .pv80ldmz::after,
.oh7e5l9     .z28u::after, .oh7e5l9     .pv80ldmz::after,
.e45rwuiq    .z28u::after, .e45rwuiq    .pv80ldmz::after,
.b0s7n1   .z28u::after, .b0s7n1   .pv80ldmz::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;
}
.nonlz3c5 .z28u::after, .nonlz3c5 .pv80ldmz::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");
}
.sj3hj .z28u::after, .sj3hj .pv80ldmz::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");
}
.vapgx .z28u::after, .vapgx .pv80ldmz::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");
}
.q14r9mj .z28u::after, .q14r9mj .pv80ldmz::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");
}
.ck7mw8q .z28u::after, .ck7mw8q .pv80ldmz::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");
}
.oh7e5l9 .z28u::after, .oh7e5l9 .pv80ldmz::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");
}
.e45rwuiq .z28u::after, .e45rwuiq .pv80ldmz::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");
}
.b0s7n1 .z28u::after, .b0s7n1 .pv80ldmz::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");
}
.n988xnl {
  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;
}
.rslfkk {
  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;
}
.rslfkk > * { min-width: 0; }
.rslfkk:hover { background: var(--bg-hover); }
.rslfkk > [itemprop="item"] { display: contents; }
.rslfkk [itemprop="itemReviewed"],
.rslfkk [itemprop="reviewRating"] { display: none; }
.rslfkk::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;
}
.q88t1v {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.qlsp7exv {
  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;
}
.l5au8f { max-height: 52px; max-width: 110px; object-fit: contain; }
.ualbye {
  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;
}
.xgtbt .qlsp7exv    { background: #1a1a1a; }
.u6zhewj .qlsp7exv   { background: rgba(128,128,128,.12); }
.pcfdxfh .qlsp7exv { background: var(--bg-raised); }
.z7owmyne .qlsp7exv    { background: transparent; padding: 0; }
.o7rdv {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.wnfr { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.jc8ma { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.lw8rt9k {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.cmixi {
  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;
}
.ymkrl5zj {
  
  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%;
}
.s6o1qsr {
  
  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;
}
.ut8n7 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ut8n7.tw1wxy {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .rslfkk {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .rslfkk::before    { grid-area: rank;   }
  .q88t1v           { grid-area: ident;  }
  .o7rdv     { grid-area: rating; min-width: 0; width: auto; }
  .lw8rt9k           { grid-area: pills;  }
  .ut8n7             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .rslfkk {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .rslfkk::before    { justify-self: center; }
  .q88t1v           { width: 100%; }
  .o7rdv     { justify-self: center; }
  .lw8rt9k           { grid-template-columns: 1fr; }
}
.nyc57fop {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.w5mu {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.ow53j {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.ow53j img { max-width: 80px; max-height: 50px; object-fit: contain; }
.a295a7xo { flex: 1; }
.a295a7xo h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.bsyknqyv { color: var(--c-stars); font-size: 1.1rem; }
.q0ogg4 { margin-bottom: 8px; }
.kf6j7bm {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.kf6j7bm > span { color: var(--accent); font-weight: 700; }
.hyrirp em, .cng951 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .kf6j7bm { padding: 10px 16px; gap: 6px 16px; } }
.spmm { flex-shrink: 0; align-self: flex-start; }
.spmm .tw1wxy { white-space: nowrap; }
@media (max-width: 560px) {
  .w5mu { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .ow53j { order: 1; }
  .spmm { order: 2; margin-left: auto; align-self: center; }
  .a295a7xo { order: 3; flex: 1 1 100%; min-width: 0; }
}
.owvwno3b img.mz62 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.pvoi { padding: 20px 24px; }
.hsbymcn { color: var(--text-muted); margin-bottom: 16px; }
.atxr1zma { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.r5yjk6z, .o97tefa { list-style: none; font-size: 0.9rem; }
.r5yjk6z li { color: var(--c-pros); margin-bottom: 4px; }
.o97tefa li { color: var(--c-cons); margin-bottom: 4px; }
.r5yjk6z li::before { content: "✓"; margin-right: 5px; }
.o97tefa li::before { content: "✗"; margin-right: 5px; }
.k4egmm .r5yjk6z li::before { content: "→"; }
.k4egmm .o97tefa li::before { content: "–"; }
.m497rsd  .r5yjk6z li::before { content: "★"; }
.m497rsd  .o97tefa li::before { content: "✕"; }
.fkbohz1    .r5yjk6z li::before { content: "◆"; }
.fkbohz1    .o97tefa li::before { content: "▲"; }
.f077  .r5yjk6z li::before { content: "▶"; }
.f077  .o97tefa li::before { content: "■"; }
.up5sxa { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.nimny { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.jpjatot { background: var(--bg-pros); color: var(--c-tag-pay); }
.d0p4bf { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.h8corffm .d0p4bf { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.mq5624w .d0p4bf { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .xrfk .dp4kj7vi {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .xrfk .nyc57fop { margin: 0; }
}
.yat7th .w5mu { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.yat7th .a295a7xo h3 { color: var(--accent-light); }
.yat7th .ow53j { background: var(--bg-page); border: 1px solid var(--border); }
.avpknaa .nyc57fop { border-top: 4px solid var(--accent); }
.avpknaa .w5mu { background: var(--bg-card); }
.uykwn2 .nyc57fop { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.uykwn2 .w5mu { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.uykwn2 .pvoi { padding: 14px 16px; }
.uykwn2 .ow53j { border-radius: 4px; }
.uykwn2 .d0p4bf { border-radius: 0; }
.ds8e .w5mu { padding: 0; gap: 0; overflow: hidden; }
.ds8e .ow53j { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.ds8e .a295a7xo { padding: 16px 20px; }
.ds8e .spmm { padding: 16px 20px; align-self: center; }
.qeg3lhw9 .bsyknqyv { font-size: .95rem; }
.iyhsomq0 .l333cis { gap: 10px; }
.iyhsomq0 .c5mft, .iyhsomq0 .yll3ojd { padding: 12px; }
.iyhsomq0 .c5mft ul, .iyhsomq0 .yll3ojd ul { margin: 4px 0 0; padding-left: 18px; }
.iyhsomq0 .c5mft li, .iyhsomq0 .yll3ojd li { font-size: .85rem; margin-bottom: 3px; }
.uombjph .nimny { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .etbjq { grid-template-columns: 1fr; }
  .mt9i { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .mt9i .fl7xu9 { width: 72px; height: 50px; }
  .mt9i .zibw1247 { max-width: 180px; }
  .mt9i .qvb4p17 { width: auto; }
}
.lgj6pjv .qeg3lhw9 .bsyknqyv { filter: brightness(1.2); }
@media (max-width: 720px) {
  .lgj6pjv { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .tcqjw { padding: 16px; }
  .tn1samg8 .mrlr { min-width: 50%; }
}
.wf14j6 .l333cis { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .zvr9z { grid-template-columns: 1fr; }
  .irbh1hci { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .pn00 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .nm8ixxa { flex-wrap: wrap; padding: 16px; }
}
.dxj3 .l333cis { gap: 8px; }
.dxj3 .c5mft, .dxj3 .yll3ojd { padding: 8px; }
@media (max-width: 480px) {
  .ao5gz { flex-direction: column; align-items: stretch; }
}
.t1zrc .qvb4p17 .tw1wxy { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .jelnsj { flex-direction: column; align-items: stretch; gap: 10px; }
  .t1zrc .qvb4p17 { text-align: center; }
}
@media (max-width: 720px) {
  .vtxe4g { grid-template-columns: 1fr; }
  .z3rv { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .y6xslaei { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.fxy26e .iech44p { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.duev6x .bsyknqyv { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .j309 { grid-template-columns: 1fr; }
  .duev6x { width: 100px; height: 100px; margin: 16px auto; }
  .fxy26e { font-size: 1.4rem; }
  .vk12 { justify-content: center; }
  .tofzvc .mrlr { min-width: 50%; }
}
.jfet5s .l333cis { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .u91xie { flex-wrap: wrap; padding: 14px 16px; }
  .u9nqc { padding: 12px 16px; }
  .jfet5s .l333cis { margin: 0 16px; }
  .jfet5s .uombjph { padding: 0 16px; }
  .yc9nl { padding: 12px 16px; }
}
.jec7z .rslfkk {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.jec7z .rslfkk:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.oge6w .n988xnl { gap: 18px; }
.oge6w .rslfkk {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.oge6w .rslfkk:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.wtxkgjv .n988xnl {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.wtxkgjv .rslfkk {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.wtxkgjv .rslfkk:last-child { border-bottom: none; }
.wtxkgjv .q88t1v,
.wtxkgjv .o7rdv,
.wtxkgjv .lw8rt9k {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.kejnny .n988xnl { gap: 0; }
.kejnny .rslfkk {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.kejnny .rslfkk:last-child { border-bottom: none; }
.kejnny .rslfkk:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.kejnny .rslfkk:nth-child(even):hover { background: var(--bg-hover); }
.af8dmb .rslfkk {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.rb64 .lw8rt9k .cmixi {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.rb64 .lw8rt9k .cmixi:first-child { border-left: none; }
.fvjp .lw8rt9k .cmixi {
  background: transparent; padding: 4px 8px;
}
.fvjp .lw8rt9k .ymkrl5zj { font-size: .65rem; opacity: .65; }
.fvjp .lw8rt9k .s6o1qsr   { font-size: 1.15rem; color: var(--accent-light); }
.kk0a .lw8rt9k .cmixi {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.jc8ma { display: none; }
.ityt .wnfr { font-size: 1rem; letter-spacing: 2px; }
.lv37n8 .wnfr {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.lnupsj .wnfr,
.co8eq94k .wnfr,
.eykc .wnfr { display: none; }
.lnupsj .jc8ma,
.co8eq94k .jc8ma,
.eykc .jc8ma { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.lnupsj .jc8ma { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.lnupsj .jc8ma small { display: none; }
.co8eq94k .jc8ma {
  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;
}
.co8eq94k .jc8ma small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.eykc .jc8ma {
  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;
}
.eykc .jc8ma small { display: none; }
.lnupsj .q0ogg4 .bsyknqyv,
.co8eq94k .q0ogg4 .bsyknqyv,
.eykc .q0ogg4 .bsyknqyv { display: none; }
.lnupsj .q0ogg4 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.lnupsj .iech44p { display: none; }
.co8eq94k .q0ogg4 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;
}
.co8eq94k .snbs6q,
.co8eq94k .iech44p { font-size: 1em; }
.eykc .q0ogg4 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.eykc .iech44p { display: none; }
.l6yz { margin: 16px 0; }
.w8gi6h { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.w8gi6h summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.w8gi6h summary::after { content: "+"; color: var(--accent-light); }
.w8gi6h[open] summary::after { content: "−"; }
.w8gi6h p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.lzs9alxe { margin-bottom: 0; }
.btaxcyh h2.yu3z { color: var(--text-primary); border-color: var(--accent-light); }
.sud2ipqy h2.yu3z { color: var(--text-primary); border-color: var(--accent-light); }
.c3df4lz .ldh28u     { background: #052e16; border-color: #10b981; }
.c3df4lz .f63nlkg { background: #2d0a1e; border-color: #f43f5e; }
.c3df4lz .ugwth7q    { background: #1e1036; border-color: #a855f7; }
.c3df4lz .togfnl strong  { color: #f1f5f9; }
.c3df4lz .togfnl p       { color: #cbd5e1; }
.c3df4lz .ihr0mlb    .ldh28u     .x4jzj6::before,
.c3df4lz .hblakqur  .ldh28u     .x4jzj6::before,
.c3df4lz .z31ct  .ldh28u     .x4jzj6::before,
.c3df4lz .xsalf .ldh28u     .x4jzj6::before { color: #10b981; }
.c3df4lz .ihr0mlb    .f63nlkg .x4jzj6::before,
.c3df4lz .hblakqur  .f63nlkg .x4jzj6::before,
.c3df4lz .z31ct  .f63nlkg .x4jzj6::before,
.c3df4lz .xsalf .f63nlkg .x4jzj6::before { color: #f43f5e; }
.c3df4lz .ihr0mlb    .ugwth7q    .x4jzj6::before,
.c3df4lz .hblakqur  .ugwth7q    .x4jzj6::before,
.c3df4lz .z31ct  .ugwth7q    .x4jzj6::before,
.c3df4lz .xsalf .ugwth7q    .x4jzj6::before { color: #a855f7; }
.ojh7 .ldh28u     { background: #2d2000; border-color: #eab308; }
.ojh7 .f63nlkg { background: #2d0b0b; border-color: #ef4444; }
.ojh7 .ugwth7q    { background: #2d1600; border-color: #f97316; }
.ojh7 .togfnl strong  { color: #f1f5f9; }
.ojh7 .togfnl p       { color: #cbd5e1; }
.ojh7 .ihr0mlb    .ldh28u     .x4jzj6::before,
.ojh7 .hblakqur  .ldh28u     .x4jzj6::before,
.ojh7 .z31ct  .ldh28u     .x4jzj6::before,
.ojh7 .xsalf .ldh28u     .x4jzj6::before { color: #eab308; }
.ojh7 .ihr0mlb    .f63nlkg .x4jzj6::before,
.ojh7 .hblakqur  .f63nlkg .x4jzj6::before,
.ojh7 .z31ct  .f63nlkg .x4jzj6::before,
.ojh7 .xsalf .f63nlkg .x4jzj6::before { color: #ef4444; }
.ojh7 .ihr0mlb    .ugwth7q    .x4jzj6::before,
.ojh7 .hblakqur  .ugwth7q    .x4jzj6::before,
.ojh7 .z31ct  .ugwth7q    .x4jzj6::before,
.ojh7 .xsalf .ugwth7q    .x4jzj6::before { color: #f97316; }
.c9gu2v .ldh28u     { background: #0c1a2e; border-color: #38bdf8; }
.c9gu2v .f63nlkg { background: #12103a; border-color: #818cf8; }
.c9gu2v .ugwth7q    { background: #0a2020; border-color: #2dd4bf; }
.c9gu2v .togfnl strong  { color: #f1f5f9; }
.c9gu2v .togfnl p       { color: #cbd5e1; }
.c9gu2v .ihr0mlb    .ldh28u     .x4jzj6::before,
.c9gu2v .hblakqur  .ldh28u     .x4jzj6::before,
.c9gu2v .z31ct  .ldh28u     .x4jzj6::before,
.c9gu2v .xsalf .ldh28u     .x4jzj6::before { color: #38bdf8; }
.c9gu2v .ihr0mlb    .f63nlkg .x4jzj6::before,
.c9gu2v .hblakqur  .f63nlkg .x4jzj6::before,
.c9gu2v .z31ct  .f63nlkg .x4jzj6::before,
.c9gu2v .xsalf .f63nlkg .x4jzj6::before { color: #818cf8; }
.c9gu2v .ihr0mlb    .ugwth7q    .x4jzj6::before,
.c9gu2v .hblakqur  .ugwth7q    .x4jzj6::before,
.c9gu2v .z31ct  .ugwth7q    .x4jzj6::before,
.c9gu2v .xsalf .ugwth7q    .x4jzj6::before { color: #2dd4bf; }
.ok2pvjsu::before,
.fvgl::before { margin-right: 5px; }
.yve6 .c5mft ul li,
.yve6 .r5yjk6z li         { color: #4ade80; }
.yve6 .c5mft .ok2pvjsu { color: #22c55e; }
.yve6 .yll3ojd ul li,
.yve6 .o97tefa li         { color: #f87171; }
.yve6 .yll3ojd .fvgl { color: #ef4444; }
.jnrf15s .c5mft { background: var(--bg-pros); }
.jnrf15s .yll3ojd { background: var(--bg-cons); }
.jnrf15s .c5mft .ok2pvjsu { color: var(--c-pros-label); }
.jnrf15s .yll3ojd .fvgl { color: var(--c-cons); }
.jnrf15s .c5mft ul li,
.jnrf15s .r5yjk6z li            { color: var(--c-pros); }
.jnrf15s .yll3ojd ul li,
.jnrf15s .o97tefa li            { color: var(--c-cons); }
.oojkza .c5mft { background: var(--bg-pros); }
.oojkza .yll3ojd { background: var(--bg-cons); }
.oojkza .c5mft .ok2pvjsu { color: var(--c-pros-label); }
.oojkza .yll3ojd .fvgl { color: var(--c-cons); }
.oojkza .c5mft ul li,
.oojkza .r5yjk6z li          { color: var(--c-pros); }
.oojkza .yll3ojd ul li,
.oojkza .o97tefa li          { color: var(--c-cons); }
.xn6r19 .ok2pvjsu::before { content: "✓ "; }
.xn6r19 .fvgl::before { content: "✗ "; }
.k4egmm .ok2pvjsu::before { content: "→ "; }
.k4egmm .fvgl::before { content: "← "; }
.m497rsd .ok2pvjsu::before { content: "★ "; }
.m497rsd .fvgl::before { content: "✕ "; }
.fkbohz1 .ok2pvjsu::before { content: "◆ "; }
.fkbohz1 .fvgl::before { content: "▲ "; }
.mq5624w .togfnl { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.mq5624w .togfnl strong { color: var(--text-primary); }
.mq5624w .togfnl p      { color: var(--text-muted); }
.h8corffm .togfnl { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.b24x5125 .togfnl {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.b24x5125 .togfnl strong,
.b24x5125 .togfnl p { color: #fff; }
.b24x5125 .x4jzj6::before { color: rgba(255,255,255,0.9) !important; }
.ad1c3 .togfnl {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.ad1c3 .togfnl strong { color: var(--text-primary); }
.ad1c3 .togfnl p      { color: var(--text-muted); }
.dhsfzvt .togfnl { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ihr0mlb .x4jzj6,
.hblakqur .x4jzj6,
.z31ct .x4jzj6,
.xsalf .x4jzj6 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ihr0mlb .x4jzj6::before,
.hblakqur .x4jzj6::before,
.z31ct .x4jzj6::before,
.xsalf .x4jzj6::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ihr0mlb .ldh28u     .x4jzj6::before { content: "✦"; color: var(--c-tip-border); }
.ihr0mlb .f63nlkg .x4jzj6::before { content: "▲"; color: var(--c-warn-border); }
.ihr0mlb .ugwth7q    .x4jzj6::before { content: "◉"; color: #60a5fa; }
.hblakqur .ldh28u     .x4jzj6::before { content: "★"; color: var(--c-tip-border); }
.hblakqur .f63nlkg .x4jzj6::before { content: "◆"; color: var(--c-warn-border); }
.hblakqur .ugwth7q    .x4jzj6::before { content: "●"; color: #60a5fa; }
.z31ct .ldh28u     .x4jzj6::before { content: "▶"; color: var(--c-tip-border); }
.z31ct .f63nlkg .x4jzj6::before { content: "■"; color: var(--c-warn-border); }
.z31ct .ugwth7q    .x4jzj6::before { content: "▸"; color: #60a5fa; }
.xsalf .ldh28u     .x4jzj6::before { content: "→"; color: var(--c-tip-border); }
.xsalf .f63nlkg .x4jzj6::before { content: "⬥"; color: var(--c-warn-border); }
.xsalf .ugwth7q    .x4jzj6::before { content: "◈"; color: #60a5fa; }
.replty0s .v2f1ph5z .h1f4ce,
.replty0s .zj6m .h1f4ce  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.replty0s .z1qz7pt                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.replty0s .rslfkk                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.replty0s .nyc57fop            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.replty0s .biwuels          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.replty0s .g71l                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.iljnmlud .v2f1ph5z .h1f4ce,
.iljnmlud .zj6m .h1f4ce,
.iljnmlud .z1qz7pt,
.iljnmlud .rslfkk,
.iljnmlud .nyc57fop,
.iljnmlud .biwuels,
.iljnmlud .g71l,
.iljnmlud .dhsfzvt .togfnl { box-shadow: none; }
.g3ru1n   .qa9791dz, .g3ru1n .vv24jrg1, .g3ru1n .nyhmz0t,
.g3ru1n   .iid0ktg7, .g3ru1n .gzmhvx8 { font-size: 0.9rem; }
.g3ru1n   .v5y2, .g3ru1n .aox73ulm { font-size: 0.9rem; }
.u86y5f   .qa9791dz, .u86y5f .vv24jrg1, .u86y5f .nyhmz0t,
.u86y5f   .iid0ktg7, .u86y5f .gzmhvx8 { font-size: 0.95rem; }
.u86y5f   .v5y2, .u86y5f .aox73ulm { font-size: 0.95rem; }
.prf3n   .qa9791dz, .prf3n .vv24jrg1, .prf3n .nyhmz0t,
.prf3n   .iid0ktg7, .prf3n .gzmhvx8 { font-size: 1.08rem; }
.prf3n   .v5y2, .prf3n .aox73ulm { font-size: 1.05rem; }
.prf3n   .psum487 { font-size: 0.97rem; }
.eagr .m95ampgt      { font-size: 3.2rem; }
.eagr h2.yu3z { font-size: 1.9rem; }
.eagr h3.m2ui8w2     { font-size: 1.4rem; }
.t0428h .m95ampgt      { font-size: 3.8rem; }
.t0428h h2.yu3z { font-size: 2.2rem; }
.t0428h h3.m2ui8w2     { font-size: 1.6rem; }
.lzs9alxe + .lzs9alxe { position: relative; }
.e37kk   .lzs9alxe + .lzs9alxe::before,
.nvze1  .lzs9alxe + .lzs9alxe::before,
.ngslts   .lzs9alxe + .lzs9alxe::before,
.rw71xy   .lzs9alxe + .lzs9alxe::before,
.bgu6   .lzs9alxe + .lzs9alxe::before,
.orf9o .lzs9alxe + .lzs9alxe::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.e37kk .lzs9alxe + .lzs9alxe::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.nvze1 .lzs9alxe + .lzs9alxe::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ngslts .lzs9alxe + .lzs9alxe::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;
}
.rw71xy .lzs9alxe + .lzs9alxe::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.bix2 .lzs9alxe { margin-bottom: 16px; }
.bix2 .lzs9alxe + .lzs9alxe { margin-top: 0; }
.bix2 .vxz0rtmq { padding-top: 0; padding-bottom: 0; }
.bgu6 .lzs9alxe + .lzs9alxe::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.orf9o .lzs9alxe + .lzs9alxe::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.as5z6z .lzs9alxe + .lzs9alxe::before,
.ljpam .lzs9alxe + .lzs9alxe::before,
.higyw .lzs9alxe + .lzs9alxe::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%;
}
.xblxxap .as5z6z .lzs9alxe:nth-child(even)::before,
.xblxxap .ljpam .lzs9alxe:nth-child(even)::before,
.xblxxap .higyw .lzs9alxe:nth-child(even)::before { background: var(--bg-surface); }
.niatxc .as5z6z .lzs9alxe:nth-child(even)::before,
.niatxc .ljpam .lzs9alxe:nth-child(even)::before,
.niatxc .higyw .lzs9alxe:nth-child(even)::before { background: var(--bg-card); }
.as5z6z .lzs9alxe + .lzs9alxe::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");
}
.ljpam .lzs9alxe + .lzs9alxe::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");
}
.higyw .lzs9alxe + .lzs9alxe::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");
}
.tq1fptm .v8jvgx3,
.eh88gri .wgjlj47y,
.tq1fptm .wgjlj47y { margin-bottom: 60px; }
.j4aku5m .wgjlj47y { margin-bottom: 70px; }
.tq1fptm .mx81fzn { padding-bottom: 60px; }
.tq1fptm .v8jvgx3::before,
.tq1fptm .v8jvgx3::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");
}
.onxve .tlsxy9 { background: var(--accent); }
.onxve .tlsxy9 .tqyui3 { background: none; }
.onxve .wxcemi { background: var(--accent); }
.onxve .fh1wt9hh { background: var(--accent-bg); }
.onxve .v8jvgx3:not(.tlsxy9) .tqyui3 { background: rgba(0,0,0,0.6); }
.dtm1s .t3q3dghu { float: left; width: 38%; margin: 0 28px 16px 0; }
.dtm1s .t3q3dghu .pgnrqk0p { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dtm1s .vxz0rtmq::after { content: ''; display: block; clear: both; }
.zrgmo7l .t3q3dghu { float: right; width: 38%; margin: 0 0 16px 28px; }
.zrgmo7l .t3q3dghu .pgnrqk0p { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zrgmo7l .vxz0rtmq::after { content: ''; display: block; clear: both; }
.aq07 .lzs9alxe:nth-child(odd)  .t3q3dghu { float: left;  width: 38%; margin: 0 28px 16px 0; }
.aq07 .lzs9alxe:nth-child(even) .t3q3dghu { float: right; width: 38%; margin: 0 0 16px 28px; }
.aq07 .t3q3dghu .pgnrqk0p { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.aq07 .vxz0rtmq::after { content: ''; display: block; clear: both; }
.dtm1s .hlg58f,
.dtm1s .n988xnl,
.zrgmo7l .hlg58f,
.zrgmo7l .n988xnl,
.aq07 .hlg58f,
.aq07 .n988xnl { clear: both; }
@media (max-width: 900px) {
  .dtm1s .t3q3dghu,
  .zrgmo7l .t3q3dghu,
  .aq07 .lzs9alxe:nth-child(odd)  .t3q3dghu,
  .aq07 .lzs9alxe:nth-child(even) .t3q3dghu {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .dtm1s .t3q3dghu .pgnrqk0p,
  .zrgmo7l .t3q3dghu .pgnrqk0p,
  .aq07 .t3q3dghu .pgnrqk0p {
    max-height: none !important;
  }
}
.dtm1s .v5y2,
.dtm1s .aox73ulm,
.zrgmo7l .v5y2,
.zrgmo7l .aox73ulm,
.aq07 .v5y2,
.aq07 .aox73ulm { overflow: hidden; }
@media (max-width: 640px) {
  .dtm1s .t3q3dghu,
  .zrgmo7l .t3q3dghu,
  .aq07 .t3q3dghu { float: none; width: 100%; margin: 0 0 16px 0; }
}
.k3n25 .zgb9,
.k3n25 .vxz0rtmq,
.k3n25 .u42r  { max-width: 1100px; }
.k3n25 { --content-mw: 1100px; }
.vk2oflfr .zgb9,
.vk2oflfr .vxz0rtmq,
.vk2oflfr .u42r  { max-width: 1200px; }
.f1ko29 .zgb9,
.f1ko29 .vxz0rtmq,
.f1ko29 .u42r  { max-width: 1320px; }
.yda9bm { font-size: 0.82rem; color: var(--text-muted); }
.xj1ye2p1 { display: flex; align-items: center; }
.oas15a2 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.k8x5y { display: flex; align-items: center; }
.r9uj { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.r9uj:hover { text-decoration: underline; }
.nuu88 { margin: 0 3px; opacity: 0.45; }
.nuu88::before { content: '/'; }
.wuf5gwg { padding: 2px 5px; color: var(--text-main); }
.ti4qr .yda9bm {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ti4qr .xj1ye2p1 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.feli7yf .yda9bm {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.feli7yf .xj1ye2p1 { padding: 0 0 0 12px; }
.cses {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.oewitq6 .xj1ye2p1 { padding: 0 16px; }
.oewitq6 .yda9bm {
  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);
}
.oewitq6 .zgb9 { padding-top: 28px; }
@media (max-width: 720px) {
  .cses { margin-top: 18px; padding: 0 16px; }
  .oewitq6 .zgb9 { padding-top: 16px; }
}
.k3n25.ti4qr .xj1ye2p1 { max-width: 1100px; }
.vk2oflfr.ti4qr .xj1ye2p1 { max-width: 1200px; }
.f1ko29.ti4qr .xj1ye2p1 { max-width: 1320px; }
.k3n25 .cses { max-width: 1100px; }
.vk2oflfr .cses { max-width: 1200px; }
.f1ko29 .cses { max-width: 1320px; }
.emiya .lzs9alxe { padding-top: 16px; padding-bottom: 16px; }
.cwzkibi .lzs9alxe { padding-top: 24px; padding-bottom: 24px; }
.ng3y .lzs9alxe { padding-top: 40px; padding-bottom: 40px; }
.ldt24fq .lzs9alxe { padding-top: 52px; padding-bottom: 52px; }
.ua6npz8 .lzs9alxe:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ua6npz8 .lzs9alxe:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ua6npz8 .lzs9alxe:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ua6npz8 .lzs9alxe:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.byt0xma4 .vxz0rtmq { padding-top: 10px;  padding-bottom: 10px; }
.gnr097 .vxz0rtmq { padding-top: 18px;  padding-bottom: 18px; }
.e9xx4viw .vxz0rtmq { padding-top: 36px;  padding-bottom: 36px; }
.kb43wt .vxz0rtmq { padding-top: 48px;  padding-bottom: 48px; }
.efc1kq h2.yu3z { font-weight: 600; }
.efc1kq h3.m2ui8w2     { font-weight: 600; }
.kk0f6h h2.yu3z { font-weight: 800; }
.kk0f6h h3.m2ui8w2     { font-weight: 700; }
.xuc6u6 { font-weight: 600; }
.xuc6u6 h2.yu3z { font-weight: 900; }
.xuc6u6 h3.m2ui8w2     { font-weight: 800; }
.xuc6u6 .togfnl strong,
.xuc6u6 .togfnl strong { font-weight: 600; }
.z28u {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.cenoh .z28u { display: none; }
@media (max-width: 640px) {
  .z28u { display: none !important; }
}
.z28u { background: var(--cta) !important; color: #fff !important; border: none !important; }
.z28u:hover { opacity: 0.85; }
.st86vqcs .z28u { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.svabrs  .pv80ldmz { left: 32px; }
@media (max-width: 480px) {
  .kq9i8ia .pv80ldmz { right: 20px; bottom: 20px; }
  .svabrs  .pv80ldmz { left: 20px; bottom: 20px; }
}
.jjptpx3s { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.u42r { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.smwrtgd1 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.bz6s8 { color: var(--text-dim); font-size: 0.8rem; }
.ktlor a, .uihk a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ktlor a:hover, .uihk a:hover { color: var(--accent-light); }
.uihk { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.jrb7nj .u42r { text-align: center; }
.jrb7nj .uihk { justify-content: center; margin-bottom: 16px; }
.jrb7nj .smwrtgd1 { margin-top: 0; }
.rv4ezj { margin-top: 10px; }
.rv4ezj a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .u42r { padding-left: 16px; padding-right: 16px; }
  .swdzfm .u42r { padding: 20px 16px; }
  .uihk { gap: 4px 12px; }
  .smwrtgd1 { font-size: 0.78rem; }
}
.gqni .smwrtgd1 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.gqni .bz6s8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .gqni .ruc2 { grid-template-columns: 1fr 1fr; } .gqni .x8lnp { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gqni .ruc2 { grid-template-columns: 1fr; } }
.cmn8a .smwrtgd1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .cmn8a .t4ehxp { gap: 12px; } .cmn8a .vxf6m5 { margin-right: 0; width: 100%; } }
.kriv .smwrtgd1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.kriv .bz6s8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .kriv .bcxbd { grid-template-columns: 1fr 1fr; } .kriv .bepemp7i { grid-column: 1 / -1; } }
@media (max-width: 480px) { .kriv .bcxbd { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .nwb8arn .emk8n7vp { grid-template-columns: 1fr 1fr; } .nwb8arn .w1q8hk:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nwb8arn .emk8n7vp { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .io8at26 .emk8n7vp { grid-template-columns: 1fr; } }
.i1u598bc .u42r { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.i1u598bc .uihk { justify-content: center; }
.newbaj .givg974o      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.newbaj .jjptpx3s { background: var(--bg-page); border-top-color: var(--border-alt); }
.h3kb4f .givg974o      { background: #0d1117; border-bottom-color: #21262d; }
.h3kb4f .funvvrb { color: var(--accent-light); }
.h3kb4f .ju1kxj { --msep-color: #8b949e; }
.h3kb4f .ju1kxj a { color: #8b949e; }
.h3kb4f .ju1kxj a:hover { color: var(--accent-light); }
.h3kb4f .ila3g { color: #8b949e; }
.h3kb4f .jjptpx3s { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.h3kb4f .smwrtgd1,
.h3kb4f .bz6s8 { color: #6e7681; }
.h3kb4f .ktlor a, .h3kb4f .uihk a,
.h3kb4f .ktlor a:hover, .h3kb4f .uihk a:hover,
@media (max-width: 640px) {
  .h3kb4f .ju1kxj { background: #0d1117; border-top-color: #21262d; }
  .h3kb4f .ju1kxj li a { border-bottom-color: #21262d; }
}
.wdkxr7h .givg974o      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.wdkxr7h .funvvrb { color: var(--accent-light); }
.wdkxr7h .ju1kxj { --msep-color: #475569; }
.wdkxr7h .ju1kxj a { color: #475569; }
.wdkxr7h .ju1kxj a:hover { color: var(--accent-light); }
.wdkxr7h .ila3g { color: #64748b; }
.wdkxr7h .jjptpx3s { background: #f0f4f8; border-top-color: #cbd5e1; }
.wdkxr7h .smwrtgd1,
.wdkxr7h .bz6s8 { color: #64748b; }
.wdkxr7h .ktlor a, .wdkxr7h .uihk a,
.wdkxr7h .ktlor a:hover, .wdkxr7h .uihk a:hover,
@media (max-width: 640px) {
  .wdkxr7h .ju1kxj { background: #f0f4f8; border-top-color: #cbd5e1; }
  .wdkxr7h .ju1kxj li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.rkq9y .givg974o      { background: var(--accent); border-bottom-color: var(--accent-light); }
.rkq9y .funvvrb { color: #fff; }
.rkq9y .ju1kxj { --msep-color: rgba(255,255,255,0.82); }
.rkq9y .ju1kxj a { color: rgba(255,255,255,0.82); }
.rkq9y .ju1kxj a:hover { color: #fff; }
.rkq9y .ila3g { color: rgba(255,255,255,0.9); }
.rkq9y .jjptpx3s { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.rkq9y .smwrtgd1,
.rkq9y .bz6s8 { color: rgba(255,255,255,0.72); }
.rkq9y .ktlor a, .rkq9y .uihk a,
.rkq9y .ktlor a:hover, .rkq9y .uihk a:hover,
@media (max-width: 640px) {
  .rkq9y .ju1kxj { background: var(--accent); border-top-color: var(--accent-light); }
  .rkq9y .ju1kxj li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.r3saru89 .givg974o {
  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);
}
.r3saru89 .jjptpx3s {
  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) {
  .r3saru89 .ju1kxj {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.duuvx2 .bm49o { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.za8xan5s .bm49o { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.uyzj8cqm .bm49o { min-height: 72px; height: auto; }
.cef4f1 .bm49o { min-height: 84px; height: auto; }
.swdzfm .bm49o { max-width: none; padding: 0 32px; }
.swdzfm .u42r  { max-width: none; padding: 24px 32px; }
.haov.vk2oflfr .bm49o { max-width: 1200px; }
.haov.f1ko29 .bm49o { max-width: 1320px; }
.p9q52   .funvvrb, .p9q52   .vxf6m5 { text-transform: capitalize; }
.rhlvdb9 .funvvrb, .rhlvdb9 .vxf6m5 { text-transform: lowercase; }
.ve7qe3c .funvvrb, .ve7qe3c .vxf6m5 { text-transform: uppercase; letter-spacing: 0.06em; }
.bvg4q9, .oqx9z6x {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tqwq9g .bvg4q9,
.uu4v .bvg4q9,
.xbx92 .bvg4q9,
.f64oxbw0 .bvg4q9,
.ukgg28lh   .ju1kxj a { font-weight: 500; }
.pw7f .ju1kxj a { font-weight: 600; }
.tcd7     .ju1kxj a { font-weight: 700; }
.r71zutsr    .ju1kxj a { font-weight: 800; letter-spacing: 0.01em; }
.hg67y     .ju1kxj > li + li::before,
.ry6fd6k9    .ju1kxj > li + li::before,
.tl3vzknu    .ju1kxj > li + li::before,
.hujwpg .ju1kxj > li + li::before,
.eidj .ju1kxj > li + li::before,
.s4zsim  .ju1kxj > li + li::before,
.b3kzshdn    .ju1kxj > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.hg67y     .ju1kxj > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ry6fd6k9    .ju1kxj > li + li::before { content: "|"; }
.tl3vzknu    .ju1kxj > li + li::before { content: "—"; }
.hujwpg .ju1kxj > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.eidj .ju1kxj > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.s4zsim  .ju1kxj > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.b3kzshdn    .ju1kxj > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .i4gmd0i .ila3g,
  .e3s7yb .ila3g,
  .ewze0 .ila3g,
  .nvgofux .ila3g,
  .m6v2bp .ila3g {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .i4gmd0i .ila3g::before,
  .e3s7yb .ila3g::before,
  .ewze0 .ila3g::before,
  .nvgofux .ila3g::before,
  .m6v2bp .ila3g::before { content: ""; display: block; flex-shrink: 0; }

  
  .i4gmd0i .ila3g::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;
  }

  
  .e3s7yb .ila3g::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;
  }

  
  .ewze0 .ila3g::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;
  }

  
  .nvgofux .ila3g::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;
  }

  
  .m6v2bp .ila3g::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) {
  .or216 .ila3g {
    padding: 5px 14px;
  }
  .or216 .ju1kxj {
    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;
  }
  .or216 .ju1kxj li a {
    border-bottom: none; padding: 10px 22px;
  }
  .or216 .ju1kxj li a:hover { background: var(--bg-raised); }
  .or216 .qzc7x3b,
  .m2ot546u .qzc7x3b,
  .erroz .qzc7x3b { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .jukaung .ila3g {
    padding: 5px 10px;
  }
  .jukaung .ju1kxj {
    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);
  }
  .jukaung .ju1kxj.jesbpfbb { transform: translateX(0); }
  .jukaung .ju1kxj li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .jukaung .ju1kxj li:last-child a { border-bottom: none; }
  .rkq9y .ju1kxj,
  .h3kb4f .ju1kxj { background: var(--accent) !important; }
  .rkq9y .ju1kxj li a,
  .h3kb4f .ju1kxj li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .erroz .ila3g {
    padding: 5px 10px;
  }
  .erroz .ju1kxj {
    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);
  }
  .erroz .ju1kxj::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .erroz .ju1kxj.jesbpfbb { transform: translateY(0); }
  .erroz .ju1kxj li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .lofz .ila3g {
    padding: 5px 10px;
  }
  .lofz .ju1kxj {
    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;
  }
  .lofz .ju1kxj.jesbpfbb { opacity: 1; pointer-events: auto; }
  .lofz .ju1kxj li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .g8xixf     .ila3g { border-radius: 0 !important; }
  .ef4q69   .ila3g { border-radius: 8px !important; }
  .vt4q .ila3g { border-radius: 50% !important; }
  .q5oiq0qh   .ila3g { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ujf68 .e8tazus2 { flex-direction: column; align-items: stretch; }
  .ujf68 .tkrhee { flex-direction: row; min-width: auto; }
  .ujf68 .azwdk { align-items: flex-start; text-align: left; }
}
.i9adhyt3,
.i9adhyt3.lzs9alxe,
.xblxxap .i9adhyt3,
.si5v1fe .i9adhyt3,
.niatxc .i9adhyt3,
.au5gie .i9adhyt3 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.oltqv {
  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;
}
.ofovwgd9 { flex: 1 1 280px; min-width: 0; }
.ly0ol {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ggab {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.cc0j {
  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;
}
.cc0j:hover { transform: translateY(-1px); opacity: 0.95; }
.fjs9imh .oltqv {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.fjs9imh .ly0ol { color: var(--cta); }
.fjs9imh .ggab { color: var(--text-body); }
.fjs9imh .cc0j {
  background: var(--cta) !important;
  color: #fff !important;
}
.vrck4vh .oltqv {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.vrck4vh .ly0ol { color: var(--text-primary); }
.vrck4vh .ggab { color: var(--text-body); }
.vrck4vh .cc0j {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .oltqv {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ofovwgd9 { flex: 0 0 auto; }
  .ly0ol { font-size: 1.2rem; }
  .cc0j { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.j70g0 .qqarco7t { height: 36px; }
.x5ci2r75 .qqarco7t { height: 60px; max-width: 200px; }
.k5c0a9tm .qqarco7t { height: 56px; max-width: 180px; }
.xg1gn    .wnfr, .xg1gn    .bsyknqyv { color: #f59e0b; }
.md6m7351      .wnfr { font-size: 1rem; letter-spacing: 1.5px; }
.md6m7351      .bsyknqyv   { font-size: 1.35rem; }
.b5dy    .wnfr, .b5dy    .bsyknqyv { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.isbwezg3     .wnfr, .isbwezg3     .bsyknqyv { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.tnao .wnfr, .tnao .bsyknqyv { color: var(--cta); letter-spacing: 2px; }
.wtakyja   .wnfr, .wtakyja   .bsyknqyv { color: #e91e63; letter-spacing: 2px; }
.t8z0v  .wnfr, .t8z0v  .bsyknqyv { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.b4feor16     .wnfr, .b4feor16     .bsyknqyv { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.rb64 .cmixi + .cmixi {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.lskaq .rslfkk { padding: 18px 24px; min-height: 68px; }
.fvjp .ymkrl5zj {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.fvjp .s6o1qsr {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.kk0a .cmixi {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.n988xnl { counter-reset: cs-rank; }
.n988xnl .rslfkk { counter-increment: cs-rank; }
.n988xnl .rslfkk::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;
}
.suk07 .n988xnl { counter-reset: cs-rank; gap: 0; }
.suk07 .rslfkk {
  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;
}
.suk07 .rslfkk::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;
}
.suk07 .q88t1v {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.suk07 .qlsp7exv {
  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;
}
.suk07 .l5au8f { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.suk07 .q88t1v { min-width: 0; flex-direction: column; width: 100%; }
.suk07 .ualbye {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.suk07 .wnfr { color: var(--cta, var(--accent)); }
.suk07 .jc8ma { font-weight: 700; }
.suk07 .cmixi {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.suk07 .ymkrl5zj {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.suk07 .s6o1qsr {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.suk07 .huyvjufs .s6o1qsr { font-size: 1.3rem; color: var(--accent-light); }
.suk07 .ut8n7 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.suk07 .rslfkk:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .suk07 .n988xnl {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .suk07 .rslfkk {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .suk07 .rslfkk { padding: 40px 16px 20px; }
  .suk07 .cmixi {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .suk07 .ut8n7 { width: 100%; min-width: 0; }
}
.fymen5zf .n988xnl { counter-reset: cs-rank; gap: 10px; }
.fymen5zf .rslfkk {
  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);
}
.fymen5zf .rslfkk::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);
}
.fymen5zf .q88t1v {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.fymen5zf .qlsp7exv {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.fymen5zf .l5au8f { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.fymen5zf .ualbye {
  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;
}
.fymen5zf .wnfr { color: var(--cta, var(--accent)); }
.fymen5zf .cmixi {
  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;
}
.fymen5zf .ymkrl5zj {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.fymen5zf .s6o1qsr { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.fymen5zf .huyvjufs .s6o1qsr { color: var(--accent-light); }
.fymen5zf .ut8n7 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.fymen5zf .rslfkk:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .fymen5zf .rslfkk {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .fymen5zf .rslfkk::before {
    position: absolute; top: 14px; left: 14px;
  }
  .fymen5zf .q88t1v {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .fymen5zf .ualbye { white-space: normal; text-align: center; font-size: 1.2rem; }
  .fymen5zf .cmixi {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .fymen5zf .ut8n7 { width: 100%; min-width: 0; }
  .fymen5zf .wnfr { min-width: 0; }
}
.bwk3w2 .rslfkk::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.sp34p0u .w8gi6h {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.sp34p0u .w8gi6h summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.sp34p0u .w8gi6h p { padding: 0 2px 16px; }
.n5bwow56 .w8gi6h { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.n5bwow56 .w8gi6h summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.n5bwow56 .w8gi6h summary::after { content: "›"; font-size: 1.2em; }
.n5bwow56 .w8gi6h[open] summary::after { content: "‹"; }
.n5bwow56 .w8gi6h p { padding: 10px 22px 4px; }
.uq4lyth .w8gi6h {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.uq4lyth .w8gi6h summary { color: var(--text-primary); padding-left: 16px; }
.uq4lyth .w8gi6h summary::after { content: "›"; font-size: 1.1em; }
.uq4lyth .w8gi6h[open] summary::after { content: "‹"; }
.uq4lyth .w8gi6h p { padding-left: 16px; }
.aeutjp .l6yz { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.aeutjp .w8gi6h {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.aeutjp .w8gi6h:last-child { border-bottom: none; }
.aeutjp .w8gi6h summary { color: var(--text-primary); border-radius: 0; }
.aeutjp .w8gi6h summary::after { content: "›"; font-size: 1.1em; }
.aeutjp .w8gi6h[open] summary::after { content: "‹"; }
.w0z4n .w8gi6h { overflow: hidden; }
.w0z4n .w8gi6h summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.w0z4n .w8gi6h summary::after { color: rgba(255,255,255,.75); }
.w0z4n .w8gi6h[open] summary { border-radius: 0; }
.cj8utp6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xshw {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.i4uh2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.a54xqzbf { color: var(--text-muted); font-size: 1.05rem; }
.t0mt1 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.irpa2 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.cagy { margin-bottom: 20px; }
.yqilk {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.p7t1 {
  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;
}
.p7t1:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.jtd6ry { resize: vertical; min-height: 130px; }
.tk7qzoj { width: 100%; margin-top: 8px; }
.kxvia {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.s9sgxt8 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.gvtw4bm2 { color: var(--text-muted); line-height: 1.75; }
.v0lk0 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.v0lk0 li { margin-bottom: 6px; }
.wmkh19p { max-width: 760px; margin: 0 auto; }
.ij7oaj ul.v0lk0 { margin: 0; }
@media (max-width: 640px) { .tasm { grid-template-columns: 1fr; gap: 10px; } }
.m7r6w { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.du70l { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.fg0musgu { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.du70l p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.du70l .v0lk0 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .m7r6w { grid-template-columns: 1fr; } }
.w32sfre { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.w32sfre:hover .itowrre1 { color: var(--accent-light); text-decoration: underline; }
.h3zhp4s0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.jgl8ik { margin-bottom: 48px; }
.g7kgfgw { max-width: 760px; margin: 0 auto; }
.n0ah { text-align: center; }
.jmy8k { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.jmy8k:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.hfsy4 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.jmy8k p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.jmy8k ul.v0lk0 { margin: 0; }
.bupzdfi6 { color: var(--text-muted); line-height: 1.75; }
.n0ah .v0lk0,
.q7jbkt .v0lk0,
.sjq7 .v0lk0,
.u7o0 .v0lk0 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.n0ah .jmy8k,
.q7jbkt .jmy8k { text-align: left; }
.n0ah .hfsy4,
.q7jbkt .hfsy4 { text-align: center; }
.tyvik { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.y8f34hl2 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.ie2y { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.draq { margin-top: 12px; }
.fyztbuf { 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; }
.fyztbuf:hover { border-bottom-color: var(--accent-light); }
.a9epgk5s { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.a9epgk5s img { width: 100%; height: 100%; object-fit: cover; display: block; }
.f0mt { width: 200px; height: 200px; }
.jrq05 { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.wntzg8 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.g3jx1 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .mfbmm8 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.jkd5pp { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.jkd5pp .ie2y, .jkd5pp .y8f34hl2 { max-width: 640px; }
.n58jc .tyvik { font-size: 1.6rem; margin-top: 18px; }
.n7yixn .ie2y { margin-bottom: 28px; }
@media (max-width: 860px) { .yhx10x { grid-template-columns: 1fr; } .n58jc { position: static; text-align: center; } }
.vyse .a9epgk5s { margin: 0 auto 18px; }
.vyse .wntzg8 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .pnl3s { grid-template-columns: 1fr; } }
.ddgc8iyl .tyvik { font-size: 1.6rem; margin-bottom: 6px; }
.u7o0 .v0lk0 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ddgc8iyl { flex-direction: column; text-align: center; } .ieflj { grid-template-columns: 1fr; } }
.rewkhb .tyvik { font-size: 1.35rem; margin: 0 0 4px; }
.rewkhb .wntzg8 { margin: 0; }
.ldme .i4uh2 { color: var(--accent-light); }
.vy7gb .i4uh2 { font-size: 2rem; }
.vy7gb .a54xqzbf { max-width: 680px; }
.f4ptmqxh .i4uh2 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.f4ptmqxh .a54xqzbf  { margin: 0; }
@media (max-width: 640px) { .f4ptmqxh { flex-direction: column; } }
.tkei6f .i4uh2 { color: var(--accent-light); }
.cf75jn .i4uh2 { color: #fff; }
.cf75jn .a54xqzbf  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .uy1m24cb { grid-template-columns: 1fr; } }
.d41bn6 .p7t1 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.d41bn6 .p7t1:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ppbw .p7t1 { background: var(--bg-raised); border-color: transparent; }
.ppbw .p7t1:focus { background: var(--bg-card); border-color: var(--accent-light); }
.nwc9 .p7t1 { border-radius: 100px; padding: 11px 20px; }
.nwc9 .jtd6ry { border-radius: 14px; }
@media (max-width: 640px) { .dsgd { grid-template-columns: 1fr; } }
.qp8h{display:none}
.qp8h:empty,.upycm1:empty{display:none}
.ibtjwu{position:relative;overflow:visible}
.kwe1y4x6 .qgoa,.ldhb0 .qgoa,
.ungi .qgoa,.fahpkn .qgoa,
.knvgf39 .qgoa,.ugkbe8 .qgoa{display:block}
.heffzp8 .zp9f{display:block}
.kwe1y4x6 .qgoa,.ldhb0 .qgoa,
.ungi .qgoa,.fahpkn .qgoa,
.knvgf39 .qgoa{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.kwe1y4x6 .qgoa .upycm1,.ldhb0 .qgoa .upycm1,
.ungi .qgoa .upycm1,.fahpkn .qgoa .upycm1,
.knvgf39 .qgoa .upycm1{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.kwe1y4x6 .qgoa,.ldhb0 .qgoa{top:12px}
.kwe1y4x6 .qgoa .upycm1{margin-right:auto}
.ldhb0 .qgoa .upycm1{margin-left:auto}
.ldhb0 .qgoa{text-align:right}
.ungi .qgoa,.fahpkn .qgoa{bottom:12px}
.ungi .qgoa .upycm1{margin-right:auto}
.fahpkn .qgoa .upycm1{margin-left:auto}
.fahpkn .qgoa{text-align:right}
.knvgf39 .qgoa{position:relative;margin-top:16px}
.knvgf39 .qgoa .upycm1{margin:0 auto}
.ugkbe8 .qgoa{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ugkbe8 .qgoa .upycm1{margin:0}
.ugkbe8 .fh1wt9hh~.qgoa,
.ugkbe8 .uk0pn23~.qgoa{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ugkbe8 .fh1wt9hh~.qgoa .upycm1,
.ugkbe8 .uk0pn23~.qgoa .upycm1{justify-content:flex-start}
.fh1wt9hh~.qgoa,.uk0pn23~.qgoa{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.fh1wt9hh~.qgoa .upycm1{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.uk0pn23~.qgoa .upycm1{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zp9f .upycm1{margin:0 0 12px}
.upycm1{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.gsfmgm{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.itowrre1{font-weight:600;color:var(--text-heading);opacity:1}
.mkrytruz .gsfmgm{display:none}
.o5n5u993 .upycm1{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.zu9op .upycm1{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.lzxl0y{--date-bg:transparent}
.y4lk .qfn9kd1::before{content:""}
.q2wocg .goe4znba{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .goe4znba{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .dt4qo{max-width:100%}
}
.i7lt .biwuels{margin:0}
@media (max-width:560px){
  .qls7xz{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) {
  .f6qmh { padding: 28px 18px 20px; }
  .roi3uktr { font-size: 1.2rem; }
  .su9ig { max-width: 220px; max-height: 80px; }
}
.bc7d9l {
  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);
}
.j9st1 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.e5n107  .bc7d9l { border-radius: 50%; }
.unnt5j6u  .bc7d9l { border-radius: 6px; }
.po1po .bc7d9l { border-radius: 22px; }
.ke3vikgw .oltqv {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .bc7d9l { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.a3q8 .lzs9alxe {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.a3q8 .vxz0rtmq {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.a3q8 .oltqv {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.yqvk24b .lzs9alxe,
.yqvk24b .vxz0rtmq {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.yqvk24b .oltqv {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .yqvk24b { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .yqvk24b .oltqv {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .yqvk24b .ggab { display: none !important; }
  .yqvk24b .ly0ol { font-size: 1.1rem !important; }
  .yqvk24b .bc7d9l { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .mk5g4 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .bm49o { flex-direction: row-reverse; }
[dir="rtl"] .ju1kxj { flex-direction: row-reverse; }
[dir="rtl"] .svabrs  .pv80ldmz { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .kq9i8ia .pv80ldmz { right: auto; left: 20px; }
  [dir="rtl"] .svabrs  .pv80ldmz { left: auto;  right: 20px; }
}
[dir="rtl"] .dtm1s .t3q3dghu  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .zrgmo7l .t3q3dghu { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .v5y2, [dir="rtl"] .aox73ulm { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .c5mft { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .yll3ojd { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .togfnl { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .oltqv { direction: rtl; }
[dir="rtl"] .bc7d9l { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .rslfkk,
[dir="rtl"] .yda9bm { direction: rtl; }
[dir="rtl"] .g71l { direction: rtl; }
[dir="rtl"] .u40s26 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .yg0g9a .aox73ulm,
[dir="rtl"] .yv68eq9 .aox73ulm,
[dir="rtl"] .wwtndj .aox73ulm,
[dir="rtl"] .yr26m1 .aox73ulm {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .yg0g9a .aox73ulm li::before,
[dir="rtl"] .yv68eq9 .aox73ulm li::before,
[dir="rtl"] .wwtndj .aox73ulm li::before,
[dir="rtl"] .yr26m1 .aox73ulm li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .v8jvgx3.pt83km1y .wgjlj47y,
[dir="rtl"] .iuo79s.pt83km1y .wgjlj47y,
[dir="rtl"] .tlsxy9.pt83km1y .wgjlj47y,
[dir="rtl"] .dok6ck1u.pt83km1y .wgjlj47y,
[dir="rtl"] .xgodcg.pt83km1y .wgjlj47y { text-align: right; }
[dir="rtl"] .fh1wt9hh.ey3c .mx81fzn { text-align: center; }
[dir="rtl"] .vxz0rtmq,
[dir="rtl"] .iid0ktg7,
[dir="rtl"] .gzmhvx8,
[dir="rtl"] .wgjlj47y { text-align: right; }
[dir="rtl"] .irpa2,
[dir="rtl"] .yqilk,
[dir="rtl"] .ie2y,
[dir="rtl"] .p7t1,
[dir="rtl"] .jtd6ry { text-align: right; direction: rtl; }
[dir="rtl"] .nwc9 .p7t1,
[dir="rtl"] .d41bn6 .p7t1 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #cf730e;
  --brand:           #cf730e;
  --brand-light:     #ad6516;
  --brand-pale:      #ce7f28;
  --grad-start:      #f2a046;
  --grad-end:        #efbd86;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #cf730e;
  --cta-light:       #ad5d06;
  --cta-hover:       #95530a;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f4f3;
  --bg-raised:       #f1efed;
  --bg-hover:        #f6f4f3;
  --border:          #e9e5e1;
  --border-alt:      #ddd6cf;
  --border-section:  #e9e5e1;
  --text-primary:    #1c1916;
  --text-muted:      #625950;
  --text-body:       #38332d;
  --text-sub:        #544c44;
  --text-faint:      #8c8072;
  --text-dim:        #a3998e;
  --text-label:      #70665b;
  --text-value:      #464039;
  --accent-bg:       #f6ebde;
  --accent-bg-light: #f3dcc3;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c9616;
  --c-cons:          #9f2b21;
  --c-pros-label:    #0eb31b;
  --c-tip-border:    #10c61d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9616;
}
:root { --logo-bg-opacity: 51%; }
body, button, input { font-family: "Roboto", sans-serif; }
.snj7lp .x4jzj6 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.snj7lp .x4jzj6::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.snj7lp .ldh28u     .x4jzj6::before { content: "";  color: var(--c-tip-border); }.snj7lp .f63nlkg .x4jzj6::before { content: ""; color: var(--c-warn-border); }.snj7lp .ugwth7q    .x4jzj6::before { content: ""; color: #60a5fa; }.c3df4lz .snj7lp .ldh28u     .x4jzj6::before { color: #10b981; }.c3df4lz .snj7lp .f63nlkg .x4jzj6::before { color: #f43f5e; }.c3df4lz .snj7lp .ugwth7q    .x4jzj6::before { color: #a855f7; }.ojh7  .snj7lp .ldh28u     .x4jzj6::before { color: #eab308; }.ojh7  .snj7lp .f63nlkg .x4jzj6::before { color: #ef4444; }.ojh7  .snj7lp .ugwth7q    .x4jzj6::before { color: #f97316; }.c9gu2v  .snj7lp .ldh28u     .x4jzj6::before { color: #38bdf8; }.c9gu2v  .snj7lp .f63nlkg .x4jzj6::before { color: #818cf8; }.c9gu2v  .snj7lp .ugwth7q    .x4jzj6::before { color: #2dd4bf; }.orihp .snj7lp .x4jzj6::before { color: var(--accent-light) !important; }
.faj1e3f .r5yjk6z li::before, .faj1e3f .o97tefa 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; }.faj1e3f .r5yjk6z li::before { content: ""; }.faj1e3f .o97tefa li::before { content: ""; }.faj1e3f .ok2pvjsu::before, .faj1e3f .fvgl::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.faj1e3f .ok2pvjsu::before { content: ""; }.faj1e3f .fvgl::before { content: ""; }
.beot .ws05ie3, .beot .fh1wt9hh { min-height: 640px; }
.nuu88::before { content: '—'; }