:root {
  --color-accent: #3207bb;
  --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;
}
.kngy5y {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.cwgg {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.s95p9f54 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.b0l9 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.f2ft7vql { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.f2ft7vql a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.f2ft7vql a:hover { color: var(--accent-light); }
.hl8o   .p824h8 { border-radius: 0; }
.cffz5qm .p824h8 li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .p824h8 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .fqvpmr:hover .p824h8,
  .fqvpmr:focus-within .p824h8 { display: block; }
  .p824h8 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.wxewwwa {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.g4ih { display: none; }
@media (max-width: 640px) {
  .g4ih {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .g4ih.qfr52vo6 { display: block; }
}
@media (max-width: 640px) {
  .wxewwwa { display: block; }
  .f2ft7vql > li + li::before { display: none !important; }
  .f2ft7vql {
    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;
  }
  .f2ft7vql.qfr52vo6 { display: flex; }
  .f2ft7vql li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .f2ft7vql li:last-child a { border-bottom: none; }
}
.sixlg { min-height: 480px; }
.c0fw {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.xnpd0d { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.x9dz8lfv .xnpd0d { margin-left: 0; margin-right: 0; }
.xci76hf6 {
  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;
}
.x3c2 .xci76hf6 { margin-top: 24px; }
.xci76hf6:hover { opacity: 0.88; }
.r0zofzp5 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.ixxww {
  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%);
}
.r0zofzp5 .elqh {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.r0zofzp5 .c0fw { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.r0zofzp5 .xnpd0d { color: #e2e8f0; }
.r0zofzp5.rc7e1x6 .elqh { text-align: center; }
.r0zofzp5.x9dz8lfv   .elqh { text-align: left; }
.yk15hz .elqh {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.yk15hz .c0fw { color: var(--text-primary); text-shadow: none; }
.yk15hz .xnpd0d { color: var(--text-muted); }
.yk15hz .xci76hf6 { margin-top: 16px; }
.yk15hz, .yk15hz.sixlg { min-height: auto !important; }
.yk15hz.rc7e1x6 .elqh { text-align: center; }
.yk15hz.x9dz8lfv   .elqh { text-align: left; }
.yk15hz~.ozc2mjnu{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}
.yk15hz~.ozc2mjnu .bpmv{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}
.hvsdf {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.rfucp5 .hvsdf,
.rfucp5 .hvsdf::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.t23gny5m .hvsdf,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.avhz6uxz .hvsdf,
.avhz6uxz .r0zofzp5 .ixxww {
  overflow: hidden;
}
.avhz6uxz .hvsdf::after,
.avhz6uxz .r0zofzp5 .ixxww::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%); }
}
.wrvu65v9 .hvsdf,
.wrvu65v9 .hvsdf::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); }
}
.wrvu65v9 .r0zofzp5 .ixxww {
  overflow: hidden;
}
.wrvu65v9 .r0zofzp5 .ixxww::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;
}
.miahbx0 .hvsdf,
.miahbx0 .r0zofzp5 .ixxww {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.rfucp5 .r0zofzp5 .ixxww {
  overflow: hidden;
}
.rfucp5 .r0zofzp5 .ixxww::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;
}
.t23gny5m .r0zofzp5 .ixxww {
  animation: hg-breathe 10s ease-in-out infinite;
}
.hvsdf .ixxww {
  background: none;
}
.hvsdf .c0fw { color: #fff; }
.hvsdf .xnpd0d { color: rgba(255,255,255,0.85); }
.hvsdf .xci76hf6 { background: #fff; color: var(--cta); }
.hvsdf .xci76hf6:hover { opacity: 0.92; }
.a59ntk .c0fw { text-shadow: none; color: var(--text-primary); }
.a59ntk .xnpd0d { color: var(--text-muted); }
body.awc0nl7 .c0fw {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.b25d8r0l .c0fw {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.sixlg.hvsdf .c0fw,
section.hvsdf .c0fw {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.a59ntk.x9dz8lfv   .fvfm2 { align-items: flex-start; text-align: left; }
.sixlg .sy0u {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.sy0u .dpba.gesj18ha {
  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;
}
.sy0u .dpba.gesj18ha:hover { opacity: 0.85; }
.iqh9us .elqh { padding-bottom: 24px; }
.x3c2 .elqh { max-width: 1100px; }
@media (max-width: 700px) {
  .a59ntk { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .a59ntk:not(.mm6u0djc) .u5yqn { display: none !important; }
  .mm6u0djc .u5yqn { padding: 16px; }
  .fvfm2  { padding: 36px 24px; }
  .a59ntk~.ozc2mjnu,.gnae8wix~.ozc2mjnu{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .sixlg, .a59ntk { min-height: 320px !important; }
  .c0fw { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .tamt,
  .mnqc,
  .kuejm3 { grid-template-columns: 1fr !important; }

  

  
  .iqh9us { display: flex !important; flex-direction: column !important; }
  .iqh9us .elqh { display: contents; }
  .iqh9us .ixxww { order: 0; }
  .iqh9us .c0fw { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .iqh9us .tamt { order: 2; padding: 0 16px 12px !important; }
  .iqh9us .xnpd0d { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .x3c2 .elqh { display: flex; flex-direction: column; }
  .x3c2 .elqh .c0fw { order: 1; }
  .x3c2 .elqh .kuejm3 { order: 2; margin: 8px 0 24px !important; }
  .x3c2 .elqh .xnpd0d { order: 3; }
  .x3c2 .elqh .xci76hf6 { order: 4; align-self: center; margin-top: 0; }

  
  .a59ntk.mm6u0djc {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .a59ntk.mm6u0djc .fvfm2 { display: contents; padding: 0; }
  .a59ntk.mm6u0djc .fvfm2 .c0fw { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .a59ntk.mm6u0djc .u5yqn { order: 2; padding: 12px 16px; }
  .a59ntk.mm6u0djc .fvfm2 .xnpd0d { order: 3; padding: 0 24px; margin: 0 auto; }
  .a59ntk.mm6u0djc .fvfm2 .xci76hf6 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.b4c1 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.t3n6n { width: 100%; height: auto; display: block; border-radius: 10px; }
.en727h4n .b4c1        { border-radius: 16px; }
.en727h4n .t3n6n  { border-radius: 16px; }
.h684k1 .b4c1         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.h684k1 .t3n6n   { border-radius: 8px; }
.py2fpc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.yw6khu { width: 100%; padding: 32px 0; position: relative; }
.e1sgtb9g { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ng11le .yw6khu:nth-child(even) { background: var(--bg-surface); }
.ng11le .yw6khu:nth-child(odd)  { background: var(--bg-page); }
.yhnt7c .yw6khu:nth-child(even) { background: var(--bg-card); }
.yhnt7c .yw6khu:nth-child(odd)  { background: var(--bg-page); }
.ng11le .yw6khu:nth-child(odd)  .e1sgtb9g { background: var(--bg-card); border-radius: 6px; }
.ng11le .yw6khu:nth-child(even) .e1sgtb9g { background: var(--bg-raised); border-radius: 6px; }
.yhnt7c .yw6khu:nth-child(odd)  .e1sgtb9g { background: var(--bg-card); border-radius: 6px; }
.yhnt7c .yw6khu:nth-child(even) .e1sgtb9g { background: var(--bg-raised); border-radius: 6px; }
.ng11le .yw6khu:nth-child(even) .lt6l .b3nbu9,
.yhnt7c .yw6khu:nth-child(even) .lt6l .b3nbu9 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ng11le .yw6khu:nth-child(odd) .lt6l .b3nbu9,
.yhnt7c .yw6khu:nth-child(odd) .lt6l .b3nbu9 { background: var(--bg-card-inner); }
.ng11le .yw6khu:nth-child(even) .vbj2 .b3nbu9:nth-child(odd),
.yhnt7c .yw6khu:nth-child(even) .vbj2 .b3nbu9:nth-child(odd)  { background: var(--bg-card); }
.ng11le .yw6khu:nth-child(even) .vbj2 .b3nbu9:nth-child(even),
.yhnt7c .yw6khu:nth-child(even) .vbj2 .b3nbu9:nth-child(even) { background: var(--bg-card-inner); }
h1.jz43 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.jz43 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.kvsmq2 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.t1e257 h2.jz43 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.wxxjxab h2.jz43 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.im4jp6 h2.jz43 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.e72j9 h2.jz43::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.i3lodcbn h2.jz43 {
  color: var(--text-primary); font-size: 1.7rem;
}
.yrulrt h2.jz43::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ggyqz4kj h2.jz43 {
  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;
}
.w3drzs1x { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .w3drzs1x { display: none; } }
.zdrti { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.cewgghfa { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.wtykq9 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.xlf3h { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.dg7tqud { padding-left: 20px; }
.dg7tqud li { margin-bottom: 6px; }
.dg7tqud a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.dg7tqud a:hover { color: var(--accent-light); }
.xlgwgu3j .xlf3h { display: none; }
.bvypyuxs .xlf3h { display: none; }
.bvypyuxs .dg7tqud { padding-left: 0; list-style: none; }
.bvypyuxs .dg7tqud li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.bvypyuxs .dg7tqud a { font-size: 0.92rem; }
.smttbfn1 .wtykq9 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.smttbfn1 .xlf3h { display: none; }
.smttbfn1 .dg7tqud { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.smttbfn1 .dg7tqud li { margin-bottom: 0; }
.smttbfn1 .dg7tqud 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;
}
.smttbfn1 .dg7tqud a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.apjzx .wtykq9 { padding: 20px 20px 16px; }
.apjzx .dg7tqud {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.apjzx .dg7tqud li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.apjzx .dg7tqud 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;
}
.apjzx .dg7tqud 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;
}
.apjzx .dg7tqud a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.apjzx .dg7tqud a:focus,
.apjzx .dg7tqud a:focus-visible,
.apjzx .dg7tqud a:target { outline: none; }
.apjzx .dg7tqud li:target a { border-color: var(--border); color: var(--text-muted); }
.p94h .wtykq9 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.p94h .xlf3h { display: none; }
.p94h .dg7tqud { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.p94h .dg7tqud li { margin-bottom: 0; }
.p94h .dg7tqud li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.p94h .dg7tqud li:last-child::after { content: ""; margin-right: 0; }
.p94h .dg7tqud a { font-size: 0.9rem; }
.b3nbu9 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.lt6l .b3nbu9 { background: var(--bg-card); }
.vbj2 .b3nbu9:nth-child(odd)  { background: var(--bg-card); }
.vbj2 .b3nbu9:nth-child(even) { background: var(--bg-raised); }
.j71ilu .b3nbu9 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.j71ilu .b3nbu9:last-child { border-bottom: none; }
.j71ilu h3.kvsmq2 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.pcmy89 .b3nbu9 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.pcmy89 .b3nbu9 + .b3nbu9 { margin-top: 4px; }
.ziak .b3nbu9 { background: none; border-radius: 0; padding: 12px 0; }
.ziak .b3nbu9 + .b3nbu9 { border-top: 1px solid var(--border-section); }
.fi1z { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.h92mtvll { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.mull { color: var(--text-body); margin-bottom: 10px; }
.ty2s, .tufcqy { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ty2s li, .tufcqy li { margin-bottom: 6px; }
.tufcqy li { list-style: decimal; }
.mkw9n1ni     .ty2s { list-style-type: "● "; }
.yz7dw1q  .ty2s { list-style-type: "■ "; }
.zokao .ty2s { list-style-type: "◆ "; }
.jno25l    .ty2s { list-style-type: "★ "; }
.mkw9n1ni     .oi0k99u { list-style-type: "● "; }
.yz7dw1q  .oi0k99u { list-style-type: "■ "; }
.zokao .oi0k99u { list-style-type: "◆ "; }
.jno25l    .oi0k99u { list-style-type: "★ "; }
.mkw9n1ni    .ty2s li::marker, .mkw9n1ni    .oi0k99u li::marker,
.yz7dw1q .ty2s li::marker, .yz7dw1q .oi0k99u li::marker,
.zokao .ty2s li::marker, .zokao .oi0k99u li::marker,
.jno25l   .ty2s li::marker, .jno25l   .oi0k99u li::marker {
  color: var(--cta); font-size: 1em;
}
.mkw9n1ni .tufcqy,
.yz7dw1q .tufcqy,
.zokao .tufcqy,
.jno25l .tufcqy {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.mkw9n1ni .tufcqy li,
.yz7dw1q .tufcqy li,
.zokao .tufcqy li,
.jno25l .tufcqy li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.mkw9n1ni .tufcqy li::before,
.yz7dw1q .tufcqy li::before,
.zokao .tufcqy li::before,
.jno25l .tufcqy 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;
}
.mkw9n1ni     .tufcqy li::before { border-radius: 50%; }
.yz7dw1q  .tufcqy li::before { border-radius: 3px; }
.zokao .tufcqy li::before { border-radius: 3px; }
.jno25l    .tufcqy li::before { border-radius: 50%; }
.wmfzaln { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.n3wsml .wmfzaln,
.swybpr .wmfzaln { background: transparent; border: none; border-radius: 0; }
.zniu6z7 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.zniu6z7 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.zniu6z7 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.zniu6z7 tr:hover td { background: var(--bg-hover); }
.fiwqzyxi .zniu6z7 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.vhnla4 .zniu6z7 { border: 1px solid var(--border-alt); }
.vhnla4 .zniu6z7 th,
.vhnla4 .zniu6z7 td { border: 1px solid var(--border-alt); }
.efrnd0os .zniu6z7 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.efrnd0os .zniu6z7 td { border-bottom: none; }
.efrnd0os .zniu6z7 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ohl8p .zniu6z7 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.obhr .wmfzaln {
  overflow: hidden;
}
.obhr .zniu6z7 th { border-bottom: 1px solid var(--border-alt); }
.obhr .zniu6z7 tr:last-child td { border-bottom: none; }
.p2a0bi { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.idbyqye { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.migs1 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.p2kovq8h { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.l0n7 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.oi0k99u { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.oi0k99u 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%}
.wdxrl .p2kovq8h { background: transparent; text-align: center; }
.cmr7 .migs1 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.gtzo .migs1 {
  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);
}
.jrmj .idbyqye { display: grid; grid-template-columns: auto 1fr; }
.jrmj .migs1 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.jrmj .p2kovq8h { grid-column: 2; }
.jrmj .l0n7,
.jrmj .oi0k99u { grid-column: 1 / -1; }
.nas529j .idbyqye { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.nas529j .migs1 {
  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);
}
.nas529j .p2kovq8h { grid-column: 2; }
.nas529j .l0n7,
.nas529j .oi0k99u { grid-column: 1 / -1; }
.fbl8vr43 .idbyqye { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.fbl8vr43 .p2kovq8h { background: none; color: var(--accent-light); font-weight: 700; }
.u1t6v48 .idbyqye { 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); }
.u1t6v48 .p2kovq8h { background: none; color: var(--accent-light); font-weight: 700; }
.of5bm .idbyqye { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.of5bm .idbyqye:last-child { border-bottom: none; }
.of5bm .p2kovq8h { background: none; color: var(--accent-light); font-weight: 700; }
.sk1ryd .idbyqye { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.sk1ryd .p2kovq8h { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.zuanfk .p2a0bi { counter-reset: card-n; }
.zuanfk .idbyqye  { counter-increment: card-n; }
.zuanfk .p2kovq8h { display: flex; align-items: center; gap: 10px; }
.zuanfk .p2kovq8h::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;
}
.y0fkao4g .idbyqye { background: var(--bg-surface); border: 1px solid var(--border); }
.y0fkao4g .p2kovq8h { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.j1ydff { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.egmy7ym3  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.qu7b37 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.mjy3u11 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.cicuqt9c { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.j1ydff strong { color: var(--text-primary); font-size: 0.95rem; }
.j1ydff p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.gjk8u9pb { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.lm8sxy, .dgvpzkpd { border-radius: 8px; padding: 14px; }
.lm8sxy { background: var(--bg-pros); }
.dgvpzkpd { background: var(--bg-cons); }
.q5s132 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.lm8sxy .q5s132 { color: var(--c-pros-label); }
.dgvpzkpd .q5s132 { color: #f87171; }
.lm8sxy ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dgvpzkpd ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.t3n6n { width: 100%; height: auto; border-radius: 10px; display: block; }
.gesj18ha {
  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;
}
.gesj18ha:hover { opacity: 0.85; }
.rlbc .gesj18ha  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.rlbc .gesj18ha:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.rr0s4 .gesj18ha  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.rr0s4 .gesj18ha:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pa11dt .xci76hf6 { border-radius: 50px; }
.pa11dt .gesj18ha  { border-radius: 50px; }
.vwrlt9op .xci76hf6 { padding-left: 22px; padding-right: 22px; }
.vwrlt9op .gesj18ha  { padding-left: 12px; padding-right: 12px; }
.jmpkwle .xci76hf6 { padding-left: 44px; padding-right: 44px; }
.jmpkwle .gesj18ha  { padding-left: 24px; padding-right: 24px; }
.ar2orthk .xci76hf6 { padding-left: 56px; padding-right: 56px; }
.ar2orthk .gesj18ha  { padding-left: 32px; padding-right: 32px; }
.bfaix61   .xci76hf6::after, .bfaix61   .gesj18ha::after,
.av02 .xci76hf6::after, .av02 .gesj18ha::after,
.irlg0w4    .xci76hf6::after, .irlg0w4    .gesj18ha::after,
.q3kiaw6    .xci76hf6::after, .q3kiaw6    .gesj18ha::after,
.mra2645    .xci76hf6::after, .mra2645    .gesj18ha::after,
.uut4dd     .xci76hf6::after, .uut4dd     .gesj18ha::after,
.f1jt0k    .xci76hf6::after, .f1jt0k    .gesj18ha::after,
.gyr8   .xci76hf6::after, .gyr8   .gesj18ha::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;
}
.bfaix61 .xci76hf6::after, .bfaix61 .gesj18ha::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");
}
.av02 .xci76hf6::after, .av02 .gesj18ha::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");
}
.irlg0w4 .xci76hf6::after, .irlg0w4 .gesj18ha::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");
}
.q3kiaw6 .xci76hf6::after, .q3kiaw6 .gesj18ha::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");
}
.mra2645 .xci76hf6::after, .mra2645 .gesj18ha::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");
}
.uut4dd .xci76hf6::after, .uut4dd .gesj18ha::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");
}
.f1jt0k .xci76hf6::after, .f1jt0k .gesj18ha::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");
}
.gyr8 .xci76hf6::after, .gyr8 .gesj18ha::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");
}
.yckm   .s8ky2::after, .yckm   .z2oq::after,
.rhwdx .s8ky2::after, .rhwdx .z2oq::after,
.usnymdg0    .s8ky2::after, .usnymdg0    .z2oq::after,
.jruv    .s8ky2::after, .jruv    .z2oq::after,
.dybhkg    .s8ky2::after, .dybhkg    .z2oq::after,
.yrolv2k     .s8ky2::after, .yrolv2k     .z2oq::after,
.v4oib7s    .s8ky2::after, .v4oib7s    .z2oq::after,
.pw96n0l   .s8ky2::after, .pw96n0l   .z2oq::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;
}
.yckm .s8ky2::after, .yckm .z2oq::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");
}
.rhwdx .s8ky2::after, .rhwdx .z2oq::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");
}
.usnymdg0 .s8ky2::after, .usnymdg0 .z2oq::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");
}
.jruv .s8ky2::after, .jruv .z2oq::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");
}
.dybhkg .s8ky2::after, .dybhkg .z2oq::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");
}
.yrolv2k .s8ky2::after, .yrolv2k .z2oq::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");
}
.v4oib7s .s8ky2::after, .v4oib7s .z2oq::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");
}
.pw96n0l .s8ky2::after, .pw96n0l .z2oq::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");
}
.dpba.gesj18ha {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .a559r8 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .a559r8::before    { grid-area: rank;   }
  .k8kz           { grid-area: ident;  }
  .ht7dj0yz     { grid-area: rating; min-width: 0; width: auto; }
  .u4kv           { grid-area: pills;  }
  .dpba             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .a559r8 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .a559r8::before    { justify-self: center; }
  .k8kz           { width: 100%; }
  .ht7dj0yz     { justify-self: center; }
  .u4kv           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .cz87hv .sfi4q {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .cz87hv .v6zza8 { margin: 0; }
}
.swybpr .gjk8u9pb { gap: 10px; }
.swybpr .lm8sxy, .swybpr .dgvpzkpd { padding: 12px; }
.swybpr .lm8sxy ul, .swybpr .dgvpzkpd ul { margin: 4px 0 0; padding-left: 18px; }
.swybpr .lm8sxy li, .swybpr .dgvpzkpd li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .elx0a5 { grid-template-columns: 1fr; }
  .oo1dc7f { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .oo1dc7f .yao56aq { width: 72px; height: 50px; }
  .oo1dc7f .yb5l2 { max-width: 180px; }
  .oo1dc7f .oog72 { width: auto; }
}
@media (max-width: 720px) {
  .zy886d { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .vhfnohiw { padding: 16px; }
  .d7wf .e7b7u { min-width: 50%; }
}
.qli8403 .gjk8u9pb { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .mx1f { grid-template-columns: 1fr; }
  .k3k28fl3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .jfz7kwbj { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .wlhz { flex-wrap: wrap; padding: 16px; }
}
.gtnf9a .gjk8u9pb { gap: 8px; }
.gtnf9a .lm8sxy, .gtnf9a .dgvpzkpd { padding: 8px; }
@media (max-width: 480px) {
  .r2tk92 { flex-direction: column; align-items: stretch; }
}
.bpd2 .oog72 .gesj18ha { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .decpzo { flex-direction: column; align-items: stretch; gap: 10px; }
  .bpd2 .oog72 { text-align: center; }
}
@media (max-width: 720px) {
  .mwyu { grid-template-columns: 1fr; }
  .xstq { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .w5qjfs { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .unwu5 { grid-template-columns: 1fr; }
  .p8xyh { width: 100px; height: 100px; margin: 16px auto; }
  .jey4u0v { font-size: 1.4rem; }
  .e4p4 { justify-content: center; }
  .momygap .e7b7u { min-width: 50%; }
}
.rwlgdel .gjk8u9pb { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .afv7z { flex-wrap: wrap; padding: 14px 16px; }
  .zs09pg0 { padding: 12px 16px; }
  .rwlgdel .gjk8u9pb { margin: 0 16px; }
  .rwlgdel .klln9k { padding: 0 16px; }
  .zikdguwk { padding: 12px 16px; }
}
.dwkx .eh40k1v { gap: 18px; }
.dwkx .a559r8 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.dwkx .a559r8:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.otw9qi23 { margin: 16px 0; }
.iygj83 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.iygj83 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.iygj83 summary::after { content: "+"; color: var(--accent-light); }
.iygj83[open] summary::after { content: "−"; }
.iygj83 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.yw6khu { margin-bottom: 0; }
.nfy039 h2.jz43 { color: var(--text-primary); border-color: var(--accent-light); }
.cetu09 h2.jz43 { color: var(--text-primary); border-color: var(--accent-light); }
.qx4f8g .egmy7ym3     { background: #052e16; border-color: #10b981; }
.qx4f8g .qu7b37 { background: #2d0a1e; border-color: #f43f5e; }
.qx4f8g .mjy3u11    { background: #1e1036; border-color: #a855f7; }
.qx4f8g .j1ydff strong  { color: #f1f5f9; }
.qx4f8g .j1ydff p       { color: #cbd5e1; }
.qx4f8g .p1tfqo6    .egmy7ym3     .cicuqt9c::before,
.qx4f8g .tqdz  .egmy7ym3     .cicuqt9c::before,
.qx4f8g .y2bmfsm  .egmy7ym3     .cicuqt9c::before,
.qx4f8g .hzfdj .egmy7ym3     .cicuqt9c::before { color: #10b981; }
.qx4f8g .p1tfqo6    .qu7b37 .cicuqt9c::before,
.qx4f8g .tqdz  .qu7b37 .cicuqt9c::before,
.qx4f8g .y2bmfsm  .qu7b37 .cicuqt9c::before,
.qx4f8g .hzfdj .qu7b37 .cicuqt9c::before { color: #f43f5e; }
.qx4f8g .p1tfqo6    .mjy3u11    .cicuqt9c::before,
.qx4f8g .tqdz  .mjy3u11    .cicuqt9c::before,
.qx4f8g .y2bmfsm  .mjy3u11    .cicuqt9c::before,
.qx4f8g .hzfdj .mjy3u11    .cicuqt9c::before { color: #a855f7; }
.vf9p .egmy7ym3     { background: #2d2000; border-color: #eab308; }
.vf9p .qu7b37 { background: #2d0b0b; border-color: #ef4444; }
.vf9p .mjy3u11    { background: #2d1600; border-color: #f97316; }
.vf9p .j1ydff strong  { color: #f1f5f9; }
.vf9p .j1ydff p       { color: #cbd5e1; }
.vf9p .p1tfqo6    .egmy7ym3     .cicuqt9c::before,
.vf9p .tqdz  .egmy7ym3     .cicuqt9c::before,
.vf9p .y2bmfsm  .egmy7ym3     .cicuqt9c::before,
.vf9p .hzfdj .egmy7ym3     .cicuqt9c::before { color: #eab308; }
.vf9p .p1tfqo6    .qu7b37 .cicuqt9c::before,
.vf9p .tqdz  .qu7b37 .cicuqt9c::before,
.vf9p .y2bmfsm  .qu7b37 .cicuqt9c::before,
.vf9p .hzfdj .qu7b37 .cicuqt9c::before { color: #ef4444; }
.vf9p .p1tfqo6    .mjy3u11    .cicuqt9c::before,
.vf9p .tqdz  .mjy3u11    .cicuqt9c::before,
.vf9p .y2bmfsm  .mjy3u11    .cicuqt9c::before,
.vf9p .hzfdj .mjy3u11    .cicuqt9c::before { color: #f97316; }
.s6xsr .egmy7ym3     { background: #0c1a2e; border-color: #38bdf8; }
.s6xsr .qu7b37 { background: #12103a; border-color: #818cf8; }
.s6xsr .mjy3u11    { background: #0a2020; border-color: #2dd4bf; }
.s6xsr .j1ydff strong  { color: #f1f5f9; }
.s6xsr .j1ydff p       { color: #cbd5e1; }
.s6xsr .p1tfqo6    .egmy7ym3     .cicuqt9c::before,
.s6xsr .tqdz  .egmy7ym3     .cicuqt9c::before,
.s6xsr .y2bmfsm  .egmy7ym3     .cicuqt9c::before,
.s6xsr .hzfdj .egmy7ym3     .cicuqt9c::before { color: #38bdf8; }
.s6xsr .p1tfqo6    .qu7b37 .cicuqt9c::before,
.s6xsr .tqdz  .qu7b37 .cicuqt9c::before,
.s6xsr .y2bmfsm  .qu7b37 .cicuqt9c::before,
.s6xsr .hzfdj .qu7b37 .cicuqt9c::before { color: #818cf8; }
.s6xsr .p1tfqo6    .mjy3u11    .cicuqt9c::before,
.s6xsr .tqdz  .mjy3u11    .cicuqt9c::before,
.s6xsr .y2bmfsm  .mjy3u11    .cicuqt9c::before,
.s6xsr .hzfdj .mjy3u11    .cicuqt9c::before { color: #2dd4bf; }
.kh6l .egmy7ym3     { background: var(--accent-bg); border-color: var(--accent-light); }
.kh6l .qu7b37 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.kh6l .mjy3u11    { background: var(--accent-bg); border-color: var(--accent-pale); }
.kh6l .p1tfqo6    .cicuqt9c::before,
.kh6l .tqdz  .cicuqt9c::before,
.kh6l .y2bmfsm  .cicuqt9c::before,
.kh6l .hzfdj .cicuqt9c::before { color: var(--accent-light) !important; }
.z13h::before,
.pd8q2wqr::before { margin-right: 5px; }
.sjpi2u .lm8sxy ul li,
.sjpi2u .lm8sxy .z13h { color: #22c55e; }
.sjpi2u .dgvpzkpd ul li,
.sjpi2u .dgvpzkpd .pd8q2wqr { color: #ef4444; }
.wres85d .lm8sxy { background: var(--bg-pros); }
.wres85d .dgvpzkpd { background: var(--bg-cons); }
.wres85d .lm8sxy .z13h { color: var(--c-pros-label); }
.wres85d .dgvpzkpd .pd8q2wqr { color: var(--c-cons); }
.wres85d .lm8sxy ul li,
.wres85d .sh2bz li            { color: var(--c-pros); }
.wres85d .dgvpzkpd ul li,
.wres85d .uv214c li            { color: var(--c-cons); }
.xe4ayvf .lm8sxy { background: var(--bg-pros); }
.xe4ayvf .dgvpzkpd { background: var(--bg-cons); }
.xe4ayvf .lm8sxy .z13h { color: var(--c-pros-label); }
.xe4ayvf .dgvpzkpd .pd8q2wqr { color: var(--c-cons); }
.xe4ayvf .lm8sxy ul li,
.xe4ayvf .dgvpzkpd ul li,
.mxq2e .z13h::before { content: "✓ "; }
.mxq2e .pd8q2wqr::before { content: "✗ "; }
.oxrpnjv .z13h::before { content: "→ "; }
.oxrpnjv .pd8q2wqr::before { content: "← "; }
.ne27 .z13h::before { content: "★ "; }
.ne27 .pd8q2wqr::before { content: "✕ "; }
.kvsvd .z13h::before { content: "◆ "; }
.kvsvd .pd8q2wqr::before { content: "▲ "; }
.ug662d .j1ydff { background: transparent; border-left: none; border: 1.5px solid; }
.ug662d .egmy7ym3     { border-color: var(--c-tip-border); }
.ug662d .qu7b37 { border-color: var(--c-warn-border); }
.ug662d .mjy3u11    { border-color: #60a5fa; }
.ug662d .j1ydff strong { color: var(--text-primary); }
.ug662d .j1ydff p      { color: var(--text-muted); }
.mowmdgnv .j1ydff { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.mowmdgnv .egmy7ym3     { border-top-color: var(--c-tip-border); }
.mowmdgnv .qu7b37 { border-top-color: var(--c-warn-border); }
.mowmdgnv .mjy3u11    { border-top-color: #60a5fa; }
.idmhar .j1ydff { border-left: none; border-radius: 8px; }
.idmhar .egmy7ym3     { background: #065f46; }
.idmhar .qu7b37 { background: #92400e; }
.idmhar .mjy3u11    { background: #1e3a8a; }
.idmhar .j1ydff strong,
.idmhar .j1ydff p { color: #fff; }
.idmhar .cicuqt9c::before { color: rgba(255,255,255,0.85) !important; }
.qx4f8g.idmhar .egmy7ym3,
.qx4f8g .idmhar .egmy7ym3     { background: #052e16; }
.qx4f8g.idmhar .qu7b37,
.qx4f8g .idmhar .qu7b37 { background: #2d0a1e; }
.qx4f8g.idmhar .mjy3u11,
.qx4f8g .idmhar .mjy3u11    { background: #1e1036; }
.vf9p.idmhar .egmy7ym3,
.vf9p .idmhar .egmy7ym3      { background: #2d2000; }
.vf9p.idmhar .qu7b37,
.vf9p .idmhar .qu7b37  { background: #2d0b0b; }
.vf9p.idmhar .mjy3u11,
.vf9p .idmhar .mjy3u11     { background: #2d1600; }
.s6xsr.idmhar .egmy7ym3,
.s6xsr .idmhar .egmy7ym3      { background: #0c1a2e; }
.s6xsr.idmhar .qu7b37,
.s6xsr .idmhar .qu7b37  { background: #12103a; }
.s6xsr.idmhar .mjy3u11,
.s6xsr .idmhar .mjy3u11     { background: #0a2020; }
.sf0cmpmj .j1ydff { border-left: none; border-radius: 6px; padding: 10px 14px; }
.sf0cmpmj .egmy7ym3     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.sf0cmpmj .qu7b37 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.sf0cmpmj .mjy3u11    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.sf0cmpmj .j1ydff strong { color: var(--text-primary); }
.sf0cmpmj .j1ydff p      { color: var(--text-muted); }
.j0kjsgf .j1ydff { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.p1tfqo6 .cicuqt9c,
.tqdz .cicuqt9c,
.y2bmfsm .cicuqt9c,
.hzfdj .cicuqt9c { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.p1tfqo6 .cicuqt9c::before,
.tqdz .cicuqt9c::before,
.y2bmfsm .cicuqt9c::before,
.hzfdj .cicuqt9c::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.p1tfqo6 .egmy7ym3     .cicuqt9c::before { content: "✦"; color: var(--c-tip-border); }
.p1tfqo6 .qu7b37 .cicuqt9c::before { content: "▲"; color: var(--c-warn-border); }
.p1tfqo6 .mjy3u11    .cicuqt9c::before { content: "◉"; color: #60a5fa; }
.tqdz .egmy7ym3     .cicuqt9c::before { content: "★"; color: var(--c-tip-border); }
.tqdz .qu7b37 .cicuqt9c::before { content: "◆"; color: var(--c-warn-border); }
.tqdz .mjy3u11    .cicuqt9c::before { content: "●"; color: #60a5fa; }
.y2bmfsm .egmy7ym3     .cicuqt9c::before { content: "▶"; color: var(--c-tip-border); }
.y2bmfsm .qu7b37 .cicuqt9c::before { content: "■"; color: var(--c-warn-border); }
.y2bmfsm .mjy3u11    .cicuqt9c::before { content: "▸"; color: #60a5fa; }
.hzfdj .egmy7ym3     .cicuqt9c::before { content: "→"; color: var(--c-tip-border); }
.hzfdj .qu7b37 .cicuqt9c::before { content: "⬥"; color: var(--c-warn-border); }
.hzfdj .mjy3u11    .cicuqt9c::before { content: "◈"; color: #60a5fa; }
.rofcpjo .lt6l .b3nbu9,
.rofcpjo .vbj2 .b3nbu9  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.rofcpjo .idbyqye                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.rofcpjo .wmfzaln          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rofcpjo .wtykq9                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.gx9lxtnm .lt6l .b3nbu9,
.gx9lxtnm .vbj2 .b3nbu9,
.gx9lxtnm .idbyqye,
.gx9lxtnm .a559r8,
.gx9lxtnm .v6zza8,
.gx9lxtnm .wmfzaln,
.gx9lxtnm .wtykq9,
.gx9lxtnm .j0kjsgf .j1ydff { box-shadow: none; }
.an3dlb5   .mull, .an3dlb5 .fi1z, .an3dlb5 .h92mtvll,
.an3dlb5   .zdrti, .an3dlb5 .cewgghfa { font-size: 0.9rem; }
.an3dlb5   .ty2s, .an3dlb5 .tufcqy { font-size: 0.9rem; }
.qcqj   .mull, .qcqj .fi1z, .qcqj .h92mtvll,
.qcqj   .zdrti, .qcqj .cewgghfa { font-size: 0.95rem; }
.qcqj   .ty2s, .qcqj .tufcqy { font-size: 0.95rem; }
.ihvb1oa   .mull, .ihvb1oa .fi1z, .ihvb1oa .h92mtvll,
.ihvb1oa   .zdrti, .ihvb1oa .cewgghfa { font-size: 1.08rem; }
.ihvb1oa   .ty2s, .ihvb1oa .tufcqy { font-size: 1.05rem; }
.ihvb1oa   .zniu6z7 { font-size: 0.97rem; }
.qzozm .c0fw      { font-size: 3.2rem; }
.qzozm h2.jz43 { font-size: 1.9rem; }
.qzozm h3.kvsmq2     { font-size: 1.4rem; }
.n8tg .c0fw      { font-size: 3.8rem; }
.n8tg h2.jz43 { font-size: 2.2rem; }
.n8tg h3.kvsmq2     { font-size: 1.6rem; }
.yw6khu + .yw6khu { position: relative; }
.ntrlt2b   .yw6khu + .yw6khu::before,
.h9td  .yw6khu + .yw6khu::before,
.yrh5kw   .yw6khu + .yw6khu::before,
.r72op4b9   .yw6khu + .yw6khu::before,
.oyrga58   .yw6khu + .yw6khu::before,
.pu7t .yw6khu + .yw6khu::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ntrlt2b .yw6khu + .yw6khu::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.h9td .yw6khu + .yw6khu::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.yrh5kw .yw6khu + .yw6khu::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;
}
.r72op4b9 .yw6khu + .yw6khu::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.s9k7hc5 .yw6khu { margin-bottom: 16px; }
.s9k7hc5 .yw6khu + .yw6khu { margin-top: 0; }
.s9k7hc5 .e1sgtb9g { padding-top: 0; padding-bottom: 0; }
.oyrga58 .yw6khu + .yw6khu::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.pu7t .yw6khu + .yw6khu::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.tg5jl .yw6khu + .yw6khu::before,
.xdawq .yw6khu + .yw6khu::before,
.e83b3 .yw6khu + .yw6khu::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%;
}
.ng11le .tg5jl .yw6khu:nth-child(even)::before,
.ng11le .xdawq .yw6khu:nth-child(even)::before,
.ng11le .e83b3 .yw6khu:nth-child(even)::before { background: var(--bg-surface); }
.yhnt7c .tg5jl .yw6khu:nth-child(even)::before,
.yhnt7c .xdawq .yw6khu:nth-child(even)::before,
.yhnt7c .e83b3 .yw6khu:nth-child(even)::before { background: var(--bg-card); }
.tg5jl .yw6khu + .yw6khu::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");
}
.xdawq .yw6khu + .yw6khu::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");
}
.e83b3 .yw6khu + .yw6khu::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");
}
.i689z .r0zofzp5,
.vg4x .r0zofzp5,
.e0ejo .r0zofzp5 { overflow: hidden; }
.i689z .elqh,
.vg4x .elqh { margin-bottom: 60px; }
.e0ejo .elqh { margin-bottom: 70px; }
.e0ejo .fvfm2 { padding-bottom: 70px; }
.i689z .r0zofzp5::before,
.vg4x .r0zofzp5::before,
.e0ejo .r0zofzp5::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%;
}
.i689z .r0zofzp5::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");
}
.vg4x .r0zofzp5::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");
}
.e0ejo .r0zofzp5::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");
}
.w08ytva .r0zofzp5:not(.hvsdf) .ixxww { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.igvv .r0zofzp5:not(.hvsdf) .ixxww { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.pl9w  .r0zofzp5:not(.hvsdf) .ixxww { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.k93qoo2  .r0zofzp5:not(.hvsdf) .ixxww { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.w08ytva .hvsdf { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.igvv .hvsdf { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.pl9w .hvsdf { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.pl9w .fhxp1c { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.pl9w .a59ntk { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.k93qoo2 .hvsdf { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.cbhw .hvsdf { background: var(--accent); }
.cbhw .hvsdf .ixxww { background: none; }
.cbhw .r0zofzp5:not(.hvsdf) .ixxww { background: rgba(0,0,0,0.6); }
.d2ijl6p .b4c1 { float: left; width: 38%; margin: 0 28px 16px 0; }
.d2ijl6p .b4c1 .t3n6n { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.d2ijl6p .e1sgtb9g::after { content: ''; display: block; clear: both; }
.afpc .b4c1 { float: right; width: 38%; margin: 0 0 16px 28px; }
.afpc .b4c1 .t3n6n { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.afpc .e1sgtb9g::after { content: ''; display: block; clear: both; }
.cbcqy4 .yw6khu:nth-child(odd)  .b4c1 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.cbcqy4 .yw6khu:nth-child(even) .b4c1 { float: right; width: 38%; margin: 0 0 16px 28px; }
.cbcqy4 .b4c1 .t3n6n { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cbcqy4 .e1sgtb9g::after { content: ''; display: block; clear: both; }
.d2ijl6p .p2a0bi,
.afpc .p2a0bi,
.afpc .eh40k1v,
.cbcqy4 .p2a0bi,
@media (max-width: 900px) {
  .d2ijl6p .b4c1,
  .afpc .b4c1,
  .cbcqy4 .yw6khu:nth-child(odd)  .b4c1,
  .cbcqy4 .yw6khu:nth-child(even) .b4c1 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .d2ijl6p .b4c1 .t3n6n,
  .afpc .b4c1 .t3n6n,
  .cbcqy4 .b4c1 .t3n6n {
    max-height: none !important;
  }
}
.d2ijl6p .ty2s,
.d2ijl6p .tufcqy,
.afpc .ty2s,
.afpc .tufcqy,
.cbcqy4 .ty2s,
.cbcqy4 .tufcqy { overflow: hidden; }
@media (max-width: 640px) {
  .d2ijl6p .b4c1,
  .afpc .b4c1,
  .cbcqy4 .b4c1 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.sqd41r6d .py2fpc,
.sqd41r6d .e1sgtb9g,
.sqd41r6d .zzt1  { max-width: 1100px; }
.z6c89l .py2fpc,
.z6c89l .e1sgtb9g,
.z6c89l .zzt1  { max-width: 1200px; }
.z6c89l { --content-mw: 1200px; }
.l7ws .py2fpc,
.l7ws .e1sgtb9g,
.l7ws .zzt1  { max-width: 1320px; }
.wgev { font-size: 0.82rem; color: var(--text-muted); }
.y1tnupc { display: flex; align-items: center; }
.bx030 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.vxnmj7n { display: flex; align-items: center; }
.o03yu { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.o03yu:hover { text-decoration: underline; }
.b4lz { margin: 0 3px; opacity: 0.45; }
.b4lz::before { content: '/'; }
.fghdqvbg { padding: 2px 5px; color: var(--text-main); }
.oreep .wgev {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.oreep .y1tnupc { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.mmgu4 .wgev {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.mmgu4 .y1tnupc { padding: 0 0 0 12px; }
.ua6by84g .y1tnupc { padding: 0 16px; }
.ua6by84g .wgev {
  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);
}
.ua6by84g .py2fpc { padding-top: 28px; }
@media (max-width: 720px) {
  .x7pas01 { margin-top: 18px; padding: 0 16px; }
  .ua6by84g .py2fpc { padding-top: 16px; }
}
.sqd41r6d.oreep .y1tnupc { max-width: 1100px; }
.z6c89l.oreep .y1tnupc { max-width: 1200px; }
.l7ws.oreep .y1tnupc { max-width: 1320px; }
.z6c89l .x7pas01 { max-width: 1200px; }
.gupsfp58 .yw6khu { padding-top: 16px; padding-bottom: 16px; }
.p3qa2 .yw6khu { padding-top: 24px; padding-bottom: 24px; }
.i0aomm4p .yw6khu { padding-top: 40px; padding-bottom: 40px; }
.a92w7o .yw6khu { padding-top: 52px; padding-bottom: 52px; }
.yxgmc7 .yw6khu:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.yxgmc7 .yw6khu:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.yxgmc7 .yw6khu:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.yxgmc7 .yw6khu:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.fv09pury .e1sgtb9g { padding-top: 10px;  padding-bottom: 10px; }
.cubuizu .e1sgtb9g { padding-top: 18px;  padding-bottom: 18px; }
.nvbp .e1sgtb9g { padding-top: 36px;  padding-bottom: 36px; }
.radcehw .e1sgtb9g { padding-top: 48px;  padding-bottom: 48px; }
.nypj6 h2.jz43 { font-weight: 600; }
.nypj6 h3.kvsmq2     { font-weight: 600; }
.jzfnf h2.jz43 { font-weight: 800; }
.jzfnf h3.kvsmq2     { font-weight: 700; }
.hm6ij0o h2.jz43 { font-weight: 900; }
.hm6ij0o h3.kvsmq2     { font-weight: 800; }
.hm6ij0o .j1ydff strong,
.hm6ij0o .j1ydff strong { font-weight: 600; }
.s8ky2 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.aqwhr6 .s8ky2 { display: none; }
@media (max-width: 640px) {
  .p1zgn { display: none; }
  .s8ky2 {
    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;
  }
}
.s8ky2 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.s8ky2:hover { opacity: 0.85; }
.engx2r .s8ky2 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.j5t66p .s8ky2,
.tfo2g5  .s8ky2 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.j5t66p .s8ky2:hover,
.tfo2g5  .s8ky2:hover { opacity: 0.88; }
.engx2r.j5t66p .s8ky2,
.engx2r.tfo2g5  .s8ky2 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.z2oq {
  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;
}
.z2oq:hover { transform: translateY(-2px); opacity: 0.92; }
.z2oq { background: var(--cta) !important; color: #fff !important; border: none !important; }
.esbq8x .z2oq { display: none; }
.llzpnm .z2oq { right: 32px; }
.tf08  .z2oq { left: 32px; }
@media (max-width: 480px) {
  .llzpnm .z2oq { right: 20px; bottom: 20px; }
  .tf08  .z2oq { left: 20px; bottom: 20px; }
}
.vng3 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.zzt1 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.t6qayyzx { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.hhyj5u9 { color: var(--text-dim); font-size: 0.8rem; }
.olytbx a, .orjix a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.olytbx a:hover, .orjix a:hover { color: var(--accent-light); }
.orjix { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.jvsa .zzt1 { text-align: center; }
.jvsa .orjix { justify-content: center; margin-bottom: 16px; }
.jvsa .t6qayyzx { margin-top: 0; }
.u82vom { margin-top: 10px; }
.u82vom a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .zzt1 { padding-left: 16px; padding-right: 16px; }
  .smpyl .zzt1 { padding: 20px 16px; }
  .orjix { gap: 4px 12px; }
  .t6qayyzx { font-size: 0.78rem; }
}
.ukqxs8e .t6qayyzx { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ukqxs8e .hhyj5u9 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ukqxs8e .e9btz { grid-template-columns: 1fr 1fr; } .ukqxs8e .td2ji { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ukqxs8e .e9btz { grid-template-columns: 1fr; } }
.vbmp .t6qayyzx { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .vbmp .oli2l { gap: 12px; } .vbmp .gvsrn4w { margin-right: 0; width: 100%; } }
.jc9z .t6qayyzx { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.jc9z .hhyj5u9 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .jc9z .gd91 { grid-template-columns: 1fr 1fr; } .jc9z .afvuluf1 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jc9z .gd91 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .dgi1q1p6 .kg7aqc5z { grid-template-columns: 1fr 1fr; } .dgi1q1p6 .hfe96:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dgi1q1p6 .kg7aqc5z { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .n9gn316 .kg7aqc5z { grid-template-columns: 1fr; } }
.u6xm1p8 .zzt1 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.u6xm1p8 .orjix { justify-content: center; }
.axljj .kngy5y      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.axljj .vng3 { background: var(--bg-page); border-top-color: var(--border-alt); }
.u2mu4wq2 .kngy5y      { background: #0d1117; border-bottom-color: #21262d; }
.u2mu4wq2 .s95p9f54 { color: var(--accent-light); }
.u2mu4wq2 .f2ft7vql { --msep-color: #8b949e; }
.u2mu4wq2 .f2ft7vql a { color: #8b949e; }
.u2mu4wq2 .f2ft7vql a:hover { color: var(--accent-light); }
.u2mu4wq2 .wxewwwa { color: #8b949e; }
.u2mu4wq2 .vng3 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.u2mu4wq2 .t6qayyzx,
.u2mu4wq2 .hhyj5u9 { color: #6e7681; }
.u2mu4wq2 .olytbx a, .u2mu4wq2 .orjix a,
.u2mu4wq2 .olytbx a:hover, .u2mu4wq2 .orjix a:hover,
@media (max-width: 640px) {
  .u2mu4wq2 .f2ft7vql { background: #0d1117; border-top-color: #21262d; }
  .u2mu4wq2 .f2ft7vql li a { border-bottom-color: #21262d; }
}
.aefrfe .kngy5y      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.aefrfe .s95p9f54 { color: var(--accent-light); }
.aefrfe .f2ft7vql { --msep-color: #475569; }
.aefrfe .f2ft7vql a { color: #475569; }
.aefrfe .f2ft7vql a:hover { color: var(--accent-light); }
.aefrfe .wxewwwa { color: #64748b; }
.aefrfe .vng3 { background: #f0f4f8; border-top-color: #cbd5e1; }
.aefrfe .t6qayyzx,
.aefrfe .hhyj5u9 { color: #64748b; }
.aefrfe .olytbx a, .aefrfe .orjix a,
.aefrfe .olytbx a:hover, .aefrfe .orjix a:hover,
@media (max-width: 640px) {
  .aefrfe .f2ft7vql { background: #f0f4f8; border-top-color: #cbd5e1; }
  .aefrfe .f2ft7vql li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.j5t66p .kngy5y      { background: var(--accent); border-bottom-color: var(--accent-light); }
.j5t66p .s95p9f54 { color: #fff; }
.j5t66p .f2ft7vql { --msep-color: rgba(255,255,255,0.82); }
.j5t66p .f2ft7vql a { color: rgba(255,255,255,0.82); }
.j5t66p .f2ft7vql a:hover { color: #fff; }
.j5t66p .wxewwwa { color: rgba(255,255,255,0.9); }
.j5t66p .vng3 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.j5t66p .t6qayyzx,
.j5t66p .hhyj5u9 { color: rgba(255,255,255,0.72); }
.j5t66p .olytbx a, .j5t66p .orjix a,
.j5t66p .olytbx a:hover, .j5t66p .orjix a:hover,
@media (max-width: 640px) {
  .j5t66p .f2ft7vql { background: var(--accent); border-top-color: var(--accent-light); }
  .j5t66p .f2ft7vql li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.tfo2g5 .kngy5y {
  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);
}
.tfo2g5 .vng3 {
  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) {
  .tfo2g5 .f2ft7vql {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.vlzr .cwgg { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.tivj0h .cwgg { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ezfz8mnc .cwgg { min-height: 72px; height: auto; }
.ibvqfsqc .cwgg { min-height: 84px; height: auto; }
.smpyl .cwgg { max-width: none; padding: 0 32px; }
.smpyl .zzt1  { max-width: none; padding: 24px 32px; }
.uwykk.z6c89l .cwgg { max-width: 1200px; }
.uwykk.l7ws .cwgg { max-width: 1320px; }
.btvfc   .s95p9f54, .btvfc   .gvsrn4w { text-transform: capitalize; }
.gd73w .s95p9f54, .gd73w .gvsrn4w { text-transform: lowercase; }
.x51ar7c .s95p9f54, .x51ar7c .gvsrn4w { text-transform: uppercase; letter-spacing: 0.06em; }
.dc211wc, .ipuyw9 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.kc8xkmq .dc211wc,
.yjhochj6 .dc211wc,
.a6f8p .dc211wc,
.ev38p .dc211wc,
.vhilaxmz   .f2ft7vql a { font-weight: 500; }
.msjz1s63 .f2ft7vql a { font-weight: 600; }
.hgqah     .f2ft7vql a { font-weight: 700; }
.xaks    .f2ft7vql a { font-weight: 800; letter-spacing: 0.01em; }
.xq8e     .f2ft7vql > li + li::before,
.niboqx    .f2ft7vql > li + li::before,
.wgrczlm7    .f2ft7vql > li + li::before,
.dfg4jf .f2ft7vql > li + li::before,
.y1p9s9z .f2ft7vql > li + li::before,
.zmkwo  .f2ft7vql > li + li::before,
.h9z67    .f2ft7vql > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.xq8e     .f2ft7vql > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.niboqx    .f2ft7vql > li + li::before { content: "|"; }
.wgrczlm7    .f2ft7vql > li + li::before { content: "—"; }
.dfg4jf .f2ft7vql > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.y1p9s9z .f2ft7vql > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.zmkwo  .f2ft7vql > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.h9z67    .f2ft7vql > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ylti .wxewwwa,
  .qfxnh .wxewwwa,
  .evw3489 .wxewwwa,
  .k9v3i .wxewwwa,
  .t0lzy8ti .wxewwwa {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ylti .wxewwwa::before,
  .qfxnh .wxewwwa::before,
  .evw3489 .wxewwwa::before,
  .k9v3i .wxewwwa::before,
  .t0lzy8ti .wxewwwa::before { content: ""; display: block; flex-shrink: 0; }

  
  .ylti .wxewwwa::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;
  }

  
  .qfxnh .wxewwwa::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;
  }

  
  .evw3489 .wxewwwa::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;
  }

  
  .k9v3i .wxewwwa::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;
  }

  
  .t0lzy8ti .wxewwwa::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) {
  .p9hd1rs .wxewwwa {
    padding: 5px 14px;
  }
  .p9hd1rs .f2ft7vql {
    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;
  }
  .p9hd1rs .f2ft7vql li a {
    border-bottom: none; padding: 10px 22px;
  }
  .p9hd1rs .f2ft7vql li a:hover { background: var(--bg-raised); }
  .p9hd1rs .g4ih,
  .xgr7 .g4ih,
  .kd497i .g4ih { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .lsg1b2tw .wxewwwa {
    padding: 5px 10px;
  }
  .lsg1b2tw .f2ft7vql {
    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);
  }
  .lsg1b2tw .f2ft7vql.qfr52vo6 { transform: translateX(0); }
  .lsg1b2tw .f2ft7vql li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .lsg1b2tw .f2ft7vql li:last-child a { border-bottom: none; }
  .j5t66p .f2ft7vql,
  .u2mu4wq2 .f2ft7vql { background: var(--accent) !important; }
  .j5t66p .f2ft7vql li a,
  .u2mu4wq2 .f2ft7vql li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .kd497i .wxewwwa {
    padding: 5px 10px;
  }
  .kd497i .f2ft7vql {
    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);
  }
  .kd497i .f2ft7vql::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .kd497i .f2ft7vql.qfr52vo6 { transform: translateY(0); }
  .kd497i .f2ft7vql li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .kjov8rd4 .wxewwwa {
    padding: 5px 10px;
  }
  .kjov8rd4 .f2ft7vql {
    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;
  }
  .kjov8rd4 .f2ft7vql.qfr52vo6 { opacity: 1; pointer-events: auto; }
  .kjov8rd4 .f2ft7vql li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .h0nj     .wxewwwa { border-radius: 0 !important; }
  .tif2w2   .wxewwwa { border-radius: 8px !important; }
  .laqj3t3 .wxewwwa { border-radius: 50% !important; }
  .vcyehi9f   .wxewwwa { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .u0t56v1 .nrmtvh3 { flex-direction: column; align-items: stretch; }
  .u0t56v1 .m1xn { flex-direction: row; min-width: auto; }
  .u0t56v1 .skyqyvr2 { align-items: flex-start; text-align: left; }
}
.fsom,
.fsom.yw6khu,
.ng11le .fsom,
.y4kp .fsom,
.yhnt7c .fsom,
.qljeg .fsom {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.pqlxr1v {
  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;
}
.bc2udp9 { flex: 1 1 280px; min-width: 0; }
.fvcc {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ia9xg9c {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.jrgtcl {
  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;
}
.jrgtcl:hover { transform: translateY(-1px); opacity: 0.95; }
.js37m1f .pqlxr1v {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.js37m1f .fvcc { color: var(--cta); }
.js37m1f .ia9xg9c { color: var(--text-body); }
.js37m1f .jrgtcl {
  background: var(--cta) !important;
  color: #fff !important;
}
.wumj .pqlxr1v {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.wumj .fvcc { color: var(--text-primary); }
.wumj .ia9xg9c { color: var(--text-body); }
.wumj .jrgtcl {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .pqlxr1v {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .bc2udp9 { flex: 0 0 auto; }
  .fvcc { font-size: 1.2rem; }
  .jrgtcl { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.q3d0nc4l .b0l9 { height: 36px; }
.jz3hj3t .b0l9 { height: 60px; max-width: 200px; }
.ijvj .b0l9 { height: 56px; max-width: 180px; }
.zkrfdl5c    .qfvkorc, .zkrfdl5c    .j0vbsxo7 { color: #f59e0b; }
@media (min-width: 720px) {
  .oa1itj1b .eh40k1v {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .oa1itj1b .a559r8 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .oa1itj1b .a559r8 { padding: 40px 16px 20px; }
  .oa1itj1b .iv0s {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .oa1itj1b .dpba { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .ca9y0m58 .a559r8 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ca9y0m58 .a559r8::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ca9y0m58 .k8kz {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ca9y0m58 .ap6ji { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ca9y0m58 .iv0s {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ca9y0m58 .dpba { width: 100%; min-width: 0; }
  .ca9y0m58 .qfvkorc { min-width: 0; }
}
.dsmnbjy .a559r8::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.vskiuo .iygj83 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.vskiuo .iygj83 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.vskiuo .iygj83 p { padding: 0 2px 16px; }
.eaem .iygj83 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.eaem .iygj83 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.eaem .iygj83 summary::after { content: "›"; font-size: 1.2em; }
.eaem .iygj83[open] summary::after { content: "‹"; }
.eaem .iygj83 p { padding: 10px 22px 4px; }
.rkhmr .iygj83 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.rkhmr .iygj83 summary { color: var(--text-primary); padding-left: 16px; }
.rkhmr .iygj83 summary::after { content: "›"; font-size: 1.1em; }
.rkhmr .iygj83[open] summary::after { content: "‹"; }
.rkhmr .iygj83 p { padding-left: 16px; }
.dkwiy7i .otw9qi23 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.dkwiy7i .iygj83 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.dkwiy7i .iygj83:last-child { border-bottom: none; }
.dkwiy7i .iygj83 summary { color: var(--text-primary); border-radius: 0; }
.dkwiy7i .iygj83 summary::after { content: "›"; font-size: 1.1em; }
.dkwiy7i .iygj83[open] summary::after { content: "‹"; }
.v85bsa .iygj83 { overflow: hidden; }
.v85bsa .iygj83 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.v85bsa .iygj83 summary::after { color: rgba(255,255,255,.75); }
.v85bsa .iygj83[open] summary { border-radius: 0; }
.n2pycg6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.sn6epc {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.paywc1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.m220u { color: var(--text-muted); font-size: 1.05rem; }
.xl8wp {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ysc6i {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.f9u0 { margin-bottom: 20px; }
.lwbeeng {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.b8wipl {
  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;
}
.b8wipl:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.cvhtc { resize: vertical; min-height: 130px; }
.npml5 { width: 100%; margin-top: 8px; }
.gd6b {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.jzgg {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.c3i843g1 { color: var(--text-muted); line-height: 1.75; }
.aimdt4ol { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.aimdt4ol li { margin-bottom: 6px; }
.fdf96 { max-width: 760px; margin: 0 auto; }
.nfcri { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.wv6w { max-width: 760px; margin: 0 auto; }
.ztq0lg6k { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ykdi ul.aimdt4ol { margin: 0; }
.xnth { max-width: 900px; margin: 0 auto; }
.vuw5ivct { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.vuw5ivct:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.vuw5ivct .ztq0lg6k { margin: 0; font-size: 1rem; }
.vuw5ivct .agfj1nr p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .vuw5ivct { grid-template-columns: 1fr; gap: 10px; } }
.s5av6p7 .ztq0lg6k { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.n6b93 .aimdt4ol { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .a3y3c4 { grid-template-columns: 1fr; } }
.eci764kj { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.eci764kj:hover .pugawu9 { color: var(--accent-light); text-decoration: underline; }
.ycze4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qaiu7vq { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.qaiu7vq:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ktg34a { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.qaiu7vq p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qaiu7vq ul.aimdt4ol { margin: 0; }
.m9z9223k { color: var(--text-muted); line-height: 1.75; }
.d1za .aimdt4ol,
.xzh1rewz .aimdt4ol,
.u7m98ghf .aimdt4ol,
.o6swg4 .aimdt4ol {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.d1za .qaiu7vq,
.xzh1rewz .qaiu7vq { text-align: left; }
.d1za .ktg34a,
.xzh1rewz .ktg34a { text-align: center; }
.j0s974uy { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.mm4o7 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.sjykjm { font-size: 1.1rem; }
.sqgk9i { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.pvnyxn { margin-top: 12px; }
.q3afxc { 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; }
.q3afxc:hover { border-bottom-color: var(--accent-light); }
.z0t4 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.z0t4 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rwi83 { width: 260px; height: 260px; }
.y90ilxnp { border-radius: 28%; }
.xtot81z { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.b6qhr6 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .qy7pa3 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ln6v8r5k .sqgk9i, .ln6v8r5k .mm4o7 { max-width: 640px; }
.dihrm6 { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.yf7a8u { position: sticky; top: 96px; align-self: start; }
.yf7a8u .j0s974uy { font-size: 1.6rem; margin-top: 18px; }
.eiys7z .sqgk9i { margin-bottom: 28px; }
@media (max-width: 860px) { .dihrm6 { grid-template-columns: 1fr; } .yf7a8u { position: static; text-align: center; } }
.wrqgts3 .z0t4 { margin: 0 auto 18px; }
.wrqgts3 .xtot81z { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .nit6vh7 { grid-template-columns: 1fr; } }
.vb1o683 .j0s974uy { font-size: 1.6rem; margin-bottom: 6px; }
.o6swg4 .aimdt4ol { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .vb1o683 { flex-direction: column; text-align: center; } .nixmhc8 { grid-template-columns: 1fr; } }
.mbi0hafx .j0s974uy { font-size: 1.35rem; margin: 0 0 4px; }
.mbi0hafx .xtot81z { margin: 0; }
.r1osw51 { max-width: 760px; margin: 0 auto; }
.fpuo { position: relative; padding-left: 28px; }
.fpuo::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.cvyfrbik { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.cvyfrbik:last-child { padding-bottom: 0; }
.yhk03w { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.ci14h h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.ci14h p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.c7c1f .paywc1 { color: var(--accent-light); }
.rffpz .paywc1 { font-size: 2rem; }
.rffpz .m220u { max-width: 680px; }
.vyt76u .paywc1 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.vyt76u .m220u  { margin: 0; }
@media (max-width: 640px) { .vyt76u { flex-direction: column; } }
.h1edn .paywc1 { color: var(--accent-light); }
.upchmr .paywc1 { color: #fff; }
.upchmr .m220u  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .jxm9qe { grid-template-columns: 1fr; } }
.dm1nc .b8wipl {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.dm1nc .b8wipl:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.draxg4o1 .b8wipl { background: var(--bg-raised); border-color: transparent; }
.draxg4o1 .b8wipl:focus { background: var(--bg-card); border-color: var(--accent-light); }
.lstbi .b8wipl { border-radius: 100px; padding: 11px 20px; }
.lstbi .cvhtc { border-radius: 14px; }
.xc6fln {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .xc6fln { grid-template-columns: 1fr; } }
.iryi {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.iryi h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.iryi p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.gqbcgj { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.gqbcgj li { margin-bottom: 6px; }
.w69sv9ev{display:none}
.w69sv9ev:empty,.bpmv:empty{display:none}
.x8o844u{position:relative;overflow:visible}
.iapg6ykr .ozc2mjnu,.fzkuggl4 .ozc2mjnu,
.k11hc1 .ozc2mjnu,.h9ys1cw .ozc2mjnu,
.qa8w6 .ozc2mjnu,.tf0af .ozc2mjnu{display:block}
.kqq5x .qd3e5{display:block}
.iapg6ykr .ozc2mjnu,.fzkuggl4 .ozc2mjnu,
.k11hc1 .ozc2mjnu,.h9ys1cw .ozc2mjnu,
.qa8w6 .ozc2mjnu{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}
.iapg6ykr .ozc2mjnu .bpmv,.fzkuggl4 .ozc2mjnu .bpmv,
.k11hc1 .ozc2mjnu .bpmv,.h9ys1cw .ozc2mjnu .bpmv,
.qa8w6 .ozc2mjnu .bpmv{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}
.iapg6ykr .uzr7r63p,.fzkuggl4 .uzr7r63p,
.k11hc1 .uzr7r63p,.h9ys1cw .uzr7r63p,
.qa8w6 .uzr7r63p{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.iapg6ykr .ozc2mjnu,.fzkuggl4 .ozc2mjnu{top:12px}
.iapg6ykr .ozc2mjnu .bpmv{margin-right:auto}
.fzkuggl4 .ozc2mjnu .bpmv{margin-left:auto}
.fzkuggl4 .ozc2mjnu{text-align:right}
.k11hc1 .ozc2mjnu,.h9ys1cw .ozc2mjnu{bottom:12px}
.k11hc1 .ozc2mjnu .bpmv{margin-right:auto}
.h9ys1cw .ozc2mjnu .bpmv{margin-left:auto}
.h9ys1cw .ozc2mjnu{text-align:right}
.qa8w6 .ozc2mjnu{position:relative;margin-top:16px}
.qa8w6 .ozc2mjnu .bpmv{margin:0 auto}
.tf0af .ozc2mjnu{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.tf0af .ozc2mjnu .bpmv{margin:0}
.tf0af .a59ntk~.ozc2mjnu,
.tf0af .gnae8wix~.ozc2mjnu{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.tf0af .a59ntk~.ozc2mjnu .bpmv,
.tf0af .gnae8wix~.ozc2mjnu .bpmv{justify-content:flex-start}
.a59ntk~.ozc2mjnu,.gnae8wix~.ozc2mjnu{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}
.a59ntk~.ozc2mjnu .bpmv{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gnae8wix~.ozc2mjnu .bpmv{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.qd3e5 .bpmv{margin:0 0 12px}
.bpmv{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.gyltla4{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.pugawu9{font-weight:600;color:var(--text-heading);opacity:1}
.heowqo::before{content:"·";margin:0 2px;opacity:.5}
.uzr7r63p{white-space:nowrap}
.qlz2xc .gyltla4{display:none}
.yj58u .uzr7r63p{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.yj58u .heowqo::before{content:""}
.v92t4 .uzr7r63p{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}
.v92t4 .heowqo::before{content:""}
.hu41o3 .bpmv{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.tq4c1cq .uzr7r63p{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.tq4c1cq .heowqo::before{content:""}
.iba4 .uzr7r63p{color: var(--accent-light);opacity:1;font-weight:500}
.rkro .uzr7r63p{border-bottom:1px solid currentColor;padding-bottom:2px}
.dlh2r8ne .bpmv{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.b2c0gnl{--date-bg:var(--accent-bg)}
.l10j .heowqo::before{content:""}
.ayyy .heowqo::before{content:"•";opacity:.4}
.ayyy .uzr7r63p + .uzr7r63p::before{content:"•";margin-right:6px;opacity:.4}
.em4w .heowqo::before{content:"/";opacity:.35}
.em4w .uzr7r63p + .uzr7r63p::before{content:"/";margin-right:6px;opacity:.35}
.jnwp .heowqo::before{content:"|";opacity:.3}
.jnwp .uzr7r63p + .uzr7r63p::before{content:"|";margin-right:6px;opacity:.3}
.vnosl .heowqo::before{content:"—";opacity:.3}
.vnosl .uzr7r63p + .uzr7r63p::before{content:"—";margin-right:6px;opacity:.3}
.o7n42fkl .heowqo::before{content:"◆";font-size:.5em;opacity:.35}
.o7n42fkl .uzr7r63p + .uzr7r63p::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.m9otle .heowqo::before{content:"·";opacity:.4}
.m9otle .uzr7r63p + .uzr7r63p::before{content:"·";margin-right:6px;opacity:.4}
.h9g9 .heowqo::before{content:"›";opacity:.4}
.h9g9 .uzr7r63p + .uzr7r63p::before{content:"›";margin-right:6px;opacity:.4}
.fk3e8 .heowqo::before{content:"→";opacity:.35;font-size:.85em}
.fk3e8 .uzr7r63p + .uzr7r63p::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.qaxdnhl .h6m5kk7{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .h6m5kk7{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .c3i0d{max-width:100%}
}
.sxrx5 .wmfzaln{margin:0}
@media (max-width:560px){
  .gvocuhs8{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) {
  .bkid29 { padding: 28px 18px 20px; }
  .fwofot { font-size: 1.2rem; }
  .xpj1ki3 { max-width: 220px; max-height: 80px; }
}
.swis  .lyhop { border-radius: 6px; }
.oz711m .pqlxr1v {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .lyhop { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.zise6 {
  margin: 28px 0 24px;
}
.zise6 .yw6khu {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.zise6 .e1sgtb9g {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.zise6 .pqlxr1v {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .cwgg { flex-direction: row-reverse; }
[dir="rtl"] .f2ft7vql { flex-direction: row-reverse; }
[dir="rtl"] .llzpnm .z2oq { right: auto; left: 32px; }
[dir="rtl"] .tf08  .z2oq { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .llzpnm .z2oq { right: auto; left: 20px; }
  [dir="rtl"] .tf08  .z2oq { left: auto;  right: 20px; }
}
[dir="rtl"] .d2ijl6p .b4c1  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .afpc .b4c1 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ty2s, [dir="rtl"] .tufcqy { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .lm8sxy { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .dgvpzkpd { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .j1ydff { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .pqlxr1v { direction: rtl; }
[dir="rtl"] .wgev { direction: rtl; }
[dir="rtl"] .wtykq9 { direction: rtl; }
[dir="rtl"] .dg7tqud { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .mkw9n1ni .tufcqy,
[dir="rtl"] .yz7dw1q .tufcqy,
[dir="rtl"] .zokao .tufcqy,
[dir="rtl"] .jno25l .tufcqy {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .mkw9n1ni .tufcqy li::before,
[dir="rtl"] .yz7dw1q .tufcqy li::before,
[dir="rtl"] .zokao .tufcqy li::before,
[dir="rtl"] .jno25l .tufcqy li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .r0zofzp5.x9dz8lfv .elqh,
[dir="rtl"] .yk15hz.x9dz8lfv .elqh,
[dir="rtl"] .hvsdf.x9dz8lfv .elqh,
[dir="rtl"] .iqh9us.x9dz8lfv .elqh,
[dir="rtl"] .x3c2.x9dz8lfv .elqh { text-align: right; }
[dir="rtl"] .a59ntk.x9dz8lfv .fvfm2 { align-items: flex-end; text-align: right; }
[dir="rtl"] .e1sgtb9g,
[dir="rtl"] .zdrti,
[dir="rtl"] .cewgghfa,
[dir="rtl"] .w3drzs1x,
[dir="rtl"] .elqh { text-align: right; }
[dir="rtl"] .ysc6i,
[dir="rtl"] .lwbeeng,
[dir="rtl"] .sqgk9i,
[dir="rtl"] .b8wipl,
[dir="rtl"] .cvhtc { text-align: right; direction: rtl; }
[dir="rtl"] .lstbi .b8wipl,
[dir="rtl"] .dm1nc .b8wipl { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #3207bb;
  --brand:           #3207bb;
  --brand-light:     #2f0e99;
  --brand-pale:      #441dbd;
  --grad-start:      #5826f6;
  --grad-end:        #8a6af0;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #3207bb;
  --cta-light:       #250197;
  --cta-hover:       #220480;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f3f6;
  --bg-raised:       #eeedf1;
  --bg-hover:        #f4f3f6;
  --border:          #e3e1e9;
  --border-alt:      #d2cfdd;
  --border-section:  #e3e1e9;
  --text-primary:    #18161c;
  --text-muted:      #545062;
  --text-body:       #302d38;
  --text-sub:        #484454;
  --text-faint:      #78728c;
  --text-dim:        #938ea3;
  --text-label:      #605b70;
  --text-value:      #3c3946;
  --accent-bg:       #e3ddf7;
  --accent-bg-light: #cdc1f5;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #0c9673;
  --c-cons:          #9f2143;
  --c-pros-label:    #0eb389;
  --c-tip-border:    #10c697;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9673;
}
:root { --logo-bg-opacity: 65%; }
body, button, input { font-family: "Work Sans", sans-serif; }
.cvxhx .sixlg, .cvxhx .a59ntk { min-height: 420px; }
.b4lz::before { content: '>'; }