:root {
  --color-accent: #2d5d6f;
  --color-cta: #00a5e7;
  --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;
}
.iqsvf4l {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.c9p6u {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.lhc6v {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.csf9 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ey2t2jn { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ey2t2jn a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ey2t2jn a:hover { color: var(--accent-light); }
.ibcg3e     .gphp { border-radius: 24px; padding: 8px; }
.ibcg3e .gphp li a { border-radius: 16px; }
@media (max-width: 640px) {
  .gphp {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .e9oxft3:hover .gphp,
  .e9oxft3:focus-within .gphp { display: block; }
  .gphp li a { padding: 8px 16px; font-size: 0.88rem; }
}
.j8qg {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.v9yqisw { display: none; }
@media (max-width: 640px) {
  .v9yqisw {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .v9yqisw.f5m79ye { display: block; }
}
@media (max-width: 640px) {
  .j8qg { display: block; }
  .ey2t2jn > li + li::before { display: none !important; }
  .ey2t2jn {
    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;
  }
  .ey2t2jn.f5m79ye { display: flex; }
  .ey2t2jn li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ey2t2jn li:last-child a { border-bottom: none; }
}
.tlxy { min-height: 480px; }
.r2kc {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.tqzoy { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.mwkdnn2 .tqzoy { margin-left: 0; margin-right: 0; }
.kto026ry {
  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;
}
.dnktru .kto026ry { margin-top: 24px; }
.kto026ry:hover { opacity: 0.88; }
.kdsu8u5 .br6v {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.kdsu8u5 .r2kc { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.kdsu8u5 .tqzoy { color: #e2e8f0; }
.kdsu8u5.dh6vdg .br6v { text-align: center; }
.kdsu8u5.mwkdnn2   .br6v { text-align: left; }
.t4pmb {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.t4pmb .br6v {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.t4pmb .r2kc { color: var(--text-primary); text-shadow: none; }
.t4pmb .tqzoy { color: var(--text-muted); }
.t4pmb .kto026ry { margin-top: 16px; }
.t4pmb, .t4pmb.tlxy { min-height: auto !important; }
.t4pmb.dh6vdg .br6v { text-align: center; }
.t4pmb.mwkdnn2   .br6v { text-align: left; }
.t4pmb~.rck3x2rq{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}
.t4pmb~.rck3x2rq .dvo7z{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); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.x72fae .r2kc { color: #fff; }
.x72fae .tqzoy { color: rgba(255,255,255,0.85); }
.x72fae .kto026ry { background: #fff; color: var(--cta); }
.x72fae .kto026ry:hover { opacity: 0.92; }
.zk0wb5sy .r2kc { text-shadow: none; color: var(--text-primary); }
.zk0wb5sy .tqzoy { color: var(--text-muted); }
body.h596gz3q .r2kc {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.wsyjps26 .r2kc {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.tlxy.x72fae .r2kc,
section.x72fae .r2kc {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.zk0wb5sy.mwkdnn2   .tdyg2 { align-items: flex-start; text-align: left; }
.tlxy .e1ulsf {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.e1ulsf .g4vsdt4.osnf7 {
  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;
}
.e1ulsf .g4vsdt4.osnf7:hover { opacity: 0.85; }
.c6met .br6v { padding-bottom: 24px; }
.dnktru .br6v { max-width: 1100px; }
@media (max-width: 700px) {
  .zk0wb5sy { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .zk0wb5sy:not(.os49b) .e041i { display: none !important; }
  .os49b .e041i { padding: 16px; }
  .tdyg2  { padding: 36px 24px; }
  .zk0wb5sy~.rck3x2rq,.bqyzh33~.rck3x2rq{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .tlxy, .zk0wb5sy { min-height: 320px !important; }
  .r2kc { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .jjsvx,
  .et5w1,
  .wznr2ox { grid-template-columns: 1fr !important; }

  

  
  .c6met { display: flex !important; flex-direction: column !important; }
  .c6met .br6v { display: contents; }
  .c6met .l7tils4b { order: 0; }
  .c6met .r2kc { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .c6met .jjsvx { order: 2; padding: 0 16px 12px !important; }
  .c6met .tqzoy { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .dnktru .br6v { display: flex; flex-direction: column; }
  .dnktru .br6v .r2kc { order: 1; }
  .dnktru .br6v .wznr2ox { order: 2; margin: 8px 0 24px !important; }
  .dnktru .br6v .tqzoy { order: 3; }
  .dnktru .br6v .kto026ry { order: 4; align-self: center; margin-top: 0; }

  
  .zk0wb5sy.os49b {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .zk0wb5sy.os49b .tdyg2 { display: contents; padding: 0; }
  .zk0wb5sy.os49b .tdyg2 .r2kc { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .zk0wb5sy.os49b .e041i { order: 2; padding: 12px 16px; }
  .zk0wb5sy.os49b .tdyg2 .tqzoy { order: 3; padding: 0 24px; margin: 0 auto; }
  .zk0wb5sy.os49b .tdyg2 .kto026ry { order: 4; align-self: center; margin: 8px 0 32px; }
}
.zoohv0t { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.znhyc2e { width: 100%; height: auto; display: block; border-radius: 10px; }
.kau5pm9b .zoohv0t        { border-radius: 16px; }
.kau5pm9b .znhyc2e  { border-radius: 16px; }
.jeyu .zoohv0t         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.jeyu .znhyc2e   { border-radius: 8px; }
.rvbqfkt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.p6u9twq { width: 100%; padding: 32px 0; position: relative; }
.j525 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.tp51o .p6u9twq:nth-child(even) { background: var(--bg-surface); }
.tp51o .p6u9twq:nth-child(odd)  { background: var(--bg-page); }
.qadmvy .p6u9twq:nth-child(even) { background: var(--bg-card); }
.qadmvy .p6u9twq:nth-child(odd)  { background: var(--bg-page); }
.tp51o .p6u9twq:nth-child(odd)  .j525 { background: var(--bg-card); border-radius: 6px; }
.tp51o .p6u9twq:nth-child(even) .j525 { background: var(--bg-raised); border-radius: 6px; }
.qadmvy .p6u9twq:nth-child(odd)  .j525 { background: var(--bg-card); border-radius: 6px; }
.qadmvy .p6u9twq:nth-child(even) .j525 { background: var(--bg-raised); border-radius: 6px; }
.tp51o .p6u9twq:nth-child(even) .rbzz1t .lgisufvr,
.qadmvy .p6u9twq:nth-child(even) .rbzz1t .lgisufvr { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.tp51o .p6u9twq:nth-child(odd) .rbzz1t .lgisufvr,
.qadmvy .p6u9twq:nth-child(odd) .rbzz1t .lgisufvr { background: var(--bg-card-inner); }
.tp51o .p6u9twq:nth-child(even) .y5mwf .lgisufvr:nth-child(odd),
.qadmvy .p6u9twq:nth-child(even) .y5mwf .lgisufvr:nth-child(odd)  { background: var(--bg-card); }
.tp51o .p6u9twq:nth-child(even) .y5mwf .lgisufvr:nth-child(even),
.qadmvy .p6u9twq:nth-child(even) .y5mwf .lgisufvr:nth-child(even) { background: var(--bg-card-inner); }
h1.yekpz46n { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.yekpz46n {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.q36wr { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.crktgrkq h2.yekpz46n {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.sui4d h2.yekpz46n {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.vum88x h2.yekpz46n {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.kpwdo865 h2.yekpz46n::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.qee6 h2.yekpz46n {
  color: var(--text-primary); font-size: 1.7rem;
}
.k8mhm h2.yekpz46n::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.zqaly5 h2.yekpz46n {
  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;
}
.lt0jq5r6 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .lt0jq5r6 { display: none; } }
.cfjq09 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.cj7xj7wm { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.d93mcb {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ulx3e { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ol6ur { padding-left: 20px; }
.ol6ur li { margin-bottom: 6px; }
.ol6ur a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ol6ur a:hover { color: var(--accent-light); }
.c79pmaj .ulx3e { display: none; }
.picsyb .ulx3e { display: none; }
.picsyb .ol6ur { padding-left: 0; list-style: none; }
.picsyb .ol6ur li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.picsyb .ol6ur a { font-size: 0.92rem; }
.fn8ayh .d93mcb { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.fn8ayh .ulx3e { display: none; }
.fn8ayh .ol6ur { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.fn8ayh .ol6ur li { margin-bottom: 0; }
.fn8ayh .ol6ur 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;
}
.fn8ayh .ol6ur a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.nk0fn41 .d93mcb { padding: 20px 20px 16px; }
.nk0fn41 .ol6ur {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.nk0fn41 .ol6ur li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.nk0fn41 .ol6ur 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;
}
.nk0fn41 .ol6ur 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;
}
.nk0fn41 .ol6ur a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.nk0fn41 .ol6ur a:focus,
.nk0fn41 .ol6ur a:focus-visible,
.nk0fn41 .ol6ur a:target { outline: none; }
.nk0fn41 .ol6ur li:target a { border-color: var(--border); color: var(--text-muted); }
.qo4c .d93mcb { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.qo4c .ulx3e { display: none; }
.qo4c .ol6ur { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.qo4c .ol6ur li { margin-bottom: 0; }
.qo4c .ol6ur li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.qo4c .ol6ur li:last-child::after { content: ""; margin-right: 0; }
.qo4c .ol6ur a { font-size: 0.9rem; }
.lgisufvr { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.rbzz1t .lgisufvr { background: var(--bg-card); }
.y5mwf .lgisufvr:nth-child(odd)  { background: var(--bg-card); }
.y5mwf .lgisufvr:nth-child(even) { background: var(--bg-raised); }
.wr7tip7 .lgisufvr {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.wr7tip7 .lgisufvr:last-child { border-bottom: none; }
.wr7tip7 h3.q36wr { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.i31d0 .lgisufvr {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.i31d0 .lgisufvr + .lgisufvr { margin-top: 4px; }
.orv40 .lgisufvr { background: none; border-radius: 0; padding: 12px 0; }
.orv40 .lgisufvr + .lgisufvr { border-top: 1px solid var(--border-section); }
.nnzvoff { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.gxnv { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.cedg { color: var(--text-body); margin-bottom: 10px; }
.fxj4, .zvtny { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.fxj4 li, .zvtny li { margin-bottom: 6px; }
.zvtny li { list-style: decimal; }
.ojctem     .fxj4 { list-style-type: "● "; }
.dawg4p  .fxj4 { list-style-type: "■ "; }
.ksbiokn .fxj4 { list-style-type: "◆ "; }
.zicc94i    .fxj4 { list-style-type: "★ "; }
.ojctem     .dbvjk { list-style-type: "● "; }
.dawg4p  .dbvjk { list-style-type: "■ "; }
.ksbiokn .dbvjk { list-style-type: "◆ "; }
.zicc94i    .dbvjk { list-style-type: "★ "; }
.ojctem    .fxj4 li::marker, .ojctem    .dbvjk li::marker,
.dawg4p .fxj4 li::marker, .dawg4p .dbvjk li::marker,
.ksbiokn .fxj4 li::marker, .ksbiokn .dbvjk li::marker,
.zicc94i   .fxj4 li::marker, .zicc94i   .dbvjk li::marker {
  color: var(--cta); font-size: 1em;
}
.ojctem .zvtny,
.dawg4p .zvtny,
.ksbiokn .zvtny,
.zicc94i .zvtny {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ojctem .zvtny li,
.dawg4p .zvtny li,
.ksbiokn .zvtny li,
.zicc94i .zvtny li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ojctem .zvtny li::before,
.dawg4p .zvtny li::before,
.ksbiokn .zvtny li::before,
.zicc94i .zvtny 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;
}
.ojctem     .zvtny li::before { border-radius: 50%; }
.dawg4p  .zvtny li::before { border-radius: 3px; }
.ksbiokn .zvtny li::before { border-radius: 3px; }
.zicc94i    .zvtny li::before { border-radius: 50%; }
.mykt4dsb { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.sx1u .mykt4dsb,
.mqkbb1 .mykt4dsb { background: transparent; border: none; border-radius: 0; }
.kh15g { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.kh15g th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.kh15g td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.kh15g tr:hover td { background: var(--bg-hover); }
.achtfxs .kh15g tbody tr:nth-child(even) td { background: var(--bg-surface); }
.gq79gv .kh15g { border: 1px solid var(--border-alt); }
.gq79gv .kh15g th,
.gq79gv .kh15g td { border: 1px solid var(--border-alt); }
.y5ov19 .kh15g th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.y5ov19 .kh15g td { border-bottom: none; }
.y5ov19 .kh15g tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.dg2pe .kh15g th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.jkr1c .mykt4dsb {
  overflow: hidden;
}
.jkr1c .kh15g th { border-bottom: 1px solid var(--border-alt); }
.jkr1c .kh15g tr:last-child td { border-bottom: none; }
.oey10utt { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ed895ozl { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.pc7pwtzu { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.tz3q { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.x1z6v { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.dbvjk { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.dbvjk 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%}
.dhz0vl .tz3q { background: transparent; text-align: center; }
.fthi .pc7pwtzu {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.gk27 .pc7pwtzu {
  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);
}
.fdwp2 .ed895ozl { display: grid; grid-template-columns: auto 1fr; }
.fdwp2 .pc7pwtzu {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.fdwp2 .tz3q { grid-column: 2; }
.fdwp2 .x1z6v,
.fdwp2 .dbvjk { grid-column: 1 / -1; }
.l9swm2 .ed895ozl { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.l9swm2 .pc7pwtzu {
  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);
}
.l9swm2 .tz3q { grid-column: 2; }
.l9swm2 .x1z6v,
.l9swm2 .dbvjk { grid-column: 1 / -1; }
.xmi45mxl .ed895ozl { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.xmi45mxl .tz3q { background: none; color: var(--accent-light); font-weight: 700; }
.deh9wiq .ed895ozl { 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); }
.deh9wiq .tz3q { background: none; color: var(--accent-light); font-weight: 700; }
.vhvqky .ed895ozl { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.vhvqky .ed895ozl:last-child { border-bottom: none; }
.vhvqky .tz3q { background: none; color: var(--accent-light); font-weight: 700; }
.q9tho .ed895ozl { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.q9tho .tz3q { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.evbv3bql .oey10utt { counter-reset: card-n; }
.evbv3bql .ed895ozl  { counter-increment: card-n; }
.evbv3bql .tz3q { display: flex; align-items: center; gap: 10px; }
.evbv3bql .tz3q::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;
}
.zanb .ed895ozl { background: var(--bg-surface); border: 1px solid var(--border); }
.zanb .tz3q { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.fs7a4w { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.nsbrf  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.itvpwaym { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ku08 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.fs7a4w strong { color: var(--text-primary); font-size: 0.95rem; }
.fs7a4w p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.wwz2yb6 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.bmrjqc, .jxutitq { border-radius: 8px; padding: 14px; }
.bmrjqc { background: var(--bg-pros); }
.jxutitq { background: var(--bg-cons); }
.zsz8nib { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.bmrjqc .zsz8nib { color: var(--c-pros-label); }
.jxutitq .zsz8nib { color: #f87171; }
.bmrjqc ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.jxutitq ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.znhyc2e { width: 100%; height: auto; border-radius: 10px; display: block; }
.osnf7 {
  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;
}
.osnf7:hover { opacity: 0.85; }
.rziqr .osnf7  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.rziqr .osnf7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.o8hsy2 .osnf7  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.o8hsy2 .osnf7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mjuifu .kto026ry { border-radius: 50px; }
.mjuifu .osnf7  { border-radius: 50px; }
.t2kq8yts .kto026ry { padding-left: 22px; padding-right: 22px; }
.t2kq8yts .osnf7  { padding-left: 12px; padding-right: 12px; }
.ebrki5q .kto026ry { padding-left: 44px; padding-right: 44px; }
.ebrki5q .osnf7  { padding-left: 24px; padding-right: 24px; }
.ibak .kto026ry { padding-left: 56px; padding-right: 56px; }
.ibak .osnf7  { padding-left: 32px; padding-right: 32px; }
.kb296h   .kto026ry::after, .kb296h   .osnf7::after,
.k4e8a658 .kto026ry::after, .k4e8a658 .osnf7::after,
.uuopvm    .kto026ry::after, .uuopvm    .osnf7::after,
.klz9mp9    .kto026ry::after, .klz9mp9    .osnf7::after,
.pukdo02    .kto026ry::after, .pukdo02    .osnf7::after,
.cjrd     .kto026ry::after, .cjrd     .osnf7::after,
.gnwrc    .kto026ry::after, .gnwrc    .osnf7::after,
.vua8n66   .kto026ry::after, .vua8n66   .osnf7::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;
}
.kb296h .kto026ry::after, .kb296h .osnf7::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");
}
.k4e8a658 .kto026ry::after, .k4e8a658 .osnf7::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");
}
.uuopvm .kto026ry::after, .uuopvm .osnf7::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");
}
.klz9mp9 .kto026ry::after, .klz9mp9 .osnf7::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");
}
.pukdo02 .kto026ry::after, .pukdo02 .osnf7::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");
}
.cjrd .kto026ry::after, .cjrd .osnf7::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");
}
.gnwrc .kto026ry::after, .gnwrc .osnf7::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");
}
.vua8n66 .kto026ry::after, .vua8n66 .osnf7::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");
}
.b5l3iy6   .vixsgmn::after, .b5l3iy6   .j4qwpy::after,
.kldwh7 .vixsgmn::after, .kldwh7 .j4qwpy::after,
.vmykywh    .vixsgmn::after, .vmykywh    .j4qwpy::after,
.hq8zxiw    .vixsgmn::after, .hq8zxiw    .j4qwpy::after,
.ph9wiap    .vixsgmn::after, .ph9wiap    .j4qwpy::after,
.i12h6     .vixsgmn::after, .i12h6     .j4qwpy::after,
.jxal9is    .vixsgmn::after, .jxal9is    .j4qwpy::after,
.ol1lerq   .vixsgmn::after, .ol1lerq   .j4qwpy::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;
}
.b5l3iy6 .vixsgmn::after, .b5l3iy6 .j4qwpy::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");
}
.kldwh7 .vixsgmn::after, .kldwh7 .j4qwpy::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");
}
.vmykywh .vixsgmn::after, .vmykywh .j4qwpy::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");
}
.hq8zxiw .vixsgmn::after, .hq8zxiw .j4qwpy::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");
}
.ph9wiap .vixsgmn::after, .ph9wiap .j4qwpy::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");
}
.i12h6 .vixsgmn::after, .i12h6 .j4qwpy::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");
}
.jxal9is .vixsgmn::after, .jxal9is .j4qwpy::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");
}
.ol1lerq .vixsgmn::after, .ol1lerq .j4qwpy::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");
}
.g4vsdt4.osnf7 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ubzyr6b {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ubzyr6b::before    { grid-area: rank;   }
  .si795           { grid-area: ident;  }
  .v98o6     { grid-area: rating; min-width: 0; width: auto; }
  .pl6cf           { grid-area: pills;  }
  .g4vsdt4             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ubzyr6b {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ubzyr6b::before    { justify-self: center; }
  .si795           { width: 100%; }
  .v98o6     { justify-self: center; }
  .pl6cf           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .b9qk1z .yn52hkb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .b9qk1z .ubemnatn { margin: 0; }
}
.cilwh .nooclv1 { padding: 0; gap: 0; overflow: hidden; }
.cilwh .zam6 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.cilwh .fisty3li { padding: 16px 20px; }
.cilwh .f1vcplab { padding: 16px 20px; align-self: center; }
.mqkbb1 .wwz2yb6 { gap: 10px; }
.mqkbb1 .bmrjqc, .mqkbb1 .jxutitq { padding: 12px; }
.mqkbb1 .bmrjqc ul, .mqkbb1 .jxutitq ul { margin: 4px 0 0; padding-left: 18px; }
.mqkbb1 .bmrjqc li, .mqkbb1 .jxutitq li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .djter { grid-template-columns: 1fr; }
  .emueg { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .emueg .uksquo { width: 72px; height: 50px; }
  .emueg .xcwjij1 { max-width: 180px; }
  .emueg .cy82hz3k { width: auto; }
}
@media (max-width: 720px) {
  .zlimh4 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .db6kxg { padding: 16px; }
  .mhfvk .jck1xt { min-width: 50%; }
}
.we239 .wwz2yb6 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .hgujg9 { grid-template-columns: 1fr; }
  .uuekot { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rrndk2ag { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .yscr { flex-wrap: wrap; padding: 16px; }
}
.eop72mhf .wwz2yb6 { gap: 8px; }
.eop72mhf .bmrjqc, .eop72mhf .jxutitq { padding: 8px; }
@media (max-width: 480px) {
  .i99r8 { flex-direction: column; align-items: stretch; }
}
.iqdr .cy82hz3k .osnf7 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .bcs5i6ln { flex-direction: column; align-items: stretch; gap: 10px; }
  .iqdr .cy82hz3k { text-align: center; }
}
@media (max-width: 720px) {
  .azscp { grid-template-columns: 1fr; }
  .pvwez { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .srdc2pti { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .envisd { grid-template-columns: 1fr; }
  .x1covzr { width: 100px; height: 100px; margin: 16px auto; }
  .mt3w { font-size: 1.4rem; }
  .xfve { justify-content: center; }
  .ftjigq .jck1xt { min-width: 50%; }
}
.r6j6fz .wwz2yb6 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .pp39o { flex-wrap: wrap; padding: 14px 16px; }
  .sl61ley { padding: 12px 16px; }
  .r6j6fz .wwz2yb6 { margin: 0 16px; }
  .r6j6fz .n2j1 { padding: 0 16px; }
  .wbav { padding: 12px 16px; }
}
.z8xejcz .v7eddg { gap: 0; }
.z8xejcz .ubzyr6b {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.z8xejcz .ubzyr6b:last-child { border-bottom: none; }
.z8xejcz .ubzyr6b:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.z8xejcz .ubzyr6b:nth-child(even):hover { background: var(--bg-hover); }
.hl5sf7f6 .pl6cf .f8vfn2 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.ocboaczs .pku87 { display: none; }
.ocboaczs .wg6hxvg { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.ocboaczs .wg6hxvg {
  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;
}
.ocboaczs .wg6hxvg small { display: none; }
.ocboaczs .gty3lnx2 .f3miw { display: none; }
.ocboaczs .gty3lnx2 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.ocboaczs .n91pe { display: none; }
.z34y { margin: 16px 0; }
.y1xn { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.y1xn summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.y1xn summary::after { content: "+"; color: var(--accent-light); }
.y1xn[open] summary::after { content: "−"; }
.y1xn p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.p6u9twq { margin-bottom: 0; }
.p9792l h2.yekpz46n { color: var(--text-primary); border-color: var(--accent-light); }
.bt2mh h2.yekpz46n { color: var(--text-primary); border-color: var(--accent-light); }
.x410a7 .nsbrf     { background: #052e16; border-color: #10b981; }
.x410a7 .itvpwaym    { background: #1e1036; border-color: #a855f7; }
.x410a7 .fs7a4w strong  { color: #f1f5f9; }
.x410a7 .fs7a4w p       { color: #cbd5e1; }
.x410a7 .l2pfs2o4    .nsbrf     .ku08::before,
.x410a7 .ajvb2c  .nsbrf     .ku08::before,
.x410a7 .hd51kazx  .nsbrf     .ku08::before,
.x410a7 .jkon .nsbrf     .ku08::before { color: #10b981; }
.x410a7 .l2pfs2o4    .jnqm32es .ku08::before,
.x410a7 .ajvb2c  .jnqm32es .ku08::before,
.x410a7 .hd51kazx  .jnqm32es .ku08::before,
.x410a7 .jkon .jnqm32es .ku08::before { color: #f43f5e; }
.x410a7 .l2pfs2o4    .itvpwaym    .ku08::before,
.x410a7 .ajvb2c  .itvpwaym    .ku08::before,
.x410a7 .hd51kazx  .itvpwaym    .ku08::before,
.x410a7 .jkon .itvpwaym    .ku08::before { color: #a855f7; }
.spea .nsbrf     { background: #2d2000; border-color: #eab308; }
.spea .itvpwaym    { background: #2d1600; border-color: #f97316; }
.spea .fs7a4w strong  { color: #f1f5f9; }
.spea .fs7a4w p       { color: #cbd5e1; }
.spea .l2pfs2o4    .nsbrf     .ku08::before,
.spea .ajvb2c  .nsbrf     .ku08::before,
.spea .hd51kazx  .nsbrf     .ku08::before,
.spea .jkon .nsbrf     .ku08::before { color: #eab308; }
.spea .l2pfs2o4    .jnqm32es .ku08::before,
.spea .ajvb2c  .jnqm32es .ku08::before,
.spea .hd51kazx  .jnqm32es .ku08::before,
.spea .jkon .jnqm32es .ku08::before { color: #ef4444; }
.spea .l2pfs2o4    .itvpwaym    .ku08::before,
.spea .ajvb2c  .itvpwaym    .ku08::before,
.spea .hd51kazx  .itvpwaym    .ku08::before,
.spea .jkon .itvpwaym    .ku08::before { color: #f97316; }
.bmmsekw9 .nsbrf     { background: #0c1a2e; border-color: #38bdf8; }
.bmmsekw9 .itvpwaym    { background: #0a2020; border-color: #2dd4bf; }
.bmmsekw9 .fs7a4w strong  { color: #f1f5f9; }
.bmmsekw9 .fs7a4w p       { color: #cbd5e1; }
.bmmsekw9 .l2pfs2o4    .nsbrf     .ku08::before,
.bmmsekw9 .ajvb2c  .nsbrf     .ku08::before,
.bmmsekw9 .hd51kazx  .nsbrf     .ku08::before,
.bmmsekw9 .jkon .nsbrf     .ku08::before { color: #38bdf8; }
.bmmsekw9 .l2pfs2o4    .jnqm32es .ku08::before,
.bmmsekw9 .ajvb2c  .jnqm32es .ku08::before,
.bmmsekw9 .hd51kazx  .jnqm32es .ku08::before,
.bmmsekw9 .jkon .jnqm32es .ku08::before { color: #818cf8; }
.bmmsekw9 .l2pfs2o4    .itvpwaym    .ku08::before,
.bmmsekw9 .ajvb2c  .itvpwaym    .ku08::before,
.bmmsekw9 .hd51kazx  .itvpwaym    .ku08::before,
.bmmsekw9 .jkon .itvpwaym    .ku08::before { color: #2dd4bf; }
.elacmqm1 .nsbrf     { background: var(--accent-bg); border-color: var(--accent-light); }
.elacmqm1 .jnqm32es { background: var(--accent-bg-light); border-color: var(--accent-light); }
.elacmqm1 .itvpwaym    { background: var(--accent-bg); border-color: var(--accent-pale); }
.elacmqm1 .l2pfs2o4    .ku08::before,
.elacmqm1 .ajvb2c  .ku08::before,
.elacmqm1 .hd51kazx  .ku08::before,
.elacmqm1 .jkon .ku08::before { color: var(--accent-light) !important; }
.petdanww::before,
.dzox1e::before { margin-right: 5px; }
.tv32i .bmrjqc ul li,
.tv32i .bmrjqc .petdanww { color: #22c55e; }
.tv32i .jxutitq ul li,
.tv32i .jxutitq .dzox1e { color: #ef4444; }
.v1uw .bmrjqc { background: var(--bg-pros); }
.v1uw .jxutitq { background: var(--bg-cons); }
.v1uw .bmrjqc .petdanww { color: var(--c-pros-label); }
.v1uw .jxutitq .dzox1e { color: var(--c-cons); }
.v1uw .bmrjqc ul li,
.v1uw .n3acm6ze li            { color: var(--c-pros); }
.v1uw .jxutitq ul li,
.v1uw .bvsix li            { color: var(--c-cons); }
.wtfq2xxg .bmrjqc { background: var(--bg-pros); }
.wtfq2xxg .jxutitq { background: var(--bg-cons); }
.wtfq2xxg .bmrjqc .petdanww { color: var(--c-pros-label); }
.wtfq2xxg .jxutitq .dzox1e { color: var(--c-cons); }
.wtfq2xxg .bmrjqc ul li,
.wtfq2xxg .jxutitq ul li,
.cnz2 .petdanww::before { content: "✓ "; }
.cnz2 .dzox1e::before { content: "✗ "; }
.xo43tn .petdanww::before { content: "→ "; }
.xo43tn .dzox1e::before { content: "← "; }
.xt46 .petdanww::before { content: "★ "; }
.xt46 .dzox1e::before { content: "✕ "; }
.aq4oa48 .petdanww::before { content: "◆ "; }
.aq4oa48 .dzox1e::before { content: "▲ "; }
.dhvt .fs7a4w { background: transparent; border-left: none; border: 1.5px solid; }
.dhvt .nsbrf     { border-color: var(--c-tip-border); }
.dhvt .itvpwaym    { border-color: #60a5fa; }
.dhvt .fs7a4w strong { color: var(--text-primary); }
.dhvt .fs7a4w p      { color: var(--text-muted); }
.vxe4wdpk .fs7a4w { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.vxe4wdpk .nsbrf     { border-top-color: var(--c-tip-border); }
.vxe4wdpk .itvpwaym    { border-top-color: #60a5fa; }
.p542p .fs7a4w { border-left: none; border-radius: 8px; }
.p542p .nsbrf     { background: #065f46; }
.p542p .itvpwaym    { background: #1e3a8a; }
.p542p .fs7a4w strong,
.p542p .fs7a4w p { color: #fff; }
.p542p .ku08::before { color: rgba(255,255,255,0.85) !important; }
.x410a7.p542p .nsbrf,
.x410a7 .p542p .nsbrf     { background: #052e16; }
.x410a7.p542p .itvpwaym,
.x410a7 .p542p .itvpwaym    { background: #1e1036; }
.spea.p542p .nsbrf,
.spea .p542p .nsbrf      { background: #2d2000; }
.spea.p542p .itvpwaym,
.spea .p542p .itvpwaym     { background: #2d1600; }
.bmmsekw9.p542p .nsbrf,
.bmmsekw9 .p542p .nsbrf      { background: #0c1a2e; }
.bmmsekw9.p542p .itvpwaym,
.bmmsekw9 .p542p .itvpwaym     { background: #0a2020; }
.wa4z .fs7a4w { border-left: none; border-radius: 6px; padding: 10px 14px; }
.wa4z .nsbrf     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.wa4z .jnqm32es { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.wa4z .itvpwaym    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.wa4z .fs7a4w strong { color: var(--text-primary); }
.wa4z .fs7a4w p      { color: var(--text-muted); }
.ooif80 .fs7a4w { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.l2pfs2o4 .ku08,
.ajvb2c .ku08,
.hd51kazx .ku08,
.jkon .ku08 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.l2pfs2o4 .ku08::before,
.ajvb2c .ku08::before,
.hd51kazx .ku08::before,
.jkon .ku08::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.l2pfs2o4 .nsbrf     .ku08::before { content: "✦"; color: var(--c-tip-border); }
.l2pfs2o4 .jnqm32es .ku08::before { content: "▲"; color: var(--c-warn-border); }
.l2pfs2o4 .itvpwaym    .ku08::before { content: "◉"; color: #60a5fa; }
.ajvb2c .nsbrf     .ku08::before { content: "★"; color: var(--c-tip-border); }
.ajvb2c .jnqm32es .ku08::before { content: "◆"; color: var(--c-warn-border); }
.ajvb2c .itvpwaym    .ku08::before { content: "●"; color: #60a5fa; }
.hd51kazx .nsbrf     .ku08::before { content: "▶"; color: var(--c-tip-border); }
.hd51kazx .jnqm32es .ku08::before { content: "■"; color: var(--c-warn-border); }
.hd51kazx .itvpwaym    .ku08::before { content: "▸"; color: #60a5fa; }
.jkon .nsbrf     .ku08::before { content: "→"; color: var(--c-tip-border); }
.jkon .jnqm32es .ku08::before { content: "⬥"; color: var(--c-warn-border); }
.jkon .itvpwaym    .ku08::before { content: "◈"; color: #60a5fa; }
.pl15ih .rbzz1t .lgisufvr,
.pl15ih .y5mwf .lgisufvr  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.pl15ih .ed895ozl                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.pl15ih .mykt4dsb          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.pl15ih .d93mcb                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.w1k3 .rbzz1t .lgisufvr,
.w1k3 .y5mwf .lgisufvr,
.w1k3 .ed895ozl,
.w1k3 .ubzyr6b,
.w1k3 .ubemnatn,
.w1k3 .mykt4dsb,
.w1k3 .d93mcb,
.w1k3 .ooif80 .fs7a4w { box-shadow: none; }
.kdkwc   .cedg, .kdkwc .nnzvoff, .kdkwc .gxnv,
.kdkwc   .cfjq09, .kdkwc .cj7xj7wm { font-size: 0.9rem; }
.kdkwc   .fxj4, .kdkwc .zvtny { font-size: 0.9rem; }
.bxtb   .cedg, .bxtb .nnzvoff, .bxtb .gxnv,
.bxtb   .cfjq09, .bxtb .cj7xj7wm { font-size: 0.95rem; }
.bxtb   .fxj4, .bxtb .zvtny { font-size: 0.95rem; }
.o3vs   .cedg, .o3vs .nnzvoff, .o3vs .gxnv,
.o3vs   .cfjq09, .o3vs .cj7xj7wm { font-size: 1.08rem; }
.o3vs   .fxj4, .o3vs .zvtny { font-size: 1.05rem; }
.o3vs   .kh15g { font-size: 0.97rem; }
.u6ao31 .r2kc      { font-size: 3.2rem; }
.u6ao31 h2.yekpz46n { font-size: 1.9rem; }
.u6ao31 h3.q36wr     { font-size: 1.4rem; }
.g5xbd .r2kc      { font-size: 3.8rem; }
.g5xbd h2.yekpz46n { font-size: 2.2rem; }
.g5xbd h3.q36wr     { font-size: 1.6rem; }
.p6u9twq + .p6u9twq { position: relative; }
.uxu8j   .p6u9twq + .p6u9twq::before,
.qt6csrx  .p6u9twq + .p6u9twq::before,
.fafmo   .p6u9twq + .p6u9twq::before,
.hlbl8m   .p6u9twq + .p6u9twq::before,
.su3pd   .p6u9twq + .p6u9twq::before,
.i6ff .p6u9twq + .p6u9twq::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.uxu8j .p6u9twq + .p6u9twq::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.qt6csrx .p6u9twq + .p6u9twq::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.fafmo .p6u9twq + .p6u9twq::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;
}
.hlbl8m .p6u9twq + .p6u9twq::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.nxbpnw .p6u9twq { margin-bottom: 16px; }
.nxbpnw .p6u9twq + .p6u9twq { margin-top: 0; }
.nxbpnw .j525 { padding-top: 0; padding-bottom: 0; }
.su3pd .p6u9twq + .p6u9twq::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.i6ff .p6u9twq + .p6u9twq::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ajfhdyp .p6u9twq + .p6u9twq::before,
.qnst7v7j .p6u9twq + .p6u9twq::before,
.zxtg7i .p6u9twq + .p6u9twq::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%;
}
.tp51o .ajfhdyp .p6u9twq:nth-child(even)::before,
.tp51o .qnst7v7j .p6u9twq:nth-child(even)::before,
.tp51o .zxtg7i .p6u9twq:nth-child(even)::before { background: var(--bg-surface); }
.qadmvy .ajfhdyp .p6u9twq:nth-child(even)::before,
.qadmvy .qnst7v7j .p6u9twq:nth-child(even)::before,
.qadmvy .zxtg7i .p6u9twq:nth-child(even)::before { background: var(--bg-card); }
.ajfhdyp .p6u9twq + .p6u9twq::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");
}
.qnst7v7j .p6u9twq + .p6u9twq::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");
}
.zxtg7i .p6u9twq + .p6u9twq::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");
}
.khnk .br6v,
.twv65a4 .br6v { margin-bottom: 60px; }
.lj1u .br6v { margin-bottom: 70px; }
.y85u5 .x72fae { background: var(--accent); }
.y85u5 .x72fae .l7tils4b { background: none; }
.y85u5 .uc4c { background: var(--accent); }
.y85u5 .zk0wb5sy { background: var(--accent-bg); }
.y85u5 .kdsu8u5:not(.x72fae) .l7tils4b { background: rgba(0,0,0,0.6); }
.stis .zoohv0t { float: left; width: 38%; margin: 0 28px 16px 0; }
.stis .zoohv0t .znhyc2e { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.stis .j525::after { content: ''; display: block; clear: both; }
.g4htlz3z .zoohv0t { float: right; width: 38%; margin: 0 0 16px 28px; }
.g4htlz3z .zoohv0t .znhyc2e { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.g4htlz3z .j525::after { content: ''; display: block; clear: both; }
.sbfnr .p6u9twq:nth-child(odd)  .zoohv0t { float: left;  width: 38%; margin: 0 28px 16px 0; }
.sbfnr .p6u9twq:nth-child(even) .zoohv0t { float: right; width: 38%; margin: 0 0 16px 28px; }
.sbfnr .zoohv0t .znhyc2e { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.sbfnr .j525::after { content: ''; display: block; clear: both; }
.stis .oey10utt,
.g4htlz3z .oey10utt,
.g4htlz3z .v7eddg,
.sbfnr .oey10utt,
@media (max-width: 900px) {
  .stis .zoohv0t,
  .g4htlz3z .zoohv0t,
  .sbfnr .p6u9twq:nth-child(odd)  .zoohv0t,
  .sbfnr .p6u9twq:nth-child(even) .zoohv0t {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .stis .zoohv0t .znhyc2e,
  .g4htlz3z .zoohv0t .znhyc2e,
  .sbfnr .zoohv0t .znhyc2e {
    max-height: none !important;
  }
}
.stis .fxj4,
.stis .zvtny,
.g4htlz3z .fxj4,
.g4htlz3z .zvtny,
.sbfnr .fxj4,
.sbfnr .zvtny { overflow: hidden; }
@media (max-width: 640px) {
  .stis .zoohv0t,
  .g4htlz3z .zoohv0t,
  .sbfnr .zoohv0t { float: none; width: 100%; margin: 0 0 16px 0; }
}
.uu7ac1 .rvbqfkt,
.uu7ac1 .j525,
.uu7ac1 .yyr6bdyf  { max-width: 1100px; }
.pxm4h .rvbqfkt,
.pxm4h .j525,
.pxm4h .yyr6bdyf  { max-width: 1200px; }
.kdokp .rvbqfkt,
.kdokp .j525,
.kdokp .yyr6bdyf  { max-width: 1320px; }
.yt17v3x { font-size: 0.82rem; color: var(--text-muted); }
.rjiy3cf { display: flex; align-items: center; }
.fxu4q {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.lx6fqu { display: flex; align-items: center; }
.os8u9wy { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.os8u9wy:hover { text-decoration: underline; }
.mh20pgo { margin: 0 3px; opacity: 0.45; }
.mh20pgo::before { content: '/'; }
.dlsy89en { padding: 2px 5px; color: var(--text-main); }
.vegffgrq .yt17v3x {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.vegffgrq .rjiy3cf { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.rokgao .yt17v3x {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.rokgao .rjiy3cf { padding: 0 0 0 12px; }
.i5l1sl {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.dbz46r .rjiy3cf { padding: 0 16px; }
.dbz46r .yt17v3x {
  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);
}
.dbz46r .rvbqfkt { padding-top: 28px; }
@media (max-width: 720px) {
  .i5l1sl { margin-top: 18px; padding: 0 16px; }
  .dbz46r .rvbqfkt { padding-top: 16px; }
}
.uu7ac1.vegffgrq .rjiy3cf { max-width: 1100px; }
.pxm4h.vegffgrq .rjiy3cf { max-width: 1200px; }
.kdokp.vegffgrq .rjiy3cf { max-width: 1320px; }
.uu7ac1 .i5l1sl { max-width: 1100px; }
.pxm4h .i5l1sl { max-width: 1200px; }
.kdokp .i5l1sl { max-width: 1320px; }
.o3rrwuv .p6u9twq { padding-top: 16px; padding-bottom: 16px; }
.ucebqc3e .p6u9twq { padding-top: 24px; padding-bottom: 24px; }
.egjo .p6u9twq { padding-top: 40px; padding-bottom: 40px; }
.h2do37 .p6u9twq { padding-top: 52px; padding-bottom: 52px; }
.digxvp .p6u9twq:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.digxvp .p6u9twq:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.digxvp .p6u9twq:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.digxvp .p6u9twq:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.h21a .j525 { padding-top: 10px;  padding-bottom: 10px; }
.o233z1 .j525 { padding-top: 18px;  padding-bottom: 18px; }
.lbqzye3 .j525 { padding-top: 36px;  padding-bottom: 36px; }
.fudgk .j525 { padding-top: 48px;  padding-bottom: 48px; }
.mq3epzm9 h2.yekpz46n { font-weight: 600; }
.mq3epzm9 h3.q36wr     { font-weight: 600; }
.qrnwl { font-weight: 500; }
.qrnwl h2.yekpz46n { font-weight: 800; }
.qrnwl h3.q36wr     { font-weight: 700; }
.uc9bbvjr h2.yekpz46n { font-weight: 900; }
.uc9bbvjr h3.q36wr     { font-weight: 800; }
.uc9bbvjr .fs7a4w strong,
.uc9bbvjr .fs7a4w strong { font-weight: 600; }
.vixsgmn {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.uevms .vixsgmn { display: none; }
@media (max-width: 640px) {
  .chd9ez { display: none; }
  .vixsgmn {
    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;
  }
}
.vixsgmn { background: var(--cta) !important; color: #fff !important; border: none !important; }
.vixsgmn:hover { opacity: 0.85; }
.e8a8e1 .vixsgmn { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.djkf4t .vixsgmn,
.mk9e7gg  .vixsgmn { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.djkf4t .vixsgmn:hover,
.mk9e7gg  .vixsgmn:hover { opacity: 0.88; }
.e8a8e1.djkf4t .vixsgmn,
.e8a8e1.mk9e7gg  .vixsgmn { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.j4qwpy {
  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;
}
.j4qwpy:hover { transform: translateY(-2px); opacity: 0.92; }
.j4qwpy { background: var(--cta) !important; color: #fff !important; border: none !important; }
.g8f4 .j4qwpy { display: none; }
.nwybsdc .j4qwpy { right: 32px; }
.i8saj  .j4qwpy { left: 32px; }
@media (max-width: 480px) {
  .nwybsdc .j4qwpy { right: 20px; bottom: 20px; }
  .i8saj  .j4qwpy { left: 20px; bottom: 20px; }
}
.d3r1m2 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.yyr6bdyf { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.e3376axo { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ckinx { color: var(--text-dim); font-size: 0.8rem; }
.qrgi4 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.qrgi4 img { height: 26px; width: auto; object-fit: contain; }
.nx4a5ob .yyr6bdyf { text-align: center; }
.nx4a5ob .e3376axo { margin-top: 0; }
@media (max-width: 640px) {
  .yyr6bdyf { padding-left: 16px; padding-right: 16px; }
  .bnkm .yyr6bdyf { padding: 20px 16px; }
  .ana6ia5 { gap: 4px 12px; }
  .e3376axo { font-size: 0.78rem; }
}
.usyey .vg7bo .qrgi4 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.usyey .e3376axo { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.usyey .ckinx { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .usyey .xtjfe { grid-template-columns: 1fr 1fr; } .usyey .vg7bo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .usyey .xtjfe { grid-template-columns: 1fr; } }
.yu1gdk0 .v41nnp { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.yu1gdk0 .qrgi4 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.yu1gdk0 .xqho { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.yu1gdk0 .xqho a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.yu1gdk0 .xqho a:hover { color: var(--accent-light); }
.oiclhl3 { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.yu1gdk0 .vqm5k { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.yu1gdk0 .qdpgiudn { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.yu1gdk0 .qdpgiudn a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.yu1gdk0 .qdpgiudn a:hover { color: var(--accent-light); }
.yu1gdk0 .e3376axo { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .yu1gdk0 .v41nnp { gap: 12px; } .yu1gdk0 .qrgi4 { margin-right: 0; width: 100%; } }
.sw1u4 .hvpkjxn .qrgi4 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.sw1u4 .e3376axo { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.sw1u4 .ckinx { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .sw1u4 .kl7w27 { grid-template-columns: 1fr 1fr; } .sw1u4 .hvpkjxn { grid-column: 1 / -1; } }
@media (max-width: 480px) { .sw1u4 .kl7w27 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .bth34g .xxpm5e0 { grid-template-columns: 1fr 1fr; } .bth34g .s7d5:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bth34g .xxpm5e0 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .cd9fzq .xxpm5e0 { grid-template-columns: 1fr; } }
.rmaeszu .yyr6bdyf { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.we7byel .iqsvf4l      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.we7byel .d3r1m2 { background: var(--bg-page); border-top-color: var(--border-alt); }
.g481d6h .iqsvf4l      { background: #0d1117; border-bottom-color: #21262d; }
.g481d6h .lhc6v { color: var(--accent-light); }
.g481d6h .ey2t2jn { --msep-color: #8b949e; }
.g481d6h .ey2t2jn a { color: #8b949e; }
.g481d6h .ey2t2jn a:hover { color: var(--accent-light); }
.g481d6h .j8qg { color: #8b949e; }
.g481d6h .d3r1m2 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.g481d6h .e3376axo,
.g481d6h .ckinx { color: #6e7681; }
.g481d6h .kc3c9yc0 a, .g481d6h .xqho a,
.g481d6h .qdpgiudn a { color: #8b949e; }
.g481d6h .qrgi4 { color: #e6edf3; }
.g481d6h .kc3c9yc0 a:hover, .g481d6h .xqho a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .g481d6h .ey2t2jn { background: #0d1117; border-top-color: #21262d; }
  .g481d6h .ey2t2jn li a { border-bottom-color: #21262d; }
}
.docgb .iqsvf4l      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.docgb .lhc6v { color: var(--accent-light); }
.docgb .ey2t2jn { --msep-color: #475569; }
.docgb .ey2t2jn a { color: #475569; }
.docgb .ey2t2jn a:hover { color: var(--accent-light); }
.docgb .j8qg { color: #64748b; }
.docgb .d3r1m2 { background: #f0f4f8; border-top-color: #cbd5e1; }
.docgb .e3376axo,
.docgb .ckinx { color: #64748b; }
.docgb .kc3c9yc0 a, .docgb .xqho a,
.docgb .qdpgiudn a, .docgb .qrgi4 { color: #374151; }
.docgb .kc3c9yc0 a:hover, .docgb .xqho a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .docgb .ey2t2jn { background: #f0f4f8; border-top-color: #cbd5e1; }
  .docgb .ey2t2jn li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.djkf4t .iqsvf4l      { background: var(--accent); border-bottom-color: var(--accent-light); }
.djkf4t .lhc6v { color: #fff; }
.djkf4t .ey2t2jn { --msep-color: rgba(255,255,255,0.82); }
.djkf4t .ey2t2jn a { color: rgba(255,255,255,0.82); }
.djkf4t .ey2t2jn a:hover { color: #fff; }
.djkf4t .j8qg { color: rgba(255,255,255,0.9); }
.djkf4t .d3r1m2 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.djkf4t .e3376axo,
.djkf4t .ckinx { color: rgba(255,255,255,0.72); }
.djkf4t .kc3c9yc0 a, .djkf4t .xqho a,
.djkf4t .qdpgiudn a, .djkf4t .qrgi4 { color: #fff; }
.djkf4t .kc3c9yc0 a:hover, .djkf4t .xqho a:hover { color: #fff; }
@media (max-width: 640px) {
  .djkf4t .ey2t2jn { background: var(--accent); border-top-color: var(--accent-light); }
  .djkf4t .ey2t2jn li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.mk9e7gg .iqsvf4l {
  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);
}
.mk9e7gg .d3r1m2 {
  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) {
  .mk9e7gg .ey2t2jn {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ouomw0 .c9p6u { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.fwa72u .c9p6u { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.cer20m .c9p6u { min-height: 72px; height: auto; }
.w1q0pt .c9p6u { min-height: 84px; height: auto; }
.bnkm .c9p6u { max-width: none; padding: 0 32px; }
.bnkm .yyr6bdyf  { max-width: none; padding: 24px 32px; }
.kwiaulh7.pxm4h .c9p6u { max-width: 1200px; }
.kwiaulh7.kdokp .c9p6u { max-width: 1320px; }
.fcg27   .lhc6v, .fcg27   .qrgi4 { text-transform: capitalize; }
.ilxbr .lhc6v, .ilxbr .qrgi4 { text-transform: lowercase; }
.fnprnhnb .lhc6v, .fnprnhnb .qrgi4 { text-transform: uppercase; letter-spacing: 0.06em; }
.v8ev, .l1kf {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vt66cmrw .v8ev,
.vt66cmrw .l1kf { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.b2rlug .v8ev,
.b2rlug .l1kf { 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; }
.p2kl8n .v8ev,
.p2kl8n .l1kf { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.gy6zj20 .v8ev,
.gy6zj20 .l1kf { 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; }
.jk3xjrdg   .ey2t2jn a { font-weight: 500; }
.pdgynmm4 .ey2t2jn a { font-weight: 600; }
.ljjys54e     .ey2t2jn a { font-weight: 700; }
.vtwr    .ey2t2jn a { font-weight: 800; letter-spacing: 0.01em; }
.rkodr     .ey2t2jn > li + li::before,
.tl151    .ey2t2jn > li + li::before,
.o73om    .ey2t2jn > li + li::before,
.acnwsccr .ey2t2jn > li + li::before,
.jpyskr .ey2t2jn > li + li::before,
.g90yje8  .ey2t2jn > li + li::before,
.dtsttj3o    .ey2t2jn > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.rkodr     .ey2t2jn > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.tl151    .ey2t2jn > li + li::before { content: "|"; }
.o73om    .ey2t2jn > li + li::before { content: "—"; }
.acnwsccr .ey2t2jn > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.jpyskr .ey2t2jn > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.g90yje8  .ey2t2jn > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.dtsttj3o    .ey2t2jn > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .oyt9t1jo .j8qg,
  .q3sg .j8qg,
  .yfgl0mok .j8qg,
  .rkguy4 .j8qg,
  .hgn3 .j8qg {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .oyt9t1jo .j8qg::before,
  .q3sg .j8qg::before,
  .yfgl0mok .j8qg::before,
  .rkguy4 .j8qg::before,
  .hgn3 .j8qg::before { content: ""; display: block; flex-shrink: 0; }

  
  .oyt9t1jo .j8qg::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;
  }

  
  .q3sg .j8qg::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;
  }

  
  .yfgl0mok .j8qg::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;
  }

  
  .rkguy4 .j8qg::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;
  }

  
  .hgn3 .j8qg::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) {
  .abqua .j8qg {
    padding: 5px 14px;
  }
  .abqua .ey2t2jn {
    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;
  }
  .abqua .ey2t2jn li a {
    border-bottom: none; padding: 10px 22px;
  }
  .abqua .ey2t2jn li a:hover { background: var(--bg-raised); }
  .abqua .v9yqisw,
  .v52mldf4 .v9yqisw,
  .ptb7bp .v9yqisw { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .i33fb .j8qg {
    padding: 5px 10px;
  }
  .i33fb .ey2t2jn {
    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);
  }
  .i33fb .ey2t2jn.f5m79ye { transform: translateX(0); }
  .i33fb .ey2t2jn li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .i33fb .ey2t2jn li:last-child a { border-bottom: none; }
  .djkf4t .ey2t2jn,
  .g481d6h .ey2t2jn { background: var(--accent) !important; }
  .djkf4t .ey2t2jn li a,
  .g481d6h .ey2t2jn li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ptb7bp .j8qg {
    padding: 5px 10px;
  }
  .ptb7bp .ey2t2jn {
    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);
  }
  .ptb7bp .ey2t2jn::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ptb7bp .ey2t2jn.f5m79ye { transform: translateY(0); }
  .ptb7bp .ey2t2jn li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .c7ki825 .j8qg {
    padding: 5px 10px;
  }
  .c7ki825 .ey2t2jn {
    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;
  }
  .c7ki825 .ey2t2jn.f5m79ye { opacity: 1; pointer-events: auto; }
  .c7ki825 .ey2t2jn li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .odogu9t     .j8qg { border-radius: 0 !important; }
  .co9h3zw   .j8qg { border-radius: 8px !important; }
  .cnvkvud .j8qg { border-radius: 50% !important; }
  .sgoc   .j8qg { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .o4b3dy .xsyi7g { flex-direction: column; align-items: stretch; }
  .o4b3dy .eg85 { flex-direction: row; min-width: auto; }
  .o4b3dy .h5l4x { align-items: flex-start; text-align: left; }
}
.hvo9,
.hvo9.p6u9twq,
.tp51o .hvo9,
.s2y52 .hvo9,
.qadmvy .hvo9,
.lv5dlrt4 .hvo9 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.xg71v {
  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;
}
.ipi0 { flex: 1 1 280px; min-width: 0; }
.k5w08 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.gr7ue {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.jk7sn {
  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;
}
.jk7sn:hover { transform: translateY(-1px); opacity: 0.95; }
.j8gabdh .xg71v {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.j8gabdh .k5w08 { color: var(--cta); }
.j8gabdh .gr7ue { color: var(--text-body); }
.j8gabdh .jk7sn {
  background: var(--cta) !important;
  color: #fff !important;
}
.n454ro3 .xg71v {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.n454ro3 .k5w08 { color: var(--text-primary); }
.n454ro3 .gr7ue { color: var(--text-body); }
.n454ro3 .jk7sn {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .xg71v {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ipi0 { flex: 0 0 auto; }
  .k5w08 { font-size: 1.2rem; }
  .jk7sn { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.xgth6hso .csf9 { height: 36px; }
.rl8mt .csf9 { height: 60px; max-width: 200px; }
.nv71tu5 .csf9 { height: 56px; max-width: 180px; }
.q8ebk0wy    .pku87, .q8ebk0wy    .f3miw { color: #f59e0b; }
.hl5sf7f6 .f8vfn2 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .va1o .v7eddg {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .va1o .ubzyr6b {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .va1o .ubzyr6b { padding: 40px 16px 20px; }
  .va1o .f8vfn2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .va1o .g4vsdt4 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .zyl966 .ubzyr6b {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .zyl966 .ubzyr6b::before {
    position: absolute; top: 14px; left: 14px;
  }
  .zyl966 .si795 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .zyl966 .uped { white-space: normal; text-align: center; font-size: 1.2rem; }
  .zyl966 .f8vfn2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .zyl966 .g4vsdt4 { width: 100%; min-width: 0; }
  .zyl966 .pku87 { min-width: 0; }
}
.c8dj .ubzyr6b::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.vf79t .y1xn {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.vf79t .y1xn summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.vf79t .y1xn p { padding: 0 2px 16px; }
.yw9koc2 .y1xn { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.yw9koc2 .y1xn summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.yw9koc2 .y1xn summary::after { content: "›"; font-size: 1.2em; }
.yw9koc2 .y1xn[open] summary::after { content: "‹"; }
.yw9koc2 .y1xn p { padding: 10px 22px 4px; }
.wxhhf .y1xn {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.wxhhf .y1xn summary { color: var(--text-primary); padding-left: 16px; }
.wxhhf .y1xn summary::after { content: "›"; font-size: 1.1em; }
.wxhhf .y1xn[open] summary::after { content: "‹"; }
.wxhhf .y1xn p { padding-left: 16px; }
.bxgmnj .z34y { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.bxgmnj .y1xn {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.bxgmnj .y1xn:last-child { border-bottom: none; }
.bxgmnj .y1xn summary { color: var(--text-primary); border-radius: 0; }
.bxgmnj .y1xn summary::after { content: "›"; font-size: 1.1em; }
.bxgmnj .y1xn[open] summary::after { content: "‹"; }
.z5mwqw .y1xn { overflow: hidden; }
.z5mwqw .y1xn summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.z5mwqw .y1xn summary::after { color: rgba(255,255,255,.75); }
.z5mwqw .y1xn[open] summary { border-radius: 0; }
.s5rry { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.lrmv {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.t2maf {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.usx00g { color: var(--text-muted); font-size: 1.05rem; }
.smy7n {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.lhvxy51 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ut7ify { margin-bottom: 20px; }
.rtkh {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.lb0arna {
  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;
}
.lb0arna:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.gi1cez { resize: vertical; min-height: 130px; }
.alrf8qt { width: 100%; margin-top: 8px; }
.p5s9zi1l {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.kkp8iss {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.me80 { color: var(--text-muted); line-height: 1.75; }
.x99vun { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.x99vun li { margin-bottom: 6px; }
.y5dp7t { max-width: 760px; margin: 0 auto; }
.llnyyg { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.accr0zu { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.accr0zu:last-child { border-bottom: none; }
.accr0zu h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.accr0zu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.exp906 { max-width: 760px; margin: 0 auto; }
.pgam5i3 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.pgam5i3:last-child { border-bottom: none; }
.oe8oi { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.pgam5i3 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.pgam5i3 ul.x99vun { margin: 0; }
.n9wlzt .oe8oi { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .n9wlzt { grid-template-columns: 1fr; gap: 10px; } }
.ca9g .oe8oi { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.guolh .x99vun { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .i7k4oh { grid-template-columns: 1fr; } }
.idu1 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.idu1:hover .zjwxj { color: var(--accent-light); text-decoration: underline; }
.jmm35s { color: inherit; text-decoration: none; }
.jmm35s:hover { color: var(--accent-light); text-decoration: underline; }
.rq93 { display: inline-block; line-height: 0; }
.m6iwp { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.nh314lo7 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.nh314lo7:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.z0sz10u { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.nh314lo7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.nh314lo7 ul.x99vun { margin: 0; }
.sm5l6 { color: var(--text-muted); line-height: 1.75; }
.cl491l6 .x99vun,
.ztldz2 .x99vun,
.gr6ye1p .x99vun,
.gkdnftg .x99vun {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.cl491l6 .nh314lo7,
.ztldz2 .nh314lo7 { text-align: left; }
.cl491l6 .z0sz10u,
.ztldz2 .z0sz10u { text-align: center; }
.vwlynm { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.vz5o { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.ivwz3 { font-size: 1.1rem; }
.a52ddbye { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.y9rd { margin-top: 12px; }
.hlsm { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.hlsm:hover { border-bottom-color: var(--accent-light); }
.wff22 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.wff22 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ejzo { width: 260px; height: 260px; }
.auhla { border-radius: 28%; }
.t6vp0p { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.azwyww7q { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .jsvkusa { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.w1pv .a52ddbye, .w1pv .vz5o { max-width: 640px; }
.zxpkzcwr { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.tnuznh { position: sticky; top: 96px; align-self: start; }
.tnuznh .vwlynm { font-size: 1.6rem; margin-top: 18px; }
.d9oo20 .a52ddbye { margin-bottom: 28px; }
@media (max-width: 860px) { .zxpkzcwr { grid-template-columns: 1fr; } .tnuznh { position: static; text-align: center; } }
.dckx .wff22 { margin: 0 auto 18px; }
.dckx .t6vp0p { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .bu3qrj13 { grid-template-columns: 1fr; } }
.e2yq .vwlynm { font-size: 1.6rem; margin-bottom: 6px; }
.gkdnftg .x99vun { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .e2yq { flex-direction: column; text-align: center; } .p4z242 { grid-template-columns: 1fr; } }
.l0q30 .vwlynm { font-size: 1.35rem; margin: 0 0 4px; }
.l0q30 .t6vp0p { margin: 0; }
.j83yu { max-width: 760px; margin: 0 auto; }
.auaz6 { position: relative; padding-left: 28px; }
.auaz6::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ccwpm { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ccwpm:last-child { padding-bottom: 0; }
.hkqw { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.yt1ueuz h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.yt1ueuz p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ue7sg .t2maf { color: var(--accent-light); }
.dnwyc2 .t2maf { font-size: 2rem; }
.dnwyc2 .usx00g { max-width: 680px; }
.due76 {
  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;
}
.due76 .t2maf { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.due76 .usx00g  { margin: 0; }
@media (max-width: 640px) { .due76 { flex-direction: column; } }
.y8jt3 .t2maf { color: var(--accent-light); }
.w1ly .t2maf { color: #fff; }
.w1ly .usx00g  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .mpet6 { grid-template-columns: 1fr; } }
.ihm0lx { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.ihm0lx .lb0arna {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ihm0lx .lb0arna:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.psiv0 .lb0arna { background: var(--bg-raised); border-color: transparent; }
.psiv0 .lb0arna:focus { background: var(--bg-card); border-color: var(--accent-light); }
.v55vx .lb0arna { border-radius: 100px; padding: 11px 20px; }
.v55vx .gi1cez { border-radius: 14px; }
@media (max-width: 640px) { .co9t { grid-template-columns: 1fr; } }
.ytan9 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.ytan9 li { margin-bottom: 6px; }
.gqfypyw5{display:none}
.gqfypyw5:empty,.dvo7z:empty{display:none}
.e0fcy1zn{position:relative;overflow:visible}
.srvz7kj .rck3x2rq,.smnmc5is .rck3x2rq,
.w8go4ng .rck3x2rq,.ao14y .rck3x2rq,
.albgp58 .rck3x2rq,.y55zpceg .rck3x2rq{display:block}
.q5u34 .zheuq{display:block}
.srvz7kj .rck3x2rq,.smnmc5is .rck3x2rq,
.w8go4ng .rck3x2rq,.ao14y .rck3x2rq,
.albgp58 .rck3x2rq{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}
.srvz7kj .rck3x2rq .dvo7z,.smnmc5is .rck3x2rq .dvo7z,
.w8go4ng .rck3x2rq .dvo7z,.ao14y .rck3x2rq .dvo7z,
.albgp58 .rck3x2rq .dvo7z{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}
.srvz7kj .rck3x2rq,.smnmc5is .rck3x2rq{top:12px}
.srvz7kj .rck3x2rq .dvo7z{margin-right:auto}
.smnmc5is .rck3x2rq .dvo7z{margin-left:auto}
.smnmc5is .rck3x2rq{text-align:right}
.w8go4ng .rck3x2rq,.ao14y .rck3x2rq{bottom:12px}
.w8go4ng .rck3x2rq .dvo7z{margin-right:auto}
.ao14y .rck3x2rq .dvo7z{margin-left:auto}
.ao14y .rck3x2rq{text-align:right}
.albgp58 .rck3x2rq{position:relative;margin-top:16px}
.albgp58 .rck3x2rq .dvo7z{margin:0 auto}
.y55zpceg .rck3x2rq{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.y55zpceg .rck3x2rq .dvo7z{margin:0}
.y55zpceg .zk0wb5sy~.rck3x2rq,
.y55zpceg .bqyzh33~.rck3x2rq{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.y55zpceg .zk0wb5sy~.rck3x2rq .dvo7z,
.y55zpceg .bqyzh33~.rck3x2rq .dvo7z{justify-content:flex-start}
.zk0wb5sy~.rck3x2rq,.bqyzh33~.rck3x2rq{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}
.zk0wb5sy~.rck3x2rq .dvo7z{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.bqyzh33~.rck3x2rq .dvo7z{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zheuq .dvo7z{margin:0 0 12px}
.dvo7z{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.i17ma{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.zjwxj{font-weight:600;color:var(--text-heading);opacity:1}
.idarvhuf .i17ma{display:none}
.jsc33 .dvo7z{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.lgy9qzw .dvo7z{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.bxj96e{--date-bg:var(--accent-bg-light)}
.lne2rq .n59ug0::before{content:""}
.ka6fkp{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.tr6x{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ywp932ik{display:flex;flex-direction:column;gap:3px}
.zvet8jj{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.muy9{font-weight:700;font-size:1rem;color:var(--text-heading)}
.xfzhagl{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.ov6q .ka6fkp{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.ae8ewmn .ka6fkp{border-top:3px solid var(--accent);padding-top:18px}
.jl23o .ka6fkp{border-left:3px solid var(--accent);border-radius:0}
.w67v .ka6fkp{padding:20px 0}
@media(max-width:640px){
  .ka6fkp{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .xfzhagl{max-width:100%}
}
.hsvhu35f .mykt4dsb{margin:0}
@media (max-width:560px){
  .nwr0yj5l{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) {
  .okofvak { padding: 28px 18px 20px; }
  .arksplp { font-size: 1.2rem; }
  .igij { max-width: 220px; max-height: 80px; }
}
.i6mjkl1l .h8cyvctk { border-radius: 22px; }
.vzf9eb .xg71v {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .h8cyvctk { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ege0 {
  margin: 28px 0 24px;
}
.ege0 .p6u9twq {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ege0 .j525 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ege0 .xg71v {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .c9p6u { flex-direction: row-reverse; }
[dir="rtl"] .ey2t2jn { flex-direction: row-reverse; }
[dir="rtl"] .nwybsdc .j4qwpy { right: auto; left: 32px; }
[dir="rtl"] .i8saj  .j4qwpy { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .nwybsdc .j4qwpy { right: auto; left: 20px; }
  [dir="rtl"] .i8saj  .j4qwpy { left: auto;  right: 20px; }
}
[dir="rtl"] .stis .zoohv0t  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .g4htlz3z .zoohv0t { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .fxj4, [dir="rtl"] .zvtny { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .bmrjqc { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .jxutitq { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .fs7a4w { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .xg71v { direction: rtl; }
[dir="rtl"] .yt17v3x { direction: rtl; }
[dir="rtl"] .d93mcb { direction: rtl; }
[dir="rtl"] .ol6ur { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ojctem .zvtny,
[dir="rtl"] .dawg4p .zvtny,
[dir="rtl"] .ksbiokn .zvtny,
[dir="rtl"] .zicc94i .zvtny {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .ojctem .zvtny li::before,
[dir="rtl"] .dawg4p .zvtny li::before,
[dir="rtl"] .ksbiokn .zvtny li::before,
[dir="rtl"] .zicc94i .zvtny li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .kdsu8u5.mwkdnn2 .br6v,
[dir="rtl"] .t4pmb.mwkdnn2 .br6v,
[dir="rtl"] .x72fae.mwkdnn2 .br6v,
[dir="rtl"] .c6met.mwkdnn2 .br6v,
[dir="rtl"] .dnktru.mwkdnn2 .br6v { text-align: right; }
[dir="rtl"] .zk0wb5sy.mwkdnn2 .tdyg2 { align-items: flex-end; text-align: right; }
[dir="rtl"] .j525,
[dir="rtl"] .cfjq09,
[dir="rtl"] .cj7xj7wm,
[dir="rtl"] .lt0jq5r6,
[dir="rtl"] .br6v { text-align: right; }
[dir="rtl"] .lhvxy51,
[dir="rtl"] .rtkh,
[dir="rtl"] .a52ddbye,
[dir="rtl"] .lb0arna,
[dir="rtl"] .gi1cez { text-align: right; direction: rtl; }
[dir="rtl"] .v55vx .lb0arna,
[dir="rtl"] .ihm0lx .lb0arna { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #2d5d6f;
  --brand:           #2d5d6f;
  --brand-light:     #79aec2;
  --brand-pale:      #adc7d0;
  --grad-start:      #0f2026;
  --grad-end:        #254d5c;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #00a5e7;
  --cta-light:       #39c2f9;
  --cta-hover:       #10baff;
  --bg-page:         #080e11;
  --bg-surface:      #0d171b;
  --bg-card:         #112026;
  --bg-card-inner:   #162930;
  --bg-raised:       #1b323a;
  --bg-hover:        #203b45;
  --border:          #274753;
  --border-alt:      #305968;
  --border-section:  #274753;
  --text-primary:    #e4e6e6;
  --text-muted:      #a1a7aa;
  --text-body:       #c9cdce;
  --text-sub:        #a1a7aa;
  --text-faint:      #6c7578;
  --text-dim:        #545b5d;
  --text-label:      #868e92;
  --text-value:      #bcc0c2;
  --accent-bg:       #1a2022;
  --accent-bg-light: #253135;
  --bg-tip:          #16261f;
  --bg-warning:      #272115;
  --bg-info:         #161e26;
  --bg-pros:         #16261f;
  --bg-cons:         #26161d;
  --c-pros:          #8de2bd;
  --c-cons:          #e689af;
  --c-pros-label:    #64d7a6;
  --c-tip-border:    #47d095;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #8de2bd;
}
:root { --logo-bg-opacity: 30%; }
body, button, input { font-family: "Space Grotesk", sans-serif; }
.ak71yf9 .n3acm6ze li::before, .ak71yf9 .bvsix li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.ak71yf9 .n3acm6ze li::before { content: ""; }.ak71yf9 .bvsix li::before { content: ""; }.ak71yf9 .petdanww::before, .ak71yf9 .dzox1e::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.ak71yf9 .petdanww::before { content: ""; }.ak71yf9 .dzox1e::before { content: ""; }
.o1rlx0 .tlxy, .o1rlx0 .zk0wb5sy { min-height: 520px; }
.ss7t .kto026ry::after, .ss7t .osnf7::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; }
.mh20pgo::before { content: '|'; opacity: 0.3; }