:root {
  --color-accent: #3b82f6;
  --color-cta: #0ea5e9;
  --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;
}
.ywmdl {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.u1g6to {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.jfb13e {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.fpc2 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.k9oq3 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.k9oq3 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.k9oq3 a:hover { color: var(--accent-light); }
.hk9bu9     .twr8 { border-radius: 24px; padding: 8px; }
.hk9bu9 .twr8 li a { border-radius: 16px; }
.gbwq  .twr8 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .twr8 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .g078:hover .twr8,
  .g078:focus-within .twr8 { display: block; }
  .twr8 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.iu2cjmmu {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.bdaxg { display: none; }
@media (max-width: 640px) {
  .bdaxg {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .bdaxg.odfsfb { display: block; }
}
@media (max-width: 640px) {
  .iu2cjmmu { display: block; }
  .k9oq3 > li + li::before { display: none !important; }
  .k9oq3 {
    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;
  }
  .k9oq3.odfsfb { display: flex; }
  .k9oq3 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .k9oq3 li:last-child a { border-bottom: none; }
}
.oanc { min-height: 480px; }
.a0yr17h1 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.j5fojldr { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.gjwysi .j5fojldr { margin-left: 0; margin-right: 0; }
.php7 {
  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;
}
.rkt10 .php7 { margin-top: 24px; }
.php7:hover { opacity: 0.88; }
.vvb42i4 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.enliydf {
  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%);
}
.vvb42i4 .mzxz3 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.vvb42i4 .a0yr17h1 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.vvb42i4 .j5fojldr { color: #e2e8f0; }
.vvb42i4.sd1d .mzxz3 { text-align: center; }
.vvb42i4.gjwysi   .mzxz3 { text-align: left; }
.adr6rbce .mzxz3 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.adr6rbce .a0yr17h1 { color: var(--text-primary); text-shadow: none; }
.adr6rbce .j5fojldr { color: var(--text-muted); }
.adr6rbce .php7 { margin-top: 16px; }
.adr6rbce, .adr6rbce.oanc { min-height: auto !important; }
.adr6rbce.sd1d .mzxz3 { text-align: center; }
.adr6rbce.gjwysi   .mzxz3 { text-align: left; }
.adr6rbce~.oi9gaz{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}
.adr6rbce~.oi9gaz .r801{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.s850 .vvb42i4 .enliydf {
  overflow: hidden;
}
.s850 .vvb42i4 .enliydf::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.zb7ooj6 .vvb42i4 .enliydf {
  overflow: hidden;
}
.zb7ooj6 .vvb42i4 .enliydf::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;
}
.mmlh8wz .vvb42i4 .enliydf {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.bamnjud4 .vvb42i4 .enliydf {
  overflow: hidden;
}
.bamnjud4 .vvb42i4 .enliydf::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;
}
.hi3s3mhg .vvb42i4 .enliydf {
  animation: hg-breathe 10s ease-in-out infinite;
}
.i0lb2l .enliydf {
  background: none;
}
.i0lb2l .a0yr17h1 { color: #fff; }
.i0lb2l .j5fojldr { color: rgba(255,255,255,0.85); }
.i0lb2l .php7 { background: #fff; color: var(--cta); }
.i0lb2l .php7:hover { opacity: 0.92; }
.kuzym3 .a0yr17h1 { text-shadow: none; color: var(--text-primary); }
.kuzym3 .j5fojldr { color: var(--text-muted); }
body.e4o0 .a0yr17h1 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.fjvw .a0yr17h1 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.oanc.i0lb2l .a0yr17h1,
section.i0lb2l .a0yr17h1 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.kuzym3.gjwysi   .kxmixx { align-items: flex-start; text-align: left; }
.oanc .p042yu {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.p042yu .v7y1 {
  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;
}
.p042yu .v7y1::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.p042yu .gtiv { display: contents !important; }
.p042yu .gtiv .d3yf82t0 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.p042yu .gtiv .an0llmmu { max-height: 48px; max-width: 96px; }
.p042yu .gtiv .kcfg7z {
  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;
}
.p042yu .tky1rt6u {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.p042yu .qjxnl5q { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.p042yu .zn8dt { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.p042yu .zn8dt small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.p042yu .n9b8o3 { display: contents !important; }
.p042yu .n9b8o3 .fsdc9244:not(.mb9es) { display: none !important; }
.p042yu .n9b8o3 .mb9es {
  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;
}
.p042yu .n9b8o3 .mb9es .bqpph {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.p042yu .n9b8o3 .mb9es .f5rie {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.p042yu .ivjqhkt { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.p042yu .ivjqhkt.n10bg09 {
  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;
}
.p042yu .ivjqhkt.n10bg09:hover { opacity: 0.85; }
.r2q69 .mzxz3 { padding-bottom: 24px; }
.rkt10 .mzxz3 { max-width: 1100px; }
@media (max-width: 700px) {
  .kuzym3 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .kuzym3:not(.pz4dy4e) .owkca { display: none !important; }
  .pz4dy4e .owkca { padding: 16px; }
  .kxmixx  { padding: 36px 24px; }
  .kuzym3~.oi9gaz,.z84xf~.oi9gaz{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .oanc, .kuzym3 { min-height: 320px !important; }
  .a0yr17h1 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .jxqvhr,
  .bvgn4jhc,
  .b0ka { grid-template-columns: 1fr !important; }

  

  
  .r2q69 { display: flex !important; flex-direction: column !important; }
  .r2q69 .mzxz3 { display: contents; }
  .r2q69 .enliydf { order: 0; }
  .r2q69 .a0yr17h1 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .r2q69 .jxqvhr { order: 2; padding: 0 16px 12px !important; }
  .r2q69 .j5fojldr { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .rkt10 .mzxz3 { display: flex; flex-direction: column; }
  .rkt10 .mzxz3 .a0yr17h1 { order: 1; }
  .rkt10 .mzxz3 .b0ka { order: 2; margin: 8px 0 24px !important; }
  .rkt10 .mzxz3 .j5fojldr { order: 3; }
  .rkt10 .mzxz3 .php7 { order: 4; align-self: center; margin-top: 0; }

  
  .kuzym3.pz4dy4e {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .kuzym3.pz4dy4e .kxmixx { display: contents; padding: 0; }
  .kuzym3.pz4dy4e .kxmixx .a0yr17h1 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .kuzym3.pz4dy4e .owkca { order: 2; padding: 12px 16px; }
  .kuzym3.pz4dy4e .kxmixx .j5fojldr { order: 3; padding: 0 24px; margin: 0 auto; }
  .kuzym3.pz4dy4e .kxmixx .php7 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.mex9237d { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ovjg6kdq { width: 100%; height: auto; display: block; border-radius: 10px; }
.x3vkpp .mex9237d        { border-radius: 16px; }
.x3vkpp .ovjg6kdq  { border-radius: 16px; }
.l5ols .mex9237d         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.l5ols .ovjg6kdq   { border-radius: 8px; }
.lkrnn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.xa8a { width: 100%; padding: 32px 0; position: relative; }
.e9kyc3yq { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ew1j8qj .xa8a:nth-child(even) { background: var(--bg-surface); }
.ew1j8qj .xa8a:nth-child(odd)  { background: var(--bg-page); }
.jf07o6 .xa8a:nth-child(even) { background: var(--bg-card); }
.jf07o6 .xa8a:nth-child(odd)  { background: var(--bg-page); }
.ew1j8qj .xa8a:nth-child(odd)  .e9kyc3yq { background: var(--bg-card); border-radius: 6px; }
.ew1j8qj .xa8a:nth-child(even) .e9kyc3yq { background: var(--bg-raised); border-radius: 6px; }
.jf07o6 .xa8a:nth-child(odd)  .e9kyc3yq { background: var(--bg-card); border-radius: 6px; }
.jf07o6 .xa8a:nth-child(even) .e9kyc3yq { background: var(--bg-raised); border-radius: 6px; }
.ew1j8qj .xa8a:nth-child(even) .blawpu5 .kud2tbp1,
.jf07o6 .xa8a:nth-child(even) .blawpu5 .kud2tbp1 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ew1j8qj .xa8a:nth-child(odd) .blawpu5 .kud2tbp1,
.jf07o6 .xa8a:nth-child(odd) .blawpu5 .kud2tbp1 { background: var(--bg-card-inner); }
.ew1j8qj .xa8a:nth-child(even) .cuup .kud2tbp1:nth-child(odd),
.jf07o6 .xa8a:nth-child(even) .cuup .kud2tbp1:nth-child(odd)  { background: var(--bg-card); }
.ew1j8qj .xa8a:nth-child(even) .cuup .kud2tbp1:nth-child(even),
.jf07o6 .xa8a:nth-child(even) .cuup .kud2tbp1:nth-child(even) { background: var(--bg-card-inner); }
h1.i70t6 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.i70t6 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.obor8efp { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.qcq23t h2.i70t6 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.x7n77t h2.i70t6 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.fezjs h2.i70t6 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.zlkifr h2.i70t6::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.j6lk1v4 h2.i70t6 {
  color: var(--text-primary); font-size: 1.7rem;
}
.aea0vk5y h2.i70t6::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.dd9c h2.i70t6 {
  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;
}
.qh3k4 { font-size: 1.35rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.ufix { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ufix { display: none; } }
.d0s6x { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ik4n1fs { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.qnuc50 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.vje7 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.f3kbq { padding-left: 20px; }
.f3kbq li { margin-bottom: 6px; }
.f3kbq a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.f3kbq a:hover { color: var(--accent-light); }
.l8ti .vje7 { display: none; }
.etd5klsr .vje7 { display: none; }
.etd5klsr .f3kbq { padding-left: 0; list-style: none; }
.etd5klsr .f3kbq li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.etd5klsr .f3kbq a { font-size: 0.92rem; }
.aznn .qnuc50 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.aznn .vje7 { display: none; }
.aznn .f3kbq { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.aznn .f3kbq li { margin-bottom: 0; }
.aznn .f3kbq 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;
}
.aznn .f3kbq a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.zqfes .qnuc50 { padding: 20px 20px 16px; }
.zqfes .f3kbq {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.zqfes .f3kbq li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.zqfes .f3kbq 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;
}
.zqfes .f3kbq 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;
}
.zqfes .f3kbq a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.zqfes .f3kbq a:focus,
.zqfes .f3kbq a:focus-visible,
.zqfes .f3kbq a:target { outline: none; }
.zqfes .f3kbq li:target a { border-color: var(--border); color: var(--text-muted); }
.fabshr9 .qnuc50 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.fabshr9 .vje7 { display: none; }
.fabshr9 .f3kbq { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.fabshr9 .f3kbq li { margin-bottom: 0; }
.fabshr9 .f3kbq li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.fabshr9 .f3kbq li:last-child::after { content: ""; margin-right: 0; }
.fabshr9 .f3kbq a { font-size: 0.9rem; }
.kud2tbp1 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.blawpu5 .kud2tbp1 { background: var(--bg-card); }
.cuup .kud2tbp1:nth-child(odd)  { background: var(--bg-card); }
.cuup .kud2tbp1:nth-child(even) { background: var(--bg-raised); }
.xudhxy .kud2tbp1 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.xudhxy .kud2tbp1:last-child { border-bottom: none; }
.xudhxy h3.obor8efp { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.gzrzx6y .kud2tbp1 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.gzrzx6y .kud2tbp1 + .kud2tbp1 { margin-top: 4px; }
.bnqhy0m .kud2tbp1 { background: none; border-radius: 0; padding: 12px 0; }
.bnqhy0m .kud2tbp1 + .kud2tbp1 { border-top: 1px solid var(--border-section); }
.xq8qvo84 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.dzask5n8 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.dfp4 { color: var(--text-body); margin-bottom: 10px; }
.qnbvn, .kor2 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.qnbvn li, .kor2 li { margin-bottom: 6px; }
.kor2 li { list-style: decimal; }
.i0whzt     .qnbvn { list-style-type: "● "; }
.yb7xu  .qnbvn { list-style-type: "■ "; }
.o8uel4fx .qnbvn { list-style-type: "◆ "; }
.sv2h6zng    .qnbvn { list-style-type: "★ "; }
.i0whzt     .xyrfa7h { list-style-type: "● "; }
.yb7xu  .xyrfa7h { list-style-type: "■ "; }
.o8uel4fx .xyrfa7h { list-style-type: "◆ "; }
.sv2h6zng    .xyrfa7h { list-style-type: "★ "; }
.i0whzt    .qnbvn li::marker, .i0whzt    .xyrfa7h li::marker,
.yb7xu .qnbvn li::marker, .yb7xu .xyrfa7h li::marker,
.o8uel4fx .qnbvn li::marker, .o8uel4fx .xyrfa7h li::marker,
.sv2h6zng   .qnbvn li::marker, .sv2h6zng   .xyrfa7h li::marker {
  color: var(--cta); font-size: 1em;
}
.i0whzt .kor2,
.yb7xu .kor2,
.o8uel4fx .kor2,
.sv2h6zng .kor2 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.i0whzt .kor2 li,
.yb7xu .kor2 li,
.o8uel4fx .kor2 li,
.sv2h6zng .kor2 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.i0whzt .kor2 li::before,
.yb7xu .kor2 li::before,
.o8uel4fx .kor2 li::before,
.sv2h6zng .kor2 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;
}
.i0whzt     .kor2 li::before { border-radius: 50%; }
.yb7xu  .kor2 li::before { border-radius: 3px; }
.o8uel4fx .kor2 li::before { border-radius: 3px; }
.sv2h6zng    .kor2 li::before { border-radius: 50%; }
.ustfs0to { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.a4ezx .ustfs0to,
.i8owonv .ustfs0to { background: transparent; border: none; border-radius: 0; }
.m794sk { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.m794sk th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.m794sk td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.m794sk tr:hover td { background: var(--bg-hover); }
.g2qo6rd .m794sk tbody tr:nth-child(even) td { background: var(--bg-surface); }
.au5an .m794sk { border: 1px solid var(--border-alt); }
.au5an .m794sk th,
.au5an .m794sk td { border: 1px solid var(--border-alt); }
.da152m8 .m794sk th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.da152m8 .m794sk td { border-bottom: none; }
.da152m8 .m794sk tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.mz1cx .m794sk th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.g6o0nl .ustfs0to {
  overflow: hidden;
}
.g6o0nl .m794sk th { border-bottom: 1px solid var(--border-alt); }
.g6o0nl .m794sk tr:last-child td { border-bottom: none; }
.gprj { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.uf0ik { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.z8jye3e { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.bggjrs { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.q2c8bra { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.xyrfa7h { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.xyrfa7h 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%}
.iafkb05 .bggjrs { background: transparent; text-align: center; }
.ufkpz7f0 .z8jye3e {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.k13qovt2 .z8jye3e {
  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);
}
.rp4st .uf0ik { display: grid; grid-template-columns: auto 1fr; }
.rp4st .z8jye3e {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.rp4st .bggjrs { grid-column: 2; }
.rp4st .q2c8bra,
.rp4st .xyrfa7h { grid-column: 1 / -1; }
.mwho .uf0ik { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.mwho .z8jye3e {
  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);
}
.mwho .bggjrs { grid-column: 2; }
.mwho .q2c8bra,
.mwho .xyrfa7h { grid-column: 1 / -1; }
.uwjc .uf0ik { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.uwjc .bggjrs { background: none; color: var(--accent-light); font-weight: 700; }
.pywqcsi .uf0ik { 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); }
.pywqcsi .bggjrs { background: none; color: var(--accent-light); font-weight: 700; }
.x6ptl .uf0ik { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.x6ptl .uf0ik:last-child { border-bottom: none; }
.x6ptl .bggjrs { background: none; color: var(--accent-light); font-weight: 700; }
.ji8nl .uf0ik { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.ji8nl .bggjrs { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.hn3m .gprj { counter-reset: card-n; }
.hn3m .uf0ik  { counter-increment: card-n; }
.hn3m .bggjrs { display: flex; align-items: center; gap: 10px; }
.hn3m .bggjrs::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;
}
.jxgsaz .uf0ik { background: var(--bg-surface); border: 1px solid var(--border); }
.jxgsaz .bggjrs { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.kzsef { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ufaaj0gr  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.vd7tbs { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.crq3ts3j { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.obttgu { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.kzsef strong { color: var(--text-primary); font-size: 0.95rem; }
.kzsef p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.caxb2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.qhl1y4g, .sud454x { border-radius: 8px; padding: 14px; }
.qhl1y4g { background: var(--bg-pros); }
.sud454x { background: var(--bg-cons); }
.x5x00zaj { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.qhl1y4g .x5x00zaj { color: var(--c-pros-label); }
.sud454x .x5x00zaj { color: #f87171; }
.qhl1y4g ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.sud454x ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ovjg6kdq { width: 100%; height: auto; border-radius: 10px; display: block; }
.n10bg09 {
  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;
}
.n10bg09:hover { opacity: 0.85; }
.p04fqe .n10bg09  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.p04fqe .n10bg09:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ovev .n10bg09  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ovev .n10bg09:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ohtbbcn7 .php7 { border-radius: 50px; }
.ohtbbcn7 .n10bg09  { border-radius: 50px; }
.eqnb05 .php7 { padding-left: 22px; padding-right: 22px; }
.eqnb05 .n10bg09  { padding-left: 12px; padding-right: 12px; }
.qfvso .php7 { padding-left: 44px; padding-right: 44px; }
.qfvso .n10bg09  { padding-left: 24px; padding-right: 24px; }
.v6xv27l .php7 { padding-left: 56px; padding-right: 56px; }
.v6xv27l .n10bg09  { padding-left: 32px; padding-right: 32px; }
.fhr3xxe   .php7::after, .fhr3xxe   .n10bg09::after,
.uvip6cou .php7::after, .uvip6cou .n10bg09::after,
.k3octkn1    .php7::after, .k3octkn1    .n10bg09::after,
.no5exd    .php7::after, .no5exd    .n10bg09::after,
.rs0ew    .php7::after, .rs0ew    .n10bg09::after,
.e6wuk42     .php7::after, .e6wuk42     .n10bg09::after,
.r0nxuhv    .php7::after, .r0nxuhv    .n10bg09::after,
.bhi1og   .php7::after, .bhi1og   .n10bg09::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;
}
.fhr3xxe .php7::after, .fhr3xxe .n10bg09::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");
}
.uvip6cou .php7::after, .uvip6cou .n10bg09::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");
}
.k3octkn1 .php7::after, .k3octkn1 .n10bg09::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");
}
.no5exd .php7::after, .no5exd .n10bg09::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");
}
.rs0ew .php7::after, .rs0ew .n10bg09::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");
}
.e6wuk42 .php7::after, .e6wuk42 .n10bg09::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");
}
.r0nxuhv .php7::after, .r0nxuhv .n10bg09::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");
}
.bhi1og .php7::after, .bhi1og .n10bg09::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");
}
.se6sk   .s493k::after, .se6sk   .n06b::after,
.xrsvt04 .s493k::after, .xrsvt04 .n06b::after,
.bb1jg    .s493k::after, .bb1jg    .n06b::after,
.rsle3    .s493k::after, .rsle3    .n06b::after,
.nypkksaj    .s493k::after, .nypkksaj    .n06b::after,
.lev3     .s493k::after, .lev3     .n06b::after,
.a1t1yi    .s493k::after, .a1t1yi    .n06b::after,
.u8prw   .s493k::after, .u8prw   .n06b::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;
}
.se6sk .s493k::after, .se6sk .n06b::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");
}
.xrsvt04 .s493k::after, .xrsvt04 .n06b::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");
}
.bb1jg .s493k::after, .bb1jg .n06b::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");
}
.rsle3 .s493k::after, .rsle3 .n06b::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");
}
.nypkksaj .s493k::after, .nypkksaj .n06b::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");
}
.lev3 .s493k::after, .lev3 .n06b::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");
}
.a1t1yi .s493k::after, .a1t1yi .n06b::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");
}
.u8prw .s493k::after, .u8prw .n06b::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");
}
.x9ip {
  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;
}
.v7y1 {
  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;
}
.v7y1 > * { min-width: 0; }
.v7y1:hover { background: var(--bg-hover); }
.v7y1 > [itemprop="item"] { display: contents; }
.v7y1 [itemprop="itemReviewed"],
.v7y1 [itemprop="reviewRating"] { display: none; }
.v7y1::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;
}
.gtiv {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.d3yf82t0 {
  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;
}
.an0llmmu { max-height: 52px; max-width: 110px; object-fit: contain; }
.kcfg7z {
  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;
}
.atf1oxa .d3yf82t0    { background: #1a1a1a; }
.j1lar .d3yf82t0   { background: rgba(128,128,128,.12); }
.c1416 .d3yf82t0 { background: var(--bg-raised); }
.u8xeg .d3yf82t0    { background: transparent; padding: 0; }
.tky1rt6u {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.qjxnl5q { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.zn8dt { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.n9b8o3 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.fsdc9244 {
  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;
}
.bqpph {
  
  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%;
}
.f5rie {
  
  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;
}
.ivjqhkt {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ivjqhkt.n10bg09 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .v7y1 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .v7y1::before    { grid-area: rank;   }
  .gtiv           { grid-area: ident;  }
  .tky1rt6u     { grid-area: rating; min-width: 0; width: auto; }
  .n9b8o3           { grid-area: pills;  }
  .ivjqhkt             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .v7y1 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .v7y1::before    { justify-self: center; }
  .gtiv           { width: 100%; }
  .tky1rt6u     { justify-self: center; }
  .n9b8o3           { grid-template-columns: 1fr; }
}
.etlqap .pzgfays { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .rfjqs .t4qv9lpx {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .rfjqs .sl6jrft { margin: 0; }
}
.ycvy0dl3 .sl6jrft { border-top: 4px solid var(--accent); }
.ycvy0dl3 .p8is2 { background: var(--bg-card); }
.i8owonv .caxb2 { gap: 10px; }
.i8owonv .qhl1y4g, .i8owonv .sud454x { padding: 12px; }
.i8owonv .qhl1y4g ul, .i8owonv .sud454x ul { margin: 4px 0 0; padding-left: 18px; }
.i8owonv .qhl1y4g li, .i8owonv .sud454x li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .oklipz { grid-template-columns: 1fr; }
  .vrdy44vv { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .vrdy44vv .itht0 { width: 72px; height: 50px; }
  .vrdy44vv .rl0b { max-width: 180px; }
  .vrdy44vv .nho1drl { width: auto; }
}
@media (max-width: 720px) {
  .ak54 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .zmfv2k { padding: 16px; }
  .e49kded0 .mjyzi { min-width: 50%; }
}
.ae0ts .caxb2 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .juzw4iyw { grid-template-columns: 1fr; }
  .tsba5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ym9j { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ch48clnh { flex-wrap: wrap; padding: 16px; }
}
.hld0r6d .caxb2 { gap: 8px; }
.hld0r6d .qhl1y4g, .hld0r6d .sud454x { padding: 8px; }
@media (max-width: 480px) {
  .q6w2u80 { flex-direction: column; align-items: stretch; }
}
.d4szvpz7 .nho1drl .n10bg09 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ejql8wp { flex-direction: column; align-items: stretch; gap: 10px; }
  .d4szvpz7 .nho1drl { text-align: center; }
}
@media (max-width: 720px) {
  .zt8s3 { grid-template-columns: 1fr; }
  .xt7ta { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .xalk4i { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .slb1 { grid-template-columns: 1fr; }
  .woqz0kl { width: 100px; height: 100px; margin: 16px auto; }
  .k7mw { font-size: 1.4rem; }
  .i0lyw { justify-content: center; }
  .vdf3p670 .mjyzi { min-width: 50%; }
}
.bdzqn .caxb2 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .rjpu { flex-wrap: wrap; padding: 14px 16px; }
  .te37it { padding: 12px 16px; }
  .bdzqn .caxb2 { margin: 0 16px; }
  .bdzqn .qybbnz4z { padding: 0 16px; }
  .jpw7 { padding: 12px 16px; }
}
.b6jmox .v7y1 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.b6jmox .v7y1:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.ig8m .x9ip { gap: 18px; }
.ig8m .v7y1 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ig8m .v7y1:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.zerwk .x9ip {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.zerwk .v7y1 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.zerwk .v7y1:last-child { border-bottom: none; }
.zerwk .gtiv,
.zerwk .tky1rt6u,
.zerwk .n9b8o3 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.uvi61cay .x9ip { gap: 0; }
.uvi61cay .v7y1 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.uvi61cay .v7y1:last-child { border-bottom: none; }
.uvi61cay .v7y1:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.uvi61cay .v7y1:nth-child(even):hover { background: var(--bg-hover); }
.qhabkwit .v7y1 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.s74b5mfn .n9b8o3 .fsdc9244 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.s74b5mfn .n9b8o3 .fsdc9244:first-child { border-left: none; }
.paiiy6w5 .n9b8o3 .fsdc9244 {
  background: transparent; padding: 4px 8px;
}
.paiiy6w5 .n9b8o3 .bqpph { font-size: .65rem; opacity: .65; }
.paiiy6w5 .n9b8o3 .f5rie   { font-size: 1.15rem; color: var(--accent-light); }
.nfx7p .n9b8o3 .fsdc9244 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.zn8dt { display: none; }
.conm9qi .qjxnl5q { font-size: 1rem; letter-spacing: 2px; }
.z91jswh .qjxnl5q {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.wiw0 .qjxnl5q,
.u3ma540 .qjxnl5q,
.lnsh .qjxnl5q { display: none; }
.wiw0 .zn8dt,
.u3ma540 .zn8dt,
.lnsh .zn8dt { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.wiw0 .zn8dt { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.wiw0 .zn8dt small { display: none; }
.u3ma540 .zn8dt {
  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;
}
.u3ma540 .zn8dt small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.lnsh .zn8dt {
  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;
}
.lnsh .zn8dt small { display: none; }
.mx4aepxd { margin: 16px 0; }
.og5c1v { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.og5c1v summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.og5c1v summary::after { content: "+"; color: var(--accent-light); }
.og5c1v[open] summary::after { content: "−"; }
.og5c1v p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.xa8a { margin-bottom: 0; }
.tdrh h2.i70t6 { color: var(--text-primary); border-color: var(--accent-light); }
.h5n4p h2.i70t6 { color: var(--text-primary); border-color: var(--accent-light); }
.kv06vu8 .ufaaj0gr     { background: #052e16; border-color: #10b981; }
.kv06vu8 .vd7tbs { background: #2d0a1e; border-color: #f43f5e; }
.kv06vu8 .crq3ts3j    { background: #1e1036; border-color: #a855f7; }
.kv06vu8 .kzsef strong  { color: #f1f5f9; }
.kv06vu8 .kzsef p       { color: #cbd5e1; }
.kv06vu8 .llvcp28    .ufaaj0gr     .obttgu::before,
.kv06vu8 .ds1nia  .ufaaj0gr     .obttgu::before,
.kv06vu8 .ktes  .ufaaj0gr     .obttgu::before,
.kv06vu8 .lm0xmw .ufaaj0gr     .obttgu::before { color: #10b981; }
.kv06vu8 .llvcp28    .vd7tbs .obttgu::before,
.kv06vu8 .ds1nia  .vd7tbs .obttgu::before,
.kv06vu8 .ktes  .vd7tbs .obttgu::before,
.kv06vu8 .lm0xmw .vd7tbs .obttgu::before { color: #f43f5e; }
.kv06vu8 .llvcp28    .crq3ts3j    .obttgu::before,
.kv06vu8 .ds1nia  .crq3ts3j    .obttgu::before,
.kv06vu8 .ktes  .crq3ts3j    .obttgu::before,
.kv06vu8 .lm0xmw .crq3ts3j    .obttgu::before { color: #a855f7; }
.dqgfcz .ufaaj0gr     { background: #2d2000; border-color: #eab308; }
.dqgfcz .vd7tbs { background: #2d0b0b; border-color: #ef4444; }
.dqgfcz .crq3ts3j    { background: #2d1600; border-color: #f97316; }
.dqgfcz .kzsef strong  { color: #f1f5f9; }
.dqgfcz .kzsef p       { color: #cbd5e1; }
.dqgfcz .llvcp28    .ufaaj0gr     .obttgu::before,
.dqgfcz .ds1nia  .ufaaj0gr     .obttgu::before,
.dqgfcz .ktes  .ufaaj0gr     .obttgu::before,
.dqgfcz .lm0xmw .ufaaj0gr     .obttgu::before { color: #eab308; }
.dqgfcz .llvcp28    .vd7tbs .obttgu::before,
.dqgfcz .ds1nia  .vd7tbs .obttgu::before,
.dqgfcz .ktes  .vd7tbs .obttgu::before,
.dqgfcz .lm0xmw .vd7tbs .obttgu::before { color: #ef4444; }
.dqgfcz .llvcp28    .crq3ts3j    .obttgu::before,
.dqgfcz .ds1nia  .crq3ts3j    .obttgu::before,
.dqgfcz .ktes  .crq3ts3j    .obttgu::before,
.dqgfcz .lm0xmw .crq3ts3j    .obttgu::before { color: #f97316; }
.jf99rxd6 .ufaaj0gr     { background: #0c1a2e; border-color: #38bdf8; }
.jf99rxd6 .vd7tbs { background: #12103a; border-color: #818cf8; }
.jf99rxd6 .crq3ts3j    { background: #0a2020; border-color: #2dd4bf; }
.jf99rxd6 .kzsef strong  { color: #f1f5f9; }
.jf99rxd6 .kzsef p       { color: #cbd5e1; }
.jf99rxd6 .llvcp28    .ufaaj0gr     .obttgu::before,
.jf99rxd6 .ds1nia  .ufaaj0gr     .obttgu::before,
.jf99rxd6 .ktes  .ufaaj0gr     .obttgu::before,
.jf99rxd6 .lm0xmw .ufaaj0gr     .obttgu::before { color: #38bdf8; }
.jf99rxd6 .llvcp28    .vd7tbs .obttgu::before,
.jf99rxd6 .ds1nia  .vd7tbs .obttgu::before,
.jf99rxd6 .ktes  .vd7tbs .obttgu::before,
.jf99rxd6 .lm0xmw .vd7tbs .obttgu::before { color: #818cf8; }
.jf99rxd6 .llvcp28    .crq3ts3j    .obttgu::before,
.jf99rxd6 .ds1nia  .crq3ts3j    .obttgu::before,
.jf99rxd6 .ktes  .crq3ts3j    .obttgu::before,
.jf99rxd6 .lm0xmw .crq3ts3j    .obttgu::before { color: #2dd4bf; }
.fbz0 .ufaaj0gr     { background: var(--accent-bg); border-color: var(--accent-light); }
.fbz0 .vd7tbs { background: var(--accent-bg-light); border-color: var(--accent-light); }
.fbz0 .crq3ts3j    { background: var(--accent-bg); border-color: var(--accent-pale); }
.fbz0 .llvcp28    .obttgu::before,
.fbz0 .ds1nia  .obttgu::before,
.fbz0 .ktes  .obttgu::before,
.fbz0 .lm0xmw .obttgu::before { color: var(--accent-light) !important; }
.uj12vcl::before,
.o3t1bw8::before { margin-right: 5px; }
.n68wvzb .qhl1y4g ul li,
.n68wvzb .qhl1y4g .uj12vcl { color: #22c55e; }
.n68wvzb .sud454x ul li,
.n68wvzb .sud454x .o3t1bw8 { color: #ef4444; }
.dwosxy .qhl1y4g { background: var(--bg-pros); }
.dwosxy .sud454x { background: var(--bg-cons); }
.dwosxy .qhl1y4g .uj12vcl { color: var(--c-pros-label); }
.dwosxy .sud454x .o3t1bw8 { color: var(--c-cons); }
.dwosxy .qhl1y4g ul li,
.dwosxy .sud454x ul li,
.l3xzo1e .qhl1y4g { background: var(--bg-pros); }
.l3xzo1e .sud454x { background: var(--bg-cons); }
.l3xzo1e .qhl1y4g .uj12vcl { color: var(--c-pros-label); }
.l3xzo1e .sud454x .o3t1bw8 { color: var(--c-cons); }
.l3xzo1e .qhl1y4g ul li,
.l3xzo1e .zj9y0j li          { color: var(--c-pros); }
.l3xzo1e .sud454x ul li,
.l3xzo1e .xystv9 li          { color: var(--c-cons); }
.sfrbh .uj12vcl::before { content: "✓ "; }
.sfrbh .o3t1bw8::before { content: "✗ "; }
.ufgxdl .uj12vcl::before { content: "→ "; }
.ufgxdl .o3t1bw8::before { content: "← "; }
.twgtb .uj12vcl::before { content: "★ "; }
.twgtb .o3t1bw8::before { content: "✕ "; }
.shwx .uj12vcl::before { content: "◆ "; }
.shwx .o3t1bw8::before { content: "▲ "; }
.etlqap .kzsef { background: transparent; border-left: none; border: 1.5px solid; }
.etlqap .ufaaj0gr     { border-color: var(--c-tip-border); }
.etlqap .vd7tbs { border-color: var(--c-warn-border); }
.etlqap .crq3ts3j    { border-color: #60a5fa; }
.etlqap .kzsef strong { color: var(--text-primary); }
.etlqap .kzsef p      { color: var(--text-muted); }
.t7wf .kzsef { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.t7wf .ufaaj0gr     { border-top-color: var(--c-tip-border); }
.t7wf .vd7tbs { border-top-color: var(--c-warn-border); }
.t7wf .crq3ts3j    { border-top-color: #60a5fa; }
.chieyvzd .kzsef { border-left: none; border-radius: 8px; }
.chieyvzd .ufaaj0gr     { background: #065f46; }
.chieyvzd .vd7tbs { background: #92400e; }
.chieyvzd .crq3ts3j    { background: #1e3a8a; }
.chieyvzd .kzsef strong,
.chieyvzd .kzsef p { color: #fff; }
.chieyvzd .obttgu::before { color: rgba(255,255,255,0.85) !important; }
.kv06vu8.chieyvzd .ufaaj0gr,
.kv06vu8 .chieyvzd .ufaaj0gr     { background: #052e16; }
.kv06vu8.chieyvzd .vd7tbs,
.kv06vu8 .chieyvzd .vd7tbs { background: #2d0a1e; }
.kv06vu8.chieyvzd .crq3ts3j,
.kv06vu8 .chieyvzd .crq3ts3j    { background: #1e1036; }
.dqgfcz.chieyvzd .ufaaj0gr,
.dqgfcz .chieyvzd .ufaaj0gr      { background: #2d2000; }
.dqgfcz.chieyvzd .vd7tbs,
.dqgfcz .chieyvzd .vd7tbs  { background: #2d0b0b; }
.dqgfcz.chieyvzd .crq3ts3j,
.dqgfcz .chieyvzd .crq3ts3j     { background: #2d1600; }
.jf99rxd6.chieyvzd .ufaaj0gr,
.jf99rxd6 .chieyvzd .ufaaj0gr      { background: #0c1a2e; }
.jf99rxd6.chieyvzd .vd7tbs,
.jf99rxd6 .chieyvzd .vd7tbs  { background: #12103a; }
.jf99rxd6.chieyvzd .crq3ts3j,
.jf99rxd6 .chieyvzd .crq3ts3j     { background: #0a2020; }
.dslenn .kzsef { border-left: none; border-radius: 6px; padding: 10px 14px; }
.dslenn .ufaaj0gr     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.dslenn .vd7tbs { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.dslenn .crq3ts3j    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.dslenn .kzsef strong { color: var(--text-primary); }
.dslenn .kzsef p      { color: var(--text-muted); }
.cj99a8 .kzsef { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.llvcp28 .obttgu,
.ds1nia .obttgu,
.ktes .obttgu,
.lm0xmw .obttgu { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.llvcp28 .obttgu::before,
.ds1nia .obttgu::before,
.ktes .obttgu::before,
.lm0xmw .obttgu::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.llvcp28 .ufaaj0gr     .obttgu::before { content: "✦"; color: var(--c-tip-border); }
.llvcp28 .vd7tbs .obttgu::before { content: "▲"; color: var(--c-warn-border); }
.llvcp28 .crq3ts3j    .obttgu::before { content: "◉"; color: #60a5fa; }
.ds1nia .ufaaj0gr     .obttgu::before { content: "★"; color: var(--c-tip-border); }
.ds1nia .vd7tbs .obttgu::before { content: "◆"; color: var(--c-warn-border); }
.ds1nia .crq3ts3j    .obttgu::before { content: "●"; color: #60a5fa; }
.ktes .ufaaj0gr     .obttgu::before { content: "▶"; color: var(--c-tip-border); }
.ktes .vd7tbs .obttgu::before { content: "■"; color: var(--c-warn-border); }
.ktes .crq3ts3j    .obttgu::before { content: "▸"; color: #60a5fa; }
.lm0xmw .ufaaj0gr     .obttgu::before { content: "→"; color: var(--c-tip-border); }
.lm0xmw .vd7tbs .obttgu::before { content: "⬥"; color: var(--c-warn-border); }
.lm0xmw .crq3ts3j    .obttgu::before { content: "◈"; color: #60a5fa; }
.wkgqx1sr .blawpu5 .kud2tbp1,
.wkgqx1sr .cuup .kud2tbp1  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.wkgqx1sr .uf0ik                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.wkgqx1sr .v7y1                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.wkgqx1sr .ustfs0to          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.wkgqx1sr .qnuc50                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.yfkb3 .blawpu5 .kud2tbp1,
.yfkb3 .cuup .kud2tbp1,
.yfkb3 .uf0ik,
.yfkb3 .v7y1,
.yfkb3 .sl6jrft,
.yfkb3 .ustfs0to,
.yfkb3 .qnuc50,
.yfkb3 .cj99a8 .kzsef { box-shadow: none; }
.c2xi4x5   .dfp4, .c2xi4x5 .xq8qvo84, .c2xi4x5 .dzask5n8,
.c2xi4x5   .d0s6x, .c2xi4x5 .ik4n1fs { font-size: 0.9rem; }
.c2xi4x5   .qnbvn, .c2xi4x5 .kor2 { font-size: 0.9rem; }
.c46e8xip   .dfp4, .c46e8xip .xq8qvo84, .c46e8xip .dzask5n8,
.c46e8xip   .d0s6x, .c46e8xip .ik4n1fs { font-size: 0.95rem; }
.c46e8xip   .qnbvn, .c46e8xip .kor2 { font-size: 0.95rem; }
.mq60   .dfp4, .mq60 .xq8qvo84, .mq60 .dzask5n8,
.mq60   .d0s6x, .mq60 .ik4n1fs { font-size: 1.08rem; }
.mq60   .qnbvn, .mq60 .kor2 { font-size: 1.05rem; }
.mq60   .m794sk { font-size: 0.97rem; }
.ax3g9 .a0yr17h1      { font-size: 3.2rem; }
.ax3g9 h2.i70t6 { font-size: 1.9rem; }
.ax3g9 h3.obor8efp     { font-size: 1.4rem; }
.wdi0 .a0yr17h1      { font-size: 3.8rem; }
.wdi0 h2.i70t6 { font-size: 2.2rem; }
.wdi0 h3.obor8efp     { font-size: 1.6rem; }
.xa8a + .xa8a { position: relative; }
.iai4w   .xa8a + .xa8a::before,
.ibtncc  .xa8a + .xa8a::before,
.u0lxwhv   .xa8a + .xa8a::before,
.p2y5cp5   .xa8a + .xa8a::before,
.rpko2   .xa8a + .xa8a::before,
.pmlv4y .xa8a + .xa8a::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.iai4w .xa8a + .xa8a::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ibtncc .xa8a + .xa8a::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.u0lxwhv .xa8a + .xa8a::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;
}
.p2y5cp5 .xa8a + .xa8a::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.il0nt7ki .xa8a { margin-bottom: 16px; }
.il0nt7ki .xa8a + .xa8a { margin-top: 0; }
.il0nt7ki .e9kyc3yq { padding-top: 0; padding-bottom: 0; }
.rpko2 .xa8a + .xa8a::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.pmlv4y .xa8a + .xa8a::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.tefgzpj .xa8a + .xa8a::before,
.qdur .xa8a + .xa8a::before,
.jzlbmh2 .xa8a + .xa8a::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%;
}
.ew1j8qj .tefgzpj .xa8a:nth-child(even)::before,
.ew1j8qj .qdur .xa8a:nth-child(even)::before,
.ew1j8qj .jzlbmh2 .xa8a:nth-child(even)::before { background: var(--bg-surface); }
.jf07o6 .tefgzpj .xa8a:nth-child(even)::before,
.jf07o6 .qdur .xa8a:nth-child(even)::before,
.jf07o6 .jzlbmh2 .xa8a:nth-child(even)::before { background: var(--bg-card); }
.tefgzpj .xa8a + .xa8a::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");
}
.qdur .xa8a + .xa8a::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");
}
.jzlbmh2 .xa8a + .xa8a::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");
}
.ibembz7f .vvb42i4,
.ahw18gr .vvb42i4,
.uo9w .vvb42i4 { overflow: hidden; }
.ibembz7f .mzxz3,
.ahw18gr .mzxz3 { margin-bottom: 60px; }
.uo9w .mzxz3 { margin-bottom: 70px; }
.ibembz7f .vvb42i4::before,
.ahw18gr .vvb42i4::before,
.uo9w .vvb42i4::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%;
}
.ibembz7f .vvb42i4::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");
}
.ahw18gr .vvb42i4::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");
}
.uo9w .vvb42i4::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");
}
.wuakk2j .vvb42i4:not(.i0lb2l) .enliydf { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.qj4ggk .vvb42i4:not(.i0lb2l) .enliydf { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.h40ze  .vvb42i4:not(.i0lb2l) .enliydf { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.rpmc  .vvb42i4:not(.i0lb2l) .enliydf { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.h40ze .i0lb2l { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.h40ze .f4nv8ci { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.h40ze .kuzym3 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.nl9o68nn .i0lb2l .enliydf { background: none; }
.nl9o68nn .vvb42i4:not(.i0lb2l) .enliydf { background: rgba(0,0,0,0.6); }
.y22m1 .mex9237d { float: left; width: 38%; margin: 0 28px 16px 0; }
.y22m1 .mex9237d .ovjg6kdq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.y22m1 .e9kyc3yq::after { content: ''; display: block; clear: both; }
.kcjx06 .mex9237d { float: right; width: 38%; margin: 0 0 16px 28px; }
.kcjx06 .mex9237d .ovjg6kdq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.kcjx06 .e9kyc3yq::after { content: ''; display: block; clear: both; }
.sh0o .xa8a:nth-child(odd)  .mex9237d { float: left;  width: 38%; margin: 0 28px 16px 0; }
.sh0o .xa8a:nth-child(even) .mex9237d { float: right; width: 38%; margin: 0 0 16px 28px; }
.sh0o .mex9237d .ovjg6kdq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.sh0o .e9kyc3yq::after { content: ''; display: block; clear: both; }
.y22m1 .gprj,
.y22m1 .x9ip,
.kcjx06 .gprj,
.kcjx06 .x9ip,
.sh0o .gprj,
.sh0o .x9ip { clear: both; }
@media (max-width: 900px) {
  .y22m1 .mex9237d,
  .kcjx06 .mex9237d,
  .sh0o .xa8a:nth-child(odd)  .mex9237d,
  .sh0o .xa8a:nth-child(even) .mex9237d {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .y22m1 .mex9237d .ovjg6kdq,
  .kcjx06 .mex9237d .ovjg6kdq,
  .sh0o .mex9237d .ovjg6kdq {
    max-height: none !important;
  }
}
.y22m1 .qnbvn,
.y22m1 .kor2,
.kcjx06 .qnbvn,
.kcjx06 .kor2,
.sh0o .qnbvn,
.sh0o .kor2 { overflow: hidden; }
@media (max-width: 640px) {
  .y22m1 .mex9237d,
  .kcjx06 .mex9237d,
  .sh0o .mex9237d { float: none; width: 100%; margin: 0 0 16px 0; }
}
.du7fuop .lkrnn,
.du7fuop .e9kyc3yq,
.du7fuop .mxsr4  { max-width: 1100px; }
.i3esksmz .lkrnn,
.i3esksmz .e9kyc3yq,
.i3esksmz .mxsr4  { max-width: 1200px; }
.i3esksmz { --content-mw: 1200px; }
.ewfq1r .lkrnn,
.ewfq1r .e9kyc3yq,
.ewfq1r .mxsr4  { max-width: 1320px; }
.qypsfz { font-size: 0.82rem; color: var(--text-muted); }
.gwc2456 { display: flex; align-items: center; }
.nrrvqz4l {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.xjilzh9u { display: flex; align-items: center; }
.u6ynkb { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.u6ynkb:hover { text-decoration: underline; }
.z07a { margin: 0 3px; opacity: 0.45; }
.z07a::before { content: '/'; }
.sc21n { padding: 2px 5px; color: var(--text-main); }
.ejmjat .qypsfz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ejmjat .gwc2456 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.tsr3m673 .qypsfz {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.tsr3m673 .gwc2456 { padding: 0 0 0 12px; }
.kt68t .gwc2456 { padding: 0 16px; }
.kt68t .qypsfz {
  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);
}
.kt68t .lkrnn { padding-top: 28px; }
@media (max-width: 720px) {
  .wqiy { margin-top: 18px; padding: 0 16px; }
  .kt68t .lkrnn { padding-top: 16px; }
}
.du7fuop.ejmjat .gwc2456 { max-width: 1100px; }
.i3esksmz.ejmjat .gwc2456 { max-width: 1200px; }
.ewfq1r.ejmjat .gwc2456 { max-width: 1320px; }
.i3esksmz .wqiy { max-width: 1200px; }
.lvbo .xa8a { padding-top: 16px; padding-bottom: 16px; }
.q030s .xa8a { padding-top: 24px; padding-bottom: 24px; }
.p56r1h1w .xa8a { padding-top: 40px; padding-bottom: 40px; }
.ngjvea79 .xa8a { padding-top: 52px; padding-bottom: 52px; }
.glosvffy .xa8a:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.glosvffy .xa8a:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.glosvffy .xa8a:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.glosvffy .xa8a:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.hyoe .e9kyc3yq { padding-top: 10px;  padding-bottom: 10px; }
.m89xn07 .e9kyc3yq { padding-top: 18px;  padding-bottom: 18px; }
.a6mixmh .e9kyc3yq { padding-top: 36px;  padding-bottom: 36px; }
.mxwia5 .e9kyc3yq { padding-top: 48px;  padding-bottom: 48px; }
.xf95fn9 h2.i70t6 { font-weight: 600; }
.xf95fn9 h3.obor8efp     { font-weight: 600; }
.eip8gv2 { font-weight: 500; }
.eip8gv2 h2.i70t6 { font-weight: 800; }
.eip8gv2 h3.obor8efp     { font-weight: 700; }
.bl1jcxk h2.i70t6 { font-weight: 900; }
.bl1jcxk h3.obor8efp     { font-weight: 800; }
.bl1jcxk .kzsef strong,
.bl1jcxk .kzsef strong { font-weight: 600; }
.s493k {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.m6le .s493k { display: none; }
@media (max-width: 640px) {
  .jsdq0 { display: none; }
  .s493k {
    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;
  }
}
.s493k { background: var(--cta) !important; color: #fff !important; border: none !important; }
.s493k:hover { opacity: 0.85; }
.fovnd1ub .s493k { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.w5rzoum6 .s493k,
.thfa  .s493k { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.w5rzoum6 .s493k:hover,
.thfa  .s493k:hover { opacity: 0.88; }
.fovnd1ub.w5rzoum6 .s493k,
.fovnd1ub.thfa  .s493k { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.n06b {
  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;
}
.n06b:hover { transform: translateY(-2px); opacity: 0.92; }
.n06b { background: var(--cta) !important; color: #fff !important; border: none !important; }
.sfo8 .n06b { display: none; }
.x0fhv .n06b { right: 32px; }
.ostv  .n06b { left: 32px; }
@media (max-width: 480px) {
  .x0fhv .n06b { right: 20px; bottom: 20px; }
  .ostv  .n06b { left: 20px; bottom: 20px; }
}
.mq2nvmyz { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.mxsr4 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.cfmllo0 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.w5e1e11 { color: var(--text-dim); font-size: 0.8rem; }
.o4fz7 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.o4fz7 img { height: 26px; width: auto; object-fit: contain; }
.spa39si .mxsr4 { text-align: center; }
.spa39si .cfmllo0 { margin-top: 0; }
@media (max-width: 640px) {
  .mxsr4 { padding-left: 16px; padding-right: 16px; }
  .dgmfund .mxsr4 { padding: 20px 16px; }
  .f2bf { gap: 4px 12px; }
  .cfmllo0 { font-size: 0.78rem; }
}
.i70u4 .vl5hxn3 .o4fz7 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.i70u4 .cfmllo0 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.i70u4 .w5e1e11 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .i70u4 .nuxip { grid-template-columns: 1fr 1fr; } .i70u4 .vl5hxn3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .i70u4 .nuxip { grid-template-columns: 1fr; } }
.l2ex7k .h3tr1vtr { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.l2ex7k .o4fz7 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.l2ex7k .pnvcot { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.l2ex7k .pnvcot a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.l2ex7k .pnvcot a:hover { color: var(--accent-light); }
.eiv1o38b { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.l2ex7k .cooo { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.l2ex7k .y7hr { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.l2ex7k .y7hr a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.l2ex7k .y7hr a:hover { color: var(--accent-light); }
.l2ex7k .cfmllo0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .l2ex7k .h3tr1vtr { gap: 12px; } .l2ex7k .o4fz7 { margin-right: 0; width: 100%; } }
.t70yqz7x .w3wftdmy .o4fz7 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.t70yqz7x .cfmllo0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.t70yqz7x .w5e1e11 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .t70yqz7x .khy0bv { grid-template-columns: 1fr 1fr; } .t70yqz7x .w3wftdmy { grid-column: 1 / -1; } }
@media (max-width: 480px) { .t70yqz7x .khy0bv { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .dy3sr13 .mhb7vr { grid-template-columns: 1fr 1fr; } .dy3sr13 .dqwe0b5l:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dy3sr13 .mhb7vr { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .njbirqg .mhb7vr { grid-template-columns: 1fr; } }
.gfuvi .mxsr4 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.nh1elm6 .ywmdl      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.nh1elm6 .mq2nvmyz { background: var(--bg-page); border-top-color: var(--border-alt); }
.ipmu7hr .ywmdl      { background: #0d1117; border-bottom-color: #21262d; }
.ipmu7hr .jfb13e { color: var(--accent-light); }
.ipmu7hr .k9oq3 { --msep-color: #8b949e; }
.ipmu7hr .k9oq3 a { color: #8b949e; }
.ipmu7hr .k9oq3 a:hover { color: var(--accent-light); }
.ipmu7hr .iu2cjmmu { color: #8b949e; }
.ipmu7hr .mq2nvmyz { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.ipmu7hr .cfmllo0,
.ipmu7hr .w5e1e11 { color: #6e7681; }
.ipmu7hr .ym2xdm a, .ipmu7hr .pnvcot a,
.ipmu7hr .y7hr a { color: #8b949e; }
.ipmu7hr .o4fz7 { color: #e6edf3; }
.ipmu7hr .ym2xdm a:hover, .ipmu7hr .pnvcot a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .ipmu7hr .k9oq3 { background: #0d1117; border-top-color: #21262d; }
  .ipmu7hr .k9oq3 li a { border-bottom-color: #21262d; }
}
.koj35pn .ywmdl      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.koj35pn .jfb13e { color: var(--accent-light); }
.koj35pn .k9oq3 { --msep-color: #475569; }
.koj35pn .k9oq3 a { color: #475569; }
.koj35pn .k9oq3 a:hover { color: var(--accent-light); }
.koj35pn .iu2cjmmu { color: #64748b; }
.koj35pn .mq2nvmyz { background: #f0f4f8; border-top-color: #cbd5e1; }
.koj35pn .cfmllo0,
.koj35pn .w5e1e11 { color: #64748b; }
.koj35pn .ym2xdm a, .koj35pn .pnvcot a,
.koj35pn .y7hr a, .koj35pn .o4fz7 { color: #374151; }
.koj35pn .ym2xdm a:hover, .koj35pn .pnvcot a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .koj35pn .k9oq3 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .koj35pn .k9oq3 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.w5rzoum6 .ywmdl      { background: var(--accent); border-bottom-color: var(--accent-light); }
.w5rzoum6 .jfb13e { color: #fff; }
.w5rzoum6 .k9oq3 { --msep-color: rgba(255,255,255,0.82); }
.w5rzoum6 .k9oq3 a { color: rgba(255,255,255,0.82); }
.w5rzoum6 .k9oq3 a:hover { color: #fff; }
.w5rzoum6 .iu2cjmmu { color: rgba(255,255,255,0.9); }
.w5rzoum6 .twr8 a { color: var(--text-primary) !important; }
.w5rzoum6 .twr8 a:hover { color: var(--accent-light) !important; }
.w5rzoum6 .mq2nvmyz { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.w5rzoum6 .cfmllo0,
.w5rzoum6 .w5e1e11 { color: rgba(255,255,255,0.72); }
.w5rzoum6 .p1hohn a, .w5rzoum6 .f2bf a,
.w5rzoum6 .ym2xdm a, .w5rzoum6 .pnvcot a,
.w5rzoum6 .y7hr a, .w5rzoum6 .o4fz7 { color: #fff; }
.w5rzoum6 .w9np, .w5rzoum6 .hyrieim { color: rgba(255,255,255,0.7); }
.w5rzoum6 .p1hohn a:hover, .w5rzoum6 .f2bf a:hover,
.w5rzoum6 .ym2xdm a:hover, .w5rzoum6 .pnvcot a:hover { color: #fff; }
@media (max-width: 640px) {
  .w5rzoum6 .k9oq3 { background: var(--accent); border-top-color: var(--accent-light); }
  .w5rzoum6 .k9oq3 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.thfa .ywmdl {
  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);
}
.thfa .mq2nvmyz {
  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) {
  .thfa .k9oq3 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.u6ornvsl .u1g6to { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.yots986 .u1g6to { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ysxke .u1g6to { min-height: 72px; height: auto; }
.gdv938x .u1g6to { min-height: 84px; height: auto; }
.dgmfund .u1g6to { max-width: none; padding: 0 32px; }
.dgmfund .mxsr4  { max-width: none; padding: 24px 32px; }
.yeidp.i3esksmz .u1g6to { max-width: 1200px; }
.yeidp.ewfq1r .u1g6to { max-width: 1320px; }
.u5wl   .jfb13e, .u5wl   .o4fz7 { text-transform: capitalize; }
.sxr6mzjf .jfb13e, .sxr6mzjf .o4fz7 { text-transform: lowercase; }
.qkxakgi .jfb13e, .qkxakgi .o4fz7 { text-transform: uppercase; letter-spacing: 0.06em; }
.dto5, .q254 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.knbk .dto5,
.knbk .q254 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.ku0hva .dto5,
.ku0hva .q254 { 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; }
.d9gnr .dto5,
.d9gnr .q254 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.o0no .dto5,
.o0no .q254 { 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; }
.d8jjfb   .k9oq3 a { font-weight: 500; }
.dw72d .k9oq3 a { font-weight: 600; }
.mfqx9xfy     .k9oq3 a { font-weight: 700; }
.tennu    .k9oq3 a { font-weight: 800; letter-spacing: 0.01em; }
.n1q3qn     .k9oq3 > li + li::before,
.wxobz3w    .k9oq3 > li + li::before,
.a0ubmi    .k9oq3 > li + li::before,
.ayxza8gn .k9oq3 > li + li::before,
.sqj5tzt .k9oq3 > li + li::before,
.ul8nt  .k9oq3 > li + li::before,
.qhdff2    .k9oq3 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.n1q3qn     .k9oq3 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.wxobz3w    .k9oq3 > li + li::before { content: "|"; }
.a0ubmi    .k9oq3 > li + li::before { content: "—"; }
.ayxza8gn .k9oq3 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.sqj5tzt .k9oq3 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ul8nt  .k9oq3 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.qhdff2    .k9oq3 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .leis33jj .iu2cjmmu,
  .s4qpwk .iu2cjmmu,
  .pf2u4z .iu2cjmmu,
  .m2rhdli .iu2cjmmu,
  .fpet .iu2cjmmu {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .leis33jj .iu2cjmmu::before,
  .s4qpwk .iu2cjmmu::before,
  .pf2u4z .iu2cjmmu::before,
  .m2rhdli .iu2cjmmu::before,
  .fpet .iu2cjmmu::before { content: ""; display: block; flex-shrink: 0; }

  
  .leis33jj .iu2cjmmu::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;
  }

  
  .s4qpwk .iu2cjmmu::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;
  }

  
  .pf2u4z .iu2cjmmu::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;
  }

  
  .m2rhdli .iu2cjmmu::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;
  }

  
  .fpet .iu2cjmmu::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) {
  .h026o9 .iu2cjmmu {
    padding: 5px 14px;
  }
  .h026o9 .k9oq3 {
    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;
  }
  .h026o9 .k9oq3 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .h026o9 .k9oq3 li a:hover { background: var(--bg-raised); }
  .h026o9 .bdaxg,
  .rxmn .bdaxg,
  .wea6wfjq .bdaxg { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .vocw .iu2cjmmu {
    padding: 5px 10px;
  }
  .vocw .k9oq3 {
    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);
  }
  .vocw .k9oq3.odfsfb { transform: translateX(0); }
  .vocw .k9oq3 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .vocw .k9oq3 li:last-child a { border-bottom: none; }
  .w5rzoum6 .k9oq3,
  .ipmu7hr .k9oq3 { background: var(--accent) !important; }
  .w5rzoum6 .k9oq3 li a,
  .ipmu7hr .k9oq3 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .wea6wfjq .iu2cjmmu {
    padding: 5px 10px;
  }
  .wea6wfjq .k9oq3 {
    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);
  }
  .wea6wfjq .k9oq3::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .wea6wfjq .k9oq3.odfsfb { transform: translateY(0); }
  .wea6wfjq .k9oq3 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .qrzm .iu2cjmmu {
    padding: 5px 10px;
  }
  .qrzm .k9oq3 {
    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;
  }
  .qrzm .k9oq3.odfsfb { opacity: 1; pointer-events: auto; }
  .qrzm .k9oq3 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .cg64y2gn     .iu2cjmmu { border-radius: 0 !important; }
  .x2rdcce   .iu2cjmmu { border-radius: 8px !important; }
  .avjhwo .iu2cjmmu { border-radius: 50% !important; }
  .k1960u   .iu2cjmmu { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .vdr0 .uuzo5 { flex-direction: column; align-items: stretch; }
  .vdr0 .mubyo9kk { flex-direction: row; min-width: auto; }
  .vdr0 .yamu { align-items: flex-start; text-align: left; }
}
.ovhz1,
.ovhz1.xa8a,
.ew1j8qj .ovhz1,
.wl4z1a3w .ovhz1,
.jf07o6 .ovhz1,
.e63f .ovhz1 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.eoqp {
  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;
}
.ldag1 { flex: 1 1 280px; min-width: 0; }
.uujo8 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.wnko2vnh {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.tdvv06 {
  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;
}
.tdvv06:hover { transform: translateY(-1px); opacity: 0.95; }
.rh6i .eoqp {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.rh6i .uujo8 { color: var(--cta); }
.rh6i .wnko2vnh { color: var(--text-body); }
.rh6i .tdvv06 {
  background: var(--cta) !important;
  color: #fff !important;
}
.v35se0 .eoqp {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.v35se0 .uujo8 { color: var(--text-primary); }
.v35se0 .wnko2vnh { color: var(--text-body); }
.v35se0 .tdvv06 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .eoqp {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ldag1 { flex: 0 0 auto; }
  .uujo8 { font-size: 1.2rem; }
  .tdvv06 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.qxmms .fpc2 { height: 36px; }
.fjb7ek .fpc2 { height: 60px; max-width: 200px; }
.k62r79 .fpc2 { height: 56px; max-width: 180px; }
.jrlbo3    .qjxnl5q, .jrlbo3    .vi686 { color: #f59e0b; }
.d1sb      .qjxnl5q { font-size: 1rem; letter-spacing: 1.5px; }
.dvsw25t    .qjxnl5q, .dvsw25t    .vi686 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.htoal0kh     .qjxnl5q, .htoal0kh     .vi686 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.f53c6ylt .qjxnl5q, .f53c6ylt .vi686 { color: var(--cta); letter-spacing: 2px; }
.zi8497jx   .qjxnl5q, .zi8497jx   .vi686 { color: #e91e63; letter-spacing: 2px; }
.fzp7  .qjxnl5q, .fzp7  .vi686 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.s82fd     .qjxnl5q, .s82fd     .vi686 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.s74b5mfn .fsdc9244 + .fsdc9244 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.r1mw .v7y1 { padding: 18px 24px; min-height: 68px; }
.paiiy6w5 .bqpph {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.paiiy6w5 .f5rie {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.nfx7p .fsdc9244 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.x9ip { counter-reset: cs-rank; }
.x9ip .v7y1 { counter-increment: cs-rank; }
.x9ip .v7y1::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;
}
.cwlky .x9ip { counter-reset: cs-rank; gap: 0; }
.cwlky .v7y1 {
  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;
}
.cwlky .v7y1::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;
}
.cwlky .gtiv {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.cwlky .d3yf82t0 {
  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;
}
.cwlky .an0llmmu { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.cwlky .gtiv { min-width: 0; flex-direction: column; width: 100%; }
.cwlky .kcfg7z {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.cwlky .qjxnl5q { color: var(--cta, var(--accent)); }
.cwlky .zn8dt { font-weight: 700; }
.cwlky .fsdc9244 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.cwlky .bqpph {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.cwlky .f5rie {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.cwlky .mb9es .f5rie { font-size: 1.3rem; color: var(--accent-light); }
.cwlky .ivjqhkt {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.cwlky .v7y1:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .cwlky .x9ip {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .cwlky .v7y1 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .cwlky .v7y1 { padding: 40px 16px 20px; }
  .cwlky .fsdc9244 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .cwlky .ivjqhkt { width: 100%; min-width: 0; }
}
.r05xx1i2 .x9ip { counter-reset: cs-rank; gap: 10px; }
.r05xx1i2 .v7y1 {
  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);
}
.r05xx1i2 .v7y1::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);
}
.r05xx1i2 .gtiv {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.r05xx1i2 .d3yf82t0 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.r05xx1i2 .an0llmmu { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.r05xx1i2 .kcfg7z {
  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;
}
.r05xx1i2 .qjxnl5q { color: var(--cta, var(--accent)); }
.r05xx1i2 .fsdc9244 {
  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;
}
.r05xx1i2 .bqpph {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.r05xx1i2 .f5rie { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.r05xx1i2 .mb9es .f5rie { color: var(--accent-light); }
.r05xx1i2 .ivjqhkt {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.r05xx1i2 .v7y1:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .r05xx1i2 .v7y1 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .r05xx1i2 .v7y1::before {
    position: absolute; top: 14px; left: 14px;
  }
  .r05xx1i2 .gtiv {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .r05xx1i2 .kcfg7z { white-space: normal; text-align: center; font-size: 1.2rem; }
  .r05xx1i2 .fsdc9244 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .r05xx1i2 .ivjqhkt { width: 100%; min-width: 0; }
  .r05xx1i2 .qjxnl5q { min-width: 0; }
}
.ol0m .v7y1::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.xek2v .og5c1v {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.xek2v .og5c1v summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.xek2v .og5c1v p { padding: 0 2px 16px; }
.mxkek3vq .og5c1v { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.mxkek3vq .og5c1v summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.mxkek3vq .og5c1v summary::after { content: "›"; font-size: 1.2em; }
.mxkek3vq .og5c1v[open] summary::after { content: "‹"; }
.mxkek3vq .og5c1v p { padding: 10px 22px 4px; }
.p7hk7 .og5c1v {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.p7hk7 .og5c1v summary { color: var(--text-primary); padding-left: 16px; }
.p7hk7 .og5c1v summary::after { content: "›"; font-size: 1.1em; }
.p7hk7 .og5c1v[open] summary::after { content: "‹"; }
.p7hk7 .og5c1v p { padding-left: 16px; }
.ckbwwei .mx4aepxd { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ckbwwei .og5c1v {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ckbwwei .og5c1v:last-child { border-bottom: none; }
.ckbwwei .og5c1v summary { color: var(--text-primary); border-radius: 0; }
.ckbwwei .og5c1v summary::after { content: "›"; font-size: 1.1em; }
.ckbwwei .og5c1v[open] summary::after { content: "‹"; }
.oaxezj .og5c1v { overflow: hidden; }
.oaxezj .og5c1v summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.oaxezj .og5c1v summary::after { color: rgba(255,255,255,.75); }
.oaxezj .og5c1v[open] summary { border-radius: 0; }
.hibxrkfu { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.rpxyug {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.y24tn88j {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ea6wyo { color: var(--text-muted); font-size: 1.05rem; }
.rxtoof5 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.be4n {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.eq3pxq0y { margin-bottom: 20px; }
.uob1rb {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.xfbdj {
  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;
}
.xfbdj:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.lsv2rgdk { resize: vertical; min-height: 130px; }
.tg9sryu { width: 100%; margin-top: 8px; }
.wsrpiqi {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.hn48x {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.pd2ead6 { color: var(--text-muted); line-height: 1.75; }
.dgtefe { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.dgtefe li { margin-bottom: 6px; }
.g7ibe { max-width: 760px; margin: 0 auto; }
.qe2ozxgi { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.thysce { max-width: 760px; margin: 0 auto; }
.vjm1xa6 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.x3lq9qc ul.dgtefe { margin: 0; }
.rcggctx .vjm1xa6 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .rcggctx { grid-template-columns: 1fr; gap: 10px; } }
.hgfvrkgu { max-width: 640px; margin: 0 auto; text-align: center; }
.hs2ufy4l { margin-bottom: 48px; }
.hs2ufy4l .vjm1xa6 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.hs2ufy4l p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.kcicrtmd .dgtefe { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .mctmv8b { grid-template-columns: 1fr; } }
.n1qk ul.dgtefe { margin: 0; }
.zob9be .dgtefe,
.sesly2h .dgtefe,
.c0xu .dgtefe,
.cymcxphn .dgtefe {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .l0ctbqhs { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .tpe7 { grid-template-columns: 1fr; } .twcf5 { position: static; text-align: center; } }
@media (max-width: 860px) { .x6hj { grid-template-columns: 1fr; } }
.cymcxphn .dgtefe { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .b9yhku { flex-direction: column; text-align: center; } .hhmgyae { grid-template-columns: 1fr; } }
.kt5h2y { max-width: 760px; margin: 0 auto; }
.z2vgd { position: relative; padding-left: 28px; }
.z2vgd::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.hh3k3 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.hh3k3:last-child { padding-bottom: 0; }
.z40tz5g { 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; }
.gxlxyjm h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.gxlxyjm p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.j0eaj7 .y24tn88j { color: var(--accent-light); }
.jd6jr0 .y24tn88j { font-size: 2rem; }
.jd6jr0 .ea6wyo { max-width: 680px; }
.xtsuh {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.xtsuh .y24tn88j { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.xtsuh .ea6wyo  { margin: 0; }
@media (max-width: 640px) { .xtsuh { flex-direction: column; } }
.jomo .y24tn88j { color: var(--accent-light); }
.kssya .y24tn88j { color: #fff; }
.kssya .ea6wyo  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .y4qwsvud { grid-template-columns: 1fr; } }
.w6tbwt5 .xfbdj {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.w6tbwt5 .xfbdj:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.vi0jp .xfbdj { background: var(--bg-raised); border-color: transparent; }
.vi0jp .xfbdj:focus { background: var(--bg-card); border-color: var(--accent-light); }
.c838p1xe .xfbdj { border-radius: 100px; padding: 11px 20px; }
.c838p1xe .lsv2rgdk { border-radius: 14px; }
.ys41xpjc {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.ys41xpjc summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.ys41xpjc summary::-webkit-details-marker { display: none; }
.ys41xpjc summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.ys41xpjc[open] summary::after { content: "−"; }
.c7qr {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .shspnak { grid-template-columns: 1fr; } }
.hgd5 { counter-reset: priv-count; }
.qckm4 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.qckm4:last-child { border-bottom: none; }
.pt91izpy {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.qckm4 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.qckm4 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.zte6 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.zte6 li { margin-bottom: 6px; }
.lmzjyuuy{display:none}
.lmzjyuuy:empty,.r801:empty{display:none}
.ho703w6{position:relative;overflow:visible}
.pm7qyg65 .oi9gaz,.w2003co .oi9gaz,
.ejlel .oi9gaz,.d1al40ke .oi9gaz,
.sqpmgii .oi9gaz,.zaagqq .oi9gaz{display:block}
.ag7y .zrqh3y{display:block}
.pm7qyg65 .oi9gaz,.w2003co .oi9gaz,
.ejlel .oi9gaz,.d1al40ke .oi9gaz,
.sqpmgii .oi9gaz{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}
.pm7qyg65 .oi9gaz .r801,.w2003co .oi9gaz .r801,
.ejlel .oi9gaz .r801,.d1al40ke .oi9gaz .r801,
.sqpmgii .oi9gaz .r801{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}
.pm7qyg65 .l3di3v,.w2003co .l3di3v,
.ejlel .l3di3v,.d1al40ke .l3di3v,
.sqpmgii .l3di3v{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.pm7qyg65 .oi9gaz,.w2003co .oi9gaz{top:12px}
.pm7qyg65 .oi9gaz .r801{margin-right:auto}
.w2003co .oi9gaz .r801{margin-left:auto}
.w2003co .oi9gaz{text-align:right}
.ejlel .oi9gaz,.d1al40ke .oi9gaz{bottom:12px}
.ejlel .oi9gaz .r801{margin-right:auto}
.d1al40ke .oi9gaz .r801{margin-left:auto}
.d1al40ke .oi9gaz{text-align:right}
.sqpmgii .oi9gaz{position:relative;margin-top:16px}
.sqpmgii .oi9gaz .r801{margin:0 auto}
.zaagqq .oi9gaz{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.zaagqq .oi9gaz .r801{margin:0}
.zaagqq .kuzym3~.oi9gaz,
.zaagqq .z84xf~.oi9gaz{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.zaagqq .kuzym3~.oi9gaz .r801,
.zaagqq .z84xf~.oi9gaz .r801{justify-content:flex-start}
.kuzym3~.oi9gaz,.z84xf~.oi9gaz{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}
.kuzym3~.oi9gaz .r801{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.z84xf~.oi9gaz .r801{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zrqh3y .r801{margin:0 0 12px}
.r801{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.l3di3v{white-space:nowrap}
.xrlip .l3di3v{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.r5nw65dp .l3di3v{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}
.r5nw65dp .j5bw::before{content:""}
.clav .r801{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.nkui .l3di3v{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.t6qq3nc .l3di3v{color: var(--accent-light);opacity:1;font-weight:500}
.ow3h0 .l3di3v{border-bottom:1px solid currentColor;padding-bottom:2px}
.ohs0g7 .r801{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ubh819a{--date-bg:var(--accent-bg)}
.q7o9db .j5bw::before{content:""}
.r0c92 .l3di3v + .l3di3v::before{content:"•";margin-right:6px;opacity:.4}
.bsg75l5 .l3di3v + .l3di3v::before{content:"/";margin-right:6px;opacity:.35}
.o03hs .l3di3v + .l3di3v::before{content:"|";margin-right:6px;opacity:.3}
.xin8re1f .l3di3v + .l3di3v::before{content:"—";margin-right:6px;opacity:.3}
.wgasj6m .l3di3v + .l3di3v::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.b44o .l3di3v + .l3di3v::before{content:"·";margin-right:6px;opacity:.4}
.ogk8nv9 .l3di3v + .l3di3v::before{content:"›";margin-right:6px;opacity:.4}
.as9yp .l3di3v + .l3di3v::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.zehb .p0lp{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .p0lp{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ki22f{max-width:100%}
}
.xkde .ustfs0to{margin:0}
@media (max-width:560px){
  .rpkxtb{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) {
  .zfos8zy2 { padding: 28px 18px 20px; }
  .r1qtim { font-size: 1.2rem; }
  .uizo { max-width: 220px; max-height: 80px; }
}
.aiip {
  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);
}
.jd9s {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.gopfo  .aiip { border-radius: 50%; }
.zk01x  .aiip { border-radius: 6px; }
.gujx .aiip { border-radius: 22px; }
.in9zu0 .eoqp {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .aiip { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.r5tr {
  margin: 28px 0 24px;
}
.r5tr .xa8a {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.r5tr .e9kyc3yq {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.r5tr .eoqp {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .u1g6to { flex-direction: row-reverse; }
[dir="rtl"] .k9oq3 { flex-direction: row-reverse; }
[dir="rtl"] .x0fhv .n06b { right: auto; left: 32px; }
[dir="rtl"] .ostv  .n06b { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .x0fhv .n06b { right: auto; left: 20px; }
  [dir="rtl"] .ostv  .n06b { left: auto;  right: 20px; }
}
[dir="rtl"] .y22m1 .mex9237d  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .kcjx06 .mex9237d { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qnbvn, [dir="rtl"] .kor2 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qhl1y4g { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .sud454x { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .kzsef { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .eoqp { direction: rtl; }
[dir="rtl"] .aiip { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .v7y1,
[dir="rtl"] .qypsfz { direction: rtl; }
[dir="rtl"] .qnuc50 { direction: rtl; }
[dir="rtl"] .f3kbq { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .i0whzt .kor2,
[dir="rtl"] .yb7xu .kor2,
[dir="rtl"] .o8uel4fx .kor2,
[dir="rtl"] .sv2h6zng .kor2 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .i0whzt .kor2 li::before,
[dir="rtl"] .yb7xu .kor2 li::before,
[dir="rtl"] .o8uel4fx .kor2 li::before,
[dir="rtl"] .sv2h6zng .kor2 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .vvb42i4.gjwysi .mzxz3,
[dir="rtl"] .adr6rbce.gjwysi .mzxz3,
[dir="rtl"] .i0lb2l.gjwysi .mzxz3,
[dir="rtl"] .r2q69.gjwysi .mzxz3,
[dir="rtl"] .rkt10.gjwysi .mzxz3 { text-align: right; }
[dir="rtl"] .kuzym3.gjwysi .kxmixx { align-items: flex-end; text-align: right; }
[dir="rtl"] .e9kyc3yq,
[dir="rtl"] .d0s6x,
[dir="rtl"] .ik4n1fs,
[dir="rtl"] .ufix,
[dir="rtl"] .mzxz3 { text-align: right; }
[dir="rtl"] .be4n,
[dir="rtl"] .uob1rb,
[dir="rtl"] .xfbdj,
[dir="rtl"] .lsv2rgdk { text-align: right; direction: rtl; }
[dir="rtl"] .c838p1xe .xfbdj,
[dir="rtl"] .w6tbwt5 .xfbdj { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #3b82f6;
  --brand:           #3b82f6;
  --brand-light:     #1352b8;
  --brand-pale:      #3a78dd;
  --grad-start:      #92b9fa;
  --grad-end:        #cfdffa;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #0ea5e9;
  --cta-light:       #068bc7;
  --cta-hover:       #0a7caf;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f6;
  --bg-raised:       #edeff1;
  --bg-hover:        #f3f4f6;
  --border:          #e1e4e9;
  --border-alt:      #cfd4dd;
  --border-section:  #e1e4e9;
  --text-primary:    #16181c;
  --text-muted:      #505762;
  --text-body:       #2d3138;
  --text-sub:        #444a54;
  --text-faint:      #727c8c;
  --text-dim:        #8e96a3;
  --text-label:      #5b6370;
  --text-value:      #393e46;
  --accent-bg:       #dee7f7;
  --accent-bg-light: #c1d5f4;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c9664;
  --c-cons:          #9f214e;
  --c-pros-label:    #0eb376;
  --c-tip-border:    #10c683;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9664;
}
:root { --logo-bg-opacity: 49%; }
body, button, input { font-family: "Open Sans", sans-serif; }
.sc9nd06f .obttgu { font-size: 0; width: 1.2rem; flex-shrink: 0; }.sc9nd06f .obttgu::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.sc9nd06f .ufaaj0gr     .obttgu::before { content: "";  color: var(--c-tip-border); }.sc9nd06f .vd7tbs .obttgu::before { content: ""; color: var(--c-warn-border); }.sc9nd06f .crq3ts3j    .obttgu::before { content: ""; color: #60a5fa; }.kv06vu8 .sc9nd06f .ufaaj0gr     .obttgu::before { color: #10b981; }.kv06vu8 .sc9nd06f .vd7tbs .obttgu::before { color: #f43f5e; }.kv06vu8 .sc9nd06f .crq3ts3j    .obttgu::before { color: #a855f7; }.dqgfcz  .sc9nd06f .ufaaj0gr     .obttgu::before { color: #eab308; }.dqgfcz  .sc9nd06f .vd7tbs .obttgu::before { color: #ef4444; }.dqgfcz  .sc9nd06f .crq3ts3j    .obttgu::before { color: #f97316; }.jf99rxd6  .sc9nd06f .ufaaj0gr     .obttgu::before { color: #38bdf8; }.jf99rxd6  .sc9nd06f .vd7tbs .obttgu::before { color: #818cf8; }.jf99rxd6  .sc9nd06f .crq3ts3j    .obttgu::before { color: #2dd4bf; }.fbz0 .sc9nd06f .obttgu::before { color: var(--accent-light) !important; }
.jjzj6v5 .zj9y0j li::before, .jjzj6v5 .xystv9 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.jjzj6v5 .zj9y0j li::before { content: ""; }.jjzj6v5 .xystv9 li::before { content: ""; }.jjzj6v5 .uj12vcl::before, .jjzj6v5 .o3t1bw8::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.jjzj6v5 .uj12vcl::before { content: ""; }.jjzj6v5 .o3t1bw8::before { content: ""; }
.on1pu .oanc, .on1pu .kuzym3 { min-height: 640px; }
.e6wetx .php7::after, .e6wetx .n10bg09::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; }
.z07a::before { content: '›'; font-size: 1.1em; }