:root {
  --color-accent: #dc2660;
  --color-cta: #ec4899;
  --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;
}
.mrwaod5h {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.t4xp9 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.yvm0u {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.lt0o4170 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ikxcr { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ikxcr a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ikxcr a:hover { color: var(--accent-light); }
.y2t8elru  .ukzbz { border-radius: 14px; }
.y2t8elru .ukzbz li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.y2t8elru .ukzbz li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.mvhc .ukzbz li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .ukzbz {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .u1vfd6:hover .ukzbz,
  .u1vfd6:focus-within .ukzbz { display: block; }
  .ukzbz li a { padding: 8px 16px; font-size: 0.88rem; }
}
.j26cpjua {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.hgqsgz75 { display: none; }
@media (max-width: 640px) {
  .hgqsgz75 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .hgqsgz75.goqp { display: block; }
}
@media (max-width: 640px) {
  .j26cpjua { display: block; }
  .ikxcr > li + li::before { display: none !important; }
  .ikxcr {
    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;
  }
  .ikxcr.goqp { display: flex; }
  .ikxcr li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ikxcr li:last-child a { border-bottom: none; }
}
.qall { min-height: 480px; }
.z2tcx6 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.leqa { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.m3j8kf .leqa { margin-left: 0; margin-right: 0; }
.i82t {
  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;
}
.beqdbmu .i82t { margin-top: 24px; }
.i82t:hover { opacity: 0.88; }
.pwc05f6 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.hb1fd2d3 {
  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%);
}
.pwc05f6 .deluju {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.pwc05f6 .z2tcx6 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.pwc05f6 .leqa { color: #e2e8f0; }
.pwc05f6.zxuu2i .deluju { text-align: center; }
.pwc05f6.m3j8kf   .deluju { text-align: left; }
.ut4zlugr .deluju {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ut4zlugr .z2tcx6 { color: var(--text-primary); text-shadow: none; }
.ut4zlugr .leqa { color: var(--text-muted); }
.ut4zlugr .i82t { margin-top: 16px; }
.ut4zlugr, .ut4zlugr.qall { min-height: auto !important; }
.ut4zlugr.zxuu2i .deluju { text-align: center; }
.ut4zlugr.m3j8kf   .deluju { text-align: left; }
.ut4zlugr~.g6se{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}
.ut4zlugr~.g6se .yfni8o{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.ppit23 .jq77k,
.ppit23 .zkups50o,
.ppit23 .pwc05f6 .hb1fd2d3 {
  overflow: hidden;
}
.ppit23 .jq77k::after,
.ppit23 .zkups50o::after,
.ppit23 .pwc05f6 .hb1fd2d3::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.b9xrjz45 .pwc05f6 .hb1fd2d3 {
  overflow: hidden;
}
.b9xrjz45 .pwc05f6 .hb1fd2d3::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;
}
.a73623za .pwc05f6 .hb1fd2d3 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.tae6f .pwc05f6 .hb1fd2d3 {
  overflow: hidden;
}
.tae6f .pwc05f6 .hb1fd2d3::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;
}
.no1z6 .pwc05f6 .hb1fd2d3 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.jq77k .hb1fd2d3 {
  background: none;
}
.jq77k .z2tcx6 { color: #fff; }
.jq77k .leqa { color: rgba(255,255,255,0.85); }
.jq77k .i82t { background: #fff; color: var(--cta); }
.jq77k .i82t:hover { opacity: 0.92; }
.ppit23 .sinwa5 { position: relative; overflow: hidden; }
.ppit23 .sinwa5::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;
}
.sinwa5 .z2tcx6 { text-shadow: none; color: var(--text-primary); }
.sinwa5 .leqa { color: var(--text-muted); }
body.eldnoq .z2tcx6 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ksqveku .z2tcx6 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qall.jq77k .z2tcx6,
section.jq77k .z2tcx6 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.sinwa5.zxuu2i .pf4p29 { align-items: center; text-align: center; }
.qall .n9ur {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.n9ur .l45s4o.zdbjhl {
  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;
}
.n9ur .l45s4o.zdbjhl:hover { opacity: 0.85; }
.nyu5 .deluju { padding-bottom: 24px; }
.beqdbmu .deluju { max-width: 1100px; }
@media (max-width: 700px) {
  .sinwa5 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .sinwa5:not(.jzm50667) .ypt06it4 { display: none !important; }
  .jzm50667 .ypt06it4 { padding: 16px; }
  .pf4p29  { padding: 36px 24px; }
  .sinwa5~.g6se,.ij1uu0k~.g6se{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .qall, .sinwa5 { min-height: 320px !important; }
  .z2tcx6 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .pe507nf6,
  .e4nvqi3l,
  .o1g9 { grid-template-columns: 1fr !important; }

  

  
  .nyu5 { display: flex !important; flex-direction: column !important; }
  .nyu5 .deluju { display: contents; }
  .nyu5 .hb1fd2d3 { order: 0; }
  .nyu5 .z2tcx6 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .nyu5 .pe507nf6 { order: 2; padding: 0 16px 12px !important; }
  .nyu5 .leqa { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .beqdbmu .deluju { display: flex; flex-direction: column; }
  .beqdbmu .deluju .z2tcx6 { order: 1; }
  .beqdbmu .deluju .o1g9 { order: 2; margin: 8px 0 24px !important; }
  .beqdbmu .deluju .leqa { order: 3; }
  .beqdbmu .deluju .i82t { order: 4; align-self: center; margin-top: 0; }

  
  .sinwa5.jzm50667 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .sinwa5.jzm50667 .pf4p29 { display: contents; padding: 0; }
  .sinwa5.jzm50667 .pf4p29 .z2tcx6 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .sinwa5.jzm50667 .ypt06it4 { order: 2; padding: 12px 16px; }
  .sinwa5.jzm50667 .pf4p29 .leqa { order: 3; padding: 0 24px; margin: 0 auto; }
  .sinwa5.jzm50667 .pf4p29 .i82t { order: 4; align-self: center; margin: 8px 0 32px; }
}
.nc6p3 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.d3rj { width: 100%; height: auto; display: block; border-radius: 10px; }
.r2os .nc6p3        { border-radius: 16px; }
.r2os .d3rj  { border-radius: 16px; }
.dlafu .nc6p3         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.dlafu .d3rj   { border-radius: 8px; }
.dmxm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.gco6vds { width: 100%; padding: 32px 0; position: relative; }
.o9t72oy { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.duqj6xo7 .gco6vds:nth-child(even) { background: var(--bg-surface); }
.duqj6xo7 .gco6vds:nth-child(odd)  { background: var(--bg-page); }
.q22i .gco6vds:nth-child(even) { background: var(--bg-card); }
.q22i .gco6vds:nth-child(odd)  { background: var(--bg-page); }
.duqj6xo7 .gco6vds:nth-child(odd)  .o9t72oy { background: var(--bg-card); border-radius: 6px; }
.duqj6xo7 .gco6vds:nth-child(even) .o9t72oy { background: var(--bg-raised); border-radius: 6px; }
.q22i .gco6vds:nth-child(odd)  .o9t72oy { background: var(--bg-card); border-radius: 6px; }
.q22i .gco6vds:nth-child(even) .o9t72oy { background: var(--bg-raised); border-radius: 6px; }
.duqj6xo7 .gco6vds:nth-child(even) .wdokhyg .ykqgle0,
.q22i .gco6vds:nth-child(even) .wdokhyg .ykqgle0 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.duqj6xo7 .gco6vds:nth-child(odd) .wdokhyg .ykqgle0,
.q22i .gco6vds:nth-child(odd) .wdokhyg .ykqgle0 { background: var(--bg-card-inner); }
.duqj6xo7 .gco6vds:nth-child(even) .von5b0a3 .ykqgle0:nth-child(odd),
.q22i .gco6vds:nth-child(even) .von5b0a3 .ykqgle0:nth-child(odd)  { background: var(--bg-card); }
.duqj6xo7 .gco6vds:nth-child(even) .von5b0a3 .ykqgle0:nth-child(even),
.q22i .gco6vds:nth-child(even) .von5b0a3 .ykqgle0:nth-child(even) { background: var(--bg-card-inner); }
h1.az419db { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.az419db {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.kie3 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.f94os8 h2.az419db {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.epjrff h2.az419db {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.qa1rg3ii h2.az419db {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.rpco h2.az419db::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.z6ax h2.az419db {
  color: var(--text-primary); font-size: 1.7rem;
}
.g4uaj h2.az419db::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.o2kyrvi h2.az419db {
  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;
}
.bdqar6 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .bdqar6 { display: none; } }
.bdkiuel { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ov1z71x { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.bo7us1n3 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.dkmwr5 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.jynuk { padding-left: 20px; }
.jynuk li { margin-bottom: 6px; }
.jynuk a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.jynuk a:hover { color: var(--accent-light); }
.wb9g .dkmwr5 { display: none; }
.o50y2v .dkmwr5 { display: none; }
.o50y2v .jynuk { padding-left: 0; list-style: none; }
.o50y2v .jynuk li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.o50y2v .jynuk a { font-size: 0.92rem; }
.e4wgrl1j .bo7us1n3 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.e4wgrl1j .dkmwr5 { display: none; }
.e4wgrl1j .jynuk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.e4wgrl1j .jynuk li { margin-bottom: 0; }
.e4wgrl1j .jynuk 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;
}
.e4wgrl1j .jynuk a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.u4idu3b .bo7us1n3 { padding: 20px 20px 16px; }
.u4idu3b .jynuk {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.u4idu3b .jynuk li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.u4idu3b .jynuk 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;
}
.u4idu3b .jynuk 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;
}
.u4idu3b .jynuk a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.u4idu3b .jynuk a:focus,
.u4idu3b .jynuk a:focus-visible,
.u4idu3b .jynuk a:target { outline: none; }
.u4idu3b .jynuk li:target a { border-color: var(--border); color: var(--text-muted); }
.g0xtb3 .bo7us1n3 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.g0xtb3 .dkmwr5 { display: none; }
.g0xtb3 .jynuk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.g0xtb3 .jynuk li { margin-bottom: 0; }
.g0xtb3 .jynuk li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.g0xtb3 .jynuk li:last-child::after { content: ""; margin-right: 0; }
.g0xtb3 .jynuk a { font-size: 0.9rem; }
.ykqgle0 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.wdokhyg .ykqgle0 { background: var(--bg-card); }
.von5b0a3 .ykqgle0:nth-child(odd)  { background: var(--bg-card); }
.von5b0a3 .ykqgle0:nth-child(even) { background: var(--bg-raised); }
.gcky62mc .ykqgle0 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.gcky62mc .ykqgle0:last-child { border-bottom: none; }
.gcky62mc h3.kie3 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.n7ko .ykqgle0 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.n7ko .ykqgle0 + .ykqgle0 { margin-top: 4px; }
.jzshgtu .ykqgle0 { background: none; border-radius: 0; padding: 12px 0; }
.jzshgtu .ykqgle0 + .ykqgle0 { border-top: 1px solid var(--border-section); }
.j9nm { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.addx8ef { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.z8eatwa { color: var(--text-body); margin-bottom: 10px; }
.xdmhxv, .m89f { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.xdmhxv li, .m89f li { margin-bottom: 6px; }
.m89f li { list-style: decimal; }
.xg2r70v     .xdmhxv { list-style-type: "● "; }
.lsa4  .xdmhxv { list-style-type: "■ "; }
.uf1cpq9 .xdmhxv { list-style-type: "◆ "; }
.sggme1    .xdmhxv { list-style-type: "★ "; }
.xg2r70v     .vjpovc8 { list-style-type: "● "; }
.lsa4  .vjpovc8 { list-style-type: "■ "; }
.uf1cpq9 .vjpovc8 { list-style-type: "◆ "; }
.sggme1    .vjpovc8 { list-style-type: "★ "; }
.xg2r70v    .xdmhxv li::marker, .xg2r70v    .vjpovc8 li::marker,
.lsa4 .xdmhxv li::marker, .lsa4 .vjpovc8 li::marker,
.uf1cpq9 .xdmhxv li::marker, .uf1cpq9 .vjpovc8 li::marker,
.sggme1   .xdmhxv li::marker, .sggme1   .vjpovc8 li::marker {
  color: var(--cta); font-size: 1em;
}
.xg2r70v .m89f,
.lsa4 .m89f,
.uf1cpq9 .m89f,
.sggme1 .m89f {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.xg2r70v .m89f li,
.lsa4 .m89f li,
.uf1cpq9 .m89f li,
.sggme1 .m89f li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.xg2r70v .m89f li::before,
.lsa4 .m89f li::before,
.uf1cpq9 .m89f li::before,
.sggme1 .m89f 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;
}
.xg2r70v     .m89f li::before { border-radius: 50%; }
.lsa4  .m89f li::before { border-radius: 3px; }
.uf1cpq9 .m89f li::before { border-radius: 3px; }
.sggme1    .m89f li::before { border-radius: 50%; }
.tx2gsbb { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.ci6mkzm .tx2gsbb,
.zargzbcq .tx2gsbb { background: transparent; border: none; border-radius: 0; }
.tlvsfiw { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.tlvsfiw th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.tlvsfiw td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.tlvsfiw tr:hover td { background: var(--bg-hover); }
.ddas5k5 .tlvsfiw tbody tr:nth-child(even) td { background: var(--bg-surface); }
.x2t0dv .tlvsfiw { border: 1px solid var(--border-alt); }
.x2t0dv .tlvsfiw th,
.x2t0dv .tlvsfiw td { border: 1px solid var(--border-alt); }
.ztmmyak .tlvsfiw th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ztmmyak .tlvsfiw td { border-bottom: none; }
.ztmmyak .tlvsfiw tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.jf22z2ho .tlvsfiw th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.oc14ze5v .tx2gsbb {
  overflow: hidden;
}
.oc14ze5v .tlvsfiw th { border-bottom: 1px solid var(--border-alt); }
.oc14ze5v .tlvsfiw tr:last-child td { border-bottom: none; }
.rucw { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.m08p { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.tf7n8 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.bejgpp7 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.o96qf0 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.vjpovc8 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.vjpovc8 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%}
.yt3ekz .bejgpp7 { background: transparent; text-align: center; }
.zvbomk .tf7n8 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.va6b .tf7n8 {
  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);
}
.vatkoy .m08p { display: grid; grid-template-columns: auto 1fr; }
.vatkoy .tf7n8 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.vatkoy .bejgpp7 { grid-column: 2; }
.vatkoy .o96qf0,
.vatkoy .vjpovc8 { grid-column: 1 / -1; }
.zg2w .m08p { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.zg2w .tf7n8 {
  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);
}
.zg2w .bejgpp7 { grid-column: 2; }
.zg2w .o96qf0,
.zg2w .vjpovc8 { grid-column: 1 / -1; }
.yodoch4u .m08p { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.yodoch4u .bejgpp7 { background: none; color: var(--accent-light); font-weight: 700; }
.ewm8pfq .m08p { 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); }
.ewm8pfq .bejgpp7 { background: none; color: var(--accent-light); font-weight: 700; }
.rljk .m08p { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.rljk .m08p:last-child { border-bottom: none; }
.rljk .bejgpp7 { background: none; color: var(--accent-light); font-weight: 700; }
.pykl .m08p { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.pykl .bejgpp7 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.fskc3 .rucw { counter-reset: card-n; }
.fskc3 .m08p  { counter-increment: card-n; }
.fskc3 .bejgpp7 { display: flex; align-items: center; gap: 10px; }
.fskc3 .bejgpp7::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;
}
.iyrhp8lx .m08p { background: var(--bg-surface); border: 1px solid var(--border); }
.iyrhp8lx .bejgpp7 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.gnzng { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.aph3  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.f5ieakog { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.gnzng strong { color: var(--text-primary); font-size: 0.95rem; }
.gnzng p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.d3rj { width: 100%; height: auto; border-radius: 10px; display: block; }
.zdbjhl {
  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;
}
.zdbjhl:hover { opacity: 0.85; }
.zkiyta .zdbjhl  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.zkiyta .zdbjhl:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.c06i56xu .zdbjhl  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.c06i56xu .zdbjhl:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.uftbz .i82t { border-radius: 50px; }
.uftbz .zdbjhl  { border-radius: 50px; }
.apm3zs3 .i82t { padding-left: 22px; padding-right: 22px; }
.apm3zs3 .zdbjhl  { padding-left: 12px; padding-right: 12px; }
.sv4fmgp3 .i82t { padding-left: 44px; padding-right: 44px; }
.sv4fmgp3 .zdbjhl  { padding-left: 24px; padding-right: 24px; }
.l8vkmg3a .i82t { padding-left: 56px; padding-right: 56px; }
.l8vkmg3a .zdbjhl  { padding-left: 32px; padding-right: 32px; }
.ic2q   .i82t::after, .ic2q   .zdbjhl::after,
.uesefu9y .i82t::after, .uesefu9y .zdbjhl::after,
.zlc998w    .i82t::after, .zlc998w    .zdbjhl::after,
.fixnahn    .i82t::after, .fixnahn    .zdbjhl::after,
.yh6o5l    .i82t::after, .yh6o5l    .zdbjhl::after,
.brr77     .i82t::after, .brr77     .zdbjhl::after,
.zo5tt8    .i82t::after, .zo5tt8    .zdbjhl::after,
.o3mwacc   .i82t::after, .o3mwacc   .zdbjhl::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;
}
.ic2q .i82t::after, .ic2q .zdbjhl::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");
}
.uesefu9y .i82t::after, .uesefu9y .zdbjhl::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");
}
.zlc998w .i82t::after, .zlc998w .zdbjhl::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");
}
.fixnahn .i82t::after, .fixnahn .zdbjhl::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");
}
.yh6o5l .i82t::after, .yh6o5l .zdbjhl::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");
}
.brr77 .i82t::after, .brr77 .zdbjhl::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");
}
.zo5tt8 .i82t::after, .zo5tt8 .zdbjhl::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");
}
.o3mwacc .i82t::after, .o3mwacc .zdbjhl::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");
}
.rkca2z   .lcoxj::after, .rkca2z   .g5aqdi68::after,
.ekp6vi .lcoxj::after, .ekp6vi .g5aqdi68::after,
.s78gi    .lcoxj::after, .s78gi    .g5aqdi68::after,
.tow1    .lcoxj::after, .tow1    .g5aqdi68::after,
.vqwcdkay    .lcoxj::after, .vqwcdkay    .g5aqdi68::after,
.lsfyn     .lcoxj::after, .lsfyn     .g5aqdi68::after,
.zui3mw    .lcoxj::after, .zui3mw    .g5aqdi68::after,
.bgmbznxb   .lcoxj::after, .bgmbznxb   .g5aqdi68::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;
}
.rkca2z .lcoxj::after, .rkca2z .g5aqdi68::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");
}
.ekp6vi .lcoxj::after, .ekp6vi .g5aqdi68::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");
}
.s78gi .lcoxj::after, .s78gi .g5aqdi68::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");
}
.tow1 .lcoxj::after, .tow1 .g5aqdi68::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");
}
.vqwcdkay .lcoxj::after, .vqwcdkay .g5aqdi68::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");
}
.lsfyn .lcoxj::after, .lsfyn .g5aqdi68::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");
}
.zui3mw .lcoxj::after, .zui3mw .g5aqdi68::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");
}
.bgmbznxb .lcoxj::after, .bgmbznxb .g5aqdi68::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");
}
.sis1vvx .r4spl { background: var(--bg-raised); }
.l45s4o.zdbjhl {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .qx7ram07 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .qx7ram07::before    { grid-area: rank;   }
  .ctlxoa           { grid-area: ident;  }
  .n967aw     { grid-area: rating; min-width: 0; width: auto; }
  .sfm03a           { grid-area: pills;  }
  .l45s4o             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .qx7ram07 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .qx7ram07::before    { justify-self: center; }
  .ctlxoa           { width: 100%; }
  .n967aw     { justify-self: center; }
  .sfm03a           { grid-template-columns: 1fr; }
}
.aif9p    .gp2p li::before { content: "◆"; }
.aif9p    .vxemp li::before { content: "▲"; }
@media (min-width: 860px) {
  .egam3 .eezrk8m {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .egam3 .j9umxnl4 { margin: 0; }
}
@media (max-width: 720px) {
  .gc2s8z0q { grid-template-columns: 1fr; }
  .kgcl0h { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .kgcl0h .e4sua { width: 72px; height: 50px; }
  .kgcl0h .mj0vh26 { max-width: 180px; }
  .kgcl0h .xjgpsj { width: auto; }
}
@media (max-width: 720px) {
  .ighb { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .uirm { padding: 16px; }
  .rwkccm .n2fbbng { min-width: 50%; }
}
@media (max-width: 860px) {
  .kgq7jhy { grid-template-columns: 1fr; }
  .r6w2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .etzk2rx6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .dbu2ulbe { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .ixj1 { flex-direction: column; align-items: stretch; }
}
.h46no .xjgpsj .zdbjhl { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .fm0lzt8 { flex-direction: column; align-items: stretch; gap: 10px; }
  .h46no .xjgpsj { text-align: center; }
}
@media (max-width: 720px) {
  .imyzyq7 { grid-template-columns: 1fr; }
  .ntrbpqr { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .dgh5aqxn { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .fet5mw2 { grid-template-columns: 1fr; }
  .b5sp { width: 100px; height: 100px; margin: 16px auto; }
  .edb7kb5z { font-size: 1.4rem; }
  .r0nbrk { justify-content: center; }
  .mclfbp .n2fbbng { min-width: 50%; }
}
@media (max-width: 540px) {
  .zpf1mu { flex-wrap: wrap; padding: 14px 16px; }
  .zvcmdoh0 { padding: 12px 16px; }
  .r8x374 .hmpjyw { margin: 0 16px; }
  .r8x374 .jqw6 { padding: 0 16px; }
  .z46l4 { padding: 12px 16px; }
}
.vpt31a .sfm03a .vqea {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.vpt31a .sfm03a .vqea:first-child { border-left: none; }
.fa4b .oozdv,
.fa4b .zqojcpw9,
.fa4b .zqojcpw9 {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.fa4b .zqojcpw9 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.fa4b .a4svj8o .cnfqakt,
.fa4b .a4svj8o strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.fa4b .im8tka,
.fa4b .zhp6n4e { font-size: 1em; }
.erousoy { margin: 16px 0; }
.mxta { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.mxta summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.mxta summary::after { content: "+"; color: var(--accent-light); }
.mxta[open] summary::after { content: "−"; }
.mxta p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.gco6vds { margin-bottom: 0; }
.k1nzigc4 h2.az419db { color: var(--text-primary); border-color: var(--accent-light); }
.qb4x h2.az419db { color: var(--text-primary); border-color: var(--accent-light); }
.cl4uf .aph3     { background: #052e16; border-color: #10b981; }
.cl4uf .nn6q { background: #2d0a1e; border-color: #f43f5e; }
.cl4uf .jxwzk    { background: #1e1036; border-color: #a855f7; }
.cl4uf .gnzng strong  { color: #f1f5f9; }
.cl4uf .gnzng p       { color: #cbd5e1; }
.cl4uf .ai3f8    .aph3     .f5ieakog::before,
.cl4uf .y2p86e  .aph3     .f5ieakog::before,
.cl4uf .bowk7lsp  .aph3     .f5ieakog::before,
.cl4uf .k02mp .aph3     .f5ieakog::before { color: #10b981; }
.cl4uf .ai3f8    .nn6q .f5ieakog::before,
.cl4uf .y2p86e  .nn6q .f5ieakog::before,
.cl4uf .bowk7lsp  .nn6q .f5ieakog::before,
.cl4uf .k02mp .nn6q .f5ieakog::before { color: #f43f5e; }
.cl4uf .ai3f8    .jxwzk    .f5ieakog::before,
.cl4uf .y2p86e  .jxwzk    .f5ieakog::before,
.cl4uf .bowk7lsp  .jxwzk    .f5ieakog::before,
.cl4uf .k02mp .jxwzk    .f5ieakog::before { color: #a855f7; }
.eoucvg .aph3     { background: #2d2000; border-color: #eab308; }
.eoucvg .gnzng strong  { color: #f1f5f9; }
.eoucvg .gnzng p       { color: #cbd5e1; }
.eoucvg .ai3f8    .aph3     .f5ieakog::before,
.eoucvg .y2p86e  .aph3     .f5ieakog::before,
.eoucvg .bowk7lsp  .aph3     .f5ieakog::before,
.eoucvg .k02mp .aph3     .f5ieakog::before { color: #eab308; }
.eoucvg .ai3f8    .nn6q .f5ieakog::before,
.eoucvg .y2p86e  .nn6q .f5ieakog::before,
.eoucvg .bowk7lsp  .nn6q .f5ieakog::before,
.eoucvg .k02mp .nn6q .f5ieakog::before { color: #ef4444; }
.eoucvg .ai3f8    .jxwzk    .f5ieakog::before,
.eoucvg .y2p86e  .jxwzk    .f5ieakog::before,
.eoucvg .bowk7lsp  .jxwzk    .f5ieakog::before,
.eoucvg .k02mp .jxwzk    .f5ieakog::before { color: #f97316; }
.sgk44ahk .aph3     { background: #0c1a2e; border-color: #38bdf8; }
.sgk44ahk .gnzng strong  { color: #f1f5f9; }
.sgk44ahk .gnzng p       { color: #cbd5e1; }
.sgk44ahk .ai3f8    .aph3     .f5ieakog::before,
.sgk44ahk .y2p86e  .aph3     .f5ieakog::before,
.sgk44ahk .bowk7lsp  .aph3     .f5ieakog::before,
.sgk44ahk .k02mp .aph3     .f5ieakog::before { color: #38bdf8; }
.sgk44ahk .ai3f8    .nn6q .f5ieakog::before,
.sgk44ahk .y2p86e  .nn6q .f5ieakog::before,
.sgk44ahk .bowk7lsp  .nn6q .f5ieakog::before,
.sgk44ahk .k02mp .nn6q .f5ieakog::before { color: #818cf8; }
.sgk44ahk .ai3f8    .jxwzk    .f5ieakog::before,
.sgk44ahk .y2p86e  .jxwzk    .f5ieakog::before,
.sgk44ahk .bowk7lsp  .jxwzk    .f5ieakog::before,
.sgk44ahk .k02mp .jxwzk    .f5ieakog::before { color: #2dd4bf; }
.yj25 .aph3     { background: var(--accent-bg); border-color: var(--accent-light); }
.yj25 .ai3f8    .f5ieakog::before,
.yj25 .y2p86e  .f5ieakog::before,
.yj25 .bowk7lsp  .f5ieakog::before,
.yj25 .k02mp .f5ieakog::before { color: var(--accent-light) !important; }
.j65gcm .srej4 { background: var(--bg-pros); }
.j65gcm .x8h6fnk { background: var(--bg-cons); }
.j65gcm .srej4 .ahbep79z { color: var(--c-pros-label); }
.j65gcm .x8h6fnk .whv9 { color: var(--c-cons); }
.j65gcm .srej4 ul li,
.j65gcm .gp2p li            { color: var(--c-pros); }
.j65gcm .x8h6fnk ul li,
.j65gcm .vxemp li            { color: var(--c-cons); }
.aif9p .ahbep79z::before { content: "◆ "; }
.aif9p .whv9::before { content: "▲ "; }
.kvjnbi5 .gnzng { background: transparent; border-left: none; border: 1.5px solid; }
.kvjnbi5 .aph3     { border-color: var(--c-tip-border); }
.kvjnbi5 .gnzng strong { color: var(--text-primary); }
.kvjnbi5 .gnzng p      { color: var(--text-muted); }
.t893l .gnzng { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.t893l .aph3     { border-top-color: var(--c-tip-border); }
.oe44brrq .gnzng { border-left: none; border-radius: 8px; }
.oe44brrq .aph3     { background: #065f46; }
.oe44brrq .gnzng strong,
.oe44brrq .gnzng p { color: #fff; }
.oe44brrq .f5ieakog::before { color: rgba(255,255,255,0.85) !important; }
.cl4uf.oe44brrq .aph3,
.cl4uf .oe44brrq .aph3     { background: #052e16; }
.cl4uf.oe44brrq .nn6q,
.cl4uf .oe44brrq .nn6q { background: #2d0a1e; }
.cl4uf.oe44brrq .jxwzk,
.cl4uf .oe44brrq .jxwzk    { background: #1e1036; }
.eoucvg.oe44brrq .aph3,
.eoucvg .oe44brrq .aph3      { background: #2d2000; }
.sgk44ahk.oe44brrq .aph3,
.sgk44ahk .oe44brrq .aph3      { background: #0c1a2e; }
.ih1let0 .gnzng { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ih1let0 .aph3     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ih1let0 .nn6q { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ih1let0 .jxwzk    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ih1let0 .gnzng strong { color: var(--text-primary); }
.ih1let0 .gnzng p      { color: var(--text-muted); }
.jk3uu .gnzng { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ai3f8 .f5ieakog,
.y2p86e .f5ieakog,
.bowk7lsp .f5ieakog,
.k02mp .f5ieakog { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ai3f8 .f5ieakog::before,
.y2p86e .f5ieakog::before,
.bowk7lsp .f5ieakog::before,
.k02mp .f5ieakog::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ai3f8 .aph3     .f5ieakog::before { content: "✦"; color: var(--c-tip-border); }
.ai3f8 .nn6q .f5ieakog::before { content: "▲"; color: var(--c-warn-border); }
.ai3f8 .jxwzk    .f5ieakog::before { content: "◉"; color: #60a5fa; }
.y2p86e .aph3     .f5ieakog::before { content: "★"; color: var(--c-tip-border); }
.y2p86e .nn6q .f5ieakog::before { content: "◆"; color: var(--c-warn-border); }
.y2p86e .jxwzk    .f5ieakog::before { content: "●"; color: #60a5fa; }
.bowk7lsp .aph3     .f5ieakog::before { content: "▶"; color: var(--c-tip-border); }
.bowk7lsp .nn6q .f5ieakog::before { content: "■"; color: var(--c-warn-border); }
.bowk7lsp .jxwzk    .f5ieakog::before { content: "▸"; color: #60a5fa; }
.k02mp .aph3     .f5ieakog::before { content: "→"; color: var(--c-tip-border); }
.k02mp .nn6q .f5ieakog::before { content: "⬥"; color: var(--c-warn-border); }
.k02mp .jxwzk    .f5ieakog::before { content: "◈"; color: #60a5fa; }
.kpzut1 .wdokhyg .ykqgle0,
.kpzut1 .von5b0a3 .ykqgle0  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.kpzut1 .m08p                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.kpzut1 .tx2gsbb          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kpzut1 .bo7us1n3                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.g8ngg7 .wdokhyg .ykqgle0,
.g8ngg7 .von5b0a3 .ykqgle0,
.g8ngg7 .m08p,
.g8ngg7 .qx7ram07,
.g8ngg7 .j9umxnl4,
.g8ngg7 .tx2gsbb,
.g8ngg7 .bo7us1n3,
.g8ngg7 .jk3uu .gnzng { box-shadow: none; }
.cuie6y1   body, .cuie6y1   { font-size: 0.9rem; }
.cuie6y1   .z8eatwa, .cuie6y1 .j9nm, .cuie6y1 .addx8ef,
.cuie6y1   .bdkiuel, .cuie6y1 .ov1z71x { font-size: 0.9rem; }
.cuie6y1   .xdmhxv, .cuie6y1 .m89f { font-size: 0.9rem; }
.dmwsbw9u   .z8eatwa, .dmwsbw9u .j9nm, .dmwsbw9u .addx8ef,
.dmwsbw9u   .bdkiuel, .dmwsbw9u .ov1z71x { font-size: 0.95rem; }
.dmwsbw9u   .xdmhxv, .dmwsbw9u .m89f { font-size: 0.95rem; }
.o417odt3   .z8eatwa, .o417odt3 .j9nm, .o417odt3 .addx8ef,
.o417odt3   .bdkiuel, .o417odt3 .ov1z71x { font-size: 1.08rem; }
.o417odt3   .xdmhxv, .o417odt3 .m89f { font-size: 1.05rem; }
.o417odt3   .tlvsfiw { font-size: 0.97rem; }
.epyij .z2tcx6      { font-size: 3.2rem; }
.epyij h2.az419db { font-size: 1.9rem; }
.epyij h3.kie3     { font-size: 1.4rem; }
.ecn0js0 .z2tcx6      { font-size: 3.8rem; }
.ecn0js0 h2.az419db { font-size: 2.2rem; }
.ecn0js0 h3.kie3     { font-size: 1.6rem; }
.gco6vds + .gco6vds { position: relative; }
.o07vy   .gco6vds + .gco6vds::before,
.bldl4g  .gco6vds + .gco6vds::before,
.b50j3bv   .gco6vds + .gco6vds::before,
.jgdbj6vn   .gco6vds + .gco6vds::before,
.mn6knta8   .gco6vds + .gco6vds::before,
.xrnjgqyo .gco6vds + .gco6vds::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.o07vy .gco6vds + .gco6vds::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.bldl4g .gco6vds + .gco6vds::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.b50j3bv .gco6vds + .gco6vds::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;
}
.jgdbj6vn .gco6vds + .gco6vds::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.pm7x951 .gco6vds { margin-bottom: 16px; }
.pm7x951 .gco6vds + .gco6vds { margin-top: 0; }
.pm7x951 .o9t72oy { padding-top: 0; padding-bottom: 0; }
.mn6knta8 .gco6vds + .gco6vds::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.xrnjgqyo .gco6vds + .gco6vds::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.g70qkzxc .gco6vds + .gco6vds::before,
.q514 .gco6vds + .gco6vds::before,
.juucby2k .gco6vds + .gco6vds::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%;
}
.duqj6xo7 .g70qkzxc .gco6vds:nth-child(even)::before,
.duqj6xo7 .q514 .gco6vds:nth-child(even)::before,
.duqj6xo7 .juucby2k .gco6vds:nth-child(even)::before { background: var(--bg-surface); }
.q22i .g70qkzxc .gco6vds:nth-child(even)::before,
.q22i .q514 .gco6vds:nth-child(even)::before,
.q22i .juucby2k .gco6vds:nth-child(even)::before { background: var(--bg-card); }
.g70qkzxc .gco6vds + .gco6vds::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");
}
.q514 .gco6vds + .gco6vds::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");
}
.juucby2k .gco6vds + .gco6vds::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");
}
.t18upk .pwc05f6,
.qu0g3 .pwc05f6,
.wuruvp .pwc05f6 { overflow: hidden; }
.t18upk .deluju,
.qu0g3 .deluju { margin-bottom: 60px; }
.wuruvp .deluju { margin-bottom: 70px; }
.t18upk .pwc05f6::before,
.qu0g3 .pwc05f6::before,
.wuruvp .pwc05f6::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%;
}
.t18upk .pwc05f6::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");
}
.qu0g3 .pwc05f6::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");
}
.wuruvp .pwc05f6::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");
}
.pht1a1o .pwc05f6:not(.jq77k) .hb1fd2d3 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.i8e2kvwv .pwc05f6:not(.jq77k) .hb1fd2d3 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.jmriix  .pwc05f6:not(.jq77k) .hb1fd2d3 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gdb97b  .pwc05f6:not(.jq77k) .hb1fd2d3 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.snl7iev .jq77k { background: var(--accent); }
.snl7iev .jq77k .hb1fd2d3 { background: none; }
.snl7iev .zkups50o { background: var(--accent); }
.snl7iev .sinwa5 { background: var(--accent-bg); }
.snl7iev .pwc05f6:not(.jq77k) .hb1fd2d3 { background: rgba(0,0,0,0.6); }
.udnlugj .nc6p3 { float: left; width: 38%; margin: 0 28px 16px 0; }
.udnlugj .nc6p3 .d3rj { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.udnlugj .o9t72oy::after { content: ''; display: block; clear: both; }
.azs59b .nc6p3 { float: right; width: 38%; margin: 0 0 16px 28px; }
.azs59b .nc6p3 .d3rj { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.azs59b .o9t72oy::after { content: ''; display: block; clear: both; }
.ed2vx .gco6vds:nth-child(odd)  .nc6p3 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ed2vx .gco6vds:nth-child(even) .nc6p3 { float: right; width: 38%; margin: 0 0 16px 28px; }
.ed2vx .nc6p3 .d3rj { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ed2vx .o9t72oy::after { content: ''; display: block; clear: both; }
.udnlugj .rucw,
.azs59b .rucw,
.ed2vx .rucw,
@media (max-width: 900px) {
  .udnlugj .nc6p3,
  .azs59b .nc6p3,
  .ed2vx .gco6vds:nth-child(odd)  .nc6p3,
  .ed2vx .gco6vds:nth-child(even) .nc6p3 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .udnlugj .nc6p3 .d3rj,
  .azs59b .nc6p3 .d3rj,
  .ed2vx .nc6p3 .d3rj {
    max-height: none !important;
  }
}
.udnlugj .xdmhxv,
.udnlugj .m89f,
.azs59b .xdmhxv,
.azs59b .m89f,
.ed2vx .xdmhxv,
.ed2vx .m89f { overflow: hidden; }
@media (max-width: 640px) {
  .udnlugj .nc6p3,
  .azs59b .nc6p3,
  .ed2vx .nc6p3 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.rbmpbdt .dmxm,
.rbmpbdt .o9t72oy,
.rbmpbdt .bgdc0e  { max-width: 1100px; }
.rbmpbdt { --content-mw: 1100px; }
.x18pqvah .dmxm,
.x18pqvah .o9t72oy,
.x18pqvah .bgdc0e  { max-width: 1200px; }
.tw8xeh6 .dmxm,
.tw8xeh6 .o9t72oy,
.tw8xeh6 .bgdc0e  { max-width: 1320px; }
.hmkz { font-size: 0.82rem; color: var(--text-muted); }
.zuw3q { display: flex; align-items: center; }
.npc2 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.jc7o { display: flex; align-items: center; }
.chimrbwp { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.chimrbwp:hover { text-decoration: underline; }
.mzs87yb { margin: 0 3px; opacity: 0.45; }
.mzs87yb::before { content: '/'; }
.fbjweef1 { padding: 2px 5px; color: var(--text-main); }
.nskh9 .hmkz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.nskh9 .zuw3q { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.qg6n .hmkz {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.qg6n .zuw3q { padding: 0 0 0 12px; }
.ejteirw .zuw3q { padding: 0 16px; }
.ejteirw .hmkz {
  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);
}
.ejteirw .dmxm { padding-top: 28px; }
@media (max-width: 720px) {
  .ocjeg51e { margin-top: 18px; padding: 0 16px; }
  .ejteirw .dmxm { padding-top: 16px; }
}
.rbmpbdt.nskh9 .zuw3q { max-width: 1100px; }
.x18pqvah.nskh9 .zuw3q { max-width: 1200px; }
.tw8xeh6.nskh9 .zuw3q { max-width: 1320px; }
.rbmpbdt .ocjeg51e { max-width: 1100px; }
.wu9zg .gco6vds { padding-top: 16px; padding-bottom: 16px; }
.s67ecjq .gco6vds { padding-top: 24px; padding-bottom: 24px; }
.cffm .gco6vds { padding-top: 40px; padding-bottom: 40px; }
.ibc257m .gco6vds { padding-top: 52px; padding-bottom: 52px; }
.hai44 .gco6vds:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.hai44 .gco6vds:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.hai44 .gco6vds:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.hai44 .gco6vds:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.owjaq .o9t72oy { padding-top: 10px;  padding-bottom: 10px; }
.zdvfpnc .o9t72oy { padding-top: 18px;  padding-bottom: 18px; }
.hom9xq7 .o9t72oy { padding-top: 36px;  padding-bottom: 36px; }
.hvh8b97o .o9t72oy { padding-top: 48px;  padding-bottom: 48px; }
.p4tzwrs h2.az419db { font-weight: 600; }
.p4tzwrs h3.kie3     { font-weight: 600; }
.hgi69e92 h2.az419db { font-weight: 800; }
.hgi69e92 h3.kie3     { font-weight: 700; }
.n8calk h2.az419db { font-weight: 900; }
.n8calk h3.kie3     { font-weight: 800; }
.n8calk .gnzng strong,
.n8calk .gnzng strong { font-weight: 600; }
.lcoxj {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.ujjd .lcoxj { display: none; }
@media (max-width: 640px) {
  .zp4x { display: none; }
  .lcoxj {
    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;
  }
}
.lcoxj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lcoxj:hover { opacity: 0.85; }
.gf2x71c .lcoxj { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.psro .lcoxj,
.dwba  .lcoxj { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.psro .lcoxj:hover,
.dwba  .lcoxj:hover { opacity: 0.88; }
.gf2x71c.psro .lcoxj,
.gf2x71c.dwba  .lcoxj { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.g5aqdi68 {
  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;
}
.g5aqdi68:hover { transform: translateY(-2px); opacity: 0.92; }
.g5aqdi68 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.yk2ru9b .g5aqdi68 { display: none; }
.wpvol .g5aqdi68 { right: 32px; }
.l9g6i  .g5aqdi68 { left: 32px; }
@media (max-width: 480px) {
  .wpvol .g5aqdi68 { right: 20px; bottom: 20px; }
  .l9g6i  .g5aqdi68 { left: 20px; bottom: 20px; }
}
.cn3dlqnm { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.bgdc0e { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.bwoikhp { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.hi9ffzal { color: var(--text-dim); font-size: 0.8rem; }
.fqncdnnt a, .vxhax a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.fqncdnnt a:hover, .vxhax a:hover { color: var(--accent-light); }
.vxhax { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.wraddyxb .bgdc0e { text-align: center; }
.wraddyxb .vxhax { justify-content: center; margin-bottom: 16px; }
.wraddyxb .bwoikhp { margin-top: 0; }
.uxae { margin-top: 10px; }
.uxae a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .bgdc0e { padding-left: 16px; padding-right: 16px; }
  .pw2hk5r .bgdc0e { padding: 20px 16px; }
  .vxhax { gap: 4px 12px; }
  .bwoikhp { font-size: 0.78rem; }
}
.xtlc .bwoikhp { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.xtlc .hi9ffzal { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .xtlc .y85dfc3q { grid-template-columns: 1fr 1fr; } .xtlc .n4co1 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xtlc .y85dfc3q { grid-template-columns: 1fr; } }
.lpq3 .bwoikhp { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .lpq3 .a0s2y0n3 { gap: 12px; } .lpq3 .y1pd { margin-right: 0; width: 100%; } }
.jc95zmj .bwoikhp { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.jc95zmj .hi9ffzal { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .jc95zmj .nubn { grid-template-columns: 1fr 1fr; } .jc95zmj .tece { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jc95zmj .nubn { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .wrrjw .hfqqxm { grid-template-columns: 1fr 1fr; } .wrrjw .euy6s:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wrrjw .hfqqxm { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .c9z5fk .hfqqxm { grid-template-columns: 1fr; } }
.flx1 .bgdc0e { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.flx1 .vxhax { justify-content: center; }
.a094ct .mrwaod5h      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.a094ct .cn3dlqnm { background: var(--bg-page); border-top-color: var(--border-alt); }
.deteo .mrwaod5h      { background: #0d1117; border-bottom-color: #21262d; }
.deteo .yvm0u { color: var(--accent-light); }
.deteo .ikxcr { --msep-color: #8b949e; }
.deteo .ikxcr a { color: #8b949e; }
.deteo .ikxcr a:hover { color: var(--accent-light); }
.deteo .j26cpjua { color: #8b949e; }
.deteo .cn3dlqnm { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.deteo .bwoikhp,
.deteo .hi9ffzal { color: #6e7681; }
.deteo .fqncdnnt a, .deteo .vxhax a,
.deteo .fqncdnnt a:hover, .deteo .vxhax a:hover,
@media (max-width: 640px) {
  .deteo .ikxcr { background: #0d1117; border-top-color: #21262d; }
  .deteo .ikxcr li a { border-bottom-color: #21262d; }
}
.r4ckj .mrwaod5h      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.r4ckj .yvm0u { color: var(--accent-light); }
.r4ckj .ikxcr { --msep-color: #475569; }
.r4ckj .ikxcr a { color: #475569; }
.r4ckj .ikxcr a:hover { color: var(--accent-light); }
.r4ckj .j26cpjua { color: #64748b; }
.r4ckj .cn3dlqnm { background: #f0f4f8; border-top-color: #cbd5e1; }
.r4ckj .bwoikhp,
.r4ckj .hi9ffzal { color: #64748b; }
.r4ckj .fqncdnnt a, .r4ckj .vxhax a,
.r4ckj .fqncdnnt a:hover, .r4ckj .vxhax a:hover,
@media (max-width: 640px) {
  .r4ckj .ikxcr { background: #f0f4f8; border-top-color: #cbd5e1; }
  .r4ckj .ikxcr li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.psro .mrwaod5h      { background: var(--accent); border-bottom-color: var(--accent-light); }
.psro .yvm0u { color: #fff; }
.psro .ikxcr { --msep-color: rgba(255,255,255,0.82); }
.psro .ikxcr a { color: rgba(255,255,255,0.82); }
.psro .ikxcr a:hover { color: #fff; }
.psro .j26cpjua { color: rgba(255,255,255,0.9); }
.psro .cn3dlqnm { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.psro .bwoikhp,
.psro .hi9ffzal { color: rgba(255,255,255,0.72); }
.psro .fqncdnnt a, .psro .vxhax a,
.psro .fqncdnnt a:hover, .psro .vxhax a:hover,
@media (max-width: 640px) {
  .psro .ikxcr { background: var(--accent); border-top-color: var(--accent-light); }
  .psro .ikxcr li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.dwba .mrwaod5h {
  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);
}
.dwba .cn3dlqnm {
  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) {
  .dwba .ikxcr {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.s9knnphi .t4xp9 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.czvdjo .t4xp9 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.npj6ruu .t4xp9 { min-height: 72px; height: auto; }
.umz4bhxt .t4xp9 { min-height: 84px; height: auto; }
.pw2hk5r .t4xp9 { max-width: none; padding: 0 32px; }
.pw2hk5r .bgdc0e  { max-width: none; padding: 24px 32px; }
.jllu71.x18pqvah .t4xp9 { max-width: 1200px; }
.jllu71.tw8xeh6 .t4xp9 { max-width: 1320px; }
.d2dah7cr   .yvm0u, .d2dah7cr   .y1pd { text-transform: capitalize; }
.ylfzht0v .yvm0u, .ylfzht0v .y1pd { text-transform: lowercase; }
.mhjoix2 .yvm0u, .mhjoix2 .y1pd { text-transform: uppercase; letter-spacing: 0.06em; }
.dz3i7sy, .p20fik {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.l6iyoi7 .dz3i7sy,
.ib7h .dz3i7sy,
.n6g44 .dz3i7sy,
.jf6dq83 .dz3i7sy,
.v4yi   .ikxcr a { font-weight: 500; }
.l5rxisx .ikxcr a { font-weight: 600; }
.xqn6     .ikxcr a { font-weight: 700; }
.ucav50m    .ikxcr a { font-weight: 800; letter-spacing: 0.01em; }
.a1k409q     .ikxcr > li + li::before,
.dj2rsul    .ikxcr > li + li::before,
.ss9d3    .ikxcr > li + li::before,
.bh6pu .ikxcr > li + li::before,
.q90tjul .ikxcr > li + li::before,
.q6c5c  .ikxcr > li + li::before,
.bz4s    .ikxcr > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.a1k409q     .ikxcr > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.dj2rsul    .ikxcr > li + li::before { content: "|"; }
.ss9d3    .ikxcr > li + li::before { content: "—"; }
.bh6pu .ikxcr > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.q90tjul .ikxcr > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.q6c5c  .ikxcr > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.bz4s    .ikxcr > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .htuezvjj .j26cpjua,
  .gad1 .j26cpjua,
  .ydsbb8 .j26cpjua,
  .kzkpiv .j26cpjua,
  .kdeq .j26cpjua {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .htuezvjj .j26cpjua::before,
  .gad1 .j26cpjua::before,
  .ydsbb8 .j26cpjua::before,
  .kzkpiv .j26cpjua::before,
  .kdeq .j26cpjua::before { content: ""; display: block; flex-shrink: 0; }

  
  .htuezvjj .j26cpjua::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;
  }

  
  .gad1 .j26cpjua::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;
  }

  
  .ydsbb8 .j26cpjua::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;
  }

  
  .kzkpiv .j26cpjua::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;
  }

  
  .kdeq .j26cpjua::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) {
  .vwdd7 .j26cpjua {
    padding: 5px 14px;
  }
  .vwdd7 .ikxcr {
    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;
  }
  .vwdd7 .ikxcr li a {
    border-bottom: none; padding: 10px 22px;
  }
  .vwdd7 .ikxcr li a:hover { background: var(--bg-raised); }
  .vwdd7 .hgqsgz75,
  .vhss .hgqsgz75,
  .eqw2 .hgqsgz75 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .zzr8 .j26cpjua {
    padding: 5px 10px;
  }
  .zzr8 .ikxcr {
    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);
  }
  .zzr8 .ikxcr.goqp { transform: translateX(0); }
  .zzr8 .ikxcr li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .zzr8 .ikxcr li:last-child a { border-bottom: none; }
  .psro .ikxcr,
  .deteo .ikxcr { background: var(--accent) !important; }
  .psro .ikxcr li a,
  .deteo .ikxcr li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .eqw2 .j26cpjua {
    padding: 5px 10px;
  }
  .eqw2 .ikxcr {
    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);
  }
  .eqw2 .ikxcr::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .eqw2 .ikxcr.goqp { transform: translateY(0); }
  .eqw2 .ikxcr li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .orz12 .j26cpjua {
    padding: 5px 10px;
  }
  .orz12 .ikxcr {
    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;
  }
  .orz12 .ikxcr.goqp { opacity: 1; pointer-events: auto; }
  .orz12 .ikxcr li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .dpwwnj4     .j26cpjua { border-radius: 0 !important; }
  .nsrekh   .j26cpjua { border-radius: 8px !important; }
  .jtqv .j26cpjua { border-radius: 50% !important; }
  .z18h   .j26cpjua { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .v3opcz .ac5wo9 { flex-direction: column; align-items: stretch; }
  .v3opcz .g2ceecf5 { flex-direction: row; min-width: auto; }
  .v3opcz .i37ryy { align-items: flex-start; text-align: left; }
}
.skyejh5r,
.skyejh5r.gco6vds,
.duqj6xo7 .skyejh5r,
.oy3j0 .skyejh5r,
.q22i .skyejh5r,
.rs1v5sc .skyejh5r {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.c2q35nbz {
  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;
}
.r5fvc3j { flex: 1 1 280px; min-width: 0; }
.do3ef {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.aj03 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.bz8ixeu {
  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;
}
.bz8ixeu:hover { transform: translateY(-1px); opacity: 0.95; }
.u208na6 .c2q35nbz {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.u208na6 .do3ef { color: var(--cta); }
.u208na6 .aj03 { color: var(--text-body); }
.u208na6 .bz8ixeu {
  background: var(--cta) !important;
  color: #fff !important;
}
.qu0nfw4o .c2q35nbz {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.qu0nfw4o .do3ef { color: var(--text-primary); }
.qu0nfw4o .aj03 { color: var(--text-body); }
.qu0nfw4o .bz8ixeu {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .c2q35nbz {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .r5fvc3j { flex: 0 0 auto; }
  .do3ef { font-size: 1.2rem; }
  .bz8ixeu { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.atq7hi0 .lt0o4170 { height: 36px; }
.a3jpg .lt0o4170 { height: 60px; max-width: 200px; }
.d2lq0777 .lt0o4170 { height: 56px; max-width: 180px; }
.ga5hxq    .oozdv, .ga5hxq    .cnfqakt { color: #f59e0b; }
.vpt31a .vqea + .vqea {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .uhavo .hq9ryelu {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .uhavo .qx7ram07 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .uhavo .qx7ram07 { padding: 40px 16px 20px; }
  .uhavo .vqea {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .uhavo .l45s4o { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .uepjj .qx7ram07 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .uepjj .qx7ram07::before {
    position: absolute; top: 14px; left: 14px;
  }
  .uepjj .ctlxoa {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .uepjj .ldctluf { white-space: normal; text-align: center; font-size: 1.2rem; }
  .uepjj .vqea {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .uepjj .l45s4o { width: 100%; min-width: 0; }
  .uepjj .oozdv { min-width: 0; }
}
.d6axh9x .mxta {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.d6axh9x .mxta summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.d6axh9x .mxta p { padding: 0 2px 16px; }
.xqci7p0b .mxta { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.xqci7p0b .mxta summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.xqci7p0b .mxta summary::after { content: "›"; font-size: 1.2em; }
.xqci7p0b .mxta[open] summary::after { content: "‹"; }
.xqci7p0b .mxta p { padding: 10px 22px 4px; }
.zxd8mjfa .mxta {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.zxd8mjfa .mxta summary { color: var(--text-primary); padding-left: 16px; }
.zxd8mjfa .mxta summary::after { content: "›"; font-size: 1.1em; }
.zxd8mjfa .mxta[open] summary::after { content: "‹"; }
.zxd8mjfa .mxta p { padding-left: 16px; }
.uh37x6w .erousoy { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.uh37x6w .mxta {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.uh37x6w .mxta:last-child { border-bottom: none; }
.uh37x6w .mxta summary { color: var(--text-primary); border-radius: 0; }
.uh37x6w .mxta summary::after { content: "›"; font-size: 1.1em; }
.uh37x6w .mxta[open] summary::after { content: "‹"; }
.dpv5t6h .mxta { overflow: hidden; }
.dpv5t6h .mxta summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.dpv5t6h .mxta summary::after { color: rgba(255,255,255,.75); }
.dpv5t6h .mxta[open] summary { border-radius: 0; }
.iq4r { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.gxhc {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.sihev {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.el7h { color: var(--text-muted); font-size: 1.05rem; }
.aa77f {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.eze4eq { margin-bottom: 20px; }
.cn5lzhn {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.u7do2 {
  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;
}
.u7do2:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.x09yhj { resize: vertical; min-height: 130px; }
.nr8b { width: 100%; margin-top: 8px; }
.j2mcr {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.wm63r {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.anp6rto { color: var(--text-muted); line-height: 1.75; }
.yxid85 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.yxid85 li { margin-bottom: 6px; }
.el7zky { max-width: 760px; margin: 0 auto; }
.ao2a3 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.fjlm { max-width: 760px; margin: 0 auto; }
.cea7k { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.wt74uyct ul.yxid85 { margin: 0; }
.vd8011 { max-width: 900px; margin: 0 auto; }
.x6r5r3ms { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.x6r5r3ms:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.x6r5r3ms .cea7k { margin: 0; font-size: 1rem; }
.x6r5r3ms .ewty5r p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .x6r5r3ms { grid-template-columns: 1fr; gap: 10px; } }
.oyk1i0of .cea7k { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.fyv0 .yxid85 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .vc53fhal { grid-template-columns: 1fr; } }
.n82p { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.n82p:hover .b8ge6 { color: var(--accent-light); text-decoration: underline; }
.ns95y3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.evrjjks { margin-bottom: 48px; }
.jmcoqr92 { max-width: 760px; margin: 0 auto; }
.tad1yj { max-width: 640px; margin: 0 auto; }
.pc4knsnv { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.pc4knsnv:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.rqmpv { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.pc4knsnv p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.pc4knsnv ul.yxid85 { margin: 0; }
.wprg { color: var(--text-muted); line-height: 1.75; }
.x0v2 .yxid85,
.tad1yj .yxid85,
.gt3xl6 .yxid85,
.fvpeycgt .yxid85 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.x0v2 .pc4knsnv,
.tad1yj .pc4knsnv { text-align: left; }
.x0v2 .rqmpv,
.tad1yj .rqmpv { text-align: center; }
.ha6qh2w { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ksfkt { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.b746rql { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.lgje7t27 { margin-top: 12px; }
.ig28 { 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; }
.ig28:hover { border-bottom-color: var(--accent-light); }
.ogipvsll { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.ogipvsll img { width: 100%; height: 100%; object-fit: cover; display: block; }
.qqjy { width: 72px; height: 72px; }
.tyl1c { border-radius: 50%; }
.f4c6rk3 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.x4uw4v8z { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .cp1dh { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.lirk72dw .b746rql, .lirk72dw .ksfkt { max-width: 640px; }
.olkt7l4 .ha6qh2w { font-size: 1.6rem; margin-top: 18px; }
.kuel .b746rql { margin-bottom: 28px; }
@media (max-width: 860px) { .t1390 { grid-template-columns: 1fr; } .olkt7l4 { position: static; text-align: center; } }
.e52ha1 .ogipvsll { margin: 0 auto 18px; }
.e52ha1 .f4c6rk3 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .q864 { grid-template-columns: 1fr; } }
.dv125fu .ha6qh2w { font-size: 1.6rem; margin-bottom: 6px; }
.fvpeycgt .yxid85 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dv125fu { flex-direction: column; text-align: center; } .owu2 { grid-template-columns: 1fr; } }
.va10mwji { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.va10mwji .ha6qh2w { font-size: 1.35rem; margin: 0 0 4px; }
.va10mwji .f4c6rk3 { margin: 0; }
.i5c5t4n .sihev { color: var(--accent-light); }
.opjkhzsh .sihev { font-size: 2rem; }
.opjkhzsh .el7h { max-width: 680px; }
.ctd1 .sihev { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ctd1 .el7h  { margin: 0; }
@media (max-width: 640px) { .ctd1 { flex-direction: column; } }
.riv2rro2 .sihev { color: var(--accent-light); }
.md44g .sihev { color: #fff; }
.md44g .el7h  { color: rgba(255,255,255,0.85); }
.efwgw3 { max-width: 680px; margin: 0 auto; }
.qksc {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .qksc { grid-template-columns: 1fr; } }
.nczz18 .u7do2 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.nczz18 .u7do2:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.kfdxrqx .u7do2 { background: var(--bg-raised); border-color: transparent; }
.kfdxrqx .u7do2:focus { background: var(--bg-card); border-color: var(--accent-light); }
.hfsi3 .u7do2 { border-radius: 100px; padding: 11px 20px; }
.hfsi3 .x09yhj { border-radius: 14px; }
@media (max-width: 640px) { .ves4 { grid-template-columns: 1fr; } }
.lkw21beu { counter-reset: priv-count; }
.uod5t4sr {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.uod5t4sr:last-child { border-bottom: none; }
.x2hiwb {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.uod5t4sr h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.uod5t4sr p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xnp93{display:none}
.xnp93:empty,.yfni8o:empty{display:none}
.pj9skc{position:relative;overflow:visible}
.nd9q .g6se,.l6klgc .g6se,
.lidonbto .g6se,.rqzvhs8t .g6se,
.x91o4 .g6se,.bwrq .g6se{display:block}
.n3jca .iya28zp{display:block}
.nd9q .g6se,.l6klgc .g6se,
.lidonbto .g6se,.rqzvhs8t .g6se,
.x91o4 .g6se{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}
.nd9q .g6se .yfni8o,.l6klgc .g6se .yfni8o,
.lidonbto .g6se .yfni8o,.rqzvhs8t .g6se .yfni8o,
.x91o4 .g6se .yfni8o{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}
.nd9q .g6se,.l6klgc .g6se{top:12px}
.nd9q .g6se .yfni8o{margin-right:auto}
.l6klgc .g6se .yfni8o{margin-left:auto}
.l6klgc .g6se{text-align:right}
.lidonbto .g6se,.rqzvhs8t .g6se{bottom:12px}
.lidonbto .g6se .yfni8o{margin-right:auto}
.rqzvhs8t .g6se .yfni8o{margin-left:auto}
.rqzvhs8t .g6se{text-align:right}
.x91o4 .g6se{position:relative;margin-top:16px}
.x91o4 .g6se .yfni8o{margin:0 auto}
.bwrq .g6se{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.bwrq .g6se .yfni8o{margin:0}
.bwrq .sinwa5~.g6se,
.bwrq .ij1uu0k~.g6se{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.bwrq .sinwa5~.g6se .yfni8o,
.bwrq .ij1uu0k~.g6se .yfni8o{justify-content:flex-start}
.sinwa5~.g6se,.ij1uu0k~.g6se{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}
.sinwa5~.g6se .yfni8o{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ij1uu0k~.g6se .yfni8o{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.iya28zp .yfni8o{margin:0 0 12px}
.yfni8o{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.afo5{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.b8ge6{font-weight:600;color:var(--text-heading);opacity:1}
.pvsf4e2 .afo5{display:none}
.jo27 .yfni8o{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.go88vkk .yfni8o{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.kstt1z{--date-bg:var(--accent-bg-light)}
.c78i5z .mvrkqa8y::before{content:""}
.xpzq7 .qh77{padding:20px 0}
@media(max-width:640px){
  .qh77{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .cwfn1fx8{max-width:100%}
}
.ftztoq .tx2gsbb{margin:0}
@media (max-width:560px){
  .sjpt{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) {
  .v9pyqw { padding: 28px 18px 20px; }
  .rzq79g { font-size: 1.2rem; }
  .qtent { max-width: 220px; max-height: 80px; }
}
.srk8wgf .yy6xo1nt { border-radius: 22px; }
.a92d9d3 .c2q35nbz {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .yy6xo1nt { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.f4hlo {
  margin: 28px 0 24px;
}
.f4hlo .gco6vds {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.f4hlo .o9t72oy {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.f4hlo .c2q35nbz {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .t4xp9 { flex-direction: row-reverse; }
[dir="rtl"] .ikxcr { flex-direction: row-reverse; }
[dir="rtl"] .wpvol .g5aqdi68 { right: auto; left: 32px; }
[dir="rtl"] .l9g6i  .g5aqdi68 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .wpvol .g5aqdi68 { right: auto; left: 20px; }
  [dir="rtl"] .l9g6i  .g5aqdi68 { left: auto;  right: 20px; }
}
[dir="rtl"] .udnlugj .nc6p3  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .azs59b .nc6p3 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .xdmhxv, [dir="rtl"] .m89f { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .gnzng { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .c2q35nbz { direction: rtl; }
[dir="rtl"] .hmkz { direction: rtl; }
[dir="rtl"] .bo7us1n3 { direction: rtl; }
[dir="rtl"] .jynuk { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .xg2r70v .m89f,
[dir="rtl"] .lsa4 .m89f,
[dir="rtl"] .uf1cpq9 .m89f,
[dir="rtl"] .sggme1 .m89f {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .xg2r70v .m89f li::before,
[dir="rtl"] .lsa4 .m89f li::before,
[dir="rtl"] .uf1cpq9 .m89f li::before,
[dir="rtl"] .sggme1 .m89f li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .pwc05f6.m3j8kf .deluju,
[dir="rtl"] .ut4zlugr.m3j8kf .deluju,
[dir="rtl"] .jq77k.m3j8kf .deluju,
[dir="rtl"] .nyu5.m3j8kf .deluju,
[dir="rtl"] .beqdbmu.m3j8kf .deluju { text-align: right; }
[dir="rtl"] .sinwa5.zxuu2i .pf4p29 { text-align: center; }
[dir="rtl"] .o9t72oy,
[dir="rtl"] .bdkiuel,
[dir="rtl"] .ov1z71x,
[dir="rtl"] .bdqar6,
[dir="rtl"] .deluju { text-align: right; }
[dir="rtl"] .aa77f,
[dir="rtl"] .cn5lzhn,
[dir="rtl"] .b746rql,
[dir="rtl"] .u7do2,
[dir="rtl"] .x09yhj { text-align: right; direction: rtl; }
[dir="rtl"] .hfsi3 .u7do2,
[dir="rtl"] .nczz18 .u7do2 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #dc2660;
  --brand:           #dc2660;
  --brand-light:     #df5c86;
  --brand-pale:      #e39ab2;
  --grad-start:      #861539;
  --grad-end:        #c82055;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #ec4899;
  --cta-light:       #f090bf;
  --cta-hover:       #ef6cad;
  --bg-page:         #140409;
  --bg-surface:      #20070f;
  --bg-card:         #2d0a15;
  --bg-card-inner:   #390d1b;
  --bg-raised:       #451021;
  --bg-hover:        #521327;
  --border:          #62172f;
  --border-alt:      #7b1d3b;
  --border-section:  #62172f;
  --text-primary:    #e7e3e4;
  --text-muted:      #ad9ea2;
  --text-body:       #d0c7ca;
  --text-sub:        #ad9ea2;
  --text-faint:      #7c686f;
  --text-dim:        #605156;
  --text-label:      #968288;
  --text-value:      #c4b9bd;
  --accent-bg:       #2b1119;
  --accent-bg-light: #431826;
  --bg-tip:          #182616;
  --bg-warning:      #272115;
  --bg-info:         #161626;
  --bg-pros:         #182616;
  --bg-cons:         #261617;
  --c-pros:          #86f17e;
  --c-cons:          #e6898d;
  --c-pros-label:    #5bec50;
  --c-tip-border:    #3de82f;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #86f17e;
}
:root { --logo-bg-opacity: 66%; }
body, button, input { font-family: "Titillium Web", sans-serif; }
.fo4f2434 .f5ieakog { font-size: 0; width: 1.2rem; flex-shrink: 0; }.fo4f2434 .f5ieakog::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.fo4f2434 .aph3     .f5ieakog::before { content: "";  color: var(--c-tip-border); }.fo4f2434 .nn6q .f5ieakog::before { content: ""; color: var(--c-warn-border); }.fo4f2434 .jxwzk    .f5ieakog::before { content: ""; color: #60a5fa; }.cl4uf .fo4f2434 .aph3     .f5ieakog::before { color: #10b981; }.cl4uf .fo4f2434 .nn6q .f5ieakog::before { color: #f43f5e; }.cl4uf .fo4f2434 .jxwzk    .f5ieakog::before { color: #a855f7; }.eoucvg  .fo4f2434 .aph3     .f5ieakog::before { color: #eab308; }.eoucvg  .fo4f2434 .nn6q .f5ieakog::before { color: #ef4444; }.eoucvg  .fo4f2434 .jxwzk    .f5ieakog::before { color: #f97316; }.sgk44ahk  .fo4f2434 .aph3     .f5ieakog::before { color: #38bdf8; }.sgk44ahk  .fo4f2434 .nn6q .f5ieakog::before { color: #818cf8; }.sgk44ahk  .fo4f2434 .jxwzk    .f5ieakog::before { color: #2dd4bf; }.yj25 .fo4f2434 .f5ieakog::before { color: var(--accent-light) !important; }
.bnvkpo61 .qall, .bnvkpo61 .sinwa5 { min-height: 640px; }
.wqfggcj .i82t::after, .wqfggcj .zdbjhl::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.apbcf .lcoxj::after,.apbcf .g5aqdi68::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.mzs87yb::before { content: '›'; font-size: 1.1em; }