:root {
  --color-accent: #59bc1d;
  --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;
}
.bk9a {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.kebwe {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ghebh {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.r9vg { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.xik4mho { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.xik4mho a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.xik4mho a:hover { color: var(--accent-light); }
.b7u0neto     .t1jq4t { border-radius: 24px; padding: 8px; }
.b7u0neto .t1jq4t li a { border-radius: 16px; }
.ebtyo82 .t1jq4t li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .t1jq4t {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .mazatf:hover .t1jq4t,
  .mazatf:focus-within .t1jq4t { display: block; }
  .t1jq4t li a { padding: 8px 16px; font-size: 0.88rem; }
}
.h0316 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.iojfd { display: none; }
@media (max-width: 640px) {
  .iojfd {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .iojfd.mz9n2 { display: block; }
}
@media (max-width: 640px) {
  .h0316 { display: block; }
  .xik4mho > li + li::before { display: none !important; }
  .xik4mho {
    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;
  }
  .xik4mho.mz9n2 { display: flex; }
  .xik4mho li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .xik4mho li:last-child a { border-bottom: none; }
}
.lhl4 { min-height: 480px; }
.c962 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.mbn8h { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ryxb .mbn8h { margin-left: 0; margin-right: 0; }
.xcuxy2 {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.xcuxy2:hover { opacity: 0.88; }
.esxts .c962 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.esxts .mbn8h { color: #e2e8f0; }
.esxts.pdwas .x67q8 { text-align: center; }
.fswkd .c962 { color: var(--text-primary); text-shadow: none; }
.fswkd .mbn8h { color: var(--text-muted); }
.fswkd .xcuxy2 { margin-top: 16px; }
.fswkd, .fswkd.lhl4 { min-height: auto !important; }
.fswkd.pdwas .x67q8 { text-align: center; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.brkz .pjqeo4,
.brkz .rne90il {
  animation: hg-breathe 10s ease-in-out infinite;
}
@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; }
}
.brkz .esxts .hpe7wn {
  animation: hg-breathe 10s ease-in-out infinite;
}
.pjqeo4 .c962 { color: #fff; }
.pjqeo4 .mbn8h { color: rgba(255,255,255,0.85); }
.pjqeo4 .xcuxy2 { background: #fff; color: var(--cta); }
.pjqeo4 .xcuxy2:hover { opacity: 0.92; }
.obmxzyy .j81h97e { position: relative; overflow: hidden; }
.obmxzyy .j81h97e::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.brkz .j81h97e {
  animation: hg-breathe 7s ease-in-out infinite;
}
.dlytrhe .j81h97e { position: relative; overflow: hidden; }
.dlytrhe .j81h97e::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
.lac1f .j81h97e { position: relative; overflow: hidden; }
.lac1f .j81h97e::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.k9ot0eys .j81h97e {
  animation: hg-fadein 1.2s ease-out both;
}
.j81h97e {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.l9v0 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.q3bb {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.kpcq {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.j81h97e .c962 { text-shadow: none; color: var(--text-primary); }
.j81h97e .mbn8h { color: var(--text-muted); }
body.u19f .c962 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.vtvsmjb .c962 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.lhl4.pjqeo4 .c962,
section.pjqeo4 .c962 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.j81h97e.pdwas .l9v0 { align-items: center; text-align: center; }
.j81h97e.ryxb   .l9v0 { align-items: flex-start; text-align: left; }
.nzyce7s .q3bb { position: relative; }
.nzyce7s .q3bb::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.nzyce7s.gj953nl .q3bb::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.ev23rn .q3bb {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.ev23rn .kpcq {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.ev23rn .rne90il {
  position: static; width: 100%; aspect-ratio: 4/3; border-radius: 16px;
}
.ev23rn.gj953nl .q3bb { padding: 32px 0 32px 32px; }
.h6nw46 .q3bb {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.h6nw46 .kpcq {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.gj953nl .l9v0 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.h6nw46.gj953nl .q3bb { padding: 40px 16px 40px 48px; }
.lhl4 .jmgbdt {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.jmgbdt .m92vr {
  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;
}
.jmgbdt .m92vr::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.jmgbdt .w0kwvb { display: contents !important; }
.jmgbdt .w0kwvb .dk2g {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.jmgbdt .w0kwvb .k5rk { max-height: 48px; max-width: 96px; }
.jmgbdt .w0kwvb .y87cnw {
  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;
}
.jmgbdt .emv8i {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.jmgbdt .kmiw6 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.jmgbdt .kxg5 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.jmgbdt .kxg5 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.jmgbdt .zmew { display: contents !important; }
.jmgbdt .zmew .k6zjl:not(.qoalv2) { display: none !important; }
.jmgbdt .zmew .qoalv2 {
  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;
}
.jmgbdt .zmew .qoalv2 .ql1b8tl {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.jmgbdt .zmew .qoalv2 .zzk01t {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.jmgbdt .mhnyced { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.jmgbdt .mhnyced.ftfq6 {
  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;
}
.jmgbdt .mhnyced.ftfq6:hover { opacity: 0.85; }
.hlcfxsnt .q3bb {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .j81h97e { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .j81h97e:not(.hlcfxsnt) .q3bb { display: none !important; }
  .hlcfxsnt .q3bb { padding: 16px; }
  .l9v0  { padding: 36px 24px; }
  .j81h97e~.pwx7bcz,.gj953nl~.pwx7bcz{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .lhl4, .j81h97e { min-height: 320px !important; }
  .c962 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .gfkq,
  .fdcy4a9,
  .zikvu01 { grid-template-columns: 1fr !important; }

  

  
  .i2g9ie { display: flex !important; flex-direction: column !important; }
  .i2g9ie .x67q8 { display: contents; }
  .i2g9ie .hpe7wn { order: 0; }
  .i2g9ie .c962 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .i2g9ie .gfkq { order: 2; padding: 0 16px 12px !important; }
  .i2g9ie .mbn8h { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .m5xq .x67q8 { display: flex; flex-direction: column; }
  .m5xq .x67q8 .c962 { order: 1; }
  .m5xq .x67q8 .zikvu01 { order: 2; margin: 8px 0 24px !important; }
  .m5xq .x67q8 .mbn8h { order: 3; }
  .m5xq .x67q8 .xcuxy2 { order: 4; align-self: center; margin-top: 0; }

  
  .j81h97e.hlcfxsnt {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .j81h97e.hlcfxsnt .l9v0 { display: contents; padding: 0; }
  .j81h97e.hlcfxsnt .l9v0 .c962 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .j81h97e.hlcfxsnt .q3bb { order: 2; padding: 12px 16px; }
  .j81h97e.hlcfxsnt .l9v0 .mbn8h { order: 3; padding: 0 24px; margin: 0 auto; }
  .j81h97e.hlcfxsnt .l9v0 .xcuxy2 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.dwuoemi { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.dgkazvko { width: 100%; height: auto; display: block; border-radius: 10px; }
.xmpzj5 .dwuoemi        { border-radius: 16px; }
.xmpzj5 .dgkazvko  { border-radius: 16px; }
.qkm8d .dwuoemi         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.qkm8d .dgkazvko   { border-radius: 8px; }
.ov0s { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.msxyncy { width: 100%; padding: 32px 0; position: relative; }
.xd9d { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.svpiya .msxyncy:nth-child(even) { background: var(--bg-surface); }
.svpiya .msxyncy:nth-child(odd)  { background: var(--bg-page); }
.ewwh .msxyncy:nth-child(even) { background: var(--bg-card); }
.ewwh .msxyncy:nth-child(odd)  { background: var(--bg-page); }
.svpiya .msxyncy:nth-child(odd)  .xd9d { background: var(--bg-card); border-radius: 6px; }
.svpiya .msxyncy:nth-child(even) .xd9d { background: var(--bg-raised); border-radius: 6px; }
.ewwh .msxyncy:nth-child(odd)  .xd9d { background: var(--bg-card); border-radius: 6px; }
.ewwh .msxyncy:nth-child(even) .xd9d { background: var(--bg-raised); border-radius: 6px; }
.svpiya .msxyncy:nth-child(even) .p4yeqz .dr7az,
.ewwh .msxyncy:nth-child(even) .p4yeqz .dr7az { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.svpiya .msxyncy:nth-child(odd) .p4yeqz .dr7az,
.ewwh .msxyncy:nth-child(odd) .p4yeqz .dr7az { background: var(--bg-card-inner); }
.svpiya .msxyncy:nth-child(even) .y4ww3n1z .dr7az:nth-child(odd),
.ewwh .msxyncy:nth-child(even) .y4ww3n1z .dr7az:nth-child(odd)  { background: var(--bg-card); }
.svpiya .msxyncy:nth-child(even) .y4ww3n1z .dr7az:nth-child(even),
.ewwh .msxyncy:nth-child(even) .y4ww3n1z .dr7az:nth-child(even) { background: var(--bg-card-inner); }
h1.k14b4w3 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.k14b4w3 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.rjw6 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.nd4b h2.k14b4w3 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.jyvyaw h2.k14b4w3 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.dsd2a3 h2.k14b4w3 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.gpz17z0u h2.k14b4w3::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.sio85zs1 h2.k14b4w3 {
  color: var(--text-primary); font-size: 1.7rem;
}
.kk1v7s h2.k14b4w3::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.huk2m h2.k14b4w3 {
  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;
}
.sx95ndz { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .sx95ndz { display: none; } }
.d8p8t { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.xty29rn { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.dw6z {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.xlexco { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.frb3d8r { padding-left: 20px; }
.frb3d8r li { margin-bottom: 6px; }
.frb3d8r a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.frb3d8r a:hover { color: var(--accent-light); }
.onsp05l .xlexco { display: none; }
.zybk .xlexco { display: none; }
.zybk .frb3d8r { padding-left: 0; list-style: none; }
.zybk .frb3d8r li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.zybk .frb3d8r a { font-size: 0.92rem; }
.jfqvi .dw6z { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jfqvi .xlexco { display: none; }
.jfqvi .frb3d8r { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jfqvi .frb3d8r li { margin-bottom: 0; }
.jfqvi .frb3d8r 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;
}
.jfqvi .frb3d8r a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.c000 .dw6z { padding: 20px 20px 16px; }
.c000 .frb3d8r {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.c000 .frb3d8r li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.c000 .frb3d8r 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;
}
.c000 .frb3d8r 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;
}
.c000 .frb3d8r a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.c000 .frb3d8r a:focus,
.c000 .frb3d8r a:focus-visible,
.c000 .frb3d8r a:target { outline: none; }
.c000 .frb3d8r li:target a { border-color: var(--border); color: var(--text-muted); }
.kb8h .dw6z { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.kb8h .xlexco { display: none; }
.kb8h .frb3d8r { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.kb8h .frb3d8r li { margin-bottom: 0; }
.kb8h .frb3d8r li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.kb8h .frb3d8r li:last-child::after { content: ""; margin-right: 0; }
.kb8h .frb3d8r a { font-size: 0.9rem; }
.dr7az { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.p4yeqz .dr7az { background: var(--bg-card); }
.y4ww3n1z .dr7az:nth-child(odd)  { background: var(--bg-card); }
.y4ww3n1z .dr7az:nth-child(even) { background: var(--bg-raised); }
.jdwklv .dr7az {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.jdwklv .dr7az:last-child { border-bottom: none; }
.jdwklv h3.rjw6 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.s4iw .dr7az {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.s4iw .dr7az + .dr7az { margin-top: 4px; }
.seb3 .dr7az { background: none; border-radius: 0; padding: 12px 0; }
.seb3 .dr7az + .dr7az { border-top: 1px solid var(--border-section); }
.jou0 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.mer6 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.enody7z { color: var(--text-body); margin-bottom: 10px; }
.a21x, .w9wziu { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.a21x li, .w9wziu li { margin-bottom: 6px; }
.w9wziu li { list-style: decimal; }
.pr4vrotz     .a21x { list-style-type: "● "; }
.q6jayye  .a21x { list-style-type: "■ "; }
.j6ckg78 .a21x { list-style-type: "◆ "; }
.bpqiss    .a21x { list-style-type: "★ "; }
.pr4vrotz     .a9p5tmv { list-style-type: "● "; }
.q6jayye  .a9p5tmv { list-style-type: "■ "; }
.j6ckg78 .a9p5tmv { list-style-type: "◆ "; }
.bpqiss    .a9p5tmv { list-style-type: "★ "; }
.pr4vrotz    .a21x li::marker, .pr4vrotz    .a9p5tmv li::marker,
.q6jayye .a21x li::marker, .q6jayye .a9p5tmv li::marker,
.j6ckg78 .a21x li::marker, .j6ckg78 .a9p5tmv li::marker,
.bpqiss   .a21x li::marker, .bpqiss   .a9p5tmv li::marker {
  color: var(--cta); font-size: 1em;
}
.pr4vrotz .w9wziu,
.q6jayye .w9wziu,
.j6ckg78 .w9wziu,
.bpqiss .w9wziu {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.pr4vrotz .w9wziu li,
.q6jayye .w9wziu li,
.j6ckg78 .w9wziu li,
.bpqiss .w9wziu li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.pr4vrotz .w9wziu li::before,
.q6jayye .w9wziu li::before,
.j6ckg78 .w9wziu li::before,
.bpqiss .w9wziu 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;
}
.pr4vrotz     .w9wziu li::before { border-radius: 50%; }
.q6jayye  .w9wziu li::before { border-radius: 3px; }
.j6ckg78 .w9wziu li::before { border-radius: 3px; }
.bpqiss    .w9wziu li::before { border-radius: 50%; }
.hu1v { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.tvc5 .hu1v,
.p7sl .hu1v { background: transparent; border: none; border-radius: 0; }
.l440p9q { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.l440p9q th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.l440p9q td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.l440p9q tr:hover td { background: var(--bg-hover); }
.gjyd .l440p9q tbody tr:nth-child(even) td { background: var(--bg-surface); }
.uakr8z3l .l440p9q { border: 1px solid var(--border-alt); }
.uakr8z3l .l440p9q th,
.uakr8z3l .l440p9q td { border: 1px solid var(--border-alt); }
.qh6zjxe .l440p9q th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.qh6zjxe .l440p9q td { border-bottom: none; }
.qh6zjxe .l440p9q tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.wru4c .l440p9q th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.dyrjib .hu1v {
  overflow: hidden;
}
.dyrjib .l440p9q th { border-bottom: 1px solid var(--border-alt); }
.dyrjib .l440p9q tr:last-child td { border-bottom: none; }
.iyhjngk { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.hgj3l59z { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.wube1p1 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ur57s { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.khkf { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.a9p5tmv { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.a9p5tmv 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%}
.jjoqg3 .ur57s { background: transparent; text-align: center; }
.wgmh6 .wube1p1 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.hmd51 .wube1p1 {
  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);
}
.hdg7re .hgj3l59z { display: grid; grid-template-columns: auto 1fr; }
.hdg7re .wube1p1 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.hdg7re .ur57s { grid-column: 2; }
.hdg7re .khkf,
.hdg7re .a9p5tmv { grid-column: 1 / -1; }
.xwr2sj .hgj3l59z { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.xwr2sj .wube1p1 {
  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);
}
.xwr2sj .ur57s { grid-column: 2; }
.xwr2sj .khkf,
.xwr2sj .a9p5tmv { grid-column: 1 / -1; }
.cy2q4nvs .hgj3l59z { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.cy2q4nvs .ur57s { background: none; color: var(--accent-light); font-weight: 700; }
.fe5v .hgj3l59z { 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); }
.fe5v .ur57s { background: none; color: var(--accent-light); font-weight: 700; }
.nzwz .hgj3l59z { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.nzwz .hgj3l59z:last-child { border-bottom: none; }
.nzwz .ur57s { background: none; color: var(--accent-light); font-weight: 700; }
.lla3 .hgj3l59z { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.lla3 .ur57s { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.x3o5 .iyhjngk { counter-reset: card-n; }
.x3o5 .hgj3l59z  { counter-increment: card-n; }
.x3o5 .ur57s { display: flex; align-items: center; gap: 10px; }
.x3o5 .ur57s::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;
}
.eza326hl .hgj3l59z { background: var(--bg-surface); border: 1px solid var(--border); }
.eza326hl .ur57s { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.rwkcry7 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.vc9s  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.sqce8w { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.e2hqg3 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.olrr69c { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.rwkcry7 strong { color: var(--text-primary); font-size: 0.95rem; }
.rwkcry7 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.spvlo4e { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.knty4, .kjexg { border-radius: 8px; padding: 14px; }
.knty4 { background: var(--bg-pros); }
.kjexg { background: var(--bg-cons); }
.t4dy9 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.knty4 .t4dy9 { color: var(--c-pros-label); }
.kjexg .t4dy9 { color: #f87171; }
.knty4 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.kjexg ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dgkazvko { width: 100%; height: auto; border-radius: 10px; display: block; }
.ftfq6 {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.ftfq6:hover { opacity: 0.85; }
.qgx6 .ftfq6  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.qgx6 .ftfq6:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pf5r .ftfq6  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.pf5r .ftfq6:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.prqsgn .xcuxy2 { border-radius: 50px; }
.prqsgn .ftfq6  { border-radius: 50px; }
.crjny1i .xcuxy2 { padding-left: 22px; padding-right: 22px; }
.crjny1i .ftfq6  { padding-left: 12px; padding-right: 12px; }
.d4h2klta .xcuxy2 { padding-left: 44px; padding-right: 44px; }
.d4h2klta .ftfq6  { padding-left: 24px; padding-right: 24px; }
.lfat9jm5 .xcuxy2 { padding-left: 56px; padding-right: 56px; }
.lfat9jm5 .ftfq6  { padding-left: 32px; padding-right: 32px; }
.owcoc   .xcuxy2::after, .owcoc   .ftfq6::after,
.l2gzad .xcuxy2::after, .l2gzad .ftfq6::after,
.l4z3lqz    .xcuxy2::after, .l4z3lqz    .ftfq6::after,
.adh79xm    .xcuxy2::after, .adh79xm    .ftfq6::after,
.lhbii6    .xcuxy2::after, .lhbii6    .ftfq6::after,
.uv0a     .xcuxy2::after, .uv0a     .ftfq6::after,
.sir93pfc    .xcuxy2::after, .sir93pfc    .ftfq6::after,
.l2hehwf9   .xcuxy2::after, .l2hehwf9   .ftfq6::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;
}
.owcoc .xcuxy2::after, .owcoc .ftfq6::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");
}
.l2gzad .xcuxy2::after, .l2gzad .ftfq6::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");
}
.l4z3lqz .xcuxy2::after, .l4z3lqz .ftfq6::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");
}
.adh79xm .xcuxy2::after, .adh79xm .ftfq6::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");
}
.lhbii6 .xcuxy2::after, .lhbii6 .ftfq6::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");
}
.uv0a .xcuxy2::after, .uv0a .ftfq6::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");
}
.sir93pfc .xcuxy2::after, .sir93pfc .ftfq6::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");
}
.l2hehwf9 .xcuxy2::after, .l2hehwf9 .ftfq6::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");
}
.jq2mie2   .ays9::after, .jq2mie2   .bqm9::after,
.nnju .ays9::after, .nnju .bqm9::after,
.laah16vl    .ays9::after, .laah16vl    .bqm9::after,
.a6bmf0    .ays9::after, .a6bmf0    .bqm9::after,
.fptcj    .ays9::after, .fptcj    .bqm9::after,
.ew8e     .ays9::after, .ew8e     .bqm9::after,
.m7xyjp    .ays9::after, .m7xyjp    .bqm9::after,
.feyr   .ays9::after, .feyr   .bqm9::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;
}
.jq2mie2 .ays9::after, .jq2mie2 .bqm9::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");
}
.nnju .ays9::after, .nnju .bqm9::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");
}
.laah16vl .ays9::after, .laah16vl .bqm9::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");
}
.a6bmf0 .ays9::after, .a6bmf0 .bqm9::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");
}
.fptcj .ays9::after, .fptcj .bqm9::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");
}
.ew8e .ays9::after, .ew8e .bqm9::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");
}
.m7xyjp .ays9::after, .m7xyjp .bqm9::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");
}
.feyr .ays9::after, .feyr .bqm9::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");
}
.skxl {
  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;
}
.m92vr {
  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;
}
.m92vr > * { min-width: 0; }
.m92vr:hover { background: var(--bg-hover); }
.m92vr > [itemprop="item"] { display: contents; }
.m92vr [itemprop="itemReviewed"],
.m92vr [itemprop="reviewRating"] { display: none; }
.m92vr::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;
}
.w0kwvb {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.dk2g {
  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;
}
.k5rk { max-height: 52px; max-width: 110px; object-fit: contain; }
.y87cnw {
  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;
}
.nb02 .dk2g    { background: #1a1a1a; }
.xmjgn3 .dk2g   { background: rgba(128,128,128,.12); }
.pvt0nf .dk2g { background: var(--bg-raised); }
.dv25 .dk2g    { background: transparent; padding: 0; }
.emv8i {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.kmiw6 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.kxg5 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.zmew {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.k6zjl {
  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;
}
.ql1b8tl {
  
  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%;
}
.zzk01t {
  
  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;
}
.mhnyced {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.mhnyced.ftfq6 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .m92vr {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .m92vr::before    { grid-area: rank;   }
  .w0kwvb           { grid-area: ident;  }
  .emv8i     { grid-area: rating; min-width: 0; width: auto; }
  .zmew           { grid-area: pills;  }
  .mhnyced             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .m92vr {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .m92vr::before    { justify-self: center; }
  .w0kwvb           { width: 100%; }
  .emv8i     { justify-self: center; }
  .zmew           { grid-template-columns: 1fr; }
}
.rmc2trq {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.sa2jo3qe {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.bjg5g {
  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;
}
.bjg5g img { max-width: 80px; max-height: 50px; object-fit: contain; }
.r58xny { flex: 1; }
.r58xny h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.yx6b1a14 { color: var(--c-stars); font-size: 1.1rem; }
.l1o7t4w { margin-bottom: 8px; }
.keivc { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.zo3vbr5t::before   { content: "★ "; color: var(--accent-light); }
.wgs8p { flex-shrink: 0; }
.ob825d img.c6t2i { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.tvc5 { padding: 20px 24px; }
.akzf { color: var(--text-muted); margin-bottom: 16px; }
.vj5qhy0 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.j7759w, .oay0lcer { list-style: none; font-size: 0.9rem; }
.j7759w li { color: var(--c-pros); margin-bottom: 4px; }
.oay0lcer li { color: var(--c-cons); margin-bottom: 4px; }
.j7759w li::before { content: "✓"; margin-right: 5px; }
.oay0lcer li::before { content: "✗"; margin-right: 5px; }
.wa850 .j7759w li::before { content: "→"; }
.wa850 .oay0lcer li::before { content: "–"; }
.lq4u8c  .j7759w li::before { content: "★"; }
.lq4u8c  .oay0lcer li::before { content: "✕"; }
.mlw2kwc    .j7759w li::before { content: "◆"; }
.mlw2kwc    .oay0lcer li::before { content: "▲"; }
.b4de9  .j7759w li::before { content: "▶"; }
.b4de9  .oay0lcer li::before { content: "■"; }
.n94a { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.aaucm20n { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.ife62b3 { background: var(--bg-pros); color: var(--c-tag-pay); }
.ng9o { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.t3yd7e .ng9o { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.v3jbd0 .ng9o { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .du12n .b1vzb3v {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .du12n .rmc2trq { margin: 0; }
}
.e6cs6mb .sa2jo3qe { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.e6cs6mb .r58xny h3 { color: var(--accent-light); }
.e6cs6mb .bjg5g { background: var(--bg-page); border: 1px solid var(--border); }
.g553dr .rmc2trq { border-top: 4px solid var(--accent); }
.g553dr .sa2jo3qe { background: var(--bg-card); }
.konsmiav .rmc2trq { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.konsmiav .sa2jo3qe { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.konsmiav .tvc5 { padding: 14px 16px; }
.konsmiav .bjg5g { border-radius: 4px; }
.konsmiav .ng9o { border-radius: 0; }
.rvecculn .sa2jo3qe { padding: 0; gap: 0; overflow: hidden; }
.rvecculn .bjg5g { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.rvecculn .r58xny { padding: 16px 20px; }
.rvecculn .wgs8p { padding: 16px 20px; align-self: center; }
.kpmyl1 .yx6b1a14 { font-size: .95rem; }
.p7sl .spvlo4e { gap: 10px; }
.p7sl .knty4, .p7sl .kjexg { padding: 12px; }
.p7sl .knty4 ul, .p7sl .kjexg ul { margin: 4px 0 0; padding-left: 18px; }
.p7sl .knty4 li, .p7sl .kjexg li { font-size: .85rem; margin-bottom: 3px; }
.z6vx5n .aaucm20n { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .fjw59z28 { grid-template-columns: 1fr; }
  .iwaq { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .iwaq .oh87wt7 { width: 72px; height: 50px; }
  .iwaq .qdth011h { max-width: 180px; }
  .iwaq .xbxja { width: auto; }
}
.ih1pv39 .kpmyl1 .yx6b1a14 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .ih1pv39 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ohmqvh { padding: 16px; }
  .jx0a9c .jedqw { min-width: 50%; }
}
.p8dlbe .spvlo4e { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .tbvhym { grid-template-columns: 1fr; }
  .nj7spvrd { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .coaxb { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .se28q { flex-wrap: wrap; padding: 16px; }
}
.rbgcz1s .spvlo4e { gap: 8px; }
.rbgcz1s .knty4, .rbgcz1s .kjexg { padding: 8px; }
@media (max-width: 480px) {
  .pd1w8b { flex-direction: column; align-items: stretch; }
}
.dx5jo .xbxja .ftfq6 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .lo2aa486 { flex-direction: column; align-items: stretch; gap: 10px; }
  .dx5jo .xbxja { text-align: center; }
}
@media (max-width: 720px) {
  .jn3ez77 { grid-template-columns: 1fr; }
  .aq1lp8t { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zlmpy7 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.t857n .xstu279f { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.jgjizs .yx6b1a14 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .d5osz41 { grid-template-columns: 1fr; }
  .jgjizs { width: 100px; height: 100px; margin: 16px auto; }
  .t857n { font-size: 1.4rem; }
  .x6u5 { justify-content: center; }
  .g2ubeqr .jedqw { min-width: 50%; }
}
.gix4 .spvlo4e { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .n1fmo { flex-wrap: wrap; padding: 14px 16px; }
  .xdxyr8gm { padding: 12px 16px; }
  .gix4 .spvlo4e { margin: 0 16px; }
  .gix4 .z6vx5n { padding: 0 16px; }
  .j3rdf { padding: 12px 16px; }
}
.dtdl4 .m92vr {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.dtdl4 .m92vr:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.l29at552 .skxl { gap: 18px; }
.l29at552 .m92vr {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.l29at552 .m92vr:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.hqsbng9t .skxl {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.hqsbng9t .m92vr {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.hqsbng9t .m92vr:last-child { border-bottom: none; }
.hqsbng9t .w0kwvb,
.hqsbng9t .emv8i,
.hqsbng9t .zmew {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.ucz8lwe .skxl { gap: 0; }
.ucz8lwe .m92vr {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.ucz8lwe .m92vr:last-child { border-bottom: none; }
.ucz8lwe .m92vr:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.ucz8lwe .m92vr:nth-child(even):hover { background: var(--bg-hover); }
.n6y6u .m92vr {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.pg5mrnxb .zmew .k6zjl {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.pg5mrnxb .zmew .k6zjl:first-child { border-left: none; }
.u24i .zmew .k6zjl {
  background: transparent; padding: 4px 8px;
}
.u24i .zmew .ql1b8tl { font-size: .65rem; opacity: .65; }
.u24i .zmew .zzk01t   { font-size: 1.15rem; color: var(--accent-light); }
.uowbtxbd .zmew .k6zjl {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.kxg5 { display: none; }
.lxu2 .kmiw6 { font-size: 1rem; letter-spacing: 2px; }
.ri7tmzgm .kmiw6 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.y4mwng9 .kmiw6,
.ggtpvm .kmiw6,
.d286 .kmiw6 { display: none; }
.y4mwng9 .kxg5,
.ggtpvm .kxg5,
.d286 .kxg5 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.y4mwng9 .kxg5 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.y4mwng9 .kxg5 small { display: none; }
.ggtpvm .kxg5 {
  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;
}
.ggtpvm .kxg5 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.d286 .kxg5 {
  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;
}
.d286 .kxg5 small { display: none; }
.y4mwng9 .l1o7t4w .yx6b1a14,
.ggtpvm .l1o7t4w .yx6b1a14,
.d286 .l1o7t4w .yx6b1a14 { display: none; }
.y4mwng9 .l1o7t4w strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.y4mwng9 .xstu279f { display: none; }
.ggtpvm .l1o7t4w 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;
}
.ggtpvm .cm65dttz,
.ggtpvm .xstu279f { font-size: 1em; }
.d286 .l1o7t4w strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.d286 .xstu279f { display: none; }
.vj5kf4e { margin: 16px 0; }
.i8smx { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.i8smx summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.i8smx summary::after { content: "+"; color: var(--accent-light); }
.i8smx[open] summary::after { content: "−"; }
.i8smx p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.msxyncy { margin-bottom: 0; }
.crxb2k h2.k14b4w3 { color: var(--text-primary); border-color: var(--accent-light); }
.jnwf h2.k14b4w3 { color: var(--text-primary); border-color: var(--accent-light); }
.o0lgy .vc9s     { background: #052e16; border-color: #10b981; }
.o0lgy .sqce8w { background: #2d0a1e; border-color: #f43f5e; }
.o0lgy .e2hqg3    { background: #1e1036; border-color: #a855f7; }
.o0lgy .rwkcry7 strong  { color: #f1f5f9; }
.o0lgy .rwkcry7 p       { color: #cbd5e1; }
.o0lgy .jkhgln    .vc9s     .olrr69c::before,
.o0lgy .odxec  .vc9s     .olrr69c::before,
.o0lgy .prl3  .vc9s     .olrr69c::before,
.o0lgy .rh1ckd .vc9s     .olrr69c::before { color: #10b981; }
.o0lgy .jkhgln    .sqce8w .olrr69c::before,
.o0lgy .odxec  .sqce8w .olrr69c::before,
.o0lgy .prl3  .sqce8w .olrr69c::before,
.o0lgy .rh1ckd .sqce8w .olrr69c::before { color: #f43f5e; }
.o0lgy .jkhgln    .e2hqg3    .olrr69c::before,
.o0lgy .odxec  .e2hqg3    .olrr69c::before,
.o0lgy .prl3  .e2hqg3    .olrr69c::before,
.o0lgy .rh1ckd .e2hqg3    .olrr69c::before { color: #a855f7; }
.izum74 .vc9s     { background: #2d2000; border-color: #eab308; }
.izum74 .sqce8w { background: #2d0b0b; border-color: #ef4444; }
.izum74 .e2hqg3    { background: #2d1600; border-color: #f97316; }
.izum74 .rwkcry7 strong  { color: #f1f5f9; }
.izum74 .rwkcry7 p       { color: #cbd5e1; }
.izum74 .jkhgln    .vc9s     .olrr69c::before,
.izum74 .odxec  .vc9s     .olrr69c::before,
.izum74 .prl3  .vc9s     .olrr69c::before,
.izum74 .rh1ckd .vc9s     .olrr69c::before { color: #eab308; }
.izum74 .jkhgln    .sqce8w .olrr69c::before,
.izum74 .odxec  .sqce8w .olrr69c::before,
.izum74 .prl3  .sqce8w .olrr69c::before,
.izum74 .rh1ckd .sqce8w .olrr69c::before { color: #ef4444; }
.izum74 .jkhgln    .e2hqg3    .olrr69c::before,
.izum74 .odxec  .e2hqg3    .olrr69c::before,
.izum74 .prl3  .e2hqg3    .olrr69c::before,
.izum74 .rh1ckd .e2hqg3    .olrr69c::before { color: #f97316; }
.t059nheq .vc9s     { background: #0c1a2e; border-color: #38bdf8; }
.t059nheq .sqce8w { background: #12103a; border-color: #818cf8; }
.t059nheq .e2hqg3    { background: #0a2020; border-color: #2dd4bf; }
.t059nheq .rwkcry7 strong  { color: #f1f5f9; }
.t059nheq .rwkcry7 p       { color: #cbd5e1; }
.t059nheq .jkhgln    .vc9s     .olrr69c::before,
.t059nheq .odxec  .vc9s     .olrr69c::before,
.t059nheq .prl3  .vc9s     .olrr69c::before,
.t059nheq .rh1ckd .vc9s     .olrr69c::before { color: #38bdf8; }
.t059nheq .jkhgln    .sqce8w .olrr69c::before,
.t059nheq .odxec  .sqce8w .olrr69c::before,
.t059nheq .prl3  .sqce8w .olrr69c::before,
.t059nheq .rh1ckd .sqce8w .olrr69c::before { color: #818cf8; }
.t059nheq .jkhgln    .e2hqg3    .olrr69c::before,
.t059nheq .odxec  .e2hqg3    .olrr69c::before,
.t059nheq .prl3  .e2hqg3    .olrr69c::before,
.t059nheq .rh1ckd .e2hqg3    .olrr69c::before { color: #2dd4bf; }
.i2t4f .vc9s     { background: var(--accent-bg); border-color: var(--accent-light); }
.i2t4f .sqce8w { background: var(--accent-bg-light); border-color: var(--accent-light); }
.i2t4f .e2hqg3    { background: var(--accent-bg); border-color: var(--accent-pale); }
.i2t4f .jkhgln    .olrr69c::before,
.i2t4f .odxec  .olrr69c::before,
.i2t4f .prl3  .olrr69c::before,
.i2t4f .rh1ckd .olrr69c::before { color: var(--accent-light) !important; }
.baaq::before,
.xnstm33q::before { margin-right: 5px; }
.wvwa .knty4 ul li,
.wvwa .j7759w li         { color: #4ade80; }
.wvwa .knty4 .baaq { color: #22c55e; }
.wvwa .kjexg ul li,
.wvwa .oay0lcer li         { color: #f87171; }
.wvwa .kjexg .xnstm33q { color: #ef4444; }
.d0pc9q6 .knty4 { background: var(--bg-pros); }
.d0pc9q6 .kjexg { background: var(--bg-cons); }
.d0pc9q6 .knty4 .baaq { color: var(--c-pros-label); }
.d0pc9q6 .kjexg .xnstm33q { color: var(--c-cons); }
.d0pc9q6 .knty4 ul li,
.d0pc9q6 .j7759w li            { color: var(--c-pros); }
.d0pc9q6 .kjexg ul li,
.d0pc9q6 .oay0lcer li            { color: var(--c-cons); }
.hnyjev .knty4 { background: var(--bg-pros); }
.hnyjev .kjexg { background: var(--bg-cons); }
.hnyjev .knty4 .baaq { color: var(--c-pros-label); }
.hnyjev .kjexg .xnstm33q { color: var(--c-cons); }
.hnyjev .knty4 ul li,
.hnyjev .j7759w li          { color: var(--c-pros); }
.hnyjev .kjexg ul li,
.hnyjev .oay0lcer li          { color: var(--c-cons); }
.zg0a4 .baaq::before { content: "✓ "; }
.zg0a4 .xnstm33q::before { content: "✗ "; }
.wa850 .baaq::before { content: "→ "; }
.wa850 .xnstm33q::before { content: "← "; }
.lq4u8c .baaq::before { content: "★ "; }
.lq4u8c .xnstm33q::before { content: "✕ "; }
.mlw2kwc .baaq::before { content: "◆ "; }
.mlw2kwc .xnstm33q::before { content: "▲ "; }
.v3jbd0 .rwkcry7 { background: transparent; border-left: none; border: 1.5px solid; }
.v3jbd0 .vc9s     { border-color: var(--c-tip-border); }
.v3jbd0 .sqce8w { border-color: var(--c-warn-border); }
.v3jbd0 .e2hqg3    { border-color: #60a5fa; }
.v3jbd0 .rwkcry7 strong { color: var(--text-primary); }
.v3jbd0 .rwkcry7 p      { color: var(--text-muted); }
.t3yd7e .rwkcry7 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.t3yd7e .vc9s     { border-top-color: var(--c-tip-border); }
.t3yd7e .sqce8w { border-top-color: var(--c-warn-border); }
.t3yd7e .e2hqg3    { border-top-color: #60a5fa; }
.g99g1qp .rwkcry7 { border-left: none; border-radius: 8px; }
.g99g1qp .vc9s     { background: #065f46; }
.g99g1qp .sqce8w { background: #92400e; }
.g99g1qp .e2hqg3    { background: #1e3a8a; }
.g99g1qp .rwkcry7 strong,
.g99g1qp .rwkcry7 p { color: #fff; }
.g99g1qp .olrr69c::before { color: rgba(255,255,255,0.85) !important; }
.o0lgy.g99g1qp .vc9s,
.o0lgy .g99g1qp .vc9s     { background: #052e16; }
.o0lgy.g99g1qp .sqce8w,
.o0lgy .g99g1qp .sqce8w { background: #2d0a1e; }
.o0lgy.g99g1qp .e2hqg3,
.o0lgy .g99g1qp .e2hqg3    { background: #1e1036; }
.izum74.g99g1qp .vc9s,
.izum74 .g99g1qp .vc9s      { background: #2d2000; }
.izum74.g99g1qp .sqce8w,
.izum74 .g99g1qp .sqce8w  { background: #2d0b0b; }
.izum74.g99g1qp .e2hqg3,
.izum74 .g99g1qp .e2hqg3     { background: #2d1600; }
.t059nheq.g99g1qp .vc9s,
.t059nheq .g99g1qp .vc9s      { background: #0c1a2e; }
.t059nheq.g99g1qp .sqce8w,
.t059nheq .g99g1qp .sqce8w  { background: #12103a; }
.t059nheq.g99g1qp .e2hqg3,
.t059nheq .g99g1qp .e2hqg3     { background: #0a2020; }
.s15hpyk .rwkcry7 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.s15hpyk .vc9s     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.s15hpyk .sqce8w { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.s15hpyk .e2hqg3    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.s15hpyk .rwkcry7 strong { color: var(--text-primary); }
.s15hpyk .rwkcry7 p      { color: var(--text-muted); }
.qd61q6yf .rwkcry7 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.jkhgln .olrr69c,
.odxec .olrr69c,
.prl3 .olrr69c,
.rh1ckd .olrr69c { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.jkhgln .olrr69c::before,
.odxec .olrr69c::before,
.prl3 .olrr69c::before,
.rh1ckd .olrr69c::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.jkhgln .vc9s     .olrr69c::before { content: "✦"; color: var(--c-tip-border); }
.jkhgln .sqce8w .olrr69c::before { content: "▲"; color: var(--c-warn-border); }
.jkhgln .e2hqg3    .olrr69c::before { content: "◉"; color: #60a5fa; }
.odxec .vc9s     .olrr69c::before { content: "★"; color: var(--c-tip-border); }
.odxec .sqce8w .olrr69c::before { content: "◆"; color: var(--c-warn-border); }
.odxec .e2hqg3    .olrr69c::before { content: "●"; color: #60a5fa; }
.prl3 .vc9s     .olrr69c::before { content: "▶"; color: var(--c-tip-border); }
.prl3 .sqce8w .olrr69c::before { content: "■"; color: var(--c-warn-border); }
.prl3 .e2hqg3    .olrr69c::before { content: "▸"; color: #60a5fa; }
.rh1ckd .vc9s     .olrr69c::before { content: "→"; color: var(--c-tip-border); }
.rh1ckd .sqce8w .olrr69c::before { content: "⬥"; color: var(--c-warn-border); }
.rh1ckd .e2hqg3    .olrr69c::before { content: "◈"; color: #60a5fa; }
.oh9mmm .p4yeqz .dr7az,
.oh9mmm .y4ww3n1z .dr7az  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.oh9mmm .hgj3l59z                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.oh9mmm .m92vr                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.oh9mmm .rmc2trq            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.oh9mmm .hu1v          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.oh9mmm .dw6z                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rm5uz .p4yeqz .dr7az,
.rm5uz .y4ww3n1z .dr7az,
.rm5uz .hgj3l59z,
.rm5uz .m92vr,
.rm5uz .rmc2trq,
.rm5uz .hu1v,
.rm5uz .dw6z,
.rm5uz .qd61q6yf .rwkcry7 { box-shadow: none; }
.f7ro   .enody7z, .f7ro .jou0, .f7ro .mer6,
.f7ro   .d8p8t, .f7ro .xty29rn { font-size: 0.9rem; }
.f7ro   .a21x, .f7ro .w9wziu { font-size: 0.9rem; }
.p4g5ec   .enody7z, .p4g5ec .jou0, .p4g5ec .mer6,
.p4g5ec   .d8p8t, .p4g5ec .xty29rn { font-size: 0.95rem; }
.p4g5ec   .a21x, .p4g5ec .w9wziu { font-size: 0.95rem; }
.y1bzf   .enody7z, .y1bzf .jou0, .y1bzf .mer6,
.y1bzf   .d8p8t, .y1bzf .xty29rn { font-size: 1.08rem; }
.y1bzf   .a21x, .y1bzf .w9wziu { font-size: 1.05rem; }
.y1bzf   .l440p9q { font-size: 0.97rem; }
.z7j6 .c962      { font-size: 3.2rem; }
.z7j6 h2.k14b4w3 { font-size: 1.9rem; }
.z7j6 h3.rjw6     { font-size: 1.4rem; }
.i7tis19 .c962      { font-size: 3.8rem; }
.i7tis19 h2.k14b4w3 { font-size: 2.2rem; }
.i7tis19 h3.rjw6     { font-size: 1.6rem; }
.msxyncy + .msxyncy { position: relative; }
.rp1kb1f   .msxyncy + .msxyncy::before,
.xa4zck  .msxyncy + .msxyncy::before,
.mvd12r3   .msxyncy + .msxyncy::before,
.g0rneje   .msxyncy + .msxyncy::before,
.j46u5   .msxyncy + .msxyncy::before,
.zg52 .msxyncy + .msxyncy::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.rp1kb1f .msxyncy + .msxyncy::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.xa4zck .msxyncy + .msxyncy::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.mvd12r3 .msxyncy + .msxyncy::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;
}
.g0rneje .msxyncy + .msxyncy::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.wcuk0 .msxyncy { margin-bottom: 16px; }
.wcuk0 .msxyncy + .msxyncy { margin-top: 0; }
.wcuk0 .xd9d { padding-top: 0; padding-bottom: 0; }
.j46u5 .msxyncy + .msxyncy::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.zg52 .msxyncy + .msxyncy::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ucqbq8na .msxyncy + .msxyncy::before,
.vjf7i .msxyncy + .msxyncy::before,
.ul9gy .msxyncy + .msxyncy::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%;
}
.svpiya .ucqbq8na .msxyncy:nth-child(even)::before,
.svpiya .vjf7i .msxyncy:nth-child(even)::before,
.svpiya .ul9gy .msxyncy:nth-child(even)::before { background: var(--bg-surface); }
.ewwh .ucqbq8na .msxyncy:nth-child(even)::before,
.ewwh .vjf7i .msxyncy:nth-child(even)::before,
.ewwh .ul9gy .msxyncy:nth-child(even)::before { background: var(--bg-card); }
.ucqbq8na .msxyncy + .msxyncy::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");
}
.vjf7i .msxyncy + .msxyncy::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");
}
.ul9gy .msxyncy + .msxyncy::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");
}
.zs8wiz .esxts { overflow: hidden; }
.zs8wiz .x67q8 { margin-bottom: 70px; }
.wl943c .l9v0,
.fk69 .l9v0 { padding-bottom: 60px; }
.zs8wiz .l9v0 { padding-bottom: 70px; }
.zs8wiz .esxts::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.zs8wiz .esxts::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.iz1mrk4 .esxts:not(.pjqeo4) .hpe7wn { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.iz1mrk4 .pjqeo4 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.iz1mrk4 .rne90il { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.iz1mrk4 .j81h97e { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.qj42tgne .j81h97e { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.vnwrh59 .j81h97e { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ukh8ybm .j81h97e { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.sh3143h .j81h97e { background: var(--accent-bg); }
.o16j9ae .dwuoemi { float: left; width: 38%; margin: 0 28px 16px 0; }
.o16j9ae .dwuoemi .dgkazvko { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.o16j9ae .xd9d::after { content: ''; display: block; clear: both; }
.ao0x .dwuoemi { float: right; width: 38%; margin: 0 0 16px 28px; }
.ao0x .dwuoemi .dgkazvko { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ao0x .xd9d::after { content: ''; display: block; clear: both; }
.q9949tj .msxyncy:nth-child(odd)  .dwuoemi { float: left;  width: 38%; margin: 0 28px 16px 0; }
.q9949tj .msxyncy:nth-child(even) .dwuoemi { float: right; width: 38%; margin: 0 0 16px 28px; }
.q9949tj .dwuoemi .dgkazvko { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.q9949tj .xd9d::after { content: ''; display: block; clear: both; }
.o16j9ae .iyhjngk,
.o16j9ae .skxl,
.ao0x .iyhjngk,
.ao0x .skxl,
.q9949tj .iyhjngk,
.q9949tj .skxl { clear: both; }
@media (max-width: 900px) {
  .o16j9ae .dwuoemi,
  .ao0x .dwuoemi,
  .q9949tj .msxyncy:nth-child(odd)  .dwuoemi,
  .q9949tj .msxyncy:nth-child(even) .dwuoemi {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .o16j9ae .dwuoemi .dgkazvko,
  .ao0x .dwuoemi .dgkazvko,
  .q9949tj .dwuoemi .dgkazvko {
    max-height: none !important;
  }
}
.o16j9ae .a21x,
.o16j9ae .w9wziu,
.ao0x .a21x,
.ao0x .w9wziu,
.q9949tj .a21x,
.q9949tj .w9wziu { overflow: hidden; }
@media (max-width: 640px) {
  .o16j9ae .dwuoemi,
  .ao0x .dwuoemi,
  .q9949tj .dwuoemi { float: none; width: 100%; margin: 0 0 16px 0; }
}
.khpea .ov0s,
.khpea .xd9d,
.khpea .l7yp6o  { max-width: 1100px; }
.s006lis7 .ov0s,
.s006lis7 .xd9d,
.s006lis7 .l7yp6o  { max-width: 1200px; }
.s006lis7 { --content-mw: 1200px; }
.s9g1 .ov0s,
.s9g1 .xd9d,
.s9g1 .l7yp6o  { max-width: 1320px; }
.d0iv { font-size: 0.82rem; color: var(--text-muted); }
.hn5s { display: flex; align-items: center; }
.dol8c {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.i78x { display: flex; align-items: center; }
.s24duu { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.s24duu:hover { text-decoration: underline; }
.wk7ddt { margin: 0 3px; opacity: 0.45; }
.wk7ddt::before { content: '/'; }
.yc68ead { padding: 2px 5px; color: var(--text-main); }
.gzmt4k .d0iv {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.gzmt4k .hn5s { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.e52sgq7 .d0iv {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.e52sgq7 .hn5s { padding: 0 0 0 12px; }
.wl2wo .hn5s { padding: 0 16px; }
.wl2wo .d0iv {
  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);
}
.wl2wo .ov0s { padding-top: 28px; }
@media (max-width: 720px) {
  .t6hnr20w { margin-top: 18px; padding: 0 16px; }
  .wl2wo .ov0s { padding-top: 16px; }
}
.khpea.gzmt4k .hn5s { max-width: 1100px; }
.s006lis7.gzmt4k .hn5s { max-width: 1200px; }
.s9g1.gzmt4k .hn5s { max-width: 1320px; }
.s006lis7 .t6hnr20w { max-width: 1200px; }
.h2ifx .msxyncy { padding-top: 16px; padding-bottom: 16px; }
.ok8tfded .msxyncy { padding-top: 24px; padding-bottom: 24px; }
.pse141 .msxyncy { padding-top: 40px; padding-bottom: 40px; }
.e8oju6 .msxyncy { padding-top: 52px; padding-bottom: 52px; }
.wz2ph .msxyncy:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.wz2ph .msxyncy:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.wz2ph .msxyncy:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.wz2ph .msxyncy:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.yorp9pao .xd9d { padding-top: 10px;  padding-bottom: 10px; }
.kaptvtd .xd9d { padding-top: 18px;  padding-bottom: 18px; }
.u1jqgg .xd9d { padding-top: 36px;  padding-bottom: 36px; }
.ytut .xd9d { padding-top: 48px;  padding-bottom: 48px; }
.aqd3l h2.k14b4w3 { font-weight: 600; }
.aqd3l h3.rjw6     { font-weight: 600; }
.ckjd h2.k14b4w3 { font-weight: 800; }
.ckjd h3.rjw6     { font-weight: 700; }
.yphj8o { font-weight: 600; }
.yphj8o h2.k14b4w3 { font-weight: 900; }
.yphj8o h3.rjw6     { font-weight: 800; }
.yphj8o .rwkcry7 strong,
.yphj8o .rwkcry7 strong { font-weight: 600; }
.ays9 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.zuevphx .ays9 { display: none; }
@media (max-width: 640px) { .ays9 { display: none; } }
.ays9 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ays9:hover { opacity: 0.85; }
.lyke .ays9 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.iomp7 .ays9,
.xdmn  .ays9 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.iomp7 .ays9:hover,
.xdmn  .ays9:hover { opacity: 0.88; }
.lyke.iomp7 .ays9,
.lyke.xdmn  .ays9 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.bqm9 {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.bqm9:hover { transform: translateY(-2px); opacity: 0.92; }
.bqm9 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.o14ztj8c .bqm9 { display: none; }
.aaxb0 .bqm9 { right: 32px; }
.iodz5i  .bqm9 { left: 32px; }
@media (max-width: 480px) {
  .aaxb0 .bqm9 { right: 20px; bottom: 20px; }
  .iodz5i  .bqm9 { left: 20px; bottom: 20px; }
}
.wg0xhxui { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.l7yp6o { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.irzay { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ghh7p { color: var(--text-dim); font-size: 0.8rem; }
.xvu0 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.xvu0 img { height: 26px; width: auto; object-fit: contain; }
.oln55i { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.c60tbwyi .l7yp6o { text-align: center; }
.c60tbwyi .irzay { margin-top: 0; }
.t7ltyn7 { margin-top: 10px; }
.t7ltyn7 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .l7yp6o { padding-left: 16px; padding-right: 16px; }
  .h6iip .l7yp6o { padding: 20px 16px; }
  .uwjlp { gap: 4px 12px; }
  .irzay { font-size: 0.78rem; }
}
.kdvtzsx .z92j8z8s .xvu0 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.kdvtzsx .oln55i { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.kdvtzsx .x3bgh1 { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.kdvtzsx .x3bgh1 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.kdvtzsx .x3bgh1 a:hover { color: var(--accent-light); }
.kdvtzsx .irzay { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.kdvtzsx .ghh7p { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .kdvtzsx .qk92v { grid-template-columns: 1fr 1fr; } .kdvtzsx .z92j8z8s { grid-column: 1 / -1; } }
@media (max-width: 480px) { .kdvtzsx .qk92v { grid-template-columns: 1fr; } }
.mdnglv0 .xvu0 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.mdnglv0 .irzay { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .mdnglv0 .geco { gap: 12px; } .mdnglv0 .xvu0 { margin-right: 0; width: 100%; } }
.d7741xh .ms9t { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.d7741xh .xb57za .xvu0 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.d7741xh .oln55i { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.d7741xh .y60r30 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.d7741xh .x3bgh1 { display: flex; flex-direction: column; gap: 9px; }
.d7741xh .x3bgh1 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.d7741xh .x3bgh1 a:hover { color: var(--accent-light); }
.d7741xh .j3x0 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.d7741xh .irzay { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.d7741xh .ghh7p { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .d7741xh .ms9t { grid-template-columns: 1fr 1fr; } .d7741xh .xb57za { grid-column: 1 / -1; } }
@media (max-width: 480px) { .d7741xh .ms9t { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .up74n .jotunf1 { grid-template-columns: 1fr 1fr; } .up74n .u6ytdtt:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .up74n .jotunf1 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .o4ks8va7 .jotunf1 { grid-template-columns: 1fr; } }
.ez6m91 .l7yp6o { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.hj55 .bk9a      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.hj55 .wg0xhxui { background: var(--bg-page); border-top-color: var(--border-alt); }
.qlmxgfk .bk9a      { background: #0d1117; border-bottom-color: #21262d; }
.qlmxgfk .ghebh { color: var(--accent-light); }
.qlmxgfk .xik4mho { --msep-color: #8b949e; }
.qlmxgfk .xik4mho a { color: #8b949e; }
.qlmxgfk .xik4mho a:hover { color: var(--accent-light); }
.qlmxgfk .h0316 { color: #8b949e; }
.qlmxgfk .wg0xhxui { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.qlmxgfk .irzay,
.qlmxgfk .ghh7p { color: #6e7681; }
.qlmxgfk .gz51 a, .qlmxgfk .uwjlp a,
.qlmxgfk .x3bgh1 a, .qlmxgfk .mq9obww a,
.qlmxgfk .q5xybwo a { color: #8b949e; }
.qlmxgfk .xvu0 { color: #e6edf3; }
.qlmxgfk .gz51 a:hover, .qlmxgfk .uwjlp a:hover,
.qlmxgfk .x3bgh1 a:hover, .qlmxgfk .mq9obww a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .qlmxgfk .xik4mho { background: #0d1117; border-top-color: #21262d; }
  .qlmxgfk .xik4mho li a { border-bottom-color: #21262d; }
}
.wxpta .bk9a      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.wxpta .ghebh { color: var(--accent-light); }
.wxpta .xik4mho { --msep-color: #475569; }
.wxpta .xik4mho a { color: #475569; }
.wxpta .xik4mho a:hover { color: var(--accent-light); }
.wxpta .h0316 { color: #64748b; }
.wxpta .wg0xhxui { background: #f0f4f8; border-top-color: #cbd5e1; }
.wxpta .irzay,
.wxpta .ghh7p { color: #64748b; }
.wxpta .x3bgh1 a, .wxpta .mq9obww a,
.wxpta .q5xybwo a, .wxpta .xvu0 { color: #374151; }
.wxpta .x3bgh1 a:hover, .wxpta .mq9obww a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .wxpta .xik4mho { background: #f0f4f8; border-top-color: #cbd5e1; }
  .wxpta .xik4mho li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.iomp7 .bk9a      { background: var(--accent); border-bottom-color: var(--accent-light); }
.iomp7 .ghebh { color: #fff; }
.iomp7 .xik4mho { --msep-color: rgba(255,255,255,0.82); }
.iomp7 .xik4mho a { color: rgba(255,255,255,0.82); }
.iomp7 .xik4mho a:hover { color: #fff; }
.iomp7 .h0316 { color: rgba(255,255,255,0.9); }
.iomp7 .wg0xhxui { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.iomp7 .irzay,
.iomp7 .ghh7p { color: rgba(255,255,255,0.72); }
.iomp7 .x3bgh1 a, .iomp7 .mq9obww a,
.iomp7 .q5xybwo a, .iomp7 .xvu0 { color: #fff; }
.iomp7 .oln55i, .iomp7 .y60r30 { color: rgba(255,255,255,0.7); }
.iomp7 .x3bgh1 a:hover, .iomp7 .mq9obww a:hover { color: #fff; }
@media (max-width: 640px) {
  .iomp7 .xik4mho { background: var(--accent); border-top-color: var(--accent-light); }
  .iomp7 .xik4mho li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.xdmn .bk9a {
  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);
}
.xdmn .wg0xhxui {
  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) {
  .xdmn .xik4mho {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.vm9ept8k .kebwe { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.osywk62 .kebwe { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.fqfo1 .kebwe { min-height: 72px; height: auto; }
.ioowr8h .kebwe { min-height: 84px; height: auto; }
.h6iip .kebwe { max-width: none; padding: 0 32px; }
.h6iip .l7yp6o  { max-width: none; padding: 24px 32px; }
.lbj1xh.s006lis7 .kebwe { max-width: 1200px; }
.lbj1xh.s9g1 .kebwe { max-width: 1320px; }
.q2ap2xz   .ghebh, .q2ap2xz   .xvu0 { text-transform: capitalize; }
.knvf .ghebh, .knvf .xvu0 { text-transform: lowercase; }
.yw00ndx .ghebh, .yw00ndx .xvu0 { text-transform: uppercase; letter-spacing: 0.06em; }
.ro0k, .qdq0un {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ohcj .ro0k,
.ohcj .qdq0un { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.ggc62d .ro0k,
.ggc62d .qdq0un { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.er194 .ro0k,
.er194 .qdq0un { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.nlf01v .ro0k,
.nlf01v .qdq0un { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.eqev42a   .xik4mho a { font-weight: 500; }
.ir42iqjx .xik4mho a { font-weight: 600; }
.m9c8b     .xik4mho a { font-weight: 700; }
.y95ncu4    .xik4mho a { font-weight: 800; letter-spacing: 0.01em; }
.mue1     .xik4mho > li + li::before,
.ro7pf    .xik4mho > li + li::before,
.lnlxjv    .xik4mho > li + li::before,
.vu0e .xik4mho > li + li::before,
.rp3okx .xik4mho > li + li::before,
.tplg7  .xik4mho > li + li::before,
.t6wxd    .xik4mho > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.mue1     .xik4mho > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ro7pf    .xik4mho > li + li::before { content: "|"; }
.lnlxjv    .xik4mho > li + li::before { content: "—"; }
.vu0e .xik4mho > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.rp3okx .xik4mho > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.tplg7  .xik4mho > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.t6wxd    .xik4mho > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .xv6dbfz .h0316,
  .furxu7m .h0316,
  .v9k6gi .h0316,
  .yh6b3 .h0316,
  .pjrut .h0316 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .xv6dbfz .h0316::before,
  .furxu7m .h0316::before,
  .v9k6gi .h0316::before,
  .yh6b3 .h0316::before,
  .pjrut .h0316::before { content: ""; display: block; flex-shrink: 0; }

  
  .xv6dbfz .h0316::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;
  }

  
  .furxu7m .h0316::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;
  }

  
  .v9k6gi .h0316::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;
  }

  
  .yh6b3 .h0316::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;
  }

  
  .pjrut .h0316::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) {
  .riom .h0316 {
    padding: 5px 14px;
  }
  .riom .xik4mho {
    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;
  }
  .riom .xik4mho li a {
    border-bottom: none; padding: 10px 22px;
  }
  .riom .xik4mho li a:hover { background: var(--bg-raised); }
  .riom .iojfd,
  .tptp5y .iojfd,
  .byyu6f .iojfd { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .eznhd6 .h0316 {
    padding: 5px 10px;
  }
  .eznhd6 .xik4mho {
    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);
  }
  .eznhd6 .xik4mho.mz9n2 { transform: translateX(0); }
  .eznhd6 .xik4mho li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .eznhd6 .xik4mho li:last-child a { border-bottom: none; }
  .iomp7 .xik4mho,
  .qlmxgfk .xik4mho { background: var(--accent) !important; }
  .iomp7 .xik4mho li a,
  .qlmxgfk .xik4mho li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .byyu6f .h0316 {
    padding: 5px 10px;
  }
  .byyu6f .xik4mho {
    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);
  }
  .byyu6f .xik4mho::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .byyu6f .xik4mho.mz9n2 { transform: translateY(0); }
  .byyu6f .xik4mho li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .xllrqv .h0316 {
    padding: 5px 10px;
  }
  .xllrqv .xik4mho {
    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;
  }
  .xllrqv .xik4mho.mz9n2 { opacity: 1; pointer-events: auto; }
  .xllrqv .xik4mho li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .z8z3ij8z     .h0316 { border-radius: 0 !important; }
  .lxg9h   .h0316 { border-radius: 8px !important; }
  .y7oxe .h0316 { border-radius: 50% !important; }
  .nzj25   .h0316 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .q83vbxce .xvanay23 { flex-direction: column; align-items: stretch; }
  .q83vbxce .emaa1ps { flex-direction: row; min-width: auto; }
  .q83vbxce .x7ql0af { align-items: flex-start; text-align: left; }
}
.qrbnu.msxyncy,
@media (max-width: 640px) {
  .am5off6 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .kqroso9c { flex: 0 0 auto; }
  .rqwuz { font-size: 1.2rem; }
  .m4qx2e { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.umej .r9vg { height: 36px; }
.stb4q .r9vg { height: 60px; max-width: 200px; }
.er4b8 .r9vg { height: 76px; max-width: 240px; }
.vdq0bv1    .kmiw6, .vdq0bv1    .yx6b1a14 { color: #f59e0b; }
.sd0xm4kt      .kmiw6 { font-size: 1rem; letter-spacing: 1.5px; }
.sd0xm4kt      .yx6b1a14   { font-size: 1.35rem; }
.ldmy2zc    .kmiw6, .ldmy2zc    .yx6b1a14 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.bgfsu51     .kmiw6, .bgfsu51     .yx6b1a14 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.fdzny .kmiw6, .fdzny .yx6b1a14 { color: var(--cta); letter-spacing: 2px; }
.ln7mr   .kmiw6, .ln7mr   .yx6b1a14 { color: #e91e63; letter-spacing: 2px; }
.iqgry7  .kmiw6, .iqgry7  .yx6b1a14 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.p2jy     .kmiw6, .p2jy     .yx6b1a14 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.pg5mrnxb .k6zjl + .k6zjl {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.vanm .m92vr { padding: 18px 24px; min-height: 68px; }
.u24i .ql1b8tl {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.u24i .zzk01t {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.uowbtxbd .k6zjl {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.skxl { counter-reset: cs-rank; }
.skxl .m92vr { counter-increment: cs-rank; }
.skxl .m92vr::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;
}
.wmtzd .skxl { counter-reset: cs-rank; gap: 0; }
.wmtzd .m92vr {
  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;
}
.wmtzd .m92vr::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;
}
.wmtzd .w0kwvb {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.wmtzd .dk2g {
  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;
}
.wmtzd .k5rk { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.wmtzd .w0kwvb { min-width: 0; flex-direction: column; width: 100%; }
.wmtzd .y87cnw {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.wmtzd .kmiw6 { color: var(--cta, var(--accent)); }
.wmtzd .kxg5 { font-weight: 700; }
.wmtzd .k6zjl {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.wmtzd .ql1b8tl {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.wmtzd .zzk01t {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.wmtzd .qoalv2 .zzk01t { font-size: 1.3rem; color: var(--accent-light); }
.wmtzd .mhnyced {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.wmtzd .m92vr:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .wmtzd .skxl {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .wmtzd .m92vr {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .wmtzd .m92vr { padding: 40px 16px 20px; }
  .wmtzd .k6zjl {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .wmtzd .mhnyced { width: 100%; min-width: 0; }
}
.dhbs503 .skxl { counter-reset: cs-rank; gap: 10px; }
.dhbs503 .m92vr {
  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);
}
.dhbs503 .m92vr::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);
}
.dhbs503 .w0kwvb {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.dhbs503 .dk2g {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.dhbs503 .k5rk { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.dhbs503 .y87cnw {
  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;
}
.dhbs503 .kmiw6 { color: var(--cta, var(--accent)); }
.dhbs503 .k6zjl {
  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;
}
.dhbs503 .ql1b8tl {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.dhbs503 .zzk01t { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.dhbs503 .qoalv2 .zzk01t { color: var(--accent-light); }
.dhbs503 .mhnyced {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.dhbs503 .m92vr:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .dhbs503 .m92vr {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .dhbs503 .m92vr::before {
    position: absolute; top: 14px; left: 14px;
  }
  .dhbs503 .w0kwvb {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .dhbs503 .y87cnw { white-space: normal; text-align: center; font-size: 1.2rem; }
  .dhbs503 .k6zjl {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .dhbs503 .mhnyced { width: 100%; min-width: 0; }
  .dhbs503 .kmiw6 { min-width: 0; }
}
.sd4v5waw .m92vr::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.iql0z2 .i8smx {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.iql0z2 .i8smx summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.iql0z2 .i8smx p { padding: 0 2px 16px; }
.jl3bohe .i8smx { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.jl3bohe .i8smx summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.jl3bohe .i8smx summary::after { content: "›"; font-size: 1.2em; }
.jl3bohe .i8smx[open] summary::after { content: "‹"; }
.jl3bohe .i8smx p { padding: 10px 22px 4px; }
.zbn752t3 .i8smx {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.zbn752t3 .i8smx summary { color: var(--text-primary); padding-left: 16px; }
.zbn752t3 .i8smx summary::after { content: "›"; font-size: 1.1em; }
.zbn752t3 .i8smx[open] summary::after { content: "‹"; }
.zbn752t3 .i8smx p { padding-left: 16px; }
.a4sx2vzw .vj5kf4e { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.a4sx2vzw .i8smx {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.a4sx2vzw .i8smx:last-child { border-bottom: none; }
.a4sx2vzw .i8smx summary { color: var(--text-primary); border-radius: 0; }
.a4sx2vzw .i8smx summary::after { content: "›"; font-size: 1.1em; }
.a4sx2vzw .i8smx[open] summary::after { content: "‹"; }
.wcmglbt9 .i8smx { overflow: hidden; }
.wcmglbt9 .i8smx summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.wcmglbt9 .i8smx summary::after { color: rgba(255,255,255,.75); }
.wcmglbt9 .i8smx[open] summary { border-radius: 0; }
.al2vrko { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.i3wkuxfb {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.hfakqtuj {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.gelko { color: var(--text-muted); font-size: 1.05rem; }
.b5a2esn {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.dieh { margin-bottom: 20px; }
.n8jxw {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.j42wr {
  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;
}
.j42wr:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.a7cm { resize: vertical; min-height: 130px; }
.mpwn8 { width: 100%; margin-top: 8px; }
.ym0v {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.xfn9es {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.huycf559 { color: var(--text-muted); line-height: 1.75; }
.hcqf { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.hcqf li { margin-bottom: 6px; }
.bil1u { max-width: 760px; margin: 0 auto; }
.ijwqp { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.trirrv { max-width: 760px; margin: 0 auto; }
.vi7y { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.vi7y:last-child { border-bottom: none; }
.pc4c86 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.vi7y p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vi7y ul.hcqf { margin: 0; }
.h43iqrp .pc4c86 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .h43iqrp { grid-template-columns: 1fr; gap: 10px; } }
.r9qji3bp .pc4c86 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.b594cjnm .hcqf { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .lrgbg7xu { grid-template-columns: 1fr; } }
.x2dpa ul.hcqf { margin: 0; }
.pch85w53 .hcqf,
.aymzq7i .hcqf,
.jl4a62 .hcqf,
.zuwu2na .hcqf {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .zu4xjo { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .c8qok { grid-template-columns: 1fr; } .sday { position: static; text-align: center; } }
@media (max-width: 860px) { .g7zc { grid-template-columns: 1fr; } }
.zuwu2na .hcqf { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .g6wwftf { flex-direction: column; text-align: center; } .qsuh { grid-template-columns: 1fr; } }
.c9q1 {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.c9q1 .hfakqtuj { color: var(--accent-light); }
.buybz .hfakqtuj { font-size: 2rem; }
.buybz .gelko { max-width: 680px; }
.g2yf41k .hfakqtuj { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.g2yf41k .gelko  { margin: 0; }
@media (max-width: 640px) { .g2yf41k { flex-direction: column; } }
.wgmgslg .hfakqtuj { color: var(--accent-light); }
.ctyn87 .hfakqtuj { color: #fff; }
.ctyn87 .gelko  { color: rgba(255,255,255,0.85); }
.jazzr5 { max-width: 680px; margin: 0 auto; }
.g7r3w {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .g7r3w { grid-template-columns: 1fr; } }
.xkkwrwl .j42wr {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xkkwrwl .j42wr:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.sqo7c .j42wr { background: var(--bg-raised); border-color: transparent; }
.sqo7c .j42wr:focus { background: var(--bg-card); border-color: var(--accent-light); }
.a4da .j42wr { border-radius: 100px; padding: 11px 20px; }
.a4da .a7cm { border-radius: 14px; }
.yxr6hvrv {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .yxr6hvrv { grid-template-columns: 1fr; } }
.c3z8vec {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.c3z8vec h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.c3z8vec p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.v7s7 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.v7s7 li { margin-bottom: 6px; }
.vj505rlo{position:relative;overflow:visible}
.iahi65sh .ua4l{display:block}
.wh7cngcc .j81h97e~.pwx7bcz,
.wh7cngcc .j81h97e~.pwx7bcz .uwh4thu,
.j81h97e~.pwx7bcz,.gj953nl~.pwx7bcz{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}
.j81h97e~.pwx7bcz .uwh4thu{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.m7198ei{--date-bg:var(--accent-bg)}
.stuk4l3y .a4q603::before{content:""}
.kwd2 .tr5hf4{padding:20px 0}
@media(max-width:640px){
  .tr5hf4{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ns0n7si{max-width:100%}
}
.hhhz64 .hu1v{margin:0}
@media (max-width:560px){
  .hy497{grid-template-columns:repeat(2,1fr);gap:12px}
}
:root {
  --accent:          #59bc1d;
  --brand:           #59bc1d;
  --brand-light:     #509c23;
  --brand-pale:      #69b938;
  --grad-start:      #88e450;
  --grad-end:        #aee58c;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #59bc1d;
  --cta-light:       #479d13;
  --cta-hover:       #3f8614;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f3;
  --bg-raised:       #eff1ee;
  --bg-hover:        #f4f5f3;
  --border:          #e4e9e1;
  --border-alt:      #d4dccf;
  --border-section:  #e4e9e1;
  --text-primary:    #181b17;
  --text-muted:      #576151;
  --text-body:       #31372e;
  --text-sub:        #4a5345;
  --text-faint:      #7c8a74;
  --text-dim:        #96a190;
  --text-label:      #636e5d;
  --text-value:      #3e453a;
  --accent-bg:       #e8f3e1;
  --accent-bg-light: #d6eec8;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #0f9333;
  --c-cons:          #9f4021;
  --c-pros-label:    #12af3d;
  --c-tip-border:    #14c243;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0f9333;
}
:root { --logo-bg-opacity: 71%; }
body, button, input { font-family: "Audiowide", sans-serif; }
.tskq .olrr69c { font-size: 0; width: 1.2rem; flex-shrink: 0; }.tskq .olrr69c::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.tskq .vc9s     .olrr69c::before { content: "";  color: var(--c-tip-border); }.tskq .sqce8w .olrr69c::before { content: ""; color: var(--c-warn-border); }.tskq .e2hqg3    .olrr69c::before { content: ""; color: #60a5fa; }.o0lgy .tskq .vc9s     .olrr69c::before { color: #10b981; }.o0lgy .tskq .sqce8w .olrr69c::before { color: #f43f5e; }.o0lgy .tskq .e2hqg3    .olrr69c::before { color: #a855f7; }.izum74  .tskq .vc9s     .olrr69c::before { color: #eab308; }.izum74  .tskq .sqce8w .olrr69c::before { color: #ef4444; }.izum74  .tskq .e2hqg3    .olrr69c::before { color: #f97316; }.t059nheq  .tskq .vc9s     .olrr69c::before { color: #38bdf8; }.t059nheq  .tskq .sqce8w .olrr69c::before { color: #818cf8; }.t059nheq  .tskq .e2hqg3    .olrr69c::before { color: #2dd4bf; }.i2t4f .tskq .olrr69c::before { color: var(--accent-light) !important; }
.ipo2 .j7759w li::before, .ipo2 .oay0lcer 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; }.ipo2 .j7759w li::before { content: ""; }.ipo2 .oay0lcer li::before { content: ""; }.ipo2 .baaq::before, .ipo2 .xnstm33q::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.ipo2 .baaq::before { content: ""; }.ipo2 .xnstm33q::before { content: ""; }
.pf4dk1yg .lhl4, .pf4dk1yg .j81h97e { min-height: 420px; }
.xmxl8 .ays9::after,.xmxl8 .bqm9::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.wk7ddt::before { content: '◆'; font-size: 0.5em; }