:root {
  --color-accent: #a85930;
  --color-cta: #790706;
  --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;
}
.r6pe0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.tq9kbl {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.dscoo0 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.enk4 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.mn94mlfa { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.mn94mlfa a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.mn94mlfa a:hover { color: var(--accent-light); }
.kdb7myw3  .g2vou { border-radius: 14px; }
.kdb7myw3 .g2vou li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.kdb7myw3 .g2vou li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.qo0nabd .g2vou li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .g2vou {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .lkfu3:hover .g2vou,
  .lkfu3:focus-within .g2vou { display: block; }
  .g2vou li a { padding: 8px 16px; font-size: 0.88rem; }
}
.aa6vy9qw {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.cu4p { display: none; }
@media (max-width: 640px) {
  .cu4p {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .cu4p.gm9b { display: block; }
}
@media (max-width: 640px) {
  .aa6vy9qw { display: block; }
  .mn94mlfa > li + li::before { display: none !important; }
  .mn94mlfa {
    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;
  }
  .mn94mlfa.gm9b { display: flex; }
  .mn94mlfa li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .mn94mlfa li:last-child a { border-bottom: none; }
}
.d0bq { min-height: 480px; }
.y4g4 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.uy5eg { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.hk2f1ld8 .uy5eg { margin-left: 0; margin-right: 0; }
.b9ixr {
  background: var(--cta); color: var(--cta-fg, #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;
}
.e0uen84 .b9ixr { margin-top: 24px; }
.b9ixr:hover { opacity: 0.88; }
.xwrj .p9y4 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.xwrj .y4g4 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.xwrj .uy5eg { color: #e2e8f0; }
.xwrj.i40hhbk .p9y4 { text-align: center; }
.xwrj.hk2f1ld8   .p9y4 { text-align: left; }
.scmfa {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.scmfa .p9y4 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.scmfa .y4g4 { color: var(--text-primary); text-shadow: none; }
.scmfa .uy5eg { color: var(--text-muted); }
.scmfa .b9ixr { margin-top: 16px; }
.scmfa, .scmfa.d0bq { min-height: auto !important; }
.scmfa.i40hhbk .p9y4 { text-align: center; }
.scmfa.hk2f1ld8   .p9y4 { text-align: left; }
.scmfa~.xzib85{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}
.scmfa~.xzib85 .z0eos7kz{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}
.nh45 .z3pb7ts9,
.nh45 .yza8z {
  position: relative; overflow: hidden;
}
.nh45 .z3pb7ts9::after,
.nh45 .yza8z::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.nh45 .xwrj .y94ano {
  overflow: hidden;
}
.nh45 .xwrj .y94ano::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;
}
.z3pb7ts9 .y4g4 { color: #fff; }
.z3pb7ts9 .uy5eg { color: rgba(255,255,255,0.85); }
.nh45 .wtrjfvew { position: relative; overflow: hidden; }
.nh45 .wtrjfvew::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.wtrjfvew .y4g4 { text-shadow: none; color: var(--text-primary); }
.wtrjfvew .uy5eg { color: var(--text-muted); }
body.usuye2x7 .y4g4 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.zccs .y4g4 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.d0bq.z3pb7ts9 .y4g4,
section.z3pb7ts9 .y4g4 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.wtrjfvew.i40hhbk .db342jg { align-items: center; text-align: center; }
.d0bq .e4hc0bta {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.e4hc0bta .pwpq8m {
  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;
}
.e4hc0bta .pwpq8m::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.e4hc0bta .x098xr8 { display: contents !important; }
.e4hc0bta .x098xr8 .uejomxr8 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.e4hc0bta .x098xr8 .stqcccc { max-height: 48px; max-width: 96px; }
.e4hc0bta .x098xr8 .sy0qf1q {
  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;
}
.e4hc0bta .x9txz1mn {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.e4hc0bta .s9f7xm { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.e4hc0bta .w3ozo { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.e4hc0bta .w3ozo small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.e4hc0bta .ocaps { display: contents !important; }
.e4hc0bta .ocaps .ijro:not(.hgw2) { display: none !important; }
.e4hc0bta .ocaps .hgw2 {
  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;
}
.e4hc0bta .ocaps .hgw2 .f6bb8v {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.e4hc0bta .ocaps .hgw2 .n4g3 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.e4hc0bta .ukq8 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.e4hc0bta .ukq8.s1cvwi {
  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;
}
.e4hc0bta .ukq8.s1cvwi:hover { opacity: 0.85; }
.e4hc0bta .pwpq8m,
.e4hc0bta .pwpq8m:hover,
.e4hc0bta .pwpq8m:nth-child(even),
.e4hc0bta .pwpq8m:nth-child(odd),
.e4hc0bta .pwpq8m:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.k222eo11 .p9y4 { padding-bottom: 24px; }
.e0uen84 .p9y4 { max-width: 1100px; }
@media (max-width: 700px) {
  .wtrjfvew { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .wtrjfvew:not(.s67qs) .lwnw3fwn { display: none !important; }
  .s67qs .lwnw3fwn { padding: 16px; }
  .db342jg  { padding: 36px 24px; }
  .wtrjfvew~.xzib85,.vqpdso~.xzib85{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .d0bq, .wtrjfvew { min-height: 320px !important; }
  .y4g4 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .e8dj,
  .bp6m40xm,
  .xmb1h96 { grid-template-columns: 1fr !important; }

  

  
  .k222eo11 { display: flex !important; flex-direction: column !important; }
  .k222eo11 .p9y4 { display: contents; }
  .k222eo11 .y94ano { order: 0; }
  .k222eo11 .y4g4 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .k222eo11 .e8dj { order: 2; padding: 0 16px 12px !important; }
  .k222eo11 .uy5eg { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .e0uen84 .p9y4 { display: flex; flex-direction: column; }
  .e0uen84 .p9y4 .y4g4 { order: 1; }
  .e0uen84 .p9y4 .xmb1h96 { order: 2; margin: 8px 0 24px !important; }
  .e0uen84 .p9y4 .uy5eg { order: 3; }
  .e0uen84 .p9y4 .b9ixr { order: 4; align-self: center; margin-top: 0; }

  
  .wtrjfvew.s67qs {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .wtrjfvew.s67qs .db342jg { display: contents; padding: 0; }
  .wtrjfvew.s67qs .db342jg .y4g4 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .wtrjfvew.s67qs .lwnw3fwn { order: 2; padding: 12px 16px; }
  .wtrjfvew.s67qs .db342jg .uy5eg { order: 3; padding: 0 24px; margin: 0 auto; }
  .wtrjfvew.s67qs .db342jg .b9ixr { order: 4; align-self: center; margin: 8px 0 32px; }
}
.nab4rd { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.rx6qazjt { width: 100%; height: auto; display: block; border-radius: 10px; }
.ht5a7 .nab4rd        { border-radius: 16px; }
.ht5a7 .rx6qazjt  { border-radius: 16px; }
.f6yx5 .nab4rd         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.f6yx5 .rx6qazjt   { border-radius: 8px; }
.pahay51 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.n1brc2gp { width: 100%; padding: 32px 0; position: relative; }
.jlxxe { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.vyimir6 .n1brc2gp:nth-child(even) { background: var(--bg-surface); }
.vyimir6 .n1brc2gp:nth-child(odd)  { background: var(--bg-page); }
.v7dl4 .n1brc2gp:nth-child(even) { background: var(--bg-card); }
.v7dl4 .n1brc2gp:nth-child(odd)  { background: var(--bg-page); }
.vyimir6 .n1brc2gp:nth-child(odd)  .jlxxe { background: var(--bg-card); border-radius: 6px; }
.vyimir6 .n1brc2gp:nth-child(even) .jlxxe { background: var(--bg-raised); border-radius: 6px; }
.v7dl4 .n1brc2gp:nth-child(odd)  .jlxxe { background: var(--bg-card); border-radius: 6px; }
.v7dl4 .n1brc2gp:nth-child(even) .jlxxe { background: var(--bg-raised); border-radius: 6px; }
.vyimir6 .n1brc2gp:nth-child(even) .r3c51 .k4ii8,
.v7dl4 .n1brc2gp:nth-child(even) .r3c51 .k4ii8 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.vyimir6 .n1brc2gp:nth-child(odd) .r3c51 .k4ii8,
.v7dl4 .n1brc2gp:nth-child(odd) .r3c51 .k4ii8 { background: var(--bg-card-inner); }
.vyimir6 .n1brc2gp:nth-child(even) .al4iylbr .k4ii8:nth-child(odd),
.v7dl4 .n1brc2gp:nth-child(even) .al4iylbr .k4ii8:nth-child(odd)  { background: var(--bg-card); }
.vyimir6 .n1brc2gp:nth-child(even) .al4iylbr .k4ii8:nth-child(even),
.v7dl4 .n1brc2gp:nth-child(even) .al4iylbr .k4ii8:nth-child(even) { background: var(--bg-card-inner); }
h1.qt9l02f { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.qt9l02f {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.o1bqfhke { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ic23lr7d h2.qt9l02f {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.h27vk2q h2.qt9l02f {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.cd7vbo1n h2.qt9l02f {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.yxl4 h2.qt9l02f::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.l3fnim1w h2.qt9l02f {
  color: var(--text-primary); font-size: 1.7rem;
}
.zjpv5ksx h2.qt9l02f::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ve77 h2.qt9l02f {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .jmy1 { display: none; } }
.gii8zkg1 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.sf5xk { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.wzoezh {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.bzmdqnd { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.f2omw { padding-left: 20px; }
.f2omw li { margin-bottom: 6px; }
.f2omw a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.f2omw a:hover { color: var(--accent-light); }
.v1t4rih .bzmdqnd { display: none; }
.bzm1fmz .bzmdqnd { display: none; }
.bzm1fmz .f2omw { padding-left: 0; list-style: none; }
.bzm1fmz .f2omw li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.bzm1fmz .f2omw a { font-size: 0.92rem; }
.jx5h8ua .wzoezh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jx5h8ua .bzmdqnd { display: none; }
.jx5h8ua .f2omw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jx5h8ua .f2omw li { margin-bottom: 0; }
.jx5h8ua .f2omw 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;
}
.jx5h8ua .f2omw a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.jbd76 .wzoezh { padding: 20px 20px 16px; }
.jbd76 .f2omw {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.jbd76 .f2omw li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.jbd76 .f2omw 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;
}
.jbd76 .f2omw 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;
}
.jbd76 .f2omw a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.jbd76 .f2omw a:focus,
.jbd76 .f2omw a:focus-visible,
.jbd76 .f2omw a:target { outline: none; }
.jbd76 .f2omw li:target a { border-color: var(--border); color: var(--text-muted); }
.igybenh .wzoezh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.igybenh .bzmdqnd { display: none; }
.igybenh .f2omw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.igybenh .f2omw li { counter-increment: toc-n; margin-bottom: 0; }
.igybenh .f2omw a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.igybenh .f2omw a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.igybenh .f2omw a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.wmwpe .wzoezh { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.wmwpe .bzmdqnd { display: none; }
.wmwpe .f2omw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.wmwpe .f2omw li { margin-bottom: 0; }
.wmwpe .f2omw a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.wmwpe .f2omw a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.nbpz7xe .wzoezh { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.nbpz7xe .bzmdqnd { display: none; }
.nbpz7xe .f2omw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.nbpz7xe .f2omw li { margin-bottom: 0; }
.nbpz7xe .f2omw li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.nbpz7xe .f2omw li:last-child::after { content: ""; margin-right: 0; }
.nbpz7xe .f2omw a { font-size: 0.9rem; }
.k4ii8 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.r3c51 .k4ii8 { background: var(--bg-card); }
.al4iylbr .k4ii8:nth-child(odd)  { background: var(--bg-card); }
.al4iylbr .k4ii8:nth-child(even) { background: var(--bg-raised); }
.m549b1v9 .k4ii8 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.m549b1v9 .k4ii8:last-child { border-bottom: none; }
.m549b1v9 h3.o1bqfhke { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.wbfvzv6 .k4ii8 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.wbfvzv6 .k4ii8 + .k4ii8 { margin-top: 4px; }
.lp1ndc .k4ii8 { background: none; border-radius: 0; padding: 12px 0; }
.lp1ndc .k4ii8 + .k4ii8 { border-top: 1px solid var(--border-section); }
.jb869 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.mvbuxgc { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.gswooth { color: var(--text-body); margin-bottom: 10px; }
.m4fj, .uebos { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.m4fj li, .uebos li { margin-bottom: 6px; }
.uebos li { list-style: decimal; }
.faghcdi     .m4fj { list-style-type: "● "; }
.h5jpk  .m4fj { list-style-type: "■ "; }
.f53n9j .m4fj { list-style-type: "◆ "; }
.grzs    .m4fj { list-style-type: "★ "; }
.faghcdi     .i17xswl { list-style-type: "● "; }
.h5jpk  .i17xswl { list-style-type: "■ "; }
.f53n9j .i17xswl { list-style-type: "◆ "; }
.grzs    .i17xswl { list-style-type: "★ "; }
.faghcdi    .m4fj li::marker, .faghcdi    .i17xswl li::marker,
.h5jpk .m4fj li::marker, .h5jpk .i17xswl li::marker,
.f53n9j .m4fj li::marker, .f53n9j .i17xswl li::marker,
.grzs   .m4fj li::marker, .grzs   .i17xswl li::marker {
  color: var(--cta); font-size: 1em;
}
.faghcdi .uebos,
.h5jpk .uebos,
.f53n9j .uebos,
.grzs .uebos {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.faghcdi .uebos li,
.h5jpk .uebos li,
.f53n9j .uebos li,
.grzs .uebos li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.faghcdi .uebos li::before,
.h5jpk .uebos li::before,
.f53n9j .uebos li::before,
.grzs .uebos 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;
}
.faghcdi     .uebos li::before { border-radius: 50%; }
.h5jpk  .uebos li::before { border-radius: 3px; }
.f53n9j .uebos li::before { border-radius: 3px; }
.grzs    .uebos li::before { border-radius: 50%; }
.vukp { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.gr77o7k .vukp,
.pi9bid92 .vukp { background: transparent; border: none; border-radius: 0; }
.mgya9f { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.mgya9f th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.mgya9f td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.mgya9f tr:hover td { background: var(--bg-hover); }
.kb8kf .mgya9f tbody tr:nth-child(even) td { background: var(--bg-surface); }
.t7ei .mgya9f { border: 1px solid var(--border-alt); }
.t7ei .mgya9f th,
.t7ei .mgya9f td { border: 1px solid var(--border-alt); }
.c0pzcn6c .mgya9f th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.c0pzcn6c .mgya9f td { border-bottom: none; }
.c0pzcn6c .mgya9f tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.rh8sgq2 .mgya9f th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.i4qeox .vukp {
  overflow: hidden;
}
.i4qeox .mgya9f th { border-bottom: 1px solid var(--border-alt); }
.i4qeox .mgya9f tr:last-child td { border-bottom: none; }
.kay7i { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.vvep { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.p5yvzvxy { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.jbkx { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.xx8qwa1c { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.i17xswl { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.i17xswl 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%}
.nw2r .jbkx { background: transparent; text-align: center; }
.aqasq .p5yvzvxy {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.ykzpj .p5yvzvxy {
  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);
}
.zbdr9k .vvep { display: grid; grid-template-columns: auto 1fr; }
.zbdr9k .p5yvzvxy {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.zbdr9k .jbkx { grid-column: 2; }
.zbdr9k .xx8qwa1c,
.zbdr9k .i17xswl { grid-column: 1 / -1; }
.ntzgix .vvep { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ntzgix .p5yvzvxy {
  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);
}
.ntzgix .jbkx { grid-column: 2; }
.ntzgix .xx8qwa1c,
.ntzgix .i17xswl { grid-column: 1 / -1; }
.uw2qa3 .vvep { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.uw2qa3 .jbkx { background: none; color: var(--accent-light); font-weight: 700; }
.y6fkl .vvep { 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); }
.y6fkl .jbkx { background: none; color: var(--accent-light); font-weight: 700; }
.x2k4jpcc .vvep { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.x2k4jpcc .vvep:last-child { border-bottom: none; }
.x2k4jpcc .jbkx { background: none; color: var(--accent-light); font-weight: 700; }
.aqqbt .vvep { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.aqqbt .jbkx { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.c31tm7d9 .kay7i { counter-reset: card-n; }
.c31tm7d9 .vvep  { counter-increment: card-n; }
.c31tm7d9 .jbkx { display: flex; align-items: center; gap: 10px; }
.c31tm7d9 .jbkx::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;
}
.ixonid .vvep { background: var(--bg-surface); border: 1px solid var(--border); }
.ixonid .jbkx { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.dwch { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.dwch         { --cl-hue: var(--accent); }
.ducjl0j     { --cl-hue: #16a34a; }
.tg3d { --cl-hue: #ea580c; }
.ii09    { --cl-hue: #2563eb; }
.ducjl0j, .tg3d, .ii09, .tz8ke {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.sak1oxx { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.sak1oxx::before { color: var(--cl-hue); }
.dwch strong { color: var(--text-primary); font-size: 0.95rem; }
.dwch p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.nm67 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.yziws, .h5i6yo7 { border-radius: 8px; padding: 14px; }
.yziws { background: var(--bg-pros); }
.h5i6yo7 { background: var(--bg-cons); }
.buv2z { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.yziws .buv2z { color: var(--c-pros-label); }
.h5i6yo7 .buv2z { color: #f87171; }
.yziws ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.h5i6yo7 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.rx6qazjt { width: 100%; height: auto; border-radius: 10px; display: block; }
.s1cvwi {
  background: var(--cta); color: var(--cta-fg, #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;
}
.s1cvwi:hover { opacity: 0.85; }
.bjznn6d .s1cvwi  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.bjznn6d .s1cvwi:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.m8npb .s1cvwi  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.m8npb .s1cvwi:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.bjznn6d .ukq8.s1cvwi, .m8npb .ukq8.s1cvwi,
.bjznn6d .egzz .s1cvwi, .m8npb .egzz .s1cvwi {
  background: var(--cta); border: none; color: #fff;
}
.bjznn6d .ukq8.s1cvwi:hover, .m8npb .ukq8.s1cvwi:hover,
.bjznn6d .egzz .s1cvwi:hover, .m8npb .egzz .s1cvwi:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.jakj7y .b9ixr { border-radius: 50px; }
.jakj7y .s1cvwi  { border-radius: 50px; }
.sfs20cg .b9ixr,
.sfs20cg .s1cvwi { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.sfs20cg .b9ixr:hover,
.sfs20cg .s1cvwi:hover { filter: brightness(1.08); opacity: 1; }
.pr7xipcm .b9ixr,
.pr7xipcm .s1cvwi { box-shadow: 0 3px 14px -2px var(--cta); }
.pr7xipcm .b9ixr:hover,
.pr7xipcm .s1cvwi:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.j6rth .b9ixr,
.j6rth .s1cvwi { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.j6rth .b9ixr:hover,
.j6rth .s1cvwi:hover { opacity: 1; }
.j6rth .b9ixr:active,
.j6rth .s1cvwi:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.iv4z5 .b9ixr,
.iv4z5 .s1cvwi { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.iv4z5 .b9ixr:hover,
.iv4z5 .s1cvwi:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.iv4z5 .b9ixr:active,
.iv4z5 .s1cvwi:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.yg6e .b9ixr,
.yg6e .s1cvwi { position: relative; overflow: hidden; }
.yg6e .b9ixr::before,
.yg6e .s1cvwi::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.yg6e .b9ixr:hover::before,
.yg6e .s1cvwi:hover::before { left: 135%; }
.dv8d .b9ixr,
.dv8d .s1cvwi { border-radius: 0; }
.wq6zvi9f .b9ixr { padding-left: 22px; padding-right: 22px; }
.wq6zvi9f .s1cvwi  { padding-left: 12px; padding-right: 12px; }
.mvxs62 .b9ixr { padding-left: 44px; padding-right: 44px; }
.mvxs62 .s1cvwi  { padding-left: 24px; padding-right: 24px; }
.ott1j7k6 .b9ixr { padding-left: 56px; padding-right: 56px; }
.ott1j7k6 .s1cvwi  { padding-left: 32px; padding-right: 32px; }
.x168f   .b9ixr::after, .x168f   .s1cvwi::after,
.yqt3q .b9ixr::after, .yqt3q .s1cvwi::after,
.jxb8yyaq    .b9ixr::after, .jxb8yyaq    .s1cvwi::after,
.q53gsw    .b9ixr::after, .q53gsw    .s1cvwi::after,
.ghdll6l    .b9ixr::after, .ghdll6l    .s1cvwi::after,
.qbki     .b9ixr::after, .qbki     .s1cvwi::after,
.scau    .b9ixr::after, .scau    .s1cvwi::after,
.nhvs   .b9ixr::after, .nhvs   .s1cvwi::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;
}
.x168f .b9ixr::after, .x168f .s1cvwi::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");
}
.yqt3q .b9ixr::after, .yqt3q .s1cvwi::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");
}
.jxb8yyaq .b9ixr::after, .jxb8yyaq .s1cvwi::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");
}
.q53gsw .b9ixr::after, .q53gsw .s1cvwi::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");
}
.ghdll6l .b9ixr::after, .ghdll6l .s1cvwi::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");
}
.qbki .b9ixr::after, .qbki .s1cvwi::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");
}
.scau .b9ixr::after, .scau .s1cvwi::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");
}
.nhvs .b9ixr::after, .nhvs .s1cvwi::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");
}
.thge   .d47fa::after, .thge   .mleoi8::after,
.zukenwas .d47fa::after, .zukenwas .mleoi8::after,
.pk1iv2    .d47fa::after, .pk1iv2    .mleoi8::after,
.j1f5    .d47fa::after, .j1f5    .mleoi8::after,
.gtjbd8    .d47fa::after, .gtjbd8    .mleoi8::after,
.zk5m2r     .d47fa::after, .zk5m2r     .mleoi8::after,
.zu6d    .d47fa::after, .zu6d    .mleoi8::after,
.otgnwk   .d47fa::after, .otgnwk   .mleoi8::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;
}
.thge .d47fa::after, .thge .mleoi8::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");
}
.zukenwas .d47fa::after, .zukenwas .mleoi8::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");
}
.pk1iv2 .d47fa::after, .pk1iv2 .mleoi8::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");
}
.j1f5 .d47fa::after, .j1f5 .mleoi8::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");
}
.gtjbd8 .d47fa::after, .gtjbd8 .mleoi8::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");
}
.zk5m2r .d47fa::after, .zk5m2r .mleoi8::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");
}
.zu6d .d47fa::after, .zu6d .mleoi8::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");
}
.otgnwk .d47fa::after, .otgnwk .mleoi8::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");
}
.wfehs1 {
  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;
}
.pwpq8m {
  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;
}
.pwpq8m > * { min-width: 0; }
.pwpq8m:hover { background: var(--bg-hover); }
.pwpq8m > [itemprop="item"] { display: contents; }
.pwpq8m [itemprop="itemReviewed"],
.pwpq8m [itemprop="reviewRating"] { display: none; }
.pwpq8m::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;
}
.x098xr8 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.uejomxr8 {
  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;
}
.stqcccc { max-height: 52px; max-width: 110px; object-fit: contain; }
.sy0qf1q {
  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;
}
.jlbijw .uejomxr8    { background: #1a1a1a; }
.ffc33h .uejomxr8   { background: rgba(128,128,128,.12); }
.r0oz6q5 .uejomxr8 { background: var(--bg-raised); }
.nzdywt .uejomxr8    { background: transparent; padding: 0; }
.x9txz1mn {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.s9f7xm { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.w3ozo { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.ocaps {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.ijro {
  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;
}
.f6bb8v {
  
  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%;
}
.n4g3 {
  
  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;
}
.ukq8 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ukq8.s1cvwi {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .pwpq8m {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .pwpq8m::before    { grid-area: rank;   }
  .x098xr8           { grid-area: ident;  }
  .x9txz1mn     { grid-area: rating; min-width: 0; width: auto; }
  .ocaps           { grid-area: pills;  }
  .ukq8             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .pwpq8m {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .pwpq8m::before    { justify-self: center; }
  .x098xr8           { width: 100%; }
  .x9txz1mn     { justify-self: center; }
  .ocaps           { grid-template-columns: 1fr; }
}
.h4hb1q2 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.mcpag77 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.lb18n {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.lb18n img { max-width: 80px; max-height: 50px; object-fit: contain; }
.pqfwjwq { flex: 1; }
.pqfwjwq h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.bexwh { color: var(--c-stars); font-size: 1.1rem; }
.qkje08yl { margin-bottom: 8px; }
.agf30h4a {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.agf30h4a > span { color: var(--accent); font-weight: 700; }
.zjfw em, .i8dmlt7c em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .agf30h4a { padding: 10px 16px; gap: 6px 16px; } }
.egzz { flex-shrink: 0; align-self: flex-start; }
.egzz .s1cvwi { white-space: nowrap; }
@media (max-width: 560px) {
  .mcpag77 { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .lb18n { order: 1; }
  .egzz { order: 2; margin-left: auto; align-self: center; }
  .pqfwjwq { order: 3; flex: 1 1 100%; min-width: 0; }
}
.l9ae7le9 img.desnc { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.gr77o7k { padding: 20px 24px; }
.lpv5 { color: var(--text-muted); margin-bottom: 16px; }
.y7bbq { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.mwmr6t5, .cqids0 { list-style: none; font-size: 0.9rem; }
.mwmr6t5 li { color: var(--c-pros); margin-bottom: 4px; }
.cqids0 li { color: var(--c-cons); margin-bottom: 4px; }
.mwmr6t5 li::before { content: "✓"; margin-right: 5px; }
.cqids0 li::before { content: "✗"; margin-right: 5px; }
.l5o889 .mwmr6t5 li::before { content: "→"; }
.l5o889 .cqids0 li::before { content: "–"; }
.reem  .mwmr6t5 li::before { content: "★"; }
.reem  .cqids0 li::before { content: "✕"; }
.z48ogbsd    .mwmr6t5 li::before { content: "◆"; }
.z48ogbsd    .cqids0 li::before { content: "▲"; }
.jjkzxk3z  .mwmr6t5 li::before { content: "▶"; }
.jjkzxk3z  .cqids0 li::before { content: "■"; }
.uh8mjbgk { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.t52n { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.rae14 { background: var(--bg-pros); color: var(--c-tag-pay); }
.awdz { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.sczs .awdz { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.xt78cq .awdz { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .lajssew .e2hdqp9 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .lajssew .h4hb1q2 { margin: 0; }
}
.kktu .mcpag77 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.kktu .pqfwjwq h3 { color: var(--accent-light); }
.kktu .lb18n { background: var(--bg-page); border: 1px solid var(--border); }
.dh18 .h4hb1q2 { border-top: 4px solid var(--accent); }
.dh18 .mcpag77 { background: var(--bg-card); }
.cmz5jfdg .h4hb1q2 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.cmz5jfdg .mcpag77 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.cmz5jfdg .gr77o7k { padding: 14px 16px; }
.cmz5jfdg .lb18n { border-radius: 4px; }
.cmz5jfdg .awdz { border-radius: 0; }
.n0ey418 .mcpag77 { padding: 0; gap: 0; overflow: hidden; }
.n0ey418 .lb18n { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.n0ey418 .pqfwjwq { padding: 16px 20px; }
.n0ey418 .egzz { padding: 16px 20px; align-self: center; }
.g3a4hvg .bexwh { font-size: .95rem; }
.pi9bid92 .nm67 { gap: 10px; }
.pi9bid92 .yziws, .pi9bid92 .h5i6yo7 { padding: 12px; }
.pi9bid92 .yziws ul, .pi9bid92 .h5i6yo7 ul { margin: 4px 0 0; padding-left: 18px; }
.pi9bid92 .yziws li, .pi9bid92 .h5i6yo7 li { font-size: .85rem; margin-bottom: 3px; }
.ck713s .t52n { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .gtspv6s { grid-template-columns: 1fr; }
  .ku3eltgh { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ku3eltgh .cn82d { width: 72px; height: 50px; }
  .ku3eltgh .yidb { max-width: 180px; }
  .ku3eltgh .l7fnf { width: auto; }
}
.bf9k .g3a4hvg .bexwh { filter: brightness(1.2); }
@media (max-width: 720px) {
  .bf9k { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .c8ecq { padding: 16px; }
  .ap0poj .mkcdh { min-width: 50%; }
}
.wy42w91c .nm67 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .jdnuj { grid-template-columns: 1fr; }
  .rcbdo { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .tf78ow3g { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .zrx1 { flex-wrap: wrap; padding: 16px; }
}
.adyiy .nm67 { gap: 8px; }
.adyiy .yziws, .adyiy .h5i6yo7 { padding: 8px; }
@media (max-width: 480px) {
  .bmq9y { flex-direction: column; align-items: stretch; }
}
.ijxoq0 .l7fnf .s1cvwi { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .e8suzk { flex-direction: column; align-items: stretch; gap: 10px; }
  .ijxoq0 .l7fnf { text-align: center; }
}
@media (max-width: 720px) {
  .xzor { grid-template-columns: 1fr; }
  .qnysu { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .avuarmu4 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.df69 .gpi5vado { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.r3jlmsd .bexwh { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .npgl6 { grid-template-columns: 1fr; }
  .r3jlmsd { width: 100px; height: 100px; margin: 16px auto; }
  .df69 { font-size: 1.4rem; }
  .gpu8sja { justify-content: center; }
  .l5137nxz .mkcdh { min-width: 50%; }
}
.ue4rxk .nm67 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .jp2m39 { flex-wrap: wrap; padding: 14px 16px; }
  .edua38z7 { padding: 12px 16px; }
  .ue4rxk .nm67 { margin: 0 16px; }
  .ue4rxk .ck713s { padding: 0 16px; }
  .s2hd { padding: 12px 16px; }
}
.z9t0qz9g .pwpq8m {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.z9t0qz9g .pwpq8m:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.q5ak .wfehs1 { gap: 18px; }
.q5ak .pwpq8m {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.q5ak .pwpq8m:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.furj5pb .wfehs1 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.furj5pb .pwpq8m {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.furj5pb .pwpq8m:last-child { border-bottom: none; }
.furj5pb .x098xr8,
.furj5pb .x9txz1mn,
.furj5pb .ocaps {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.eocl4jvl .wfehs1 { gap: 0; }
.eocl4jvl .pwpq8m {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.eocl4jvl .pwpq8m:last-child { border-bottom: none; }
.eocl4jvl .pwpq8m:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.eocl4jvl .pwpq8m:nth-child(even):hover { background: var(--bg-hover); }
.l5ayi84 .pwpq8m {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.hdp87 .ocaps .ijro {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.hdp87 .ocaps .ijro:first-child { border-left: none; }
.xhka .ocaps .ijro {
  background: transparent; padding: 4px 8px;
}
.xhka .ocaps .f6bb8v { font-size: .65rem; opacity: .65; }
.xhka .ocaps .n4g3   { font-size: 1.15rem; color: var(--accent-light); }
.tmvmd .ocaps .ijro {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.w3ozo { display: none; }
.a6sl5k5f .s9f7xm { font-size: 1rem; letter-spacing: 2px; }
.qnr6q00 .s9f7xm {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.vfnzt0 .s9f7xm,
.cc50sb .s9f7xm,
.wssp4 .s9f7xm { display: none; }
.vfnzt0 .w3ozo,
.cc50sb .w3ozo,
.wssp4 .w3ozo { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.vfnzt0 .w3ozo { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.vfnzt0 .w3ozo small { display: none; }
.cc50sb .w3ozo {
  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;
}
.cc50sb .w3ozo small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.wssp4 .w3ozo {
  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;
}
.wssp4 .w3ozo small { display: none; }
.vfnzt0 .qkje08yl .bexwh,
.cc50sb .qkje08yl .bexwh,
.wssp4 .qkje08yl .bexwh { display: none; }
.vfnzt0 .qkje08yl strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.vfnzt0 .gpi5vado { display: none; }
.cc50sb .qkje08yl strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.cc50sb .ogt6mujt,
.cc50sb .gpi5vado { font-size: 1em; }
.wssp4 .qkje08yl strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.wssp4 .gpi5vado { display: none; }
.rjdz07 { margin: 16px 0; }
.h7b1qebn { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.h7b1qebn summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.h7b1qebn summary::after { content: "+"; color: var(--accent-light); }
.h7b1qebn[open] summary::after { content: "−"; }
.h7b1qebn p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.n1brc2gp { margin-bottom: 0; }
.l1152gh h2.qt9l02f { color: var(--text-primary); border-color: var(--accent-light); }
.fkvt h2.qt9l02f { color: var(--text-primary); border-color: var(--accent-light); }
.pju227 .ducjl0j     { background: #052e16; border-color: #10b981; }
.pju227 .tg3d { background: #2d0a1e; border-color: #f43f5e; }
.pju227 .ii09    { background: #1e1036; border-color: #a855f7; }
.pju227 .dwch strong  { color: #f1f5f9; }
.pju227 .dwch p       { color: #cbd5e1; }
.pju227 .mxo5c    .ducjl0j     .sak1oxx::before,
.pju227 .t73oew  .ducjl0j     .sak1oxx::before,
.pju227 .jve0z499  .ducjl0j     .sak1oxx::before,
.pju227 .nlxuujbl .ducjl0j     .sak1oxx::before { color: #10b981; }
.pju227 .mxo5c    .tg3d .sak1oxx::before,
.pju227 .t73oew  .tg3d .sak1oxx::before,
.pju227 .jve0z499  .tg3d .sak1oxx::before,
.pju227 .nlxuujbl .tg3d .sak1oxx::before { color: #f43f5e; }
.pju227 .mxo5c    .ii09    .sak1oxx::before,
.pju227 .t73oew  .ii09    .sak1oxx::before,
.pju227 .jve0z499  .ii09    .sak1oxx::before,
.pju227 .nlxuujbl .ii09    .sak1oxx::before { color: #a855f7; }
.m7jeyv .ducjl0j     { background: #2d2000; border-color: #eab308; }
.m7jeyv .tg3d { background: #2d0b0b; border-color: #ef4444; }
.m7jeyv .ii09    { background: #2d1600; border-color: #f97316; }
.m7jeyv .dwch strong  { color: #f1f5f9; }
.m7jeyv .dwch p       { color: #cbd5e1; }
.m7jeyv .mxo5c    .ducjl0j     .sak1oxx::before,
.m7jeyv .t73oew  .ducjl0j     .sak1oxx::before,
.m7jeyv .jve0z499  .ducjl0j     .sak1oxx::before,
.m7jeyv .nlxuujbl .ducjl0j     .sak1oxx::before { color: #eab308; }
.m7jeyv .mxo5c    .tg3d .sak1oxx::before,
.m7jeyv .t73oew  .tg3d .sak1oxx::before,
.m7jeyv .jve0z499  .tg3d .sak1oxx::before,
.m7jeyv .nlxuujbl .tg3d .sak1oxx::before { color: #ef4444; }
.m7jeyv .mxo5c    .ii09    .sak1oxx::before,
.m7jeyv .t73oew  .ii09    .sak1oxx::before,
.m7jeyv .jve0z499  .ii09    .sak1oxx::before,
.m7jeyv .nlxuujbl .ii09    .sak1oxx::before { color: #f97316; }
.csenefa .ducjl0j     { background: #0c1a2e; border-color: #38bdf8; }
.csenefa .tg3d { background: #12103a; border-color: #818cf8; }
.csenefa .ii09    { background: #0a2020; border-color: #2dd4bf; }
.csenefa .dwch strong  { color: #f1f5f9; }
.csenefa .dwch p       { color: #cbd5e1; }
.csenefa .mxo5c    .ducjl0j     .sak1oxx::before,
.csenefa .t73oew  .ducjl0j     .sak1oxx::before,
.csenefa .jve0z499  .ducjl0j     .sak1oxx::before,
.csenefa .nlxuujbl .ducjl0j     .sak1oxx::before { color: #38bdf8; }
.csenefa .mxo5c    .tg3d .sak1oxx::before,
.csenefa .t73oew  .tg3d .sak1oxx::before,
.csenefa .jve0z499  .tg3d .sak1oxx::before,
.csenefa .nlxuujbl .tg3d .sak1oxx::before { color: #818cf8; }
.csenefa .mxo5c    .ii09    .sak1oxx::before,
.csenefa .t73oew  .ii09    .sak1oxx::before,
.csenefa .jve0z499  .ii09    .sak1oxx::before,
.csenefa .nlxuujbl .ii09    .sak1oxx::before { color: #2dd4bf; }
.a3sj::before,
.ub99xxlm::before { margin-right: 5px; }
.pnls .yziws ul li,
.pnls .mwmr6t5 li         { color: #4ade80; }
.pnls .yziws .a3sj { color: #22c55e; }
.pnls .h5i6yo7 ul li,
.pnls .cqids0 li         { color: #f87171; }
.pnls .h5i6yo7 .ub99xxlm { color: #ef4444; }
.wrtjd7z .yziws { background: var(--bg-pros); }
.wrtjd7z .h5i6yo7 { background: var(--bg-cons); }
.wrtjd7z .yziws .a3sj { color: var(--c-pros-label); }
.wrtjd7z .h5i6yo7 .ub99xxlm { color: var(--c-cons); }
.wrtjd7z .yziws ul li,
.wrtjd7z .mwmr6t5 li            { color: var(--c-pros); }
.wrtjd7z .h5i6yo7 ul li,
.wrtjd7z .cqids0 li            { color: var(--c-cons); }
.r6r3 .yziws { background: var(--bg-pros); }
.r6r3 .h5i6yo7 { background: var(--bg-cons); }
.r6r3 .yziws .a3sj { color: var(--c-pros-label); }
.r6r3 .h5i6yo7 .ub99xxlm { color: var(--c-cons); }
.r6r3 .yziws ul li,
.r6r3 .mwmr6t5 li          { color: var(--c-pros); }
.r6r3 .h5i6yo7 ul li,
.r6r3 .cqids0 li          { color: var(--c-cons); }
.kuei0 .a3sj::before { content: "✓ "; }
.kuei0 .ub99xxlm::before { content: "✗ "; }
.l5o889 .a3sj::before { content: "→ "; }
.l5o889 .ub99xxlm::before { content: "← "; }
.reem .a3sj::before { content: "★ "; }
.reem .ub99xxlm::before { content: "✕ "; }
.z48ogbsd .a3sj::before { content: "◆ "; }
.z48ogbsd .ub99xxlm::before { content: "▲ "; }
.xt78cq .dwch { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.xt78cq .dwch strong { color: var(--text-primary); }
.xt78cq .dwch p      { color: var(--text-muted); }
.sczs .dwch { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.pqh4kxp .dwch {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.pqh4kxp .dwch strong,
.pqh4kxp .dwch p { color: #fff; }
.pqh4kxp .sak1oxx::before { color: rgba(255,255,255,0.9) !important; }
.kdk8452 .dwch {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.kdk8452 .dwch strong { color: var(--text-primary); }
.kdk8452 .dwch p      { color: var(--text-muted); }
.yn5x .dwch { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.mxo5c .sak1oxx,
.t73oew .sak1oxx,
.jve0z499 .sak1oxx,
.nlxuujbl .sak1oxx { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.mxo5c .sak1oxx::before,
.t73oew .sak1oxx::before,
.jve0z499 .sak1oxx::before,
.nlxuujbl .sak1oxx::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.mxo5c .ducjl0j     .sak1oxx::before { content: "✦"; color: var(--c-tip-border); }
.mxo5c .tg3d .sak1oxx::before { content: "▲"; color: var(--c-warn-border); }
.mxo5c .ii09    .sak1oxx::before { content: "◉"; color: #60a5fa; }
.t73oew .ducjl0j     .sak1oxx::before { content: "★"; color: var(--c-tip-border); }
.t73oew .tg3d .sak1oxx::before { content: "◆"; color: var(--c-warn-border); }
.t73oew .ii09    .sak1oxx::before { content: "●"; color: #60a5fa; }
.jve0z499 .ducjl0j     .sak1oxx::before { content: "▶"; color: var(--c-tip-border); }
.jve0z499 .tg3d .sak1oxx::before { content: "■"; color: var(--c-warn-border); }
.jve0z499 .ii09    .sak1oxx::before { content: "▸"; color: #60a5fa; }
.nlxuujbl .ducjl0j     .sak1oxx::before { content: "→"; color: var(--c-tip-border); }
.nlxuujbl .tg3d .sak1oxx::before { content: "⬥"; color: var(--c-warn-border); }
.nlxuujbl .ii09    .sak1oxx::before { content: "◈"; color: #60a5fa; }
.y80g8 .r3c51 .k4ii8,
.y80g8 .al4iylbr .k4ii8  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.y80g8 .vvep                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.y80g8 .pwpq8m                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.y80g8 .h4hb1q2            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.y80g8 .vukp          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.y80g8 .wzoezh                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.enzp0xqj .r3c51 .k4ii8,
.enzp0xqj .al4iylbr .k4ii8,
.enzp0xqj .vvep,
.enzp0xqj .pwpq8m,
.enzp0xqj .h4hb1q2,
.enzp0xqj .vukp,
.enzp0xqj .wzoezh,
.enzp0xqj .yn5x .dwch { box-shadow: none; }
.avyr3   .gswooth, .avyr3 .jb869, .avyr3 .mvbuxgc,
.avyr3   .gii8zkg1, .avyr3 .sf5xk { font-size: 0.9rem; }
.avyr3   .m4fj, .avyr3 .uebos { font-size: 0.9rem; }
.g480   .gswooth, .g480 .jb869, .g480 .mvbuxgc,
.g480   .gii8zkg1, .g480 .sf5xk { font-size: 0.95rem; }
.g480   .m4fj, .g480 .uebos { font-size: 0.95rem; }
.zct84x2d   .gswooth, .zct84x2d .jb869, .zct84x2d .mvbuxgc,
.zct84x2d   .gii8zkg1, .zct84x2d .sf5xk { font-size: 1.08rem; }
.zct84x2d   .m4fj, .zct84x2d .uebos { font-size: 1.05rem; }
.zct84x2d   .mgya9f { font-size: 0.97rem; }
.n0493kx .y4g4      { font-size: 3.2rem; }
.n0493kx h2.qt9l02f { font-size: 1.9rem; }
.n0493kx h3.o1bqfhke     { font-size: 1.4rem; }
.b6ooti .y4g4      { font-size: 3.8rem; }
.b6ooti h2.qt9l02f { font-size: 2.2rem; }
.b6ooti h3.o1bqfhke     { font-size: 1.6rem; }
.n1brc2gp + .n1brc2gp { position: relative; }
.nj8d6d   .n1brc2gp + .n1brc2gp::before,
.h2d3b  .n1brc2gp + .n1brc2gp::before,
.vxk9uq69   .n1brc2gp + .n1brc2gp::before,
.trx7sq   .n1brc2gp + .n1brc2gp::before,
.g32lj1zx   .n1brc2gp + .n1brc2gp::before,
.ael72y7 .n1brc2gp + .n1brc2gp::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.nj8d6d .n1brc2gp + .n1brc2gp::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.h2d3b .n1brc2gp + .n1brc2gp::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.vxk9uq69 .n1brc2gp + .n1brc2gp::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;
}
.trx7sq .n1brc2gp + .n1brc2gp::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ur7v .n1brc2gp { margin-bottom: 16px; }
.ur7v .n1brc2gp + .n1brc2gp { margin-top: 0; }
.ur7v .jlxxe { padding-top: 0; padding-bottom: 0; }
.g32lj1zx .n1brc2gp + .n1brc2gp::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ael72y7 .n1brc2gp + .n1brc2gp::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ypvzk .n1brc2gp + .n1brc2gp::before,
.j2b2zm2y .n1brc2gp + .n1brc2gp::before,
.iemyo .n1brc2gp + .n1brc2gp::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%;
}
.vyimir6 .ypvzk .n1brc2gp:nth-child(even)::before,
.vyimir6 .j2b2zm2y .n1brc2gp:nth-child(even)::before,
.vyimir6 .iemyo .n1brc2gp:nth-child(even)::before { background: var(--bg-surface); }
.v7dl4 .ypvzk .n1brc2gp:nth-child(even)::before,
.v7dl4 .j2b2zm2y .n1brc2gp:nth-child(even)::before,
.v7dl4 .iemyo .n1brc2gp:nth-child(even)::before { background: var(--bg-card); }
.ypvzk .n1brc2gp + .n1brc2gp::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");
}
.j2b2zm2y .n1brc2gp + .n1brc2gp::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");
}
.iemyo .n1brc2gp + .n1brc2gp::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");
}
.la7d .xwrj { overflow: hidden; }
.manz .p9y4,
.xgv0w .p9y4 { margin-bottom: 60px; }
.la7d .p9y4 { margin-bottom: 70px; }
.la7d .db342jg { padding-bottom: 70px; }
.la7d .xwrj::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%;
}
.la7d .xwrj::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");
}
.o5bbu .z3pb7ts9 { background: var(--accent); }
.o5bbu .z3pb7ts9 .y94ano { background: none; }
.o5bbu .yza8z { background: var(--accent); }
.o5bbu .wtrjfvew { background: var(--accent-bg); }
.o5bbu .xwrj:not(.z3pb7ts9) .y94ano { background: rgba(0,0,0,0.6); }
.wexqwc .nab4rd { float: left; width: 38%; margin: 0 28px 16px 0; }
.wexqwc .nab4rd .rx6qazjt { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wexqwc .jlxxe::after { content: ''; display: block; clear: both; }
.ioqwa8k .nab4rd { float: right; width: 38%; margin: 0 0 16px 28px; }
.ioqwa8k .nab4rd .rx6qazjt { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ioqwa8k .jlxxe::after { content: ''; display: block; clear: both; }
.oynd7s7l .n1brc2gp:nth-child(odd)  .nab4rd { float: left;  width: 38%; margin: 0 28px 16px 0; }
.oynd7s7l .n1brc2gp:nth-child(even) .nab4rd { float: right; width: 38%; margin: 0 0 16px 28px; }
.oynd7s7l .nab4rd .rx6qazjt { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.oynd7s7l .jlxxe::after { content: ''; display: block; clear: both; }
.wexqwc .kay7i,
.wexqwc .wfehs1,
.ioqwa8k .kay7i,
.ioqwa8k .wfehs1,
.oynd7s7l .kay7i,
.oynd7s7l .wfehs1 { clear: both; }
@media (max-width: 900px) {
  .wexqwc .nab4rd,
  .ioqwa8k .nab4rd,
  .oynd7s7l .n1brc2gp:nth-child(odd)  .nab4rd,
  .oynd7s7l .n1brc2gp:nth-child(even) .nab4rd {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .wexqwc .nab4rd .rx6qazjt,
  .ioqwa8k .nab4rd .rx6qazjt,
  .oynd7s7l .nab4rd .rx6qazjt {
    max-height: none !important;
  }
}
.wexqwc .m4fj,
.wexqwc .uebos,
.ioqwa8k .m4fj,
.ioqwa8k .uebos,
.oynd7s7l .m4fj,
.oynd7s7l .uebos { overflow: hidden; }
@media (max-width: 640px) {
  .wexqwc .nab4rd,
  .ioqwa8k .nab4rd,
  .oynd7s7l .nab4rd { float: none; width: 100%; margin: 0 0 16px 0; }
}
.tzt861r8 .pahay51,
.tzt861r8 .jlxxe,
.tzt861r8 .d75vr  { max-width: 1100px; }
.u9j8 .pahay51,
.u9j8 .jlxxe,
.u9j8 .d75vr  { max-width: 1200px; }
.u9j8 { --content-mw: 1200px; }
.kr7k5 .pahay51,
.kr7k5 .jlxxe,
.kr7k5 .d75vr  { max-width: 1320px; }
.v3h5o { font-size: 0.82rem; color: var(--text-muted); }
.qpqbi9f { display: flex; align-items: center; }
.phuth0si {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.yt1n4f { display: flex; align-items: center; }
.yo7ze { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.yo7ze:hover { text-decoration: underline; }
.os7me8 { margin: 0 3px; opacity: 0.45; }
.os7me8::before { content: '/'; }
.ot439x { padding: 2px 5px; color: var(--text-main); }
.ov0z .v3h5o {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ov0z .qpqbi9f { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.eq0d4 .v3h5o {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.eq0d4 .qpqbi9f { padding: 0 0 0 12px; }
.f064d .qpqbi9f { padding: 0 16px; }
.f064d .v3h5o {
  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);
}
.f064d .pahay51 { padding-top: 28px; }
@media (max-width: 720px) {
  .wh81 { margin-top: 18px; padding: 0 16px; }
  .f064d .pahay51 { padding-top: 16px; }
}
.tzt861r8.ov0z .qpqbi9f { max-width: 1100px; }
.u9j8.ov0z .qpqbi9f { max-width: 1200px; }
.kr7k5.ov0z .qpqbi9f { max-width: 1320px; }
.u9j8 .wh81 { max-width: 1200px; }
.l2rh2 .n1brc2gp { padding-top: 16px; padding-bottom: 16px; }
.lgl6czh .n1brc2gp { padding-top: 24px; padding-bottom: 24px; }
.itg6gq .n1brc2gp { padding-top: 40px; padding-bottom: 40px; }
.a0lmh8 .n1brc2gp { padding-top: 52px; padding-bottom: 52px; }
.a32jb .n1brc2gp:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.a32jb .n1brc2gp:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.a32jb .n1brc2gp:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.a32jb .n1brc2gp:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.d8rbnnn .jlxxe { padding-top: 10px;  padding-bottom: 10px; }
.dh2im2 .jlxxe { padding-top: 18px;  padding-bottom: 18px; }
.tkdmjxh4 .jlxxe { padding-top: 36px;  padding-bottom: 36px; }
.tgqa .jlxxe { padding-top: 48px;  padding-bottom: 48px; }
.gre3hj4 h2.qt9l02f { font-weight: 600; }
.gre3hj4 h3.o1bqfhke     { font-weight: 600; }
.ez0wkfdf { font-weight: 500; }
.ez0wkfdf h2.qt9l02f { font-weight: 800; }
.ez0wkfdf h3.o1bqfhke     { font-weight: 700; }
.t103q h2.qt9l02f { font-weight: 900; }
.t103q h3.o1bqfhke     { font-weight: 800; }
.t103q .dwch strong,
.t103q .dwch strong { font-weight: 600; }
.d47fa {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.icmjo2 .d47fa { display: none; }
@media (max-width: 640px) {
  .d47fa { display: none !important; }
}
.d47fa { background: var(--cta) !important; color: #fff !important; border: none !important; }
.d47fa:hover { opacity: 0.85; }
.a7ou .d47fa { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.mmfy0k  .mleoi8 { left: 32px; }
@media (max-width: 480px) {
  .nwb0v .mleoi8 { right: 20px; bottom: 20px; }
  .mmfy0k  .mleoi8 { left: 20px; bottom: 20px; }
}
.q5jn72 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.d75vr { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.so7rfn { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.pe83wt { color: var(--text-dim); font-size: 0.8rem; }
.l0c1 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.l0c1 img { height: 26px; width: auto; object-fit: contain; }
.c7agg a, .mqdfn a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.c7agg a:hover, .mqdfn a:hover { color: var(--accent-light); }
.mqdfn { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.vz5r5 .d75vr { text-align: center; }
.vz5r5 .mqdfn { justify-content: center; margin-bottom: 16px; }
.vz5r5 .so7rfn { margin-top: 0; }
.b6z26nj { margin-top: 10px; }
.b6z26nj a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .d75vr { padding-left: 16px; padding-right: 16px; }
  .pg0ajcac .d75vr { padding: 20px 16px; }
  .mqdfn { gap: 4px 12px; }
  .so7rfn { font-size: 0.78rem; }
}
.bdtj1m .crlcxj .l0c1 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.bdtj1m .so7rfn { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.bdtj1m .pe83wt { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .bdtj1m .rj8kmw { grid-template-columns: 1fr 1fr; } .bdtj1m .crlcxj { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bdtj1m .rj8kmw { grid-template-columns: 1fr; } }
.i6xgnb .l0c1 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.i6xgnb .so7rfn { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .i6xgnb .ff2uw4t { gap: 12px; } .i6xgnb .l0c1 { margin-right: 0; width: 100%; } }
.eqwp .alxanin .l0c1 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.eqwp .so7rfn { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.eqwp .pe83wt { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .eqwp .coy3nw { grid-template-columns: 1fr 1fr; } .eqwp .alxanin { grid-column: 1 / -1; } }
@media (max-width: 480px) { .eqwp .coy3nw { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .rgtnd59f .vl7n9ts { grid-template-columns: 1fr 1fr; } .rgtnd59f .gt2nqdng:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rgtnd59f .vl7n9ts { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .fi6d .vl7n9ts { grid-template-columns: 1fr; } }
.qyiha7 .d75vr { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.qyiha7 .mqdfn { justify-content: center; }
.o7fznpij .r6pe0      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.o7fznpij .q5jn72 { background: var(--bg-page); border-top-color: var(--border-alt); }
.oi7p .r6pe0      { background: #0d1117; border-bottom-color: #21262d; }
.oi7p .dscoo0 { color: var(--accent-light); }
.oi7p .mn94mlfa { --msep-color: #8b949e; }
.oi7p .mn94mlfa a { color: #8b949e; }
.oi7p .mn94mlfa a:hover { color: var(--accent-light); }
.oi7p .aa6vy9qw { color: #8b949e; }
.oi7p .q5jn72 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.oi7p .so7rfn,
.oi7p .pe83wt { color: #6e7681; }
.oi7p .c7agg a, .oi7p .mqdfn a,
.oi7p .l0c1 { color: #e6edf3; }
.oi7p .c7agg a:hover, .oi7p .mqdfn a:hover,
@media (max-width: 640px) {
  .oi7p .mn94mlfa { background: #0d1117; border-top-color: #21262d; }
  .oi7p .mn94mlfa li a { border-bottom-color: #21262d; }
}
.tv1f .r6pe0      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.tv1f .dscoo0 { color: var(--accent-light); }
.tv1f .mn94mlfa { --msep-color: #475569; }
.tv1f .mn94mlfa a { color: #475569; }
.tv1f .mn94mlfa a:hover { color: var(--accent-light); }
.tv1f .aa6vy9qw { color: #64748b; }
.tv1f .q5jn72 { background: #f0f4f8; border-top-color: #cbd5e1; }
.tv1f .so7rfn,
.tv1f .pe83wt { color: #64748b; }
.tv1f .c7agg a, .tv1f .mqdfn a,
.tv1f .vtpru a, .tv1f .l0c1 { color: #374151; }
.tv1f .c7agg a:hover, .tv1f .mqdfn a:hover,
@media (max-width: 640px) {
  .tv1f .mn94mlfa { background: #f0f4f8; border-top-color: #cbd5e1; }
  .tv1f .mn94mlfa li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.zllrg .r6pe0      { background: var(--accent); border-bottom-color: var(--accent-light); }
.zllrg .dscoo0 { color: #fff; }
.zllrg .mn94mlfa { --msep-color: rgba(255,255,255,0.82); }
.zllrg .mn94mlfa a { color: rgba(255,255,255,0.82); }
.zllrg .mn94mlfa a:hover { color: #fff; }
.zllrg .aa6vy9qw { color: rgba(255,255,255,0.9); }
.zllrg .q5jn72 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.zllrg .so7rfn,
.zllrg .pe83wt { color: rgba(255,255,255,0.72); }
.zllrg .c7agg a, .zllrg .mqdfn a,
.zllrg .vtpru a, .zllrg .l0c1 { color: #fff; }
.zllrg .c7agg a:hover, .zllrg .mqdfn a:hover,
@media (max-width: 640px) {
  .zllrg .mn94mlfa { background: var(--accent); border-top-color: var(--accent-light); }
  .zllrg .mn94mlfa li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ixqjgws8 .r6pe0 {
  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);
}
.ixqjgws8 .q5jn72 {
  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) {
  .ixqjgws8 .mn94mlfa {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.zhfjy058 .tq9kbl { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.e63dzagc .tq9kbl { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.g46fynyc .tq9kbl { min-height: 72px; height: auto; }
.t4bjjg5p .tq9kbl { min-height: 84px; height: auto; }
.pg0ajcac .tq9kbl { max-width: none; padding: 0 32px; }
.pg0ajcac .d75vr  { max-width: none; padding: 24px 32px; }
.fphi4v.u9j8 .tq9kbl { max-width: 1200px; }
.fphi4v.kr7k5 .tq9kbl { max-width: 1320px; }
.u6h92pmy   .dscoo0, .u6h92pmy   .l0c1 { text-transform: capitalize; }
.rubu11t .dscoo0, .rubu11t .l0c1 { text-transform: lowercase; }
.pq57 .dscoo0, .pq57 .l0c1 { text-transform: uppercase; letter-spacing: 0.06em; }
.ptub, .f84q3s {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.k604svq .ptub,
.k604svq .f84q3s { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.eomc .ptub,
.eomc .f84q3s { 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; }
.uka1 .ptub,
.uka1 .f84q3s { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.mzpd .ptub,
.mzpd .f84q3s { 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; }
.oei2   .mn94mlfa a { font-weight: 500; }
.sxup3x3k .mn94mlfa a { font-weight: 600; }
.qnqk5ycg     .mn94mlfa a { font-weight: 700; }
.aka6w3d    .mn94mlfa a { font-weight: 800; letter-spacing: 0.01em; }
.tcbnhws     .mn94mlfa > li + li::before,
.m8a3xd    .mn94mlfa > li + li::before,
.odro2m    .mn94mlfa > li + li::before,
.obz9zghe .mn94mlfa > li + li::before,
.dizk3n1 .mn94mlfa > li + li::before,
.ykdf  .mn94mlfa > li + li::before,
.xdcg    .mn94mlfa > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.tcbnhws     .mn94mlfa > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.m8a3xd    .mn94mlfa > li + li::before { content: "|"; }
.odro2m    .mn94mlfa > li + li::before { content: "—"; }
.obz9zghe .mn94mlfa > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.dizk3n1 .mn94mlfa > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ykdf  .mn94mlfa > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.xdcg    .mn94mlfa > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .g7rsh9e .aa6vy9qw,
  .ra6rhkju .aa6vy9qw,
  .iesn .aa6vy9qw,
  .xdni4 .aa6vy9qw,
  .ndywlw .aa6vy9qw {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .g7rsh9e .aa6vy9qw::before,
  .ra6rhkju .aa6vy9qw::before,
  .iesn .aa6vy9qw::before,
  .xdni4 .aa6vy9qw::before,
  .ndywlw .aa6vy9qw::before { content: ""; display: block; flex-shrink: 0; }

  
  .g7rsh9e .aa6vy9qw::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;
  }

  
  .ra6rhkju .aa6vy9qw::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;
  }

  
  .iesn .aa6vy9qw::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;
  }

  
  .xdni4 .aa6vy9qw::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;
  }

  
  .ndywlw .aa6vy9qw::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) {
  .ay3n .aa6vy9qw {
    padding: 5px 14px;
  }
  .ay3n .mn94mlfa {
    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;
  }
  .ay3n .mn94mlfa li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ay3n .mn94mlfa li a:hover { background: var(--bg-raised); }
  .ay3n .cu4p,
  .o0irf44 .cu4p,
  .oau101 .cu4p { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .vlvfetdc .aa6vy9qw {
    padding: 5px 10px;
  }
  .vlvfetdc .mn94mlfa {
    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);
  }
  .vlvfetdc .mn94mlfa.gm9b { transform: translateX(0); }
  .vlvfetdc .mn94mlfa li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .vlvfetdc .mn94mlfa li:last-child a { border-bottom: none; }
  .zllrg .mn94mlfa,
  .oi7p .mn94mlfa { background: var(--accent) !important; }
  .zllrg .mn94mlfa li a,
  .oi7p .mn94mlfa li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .oau101 .aa6vy9qw {
    padding: 5px 10px;
  }
  .oau101 .mn94mlfa {
    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);
  }
  .oau101 .mn94mlfa::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .oau101 .mn94mlfa.gm9b { transform: translateY(0); }
  .oau101 .mn94mlfa li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .cftdug .aa6vy9qw {
    padding: 5px 10px;
  }
  .cftdug .mn94mlfa {
    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;
  }
  .cftdug .mn94mlfa.gm9b { opacity: 1; pointer-events: auto; }
  .cftdug .mn94mlfa li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .m10qvd     .aa6vy9qw { border-radius: 0 !important; }
  .j9fj   .aa6vy9qw { border-radius: 8px !important; }
  .h26c7 .aa6vy9qw { border-radius: 50% !important; }
  .utoz   .aa6vy9qw { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .chptpg7 .beuj { flex-direction: column; align-items: stretch; }
  .chptpg7 .l9qh34vm { flex-direction: row; min-width: auto; }
  .chptpg7 .iey8fj { align-items: flex-start; text-align: left; }
}
.nay4ivl,
.nay4ivl.n1brc2gp,
.vyimir6 .nay4ivl,
.xqvu .nay4ivl,
.v7dl4 .nay4ivl,
.pb5zm .nay4ivl {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.hixvc8 {
  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;
}
.ujr3cd9n { flex: 1 1 280px; min-width: 0; }
.r30jzzs2 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.xmv5wjwz {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.p3deaa {
  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;
}
.p3deaa:hover { transform: translateY(-1px); opacity: 0.95; }
.m7scg .hixvc8 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.m7scg .r30jzzs2 { color: var(--cta); }
.m7scg .xmv5wjwz { color: var(--text-body); }
.m7scg .p3deaa {
  background: var(--cta) !important;
  color: #fff !important;
}
.nu7459 .hixvc8 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.nu7459 .r30jzzs2 { color: var(--text-primary); }
.nu7459 .xmv5wjwz { color: var(--text-body); }
.nu7459 .p3deaa {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .hixvc8 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ujr3cd9n { flex: 0 0 auto; }
  .r30jzzs2 { font-size: 1.2rem; }
  .p3deaa { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.rd2cn .enk4 { height: 36px; }
.ay1r9 .enk4 { height: 60px; max-width: 200px; }
.e4ipnkjo .enk4 { height: 56px; max-width: 180px; }
.p74fruc    .s9f7xm, .p74fruc    .bexwh { color: #f59e0b; }
.eywv8y1      .s9f7xm { font-size: 1rem; letter-spacing: 1.5px; }
.eywv8y1      .bexwh   { font-size: 1.35rem; }
.ici565l    .s9f7xm, .ici565l    .bexwh { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.ta25s     .s9f7xm, .ta25s     .bexwh { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.qghsgyh .s9f7xm, .qghsgyh .bexwh { color: var(--cta); letter-spacing: 2px; }
.xubed   .s9f7xm, .xubed   .bexwh { color: #e91e63; letter-spacing: 2px; }
.kb23ed  .s9f7xm, .kb23ed  .bexwh { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.yr2ckiz     .s9f7xm, .yr2ckiz     .bexwh { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.hdp87 .ijro + .ijro {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.o8vhzmb .pwpq8m { padding: 18px 24px; min-height: 68px; }
.xhka .f6bb8v {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.xhka .n4g3 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.tmvmd .ijro {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.wfehs1 { counter-reset: cs-rank; }
.wfehs1 .pwpq8m { counter-increment: cs-rank; }
.wfehs1 .pwpq8m::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;
}
.wp6h4 .wfehs1 { counter-reset: cs-rank; gap: 0; }
.wp6h4 .pwpq8m {
  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;
}
.wp6h4 .pwpq8m::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;
}
.wp6h4 .x098xr8 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.wp6h4 .uejomxr8 {
  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;
}
.wp6h4 .stqcccc { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.wp6h4 .x098xr8 { min-width: 0; flex-direction: column; width: 100%; }
.wp6h4 .sy0qf1q {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.wp6h4 .s9f7xm { color: var(--cta, var(--accent)); }
.wp6h4 .w3ozo { font-weight: 700; }
.wp6h4 .ijro {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.wp6h4 .f6bb8v {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.wp6h4 .n4g3 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.wp6h4 .hgw2 .n4g3 { font-size: 1.3rem; color: var(--accent-light); }
.wp6h4 .ukq8 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.wp6h4 .pwpq8m:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .wp6h4 .wfehs1 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .wp6h4 .pwpq8m {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .wp6h4 .pwpq8m { padding: 40px 16px 20px; }
  .wp6h4 .ijro {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .wp6h4 .ukq8 { width: 100%; min-width: 0; }
}
.oexwel .wfehs1 { counter-reset: cs-rank; gap: 10px; }
.oexwel .pwpq8m {
  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);
}
.oexwel .pwpq8m::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);
}
.oexwel .x098xr8 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.oexwel .uejomxr8 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.oexwel .stqcccc { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.oexwel .sy0qf1q {
  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;
}
.oexwel .s9f7xm { color: var(--cta, var(--accent)); }
.oexwel .ijro {
  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;
}
.oexwel .f6bb8v {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.oexwel .n4g3 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.oexwel .hgw2 .n4g3 { color: var(--accent-light); }
.oexwel .ukq8 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.oexwel .pwpq8m:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .oexwel .pwpq8m {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .oexwel .pwpq8m::before {
    position: absolute; top: 14px; left: 14px;
  }
  .oexwel .x098xr8 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .oexwel .sy0qf1q { white-space: normal; text-align: center; font-size: 1.2rem; }
  .oexwel .ijro {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .oexwel .ukq8 { width: 100%; min-width: 0; }
  .oexwel .s9f7xm { min-width: 0; }
}
.uq4jrfac .pwpq8m::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.x8dy67 .h7b1qebn {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.x8dy67 .h7b1qebn summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.x8dy67 .h7b1qebn p { padding: 0 2px 16px; }
.qo7v85u .h7b1qebn { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.qo7v85u .h7b1qebn summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.qo7v85u .h7b1qebn summary::after { content: "›"; font-size: 1.2em; }
.qo7v85u .h7b1qebn[open] summary::after { content: "‹"; }
.qo7v85u .h7b1qebn p { padding: 10px 22px 4px; }
.oiw93 .h7b1qebn {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.oiw93 .h7b1qebn summary { color: var(--text-primary); padding-left: 16px; }
.oiw93 .h7b1qebn summary::after { content: "›"; font-size: 1.1em; }
.oiw93 .h7b1qebn[open] summary::after { content: "‹"; }
.oiw93 .h7b1qebn p { padding-left: 16px; }
.jc9n .rjdz07 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.jc9n .h7b1qebn {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.jc9n .h7b1qebn:last-child { border-bottom: none; }
.jc9n .h7b1qebn summary { color: var(--text-primary); border-radius: 0; }
.jc9n .h7b1qebn summary::after { content: "›"; font-size: 1.1em; }
.jc9n .h7b1qebn[open] summary::after { content: "‹"; }
.uc7ja6 .h7b1qebn { overflow: hidden; }
.uc7ja6 .h7b1qebn summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.uc7ja6 .h7b1qebn summary::after { color: rgba(255,255,255,.75); }
.uc7ja6 .h7b1qebn[open] summary { border-radius: 0; }
.qnryerqm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.b1x9 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.c60s {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.br92 { color: var(--text-muted); font-size: 1.05rem; }
.r46i4snl {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.zgvcu { margin-bottom: 20px; }
.c2vpu86 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.oxyk3f0 {
  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;
}
.oxyk3f0:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ewx7ev { resize: vertical; min-height: 130px; }
.laemb74l { width: 100%; margin-top: 8px; }
.cyiu6 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.blivo1dx {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.kbpeh7 { color: var(--text-muted); line-height: 1.75; }
.o4vp { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.o4vp li { margin-bottom: 6px; }
.dwov { max-width: 760px; margin: 0 auto; }
.cq9rou8z { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.i2gd6 { max-width: 760px; margin: 0 auto; }
.hynzq { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.g3oof ul.o4vp { margin: 0; }
.wabxqfbm .hynzq { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .wabxqfbm { grid-template-columns: 1fr; gap: 10px; } }
.b6if { max-width: 640px; margin: 0 auto; text-align: center; }
.jvkb { margin-bottom: 48px; }
.jvkb .hynzq { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.jvkb p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.lha8vjps .o4vp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dvisr4of { grid-template-columns: 1fr; } }
.j9sqaoh { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.j9sqaoh:hover .k3bgtqn { color: var(--accent-light); text-decoration: underline; }
.llxhut { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.h8ajnac { max-width: 760px; margin: 0 auto; }
.i0gypgqn ul.o4vp { margin: 0; }
.nra23gbv { color: var(--text-muted); line-height: 1.75; }
.kyd47dj .o4vp,
.af2uh6 .o4vp,
.ecz80h1 .o4vp,
.uwax3 .o4vp {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.hcs186u { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.u1bxnzb { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.cud4c { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.h3r94 { margin-top: 12px; }
.r13n4 { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.r13n4:hover { border-bottom-color: var(--accent-light); }
.ko830b { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.ko830b img { width: 100%; height: 100%; object-fit: cover; display: block; }
.myf53dtm { border-radius: 50%; }
.gcbflm { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.lwcqat9i { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .diu409 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.v3u0qo3 .cud4c, .v3u0qo3 .u1bxnzb { max-width: 640px; }
.wukldff .hcs186u { font-size: 1.6rem; margin-top: 18px; }
.as93mnz .cud4c { margin-bottom: 28px; }
@media (max-width: 860px) { .ng1k { grid-template-columns: 1fr; } .wukldff { position: static; text-align: center; } }
.lvnv .ko830b { margin: 0 auto 18px; }
.lvnv .gcbflm { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .v40z75hr { grid-template-columns: 1fr; } }
.rsyjl4 { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.zdkfwet { flex: 1; }
.rsyjl4 .hcs186u { font-size: 1.6rem; margin-bottom: 6px; }
.zzw2 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.uwax3 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.vdgraq { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.uwax3 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.uwax3 .o4vp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .rsyjl4 { flex-direction: column; text-align: center; } .zzw2 { grid-template-columns: 1fr; } }
.a914ag .hcs186u { font-size: 1.35rem; margin: 0 0 4px; }
.a914ag .gcbflm { margin: 0; }
.le2c0u { max-width: 760px; margin: 0 auto; }
.hjsl { position: relative; padding-left: 28px; }
.hjsl::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.s99jaj29 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.s99jaj29:last-child { padding-bottom: 0; }
.rynw { 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; }
.idh5y h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.idh5y p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.a0ei .c60s { color: var(--accent-light); }
.oxgwkag1 .c60s { font-size: 2rem; }
.oxgwkag1 .br92 { max-width: 680px; }
.pvwr .c60s { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.pvwr .br92  { margin: 0; }
@media (max-width: 640px) { .pvwr { flex-direction: column; } }
.jbmh7u .c60s { color: var(--accent-light); }
.vn9zwi4 .c60s { color: #fff; }
.vn9zwi4 .br92  { color: rgba(255,255,255,0.85); }
.w8y59 { max-width: 680px; margin: 0 auto; }
.llbj {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .llbj { grid-template-columns: 1fr; } }
.f51v .oxyk3f0 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.f51v .oxyk3f0:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.cnyvlx5m .oxyk3f0 { background: var(--bg-raised); border-color: transparent; }
.cnyvlx5m .oxyk3f0:focus { background: var(--bg-card); border-color: var(--accent-light); }
.uoktkx9y .oxyk3f0 { border-radius: 100px; padding: 11px 20px; }
.uoktkx9y .ewx7ev { border-radius: 14px; }
.itia321 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .itia321 { grid-template-columns: 1fr; } }
.pkq4twf {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.pkq4twf h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.pkq4twf p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.mkeye5l { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.mkeye5l li { margin-bottom: 6px; }
.klyiqw4e{display:none}
.klyiqw4e:empty,.z0eos7kz:empty{display:none}
.c8dxrjw6{position:relative;overflow:visible}
.s5zp37g .xzib85,.yo500 .xzib85,
.biffv604 .xzib85,.ao5m2mqr .xzib85,
.lrpus82y .xzib85,.d4xl5bn3 .xzib85{display:block}
.vftydls .urbqfv{display:block}
.s5zp37g .xzib85,.yo500 .xzib85,
.biffv604 .xzib85,.ao5m2mqr .xzib85,
.lrpus82y .xzib85{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}
.s5zp37g .xzib85 .z0eos7kz,.yo500 .xzib85 .z0eos7kz,
.biffv604 .xzib85 .z0eos7kz,.ao5m2mqr .xzib85 .z0eos7kz,
.lrpus82y .xzib85 .z0eos7kz{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}
.s5zp37g .tibt,.yo500 .tibt,
.biffv604 .tibt,.ao5m2mqr .tibt,
.lrpus82y .tibt{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.s5zp37g .xzib85,.yo500 .xzib85{top:12px}
.s5zp37g .xzib85 .z0eos7kz{margin-right:auto}
.yo500 .xzib85 .z0eos7kz{margin-left:auto}
.yo500 .xzib85{text-align:right}
.biffv604 .xzib85,.ao5m2mqr .xzib85{bottom:12px}
.biffv604 .xzib85 .z0eos7kz{margin-right:auto}
.ao5m2mqr .xzib85 .z0eos7kz{margin-left:auto}
.ao5m2mqr .xzib85{text-align:right}
.lrpus82y .xzib85{position:relative;margin-top:16px}
.lrpus82y .xzib85 .z0eos7kz{margin:0 auto}
.d4xl5bn3 .xzib85{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.d4xl5bn3 .xzib85 .z0eos7kz{margin:0}
.d4xl5bn3 .wtrjfvew~.xzib85,
.d4xl5bn3 .vqpdso~.xzib85{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.d4xl5bn3 .wtrjfvew~.xzib85 .z0eos7kz,
.d4xl5bn3 .vqpdso~.xzib85 .z0eos7kz{justify-content:flex-start}
.wtrjfvew~.xzib85,.vqpdso~.xzib85{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}
.wtrjfvew~.xzib85 .z0eos7kz{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.vqpdso~.xzib85 .z0eos7kz{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.urbqfv .z0eos7kz{margin:0 0 12px}
.z0eos7kz{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.f9wv1kq{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.k3bgtqn{font-weight:600;color:var(--text-heading);opacity:1}
.l2h5btf::before{content:"·";margin:0 2px;opacity:.5}
.tibt{white-space:nowrap}
.z3ic4e2s .f9wv1kq{display:none}
.pgxbdhgf .tibt{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.pgxbdhgf .l2h5btf::before{content:""}
.o2wpma .tibt{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}
.o2wpma .l2h5btf::before{content:""}
.r1v6y97 .z0eos7kz{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.umqgn .tibt{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.umqgn .l2h5btf::before{content:""}
.v0d3e .tibt{color: var(--accent-light);opacity:1;font-weight:500}
.mfo3a .tibt{border-bottom:1px solid currentColor;padding-bottom:2px}
.mrlxo .z0eos7kz{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.atbjnoq9{--date-bg:var(--accent-bg)}
.he1ytrx .l2h5btf::before{content:""}
.obdj0ho5 .l2h5btf::before{content:"•";opacity:.4}
.obdj0ho5 .tibt + .tibt::before{content:"•";margin-right:6px;opacity:.4}
.agikpzr .l2h5btf::before{content:"/";opacity:.35}
.agikpzr .tibt + .tibt::before{content:"/";margin-right:6px;opacity:.35}
.rt428 .l2h5btf::before{content:"|";opacity:.3}
.rt428 .tibt + .tibt::before{content:"|";margin-right:6px;opacity:.3}
.hcm7q .l2h5btf::before{content:"—";opacity:.3}
.hcm7q .tibt + .tibt::before{content:"—";margin-right:6px;opacity:.3}
.ntjou74w .l2h5btf::before{content:"◆";font-size:.5em;opacity:.35}
.ntjou74w .tibt + .tibt::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.r6ph6e .l2h5btf::before{content:"·";opacity:.4}
.r6ph6e .tibt + .tibt::before{content:"·";margin-right:6px;opacity:.4}
.ufop .l2h5btf::before{content:"›";opacity:.4}
.ufop .tibt + .tibt::before{content:"›";margin-right:6px;opacity:.4}
.vtu0nzh .l2h5btf::before{content:"→";opacity:.35;font-size:.85em}
.vtu0nzh .tibt + .tibt::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.l2j9ol2z .ozebl{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .ozebl{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .m9x9qt{max-width:100%}
}
.emik .vukp{margin:0}
@media (max-width:560px){
  .bgblch0{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) {
  .zp5i { padding: 28px 18px 20px; }
  .b1oq753h { font-size: 1.2rem; }
  .ixq73s6 { max-width: 220px; max-height: 80px; }
}
.td29l {
  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);
}
.vkvn7r {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.gw4l  .td29l { border-radius: 50%; }
.wgvlgt  .td29l { border-radius: 6px; }
.nmvq .td29l { border-radius: 22px; }
.kdmpsr .hixvc8 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .td29l { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.w4sa .n1brc2gp {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.w4sa .jlxxe {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.w4sa .hixvc8 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.cywggs4 .n1brc2gp,
.cywggs4 .jlxxe {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.cywggs4 .hixvc8 {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .cywggs4 { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .cywggs4 .hixvc8 {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .cywggs4 .xmv5wjwz { display: none !important; }
  .cywggs4 .r30jzzs2 { font-size: 1.1rem !important; }
  .cywggs4 .td29l { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .a9n01968 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .tq9kbl { flex-direction: row-reverse; }
[dir="rtl"] .mn94mlfa { flex-direction: row-reverse; }
[dir="rtl"] .mmfy0k  .mleoi8 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .nwb0v .mleoi8 { right: auto; left: 20px; }
  [dir="rtl"] .mmfy0k  .mleoi8 { left: auto;  right: 20px; }
}
[dir="rtl"] .wexqwc .nab4rd  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ioqwa8k .nab4rd { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .m4fj, [dir="rtl"] .uebos { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .yziws { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .h5i6yo7 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .dwch { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .hixvc8 { direction: rtl; }
[dir="rtl"] .td29l { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .pwpq8m,
[dir="rtl"] .v3h5o { direction: rtl; }
[dir="rtl"] .wzoezh { direction: rtl; }
[dir="rtl"] .f2omw { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .faghcdi .uebos,
[dir="rtl"] .h5jpk .uebos,
[dir="rtl"] .f53n9j .uebos,
[dir="rtl"] .grzs .uebos {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .faghcdi .uebos li::before,
[dir="rtl"] .h5jpk .uebos li::before,
[dir="rtl"] .f53n9j .uebos li::before,
[dir="rtl"] .grzs .uebos li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .xwrj.hk2f1ld8 .p9y4,
[dir="rtl"] .scmfa.hk2f1ld8 .p9y4,
[dir="rtl"] .z3pb7ts9.hk2f1ld8 .p9y4,
[dir="rtl"] .k222eo11.hk2f1ld8 .p9y4,
[dir="rtl"] .e0uen84.hk2f1ld8 .p9y4 { text-align: right; }
[dir="rtl"] .wtrjfvew.i40hhbk .db342jg { text-align: center; }
[dir="rtl"] .jlxxe,
[dir="rtl"] .gii8zkg1,
[dir="rtl"] .sf5xk,
[dir="rtl"] .p9y4 { text-align: right; }
[dir="rtl"] .r46i4snl,
[dir="rtl"] .c2vpu86,
[dir="rtl"] .cud4c,
[dir="rtl"] .oxyk3f0,
[dir="rtl"] .ewx7ev { text-align: right; direction: rtl; }
[dir="rtl"] .uoktkx9y .oxyk3f0,
[dir="rtl"] .f51v .oxyk3f0 { padding-right: 20px; padding-left: 20px; }
.lwjfodi .wfehs1,
.gj7pz .wfehs1,
.bo0l99us .wfehs1 { gap: 0; }
.djf3 .wfehs1 { gap: 14px; }
.lwjfodi .pwpq8m,
.gj7pz .pwpq8m,
.djf3 .pwpq8m,
.bo0l99us .pwpq8m {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.lwjfodi .pwpq8m,
.gj7pz .pwpq8m,
.bo0l99us .pwpq8m {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.lwjfodi .pwpq8m:nth-child(even),
.bo0l99us .pwpq8m:nth-child(even) { background: var(--accent-bg); }
.gj7pz .pwpq8m + .pwpq8m { border-top: 1px solid var(--border-alt); }
.djf3 .pwpq8m {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.lwjfodi .pwpq8m:hover,
.gj7pz .pwpq8m:hover,
.bo0l99us .pwpq8m:hover { background: var(--bg-hover); }
.lwjfodi .pwpq8m::before,
.gj7pz .pwpq8m::before,
.djf3 .pwpq8m::before,
.bo0l99us .pwpq8m::before {
  width: 40px; min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  font-size: 1.15rem; font-weight: 700;
}
.bo0l99us .pwpq8m::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.lwjfodi .x098xr8,
.gj7pz .x098xr8,
.djf3 .x098xr8,
.bo0l99us .x098xr8 {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.lwjfodi .uejomxr8,
.gj7pz .uejomxr8,
.djf3 .uejomxr8,
.bo0l99us .uejomxr8 {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.lwjfodi .stqcccc,
.gj7pz .stqcccc,
.djf3 .stqcccc,
.bo0l99us .stqcccc {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.lwjfodi .sy0qf1q,
.gj7pz .sy0qf1q,
.djf3 .sy0qf1q,
.bo0l99us .sy0qf1q {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.bo0l99us .sy0qf1q { font-size: 1.45rem; font-weight: 800; }
.lwjfodi .ocaps,
.gj7pz .ocaps,
.djf3 .ocaps,
.bo0l99us .ocaps {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.lwjfodi .ocaps .hgw2,
.gj7pz .ocaps .hgw2,
.djf3 .ocaps .hgw2,
.bo0l99us .ocaps .hgw2 {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.lwjfodi .ocaps .hgw2 .f6bb8v,
.gj7pz .ocaps .hgw2 .f6bb8v,
.djf3 .ocaps .hgw2 .f6bb8v,
.bo0l99us .ocaps .hgw2 .f6bb8v { display: none; }
.lwjfodi .ocaps .hgw2 .n4g3::before,
.gj7pz .ocaps .hgw2 .n4g3::before,
.djf3 .ocaps .hgw2 .n4g3::before,
.bo0l99us .ocaps .hgw2 .n4g3::before { content: "\1F381\00a0"; }
.lwjfodi .ocaps .hgw2 .n4g3,
.gj7pz .ocaps .hgw2 .n4g3,
.djf3 .ocaps .hgw2 .n4g3,
.bo0l99us .ocaps .hgw2 .n4g3 {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.lwjfodi .ocaps .kzquv,
.gj7pz .ocaps .kzquv,
.djf3 .ocaps .kzquv,
.bo0l99us .ocaps .kzquv { display: none; }
.lwjfodi .x9txz1mn,
.gj7pz .x9txz1mn,
.djf3 .x9txz1mn,
.bo0l99us .x9txz1mn {
  grid-column: 4; min-width: 120px; width: auto;
}
.lwjfodi .s9f7xm,
.gj7pz .s9f7xm,
.djf3 .s9f7xm,
.bo0l99us .s9f7xm { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.lwjfodi .w3ozo,
.gj7pz .w3ozo,
.djf3 .w3ozo,
.bo0l99us .w3ozo { display: none; }
.lwjfodi .ukq8.s1cvwi,
.gj7pz .ukq8.s1cvwi,
.djf3 .ukq8.s1cvwi,
.bo0l99us .ukq8.s1cvwi {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.bo0l99us .ukq8.s1cvwi { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .lwjfodi .pwpq8m,
  .gj7pz .pwpq8m,
  .djf3 .pwpq8m,
  .bo0l99us .pwpq8m {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .lwjfodi .x9txz1mn,
  .gj7pz .x9txz1mn,
  .djf3 .x9txz1mn,
  .bo0l99us .x9txz1mn { display: none; }
  .lwjfodi .ukq8.s1cvwi,
  .gj7pz .ukq8.s1cvwi,
  .djf3 .ukq8.s1cvwi,
  .bo0l99us .ukq8.s1cvwi { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .lwjfodi .pwpq8m,
  .gj7pz .pwpq8m,
  .djf3 .pwpq8m,
  .bo0l99us .pwpq8m {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "rank  ident"
      "pills pills"
      "cta   cta";
    gap: 12px 14px; padding: 18px 16px;
    text-align: left;
  }
  .lwjfodi .pwpq8m::before,
  .gj7pz .pwpq8m::before,
  .djf3 .pwpq8m::before,
  .bo0l99us .pwpq8m::before { grid-area: rank; align-self: center; justify-self: start; }
  .lwjfodi .x098xr8,
  .gj7pz .x098xr8,
  .djf3 .x098xr8,
  .bo0l99us .x098xr8 { grid-area: ident; width: auto; justify-content: flex-start; }
  .lwjfodi .ocaps,
  .gj7pz .ocaps,
  .djf3 .ocaps,
  .bo0l99us .ocaps { grid-area: pills; }
  
  .lwjfodi .ocaps .hgw2,
  .gj7pz .ocaps .hgw2,
  .djf3 .ocaps .hgw2,
  .bo0l99us .ocaps .hgw2 {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .lwjfodi .ukq8.s1cvwi,
  .gj7pz .ukq8.s1cvwi,
  .djf3 .ukq8.s1cvwi,
  .bo0l99us .ukq8.s1cvwi { grid-area: cta; width: 100%; }
  .lwjfodi .uejomxr8,
  .gj7pz .uejomxr8,
  .djf3 .uejomxr8,
  .bo0l99us .uejomxr8 { width: 56px; height: 56px; }
  .lwjfodi .sy0qf1q,
  .gj7pz .sy0qf1q,
  .djf3 .sy0qf1q,
  .bo0l99us .sy0qf1q { font-size: 1.1rem; }
}
:root {
  --accent:          #a85930;
  --brand:           #a85930;
  --brand-light:     #8a5133;
  --brand-pale:      #a36b4d;
  --grad-start:      #d28861;
  --grad-end:        #d8ae98;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #790706;
  --cta-fg:          #ffffff;
  --cta-light:       #540201;
  --cta-hover:       #3e0303;
  --bg-page:         #f7f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f3;
  --bg-raised:       #f0efee;
  --bg-hover:        #f5f4f3;
  --border:          #e8e4e2;
  --border-alt:      #dbd4d0;
  --border-section:  #e8e4e2;
  --text-primary:    #1b1817;
  --text-muted:      #5f5753;
  --text-body:       #36312f;
  --text-sub:        #514a47;
  --text-faint:      #887c77;
  --text-dim:        #9f9692;
  --text-label:      #6c635f;
  --text-value:      #443e3b;
  --accent-bg:       #efe8e5;
  --accent-bg-light: #e7d7ce;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #19891e;
  --c-cons:          #9f2821;
  --c-pros-label:    #1ea323;
  --c-tip-border:    #21b427;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #19891e;
}
:root { --logo-bg-opacity: 54%; }
.ra2087 .d0bq, .ra2087 .wtrjfvew { min-height: 320px; }
body, button, input { font-family: "Source Sans 3", sans-serif; }
.os7me8::before { content: '›'; font-size: 1.1em; }