:root {
  --color-accent: #88ad2c;
  --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;
}
.tbyc {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.bwpwm {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.q1yga66 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.u7q87paq { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.r3p0jsjo { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.r3p0jsjo a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.r3p0jsjo a:hover { color: var(--accent-light); }
.ntgu3     .qami { border-radius: 24px; padding: 8px; }
.ntgu3 .qami li a { border-radius: 16px; }
.uo6jh0 .qami li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .qami {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .qkzilh2z:hover .qami,
  .qkzilh2z:focus-within .qami { display: block; }
  .qami li a { padding: 8px 16px; font-size: 0.88rem; }
}
.paj058o6 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.moalkx { display: none; }
@media (max-width: 640px) {
  .moalkx {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .moalkx.o4015j8q { display: block; }
}
@media (max-width: 640px) {
  .paj058o6 { display: block; }
  .r3p0jsjo > li + li::before { display: none !important; }
  .r3p0jsjo {
    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;
  }
  .r3p0jsjo.o4015j8q { display: flex; }
  .r3p0jsjo li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .r3p0jsjo li:last-child a { border-bottom: none; }
}
.tp8u { min-height: 480px; }
.w805at7 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.p4iw { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.g9469 .p4iw { margin-left: 0; margin-right: 0; }
.adie2z {
  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;
}
.bjeji .adie2z { margin-top: 24px; }
.adie2z:hover { opacity: 0.88; }
.pfnh9 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.aldu {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.pfnh9 .kguou89d {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.pfnh9 .w805at7 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.pfnh9 .p4iw { color: #e2e8f0; }
.pfnh9.tcfkxrt .kguou89d { text-align: center; }
.pfnh9.g9469   .kguou89d { text-align: left; }
.e90uyh .kguou89d {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.e90uyh .w805at7 { color: var(--text-primary); text-shadow: none; }
.e90uyh .p4iw { color: var(--text-muted); }
.e90uyh .adie2z { margin-top: 16px; }
.e90uyh, .e90uyh.tp8u { min-height: auto !important; }
.e90uyh.tcfkxrt .kguou89d { text-align: center; }
.e90uyh.g9469   .kguou89d { text-align: left; }
.e90uyh~.yscapt{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}
.e90uyh~.yscapt .iykqs0n{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; }
}
.y7d5lmi .pfnh9 .aldu {
  overflow: hidden;
}
.y7d5lmi .pfnh9 .aldu::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); }
}
.ug5g .pfnh9 .aldu {
  overflow: hidden;
}
.ug5g .pfnh9 .aldu::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.wyqxs .pfnh9 .aldu {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.agsk .pfnh9 .aldu {
  overflow: hidden;
}
.agsk .pfnh9 .aldu::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.difwwpi5 .pfnh9 .aldu {
  animation: hg-breathe 10s ease-in-out infinite;
}
.j6irh .aldu {
  background: none;
}
.j6irh .w805at7 { color: #fff; }
.j6irh .p4iw { color: rgba(255,255,255,0.85); }
.ckuzh3g .w805at7 { text-shadow: none; color: var(--text-primary); }
.ckuzh3g .p4iw { color: var(--text-muted); }
body.szieq .w805at7 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.h1khxe5 .w805at7 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.tp8u.j6irh .w805at7,
section.j6irh .w805at7 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ckuzh3g.g9469   .pr4a { align-items: flex-start; text-align: left; }
.tp8u .i9w19q {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.i9w19q .a6dd9 {
  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;
}
.i9w19q .a6dd9::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.i9w19q .yst1m5 { display: contents !important; }
.i9w19q .yst1m5 .vylt1h {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.i9w19q .yst1m5 .uzev0tna { max-height: 48px; max-width: 96px; }
.i9w19q .yst1m5 .k50406wq {
  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;
}
.i9w19q .yl88dif {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.i9w19q .wvawjh { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.i9w19q .ijrours7 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.i9w19q .ijrours7 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.i9w19q .nmhh7k { display: contents !important; }
.i9w19q .nmhh7k .l0vskl:not(.mp2z7f) { display: none !important; }
.i9w19q .nmhh7k .mp2z7f {
  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;
}
.i9w19q .nmhh7k .mp2z7f .zgik {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.i9w19q .nmhh7k .mp2z7f .al2v {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.i9w19q .mauv22fl { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.i9w19q .mauv22fl.hokz {
  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;
}
.i9w19q .mauv22fl.hokz:hover { opacity: 0.85; }
.i9w19q .a6dd9,
.i9w19q .a6dd9:hover,
.i9w19q .a6dd9:nth-child(even),
.i9w19q .a6dd9:nth-child(odd),
.i9w19q .a6dd9:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.aes8 .kguou89d { padding-bottom: 24px; }
.bjeji .kguou89d { max-width: 1100px; }
@media (max-width: 700px) {
  .ckuzh3g { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ckuzh3g:not(.ybq1uiqs) .ryjyeb { display: none !important; }
  .ybq1uiqs .ryjyeb { padding: 16px; }
  .pr4a  { padding: 36px 24px; }
  .ckuzh3g~.yscapt,.a4jfly~.yscapt{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .tp8u, .ckuzh3g { min-height: 320px !important; }
  .w805at7 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .x0pgpk1j,
  .lslb7,
  .o31e { grid-template-columns: 1fr !important; }

  

  
  .aes8 { display: flex !important; flex-direction: column !important; }
  .aes8 .kguou89d { display: contents; }
  .aes8 .aldu { order: 0; }
  .aes8 .w805at7 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .aes8 .x0pgpk1j { order: 2; padding: 0 16px 12px !important; }
  .aes8 .p4iw { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .bjeji .kguou89d { display: flex; flex-direction: column; }
  .bjeji .kguou89d .w805at7 { order: 1; }
  .bjeji .kguou89d .o31e { order: 2; margin: 8px 0 24px !important; }
  .bjeji .kguou89d .p4iw { order: 3; }
  .bjeji .kguou89d .adie2z { order: 4; align-self: center; margin-top: 0; }

  
  .ckuzh3g.ybq1uiqs {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ckuzh3g.ybq1uiqs .pr4a { display: contents; padding: 0; }
  .ckuzh3g.ybq1uiqs .pr4a .w805at7 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ckuzh3g.ybq1uiqs .ryjyeb { order: 2; padding: 12px 16px; }
  .ckuzh3g.ybq1uiqs .pr4a .p4iw { order: 3; padding: 0 24px; margin: 0 auto; }
  .ckuzh3g.ybq1uiqs .pr4a .adie2z { order: 4; align-self: center; margin: 8px 0 32px; }
}
.r12zn { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ywti5yp { width: 100%; height: auto; display: block; border-radius: 10px; }
.dxtzx .r12zn        { border-radius: 16px; }
.dxtzx .ywti5yp  { border-radius: 16px; }
.cctawb2 .r12zn         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.cctawb2 .ywti5yp   { border-radius: 8px; }
.auzor8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.m4qsdbl { width: 100%; padding: 32px 0; position: relative; }
.cpfn { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.qp5gn .m4qsdbl:nth-child(even) { background: var(--bg-surface); }
.qp5gn .m4qsdbl:nth-child(odd)  { background: var(--bg-page); }
.dioe .m4qsdbl:nth-child(even) { background: var(--bg-card); }
.dioe .m4qsdbl:nth-child(odd)  { background: var(--bg-page); }
.qp5gn .m4qsdbl:nth-child(odd)  .cpfn { background: var(--bg-card); border-radius: 6px; }
.qp5gn .m4qsdbl:nth-child(even) .cpfn { background: var(--bg-raised); border-radius: 6px; }
.dioe .m4qsdbl:nth-child(odd)  .cpfn { background: var(--bg-card); border-radius: 6px; }
.dioe .m4qsdbl:nth-child(even) .cpfn { background: var(--bg-raised); border-radius: 6px; }
.qp5gn .m4qsdbl:nth-child(even) .j2w5a93e .sjehl,
.dioe .m4qsdbl:nth-child(even) .j2w5a93e .sjehl { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.qp5gn .m4qsdbl:nth-child(odd) .j2w5a93e .sjehl,
.dioe .m4qsdbl:nth-child(odd) .j2w5a93e .sjehl { background: var(--bg-card-inner); }
.qp5gn .m4qsdbl:nth-child(even) .ij3jf33y .sjehl:nth-child(odd),
.dioe .m4qsdbl:nth-child(even) .ij3jf33y .sjehl:nth-child(odd)  { background: var(--bg-card); }
.qp5gn .m4qsdbl:nth-child(even) .ij3jf33y .sjehl:nth-child(even),
.dioe .m4qsdbl:nth-child(even) .ij3jf33y .sjehl:nth-child(even) { background: var(--bg-card-inner); }
h1.g86t { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.g86t {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.hrsel { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.tde16g h2.g86t {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.tlcpn13 h2.g86t {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.y7zj7db h2.g86t {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.vupg h2.g86t::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.kh1p h2.g86t {
  color: var(--text-primary); font-size: 1.7rem;
}
.gzkmcuv h2.g86t::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.bg5a h2.g86t {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .migdb { display: none; } }
.zfpkzmp1 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.tsxs { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.sf3njfh {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ejaqb { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.r7530syh { padding-left: 20px; }
.r7530syh li { margin-bottom: 6px; }
.r7530syh a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.r7530syh a:hover { color: var(--accent-light); }
.jylnalql .ejaqb { display: none; }
.rad69 .ejaqb { display: none; }
.rad69 .r7530syh { padding-left: 0; list-style: none; }
.rad69 .r7530syh li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.rad69 .r7530syh a { font-size: 0.92rem; }
.gdi1mohr .sf3njfh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.gdi1mohr .ejaqb { display: none; }
.gdi1mohr .r7530syh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.gdi1mohr .r7530syh li { margin-bottom: 0; }
.gdi1mohr .r7530syh 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;
}
.gdi1mohr .r7530syh a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.qxfk .sf3njfh { padding: 20px 20px 16px; }
.qxfk .r7530syh {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.qxfk .r7530syh li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.qxfk .r7530syh 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;
}
.qxfk .r7530syh 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;
}
.qxfk .r7530syh a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.qxfk .r7530syh a:focus,
.qxfk .r7530syh a:focus-visible,
.qxfk .r7530syh a:target { outline: none; }
.qxfk .r7530syh li:target a { border-color: var(--border); color: var(--text-muted); }
.fsqexygo .sf3njfh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.fsqexygo .ejaqb { display: none; }
.fsqexygo .r7530syh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.fsqexygo .r7530syh li { counter-increment: toc-n; margin-bottom: 0; }
.fsqexygo .r7530syh a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.fsqexygo .r7530syh a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.fsqexygo .r7530syh a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.v26m7w4a .sf3njfh { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.v26m7w4a .ejaqb { display: none; }
.v26m7w4a .r7530syh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.v26m7w4a .r7530syh li { margin-bottom: 0; }
.v26m7w4a .r7530syh a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.v26m7w4a .r7530syh a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.yegm .sf3njfh { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.yegm .ejaqb { display: none; }
.yegm .r7530syh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.yegm .r7530syh li { margin-bottom: 0; }
.yegm .r7530syh li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.yegm .r7530syh li:last-child::after { content: ""; margin-right: 0; }
.yegm .r7530syh a { font-size: 0.9rem; }
.sjehl { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.j2w5a93e .sjehl { background: var(--bg-card); }
.ij3jf33y .sjehl:nth-child(odd)  { background: var(--bg-card); }
.ij3jf33y .sjehl:nth-child(even) { background: var(--bg-raised); }
.chu1fh0v .sjehl {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.chu1fh0v .sjehl:last-child { border-bottom: none; }
.chu1fh0v h3.hrsel { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.w3f12s1r .sjehl {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.w3f12s1r .sjehl + .sjehl { margin-top: 4px; }
.lvobhlo .sjehl { background: none; border-radius: 0; padding: 12px 0; }
.lvobhlo .sjehl + .sjehl { border-top: 1px solid var(--border-section); }
.inb1 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.aevnb { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.bqvbteri, .swq2tc6 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.bqvbteri li, .swq2tc6 li { margin-bottom: 6px; }
.swq2tc6 li { list-style: decimal; }
.m6x0dm     .bqvbteri { list-style-type: "● "; }
.mj6stm  .bqvbteri { list-style-type: "■ "; }
.aaotzled .bqvbteri { list-style-type: "◆ "; }
.tfa7h5me    .bqvbteri { list-style-type: "★ "; }
.aaotzled .cig6qbb { list-style-type: "◆ "; }
.m6x0dm    .bqvbteri li::marker, .m6x0dm    .cig6qbb li::marker,
.mj6stm .bqvbteri li::marker, .mj6stm .cig6qbb li::marker,
.aaotzled .bqvbteri li::marker, .aaotzled .cig6qbb li::marker,
.tfa7h5me   .bqvbteri li::marker, .tfa7h5me   .cig6qbb li::marker {
  color: var(--cta); font-size: 1em;
}
.m6x0dm .swq2tc6,
.mj6stm .swq2tc6,
.aaotzled .swq2tc6,
.tfa7h5me .swq2tc6 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.m6x0dm .swq2tc6 li,
.mj6stm .swq2tc6 li,
.aaotzled .swq2tc6 li,
.tfa7h5me .swq2tc6 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.m6x0dm .swq2tc6 li::before,
.mj6stm .swq2tc6 li::before,
.aaotzled .swq2tc6 li::before,
.tfa7h5me .swq2tc6 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;
}
.m6x0dm     .swq2tc6 li::before { border-radius: 50%; }
.mj6stm  .swq2tc6 li::before { border-radius: 3px; }
.aaotzled .swq2tc6 li::before { border-radius: 3px; }
.tfa7h5me    .swq2tc6 li::before { border-radius: 50%; }
.a29z1mx { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.bivyy14 .a29z1mx,
.gl4u8q7 .a29z1mx { background: transparent; border: none; border-radius: 0; }
.d4qe { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.d4qe th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.d4qe td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.d4qe tr:hover td { background: var(--bg-hover); }
.qby24b .d4qe tbody tr:nth-child(even) td { background: var(--bg-surface); }
.kgwuibq .d4qe { border: 1px solid var(--border-alt); }
.kgwuibq .d4qe th,
.kgwuibq .d4qe td { border: 1px solid var(--border-alt); }
.udeqqyds .d4qe th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.udeqqyds .d4qe td { border-bottom: none; }
.udeqqyds .d4qe tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.xpj1 .d4qe th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.pu2l .a29z1mx {
  overflow: hidden;
}
.pu2l .d4qe th { border-bottom: 1px solid var(--border-alt); }
.pu2l .d4qe tr:last-child td { border-bottom: none; }
[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%}
.hdpl46m .ywfucy {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.jcwq9 .i59fg { background: var(--bg-surface); border: 1px solid var(--border); }
.jcwq9 .on4lo9r { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.qy5migr { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.qy5migr         { --cl-hue: var(--accent); }
.vgfl90     { --cl-hue: #16a34a; }
.ztxf { --cl-hue: #ea580c; }
.vgfl90, .ztxf, .gsnn9ht8, .t2eh9rg {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.ftpirwua { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ftpirwua::before { color: var(--cl-hue); }
.qy5migr strong { color: var(--text-primary); font-size: 0.95rem; }
.qy5migr p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.n1jkm { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ni103, .cjzfnef { border-radius: 8px; padding: 14px; }
.ni103 { background: var(--bg-pros); }
.cjzfnef { background: var(--bg-cons); }
.e06boi9 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ni103 .e06boi9 { color: var(--c-pros-label); }
.cjzfnef .e06boi9 { color: #f87171; }
.ni103 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.cjzfnef ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ywti5yp { width: 100%; height: auto; border-radius: 10px; display: block; }
.hokz {
  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;
}
.hokz:hover { opacity: 0.85; }
.scq3 .hokz  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.scq3 .hokz:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pbqnt .hokz  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.pbqnt .hokz:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.scq3 .mauv22fl.hokz, .pbqnt .mauv22fl.hokz,
.scq3 .mrq4 .hokz, .pbqnt .mrq4 .hokz {
  background: var(--cta); border: none; color: #fff;
}
.scq3 .mauv22fl.hokz:hover, .pbqnt .mauv22fl.hokz:hover,
.scq3 .mrq4 .hokz:hover, .pbqnt .mrq4 .hokz:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.fst3 .adie2z { border-radius: 50px; }
.fst3 .hokz  { border-radius: 50px; }
.a43bkl6o .adie2z,
.a43bkl6o .hokz { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.a43bkl6o .adie2z:hover,
.a43bkl6o .hokz:hover { filter: brightness(1.08); opacity: 1; }
.gt0zpc65 .adie2z,
.gt0zpc65 .hokz { box-shadow: 0 3px 14px -2px var(--cta); }
.gt0zpc65 .adie2z:hover,
.gt0zpc65 .hokz:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.gmba .adie2z,
.gmba .hokz { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.gmba .adie2z:hover,
.gmba .hokz:hover { opacity: 1; }
.gmba .adie2z:active,
.gmba .hokz:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.f88l .adie2z,
.f88l .hokz { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.f88l .adie2z:hover,
.f88l .hokz:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.f88l .adie2z:active,
.f88l .hokz:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.trl4u .adie2z,
.trl4u .hokz { position: relative; overflow: hidden; }
.trl4u .adie2z::before,
.trl4u .hokz::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.trl4u .adie2z:hover::before,
.trl4u .hokz:hover::before { left: 135%; }
.s35jr .adie2z,
.s35jr .hokz { border-radius: 0; }
.mbty .adie2z { padding-left: 22px; padding-right: 22px; }
.mbty .hokz  { padding-left: 12px; padding-right: 12px; }
.nkl7s .adie2z { padding-left: 44px; padding-right: 44px; }
.nkl7s .hokz  { padding-left: 24px; padding-right: 24px; }
.jtf4 .adie2z { padding-left: 56px; padding-right: 56px; }
.jtf4 .hokz  { padding-left: 32px; padding-right: 32px; }
.l5zu7zny   .adie2z::after, .l5zu7zny   .hokz::after,
.x58y .adie2z::after, .x58y .hokz::after,
.j8glhpg    .adie2z::after, .j8glhpg    .hokz::after,
.fbwg5h    .adie2z::after, .fbwg5h    .hokz::after,
.fctw3ex    .adie2z::after, .fctw3ex    .hokz::after,
.pm1f     .adie2z::after, .pm1f     .hokz::after,
.frxplzs    .adie2z::after, .frxplzs    .hokz::after,
.muklkdik   .adie2z::after, .muklkdik   .hokz::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;
}
.l5zu7zny .adie2z::after, .l5zu7zny .hokz::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");
}
.x58y .adie2z::after, .x58y .hokz::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");
}
.j8glhpg .adie2z::after, .j8glhpg .hokz::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");
}
.fbwg5h .adie2z::after, .fbwg5h .hokz::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");
}
.fctw3ex .adie2z::after, .fctw3ex .hokz::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");
}
.pm1f .adie2z::after, .pm1f .hokz::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");
}
.frxplzs .adie2z::after, .frxplzs .hokz::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");
}
.muklkdik .adie2z::after, .muklkdik .hokz::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");
}
.tcz1y3   .m5e3::after, .tcz1y3   .fm1z6::after,
.p1sjb3oh .m5e3::after, .p1sjb3oh .fm1z6::after,
.hkcdeu    .m5e3::after, .hkcdeu    .fm1z6::after,
.ol8m7x7    .m5e3::after, .ol8m7x7    .fm1z6::after,
.rma0uta    .m5e3::after, .rma0uta    .fm1z6::after,
.y0wxcul     .m5e3::after, .y0wxcul     .fm1z6::after,
.j6id4yf2    .m5e3::after, .j6id4yf2    .fm1z6::after,
.m7wvpl   .m5e3::after, .m7wvpl   .fm1z6::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;
}
.tcz1y3 .m5e3::after, .tcz1y3 .fm1z6::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");
}
.p1sjb3oh .m5e3::after, .p1sjb3oh .fm1z6::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");
}
.hkcdeu .m5e3::after, .hkcdeu .fm1z6::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");
}
.ol8m7x7 .m5e3::after, .ol8m7x7 .fm1z6::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");
}
.rma0uta .m5e3::after, .rma0uta .fm1z6::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");
}
.y0wxcul .m5e3::after, .y0wxcul .fm1z6::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");
}
.j6id4yf2 .m5e3::after, .j6id4yf2 .fm1z6::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");
}
.m7wvpl .m5e3::after, .m7wvpl .fm1z6::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");
}
.uvr7lobg {
  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;
}
.a6dd9 {
  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;
}
.a6dd9 > * { min-width: 0; }
.a6dd9:hover { background: var(--bg-hover); }
.a6dd9 > [itemprop="item"] { display: contents; }
.a6dd9 [itemprop="itemReviewed"],
.a6dd9 [itemprop="reviewRating"] { display: none; }
.a6dd9::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;
}
.yst1m5 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.vylt1h {
  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;
}
.uzev0tna { max-height: 52px; max-width: 110px; object-fit: contain; }
.k50406wq {
  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;
}
.kbyi9qk7 .vylt1h    { background: #1a1a1a; }
.di0iw5 .vylt1h   { background: rgba(128,128,128,.12); }
.nemfzdf .vylt1h { background: var(--bg-raised); }
.i455fdt .vylt1h    { background: transparent; padding: 0; }
.yl88dif {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.wvawjh { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.ijrours7 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.nmhh7k {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.l0vskl {
  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;
}
.zgik {
  
  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%;
}
.al2v {
  
  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;
}
.mauv22fl {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.mauv22fl.hokz {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .a6dd9 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .a6dd9::before    { grid-area: rank;   }
  .yst1m5           { grid-area: ident;  }
  .yl88dif     { grid-area: rating; min-width: 0; width: auto; }
  .nmhh7k           { grid-area: pills;  }
  .mauv22fl             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .a6dd9 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .a6dd9::before    { justify-self: center; }
  .yst1m5           { width: 100%; }
  .yl88dif     { justify-self: center; }
  .nmhh7k           { grid-template-columns: 1fr; }
}
.ysx6726g {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.kl7j {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.yft0 {
  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;
}
.yft0 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.h2s8l9v { flex: 1; }
.h2s8l9v h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.ac5ja75 { color: var(--c-stars); font-size: 1.1rem; }
.aaas7 { margin-bottom: 8px; }
.vnyra {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.vnyra > span { color: var(--accent); font-weight: 700; }
.uiudco5h em, .tcm1 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .vnyra { padding: 10px 16px; gap: 6px 16px; } }
.mrq4 { flex-shrink: 0; align-self: flex-start; }
.mrq4 .hokz { white-space: nowrap; }
@media (max-width: 560px) {
  .kl7j { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .yft0 { order: 1; }
  .mrq4 { order: 2; margin-left: auto; align-self: center; }
  .h2s8l9v { order: 3; flex: 1 1 100%; min-width: 0; }
}
.nm3rh7w img.jk14 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.bivyy14 { padding: 20px 24px; }
.j0a31q1s { color: var(--text-muted); margin-bottom: 16px; }
.pkjdre { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.guqb82tw, .sz1p { list-style: none; font-size: 0.9rem; }
.guqb82tw li { color: var(--c-pros); margin-bottom: 4px; }
.sz1p li { color: var(--c-cons); margin-bottom: 4px; }
.guqb82tw li::before { content: "✓"; margin-right: 5px; }
.sz1p li::before { content: "✗"; margin-right: 5px; }
.lrxfenp .guqb82tw li::before { content: "→"; }
.lrxfenp .sz1p li::before { content: "–"; }
.gercbko0  .guqb82tw li::before { content: "★"; }
.gercbko0  .sz1p li::before { content: "✕"; }
.n7pk    .guqb82tw li::before { content: "◆"; }
.n7pk    .sz1p li::before { content: "▲"; }
.r0a18  .guqb82tw li::before { content: "▶"; }
.r0a18  .sz1p li::before { content: "■"; }
.cvfitu { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.u3gz2fu { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.fhpo { background: var(--bg-pros); color: var(--c-tag-pay); }
.onxar8rm { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.vc2yf4ot .onxar8rm { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.otdk784l .onxar8rm { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .aevb83jh .kmznx {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .aevb83jh .ysx6726g { margin: 0; }
}
.onaaeg1 .kl7j { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.onaaeg1 .h2s8l9v h3 { color: var(--accent-light); }
.onaaeg1 .yft0 { background: var(--bg-page); border: 1px solid var(--border); }
.locidu6 .ysx6726g { border-top: 4px solid var(--accent); }
.locidu6 .kl7j { background: var(--bg-card); }
.c9oy0632 .ysx6726g { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.c9oy0632 .kl7j { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.c9oy0632 .bivyy14 { padding: 14px 16px; }
.c9oy0632 .yft0 { border-radius: 4px; }
.c9oy0632 .onxar8rm { border-radius: 0; }
.izee .kl7j { padding: 0; gap: 0; overflow: hidden; }
.izee .yft0 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.izee .h2s8l9v { padding: 16px 20px; }
.izee .mrq4 { padding: 16px 20px; align-self: center; }
.e2vby .ac5ja75 { font-size: .95rem; }
.gl4u8q7 .n1jkm { gap: 10px; }
.gl4u8q7 .ni103, .gl4u8q7 .cjzfnef { padding: 12px; }
.gl4u8q7 .ni103 ul, .gl4u8q7 .cjzfnef ul { margin: 4px 0 0; padding-left: 18px; }
.gl4u8q7 .ni103 li, .gl4u8q7 .cjzfnef li { font-size: .85rem; margin-bottom: 3px; }
.sin6l .u3gz2fu { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .u9bau0j { grid-template-columns: 1fr; }
  .j239d { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .j239d .ouda5p5 { width: 72px; height: 50px; }
  .j239d .ylba { max-width: 180px; }
  .j239d .j7r8b8 { width: auto; }
}
.exscomp .e2vby .ac5ja75 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .exscomp { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .i6p3pr { padding: 16px; }
  .n48c .zt7ftp { min-width: 50%; }
}
.mo4wj3 .n1jkm { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .h701g1 { grid-template-columns: 1fr; }
  .i3kajf { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .y0aaj { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .m5be1yda { flex-wrap: wrap; padding: 16px; }
}
.yzc593 .n1jkm { gap: 8px; }
.yzc593 .ni103, .yzc593 .cjzfnef { padding: 8px; }
@media (max-width: 480px) {
  .tzqe { flex-direction: column; align-items: stretch; }
}
.qlzps74 .j7r8b8 .hokz { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .egixf { flex-direction: column; align-items: stretch; gap: 10px; }
  .qlzps74 .j7r8b8 { text-align: center; }
}
@media (max-width: 720px) {
  .ofqepc3 { grid-template-columns: 1fr; }
  .y2tsqcu { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .xg7pj30 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.cqaeln0d .bspu { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.zvui .ac5ja75 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .bwhwqf { grid-template-columns: 1fr; }
  .zvui { width: 100px; height: 100px; margin: 16px auto; }
  .cqaeln0d { font-size: 1.4rem; }
  .s6s65 { justify-content: center; }
  .psgazg7h .zt7ftp { min-width: 50%; }
}
.o7qo .n1jkm { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .m8fyri5 { flex-wrap: wrap; padding: 14px 16px; }
  .jpwzf8 { padding: 12px 16px; }
  .o7qo .n1jkm { margin: 0 16px; }
  .o7qo .sin6l { padding: 0 16px; }
  .w9ifh { padding: 12px 16px; }
}
.db5i2 .a6dd9 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.db5i2 .a6dd9:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.oj2h2 .uvr7lobg { gap: 18px; }
.oj2h2 .a6dd9 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.oj2h2 .a6dd9:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.au20t4hh .uvr7lobg {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.au20t4hh .a6dd9 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.au20t4hh .a6dd9:last-child { border-bottom: none; }
.au20t4hh .yst1m5,
.au20t4hh .yl88dif,
.au20t4hh .nmhh7k {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.nqjj .uvr7lobg { gap: 0; }
.nqjj .a6dd9 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.nqjj .a6dd9:last-child { border-bottom: none; }
.nqjj .a6dd9:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.nqjj .a6dd9:nth-child(even):hover { background: var(--bg-hover); }
.i486d .a6dd9 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.mfy5nxb3 .nmhh7k .l0vskl {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.mfy5nxb3 .nmhh7k .l0vskl:first-child { border-left: none; }
.la01qbp0 .nmhh7k .l0vskl {
  background: transparent; padding: 4px 8px;
}
.la01qbp0 .nmhh7k .zgik { font-size: .65rem; opacity: .65; }
.la01qbp0 .nmhh7k .al2v   { font-size: 1.15rem; color: var(--accent-light); }
.d5g442s .nmhh7k .l0vskl {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.ijrours7 { display: none; }
.wzh0e7 .wvawjh { font-size: 1rem; letter-spacing: 2px; }
.h6mg .wvawjh {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.a4b9 .wvawjh,
.is3u17j7 .wvawjh,
.w8tfb .wvawjh { display: none; }
.a4b9 .ijrours7,
.is3u17j7 .ijrours7,
.w8tfb .ijrours7 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.a4b9 .ijrours7 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.a4b9 .ijrours7 small { display: none; }
.is3u17j7 .ijrours7 {
  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;
}
.is3u17j7 .ijrours7 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.w8tfb .ijrours7 {
  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;
}
.w8tfb .ijrours7 small { display: none; }
.a4b9 .aaas7 .ac5ja75,
.is3u17j7 .aaas7 .ac5ja75,
.w8tfb .aaas7 .ac5ja75 { display: none; }
.a4b9 .aaas7 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.a4b9 .bspu { display: none; }
.is3u17j7 .aaas7 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;
}
.is3u17j7 .gk1vl,
.is3u17j7 .bspu { font-size: 1em; }
.w8tfb .aaas7 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.w8tfb .bspu { display: none; }
.cyhe8d3u { margin: 16px 0; }
.xodxja77 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.xodxja77 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.xodxja77 summary::after { content: "+"; color: var(--accent-light); }
.xodxja77[open] summary::after { content: "−"; }
.xodxja77 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.m4qsdbl { margin-bottom: 0; }
.z80824 h2.g86t { color: var(--text-primary); border-color: var(--accent-light); }
.welxzns h2.g86t { color: var(--text-primary); border-color: var(--accent-light); }
.xdqp2dl5 .vgfl90     { background: #052e16; border-color: #10b981; }
.xdqp2dl5 .ztxf { background: #2d0a1e; border-color: #f43f5e; }
.xdqp2dl5 .qy5migr strong  { color: #f1f5f9; }
.xdqp2dl5 .qy5migr p       { color: #cbd5e1; }
.xdqp2dl5 .u0uf    .vgfl90     .ftpirwua::before,
.xdqp2dl5 .ym5nj3m  .vgfl90     .ftpirwua::before,
.xdqp2dl5 .a0mlz  .vgfl90     .ftpirwua::before,
.xdqp2dl5 .p2mv5rj .vgfl90     .ftpirwua::before { color: #10b981; }
.xdqp2dl5 .u0uf    .ztxf .ftpirwua::before,
.xdqp2dl5 .ym5nj3m  .ztxf .ftpirwua::before,
.xdqp2dl5 .a0mlz  .ztxf .ftpirwua::before,
.xdqp2dl5 .p2mv5rj .ztxf .ftpirwua::before { color: #f43f5e; }
.xdqp2dl5 .u0uf    .gsnn9ht8    .ftpirwua::before,
.xdqp2dl5 .ym5nj3m  .gsnn9ht8    .ftpirwua::before,
.xdqp2dl5 .a0mlz  .gsnn9ht8    .ftpirwua::before,
.xdqp2dl5 .p2mv5rj .gsnn9ht8    .ftpirwua::before { color: #a855f7; }
.ohyqll .vgfl90     { background: #2d2000; border-color: #eab308; }
.ohyqll .ztxf { background: #2d0b0b; border-color: #ef4444; }
.ohyqll .qy5migr strong  { color: #f1f5f9; }
.ohyqll .qy5migr p       { color: #cbd5e1; }
.ohyqll .u0uf    .vgfl90     .ftpirwua::before,
.ohyqll .ym5nj3m  .vgfl90     .ftpirwua::before,
.ohyqll .a0mlz  .vgfl90     .ftpirwua::before,
.ohyqll .p2mv5rj .vgfl90     .ftpirwua::before { color: #eab308; }
.ohyqll .u0uf    .ztxf .ftpirwua::before,
.ohyqll .ym5nj3m  .ztxf .ftpirwua::before,
.ohyqll .a0mlz  .ztxf .ftpirwua::before,
.ohyqll .p2mv5rj .ztxf .ftpirwua::before { color: #ef4444; }
.ohyqll .u0uf    .gsnn9ht8    .ftpirwua::before,
.ohyqll .ym5nj3m  .gsnn9ht8    .ftpirwua::before,
.ohyqll .a0mlz  .gsnn9ht8    .ftpirwua::before,
.ohyqll .p2mv5rj .gsnn9ht8    .ftpirwua::before { color: #f97316; }
.m1kljiy .vgfl90     { background: #0c1a2e; border-color: #38bdf8; }
.m1kljiy .ztxf { background: #12103a; border-color: #818cf8; }
.m1kljiy .qy5migr strong  { color: #f1f5f9; }
.m1kljiy .qy5migr p       { color: #cbd5e1; }
.m1kljiy .u0uf    .vgfl90     .ftpirwua::before,
.m1kljiy .ym5nj3m  .vgfl90     .ftpirwua::before,
.m1kljiy .a0mlz  .vgfl90     .ftpirwua::before,
.m1kljiy .p2mv5rj .vgfl90     .ftpirwua::before { color: #38bdf8; }
.m1kljiy .u0uf    .ztxf .ftpirwua::before,
.m1kljiy .ym5nj3m  .ztxf .ftpirwua::before,
.m1kljiy .a0mlz  .ztxf .ftpirwua::before,
.m1kljiy .p2mv5rj .ztxf .ftpirwua::before { color: #818cf8; }
.m1kljiy .u0uf    .gsnn9ht8    .ftpirwua::before,
.m1kljiy .ym5nj3m  .gsnn9ht8    .ftpirwua::before,
.m1kljiy .a0mlz  .gsnn9ht8    .ftpirwua::before,
.m1kljiy .p2mv5rj .gsnn9ht8    .ftpirwua::before { color: #2dd4bf; }
.sna9c5::before,
.gdtnx::before { margin-right: 5px; }
.zd9xddcu .ni103 ul li,
.zd9xddcu .guqb82tw li         { color: #4ade80; }
.zd9xddcu .ni103 .sna9c5 { color: #22c55e; }
.zd9xddcu .cjzfnef ul li,
.zd9xddcu .sz1p li         { color: #f87171; }
.zd9xddcu .cjzfnef .gdtnx { color: #ef4444; }
.cbo6plvz .ni103 { background: var(--bg-pros); }
.cbo6plvz .cjzfnef { background: var(--bg-cons); }
.cbo6plvz .ni103 .sna9c5 { color: var(--c-pros-label); }
.cbo6plvz .cjzfnef .gdtnx { color: var(--c-cons); }
.cbo6plvz .ni103 ul li,
.cbo6plvz .guqb82tw li            { color: var(--c-pros); }
.cbo6plvz .cjzfnef ul li,
.cbo6plvz .sz1p li            { color: var(--c-cons); }
.h23fzsws .ni103 { background: var(--bg-pros); }
.h23fzsws .cjzfnef { background: var(--bg-cons); }
.h23fzsws .ni103 .sna9c5 { color: var(--c-pros-label); }
.h23fzsws .cjzfnef .gdtnx { color: var(--c-cons); }
.h23fzsws .ni103 ul li,
.h23fzsws .guqb82tw li          { color: var(--c-pros); }
.h23fzsws .cjzfnef ul li,
.h23fzsws .sz1p li          { color: var(--c-cons); }
.bvh8v .sna9c5::before { content: "✓ "; }
.bvh8v .gdtnx::before { content: "✗ "; }
.lrxfenp .sna9c5::before { content: "→ "; }
.lrxfenp .gdtnx::before { content: "← "; }
.gercbko0 .sna9c5::before { content: "★ "; }
.gercbko0 .gdtnx::before { content: "✕ "; }
.n7pk .sna9c5::before { content: "◆ "; }
.n7pk .gdtnx::before { content: "▲ "; }
.otdk784l .qy5migr { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.otdk784l .qy5migr strong { color: var(--text-primary); }
.otdk784l .qy5migr p      { color: var(--text-muted); }
.vc2yf4ot .qy5migr { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.r23h5tg .qy5migr {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.r23h5tg .qy5migr strong,
.r23h5tg .qy5migr p { color: #fff; }
.r23h5tg .ftpirwua::before { color: rgba(255,255,255,0.9) !important; }
.ax5q3m .qy5migr {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.ax5q3m .qy5migr strong { color: var(--text-primary); }
.ax5q3m .qy5migr p      { color: var(--text-muted); }
.a4hsydhp .qy5migr { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.u0uf .ftpirwua,
.ym5nj3m .ftpirwua,
.a0mlz .ftpirwua,
.p2mv5rj .ftpirwua { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.u0uf .ftpirwua::before,
.ym5nj3m .ftpirwua::before,
.a0mlz .ftpirwua::before,
.p2mv5rj .ftpirwua::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.u0uf .vgfl90     .ftpirwua::before { content: "✦"; color: var(--c-tip-border); }
.u0uf .ztxf .ftpirwua::before { content: "▲"; color: var(--c-warn-border); }
.u0uf .gsnn9ht8    .ftpirwua::before { content: "◉"; color: #60a5fa; }
.ym5nj3m .vgfl90     .ftpirwua::before { content: "★"; color: var(--c-tip-border); }
.ym5nj3m .ztxf .ftpirwua::before { content: "◆"; color: var(--c-warn-border); }
.ym5nj3m .gsnn9ht8    .ftpirwua::before { content: "●"; color: #60a5fa; }
.a0mlz .vgfl90     .ftpirwua::before { content: "▶"; color: var(--c-tip-border); }
.a0mlz .ztxf .ftpirwua::before { content: "■"; color: var(--c-warn-border); }
.a0mlz .gsnn9ht8    .ftpirwua::before { content: "▸"; color: #60a5fa; }
.p2mv5rj .vgfl90     .ftpirwua::before { content: "→"; color: var(--c-tip-border); }
.p2mv5rj .ztxf .ftpirwua::before { content: "⬥"; color: var(--c-warn-border); }
.p2mv5rj .gsnn9ht8    .ftpirwua::before { content: "◈"; color: #60a5fa; }
.mbq21 .j2w5a93e .sjehl,
.mbq21 .ij3jf33y .sjehl  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.mbq21 .a6dd9                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.mbq21 .ysx6726g            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.mbq21 .a29z1mx          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.mbq21 .sf3njfh                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dl1vtp .j2w5a93e .sjehl,
.dl1vtp .ij3jf33y .sjehl,
.dl1vtp .i59fg,
.dl1vtp .a6dd9,
.dl1vtp .ysx6726g,
.dl1vtp .a29z1mx,
.dl1vtp .sf3njfh,
.dl1vtp .a4hsydhp .qy5migr { box-shadow: none; }
.mqn4vwpf   body, .mqn4vwpf   { font-size: 0.9rem; }
.mqn4vwpf   .yuhxzeu, .mqn4vwpf .inb1, .mqn4vwpf .aevnb,
.mqn4vwpf   .zfpkzmp1, .mqn4vwpf .tsxs { font-size: 0.9rem; }
.mqn4vwpf   .bqvbteri, .mqn4vwpf .swq2tc6 { font-size: 0.9rem; }
.acjtkzg   .yuhxzeu, .acjtkzg .inb1, .acjtkzg .aevnb,
.acjtkzg   .zfpkzmp1, .acjtkzg .tsxs { font-size: 0.95rem; }
.acjtkzg   .bqvbteri, .acjtkzg .swq2tc6 { font-size: 0.95rem; }
.l3n08pjw   .yuhxzeu, .l3n08pjw .inb1, .l3n08pjw .aevnb,
.l3n08pjw   .zfpkzmp1, .l3n08pjw .tsxs { font-size: 1.08rem; }
.l3n08pjw   .bqvbteri, .l3n08pjw .swq2tc6 { font-size: 1.05rem; }
.l3n08pjw   .d4qe { font-size: 0.97rem; }
.nn243 .w805at7      { font-size: 3.2rem; }
.nn243 h2.g86t { font-size: 1.9rem; }
.nn243 h3.hrsel     { font-size: 1.4rem; }
.zq1ymr1u .w805at7      { font-size: 3.8rem; }
.zq1ymr1u h2.g86t { font-size: 2.2rem; }
.zq1ymr1u h3.hrsel     { font-size: 1.6rem; }
.m4qsdbl + .m4qsdbl { position: relative; }
.zjoqh   .m4qsdbl + .m4qsdbl::before,
.p6r81  .m4qsdbl + .m4qsdbl::before,
.x964hq9   .m4qsdbl + .m4qsdbl::before,
.guga5   .m4qsdbl + .m4qsdbl::before,
.m163y7   .m4qsdbl + .m4qsdbl::before,
.lo71j .m4qsdbl + .m4qsdbl::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.zjoqh .m4qsdbl + .m4qsdbl::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.p6r81 .m4qsdbl + .m4qsdbl::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.x964hq9 .m4qsdbl + .m4qsdbl::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;
}
.guga5 .m4qsdbl + .m4qsdbl::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.vjmztdd .m4qsdbl { margin-bottom: 16px; }
.vjmztdd .m4qsdbl + .m4qsdbl { margin-top: 0; }
.vjmztdd .cpfn { padding-top: 0; padding-bottom: 0; }
.m163y7 .m4qsdbl + .m4qsdbl::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.lo71j .m4qsdbl + .m4qsdbl::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.r75v7 .m4qsdbl + .m4qsdbl::before,
.u4spn .m4qsdbl + .m4qsdbl::before,
.rl4j8y .m4qsdbl + .m4qsdbl::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%;
}
.qp5gn .r75v7 .m4qsdbl:nth-child(even)::before,
.qp5gn .u4spn .m4qsdbl:nth-child(even)::before,
.qp5gn .rl4j8y .m4qsdbl:nth-child(even)::before { background: var(--bg-surface); }
.dioe .r75v7 .m4qsdbl:nth-child(even)::before,
.dioe .u4spn .m4qsdbl:nth-child(even)::before,
.dioe .rl4j8y .m4qsdbl:nth-child(even)::before { background: var(--bg-card); }
.r75v7 .m4qsdbl + .m4qsdbl::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");
}
.u4spn .m4qsdbl + .m4qsdbl::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");
}
.rl4j8y .m4qsdbl + .m4qsdbl::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");
}
.x5op07 .pfnh9,
.a74b .pfnh9,
.r8li .pfnh9 { overflow: hidden; }
.x5op07 .kguou89d,
.a74b .kguou89d { margin-bottom: 60px; }
.r8li .kguou89d { margin-bottom: 70px; }
.x5op07 .pfnh9::before,
.a74b .pfnh9::before,
.r8li .pfnh9::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.x5op07 .pfnh9::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");
}
.a74b .pfnh9::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");
}
.r8li .pfnh9::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.tea8 .pfnh9:not(.j6irh) .aldu { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.czqn0pr7 .pfnh9:not(.j6irh) .aldu { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.e6sh  .pfnh9:not(.j6irh) .aldu { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.loer5gy  .pfnh9:not(.j6irh) .aldu { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.e6sh .j6irh { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.e6sh .k99v5q { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.e6sh .ckuzh3g { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.uui9xqc .j6irh .aldu { background: none; }
.uui9xqc .pfnh9:not(.j6irh) .aldu { background: rgba(0,0,0,0.6); }
.adhr .r12zn { float: left; width: 38%; margin: 0 28px 16px 0; }
.adhr .r12zn .ywti5yp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.adhr .cpfn::after { content: ''; display: block; clear: both; }
.idgqiipb .r12zn { float: right; width: 38%; margin: 0 0 16px 28px; }
.idgqiipb .r12zn .ywti5yp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.idgqiipb .cpfn::after { content: ''; display: block; clear: both; }
.b5emr .m4qsdbl:nth-child(odd)  .r12zn { float: left;  width: 38%; margin: 0 28px 16px 0; }
.b5emr .m4qsdbl:nth-child(even) .r12zn { float: right; width: 38%; margin: 0 0 16px 28px; }
.b5emr .r12zn .ywti5yp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.b5emr .cpfn::after { content: ''; display: block; clear: both; }
.adhr .uvr7lobg,
.idgqiipb .uvr7lobg,
.b5emr .kce2uv,
.b5emr .uvr7lobg { clear: both; }
@media (max-width: 900px) {
  .adhr .r12zn,
  .idgqiipb .r12zn,
  .b5emr .m4qsdbl:nth-child(odd)  .r12zn,
  .b5emr .m4qsdbl:nth-child(even) .r12zn {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .adhr .r12zn .ywti5yp,
  .idgqiipb .r12zn .ywti5yp,
  .b5emr .r12zn .ywti5yp {
    max-height: none !important;
  }
}
.adhr .bqvbteri,
.adhr .swq2tc6,
.idgqiipb .bqvbteri,
.idgqiipb .swq2tc6,
.b5emr .bqvbteri,
.b5emr .swq2tc6 { overflow: hidden; }
@media (max-width: 640px) {
  .adhr .r12zn,
  .idgqiipb .r12zn,
  .b5emr .r12zn { float: none; width: 100%; margin: 0 0 16px 0; }
}
.yuqkrs .auzor8,
.yuqkrs .cpfn,
.yuqkrs .s1hh7qv  { max-width: 1100px; }
.jt8kc .auzor8,
.jt8kc .cpfn,
.jt8kc .s1hh7qv  { max-width: 1200px; }
.h6m0a .auzor8,
.h6m0a .cpfn,
.h6m0a .s1hh7qv  { max-width: 1320px; }
.h6m0a { --content-mw: 1320px; }
.zmrn7ili { font-size: 0.82rem; color: var(--text-muted); }
.cd82i { display: flex; align-items: center; }
.hcanpkv {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.twd3b0l { display: flex; align-items: center; }
.b1b72nz { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.b1b72nz:hover { text-decoration: underline; }
.lhuqsb { margin: 0 3px; opacity: 0.45; }
.lhuqsb::before { content: '/'; }
.enwdyk { padding: 2px 5px; color: var(--text-main); }
.f7hcqii .zmrn7ili {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.f7hcqii .cd82i { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.o8wo1 .zmrn7ili {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.o8wo1 .cd82i { padding: 0 0 0 12px; }
.rs2j .cd82i { padding: 0 16px; }
.rs2j .zmrn7ili {
  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);
}
.rs2j .auzor8 { padding-top: 28px; }
@media (max-width: 720px) {
  .kio7sc { margin-top: 18px; padding: 0 16px; }
  .rs2j .auzor8 { padding-top: 16px; }
}
.yuqkrs.f7hcqii .cd82i { max-width: 1100px; }
.jt8kc.f7hcqii .cd82i { max-width: 1200px; }
.h6m0a.f7hcqii .cd82i { max-width: 1320px; }
.h6m0a .kio7sc { max-width: 1320px; }
.z9hjy .m4qsdbl { padding-top: 16px; padding-bottom: 16px; }
.ylbi7 .m4qsdbl { padding-top: 24px; padding-bottom: 24px; }
.sux1 .m4qsdbl { padding-top: 40px; padding-bottom: 40px; }
.shufbq .m4qsdbl { padding-top: 52px; padding-bottom: 52px; }
.wr9ss .m4qsdbl:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.wr9ss .m4qsdbl:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.wr9ss .m4qsdbl:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.wr9ss .m4qsdbl:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.f17oxm8 .cpfn { padding-top: 10px;  padding-bottom: 10px; }
.b7zc .cpfn { padding-top: 18px;  padding-bottom: 18px; }
.utep7d .cpfn { padding-top: 36px;  padding-bottom: 36px; }
.mfj5t .cpfn { padding-top: 48px;  padding-bottom: 48px; }
.l9ly h2.g86t { font-weight: 600; }
.l9ly h3.hrsel     { font-weight: 600; }
.lqgz { font-weight: 500; }
.lqgz h2.g86t { font-weight: 800; }
.lqgz h3.hrsel     { font-weight: 700; }
.z4gqdk1o h2.g86t { font-weight: 900; }
.z4gqdk1o h3.hrsel     { font-weight: 800; }
.z4gqdk1o .qy5migr strong,
.z4gqdk1o .qy5migr strong { font-weight: 600; }
.m5e3 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.vd57v4 .m5e3 { display: none; }
@media (max-width: 640px) {
  .m5e3 { display: none !important; }
}
.m5e3 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.m5e3:hover { opacity: 0.85; }
.auq1l9 .m5e3 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.rm0b6ign .fm1z6 { right: 32px; }
@media (max-width: 480px) {
  .rm0b6ign .fm1z6 { right: 20px; bottom: 20px; }
  .ot8wns  .fm1z6 { left: 20px; bottom: 20px; }
}
.g3j7vw2o { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.s1hh7qv { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.mauo { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.qwl4 { color: var(--text-dim); font-size: 0.8rem; }
.h7ptc4 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.h7ptc4 img { height: 26px; width: auto; object-fit: contain; }
.u53aps .s1hh7qv { text-align: center; }
.u53aps .mauo { margin-top: 0; }
@media (max-width: 640px) {
  .s1hh7qv { padding-left: 16px; padding-right: 16px; }
  .tkdu65l3 .s1hh7qv { padding: 20px 16px; }
  .zenqzs { gap: 4px 12px; }
  .mauo { font-size: 0.78rem; }
}
.ilfg3k .qhfek .h7ptc4 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.ilfg3k .mauo { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ilfg3k .qwl4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ilfg3k .d03s1i3 { grid-template-columns: 1fr 1fr; } .ilfg3k .qhfek { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ilfg3k .d03s1i3 { grid-template-columns: 1fr; } }
.rcuiuxb .ntnuanzu { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.rcuiuxb .h7ptc4 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.rcuiuxb .vd7in { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.rcuiuxb .vd7in a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.rcuiuxb .vd7in a:hover { color: var(--accent-light); }
.md4ay26 { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.rcuiuxb .kki7 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.rcuiuxb .ubwxgex { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.rcuiuxb .ubwxgex a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.rcuiuxb .ubwxgex a:hover { color: var(--accent-light); }
.rcuiuxb .mauo { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .rcuiuxb .ntnuanzu { gap: 12px; } .rcuiuxb .h7ptc4 { margin-right: 0; width: 100%; } }
.orucm .w8bz8rp7 .h7ptc4 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.orucm .mauo { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.orucm .qwl4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .orucm .pjar { grid-template-columns: 1fr 1fr; } .orucm .w8bz8rp7 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .orucm .pjar { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .m5h5zg3 .yodi0d { grid-template-columns: 1fr 1fr; } .m5h5zg3 .bvgzc4i:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .m5h5zg3 .yodi0d { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .j4ku .yodi0d { grid-template-columns: 1fr; } }
.vqlik .s1hh7qv { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.q4x3 .tbyc      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.q4x3 .g3j7vw2o { background: var(--bg-page); border-top-color: var(--border-alt); }
.w0b37ol2 .tbyc      { background: #0d1117; border-bottom-color: #21262d; }
.w0b37ol2 .q1yga66 { color: var(--accent-light); }
.w0b37ol2 .r3p0jsjo { --msep-color: #8b949e; }
.w0b37ol2 .r3p0jsjo a { color: #8b949e; }
.w0b37ol2 .r3p0jsjo a:hover { color: var(--accent-light); }
.w0b37ol2 .paj058o6 { color: #8b949e; }
.w0b37ol2 .g3j7vw2o { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.w0b37ol2 .mauo,
.w0b37ol2 .qwl4 { color: #6e7681; }
.w0b37ol2 .slhtypl a, .w0b37ol2 .vd7in a,
.w0b37ol2 .ubwxgex a { color: #8b949e; }
.w0b37ol2 .h7ptc4 { color: #e6edf3; }
.w0b37ol2 .slhtypl a:hover, .w0b37ol2 .vd7in a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .w0b37ol2 .r3p0jsjo { background: #0d1117; border-top-color: #21262d; }
  .w0b37ol2 .r3p0jsjo li a { border-bottom-color: #21262d; }
}
.zrffwctt .tbyc      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.zrffwctt .q1yga66 { color: var(--accent-light); }
.zrffwctt .r3p0jsjo { --msep-color: #475569; }
.zrffwctt .r3p0jsjo a { color: #475569; }
.zrffwctt .r3p0jsjo a:hover { color: var(--accent-light); }
.zrffwctt .paj058o6 { color: #64748b; }
.zrffwctt .g3j7vw2o { background: #f0f4f8; border-top-color: #cbd5e1; }
.zrffwctt .mauo,
.zrffwctt .qwl4 { color: #64748b; }
.zrffwctt .slhtypl a, .zrffwctt .vd7in a,
.zrffwctt .ubwxgex a, .zrffwctt .h7ptc4 { color: #374151; }
.zrffwctt .slhtypl a:hover, .zrffwctt .vd7in a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .zrffwctt .r3p0jsjo { background: #f0f4f8; border-top-color: #cbd5e1; }
  .zrffwctt .r3p0jsjo li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.f1sry .tbyc      { background: var(--accent); border-bottom-color: var(--accent-light); }
.f1sry .q1yga66 { color: #fff; }
.f1sry .r3p0jsjo { --msep-color: rgba(255,255,255,0.82); }
.f1sry .r3p0jsjo a { color: rgba(255,255,255,0.82); }
.f1sry .r3p0jsjo a:hover { color: #fff; }
.f1sry .paj058o6 { color: rgba(255,255,255,0.9); }
.f1sry .g3j7vw2o { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.f1sry .mauo,
.f1sry .qwl4 { color: rgba(255,255,255,0.72); }
.f1sry .slhtypl a, .f1sry .vd7in a,
.f1sry .ubwxgex a, .f1sry .h7ptc4 { color: #fff; }
.f1sry .slhtypl a:hover, .f1sry .vd7in a:hover { color: #fff; }
@media (max-width: 640px) {
  .f1sry .r3p0jsjo { background: var(--accent); border-top-color: var(--accent-light); }
  .f1sry .r3p0jsjo li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.i69vhm5f .tbyc {
  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);
}
.i69vhm5f .g3j7vw2o {
  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) {
  .i69vhm5f .r3p0jsjo {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.pxu32 .bwpwm { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.bphpb3 .bwpwm { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.n0750v .bwpwm { min-height: 72px; height: auto; }
.h6whi .bwpwm { min-height: 84px; height: auto; }
.tkdu65l3 .bwpwm { max-width: none; padding: 0 32px; }
.tkdu65l3 .s1hh7qv  { max-width: none; padding: 24px 32px; }
.axdj5shm.jt8kc .bwpwm { max-width: 1200px; }
.axdj5shm.h6m0a .bwpwm { max-width: 1320px; }
.j6x8   .q1yga66, .j6x8   .h7ptc4 { text-transform: capitalize; }
.dj1i .q1yga66, .dj1i .h7ptc4 { text-transform: lowercase; }
.bkliggwq .q1yga66, .bkliggwq .h7ptc4 { text-transform: uppercase; letter-spacing: 0.06em; }
.v5z4zwuq, .gigme {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.y1audzb3 .v5z4zwuq,
.y1audzb3 .gigme { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.eva1yko .v5z4zwuq,
.eva1yko .gigme { 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; }
.y8npd8z .v5z4zwuq,
.y8npd8z .gigme { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.mv3cx3 .v5z4zwuq,
.mv3cx3 .gigme { 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; }
.c3z3ynlc   .r3p0jsjo a { font-weight: 500; }
.uhlklgk2 .r3p0jsjo a { font-weight: 600; }
.shuerc49     .r3p0jsjo a { font-weight: 700; }
.uy790fwt    .r3p0jsjo a { font-weight: 800; letter-spacing: 0.01em; }
.r2s4     .r3p0jsjo > li + li::before,
.xwj5oa    .r3p0jsjo > li + li::before,
.vzb0wvcg    .r3p0jsjo > li + li::before,
.h73o .r3p0jsjo > li + li::before,
.ez2uzvj .r3p0jsjo > li + li::before,
.fvrdu5vv  .r3p0jsjo > li + li::before,
.vgy8    .r3p0jsjo > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.r2s4     .r3p0jsjo > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.xwj5oa    .r3p0jsjo > li + li::before { content: "|"; }
.vzb0wvcg    .r3p0jsjo > li + li::before { content: "—"; }
.h73o .r3p0jsjo > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ez2uzvj .r3p0jsjo > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.fvrdu5vv  .r3p0jsjo > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.vgy8    .r3p0jsjo > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .vwliw .paj058o6,
  .r5rz2w0 .paj058o6,
  .mnrscp .paj058o6,
  .f6ue .paj058o6,
  .qrnn2 .paj058o6 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .vwliw .paj058o6::before,
  .r5rz2w0 .paj058o6::before,
  .mnrscp .paj058o6::before,
  .f6ue .paj058o6::before,
  .qrnn2 .paj058o6::before { content: ""; display: block; flex-shrink: 0; }

  
  .vwliw .paj058o6::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;
  }

  
  .r5rz2w0 .paj058o6::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;
  }

  
  .mnrscp .paj058o6::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;
  }

  
  .f6ue .paj058o6::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;
  }

  
  .qrnn2 .paj058o6::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) {
  .rbf9v9l .paj058o6 {
    padding: 5px 14px;
  }
  .rbf9v9l .r3p0jsjo {
    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;
  }
  .rbf9v9l .r3p0jsjo li a {
    border-bottom: none; padding: 10px 22px;
  }
  .rbf9v9l .r3p0jsjo li a:hover { background: var(--bg-raised); }
  .rbf9v9l .moalkx,
  .lf2rs .moalkx,
  .i1m7bco .moalkx { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .uemok .paj058o6 {
    padding: 5px 10px;
  }
  .uemok .r3p0jsjo {
    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);
  }
  .uemok .r3p0jsjo.o4015j8q { transform: translateX(0); }
  .uemok .r3p0jsjo li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .uemok .r3p0jsjo li:last-child a { border-bottom: none; }
  .f1sry .r3p0jsjo,
  .w0b37ol2 .r3p0jsjo { background: var(--accent) !important; }
  .f1sry .r3p0jsjo li a,
  .w0b37ol2 .r3p0jsjo li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .i1m7bco .paj058o6 {
    padding: 5px 10px;
  }
  .i1m7bco .r3p0jsjo {
    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);
  }
  .i1m7bco .r3p0jsjo::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .i1m7bco .r3p0jsjo.o4015j8q { transform: translateY(0); }
  .i1m7bco .r3p0jsjo li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .bvz40 .paj058o6 {
    padding: 5px 10px;
  }
  .bvz40 .r3p0jsjo {
    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;
  }
  .bvz40 .r3p0jsjo.o4015j8q { opacity: 1; pointer-events: auto; }
  .bvz40 .r3p0jsjo li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .g675fy     .paj058o6 { border-radius: 0 !important; }
  .smju8nbm   .paj058o6 { border-radius: 8px !important; }
  .rr7l .paj058o6 { border-radius: 50% !important; }
  .u92dx   .paj058o6 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .mqr5rc .gknbs { flex-direction: column; align-items: stretch; }
  .mqr5rc .nzalq { flex-direction: row; min-width: auto; }
  .mqr5rc .s8zy44i { align-items: flex-start; text-align: left; }
}
.e3l5qtft,
.e3l5qtft.m4qsdbl,
.qp5gn .e3l5qtft,
.rw3r0uw5 .e3l5qtft,
.dioe .e3l5qtft,
.z422sv3n .e3l5qtft {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.u430r {
  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;
}
.qawlh { flex: 1 1 280px; min-width: 0; }
.cq5t8u {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.aj4an {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.uy0u {
  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;
}
.uy0u:hover { transform: translateY(-1px); opacity: 0.95; }
.ssgwujv4 .u430r {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ssgwujv4 .cq5t8u { color: var(--cta); }
.ssgwujv4 .aj4an { color: var(--text-body); }
.ssgwujv4 .uy0u {
  background: var(--cta) !important;
  color: #fff !important;
}
.vm2zlz5 .u430r {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.vm2zlz5 .cq5t8u { color: var(--text-primary); }
.vm2zlz5 .aj4an { color: var(--text-body); }
.vm2zlz5 .uy0u {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .u430r {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .qawlh { flex: 0 0 auto; }
  .cq5t8u { font-size: 1.2rem; }
  .uy0u { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.x10egf .u7q87paq { height: 36px; }
.ab4p .u7q87paq { height: 60px; max-width: 200px; }
.h4ld8h .u7q87paq { height: 56px; max-width: 180px; }
.xr1c7j5w    .wvawjh, .xr1c7j5w    .ac5ja75 { color: #f59e0b; }
.rsoiymxs      .wvawjh { font-size: 1rem; letter-spacing: 1.5px; }
.rsoiymxs      .ac5ja75   { font-size: 1.35rem; }
.el1bw    .wvawjh, .el1bw    .ac5ja75 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.yxgq     .wvawjh, .yxgq     .ac5ja75 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.elz3c .wvawjh, .elz3c .ac5ja75 { color: var(--cta); letter-spacing: 2px; }
.z5ejym   .wvawjh, .z5ejym   .ac5ja75 { color: #e91e63; letter-spacing: 2px; }
.a9i3wjz  .wvawjh, .a9i3wjz  .ac5ja75 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.pnlk0ey     .wvawjh, .pnlk0ey     .ac5ja75 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.mfy5nxb3 .l0vskl + .l0vskl {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.kc8oolsu .a6dd9 { padding: 18px 24px; min-height: 68px; }
.la01qbp0 .zgik {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.la01qbp0 .al2v {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.d5g442s .l0vskl {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.uvr7lobg { counter-reset: cs-rank; }
.uvr7lobg .a6dd9 { counter-increment: cs-rank; }
.uvr7lobg .a6dd9::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;
}
.zm08lg .uvr7lobg { counter-reset: cs-rank; gap: 0; }
.zm08lg .a6dd9 {
  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;
}
.zm08lg .a6dd9::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;
}
.zm08lg .yst1m5 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.zm08lg .vylt1h {
  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;
}
.zm08lg .uzev0tna { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.zm08lg .yst1m5 { min-width: 0; flex-direction: column; width: 100%; }
.zm08lg .k50406wq {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.zm08lg .wvawjh { color: var(--cta, var(--accent)); }
.zm08lg .ijrours7 { font-weight: 700; }
.zm08lg .l0vskl {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.zm08lg .zgik {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.zm08lg .al2v {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.zm08lg .mp2z7f .al2v { font-size: 1.3rem; color: var(--accent-light); }
.zm08lg .mauv22fl {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.zm08lg .a6dd9:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .zm08lg .uvr7lobg {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .zm08lg .a6dd9 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .zm08lg .a6dd9 { padding: 40px 16px 20px; }
  .zm08lg .l0vskl {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .zm08lg .mauv22fl { width: 100%; min-width: 0; }
}
.qwile .uvr7lobg { counter-reset: cs-rank; gap: 10px; }
.qwile .a6dd9 {
  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);
}
.qwile .a6dd9::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);
}
.qwile .yst1m5 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.qwile .vylt1h {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.qwile .uzev0tna { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.qwile .k50406wq {
  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;
}
.qwile .wvawjh { color: var(--cta, var(--accent)); }
.qwile .l0vskl {
  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;
}
.qwile .zgik {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.qwile .al2v { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.qwile .mp2z7f .al2v { color: var(--accent-light); }
.qwile .mauv22fl {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.qwile .a6dd9:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .qwile .a6dd9 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .qwile .a6dd9::before {
    position: absolute; top: 14px; left: 14px;
  }
  .qwile .yst1m5 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .qwile .k50406wq { white-space: normal; text-align: center; font-size: 1.2rem; }
  .qwile .l0vskl {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .qwile .mauv22fl { width: 100%; min-width: 0; }
  .qwile .wvawjh { min-width: 0; }
}
.ewmecct .a6dd9::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.lys3s0a8 .xodxja77 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.lys3s0a8 .xodxja77 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.lys3s0a8 .xodxja77 p { padding: 0 2px 16px; }
.lez8s6 .xodxja77 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.lez8s6 .xodxja77 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.lez8s6 .xodxja77 summary::after { content: "›"; font-size: 1.2em; }
.lez8s6 .xodxja77[open] summary::after { content: "‹"; }
.lez8s6 .xodxja77 p { padding: 10px 22px 4px; }
.xcs0ry .xodxja77 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.xcs0ry .xodxja77 summary { color: var(--text-primary); padding-left: 16px; }
.xcs0ry .xodxja77 summary::after { content: "›"; font-size: 1.1em; }
.xcs0ry .xodxja77[open] summary::after { content: "‹"; }
.xcs0ry .xodxja77 p { padding-left: 16px; }
.pd0b58 .cyhe8d3u { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.pd0b58 .xodxja77 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.pd0b58 .xodxja77:last-child { border-bottom: none; }
.pd0b58 .xodxja77 summary { color: var(--text-primary); border-radius: 0; }
.pd0b58 .xodxja77 summary::after { content: "›"; font-size: 1.1em; }
.pd0b58 .xodxja77[open] summary::after { content: "‹"; }
.dlgyg .xodxja77 { overflow: hidden; }
.dlgyg .xodxja77 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.dlgyg .xodxja77 summary::after { color: rgba(255,255,255,.75); }
.dlgyg .xodxja77[open] summary { border-radius: 0; }
.ko3azgk0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.jbhnfxz {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ferogoi {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.s3cv2 { color: var(--text-muted); font-size: 1.05rem; }
.m7wik8hv {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.oyu56b5q { margin-bottom: 20px; }
.ete1i9lw {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.zrtq1frs {
  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;
}
.zrtq1frs:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.mn694 { resize: vertical; min-height: 130px; }
.zibxyob7 { width: 100%; margin-top: 8px; }
.zoar {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.adyi7k0 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.tzez { color: var(--text-muted); line-height: 1.75; }
.hy8635ef { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.hy8635ef li { margin-bottom: 6px; }
.qij331 { max-width: 760px; margin: 0 auto; }
.msq14 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.v0qajya { max-width: 760px; margin: 0 auto; }
.yujpd9c { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.elc2b ul.hy8635ef { margin: 0; }
.cin7943b { max-width: 900px; margin: 0 auto; }
.nboz { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.nboz:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.nboz .yujpd9c { margin: 0; font-size: 1rem; }
.nboz .hf1gr p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .nboz { grid-template-columns: 1fr; gap: 10px; } }
.l74at .yujpd9c { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.juu4 .hy8635ef { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .hg02di5 { grid-template-columns: 1fr; } }
.e9dxji9 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.e9dxji9:hover .dvfoc5e { color: var(--accent-light); text-decoration: underline; }
.tq88kj1 { color: inherit; text-decoration: none; }
.tq88kj1:hover { color: var(--accent-light); text-decoration: underline; }
.v7yjr4fl { display: inline-block; line-height: 0; }
.a3oa { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.he6u0t { max-width: 760px; margin: 0 auto; }
.io88 ul.hy8635ef { margin: 0; }
.qxskzxi { color: var(--text-muted); line-height: 1.75; }
.yn07yd .hy8635ef,
.fas4m .hy8635ef,
.by0mf .hy8635ef,
.rzs2so8 .hy8635ef {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.vfiskiwx { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.msixp { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.e1zuz { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.gi0r { margin-top: 12px; }
.j0yn { 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; }
.j0yn:hover { border-bottom-color: var(--accent-light); }
.r76gsm { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.r76gsm img { width: 100%; height: 100%; object-fit: cover; display: block; }
.m8d6zhtl { border-radius: 50%; }
.b2ak { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.hv1q { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .i1f9jcqq { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.sqdzg .e1zuz, .sqdzg .msixp { max-width: 640px; }
.buh8zn .vfiskiwx { font-size: 1.6rem; margin-top: 18px; }
.rpnaz .e1zuz { margin-bottom: 28px; }
@media (max-width: 860px) { .p4gur { grid-template-columns: 1fr; } .buh8zn { position: static; text-align: center; } }
.tfezso .r76gsm { margin: 0 auto 18px; }
.tfezso .b2ak { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .tzng { grid-template-columns: 1fr; } }
.kltmuio { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.t99pjrv { flex: 1; }
.kltmuio .vfiskiwx { font-size: 1.6rem; margin-bottom: 6px; }
.ri85ca0 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.rzs2so8 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.jxk4m3 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.rzs2so8 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.rzs2so8 .hy8635ef { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .kltmuio { flex-direction: column; text-align: center; } .ri85ca0 { grid-template-columns: 1fr; } }
.trij .vfiskiwx { font-size: 1.35rem; margin: 0 0 4px; }
.trij .b2ak { margin: 0; }
.ltij5qg8 { max-width: 760px; margin: 0 auto; }
.lx4n { position: relative; padding-left: 28px; }
.lx4n::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.kc8ike { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.kc8ike:last-child { padding-bottom: 0; }
.niwz1 { 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; }
.on6gqoco h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.on6gqoco p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.aim8b .ferogoi { color: var(--accent-light); }
.aa66f1 {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.aa66f1 .ferogoi { font-size: 2rem; }
.aa66f1 .s3cv2 { max-width: 680px; }
.eyxvgijh .ferogoi { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.eyxvgijh .s3cv2  { margin: 0; }
@media (max-width: 640px) { .eyxvgijh { flex-direction: column; } }
.w6xmzlm .ferogoi { color: var(--accent-light); }
.a1sarhqn .ferogoi { color: #fff; }
.a1sarhqn .s3cv2  { color: rgba(255,255,255,0.85); }
.j0ozepp { max-width: 680px; margin: 0 auto; }
.nvabmmi {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .nvabmmi { grid-template-columns: 1fr; } }
.bv9n { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.bv9n .zrtq1frs {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.bv9n .zrtq1frs:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.r6iw7 .zrtq1frs { background: var(--bg-raised); border-color: transparent; }
.r6iw7 .zrtq1frs:focus { background: var(--bg-card); border-color: var(--accent-light); }
.idcw .zrtq1frs { border-radius: 100px; padding: 11px 20px; }
.idcw .mn694 { border-radius: 14px; }
@media (max-width: 640px) { .b223s79e { grid-template-columns: 1fr; } }
.ps7pcdp { counter-reset: priv-count; }
.q8di4 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.q8di4:last-child { border-bottom: none; }
.yh7cnqu {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.q8di4 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.q8di4 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.dldnx { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.dldnx li { margin-bottom: 6px; }
.rdto3d{display:none}
.rdto3d:empty,.iykqs0n:empty{display:none}
.ew634fo8{position:relative;overflow:visible}
.q6694v .yscapt,.edqkiyb .yscapt,
.o6e8zy .yscapt,.oz1glg .yscapt,
.ks712v .yscapt,.bbfht8kb .yscapt{display:block}
.lnvqp2bl .leraw{display:block}
.q6694v .yscapt,.edqkiyb .yscapt,
.o6e8zy .yscapt,.oz1glg .yscapt,
.ks712v .yscapt{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}
.q6694v .yscapt .iykqs0n,.edqkiyb .yscapt .iykqs0n,
.o6e8zy .yscapt .iykqs0n,.oz1glg .yscapt .iykqs0n,
.ks712v .yscapt .iykqs0n{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}
.q6694v .sk6iman,.edqkiyb .sk6iman,
.o6e8zy .sk6iman,.oz1glg .sk6iman,
.ks712v .sk6iman{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.q6694v .yscapt,.edqkiyb .yscapt{top:12px}
.q6694v .yscapt .iykqs0n{margin-right:auto}
.edqkiyb .yscapt .iykqs0n{margin-left:auto}
.edqkiyb .yscapt{text-align:right}
.o6e8zy .yscapt,.oz1glg .yscapt{bottom:12px}
.o6e8zy .yscapt .iykqs0n{margin-right:auto}
.oz1glg .yscapt .iykqs0n{margin-left:auto}
.oz1glg .yscapt{text-align:right}
.ks712v .yscapt{position:relative;margin-top:16px}
.ks712v .yscapt .iykqs0n{margin:0 auto}
.bbfht8kb .yscapt{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.bbfht8kb .yscapt .iykqs0n{margin:0}
.bbfht8kb .ckuzh3g~.yscapt,
.bbfht8kb .a4jfly~.yscapt{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.bbfht8kb .ckuzh3g~.yscapt .iykqs0n,
.bbfht8kb .a4jfly~.yscapt .iykqs0n{justify-content:flex-start}
.ckuzh3g~.yscapt,.a4jfly~.yscapt{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}
.ckuzh3g~.yscapt .iykqs0n{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.a4jfly~.yscapt .iykqs0n{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.leraw .iykqs0n{margin:0 0 12px}
.iykqs0n{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.l0734vg{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.dvfoc5e{font-weight:600;color:var(--text-heading);opacity:1}
.fkuzui7u::before{content:"·";margin:0 2px;opacity:.5}
.sk6iman{white-space:nowrap}
.kw4uocj .l0734vg{display:none}
.wxg03ign .sk6iman{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.wxg03ign .fkuzui7u::before{content:""}
.s2rhjs26 .sk6iman{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}
.s2rhjs26 .fkuzui7u::before{content:""}
.oipj3 .iykqs0n{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.vpxxav .sk6iman{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.vpxxav .fkuzui7u::before{content:""}
.gkak .sk6iman{color: var(--accent-light);opacity:1;font-weight:500}
.voqvng .sk6iman{border-bottom:1px solid currentColor;padding-bottom:2px}
.bwz1e .iykqs0n{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.qov0{--date-bg:var(--accent-bg-light)}
.v0x86g .fkuzui7u::before{content:""}
.tuitr .fkuzui7u::before{content:"•";opacity:.4}
.tuitr .sk6iman + .sk6iman::before{content:"•";margin-right:6px;opacity:.4}
.kpyk7e .fkuzui7u::before{content:"/";opacity:.35}
.kpyk7e .sk6iman + .sk6iman::before{content:"/";margin-right:6px;opacity:.35}
.f4vfbyn .fkuzui7u::before{content:"|";opacity:.3}
.f4vfbyn .sk6iman + .sk6iman::before{content:"|";margin-right:6px;opacity:.3}
.n9an2mkt .fkuzui7u::before{content:"—";opacity:.3}
.n9an2mkt .sk6iman + .sk6iman::before{content:"—";margin-right:6px;opacity:.3}
.zg4rt .fkuzui7u::before{content:"◆";font-size:.5em;opacity:.35}
.zg4rt .sk6iman + .sk6iman::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.cax8 .fkuzui7u::before{content:"·";opacity:.4}
.cax8 .sk6iman + .sk6iman::before{content:"·";margin-right:6px;opacity:.4}
.cpr18 .fkuzui7u::before{content:"›";opacity:.4}
.cpr18 .sk6iman + .sk6iman::before{content:"›";margin-right:6px;opacity:.4}
.tqv1w9 .fkuzui7u::before{content:"→";opacity:.35;font-size:.85em}
.tqv1w9 .sk6iman + .sk6iman::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.aoql8tb2{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.e8sie{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.jseqfi1b{display:flex;flex-direction:column;gap:3px}
.jjpj5{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.yo4kgus0{font-weight:700;font-size:1rem;color:var(--text-heading)}
.kddwk74{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.ixsfs0v .aoql8tb2{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.y83oxm1 .aoql8tb2{border-top:3px solid var(--accent);padding-top:18px}
.smgns .aoql8tb2{border-left:3px solid var(--accent);border-radius:0}
.yxh8 .aoql8tb2{padding:20px 0}
@media(max-width:640px){
  .aoql8tb2{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .kddwk74{max-width:100%}
}
.jzm4v .a29z1mx{margin:0}
@media (max-width:560px){
  .oiz1jb{grid-template-columns:repeat(2,1fr);gap:12px}
}
.mswew {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mswew.xxc8ak3 {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.kdgdfdk {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.kdgdfdk .ijogv2hu {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.kdgdfdk .ijogv2hu::before,
.kdgdfdk .ijogv2hu::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.kdgdfdk .ijogv2hu::before { transform: translate(-50%, -50%) rotate(45deg); }
.kdgdfdk .ijogv2hu::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.kdgdfdk .ijogv2hu:hover { background: rgba(0,0,0,0.12) !important; }
.z757 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.ll0b9 {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.sve7jts {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.xup9 {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.kdgdfdk .aomp {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.kdgdfdk .aomp:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .kdgdfdk { padding: 28px 18px 20px; }
  .sve7jts { font-size: 1.2rem; }
  .z757 { max-width: 220px; max-height: 80px; }
}
.t0604 {
  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);
}
.w1ahgw5b {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.h9sb16  .t0604 { border-radius: 50%; }
.aj5au0i  .t0604 { border-radius: 6px; }
.gsdtwa .t0604 { border-radius: 22px; }
.wbqqiu .u430r {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .t0604 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.f04nt .m4qsdbl {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.f04nt .cpfn {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.f04nt .u430r {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.ra2rt3b4 {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.ra2rt3b4.xxc8ak3 { transform: translate(-50%, 0); }
.ra2rt3b4 .m4qsdbl,
.ra2rt3b4 .cpfn {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.ra2rt3b4 .u430r {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.z5nitn4b {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.z5nitn4b::before,
.z5nitn4b::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.z5nitn4b::before { transform: translate(-50%, -50%) rotate(45deg); }
.z5nitn4b::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.z5nitn4b:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .ra2rt3b4 { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .ra2rt3b4 .u430r {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .ra2rt3b4 .aj4an { display: none !important; }
  .ra2rt3b4 .cq5t8u { font-size: 1.1rem !important; }
  .ra2rt3b4 .t0604 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .z5nitn4b { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .bwpwm { flex-direction: row-reverse; }
[dir="rtl"] .r3p0jsjo { flex-direction: row-reverse; }
[dir="rtl"] .rm0b6ign .fm1z6 { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .rm0b6ign .fm1z6 { right: auto; left: 20px; }
  [dir="rtl"] .ot8wns  .fm1z6 { left: auto;  right: 20px; }
}
[dir="rtl"] .adhr .r12zn  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .idgqiipb .r12zn { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .bqvbteri, [dir="rtl"] .swq2tc6 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ni103 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .cjzfnef { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .qy5migr { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .u430r { direction: rtl; }
[dir="rtl"] .t0604 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .a6dd9,
[dir="rtl"] .zmrn7ili { direction: rtl; }
[dir="rtl"] .sf3njfh { direction: rtl; }
[dir="rtl"] .r7530syh { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .m6x0dm .swq2tc6,
[dir="rtl"] .mj6stm .swq2tc6,
[dir="rtl"] .aaotzled .swq2tc6,
[dir="rtl"] .tfa7h5me .swq2tc6 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .m6x0dm .swq2tc6 li::before,
[dir="rtl"] .mj6stm .swq2tc6 li::before,
[dir="rtl"] .aaotzled .swq2tc6 li::before,
[dir="rtl"] .tfa7h5me .swq2tc6 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .pfnh9.g9469 .kguou89d,
[dir="rtl"] .e90uyh.g9469 .kguou89d,
[dir="rtl"] .j6irh.g9469 .kguou89d,
[dir="rtl"] .aes8.g9469 .kguou89d,
[dir="rtl"] .bjeji.g9469 .kguou89d { text-align: right; }
[dir="rtl"] .ckuzh3g.g9469 .pr4a { align-items: flex-end; text-align: right; }
[dir="rtl"] .cpfn,
[dir="rtl"] .zfpkzmp1,
[dir="rtl"] .tsxs,
[dir="rtl"] .kguou89d { text-align: right; }
[dir="rtl"] .m7wik8hv,
[dir="rtl"] .ete1i9lw,
[dir="rtl"] .e1zuz,
[dir="rtl"] .zrtq1frs,
[dir="rtl"] .mn694 { text-align: right; direction: rtl; }
[dir="rtl"] .idcw .zrtq1frs,
[dir="rtl"] .bv9n .zrtq1frs { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #88ad2c;
  --brand:           #88ad2c;
  --brand-light:     #738f30;
  --brand-pale:      #8da949;
  --grad-start:      #b3d65e;
  --grad-end:        #c7db96;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #88ad2c;
  --cta-light:       #70901f;
  --cta-hover:       #617c1f;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f5f3;
  --bg-raised:       #f0f1ee;
  --bg-hover:        #f5f5f3;
  --border:          #e6e8e2;
  --border-alt:      #d8dbd0;
  --border-section:  #e6e8e2;
  --text-primary:    #1a1b17;
  --text-muted:      #5b5f52;
  --text-body:       #34362f;
  --text-sub:        #4e5147;
  --text-faint:      #838876;
  --text-dim:        #9ca091;
  --text-label:      #696d5e;
  --text-value:      #41443b;
  --accent-bg:       #edf0e4;
  --accent-bg-light: #e1e9cd;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f8f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #178c30;
  --c-cons:          #9f3a21;
  --c-pros-label:    #1ba639;
  --c-tip-border:    #1eb73f;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #178c30;
}
:root { --logo-bg-opacity: 42%; }
body, button, input { font-family: "Nunito", sans-serif; }
.y8g9p .ftpirwua { font-size: 0; width: 1.2rem; flex-shrink: 0; }.y8g9p .ftpirwua::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.y8g9p .vgfl90     .ftpirwua::before { content: "";  color: var(--c-tip-border); }.y8g9p .ztxf .ftpirwua::before { content: ""; color: var(--c-warn-border); }.y8g9p .gsnn9ht8    .ftpirwua::before { content: ""; color: #60a5fa; }.xdqp2dl5 .y8g9p .vgfl90     .ftpirwua::before { color: #10b981; }.xdqp2dl5 .y8g9p .ztxf .ftpirwua::before { color: #f43f5e; }.xdqp2dl5 .y8g9p .gsnn9ht8    .ftpirwua::before { color: #a855f7; }.ohyqll  .y8g9p .vgfl90     .ftpirwua::before { color: #eab308; }.ohyqll  .y8g9p .ztxf .ftpirwua::before { color: #ef4444; }.ohyqll  .y8g9p .gsnn9ht8    .ftpirwua::before { color: #f97316; }.m1kljiy  .y8g9p .vgfl90     .ftpirwua::before { color: #38bdf8; }.m1kljiy  .y8g9p .ztxf .ftpirwua::before { color: #818cf8; }.m1kljiy  .y8g9p .gsnn9ht8    .ftpirwua::before { color: #2dd4bf; }.rnavf2h7 .y8g9p .ftpirwua::before { color: var(--accent-light) !important; }
.zwr0t .guqb82tw li::before, .zwr0t .sz1p li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.zwr0t .guqb82tw li::before { content: ""; }.zwr0t .sz1p li::before { content: ""; }.zwr0t .sna9c5::before, .zwr0t .gdtnx::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.zwr0t .sna9c5::before { content: ""; }.zwr0t .gdtnx::before { content: ""; }
.xhqqwlk .tp8u, .xhqqwlk .ckuzh3g { min-height: 640px; }
.lhuqsb::before { content: '·'; font-size: 1.3em; line-height: 1; }