:root {
  --color-accent: #5e002f;
  --color-cta: #fa4f95;
  --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;
}
.ohh07 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.s8e6 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.o1qtid3v {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ua582bzu { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ze577o { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ze577o a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ze577o a:hover { color: var(--accent-light); }
.kuqx   .t83ilc { border-radius: 0; }
.zf1k61gf .t83ilc li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .t83ilc {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .dcyj:hover .t83ilc,
  .dcyj:focus-within .t83ilc { display: block; }
  .t83ilc li a { padding: 8px 16px; font-size: 0.88rem; }
}
.pf9ef {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.krv1 { display: none; }
@media (max-width: 640px) {
  .krv1 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .krv1.pmthl { display: block; }
}
@media (max-width: 640px) {
  .pf9ef { display: block; }
  .ze577o > li + li::before { display: none !important; }
  .ze577o {
    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;
  }
  .ze577o.pmthl { display: flex; }
  .ze577o li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ze577o li:last-child a { border-bottom: none; }
}
.l2cx4 { min-height: 480px; }
.fg64tx {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.e640j { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.fnymj .e640j { margin-left: 0; margin-right: 0; }
.f373 {
  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;
}
.n26w .f373 { margin-top: 24px; }
.f373:hover { opacity: 0.88; }
.xe2in {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.y0c0 {
  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%);
}
.xe2in .uft38u {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.xe2in .fg64tx { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.xe2in .e640j { color: #e2e8f0; }
.xe2in.r6m39cq .uft38u { text-align: center; }
.xe2in.fnymj   .uft38u { text-align: left; }
.c7cp .uft38u {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.c7cp .fg64tx { color: var(--text-primary); text-shadow: none; }
.c7cp .e640j { color: var(--text-muted); }
.c7cp .f373 { margin-top: 16px; }
.c7cp, .c7cp.l2cx4 { min-height: auto !important; }
.c7cp.r6m39cq .uft38u { text-align: center; }
.c7cp.fnymj   .uft38u { text-align: left; }
.c7cp~.vt0c51f1{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.c7cp~.vt0c51f1 .r1zvvvi9{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.d9eao .xe2in .y0c0 {
  overflow: hidden;
}
.d9eao .xe2in .y0c0::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); }
}
.cgqc7rg6 .xe2in .y0c0 {
  overflow: hidden;
}
.cgqc7rg6 .xe2in .y0c0::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;
}
.ek1c5 .xe2in .y0c0 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.il7fo7s .xe2in .y0c0 {
  overflow: hidden;
}
.il7fo7s .xe2in .y0c0::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;
}
.phwuwwxj .xe2in .y0c0 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.k5ee .y0c0 {
  background: none;
}
.k5ee .fg64tx { color: #fff; }
.k5ee .e640j { color: rgba(255,255,255,0.85); }
.k5ee .f373 { background: #fff; color: var(--cta); }
.k5ee .f373:hover { opacity: 0.92; }
.cmr8pu .fg64tx { text-shadow: none; color: var(--text-primary); }
.cmr8pu .e640j { color: var(--text-muted); }
body.aecz8 .fg64tx {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ufd4coes .fg64tx {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.l2cx4.k5ee .fg64tx,
section.k5ee .fg64tx {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.cmr8pu.fnymj   .bgoxgy0 { align-items: flex-start; text-align: left; }
.l2cx4 .ahl97 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ahl97 .j2z5v0.cqqvo {
  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;
}
.ahl97 .j2z5v0.cqqvo:hover { opacity: 0.85; }
.qlou .uft38u { padding-bottom: 24px; }
.n26w .uft38u { max-width: 1100px; }
@media (max-width: 700px) {
  .cmr8pu { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .cmr8pu:not(.ysx6) .js0n0yc { display: none !important; }
  .ysx6 .js0n0yc { padding: 16px; }
  .bgoxgy0  { padding: 36px 24px; }
  .cmr8pu~.vt0c51f1,.ovwv8m2~.vt0c51f1{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .l2cx4, .cmr8pu { min-height: 320px !important; }
  .fg64tx { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .u1kur,
  .em1w1mdc,
  .zaaw { grid-template-columns: 1fr !important; }

  

  
  .qlou { display: flex !important; flex-direction: column !important; }
  .qlou .uft38u { display: contents; }
  .qlou .y0c0 { order: 0; }
  .qlou .fg64tx { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .qlou .u1kur { order: 2; padding: 0 16px 12px !important; }
  .qlou .e640j { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .n26w .uft38u { display: flex; flex-direction: column; }
  .n26w .uft38u .fg64tx { order: 1; }
  .n26w .uft38u .zaaw { order: 2; margin: 8px 0 24px !important; }
  .n26w .uft38u .e640j { order: 3; }
  .n26w .uft38u .f373 { order: 4; align-self: center; margin-top: 0; }

  
  .cmr8pu.ysx6 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .cmr8pu.ysx6 .bgoxgy0 { display: contents; padding: 0; }
  .cmr8pu.ysx6 .bgoxgy0 .fg64tx { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .cmr8pu.ysx6 .js0n0yc { order: 2; padding: 12px 16px; }
  .cmr8pu.ysx6 .bgoxgy0 .e640j { order: 3; padding: 0 24px; margin: 0 auto; }
  .cmr8pu.ysx6 .bgoxgy0 .f373 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.sfyiv { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.h998ec { width: 100%; height: auto; display: block; border-radius: 10px; }
.ycthj .sfyiv        { border-radius: 16px; }
.ycthj .h998ec  { border-radius: 16px; }
.wfo4nh9 .sfyiv         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.wfo4nh9 .h998ec   { border-radius: 8px; }
.jkn0g3q1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.b9i7y0l1 { width: 100%; padding: 32px 0; position: relative; }
.tc81 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.k24e7fqv .b9i7y0l1:nth-child(even) { background: var(--bg-surface); }
.k24e7fqv .b9i7y0l1:nth-child(odd)  { background: var(--bg-page); }
.ds9jhx4k .b9i7y0l1:nth-child(even) { background: var(--bg-card); }
.ds9jhx4k .b9i7y0l1:nth-child(odd)  { background: var(--bg-page); }
.k24e7fqv .b9i7y0l1:nth-child(odd)  .tc81 { background: var(--bg-card); border-radius: 6px; }
.k24e7fqv .b9i7y0l1:nth-child(even) .tc81 { background: var(--bg-raised); border-radius: 6px; }
.ds9jhx4k .b9i7y0l1:nth-child(odd)  .tc81 { background: var(--bg-card); border-radius: 6px; }
.ds9jhx4k .b9i7y0l1:nth-child(even) .tc81 { background: var(--bg-raised); border-radius: 6px; }
.k24e7fqv .b9i7y0l1:nth-child(even) .el41wc4w .dilt3si3,
.ds9jhx4k .b9i7y0l1:nth-child(even) .el41wc4w .dilt3si3 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.k24e7fqv .b9i7y0l1:nth-child(odd) .el41wc4w .dilt3si3,
.ds9jhx4k .b9i7y0l1:nth-child(odd) .el41wc4w .dilt3si3 { background: var(--bg-card-inner); }
.k24e7fqv .b9i7y0l1:nth-child(even) .fu9j .dilt3si3:nth-child(odd),
.ds9jhx4k .b9i7y0l1:nth-child(even) .fu9j .dilt3si3:nth-child(odd)  { background: var(--bg-card); }
.k24e7fqv .b9i7y0l1:nth-child(even) .fu9j .dilt3si3:nth-child(even),
.ds9jhx4k .b9i7y0l1:nth-child(even) .fu9j .dilt3si3:nth-child(even) { background: var(--bg-card-inner); }
h1.b4xlx { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.b4xlx {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.xsfl { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.fmbjgwtt h2.b4xlx {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.swalgx h2.b4xlx {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.v45tw h2.b4xlx {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.a855bonz h2.b4xlx::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.us1ykr h2.b4xlx {
  color: var(--text-primary); font-size: 1.7rem;
}
.y69ni h2.b4xlx::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.mgow6 h2.b4xlx {
  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;
}
.diac2f0 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .diac2f0 { display: none; } }
.ul523if { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.v9ij { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ko52dm {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.otjkt { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.q9jnrts { padding-left: 20px; }
.q9jnrts li { margin-bottom: 6px; }
.q9jnrts a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.q9jnrts a:hover { color: var(--accent-light); }
.niy7j .otjkt { display: none; }
.husfun .otjkt { display: none; }
.husfun .q9jnrts { padding-left: 0; list-style: none; }
.husfun .q9jnrts li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.husfun .q9jnrts a { font-size: 0.92rem; }
.x2d61n .ko52dm { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.x2d61n .otjkt { display: none; }
.x2d61n .q9jnrts { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.x2d61n .q9jnrts li { margin-bottom: 0; }
.x2d61n .q9jnrts 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;
}
.x2d61n .q9jnrts a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.x7vnfaii .ko52dm { padding: 20px 20px 16px; }
.x7vnfaii .q9jnrts {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.x7vnfaii .q9jnrts li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.x7vnfaii .q9jnrts 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;
}
.x7vnfaii .q9jnrts 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;
}
.x7vnfaii .q9jnrts a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.x7vnfaii .q9jnrts a:focus,
.x7vnfaii .q9jnrts a:focus-visible,
.x7vnfaii .q9jnrts a:target { outline: none; }
.x7vnfaii .q9jnrts li:target a { border-color: var(--border); color: var(--text-muted); }
.ng74 .ko52dm { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ng74 .otjkt { display: none; }
.ng74 .q9jnrts { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ng74 .q9jnrts li { margin-bottom: 0; }
.ng74 .q9jnrts li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ng74 .q9jnrts li:last-child::after { content: ""; margin-right: 0; }
.ng74 .q9jnrts a { font-size: 0.9rem; }
.dilt3si3 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.el41wc4w .dilt3si3 { background: var(--bg-card); }
.fu9j .dilt3si3:nth-child(odd)  { background: var(--bg-card); }
.fu9j .dilt3si3:nth-child(even) { background: var(--bg-raised); }
.d03jr .dilt3si3 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.d03jr .dilt3si3:last-child { border-bottom: none; }
.d03jr h3.xsfl { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.zyc04 .dilt3si3 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.zyc04 .dilt3si3 + .dilt3si3 { margin-top: 4px; }
.mf2ua .dilt3si3 { background: none; border-radius: 0; padding: 12px 0; }
.mf2ua .dilt3si3 + .dilt3si3 { border-top: 1px solid var(--border-section); }
.vwcj6 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.jj4lf4 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.epn9o { color: var(--text-body); margin-bottom: 10px; }
.xh2nq, .a9p20 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.xh2nq li, .a9p20 li { margin-bottom: 6px; }
.a9p20 li { list-style: decimal; }
.b316jtf     .xh2nq { list-style-type: "● "; }
.r89o  .xh2nq { list-style-type: "■ "; }
.x5q0kc .xh2nq { list-style-type: "◆ "; }
.udn2f    .xh2nq { list-style-type: "★ "; }
.b316jtf     .ahcy { list-style-type: "● "; }
.r89o  .ahcy { list-style-type: "■ "; }
.x5q0kc .ahcy { list-style-type: "◆ "; }
.udn2f    .ahcy { list-style-type: "★ "; }
.b316jtf    .xh2nq li::marker, .b316jtf    .ahcy li::marker,
.r89o .xh2nq li::marker, .r89o .ahcy li::marker,
.x5q0kc .xh2nq li::marker, .x5q0kc .ahcy li::marker,
.udn2f   .xh2nq li::marker, .udn2f   .ahcy li::marker {
  color: var(--cta); font-size: 1em;
}
.b316jtf .a9p20,
.r89o .a9p20,
.x5q0kc .a9p20,
.udn2f .a9p20 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.b316jtf .a9p20 li,
.r89o .a9p20 li,
.x5q0kc .a9p20 li,
.udn2f .a9p20 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.b316jtf .a9p20 li::before,
.r89o .a9p20 li::before,
.x5q0kc .a9p20 li::before,
.udn2f .a9p20 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;
}
.b316jtf     .a9p20 li::before { border-radius: 50%; }
.r89o  .a9p20 li::before { border-radius: 3px; }
.x5q0kc .a9p20 li::before { border-radius: 3px; }
.udn2f    .a9p20 li::before { border-radius: 50%; }
.ynb0vzsk { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.zjn9h .ynb0vzsk,
.j774 .ynb0vzsk { background: transparent; border: none; border-radius: 0; }
.w3y2ys2 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.w3y2ys2 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.w3y2ys2 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.w3y2ys2 tr:hover td { background: var(--bg-hover); }
.dlj9aogx .w3y2ys2 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.pp6fcpte .w3y2ys2 { border: 1px solid var(--border-alt); }
.pp6fcpte .w3y2ys2 th,
.pp6fcpte .w3y2ys2 td { border: 1px solid var(--border-alt); }
.jo0v8y .w3y2ys2 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.jo0v8y .w3y2ys2 td { border-bottom: none; }
.jo0v8y .w3y2ys2 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.eml423mw .w3y2ys2 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.kz7lbob .ynb0vzsk {
  overflow: hidden;
}
.kz7lbob .w3y2ys2 th { border-bottom: 1px solid var(--border-alt); }
.kz7lbob .w3y2ys2 tr:last-child td { border-bottom: none; }
.zzwko5b9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.rw0p9 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.oablhk86 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.r6wz36w { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.jk9jx8g { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ahcy { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ahcy 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%}
.c8ht .r6wz36w { background: transparent; text-align: center; }
.jbye .oablhk86 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.zros .oablhk86 {
  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);
}
.ojvrdw .rw0p9 { display: grid; grid-template-columns: auto 1fr; }
.ojvrdw .oablhk86 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ojvrdw .r6wz36w { grid-column: 2; }
.ojvrdw .jk9jx8g,
.ojvrdw .ahcy { grid-column: 1 / -1; }
.ph18 .rw0p9 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ph18 .oablhk86 {
  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);
}
.ph18 .r6wz36w { grid-column: 2; }
.ph18 .jk9jx8g,
.ph18 .ahcy { grid-column: 1 / -1; }
.l6f85w .rw0p9 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.l6f85w .r6wz36w { background: none; color: var(--accent-light); font-weight: 700; }
.h38pa5ms .rw0p9 { 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); }
.h38pa5ms .r6wz36w { background: none; color: var(--accent-light); font-weight: 700; }
.ear9sl9z .rw0p9 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ear9sl9z .rw0p9:last-child { border-bottom: none; }
.ear9sl9z .r6wz36w { background: none; color: var(--accent-light); font-weight: 700; }
.dtqecz7 .rw0p9 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.dtqecz7 .r6wz36w { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.b6jcryke .zzwko5b9 { counter-reset: card-n; }
.b6jcryke .rw0p9  { counter-increment: card-n; }
.b6jcryke .r6wz36w { display: flex; align-items: center; gap: 10px; }
.b6jcryke .r6wz36w::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;
}
.wkvv6f9 .rw0p9 { background: var(--bg-surface); border: 1px solid var(--border); }
.wkvv6f9 .r6wz36w { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.q5bo { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.manpzagz { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.qtn8s { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.yuoump { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.q5bo strong { color: var(--text-primary); font-size: 0.95rem; }
.q5bo p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.p6e2tc { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.vu2au, .z8lc0cf { border-radius: 8px; padding: 14px; }
.vu2au { background: var(--bg-pros); }
.z8lc0cf { background: var(--bg-cons); }
.pokwa { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.vu2au .pokwa { color: var(--c-pros-label); }
.z8lc0cf .pokwa { color: #f87171; }
.vu2au ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.z8lc0cf ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.h998ec { width: 100%; height: auto; border-radius: 10px; display: block; }
.cqqvo {
  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;
}
.cqqvo:hover { opacity: 0.85; }
.kl2r .cqqvo  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.kl2r .cqqvo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.gpi4xsg .cqqvo  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.gpi4xsg .cqqvo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.p8smd .f373 { border-radius: 50px; }
.p8smd .cqqvo  { border-radius: 50px; }
.omsi .f373 { padding-left: 22px; padding-right: 22px; }
.omsi .cqqvo  { padding-left: 12px; padding-right: 12px; }
.wgm1ggb .f373 { padding-left: 44px; padding-right: 44px; }
.wgm1ggb .cqqvo  { padding-left: 24px; padding-right: 24px; }
.eev9hzb .f373 { padding-left: 56px; padding-right: 56px; }
.eev9hzb .cqqvo  { padding-left: 32px; padding-right: 32px; }
.docugpf   .f373::after, .docugpf   .cqqvo::after,
.mrky34 .f373::after, .mrky34 .cqqvo::after,
.mpu82    .f373::after, .mpu82    .cqqvo::after,
.g5nak    .f373::after, .g5nak    .cqqvo::after,
.ayje    .f373::after, .ayje    .cqqvo::after,
.fclza     .f373::after, .fclza     .cqqvo::after,
.kowpm5    .f373::after, .kowpm5    .cqqvo::after,
.sefkv421   .f373::after, .sefkv421   .cqqvo::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;
}
.docugpf .f373::after, .docugpf .cqqvo::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");
}
.mrky34 .f373::after, .mrky34 .cqqvo::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");
}
.mpu82 .f373::after, .mpu82 .cqqvo::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");
}
.g5nak .f373::after, .g5nak .cqqvo::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");
}
.ayje .f373::after, .ayje .cqqvo::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");
}
.fclza .f373::after, .fclza .cqqvo::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");
}
.kowpm5 .f373::after, .kowpm5 .cqqvo::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");
}
.sefkv421 .f373::after, .sefkv421 .cqqvo::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");
}
.jl9fogj3   .fhn4n0ja::after, .jl9fogj3   .hvsm3f::after,
.hko3bq .fhn4n0ja::after, .hko3bq .hvsm3f::after,
.oqzckbu6    .fhn4n0ja::after, .oqzckbu6    .hvsm3f::after,
.tqhg    .fhn4n0ja::after, .tqhg    .hvsm3f::after,
.gdpmwg    .fhn4n0ja::after, .gdpmwg    .hvsm3f::after,
.hz66j     .fhn4n0ja::after, .hz66j     .hvsm3f::after,
.i403zc    .fhn4n0ja::after, .i403zc    .hvsm3f::after,
.buht1co   .fhn4n0ja::after, .buht1co   .hvsm3f::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;
}
.jl9fogj3 .fhn4n0ja::after, .jl9fogj3 .hvsm3f::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");
}
.hko3bq .fhn4n0ja::after, .hko3bq .hvsm3f::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");
}
.oqzckbu6 .fhn4n0ja::after, .oqzckbu6 .hvsm3f::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");
}
.tqhg .fhn4n0ja::after, .tqhg .hvsm3f::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");
}
.gdpmwg .fhn4n0ja::after, .gdpmwg .hvsm3f::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");
}
.hz66j .fhn4n0ja::after, .hz66j .hvsm3f::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");
}
.i403zc .fhn4n0ja::after, .i403zc .hvsm3f::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");
}
.buht1co .fhn4n0ja::after, .buht1co .hvsm3f::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");
}
.co0n98gp .wfa4   { background: rgba(128,128,128,.12); }
.j2z5v0.cqqvo {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .zyp2xxk0 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .zyp2xxk0::before    { grid-area: rank;   }
  .vhha           { grid-area: ident;  }
  .ml6nx     { grid-area: rating; min-width: 0; width: auto; }
  .zr0obz           { grid-area: pills;  }
  .j2z5v0             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .zyp2xxk0 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .zyp2xxk0::before    { justify-self: center; }
  .vhha           { width: 100%; }
  .ml6nx     { justify-self: center; }
  .zr0obz           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .rfyii9v2 .lrcqe {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .rfyii9v2 .oxc640 { margin: 0; }
}
.bynms .mvn9t71m { padding: 0; gap: 0; overflow: hidden; }
.bynms .j8zsl { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.bynms .ctxuvn { padding: 16px 20px; }
.bynms .wyd49bo { padding: 16px 20px; align-self: center; }
.j774 .p6e2tc { gap: 10px; }
.j774 .vu2au, .j774 .z8lc0cf { padding: 12px; }
.j774 .vu2au ul, .j774 .z8lc0cf ul { margin: 4px 0 0; padding-left: 18px; }
.j774 .vu2au li, .j774 .z8lc0cf li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .mrjqm { grid-template-columns: 1fr; }
  .he0rojp { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .he0rojp .g6lr49a { width: 72px; height: 50px; }
  .he0rojp .goly { max-width: 180px; }
  .he0rojp .ud3t8q { width: auto; }
}
@media (max-width: 720px) {
  .gn4kwf { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .s3m70 { padding: 16px; }
  .nqdivs7f .mmakbk4m { min-width: 50%; }
}
.s2pu0k22 .p6e2tc { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .euqj1i3 { grid-template-columns: 1fr; }
  .szj6lky { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .not9xh1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .gkcp4 { flex-wrap: wrap; padding: 16px; }
}
.baljjs1f .p6e2tc { gap: 8px; }
.baljjs1f .vu2au, .baljjs1f .z8lc0cf { padding: 8px; }
@media (max-width: 480px) {
  .owonct { flex-direction: column; align-items: stretch; }
}
.f3ad .ud3t8q .cqqvo { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ji0cq120 { flex-direction: column; align-items: stretch; gap: 10px; }
  .f3ad .ud3t8q { text-align: center; }
}
@media (max-width: 720px) {
  .td8hac { grid-template-columns: 1fr; }
  .vb53 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .d00g6gg { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .atbo7 { grid-template-columns: 1fr; }
  .jqp2dgu5 { width: 100px; height: 100px; margin: 16px auto; }
  .u7mzq88m { font-size: 1.4rem; }
  .rasd { justify-content: center; }
  .ggmyc .mmakbk4m { min-width: 50%; }
}
.pyupx .p6e2tc { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ah1yxhdd { flex-wrap: wrap; padding: 14px 16px; }
  .ehg5z6s { padding: 12px 16px; }
  .pyupx .p6e2tc { margin: 0 16px; }
  .pyupx .n7th { padding: 0 16px; }
  .foqik { padding: 12px 16px; }
}
.fh39ef0 .zr0obz .i8fcw {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.uxo5fe .liwov8ao { display: none; }
.uxo5fe .qxoccgl { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.uxo5fe .qxoccgl {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.uxo5fe .qxoccgl small { display: none; }
.uxo5fe .upk9m .yw4cp { display: none; }
.uxo5fe .upk9m strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.uxo5fe .astd { display: none; }
.p2ql { margin: 16px 0; }
.oebtw3o0 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.oebtw3o0 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.oebtw3o0 summary::after { content: "+"; color: var(--accent-light); }
.oebtw3o0[open] summary::after { content: "−"; }
.oebtw3o0 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.b9i7y0l1 { margin-bottom: 0; }
.s4ube4fg h2.b4xlx { color: var(--text-primary); border-color: var(--accent-light); }
.ykab h2.b4xlx { color: var(--text-primary); border-color: var(--accent-light); }
.qzbg .manpzagz { background: #2d0a1e; border-color: #f43f5e; }
.qzbg .qtn8s    { background: #1e1036; border-color: #a855f7; }
.qzbg .q5bo strong  { color: #f1f5f9; }
.qzbg .q5bo p       { color: #cbd5e1; }
.qzbg .g0lin4    .tblr     .yuoump::before,
.qzbg .pjbotxj  .tblr     .yuoump::before,
.qzbg .p8b03ipq  .tblr     .yuoump::before,
.qzbg .su6v .tblr     .yuoump::before { color: #10b981; }
.qzbg .g0lin4    .manpzagz .yuoump::before,
.qzbg .pjbotxj  .manpzagz .yuoump::before,
.qzbg .p8b03ipq  .manpzagz .yuoump::before,
.qzbg .su6v .manpzagz .yuoump::before { color: #f43f5e; }
.qzbg .g0lin4    .qtn8s    .yuoump::before,
.qzbg .pjbotxj  .qtn8s    .yuoump::before,
.qzbg .p8b03ipq  .qtn8s    .yuoump::before,
.qzbg .su6v .qtn8s    .yuoump::before { color: #a855f7; }
.k0vs .manpzagz { background: #2d0b0b; border-color: #ef4444; }
.k0vs .qtn8s    { background: #2d1600; border-color: #f97316; }
.k0vs .q5bo strong  { color: #f1f5f9; }
.k0vs .q5bo p       { color: #cbd5e1; }
.k0vs .g0lin4    .tblr     .yuoump::before,
.k0vs .pjbotxj  .tblr     .yuoump::before,
.k0vs .p8b03ipq  .tblr     .yuoump::before,
.k0vs .su6v .tblr     .yuoump::before { color: #eab308; }
.k0vs .g0lin4    .manpzagz .yuoump::before,
.k0vs .pjbotxj  .manpzagz .yuoump::before,
.k0vs .p8b03ipq  .manpzagz .yuoump::before,
.k0vs .su6v .manpzagz .yuoump::before { color: #ef4444; }
.k0vs .g0lin4    .qtn8s    .yuoump::before,
.k0vs .pjbotxj  .qtn8s    .yuoump::before,
.k0vs .p8b03ipq  .qtn8s    .yuoump::before,
.k0vs .su6v .qtn8s    .yuoump::before { color: #f97316; }
.aj96 .tblr     { background: #0c1a2e; border-color: #38bdf8; }
.aj96 .manpzagz { background: #12103a; border-color: #818cf8; }
.aj96 .qtn8s    { background: #0a2020; border-color: #2dd4bf; }
.aj96 .q5bo strong  { color: #f1f5f9; }
.aj96 .q5bo p       { color: #cbd5e1; }
.aj96 .g0lin4    .tblr     .yuoump::before,
.aj96 .pjbotxj  .tblr     .yuoump::before,
.aj96 .p8b03ipq  .tblr     .yuoump::before,
.aj96 .su6v .tblr     .yuoump::before { color: #38bdf8; }
.aj96 .g0lin4    .manpzagz .yuoump::before,
.aj96 .pjbotxj  .manpzagz .yuoump::before,
.aj96 .p8b03ipq  .manpzagz .yuoump::before,
.aj96 .su6v .manpzagz .yuoump::before { color: #818cf8; }
.aj96 .g0lin4    .qtn8s    .yuoump::before,
.aj96 .pjbotxj  .qtn8s    .yuoump::before,
.aj96 .p8b03ipq  .qtn8s    .yuoump::before,
.aj96 .su6v .qtn8s    .yuoump::before { color: #2dd4bf; }
.jhiow3ll .manpzagz { background: var(--accent-bg-light); border-color: var(--accent-light); }
.jhiow3ll .qtn8s    { background: var(--accent-bg); border-color: var(--accent-pale); }
.jhiow3ll .g0lin4    .yuoump::before,
.jhiow3ll .pjbotxj  .yuoump::before,
.jhiow3ll .p8b03ipq  .yuoump::before,
.jhiow3ll .su6v .yuoump::before { color: var(--accent-light) !important; }
.tj2ylt::before,
.syfo::before { margin-right: 5px; }
.k08ork .vu2au ul li,
.k08ork .vu2au .tj2ylt { color: #22c55e; }
.k08ork .z8lc0cf ul li,
.k08ork .z8lc0cf .syfo { color: #ef4444; }
.dd5c .vu2au { background: var(--bg-pros); }
.dd5c .z8lc0cf { background: var(--bg-cons); }
.dd5c .vu2au .tj2ylt { color: var(--c-pros-label); }
.dd5c .z8lc0cf .syfo { color: var(--c-cons); }
.dd5c .vu2au ul li,
.dd5c .rfjdbok li            { color: var(--c-pros); }
.dd5c .z8lc0cf ul li,
.dd5c .xrjn2p6 li            { color: var(--c-cons); }
.xtdkszh .vu2au { background: var(--bg-pros); }
.xtdkszh .z8lc0cf { background: var(--bg-cons); }
.xtdkszh .vu2au .tj2ylt { color: var(--c-pros-label); }
.xtdkszh .z8lc0cf .syfo { color: var(--c-cons); }
.xtdkszh .vu2au ul li,
.xtdkszh .z8lc0cf ul li,
.itou8kr .tj2ylt::before { content: "✓ "; }
.itou8kr .syfo::before { content: "✗ "; }
.sde3 .tj2ylt::before { content: "→ "; }
.sde3 .syfo::before { content: "← "; }
.gcwa2yp .tj2ylt::before { content: "★ "; }
.gcwa2yp .syfo::before { content: "✕ "; }
.cw1m9k .tj2ylt::before { content: "◆ "; }
.cw1m9k .syfo::before { content: "▲ "; }
.dourmizh .q5bo { background: transparent; border-left: none; border: 1.5px solid; }
.dourmizh .manpzagz { border-color: var(--c-warn-border); }
.dourmizh .qtn8s    { border-color: #60a5fa; }
.dourmizh .q5bo strong { color: var(--text-primary); }
.dourmizh .q5bo p      { color: var(--text-muted); }
.q6j2 .q5bo { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.q6j2 .manpzagz { border-top-color: var(--c-warn-border); }
.q6j2 .qtn8s    { border-top-color: #60a5fa; }
.v9k5d .q5bo { border-left: none; border-radius: 8px; }
.v9k5d .manpzagz { background: #92400e; }
.v9k5d .qtn8s    { background: #1e3a8a; }
.v9k5d .q5bo strong,
.v9k5d .q5bo p { color: #fff; }
.v9k5d .yuoump::before { color: rgba(255,255,255,0.85) !important; }
.qzbg.v9k5d .manpzagz,
.qzbg .v9k5d .manpzagz { background: #2d0a1e; }
.qzbg.v9k5d .qtn8s,
.qzbg .v9k5d .qtn8s    { background: #1e1036; }
.k0vs.v9k5d .manpzagz,
.k0vs .v9k5d .manpzagz  { background: #2d0b0b; }
.k0vs.v9k5d .qtn8s,
.k0vs .v9k5d .qtn8s     { background: #2d1600; }
.aj96.v9k5d .tblr,
.aj96 .v9k5d .tblr      { background: #0c1a2e; }
.aj96.v9k5d .manpzagz,
.aj96 .v9k5d .manpzagz  { background: #12103a; }
.aj96.v9k5d .qtn8s,
.aj96 .v9k5d .qtn8s     { background: #0a2020; }
.csyse94 .q5bo { border-left: none; border-radius: 6px; padding: 10px 14px; }
.csyse94 .manpzagz { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.csyse94 .qtn8s    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.csyse94 .q5bo strong { color: var(--text-primary); }
.csyse94 .q5bo p      { color: var(--text-muted); }
.oh7v .q5bo { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.g0lin4 .yuoump,
.pjbotxj .yuoump,
.p8b03ipq .yuoump,
.su6v .yuoump { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.g0lin4 .yuoump::before,
.pjbotxj .yuoump::before,
.p8b03ipq .yuoump::before,
.su6v .yuoump::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.g0lin4 .tblr     .yuoump::before { content: "✦"; color: var(--c-tip-border); }
.g0lin4 .manpzagz .yuoump::before { content: "▲"; color: var(--c-warn-border); }
.g0lin4 .qtn8s    .yuoump::before { content: "◉"; color: #60a5fa; }
.pjbotxj .tblr     .yuoump::before { content: "★"; color: var(--c-tip-border); }
.pjbotxj .manpzagz .yuoump::before { content: "◆"; color: var(--c-warn-border); }
.pjbotxj .qtn8s    .yuoump::before { content: "●"; color: #60a5fa; }
.p8b03ipq .tblr     .yuoump::before { content: "▶"; color: var(--c-tip-border); }
.p8b03ipq .manpzagz .yuoump::before { content: "■"; color: var(--c-warn-border); }
.p8b03ipq .qtn8s    .yuoump::before { content: "▸"; color: #60a5fa; }
.su6v .tblr     .yuoump::before { content: "→"; color: var(--c-tip-border); }
.su6v .manpzagz .yuoump::before { content: "⬥"; color: var(--c-warn-border); }
.su6v .qtn8s    .yuoump::before { content: "◈"; color: #60a5fa; }
.o0eyz .el41wc4w .dilt3si3,
.o0eyz .fu9j .dilt3si3  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.o0eyz .rw0p9                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.o0eyz .ynb0vzsk          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.o0eyz .ko52dm                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.mvwk .el41wc4w .dilt3si3,
.mvwk .fu9j .dilt3si3,
.mvwk .rw0p9,
.mvwk .zyp2xxk0,
.mvwk .oxc640,
.mvwk .ynb0vzsk,
.mvwk .ko52dm,
.mvwk .oh7v .q5bo { box-shadow: none; }
.xb88kk   .epn9o, .xb88kk .vwcj6, .xb88kk .jj4lf4,
.xb88kk   .ul523if, .xb88kk .v9ij { font-size: 0.9rem; }
.xb88kk   .xh2nq, .xb88kk .a9p20 { font-size: 0.9rem; }
.qfgqsa   .epn9o, .qfgqsa .vwcj6, .qfgqsa .jj4lf4,
.qfgqsa   .ul523if, .qfgqsa .v9ij { font-size: 0.95rem; }
.qfgqsa   .xh2nq, .qfgqsa .a9p20 { font-size: 0.95rem; }
.gl3zltb   .epn9o, .gl3zltb .vwcj6, .gl3zltb .jj4lf4,
.gl3zltb   .ul523if, .gl3zltb .v9ij { font-size: 1.08rem; }
.gl3zltb   .xh2nq, .gl3zltb .a9p20 { font-size: 1.05rem; }
.gl3zltb   .w3y2ys2 { font-size: 0.97rem; }
.xp8pgzb6 .fg64tx      { font-size: 3.2rem; }
.xp8pgzb6 h2.b4xlx { font-size: 1.9rem; }
.xp8pgzb6 h3.xsfl     { font-size: 1.4rem; }
.caxaoq .fg64tx      { font-size: 3.8rem; }
.caxaoq h2.b4xlx { font-size: 2.2rem; }
.caxaoq h3.xsfl     { font-size: 1.6rem; }
.b9i7y0l1 + .b9i7y0l1 { position: relative; }
.nb3ze2   .b9i7y0l1 + .b9i7y0l1::before,
.ztgh  .b9i7y0l1 + .b9i7y0l1::before,
.c1x9vj17   .b9i7y0l1 + .b9i7y0l1::before,
.snm5hs1   .b9i7y0l1 + .b9i7y0l1::before,
.f4c48   .b9i7y0l1 + .b9i7y0l1::before,
.k5o5l .b9i7y0l1 + .b9i7y0l1::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.nb3ze2 .b9i7y0l1 + .b9i7y0l1::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ztgh .b9i7y0l1 + .b9i7y0l1::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.c1x9vj17 .b9i7y0l1 + .b9i7y0l1::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;
}
.snm5hs1 .b9i7y0l1 + .b9i7y0l1::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.uns8z8d .b9i7y0l1 { margin-bottom: 16px; }
.uns8z8d .b9i7y0l1 + .b9i7y0l1 { margin-top: 0; }
.uns8z8d .tc81 { padding-top: 0; padding-bottom: 0; }
.f4c48 .b9i7y0l1 + .b9i7y0l1::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.k5o5l .b9i7y0l1 + .b9i7y0l1::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.x7gx .b9i7y0l1 + .b9i7y0l1::before,
.f9ru4o3 .b9i7y0l1 + .b9i7y0l1::before,
.pvyfcn0 .b9i7y0l1 + .b9i7y0l1::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%;
}
.k24e7fqv .x7gx .b9i7y0l1:nth-child(even)::before,
.k24e7fqv .f9ru4o3 .b9i7y0l1:nth-child(even)::before,
.k24e7fqv .pvyfcn0 .b9i7y0l1:nth-child(even)::before { background: var(--bg-surface); }
.ds9jhx4k .x7gx .b9i7y0l1:nth-child(even)::before,
.ds9jhx4k .f9ru4o3 .b9i7y0l1:nth-child(even)::before,
.ds9jhx4k .pvyfcn0 .b9i7y0l1:nth-child(even)::before { background: var(--bg-card); }
.x7gx .b9i7y0l1 + .b9i7y0l1::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");
}
.f9ru4o3 .b9i7y0l1 + .b9i7y0l1::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");
}
.pvyfcn0 .b9i7y0l1 + .b9i7y0l1::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");
}
.iteg .xe2in,
.k8h5 .xe2in,
.wh354r5 .xe2in { overflow: hidden; }
.iteg .uft38u,
.k8h5 .uft38u { margin-bottom: 60px; }
.wh354r5 .uft38u { margin-bottom: 70px; }
.iteg .bgoxgy0,
.iteg .xe2in::before,
.k8h5 .xe2in::before,
.wh354r5 .xe2in::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%;
}
.iteg .xe2in::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");
}
.k8h5 .xe2in::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");
}
.wh354r5 .xe2in::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");
}
.bw7evj81 .xe2in:not(.k5ee) .y0c0 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.kfq9v .xe2in:not(.k5ee) .y0c0 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.l0iima47  .xe2in:not(.k5ee) .y0c0 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.igxjf  .xe2in:not(.k5ee) .y0c0 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.igxjf .k5ee { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.igxjf .ntbea3 { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.igxjf .cmr8pu { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.twolu .k5ee .y0c0 { background: none; }
.twolu .xe2in:not(.k5ee) .y0c0 { background: rgba(0,0,0,0.6); }
.b39ua .sfyiv { float: left; width: 38%; margin: 0 28px 16px 0; }
.b39ua .sfyiv .h998ec { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.b39ua .tc81::after { content: ''; display: block; clear: both; }
.n43j .sfyiv { float: right; width: 38%; margin: 0 0 16px 28px; }
.n43j .sfyiv .h998ec { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.n43j .tc81::after { content: ''; display: block; clear: both; }
.ilz2c .b9i7y0l1:nth-child(odd)  .sfyiv { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ilz2c .b9i7y0l1:nth-child(even) .sfyiv { float: right; width: 38%; margin: 0 0 16px 28px; }
.ilz2c .sfyiv .h998ec { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ilz2c .tc81::after { content: ''; display: block; clear: both; }
.b39ua .zzwko5b9,
.b39ua .to4s19pp,
.n43j .zzwko5b9,
.ilz2c .zzwko5b9,
@media (max-width: 900px) {
  .b39ua .sfyiv,
  .n43j .sfyiv,
  .ilz2c .b9i7y0l1:nth-child(odd)  .sfyiv,
  .ilz2c .b9i7y0l1:nth-child(even) .sfyiv {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .b39ua .sfyiv .h998ec,
  .n43j .sfyiv .h998ec,
  .ilz2c .sfyiv .h998ec {
    max-height: none !important;
  }
}
.b39ua .xh2nq,
.b39ua .a9p20,
.n43j .xh2nq,
.n43j .a9p20,
.ilz2c .xh2nq,
.ilz2c .a9p20 { overflow: hidden; }
@media (max-width: 640px) {
  .b39ua .sfyiv,
  .n43j .sfyiv,
  .ilz2c .sfyiv { float: none; width: 100%; margin: 0 0 16px 0; }
}
.tkghx6e .jkn0g3q1,
.tkghx6e .tc81,
.tkghx6e .esjt5  { max-width: 1100px; }
.d10xy1 .jkn0g3q1,
.d10xy1 .tc81,
.d10xy1 .esjt5  { max-width: 1200px; }
.xff8ya2 .jkn0g3q1,
.xff8ya2 .tc81,
.xff8ya2 .esjt5  { max-width: 1320px; }
.gq1k65c { font-size: 0.82rem; color: var(--text-muted); }
.cs0m { display: flex; align-items: center; }
.ehqgni {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ozdrl { display: flex; align-items: center; }
.x7llo7pv { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.x7llo7pv:hover { text-decoration: underline; }
.tvzmyt { margin: 0 3px; opacity: 0.45; }
.tvzmyt::before { content: '/'; }
.okuwpr { padding: 2px 5px; color: var(--text-main); }
.s813qdf .gq1k65c {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.s813qdf .cs0m { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.v5isjf .gq1k65c {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.v5isjf .cs0m { padding: 0 0 0 12px; }
.qewytdg {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.wysdt2 .cs0m { padding: 0 16px; }
.wysdt2 .gq1k65c {
  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);
}
.wysdt2 .jkn0g3q1 { padding-top: 28px; }
@media (max-width: 720px) {
  .qewytdg { margin-top: 18px; padding: 0 16px; }
  .wysdt2 .jkn0g3q1 { padding-top: 16px; }
}
.tkghx6e.s813qdf .cs0m { max-width: 1100px; }
.d10xy1.s813qdf .cs0m { max-width: 1200px; }
.xff8ya2.s813qdf .cs0m { max-width: 1320px; }
.tkghx6e .qewytdg { max-width: 1100px; }
.d10xy1 .qewytdg { max-width: 1200px; }
.xff8ya2 .qewytdg { max-width: 1320px; }
.px23h7ne .b9i7y0l1 { padding-top: 16px; padding-bottom: 16px; }
.ne353 .b9i7y0l1 { padding-top: 24px; padding-bottom: 24px; }
.s9nwx2 .b9i7y0l1 { padding-top: 40px; padding-bottom: 40px; }
.j7tgxq4 .b9i7y0l1 { padding-top: 52px; padding-bottom: 52px; }
.ezyq2 .b9i7y0l1:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ezyq2 .b9i7y0l1:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ezyq2 .b9i7y0l1:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ezyq2 .b9i7y0l1:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.qigyb8xt .tc81 { padding-top: 10px;  padding-bottom: 10px; }
.j57t .tc81 { padding-top: 18px;  padding-bottom: 18px; }
.hn9nwjr .tc81 { padding-top: 36px;  padding-bottom: 36px; }
.nbrcrhf .tc81 { padding-top: 48px;  padding-bottom: 48px; }
.wjpkj h2.b4xlx { font-weight: 600; }
.wjpkj h3.xsfl     { font-weight: 600; }
.dxbll h2.b4xlx { font-weight: 800; }
.dxbll h3.xsfl     { font-weight: 700; }
.ezx4uc8 h2.b4xlx { font-weight: 900; }
.ezx4uc8 h3.xsfl     { font-weight: 800; }
.ezx4uc8 .q5bo strong,
.ezx4uc8 .q5bo strong { font-weight: 600; }
.fhn4n0ja {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.fj8ix .fhn4n0ja { display: none; }
@media (max-width: 640px) {
  .xgx6vk { display: none; }
  .fhn4n0ja {
    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;
  }
}
.fhn4n0ja { background: var(--cta) !important; color: #fff !important; border: none !important; }
.fhn4n0ja:hover { opacity: 0.85; }
.zi3c .fhn4n0ja { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.bj2wpckc .fhn4n0ja,
.s60pd  .fhn4n0ja { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.bj2wpckc .fhn4n0ja:hover,
.s60pd  .fhn4n0ja:hover { opacity: 0.88; }
.zi3c.bj2wpckc .fhn4n0ja,
.zi3c.s60pd  .fhn4n0ja { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.hvsm3f {
  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;
}
.hvsm3f:hover { transform: translateY(-2px); opacity: 0.92; }
.hvsm3f { background: var(--cta) !important; color: #fff !important; border: none !important; }
.z1bjjka .hvsm3f { display: none; }
.felehuo .hvsm3f { right: 32px; }
.uuyn99  .hvsm3f { left: 32px; }
@media (max-width: 480px) {
  .felehuo .hvsm3f { right: 20px; bottom: 20px; }
  .uuyn99  .hvsm3f { left: 20px; bottom: 20px; }
}
.x8lv { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.esjt5 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.rc0zn { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.e0qv4 { color: var(--text-dim); font-size: 0.8rem; }
.v3dq { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.v3dq img { height: 26px; width: auto; object-fit: contain; }
.bnqk83 { display: flex; flex-direction: column; gap: 6px; }
.bnqk83 a, .pbbvkndh a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.bnqk83 a:hover, .pbbvkndh a:hover { color: var(--accent-light); }
.bnqk83 .h7romr0l { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.v37xrc .esjt5 { text-align: center; }
.v37xrc .rc0zn { margin-top: 0; }
.nxem { margin-top: 10px; }
.nxem a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .esjt5 { padding-left: 16px; padding-right: 16px; }
  .vjup9 .esjt5 { padding: 20px 16px; }
  .pbbvkndh { gap: 4px 12px; }
  .rc0zn { font-size: 0.78rem; }
}
.ym49 .piy8d7c1 .v3dq { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.ym49 .rc0zn { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ym49 .e0qv4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ym49 .acidscxy { grid-template-columns: 1fr 1fr; } .ym49 .piy8d7c1 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ym49 .acidscxy { grid-template-columns: 1fr; } }
.o5v9ia .v3dq { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.o5v9ia .rc0zn { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .o5v9ia .v4hpt { gap: 12px; } .o5v9ia .v3dq { margin-right: 0; width: 100%; } }
.x3058e .fw8eiynf .v3dq { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.x3058e .rc0zn { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.x3058e .e0qv4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .x3058e .y8le0mbu { grid-template-columns: 1fr 1fr; } .x3058e .fw8eiynf { grid-column: 1 / -1; } }
@media (max-width: 480px) { .x3058e .y8le0mbu { grid-template-columns: 1fr; } }
.vskszna .j53tt { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.vskszna .bnqk83 { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .vskszna .j53tt { grid-template-columns: 1fr 1fr; } .vskszna .zbe2wtw:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vskszna .j53tt { grid-template-columns: 1fr; } }
.rp5v .j53tt { grid-template-columns: 1fr 2fr; }
.rp5v .fzdxemjh .bnqk83 { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .rp5v .j53tt { grid-template-columns: 1fr; } }
.kd01nm .esjt5 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.p4z3wh .ohh07      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.p4z3wh .x8lv { background: var(--bg-page); border-top-color: var(--border-alt); }
.lf1u .ohh07      { background: #0d1117; border-bottom-color: #21262d; }
.lf1u .o1qtid3v { color: var(--accent-light); }
.lf1u .ze577o { --msep-color: #8b949e; }
.lf1u .ze577o a { color: #8b949e; }
.lf1u .ze577o a:hover { color: var(--accent-light); }
.lf1u .pf9ef { color: #8b949e; }
.lf1u .x8lv { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.lf1u .rc0zn,
.lf1u .e0qv4 { color: #6e7681; }
.lf1u .bnqk83 a, .lf1u .pbbvkndh a,
.lf1u .v3dq { color: #e6edf3; }
.lf1u .bnqk83 a:hover, .lf1u .pbbvkndh a:hover,
@media (max-width: 640px) {
  .lf1u .ze577o { background: #0d1117; border-top-color: #21262d; }
  .lf1u .ze577o li a { border-bottom-color: #21262d; }
}
.d7it .ohh07      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.d7it .o1qtid3v { color: var(--accent-light); }
.d7it .ze577o { --msep-color: #475569; }
.d7it .ze577o a { color: #475569; }
.d7it .ze577o a:hover { color: var(--accent-light); }
.d7it .pf9ef { color: #64748b; }
.d7it .x8lv { background: #f0f4f8; border-top-color: #cbd5e1; }
.d7it .rc0zn,
.d7it .e0qv4 { color: #64748b; }
.d7it .bnqk83 a, .d7it .pbbvkndh a,
.d7it .ofwlilf2 a, .d7it .v3dq { color: #374151; }
.d7it .bnqk83 a:hover, .d7it .pbbvkndh a:hover,
@media (max-width: 640px) {
  .d7it .ze577o { background: #f0f4f8; border-top-color: #cbd5e1; }
  .d7it .ze577o li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.bj2wpckc .ohh07      { background: var(--accent); border-bottom-color: var(--accent-light); }
.bj2wpckc .o1qtid3v { color: #fff; }
.bj2wpckc .ze577o { --msep-color: rgba(255,255,255,0.82); }
.bj2wpckc .ze577o a { color: rgba(255,255,255,0.82); }
.bj2wpckc .ze577o a:hover { color: #fff; }
.bj2wpckc .pf9ef { color: rgba(255,255,255,0.9); }
.bj2wpckc .x8lv { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.bj2wpckc .rc0zn,
.bj2wpckc .e0qv4 { color: rgba(255,255,255,0.72); }
.bj2wpckc .bnqk83 a, .bj2wpckc .pbbvkndh a,
.bj2wpckc .ofwlilf2 a, .bj2wpckc .v3dq { color: #fff; }
.bj2wpckc .bnqk83 a:hover, .bj2wpckc .pbbvkndh a:hover,
@media (max-width: 640px) {
  .bj2wpckc .ze577o { background: var(--accent); border-top-color: var(--accent-light); }
  .bj2wpckc .ze577o li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.s60pd .ohh07 {
  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);
}
.s60pd .x8lv {
  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) {
  .s60pd .ze577o {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.idl06ifn .s8e6 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.jcli .s8e6 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.roze .s8e6 { min-height: 72px; height: auto; }
.i0v12us .s8e6 { min-height: 84px; height: auto; }
.vjup9 .s8e6 { max-width: none; padding: 0 32px; }
.vjup9 .esjt5  { max-width: none; padding: 24px 32px; }
.g4irzl2.d10xy1 .s8e6 { max-width: 1200px; }
.g4irzl2.xff8ya2 .s8e6 { max-width: 1320px; }
.uz52t7bj   .o1qtid3v, .uz52t7bj   .v3dq { text-transform: capitalize; }
.ih9np7 .o1qtid3v, .ih9np7 .v3dq { text-transform: lowercase; }
.cxhm8tgo .o1qtid3v, .cxhm8tgo .v3dq { text-transform: uppercase; letter-spacing: 0.06em; }
.m6t4ydoa, .uhqw {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.il8ck .m6t4ydoa,
.il8ck .uhqw { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.qkyd .m6t4ydoa,
.qkyd .uhqw { 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; }
.iwz2a .m6t4ydoa,
.iwz2a .uhqw { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.gvdbv7n7 .m6t4ydoa,
.gvdbv7n7 .uhqw { 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; }
.xriou1g   .ze577o a { font-weight: 500; }
.r30qebz .ze577o a { font-weight: 600; }
.ikjgdi7     .ze577o a { font-weight: 700; }
.i4rmmb    .ze577o a { font-weight: 800; letter-spacing: 0.01em; }
.e0zjnnv     .ze577o > li + li::before,
.zuyj    .ze577o > li + li::before,
.ezqsqn    .ze577o > li + li::before,
.jv9k83 .ze577o > li + li::before,
.sd9c .ze577o > li + li::before,
.onkhnm67  .ze577o > li + li::before,
.urpe1x59    .ze577o > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.e0zjnnv     .ze577o > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.zuyj    .ze577o > li + li::before { content: "|"; }
.ezqsqn    .ze577o > li + li::before { content: "—"; }
.jv9k83 .ze577o > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.sd9c .ze577o > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.onkhnm67  .ze577o > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.urpe1x59    .ze577o > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .my735 .pf9ef,
  .mtpi .pf9ef,
  .ajjeo3 .pf9ef,
  .auo9kfo .pf9ef,
  .zuapcy .pf9ef {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .my735 .pf9ef::before,
  .mtpi .pf9ef::before,
  .ajjeo3 .pf9ef::before,
  .auo9kfo .pf9ef::before,
  .zuapcy .pf9ef::before { content: ""; display: block; flex-shrink: 0; }

  
  .my735 .pf9ef::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;
  }

  
  .mtpi .pf9ef::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;
  }

  
  .ajjeo3 .pf9ef::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;
  }

  
  .auo9kfo .pf9ef::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;
  }

  
  .zuapcy .pf9ef::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) {
  .y9ex .pf9ef {
    padding: 5px 14px;
  }
  .y9ex .ze577o {
    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;
  }
  .y9ex .ze577o li a {
    border-bottom: none; padding: 10px 22px;
  }
  .y9ex .ze577o li a:hover { background: var(--bg-raised); }
  .y9ex .krv1,
  .rhcokrih .krv1,
  .jbq3g .krv1 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .hus9kv .pf9ef {
    padding: 5px 10px;
  }
  .hus9kv .ze577o {
    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);
  }
  .hus9kv .ze577o.pmthl { transform: translateX(0); }
  .hus9kv .ze577o li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .hus9kv .ze577o li:last-child a { border-bottom: none; }
  .bj2wpckc .ze577o,
  .lf1u .ze577o { background: var(--accent) !important; }
  .bj2wpckc .ze577o li a,
  .lf1u .ze577o li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .jbq3g .pf9ef {
    padding: 5px 10px;
  }
  .jbq3g .ze577o {
    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);
  }
  .jbq3g .ze577o::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .jbq3g .ze577o.pmthl { transform: translateY(0); }
  .jbq3g .ze577o li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .p5p926zb .pf9ef {
    padding: 5px 10px;
  }
  .p5p926zb .ze577o {
    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;
  }
  .p5p926zb .ze577o.pmthl { opacity: 1; pointer-events: auto; }
  .p5p926zb .ze577o li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .py0r     .pf9ef { border-radius: 0 !important; }
  .b79dg   .pf9ef { border-radius: 8px !important; }
  .poqv .pf9ef { border-radius: 50% !important; }
  .vy2u1t   .pf9ef { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .cz1mnv .b3c2omk { flex-direction: column; align-items: stretch; }
  .cz1mnv .k1o0j { flex-direction: row; min-width: auto; }
  .cz1mnv .dhd9a { align-items: flex-start; text-align: left; }
}
.pvolm,
.pvolm.b9i7y0l1,
.k24e7fqv .pvolm,
.t1o27r3 .pvolm,
.ds9jhx4k .pvolm,
.e1ek .pvolm {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.of9737m {
  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;
}
.u0dali8 { flex: 1 1 280px; min-width: 0; }
.s4w2 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.sd8qh {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.o7qmlphh {
  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;
}
.o7qmlphh:hover { transform: translateY(-1px); opacity: 0.95; }
.aofw .of9737m {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.aofw .s4w2 { color: var(--cta); }
.aofw .sd8qh { color: var(--text-body); }
.aofw .o7qmlphh {
  background: var(--cta) !important;
  color: #fff !important;
}
.ujijk .of9737m {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ujijk .s4w2 { color: var(--text-primary); }
.ujijk .sd8qh { color: var(--text-body); }
.ujijk .o7qmlphh {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .of9737m {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .u0dali8 { flex: 0 0 auto; }
  .s4w2 { font-size: 1.2rem; }
  .o7qmlphh { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.hc32yqiv .ua582bzu { height: 36px; }
.yxb7w1qy .ua582bzu { height: 60px; max-width: 200px; }
.mqsfg8 .ua582bzu { height: 56px; max-width: 180px; }
.wo5ofkou    .liwov8ao, .wo5ofkou    .yw4cp { color: #f59e0b; }
.fh39ef0 .i8fcw {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .y53a4y .to4s19pp {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .y53a4y .zyp2xxk0 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .y53a4y .zyp2xxk0 { padding: 40px 16px 20px; }
  .y53a4y .i8fcw {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .y53a4y .j2z5v0 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .xihr .zyp2xxk0 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .xihr .zyp2xxk0::before {
    position: absolute; top: 14px; left: 14px;
  }
  .xihr .vhha {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .xihr .yh3hz { white-space: normal; text-align: center; font-size: 1.2rem; }
  .xihr .i8fcw {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .xihr .j2z5v0 { width: 100%; min-width: 0; }
  .xihr .liwov8ao { min-width: 0; }
}
.yeeai1 .oebtw3o0 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.yeeai1 .oebtw3o0 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.yeeai1 .oebtw3o0 p { padding: 0 2px 16px; }
.r4n1 .oebtw3o0 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.r4n1 .oebtw3o0 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.r4n1 .oebtw3o0 summary::after { content: "›"; font-size: 1.2em; }
.r4n1 .oebtw3o0[open] summary::after { content: "‹"; }
.r4n1 .oebtw3o0 p { padding: 10px 22px 4px; }
.uy7n0iz .oebtw3o0 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.uy7n0iz .oebtw3o0 summary { color: var(--text-primary); padding-left: 16px; }
.uy7n0iz .oebtw3o0 summary::after { content: "›"; font-size: 1.1em; }
.uy7n0iz .oebtw3o0[open] summary::after { content: "‹"; }
.uy7n0iz .oebtw3o0 p { padding-left: 16px; }
.e9d7ux8n .p2ql { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.e9d7ux8n .oebtw3o0 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.e9d7ux8n .oebtw3o0:last-child { border-bottom: none; }
.e9d7ux8n .oebtw3o0 summary { color: var(--text-primary); border-radius: 0; }
.e9d7ux8n .oebtw3o0 summary::after { content: "›"; font-size: 1.1em; }
.e9d7ux8n .oebtw3o0[open] summary::after { content: "‹"; }
.o8tda3r7 .oebtw3o0 { overflow: hidden; }
.o8tda3r7 .oebtw3o0 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.o8tda3r7 .oebtw3o0 summary::after { color: rgba(255,255,255,.75); }
.o8tda3r7 .oebtw3o0[open] summary { border-radius: 0; }
.au4l { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.sb3ze3 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.av7r {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.sywucys { color: var(--text-muted); font-size: 1.05rem; }
.b1y0eyx {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.x4w9 { margin-bottom: 20px; }
.ddn70de {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.y2orvf0 {
  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;
}
.y2orvf0:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.pzzw9zs { resize: vertical; min-height: 130px; }
.mqgm690z { width: 100%; margin-top: 8px; }
.hg721i {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.nc1f {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ja1it { color: var(--text-muted); line-height: 1.75; }
.b6ub5eg { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.b6ub5eg li { margin-bottom: 6px; }
.okev { max-width: 760px; margin: 0 auto; }
.ziiqvkr ul.b6ub5eg { margin: 0; }
@media (max-width: 640px) { .c0laa { grid-template-columns: 1fr; gap: 10px; } }
.cq58hjy { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.z1szgf6j { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.txejkry { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.z1szgf6j p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.z1szgf6j .b6ub5eg { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .cq58hjy { grid-template-columns: 1fr; } }
.at73c { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.at73c:hover .i17sah34 { color: var(--accent-light); text-decoration: underline; }
.vusrqc2 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qmhpe02 { margin-bottom: 48px; }
.vtag1gvm { max-width: 760px; margin: 0 auto; }
.jmb4v { text-align: center; }
.wc4d { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.wc4d:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.otzbvl { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.wc4d p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.wc4d ul.b6ub5eg { margin: 0; }
.qr9n82w { color: var(--text-muted); line-height: 1.75; }
.jmb4v .b6ub5eg,
.w5gl5 .b6ub5eg,
.o8a8rax .b6ub5eg,
.gcz6i0av .b6ub5eg {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.jmb4v .wc4d,
.w5gl5 .wc4d { text-align: left; }
.jmb4v .otzbvl,
.w5gl5 .otzbvl { text-align: center; }
.lg1r { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.tk8r { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.mvqgn2p { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.y0cbff1 { margin-top: 12px; }
.opmaw9k { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.opmaw9k:hover { border-bottom-color: var(--accent-light); }
.l4nkznv2 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.l4nkznv2 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.eb0aex { width: 200px; height: 200px; }
.hrs6kd66 { border-radius: 10px; }
.c5nsz { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.zxicba1o { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .o4gr { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ez4b { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.ez4b .mvqgn2p, .ez4b .tk8r { max-width: 640px; }
.l2f9vt .lg1r { font-size: 1.6rem; margin-top: 18px; }
.a9m7dp .mvqgn2p { margin-bottom: 28px; }
@media (max-width: 860px) { .zhe4nv { grid-template-columns: 1fr; } .l2f9vt { position: static; text-align: center; } }
.y4mx7o9a .l4nkznv2 { margin: 0 auto 18px; }
.y4mx7o9a .c5nsz { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .b3tb { grid-template-columns: 1fr; } }
.cvn1 .lg1r { font-size: 1.6rem; margin-bottom: 6px; }
.gcz6i0av .b6ub5eg { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .cvn1 { flex-direction: column; text-align: center; } .e2cdu1 { grid-template-columns: 1fr; } }
.koz9mp .lg1r { font-size: 1.35rem; margin: 0 0 4px; }
.koz9mp .c5nsz { margin: 0; }
.d2pkgrp8 .av7r { color: var(--accent-light); }
.meyp .av7r { font-size: 2rem; }
.meyp .sywucys { max-width: 680px; }
.nnsf9jia .av7r { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.nnsf9jia .sywucys  { margin: 0; }
@media (max-width: 640px) { .nnsf9jia { flex-direction: column; } }
.dpvm5 {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.dpvm5 .av7r { color: var(--accent-light); }
.dfyx0 .av7r { color: #fff; }
.dfyx0 .sywucys  { color: rgba(255,255,255,0.85); }
.lhrnkzpa { max-width: 680px; margin: 0 auto; }
.w6v88 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .w6v88 { grid-template-columns: 1fr; } }
.ok1x { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.ok1x .y2orvf0 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ok1x .y2orvf0:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.i2tuf .y2orvf0 { background: var(--bg-raised); border-color: transparent; }
.i2tuf .y2orvf0:focus { background: var(--bg-card); border-color: var(--accent-light); }
.mpvy8 .y2orvf0 { border-radius: 100px; padding: 11px 20px; }
.mpvy8 .pzzw9zs { border-radius: 14px; }
@media (max-width: 640px) { .bz7fwxh { grid-template-columns: 1fr; } }
.dh6ws{display:none}
.dh6ws:empty,.r1zvvvi9:empty{display:none}
.r7dv2{position:relative;overflow:visible}
.cgx6y .vt0c51f1,.n3c81o .vt0c51f1,
.hat04s .vt0c51f1,.et1ja .vt0c51f1,
.rkvsfy .vt0c51f1,.gxutbv .vt0c51f1{display:block}
.drp0i .jo4n{display:block}
.cgx6y .vt0c51f1,.n3c81o .vt0c51f1,
.hat04s .vt0c51f1,.et1ja .vt0c51f1,
.rkvsfy .vt0c51f1{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.cgx6y .vt0c51f1 .r1zvvvi9,.n3c81o .vt0c51f1 .r1zvvvi9,
.hat04s .vt0c51f1 .r1zvvvi9,.et1ja .vt0c51f1 .r1zvvvi9,
.rkvsfy .vt0c51f1 .r1zvvvi9{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.cgx6y .tsdqart1,.n3c81o .tsdqart1,
.hat04s .tsdqart1,.et1ja .tsdqart1,
.rkvsfy .tsdqart1{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.cgx6y .vt0c51f1,.n3c81o .vt0c51f1{top:12px}
.cgx6y .vt0c51f1 .r1zvvvi9{margin-right:auto}
.n3c81o .vt0c51f1 .r1zvvvi9{margin-left:auto}
.n3c81o .vt0c51f1{text-align:right}
.hat04s .vt0c51f1,.et1ja .vt0c51f1{bottom:12px}
.hat04s .vt0c51f1 .r1zvvvi9{margin-right:auto}
.et1ja .vt0c51f1 .r1zvvvi9{margin-left:auto}
.et1ja .vt0c51f1{text-align:right}
.rkvsfy .vt0c51f1{position:relative;margin-top:16px}
.rkvsfy .vt0c51f1 .r1zvvvi9{margin:0 auto}
.gxutbv .vt0c51f1{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.gxutbv .vt0c51f1 .r1zvvvi9{margin:0}
.gxutbv .cmr8pu~.vt0c51f1,
.gxutbv .ovwv8m2~.vt0c51f1{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.gxutbv .cmr8pu~.vt0c51f1 .r1zvvvi9,
.gxutbv .ovwv8m2~.vt0c51f1 .r1zvvvi9{justify-content:flex-start}
.cmr8pu~.vt0c51f1,.ovwv8m2~.vt0c51f1{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.cmr8pu~.vt0c51f1 .r1zvvvi9{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ovwv8m2~.vt0c51f1 .r1zvvvi9{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jo4n .r1zvvvi9{margin:0 0 12px}
.r1zvvvi9{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.zxpp{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.i17sah34{font-weight:600;color:var(--text-heading);opacity:1}
.coelf::before{content:"·";margin:0 2px;opacity:.5}
.tsdqart1{white-space:nowrap}
.s80z826z .zxpp{display:none}
.r78mwo8h .tsdqart1{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.r78mwo8h .coelf::before{content:""}
.e0eru34 .tsdqart1{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.e0eru34 .coelf::before{content:""}
.pawx .r1zvvvi9{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.y5yyyx .tsdqart1{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.y5yyyx .coelf::before{content:""}
.u3zsbqcl .tsdqart1{color: var(--accent-light);opacity:1;font-weight:500}
.b3p7j .tsdqart1{border-bottom:1px solid currentColor;padding-bottom:2px}
.bj9vtj .r1zvvvi9{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.k4eds{--date-bg:var(--accent-bg)}
.lcnzrlnd .coelf::before{content:""}
.rr5w5pp .coelf::before{content:"•";opacity:.4}
.rr5w5pp .tsdqart1 + .tsdqart1::before{content:"•";margin-right:6px;opacity:.4}
.lfyci .coelf::before{content:"/";opacity:.35}
.lfyci .tsdqart1 + .tsdqart1::before{content:"/";margin-right:6px;opacity:.35}
.u5ibq9la .coelf::before{content:"|";opacity:.3}
.u5ibq9la .tsdqart1 + .tsdqart1::before{content:"|";margin-right:6px;opacity:.3}
.c0hjaj04 .coelf::before{content:"—";opacity:.3}
.c0hjaj04 .tsdqart1 + .tsdqart1::before{content:"—";margin-right:6px;opacity:.3}
.c0xt .coelf::before{content:"◆";font-size:.5em;opacity:.35}
.c0xt .tsdqart1 + .tsdqart1::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.y29f5 .coelf::before{content:"·";opacity:.4}
.y29f5 .tsdqart1 + .tsdqart1::before{content:"·";margin-right:6px;opacity:.4}
.kvvf1gyw .coelf::before{content:"›";opacity:.4}
.kvvf1gyw .tsdqart1 + .tsdqart1::before{content:"›";margin-right:6px;opacity:.4}
.sf6n .coelf::before{content:"→";opacity:.35;font-size:.85em}
.sf6n .tsdqart1 + .tsdqart1::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.tmdve .pekd{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .pekd{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ggbuh{max-width:100%}
}
.zier .ynb0vzsk{margin:0}
@media (max-width:560px){
  .p0oduxt{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .x4q7a { padding: 28px 18px 20px; }
  .bv6yi { font-size: 1.2rem; }
  .wfvnmgmn { max-width: 220px; max-height: 80px; }
}
.odi5ec .bfdp8lj { border-radius: 22px; }
.p2drgdyx .of9737m {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .bfdp8lj { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.gyf3ft3 {
  margin: 28px 0 24px;
}
.gyf3ft3 .b9i7y0l1 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.gyf3ft3 .tc81 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.gyf3ft3 .of9737m {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .s8e6 { flex-direction: row-reverse; }
[dir="rtl"] .ze577o { flex-direction: row-reverse; }
[dir="rtl"] .felehuo .hvsm3f { right: auto; left: 32px; }
[dir="rtl"] .uuyn99  .hvsm3f { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .felehuo .hvsm3f { right: auto; left: 20px; }
  [dir="rtl"] .uuyn99  .hvsm3f { left: auto;  right: 20px; }
}
[dir="rtl"] .b39ua .sfyiv  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .n43j .sfyiv { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .xh2nq, [dir="rtl"] .a9p20 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .vu2au { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .z8lc0cf { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .q5bo { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .of9737m { direction: rtl; }
[dir="rtl"] .gq1k65c { direction: rtl; }
[dir="rtl"] .ko52dm { direction: rtl; }
[dir="rtl"] .q9jnrts { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .b316jtf .a9p20,
[dir="rtl"] .r89o .a9p20,
[dir="rtl"] .x5q0kc .a9p20,
[dir="rtl"] .udn2f .a9p20 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .b316jtf .a9p20 li::before,
[dir="rtl"] .r89o .a9p20 li::before,
[dir="rtl"] .x5q0kc .a9p20 li::before,
[dir="rtl"] .udn2f .a9p20 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .xe2in.fnymj .uft38u,
[dir="rtl"] .c7cp.fnymj .uft38u,
[dir="rtl"] .k5ee.fnymj .uft38u,
[dir="rtl"] .qlou.fnymj .uft38u,
[dir="rtl"] .n26w.fnymj .uft38u { text-align: right; }
[dir="rtl"] .cmr8pu.fnymj .bgoxgy0 { align-items: flex-end; text-align: right; }
[dir="rtl"] .tc81,
[dir="rtl"] .ul523if,
[dir="rtl"] .v9ij,
[dir="rtl"] .diac2f0,
[dir="rtl"] .uft38u { text-align: right; }
[dir="rtl"] .b1y0eyx,
[dir="rtl"] .ddn70de,
[dir="rtl"] .mvqgn2p,
[dir="rtl"] .y2orvf0,
[dir="rtl"] .pzzw9zs { text-align: right; direction: rtl; }
[dir="rtl"] .mpvy8 .y2orvf0,
[dir="rtl"] .ok1x .y2orvf0 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #5e002f;
  --brand:           #5e002f;
  --brand-light:     #fa4f95;
  --brand-pale:      #fa4f95;
  --grad-start:      #000000;
  --grad-end:        #440022;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #fa4f95;
  --cta-light:       #f99bc2;
  --cta-hover:       #fb76ac;
  --bg-page:         #17010c;
  --bg-surface:      #250314;
  --bg-card:         #33041c;
  --bg-card-inner:   #420523;
  --bg-raised:       #50062b;
  --bg-hover:        #5e0733;
  --border:          #71093d;
  --border-alt:      #8d0b4c;
  --border-section:  #71093d;
  --text-primary:    #e8e2e5;
  --text-muted:      #ae9ca5;
  --text-body:       #d1c6cc;
  --text-sub:        #ae9ca5;
  --text-faint:      #7e6772;
  --text-dim:        #625059;
  --text-label:      #97808c;
  --text-value:      #c5b8bf;
  --accent-bg:       #34091e;
  --accent-bg-light: #500b2d;
  --bg-tip:          #182616;
  --bg-warning:      #272115;
  --bg-info:         #161726;
  --bg-pros:         #182616;
  --bg-cons:         #261618;
  --c-pros:          #88f47a;
  --c-cons:          #e68990;
  --c-pros-label:    #5df04b;
  --c-tip-border:    #3fed2a;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #88f47a;
}
:root { --logo-bg-opacity: 66%; }
body, button, input { font-family: "Karla", sans-serif; }
.gqljr9l0 .rfjdbok li::before, .gqljr9l0 .xrjn2p6 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; }.gqljr9l0 .rfjdbok li::before { content: ""; }.gqljr9l0 .xrjn2p6 li::before { content: ""; }.gqljr9l0 .tj2ylt::before, .gqljr9l0 .syfo::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.gqljr9l0 .tj2ylt::before { content: ""; }.gqljr9l0 .syfo::before { content: ""; }
.lsxl .l2cx4, .lsxl .cmr8pu { min-height: 420px; }
.qstdwb .f373::after, .qstdwb .cqqvo::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.tvzmyt::before { content: '/'; }