:root {
  --color-accent: #398457;
  --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;
}
.gxnnd {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.czslnk {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.afy20s {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.gn57ll { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.onrn8 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.onrn8 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.onrn8 a:hover { color: var(--accent-light); }
.j6oce     .npga { border-radius: 6px; }
.j6oce .npga li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.j6oce .npga li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.pg27h2v .npga li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .npga {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ue40pen:hover .npga,
  .ue40pen:focus-within .npga { display: block; }
  .npga li a { padding: 8px 16px; font-size: 0.88rem; }
}
.b4irr {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.b5i3sx { display: none; }
@media (max-width: 640px) {
  .b5i3sx {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .b5i3sx.rcl2r7 { display: block; }
}
@media (max-width: 640px) {
  .b4irr { display: block; }
  .onrn8 > li + li::before { display: none !important; }
  .onrn8 {
    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;
  }
  .onrn8.rcl2r7 { display: flex; }
  .onrn8 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .onrn8 li:last-child a { border-bottom: none; }
}
.b7aa3 { min-height: 480px; }
.gmrvxkje {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.joftruuj { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.h7b3drs .joftruuj { margin-left: 0; margin-right: 0; }
.cqtg7 {
  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;
}
.nsue2t3 .cqtg7 { margin-top: 24px; }
.cqtg7:hover { opacity: 0.88; }
.kmguuv .gmrvxkje { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.kmguuv .joftruuj { color: #e2e8f0; }
.kmguuv.h7b3drs   .yr3xy7h { text-align: left; }
.i7h43 .gmrvxkje { color: var(--text-primary); text-shadow: none; }
.i7h43 .joftruuj { color: var(--text-muted); }
.i7h43 .cqtg7 { margin-top: 16px; }
.i7h43, .i7h43.b7aa3 { min-height: auto !important; }
.i7h43.h7b3drs   .yr3xy7h { text-align: left; }
.i7h43~.b2yh9{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}
.i7h43~.b2yh9 .jvj33k{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}
.kkivfj6d .u2n0wz7,
.kkivfj6d .rba3r {
  position: relative; overflow: hidden;
}
.kkivfj6d .u2n0wz7::after,
.kkivfj6d .rba3r::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.kkivfj6d .kmguuv .znle {
  overflow: hidden;
}
.kkivfj6d .kmguuv .znle::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.u2n0wz7 .gmrvxkje { color: #fff; }
.u2n0wz7 .joftruuj { color: rgba(255,255,255,0.85); }
.u2n0wz7 .cqtg7 { background: #fff; color: var(--cta); }
.u2n0wz7 .cqtg7:hover { opacity: 0.92; }
.kkivfj6d .cp3lg { position: relative; overflow: hidden; }
.kkivfj6d .cp3lg::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;
}
.jwbjkx .cp3lg {
  animation: hg-breathe 7s ease-in-out infinite;
}
.e0i8f2 .cp3lg { position: relative; overflow: hidden; }
.e0i8f2 .cp3lg::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;
}
.y7qlbec .cp3lg { position: relative; overflow: hidden; }
.y7qlbec .cp3lg::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;
}
.mng1thx .cp3lg {
  animation: hg-fadein 1.2s ease-out both;
}
.cp3lg {
  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%);
}
.k5ob {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.nltlzfv {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.rtxm7 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.cp3lg .gmrvxkje { text-shadow: none; color: var(--text-primary); }
.cp3lg .joftruuj { color: var(--text-muted); }
body.j9w5 .gmrvxkje {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.n4md8 .gmrvxkje {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.b7aa3.u2n0wz7 .gmrvxkje,
section.u2n0wz7 .gmrvxkje {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.cp3lg.xg6n9 .k5ob { align-items: center; text-align: center; }
.cp3lg.h7b3drs   .k5ob { align-items: flex-start; text-align: left; }
.z2w17ls .nltlzfv { position: relative; }
.z2w17ls .nltlzfv::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.z2w17ls.paahg3b .nltlzfv::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.ebfg09y .nltlzfv {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.ebfg09y .rtxm7 {
  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);
}
.ebfg09y.paahg3b .nltlzfv { padding: 32px 0 32px 32px; }
.nssb .nltlzfv {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.nssb .rtxm7 {
  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);
}
.paahg3b .k5ob {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.nssb.paahg3b .nltlzfv { padding: 40px 16px 40px 48px; }
.b7aa3 .b23n9f {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.b23n9f .amokye5.w9lssm {
  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;
}
.b23n9f .amokye5.w9lssm:hover { opacity: 0.85; }
.qv3w .nltlzfv {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .cp3lg { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .cp3lg:not(.qv3w) .nltlzfv { display: none !important; }
  .qv3w .nltlzfv { padding: 16px; }
  .k5ob  { padding: 36px 24px; }
  .cp3lg~.b2yh9,.paahg3b~.b2yh9{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .b7aa3, .cp3lg { min-height: 320px !important; }
  .gmrvxkje { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .wmr9v1b,
  .qqisjl,
  .ii69q { grid-template-columns: 1fr !important; }

  

  
  .c15g1r { display: flex !important; flex-direction: column !important; }
  .c15g1r .yr3xy7h { display: contents; }
  .c15g1r .znle { order: 0; }
  .c15g1r .gmrvxkje { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .c15g1r .wmr9v1b { order: 2; padding: 0 16px 12px !important; }
  .c15g1r .joftruuj { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .nsue2t3 .yr3xy7h { display: flex; flex-direction: column; }
  .nsue2t3 .yr3xy7h .gmrvxkje { order: 1; }
  .nsue2t3 .yr3xy7h .ii69q { order: 2; margin: 8px 0 24px !important; }
  .nsue2t3 .yr3xy7h .joftruuj { order: 3; }
  .nsue2t3 .yr3xy7h .cqtg7 { order: 4; align-self: center; margin-top: 0; }

  
  .cp3lg.qv3w {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .cp3lg.qv3w .k5ob { display: contents; padding: 0; }
  .cp3lg.qv3w .k5ob .gmrvxkje { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .cp3lg.qv3w .nltlzfv { order: 2; padding: 12px 16px; }
  .cp3lg.qv3w .k5ob .joftruuj { order: 3; padding: 0 24px; margin: 0 auto; }
  .cp3lg.qv3w .k5ob .cqtg7 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.yonvcyv { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.i82ksrwb { width: 100%; height: auto; display: block; border-radius: 10px; }
.xzaa .yonvcyv        { border-radius: 16px; }
.xzaa .i82ksrwb  { border-radius: 16px; }
.pbrjufm .yonvcyv         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.pbrjufm .i82ksrwb   { border-radius: 8px; }
.nn44x { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.t10qxn { width: 100%; padding: 32px 0; position: relative; }
.i4sf { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.rs5x .t10qxn:nth-child(even) { background: var(--bg-surface); }
.rs5x .t10qxn:nth-child(odd)  { background: var(--bg-page); }
.rv036b8 .t10qxn:nth-child(even) { background: var(--bg-card); }
.rv036b8 .t10qxn:nth-child(odd)  { background: var(--bg-page); }
.rs5x .t10qxn:nth-child(odd)  .i4sf { background: var(--bg-card); border-radius: 6px; }
.rs5x .t10qxn:nth-child(even) .i4sf { background: var(--bg-raised); border-radius: 6px; }
.rv036b8 .t10qxn:nth-child(odd)  .i4sf { background: var(--bg-card); border-radius: 6px; }
.rv036b8 .t10qxn:nth-child(even) .i4sf { background: var(--bg-raised); border-radius: 6px; }
.rs5x .t10qxn:nth-child(even) .lavqccp .qemr0r,
.rv036b8 .t10qxn:nth-child(even) .lavqccp .qemr0r { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.rs5x .t10qxn:nth-child(odd) .lavqccp .qemr0r,
.rv036b8 .t10qxn:nth-child(odd) .lavqccp .qemr0r { background: var(--bg-card-inner); }
.rs5x .t10qxn:nth-child(even) .qto7 .qemr0r:nth-child(odd),
.rv036b8 .t10qxn:nth-child(even) .qto7 .qemr0r:nth-child(odd)  { background: var(--bg-card); }
.rs5x .t10qxn:nth-child(even) .qto7 .qemr0r:nth-child(even),
.rv036b8 .t10qxn:nth-child(even) .qto7 .qemr0r:nth-child(even) { background: var(--bg-card-inner); }
h1.zzizc { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.zzizc {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.tmibk3k { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.kd5pyhd h2.zzizc {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.aawzhx h2.zzizc {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.jzkbgjsu h2.zzizc {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.c30gp8w h2.zzizc::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.bsr9 h2.zzizc {
  color: var(--text-primary); font-size: 1.7rem;
}
.lcguk h2.zzizc::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.qe59mo0 h2.zzizc {
  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;
}
.kdts8 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .kdts8 { display: none; } }
.spnl43 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.l3wbz { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.gah3913 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.jd492vpn { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.em64 { padding-left: 20px; }
.em64 li { margin-bottom: 6px; }
.em64 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.em64 a:hover { color: var(--accent-light); }
.hrvdm0n .jd492vpn { display: none; }
.vqmcsv .jd492vpn { display: none; }
.vqmcsv .em64 { padding-left: 0; list-style: none; }
.vqmcsv .em64 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.vqmcsv .em64 a { font-size: 0.92rem; }
.t7b8 .gah3913 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.t7b8 .jd492vpn { display: none; }
.t7b8 .em64 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.t7b8 .em64 li { margin-bottom: 0; }
.t7b8 .em64 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;
}
.t7b8 .em64 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.jxic2e .gah3913 { padding: 20px 20px 16px; }
.jxic2e .em64 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.jxic2e .em64 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.jxic2e .em64 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;
}
.jxic2e .em64 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;
}
.jxic2e .em64 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.jxic2e .em64 a:focus,
.jxic2e .em64 a:focus-visible,
.jxic2e .em64 a:target { outline: none; }
.jxic2e .em64 li:target a { border-color: var(--border); color: var(--text-muted); }
.qmwq2njx .gah3913 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.qmwq2njx .jd492vpn { display: none; }
.qmwq2njx .em64 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.qmwq2njx .em64 li { margin-bottom: 0; }
.qmwq2njx .em64 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.qmwq2njx .em64 li:last-child::after { content: ""; margin-right: 0; }
.qmwq2njx .em64 a { font-size: 0.9rem; }
.qemr0r { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.lavqccp .qemr0r { background: var(--bg-card); }
.qto7 .qemr0r:nth-child(odd)  { background: var(--bg-card); }
.qto7 .qemr0r:nth-child(even) { background: var(--bg-raised); }
.cub9o .qemr0r {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.cub9o .qemr0r:last-child { border-bottom: none; }
.cub9o h3.tmibk3k { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.mizo .qemr0r {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.mizo .qemr0r + .qemr0r { margin-top: 4px; }
.zgx7 .qemr0r { background: none; border-radius: 0; padding: 12px 0; }
.zgx7 .qemr0r + .qemr0r { border-top: 1px solid var(--border-section); }
.d3eh7 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.dl2t { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.h0u6nsk { color: var(--text-body); margin-bottom: 10px; }
.m6yai39b, .xj6aet { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.m6yai39b li, .xj6aet li { margin-bottom: 6px; }
.xj6aet li { list-style: decimal; }
.s6lyzaw1     .m6yai39b { list-style-type: "● "; }
.cb8drplx  .m6yai39b { list-style-type: "■ "; }
.brvtk7 .m6yai39b { list-style-type: "◆ "; }
.k4ja1n5    .m6yai39b { list-style-type: "★ "; }
.s6lyzaw1     .k6q7sgs6 { list-style-type: "● "; }
.cb8drplx  .k6q7sgs6 { list-style-type: "■ "; }
.brvtk7 .k6q7sgs6 { list-style-type: "◆ "; }
.k4ja1n5    .k6q7sgs6 { list-style-type: "★ "; }
.s6lyzaw1    .m6yai39b li::marker, .s6lyzaw1    .k6q7sgs6 li::marker,
.cb8drplx .m6yai39b li::marker, .cb8drplx .k6q7sgs6 li::marker,
.brvtk7 .m6yai39b li::marker, .brvtk7 .k6q7sgs6 li::marker,
.k4ja1n5   .m6yai39b li::marker, .k4ja1n5   .k6q7sgs6 li::marker {
  color: var(--cta); font-size: 1em;
}
.s6lyzaw1 .xj6aet,
.cb8drplx .xj6aet,
.brvtk7 .xj6aet,
.k4ja1n5 .xj6aet {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.s6lyzaw1 .xj6aet li,
.cb8drplx .xj6aet li,
.brvtk7 .xj6aet li,
.k4ja1n5 .xj6aet li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.s6lyzaw1 .xj6aet li::before,
.cb8drplx .xj6aet li::before,
.brvtk7 .xj6aet li::before,
.k4ja1n5 .xj6aet 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;
}
.s6lyzaw1     .xj6aet li::before { border-radius: 50%; }
.cb8drplx  .xj6aet li::before { border-radius: 3px; }
.brvtk7 .xj6aet li::before { border-radius: 3px; }
.k4ja1n5    .xj6aet li::before { border-radius: 50%; }
.quivd9b { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.o8zr .quivd9b,
.wf2vi4y .quivd9b { background: transparent; border: none; border-radius: 0; }
.hb3rvbu3 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.hb3rvbu3 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.hb3rvbu3 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.hb3rvbu3 tr:hover td { background: var(--bg-hover); }
.jj0l .hb3rvbu3 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.qbro .hb3rvbu3 { border: 1px solid var(--border-alt); }
.qbro .hb3rvbu3 th,
.qbro .hb3rvbu3 td { border: 1px solid var(--border-alt); }
.rky752pn .hb3rvbu3 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.rky752pn .hb3rvbu3 td { border-bottom: none; }
.rky752pn .hb3rvbu3 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.f9b1qyke .hb3rvbu3 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.j06et148 .quivd9b {
  overflow: hidden;
}
.j06et148 .hb3rvbu3 th { border-bottom: 1px solid var(--border-alt); }
.j06et148 .hb3rvbu3 tr:last-child td { border-bottom: none; }
.xjiqs50 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.zfru8t { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.lt1qj30 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ujhli { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.wc668v8 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.k6q7sgs6 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.k6q7sgs6 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%}
.efycy .ujhli { background: transparent; text-align: center; }
.dbialt .lt1qj30 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.jtie3 .lt1qj30 {
  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);
}
.qnfedwz .zfru8t { display: grid; grid-template-columns: auto 1fr; }
.qnfedwz .lt1qj30 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.qnfedwz .ujhli { grid-column: 2; }
.qnfedwz .wc668v8,
.qnfedwz .k6q7sgs6 { grid-column: 1 / -1; }
.dthwsfr .zfru8t { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.dthwsfr .lt1qj30 {
  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);
}
.dthwsfr .ujhli { grid-column: 2; }
.dthwsfr .wc668v8,
.dthwsfr .k6q7sgs6 { grid-column: 1 / -1; }
.q55iw .zfru8t { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.q55iw .ujhli { background: none; color: var(--accent-light); font-weight: 700; }
.bmu3f .zfru8t { 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); }
.bmu3f .ujhli { background: none; color: var(--accent-light); font-weight: 700; }
.zjzl295 .zfru8t { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.zjzl295 .zfru8t:last-child { border-bottom: none; }
.zjzl295 .ujhli { background: none; color: var(--accent-light); font-weight: 700; }
.ooq7z .zfru8t { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.ooq7z .ujhli { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.rf744v .xjiqs50 { counter-reset: card-n; }
.rf744v .zfru8t  { counter-increment: card-n; }
.rf744v .ujhli { display: flex; align-items: center; gap: 10px; }
.rf744v .ujhli::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;
}
.fjlw8 .zfru8t { background: var(--bg-surface); border: 1px solid var(--border); }
.fjlw8 .ujhli { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.gkrf08a { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.szuha  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.altj { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.sjvoyfwp { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.gkrf08a strong { color: var(--text-primary); font-size: 0.95rem; }
.gkrf08a p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.uejx { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.sos3u, .kv4ll { border-radius: 8px; padding: 14px; }
.sos3u { background: var(--bg-pros); }
.kv4ll { background: var(--bg-cons); }
.x50aj62 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.sos3u .x50aj62 { color: var(--c-pros-label); }
.kv4ll .x50aj62 { color: #f87171; }
.sos3u ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.kv4ll ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.i82ksrwb { width: 100%; height: auto; border-radius: 10px; display: block; }
.w9lssm {
  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;
}
.w9lssm:hover { opacity: 0.85; }
.y24n26 .w9lssm  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.y24n26 .w9lssm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.q2bhuf4b .w9lssm  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.q2bhuf4b .w9lssm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xqb2hq .cqtg7 { border-radius: 50px; }
.xqb2hq .w9lssm  { border-radius: 50px; }
.jpe0ain .cqtg7 { padding-left: 22px; padding-right: 22px; }
.jpe0ain .w9lssm  { padding-left: 12px; padding-right: 12px; }
.gchhp3p .cqtg7 { padding-left: 44px; padding-right: 44px; }
.gchhp3p .w9lssm  { padding-left: 24px; padding-right: 24px; }
.fdd5qsn1 .cqtg7 { padding-left: 56px; padding-right: 56px; }
.fdd5qsn1 .w9lssm  { padding-left: 32px; padding-right: 32px; }
.jg67s   .cqtg7::after, .jg67s   .w9lssm::after,
.q2q12znj .cqtg7::after, .q2q12znj .w9lssm::after,
.m42e9    .cqtg7::after, .m42e9    .w9lssm::after,
.s8if    .cqtg7::after, .s8if    .w9lssm::after,
.zxpwcquf    .cqtg7::after, .zxpwcquf    .w9lssm::after,
.ll04yh0     .cqtg7::after, .ll04yh0     .w9lssm::after,
.c2zd7pmu    .cqtg7::after, .c2zd7pmu    .w9lssm::after,
.iszjw   .cqtg7::after, .iszjw   .w9lssm::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;
}
.jg67s .cqtg7::after, .jg67s .w9lssm::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");
}
.q2q12znj .cqtg7::after, .q2q12znj .w9lssm::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");
}
.m42e9 .cqtg7::after, .m42e9 .w9lssm::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");
}
.s8if .cqtg7::after, .s8if .w9lssm::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");
}
.zxpwcquf .cqtg7::after, .zxpwcquf .w9lssm::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");
}
.ll04yh0 .cqtg7::after, .ll04yh0 .w9lssm::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");
}
.c2zd7pmu .cqtg7::after, .c2zd7pmu .w9lssm::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");
}
.iszjw .cqtg7::after, .iszjw .w9lssm::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");
}
.t5r6z1   .o2o2::after, .t5r6z1   .ziodz6e::after,
.tpp0sml9 .o2o2::after, .tpp0sml9 .ziodz6e::after,
.zg6l    .o2o2::after, .zg6l    .ziodz6e::after,
.cv9t0u    .o2o2::after, .cv9t0u    .ziodz6e::after,
.ull1    .o2o2::after, .ull1    .ziodz6e::after,
.stlbsrrb     .o2o2::after, .stlbsrrb     .ziodz6e::after,
.p06nuu    .o2o2::after, .p06nuu    .ziodz6e::after,
.z71ce   .o2o2::after, .z71ce   .ziodz6e::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;
}
.t5r6z1 .o2o2::after, .t5r6z1 .ziodz6e::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");
}
.tpp0sml9 .o2o2::after, .tpp0sml9 .ziodz6e::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");
}
.zg6l .o2o2::after, .zg6l .ziodz6e::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");
}
.cv9t0u .o2o2::after, .cv9t0u .ziodz6e::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");
}
.ull1 .o2o2::after, .ull1 .ziodz6e::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");
}
.stlbsrrb .o2o2::after, .stlbsrrb .ziodz6e::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");
}
.p06nuu .o2o2::after, .p06nuu .ziodz6e::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");
}
.z71ce .o2o2::after, .z71ce .ziodz6e::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");
}
.vs3f .oaa5 { background: var(--bg-raised); }
.amokye5.w9lssm {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .d5sliz0w {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .d5sliz0w::before    { grid-area: rank;   }
  .h1pv           { grid-area: ident;  }
  .pvp8zaw     { grid-area: rating; min-width: 0; width: auto; }
  .fguapi           { grid-area: pills;  }
  .amokye5             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .d5sliz0w {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .d5sliz0w::before    { justify-self: center; }
  .h1pv           { width: 100%; }
  .pvp8zaw     { justify-self: center; }
  .fguapi           { grid-template-columns: 1fr; }
}
.u5vu6ev .pg0j li::before { content: "→"; }
.u5vu6ev .dp3wfwnv li::before { content: "–"; }
.clcl .xzw0ec { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .x59ev7p .am76 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .x59ev7p .raoki { margin: 0; }
}
.csyhnjnw .raoki { border-top: 4px solid var(--accent); }
.csyhnjnw .a12onza5 { background: var(--bg-card); }
.wf2vi4y .uejx { gap: 10px; }
.wf2vi4y .sos3u, .wf2vi4y .kv4ll { padding: 12px; }
.wf2vi4y .sos3u ul, .wf2vi4y .kv4ll ul { margin: 4px 0 0; padding-left: 18px; }
.wf2vi4y .sos3u li, .wf2vi4y .kv4ll li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .utvz { grid-template-columns: 1fr; }
  .z77w { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .z77w .xt53 { width: 72px; height: 50px; }
  .z77w .atd6 { max-width: 180px; }
  .z77w .dayxx { width: auto; }
}
@media (max-width: 720px) {
  .ttnu { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .av7j { padding: 16px; }
  .swiy1nly .elef8i { min-width: 50%; }
}
.nry5clg .uejx { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .i351dw1 { grid-template-columns: 1fr; }
  .ykdajtax { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .x02zu78 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .kkfmhk { flex-wrap: wrap; padding: 16px; }
}
.r4bzhru .uejx { gap: 8px; }
.r4bzhru .sos3u, .r4bzhru .kv4ll { padding: 8px; }
@media (max-width: 480px) {
  .eyoyua { flex-direction: column; align-items: stretch; }
}
.h7yrhdt .dayxx .w9lssm { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .vzcw { flex-direction: column; align-items: stretch; gap: 10px; }
  .h7yrhdt .dayxx { text-align: center; }
}
@media (max-width: 720px) {
  .k1g4z { grid-template-columns: 1fr; }
  .y7ggi { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .t826no9o { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .c6in { grid-template-columns: 1fr; }
  .yoyfwl4 { width: 100px; height: 100px; margin: 16px auto; }
  .evwz { font-size: 1.4rem; }
  .y8jgnxd { justify-content: center; }
  .a969v .elef8i { min-width: 50%; }
}
.ryg7iq .uejx { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .sqlq68h { flex-wrap: wrap; padding: 14px 16px; }
  .va5bd6n1 { padding: 12px 16px; }
  .ryg7iq .uejx { margin: 0 16px; }
  .ryg7iq .s0ax { padding: 0 16px; }
  .tr6yan9 { padding: 12px 16px; }
}
.mf2vv1 .d5sliz0w {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.tdw6ko .fguapi .lryfbsg {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.tdw6ko .fguapi .lryfbsg:first-child { border-left: none; }
.u8l5ho5 .q2dejgf { font-size: 1rem; letter-spacing: 2px; }
.dvk8n8fu { margin: 16px 0; }
.qo3od { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.qo3od summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.qo3od summary::after { content: "+"; color: var(--accent-light); }
.qo3od[open] summary::after { content: "−"; }
.qo3od p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.t10qxn { margin-bottom: 0; }
.yg920 h2.zzizc { color: var(--text-primary); border-color: var(--accent-light); }
.ygfhr h2.zzizc { color: var(--text-primary); border-color: var(--accent-light); }
.vmf9 .szuha     { background: #052e16; border-color: #10b981; }
.vmf9 .altj    { background: #1e1036; border-color: #a855f7; }
.vmf9 .gkrf08a strong  { color: #f1f5f9; }
.vmf9 .gkrf08a p       { color: #cbd5e1; }
.vmf9 .dkocg    .szuha     .sjvoyfwp::before,
.vmf9 .uev8  .szuha     .sjvoyfwp::before,
.vmf9 .ugst  .szuha     .sjvoyfwp::before,
.vmf9 .i81e .szuha     .sjvoyfwp::before { color: #10b981; }
.vmf9 .dkocg    .ta5dqe8x .sjvoyfwp::before,
.vmf9 .uev8  .ta5dqe8x .sjvoyfwp::before,
.vmf9 .ugst  .ta5dqe8x .sjvoyfwp::before,
.vmf9 .i81e .ta5dqe8x .sjvoyfwp::before { color: #f43f5e; }
.vmf9 .dkocg    .altj    .sjvoyfwp::before,
.vmf9 .uev8  .altj    .sjvoyfwp::before,
.vmf9 .ugst  .altj    .sjvoyfwp::before,
.vmf9 .i81e .altj    .sjvoyfwp::before { color: #a855f7; }
.mz10 .szuha     { background: #2d2000; border-color: #eab308; }
.mz10 .altj    { background: #2d1600; border-color: #f97316; }
.mz10 .gkrf08a strong  { color: #f1f5f9; }
.mz10 .gkrf08a p       { color: #cbd5e1; }
.mz10 .dkocg    .szuha     .sjvoyfwp::before,
.mz10 .uev8  .szuha     .sjvoyfwp::before,
.mz10 .ugst  .szuha     .sjvoyfwp::before,
.mz10 .i81e .szuha     .sjvoyfwp::before { color: #eab308; }
.mz10 .dkocg    .ta5dqe8x .sjvoyfwp::before,
.mz10 .uev8  .ta5dqe8x .sjvoyfwp::before,
.mz10 .ugst  .ta5dqe8x .sjvoyfwp::before,
.mz10 .i81e .ta5dqe8x .sjvoyfwp::before { color: #ef4444; }
.mz10 .dkocg    .altj    .sjvoyfwp::before,
.mz10 .uev8  .altj    .sjvoyfwp::before,
.mz10 .ugst  .altj    .sjvoyfwp::before,
.mz10 .i81e .altj    .sjvoyfwp::before { color: #f97316; }
.no8si2w .szuha     { background: #0c1a2e; border-color: #38bdf8; }
.no8si2w .altj    { background: #0a2020; border-color: #2dd4bf; }
.no8si2w .gkrf08a strong  { color: #f1f5f9; }
.no8si2w .gkrf08a p       { color: #cbd5e1; }
.no8si2w .dkocg    .szuha     .sjvoyfwp::before,
.no8si2w .uev8  .szuha     .sjvoyfwp::before,
.no8si2w .ugst  .szuha     .sjvoyfwp::before,
.no8si2w .i81e .szuha     .sjvoyfwp::before { color: #38bdf8; }
.no8si2w .dkocg    .ta5dqe8x .sjvoyfwp::before,
.no8si2w .uev8  .ta5dqe8x .sjvoyfwp::before,
.no8si2w .ugst  .ta5dqe8x .sjvoyfwp::before,
.no8si2w .i81e .ta5dqe8x .sjvoyfwp::before { color: #818cf8; }
.no8si2w .dkocg    .altj    .sjvoyfwp::before,
.no8si2w .uev8  .altj    .sjvoyfwp::before,
.no8si2w .ugst  .altj    .sjvoyfwp::before,
.no8si2w .i81e .altj    .sjvoyfwp::before { color: #2dd4bf; }
.ke7pzflo .szuha     { background: var(--accent-bg); border-color: var(--accent-light); }
.ke7pzflo .ta5dqe8x { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ke7pzflo .altj    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ke7pzflo .dkocg    .sjvoyfwp::before,
.ke7pzflo .uev8  .sjvoyfwp::before,
.ke7pzflo .ugst  .sjvoyfwp::before,
.ke7pzflo .i81e .sjvoyfwp::before { color: var(--accent-light) !important; }
.cc2gns5::before,
.ikmpv6zi::before { margin-right: 5px; }
.pyin3zj .sos3u ul li,
.pyin3zj .sos3u .cc2gns5 { color: #22c55e; }
.pyin3zj .kv4ll ul li,
.pyin3zj .kv4ll .ikmpv6zi { color: #ef4444; }
.ytsmxw4g .sos3u { background: var(--bg-pros); }
.ytsmxw4g .kv4ll { background: var(--bg-cons); }
.ytsmxw4g .sos3u .cc2gns5 { color: var(--c-pros-label); }
.ytsmxw4g .kv4ll .ikmpv6zi { color: var(--c-cons); }
.ytsmxw4g .sos3u ul li,
.ytsmxw4g .kv4ll ul li,
.rhby .sos3u { background: var(--bg-pros); }
.rhby .kv4ll { background: var(--bg-cons); }
.rhby .sos3u .cc2gns5 { color: var(--c-pros-label); }
.rhby .kv4ll .ikmpv6zi { color: var(--c-cons); }
.rhby .sos3u ul li,
.rhby .pg0j li          { color: var(--c-pros); }
.rhby .kv4ll ul li,
.rhby .dp3wfwnv li          { color: var(--c-cons); }
.oh8b .cc2gns5::before { content: "✓ "; }
.oh8b .ikmpv6zi::before { content: "✗ "; }
.u5vu6ev .cc2gns5::before { content: "→ "; }
.u5vu6ev .ikmpv6zi::before { content: "← "; }
.pxjya .cc2gns5::before { content: "★ "; }
.pxjya .ikmpv6zi::before { content: "✕ "; }
.fi7u .cc2gns5::before { content: "◆ "; }
.fi7u .ikmpv6zi::before { content: "▲ "; }
.k54pd66w .gkrf08a { background: transparent; border-left: none; border: 1.5px solid; }
.k54pd66w .szuha     { border-color: var(--c-tip-border); }
.k54pd66w .altj    { border-color: #60a5fa; }
.k54pd66w .gkrf08a strong { color: var(--text-primary); }
.k54pd66w .gkrf08a p      { color: var(--text-muted); }
.clcl .gkrf08a { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.clcl .szuha     { border-top-color: var(--c-tip-border); }
.clcl .ta5dqe8x { border-top-color: var(--c-warn-border); }
.clcl .altj    { border-top-color: #60a5fa; }
.jjq5qp .gkrf08a { border-left: none; border-radius: 8px; }
.jjq5qp .szuha     { background: #065f46; }
.jjq5qp .altj    { background: #1e3a8a; }
.jjq5qp .gkrf08a strong,
.jjq5qp .gkrf08a p { color: #fff; }
.jjq5qp .sjvoyfwp::before { color: rgba(255,255,255,0.85) !important; }
.vmf9.jjq5qp .szuha,
.vmf9 .jjq5qp .szuha     { background: #052e16; }
.vmf9.jjq5qp .altj,
.vmf9 .jjq5qp .altj    { background: #1e1036; }
.mz10.jjq5qp .szuha,
.mz10 .jjq5qp .szuha      { background: #2d2000; }
.mz10.jjq5qp .altj,
.mz10 .jjq5qp .altj     { background: #2d1600; }
.no8si2w.jjq5qp .szuha,
.no8si2w .jjq5qp .szuha      { background: #0c1a2e; }
.no8si2w.jjq5qp .altj,
.no8si2w .jjq5qp .altj     { background: #0a2020; }
.ur5vllj .gkrf08a { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ur5vllj .szuha     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ur5vllj .altj    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ur5vllj .gkrf08a strong { color: var(--text-primary); }
.ur5vllj .gkrf08a p      { color: var(--text-muted); }
.o4gisjqk .gkrf08a { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.dkocg .sjvoyfwp,
.uev8 .sjvoyfwp,
.ugst .sjvoyfwp,
.i81e .sjvoyfwp { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.dkocg .sjvoyfwp::before,
.uev8 .sjvoyfwp::before,
.ugst .sjvoyfwp::before,
.i81e .sjvoyfwp::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.dkocg .szuha     .sjvoyfwp::before { content: "✦"; color: var(--c-tip-border); }
.dkocg .ta5dqe8x .sjvoyfwp::before { content: "▲"; color: var(--c-warn-border); }
.dkocg .altj    .sjvoyfwp::before { content: "◉"; color: #60a5fa; }
.uev8 .szuha     .sjvoyfwp::before { content: "★"; color: var(--c-tip-border); }
.uev8 .ta5dqe8x .sjvoyfwp::before { content: "◆"; color: var(--c-warn-border); }
.uev8 .altj    .sjvoyfwp::before { content: "●"; color: #60a5fa; }
.ugst .szuha     .sjvoyfwp::before { content: "▶"; color: var(--c-tip-border); }
.ugst .ta5dqe8x .sjvoyfwp::before { content: "■"; color: var(--c-warn-border); }
.ugst .altj    .sjvoyfwp::before { content: "▸"; color: #60a5fa; }
.i81e .szuha     .sjvoyfwp::before { content: "→"; color: var(--c-tip-border); }
.i81e .ta5dqe8x .sjvoyfwp::before { content: "⬥"; color: var(--c-warn-border); }
.i81e .altj    .sjvoyfwp::before { content: "◈"; color: #60a5fa; }
.jeikb8 .lavqccp .qemr0r,
.jeikb8 .qto7 .qemr0r  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.jeikb8 .zfru8t                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.jeikb8 .quivd9b          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.jeikb8 .gah3913                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.p4us64y .lavqccp .qemr0r,
.p4us64y .qto7 .qemr0r,
.p4us64y .zfru8t,
.p4us64y .d5sliz0w,
.p4us64y .raoki,
.p4us64y .quivd9b,
.p4us64y .gah3913,
.p4us64y .o4gisjqk .gkrf08a { box-shadow: none; }
.qt6tvgu   body, .qt6tvgu   { font-size: 0.9rem; }
.qt6tvgu   .h0u6nsk, .qt6tvgu .d3eh7, .qt6tvgu .dl2t,
.qt6tvgu   .spnl43, .qt6tvgu .l3wbz { font-size: 0.9rem; }
.qt6tvgu   .m6yai39b, .qt6tvgu .xj6aet { font-size: 0.9rem; }
.r5dyyei   .h0u6nsk, .r5dyyei .d3eh7, .r5dyyei .dl2t,
.r5dyyei   .spnl43, .r5dyyei .l3wbz { font-size: 0.95rem; }
.r5dyyei   .m6yai39b, .r5dyyei .xj6aet { font-size: 0.95rem; }
.wzjuexr8   .h0u6nsk, .wzjuexr8 .d3eh7, .wzjuexr8 .dl2t,
.wzjuexr8   .spnl43, .wzjuexr8 .l3wbz { font-size: 1.08rem; }
.wzjuexr8   .m6yai39b, .wzjuexr8 .xj6aet { font-size: 1.05rem; }
.wzjuexr8   .hb3rvbu3 { font-size: 0.97rem; }
.k92vsh .gmrvxkje      { font-size: 3.2rem; }
.k92vsh h2.zzizc { font-size: 1.9rem; }
.k92vsh h3.tmibk3k     { font-size: 1.4rem; }
.ma6hm30 .gmrvxkje      { font-size: 3.8rem; }
.ma6hm30 h2.zzizc { font-size: 2.2rem; }
.ma6hm30 h3.tmibk3k     { font-size: 1.6rem; }
.t10qxn + .t10qxn { position: relative; }
.ui3pvh   .t10qxn + .t10qxn::before,
.u2hxrwm  .t10qxn + .t10qxn::before,
.w7o45   .t10qxn + .t10qxn::before,
.da5m5i   .t10qxn + .t10qxn::before,
.cu80oo   .t10qxn + .t10qxn::before,
.g1etn8 .t10qxn + .t10qxn::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ui3pvh .t10qxn + .t10qxn::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.u2hxrwm .t10qxn + .t10qxn::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.w7o45 .t10qxn + .t10qxn::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;
}
.da5m5i .t10qxn + .t10qxn::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.a5gl9j3 .t10qxn { margin-bottom: 16px; }
.a5gl9j3 .t10qxn + .t10qxn { margin-top: 0; }
.a5gl9j3 .i4sf { padding-top: 0; padding-bottom: 0; }
.cu80oo .t10qxn + .t10qxn::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.g1etn8 .t10qxn + .t10qxn::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.xbaee .t10qxn + .t10qxn::before,
.tfzqbnb3 .t10qxn + .t10qxn::before,
.y9boiesh .t10qxn + .t10qxn::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%;
}
.rs5x .xbaee .t10qxn:nth-child(even)::before,
.rs5x .tfzqbnb3 .t10qxn:nth-child(even)::before,
.rs5x .y9boiesh .t10qxn:nth-child(even)::before { background: var(--bg-surface); }
.rv036b8 .xbaee .t10qxn:nth-child(even)::before,
.rv036b8 .tfzqbnb3 .t10qxn:nth-child(even)::before,
.rv036b8 .y9boiesh .t10qxn:nth-child(even)::before { background: var(--bg-card); }
.xbaee .t10qxn + .t10qxn::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");
}
.tfzqbnb3 .t10qxn + .t10qxn::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");
}
.y9boiesh .t10qxn + .t10qxn::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");
}
.ly9ubsfv .kmguuv,
.ly9ubsfv .yr3xy7h { margin-bottom: 60px; }
.sjgrov9 .k5ob,
.ly9ubsfv .k5ob { padding-bottom: 60px; }
.ovz7 .k5ob { padding-bottom: 70px; }
.ly9ubsfv .kmguuv::before,
.ly9ubsfv .kmguuv::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");
}
.zsw3 .cp3lg { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.znxd .cp3lg { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.pzdn59 .cp3lg { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.q44ckx .cp3lg { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ju20i .u2n0wz7 { background: var(--accent); }
.ju20i .u2n0wz7 .znle { background: none; }
.ju20i .rba3r { background: var(--accent); }
.ju20i .cp3lg { background: var(--accent-bg); }
.ju20i .kmguuv:not(.u2n0wz7) .znle { background: rgba(0,0,0,0.6); }
.huzio .yonvcyv { float: left; width: 38%; margin: 0 28px 16px 0; }
.huzio .yonvcyv .i82ksrwb { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.huzio .i4sf::after { content: ''; display: block; clear: both; }
.fe62yi .yonvcyv { float: right; width: 38%; margin: 0 0 16px 28px; }
.fe62yi .yonvcyv .i82ksrwb { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.fe62yi .i4sf::after { content: ''; display: block; clear: both; }
.q1mzgow .t10qxn:nth-child(odd)  .yonvcyv { float: left;  width: 38%; margin: 0 28px 16px 0; }
.q1mzgow .t10qxn:nth-child(even) .yonvcyv { float: right; width: 38%; margin: 0 0 16px 28px; }
.q1mzgow .yonvcyv .i82ksrwb { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.q1mzgow .i4sf::after { content: ''; display: block; clear: both; }
.huzio .xjiqs50,
.fe62yi .xjiqs50,
.q1mzgow .xjiqs50,
@media (max-width: 900px) {
  .huzio .yonvcyv,
  .fe62yi .yonvcyv,
  .q1mzgow .t10qxn:nth-child(odd)  .yonvcyv,
  .q1mzgow .t10qxn:nth-child(even) .yonvcyv {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .huzio .yonvcyv .i82ksrwb,
  .fe62yi .yonvcyv .i82ksrwb,
  .q1mzgow .yonvcyv .i82ksrwb {
    max-height: none !important;
  }
}
.huzio .m6yai39b,
.huzio .xj6aet,
.fe62yi .m6yai39b,
.fe62yi .xj6aet,
.q1mzgow .m6yai39b,
.q1mzgow .xj6aet { overflow: hidden; }
@media (max-width: 640px) {
  .huzio .yonvcyv,
  .fe62yi .yonvcyv,
  .q1mzgow .yonvcyv { float: none; width: 100%; margin: 0 0 16px 0; }
}
.tsn0 .nn44x,
.tsn0 .i4sf,
.tsn0 .s7x5g  { max-width: 1100px; }
.augg98 .nn44x,
.augg98 .i4sf,
.augg98 .s7x5g  { max-width: 1200px; }
.augg98 { --content-mw: 1200px; }
.dyvow8ft .nn44x,
.dyvow8ft .i4sf,
.dyvow8ft .s7x5g  { max-width: 1320px; }
.xgbv2yg { font-size: 0.82rem; color: var(--text-muted); }
.wn0k547 { display: flex; align-items: center; }
.me0ki {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.fyddkrab { display: flex; align-items: center; }
.ei4lqcr { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ei4lqcr:hover { text-decoration: underline; }
.xlubq { margin: 0 3px; opacity: 0.45; }
.xlubq::before { content: '/'; }
.j8by3 { padding: 2px 5px; color: var(--text-main); }
.yx93jlby .xgbv2yg {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.yx93jlby .wn0k547 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ghax69 .xgbv2yg {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ghax69 .wn0k547 { padding: 0 0 0 12px; }
.ddk6a .wn0k547 { padding: 0 16px; }
.ddk6a .xgbv2yg {
  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);
}
.ddk6a .nn44x { padding-top: 28px; }
@media (max-width: 720px) {
  .avvhus { margin-top: 18px; padding: 0 16px; }
  .ddk6a .nn44x { padding-top: 16px; }
}
.tsn0.yx93jlby .wn0k547 { max-width: 1100px; }
.augg98.yx93jlby .wn0k547 { max-width: 1200px; }
.dyvow8ft.yx93jlby .wn0k547 { max-width: 1320px; }
.augg98 .avvhus { max-width: 1200px; }
.hs2olgl .t10qxn { padding-top: 16px; padding-bottom: 16px; }
.oyg8 .t10qxn { padding-top: 24px; padding-bottom: 24px; }
.ybyjr9c .t10qxn { padding-top: 40px; padding-bottom: 40px; }
.r2i5 .t10qxn { padding-top: 52px; padding-bottom: 52px; }
.lsxcjc .t10qxn:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.lsxcjc .t10qxn:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.lsxcjc .t10qxn:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.lsxcjc .t10qxn:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.rxb0ld .i4sf { padding-top: 10px;  padding-bottom: 10px; }
.co5erm24 .i4sf { padding-top: 18px;  padding-bottom: 18px; }
.bg47 .i4sf { padding-top: 36px;  padding-bottom: 36px; }
.zfv1u .i4sf { padding-top: 48px;  padding-bottom: 48px; }
.xxlh455u h2.zzizc { font-weight: 600; }
.xxlh455u h3.tmibk3k     { font-weight: 600; }
.c7aogwq h2.zzizc { font-weight: 800; }
.c7aogwq h3.tmibk3k     { font-weight: 700; }
.fw8t { font-weight: 600; }
.fw8t h2.zzizc { font-weight: 900; }
.fw8t h3.tmibk3k     { font-weight: 800; }
.fw8t .gkrf08a strong,
.fw8t .gkrf08a strong { font-weight: 600; }
.o2o2 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.vzpchj .o2o2 { display: none; }
@media (max-width: 640px) {
  .pvwnp { display: none; }
  .o2o2 {
    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;
  }
}
.o2o2 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.o2o2:hover { opacity: 0.85; }
.patd6v .o2o2 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.sc65b5t .o2o2,
.prwsu97  .o2o2 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.sc65b5t .o2o2:hover,
.prwsu97  .o2o2:hover { opacity: 0.88; }
.patd6v.sc65b5t .o2o2,
.patd6v.prwsu97  .o2o2 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ziodz6e {
  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;
}
.ziodz6e:hover { transform: translateY(-2px); opacity: 0.92; }
.ziodz6e { background: var(--cta) !important; color: #fff !important; border: none !important; }
.bl1st .ziodz6e { display: none; }
.qwyw6y .ziodz6e { right: 32px; }
.yot93555  .ziodz6e { left: 32px; }
@media (max-width: 480px) {
  .qwyw6y .ziodz6e { right: 20px; bottom: 20px; }
  .yot93555  .ziodz6e { left: 20px; bottom: 20px; }
}
.cx9dhg { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.s7x5g { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ajba { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.zcmmmzd { color: var(--text-dim); font-size: 0.8rem; }
.rqcam3 a, .rmec6g a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.rqcam3 a:hover, .rmec6g a:hover { color: var(--accent-light); }
.rmec6g { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.m6jufbv .s7x5g { text-align: center; }
.m6jufbv .rmec6g { justify-content: center; margin-bottom: 16px; }
.m6jufbv .ajba { margin-top: 0; }
.luek { margin-top: 10px; }
.luek a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .s7x5g { padding-left: 16px; padding-right: 16px; }
  .l56v .s7x5g { padding: 20px 16px; }
  .rmec6g { gap: 4px 12px; }
  .ajba { font-size: 0.78rem; }
}
.xtdyfk1 .ajba { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.xtdyfk1 .zcmmmzd { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .xtdyfk1 .wayf9j { grid-template-columns: 1fr 1fr; } .xtdyfk1 .fxc7ve { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xtdyfk1 .wayf9j { grid-template-columns: 1fr; } }
.rh8uz .ajba { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .rh8uz .w5dzxzb5 { gap: 12px; } .rh8uz .h3rn3mli { margin-right: 0; width: 100%; } }
.orju .ajba { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.orju .zcmmmzd { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .orju .i7lfy { grid-template-columns: 1fr 1fr; } .orju .u8v9lx { grid-column: 1 / -1; } }
@media (max-width: 480px) { .orju .i7lfy { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ekj1kkky .qll3saz6 { grid-template-columns: 1fr 1fr; } .ekj1kkky .xiif0ps:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ekj1kkky .qll3saz6 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .omfv .qll3saz6 { grid-template-columns: 1fr; } }
.hve4 .s7x5g { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.hve4 .rmec6g { justify-content: center; }
.u4apk7 .gxnnd      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.u4apk7 .cx9dhg { background: var(--bg-page); border-top-color: var(--border-alt); }
.rdk0v2 .gxnnd      { background: #0d1117; border-bottom-color: #21262d; }
.rdk0v2 .afy20s { color: var(--accent-light); }
.rdk0v2 .onrn8 { --msep-color: #8b949e; }
.rdk0v2 .onrn8 a { color: #8b949e; }
.rdk0v2 .onrn8 a:hover { color: var(--accent-light); }
.rdk0v2 .b4irr { color: #8b949e; }
.rdk0v2 .cx9dhg { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.rdk0v2 .ajba,
.rdk0v2 .zcmmmzd { color: #6e7681; }
.rdk0v2 .rqcam3 a, .rdk0v2 .rmec6g a,
.rdk0v2 .rqcam3 a:hover, .rdk0v2 .rmec6g a:hover,
@media (max-width: 640px) {
  .rdk0v2 .onrn8 { background: #0d1117; border-top-color: #21262d; }
  .rdk0v2 .onrn8 li a { border-bottom-color: #21262d; }
}
.tnjhi9 .gxnnd      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.tnjhi9 .afy20s { color: var(--accent-light); }
.tnjhi9 .onrn8 { --msep-color: #475569; }
.tnjhi9 .onrn8 a { color: #475569; }
.tnjhi9 .onrn8 a:hover { color: var(--accent-light); }
.tnjhi9 .b4irr { color: #64748b; }
.tnjhi9 .cx9dhg { background: #f0f4f8; border-top-color: #cbd5e1; }
.tnjhi9 .ajba,
.tnjhi9 .zcmmmzd { color: #64748b; }
.tnjhi9 .rqcam3 a, .tnjhi9 .rmec6g a,
.tnjhi9 .rqcam3 a:hover, .tnjhi9 .rmec6g a:hover,
@media (max-width: 640px) {
  .tnjhi9 .onrn8 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .tnjhi9 .onrn8 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.sc65b5t .gxnnd      { background: var(--accent); border-bottom-color: var(--accent-light); }
.sc65b5t .afy20s { color: #fff; }
.sc65b5t .onrn8 { --msep-color: rgba(255,255,255,0.82); }
.sc65b5t .onrn8 a { color: rgba(255,255,255,0.82); }
.sc65b5t .onrn8 a:hover { color: #fff; }
.sc65b5t .b4irr { color: rgba(255,255,255,0.9); }
.sc65b5t .npga a { color: var(--text-primary) !important; }
.sc65b5t .npga a:hover { color: var(--accent-light) !important; }
.sc65b5t .cx9dhg { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.sc65b5t .ajba,
.sc65b5t .zcmmmzd { color: rgba(255,255,255,0.72); }
.sc65b5t .rqcam3 a, .sc65b5t .rmec6g a,
.sc65b5t .b94gb3t6 a, .sc65b5t .e7vb a,
.sc65b5t .ruyv4 a, .sc65b5t .h3rn3mli { color: #fff; }
.sc65b5t .wjcc9i, .sc65b5t .f5581l55 { color: rgba(255,255,255,0.7); }
.sc65b5t .rqcam3 a:hover, .sc65b5t .rmec6g a:hover,
.sc65b5t .b94gb3t6 a:hover, .sc65b5t .e7vb a:hover { color: #fff; }
@media (max-width: 640px) {
  .sc65b5t .onrn8 { background: var(--accent); border-top-color: var(--accent-light); }
  .sc65b5t .onrn8 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.prwsu97 .gxnnd {
  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);
}
.prwsu97 .cx9dhg {
  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) {
  .prwsu97 .onrn8 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.w57xqrz .czslnk { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.p0kb .czslnk { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ounit .czslnk { min-height: 72px; height: auto; }
.iy8dkb .czslnk { min-height: 84px; height: auto; }
.l56v .czslnk { max-width: none; padding: 0 32px; }
.l56v .s7x5g  { max-width: none; padding: 24px 32px; }
.pr4ylmv8.augg98 .czslnk { max-width: 1200px; }
.pr4ylmv8.dyvow8ft .czslnk { max-width: 1320px; }
.bxs0r89   .afy20s, .bxs0r89   .h3rn3mli { text-transform: capitalize; }
.q1xfq .afy20s, .q1xfq .h3rn3mli { text-transform: lowercase; }
.yq590 .afy20s, .yq590 .h3rn3mli { text-transform: uppercase; letter-spacing: 0.06em; }
.xlyxnctr, .pk7t7mr {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.kbdf .xlyxnctr,
.uo1f25g .xlyxnctr,
.xcysjead .xlyxnctr,
.rpir1gk4 .xlyxnctr,
.ddjj9if   .onrn8 a { font-weight: 500; }
.ugx59d .onrn8 a { font-weight: 600; }
.wdraxcyc     .onrn8 a { font-weight: 700; }
.q4d729    .onrn8 a { font-weight: 800; letter-spacing: 0.01em; }
.ouoz6     .onrn8 > li + li::before,
.z8wa    .onrn8 > li + li::before,
.lara7rua    .onrn8 > li + li::before,
.s92ta .onrn8 > li + li::before,
.m4k21f6e .onrn8 > li + li::before,
.g8ykth2r  .onrn8 > li + li::before,
.clxl871    .onrn8 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ouoz6     .onrn8 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.z8wa    .onrn8 > li + li::before { content: "|"; }
.lara7rua    .onrn8 > li + li::before { content: "—"; }
.s92ta .onrn8 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.m4k21f6e .onrn8 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.g8ykth2r  .onrn8 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.clxl871    .onrn8 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .c9qmk .b4irr,
  .jnk256 .b4irr,
  .k0f4m .b4irr,
  .b8a4av2g .b4irr,
  .mjithcds .b4irr {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .c9qmk .b4irr::before,
  .jnk256 .b4irr::before,
  .k0f4m .b4irr::before,
  .b8a4av2g .b4irr::before,
  .mjithcds .b4irr::before { content: ""; display: block; flex-shrink: 0; }

  
  .c9qmk .b4irr::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;
  }

  
  .jnk256 .b4irr::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;
  }

  
  .k0f4m .b4irr::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;
  }

  
  .b8a4av2g .b4irr::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;
  }

  
  .mjithcds .b4irr::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) {
  .je2kl3g .b4irr {
    padding: 5px 14px;
  }
  .je2kl3g .onrn8 {
    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;
  }
  .je2kl3g .onrn8 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .je2kl3g .onrn8 li a:hover { background: var(--bg-raised); }
  .je2kl3g .b5i3sx,
  .a2k82s7 .b5i3sx,
  .rfsk6t .b5i3sx { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ck9jt8 .b4irr {
    padding: 5px 10px;
  }
  .ck9jt8 .onrn8 {
    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);
  }
  .ck9jt8 .onrn8.rcl2r7 { transform: translateX(0); }
  .ck9jt8 .onrn8 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ck9jt8 .onrn8 li:last-child a { border-bottom: none; }
  .sc65b5t .onrn8,
  .rdk0v2 .onrn8 { background: var(--accent) !important; }
  .sc65b5t .onrn8 li a,
  .rdk0v2 .onrn8 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .rfsk6t .b4irr {
    padding: 5px 10px;
  }
  .rfsk6t .onrn8 {
    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);
  }
  .rfsk6t .onrn8::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .rfsk6t .onrn8.rcl2r7 { transform: translateY(0); }
  .rfsk6t .onrn8 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .rzyqj5 .b4irr {
    padding: 5px 10px;
  }
  .rzyqj5 .onrn8 {
    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;
  }
  .rzyqj5 .onrn8.rcl2r7 { opacity: 1; pointer-events: auto; }
  .rzyqj5 .onrn8 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .jblx     .b4irr { border-radius: 0 !important; }
  .s1kz6n8y   .b4irr { border-radius: 8px !important; }
  .v7lr4l7 .b4irr { border-radius: 50% !important; }
  .e8zukz   .b4irr { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .a82gwydn .j0kyg { flex-direction: column; align-items: stretch; }
  .a82gwydn .u353oa5t { flex-direction: row; min-width: auto; }
  .a82gwydn .vof64u6 { align-items: flex-start; text-align: left; }
}
.uldt,
.uldt.t10qxn,
.rs5x .uldt,
.bt2fo .uldt,
.rv036b8 .uldt,
.ibs2 .uldt {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.vsum7ck8 {
  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;
}
.r1sg1 { flex: 1 1 280px; min-width: 0; }
.qwy40t4 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.nlnxxx5s {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.zapla {
  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;
}
.zapla:hover { transform: translateY(-1px); opacity: 0.95; }
.zual .vsum7ck8 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.zual .qwy40t4 { color: var(--cta); }
.zual .nlnxxx5s { color: var(--text-body); }
.zual .zapla {
  background: var(--cta) !important;
  color: #fff !important;
}
.cfdhb08 .vsum7ck8 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.cfdhb08 .qwy40t4 { color: var(--text-primary); }
.cfdhb08 .nlnxxx5s { color: var(--text-body); }
.cfdhb08 .zapla {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .vsum7ck8 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .r1sg1 { flex: 0 0 auto; }
  .qwy40t4 { font-size: 1.2rem; }
  .zapla { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.npm9jd .gn57ll { height: 36px; }
.sq7x9 .gn57ll { height: 60px; max-width: 200px; }
.ne2v8xx .gn57ll { height: 56px; max-width: 180px; }
.lr1ef04     .q2dejgf, .lr1ef04     .czd1j { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.tdw6ko .lryfbsg + .lryfbsg {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .g1opbgm .pgtri {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .g1opbgm .d5sliz0w {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .g1opbgm .d5sliz0w { padding: 40px 16px 20px; }
  .g1opbgm .lryfbsg {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .g1opbgm .amokye5 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .g7c65id .d5sliz0w {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .g7c65id .d5sliz0w::before {
    position: absolute; top: 14px; left: 14px;
  }
  .g7c65id .h1pv {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .g7c65id .zczjy { white-space: normal; text-align: center; font-size: 1.2rem; }
  .g7c65id .lryfbsg {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .g7c65id .amokye5 { width: 100%; min-width: 0; }
  .g7c65id .q2dejgf { min-width: 0; }
}
.lmqx3 .qo3od {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.lmqx3 .qo3od summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.lmqx3 .qo3od p { padding: 0 2px 16px; }
.awn577 .qo3od { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.awn577 .qo3od summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.awn577 .qo3od summary::after { content: "›"; font-size: 1.2em; }
.awn577 .qo3od[open] summary::after { content: "‹"; }
.awn577 .qo3od p { padding: 10px 22px 4px; }
.btrekp0k .qo3od {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.btrekp0k .qo3od summary { color: var(--text-primary); padding-left: 16px; }
.btrekp0k .qo3od summary::after { content: "›"; font-size: 1.1em; }
.btrekp0k .qo3od[open] summary::after { content: "‹"; }
.btrekp0k .qo3od p { padding-left: 16px; }
.bqkitm8 .dvk8n8fu { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.bqkitm8 .qo3od {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.bqkitm8 .qo3od:last-child { border-bottom: none; }
.bqkitm8 .qo3od summary { color: var(--text-primary); border-radius: 0; }
.bqkitm8 .qo3od summary::after { content: "›"; font-size: 1.1em; }
.bqkitm8 .qo3od[open] summary::after { content: "‹"; }
.xdyrja .qo3od { overflow: hidden; }
.xdyrja .qo3od summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.xdyrja .qo3od summary::after { color: rgba(255,255,255,.75); }
.xdyrja .qo3od[open] summary { border-radius: 0; }
.v85fgbhw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.b5fqa9bb {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.odnx {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.v4wdwz9 { color: var(--text-muted); font-size: 1.05rem; }
.kiqqj8 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.a6vdccfe {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.lwtww { margin-bottom: 20px; }
.smsp {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.vzhc {
  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;
}
.vzhc:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.a3yxcut9 { resize: vertical; min-height: 130px; }
.wx5y3vx { width: 100%; margin-top: 8px; }
.iqfq9 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.j58ek5 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.kpd0s { color: var(--text-muted); line-height: 1.75; }
.g0aa { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.g0aa li { margin-bottom: 6px; }
.egc0 { max-width: 760px; margin: 0 auto; }
.p6rsa9r { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.hoyh6l71 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.hoyh6l71:last-child { border-bottom: none; }
.hoyh6l71 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.hoyh6l71 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vte2gpc { max-width: 760px; margin: 0 auto; }
.og01 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.og01:last-child { border-bottom: none; }
.khqc53y1 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.og01 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.og01 ul.g0aa { margin: 0; }
.m9tsgn9v .khqc53y1 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .m9tsgn9v { grid-template-columns: 1fr; gap: 10px; } }
.aevu2q .khqc53y1 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.ja1amoqv .g0aa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .idk04wq { grid-template-columns: 1fr; } }
.awkumg01 { color: inherit; text-decoration: none; }
.awkumg01:hover { color: var(--accent-light); text-decoration: underline; }
.i83t53 { display: inline-block; line-height: 0; }
.ej4b { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.rx6f { margin-bottom: 48px; }
.r369j { max-width: 760px; margin: 0 auto; }
.tjfiz { text-align: center; }
.eeo1 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.eeo1:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.hvb3hv8k { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.eeo1 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.eeo1 ul.g0aa { margin: 0; }
.ain3j { color: var(--text-muted); line-height: 1.75; }
.tjfiz .g0aa,
.y5w6adxv .g0aa,
.o3urdy .g0aa,
.b5nk .g0aa {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.tjfiz .eeo1,
.y5w6adxv .eeo1 { text-align: left; }
.tjfiz .hvb3hv8k,
.y5w6adxv .hvb3hv8k { text-align: center; }
.n8rse2in { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.fmov7 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.g8qekt { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.g32g { margin-top: 12px; }
.fpekp { 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; }
.fpekp:hover { border-bottom-color: var(--accent-light); }
.wbin { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.wbin img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kvls4 { width: 200px; height: 200px; }
.u740du6 { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.ipwsx7uv { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.cm9sa9 { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.cm9sa9::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .cq3z { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.tm9wxo7z { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.tm9wxo7z .g8qekt, .tm9wxo7z .fmov7 { max-width: 640px; }
.cst6 .n8rse2in { font-size: 1.6rem; margin-top: 18px; }
.f9u5m .g8qekt { margin-bottom: 28px; }
@media (max-width: 860px) { .mn4413 { grid-template-columns: 1fr; } .cst6 { position: static; text-align: center; } }
.cp1t .wbin { margin: 0 auto 18px; }
.cp1t .ipwsx7uv { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .l7z7 { grid-template-columns: 1fr; } }
.pwj2jyye .n8rse2in { font-size: 1.6rem; margin-bottom: 6px; }
.b5nk .g0aa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pwj2jyye { flex-direction: column; text-align: center; } .c6ihf { grid-template-columns: 1fr; } }
.vvx5k8vq .n8rse2in { font-size: 1.35rem; margin: 0 0 4px; }
.vvx5k8vq .ipwsx7uv { margin: 0; }
.n53un .odnx { color: var(--accent-light); }
.cxv7fx .odnx { font-size: 2rem; }
.cxv7fx .v4wdwz9 { max-width: 680px; }
.tt6pirn .odnx { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.tt6pirn .v4wdwz9  { margin: 0; }
@media (max-width: 640px) { .tt6pirn { flex-direction: column; } }
.qvc2tn .odnx { color: var(--accent-light); }
.r5js .odnx { color: #fff; }
.r5js .v4wdwz9  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .fhns6t4 { grid-template-columns: 1fr; } }
.xqbi1p4 .vzhc {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xqbi1p4 .vzhc:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.rdp1d3dy .vzhc { background: var(--bg-raised); border-color: transparent; }
.rdp1d3dy .vzhc:focus { background: var(--bg-card); border-color: var(--accent-light); }
.gczxub4 .vzhc { border-radius: 100px; padding: 11px 20px; }
.gczxub4 .a3yxcut9 { border-radius: 14px; }
.cd8sj {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.cd8sj summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.cd8sj summary::-webkit-details-marker { display: none; }
.cd8sj summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.cd8sj[open] summary::after { content: "−"; }
.y6der {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .pbw8dx2 { grid-template-columns: 1fr; } }
.d5gti8{display:none}
.d5gti8:empty,.jvj33k:empty{display:none}
.s3g9p8o{position:relative;overflow:visible}
.vq915x .b2yh9,.h3yi .b2yh9,
.s2m9k7 .b2yh9,.lkzkok7 .b2yh9,
.jpjocd .b2yh9,.eoex .b2yh9{display:block}
.m907yi .hwi0cb{display:block}
.vq915x .b2yh9,.h3yi .b2yh9,
.s2m9k7 .b2yh9,.lkzkok7 .b2yh9,
.jpjocd .b2yh9{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}
.vq915x .b2yh9 .jvj33k,.h3yi .b2yh9 .jvj33k,
.s2m9k7 .b2yh9 .jvj33k,.lkzkok7 .b2yh9 .jvj33k,
.jpjocd .b2yh9 .jvj33k{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}
.vq915x .mwapp,.h3yi .mwapp,
.s2m9k7 .mwapp,.lkzkok7 .mwapp,
.jpjocd .mwapp{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.vq915x .b2yh9,.h3yi .b2yh9{top:12px}
.vq915x .b2yh9 .jvj33k{margin-right:auto}
.h3yi .b2yh9 .jvj33k{margin-left:auto}
.h3yi .b2yh9{text-align:right}
.s2m9k7 .b2yh9,.lkzkok7 .b2yh9{bottom:12px}
.s2m9k7 .b2yh9 .jvj33k{margin-right:auto}
.lkzkok7 .b2yh9 .jvj33k{margin-left:auto}
.lkzkok7 .b2yh9{text-align:right}
.jpjocd .b2yh9{position:relative;margin-top:16px}
.jpjocd .b2yh9 .jvj33k{margin:0 auto}
.eoex .b2yh9{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.eoex .b2yh9 .jvj33k{margin:0}
.eoex .cp3lg~.b2yh9,
.eoex .paahg3b~.b2yh9{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.eoex .cp3lg~.b2yh9 .jvj33k,
.eoex .paahg3b~.b2yh9 .jvj33k{justify-content:flex-start}
.cp3lg~.b2yh9,.paahg3b~.b2yh9{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}
.cp3lg~.b2yh9 .jvj33k{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.paahg3b~.b2yh9 .jvj33k{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hwi0cb .jvj33k{margin:0 0 12px}
.jvj33k{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.mwapp{white-space:nowrap}
.yuhn6thw .mwapp{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.qwg1szy .mwapp{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}
.eufr617 .jvj33k{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.ct3oer .mwapp{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.fl2d66p .mwapp{color: var(--accent-light);opacity:1;font-weight:500}
.dmza8 .mwapp{border-bottom:1px solid currentColor;padding-bottom:2px}
.rq25nt .jvj33k{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.q4oj{--date-bg:var(--accent-bg-light)}
.v4pm .m2147xl::before{content:""}
.g5qm6u9e .mwapp + .mwapp::before{content:"•";margin-right:6px;opacity:.4}
.ilbjuly .mwapp + .mwapp::before{content:"/";margin-right:6px;opacity:.35}
.uzfhj3 .mwapp + .mwapp::before{content:"|";margin-right:6px;opacity:.3}
.wch8tk .mwapp + .mwapp::before{content:"—";margin-right:6px;opacity:.3}
.tgr2 .mwapp + .mwapp::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.pmql .mwapp + .mwapp::before{content:"·";margin-right:6px;opacity:.4}
.c0v6 .mwapp + .mwapp::before{content:"›";margin-right:6px;opacity:.4}
.kv1up28 .mwapp + .mwapp::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.bibz{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.p7e5{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.v2m362b{display:flex;flex-direction:column;gap:3px}
.vogvc2{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.ewff0sq{font-weight:700;font-size:1rem;color:var(--text-heading)}
.qnfsj9mr{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.zsy7 .bibz{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.kc9zkj .bibz{border-top:3px solid var(--accent);padding-top:18px}
.x2sdy060 .bibz{border-left:3px solid var(--accent);border-radius:0}
.we5u19i4 .bibz{padding:20px 0}
@media(max-width:640px){
  .bibz{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .qnfsj9mr{max-width:100%}
}
.f7ic8 .quivd9b{margin:0}
@media (max-width:560px){
  .qr57{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) {
  .vj5mb4d { padding: 28px 18px 20px; }
  .nw7tkr { font-size: 1.2rem; }
  .ehdqq { max-width: 220px; max-height: 80px; }
}
.qzoal  .t59q1 { border-radius: 6px; }
.r1o2 .vsum7ck8 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .t59q1 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.oub8 {
  margin: 28px 0 24px;
}
.oub8 .t10qxn {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.oub8 .i4sf {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.oub8 .vsum7ck8 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .czslnk { flex-direction: row-reverse; }
[dir="rtl"] .onrn8 { flex-direction: row-reverse; }
[dir="rtl"] .qwyw6y .ziodz6e { right: auto; left: 32px; }
[dir="rtl"] .yot93555  .ziodz6e { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .qwyw6y .ziodz6e { right: auto; left: 20px; }
  [dir="rtl"] .yot93555  .ziodz6e { left: auto;  right: 20px; }
}
[dir="rtl"] .huzio .yonvcyv  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .fe62yi .yonvcyv { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .cp3lg,
[dir="rtl"] .z2w17ls,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .m6yai39b, [dir="rtl"] .xj6aet { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .sos3u { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .kv4ll { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .gkrf08a { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .vsum7ck8 { direction: rtl; }
[dir="rtl"] .xgbv2yg { direction: rtl; }
[dir="rtl"] .gah3913 { direction: rtl; }
[dir="rtl"] .em64 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .s6lyzaw1 .xj6aet,
[dir="rtl"] .cb8drplx .xj6aet,
[dir="rtl"] .brvtk7 .xj6aet,
[dir="rtl"] .k4ja1n5 .xj6aet {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .s6lyzaw1 .xj6aet li::before,
[dir="rtl"] .cb8drplx .xj6aet li::before,
[dir="rtl"] .brvtk7 .xj6aet li::before,
[dir="rtl"] .k4ja1n5 .xj6aet li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .kmguuv.h7b3drs .yr3xy7h,
[dir="rtl"] .i7h43.h7b3drs .yr3xy7h,
[dir="rtl"] .u2n0wz7.h7b3drs .yr3xy7h,
[dir="rtl"] .c15g1r.h7b3drs .yr3xy7h,
[dir="rtl"] .nsue2t3.h7b3drs .yr3xy7h { text-align: right; }
[dir="rtl"] .cp3lg.h7b3drs .k5ob { align-items: flex-end; text-align: right; }
[dir="rtl"] .cp3lg.xg6n9 .k5ob { text-align: center; }
[dir="rtl"] .cp3lg .k5ob { text-align: right; }
[dir="rtl"] .i4sf,
[dir="rtl"] .spnl43,
[dir="rtl"] .l3wbz,
[dir="rtl"] .kdts8,
[dir="rtl"] .a6vdccfe,
[dir="rtl"] .smsp,
[dir="rtl"] .g8qekt,
[dir="rtl"] .vzhc,
[dir="rtl"] .a3yxcut9 { text-align: right; direction: rtl; }
[dir="rtl"] .gczxub4 .vzhc,
[dir="rtl"] .xqbi1p4 .vzhc { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #398457;
  --brand:           #398457;
  --brand-light:     #396a4c;
  --brand-pale:      #568067;
  --grad-start:      #5eb983;
  --grad-end:        #92c3a6;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #398457;
  --cta-light:       #286b43;
  --cta-hover:       #26593a;
  --bg-page:         #f6f7f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f4;
  --bg-raised:       #eef0ef;
  --bg-hover:        #f4f5f4;
  --border:          #e3e7e5;
  --border-alt:      #d1dad5;
  --border-section:  #e3e7e5;
  --text-primary:    #181a19;
  --text-muted:      #555d58;
  --text-body:       #303532;
  --text-sub:        #48504b;
  --text-faint:      #79857e;
  --text-dim:        #949d98;
  --text-label:      #616a65;
  --text-value:      #3c423f;
  --accent-bg:       #e8ecea;
  --accent-bg-light: #d4e2d9;
  --bg-tip:          #f9f0f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f5;
  --bg-cons:         #faf6f3;
  --c-pros:          #80225b;
  --c-cons:          #9f4f21;
  --c-pros-label:    #98286c;
  --c-tip-border:    #a82d77;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #80225b;
}
:root { --logo-bg-opacity: 54%; }
body, button, input { font-family: "Josefin Sans", sans-serif; }
.dc1g1jj .b7aa3, .dc1g1jj .cp3lg { min-height: 520px; }
.pgelh .cqtg7::after, .pgelh .w9lssm::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.k0q3xap .o2o2::after,.k0q3xap .ziodz6e::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.xlubq::before { content: '>'; }