:root {
  --color-accent: #327143;
  --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;
}
.ztcik {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.srrg4t {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.jdsztve {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.wd3l9vo { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.axlo0o { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.axlo0o a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.axlo0o a:hover { color: var(--accent-light); }
.kl1vftr  .lhrq55x { border-radius: 14px; }
.kl1vftr .lhrq55x li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.kl1vftr .lhrq55x li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.o4ycun .lhrq55x li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .lhrq55x {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .f3u47iq:hover .lhrq55x,
  .f3u47iq:focus-within .lhrq55x { display: block; }
  .lhrq55x li a { padding: 8px 16px; font-size: 0.88rem; }
}
.nm1p8i5m {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.tuacq25 { display: none; }
@media (max-width: 640px) {
  .tuacq25 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .tuacq25.xbr3i1i { display: block; }
}
@media (max-width: 640px) {
  .nm1p8i5m { display: block; }
  .axlo0o > li + li::before { display: none !important; }
  .axlo0o {
    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;
  }
  .axlo0o.xbr3i1i { display: flex; }
  .axlo0o li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .axlo0o li:last-child a { border-bottom: none; }
}
.i734dcoa { min-height: 480px; }
.y4i1s8bf {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.a9iyjyd { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.pcv2 .a9iyjyd { margin-left: 0; margin-right: 0; }
.j7w0 {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.i3rp .j7w0 { margin-top: 24px; }
.j7w0:hover { opacity: 0.88; }
.eir8u .y4i1s8bf { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.eir8u .a9iyjyd { color: #e2e8f0; }
.eir8u.pcv2   .ayfnj0 { text-align: left; }
.c51x5no .y4i1s8bf { color: var(--text-primary); text-shadow: none; }
.c51x5no .a9iyjyd { color: var(--text-muted); }
.c51x5no .j7w0 { margin-top: 16px; }
.c51x5no, .c51x5no.i734dcoa { min-height: auto !important; }
.c51x5no.pcv2   .ayfnj0 { text-align: left; }
.c51x5no~.fbn9mb{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}
.c51x5no~.fbn9mb .raf03ub2{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.khf6pon .t6jk,
.khf6pon .frjney5n,
.khf6pon .eir8u .msr2ncd {
  overflow: hidden;
}
.khf6pon .t6jk::after,
.khf6pon .frjney5n::after,
.khf6pon .eir8u .msr2ncd::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.t6jk .y4i1s8bf { color: #fff; }
.t6jk .a9iyjyd { color: rgba(255,255,255,0.85); }
.t6jk .j7w0 { background: #fff; color: var(--cta); }
.t6jk .j7w0:hover { opacity: 0.92; }
.ot38 .c0314x { position: relative; overflow: hidden; }
.ot38 .c0314x::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;
}
.akdwbw .c0314x {
  animation: hg-breathe 7s ease-in-out infinite;
}
.khf6pon .c0314x { position: relative; overflow: hidden; }
.khf6pon .c0314x::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
.r64lkcq .c0314x { position: relative; overflow: hidden; }
.r64lkcq .c0314x::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.guqhtnms .c0314x {
  animation: hg-fadein 1.2s ease-out both;
}
.c0314x {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.iadqqu {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.ojqs {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.cx4ykws {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.c0314x .y4i1s8bf { text-shadow: none; color: var(--text-primary); }
.c0314x .a9iyjyd { color: var(--text-muted); }
body.x9o5j3u5 .y4i1s8bf {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.yzf2q .y4i1s8bf {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.i734dcoa.t6jk .y4i1s8bf,
section.t6jk .y4i1s8bf {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.c0314x.s43qu7 .iadqqu { align-items: center; text-align: center; }
.c0314x.pcv2   .iadqqu { align-items: flex-start; text-align: left; }
.jc4f80y4 .ojqs { position: relative; }
.jc4f80y4 .ojqs::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.jc4f80y4.vnvteyau .ojqs::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.qvy2g .ojqs {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.qvy2g .cx4ykws {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.qvy2g.vnvteyau .ojqs { padding: 32px 0 32px 32px; }
.c8oli2 .ojqs {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.c8oli2 .cx4ykws {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.vnvteyau .iadqqu {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.c8oli2.vnvteyau .ojqs { padding: 40px 16px 40px 48px; }
.i734dcoa .ql96vm {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ql96vm .jkt6 {
  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;
}
.ql96vm .jkt6::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.ql96vm .nw3op1s { display: contents !important; }
.ql96vm .nw3op1s .p9yd90k {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.ql96vm .nw3op1s .i1rh872 { max-height: 48px; max-width: 96px; }
.ql96vm .nw3op1s .u3g0t9h {
  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;
}
.ql96vm .yddpyhm {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.ql96vm .k8wcjy3t { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.ql96vm .fey9hnx3 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.ql96vm .fey9hnx3 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.ql96vm .bv0ixb { display: contents !important; }
.ql96vm .bv0ixb .mexo:not(.olxq2) { display: none !important; }
.ql96vm .bv0ixb .olxq2 {
  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;
}
.ql96vm .bv0ixb .olxq2 .xgjw6m5 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ql96vm .bv0ixb .olxq2 .pp10rku {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.ql96vm .tv4dzl5 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.ql96vm .tv4dzl5.or7f {
  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;
}
.ql96vm .tv4dzl5.or7f:hover { opacity: 0.85; }
.pxkdgun .ojqs {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .c0314x { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .c0314x:not(.pxkdgun) .ojqs { display: none !important; }
  .pxkdgun .ojqs { padding: 16px; }
  .iadqqu  { padding: 36px 24px; }
  .c0314x~.fbn9mb,.vnvteyau~.fbn9mb{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .i734dcoa, .c0314x { min-height: 320px !important; }
  .y4i1s8bf { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ejcz3k,
  .f4bi,
  .vh4wqcxo { grid-template-columns: 1fr !important; }

  

  
  .a86lz { display: flex !important; flex-direction: column !important; }
  .a86lz .ayfnj0 { display: contents; }
  .a86lz .msr2ncd { order: 0; }
  .a86lz .y4i1s8bf { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .a86lz .ejcz3k { order: 2; padding: 0 16px 12px !important; }
  .a86lz .a9iyjyd { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .i3rp .ayfnj0 { display: flex; flex-direction: column; }
  .i3rp .ayfnj0 .y4i1s8bf { order: 1; }
  .i3rp .ayfnj0 .vh4wqcxo { order: 2; margin: 8px 0 24px !important; }
  .i3rp .ayfnj0 .a9iyjyd { order: 3; }
  .i3rp .ayfnj0 .j7w0 { order: 4; align-self: center; margin-top: 0; }

  
  .c0314x.pxkdgun {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .c0314x.pxkdgun .iadqqu { display: contents; padding: 0; }
  .c0314x.pxkdgun .iadqqu .y4i1s8bf { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .c0314x.pxkdgun .ojqs { order: 2; padding: 12px 16px; }
  .c0314x.pxkdgun .iadqqu .a9iyjyd { order: 3; padding: 0 24px; margin: 0 auto; }
  .c0314x.pxkdgun .iadqqu .j7w0 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.x8kx { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.p71qb { width: 100%; height: auto; display: block; border-radius: 10px; }
.a4e3xsv7 .x8kx        { border-radius: 16px; }
.a4e3xsv7 .p71qb  { border-radius: 16px; }
.aqrbf .x8kx         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.aqrbf .p71qb   { border-radius: 8px; }
.vccqeqoh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.cxn8g { width: 100%; padding: 32px 0; position: relative; }
.mevsvr { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.aanmfn5 .cxn8g:nth-child(even) { background: var(--bg-surface); }
.aanmfn5 .cxn8g:nth-child(odd)  { background: var(--bg-page); }
.dfg1b9 .cxn8g:nth-child(even) { background: var(--bg-card); }
.dfg1b9 .cxn8g:nth-child(odd)  { background: var(--bg-page); }
.aanmfn5 .cxn8g:nth-child(odd)  .mevsvr { background: var(--bg-card); border-radius: 6px; }
.aanmfn5 .cxn8g:nth-child(even) .mevsvr { background: var(--bg-raised); border-radius: 6px; }
.dfg1b9 .cxn8g:nth-child(odd)  .mevsvr { background: var(--bg-card); border-radius: 6px; }
.dfg1b9 .cxn8g:nth-child(even) .mevsvr { background: var(--bg-raised); border-radius: 6px; }
.aanmfn5 .cxn8g:nth-child(even) .wnlk .kbkz,
.dfg1b9 .cxn8g:nth-child(even) .wnlk .kbkz { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.aanmfn5 .cxn8g:nth-child(odd) .wnlk .kbkz,
.dfg1b9 .cxn8g:nth-child(odd) .wnlk .kbkz { background: var(--bg-card-inner); }
.aanmfn5 .cxn8g:nth-child(even) .vdgqhise .kbkz:nth-child(odd),
.dfg1b9 .cxn8g:nth-child(even) .vdgqhise .kbkz:nth-child(odd)  { background: var(--bg-card); }
.aanmfn5 .cxn8g:nth-child(even) .vdgqhise .kbkz:nth-child(even),
.dfg1b9 .cxn8g:nth-child(even) .vdgqhise .kbkz:nth-child(even) { background: var(--bg-card-inner); }
h1.kaq73s { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.kaq73s {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.l4597 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.e1l1jwht h2.kaq73s {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.uplz h2.kaq73s {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.gapw9y h2.kaq73s {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.z240o h2.kaq73s::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ncavc0an h2.kaq73s {
  color: var(--text-primary); font-size: 1.7rem;
}
.acml2dmn h2.kaq73s::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.dy2w2 h2.kaq73s {
  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;
}
.wyls { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .wyls { display: none; } }
.e0w8nu { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.w4cxas { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.vdum13 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.yexiq8 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.dkseeiww { padding-left: 20px; }
.dkseeiww li { margin-bottom: 6px; }
.dkseeiww a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.dkseeiww a:hover { color: var(--accent-light); }
.pz0u .yexiq8 { display: none; }
.tp8ek .yexiq8 { display: none; }
.tp8ek .dkseeiww { padding-left: 0; list-style: none; }
.tp8ek .dkseeiww li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.tp8ek .dkseeiww a { font-size: 0.92rem; }
.qblq2 .vdum13 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.qblq2 .yexiq8 { display: none; }
.qblq2 .dkseeiww { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.qblq2 .dkseeiww li { margin-bottom: 0; }
.qblq2 .dkseeiww 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;
}
.qblq2 .dkseeiww a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.kjz9 .vdum13 { padding: 20px 20px 16px; }
.kjz9 .dkseeiww {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.kjz9 .dkseeiww li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.kjz9 .dkseeiww 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;
}
.kjz9 .dkseeiww 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;
}
.kjz9 .dkseeiww a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.kjz9 .dkseeiww a:focus,
.kjz9 .dkseeiww a:focus-visible,
.kjz9 .dkseeiww a:target { outline: none; }
.kjz9 .dkseeiww li:target a { border-color: var(--border); color: var(--text-muted); }
.duqh0y8 .vdum13 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.duqh0y8 .yexiq8 { display: none; }
.duqh0y8 .dkseeiww { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.duqh0y8 .dkseeiww li { margin-bottom: 0; }
.duqh0y8 .dkseeiww li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.duqh0y8 .dkseeiww li:last-child::after { content: ""; margin-right: 0; }
.duqh0y8 .dkseeiww a { font-size: 0.9rem; }
.kbkz { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.wnlk .kbkz { background: var(--bg-card); }
.vdgqhise .kbkz:nth-child(odd)  { background: var(--bg-card); }
.vdgqhise .kbkz:nth-child(even) { background: var(--bg-raised); }
.w2htcdrw .kbkz {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.w2htcdrw .kbkz:last-child { border-bottom: none; }
.w2htcdrw h3.l4597 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.s9p9t1 .kbkz {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.s9p9t1 .kbkz + .kbkz { margin-top: 4px; }
.nw2tcg .kbkz { background: none; border-radius: 0; padding: 12px 0; }
.nw2tcg .kbkz + .kbkz { border-top: 1px solid var(--border-section); }
.mrjd9ki { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.x61c74 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.andyyld { color: var(--text-body); margin-bottom: 10px; }
.htignr, .vs8l { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.htignr li, .vs8l li { margin-bottom: 6px; }
.vs8l li { list-style: decimal; }
.fpehy     .htignr { list-style-type: "● "; }
.e392  .htignr { list-style-type: "■ "; }
.s61imr7k .htignr { list-style-type: "◆ "; }
.q5spiue    .htignr { list-style-type: "★ "; }
.fpehy     .vjk6uk0 { list-style-type: "● "; }
.e392  .vjk6uk0 { list-style-type: "■ "; }
.s61imr7k .vjk6uk0 { list-style-type: "◆ "; }
.q5spiue    .vjk6uk0 { list-style-type: "★ "; }
.fpehy    .htignr li::marker, .fpehy    .vjk6uk0 li::marker,
.e392 .htignr li::marker, .e392 .vjk6uk0 li::marker,
.s61imr7k .htignr li::marker, .s61imr7k .vjk6uk0 li::marker,
.q5spiue   .htignr li::marker, .q5spiue   .vjk6uk0 li::marker {
  color: var(--cta); font-size: 1em;
}
.fpehy .vs8l,
.e392 .vs8l,
.s61imr7k .vs8l,
.q5spiue .vs8l {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.fpehy .vs8l li,
.e392 .vs8l li,
.s61imr7k .vs8l li,
.q5spiue .vs8l li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.fpehy .vs8l li::before,
.e392 .vs8l li::before,
.s61imr7k .vs8l li::before,
.q5spiue .vs8l 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;
}
.fpehy     .vs8l li::before { border-radius: 50%; }
.e392  .vs8l li::before { border-radius: 3px; }
.s61imr7k .vs8l li::before { border-radius: 3px; }
.q5spiue    .vs8l li::before { border-radius: 50%; }
.aftbm { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.xlod4k3d .aftbm,
.y62n2 .aftbm { background: transparent; border: none; border-radius: 0; }
.sikbdsz { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.sikbdsz th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.sikbdsz td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.sikbdsz tr:hover td { background: var(--bg-hover); }
.pg48g .sikbdsz tbody tr:nth-child(even) td { background: var(--bg-surface); }
.xfiu2jak .sikbdsz { border: 1px solid var(--border-alt); }
.xfiu2jak .sikbdsz th,
.xfiu2jak .sikbdsz td { border: 1px solid var(--border-alt); }
.zutnr .sikbdsz th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.zutnr .sikbdsz td { border-bottom: none; }
.zutnr .sikbdsz tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.aefd8kx .sikbdsz th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.evm7 .aftbm {
  overflow: hidden;
}
.evm7 .sikbdsz th { border-bottom: 1px solid var(--border-alt); }
.evm7 .sikbdsz tr:last-child td { border-bottom: none; }
.ay5u { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.pdhmffuf { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.rkegx2b { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.bj4yaxn { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.h0rg2xa { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.vjk6uk0 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.vjk6uk0 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%}
.ah3a680 .bj4yaxn { background: transparent; text-align: center; }
.ueo5y7q6 .rkegx2b {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.r9hjm .rkegx2b {
  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);
}
.kt0xpk08 .pdhmffuf { display: grid; grid-template-columns: auto 1fr; }
.kt0xpk08 .rkegx2b {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.kt0xpk08 .bj4yaxn { grid-column: 2; }
.kt0xpk08 .h0rg2xa,
.kt0xpk08 .vjk6uk0 { grid-column: 1 / -1; }
.zewj1n .pdhmffuf { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.zewj1n .rkegx2b {
  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);
}
.zewj1n .bj4yaxn { grid-column: 2; }
.zewj1n .h0rg2xa,
.zewj1n .vjk6uk0 { grid-column: 1 / -1; }
.s23opj .pdhmffuf { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.s23opj .bj4yaxn { background: none; color: var(--accent-light); font-weight: 700; }
.rmioy0p5 .pdhmffuf { 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); }
.rmioy0p5 .bj4yaxn { background: none; color: var(--accent-light); font-weight: 700; }
.fzt5s .pdhmffuf { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.fzt5s .pdhmffuf:last-child { border-bottom: none; }
.fzt5s .bj4yaxn { background: none; color: var(--accent-light); font-weight: 700; }
.uv04mmwf .pdhmffuf { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.uv04mmwf .bj4yaxn { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.o7np61p .ay5u { counter-reset: card-n; }
.o7np61p .pdhmffuf  { counter-increment: card-n; }
.o7np61p .bj4yaxn { display: flex; align-items: center; gap: 10px; }
.o7np61p .bj4yaxn::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;
}
.wj2i .pdhmffuf { background: var(--bg-surface); border: 1px solid var(--border); }
.wj2i .bj4yaxn { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.h4zq5 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ydpdx1  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.q49xj { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.y3ol3obz { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ehuxe { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.h4zq5 strong { color: var(--text-primary); font-size: 0.95rem; }
.h4zq5 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.mdnk { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.hszc, .v2korve0 { border-radius: 8px; padding: 14px; }
.hszc { background: var(--bg-pros); }
.v2korve0 { background: var(--bg-cons); }
.h0n7qzu { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.hszc .h0n7qzu { color: var(--c-pros-label); }
.v2korve0 .h0n7qzu { color: #f87171; }
.hszc ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.v2korve0 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.p71qb { width: 100%; height: auto; border-radius: 10px; display: block; }
.or7f {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.or7f:hover { opacity: 0.85; }
.sreep6pq .or7f  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.sreep6pq .or7f:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.uuw51 .or7f  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.uuw51 .or7f:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.fbfsy .j7w0 { border-radius: 50px; }
.fbfsy .or7f  { border-radius: 50px; }
.f2fri .j7w0 { padding-left: 22px; padding-right: 22px; }
.f2fri .or7f  { padding-left: 12px; padding-right: 12px; }
.wnsq569 .j7w0 { padding-left: 44px; padding-right: 44px; }
.wnsq569 .or7f  { padding-left: 24px; padding-right: 24px; }
.fg0fwth .j7w0 { padding-left: 56px; padding-right: 56px; }
.fg0fwth .or7f  { padding-left: 32px; padding-right: 32px; }
.hsg075fh   .j7w0::after, .hsg075fh   .or7f::after,
.vkxg4x .j7w0::after, .vkxg4x .or7f::after,
.f2aat65o    .j7w0::after, .f2aat65o    .or7f::after,
.m0nhen    .j7w0::after, .m0nhen    .or7f::after,
.jrao    .j7w0::after, .jrao    .or7f::after,
.mul42     .j7w0::after, .mul42     .or7f::after,
.l1j4xwm    .j7w0::after, .l1j4xwm    .or7f::after,
.ev3qd   .j7w0::after, .ev3qd   .or7f::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;
}
.hsg075fh .j7w0::after, .hsg075fh .or7f::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");
}
.vkxg4x .j7w0::after, .vkxg4x .or7f::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");
}
.f2aat65o .j7w0::after, .f2aat65o .or7f::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");
}
.m0nhen .j7w0::after, .m0nhen .or7f::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");
}
.jrao .j7w0::after, .jrao .or7f::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");
}
.mul42 .j7w0::after, .mul42 .or7f::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");
}
.l1j4xwm .j7w0::after, .l1j4xwm .or7f::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");
}
.ev3qd .j7w0::after, .ev3qd .or7f::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");
}
.teo6   .isgfd::after, .teo6   .ql27o2::after,
.w5r5ot .isgfd::after, .w5r5ot .ql27o2::after,
.p8qiam    .isgfd::after, .p8qiam    .ql27o2::after,
.ilk1    .isgfd::after, .ilk1    .ql27o2::after,
.ng88al    .isgfd::after, .ng88al    .ql27o2::after,
.elho58h2     .isgfd::after, .elho58h2     .ql27o2::after,
.c4q36    .isgfd::after, .c4q36    .ql27o2::after,
.mgp90j   .isgfd::after, .mgp90j   .ql27o2::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;
}
.teo6 .isgfd::after, .teo6 .ql27o2::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");
}
.w5r5ot .isgfd::after, .w5r5ot .ql27o2::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");
}
.p8qiam .isgfd::after, .p8qiam .ql27o2::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");
}
.ilk1 .isgfd::after, .ilk1 .ql27o2::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");
}
.ng88al .isgfd::after, .ng88al .ql27o2::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");
}
.elho58h2 .isgfd::after, .elho58h2 .ql27o2::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");
}
.c4q36 .isgfd::after, .c4q36 .ql27o2::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");
}
.mgp90j .isgfd::after, .mgp90j .ql27o2::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");
}
.jr3fgi {
  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;
}
.jkt6 {
  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;
}
.jkt6 > * { min-width: 0; }
.jkt6:hover { background: var(--bg-hover); }
.jkt6 > [itemprop="item"] { display: contents; }
.jkt6 [itemprop="itemReviewed"],
.jkt6 [itemprop="reviewRating"] { display: none; }
.jkt6::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;
}
.nw3op1s {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.p9yd90k {
  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;
}
.i1rh872 { max-height: 52px; max-width: 110px; object-fit: contain; }
.u3g0t9h {
  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;
}
.dl3a76it .p9yd90k    { background: #1a1a1a; }
.ll8pq8 .p9yd90k   { background: rgba(128,128,128,.12); }
.hvmfwk .p9yd90k { background: var(--bg-raised); }
.bmdtzfkb .p9yd90k    { background: transparent; padding: 0; }
.yddpyhm {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.k8wcjy3t { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.fey9hnx3 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.bv0ixb {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.mexo {
  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;
}
.xgjw6m5 {
  
  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%;
}
.pp10rku {
  
  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;
}
.tv4dzl5 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.tv4dzl5.or7f {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .jkt6 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .jkt6::before    { grid-area: rank;   }
  .nw3op1s           { grid-area: ident;  }
  .yddpyhm     { grid-area: rating; min-width: 0; width: auto; }
  .bv0ixb           { grid-area: pills;  }
  .tv4dzl5             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .jkt6 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .jkt6::before    { justify-self: center; }
  .nw3op1s           { width: 100%; }
  .yddpyhm     { justify-self: center; }
  .bv0ixb           { grid-template-columns: 1fr; }
}
.gu7u {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.j4c1u46b {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.t1bsx {
  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;
}
.t1bsx img { max-width: 80px; max-height: 50px; object-fit: contain; }
.murel { flex: 1; }
.murel h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.u1io { color: var(--c-stars); font-size: 1.1rem; }
.kw07 { margin-bottom: 8px; }
.fxc2xat7 { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.uj384gs::before   { content: "★ "; color: var(--accent-light); }
.cc7dozez { flex-shrink: 0; }
.gjd0h img.ypva8 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.xlod4k3d { padding: 20px 24px; }
.yueoy63 { color: var(--text-muted); margin-bottom: 16px; }
.op8f { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.peycnht, .k67b { list-style: none; font-size: 0.9rem; }
.peycnht li { color: var(--c-pros); margin-bottom: 4px; }
.k67b li { color: var(--c-cons); margin-bottom: 4px; }
.peycnht li::before { content: "✓"; margin-right: 5px; }
.k67b li::before { content: "✗"; margin-right: 5px; }
.k437xa .peycnht li::before { content: "→"; }
.k437xa .k67b li::before { content: "–"; }
.ln647  .peycnht li::before { content: "★"; }
.ln647  .k67b li::before { content: "✕"; }
.i97vub    .peycnht li::before { content: "◆"; }
.i97vub    .k67b li::before { content: "▲"; }
.sx33rg  .peycnht li::before { content: "▶"; }
.sx33rg  .k67b li::before { content: "■"; }
.b1uhsy { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.wpri { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.c46224 { background: var(--bg-pros); color: var(--c-tag-pay); }
.y291xlr { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.rqqky1 .y291xlr { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.srtdyfl8 .y291xlr { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .pavj .gsp62 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .pavj .gu7u { margin: 0; }
}
.f8kyhvd0 .j4c1u46b { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.f8kyhvd0 .murel h3 { color: var(--accent-light); }
.f8kyhvd0 .t1bsx { background: var(--bg-page); border: 1px solid var(--border); }
.l6qq .gu7u { border-top: 4px solid var(--accent); }
.l6qq .j4c1u46b { background: var(--bg-card); }
.good .gu7u { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.good .j4c1u46b { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.good .xlod4k3d { padding: 14px 16px; }
.good .t1bsx { border-radius: 4px; }
.good .y291xlr { border-radius: 0; }
.jk3wkupf .j4c1u46b { padding: 0; gap: 0; overflow: hidden; }
.jk3wkupf .t1bsx { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.jk3wkupf .murel { padding: 16px 20px; }
.jk3wkupf .cc7dozez { padding: 16px 20px; align-self: center; }
.u7he .u1io { font-size: .95rem; }
.y62n2 .mdnk { gap: 10px; }
.y62n2 .hszc, .y62n2 .v2korve0 { padding: 12px; }
.y62n2 .hszc ul, .y62n2 .v2korve0 ul { margin: 4px 0 0; padding-left: 18px; }
.y62n2 .hszc li, .y62n2 .v2korve0 li { font-size: .85rem; margin-bottom: 3px; }
.l7hp7g8m .wpri { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .yrf4s { grid-template-columns: 1fr; }
  .hkg0 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .hkg0 .srzf2ivp { width: 72px; height: 50px; }
  .hkg0 .dj6l { max-width: 180px; }
  .hkg0 .o7j1wwhs { width: auto; }
}
.fpru .u7he .u1io { filter: brightness(1.2); }
@media (max-width: 720px) {
  .fpru { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .iqgw26 { padding: 16px; }
  .k4e6f39 .hx4wh { min-width: 50%; }
}
.k7gw .mdnk { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .tdxsh { grid-template-columns: 1fr; }
  .v9ewl7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .skjn { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .avrog { flex-wrap: wrap; padding: 16px; }
}
.uvlx .mdnk { gap: 8px; }
.uvlx .hszc, .uvlx .v2korve0 { padding: 8px; }
@media (max-width: 480px) {
  .kfbiopd { flex-direction: column; align-items: stretch; }
}
.ry0v9e4j .o7j1wwhs .or7f { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .gdhymgtm { flex-direction: column; align-items: stretch; gap: 10px; }
  .ry0v9e4j .o7j1wwhs { text-align: center; }
}
@media (max-width: 720px) {
  .j254u0 { grid-template-columns: 1fr; }
  .a0wuqmx { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .lf8scwl { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.a1eupld .oytiaz3p { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.kr0t5b .u1io { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .rmvx7rs { grid-template-columns: 1fr; }
  .kr0t5b { width: 100px; height: 100px; margin: 16px auto; }
  .a1eupld { font-size: 1.4rem; }
  .hs9r9k { justify-content: center; }
  .gm74u .hx4wh { min-width: 50%; }
}
.ja4qdwo .mdnk { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .d5rkvg { flex-wrap: wrap; padding: 14px 16px; }
  .e1kz { padding: 12px 16px; }
  .ja4qdwo .mdnk { margin: 0 16px; }
  .ja4qdwo .l7hp7g8m { padding: 0 16px; }
  .fb5kflzc { padding: 12px 16px; }
}
.ak8ghr .jkt6 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.ak8ghr .jkt6:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.vwseq .jr3fgi { gap: 18px; }
.vwseq .jkt6 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.vwseq .jkt6:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.hwka27g .jr3fgi {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.hwka27g .jkt6 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.hwka27g .jkt6:last-child { border-bottom: none; }
.hwka27g .nw3op1s,
.hwka27g .yddpyhm,
.hwka27g .bv0ixb {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.nceozm0p .jr3fgi { gap: 0; }
.nceozm0p .jkt6 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.nceozm0p .jkt6:last-child { border-bottom: none; }
.nceozm0p .jkt6:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.nceozm0p .jkt6:nth-child(even):hover { background: var(--bg-hover); }
.bnhf .jkt6 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.l4rfhv .bv0ixb .mexo {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.l4rfhv .bv0ixb .mexo:first-child { border-left: none; }
.bj0n13i .bv0ixb .mexo {
  background: transparent; padding: 4px 8px;
}
.bj0n13i .bv0ixb .xgjw6m5 { font-size: .65rem; opacity: .65; }
.bj0n13i .bv0ixb .pp10rku   { font-size: 1.15rem; color: var(--accent-light); }
.aqfgp0f .bv0ixb .mexo {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.fey9hnx3 { display: none; }
.x2vxok39 .k8wcjy3t { font-size: 1rem; letter-spacing: 2px; }
.t2xlen0 .k8wcjy3t {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.jt7ne9 .k8wcjy3t,
.aqi1 .k8wcjy3t,
.tsl6nnp .k8wcjy3t { display: none; }
.jt7ne9 .fey9hnx3,
.aqi1 .fey9hnx3,
.tsl6nnp .fey9hnx3 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.jt7ne9 .fey9hnx3 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.jt7ne9 .fey9hnx3 small { display: none; }
.aqi1 .fey9hnx3 {
  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;
}
.aqi1 .fey9hnx3 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.tsl6nnp .fey9hnx3 {
  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;
}
.tsl6nnp .fey9hnx3 small { display: none; }
.jt7ne9 .kw07 .u1io,
.aqi1 .kw07 .u1io,
.tsl6nnp .kw07 .u1io { display: none; }
.jt7ne9 .kw07 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.jt7ne9 .oytiaz3p { display: none; }
.aqi1 .kw07 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;
}
.aqi1 .a8tp,
.aqi1 .oytiaz3p { font-size: 1em; }
.tsl6nnp .kw07 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.tsl6nnp .oytiaz3p { display: none; }
.b2lte { margin: 16px 0; }
.qudq { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.qudq summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.qudq summary::after { content: "+"; color: var(--accent-light); }
.qudq[open] summary::after { content: "−"; }
.qudq p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.cxn8g { margin-bottom: 0; }
.a8q8vq h2.kaq73s { color: var(--text-primary); border-color: var(--accent-light); }
.n9rxmza h2.kaq73s { color: var(--text-primary); border-color: var(--accent-light); }
.vt1hr .ydpdx1     { background: #052e16; border-color: #10b981; }
.vt1hr .q49xj { background: #2d0a1e; border-color: #f43f5e; }
.vt1hr .y3ol3obz    { background: #1e1036; border-color: #a855f7; }
.vt1hr .h4zq5 strong  { color: #f1f5f9; }
.vt1hr .h4zq5 p       { color: #cbd5e1; }
.vt1hr .frzob    .ydpdx1     .ehuxe::before,
.vt1hr .qcfbhy6  .ydpdx1     .ehuxe::before,
.vt1hr .dunaq  .ydpdx1     .ehuxe::before,
.vt1hr .bee17e .ydpdx1     .ehuxe::before { color: #10b981; }
.vt1hr .frzob    .q49xj .ehuxe::before,
.vt1hr .qcfbhy6  .q49xj .ehuxe::before,
.vt1hr .dunaq  .q49xj .ehuxe::before,
.vt1hr .bee17e .q49xj .ehuxe::before { color: #f43f5e; }
.vt1hr .frzob    .y3ol3obz    .ehuxe::before,
.vt1hr .qcfbhy6  .y3ol3obz    .ehuxe::before,
.vt1hr .dunaq  .y3ol3obz    .ehuxe::before,
.vt1hr .bee17e .y3ol3obz    .ehuxe::before { color: #a855f7; }
.aj1v .ydpdx1     { background: #2d2000; border-color: #eab308; }
.aj1v .q49xj { background: #2d0b0b; border-color: #ef4444; }
.aj1v .y3ol3obz    { background: #2d1600; border-color: #f97316; }
.aj1v .h4zq5 strong  { color: #f1f5f9; }
.aj1v .h4zq5 p       { color: #cbd5e1; }
.aj1v .frzob    .ydpdx1     .ehuxe::before,
.aj1v .qcfbhy6  .ydpdx1     .ehuxe::before,
.aj1v .dunaq  .ydpdx1     .ehuxe::before,
.aj1v .bee17e .ydpdx1     .ehuxe::before { color: #eab308; }
.aj1v .frzob    .q49xj .ehuxe::before,
.aj1v .qcfbhy6  .q49xj .ehuxe::before,
.aj1v .dunaq  .q49xj .ehuxe::before,
.aj1v .bee17e .q49xj .ehuxe::before { color: #ef4444; }
.aj1v .frzob    .y3ol3obz    .ehuxe::before,
.aj1v .qcfbhy6  .y3ol3obz    .ehuxe::before,
.aj1v .dunaq  .y3ol3obz    .ehuxe::before,
.aj1v .bee17e .y3ol3obz    .ehuxe::before { color: #f97316; }
.vb1s2r .ydpdx1     { background: #0c1a2e; border-color: #38bdf8; }
.vb1s2r .q49xj { background: #12103a; border-color: #818cf8; }
.vb1s2r .y3ol3obz    { background: #0a2020; border-color: #2dd4bf; }
.vb1s2r .h4zq5 strong  { color: #f1f5f9; }
.vb1s2r .h4zq5 p       { color: #cbd5e1; }
.vb1s2r .frzob    .ydpdx1     .ehuxe::before,
.vb1s2r .qcfbhy6  .ydpdx1     .ehuxe::before,
.vb1s2r .dunaq  .ydpdx1     .ehuxe::before,
.vb1s2r .bee17e .ydpdx1     .ehuxe::before { color: #38bdf8; }
.vb1s2r .frzob    .q49xj .ehuxe::before,
.vb1s2r .qcfbhy6  .q49xj .ehuxe::before,
.vb1s2r .dunaq  .q49xj .ehuxe::before,
.vb1s2r .bee17e .q49xj .ehuxe::before { color: #818cf8; }
.vb1s2r .frzob    .y3ol3obz    .ehuxe::before,
.vb1s2r .qcfbhy6  .y3ol3obz    .ehuxe::before,
.vb1s2r .dunaq  .y3ol3obz    .ehuxe::before,
.vb1s2r .bee17e .y3ol3obz    .ehuxe::before { color: #2dd4bf; }
.f2e8mu46 .ydpdx1     { background: var(--accent-bg); border-color: var(--accent-light); }
.f2e8mu46 .q49xj { background: var(--accent-bg-light); border-color: var(--accent-light); }
.f2e8mu46 .y3ol3obz    { background: var(--accent-bg); border-color: var(--accent-pale); }
.f2e8mu46 .frzob    .ehuxe::before,
.f2e8mu46 .qcfbhy6  .ehuxe::before,
.f2e8mu46 .dunaq  .ehuxe::before,
.f2e8mu46 .bee17e .ehuxe::before { color: var(--accent-light) !important; }
.y5t7l7l::before,
.ukpmr::before { margin-right: 5px; }
.skl6 .hszc ul li,
.skl6 .peycnht li         { color: #4ade80; }
.skl6 .hszc .y5t7l7l { color: #22c55e; }
.skl6 .v2korve0 ul li,
.skl6 .k67b li         { color: #f87171; }
.skl6 .v2korve0 .ukpmr { color: #ef4444; }
.su1f8 .hszc { background: var(--bg-pros); }
.su1f8 .v2korve0 { background: var(--bg-cons); }
.su1f8 .hszc .y5t7l7l { color: var(--c-pros-label); }
.su1f8 .v2korve0 .ukpmr { color: var(--c-cons); }
.su1f8 .hszc ul li,
.su1f8 .peycnht li            { color: var(--c-pros); }
.su1f8 .v2korve0 ul li,
.su1f8 .k67b li            { color: var(--c-cons); }
.eip5dv1n .hszc { background: var(--bg-pros); }
.eip5dv1n .v2korve0 { background: var(--bg-cons); }
.eip5dv1n .hszc .y5t7l7l { color: var(--c-pros-label); }
.eip5dv1n .v2korve0 .ukpmr { color: var(--c-cons); }
.eip5dv1n .hszc ul li,
.eip5dv1n .peycnht li          { color: var(--c-pros); }
.eip5dv1n .v2korve0 ul li,
.eip5dv1n .k67b li          { color: var(--c-cons); }
.gsbkewqx .y5t7l7l::before { content: "✓ "; }
.gsbkewqx .ukpmr::before { content: "✗ "; }
.k437xa .y5t7l7l::before { content: "→ "; }
.k437xa .ukpmr::before { content: "← "; }
.ln647 .y5t7l7l::before { content: "★ "; }
.ln647 .ukpmr::before { content: "✕ "; }
.i97vub .y5t7l7l::before { content: "◆ "; }
.i97vub .ukpmr::before { content: "▲ "; }
.srtdyfl8 .h4zq5 { background: transparent; border-left: none; border: 1.5px solid; }
.srtdyfl8 .ydpdx1     { border-color: var(--c-tip-border); }
.srtdyfl8 .q49xj { border-color: var(--c-warn-border); }
.srtdyfl8 .y3ol3obz    { border-color: #60a5fa; }
.srtdyfl8 .h4zq5 strong { color: var(--text-primary); }
.srtdyfl8 .h4zq5 p      { color: var(--text-muted); }
.rqqky1 .h4zq5 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.rqqky1 .ydpdx1     { border-top-color: var(--c-tip-border); }
.rqqky1 .q49xj { border-top-color: var(--c-warn-border); }
.rqqky1 .y3ol3obz    { border-top-color: #60a5fa; }
.zjzn .h4zq5 { border-left: none; border-radius: 8px; }
.zjzn .ydpdx1     { background: #065f46; }
.zjzn .q49xj { background: #92400e; }
.zjzn .y3ol3obz    { background: #1e3a8a; }
.zjzn .h4zq5 strong,
.zjzn .h4zq5 p { color: #fff; }
.zjzn .ehuxe::before { color: rgba(255,255,255,0.85) !important; }
.vt1hr.zjzn .ydpdx1,
.vt1hr .zjzn .ydpdx1     { background: #052e16; }
.vt1hr.zjzn .q49xj,
.vt1hr .zjzn .q49xj { background: #2d0a1e; }
.vt1hr.zjzn .y3ol3obz,
.vt1hr .zjzn .y3ol3obz    { background: #1e1036; }
.aj1v.zjzn .ydpdx1,
.aj1v .zjzn .ydpdx1      { background: #2d2000; }
.aj1v.zjzn .q49xj,
.aj1v .zjzn .q49xj  { background: #2d0b0b; }
.aj1v.zjzn .y3ol3obz,
.aj1v .zjzn .y3ol3obz     { background: #2d1600; }
.vb1s2r.zjzn .ydpdx1,
.vb1s2r .zjzn .ydpdx1      { background: #0c1a2e; }
.vb1s2r.zjzn .q49xj,
.vb1s2r .zjzn .q49xj  { background: #12103a; }
.vb1s2r.zjzn .y3ol3obz,
.vb1s2r .zjzn .y3ol3obz     { background: #0a2020; }
.x6vqhxf .h4zq5 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.x6vqhxf .ydpdx1     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.x6vqhxf .q49xj { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.x6vqhxf .y3ol3obz    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.x6vqhxf .h4zq5 strong { color: var(--text-primary); }
.x6vqhxf .h4zq5 p      { color: var(--text-muted); }
.zm7pl .h4zq5 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.frzob .ehuxe,
.qcfbhy6 .ehuxe,
.dunaq .ehuxe,
.bee17e .ehuxe { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.frzob .ehuxe::before,
.qcfbhy6 .ehuxe::before,
.dunaq .ehuxe::before,
.bee17e .ehuxe::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.frzob .ydpdx1     .ehuxe::before { content: "✦"; color: var(--c-tip-border); }
.frzob .q49xj .ehuxe::before { content: "▲"; color: var(--c-warn-border); }
.frzob .y3ol3obz    .ehuxe::before { content: "◉"; color: #60a5fa; }
.qcfbhy6 .ydpdx1     .ehuxe::before { content: "★"; color: var(--c-tip-border); }
.qcfbhy6 .q49xj .ehuxe::before { content: "◆"; color: var(--c-warn-border); }
.qcfbhy6 .y3ol3obz    .ehuxe::before { content: "●"; color: #60a5fa; }
.dunaq .ydpdx1     .ehuxe::before { content: "▶"; color: var(--c-tip-border); }
.dunaq .q49xj .ehuxe::before { content: "■"; color: var(--c-warn-border); }
.dunaq .y3ol3obz    .ehuxe::before { content: "▸"; color: #60a5fa; }
.bee17e .ydpdx1     .ehuxe::before { content: "→"; color: var(--c-tip-border); }
.bee17e .q49xj .ehuxe::before { content: "⬥"; color: var(--c-warn-border); }
.bee17e .y3ol3obz    .ehuxe::before { content: "◈"; color: #60a5fa; }
.apcc5sq5 .wnlk .kbkz,
.apcc5sq5 .vdgqhise .kbkz  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.apcc5sq5 .pdhmffuf                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.apcc5sq5 .jkt6                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.apcc5sq5 .gu7u            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.apcc5sq5 .aftbm          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.apcc5sq5 .vdum13                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ehb9ccc4 .wnlk .kbkz,
.ehb9ccc4 .vdgqhise .kbkz,
.ehb9ccc4 .pdhmffuf,
.ehb9ccc4 .jkt6,
.ehb9ccc4 .gu7u,
.ehb9ccc4 .aftbm,
.ehb9ccc4 .vdum13,
.ehb9ccc4 .zm7pl .h4zq5 { box-shadow: none; }
.ztpgku   .andyyld, .ztpgku .mrjd9ki, .ztpgku .x61c74,
.ztpgku   .e0w8nu, .ztpgku .w4cxas { font-size: 0.9rem; }
.ztpgku   .htignr, .ztpgku .vs8l { font-size: 0.9rem; }
.i25y   .andyyld, .i25y .mrjd9ki, .i25y .x61c74,
.i25y   .e0w8nu, .i25y .w4cxas { font-size: 0.95rem; }
.i25y   .htignr, .i25y .vs8l { font-size: 0.95rem; }
.wnu6bnsg   .andyyld, .wnu6bnsg .mrjd9ki, .wnu6bnsg .x61c74,
.wnu6bnsg   .e0w8nu, .wnu6bnsg .w4cxas { font-size: 1.08rem; }
.wnu6bnsg   .htignr, .wnu6bnsg .vs8l { font-size: 1.05rem; }
.wnu6bnsg   .sikbdsz { font-size: 0.97rem; }
.xgq6g8x .y4i1s8bf      { font-size: 3.2rem; }
.xgq6g8x h2.kaq73s { font-size: 1.9rem; }
.xgq6g8x h3.l4597     { font-size: 1.4rem; }
.n34nng05 .y4i1s8bf      { font-size: 3.8rem; }
.n34nng05 h2.kaq73s { font-size: 2.2rem; }
.n34nng05 h3.l4597     { font-size: 1.6rem; }
.cxn8g + .cxn8g { position: relative; }
.foi38r   .cxn8g + .cxn8g::before,
.fbysap  .cxn8g + .cxn8g::before,
.qvh1l   .cxn8g + .cxn8g::before,
.i9yym   .cxn8g + .cxn8g::before,
.goebklw   .cxn8g + .cxn8g::before,
.cnyq6p .cxn8g + .cxn8g::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.foi38r .cxn8g + .cxn8g::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.fbysap .cxn8g + .cxn8g::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.qvh1l .cxn8g + .cxn8g::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;
}
.i9yym .cxn8g + .cxn8g::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.jrqlovt .cxn8g { margin-bottom: 16px; }
.jrqlovt .cxn8g + .cxn8g { margin-top: 0; }
.jrqlovt .mevsvr { padding-top: 0; padding-bottom: 0; }
.goebklw .cxn8g + .cxn8g::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.cnyq6p .cxn8g + .cxn8g::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.v2daz .cxn8g + .cxn8g::before,
.asnr .cxn8g + .cxn8g::before,
.ac68nee .cxn8g + .cxn8g::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%;
}
.aanmfn5 .v2daz .cxn8g:nth-child(even)::before,
.aanmfn5 .asnr .cxn8g:nth-child(even)::before,
.aanmfn5 .ac68nee .cxn8g:nth-child(even)::before { background: var(--bg-surface); }
.dfg1b9 .v2daz .cxn8g:nth-child(even)::before,
.dfg1b9 .asnr .cxn8g:nth-child(even)::before,
.dfg1b9 .ac68nee .cxn8g:nth-child(even)::before { background: var(--bg-card); }
.v2daz .cxn8g + .cxn8g::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");
}
.asnr .cxn8g + .cxn8g::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");
}
.ac68nee .cxn8g + .cxn8g::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");
}
.pjtyd .eir8u,
.pjtyd .ayfnj0 { margin-bottom: 60px; }
.ub0qojwr .iadqqu,
.pjtyd .iadqqu { padding-bottom: 60px; }
.pytle .iadqqu { padding-bottom: 70px; }
.pjtyd .eir8u::before,
.pjtyd .eir8u::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");
}
.xgrz .eir8u:not(.t6jk) .msr2ncd { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.zdbopq9 .c0314x { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.xgrz .t6jk { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.xgrz .frjney5n { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.xgrz .c0314x { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.ol141ye .c0314x { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.an5zw .c0314x { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.datw9rv .c0314x { background: var(--accent-bg); }
.ua1gvl .x8kx { float: left; width: 38%; margin: 0 28px 16px 0; }
.ua1gvl .x8kx .p71qb { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ua1gvl .mevsvr::after { content: ''; display: block; clear: both; }
.bwmcqt .x8kx { float: right; width: 38%; margin: 0 0 16px 28px; }
.bwmcqt .x8kx .p71qb { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bwmcqt .mevsvr::after { content: ''; display: block; clear: both; }
.p7sjaik .cxn8g:nth-child(odd)  .x8kx { float: left;  width: 38%; margin: 0 28px 16px 0; }
.p7sjaik .cxn8g:nth-child(even) .x8kx { float: right; width: 38%; margin: 0 0 16px 28px; }
.p7sjaik .x8kx .p71qb { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.p7sjaik .mevsvr::after { content: ''; display: block; clear: both; }
.ua1gvl .ay5u,
.ua1gvl .jr3fgi,
.bwmcqt .ay5u,
.bwmcqt .jr3fgi,
.p7sjaik .ay5u,
.p7sjaik .jr3fgi { clear: both; }
@media (max-width: 900px) {
  .ua1gvl .x8kx,
  .bwmcqt .x8kx,
  .p7sjaik .cxn8g:nth-child(odd)  .x8kx,
  .p7sjaik .cxn8g:nth-child(even) .x8kx {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ua1gvl .x8kx .p71qb,
  .bwmcqt .x8kx .p71qb,
  .p7sjaik .x8kx .p71qb {
    max-height: none !important;
  }
}
.ua1gvl .htignr,
.ua1gvl .vs8l,
.bwmcqt .htignr,
.bwmcqt .vs8l,
.p7sjaik .htignr,
.p7sjaik .vs8l { overflow: hidden; }
@media (max-width: 640px) {
  .ua1gvl .x8kx,
  .bwmcqt .x8kx,
  .p7sjaik .x8kx { float: none; width: 100%; margin: 0 0 16px 0; }
}
.h4bpnbd0 .vccqeqoh,
.h4bpnbd0 .mevsvr,
.h4bpnbd0 .c3340vts  { max-width: 1100px; }
.r7auuut .vccqeqoh,
.r7auuut .mevsvr,
.r7auuut .c3340vts  { max-width: 1200px; }
.gmwfyv2e .vccqeqoh,
.gmwfyv2e .mevsvr,
.gmwfyv2e .c3340vts  { max-width: 1320px; }
.gmwfyv2e { --content-mw: 1320px; }
.qgpj6s { font-size: 0.82rem; color: var(--text-muted); }
.o7deikf { display: flex; align-items: center; }
.wx6446dz {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.b6fmy { display: flex; align-items: center; }
.d9efcea { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.d9efcea:hover { text-decoration: underline; }
.f3bba2b { margin: 0 3px; opacity: 0.45; }
.f3bba2b::before { content: '/'; }
.cqv995vt { padding: 2px 5px; color: var(--text-main); }
.yojtu6c .qgpj6s {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.yojtu6c .o7deikf { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.rcml .qgpj6s {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.rcml .o7deikf { padding: 0 0 0 12px; }
.kv7vqbra .o7deikf { padding: 0 16px; }
.kv7vqbra .qgpj6s {
  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);
}
.kv7vqbra .vccqeqoh { padding-top: 28px; }
@media (max-width: 720px) {
  .bm5daw2v { margin-top: 18px; padding: 0 16px; }
  .kv7vqbra .vccqeqoh { padding-top: 16px; }
}
.h4bpnbd0.yojtu6c .o7deikf { max-width: 1100px; }
.r7auuut.yojtu6c .o7deikf { max-width: 1200px; }
.gmwfyv2e.yojtu6c .o7deikf { max-width: 1320px; }
.gmwfyv2e .bm5daw2v { max-width: 1320px; }
.f44z5 .cxn8g { padding-top: 16px; padding-bottom: 16px; }
.bpdga .cxn8g { padding-top: 24px; padding-bottom: 24px; }
.dgfu .cxn8g { padding-top: 40px; padding-bottom: 40px; }
.oswc8tlv .cxn8g { padding-top: 52px; padding-bottom: 52px; }
.wsg74 .cxn8g:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.wsg74 .cxn8g:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.wsg74 .cxn8g:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.wsg74 .cxn8g:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.zangz .mevsvr { padding-top: 10px;  padding-bottom: 10px; }
.hdvk .mevsvr { padding-top: 18px;  padding-bottom: 18px; }
.gwz0tx7 .mevsvr { padding-top: 36px;  padding-bottom: 36px; }
.udtbld .mevsvr { padding-top: 48px;  padding-bottom: 48px; }
.ph6nhe h2.kaq73s { font-weight: 600; }
.ph6nhe h3.l4597     { font-weight: 600; }
.wp9u00n h2.kaq73s { font-weight: 800; }
.wp9u00n h3.l4597     { font-weight: 700; }
.fi0s { font-weight: 600; }
.fi0s h2.kaq73s { font-weight: 900; }
.fi0s h3.l4597     { font-weight: 800; }
.fi0s .h4zq5 strong,
.fi0s .h4zq5 strong { font-weight: 600; }
.isgfd {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.tjgahx3 .isgfd { display: none; }
@media (max-width: 640px) {
  .ny8zad { display: none; }
  .isgfd {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.isgfd { background: var(--cta) !important; color: #fff !important; border: none !important; }
.isgfd:hover { opacity: 0.85; }
.kz38a .isgfd { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.f6hh .isgfd,
.suskv  .isgfd { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.f6hh .isgfd:hover,
.suskv  .isgfd:hover { opacity: 0.88; }
.kz38a.f6hh .isgfd,
.kz38a.suskv  .isgfd { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ql27o2 {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.ql27o2:hover { transform: translateY(-2px); opacity: 0.92; }
.ql27o2 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.f2zd .ql27o2 { display: none; }
.pg10ww .ql27o2 { right: 32px; }
.u1hi  .ql27o2 { left: 32px; }
@media (max-width: 480px) {
  .pg10ww .ql27o2 { right: 20px; bottom: 20px; }
  .u1hi  .ql27o2 { left: 20px; bottom: 20px; }
}
.c2l97qqy { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.c3340vts { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.dgcas { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.gnxkmm { color: var(--text-dim); font-size: 0.8rem; }
.yfsc7csu { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.yfsc7csu img { height: 26px; width: auto; object-fit: contain; }
.i9lwli38 a, .xg7chbd a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.i9lwli38 a:hover, .xg7chbd a:hover { color: var(--accent-light); }
.xg7chbd { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.ne2h4bb2 .c3340vts { text-align: center; }
.ne2h4bb2 .xg7chbd { justify-content: center; margin-bottom: 16px; }
.ne2h4bb2 .dgcas { margin-top: 0; }
.swf6 { margin-top: 10px; }
.swf6 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .c3340vts { padding-left: 16px; padding-right: 16px; }
  .fo2l86m3 .c3340vts { padding: 20px 16px; }
  .xg7chbd { gap: 4px 12px; }
  .dgcas { font-size: 0.78rem; }
}
.ybx41 .h0ak28 .yfsc7csu { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.ybx41 .dgcas { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ybx41 .gnxkmm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ybx41 .p17oqxi { grid-template-columns: 1fr 1fr; } .ybx41 .h0ak28 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ybx41 .p17oqxi { grid-template-columns: 1fr; } }
.p5mzt .yfsc7csu { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.p5mzt .dgcas { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .p5mzt .umith { gap: 12px; } .p5mzt .yfsc7csu { margin-right: 0; width: 100%; } }
.pyh2q9 .zs01l .yfsc7csu { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.pyh2q9 .dgcas { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.pyh2q9 .gnxkmm { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .pyh2q9 .lryj4sx { grid-template-columns: 1fr 1fr; } .pyh2q9 .zs01l { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pyh2q9 .lryj4sx { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .pfhwp7rk .nl8pek { grid-template-columns: 1fr 1fr; } .pfhwp7rk .mtkl:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pfhwp7rk .nl8pek { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .gul1bj .nl8pek { grid-template-columns: 1fr; } }
.k4akoqu .c3340vts { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.k4akoqu .xg7chbd { justify-content: center; }
.fh40i .ztcik      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.fh40i .c2l97qqy { background: var(--bg-page); border-top-color: var(--border-alt); }
.v4afgkq .ztcik      { background: #0d1117; border-bottom-color: #21262d; }
.v4afgkq .jdsztve { color: var(--accent-light); }
.v4afgkq .axlo0o { --msep-color: #8b949e; }
.v4afgkq .axlo0o a { color: #8b949e; }
.v4afgkq .axlo0o a:hover { color: var(--accent-light); }
.v4afgkq .nm1p8i5m { color: #8b949e; }
.v4afgkq .c2l97qqy { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.v4afgkq .dgcas,
.v4afgkq .gnxkmm { color: #6e7681; }
.v4afgkq .i9lwli38 a, .v4afgkq .xg7chbd a,
.v4afgkq .yfsc7csu { color: #e6edf3; }
.v4afgkq .i9lwli38 a:hover, .v4afgkq .xg7chbd a:hover,
@media (max-width: 640px) {
  .v4afgkq .axlo0o { background: #0d1117; border-top-color: #21262d; }
  .v4afgkq .axlo0o li a { border-bottom-color: #21262d; }
}
.rouoyj .ztcik      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.rouoyj .jdsztve { color: var(--accent-light); }
.rouoyj .axlo0o { --msep-color: #475569; }
.rouoyj .axlo0o a { color: #475569; }
.rouoyj .axlo0o a:hover { color: var(--accent-light); }
.rouoyj .nm1p8i5m { color: #64748b; }
.rouoyj .c2l97qqy { background: #f0f4f8; border-top-color: #cbd5e1; }
.rouoyj .dgcas,
.rouoyj .gnxkmm { color: #64748b; }
.rouoyj .i9lwli38 a, .rouoyj .xg7chbd a,
.rouoyj .dhvr a, .rouoyj .yfsc7csu { color: #374151; }
.rouoyj .i9lwli38 a:hover, .rouoyj .xg7chbd a:hover,
@media (max-width: 640px) {
  .rouoyj .axlo0o { background: #f0f4f8; border-top-color: #cbd5e1; }
  .rouoyj .axlo0o li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.f6hh .ztcik      { background: var(--accent); border-bottom-color: var(--accent-light); }
.f6hh .jdsztve { color: #fff; }
.f6hh .axlo0o { --msep-color: rgba(255,255,255,0.82); }
.f6hh .axlo0o a { color: rgba(255,255,255,0.82); }
.f6hh .axlo0o a:hover { color: #fff; }
.f6hh .nm1p8i5m { color: rgba(255,255,255,0.9); }
.f6hh .c2l97qqy { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.f6hh .dgcas,
.f6hh .gnxkmm { color: rgba(255,255,255,0.72); }
.f6hh .i9lwli38 a, .f6hh .xg7chbd a,
.f6hh .dhvr a, .f6hh .yfsc7csu { color: #fff; }
.f6hh .i9lwli38 a:hover, .f6hh .xg7chbd a:hover,
@media (max-width: 640px) {
  .f6hh .axlo0o { background: var(--accent); border-top-color: var(--accent-light); }
  .f6hh .axlo0o li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.suskv .ztcik {
  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);
}
.suskv .c2l97qqy {
  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) {
  .suskv .axlo0o {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.jj2ic3d4 .srrg4t { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.knhva .srrg4t { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.d9z2lima .srrg4t { min-height: 72px; height: auto; }
.awkm .srrg4t { min-height: 84px; height: auto; }
.fo2l86m3 .srrg4t { max-width: none; padding: 0 32px; }
.fo2l86m3 .c3340vts  { max-width: none; padding: 24px 32px; }
.i386sso.r7auuut .srrg4t { max-width: 1200px; }
.i386sso.gmwfyv2e .srrg4t { max-width: 1320px; }
.rq5h2   .jdsztve, .rq5h2   .yfsc7csu { text-transform: capitalize; }
.w466yf .jdsztve, .w466yf .yfsc7csu { text-transform: lowercase; }
.g8dus .jdsztve, .g8dus .yfsc7csu { text-transform: uppercase; letter-spacing: 0.06em; }
.jvpuzd7g, .adzyrtzo {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.m3rzvl .jvpuzd7g,
.m3rzvl .adzyrtzo { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.a5280un .jvpuzd7g,
.a5280un .adzyrtzo { 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; }
.kmx3rn8 .jvpuzd7g,
.kmx3rn8 .adzyrtzo { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.amd0gc .jvpuzd7g,
.amd0gc .adzyrtzo { 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; }
.nnu9r   .axlo0o a { font-weight: 500; }
.ydj1j2y .axlo0o a { font-weight: 600; }
.mdanj     .axlo0o a { font-weight: 700; }
.uadv0yr    .axlo0o a { font-weight: 800; letter-spacing: 0.01em; }
.k00r9qn     .axlo0o > li + li::before,
.rdattl    .axlo0o > li + li::before,
.g84oijqn    .axlo0o > li + li::before,
.txcrmgl1 .axlo0o > li + li::before,
.cjohlkm2 .axlo0o > li + li::before,
.ht0pz00b  .axlo0o > li + li::before,
.bd8xi6    .axlo0o > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.k00r9qn     .axlo0o > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.rdattl    .axlo0o > li + li::before { content: "|"; }
.g84oijqn    .axlo0o > li + li::before { content: "—"; }
.txcrmgl1 .axlo0o > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.cjohlkm2 .axlo0o > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ht0pz00b  .axlo0o > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.bd8xi6    .axlo0o > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .rt6u4q .nm1p8i5m,
  .s5o9 .nm1p8i5m,
  .fi53 .nm1p8i5m,
  .b0h9q3o .nm1p8i5m,
  .g9kr4 .nm1p8i5m {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .rt6u4q .nm1p8i5m::before,
  .s5o9 .nm1p8i5m::before,
  .fi53 .nm1p8i5m::before,
  .b0h9q3o .nm1p8i5m::before,
  .g9kr4 .nm1p8i5m::before { content: ""; display: block; flex-shrink: 0; }

  
  .rt6u4q .nm1p8i5m::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;
  }

  
  .s5o9 .nm1p8i5m::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;
  }

  
  .fi53 .nm1p8i5m::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;
  }

  
  .b0h9q3o .nm1p8i5m::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;
  }

  
  .g9kr4 .nm1p8i5m::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) {
  .e00pn6df .nm1p8i5m {
    padding: 5px 14px;
  }
  .e00pn6df .axlo0o {
    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;
  }
  .e00pn6df .axlo0o li a {
    border-bottom: none; padding: 10px 22px;
  }
  .e00pn6df .axlo0o li a:hover { background: var(--bg-raised); }
  .e00pn6df .tuacq25,
  .r9vb30 .tuacq25,
  .x0gz .tuacq25 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .gzay7 .nm1p8i5m {
    padding: 5px 10px;
  }
  .gzay7 .axlo0o {
    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);
  }
  .gzay7 .axlo0o.xbr3i1i { transform: translateX(0); }
  .gzay7 .axlo0o li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .gzay7 .axlo0o li:last-child a { border-bottom: none; }
  .f6hh .axlo0o,
  .v4afgkq .axlo0o { background: var(--accent) !important; }
  .f6hh .axlo0o li a,
  .v4afgkq .axlo0o li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .x0gz .nm1p8i5m {
    padding: 5px 10px;
  }
  .x0gz .axlo0o {
    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);
  }
  .x0gz .axlo0o::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .x0gz .axlo0o.xbr3i1i { transform: translateY(0); }
  .x0gz .axlo0o li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .g2fk .nm1p8i5m {
    padding: 5px 10px;
  }
  .g2fk .axlo0o {
    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;
  }
  .g2fk .axlo0o.xbr3i1i { opacity: 1; pointer-events: auto; }
  .g2fk .axlo0o li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .lupi5n     .nm1p8i5m { border-radius: 0 !important; }
  .fhi0   .nm1p8i5m { border-radius: 8px !important; }
  .q1bwacvh .nm1p8i5m { border-radius: 50% !important; }
  .u0hjv   .nm1p8i5m { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .l2z7 .zyzkhm8r { flex-direction: column; align-items: stretch; }
  .l2z7 .fgnca { flex-direction: row; min-width: auto; }
  .l2z7 .h450zo7s { align-items: flex-start; text-align: left; }
}
.rnr3,
.rnr3.cxn8g,
.aanmfn5 .rnr3,
.xr2bvfuj .rnr3,
.dfg1b9 .rnr3,
.x0kemu .rnr3 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.m9flo8g {
  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;
}
.jn74x { flex: 1 1 280px; min-width: 0; }
.kkps66l {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.o4nl56 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.fyzg7hq {
  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;
}
.fyzg7hq:hover { transform: translateY(-1px); opacity: 0.95; }
.rz0j9vo4 .m9flo8g {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.rz0j9vo4 .kkps66l { color: var(--cta); }
.rz0j9vo4 .o4nl56 { color: var(--text-body); }
.rz0j9vo4 .fyzg7hq {
  background: var(--cta) !important;
  color: #fff !important;
}
.ohh4z1b .m9flo8g {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ohh4z1b .kkps66l { color: var(--text-primary); }
.ohh4z1b .o4nl56 { color: var(--text-body); }
.ohh4z1b .fyzg7hq {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .m9flo8g {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .jn74x { flex: 0 0 auto; }
  .kkps66l { font-size: 1.2rem; }
  .fyzg7hq { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.o2s5a4dp .wd3l9vo { height: 36px; }
.wc9r .wd3l9vo { height: 60px; max-width: 200px; }
.wq8xu2do .wd3l9vo { height: 56px; max-width: 180px; }
.d5w23l    .k8wcjy3t, .d5w23l    .u1io { color: #f59e0b; }
.q90rkhjy      .k8wcjy3t { font-size: 1rem; letter-spacing: 1.5px; }
.q90rkhjy      .u1io   { font-size: 1.35rem; }
.futjz6w    .k8wcjy3t, .futjz6w    .u1io { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.p7v5rln     .k8wcjy3t, .p7v5rln     .u1io { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.bn1eph70 .k8wcjy3t, .bn1eph70 .u1io { color: var(--cta); letter-spacing: 2px; }
.bv3m8l0i   .k8wcjy3t, .bv3m8l0i   .u1io { color: #e91e63; letter-spacing: 2px; }
.t0ejfaxh  .k8wcjy3t, .t0ejfaxh  .u1io { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.t1sygj     .k8wcjy3t, .t1sygj     .u1io { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.l4rfhv .mexo + .mexo {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.vbu56 .jkt6 { padding: 18px 24px; min-height: 68px; }
.bj0n13i .xgjw6m5 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.bj0n13i .pp10rku {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.aqfgp0f .mexo {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.jr3fgi { counter-reset: cs-rank; }
.jr3fgi .jkt6 { counter-increment: cs-rank; }
.jr3fgi .jkt6::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;
}
.xejme .jr3fgi { counter-reset: cs-rank; gap: 0; }
.xejme .jkt6 {
  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;
}
.xejme .jkt6::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;
}
.xejme .nw3op1s {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.xejme .p9yd90k {
  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;
}
.xejme .i1rh872 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.xejme .nw3op1s { min-width: 0; flex-direction: column; width: 100%; }
.xejme .u3g0t9h {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.xejme .k8wcjy3t { color: var(--cta, var(--accent)); }
.xejme .fey9hnx3 { font-weight: 700; }
.xejme .mexo {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.xejme .xgjw6m5 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.xejme .pp10rku {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.xejme .olxq2 .pp10rku { font-size: 1.3rem; color: var(--accent-light); }
.xejme .tv4dzl5 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.xejme .jkt6:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .xejme .jr3fgi {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .xejme .jkt6 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .xejme .jkt6 { padding: 40px 16px 20px; }
  .xejme .mexo {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .xejme .tv4dzl5 { width: 100%; min-width: 0; }
}
.la1g6vz5 .jr3fgi { counter-reset: cs-rank; gap: 10px; }
.la1g6vz5 .jkt6 {
  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);
}
.la1g6vz5 .jkt6::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);
}
.la1g6vz5 .nw3op1s {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.la1g6vz5 .p9yd90k {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.la1g6vz5 .i1rh872 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.la1g6vz5 .u3g0t9h {
  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;
}
.la1g6vz5 .k8wcjy3t { color: var(--cta, var(--accent)); }
.la1g6vz5 .mexo {
  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;
}
.la1g6vz5 .xgjw6m5 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.la1g6vz5 .pp10rku { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.la1g6vz5 .olxq2 .pp10rku { color: var(--accent-light); }
.la1g6vz5 .tv4dzl5 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.la1g6vz5 .jkt6:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .la1g6vz5 .jkt6 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .la1g6vz5 .jkt6::before {
    position: absolute; top: 14px; left: 14px;
  }
  .la1g6vz5 .nw3op1s {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .la1g6vz5 .u3g0t9h { white-space: normal; text-align: center; font-size: 1.2rem; }
  .la1g6vz5 .mexo {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .la1g6vz5 .tv4dzl5 { width: 100%; min-width: 0; }
  .la1g6vz5 .k8wcjy3t { min-width: 0; }
}
.gdyc .jkt6::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.heei .qudq {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.heei .qudq summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.heei .qudq p { padding: 0 2px 16px; }
.aessc39 .qudq { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.aessc39 .qudq summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.aessc39 .qudq summary::after { content: "›"; font-size: 1.2em; }
.aessc39 .qudq[open] summary::after { content: "‹"; }
.aessc39 .qudq p { padding: 10px 22px 4px; }
.n0n2 .qudq {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.n0n2 .qudq summary { color: var(--text-primary); padding-left: 16px; }
.n0n2 .qudq summary::after { content: "›"; font-size: 1.1em; }
.n0n2 .qudq[open] summary::after { content: "‹"; }
.n0n2 .qudq p { padding-left: 16px; }
.wzfok .b2lte { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.wzfok .qudq {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.wzfok .qudq:last-child { border-bottom: none; }
.wzfok .qudq summary { color: var(--text-primary); border-radius: 0; }
.wzfok .qudq summary::after { content: "›"; font-size: 1.1em; }
.wzfok .qudq[open] summary::after { content: "‹"; }
.ax8o88 .qudq { overflow: hidden; }
.ax8o88 .qudq summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ax8o88 .qudq summary::after { color: rgba(255,255,255,.75); }
.ax8o88 .qudq[open] summary { border-radius: 0; }
.ncmv9hbk { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.cwklm8 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.t6flis1t {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ueewtgp { color: var(--text-muted); font-size: 1.05rem; }
.egv2 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.o0ttf2 { margin-bottom: 20px; }
.gttwoox {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.spcihh {
  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;
}
.spcihh:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ny413 { resize: vertical; min-height: 130px; }
.v0ktj { width: 100%; margin-top: 8px; }
.rpzlr {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.v67lum0k {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.rnr8coxr { color: var(--text-muted); line-height: 1.75; }
.kvxxvpa { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.kvxxvpa li { margin-bottom: 6px; }
.yjxtxay { max-width: 760px; margin: 0 auto; }
.pjv0nu { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.pj9tz { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.pj9tz:last-child { border-bottom: none; }
.pj9tz h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.pj9tz p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.dn0o { max-width: 760px; margin: 0 auto; }
.awhvt9 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.kalxjy7e ul.kvxxvpa { margin: 0; }
.ez8zxny .awhvt9 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .ez8zxny { grid-template-columns: 1fr; gap: 10px; } }
.xi6ye40j { max-width: 640px; margin: 0 auto; text-align: center; }
.aidx { margin-bottom: 48px; }
.aidx .awhvt9 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.aidx p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.omgm .kvxxvpa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .wfbze { grid-template-columns: 1fr; } }
.b4a4hci { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.b4a4hci:hover .v3bh7 { color: var(--accent-light); text-decoration: underline; }
.baqy { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ll8hz916 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ll8hz916:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.rrw9wq9 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ll8hz916 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ll8hz916 ul.kvxxvpa { margin: 0; }
.oub082 { color: var(--text-muted); line-height: 1.75; }
.k7vi .kvxxvpa,
.cztvocho .kvxxvpa,
.blkeisg .kvxxvpa,
.nc24j4 .kvxxvpa {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.k7vi .ll8hz916,
.cztvocho .ll8hz916 { text-align: left; }
.k7vi .rrw9wq9,
.cztvocho .rrw9wq9 { text-align: center; }
.hj42 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.h0tsg1s { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.dr2p8ioi { font-size: 1.1rem; }
.rs47yq { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.nzi4xk { margin-top: 12px; }
.jtu1 { 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; }
.jtu1:hover { border-bottom-color: var(--accent-light); }
.nbezvgk { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.nbezvgk img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rq247 { width: 260px; height: 260px; }
.c70781 { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.og3shk { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.efl2sc { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .vpdl1ien { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.lryg .rs47yq, .lryg .h0tsg1s { max-width: 640px; }
.xpgpv3 { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.aocnj1z { position: sticky; top: 96px; align-self: start; }
.aocnj1z .hj42 { font-size: 1.6rem; margin-top: 18px; }
.feqmq35m .rs47yq { margin-bottom: 28px; }
@media (max-width: 860px) { .xpgpv3 { grid-template-columns: 1fr; } .aocnj1z { position: static; text-align: center; } }
.kt41 .nbezvgk { margin: 0 auto 18px; }
.kt41 .og3shk { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .yllr2 { grid-template-columns: 1fr; } }
.z6pxmv2p .hj42 { font-size: 1.6rem; margin-bottom: 6px; }
.nc24j4 .kvxxvpa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .z6pxmv2p { flex-direction: column; text-align: center; } .o1ap { grid-template-columns: 1fr; } }
.cte1x .hj42 { font-size: 1.35rem; margin: 0 0 4px; }
.cte1x .og3shk { margin: 0; }
.r4k9zq { max-width: 760px; margin: 0 auto; }
.cq2q3 { position: relative; padding-left: 28px; }
.cq2q3::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ls6qy { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ls6qy:last-child { padding-bottom: 0; }
.fnmc74b { 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; }
.sjy8 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.sjy8 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.iysj3 .t6flis1t { color: var(--accent-light); }
.ypx9 .t6flis1t { font-size: 2rem; }
.ypx9 .ueewtgp { max-width: 680px; }
.cxz0 {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.cxz0 .t6flis1t { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.cxz0 .ueewtgp  { margin: 0; }
@media (max-width: 640px) { .cxz0 { flex-direction: column; } }
.iv17 .t6flis1t { color: var(--accent-light); }
.n60q7r .t6flis1t { color: #fff; }
.n60q7r .ueewtgp  { color: rgba(255,255,255,0.85); }
.bfcz { max-width: 680px; margin: 0 auto; }
.z3650aex {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .z3650aex { grid-template-columns: 1fr; } }
.tmc7eze .spcihh {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.tmc7eze .spcihh:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.i9tmp .spcihh { background: var(--bg-raised); border-color: transparent; }
.i9tmp .spcihh:focus { background: var(--bg-card); border-color: var(--accent-light); }
.vmckxh .spcihh { border-radius: 100px; padding: 11px 20px; }
.vmckxh .ny413 { border-radius: 14px; }
@media (max-width: 640px) { .yv7fi { grid-template-columns: 1fr; } }
.mwu7u { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.mwu7u li { margin-bottom: 6px; }
.x7h93frm{display:none}
.x7h93frm:empty,.raf03ub2:empty{display:none}
.u3mm{position:relative;overflow:visible}
.w72zvk .fbn9mb,.zbmar9 .fbn9mb,
.xqph .fbn9mb,.ua3lhji .fbn9mb,
.kx9ns .fbn9mb,.t7cw27 .fbn9mb{display:block}
.whpmoe7w .enmuf{display:block}
.w72zvk .fbn9mb,.zbmar9 .fbn9mb,
.xqph .fbn9mb,.ua3lhji .fbn9mb,
.kx9ns .fbn9mb{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}
.w72zvk .fbn9mb .raf03ub2,.zbmar9 .fbn9mb .raf03ub2,
.xqph .fbn9mb .raf03ub2,.ua3lhji .fbn9mb .raf03ub2,
.kx9ns .fbn9mb .raf03ub2{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}
.w72zvk .iewfk0u,.zbmar9 .iewfk0u,
.xqph .iewfk0u,.ua3lhji .iewfk0u,
.kx9ns .iewfk0u{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.w72zvk .fbn9mb,.zbmar9 .fbn9mb{top:12px}
.w72zvk .fbn9mb .raf03ub2{margin-right:auto}
.zbmar9 .fbn9mb .raf03ub2{margin-left:auto}
.zbmar9 .fbn9mb{text-align:right}
.xqph .fbn9mb,.ua3lhji .fbn9mb{bottom:12px}
.xqph .fbn9mb .raf03ub2{margin-right:auto}
.ua3lhji .fbn9mb .raf03ub2{margin-left:auto}
.ua3lhji .fbn9mb{text-align:right}
.kx9ns .fbn9mb{position:relative;margin-top:16px}
.kx9ns .fbn9mb .raf03ub2{margin:0 auto}
.t7cw27 .fbn9mb{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.t7cw27 .fbn9mb .raf03ub2{margin:0}
.t7cw27 .c0314x~.fbn9mb,
.t7cw27 .vnvteyau~.fbn9mb{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.t7cw27 .c0314x~.fbn9mb .raf03ub2,
.t7cw27 .vnvteyau~.fbn9mb .raf03ub2{justify-content:flex-start}
.c0314x~.fbn9mb,.vnvteyau~.fbn9mb{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}
.c0314x~.fbn9mb .raf03ub2{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.vnvteyau~.fbn9mb .raf03ub2{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.enmuf .raf03ub2{margin:0 0 12px}
.raf03ub2{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.vmbr{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.v3bh7{font-weight:600;color:var(--text-heading);opacity:1}
.gtngo::before{content:"·";margin:0 2px;opacity:.5}
.iewfk0u{white-space:nowrap}
.u7ogt6f .vmbr{display:none}
.zqh9eei4 .iewfk0u{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.zqh9eei4 .gtngo::before{content:""}
.w7c8 .iewfk0u{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}
.w7c8 .gtngo::before{content:""}
.zf0y9j .raf03ub2{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.in539q7r .iewfk0u{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.in539q7r .gtngo::before{content:""}
.jpuo .iewfk0u{color: var(--accent-light);opacity:1;font-weight:500}
.ynq80y3r .iewfk0u{border-bottom:1px solid currentColor;padding-bottom:2px}
.l4xl2 .raf03ub2{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.vy3j1rw6{--date-bg:var(--accent-bg-light)}
.uo2cw4t .gtngo::before{content:""}
.em3ma6tb .gtngo::before{content:"•";opacity:.4}
.em3ma6tb .iewfk0u + .iewfk0u::before{content:"•";margin-right:6px;opacity:.4}
.ogbdi04 .gtngo::before{content:"/";opacity:.35}
.ogbdi04 .iewfk0u + .iewfk0u::before{content:"/";margin-right:6px;opacity:.35}
.n4aag .gtngo::before{content:"|";opacity:.3}
.n4aag .iewfk0u + .iewfk0u::before{content:"|";margin-right:6px;opacity:.3}
.kmix .gtngo::before{content:"—";opacity:.3}
.kmix .iewfk0u + .iewfk0u::before{content:"—";margin-right:6px;opacity:.3}
.xd1u .gtngo::before{content:"◆";font-size:.5em;opacity:.35}
.xd1u .iewfk0u + .iewfk0u::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.k17up .gtngo::before{content:"·";opacity:.4}
.k17up .iewfk0u + .iewfk0u::before{content:"·";margin-right:6px;opacity:.4}
.g0sw .gtngo::before{content:"›";opacity:.4}
.g0sw .iewfk0u + .iewfk0u::before{content:"›";margin-right:6px;opacity:.4}
.nhujg .gtngo::before{content:"→";opacity:.35;font-size:.85em}
.nhujg .iewfk0u + .iewfk0u::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.iyrc3 .f3nbj8{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .f3nbj8{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .kdno0{max-width:100%}
}
.d8c1r .aftbm{margin:0}
@media (max-width:560px){
  .bj9th{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) {
  .ak9i7 { padding: 28px 18px 20px; }
  .ledz { font-size: 1.2rem; }
  .gs7jl { max-width: 220px; max-height: 80px; }
}
.jzeszprv {
  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);
}
.trzywed {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.ksak  .jzeszprv { border-radius: 50%; }
.vp68  .jzeszprv { border-radius: 6px; }
.ygjo .jzeszprv { border-radius: 22px; }
.ed0hhp54 .m9flo8g {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .jzeszprv { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.xgn3v {
  margin: 28px 0 24px;
}
.xgn3v .cxn8g {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.xgn3v .mevsvr {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.xgn3v .m9flo8g {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .srrg4t { flex-direction: row-reverse; }
[dir="rtl"] .axlo0o { flex-direction: row-reverse; }
[dir="rtl"] .pg10ww .ql27o2 { right: auto; left: 32px; }
[dir="rtl"] .u1hi  .ql27o2 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .pg10ww .ql27o2 { right: auto; left: 20px; }
  [dir="rtl"] .u1hi  .ql27o2 { left: auto;  right: 20px; }
}
[dir="rtl"] .ua1gvl .x8kx  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .bwmcqt .x8kx { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .c0314x,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .htignr, [dir="rtl"] .vs8l { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .hszc { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .v2korve0 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .h4zq5 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .m9flo8g { direction: rtl; }
[dir="rtl"] .jzeszprv { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .jkt6,
[dir="rtl"] .qgpj6s { direction: rtl; }
[dir="rtl"] .vdum13 { direction: rtl; }
[dir="rtl"] .dkseeiww { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .fpehy .vs8l,
[dir="rtl"] .e392 .vs8l,
[dir="rtl"] .s61imr7k .vs8l,
[dir="rtl"] .q5spiue .vs8l {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .fpehy .vs8l li::before,
[dir="rtl"] .e392 .vs8l li::before,
[dir="rtl"] .s61imr7k .vs8l li::before,
[dir="rtl"] .q5spiue .vs8l li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .eir8u.pcv2 .ayfnj0,
[dir="rtl"] .c51x5no.pcv2 .ayfnj0,
[dir="rtl"] .t6jk.pcv2 .ayfnj0,
[dir="rtl"] .a86lz.pcv2 .ayfnj0,
[dir="rtl"] .i3rp.pcv2 .ayfnj0 { text-align: right; }
[dir="rtl"] .c0314x.pcv2 .iadqqu { align-items: flex-end; text-align: right; }
[dir="rtl"] .c0314x.s43qu7 .iadqqu { text-align: center; }
[dir="rtl"] .c0314x .iadqqu { text-align: right; }
[dir="rtl"] .mevsvr,
[dir="rtl"] .e0w8nu,
[dir="rtl"] .w4cxas,
[dir="rtl"] .wyls,
[dir="rtl"] .egv2,
[dir="rtl"] .gttwoox,
[dir="rtl"] .rs47yq,
[dir="rtl"] .spcihh,
[dir="rtl"] .ny413 { text-align: right; direction: rtl; }
[dir="rtl"] .vmckxh .spcihh,
[dir="rtl"] .tmc7eze .spcihh { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #327143;
  --brand:           #327143;
  --brand-light:     #31583b;
  --brand-pale:      #4c6f56;
  --grad-start:      #4eb068;
  --grad-end:        #82b991;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #327143;
  --cta-light:       #225730;
  --cta-hover:       #1f4629;
  --bg-page:         #f6f7f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f4;
  --bg-raised:       #eef0ef;
  --bg-hover:        #f4f5f4;
  --border:          #e3e7e4;
  --border-alt:      #d1dad4;
  --border-section:  #e3e7e4;
  --text-primary:    #181a18;
  --text-muted:      #555d57;
  --text-body:       #303531;
  --text-sub:        #48504a;
  --text-faint:      #79857c;
  --text-dim:        #949d96;
  --text-label:      #616a63;
  --text-value:      #3c423e;
  --accent-bg:       #e8ece9;
  --accent-bg-light: #d4e1d8;
  --bg-tip:          #f9f0f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f6;
  --bg-cons:         #faf6f3;
  --c-pros:          #802367;
  --c-cons:          #9f4c21;
  --c-pros-label:    #98297a;
  --c-tip-border:    #a82d87;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #802367;
}
:root { --logo-bg-opacity: 74%; }
body, button, input { font-family: "Oxanium", sans-serif; }
.u34mmpz .ehuxe { font-size: 0; width: 1.2rem; flex-shrink: 0; }.u34mmpz .ehuxe::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.u34mmpz .ydpdx1     .ehuxe::before { content: "";  color: var(--c-tip-border); }.u34mmpz .q49xj .ehuxe::before { content: ""; color: var(--c-warn-border); }.u34mmpz .y3ol3obz    .ehuxe::before { content: ""; color: #60a5fa; }.vt1hr .u34mmpz .ydpdx1     .ehuxe::before { color: #10b981; }.vt1hr .u34mmpz .q49xj .ehuxe::before { color: #f43f5e; }.vt1hr .u34mmpz .y3ol3obz    .ehuxe::before { color: #a855f7; }.aj1v  .u34mmpz .ydpdx1     .ehuxe::before { color: #eab308; }.aj1v  .u34mmpz .q49xj .ehuxe::before { color: #ef4444; }.aj1v  .u34mmpz .y3ol3obz    .ehuxe::before { color: #f97316; }.vb1s2r  .u34mmpz .ydpdx1     .ehuxe::before { color: #38bdf8; }.vb1s2r  .u34mmpz .q49xj .ehuxe::before { color: #818cf8; }.vb1s2r  .u34mmpz .y3ol3obz    .ehuxe::before { color: #2dd4bf; }.f2e8mu46 .u34mmpz .ehuxe::before { color: var(--accent-light) !important; }
.crqeo4 .i734dcoa, .crqeo4 .c0314x { min-height: 520px; }
.ghxr87h .j7w0::after, .ghxr87h .or7f::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.f3bba2b::before { content: '|'; opacity: 0.3; }