:root {
  --color-accent: #33b42d;
  --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;
}
.xqr397ko {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.w5dj {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.tbn24urw {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.k25c2mc { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.e877y8 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.e877y8 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.e877y8 a:hover { color: var(--accent-light); }
.tmr4p  .qosk6zm { border-radius: 14px; }
.tmr4p .qosk6zm li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.tmr4p .qosk6zm li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.duiib  .qosk6zm li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .qosk6zm {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .l8cbcag:hover .qosk6zm,
  .l8cbcag:focus-within .qosk6zm { display: block; }
  .qosk6zm li a { padding: 8px 16px; font-size: 0.88rem; }
}
.y30b2 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.i9q875mc { display: none; }
@media (max-width: 640px) {
  .i9q875mc {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .i9q875mc.magkv { display: block; }
}
@media (max-width: 640px) {
  .y30b2 { display: block; }
  .e877y8 > li + li::before { display: none !important; }
  .e877y8 {
    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;
  }
  .e877y8.magkv { display: flex; }
  .e877y8 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .e877y8 li:last-child a { border-bottom: none; }
}
.yok8pzk { min-height: 480px; }
.afuuga {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.mwsx4hvt { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.lg50eff .mwsx4hvt { margin-left: 0; margin-right: 0; }
.ovj6s {
  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;
}
.pnxtuomd .ovj6s { margin-top: 24px; }
.ovj6s:hover { opacity: 0.88; }
.ejcu66cr {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.ktnqpz {
  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%);
}
.ejcu66cr .evoik3sw {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ejcu66cr .afuuga { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ejcu66cr .mwsx4hvt { color: #e2e8f0; }
.ejcu66cr.jmc9kh .evoik3sw { text-align: center; }
.ejcu66cr.lg50eff   .evoik3sw { text-align: left; }
.bu5csm .evoik3sw {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.bu5csm .afuuga { color: var(--text-primary); text-shadow: none; }
.bu5csm .mwsx4hvt { color: var(--text-muted); }
.bu5csm .ovj6s { margin-top: 16px; }
.bu5csm, .bu5csm.yok8pzk { min-height: auto !important; }
.bu5csm.jmc9kh .evoik3sw { text-align: center; }
.bu5csm.lg50eff   .evoik3sw { text-align: left; }
.bu5csm~.t9yeqgmt{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}
.bu5csm~.t9yeqgmt .q8eccahd{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; }
}
.tvim .ejcu66cr .ktnqpz {
  overflow: hidden;
}
.tvim .ejcu66cr .ktnqpz::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); }
}
.tim2 .ejcu66cr .ktnqpz {
  overflow: hidden;
}
.tim2 .ejcu66cr .ktnqpz::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;
}
.cus5c .ejcu66cr .ktnqpz {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.llr5 .ejcu66cr .ktnqpz {
  overflow: hidden;
}
.llr5 .ejcu66cr .ktnqpz::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;
}
.kd1d5o2 .ejcu66cr .ktnqpz {
  animation: hg-breathe 10s ease-in-out infinite;
}
.x9hw8c .ktnqpz {
  background: none;
}
.x9hw8c .afuuga { color: #fff; }
.x9hw8c .mwsx4hvt { color: rgba(255,255,255,0.85); }
.l5nev04w .afuuga { text-shadow: none; color: var(--text-primary); }
.l5nev04w .mwsx4hvt { color: var(--text-muted); }
body.uhfn3qh6 .afuuga {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.e33p .afuuga {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.yok8pzk.x9hw8c .afuuga,
section.x9hw8c .afuuga {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.l5nev04w.lg50eff   .v6b6u4no { align-items: flex-start; text-align: left; }
.yok8pzk .p11uexu0 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.p11uexu0 .hvy4wm {
  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;
}
.p11uexu0 .hvy4wm::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.p11uexu0 .e44g { display: contents !important; }
.p11uexu0 .e44g .w082j9t {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.p11uexu0 .e44g .huv41cx { max-height: 48px; max-width: 96px; }
.p11uexu0 .e44g .qj7r {
  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;
}
.p11uexu0 .u0864o29 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.p11uexu0 .gpc0g37 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.p11uexu0 .r4dutot2 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.p11uexu0 .r4dutot2 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.p11uexu0 .zpet58 { display: contents !important; }
.p11uexu0 .zpet58 .jj35c866:not(.uniysca5) { display: none !important; }
.p11uexu0 .zpet58 .uniysca5 {
  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;
}
.p11uexu0 .zpet58 .uniysca5 .wwhx {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.p11uexu0 .zpet58 .uniysca5 .hg5s3o {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.p11uexu0 .u7nj3 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.p11uexu0 .u7nj3.w3cdxho {
  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;
}
.p11uexu0 .u7nj3.w3cdxho:hover { opacity: 0.85; }
.p11uexu0 .hvy4wm,
.p11uexu0 .hvy4wm:hover,
.p11uexu0 .hvy4wm:nth-child(even),
.p11uexu0 .hvy4wm:nth-child(odd),
.p11uexu0 .hvy4wm:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.o0s9n .evoik3sw { padding-bottom: 24px; }
.pnxtuomd .evoik3sw { max-width: 1100px; }
@media (max-width: 700px) {
  .l5nev04w { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .l5nev04w:not(.o206) .d8jv { display: none !important; }
  .o206 .d8jv { padding: 16px; }
  .v6b6u4no  { padding: 36px 24px; }
  .l5nev04w~.t9yeqgmt,.g5fl~.t9yeqgmt{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .yok8pzk, .l5nev04w { min-height: 320px !important; }
  .afuuga { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .p6wsee,
  .th4gdvbu,
  .bqx4utd7 { grid-template-columns: 1fr !important; }

  

  
  .o0s9n { display: flex !important; flex-direction: column !important; }
  .o0s9n .evoik3sw { display: contents; }
  .o0s9n .ktnqpz { order: 0; }
  .o0s9n .afuuga { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .o0s9n .p6wsee { order: 2; padding: 0 16px 12px !important; }
  .o0s9n .mwsx4hvt { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .pnxtuomd .evoik3sw { display: flex; flex-direction: column; }
  .pnxtuomd .evoik3sw .afuuga { order: 1; }
  .pnxtuomd .evoik3sw .bqx4utd7 { order: 2; margin: 8px 0 24px !important; }
  .pnxtuomd .evoik3sw .mwsx4hvt { order: 3; }
  .pnxtuomd .evoik3sw .ovj6s { order: 4; align-self: center; margin-top: 0; }

  
  .l5nev04w.o206 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .l5nev04w.o206 .v6b6u4no { display: contents; padding: 0; }
  .l5nev04w.o206 .v6b6u4no .afuuga { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .l5nev04w.o206 .d8jv { order: 2; padding: 12px 16px; }
  .l5nev04w.o206 .v6b6u4no .mwsx4hvt { order: 3; padding: 0 24px; margin: 0 auto; }
  .l5nev04w.o206 .v6b6u4no .ovj6s { order: 4; align-self: center; margin: 8px 0 32px; }
}
.d5oxxsy9 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.j768 { width: 100%; height: auto; display: block; border-radius: 10px; }
.o7iy .d5oxxsy9        { border-radius: 16px; }
.o7iy .j768  { border-radius: 16px; }
.x5aqaf .d5oxxsy9         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.x5aqaf .j768   { border-radius: 8px; }
.c953ul5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.r0rxpt { width: 100%; padding: 32px 0; position: relative; }
.adzc6e { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.lg4k25m .r0rxpt:nth-child(even) { background: var(--bg-surface); }
.lg4k25m .r0rxpt:nth-child(odd)  { background: var(--bg-page); }
.nloz .r0rxpt:nth-child(even) { background: var(--bg-card); }
.nloz .r0rxpt:nth-child(odd)  { background: var(--bg-page); }
.lg4k25m .r0rxpt:nth-child(odd)  .adzc6e { background: var(--bg-card); border-radius: 6px; }
.lg4k25m .r0rxpt:nth-child(even) .adzc6e { background: var(--bg-raised); border-radius: 6px; }
.nloz .r0rxpt:nth-child(odd)  .adzc6e { background: var(--bg-card); border-radius: 6px; }
.nloz .r0rxpt:nth-child(even) .adzc6e { background: var(--bg-raised); border-radius: 6px; }
.lg4k25m .r0rxpt:nth-child(even) .wrb4ray .d872m,
.nloz .r0rxpt:nth-child(even) .wrb4ray .d872m { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.lg4k25m .r0rxpt:nth-child(odd) .wrb4ray .d872m,
.nloz .r0rxpt:nth-child(odd) .wrb4ray .d872m { background: var(--bg-card-inner); }
.lg4k25m .r0rxpt:nth-child(even) .m9ah2n5k .d872m:nth-child(odd),
.nloz .r0rxpt:nth-child(even) .m9ah2n5k .d872m:nth-child(odd)  { background: var(--bg-card); }
.lg4k25m .r0rxpt:nth-child(even) .m9ah2n5k .d872m:nth-child(even),
.nloz .r0rxpt:nth-child(even) .m9ah2n5k .d872m:nth-child(even) { background: var(--bg-card-inner); }
h1.dviaih2d { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.dviaih2d {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.t41g42cj { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.frxsq4o h2.dviaih2d {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.qqu1m0 h2.dviaih2d {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.thut h2.dviaih2d {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.on00kfl h2.dviaih2d::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.jffu8bv h2.dviaih2d {
  color: var(--text-primary); font-size: 1.7rem;
}
.tojug h2.dviaih2d::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.yerqv h2.dviaih2d {
  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) { .vkxsa71 { display: none; } }
.wf5x { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ld28a { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.m7sii7 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.tnnnyo { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.i5gsvv { padding-left: 20px; }
.i5gsvv li { margin-bottom: 6px; }
.i5gsvv a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.i5gsvv a:hover { color: var(--accent-light); }
.lv8q .tnnnyo { display: none; }
.a774uwm4 .tnnnyo { display: none; }
.a774uwm4 .i5gsvv { padding-left: 0; list-style: none; }
.a774uwm4 .i5gsvv li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.a774uwm4 .i5gsvv a { font-size: 0.92rem; }
.ui91y9b .m7sii7 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ui91y9b .tnnnyo { display: none; }
.ui91y9b .i5gsvv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ui91y9b .i5gsvv li { margin-bottom: 0; }
.ui91y9b .i5gsvv 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;
}
.ui91y9b .i5gsvv a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.nujregt .m7sii7 { padding: 20px 20px 16px; }
.nujregt .i5gsvv {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.nujregt .i5gsvv li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.nujregt .i5gsvv 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;
}
.nujregt .i5gsvv 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;
}
.nujregt .i5gsvv a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.nujregt .i5gsvv a:focus,
.nujregt .i5gsvv a:focus-visible,
.nujregt .i5gsvv a:target { outline: none; }
.nujregt .i5gsvv li:target a { border-color: var(--border); color: var(--text-muted); }
.y9rmbn2 .m7sii7 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.y9rmbn2 .tnnnyo { display: none; }
.y9rmbn2 .i5gsvv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.y9rmbn2 .i5gsvv li { counter-increment: toc-n; margin-bottom: 0; }
.y9rmbn2 .i5gsvv 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;
}
.y9rmbn2 .i5gsvv 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;
}
.y9rmbn2 .i5gsvv a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.i2uq .m7sii7 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.i2uq .tnnnyo { display: none; }
.i2uq .i5gsvv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.i2uq .i5gsvv li { margin-bottom: 0; }
.i2uq .i5gsvv 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;
}
.i2uq .i5gsvv a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.kq0vdf4 .m7sii7 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.kq0vdf4 .tnnnyo { display: none; }
.kq0vdf4 .i5gsvv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.kq0vdf4 .i5gsvv li { margin-bottom: 0; }
.kq0vdf4 .i5gsvv li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.kq0vdf4 .i5gsvv li:last-child::after { content: ""; margin-right: 0; }
.kq0vdf4 .i5gsvv a { font-size: 0.9rem; }
.d872m { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.wrb4ray .d872m { background: var(--bg-card); }
.m9ah2n5k .d872m:nth-child(odd)  { background: var(--bg-card); }
.m9ah2n5k .d872m:nth-child(even) { background: var(--bg-raised); }
.v5t2 .d872m {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.v5t2 .d872m:last-child { border-bottom: none; }
.v5t2 h3.t41g42cj { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.qroy27j .d872m {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.qroy27j .d872m + .d872m { margin-top: 4px; }
.nt3594 .d872m { background: none; border-radius: 0; padding: 12px 0; }
.nt3594 .d872m + .d872m { border-top: 1px solid var(--border-section); }
.i9n0re2 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.yghly { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.rt6assxb { color: var(--text-body); margin-bottom: 10px; }
.w5kdxmuq, .v2sp { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.w5kdxmuq li, .v2sp li { margin-bottom: 6px; }
.v2sp li { list-style: decimal; }
.wk72     .w5kdxmuq { list-style-type: "● "; }
.gi72eig  .w5kdxmuq { list-style-type: "■ "; }
.ho92cxcv .w5kdxmuq { list-style-type: "◆ "; }
.h9ja1w7f    .w5kdxmuq { list-style-type: "★ "; }
.wk72     .h7hrj07 { list-style-type: "● "; }
.gi72eig  .h7hrj07 { list-style-type: "■ "; }
.ho92cxcv .h7hrj07 { list-style-type: "◆ "; }
.h9ja1w7f    .h7hrj07 { list-style-type: "★ "; }
.wk72    .w5kdxmuq li::marker, .wk72    .h7hrj07 li::marker,
.gi72eig .w5kdxmuq li::marker, .gi72eig .h7hrj07 li::marker,
.ho92cxcv .w5kdxmuq li::marker, .ho92cxcv .h7hrj07 li::marker,
.h9ja1w7f   .w5kdxmuq li::marker, .h9ja1w7f   .h7hrj07 li::marker {
  color: var(--cta); font-size: 1em;
}
.wk72 .v2sp,
.gi72eig .v2sp,
.ho92cxcv .v2sp,
.h9ja1w7f .v2sp {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.wk72 .v2sp li,
.gi72eig .v2sp li,
.ho92cxcv .v2sp li,
.h9ja1w7f .v2sp li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.wk72 .v2sp li::before,
.gi72eig .v2sp li::before,
.ho92cxcv .v2sp li::before,
.h9ja1w7f .v2sp 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;
}
.wk72     .v2sp li::before { border-radius: 50%; }
.gi72eig  .v2sp li::before { border-radius: 3px; }
.ho92cxcv .v2sp li::before { border-radius: 3px; }
.h9ja1w7f    .v2sp li::before { border-radius: 50%; }
.y638 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.wd5g7wc .y638,
.q5w4 .y638 { background: transparent; border: none; border-radius: 0; }
.oy0ai { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.oy0ai th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.oy0ai td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.oy0ai tr:hover td { background: var(--bg-hover); }
.v5g4xf .oy0ai tbody tr:nth-child(even) td { background: var(--bg-surface); }
.i6zcas .oy0ai { border: 1px solid var(--border-alt); }
.i6zcas .oy0ai th,
.i6zcas .oy0ai td { border: 1px solid var(--border-alt); }
.pbrac .oy0ai th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.pbrac .oy0ai td { border-bottom: none; }
.pbrac .oy0ai tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.clkeuvs .oy0ai th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.y1omg1 .y638 {
  overflow: hidden;
}
.y1omg1 .oy0ai th { border-bottom: 1px solid var(--border-alt); }
.y1omg1 .oy0ai tr:last-child td { border-bottom: none; }
.lcfpkho9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.jiweu3 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.pflqnb { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.wix003 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.k4u7 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.h7hrj07 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.h7hrj07 li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.cgulu4z .wix003 { background: transparent; text-align: center; }
.jmia7tb .pflqnb {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.s0w5 .pflqnb {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.v5yjm .jiweu3 { display: grid; grid-template-columns: auto 1fr; }
.v5yjm .pflqnb {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.v5yjm .wix003 { grid-column: 2; }
.v5yjm .k4u7,
.v5yjm .h7hrj07 { grid-column: 1 / -1; }
.i4a7vex8 .jiweu3 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.i4a7vex8 .pflqnb {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.i4a7vex8 .wix003 { grid-column: 2; }
.i4a7vex8 .k4u7,
.i4a7vex8 .h7hrj07 { grid-column: 1 / -1; }
.e8ssdng .jiweu3 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.e8ssdng .wix003 { background: none; color: var(--accent-light); font-weight: 700; }
.pga3mr02 .jiweu3 { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.pga3mr02 .wix003 { background: none; color: var(--accent-light); font-weight: 700; }
.cv8s5fx .jiweu3 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.cv8s5fx .jiweu3:last-child { border-bottom: none; }
.cv8s5fx .wix003 { background: none; color: var(--accent-light); font-weight: 700; }
.b8xp .jiweu3 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.b8xp .wix003 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.va0rh8a .lcfpkho9 { counter-reset: card-n; }
.va0rh8a .jiweu3  { counter-increment: card-n; }
.va0rh8a .wix003 { display: flex; align-items: center; gap: 10px; }
.va0rh8a .wix003::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.igbs2 .jiweu3 { background: var(--bg-surface); border: 1px solid var(--border); }
.igbs2 .wix003 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.u1r4bi84 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.u1r4bi84         { --cl-hue: var(--accent); }
.g2xdi     { --cl-hue: #16a34a; }
.odp9 { --cl-hue: #ea580c; }
.q5g5qd0    { --cl-hue: #2563eb; }
.g2xdi, .odp9, .q5g5qd0, .cojrp24 {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.nh6qis9 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.nh6qis9::before { color: var(--cl-hue); }
.u1r4bi84 strong { color: var(--text-primary); font-size: 0.95rem; }
.u1r4bi84 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.wi1clji { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.g4e2, .u60dea8 { border-radius: 8px; padding: 14px; }
.g4e2 { background: var(--bg-pros); }
.u60dea8 { background: var(--bg-cons); }
.va83je { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.g4e2 .va83je { color: var(--c-pros-label); }
.u60dea8 .va83je { color: #f87171; }
.g4e2 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.u60dea8 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.j768 { width: 100%; height: auto; border-radius: 10px; display: block; }
.w3cdxho {
  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;
}
.w3cdxho:hover { opacity: 0.85; }
.galdz9 .w3cdxho  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.galdz9 .w3cdxho:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ppd5e .w3cdxho  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ppd5e .w3cdxho:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.galdz9 .u7nj3.w3cdxho, .ppd5e .u7nj3.w3cdxho,
.galdz9 .vy4cv2p .w3cdxho, .ppd5e .vy4cv2p .w3cdxho {
  background: var(--cta); border: none; color: #fff;
}
.galdz9 .u7nj3.w3cdxho:hover, .ppd5e .u7nj3.w3cdxho:hover,
.galdz9 .vy4cv2p .w3cdxho:hover, .ppd5e .vy4cv2p .w3cdxho:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.uo8ee0 .ovj6s { border-radius: 50px; }
.uo8ee0 .w3cdxho  { border-radius: 50px; }
.la0vt1ai .ovj6s,
.la0vt1ai .w3cdxho { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.la0vt1ai .ovj6s:hover,
.la0vt1ai .w3cdxho:hover { filter: brightness(1.08); opacity: 1; }
.ldue .ovj6s,
.ldue .w3cdxho { box-shadow: 0 3px 14px -2px var(--cta); }
.ldue .ovj6s:hover,
.ldue .w3cdxho:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.jkn53w0 .ovj6s,
.jkn53w0 .w3cdxho { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.jkn53w0 .ovj6s:hover,
.jkn53w0 .w3cdxho:hover { opacity: 1; }
.jkn53w0 .ovj6s:active,
.jkn53w0 .w3cdxho:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.crxq .ovj6s,
.crxq .w3cdxho { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.crxq .ovj6s:hover,
.crxq .w3cdxho:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.crxq .ovj6s:active,
.crxq .w3cdxho:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.t2z75 .ovj6s,
.t2z75 .w3cdxho { position: relative; overflow: hidden; }
.t2z75 .ovj6s::before,
.t2z75 .w3cdxho::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;
}
.t2z75 .ovj6s:hover::before,
.t2z75 .w3cdxho:hover::before { left: 135%; }
.u3r5m6 .ovj6s,
.u3r5m6 .w3cdxho { border-radius: 0; }
.qdzsech .ovj6s { padding-left: 22px; padding-right: 22px; }
.qdzsech .w3cdxho  { padding-left: 12px; padding-right: 12px; }
.ovyujjc .ovj6s { padding-left: 44px; padding-right: 44px; }
.ovyujjc .w3cdxho  { padding-left: 24px; padding-right: 24px; }
.wy2pa .ovj6s { padding-left: 56px; padding-right: 56px; }
.wy2pa .w3cdxho  { padding-left: 32px; padding-right: 32px; }
.jaxj48t5   .ovj6s::after, .jaxj48t5   .w3cdxho::after,
.abnz3d .ovj6s::after, .abnz3d .w3cdxho::after,
.xecw40i    .ovj6s::after, .xecw40i    .w3cdxho::after,
.mn9jgyvx    .ovj6s::after, .mn9jgyvx    .w3cdxho::after,
.nbmziii    .ovj6s::after, .nbmziii    .w3cdxho::after,
.u8tp     .ovj6s::after, .u8tp     .w3cdxho::after,
.cinli1f    .ovj6s::after, .cinli1f    .w3cdxho::after,
.iu3w   .ovj6s::after, .iu3w   .w3cdxho::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;
}
.jaxj48t5 .ovj6s::after, .jaxj48t5 .w3cdxho::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");
}
.abnz3d .ovj6s::after, .abnz3d .w3cdxho::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");
}
.xecw40i .ovj6s::after, .xecw40i .w3cdxho::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");
}
.mn9jgyvx .ovj6s::after, .mn9jgyvx .w3cdxho::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");
}
.nbmziii .ovj6s::after, .nbmziii .w3cdxho::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");
}
.u8tp .ovj6s::after, .u8tp .w3cdxho::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");
}
.cinli1f .ovj6s::after, .cinli1f .w3cdxho::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");
}
.iu3w .ovj6s::after, .iu3w .w3cdxho::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");
}
.wsojpwou   .ol5y::after, .wsojpwou   .fvu7sp6b::after,
.hbp1nies .ol5y::after, .hbp1nies .fvu7sp6b::after,
.da5tp    .ol5y::after, .da5tp    .fvu7sp6b::after,
.enx4zh    .ol5y::after, .enx4zh    .fvu7sp6b::after,
.w5ix    .ol5y::after, .w5ix    .fvu7sp6b::after,
.vobm1ss0     .ol5y::after, .vobm1ss0     .fvu7sp6b::after,
.i8r5qbk    .ol5y::after, .i8r5qbk    .fvu7sp6b::after,
.e33rd3   .ol5y::after, .e33rd3   .fvu7sp6b::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;
}
.wsojpwou .ol5y::after, .wsojpwou .fvu7sp6b::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");
}
.hbp1nies .ol5y::after, .hbp1nies .fvu7sp6b::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");
}
.da5tp .ol5y::after, .da5tp .fvu7sp6b::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");
}
.enx4zh .ol5y::after, .enx4zh .fvu7sp6b::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");
}
.w5ix .ol5y::after, .w5ix .fvu7sp6b::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");
}
.vobm1ss0 .ol5y::after, .vobm1ss0 .fvu7sp6b::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");
}
.i8r5qbk .ol5y::after, .i8r5qbk .fvu7sp6b::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");
}
.e33rd3 .ol5y::after, .e33rd3 .fvu7sp6b::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");
}
.kcz4e {
  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;
}
.hvy4wm {
  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;
}
.hvy4wm > * { min-width: 0; }
.hvy4wm:hover { background: var(--bg-hover); }
.hvy4wm > [itemprop="item"] { display: contents; }
.hvy4wm [itemprop="itemReviewed"],
.hvy4wm [itemprop="reviewRating"] { display: none; }
.hvy4wm::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;
}
.e44g {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.w082j9t {
  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;
}
.huv41cx { max-height: 52px; max-width: 110px; object-fit: contain; }
.qj7r {
  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;
}
.m8i2dp .w082j9t    { background: #1a1a1a; }
.j4pz7byx .w082j9t   { background: rgba(128,128,128,.12); }
.orva .w082j9t { background: var(--bg-raised); }
.cock .w082j9t    { background: transparent; padding: 0; }
.u0864o29 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.gpc0g37 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.r4dutot2 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.zpet58 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.jj35c866 {
  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;
}
.wwhx {
  
  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%;
}
.hg5s3o {
  
  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;
}
.u7nj3 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.u7nj3.w3cdxho {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .hvy4wm {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .hvy4wm::before    { grid-area: rank;   }
  .e44g           { grid-area: ident;  }
  .u0864o29     { grid-area: rating; min-width: 0; width: auto; }
  .zpet58           { grid-area: pills;  }
  .u7nj3             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .hvy4wm {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .hvy4wm::before    { justify-self: center; }
  .e44g           { width: 100%; }
  .u0864o29     { justify-self: center; }
  .zpet58           { grid-template-columns: 1fr; }
}
.f9fdc {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.eeut37 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.u2ttg {
  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;
}
.u2ttg img { max-width: 80px; max-height: 50px; object-fit: contain; }
.abkd666a { flex: 1; }
.abkd666a h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.rjmdf { color: var(--c-stars); font-size: 1.1rem; }
.xok3z6 { margin-bottom: 8px; }
.f4pk73hg {
  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);
}
.f4pk73hg > span { color: var(--accent); font-weight: 700; }
.q7oe em, .ncctg em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .f4pk73hg { padding: 10px 16px; gap: 6px 16px; } }
.vy4cv2p { flex-shrink: 0; align-self: flex-start; }
.vy4cv2p .w3cdxho { white-space: nowrap; }
@media (max-width: 560px) {
  .eeut37 { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .u2ttg { order: 1; }
  .vy4cv2p { order: 2; margin-left: auto; align-self: center; }
  .abkd666a { order: 3; flex: 1 1 100%; min-width: 0; }
}
.w24ym1w img.hb154xy { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.wd5g7wc { padding: 20px 24px; }
.qj7r6xu { color: var(--text-muted); margin-bottom: 16px; }
.pub6h { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.rccg3, .h4dvgs { list-style: none; font-size: 0.9rem; }
.rccg3 li { color: var(--c-pros); margin-bottom: 4px; }
.h4dvgs li { color: var(--c-cons); margin-bottom: 4px; }
.rccg3 li::before { content: "✓"; margin-right: 5px; }
.h4dvgs li::before { content: "✗"; margin-right: 5px; }
.hmmlhbq .rccg3 li::before { content: "→"; }
.hmmlhbq .h4dvgs li::before { content: "–"; }
.iswf  .rccg3 li::before { content: "★"; }
.iswf  .h4dvgs li::before { content: "✕"; }
.zz796nw    .rccg3 li::before { content: "◆"; }
.zz796nw    .h4dvgs li::before { content: "▲"; }
.p65c  .rccg3 li::before { content: "▶"; }
.p65c  .h4dvgs li::before { content: "■"; }
.lxijbnr { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.yffs8ify { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.a7ln5td { background: var(--bg-pros); color: var(--c-tag-pay); }
.w6igbpzz { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.qsrx5f90 .w6igbpzz { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.lfza .w6igbpzz { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .k6p50n95 .cyg2 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .k6p50n95 .f9fdc { margin: 0; }
}
.lisf9v .eeut37 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.lisf9v .abkd666a h3 { color: var(--accent-light); }
.lisf9v .u2ttg { background: var(--bg-page); border: 1px solid var(--border); }
.hor2t .f9fdc { border-top: 4px solid var(--accent); }
.hor2t .eeut37 { background: var(--bg-card); }
.ie3554c .f9fdc { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.ie3554c .eeut37 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.ie3554c .wd5g7wc { padding: 14px 16px; }
.ie3554c .u2ttg { border-radius: 4px; }
.ie3554c .w6igbpzz { border-radius: 0; }
.bqxnn3 .eeut37 { padding: 0; gap: 0; overflow: hidden; }
.bqxnn3 .u2ttg { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.bqxnn3 .abkd666a { padding: 16px 20px; }
.bqxnn3 .vy4cv2p { padding: 16px 20px; align-self: center; }
.ezhnv .rjmdf { font-size: .95rem; }
.q5w4 .wi1clji { gap: 10px; }
.q5w4 .g4e2, .q5w4 .u60dea8 { padding: 12px; }
.q5w4 .g4e2 ul, .q5w4 .u60dea8 ul { margin: 4px 0 0; padding-left: 18px; }
.q5w4 .g4e2 li, .q5w4 .u60dea8 li { font-size: .85rem; margin-bottom: 3px; }
.u65ptq .yffs8ify { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .ybiji6 { grid-template-columns: 1fr; }
  .mvjspni4 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .mvjspni4 .adjzgw { width: 72px; height: 50px; }
  .mvjspni4 .wju3cq0 { max-width: 180px; }
  .mvjspni4 .tc31 { width: auto; }
}
.pyqhguef .ezhnv .rjmdf { filter: brightness(1.2); }
@media (max-width: 720px) {
  .pyqhguef { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .oxcu9ego { padding: 16px; }
  .h7iqnk7h .hfsvly5 { min-width: 50%; }
}
.g70h52b .wi1clji { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .xgi67j5 { grid-template-columns: 1fr; }
  .t3py8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .blt4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .zesicm { flex-wrap: wrap; padding: 16px; }
}
.dx5abnx1 .wi1clji { gap: 8px; }
.dx5abnx1 .g4e2, .dx5abnx1 .u60dea8 { padding: 8px; }
@media (max-width: 480px) {
  .y9lzkhtl { flex-direction: column; align-items: stretch; }
}
.gapy2xdn .tc31 .w3cdxho { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ptlqyi { flex-direction: column; align-items: stretch; gap: 10px; }
  .gapy2xdn .tc31 { text-align: center; }
}
@media (max-width: 720px) {
  .v8y0mpjb { grid-template-columns: 1fr; }
  .s32wc { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .lrxh { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.d30k7p9 .gdt9 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.pqbzyfys .rjmdf { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .hzsv { grid-template-columns: 1fr; }
  .pqbzyfys { width: 100px; height: 100px; margin: 16px auto; }
  .d30k7p9 { font-size: 1.4rem; }
  .xp3pu91a { justify-content: center; }
  .ylme4 .hfsvly5 { min-width: 50%; }
}
.id802k .wi1clji { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .isuvoo { flex-wrap: wrap; padding: 14px 16px; }
  .wxjfk { padding: 12px 16px; }
  .id802k .wi1clji { margin: 0 16px; }
  .id802k .u65ptq { padding: 0 16px; }
  .ijduc { padding: 12px 16px; }
}
.yk08h .hvy4wm {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.yk08h .hvy4wm:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.l1ixa2 .kcz4e { gap: 18px; }
.l1ixa2 .hvy4wm {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.l1ixa2 .hvy4wm:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.a1jpf6ig .kcz4e {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.a1jpf6ig .hvy4wm {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.a1jpf6ig .hvy4wm:last-child { border-bottom: none; }
.a1jpf6ig .e44g,
.a1jpf6ig .u0864o29,
.a1jpf6ig .zpet58 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.jzvjto .kcz4e { gap: 0; }
.jzvjto .hvy4wm {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.jzvjto .hvy4wm:last-child { border-bottom: none; }
.jzvjto .hvy4wm:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.jzvjto .hvy4wm:nth-child(even):hover { background: var(--bg-hover); }
.denstpg8 .hvy4wm {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.u35h1j0 .zpet58 .jj35c866 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.u35h1j0 .zpet58 .jj35c866:first-child { border-left: none; }
.bc979 .zpet58 .jj35c866 {
  background: transparent; padding: 4px 8px;
}
.bc979 .zpet58 .wwhx { font-size: .65rem; opacity: .65; }
.bc979 .zpet58 .hg5s3o   { font-size: 1.15rem; color: var(--accent-light); }
.h6n9ggl2 .zpet58 .jj35c866 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.r4dutot2 { display: none; }
.rut9 .gpc0g37 { font-size: 1rem; letter-spacing: 2px; }
.tjlun1u6 .gpc0g37 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.zav7vn5 .gpc0g37,
.em12smu .gpc0g37,
.xrd5r4g3 .gpc0g37 { display: none; }
.zav7vn5 .r4dutot2,
.em12smu .r4dutot2,
.xrd5r4g3 .r4dutot2 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.zav7vn5 .r4dutot2 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.zav7vn5 .r4dutot2 small { display: none; }
.em12smu .r4dutot2 {
  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;
}
.em12smu .r4dutot2 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.xrd5r4g3 .r4dutot2 {
  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;
}
.xrd5r4g3 .r4dutot2 small { display: none; }
.zav7vn5 .xok3z6 .rjmdf,
.em12smu .xok3z6 .rjmdf,
.xrd5r4g3 .xok3z6 .rjmdf { display: none; }
.zav7vn5 .xok3z6 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.zav7vn5 .gdt9 { display: none; }
.em12smu .xok3z6 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;
}
.em12smu .z20w47ez,
.em12smu .gdt9 { font-size: 1em; }
.xrd5r4g3 .xok3z6 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.xrd5r4g3 .gdt9 { display: none; }
.eykwx { margin: 16px 0; }
.r3wmmru { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.r3wmmru summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.r3wmmru summary::after { content: "+"; color: var(--accent-light); }
.r3wmmru[open] summary::after { content: "−"; }
.r3wmmru p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.r0rxpt { margin-bottom: 0; }
.q0e0 h2.dviaih2d { color: var(--text-primary); border-color: var(--accent-light); }
.dmd2 h2.dviaih2d { color: var(--text-primary); border-color: var(--accent-light); }
.zukvqqq .g2xdi     { background: #052e16; border-color: #10b981; }
.zukvqqq .odp9 { background: #2d0a1e; border-color: #f43f5e; }
.zukvqqq .q5g5qd0    { background: #1e1036; border-color: #a855f7; }
.zukvqqq .u1r4bi84 strong  { color: #f1f5f9; }
.zukvqqq .u1r4bi84 p       { color: #cbd5e1; }
.zukvqqq .unnp    .g2xdi     .nh6qis9::before,
.zukvqqq .e6xah1  .g2xdi     .nh6qis9::before,
.zukvqqq .l4v9xp  .g2xdi     .nh6qis9::before,
.zukvqqq .d4qhet23 .g2xdi     .nh6qis9::before { color: #10b981; }
.zukvqqq .unnp    .odp9 .nh6qis9::before,
.zukvqqq .e6xah1  .odp9 .nh6qis9::before,
.zukvqqq .l4v9xp  .odp9 .nh6qis9::before,
.zukvqqq .d4qhet23 .odp9 .nh6qis9::before { color: #f43f5e; }
.zukvqqq .unnp    .q5g5qd0    .nh6qis9::before,
.zukvqqq .e6xah1  .q5g5qd0    .nh6qis9::before,
.zukvqqq .l4v9xp  .q5g5qd0    .nh6qis9::before,
.zukvqqq .d4qhet23 .q5g5qd0    .nh6qis9::before { color: #a855f7; }
.jds3x7g .g2xdi     { background: #2d2000; border-color: #eab308; }
.jds3x7g .odp9 { background: #2d0b0b; border-color: #ef4444; }
.jds3x7g .q5g5qd0    { background: #2d1600; border-color: #f97316; }
.jds3x7g .u1r4bi84 strong  { color: #f1f5f9; }
.jds3x7g .u1r4bi84 p       { color: #cbd5e1; }
.jds3x7g .unnp    .g2xdi     .nh6qis9::before,
.jds3x7g .e6xah1  .g2xdi     .nh6qis9::before,
.jds3x7g .l4v9xp  .g2xdi     .nh6qis9::before,
.jds3x7g .d4qhet23 .g2xdi     .nh6qis9::before { color: #eab308; }
.jds3x7g .unnp    .odp9 .nh6qis9::before,
.jds3x7g .e6xah1  .odp9 .nh6qis9::before,
.jds3x7g .l4v9xp  .odp9 .nh6qis9::before,
.jds3x7g .d4qhet23 .odp9 .nh6qis9::before { color: #ef4444; }
.jds3x7g .unnp    .q5g5qd0    .nh6qis9::before,
.jds3x7g .e6xah1  .q5g5qd0    .nh6qis9::before,
.jds3x7g .l4v9xp  .q5g5qd0    .nh6qis9::before,
.jds3x7g .d4qhet23 .q5g5qd0    .nh6qis9::before { color: #f97316; }
.u02o .g2xdi     { background: #0c1a2e; border-color: #38bdf8; }
.u02o .odp9 { background: #12103a; border-color: #818cf8; }
.u02o .q5g5qd0    { background: #0a2020; border-color: #2dd4bf; }
.u02o .u1r4bi84 strong  { color: #f1f5f9; }
.u02o .u1r4bi84 p       { color: #cbd5e1; }
.u02o .unnp    .g2xdi     .nh6qis9::before,
.u02o .e6xah1  .g2xdi     .nh6qis9::before,
.u02o .l4v9xp  .g2xdi     .nh6qis9::before,
.u02o .d4qhet23 .g2xdi     .nh6qis9::before { color: #38bdf8; }
.u02o .unnp    .odp9 .nh6qis9::before,
.u02o .e6xah1  .odp9 .nh6qis9::before,
.u02o .l4v9xp  .odp9 .nh6qis9::before,
.u02o .d4qhet23 .odp9 .nh6qis9::before { color: #818cf8; }
.u02o .unnp    .q5g5qd0    .nh6qis9::before,
.u02o .e6xah1  .q5g5qd0    .nh6qis9::before,
.u02o .l4v9xp  .q5g5qd0    .nh6qis9::before,
.u02o .d4qhet23 .q5g5qd0    .nh6qis9::before { color: #2dd4bf; }
.heew2n::before,
.hacpkn::before { margin-right: 5px; }
.z5psqdcq .g4e2 ul li,
.z5psqdcq .rccg3 li         { color: #4ade80; }
.z5psqdcq .g4e2 .heew2n { color: #22c55e; }
.z5psqdcq .u60dea8 ul li,
.z5psqdcq .h4dvgs li         { color: #f87171; }
.z5psqdcq .u60dea8 .hacpkn { color: #ef4444; }
.nlyw .g4e2 { background: var(--bg-pros); }
.nlyw .u60dea8 { background: var(--bg-cons); }
.nlyw .g4e2 .heew2n { color: var(--c-pros-label); }
.nlyw .u60dea8 .hacpkn { color: var(--c-cons); }
.nlyw .g4e2 ul li,
.nlyw .rccg3 li            { color: var(--c-pros); }
.nlyw .u60dea8 ul li,
.nlyw .h4dvgs li            { color: var(--c-cons); }
.j98p .g4e2 { background: var(--bg-pros); }
.j98p .u60dea8 { background: var(--bg-cons); }
.j98p .g4e2 .heew2n { color: var(--c-pros-label); }
.j98p .u60dea8 .hacpkn { color: var(--c-cons); }
.j98p .g4e2 ul li,
.j98p .rccg3 li          { color: var(--c-pros); }
.j98p .u60dea8 ul li,
.j98p .h4dvgs li          { color: var(--c-cons); }
.vxz0tk .heew2n::before { content: "✓ "; }
.vxz0tk .hacpkn::before { content: "✗ "; }
.hmmlhbq .heew2n::before { content: "→ "; }
.hmmlhbq .hacpkn::before { content: "← "; }
.iswf .heew2n::before { content: "★ "; }
.iswf .hacpkn::before { content: "✕ "; }
.zz796nw .heew2n::before { content: "◆ "; }
.zz796nw .hacpkn::before { content: "▲ "; }
.lfza .u1r4bi84 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.lfza .u1r4bi84 strong { color: var(--text-primary); }
.lfza .u1r4bi84 p      { color: var(--text-muted); }
.qsrx5f90 .u1r4bi84 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.mpb2hhuu .u1r4bi84 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.mpb2hhuu .u1r4bi84 strong,
.mpb2hhuu .u1r4bi84 p { color: #fff; }
.mpb2hhuu .nh6qis9::before { color: rgba(255,255,255,0.9) !important; }
.e25r .u1r4bi84 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.e25r .u1r4bi84 strong { color: var(--text-primary); }
.e25r .u1r4bi84 p      { color: var(--text-muted); }
.ziikg5o .u1r4bi84 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.unnp .nh6qis9,
.e6xah1 .nh6qis9,
.l4v9xp .nh6qis9,
.d4qhet23 .nh6qis9 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.unnp .nh6qis9::before,
.e6xah1 .nh6qis9::before,
.l4v9xp .nh6qis9::before,
.d4qhet23 .nh6qis9::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.unnp .g2xdi     .nh6qis9::before { content: "✦"; color: var(--c-tip-border); }
.unnp .odp9 .nh6qis9::before { content: "▲"; color: var(--c-warn-border); }
.unnp .q5g5qd0    .nh6qis9::before { content: "◉"; color: #60a5fa; }
.e6xah1 .g2xdi     .nh6qis9::before { content: "★"; color: var(--c-tip-border); }
.e6xah1 .odp9 .nh6qis9::before { content: "◆"; color: var(--c-warn-border); }
.e6xah1 .q5g5qd0    .nh6qis9::before { content: "●"; color: #60a5fa; }
.l4v9xp .g2xdi     .nh6qis9::before { content: "▶"; color: var(--c-tip-border); }
.l4v9xp .odp9 .nh6qis9::before { content: "■"; color: var(--c-warn-border); }
.l4v9xp .q5g5qd0    .nh6qis9::before { content: "▸"; color: #60a5fa; }
.d4qhet23 .g2xdi     .nh6qis9::before { content: "→"; color: var(--c-tip-border); }
.d4qhet23 .odp9 .nh6qis9::before { content: "⬥"; color: var(--c-warn-border); }
.d4qhet23 .q5g5qd0    .nh6qis9::before { content: "◈"; color: #60a5fa; }
.g023cr3 .wrb4ray .d872m,
.g023cr3 .m9ah2n5k .d872m  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.g023cr3 .jiweu3                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.g023cr3 .hvy4wm                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.g023cr3 .f9fdc            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.g023cr3 .y638          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.g023cr3 .m7sii7                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ectznvl .wrb4ray .d872m,
.ectznvl .m9ah2n5k .d872m,
.ectznvl .jiweu3,
.ectznvl .hvy4wm,
.ectznvl .f9fdc,
.ectznvl .y638,
.ectznvl .m7sii7,
.ectznvl .ziikg5o .u1r4bi84 { box-shadow: none; }
.klwcc   body, .klwcc   { font-size: 0.9rem; }
.klwcc   .rt6assxb, .klwcc .i9n0re2, .klwcc .yghly,
.klwcc   .wf5x, .klwcc .ld28a { font-size: 0.9rem; }
.klwcc   .w5kdxmuq, .klwcc .v2sp { font-size: 0.9rem; }
.m7ibm2h   .rt6assxb, .m7ibm2h .i9n0re2, .m7ibm2h .yghly,
.m7ibm2h   .wf5x, .m7ibm2h .ld28a { font-size: 0.95rem; }
.m7ibm2h   .w5kdxmuq, .m7ibm2h .v2sp { font-size: 0.95rem; }
.zs85x   .rt6assxb, .zs85x .i9n0re2, .zs85x .yghly,
.zs85x   .wf5x, .zs85x .ld28a { font-size: 1.08rem; }
.zs85x   .w5kdxmuq, .zs85x .v2sp { font-size: 1.05rem; }
.zs85x   .oy0ai { font-size: 0.97rem; }
.vq7tb .afuuga      { font-size: 3.2rem; }
.vq7tb h2.dviaih2d { font-size: 1.9rem; }
.vq7tb h3.t41g42cj     { font-size: 1.4rem; }
.o43kdqw .afuuga      { font-size: 3.8rem; }
.o43kdqw h2.dviaih2d { font-size: 2.2rem; }
.o43kdqw h3.t41g42cj     { font-size: 1.6rem; }
.r0rxpt + .r0rxpt { position: relative; }
.tbacu50   .r0rxpt + .r0rxpt::before,
.vl30q  .r0rxpt + .r0rxpt::before,
.nc6eu   .r0rxpt + .r0rxpt::before,
.l13wt   .r0rxpt + .r0rxpt::before,
.kfkpz   .r0rxpt + .r0rxpt::before,
.ggxr .r0rxpt + .r0rxpt::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.tbacu50 .r0rxpt + .r0rxpt::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.vl30q .r0rxpt + .r0rxpt::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.nc6eu .r0rxpt + .r0rxpt::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;
}
.l13wt .r0rxpt + .r0rxpt::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.b3ouvmo .r0rxpt { margin-bottom: 16px; }
.b3ouvmo .r0rxpt + .r0rxpt { margin-top: 0; }
.b3ouvmo .adzc6e { padding-top: 0; padding-bottom: 0; }
.kfkpz .r0rxpt + .r0rxpt::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ggxr .r0rxpt + .r0rxpt::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ls5zp .r0rxpt + .r0rxpt::before,
.klqp .r0rxpt + .r0rxpt::before,
.nfnxnc7j .r0rxpt + .r0rxpt::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%;
}
.lg4k25m .ls5zp .r0rxpt:nth-child(even)::before,
.lg4k25m .klqp .r0rxpt:nth-child(even)::before,
.lg4k25m .nfnxnc7j .r0rxpt:nth-child(even)::before { background: var(--bg-surface); }
.nloz .ls5zp .r0rxpt:nth-child(even)::before,
.nloz .klqp .r0rxpt:nth-child(even)::before,
.nloz .nfnxnc7j .r0rxpt:nth-child(even)::before { background: var(--bg-card); }
.ls5zp .r0rxpt + .r0rxpt::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");
}
.klqp .r0rxpt + .r0rxpt::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");
}
.nfnxnc7j .r0rxpt + .r0rxpt::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");
}
.rbsm8ls .ejcu66cr,
.xi9zt4 .ejcu66cr,
.iclc82k4 .ejcu66cr { overflow: hidden; }
.rbsm8ls .evoik3sw,
.xi9zt4 .evoik3sw { margin-bottom: 60px; }
.iclc82k4 .evoik3sw { margin-bottom: 70px; }
.rbsm8ls .ejcu66cr::before,
.xi9zt4 .ejcu66cr::before,
.iclc82k4 .ejcu66cr::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%;
}
.rbsm8ls .ejcu66cr::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");
}
.xi9zt4 .ejcu66cr::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");
}
.iclc82k4 .ejcu66cr::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");
}
.g1loj9 .ejcu66cr:not(.x9hw8c) .ktnqpz { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bgin .ejcu66cr:not(.x9hw8c) .ktnqpz { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.hzwmrt  .ejcu66cr:not(.x9hw8c) .ktnqpz { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xgzdn0  .ejcu66cr:not(.x9hw8c) .ktnqpz { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.b1zric .x9hw8c { background: var(--accent); }
.b1zric .x9hw8c .ktnqpz { background: none; }
.b1zric .ffsq0 { background: var(--accent); }
.b1zric .l5nev04w { background: var(--accent-bg); }
.b1zric .ejcu66cr:not(.x9hw8c) .ktnqpz { background: rgba(0,0,0,0.6); }
.z175emii .d5oxxsy9 { float: left; width: 38%; margin: 0 28px 16px 0; }
.z175emii .d5oxxsy9 .j768 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.z175emii .adzc6e::after { content: ''; display: block; clear: both; }
.k0qv .d5oxxsy9 { float: right; width: 38%; margin: 0 0 16px 28px; }
.k0qv .d5oxxsy9 .j768 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k0qv .adzc6e::after { content: ''; display: block; clear: both; }
.dz6hp .r0rxpt:nth-child(odd)  .d5oxxsy9 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.dz6hp .r0rxpt:nth-child(even) .d5oxxsy9 { float: right; width: 38%; margin: 0 0 16px 28px; }
.dz6hp .d5oxxsy9 .j768 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dz6hp .adzc6e::after { content: ''; display: block; clear: both; }
.z175emii .lcfpkho9,
.z175emii .kcz4e,
.k0qv .lcfpkho9,
.k0qv .kcz4e,
.dz6hp .lcfpkho9,
.dz6hp .kcz4e { clear: both; }
@media (max-width: 900px) {
  .z175emii .d5oxxsy9,
  .k0qv .d5oxxsy9,
  .dz6hp .r0rxpt:nth-child(odd)  .d5oxxsy9,
  .dz6hp .r0rxpt:nth-child(even) .d5oxxsy9 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .z175emii .d5oxxsy9 .j768,
  .k0qv .d5oxxsy9 .j768,
  .dz6hp .d5oxxsy9 .j768 {
    max-height: none !important;
  }
}
.z175emii .w5kdxmuq,
.z175emii .v2sp,
.k0qv .w5kdxmuq,
.k0qv .v2sp,
.dz6hp .w5kdxmuq,
.dz6hp .v2sp { overflow: hidden; }
@media (max-width: 640px) {
  .z175emii .d5oxxsy9,
  .k0qv .d5oxxsy9,
  .dz6hp .d5oxxsy9 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.wh7mhzue .c953ul5,
.wh7mhzue .adzc6e,
.wh7mhzue .khdgd72x  { max-width: 1100px; }
.u7bs .c953ul5,
.u7bs .adzc6e,
.u7bs .khdgd72x  { max-width: 1200px; }
.hw1m0hp .c953ul5,
.hw1m0hp .adzc6e,
.hw1m0hp .khdgd72x  { max-width: 1320px; }
.hw1m0hp { --content-mw: 1320px; }
.qpa13 { font-size: 0.82rem; color: var(--text-muted); }
.bg9d3hul { display: flex; align-items: center; }
.ph5j4r2 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.lijo176 { display: flex; align-items: center; }
.uecj2xh7 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.uecj2xh7:hover { text-decoration: underline; }
.u517w { margin: 0 3px; opacity: 0.45; }
.u517w::before { content: '/'; }
.gghphe { padding: 2px 5px; color: var(--text-main); }
.vraqalp .qpa13 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.vraqalp .bg9d3hul { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.jjll0 .qpa13 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.jjll0 .bg9d3hul { padding: 0 0 0 12px; }
.pi6zwofr .bg9d3hul { padding: 0 16px; }
.pi6zwofr .qpa13 {
  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);
}
.pi6zwofr .c953ul5 { padding-top: 28px; }
@media (max-width: 720px) {
  .lzsls15 { margin-top: 18px; padding: 0 16px; }
  .pi6zwofr .c953ul5 { padding-top: 16px; }
}
.wh7mhzue.vraqalp .bg9d3hul { max-width: 1100px; }
.u7bs.vraqalp .bg9d3hul { max-width: 1200px; }
.hw1m0hp.vraqalp .bg9d3hul { max-width: 1320px; }
.hw1m0hp .lzsls15 { max-width: 1320px; }
.vi440 .r0rxpt { padding-top: 16px; padding-bottom: 16px; }
.z62nt3 .r0rxpt { padding-top: 24px; padding-bottom: 24px; }
.sro8fowh .r0rxpt { padding-top: 40px; padding-bottom: 40px; }
.xtssarvx .r0rxpt { padding-top: 52px; padding-bottom: 52px; }
.zgzh0 .r0rxpt:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.zgzh0 .r0rxpt:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.zgzh0 .r0rxpt:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.zgzh0 .r0rxpt:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.h7ub65y .adzc6e { padding-top: 10px;  padding-bottom: 10px; }
.rbabzqrj .adzc6e { padding-top: 18px;  padding-bottom: 18px; }
.iypg01ud .adzc6e { padding-top: 36px;  padding-bottom: 36px; }
.dhb3xk .adzc6e { padding-top: 48px;  padding-bottom: 48px; }
.r3y82rq h2.dviaih2d { font-weight: 600; }
.r3y82rq h3.t41g42cj     { font-weight: 600; }
.mc30cjw h2.dviaih2d { font-weight: 800; }
.mc30cjw h3.t41g42cj     { font-weight: 700; }
.kjak13n h2.dviaih2d { font-weight: 900; }
.kjak13n h3.t41g42cj     { font-weight: 800; }
.kjak13n .u1r4bi84 strong,
.kjak13n .u1r4bi84 strong { font-weight: 600; }
.ol5y {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.juyj16s .ol5y { display: none; }
@media (max-width: 640px) {
  .ol5y { display: none !important; }
}
.ol5y { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ol5y:hover { opacity: 0.85; }
.m6rmfu .ol5y { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.t09hpm  .fvu7sp6b { left: 32px; }
@media (max-width: 480px) {
  .xdje2a2y .fvu7sp6b { right: 20px; bottom: 20px; }
  .t09hpm  .fvu7sp6b { left: 20px; bottom: 20px; }
}
.up27 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.khdgd72x { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.dnzn9d { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.nxdksz0n { color: var(--text-dim); font-size: 0.8rem; }
.re8ac a, .chf1 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.re8ac a:hover, .chf1 a:hover { color: var(--accent-light); }
.chf1 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.jf2q .khdgd72x { text-align: center; }
.jf2q .chf1 { justify-content: center; margin-bottom: 16px; }
.jf2q .dnzn9d { margin-top: 0; }
.e3ysh1f { margin-top: 10px; }
.e3ysh1f a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .khdgd72x { padding-left: 16px; padding-right: 16px; }
  .fkita .khdgd72x { padding: 20px 16px; }
  .chf1 { gap: 4px 12px; }
  .dnzn9d { font-size: 0.78rem; }
}
.rrdi .dnzn9d { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.rrdi .nxdksz0n { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .rrdi .e7f6 { grid-template-columns: 1fr 1fr; } .rrdi .ns1m { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rrdi .e7f6 { grid-template-columns: 1fr; } }
.s86gx .dnzn9d { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .s86gx .m5nn { gap: 12px; } .s86gx .p3j3 { margin-right: 0; width: 100%; } }
.cihw .dnzn9d { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.cihw .nxdksz0n { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .cihw .qt74aecn { grid-template-columns: 1fr 1fr; } .cihw .ge46 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cihw .qt74aecn { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .srfgk .oy699vz { grid-template-columns: 1fr 1fr; } .srfgk .rl28:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .srfgk .oy699vz { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .j5r6kzm0 .oy699vz { grid-template-columns: 1fr; } }
.id1q .khdgd72x { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.id1q .chf1 { justify-content: center; }
.uli3k .xqr397ko      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.uli3k .up27 { background: var(--bg-page); border-top-color: var(--border-alt); }
.w5c04 .xqr397ko      { background: #0d1117; border-bottom-color: #21262d; }
.w5c04 .tbn24urw { color: var(--accent-light); }
.w5c04 .e877y8 { --msep-color: #8b949e; }
.w5c04 .e877y8 a { color: #8b949e; }
.w5c04 .e877y8 a:hover { color: var(--accent-light); }
.w5c04 .y30b2 { color: #8b949e; }
.w5c04 .up27 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.w5c04 .dnzn9d,
.w5c04 .nxdksz0n { color: #6e7681; }
.w5c04 .re8ac a, .w5c04 .chf1 a,
.w5c04 .re8ac a:hover, .w5c04 .chf1 a:hover,
@media (max-width: 640px) {
  .w5c04 .e877y8 { background: #0d1117; border-top-color: #21262d; }
  .w5c04 .e877y8 li a { border-bottom-color: #21262d; }
}
.aswe .xqr397ko      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.aswe .tbn24urw { color: var(--accent-light); }
.aswe .e877y8 { --msep-color: #475569; }
.aswe .e877y8 a { color: #475569; }
.aswe .e877y8 a:hover { color: var(--accent-light); }
.aswe .y30b2 { color: #64748b; }
.aswe .up27 { background: #f0f4f8; border-top-color: #cbd5e1; }
.aswe .dnzn9d,
.aswe .nxdksz0n { color: #64748b; }
.aswe .re8ac a, .aswe .chf1 a,
.aswe .re8ac a:hover, .aswe .chf1 a:hover,
@media (max-width: 640px) {
  .aswe .e877y8 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .aswe .e877y8 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.a9kaeggb .xqr397ko      { background: var(--accent); border-bottom-color: var(--accent-light); }
.a9kaeggb .tbn24urw { color: #fff; }
.a9kaeggb .e877y8 { --msep-color: rgba(255,255,255,0.82); }
.a9kaeggb .e877y8 a { color: rgba(255,255,255,0.82); }
.a9kaeggb .e877y8 a:hover { color: #fff; }
.a9kaeggb .y30b2 { color: rgba(255,255,255,0.9); }
.a9kaeggb .up27 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.a9kaeggb .dnzn9d,
.a9kaeggb .nxdksz0n { color: rgba(255,255,255,0.72); }
.a9kaeggb .re8ac a, .a9kaeggb .chf1 a,
.a9kaeggb .re8ac a:hover, .a9kaeggb .chf1 a:hover,
@media (max-width: 640px) {
  .a9kaeggb .e877y8 { background: var(--accent); border-top-color: var(--accent-light); }
  .a9kaeggb .e877y8 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.d74g1xm .xqr397ko {
  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);
}
.d74g1xm .up27 {
  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) {
  .d74g1xm .e877y8 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.pw8e3g .w5dj { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.vrnc2c .w5dj { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.yh6av .w5dj { min-height: 72px; height: auto; }
.bxmqifa .w5dj { min-height: 84px; height: auto; }
.fkita .w5dj { max-width: none; padding: 0 32px; }
.fkita .khdgd72x  { max-width: none; padding: 24px 32px; }
.thw2a.u7bs .w5dj { max-width: 1200px; }
.thw2a.hw1m0hp .w5dj { max-width: 1320px; }
.mr0h   .tbn24urw, .mr0h   .p3j3 { text-transform: capitalize; }
.wj94 .tbn24urw, .wj94 .p3j3 { text-transform: lowercase; }
.k7nv4 .tbn24urw, .k7nv4 .p3j3 { text-transform: uppercase; letter-spacing: 0.06em; }
.fgocg5oe, .zubf {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.s3xxzz .fgocg5oe,
.qydgwg .fgocg5oe,
.ja7m5gj .fgocg5oe,
.gab2 .fgocg5oe,
.a8cd   .e877y8 a { font-weight: 500; }
.wq9x1anm .e877y8 a { font-weight: 600; }
.tv7wy     .e877y8 a { font-weight: 700; }
.w81dssyu    .e877y8 a { font-weight: 800; letter-spacing: 0.01em; }
.hdutn75o     .e877y8 > li + li::before,
.pgsc7oy    .e877y8 > li + li::before,
.ugenhvk    .e877y8 > li + li::before,
.i3awil .e877y8 > li + li::before,
.vjty3 .e877y8 > li + li::before,
.nsx7bv  .e877y8 > li + li::before,
.uuxn    .e877y8 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.hdutn75o     .e877y8 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.pgsc7oy    .e877y8 > li + li::before { content: "|"; }
.ugenhvk    .e877y8 > li + li::before { content: "—"; }
.i3awil .e877y8 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.vjty3 .e877y8 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.nsx7bv  .e877y8 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.uuxn    .e877y8 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .zdy7rwd .y30b2,
  .kj1o469 .y30b2,
  .z92s .y30b2,
  .ovdy1h .y30b2,
  .uue8m .y30b2 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .zdy7rwd .y30b2::before,
  .kj1o469 .y30b2::before,
  .z92s .y30b2::before,
  .ovdy1h .y30b2::before,
  .uue8m .y30b2::before { content: ""; display: block; flex-shrink: 0; }

  
  .zdy7rwd .y30b2::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;
  }

  
  .kj1o469 .y30b2::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;
  }

  
  .z92s .y30b2::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;
  }

  
  .ovdy1h .y30b2::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;
  }

  
  .uue8m .y30b2::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) {
  .wpla6zu .y30b2 {
    padding: 5px 14px;
  }
  .wpla6zu .e877y8 {
    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;
  }
  .wpla6zu .e877y8 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .wpla6zu .e877y8 li a:hover { background: var(--bg-raised); }
  .wpla6zu .i9q875mc,
  .sd790lu4 .i9q875mc,
  .lm5jw2 .i9q875mc { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .mevsdrc .y30b2 {
    padding: 5px 10px;
  }
  .mevsdrc .e877y8 {
    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);
  }
  .mevsdrc .e877y8.magkv { transform: translateX(0); }
  .mevsdrc .e877y8 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .mevsdrc .e877y8 li:last-child a { border-bottom: none; }
  .a9kaeggb .e877y8,
  .w5c04 .e877y8 { background: var(--accent) !important; }
  .a9kaeggb .e877y8 li a,
  .w5c04 .e877y8 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .lm5jw2 .y30b2 {
    padding: 5px 10px;
  }
  .lm5jw2 .e877y8 {
    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);
  }
  .lm5jw2 .e877y8::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .lm5jw2 .e877y8.magkv { transform: translateY(0); }
  .lm5jw2 .e877y8 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .rvyk .y30b2 {
    padding: 5px 10px;
  }
  .rvyk .e877y8 {
    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;
  }
  .rvyk .e877y8.magkv { opacity: 1; pointer-events: auto; }
  .rvyk .e877y8 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .um46l     .y30b2 { border-radius: 0 !important; }
  .oxbwpu1i   .y30b2 { border-radius: 8px !important; }
  .s6li51f3 .y30b2 { border-radius: 50% !important; }
  .zb0da08b   .y30b2 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .x8sx .bz6qop { flex-direction: column; align-items: stretch; }
  .x8sx .sup1pz { flex-direction: row; min-width: auto; }
  .x8sx .sfcbulr { align-items: flex-start; text-align: left; }
}
.cms4cll,
.cms4cll.r0rxpt,
.lg4k25m .cms4cll,
.qemxofs .cms4cll,
.nloz .cms4cll,
.iepefby .cms4cll {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.en64n5a {
  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;
}
.kjijam { flex: 1 1 280px; min-width: 0; }
.qehw {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.qoj60 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.gkw1mt {
  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;
}
.gkw1mt:hover { transform: translateY(-1px); opacity: 0.95; }
.s8qn .en64n5a {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.s8qn .qehw { color: var(--cta); }
.s8qn .qoj60 { color: var(--text-body); }
.s8qn .gkw1mt {
  background: var(--cta) !important;
  color: #fff !important;
}
.n77s .en64n5a {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.n77s .qehw { color: var(--text-primary); }
.n77s .qoj60 { color: var(--text-body); }
.n77s .gkw1mt {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .en64n5a {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .kjijam { flex: 0 0 auto; }
  .qehw { font-size: 1.2rem; }
  .gkw1mt { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.p2ecmlm .k25c2mc { height: 36px; }
.c9ug .k25c2mc { height: 60px; max-width: 200px; }
.dzeol .k25c2mc { height: 56px; max-width: 180px; }
.ifakp2    .gpc0g37, .ifakp2    .rjmdf { color: #f59e0b; }
.d8vq91      .gpc0g37 { font-size: 1rem; letter-spacing: 1.5px; }
.d8vq91      .rjmdf   { font-size: 1.35rem; }
.hirb    .gpc0g37, .hirb    .rjmdf { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.l4fhjocn     .gpc0g37, .l4fhjocn     .rjmdf { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.xpvmu36z .gpc0g37, .xpvmu36z .rjmdf { color: var(--cta); letter-spacing: 2px; }
.mrzc1jn   .gpc0g37, .mrzc1jn   .rjmdf { color: #e91e63; letter-spacing: 2px; }
.nbr6ie  .gpc0g37, .nbr6ie  .rjmdf { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.xzfl2a0m     .gpc0g37, .xzfl2a0m     .rjmdf { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.u35h1j0 .jj35c866 + .jj35c866 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.yrqi1d .hvy4wm { padding: 18px 24px; min-height: 68px; }
.bc979 .wwhx {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.bc979 .hg5s3o {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.h6n9ggl2 .jj35c866 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.kcz4e { counter-reset: cs-rank; }
.kcz4e .hvy4wm { counter-increment: cs-rank; }
.kcz4e .hvy4wm::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;
}
.mlba5aju .kcz4e { counter-reset: cs-rank; gap: 0; }
.mlba5aju .hvy4wm {
  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;
}
.mlba5aju .hvy4wm::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;
}
.mlba5aju .e44g {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.mlba5aju .w082j9t {
  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;
}
.mlba5aju .huv41cx { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.mlba5aju .e44g { min-width: 0; flex-direction: column; width: 100%; }
.mlba5aju .qj7r {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.mlba5aju .gpc0g37 { color: var(--cta, var(--accent)); }
.mlba5aju .r4dutot2 { font-weight: 700; }
.mlba5aju .jj35c866 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.mlba5aju .wwhx {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.mlba5aju .hg5s3o {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.mlba5aju .uniysca5 .hg5s3o { font-size: 1.3rem; color: var(--accent-light); }
.mlba5aju .u7nj3 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.mlba5aju .hvy4wm:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .mlba5aju .kcz4e {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .mlba5aju .hvy4wm {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .mlba5aju .hvy4wm { padding: 40px 16px 20px; }
  .mlba5aju .jj35c866 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .mlba5aju .u7nj3 { width: 100%; min-width: 0; }
}
.znud .kcz4e { counter-reset: cs-rank; gap: 10px; }
.znud .hvy4wm {
  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);
}
.znud .hvy4wm::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);
}
.znud .e44g {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.znud .w082j9t {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.znud .huv41cx { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.znud .qj7r {
  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;
}
.znud .gpc0g37 { color: var(--cta, var(--accent)); }
.znud .jj35c866 {
  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;
}
.znud .wwhx {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.znud .hg5s3o { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.znud .uniysca5 .hg5s3o { color: var(--accent-light); }
.znud .u7nj3 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.znud .hvy4wm:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .znud .hvy4wm {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .znud .hvy4wm::before {
    position: absolute; top: 14px; left: 14px;
  }
  .znud .e44g {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .znud .qj7r { white-space: normal; text-align: center; font-size: 1.2rem; }
  .znud .jj35c866 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .znud .u7nj3 { width: 100%; min-width: 0; }
  .znud .gpc0g37 { min-width: 0; }
}
.sr8p .hvy4wm::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.xxo2jh .r3wmmru {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.xxo2jh .r3wmmru summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.xxo2jh .r3wmmru p { padding: 0 2px 16px; }
.bara7lp .r3wmmru { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.bara7lp .r3wmmru summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.bara7lp .r3wmmru summary::after { content: "›"; font-size: 1.2em; }
.bara7lp .r3wmmru[open] summary::after { content: "‹"; }
.bara7lp .r3wmmru p { padding: 10px 22px 4px; }
.b5vl7w .r3wmmru {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.b5vl7w .r3wmmru summary { color: var(--text-primary); padding-left: 16px; }
.b5vl7w .r3wmmru summary::after { content: "›"; font-size: 1.1em; }
.b5vl7w .r3wmmru[open] summary::after { content: "‹"; }
.b5vl7w .r3wmmru p { padding-left: 16px; }
.ccjd8z06 .eykwx { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ccjd8z06 .r3wmmru {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ccjd8z06 .r3wmmru:last-child { border-bottom: none; }
.ccjd8z06 .r3wmmru summary { color: var(--text-primary); border-radius: 0; }
.ccjd8z06 .r3wmmru summary::after { content: "›"; font-size: 1.1em; }
.ccjd8z06 .r3wmmru[open] summary::after { content: "‹"; }
.ycnlum .r3wmmru { overflow: hidden; }
.ycnlum .r3wmmru summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ycnlum .r3wmmru summary::after { color: rgba(255,255,255,.75); }
.ycnlum .r3wmmru[open] summary { border-radius: 0; }
.ltk2eldh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.wi08e {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.s2zfk {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.rehq7fk1 { color: var(--text-muted); font-size: 1.05rem; }
.i7xncsi {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.u9sku80 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.e36zx6m { margin-bottom: 20px; }
.wjxc {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ukpuh {
  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;
}
.ukpuh:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.on9s2c0 { resize: vertical; min-height: 130px; }
.zitx { width: 100%; margin-top: 8px; }
.j4d97 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.chxezw7 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.a2ct69i { color: var(--text-muted); line-height: 1.75; }
.wc0dq2xk { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.wc0dq2xk li { margin-bottom: 6px; }
.lfgm { max-width: 760px; margin: 0 auto; }
.f7ff { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.mdd0de5 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.mdd0de5:last-child { border-bottom: none; }
.mdd0de5 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.mdd0de5 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.wq04du { max-width: 760px; margin: 0 auto; }
.jqby9j ul.wc0dq2xk { margin: 0; }
@media (max-width: 640px) { .hgiuuh53 { grid-template-columns: 1fr; gap: 10px; } }
.eoar4 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.iacxlhg { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.ojyd1b { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.iacxlhg p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.iacxlhg .wc0dq2xk { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .eoar4 { grid-template-columns: 1fr; } }
.l6cbu9ox { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.l6cbu9ox:hover .wmyj { color: var(--accent-light); text-decoration: underline; }
.mgqcyv { color: inherit; text-decoration: none; }
.mgqcyv:hover { color: var(--accent-light); text-decoration: underline; }
.lrdn5vpj { display: inline-block; line-height: 0; }
.rr00qjj { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.iocne { margin-bottom: 48px; }
.bu153b0o { max-width: 760px; margin: 0 auto; }
.o4hv81d { text-align: center; }
.efmu { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.efmu:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.dlnxj9 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.efmu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.efmu ul.wc0dq2xk { margin: 0; }
.opus9a { color: var(--text-muted); line-height: 1.75; }
.o4hv81d .wc0dq2xk,
.qa5xdy8h .wc0dq2xk,
.c5h9mti .wc0dq2xk,
.x2enwx7 .wc0dq2xk {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.o4hv81d .efmu,
.qa5xdy8h .efmu { text-align: left; }
.o4hv81d .dlnxj9,
.qa5xdy8h .dlnxj9 { text-align: center; }
.uv4pfa { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.gze4vqu { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.x20fmq0 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.q9er { margin-top: 12px; }
.z9gb { 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; }
.z9gb:hover { border-bottom-color: var(--accent-light); }
.ua4ro6ld { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.ua4ro6ld img { width: 100%; height: 100%; object-fit: cover; display: block; }
.q7mwo3y { width: 200px; height: 200px; }
.fwdu7qpz { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.fr9af4c { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.o1g45bm { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .yb9v { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.shpozg { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.shpozg .x20fmq0, .shpozg .gze4vqu { max-width: 640px; }
.ua9hnjjr .uv4pfa { font-size: 1.6rem; margin-top: 18px; }
.gjya4j .x20fmq0 { margin-bottom: 28px; }
@media (max-width: 860px) { .kbnuudjk { grid-template-columns: 1fr; } .ua9hnjjr { position: static; text-align: center; } }
.c019 .ua4ro6ld { margin: 0 auto 18px; }
.c019 .fr9af4c { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ok3jys0x { grid-template-columns: 1fr; } }
.v56pgk .uv4pfa { font-size: 1.6rem; margin-bottom: 6px; }
.x2enwx7 .wc0dq2xk { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .v56pgk { flex-direction: column; text-align: center; } .km74s { grid-template-columns: 1fr; } }
.vqie8zhn .uv4pfa { font-size: 1.35rem; margin: 0 0 4px; }
.vqie8zhn .fr9af4c { margin: 0; }
.wkkvr { max-width: 760px; margin: 0 auto; }
.qazvup0 { position: relative; padding-left: 28px; }
.qazvup0::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.nb16chog { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.nb16chog:last-child { padding-bottom: 0; }
.vvdse { 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; }
.js1c72rf h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.js1c72rf p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.infz0b .s2zfk { color: var(--accent-light); }
.opusq91g .s2zfk { font-size: 2rem; }
.opusq91g .rehq7fk1 { max-width: 680px; }
.tlgsulbd .s2zfk { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.tlgsulbd .rehq7fk1  { margin: 0; }
@media (max-width: 640px) { .tlgsulbd { flex-direction: column; } }
.z1d0q .s2zfk { color: var(--accent-light); }
.ydnoyiy {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.ydnoyiy .s2zfk { color: #fff; }
.ydnoyiy .rehq7fk1  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .bkkbznf { grid-template-columns: 1fr; } }
.yhs57sch .ukpuh {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.yhs57sch .ukpuh:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.j1x8tqb .ukpuh { background: var(--bg-raised); border-color: transparent; }
.j1x8tqb .ukpuh:focus { background: var(--bg-card); border-color: var(--accent-light); }
.sebec .ukpuh { border-radius: 100px; padding: 11px 20px; }
.sebec .on9s2c0 { border-radius: 14px; }
.kja8iezj {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.kja8iezj summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.kja8iezj summary::-webkit-details-marker { display: none; }
.kja8iezj summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.kja8iezj[open] summary::after { content: "−"; }
.w35c {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .cbn07me { grid-template-columns: 1fr; } }
.mzdbyl { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.mzdbyl li { margin-bottom: 6px; }
.tpr1{display:none}
.tpr1:empty,.q8eccahd:empty{display:none}
.acc7u{position:relative;overflow:visible}
.twapf6y4 .t9yeqgmt,.ada1zxcb .t9yeqgmt,
.x56biqh4 .t9yeqgmt,.vyl2i4oh .t9yeqgmt,
.o3x9vdg .t9yeqgmt,.yz9j1ge .t9yeqgmt{display:block}
.h0k0f66 .sdy9b{display:block}
.twapf6y4 .t9yeqgmt,.ada1zxcb .t9yeqgmt,
.x56biqh4 .t9yeqgmt,.vyl2i4oh .t9yeqgmt,
.o3x9vdg .t9yeqgmt{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}
.twapf6y4 .t9yeqgmt .q8eccahd,.ada1zxcb .t9yeqgmt .q8eccahd,
.x56biqh4 .t9yeqgmt .q8eccahd,.vyl2i4oh .t9yeqgmt .q8eccahd,
.o3x9vdg .t9yeqgmt .q8eccahd{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}
.twapf6y4 .zxjp0x2,.ada1zxcb .zxjp0x2,
.x56biqh4 .zxjp0x2,.vyl2i4oh .zxjp0x2,
.o3x9vdg .zxjp0x2{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.twapf6y4 .t9yeqgmt,.ada1zxcb .t9yeqgmt{top:12px}
.twapf6y4 .t9yeqgmt .q8eccahd{margin-right:auto}
.ada1zxcb .t9yeqgmt .q8eccahd{margin-left:auto}
.ada1zxcb .t9yeqgmt{text-align:right}
.x56biqh4 .t9yeqgmt,.vyl2i4oh .t9yeqgmt{bottom:12px}
.x56biqh4 .t9yeqgmt .q8eccahd{margin-right:auto}
.vyl2i4oh .t9yeqgmt .q8eccahd{margin-left:auto}
.vyl2i4oh .t9yeqgmt{text-align:right}
.o3x9vdg .t9yeqgmt{position:relative;margin-top:16px}
.o3x9vdg .t9yeqgmt .q8eccahd{margin:0 auto}
.yz9j1ge .t9yeqgmt{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.yz9j1ge .t9yeqgmt .q8eccahd{margin:0}
.yz9j1ge .l5nev04w~.t9yeqgmt,
.yz9j1ge .g5fl~.t9yeqgmt{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.yz9j1ge .l5nev04w~.t9yeqgmt .q8eccahd,
.yz9j1ge .g5fl~.t9yeqgmt .q8eccahd{justify-content:flex-start}
.l5nev04w~.t9yeqgmt,.g5fl~.t9yeqgmt{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}
.l5nev04w~.t9yeqgmt .q8eccahd{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.g5fl~.t9yeqgmt .q8eccahd{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.sdy9b .q8eccahd{margin:0 0 12px}
.q8eccahd{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ul9i{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.wmyj{font-weight:600;color:var(--text-heading);opacity:1}
.b75w::before{content:"·";margin:0 2px;opacity:.5}
.zxjp0x2{white-space:nowrap}
.bxo89mj .ul9i{display:none}
.tglsmyj .zxjp0x2{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.tglsmyj .b75w::before{content:""}
.jkt6xuo .zxjp0x2{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}
.jkt6xuo .b75w::before{content:""}
.btkt3uy .q8eccahd{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.qjuug .zxjp0x2{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.qjuug .b75w::before{content:""}
.gh1rgne .zxjp0x2{color: var(--accent-light);opacity:1;font-weight:500}
.l788 .zxjp0x2{border-bottom:1px solid currentColor;padding-bottom:2px}
.dl02iiy0 .q8eccahd{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ykytywv{--date-bg:var(--accent-bg-light)}
.m579gct .b75w::before{content:""}
.t7bam .b75w::before{content:"•";opacity:.4}
.t7bam .zxjp0x2 + .zxjp0x2::before{content:"•";margin-right:6px;opacity:.4}
.b7tobd .b75w::before{content:"/";opacity:.35}
.b7tobd .zxjp0x2 + .zxjp0x2::before{content:"/";margin-right:6px;opacity:.35}
.lhzq .b75w::before{content:"|";opacity:.3}
.lhzq .zxjp0x2 + .zxjp0x2::before{content:"|";margin-right:6px;opacity:.3}
.kloh .b75w::before{content:"—";opacity:.3}
.kloh .zxjp0x2 + .zxjp0x2::before{content:"—";margin-right:6px;opacity:.3}
.h6kl .b75w::before{content:"◆";font-size:.5em;opacity:.35}
.h6kl .zxjp0x2 + .zxjp0x2::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.ni9nyqjm .b75w::before{content:"·";opacity:.4}
.ni9nyqjm .zxjp0x2 + .zxjp0x2::before{content:"·";margin-right:6px;opacity:.4}
.xsj4 .b75w::before{content:"›";opacity:.4}
.xsj4 .zxjp0x2 + .zxjp0x2::before{content:"›";margin-right:6px;opacity:.4}
.ao3as .b75w::before{content:"→";opacity:.35;font-size:.85em}
.ao3as .zxjp0x2 + .zxjp0x2::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.b8kbxat{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.c9o82{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.na7v9{display:flex;flex-direction:column;gap:3px}
.oklbw{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.z5vqknl{font-weight:700;font-size:1rem;color:var(--text-heading)}
.vufs59{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.oqxz .b8kbxat{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.de97i6g .b8kbxat{border-top:3px solid var(--accent);padding-top:18px}
.ff3vt .b8kbxat{border-left:3px solid var(--accent);border-radius:0}
.d6fbw .b8kbxat{padding:20px 0}
@media(max-width:640px){
  .b8kbxat{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .vufs59{max-width:100%}
}
.ugpt .y638{margin:0}
@media (max-width:560px){
  .zo3v{grid-template-columns:repeat(2,1fr);gap:12px}
}
.f5qnwti {
  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;
}
.f5qnwti.ys844n {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.oc3e9wm {
  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; } }
.oc3e9wm .axda {
  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;
}
.oc3e9wm .axda::before,
.oc3e9wm .axda::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.oc3e9wm .axda::before { transform: translate(-50%, -50%) rotate(45deg); }
.oc3e9wm .axda::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.oc3e9wm .axda:hover { background: rgba(0,0,0,0.12) !important; }
.wpl3uht {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.sughy {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.sudjjtn {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.orkg4 {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.oc3e9wm .v3rndap {
  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;
}
.oc3e9wm .v3rndap:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .oc3e9wm { padding: 28px 18px 20px; }
  .sudjjtn { font-size: 1.2rem; }
  .wpl3uht { max-width: 220px; max-height: 80px; }
}
.pq31t {
  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);
}
.zxaf {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.qt4rt0q  .pq31t { border-radius: 50%; }
.nopuviq1  .pq31t { border-radius: 6px; }
.gp4i .pq31t { border-radius: 22px; }
.smi71c3 .en64n5a {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .pq31t { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.fsxg9wkq .r0rxpt {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.fsxg9wkq .adzc6e {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.fsxg9wkq .en64n5a {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.d1xv24m4 {
  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;                  
}
.d1xv24m4.ys844n { transform: translate(-50%, 0); }
.d1xv24m4 .r0rxpt,
.d1xv24m4 .adzc6e {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.d1xv24m4 .en64n5a {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.godzpa62 {
  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;
}
.godzpa62::before,
.godzpa62::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.godzpa62::before { transform: translate(-50%, -50%) rotate(45deg); }
.godzpa62::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.godzpa62:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .d1xv24m4 { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .d1xv24m4 .en64n5a {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .d1xv24m4 .qoj60 { display: none !important; }
  .d1xv24m4 .qehw { font-size: 1.1rem !important; }
  .d1xv24m4 .pq31t { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .godzpa62 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .w5dj { flex-direction: row-reverse; }
[dir="rtl"] .e877y8 { flex-direction: row-reverse; }
[dir="rtl"] .t09hpm  .fvu7sp6b { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .xdje2a2y .fvu7sp6b { right: auto; left: 20px; }
  [dir="rtl"] .t09hpm  .fvu7sp6b { left: auto;  right: 20px; }
}
[dir="rtl"] .z175emii .d5oxxsy9  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .k0qv .d5oxxsy9 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .w5kdxmuq, [dir="rtl"] .v2sp { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .g4e2 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .u60dea8 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .u1r4bi84 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .en64n5a { direction: rtl; }
[dir="rtl"] .pq31t { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .hvy4wm,
[dir="rtl"] .qpa13 { direction: rtl; }
[dir="rtl"] .m7sii7 { direction: rtl; }
[dir="rtl"] .i5gsvv { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .wk72 .v2sp,
[dir="rtl"] .gi72eig .v2sp,
[dir="rtl"] .ho92cxcv .v2sp,
[dir="rtl"] .h9ja1w7f .v2sp {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .wk72 .v2sp li::before,
[dir="rtl"] .gi72eig .v2sp li::before,
[dir="rtl"] .ho92cxcv .v2sp li::before,
[dir="rtl"] .h9ja1w7f .v2sp li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .ejcu66cr.lg50eff .evoik3sw,
[dir="rtl"] .bu5csm.lg50eff .evoik3sw,
[dir="rtl"] .x9hw8c.lg50eff .evoik3sw,
[dir="rtl"] .o0s9n.lg50eff .evoik3sw,
[dir="rtl"] .pnxtuomd.lg50eff .evoik3sw { text-align: right; }
[dir="rtl"] .l5nev04w.lg50eff .v6b6u4no { align-items: flex-end; text-align: right; }
[dir="rtl"] .adzc6e,
[dir="rtl"] .wf5x,
[dir="rtl"] .ld28a,
[dir="rtl"] .evoik3sw { text-align: right; }
[dir="rtl"] .u9sku80,
[dir="rtl"] .wjxc,
[dir="rtl"] .x20fmq0,
[dir="rtl"] .ukpuh,
[dir="rtl"] .on9s2c0 { text-align: right; direction: rtl; }
[dir="rtl"] .sebec .ukpuh,
[dir="rtl"] .yhs57sch .ukpuh { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #33b42d;
  --brand:           #33b42d;
  --brand-light:     #369531;
  --brand-pale:      #4faf4b;
  --grad-start:      #69d864;
  --grad-end:        #9ede9c;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #33b42d;
  --cta-light:       #259720;
  --cta-hover:       #258320;
  --bg-page:         #f6f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f3;
  --bg-raised:       #eef1ee;
  --bg-hover:        #f3f5f3;
  --border:          #e2e8e2;
  --border-alt:      #d0dbd0;
  --border-section:  #e2e8e2;
  --text-primary:    #171b17;
  --text-muted:      #535f52;
  --text-body:       #2f362f;
  --text-sub:        #475246;
  --text-faint:      #778876;
  --text-dim:        #92a091;
  --text-label:      #5f6d5e;
  --text-value:      #3b443b;
  --accent-bg:       #e5f0e4;
  --accent-bg-light: #cee9cd;
  --bg-tip:          #f8f0f9;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f8f0f9;
  --bg-cons:         #faf5f3;
  --c-pros:          #87168c;
  --c-cons:          #9f4621;
  --c-pros-label:    #a01ba6;
  --c-tip-border:    #b11db8;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #87168c;
}
:root { --logo-bg-opacity: 32%; }
body, button, input { font-family: "Roboto", sans-serif; }
.isa8 .nh6qis9 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.isa8 .nh6qis9::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.isa8 .g2xdi     .nh6qis9::before { content: "";  color: var(--c-tip-border); }.isa8 .odp9 .nh6qis9::before { content: ""; color: var(--c-warn-border); }.isa8 .q5g5qd0    .nh6qis9::before { content: ""; color: #60a5fa; }.zukvqqq .isa8 .g2xdi     .nh6qis9::before { color: #10b981; }.zukvqqq .isa8 .odp9 .nh6qis9::before { color: #f43f5e; }.zukvqqq .isa8 .q5g5qd0    .nh6qis9::before { color: #a855f7; }.jds3x7g  .isa8 .g2xdi     .nh6qis9::before { color: #eab308; }.jds3x7g  .isa8 .odp9 .nh6qis9::before { color: #ef4444; }.jds3x7g  .isa8 .q5g5qd0    .nh6qis9::before { color: #f97316; }.u02o  .isa8 .g2xdi     .nh6qis9::before { color: #38bdf8; }.u02o  .isa8 .odp9 .nh6qis9::before { color: #818cf8; }.u02o  .isa8 .q5g5qd0    .nh6qis9::before { color: #2dd4bf; }.ndxx5n3q .isa8 .nh6qis9::before { color: var(--accent-light) !important; }
.i0x6 .yok8pzk, .i0x6 .l5nev04w { min-height: 420px; }
.u517w::before { content: '•'; }