:root {
  --color-accent: #0a6634;
  --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;
}
.utcleg7 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.dors {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.vasedqta {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.p2ci { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.fdlg91 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.fdlg91 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.fdlg91 a:hover { color: var(--accent-light); }
.wwzxx     .xlc4 { border-radius: 6px; }
.wwzxx .xlc4 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.wwzxx .xlc4 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.k51e6 .xlc4 li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .xlc4 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ck0210y2:hover .xlc4,
  .ck0210y2:focus-within .xlc4 { display: block; }
  .xlc4 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.dm3s {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.odc2u8u { display: none; }
@media (max-width: 640px) {
  .odc2u8u {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .odc2u8u.idfev4 { display: block; }
}
@media (max-width: 640px) {
  .dm3s { display: block; }
  .fdlg91 > li + li::before { display: none !important; }
  .fdlg91 {
    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;
  }
  .fdlg91.idfev4 { display: flex; }
  .fdlg91 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .fdlg91 li:last-child a { border-bottom: none; }
}
.to3182m { min-height: 480px; }
.yubz9ddf {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ie3487fi { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.rzjn08 .ie3487fi { margin-left: 0; margin-right: 0; }
.abvwvh4 {
  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;
}
.af4a .abvwvh4 { margin-top: 24px; }
.abvwvh4:hover { opacity: 0.88; }
.iympy {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.xiw9k6 {
  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%);
}
.iympy .s0nkkiv {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.iympy .yubz9ddf { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.iympy .ie3487fi { color: #e2e8f0; }
.iympy.d4kd .s0nkkiv { text-align: center; }
.iympy.rzjn08   .s0nkkiv { text-align: left; }
.zd2iy8 .s0nkkiv {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.zd2iy8 .yubz9ddf { color: var(--text-primary); text-shadow: none; }
.zd2iy8 .ie3487fi { color: var(--text-muted); }
.zd2iy8 .abvwvh4 { margin-top: 16px; }
.zd2iy8, .zd2iy8.to3182m { min-height: auto !important; }
.zd2iy8.d4kd .s0nkkiv { text-align: center; }
.zd2iy8.rzjn08   .s0nkkiv { text-align: left; }
.zd2iy8~.u6ls2{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}
.zd2iy8~.u6ls2 .hmaj{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}
.fnhfirqx {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.dyjpkj .fnhfirqx,
.dyjpkj .fnhfirqx::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.al5ynb1j .fnhfirqx,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.wdcau .fnhfirqx,
.wdcau .iympy .xiw9k6 {
  overflow: hidden;
}
.wdcau .fnhfirqx::after,
.wdcau .iympy .xiw9k6::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%); }
}
.deotp2bd .fnhfirqx,
.deotp2bd .fnhfirqx::after,
@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); }
}
.deotp2bd .iympy .xiw9k6 {
  overflow: hidden;
}
.deotp2bd .iympy .xiw9k6::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;
}
.n0ui8uh2 .fnhfirqx,
.n0ui8uh2 .u99zehj6,
.n0ui8uh2 .iympy .xiw9k6 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.dyjpkj .iympy .xiw9k6 {
  overflow: hidden;
}
.dyjpkj .iympy .xiw9k6::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;
}
.al5ynb1j .iympy .xiw9k6 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.fnhfirqx .xiw9k6 {
  background: none;
}
.fnhfirqx .yubz9ddf { color: #fff; }
.fnhfirqx .ie3487fi { color: rgba(255,255,255,0.85); }
.fnhfirqx .abvwvh4 { background: #fff; color: var(--cta); }
.fnhfirqx .abvwvh4:hover { opacity: 0.92; }
.n0ui8uh2 .mytl5 {
  animation: hg-fadein 1.2s ease-out both;
}
.mytl5 .yubz9ddf { text-shadow: none; color: var(--text-primary); }
.mytl5 .ie3487fi { color: var(--text-muted); }
body.vm0p .yubz9ddf {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.oilzv8w .yubz9ddf {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.to3182m.fnhfirqx .yubz9ddf,
section.fnhfirqx .yubz9ddf {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.mytl5.d4kd .nadt9fv { align-items: center; text-align: center; }
.to3182m .lt3gwnc {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.lt3gwnc .gl9y {
  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;
}
.lt3gwnc .gl9y::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.lt3gwnc .y1z1na0k { display: contents !important; }
.lt3gwnc .y1z1na0k .d893cm2q {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.lt3gwnc .y1z1na0k .src3 { max-height: 48px; max-width: 96px; }
.lt3gwnc .y1z1na0k .f6c6b8e {
  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;
}
.lt3gwnc .kbthlpq {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.lt3gwnc .dotnsi { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.lt3gwnc .udh2 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.lt3gwnc .udh2 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.lt3gwnc .bk8ax7s { display: contents !important; }
.lt3gwnc .bk8ax7s .yz44v0:not(.gd4zi) { display: none !important; }
.lt3gwnc .bk8ax7s .gd4zi {
  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;
}
.lt3gwnc .bk8ax7s .gd4zi .vuibjtm {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.lt3gwnc .bk8ax7s .gd4zi .n9kz {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.lt3gwnc .qdwc1sz7 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.lt3gwnc .qdwc1sz7.c431elp3 {
  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;
}
.lt3gwnc .qdwc1sz7.c431elp3:hover { opacity: 0.85; }
.v9n2rlvz .s0nkkiv { padding-bottom: 24px; }
.af4a .s0nkkiv { max-width: 1100px; }
@media (max-width: 700px) {
  .mytl5 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .mytl5:not(.mxmlex) .u5uz9 { display: none !important; }
  .mxmlex .u5uz9 { padding: 16px; }
  .nadt9fv  { padding: 36px 24px; }
  .mytl5~.u6ls2,.czy7~.u6ls2{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .to3182m, .mytl5 { min-height: 320px !important; }
  .yubz9ddf { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .i9osv31c,
  .f4ki5,
  .npms5 { grid-template-columns: 1fr !important; }

  

  
  .v9n2rlvz { display: flex !important; flex-direction: column !important; }
  .v9n2rlvz .s0nkkiv { display: contents; }
  .v9n2rlvz .xiw9k6 { order: 0; }
  .v9n2rlvz .yubz9ddf { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .v9n2rlvz .i9osv31c { order: 2; padding: 0 16px 12px !important; }
  .v9n2rlvz .ie3487fi { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .af4a .s0nkkiv { display: flex; flex-direction: column; }
  .af4a .s0nkkiv .yubz9ddf { order: 1; }
  .af4a .s0nkkiv .npms5 { order: 2; margin: 8px 0 24px !important; }
  .af4a .s0nkkiv .ie3487fi { order: 3; }
  .af4a .s0nkkiv .abvwvh4 { order: 4; align-self: center; margin-top: 0; }

  
  .mytl5.mxmlex {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .mytl5.mxmlex .nadt9fv { display: contents; padding: 0; }
  .mytl5.mxmlex .nadt9fv .yubz9ddf { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .mytl5.mxmlex .u5uz9 { order: 2; padding: 12px 16px; }
  .mytl5.mxmlex .nadt9fv .ie3487fi { order: 3; padding: 0 24px; margin: 0 auto; }
  .mytl5.mxmlex .nadt9fv .abvwvh4 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.x7zhm5hx { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.p6ggdh { width: 100%; height: auto; display: block; border-radius: 10px; }
.xjkxioj .x7zhm5hx        { border-radius: 16px; }
.xjkxioj .p6ggdh  { border-radius: 16px; }
.zv3za .x7zhm5hx         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.zv3za .p6ggdh   { border-radius: 8px; }
.mszh9qc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ekbj4o { width: 100%; padding: 32px 0; position: relative; }
.cjkjq4qw { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.mdtg .ekbj4o:nth-child(even) { background: var(--bg-surface); }
.mdtg .ekbj4o:nth-child(odd)  { background: var(--bg-page); }
.jtzdy9x1 .ekbj4o:nth-child(even) { background: var(--bg-card); }
.jtzdy9x1 .ekbj4o:nth-child(odd)  { background: var(--bg-page); }
.mdtg .ekbj4o:nth-child(odd)  .cjkjq4qw { background: var(--bg-card); border-radius: 6px; }
.mdtg .ekbj4o:nth-child(even) .cjkjq4qw { background: var(--bg-raised); border-radius: 6px; }
.jtzdy9x1 .ekbj4o:nth-child(odd)  .cjkjq4qw { background: var(--bg-card); border-radius: 6px; }
.jtzdy9x1 .ekbj4o:nth-child(even) .cjkjq4qw { background: var(--bg-raised); border-radius: 6px; }
.mdtg .ekbj4o:nth-child(even) .dbiynjay .azh7mmc,
.jtzdy9x1 .ekbj4o:nth-child(even) .dbiynjay .azh7mmc { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.mdtg .ekbj4o:nth-child(odd) .dbiynjay .azh7mmc,
.jtzdy9x1 .ekbj4o:nth-child(odd) .dbiynjay .azh7mmc { background: var(--bg-card-inner); }
.mdtg .ekbj4o:nth-child(even) .f9mloe .azh7mmc:nth-child(odd),
.jtzdy9x1 .ekbj4o:nth-child(even) .f9mloe .azh7mmc:nth-child(odd)  { background: var(--bg-card); }
.mdtg .ekbj4o:nth-child(even) .f9mloe .azh7mmc:nth-child(even),
.jtzdy9x1 .ekbj4o:nth-child(even) .f9mloe .azh7mmc:nth-child(even) { background: var(--bg-card-inner); }
h1.h7s4ait { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.h7s4ait {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.t5dsdq { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.whbf h2.h7s4ait {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.hoghdge h2.h7s4ait {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.un5akf h2.h7s4ait {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.o1cm2 h2.h7s4ait::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.m4zrs6h6 h2.h7s4ait {
  color: var(--text-primary); font-size: 1.7rem;
}
.mj78 h2.h7s4ait::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.uogfw8y h2.h7s4ait {
  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;
}
.r2js58j { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .r2js58j { display: none; } }
.ikzmj { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.l84bn { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.n0n3o5q {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.i5mq { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.e4i1 { padding-left: 20px; }
.e4i1 li { margin-bottom: 6px; }
.e4i1 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.e4i1 a:hover { color: var(--accent-light); }
.cf3z .i5mq { display: none; }
.qowgmq .i5mq { display: none; }
.qowgmq .e4i1 { padding-left: 0; list-style: none; }
.qowgmq .e4i1 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.qowgmq .e4i1 a { font-size: 0.92rem; }
.po2k .n0n3o5q { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.po2k .i5mq { display: none; }
.po2k .e4i1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.po2k .e4i1 li { margin-bottom: 0; }
.po2k .e4i1 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;
}
.po2k .e4i1 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.k0kw .n0n3o5q { padding: 20px 20px 16px; }
.k0kw .e4i1 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.k0kw .e4i1 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.k0kw .e4i1 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;
}
.k0kw .e4i1 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;
}
.k0kw .e4i1 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.k0kw .e4i1 a:focus,
.k0kw .e4i1 a:focus-visible,
.k0kw .e4i1 a:target { outline: none; }
.k0kw .e4i1 li:target a { border-color: var(--border); color: var(--text-muted); }
.et5bav .n0n3o5q { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.et5bav .i5mq { display: none; }
.et5bav .e4i1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.et5bav .e4i1 li { margin-bottom: 0; }
.et5bav .e4i1 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.et5bav .e4i1 li:last-child::after { content: ""; margin-right: 0; }
.et5bav .e4i1 a { font-size: 0.9rem; }
.azh7mmc { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.dbiynjay .azh7mmc { background: var(--bg-card); }
.f9mloe .azh7mmc:nth-child(odd)  { background: var(--bg-card); }
.f9mloe .azh7mmc:nth-child(even) { background: var(--bg-raised); }
.rhns .azh7mmc {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.rhns .azh7mmc:last-child { border-bottom: none; }
.rhns h3.t5dsdq { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.fjnioxi .azh7mmc {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.fjnioxi .azh7mmc + .azh7mmc { margin-top: 4px; }
.zsq5tp .azh7mmc { background: none; border-radius: 0; padding: 12px 0; }
.zsq5tp .azh7mmc + .azh7mmc { border-top: 1px solid var(--border-section); }
.omem { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ykl5nu { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.h2pys0zy { color: var(--text-body); margin-bottom: 10px; }
.ktxnls, .trebw { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ktxnls li, .trebw li { margin-bottom: 6px; }
.trebw li { list-style: decimal; }
.ag2ntxs     .ktxnls { list-style-type: "● "; }
.k7i4i  .ktxnls { list-style-type: "■ "; }
.zvnpr7xd .ktxnls { list-style-type: "◆ "; }
.r49udgh    .ktxnls { list-style-type: "★ "; }
.ag2ntxs     .oovubpk { list-style-type: "● "; }
.k7i4i  .oovubpk { list-style-type: "■ "; }
.zvnpr7xd .oovubpk { list-style-type: "◆ "; }
.r49udgh    .oovubpk { list-style-type: "★ "; }
.ag2ntxs    .ktxnls li::marker, .ag2ntxs    .oovubpk li::marker,
.k7i4i .ktxnls li::marker, .k7i4i .oovubpk li::marker,
.zvnpr7xd .ktxnls li::marker, .zvnpr7xd .oovubpk li::marker,
.r49udgh   .ktxnls li::marker, .r49udgh   .oovubpk li::marker {
  color: var(--cta); font-size: 1em;
}
.ag2ntxs .trebw,
.k7i4i .trebw,
.zvnpr7xd .trebw,
.r49udgh .trebw {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ag2ntxs .trebw li,
.k7i4i .trebw li,
.zvnpr7xd .trebw li,
.r49udgh .trebw li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ag2ntxs .trebw li::before,
.k7i4i .trebw li::before,
.zvnpr7xd .trebw li::before,
.r49udgh .trebw 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;
}
.ag2ntxs     .trebw li::before { border-radius: 50%; }
.k7i4i  .trebw li::before { border-radius: 3px; }
.zvnpr7xd .trebw li::before { border-radius: 3px; }
.r49udgh    .trebw li::before { border-radius: 50%; }
.dwa49e3x { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.sohgn .dwa49e3x,
.ztxp6z .dwa49e3x { background: transparent; border: none; border-radius: 0; }
.wwq0i { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.wwq0i th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.wwq0i td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.wwq0i tr:hover td { background: var(--bg-hover); }
.ty7o .wwq0i tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ufllz797 .wwq0i { border: 1px solid var(--border-alt); }
.ufllz797 .wwq0i th,
.ufllz797 .wwq0i td { border: 1px solid var(--border-alt); }
.xg2a86e .wwq0i th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.xg2a86e .wwq0i td { border-bottom: none; }
.xg2a86e .wwq0i tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.s1sk .wwq0i th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.jcj666p8 .dwa49e3x {
  overflow: hidden;
}
.jcj666p8 .wwq0i th { border-bottom: 1px solid var(--border-alt); }
.jcj666p8 .wwq0i tr:last-child td { border-bottom: none; }
.jk99 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.f84v5 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.tj1gz7g { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.l0pg { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.p14wnj { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.oovubpk { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.oovubpk 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%}
.ndil6s .l0pg { background: transparent; text-align: center; }
.wftykvao .tj1gz7g {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.aep31 .tj1gz7g {
  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);
}
.h367 .f84v5 { display: grid; grid-template-columns: auto 1fr; }
.h367 .tj1gz7g {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.h367 .l0pg { grid-column: 2; }
.h367 .p14wnj,
.h367 .oovubpk { grid-column: 1 / -1; }
.ri7flhi .f84v5 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ri7flhi .tj1gz7g {
  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);
}
.ri7flhi .l0pg { grid-column: 2; }
.ri7flhi .p14wnj,
.ri7flhi .oovubpk { grid-column: 1 / -1; }
.wafrf .f84v5 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.wafrf .l0pg { background: none; color: var(--accent-light); font-weight: 700; }
.fz42 .f84v5 { 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); }
.fz42 .l0pg { background: none; color: var(--accent-light); font-weight: 700; }
.vbqbqnh .f84v5 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.vbqbqnh .f84v5:last-child { border-bottom: none; }
.vbqbqnh .l0pg { background: none; color: var(--accent-light); font-weight: 700; }
.z66oxf74 .f84v5 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.z66oxf74 .l0pg { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.yz482lu .jk99 { counter-reset: card-n; }
.yz482lu .f84v5  { counter-increment: card-n; }
.yz482lu .l0pg { display: flex; align-items: center; gap: 10px; }
.yz482lu .l0pg::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;
}
.r934b9u0 .f84v5 { background: var(--bg-surface); border: 1px solid var(--border); }
.r934b9u0 .l0pg { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.wjwga { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.gbyhy3dl  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.dodq5wtj { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.tbuamso { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.txl9hhc0 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.wjwga strong { color: var(--text-primary); font-size: 0.95rem; }
.wjwga p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.c8vrq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.e28nb7d, .k7d7 { border-radius: 8px; padding: 14px; }
.e28nb7d { background: var(--bg-pros); }
.k7d7 { background: var(--bg-cons); }
.tvgh { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.e28nb7d .tvgh { color: var(--c-pros-label); }
.k7d7 .tvgh { color: #f87171; }
.e28nb7d ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.k7d7 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.p6ggdh { width: 100%; height: auto; border-radius: 10px; display: block; }
.c431elp3 {
  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;
}
.c431elp3:hover { opacity: 0.85; }
.rvka9hse .c431elp3  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.rvka9hse .c431elp3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.m69nazfn .c431elp3  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.m69nazfn .c431elp3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ajhey02 .abvwvh4 { border-radius: 50px; }
.ajhey02 .c431elp3  { border-radius: 50px; }
.vkurx .abvwvh4 { padding-left: 22px; padding-right: 22px; }
.vkurx .c431elp3  { padding-left: 12px; padding-right: 12px; }
.iko3gj .abvwvh4 { padding-left: 44px; padding-right: 44px; }
.iko3gj .c431elp3  { padding-left: 24px; padding-right: 24px; }
.tfpisv .abvwvh4 { padding-left: 56px; padding-right: 56px; }
.tfpisv .c431elp3  { padding-left: 32px; padding-right: 32px; }
.qu7r   .abvwvh4::after, .qu7r   .c431elp3::after,
.w3wa .abvwvh4::after, .w3wa .c431elp3::after,
.o4xalw1    .abvwvh4::after, .o4xalw1    .c431elp3::after,
.hobs8o7    .abvwvh4::after, .hobs8o7    .c431elp3::after,
.s6pex    .abvwvh4::after, .s6pex    .c431elp3::after,
.k7lg8     .abvwvh4::after, .k7lg8     .c431elp3::after,
.jdow0b    .abvwvh4::after, .jdow0b    .c431elp3::after,
.n2ji3ar   .abvwvh4::after, .n2ji3ar   .c431elp3::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;
}
.qu7r .abvwvh4::after, .qu7r .c431elp3::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");
}
.w3wa .abvwvh4::after, .w3wa .c431elp3::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");
}
.o4xalw1 .abvwvh4::after, .o4xalw1 .c431elp3::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");
}
.hobs8o7 .abvwvh4::after, .hobs8o7 .c431elp3::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");
}
.s6pex .abvwvh4::after, .s6pex .c431elp3::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");
}
.k7lg8 .abvwvh4::after, .k7lg8 .c431elp3::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");
}
.jdow0b .abvwvh4::after, .jdow0b .c431elp3::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");
}
.n2ji3ar .abvwvh4::after, .n2ji3ar .c431elp3::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");
}
.db2jfh86   .dqtml::after, .db2jfh86   .dzas::after,
.hncx3 .dqtml::after, .hncx3 .dzas::after,
.dvm6    .dqtml::after, .dvm6    .dzas::after,
.mbpm    .dqtml::after, .mbpm    .dzas::after,
.r29agc    .dqtml::after, .r29agc    .dzas::after,
.locz9p     .dqtml::after, .locz9p     .dzas::after,
.msosr    .dqtml::after, .msosr    .dzas::after,
.ax5w2   .dqtml::after, .ax5w2   .dzas::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;
}
.db2jfh86 .dqtml::after, .db2jfh86 .dzas::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");
}
.hncx3 .dqtml::after, .hncx3 .dzas::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");
}
.dvm6 .dqtml::after, .dvm6 .dzas::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");
}
.mbpm .dqtml::after, .mbpm .dzas::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");
}
.r29agc .dqtml::after, .r29agc .dzas::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");
}
.locz9p .dqtml::after, .locz9p .dzas::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");
}
.msosr .dqtml::after, .msosr .dzas::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");
}
.ax5w2 .dqtml::after, .ax5w2 .dzas::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");
}
.egtys {
  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;
}
.gl9y {
  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;
}
.gl9y > * { min-width: 0; }
.gl9y:hover { background: var(--bg-hover); }
.gl9y > [itemprop="item"] { display: contents; }
.gl9y [itemprop="itemReviewed"],
.gl9y [itemprop="reviewRating"] { display: none; }
.gl9y::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;
}
.y1z1na0k {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.d893cm2q {
  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;
}
.src3 { max-height: 52px; max-width: 110px; object-fit: contain; }
.f6c6b8e {
  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;
}
.fkiog1q5 .d893cm2q    { background: #1a1a1a; }
.a7x8vgr .d893cm2q   { background: rgba(128,128,128,.12); }
.ost1 .d893cm2q { background: var(--bg-raised); }
.ji1m07s .d893cm2q    { background: transparent; padding: 0; }
.kbthlpq {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.dotnsi { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.udh2 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.bk8ax7s {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.yz44v0 {
  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;
}
.vuibjtm {
  
  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%;
}
.n9kz {
  
  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;
}
.qdwc1sz7 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.qdwc1sz7.c431elp3 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .gl9y {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .gl9y::before    { grid-area: rank;   }
  .y1z1na0k           { grid-area: ident;  }
  .kbthlpq     { grid-area: rating; min-width: 0; width: auto; }
  .bk8ax7s           { grid-area: pills;  }
  .qdwc1sz7             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .gl9y {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .gl9y::before    { justify-self: center; }
  .y1z1na0k           { width: 100%; }
  .kbthlpq     { justify-self: center; }
  .bk8ax7s           { grid-template-columns: 1fr; }
}
.poyjdj9 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.uxb8wiip {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.afxqjr {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.afxqjr img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ethltys { flex: 1; }
.ethltys h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.q7ag0i { color: var(--c-stars); font-size: 1.1rem; }
.zj4ua { margin-bottom: 8px; }
.zwy37u { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.hym762b::before   { content: "★ "; color: var(--accent-light); }
.xzl3a4 { flex-shrink: 0; }
.ssktckoo img.x87m { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.sohgn { padding: 20px 24px; }
.mr83c { color: var(--text-muted); margin-bottom: 16px; }
.s3nlj3u { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.f1dum, .sk16c { list-style: none; font-size: 0.9rem; }
.f1dum li { color: var(--c-pros); margin-bottom: 4px; }
.sk16c li { color: var(--c-cons); margin-bottom: 4px; }
.f1dum li::before { content: "✓"; margin-right: 5px; }
.sk16c li::before { content: "✗"; margin-right: 5px; }
.jq39 .f1dum li::before { content: "→"; }
.jq39 .sk16c li::before { content: "–"; }
.wnfq3fz8  .f1dum li::before { content: "★"; }
.wnfq3fz8  .sk16c li::before { content: "✕"; }
.irbr    .f1dum li::before { content: "◆"; }
.irbr    .sk16c li::before { content: "▲"; }
.obzo0b0  .f1dum li::before { content: "▶"; }
.obzo0b0  .sk16c li::before { content: "■"; }
.mvsje { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.uy0ekg { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.ll9mc { background: var(--bg-pros); color: var(--c-tag-pay); }
.ol68u2 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.b18n .ol68u2 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.nzzfw17z .ol68u2 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .phm76j0e .opuw8uk9 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .phm76j0e .poyjdj9 { margin: 0; }
}
.dt5y .uxb8wiip { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.dt5y .ethltys h3 { color: var(--accent-light); }
.dt5y .afxqjr { background: var(--bg-page); border: 1px solid var(--border); }
.jax8k8ht .poyjdj9 { border-top: 4px solid var(--accent); }
.jax8k8ht .uxb8wiip { background: var(--bg-card); }
.twcwmj .poyjdj9 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.twcwmj .uxb8wiip { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.twcwmj .sohgn { padding: 14px 16px; }
.twcwmj .afxqjr { border-radius: 4px; }
.twcwmj .ol68u2 { border-radius: 0; }
.iyf3 .uxb8wiip { padding: 0; gap: 0; overflow: hidden; }
.iyf3 .afxqjr { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.iyf3 .ethltys { padding: 16px 20px; }
.iyf3 .xzl3a4 { padding: 16px 20px; align-self: center; }
.r4zlni .q7ag0i { font-size: .95rem; }
.ztxp6z .c8vrq { gap: 10px; }
.ztxp6z .e28nb7d, .ztxp6z .k7d7 { padding: 12px; }
.ztxp6z .e28nb7d ul, .ztxp6z .k7d7 ul { margin: 4px 0 0; padding-left: 18px; }
.ztxp6z .e28nb7d li, .ztxp6z .k7d7 li { font-size: .85rem; margin-bottom: 3px; }
.taljwf5 .uy0ekg { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .x8yc7 { grid-template-columns: 1fr; }
  .ulnc { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ulnc .vhf3g1tl { width: 72px; height: 50px; }
  .ulnc .zb7pes { max-width: 180px; }
  .ulnc .wvlkiqo { width: auto; }
}
.qcplnrm .r4zlni .q7ag0i { filter: brightness(1.2); }
@media (max-width: 720px) {
  .qcplnrm { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .u21qnkwj { padding: 16px; }
  .fpe79a .jfz4j { min-width: 50%; }
}
.uekste2 .c8vrq { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .hrh3g { grid-template-columns: 1fr; }
  .x4e5trll { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .k26s { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .wbp61v9l { flex-wrap: wrap; padding: 16px; }
}
.hqquu6vn .c8vrq { gap: 8px; }
.hqquu6vn .e28nb7d, .hqquu6vn .k7d7 { padding: 8px; }
@media (max-width: 480px) {
  .v0dw2ht { flex-direction: column; align-items: stretch; }
}
.yzl8 .wvlkiqo .c431elp3 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .b7ulce { flex-direction: column; align-items: stretch; gap: 10px; }
  .yzl8 .wvlkiqo { text-align: center; }
}
@media (max-width: 720px) {
  .al33z0 { grid-template-columns: 1fr; }
  .dpv81z { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .jfkcp { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.wwjs .g19igp { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.gbr0f4 .q7ag0i { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .tbil6dgg { grid-template-columns: 1fr; }
  .gbr0f4 { width: 100px; height: 100px; margin: 16px auto; }
  .wwjs { font-size: 1.4rem; }
  .wjc74 { justify-content: center; }
  .t36k .jfz4j { min-width: 50%; }
}
.sxveh .c8vrq { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .yy5f { flex-wrap: wrap; padding: 14px 16px; }
  .hn3vyt { padding: 12px 16px; }
  .sxveh .c8vrq { margin: 0 16px; }
  .sxveh .taljwf5 { padding: 0 16px; }
  .sbx3jw78 { padding: 12px 16px; }
}
.s147f .gl9y {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.s147f .gl9y:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.okjn .egtys { gap: 18px; }
.okjn .gl9y {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.okjn .gl9y:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.yegabqa2 .egtys {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.yegabqa2 .gl9y {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.yegabqa2 .gl9y:last-child { border-bottom: none; }
.yegabqa2 .y1z1na0k,
.yegabqa2 .kbthlpq,
.yegabqa2 .bk8ax7s {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.gi4i .egtys { gap: 0; }
.gi4i .gl9y {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.gi4i .gl9y:last-child { border-bottom: none; }
.gi4i .gl9y:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.gi4i .gl9y:nth-child(even):hover { background: var(--bg-hover); }
.hqmk .gl9y {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.jl1c .bk8ax7s .yz44v0 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.jl1c .bk8ax7s .yz44v0:first-child { border-left: none; }
.tqzzsi .bk8ax7s .yz44v0 {
  background: transparent; padding: 4px 8px;
}
.tqzzsi .bk8ax7s .vuibjtm { font-size: .65rem; opacity: .65; }
.tqzzsi .bk8ax7s .n9kz   { font-size: 1.15rem; color: var(--accent-light); }
.ga66m03 .bk8ax7s .yz44v0 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.udh2 { display: none; }
.v47pqdcc .dotnsi { font-size: 1rem; letter-spacing: 2px; }
.idbv .dotnsi {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.htrbqgvd .dotnsi,
.tx4j2at .dotnsi,
.eaiyw .dotnsi { display: none; }
.htrbqgvd .udh2,
.tx4j2at .udh2,
.eaiyw .udh2 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.htrbqgvd .udh2 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.htrbqgvd .udh2 small { display: none; }
.tx4j2at .udh2 {
  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;
}
.tx4j2at .udh2 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.eaiyw .udh2 {
  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;
}
.eaiyw .udh2 small { display: none; }
.htrbqgvd .zj4ua .q7ag0i,
.tx4j2at .zj4ua .q7ag0i,
.eaiyw .zj4ua .q7ag0i { display: none; }
.htrbqgvd .zj4ua strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.htrbqgvd .g19igp { display: none; }
.tx4j2at .zj4ua 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;
}
.tx4j2at .eusap45,
.tx4j2at .g19igp { font-size: 1em; }
.eaiyw .zj4ua strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.eaiyw .g19igp { display: none; }
.dewpz6 { margin: 16px 0; }
.u42f { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.u42f summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.u42f summary::after { content: "+"; color: var(--accent-light); }
.u42f[open] summary::after { content: "−"; }
.u42f p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ekbj4o { margin-bottom: 0; }
.eu3yf h2.h7s4ait { color: var(--text-primary); border-color: var(--accent-light); }
.gxl06 h2.h7s4ait { color: var(--text-primary); border-color: var(--accent-light); }
.b9b7t .gbyhy3dl     { background: #052e16; border-color: #10b981; }
.b9b7t .dodq5wtj { background: #2d0a1e; border-color: #f43f5e; }
.b9b7t .tbuamso    { background: #1e1036; border-color: #a855f7; }
.b9b7t .wjwga strong  { color: #f1f5f9; }
.b9b7t .wjwga p       { color: #cbd5e1; }
.b9b7t .tp0z    .gbyhy3dl     .txl9hhc0::before,
.b9b7t .p7bnis5  .gbyhy3dl     .txl9hhc0::before,
.b9b7t .qc7ki  .gbyhy3dl     .txl9hhc0::before,
.b9b7t .ux2qkhe .gbyhy3dl     .txl9hhc0::before { color: #10b981; }
.b9b7t .tp0z    .dodq5wtj .txl9hhc0::before,
.b9b7t .p7bnis5  .dodq5wtj .txl9hhc0::before,
.b9b7t .qc7ki  .dodq5wtj .txl9hhc0::before,
.b9b7t .ux2qkhe .dodq5wtj .txl9hhc0::before { color: #f43f5e; }
.b9b7t .tp0z    .tbuamso    .txl9hhc0::before,
.b9b7t .p7bnis5  .tbuamso    .txl9hhc0::before,
.b9b7t .qc7ki  .tbuamso    .txl9hhc0::before,
.b9b7t .ux2qkhe .tbuamso    .txl9hhc0::before { color: #a855f7; }
.mpi8b .gbyhy3dl     { background: #2d2000; border-color: #eab308; }
.mpi8b .dodq5wtj { background: #2d0b0b; border-color: #ef4444; }
.mpi8b .tbuamso    { background: #2d1600; border-color: #f97316; }
.mpi8b .wjwga strong  { color: #f1f5f9; }
.mpi8b .wjwga p       { color: #cbd5e1; }
.mpi8b .tp0z    .gbyhy3dl     .txl9hhc0::before,
.mpi8b .p7bnis5  .gbyhy3dl     .txl9hhc0::before,
.mpi8b .qc7ki  .gbyhy3dl     .txl9hhc0::before,
.mpi8b .ux2qkhe .gbyhy3dl     .txl9hhc0::before { color: #eab308; }
.mpi8b .tp0z    .dodq5wtj .txl9hhc0::before,
.mpi8b .p7bnis5  .dodq5wtj .txl9hhc0::before,
.mpi8b .qc7ki  .dodq5wtj .txl9hhc0::before,
.mpi8b .ux2qkhe .dodq5wtj .txl9hhc0::before { color: #ef4444; }
.mpi8b .tp0z    .tbuamso    .txl9hhc0::before,
.mpi8b .p7bnis5  .tbuamso    .txl9hhc0::before,
.mpi8b .qc7ki  .tbuamso    .txl9hhc0::before,
.mpi8b .ux2qkhe .tbuamso    .txl9hhc0::before { color: #f97316; }
.ci6f4sfp .gbyhy3dl     { background: #0c1a2e; border-color: #38bdf8; }
.ci6f4sfp .dodq5wtj { background: #12103a; border-color: #818cf8; }
.ci6f4sfp .tbuamso    { background: #0a2020; border-color: #2dd4bf; }
.ci6f4sfp .wjwga strong  { color: #f1f5f9; }
.ci6f4sfp .wjwga p       { color: #cbd5e1; }
.ci6f4sfp .tp0z    .gbyhy3dl     .txl9hhc0::before,
.ci6f4sfp .p7bnis5  .gbyhy3dl     .txl9hhc0::before,
.ci6f4sfp .qc7ki  .gbyhy3dl     .txl9hhc0::before,
.ci6f4sfp .ux2qkhe .gbyhy3dl     .txl9hhc0::before { color: #38bdf8; }
.ci6f4sfp .tp0z    .dodq5wtj .txl9hhc0::before,
.ci6f4sfp .p7bnis5  .dodq5wtj .txl9hhc0::before,
.ci6f4sfp .qc7ki  .dodq5wtj .txl9hhc0::before,
.ci6f4sfp .ux2qkhe .dodq5wtj .txl9hhc0::before { color: #818cf8; }
.ci6f4sfp .tp0z    .tbuamso    .txl9hhc0::before,
.ci6f4sfp .p7bnis5  .tbuamso    .txl9hhc0::before,
.ci6f4sfp .qc7ki  .tbuamso    .txl9hhc0::before,
.ci6f4sfp .ux2qkhe .tbuamso    .txl9hhc0::before { color: #2dd4bf; }
.ia080gw .gbyhy3dl     { background: var(--accent-bg); border-color: var(--accent-light); }
.ia080gw .dodq5wtj { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ia080gw .tbuamso    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ia080gw .tp0z    .txl9hhc0::before,
.ia080gw .p7bnis5  .txl9hhc0::before,
.ia080gw .qc7ki  .txl9hhc0::before,
.ia080gw .ux2qkhe .txl9hhc0::before { color: var(--accent-light) !important; }
.kduk7fy::before,
.cut64a::before { margin-right: 5px; }
.jurzgxc .e28nb7d ul li,
.jurzgxc .f1dum li         { color: #4ade80; }
.jurzgxc .e28nb7d .kduk7fy { color: #22c55e; }
.jurzgxc .k7d7 ul li,
.jurzgxc .sk16c li         { color: #f87171; }
.jurzgxc .k7d7 .cut64a { color: #ef4444; }
.pm1zej .e28nb7d { background: var(--bg-pros); }
.pm1zej .k7d7 { background: var(--bg-cons); }
.pm1zej .e28nb7d .kduk7fy { color: var(--c-pros-label); }
.pm1zej .k7d7 .cut64a { color: var(--c-cons); }
.pm1zej .e28nb7d ul li,
.pm1zej .f1dum li            { color: var(--c-pros); }
.pm1zej .k7d7 ul li,
.pm1zej .sk16c li            { color: var(--c-cons); }
.gtkypw5 .e28nb7d { background: var(--bg-pros); }
.gtkypw5 .k7d7 { background: var(--bg-cons); }
.gtkypw5 .e28nb7d .kduk7fy { color: var(--c-pros-label); }
.gtkypw5 .k7d7 .cut64a { color: var(--c-cons); }
.gtkypw5 .e28nb7d ul li,
.gtkypw5 .f1dum li          { color: var(--c-pros); }
.gtkypw5 .k7d7 ul li,
.gtkypw5 .sk16c li          { color: var(--c-cons); }
.q06o2jsd .kduk7fy::before { content: "✓ "; }
.q06o2jsd .cut64a::before { content: "✗ "; }
.jq39 .kduk7fy::before { content: "→ "; }
.jq39 .cut64a::before { content: "← "; }
.wnfq3fz8 .kduk7fy::before { content: "★ "; }
.wnfq3fz8 .cut64a::before { content: "✕ "; }
.irbr .kduk7fy::before { content: "◆ "; }
.irbr .cut64a::before { content: "▲ "; }
.nzzfw17z .wjwga { background: transparent; border-left: none; border: 1.5px solid; }
.nzzfw17z .gbyhy3dl     { border-color: var(--c-tip-border); }
.nzzfw17z .dodq5wtj { border-color: var(--c-warn-border); }
.nzzfw17z .tbuamso    { border-color: #60a5fa; }
.nzzfw17z .wjwga strong { color: var(--text-primary); }
.nzzfw17z .wjwga p      { color: var(--text-muted); }
.b18n .wjwga { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.b18n .gbyhy3dl     { border-top-color: var(--c-tip-border); }
.b18n .dodq5wtj { border-top-color: var(--c-warn-border); }
.b18n .tbuamso    { border-top-color: #60a5fa; }
.obwss9u .wjwga { border-left: none; border-radius: 8px; }
.obwss9u .gbyhy3dl     { background: #065f46; }
.obwss9u .dodq5wtj { background: #92400e; }
.obwss9u .tbuamso    { background: #1e3a8a; }
.obwss9u .wjwga strong,
.obwss9u .wjwga p { color: #fff; }
.obwss9u .txl9hhc0::before { color: rgba(255,255,255,0.85) !important; }
.b9b7t.obwss9u .gbyhy3dl,
.b9b7t .obwss9u .gbyhy3dl     { background: #052e16; }
.b9b7t.obwss9u .dodq5wtj,
.b9b7t .obwss9u .dodq5wtj { background: #2d0a1e; }
.b9b7t.obwss9u .tbuamso,
.b9b7t .obwss9u .tbuamso    { background: #1e1036; }
.mpi8b.obwss9u .gbyhy3dl,
.mpi8b .obwss9u .gbyhy3dl      { background: #2d2000; }
.mpi8b.obwss9u .dodq5wtj,
.mpi8b .obwss9u .dodq5wtj  { background: #2d0b0b; }
.mpi8b.obwss9u .tbuamso,
.mpi8b .obwss9u .tbuamso     { background: #2d1600; }
.ci6f4sfp.obwss9u .gbyhy3dl,
.ci6f4sfp .obwss9u .gbyhy3dl      { background: #0c1a2e; }
.ci6f4sfp.obwss9u .dodq5wtj,
.ci6f4sfp .obwss9u .dodq5wtj  { background: #12103a; }
.ci6f4sfp.obwss9u .tbuamso,
.ci6f4sfp .obwss9u .tbuamso     { background: #0a2020; }
.eg0sd .wjwga { border-left: none; border-radius: 6px; padding: 10px 14px; }
.eg0sd .gbyhy3dl     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.eg0sd .dodq5wtj { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.eg0sd .tbuamso    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.eg0sd .wjwga strong { color: var(--text-primary); }
.eg0sd .wjwga p      { color: var(--text-muted); }
.owq3 .wjwga { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.tp0z .txl9hhc0,
.p7bnis5 .txl9hhc0,
.qc7ki .txl9hhc0,
.ux2qkhe .txl9hhc0 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.tp0z .txl9hhc0::before,
.p7bnis5 .txl9hhc0::before,
.qc7ki .txl9hhc0::before,
.ux2qkhe .txl9hhc0::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.tp0z .gbyhy3dl     .txl9hhc0::before { content: "✦"; color: var(--c-tip-border); }
.tp0z .dodq5wtj .txl9hhc0::before { content: "▲"; color: var(--c-warn-border); }
.tp0z .tbuamso    .txl9hhc0::before { content: "◉"; color: #60a5fa; }
.p7bnis5 .gbyhy3dl     .txl9hhc0::before { content: "★"; color: var(--c-tip-border); }
.p7bnis5 .dodq5wtj .txl9hhc0::before { content: "◆"; color: var(--c-warn-border); }
.p7bnis5 .tbuamso    .txl9hhc0::before { content: "●"; color: #60a5fa; }
.qc7ki .gbyhy3dl     .txl9hhc0::before { content: "▶"; color: var(--c-tip-border); }
.qc7ki .dodq5wtj .txl9hhc0::before { content: "■"; color: var(--c-warn-border); }
.qc7ki .tbuamso    .txl9hhc0::before { content: "▸"; color: #60a5fa; }
.ux2qkhe .gbyhy3dl     .txl9hhc0::before { content: "→"; color: var(--c-tip-border); }
.ux2qkhe .dodq5wtj .txl9hhc0::before { content: "⬥"; color: var(--c-warn-border); }
.ux2qkhe .tbuamso    .txl9hhc0::before { content: "◈"; color: #60a5fa; }
.ao2m7 .dbiynjay .azh7mmc,
.ao2m7 .f9mloe .azh7mmc  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ao2m7 .f84v5                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ao2m7 .gl9y                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ao2m7 .poyjdj9            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.ao2m7 .dwa49e3x          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ao2m7 .n0n3o5q                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.fb8i2o .dbiynjay .azh7mmc,
.fb8i2o .f9mloe .azh7mmc,
.fb8i2o .f84v5,
.fb8i2o .gl9y,
.fb8i2o .poyjdj9,
.fb8i2o .dwa49e3x,
.fb8i2o .n0n3o5q,
.fb8i2o .owq3 .wjwga { box-shadow: none; }
.d6a0   .h2pys0zy, .d6a0 .omem, .d6a0 .ykl5nu,
.d6a0   .ikzmj, .d6a0 .l84bn { font-size: 0.9rem; }
.d6a0   .ktxnls, .d6a0 .trebw { font-size: 0.9rem; }
.jk5el0   .h2pys0zy, .jk5el0 .omem, .jk5el0 .ykl5nu,
.jk5el0   .ikzmj, .jk5el0 .l84bn { font-size: 0.95rem; }
.jk5el0   .ktxnls, .jk5el0 .trebw { font-size: 0.95rem; }
.kvin   .h2pys0zy, .kvin .omem, .kvin .ykl5nu,
.kvin   .ikzmj, .kvin .l84bn { font-size: 1.08rem; }
.kvin   .ktxnls, .kvin .trebw { font-size: 1.05rem; }
.kvin   .wwq0i { font-size: 0.97rem; }
.p49wxr6s .yubz9ddf      { font-size: 3.2rem; }
.p49wxr6s h2.h7s4ait { font-size: 1.9rem; }
.p49wxr6s h3.t5dsdq     { font-size: 1.4rem; }
.r4piofrw .yubz9ddf      { font-size: 3.8rem; }
.r4piofrw h2.h7s4ait { font-size: 2.2rem; }
.r4piofrw h3.t5dsdq     { font-size: 1.6rem; }
.ekbj4o + .ekbj4o { position: relative; }
.v5yd5d   .ekbj4o + .ekbj4o::before,
.lxe9t  .ekbj4o + .ekbj4o::before,
.f6pz   .ekbj4o + .ekbj4o::before,
.qofr   .ekbj4o + .ekbj4o::before,
.x6z6   .ekbj4o + .ekbj4o::before,
.u1a28q .ekbj4o + .ekbj4o::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.v5yd5d .ekbj4o + .ekbj4o::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.lxe9t .ekbj4o + .ekbj4o::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.f6pz .ekbj4o + .ekbj4o::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;
}
.qofr .ekbj4o + .ekbj4o::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.xqfa7ri6 .ekbj4o { margin-bottom: 16px; }
.xqfa7ri6 .ekbj4o + .ekbj4o { margin-top: 0; }
.xqfa7ri6 .cjkjq4qw { padding-top: 0; padding-bottom: 0; }
.x6z6 .ekbj4o + .ekbj4o::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.u1a28q .ekbj4o + .ekbj4o::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ump8 .ekbj4o + .ekbj4o::before,
.s5o72qv6 .ekbj4o + .ekbj4o::before,
.qhxdc .ekbj4o + .ekbj4o::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%;
}
.mdtg .ump8 .ekbj4o:nth-child(even)::before,
.mdtg .s5o72qv6 .ekbj4o:nth-child(even)::before,
.mdtg .qhxdc .ekbj4o:nth-child(even)::before { background: var(--bg-surface); }
.jtzdy9x1 .ump8 .ekbj4o:nth-child(even)::before,
.jtzdy9x1 .s5o72qv6 .ekbj4o:nth-child(even)::before,
.jtzdy9x1 .qhxdc .ekbj4o:nth-child(even)::before { background: var(--bg-card); }
.ump8 .ekbj4o + .ekbj4o::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");
}
.s5o72qv6 .ekbj4o + .ekbj4o::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");
}
.qhxdc .ekbj4o + .ekbj4o::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");
}
.r0xcr3 .iympy,
.xqidpec .iympy,
.uefn .iympy { overflow: hidden; }
.r0xcr3 .s0nkkiv,
.xqidpec .s0nkkiv { margin-bottom: 60px; }
.uefn .s0nkkiv { margin-bottom: 70px; }
.r0xcr3 .iympy::before,
.xqidpec .iympy::before,
.uefn .iympy::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%;
}
.r0xcr3 .iympy::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");
}
.xqidpec .iympy::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");
}
.uefn .iympy::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");
}
.wo2ge5m .iympy:not(.fnhfirqx) .xiw9k6 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.nlhn70s .iympy:not(.fnhfirqx) .xiw9k6 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.fzyb  .iympy:not(.fnhfirqx) .xiw9k6 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.sd2e9urt  .iympy:not(.fnhfirqx) .xiw9k6 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.wo2ge5m .fnhfirqx { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.nlhn70s .fnhfirqx { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.fzyb .fnhfirqx { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.sd2e9urt .fnhfirqx { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.sd2e9urt .u99zehj6 { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.sd2e9urt .mytl5 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.idopnz .fnhfirqx { background: var(--accent); }
.idopnz .fnhfirqx .xiw9k6 { background: none; }
.idopnz .iympy:not(.fnhfirqx) .xiw9k6 { background: rgba(0,0,0,0.6); }
.dmdo0 .x7zhm5hx { float: left; width: 38%; margin: 0 28px 16px 0; }
.dmdo0 .x7zhm5hx .p6ggdh { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dmdo0 .cjkjq4qw::after { content: ''; display: block; clear: both; }
.vgvq92ne .x7zhm5hx { float: right; width: 38%; margin: 0 0 16px 28px; }
.vgvq92ne .x7zhm5hx .p6ggdh { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vgvq92ne .cjkjq4qw::after { content: ''; display: block; clear: both; }
.mu82l42 .ekbj4o:nth-child(odd)  .x7zhm5hx { float: left;  width: 38%; margin: 0 28px 16px 0; }
.mu82l42 .ekbj4o:nth-child(even) .x7zhm5hx { float: right; width: 38%; margin: 0 0 16px 28px; }
.mu82l42 .x7zhm5hx .p6ggdh { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.mu82l42 .cjkjq4qw::after { content: ''; display: block; clear: both; }
.dmdo0 .jk99,
.dmdo0 .egtys,
.vgvq92ne .jk99,
.vgvq92ne .egtys,
.mu82l42 .jk99,
.mu82l42 .egtys { clear: both; }
@media (max-width: 900px) {
  .dmdo0 .x7zhm5hx,
  .vgvq92ne .x7zhm5hx,
  .mu82l42 .ekbj4o:nth-child(odd)  .x7zhm5hx,
  .mu82l42 .ekbj4o:nth-child(even) .x7zhm5hx {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .dmdo0 .x7zhm5hx .p6ggdh,
  .vgvq92ne .x7zhm5hx .p6ggdh,
  .mu82l42 .x7zhm5hx .p6ggdh {
    max-height: none !important;
  }
}
.dmdo0 .ktxnls,
.dmdo0 .trebw,
.vgvq92ne .ktxnls,
.vgvq92ne .trebw,
.mu82l42 .ktxnls,
.mu82l42 .trebw { overflow: hidden; }
@media (max-width: 640px) {
  .dmdo0 .x7zhm5hx,
  .vgvq92ne .x7zhm5hx,
  .mu82l42 .x7zhm5hx { float: none; width: 100%; margin: 0 0 16px 0; }
}
.nezbl .mszh9qc,
.nezbl .cjkjq4qw,
.nezbl .q63yegl  { max-width: 1100px; }
.kgtw0 .mszh9qc,
.kgtw0 .cjkjq4qw,
.kgtw0 .q63yegl  { max-width: 1200px; }
.jtoji .mszh9qc,
.jtoji .cjkjq4qw,
.jtoji .q63yegl  { max-width: 1320px; }
.e3kxi { font-size: 0.82rem; color: var(--text-muted); }
.rtratxvj { display: flex; align-items: center; }
.c77o0ft {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.msmwub { display: flex; align-items: center; }
.u77zne2 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.u77zne2:hover { text-decoration: underline; }
.irlg6 { margin: 0 3px; opacity: 0.45; }
.irlg6::before { content: '/'; }
.q7z1lqsm { padding: 2px 5px; color: var(--text-main); }
.zkhqakm .e3kxi {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.zkhqakm .rtratxvj { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.v1xgj .e3kxi {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.v1xgj .rtratxvj { padding: 0 0 0 12px; }
.rgtec .rtratxvj { padding: 0 16px; }
.rgtec .e3kxi {
  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);
}
.rgtec .mszh9qc { padding-top: 28px; }
@media (max-width: 720px) {
  .n6d1 { margin-top: 18px; padding: 0 16px; }
  .rgtec .mszh9qc { padding-top: 16px; }
}
.nezbl.zkhqakm .rtratxvj { max-width: 1100px; }
.kgtw0.zkhqakm .rtratxvj { max-width: 1200px; }
.jtoji.zkhqakm .rtratxvj { max-width: 1320px; }
.u0x3m .ekbj4o { padding-top: 16px; padding-bottom: 16px; }
.uct1r0 .ekbj4o { padding-top: 24px; padding-bottom: 24px; }
.x63t77tj .ekbj4o { padding-top: 40px; padding-bottom: 40px; }
.a40s12 .ekbj4o { padding-top: 52px; padding-bottom: 52px; }
.vrenc .ekbj4o:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.vrenc .ekbj4o:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.vrenc .ekbj4o:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.vrenc .ekbj4o:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.zwzzufk .cjkjq4qw { padding-top: 10px;  padding-bottom: 10px; }
.xvtoe6tk .cjkjq4qw { padding-top: 18px;  padding-bottom: 18px; }
.i4xa .cjkjq4qw { padding-top: 36px;  padding-bottom: 36px; }
.zhv8kr .cjkjq4qw { padding-top: 48px;  padding-bottom: 48px; }
.sat5hfb h2.h7s4ait { font-weight: 600; }
.sat5hfb h3.t5dsdq     { font-weight: 600; }
.ra71dku h2.h7s4ait { font-weight: 800; }
.ra71dku h3.t5dsdq     { font-weight: 700; }
.oyg6n57p { font-weight: 600; }
.oyg6n57p h2.h7s4ait { font-weight: 900; }
.oyg6n57p h3.t5dsdq     { font-weight: 800; }
.oyg6n57p .wjwga strong,
.oyg6n57p .wjwga strong { font-weight: 600; }
.dqtml {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.w6hdi6p .dqtml { display: none; }
@media (max-width: 640px) {
  .lbbby { display: none; }
  .dqtml {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.dqtml { background: var(--cta) !important; color: #fff !important; border: none !important; }
.dqtml:hover { opacity: 0.85; }
.oetc .dqtml { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.rt5109n .dqtml,
.fgt0j  .dqtml { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.rt5109n .dqtml:hover,
.fgt0j  .dqtml:hover { opacity: 0.88; }
.oetc.rt5109n .dqtml,
.oetc.fgt0j  .dqtml { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.dzas {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.dzas:hover { transform: translateY(-2px); opacity: 0.92; }
.dzas { background: var(--cta) !important; color: #fff !important; border: none !important; }
.i91tq .dzas { display: none; }
.cabbxm1z .dzas { right: 32px; }
.pgv5ompj  .dzas { left: 32px; }
@media (max-width: 480px) {
  .cabbxm1z .dzas { right: 20px; bottom: 20px; }
  .pgv5ompj  .dzas { left: 20px; bottom: 20px; }
}
.rgn0cs { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.q63yegl { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.jsxansfl { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.gcbzxp { color: var(--text-dim); font-size: 0.8rem; }
.yvcg { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.yvcg img { height: 26px; width: auto; object-fit: contain; }
.ttadq { display: flex; flex-direction: column; gap: 6px; }
.ttadq a, .o1nc3ih9 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ttadq a:hover, .o1nc3ih9 a:hover { color: var(--accent-light); }
.ttadq .tr24 { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.qf75w .q63yegl { text-align: center; }
.qf75w .jsxansfl { margin-top: 0; }
.ufuy { margin-top: 10px; }
.ufuy a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .q63yegl { padding-left: 16px; padding-right: 16px; }
  .jz52k4lv .q63yegl { padding: 20px 16px; }
  .o1nc3ih9 { gap: 4px 12px; }
  .jsxansfl { font-size: 0.78rem; }
}
.e6mo .eaozhg .yvcg { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.e6mo .jsxansfl { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.e6mo .gcbzxp { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .e6mo .onajq47r { grid-template-columns: 1fr 1fr; } .e6mo .eaozhg { grid-column: 1 / -1; } }
@media (max-width: 480px) { .e6mo .onajq47r { grid-template-columns: 1fr; } }
.u6y94ua .yvcg { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.u6y94ua .jsxansfl { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .u6y94ua .biqlk { gap: 12px; } .u6y94ua .yvcg { margin-right: 0; width: 100%; } }
.v2u7g .frk7141u .yvcg { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.v2u7g .jsxansfl { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.v2u7g .gcbzxp { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .v2u7g .kmtozyub { grid-template-columns: 1fr 1fr; } .v2u7g .frk7141u { grid-column: 1 / -1; } }
@media (max-width: 480px) { .v2u7g .kmtozyub { grid-template-columns: 1fr; } }
.runche .udxu0qp { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.runche .ttadq { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .runche .udxu0qp { grid-template-columns: 1fr 1fr; } .runche .uoeaz:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .runche .udxu0qp { grid-template-columns: 1fr; } }
.brvq .udxu0qp { grid-template-columns: 1fr 2fr; }
.brvq .lzq7jeu .ttadq { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .brvq .udxu0qp { grid-template-columns: 1fr; } }
.osyv .q63yegl { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.fuewn5d .utcleg7      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.fuewn5d .rgn0cs { background: var(--bg-page); border-top-color: var(--border-alt); }
.d6agwjv .utcleg7      { background: #0d1117; border-bottom-color: #21262d; }
.d6agwjv .vasedqta { color: var(--accent-light); }
.d6agwjv .fdlg91 { --msep-color: #8b949e; }
.d6agwjv .fdlg91 a { color: #8b949e; }
.d6agwjv .fdlg91 a:hover { color: var(--accent-light); }
.d6agwjv .dm3s { color: #8b949e; }
.d6agwjv .rgn0cs { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.d6agwjv .jsxansfl,
.d6agwjv .gcbzxp { color: #6e7681; }
.d6agwjv .ttadq a, .d6agwjv .o1nc3ih9 a,
.d6agwjv .yvcg { color: #e6edf3; }
.d6agwjv .ttadq a:hover, .d6agwjv .o1nc3ih9 a:hover,
@media (max-width: 640px) {
  .d6agwjv .fdlg91 { background: #0d1117; border-top-color: #21262d; }
  .d6agwjv .fdlg91 li a { border-bottom-color: #21262d; }
}
.oy3gyazf .utcleg7      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.oy3gyazf .vasedqta { color: var(--accent-light); }
.oy3gyazf .fdlg91 { --msep-color: #475569; }
.oy3gyazf .fdlg91 a { color: #475569; }
.oy3gyazf .fdlg91 a:hover { color: var(--accent-light); }
.oy3gyazf .dm3s { color: #64748b; }
.oy3gyazf .rgn0cs { background: #f0f4f8; border-top-color: #cbd5e1; }
.oy3gyazf .jsxansfl,
.oy3gyazf .gcbzxp { color: #64748b; }
.oy3gyazf .ttadq a, .oy3gyazf .o1nc3ih9 a,
.oy3gyazf .juufso a, .oy3gyazf .yvcg { color: #374151; }
.oy3gyazf .ttadq a:hover, .oy3gyazf .o1nc3ih9 a:hover,
@media (max-width: 640px) {
  .oy3gyazf .fdlg91 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .oy3gyazf .fdlg91 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.rt5109n .utcleg7      { background: var(--accent); border-bottom-color: var(--accent-light); }
.rt5109n .vasedqta { color: #fff; }
.rt5109n .fdlg91 { --msep-color: rgba(255,255,255,0.82); }
.rt5109n .fdlg91 a { color: rgba(255,255,255,0.82); }
.rt5109n .fdlg91 a:hover { color: #fff; }
.rt5109n .dm3s { color: rgba(255,255,255,0.9); }
.rt5109n .rgn0cs { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.rt5109n .jsxansfl,
.rt5109n .gcbzxp { color: rgba(255,255,255,0.72); }
.rt5109n .ttadq a, .rt5109n .o1nc3ih9 a,
.rt5109n .juufso a, .rt5109n .yvcg { color: #fff; }
.rt5109n .ttadq a:hover, .rt5109n .o1nc3ih9 a:hover,
@media (max-width: 640px) {
  .rt5109n .fdlg91 { background: var(--accent); border-top-color: var(--accent-light); }
  .rt5109n .fdlg91 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.fgt0j .utcleg7 {
  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);
}
.fgt0j .rgn0cs {
  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) {
  .fgt0j .fdlg91 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.o882wlw .dors { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.dlp7rx14 .dors { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.enscm5 .dors { min-height: 72px; height: auto; }
.yo1l8h .dors { min-height: 84px; height: auto; }
.jz52k4lv .dors { max-width: none; padding: 0 32px; }
.jz52k4lv .q63yegl  { max-width: none; padding: 24px 32px; }
.jzgvdi9.kgtw0 .dors { max-width: 1200px; }
.jzgvdi9.jtoji .dors { max-width: 1320px; }
.mn3br5ft   .vasedqta, .mn3br5ft   .yvcg { text-transform: capitalize; }
.fz3o .vasedqta, .fz3o .yvcg { text-transform: lowercase; }
.dsfbrw3 .vasedqta, .dsfbrw3 .yvcg { text-transform: uppercase; letter-spacing: 0.06em; }
.pljnfd, .okoh {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wlai1tt .pljnfd,
.wlai1tt .okoh { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.fcvau .pljnfd,
.fcvau .okoh { 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; }
.tzkt .pljnfd,
.tzkt .okoh { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.oac7igc .pljnfd,
.oac7igc .okoh { 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; }
.yx14aev   .fdlg91 a { font-weight: 500; }
.wsw4 .fdlg91 a { font-weight: 600; }
.gkmgs5     .fdlg91 a { font-weight: 700; }
.miws    .fdlg91 a { font-weight: 800; letter-spacing: 0.01em; }
.swesy     .fdlg91 > li + li::before,
.ekyzqe    .fdlg91 > li + li::before,
.xzqwl    .fdlg91 > li + li::before,
.c1vv .fdlg91 > li + li::before,
.bxht .fdlg91 > li + li::before,
.pb1r  .fdlg91 > li + li::before,
.jt3n3    .fdlg91 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.swesy     .fdlg91 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ekyzqe    .fdlg91 > li + li::before { content: "|"; }
.xzqwl    .fdlg91 > li + li::before { content: "—"; }
.c1vv .fdlg91 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.bxht .fdlg91 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.pb1r  .fdlg91 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.jt3n3    .fdlg91 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .hnhw0b2 .dm3s,
  .vqpyd6v .dm3s,
  .i9hvf9a .dm3s,
  .mpsfvj8 .dm3s,
  .huu1wdh .dm3s {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .hnhw0b2 .dm3s::before,
  .vqpyd6v .dm3s::before,
  .i9hvf9a .dm3s::before,
  .mpsfvj8 .dm3s::before,
  .huu1wdh .dm3s::before { content: ""; display: block; flex-shrink: 0; }

  
  .hnhw0b2 .dm3s::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;
  }

  
  .vqpyd6v .dm3s::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;
  }

  
  .i9hvf9a .dm3s::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;
  }

  
  .mpsfvj8 .dm3s::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;
  }

  
  .huu1wdh .dm3s::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) {
  .rf04ewa .dm3s {
    padding: 5px 14px;
  }
  .rf04ewa .fdlg91 {
    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;
  }
  .rf04ewa .fdlg91 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .rf04ewa .fdlg91 li a:hover { background: var(--bg-raised); }
  .rf04ewa .odc2u8u,
  .fi5zh4 .odc2u8u,
  .gtvfula .odc2u8u { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .iq1jgn9q .dm3s {
    padding: 5px 10px;
  }
  .iq1jgn9q .fdlg91 {
    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);
  }
  .iq1jgn9q .fdlg91.idfev4 { transform: translateX(0); }
  .iq1jgn9q .fdlg91 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .iq1jgn9q .fdlg91 li:last-child a { border-bottom: none; }
  .rt5109n .fdlg91,
  .d6agwjv .fdlg91 { background: var(--accent) !important; }
  .rt5109n .fdlg91 li a,
  .d6agwjv .fdlg91 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .gtvfula .dm3s {
    padding: 5px 10px;
  }
  .gtvfula .fdlg91 {
    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);
  }
  .gtvfula .fdlg91::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .gtvfula .fdlg91.idfev4 { transform: translateY(0); }
  .gtvfula .fdlg91 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .b889tm .dm3s {
    padding: 5px 10px;
  }
  .b889tm .fdlg91 {
    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;
  }
  .b889tm .fdlg91.idfev4 { opacity: 1; pointer-events: auto; }
  .b889tm .fdlg91 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .wntege4     .dm3s { border-radius: 0 !important; }
  .dw7ci   .dm3s { border-radius: 8px !important; }
  .k5ju .dm3s { border-radius: 50% !important; }
  .r6irh   .dm3s { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .xzb071b .vdljw03 { flex-direction: column; align-items: stretch; }
  .xzb071b .s55sa { flex-direction: row; min-width: auto; }
  .xzb071b .aev0 { align-items: flex-start; text-align: left; }
}
.i3ic,
.i3ic.ekbj4o,
.mdtg .i3ic,
.m3qu9b1 .i3ic,
.jtzdy9x1 .i3ic,
.opwb .i3ic {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.b1ezufl {
  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;
}
.h6juf7o { flex: 1 1 280px; min-width: 0; }
.y1enj {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.b4nrozdp {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.pc3p7eo5 {
  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;
}
.pc3p7eo5:hover { transform: translateY(-1px); opacity: 0.95; }
.ty6t8yup .b1ezufl {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ty6t8yup .y1enj { color: var(--cta); }
.ty6t8yup .b4nrozdp { color: var(--text-body); }
.ty6t8yup .pc3p7eo5 {
  background: var(--cta) !important;
  color: #fff !important;
}
.wqxlilz .b1ezufl {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.wqxlilz .y1enj { color: var(--text-primary); }
.wqxlilz .b4nrozdp { color: var(--text-body); }
.wqxlilz .pc3p7eo5 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .b1ezufl {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .h6juf7o { flex: 0 0 auto; }
  .y1enj { font-size: 1.2rem; }
  .pc3p7eo5 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.me9n2b7 .p2ci { height: 36px; }
.eggemv .p2ci { height: 60px; max-width: 200px; }
.heghxnu .p2ci { height: 56px; max-width: 180px; }
.z2mf    .dotnsi, .z2mf    .q7ag0i { color: #f59e0b; }
.vc4sww      .dotnsi { font-size: 1rem; letter-spacing: 1.5px; }
.vc4sww      .q7ag0i   { font-size: 1.35rem; }
.c0f4ep8    .dotnsi, .c0f4ep8    .q7ag0i { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.nh3t2x9b     .dotnsi, .nh3t2x9b     .q7ag0i { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.vp1y5r .dotnsi, .vp1y5r .q7ag0i { color: var(--cta); letter-spacing: 2px; }
.rwc1   .dotnsi, .rwc1   .q7ag0i { color: #e91e63; letter-spacing: 2px; }
.nhtwm  .dotnsi, .nhtwm  .q7ag0i { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.f6py     .dotnsi, .f6py     .q7ag0i { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.jl1c .yz44v0 + .yz44v0 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.oigp .gl9y { padding: 18px 24px; min-height: 68px; }
.tqzzsi .vuibjtm {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.tqzzsi .n9kz {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.ga66m03 .yz44v0 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.egtys { counter-reset: cs-rank; }
.egtys .gl9y { counter-increment: cs-rank; }
.egtys .gl9y::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;
}
.rmbep8h2 .egtys { counter-reset: cs-rank; gap: 0; }
.rmbep8h2 .gl9y {
  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;
}
.rmbep8h2 .gl9y::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;
}
.rmbep8h2 .y1z1na0k {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.rmbep8h2 .d893cm2q {
  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;
}
.rmbep8h2 .src3 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.rmbep8h2 .y1z1na0k { min-width: 0; flex-direction: column; width: 100%; }
.rmbep8h2 .f6c6b8e {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.rmbep8h2 .dotnsi { color: var(--cta, var(--accent)); }
.rmbep8h2 .udh2 { font-weight: 700; }
.rmbep8h2 .yz44v0 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.rmbep8h2 .vuibjtm {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.rmbep8h2 .n9kz {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.rmbep8h2 .gd4zi .n9kz { font-size: 1.3rem; color: var(--accent-light); }
.rmbep8h2 .qdwc1sz7 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.rmbep8h2 .gl9y:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .rmbep8h2 .egtys {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .rmbep8h2 .gl9y {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .rmbep8h2 .gl9y { padding: 40px 16px 20px; }
  .rmbep8h2 .yz44v0 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .rmbep8h2 .qdwc1sz7 { width: 100%; min-width: 0; }
}
.qewqgl .egtys { counter-reset: cs-rank; gap: 10px; }
.qewqgl .gl9y {
  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);
}
.qewqgl .gl9y::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);
}
.qewqgl .y1z1na0k {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.qewqgl .d893cm2q {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.qewqgl .src3 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.qewqgl .f6c6b8e {
  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;
}
.qewqgl .dotnsi { color: var(--cta, var(--accent)); }
.qewqgl .yz44v0 {
  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;
}
.qewqgl .vuibjtm {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.qewqgl .n9kz { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.qewqgl .gd4zi .n9kz { color: var(--accent-light); }
.qewqgl .qdwc1sz7 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.qewqgl .gl9y:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .qewqgl .gl9y {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .qewqgl .gl9y::before {
    position: absolute; top: 14px; left: 14px;
  }
  .qewqgl .y1z1na0k {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .qewqgl .f6c6b8e { white-space: normal; text-align: center; font-size: 1.2rem; }
  .qewqgl .yz44v0 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .qewqgl .qdwc1sz7 { width: 100%; min-width: 0; }
  .qewqgl .dotnsi { min-width: 0; }
}
.env4m7f9 .gl9y::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ao1cv .u42f {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ao1cv .u42f summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ao1cv .u42f p { padding: 0 2px 16px; }
.y9p8 .u42f { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.y9p8 .u42f summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.y9p8 .u42f summary::after { content: "›"; font-size: 1.2em; }
.y9p8 .u42f[open] summary::after { content: "‹"; }
.y9p8 .u42f p { padding: 10px 22px 4px; }
.nnei .u42f {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.nnei .u42f summary { color: var(--text-primary); padding-left: 16px; }
.nnei .u42f summary::after { content: "›"; font-size: 1.1em; }
.nnei .u42f[open] summary::after { content: "‹"; }
.nnei .u42f p { padding-left: 16px; }
.cnifm .dewpz6 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.cnifm .u42f {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.cnifm .u42f:last-child { border-bottom: none; }
.cnifm .u42f summary { color: var(--text-primary); border-radius: 0; }
.cnifm .u42f summary::after { content: "›"; font-size: 1.1em; }
.cnifm .u42f[open] summary::after { content: "‹"; }
.ijbtb .u42f { overflow: hidden; }
.ijbtb .u42f summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ijbtb .u42f summary::after { color: rgba(255,255,255,.75); }
.ijbtb .u42f[open] summary { border-radius: 0; }
.ggg4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qwwhm0e {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.by79 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.jy6pox { color: var(--text-muted); font-size: 1.05rem; }
.jyhnifi {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.o33op {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.fz8q { margin-bottom: 20px; }
.d327ez {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.zt652 {
  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;
}
.zt652:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.kq0v { resize: vertical; min-height: 130px; }
.gnpj { width: 100%; margin-top: 8px; }
.eqyt2z {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.o8wx6 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.e4gtalhs { color: var(--text-muted); line-height: 1.75; }
.h7bi { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.h7bi li { margin-bottom: 6px; }
.pmya6 { max-width: 760px; margin: 0 auto; }
.h5upbq03 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.z2lb { max-width: 760px; margin: 0 auto; }
.foelfbu7 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.q3epju3 ul.h7bi { margin: 0; }
.yqxf { max-width: 900px; margin: 0 auto; }
.iffasvoi { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.iffasvoi:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.iffasvoi .foelfbu7 { margin: 0; font-size: 1rem; }
.iffasvoi .mr6qw0g p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .iffasvoi { grid-template-columns: 1fr; gap: 10px; } }
.s7q7l2f .foelfbu7 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.jnki7t .h7bi { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .wbw4tl { grid-template-columns: 1fr; } }
.ptafhnuf ul.h7bi { margin: 0; }
.yb4hqz4 .h7bi,
.bb4qdbi .h7bi,
.vjy6gd .h7bi,
.sev5 .h7bi {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .bn0dy { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .knd6q { grid-template-columns: 1fr; } .z681y3 { position: static; text-align: center; } }
@media (max-width: 860px) { .hn4z1 { grid-template-columns: 1fr; } }
.sev5 .h7bi { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .mk560 { flex-direction: column; text-align: center; } .a7cm5s { grid-template-columns: 1fr; } }
.dlebrqmt { max-width: 760px; margin: 0 auto; }
.a21o { position: relative; padding-left: 28px; }
.a21o::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.w6e48c { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.w6e48c:last-child { padding-bottom: 0; }
.m3c91ajq { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.jkbcqi h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.jkbcqi p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.hks4d1f {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.hks4d1f .by79 { color: var(--accent-light); }
.p7ke453g .by79 { font-size: 2rem; }
.p7ke453g .jy6pox { max-width: 680px; }
.fbauh .by79 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.fbauh .jy6pox  { margin: 0; }
@media (max-width: 640px) { .fbauh { flex-direction: column; } }
.jrb0hn .by79 { color: var(--accent-light); }
.n621 .by79 { color: #fff; }
.n621 .jy6pox  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .i3fsl { grid-template-columns: 1fr; } }
.t8ho .zt652 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.t8ho .zt652:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.yejglp4r .zt652 { background: var(--bg-raised); border-color: transparent; }
.yejglp4r .zt652:focus { background: var(--bg-card); border-color: var(--accent-light); }
.i23fd .zt652 { border-radius: 100px; padding: 11px 20px; }
.i23fd .kq0v { border-radius: 14px; }
@media (max-width: 640px) { .uhik3a { grid-template-columns: 1fr; } }
.j055 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.j055 li { margin-bottom: 6px; }
.flpktw3{display:none}
.flpktw3:empty,.hmaj:empty{display:none}
.ewc7o5{position:relative;overflow:visible}
.ieq4 .u6ls2,.zjfpo .u6ls2,
.cnl4z .u6ls2,.qu736i01 .u6ls2,
.nep3n1h .u6ls2,.wohr .u6ls2{display:block}
.mp92aox .m44dp{display:block}
.ieq4 .u6ls2,.zjfpo .u6ls2,
.cnl4z .u6ls2,.qu736i01 .u6ls2,
.nep3n1h .u6ls2{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}
.ieq4 .u6ls2 .hmaj,.zjfpo .u6ls2 .hmaj,
.cnl4z .u6ls2 .hmaj,.qu736i01 .u6ls2 .hmaj,
.nep3n1h .u6ls2 .hmaj{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}
.ieq4 .g5et,.zjfpo .g5et,
.cnl4z .g5et,.qu736i01 .g5et,
.nep3n1h .g5et{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ieq4 .u6ls2,.zjfpo .u6ls2{top:12px}
.ieq4 .u6ls2 .hmaj{margin-right:auto}
.zjfpo .u6ls2 .hmaj{margin-left:auto}
.zjfpo .u6ls2{text-align:right}
.cnl4z .u6ls2,.qu736i01 .u6ls2{bottom:12px}
.cnl4z .u6ls2 .hmaj{margin-right:auto}
.qu736i01 .u6ls2 .hmaj{margin-left:auto}
.qu736i01 .u6ls2{text-align:right}
.nep3n1h .u6ls2{position:relative;margin-top:16px}
.nep3n1h .u6ls2 .hmaj{margin:0 auto}
.wohr .u6ls2{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.wohr .u6ls2 .hmaj{margin:0}
.wohr .mytl5~.u6ls2,
.wohr .czy7~.u6ls2{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.wohr .mytl5~.u6ls2 .hmaj,
.wohr .czy7~.u6ls2 .hmaj{justify-content:flex-start}
.mytl5~.u6ls2,.czy7~.u6ls2{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}
.mytl5~.u6ls2 .hmaj{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.czy7~.u6ls2 .hmaj{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.m44dp .hmaj{margin:0 0 12px}
.hmaj{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.g5et{white-space:nowrap}
.e8jga0 .g5et{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.qhst8h .g5et{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.y4rlp4v8 .hmaj{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.zcsvc9 .g5et{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.wnsz .g5et{color: var(--accent-light);opacity:1;font-weight:500}
.nmy1 .g5et{border-bottom:1px solid currentColor;padding-bottom:2px}
.xsnj0 .hmaj{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.boq8{--date-bg:transparent}
.crcgd9z .hcfp::before{content:""}
.vg3jms .g5et + .g5et::before{content:"•";margin-right:6px;opacity:.4}
.iqad .g5et + .g5et::before{content:"/";margin-right:6px;opacity:.35}
.l640kd .g5et + .g5et::before{content:"|";margin-right:6px;opacity:.3}
.xmdgavi .g5et + .g5et::before{content:"—";margin-right:6px;opacity:.3}
.he1ka .g5et + .g5et::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.ovkpj .g5et + .g5et::before{content:"·";margin-right:6px;opacity:.4}
.yqp1btym .g5et + .g5et::before{content:"›";margin-right:6px;opacity:.4}
.wlmdi0n .g5et + .g5et::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ebqx .miji{padding:20px 0}
@media(max-width:640px){
  .miji{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .mm9sfj2p{max-width:100%}
}
.ebdi9l .dwa49e3x{margin:0}
@media (max-width:560px){
  .enxccqq{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) {
  .vd9h9foz { padding: 28px 18px 20px; }
  .tcci6iml { font-size: 1.2rem; }
  .c9mmom { max-width: 220px; max-height: 80px; }
}
.z7h5 {
  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);
}
.y0xgorlg {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.enn95  .z7h5 { border-radius: 50%; }
.x6genc  .z7h5 { border-radius: 6px; }
.dyc7 .z7h5 { border-radius: 22px; }
.beui5s .b1ezufl {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .z7h5 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.xbcce7j {
  margin: 28px 0 24px;
}
.xbcce7j .ekbj4o {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.xbcce7j .cjkjq4qw {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.xbcce7j .b1ezufl {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .dors { flex-direction: row-reverse; }
[dir="rtl"] .fdlg91 { flex-direction: row-reverse; }
[dir="rtl"] .cabbxm1z .dzas { right: auto; left: 32px; }
[dir="rtl"] .pgv5ompj  .dzas { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .cabbxm1z .dzas { right: auto; left: 20px; }
  [dir="rtl"] .pgv5ompj  .dzas { left: auto;  right: 20px; }
}
[dir="rtl"] .dmdo0 .x7zhm5hx  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .vgvq92ne .x7zhm5hx { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ktxnls, [dir="rtl"] .trebw { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .e28nb7d { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .k7d7 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .wjwga { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .b1ezufl { direction: rtl; }
[dir="rtl"] .z7h5 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .gl9y,
[dir="rtl"] .e3kxi { direction: rtl; }
[dir="rtl"] .n0n3o5q { direction: rtl; }
[dir="rtl"] .e4i1 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ag2ntxs .trebw,
[dir="rtl"] .k7i4i .trebw,
[dir="rtl"] .zvnpr7xd .trebw,
[dir="rtl"] .r49udgh .trebw {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .ag2ntxs .trebw li::before,
[dir="rtl"] .k7i4i .trebw li::before,
[dir="rtl"] .zvnpr7xd .trebw li::before,
[dir="rtl"] .r49udgh .trebw li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .iympy.rzjn08 .s0nkkiv,
[dir="rtl"] .zd2iy8.rzjn08 .s0nkkiv,
[dir="rtl"] .fnhfirqx.rzjn08 .s0nkkiv,
[dir="rtl"] .v9n2rlvz.rzjn08 .s0nkkiv,
[dir="rtl"] .af4a.rzjn08 .s0nkkiv { text-align: right; }
[dir="rtl"] .mytl5.d4kd .nadt9fv { text-align: center; }
[dir="rtl"] .cjkjq4qw,
[dir="rtl"] .ikzmj,
[dir="rtl"] .l84bn,
[dir="rtl"] .r2js58j,
[dir="rtl"] .s0nkkiv { text-align: right; }
[dir="rtl"] .o33op,
[dir="rtl"] .d327ez,
[dir="rtl"] .zt652,
[dir="rtl"] .kq0v { text-align: right; direction: rtl; }
[dir="rtl"] .i23fd .zt652,
[dir="rtl"] .t8ho .zt652 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #0a6634;
  --brand:           #0a6634;
  --brand-light:     #0e572f;
  --brand-pale:      #1a6f41;
  --grad-start:      #12b95e;
  --grad-end:        #2cdc7c;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #0a6634;
  --cta-light:       #044220;
  --cta-hover:       #042e17;
  --bg-page:         #f6f8f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f6f4;
  --bg-raised:       #edf1ef;
  --bg-hover:        #f3f6f4;
  --border:          #e1e9e5;
  --border-alt:      #cfddd5;
  --border-section:  #e1e9e5;
  --text-primary:    #161c19;
  --text-muted:      #506258;
  --text-body:       #2d3832;
  --text-sub:        #44544b;
  --text-faint:      #728c7e;
  --text-dim:        #8ea398;
  --text-label:      #5b7065;
  --text-value:      #39463f;
  --accent-bg:       #dff5e9;
  --accent-bg-light: #c5f1d9;
  --bg-tip:          #f9f0f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f5;
  --bg-cons:         #faf6f3;
  --c-pros:          #960c57;
  --c-cons:          #9f5021;
  --c-pros-label:    #b30e68;
  --c-tip-border:    #c61073;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #960c57;
}
:root { --logo-bg-opacity: 76%; }
body, button, input { font-family: "Oxanium", sans-serif; }
.kmn9 .txl9hhc0 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.kmn9 .txl9hhc0::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.kmn9 .gbyhy3dl     .txl9hhc0::before { content: "";  color: var(--c-tip-border); }.kmn9 .dodq5wtj .txl9hhc0::before { content: ""; color: var(--c-warn-border); }.kmn9 .tbuamso    .txl9hhc0::before { content: ""; color: #60a5fa; }.b9b7t .kmn9 .gbyhy3dl     .txl9hhc0::before { color: #10b981; }.b9b7t .kmn9 .dodq5wtj .txl9hhc0::before { color: #f43f5e; }.b9b7t .kmn9 .tbuamso    .txl9hhc0::before { color: #a855f7; }.mpi8b  .kmn9 .gbyhy3dl     .txl9hhc0::before { color: #eab308; }.mpi8b  .kmn9 .dodq5wtj .txl9hhc0::before { color: #ef4444; }.mpi8b  .kmn9 .tbuamso    .txl9hhc0::before { color: #f97316; }.ci6f4sfp  .kmn9 .gbyhy3dl     .txl9hhc0::before { color: #38bdf8; }.ci6f4sfp  .kmn9 .dodq5wtj .txl9hhc0::before { color: #818cf8; }.ci6f4sfp  .kmn9 .tbuamso    .txl9hhc0::before { color: #2dd4bf; }.ia080gw .kmn9 .txl9hhc0::before { color: var(--accent-light) !important; }
.kf3tk .to3182m, .kf3tk .mytl5 { min-height: 520px; }
.xkhfq .abvwvh4::after, .xkhfq .c431elp3::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.irlg6::before { content: '/'; }