:root {
  --color-accent: #69285b;
  --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;
}
.yyz4tqcq {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.jjzf {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.zv4e {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ixp6c { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.qzyd3fxm { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.qzyd3fxm a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.qzyd3fxm a:hover { color: var(--accent-light); }
.rqana8  .giic93 { border-radius: 14px; }
.rqana8 .giic93 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.rqana8 .giic93 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.wl1ooa .giic93 li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .giic93 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .crp5:hover .giic93,
  .crp5:focus-within .giic93 { display: block; }
  .giic93 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.j5ptex8 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.va2red { display: none; }
@media (max-width: 640px) {
  .va2red {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .va2red.x864i { display: block; }
}
@media (max-width: 640px) {
  .j5ptex8 { display: block; }
  .qzyd3fxm > li + li::before { display: none !important; }
  .qzyd3fxm {
    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;
  }
  .qzyd3fxm.x864i { display: flex; }
  .qzyd3fxm li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .qzyd3fxm li:last-child a { border-bottom: none; }
}
.qw4ve { min-height: 480px; }
.nnvi {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.dpbbgq { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.qlsi .dpbbgq { margin-left: 0; margin-right: 0; }
.yhtyyn {
  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;
}
.gsz7dsd .yhtyyn { margin-top: 24px; }
.yhtyyn:hover { opacity: 0.88; }
.r0bshqfr {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.w5o7lp {
  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%);
}
.r0bshqfr .zlugl7pj {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.r0bshqfr .nnvi { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.r0bshqfr .dpbbgq { color: #e2e8f0; }
.r0bshqfr.znsjk46v .zlugl7pj { text-align: center; }
.r0bshqfr.qlsi   .zlugl7pj { text-align: left; }
.jek0t .zlugl7pj {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.jek0t .nnvi { color: var(--text-primary); text-shadow: none; }
.jek0t .dpbbgq { color: var(--text-muted); }
.jek0t .yhtyyn { margin-top: 16px; }
.jek0t, .jek0t.qw4ve { min-height: auto !important; }
.jek0t.znsjk46v .zlugl7pj { text-align: center; }
.jek0t.qlsi   .zlugl7pj { text-align: left; }
.jek0t~.gnd1519{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}
.jek0t~.gnd1519 .mlogb{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}
.ztp4 {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.ssnjh9l .ztp4,
.ssnjh9l .ztp4::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.n1wa7kp .ztp4,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.dqo42q .ztp4,
.dqo42q .r0bshqfr .w5o7lp {
  overflow: hidden;
}
.dqo42q .ztp4::after,
.dqo42q .r0bshqfr .w5o7lp::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%); }
}
.qfjszn .ztp4,
.qfjszn .ztp4::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); }
}
.qfjszn .r0bshqfr .w5o7lp {
  overflow: hidden;
}
.qfjszn .r0bshqfr .w5o7lp::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;
}
.m0wykb4k .ztp4,
.m0wykb4k .r0bshqfr .w5o7lp {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ssnjh9l .r0bshqfr .w5o7lp {
  overflow: hidden;
}
.ssnjh9l .r0bshqfr .w5o7lp::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;
}
.n1wa7kp .r0bshqfr .w5o7lp {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ztp4 .w5o7lp {
  background: none;
}
.ztp4 .nnvi { color: #fff; }
.ztp4 .dpbbgq { color: rgba(255,255,255,0.85); }
.ztp4 .yhtyyn { background: #fff; color: var(--cta); }
.ztp4 .yhtyyn:hover { opacity: 0.92; }
.mq66qm .nnvi { text-shadow: none; color: var(--text-primary); }
.mq66qm .dpbbgq { color: var(--text-muted); }
body.wq4n .nnvi {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.l2ksu1r .nnvi {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qw4ve.ztp4 .nnvi,
section.ztp4 .nnvi {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.mq66qm.qlsi   .w6fffkul { align-items: flex-start; text-align: left; }
.qw4ve .u2z0g {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.u2z0g .jqcb.z7dhtq8 {
  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;
}
.u2z0g .jqcb.z7dhtq8:hover { opacity: 0.85; }
.f90czu .zlugl7pj { padding-bottom: 24px; }
.gsz7dsd .zlugl7pj { max-width: 1100px; }
@media (max-width: 700px) {
  .mq66qm { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .mq66qm:not(.kycdjp) .i7kt { display: none !important; }
  .kycdjp .i7kt { padding: 16px; }
  .w6fffkul  { padding: 36px 24px; }
  .mq66qm~.gnd1519,.fq3ecc~.gnd1519{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .qw4ve, .mq66qm { min-height: 320px !important; }
  .nnvi { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .hxt6,
  .wlvp7ulz,
  .gvxd { grid-template-columns: 1fr !important; }

  

  
  .f90czu { display: flex !important; flex-direction: column !important; }
  .f90czu .zlugl7pj { display: contents; }
  .f90czu .w5o7lp { order: 0; }
  .f90czu .nnvi { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .f90czu .hxt6 { order: 2; padding: 0 16px 12px !important; }
  .f90czu .dpbbgq { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .gsz7dsd .zlugl7pj { display: flex; flex-direction: column; }
  .gsz7dsd .zlugl7pj .nnvi { order: 1; }
  .gsz7dsd .zlugl7pj .gvxd { order: 2; margin: 8px 0 24px !important; }
  .gsz7dsd .zlugl7pj .dpbbgq { order: 3; }
  .gsz7dsd .zlugl7pj .yhtyyn { order: 4; align-self: center; margin-top: 0; }

  
  .mq66qm.kycdjp {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .mq66qm.kycdjp .w6fffkul { display: contents; padding: 0; }
  .mq66qm.kycdjp .w6fffkul .nnvi { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .mq66qm.kycdjp .i7kt { order: 2; padding: 12px 16px; }
  .mq66qm.kycdjp .w6fffkul .dpbbgq { order: 3; padding: 0 24px; margin: 0 auto; }
  .mq66qm.kycdjp .w6fffkul .yhtyyn { order: 4; align-self: center; margin: 8px 0 32px; }
}
.sng2y { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.yzd8f { width: 100%; height: auto; display: block; border-radius: 10px; }
.i86p .sng2y        { border-radius: 16px; }
.i86p .yzd8f  { border-radius: 16px; }
.ko2l2dd .sng2y         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ko2l2dd .yzd8f   { border-radius: 8px; }
.mh67 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ahn4e2iw { width: 100%; padding: 32px 0; position: relative; }
.rkmx4c0 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wwjz6 .ahn4e2iw:nth-child(even) { background: var(--bg-surface); }
.wwjz6 .ahn4e2iw:nth-child(odd)  { background: var(--bg-page); }
.kijti .ahn4e2iw:nth-child(even) { background: var(--bg-card); }
.kijti .ahn4e2iw:nth-child(odd)  { background: var(--bg-page); }
.wwjz6 .ahn4e2iw:nth-child(odd)  .rkmx4c0 { background: var(--bg-card); border-radius: 6px; }
.wwjz6 .ahn4e2iw:nth-child(even) .rkmx4c0 { background: var(--bg-raised); border-radius: 6px; }
.kijti .ahn4e2iw:nth-child(odd)  .rkmx4c0 { background: var(--bg-card); border-radius: 6px; }
.kijti .ahn4e2iw:nth-child(even) .rkmx4c0 { background: var(--bg-raised); border-radius: 6px; }
.wwjz6 .ahn4e2iw:nth-child(even) .qg8y1b1 .x4txs6h,
.kijti .ahn4e2iw:nth-child(even) .qg8y1b1 .x4txs6h { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wwjz6 .ahn4e2iw:nth-child(odd) .qg8y1b1 .x4txs6h,
.kijti .ahn4e2iw:nth-child(odd) .qg8y1b1 .x4txs6h { background: var(--bg-card-inner); }
.wwjz6 .ahn4e2iw:nth-child(even) .yetk .x4txs6h:nth-child(odd),
.kijti .ahn4e2iw:nth-child(even) .yetk .x4txs6h:nth-child(odd)  { background: var(--bg-card); }
.wwjz6 .ahn4e2iw:nth-child(even) .yetk .x4txs6h:nth-child(even),
.kijti .ahn4e2iw:nth-child(even) .yetk .x4txs6h:nth-child(even) { background: var(--bg-card-inner); }
h1.zcrttvm { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.zcrttvm {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.wgu6rol { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.a2uadry h2.zcrttvm {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.l98osmb h2.zcrttvm {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.walu3uyg h2.zcrttvm {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.hz9v5f h2.zcrttvm::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.nv2lro1e h2.zcrttvm {
  color: var(--text-primary); font-size: 1.7rem;
}
.h0mtrax h2.zcrttvm::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.higgoh5x h2.zcrttvm {
  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;
}
.a06lhneg { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .a06lhneg { display: none; } }
.zp5a { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.xtjo7hf { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.iheyxu {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.mvgyjhp2 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.cuunaz4 { padding-left: 20px; }
.cuunaz4 li { margin-bottom: 6px; }
.cuunaz4 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.cuunaz4 a:hover { color: var(--accent-light); }
.ip7q .mvgyjhp2 { display: none; }
.jy7o2 .mvgyjhp2 { display: none; }
.jy7o2 .cuunaz4 { padding-left: 0; list-style: none; }
.jy7o2 .cuunaz4 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.jy7o2 .cuunaz4 a { font-size: 0.92rem; }
.affe .iheyxu { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.affe .mvgyjhp2 { display: none; }
.affe .cuunaz4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.affe .cuunaz4 li { margin-bottom: 0; }
.affe .cuunaz4 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;
}
.affe .cuunaz4 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.o8ezt .iheyxu { padding: 20px 20px 16px; }
.o8ezt .cuunaz4 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.o8ezt .cuunaz4 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.o8ezt .cuunaz4 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;
}
.o8ezt .cuunaz4 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;
}
.o8ezt .cuunaz4 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.o8ezt .cuunaz4 a:focus,
.o8ezt .cuunaz4 a:focus-visible,
.o8ezt .cuunaz4 a:target { outline: none; }
.o8ezt .cuunaz4 li:target a { border-color: var(--border); color: var(--text-muted); }
.x6en1 .iheyxu { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.x6en1 .mvgyjhp2 { display: none; }
.x6en1 .cuunaz4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.x6en1 .cuunaz4 li { margin-bottom: 0; }
.x6en1 .cuunaz4 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.x6en1 .cuunaz4 li:last-child::after { content: ""; margin-right: 0; }
.x6en1 .cuunaz4 a { font-size: 0.9rem; }
.x4txs6h { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.qg8y1b1 .x4txs6h { background: var(--bg-card); }
.yetk .x4txs6h:nth-child(odd)  { background: var(--bg-card); }
.yetk .x4txs6h:nth-child(even) { background: var(--bg-raised); }
.yw2w .x4txs6h {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.yw2w .x4txs6h:last-child { border-bottom: none; }
.yw2w h3.wgu6rol { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.jc7avjj .x4txs6h {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.jc7avjj .x4txs6h + .x4txs6h { margin-top: 4px; }
.kg02ov .x4txs6h { background: none; border-radius: 0; padding: 12px 0; }
.kg02ov .x4txs6h + .x4txs6h { border-top: 1px solid var(--border-section); }
.antwlbwg { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.hit23 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ld7j { color: var(--text-body); margin-bottom: 10px; }
.ltkrizz4, .vcjs9eoq { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ltkrizz4 li, .vcjs9eoq li { margin-bottom: 6px; }
.vcjs9eoq li { list-style: decimal; }
.b049c8p     .ltkrizz4 { list-style-type: "● "; }
.wxypo  .ltkrizz4 { list-style-type: "■ "; }
.ogz9p .ltkrizz4 { list-style-type: "◆ "; }
.z9bfiv    .ltkrizz4 { list-style-type: "★ "; }
.b049c8p     .j3tfrs { list-style-type: "● "; }
.wxypo  .j3tfrs { list-style-type: "■ "; }
.ogz9p .j3tfrs { list-style-type: "◆ "; }
.z9bfiv    .j3tfrs { list-style-type: "★ "; }
.b049c8p    .ltkrizz4 li::marker, .b049c8p    .j3tfrs li::marker,
.wxypo .ltkrizz4 li::marker, .wxypo .j3tfrs li::marker,
.ogz9p .ltkrizz4 li::marker, .ogz9p .j3tfrs li::marker,
.z9bfiv   .ltkrizz4 li::marker, .z9bfiv   .j3tfrs li::marker {
  color: var(--cta); font-size: 1em;
}
.b049c8p .vcjs9eoq,
.wxypo .vcjs9eoq,
.ogz9p .vcjs9eoq,
.z9bfiv .vcjs9eoq {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.b049c8p .vcjs9eoq li,
.wxypo .vcjs9eoq li,
.ogz9p .vcjs9eoq li,
.z9bfiv .vcjs9eoq li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.b049c8p .vcjs9eoq li::before,
.wxypo .vcjs9eoq li::before,
.ogz9p .vcjs9eoq li::before,
.z9bfiv .vcjs9eoq 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;
}
.b049c8p     .vcjs9eoq li::before { border-radius: 50%; }
.wxypo  .vcjs9eoq li::before { border-radius: 3px; }
.ogz9p .vcjs9eoq li::before { border-radius: 3px; }
.z9bfiv    .vcjs9eoq li::before { border-radius: 50%; }
.chw3b7p { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.d4xuofdn .chw3b7p,
.hv3zw1 .chw3b7p { background: transparent; border: none; border-radius: 0; }
.piebwhb9 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.piebwhb9 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.piebwhb9 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.piebwhb9 tr:hover td { background: var(--bg-hover); }
.qdjmy1a4 .piebwhb9 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.hqxnuova .piebwhb9 { border: 1px solid var(--border-alt); }
.hqxnuova .piebwhb9 th,
.hqxnuova .piebwhb9 td { border: 1px solid var(--border-alt); }
.euk5ci .piebwhb9 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.euk5ci .piebwhb9 td { border-bottom: none; }
.euk5ci .piebwhb9 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.v4cqh0 .piebwhb9 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.k2p2tok .chw3b7p {
  overflow: hidden;
}
.k2p2tok .piebwhb9 th { border-bottom: 1px solid var(--border-alt); }
.k2p2tok .piebwhb9 tr:last-child td { border-bottom: none; }
.rmozt { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.tzzqm1s { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.oz3ksns { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ybgq5d9a { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.tku31fu { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.j3tfrs { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.j3tfrs 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%}
.g6tc8ff .ybgq5d9a { background: transparent; text-align: center; }
.fq8h .oz3ksns {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.nmbt4x .oz3ksns {
  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);
}
.j1j2r .tzzqm1s { display: grid; grid-template-columns: auto 1fr; }
.j1j2r .oz3ksns {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.j1j2r .ybgq5d9a { grid-column: 2; }
.j1j2r .tku31fu,
.j1j2r .j3tfrs { grid-column: 1 / -1; }
.mftz2ze .tzzqm1s { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.mftz2ze .oz3ksns {
  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);
}
.mftz2ze .ybgq5d9a { grid-column: 2; }
.mftz2ze .tku31fu,
.mftz2ze .j3tfrs { grid-column: 1 / -1; }
.yamll46 .tzzqm1s { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.yamll46 .ybgq5d9a { background: none; color: var(--accent-light); font-weight: 700; }
.s4u0 .tzzqm1s { 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); }
.s4u0 .ybgq5d9a { background: none; color: var(--accent-light); font-weight: 700; }
.ai6zi .tzzqm1s { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ai6zi .tzzqm1s:last-child { border-bottom: none; }
.ai6zi .ybgq5d9a { background: none; color: var(--accent-light); font-weight: 700; }
.igr01mr7 .tzzqm1s { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.igr01mr7 .ybgq5d9a { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.qj6c7 .rmozt { counter-reset: card-n; }
.qj6c7 .tzzqm1s  { counter-increment: card-n; }
.qj6c7 .ybgq5d9a { display: flex; align-items: center; gap: 10px; }
.qj6c7 .ybgq5d9a::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;
}
.my7v .tzzqm1s { background: var(--bg-surface); border: 1px solid var(--border); }
.my7v .ybgq5d9a { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.y6xfi10h { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.dcfyb  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.nco28 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.trmg { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ssq4rbi { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.y6xfi10h strong { color: var(--text-primary); font-size: 0.95rem; }
.y6xfi10h p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.kv82 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.cjy8n, .g0fi66g8 { border-radius: 8px; padding: 14px; }
.cjy8n { background: var(--bg-pros); }
.g0fi66g8 { background: var(--bg-cons); }
.omnh6 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.cjy8n .omnh6 { color: var(--c-pros-label); }
.g0fi66g8 .omnh6 { color: #f87171; }
.cjy8n ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.g0fi66g8 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.yzd8f { width: 100%; height: auto; border-radius: 10px; display: block; }
.z7dhtq8 {
  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;
}
.z7dhtq8:hover { opacity: 0.85; }
.xalnpto .z7dhtq8  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.xalnpto .z7dhtq8:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.u0c9wp .z7dhtq8  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.u0c9wp .z7dhtq8:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ifxr2sr .yhtyyn { border-radius: 50px; }
.ifxr2sr .z7dhtq8  { border-radius: 50px; }
.mwlnzzn .yhtyyn { padding-left: 22px; padding-right: 22px; }
.mwlnzzn .z7dhtq8  { padding-left: 12px; padding-right: 12px; }
.zmjhwb .yhtyyn { padding-left: 44px; padding-right: 44px; }
.zmjhwb .z7dhtq8  { padding-left: 24px; padding-right: 24px; }
.o4fi .yhtyyn { padding-left: 56px; padding-right: 56px; }
.o4fi .z7dhtq8  { padding-left: 32px; padding-right: 32px; }
.dauj   .yhtyyn::after, .dauj   .z7dhtq8::after,
.f10t .yhtyyn::after, .f10t .z7dhtq8::after,
.f5vbsn    .yhtyyn::after, .f5vbsn    .z7dhtq8::after,
.ci9w    .yhtyyn::after, .ci9w    .z7dhtq8::after,
.qoe7uq    .yhtyyn::after, .qoe7uq    .z7dhtq8::after,
.iygmw     .yhtyyn::after, .iygmw     .z7dhtq8::after,
.hxl9    .yhtyyn::after, .hxl9    .z7dhtq8::after,
.x031   .yhtyyn::after, .x031   .z7dhtq8::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;
}
.dauj .yhtyyn::after, .dauj .z7dhtq8::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");
}
.f10t .yhtyyn::after, .f10t .z7dhtq8::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");
}
.f5vbsn .yhtyyn::after, .f5vbsn .z7dhtq8::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");
}
.ci9w .yhtyyn::after, .ci9w .z7dhtq8::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");
}
.qoe7uq .yhtyyn::after, .qoe7uq .z7dhtq8::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");
}
.iygmw .yhtyyn::after, .iygmw .z7dhtq8::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");
}
.hxl9 .yhtyyn::after, .hxl9 .z7dhtq8::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");
}
.x031 .yhtyyn::after, .x031 .z7dhtq8::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");
}
.m4qdg1i   .qmq2uphy::after, .m4qdg1i   .ywgjmsm::after,
.lg7v .qmq2uphy::after, .lg7v .ywgjmsm::after,
.es00cj    .qmq2uphy::after, .es00cj    .ywgjmsm::after,
.gb5iv    .qmq2uphy::after, .gb5iv    .ywgjmsm::after,
.ydcctvam    .qmq2uphy::after, .ydcctvam    .ywgjmsm::after,
.gk76     .qmq2uphy::after, .gk76     .ywgjmsm::after,
.y81qqmfk    .qmq2uphy::after, .y81qqmfk    .ywgjmsm::after,
.d19l   .qmq2uphy::after, .d19l   .ywgjmsm::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;
}
.m4qdg1i .qmq2uphy::after, .m4qdg1i .ywgjmsm::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");
}
.lg7v .qmq2uphy::after, .lg7v .ywgjmsm::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");
}
.es00cj .qmq2uphy::after, .es00cj .ywgjmsm::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");
}
.gb5iv .qmq2uphy::after, .gb5iv .ywgjmsm::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");
}
.ydcctvam .qmq2uphy::after, .ydcctvam .ywgjmsm::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");
}
.gk76 .qmq2uphy::after, .gk76 .ywgjmsm::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");
}
.y81qqmfk .qmq2uphy::after, .y81qqmfk .ywgjmsm::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");
}
.d19l .qmq2uphy::after, .d19l .ywgjmsm::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");
}
.mtq82 .kr29ff { background: var(--bg-raised); }
.jqcb.z7dhtq8 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .nqcl6akl {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .nqcl6akl::before    { grid-area: rank;   }
  .w4uodwe2           { grid-area: ident;  }
  .onhcz8     { grid-area: rating; min-width: 0; width: auto; }
  .o8li0692           { grid-area: pills;  }
  .jqcb             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .nqcl6akl {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .nqcl6akl::before    { justify-self: center; }
  .w4uodwe2           { width: 100%; }
  .onhcz8     { justify-self: center; }
  .o8li0692           { grid-template-columns: 1fr; }
}
.wp08vru    .tacctqk8 li::before { content: "◆"; }
.wp08vru    .uifua li::before { content: "▲"; }
@media (min-width: 860px) {
  .ue74pnv .uq8x2 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ue74pnv .yfr4rnd { margin: 0; }
}
.af1g8wl9 .jxirw5xo { padding: 0; gap: 0; overflow: hidden; }
.af1g8wl9 .lnfrcuo { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.af1g8wl9 .cwouyva { padding: 16px 20px; }
.af1g8wl9 .s6vqe { padding: 16px 20px; align-self: center; }
.hv3zw1 .kv82 { gap: 10px; }
.hv3zw1 .cjy8n, .hv3zw1 .g0fi66g8 { padding: 12px; }
.hv3zw1 .cjy8n ul, .hv3zw1 .g0fi66g8 ul { margin: 4px 0 0; padding-left: 18px; }
.hv3zw1 .cjy8n li, .hv3zw1 .g0fi66g8 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .o7hx { grid-template-columns: 1fr; }
  .pr6az { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .pr6az .qna2u { width: 72px; height: 50px; }
  .pr6az .pl07ogj { max-width: 180px; }
  .pr6az .h3nds4gb { width: auto; }
}
@media (max-width: 720px) {
  .qlz5 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .hvy8vpcr { padding: 16px; }
  .iq0r .xpcm6x { min-width: 50%; }
}
.r9jp7r .kv82 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .as25 { grid-template-columns: 1fr; }
  .s2qfwh { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .dxtk2bz9 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .n5m7x5 { flex-wrap: wrap; padding: 16px; }
}
.ykixc .kv82 { gap: 8px; }
.ykixc .cjy8n, .ykixc .g0fi66g8 { padding: 8px; }
@media (max-width: 480px) {
  .w3ad1tob { flex-direction: column; align-items: stretch; }
}
.wdqmne3 .h3nds4gb .z7dhtq8 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .nlkfx0 { flex-direction: column; align-items: stretch; gap: 10px; }
  .wdqmne3 .h3nds4gb { text-align: center; }
}
@media (max-width: 720px) {
  .r1xnt8bs { grid-template-columns: 1fr; }
  .ynxq3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .suohv { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .s8d0a { grid-template-columns: 1fr; }
  .egego3 { width: 100px; height: 100px; margin: 16px auto; }
  .zdo2fc8 { font-size: 1.4rem; }
  .pgxr { justify-content: center; }
  .iwri .xpcm6x { min-width: 50%; }
}
.ugisyei .kv82 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .lc3f7pi { flex-wrap: wrap; padding: 14px 16px; }
  .iv9hnk { padding: 12px 16px; }
  .ugisyei .kv82 { margin: 0 16px; }
  .ugisyei .xfl6aco { padding: 0 16px; }
  .oxahv0x { padding: 12px 16px; }
}
.poclrb .o8li0692 .nh4nl {
  background: transparent; padding: 4px 8px;
}
.poclrb .o8li0692 .itgcp { font-size: .65rem; opacity: .65; }
.poclrb .o8li0692 .kh9z0   { font-size: 1.15rem; color: var(--accent-light); }
.d7f30 .znqd {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.z3lsd { margin: 16px 0; }
.yc3zxgz8 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.yc3zxgz8 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.yc3zxgz8 summary::after { content: "+"; color: var(--accent-light); }
.yc3zxgz8[open] summary::after { content: "−"; }
.yc3zxgz8 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ahn4e2iw { margin-bottom: 0; }
.dsgc h2.zcrttvm { color: var(--text-primary); border-color: var(--accent-light); }
.kx0sp h2.zcrttvm { color: var(--text-primary); border-color: var(--accent-light); }
.svwrbce0 .dcfyb     { background: #052e16; border-color: #10b981; }
.svwrbce0 .nco28 { background: #2d0a1e; border-color: #f43f5e; }
.svwrbce0 .trmg    { background: #1e1036; border-color: #a855f7; }
.svwrbce0 .y6xfi10h strong  { color: #f1f5f9; }
.svwrbce0 .y6xfi10h p       { color: #cbd5e1; }
.svwrbce0 .orabs    .dcfyb     .ssq4rbi::before,
.svwrbce0 .pes7kywo  .dcfyb     .ssq4rbi::before,
.svwrbce0 .ng0u4mfr  .dcfyb     .ssq4rbi::before,
.svwrbce0 .znzkdnrp .dcfyb     .ssq4rbi::before { color: #10b981; }
.svwrbce0 .orabs    .nco28 .ssq4rbi::before,
.svwrbce0 .pes7kywo  .nco28 .ssq4rbi::before,
.svwrbce0 .ng0u4mfr  .nco28 .ssq4rbi::before,
.svwrbce0 .znzkdnrp .nco28 .ssq4rbi::before { color: #f43f5e; }
.svwrbce0 .orabs    .trmg    .ssq4rbi::before,
.svwrbce0 .pes7kywo  .trmg    .ssq4rbi::before,
.svwrbce0 .ng0u4mfr  .trmg    .ssq4rbi::before,
.svwrbce0 .znzkdnrp .trmg    .ssq4rbi::before { color: #a855f7; }
.wgrn93 .dcfyb     { background: #2d2000; border-color: #eab308; }
.wgrn93 .nco28 { background: #2d0b0b; border-color: #ef4444; }
.wgrn93 .trmg    { background: #2d1600; border-color: #f97316; }
.wgrn93 .y6xfi10h strong  { color: #f1f5f9; }
.wgrn93 .y6xfi10h p       { color: #cbd5e1; }
.wgrn93 .orabs    .dcfyb     .ssq4rbi::before,
.wgrn93 .pes7kywo  .dcfyb     .ssq4rbi::before,
.wgrn93 .ng0u4mfr  .dcfyb     .ssq4rbi::before,
.wgrn93 .znzkdnrp .dcfyb     .ssq4rbi::before { color: #eab308; }
.wgrn93 .orabs    .nco28 .ssq4rbi::before,
.wgrn93 .pes7kywo  .nco28 .ssq4rbi::before,
.wgrn93 .ng0u4mfr  .nco28 .ssq4rbi::before,
.wgrn93 .znzkdnrp .nco28 .ssq4rbi::before { color: #ef4444; }
.wgrn93 .orabs    .trmg    .ssq4rbi::before,
.wgrn93 .pes7kywo  .trmg    .ssq4rbi::before,
.wgrn93 .ng0u4mfr  .trmg    .ssq4rbi::before,
.wgrn93 .znzkdnrp .trmg    .ssq4rbi::before { color: #f97316; }
.i34mxto .dcfyb     { background: #0c1a2e; border-color: #38bdf8; }
.i34mxto .nco28 { background: #12103a; border-color: #818cf8; }
.i34mxto .trmg    { background: #0a2020; border-color: #2dd4bf; }
.i34mxto .y6xfi10h strong  { color: #f1f5f9; }
.i34mxto .y6xfi10h p       { color: #cbd5e1; }
.i34mxto .orabs    .dcfyb     .ssq4rbi::before,
.i34mxto .pes7kywo  .dcfyb     .ssq4rbi::before,
.i34mxto .ng0u4mfr  .dcfyb     .ssq4rbi::before,
.i34mxto .znzkdnrp .dcfyb     .ssq4rbi::before { color: #38bdf8; }
.i34mxto .orabs    .nco28 .ssq4rbi::before,
.i34mxto .pes7kywo  .nco28 .ssq4rbi::before,
.i34mxto .ng0u4mfr  .nco28 .ssq4rbi::before,
.i34mxto .znzkdnrp .nco28 .ssq4rbi::before { color: #818cf8; }
.i34mxto .orabs    .trmg    .ssq4rbi::before,
.i34mxto .pes7kywo  .trmg    .ssq4rbi::before,
.i34mxto .ng0u4mfr  .trmg    .ssq4rbi::before,
.i34mxto .znzkdnrp .trmg    .ssq4rbi::before { color: #2dd4bf; }
.z1fmzjbb .dcfyb     { background: var(--accent-bg); border-color: var(--accent-light); }
.z1fmzjbb .nco28 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.z1fmzjbb .trmg    { background: var(--accent-bg); border-color: var(--accent-pale); }
.z1fmzjbb .orabs    .ssq4rbi::before,
.z1fmzjbb .pes7kywo  .ssq4rbi::before,
.z1fmzjbb .ng0u4mfr  .ssq4rbi::before,
.z1fmzjbb .znzkdnrp .ssq4rbi::before { color: var(--accent-light) !important; }
.eqptc99::before,
.whuw::before { margin-right: 5px; }
.sddk471 .cjy8n ul li,
.sddk471 .cjy8n .eqptc99 { color: #22c55e; }
.sddk471 .g0fi66g8 ul li,
.sddk471 .g0fi66g8 .whuw { color: #ef4444; }
.oheuvh .cjy8n { background: var(--bg-pros); }
.oheuvh .g0fi66g8 { background: var(--bg-cons); }
.oheuvh .cjy8n .eqptc99 { color: var(--c-pros-label); }
.oheuvh .g0fi66g8 .whuw { color: var(--c-cons); }
.oheuvh .cjy8n ul li,
.oheuvh .tacctqk8 li            { color: var(--c-pros); }
.oheuvh .g0fi66g8 ul li,
.oheuvh .uifua li            { color: var(--c-cons); }
.l1064 .cjy8n { background: var(--bg-pros); }
.l1064 .g0fi66g8 { background: var(--bg-cons); }
.l1064 .cjy8n .eqptc99 { color: var(--c-pros-label); }
.l1064 .g0fi66g8 .whuw { color: var(--c-cons); }
.l1064 .cjy8n ul li,
.l1064 .g0fi66g8 ul li,
.lxmd2f .eqptc99::before { content: "✓ "; }
.lxmd2f .whuw::before { content: "✗ "; }
.xmiceg .eqptc99::before { content: "→ "; }
.xmiceg .whuw::before { content: "← "; }
.nwyd .eqptc99::before { content: "★ "; }
.nwyd .whuw::before { content: "✕ "; }
.wp08vru .eqptc99::before { content: "◆ "; }
.wp08vru .whuw::before { content: "▲ "; }
.s5bk5zx9 .y6xfi10h { background: transparent; border-left: none; border: 1.5px solid; }
.s5bk5zx9 .dcfyb     { border-color: var(--c-tip-border); }
.s5bk5zx9 .nco28 { border-color: var(--c-warn-border); }
.s5bk5zx9 .trmg    { border-color: #60a5fa; }
.s5bk5zx9 .y6xfi10h strong { color: var(--text-primary); }
.s5bk5zx9 .y6xfi10h p      { color: var(--text-muted); }
.m9mll .y6xfi10h { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.m9mll .dcfyb     { border-top-color: var(--c-tip-border); }
.m9mll .nco28 { border-top-color: var(--c-warn-border); }
.m9mll .trmg    { border-top-color: #60a5fa; }
.z6pikd5 .y6xfi10h { border-left: none; border-radius: 8px; }
.z6pikd5 .dcfyb     { background: #065f46; }
.z6pikd5 .nco28 { background: #92400e; }
.z6pikd5 .trmg    { background: #1e3a8a; }
.z6pikd5 .y6xfi10h strong,
.z6pikd5 .y6xfi10h p { color: #fff; }
.z6pikd5 .ssq4rbi::before { color: rgba(255,255,255,0.85) !important; }
.svwrbce0.z6pikd5 .dcfyb,
.svwrbce0 .z6pikd5 .dcfyb     { background: #052e16; }
.svwrbce0.z6pikd5 .nco28,
.svwrbce0 .z6pikd5 .nco28 { background: #2d0a1e; }
.svwrbce0.z6pikd5 .trmg,
.svwrbce0 .z6pikd5 .trmg    { background: #1e1036; }
.wgrn93.z6pikd5 .dcfyb,
.wgrn93 .z6pikd5 .dcfyb      { background: #2d2000; }
.wgrn93.z6pikd5 .nco28,
.wgrn93 .z6pikd5 .nco28  { background: #2d0b0b; }
.wgrn93.z6pikd5 .trmg,
.wgrn93 .z6pikd5 .trmg     { background: #2d1600; }
.i34mxto.z6pikd5 .dcfyb,
.i34mxto .z6pikd5 .dcfyb      { background: #0c1a2e; }
.i34mxto.z6pikd5 .nco28,
.i34mxto .z6pikd5 .nco28  { background: #12103a; }
.i34mxto.z6pikd5 .trmg,
.i34mxto .z6pikd5 .trmg     { background: #0a2020; }
.s5461mmf .y6xfi10h { border-left: none; border-radius: 6px; padding: 10px 14px; }
.s5461mmf .dcfyb     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.s5461mmf .nco28 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.s5461mmf .trmg    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.s5461mmf .y6xfi10h strong { color: var(--text-primary); }
.s5461mmf .y6xfi10h p      { color: var(--text-muted); }
.bzq22ol .y6xfi10h { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.orabs .ssq4rbi,
.pes7kywo .ssq4rbi,
.ng0u4mfr .ssq4rbi,
.znzkdnrp .ssq4rbi { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.orabs .ssq4rbi::before,
.pes7kywo .ssq4rbi::before,
.ng0u4mfr .ssq4rbi::before,
.znzkdnrp .ssq4rbi::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.orabs .dcfyb     .ssq4rbi::before { content: "✦"; color: var(--c-tip-border); }
.orabs .nco28 .ssq4rbi::before { content: "▲"; color: var(--c-warn-border); }
.orabs .trmg    .ssq4rbi::before { content: "◉"; color: #60a5fa; }
.pes7kywo .dcfyb     .ssq4rbi::before { content: "★"; color: var(--c-tip-border); }
.pes7kywo .nco28 .ssq4rbi::before { content: "◆"; color: var(--c-warn-border); }
.pes7kywo .trmg    .ssq4rbi::before { content: "●"; color: #60a5fa; }
.ng0u4mfr .dcfyb     .ssq4rbi::before { content: "▶"; color: var(--c-tip-border); }
.ng0u4mfr .nco28 .ssq4rbi::before { content: "■"; color: var(--c-warn-border); }
.ng0u4mfr .trmg    .ssq4rbi::before { content: "▸"; color: #60a5fa; }
.znzkdnrp .dcfyb     .ssq4rbi::before { content: "→"; color: var(--c-tip-border); }
.znzkdnrp .nco28 .ssq4rbi::before { content: "⬥"; color: var(--c-warn-border); }
.znzkdnrp .trmg    .ssq4rbi::before { content: "◈"; color: #60a5fa; }
.foqjrwda .qg8y1b1 .x4txs6h,
.foqjrwda .yetk .x4txs6h  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.foqjrwda .tzzqm1s                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.foqjrwda .chw3b7p          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.foqjrwda .iheyxu                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ax3w .qg8y1b1 .x4txs6h,
.ax3w .yetk .x4txs6h,
.ax3w .tzzqm1s,
.ax3w .nqcl6akl,
.ax3w .yfr4rnd,
.ax3w .chw3b7p,
.ax3w .iheyxu,
.ax3w .bzq22ol .y6xfi10h { box-shadow: none; }
.ppcwuf1a   .ld7j, .ppcwuf1a .antwlbwg, .ppcwuf1a .hit23,
.ppcwuf1a   .zp5a, .ppcwuf1a .xtjo7hf { font-size: 0.9rem; }
.ppcwuf1a   .ltkrizz4, .ppcwuf1a .vcjs9eoq { font-size: 0.9rem; }
.tg43m   .ld7j, .tg43m .antwlbwg, .tg43m .hit23,
.tg43m   .zp5a, .tg43m .xtjo7hf { font-size: 0.95rem; }
.tg43m   .ltkrizz4, .tg43m .vcjs9eoq { font-size: 0.95rem; }
.ecohd   .ld7j, .ecohd .antwlbwg, .ecohd .hit23,
.ecohd   .zp5a, .ecohd .xtjo7hf { font-size: 1.08rem; }
.ecohd   .ltkrizz4, .ecohd .vcjs9eoq { font-size: 1.05rem; }
.ecohd   .piebwhb9 { font-size: 0.97rem; }
.mkrw4tf .nnvi      { font-size: 3.2rem; }
.mkrw4tf h2.zcrttvm { font-size: 1.9rem; }
.mkrw4tf h3.wgu6rol     { font-size: 1.4rem; }
.xkzibx .nnvi      { font-size: 3.8rem; }
.xkzibx h2.zcrttvm { font-size: 2.2rem; }
.xkzibx h3.wgu6rol     { font-size: 1.6rem; }
.ahn4e2iw + .ahn4e2iw { position: relative; }
.t8hrbm   .ahn4e2iw + .ahn4e2iw::before,
.kc474n  .ahn4e2iw + .ahn4e2iw::before,
.mk2l   .ahn4e2iw + .ahn4e2iw::before,
.yp4kv   .ahn4e2iw + .ahn4e2iw::before,
.zgrkylh   .ahn4e2iw + .ahn4e2iw::before,
.f6d25e9 .ahn4e2iw + .ahn4e2iw::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.t8hrbm .ahn4e2iw + .ahn4e2iw::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.kc474n .ahn4e2iw + .ahn4e2iw::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.mk2l .ahn4e2iw + .ahn4e2iw::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;
}
.yp4kv .ahn4e2iw + .ahn4e2iw::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.kaot .ahn4e2iw { margin-bottom: 16px; }
.kaot .ahn4e2iw + .ahn4e2iw { margin-top: 0; }
.kaot .rkmx4c0 { padding-top: 0; padding-bottom: 0; }
.zgrkylh .ahn4e2iw + .ahn4e2iw::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.f6d25e9 .ahn4e2iw + .ahn4e2iw::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.g18yvm .ahn4e2iw + .ahn4e2iw::before,
.hvj2svq .ahn4e2iw + .ahn4e2iw::before,
.qmqtrr6 .ahn4e2iw + .ahn4e2iw::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%;
}
.wwjz6 .g18yvm .ahn4e2iw:nth-child(even)::before,
.wwjz6 .hvj2svq .ahn4e2iw:nth-child(even)::before,
.wwjz6 .qmqtrr6 .ahn4e2iw:nth-child(even)::before { background: var(--bg-surface); }
.kijti .g18yvm .ahn4e2iw:nth-child(even)::before,
.kijti .hvj2svq .ahn4e2iw:nth-child(even)::before,
.kijti .qmqtrr6 .ahn4e2iw:nth-child(even)::before { background: var(--bg-card); }
.g18yvm .ahn4e2iw + .ahn4e2iw::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");
}
.hvj2svq .ahn4e2iw + .ahn4e2iw::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");
}
.qmqtrr6 .ahn4e2iw + .ahn4e2iw::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");
}
.cmhyo .r0bshqfr,
.bp6rau8c .r0bshqfr,
.p1u2 .r0bshqfr { overflow: hidden; }
.cmhyo .zlugl7pj,
.bp6rau8c .zlugl7pj { margin-bottom: 60px; }
.p1u2 .zlugl7pj { margin-bottom: 70px; }
.cmhyo .r0bshqfr::before,
.bp6rau8c .r0bshqfr::before,
.p1u2 .r0bshqfr::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%;
}
.cmhyo .r0bshqfr::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");
}
.bp6rau8c .r0bshqfr::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");
}
.p1u2 .r0bshqfr::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");
}
.s1blxx .r0bshqfr:not(.ztp4) .w5o7lp { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ohf7rj .r0bshqfr:not(.ztp4) .w5o7lp { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.xfl25  .r0bshqfr:not(.ztp4) .w5o7lp { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.jntgnh  .r0bshqfr:not(.ztp4) .w5o7lp { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.s1blxx .ztp4 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.ohf7rj .ztp4 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.xfl25 .ztp4 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.jntgnh .ztp4 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.he3cbx5r .ztp4 { background: var(--accent); }
.he3cbx5r .ztp4 .w5o7lp { background: none; }
.he3cbx5r .iay2r9f { background: var(--accent); }
.he3cbx5r .mq66qm { background: var(--accent-bg); }
.he3cbx5r .r0bshqfr:not(.ztp4) .w5o7lp { background: rgba(0,0,0,0.6); }
.akmt1jyp .sng2y { float: left; width: 38%; margin: 0 28px 16px 0; }
.akmt1jyp .sng2y .yzd8f { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.akmt1jyp .rkmx4c0::after { content: ''; display: block; clear: both; }
.tjrucy .sng2y { float: right; width: 38%; margin: 0 0 16px 28px; }
.tjrucy .sng2y .yzd8f { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.tjrucy .rkmx4c0::after { content: ''; display: block; clear: both; }
.hj9iw .ahn4e2iw:nth-child(odd)  .sng2y { float: left;  width: 38%; margin: 0 28px 16px 0; }
.hj9iw .ahn4e2iw:nth-child(even) .sng2y { float: right; width: 38%; margin: 0 0 16px 28px; }
.hj9iw .sng2y .yzd8f { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hj9iw .rkmx4c0::after { content: ''; display: block; clear: both; }
.akmt1jyp .rmozt,
.tjrucy .rmozt,
.hj9iw .rmozt,
@media (max-width: 900px) {
  .akmt1jyp .sng2y,
  .tjrucy .sng2y,
  .hj9iw .ahn4e2iw:nth-child(odd)  .sng2y,
  .hj9iw .ahn4e2iw:nth-child(even) .sng2y {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .akmt1jyp .sng2y .yzd8f,
  .tjrucy .sng2y .yzd8f,
  .hj9iw .sng2y .yzd8f {
    max-height: none !important;
  }
}
.akmt1jyp .ltkrizz4,
.akmt1jyp .vcjs9eoq,
.tjrucy .ltkrizz4,
.tjrucy .vcjs9eoq,
.hj9iw .ltkrizz4,
.hj9iw .vcjs9eoq { overflow: hidden; }
@media (max-width: 640px) {
  .akmt1jyp .sng2y,
  .tjrucy .sng2y,
  .hj9iw .sng2y { float: none; width: 100%; margin: 0 0 16px 0; }
}
.iuh7tumg .mh67,
.iuh7tumg .rkmx4c0,
.iuh7tumg .vt8b1  { max-width: 1100px; }
.zq0buz .mh67,
.zq0buz .rkmx4c0,
.zq0buz .vt8b1  { max-width: 1200px; }
.rabs7hgd .mh67,
.rabs7hgd .rkmx4c0,
.rabs7hgd .vt8b1  { max-width: 1320px; }
.ca2l { font-size: 0.82rem; color: var(--text-muted); }
.vtyaydc { display: flex; align-items: center; }
.pw6yad {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ohzvo { display: flex; align-items: center; }
.a1x6x { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.a1x6x:hover { text-decoration: underline; }
.zq7thm { margin: 0 3px; opacity: 0.45; }
.zq7thm::before { content: '/'; }
.yc9kf17x { padding: 2px 5px; color: var(--text-main); }
.nllu4h .ca2l {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.nllu4h .vtyaydc { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ojsoo .ca2l {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ojsoo .vtyaydc { padding: 0 0 0 12px; }
.t0gwa .vtyaydc { padding: 0 16px; }
.t0gwa .ca2l {
  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);
}
.t0gwa .mh67 { padding-top: 28px; }
@media (max-width: 720px) {
  .c7zqf { margin-top: 18px; padding: 0 16px; }
  .t0gwa .mh67 { padding-top: 16px; }
}
.iuh7tumg.nllu4h .vtyaydc { max-width: 1100px; }
.zq0buz.nllu4h .vtyaydc { max-width: 1200px; }
.rabs7hgd.nllu4h .vtyaydc { max-width: 1320px; }
.utp35mi4 .ahn4e2iw { padding-top: 16px; padding-bottom: 16px; }
.zdhh6 .ahn4e2iw { padding-top: 24px; padding-bottom: 24px; }
.atoyrich .ahn4e2iw { padding-top: 40px; padding-bottom: 40px; }
.ixdjr7 .ahn4e2iw { padding-top: 52px; padding-bottom: 52px; }
.qsp1 .ahn4e2iw:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.qsp1 .ahn4e2iw:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.qsp1 .ahn4e2iw:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.qsp1 .ahn4e2iw:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.yhuja9y4 .rkmx4c0 { padding-top: 10px;  padding-bottom: 10px; }
.aqh9h3 .rkmx4c0 { padding-top: 18px;  padding-bottom: 18px; }
.z5smu .rkmx4c0 { padding-top: 36px;  padding-bottom: 36px; }
.m62i .rkmx4c0 { padding-top: 48px;  padding-bottom: 48px; }
.eop3bt h2.zcrttvm { font-weight: 600; }
.eop3bt h3.wgu6rol     { font-weight: 600; }
.ig2ba { font-weight: 500; }
.ig2ba h2.zcrttvm { font-weight: 800; }
.ig2ba h3.wgu6rol     { font-weight: 700; }
.ceizrd4 h2.zcrttvm { font-weight: 900; }
.ceizrd4 h3.wgu6rol     { font-weight: 800; }
.ceizrd4 .y6xfi10h strong,
.ceizrd4 .y6xfi10h strong { font-weight: 600; }
.qmq2uphy {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.thsa .qmq2uphy { display: none; }
@media (max-width: 640px) {
  .y8s6fop { display: none; }
  .qmq2uphy {
    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;
  }
}
.qmq2uphy { background: var(--cta) !important; color: #fff !important; border: none !important; }
.qmq2uphy:hover { opacity: 0.85; }
.djl6ymvd .qmq2uphy { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.xfwza .qmq2uphy,
.t2f9uf  .qmq2uphy { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.xfwza .qmq2uphy:hover,
.t2f9uf  .qmq2uphy:hover { opacity: 0.88; }
.djl6ymvd.xfwza .qmq2uphy,
.djl6ymvd.t2f9uf  .qmq2uphy { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ywgjmsm {
  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;
}
.ywgjmsm:hover { transform: translateY(-2px); opacity: 0.92; }
.ywgjmsm { background: var(--cta) !important; color: #fff !important; border: none !important; }
.i8xt .ywgjmsm { display: none; }
.q0rkl3 .ywgjmsm { right: 32px; }
.c0yi60g  .ywgjmsm { left: 32px; }
@media (max-width: 480px) {
  .q0rkl3 .ywgjmsm { right: 20px; bottom: 20px; }
  .c0yi60g  .ywgjmsm { left: 20px; bottom: 20px; }
}
.ei40mx { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.vt8b1 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.naoftw0 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.b1r8o { color: var(--text-dim); font-size: 0.8rem; }
.z1nr9bq a, .u3rwa2ez a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.z1nr9bq a:hover, .u3rwa2ez a:hover { color: var(--accent-light); }
.u3rwa2ez { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.zmnj1 .vt8b1 { text-align: center; }
.zmnj1 .u3rwa2ez { justify-content: center; margin-bottom: 16px; }
.zmnj1 .naoftw0 { margin-top: 0; }
.rb85s { margin-top: 10px; }
.rb85s a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .vt8b1 { padding-left: 16px; padding-right: 16px; }
  .tmev4axj .vt8b1 { padding: 20px 16px; }
  .u3rwa2ez { gap: 4px 12px; }
  .naoftw0 { font-size: 0.78rem; }
}
.qozygjcr .naoftw0 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.qozygjcr .b1r8o { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .qozygjcr .dwa97hs { grid-template-columns: 1fr 1fr; } .qozygjcr .splp { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qozygjcr .dwa97hs { grid-template-columns: 1fr; } }
.dxl0kumr .naoftw0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .dxl0kumr .vg4tr { gap: 12px; } .dxl0kumr .kklqi { margin-right: 0; width: 100%; } }
.zmij .naoftw0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.zmij .b1r8o { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .zmij .d28pyc { grid-template-columns: 1fr 1fr; } .zmij .a7yw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zmij .d28pyc { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .zvf1ut .oeedxq8l { grid-template-columns: 1fr 1fr; } .zvf1ut .tya72:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zvf1ut .oeedxq8l { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .bbcuvy .oeedxq8l { grid-template-columns: 1fr; } }
.goly0nzw .vt8b1 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.goly0nzw .u3rwa2ez { justify-content: center; }
.aulgks1 .yyz4tqcq      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.aulgks1 .ei40mx { background: var(--bg-page); border-top-color: var(--border-alt); }
.v0lw2f85 .yyz4tqcq      { background: #0d1117; border-bottom-color: #21262d; }
.v0lw2f85 .zv4e { color: var(--accent-light); }
.v0lw2f85 .qzyd3fxm { --msep-color: #8b949e; }
.v0lw2f85 .qzyd3fxm a { color: #8b949e; }
.v0lw2f85 .qzyd3fxm a:hover { color: var(--accent-light); }
.v0lw2f85 .j5ptex8 { color: #8b949e; }
.v0lw2f85 .ei40mx { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.v0lw2f85 .naoftw0,
.v0lw2f85 .b1r8o { color: #6e7681; }
.v0lw2f85 .z1nr9bq a, .v0lw2f85 .u3rwa2ez a,
.v0lw2f85 .z1nr9bq a:hover, .v0lw2f85 .u3rwa2ez a:hover,
@media (max-width: 640px) {
  .v0lw2f85 .qzyd3fxm { background: #0d1117; border-top-color: #21262d; }
  .v0lw2f85 .qzyd3fxm li a { border-bottom-color: #21262d; }
}
.iar5o94 .yyz4tqcq      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.iar5o94 .zv4e { color: var(--accent-light); }
.iar5o94 .qzyd3fxm { --msep-color: #475569; }
.iar5o94 .qzyd3fxm a { color: #475569; }
.iar5o94 .qzyd3fxm a:hover { color: var(--accent-light); }
.iar5o94 .j5ptex8 { color: #64748b; }
.iar5o94 .ei40mx { background: #f0f4f8; border-top-color: #cbd5e1; }
.iar5o94 .naoftw0,
.iar5o94 .b1r8o { color: #64748b; }
.iar5o94 .z1nr9bq a, .iar5o94 .u3rwa2ez a,
.iar5o94 .z1nr9bq a:hover, .iar5o94 .u3rwa2ez a:hover,
@media (max-width: 640px) {
  .iar5o94 .qzyd3fxm { background: #f0f4f8; border-top-color: #cbd5e1; }
  .iar5o94 .qzyd3fxm li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.xfwza .yyz4tqcq      { background: var(--accent); border-bottom-color: var(--accent-light); }
.xfwza .zv4e { color: #fff; }
.xfwza .qzyd3fxm { --msep-color: rgba(255,255,255,0.82); }
.xfwza .qzyd3fxm a { color: rgba(255,255,255,0.82); }
.xfwza .qzyd3fxm a:hover { color: #fff; }
.xfwza .j5ptex8 { color: rgba(255,255,255,0.9); }
.xfwza .giic93 a { color: var(--text-primary) !important; }
.xfwza .giic93 a:hover { color: var(--accent-light) !important; }
.xfwza .ei40mx { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.xfwza .naoftw0,
.xfwza .b1r8o { color: rgba(255,255,255,0.72); }
.xfwza .z1nr9bq a, .xfwza .u3rwa2ez a,
.xfwza .iyy1 a, .xfwza .r5u7 a,
.xfwza .o5yw3kv a, .xfwza .kklqi { color: #fff; }
.xfwza .fye3gt, .xfwza .alcmqt { color: rgba(255,255,255,0.7); }
.xfwza .z1nr9bq a:hover, .xfwza .u3rwa2ez a:hover,
.xfwza .iyy1 a:hover, .xfwza .r5u7 a:hover { color: #fff; }
@media (max-width: 640px) {
  .xfwza .qzyd3fxm { background: var(--accent); border-top-color: var(--accent-light); }
  .xfwza .qzyd3fxm li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.t2f9uf .yyz4tqcq {
  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);
}
.t2f9uf .ei40mx {
  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) {
  .t2f9uf .qzyd3fxm {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.bnwhyt2r .jjzf { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.haqooylu .jjzf { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.v5wt94 .jjzf { min-height: 72px; height: auto; }
.oq6p .jjzf { min-height: 84px; height: auto; }
.tmev4axj .jjzf { max-width: none; padding: 0 32px; }
.tmev4axj .vt8b1  { max-width: none; padding: 24px 32px; }
.xc0n2jqh.zq0buz .jjzf { max-width: 1200px; }
.xc0n2jqh.rabs7hgd .jjzf { max-width: 1320px; }
.o8co3c59   .zv4e, .o8co3c59   .kklqi { text-transform: capitalize; }
.dna14 .zv4e, .dna14 .kklqi { text-transform: lowercase; }
.jwq2b3 .zv4e, .jwq2b3 .kklqi { text-transform: uppercase; letter-spacing: 0.06em; }
.dsde6r, .kctemkff {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.p1lmcv5 .dsde6r,
.inj786 .dsde6r,
.xqbhjc7 .dsde6r,
.bso05 .dsde6r,
.n634t   .qzyd3fxm a { font-weight: 500; }
.x9dbbkxa .qzyd3fxm a { font-weight: 600; }
.zp132quy     .qzyd3fxm a { font-weight: 700; }
.b1t1e8    .qzyd3fxm a { font-weight: 800; letter-spacing: 0.01em; }
.bk2e     .qzyd3fxm > li + li::before,
.s0cpwkfi    .qzyd3fxm > li + li::before,
.ybnwnx    .qzyd3fxm > li + li::before,
.ta5d .qzyd3fxm > li + li::before,
.ywhpp .qzyd3fxm > li + li::before,
.p5whmx8  .qzyd3fxm > li + li::before,
.g8gr7m    .qzyd3fxm > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.bk2e     .qzyd3fxm > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.s0cpwkfi    .qzyd3fxm > li + li::before { content: "|"; }
.ybnwnx    .qzyd3fxm > li + li::before { content: "—"; }
.ta5d .qzyd3fxm > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ywhpp .qzyd3fxm > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.p5whmx8  .qzyd3fxm > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.g8gr7m    .qzyd3fxm > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .kxv5qfom .j5ptex8,
  .al45y .j5ptex8,
  .pq78ufag .j5ptex8,
  .qzc8j9 .j5ptex8,
  .t0clghrf .j5ptex8 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .kxv5qfom .j5ptex8::before,
  .al45y .j5ptex8::before,
  .pq78ufag .j5ptex8::before,
  .qzc8j9 .j5ptex8::before,
  .t0clghrf .j5ptex8::before { content: ""; display: block; flex-shrink: 0; }

  
  .kxv5qfom .j5ptex8::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;
  }

  
  .al45y .j5ptex8::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;
  }

  
  .pq78ufag .j5ptex8::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;
  }

  
  .qzc8j9 .j5ptex8::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;
  }

  
  .t0clghrf .j5ptex8::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) {
  .bznqztjv .j5ptex8 {
    padding: 5px 14px;
  }
  .bznqztjv .qzyd3fxm {
    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;
  }
  .bznqztjv .qzyd3fxm li a {
    border-bottom: none; padding: 10px 22px;
  }
  .bznqztjv .qzyd3fxm li a:hover { background: var(--bg-raised); }
  .bznqztjv .va2red,
  .p8zr .va2red,
  .azrwjyi .va2red { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .qiazq3o .j5ptex8 {
    padding: 5px 10px;
  }
  .qiazq3o .qzyd3fxm {
    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);
  }
  .qiazq3o .qzyd3fxm.x864i { transform: translateX(0); }
  .qiazq3o .qzyd3fxm li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .qiazq3o .qzyd3fxm li:last-child a { border-bottom: none; }
  .xfwza .qzyd3fxm,
  .v0lw2f85 .qzyd3fxm { background: var(--accent) !important; }
  .xfwza .qzyd3fxm li a,
  .v0lw2f85 .qzyd3fxm li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .azrwjyi .j5ptex8 {
    padding: 5px 10px;
  }
  .azrwjyi .qzyd3fxm {
    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);
  }
  .azrwjyi .qzyd3fxm::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .azrwjyi .qzyd3fxm.x864i { transform: translateY(0); }
  .azrwjyi .qzyd3fxm li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .kuwdni .j5ptex8 {
    padding: 5px 10px;
  }
  .kuwdni .qzyd3fxm {
    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;
  }
  .kuwdni .qzyd3fxm.x864i { opacity: 1; pointer-events: auto; }
  .kuwdni .qzyd3fxm li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .pm3116     .j5ptex8 { border-radius: 0 !important; }
  .my3p   .j5ptex8 { border-radius: 8px !important; }
  .wg34 .j5ptex8 { border-radius: 50% !important; }
  .g60p1   .j5ptex8 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .p3dumymq .deod { flex-direction: column; align-items: stretch; }
  .p3dumymq .bfiny { flex-direction: row; min-width: auto; }
  .p3dumymq .gsu9 { align-items: flex-start; text-align: left; }
}
.haapsi6,
.haapsi6.ahn4e2iw,
.wwjz6 .haapsi6,
.kuqb .haapsi6,
.kijti .haapsi6,
.bkstgl .haapsi6 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.pe3fs {
  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;
}
.xi0u { flex: 1 1 280px; min-width: 0; }
.uvfmrc {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.dm6t {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.wxbsl68 {
  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;
}
.wxbsl68:hover { transform: translateY(-1px); opacity: 0.95; }
.aobqjk3a .pe3fs {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.aobqjk3a .uvfmrc { color: var(--cta); }
.aobqjk3a .dm6t { color: var(--text-body); }
.aobqjk3a .wxbsl68 {
  background: var(--cta) !important;
  color: #fff !important;
}
.y1m2 .pe3fs {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.y1m2 .uvfmrc { color: var(--text-primary); }
.y1m2 .dm6t { color: var(--text-body); }
.y1m2 .wxbsl68 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .pe3fs {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .xi0u { flex: 0 0 auto; }
  .uvfmrc { font-size: 1.2rem; }
  .wxbsl68 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.w3r46za .ixp6c { height: 36px; }
.j31maql .ixp6c { height: 60px; max-width: 200px; }
.x3gqf0jj .ixp6c { height: 56px; max-width: 180px; }
.poclrb .itgcp {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.poclrb .kh9z0 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .j6pgtb .vanz {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .j6pgtb .nqcl6akl {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .j6pgtb .nqcl6akl { padding: 40px 16px 20px; }
  .j6pgtb .nh4nl {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .j6pgtb .jqcb { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .rhn5 .nqcl6akl {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .rhn5 .nqcl6akl::before {
    position: absolute; top: 14px; left: 14px;
  }
  .rhn5 .w4uodwe2 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .rhn5 .o36y { white-space: normal; text-align: center; font-size: 1.2rem; }
  .rhn5 .nh4nl {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .rhn5 .jqcb { width: 100%; min-width: 0; }
  .rhn5 .znqd { min-width: 0; }
}
.wzml .yc3zxgz8 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.wzml .yc3zxgz8 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.wzml .yc3zxgz8 p { padding: 0 2px 16px; }
.sbbw4 .yc3zxgz8 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.sbbw4 .yc3zxgz8 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.sbbw4 .yc3zxgz8 summary::after { content: "›"; font-size: 1.2em; }
.sbbw4 .yc3zxgz8[open] summary::after { content: "‹"; }
.sbbw4 .yc3zxgz8 p { padding: 10px 22px 4px; }
.hckk .yc3zxgz8 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.hckk .yc3zxgz8 summary { color: var(--text-primary); padding-left: 16px; }
.hckk .yc3zxgz8 summary::after { content: "›"; font-size: 1.1em; }
.hckk .yc3zxgz8[open] summary::after { content: "‹"; }
.hckk .yc3zxgz8 p { padding-left: 16px; }
.yvpf6 .z3lsd { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.yvpf6 .yc3zxgz8 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.yvpf6 .yc3zxgz8:last-child { border-bottom: none; }
.yvpf6 .yc3zxgz8 summary { color: var(--text-primary); border-radius: 0; }
.yvpf6 .yc3zxgz8 summary::after { content: "›"; font-size: 1.1em; }
.yvpf6 .yc3zxgz8[open] summary::after { content: "‹"; }
.nvxu2o61 .yc3zxgz8 { overflow: hidden; }
.nvxu2o61 .yc3zxgz8 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.nvxu2o61 .yc3zxgz8 summary::after { color: rgba(255,255,255,.75); }
.nvxu2o61 .yc3zxgz8[open] summary { border-radius: 0; }
.s0y7p { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.wvaumqx {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qm5ewrtk {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ibk6b2nf { color: var(--text-muted); font-size: 1.05rem; }
.hbkcg {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.aodfc {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.cq0on { margin-bottom: 20px; }
.xmfvj {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.sbrb9i {
  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;
}
.sbrb9i:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ss14 { resize: vertical; min-height: 130px; }
.odup8 { width: 100%; margin-top: 8px; }
.vd9k4 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.hnqm36xa {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ju9t69 { color: var(--text-muted); line-height: 1.75; }
.h4wlgoc { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.h4wlgoc li { margin-bottom: 6px; }
.f5g5 { max-width: 760px; margin: 0 auto; }
.pr5len { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.cqhs95zy { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.cqhs95zy:last-child { border-bottom: none; }
.cqhs95zy h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.cqhs95zy p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.cz9tfals { max-width: 760px; margin: 0 auto; }
.ritlx { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.dey5nj ul.h4wlgoc { margin: 0; }
.maz50vpx .ritlx { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .maz50vpx { grid-template-columns: 1fr; gap: 10px; } }
.jf2s4d { max-width: 640px; margin: 0 auto; text-align: center; }
.atlxitug { margin-bottom: 48px; }
.atlxitug .ritlx { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.atlxitug p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qh0j .h4wlgoc { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .feb1 { grid-template-columns: 1fr; } }
.pmh19jm { color: inherit; text-decoration: none; }
.pmh19jm:hover { color: var(--accent-light); text-decoration: underline; }
.ktd40b30 { display: inline-block; line-height: 0; }
.hhz5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.az1h3 { margin-bottom: 48px; }
.cbta { max-width: 760px; margin: 0 auto; }
.fusfy9ir { max-width: 640px; margin: 0 auto; }
.bmp5cp23 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.bmp5cp23:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ydfvxno { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.bmp5cp23 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.bmp5cp23 ul.h4wlgoc { margin: 0; }
.xgqt { color: var(--text-muted); line-height: 1.75; }
.huoyj4t .h4wlgoc,
.fusfy9ir .h4wlgoc,
.cfhrm0ni .h4wlgoc,
.dl7cm0n2 .h4wlgoc {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.huoyj4t .bmp5cp23,
.fusfy9ir .bmp5cp23 { text-align: left; }
.huoyj4t .ydfvxno,
.fusfy9ir .ydfvxno { text-align: center; }
.d1xeg3 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.h6v9 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.utn6i { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.vbzms { margin-top: 12px; }
.qas9ss2n { 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; }
.qas9ss2n:hover { border-bottom-color: var(--accent-light); }
.usn0 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.usn0 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.t62etks { width: 72px; height: 72px; }
.wc47 { border-radius: 50%; }
.j4x2ydmd { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.esjdi3gq { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.esjdi3gq::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .emqp1d9 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ewv6lms .utn6i, .ewv6lms .h6v9 { max-width: 640px; }
.k9qlc .d1xeg3 { font-size: 1.6rem; margin-top: 18px; }
.axr786sg .utn6i { margin-bottom: 28px; }
@media (max-width: 860px) { .m5d1br19 { grid-template-columns: 1fr; } .k9qlc { position: static; text-align: center; } }
.lrjzhkju .usn0 { margin: 0 auto 18px; }
.lrjzhkju .j4x2ydmd { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ij919 { grid-template-columns: 1fr; } }
.v20p5ln8 .d1xeg3 { font-size: 1.6rem; margin-bottom: 6px; }
.dl7cm0n2 .h4wlgoc { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .v20p5ln8 { flex-direction: column; text-align: center; } .o3y1ra { grid-template-columns: 1fr; } }
.b55op { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.b55op .d1xeg3 { font-size: 1.35rem; margin: 0 0 4px; }
.b55op .j4x2ydmd { margin: 0; }
.rk62kb5u .qm5ewrtk { color: var(--accent-light); }
.gehj .qm5ewrtk { font-size: 2rem; }
.gehj .ibk6b2nf { max-width: 680px; }
.xscp63c .qm5ewrtk { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.xscp63c .ibk6b2nf  { margin: 0; }
@media (max-width: 640px) { .xscp63c { flex-direction: column; } }
.j1zl {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.j1zl .qm5ewrtk { color: var(--accent-light); }
.e7hocx .qm5ewrtk { color: #fff; }
.e7hocx .ibk6b2nf  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .hbae7738 { grid-template-columns: 1fr; } }
.u4vz .sbrb9i {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.u4vz .sbrb9i:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.v3un .sbrb9i { background: var(--bg-raised); border-color: transparent; }
.v3un .sbrb9i:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ypa0 .sbrb9i { border-radius: 100px; padding: 11px 20px; }
.ypa0 .ss14 { border-radius: 14px; }
@media (max-width: 640px) { .s0dj386v { grid-template-columns: 1fr; } }
.qg6ao6u { counter-reset: priv-count; }
.puzbgr22 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.puzbgr22:last-child { border-bottom: none; }
.n2amm {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.puzbgr22 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.puzbgr22 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.hwiykto { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.hwiykto li { margin-bottom: 6px; }
.r5o88lh{display:none}
.r5o88lh:empty,.mlogb:empty{display:none}
.s541fo{position:relative;overflow:visible}
.y80ka .gnd1519,.q4fk6ol .gnd1519,
.hrq4 .gnd1519,.tn3tb9 .gnd1519,
.m9direb .gnd1519,.egz6flb .gnd1519{display:block}
.kijobpm .ywezfe{display:block}
.y80ka .gnd1519,.q4fk6ol .gnd1519,
.hrq4 .gnd1519,.tn3tb9 .gnd1519,
.m9direb .gnd1519{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}
.y80ka .gnd1519 .mlogb,.q4fk6ol .gnd1519 .mlogb,
.hrq4 .gnd1519 .mlogb,.tn3tb9 .gnd1519 .mlogb,
.m9direb .gnd1519 .mlogb{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}
.y80ka .ign1,.q4fk6ol .ign1,
.hrq4 .ign1,.tn3tb9 .ign1,
.m9direb .ign1{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.y80ka .gnd1519,.q4fk6ol .gnd1519{top:12px}
.y80ka .gnd1519 .mlogb{margin-right:auto}
.q4fk6ol .gnd1519 .mlogb{margin-left:auto}
.q4fk6ol .gnd1519{text-align:right}
.hrq4 .gnd1519,.tn3tb9 .gnd1519{bottom:12px}
.hrq4 .gnd1519 .mlogb{margin-right:auto}
.tn3tb9 .gnd1519 .mlogb{margin-left:auto}
.tn3tb9 .gnd1519{text-align:right}
.m9direb .gnd1519{position:relative;margin-top:16px}
.m9direb .gnd1519 .mlogb{margin:0 auto}
.egz6flb .gnd1519{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.egz6flb .gnd1519 .mlogb{margin:0}
.egz6flb .mq66qm~.gnd1519,
.egz6flb .fq3ecc~.gnd1519{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.egz6flb .mq66qm~.gnd1519 .mlogb,
.egz6flb .fq3ecc~.gnd1519 .mlogb{justify-content:flex-start}
.mq66qm~.gnd1519,.fq3ecc~.gnd1519{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}
.mq66qm~.gnd1519 .mlogb{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fq3ecc~.gnd1519 .mlogb{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ywezfe .mlogb{margin:0 0 12px}
.mlogb{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ign1{white-space:nowrap}
.s7r5lp6z .ign1{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.cbj2qfd9 .ign1{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.jtoltoo8 .mlogb{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.fr2o7dv .ign1{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.zic233j .ign1{color: var(--accent-light);opacity:1;font-weight:500}
.a1ws4 .ign1{border-bottom:1px solid currentColor;padding-bottom:2px}
.wlreye9x .mlogb{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.h9t7haio{--date-bg:transparent}
.nxoxi .xhv2s8::before{content:""}
.ou3smsr .ign1 + .ign1::before{content:"•";margin-right:6px;opacity:.4}
.so6z5 .ign1 + .ign1::before{content:"/";margin-right:6px;opacity:.35}
.mze2 .ign1 + .ign1::before{content:"|";margin-right:6px;opacity:.3}
.zxpuv .ign1 + .ign1::before{content:"—";margin-right:6px;opacity:.3}
.jw0ysm .ign1 + .ign1::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.vauj .ign1 + .ign1::before{content:"·";margin-right:6px;opacity:.4}
.uphiiwb .ign1 + .ign1::before{content:"›";margin-right:6px;opacity:.4}
.oie4 .ign1 + .ign1::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.dlw4h8{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.fztc{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.r42x{display:flex;flex-direction:column;gap:3px}
.pqnp6scb{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.rdz94q8z{font-weight:700;font-size:1rem;color:var(--text-heading)}
.arr7{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.bdtrm .dlw4h8{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.y0fq .dlw4h8{border-top:3px solid var(--accent);padding-top:18px}
.dcfgsygy .dlw4h8{border-left:3px solid var(--accent);border-radius:0}
.h8dwe .dlw4h8{padding:20px 0}
@media(max-width:640px){
  .dlw4h8{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .arr7{max-width:100%}
}
.arkxi .chw3b7p{margin:0}
@media (max-width:560px){
  .wetn06h4{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) {
  .a5go41r8 { padding: 28px 18px 20px; }
  .ospf { font-size: 1.2rem; }
  .vadt4a { max-width: 220px; max-height: 80px; }
}
.gomv4 .ln06 { border-radius: 22px; }
.g07h .pe3fs {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ln06 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.oarvf {
  margin: 28px 0 24px;
}
.oarvf .ahn4e2iw {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.oarvf .rkmx4c0 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.oarvf .pe3fs {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .jjzf { flex-direction: row-reverse; }
[dir="rtl"] .qzyd3fxm { flex-direction: row-reverse; }
[dir="rtl"] .q0rkl3 .ywgjmsm { right: auto; left: 32px; }
[dir="rtl"] .c0yi60g  .ywgjmsm { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .q0rkl3 .ywgjmsm { right: auto; left: 20px; }
  [dir="rtl"] .c0yi60g  .ywgjmsm { left: auto;  right: 20px; }
}
[dir="rtl"] .akmt1jyp .sng2y  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .tjrucy .sng2y { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ltkrizz4, [dir="rtl"] .vcjs9eoq { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .cjy8n { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .g0fi66g8 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .y6xfi10h { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .pe3fs { direction: rtl; }
[dir="rtl"] .ca2l { direction: rtl; }
[dir="rtl"] .iheyxu { direction: rtl; }
[dir="rtl"] .cuunaz4 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .b049c8p .vcjs9eoq,
[dir="rtl"] .wxypo .vcjs9eoq,
[dir="rtl"] .ogz9p .vcjs9eoq,
[dir="rtl"] .z9bfiv .vcjs9eoq {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .b049c8p .vcjs9eoq li::before,
[dir="rtl"] .wxypo .vcjs9eoq li::before,
[dir="rtl"] .ogz9p .vcjs9eoq li::before,
[dir="rtl"] .z9bfiv .vcjs9eoq li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .r0bshqfr.qlsi .zlugl7pj,
[dir="rtl"] .jek0t.qlsi .zlugl7pj,
[dir="rtl"] .ztp4.qlsi .zlugl7pj,
[dir="rtl"] .f90czu.qlsi .zlugl7pj,
[dir="rtl"] .gsz7dsd.qlsi .zlugl7pj { text-align: right; }
[dir="rtl"] .mq66qm.qlsi .w6fffkul { align-items: flex-end; text-align: right; }
[dir="rtl"] .rkmx4c0,
[dir="rtl"] .zp5a,
[dir="rtl"] .xtjo7hf,
[dir="rtl"] .a06lhneg,
[dir="rtl"] .zlugl7pj { text-align: right; }
[dir="rtl"] .aodfc,
[dir="rtl"] .xmfvj,
[dir="rtl"] .utn6i,
[dir="rtl"] .sbrb9i,
[dir="rtl"] .ss14 { text-align: right; direction: rtl; }
[dir="rtl"] .ypa0 .sbrb9i,
[dir="rtl"] .u4vz .sbrb9i { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #69285b;
  --brand:           #69285b;
  --brand-light:     #502647;
  --brand-pale:      #6a4061;
  --grad-start:      #ab4194;
  --grad-end:        #b970aa;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #69285b;
  --cta-light:       #4e1a42;
  --cta-hover:       #3c1734;
  --bg-page:         #f7f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f5;
  --bg-raised:       #f0eef0;
  --bg-hover:        #f5f4f5;
  --border:          #e7e3e6;
  --border-alt:      #dad1d8;
  --border-section:  #e7e3e6;
  --text-primary:    #1a181a;
  --text-muted:      #5e545b;
  --text-body:       #353034;
  --text-sub:        #50484e;
  --text-faint:      #867883;
  --text-dim:        #9e939c;
  --text-label:      #6b6069;
  --text-value:      #433c41;
  --accent-bg:       #ede7ec;
  --accent-bg-light: #e4d2e0;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f1f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f4;
  --c-pros:          #1f837b;
  --c-cons:          #9f2130;
  --c-pros-label:    #259c92;
  --c-tip-border:    #29aca2;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1f837b;
}
:root { --logo-bg-opacity: 41%; }
body, button, input { font-family: "Inter", sans-serif; }
.e6jyeasg .ssq4rbi { font-size: 0; width: 1.2rem; flex-shrink: 0; }.e6jyeasg .ssq4rbi::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.e6jyeasg .dcfyb     .ssq4rbi::before { content: "";  color: var(--c-tip-border); }.e6jyeasg .nco28 .ssq4rbi::before { content: ""; color: var(--c-warn-border); }.e6jyeasg .trmg    .ssq4rbi::before { content: ""; color: #60a5fa; }.svwrbce0 .e6jyeasg .dcfyb     .ssq4rbi::before { color: #10b981; }.svwrbce0 .e6jyeasg .nco28 .ssq4rbi::before { color: #f43f5e; }.svwrbce0 .e6jyeasg .trmg    .ssq4rbi::before { color: #a855f7; }.wgrn93  .e6jyeasg .dcfyb     .ssq4rbi::before { color: #eab308; }.wgrn93  .e6jyeasg .nco28 .ssq4rbi::before { color: #ef4444; }.wgrn93  .e6jyeasg .trmg    .ssq4rbi::before { color: #f97316; }.i34mxto  .e6jyeasg .dcfyb     .ssq4rbi::before { color: #38bdf8; }.i34mxto  .e6jyeasg .nco28 .ssq4rbi::before { color: #818cf8; }.i34mxto  .e6jyeasg .trmg    .ssq4rbi::before { color: #2dd4bf; }.z1fmzjbb .e6jyeasg .ssq4rbi::before { color: var(--accent-light) !important; }
.dhg0 .qw4ve, .dhg0 .mq66qm { min-height: 320px; }
.sgz1w9 .yhtyyn::after, .sgz1w9 .z7dhtq8::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; }
.j1taro .qmq2uphy::after,.j1taro .ywgjmsm::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; }
.zq7thm::before { content: '·'; font-size: 1.3em; line-height: 1; }