:root {
  --color-accent: #307942;
  --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;
}
.gz7oeu {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.xaid1mkv {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.o201re0n {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.rmep9ul { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.tdkpvhdu { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.tdkpvhdu a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.tdkpvhdu a:hover { color: var(--accent-light); }
.zla6idj     .oxzvb0 { border-radius: 24px; padding: 8px; }
.zla6idj .oxzvb0 li a { border-radius: 16px; }
.sd2568 .oxzvb0 li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .oxzvb0 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .efdx9:hover .oxzvb0,
  .efdx9:focus-within .oxzvb0 { display: block; }
  .oxzvb0 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ad561hh {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.taqo7w06 { display: none; }
@media (max-width: 640px) {
  .taqo7w06 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .taqo7w06.t1h0 { display: block; }
}
@media (max-width: 640px) {
  .ad561hh { display: block; }
  .tdkpvhdu > li + li::before { display: none !important; }
  .tdkpvhdu {
    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;
  }
  .tdkpvhdu.t1h0 { display: flex; }
  .tdkpvhdu li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .tdkpvhdu li:last-child a { border-bottom: none; }
}
.fn5wo0vo { min-height: 480px; }
.gb57 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.qls1 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.w6dqk1b .qls1 { margin-left: 0; margin-right: 0; }
.sdrxzede {
  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;
}
.cdj9fcz .sdrxzede { margin-top: 24px; }
.sdrxzede:hover { opacity: 0.88; }
.vmql .wt3ys {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.vmql .gb57 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.vmql .qls1 { color: #e2e8f0; }
.vmql.c0flz17i .wt3ys { text-align: center; }
.vmql.w6dqk1b   .wt3ys { text-align: left; }
.msm0djcp {
  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);
}
.msm0djcp .wt3ys {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.msm0djcp .gb57 { color: var(--text-primary); text-shadow: none; }
.msm0djcp .qls1 { color: var(--text-muted); }
.msm0djcp .sdrxzede { margin-top: 16px; }
.msm0djcp, .msm0djcp.fn5wo0vo { min-height: auto !important; }
.msm0djcp.c0flz17i .wt3ys { text-align: center; }
.msm0djcp.w6dqk1b   .wt3ys { text-align: left; }
.msm0djcp~.q1ck0{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}
.msm0djcp~.q1ck0 .e5q9sum{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; }
}
.dbuvj .gb57 { color: #fff; }
.dbuvj .qls1 { color: rgba(255,255,255,0.85); }
.dbuvj .sdrxzede { background: #fff; color: var(--cta); }
.dbuvj .sdrxzede:hover { opacity: 0.92; }
.bvr9iq5r .gb57 { text-shadow: none; color: var(--text-primary); }
.bvr9iq5r .qls1 { color: var(--text-muted); }
body.e120ksq .gb57 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.p5tx9 .gb57 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.fn5wo0vo.dbuvj .gb57,
section.dbuvj .gb57 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.bvr9iq5r.c0flz17i .gq2xthhn { align-items: center; text-align: center; }
.fn5wo0vo .mebet {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.mebet .l8bpcux {
  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;
}
.mebet .l8bpcux::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.mebet .mbpiwtw { display: contents !important; }
.mebet .mbpiwtw .wi4qdq9 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.mebet .mbpiwtw .y0s6 { max-height: 48px; max-width: 96px; }
.mebet .mbpiwtw .atzx93bg {
  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;
}
.mebet .lmqpz8m {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.mebet .b1vdvc { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.mebet .vy4dpj { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.mebet .vy4dpj small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.mebet .m0o44o1e { display: contents !important; }
.mebet .m0o44o1e .gajua:not(.ycqw) { display: none !important; }
.mebet .m0o44o1e .ycqw {
  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;
}
.mebet .m0o44o1e .ycqw .po5bh4 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.mebet .m0o44o1e .ycqw .kg5yslu {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.mebet .v3xyek { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.mebet .v3xyek.ysdu {
  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;
}
.mebet .v3xyek.ysdu:hover { opacity: 0.85; }
.r9lj5 .wt3ys { padding-bottom: 24px; }
.cdj9fcz .wt3ys { max-width: 1100px; }
@media (max-width: 700px) {
  .bvr9iq5r { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .bvr9iq5r:not(.mwlr) .bgzfea { display: none !important; }
  .mwlr .bgzfea { padding: 16px; }
  .gq2xthhn  { padding: 36px 24px; }
  .bvr9iq5r~.q1ck0,.hqqh~.q1ck0{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .fn5wo0vo, .bvr9iq5r { min-height: 320px !important; }
  .gb57 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .yejbeh,
  .mn6i,
  .gtku { grid-template-columns: 1fr !important; }

  

  
  .r9lj5 { display: flex !important; flex-direction: column !important; }
  .r9lj5 .wt3ys { display: contents; }
  .r9lj5 .gzcmk5n { order: 0; }
  .r9lj5 .gb57 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .r9lj5 .yejbeh { order: 2; padding: 0 16px 12px !important; }
  .r9lj5 .qls1 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .cdj9fcz .wt3ys { display: flex; flex-direction: column; }
  .cdj9fcz .wt3ys .gb57 { order: 1; }
  .cdj9fcz .wt3ys .gtku { order: 2; margin: 8px 0 24px !important; }
  .cdj9fcz .wt3ys .qls1 { order: 3; }
  .cdj9fcz .wt3ys .sdrxzede { order: 4; align-self: center; margin-top: 0; }

  
  .bvr9iq5r.mwlr {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .bvr9iq5r.mwlr .gq2xthhn { display: contents; padding: 0; }
  .bvr9iq5r.mwlr .gq2xthhn .gb57 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .bvr9iq5r.mwlr .bgzfea { order: 2; padding: 12px 16px; }
  .bvr9iq5r.mwlr .gq2xthhn .qls1 { order: 3; padding: 0 24px; margin: 0 auto; }
  .bvr9iq5r.mwlr .gq2xthhn .sdrxzede { order: 4; align-self: center; margin: 8px 0 32px; }
}
.hvpgb5 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.zmlwdo1z { width: 100%; height: auto; display: block; border-radius: 10px; }
.mpms1la .hvpgb5        { border-radius: 16px; }
.mpms1la .zmlwdo1z  { border-radius: 16px; }
.es8tx0 .hvpgb5         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.es8tx0 .zmlwdo1z   { border-radius: 8px; }
.pcgy8f { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.eult { width: 100%; padding: 32px 0; position: relative; }
.pingo6 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.sozqr .eult:nth-child(even) { background: var(--bg-surface); }
.sozqr .eult:nth-child(odd)  { background: var(--bg-page); }
.e9n9h .eult:nth-child(even) { background: var(--bg-card); }
.e9n9h .eult:nth-child(odd)  { background: var(--bg-page); }
.sozqr .eult:nth-child(odd)  .pingo6 { background: var(--bg-card); border-radius: 6px; }
.sozqr .eult:nth-child(even) .pingo6 { background: var(--bg-raised); border-radius: 6px; }
.e9n9h .eult:nth-child(odd)  .pingo6 { background: var(--bg-card); border-radius: 6px; }
.e9n9h .eult:nth-child(even) .pingo6 { background: var(--bg-raised); border-radius: 6px; }
.sozqr .eult:nth-child(even) .pw7d4sq .jbbj6m,
.e9n9h .eult:nth-child(even) .pw7d4sq .jbbj6m { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.sozqr .eult:nth-child(odd) .pw7d4sq .jbbj6m,
.e9n9h .eult:nth-child(odd) .pw7d4sq .jbbj6m { background: var(--bg-card-inner); }
.sozqr .eult:nth-child(even) .o5ro2 .jbbj6m:nth-child(odd),
.e9n9h .eult:nth-child(even) .o5ro2 .jbbj6m:nth-child(odd)  { background: var(--bg-card); }
.sozqr .eult:nth-child(even) .o5ro2 .jbbj6m:nth-child(even),
.e9n9h .eult:nth-child(even) .o5ro2 .jbbj6m:nth-child(even) { background: var(--bg-card-inner); }
h1.pst6a { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.pst6a {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.yenwc { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ms4q8fl1 h2.pst6a {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.hjqk77y h2.pst6a {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.zmyg5q4 h2.pst6a {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.fjl0 h2.pst6a::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.urfm4 h2.pst6a {
  color: var(--text-primary); font-size: 1.7rem;
}
.xeg8u h2.pst6a::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.gcgayday h2.pst6a {
  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;
}
.c1ltq { font-size: 1.35rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.ev8op { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ev8op { display: none; } }
.jc8f { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.jpqm { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.tibxwnf {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.za3rvq { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.tnfl7 { padding-left: 20px; }
.tnfl7 li { margin-bottom: 6px; }
.tnfl7 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.tnfl7 a:hover { color: var(--accent-light); }
.bw6lu6a .za3rvq { display: none; }
.byuu .za3rvq { display: none; }
.byuu .tnfl7 { padding-left: 0; list-style: none; }
.byuu .tnfl7 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.byuu .tnfl7 a { font-size: 0.92rem; }
.gc35v9 .tibxwnf { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.gc35v9 .za3rvq { display: none; }
.gc35v9 .tnfl7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.gc35v9 .tnfl7 li { margin-bottom: 0; }
.gc35v9 .tnfl7 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;
}
.gc35v9 .tnfl7 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.a5u82u .tibxwnf { padding: 20px 20px 16px; }
.a5u82u .tnfl7 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.a5u82u .tnfl7 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.a5u82u .tnfl7 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;
}
.a5u82u .tnfl7 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;
}
.a5u82u .tnfl7 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.a5u82u .tnfl7 a:focus,
.a5u82u .tnfl7 a:focus-visible,
.a5u82u .tnfl7 a:target { outline: none; }
.a5u82u .tnfl7 li:target a { border-color: var(--border); color: var(--text-muted); }
.v1h85 .tibxwnf { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.v1h85 .za3rvq { display: none; }
.v1h85 .tnfl7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.v1h85 .tnfl7 li { margin-bottom: 0; }
.v1h85 .tnfl7 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.v1h85 .tnfl7 li:last-child::after { content: ""; margin-right: 0; }
.v1h85 .tnfl7 a { font-size: 0.9rem; }
.jbbj6m { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.pw7d4sq .jbbj6m { background: var(--bg-card); }
.o5ro2 .jbbj6m:nth-child(odd)  { background: var(--bg-card); }
.o5ro2 .jbbj6m:nth-child(even) { background: var(--bg-raised); }
.uhw3 .jbbj6m {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.uhw3 .jbbj6m:last-child { border-bottom: none; }
.uhw3 h3.yenwc { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.az4c2s6 .jbbj6m {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.az4c2s6 .jbbj6m + .jbbj6m { margin-top: 4px; }
.p5vc0 .jbbj6m { background: none; border-radius: 0; padding: 12px 0; }
.p5vc0 .jbbj6m + .jbbj6m { border-top: 1px solid var(--border-section); }
.ccwo { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ghzzmm { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.mkvbw { color: var(--text-body); margin-bottom: 10px; }
.ey80jfy, .x3d78rul { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ey80jfy li, .x3d78rul li { margin-bottom: 6px; }
.x3d78rul li { list-style: decimal; }
.w86kml50     .ey80jfy { list-style-type: "● "; }
.x6q1  .ey80jfy { list-style-type: "■ "; }
.t3za .ey80jfy { list-style-type: "◆ "; }
.fplpgn    .ey80jfy { list-style-type: "★ "; }
.w86kml50     .bd2fpz4g { list-style-type: "● "; }
.x6q1  .bd2fpz4g { list-style-type: "■ "; }
.t3za .bd2fpz4g { list-style-type: "◆ "; }
.fplpgn    .bd2fpz4g { list-style-type: "★ "; }
.w86kml50    .ey80jfy li::marker, .w86kml50    .bd2fpz4g li::marker,
.x6q1 .ey80jfy li::marker, .x6q1 .bd2fpz4g li::marker,
.t3za .ey80jfy li::marker, .t3za .bd2fpz4g li::marker,
.fplpgn   .ey80jfy li::marker, .fplpgn   .bd2fpz4g li::marker {
  color: var(--cta); font-size: 1em;
}
.w86kml50 .x3d78rul,
.x6q1 .x3d78rul,
.t3za .x3d78rul,
.fplpgn .x3d78rul {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.w86kml50 .x3d78rul li,
.x6q1 .x3d78rul li,
.t3za .x3d78rul li,
.fplpgn .x3d78rul li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.w86kml50 .x3d78rul li::before,
.x6q1 .x3d78rul li::before,
.t3za .x3d78rul li::before,
.fplpgn .x3d78rul 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;
}
.w86kml50     .x3d78rul li::before { border-radius: 50%; }
.x6q1  .x3d78rul li::before { border-radius: 3px; }
.t3za .x3d78rul li::before { border-radius: 3px; }
.fplpgn    .x3d78rul li::before { border-radius: 50%; }
.wxak9 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.r4m4smq .wxak9,
.ygz8l7r .wxak9 { background: transparent; border: none; border-radius: 0; }
.yc313 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.yc313 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.yc313 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.yc313 tr:hover td { background: var(--bg-hover); }
.cd3fju .yc313 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.tvb6n5h .yc313 { border: 1px solid var(--border-alt); }
.tvb6n5h .yc313 th,
.tvb6n5h .yc313 td { border: 1px solid var(--border-alt); }
.n2ue4uic .yc313 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.n2ue4uic .yc313 td { border-bottom: none; }
.n2ue4uic .yc313 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.vkvt .yc313 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.hxx16owx .wxak9 {
  overflow: hidden;
}
.hxx16owx .yc313 th { border-bottom: 1px solid var(--border-alt); }
.hxx16owx .yc313 tr:last-child td { border-bottom: none; }
.wfjc1h85 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.x1vcn7 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.jstoo { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.dnezl5 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.frhc { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.bd2fpz4g { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.bd2fpz4g 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%}
.o9r4ia .dnezl5 { background: transparent; text-align: center; }
.iz4pymo .jstoo {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.dh0v1l .jstoo {
  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);
}
.cdr6cqy .x1vcn7 { display: grid; grid-template-columns: auto 1fr; }
.cdr6cqy .jstoo {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.cdr6cqy .dnezl5 { grid-column: 2; }
.cdr6cqy .frhc,
.cdr6cqy .bd2fpz4g { grid-column: 1 / -1; }
.a5w32 .x1vcn7 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.a5w32 .jstoo {
  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);
}
.a5w32 .dnezl5 { grid-column: 2; }
.a5w32 .frhc,
.a5w32 .bd2fpz4g { grid-column: 1 / -1; }
.ocmu .x1vcn7 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ocmu .dnezl5 { background: none; color: var(--accent-light); font-weight: 700; }
.hpvfp .x1vcn7 { 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); }
.hpvfp .dnezl5 { background: none; color: var(--accent-light); font-weight: 700; }
.jukjsz .x1vcn7 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.jukjsz .x1vcn7:last-child { border-bottom: none; }
.jukjsz .dnezl5 { background: none; color: var(--accent-light); font-weight: 700; }
.o7titfxc .x1vcn7 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.o7titfxc .dnezl5 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.dvf0tw2v .wfjc1h85 { counter-reset: card-n; }
.dvf0tw2v .x1vcn7  { counter-increment: card-n; }
.dvf0tw2v .dnezl5 { display: flex; align-items: center; gap: 10px; }
.dvf0tw2v .dnezl5::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;
}
.zzj85 .x1vcn7 { background: var(--bg-surface); border: 1px solid var(--border); }
.zzj85 .dnezl5 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ggn9ek { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.dx6b  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.mwcf101 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.bl10s { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.n8gf { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ggn9ek strong { color: var(--text-primary); font-size: 0.95rem; }
.ggn9ek p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.ne3msr2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ilxsxyz, .b254k { border-radius: 8px; padding: 14px; }
.ilxsxyz { background: var(--bg-pros); }
.b254k { background: var(--bg-cons); }
.q67jtj45 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ilxsxyz .q67jtj45 { color: var(--c-pros-label); }
.b254k .q67jtj45 { color: #f87171; }
.ilxsxyz ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.b254k ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zmlwdo1z { width: 100%; height: auto; border-radius: 10px; display: block; }
.ysdu {
  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;
}
.ysdu:hover { opacity: 0.85; }
.w98e5j .ysdu  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.w98e5j .ysdu:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qqb0h .ysdu  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.qqb0h .ysdu:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.z7qcqw .sdrxzede { border-radius: 50px; }
.z7qcqw .ysdu  { border-radius: 50px; }
.onxl6 .sdrxzede { padding-left: 22px; padding-right: 22px; }
.onxl6 .ysdu  { padding-left: 12px; padding-right: 12px; }
.fab1 .sdrxzede { padding-left: 44px; padding-right: 44px; }
.fab1 .ysdu  { padding-left: 24px; padding-right: 24px; }
.rs1tf .sdrxzede { padding-left: 56px; padding-right: 56px; }
.rs1tf .ysdu  { padding-left: 32px; padding-right: 32px; }
.wk204sf   .sdrxzede::after, .wk204sf   .ysdu::after,
.vvl3 .sdrxzede::after, .vvl3 .ysdu::after,
.z8kcyen    .sdrxzede::after, .z8kcyen    .ysdu::after,
.zbnktp    .sdrxzede::after, .zbnktp    .ysdu::after,
.tqaku72m    .sdrxzede::after, .tqaku72m    .ysdu::after,
.yq7542a     .sdrxzede::after, .yq7542a     .ysdu::after,
.u8mz    .sdrxzede::after, .u8mz    .ysdu::after,
.xezprkf5   .sdrxzede::after, .xezprkf5   .ysdu::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;
}
.wk204sf .sdrxzede::after, .wk204sf .ysdu::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");
}
.vvl3 .sdrxzede::after, .vvl3 .ysdu::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");
}
.z8kcyen .sdrxzede::after, .z8kcyen .ysdu::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");
}
.zbnktp .sdrxzede::after, .zbnktp .ysdu::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");
}
.tqaku72m .sdrxzede::after, .tqaku72m .ysdu::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");
}
.yq7542a .sdrxzede::after, .yq7542a .ysdu::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");
}
.u8mz .sdrxzede::after, .u8mz .ysdu::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");
}
.xezprkf5 .sdrxzede::after, .xezprkf5 .ysdu::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");
}
.gs3vbsrq   .pn2iv7::after, .gs3vbsrq   .lmd1g1::after,
.hlccxht .pn2iv7::after, .hlccxht .lmd1g1::after,
.w1w8cs    .pn2iv7::after, .w1w8cs    .lmd1g1::after,
.nl6j    .pn2iv7::after, .nl6j    .lmd1g1::after,
.zin6    .pn2iv7::after, .zin6    .lmd1g1::after,
.pj65klpf     .pn2iv7::after, .pj65klpf     .lmd1g1::after,
.wcfqfze3    .pn2iv7::after, .wcfqfze3    .lmd1g1::after,
.bexn   .pn2iv7::after, .bexn   .lmd1g1::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;
}
.gs3vbsrq .pn2iv7::after, .gs3vbsrq .lmd1g1::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");
}
.hlccxht .pn2iv7::after, .hlccxht .lmd1g1::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");
}
.w1w8cs .pn2iv7::after, .w1w8cs .lmd1g1::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");
}
.nl6j .pn2iv7::after, .nl6j .lmd1g1::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");
}
.zin6 .pn2iv7::after, .zin6 .lmd1g1::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");
}
.pj65klpf .pn2iv7::after, .pj65klpf .lmd1g1::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");
}
.wcfqfze3 .pn2iv7::after, .wcfqfze3 .lmd1g1::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");
}
.bexn .pn2iv7::after, .bexn .lmd1g1::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");
}
.tfa5y {
  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;
}
.l8bpcux {
  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;
}
.l8bpcux > * { min-width: 0; }
.l8bpcux:hover { background: var(--bg-hover); }
.l8bpcux > [itemprop="item"] { display: contents; }
.l8bpcux [itemprop="itemReviewed"],
.l8bpcux [itemprop="reviewRating"] { display: none; }
.l8bpcux::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;
}
.mbpiwtw {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.wi4qdq9 {
  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;
}
.y0s6 { max-height: 52px; max-width: 110px; object-fit: contain; }
.atzx93bg {
  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;
}
.lh8p .wi4qdq9    { background: #1a1a1a; }
.vocih4eg .wi4qdq9   { background: rgba(128,128,128,.12); }
.ft0rv2wa .wi4qdq9 { background: var(--bg-raised); }
.hic4oab .wi4qdq9    { background: transparent; padding: 0; }
.lmqpz8m {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.b1vdvc { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.vy4dpj { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.m0o44o1e {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.gajua {
  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;
}
.po5bh4 {
  
  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%;
}
.kg5yslu {
  
  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;
}
.v3xyek {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.v3xyek.ysdu {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .l8bpcux {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .l8bpcux::before    { grid-area: rank;   }
  .mbpiwtw           { grid-area: ident;  }
  .lmqpz8m     { grid-area: rating; min-width: 0; width: auto; }
  .m0o44o1e           { grid-area: pills;  }
  .v3xyek             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .l8bpcux {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .l8bpcux::before    { justify-self: center; }
  .mbpiwtw           { width: 100%; }
  .lmqpz8m     { justify-self: center; }
  .m0o44o1e           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .kj10 .u99f {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .kj10 .kvwv33 { margin: 0; }
}
.ygz8l7r .ne3msr2 { gap: 10px; }
.ygz8l7r .ilxsxyz, .ygz8l7r .b254k { padding: 12px; }
.ygz8l7r .ilxsxyz ul, .ygz8l7r .b254k ul { margin: 4px 0 0; padding-left: 18px; }
.ygz8l7r .ilxsxyz li, .ygz8l7r .b254k li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .w007q { grid-template-columns: 1fr; }
  .oam9lky { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .oam9lky .aq5vp4 { width: 72px; height: 50px; }
  .oam9lky .zsxggdse { max-width: 180px; }
  .oam9lky .mjru { width: auto; }
}
@media (max-width: 720px) {
  .cr27eyb4 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ojm5n4d { padding: 16px; }
  .cs2zhs .v86ll { min-width: 50%; }
}
.muxcwp .ne3msr2 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .wq4f8paz { grid-template-columns: 1fr; }
  .go81dgsq { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .bvj9z3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .nsd4b { flex-wrap: wrap; padding: 16px; }
}
.m49b .ne3msr2 { gap: 8px; }
.m49b .ilxsxyz, .m49b .b254k { padding: 8px; }
@media (max-width: 480px) {
  .xcf8 { flex-direction: column; align-items: stretch; }
}
.nf50ofvk .mjru .ysdu { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .a4lot8p { flex-direction: column; align-items: stretch; gap: 10px; }
  .nf50ofvk .mjru { text-align: center; }
}
@media (max-width: 720px) {
  .aca3ewf { grid-template-columns: 1fr; }
  .l8dr { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ql5fza { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .zr24vxv { grid-template-columns: 1fr; }
  .bxbwe { width: 100px; height: 100px; margin: 16px auto; }
  .rsmca6 { font-size: 1.4rem; }
  .yejih { justify-content: center; }
  .o2g1phd .v86ll { min-width: 50%; }
}
.ja94 .ne3msr2 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .o5cpe9b { flex-wrap: wrap; padding: 14px 16px; }
  .g65fin8 { padding: 12px 16px; }
  .ja94 .ne3msr2 { margin: 0 16px; }
  .ja94 .gkheo { padding: 0 16px; }
  .rlv4 { padding: 12px 16px; }
}
.mdf4o .l8bpcux {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.mdf4o .l8bpcux:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.tk0s7rc .tfa5y { gap: 18px; }
.tk0s7rc .l8bpcux {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.tk0s7rc .l8bpcux:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.z763kc .tfa5y {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.z763kc .l8bpcux {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.z763kc .l8bpcux:last-child { border-bottom: none; }
.z763kc .mbpiwtw,
.z763kc .lmqpz8m,
.z763kc .m0o44o1e {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.zhmlw1i .tfa5y { gap: 0; }
.zhmlw1i .l8bpcux {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.zhmlw1i .l8bpcux:last-child { border-bottom: none; }
.zhmlw1i .l8bpcux:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.zhmlw1i .l8bpcux:nth-child(even):hover { background: var(--bg-hover); }
.lxeqdw .l8bpcux {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.klrw .m0o44o1e .gajua {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.klrw .m0o44o1e .gajua:first-child { border-left: none; }
.gpts9cz .m0o44o1e .gajua {
  background: transparent; padding: 4px 8px;
}
.gpts9cz .m0o44o1e .po5bh4 { font-size: .65rem; opacity: .65; }
.gpts9cz .m0o44o1e .kg5yslu   { font-size: 1.15rem; color: var(--accent-light); }
.n5qkxe .m0o44o1e .gajua {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.vy4dpj { display: none; }
.j7yx .b1vdvc { font-size: 1rem; letter-spacing: 2px; }
.k0k8b .b1vdvc {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.b7ax5a9 .b1vdvc,
.oa41c9p .b1vdvc,
.udatv9g6 .b1vdvc { display: none; }
.b7ax5a9 .vy4dpj,
.oa41c9p .vy4dpj,
.udatv9g6 .vy4dpj { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.b7ax5a9 .vy4dpj { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.b7ax5a9 .vy4dpj small { display: none; }
.oa41c9p .vy4dpj {
  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;
}
.oa41c9p .vy4dpj small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.udatv9g6 .vy4dpj {
  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;
}
.udatv9g6 .vy4dpj small { display: none; }
.wxfv { margin: 16px 0; }
.gkc6 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.gkc6 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.gkc6 summary::after { content: "+"; color: var(--accent-light); }
.gkc6[open] summary::after { content: "−"; }
.gkc6 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.eult { margin-bottom: 0; }
.f3woxt h2.pst6a { color: var(--text-primary); border-color: var(--accent-light); }
.y008vu9j h2.pst6a { color: var(--text-primary); border-color: var(--accent-light); }
.gc7lmd .dx6b     { background: #052e16; border-color: #10b981; }
.gc7lmd .mwcf101 { background: #2d0a1e; border-color: #f43f5e; }
.gc7lmd .bl10s    { background: #1e1036; border-color: #a855f7; }
.gc7lmd .ggn9ek strong  { color: #f1f5f9; }
.gc7lmd .ggn9ek p       { color: #cbd5e1; }
.gc7lmd .zdz0k    .dx6b     .n8gf::before,
.gc7lmd .totb  .dx6b     .n8gf::before,
.gc7lmd .vsufh2  .dx6b     .n8gf::before,
.gc7lmd .dcgpxn .dx6b     .n8gf::before { color: #10b981; }
.gc7lmd .zdz0k    .mwcf101 .n8gf::before,
.gc7lmd .totb  .mwcf101 .n8gf::before,
.gc7lmd .vsufh2  .mwcf101 .n8gf::before,
.gc7lmd .dcgpxn .mwcf101 .n8gf::before { color: #f43f5e; }
.gc7lmd .zdz0k    .bl10s    .n8gf::before,
.gc7lmd .totb  .bl10s    .n8gf::before,
.gc7lmd .vsufh2  .bl10s    .n8gf::before,
.gc7lmd .dcgpxn .bl10s    .n8gf::before { color: #a855f7; }
.g1w7f .dx6b     { background: #2d2000; border-color: #eab308; }
.g1w7f .mwcf101 { background: #2d0b0b; border-color: #ef4444; }
.g1w7f .bl10s    { background: #2d1600; border-color: #f97316; }
.g1w7f .ggn9ek strong  { color: #f1f5f9; }
.g1w7f .ggn9ek p       { color: #cbd5e1; }
.g1w7f .zdz0k    .dx6b     .n8gf::before,
.g1w7f .totb  .dx6b     .n8gf::before,
.g1w7f .vsufh2  .dx6b     .n8gf::before,
.g1w7f .dcgpxn .dx6b     .n8gf::before { color: #eab308; }
.g1w7f .zdz0k    .mwcf101 .n8gf::before,
.g1w7f .totb  .mwcf101 .n8gf::before,
.g1w7f .vsufh2  .mwcf101 .n8gf::before,
.g1w7f .dcgpxn .mwcf101 .n8gf::before { color: #ef4444; }
.g1w7f .zdz0k    .bl10s    .n8gf::before,
.g1w7f .totb  .bl10s    .n8gf::before,
.g1w7f .vsufh2  .bl10s    .n8gf::before,
.g1w7f .dcgpxn .bl10s    .n8gf::before { color: #f97316; }
.qy7nnbo8 .dx6b     { background: #0c1a2e; border-color: #38bdf8; }
.qy7nnbo8 .mwcf101 { background: #12103a; border-color: #818cf8; }
.qy7nnbo8 .bl10s    { background: #0a2020; border-color: #2dd4bf; }
.qy7nnbo8 .ggn9ek strong  { color: #f1f5f9; }
.qy7nnbo8 .ggn9ek p       { color: #cbd5e1; }
.qy7nnbo8 .zdz0k    .dx6b     .n8gf::before,
.qy7nnbo8 .totb  .dx6b     .n8gf::before,
.qy7nnbo8 .vsufh2  .dx6b     .n8gf::before,
.qy7nnbo8 .dcgpxn .dx6b     .n8gf::before { color: #38bdf8; }
.qy7nnbo8 .zdz0k    .mwcf101 .n8gf::before,
.qy7nnbo8 .totb  .mwcf101 .n8gf::before,
.qy7nnbo8 .vsufh2  .mwcf101 .n8gf::before,
.qy7nnbo8 .dcgpxn .mwcf101 .n8gf::before { color: #818cf8; }
.qy7nnbo8 .zdz0k    .bl10s    .n8gf::before,
.qy7nnbo8 .totb  .bl10s    .n8gf::before,
.qy7nnbo8 .vsufh2  .bl10s    .n8gf::before,
.qy7nnbo8 .dcgpxn .bl10s    .n8gf::before { color: #2dd4bf; }
.zhm44j1 .dx6b     { background: var(--accent-bg); border-color: var(--accent-light); }
.zhm44j1 .mwcf101 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.zhm44j1 .bl10s    { background: var(--accent-bg); border-color: var(--accent-pale); }
.zhm44j1 .zdz0k    .n8gf::before,
.zhm44j1 .totb  .n8gf::before,
.zhm44j1 .vsufh2  .n8gf::before,
.zhm44j1 .dcgpxn .n8gf::before { color: var(--accent-light) !important; }
.ekfhmrat::before,
.vs34::before { margin-right: 5px; }
.ioembot .ilxsxyz ul li,
.ioembot .v6wgs4bp li         { color: #4ade80; }
.ioembot .ilxsxyz .ekfhmrat { color: #22c55e; }
.ioembot .b254k ul li,
.ioembot .upymwl li         { color: #f87171; }
.ioembot .b254k .vs34 { color: #ef4444; }
.lk07 .ilxsxyz { background: var(--bg-pros); }
.lk07 .b254k { background: var(--bg-cons); }
.lk07 .ilxsxyz .ekfhmrat { color: var(--c-pros-label); }
.lk07 .b254k .vs34 { color: var(--c-cons); }
.lk07 .ilxsxyz ul li,
.lk07 .b254k ul li,
.bcob8 .ilxsxyz { background: var(--bg-pros); }
.bcob8 .b254k { background: var(--bg-cons); }
.bcob8 .ilxsxyz .ekfhmrat { color: var(--c-pros-label); }
.bcob8 .b254k .vs34 { color: var(--c-cons); }
.bcob8 .ilxsxyz ul li,
.bcob8 .b254k ul li,
.zwjj2q .ekfhmrat::before { content: "✓ "; }
.zwjj2q .vs34::before { content: "✗ "; }
.sdfj2 .ekfhmrat::before { content: "→ "; }
.sdfj2 .vs34::before { content: "← "; }
.l0yxke .ekfhmrat::before { content: "★ "; }
.l0yxke .vs34::before { content: "✕ "; }
.t5xa2 .ekfhmrat::before { content: "◆ "; }
.t5xa2 .vs34::before { content: "▲ "; }
.g12je9e .ggn9ek { background: transparent; border-left: none; border: 1.5px solid; }
.g12je9e .dx6b     { border-color: var(--c-tip-border); }
.g12je9e .mwcf101 { border-color: var(--c-warn-border); }
.g12je9e .bl10s    { border-color: #60a5fa; }
.g12je9e .ggn9ek strong { color: var(--text-primary); }
.g12je9e .ggn9ek p      { color: var(--text-muted); }
.z9qq .ggn9ek { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.z9qq .dx6b     { border-top-color: var(--c-tip-border); }
.z9qq .mwcf101 { border-top-color: var(--c-warn-border); }
.z9qq .bl10s    { border-top-color: #60a5fa; }
.czenc4 .ggn9ek { border-left: none; border-radius: 8px; }
.czenc4 .dx6b     { background: #065f46; }
.czenc4 .mwcf101 { background: #92400e; }
.czenc4 .bl10s    { background: #1e3a8a; }
.czenc4 .ggn9ek strong,
.czenc4 .ggn9ek p { color: #fff; }
.czenc4 .n8gf::before { color: rgba(255,255,255,0.85) !important; }
.gc7lmd.czenc4 .dx6b,
.gc7lmd .czenc4 .dx6b     { background: #052e16; }
.gc7lmd.czenc4 .mwcf101,
.gc7lmd .czenc4 .mwcf101 { background: #2d0a1e; }
.gc7lmd.czenc4 .bl10s,
.gc7lmd .czenc4 .bl10s    { background: #1e1036; }
.g1w7f.czenc4 .dx6b,
.g1w7f .czenc4 .dx6b      { background: #2d2000; }
.g1w7f.czenc4 .mwcf101,
.g1w7f .czenc4 .mwcf101  { background: #2d0b0b; }
.g1w7f.czenc4 .bl10s,
.g1w7f .czenc4 .bl10s     { background: #2d1600; }
.qy7nnbo8.czenc4 .dx6b,
.qy7nnbo8 .czenc4 .dx6b      { background: #0c1a2e; }
.qy7nnbo8.czenc4 .mwcf101,
.qy7nnbo8 .czenc4 .mwcf101  { background: #12103a; }
.qy7nnbo8.czenc4 .bl10s,
.qy7nnbo8 .czenc4 .bl10s     { background: #0a2020; }
.jsz4gz .ggn9ek { border-left: none; border-radius: 6px; padding: 10px 14px; }
.jsz4gz .dx6b     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.jsz4gz .mwcf101 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.jsz4gz .bl10s    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.jsz4gz .ggn9ek strong { color: var(--text-primary); }
.jsz4gz .ggn9ek p      { color: var(--text-muted); }
.ptwi3 .ggn9ek { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.zdz0k .n8gf,
.totb .n8gf,
.vsufh2 .n8gf,
.dcgpxn .n8gf { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.zdz0k .n8gf::before,
.totb .n8gf::before,
.vsufh2 .n8gf::before,
.dcgpxn .n8gf::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.zdz0k .dx6b     .n8gf::before { content: "✦"; color: var(--c-tip-border); }
.zdz0k .mwcf101 .n8gf::before { content: "▲"; color: var(--c-warn-border); }
.zdz0k .bl10s    .n8gf::before { content: "◉"; color: #60a5fa; }
.totb .dx6b     .n8gf::before { content: "★"; color: var(--c-tip-border); }
.totb .mwcf101 .n8gf::before { content: "◆"; color: var(--c-warn-border); }
.totb .bl10s    .n8gf::before { content: "●"; color: #60a5fa; }
.vsufh2 .dx6b     .n8gf::before { content: "▶"; color: var(--c-tip-border); }
.vsufh2 .mwcf101 .n8gf::before { content: "■"; color: var(--c-warn-border); }
.vsufh2 .bl10s    .n8gf::before { content: "▸"; color: #60a5fa; }
.dcgpxn .dx6b     .n8gf::before { content: "→"; color: var(--c-tip-border); }
.dcgpxn .mwcf101 .n8gf::before { content: "⬥"; color: var(--c-warn-border); }
.dcgpxn .bl10s    .n8gf::before { content: "◈"; color: #60a5fa; }
.ax1udx .pw7d4sq .jbbj6m,
.ax1udx .o5ro2 .jbbj6m  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ax1udx .x1vcn7                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ax1udx .l8bpcux                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ax1udx .wxak9          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ax1udx .tibxwnf                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.szlps .pw7d4sq .jbbj6m,
.szlps .o5ro2 .jbbj6m,
.szlps .x1vcn7,
.szlps .l8bpcux,
.szlps .kvwv33,
.szlps .wxak9,
.szlps .tibxwnf,
.szlps .ptwi3 .ggn9ek { box-shadow: none; }
.axvir450   body, .axvir450   { font-size: 0.9rem; }
.axvir450   .mkvbw, .axvir450 .ccwo, .axvir450 .ghzzmm,
.axvir450   .jc8f, .axvir450 .jpqm { font-size: 0.9rem; }
.axvir450   .ey80jfy, .axvir450 .x3d78rul { font-size: 0.9rem; }
.iotbiznn   .mkvbw, .iotbiznn .ccwo, .iotbiznn .ghzzmm,
.iotbiznn   .jc8f, .iotbiznn .jpqm { font-size: 0.95rem; }
.iotbiznn   .ey80jfy, .iotbiznn .x3d78rul { font-size: 0.95rem; }
.xn0s6   .mkvbw, .xn0s6 .ccwo, .xn0s6 .ghzzmm,
.xn0s6   .jc8f, .xn0s6 .jpqm { font-size: 1.08rem; }
.xn0s6   .ey80jfy, .xn0s6 .x3d78rul { font-size: 1.05rem; }
.xn0s6   .yc313 { font-size: 0.97rem; }
.n2pm1gg9 .gb57      { font-size: 3.2rem; }
.n2pm1gg9 h2.pst6a { font-size: 1.9rem; }
.n2pm1gg9 h3.yenwc     { font-size: 1.4rem; }
.p95wlmvt .gb57      { font-size: 3.8rem; }
.p95wlmvt h2.pst6a { font-size: 2.2rem; }
.p95wlmvt h3.yenwc     { font-size: 1.6rem; }
.eult + .eult { position: relative; }
.nx4fk6   .eult + .eult::before,
.r5r5qp  .eult + .eult::before,
.h62ue64o   .eult + .eult::before,
.xvpocu12   .eult + .eult::before,
.xw3306   .eult + .eult::before,
.io2b .eult + .eult::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.nx4fk6 .eult + .eult::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.r5r5qp .eult + .eult::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.h62ue64o .eult + .eult::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;
}
.xvpocu12 .eult + .eult::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.qxojs4pl .eult { margin-bottom: 16px; }
.qxojs4pl .eult + .eult { margin-top: 0; }
.qxojs4pl .pingo6 { padding-top: 0; padding-bottom: 0; }
.xw3306 .eult + .eult::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.io2b .eult + .eult::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.pl4be .eult + .eult::before,
.lx6itk2 .eult + .eult::before,
.upohz7x .eult + .eult::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%;
}
.sozqr .pl4be .eult:nth-child(even)::before,
.sozqr .lx6itk2 .eult:nth-child(even)::before,
.sozqr .upohz7x .eult:nth-child(even)::before { background: var(--bg-surface); }
.e9n9h .pl4be .eult:nth-child(even)::before,
.e9n9h .lx6itk2 .eult:nth-child(even)::before,
.e9n9h .upohz7x .eult:nth-child(even)::before { background: var(--bg-card); }
.pl4be .eult + .eult::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");
}
.lx6itk2 .eult + .eult::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");
}
.upohz7x .eult + .eult::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");
}
.xmi3 .wt3ys,
.vyqtp .wt3ys { margin-bottom: 60px; }
.is2u9b .wt3ys { margin-bottom: 70px; }
.fnam8k  .vmql:not(.dbuvj) .gzcmk5n { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.fnam8k .dbuvj { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.fnam8k .myendgw { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.fnam8k .bvr9iq5r { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.v8nsd .hvpgb5 { float: left; width: 38%; margin: 0 28px 16px 0; }
.v8nsd .hvpgb5 .zmlwdo1z { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.v8nsd .pingo6::after { content: ''; display: block; clear: both; }
.i8yq0j7c .hvpgb5 { float: right; width: 38%; margin: 0 0 16px 28px; }
.i8yq0j7c .hvpgb5 .zmlwdo1z { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.i8yq0j7c .pingo6::after { content: ''; display: block; clear: both; }
.p3cz36kq .eult:nth-child(odd)  .hvpgb5 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.p3cz36kq .eult:nth-child(even) .hvpgb5 { float: right; width: 38%; margin: 0 0 16px 28px; }
.p3cz36kq .hvpgb5 .zmlwdo1z { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.p3cz36kq .pingo6::after { content: ''; display: block; clear: both; }
.v8nsd .wfjc1h85,
.v8nsd .tfa5y,
.i8yq0j7c .wfjc1h85,
.i8yq0j7c .tfa5y,
.p3cz36kq .wfjc1h85,
.p3cz36kq .tfa5y { clear: both; }
@media (max-width: 900px) {
  .v8nsd .hvpgb5,
  .i8yq0j7c .hvpgb5,
  .p3cz36kq .eult:nth-child(odd)  .hvpgb5,
  .p3cz36kq .eult:nth-child(even) .hvpgb5 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .v8nsd .hvpgb5 .zmlwdo1z,
  .i8yq0j7c .hvpgb5 .zmlwdo1z,
  .p3cz36kq .hvpgb5 .zmlwdo1z {
    max-height: none !important;
  }
}
.v8nsd .ey80jfy,
.v8nsd .x3d78rul,
.i8yq0j7c .ey80jfy,
.i8yq0j7c .x3d78rul,
.p3cz36kq .ey80jfy,
.p3cz36kq .x3d78rul { overflow: hidden; }
@media (max-width: 640px) {
  .v8nsd .hvpgb5,
  .i8yq0j7c .hvpgb5,
  .p3cz36kq .hvpgb5 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.m2qx .pcgy8f,
.m2qx .pingo6,
.m2qx .peeno2zg  { max-width: 1100px; }
.gcin .pcgy8f,
.gcin .pingo6,
.gcin .peeno2zg  { max-width: 1200px; }
.mj67g .pcgy8f,
.mj67g .pingo6,
.mj67g .peeno2zg  { max-width: 1320px; }
.fiiev { font-size: 0.82rem; color: var(--text-muted); }
.n8dpdds { display: flex; align-items: center; }
.f9r6pvw {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.irs7r4 { display: flex; align-items: center; }
.zan15nj { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.zan15nj:hover { text-decoration: underline; }
.f3ig { margin: 0 3px; opacity: 0.45; }
.f3ig::before { content: '/'; }
.kadrgte { padding: 2px 5px; color: var(--text-main); }
.y4qb .fiiev {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.y4qb .n8dpdds { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.zqy1bg2 .fiiev {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.zqy1bg2 .n8dpdds { padding: 0 0 0 12px; }
.b65bji .n8dpdds { padding: 0 16px; }
.b65bji .fiiev {
  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);
}
.b65bji .pcgy8f { padding-top: 28px; }
@media (max-width: 720px) {
  .cicon2 { margin-top: 18px; padding: 0 16px; }
  .b65bji .pcgy8f { padding-top: 16px; }
}
.m2qx.y4qb .n8dpdds { max-width: 1100px; }
.gcin.y4qb .n8dpdds { max-width: 1200px; }
.mj67g.y4qb .n8dpdds { max-width: 1320px; }
.h2w4 .eult { padding-top: 16px; padding-bottom: 16px; }
.s4armqp .eult { padding-top: 24px; padding-bottom: 24px; }
.ovqxq8c .eult { padding-top: 40px; padding-bottom: 40px; }
.qwb2u .eult { padding-top: 52px; padding-bottom: 52px; }
.udkudn3 .eult:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.udkudn3 .eult:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.udkudn3 .eult:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.udkudn3 .eult:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.tslij .pingo6 { padding-top: 10px;  padding-bottom: 10px; }
.kdm1h .pingo6 { padding-top: 18px;  padding-bottom: 18px; }
.dkmb1fx .pingo6 { padding-top: 36px;  padding-bottom: 36px; }
.prhgs .pingo6 { padding-top: 48px;  padding-bottom: 48px; }
.ome73q h2.pst6a { font-weight: 600; }
.ome73q h3.yenwc     { font-weight: 600; }
.wuhen4bp h2.pst6a { font-weight: 800; }
.wuhen4bp h3.yenwc     { font-weight: 700; }
.aazdeh { font-weight: 600; }
.aazdeh h2.pst6a { font-weight: 900; }
.aazdeh h3.yenwc     { font-weight: 800; }
.aazdeh .ggn9ek strong,
.aazdeh .ggn9ek strong { font-weight: 600; }
.pn2iv7 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.w1fqiu .pn2iv7 { display: none; }
@media (max-width: 640px) {
  .wnnlwx { display: none; }
  .pn2iv7 {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.pn2iv7 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.pn2iv7:hover { opacity: 0.85; }
.us4a .pn2iv7 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.sqcp3 .pn2iv7,
.qtiiykl  .pn2iv7 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.sqcp3 .pn2iv7:hover,
.qtiiykl  .pn2iv7:hover { opacity: 0.88; }
.us4a.sqcp3 .pn2iv7,
.us4a.qtiiykl  .pn2iv7 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.lmd1g1 {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.lmd1g1:hover { transform: translateY(-2px); opacity: 0.92; }
.lmd1g1 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.uvk19x .lmd1g1 { display: none; }
.lcipmj .lmd1g1 { right: 32px; }
.egtz6  .lmd1g1 { left: 32px; }
@media (max-width: 480px) {
  .lcipmj .lmd1g1 { right: 20px; bottom: 20px; }
  .egtz6  .lmd1g1 { left: 20px; bottom: 20px; }
}
.hlol0keo { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.peeno2zg { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.rcx3zm { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ba8j { color: var(--text-dim); font-size: 0.8rem; }
.ya6g12 a, .o2ou9p a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ya6g12 a:hover, .o2ou9p a:hover { color: var(--accent-light); }
.o2ou9p { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.hfoo1p9y .peeno2zg { text-align: center; }
.hfoo1p9y .o2ou9p { justify-content: center; margin-bottom: 16px; }
.hfoo1p9y .rcx3zm { margin-top: 0; }
.whupm { margin-top: 10px; }
.whupm a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .peeno2zg { padding-left: 16px; padding-right: 16px; }
  .ysgcxynv .peeno2zg { padding: 20px 16px; }
  .o2ou9p { gap: 4px 12px; }
  .rcx3zm { font-size: 0.78rem; }
}
.g71v2 .rcx3zm { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.g71v2 .ba8j { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .g71v2 .z9elsxj { grid-template-columns: 1fr 1fr; } .g71v2 .sn6wl4iq { grid-column: 1 / -1; } }
@media (max-width: 480px) { .g71v2 .z9elsxj { grid-template-columns: 1fr; } }
.jmrf8tyr .rcx3zm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .jmrf8tyr .iqct { gap: 12px; } .jmrf8tyr .rhd85 { margin-right: 0; width: 100%; } }
.m591qg .rcx3zm { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.m591qg .ba8j { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .m591qg .oze5ojxi { grid-template-columns: 1fr 1fr; } .m591qg .skdt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .m591qg .oze5ojxi { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .eo33 .oksvgs { grid-template-columns: 1fr 1fr; } .eo33 .ltt9a:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .eo33 .oksvgs { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .nvj4yvav .oksvgs { grid-template-columns: 1fr; } }
.x53x10gp .peeno2zg { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.x53x10gp .o2ou9p { justify-content: center; }
.hxd659n .gz7oeu      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.hxd659n .hlol0keo { background: var(--bg-page); border-top-color: var(--border-alt); }
.ecwj .gz7oeu      { background: #0d1117; border-bottom-color: #21262d; }
.ecwj .o201re0n { color: var(--accent-light); }
.ecwj .tdkpvhdu { --msep-color: #8b949e; }
.ecwj .tdkpvhdu a { color: #8b949e; }
.ecwj .tdkpvhdu a:hover { color: var(--accent-light); }
.ecwj .ad561hh { color: #8b949e; }
.ecwj .hlol0keo { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.ecwj .rcx3zm,
.ecwj .ba8j { color: #6e7681; }
.ecwj .ya6g12 a, .ecwj .o2ou9p a,
.ecwj .ya6g12 a:hover, .ecwj .o2ou9p a:hover,
@media (max-width: 640px) {
  .ecwj .tdkpvhdu { background: #0d1117; border-top-color: #21262d; }
  .ecwj .tdkpvhdu li a { border-bottom-color: #21262d; }
}
.fwjn8e9j .gz7oeu      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.fwjn8e9j .o201re0n { color: var(--accent-light); }
.fwjn8e9j .tdkpvhdu { --msep-color: #475569; }
.fwjn8e9j .tdkpvhdu a { color: #475569; }
.fwjn8e9j .tdkpvhdu a:hover { color: var(--accent-light); }
.fwjn8e9j .ad561hh { color: #64748b; }
.fwjn8e9j .hlol0keo { background: #f0f4f8; border-top-color: #cbd5e1; }
.fwjn8e9j .rcx3zm,
.fwjn8e9j .ba8j { color: #64748b; }
.fwjn8e9j .ya6g12 a, .fwjn8e9j .o2ou9p a,
.fwjn8e9j .ya6g12 a:hover, .fwjn8e9j .o2ou9p a:hover,
@media (max-width: 640px) {
  .fwjn8e9j .tdkpvhdu { background: #f0f4f8; border-top-color: #cbd5e1; }
  .fwjn8e9j .tdkpvhdu li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.sqcp3 .gz7oeu      { background: var(--accent); border-bottom-color: var(--accent-light); }
.sqcp3 .o201re0n { color: #fff; }
.sqcp3 .tdkpvhdu { --msep-color: rgba(255,255,255,0.82); }
.sqcp3 .tdkpvhdu a { color: rgba(255,255,255,0.82); }
.sqcp3 .tdkpvhdu a:hover { color: #fff; }
.sqcp3 .ad561hh { color: rgba(255,255,255,0.9); }
.sqcp3 .hlol0keo { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.sqcp3 .rcx3zm,
.sqcp3 .ba8j { color: rgba(255,255,255,0.72); }
.sqcp3 .ya6g12 a, .sqcp3 .o2ou9p a,
.sqcp3 .ya6g12 a:hover, .sqcp3 .o2ou9p a:hover,
@media (max-width: 640px) {
  .sqcp3 .tdkpvhdu { background: var(--accent); border-top-color: var(--accent-light); }
  .sqcp3 .tdkpvhdu li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.qtiiykl .gz7oeu {
  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);
}
.qtiiykl .hlol0keo {
  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) {
  .qtiiykl .tdkpvhdu {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.jnrizhs .xaid1mkv { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.iz1bbq .xaid1mkv { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.dxf68 .xaid1mkv { min-height: 72px; height: auto; }
.lqm0u .xaid1mkv { min-height: 84px; height: auto; }
.ysgcxynv .xaid1mkv { max-width: none; padding: 0 32px; }
.ysgcxynv .peeno2zg  { max-width: none; padding: 24px 32px; }
.sf4kim15.gcin .xaid1mkv { max-width: 1200px; }
.sf4kim15.mj67g .xaid1mkv { max-width: 1320px; }
.y4xv4mm   .o201re0n, .y4xv4mm   .rhd85 { text-transform: capitalize; }
.s6tnb285 .o201re0n, .s6tnb285 .rhd85 { text-transform: lowercase; }
.d6wczk .o201re0n, .d6wczk .rhd85 { text-transform: uppercase; letter-spacing: 0.06em; }
.tjbk, .abfidl {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.xx3q .tjbk,
.ivyknm .tjbk,
.hpzka5 .tjbk,
.f7w4u5mh .tjbk,
.fwji5ve   .tdkpvhdu a { font-weight: 500; }
.o18pkjo .tdkpvhdu a { font-weight: 600; }
.u18bxf0p     .tdkpvhdu a { font-weight: 700; }
.tk25xxm    .tdkpvhdu a { font-weight: 800; letter-spacing: 0.01em; }
.o2344     .tdkpvhdu > li + li::before,
.dz6e2jdg    .tdkpvhdu > li + li::before,
.nx061    .tdkpvhdu > li + li::before,
.xkqngh .tdkpvhdu > li + li::before,
.j56u0c3 .tdkpvhdu > li + li::before,
.xktb  .tdkpvhdu > li + li::before,
.x2hye8o    .tdkpvhdu > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.o2344     .tdkpvhdu > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.dz6e2jdg    .tdkpvhdu > li + li::before { content: "|"; }
.nx061    .tdkpvhdu > li + li::before { content: "—"; }
.xkqngh .tdkpvhdu > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.j56u0c3 .tdkpvhdu > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.xktb  .tdkpvhdu > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.x2hye8o    .tdkpvhdu > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .clfyhx3e .ad561hh,
  .w7myha0 .ad561hh,
  .jhmgp85 .ad561hh,
  .ospxg4b7 .ad561hh,
  .zu48ynu .ad561hh {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .clfyhx3e .ad561hh::before,
  .w7myha0 .ad561hh::before,
  .jhmgp85 .ad561hh::before,
  .ospxg4b7 .ad561hh::before,
  .zu48ynu .ad561hh::before { content: ""; display: block; flex-shrink: 0; }

  
  .clfyhx3e .ad561hh::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;
  }

  
  .w7myha0 .ad561hh::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;
  }

  
  .jhmgp85 .ad561hh::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;
  }

  
  .ospxg4b7 .ad561hh::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;
  }

  
  .zu48ynu .ad561hh::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) {
  .d9hja3r .ad561hh {
    padding: 5px 14px;
  }
  .d9hja3r .tdkpvhdu {
    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;
  }
  .d9hja3r .tdkpvhdu li a {
    border-bottom: none; padding: 10px 22px;
  }
  .d9hja3r .tdkpvhdu li a:hover { background: var(--bg-raised); }
  .d9hja3r .taqo7w06,
  .wzf5n50j .taqo7w06,
  .x4fz1 .taqo7w06 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .qkapri4a .ad561hh {
    padding: 5px 10px;
  }
  .qkapri4a .tdkpvhdu {
    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);
  }
  .qkapri4a .tdkpvhdu.t1h0 { transform: translateX(0); }
  .qkapri4a .tdkpvhdu li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .qkapri4a .tdkpvhdu li:last-child a { border-bottom: none; }
  .sqcp3 .tdkpvhdu,
  .ecwj .tdkpvhdu { background: var(--accent) !important; }
  .sqcp3 .tdkpvhdu li a,
  .ecwj .tdkpvhdu li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .x4fz1 .ad561hh {
    padding: 5px 10px;
  }
  .x4fz1 .tdkpvhdu {
    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);
  }
  .x4fz1 .tdkpvhdu::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .x4fz1 .tdkpvhdu.t1h0 { transform: translateY(0); }
  .x4fz1 .tdkpvhdu li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .uis8w .ad561hh {
    padding: 5px 10px;
  }
  .uis8w .tdkpvhdu {
    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;
  }
  .uis8w .tdkpvhdu.t1h0 { opacity: 1; pointer-events: auto; }
  .uis8w .tdkpvhdu li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .k7kvzi     .ad561hh { border-radius: 0 !important; }
  .ejb76   .ad561hh { border-radius: 8px !important; }
  .ko3j .ad561hh { border-radius: 50% !important; }
  .ln6yia   .ad561hh { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ehem894c .urwjlb7 { flex-direction: column; align-items: stretch; }
  .ehem894c .ndq5ornc { flex-direction: row; min-width: auto; }
  .ehem894c .bix8 { align-items: flex-start; text-align: left; }
}
.ppys,
.ppys.eult,
.sozqr .ppys,
.o5si07 .ppys,
.e9n9h .ppys,
.arqn5o .ppys {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.iimjv {
  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;
}
.gh17pg { flex: 1 1 280px; min-width: 0; }
.o1z1 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.gr0jpi {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.k9x3e {
  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;
}
.k9x3e:hover { transform: translateY(-1px); opacity: 0.95; }
.jg7td1 .iimjv {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.jg7td1 .o1z1 { color: var(--cta); }
.jg7td1 .gr0jpi { color: var(--text-body); }
.jg7td1 .k9x3e {
  background: var(--cta) !important;
  color: #fff !important;
}
.w74ub .iimjv {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.w74ub .o1z1 { color: var(--text-primary); }
.w74ub .gr0jpi { color: var(--text-body); }
.w74ub .k9x3e {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .iimjv {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .gh17pg { flex: 0 0 auto; }
  .o1z1 { font-size: 1.2rem; }
  .k9x3e { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.u4v9bsrt .rmep9ul { height: 36px; }
.tcxcjz .rmep9ul { height: 60px; max-width: 200px; }
.gwv9401 .rmep9ul { height: 56px; max-width: 180px; }
.wy5e4a0c    .b1vdvc, .wy5e4a0c    .r2c6ozs { color: #f59e0b; }
.bmhtcf      .b1vdvc { font-size: 1rem; letter-spacing: 1.5px; }
.xi49b5p    .b1vdvc, .xi49b5p    .r2c6ozs { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.lfpumvr     .b1vdvc, .lfpumvr     .r2c6ozs { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.jte1d .b1vdvc, .jte1d .r2c6ozs { color: var(--cta); letter-spacing: 2px; }
.mgnk   .b1vdvc, .mgnk   .r2c6ozs { color: #e91e63; letter-spacing: 2px; }
.ej6w5wu4  .b1vdvc, .ej6w5wu4  .r2c6ozs { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.myh8     .b1vdvc, .myh8     .r2c6ozs { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.klrw .gajua + .gajua {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.yd8huq .l8bpcux { padding: 18px 24px; min-height: 68px; }
.gpts9cz .po5bh4 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.gpts9cz .kg5yslu {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.n5qkxe .gajua {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.tfa5y { counter-reset: cs-rank; }
.tfa5y .l8bpcux { counter-increment: cs-rank; }
.tfa5y .l8bpcux::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;
}
.h4j2n .tfa5y { counter-reset: cs-rank; gap: 0; }
.h4j2n .l8bpcux {
  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;
}
.h4j2n .l8bpcux::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;
}
.h4j2n .mbpiwtw {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.h4j2n .wi4qdq9 {
  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;
}
.h4j2n .y0s6 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.h4j2n .mbpiwtw { min-width: 0; flex-direction: column; width: 100%; }
.h4j2n .atzx93bg {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.h4j2n .b1vdvc { color: var(--cta, var(--accent)); }
.h4j2n .vy4dpj { font-weight: 700; }
.h4j2n .gajua {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.h4j2n .po5bh4 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.h4j2n .kg5yslu {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.h4j2n .ycqw .kg5yslu { font-size: 1.3rem; color: var(--accent-light); }
.h4j2n .v3xyek {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.h4j2n .l8bpcux:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .h4j2n .tfa5y {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .h4j2n .l8bpcux {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .h4j2n .l8bpcux { padding: 40px 16px 20px; }
  .h4j2n .gajua {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .h4j2n .v3xyek { width: 100%; min-width: 0; }
}
.fdttchl .tfa5y { counter-reset: cs-rank; gap: 10px; }
.fdttchl .l8bpcux {
  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);
}
.fdttchl .l8bpcux::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);
}
.fdttchl .mbpiwtw {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.fdttchl .wi4qdq9 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.fdttchl .y0s6 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.fdttchl .atzx93bg {
  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;
}
.fdttchl .b1vdvc { color: var(--cta, var(--accent)); }
.fdttchl .gajua {
  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;
}
.fdttchl .po5bh4 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.fdttchl .kg5yslu { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.fdttchl .ycqw .kg5yslu { color: var(--accent-light); }
.fdttchl .v3xyek {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.fdttchl .l8bpcux:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .fdttchl .l8bpcux {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .fdttchl .l8bpcux::before {
    position: absolute; top: 14px; left: 14px;
  }
  .fdttchl .mbpiwtw {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .fdttchl .atzx93bg { white-space: normal; text-align: center; font-size: 1.2rem; }
  .fdttchl .gajua {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .fdttchl .v3xyek { width: 100%; min-width: 0; }
  .fdttchl .b1vdvc { min-width: 0; }
}
.ymnqb .l8bpcux::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ugav0cs .gkc6 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ugav0cs .gkc6 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ugav0cs .gkc6 p { padding: 0 2px 16px; }
.jzyjt .gkc6 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.jzyjt .gkc6 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.jzyjt .gkc6 summary::after { content: "›"; font-size: 1.2em; }
.jzyjt .gkc6[open] summary::after { content: "‹"; }
.jzyjt .gkc6 p { padding: 10px 22px 4px; }
.erblan9 .gkc6 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.erblan9 .gkc6 summary { color: var(--text-primary); padding-left: 16px; }
.erblan9 .gkc6 summary::after { content: "›"; font-size: 1.1em; }
.erblan9 .gkc6[open] summary::after { content: "‹"; }
.erblan9 .gkc6 p { padding-left: 16px; }
.rg7x3i .wxfv { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.rg7x3i .gkc6 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.rg7x3i .gkc6:last-child { border-bottom: none; }
.rg7x3i .gkc6 summary { color: var(--text-primary); border-radius: 0; }
.rg7x3i .gkc6 summary::after { content: "›"; font-size: 1.1em; }
.rg7x3i .gkc6[open] summary::after { content: "‹"; }
.u5wgy .gkc6 { overflow: hidden; }
.u5wgy .gkc6 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.u5wgy .gkc6 summary::after { color: rgba(255,255,255,.75); }
.u5wgy .gkc6[open] summary { border-radius: 0; }
.bdj3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.anhw4t {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.wfv9 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.m7w8w { color: var(--text-muted); font-size: 1.05rem; }
.zu19v3i {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.s30xxp {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.naivkks { margin-bottom: 20px; }
.dgkc7 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.eeoxhi {
  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;
}
.eeoxhi:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.fvqbl { resize: vertical; min-height: 130px; }
.p9iwjdxq { width: 100%; margin-top: 8px; }
.vxpqv5a {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.bvw1c4 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.g0d628pb { color: var(--text-muted); line-height: 1.75; }
.wysz { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.wysz li { margin-bottom: 6px; }
.q21npan { max-width: 760px; margin: 0 auto; }
.br85flk { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.opbk88q { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.opbk88q:last-child { border-bottom: none; }
.opbk88q h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.opbk88q p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.k3hos { max-width: 760px; margin: 0 auto; }
.tvabie { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.yh75ur ul.wysz { margin: 0; }
.jjwtie1r .tvabie { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .jjwtie1r { grid-template-columns: 1fr; gap: 10px; } }
.o19x { max-width: 640px; margin: 0 auto; text-align: center; }
.rqqwhama { margin-bottom: 48px; }
.rqqwhama .tvabie { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.rqqwhama p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.n3iivzo .wysz { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ye9rmr1 { grid-template-columns: 1fr; } }
.virl ul.wysz { margin: 0; }
.qx7q2 .wysz,
.hs9lv .wysz,
.c3sw .wysz,
.ydzfxk .wysz {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .kqefsy9e { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .p5bqv { grid-template-columns: 1fr; } .em0p2qo { position: static; text-align: center; } }
@media (max-width: 860px) { .pvtvs04 { grid-template-columns: 1fr; } }
.ydzfxk .wysz { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .yvf88 { flex-direction: column; text-align: center; } .p964p5j { grid-template-columns: 1fr; } }
.sk7e .wfv9 { color: var(--accent-light); }
.ezv9dje .wfv9 { font-size: 2rem; }
.ezv9dje .m7w8w { max-width: 680px; }
.n11gzm .wfv9 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.n11gzm .m7w8w  { margin: 0; }
@media (max-width: 640px) { .n11gzm { flex-direction: column; } }
.x038 {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.x038 .wfv9 { color: var(--accent-light); }
.d8eai .wfv9 { color: #fff; }
.d8eai .m7w8w  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .kt0oc { grid-template-columns: 1fr; } }
.p7d31 .eeoxhi {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.p7d31 .eeoxhi:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.qoa6u .eeoxhi { background: var(--bg-raised); border-color: transparent; }
.qoa6u .eeoxhi:focus { background: var(--bg-card); border-color: var(--accent-light); }
.daqc1e .eeoxhi { border-radius: 100px; padding: 11px 20px; }
.daqc1e .fvqbl { border-radius: 14px; }
@media (max-width: 640px) { .gick3jbm { grid-template-columns: 1fr; } }
.gp7zcj{display:none}
.gp7zcj:empty,.e5q9sum:empty{display:none}
.dswz{position:relative;overflow:visible}
.j03gl15 .q1ck0,.hd5qsf .q1ck0,
.de63sljs .q1ck0,.uctm .q1ck0,
.w3oadw .q1ck0,.boxp76 .q1ck0{display:block}
.b5cyblth .j3ttvlje{display:block}
.j03gl15 .q1ck0,.hd5qsf .q1ck0,
.de63sljs .q1ck0,.uctm .q1ck0,
.w3oadw .q1ck0{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}
.j03gl15 .q1ck0 .e5q9sum,.hd5qsf .q1ck0 .e5q9sum,
.de63sljs .q1ck0 .e5q9sum,.uctm .q1ck0 .e5q9sum,
.w3oadw .q1ck0 .e5q9sum{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}
.j03gl15 .bth9,.hd5qsf .bth9,
.de63sljs .bth9,.uctm .bth9,
.w3oadw .bth9{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.j03gl15 .q1ck0,.hd5qsf .q1ck0{top:12px}
.j03gl15 .q1ck0 .e5q9sum{margin-right:auto}
.hd5qsf .q1ck0 .e5q9sum{margin-left:auto}
.hd5qsf .q1ck0{text-align:right}
.de63sljs .q1ck0,.uctm .q1ck0{bottom:12px}
.de63sljs .q1ck0 .e5q9sum{margin-right:auto}
.uctm .q1ck0 .e5q9sum{margin-left:auto}
.uctm .q1ck0{text-align:right}
.w3oadw .q1ck0{position:relative;margin-top:16px}
.w3oadw .q1ck0 .e5q9sum{margin:0 auto}
.boxp76 .q1ck0{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.boxp76 .q1ck0 .e5q9sum{margin:0}
.boxp76 .bvr9iq5r~.q1ck0,
.boxp76 .hqqh~.q1ck0{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.boxp76 .bvr9iq5r~.q1ck0 .e5q9sum,
.boxp76 .hqqh~.q1ck0 .e5q9sum{justify-content:flex-start}
.bvr9iq5r~.q1ck0,.hqqh~.q1ck0{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}
.bvr9iq5r~.q1ck0 .e5q9sum{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hqqh~.q1ck0 .e5q9sum{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.j3ttvlje .e5q9sum{margin:0 0 12px}
.e5q9sum{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.bth9{white-space:nowrap}
.l5nq .bth9{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.f785 .bth9{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.fn4g1do .e5q9sum{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.od53mi .bth9{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.i5r5cv8 .bth9{color: var(--accent-light);opacity:1;font-weight:500}
.qsrma .bth9{border-bottom:1px solid currentColor;padding-bottom:2px}
.e0aae2a6 .e5q9sum{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.aj4bc{--date-bg:transparent}
.d3d3635p .z3urcyd::before{content:""}
.qxbju .bth9 + .bth9::before{content:"•";margin-right:6px;opacity:.4}
.e4kt .bth9 + .bth9::before{content:"/";margin-right:6px;opacity:.35}
.nj344no8 .bth9 + .bth9::before{content:"|";margin-right:6px;opacity:.3}
.k8jl51p .bth9 + .bth9::before{content:"—";margin-right:6px;opacity:.3}
.c70g2y3 .bth9 + .bth9::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.uhvsg .bth9 + .bth9::before{content:"·";margin-right:6px;opacity:.4}
.f8k6xzcj .bth9 + .bth9::before{content:"›";margin-right:6px;opacity:.4}
.yn2n .bth9 + .bth9::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.p5hcabt .twrbmgti{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .twrbmgti{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .tvwmb{max-width:100%}
}
.rbccq .wxak9{margin:0}
@media (max-width:560px){
  .zf61{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) {
  .t4a4ps33 { padding: 28px 18px 20px; }
  .et98 { font-size: 1.2rem; }
  .zsr6it5 { max-width: 220px; max-height: 80px; }
}
.typ6srhj {
  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);
}
.jfr3 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.hi93l  .typ6srhj { border-radius: 50%; }
.x1ie  .typ6srhj { border-radius: 6px; }
.nquq7 .typ6srhj { border-radius: 22px; }
.vqo3 .iimjv {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .typ6srhj { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.a6hb7px {
  margin: 28px 0 24px;
}
.a6hb7px .eult {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.a6hb7px .pingo6 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.a6hb7px .iimjv {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .xaid1mkv { flex-direction: row-reverse; }
[dir="rtl"] .tdkpvhdu { flex-direction: row-reverse; }
[dir="rtl"] .lcipmj .lmd1g1 { right: auto; left: 32px; }
[dir="rtl"] .egtz6  .lmd1g1 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .lcipmj .lmd1g1 { right: auto; left: 20px; }
  [dir="rtl"] .egtz6  .lmd1g1 { left: auto;  right: 20px; }
}
[dir="rtl"] .v8nsd .hvpgb5  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .i8yq0j7c .hvpgb5 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ey80jfy, [dir="rtl"] .x3d78rul { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ilxsxyz { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .b254k { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ggn9ek { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .iimjv { direction: rtl; }
[dir="rtl"] .typ6srhj { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .l8bpcux,
[dir="rtl"] .fiiev { direction: rtl; }
[dir="rtl"] .tibxwnf { direction: rtl; }
[dir="rtl"] .tnfl7 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .w86kml50 .x3d78rul,
[dir="rtl"] .x6q1 .x3d78rul,
[dir="rtl"] .t3za .x3d78rul,
[dir="rtl"] .fplpgn .x3d78rul {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .w86kml50 .x3d78rul li::before,
[dir="rtl"] .x6q1 .x3d78rul li::before,
[dir="rtl"] .t3za .x3d78rul li::before,
[dir="rtl"] .fplpgn .x3d78rul li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .vmql.w6dqk1b .wt3ys,
[dir="rtl"] .msm0djcp.w6dqk1b .wt3ys,
[dir="rtl"] .dbuvj.w6dqk1b .wt3ys,
[dir="rtl"] .r9lj5.w6dqk1b .wt3ys,
[dir="rtl"] .cdj9fcz.w6dqk1b .wt3ys { text-align: right; }
[dir="rtl"] .bvr9iq5r.c0flz17i .gq2xthhn { text-align: center; }
[dir="rtl"] .pingo6,
[dir="rtl"] .jc8f,
[dir="rtl"] .jpqm,
[dir="rtl"] .ev8op,
[dir="rtl"] .wt3ys { text-align: right; }
[dir="rtl"] .s30xxp,
[dir="rtl"] .dgkc7,
[dir="rtl"] .eeoxhi,
[dir="rtl"] .fvqbl { text-align: right; direction: rtl; }
[dir="rtl"] .daqc1e .eeoxhi,
[dir="rtl"] .p7d31 .eeoxhi { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #307942;
  --brand:           #307942;
  --brand-light:     #2f5f3b;
  --brand-pale:      #4a7755;
  --grad-start:      #4cb867;
  --grad-end:        #81c091;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #307942;
  --cta-light:       #215e30;
  --cta-hover:       #1e4d2a;
  --bg-page:         #f6f7f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f4;
  --bg-raised:       #eef0ef;
  --bg-hover:        #f4f5f4;
  --border:          #e3e7e4;
  --border-alt:      #d1dad3;
  --border-section:  #e3e7e4;
  --text-primary:    #181a18;
  --text-muted:      #545d56;
  --text-body:       #303531;
  --text-sub:        #48504a;
  --text-faint:      #78867c;
  --text-dim:        #939e96;
  --text-label:      #606b63;
  --text-value:      #3c433e;
  --accent-bg:       #e7ede9;
  --accent-bg-light: #d3e3d7;
  --bg-tip:          #f9f0f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f7;
  --bg-cons:         #faf6f3;
  --c-pros:          #82206a;
  --c-cons:          #9f4c21;
  --c-pros-label:    #9b267e;
  --c-tip-border:    #ab2a8b;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #82206a;
}
:root { --logo-bg-opacity: 31%; }
body, button, input { font-family: "Kanit", sans-serif; }
.d2au .n8gf { font-size: 0; width: 1.2rem; flex-shrink: 0; }.d2au .n8gf::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.d2au .dx6b     .n8gf::before { content: "";  color: var(--c-tip-border); }.d2au .mwcf101 .n8gf::before { content: ""; color: var(--c-warn-border); }.d2au .bl10s    .n8gf::before { content: ""; color: #60a5fa; }.gc7lmd .d2au .dx6b     .n8gf::before { color: #10b981; }.gc7lmd .d2au .mwcf101 .n8gf::before { color: #f43f5e; }.gc7lmd .d2au .bl10s    .n8gf::before { color: #a855f7; }.g1w7f  .d2au .dx6b     .n8gf::before { color: #eab308; }.g1w7f  .d2au .mwcf101 .n8gf::before { color: #ef4444; }.g1w7f  .d2au .bl10s    .n8gf::before { color: #f97316; }.qy7nnbo8  .d2au .dx6b     .n8gf::before { color: #38bdf8; }.qy7nnbo8  .d2au .mwcf101 .n8gf::before { color: #818cf8; }.qy7nnbo8  .d2au .bl10s    .n8gf::before { color: #2dd4bf; }.zhm44j1 .d2au .n8gf::before { color: var(--accent-light) !important; }
.ddc7 .fn5wo0vo, .ddc7 .bvr9iq5r { min-height: 420px; }
.f3ig::before { content: '/'; }