:root {
  --color-accent: #84056c;
  --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;
}
.zih74 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.skoum {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.xpct {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.z07g { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.uu1r4 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.uu1r4 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.uu1r4 a:hover { color: var(--accent-light); }
.bnvr  .zj3nte4 { border-radius: 14px; }
.bnvr .zj3nte4 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.bnvr .zj3nte4 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.iehh7v2 .zj3nte4 li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .zj3nte4 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .nsm0hl:hover .zj3nte4,
  .nsm0hl:focus-within .zj3nte4 { display: block; }
  .zj3nte4 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.iyagec {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.cmo27k { display: none; }
@media (max-width: 640px) {
  .cmo27k {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .cmo27k.cx3pz { display: block; }
}
@media (max-width: 640px) {
  .iyagec { display: block; }
  .uu1r4 > li + li::before { display: none !important; }
  .uu1r4 {
    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;
  }
  .uu1r4.cx3pz { display: flex; }
  .uu1r4 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .uu1r4 li:last-child a { border-bottom: none; }
}
.tv22cse { min-height: 480px; }
.ib3h9 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.vp2b4 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.tw0jm .vp2b4 { margin-left: 0; margin-right: 0; }
.i1no0rz {
  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;
}
.gkldbw4s .i1no0rz { margin-top: 24px; }
.i1no0rz:hover { opacity: 0.88; }
.hf13t {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.r8mugm {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.hf13t .kipg {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.hf13t .ib3h9 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.hf13t .vp2b4 { color: #e2e8f0; }
.hf13t.dfnqygr .kipg { text-align: center; }
.hf13t.tw0jm   .kipg { text-align: left; }
.swy3tno .kipg {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.swy3tno .ib3h9 { color: var(--text-primary); text-shadow: none; }
.swy3tno .vp2b4 { color: var(--text-muted); }
.swy3tno .i1no0rz { margin-top: 16px; }
.swy3tno, .swy3tno.tv22cse { min-height: auto !important; }
.swy3tno.dfnqygr .kipg { text-align: center; }
.swy3tno.tw0jm   .kipg { text-align: left; }
.swy3tno~.krkhnm{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}
.swy3tno~.krkhnm .xh8ff{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; }
}
.ipiy4yxm .hf13t .r8mugm {
  overflow: hidden;
}
.ipiy4yxm .hf13t .r8mugm::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@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); }
}
.risj5 .hf13t .r8mugm {
  overflow: hidden;
}
.risj5 .hf13t .r8mugm::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.v1dn3wy .hf13t .r8mugm {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.g9ga4d2l .hf13t .r8mugm {
  overflow: hidden;
}
.g9ga4d2l .hf13t .r8mugm::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.lsy33q3 .hf13t .r8mugm {
  animation: hg-breathe 10s ease-in-out infinite;
}
.uhpa .r8mugm {
  background: none;
}
.uhpa .ib3h9 { color: #fff; }
.uhpa .vp2b4 { color: rgba(255,255,255,0.85); }
.k06b .ib3h9 { text-shadow: none; color: var(--text-primary); }
.k06b .vp2b4 { color: var(--text-muted); }
body.u6zz .ib3h9 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.wgum3 .ib3h9 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.tv22cse.uhpa .ib3h9,
section.uhpa .ib3h9 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.k06b.tw0jm   .ssn0e { align-items: flex-start; text-align: left; }
.tv22cse .zqtcxw3b {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.zqtcxw3b .usgu {
  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;
}
.zqtcxw3b .usgu::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.zqtcxw3b .y5dchmf4 { display: contents !important; }
.zqtcxw3b .y5dchmf4 .w59nc {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.zqtcxw3b .y5dchmf4 .pho7gcm3 { max-height: 48px; max-width: 96px; }
.zqtcxw3b .y5dchmf4 .jo0e {
  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;
}
.zqtcxw3b .kma0032 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.zqtcxw3b .b8cuczce { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.zqtcxw3b .s5cxz8 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.zqtcxw3b .s5cxz8 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.zqtcxw3b .kzmq920 { display: contents !important; }
.zqtcxw3b .kzmq920 .jh1n77h:not(.ud5zh) { display: none !important; }
.zqtcxw3b .kzmq920 .ud5zh {
  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;
}
.zqtcxw3b .kzmq920 .ud5zh .dqyxg {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.zqtcxw3b .kzmq920 .ud5zh .twts {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.zqtcxw3b .ojis6 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.zqtcxw3b .ojis6.xqixw31 {
  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;
}
.zqtcxw3b .ojis6.xqixw31:hover { opacity: 0.85; }
.zqtcxw3b .usgu,
.zqtcxw3b .usgu:hover,
.zqtcxw3b .usgu:nth-child(even),
.zqtcxw3b .usgu:nth-child(odd),
.zqtcxw3b .usgu:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.uiv4p8 .kipg { padding-bottom: 24px; }
.gkldbw4s .kipg { max-width: 1100px; }
@media (max-width: 700px) {
  .k06b { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .k06b:not(.jpdbgf4e) .nae6bm { display: none !important; }
  .jpdbgf4e .nae6bm { padding: 16px; }
  .ssn0e  { padding: 36px 24px; }
  .k06b~.krkhnm,.btvv57s~.krkhnm{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .tv22cse, .k06b { min-height: 320px !important; }
  .ib3h9 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .h74rq,
  .dloepom0,
  .r13djvz1 { grid-template-columns: 1fr !important; }

  

  
  .uiv4p8 { display: flex !important; flex-direction: column !important; }
  .uiv4p8 .kipg { display: contents; }
  .uiv4p8 .r8mugm { order: 0; }
  .uiv4p8 .ib3h9 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .uiv4p8 .h74rq { order: 2; padding: 0 16px 12px !important; }
  .uiv4p8 .vp2b4 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .gkldbw4s .kipg { display: flex; flex-direction: column; }
  .gkldbw4s .kipg .ib3h9 { order: 1; }
  .gkldbw4s .kipg .r13djvz1 { order: 2; margin: 8px 0 24px !important; }
  .gkldbw4s .kipg .vp2b4 { order: 3; }
  .gkldbw4s .kipg .i1no0rz { order: 4; align-self: center; margin-top: 0; }

  
  .k06b.jpdbgf4e {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .k06b.jpdbgf4e .ssn0e { display: contents; padding: 0; }
  .k06b.jpdbgf4e .ssn0e .ib3h9 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .k06b.jpdbgf4e .nae6bm { order: 2; padding: 12px 16px; }
  .k06b.jpdbgf4e .ssn0e .vp2b4 { order: 3; padding: 0 24px; margin: 0 auto; }
  .k06b.jpdbgf4e .ssn0e .i1no0rz { order: 4; align-self: center; margin: 8px 0 32px; }
}
.xstiema5 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.xyxh8rid { width: 100%; height: auto; display: block; border-radius: 10px; }
.pxkryql .xstiema5        { border-radius: 16px; }
.pxkryql .xyxh8rid  { border-radius: 16px; }
.vf4n0l .xstiema5         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.vf4n0l .xyxh8rid   { border-radius: 8px; }
.fkj3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.iia5m { width: 100%; padding: 32px 0; position: relative; }
.b5ivra { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.n8pi6 .iia5m:nth-child(even) { background: var(--bg-surface); }
.n8pi6 .iia5m:nth-child(odd)  { background: var(--bg-page); }
.s1w3xl .iia5m:nth-child(even) { background: var(--bg-card); }
.s1w3xl .iia5m:nth-child(odd)  { background: var(--bg-page); }
.n8pi6 .iia5m:nth-child(odd)  .b5ivra { background: var(--bg-card); border-radius: 6px; }
.n8pi6 .iia5m:nth-child(even) .b5ivra { background: var(--bg-raised); border-radius: 6px; }
.s1w3xl .iia5m:nth-child(odd)  .b5ivra { background: var(--bg-card); border-radius: 6px; }
.s1w3xl .iia5m:nth-child(even) .b5ivra { background: var(--bg-raised); border-radius: 6px; }
.n8pi6 .iia5m:nth-child(even) .mu9i .zxybn,
.s1w3xl .iia5m:nth-child(even) .mu9i .zxybn { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.n8pi6 .iia5m:nth-child(odd) .mu9i .zxybn,
.s1w3xl .iia5m:nth-child(odd) .mu9i .zxybn { background: var(--bg-card-inner); }
.n8pi6 .iia5m:nth-child(even) .vysh0c .zxybn:nth-child(odd),
.s1w3xl .iia5m:nth-child(even) .vysh0c .zxybn:nth-child(odd)  { background: var(--bg-card); }
.n8pi6 .iia5m:nth-child(even) .vysh0c .zxybn:nth-child(even),
.s1w3xl .iia5m:nth-child(even) .vysh0c .zxybn:nth-child(even) { background: var(--bg-card-inner); }
h1.au9u { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.au9u {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.qmn3o7 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.c4flxqo h2.au9u {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.v3f4nuiq h2.au9u {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.by9z6b9 h2.au9u {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.tcey h2.au9u::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.aryp h2.au9u {
  color: var(--text-primary); font-size: 1.7rem;
}
.p5bp5 h2.au9u::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ursbp h2.au9u {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .o7a0 { display: none; } }
.r3zhj5s { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.xfd54uqp { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.myb7a8ej {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.lq7ljm { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.q4ddt { padding-left: 20px; }
.q4ddt li { margin-bottom: 6px; }
.q4ddt a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.q4ddt a:hover { color: var(--accent-light); }
.d3c1y .lq7ljm { display: none; }
.am47d663 .lq7ljm { display: none; }
.am47d663 .q4ddt { padding-left: 0; list-style: none; }
.am47d663 .q4ddt li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.am47d663 .q4ddt a { font-size: 0.92rem; }
.eiwqy .myb7a8ej { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.eiwqy .lq7ljm { display: none; }
.eiwqy .q4ddt { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.eiwqy .q4ddt li { margin-bottom: 0; }
.eiwqy .q4ddt 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;
}
.eiwqy .q4ddt a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.wi5kdze7 .myb7a8ej { padding: 20px 20px 16px; }
.wi5kdze7 .q4ddt {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.wi5kdze7 .q4ddt li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.wi5kdze7 .q4ddt 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;
}
.wi5kdze7 .q4ddt 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;
}
.wi5kdze7 .q4ddt a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.wi5kdze7 .q4ddt a:focus,
.wi5kdze7 .q4ddt a:focus-visible,
.wi5kdze7 .q4ddt a:target { outline: none; }
.wi5kdze7 .q4ddt li:target a { border-color: var(--border); color: var(--text-muted); }
.m06px3 .myb7a8ej { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.m06px3 .lq7ljm { display: none; }
.m06px3 .q4ddt { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.m06px3 .q4ddt li { counter-increment: toc-n; margin-bottom: 0; }
.m06px3 .q4ddt a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.m06px3 .q4ddt a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.m06px3 .q4ddt a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.x65m .myb7a8ej { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.x65m .lq7ljm { display: none; }
.x65m .q4ddt { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.x65m .q4ddt li { margin-bottom: 0; }
.x65m .q4ddt a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.x65m .q4ddt a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.fzq76je .myb7a8ej { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.fzq76je .lq7ljm { display: none; }
.fzq76je .q4ddt { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.fzq76je .q4ddt li { margin-bottom: 0; }
.fzq76je .q4ddt li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.fzq76je .q4ddt li:last-child::after { content: ""; margin-right: 0; }
.fzq76je .q4ddt a { font-size: 0.9rem; }
.zxybn { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.mu9i .zxybn { background: var(--bg-card); }
.vysh0c .zxybn:nth-child(odd)  { background: var(--bg-card); }
.vysh0c .zxybn:nth-child(even) { background: var(--bg-raised); }
.mzudcc .zxybn {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.mzudcc .zxybn:last-child { border-bottom: none; }
.mzudcc h3.qmn3o7 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.xuoip .zxybn {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.xuoip .zxybn + .zxybn { margin-top: 4px; }
.j7shse .zxybn { background: none; border-radius: 0; padding: 12px 0; }
.j7shse .zxybn + .zxybn { border-top: 1px solid var(--border-section); }
.ouwg4 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.tsd436 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.mevcg { color: var(--text-body); margin-bottom: 10px; }
.sfzlp, .da3i3 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.sfzlp li, .da3i3 li { margin-bottom: 6px; }
.da3i3 li { list-style: decimal; }
.lbts     .sfzlp { list-style-type: "● "; }
.a1yn  .sfzlp { list-style-type: "■ "; }
.rou0odd5 .sfzlp { list-style-type: "◆ "; }
.uatk    .sfzlp { list-style-type: "★ "; }
.lbts     .l6ow { list-style-type: "● "; }
.a1yn  .l6ow { list-style-type: "■ "; }
.rou0odd5 .l6ow { list-style-type: "◆ "; }
.uatk    .l6ow { list-style-type: "★ "; }
.lbts    .sfzlp li::marker, .lbts    .l6ow li::marker,
.a1yn .sfzlp li::marker, .a1yn .l6ow li::marker,
.rou0odd5 .sfzlp li::marker, .rou0odd5 .l6ow li::marker,
.uatk   .sfzlp li::marker, .uatk   .l6ow li::marker {
  color: var(--cta); font-size: 1em;
}
.lbts .da3i3,
.a1yn .da3i3,
.rou0odd5 .da3i3,
.uatk .da3i3 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.lbts .da3i3 li,
.a1yn .da3i3 li,
.rou0odd5 .da3i3 li,
.uatk .da3i3 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.lbts .da3i3 li::before,
.a1yn .da3i3 li::before,
.rou0odd5 .da3i3 li::before,
.uatk .da3i3 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;
}
.lbts     .da3i3 li::before { border-radius: 50%; }
.a1yn  .da3i3 li::before { border-radius: 3px; }
.rou0odd5 .da3i3 li::before { border-radius: 3px; }
.uatk    .da3i3 li::before { border-radius: 50%; }
.n65u { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.o6dmri4 .n65u,
.mznesf .n65u { background: transparent; border: none; border-radius: 0; }
.vel1euoy { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.vel1euoy th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.vel1euoy td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.vel1euoy tr:hover td { background: var(--bg-hover); }
.jpodxri .vel1euoy tbody tr:nth-child(even) td { background: var(--bg-surface); }
.onqpmcds .vel1euoy { border: 1px solid var(--border-alt); }
.onqpmcds .vel1euoy th,
.onqpmcds .vel1euoy td { border: 1px solid var(--border-alt); }
.sg1jf0a .vel1euoy th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.sg1jf0a .vel1euoy td { border-bottom: none; }
.sg1jf0a .vel1euoy tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.svm59 .vel1euoy th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.tkfncel4 .n65u {
  overflow: hidden;
}
.tkfncel4 .vel1euoy th { border-bottom: 1px solid var(--border-alt); }
.tkfncel4 .vel1euoy tr:last-child td { border-bottom: none; }
.ft5t { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.mv88 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.p2amog0c { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.t3mcu { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.jhtyne { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.l6ow { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.l6ow 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%}
.gpy8 .t3mcu { background: transparent; text-align: center; }
.fzla3g .p2amog0c {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.lu6q1rf5 .p2amog0c {
  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);
}
.ufkdvhvu .mv88 { display: grid; grid-template-columns: auto 1fr; }
.ufkdvhvu .p2amog0c {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ufkdvhvu .t3mcu { grid-column: 2; }
.ufkdvhvu .jhtyne,
.ufkdvhvu .l6ow { grid-column: 1 / -1; }
.yq7p .mv88 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.yq7p .p2amog0c {
  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);
}
.yq7p .t3mcu { grid-column: 2; }
.yq7p .jhtyne,
.yq7p .l6ow { grid-column: 1 / -1; }
.gkag4i .mv88 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.gkag4i .t3mcu { background: none; color: var(--accent-light); font-weight: 700; }
.ugoliqa9 .mv88 { 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); }
.ugoliqa9 .t3mcu { background: none; color: var(--accent-light); font-weight: 700; }
.i3h2 .mv88 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.i3h2 .mv88:last-child { border-bottom: none; }
.i3h2 .t3mcu { background: none; color: var(--accent-light); font-weight: 700; }
.g1l7ejn .mv88 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.g1l7ejn .t3mcu { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ok0j .ft5t { counter-reset: card-n; }
.ok0j .mv88  { counter-increment: card-n; }
.ok0j .t3mcu { display: flex; align-items: center; gap: 10px; }
.ok0j .t3mcu::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;
}
.nhegz .mv88 { background: var(--bg-surface); border: 1px solid var(--border); }
.nhegz .t3mcu { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.gbmwshk { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.gbmwshk         { --cl-hue: var(--accent); }
.tdydkm     { --cl-hue: #16a34a; }
.lygru { --cl-hue: #ea580c; }
.wm3p    { --cl-hue: #2563eb; }
.tdydkm, .lygru, .wm3p, .dfsqb72 {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.k3hicl { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.k3hicl::before { color: var(--cl-hue); }
.gbmwshk strong { color: var(--text-primary); font-size: 0.95rem; }
.gbmwshk p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.lniu0 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ms6c, .eppwp2vy { border-radius: 8px; padding: 14px; }
.ms6c { background: var(--bg-pros); }
.eppwp2vy { background: var(--bg-cons); }
.mqayaamn { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ms6c .mqayaamn { color: var(--c-pros-label); }
.eppwp2vy .mqayaamn { color: #f87171; }
.ms6c ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.eppwp2vy ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.xyxh8rid { width: 100%; height: auto; border-radius: 10px; display: block; }
.xqixw31 {
  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;
}
.xqixw31:hover { opacity: 0.85; }
.j5zlz .xqixw31  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.j5zlz .xqixw31:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ujkh .xqixw31  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ujkh .xqixw31:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.j5zlz .ojis6.xqixw31, .ujkh .ojis6.xqixw31,
.j5zlz .rr41a .xqixw31, .ujkh .rr41a .xqixw31 {
  background: var(--cta); border: none; color: #fff;
}
.j5zlz .ojis6.xqixw31:hover, .ujkh .ojis6.xqixw31:hover,
.j5zlz .rr41a .xqixw31:hover, .ujkh .rr41a .xqixw31:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.kt7w .i1no0rz { border-radius: 50px; }
.kt7w .xqixw31  { border-radius: 50px; }
.i3741er0 .i1no0rz,
.i3741er0 .xqixw31 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.i3741er0 .i1no0rz:hover,
.i3741er0 .xqixw31:hover { filter: brightness(1.08); opacity: 1; }
.mffx .i1no0rz,
.mffx .xqixw31 { box-shadow: 0 3px 14px -2px var(--cta); }
.mffx .i1no0rz:hover,
.mffx .xqixw31:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.md4xpc6f .i1no0rz,
.md4xpc6f .xqixw31 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.md4xpc6f .i1no0rz:hover,
.md4xpc6f .xqixw31:hover { opacity: 1; }
.md4xpc6f .i1no0rz:active,
.md4xpc6f .xqixw31:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.vxkq .i1no0rz,
.vxkq .xqixw31 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.vxkq .i1no0rz:hover,
.vxkq .xqixw31:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.vxkq .i1no0rz:active,
.vxkq .xqixw31:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.p2eya3u5 .i1no0rz,
.p2eya3u5 .xqixw31 { position: relative; overflow: hidden; }
.p2eya3u5 .i1no0rz::before,
.p2eya3u5 .xqixw31::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.p2eya3u5 .i1no0rz:hover::before,
.p2eya3u5 .xqixw31:hover::before { left: 135%; }
.z6sz .i1no0rz,
.z6sz .xqixw31 { border-radius: 0; }
.z7t70 .i1no0rz { padding-left: 22px; padding-right: 22px; }
.z7t70 .xqixw31  { padding-left: 12px; padding-right: 12px; }
.y49tvu .i1no0rz { padding-left: 44px; padding-right: 44px; }
.y49tvu .xqixw31  { padding-left: 24px; padding-right: 24px; }
.hqm7xrp .i1no0rz { padding-left: 56px; padding-right: 56px; }
.hqm7xrp .xqixw31  { padding-left: 32px; padding-right: 32px; }
.vacn   .i1no0rz::after, .vacn   .xqixw31::after,
.dn5j65x8 .i1no0rz::after, .dn5j65x8 .xqixw31::after,
.uyh0y    .i1no0rz::after, .uyh0y    .xqixw31::after,
.uxqubn    .i1no0rz::after, .uxqubn    .xqixw31::after,
.jeklra9    .i1no0rz::after, .jeklra9    .xqixw31::after,
.img5l7ux     .i1no0rz::after, .img5l7ux     .xqixw31::after,
.yxc4a    .i1no0rz::after, .yxc4a    .xqixw31::after,
.jv55   .i1no0rz::after, .jv55   .xqixw31::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;
}
.vacn .i1no0rz::after, .vacn .xqixw31::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");
}
.dn5j65x8 .i1no0rz::after, .dn5j65x8 .xqixw31::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");
}
.uyh0y .i1no0rz::after, .uyh0y .xqixw31::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");
}
.uxqubn .i1no0rz::after, .uxqubn .xqixw31::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");
}
.jeklra9 .i1no0rz::after, .jeklra9 .xqixw31::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");
}
.img5l7ux .i1no0rz::after, .img5l7ux .xqixw31::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");
}
.yxc4a .i1no0rz::after, .yxc4a .xqixw31::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");
}
.jv55 .i1no0rz::after, .jv55 .xqixw31::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");
}
.cpdwaf   .ae8l0gpr::after, .cpdwaf   .y9604::after,
.g333 .ae8l0gpr::after, .g333 .y9604::after,
.iuok    .ae8l0gpr::after, .iuok    .y9604::after,
.nulkurwk    .ae8l0gpr::after, .nulkurwk    .y9604::after,
.u8adg0    .ae8l0gpr::after, .u8adg0    .y9604::after,
.vcv6qw     .ae8l0gpr::after, .vcv6qw     .y9604::after,
.zj1ss    .ae8l0gpr::after, .zj1ss    .y9604::after,
.vh4q4   .ae8l0gpr::after, .vh4q4   .y9604::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;
}
.cpdwaf .ae8l0gpr::after, .cpdwaf .y9604::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");
}
.g333 .ae8l0gpr::after, .g333 .y9604::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");
}
.iuok .ae8l0gpr::after, .iuok .y9604::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");
}
.nulkurwk .ae8l0gpr::after, .nulkurwk .y9604::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");
}
.u8adg0 .ae8l0gpr::after, .u8adg0 .y9604::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");
}
.vcv6qw .ae8l0gpr::after, .vcv6qw .y9604::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");
}
.zj1ss .ae8l0gpr::after, .zj1ss .y9604::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");
}
.vh4q4 .ae8l0gpr::after, .vh4q4 .y9604::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");
}
.txmaaln {
  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;
}
.usgu {
  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;
}
.usgu > * { min-width: 0; }
.usgu:hover { background: var(--bg-hover); }
.usgu > [itemprop="item"] { display: contents; }
.usgu [itemprop="itemReviewed"],
.usgu [itemprop="reviewRating"] { display: none; }
.usgu::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;
}
.y5dchmf4 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.w59nc {
  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;
}
.pho7gcm3 { max-height: 52px; max-width: 110px; object-fit: contain; }
.jo0e {
  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;
}
.d2pj03 .w59nc    { background: #1a1a1a; }
.s9ng56b0 .w59nc   { background: rgba(128,128,128,.12); }
.hynes2g .w59nc { background: var(--bg-raised); }
.mg2b47y .w59nc    { background: transparent; padding: 0; }
.kma0032 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.b8cuczce { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.s5cxz8 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.kzmq920 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.jh1n77h {
  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;
}
.dqyxg {
  
  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%;
}
.twts {
  
  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;
}
.ojis6 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ojis6.xqixw31 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .usgu {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .usgu::before    { grid-area: rank;   }
  .y5dchmf4           { grid-area: ident;  }
  .kma0032     { grid-area: rating; min-width: 0; width: auto; }
  .kzmq920           { grid-area: pills;  }
  .ojis6             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .usgu {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .usgu::before    { justify-self: center; }
  .y5dchmf4           { width: 100%; }
  .kma0032     { justify-self: center; }
  .kzmq920           { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .kcpoe { padding: 10px 16px; gap: 6px 16px; } }
.rr41a .xqixw31 { white-space: nowrap; }
@media (max-width: 560px) {
  .wdzk { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .t9uyqjwa { order: 1; }
  .rr41a { order: 2; margin-left: auto; align-self: center; }
  .d7lss { order: 3; flex: 1 1 100%; min-width: 0; }
}
@media (min-width: 860px) {
  .dqlixrm2 .xalh {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .dqlixrm2 .yxy2g3yr { margin: 0; }
}
.mznesf .lniu0 { gap: 10px; }
.mznesf .ms6c, .mznesf .eppwp2vy { padding: 12px; }
.mznesf .ms6c ul, .mznesf .eppwp2vy ul { margin: 4px 0 0; padding-left: 18px; }
.mznesf .ms6c li, .mznesf .eppwp2vy li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .uyfnc7u { grid-template-columns: 1fr; }
  .jwzs5adv { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .jwzs5adv .dl27it01 { width: 72px; height: 50px; }
  .jwzs5adv .ink7455v { max-width: 180px; }
  .jwzs5adv .n3yflsd9 { width: auto; }
}
@media (max-width: 720px) {
  .ysd2 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .gjc4rs { padding: 16px; }
  .t8p2i .a11b { min-width: 50%; }
}
.hs3fr54 .lniu0 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .cevzcprb { grid-template-columns: 1fr; }
  .ickow { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .evt8vf { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ru9ou { flex-wrap: wrap; padding: 16px; }
}
.oga1v .lniu0 { gap: 8px; }
.oga1v .ms6c, .oga1v .eppwp2vy { padding: 8px; }
@media (max-width: 480px) {
  .tw1i15 { flex-direction: column; align-items: stretch; }
}
.jzuk .n3yflsd9 .xqixw31 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .z9kqzyfp { flex-direction: column; align-items: stretch; gap: 10px; }
  .jzuk .n3yflsd9 { text-align: center; }
}
@media (max-width: 720px) {
  .p6m4 { grid-template-columns: 1fr; }
  .r9tbk { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vzevbf { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .repa { grid-template-columns: 1fr; }
  .nglocl3s { width: 100px; height: 100px; margin: 16px auto; }
  .eihit { font-size: 1.4rem; }
  .wueg6 { justify-content: center; }
  .llqdd3p .a11b { min-width: 50%; }
}
.bnodfwj .lniu0 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ezowp { flex-wrap: wrap; padding: 14px 16px; }
  .dohfw { padding: 12px 16px; }
  .bnodfwj .lniu0 { margin: 0 16px; }
  .bnodfwj .szzlr4v { padding: 0 16px; }
  .mi251v { padding: 12px 16px; }
}
.pwhwhuh .usgu {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.pwhwhuh .usgu:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.fknw864 .txmaaln { gap: 18px; }
.fknw864 .usgu {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.fknw864 .usgu:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.zu3wfq6 .txmaaln {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.zu3wfq6 .usgu {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.zu3wfq6 .usgu:last-child { border-bottom: none; }
.zu3wfq6 .y5dchmf4,
.zu3wfq6 .kma0032,
.zu3wfq6 .kzmq920 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.e2t2 .txmaaln { gap: 0; }
.e2t2 .usgu {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.e2t2 .usgu:last-child { border-bottom: none; }
.e2t2 .usgu:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.e2t2 .usgu:nth-child(even):hover { background: var(--bg-hover); }
.xjzu .usgu {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.uyjmuu .kzmq920 .jh1n77h {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.uyjmuu .kzmq920 .jh1n77h:first-child { border-left: none; }
.q58k240f .kzmq920 .jh1n77h {
  background: transparent; padding: 4px 8px;
}
.q58k240f .kzmq920 .dqyxg { font-size: .65rem; opacity: .65; }
.q58k240f .kzmq920 .twts   { font-size: 1.15rem; color: var(--accent-light); }
.h7kra17 .kzmq920 .jh1n77h {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.s5cxz8 { display: none; }
.e97tocpw .b8cuczce { font-size: 1rem; letter-spacing: 2px; }
.ctcv .b8cuczce {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.emn3k .b8cuczce,
.z698 .b8cuczce,
.o1bw .b8cuczce { display: none; }
.emn3k .s5cxz8,
.z698 .s5cxz8,
.o1bw .s5cxz8 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.emn3k .s5cxz8 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.emn3k .s5cxz8 small { display: none; }
.z698 .s5cxz8 {
  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;
}
.z698 .s5cxz8 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.o1bw .s5cxz8 {
  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;
}
.o1bw .s5cxz8 small { display: none; }
.z698 .yhul .d46acerl,
.z698 .yhul strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.z698 .x70dx2,
.z698 .frw0 { font-size: 1em; }
.zs05c0i { margin: 16px 0; }
.s7bm { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.s7bm summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.s7bm summary::after { content: "+"; color: var(--accent-light); }
.s7bm[open] summary::after { content: "−"; }
.s7bm p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.iia5m { margin-bottom: 0; }
.hqox6tm h2.au9u { color: var(--text-primary); border-color: var(--accent-light); }
.mrf10gr h2.au9u { color: var(--text-primary); border-color: var(--accent-light); }
.bkybvo05 .tdydkm     { background: #052e16; border-color: #10b981; }
.bkybvo05 .lygru { background: #2d0a1e; border-color: #f43f5e; }
.bkybvo05 .wm3p    { background: #1e1036; border-color: #a855f7; }
.bkybvo05 .gbmwshk strong  { color: #f1f5f9; }
.bkybvo05 .gbmwshk p       { color: #cbd5e1; }
.bkybvo05 .m28jnvf3    .tdydkm     .k3hicl::before,
.bkybvo05 .gknp65f  .tdydkm     .k3hicl::before,
.bkybvo05 .al2mluq  .tdydkm     .k3hicl::before,
.bkybvo05 .r2i39cj .tdydkm     .k3hicl::before { color: #10b981; }
.bkybvo05 .m28jnvf3    .lygru .k3hicl::before,
.bkybvo05 .gknp65f  .lygru .k3hicl::before,
.bkybvo05 .al2mluq  .lygru .k3hicl::before,
.bkybvo05 .r2i39cj .lygru .k3hicl::before { color: #f43f5e; }
.bkybvo05 .m28jnvf3    .wm3p    .k3hicl::before,
.bkybvo05 .gknp65f  .wm3p    .k3hicl::before,
.bkybvo05 .al2mluq  .wm3p    .k3hicl::before,
.bkybvo05 .r2i39cj .wm3p    .k3hicl::before { color: #a855f7; }
.hybnn .tdydkm     { background: #2d2000; border-color: #eab308; }
.hybnn .lygru { background: #2d0b0b; border-color: #ef4444; }
.hybnn .wm3p    { background: #2d1600; border-color: #f97316; }
.hybnn .gbmwshk strong  { color: #f1f5f9; }
.hybnn .gbmwshk p       { color: #cbd5e1; }
.hybnn .m28jnvf3    .tdydkm     .k3hicl::before,
.hybnn .gknp65f  .tdydkm     .k3hicl::before,
.hybnn .al2mluq  .tdydkm     .k3hicl::before,
.hybnn .r2i39cj .tdydkm     .k3hicl::before { color: #eab308; }
.hybnn .m28jnvf3    .lygru .k3hicl::before,
.hybnn .gknp65f  .lygru .k3hicl::before,
.hybnn .al2mluq  .lygru .k3hicl::before,
.hybnn .r2i39cj .lygru .k3hicl::before { color: #ef4444; }
.hybnn .m28jnvf3    .wm3p    .k3hicl::before,
.hybnn .gknp65f  .wm3p    .k3hicl::before,
.hybnn .al2mluq  .wm3p    .k3hicl::before,
.hybnn .r2i39cj .wm3p    .k3hicl::before { color: #f97316; }
.fir1v .tdydkm     { background: #0c1a2e; border-color: #38bdf8; }
.fir1v .lygru { background: #12103a; border-color: #818cf8; }
.fir1v .wm3p    { background: #0a2020; border-color: #2dd4bf; }
.fir1v .gbmwshk strong  { color: #f1f5f9; }
.fir1v .gbmwshk p       { color: #cbd5e1; }
.fir1v .m28jnvf3    .tdydkm     .k3hicl::before,
.fir1v .gknp65f  .tdydkm     .k3hicl::before,
.fir1v .al2mluq  .tdydkm     .k3hicl::before,
.fir1v .r2i39cj .tdydkm     .k3hicl::before { color: #38bdf8; }
.fir1v .m28jnvf3    .lygru .k3hicl::before,
.fir1v .gknp65f  .lygru .k3hicl::before,
.fir1v .al2mluq  .lygru .k3hicl::before,
.fir1v .r2i39cj .lygru .k3hicl::before { color: #818cf8; }
.fir1v .m28jnvf3    .wm3p    .k3hicl::before,
.fir1v .gknp65f  .wm3p    .k3hicl::before,
.fir1v .al2mluq  .wm3p    .k3hicl::before,
.fir1v .r2i39cj .wm3p    .k3hicl::before { color: #2dd4bf; }
.ii10ouz::before,
.uapb487::before { margin-right: 5px; }
.rv5ods .ms6c ul li,
.rv5ods .ms6c .ii10ouz { color: #22c55e; }
.rv5ods .eppwp2vy ul li,
.rv5ods .eppwp2vy .uapb487 { color: #ef4444; }
.gn5qz .ms6c { background: var(--bg-pros); }
.gn5qz .eppwp2vy { background: var(--bg-cons); }
.gn5qz .ms6c .ii10ouz { color: var(--c-pros-label); }
.gn5qz .eppwp2vy .uapb487 { color: var(--c-cons); }
.gn5qz .ms6c ul li,
.gn5qz .elba0min li            { color: var(--c-pros); }
.gn5qz .eppwp2vy ul li,
.gn5qz .va5kmq3 li            { color: var(--c-cons); }
.jtutv31 .ms6c { background: var(--bg-pros); }
.jtutv31 .eppwp2vy { background: var(--bg-cons); }
.jtutv31 .ms6c .ii10ouz { color: var(--c-pros-label); }
.jtutv31 .eppwp2vy .uapb487 { color: var(--c-cons); }
.jtutv31 .ms6c ul li,
.jtutv31 .eppwp2vy ul li,
.hmdnxcb3 .ii10ouz::before { content: "✓ "; }
.hmdnxcb3 .uapb487::before { content: "✗ "; }
.y7ecu .ii10ouz::before { content: "→ "; }
.y7ecu .uapb487::before { content: "← "; }
.n7hdeiea .ii10ouz::before { content: "★ "; }
.n7hdeiea .uapb487::before { content: "✕ "; }
.zc4a835t .ii10ouz::before { content: "◆ "; }
.zc4a835t .uapb487::before { content: "▲ "; }
.stu3pzdj .gbmwshk { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.stu3pzdj .gbmwshk strong { color: var(--text-primary); }
.stu3pzdj .gbmwshk p      { color: var(--text-muted); }
.lzci9f .gbmwshk { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.chjf .gbmwshk {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.chjf .gbmwshk strong,
.chjf .gbmwshk p { color: #fff; }
.chjf .k3hicl::before { color: rgba(255,255,255,0.9) !important; }
.t4c1x .gbmwshk {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.t4c1x .gbmwshk strong { color: var(--text-primary); }
.t4c1x .gbmwshk p      { color: var(--text-muted); }
.uv7e .gbmwshk { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.m28jnvf3 .k3hicl,
.gknp65f .k3hicl,
.al2mluq .k3hicl,
.r2i39cj .k3hicl { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.m28jnvf3 .k3hicl::before,
.gknp65f .k3hicl::before,
.al2mluq .k3hicl::before,
.r2i39cj .k3hicl::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.m28jnvf3 .tdydkm     .k3hicl::before { content: "✦"; color: var(--c-tip-border); }
.m28jnvf3 .lygru .k3hicl::before { content: "▲"; color: var(--c-warn-border); }
.m28jnvf3 .wm3p    .k3hicl::before { content: "◉"; color: #60a5fa; }
.gknp65f .tdydkm     .k3hicl::before { content: "★"; color: var(--c-tip-border); }
.gknp65f .lygru .k3hicl::before { content: "◆"; color: var(--c-warn-border); }
.gknp65f .wm3p    .k3hicl::before { content: "●"; color: #60a5fa; }
.al2mluq .tdydkm     .k3hicl::before { content: "▶"; color: var(--c-tip-border); }
.al2mluq .lygru .k3hicl::before { content: "■"; color: var(--c-warn-border); }
.al2mluq .wm3p    .k3hicl::before { content: "▸"; color: #60a5fa; }
.r2i39cj .tdydkm     .k3hicl::before { content: "→"; color: var(--c-tip-border); }
.r2i39cj .lygru .k3hicl::before { content: "⬥"; color: var(--c-warn-border); }
.r2i39cj .wm3p    .k3hicl::before { content: "◈"; color: #60a5fa; }
.ndbg .mu9i .zxybn,
.ndbg .vysh0c .zxybn  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ndbg .mv88                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ndbg .usgu                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ndbg .n65u          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ndbg .myb7a8ej                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.tqswvm .mu9i .zxybn,
.tqswvm .vysh0c .zxybn,
.tqswvm .mv88,
.tqswvm .usgu,
.tqswvm .yxy2g3yr,
.tqswvm .n65u,
.tqswvm .myb7a8ej,
.tqswvm .uv7e .gbmwshk { box-shadow: none; }
.tvxo2   .mevcg, .tvxo2 .ouwg4, .tvxo2 .tsd436,
.tvxo2   .r3zhj5s, .tvxo2 .xfd54uqp { font-size: 0.9rem; }
.tvxo2   .sfzlp, .tvxo2 .da3i3 { font-size: 0.9rem; }
.d474777   .mevcg, .d474777 .ouwg4, .d474777 .tsd436,
.d474777   .r3zhj5s, .d474777 .xfd54uqp { font-size: 0.95rem; }
.d474777   .sfzlp, .d474777 .da3i3 { font-size: 0.95rem; }
.ysruo   .mevcg, .ysruo .ouwg4, .ysruo .tsd436,
.ysruo   .r3zhj5s, .ysruo .xfd54uqp { font-size: 1.08rem; }
.ysruo   .sfzlp, .ysruo .da3i3 { font-size: 1.05rem; }
.ysruo   .vel1euoy { font-size: 0.97rem; }
.bvsq .ib3h9      { font-size: 3.2rem; }
.bvsq h2.au9u { font-size: 1.9rem; }
.bvsq h3.qmn3o7     { font-size: 1.4rem; }
.iai6yu .ib3h9      { font-size: 3.8rem; }
.iai6yu h2.au9u { font-size: 2.2rem; }
.iai6yu h3.qmn3o7     { font-size: 1.6rem; }
.iia5m + .iia5m { position: relative; }
.q2tpt3s0   .iia5m + .iia5m::before,
.zvi24r  .iia5m + .iia5m::before,
.knoh   .iia5m + .iia5m::before,
.rritu24   .iia5m + .iia5m::before,
.ra64   .iia5m + .iia5m::before,
.f6zkthc .iia5m + .iia5m::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.q2tpt3s0 .iia5m + .iia5m::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.zvi24r .iia5m + .iia5m::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.knoh .iia5m + .iia5m::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;
}
.rritu24 .iia5m + .iia5m::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.wfdjh7 .iia5m { margin-bottom: 16px; }
.wfdjh7 .iia5m + .iia5m { margin-top: 0; }
.wfdjh7 .b5ivra { padding-top: 0; padding-bottom: 0; }
.ra64 .iia5m + .iia5m::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.f6zkthc .iia5m + .iia5m::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.lzlf80mk .iia5m + .iia5m::before,
.mq3l1 .iia5m + .iia5m::before,
.t34dy41 .iia5m + .iia5m::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%;
}
.n8pi6 .lzlf80mk .iia5m:nth-child(even)::before,
.n8pi6 .mq3l1 .iia5m:nth-child(even)::before,
.n8pi6 .t34dy41 .iia5m:nth-child(even)::before { background: var(--bg-surface); }
.s1w3xl .lzlf80mk .iia5m:nth-child(even)::before,
.s1w3xl .mq3l1 .iia5m:nth-child(even)::before,
.s1w3xl .t34dy41 .iia5m:nth-child(even)::before { background: var(--bg-card); }
.lzlf80mk .iia5m + .iia5m::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");
}
.mq3l1 .iia5m + .iia5m::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");
}
.t34dy41 .iia5m + .iia5m::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");
}
.bdfalja .hf13t,
.ns6hm86w .hf13t,
.fzyp .hf13t { overflow: hidden; }
.bdfalja .kipg,
.ns6hm86w .kipg { margin-bottom: 60px; }
.fzyp .kipg { margin-bottom: 70px; }
.fzyp .ssn0e { padding-bottom: 70px; }
.bdfalja .hf13t::before,
.ns6hm86w .hf13t::before,
.fzyp .hf13t::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.bdfalja .hf13t::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");
}
.ns6hm86w .hf13t::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");
}
.fzyp .hf13t::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.lbts43a .hf13t:not(.uhpa) .r8mugm { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.aarnql2 .hf13t:not(.uhpa) .r8mugm { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.bluo  .hf13t:not(.uhpa) .r8mugm { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tnqi  .hf13t:not(.uhpa) .r8mugm { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tnqi .uhpa { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.tnqi .l6rs { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.tnqi .k06b { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.yjscxnd .uhpa .r8mugm { background: none; }
.yjscxnd .hf13t:not(.uhpa) .r8mugm { background: rgba(0,0,0,0.6); }
.oz4x3wfb .xstiema5 { float: left; width: 38%; margin: 0 28px 16px 0; }
.oz4x3wfb .xstiema5 .xyxh8rid { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.oz4x3wfb .b5ivra::after { content: ''; display: block; clear: both; }
.lrkq .xstiema5 { float: right; width: 38%; margin: 0 0 16px 28px; }
.lrkq .xstiema5 .xyxh8rid { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.lrkq .b5ivra::after { content: ''; display: block; clear: both; }
.tpgvyz .iia5m:nth-child(odd)  .xstiema5 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.tpgvyz .iia5m:nth-child(even) .xstiema5 { float: right; width: 38%; margin: 0 0 16px 28px; }
.tpgvyz .xstiema5 .xyxh8rid { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.tpgvyz .b5ivra::after { content: ''; display: block; clear: both; }
.oz4x3wfb .ft5t,
.oz4x3wfb .txmaaln,
.lrkq .ft5t,
.lrkq .txmaaln,
.tpgvyz .ft5t,
.tpgvyz .txmaaln { clear: both; }
@media (max-width: 900px) {
  .oz4x3wfb .xstiema5,
  .lrkq .xstiema5,
  .tpgvyz .iia5m:nth-child(odd)  .xstiema5,
  .tpgvyz .iia5m:nth-child(even) .xstiema5 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .oz4x3wfb .xstiema5 .xyxh8rid,
  .lrkq .xstiema5 .xyxh8rid,
  .tpgvyz .xstiema5 .xyxh8rid {
    max-height: none !important;
  }
}
.oz4x3wfb .sfzlp,
.oz4x3wfb .da3i3,
.lrkq .sfzlp,
.lrkq .da3i3,
.tpgvyz .sfzlp,
.tpgvyz .da3i3 { overflow: hidden; }
@media (max-width: 640px) {
  .oz4x3wfb .xstiema5,
  .lrkq .xstiema5,
  .tpgvyz .xstiema5 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.j8cmf .fkj3,
.j8cmf .b5ivra,
.j8cmf .xykq78a  { max-width: 1100px; }
.der3in4y .fkj3,
.der3in4y .b5ivra,
.der3in4y .xykq78a  { max-width: 1200px; }
.der3in4y { --content-mw: 1200px; }
.okw9if .fkj3,
.okw9if .b5ivra,
.okw9if .xykq78a  { max-width: 1320px; }
.bi1xw { font-size: 0.82rem; color: var(--text-muted); }
.r093b2 { display: flex; align-items: center; }
.r33pwsk3 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ljqkyf { display: flex; align-items: center; }
.lmw3 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.lmw3:hover { text-decoration: underline; }
.r9k9 { margin: 0 3px; opacity: 0.45; }
.r9k9::before { content: '/'; }
.t2n13 { padding: 2px 5px; color: var(--text-main); }
.pzl2 .bi1xw {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.pzl2 .r093b2 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ox3bm6i .bi1xw {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ox3bm6i .r093b2 { padding: 0 0 0 12px; }
.f93v7ra .r093b2 { padding: 0 16px; }
.f93v7ra .bi1xw {
  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);
}
.f93v7ra .fkj3 { padding-top: 28px; }
@media (max-width: 720px) {
  .zshab { margin-top: 18px; padding: 0 16px; }
  .f93v7ra .fkj3 { padding-top: 16px; }
}
.j8cmf.pzl2 .r093b2 { max-width: 1100px; }
.der3in4y.pzl2 .r093b2 { max-width: 1200px; }
.okw9if.pzl2 .r093b2 { max-width: 1320px; }
.der3in4y .zshab { max-width: 1200px; }
.v3tn .iia5m { padding-top: 16px; padding-bottom: 16px; }
.hezz8e .iia5m { padding-top: 24px; padding-bottom: 24px; }
.typps .iia5m { padding-top: 40px; padding-bottom: 40px; }
.rs1co7g5 .iia5m { padding-top: 52px; padding-bottom: 52px; }
.n5z0yw .iia5m:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.n5z0yw .iia5m:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.n5z0yw .iia5m:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.n5z0yw .iia5m:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.kojo85bu .b5ivra { padding-top: 10px;  padding-bottom: 10px; }
.md1l .b5ivra { padding-top: 18px;  padding-bottom: 18px; }
.y0bplmh .b5ivra { padding-top: 36px;  padding-bottom: 36px; }
.zrcx .b5ivra { padding-top: 48px;  padding-bottom: 48px; }
.klz04o h2.au9u { font-weight: 600; }
.klz04o h3.qmn3o7     { font-weight: 600; }
.zcgfsi6w h2.au9u { font-weight: 800; }
.zcgfsi6w h3.qmn3o7     { font-weight: 700; }
.uhg4apwx { font-weight: 600; }
.uhg4apwx h2.au9u { font-weight: 900; }
.uhg4apwx h3.qmn3o7     { font-weight: 800; }
.uhg4apwx .gbmwshk strong,
.uhg4apwx .gbmwshk strong { font-weight: 600; }
.ae8l0gpr {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.nyl7n1om .ae8l0gpr { display: none; }
@media (max-width: 640px) {
  .ae8l0gpr { display: none !important; }
}
.ae8l0gpr { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ae8l0gpr:hover { opacity: 0.85; }
.e5hix457 .ae8l0gpr { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.wr3u2pa .y9604 { right: 32px; }
@media (max-width: 480px) {
  .wr3u2pa .y9604 { right: 20px; bottom: 20px; }
  .j5m8blu  .y9604 { left: 20px; bottom: 20px; }
}
.dz61r { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.xykq78a { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.j40lm { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ejaw6q { color: var(--text-dim); font-size: 0.8rem; }
.oodwf { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.oodwf img { height: 26px; width: auto; object-fit: contain; }
.wyj6k9c1 { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.tltyb .xykq78a { text-align: center; }
.tltyb .j40lm { margin-top: 0; }
.wo44584 { margin-top: 10px; }
.wo44584 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .xykq78a { padding-left: 16px; padding-right: 16px; }
  .dcf4v .xykq78a { padding: 20px 16px; }
  .if5rk { gap: 4px 12px; }
  .j40lm { font-size: 0.78rem; }
}
.dmj63dfz .mcn66 .oodwf { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.dmj63dfz .wyj6k9c1 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.dmj63dfz .ti38qou { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.dmj63dfz .ti38qou a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.dmj63dfz .ti38qou a:hover { color: var(--accent-light); }
.dmj63dfz .j40lm { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.dmj63dfz .ejaw6q { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .dmj63dfz .nid57 { grid-template-columns: 1fr 1fr; } .dmj63dfz .mcn66 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dmj63dfz .nid57 { grid-template-columns: 1fr; } }
.vu9k0746 .oodwf { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.vu9k0746 .j40lm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .vu9k0746 .nll66xb5 { gap: 12px; } .vu9k0746 .oodwf { margin-right: 0; width: 100%; } }
.ao3el78x .utgx3c { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.ao3el78x .v2ws .oodwf { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.ao3el78x .wyj6k9c1 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.ao3el78x .g5fddo { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.ao3el78x .ti38qou { display: flex; flex-direction: column; gap: 9px; }
.ao3el78x .ti38qou a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.ao3el78x .ti38qou a:hover { color: var(--accent-light); }
.ao3el78x .c4eq4tt { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.ao3el78x .j40lm { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ao3el78x .ejaw6q { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ao3el78x .utgx3c { grid-template-columns: 1fr 1fr; } .ao3el78x .v2ws { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ao3el78x .utgx3c { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .qdhvr .xok7 { grid-template-columns: 1fr 1fr; } .qdhvr .x4ad:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qdhvr .xok7 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ltfxta0f .xok7 { grid-template-columns: 1fr; } }
.da12x .xykq78a { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.t263a3 .zih74      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.t263a3 .dz61r { background: var(--bg-page); border-top-color: var(--border-alt); }
.jbgiq5 .zih74      { background: #0d1117; border-bottom-color: #21262d; }
.jbgiq5 .xpct { color: var(--accent-light); }
.jbgiq5 .uu1r4 { --msep-color: #8b949e; }
.jbgiq5 .uu1r4 a { color: #8b949e; }
.jbgiq5 .uu1r4 a:hover { color: var(--accent-light); }
.jbgiq5 .iyagec { color: #8b949e; }
.jbgiq5 .dz61r { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.jbgiq5 .j40lm,
.jbgiq5 .ejaw6q { color: #6e7681; }
.jbgiq5 .ti38qou a, .jbgiq5 .qpjgge a,
.jbgiq5 .oodwf { color: #e6edf3; }
.jbgiq5 .ti38qou a:hover, .jbgiq5 .qpjgge a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .jbgiq5 .uu1r4 { background: #0d1117; border-top-color: #21262d; }
  .jbgiq5 .uu1r4 li a { border-bottom-color: #21262d; }
}
.m9at .zih74      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.m9at .xpct { color: var(--accent-light); }
.m9at .uu1r4 { --msep-color: #475569; }
.m9at .uu1r4 a { color: #475569; }
.m9at .uu1r4 a:hover { color: var(--accent-light); }
.m9at .iyagec { color: #64748b; }
.m9at .dz61r { background: #f0f4f8; border-top-color: #cbd5e1; }
.m9at .j40lm,
.m9at .ejaw6q { color: #64748b; }
.m9at .ti38qou a, .m9at .qpjgge a,
.m9at .g03qjlw a, .m9at .oodwf { color: #374151; }
.m9at .ti38qou a:hover, .m9at .qpjgge a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .m9at .uu1r4 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .m9at .uu1r4 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.oxv2 .zih74      { background: var(--accent); border-bottom-color: var(--accent-light); }
.oxv2 .xpct { color: #fff; }
.oxv2 .uu1r4 { --msep-color: rgba(255,255,255,0.82); }
.oxv2 .uu1r4 a { color: rgba(255,255,255,0.82); }
.oxv2 .uu1r4 a:hover { color: #fff; }
.oxv2 .iyagec { color: rgba(255,255,255,0.9); }
.oxv2 .dz61r { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.oxv2 .j40lm,
.oxv2 .ejaw6q { color: rgba(255,255,255,0.72); }
.oxv2 .ti38qou a, .oxv2 .qpjgge a,
.oxv2 .g03qjlw a, .oxv2 .oodwf { color: #fff; }
.oxv2 .wyj6k9c1, .oxv2 .g5fddo { color: rgba(255,255,255,0.7); }
.oxv2 .ti38qou a:hover, .oxv2 .qpjgge a:hover { color: #fff; }
@media (max-width: 640px) {
  .oxv2 .uu1r4 { background: var(--accent); border-top-color: var(--accent-light); }
  .oxv2 .uu1r4 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.gwtbsgz0 .zih74 {
  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);
}
.gwtbsgz0 .dz61r {
  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) {
  .gwtbsgz0 .uu1r4 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.c93qk .skoum { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.drcvpw .skoum { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bjjk17qu .skoum { min-height: 72px; height: auto; }
.eizvptwb .skoum { min-height: 84px; height: auto; }
.dcf4v .skoum { max-width: none; padding: 0 32px; }
.dcf4v .xykq78a  { max-width: none; padding: 24px 32px; }
.g29o.der3in4y .skoum { max-width: 1200px; }
.g29o.okw9if .skoum { max-width: 1320px; }
.fwkj19ng   .xpct, .fwkj19ng   .oodwf { text-transform: capitalize; }
.t0lwy .xpct, .t0lwy .oodwf { text-transform: lowercase; }
.k1yvzhw .xpct, .k1yvzhw .oodwf { text-transform: uppercase; letter-spacing: 0.06em; }
.t5l6oj1, .xjtt1 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.c6iqrq3i .t5l6oj1,
.c6iqrq3i .xjtt1 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.lyn078 .t5l6oj1,
.lyn078 .xjtt1 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.zwp4 .t5l6oj1,
.zwp4 .xjtt1 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.rkgbi8x4 .t5l6oj1,
.rkgbi8x4 .xjtt1 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.wmqma2d   .uu1r4 a { font-weight: 500; }
.a7bqw8 .uu1r4 a { font-weight: 600; }
.swae69s     .uu1r4 a { font-weight: 700; }
.q9m7    .uu1r4 a { font-weight: 800; letter-spacing: 0.01em; }
.hiro3j     .uu1r4 > li + li::before,
.kh3r9dju    .uu1r4 > li + li::before,
.bu6nmg46    .uu1r4 > li + li::before,
.cbpttp .uu1r4 > li + li::before,
.fbvfwmy .uu1r4 > li + li::before,
.gtmql356  .uu1r4 > li + li::before,
.v9l87kru    .uu1r4 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.hiro3j     .uu1r4 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.kh3r9dju    .uu1r4 > li + li::before { content: "|"; }
.bu6nmg46    .uu1r4 > li + li::before { content: "—"; }
.cbpttp .uu1r4 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.fbvfwmy .uu1r4 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.gtmql356  .uu1r4 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.v9l87kru    .uu1r4 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .obrm .iyagec,
  .glc7s5s .iyagec,
  .eeufs4d8 .iyagec,
  .vv9c .iyagec,
  .k7d7 .iyagec {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .obrm .iyagec::before,
  .glc7s5s .iyagec::before,
  .eeufs4d8 .iyagec::before,
  .vv9c .iyagec::before,
  .k7d7 .iyagec::before { content: ""; display: block; flex-shrink: 0; }

  
  .obrm .iyagec::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;
  }

  
  .glc7s5s .iyagec::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;
  }

  
  .eeufs4d8 .iyagec::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;
  }

  
  .vv9c .iyagec::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;
  }

  
  .k7d7 .iyagec::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) {
  .mma7esv .iyagec {
    padding: 5px 14px;
  }
  .mma7esv .uu1r4 {
    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;
  }
  .mma7esv .uu1r4 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .mma7esv .uu1r4 li a:hover { background: var(--bg-raised); }
  .mma7esv .cmo27k,
  .xvgq380 .cmo27k,
  .r2km .cmo27k { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .r3oyiq9b .iyagec {
    padding: 5px 10px;
  }
  .r3oyiq9b .uu1r4 {
    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);
  }
  .r3oyiq9b .uu1r4.cx3pz { transform: translateX(0); }
  .r3oyiq9b .uu1r4 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .r3oyiq9b .uu1r4 li:last-child a { border-bottom: none; }
  .oxv2 .uu1r4,
  .jbgiq5 .uu1r4 { background: var(--accent) !important; }
  .oxv2 .uu1r4 li a,
  .jbgiq5 .uu1r4 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .r2km .iyagec {
    padding: 5px 10px;
  }
  .r2km .uu1r4 {
    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);
  }
  .r2km .uu1r4::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .r2km .uu1r4.cx3pz { transform: translateY(0); }
  .r2km .uu1r4 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .bx5jyz .iyagec {
    padding: 5px 10px;
  }
  .bx5jyz .uu1r4 {
    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;
  }
  .bx5jyz .uu1r4.cx3pz { opacity: 1; pointer-events: auto; }
  .bx5jyz .uu1r4 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .j7ao15     .iyagec { border-radius: 0 !important; }
  .y6fqabpz   .iyagec { border-radius: 8px !important; }
  .fsagjxtu .iyagec { border-radius: 50% !important; }
  .ljyr2   .iyagec { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .t0oo2y .wrq24qrj { flex-direction: column; align-items: stretch; }
  .t0oo2y .ep4u923 { flex-direction: row; min-width: auto; }
  .t0oo2y .w9r0c { align-items: flex-start; text-align: left; }
}
.w1xhi77,
.w1xhi77.iia5m,
.n8pi6 .w1xhi77,
.b1frxmeb .w1xhi77,
.s1w3xl .w1xhi77,
.hz46m8ir .w1xhi77 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.xib5 {
  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;
}
.ab7w15 { flex: 1 1 280px; min-width: 0; }
.wlnl {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.vgj9dh {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.ovjvt {
  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;
}
.ovjvt:hover { transform: translateY(-1px); opacity: 0.95; }
.k0kaso .xib5 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.k0kaso .wlnl { color: var(--cta); }
.k0kaso .vgj9dh { color: var(--text-body); }
.k0kaso .ovjvt {
  background: var(--cta) !important;
  color: #fff !important;
}
.mxrh3mu .xib5 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.mxrh3mu .wlnl { color: var(--text-primary); }
.mxrh3mu .vgj9dh { color: var(--text-body); }
.mxrh3mu .ovjvt {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .xib5 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ab7w15 { flex: 0 0 auto; }
  .wlnl { font-size: 1.2rem; }
  .ovjvt { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.pvvwa .z07g { height: 36px; }
.jlfb1 .z07g { height: 60px; max-width: 200px; }
.yv5e0g0 .z07g { height: 56px; max-width: 180px; }
.lnb39ph    .b8cuczce, .lnb39ph    .d46acerl { color: #f59e0b; }
.p6dmy4      .b8cuczce { font-size: 1rem; letter-spacing: 1.5px; }
.cwzgi    .b8cuczce, .cwzgi    .d46acerl { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.pfuox     .b8cuczce, .pfuox     .d46acerl { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.chlz5xy .b8cuczce, .chlz5xy .d46acerl { color: var(--cta); letter-spacing: 2px; }
.qy0cix   .b8cuczce, .qy0cix   .d46acerl { color: #e91e63; letter-spacing: 2px; }
.vmb5y  .b8cuczce, .vmb5y  .d46acerl { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.khbgbydo     .b8cuczce, .khbgbydo     .d46acerl { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.uyjmuu .jh1n77h + .jh1n77h {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.mylk0l .usgu { padding: 18px 24px; min-height: 68px; }
.q58k240f .dqyxg {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.q58k240f .twts {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.h7kra17 .jh1n77h {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.txmaaln { counter-reset: cs-rank; }
.txmaaln .usgu { counter-increment: cs-rank; }
.txmaaln .usgu::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;
}
.r3h44u .txmaaln { counter-reset: cs-rank; gap: 0; }
.r3h44u .usgu {
  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;
}
.r3h44u .usgu::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;
}
.r3h44u .y5dchmf4 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.r3h44u .w59nc {
  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;
}
.r3h44u .pho7gcm3 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.r3h44u .y5dchmf4 { min-width: 0; flex-direction: column; width: 100%; }
.r3h44u .jo0e {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.r3h44u .b8cuczce { color: var(--cta, var(--accent)); }
.r3h44u .s5cxz8 { font-weight: 700; }
.r3h44u .jh1n77h {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.r3h44u .dqyxg {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.r3h44u .twts {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.r3h44u .ud5zh .twts { font-size: 1.3rem; color: var(--accent-light); }
.r3h44u .ojis6 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.r3h44u .usgu:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .r3h44u .txmaaln {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .r3h44u .usgu {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .r3h44u .usgu { padding: 40px 16px 20px; }
  .r3h44u .jh1n77h {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .r3h44u .ojis6 { width: 100%; min-width: 0; }
}
.pf6pp09 .txmaaln { counter-reset: cs-rank; gap: 10px; }
.pf6pp09 .usgu {
  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);
}
.pf6pp09 .usgu::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);
}
.pf6pp09 .y5dchmf4 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.pf6pp09 .w59nc {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.pf6pp09 .pho7gcm3 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.pf6pp09 .jo0e {
  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;
}
.pf6pp09 .b8cuczce { color: var(--cta, var(--accent)); }
.pf6pp09 .jh1n77h {
  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;
}
.pf6pp09 .dqyxg {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.pf6pp09 .twts { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.pf6pp09 .ud5zh .twts { color: var(--accent-light); }
.pf6pp09 .ojis6 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.pf6pp09 .usgu:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .pf6pp09 .usgu {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .pf6pp09 .usgu::before {
    position: absolute; top: 14px; left: 14px;
  }
  .pf6pp09 .y5dchmf4 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .pf6pp09 .jo0e { white-space: normal; text-align: center; font-size: 1.2rem; }
  .pf6pp09 .jh1n77h {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .pf6pp09 .ojis6 { width: 100%; min-width: 0; }
  .pf6pp09 .b8cuczce { min-width: 0; }
}
.d0bvp4bu .usgu::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.oppszc9 .s7bm {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.oppszc9 .s7bm summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.oppszc9 .s7bm p { padding: 0 2px 16px; }
.sby5d .s7bm { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.sby5d .s7bm summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.sby5d .s7bm summary::after { content: "›"; font-size: 1.2em; }
.sby5d .s7bm[open] summary::after { content: "‹"; }
.sby5d .s7bm p { padding: 10px 22px 4px; }
.izc3yis .s7bm {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.izc3yis .s7bm summary { color: var(--text-primary); padding-left: 16px; }
.izc3yis .s7bm summary::after { content: "›"; font-size: 1.1em; }
.izc3yis .s7bm[open] summary::after { content: "‹"; }
.izc3yis .s7bm p { padding-left: 16px; }
.mlua7 .zs05c0i { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.mlua7 .s7bm {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.mlua7 .s7bm:last-child { border-bottom: none; }
.mlua7 .s7bm summary { color: var(--text-primary); border-radius: 0; }
.mlua7 .s7bm summary::after { content: "›"; font-size: 1.1em; }
.mlua7 .s7bm[open] summary::after { content: "‹"; }
.d1xm8i7e .s7bm { overflow: hidden; }
.d1xm8i7e .s7bm summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.d1xm8i7e .s7bm summary::after { color: rgba(255,255,255,.75); }
.d1xm8i7e .s7bm[open] summary { border-radius: 0; }
.h7iwgl { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.s0uger {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ajm6 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.r6m7nu6t { color: var(--text-muted); font-size: 1.05rem; }
.mx63hc {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.dkqqisa {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.zcazd5e { margin-bottom: 20px; }
.mjzo8b {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ksgbyd0i {
  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;
}
.ksgbyd0i:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.q59g8t00 { resize: vertical; min-height: 130px; }
.c984n3m { width: 100%; margin-top: 8px; }
.g7x7i7h5 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.zjqwwry {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.q3dzo { color: var(--text-muted); line-height: 1.75; }
.oummmt7q { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.oummmt7q li { margin-bottom: 6px; }
.bzkgjm { max-width: 760px; margin: 0 auto; }
.jm5fg { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.jzrow7 ul.oummmt7q { margin: 0; }
.zomj .jm5fg { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .zomj { grid-template-columns: 1fr; gap: 10px; } }
.k9yeo0d5 { max-width: 640px; margin: 0 auto; text-align: center; }
.p6hmq2 { margin-bottom: 48px; }
.p6hmq2 .jm5fg { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.p6hmq2 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.f916c1fa .oummmt7q { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .h7oprsiw { grid-template-columns: 1fr; } }
.j5b2 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.j5b2:hover .mkb8g { color: var(--accent-light); text-decoration: underline; }
.klztijet { color: inherit; text-decoration: none; }
.klztijet:hover { color: var(--accent-light); text-decoration: underline; }
.mstg { display: inline-block; line-height: 0; }
.tg302 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.mhobbp { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.mhobbp:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ap51i { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.mhobbp p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.mhobbp ul.oummmt7q { margin: 0; }
.m2fyee { color: var(--text-muted); line-height: 1.75; }
.qkmha6 .oummmt7q,
.ithxog .oummmt7q,
.jloa7e4y .oummmt7q,
.hp3k .oummmt7q {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.qkmha6 .mhobbp,
.ithxog .mhobbp { text-align: left; }
.qkmha6 .ap51i,
.ithxog .ap51i { text-align: center; }
.bcdx { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.bpztw { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.x8g5l62 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.l416h06z { margin-top: 12px; }
.ruqc2x { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.ruqc2x:hover { border-bottom-color: var(--accent-light); }
.t2y9wt { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.t2y9wt img { width: 100%; height: 100%; object-fit: cover; display: block; }
.b1b4yoai { width: 200px; height: 200px; }
.bybuqz8y { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.oh11f { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.mhj98r { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .swwti { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.hjhjg0a .x8g5l62, .hjhjg0a .bpztw { max-width: 640px; }
.l61553 .bcdx { font-size: 1.6rem; margin-top: 18px; }
.nloj .x8g5l62 { margin-bottom: 28px; }
@media (max-width: 860px) { .v55o7 { grid-template-columns: 1fr; } .l61553 { position: static; text-align: center; } }
.jz1h3qy { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.qib3y7tt { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.qib3y7tt .t2y9wt { margin: 0 auto 18px; }
.qib3y7tt .oh11f { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .jz1h3qy { grid-template-columns: 1fr; } }
.nqgy42f .bcdx { font-size: 1.6rem; margin-bottom: 6px; }
.hp3k .oummmt7q { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nqgy42f { flex-direction: column; text-align: center; } .ufmly { grid-template-columns: 1fr; } }
.lf4qwi6f .bcdx { font-size: 1.35rem; margin: 0 0 4px; }
.lf4qwi6f .oh11f { margin: 0; }
.apdtx8xl .ajm6 { color: var(--accent-light); }
.qnpp8m6 .ajm6 { font-size: 2rem; }
.qnpp8m6 .r6m7nu6t { max-width: 680px; }
.vnm9a5w .ajm6 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.vnm9a5w .r6m7nu6t  { margin: 0; }
@media (max-width: 640px) { .vnm9a5w { flex-direction: column; } }
.rnw7qml .ajm6 { color: var(--accent-light); }
.szn2mlrw {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.szn2mlrw .ajm6 { color: #fff; }
.szn2mlrw .r6m7nu6t  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .nepo { grid-template-columns: 1fr; } }
.n154 .ksgbyd0i {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.n154 .ksgbyd0i:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.md6320 .ksgbyd0i { background: var(--bg-raised); border-color: transparent; }
.md6320 .ksgbyd0i:focus { background: var(--bg-card); border-color: var(--accent-light); }
.nqz0 .ksgbyd0i { border-radius: 100px; padding: 11px 20px; }
.nqz0 .q59g8t00 { border-radius: 14px; }
@media (max-width: 640px) { .cqpuhbu { grid-template-columns: 1fr; } }
.c8l7j{display:none}
.c8l7j:empty,.xh8ff:empty{display:none}
.n3je3q{position:relative;overflow:visible}
.krf89 .krkhnm,.um9yh .krkhnm,
.fhq2hpci .krkhnm,.m32j .krkhnm,
.wzzajs .krkhnm,.s21fs .krkhnm{display:block}
.h8pj40 .t8bp{display:block}
.krf89 .krkhnm,.um9yh .krkhnm,
.fhq2hpci .krkhnm,.m32j .krkhnm,
.wzzajs .krkhnm{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}
.krf89 .krkhnm .xh8ff,.um9yh .krkhnm .xh8ff,
.fhq2hpci .krkhnm .xh8ff,.m32j .krkhnm .xh8ff,
.wzzajs .krkhnm .xh8ff{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}
.krf89 .krkhnm,.um9yh .krkhnm{top:12px}
.krf89 .krkhnm .xh8ff{margin-right:auto}
.um9yh .krkhnm .xh8ff{margin-left:auto}
.um9yh .krkhnm{text-align:right}
.fhq2hpci .krkhnm,.m32j .krkhnm{bottom:12px}
.fhq2hpci .krkhnm .xh8ff{margin-right:auto}
.m32j .krkhnm .xh8ff{margin-left:auto}
.m32j .krkhnm{text-align:right}
.wzzajs .krkhnm{position:relative;margin-top:16px}
.wzzajs .krkhnm .xh8ff{margin:0 auto}
.s21fs .krkhnm{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.s21fs .krkhnm .xh8ff{margin:0}
.s21fs .k06b~.krkhnm,
.s21fs .btvv57s~.krkhnm{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.s21fs .k06b~.krkhnm .xh8ff,
.s21fs .btvv57s~.krkhnm .xh8ff{justify-content:flex-start}
.k06b~.krkhnm,.btvv57s~.krkhnm{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}
.k06b~.krkhnm .xh8ff{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.btvv57s~.krkhnm .xh8ff{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.t8bp .xh8ff{margin:0 0 12px}
.xh8ff{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.mpw0hf2{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.mkb8g{font-weight:600;color:var(--text-heading);opacity:1}
.d3884ezd .mpw0hf2{display:none}
.xdgj89r .xh8ff{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.dzgrs4k .bnip4scu{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.dzgrs4k .ywdpfn44::before{content:""}
.l24yzr .xh8ff{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.egq7b{--date-bg:transparent}
.lclotolh .ywdpfn44::before{content:""}
.wgi08cha{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.jgjr{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.xhht0w5{display:flex;flex-direction:column;gap:3px}
.by8v{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.d1ajnrpf{font-weight:700;font-size:1rem;color:var(--text-heading)}
.ujoi{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.tuoo7p .wgi08cha{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.rb5fptv9 .wgi08cha{border-top:3px solid var(--accent);padding-top:18px}
.vwmoq .wgi08cha{border-left:3px solid var(--accent);border-radius:0}
.tikurbbi .wgi08cha{padding:20px 0}
@media(max-width:640px){
  .wgi08cha{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ujoi{max-width:100%}
}
.myqu .n65u{margin:0}
@media (max-width:560px){
  .mo65tud9{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) {
  .odw1edcb { padding: 28px 18px 20px; }
  .umkxhr { font-size: 1.2rem; }
  .eqwnrdk { max-width: 220px; max-height: 80px; }
}
.l1x4yz {
  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);
}
.oh4k {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.mem4pbxv  .l1x4yz { border-radius: 50%; }
.vsf53mpo  .l1x4yz { border-radius: 6px; }
.f20urx .l1x4yz { border-radius: 22px; }
.r6hsorh .xib5 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .l1x4yz { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.vxoszg .iia5m {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.vxoszg .b5ivra {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.vxoszg .xib5 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.ax0no .iia5m,
.ax0no .b5ivra {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.ax0no .xib5 {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .ax0no { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .ax0no .xib5 {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .ax0no .vgj9dh { display: none !important; }
  .ax0no .wlnl { font-size: 1.1rem !important; }
  .ax0no .l1x4yz { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .i6ely { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .skoum { flex-direction: row-reverse; }
[dir="rtl"] .uu1r4 { flex-direction: row-reverse; }
[dir="rtl"] .wr3u2pa .y9604 { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .wr3u2pa .y9604 { right: auto; left: 20px; }
  [dir="rtl"] .j5m8blu  .y9604 { left: auto;  right: 20px; }
}
[dir="rtl"] .oz4x3wfb .xstiema5  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .lrkq .xstiema5 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .sfzlp, [dir="rtl"] .da3i3 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ms6c { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .eppwp2vy { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .gbmwshk { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .xib5 { direction: rtl; }
[dir="rtl"] .l1x4yz { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .usgu,
[dir="rtl"] .bi1xw { direction: rtl; }
[dir="rtl"] .myb7a8ej { direction: rtl; }
[dir="rtl"] .q4ddt { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .lbts .da3i3,
[dir="rtl"] .a1yn .da3i3,
[dir="rtl"] .rou0odd5 .da3i3,
[dir="rtl"] .uatk .da3i3 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .lbts .da3i3 li::before,
[dir="rtl"] .a1yn .da3i3 li::before,
[dir="rtl"] .rou0odd5 .da3i3 li::before,
[dir="rtl"] .uatk .da3i3 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .hf13t.tw0jm .kipg,
[dir="rtl"] .swy3tno.tw0jm .kipg,
[dir="rtl"] .uhpa.tw0jm .kipg,
[dir="rtl"] .uiv4p8.tw0jm .kipg,
[dir="rtl"] .gkldbw4s.tw0jm .kipg { text-align: right; }
[dir="rtl"] .k06b.tw0jm .ssn0e { align-items: flex-end; text-align: right; }
[dir="rtl"] .b5ivra,
[dir="rtl"] .r3zhj5s,
[dir="rtl"] .xfd54uqp,
[dir="rtl"] .kipg { text-align: right; }
[dir="rtl"] .dkqqisa,
[dir="rtl"] .mjzo8b,
[dir="rtl"] .x8g5l62,
[dir="rtl"] .ksgbyd0i,
[dir="rtl"] .q59g8t00 { text-align: right; direction: rtl; }
[dir="rtl"] .nqz0 .ksgbyd0i,
[dir="rtl"] .n154 .ksgbyd0i { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #84056c;
  --brand:           #84056c;
  --brand-light:     #650954;
  --brand-pale:      #8c1675;
  --grad-start:      #dc08b4;
  --grad-end:        #eb36c9;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #84056c;
  --cta-light:       #5f014d;
  --cta-hover:       #49023b;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f3f5;
  --bg-raised:       #f1edf0;
  --bg-hover:        #f6f3f5;
  --border:          #e9e1e7;
  --border-alt:      #ddcfda;
  --border-section:  #e9e1e7;
  --text-primary:    #1c161b;
  --text-muted:      #62505e;
  --text-body:       #382d36;
  --text-sub:        #544451;
  --text-faint:      #8c7287;
  --text-dim:        #a38e9f;
  --text-label:      #705b6c;
  --text-value:      #463943;
  --accent-bg:       #f7ddf2;
  --accent-bg-light: #f5c1eb;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f1f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f4;
  --c-pros:          #0c968b;
  --c-cons:          #9f2131;
  --c-pros-label:    #0eb3a5;
  --c-tip-border:    #10c6b6;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c968b;
}
:root { --logo-bg-opacity: 64%; }
body, button, input { font-family: "Source Sans 3", sans-serif; }
.cprfsob .k3hicl { font-size: 0; width: 1.2rem; flex-shrink: 0; }.cprfsob .k3hicl::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.cprfsob .tdydkm     .k3hicl::before { content: "";  color: var(--c-tip-border); }.cprfsob .lygru .k3hicl::before { content: ""; color: var(--c-warn-border); }.cprfsob .wm3p    .k3hicl::before { content: ""; color: #60a5fa; }.bkybvo05 .cprfsob .tdydkm     .k3hicl::before { color: #10b981; }.bkybvo05 .cprfsob .lygru .k3hicl::before { color: #f43f5e; }.bkybvo05 .cprfsob .wm3p    .k3hicl::before { color: #a855f7; }.hybnn  .cprfsob .tdydkm     .k3hicl::before { color: #eab308; }.hybnn  .cprfsob .lygru .k3hicl::before { color: #ef4444; }.hybnn  .cprfsob .wm3p    .k3hicl::before { color: #f97316; }.fir1v  .cprfsob .tdydkm     .k3hicl::before { color: #38bdf8; }.fir1v  .cprfsob .lygru .k3hicl::before { color: #818cf8; }.fir1v  .cprfsob .wm3p    .k3hicl::before { color: #2dd4bf; }.bhz7l .cprfsob .k3hicl::before { color: var(--accent-light) !important; }
.b3op7 .tv22cse, .b3op7 .k06b { min-height: 420px; }
.r9k9::before { content: '•'; }