:root {
  --color-accent: #88ad34;
  --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;
}
.qex1s6 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.coy1jfh {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.oofaek {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ggaf6qr { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.cs2g0zd { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.cs2g0zd a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.cs2g0zd a:hover { color: var(--accent-light); }
.naslbng     .zwqdxmii { border-radius: 6px; }
.naslbng .zwqdxmii li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.naslbng .zwqdxmii li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.vhs9 .zwqdxmii li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .zwqdxmii {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .tmdl:hover .zwqdxmii,
  .tmdl:focus-within .zwqdxmii { display: block; }
  .zwqdxmii li a { padding: 8px 16px; font-size: 0.88rem; }
}
.i3sb {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.fyz1s1m { display: none; }
@media (max-width: 640px) {
  .fyz1s1m {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .fyz1s1m.kpjyr3 { display: block; }
}
@media (max-width: 640px) {
  .i3sb { display: block; }
  .cs2g0zd > li + li::before { display: none !important; }
  .cs2g0zd {
    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;
  }
  .cs2g0zd.kpjyr3 { display: flex; }
  .cs2g0zd li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .cs2g0zd li:last-child a { border-bottom: none; }
}
.b2nipnc { min-height: 480px; }
.n5ff3umh {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.tjw85 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.zzu1h0 .tjw85 { margin-left: 0; margin-right: 0; }
.htssg {
  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;
}
.r9gb .htssg { margin-top: 24px; }
.htssg:hover { opacity: 0.88; }
.eaxxb6 .n5ff3umh { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.eaxxb6 .tjw85 { color: #e2e8f0; }
.eaxxb6.zolma .ou09dqrm { text-align: center; }
.mw417sao .n5ff3umh { color: var(--text-primary); text-shadow: none; }
.mw417sao .tjw85 { color: var(--text-muted); }
.mw417sao .htssg { margin-top: 16px; }
.mw417sao, .mw417sao.b2nipnc { min-height: auto !important; }
.mw417sao.zolma .ou09dqrm { text-align: center; }
.mw417sao~.rchped{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}
.mw417sao~.rchped .xwlhpjq{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; }
}
.vwuy .k861xju,
.vwuy .o40tj4b {
  animation: hg-breathe 10s ease-in-out infinite;
}
@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; }
}
.vwuy .eaxxb6 .n7o1mczw {
  animation: hg-breathe 10s ease-in-out infinite;
}
.k861xju .n5ff3umh { color: #fff; }
.k861xju .tjw85 { color: rgba(255,255,255,0.85); }
.k861xju .htssg { background: #fff; color: var(--cta); }
.k861xju .htssg:hover { opacity: 0.92; }
.xhbbw059 .fotnhq { position: relative; overflow: hidden; }
.xhbbw059 .fotnhq::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.vwuy .fotnhq {
  animation: hg-breathe 7s ease-in-out infinite;
}
.vg9w09 .fotnhq { position: relative; overflow: hidden; }
.vg9w09 .fotnhq::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
.x9ar7oi .fotnhq { position: relative; overflow: hidden; }
.x9ar7oi .fotnhq::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.s1qkpl4 .fotnhq {
  animation: hg-fadein 1.2s ease-out both;
}
.fotnhq {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.ogkb {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.twxuy7fw {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.e2lzp35 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.fotnhq .n5ff3umh { text-shadow: none; color: var(--text-primary); }
.fotnhq .tjw85 { color: var(--text-muted); }
body.vb4oi .n5ff3umh {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.uh9fdy .n5ff3umh {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.b2nipnc.k861xju .n5ff3umh,
section.k861xju .n5ff3umh {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.fotnhq.zolma .ogkb { align-items: center; text-align: center; }
.fotnhq.zzu1h0   .ogkb { align-items: flex-start; text-align: left; }
.mba32 .twxuy7fw { position: relative; }
.mba32 .twxuy7fw::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.mba32.ev7rof .twxuy7fw::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.eroj8 .twxuy7fw {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.eroj8 .e2lzp35 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.eroj8.ev7rof .twxuy7fw { padding: 32px 0 32px 32px; }
.o43lub .twxuy7fw {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.o43lub .e2lzp35 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.o43lub .o40tj4b {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.ev7rof { grid-template-areas: "media text"; }
.ev7rof .ogkb {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.o43lub.ev7rof .twxuy7fw { padding: 40px 16px 40px 48px; }
.b2nipnc .n67vxq4 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.n67vxq4 .tm7eq3n.tbjkd5 {
  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;
}
.n67vxq4 .tm7eq3n.tbjkd5:hover { opacity: 0.85; }
.manl .twxuy7fw {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .fotnhq { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .fotnhq:not(.manl) .twxuy7fw { display: none !important; }
  .manl .twxuy7fw { padding: 16px; }
  .ogkb  { padding: 36px 24px; }
  .fotnhq~.rchped,.ev7rof~.rchped{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .b2nipnc, .fotnhq { min-height: 320px !important; }
  .n5ff3umh { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .vza3,
  .rw5g6vt,
  .akcolm { grid-template-columns: 1fr !important; }

  

  
  .m6eawxm { display: flex !important; flex-direction: column !important; }
  .m6eawxm .ou09dqrm { display: contents; }
  .m6eawxm .n7o1mczw { order: 0; }
  .m6eawxm .n5ff3umh { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .m6eawxm .vza3 { order: 2; padding: 0 16px 12px !important; }
  .m6eawxm .tjw85 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .r9gb .ou09dqrm { display: flex; flex-direction: column; }
  .r9gb .ou09dqrm .n5ff3umh { order: 1; }
  .r9gb .ou09dqrm .akcolm { order: 2; margin: 8px 0 24px !important; }
  .r9gb .ou09dqrm .tjw85 { order: 3; }
  .r9gb .ou09dqrm .htssg { order: 4; align-self: center; margin-top: 0; }

  
  .fotnhq.manl {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .fotnhq.manl .ogkb { display: contents; padding: 0; }
  .fotnhq.manl .ogkb .n5ff3umh { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .fotnhq.manl .twxuy7fw { order: 2; padding: 12px 16px; }
  .fotnhq.manl .ogkb .tjw85 { order: 3; padding: 0 24px; margin: 0 auto; }
  .fotnhq.manl .ogkb .htssg { order: 4; align-self: center; margin: 8px 0 32px; }
}
.hmxd6t { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.f1u5cw { width: 100%; height: auto; display: block; border-radius: 10px; }
.k2iwl2bu .hmxd6t        { border-radius: 16px; }
.k2iwl2bu .f1u5cw  { border-radius: 16px; }
.geec5z7 .hmxd6t         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.geec5z7 .f1u5cw   { border-radius: 8px; }
.pww6zkp { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.pat56ji { width: 100%; padding: 32px 0; position: relative; }
.nl6qqe { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.yhrli0 .pat56ji:nth-child(even) { background: var(--bg-surface); }
.yhrli0 .pat56ji:nth-child(odd)  { background: var(--bg-page); }
.suadcxaa .pat56ji:nth-child(even) { background: var(--bg-card); }
.suadcxaa .pat56ji:nth-child(odd)  { background: var(--bg-page); }
.yhrli0 .pat56ji:nth-child(odd)  .nl6qqe { background: var(--bg-card); border-radius: 6px; }
.yhrli0 .pat56ji:nth-child(even) .nl6qqe { background: var(--bg-raised); border-radius: 6px; }
.suadcxaa .pat56ji:nth-child(odd)  .nl6qqe { background: var(--bg-card); border-radius: 6px; }
.suadcxaa .pat56ji:nth-child(even) .nl6qqe { background: var(--bg-raised); border-radius: 6px; }
.yhrli0 .pat56ji:nth-child(even) .duehb .o3ef440,
.suadcxaa .pat56ji:nth-child(even) .duehb .o3ef440 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.yhrli0 .pat56ji:nth-child(odd) .duehb .o3ef440,
.suadcxaa .pat56ji:nth-child(odd) .duehb .o3ef440 { background: var(--bg-card-inner); }
.yhrli0 .pat56ji:nth-child(even) .xmp8 .o3ef440:nth-child(odd),
.suadcxaa .pat56ji:nth-child(even) .xmp8 .o3ef440:nth-child(odd)  { background: var(--bg-card); }
.yhrli0 .pat56ji:nth-child(even) .xmp8 .o3ef440:nth-child(even),
.suadcxaa .pat56ji:nth-child(even) .xmp8 .o3ef440:nth-child(even) { background: var(--bg-card-inner); }
h1.qhln8y { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.qhln8y {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.c7mf { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.wd8ypp h2.qhln8y {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ti5f h2.qhln8y {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.rzsjfqg h2.qhln8y {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.mzxd h2.qhln8y::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.x4e71bta h2.qhln8y {
  color: var(--text-primary); font-size: 1.7rem;
}
.g2ep277j h2.qhln8y::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.sm6c h2.qhln8y {
  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;
}
.kbhx0i5r { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .kbhx0i5r { display: none; } }
.rx3a { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.t37ti2 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ik64 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.xwyd3ci { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.lmaov4 { padding-left: 20px; }
.lmaov4 li { margin-bottom: 6px; }
.lmaov4 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.lmaov4 a:hover { color: var(--accent-light); }
.pz8t50 .xwyd3ci { display: none; }
.fxy5480 .xwyd3ci { display: none; }
.fxy5480 .lmaov4 { padding-left: 0; list-style: none; }
.fxy5480 .lmaov4 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.fxy5480 .lmaov4 a { font-size: 0.92rem; }
.dosj492 .ik64 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.dosj492 .xwyd3ci { display: none; }
.dosj492 .lmaov4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.dosj492 .lmaov4 li { margin-bottom: 0; }
.dosj492 .lmaov4 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;
}
.dosj492 .lmaov4 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.mbst7 .ik64 { padding: 20px 20px 16px; }
.mbst7 .lmaov4 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.mbst7 .lmaov4 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.mbst7 .lmaov4 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;
}
.mbst7 .lmaov4 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;
}
.mbst7 .lmaov4 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.mbst7 .lmaov4 a:focus,
.mbst7 .lmaov4 a:focus-visible,
.mbst7 .lmaov4 a:target { outline: none; }
.mbst7 .lmaov4 li:target a { border-color: var(--border); color: var(--text-muted); }
.wjx3wj02 .ik64 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.wjx3wj02 .xwyd3ci { display: none; }
.wjx3wj02 .lmaov4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.wjx3wj02 .lmaov4 li { margin-bottom: 0; }
.wjx3wj02 .lmaov4 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.wjx3wj02 .lmaov4 li:last-child::after { content: ""; margin-right: 0; }
.wjx3wj02 .lmaov4 a { font-size: 0.9rem; }
.o3ef440 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.duehb .o3ef440 { background: var(--bg-card); }
.xmp8 .o3ef440:nth-child(odd)  { background: var(--bg-card); }
.xmp8 .o3ef440:nth-child(even) { background: var(--bg-raised); }
.dng5 .o3ef440 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.dng5 .o3ef440:last-child { border-bottom: none; }
.dng5 h3.c7mf { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.sip20sn .o3ef440 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.sip20sn .o3ef440 + .o3ef440 { margin-top: 4px; }
.tj2n .o3ef440 { background: none; border-radius: 0; padding: 12px 0; }
.tj2n .o3ef440 + .o3ef440 { border-top: 1px solid var(--border-section); }
.m0m2p { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.sro9a { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.v18ggfz, .erbydmg { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.v18ggfz li, .erbydmg li { margin-bottom: 6px; }
.erbydmg li { list-style: decimal; }
.p256ci     .v18ggfz { list-style-type: "● "; }
.qdea7  .v18ggfz { list-style-type: "■ "; }
.vqx03h .v18ggfz { list-style-type: "◆ "; }
.srrspa    .v18ggfz { list-style-type: "★ "; }
.p256ci     .ux5ea9zd { list-style-type: "● "; }
.qdea7  .ux5ea9zd { list-style-type: "■ "; }
.vqx03h .ux5ea9zd { list-style-type: "◆ "; }
.srrspa    .ux5ea9zd { list-style-type: "★ "; }
.p256ci    .v18ggfz li::marker, .p256ci    .ux5ea9zd li::marker,
.qdea7 .v18ggfz li::marker, .qdea7 .ux5ea9zd li::marker,
.vqx03h .v18ggfz li::marker, .vqx03h .ux5ea9zd li::marker,
.srrspa   .v18ggfz li::marker, .srrspa   .ux5ea9zd li::marker {
  color: var(--cta); font-size: 1em;
}
.p256ci .erbydmg,
.qdea7 .erbydmg,
.vqx03h .erbydmg,
.srrspa .erbydmg {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.p256ci .erbydmg li,
.qdea7 .erbydmg li,
.vqx03h .erbydmg li,
.srrspa .erbydmg li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.p256ci .erbydmg li::before,
.qdea7 .erbydmg li::before,
.vqx03h .erbydmg li::before,
.srrspa .erbydmg 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;
}
.p256ci     .erbydmg li::before { border-radius: 50%; }
.qdea7  .erbydmg li::before { border-radius: 3px; }
.vqx03h .erbydmg li::before { border-radius: 3px; }
.srrspa    .erbydmg li::before { border-radius: 50%; }
.jbkndxv6 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.zxz6d .jbkndxv6,
.kbywau .jbkndxv6 { background: transparent; border: none; border-radius: 0; }
.jl1gd { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.jl1gd th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.jl1gd td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.jl1gd tr:hover td { background: var(--bg-hover); }
.xa19t3e .jl1gd tbody tr:nth-child(even) td { background: var(--bg-surface); }
.m9pca .jl1gd { border: 1px solid var(--border-alt); }
.m9pca .jl1gd th,
.m9pca .jl1gd td { border: 1px solid var(--border-alt); }
.nv2gm0b .jl1gd th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.nv2gm0b .jl1gd td { border-bottom: none; }
.nv2gm0b .jl1gd tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.h85n9 .jl1gd th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.jwib .jbkndxv6 {
  overflow: hidden;
}
.jwib .jl1gd th { border-bottom: 1px solid var(--border-alt); }
.jwib .jl1gd tr:last-child td { border-bottom: none; }
.svdziuk { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.xdxb18 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.jh5bf82 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ca0pmf1j { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.gc7xu9b4 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ux5ea9zd { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ux5ea9zd 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%}
.yrebg .ca0pmf1j { background: transparent; text-align: center; }
.y4qb .jh5bf82 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.xmztdviv .jh5bf82 {
  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);
}
.y3s9sdn2 .xdxb18 { display: grid; grid-template-columns: auto 1fr; }
.y3s9sdn2 .jh5bf82 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.y3s9sdn2 .ca0pmf1j { grid-column: 2; }
.y3s9sdn2 .gc7xu9b4,
.y3s9sdn2 .ux5ea9zd { grid-column: 1 / -1; }
.jz7e8q0g .xdxb18 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.jz7e8q0g .jh5bf82 {
  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);
}
.jz7e8q0g .ca0pmf1j { grid-column: 2; }
.jz7e8q0g .gc7xu9b4,
.jz7e8q0g .ux5ea9zd { grid-column: 1 / -1; }
.xsujl0 .xdxb18 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.xsujl0 .ca0pmf1j { background: none; color: var(--accent-light); font-weight: 700; }
.yk135bg .xdxb18 { 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); }
.yk135bg .ca0pmf1j { background: none; color: var(--accent-light); font-weight: 700; }
.rhe21uz .xdxb18 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.rhe21uz .xdxb18:last-child { border-bottom: none; }
.rhe21uz .ca0pmf1j { background: none; color: var(--accent-light); font-weight: 700; }
.vno2 .xdxb18 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.vno2 .ca0pmf1j { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.qzua2 .svdziuk { counter-reset: card-n; }
.qzua2 .xdxb18  { counter-increment: card-n; }
.qzua2 .ca0pmf1j { display: flex; align-items: center; gap: 10px; }
.qzua2 .ca0pmf1j::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;
}
.nviqay5y .xdxb18 { background: var(--bg-surface); border: 1px solid var(--border); }
.nviqay5y .ca0pmf1j { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.qrng { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.aiqs  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.etyw9k { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.act7bg { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.qrng strong { color: var(--text-primary); font-size: 0.95rem; }
.qrng p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.f1u5cw { width: 100%; height: auto; border-radius: 10px; display: block; }
.tbjkd5 {
  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;
}
.tbjkd5:hover { opacity: 0.85; }
.hermy .tbjkd5  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.hermy .tbjkd5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vjuu3 .tbjkd5  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.vjuu3 .tbjkd5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.cce5p .htssg { border-radius: 50px; }
.cce5p .tbjkd5  { border-radius: 50px; }
.k107nc .htssg { padding-left: 22px; padding-right: 22px; }
.k107nc .tbjkd5  { padding-left: 12px; padding-right: 12px; }
.ytik .htssg { padding-left: 44px; padding-right: 44px; }
.ytik .tbjkd5  { padding-left: 24px; padding-right: 24px; }
.r6sgaai .htssg { padding-left: 56px; padding-right: 56px; }
.r6sgaai .tbjkd5  { padding-left: 32px; padding-right: 32px; }
.vfvfha   .htssg::after, .vfvfha   .tbjkd5::after,
.tm393u .htssg::after, .tm393u .tbjkd5::after,
.gq0shnkl    .htssg::after, .gq0shnkl    .tbjkd5::after,
.iimbo95    .htssg::after, .iimbo95    .tbjkd5::after,
.eni0c4    .htssg::after, .eni0c4    .tbjkd5::after,
.btgcp0wm     .htssg::after, .btgcp0wm     .tbjkd5::after,
.mphetz    .htssg::after, .mphetz    .tbjkd5::after,
.d8e5uj   .htssg::after, .d8e5uj   .tbjkd5::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;
}
.vfvfha .htssg::after, .vfvfha .tbjkd5::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");
}
.tm393u .htssg::after, .tm393u .tbjkd5::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");
}
.gq0shnkl .htssg::after, .gq0shnkl .tbjkd5::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");
}
.iimbo95 .htssg::after, .iimbo95 .tbjkd5::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");
}
.eni0c4 .htssg::after, .eni0c4 .tbjkd5::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");
}
.btgcp0wm .htssg::after, .btgcp0wm .tbjkd5::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");
}
.mphetz .htssg::after, .mphetz .tbjkd5::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");
}
.d8e5uj .htssg::after, .d8e5uj .tbjkd5::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");
}
.msts4   .r9cvp6::after, .msts4   .angw0::after,
.hxuhkwi6 .r9cvp6::after, .hxuhkwi6 .angw0::after,
.fr2p    .r9cvp6::after, .fr2p    .angw0::after,
.qqk4by    .r9cvp6::after, .qqk4by    .angw0::after,
.mbpvds    .r9cvp6::after, .mbpvds    .angw0::after,
.vg918py     .r9cvp6::after, .vg918py     .angw0::after,
.okyfd    .r9cvp6::after, .okyfd    .angw0::after,
.vel2nj   .r9cvp6::after, .vel2nj   .angw0::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;
}
.msts4 .r9cvp6::after, .msts4 .angw0::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");
}
.hxuhkwi6 .r9cvp6::after, .hxuhkwi6 .angw0::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");
}
.fr2p .r9cvp6::after, .fr2p .angw0::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");
}
.qqk4by .r9cvp6::after, .qqk4by .angw0::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");
}
.mbpvds .r9cvp6::after, .mbpvds .angw0::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");
}
.vg918py .r9cvp6::after, .vg918py .angw0::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");
}
.okyfd .r9cvp6::after, .okyfd .angw0::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");
}
.vel2nj .r9cvp6::after, .vel2nj .angw0::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");
}
.hvcsx41l .bq2vy { background: var(--bg-raised); }
.tm7eq3n.tbjkd5 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .rk0w {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .rk0w::before    { grid-area: rank;   }
  .id9drk           { grid-area: ident;  }
  .yu18u     { grid-area: rating; min-width: 0; width: auto; }
  .p51b           { grid-area: pills;  }
  .tm7eq3n             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .rk0w {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .rk0w::before    { justify-self: center; }
  .id9drk           { width: 100%; }
  .yu18u     { justify-self: center; }
  .p51b           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .tmjvy .xqb1uhy {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .tmjvy .xkzwp { margin: 0; }
}
.pawfr3d .xkzwp { border-top: 4px solid var(--accent); }
.pawfr3d .b632 { background: var(--bg-card); }
@media (max-width: 720px) {
  .wsaaohy2 { grid-template-columns: 1fr; }
  .x6lpve { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .x6lpve .oxxkkw { width: 72px; height: 50px; }
  .x6lpve .yx4k0kl { max-width: 180px; }
  .x6lpve .j4pucqw { width: auto; }
}
@media (max-width: 720px) {
  .uhgwn4 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .l2w61 { padding: 16px; }
  .i95sh0c .k0pgh7 { min-width: 50%; }
}
@media (max-width: 860px) {
  .rtan7 { grid-template-columns: 1fr; }
  .a8a9m { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ophhz16 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .cbrg5kt { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .uxa2y { flex-direction: column; align-items: stretch; }
}
.ux3l .j4pucqw .tbjkd5 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .f6t5ouz { flex-direction: column; align-items: stretch; gap: 10px; }
  .ux3l .j4pucqw { text-align: center; }
}
@media (max-width: 720px) {
  .ztx3 { grid-template-columns: 1fr; }
  .c0ash4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .pkn7hk94 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .aeb3 { grid-template-columns: 1fr; }
  .yox1qpu { width: 100px; height: 100px; margin: 16px auto; }
  .hkxe5w { font-size: 1.4rem; }
  .gzcjysk { justify-content: center; }
  .d8les7 .k0pgh7 { min-width: 50%; }
}
@media (max-width: 540px) {
  .n1b93uu { flex-wrap: wrap; padding: 14px 16px; }
  .bmswd { padding: 12px 16px; }
  .k4g9 .ps7ju0oq { margin: 0 16px; }
  .k4g9 .vca34 { padding: 0 16px; }
  .a723yh3 { padding: 12px 16px; }
}
.zgpyc4r .rk0w {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.uu7gr .p51b .eed3jry {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.uu7gr .p51b .eed3jry:first-child { border-left: none; }
.n8fj3hz .h6zh {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.vguh { margin: 16px 0; }
.qn39te { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.qn39te summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.qn39te summary::after { content: "+"; color: var(--accent-light); }
.qn39te[open] summary::after { content: "−"; }
.qn39te p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.pat56ji { margin-bottom: 0; }
.bz00funw h2.qhln8y { color: var(--text-primary); border-color: var(--accent-light); }
.lkmsxmn9 h2.qhln8y { color: var(--text-primary); border-color: var(--accent-light); }
.fykm .aiqs     { background: #052e16; border-color: #10b981; }
.fykm .etyw9k    { background: #1e1036; border-color: #a855f7; }
.fykm .qrng strong  { color: #f1f5f9; }
.fykm .qrng p       { color: #cbd5e1; }
.fykm .i2gm87c    .aiqs     .act7bg::before,
.fykm .ez2utn8b  .aiqs     .act7bg::before,
.fykm .bsgrhiu9  .aiqs     .act7bg::before,
.fykm .udyg .aiqs     .act7bg::before { color: #10b981; }
.fykm .i2gm87c    .g2ytsup5 .act7bg::before,
.fykm .ez2utn8b  .g2ytsup5 .act7bg::before,
.fykm .bsgrhiu9  .g2ytsup5 .act7bg::before,
.fykm .udyg .g2ytsup5 .act7bg::before { color: #f43f5e; }
.fykm .i2gm87c    .etyw9k    .act7bg::before,
.fykm .ez2utn8b  .etyw9k    .act7bg::before,
.fykm .bsgrhiu9  .etyw9k    .act7bg::before,
.fykm .udyg .etyw9k    .act7bg::before { color: #a855f7; }
.hnkm48c .aiqs     { background: #2d2000; border-color: #eab308; }
.hnkm48c .etyw9k    { background: #2d1600; border-color: #f97316; }
.hnkm48c .qrng strong  { color: #f1f5f9; }
.hnkm48c .qrng p       { color: #cbd5e1; }
.hnkm48c .i2gm87c    .aiqs     .act7bg::before,
.hnkm48c .ez2utn8b  .aiqs     .act7bg::before,
.hnkm48c .bsgrhiu9  .aiqs     .act7bg::before,
.hnkm48c .udyg .aiqs     .act7bg::before { color: #eab308; }
.hnkm48c .i2gm87c    .g2ytsup5 .act7bg::before,
.hnkm48c .ez2utn8b  .g2ytsup5 .act7bg::before,
.hnkm48c .bsgrhiu9  .g2ytsup5 .act7bg::before,
.hnkm48c .udyg .g2ytsup5 .act7bg::before { color: #ef4444; }
.hnkm48c .i2gm87c    .etyw9k    .act7bg::before,
.hnkm48c .ez2utn8b  .etyw9k    .act7bg::before,
.hnkm48c .bsgrhiu9  .etyw9k    .act7bg::before,
.hnkm48c .udyg .etyw9k    .act7bg::before { color: #f97316; }
.nmpem .aiqs     { background: #0c1a2e; border-color: #38bdf8; }
.nmpem .etyw9k    { background: #0a2020; border-color: #2dd4bf; }
.nmpem .qrng strong  { color: #f1f5f9; }
.nmpem .qrng p       { color: #cbd5e1; }
.nmpem .i2gm87c    .aiqs     .act7bg::before,
.nmpem .ez2utn8b  .aiqs     .act7bg::before,
.nmpem .bsgrhiu9  .aiqs     .act7bg::before,
.nmpem .udyg .aiqs     .act7bg::before { color: #38bdf8; }
.nmpem .i2gm87c    .g2ytsup5 .act7bg::before,
.nmpem .ez2utn8b  .g2ytsup5 .act7bg::before,
.nmpem .bsgrhiu9  .g2ytsup5 .act7bg::before,
.nmpem .udyg .g2ytsup5 .act7bg::before { color: #818cf8; }
.nmpem .i2gm87c    .etyw9k    .act7bg::before,
.nmpem .ez2utn8b  .etyw9k    .act7bg::before,
.nmpem .bsgrhiu9  .etyw9k    .act7bg::before,
.nmpem .udyg .etyw9k    .act7bg::before { color: #2dd4bf; }
.e256s .aiqs     { background: var(--accent-bg); border-color: var(--accent-light); }
.e256s .etyw9k    { background: var(--accent-bg); border-color: var(--accent-pale); }
.e256s .i2gm87c    .act7bg::before,
.e256s .ez2utn8b  .act7bg::before,
.e256s .bsgrhiu9  .act7bg::before,
.e256s .udyg .act7bg::before { color: var(--accent-light) !important; }
.xckwz .lenv5sj ul li,
.xckwz .hsugc1c li         { color: #4ade80; }
.xckwz .lenv5sj .bldb { color: #22c55e; }
.xckwz .s5egw8d ul li,
.xckwz .w9ki13 li         { color: #f87171; }
.xckwz .s5egw8d .mz8ey1u { color: #ef4444; }
.wqtveeb .bldb::before { content: "✓ "; }
.wqtveeb .mz8ey1u::before { content: "✗ "; }
.uwlfak .qrng { background: transparent; border-left: none; border: 1.5px solid; }
.uwlfak .aiqs     { border-color: var(--c-tip-border); }
.uwlfak .etyw9k    { border-color: #60a5fa; }
.uwlfak .qrng strong { color: var(--text-primary); }
.uwlfak .qrng p      { color: var(--text-muted); }
.olc6t .qrng { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.olc6t .aiqs     { border-top-color: var(--c-tip-border); }
.olc6t .etyw9k    { border-top-color: #60a5fa; }
.jbyz .qrng { border-left: none; border-radius: 8px; }
.jbyz .aiqs     { background: #065f46; }
.jbyz .g2ytsup5 { background: #92400e; }
.jbyz .etyw9k    { background: #1e3a8a; }
.jbyz .qrng strong,
.jbyz .qrng p { color: #fff; }
.jbyz .act7bg::before { color: rgba(255,255,255,0.85) !important; }
.fykm.jbyz .aiqs,
.fykm .jbyz .aiqs     { background: #052e16; }
.fykm.jbyz .g2ytsup5,
.fykm .jbyz .g2ytsup5 { background: #2d0a1e; }
.fykm.jbyz .etyw9k,
.fykm .jbyz .etyw9k    { background: #1e1036; }
.hnkm48c.jbyz .aiqs,
.hnkm48c .jbyz .aiqs      { background: #2d2000; }
.hnkm48c.jbyz .g2ytsup5,
.hnkm48c .jbyz .g2ytsup5  { background: #2d0b0b; }
.hnkm48c.jbyz .etyw9k,
.hnkm48c .jbyz .etyw9k     { background: #2d1600; }
.nmpem.jbyz .aiqs,
.nmpem .jbyz .aiqs      { background: #0c1a2e; }
.nmpem.jbyz .g2ytsup5,
.nmpem .jbyz .g2ytsup5  { background: #12103a; }
.nmpem.jbyz .etyw9k,
.nmpem .jbyz .etyw9k     { background: #0a2020; }
.iuagnw1c .qrng { border-left: none; border-radius: 6px; padding: 10px 14px; }
.iuagnw1c .aiqs     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.iuagnw1c .etyw9k    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.iuagnw1c .qrng strong { color: var(--text-primary); }
.iuagnw1c .qrng p      { color: var(--text-muted); }
.ldpcp .qrng { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.i2gm87c .act7bg,
.ez2utn8b .act7bg,
.bsgrhiu9 .act7bg,
.udyg .act7bg { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.i2gm87c .act7bg::before,
.ez2utn8b .act7bg::before,
.bsgrhiu9 .act7bg::before,
.udyg .act7bg::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.i2gm87c .aiqs     .act7bg::before { content: "✦"; color: var(--c-tip-border); }
.i2gm87c .g2ytsup5 .act7bg::before { content: "▲"; color: var(--c-warn-border); }
.i2gm87c .etyw9k    .act7bg::before { content: "◉"; color: #60a5fa; }
.ez2utn8b .aiqs     .act7bg::before { content: "★"; color: var(--c-tip-border); }
.ez2utn8b .g2ytsup5 .act7bg::before { content: "◆"; color: var(--c-warn-border); }
.ez2utn8b .etyw9k    .act7bg::before { content: "●"; color: #60a5fa; }
.bsgrhiu9 .aiqs     .act7bg::before { content: "▶"; color: var(--c-tip-border); }
.bsgrhiu9 .g2ytsup5 .act7bg::before { content: "■"; color: var(--c-warn-border); }
.bsgrhiu9 .etyw9k    .act7bg::before { content: "▸"; color: #60a5fa; }
.udyg .aiqs     .act7bg::before { content: "→"; color: var(--c-tip-border); }
.udyg .g2ytsup5 .act7bg::before { content: "⬥"; color: var(--c-warn-border); }
.udyg .etyw9k    .act7bg::before { content: "◈"; color: #60a5fa; }
.w4xz9 .duehb .o3ef440,
.w4xz9 .xmp8 .o3ef440  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.w4xz9 .xdxb18                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.w4xz9 .jbkndxv6          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.w4xz9 .ik64                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.iwp5tj4 .duehb .o3ef440,
.iwp5tj4 .xmp8 .o3ef440,
.iwp5tj4 .xdxb18,
.iwp5tj4 .rk0w,
.iwp5tj4 .xkzwp,
.iwp5tj4 .jbkndxv6,
.iwp5tj4 .ik64,
.iwp5tj4 .ldpcp .qrng { box-shadow: none; }
.a9cbvvj   .rp7y7m6i, .a9cbvvj .m0m2p, .a9cbvvj .sro9a,
.a9cbvvj   .rx3a, .a9cbvvj .t37ti2 { font-size: 0.9rem; }
.a9cbvvj   .v18ggfz, .a9cbvvj .erbydmg { font-size: 0.9rem; }
.arqame7   .rp7y7m6i, .arqame7 .m0m2p, .arqame7 .sro9a,
.arqame7   .rx3a, .arqame7 .t37ti2 { font-size: 0.95rem; }
.arqame7   .v18ggfz, .arqame7 .erbydmg { font-size: 0.95rem; }
.ed8pic   .rp7y7m6i, .ed8pic .m0m2p, .ed8pic .sro9a,
.ed8pic   .rx3a, .ed8pic .t37ti2 { font-size: 1.08rem; }
.ed8pic   .v18ggfz, .ed8pic .erbydmg { font-size: 1.05rem; }
.ed8pic   .jl1gd { font-size: 0.97rem; }
.piylh .n5ff3umh      { font-size: 3.2rem; }
.piylh h2.qhln8y { font-size: 1.9rem; }
.piylh h3.c7mf     { font-size: 1.4rem; }
.ow66 .n5ff3umh      { font-size: 3.8rem; }
.ow66 h2.qhln8y { font-size: 2.2rem; }
.ow66 h3.c7mf     { font-size: 1.6rem; }
.pat56ji + .pat56ji { position: relative; }
.txjl   .pat56ji + .pat56ji::before,
.t61pawl  .pat56ji + .pat56ji::before,
.ewrunxvf   .pat56ji + .pat56ji::before,
.sx1vulx0   .pat56ji + .pat56ji::before,
.ktyy   .pat56ji + .pat56ji::before,
.vfkj17 .pat56ji + .pat56ji::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.txjl .pat56ji + .pat56ji::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.t61pawl .pat56ji + .pat56ji::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ewrunxvf .pat56ji + .pat56ji::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;
}
.sx1vulx0 .pat56ji + .pat56ji::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.hso9tu .pat56ji { margin-bottom: 16px; }
.hso9tu .pat56ji + .pat56ji { margin-top: 0; }
.hso9tu .nl6qqe { padding-top: 0; padding-bottom: 0; }
.ktyy .pat56ji + .pat56ji::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.vfkj17 .pat56ji + .pat56ji::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.qiya5 .pat56ji + .pat56ji::before,
.dyvl1hv .pat56ji + .pat56ji::before,
.ildywga .pat56ji + .pat56ji::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%;
}
.yhrli0 .qiya5 .pat56ji:nth-child(even)::before,
.yhrli0 .dyvl1hv .pat56ji:nth-child(even)::before,
.yhrli0 .ildywga .pat56ji:nth-child(even)::before { background: var(--bg-surface); }
.suadcxaa .qiya5 .pat56ji:nth-child(even)::before,
.suadcxaa .dyvl1hv .pat56ji:nth-child(even)::before,
.suadcxaa .ildywga .pat56ji:nth-child(even)::before { background: var(--bg-card); }
.qiya5 .pat56ji + .pat56ji::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");
}
.dyvl1hv .pat56ji + .pat56ji::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");
}
.ildywga .pat56ji + .pat56ji::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");
}
.djljdq7n .eaxxb6,
.djljdq7n .ou09dqrm { margin-bottom: 60px; }
.zw7odm .ogkb,
.djljdq7n .ogkb { padding-bottom: 60px; }
.i8j6e .ogkb { padding-bottom: 70px; }
.djljdq7n .eaxxb6::before,
.djljdq7n .eaxxb6::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");
}
.koudaek  .eaxxb6:not(.k861xju) .n7o1mczw { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.doec9 .fotnhq { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.b5l8oys .fotnhq { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.myt7c .fotnhq { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.koudaek .k861xju { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.koudaek .o40tj4b { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.koudaek .fotnhq { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.asyw .fotnhq { background: var(--accent-bg); }
.g7jvp .hmxd6t { float: left; width: 38%; margin: 0 28px 16px 0; }
.g7jvp .hmxd6t .f1u5cw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.g7jvp .nl6qqe::after { content: ''; display: block; clear: both; }
.jqfoc .hmxd6t { float: right; width: 38%; margin: 0 0 16px 28px; }
.jqfoc .hmxd6t .f1u5cw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jqfoc .nl6qqe::after { content: ''; display: block; clear: both; }
.e7r9 .pat56ji:nth-child(odd)  .hmxd6t { float: left;  width: 38%; margin: 0 28px 16px 0; }
.e7r9 .pat56ji:nth-child(even) .hmxd6t { float: right; width: 38%; margin: 0 0 16px 28px; }
.e7r9 .hmxd6t .f1u5cw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.e7r9 .nl6qqe::after { content: ''; display: block; clear: both; }
.g7jvp .svdziuk,
.jqfoc .svdziuk,
.e7r9 .svdziuk,
@media (max-width: 900px) {
  .g7jvp .hmxd6t,
  .jqfoc .hmxd6t,
  .e7r9 .pat56ji:nth-child(odd)  .hmxd6t,
  .e7r9 .pat56ji:nth-child(even) .hmxd6t {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .g7jvp .hmxd6t .f1u5cw,
  .jqfoc .hmxd6t .f1u5cw,
  .e7r9 .hmxd6t .f1u5cw {
    max-height: none !important;
  }
}
.g7jvp .v18ggfz,
.g7jvp .erbydmg,
.jqfoc .v18ggfz,
.jqfoc .erbydmg,
.e7r9 .v18ggfz,
.e7r9 .erbydmg { overflow: hidden; }
@media (max-width: 640px) {
  .g7jvp .hmxd6t,
  .jqfoc .hmxd6t,
  .e7r9 .hmxd6t { float: none; width: 100%; margin: 0 0 16px 0; }
}
.q9wwe .pww6zkp,
.q9wwe .nl6qqe,
.q9wwe .cgc0  { max-width: 1100px; }
.jsiriibs .pww6zkp,
.jsiriibs .nl6qqe,
.jsiriibs .cgc0  { max-width: 1200px; }
.b7bviy .pww6zkp,
.b7bviy .nl6qqe,
.b7bviy .cgc0  { max-width: 1320px; }
.nk2p { font-size: 0.82rem; color: var(--text-muted); }
.ddc0a2c { display: flex; align-items: center; }
.qhv80p9 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ggwe6n { display: flex; align-items: center; }
.s3j4mh { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.s3j4mh:hover { text-decoration: underline; }
.xbpr { margin: 0 3px; opacity: 0.45; }
.xbpr::before { content: '/'; }
.yeh1fr3e { padding: 2px 5px; color: var(--text-main); }
.g9y7 .nk2p {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.g9y7 .ddc0a2c { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.s16zt .nk2p {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.s16zt .ddc0a2c { padding: 0 0 0 12px; }
.xegp0 .ddc0a2c { padding: 0 16px; }
.xegp0 .nk2p {
  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);
}
.xegp0 .pww6zkp { padding-top: 28px; }
@media (max-width: 720px) {
  .pdm6xtbb { margin-top: 18px; padding: 0 16px; }
  .xegp0 .pww6zkp { padding-top: 16px; }
}
.q9wwe.g9y7 .ddc0a2c { max-width: 1100px; }
.jsiriibs.g9y7 .ddc0a2c { max-width: 1200px; }
.b7bviy.g9y7 .ddc0a2c { max-width: 1320px; }
.tecfinu .pat56ji { padding-top: 16px; padding-bottom: 16px; }
.tvcr119j .pat56ji { padding-top: 24px; padding-bottom: 24px; }
.z8uv .pat56ji { padding-top: 40px; padding-bottom: 40px; }
.ksbs86 .pat56ji { padding-top: 52px; padding-bottom: 52px; }
.ve4t3lo .pat56ji:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ve4t3lo .pat56ji:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ve4t3lo .pat56ji:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ve4t3lo .pat56ji:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.m2ef5 .nl6qqe { padding-top: 10px;  padding-bottom: 10px; }
.klgtsjc .nl6qqe { padding-top: 18px;  padding-bottom: 18px; }
.n7jl6dz .nl6qqe { padding-top: 36px;  padding-bottom: 36px; }
.fref0 .nl6qqe { padding-top: 48px;  padding-bottom: 48px; }
.s16kmkcn h2.qhln8y { font-weight: 600; }
.s16kmkcn h3.c7mf     { font-weight: 600; }
.z3crmp { font-weight: 500; }
.z3crmp h2.qhln8y { font-weight: 800; }
.z3crmp h3.c7mf     { font-weight: 700; }
.ckgfgrn h2.qhln8y { font-weight: 900; }
.ckgfgrn h3.c7mf     { font-weight: 800; }
.ckgfgrn .qrng strong,
.ckgfgrn .qrng strong { font-weight: 600; }
.r9cvp6 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.d533gt .r9cvp6 { display: none; }
@media (max-width: 640px) {
  .egr0 { display: none; }
  .r9cvp6 {
    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;
  }
}
.r9cvp6 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.r9cvp6:hover { opacity: 0.85; }
.gvzhf5z .r9cvp6 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.onb1 .r9cvp6,
.oj8o  .r9cvp6 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.onb1 .r9cvp6:hover,
.oj8o  .r9cvp6:hover { opacity: 0.88; }
.gvzhf5z.onb1 .r9cvp6,
.gvzhf5z.oj8o  .r9cvp6 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.angw0 {
  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;
}
.angw0:hover { transform: translateY(-2px); opacity: 0.92; }
.angw0 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.t2tf .angw0 { display: none; }
.f6n2f .angw0 { right: 32px; }
.qdhp  .angw0 { left: 32px; }
@media (max-width: 480px) {
  .f6n2f .angw0 { right: 20px; bottom: 20px; }
  .qdhp  .angw0 { left: 20px; bottom: 20px; }
}
.vgy9c9 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.cgc0 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ipxr { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.w02ot4t { color: var(--text-dim); font-size: 0.8rem; }
.arq1gj a, .mb125ec a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.arq1gj a:hover, .mb125ec a:hover { color: var(--accent-light); }
.mb125ec { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.scammf95 .cgc0 { text-align: center; }
.scammf95 .mb125ec { justify-content: center; margin-bottom: 16px; }
.scammf95 .ipxr { margin-top: 0; }
.xt0hq6n { margin-top: 10px; }
.xt0hq6n a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .cgc0 { padding-left: 16px; padding-right: 16px; }
  .hnvgjy .cgc0 { padding: 20px 16px; }
  .mb125ec { gap: 4px 12px; }
  .ipxr { font-size: 0.78rem; }
}
.zlnxv .ipxr { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.zlnxv .w02ot4t { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .zlnxv .k04y { grid-template-columns: 1fr 1fr; } .zlnxv .x82y97vr { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zlnxv .k04y { grid-template-columns: 1fr; } }
.te1sp .ipxr { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .te1sp .t35fqrcn { gap: 12px; } .te1sp .erxwvg { margin-right: 0; width: 100%; } }
.b4fsdoai .ipxr { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.b4fsdoai .w02ot4t { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .b4fsdoai .tmahad { grid-template-columns: 1fr 1fr; } .b4fsdoai .p2meref { grid-column: 1 / -1; } }
@media (max-width: 480px) { .b4fsdoai .tmahad { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .pntu .tzu0 { grid-template-columns: 1fr 1fr; } .pntu .w98cc:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pntu .tzu0 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .e33qe .tzu0 { grid-template-columns: 1fr; } }
.p9hp .cgc0 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.p9hp .mb125ec { justify-content: center; }
.jmtt9 .qex1s6      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.jmtt9 .vgy9c9 { background: var(--bg-page); border-top-color: var(--border-alt); }
.h65469 .qex1s6      { background: #0d1117; border-bottom-color: #21262d; }
.h65469 .oofaek { color: var(--accent-light); }
.h65469 .cs2g0zd { --msep-color: #8b949e; }
.h65469 .cs2g0zd a { color: #8b949e; }
.h65469 .cs2g0zd a:hover { color: var(--accent-light); }
.h65469 .i3sb { color: #8b949e; }
.h65469 .vgy9c9 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.h65469 .ipxr,
.h65469 .w02ot4t { color: #6e7681; }
.h65469 .arq1gj a, .h65469 .mb125ec a,
.h65469 .osa4 a, .h65469 .xbxpht a,
.h65469 .yjuplqls a { color: #8b949e; }
.h65469 .erxwvg { color: #e6edf3; }
.h65469 .arq1gj a:hover, .h65469 .mb125ec a:hover,
.h65469 .osa4 a:hover, .h65469 .xbxpht a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .h65469 .cs2g0zd { background: #0d1117; border-top-color: #21262d; }
  .h65469 .cs2g0zd li a { border-bottom-color: #21262d; }
}
.t0zg .qex1s6      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.t0zg .oofaek { color: var(--accent-light); }
.t0zg .cs2g0zd { --msep-color: #475569; }
.t0zg .cs2g0zd a { color: #475569; }
.t0zg .cs2g0zd a:hover { color: var(--accent-light); }
.t0zg .i3sb { color: #64748b; }
.t0zg .vgy9c9 { background: #f0f4f8; border-top-color: #cbd5e1; }
.t0zg .ipxr,
.t0zg .w02ot4t { color: #64748b; }
.t0zg .arq1gj a, .t0zg .mb125ec a,
.t0zg .arq1gj a:hover, .t0zg .mb125ec a:hover,
@media (max-width: 640px) {
  .t0zg .cs2g0zd { background: #f0f4f8; border-top-color: #cbd5e1; }
  .t0zg .cs2g0zd li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.onb1 .qex1s6      { background: var(--accent); border-bottom-color: var(--accent-light); }
.onb1 .oofaek { color: #fff; }
.onb1 .cs2g0zd { --msep-color: rgba(255,255,255,0.82); }
.onb1 .cs2g0zd a { color: rgba(255,255,255,0.82); }
.onb1 .cs2g0zd a:hover { color: #fff; }
.onb1 .i3sb { color: rgba(255,255,255,0.9); }
.onb1 .vgy9c9 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.onb1 .ipxr,
.onb1 .w02ot4t { color: rgba(255,255,255,0.72); }
.onb1 .arq1gj a, .onb1 .mb125ec a,
.onb1 .arq1gj a:hover, .onb1 .mb125ec a:hover,
@media (max-width: 640px) {
  .onb1 .cs2g0zd { background: var(--accent); border-top-color: var(--accent-light); }
  .onb1 .cs2g0zd li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.oj8o .qex1s6 {
  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);
}
.oj8o .vgy9c9 {
  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) {
  .oj8o .cs2g0zd {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.b4rdijot .coy1jfh { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.mrxiks .coy1jfh { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.zrxvzgu .coy1jfh { min-height: 72px; height: auto; }
.ttw0 .coy1jfh { min-height: 84px; height: auto; }
.hnvgjy .coy1jfh { max-width: none; padding: 0 32px; }
.hnvgjy .cgc0  { max-width: none; padding: 24px 32px; }
.e3ki.jsiriibs .coy1jfh { max-width: 1200px; }
.e3ki.b7bviy .coy1jfh { max-width: 1320px; }
.qf5wt6e   .oofaek, .qf5wt6e   .erxwvg { text-transform: capitalize; }
.eeore .oofaek, .eeore .erxwvg { text-transform: lowercase; }
.if0dln .oofaek, .if0dln .erxwvg { text-transform: uppercase; letter-spacing: 0.06em; }
.mas5, .b871 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.y7ept .mas5,
.rkn3 .mas5,
.i1lv .mas5,
.kq05g84 .mas5,
.g9x0o   .cs2g0zd a { font-weight: 500; }
.ontunx .cs2g0zd a { font-weight: 600; }
.m3n6pn5     .cs2g0zd a { font-weight: 700; }
.rr4m    .cs2g0zd a { font-weight: 800; letter-spacing: 0.01em; }
.jdgpita3     .cs2g0zd > li + li::before,
.j2y75gi    .cs2g0zd > li + li::before,
.kq8cekoz    .cs2g0zd > li + li::before,
.ft3iud .cs2g0zd > li + li::before,
.xf36u .cs2g0zd > li + li::before,
.jqjwfsg3  .cs2g0zd > li + li::before,
.ez8jak    .cs2g0zd > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.jdgpita3     .cs2g0zd > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.j2y75gi    .cs2g0zd > li + li::before { content: "|"; }
.kq8cekoz    .cs2g0zd > li + li::before { content: "—"; }
.ft3iud .cs2g0zd > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.xf36u .cs2g0zd > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.jqjwfsg3  .cs2g0zd > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ez8jak    .cs2g0zd > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .sswgbx .i3sb,
  .esdwm2m2 .i3sb,
  .xmo6rrhp .i3sb,
  .kb1j .i3sb,
  .db5oig1b .i3sb {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .sswgbx .i3sb::before,
  .esdwm2m2 .i3sb::before,
  .xmo6rrhp .i3sb::before,
  .kb1j .i3sb::before,
  .db5oig1b .i3sb::before { content: ""; display: block; flex-shrink: 0; }

  
  .sswgbx .i3sb::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;
  }

  
  .esdwm2m2 .i3sb::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;
  }

  
  .xmo6rrhp .i3sb::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;
  }

  
  .kb1j .i3sb::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;
  }

  
  .db5oig1b .i3sb::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) {
  .t6j2g .i3sb {
    padding: 5px 14px;
  }
  .t6j2g .cs2g0zd {
    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;
  }
  .t6j2g .cs2g0zd li a {
    border-bottom: none; padding: 10px 22px;
  }
  .t6j2g .cs2g0zd li a:hover { background: var(--bg-raised); }
  .t6j2g .fyz1s1m,
  .rshzagal .fyz1s1m,
  .qq49 .fyz1s1m { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .kj2vbm .i3sb {
    padding: 5px 10px;
  }
  .kj2vbm .cs2g0zd {
    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);
  }
  .kj2vbm .cs2g0zd.kpjyr3 { transform: translateX(0); }
  .kj2vbm .cs2g0zd li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .kj2vbm .cs2g0zd li:last-child a { border-bottom: none; }
  .onb1 .cs2g0zd,
  .h65469 .cs2g0zd { background: var(--accent) !important; }
  .onb1 .cs2g0zd li a,
  .h65469 .cs2g0zd li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .qq49 .i3sb {
    padding: 5px 10px;
  }
  .qq49 .cs2g0zd {
    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);
  }
  .qq49 .cs2g0zd::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .qq49 .cs2g0zd.kpjyr3 { transform: translateY(0); }
  .qq49 .cs2g0zd li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ientvh .i3sb {
    padding: 5px 10px;
  }
  .ientvh .cs2g0zd {
    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;
  }
  .ientvh .cs2g0zd.kpjyr3 { opacity: 1; pointer-events: auto; }
  .ientvh .cs2g0zd li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .p2qlz     .i3sb { border-radius: 0 !important; }
  .bkxm   .i3sb { border-radius: 8px !important; }
  .o5u61 .i3sb { border-radius: 50% !important; }
  .ykk3mqh   .i3sb { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .fmaziyfe .dms1lxh { flex-direction: column; align-items: stretch; }
  .fmaziyfe .of8fi { flex-direction: row; min-width: auto; }
  .fmaziyfe .m388 { align-items: flex-start; text-align: left; }
}
.fd93q,
.fd93q.pat56ji,
.yhrli0 .fd93q,
.l6q4 .fd93q,
.suadcxaa .fd93q,
.c1xe4u .fd93q {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.oxmtl7r {
  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;
}
.b7abms { flex: 1 1 280px; min-width: 0; }
.cbrgx {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.tly7rl25 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.a3io5dz {
  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;
}
.a3io5dz:hover { transform: translateY(-1px); opacity: 0.95; }
.n5lk .oxmtl7r {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.n5lk .cbrgx { color: var(--cta); }
.n5lk .tly7rl25 { color: var(--text-body); }
.n5lk .a3io5dz {
  background: var(--cta) !important;
  color: #fff !important;
}
.wp0im .oxmtl7r {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.wp0im .cbrgx { color: var(--text-primary); }
.wp0im .tly7rl25 { color: var(--text-body); }
.wp0im .a3io5dz {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .oxmtl7r {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .b7abms { flex: 0 0 auto; }
  .cbrgx { font-size: 1.2rem; }
  .a3io5dz { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.y5ok9 .ggaf6qr { height: 36px; }
.lz1g8 .ggaf6qr { height: 60px; max-width: 200px; }
.lj104y .ggaf6qr { height: 56px; max-width: 180px; }
.tplh4s9n     .h6zh, .tplh4s9n     .ldx7l { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.uu7gr .eed3jry + .eed3jry {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .eqqb .tl2z {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .eqqb .rk0w {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .eqqb .rk0w { padding: 40px 16px 20px; }
  .eqqb .eed3jry {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .eqqb .tm7eq3n { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .kee6k7ca .rk0w {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .kee6k7ca .rk0w::before {
    position: absolute; top: 14px; left: 14px;
  }
  .kee6k7ca .id9drk {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .kee6k7ca .ren25g5o { white-space: normal; text-align: center; font-size: 1.2rem; }
  .kee6k7ca .eed3jry {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .kee6k7ca .tm7eq3n { width: 100%; min-width: 0; }
  .kee6k7ca .h6zh { min-width: 0; }
}
.mog6uo .qn39te {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.mog6uo .qn39te summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.mog6uo .qn39te p { padding: 0 2px 16px; }
.x8f1ci .qn39te { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.x8f1ci .qn39te summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.x8f1ci .qn39te summary::after { content: "›"; font-size: 1.2em; }
.x8f1ci .qn39te[open] summary::after { content: "‹"; }
.x8f1ci .qn39te p { padding: 10px 22px 4px; }
.zigv .qn39te {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.zigv .qn39te summary { color: var(--text-primary); padding-left: 16px; }
.zigv .qn39te summary::after { content: "›"; font-size: 1.1em; }
.zigv .qn39te[open] summary::after { content: "‹"; }
.zigv .qn39te p { padding-left: 16px; }
.c2sz .vguh { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.c2sz .qn39te {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.c2sz .qn39te:last-child { border-bottom: none; }
.c2sz .qn39te summary { color: var(--text-primary); border-radius: 0; }
.c2sz .qn39te summary::after { content: "›"; font-size: 1.1em; }
.c2sz .qn39te[open] summary::after { content: "‹"; }
.oqiov .qn39te { overflow: hidden; }
.oqiov .qn39te summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.oqiov .qn39te summary::after { color: rgba(255,255,255,.75); }
.oqiov .qn39te[open] summary { border-radius: 0; }
.zwmg17sp { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.iq98xk {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.kvp4t {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ej20t9 { color: var(--text-muted); font-size: 1.05rem; }
.pt6wkddb {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.oc81e279 { margin-bottom: 20px; }
.uo0u89 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.xowhe {
  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;
}
.xowhe:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.glktnjql { resize: vertical; min-height: 130px; }
.qoj1e { width: 100%; margin-top: 8px; }
.r7hy05nu {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.zjd56n0j {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.who7kj7 { color: var(--text-muted); line-height: 1.75; }
.ye1tzcr { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ye1tzcr li { margin-bottom: 6px; }
.ukgiah { max-width: 760px; margin: 0 auto; }
.ij8q7ip { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.vjch { max-width: 760px; margin: 0 auto; }
.o0hewll ul.ye1tzcr { margin: 0; }
@media (max-width: 640px) { .zedx63 { grid-template-columns: 1fr; gap: 10px; } }
.yxtea { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.m2uwv { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.jtp7fhco { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.m2uwv p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.m2uwv .ye1tzcr { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .yxtea { grid-template-columns: 1fr; } }
.ka4ab7i { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.ka4ab7i:hover .bxpt { color: var(--accent-light); text-decoration: underline; }
.vx13d { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.yo5thch { margin-bottom: 48px; }
.wn65 { max-width: 760px; margin: 0 auto; }
.ys8cx { text-align: center; }
.haw43jjy { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.haw43jjy:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.io14bd { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.haw43jjy p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.haw43jjy ul.ye1tzcr { margin: 0; }
.auhz451q { color: var(--text-muted); line-height: 1.75; }
.ys8cx .ye1tzcr,
.px47l .ye1tzcr,
.a2v0ww .ye1tzcr,
.gdi3o4 .ye1tzcr {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ys8cx .haw43jjy,
.px47l .haw43jjy { text-align: left; }
.ys8cx .io14bd,
.px47l .io14bd { text-align: center; }
.emlxcl9 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.vkzw { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.tyzu { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.jm5op8 { margin-top: 12px; }
.nvfh4s { 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; }
.nvfh4s:hover { border-bottom-color: var(--accent-light); }
.ubjhg { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.ubjhg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fiel9 { width: 200px; height: 200px; }
.spu1 { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.lil70 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.bxg1h { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .gcs0ks { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.dcgj { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.dcgj .tyzu, .dcgj .vkzw { max-width: 640px; }
.otud2l .emlxcl9 { font-size: 1.6rem; margin-top: 18px; }
.khun .tyzu { margin-bottom: 28px; }
@media (max-width: 860px) { .hy9evyd8 { grid-template-columns: 1fr; } .otud2l { position: static; text-align: center; } }
.ek4qwkjh .ubjhg { margin: 0 auto 18px; }
.ek4qwkjh .lil70 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .foyb { grid-template-columns: 1fr; } }
.xu73tpk .emlxcl9 { font-size: 1.6rem; margin-bottom: 6px; }
.gdi3o4 .ye1tzcr { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .xu73tpk { flex-direction: column; text-align: center; } .btie { grid-template-columns: 1fr; } }
.seybzueb .emlxcl9 { font-size: 1.35rem; margin: 0 0 4px; }
.seybzueb .lil70 { margin: 0; }
.kge8h {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.kge8h .kvp4t { color: var(--accent-light); }
.jo5exy .kvp4t { font-size: 2rem; }
.jo5exy .ej20t9 { max-width: 680px; }
.b1s7 .kvp4t { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.b1s7 .ej20t9  { margin: 0; }
@media (max-width: 640px) { .b1s7 { flex-direction: column; } }
.h0g1sl .kvp4t { color: var(--accent-light); }
.dve961a .kvp4t { color: #fff; }
.dve961a .ej20t9  { color: rgba(255,255,255,0.85); }
.t39vin { max-width: 680px; margin: 0 auto; }
.x6zo {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .x6zo { grid-template-columns: 1fr; } }
.jziq .xowhe {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.jziq .xowhe:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.egx4yv .xowhe { background: var(--bg-raised); border-color: transparent; }
.egx4yv .xowhe:focus { background: var(--bg-card); border-color: var(--accent-light); }
.wsm6m .xowhe { border-radius: 100px; padding: 11px 20px; }
.wsm6m .glktnjql { border-radius: 14px; }
.har1 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .har1 { grid-template-columns: 1fr; } }
.h9xu6qp {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.h9xu6qp h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.h9xu6qp p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.pjob{display:none}
.pjob:empty,.xwlhpjq:empty{display:none}
.zk62ir{position:relative;overflow:visible}
.i9wja4 .rchped,.a0pe .rchped,
.d6cqkeas .rchped,.wylp3j .rchped,
.sdnffn5 .rchped,.jk0p .rchped{display:block}
.grx9 .gozk{display:block}
.i9wja4 .rchped,.a0pe .rchped,
.d6cqkeas .rchped,.wylp3j .rchped,
.sdnffn5 .rchped{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}
.i9wja4 .rchped .xwlhpjq,.a0pe .rchped .xwlhpjq,
.d6cqkeas .rchped .xwlhpjq,.wylp3j .rchped .xwlhpjq,
.sdnffn5 .rchped .xwlhpjq{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}
.i9wja4 .c7mt4ys,.a0pe .c7mt4ys,
.d6cqkeas .c7mt4ys,.wylp3j .c7mt4ys,
.sdnffn5 .c7mt4ys{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.i9wja4 .rchped,.a0pe .rchped{top:12px}
.i9wja4 .rchped .xwlhpjq{margin-right:auto}
.a0pe .rchped .xwlhpjq{margin-left:auto}
.a0pe .rchped{text-align:right}
.d6cqkeas .rchped,.wylp3j .rchped{bottom:12px}
.d6cqkeas .rchped .xwlhpjq{margin-right:auto}
.wylp3j .rchped .xwlhpjq{margin-left:auto}
.wylp3j .rchped{text-align:right}
.sdnffn5 .rchped{position:relative;margin-top:16px}
.sdnffn5 .rchped .xwlhpjq{margin:0 auto}
.jk0p .rchped{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.jk0p .rchped .xwlhpjq{margin:0}
.jk0p .fotnhq~.rchped,
.jk0p .ev7rof~.rchped{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.jk0p .fotnhq~.rchped .xwlhpjq,
.jk0p .ev7rof~.rchped .xwlhpjq{justify-content:flex-start}
.fotnhq~.rchped,.ev7rof~.rchped{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}
.fotnhq~.rchped .xwlhpjq{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ev7rof~.rchped .xwlhpjq{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gozk .xwlhpjq{margin:0 0 12px}
.xwlhpjq{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.qg3uuqm{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.bxpt{font-weight:600;color:var(--text-heading);opacity:1}
.zga74p0v::before{content:"·";margin:0 2px;opacity:.5}
.c7mt4ys{white-space:nowrap}
.g20f .qg3uuqm{display:none}
.bf4ro9k .c7mt4ys{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.bf4ro9k .zga74p0v::before{content:""}
.gc7g72 .c7mt4ys{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.gc7g72 .zga74p0v::before{content:""}
.r3x1kby .xwlhpjq{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.tlfm0f .c7mt4ys{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.tlfm0f .zga74p0v::before{content:""}
.h1ng2a4 .c7mt4ys{color: var(--accent-light);opacity:1;font-weight:500}
.u87rhy .c7mt4ys{border-bottom:1px solid currentColor;padding-bottom:2px}
.do3igah .xwlhpjq{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.e0z9q{--date-bg:var(--accent-bg)}
.szid .zga74p0v::before{content:""}
.osckt .zga74p0v::before{content:"•";opacity:.4}
.osckt .c7mt4ys + .c7mt4ys::before{content:"•";margin-right:6px;opacity:.4}
.j57tijd .zga74p0v::before{content:"/";opacity:.35}
.j57tijd .c7mt4ys + .c7mt4ys::before{content:"/";margin-right:6px;opacity:.35}
.idyz08l9 .zga74p0v::before{content:"|";opacity:.3}
.idyz08l9 .c7mt4ys + .c7mt4ys::before{content:"|";margin-right:6px;opacity:.3}
.zz37vz .zga74p0v::before{content:"—";opacity:.3}
.zz37vz .c7mt4ys + .c7mt4ys::before{content:"—";margin-right:6px;opacity:.3}
.tftcgs .zga74p0v::before{content:"◆";font-size:.5em;opacity:.35}
.tftcgs .c7mt4ys + .c7mt4ys::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.pjhug5 .zga74p0v::before{content:"·";opacity:.4}
.pjhug5 .c7mt4ys + .c7mt4ys::before{content:"·";margin-right:6px;opacity:.4}
.w5u3 .zga74p0v::before{content:"›";opacity:.4}
.w5u3 .c7mt4ys + .c7mt4ys::before{content:"›";margin-right:6px;opacity:.4}
.kois .zga74p0v::before{content:"→";opacity:.35;font-size:.85em}
.kois .c7mt4ys + .c7mt4ys::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.fc8yk .g330{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .g330{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .w2gel{max-width:100%}
}
.jpy9nnz .jbkndxv6{margin:0}
@media (max-width:560px){
  .ditv{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) {
  .msrycqe { padding: 28px 18px 20px; }
  .r4ywfq { font-size: 1.2rem; }
  .ug2qpw { max-width: 220px; max-height: 80px; }
}
.peq015  .qqt9vka { border-radius: 6px; }
.q79i8l .oxmtl7r {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .qqt9vka { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.k1ro3l4 {
  margin: 28px 0 24px;
}
.k1ro3l4 .pat56ji {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.k1ro3l4 .nl6qqe {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.k1ro3l4 .oxmtl7r {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .coy1jfh { flex-direction: row-reverse; }
[dir="rtl"] .cs2g0zd { flex-direction: row-reverse; }
[dir="rtl"] .f6n2f .angw0 { right: auto; left: 32px; }
[dir="rtl"] .qdhp  .angw0 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .f6n2f .angw0 { right: auto; left: 20px; }
  [dir="rtl"] .qdhp  .angw0 { left: auto;  right: 20px; }
}
[dir="rtl"] .g7jvp .hmxd6t  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .jqfoc .hmxd6t { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .fotnhq,
[dir="rtl"] .o43lub,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .v18ggfz, [dir="rtl"] .erbydmg { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qrng { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .oxmtl7r { direction: rtl; }
[dir="rtl"] .nk2p { direction: rtl; }
[dir="rtl"] .ik64 { direction: rtl; }
[dir="rtl"] .lmaov4 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .p256ci .erbydmg,
[dir="rtl"] .qdea7 .erbydmg,
[dir="rtl"] .vqx03h .erbydmg,
[dir="rtl"] .srrspa .erbydmg {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .p256ci .erbydmg li::before,
[dir="rtl"] .qdea7 .erbydmg li::before,
[dir="rtl"] .vqx03h .erbydmg li::before,
[dir="rtl"] .srrspa .erbydmg li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .fotnhq.zzu1h0 .ogkb { align-items: flex-end; text-align: right; }
[dir="rtl"] .fotnhq.zolma .ogkb { text-align: center; }
[dir="rtl"] .fotnhq .ogkb { text-align: right; }
[dir="rtl"] .nl6qqe,
[dir="rtl"] .rx3a,
[dir="rtl"] .t37ti2,
[dir="rtl"] .kbhx0i5r,
[dir="rtl"] .pt6wkddb,
[dir="rtl"] .uo0u89,
[dir="rtl"] .tyzu,
[dir="rtl"] .xowhe,
[dir="rtl"] .glktnjql { text-align: right; direction: rtl; }
[dir="rtl"] .wsm6m .xowhe,
[dir="rtl"] .jziq .xowhe { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #88ad34;
  --brand:           #88ad34;
  --brand-light:     #748f38;
  --brand-pale:      #8da752;
  --grad-start:      #b2d26a;
  --grad-end:        #c8d9a0;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #88ad34;
  --cta-light:       #719225;
  --cta-hover:       #637d25;
  --bg-page:         #f7f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f5f3;
  --bg-raised:       #f0f0ee;
  --bg-hover:        #f5f5f3;
  --border:          #e6e8e2;
  --border-alt:      #d8dbd0;
  --border-section:  #e6e8e2;
  --text-primary:    #1a1b17;
  --text-muted:      #5b5f53;
  --text-body:       #34362f;
  --text-sub:        #4e5147;
  --text-faint:      #828777;
  --text-dim:        #9b9f92;
  --text-label:      #686c5f;
  --text-value:      #41433b;
  --accent-bg:       #ecefe5;
  --accent-bg-light: #dfe7cf;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f8f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #1a8832;
  --c-cons:          #9f3a21;
  --c-pros-label:    #1fa23b;
  --c-tip-border:    #22b342;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1a8832;
}
:root { --logo-bg-opacity: 54%; }
body, button, input { font-family: "Karla", sans-serif; }
.ps9q .b2nipnc, .ps9q .fotnhq { min-height: 420px; }
.xbpr::before { content: '/'; }