:root {
  --color-accent: #1b2b81;
  --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;
}
.ciqf6 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.t6h7wwv {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.rmlflp {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.monzw { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.l8ra700d { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.l8ra700d a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.l8ra700d a:hover { color: var(--accent-light); }
.ccdbori3  .kehqz { border-radius: 14px; }
.ccdbori3 .kehqz li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.ccdbori3 .kehqz li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.w478  .kehqz li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .kehqz {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .y57qq5u:hover .kehqz,
  .y57qq5u:focus-within .kehqz { display: block; }
  .kehqz li a { padding: 8px 16px; font-size: 0.88rem; }
}
.eflyp {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.jyfv99d { display: none; }
@media (max-width: 640px) {
  .jyfv99d {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .jyfv99d.ld3v7dm { display: block; }
}
@media (max-width: 640px) {
  .eflyp { display: block; }
  .l8ra700d > li + li::before { display: none !important; }
  .l8ra700d {
    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;
  }
  .l8ra700d.ld3v7dm { display: flex; }
  .l8ra700d li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .l8ra700d li:last-child a { border-bottom: none; }
}
.es4oxsc { min-height: 480px; }
.ypbaj {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.kt7tuq2k { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ey489o .kt7tuq2k { margin-left: 0; margin-right: 0; }
.xcmq {
  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;
}
.jpfjww8 .xcmq { margin-top: 24px; }
.xcmq:hover { opacity: 0.88; }
.nll9g .ypbaj { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.nll9g .kt7tuq2k { color: #e2e8f0; }
.nll9g.ey489o   .oqp8wf { text-align: left; }
.oi3ag3 .ypbaj { color: var(--text-primary); text-shadow: none; }
.oi3ag3 .kt7tuq2k { color: var(--text-muted); }
.oi3ag3 .xcmq { margin-top: 16px; }
.oi3ag3, .oi3ag3.es4oxsc { min-height: auto !important; }
.oi3ag3.ey489o   .oqp8wf { text-align: left; }
.oi3ag3~.tci8qvy{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}
.oi3ag3~.tci8qvy .bdxcad{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; }
}
@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); }
}
.i0sg28 .kcuyai,
.i0sg28 .v8p4y767,
.i0sg28 .nll9g .zourky6 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.kcuyai .ypbaj { color: #fff; }
.kcuyai .kt7tuq2k { color: rgba(255,255,255,0.85); }
.kcuyai .xcmq { background: #fff; color: var(--cta); }
.kcuyai .xcmq:hover { opacity: 0.92; }
.aw90 .ok3o1l51 { position: relative; overflow: hidden; }
.aw90 .ok3o1l51::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.wy12z .ok3o1l51 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.u10a3p9o .ok3o1l51 { position: relative; overflow: hidden; }
.u10a3p9o .ok3o1l51::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;
}
.li7sa .ok3o1l51 { position: relative; overflow: hidden; }
.li7sa .ok3o1l51::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.i0sg28 .ok3o1l51 {
  animation: hg-fadein 1.2s ease-out both;
}
.ok3o1l51 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.xaht {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.edrllh {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.rmfp1 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.ok3o1l51 .ypbaj { text-shadow: none; color: var(--text-primary); }
.ok3o1l51 .kt7tuq2k { color: var(--text-muted); }
body.d29rfrz .ypbaj {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.zh1i .ypbaj {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.es4oxsc.kcuyai .ypbaj,
section.kcuyai .ypbaj {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ok3o1l51.qugg .xaht { align-items: center; text-align: center; }
.ok3o1l51.ey489o   .xaht { align-items: flex-start; text-align: left; }
.tj1o4 .edrllh { position: relative; }
.tj1o4 .edrllh::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.tj1o4.lncpv6 .edrllh::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.dvbq6 .edrllh {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.dvbq6 .rmfp1 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.dvbq6.lncpv6 .edrllh { padding: 32px 0 32px 32px; }
.otr19oy .edrllh {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.otr19oy .rmfp1 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.lncpv6 .xaht {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.otr19oy.lncpv6 .edrllh { padding: 40px 16px 40px 48px; }
.es4oxsc .eruy4 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.eruy4 .laoxachm.ltky {
  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;
}
.eruy4 .laoxachm.ltky:hover { opacity: 0.85; }
.iyti4gl .edrllh {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .ok3o1l51 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ok3o1l51:not(.iyti4gl) .edrllh { display: none !important; }
  .iyti4gl .edrllh { padding: 16px; }
  .xaht  { padding: 36px 24px; }
  .ok3o1l51~.tci8qvy,.lncpv6~.tci8qvy{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .es4oxsc, .ok3o1l51 { min-height: 320px !important; }
  .ypbaj { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .xjef,
  .bwiwu,
  .z6xnai { grid-template-columns: 1fr !important; }

  

  
  .m6bet { display: flex !important; flex-direction: column !important; }
  .m6bet .oqp8wf { display: contents; }
  .m6bet .zourky6 { order: 0; }
  .m6bet .ypbaj { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .m6bet .xjef { order: 2; padding: 0 16px 12px !important; }
  .m6bet .kt7tuq2k { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .jpfjww8 .oqp8wf { display: flex; flex-direction: column; }
  .jpfjww8 .oqp8wf .ypbaj { order: 1; }
  .jpfjww8 .oqp8wf .z6xnai { order: 2; margin: 8px 0 24px !important; }
  .jpfjww8 .oqp8wf .kt7tuq2k { order: 3; }
  .jpfjww8 .oqp8wf .xcmq { order: 4; align-self: center; margin-top: 0; }

  
  .ok3o1l51.iyti4gl {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ok3o1l51.iyti4gl .xaht { display: contents; padding: 0; }
  .ok3o1l51.iyti4gl .xaht .ypbaj { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ok3o1l51.iyti4gl .edrllh { order: 2; padding: 12px 16px; }
  .ok3o1l51.iyti4gl .xaht .kt7tuq2k { order: 3; padding: 0 24px; margin: 0 auto; }
  .ok3o1l51.iyti4gl .xaht .xcmq { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ybn5ii { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.oodv5 { width: 100%; height: auto; display: block; border-radius: 10px; }
.no3raldn .ybn5ii        { border-radius: 16px; }
.no3raldn .oodv5  { border-radius: 16px; }
.gwhh6cbl .ybn5ii         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.gwhh6cbl .oodv5   { border-radius: 8px; }
.kttc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.e46m6eqt { width: 100%; padding: 32px 0; position: relative; }
.wep3x { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ahwu4qir .e46m6eqt:nth-child(even) { background: var(--bg-surface); }
.ahwu4qir .e46m6eqt:nth-child(odd)  { background: var(--bg-page); }
.z0c3l .e46m6eqt:nth-child(even) { background: var(--bg-card); }
.z0c3l .e46m6eqt:nth-child(odd)  { background: var(--bg-page); }
.ahwu4qir .e46m6eqt:nth-child(odd)  .wep3x { background: var(--bg-card); border-radius: 6px; }
.ahwu4qir .e46m6eqt:nth-child(even) .wep3x { background: var(--bg-raised); border-radius: 6px; }
.z0c3l .e46m6eqt:nth-child(odd)  .wep3x { background: var(--bg-card); border-radius: 6px; }
.z0c3l .e46m6eqt:nth-child(even) .wep3x { background: var(--bg-raised); border-radius: 6px; }
.ahwu4qir .e46m6eqt:nth-child(even) .jr8b5d6 .oq3nl,
.z0c3l .e46m6eqt:nth-child(even) .jr8b5d6 .oq3nl { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ahwu4qir .e46m6eqt:nth-child(odd) .jr8b5d6 .oq3nl,
.z0c3l .e46m6eqt:nth-child(odd) .jr8b5d6 .oq3nl { background: var(--bg-card-inner); }
.ahwu4qir .e46m6eqt:nth-child(even) .ygpg .oq3nl:nth-child(odd),
.z0c3l .e46m6eqt:nth-child(even) .ygpg .oq3nl:nth-child(odd)  { background: var(--bg-card); }
.ahwu4qir .e46m6eqt:nth-child(even) .ygpg .oq3nl:nth-child(even),
.z0c3l .e46m6eqt:nth-child(even) .ygpg .oq3nl:nth-child(even) { background: var(--bg-card-inner); }
h1.okr07g { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.okr07g {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.dv0kgt { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.zjgw5vxi h2.okr07g {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.cqpf3 h2.okr07g {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.d948l7 h2.okr07g {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.k2ozri4q h2.okr07g::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.tlie4z h2.okr07g {
  color: var(--text-primary); font-size: 1.7rem;
}
.xuxyzjzy h2.okr07g::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.mgwmmn7 h2.okr07g {
  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;
}
.fmjpu6nx { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .fmjpu6nx { display: none; } }
.dle5 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.jjmtp3rp { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.lmtw1j {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.mu8q { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.tj7aoj0 { padding-left: 20px; }
.tj7aoj0 li { margin-bottom: 6px; }
.tj7aoj0 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.tj7aoj0 a:hover { color: var(--accent-light); }
.cg0df6 .mu8q { display: none; }
.a479yt .mu8q { display: none; }
.a479yt .tj7aoj0 { padding-left: 0; list-style: none; }
.a479yt .tj7aoj0 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.a479yt .tj7aoj0 a { font-size: 0.92rem; }
.cpxhu8 .lmtw1j { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.cpxhu8 .mu8q { display: none; }
.cpxhu8 .tj7aoj0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.cpxhu8 .tj7aoj0 li { margin-bottom: 0; }
.cpxhu8 .tj7aoj0 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;
}
.cpxhu8 .tj7aoj0 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.g9emn82 .lmtw1j { padding: 20px 20px 16px; }
.g9emn82 .tj7aoj0 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.g9emn82 .tj7aoj0 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.g9emn82 .tj7aoj0 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;
}
.g9emn82 .tj7aoj0 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;
}
.g9emn82 .tj7aoj0 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.g9emn82 .tj7aoj0 a:focus,
.g9emn82 .tj7aoj0 a:focus-visible,
.g9emn82 .tj7aoj0 a:target { outline: none; }
.g9emn82 .tj7aoj0 li:target a { border-color: var(--border); color: var(--text-muted); }
.hr7a9e98 .lmtw1j { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.hr7a9e98 .mu8q { display: none; }
.hr7a9e98 .tj7aoj0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.hr7a9e98 .tj7aoj0 li { margin-bottom: 0; }
.hr7a9e98 .tj7aoj0 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.hr7a9e98 .tj7aoj0 li:last-child::after { content: ""; margin-right: 0; }
.hr7a9e98 .tj7aoj0 a { font-size: 0.9rem; }
.oq3nl { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.jr8b5d6 .oq3nl { background: var(--bg-card); }
.ygpg .oq3nl:nth-child(odd)  { background: var(--bg-card); }
.ygpg .oq3nl:nth-child(even) { background: var(--bg-raised); }
.jf31jcf .oq3nl {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.jf31jcf .oq3nl:last-child { border-bottom: none; }
.jf31jcf h3.dv0kgt { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ouk3z68 .oq3nl {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ouk3z68 .oq3nl + .oq3nl { margin-top: 4px; }
.cpdwb .oq3nl { background: none; border-radius: 0; padding: 12px 0; }
.cpdwb .oq3nl + .oq3nl { border-top: 1px solid var(--border-section); }
.w0167a { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.bccqx { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.zw3xwv { color: var(--text-body); margin-bottom: 10px; }
.e3mc, .w7xmkk { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.e3mc li, .w7xmkk li { margin-bottom: 6px; }
.w7xmkk li { list-style: decimal; }
.oqb7iq     .e3mc { list-style-type: "● "; }
.chji4  .e3mc { list-style-type: "■ "; }
.y0d9jjv .e3mc { list-style-type: "◆ "; }
.kqqw1s    .e3mc { list-style-type: "★ "; }
.oqb7iq     .ob2axp { list-style-type: "● "; }
.chji4  .ob2axp { list-style-type: "■ "; }
.y0d9jjv .ob2axp { list-style-type: "◆ "; }
.kqqw1s    .ob2axp { list-style-type: "★ "; }
.oqb7iq    .e3mc li::marker, .oqb7iq    .ob2axp li::marker,
.chji4 .e3mc li::marker, .chji4 .ob2axp li::marker,
.y0d9jjv .e3mc li::marker, .y0d9jjv .ob2axp li::marker,
.kqqw1s   .e3mc li::marker, .kqqw1s   .ob2axp li::marker {
  color: var(--cta); font-size: 1em;
}
.oqb7iq .w7xmkk,
.chji4 .w7xmkk,
.y0d9jjv .w7xmkk,
.kqqw1s .w7xmkk {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.oqb7iq .w7xmkk li,
.chji4 .w7xmkk li,
.y0d9jjv .w7xmkk li,
.kqqw1s .w7xmkk li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.oqb7iq .w7xmkk li::before,
.chji4 .w7xmkk li::before,
.y0d9jjv .w7xmkk li::before,
.kqqw1s .w7xmkk 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;
}
.oqb7iq     .w7xmkk li::before { border-radius: 50%; }
.chji4  .w7xmkk li::before { border-radius: 3px; }
.y0d9jjv .w7xmkk li::before { border-radius: 3px; }
.kqqw1s    .w7xmkk li::before { border-radius: 50%; }
.u66os34 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.q07hx1 .u66os34,
.uzznb8yi .u66os34 { background: transparent; border: none; border-radius: 0; }
.oe8pi8 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.oe8pi8 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.oe8pi8 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.oe8pi8 tr:hover td { background: var(--bg-hover); }
.iwa0yjg .oe8pi8 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.rt9b .oe8pi8 { border: 1px solid var(--border-alt); }
.rt9b .oe8pi8 th,
.rt9b .oe8pi8 td { border: 1px solid var(--border-alt); }
.gww73vf .oe8pi8 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.gww73vf .oe8pi8 td { border-bottom: none; }
.gww73vf .oe8pi8 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.c37xwlzu .oe8pi8 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.yd0b .u66os34 {
  overflow: hidden;
}
.yd0b .oe8pi8 th { border-bottom: 1px solid var(--border-alt); }
.yd0b .oe8pi8 tr:last-child td { border-bottom: none; }
.uixk8y3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.nups { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.huc8h6cm { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.b2ut36 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.la8rt { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ob2axp { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ob2axp 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%}
.uvcn4u .b2ut36 { background: transparent; text-align: center; }
.b6gx4 .huc8h6cm {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.uba70 .huc8h6cm {
  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);
}
.vvzv7 .nups { display: grid; grid-template-columns: auto 1fr; }
.vvzv7 .huc8h6cm {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.vvzv7 .b2ut36 { grid-column: 2; }
.vvzv7 .la8rt,
.vvzv7 .ob2axp { grid-column: 1 / -1; }
.tve15xbf .nups { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.tve15xbf .huc8h6cm {
  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);
}
.tve15xbf .b2ut36 { grid-column: 2; }
.tve15xbf .la8rt,
.tve15xbf .ob2axp { grid-column: 1 / -1; }
.rwl8n .nups { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.rwl8n .b2ut36 { background: none; color: var(--accent-light); font-weight: 700; }
.tcwj916 .nups { 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); }
.tcwj916 .b2ut36 { background: none; color: var(--accent-light); font-weight: 700; }
.mfae .nups { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.mfae .nups:last-child { border-bottom: none; }
.mfae .b2ut36 { background: none; color: var(--accent-light); font-weight: 700; }
.okq1ib .nups { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.okq1ib .b2ut36 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.nwj0y8o .uixk8y3 { counter-reset: card-n; }
.nwj0y8o .nups  { counter-increment: card-n; }
.nwj0y8o .b2ut36 { display: flex; align-items: center; gap: 10px; }
.nwj0y8o .b2ut36::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;
}
.jpnkmp6n .nups { background: var(--bg-surface); border: 1px solid var(--border); }
.jpnkmp6n .b2ut36 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.dbtg4m2 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ar0po  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.hp04 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.yw5cdx { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.dbtg4m2 strong { color: var(--text-primary); font-size: 0.95rem; }
.dbtg4m2 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.oodv5 { width: 100%; height: auto; border-radius: 10px; display: block; }
.ltky {
  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;
}
.ltky:hover { opacity: 0.85; }
.bjpztk .ltky  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.bjpztk .ltky:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qqbs .ltky  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.qqbs .ltky:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.a12naq .xcmq { border-radius: 50px; }
.a12naq .ltky  { border-radius: 50px; }
.v2c6s09g .xcmq { padding-left: 22px; padding-right: 22px; }
.v2c6s09g .ltky  { padding-left: 12px; padding-right: 12px; }
.qcrub .xcmq { padding-left: 44px; padding-right: 44px; }
.qcrub .ltky  { padding-left: 24px; padding-right: 24px; }
.s5gos .xcmq { padding-left: 56px; padding-right: 56px; }
.s5gos .ltky  { padding-left: 32px; padding-right: 32px; }
.ahgjcz   .xcmq::after, .ahgjcz   .ltky::after,
.hl8x .xcmq::after, .hl8x .ltky::after,
.pteqzl40    .xcmq::after, .pteqzl40    .ltky::after,
.isi2ot    .xcmq::after, .isi2ot    .ltky::after,
.rqg0b2    .xcmq::after, .rqg0b2    .ltky::after,
.xzvy     .xcmq::after, .xzvy     .ltky::after,
.qz7ak    .xcmq::after, .qz7ak    .ltky::after,
.nie47   .xcmq::after, .nie47   .ltky::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;
}
.ahgjcz .xcmq::after, .ahgjcz .ltky::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");
}
.hl8x .xcmq::after, .hl8x .ltky::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");
}
.pteqzl40 .xcmq::after, .pteqzl40 .ltky::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");
}
.isi2ot .xcmq::after, .isi2ot .ltky::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");
}
.rqg0b2 .xcmq::after, .rqg0b2 .ltky::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");
}
.xzvy .xcmq::after, .xzvy .ltky::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");
}
.qz7ak .xcmq::after, .qz7ak .ltky::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");
}
.nie47 .xcmq::after, .nie47 .ltky::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");
}
.ppya7j2q   .p58j::after, .ppya7j2q   .yfoso8::after,
.mui90gjc .p58j::after, .mui90gjc .yfoso8::after,
.m3oz    .p58j::after, .m3oz    .yfoso8::after,
.rqseat7t    .p58j::after, .rqseat7t    .yfoso8::after,
.d24zu3    .p58j::after, .d24zu3    .yfoso8::after,
.c4qe     .p58j::after, .c4qe     .yfoso8::after,
.yrku    .p58j::after, .yrku    .yfoso8::after,
.kqt8588   .p58j::after, .kqt8588   .yfoso8::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;
}
.ppya7j2q .p58j::after, .ppya7j2q .yfoso8::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");
}
.mui90gjc .p58j::after, .mui90gjc .yfoso8::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");
}
.m3oz .p58j::after, .m3oz .yfoso8::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");
}
.rqseat7t .p58j::after, .rqseat7t .yfoso8::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");
}
.d24zu3 .p58j::after, .d24zu3 .yfoso8::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");
}
.c4qe .p58j::after, .c4qe .yfoso8::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");
}
.yrku .p58j::after, .yrku .yfoso8::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");
}
.kqt8588 .p58j::after, .kqt8588 .yfoso8::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");
}
.a58g0 .zzq6    { background: transparent; padding: 0; }
.laoxachm.ltky {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .hjjsht {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .hjjsht::before    { grid-area: rank;   }
  .kvsy           { grid-area: ident;  }
  .j9a40     { grid-area: rating; min-width: 0; width: auto; }
  .h7kwgf           { grid-area: pills;  }
  .laoxachm             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .hjjsht {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .hjjsht::before    { justify-self: center; }
  .kvsy           { width: 100%; }
  .j9a40     { justify-self: center; }
  .h7kwgf           { grid-template-columns: 1fr; }
}
.mmtjd8    .pkz9lcd li::before { content: "◆"; }
.mmtjd8    .k1af689 li::before { content: "▲"; }
@media (min-width: 860px) {
  .mo5b .zgst0ts {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .mo5b .naxfwz { margin: 0; }
}
.y70q .naxfwz { border-top: 4px solid var(--accent); }
.y70q .daf72t { background: var(--bg-card); }
@media (max-width: 720px) {
  .k5eur { grid-template-columns: 1fr; }
  .e5y7f { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .e5y7f .w59g9 { width: 72px; height: 50px; }
  .e5y7f .flj5de { max-width: 180px; }
  .e5y7f .i8d56 { width: auto; }
}
@media (max-width: 720px) {
  .elbrknu { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .fy0ty5 { padding: 16px; }
  .ybyw4cc .xgv1 { min-width: 50%; }
}
@media (max-width: 860px) {
  .h78t { grid-template-columns: 1fr; }
  .h4qjs1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ljsbvv { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .bz25x { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .dpsg { flex-direction: column; align-items: stretch; }
}
.sx3z9c .i8d56 .ltky { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .y4i0c4 { flex-direction: column; align-items: stretch; gap: 10px; }
  .sx3z9c .i8d56 { text-align: center; }
}
@media (max-width: 720px) {
  .qtds { grid-template-columns: 1fr; }
  .t58rje { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .lyo6h { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .equ4qfo8 { grid-template-columns: 1fr; }
  .xo4osr { width: 100px; height: 100px; margin: 16px auto; }
  .nv186 { font-size: 1.4rem; }
  .y3sk8 { justify-content: center; }
  .gy7ky .xgv1 { min-width: 50%; }
}
@media (max-width: 540px) {
  .qu5b { flex-wrap: wrap; padding: 14px 16px; }
  .ljg2 { padding: 12px 16px; }
  .aiaq .ppw979n { margin: 0 16px; }
  .aiaq .txsf { padding: 0 16px; }
  .dq7d32ba { padding: 12px 16px; }
}
.zq5tryr3 .hjjsht {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.zq5tryr3 .hjjsht:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.scdynh .tj5rg7 { display: none; }
.scdynh .w9xqj { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.scdynh .w9xqj {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.scdynh .w9xqj small { display: none; }
.scdynh .suratt5 .w6vwhp { display: none; }
.scdynh .suratt5 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.scdynh .br0hy75 { display: none; }
.bmf0ri { margin: 16px 0; }
.sorsqs { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.sorsqs summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.sorsqs summary::after { content: "+"; color: var(--accent-light); }
.sorsqs[open] summary::after { content: "−"; }
.sorsqs p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.e46m6eqt { margin-bottom: 0; }
.tgyqg h2.okr07g { color: var(--text-primary); border-color: var(--accent-light); }
.tkex h2.okr07g { color: var(--text-primary); border-color: var(--accent-light); }
.w5c6ivk .ar0po     { background: #052e16; border-color: #10b981; }
.w5c6ivk .hp04    { background: #1e1036; border-color: #a855f7; }
.w5c6ivk .dbtg4m2 strong  { color: #f1f5f9; }
.w5c6ivk .dbtg4m2 p       { color: #cbd5e1; }
.w5c6ivk .nhy1    .ar0po     .yw5cdx::before,
.w5c6ivk .hvl4s0  .ar0po     .yw5cdx::before,
.w5c6ivk .qbmwv  .ar0po     .yw5cdx::before,
.w5c6ivk .ewn6m .ar0po     .yw5cdx::before { color: #10b981; }
.w5c6ivk .nhy1    .tt676xu .yw5cdx::before,
.w5c6ivk .hvl4s0  .tt676xu .yw5cdx::before,
.w5c6ivk .qbmwv  .tt676xu .yw5cdx::before,
.w5c6ivk .ewn6m .tt676xu .yw5cdx::before { color: #f43f5e; }
.w5c6ivk .nhy1    .hp04    .yw5cdx::before,
.w5c6ivk .hvl4s0  .hp04    .yw5cdx::before,
.w5c6ivk .qbmwv  .hp04    .yw5cdx::before,
.w5c6ivk .ewn6m .hp04    .yw5cdx::before { color: #a855f7; }
.stplmy1r .ar0po     { background: #2d2000; border-color: #eab308; }
.stplmy1r .hp04    { background: #2d1600; border-color: #f97316; }
.stplmy1r .dbtg4m2 strong  { color: #f1f5f9; }
.stplmy1r .dbtg4m2 p       { color: #cbd5e1; }
.stplmy1r .nhy1    .ar0po     .yw5cdx::before,
.stplmy1r .hvl4s0  .ar0po     .yw5cdx::before,
.stplmy1r .qbmwv  .ar0po     .yw5cdx::before,
.stplmy1r .ewn6m .ar0po     .yw5cdx::before { color: #eab308; }
.stplmy1r .nhy1    .tt676xu .yw5cdx::before,
.stplmy1r .hvl4s0  .tt676xu .yw5cdx::before,
.stplmy1r .qbmwv  .tt676xu .yw5cdx::before,
.stplmy1r .ewn6m .tt676xu .yw5cdx::before { color: #ef4444; }
.stplmy1r .nhy1    .hp04    .yw5cdx::before,
.stplmy1r .hvl4s0  .hp04    .yw5cdx::before,
.stplmy1r .qbmwv  .hp04    .yw5cdx::before,
.stplmy1r .ewn6m .hp04    .yw5cdx::before { color: #f97316; }
.g4h5 .ar0po     { background: #0c1a2e; border-color: #38bdf8; }
.g4h5 .tt676xu { background: #12103a; border-color: #818cf8; }
.g4h5 .hp04    { background: #0a2020; border-color: #2dd4bf; }
.g4h5 .dbtg4m2 strong  { color: #f1f5f9; }
.g4h5 .dbtg4m2 p       { color: #cbd5e1; }
.g4h5 .nhy1    .ar0po     .yw5cdx::before,
.g4h5 .hvl4s0  .ar0po     .yw5cdx::before,
.g4h5 .qbmwv  .ar0po     .yw5cdx::before,
.g4h5 .ewn6m .ar0po     .yw5cdx::before { color: #38bdf8; }
.g4h5 .nhy1    .tt676xu .yw5cdx::before,
.g4h5 .hvl4s0  .tt676xu .yw5cdx::before,
.g4h5 .qbmwv  .tt676xu .yw5cdx::before,
.g4h5 .ewn6m .tt676xu .yw5cdx::before { color: #818cf8; }
.g4h5 .nhy1    .hp04    .yw5cdx::before,
.g4h5 .hvl4s0  .hp04    .yw5cdx::before,
.g4h5 .qbmwv  .hp04    .yw5cdx::before,
.g4h5 .ewn6m .hp04    .yw5cdx::before { color: #2dd4bf; }
.cwq8k .ar0po     { background: var(--accent-bg); border-color: var(--accent-light); }
.cwq8k .hp04    { background: var(--accent-bg); border-color: var(--accent-pale); }
.cwq8k .nhy1    .yw5cdx::before,
.cwq8k .hvl4s0  .yw5cdx::before,
.cwq8k .qbmwv  .yw5cdx::before,
.cwq8k .ewn6m .yw5cdx::before { color: var(--accent-light) !important; }
.b27m .mhos { background: var(--bg-pros); }
.b27m .w78us8 { background: var(--bg-cons); }
.b27m .mhos .p55zuauj { color: var(--c-pros-label); }
.b27m .w78us8 .zivi9iv { color: var(--c-cons); }
.b27m .mhos ul li,
.b27m .pkz9lcd li            { color: var(--c-pros); }
.b27m .w78us8 ul li,
.b27m .k1af689 li            { color: var(--c-cons); }
.mmtjd8 .p55zuauj::before { content: "◆ "; }
.mmtjd8 .zivi9iv::before { content: "▲ "; }
.p99p94 .dbtg4m2 { background: transparent; border-left: none; border: 1.5px solid; }
.p99p94 .ar0po     { border-color: var(--c-tip-border); }
.p99p94 .hp04    { border-color: #60a5fa; }
.p99p94 .dbtg4m2 strong { color: var(--text-primary); }
.p99p94 .dbtg4m2 p      { color: var(--text-muted); }
.w8vo6 .dbtg4m2 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.w8vo6 .ar0po     { border-top-color: var(--c-tip-border); }
.w8vo6 .hp04    { border-top-color: #60a5fa; }
.p0cq1o .dbtg4m2 { border-left: none; border-radius: 8px; }
.p0cq1o .ar0po     { background: #065f46; }
.p0cq1o .tt676xu { background: #92400e; }
.p0cq1o .hp04    { background: #1e3a8a; }
.p0cq1o .dbtg4m2 strong,
.p0cq1o .dbtg4m2 p { color: #fff; }
.p0cq1o .yw5cdx::before { color: rgba(255,255,255,0.85) !important; }
.w5c6ivk.p0cq1o .ar0po,
.w5c6ivk .p0cq1o .ar0po     { background: #052e16; }
.w5c6ivk.p0cq1o .tt676xu,
.w5c6ivk .p0cq1o .tt676xu { background: #2d0a1e; }
.w5c6ivk.p0cq1o .hp04,
.w5c6ivk .p0cq1o .hp04    { background: #1e1036; }
.stplmy1r.p0cq1o .ar0po,
.stplmy1r .p0cq1o .ar0po      { background: #2d2000; }
.stplmy1r.p0cq1o .tt676xu,
.stplmy1r .p0cq1o .tt676xu  { background: #2d0b0b; }
.stplmy1r.p0cq1o .hp04,
.stplmy1r .p0cq1o .hp04     { background: #2d1600; }
.g4h5.p0cq1o .ar0po,
.g4h5 .p0cq1o .ar0po      { background: #0c1a2e; }
.g4h5.p0cq1o .tt676xu,
.g4h5 .p0cq1o .tt676xu  { background: #12103a; }
.g4h5.p0cq1o .hp04,
.g4h5 .p0cq1o .hp04     { background: #0a2020; }
.q4eha7w .dbtg4m2 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.q4eha7w .ar0po     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.q4eha7w .hp04    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.q4eha7w .dbtg4m2 strong { color: var(--text-primary); }
.q4eha7w .dbtg4m2 p      { color: var(--text-muted); }
.sq4x .dbtg4m2 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.nhy1 .yw5cdx,
.hvl4s0 .yw5cdx,
.qbmwv .yw5cdx,
.ewn6m .yw5cdx { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.nhy1 .yw5cdx::before,
.hvl4s0 .yw5cdx::before,
.qbmwv .yw5cdx::before,
.ewn6m .yw5cdx::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.nhy1 .ar0po     .yw5cdx::before { content: "✦"; color: var(--c-tip-border); }
.nhy1 .tt676xu .yw5cdx::before { content: "▲"; color: var(--c-warn-border); }
.nhy1 .hp04    .yw5cdx::before { content: "◉"; color: #60a5fa; }
.hvl4s0 .ar0po     .yw5cdx::before { content: "★"; color: var(--c-tip-border); }
.hvl4s0 .tt676xu .yw5cdx::before { content: "◆"; color: var(--c-warn-border); }
.hvl4s0 .hp04    .yw5cdx::before { content: "●"; color: #60a5fa; }
.qbmwv .ar0po     .yw5cdx::before { content: "▶"; color: var(--c-tip-border); }
.qbmwv .tt676xu .yw5cdx::before { content: "■"; color: var(--c-warn-border); }
.qbmwv .hp04    .yw5cdx::before { content: "▸"; color: #60a5fa; }
.ewn6m .ar0po     .yw5cdx::before { content: "→"; color: var(--c-tip-border); }
.ewn6m .tt676xu .yw5cdx::before { content: "⬥"; color: var(--c-warn-border); }
.ewn6m .hp04    .yw5cdx::before { content: "◈"; color: #60a5fa; }
.bso3fg5 .jr8b5d6 .oq3nl,
.bso3fg5 .ygpg .oq3nl  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.bso3fg5 .nups                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.bso3fg5 .u66os34          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.bso3fg5 .lmtw1j                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.t2e06 .jr8b5d6 .oq3nl,
.t2e06 .ygpg .oq3nl,
.t2e06 .nups,
.t2e06 .hjjsht,
.t2e06 .naxfwz,
.t2e06 .u66os34,
.t2e06 .lmtw1j,
.t2e06 .sq4x .dbtg4m2 { box-shadow: none; }
.grgkwl0f   .zw3xwv, .grgkwl0f .w0167a, .grgkwl0f .bccqx,
.grgkwl0f   .dle5, .grgkwl0f .jjmtp3rp { font-size: 0.9rem; }
.grgkwl0f   .e3mc, .grgkwl0f .w7xmkk { font-size: 0.9rem; }
.jt5x   .zw3xwv, .jt5x .w0167a, .jt5x .bccqx,
.jt5x   .dle5, .jt5x .jjmtp3rp { font-size: 0.95rem; }
.jt5x   .e3mc, .jt5x .w7xmkk { font-size: 0.95rem; }
.av5t   .zw3xwv, .av5t .w0167a, .av5t .bccqx,
.av5t   .dle5, .av5t .jjmtp3rp { font-size: 1.08rem; }
.av5t   .e3mc, .av5t .w7xmkk { font-size: 1.05rem; }
.av5t   .oe8pi8 { font-size: 0.97rem; }
.px9ul .ypbaj      { font-size: 3.2rem; }
.px9ul h2.okr07g { font-size: 1.9rem; }
.px9ul h3.dv0kgt     { font-size: 1.4rem; }
.cbos .ypbaj      { font-size: 3.8rem; }
.cbos h2.okr07g { font-size: 2.2rem; }
.cbos h3.dv0kgt     { font-size: 1.6rem; }
.e46m6eqt + .e46m6eqt { position: relative; }
.lmdvka8s   .e46m6eqt + .e46m6eqt::before,
.cnz0795  .e46m6eqt + .e46m6eqt::before,
.kjj2r   .e46m6eqt + .e46m6eqt::before,
.mlht   .e46m6eqt + .e46m6eqt::before,
.fc5lx   .e46m6eqt + .e46m6eqt::before,
.g0a4ek6w .e46m6eqt + .e46m6eqt::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.lmdvka8s .e46m6eqt + .e46m6eqt::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.cnz0795 .e46m6eqt + .e46m6eqt::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.kjj2r .e46m6eqt + .e46m6eqt::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;
}
.mlht .e46m6eqt + .e46m6eqt::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.d67h .e46m6eqt { margin-bottom: 16px; }
.d67h .e46m6eqt + .e46m6eqt { margin-top: 0; }
.d67h .wep3x { padding-top: 0; padding-bottom: 0; }
.fc5lx .e46m6eqt + .e46m6eqt::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.g0a4ek6w .e46m6eqt + .e46m6eqt::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.g5yekuky .e46m6eqt + .e46m6eqt::before,
.acei .e46m6eqt + .e46m6eqt::before,
.cbzj4y4n .e46m6eqt + .e46m6eqt::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%;
}
.ahwu4qir .g5yekuky .e46m6eqt:nth-child(even)::before,
.ahwu4qir .acei .e46m6eqt:nth-child(even)::before,
.ahwu4qir .cbzj4y4n .e46m6eqt:nth-child(even)::before { background: var(--bg-surface); }
.z0c3l .g5yekuky .e46m6eqt:nth-child(even)::before,
.z0c3l .acei .e46m6eqt:nth-child(even)::before,
.z0c3l .cbzj4y4n .e46m6eqt:nth-child(even)::before { background: var(--bg-card); }
.g5yekuky .e46m6eqt + .e46m6eqt::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");
}
.acei .e46m6eqt + .e46m6eqt::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");
}
.cbzj4y4n .e46m6eqt + .e46m6eqt::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");
}
.jf5bat .xaht,
.lvu0i .xaht { padding-bottom: 60px; }
.lggd38vw .xaht { padding-bottom: 70px; }
.gkqc .nll9g:not(.kcuyai) .zourky6 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gkqc .kcuyai { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.gkqc .v8p4y767 { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.gkqc .ok3o1l51 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.sd9ge .ok3o1l51 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.hm8vpe .ok3o1l51 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.nfyon .ok3o1l51 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.olh4dkg .ok3o1l51 { background: var(--accent-bg); }
.xo9kb .ybn5ii { float: left; width: 38%; margin: 0 28px 16px 0; }
.xo9kb .ybn5ii .oodv5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xo9kb .wep3x::after { content: ''; display: block; clear: both; }
.nvpgbv .ybn5ii { float: right; width: 38%; margin: 0 0 16px 28px; }
.nvpgbv .ybn5ii .oodv5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nvpgbv .wep3x::after { content: ''; display: block; clear: both; }
.vdgk .e46m6eqt:nth-child(odd)  .ybn5ii { float: left;  width: 38%; margin: 0 28px 16px 0; }
.vdgk .e46m6eqt:nth-child(even) .ybn5ii { float: right; width: 38%; margin: 0 0 16px 28px; }
.vdgk .ybn5ii .oodv5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vdgk .wep3x::after { content: ''; display: block; clear: both; }
.xo9kb .uixk8y3,
.nvpgbv .uixk8y3,
.vdgk .uixk8y3,
@media (max-width: 900px) {
  .xo9kb .ybn5ii,
  .nvpgbv .ybn5ii,
  .vdgk .e46m6eqt:nth-child(odd)  .ybn5ii,
  .vdgk .e46m6eqt:nth-child(even) .ybn5ii {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .xo9kb .ybn5ii .oodv5,
  .nvpgbv .ybn5ii .oodv5,
  .vdgk .ybn5ii .oodv5 {
    max-height: none !important;
  }
}
.xo9kb .e3mc,
.xo9kb .w7xmkk,
.nvpgbv .e3mc,
.nvpgbv .w7xmkk,
.vdgk .e3mc,
.vdgk .w7xmkk { overflow: hidden; }
@media (max-width: 640px) {
  .xo9kb .ybn5ii,
  .nvpgbv .ybn5ii,
  .vdgk .ybn5ii { float: none; width: 100%; margin: 0 0 16px 0; }
}
.png3tjo .kttc,
.png3tjo .wep3x,
.png3tjo .algq  { max-width: 1100px; }
.mi8z347q .kttc,
.mi8z347q .wep3x,
.mi8z347q .algq  { max-width: 1200px; }
.mi8z347q { --content-mw: 1200px; }
.rgove20 .kttc,
.rgove20 .wep3x,
.rgove20 .algq  { max-width: 1320px; }
.v92eikdw { font-size: 0.82rem; color: var(--text-muted); }
.o4qk { display: flex; align-items: center; }
.m3tky {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.zufxk { display: flex; align-items: center; }
.uqtaj { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.uqtaj:hover { text-decoration: underline; }
.nrsl8hge { margin: 0 3px; opacity: 0.45; }
.nrsl8hge::before { content: '/'; }
.vr0sq { padding: 2px 5px; color: var(--text-main); }
.i5hrm .v92eikdw {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.i5hrm .o4qk { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.hzb1bqn .v92eikdw {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.hzb1bqn .o4qk { padding: 0 0 0 12px; }
.ulg46b .o4qk { padding: 0 16px; }
.ulg46b .v92eikdw {
  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);
}
.ulg46b .kttc { padding-top: 28px; }
@media (max-width: 720px) {
  .ukyqfdhj { margin-top: 18px; padding: 0 16px; }
  .ulg46b .kttc { padding-top: 16px; }
}
.png3tjo.i5hrm .o4qk { max-width: 1100px; }
.mi8z347q.i5hrm .o4qk { max-width: 1200px; }
.rgove20.i5hrm .o4qk { max-width: 1320px; }
.mi8z347q .ukyqfdhj { max-width: 1200px; }
.sn5x .e46m6eqt { padding-top: 16px; padding-bottom: 16px; }
.adtw5 .e46m6eqt { padding-top: 24px; padding-bottom: 24px; }
.rxt41r .e46m6eqt { padding-top: 40px; padding-bottom: 40px; }
.slhu .e46m6eqt { padding-top: 52px; padding-bottom: 52px; }
.krqg64z6 .e46m6eqt:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.krqg64z6 .e46m6eqt:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.krqg64z6 .e46m6eqt:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.krqg64z6 .e46m6eqt:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.xp3l .wep3x { padding-top: 10px;  padding-bottom: 10px; }
.qgqeeja .wep3x { padding-top: 18px;  padding-bottom: 18px; }
.n4cxcg .wep3x { padding-top: 36px;  padding-bottom: 36px; }
.dshg .wep3x { padding-top: 48px;  padding-bottom: 48px; }
.g9u7c1y4 h2.okr07g { font-weight: 600; }
.g9u7c1y4 h3.dv0kgt     { font-weight: 600; }
.xiz7 h2.okr07g { font-weight: 800; }
.xiz7 h3.dv0kgt     { font-weight: 700; }
.d4918xdu { font-weight: 600; }
.d4918xdu h2.okr07g { font-weight: 900; }
.d4918xdu h3.dv0kgt     { font-weight: 800; }
.d4918xdu .dbtg4m2 strong,
.d4918xdu .dbtg4m2 strong { font-weight: 600; }
.p58j {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.t8nzycx .p58j { display: none; }
@media (max-width: 640px) {
  .tditnn6 { display: none; }
  .p58j {
    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;
  }
}
.p58j { background: var(--cta) !important; color: #fff !important; border: none !important; }
.p58j:hover { opacity: 0.85; }
.ehk98 .p58j { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.vwn8mmd4 .p58j,
.nl6ph6  .p58j { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.vwn8mmd4 .p58j:hover,
.nl6ph6  .p58j:hover { opacity: 0.88; }
.ehk98.vwn8mmd4 .p58j,
.ehk98.nl6ph6  .p58j { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.yfoso8 {
  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;
}
.yfoso8:hover { transform: translateY(-2px); opacity: 0.92; }
.yfoso8 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.tyfqn .yfoso8 { display: none; }
.y83b .yfoso8 { right: 32px; }
.z2onz  .yfoso8 { left: 32px; }
@media (max-width: 480px) {
  .y83b .yfoso8 { right: 20px; bottom: 20px; }
  .z2onz  .yfoso8 { left: 20px; bottom: 20px; }
}
.lwde50 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.algq { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.r9ax { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.iia6z { color: var(--text-dim); font-size: 0.8rem; }
.giftfo0 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.giftfo0 img { height: 26px; width: auto; object-fit: contain; }
.cyguma4 { display: flex; flex-direction: column; gap: 6px; }
.cyguma4 a, .eczcwx a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.cyguma4 a:hover, .eczcwx a:hover { color: var(--accent-light); }
.cyguma4 .nc8x { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.ginze .algq { text-align: center; }
.ginze .r9ax { margin-top: 0; }
.ff2bzg6 { margin-top: 10px; }
.ff2bzg6 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .algq { padding-left: 16px; padding-right: 16px; }
  .znhrb0 .algq { padding: 20px 16px; }
  .eczcwx { gap: 4px 12px; }
  .r9ax { font-size: 0.78rem; }
}
.hs1xng .cfv0smxt .giftfo0 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.hs1xng .r9ax { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.hs1xng .iia6z { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .hs1xng .bpgtmb8 { grid-template-columns: 1fr 1fr; } .hs1xng .cfv0smxt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hs1xng .bpgtmb8 { grid-template-columns: 1fr; } }
.ihhr4a .giftfo0 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ihhr4a .r9ax { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ihhr4a .kdzut6qq { gap: 12px; } .ihhr4a .giftfo0 { margin-right: 0; width: 100%; } }
.vhkztq .ylqcas4a .giftfo0 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.vhkztq .r9ax { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.vhkztq .iia6z { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .vhkztq .oyqa { grid-template-columns: 1fr 1fr; } .vhkztq .ylqcas4a { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vhkztq .oyqa { grid-template-columns: 1fr; } }
.bkpoqw .ef3r5 { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.bkpoqw .cyguma4 { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .bkpoqw .ef3r5 { grid-template-columns: 1fr 1fr; } .bkpoqw .hcjmohq:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bkpoqw .ef3r5 { grid-template-columns: 1fr; } }
.u1rg .ef3r5 { grid-template-columns: 1fr 2fr; }
.u1rg .bj8gk .cyguma4 { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .u1rg .ef3r5 { grid-template-columns: 1fr; } }
.fn9xsxiw .algq { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.tl654ef4 .ciqf6      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.tl654ef4 .lwde50 { background: var(--bg-page); border-top-color: var(--border-alt); }
.bosfsng9 .ciqf6      { background: #0d1117; border-bottom-color: #21262d; }
.bosfsng9 .rmlflp { color: var(--accent-light); }
.bosfsng9 .l8ra700d { --msep-color: #8b949e; }
.bosfsng9 .l8ra700d a { color: #8b949e; }
.bosfsng9 .l8ra700d a:hover { color: var(--accent-light); }
.bosfsng9 .eflyp { color: #8b949e; }
.bosfsng9 .lwde50 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.bosfsng9 .r9ax,
.bosfsng9 .iia6z { color: #6e7681; }
.bosfsng9 .cyguma4 a, .bosfsng9 .eczcwx a,
.bosfsng9 .wbsvv a, .bosfsng9 .si674se a,
.bosfsng9 .r14bcb0 a { color: #8b949e; }
.bosfsng9 .giftfo0 { color: #e6edf3; }
.bosfsng9 .cyguma4 a:hover, .bosfsng9 .eczcwx a:hover,
.bosfsng9 .wbsvv a:hover, .bosfsng9 .si674se a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .bosfsng9 .l8ra700d { background: #0d1117; border-top-color: #21262d; }
  .bosfsng9 .l8ra700d li a { border-bottom-color: #21262d; }
}
.x6njky0a .ciqf6      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.x6njky0a .rmlflp { color: var(--accent-light); }
.x6njky0a .l8ra700d { --msep-color: #475569; }
.x6njky0a .l8ra700d a { color: #475569; }
.x6njky0a .l8ra700d a:hover { color: var(--accent-light); }
.x6njky0a .eflyp { color: #64748b; }
.x6njky0a .lwde50 { background: #f0f4f8; border-top-color: #cbd5e1; }
.x6njky0a .r9ax,
.x6njky0a .iia6z { color: #64748b; }
.x6njky0a .cyguma4 a, .x6njky0a .eczcwx a,
.x6njky0a .r14bcb0 a, .x6njky0a .giftfo0 { color: #374151; }
.x6njky0a .cyguma4 a:hover, .x6njky0a .eczcwx a:hover,
@media (max-width: 640px) {
  .x6njky0a .l8ra700d { background: #f0f4f8; border-top-color: #cbd5e1; }
  .x6njky0a .l8ra700d li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.vwn8mmd4 .ciqf6      { background: var(--accent); border-bottom-color: var(--accent-light); }
.vwn8mmd4 .rmlflp { color: #fff; }
.vwn8mmd4 .l8ra700d { --msep-color: rgba(255,255,255,0.82); }
.vwn8mmd4 .l8ra700d a { color: rgba(255,255,255,0.82); }
.vwn8mmd4 .l8ra700d a:hover { color: #fff; }
.vwn8mmd4 .eflyp { color: rgba(255,255,255,0.9); }
.vwn8mmd4 .lwde50 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.vwn8mmd4 .r9ax,
.vwn8mmd4 .iia6z { color: rgba(255,255,255,0.72); }
.vwn8mmd4 .cyguma4 a, .vwn8mmd4 .eczcwx a,
.vwn8mmd4 .r14bcb0 a, .vwn8mmd4 .giftfo0 { color: #fff; }
.vwn8mmd4 .cyguma4 a:hover, .vwn8mmd4 .eczcwx a:hover,
@media (max-width: 640px) {
  .vwn8mmd4 .l8ra700d { background: var(--accent); border-top-color: var(--accent-light); }
  .vwn8mmd4 .l8ra700d li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.nl6ph6 .ciqf6 {
  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);
}
.nl6ph6 .lwde50 {
  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) {
  .nl6ph6 .l8ra700d {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.t581 .t6h7wwv { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.bvgi9 .t6h7wwv { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.p0sml45y .t6h7wwv { min-height: 72px; height: auto; }
.lkkajp .t6h7wwv { min-height: 84px; height: auto; }
.znhrb0 .t6h7wwv { max-width: none; padding: 0 32px; }
.znhrb0 .algq  { max-width: none; padding: 24px 32px; }
.idh1gx.mi8z347q .t6h7wwv { max-width: 1200px; }
.idh1gx.rgove20 .t6h7wwv { max-width: 1320px; }
.ysaxgvx   .rmlflp, .ysaxgvx   .giftfo0 { text-transform: capitalize; }
.md6f01qa .rmlflp, .md6f01qa .giftfo0 { text-transform: lowercase; }
.v9f2 .rmlflp, .v9f2 .giftfo0 { text-transform: uppercase; letter-spacing: 0.06em; }
.r3tiztlm, .zwztr7u {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.rt6lqsp .r3tiztlm,
.rt6lqsp .zwztr7u { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.hykyq2p5 .r3tiztlm,
.hykyq2p5 .zwztr7u { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.iy0o4w .r3tiztlm,
.iy0o4w .zwztr7u { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.sqicloi .r3tiztlm,
.sqicloi .zwztr7u { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.s9xy8   .l8ra700d a { font-weight: 500; }
.fqkdes .l8ra700d a { font-weight: 600; }
.qc8mg8nd     .l8ra700d a { font-weight: 700; }
.bpmlah    .l8ra700d a { font-weight: 800; letter-spacing: 0.01em; }
.xk2y     .l8ra700d > li + li::before,
.gjjp71    .l8ra700d > li + li::before,
.b8nknlz9    .l8ra700d > li + li::before,
.hske .l8ra700d > li + li::before,
.f1g70t .l8ra700d > li + li::before,
.h70lsylu  .l8ra700d > li + li::before,
.p92ss1tv    .l8ra700d > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.xk2y     .l8ra700d > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.gjjp71    .l8ra700d > li + li::before { content: "|"; }
.b8nknlz9    .l8ra700d > li + li::before { content: "—"; }
.hske .l8ra700d > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.f1g70t .l8ra700d > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.h70lsylu  .l8ra700d > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.p92ss1tv    .l8ra700d > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .znllf71n .eflyp,
  .n7i51 .eflyp,
  .lmlf .eflyp,
  .xoz224 .eflyp,
  .rpbe6sb .eflyp {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .znllf71n .eflyp::before,
  .n7i51 .eflyp::before,
  .lmlf .eflyp::before,
  .xoz224 .eflyp::before,
  .rpbe6sb .eflyp::before { content: ""; display: block; flex-shrink: 0; }

  
  .znllf71n .eflyp::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;
  }

  
  .n7i51 .eflyp::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;
  }

  
  .lmlf .eflyp::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;
  }

  
  .xoz224 .eflyp::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;
  }

  
  .rpbe6sb .eflyp::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) {
  .ftk21z37 .eflyp {
    padding: 5px 14px;
  }
  .ftk21z37 .l8ra700d {
    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;
  }
  .ftk21z37 .l8ra700d li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ftk21z37 .l8ra700d li a:hover { background: var(--bg-raised); }
  .ftk21z37 .jyfv99d,
  .n88aku .jyfv99d,
  .rm8mt04 .jyfv99d { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .d3ee .eflyp {
    padding: 5px 10px;
  }
  .d3ee .l8ra700d {
    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);
  }
  .d3ee .l8ra700d.ld3v7dm { transform: translateX(0); }
  .d3ee .l8ra700d li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .d3ee .l8ra700d li:last-child a { border-bottom: none; }
  .vwn8mmd4 .l8ra700d,
  .bosfsng9 .l8ra700d { background: var(--accent) !important; }
  .vwn8mmd4 .l8ra700d li a,
  .bosfsng9 .l8ra700d li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .rm8mt04 .eflyp {
    padding: 5px 10px;
  }
  .rm8mt04 .l8ra700d {
    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);
  }
  .rm8mt04 .l8ra700d::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .rm8mt04 .l8ra700d.ld3v7dm { transform: translateY(0); }
  .rm8mt04 .l8ra700d li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .xf7zh .eflyp {
    padding: 5px 10px;
  }
  .xf7zh .l8ra700d {
    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;
  }
  .xf7zh .l8ra700d.ld3v7dm { opacity: 1; pointer-events: auto; }
  .xf7zh .l8ra700d li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .g4seehm     .eflyp { border-radius: 0 !important; }
  .mfgox2   .eflyp { border-radius: 8px !important; }
  .jyeoipb .eflyp { border-radius: 50% !important; }
  .x3a20l   .eflyp { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .fq5w .njlll { flex-direction: column; align-items: stretch; }
  .fq5w .tihmyw0d { flex-direction: row; min-width: auto; }
  .fq5w .hn85 { align-items: flex-start; text-align: left; }
}
.ioiqwba,
.ioiqwba.e46m6eqt,
.ahwu4qir .ioiqwba,
.bk733n .ioiqwba,
.z0c3l .ioiqwba,
.jnsp .ioiqwba {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.s3z4xru {
  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;
}
.plas6 { flex: 1 1 280px; min-width: 0; }
.llb0v {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.h0sq {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.g4mvz {
  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;
}
.g4mvz:hover { transform: translateY(-1px); opacity: 0.95; }
.hchorve3 .s3z4xru {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.hchorve3 .llb0v { color: var(--cta); }
.hchorve3 .h0sq { color: var(--text-body); }
.hchorve3 .g4mvz {
  background: var(--cta) !important;
  color: #fff !important;
}
.llos5s .s3z4xru {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.llos5s .llb0v { color: var(--text-primary); }
.llos5s .h0sq { color: var(--text-body); }
.llos5s .g4mvz {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .s3z4xru {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .plas6 { flex: 0 0 auto; }
  .llb0v { font-size: 1.2rem; }
  .g4mvz { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.m5lyhi .monzw { height: 36px; }
.cl8iwu .monzw { height: 60px; max-width: 200px; }
.m7ei .monzw { height: 56px; max-width: 180px; }
.vv581     .tj5rg7, .vv581     .w6vwhp { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
@media (min-width: 720px) {
  .tanp .snrk83 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .tanp .hjjsht {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .tanp .hjjsht { padding: 40px 16px 20px; }
  .tanp .jsc26whc {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .tanp .laoxachm { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .ud7o64o .hjjsht {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ud7o64o .hjjsht::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ud7o64o .kvsy {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ud7o64o .vlrhu { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ud7o64o .jsc26whc {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ud7o64o .laoxachm { width: 100%; min-width: 0; }
  .ud7o64o .tj5rg7 { min-width: 0; }
}
.p3oxrk .hjjsht::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ok80l4 .sorsqs {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ok80l4 .sorsqs summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ok80l4 .sorsqs p { padding: 0 2px 16px; }
.a0z1lfi .sorsqs { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.a0z1lfi .sorsqs summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.a0z1lfi .sorsqs summary::after { content: "›"; font-size: 1.2em; }
.a0z1lfi .sorsqs[open] summary::after { content: "‹"; }
.a0z1lfi .sorsqs p { padding: 10px 22px 4px; }
.brxk .sorsqs {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.brxk .sorsqs summary { color: var(--text-primary); padding-left: 16px; }
.brxk .sorsqs summary::after { content: "›"; font-size: 1.1em; }
.brxk .sorsqs[open] summary::after { content: "‹"; }
.brxk .sorsqs p { padding-left: 16px; }
.obf47 .bmf0ri { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.obf47 .sorsqs {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.obf47 .sorsqs:last-child { border-bottom: none; }
.obf47 .sorsqs summary { color: var(--text-primary); border-radius: 0; }
.obf47 .sorsqs summary::after { content: "›"; font-size: 1.1em; }
.obf47 .sorsqs[open] summary::after { content: "‹"; }
.coart .sorsqs { overflow: hidden; }
.coart .sorsqs summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.coart .sorsqs summary::after { color: rgba(255,255,255,.75); }
.coart .sorsqs[open] summary { border-radius: 0; }
.hg8s2 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.cym1 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.g6t4aghd {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.nty6322r { color: var(--text-muted); font-size: 1.05rem; }
.eg6c {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.uv8erb {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.yhiaa { margin-bottom: 20px; }
.ygevb {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.izqb9nx7 {
  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;
}
.izqb9nx7:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.nr3ygl { resize: vertical; min-height: 130px; }
.wgdt { width: 100%; margin-top: 8px; }
.g2iye6 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.eql9qmmz {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ax1mmff0 { color: var(--text-muted); line-height: 1.75; }
.ad6uinp { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ad6uinp li { margin-bottom: 6px; }
.bdv3s { max-width: 760px; margin: 0 auto; }
.gjui34g { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ff5i22r { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ff5i22r:last-child { border-bottom: none; }
.ff5i22r h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.ff5i22r p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.r67lqzwh { max-width: 760px; margin: 0 auto; }
.cfly ul.ad6uinp { margin: 0; }
@media (max-width: 640px) { .cmcbo6kb { grid-template-columns: 1fr; gap: 10px; } }
.el0jo3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.v6amh2jr { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.fz77 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.v6amh2jr p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.v6amh2jr .ad6uinp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .el0jo3 { grid-template-columns: 1fr; } }
.yvjt2c3y ul.ad6uinp { margin: 0; }
.x2hw .ad6uinp,
.b17508dn .ad6uinp,
.ncqmf .ad6uinp,
.kuri .ad6uinp {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .nojuux5u { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .q0bk { grid-template-columns: 1fr; } .nvm7k3 { position: static; text-align: center; } }
@media (max-width: 860px) { .o38q { grid-template-columns: 1fr; } }
.kuri .ad6uinp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .xlrcp5wo { flex-direction: column; text-align: center; } .pyham { grid-template-columns: 1fr; } }
.wf2bhgzs .g6t4aghd { color: var(--accent-light); }
.lup0j1 .g6t4aghd { font-size: 2rem; }
.lup0j1 .nty6322r { max-width: 680px; }
.m9cvir {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.m9cvir .g6t4aghd { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.m9cvir .nty6322r  { margin: 0; }
@media (max-width: 640px) { .m9cvir { flex-direction: column; } }
.b1af .g6t4aghd { color: var(--accent-light); }
.d5lzkg .g6t4aghd { color: #fff; }
.d5lzkg .nty6322r  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .i2pky3e { grid-template-columns: 1fr; } }
.avejd860 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.avejd860 .izqb9nx7 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.avejd860 .izqb9nx7:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.lpmwilv .izqb9nx7 { background: var(--bg-raised); border-color: transparent; }
.lpmwilv .izqb9nx7:focus { background: var(--bg-card); border-color: var(--accent-light); }
.d8bhr7 .izqb9nx7 { border-radius: 100px; padding: 11px 20px; }
.d8bhr7 .nr3ygl { border-radius: 14px; }
.xvhfxok {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.xvhfxok summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.xvhfxok summary::-webkit-details-marker { display: none; }
.xvhfxok summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.xvhfxok[open] summary::after { content: "−"; }
.shh2et {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .mgiunrk { grid-template-columns: 1fr; } }
.btrjpf4{display:none}
.btrjpf4:empty,.bdxcad:empty{display:none}
.n2yj1b{position:relative;overflow:visible}
.hmxz .tci8qvy,.qh6nw0e .tci8qvy,
.hu22 .tci8qvy,.sd2x61 .tci8qvy,
.v9hiyr .tci8qvy,.ncm4 .tci8qvy{display:block}
.cm8jxu .jwz67sr{display:block}
.hmxz .tci8qvy,.qh6nw0e .tci8qvy,
.hu22 .tci8qvy,.sd2x61 .tci8qvy,
.v9hiyr .tci8qvy{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}
.hmxz .tci8qvy .bdxcad,.qh6nw0e .tci8qvy .bdxcad,
.hu22 .tci8qvy .bdxcad,.sd2x61 .tci8qvy .bdxcad,
.v9hiyr .tci8qvy .bdxcad{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}
.hmxz .thac5q,.qh6nw0e .thac5q,
.hu22 .thac5q,.sd2x61 .thac5q,
.v9hiyr .thac5q{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.hmxz .tci8qvy,.qh6nw0e .tci8qvy{top:12px}
.hmxz .tci8qvy .bdxcad{margin-right:auto}
.qh6nw0e .tci8qvy .bdxcad{margin-left:auto}
.qh6nw0e .tci8qvy{text-align:right}
.hu22 .tci8qvy,.sd2x61 .tci8qvy{bottom:12px}
.hu22 .tci8qvy .bdxcad{margin-right:auto}
.sd2x61 .tci8qvy .bdxcad{margin-left:auto}
.sd2x61 .tci8qvy{text-align:right}
.v9hiyr .tci8qvy{position:relative;margin-top:16px}
.v9hiyr .tci8qvy .bdxcad{margin:0 auto}
.ncm4 .tci8qvy{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ncm4 .tci8qvy .bdxcad{margin:0}
.ncm4 .ok3o1l51~.tci8qvy,
.ncm4 .lncpv6~.tci8qvy{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ncm4 .ok3o1l51~.tci8qvy .bdxcad,
.ncm4 .lncpv6~.tci8qvy .bdxcad{justify-content:flex-start}
.ok3o1l51~.tci8qvy,.lncpv6~.tci8qvy{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}
.ok3o1l51~.tci8qvy .bdxcad{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.lncpv6~.tci8qvy .bdxcad{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jwz67sr .bdxcad{margin:0 0 12px}
.bdxcad{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.thac5q{white-space:nowrap}
.acek5tqa .thac5q{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.g7gjlvt .thac5q{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.wggloqc .bdxcad{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.sexyw .thac5q{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.xqxga7yg .thac5q{color: var(--accent-light);opacity:1;font-weight:500}
.ovyt .thac5q{border-bottom:1px solid currentColor;padding-bottom:2px}
.tqhur .bdxcad{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.pssyg{--date-bg:transparent}
.k551dkml .z18ol::before{content:""}
.x891ov .thac5q + .thac5q::before{content:"•";margin-right:6px;opacity:.4}
.bj8wi1ex .thac5q + .thac5q::before{content:"/";margin-right:6px;opacity:.35}
.yri6cmu2 .thac5q + .thac5q::before{content:"|";margin-right:6px;opacity:.3}
.aer7b .thac5q + .thac5q::before{content:"—";margin-right:6px;opacity:.3}
.xsgsxc5 .thac5q + .thac5q::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.cnc134 .thac5q + .thac5q::before{content:"·";margin-right:6px;opacity:.4}
.o7mvzrrd .thac5q + .thac5q::before{content:"›";margin-right:6px;opacity:.4}
.g4zgt8k .thac5q + .thac5q::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.amkf .l3qbey2{padding:20px 0}
@media(max-width:640px){
  .l3qbey2{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .b7oo{max-width:100%}
}
.we3lo9 .u66os34{margin:0}
@media (max-width:560px){
  .lv5jry{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) {
  .vfdf2j { padding: 28px 18px 20px; }
  .fqa6 { font-size: 1.2rem; }
  .dqr50r { max-width: 220px; max-height: 80px; }
}
.hfuei  .f51bwj7 { border-radius: 6px; }
.m3fb1x .s3z4xru {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .f51bwj7 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.hoqm0 {
  margin: 28px 0 24px;
}
.hoqm0 .e46m6eqt {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.hoqm0 .wep3x {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.hoqm0 .s3z4xru {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .t6h7wwv { flex-direction: row-reverse; }
[dir="rtl"] .l8ra700d { flex-direction: row-reverse; }
[dir="rtl"] .y83b .yfoso8 { right: auto; left: 32px; }
[dir="rtl"] .z2onz  .yfoso8 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .y83b .yfoso8 { right: auto; left: 20px; }
  [dir="rtl"] .z2onz  .yfoso8 { left: auto;  right: 20px; }
}
[dir="rtl"] .xo9kb .ybn5ii  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .nvpgbv .ybn5ii { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .ok3o1l51,
[dir="rtl"] .tj1o4,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .e3mc, [dir="rtl"] .w7xmkk { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .dbtg4m2 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .s3z4xru { direction: rtl; }
[dir="rtl"] .v92eikdw { direction: rtl; }
[dir="rtl"] .lmtw1j { direction: rtl; }
[dir="rtl"] .tj7aoj0 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .oqb7iq .w7xmkk,
[dir="rtl"] .chji4 .w7xmkk,
[dir="rtl"] .y0d9jjv .w7xmkk,
[dir="rtl"] .kqqw1s .w7xmkk {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .oqb7iq .w7xmkk li::before,
[dir="rtl"] .chji4 .w7xmkk li::before,
[dir="rtl"] .y0d9jjv .w7xmkk li::before,
[dir="rtl"] .kqqw1s .w7xmkk li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .nll9g.ey489o .oqp8wf,
[dir="rtl"] .oi3ag3.ey489o .oqp8wf,
[dir="rtl"] .kcuyai.ey489o .oqp8wf,
[dir="rtl"] .m6bet.ey489o .oqp8wf,
[dir="rtl"] .jpfjww8.ey489o .oqp8wf { text-align: right; }
[dir="rtl"] .ok3o1l51.ey489o .xaht { align-items: flex-end; text-align: right; }
[dir="rtl"] .ok3o1l51.qugg .xaht { text-align: center; }
[dir="rtl"] .ok3o1l51 .xaht { text-align: right; }
[dir="rtl"] .wep3x,
[dir="rtl"] .dle5,
[dir="rtl"] .jjmtp3rp,
[dir="rtl"] .fmjpu6nx,
[dir="rtl"] .uv8erb,
[dir="rtl"] .ygevb,
[dir="rtl"] .izqb9nx7,
[dir="rtl"] .nr3ygl { text-align: right; direction: rtl; }
[dir="rtl"] .d8bhr7 .izqb9nx7,
[dir="rtl"] .avejd860 .izqb9nx7 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #1b2b81;
  --brand:           #1b2b81;
  --brand-light:     #1d2865;
  --brand-pale:      #313e83;
  --grad-start:      #2a44cc;
  --grad-end:        #6274d2;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1b2b81;
  --cta-light:       #111d62;
  --cta-hover:       #101a4e;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f5;
  --bg-raised:       #eeeef1;
  --bg-hover:        #f3f4f5;
  --border:          #e2e3e8;
  --border-alt:      #d0d2dc;
  --border-section:  #e2e3e8;
  --text-primary:    #17181b;
  --text-muted:      #525460;
  --text-body:       #2e3037;
  --text-sub:        #464852;
  --text-faint:      #757889;
  --text-dim:        #9093a1;
  --text-label:      #5d606e;
  --text-value:      #3a3c44;
  --accent-bg:       #e3e5f1;
  --accent-bg-light: #cbd0eb;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #138f67;
  --c-cons:          #9f214a;
  --c-pros-label:    #17aa7a;
  --c-tip-border:    #19bc87;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #138f67;
}
:root { --logo-bg-opacity: 43%; }
body, button, input { font-family: "Merriweather Sans", sans-serif; }
.zhqq .yw5cdx { font-size: 0; width: 1.2rem; flex-shrink: 0; }.zhqq .yw5cdx::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.zhqq .ar0po     .yw5cdx::before { content: "";  color: var(--c-tip-border); }.zhqq .tt676xu .yw5cdx::before { content: ""; color: var(--c-warn-border); }.zhqq .hp04    .yw5cdx::before { content: ""; color: #60a5fa; }.w5c6ivk .zhqq .ar0po     .yw5cdx::before { color: #10b981; }.w5c6ivk .zhqq .tt676xu .yw5cdx::before { color: #f43f5e; }.w5c6ivk .zhqq .hp04    .yw5cdx::before { color: #a855f7; }.stplmy1r  .zhqq .ar0po     .yw5cdx::before { color: #eab308; }.stplmy1r  .zhqq .tt676xu .yw5cdx::before { color: #ef4444; }.stplmy1r  .zhqq .hp04    .yw5cdx::before { color: #f97316; }.g4h5  .zhqq .ar0po     .yw5cdx::before { color: #38bdf8; }.g4h5  .zhqq .tt676xu .yw5cdx::before { color: #818cf8; }.g4h5  .zhqq .hp04    .yw5cdx::before { color: #2dd4bf; }.cwq8k .zhqq .yw5cdx::before { color: var(--accent-light) !important; }
.odvqn .es4oxsc, .odvqn .ok3o1l51 { min-height: 520px; }
.fni1 .xcmq::after, .fni1 .ltky::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; }
.nrsl8hge::before { content: '>'; }