:root {
  --color-accent: #29548e;
  --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;
}
.n2pjip {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.t91pba {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.a5kd {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.zllfe { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.rt3do5ae { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.rt3do5ae a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.rt3do5ae a:hover { color: var(--accent-light); }
.hk6kplxj     .re0kdf { border-radius: 24px; padding: 8px; }
.hk6kplxj .re0kdf li a { border-radius: 16px; }
.j01sut7  .re0kdf li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .re0kdf {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .x4avyvm:hover .re0kdf,
  .x4avyvm:focus-within .re0kdf { display: block; }
  .re0kdf li a { padding: 8px 16px; font-size: 0.88rem; }
}
.wbws {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.vmhvk { display: none; }
@media (max-width: 640px) {
  .vmhvk {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .vmhvk.xid59m2e { display: block; }
}
@media (max-width: 640px) {
  .wbws { display: block; }
  .rt3do5ae > li + li::before { display: none !important; }
  .rt3do5ae {
    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;
  }
  .rt3do5ae.xid59m2e { display: flex; }
  .rt3do5ae li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .rt3do5ae li:last-child a { border-bottom: none; }
}
.st6nx { min-height: 480px; }
.p4ti9 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.fb7mo1d { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.iomk .fb7mo1d { margin-left: 0; margin-right: 0; }
.qi6k9f {
  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;
}
.vga3i0g5 .qi6k9f { margin-top: 24px; }
.qi6k9f:hover { opacity: 0.88; }
.qoc3n .p4ti9 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.qoc3n .fb7mo1d { color: #e2e8f0; }
.qoc3n.iomk   .knhcrd { text-align: left; }
.ofoig7 .p4ti9 { color: var(--text-primary); text-shadow: none; }
.ofoig7 .fb7mo1d { color: var(--text-muted); }
.ofoig7 .qi6k9f { margin-top: 16px; }
.ofoig7, .ofoig7.st6nx { min-height: auto !important; }
.ofoig7.iomk   .knhcrd { text-align: left; }
.ofoig7~.p1ttnk{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}
.ofoig7~.p1ttnk .qmxvr{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; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.x02vq3 .p4ti9 { color: #fff; }
.x02vq3 .fb7mo1d { color: rgba(255,255,255,0.85); }
.wezg .p406j { position: relative; overflow: hidden; }
.wezg .p406j::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.kkl7dh .p406j {
  animation: hg-breathe 7s ease-in-out infinite;
}
.p3tqu306 .p406j { position: relative; overflow: hidden; }
.p3tqu306 .p406j::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;
}
.w35qdt4w .p406j { position: relative; overflow: hidden; }
.w35qdt4w .p406j::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.u3bdmj .p406j {
  animation: hg-fadein 1.2s ease-out both;
}
.p406j {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.x30aiq {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.dacbak4 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.oyctb80 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.p406j .p4ti9 { text-shadow: none; color: var(--text-primary); }
.p406j .fb7mo1d { color: var(--text-muted); }
body.zloxea8l .p4ti9 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.gagqk2sj .p4ti9 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.st6nx.x02vq3 .p4ti9,
section.x02vq3 .p4ti9 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.p406j.wf8kn9i .x30aiq { align-items: center; text-align: center; }
.p406j.iomk   .x30aiq { align-items: flex-start; text-align: left; }
.uuyis .dacbak4 { position: relative; }
.uuyis .dacbak4::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.uuyis.m8etia68 .dacbak4::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.ygy6g .dacbak4 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.ygy6g .oyctb80 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.ygy6g.m8etia68 .dacbak4 { padding: 32px 0 32px 32px; }
.nus91 .dacbak4 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.nus91 .oyctb80 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.m8etia68 { grid-template-areas: "media text"; }
.m8etia68 .x30aiq {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.nus91.m8etia68 .dacbak4 { padding: 40px 16px 40px 48px; }
.st6nx .c9di {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.c9di .rmdo45zv {
  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;
}
.c9di .rmdo45zv::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.c9di .muzni { display: contents !important; }
.c9di .muzni .ilri24 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.c9di .muzni .lsf0k2 { max-height: 48px; max-width: 96px; }
.c9di .muzni .x253 {
  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;
}
.c9di .yj9q {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.c9di .ldd3w5 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.c9di .ijyxhf98 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.c9di .ijyxhf98 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.c9di .ajre { display: contents !important; }
.c9di .ajre .nubb5wzq:not(.byu5c) { display: none !important; }
.c9di .ajre .byu5c {
  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;
}
.c9di .ajre .byu5c .u9sr {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.c9di .ajre .byu5c .k87iq {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.c9di .ew523 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.c9di .ew523.dm7y {
  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;
}
.c9di .ew523.dm7y:hover { opacity: 0.85; }
.c9di .rmdo45zv,
.c9di .rmdo45zv:hover,
.c9di .rmdo45zv:nth-child(even),
.c9di .rmdo45zv:nth-child(odd),
.c9di .rmdo45zv:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.jo6gm2gu .dacbak4 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .p406j { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .p406j:not(.jo6gm2gu) .dacbak4 { display: none !important; }
  .jo6gm2gu .dacbak4 { padding: 16px; }
  .x30aiq  { padding: 36px 24px; }
  .p406j~.p1ttnk,.m8etia68~.p1ttnk{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .st6nx, .p406j { min-height: 320px !important; }
  .p4ti9 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .sj45c,
  .uius22g4,
  .cx8r3l { grid-template-columns: 1fr !important; }

  

  
  .mryl0 { display: flex !important; flex-direction: column !important; }
  .mryl0 .knhcrd { display: contents; }
  .mryl0 .cakl6k6w { order: 0; }
  .mryl0 .p4ti9 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .mryl0 .sj45c { order: 2; padding: 0 16px 12px !important; }
  .mryl0 .fb7mo1d { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .vga3i0g5 .knhcrd { display: flex; flex-direction: column; }
  .vga3i0g5 .knhcrd .p4ti9 { order: 1; }
  .vga3i0g5 .knhcrd .cx8r3l { order: 2; margin: 8px 0 24px !important; }
  .vga3i0g5 .knhcrd .fb7mo1d { order: 3; }
  .vga3i0g5 .knhcrd .qi6k9f { order: 4; align-self: center; margin-top: 0; }

  
  .p406j.jo6gm2gu {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .p406j.jo6gm2gu .x30aiq { display: contents; padding: 0; }
  .p406j.jo6gm2gu .x30aiq .p4ti9 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .p406j.jo6gm2gu .dacbak4 { order: 2; padding: 12px 16px; }
  .p406j.jo6gm2gu .x30aiq .fb7mo1d { order: 3; padding: 0 24px; margin: 0 auto; }
  .p406j.jo6gm2gu .x30aiq .qi6k9f { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ictk { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ggmn { width: 100%; height: auto; display: block; border-radius: 10px; }
.hy9qp8 .ictk        { border-radius: 16px; }
.hy9qp8 .ggmn  { border-radius: 16px; }
.eyw2p .ictk         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.eyw2p .ggmn   { border-radius: 8px; }
.evinpap { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.q5to { width: 100%; padding: 32px 0; position: relative; }
.apz1mrf { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.xmuh .q5to:nth-child(even) { background: var(--bg-surface); }
.xmuh .q5to:nth-child(odd)  { background: var(--bg-page); }
.jauch4ga .q5to:nth-child(even) { background: var(--bg-card); }
.jauch4ga .q5to:nth-child(odd)  { background: var(--bg-page); }
.xmuh .q5to:nth-child(odd)  .apz1mrf { background: var(--bg-card); border-radius: 6px; }
.xmuh .q5to:nth-child(even) .apz1mrf { background: var(--bg-raised); border-radius: 6px; }
.jauch4ga .q5to:nth-child(odd)  .apz1mrf { background: var(--bg-card); border-radius: 6px; }
.jauch4ga .q5to:nth-child(even) .apz1mrf { background: var(--bg-raised); border-radius: 6px; }
.xmuh .q5to:nth-child(even) .gf0x .iucxm,
.jauch4ga .q5to:nth-child(even) .gf0x .iucxm { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.xmuh .q5to:nth-child(odd) .gf0x .iucxm,
.jauch4ga .q5to:nth-child(odd) .gf0x .iucxm { background: var(--bg-card-inner); }
.xmuh .q5to:nth-child(even) .ja2feh .iucxm:nth-child(odd),
.jauch4ga .q5to:nth-child(even) .ja2feh .iucxm:nth-child(odd)  { background: var(--bg-card); }
.xmuh .q5to:nth-child(even) .ja2feh .iucxm:nth-child(even),
.jauch4ga .q5to:nth-child(even) .ja2feh .iucxm:nth-child(even) { background: var(--bg-card-inner); }
h1.w5gkhk { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.w5gkhk {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.u9xwbg3i { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.r85jha h2.w5gkhk {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.b3sx9ju h2.w5gkhk {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.xbwc h2.w5gkhk {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.v5l4l0eb h2.w5gkhk::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.r6b4 h2.w5gkhk {
  color: var(--text-primary); font-size: 1.7rem;
}
.w74i h2.w5gkhk::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ygxd h2.w5gkhk {
  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) { .zdamk { display: none; } }
.e9s3puo { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.pory660q { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.rfaqz84 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.hpvz { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.kbo9 { padding-left: 20px; }
.kbo9 li { margin-bottom: 6px; }
.kbo9 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.kbo9 a:hover { color: var(--accent-light); }
.rg9a97k0 .hpvz { display: none; }
.stlm4r .hpvz { display: none; }
.stlm4r .kbo9 { padding-left: 0; list-style: none; }
.stlm4r .kbo9 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.stlm4r .kbo9 a { font-size: 0.92rem; }
.ihf7b .rfaqz84 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ihf7b .hpvz { display: none; }
.ihf7b .kbo9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ihf7b .kbo9 li { margin-bottom: 0; }
.ihf7b .kbo9 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;
}
.ihf7b .kbo9 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.jcxrt .rfaqz84 { padding: 20px 20px 16px; }
.jcxrt .kbo9 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.jcxrt .kbo9 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.jcxrt .kbo9 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;
}
.jcxrt .kbo9 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;
}
.jcxrt .kbo9 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.jcxrt .kbo9 a:focus,
.jcxrt .kbo9 a:focus-visible,
.jcxrt .kbo9 a:target { outline: none; }
.jcxrt .kbo9 li:target a { border-color: var(--border); color: var(--text-muted); }
.ogzgpv .rfaqz84 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ogzgpv .hpvz { display: none; }
.ogzgpv .kbo9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.ogzgpv .kbo9 li { counter-increment: toc-n; margin-bottom: 0; }
.ogzgpv .kbo9 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;
}
.ogzgpv .kbo9 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;
}
.ogzgpv .kbo9 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.enw1wnx4 .rfaqz84 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.enw1wnx4 .hpvz { display: none; }
.enw1wnx4 .kbo9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.enw1wnx4 .kbo9 li { margin-bottom: 0; }
.enw1wnx4 .kbo9 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;
}
.enw1wnx4 .kbo9 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.k5mb .rfaqz84 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.k5mb .hpvz { display: none; }
.k5mb .kbo9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.k5mb .kbo9 li { margin-bottom: 0; }
.k5mb .kbo9 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.k5mb .kbo9 li:last-child::after { content: ""; margin-right: 0; }
.k5mb .kbo9 a { font-size: 0.9rem; }
.iucxm { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.gf0x .iucxm { background: var(--bg-card); }
.ja2feh .iucxm:nth-child(odd)  { background: var(--bg-card); }
.ja2feh .iucxm:nth-child(even) { background: var(--bg-raised); }
.m9qq5r1 .iucxm {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.m9qq5r1 .iucxm:last-child { border-bottom: none; }
.m9qq5r1 h3.u9xwbg3i { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.c8yv .iucxm {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.c8yv .iucxm + .iucxm { margin-top: 4px; }
.r6kxrwfy .iucxm { background: none; border-radius: 0; padding: 12px 0; }
.r6kxrwfy .iucxm + .iucxm { border-top: 1px solid var(--border-section); }
.x23u9sr3 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.n96411v { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.q6s1igm6 { color: var(--text-body); margin-bottom: 10px; }
.u2y3n, .phyej { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.u2y3n li, .phyej li { margin-bottom: 6px; }
.phyej li { list-style: decimal; }
.ehica6k     .u2y3n { list-style-type: "● "; }
.uiotdrl  .u2y3n { list-style-type: "■ "; }
.ams46x7 .u2y3n { list-style-type: "◆ "; }
.ptr2    .u2y3n { list-style-type: "★ "; }
.ehica6k     .kt57w { list-style-type: "● "; }
.uiotdrl  .kt57w { list-style-type: "■ "; }
.ams46x7 .kt57w { list-style-type: "◆ "; }
.ptr2    .kt57w { list-style-type: "★ "; }
.ehica6k    .u2y3n li::marker, .ehica6k    .kt57w li::marker,
.uiotdrl .u2y3n li::marker, .uiotdrl .kt57w li::marker,
.ams46x7 .u2y3n li::marker, .ams46x7 .kt57w li::marker,
.ptr2   .u2y3n li::marker, .ptr2   .kt57w li::marker {
  color: var(--cta); font-size: 1em;
}
.ehica6k .phyej,
.uiotdrl .phyej,
.ams46x7 .phyej,
.ptr2 .phyej {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ehica6k .phyej li,
.uiotdrl .phyej li,
.ams46x7 .phyej li,
.ptr2 .phyej li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ehica6k .phyej li::before,
.uiotdrl .phyej li::before,
.ams46x7 .phyej li::before,
.ptr2 .phyej 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;
}
.ehica6k     .phyej li::before { border-radius: 50%; }
.uiotdrl  .phyej li::before { border-radius: 3px; }
.ams46x7 .phyej li::before { border-radius: 3px; }
.ptr2    .phyej li::before { border-radius: 50%; }
.t9twoj { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.qgmw3 .t9twoj,
.vtb5s .t9twoj { background: transparent; border: none; border-radius: 0; }
.gqv25 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.gqv25 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.gqv25 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.gqv25 tr:hover td { background: var(--bg-hover); }
.us0wh .gqv25 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.jr0l .gqv25 { border: 1px solid var(--border-alt); }
.jr0l .gqv25 th,
.jr0l .gqv25 td { border: 1px solid var(--border-alt); }
.pts5 .gqv25 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.pts5 .gqv25 td { border-bottom: none; }
.pts5 .gqv25 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.p798 .gqv25 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.kgjpw .t9twoj {
  overflow: hidden;
}
.kgjpw .gqv25 th { border-bottom: 1px solid var(--border-alt); }
.kgjpw .gqv25 tr:last-child td { border-bottom: none; }
.cyps50 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.dpzf2 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.x03gvj { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.a4rkx { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.o1bur { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.kt57w { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.kt57w 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%}
.ioiqr .a4rkx { background: transparent; text-align: center; }
.lz0as .x03gvj {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.igg4vx1 .x03gvj {
  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);
}
.q9pwf .dpzf2 { display: grid; grid-template-columns: auto 1fr; }
.q9pwf .x03gvj {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.q9pwf .a4rkx { grid-column: 2; }
.q9pwf .o1bur,
.q9pwf .kt57w { grid-column: 1 / -1; }
.qgak4 .dpzf2 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.qgak4 .x03gvj {
  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);
}
.qgak4 .a4rkx { grid-column: 2; }
.qgak4 .o1bur,
.qgak4 .kt57w { grid-column: 1 / -1; }
.zc4kj .dpzf2 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.zc4kj .a4rkx { background: none; color: var(--accent-light); font-weight: 700; }
.gqdxi .dpzf2 { 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); }
.gqdxi .a4rkx { background: none; color: var(--accent-light); font-weight: 700; }
.nob28z .dpzf2 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.nob28z .dpzf2:last-child { border-bottom: none; }
.nob28z .a4rkx { background: none; color: var(--accent-light); font-weight: 700; }
.uapl .dpzf2 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.uapl .a4rkx { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.mzu3g88 .cyps50 { counter-reset: card-n; }
.mzu3g88 .dpzf2  { counter-increment: card-n; }
.mzu3g88 .a4rkx { display: flex; align-items: center; gap: 10px; }
.mzu3g88 .a4rkx::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;
}
.lfhv5wd7 .dpzf2 { background: var(--bg-surface); border: 1px solid var(--border); }
.lfhv5wd7 .a4rkx { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.atqz { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.atqz         { --cl-hue: var(--accent); }
.p70iod     { --cl-hue: #16a34a; }
.v8skm0 { --cl-hue: #ea580c; }
.t578j8    { --cl-hue: #2563eb; }
.p70iod, .v8skm0, .t578j8, .pm395hdh {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.uxxbeg { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.uxxbeg::before { color: var(--cl-hue); }
.atqz strong { color: var(--text-primary); font-size: 0.95rem; }
.atqz p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.n57kv2wu { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.pz34e12, .noz4gi0h { border-radius: 8px; padding: 14px; }
.pz34e12 { background: var(--bg-pros); }
.noz4gi0h { background: var(--bg-cons); }
.jwpx { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.pz34e12 .jwpx { color: var(--c-pros-label); }
.noz4gi0h .jwpx { color: #f87171; }
.pz34e12 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.noz4gi0h ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ggmn { width: 100%; height: auto; border-radius: 10px; display: block; }
.dm7y {
  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;
}
.dm7y:hover { opacity: 0.85; }
.t2tqp .dm7y  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.t2tqp .dm7y:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pvl7 .dm7y  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.pvl7 .dm7y:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.t2tqp .ew523.dm7y, .pvl7 .ew523.dm7y,
.t2tqp .qe4z0 .dm7y, .pvl7 .qe4z0 .dm7y {
  background: var(--cta); border: none; color: #fff;
}
.t2tqp .ew523.dm7y:hover, .pvl7 .ew523.dm7y:hover,
.t2tqp .qe4z0 .dm7y:hover, .pvl7 .qe4z0 .dm7y:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.sppdl .qi6k9f { border-radius: 50px; }
.sppdl .dm7y  { border-radius: 50px; }
.mj1656 .qi6k9f,
.mj1656 .dm7y { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.mj1656 .qi6k9f:hover,
.mj1656 .dm7y:hover { filter: brightness(1.08); opacity: 1; }
.px3y79 .qi6k9f,
.px3y79 .dm7y { box-shadow: 0 3px 14px -2px var(--cta); }
.px3y79 .qi6k9f:hover,
.px3y79 .dm7y:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.x23f8p6 .qi6k9f,
.x23f8p6 .dm7y { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.x23f8p6 .qi6k9f:hover,
.x23f8p6 .dm7y:hover { opacity: 1; }
.x23f8p6 .qi6k9f:active,
.x23f8p6 .dm7y:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.wddq9t .qi6k9f,
.wddq9t .dm7y { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.wddq9t .qi6k9f:hover,
.wddq9t .dm7y:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.wddq9t .qi6k9f:active,
.wddq9t .dm7y:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.mxzshut .qi6k9f,
.mxzshut .dm7y { position: relative; overflow: hidden; }
.mxzshut .qi6k9f::before,
.mxzshut .dm7y::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;
}
.mxzshut .qi6k9f:hover::before,
.mxzshut .dm7y:hover::before { left: 135%; }
.vfotr .qi6k9f,
.vfotr .dm7y { border-radius: 0; }
.i715law .qi6k9f { padding-left: 22px; padding-right: 22px; }
.i715law .dm7y  { padding-left: 12px; padding-right: 12px; }
.lw43 .qi6k9f { padding-left: 44px; padding-right: 44px; }
.lw43 .dm7y  { padding-left: 24px; padding-right: 24px; }
.c6xf6 .qi6k9f { padding-left: 56px; padding-right: 56px; }
.c6xf6 .dm7y  { padding-left: 32px; padding-right: 32px; }
.e0r7lmyy   .qi6k9f::after, .e0r7lmyy   .dm7y::after,
.feh7h7gg .qi6k9f::after, .feh7h7gg .dm7y::after,
.lxuru    .qi6k9f::after, .lxuru    .dm7y::after,
.udju280    .qi6k9f::after, .udju280    .dm7y::after,
.w2dbe    .qi6k9f::after, .w2dbe    .dm7y::after,
.hsomesv     .qi6k9f::after, .hsomesv     .dm7y::after,
.l85kxg    .qi6k9f::after, .l85kxg    .dm7y::after,
.h404ico   .qi6k9f::after, .h404ico   .dm7y::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;
}
.e0r7lmyy .qi6k9f::after, .e0r7lmyy .dm7y::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");
}
.feh7h7gg .qi6k9f::after, .feh7h7gg .dm7y::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");
}
.lxuru .qi6k9f::after, .lxuru .dm7y::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");
}
.udju280 .qi6k9f::after, .udju280 .dm7y::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");
}
.w2dbe .qi6k9f::after, .w2dbe .dm7y::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");
}
.hsomesv .qi6k9f::after, .hsomesv .dm7y::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");
}
.l85kxg .qi6k9f::after, .l85kxg .dm7y::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");
}
.h404ico .qi6k9f::after, .h404ico .dm7y::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");
}
.rp64y   .i8g7::after, .rp64y   .clvj::after,
.fof6 .i8g7::after, .fof6 .clvj::after,
.hg9x    .i8g7::after, .hg9x    .clvj::after,
.zwxr9zym    .i8g7::after, .zwxr9zym    .clvj::after,
.anq1klk    .i8g7::after, .anq1klk    .clvj::after,
.dxxrrlx8     .i8g7::after, .dxxrrlx8     .clvj::after,
.lw91    .i8g7::after, .lw91    .clvj::after,
.yip2   .i8g7::after, .yip2   .clvj::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;
}
.rp64y .i8g7::after, .rp64y .clvj::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");
}
.fof6 .i8g7::after, .fof6 .clvj::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");
}
.hg9x .i8g7::after, .hg9x .clvj::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");
}
.zwxr9zym .i8g7::after, .zwxr9zym .clvj::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");
}
.anq1klk .i8g7::after, .anq1klk .clvj::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");
}
.dxxrrlx8 .i8g7::after, .dxxrrlx8 .clvj::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");
}
.lw91 .i8g7::after, .lw91 .clvj::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");
}
.yip2 .i8g7::after, .yip2 .clvj::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");
}
.lp5f594r {
  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;
}
.rmdo45zv {
  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;
}
.rmdo45zv > * { min-width: 0; }
.rmdo45zv:hover { background: var(--bg-hover); }
.rmdo45zv > [itemprop="item"] { display: contents; }
.rmdo45zv [itemprop="itemReviewed"],
.rmdo45zv [itemprop="reviewRating"] { display: none; }
.rmdo45zv::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;
}
.muzni {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.ilri24 {
  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;
}
.lsf0k2 { max-height: 52px; max-width: 110px; object-fit: contain; }
.x253 {
  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;
}
.cmixuaw .ilri24    { background: #1a1a1a; }
.yk6oh .ilri24   { background: rgba(128,128,128,.12); }
.wia6 .ilri24 { background: var(--bg-raised); }
.x4ihybyr .ilri24    { background: transparent; padding: 0; }
.yj9q {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.ldd3w5 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.ijyxhf98 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.ajre {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.nubb5wzq {
  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;
}
.u9sr {
  
  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%;
}
.k87iq {
  
  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;
}
.ew523 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ew523.dm7y {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .rmdo45zv {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .rmdo45zv::before    { grid-area: rank;   }
  .muzni           { grid-area: ident;  }
  .yj9q     { grid-area: rating; min-width: 0; width: auto; }
  .ajre           { grid-area: pills;  }
  .ew523             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .rmdo45zv {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .rmdo45zv::before    { justify-self: center; }
  .muzni           { width: 100%; }
  .yj9q     { justify-self: center; }
  .ajre           { grid-template-columns: 1fr; }
}
.gs3d2vv3 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.mg7eh3 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.oz9hi6 {
  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;
}
.oz9hi6 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.bpa68g5 { flex: 1; }
.bpa68g5 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.wtuibl { color: var(--c-stars); font-size: 1.1rem; }
.dx2o { margin-bottom: 8px; }
.j1db9lq {
  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);
}
.j1db9lq > span { color: var(--accent); font-weight: 700; }
.eh7lh6p em, .vzr8q em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .j1db9lq { padding: 10px 16px; gap: 6px 16px; } }
.qe4z0 { flex-shrink: 0; align-self: flex-start; }
.qe4z0 .dm7y { white-space: nowrap; }
@media (max-width: 560px) {
  .mg7eh3 { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .oz9hi6 { order: 1; }
  .qe4z0 { order: 2; margin-left: auto; align-self: center; }
  .bpa68g5 { order: 3; flex: 1 1 100%; min-width: 0; }
}
.gplso img.y6fvrg { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.qgmw3 { padding: 20px 24px; }
.nirajke { color: var(--text-muted); margin-bottom: 16px; }
.i0pl2r { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.o4lcmqr6, .pzffwm { list-style: none; font-size: 0.9rem; }
.o4lcmqr6 li { color: var(--c-pros); margin-bottom: 4px; }
.pzffwm li { color: var(--c-cons); margin-bottom: 4px; }
.o4lcmqr6 li::before { content: "✓"; margin-right: 5px; }
.pzffwm li::before { content: "✗"; margin-right: 5px; }
.zgcjnta0 .o4lcmqr6 li::before { content: "→"; }
.zgcjnta0 .pzffwm li::before { content: "–"; }
.lzqs  .o4lcmqr6 li::before { content: "★"; }
.lzqs  .pzffwm li::before { content: "✕"; }
.cpgi3a    .o4lcmqr6 li::before { content: "◆"; }
.cpgi3a    .pzffwm li::before { content: "▲"; }
.qdgk  .o4lcmqr6 li::before { content: "▶"; }
.qdgk  .pzffwm li::before { content: "■"; }
.ptym { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.ip466 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.ayfk { background: var(--bg-pros); color: var(--c-tag-pay); }
.j4v0x { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.dzlgj .j4v0x { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.lalkqzl .j4v0x { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .auxr0qm .rzllf8 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .auxr0qm .gs3d2vv3 { margin: 0; }
}
.r1h3 .mg7eh3 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.r1h3 .bpa68g5 h3 { color: var(--accent-light); }
.r1h3 .oz9hi6 { background: var(--bg-page); border: 1px solid var(--border); }
.tyzc .gs3d2vv3 { border-top: 4px solid var(--accent); }
.tyzc .mg7eh3 { background: var(--bg-card); }
.luphe .gs3d2vv3 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.luphe .mg7eh3 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.luphe .qgmw3 { padding: 14px 16px; }
.luphe .oz9hi6 { border-radius: 4px; }
.luphe .j4v0x { border-radius: 0; }
.a08xi .mg7eh3 { padding: 0; gap: 0; overflow: hidden; }
.a08xi .oz9hi6 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.a08xi .bpa68g5 { padding: 16px 20px; }
.a08xi .qe4z0 { padding: 16px 20px; align-self: center; }
.ch0n .wtuibl { font-size: .95rem; }
.vtb5s .n57kv2wu { gap: 10px; }
.vtb5s .pz34e12, .vtb5s .noz4gi0h { padding: 12px; }
.vtb5s .pz34e12 ul, .vtb5s .noz4gi0h ul { margin: 4px 0 0; padding-left: 18px; }
.vtb5s .pz34e12 li, .vtb5s .noz4gi0h li { font-size: .85rem; margin-bottom: 3px; }
.njii8 .ip466 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .cofl5fp { grid-template-columns: 1fr; }
  .ngn5y7 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ngn5y7 .skau { width: 72px; height: 50px; }
  .ngn5y7 .owf7j1c5 { max-width: 180px; }
  .ngn5y7 .ps7vj0 { width: auto; }
}
.fl7tag .ch0n .wtuibl { filter: brightness(1.2); }
@media (max-width: 720px) {
  .fl7tag { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ey22v { padding: 16px; }
  .vnfm0iyv .gjdec { min-width: 50%; }
}
.x877 .n57kv2wu { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .il5stpsg { grid-template-columns: 1fr; }
  .v0bv5o { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .llej8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .eym34x { flex-wrap: wrap; padding: 16px; }
}
.b4hlxmn .n57kv2wu { gap: 8px; }
.b4hlxmn .pz34e12, .b4hlxmn .noz4gi0h { padding: 8px; }
@media (max-width: 480px) {
  .i4v4l { flex-direction: column; align-items: stretch; }
}
.xz0xccl9 .ps7vj0 .dm7y { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .dvdoti { flex-direction: column; align-items: stretch; gap: 10px; }
  .xz0xccl9 .ps7vj0 { text-align: center; }
}
@media (max-width: 720px) {
  .zwhc2dgw { grid-template-columns: 1fr; }
  .u15h5e { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .kd63 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.gryqr7fs .yrjqza { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.qe52 .wtuibl { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .f2ga8wr { grid-template-columns: 1fr; }
  .qe52 { width: 100px; height: 100px; margin: 16px auto; }
  .gryqr7fs { font-size: 1.4rem; }
  .a33365i { justify-content: center; }
  .ymnp6 .gjdec { min-width: 50%; }
}
.g7edy3o .n57kv2wu { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .h7jwrt { flex-wrap: wrap; padding: 14px 16px; }
  .gwh5 { padding: 12px 16px; }
  .g7edy3o .n57kv2wu { margin: 0 16px; }
  .g7edy3o .njii8 { padding: 0 16px; }
  .wgs5m0z2 { padding: 12px 16px; }
}
.wwumdar5 .rmdo45zv {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.wwumdar5 .rmdo45zv:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.k95m .lp5f594r { gap: 18px; }
.k95m .rmdo45zv {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.k95m .rmdo45zv:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.w1c9 .lp5f594r {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.w1c9 .rmdo45zv {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.w1c9 .rmdo45zv:last-child { border-bottom: none; }
.w1c9 .muzni,
.w1c9 .yj9q,
.w1c9 .ajre {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.g29x0jr1 .lp5f594r { gap: 0; }
.g29x0jr1 .rmdo45zv {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.g29x0jr1 .rmdo45zv:last-child { border-bottom: none; }
.g29x0jr1 .rmdo45zv:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.g29x0jr1 .rmdo45zv:nth-child(even):hover { background: var(--bg-hover); }
.qdy4y .rmdo45zv {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.h68st2 .ajre .nubb5wzq {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.h68st2 .ajre .nubb5wzq:first-child { border-left: none; }
.dn5ae .ajre .nubb5wzq {
  background: transparent; padding: 4px 8px;
}
.dn5ae .ajre .u9sr { font-size: .65rem; opacity: .65; }
.dn5ae .ajre .k87iq   { font-size: 1.15rem; color: var(--accent-light); }
.dy7dn .ajre .nubb5wzq {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.ijyxhf98 { display: none; }
.nrg77g .ldd3w5 { font-size: 1rem; letter-spacing: 2px; }
.mefe .ldd3w5 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.y5sc1 .ldd3w5,
.x9cya0c8 .ldd3w5,
.z87f .ldd3w5 { display: none; }
.y5sc1 .ijyxhf98,
.x9cya0c8 .ijyxhf98,
.z87f .ijyxhf98 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.y5sc1 .ijyxhf98 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.y5sc1 .ijyxhf98 small { display: none; }
.x9cya0c8 .ijyxhf98 {
  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;
}
.x9cya0c8 .ijyxhf98 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.z87f .ijyxhf98 {
  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;
}
.z87f .ijyxhf98 small { display: none; }
.y5sc1 .dx2o .wtuibl,
.x9cya0c8 .dx2o .wtuibl,
.z87f .dx2o .wtuibl { display: none; }
.y5sc1 .dx2o strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.y5sc1 .yrjqza { display: none; }
.x9cya0c8 .dx2o 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;
}
.x9cya0c8 .flkoz,
.x9cya0c8 .yrjqza { font-size: 1em; }
.z87f .dx2o strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.z87f .yrjqza { display: none; }
.irpk { margin: 16px 0; }
.kctyurd { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.kctyurd summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.kctyurd summary::after { content: "+"; color: var(--accent-light); }
.kctyurd[open] summary::after { content: "−"; }
.kctyurd p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.q5to { margin-bottom: 0; }
.py2npm19 h2.w5gkhk { color: var(--text-primary); border-color: var(--accent-light); }
.d98nz02 h2.w5gkhk { color: var(--text-primary); border-color: var(--accent-light); }
.hwpqf30 .p70iod     { background: #052e16; border-color: #10b981; }
.hwpqf30 .v8skm0 { background: #2d0a1e; border-color: #f43f5e; }
.hwpqf30 .t578j8    { background: #1e1036; border-color: #a855f7; }
.hwpqf30 .atqz strong  { color: #f1f5f9; }
.hwpqf30 .atqz p       { color: #cbd5e1; }
.hwpqf30 .we4csxyu    .p70iod     .uxxbeg::before,
.hwpqf30 .q8nd  .p70iod     .uxxbeg::before,
.hwpqf30 .zx42cckq  .p70iod     .uxxbeg::before,
.hwpqf30 .wcpafuii .p70iod     .uxxbeg::before { color: #10b981; }
.hwpqf30 .we4csxyu    .v8skm0 .uxxbeg::before,
.hwpqf30 .q8nd  .v8skm0 .uxxbeg::before,
.hwpqf30 .zx42cckq  .v8skm0 .uxxbeg::before,
.hwpqf30 .wcpafuii .v8skm0 .uxxbeg::before { color: #f43f5e; }
.hwpqf30 .we4csxyu    .t578j8    .uxxbeg::before,
.hwpqf30 .q8nd  .t578j8    .uxxbeg::before,
.hwpqf30 .zx42cckq  .t578j8    .uxxbeg::before,
.hwpqf30 .wcpafuii .t578j8    .uxxbeg::before { color: #a855f7; }
.yeic6 .p70iod     { background: #2d2000; border-color: #eab308; }
.yeic6 .v8skm0 { background: #2d0b0b; border-color: #ef4444; }
.yeic6 .t578j8    { background: #2d1600; border-color: #f97316; }
.yeic6 .atqz strong  { color: #f1f5f9; }
.yeic6 .atqz p       { color: #cbd5e1; }
.yeic6 .we4csxyu    .p70iod     .uxxbeg::before,
.yeic6 .q8nd  .p70iod     .uxxbeg::before,
.yeic6 .zx42cckq  .p70iod     .uxxbeg::before,
.yeic6 .wcpafuii .p70iod     .uxxbeg::before { color: #eab308; }
.yeic6 .we4csxyu    .v8skm0 .uxxbeg::before,
.yeic6 .q8nd  .v8skm0 .uxxbeg::before,
.yeic6 .zx42cckq  .v8skm0 .uxxbeg::before,
.yeic6 .wcpafuii .v8skm0 .uxxbeg::before { color: #ef4444; }
.yeic6 .we4csxyu    .t578j8    .uxxbeg::before,
.yeic6 .q8nd  .t578j8    .uxxbeg::before,
.yeic6 .zx42cckq  .t578j8    .uxxbeg::before,
.yeic6 .wcpafuii .t578j8    .uxxbeg::before { color: #f97316; }
.o9pnu .p70iod     { background: #0c1a2e; border-color: #38bdf8; }
.o9pnu .v8skm0 { background: #12103a; border-color: #818cf8; }
.o9pnu .t578j8    { background: #0a2020; border-color: #2dd4bf; }
.o9pnu .atqz strong  { color: #f1f5f9; }
.o9pnu .atqz p       { color: #cbd5e1; }
.o9pnu .we4csxyu    .p70iod     .uxxbeg::before,
.o9pnu .q8nd  .p70iod     .uxxbeg::before,
.o9pnu .zx42cckq  .p70iod     .uxxbeg::before,
.o9pnu .wcpafuii .p70iod     .uxxbeg::before { color: #38bdf8; }
.o9pnu .we4csxyu    .v8skm0 .uxxbeg::before,
.o9pnu .q8nd  .v8skm0 .uxxbeg::before,
.o9pnu .zx42cckq  .v8skm0 .uxxbeg::before,
.o9pnu .wcpafuii .v8skm0 .uxxbeg::before { color: #818cf8; }
.o9pnu .we4csxyu    .t578j8    .uxxbeg::before,
.o9pnu .q8nd  .t578j8    .uxxbeg::before,
.o9pnu .zx42cckq  .t578j8    .uxxbeg::before,
.o9pnu .wcpafuii .t578j8    .uxxbeg::before { color: #2dd4bf; }
.z21i6l::before,
.h0nf3::before { margin-right: 5px; }
.qfgfc .pz34e12 ul li,
.qfgfc .o4lcmqr6 li         { color: #4ade80; }
.qfgfc .pz34e12 .z21i6l { color: #22c55e; }
.qfgfc .noz4gi0h ul li,
.qfgfc .pzffwm li         { color: #f87171; }
.qfgfc .noz4gi0h .h0nf3 { color: #ef4444; }
.u7qx .pz34e12 { background: var(--bg-pros); }
.u7qx .noz4gi0h { background: var(--bg-cons); }
.u7qx .pz34e12 .z21i6l { color: var(--c-pros-label); }
.u7qx .noz4gi0h .h0nf3 { color: var(--c-cons); }
.u7qx .pz34e12 ul li,
.u7qx .o4lcmqr6 li            { color: var(--c-pros); }
.u7qx .noz4gi0h ul li,
.u7qx .pzffwm li            { color: var(--c-cons); }
.r3gnn6fb .pz34e12 { background: var(--bg-pros); }
.r3gnn6fb .noz4gi0h { background: var(--bg-cons); }
.r3gnn6fb .pz34e12 .z21i6l { color: var(--c-pros-label); }
.r3gnn6fb .noz4gi0h .h0nf3 { color: var(--c-cons); }
.r3gnn6fb .pz34e12 ul li,
.r3gnn6fb .o4lcmqr6 li          { color: var(--c-pros); }
.r3gnn6fb .noz4gi0h ul li,
.r3gnn6fb .pzffwm li          { color: var(--c-cons); }
.rh4gtc19 .z21i6l::before { content: "✓ "; }
.rh4gtc19 .h0nf3::before { content: "✗ "; }
.zgcjnta0 .z21i6l::before { content: "→ "; }
.zgcjnta0 .h0nf3::before { content: "← "; }
.lzqs .z21i6l::before { content: "★ "; }
.lzqs .h0nf3::before { content: "✕ "; }
.cpgi3a .z21i6l::before { content: "◆ "; }
.cpgi3a .h0nf3::before { content: "▲ "; }
.lalkqzl .atqz { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.lalkqzl .atqz strong { color: var(--text-primary); }
.lalkqzl .atqz p      { color: var(--text-muted); }
.dzlgj .atqz { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.ymw3d .atqz {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.ymw3d .atqz strong,
.ymw3d .atqz p { color: #fff; }
.ymw3d .uxxbeg::before { color: rgba(255,255,255,0.9) !important; }
.cw9kqbt .atqz {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.cw9kqbt .atqz strong { color: var(--text-primary); }
.cw9kqbt .atqz p      { color: var(--text-muted); }
.yv0p6nz .atqz { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.we4csxyu .uxxbeg,
.q8nd .uxxbeg,
.zx42cckq .uxxbeg,
.wcpafuii .uxxbeg { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.we4csxyu .uxxbeg::before,
.q8nd .uxxbeg::before,
.zx42cckq .uxxbeg::before,
.wcpafuii .uxxbeg::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.we4csxyu .p70iod     .uxxbeg::before { content: "✦"; color: var(--c-tip-border); }
.we4csxyu .v8skm0 .uxxbeg::before { content: "▲"; color: var(--c-warn-border); }
.we4csxyu .t578j8    .uxxbeg::before { content: "◉"; color: #60a5fa; }
.q8nd .p70iod     .uxxbeg::before { content: "★"; color: var(--c-tip-border); }
.q8nd .v8skm0 .uxxbeg::before { content: "◆"; color: var(--c-warn-border); }
.q8nd .t578j8    .uxxbeg::before { content: "●"; color: #60a5fa; }
.zx42cckq .p70iod     .uxxbeg::before { content: "▶"; color: var(--c-tip-border); }
.zx42cckq .v8skm0 .uxxbeg::before { content: "■"; color: var(--c-warn-border); }
.zx42cckq .t578j8    .uxxbeg::before { content: "▸"; color: #60a5fa; }
.wcpafuii .p70iod     .uxxbeg::before { content: "→"; color: var(--c-tip-border); }
.wcpafuii .v8skm0 .uxxbeg::before { content: "⬥"; color: var(--c-warn-border); }
.wcpafuii .t578j8    .uxxbeg::before { content: "◈"; color: #60a5fa; }
.i3szbuaz .gf0x .iucxm,
.i3szbuaz .ja2feh .iucxm  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.i3szbuaz .dpzf2                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.i3szbuaz .rmdo45zv                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.i3szbuaz .gs3d2vv3            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.i3szbuaz .t9twoj          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.i3szbuaz .rfaqz84                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ttw0zz4q .gf0x .iucxm,
.ttw0zz4q .ja2feh .iucxm,
.ttw0zz4q .dpzf2,
.ttw0zz4q .rmdo45zv,
.ttw0zz4q .gs3d2vv3,
.ttw0zz4q .t9twoj,
.ttw0zz4q .rfaqz84,
.ttw0zz4q .yv0p6nz .atqz { box-shadow: none; }
.canj4me6   .q6s1igm6, .canj4me6 .x23u9sr3, .canj4me6 .n96411v,
.canj4me6   .e9s3puo, .canj4me6 .pory660q { font-size: 0.9rem; }
.canj4me6   .u2y3n, .canj4me6 .phyej { font-size: 0.9rem; }
.w3hxr2ok   .q6s1igm6, .w3hxr2ok .x23u9sr3, .w3hxr2ok .n96411v,
.w3hxr2ok   .e9s3puo, .w3hxr2ok .pory660q { font-size: 0.95rem; }
.w3hxr2ok   .u2y3n, .w3hxr2ok .phyej { font-size: 0.95rem; }
.kvc2v9ia   .q6s1igm6, .kvc2v9ia .x23u9sr3, .kvc2v9ia .n96411v,
.kvc2v9ia   .e9s3puo, .kvc2v9ia .pory660q { font-size: 1.08rem; }
.kvc2v9ia   .u2y3n, .kvc2v9ia .phyej { font-size: 1.05rem; }
.kvc2v9ia   .gqv25 { font-size: 0.97rem; }
.mwozo .p4ti9      { font-size: 3.2rem; }
.mwozo h2.w5gkhk { font-size: 1.9rem; }
.mwozo h3.u9xwbg3i     { font-size: 1.4rem; }
.sm2qv .p4ti9      { font-size: 3.8rem; }
.sm2qv h2.w5gkhk { font-size: 2.2rem; }
.sm2qv h3.u9xwbg3i     { font-size: 1.6rem; }
.q5to + .q5to { position: relative; }
.xzm3d9a   .q5to + .q5to::before,
.mroiuw33  .q5to + .q5to::before,
.wfz01   .q5to + .q5to::before,
.lsvi5   .q5to + .q5to::before,
.rv7b   .q5to + .q5to::before,
.h0fi6ml .q5to + .q5to::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xzm3d9a .q5to + .q5to::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.mroiuw33 .q5to + .q5to::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.wfz01 .q5to + .q5to::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;
}
.lsvi5 .q5to + .q5to::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.yi3lblm .q5to { margin-bottom: 16px; }
.yi3lblm .q5to + .q5to { margin-top: 0; }
.yi3lblm .apz1mrf { padding-top: 0; padding-bottom: 0; }
.rv7b .q5to + .q5to::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.h0fi6ml .q5to + .q5to::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.j797 .q5to + .q5to::before,
.cmiy .q5to + .q5to::before,
.luga8jsb .q5to + .q5to::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%;
}
.xmuh .j797 .q5to:nth-child(even)::before,
.xmuh .cmiy .q5to:nth-child(even)::before,
.xmuh .luga8jsb .q5to:nth-child(even)::before { background: var(--bg-surface); }
.jauch4ga .j797 .q5to:nth-child(even)::before,
.jauch4ga .cmiy .q5to:nth-child(even)::before,
.jauch4ga .luga8jsb .q5to:nth-child(even)::before { background: var(--bg-card); }
.j797 .q5to + .q5to::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");
}
.cmiy .q5to + .q5to::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");
}
.luga8jsb .q5to + .q5to::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");
}
.fzenrs .x30aiq,
.sr39wz .x30aiq { padding-bottom: 60px; }
.meh3 .x30aiq { padding-bottom: 70px; }
.tyk3p8h .qoc3n:not(.x02vq3) .cakl6k6w { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tyk3p8h .x02vq3 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.tyk3p8h .jb58t { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.tyk3p8h .p406j { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.r78ngr78 .p406j { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.a10tu .p406j { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.l63d6 .p406j { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.nc3lsx8 .p406j { background: var(--accent-bg); }
.c72v .ictk { float: left; width: 38%; margin: 0 28px 16px 0; }
.c72v .ictk .ggmn { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.c72v .apz1mrf::after { content: ''; display: block; clear: both; }
.u9ohot .ictk { float: right; width: 38%; margin: 0 0 16px 28px; }
.u9ohot .ictk .ggmn { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.u9ohot .apz1mrf::after { content: ''; display: block; clear: both; }
.eukego3t .q5to:nth-child(odd)  .ictk { float: left;  width: 38%; margin: 0 28px 16px 0; }
.eukego3t .q5to:nth-child(even) .ictk { float: right; width: 38%; margin: 0 0 16px 28px; }
.eukego3t .ictk .ggmn { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.eukego3t .apz1mrf::after { content: ''; display: block; clear: both; }
.c72v .cyps50,
.c72v .lp5f594r,
.u9ohot .cyps50,
.u9ohot .lp5f594r,
.eukego3t .cyps50,
.eukego3t .lp5f594r { clear: both; }
@media (max-width: 900px) {
  .c72v .ictk,
  .u9ohot .ictk,
  .eukego3t .q5to:nth-child(odd)  .ictk,
  .eukego3t .q5to:nth-child(even) .ictk {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .c72v .ictk .ggmn,
  .u9ohot .ictk .ggmn,
  .eukego3t .ictk .ggmn {
    max-height: none !important;
  }
}
.c72v .u2y3n,
.c72v .phyej,
.u9ohot .u2y3n,
.u9ohot .phyej,
.eukego3t .u2y3n,
.eukego3t .phyej { overflow: hidden; }
@media (max-width: 640px) {
  .c72v .ictk,
  .u9ohot .ictk,
  .eukego3t .ictk { float: none; width: 100%; margin: 0 0 16px 0; }
}
.atpk60l2 .evinpap,
.atpk60l2 .apz1mrf,
.atpk60l2 .ykarn74  { max-width: 1100px; }
.atpk60l2 { --content-mw: 1100px; }
.z2n1kwf .evinpap,
.z2n1kwf .apz1mrf,
.z2n1kwf .ykarn74  { max-width: 1200px; }
.ahepenf .evinpap,
.ahepenf .apz1mrf,
.ahepenf .ykarn74  { max-width: 1320px; }
.eghcvl { font-size: 0.82rem; color: var(--text-muted); }
.hly55 { display: flex; align-items: center; }
.yv9gd88 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ljh24 { display: flex; align-items: center; }
.st2ux { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.st2ux:hover { text-decoration: underline; }
.jk1efo { margin: 0 3px; opacity: 0.45; }
.jk1efo::before { content: '/'; }
.czu5urh2 { padding: 2px 5px; color: var(--text-main); }
.k83pw4 .eghcvl {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.k83pw4 .hly55 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.val5c .eghcvl {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.val5c .hly55 { padding: 0 0 0 12px; }
.dv5fnr9u .hly55 { padding: 0 16px; }
.dv5fnr9u .eghcvl {
  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);
}
.dv5fnr9u .evinpap { padding-top: 28px; }
@media (max-width: 720px) {
  .dxcm1c { margin-top: 18px; padding: 0 16px; }
  .dv5fnr9u .evinpap { padding-top: 16px; }
}
.atpk60l2.k83pw4 .hly55 { max-width: 1100px; }
.z2n1kwf.k83pw4 .hly55 { max-width: 1200px; }
.ahepenf.k83pw4 .hly55 { max-width: 1320px; }
.atpk60l2 .dxcm1c { max-width: 1100px; }
.jayx8p0 .q5to { padding-top: 16px; padding-bottom: 16px; }
.c80dq .q5to { padding-top: 24px; padding-bottom: 24px; }
.fy030 .q5to { padding-top: 40px; padding-bottom: 40px; }
.mfvu .q5to { padding-top: 52px; padding-bottom: 52px; }
.meibm .q5to:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.meibm .q5to:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.meibm .q5to:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.meibm .q5to:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.oqnd6l7l .apz1mrf { padding-top: 10px;  padding-bottom: 10px; }
.uwccrr .apz1mrf { padding-top: 18px;  padding-bottom: 18px; }
.bupg .apz1mrf { padding-top: 36px;  padding-bottom: 36px; }
.lln5vbf .apz1mrf { padding-top: 48px;  padding-bottom: 48px; }
.rzir4kl h2.w5gkhk { font-weight: 600; }
.rzir4kl h3.u9xwbg3i     { font-weight: 600; }
.l0didn7 h2.w5gkhk { font-weight: 800; }
.l0didn7 h3.u9xwbg3i     { font-weight: 700; }
.dftgz6g1 { font-weight: 600; }
.dftgz6g1 h2.w5gkhk { font-weight: 900; }
.dftgz6g1 h3.u9xwbg3i     { font-weight: 800; }
.dftgz6g1 .atqz strong,
.dftgz6g1 .atqz strong { font-weight: 600; }
.i8g7 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.mytbwct .i8g7 { display: none; }
@media (max-width: 640px) {
  .i8g7 { display: none !important; }
}
.i8g7 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.i8g7:hover { opacity: 0.85; }
.yplb .i8g7 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.i59mhttv .clvj { right: 32px; }
@media (max-width: 480px) {
  .i59mhttv .clvj { right: 20px; bottom: 20px; }
  .q738  .clvj { left: 20px; bottom: 20px; }
}
.c2us { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ykarn74 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.fucb { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.n2r0bfd5 { color: var(--text-dim); font-size: 0.8rem; }
.fvlldoz a, .jadh1eyj a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.fvlldoz a:hover, .jadh1eyj a:hover { color: var(--accent-light); }
.jadh1eyj { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.czmw .ykarn74 { text-align: center; }
.czmw .jadh1eyj { justify-content: center; margin-bottom: 16px; }
.czmw .fucb { margin-top: 0; }
.mbkxk0 { margin-top: 10px; }
.mbkxk0 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ykarn74 { padding-left: 16px; padding-right: 16px; }
  .clqhii .ykarn74 { padding: 20px 16px; }
  .jadh1eyj { gap: 4px 12px; }
  .fucb { font-size: 0.78rem; }
}
.wyql .fucb { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.wyql .n2r0bfd5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .wyql .ag7xk4a { grid-template-columns: 1fr 1fr; } .wyql .ngjqul4v { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wyql .ag7xk4a { grid-template-columns: 1fr; } }
.pk5e .fucb { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .pk5e .z1ap7la { gap: 12px; } .pk5e .x2rm7 { margin-right: 0; width: 100%; } }
.zoelr .fucb { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.zoelr .n2r0bfd5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .zoelr .pq4zertf { grid-template-columns: 1fr 1fr; } .zoelr .t7s0 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zoelr .pq4zertf { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .fc2in .e7zp { grid-template-columns: 1fr 1fr; } .fc2in .bd8mj:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fc2in .e7zp { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .j1b5 .e7zp { grid-template-columns: 1fr; } }
.fkej2nl .ykarn74 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.fkej2nl .jadh1eyj { justify-content: center; }
.vspk0 .n2pjip      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.vspk0 .c2us { background: var(--bg-page); border-top-color: var(--border-alt); }
.a2ab .n2pjip      { background: #0d1117; border-bottom-color: #21262d; }
.a2ab .a5kd { color: var(--accent-light); }
.a2ab .rt3do5ae { --msep-color: #8b949e; }
.a2ab .rt3do5ae a { color: #8b949e; }
.a2ab .rt3do5ae a:hover { color: var(--accent-light); }
.a2ab .wbws { color: #8b949e; }
.a2ab .c2us { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.a2ab .fucb,
.a2ab .n2r0bfd5 { color: #6e7681; }
.a2ab .fvlldoz a, .a2ab .jadh1eyj a,
.a2ab .fvlldoz a:hover, .a2ab .jadh1eyj a:hover,
@media (max-width: 640px) {
  .a2ab .rt3do5ae { background: #0d1117; border-top-color: #21262d; }
  .a2ab .rt3do5ae li a { border-bottom-color: #21262d; }
}
.sumg0 .n2pjip      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.sumg0 .a5kd { color: var(--accent-light); }
.sumg0 .rt3do5ae { --msep-color: #475569; }
.sumg0 .rt3do5ae a { color: #475569; }
.sumg0 .rt3do5ae a:hover { color: var(--accent-light); }
.sumg0 .wbws { color: #64748b; }
.sumg0 .c2us { background: #f0f4f8; border-top-color: #cbd5e1; }
.sumg0 .fucb,
.sumg0 .n2r0bfd5 { color: #64748b; }
.sumg0 .fvlldoz a, .sumg0 .jadh1eyj a,
.sumg0 .fvlldoz a:hover, .sumg0 .jadh1eyj a:hover,
@media (max-width: 640px) {
  .sumg0 .rt3do5ae { background: #f0f4f8; border-top-color: #cbd5e1; }
  .sumg0 .rt3do5ae li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.jl3miq .n2pjip      { background: var(--accent); border-bottom-color: var(--accent-light); }
.jl3miq .a5kd { color: #fff; }
.jl3miq .rt3do5ae { --msep-color: rgba(255,255,255,0.82); }
.jl3miq .rt3do5ae a { color: rgba(255,255,255,0.82); }
.jl3miq .rt3do5ae a:hover { color: #fff; }
.jl3miq .wbws { color: rgba(255,255,255,0.9); }
.jl3miq .c2us { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.jl3miq .fucb,
.jl3miq .n2r0bfd5 { color: rgba(255,255,255,0.72); }
.jl3miq .fvlldoz a, .jl3miq .jadh1eyj a,
.jl3miq .fvlldoz a:hover, .jl3miq .jadh1eyj a:hover,
@media (max-width: 640px) {
  .jl3miq .rt3do5ae { background: var(--accent); border-top-color: var(--accent-light); }
  .jl3miq .rt3do5ae li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.tfbdt .n2pjip {
  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);
}
.tfbdt .c2us {
  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) {
  .tfbdt .rt3do5ae {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.z6mva4i .t91pba { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ddz0t14 .t91pba { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.lehggdm .t91pba { min-height: 72px; height: auto; }
.u90m8ex .t91pba { min-height: 84px; height: auto; }
.clqhii .t91pba { max-width: none; padding: 0 32px; }
.clqhii .ykarn74  { max-width: none; padding: 24px 32px; }
.qqk3z.z2n1kwf .t91pba { max-width: 1200px; }
.qqk3z.ahepenf .t91pba { max-width: 1320px; }
.yk3ej   .a5kd, .yk3ej   .x2rm7 { text-transform: capitalize; }
.etqw174 .a5kd, .etqw174 .x2rm7 { text-transform: lowercase; }
.vxi3060 .a5kd, .vxi3060 .x2rm7 { text-transform: uppercase; letter-spacing: 0.06em; }
.ds7ua, .xnmfqj {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sb8015xu .ds7ua,
.jwv0uky .ds7ua,
.bpeas .ds7ua,
.pimk5mtq .ds7ua,
.d5en8a   .rt3do5ae a { font-weight: 500; }
.w3clc .rt3do5ae a { font-weight: 600; }
.segmch     .rt3do5ae a { font-weight: 700; }
.pmur1o    .rt3do5ae a { font-weight: 800; letter-spacing: 0.01em; }
.oj3ubi     .rt3do5ae > li + li::before,
.fhygu6    .rt3do5ae > li + li::before,
.kru48rq    .rt3do5ae > li + li::before,
.pt19imru .rt3do5ae > li + li::before,
.rpg9k7q2 .rt3do5ae > li + li::before,
.o49tv  .rt3do5ae > li + li::before,
.temsy4    .rt3do5ae > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.oj3ubi     .rt3do5ae > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.fhygu6    .rt3do5ae > li + li::before { content: "|"; }
.kru48rq    .rt3do5ae > li + li::before { content: "—"; }
.pt19imru .rt3do5ae > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.rpg9k7q2 .rt3do5ae > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.o49tv  .rt3do5ae > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.temsy4    .rt3do5ae > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .f8to .wbws,
  .ruh9tjua .wbws,
  .pcu6f .wbws,
  .mq5lg .wbws,
  .x5g9b8y5 .wbws {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .f8to .wbws::before,
  .ruh9tjua .wbws::before,
  .pcu6f .wbws::before,
  .mq5lg .wbws::before,
  .x5g9b8y5 .wbws::before { content: ""; display: block; flex-shrink: 0; }

  
  .f8to .wbws::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;
  }

  
  .ruh9tjua .wbws::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;
  }

  
  .pcu6f .wbws::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;
  }

  
  .mq5lg .wbws::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;
  }

  
  .x5g9b8y5 .wbws::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) {
  .naci .wbws {
    padding: 5px 14px;
  }
  .naci .rt3do5ae {
    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;
  }
  .naci .rt3do5ae li a {
    border-bottom: none; padding: 10px 22px;
  }
  .naci .rt3do5ae li a:hover { background: var(--bg-raised); }
  .naci .vmhvk,
  .xv14ge2 .vmhvk,
  .pvyumx2 .vmhvk { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .qqfpi1w .wbws {
    padding: 5px 10px;
  }
  .qqfpi1w .rt3do5ae {
    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);
  }
  .qqfpi1w .rt3do5ae.xid59m2e { transform: translateX(0); }
  .qqfpi1w .rt3do5ae li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .qqfpi1w .rt3do5ae li:last-child a { border-bottom: none; }
  .jl3miq .rt3do5ae,
  .a2ab .rt3do5ae { background: var(--accent) !important; }
  .jl3miq .rt3do5ae li a,
  .a2ab .rt3do5ae li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .pvyumx2 .wbws {
    padding: 5px 10px;
  }
  .pvyumx2 .rt3do5ae {
    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);
  }
  .pvyumx2 .rt3do5ae::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .pvyumx2 .rt3do5ae.xid59m2e { transform: translateY(0); }
  .pvyumx2 .rt3do5ae li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .or56z30 .wbws {
    padding: 5px 10px;
  }
  .or56z30 .rt3do5ae {
    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;
  }
  .or56z30 .rt3do5ae.xid59m2e { opacity: 1; pointer-events: auto; }
  .or56z30 .rt3do5ae li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .rlwepu52     .wbws { border-radius: 0 !important; }
  .hkqgxu   .wbws { border-radius: 8px !important; }
  .rnrnz .wbws { border-radius: 50% !important; }
  .qiitg31f   .wbws { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .zuwcd1 .o68z9puh { flex-direction: column; align-items: stretch; }
  .zuwcd1 .w5zc5np { flex-direction: row; min-width: auto; }
  .zuwcd1 .kate { align-items: flex-start; text-align: left; }
}
.hb87r,
.hb87r.q5to,
.xmuh .hb87r,
.l11jcv .hb87r,
.jauch4ga .hb87r,
.lg64e9h2 .hb87r {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.vhir0u {
  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;
}
.bffhlc { flex: 1 1 280px; min-width: 0; }
.henmn8v1 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.inb0 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.fmz8d19y {
  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;
}
.fmz8d19y:hover { transform: translateY(-1px); opacity: 0.95; }
.wko5ie .vhir0u {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.wko5ie .henmn8v1 { color: var(--cta); }
.wko5ie .inb0 { color: var(--text-body); }
.wko5ie .fmz8d19y {
  background: var(--cta) !important;
  color: #fff !important;
}
.jrauzdht .vhir0u {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.jrauzdht .henmn8v1 { color: var(--text-primary); }
.jrauzdht .inb0 { color: var(--text-body); }
.jrauzdht .fmz8d19y {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .vhir0u {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .bffhlc { flex: 0 0 auto; }
  .henmn8v1 { font-size: 1.2rem; }
  .fmz8d19y { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.moedb .zllfe { height: 36px; }
.pvmb7si5 .zllfe { height: 60px; max-width: 200px; }
.vsuis0au .zllfe { height: 56px; max-width: 180px; }
.okv98ta9    .ldd3w5, .okv98ta9    .wtuibl { color: #f59e0b; }
.a4l10hf7      .ldd3w5 { font-size: 1rem; letter-spacing: 1.5px; }
.a4l10hf7      .wtuibl   { font-size: 1.35rem; }
.i686iqt    .ldd3w5, .i686iqt    .wtuibl { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.rbkwq399     .ldd3w5, .rbkwq399     .wtuibl { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.rulwm .ldd3w5, .rulwm .wtuibl { color: var(--cta); letter-spacing: 2px; }
.ixwhxkzz   .ldd3w5, .ixwhxkzz   .wtuibl { color: #e91e63; letter-spacing: 2px; }
.u48qwr63  .ldd3w5, .u48qwr63  .wtuibl { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.tw9njh     .ldd3w5, .tw9njh     .wtuibl { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.h68st2 .nubb5wzq + .nubb5wzq {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.jxwm .rmdo45zv { padding: 18px 24px; min-height: 68px; }
.dn5ae .u9sr {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.dn5ae .k87iq {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.dy7dn .nubb5wzq {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.lp5f594r { counter-reset: cs-rank; }
.lp5f594r .rmdo45zv { counter-increment: cs-rank; }
.lp5f594r .rmdo45zv::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;
}
.evktbsh .lp5f594r { counter-reset: cs-rank; gap: 0; }
.evktbsh .rmdo45zv {
  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;
}
.evktbsh .rmdo45zv::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;
}
.evktbsh .muzni {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.evktbsh .ilri24 {
  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;
}
.evktbsh .lsf0k2 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.evktbsh .muzni { min-width: 0; flex-direction: column; width: 100%; }
.evktbsh .x253 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.evktbsh .ldd3w5 { color: var(--cta, var(--accent)); }
.evktbsh .ijyxhf98 { font-weight: 700; }
.evktbsh .nubb5wzq {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.evktbsh .u9sr {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.evktbsh .k87iq {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.evktbsh .byu5c .k87iq { font-size: 1.3rem; color: var(--accent-light); }
.evktbsh .ew523 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.evktbsh .rmdo45zv:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .evktbsh .lp5f594r {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .evktbsh .rmdo45zv {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .evktbsh .rmdo45zv { padding: 40px 16px 20px; }
  .evktbsh .nubb5wzq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .evktbsh .ew523 { width: 100%; min-width: 0; }
}
.i59ylebm .lp5f594r { counter-reset: cs-rank; gap: 10px; }
.i59ylebm .rmdo45zv {
  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);
}
.i59ylebm .rmdo45zv::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);
}
.i59ylebm .muzni {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.i59ylebm .ilri24 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.i59ylebm .lsf0k2 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.i59ylebm .x253 {
  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;
}
.i59ylebm .ldd3w5 { color: var(--cta, var(--accent)); }
.i59ylebm .nubb5wzq {
  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;
}
.i59ylebm .u9sr {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.i59ylebm .k87iq { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.i59ylebm .byu5c .k87iq { color: var(--accent-light); }
.i59ylebm .ew523 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.i59ylebm .rmdo45zv:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .i59ylebm .rmdo45zv {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .i59ylebm .rmdo45zv::before {
    position: absolute; top: 14px; left: 14px;
  }
  .i59ylebm .muzni {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .i59ylebm .x253 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .i59ylebm .nubb5wzq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .i59ylebm .ew523 { width: 100%; min-width: 0; }
  .i59ylebm .ldd3w5 { min-width: 0; }
}
.ro4x9miu .rmdo45zv::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.sfbo .kctyurd {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.sfbo .kctyurd summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.sfbo .kctyurd p { padding: 0 2px 16px; }
.sntc476 .kctyurd { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.sntc476 .kctyurd summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.sntc476 .kctyurd summary::after { content: "›"; font-size: 1.2em; }
.sntc476 .kctyurd[open] summary::after { content: "‹"; }
.sntc476 .kctyurd p { padding: 10px 22px 4px; }
.z6rh .kctyurd {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.z6rh .kctyurd summary { color: var(--text-primary); padding-left: 16px; }
.z6rh .kctyurd summary::after { content: "›"; font-size: 1.1em; }
.z6rh .kctyurd[open] summary::after { content: "‹"; }
.z6rh .kctyurd p { padding-left: 16px; }
.o8ku3 .irpk { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.o8ku3 .kctyurd {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.o8ku3 .kctyurd:last-child { border-bottom: none; }
.o8ku3 .kctyurd summary { color: var(--text-primary); border-radius: 0; }
.o8ku3 .kctyurd summary::after { content: "›"; font-size: 1.1em; }
.o8ku3 .kctyurd[open] summary::after { content: "‹"; }
.ff94my5 .kctyurd { overflow: hidden; }
.ff94my5 .kctyurd summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ff94my5 .kctyurd summary::after { color: rgba(255,255,255,.75); }
.ff94my5 .kctyurd[open] summary { border-radius: 0; }
.qbf0y8m { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.tlij {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.eep4jv {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.wljpvi { color: var(--text-muted); font-size: 1.05rem; }
.fge2wp {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.whhve { margin-bottom: 20px; }
.i28y {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.v6j2r1 {
  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;
}
.v6j2r1:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.dcmgka8 { resize: vertical; min-height: 130px; }
.vm2sbutf { width: 100%; margin-top: 8px; }
.fgedb6 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.oa4ni8 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ol1j { color: var(--text-muted); line-height: 1.75; }
.mw6h92 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.mw6h92 li { margin-bottom: 6px; }
.apr89 { max-width: 760px; margin: 0 auto; }
.crnjucvn ul.mw6h92 { margin: 0; }
@media (max-width: 640px) { .fhpd6w5 { grid-template-columns: 1fr; gap: 10px; } }
.j8ekzfau { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.cg0ji3bk { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.dx034 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.cg0ji3bk p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.cg0ji3bk .mw6h92 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .j8ekzfau { grid-template-columns: 1fr; } }
.jg7tuey7 { color: inherit; text-decoration: none; }
.jg7tuey7:hover { color: var(--accent-light); text-decoration: underline; }
.jz3idrgq { display: inline-block; line-height: 0; }
.lca2 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.baj1sg { margin-bottom: 48px; }
.xko3al { max-width: 760px; margin: 0 auto; }
.x9w433 { max-width: 640px; margin: 0 auto; }
.q5bbw { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.q5bbw:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.yqbna { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.q5bbw p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.q5bbw ul.mw6h92 { margin: 0; }
.jede { color: var(--text-muted); line-height: 1.75; }
.a5xmlw .mw6h92,
.x9w433 .mw6h92,
.suxw6q .mw6h92,
.vf1zk .mw6h92 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.a5xmlw .q5bbw,
.x9w433 .q5bbw { text-align: left; }
.a5xmlw .yqbna,
.x9w433 .yqbna { text-align: center; }
.nep3 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.yntl5p { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.nepc84ng { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.w15dqw0 { margin-top: 12px; }
.f0bto1x { 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; }
.f0bto1x:hover { border-bottom-color: var(--accent-light); }
.dxfg { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.dxfg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.acu7 { width: 72px; height: 72px; }
.hxcstgc { border-radius: 28%; }
.f7towbb { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.gt64 { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.gt64::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .tx33p96 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.jp5j5o .nepc84ng, .jp5j5o .yntl5p { max-width: 640px; }
.aqbvqyq9 .nep3 { font-size: 1.6rem; margin-top: 18px; }
.gdld2kf .nepc84ng { margin-bottom: 28px; }
@media (max-width: 860px) { .z4m64iae { grid-template-columns: 1fr; } .aqbvqyq9 { position: static; text-align: center; } }
.hden .dxfg { margin: 0 auto 18px; }
.hden .f7towbb { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .hvcjvsg4 { grid-template-columns: 1fr; } }
.ilzc4 .nep3 { font-size: 1.6rem; margin-bottom: 6px; }
.vf1zk .mw6h92 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ilzc4 { flex-direction: column; text-align: center; } .bvjtwfp { grid-template-columns: 1fr; } }
.l2s5 { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.l2s5 .nep3 { font-size: 1.35rem; margin: 0 0 4px; }
.l2s5 .f7towbb { margin: 0; }
.hq73s {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.hq73s .eep4jv { color: var(--accent-light); }
.v2f56oia .eep4jv { font-size: 2rem; }
.v2f56oia .wljpvi { max-width: 680px; }
.abksb .eep4jv { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.abksb .wljpvi  { margin: 0; }
@media (max-width: 640px) { .abksb { flex-direction: column; } }
.qh7xgjl .eep4jv { color: var(--accent-light); }
.xucg3 .eep4jv { color: #fff; }
.xucg3 .wljpvi  { color: rgba(255,255,255,0.85); }
.mf8y { max-width: 680px; margin: 0 auto; }
.lvle9l1 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .lvle9l1 { grid-template-columns: 1fr; } }
.b18jhu97 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.b18jhu97 .v6j2r1 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.b18jhu97 .v6j2r1:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ouyb4 .v6j2r1 { background: var(--bg-raised); border-color: transparent; }
.ouyb4 .v6j2r1:focus { background: var(--bg-card); border-color: var(--accent-light); }
.wm1nyc .v6j2r1 { border-radius: 100px; padding: 11px 20px; }
.wm1nyc .dcmgka8 { border-radius: 14px; }
@media (max-width: 640px) { .pzpy { grid-template-columns: 1fr; } }
.duers{display:none}
.duers:empty,.qmxvr:empty{display:none}
.u7rxw8mr{position:relative;overflow:visible}
.k18z0mo .p1ttnk,.ytoga5 .p1ttnk,
.fytz .p1ttnk,.n28j1w .p1ttnk,
.fi1be .p1ttnk,.bpg2oi .p1ttnk{display:block}
.zoumm .gsbui{display:block}
.k18z0mo .p1ttnk,.ytoga5 .p1ttnk,
.fytz .p1ttnk,.n28j1w .p1ttnk,
.fi1be .p1ttnk{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}
.k18z0mo .p1ttnk .qmxvr,.ytoga5 .p1ttnk .qmxvr,
.fytz .p1ttnk .qmxvr,.n28j1w .p1ttnk .qmxvr,
.fi1be .p1ttnk .qmxvr{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}
.k18z0mo .vw40evs,.ytoga5 .vw40evs,
.fytz .vw40evs,.n28j1w .vw40evs,
.fi1be .vw40evs{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.k18z0mo .p1ttnk,.ytoga5 .p1ttnk{top:12px}
.k18z0mo .p1ttnk .qmxvr{margin-right:auto}
.ytoga5 .p1ttnk .qmxvr{margin-left:auto}
.ytoga5 .p1ttnk{text-align:right}
.fytz .p1ttnk,.n28j1w .p1ttnk{bottom:12px}
.fytz .p1ttnk .qmxvr{margin-right:auto}
.n28j1w .p1ttnk .qmxvr{margin-left:auto}
.n28j1w .p1ttnk{text-align:right}
.fi1be .p1ttnk{position:relative;margin-top:16px}
.fi1be .p1ttnk .qmxvr{margin:0 auto}
.bpg2oi .p1ttnk{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.bpg2oi .p1ttnk .qmxvr{margin:0}
.bpg2oi .p406j~.p1ttnk,
.bpg2oi .m8etia68~.p1ttnk{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.bpg2oi .p406j~.p1ttnk .qmxvr,
.bpg2oi .m8etia68~.p1ttnk .qmxvr{justify-content:flex-start}
.p406j~.p1ttnk,.m8etia68~.p1ttnk{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}
.p406j~.p1ttnk .qmxvr{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.m8etia68~.p1ttnk .qmxvr{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gsbui .qmxvr{margin:0 0 12px}
.qmxvr{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.vw40evs{white-space:nowrap}
.jnrkhh .vw40evs{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.e0bekd .vw40evs{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}
.mxtneo .qmxvr{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.hkk3 .vw40evs{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.mqnkp5mk .vw40evs{color: var(--accent-light);opacity:1;font-weight:500}
.vsmz .vw40evs{border-bottom:1px solid currentColor;padding-bottom:2px}
.zfnsu1 .qmxvr{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.b546{--date-bg:transparent}
.omwg .bs7rqnl::before{content:""}
.mpues4j .vw40evs + .vw40evs::before{content:"•";margin-right:6px;opacity:.4}
.n4gg .vw40evs + .vw40evs::before{content:"/";margin-right:6px;opacity:.35}
.ea47 .vw40evs + .vw40evs::before{content:"|";margin-right:6px;opacity:.3}
.t3v95zh .vw40evs + .vw40evs::before{content:"—";margin-right:6px;opacity:.3}
.rxx5 .vw40evs + .vw40evs::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.vhvd7a .vw40evs + .vw40evs::before{content:"·";margin-right:6px;opacity:.4}
.txzorn8i .vw40evs + .vw40evs::before{content:"›";margin-right:6px;opacity:.4}
.yt50 .vw40evs + .vw40evs::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.pfcs2{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.k0jm9h0d{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.dv4xz918{display:flex;flex-direction:column;gap:3px}
.kk9dg392{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.iwgbca{font-weight:700;font-size:1rem;color:var(--text-heading)}
.zg2n{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.s59qh .pfcs2{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.lkhlor .pfcs2{border-top:3px solid var(--accent);padding-top:18px}
.vvs974 .pfcs2{border-left:3px solid var(--accent);border-radius:0}
.psxqf4di .pfcs2{padding:20px 0}
@media(max-width:640px){
  .pfcs2{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .zg2n{max-width:100%}
}
.wgbf6t .t9twoj{margin:0}
@media (max-width:560px){
  .ypfa3q1x{grid-template-columns:repeat(2,1fr);gap:12px}
}
.qux7s {
  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;
}
.qux7s.dnmyn {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.p6tf {
  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; } }
.p6tf .u5v0tt0q {
  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;
}
.p6tf .u5v0tt0q::before,
.p6tf .u5v0tt0q::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.p6tf .u5v0tt0q::before { transform: translate(-50%, -50%) rotate(45deg); }
.p6tf .u5v0tt0q::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.p6tf .u5v0tt0q:hover { background: rgba(0,0,0,0.12) !important; }
.wd9gh6 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.t237 {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.iy84dx4r {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.cwpy1 {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.p6tf .sg50dq7j {
  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;
}
.p6tf .sg50dq7j:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .p6tf { padding: 28px 18px 20px; }
  .iy84dx4r { font-size: 1.2rem; }
  .wd9gh6 { max-width: 220px; max-height: 80px; }
}
.o6jl {
  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);
}
.nzcg {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.gt3d27  .o6jl { border-radius: 50%; }
.oxyztnp  .o6jl { border-radius: 6px; }
.t1jf5m .o6jl { border-radius: 22px; }
.x22hd1b .vhir0u {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .o6jl { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.j33mqard .q5to {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.j33mqard .apz1mrf {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.j33mqard .vhir0u {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.en2gd7s9 {
  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;                  
}
.en2gd7s9.dnmyn { transform: translate(-50%, 0); }
.en2gd7s9 .q5to,
.en2gd7s9 .apz1mrf {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.en2gd7s9 .vhir0u {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.zvzy9g4 {
  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;
}
.zvzy9g4::before,
.zvzy9g4::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.zvzy9g4::before { transform: translate(-50%, -50%) rotate(45deg); }
.zvzy9g4::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.zvzy9g4:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .en2gd7s9 { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .en2gd7s9 .vhir0u {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .en2gd7s9 .inb0 { display: none !important; }
  .en2gd7s9 .henmn8v1 { font-size: 1.1rem !important; }
  .en2gd7s9 .o6jl { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .zvzy9g4 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .t91pba { flex-direction: row-reverse; }
[dir="rtl"] .rt3do5ae { flex-direction: row-reverse; }
[dir="rtl"] .i59mhttv .clvj { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .i59mhttv .clvj { right: auto; left: 20px; }
  [dir="rtl"] .q738  .clvj { left: auto;  right: 20px; }
}
[dir="rtl"] .c72v .ictk  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .u9ohot .ictk { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .p406j,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .u2y3n, [dir="rtl"] .phyej { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .pz34e12 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .noz4gi0h { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .atqz { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .vhir0u { direction: rtl; }
[dir="rtl"] .o6jl { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .rmdo45zv,
[dir="rtl"] .eghcvl { direction: rtl; }
[dir="rtl"] .rfaqz84 { direction: rtl; }
[dir="rtl"] .kbo9 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ehica6k .phyej,
[dir="rtl"] .uiotdrl .phyej,
[dir="rtl"] .ams46x7 .phyej,
[dir="rtl"] .ptr2 .phyej {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .ehica6k .phyej li::before,
[dir="rtl"] .uiotdrl .phyej li::before,
[dir="rtl"] .ams46x7 .phyej li::before,
[dir="rtl"] .ptr2 .phyej li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .qoc3n.iomk .knhcrd,
[dir="rtl"] .ofoig7.iomk .knhcrd,
[dir="rtl"] .x02vq3.iomk .knhcrd,
[dir="rtl"] .mryl0.iomk .knhcrd,
[dir="rtl"] .vga3i0g5.iomk .knhcrd { text-align: right; }
[dir="rtl"] .p406j.iomk .x30aiq { align-items: flex-end; text-align: right; }
[dir="rtl"] .p406j.wf8kn9i .x30aiq { text-align: center; }
[dir="rtl"] .p406j .x30aiq { text-align: right; }
[dir="rtl"] .apz1mrf,
[dir="rtl"] .e9s3puo,
[dir="rtl"] .pory660q,
[dir="rtl"] .fge2wp,
[dir="rtl"] .i28y,
[dir="rtl"] .nepc84ng,
[dir="rtl"] .v6j2r1,
[dir="rtl"] .dcmgka8 { text-align: right; direction: rtl; }
[dir="rtl"] .wm1nyc .v6j2r1,
[dir="rtl"] .b18jhu97 .v6j2r1 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #29548e;
  --brand:           #29548e;
  --brand-light:     #2b4972;
  --brand-pale:      #43628c;
  --grad-start:      #487fca;
  --grad-end:        #80a2cf;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #29548e;
  --cta-light:       #1c4071;
  --cta-hover:       #1b375e;
  --bg-page:         #f6f7f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f5;
  --bg-raised:       #eeeff0;
  --bg-hover:        #f3f4f5;
  --border:          #e2e5e8;
  --border-alt:      #d0d5db;
  --border-section:  #e2e5e8;
  --text-primary:    #17191b;
  --text-muted:      #53585f;
  --text-body:       #2f3236;
  --text-sub:        #474b51;
  --text-faint:      #777e87;
  --text-dim:        #92979f;
  --text-label:      #5f646c;
  --text-value:      #3b3f43;
  --accent-bg:       #e5e9ef;
  --accent-bg-light: #ced9e7;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f4f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #19895f;
  --c-cons:          #9f214f;
  --c-pros-label:    #1ea371;
  --c-tip-border:    #21b47d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #19895f;
}
:root { --logo-bg-opacity: 43%; }
body, button, input { font-family: "Lato", sans-serif; }
.pp6y97mw .st6nx, .pp6y97mw .p406j { min-height: 320px; }
.jk1efo::before { content: '—'; }