:root {
  --color-accent: #bf1808;
  --color-cta: #eab308;
  --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;
}
.c4ly3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.mxxn2q {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.fphm {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.yawbg9gw { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.eloxc5rr { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.eloxc5rr a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.eloxc5rr a:hover { color: var(--accent-light); }
.unn7rnyp   .dtkwxqn2 { border-radius: 0; }
.v2nt .dtkwxqn2 li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .dtkwxqn2 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .x50ujvh5:hover .dtkwxqn2,
  .x50ujvh5:focus-within .dtkwxqn2 { display: block; }
  .dtkwxqn2 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.trvmypc6 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.tp6r9 { display: none; }
@media (max-width: 640px) {
  .tp6r9 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .tp6r9.oq96y6 { display: block; }
}
@media (max-width: 640px) {
  .trvmypc6 { display: block; }
  .eloxc5rr > li + li::before { display: none !important; }
  .eloxc5rr {
    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;
  }
  .eloxc5rr.oq96y6 { display: flex; }
  .eloxc5rr li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .eloxc5rr li:last-child a { border-bottom: none; }
}
.nj8oyl18 { min-height: 480px; }
.dw43uej4 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.pk5nui { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.fk4nl .pk5nui { margin-left: 0; margin-right: 0; }
.vbko {
  background: var(--cta); color: var(--cta-fg, #fff); text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.lw4qi9 .vbko { margin-top: 24px; }
.vbko:hover { opacity: 0.88; }
.ksfxrbo .p15wnw8 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ksfxrbo .dw43uej4 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ksfxrbo .pk5nui { color: #e2e8f0; }
.ksfxrbo.pwpd .p15wnw8 { text-align: center; }
.ksfxrbo.fk4nl   .p15wnw8 { text-align: left; }
.l6q8 {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.l6q8 .p15wnw8 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.l6q8 .dw43uej4 { color: var(--text-primary); text-shadow: none; }
.l6q8 .pk5nui { color: var(--text-muted); }
.l6q8 .vbko { margin-top: 16px; }
.l6q8, .l6q8.nj8oyl18 { min-height: auto !important; }
.l6q8.pwpd .p15wnw8 { text-align: center; }
.l6q8.fk4nl   .p15wnw8 { text-align: left; }
.l6q8~.bs2oowmy{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}
.l6q8~.bs2oowmy .r2vlbe{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; }
}
.tt9ahzv .dw43uej4 { color: #fff; }
.tt9ahzv .pk5nui { color: rgba(255,255,255,0.85); }
.iis2ffb .dw43uej4 { text-shadow: none; color: var(--text-primary); }
.iis2ffb .pk5nui { color: var(--text-muted); }
body.q8ebt7p .dw43uej4 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.nuasv .dw43uej4 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.nj8oyl18.tt9ahzv .dw43uej4,
section.tt9ahzv .dw43uej4 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.iis2ffb.pwpd .x2y46 { align-items: center; text-align: center; }
.nj8oyl18 .xks5n13j {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.xks5n13j .ys6e {
  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;
}
.xks5n13j .ys6e::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.xks5n13j .ivlqr7 { display: contents !important; }
.xks5n13j .ivlqr7 .dja0jo {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.xks5n13j .ivlqr7 .h0reom4x { max-height: 48px; max-width: 96px; }
.xks5n13j .ivlqr7 .ewe6t9 {
  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;
}
.xks5n13j .x760pe {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.xks5n13j .ft4r { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.xks5n13j .gcchly { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.xks5n13j .gcchly small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.xks5n13j .u1v4f { display: contents !important; }
.xks5n13j .u1v4f .bjqg4:not(.tls1rr0) { display: none !important; }
.xks5n13j .u1v4f .tls1rr0 {
  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;
}
.xks5n13j .u1v4f .tls1rr0 .bf9f7 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.xks5n13j .u1v4f .tls1rr0 .q254t8 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.xks5n13j .qb1hd9a4 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.xks5n13j .qb1hd9a4.jgm6a {
  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;
}
.xks5n13j .qb1hd9a4.jgm6a:hover { opacity: 0.85; }
.xks5n13j .ys6e,
.xks5n13j .ys6e:hover,
.xks5n13j .ys6e:nth-child(even),
.xks5n13j .ys6e:nth-child(odd),
.xks5n13j .ys6e:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.nq7m .p15wnw8 { padding-bottom: 24px; }
.lw4qi9 .p15wnw8 { max-width: 1100px; }
@media (max-width: 700px) {
  .iis2ffb { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .iis2ffb:not(.oe52t33) .o0jggx { display: none !important; }
  .oe52t33 .o0jggx { padding: 16px; }
  .x2y46  { padding: 36px 24px; }
  .iis2ffb~.bs2oowmy,.fla0~.bs2oowmy{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .nj8oyl18, .iis2ffb { min-height: 320px !important; }
  .dw43uej4 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .f74kc,
  .mm9nq2,
  .v4uck { grid-template-columns: 1fr !important; }

  

  
  .nq7m { display: flex !important; flex-direction: column !important; }
  .nq7m .p15wnw8 { display: contents; }
  .nq7m .b5a3 { order: 0; }
  .nq7m .dw43uej4 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .nq7m .f74kc { order: 2; padding: 0 16px 12px !important; }
  .nq7m .pk5nui { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .lw4qi9 .p15wnw8 { display: flex; flex-direction: column; }
  .lw4qi9 .p15wnw8 .dw43uej4 { order: 1; }
  .lw4qi9 .p15wnw8 .v4uck { order: 2; margin: 8px 0 24px !important; }
  .lw4qi9 .p15wnw8 .pk5nui { order: 3; }
  .lw4qi9 .p15wnw8 .vbko { order: 4; align-self: center; margin-top: 0; }

  
  .iis2ffb.oe52t33 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .iis2ffb.oe52t33 .x2y46 { display: contents; padding: 0; }
  .iis2ffb.oe52t33 .x2y46 .dw43uej4 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .iis2ffb.oe52t33 .o0jggx { order: 2; padding: 12px 16px; }
  .iis2ffb.oe52t33 .x2y46 .pk5nui { order: 3; padding: 0 24px; margin: 0 auto; }
  .iis2ffb.oe52t33 .x2y46 .vbko { order: 4; align-self: center; margin: 8px 0 32px; }
}
.kov5fk0b { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.d9xi { width: 100%; height: auto; display: block; border-radius: 10px; }
.e7fvvm .kov5fk0b        { border-radius: 16px; }
.e7fvvm .d9xi  { border-radius: 16px; }
.s5u4oqr4 .kov5fk0b         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.s5u4oqr4 .d9xi   { border-radius: 8px; }
.brfo2ir { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ikbumv4l { width: 100%; padding: 32px 0; position: relative; }
.mwgnfiek { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ke6y .ikbumv4l:nth-child(even) { background: var(--bg-surface); }
.ke6y .ikbumv4l:nth-child(odd)  { background: var(--bg-page); }
.dvo2 .ikbumv4l:nth-child(even) { background: var(--bg-card); }
.dvo2 .ikbumv4l:nth-child(odd)  { background: var(--bg-page); }
.ke6y .ikbumv4l:nth-child(odd)  .mwgnfiek { background: var(--bg-card); border-radius: 6px; }
.ke6y .ikbumv4l:nth-child(even) .mwgnfiek { background: var(--bg-raised); border-radius: 6px; }
.dvo2 .ikbumv4l:nth-child(odd)  .mwgnfiek { background: var(--bg-card); border-radius: 6px; }
.dvo2 .ikbumv4l:nth-child(even) .mwgnfiek { background: var(--bg-raised); border-radius: 6px; }
.ke6y .ikbumv4l:nth-child(even) .loaekz0 .fn6zlbh,
.dvo2 .ikbumv4l:nth-child(even) .loaekz0 .fn6zlbh { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ke6y .ikbumv4l:nth-child(odd) .loaekz0 .fn6zlbh,
.dvo2 .ikbumv4l:nth-child(odd) .loaekz0 .fn6zlbh { background: var(--bg-card-inner); }
.ke6y .ikbumv4l:nth-child(even) .my4whl0 .fn6zlbh:nth-child(odd),
.dvo2 .ikbumv4l:nth-child(even) .my4whl0 .fn6zlbh:nth-child(odd)  { background: var(--bg-card); }
.ke6y .ikbumv4l:nth-child(even) .my4whl0 .fn6zlbh:nth-child(even),
.dvo2 .ikbumv4l:nth-child(even) .my4whl0 .fn6zlbh:nth-child(even) { background: var(--bg-card-inner); }
h1.snfrok { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.snfrok {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.p6jqwlee { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.xv4bg h2.snfrok {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.vm6xj h2.snfrok {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.vm1ndg5 h2.snfrok {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.k47v h2.snfrok::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.m9zl0 h2.snfrok {
  color: var(--text-primary); font-size: 1.7rem;
}
.ceoc h2.snfrok::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.wspgv h2.snfrok {
  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) { .m8ya { display: none; } }
.y7pi { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.dl6q { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.llnfzi3 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.n3q7 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.a3w3vp { padding-left: 20px; }
.a3w3vp li { margin-bottom: 6px; }
.a3w3vp a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.a3w3vp a:hover { color: var(--accent-light); }
.coiw .n3q7 { display: none; }
.e8bly0y .n3q7 { display: none; }
.e8bly0y .a3w3vp { padding-left: 0; list-style: none; }
.e8bly0y .a3w3vp li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.e8bly0y .a3w3vp a { font-size: 0.92rem; }
.j4k40p .llnfzi3 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.j4k40p .n3q7 { display: none; }
.j4k40p .a3w3vp { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.j4k40p .a3w3vp li { margin-bottom: 0; }
.j4k40p .a3w3vp 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;
}
.j4k40p .a3w3vp a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ml6ow .llnfzi3 { padding: 20px 20px 16px; }
.ml6ow .a3w3vp {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ml6ow .a3w3vp li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ml6ow .a3w3vp 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;
}
.ml6ow .a3w3vp 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;
}
.ml6ow .a3w3vp a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ml6ow .a3w3vp a:focus,
.ml6ow .a3w3vp a:focus-visible,
.ml6ow .a3w3vp a:target { outline: none; }
.ml6ow .a3w3vp li:target a { border-color: var(--border); color: var(--text-muted); }
.fnx8ia .llnfzi3 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.fnx8ia .n3q7 { display: none; }
.fnx8ia .a3w3vp { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.fnx8ia .a3w3vp li { counter-increment: toc-n; margin-bottom: 0; }
.fnx8ia .a3w3vp 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;
}
.fnx8ia .a3w3vp 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;
}
.fnx8ia .a3w3vp a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.sxck .llnfzi3 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.sxck .n3q7 { display: none; }
.sxck .a3w3vp { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.sxck .a3w3vp li { margin-bottom: 0; }
.sxck .a3w3vp 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;
}
.sxck .a3w3vp a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.g3fjq7p .llnfzi3 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.g3fjq7p .n3q7 { display: none; }
.g3fjq7p .a3w3vp { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.g3fjq7p .a3w3vp li { margin-bottom: 0; }
.g3fjq7p .a3w3vp li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.g3fjq7p .a3w3vp li:last-child::after { content: ""; margin-right: 0; }
.g3fjq7p .a3w3vp a { font-size: 0.9rem; }
.fn6zlbh { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.loaekz0 .fn6zlbh { background: var(--bg-card); }
.my4whl0 .fn6zlbh:nth-child(odd)  { background: var(--bg-card); }
.my4whl0 .fn6zlbh:nth-child(even) { background: var(--bg-raised); }
.hl1jf0 .fn6zlbh {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.hl1jf0 .fn6zlbh:last-child { border-bottom: none; }
.hl1jf0 h3.p6jqwlee { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.zmul3 .fn6zlbh {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.zmul3 .fn6zlbh + .fn6zlbh { margin-top: 4px; }
.d8h9jja .fn6zlbh { background: none; border-radius: 0; padding: 12px 0; }
.d8h9jja .fn6zlbh + .fn6zlbh { border-top: 1px solid var(--border-section); }
.kcsq { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ow5u { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.u6p98o18 { color: var(--text-body); margin-bottom: 10px; }
.z8c99b, .lj8n { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.z8c99b li, .lj8n li { margin-bottom: 6px; }
.lj8n li { list-style: decimal; }
.eeqr5gh     .z8c99b { list-style-type: "● "; }
.ufam0h  .z8c99b { list-style-type: "■ "; }
.eygol01 .z8c99b { list-style-type: "◆ "; }
.la7zd    .z8c99b { list-style-type: "★ "; }
.eeqr5gh     .dllu2nph { list-style-type: "● "; }
.ufam0h  .dllu2nph { list-style-type: "■ "; }
.eygol01 .dllu2nph { list-style-type: "◆ "; }
.la7zd    .dllu2nph { list-style-type: "★ "; }
.eeqr5gh    .z8c99b li::marker, .eeqr5gh    .dllu2nph li::marker,
.ufam0h .z8c99b li::marker, .ufam0h .dllu2nph li::marker,
.eygol01 .z8c99b li::marker, .eygol01 .dllu2nph li::marker,
.la7zd   .z8c99b li::marker, .la7zd   .dllu2nph li::marker {
  color: var(--cta); font-size: 1em;
}
.eeqr5gh .lj8n,
.ufam0h .lj8n,
.eygol01 .lj8n,
.la7zd .lj8n {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.eeqr5gh .lj8n li,
.ufam0h .lj8n li,
.eygol01 .lj8n li,
.la7zd .lj8n li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.eeqr5gh .lj8n li::before,
.ufam0h .lj8n li::before,
.eygol01 .lj8n li::before,
.la7zd .lj8n 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;
}
.eeqr5gh     .lj8n li::before { border-radius: 50%; }
.ufam0h  .lj8n li::before { border-radius: 3px; }
.eygol01 .lj8n li::before { border-radius: 3px; }
.la7zd    .lj8n li::before { border-radius: 50%; }
.nc0ebg35 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.co7d6158 .nc0ebg35,
.dxcpftvv .nc0ebg35 { background: transparent; border: none; border-radius: 0; }
.xjslt { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.xjslt th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.xjslt td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.xjslt tr:hover td { background: var(--bg-hover); }
.hzz2 .xjslt tbody tr:nth-child(even) td { background: var(--bg-surface); }
.yby8fgh .xjslt { border: 1px solid var(--border-alt); }
.yby8fgh .xjslt th,
.yby8fgh .xjslt td { border: 1px solid var(--border-alt); }
.cy9aao .xjslt th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.cy9aao .xjslt td { border-bottom: none; }
.cy9aao .xjslt tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.qdr9 .xjslt th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.dxjhw .nc0ebg35 {
  overflow: hidden;
}
.dxjhw .xjslt th { border-bottom: 1px solid var(--border-alt); }
.dxjhw .xjslt tr:last-child td { border-bottom: none; }
.kjyz { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.xp50vw { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.o3ntf3 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.t99m { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.v5cuc { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.dllu2nph { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.dllu2nph 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%}
.a9h15v0m .t99m { background: transparent; text-align: center; }
.xjfwzor .o3ntf3 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.jn7b .o3ntf3 {
  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);
}
.mbkic .xp50vw { display: grid; grid-template-columns: auto 1fr; }
.mbkic .o3ntf3 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.mbkic .t99m { grid-column: 2; }
.mbkic .v5cuc,
.mbkic .dllu2nph { grid-column: 1 / -1; }
.sjjwqdg .xp50vw { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.sjjwqdg .o3ntf3 {
  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);
}
.sjjwqdg .t99m { grid-column: 2; }
.sjjwqdg .v5cuc,
.sjjwqdg .dllu2nph { grid-column: 1 / -1; }
.lrkjsv .xp50vw { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.lrkjsv .t99m { background: none; color: var(--accent-light); font-weight: 700; }
.ydui5y .xp50vw { 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); }
.ydui5y .t99m { background: none; color: var(--accent-light); font-weight: 700; }
.xeiy8e .xp50vw { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.xeiy8e .xp50vw:last-child { border-bottom: none; }
.xeiy8e .t99m { background: none; color: var(--accent-light); font-weight: 700; }
.cwejxw .xp50vw { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.cwejxw .t99m { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.v2dvvmc5 .kjyz { counter-reset: card-n; }
.v2dvvmc5 .xp50vw  { counter-increment: card-n; }
.v2dvvmc5 .t99m { display: flex; align-items: center; gap: 10px; }
.v2dvvmc5 .t99m::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;
}
.mood2xkq .xp50vw { background: var(--bg-surface); border: 1px solid var(--border); }
.mood2xkq .t99m { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.cfmau { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.cfmau         { --cl-hue: var(--accent); }
.jq49r     { --cl-hue: #16a34a; }
.e23ihv { --cl-hue: #ea580c; }
.n6tq    { --cl-hue: #2563eb; }
.jq49r, .e23ihv, .n6tq, .yigqrx {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.zcnwc3 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.zcnwc3::before { color: var(--cl-hue); }
.cfmau strong { color: var(--text-primary); font-size: 0.95rem; }
.cfmau p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.tieh { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.rrb826t, .asmzvls0 { border-radius: 8px; padding: 14px; }
.rrb826t { background: var(--bg-pros); }
.asmzvls0 { background: var(--bg-cons); }
.y6qg { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.rrb826t .y6qg { color: var(--c-pros-label); }
.asmzvls0 .y6qg { color: #f87171; }
.rrb826t ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.asmzvls0 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.d9xi { width: 100%; height: auto; border-radius: 10px; display: block; }
.jgm6a {
  background: var(--cta); color: var(--cta-fg, #fff); border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.jgm6a:hover { opacity: 0.85; }
.ywpsj .jgm6a  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ywpsj .jgm6a:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.c9mr .jgm6a  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.c9mr .jgm6a:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ywpsj .qb1hd9a4.jgm6a, .c9mr .qb1hd9a4.jgm6a,
.ywpsj .u4moz .jgm6a, .c9mr .u4moz .jgm6a {
  background: var(--cta); border: none; color: #fff;
}
.ywpsj .qb1hd9a4.jgm6a:hover, .c9mr .qb1hd9a4.jgm6a:hover,
.ywpsj .u4moz .jgm6a:hover, .c9mr .u4moz .jgm6a:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.bei8up0r .vbko { border-radius: 50px; }
.bei8up0r .jgm6a  { border-radius: 50px; }
.imar5 .vbko,
.imar5 .jgm6a { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.imar5 .vbko:hover,
.imar5 .jgm6a:hover { filter: brightness(1.08); opacity: 1; }
.yuwt .vbko,
.yuwt .jgm6a { box-shadow: 0 3px 14px -2px var(--cta); }
.yuwt .vbko:hover,
.yuwt .jgm6a:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.y07jjykl .vbko,
.y07jjykl .jgm6a { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.y07jjykl .vbko:hover,
.y07jjykl .jgm6a:hover { opacity: 1; }
.y07jjykl .vbko:active,
.y07jjykl .jgm6a:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.pe22t2 .vbko,
.pe22t2 .jgm6a { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.pe22t2 .vbko:hover,
.pe22t2 .jgm6a:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.pe22t2 .vbko:active,
.pe22t2 .jgm6a:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.dac7 .vbko,
.dac7 .jgm6a { position: relative; overflow: hidden; }
.dac7 .vbko::before,
.dac7 .jgm6a::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;
}
.dac7 .vbko:hover::before,
.dac7 .jgm6a:hover::before { left: 135%; }
.hvr5h .vbko,
.hvr5h .jgm6a { border-radius: 0; }
.ra7yt0b0 .vbko { padding-left: 22px; padding-right: 22px; }
.ra7yt0b0 .jgm6a  { padding-left: 12px; padding-right: 12px; }
.wk81j .vbko { padding-left: 44px; padding-right: 44px; }
.wk81j .jgm6a  { padding-left: 24px; padding-right: 24px; }
.vgql9zqn .vbko { padding-left: 56px; padding-right: 56px; }
.vgql9zqn .jgm6a  { padding-left: 32px; padding-right: 32px; }
.yzwxd9t   .vbko::after, .yzwxd9t   .jgm6a::after,
.fzig2v6v .vbko::after, .fzig2v6v .jgm6a::after,
.v67gmq2d    .vbko::after, .v67gmq2d    .jgm6a::after,
.wy56    .vbko::after, .wy56    .jgm6a::after,
.dv3xq1s6    .vbko::after, .dv3xq1s6    .jgm6a::after,
.oo6go     .vbko::after, .oo6go     .jgm6a::after,
.sjgw    .vbko::after, .sjgw    .jgm6a::after,
.agxuzg   .vbko::after, .agxuzg   .jgm6a::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;
}
.yzwxd9t .vbko::after, .yzwxd9t .jgm6a::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");
}
.fzig2v6v .vbko::after, .fzig2v6v .jgm6a::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");
}
.v67gmq2d .vbko::after, .v67gmq2d .jgm6a::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");
}
.wy56 .vbko::after, .wy56 .jgm6a::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");
}
.dv3xq1s6 .vbko::after, .dv3xq1s6 .jgm6a::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");
}
.oo6go .vbko::after, .oo6go .jgm6a::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");
}
.sjgw .vbko::after, .sjgw .jgm6a::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");
}
.agxuzg .vbko::after, .agxuzg .jgm6a::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");
}
.bdos7   .n3ipkc::after, .bdos7   .wjbvx4rr::after,
.z1mx6 .n3ipkc::after, .z1mx6 .wjbvx4rr::after,
.ganf    .n3ipkc::after, .ganf    .wjbvx4rr::after,
.mpkdwnk6    .n3ipkc::after, .mpkdwnk6    .wjbvx4rr::after,
.d7076zs    .n3ipkc::after, .d7076zs    .wjbvx4rr::after,
.q954e     .n3ipkc::after, .q954e     .wjbvx4rr::after,
.ja4skgn    .n3ipkc::after, .ja4skgn    .wjbvx4rr::after,
.v6rfc   .n3ipkc::after, .v6rfc   .wjbvx4rr::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;
}
.bdos7 .n3ipkc::after, .bdos7 .wjbvx4rr::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");
}
.z1mx6 .n3ipkc::after, .z1mx6 .wjbvx4rr::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");
}
.ganf .n3ipkc::after, .ganf .wjbvx4rr::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");
}
.mpkdwnk6 .n3ipkc::after, .mpkdwnk6 .wjbvx4rr::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");
}
.d7076zs .n3ipkc::after, .d7076zs .wjbvx4rr::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");
}
.q954e .n3ipkc::after, .q954e .wjbvx4rr::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");
}
.ja4skgn .n3ipkc::after, .ja4skgn .wjbvx4rr::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");
}
.v6rfc .n3ipkc::after, .v6rfc .wjbvx4rr::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");
}
.sbnm {
  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;
}
.ys6e {
  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;
}
.ys6e > * { min-width: 0; }
.ys6e:hover { background: var(--bg-hover); }
.ys6e > [itemprop="item"] { display: contents; }
.ys6e [itemprop="itemReviewed"],
.ys6e [itemprop="reviewRating"] { display: none; }
.ys6e::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;
}
.ivlqr7 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.dja0jo {
  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;
}
.h0reom4x { max-height: 52px; max-width: 110px; object-fit: contain; }
.ewe6t9 {
  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;
}
.s1be54 .dja0jo    { background: #1a1a1a; }
.na6y8dn5 .dja0jo   { background: rgba(128,128,128,.12); }
.nbu06mpm .dja0jo { background: var(--bg-raised); }
.cwweo9 .dja0jo    { background: transparent; padding: 0; }
.x760pe {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.ft4r { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.gcchly { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.u1v4f {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.bjqg4 {
  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;
}
.bf9f7 {
  
  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%;
}
.q254t8 {
  
  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;
}
.qb1hd9a4 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.qb1hd9a4.jgm6a {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ys6e {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ys6e::before    { grid-area: rank;   }
  .ivlqr7           { grid-area: ident;  }
  .x760pe     { grid-area: rating; min-width: 0; width: auto; }
  .u1v4f           { grid-area: pills;  }
  .qb1hd9a4             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ys6e {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ys6e::before    { justify-self: center; }
  .ivlqr7           { width: 100%; }
  .x760pe     { justify-self: center; }
  .u1v4f           { grid-template-columns: 1fr; }
}
.pqmue {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.yljw0yj9 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.mssych {
  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;
}
.mssych img { max-width: 80px; max-height: 50px; object-fit: contain; }
.juoiwv { flex: 1; }
.juoiwv h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.rf7nah { color: var(--c-stars); font-size: 1.1rem; }
.p2k0 { margin-bottom: 8px; }
.a6i0ye0s {
  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);
}
.a6i0ye0s > span { color: var(--accent); font-weight: 700; }
.b5cjfj em, .t0czw5 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .a6i0ye0s { padding: 10px 16px; gap: 6px 16px; } }
.u4moz { flex-shrink: 0; align-self: flex-start; }
.u4moz .jgm6a { white-space: nowrap; }
@media (max-width: 560px) {
  .yljw0yj9 { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .mssych { order: 1; }
  .u4moz { order: 2; margin-left: auto; align-self: center; }
  .juoiwv { order: 3; flex: 1 1 100%; min-width: 0; }
}
.zwqeras img.vryj4zza { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.co7d6158 { padding: 20px 24px; }
.ty6h3 { color: var(--text-muted); margin-bottom: 16px; }
.will { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.vumfqb5w, .s4bblg { list-style: none; font-size: 0.9rem; }
.vumfqb5w li { color: var(--c-pros); margin-bottom: 4px; }
.s4bblg li { color: var(--c-cons); margin-bottom: 4px; }
.vumfqb5w li::before { content: "✓"; margin-right: 5px; }
.s4bblg li::before { content: "✗"; margin-right: 5px; }
.rdwpo .vumfqb5w li::before { content: "→"; }
.rdwpo .s4bblg li::before { content: "–"; }
.jxosu  .vumfqb5w li::before { content: "★"; }
.jxosu  .s4bblg li::before { content: "✕"; }
.tinb    .vumfqb5w li::before { content: "◆"; }
.tinb    .s4bblg li::before { content: "▲"; }
.ptnd  .vumfqb5w li::before { content: "▶"; }
.ptnd  .s4bblg li::before { content: "■"; }
.ut7dkyjx { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.ejc9w6jz { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.iqvq { background: var(--bg-pros); color: var(--c-tag-pay); }
.nydfcxp { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.lj0v .nydfcxp { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.xoayzgdi .nydfcxp { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .szpn5h2 .if4kb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .szpn5h2 .pqmue { margin: 0; }
}
.zowktuuq .yljw0yj9 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.zowktuuq .juoiwv h3 { color: var(--accent-light); }
.zowktuuq .mssych { background: var(--bg-page); border: 1px solid var(--border); }
.mnmo5w .pqmue { border-top: 4px solid var(--accent); }
.mnmo5w .yljw0yj9 { background: var(--bg-card); }
.ajxtvu .pqmue { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.ajxtvu .yljw0yj9 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.ajxtvu .co7d6158 { padding: 14px 16px; }
.ajxtvu .mssych { border-radius: 4px; }
.ajxtvu .nydfcxp { border-radius: 0; }
.rwcpnu .yljw0yj9 { padding: 0; gap: 0; overflow: hidden; }
.rwcpnu .mssych { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.rwcpnu .juoiwv { padding: 16px 20px; }
.rwcpnu .u4moz { padding: 16px 20px; align-self: center; }
.xntobv .rf7nah { font-size: .95rem; }
.dxcpftvv .tieh { gap: 10px; }
.dxcpftvv .rrb826t, .dxcpftvv .asmzvls0 { padding: 12px; }
.dxcpftvv .rrb826t ul, .dxcpftvv .asmzvls0 ul { margin: 4px 0 0; padding-left: 18px; }
.dxcpftvv .rrb826t li, .dxcpftvv .asmzvls0 li { font-size: .85rem; margin-bottom: 3px; }
.hbqq15 .ejc9w6jz { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .zm2xadgu { grid-template-columns: 1fr; }
  .d35i { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .d35i .jzl3 { width: 72px; height: 50px; }
  .d35i .znhlqw { max-width: 180px; }
  .d35i .okwvrp1 { width: auto; }
}
.cldsivby .xntobv .rf7nah { filter: brightness(1.2); }
@media (max-width: 720px) {
  .cldsivby { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .sns18 { padding: 16px; }
  .elu3us7j .jt0j { min-width: 50%; }
}
.e5peth9o .tieh { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .hvae { grid-template-columns: 1fr; }
  .kbvdsxdt { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .pn4ue1f { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ck2r { flex-wrap: wrap; padding: 16px; }
}
.t7wf2b .tieh { gap: 8px; }
.t7wf2b .rrb826t, .t7wf2b .asmzvls0 { padding: 8px; }
@media (max-width: 480px) {
  .cuaqvz { flex-direction: column; align-items: stretch; }
}
.rydfbg .okwvrp1 .jgm6a { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .dql0i5h { flex-direction: column; align-items: stretch; gap: 10px; }
  .rydfbg .okwvrp1 { text-align: center; }
}
@media (max-width: 720px) {
  .fb3ym8na { grid-template-columns: 1fr; }
  .gpe15 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .c388bqby { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.ne7el3r .jpjcmv6 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.s6hjaq48 .rf7nah { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .uncex7 { grid-template-columns: 1fr; }
  .s6hjaq48 { width: 100px; height: 100px; margin: 16px auto; }
  .ne7el3r { font-size: 1.4rem; }
  .vhga1qx { justify-content: center; }
  .o70atati .jt0j { min-width: 50%; }
}
.wv10 .tieh { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ptfc { flex-wrap: wrap; padding: 14px 16px; }
  .dig4m6 { padding: 12px 16px; }
  .wv10 .tieh { margin: 0 16px; }
  .wv10 .hbqq15 { padding: 0 16px; }
  .bn9xi0p2 { padding: 12px 16px; }
}
.ch2g2ic4 .ys6e {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.ch2g2ic4 .ys6e:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.qtnxi .sbnm { gap: 18px; }
.qtnxi .ys6e {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.qtnxi .ys6e:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.dwaskw .sbnm {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.dwaskw .ys6e {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.dwaskw .ys6e:last-child { border-bottom: none; }
.dwaskw .ivlqr7,
.dwaskw .x760pe,
.dwaskw .u1v4f {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.r6cvouru .sbnm { gap: 0; }
.r6cvouru .ys6e {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.r6cvouru .ys6e:last-child { border-bottom: none; }
.r6cvouru .ys6e:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.r6cvouru .ys6e:nth-child(even):hover { background: var(--bg-hover); }
.zbst1bj .ys6e {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.ufgh6s .u1v4f .bjqg4 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.ufgh6s .u1v4f .bjqg4:first-child { border-left: none; }
.nmdu .u1v4f .bjqg4 {
  background: transparent; padding: 4px 8px;
}
.nmdu .u1v4f .bf9f7 { font-size: .65rem; opacity: .65; }
.nmdu .u1v4f .q254t8   { font-size: 1.15rem; color: var(--accent-light); }
.bi9r2d .u1v4f .bjqg4 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.gcchly { display: none; }
.zqx2x5ez .ft4r { font-size: 1rem; letter-spacing: 2px; }
.ema7god .ft4r {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.hmju3 .ft4r,
.ps3kkk8 .ft4r,
.brex .ft4r { display: none; }
.hmju3 .gcchly,
.ps3kkk8 .gcchly,
.brex .gcchly { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.hmju3 .gcchly { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.hmju3 .gcchly small { display: none; }
.ps3kkk8 .gcchly {
  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;
}
.ps3kkk8 .gcchly small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.brex .gcchly {
  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;
}
.brex .gcchly small { display: none; }
.hmju3 .p2k0 .rf7nah,
.ps3kkk8 .p2k0 .rf7nah,
.brex .p2k0 .rf7nah { display: none; }
.hmju3 .p2k0 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.hmju3 .jpjcmv6 { display: none; }
.ps3kkk8 .p2k0 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;
}
.ps3kkk8 .pcgoz7hq,
.ps3kkk8 .jpjcmv6 { font-size: 1em; }
.brex .p2k0 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.brex .jpjcmv6 { display: none; }
.m7fnt { margin: 16px 0; }
.jelxf { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.jelxf summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.jelxf summary::after { content: "+"; color: var(--accent-light); }
.jelxf[open] summary::after { content: "−"; }
.jelxf p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ikbumv4l { margin-bottom: 0; }
.p0q2 h2.snfrok { color: var(--text-primary); border-color: var(--accent-light); }
.c6xye6k2 h2.snfrok { color: var(--text-primary); border-color: var(--accent-light); }
.d62a61d .jq49r     { background: #052e16; border-color: #10b981; }
.d62a61d .e23ihv { background: #2d0a1e; border-color: #f43f5e; }
.d62a61d .n6tq    { background: #1e1036; border-color: #a855f7; }
.d62a61d .cfmau strong  { color: #f1f5f9; }
.d62a61d .cfmau p       { color: #cbd5e1; }
.d62a61d .fg69pphf    .jq49r     .zcnwc3::before,
.d62a61d .h6c82ok  .jq49r     .zcnwc3::before,
.d62a61d .ytt2fty3  .jq49r     .zcnwc3::before,
.d62a61d .upsvpfk .jq49r     .zcnwc3::before { color: #10b981; }
.d62a61d .fg69pphf    .e23ihv .zcnwc3::before,
.d62a61d .h6c82ok  .e23ihv .zcnwc3::before,
.d62a61d .ytt2fty3  .e23ihv .zcnwc3::before,
.d62a61d .upsvpfk .e23ihv .zcnwc3::before { color: #f43f5e; }
.d62a61d .fg69pphf    .n6tq    .zcnwc3::before,
.d62a61d .h6c82ok  .n6tq    .zcnwc3::before,
.d62a61d .ytt2fty3  .n6tq    .zcnwc3::before,
.d62a61d .upsvpfk .n6tq    .zcnwc3::before { color: #a855f7; }
.m2bwr .jq49r     { background: #2d2000; border-color: #eab308; }
.m2bwr .e23ihv { background: #2d0b0b; border-color: #ef4444; }
.m2bwr .n6tq    { background: #2d1600; border-color: #f97316; }
.m2bwr .cfmau strong  { color: #f1f5f9; }
.m2bwr .cfmau p       { color: #cbd5e1; }
.m2bwr .fg69pphf    .jq49r     .zcnwc3::before,
.m2bwr .h6c82ok  .jq49r     .zcnwc3::before,
.m2bwr .ytt2fty3  .jq49r     .zcnwc3::before,
.m2bwr .upsvpfk .jq49r     .zcnwc3::before { color: #eab308; }
.m2bwr .fg69pphf    .e23ihv .zcnwc3::before,
.m2bwr .h6c82ok  .e23ihv .zcnwc3::before,
.m2bwr .ytt2fty3  .e23ihv .zcnwc3::before,
.m2bwr .upsvpfk .e23ihv .zcnwc3::before { color: #ef4444; }
.m2bwr .fg69pphf    .n6tq    .zcnwc3::before,
.m2bwr .h6c82ok  .n6tq    .zcnwc3::before,
.m2bwr .ytt2fty3  .n6tq    .zcnwc3::before,
.m2bwr .upsvpfk .n6tq    .zcnwc3::before { color: #f97316; }
.n6xmaj4m .jq49r     { background: #0c1a2e; border-color: #38bdf8; }
.n6xmaj4m .e23ihv { background: #12103a; border-color: #818cf8; }
.n6xmaj4m .n6tq    { background: #0a2020; border-color: #2dd4bf; }
.n6xmaj4m .cfmau strong  { color: #f1f5f9; }
.n6xmaj4m .cfmau p       { color: #cbd5e1; }
.n6xmaj4m .fg69pphf    .jq49r     .zcnwc3::before,
.n6xmaj4m .h6c82ok  .jq49r     .zcnwc3::before,
.n6xmaj4m .ytt2fty3  .jq49r     .zcnwc3::before,
.n6xmaj4m .upsvpfk .jq49r     .zcnwc3::before { color: #38bdf8; }
.n6xmaj4m .fg69pphf    .e23ihv .zcnwc3::before,
.n6xmaj4m .h6c82ok  .e23ihv .zcnwc3::before,
.n6xmaj4m .ytt2fty3  .e23ihv .zcnwc3::before,
.n6xmaj4m .upsvpfk .e23ihv .zcnwc3::before { color: #818cf8; }
.n6xmaj4m .fg69pphf    .n6tq    .zcnwc3::before,
.n6xmaj4m .h6c82ok  .n6tq    .zcnwc3::before,
.n6xmaj4m .ytt2fty3  .n6tq    .zcnwc3::before,
.n6xmaj4m .upsvpfk .n6tq    .zcnwc3::before { color: #2dd4bf; }
.s5k718::before,
.db4z5::before { margin-right: 5px; }
.ds9v .rrb826t ul li,
.ds9v .vumfqb5w li         { color: #4ade80; }
.ds9v .rrb826t .s5k718 { color: #22c55e; }
.ds9v .asmzvls0 ul li,
.ds9v .s4bblg li         { color: #f87171; }
.ds9v .asmzvls0 .db4z5 { color: #ef4444; }
.xy5ptee .rrb826t { background: var(--bg-pros); }
.xy5ptee .asmzvls0 { background: var(--bg-cons); }
.xy5ptee .rrb826t .s5k718 { color: var(--c-pros-label); }
.xy5ptee .asmzvls0 .db4z5 { color: var(--c-cons); }
.xy5ptee .rrb826t ul li,
.xy5ptee .vumfqb5w li            { color: var(--c-pros); }
.xy5ptee .asmzvls0 ul li,
.xy5ptee .s4bblg li            { color: var(--c-cons); }
.iw5wg .rrb826t { background: var(--bg-pros); }
.iw5wg .asmzvls0 { background: var(--bg-cons); }
.iw5wg .rrb826t .s5k718 { color: var(--c-pros-label); }
.iw5wg .asmzvls0 .db4z5 { color: var(--c-cons); }
.iw5wg .rrb826t ul li,
.iw5wg .vumfqb5w li          { color: var(--c-pros); }
.iw5wg .asmzvls0 ul li,
.iw5wg .s4bblg li          { color: var(--c-cons); }
.mrwn3d8 .s5k718::before { content: "✓ "; }
.mrwn3d8 .db4z5::before { content: "✗ "; }
.rdwpo .s5k718::before { content: "→ "; }
.rdwpo .db4z5::before { content: "← "; }
.jxosu .s5k718::before { content: "★ "; }
.jxosu .db4z5::before { content: "✕ "; }
.tinb .s5k718::before { content: "◆ "; }
.tinb .db4z5::before { content: "▲ "; }
.xoayzgdi .cfmau { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.xoayzgdi .cfmau strong { color: var(--text-primary); }
.xoayzgdi .cfmau p      { color: var(--text-muted); }
.lj0v .cfmau { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.j2p5u06y .cfmau {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.j2p5u06y .cfmau strong,
.j2p5u06y .cfmau p { color: #fff; }
.j2p5u06y .zcnwc3::before { color: rgba(255,255,255,0.9) !important; }
.db69e .cfmau {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.db69e .cfmau strong { color: var(--text-primary); }
.db69e .cfmau p      { color: var(--text-muted); }
.dgbun .cfmau { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.fg69pphf .zcnwc3,
.h6c82ok .zcnwc3,
.ytt2fty3 .zcnwc3,
.upsvpfk .zcnwc3 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.fg69pphf .zcnwc3::before,
.h6c82ok .zcnwc3::before,
.ytt2fty3 .zcnwc3::before,
.upsvpfk .zcnwc3::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.fg69pphf .jq49r     .zcnwc3::before { content: "✦"; color: var(--c-tip-border); }
.fg69pphf .e23ihv .zcnwc3::before { content: "▲"; color: var(--c-warn-border); }
.fg69pphf .n6tq    .zcnwc3::before { content: "◉"; color: #60a5fa; }
.h6c82ok .jq49r     .zcnwc3::before { content: "★"; color: var(--c-tip-border); }
.h6c82ok .e23ihv .zcnwc3::before { content: "◆"; color: var(--c-warn-border); }
.h6c82ok .n6tq    .zcnwc3::before { content: "●"; color: #60a5fa; }
.ytt2fty3 .jq49r     .zcnwc3::before { content: "▶"; color: var(--c-tip-border); }
.ytt2fty3 .e23ihv .zcnwc3::before { content: "■"; color: var(--c-warn-border); }
.ytt2fty3 .n6tq    .zcnwc3::before { content: "▸"; color: #60a5fa; }
.upsvpfk .jq49r     .zcnwc3::before { content: "→"; color: var(--c-tip-border); }
.upsvpfk .e23ihv .zcnwc3::before { content: "⬥"; color: var(--c-warn-border); }
.upsvpfk .n6tq    .zcnwc3::before { content: "◈"; color: #60a5fa; }
.czly .loaekz0 .fn6zlbh,
.czly .my4whl0 .fn6zlbh  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.czly .xp50vw                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.czly .ys6e                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.czly .pqmue            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.czly .nc0ebg35          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.czly .llnfzi3                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.stlfu7y9 .loaekz0 .fn6zlbh,
.stlfu7y9 .my4whl0 .fn6zlbh,
.stlfu7y9 .xp50vw,
.stlfu7y9 .ys6e,
.stlfu7y9 .pqmue,
.stlfu7y9 .nc0ebg35,
.stlfu7y9 .llnfzi3,
.stlfu7y9 .dgbun .cfmau { box-shadow: none; }
.l6pk78   .u6p98o18, .l6pk78 .kcsq, .l6pk78 .ow5u,
.l6pk78   .y7pi, .l6pk78 .dl6q { font-size: 0.9rem; }
.l6pk78   .z8c99b, .l6pk78 .lj8n { font-size: 0.9rem; }
.kcx0xw51   .u6p98o18, .kcx0xw51 .kcsq, .kcx0xw51 .ow5u,
.kcx0xw51   .y7pi, .kcx0xw51 .dl6q { font-size: 0.95rem; }
.kcx0xw51   .z8c99b, .kcx0xw51 .lj8n { font-size: 0.95rem; }
.lua9dxt   .u6p98o18, .lua9dxt .kcsq, .lua9dxt .ow5u,
.lua9dxt   .y7pi, .lua9dxt .dl6q { font-size: 1.08rem; }
.lua9dxt   .z8c99b, .lua9dxt .lj8n { font-size: 1.05rem; }
.lua9dxt   .xjslt { font-size: 0.97rem; }
.jxlmqg .dw43uej4      { font-size: 3.2rem; }
.jxlmqg h2.snfrok { font-size: 1.9rem; }
.jxlmqg h3.p6jqwlee     { font-size: 1.4rem; }
.e9k9wi3i .dw43uej4      { font-size: 3.8rem; }
.e9k9wi3i h2.snfrok { font-size: 2.2rem; }
.e9k9wi3i h3.p6jqwlee     { font-size: 1.6rem; }
.ikbumv4l + .ikbumv4l { position: relative; }
.q0vwxea   .ikbumv4l + .ikbumv4l::before,
.rg6toxw  .ikbumv4l + .ikbumv4l::before,
.nsoylfjk   .ikbumv4l + .ikbumv4l::before,
.ge83p   .ikbumv4l + .ikbumv4l::before,
.xwg1u7u   .ikbumv4l + .ikbumv4l::before,
.ybqir .ikbumv4l + .ikbumv4l::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.q0vwxea .ikbumv4l + .ikbumv4l::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.rg6toxw .ikbumv4l + .ikbumv4l::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.nsoylfjk .ikbumv4l + .ikbumv4l::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;
}
.ge83p .ikbumv4l + .ikbumv4l::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.j15v0l .ikbumv4l { margin-bottom: 16px; }
.j15v0l .ikbumv4l + .ikbumv4l { margin-top: 0; }
.j15v0l .mwgnfiek { padding-top: 0; padding-bottom: 0; }
.xwg1u7u .ikbumv4l + .ikbumv4l::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ybqir .ikbumv4l + .ikbumv4l::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.njxidb4 .ikbumv4l + .ikbumv4l::before,
.vrmsi .ikbumv4l + .ikbumv4l::before,
.lc68w .ikbumv4l + .ikbumv4l::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%;
}
.ke6y .njxidb4 .ikbumv4l:nth-child(even)::before,
.ke6y .vrmsi .ikbumv4l:nth-child(even)::before,
.ke6y .lc68w .ikbumv4l:nth-child(even)::before { background: var(--bg-surface); }
.dvo2 .njxidb4 .ikbumv4l:nth-child(even)::before,
.dvo2 .vrmsi .ikbumv4l:nth-child(even)::before,
.dvo2 .lc68w .ikbumv4l:nth-child(even)::before { background: var(--bg-card); }
.njxidb4 .ikbumv4l + .ikbumv4l::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");
}
.vrmsi .ikbumv4l + .ikbumv4l::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");
}
.lc68w .ikbumv4l + .ikbumv4l::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");
}
.msk90j .p15wnw8,
.sjjw8b .p15wnw8 { margin-bottom: 60px; }
.d8qi4 .p15wnw8 { margin-bottom: 70px; }
.j9kd1ub .tt9ahzv { background: var(--accent); }
.j9kd1ub .tt9ahzv .b5a3 { background: none; }
.j9kd1ub .dw0nu { background: var(--accent); }
.j9kd1ub .iis2ffb { background: var(--accent-bg); }
.j9kd1ub .ksfxrbo:not(.tt9ahzv) .b5a3 { background: rgba(0,0,0,0.6); }
.n2wjh .kov5fk0b { float: left; width: 38%; margin: 0 28px 16px 0; }
.n2wjh .kov5fk0b .d9xi { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.n2wjh .mwgnfiek::after { content: ''; display: block; clear: both; }
.vg8n .kov5fk0b { float: right; width: 38%; margin: 0 0 16px 28px; }
.vg8n .kov5fk0b .d9xi { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vg8n .mwgnfiek::after { content: ''; display: block; clear: both; }
.d987m83y .ikbumv4l:nth-child(odd)  .kov5fk0b { float: left;  width: 38%; margin: 0 28px 16px 0; }
.d987m83y .ikbumv4l:nth-child(even) .kov5fk0b { float: right; width: 38%; margin: 0 0 16px 28px; }
.d987m83y .kov5fk0b .d9xi { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.d987m83y .mwgnfiek::after { content: ''; display: block; clear: both; }
.n2wjh .kjyz,
.n2wjh .sbnm,
.vg8n .kjyz,
.vg8n .sbnm,
.d987m83y .kjyz,
.d987m83y .sbnm { clear: both; }
@media (max-width: 900px) {
  .n2wjh .kov5fk0b,
  .vg8n .kov5fk0b,
  .d987m83y .ikbumv4l:nth-child(odd)  .kov5fk0b,
  .d987m83y .ikbumv4l:nth-child(even) .kov5fk0b {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .n2wjh .kov5fk0b .d9xi,
  .vg8n .kov5fk0b .d9xi,
  .d987m83y .kov5fk0b .d9xi {
    max-height: none !important;
  }
}
.n2wjh .z8c99b,
.n2wjh .lj8n,
.vg8n .z8c99b,
.vg8n .lj8n,
.d987m83y .z8c99b,
.d987m83y .lj8n { overflow: hidden; }
@media (max-width: 640px) {
  .n2wjh .kov5fk0b,
  .vg8n .kov5fk0b,
  .d987m83y .kov5fk0b { float: none; width: 100%; margin: 0 0 16px 0; }
}
.iaio3i .brfo2ir,
.iaio3i .mwgnfiek,
.iaio3i .g487fp  { max-width: 1100px; }
.iaio3i { --content-mw: 1100px; }
.sxgo9 .brfo2ir,
.sxgo9 .mwgnfiek,
.sxgo9 .g487fp  { max-width: 1200px; }
.mm2rpx .brfo2ir,
.mm2rpx .mwgnfiek,
.mm2rpx .g487fp  { max-width: 1320px; }
.whtg7 { font-size: 0.82rem; color: var(--text-muted); }
.ly1l5ho { display: flex; align-items: center; }
.o68oq {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.okmo9f { display: flex; align-items: center; }
.kat9ins { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.kat9ins:hover { text-decoration: underline; }
.kdv3sm { margin: 0 3px; opacity: 0.45; }
.kdv3sm::before { content: '/'; }
.r4640u { padding: 2px 5px; color: var(--text-main); }
.mw6cm27 .whtg7 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.mw6cm27 .ly1l5ho { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.u377bc28 .whtg7 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.u377bc28 .ly1l5ho { padding: 0 0 0 12px; }
.kh2w2ar2 .ly1l5ho { padding: 0 16px; }
.kh2w2ar2 .whtg7 {
  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);
}
.kh2w2ar2 .brfo2ir { padding-top: 28px; }
@media (max-width: 720px) {
  .x0jf7 { margin-top: 18px; padding: 0 16px; }
  .kh2w2ar2 .brfo2ir { padding-top: 16px; }
}
.iaio3i.mw6cm27 .ly1l5ho { max-width: 1100px; }
.sxgo9.mw6cm27 .ly1l5ho { max-width: 1200px; }
.mm2rpx.mw6cm27 .ly1l5ho { max-width: 1320px; }
.iaio3i .x0jf7 { max-width: 1100px; }
.xu0nrjx .ikbumv4l { padding-top: 16px; padding-bottom: 16px; }
.fi2rl0to .ikbumv4l { padding-top: 24px; padding-bottom: 24px; }
.t36p .ikbumv4l { padding-top: 40px; padding-bottom: 40px; }
.uk7ft .ikbumv4l { padding-top: 52px; padding-bottom: 52px; }
.qae9 .ikbumv4l:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.qae9 .ikbumv4l:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.qae9 .ikbumv4l:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.qae9 .ikbumv4l:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.true7b5d .mwgnfiek { padding-top: 10px;  padding-bottom: 10px; }
.fbod0hw .mwgnfiek { padding-top: 18px;  padding-bottom: 18px; }
.pt4l .mwgnfiek { padding-top: 36px;  padding-bottom: 36px; }
.ixssl .mwgnfiek { padding-top: 48px;  padding-bottom: 48px; }
.igldk h2.snfrok { font-weight: 600; }
.igldk h3.p6jqwlee     { font-weight: 600; }
.msd3uo7k h2.snfrok { font-weight: 800; }
.msd3uo7k h3.p6jqwlee     { font-weight: 700; }
.ly3q h2.snfrok { font-weight: 900; }
.ly3q h3.p6jqwlee     { font-weight: 800; }
.ly3q .cfmau strong,
.ly3q .cfmau strong { font-weight: 600; }
.n3ipkc {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.g1n5vh4d .n3ipkc { display: none; }
@media (max-width: 640px) {
  .n3ipkc { display: none !important; }
}
.n3ipkc { background: var(--cta) !important; color: #fff !important; border: none !important; }
.n3ipkc:hover { opacity: 0.85; }
.enox .n3ipkc { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.edok6  .wjbvx4rr { left: 32px; }
@media (max-width: 480px) {
  .mo9z56e9 .wjbvx4rr { right: 20px; bottom: 20px; }
  .edok6  .wjbvx4rr { left: 20px; bottom: 20px; }
}
.tawxc { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.g487fp { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.qp4jgg2w { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.j20dw7x0 { color: var(--text-dim); font-size: 0.8rem; }
.n107x a, .pgkuho5v a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.n107x a:hover, .pgkuho5v a:hover { color: var(--accent-light); }
.pgkuho5v { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.dp1rsqo .g487fp { text-align: center; }
.dp1rsqo .pgkuho5v { justify-content: center; margin-bottom: 16px; }
.dp1rsqo .qp4jgg2w { margin-top: 0; }
.z2hc4j { margin-top: 10px; }
.z2hc4j a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .g487fp { padding-left: 16px; padding-right: 16px; }
  .krqvpa .g487fp { padding: 20px 16px; }
  .pgkuho5v { gap: 4px 12px; }
  .qp4jgg2w { font-size: 0.78rem; }
}
.w35a1e .qp4jgg2w { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.w35a1e .j20dw7x0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .w35a1e .rjwg { grid-template-columns: 1fr 1fr; } .w35a1e .a0nvkfjr { grid-column: 1 / -1; } }
@media (max-width: 480px) { .w35a1e .rjwg { grid-template-columns: 1fr; } }
.qno7m .qp4jgg2w { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .qno7m .rj17 { gap: 12px; } .qno7m .e8dxe1 { margin-right: 0; width: 100%; } }
.i41cvz .qp4jgg2w { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.i41cvz .j20dw7x0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .i41cvz .saj0w { grid-template-columns: 1fr 1fr; } .i41cvz .h7pj { grid-column: 1 / -1; } }
@media (max-width: 480px) { .i41cvz .saj0w { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .soa2gob1 .apeb { grid-template-columns: 1fr 1fr; } .soa2gob1 .e7yo02:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .soa2gob1 .apeb { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .w2smk .apeb { grid-template-columns: 1fr; } }
.ekbl .g487fp { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ekbl .pgkuho5v { justify-content: center; }
.lkhjv .c4ly3      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.lkhjv .tawxc { background: var(--bg-page); border-top-color: var(--border-alt); }
.j859w .c4ly3      { background: #0d1117; border-bottom-color: #21262d; }
.j859w .fphm { color: var(--accent-light); }
.j859w .eloxc5rr { --msep-color: #8b949e; }
.j859w .eloxc5rr a { color: #8b949e; }
.j859w .eloxc5rr a:hover { color: var(--accent-light); }
.j859w .trvmypc6 { color: #8b949e; }
.j859w .tawxc { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.j859w .qp4jgg2w,
.j859w .j20dw7x0 { color: #6e7681; }
.j859w .n107x a, .j859w .pgkuho5v a,
.j859w .n107x a:hover, .j859w .pgkuho5v a:hover,
@media (max-width: 640px) {
  .j859w .eloxc5rr { background: #0d1117; border-top-color: #21262d; }
  .j859w .eloxc5rr li a { border-bottom-color: #21262d; }
}
.a2m2 .c4ly3      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.a2m2 .fphm { color: var(--accent-light); }
.a2m2 .eloxc5rr { --msep-color: #475569; }
.a2m2 .eloxc5rr a { color: #475569; }
.a2m2 .eloxc5rr a:hover { color: var(--accent-light); }
.a2m2 .trvmypc6 { color: #64748b; }
.a2m2 .tawxc { background: #f0f4f8; border-top-color: #cbd5e1; }
.a2m2 .qp4jgg2w,
.a2m2 .j20dw7x0 { color: #64748b; }
.a2m2 .n107x a, .a2m2 .pgkuho5v a,
.a2m2 .n107x a:hover, .a2m2 .pgkuho5v a:hover,
@media (max-width: 640px) {
  .a2m2 .eloxc5rr { background: #f0f4f8; border-top-color: #cbd5e1; }
  .a2m2 .eloxc5rr li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.lr4t .c4ly3      { background: var(--accent); border-bottom-color: var(--accent-light); }
.lr4t .fphm { color: #fff; }
.lr4t .eloxc5rr { --msep-color: rgba(255,255,255,0.82); }
.lr4t .eloxc5rr a { color: rgba(255,255,255,0.82); }
.lr4t .eloxc5rr a:hover { color: #fff; }
.lr4t .trvmypc6 { color: rgba(255,255,255,0.9); }
.lr4t .tawxc { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.lr4t .qp4jgg2w,
.lr4t .j20dw7x0 { color: rgba(255,255,255,0.72); }
.lr4t .n107x a, .lr4t .pgkuho5v a,
.lr4t .n107x a:hover, .lr4t .pgkuho5v a:hover,
@media (max-width: 640px) {
  .lr4t .eloxc5rr { background: var(--accent); border-top-color: var(--accent-light); }
  .lr4t .eloxc5rr li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.cb7jks .c4ly3 {
  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);
}
.cb7jks .tawxc {
  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) {
  .cb7jks .eloxc5rr {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.a4f6 .mxxn2q { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.m4j7ytac .mxxn2q { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ezirywv .mxxn2q { min-height: 72px; height: auto; }
.i2b1orlu .mxxn2q { min-height: 84px; height: auto; }
.krqvpa .mxxn2q { max-width: none; padding: 0 32px; }
.krqvpa .g487fp  { max-width: none; padding: 24px 32px; }
.vdua.sxgo9 .mxxn2q { max-width: 1200px; }
.vdua.mm2rpx .mxxn2q { max-width: 1320px; }
.gadhqp   .fphm, .gadhqp   .e8dxe1 { text-transform: capitalize; }
.uyrkdn .fphm, .uyrkdn .e8dxe1 { text-transform: lowercase; }
.onw1rd .fphm, .onw1rd .e8dxe1 { text-transform: uppercase; letter-spacing: 0.06em; }
.jku1g, .j3h59zpm {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wzsi .jku1g,
.cy7d .jku1g,
.iy1r .jku1g,
.mmz9 .jku1g,
.ep571a3   .eloxc5rr a { font-weight: 500; }
.acj4xb .eloxc5rr a { font-weight: 600; }
.lq2uqe     .eloxc5rr a { font-weight: 700; }
.ij8ow45    .eloxc5rr a { font-weight: 800; letter-spacing: 0.01em; }
.wx3wcno0     .eloxc5rr > li + li::before,
.bx2uok    .eloxc5rr > li + li::before,
.hmdw4    .eloxc5rr > li + li::before,
.fcpt66m .eloxc5rr > li + li::before,
.dm9vb05z .eloxc5rr > li + li::before,
.kuhgh  .eloxc5rr > li + li::before,
.aexkr    .eloxc5rr > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.wx3wcno0     .eloxc5rr > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.bx2uok    .eloxc5rr > li + li::before { content: "|"; }
.hmdw4    .eloxc5rr > li + li::before { content: "—"; }
.fcpt66m .eloxc5rr > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.dm9vb05z .eloxc5rr > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.kuhgh  .eloxc5rr > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.aexkr    .eloxc5rr > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .qf81xpcf .trvmypc6,
  .qkab .trvmypc6,
  .louernp .trvmypc6,
  .naeg .trvmypc6,
  .zape .trvmypc6 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .qf81xpcf .trvmypc6::before,
  .qkab .trvmypc6::before,
  .louernp .trvmypc6::before,
  .naeg .trvmypc6::before,
  .zape .trvmypc6::before { content: ""; display: block; flex-shrink: 0; }

  
  .qf81xpcf .trvmypc6::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;
  }

  
  .qkab .trvmypc6::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;
  }

  
  .louernp .trvmypc6::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;
  }

  
  .naeg .trvmypc6::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;
  }

  
  .zape .trvmypc6::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) {
  .v0nt24 .trvmypc6 {
    padding: 5px 14px;
  }
  .v0nt24 .eloxc5rr {
    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;
  }
  .v0nt24 .eloxc5rr li a {
    border-bottom: none; padding: 10px 22px;
  }
  .v0nt24 .eloxc5rr li a:hover { background: var(--bg-raised); }
  .v0nt24 .tp6r9,
  .vjnqrsr .tp6r9,
  .o7snqg .tp6r9 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .bs8fwzcj .trvmypc6 {
    padding: 5px 10px;
  }
  .bs8fwzcj .eloxc5rr {
    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);
  }
  .bs8fwzcj .eloxc5rr.oq96y6 { transform: translateX(0); }
  .bs8fwzcj .eloxc5rr li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .bs8fwzcj .eloxc5rr li:last-child a { border-bottom: none; }
  .lr4t .eloxc5rr,
  .j859w .eloxc5rr { background: var(--accent) !important; }
  .lr4t .eloxc5rr li a,
  .j859w .eloxc5rr li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .o7snqg .trvmypc6 {
    padding: 5px 10px;
  }
  .o7snqg .eloxc5rr {
    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);
  }
  .o7snqg .eloxc5rr::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .o7snqg .eloxc5rr.oq96y6 { transform: translateY(0); }
  .o7snqg .eloxc5rr li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .irdql .trvmypc6 {
    padding: 5px 10px;
  }
  .irdql .eloxc5rr {
    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;
  }
  .irdql .eloxc5rr.oq96y6 { opacity: 1; pointer-events: auto; }
  .irdql .eloxc5rr li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .uqz6oqx     .trvmypc6 { border-radius: 0 !important; }
  .uj8stei   .trvmypc6 { border-radius: 8px !important; }
  .ngcp24t .trvmypc6 { border-radius: 50% !important; }
  .qv20   .trvmypc6 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .da3x .vjou2wel { flex-direction: column; align-items: stretch; }
  .da3x .s4tj { flex-direction: row; min-width: auto; }
  .da3x .bi5vxre5 { align-items: flex-start; text-align: left; }
}
.wnwtu,
.wnwtu.ikbumv4l,
.ke6y .wnwtu,
.ph9g .wnwtu,
.dvo2 .wnwtu,
.bm80go6b .wnwtu {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.yr6k {
  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;
}
.fll5as5 { flex: 1 1 280px; min-width: 0; }
.f8ak {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.y0b3f {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.ezvahqmh {
  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;
}
.ezvahqmh:hover { transform: translateY(-1px); opacity: 0.95; }
.k5gb .yr6k {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.k5gb .f8ak { color: var(--cta); }
.k5gb .y0b3f { color: var(--text-body); }
.k5gb .ezvahqmh {
  background: var(--cta) !important;
  color: #fff !important;
}
.xze7p .yr6k {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.xze7p .f8ak { color: var(--text-primary); }
.xze7p .y0b3f { color: var(--text-body); }
.xze7p .ezvahqmh {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .yr6k {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .fll5as5 { flex: 0 0 auto; }
  .f8ak { font-size: 1.2rem; }
  .ezvahqmh { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.yqmn8 .yawbg9gw { height: 36px; }
.wa542fv .yawbg9gw { height: 60px; max-width: 200px; }
.fih6jm .yawbg9gw { height: 56px; max-width: 180px; }
.k9ar    .ft4r, .k9ar    .rf7nah { color: #f59e0b; }
.cqwg      .ft4r { font-size: 1rem; letter-spacing: 1.5px; }
.cqwg      .rf7nah   { font-size: 1.35rem; }
.atc5s4j    .ft4r, .atc5s4j    .rf7nah { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.l0sesrl     .ft4r, .l0sesrl     .rf7nah { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.jt5y8bhq .ft4r, .jt5y8bhq .rf7nah { color: var(--cta); letter-spacing: 2px; }
.dt6s4g   .ft4r, .dt6s4g   .rf7nah { color: #e91e63; letter-spacing: 2px; }
.tvrxpup  .ft4r, .tvrxpup  .rf7nah { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.ggqomi0l     .ft4r, .ggqomi0l     .rf7nah { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ufgh6s .bjqg4 + .bjqg4 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.dtrwg6 .ys6e { padding: 18px 24px; min-height: 68px; }
.nmdu .bf9f7 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.nmdu .q254t8 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.bi9r2d .bjqg4 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.sbnm { counter-reset: cs-rank; }
.sbnm .ys6e { counter-increment: cs-rank; }
.sbnm .ys6e::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;
}
.bwwwyf .sbnm { counter-reset: cs-rank; gap: 0; }
.bwwwyf .ys6e {
  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;
}
.bwwwyf .ys6e::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;
}
.bwwwyf .ivlqr7 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.bwwwyf .dja0jo {
  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;
}
.bwwwyf .h0reom4x { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.bwwwyf .ivlqr7 { min-width: 0; flex-direction: column; width: 100%; }
.bwwwyf .ewe6t9 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.bwwwyf .ft4r { color: var(--cta, var(--accent)); }
.bwwwyf .gcchly { font-weight: 700; }
.bwwwyf .bjqg4 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.bwwwyf .bf9f7 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.bwwwyf .q254t8 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.bwwwyf .tls1rr0 .q254t8 { font-size: 1.3rem; color: var(--accent-light); }
.bwwwyf .qb1hd9a4 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.bwwwyf .ys6e:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .bwwwyf .sbnm {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .bwwwyf .ys6e {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .bwwwyf .ys6e { padding: 40px 16px 20px; }
  .bwwwyf .bjqg4 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .bwwwyf .qb1hd9a4 { width: 100%; min-width: 0; }
}
.rhthbl .sbnm { counter-reset: cs-rank; gap: 10px; }
.rhthbl .ys6e {
  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);
}
.rhthbl .ys6e::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);
}
.rhthbl .ivlqr7 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.rhthbl .dja0jo {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.rhthbl .h0reom4x { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.rhthbl .ewe6t9 {
  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;
}
.rhthbl .ft4r { color: var(--cta, var(--accent)); }
.rhthbl .bjqg4 {
  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;
}
.rhthbl .bf9f7 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.rhthbl .q254t8 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.rhthbl .tls1rr0 .q254t8 { color: var(--accent-light); }
.rhthbl .qb1hd9a4 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.rhthbl .ys6e:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .rhthbl .ys6e {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .rhthbl .ys6e::before {
    position: absolute; top: 14px; left: 14px;
  }
  .rhthbl .ivlqr7 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .rhthbl .ewe6t9 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .rhthbl .bjqg4 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .rhthbl .qb1hd9a4 { width: 100%; min-width: 0; }
  .rhthbl .ft4r { min-width: 0; }
}
.cv88 .ys6e::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.jbp6s .jelxf {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.jbp6s .jelxf summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.jbp6s .jelxf p { padding: 0 2px 16px; }
.ctlgd .jelxf { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ctlgd .jelxf summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ctlgd .jelxf summary::after { content: "›"; font-size: 1.2em; }
.ctlgd .jelxf[open] summary::after { content: "‹"; }
.ctlgd .jelxf p { padding: 10px 22px 4px; }
.ffa5bt1p .jelxf {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ffa5bt1p .jelxf summary { color: var(--text-primary); padding-left: 16px; }
.ffa5bt1p .jelxf summary::after { content: "›"; font-size: 1.1em; }
.ffa5bt1p .jelxf[open] summary::after { content: "‹"; }
.ffa5bt1p .jelxf p { padding-left: 16px; }
.flgfc .m7fnt { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.flgfc .jelxf {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.flgfc .jelxf:last-child { border-bottom: none; }
.flgfc .jelxf summary { color: var(--text-primary); border-radius: 0; }
.flgfc .jelxf summary::after { content: "›"; font-size: 1.1em; }
.flgfc .jelxf[open] summary::after { content: "‹"; }
.gixu .jelxf { overflow: hidden; }
.gixu .jelxf summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.gixu .jelxf summary::after { color: rgba(255,255,255,.75); }
.gixu .jelxf[open] summary { border-radius: 0; }
.i9we { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.erc7n4yy {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.m9vy45j {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.o05m40i { color: var(--text-muted); font-size: 1.05rem; }
.rcd9da8 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.tbut7 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.t3m62n { margin-bottom: 20px; }
.trpml7d {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.dcbyo {
  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;
}
.dcbyo:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ragc { resize: vertical; min-height: 130px; }
.rwnm { width: 100%; margin-top: 8px; }
.cha2 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.xxqjf {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.j3vqjg { color: var(--text-muted); line-height: 1.75; }
.vplgjn { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.vplgjn li { margin-bottom: 6px; }
.y9sc { max-width: 760px; margin: 0 auto; }
.unkwui7z { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.hioqjjn { max-width: 760px; margin: 0 auto; }
.cibh3lg { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.cibh3lg:last-child { border-bottom: none; }
.cncu6jr { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.cibh3lg p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.cibh3lg ul.vplgjn { margin: 0; }
.s0hnz7a .cncu6jr { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .s0hnz7a { grid-template-columns: 1fr; gap: 10px; } }
.b37vjuyr .cncu6jr { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.v0ijm1 .vplgjn { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .lclcufq { grid-template-columns: 1fr; } }
.k9502 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.k9502:hover .tpfg4y { color: var(--accent-light); text-decoration: underline; }
.n4lgolr { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.tku8z4 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.tku8z4:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.lgfmh { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.tku8z4 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.tku8z4 ul.vplgjn { margin: 0; }
.nmwm4vb { color: var(--text-muted); line-height: 1.75; }
.nwkd .vplgjn,
.q7ytjok .vplgjn,
.m3896ajw .vplgjn,
.yexm0fm .vplgjn {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.nwkd .tku8z4,
.q7ytjok .tku8z4 { text-align: left; }
.nwkd .lgfmh,
.q7ytjok .lgfmh { text-align: center; }
.tpayfiyl { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.d0gd { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.cb54bfx { font-size: 1.1rem; }
.w7jin05v { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.hibhz { margin-top: 12px; }
.qg4tx { 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; }
.qg4tx:hover { border-bottom-color: var(--accent-light); }
.x16s { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.x16s img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tzpwu { width: 260px; height: 260px; }
.z2vdwg0t { border-radius: 28%; }
.ot9z { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.epb5ps { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .lhr3qkm { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ft0uf .w7jin05v, .ft0uf .d0gd { max-width: 640px; }
.h22ys { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.xd2d1exv { position: sticky; top: 96px; align-self: start; }
.xd2d1exv .tpayfiyl { font-size: 1.6rem; margin-top: 18px; }
.k9l5m79 .w7jin05v { margin-bottom: 28px; }
@media (max-width: 860px) { .h22ys { grid-template-columns: 1fr; } .xd2d1exv { position: static; text-align: center; } }
.svhqh .x16s { margin: 0 auto 18px; }
.svhqh .ot9z { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .cx91n { grid-template-columns: 1fr; } }
.alxdb .tpayfiyl { font-size: 1.6rem; margin-bottom: 6px; }
.yexm0fm .vplgjn { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .alxdb { flex-direction: column; text-align: center; } .rfe7wco { grid-template-columns: 1fr; } }
.r53z .tpayfiyl { font-size: 1.35rem; margin: 0 0 4px; }
.r53z .ot9z { margin: 0; }
.fiascm9 {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.fiascm9 .m9vy45j { color: var(--accent-light); }
.my63xmsb .m9vy45j { font-size: 2rem; }
.my63xmsb .o05m40i { max-width: 680px; }
.mtz0q .m9vy45j { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.mtz0q .o05m40i  { margin: 0; }
@media (max-width: 640px) { .mtz0q { flex-direction: column; } }
.lm7un1sa .m9vy45j { color: var(--accent-light); }
.dmyth .m9vy45j { color: #fff; }
.dmyth .o05m40i  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .nsm51 { grid-template-columns: 1fr; } }
.sne0zhn .dcbyo {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.sne0zhn .dcbyo:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.fd0a63a .dcbyo { background: var(--bg-raised); border-color: transparent; }
.fd0a63a .dcbyo:focus { background: var(--bg-card); border-color: var(--accent-light); }
.h5fb .dcbyo { border-radius: 100px; padding: 11px 20px; }
.h5fb .ragc { border-radius: 14px; }
.gbon6o {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .gbon6o { grid-template-columns: 1fr; } }
.drki {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.drki h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.drki p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.fwv1vn { counter-reset: priv-count; }
.l26zs33p {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.l26zs33p:last-child { border-bottom: none; }
.d22l {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.l26zs33p h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.l26zs33p p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.awsqyl { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.awsqyl li { margin-bottom: 6px; }
.apa8nbxu{display:none}
.apa8nbxu:empty,.r2vlbe:empty{display:none}
.rri8{position:relative;overflow:visible}
.d2bd .bs2oowmy,.b6rglt .bs2oowmy,
.tiwuo1 .bs2oowmy,.kgk0 .bs2oowmy,
.mmu3ojww .bs2oowmy,.day4a .bs2oowmy{display:block}
.vcjmtn .oxc46g1k{display:block}
.d2bd .bs2oowmy,.b6rglt .bs2oowmy,
.tiwuo1 .bs2oowmy,.kgk0 .bs2oowmy,
.mmu3ojww .bs2oowmy{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}
.d2bd .bs2oowmy .r2vlbe,.b6rglt .bs2oowmy .r2vlbe,
.tiwuo1 .bs2oowmy .r2vlbe,.kgk0 .bs2oowmy .r2vlbe,
.mmu3ojww .bs2oowmy .r2vlbe{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}
.d2bd .kdlvd,.b6rglt .kdlvd,
.tiwuo1 .kdlvd,.kgk0 .kdlvd,
.mmu3ojww .kdlvd{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.d2bd .bs2oowmy,.b6rglt .bs2oowmy{top:12px}
.d2bd .bs2oowmy .r2vlbe{margin-right:auto}
.b6rglt .bs2oowmy .r2vlbe{margin-left:auto}
.b6rglt .bs2oowmy{text-align:right}
.tiwuo1 .bs2oowmy,.kgk0 .bs2oowmy{bottom:12px}
.tiwuo1 .bs2oowmy .r2vlbe{margin-right:auto}
.kgk0 .bs2oowmy .r2vlbe{margin-left:auto}
.kgk0 .bs2oowmy{text-align:right}
.mmu3ojww .bs2oowmy{position:relative;margin-top:16px}
.mmu3ojww .bs2oowmy .r2vlbe{margin:0 auto}
.day4a .bs2oowmy{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.day4a .bs2oowmy .r2vlbe{margin:0}
.day4a .iis2ffb~.bs2oowmy,
.day4a .fla0~.bs2oowmy{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.day4a .iis2ffb~.bs2oowmy .r2vlbe,
.day4a .fla0~.bs2oowmy .r2vlbe{justify-content:flex-start}
.iis2ffb~.bs2oowmy,.fla0~.bs2oowmy{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}
.iis2ffb~.bs2oowmy .r2vlbe{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fla0~.bs2oowmy .r2vlbe{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.oxc46g1k .r2vlbe{margin:0 0 12px}
.r2vlbe{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ny2nt7{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.tpfg4y{font-weight:600;color:var(--text-heading);opacity:1}
.hzi1rx3::before{content:"·";margin:0 2px;opacity:.5}
.kdlvd{white-space:nowrap}
.dua3810l .ny2nt7{display:none}
.xca9fdwf .kdlvd{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.xca9fdwf .hzi1rx3::before{content:""}
.x38v8 .kdlvd{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}
.x38v8 .hzi1rx3::before{content:""}
.xsqn .r2vlbe{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.xv2l2 .kdlvd{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.xv2l2 .hzi1rx3::before{content:""}
.k91o .kdlvd{color: var(--accent-light);opacity:1;font-weight:500}
.qo58h .kdlvd{border-bottom:1px solid currentColor;padding-bottom:2px}
.eqyd .r2vlbe{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.rq08ud2{--date-bg:transparent}
.hmdhj46 .hzi1rx3::before{content:""}
.aql87 .hzi1rx3::before{content:"•";opacity:.4}
.aql87 .kdlvd + .kdlvd::before{content:"•";margin-right:6px;opacity:.4}
.j8yj .hzi1rx3::before{content:"/";opacity:.35}
.j8yj .kdlvd + .kdlvd::before{content:"/";margin-right:6px;opacity:.35}
.dwvp0 .hzi1rx3::before{content:"|";opacity:.3}
.dwvp0 .kdlvd + .kdlvd::before{content:"|";margin-right:6px;opacity:.3}
.scmp1e .hzi1rx3::before{content:"—";opacity:.3}
.scmp1e .kdlvd + .kdlvd::before{content:"—";margin-right:6px;opacity:.3}
.svqbrzt .hzi1rx3::before{content:"◆";font-size:.5em;opacity:.35}
.svqbrzt .kdlvd + .kdlvd::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.kr6qia .hzi1rx3::before{content:"·";opacity:.4}
.kr6qia .kdlvd + .kdlvd::before{content:"·";margin-right:6px;opacity:.4}
.hrodbj2 .hzi1rx3::before{content:"›";opacity:.4}
.hrodbj2 .kdlvd + .kdlvd::before{content:"›";margin-right:6px;opacity:.4}
.ebte .hzi1rx3::before{content:"→";opacity:.35;font-size:.85em}
.ebte .kdlvd + .kdlvd::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.l5ube .i9khr6mn{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .i9khr6mn{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ztytzuq2{max-width:100%}
}
.okdkh .nc0ebg35{margin:0}
@media (max-width:560px){
  .zjf1q95t{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .jt9y { padding: 28px 18px 20px; }
  .vobed { font-size: 1.2rem; }
  .hz9gb3 { max-width: 220px; max-height: 80px; }
}
.n2h66y {
  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);
}
.pf9pch6l {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.d59057i  .n2h66y { border-radius: 50%; }
.ox82cl  .n2h66y { border-radius: 6px; }
.ekdtl1 .n2h66y { border-radius: 22px; }
.txmngus .yr6k {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .n2h66y { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.k704 .ikbumv4l {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.k704 .mwgnfiek {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.k704 .yr6k {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.hi46 .ikbumv4l,
.hi46 .mwgnfiek {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.hi46 .yr6k {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .hi46 { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .hi46 .yr6k {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .hi46 .y0b3f { display: none !important; }
  .hi46 .f8ak { font-size: 1.1rem !important; }
  .hi46 .n2h66y { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .wtswtx3 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .mxxn2q { flex-direction: row-reverse; }
[dir="rtl"] .eloxc5rr { flex-direction: row-reverse; }
[dir="rtl"] .edok6  .wjbvx4rr { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .mo9z56e9 .wjbvx4rr { right: auto; left: 20px; }
  [dir="rtl"] .edok6  .wjbvx4rr { left: auto;  right: 20px; }
}
[dir="rtl"] .n2wjh .kov5fk0b  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .vg8n .kov5fk0b { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .z8c99b, [dir="rtl"] .lj8n { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .rrb826t { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .asmzvls0 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .cfmau { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .yr6k { direction: rtl; }
[dir="rtl"] .n2h66y { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .ys6e,
[dir="rtl"] .whtg7 { direction: rtl; }
[dir="rtl"] .llnfzi3 { direction: rtl; }
[dir="rtl"] .a3w3vp { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .eeqr5gh .lj8n,
[dir="rtl"] .ufam0h .lj8n,
[dir="rtl"] .eygol01 .lj8n,
[dir="rtl"] .la7zd .lj8n {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .eeqr5gh .lj8n li::before,
[dir="rtl"] .ufam0h .lj8n li::before,
[dir="rtl"] .eygol01 .lj8n li::before,
[dir="rtl"] .la7zd .lj8n li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .ksfxrbo.fk4nl .p15wnw8,
[dir="rtl"] .l6q8.fk4nl .p15wnw8,
[dir="rtl"] .tt9ahzv.fk4nl .p15wnw8,
[dir="rtl"] .nq7m.fk4nl .p15wnw8,
[dir="rtl"] .lw4qi9.fk4nl .p15wnw8 { text-align: right; }
[dir="rtl"] .iis2ffb.pwpd .x2y46 { text-align: center; }
[dir="rtl"] .mwgnfiek,
[dir="rtl"] .y7pi,
[dir="rtl"] .dl6q,
[dir="rtl"] .p15wnw8 { text-align: right; }
[dir="rtl"] .tbut7,
[dir="rtl"] .trpml7d,
[dir="rtl"] .w7jin05v,
[dir="rtl"] .dcbyo,
[dir="rtl"] .ragc { text-align: right; direction: rtl; }
[dir="rtl"] .h5fb .dcbyo,
[dir="rtl"] .sne0zhn .dcbyo { padding-right: 20px; padding-left: 20px; }
.sliiuk0i .sbnm,
.y9s9q1 .sbnm,
.h6knfdv4 .sbnm { gap: 0; }
.ndeuqi .sbnm { gap: 14px; }
.sliiuk0i .ys6e,
.y9s9q1 .ys6e,
.ndeuqi .ys6e,
.h6knfdv4 .ys6e {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.sliiuk0i .ys6e,
.y9s9q1 .ys6e,
.h6knfdv4 .ys6e {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.sliiuk0i .ys6e:nth-child(even),
.h6knfdv4 .ys6e:nth-child(even) { background: var(--accent-bg); }
.y9s9q1 .ys6e + .ys6e { border-top: 1px solid var(--border-alt); }
.ndeuqi .ys6e {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.sliiuk0i .ys6e:hover,
.y9s9q1 .ys6e:hover,
.h6knfdv4 .ys6e:hover { background: var(--bg-hover); }
.sliiuk0i .ys6e::before,
.y9s9q1 .ys6e::before,
.ndeuqi .ys6e::before,
.h6knfdv4 .ys6e::before {
  width: 40px; min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  font-size: 1.15rem; font-weight: 700;
}
.h6knfdv4 .ys6e::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.sliiuk0i .ivlqr7,
.y9s9q1 .ivlqr7,
.ndeuqi .ivlqr7,
.h6knfdv4 .ivlqr7 {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.sliiuk0i .dja0jo,
.y9s9q1 .dja0jo,
.ndeuqi .dja0jo,
.h6knfdv4 .dja0jo {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.sliiuk0i .h0reom4x,
.y9s9q1 .h0reom4x,
.ndeuqi .h0reom4x,
.h6knfdv4 .h0reom4x {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.sliiuk0i .ewe6t9,
.y9s9q1 .ewe6t9,
.ndeuqi .ewe6t9,
.h6knfdv4 .ewe6t9 {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.h6knfdv4 .ewe6t9 { font-size: 1.45rem; font-weight: 800; }
.sliiuk0i .u1v4f,
.y9s9q1 .u1v4f,
.ndeuqi .u1v4f,
.h6knfdv4 .u1v4f {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.sliiuk0i .u1v4f .tls1rr0,
.y9s9q1 .u1v4f .tls1rr0,
.ndeuqi .u1v4f .tls1rr0,
.h6knfdv4 .u1v4f .tls1rr0 {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.sliiuk0i .u1v4f .tls1rr0 .bf9f7,
.y9s9q1 .u1v4f .tls1rr0 .bf9f7,
.ndeuqi .u1v4f .tls1rr0 .bf9f7,
.h6knfdv4 .u1v4f .tls1rr0 .bf9f7 { display: none; }
.sliiuk0i .u1v4f .tls1rr0 .q254t8::before,
.y9s9q1 .u1v4f .tls1rr0 .q254t8::before,
.ndeuqi .u1v4f .tls1rr0 .q254t8::before,
.h6knfdv4 .u1v4f .tls1rr0 .q254t8::before { content: "\1F381\00a0"; }
.sliiuk0i .u1v4f .tls1rr0 .q254t8,
.y9s9q1 .u1v4f .tls1rr0 .q254t8,
.ndeuqi .u1v4f .tls1rr0 .q254t8,
.h6knfdv4 .u1v4f .tls1rr0 .q254t8 {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sliiuk0i .u1v4f .qani311,
.y9s9q1 .u1v4f .qani311,
.ndeuqi .u1v4f .qani311,
.h6knfdv4 .u1v4f .qani311 { display: none; }
.sliiuk0i .x760pe,
.y9s9q1 .x760pe,
.ndeuqi .x760pe,
.h6knfdv4 .x760pe {
  grid-column: 4; min-width: 120px; width: auto;
}
.sliiuk0i .ft4r,
.y9s9q1 .ft4r,
.ndeuqi .ft4r,
.h6knfdv4 .ft4r { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.sliiuk0i .gcchly,
.y9s9q1 .gcchly,
.ndeuqi .gcchly,
.h6knfdv4 .gcchly { display: none; }
.sliiuk0i .qb1hd9a4.jgm6a,
.y9s9q1 .qb1hd9a4.jgm6a,
.ndeuqi .qb1hd9a4.jgm6a,
.h6knfdv4 .qb1hd9a4.jgm6a {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.h6knfdv4 .qb1hd9a4.jgm6a { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .sliiuk0i .ys6e,
  .y9s9q1 .ys6e,
  .ndeuqi .ys6e,
  .h6knfdv4 .ys6e {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .sliiuk0i .x760pe,
  .y9s9q1 .x760pe,
  .ndeuqi .x760pe,
  .h6knfdv4 .x760pe { display: none; }
  .sliiuk0i .qb1hd9a4.jgm6a,
  .y9s9q1 .qb1hd9a4.jgm6a,
  .ndeuqi .qb1hd9a4.jgm6a,
  .h6knfdv4 .qb1hd9a4.jgm6a { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .sliiuk0i .ys6e,
  .y9s9q1 .ys6e,
  .ndeuqi .ys6e,
  .h6knfdv4 .ys6e {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "rank  ident"
      "pills pills"
      "cta   cta";
    gap: 12px 14px; padding: 18px 16px;
    text-align: left;
  }
  .sliiuk0i .ys6e::before,
  .y9s9q1 .ys6e::before,
  .ndeuqi .ys6e::before,
  .h6knfdv4 .ys6e::before { grid-area: rank; align-self: center; justify-self: start; }
  .sliiuk0i .ivlqr7,
  .y9s9q1 .ivlqr7,
  .ndeuqi .ivlqr7,
  .h6knfdv4 .ivlqr7 { grid-area: ident; width: auto; justify-content: flex-start; }
  .sliiuk0i .u1v4f,
  .y9s9q1 .u1v4f,
  .ndeuqi .u1v4f,
  .h6knfdv4 .u1v4f { grid-area: pills; }
  
  .sliiuk0i .u1v4f .tls1rr0,
  .y9s9q1 .u1v4f .tls1rr0,
  .ndeuqi .u1v4f .tls1rr0,
  .h6knfdv4 .u1v4f .tls1rr0 {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .sliiuk0i .qb1hd9a4.jgm6a,
  .y9s9q1 .qb1hd9a4.jgm6a,
  .ndeuqi .qb1hd9a4.jgm6a,
  .h6knfdv4 .qb1hd9a4.jgm6a { grid-area: cta; width: 100%; }
  .sliiuk0i .dja0jo,
  .y9s9q1 .dja0jo,
  .ndeuqi .dja0jo,
  .h6knfdv4 .dja0jo { width: 56px; height: 56px; }
  .sliiuk0i .ewe6t9,
  .y9s9q1 .ewe6t9,
  .ndeuqi .ewe6t9,
  .h6knfdv4 .ewe6t9 { font-size: 1.1rem; }
}
:root {
  --accent:          #bf1808;
  --brand:           #bf1808;
  --brand-light:     #9d1c0f;
  --brand-pale:      #c12d1f;
  --grad-start:      #f63e2c;
  --grad-end:        #f07a6f;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #eab308;
  --cta-fg:          #111111;
  --cta-light:       #c79701;
  --cta-hover:       #ae8505;
  --bg-page:         #f8f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f3f3;
  --bg-raised:       #f1eeed;
  --bg-hover:        #f6f3f3;
  --border:          #e9e2e1;
  --border-alt:      #ddd0cf;
  --border-section:  #e9e2e1;
  --text-primary:    #1c1716;
  --text-muted:      #625150;
  --text-body:       #382e2d;
  --text-sub:        #544644;
  --text-faint:      #8c7472;
  --text-dim:        #a3908e;
  --text-label:      #705d5b;
  --text-value:      #463a39;
  --accent-bg:       #f7e0dd;
  --accent-bg-light: #f4c6c1;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f3;
  --c-pros:          #0c960c;
  --c-cons:          #9f2321;
  --c-pros-label:    #0eb30e;
  --c-tip-border:    #10c610;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c960c;
}
:root { --logo-bg-opacity: 55%; }
.c0htka9v .nj8oyl18, .c0htka9v .iis2ffb { min-height: 420px; }
body, button, input { font-family: "Open Sans", sans-serif; }
.vclt4 .zcnwc3 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.vclt4 .zcnwc3::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.vclt4 .jq49r     .zcnwc3::before { content: "";  color: var(--c-tip-border); }.vclt4 .e23ihv .zcnwc3::before { content: ""; color: var(--c-warn-border); }.vclt4 .n6tq    .zcnwc3::before { content: ""; color: #60a5fa; }.d62a61d .vclt4 .jq49r     .zcnwc3::before { color: #10b981; }.d62a61d .vclt4 .e23ihv .zcnwc3::before { color: #f43f5e; }.d62a61d .vclt4 .n6tq    .zcnwc3::before { color: #a855f7; }.m2bwr  .vclt4 .jq49r     .zcnwc3::before { color: #eab308; }.m2bwr  .vclt4 .e23ihv .zcnwc3::before { color: #ef4444; }.m2bwr  .vclt4 .n6tq    .zcnwc3::before { color: #f97316; }.n6xmaj4m  .vclt4 .jq49r     .zcnwc3::before { color: #38bdf8; }.n6xmaj4m  .vclt4 .e23ihv .zcnwc3::before { color: #818cf8; }.n6xmaj4m  .vclt4 .n6tq    .zcnwc3::before { color: #2dd4bf; }.sv0wk .vclt4 .zcnwc3::before { color: var(--accent-light) !important; }
.djlwm .vumfqb5w li::before, .djlwm .s4bblg li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.djlwm .vumfqb5w li::before { content: ""; }.djlwm .s4bblg li::before { content: ""; }.djlwm .s5k718::before, .djlwm .db4z5::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.djlwm .s5k718::before { content: ""; }.djlwm .db4z5::before { content: ""; }
.kdv3sm::before { content: '◆'; font-size: 0.5em; }