:root {
  --color-accent: #e32761;
  --color-cta: #e298a1;
  --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;
}
.dm4h2c {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.g6hg {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.cbd59lli {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.twhk5pn0 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.gcfzvu4 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.gcfzvu4 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.gcfzvu4 a:hover { color: var(--accent-light); }
.sncz   .zvkw95 { border-radius: 0; }
@media (max-width: 640px) {
  .zvkw95 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .jalv:hover .zvkw95,
  .jalv:focus-within .zvkw95 { display: block; }
  .zvkw95 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.yr7bkfpb {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.dsjyyx { display: none; }
@media (max-width: 640px) {
  .dsjyyx {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .dsjyyx.igcwz2a { display: block; }
}
@media (max-width: 640px) {
  .yr7bkfpb { display: block; }
  .gcfzvu4 > li + li::before { display: none !important; }
  .gcfzvu4 {
    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;
  }
  .gcfzvu4.igcwz2a { display: flex; }
  .gcfzvu4 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .gcfzvu4 li:last-child a { border-bottom: none; }
}
.bx24f { min-height: 480px; }
.sv40mqdl {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.vmxv29ja { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.rwrc0ooa .vmxv29ja { margin-left: 0; margin-right: 0; }
.fsw6 {
  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;
}
.t4j3s .fsw6 { margin-top: 24px; }
.fsw6:hover { opacity: 0.88; }
.hzjv {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.vhuz {
  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%);
}
.hzjv .n681 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.hzjv .sv40mqdl { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.hzjv .vmxv29ja { color: #e2e8f0; }
.hzjv.irixlz .n681 { text-align: center; }
.hzjv.rwrc0ooa   .n681 { text-align: left; }
.d18uyh .n681 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.d18uyh .sv40mqdl { color: var(--text-primary); text-shadow: none; }
.d18uyh .vmxv29ja { color: var(--text-muted); }
.d18uyh .fsw6 { margin-top: 16px; }
.d18uyh, .d18uyh.bx24f { min-height: auto !important; }
.d18uyh.irixlz .n681 { text-align: center; }
.d18uyh.rwrc0ooa   .n681 { text-align: left; }
.d18uyh~.evwfea{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}
.d18uyh~.evwfea .jffvw{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}
.q8g3ra3g {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.dr7uo .q8g3ra3g,
.dr7uo .q8g3ra3g::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.qajwtz7 .q8g3ra3g,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.pncnzkl .q8g3ra3g,
.pncnzkl .hzjv .vhuz {
  overflow: hidden;
}
.pncnzkl .q8g3ra3g::after,
.pncnzkl .hzjv .vhuz::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%); }
}
.gvqy .q8g3ra3g,
.gvqy .q8g3ra3g::after,
@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); }
}
.gvqy .hzjv .vhuz {
  overflow: hidden;
}
.gvqy .hzjv .vhuz::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;
}
.qwrnm3 .q8g3ra3g,
.qwrnm3 .rin49,
.qwrnm3 .hzjv .vhuz {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.dr7uo .hzjv .vhuz {
  overflow: hidden;
}
.dr7uo .hzjv .vhuz::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;
}
.qajwtz7 .hzjv .vhuz {
  animation: hg-breathe 10s ease-in-out infinite;
}
.q8g3ra3g .vhuz {
  background: none;
}
.q8g3ra3g .sv40mqdl { color: #fff; }
.q8g3ra3g .vmxv29ja { color: rgba(255,255,255,0.85); }
.q8g3ra3g .fsw6 { background: #fff; color: var(--cta); }
.q8g3ra3g .fsw6:hover { opacity: 0.92; }
.qwrnm3 .x3e3 {
  animation: hg-fadein 1.2s ease-out both;
}
.x3e3 .sv40mqdl { text-shadow: none; color: var(--text-primary); }
.x3e3 .vmxv29ja { color: var(--text-muted); }
body.bdmuhz2 .sv40mqdl {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.mkt99t0s .sv40mqdl {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.bx24f.q8g3ra3g .sv40mqdl,
section.q8g3ra3g .sv40mqdl {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.x3e3.irixlz .ipbjtqjs { align-items: center; text-align: center; }
.bx24f .xbbrne {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.xbbrne .d9xhk4.n1varua {
  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;
}
.xbbrne .d9xhk4.n1varua:hover { opacity: 0.85; }
.nguaxk .n681 { padding-bottom: 24px; }
.t4j3s .n681 { max-width: 1100px; }
@media (max-width: 700px) {
  .x3e3 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .x3e3:not(.w57i) .d45r { display: none !important; }
  .w57i .d45r { padding: 16px; }
  .ipbjtqjs  { padding: 36px 24px; }
  .x3e3~.evwfea,.xaa051~.evwfea{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .bx24f, .x3e3 { min-height: 320px !important; }
  .sv40mqdl { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .f6ehp,
  .cp08,
  .sw1gyy { grid-template-columns: 1fr !important; }

  

  
  .nguaxk { display: flex !important; flex-direction: column !important; }
  .nguaxk .n681 { display: contents; }
  .nguaxk .vhuz { order: 0; }
  .nguaxk .sv40mqdl { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .nguaxk .f6ehp { order: 2; padding: 0 16px 12px !important; }
  .nguaxk .vmxv29ja { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .t4j3s .n681 { display: flex; flex-direction: column; }
  .t4j3s .n681 .sv40mqdl { order: 1; }
  .t4j3s .n681 .sw1gyy { order: 2; margin: 8px 0 24px !important; }
  .t4j3s .n681 .vmxv29ja { order: 3; }
  .t4j3s .n681 .fsw6 { order: 4; align-self: center; margin-top: 0; }

  
  .x3e3.w57i {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .x3e3.w57i .ipbjtqjs { display: contents; padding: 0; }
  .x3e3.w57i .ipbjtqjs .sv40mqdl { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .x3e3.w57i .d45r { order: 2; padding: 12px 16px; }
  .x3e3.w57i .ipbjtqjs .vmxv29ja { order: 3; padding: 0 24px; margin: 0 auto; }
  .x3e3.w57i .ipbjtqjs .fsw6 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.cg02kzb { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.uqmtcuuf { width: 100%; height: auto; display: block; border-radius: 10px; }
.cg2u .cg02kzb        { border-radius: 16px; }
.cg2u .uqmtcuuf  { border-radius: 16px; }
.qe2q .cg02kzb         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.qe2q .uqmtcuuf   { border-radius: 8px; }
.klufimh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.z7qcln { width: 100%; padding: 32px 0; position: relative; }
.ueoapx { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.v9yfjl5 .z7qcln:nth-child(even) { background: var(--bg-surface); }
.v9yfjl5 .z7qcln:nth-child(odd)  { background: var(--bg-page); }
.vq4hupry .z7qcln:nth-child(even) { background: var(--bg-card); }
.vq4hupry .z7qcln:nth-child(odd)  { background: var(--bg-page); }
.v9yfjl5 .z7qcln:nth-child(odd)  .ueoapx { background: var(--bg-card); border-radius: 6px; }
.v9yfjl5 .z7qcln:nth-child(even) .ueoapx { background: var(--bg-raised); border-radius: 6px; }
.vq4hupry .z7qcln:nth-child(odd)  .ueoapx { background: var(--bg-card); border-radius: 6px; }
.vq4hupry .z7qcln:nth-child(even) .ueoapx { background: var(--bg-raised); border-radius: 6px; }
.v9yfjl5 .z7qcln:nth-child(even) .ikojxb .jqfs5t,
.vq4hupry .z7qcln:nth-child(even) .ikojxb .jqfs5t { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.v9yfjl5 .z7qcln:nth-child(odd) .ikojxb .jqfs5t,
.vq4hupry .z7qcln:nth-child(odd) .ikojxb .jqfs5t { background: var(--bg-card-inner); }
.v9yfjl5 .z7qcln:nth-child(even) .fnvc .jqfs5t:nth-child(odd),
.vq4hupry .z7qcln:nth-child(even) .fnvc .jqfs5t:nth-child(odd)  { background: var(--bg-card); }
.v9yfjl5 .z7qcln:nth-child(even) .fnvc .jqfs5t:nth-child(even),
.vq4hupry .z7qcln:nth-child(even) .fnvc .jqfs5t:nth-child(even) { background: var(--bg-card-inner); }
h1.l6w04y { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.l6w04y {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.syzf2l { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.kzky h2.l6w04y {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.sg3a0 h2.l6w04y {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ai8056 h2.l6w04y {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.u0hhr h2.l6w04y::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.z9ux9r h2.l6w04y {
  color: var(--text-primary); font-size: 1.7rem;
}
.bgo2z2 h2.l6w04y::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.sfnd h2.l6w04y {
  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;
}
.lut5 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .lut5 { display: none; } }
.a3t96is9 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.uez76b3 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.v99oglwf {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.m92rawk1 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.csrd { padding-left: 20px; }
.csrd li { margin-bottom: 6px; }
.csrd a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.csrd a:hover { color: var(--accent-light); }
.sg25 .m92rawk1 { display: none; }
.pbrn .m92rawk1 { display: none; }
.pbrn .csrd { padding-left: 0; list-style: none; }
.pbrn .csrd li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.pbrn .csrd a { font-size: 0.92rem; }
.toh6f .v99oglwf { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.toh6f .m92rawk1 { display: none; }
.toh6f .csrd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.toh6f .csrd li { margin-bottom: 0; }
.toh6f .csrd 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;
}
.toh6f .csrd a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.tv1mt9pq .v99oglwf { padding: 20px 20px 16px; }
.tv1mt9pq .csrd {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.tv1mt9pq .csrd li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.tv1mt9pq .csrd 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;
}
.tv1mt9pq .csrd 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;
}
.tv1mt9pq .csrd a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.tv1mt9pq .csrd a:focus,
.tv1mt9pq .csrd a:focus-visible,
.tv1mt9pq .csrd a:target { outline: none; }
.tv1mt9pq .csrd li:target a { border-color: var(--border); color: var(--text-muted); }
.hj1aylao .v99oglwf { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.hj1aylao .m92rawk1 { display: none; }
.hj1aylao .csrd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.hj1aylao .csrd li { margin-bottom: 0; }
.hj1aylao .csrd li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.hj1aylao .csrd li:last-child::after { content: ""; margin-right: 0; }
.hj1aylao .csrd a { font-size: 0.9rem; }
.jqfs5t { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ikojxb .jqfs5t { background: var(--bg-card); }
.fnvc .jqfs5t:nth-child(odd)  { background: var(--bg-card); }
.fnvc .jqfs5t:nth-child(even) { background: var(--bg-raised); }
.c3pk368j .jqfs5t {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.c3pk368j .jqfs5t:last-child { border-bottom: none; }
.c3pk368j h3.syzf2l { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.xwdqx .jqfs5t {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.xwdqx .jqfs5t + .jqfs5t { margin-top: 4px; }
.u2fthlp .jqfs5t { background: none; border-radius: 0; padding: 12px 0; }
.u2fthlp .jqfs5t + .jqfs5t { border-top: 1px solid var(--border-section); }
.jrnq { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.t9qvw { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.djhg { color: var(--text-body); margin-bottom: 10px; }
.rrea2, .w0p0 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.rrea2 li, .w0p0 li { margin-bottom: 6px; }
.w0p0 li { list-style: decimal; }
.fpkjxm     .rrea2 { list-style-type: "● "; }
.tc88kz4  .rrea2 { list-style-type: "■ "; }
.cch4 .rrea2 { list-style-type: "◆ "; }
.uz2i2iq    .rrea2 { list-style-type: "★ "; }
.fpkjxm     .otd5l { list-style-type: "● "; }
.tc88kz4  .otd5l { list-style-type: "■ "; }
.cch4 .otd5l { list-style-type: "◆ "; }
.uz2i2iq    .otd5l { list-style-type: "★ "; }
.fpkjxm    .rrea2 li::marker, .fpkjxm    .otd5l li::marker,
.tc88kz4 .rrea2 li::marker, .tc88kz4 .otd5l li::marker,
.cch4 .rrea2 li::marker, .cch4 .otd5l li::marker,
.uz2i2iq   .rrea2 li::marker, .uz2i2iq   .otd5l li::marker {
  color: var(--cta); font-size: 1em;
}
.fpkjxm .w0p0,
.tc88kz4 .w0p0,
.cch4 .w0p0,
.uz2i2iq .w0p0 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.fpkjxm .w0p0 li,
.tc88kz4 .w0p0 li,
.cch4 .w0p0 li,
.uz2i2iq .w0p0 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.fpkjxm .w0p0 li::before,
.tc88kz4 .w0p0 li::before,
.cch4 .w0p0 li::before,
.uz2i2iq .w0p0 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;
}
.fpkjxm     .w0p0 li::before { border-radius: 50%; }
.tc88kz4  .w0p0 li::before { border-radius: 3px; }
.cch4 .w0p0 li::before { border-radius: 3px; }
.uz2i2iq    .w0p0 li::before { border-radius: 50%; }
.bbfzg { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.i3bvh .bbfzg,
.qoiuezyd .bbfzg { background: transparent; border: none; border-radius: 0; }
.ff8kbr { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ff8kbr th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ff8kbr td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ff8kbr tr:hover td { background: var(--bg-hover); }
.usnqqm .ff8kbr tbody tr:nth-child(even) td { background: var(--bg-surface); }
.hj47ir .ff8kbr { border: 1px solid var(--border-alt); }
.hj47ir .ff8kbr th,
.hj47ir .ff8kbr td { border: 1px solid var(--border-alt); }
.sl3vu0r .ff8kbr th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.sl3vu0r .ff8kbr td { border-bottom: none; }
.sl3vu0r .ff8kbr tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.xdwxd .ff8kbr th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.qzpg .bbfzg {
  overflow: hidden;
}
.qzpg .ff8kbr th { border-bottom: 1px solid var(--border-alt); }
.qzpg .ff8kbr tr:last-child td { border-bottom: none; }
.u88djw { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.n9wz { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.a35warp { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.or7pd10 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.uzbizneb { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.otd5l { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.otd5l 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%}
.zrsc .or7pd10 { background: transparent; text-align: center; }
.okvomfu0 .a35warp {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.y6ld .a35warp {
  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);
}
.wxh06dz .n9wz { display: grid; grid-template-columns: auto 1fr; }
.wxh06dz .a35warp {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.wxh06dz .or7pd10 { grid-column: 2; }
.wxh06dz .uzbizneb,
.wxh06dz .otd5l { grid-column: 1 / -1; }
.y96cha81 .n9wz { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.y96cha81 .a35warp {
  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);
}
.y96cha81 .or7pd10 { grid-column: 2; }
.y96cha81 .uzbizneb,
.y96cha81 .otd5l { grid-column: 1 / -1; }
.eamdw6xk .n9wz { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.eamdw6xk .or7pd10 { background: none; color: var(--accent-light); font-weight: 700; }
.l9xuce .n9wz { 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); }
.l9xuce .or7pd10 { background: none; color: var(--accent-light); font-weight: 700; }
.ii8uyh5 .n9wz { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ii8uyh5 .n9wz:last-child { border-bottom: none; }
.ii8uyh5 .or7pd10 { background: none; color: var(--accent-light); font-weight: 700; }
.q9bwldbn .n9wz { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.q9bwldbn .or7pd10 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.wkc1 .u88djw { counter-reset: card-n; }
.wkc1 .n9wz  { counter-increment: card-n; }
.wkc1 .or7pd10 { display: flex; align-items: center; gap: 10px; }
.wkc1 .or7pd10::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;
}
.m0i0 .n9wz { background: var(--bg-surface); border: 1px solid var(--border); }
.m0i0 .or7pd10 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.a9bhmo6l { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ncy7qarf  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.qzhs { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.ji530p { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.yvpnnf { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.a9bhmo6l strong { color: var(--text-primary); font-size: 0.95rem; }
.a9bhmo6l p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.uqmtcuuf { width: 100%; height: auto; border-radius: 10px; display: block; }
.n1varua {
  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;
}
.n1varua:hover { opacity: 0.85; }
.na87uv2i .n1varua  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.na87uv2i .n1varua:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.e0qw2 .n1varua  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.e0qw2 .n1varua:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pnl85t .fsw6 { border-radius: 50px; }
.pnl85t .n1varua  { border-radius: 50px; }
.dhuzq1 .fsw6 { padding-left: 22px; padding-right: 22px; }
.dhuzq1 .n1varua  { padding-left: 12px; padding-right: 12px; }
.tdx1 .fsw6 { padding-left: 44px; padding-right: 44px; }
.tdx1 .n1varua  { padding-left: 24px; padding-right: 24px; }
.xbdjww1 .fsw6 { padding-left: 56px; padding-right: 56px; }
.xbdjww1 .n1varua  { padding-left: 32px; padding-right: 32px; }
.sq0ddevx   .fsw6::after, .sq0ddevx   .n1varua::after,
.ntzkty .fsw6::after, .ntzkty .n1varua::after,
.y0sw    .fsw6::after, .y0sw    .n1varua::after,
.des5g0s1    .fsw6::after, .des5g0s1    .n1varua::after,
.dnf6    .fsw6::after, .dnf6    .n1varua::after,
.ydrzr0q     .fsw6::after, .ydrzr0q     .n1varua::after,
.zbnqhw    .fsw6::after, .zbnqhw    .n1varua::after,
.wic9pul   .fsw6::after, .wic9pul   .n1varua::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;
}
.sq0ddevx .fsw6::after, .sq0ddevx .n1varua::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");
}
.ntzkty .fsw6::after, .ntzkty .n1varua::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");
}
.y0sw .fsw6::after, .y0sw .n1varua::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");
}
.des5g0s1 .fsw6::after, .des5g0s1 .n1varua::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");
}
.dnf6 .fsw6::after, .dnf6 .n1varua::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");
}
.ydrzr0q .fsw6::after, .ydrzr0q .n1varua::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");
}
.zbnqhw .fsw6::after, .zbnqhw .n1varua::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");
}
.wic9pul .fsw6::after, .wic9pul .n1varua::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");
}
.t8k6oftc   .vru3dz::after, .t8k6oftc   .k91c3o::after,
.agjo1rp .vru3dz::after, .agjo1rp .k91c3o::after,
.zcee31n2    .vru3dz::after, .zcee31n2    .k91c3o::after,
.m443zi    .vru3dz::after, .m443zi    .k91c3o::after,
.smdg3ene    .vru3dz::after, .smdg3ene    .k91c3o::after,
.ai0y     .vru3dz::after, .ai0y     .k91c3o::after,
.i1n2l5gf    .vru3dz::after, .i1n2l5gf    .k91c3o::after,
.vup3q506   .vru3dz::after, .vup3q506   .k91c3o::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;
}
.t8k6oftc .vru3dz::after, .t8k6oftc .k91c3o::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");
}
.agjo1rp .vru3dz::after, .agjo1rp .k91c3o::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");
}
.zcee31n2 .vru3dz::after, .zcee31n2 .k91c3o::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");
}
.m443zi .vru3dz::after, .m443zi .k91c3o::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");
}
.smdg3ene .vru3dz::after, .smdg3ene .k91c3o::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");
}
.ai0y .vru3dz::after, .ai0y .k91c3o::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");
}
.i1n2l5gf .vru3dz::after, .i1n2l5gf .k91c3o::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");
}
.vup3q506 .vru3dz::after, .vup3q506 .k91c3o::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");
}
.j0bmpd .bit69uv { background: var(--bg-raised); }
.d9xhk4.n1varua {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ms7jzycy {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ms7jzycy::before    { grid-area: rank;   }
  .yg187g           { grid-area: ident;  }
  .jvil5     { grid-area: rating; min-width: 0; width: auto; }
  .p4j0jz           { grid-area: pills;  }
  .d9xhk4             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ms7jzycy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ms7jzycy::before    { justify-self: center; }
  .yg187g           { width: 100%; }
  .jvil5     { justify-self: center; }
  .p4j0jz           { grid-template-columns: 1fr; }
}
.ukhwy78 .pvyv { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .hqszp9uj .fcsd {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .hqszp9uj .sfw30o3 { margin: 0; }
}
@media (max-width: 720px) {
  .znlawgqa { grid-template-columns: 1fr; }
  .c2z3c { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .c2z3c .rp1vv { width: 72px; height: 50px; }
  .c2z3c .ec5ujwe { max-width: 180px; }
  .c2z3c .ytok { width: auto; }
}
@media (max-width: 720px) {
  .xjczycno { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .qj1qo { padding: 16px; }
  .tvv5rh .jj4oqpk2 { min-width: 50%; }
}
@media (max-width: 860px) {
  .d0nx { grid-template-columns: 1fr; }
  .r5aey { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .jxwp { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .sqpclf6 { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .eatknp0m { flex-direction: column; align-items: stretch; }
}
.enaqi0m .ytok .n1varua { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .uw9c { flex-direction: column; align-items: stretch; gap: 10px; }
  .enaqi0m .ytok { text-align: center; }
}
@media (max-width: 720px) {
  .z2eyf { grid-template-columns: 1fr; }
  .vlqimb { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .u5tt { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .r6n6woao { grid-template-columns: 1fr; }
  .ifqjlwx { width: 100px; height: 100px; margin: 16px auto; }
  .gtsz { font-size: 1.4rem; }
  .kf4rivn { justify-content: center; }
  .n68xh .jj4oqpk2 { min-width: 50%; }
}
@media (max-width: 540px) {
  .zgpx { flex-wrap: wrap; padding: 14px 16px; }
  .x2qw { padding: 12px 16px; }
  .fnp1t .m9auo { margin: 0 16px; }
  .fnp1t .hb4fpy1w { padding: 0 16px; }
  .goyz7ffp { padding: 12px 16px; }
}
.hzdzzjy .y5bed { gap: 18px; }
.hzdzzjy .ms7jzycy {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.hzdzzjy .ms7jzycy:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.fukaqkd .p4j0jz .rijr {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.fukaqkd .p4j0jz .rijr:first-child { border-left: none; }
.cdcrsde .do6oq6,
.cdcrsde .wqkq1,
.cdcrsde .wqkq1 {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.cdcrsde .wqkq1 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.cdcrsde .hy7gqpe .qbox,
.cdcrsde .hy7gqpe strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.cdcrsde .b84wbd4v,
.cdcrsde .jswww1z { font-size: 1em; }
.aqsbc { margin: 16px 0; }
.i89a49pg { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.i89a49pg summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.i89a49pg summary::after { content: "+"; color: var(--accent-light); }
.i89a49pg[open] summary::after { content: "−"; }
.i89a49pg p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.z7qcln { margin-bottom: 0; }
.t7ol2 h2.l6w04y { color: var(--text-primary); border-color: var(--accent-light); }
.dfgyna h2.l6w04y { color: var(--text-primary); border-color: var(--accent-light); }
.adb2 .ncy7qarf     { background: #052e16; border-color: #10b981; }
.adb2 .qzhs { background: #2d0a1e; border-color: #f43f5e; }
.adb2 .ji530p    { background: #1e1036; border-color: #a855f7; }
.adb2 .a9bhmo6l strong  { color: #f1f5f9; }
.adb2 .a9bhmo6l p       { color: #cbd5e1; }
.adb2 .xjd9a39v    .ncy7qarf     .yvpnnf::before,
.adb2 .my0oicy7  .ncy7qarf     .yvpnnf::before,
.adb2 .vbs972bg  .ncy7qarf     .yvpnnf::before,
.adb2 .gjx4 .ncy7qarf     .yvpnnf::before { color: #10b981; }
.adb2 .xjd9a39v    .qzhs .yvpnnf::before,
.adb2 .my0oicy7  .qzhs .yvpnnf::before,
.adb2 .vbs972bg  .qzhs .yvpnnf::before,
.adb2 .gjx4 .qzhs .yvpnnf::before { color: #f43f5e; }
.adb2 .xjd9a39v    .ji530p    .yvpnnf::before,
.adb2 .my0oicy7  .ji530p    .yvpnnf::before,
.adb2 .vbs972bg  .ji530p    .yvpnnf::before,
.adb2 .gjx4 .ji530p    .yvpnnf::before { color: #a855f7; }
.dqmeb .ncy7qarf     { background: #2d2000; border-color: #eab308; }
.dqmeb .qzhs { background: #2d0b0b; border-color: #ef4444; }
.dqmeb .ji530p    { background: #2d1600; border-color: #f97316; }
.dqmeb .a9bhmo6l strong  { color: #f1f5f9; }
.dqmeb .a9bhmo6l p       { color: #cbd5e1; }
.dqmeb .xjd9a39v    .ncy7qarf     .yvpnnf::before,
.dqmeb .my0oicy7  .ncy7qarf     .yvpnnf::before,
.dqmeb .vbs972bg  .ncy7qarf     .yvpnnf::before,
.dqmeb .gjx4 .ncy7qarf     .yvpnnf::before { color: #eab308; }
.dqmeb .xjd9a39v    .qzhs .yvpnnf::before,
.dqmeb .my0oicy7  .qzhs .yvpnnf::before,
.dqmeb .vbs972bg  .qzhs .yvpnnf::before,
.dqmeb .gjx4 .qzhs .yvpnnf::before { color: #ef4444; }
.dqmeb .xjd9a39v    .ji530p    .yvpnnf::before,
.dqmeb .my0oicy7  .ji530p    .yvpnnf::before,
.dqmeb .vbs972bg  .ji530p    .yvpnnf::before,
.dqmeb .gjx4 .ji530p    .yvpnnf::before { color: #f97316; }
.buu2jm .ncy7qarf     { background: #0c1a2e; border-color: #38bdf8; }
.buu2jm .qzhs { background: #12103a; border-color: #818cf8; }
.buu2jm .ji530p    { background: #0a2020; border-color: #2dd4bf; }
.buu2jm .a9bhmo6l strong  { color: #f1f5f9; }
.buu2jm .a9bhmo6l p       { color: #cbd5e1; }
.buu2jm .xjd9a39v    .ncy7qarf     .yvpnnf::before,
.buu2jm .my0oicy7  .ncy7qarf     .yvpnnf::before,
.buu2jm .vbs972bg  .ncy7qarf     .yvpnnf::before,
.buu2jm .gjx4 .ncy7qarf     .yvpnnf::before { color: #38bdf8; }
.buu2jm .xjd9a39v    .qzhs .yvpnnf::before,
.buu2jm .my0oicy7  .qzhs .yvpnnf::before,
.buu2jm .vbs972bg  .qzhs .yvpnnf::before,
.buu2jm .gjx4 .qzhs .yvpnnf::before { color: #818cf8; }
.buu2jm .xjd9a39v    .ji530p    .yvpnnf::before,
.buu2jm .my0oicy7  .ji530p    .yvpnnf::before,
.buu2jm .vbs972bg  .ji530p    .yvpnnf::before,
.buu2jm .gjx4 .ji530p    .yvpnnf::before { color: #2dd4bf; }
.tr8iho .ncy7qarf     { background: var(--accent-bg); border-color: var(--accent-light); }
.tr8iho .qzhs { background: var(--accent-bg-light); border-color: var(--accent-light); }
.tr8iho .ji530p    { background: var(--accent-bg); border-color: var(--accent-pale); }
.tr8iho .xjd9a39v    .yvpnnf::before,
.tr8iho .my0oicy7  .yvpnnf::before,
.tr8iho .vbs972bg  .yvpnnf::before,
.tr8iho .gjx4 .yvpnnf::before { color: var(--accent-light) !important; }
.mq1rl8 .gmd4i { background: var(--bg-pros); }
.mq1rl8 .bdlw4 { background: var(--bg-cons); }
.mq1rl8 .gmd4i .jtmqetv { color: var(--c-pros-label); }
.mq1rl8 .bdlw4 .knwwfw { color: var(--c-cons); }
.mq1rl8 .gmd4i ul li,
.mq1rl8 .abs1zy li          { color: var(--c-pros); }
.mq1rl8 .bdlw4 ul li,
.mq1rl8 .c94kbtnc li          { color: var(--c-cons); }
.tea7 .a9bhmo6l { background: transparent; border-left: none; border: 1.5px solid; }
.tea7 .ncy7qarf     { border-color: var(--c-tip-border); }
.tea7 .qzhs { border-color: var(--c-warn-border); }
.tea7 .ji530p    { border-color: #60a5fa; }
.tea7 .a9bhmo6l strong { color: var(--text-primary); }
.tea7 .a9bhmo6l p      { color: var(--text-muted); }
.ukhwy78 .a9bhmo6l { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ukhwy78 .ncy7qarf     { border-top-color: var(--c-tip-border); }
.ukhwy78 .qzhs { border-top-color: var(--c-warn-border); }
.ukhwy78 .ji530p    { border-top-color: #60a5fa; }
.jh4kry5 .a9bhmo6l { border-left: none; border-radius: 8px; }
.jh4kry5 .ncy7qarf     { background: #065f46; }
.jh4kry5 .qzhs { background: #92400e; }
.jh4kry5 .ji530p    { background: #1e3a8a; }
.jh4kry5 .a9bhmo6l strong,
.jh4kry5 .a9bhmo6l p { color: #fff; }
.jh4kry5 .yvpnnf::before { color: rgba(255,255,255,0.85) !important; }
.adb2.jh4kry5 .ncy7qarf,
.adb2 .jh4kry5 .ncy7qarf     { background: #052e16; }
.adb2.jh4kry5 .qzhs,
.adb2 .jh4kry5 .qzhs { background: #2d0a1e; }
.adb2.jh4kry5 .ji530p,
.adb2 .jh4kry5 .ji530p    { background: #1e1036; }
.dqmeb.jh4kry5 .ncy7qarf,
.dqmeb .jh4kry5 .ncy7qarf      { background: #2d2000; }
.dqmeb.jh4kry5 .qzhs,
.dqmeb .jh4kry5 .qzhs  { background: #2d0b0b; }
.dqmeb.jh4kry5 .ji530p,
.dqmeb .jh4kry5 .ji530p     { background: #2d1600; }
.buu2jm.jh4kry5 .ncy7qarf,
.buu2jm .jh4kry5 .ncy7qarf      { background: #0c1a2e; }
.buu2jm.jh4kry5 .qzhs,
.buu2jm .jh4kry5 .qzhs  { background: #12103a; }
.buu2jm.jh4kry5 .ji530p,
.buu2jm .jh4kry5 .ji530p     { background: #0a2020; }
.kohbn .a9bhmo6l { border-left: none; border-radius: 6px; padding: 10px 14px; }
.kohbn .ncy7qarf     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.kohbn .qzhs { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.kohbn .ji530p    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.kohbn .a9bhmo6l strong { color: var(--text-primary); }
.kohbn .a9bhmo6l p      { color: var(--text-muted); }
.k3fi .a9bhmo6l { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.xjd9a39v .yvpnnf,
.my0oicy7 .yvpnnf,
.vbs972bg .yvpnnf,
.gjx4 .yvpnnf { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.xjd9a39v .yvpnnf::before,
.my0oicy7 .yvpnnf::before,
.vbs972bg .yvpnnf::before,
.gjx4 .yvpnnf::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.xjd9a39v .ncy7qarf     .yvpnnf::before { content: "✦"; color: var(--c-tip-border); }
.xjd9a39v .qzhs .yvpnnf::before { content: "▲"; color: var(--c-warn-border); }
.xjd9a39v .ji530p    .yvpnnf::before { content: "◉"; color: #60a5fa; }
.my0oicy7 .ncy7qarf     .yvpnnf::before { content: "★"; color: var(--c-tip-border); }
.my0oicy7 .qzhs .yvpnnf::before { content: "◆"; color: var(--c-warn-border); }
.my0oicy7 .ji530p    .yvpnnf::before { content: "●"; color: #60a5fa; }
.vbs972bg .ncy7qarf     .yvpnnf::before { content: "▶"; color: var(--c-tip-border); }
.vbs972bg .qzhs .yvpnnf::before { content: "■"; color: var(--c-warn-border); }
.vbs972bg .ji530p    .yvpnnf::before { content: "▸"; color: #60a5fa; }
.gjx4 .ncy7qarf     .yvpnnf::before { content: "→"; color: var(--c-tip-border); }
.gjx4 .qzhs .yvpnnf::before { content: "⬥"; color: var(--c-warn-border); }
.gjx4 .ji530p    .yvpnnf::before { content: "◈"; color: #60a5fa; }
.ljfoam .ikojxb .jqfs5t,
.ljfoam .fnvc .jqfs5t  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ljfoam .n9wz                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ljfoam .bbfzg          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ljfoam .v99oglwf                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.iui8n .ikojxb .jqfs5t,
.iui8n .fnvc .jqfs5t,
.iui8n .n9wz,
.iui8n .ms7jzycy,
.iui8n .sfw30o3,
.iui8n .bbfzg,
.iui8n .v99oglwf,
.iui8n .k3fi .a9bhmo6l { box-shadow: none; }
.txo4nso   .djhg, .txo4nso .jrnq, .txo4nso .t9qvw,
.txo4nso   .a3t96is9, .txo4nso .uez76b3 { font-size: 0.9rem; }
.txo4nso   .rrea2, .txo4nso .w0p0 { font-size: 0.9rem; }
.o2lj   .djhg, .o2lj .jrnq, .o2lj .t9qvw,
.o2lj   .a3t96is9, .o2lj .uez76b3 { font-size: 0.95rem; }
.o2lj   .rrea2, .o2lj .w0p0 { font-size: 0.95rem; }
.qsmy6   .djhg, .qsmy6 .jrnq, .qsmy6 .t9qvw,
.qsmy6   .a3t96is9, .qsmy6 .uez76b3 { font-size: 1.08rem; }
.qsmy6   .rrea2, .qsmy6 .w0p0 { font-size: 1.05rem; }
.qsmy6   .ff8kbr { font-size: 0.97rem; }
.b9tb5e .sv40mqdl      { font-size: 3.2rem; }
.b9tb5e h2.l6w04y { font-size: 1.9rem; }
.b9tb5e h3.syzf2l     { font-size: 1.4rem; }
.apm70s7 .sv40mqdl      { font-size: 3.8rem; }
.apm70s7 h2.l6w04y { font-size: 2.2rem; }
.apm70s7 h3.syzf2l     { font-size: 1.6rem; }
.z7qcln + .z7qcln { position: relative; }
.r5zu   .z7qcln + .z7qcln::before,
.wywut  .z7qcln + .z7qcln::before,
.m9ix   .z7qcln + .z7qcln::before,
.rqf33vmc   .z7qcln + .z7qcln::before,
.zpjit2p   .z7qcln + .z7qcln::before,
.itw8n7f .z7qcln + .z7qcln::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.r5zu .z7qcln + .z7qcln::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.wywut .z7qcln + .z7qcln::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.m9ix .z7qcln + .z7qcln::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;
}
.rqf33vmc .z7qcln + .z7qcln::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.o26slxj .z7qcln { margin-bottom: 16px; }
.o26slxj .z7qcln + .z7qcln { margin-top: 0; }
.o26slxj .ueoapx { padding-top: 0; padding-bottom: 0; }
.zpjit2p .z7qcln + .z7qcln::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.itw8n7f .z7qcln + .z7qcln::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ptd8c3 .z7qcln + .z7qcln::before,
.ftmg2bq .z7qcln + .z7qcln::before,
.h3r0o .z7qcln + .z7qcln::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%;
}
.v9yfjl5 .ptd8c3 .z7qcln:nth-child(even)::before,
.v9yfjl5 .ftmg2bq .z7qcln:nth-child(even)::before,
.v9yfjl5 .h3r0o .z7qcln:nth-child(even)::before { background: var(--bg-surface); }
.vq4hupry .ptd8c3 .z7qcln:nth-child(even)::before,
.vq4hupry .ftmg2bq .z7qcln:nth-child(even)::before,
.vq4hupry .h3r0o .z7qcln:nth-child(even)::before { background: var(--bg-card); }
.ptd8c3 .z7qcln + .z7qcln::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");
}
.ftmg2bq .z7qcln + .z7qcln::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");
}
.h3r0o .z7qcln + .z7qcln::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");
}
.qkwt .hzjv,
.chybyi48 .hzjv,
.sq9wv .hzjv { overflow: hidden; }
.qkwt .n681,
.chybyi48 .n681 { margin-bottom: 60px; }
.sq9wv .n681 { margin-bottom: 70px; }
.chybyi48 .ipbjtqjs { padding-bottom: 60px; }
.qkwt .hzjv::before,
.chybyi48 .hzjv::before,
.sq9wv .hzjv::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%;
}
.qkwt .hzjv::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");
}
.chybyi48 .hzjv::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");
}
.sq9wv .hzjv::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");
}
.zxabo .hzjv:not(.q8g3ra3g) .vhuz { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ra0u .hzjv:not(.q8g3ra3g) .vhuz { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.zbag4y4k  .hzjv:not(.q8g3ra3g) .vhuz { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.t6502  .hzjv:not(.q8g3ra3g) .vhuz { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.zxabo .q8g3ra3g { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.zxabo .rin49 { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.zxabo .x3e3 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ra0u .q8g3ra3g { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.zbag4y4k .q8g3ra3g { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.t6502 .q8g3ra3g { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.t9dtymm .q8g3ra3g { background: var(--accent); }
.t9dtymm .q8g3ra3g .vhuz { background: none; }
.t9dtymm .hzjv:not(.q8g3ra3g) .vhuz { background: rgba(0,0,0,0.6); }
.dxq8b8 .cg02kzb { float: left; width: 38%; margin: 0 28px 16px 0; }
.dxq8b8 .cg02kzb .uqmtcuuf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dxq8b8 .ueoapx::after { content: ''; display: block; clear: both; }
.kjyd .cg02kzb { float: right; width: 38%; margin: 0 0 16px 28px; }
.kjyd .cg02kzb .uqmtcuuf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.kjyd .ueoapx::after { content: ''; display: block; clear: both; }
.imd1eef .z7qcln:nth-child(odd)  .cg02kzb { float: left;  width: 38%; margin: 0 28px 16px 0; }
.imd1eef .z7qcln:nth-child(even) .cg02kzb { float: right; width: 38%; margin: 0 0 16px 28px; }
.imd1eef .cg02kzb .uqmtcuuf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.imd1eef .ueoapx::after { content: ''; display: block; clear: both; }
.dxq8b8 .u88djw,
.kjyd .u88djw,
.imd1eef .u88djw,
@media (max-width: 900px) {
  .dxq8b8 .cg02kzb,
  .kjyd .cg02kzb,
  .imd1eef .z7qcln:nth-child(odd)  .cg02kzb,
  .imd1eef .z7qcln:nth-child(even) .cg02kzb {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .dxq8b8 .cg02kzb .uqmtcuuf,
  .kjyd .cg02kzb .uqmtcuuf,
  .imd1eef .cg02kzb .uqmtcuuf {
    max-height: none !important;
  }
}
.dxq8b8 .rrea2,
.dxq8b8 .w0p0,
.kjyd .rrea2,
.kjyd .w0p0,
.imd1eef .rrea2,
.imd1eef .w0p0 { overflow: hidden; }
@media (max-width: 640px) {
  .dxq8b8 .cg02kzb,
  .kjyd .cg02kzb,
  .imd1eef .cg02kzb { float: none; width: 100%; margin: 0 0 16px 0; }
}
.o4ncplt .klufimh,
.o4ncplt .ueoapx,
.o4ncplt .rv1kl0  { max-width: 1100px; }
.kmn2mfbo .klufimh,
.kmn2mfbo .ueoapx,
.kmn2mfbo .rv1kl0  { max-width: 1200px; }
.kmn2mfbo { --content-mw: 1200px; }
.su9d .klufimh,
.su9d .ueoapx,
.su9d .rv1kl0  { max-width: 1320px; }
.u0kxso { font-size: 0.82rem; color: var(--text-muted); }
.v1qwve { display: flex; align-items: center; }
.x7fe168 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.mx8b8k { display: flex; align-items: center; }
.fylpn { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.fylpn:hover { text-decoration: underline; }
.wiifjw { margin: 0 3px; opacity: 0.45; }
.wiifjw::before { content: '/'; }
.knazm { padding: 2px 5px; color: var(--text-main); }
.a8cq4m .u0kxso {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.a8cq4m .v1qwve { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ggngx .u0kxso {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ggngx .v1qwve { padding: 0 0 0 12px; }
.urts .v1qwve { padding: 0 16px; }
.urts .u0kxso {
  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);
}
.urts .klufimh { padding-top: 28px; }
@media (max-width: 720px) {
  .mmbag5 { margin-top: 18px; padding: 0 16px; }
  .urts .klufimh { padding-top: 16px; }
}
.o4ncplt.a8cq4m .v1qwve { max-width: 1100px; }
.kmn2mfbo.a8cq4m .v1qwve { max-width: 1200px; }
.su9d.a8cq4m .v1qwve { max-width: 1320px; }
.kmn2mfbo .mmbag5 { max-width: 1200px; }
.r2zmm2 .z7qcln { padding-top: 16px; padding-bottom: 16px; }
.s2km74t .z7qcln { padding-top: 24px; padding-bottom: 24px; }
.yfta .z7qcln { padding-top: 40px; padding-bottom: 40px; }
.a2v5hsfj .z7qcln { padding-top: 52px; padding-bottom: 52px; }
.obq533xx .z7qcln:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.obq533xx .z7qcln:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.obq533xx .z7qcln:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.obq533xx .z7qcln:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.mcl2 .ueoapx { padding-top: 10px;  padding-bottom: 10px; }
.eq4c88 .ueoapx { padding-top: 18px;  padding-bottom: 18px; }
.dhmvy .ueoapx { padding-top: 36px;  padding-bottom: 36px; }
.naff3ww .ueoapx { padding-top: 48px;  padding-bottom: 48px; }
.fk3owmi1 h2.l6w04y { font-weight: 600; }
.fk3owmi1 h3.syzf2l     { font-weight: 600; }
.of3lv2dn { font-weight: 500; }
.of3lv2dn h2.l6w04y { font-weight: 800; }
.of3lv2dn h3.syzf2l     { font-weight: 700; }
.kptpxs6n h2.l6w04y { font-weight: 900; }
.kptpxs6n h3.syzf2l     { font-weight: 800; }
.kptpxs6n .a9bhmo6l strong,
.kptpxs6n .a9bhmo6l strong { font-weight: 600; }
.vru3dz {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.zy62w .vru3dz { display: none; }
@media (max-width: 640px) {
  .x9jq { display: none; }
  .vru3dz {
    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;
  }
}
.vru3dz { background: var(--cta) !important; color: #fff !important; border: none !important; }
.vru3dz:hover { opacity: 0.85; }
.npuq8xm .vru3dz { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.syma9 .vru3dz,
.q47b8t2w  .vru3dz { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.syma9 .vru3dz:hover,
.q47b8t2w  .vru3dz:hover { opacity: 0.88; }
.npuq8xm.syma9 .vru3dz,
.npuq8xm.q47b8t2w  .vru3dz { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.k91c3o {
  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;
}
.k91c3o:hover { transform: translateY(-2px); opacity: 0.92; }
.k91c3o { background: var(--cta) !important; color: #fff !important; border: none !important; }
.yt2r .k91c3o { display: none; }
.ymz73 .k91c3o { right: 32px; }
.uifqijx  .k91c3o { left: 32px; }
@media (max-width: 480px) {
  .ymz73 .k91c3o { right: 20px; bottom: 20px; }
  .uifqijx  .k91c3o { left: 20px; bottom: 20px; }
}
.as7iee1 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.rv1kl0 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.s8m9 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.bxtdf { color: var(--text-dim); font-size: 0.8rem; }
.xbtm { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.xbtm img { height: 26px; width: auto; object-fit: contain; }
.n9pac7 { display: flex; flex-direction: column; gap: 6px; }
.n9pac7 a, .qlmj6v a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.n9pac7 a:hover, .qlmj6v a:hover { color: var(--accent-light); }
.n9pac7 .n962v { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.q3ftta .rv1kl0 { text-align: center; }
.q3ftta .s8m9 { margin-top: 0; }
.iy40h0 { margin-top: 10px; }
.iy40h0 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .rv1kl0 { padding-left: 16px; padding-right: 16px; }
  .c3k3jueb .rv1kl0 { padding: 20px 16px; }
  .qlmj6v { gap: 4px 12px; }
  .s8m9 { font-size: 0.78rem; }
}
.ui8w529 .u9l7q .xbtm { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.ui8w529 .s8m9 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ui8w529 .bxtdf { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ui8w529 .jnl7 { grid-template-columns: 1fr 1fr; } .ui8w529 .u9l7q { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ui8w529 .jnl7 { grid-template-columns: 1fr; } }
.m2v87y4 .xbtm { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.m2v87y4 .s8m9 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .m2v87y4 .is58q8 { gap: 12px; } .m2v87y4 .xbtm { margin-right: 0; width: 100%; } }
.gn0eotl5 .w6wylb .xbtm { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.gn0eotl5 .s8m9 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.gn0eotl5 .bxtdf { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .gn0eotl5 .pqxl { grid-template-columns: 1fr 1fr; } .gn0eotl5 .w6wylb { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gn0eotl5 .pqxl { grid-template-columns: 1fr; } }
.kgdfth8 .p6n3e { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.kgdfth8 .n9pac7 { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .kgdfth8 .p6n3e { grid-template-columns: 1fr 1fr; } .kgdfth8 .vv4yp:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .kgdfth8 .p6n3e { grid-template-columns: 1fr; } }
.pf0x .p6n3e { grid-template-columns: 1fr 2fr; }
.pf0x .t3re .n9pac7 { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .pf0x .p6n3e { grid-template-columns: 1fr; } }
.p5105 .rv1kl0 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.sqgz .dm4h2c      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.sqgz .as7iee1 { background: var(--bg-page); border-top-color: var(--border-alt); }
.rgle6b5u .dm4h2c      { background: #0d1117; border-bottom-color: #21262d; }
.rgle6b5u .cbd59lli { color: var(--accent-light); }
.rgle6b5u .gcfzvu4 { --msep-color: #8b949e; }
.rgle6b5u .gcfzvu4 a { color: #8b949e; }
.rgle6b5u .gcfzvu4 a:hover { color: var(--accent-light); }
.rgle6b5u .yr7bkfpb { color: #8b949e; }
.rgle6b5u .as7iee1 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.rgle6b5u .s8m9,
.rgle6b5u .bxtdf { color: #6e7681; }
.rgle6b5u .n9pac7 a, .rgle6b5u .qlmj6v a,
.rgle6b5u .xbtm { color: #e6edf3; }
.rgle6b5u .n9pac7 a:hover, .rgle6b5u .qlmj6v a:hover,
@media (max-width: 640px) {
  .rgle6b5u .gcfzvu4 { background: #0d1117; border-top-color: #21262d; }
  .rgle6b5u .gcfzvu4 li a { border-bottom-color: #21262d; }
}
.c5d0 .dm4h2c      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.c5d0 .cbd59lli { color: var(--accent-light); }
.c5d0 .gcfzvu4 { --msep-color: #475569; }
.c5d0 .gcfzvu4 a { color: #475569; }
.c5d0 .gcfzvu4 a:hover { color: var(--accent-light); }
.c5d0 .yr7bkfpb { color: #64748b; }
.c5d0 .as7iee1 { background: #f0f4f8; border-top-color: #cbd5e1; }
.c5d0 .s8m9,
.c5d0 .bxtdf { color: #64748b; }
.c5d0 .n9pac7 a, .c5d0 .qlmj6v a,
.c5d0 .h9ew a, .c5d0 .xbtm { color: #374151; }
.c5d0 .n9pac7 a:hover, .c5d0 .qlmj6v a:hover,
@media (max-width: 640px) {
  .c5d0 .gcfzvu4 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .c5d0 .gcfzvu4 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.syma9 .dm4h2c      { background: var(--accent); border-bottom-color: var(--accent-light); }
.syma9 .cbd59lli { color: #fff; }
.syma9 .gcfzvu4 { --msep-color: rgba(255,255,255,0.82); }
.syma9 .gcfzvu4 a { color: rgba(255,255,255,0.82); }
.syma9 .gcfzvu4 a:hover { color: #fff; }
.syma9 .yr7bkfpb { color: rgba(255,255,255,0.9); }
.syma9 .as7iee1 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.syma9 .s8m9,
.syma9 .bxtdf { color: rgba(255,255,255,0.72); }
.syma9 .n9pac7 a, .syma9 .qlmj6v a,
.syma9 .h9ew a, .syma9 .xbtm { color: #fff; }
.syma9 .n9pac7 a:hover, .syma9 .qlmj6v a:hover,
@media (max-width: 640px) {
  .syma9 .gcfzvu4 { background: var(--accent); border-top-color: var(--accent-light); }
  .syma9 .gcfzvu4 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.q47b8t2w .dm4h2c {
  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);
}
.q47b8t2w .as7iee1 {
  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) {
  .q47b8t2w .gcfzvu4 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.nhn0n .g6hg { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.uyerl .g6hg { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.qrj0w .g6hg { min-height: 72px; height: auto; }
.isk1aim .g6hg { min-height: 84px; height: auto; }
.c3k3jueb .g6hg { max-width: none; padding: 0 32px; }
.c3k3jueb .rv1kl0  { max-width: none; padding: 24px 32px; }
.r8eb1.kmn2mfbo .g6hg { max-width: 1200px; }
.r8eb1.su9d .g6hg { max-width: 1320px; }
.g9730onh   .cbd59lli, .g9730onh   .xbtm { text-transform: capitalize; }
.ch2uva69 .cbd59lli, .ch2uva69 .xbtm { text-transform: lowercase; }
.l4mz5dp .cbd59lli, .l4mz5dp .xbtm { text-transform: uppercase; letter-spacing: 0.06em; }
.nbcx, .y8raley7 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ihgqhu .nbcx,
.ihgqhu .y8raley7 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.rxzmodad .nbcx,
.rxzmodad .y8raley7 { 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; }
.qyvuxw .nbcx,
.qyvuxw .y8raley7 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.zejtrz .nbcx,
.zejtrz .y8raley7 { 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; }
.lz9i   .gcfzvu4 a { font-weight: 500; }
.whw582p .gcfzvu4 a { font-weight: 600; }
.e3xyf1     .gcfzvu4 a { font-weight: 700; }
.hjdvaky    .gcfzvu4 a { font-weight: 800; letter-spacing: 0.01em; }
.rjpr20nf     .gcfzvu4 > li + li::before,
.qjgklj    .gcfzvu4 > li + li::before,
.f64qt    .gcfzvu4 > li + li::before,
.ssmyjg .gcfzvu4 > li + li::before,
.dseufdbu .gcfzvu4 > li + li::before,
.sssr1ff  .gcfzvu4 > li + li::before,
.nobl6m77    .gcfzvu4 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.rjpr20nf     .gcfzvu4 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.qjgklj    .gcfzvu4 > li + li::before { content: "|"; }
.f64qt    .gcfzvu4 > li + li::before { content: "—"; }
.ssmyjg .gcfzvu4 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.dseufdbu .gcfzvu4 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.sssr1ff  .gcfzvu4 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.nobl6m77    .gcfzvu4 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .b92sx .yr7bkfpb,
  .qslvg .yr7bkfpb,
  .e0lf .yr7bkfpb,
  .afrcrc .yr7bkfpb,
  .jtlmvyok .yr7bkfpb {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .b92sx .yr7bkfpb::before,
  .qslvg .yr7bkfpb::before,
  .e0lf .yr7bkfpb::before,
  .afrcrc .yr7bkfpb::before,
  .jtlmvyok .yr7bkfpb::before { content: ""; display: block; flex-shrink: 0; }

  
  .b92sx .yr7bkfpb::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;
  }

  
  .qslvg .yr7bkfpb::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;
  }

  
  .e0lf .yr7bkfpb::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;
  }

  
  .afrcrc .yr7bkfpb::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;
  }

  
  .jtlmvyok .yr7bkfpb::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) {
  .b5tt .yr7bkfpb {
    padding: 5px 14px;
  }
  .b5tt .gcfzvu4 {
    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;
  }
  .b5tt .gcfzvu4 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .b5tt .gcfzvu4 li a:hover { background: var(--bg-raised); }
  .b5tt .dsjyyx,
  .t2gcx .dsjyyx,
  .ccg4dw .dsjyyx { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .qrn2v5 .yr7bkfpb {
    padding: 5px 10px;
  }
  .qrn2v5 .gcfzvu4 {
    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);
  }
  .qrn2v5 .gcfzvu4.igcwz2a { transform: translateX(0); }
  .qrn2v5 .gcfzvu4 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .qrn2v5 .gcfzvu4 li:last-child a { border-bottom: none; }
  .syma9 .gcfzvu4,
  .rgle6b5u .gcfzvu4 { background: var(--accent) !important; }
  .syma9 .gcfzvu4 li a,
  .rgle6b5u .gcfzvu4 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ccg4dw .yr7bkfpb {
    padding: 5px 10px;
  }
  .ccg4dw .gcfzvu4 {
    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);
  }
  .ccg4dw .gcfzvu4::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ccg4dw .gcfzvu4.igcwz2a { transform: translateY(0); }
  .ccg4dw .gcfzvu4 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .cwddqd0g .yr7bkfpb {
    padding: 5px 10px;
  }
  .cwddqd0g .gcfzvu4 {
    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;
  }
  .cwddqd0g .gcfzvu4.igcwz2a { opacity: 1; pointer-events: auto; }
  .cwddqd0g .gcfzvu4 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .qae2     .yr7bkfpb { border-radius: 0 !important; }
  .cuqeybw   .yr7bkfpb { border-radius: 8px !important; }
  .cqzmd .yr7bkfpb { border-radius: 50% !important; }
  .mil5k4xg   .yr7bkfpb { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .yvds .kzpf9c { flex-direction: column; align-items: stretch; }
  .yvds .lyntg { flex-direction: row; min-width: auto; }
  .yvds .tjiaola { align-items: flex-start; text-align: left; }
}
.b04pn1,
.b04pn1.z7qcln,
.v9yfjl5 .b04pn1,
.aogfy .b04pn1,
.vq4hupry .b04pn1,
.ml494 .b04pn1 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.v7nh3 {
  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;
}
.hd0w { flex: 1 1 280px; min-width: 0; }
.kyqcp {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.e45jjb {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.kg4ekquo {
  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;
}
.kg4ekquo:hover { transform: translateY(-1px); opacity: 0.95; }
.nqe88 .v7nh3 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.nqe88 .kyqcp { color: var(--cta); }
.nqe88 .e45jjb { color: var(--text-body); }
.nqe88 .kg4ekquo {
  background: var(--cta) !important;
  color: #fff !important;
}
.j99suq .v7nh3 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.j99suq .kyqcp { color: var(--text-primary); }
.j99suq .e45jjb { color: var(--text-body); }
.j99suq .kg4ekquo {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .v7nh3 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .hd0w { flex: 0 0 auto; }
  .kyqcp { font-size: 1.2rem; }
  .kg4ekquo { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.aphc0 .twhk5pn0 { height: 36px; }
.io8l .twhk5pn0 { height: 60px; max-width: 200px; }
.j1j3x .twhk5pn0 { height: 56px; max-width: 180px; }
.ywgtghq    .do6oq6, .ywgtghq    .qbox { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.fukaqkd .rijr + .rijr {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .byw02oz7 .y5bed {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .byw02oz7 .ms7jzycy {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .byw02oz7 .ms7jzycy { padding: 40px 16px 20px; }
  .byw02oz7 .rijr {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .byw02oz7 .d9xhk4 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .l6bgm0j .ms7jzycy {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .l6bgm0j .ms7jzycy::before {
    position: absolute; top: 14px; left: 14px;
  }
  .l6bgm0j .yg187g {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .l6bgm0j .duh4 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .l6bgm0j .rijr {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .l6bgm0j .d9xhk4 { width: 100%; min-width: 0; }
  .l6bgm0j .do6oq6 { min-width: 0; }
}
.kkm4 .i89a49pg {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.kkm4 .i89a49pg summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.kkm4 .i89a49pg p { padding: 0 2px 16px; }
.hhmgqnh .i89a49pg { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.hhmgqnh .i89a49pg summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.hhmgqnh .i89a49pg summary::after { content: "›"; font-size: 1.2em; }
.hhmgqnh .i89a49pg[open] summary::after { content: "‹"; }
.hhmgqnh .i89a49pg p { padding: 10px 22px 4px; }
.w14nfn2 .i89a49pg {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.w14nfn2 .i89a49pg summary { color: var(--text-primary); padding-left: 16px; }
.w14nfn2 .i89a49pg summary::after { content: "›"; font-size: 1.1em; }
.w14nfn2 .i89a49pg[open] summary::after { content: "‹"; }
.w14nfn2 .i89a49pg p { padding-left: 16px; }
.zk5k .aqsbc { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.zk5k .i89a49pg {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.zk5k .i89a49pg:last-child { border-bottom: none; }
.zk5k .i89a49pg summary { color: var(--text-primary); border-radius: 0; }
.zk5k .i89a49pg summary::after { content: "›"; font-size: 1.1em; }
.zk5k .i89a49pg[open] summary::after { content: "‹"; }
.fj7kqzi .i89a49pg { overflow: hidden; }
.fj7kqzi .i89a49pg summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.fj7kqzi .i89a49pg summary::after { color: rgba(255,255,255,.75); }
.fj7kqzi .i89a49pg[open] summary { border-radius: 0; }
.ehgr { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.oijry {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.j05xl3 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.j0br { color: var(--text-muted); font-size: 1.05rem; }
.c4wi {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.f3or26 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.zrzxcf { margin-bottom: 20px; }
.ln6sg {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.iv41m {
  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;
}
.iv41m:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.apnt { resize: vertical; min-height: 130px; }
.qga4 { width: 100%; margin-top: 8px; }
.mbwjf {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.v27fn85 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.syam { color: var(--text-muted); line-height: 1.75; }
.bkbl1p { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.bkbl1p li { margin-bottom: 6px; }
.bonc { max-width: 760px; margin: 0 auto; }
.ckfi0l { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.vuly { max-width: 760px; margin: 0 auto; }
.myw97 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.u81uv ul.bkbl1p { margin: 0; }
.q2e8x .myw97 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .q2e8x { grid-template-columns: 1fr; gap: 10px; } }
.wykcs { max-width: 640px; margin: 0 auto; text-align: center; }
.vh3u { margin-bottom: 48px; }
.vh3u .myw97 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.vh3u p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.m86a .bkbl1p { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .b6f3bd { grid-template-columns: 1fr; } }
.pz0ki { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.pz0ki:hover .aijxcon { color: var(--accent-light); text-decoration: underline; }
.hr9n { color: inherit; text-decoration: none; }
.hr9n:hover { color: var(--accent-light); text-decoration: underline; }
.n3sb0k2 { display: inline-block; line-height: 0; }
.u05fi { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.cwl6y { margin-bottom: 48px; }
.sun3o { max-width: 760px; margin: 0 auto; }
.xjpme { max-width: 640px; margin: 0 auto; }
.x1kkiho { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.x1kkiho:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.e57besg { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.x1kkiho p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.x1kkiho ul.bkbl1p { margin: 0; }
.jzf1i1hw { color: var(--text-muted); line-height: 1.75; }
.y1cbhw6i .bkbl1p,
.xjpme .bkbl1p,
.lc1dlyv .bkbl1p,
.gvll .bkbl1p {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.y1cbhw6i .x1kkiho,
.xjpme .x1kkiho { text-align: left; }
.y1cbhw6i .e57besg,
.xjpme .e57besg { text-align: center; }
.tagx { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.j8yc8 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.z0c08 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.wv014n { margin-top: 12px; }
.msbe8 { 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; }
.msbe8:hover { border-bottom-color: var(--accent-light); }
.s2v8b1dr { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.s2v8b1dr img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rnsu5gb { width: 72px; height: 72px; }
.axuk { border-radius: 28%; }
.l958 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.jpgcz { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.jpgcz::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .njy4t { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.idb9el .z0c08, .idb9el .j8yc8 { max-width: 640px; }
.e81sabin .tagx { font-size: 1.6rem; margin-top: 18px; }
.aux1lndw .z0c08 { margin-bottom: 28px; }
@media (max-width: 860px) { .smry { grid-template-columns: 1fr; } .e81sabin { position: static; text-align: center; } }
.l41e .s2v8b1dr { margin: 0 auto 18px; }
.l41e .l958 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .jhljk { grid-template-columns: 1fr; } }
.qfjge0ys .tagx { font-size: 1.6rem; margin-bottom: 6px; }
.gvll .bkbl1p { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .qfjge0ys { flex-direction: column; text-align: center; } .m8km { grid-template-columns: 1fr; } }
.v64mk { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.v64mk .tagx { font-size: 1.35rem; margin: 0 0 4px; }
.v64mk .l958 { margin: 0; }
.cb18wn9d { max-width: 760px; margin: 0 auto; }
.hg8k { position: relative; padding-left: 28px; }
.hg8k::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.e07wj93l { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.e07wj93l:last-child { padding-bottom: 0; }
.d4mi { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.jatcdb4j h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.jatcdb4j p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.zvk9z .j05xl3 { color: var(--accent-light); }
.xjqzb3q0 .j05xl3 { font-size: 2rem; }
.xjqzb3q0 .j0br { max-width: 680px; }
.xloqxj .j05xl3 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.xloqxj .j0br  { margin: 0; }
@media (max-width: 640px) { .xloqxj { flex-direction: column; } }
.ft04zba .j05xl3 { color: var(--accent-light); }
.hj0vnxtg {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.hj0vnxtg .j05xl3 { color: #fff; }
.hj0vnxtg .j0br  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .uzy6 { grid-template-columns: 1fr; } }
.adagsb6l .iv41m {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.adagsb6l .iv41m:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.p27vh .iv41m { background: var(--bg-raised); border-color: transparent; }
.p27vh .iv41m:focus { background: var(--bg-card); border-color: var(--accent-light); }
.py8e5 .iv41m { border-radius: 100px; padding: 11px 20px; }
.py8e5 .apnt { border-radius: 14px; }
.ha0b4t01 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.ha0b4t01 summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.ha0b4t01 summary::-webkit-details-marker { display: none; }
.ha0b4t01 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.ha0b4t01[open] summary::after { content: "−"; }
.pht5 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .izlb1k { grid-template-columns: 1fr; } }
.i6fhea { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.i6fhea li { margin-bottom: 6px; }
.bdw1vu{display:none}
.bdw1vu:empty,.jffvw:empty{display:none}
.p1bvfzu7{position:relative;overflow:visible}
.rz9om .evwfea,.o0am .evwfea,
.xly7y .evwfea,.t4tokh5 .evwfea,
.a2g2o .evwfea,.s31aq97v .evwfea{display:block}
.trx710 .kgzew{display:block}
.rz9om .evwfea,.o0am .evwfea,
.xly7y .evwfea,.t4tokh5 .evwfea,
.a2g2o .evwfea{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}
.rz9om .evwfea .jffvw,.o0am .evwfea .jffvw,
.xly7y .evwfea .jffvw,.t4tokh5 .evwfea .jffvw,
.a2g2o .evwfea .jffvw{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}
.rz9om .evwfea,.o0am .evwfea{top:12px}
.rz9om .evwfea .jffvw{margin-right:auto}
.o0am .evwfea .jffvw{margin-left:auto}
.o0am .evwfea{text-align:right}
.xly7y .evwfea,.t4tokh5 .evwfea{bottom:12px}
.xly7y .evwfea .jffvw{margin-right:auto}
.t4tokh5 .evwfea .jffvw{margin-left:auto}
.t4tokh5 .evwfea{text-align:right}
.a2g2o .evwfea{position:relative;margin-top:16px}
.a2g2o .evwfea .jffvw{margin:0 auto}
.s31aq97v .evwfea{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.s31aq97v .evwfea .jffvw{margin:0}
.s31aq97v .x3e3~.evwfea,
.s31aq97v .xaa051~.evwfea{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.s31aq97v .x3e3~.evwfea .jffvw,
.s31aq97v .xaa051~.evwfea .jffvw{justify-content:flex-start}
.x3e3~.evwfea,.xaa051~.evwfea{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}
.x3e3~.evwfea .jffvw{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.xaa051~.evwfea .jffvw{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.kgzew .jffvw{margin:0 0 12px}
.jffvw{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.cqzrq0{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.aijxcon{font-weight:600;color:var(--text-heading);opacity:1}
.yhjykggz .cqzrq0{display:none}
.puos .jffvw{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.iu5vs .jffvw{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.d9b0{--date-bg:var(--accent-bg)}
.ti9t5e .xce8bj::before{content:""}
.sioj{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.qbxqgv{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.jqlaq{display:flex;flex-direction:column;gap:3px}
.z388{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.s5v73h{font-weight:700;font-size:1rem;color:var(--text-heading)}
.umyyk{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.rgn9i .sioj{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.n8qm2fjo .sioj{border-top:3px solid var(--accent);padding-top:18px}
.qplg .sioj{border-left:3px solid var(--accent);border-radius:0}
.y7yaj .sioj{padding:20px 0}
@media(max-width:640px){
  .sioj{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .umyyk{max-width:100%}
}
.hcz5k .bbfzg{margin:0}
@media (max-width:560px){
  .ptpwyco{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) {
  .yfnk { padding: 28px 18px 20px; }
  .q5zqfxt { font-size: 1.2rem; }
  .lzx7 { max-width: 220px; max-height: 80px; }
}
.dt3npnwj  .zada { border-radius: 50%; }
.aiduo .v7nh3 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .zada { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.mvdg3ys {
  margin: 28px 0 24px;
}
.mvdg3ys .z7qcln {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.mvdg3ys .ueoapx {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.mvdg3ys .v7nh3 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .g6hg { flex-direction: row-reverse; }
[dir="rtl"] .gcfzvu4 { flex-direction: row-reverse; }
[dir="rtl"] .ymz73 .k91c3o { right: auto; left: 32px; }
[dir="rtl"] .uifqijx  .k91c3o { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ymz73 .k91c3o { right: auto; left: 20px; }
  [dir="rtl"] .uifqijx  .k91c3o { left: auto;  right: 20px; }
}
[dir="rtl"] .dxq8b8 .cg02kzb  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .kjyd .cg02kzb { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .rrea2, [dir="rtl"] .w0p0 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .a9bhmo6l { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .v7nh3 { direction: rtl; }
[dir="rtl"] .u0kxso { direction: rtl; }
[dir="rtl"] .v99oglwf { direction: rtl; }
[dir="rtl"] .csrd { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .fpkjxm .w0p0,
[dir="rtl"] .tc88kz4 .w0p0,
[dir="rtl"] .cch4 .w0p0,
[dir="rtl"] .uz2i2iq .w0p0 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .fpkjxm .w0p0 li::before,
[dir="rtl"] .tc88kz4 .w0p0 li::before,
[dir="rtl"] .cch4 .w0p0 li::before,
[dir="rtl"] .uz2i2iq .w0p0 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .hzjv.rwrc0ooa .n681,
[dir="rtl"] .d18uyh.rwrc0ooa .n681,
[dir="rtl"] .q8g3ra3g.rwrc0ooa .n681,
[dir="rtl"] .nguaxk.rwrc0ooa .n681,
[dir="rtl"] .t4j3s.rwrc0ooa .n681 { text-align: right; }
[dir="rtl"] .x3e3.irixlz .ipbjtqjs { text-align: center; }
[dir="rtl"] .ueoapx,
[dir="rtl"] .a3t96is9,
[dir="rtl"] .uez76b3,
[dir="rtl"] .lut5,
[dir="rtl"] .n681 { text-align: right; }
[dir="rtl"] .f3or26,
[dir="rtl"] .ln6sg,
[dir="rtl"] .z0c08,
[dir="rtl"] .iv41m,
[dir="rtl"] .apnt { text-align: right; direction: rtl; }
[dir="rtl"] .py8e5 .iv41m,
[dir="rtl"] .adagsb6l .iv41m { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #e32761;
  --brand:           #e32761;
  --brand-light:     #aa214b;
  --brand-pale:      #cd4a73;
  --grad-start:      #ed789c;
  --grad-end:        #f0b2c5;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #e298a1;
  --cta-light:       #dd7380;
  --cta-hover:       #d46875;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f4;
  --bg-raised:       #f1edef;
  --bg-hover:        #f5f3f4;
  --border:          #e9e1e4;
  --border-alt:      #dccfd3;
  --border-section:  #e9e1e4;
  --text-primary:    #1b1718;
  --text-muted:      #615056;
  --text-body:       #372e31;
  --text-sub:        #534549;
  --text-faint:      #8b737a;
  --text-dim:        #a28f95;
  --text-label:      #6f5c62;
  --text-value:      #45393d;
  --accent-bg:       #f4e1e6;
  --accent-bg-light: #efc6d3;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #17960d;
  --c-cons:          #9f2127;
  --c-pros-label:    #1bb20f;
  --c-tip-border:    #1ec411;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #17960d;
}
:root { --logo-bg-opacity: 71%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.cry77 .yvpnnf { font-size: 0; width: 1.2rem; flex-shrink: 0; }.cry77 .yvpnnf::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.cry77 .ncy7qarf     .yvpnnf::before { content: "";  color: var(--c-tip-border); }.cry77 .qzhs .yvpnnf::before { content: ""; color: var(--c-warn-border); }.cry77 .ji530p    .yvpnnf::before { content: ""; color: #60a5fa; }.adb2 .cry77 .ncy7qarf     .yvpnnf::before { color: #10b981; }.adb2 .cry77 .qzhs .yvpnnf::before { color: #f43f5e; }.adb2 .cry77 .ji530p    .yvpnnf::before { color: #a855f7; }.dqmeb  .cry77 .ncy7qarf     .yvpnnf::before { color: #eab308; }.dqmeb  .cry77 .qzhs .yvpnnf::before { color: #ef4444; }.dqmeb  .cry77 .ji530p    .yvpnnf::before { color: #f97316; }.buu2jm  .cry77 .ncy7qarf     .yvpnnf::before { color: #38bdf8; }.buu2jm  .cry77 .qzhs .yvpnnf::before { color: #818cf8; }.buu2jm  .cry77 .ji530p    .yvpnnf::before { color: #2dd4bf; }.tr8iho .cry77 .yvpnnf::before { color: var(--accent-light) !important; }
.uksfec .abs1zy li::before, .uksfec .c94kbtnc 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; }.uksfec .abs1zy li::before { content: ""; }.uksfec .c94kbtnc li::before { content: ""; }.uksfec .jtmqetv::before, .uksfec .knwwfw::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.uksfec .jtmqetv::before { content: ""; }.uksfec .knwwfw::before { content: ""; }
.nu7ox .bx24f, .nu7ox .x3e3 { min-height: 640px; }
.w0z7y2 .fsw6::after, .w0z7y2 .n1varua::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; }
.j7j996 .vru3dz::after,.j7j996 .k91c3o::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.wiifjw::before { content: '◆'; font-size: 0.5em; }