:root {
  --color-accent: #241531;
  --color-cta: #f0cf6a;
  --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;
}
.nqtwdb1t {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.c9z7 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.wkq3l {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.vr4y { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.su5u1e { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.su5u1e a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.su5u1e a:hover { color: var(--accent-light); }
.qoq64uo  .qb8w { border-radius: 14px; }
.qoq64uo .qb8w li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.qoq64uo .qb8w li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.oczf .qb8w li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .qb8w {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .k2r6:hover .qb8w,
  .k2r6:focus-within .qb8w { display: block; }
  .qb8w li a { padding: 8px 16px; font-size: 0.88rem; }
}
.n5x3icr {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.uww6bn { display: none; }
@media (max-width: 640px) {
  .uww6bn {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .uww6bn.i1ji { display: block; }
}
@media (max-width: 640px) {
  .n5x3icr { display: block; }
  .su5u1e > li + li::before { display: none !important; }
  .su5u1e {
    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;
  }
  .su5u1e.i1ji { display: flex; }
  .su5u1e li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .su5u1e li:last-child a { border-bottom: none; }
}
.f42mbd { min-height: 480px; }
.iupqh53 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.sgf8fzrt { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.annqbv .sgf8fzrt { margin-left: 0; margin-right: 0; }
.yuqw6v2 {
  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;
}
.yuqw6v2:hover { opacity: 0.88; }
.b09dyht {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.y30hxh {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.b09dyht .mwcr {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.b09dyht .iupqh53 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.b09dyht .sgf8fzrt { color: #e2e8f0; }
.b09dyht.xwvnni2 .mwcr { text-align: center; }
.b09dyht.annqbv   .mwcr { text-align: left; }
.q61vd .mwcr {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.q61vd .iupqh53 { color: var(--text-primary); text-shadow: none; }
.q61vd .sgf8fzrt { color: var(--text-muted); }
.q61vd .yuqw6v2 { margin-top: 16px; }
.q61vd, .q61vd.f42mbd { min-height: auto !important; }
.q61vd.xwvnni2 .mwcr { text-align: center; }
.q61vd.annqbv   .mwcr { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.fdxsgqdm .b09dyht .y30hxh {
  overflow: hidden;
}
.fdxsgqdm .b09dyht .y30hxh::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.ycpasiqw .b09dyht .y30hxh {
  overflow: hidden;
}
.ycpasiqw .b09dyht .y30hxh::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.plg3ayq8 .rjfqwyf,
.plg3ayq8 .rmicul,
.plg3ayq8 .b09dyht .y30hxh {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.q95nx .b09dyht .y30hxh {
  overflow: hidden;
}
.q95nx .b09dyht .y30hxh::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.o0l2ua9 .b09dyht .y30hxh {
  animation: hg-breathe 10s ease-in-out infinite;
}
.rjfqwyf .y30hxh {
  background: none;
}
.rjfqwyf .iupqh53 { color: #fff; }
.rjfqwyf .sgf8fzrt { color: rgba(255,255,255,0.85); }
.rjfqwyf .yuqw6v2 { background: #fff; color: var(--cta); }
.rjfqwyf .yuqw6v2:hover { opacity: 0.92; }
.plg3ayq8 .ltmib {
  animation: hg-fadein 1.2s ease-out both;
}
.ltmib .iupqh53 { text-shadow: none; color: var(--text-primary); }
.ltmib .sgf8fzrt { color: var(--text-muted); }
body.zozuuw2 .iupqh53 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.xpfe .iupqh53 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.f42mbd.rjfqwyf .iupqh53,
section.rjfqwyf .iupqh53 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ltmib.xwvnni2 .twx7 { align-items: center; text-align: center; }
.f42mbd .fcpu {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.fcpu .qpm1d.jf4c {
  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;
}
.fcpu .qpm1d.jf4c:hover { opacity: 0.85; }
.mptc1aa .mwcr { padding-bottom: 24px; }
.jle8 .mwcr { max-width: 1100px; }
@media (max-width: 700px) {
  .ltmib { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ltmib:not(.ed13gmzh) .b1ac { display: none !important; }
  .ed13gmzh .b1ac { padding: 16px; }
  .twx7  { padding: 36px 24px; }
  .ltmib~.skr8nh,.khfw~.skr8nh{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .f42mbd, .ltmib { min-height: 320px !important; }
  .iupqh53 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .oai96,
  .pvlyu,
  .kxsjl6 { grid-template-columns: 1fr !important; }

  

  
  .mptc1aa { display: flex !important; flex-direction: column !important; }
  .mptc1aa .mwcr { display: contents; }
  .mptc1aa .y30hxh { order: 0; }
  .mptc1aa .iupqh53 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .mptc1aa .oai96 { order: 2; padding: 0 16px 12px !important; }
  .mptc1aa .sgf8fzrt { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .jle8 .mwcr { display: flex; flex-direction: column; }
  .jle8 .mwcr .iupqh53 { order: 1; }
  .jle8 .mwcr .kxsjl6 { order: 2; margin: 8px 0 24px !important; }
  .jle8 .mwcr .sgf8fzrt { order: 3; }
  .jle8 .mwcr .yuqw6v2 { order: 4; align-self: center; margin-top: 0; }

  
  .ltmib.ed13gmzh {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ltmib.ed13gmzh .twx7 { display: contents; padding: 0; }
  .ltmib.ed13gmzh .twx7 .iupqh53 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ltmib.ed13gmzh .b1ac { order: 2; padding: 12px 16px; }
  .ltmib.ed13gmzh .twx7 .sgf8fzrt { order: 3; padding: 0 24px; margin: 0 auto; }
  .ltmib.ed13gmzh .twx7 .yuqw6v2 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.a6lnk7 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.w69fg { width: 100%; height: auto; display: block; border-radius: 10px; }
.w0h1 .a6lnk7        { border-radius: 16px; }
.w0h1 .w69fg  { border-radius: 16px; }
.m81pc .a6lnk7         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.m81pc .w69fg   { border-radius: 8px; }
.x0naz { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.l1ii2u5f { width: 100%; padding: 32px 0; position: relative; }
.sw73rq { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.fkijuj .l1ii2u5f:nth-child(even) { background: var(--bg-surface); }
.fkijuj .l1ii2u5f:nth-child(odd)  { background: var(--bg-page); }
.g2bc .l1ii2u5f:nth-child(even) { background: var(--bg-card); }
.g2bc .l1ii2u5f:nth-child(odd)  { background: var(--bg-page); }
.fkijuj .l1ii2u5f:nth-child(odd)  .sw73rq { background: var(--bg-card); border-radius: 6px; }
.fkijuj .l1ii2u5f:nth-child(even) .sw73rq { background: var(--bg-raised); border-radius: 6px; }
.g2bc .l1ii2u5f:nth-child(odd)  .sw73rq { background: var(--bg-card); border-radius: 6px; }
.g2bc .l1ii2u5f:nth-child(even) .sw73rq { background: var(--bg-raised); border-radius: 6px; }
.fkijuj .l1ii2u5f:nth-child(even) .f68466 .l4z3lhjm,
.g2bc .l1ii2u5f:nth-child(even) .f68466 .l4z3lhjm { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.fkijuj .l1ii2u5f:nth-child(odd) .f68466 .l4z3lhjm,
.g2bc .l1ii2u5f:nth-child(odd) .f68466 .l4z3lhjm { background: var(--bg-card-inner); }
.fkijuj .l1ii2u5f:nth-child(even) .fve94s .l4z3lhjm:nth-child(odd),
.g2bc .l1ii2u5f:nth-child(even) .fve94s .l4z3lhjm:nth-child(odd)  { background: var(--bg-card); }
.fkijuj .l1ii2u5f:nth-child(even) .fve94s .l4z3lhjm:nth-child(even),
.g2bc .l1ii2u5f:nth-child(even) .fve94s .l4z3lhjm:nth-child(even) { background: var(--bg-card-inner); }
h1.edjg { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.edjg {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.y8lfwsp { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.wmr9o7c0 h2.edjg {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.w2wg2 h2.edjg {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.j0kgnasz h2.edjg {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ufgvu h2.edjg::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.qjqkcl1t h2.edjg {
  color: var(--text-primary); font-size: 1.7rem;
}
.vrjtuxd h2.edjg::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.oq0eezd h2.edjg {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .ysu9g { display: none; } }
.nbsy7zok { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.rcko { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.awdds8ya {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.w3etb { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.e3r6g { padding-left: 20px; }
.e3r6g li { margin-bottom: 6px; }
.e3r6g a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.e3r6g a:hover { color: var(--accent-light); }
.ef0ng74 .w3etb { display: none; }
.n26zl .w3etb { display: none; }
.n26zl .e3r6g { padding-left: 0; list-style: none; }
.n26zl .e3r6g li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.n26zl .e3r6g a { font-size: 0.92rem; }
.zwrya .awdds8ya { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zwrya .w3etb { display: none; }
.zwrya .e3r6g { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zwrya .e3r6g li { margin-bottom: 0; }
.zwrya .e3r6g 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;
}
.zwrya .e3r6g a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.s3hjbg .awdds8ya { padding: 20px 20px 16px; }
.s3hjbg .e3r6g {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.s3hjbg .e3r6g li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.s3hjbg .e3r6g 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;
}
.s3hjbg .e3r6g 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;
}
.s3hjbg .e3r6g a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.s3hjbg .e3r6g a:focus,
.s3hjbg .e3r6g a:focus-visible,
.s3hjbg .e3r6g a:target { outline: none; }
.s3hjbg .e3r6g li:target a { border-color: var(--border); color: var(--text-muted); }
.c4vezn2k .awdds8ya { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.c4vezn2k .w3etb { display: none; }
.c4vezn2k .e3r6g { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.c4vezn2k .e3r6g li { margin-bottom: 0; }
.c4vezn2k .e3r6g li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.c4vezn2k .e3r6g li:last-child::after { content: ""; margin-right: 0; }
.c4vezn2k .e3r6g a { font-size: 0.9rem; }
.l4z3lhjm { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.f68466 .l4z3lhjm { background: var(--bg-card); }
.fve94s .l4z3lhjm:nth-child(odd)  { background: var(--bg-card); }
.fve94s .l4z3lhjm:nth-child(even) { background: var(--bg-raised); }
.cj1yn .l4z3lhjm {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.cj1yn .l4z3lhjm:last-child { border-bottom: none; }
.cj1yn h3.y8lfwsp { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ptcb1efs .l4z3lhjm {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ptcb1efs .l4z3lhjm + .l4z3lhjm { margin-top: 4px; }
.j684imo .l4z3lhjm { background: none; border-radius: 0; padding: 12px 0; }
.j684imo .l4z3lhjm + .l4z3lhjm { border-top: 1px solid var(--border-section); }
.txlv4 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.th713 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.eopz { color: var(--text-body); margin-bottom: 10px; }
.hdubc, .yr5a7p { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.hdubc li, .yr5a7p li { margin-bottom: 6px; }
.yr5a7p li { list-style: decimal; }
.d2rmh     .hdubc { list-style-type: "● "; }
.m6kp9njt  .hdubc { list-style-type: "■ "; }
.g5ale5 .hdubc { list-style-type: "◆ "; }
.xvhmzj    .hdubc { list-style-type: "★ "; }
.d2rmh     .otdj6d { list-style-type: "● "; }
.m6kp9njt  .otdj6d { list-style-type: "■ "; }
.g5ale5 .otdj6d { list-style-type: "◆ "; }
.xvhmzj    .otdj6d { list-style-type: "★ "; }
.d2rmh    .hdubc li::marker, .d2rmh    .otdj6d li::marker,
.m6kp9njt .hdubc li::marker, .m6kp9njt .otdj6d li::marker,
.g5ale5 .hdubc li::marker, .g5ale5 .otdj6d li::marker,
.xvhmzj   .hdubc li::marker, .xvhmzj   .otdj6d li::marker {
  color: var(--cta); font-size: 1em;
}
.d2rmh .yr5a7p,
.m6kp9njt .yr5a7p,
.g5ale5 .yr5a7p,
.xvhmzj .yr5a7p {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.d2rmh .yr5a7p li,
.m6kp9njt .yr5a7p li,
.g5ale5 .yr5a7p li,
.xvhmzj .yr5a7p li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.d2rmh .yr5a7p li::before,
.m6kp9njt .yr5a7p li::before,
.g5ale5 .yr5a7p li::before,
.xvhmzj .yr5a7p 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;
}
.d2rmh     .yr5a7p li::before { border-radius: 50%; }
.m6kp9njt  .yr5a7p li::before { border-radius: 3px; }
.g5ale5 .yr5a7p li::before { border-radius: 3px; }
.xvhmzj    .yr5a7p li::before { border-radius: 50%; }
.ba39z { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.mw8l6 .ba39z,
.yjydg .ba39z { background: transparent; border: none; border-radius: 0; }
.d8s5t86d { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.d8s5t86d th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.d8s5t86d td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.d8s5t86d tr:hover td { background: var(--bg-hover); }
.u51guz .d8s5t86d tbody tr:nth-child(even) td { background: var(--bg-surface); }
.dvb35 .d8s5t86d { border: 1px solid var(--border-alt); }
.dvb35 .d8s5t86d th,
.dvb35 .d8s5t86d td { border: 1px solid var(--border-alt); }
.o95wu0iw .d8s5t86d th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.o95wu0iw .d8s5t86d td { border-bottom: none; }
.o95wu0iw .d8s5t86d tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.c1dnx6x .d8s5t86d th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.a1iwm5s .ba39z {
  overflow: hidden;
}
.a1iwm5s .d8s5t86d th { border-bottom: 1px solid var(--border-alt); }
.a1iwm5s .d8s5t86d tr:last-child td { border-bottom: none; }
.t4dr2vt { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.fxc0 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.e14t { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.uxtzp { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.cxmkn { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.otdj6d { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.otdj6d 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%}
.m70rgl5o .uxtzp { background: transparent; text-align: center; }
.jwdf7k .e14t {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.qoui .e14t {
  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);
}
.naenuxl .fxc0 { display: grid; grid-template-columns: auto 1fr; }
.naenuxl .e14t {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.naenuxl .uxtzp { grid-column: 2; }
.naenuxl .cxmkn,
.naenuxl .otdj6d { grid-column: 1 / -1; }
.e68ms7i .fxc0 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.e68ms7i .e14t {
  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);
}
.e68ms7i .uxtzp { grid-column: 2; }
.e68ms7i .cxmkn,
.e68ms7i .otdj6d { grid-column: 1 / -1; }
.i8ypnf .fxc0 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.i8ypnf .uxtzp { background: none; color: var(--accent-light); font-weight: 700; }
.bg1t3ls .fxc0 { 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); }
.bg1t3ls .uxtzp { background: none; color: var(--accent-light); font-weight: 700; }
.cmgqo4ff .fxc0 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.cmgqo4ff .fxc0:last-child { border-bottom: none; }
.cmgqo4ff .uxtzp { background: none; color: var(--accent-light); font-weight: 700; }
.x7vzxb4e .fxc0 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.x7vzxb4e .uxtzp { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.l57mtp56 .t4dr2vt { counter-reset: card-n; }
.l57mtp56 .fxc0  { counter-increment: card-n; }
.l57mtp56 .uxtzp { display: flex; align-items: center; gap: 10px; }
.l57mtp56 .uxtzp::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;
}
.shsz .fxc0 { background: var(--bg-surface); border: 1px solid var(--border); }
.shsz .uxtzp { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ci917d3y { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ubwgs  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.leubxiap { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.at9royzf { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.wcqsg4i { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ci917d3y strong { color: var(--text-primary); font-size: 0.95rem; }
.ci917d3y p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.w69fg { width: 100%; height: auto; border-radius: 10px; display: block; }
.jf4c {
  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;
}
.jf4c:hover { opacity: 0.85; }
.sp38o .jf4c  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.sp38o .jf4c:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.fsx3 .jf4c  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.fsx3 .jf4c:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sfxevfy7 .yuqw6v2 { border-radius: 50px; }
.sfxevfy7 .jf4c  { border-radius: 50px; }
.ziwmvw .yuqw6v2 { padding-left: 22px; padding-right: 22px; }
.ziwmvw .jf4c  { padding-left: 12px; padding-right: 12px; }
.qwznc .yuqw6v2 { padding-left: 44px; padding-right: 44px; }
.qwznc .jf4c  { padding-left: 24px; padding-right: 24px; }
.sbp2 .yuqw6v2 { padding-left: 56px; padding-right: 56px; }
.sbp2 .jf4c  { padding-left: 32px; padding-right: 32px; }
.k9wtzjf   .yuqw6v2::after, .k9wtzjf   .jf4c::after,
.l5gnd .yuqw6v2::after, .l5gnd .jf4c::after,
.d56cf    .yuqw6v2::after, .d56cf    .jf4c::after,
.pyeft2    .yuqw6v2::after, .pyeft2    .jf4c::after,
.fiyshj57    .yuqw6v2::after, .fiyshj57    .jf4c::after,
.q1ui54cf     .yuqw6v2::after, .q1ui54cf     .jf4c::after,
.qu7vy    .yuqw6v2::after, .qu7vy    .jf4c::after,
.up0w   .yuqw6v2::after, .up0w   .jf4c::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;
}
.k9wtzjf .yuqw6v2::after, .k9wtzjf .jf4c::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");
}
.l5gnd .yuqw6v2::after, .l5gnd .jf4c::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");
}
.d56cf .yuqw6v2::after, .d56cf .jf4c::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");
}
.pyeft2 .yuqw6v2::after, .pyeft2 .jf4c::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");
}
.fiyshj57 .yuqw6v2::after, .fiyshj57 .jf4c::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");
}
.q1ui54cf .yuqw6v2::after, .q1ui54cf .jf4c::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");
}
.qu7vy .yuqw6v2::after, .qu7vy .jf4c::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");
}
.up0w .yuqw6v2::after, .up0w .jf4c::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");
}
.m8ivgq   .s12uerij::after, .m8ivgq   .ocmuz::after,
.or7is .s12uerij::after, .or7is .ocmuz::after,
.hid1    .s12uerij::after, .hid1    .ocmuz::after,
.jfmkeox    .s12uerij::after, .jfmkeox    .ocmuz::after,
.g5ml3    .s12uerij::after, .g5ml3    .ocmuz::after,
.vy3u     .s12uerij::after, .vy3u     .ocmuz::after,
.bkpvvgdp    .s12uerij::after, .bkpvvgdp    .ocmuz::after,
.fyyokl   .s12uerij::after, .fyyokl   .ocmuz::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;
}
.m8ivgq .s12uerij::after, .m8ivgq .ocmuz::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");
}
.or7is .s12uerij::after, .or7is .ocmuz::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");
}
.hid1 .s12uerij::after, .hid1 .ocmuz::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");
}
.jfmkeox .s12uerij::after, .jfmkeox .ocmuz::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");
}
.g5ml3 .s12uerij::after, .g5ml3 .ocmuz::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");
}
.vy3u .s12uerij::after, .vy3u .ocmuz::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");
}
.bkpvvgdp .s12uerij::after, .bkpvvgdp .ocmuz::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");
}
.fyyokl .s12uerij::after, .fyyokl .ocmuz::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");
}
.aipbo9 .q75k3   { background: rgba(128,128,128,.12); }
.qpm1d.jf4c {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .tolnt {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .tolnt::before    { grid-area: rank;   }
  .ose7xxg           { grid-area: ident;  }
  .qlg5     { grid-area: rating; min-width: 0; width: auto; }
  .bvwpq3           { grid-area: pills;  }
  .qpm1d             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .tolnt {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .tolnt::before    { justify-self: center; }
  .ose7xxg           { width: 100%; }
  .qlg5     { justify-self: center; }
  .bvwpq3           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .jay23jb .byrc34k {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .jay23jb .hfpam { margin: 0; }
}
.rcfc4 .jxxjzn { padding: 0; gap: 0; overflow: hidden; }
.rcfc4 .jb1gc { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.rcfc4 .fs8j5d25 { padding: 16px 20px; }
.rcfc4 .r01j { padding: 16px 20px; align-self: center; }
@media (max-width: 720px) {
  .ntc5z { grid-template-columns: 1fr; }
  .ye1mc { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ye1mc .xeg7gc7 { width: 72px; height: 50px; }
  .ye1mc .fsv8jp6p { max-width: 180px; }
  .ye1mc .yqb0om { width: auto; }
}
@media (max-width: 720px) {
  .c3fdfain { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .r1bp { padding: 16px; }
  .q9ds .gljm4ew { min-width: 50%; }
}
@media (max-width: 860px) {
  .mqsh8r9o { grid-template-columns: 1fr; }
  .q45d0rdu { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .cv2p44bb { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .hm35 { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .e7teodf { flex-direction: column; align-items: stretch; }
}
.ruqiuj0 .yqb0om .jf4c { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .sa6i { flex-direction: column; align-items: stretch; gap: 10px; }
  .ruqiuj0 .yqb0om { text-align: center; }
}
@media (max-width: 720px) {
  .p8vz { grid-template-columns: 1fr; }
  .bcqv { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .nffl { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .g6vag5 { grid-template-columns: 1fr; }
  .hnx3lo7 { width: 100px; height: 100px; margin: 16px auto; }
  .q9k5 { font-size: 1.4rem; }
  .b3ee { justify-content: center; }
  .wjuhmr .gljm4ew { min-width: 50%; }
}
@media (max-width: 540px) {
  .wu33aq75 { flex-wrap: wrap; padding: 14px 16px; }
  .insyo77 { padding: 12px 16px; }
  .dnh4 .lxlpn0 { margin: 0 16px; }
  .dnh4 .vryq5aj { padding: 0 16px; }
  .smbo2dkd { padding: 12px 16px; }
}
.ao0za3 .tolnt {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.ao0za3 .tolnt:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.d81nfu .bvwpq3 .zjslyz {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.d81nfu .bvwpq3 .zjslyz:first-child { border-left: none; }
.uyvy7 .m8qes,
.uyvy7 .asptg,
.uyvy7 .asptg { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.uyvy7 .asptg small { display: none; }
.uyvy7 .zszzb2yt .ovv4jk,
.uyvy7 .zszzb2yt strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.uyvy7 .mvm3ujaj { display: none; }
.qwt4yq2 { margin: 16px 0; }
.eszzepgh { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.eszzepgh summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.eszzepgh summary::after { content: "+"; color: var(--accent-light); }
.eszzepgh[open] summary::after { content: "−"; }
.eszzepgh p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.l1ii2u5f { margin-bottom: 0; }
.mwet324z h2.edjg { color: var(--text-primary); border-color: var(--accent-light); }
.ifhg5kxg h2.edjg { color: var(--text-primary); border-color: var(--accent-light); }
.akvkhuz .ubwgs     { background: #052e16; border-color: #10b981; }
.akvkhuz .leubxiap { background: #2d0a1e; border-color: #f43f5e; }
.akvkhuz .at9royzf    { background: #1e1036; border-color: #a855f7; }
.akvkhuz .ci917d3y strong  { color: #f1f5f9; }
.akvkhuz .ci917d3y p       { color: #cbd5e1; }
.akvkhuz .rw87s    .ubwgs     .wcqsg4i::before,
.akvkhuz .igsbrz7w  .ubwgs     .wcqsg4i::before,
.akvkhuz .a6j9  .ubwgs     .wcqsg4i::before,
.akvkhuz .wua2zw .ubwgs     .wcqsg4i::before { color: #10b981; }
.akvkhuz .rw87s    .leubxiap .wcqsg4i::before,
.akvkhuz .igsbrz7w  .leubxiap .wcqsg4i::before,
.akvkhuz .a6j9  .leubxiap .wcqsg4i::before,
.akvkhuz .wua2zw .leubxiap .wcqsg4i::before { color: #f43f5e; }
.akvkhuz .rw87s    .at9royzf    .wcqsg4i::before,
.akvkhuz .igsbrz7w  .at9royzf    .wcqsg4i::before,
.akvkhuz .a6j9  .at9royzf    .wcqsg4i::before,
.akvkhuz .wua2zw .at9royzf    .wcqsg4i::before { color: #a855f7; }
.m3m4 .ubwgs     { background: #2d2000; border-color: #eab308; }
.m3m4 .leubxiap { background: #2d0b0b; border-color: #ef4444; }
.m3m4 .at9royzf    { background: #2d1600; border-color: #f97316; }
.m3m4 .ci917d3y strong  { color: #f1f5f9; }
.m3m4 .ci917d3y p       { color: #cbd5e1; }
.m3m4 .rw87s    .ubwgs     .wcqsg4i::before,
.m3m4 .igsbrz7w  .ubwgs     .wcqsg4i::before,
.m3m4 .a6j9  .ubwgs     .wcqsg4i::before,
.m3m4 .wua2zw .ubwgs     .wcqsg4i::before { color: #eab308; }
.m3m4 .rw87s    .leubxiap .wcqsg4i::before,
.m3m4 .igsbrz7w  .leubxiap .wcqsg4i::before,
.m3m4 .a6j9  .leubxiap .wcqsg4i::before,
.m3m4 .wua2zw .leubxiap .wcqsg4i::before { color: #ef4444; }
.m3m4 .rw87s    .at9royzf    .wcqsg4i::before,
.m3m4 .igsbrz7w  .at9royzf    .wcqsg4i::before,
.m3m4 .a6j9  .at9royzf    .wcqsg4i::before,
.m3m4 .wua2zw .at9royzf    .wcqsg4i::before { color: #f97316; }
.efwx9 .ubwgs     { background: #0c1a2e; border-color: #38bdf8; }
.efwx9 .leubxiap { background: #12103a; border-color: #818cf8; }
.efwx9 .at9royzf    { background: #0a2020; border-color: #2dd4bf; }
.efwx9 .ci917d3y strong  { color: #f1f5f9; }
.efwx9 .ci917d3y p       { color: #cbd5e1; }
.efwx9 .rw87s    .ubwgs     .wcqsg4i::before,
.efwx9 .igsbrz7w  .ubwgs     .wcqsg4i::before,
.efwx9 .a6j9  .ubwgs     .wcqsg4i::before,
.efwx9 .wua2zw .ubwgs     .wcqsg4i::before { color: #38bdf8; }
.efwx9 .rw87s    .leubxiap .wcqsg4i::before,
.efwx9 .igsbrz7w  .leubxiap .wcqsg4i::before,
.efwx9 .a6j9  .leubxiap .wcqsg4i::before,
.efwx9 .wua2zw .leubxiap .wcqsg4i::before { color: #818cf8; }
.efwx9 .rw87s    .at9royzf    .wcqsg4i::before,
.efwx9 .igsbrz7w  .at9royzf    .wcqsg4i::before,
.efwx9 .a6j9  .at9royzf    .wcqsg4i::before,
.efwx9 .wua2zw .at9royzf    .wcqsg4i::before { color: #2dd4bf; }
.mr3g4s .ubwgs     { background: var(--accent-bg); border-color: var(--accent-light); }
.mr3g4s .leubxiap { background: var(--accent-bg-light); border-color: var(--accent-light); }
.mr3g4s .at9royzf    { background: var(--accent-bg); border-color: var(--accent-pale); }
.mr3g4s .rw87s    .wcqsg4i::before,
.mr3g4s .igsbrz7w  .wcqsg4i::before,
.mr3g4s .a6j9  .wcqsg4i::before,
.mr3g4s .wua2zw .wcqsg4i::before { color: var(--accent-light) !important; }
.c98xdff .oicqvl { background: var(--bg-pros); }
.c98xdff .klbn { background: var(--bg-cons); }
.c98xdff .oicqvl .qojnt7i { color: var(--c-pros-label); }
.c98xdff .klbn .u4egit { color: var(--c-cons); }
.c98xdff .oicqvl ul li,
.c98xdff .q1bd7 li          { color: var(--c-pros); }
.c98xdff .klbn ul li,
.c98xdff .jik3j9r li          { color: var(--c-cons); }
.e0n86p0 .ci917d3y { background: transparent; border-left: none; border: 1.5px solid; }
.e0n86p0 .ubwgs     { border-color: var(--c-tip-border); }
.e0n86p0 .leubxiap { border-color: var(--c-warn-border); }
.e0n86p0 .at9royzf    { border-color: #60a5fa; }
.e0n86p0 .ci917d3y strong { color: var(--text-primary); }
.e0n86p0 .ci917d3y p      { color: var(--text-muted); }
.dydc .ci917d3y { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.dydc .ubwgs     { border-top-color: var(--c-tip-border); }
.dydc .leubxiap { border-top-color: var(--c-warn-border); }
.dydc .at9royzf    { border-top-color: #60a5fa; }
.hjf3t1 .ci917d3y { border-left: none; border-radius: 8px; }
.hjf3t1 .ubwgs     { background: #065f46; }
.hjf3t1 .leubxiap { background: #92400e; }
.hjf3t1 .at9royzf    { background: #1e3a8a; }
.hjf3t1 .ci917d3y strong,
.hjf3t1 .ci917d3y p { color: #fff; }
.hjf3t1 .wcqsg4i::before { color: rgba(255,255,255,0.85) !important; }
.akvkhuz.hjf3t1 .ubwgs,
.akvkhuz .hjf3t1 .ubwgs     { background: #052e16; }
.akvkhuz.hjf3t1 .leubxiap,
.akvkhuz .hjf3t1 .leubxiap { background: #2d0a1e; }
.akvkhuz.hjf3t1 .at9royzf,
.akvkhuz .hjf3t1 .at9royzf    { background: #1e1036; }
.m3m4.hjf3t1 .ubwgs,
.m3m4 .hjf3t1 .ubwgs      { background: #2d2000; }
.m3m4.hjf3t1 .leubxiap,
.m3m4 .hjf3t1 .leubxiap  { background: #2d0b0b; }
.m3m4.hjf3t1 .at9royzf,
.m3m4 .hjf3t1 .at9royzf     { background: #2d1600; }
.efwx9.hjf3t1 .ubwgs,
.efwx9 .hjf3t1 .ubwgs      { background: #0c1a2e; }
.efwx9.hjf3t1 .leubxiap,
.efwx9 .hjf3t1 .leubxiap  { background: #12103a; }
.efwx9.hjf3t1 .at9royzf,
.efwx9 .hjf3t1 .at9royzf     { background: #0a2020; }
.rem8ek .ci917d3y { border-left: none; border-radius: 6px; padding: 10px 14px; }
.rem8ek .ubwgs     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.rem8ek .leubxiap { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.rem8ek .at9royzf    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.rem8ek .ci917d3y strong { color: var(--text-primary); }
.rem8ek .ci917d3y p      { color: var(--text-muted); }
.i2y5 .ci917d3y { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.rw87s .wcqsg4i,
.igsbrz7w .wcqsg4i,
.a6j9 .wcqsg4i,
.wua2zw .wcqsg4i { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.rw87s .wcqsg4i::before,
.igsbrz7w .wcqsg4i::before,
.a6j9 .wcqsg4i::before,
.wua2zw .wcqsg4i::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.rw87s .ubwgs     .wcqsg4i::before { content: "✦"; color: var(--c-tip-border); }
.rw87s .leubxiap .wcqsg4i::before { content: "▲"; color: var(--c-warn-border); }
.rw87s .at9royzf    .wcqsg4i::before { content: "◉"; color: #60a5fa; }
.igsbrz7w .ubwgs     .wcqsg4i::before { content: "★"; color: var(--c-tip-border); }
.igsbrz7w .leubxiap .wcqsg4i::before { content: "◆"; color: var(--c-warn-border); }
.igsbrz7w .at9royzf    .wcqsg4i::before { content: "●"; color: #60a5fa; }
.a6j9 .ubwgs     .wcqsg4i::before { content: "▶"; color: var(--c-tip-border); }
.a6j9 .leubxiap .wcqsg4i::before { content: "■"; color: var(--c-warn-border); }
.a6j9 .at9royzf    .wcqsg4i::before { content: "▸"; color: #60a5fa; }
.wua2zw .ubwgs     .wcqsg4i::before { content: "→"; color: var(--c-tip-border); }
.wua2zw .leubxiap .wcqsg4i::before { content: "⬥"; color: var(--c-warn-border); }
.wua2zw .at9royzf    .wcqsg4i::before { content: "◈"; color: #60a5fa; }
.kgkh .f68466 .l4z3lhjm,
.kgkh .fve94s .l4z3lhjm  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.kgkh .fxc0                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.kgkh .ba39z          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kgkh .awdds8ya                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.pcugysr .f68466 .l4z3lhjm,
.pcugysr .fve94s .l4z3lhjm,
.pcugysr .fxc0,
.pcugysr .tolnt,
.pcugysr .hfpam,
.pcugysr .ba39z,
.pcugysr .awdds8ya,
.pcugysr .i2y5 .ci917d3y { box-shadow: none; }
.s7nnav   body, .s7nnav   { font-size: 0.9rem; }
.s7nnav   .eopz, .s7nnav .txlv4, .s7nnav .th713,
.s7nnav   .nbsy7zok, .s7nnav .rcko { font-size: 0.9rem; }
.s7nnav   .hdubc, .s7nnav .yr5a7p { font-size: 0.9rem; }
.f8lpec43   .eopz, .f8lpec43 .txlv4, .f8lpec43 .th713,
.f8lpec43   .nbsy7zok, .f8lpec43 .rcko { font-size: 0.95rem; }
.f8lpec43   .hdubc, .f8lpec43 .yr5a7p { font-size: 0.95rem; }
.kssy9v7h   .eopz, .kssy9v7h .txlv4, .kssy9v7h .th713,
.kssy9v7h   .nbsy7zok, .kssy9v7h .rcko { font-size: 1.08rem; }
.kssy9v7h   .hdubc, .kssy9v7h .yr5a7p { font-size: 1.05rem; }
.kssy9v7h   .d8s5t86d { font-size: 0.97rem; }
.wg5akg .iupqh53      { font-size: 3.2rem; }
.wg5akg h2.edjg { font-size: 1.9rem; }
.wg5akg h3.y8lfwsp     { font-size: 1.4rem; }
.s9i20 .iupqh53      { font-size: 3.8rem; }
.s9i20 h2.edjg { font-size: 2.2rem; }
.s9i20 h3.y8lfwsp     { font-size: 1.6rem; }
.l1ii2u5f + .l1ii2u5f { position: relative; }
.jydhcc   .l1ii2u5f + .l1ii2u5f::before,
.rw5mh  .l1ii2u5f + .l1ii2u5f::before,
.y6o2un   .l1ii2u5f + .l1ii2u5f::before,
.pfppd30z   .l1ii2u5f + .l1ii2u5f::before,
.xxop996c   .l1ii2u5f + .l1ii2u5f::before,
.b2gj .l1ii2u5f + .l1ii2u5f::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.jydhcc .l1ii2u5f + .l1ii2u5f::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.rw5mh .l1ii2u5f + .l1ii2u5f::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.y6o2un .l1ii2u5f + .l1ii2u5f::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;
}
.pfppd30z .l1ii2u5f + .l1ii2u5f::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.crbshra .l1ii2u5f { margin-bottom: 16px; }
.crbshra .l1ii2u5f + .l1ii2u5f { margin-top: 0; }
.crbshra .sw73rq { padding-top: 0; padding-bottom: 0; }
.xxop996c .l1ii2u5f + .l1ii2u5f::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.b2gj .l1ii2u5f + .l1ii2u5f::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.i9nkpqi3 .l1ii2u5f + .l1ii2u5f::before,
.z703 .l1ii2u5f + .l1ii2u5f::before,
.ktn1 .l1ii2u5f + .l1ii2u5f::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%;
}
.fkijuj .i9nkpqi3 .l1ii2u5f:nth-child(even)::before,
.fkijuj .z703 .l1ii2u5f:nth-child(even)::before,
.fkijuj .ktn1 .l1ii2u5f:nth-child(even)::before { background: var(--bg-surface); }
.g2bc .i9nkpqi3 .l1ii2u5f:nth-child(even)::before,
.g2bc .z703 .l1ii2u5f:nth-child(even)::before,
.g2bc .ktn1 .l1ii2u5f:nth-child(even)::before { background: var(--bg-card); }
.i9nkpqi3 .l1ii2u5f + .l1ii2u5f::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");
}
.z703 .l1ii2u5f + .l1ii2u5f::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");
}
.ktn1 .l1ii2u5f + .l1ii2u5f::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");
}
.u01ku .b09dyht,
.ibrwrf .b09dyht,
.mqsjh .b09dyht { overflow: hidden; }
.u01ku .mwcr,
.ibrwrf .mwcr { margin-bottom: 60px; }
.mqsjh .mwcr { margin-bottom: 70px; }
.u01ku .b09dyht::before,
.ibrwrf .b09dyht::before,
.mqsjh .b09dyht::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%;
}
.u01ku .b09dyht::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");
}
.ibrwrf .b09dyht::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");
}
.mqsjh .b09dyht::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");
}
.nx1o6q .b09dyht:not(.rjfqwyf) .y30hxh { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.yfmtah52 .b09dyht:not(.rjfqwyf) .y30hxh { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.cutdtd  .b09dyht:not(.rjfqwyf) .y30hxh { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.wd9d3q  .b09dyht:not(.rjfqwyf) .y30hxh { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.nx1o6q .rjfqwyf { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.nx1o6q .rmicul { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.nx1o6q .ltmib { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.mh9k .rjfqwyf .y30hxh { background: none; }
.mh9k .b09dyht:not(.rjfqwyf) .y30hxh { background: rgba(0,0,0,0.6); }
.l1ii2u5f.o29q .a6lnk7 { float: left; width: 38%; margin: 0 28px 16px 0; }
.l1ii2u5f.o29q .a6lnk7 .w69fg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.l1ii2u5f.o29q .sw73rq::after { content: ''; display: block; clear: both; }
.l1ii2u5f.w29vr4 .a6lnk7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.l1ii2u5f.w29vr4 .a6lnk7 .w69fg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.l1ii2u5f.w29vr4 .sw73rq::after { content: ''; display: block; clear: both; }
.l1ii2u5f.o29q .t4dr2vt,
.l1ii2u5f.o29q .ba39z,
.l1ii2u5f.o29q .ci917d3y,
.l1ii2u5f.o29q .l4z3lhjm,
.l1ii2u5f.o29q .rcko,
.l1ii2u5f.o29q .ua4o3,
.l1ii2u5f.o29q .byrc34k,
.l1ii2u5f.o29q .svqi,
.l1ii2u5f.w29vr4 .t4dr2vt,
.l1ii2u5f.w29vr4 .ba39z,
.l1ii2u5f.w29vr4 .ci917d3y,
.l1ii2u5f.w29vr4 .l4z3lhjm,
.l1ii2u5f.w29vr4 .rcko,
.l1ii2u5f.w29vr4 .ua4o3,
.l1ii2u5f.w29vr4 .byrc34k,
.l1ii2u5f.w29vr4 .svqi { clear: both; }
@media (max-width: 900px) {
  .l1ii2u5f.o29q .a6lnk7,
  .l1ii2u5f.w29vr4 .a6lnk7 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .l1ii2u5f.o29q .a6lnk7 .w69fg,
  .l1ii2u5f.w29vr4 .a6lnk7 .w69fg {
    max-height: none !important;
  }
}
.l1ii2u5f.o29q .hdubc,
.l1ii2u5f.o29q .yr5a7p,
.l1ii2u5f.w29vr4 .hdubc,
.l1ii2u5f.w29vr4 .yr5a7p { overflow: hidden; }
@media (max-width: 640px) {
  .l1ii2u5f.o29q .a6lnk7,
  .l1ii2u5f.w29vr4 .a6lnk7 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.mq4hnr .x0naz,
.mq4hnr .sw73rq,
.mq4hnr .ls791h  { max-width: 1100px; }
.cjvqu .x0naz,
.cjvqu .sw73rq,
.cjvqu .ls791h  { max-width: 1150px; }
.dlrm58 .x0naz,
.dlrm58 .sw73rq,
.dlrm58 .ls791h  { max-width: 1200px; }
.dlrm58 { --content-mw: 1200px; }
.fu47ues { font-size: 0.82rem; color: var(--text-muted); }
.bcw11i0 { display: flex; align-items: center; }
.iae8cp5p {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.cnv4ydw { display: flex; align-items: center; }
.dbt5ctg { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.dbt5ctg:hover { text-decoration: underline; }
.udc94df6 { margin: 0 3px; opacity: 0.45; }
.udc94df6::before { content: '/'; }
.xrt72e5b { padding: 2px 5px; color: var(--text-main); }
.ve5q .fu47ues {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ve5q .bcw11i0 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.espyfb .fu47ues {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.espyfb .bcw11i0 { padding: 0 0 0 12px; }
.pw8x .bcw11i0 { padding: 0 16px; }
.pw8x .fu47ues {
  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);
}
.pw8x .x0naz { padding-top: 28px; }
@media (max-width: 720px) {
  .l7tnjpc { margin-top: 18px; padding: 0 16px; }
  .pw8x .x0naz { padding-top: 16px; }
}
.mq4hnr.ve5q .bcw11i0 { max-width: 1100px; }
.cjvqu.ve5q .bcw11i0 { max-width: 1150px; }
.dlrm58.ve5q .bcw11i0 { max-width: 1200px; }
.dlrm58 .l7tnjpc { max-width: 1200px; }
.j7my .l1ii2u5f { padding-top: 16px; padding-bottom: 16px; }
.nql3299 .l1ii2u5f { padding-top: 24px; padding-bottom: 24px; }
.gm3iao .l1ii2u5f { padding-top: 40px; padding-bottom: 40px; }
.agl0 .l1ii2u5f { padding-top: 52px; padding-bottom: 52px; }
.ajrmir2h .l1ii2u5f:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ajrmir2h .l1ii2u5f:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ajrmir2h .l1ii2u5f:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ajrmir2h .l1ii2u5f:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.oqxeh .sw73rq { padding-top: 10px;  padding-bottom: 10px; }
.gw58b .sw73rq { padding-top: 18px;  padding-bottom: 18px; }
.b7qa .sw73rq { padding-top: 36px;  padding-bottom: 36px; }
.r3zofq .sw73rq { padding-top: 48px;  padding-bottom: 48px; }
.yul1 h2.edjg { font-weight: 600; }
.yul1 h3.y8lfwsp     { font-weight: 600; }
.awx0gj { font-weight: 500; }
.awx0gj h2.edjg { font-weight: 800; }
.awx0gj h3.y8lfwsp     { font-weight: 700; }
.yoiko h2.edjg { font-weight: 900; }
.yoiko h3.y8lfwsp     { font-weight: 800; }
.yoiko .ci917d3y strong,
.yoiko .ci917d3y strong { font-weight: 600; }
.s12uerij {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.sd6t52xq .s12uerij { display: none; }
@media (max-width: 640px) { .s12uerij { display: none; } }
.s12uerij { background: var(--cta) !important; color: #fff !important; border: none !important; }
.s12uerij:hover { opacity: 0.85; }
.oabd0 .s12uerij { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.izvsid .s12uerij,
.umgy  .s12uerij { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.izvsid .s12uerij:hover,
.umgy  .s12uerij:hover { opacity: 0.88; }
.oabd0.izvsid .s12uerij,
.oabd0.umgy  .s12uerij { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ocmuz {
  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;
}
.ocmuz:hover { transform: translateY(-2px); opacity: 0.92; }
.ocmuz { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lfd3bok .ocmuz { display: none; }
.i1kty .ocmuz { right: 32px; }
.cydvy  .ocmuz { left: 32px; }
@media (max-width: 480px) {
  .i1kty .ocmuz { right: 20px; bottom: 20px; }
  .cydvy  .ocmuz { left: 20px; bottom: 20px; }
}
.zjtjl { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ls791h { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ea9ilpl { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.l50obt { color: var(--text-dim); font-size: 0.8rem; }
.q2wwc63 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.q2wwc63 img { height: 26px; width: auto; object-fit: contain; }
.pb1xet { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.hhl16y7g .ls791h { text-align: center; }
.hhl16y7g .ea9ilpl { margin-top: 0; }
.t3jqz6j2 { margin-top: 10px; }
.t3jqz6j2 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ls791h { padding-left: 16px; padding-right: 16px; }
  .d65lvwl .ls791h { padding: 20px 16px; }
  .eo9r { gap: 4px 12px; }
  .ea9ilpl { font-size: 0.78rem; }
}
.xm04f39 .x7eyqyp .q2wwc63 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.xm04f39 .pb1xet { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.xm04f39 .ncvt0 { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.xm04f39 .ncvt0 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.xm04f39 .ncvt0 a:hover { color: var(--accent-light); }
.xm04f39 .ea9ilpl { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.xm04f39 .l50obt { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .xm04f39 .vib9je6 { grid-template-columns: 1fr 1fr; } .xm04f39 .x7eyqyp { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xm04f39 .vib9je6 { grid-template-columns: 1fr; } }
.q3vb .q2wwc63 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.q3vb .ea9ilpl { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .q3vb .gc4shknn { gap: 12px; } .q3vb .q2wwc63 { margin-right: 0; width: 100%; } }
.zm01guy4 .kmc2rf8f { 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; }
.zm01guy4 .sv4xqu .q2wwc63 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.zm01guy4 .pb1xet { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.zm01guy4 .nexfpx { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.zm01guy4 .ncvt0 { display: flex; flex-direction: column; gap: 9px; }
.zm01guy4 .ncvt0 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.zm01guy4 .ncvt0 a:hover { color: var(--accent-light); }
.zm01guy4 .mt1hy41m { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.zm01guy4 .ea9ilpl { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.zm01guy4 .l50obt { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .zm01guy4 .kmc2rf8f { grid-template-columns: 1fr 1fr; } .zm01guy4 .sv4xqu { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zm01guy4 .kmc2rf8f { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .gt1yrf85 .e2qlw4d { grid-template-columns: 1fr 1fr; } .gt1yrf85 .ffbm:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gt1yrf85 .e2qlw4d { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .fc1jrwau .e2qlw4d { grid-template-columns: 1fr; } }
.ev8xjwrt .ls791h { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.fr8mrbzs .nqtwdb1t      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.fr8mrbzs .zjtjl { background: var(--bg-page); border-top-color: var(--border-alt); }
.on1dda .nqtwdb1t      { background: #0d1117; border-bottom-color: #21262d; }
.on1dda .wkq3l { color: var(--accent-light); }
.on1dda .su5u1e { --msep-color: #8b949e; }
.on1dda .su5u1e a { color: #8b949e; }
.on1dda .su5u1e a:hover { color: var(--accent-light); }
.on1dda .n5x3icr { color: #8b949e; }
.on1dda .zjtjl { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.on1dda .ea9ilpl,
.on1dda .l50obt { color: #6e7681; }
.on1dda .ncvt0 a, .on1dda .a6yy a,
.on1dda .q2wwc63 { color: #e6edf3; }
.on1dda .ncvt0 a:hover, .on1dda .a6yy a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .on1dda .su5u1e { background: #0d1117; border-top-color: #21262d; }
  .on1dda .su5u1e li a { border-bottom-color: #21262d; }
}
.zwa4d3d9 .nqtwdb1t      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.zwa4d3d9 .wkq3l { color: var(--accent-light); }
.zwa4d3d9 .su5u1e { --msep-color: #475569; }
.zwa4d3d9 .su5u1e a { color: #475569; }
.zwa4d3d9 .su5u1e a:hover { color: var(--accent-light); }
.zwa4d3d9 .n5x3icr { color: #64748b; }
.zwa4d3d9 .zjtjl { background: #f0f4f8; border-top-color: #cbd5e1; }
.zwa4d3d9 .ea9ilpl,
.zwa4d3d9 .l50obt { color: #64748b; }
.zwa4d3d9 .ncvt0 a, .zwa4d3d9 .a6yy a,
.zwa4d3d9 .mn7x86j a, .zwa4d3d9 .q2wwc63 { color: #374151; }
.zwa4d3d9 .ncvt0 a:hover, .zwa4d3d9 .a6yy a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .zwa4d3d9 .su5u1e { background: #f0f4f8; border-top-color: #cbd5e1; }
  .zwa4d3d9 .su5u1e li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.izvsid .nqtwdb1t      { background: var(--accent); border-bottom-color: var(--accent-light); }
.izvsid .wkq3l { color: #fff; }
.izvsid .su5u1e { --msep-color: rgba(255,255,255,0.82); }
.izvsid .su5u1e a { color: rgba(255,255,255,0.82); }
.izvsid .su5u1e a:hover { color: #fff; }
.izvsid .n5x3icr { color: rgba(255,255,255,0.9); }
.izvsid .zjtjl { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.izvsid .ea9ilpl,
.izvsid .l50obt { color: rgba(255,255,255,0.72); }
.izvsid .ncvt0 a, .izvsid .a6yy a,
.izvsid .mn7x86j a, .izvsid .q2wwc63 { color: #fff; }
.izvsid .pb1xet, .izvsid .nexfpx { color: rgba(255,255,255,0.7); }
.izvsid .ncvt0 a:hover, .izvsid .a6yy a:hover { color: #fff; }
@media (max-width: 640px) {
  .izvsid .su5u1e { background: var(--accent); border-top-color: var(--accent-light); }
  .izvsid .su5u1e li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.umgy .nqtwdb1t {
  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);
}
.umgy .zjtjl {
  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) {
  .umgy .su5u1e {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.mr69 .c9z7 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.z6s2pzgd .c9z7 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.qwg8a4hp .c9z7 { min-height: 72px; height: auto; }
.jwqb .c9z7 { min-height: 84px; height: auto; }
.d65lvwl .c9z7 { max-width: none; padding: 0 32px; }
.d65lvwl .ls791h  { max-width: none; padding: 24px 32px; }
.xy286xf.cjvqu .c9z7 { max-width: 1150px; }
.xy286xf.dlrm58 .c9z7 { max-width: 1200px; }
.w2zs   .wkq3l, .w2zs   .q2wwc63 { text-transform: capitalize; }
.wzf0xaym .wkq3l, .wzf0xaym .q2wwc63 { text-transform: lowercase; }
.rexi .wkq3l, .rexi .q2wwc63 { text-transform: uppercase; letter-spacing: 0.06em; }
.l02zhe, .l0hb {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vq6cj .l02zhe,
.vq6cj .l0hb { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.bqsthtdv .l02zhe,
.bqsthtdv .l0hb { 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; }
.gbgz .l02zhe,
.gbgz .l0hb { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.j0cio17 .l02zhe,
.j0cio17 .l0hb { 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; }
.cla0   .su5u1e a { font-weight: 500; }
.umrhb .su5u1e a { font-weight: 600; }
.vyudn7a     .su5u1e a { font-weight: 700; }
.msy3nu3    .su5u1e a { font-weight: 800; letter-spacing: 0.01em; }
.n453yk     .su5u1e > li + li::before,
.q9b0r    .su5u1e > li + li::before,
.xlgc    .su5u1e > li + li::before,
.m74zcjo .su5u1e > li + li::before,
.jljdmfbo .su5u1e > li + li::before,
.m8nb3hn9  .su5u1e > li + li::before,
.h41r1    .su5u1e > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.n453yk     .su5u1e > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.q9b0r    .su5u1e > li + li::before { content: "|"; }
.xlgc    .su5u1e > li + li::before { content: "—"; }
.m74zcjo .su5u1e > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.jljdmfbo .su5u1e > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.m8nb3hn9  .su5u1e > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.h41r1    .su5u1e > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ngz7v .n5x3icr,
  .szv5m .n5x3icr,
  .jvnsc1ri .n5x3icr,
  .ab8qio .n5x3icr,
  .r6gn5z .n5x3icr {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ngz7v .n5x3icr::before,
  .szv5m .n5x3icr::before,
  .jvnsc1ri .n5x3icr::before,
  .ab8qio .n5x3icr::before,
  .r6gn5z .n5x3icr::before { content: ""; display: block; flex-shrink: 0; }

  
  .ngz7v .n5x3icr::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;
  }

  
  .szv5m .n5x3icr::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;
  }

  
  .jvnsc1ri .n5x3icr::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;
  }

  
  .ab8qio .n5x3icr::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;
  }

  
  .r6gn5z .n5x3icr::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) {
  .w9bgokh .n5x3icr {
    padding: 5px 14px;
  }
  .w9bgokh .su5u1e {
    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;
  }
  .w9bgokh .su5u1e li a {
    border-bottom: none; padding: 10px 22px;
  }
  .w9bgokh .su5u1e li a:hover { background: var(--bg-raised); }
  .w9bgokh .uww6bn,
  .nij80 .uww6bn,
  .wdngza0d .uww6bn { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .b1n70 .n5x3icr {
    padding: 5px 10px;
  }
  .b1n70 .su5u1e {
    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);
  }
  .b1n70 .su5u1e.i1ji { transform: translateX(0); }
  .b1n70 .su5u1e li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .b1n70 .su5u1e li:last-child a { border-bottom: none; }
  .izvsid .su5u1e,
  .on1dda .su5u1e { background: var(--accent) !important; }
  .izvsid .su5u1e li a,
  .on1dda .su5u1e li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .wdngza0d .n5x3icr {
    padding: 5px 10px;
  }
  .wdngza0d .su5u1e {
    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);
  }
  .wdngza0d .su5u1e::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .wdngza0d .su5u1e.i1ji { transform: translateY(0); }
  .wdngza0d .su5u1e li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .n3p6 .n5x3icr {
    padding: 5px 10px;
  }
  .n3p6 .su5u1e {
    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;
  }
  .n3p6 .su5u1e.i1ji { opacity: 1; pointer-events: auto; }
  .n3p6 .su5u1e li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .x9vs3l     .n5x3icr { border-radius: 0 !important; }
  .ywwpaw3d   .n5x3icr { border-radius: 8px !important; }
  .xwynpi .n5x3icr { border-radius: 50% !important; }
  .u9anls   .n5x3icr { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .d3hcdm .jr87ga { flex-direction: column; align-items: stretch; }
  .d3hcdm .xcqcl { flex-direction: row; min-width: auto; }
  .d3hcdm .g9h9d { align-items: flex-start; text-align: left; }
}
.kzj8lu,
.kzj8lu.l1ii2u5f,
.fkijuj .kzj8lu,
.k8cr362 .kzj8lu,
.g2bc .kzj8lu,
.ptumgw9 .kzj8lu {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.be6c5l {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.lk698w3s { flex: 1 1 280px; min-width: 0; }
.b34kd {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.b1689pc {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.q0jry {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.q0jry:hover { transform: translateY(-1px); opacity: 0.95; }
.vpvpwir .be6c5l {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.vpvpwir .b34kd { color: var(--cta); }
.vpvpwir .b1689pc { color: var(--text-body); }
.vpvpwir .q0jry {
  background: var(--cta) !important;
  color: #fff !important;
}
.dmkw .be6c5l {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.dmkw .b34kd { color: var(--text-primary); }
.dmkw .b1689pc { color: var(--text-body); }
.dmkw .q0jry {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .be6c5l {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .lk698w3s { flex: 0 0 auto; }
  .b34kd { font-size: 1.2rem; }
  .q0jry { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.tnuiz .vr4y { height: 36px; }
.eixmnh .vr4y { height: 60px; max-width: 200px; }
.ssws .vr4y { height: 76px; max-width: 240px; }
.xm19dk84    .m8qes, .xm19dk84    .ovv4jk { color: #f59e0b; }
.d81nfu .zjslyz + .zjslyz {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .l0p2p .ua4o3 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .l0p2p .tolnt {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .l0p2p .tolnt { padding: 40px 16px 20px; }
  .l0p2p .zjslyz {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .l0p2p .qpm1d { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .sddr9 .tolnt {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .sddr9 .tolnt::before {
    position: absolute; top: 14px; left: 14px;
  }
  .sddr9 .ose7xxg {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .sddr9 .tt59 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .sddr9 .zjslyz {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .sddr9 .qpm1d { width: 100%; min-width: 0; }
  .sddr9 .m8qes { min-width: 0; }
}
.opvc .eszzepgh {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.opvc .eszzepgh summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.opvc .eszzepgh p { padding: 0 2px 16px; }
.lgf583b .eszzepgh { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.lgf583b .eszzepgh summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.lgf583b .eszzepgh summary::after { content: "›"; font-size: 1.2em; }
.lgf583b .eszzepgh[open] summary::after { content: "‹"; }
.lgf583b .eszzepgh p { padding: 10px 22px 4px; }
.aafy .eszzepgh {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.aafy .eszzepgh summary { color: var(--text-primary); padding-left: 16px; }
.aafy .eszzepgh summary::after { content: "›"; font-size: 1.1em; }
.aafy .eszzepgh[open] summary::after { content: "‹"; }
.aafy .eszzepgh p { padding-left: 16px; }
.yhj2hebh .qwt4yq2 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.yhj2hebh .eszzepgh {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.yhj2hebh .eszzepgh:last-child { border-bottom: none; }
.yhj2hebh .eszzepgh summary { color: var(--text-primary); border-radius: 0; }
.yhj2hebh .eszzepgh summary::after { content: "›"; font-size: 1.1em; }
.yhj2hebh .eszzepgh[open] summary::after { content: "‹"; }
.jz30u .eszzepgh { overflow: hidden; }
.jz30u .eszzepgh summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.jz30u .eszzepgh summary::after { color: rgba(255,255,255,.75); }
.jz30u .eszzepgh[open] summary { border-radius: 0; }
.gloqce4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.hbdsfn6 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.nobuwwpu {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.c6u3 { color: var(--text-muted); font-size: 1.05rem; }
.bgum0 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.jblp092 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.w2vxcl { margin-bottom: 20px; }
.ek23df {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.mrmgm {
  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;
}
.mrmgm:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.l5sek0e { resize: vertical; min-height: 130px; }
.j5vukwm { width: 100%; margin-top: 8px; }
.ottz {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.u5cvg {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.mt6z { color: var(--text-muted); line-height: 1.75; }
.u24obt { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.u24obt li { margin-bottom: 6px; }
.rlr5zi3 { max-width: 760px; margin: 0 auto; }
.nozi { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.khjqy { max-width: 760px; margin: 0 auto; }
.r9xi { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.r9xi:last-child { border-bottom: none; }
.z9k6yhi { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.r9xi p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.r9xi ul.u24obt { margin: 0; }
.y1p2 .z9k6yhi { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .y1p2 { grid-template-columns: 1fr; gap: 10px; } }
.lksasjry .z9k6yhi { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.opa72 .u24obt { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .kg2cps9t { grid-template-columns: 1fr; } }
.co0naqxg ul.u24obt { margin: 0; }
.qol0 .u24obt,
.tro2gz09 .u24obt,
.z1q03ut3 .u24obt,
.tikj .u24obt {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .k5ncpytl { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .xpqkd54 { grid-template-columns: 1fr; } .l7os { position: static; text-align: center; } }
@media (max-width: 860px) { .dnecd { grid-template-columns: 1fr; } }
.tikj .u24obt { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .wdhn55 { flex-direction: column; text-align: center; } .rppj8f { grid-template-columns: 1fr; } }
.nrgq2 .nobuwwpu { color: var(--accent-light); }
.vu4cfwah .nobuwwpu { font-size: 2rem; }
.vu4cfwah .c6u3 { max-width: 680px; }
.w4dsg {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.w4dsg .nobuwwpu { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.w4dsg .c6u3  { margin: 0; }
@media (max-width: 640px) { .w4dsg { flex-direction: column; } }
.stp7l .nobuwwpu { color: var(--accent-light); }
.ghm254d .nobuwwpu { color: #fff; }
.ghm254d .c6u3  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .cehi { grid-template-columns: 1fr; } }
.mdunz .mrmgm {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.mdunz .mrmgm:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.iy7v6 .mrmgm { background: var(--bg-raised); border-color: transparent; }
.iy7v6 .mrmgm:focus { background: var(--bg-card); border-color: var(--accent-light); }
.kpb3s .mrmgm { border-radius: 100px; padding: 11px 20px; }
.kpb3s .l5sek0e { border-radius: 14px; }
@media (max-width: 640px) { .gxl5 { grid-template-columns: 1fr; } }
.ev6s { counter-reset: priv-count; }
.phf5o4b {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.phf5o4b:last-child { border-bottom: none; }
.m43aeks {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.phf5o4b h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.phf5o4b p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.s7k8ygra { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.s7k8ygra li { margin-bottom: 6px; }
.l4zap{position:relative;overflow:visible}
.bdlr .ou39vd4{display:block}
.dwfb9d .hyyq1{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.llgyirk{--date-bg:var(--accent-bg)}
.kzxu9cl .nhrktq0x::before{content:""}
.k2o6ti .fp8xc{padding:20px 0}
@media(max-width:640px){
  .fp8xc{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .j8wp4v{max-width:100%}
}
.svqi{margin:24px 0 32px;padding:0;list-style:none}
.z8emf{margin:18px 0 28px}
.z8emf .ba39z{margin:0}
@media (max-width:560px){
  .rvbl{grid-template-columns:repeat(2,1fr);gap:12px}
}
.pfp1eg3{
  display:grid;
  grid-template-columns:repeat(4, 1fr);  
  gap:14px;
  margin:16px 0;
}
.dn3gn5y{
  display:flex; flex-direction:column;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:10px;
  overflow:hidden;
  text-decoration:none;
  color:var(--text-primary);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.dn3gn5y:hover{ background:var(--bg-hover); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.a95xqc8{
  display:block; width:100%; aspect-ratio: 4 / 3;
  background:var(--bg-surface); overflow:hidden;
}
.a95xqc8 img{ width:100%; height:100%; object-fit:cover; display:block; }
.ktlq3n{ display:flex; flex-direction:column; gap:2px; padding:10px 12px; }
.trqjviur{ font-weight:700; font-size:.95rem; line-height:1.25; color:var(--cta); }
.pjmvcece{ font-size:.78rem; color:var(--text-muted); }
.yti1xpf5{ font-size:.75rem; color:var(--cta); font-weight:700; }
.pub9jlfk{
  display:block; text-align:center; padding:8px 12px; margin:0 12px 12px;
  font-size:.82rem; border-radius:6px;
}
.ork05{ display:flex; flex-direction:column; gap:18px; margin:16px 0; }
.t49wndo{ }
.vgppxv06{
  font-size:1rem; font-weight:700;
  margin:0 0 10px;
  text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted);
}
.b61b{
  display:flex; flex-wrap:wrap; gap:10px;
}
.l0h0t{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:90px; min-height:48px; padding:8px 12px;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:6px;
}
.l0h0t img{
  max-width:80px; max-height:32px; object-fit:contain; display:block;
}
@media (max-width:560px){
  .pfp1eg3{ grid-template-columns: repeat(2, 1fr); gap:10px; }
  .trqjviur{ font-size:.85rem; }
  .w8iln{ grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}
.i3nt14n .pfp1eg3{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}
.i3nt14n .a95xqc8{ aspect-ratio: 3 / 4; }
.i3nt14n .ktlq3n{ padding: 14px 14px 6px; }
.i3nt14n .pub9jlfk{ margin: 0 14px 14px; padding: 10px 14px; font-size: .9rem; }
.bocvx93 .pfp1eg3{
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.bocvx93 .dn3gn5y{
  flex: 0 0 200px;
  scroll-snap-align: start;
}
.bocvx93 .a95xqc8{ aspect-ratio: 1 / 1; }
.bocvx93 .ktlq3n{ padding: 8px 10px; }
.bocvx93 .trqjviur{ font-size: .82rem; }
.bocvx93 .pjmvcece, .bocvx93 .yti1xpf5{ display: none; }
.bocvx93 .pub9jlfk{ margin: 0 10px 10px; padding: 6px 10px; font-size: .75rem; }
.tuvz05hz .pfp1eg3{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}
.tuvz05hz .dn3gn5y{
  background: transparent !important;
  border: 2px solid var(--accent) !important;
  border-radius: 6px !important;
}
.tuvz05hz .trqjviur{ color: var(--text, #fff); }
.tuvz05hz .pjmvcece{ color: var(--text-muted, #999); }
@media (max-width: 700px) {
  .i3nt14n .pfp1eg3,
  .tuvz05hz .pfp1eg3 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}
@media (max-width: 560px) {
  .l0h0t { min-width: 72px !important; }
  .l0h0t img { max-width: 64px !important; }
}
.lpm5rp .e77ubd{
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.lpm5rp .e77ubd:hover{
  background: rgba(255,255,255,0.07) !important;
  box-shadow: 0 0 0 1px var(--accent), inset 0 1px 0 rgba(255,255,255,0.06);
}
.wlotlt9s .vgppxv06{ display: none; }
.wlotlt9s .ork05{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.wlotlt9s .t49wndo{ display: contents; }
.wlotlt9s .b61b{ display: contents; }
.dwhzg .l0h0t{
  border-radius: 999px !important;
  padding: 6px 14px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  gap: 8px;
}
.dwhzg .l0h0t img{ max-width: 36px !important; max-height: 22px !important; }
.dwhzg .l0h0t::after{
  content: attr(title);
  font-size: .8rem;
  color: var(--text, #fff);
  font-weight: 500;
}
.tuif .ork05{ gap: 10px; }
.tuif .vgppxv06{
  display: inline-block; min-width: 110px; margin: 0 12px 0 0; opacity: .55;
  font-size: .72rem;
}
.tuif .t49wndo{
  display: flex; align-items: center; flex-wrap: wrap;
}
.tuif .b61b{ flex: 1; gap: 8px; }
.tuif .l0h0t{
  min-width: 70px !important; min-height: 36px !important; padding: 4px 8px !important;
}
.tuif .l0h0t img{ max-height: 22px !important; }
.he4ke3 .pfp1eg3{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}
.he4ke3 .dn3gn5y{
  position: relative;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--bg-surface) !important;
}
.he4ke3 .a95xqc8{
  aspect-ratio: 3 / 4;
  display: block;
}
.he4ke3 .a95xqc8 img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease, filter .25s ease;
}
.he4ke3 .ktlq3n{
  
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 14px 8px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px !important;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.he4ke3 .trqjviur{
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.he4ke3 .pjmvcece,
.he4ke3 .yti1xpf5{
  color: rgba(255,255,255,0.85) !important;
  font-size: .72rem;
}
.he4ke3 .pub9jlfk{
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -40%);
  margin: 0 !important;
  padding: 10px 22px !important;
  font-size: .9rem !important;
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.he4ke3 .dn3gn5y:hover .a95xqc8 img{
  transform: scale(1.06);
  filter: brightness(0.55);
}
.he4ke3 .dn3gn5y:hover .ktlq3n{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.he4ke3 .dn3gn5y:hover .pub9jlfk{
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media (max-width: 700px){
  .he4ke3 .pfp1eg3{ grid-template-columns: repeat(2, 1fr) !important; }
  
  .he4ke3 .ktlq3n{ opacity: 1; transform: none; }
  .he4ke3 .pub9jlfk{ opacity: 1; transform: translate(-50%, -50%); }
  .he4ke3 .a95xqc8 img{ filter: brightness(0.8); }
}
.raf0g0 .nbsy7zok::first-letter{
  float: left;
  font-size: 3.4em;
  line-height: .9;
  font-weight: 800;
  color: var(--cta);
  padding: 4px 12px 0 0;
  margin-top: 4px;
}
.raf0g0 .nbsy7zok{
  
  line-height: 1.7;
  margin-bottom: 18px;
}
.wgwr5203 .nbsy7zok,
.wgwr5203 .txlv4{
  position: relative;
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.65;
  color: var(--text-primary);
  margin: 8px 0 22px;
}
.wgwr5203 .mgqz6c11 { padding: 8px 0 8px 56px; }
.wgwr5203 .mgqz6c11::before {
  content: "\201C"; position: absolute; left: 4px; top: -10px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.wgwr5203 .e4vtx2q { padding: 8px 56px 8px 0; text-align: right; }
.wgwr5203 .e4vtx2q::after {
  content: "\201D"; position: absolute; right: 4px; bottom: -18px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.wgwr5203 .po15w1m { padding: 8px 22px; }
.wgwr5203 .po15w1m::before,
.wgwr5203 .po15w1m::after {
  font-family: Georgia, "Times New Roman", serif; font-size: 1.8em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700; vertical-align: -0.05em;
}
.wgwr5203 .po15w1m::before { content: "\00AB\00A0"; margin-right: 4px; }
.wgwr5203 .po15w1m::after  { content: "\00A0\00BB"; margin-left: 4px; }
.wgwr5203 .gd17xo {
  padding: 6px 0 6px 16px;
  border-left: 3px solid var(--cta);
}
.wgwr5203 .rjb0e5 { padding: 32px 0 8px 0; }
.wgwr5203 .rjb0e5::before {
  content: "\201C"; position: absolute; left: 0; top: -6px;
  font-family: Georgia, "Times New Roman", serif; font-size: 2.6em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.wgwr5203 .pbuxfhro {
  padding: 18px 24px; text-align: center; font-size: 1.15em;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.l4z3lhjm { padding-top: 6px; }
.l4z3lhjm .y8lfwsp{
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.l4z3lhjm .y8lfwsp::after{
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: var(--cta);
  opacity: .55;
}
.l4z3lhjm p { margin: 0 0 10px; }
.l4z3lhjm p:last-child { margin-bottom: 0; }
.rcko{
  position: relative;
  padding-left: 16px;
  margin-top: 18px;
  font-style: italic;
  color: var(--text-muted);
  border-left: 3px solid var(--cta);
}
.e19rqv1{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 14px 0;
}
.lcfe5{
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px;
  transition: border-color .15s ease, background .15s ease;
}
.lcfe5:hover{ border-color: var(--cta); background: var(--bg-hover); }
.oyin{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  position: relative;
  
  display: none;
}
.oyin::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(255,255,255,.3) 100%);
  border-radius: inherit;
}
.su570t{ flex: 1; min-width: 0; }
.sbcn{
  font-weight: 700;
  font-size: .95rem;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.25;
}
.t2qq{
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.e19rqv1.irryq .lcfe5 { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
.e19rqv1.irryq .oyin { width: 36px; height: 36px; }
.e19rqv1.irryq .su570t { text-align: center; }
.e19rqv1.kkdvvlzw .lcfe5 { border: 2px solid var(--cta); background: var(--bg-card-inner); }
.e19rqv1.xnis7c3n { counter-reset: fgb-c; }
.e19rqv1.xnis7c3n .lcfe5 { counter-increment: fgb-c; }
.qduem6b {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}
.t4dr2vt.i6lr5vx .fxc0 { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.t4dr2vt.i6lr5vx .e14t { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.t4dr2vt.i6lr5vx .ugm5dk { grid-row: 1 / span 3; grid-column: 1; width: 48px; height: 48px; margin: 0; }
.t4dr2vt.i6lr5vx .uxtzp { grid-column: 2; text-align: left; padding: 0; }
.t4dr2vt.i6lr5vx .cxmkn { grid-column: 2; text-align: left; padding: 0; }
.t4dr2vt.i6lr5vx .otdj6d { grid-column: 2; padding-left: 18px; }
.t4dr2vt.t4ncu16 .e14t,
.t4dr2vt.t4ncu16 .ugm5dk { display: none; }
.t4dr2vt.t4ncu16 .fxc0 { padding: 16px 18px; text-align: left; }
.t4dr2vt.t4ncu16 .uxtzp { text-align: left; }
.t4dr2vt.t4ncu16 .cxmkn { text-align: left; }
.t4dr2vt.fdn1 { counter-reset: clb-n; }
.t4dr2vt.fdn1 .fxc0 { counter-increment: clb-n; }
.t4dr2vt.fdn1 .e14t { display: none; }
.t4dr2vt.fdn1 .ugm5dk { width: 32px; height: 32px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; border: 0; margin: 14px auto 4px; color: #fff; font-weight: 700; }
.t4dr2vt.fdn1 .ugm5dk::before { content: counter(clb-n); font-family: inherit; }
.t4dr2vt.fdn1 .ugm5dk::after { display: none; }
.t4dr2vt.fdn1 .fxc0:not(:has(.ugm5dk)) .uxtzp::before { content: counter(clb-n) ". "; color: var(--cta); font-weight: 700; }
.vpt39osz .fxc0 { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.vpt39osz .e14t { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.vpt39osz .uxtzp { grid-column: 2; text-align: left; padding: 0; }
.vpt39osz .cxmkn { grid-column: 2; text-align: left; padding: 0; }
.vpt39osz .otdj6d { grid-column: 2; padding-left: 18px; }
.tscu9zno .t4dr2vt { counter-reset: cl-n; }
.tscu9zno .fxc0 { counter-increment: cl-n; }
.tscu9zno .e14t { display: none; }
.tscu9zno .fxc0:not(:has(.ugm5dk)) .uxtzp::before { content: counter(cl-n) ". "; color: var(--cta); font-weight: 700; }
.u9v6 .e14t,
.u9v6 .ugm5dk { display: none; }
.u9v6 .fxc0 { padding: 16px 18px; text-align: left; }
.u9v6 .uxtzp { text-align: left; }
.u9v6 .cxmkn { text-align: left; }
.e4j0vie .lcfe5 { border: 0; border-left: 3px solid var(--cta); border-radius: 0 8px 8px 0; padding-left: 14px; background: transparent; }
.e4j0vie .oyin { display: none; }
.ikr8dy .lcfe5 { border: 0; background: var(--bg-card-inner); }
.ikr8dy .oyin { width: 36px; height: 36px; border-radius: 18px; background: rgba(255,255,255,0.06); }
.ikr8dy .oyin::after { background: radial-gradient(circle at 50% 50%, var(--cta) 0 6px, transparent 7px); inset: 0; opacity: 0.9; }
.r6df .e19rqv1 { counter-reset: fg-c; }
.r6df .lcfe5 { counter-increment: fg-c; }
.r6df .oyin { width: 30px; height: 30px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; }
.r6df .oyin::after { content: counter(fg-c); position: static; background: none; color: #fff; font-weight: 700; font-size: 0.9rem; line-height: 1; }
.x4ei2p51 .lcfe5 { border: 0; background: transparent; padding: 10px 4px; }
.x4ei2p51 .lcfe5 + .lcfe5 { border-top: 1px solid var(--border); }
.x4ei2p51 .oyin { width: 6px; height: 6px; border-radius: 50%; margin-top: 9px; }
.x4ei2p51 .oyin::after { display: none; }
.piyy .lcfe5 { border: 0; background: var(--bg-card); padding: 12px 14px; }
.piyy .oyin { width: 8px; height: 8px; border-radius: 50%; margin-top: 7px; }
.piyy .oyin::after { display: none; }
.kv3n .lcfe5 { display: block; position: relative; padding: 14px 16px 14px 44px; }
.kv3n .oyin { position: absolute; top: 14px; left: 14px; width: 20px; height: 20px; border-radius: 4px; }
.kv3n .su570t { display: block; }
.uol7ca .lcfe5 { background: transparent; }
.uol7ca .oyin { background: transparent; border: 2px solid var(--cta); width: 32px; height: 32px; }
.uol7ca .oyin::after { background: linear-gradient(135deg, var(--cta) 0%, transparent 60%); opacity: 0.5; }
@media (max-width: 560px){
  .tlr7{ grid-template-columns: repeat(2, 1fr); padding: 14px 10px; }
  .yyx3{ font-size: 1.4rem; }
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .bbfgr70j { padding: 28px 18px 20px; }
  .mg6rvga { font-size: 1.2rem; }
  .csi4s { max-width: 220px; max-height: 80px; }
}
.nykzc34 .l1ii2u5f {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.nykzc34 .sw73rq {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.nykzc34 .be6c5l {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.u43olr5  .rowtwx { border-radius: 6px; }
.q9q5e0id .be6c5l { align-items: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .rowtwx { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
@media (max-width: 640px) {
  .ui7uxp23 { display: none; }
  .s12uerij {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.n5p85asc .iupqh53,
.n5p85asc .x0naz h2, .n5p85asc .x0naz h3, .n5p85asc .x0naz h4,
.n5p85asc .uxtzp h3, .n5p85asc .sbcn,
.n5p85asc .gbcniq5t, .n5p85asc .edjg { color: var(--cta) !important; }
.n5p85asc .ci917d3y,
.n5p85asc .ubwgs,
.n5p85asc .leubxiap,
.n5p85asc .at9royzf {
  background: var(--accent-bg) !important;
  border-color: var(--cta) !important;
}
.n5p85asc .ci917d3y strong { color: var(--cta) !important; }
.n5p85asc .ci917d3y .wcqsg4i,
.n5p85asc .ci917d3y .wcqsg4i::before { color: var(--cta) !important; }
.n5p85asc [data-c] {
  color: var(--cta) !important;
  background: color-mix(in srgb, var(--cta) 14%, transparent) !important;
}
.n5p85asc .tlr7, .n5p85asc .yrx0z6dy,
.n5p85asc .oicqvl, .n5p85asc .klbn,
.n5p85asc .fxc0 { border-color: var(--cta) !important; }
.n5p85asc .yyx3 { color: var(--cta) !important; }
.yuqw6v2, .jf4c, .s12uerij, .ocmuz,
.q0jry, .ruovb, .qpm1d { text-transform: capitalize; }
:root {
  --accent:          #241531;
  --brand:           #241531;
  --brand-light:     #f0cf6a;
  --brand-pale:      #f0cf6a;
  --grad-start:      #000000;
  --grad-end:        #160d1f;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #f0cf6a;
  --cta-light:       #f4e4b1;
  --cta-hover:       #f3da8f;
  --bg-page:         #0d0811;
  --bg-surface:      #140d1b;
  --bg-card:         #1c1225;
  --bg-card-inner:   #24172f;
  --bg-raised:       #2c1c3a;
  --bg-hover:        #342144;
  --border:          #3e2852;
  --border-alt:      #4e3266;
  --border-section:  #3e2852;
  --text-primary:    #e5e4e6;
  --text-muted:      #a6a1aa;
  --text-body:       #ccc9ce;
  --text-sub:        #a6a1aa;
  --text-faint:      #736d78;
  --text-dim:        #59545d;
  --text-label:      #8c8691;
  --text-value:      #bfbcc2;
  --accent-bg:       #1e1b21;
  --accent-bg-light: #2e2734;
  --bg-tip:          #162623;
  --bg-warning:      #272115;
  --bg-info:         #161a26;
  --bg-pros:         #162623;
  --bg-cons:         #26161a;
  --c-pros:          #8ee1d0;
  --c-cons:          #e6899d;
  --c-pros-label:    #65d6bf;
  --c-tip-border:    #49ceb3;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #8ee1d0;
}
:root { --logo-bg-opacity: 49%; }
body, button, input { font-family: "Nunito Sans", sans-serif; }
.wbwgy77 .q1bd7 li::before, .wbwgy77 .jik3j9r 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; }.wbwgy77 .q1bd7 li::before { content: ""; }.wbwgy77 .jik3j9r li::before { content: ""; }.wbwgy77 .qojnt7i::before, .wbwgy77 .u4egit::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.wbwgy77 .qojnt7i::before { content: ""; }.wbwgy77 .u4egit::before { content: ""; }
.dvuzlbvv .f42mbd, .dvuzlbvv .ltmib { min-height: 420px; }
.udc94df6::before { content: '>'; }
.et2mx .y30hxh {  background: rgba(0,0,0,0.45);  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }.et2mx .o6ysw {  filter: blur(2px) brightness(0.88); }.et2mx .rmicul {  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }