:root {
  --color-accent: #78c81f;
  --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;
}
.ttvq {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.tt8i7w8 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.egfz {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.bfj5 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.pkfz79hh { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.pkfz79hh a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.pkfz79hh a:hover { color: var(--accent-light); }
.gwgd35o  .zyuy4mb4 { border-radius: 14px; }
.gwgd35o .zyuy4mb4 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.gwgd35o .zyuy4mb4 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .zyuy4mb4 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .t9p8op1k:hover .zyuy4mb4,
  .t9p8op1k:focus-within .zyuy4mb4 { display: block; }
  .zyuy4mb4 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.wquuddy0 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.dbno4i8 { display: none; }
@media (max-width: 640px) {
  .dbno4i8 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .dbno4i8.b6e596 { display: block; }
}
@media (max-width: 640px) {
  .wquuddy0 { display: block; }
  .pkfz79hh > li + li::before { display: none !important; }
  .pkfz79hh {
    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;
  }
  .pkfz79hh.b6e596 { display: flex; }
  .pkfz79hh li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .pkfz79hh li:last-child a { border-bottom: none; }
}
.gph1 { min-height: 480px; }
.laijik5u {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.yfrrjgwh { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.l152xdun .yfrrjgwh { margin-left: 0; margin-right: 0; }
.imfueps8 {
  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;
}
.ka1zlzr .imfueps8 { margin-top: 24px; }
.imfueps8:hover { opacity: 0.88; }
.wefm .laijik5u { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.wefm .yfrrjgwh { color: #e2e8f0; }
.wefm.mnif .qhnul { text-align: center; }
.tj73rok5 .laijik5u { color: var(--text-primary); text-shadow: none; }
.tj73rok5 .yfrrjgwh { color: var(--text-muted); }
.tj73rok5 .imfueps8 { margin-top: 16px; }
.tj73rok5, .tj73rok5.gph1 { min-height: auto !important; }
.tj73rok5.mnif .qhnul { text-align: center; }
.tj73rok5~.hnfe{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}
.tj73rok5~.hnfe .meuog52{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.hvd1l8v3 .laijik5u { color: #fff; }
.hvd1l8v3 .yfrrjgwh { color: rgba(255,255,255,0.85); }
.hvd1l8v3 .imfueps8 { background: #fff; color: var(--cta); }
.hvd1l8v3 .imfueps8:hover { opacity: 0.92; }
.ikobm .bij0m26m { position: relative; overflow: hidden; }
.ikobm .bij0m26m::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;
}
.uln8bo4s .bij0m26m {
  animation: hg-breathe 7s ease-in-out infinite;
}
.hkejqty .bij0m26m { position: relative; overflow: hidden; }
.hkejqty .bij0m26m::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;
}
.wrg9fy .bij0m26m { position: relative; overflow: hidden; }
.wrg9fy .bij0m26m::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;
}
.gfu2t .bij0m26m {
  animation: hg-fadein 1.2s ease-out both;
}
.bij0m26m {
  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%);
}
.ka2ig {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.hlfj35 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.vnkf0 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.bij0m26m .laijik5u { text-shadow: none; color: var(--text-primary); }
.bij0m26m .yfrrjgwh { color: var(--text-muted); }
body.aw6l9 .laijik5u {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.x04ggxey .laijik5u {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.gph1.hvd1l8v3 .laijik5u,
section.hvd1l8v3 .laijik5u {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.bij0m26m.mnif .ka2ig { align-items: center; text-align: center; }
.bij0m26m.l152xdun   .ka2ig { align-items: flex-start; text-align: left; }
.katgv .hlfj35 { position: relative; }
.katgv .hlfj35::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.katgv.rahe0h .hlfj35::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.pob5 .hlfj35 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.pob5 .vnkf0 {
  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);
}
.pob5.rahe0h .hlfj35 { padding: 32px 0 32px 32px; }
.mekucan .hlfj35 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.mekucan .vnkf0 {
  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);
}
.rahe0h .ka2ig {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.mekucan.rahe0h .hlfj35 { padding: 40px 16px 40px 48px; }
.gph1 .v21yp {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.v21yp .yeboer.z25lzo {
  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;
}
.v21yp .yeboer.z25lzo:hover { opacity: 0.85; }
.bqmxyhbz .hlfj35 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .bij0m26m { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .bij0m26m:not(.bqmxyhbz) .hlfj35 { display: none !important; }
  .bqmxyhbz .hlfj35 { padding: 16px; }
  .ka2ig  { padding: 36px 24px; }
  .bij0m26m~.hnfe,.rahe0h~.hnfe{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .gph1, .bij0m26m { min-height: 320px !important; }
  .laijik5u { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .xtrd,
  .z1i3ozg0,
  .g6qxo1 { grid-template-columns: 1fr !important; }

  

  
  .cwh76bg { display: flex !important; flex-direction: column !important; }
  .cwh76bg .qhnul { display: contents; }
  .cwh76bg .uom7vnu2 { order: 0; }
  .cwh76bg .laijik5u { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .cwh76bg .xtrd { order: 2; padding: 0 16px 12px !important; }
  .cwh76bg .yfrrjgwh { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ka1zlzr .qhnul { display: flex; flex-direction: column; }
  .ka1zlzr .qhnul .laijik5u { order: 1; }
  .ka1zlzr .qhnul .g6qxo1 { order: 2; margin: 8px 0 24px !important; }
  .ka1zlzr .qhnul .yfrrjgwh { order: 3; }
  .ka1zlzr .qhnul .imfueps8 { order: 4; align-self: center; margin-top: 0; }

  
  .bij0m26m.bqmxyhbz {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .bij0m26m.bqmxyhbz .ka2ig { display: contents; padding: 0; }
  .bij0m26m.bqmxyhbz .ka2ig .laijik5u { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .bij0m26m.bqmxyhbz .hlfj35 { order: 2; padding: 12px 16px; }
  .bij0m26m.bqmxyhbz .ka2ig .yfrrjgwh { order: 3; padding: 0 24px; margin: 0 auto; }
  .bij0m26m.bqmxyhbz .ka2ig .imfueps8 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.bimu { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.pilhd { width: 100%; height: auto; display: block; border-radius: 10px; }
.ch936p .bimu        { border-radius: 16px; }
.ch936p .pilhd  { border-radius: 16px; }
.ixq4f .bimu         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ixq4f .pilhd   { border-radius: 8px; }
.p8ws { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.cy782 { width: 100%; padding: 32px 0; position: relative; }
.hz74jnu { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.bi7o .cy782:nth-child(even) { background: var(--bg-surface); }
.bi7o .cy782:nth-child(odd)  { background: var(--bg-page); }
.ghbfu186 .cy782:nth-child(even) { background: var(--bg-card); }
.ghbfu186 .cy782:nth-child(odd)  { background: var(--bg-page); }
.bi7o .cy782:nth-child(odd)  .hz74jnu { background: var(--bg-card); border-radius: 6px; }
.bi7o .cy782:nth-child(even) .hz74jnu { background: var(--bg-raised); border-radius: 6px; }
.ghbfu186 .cy782:nth-child(odd)  .hz74jnu { background: var(--bg-card); border-radius: 6px; }
.ghbfu186 .cy782:nth-child(even) .hz74jnu { background: var(--bg-raised); border-radius: 6px; }
.bi7o .cy782:nth-child(even) .ul2vei .paw6a73,
.ghbfu186 .cy782:nth-child(even) .ul2vei .paw6a73 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.bi7o .cy782:nth-child(odd) .ul2vei .paw6a73,
.ghbfu186 .cy782:nth-child(odd) .ul2vei .paw6a73 { background: var(--bg-card-inner); }
.bi7o .cy782:nth-child(even) .pnzoh6 .paw6a73:nth-child(odd),
.ghbfu186 .cy782:nth-child(even) .pnzoh6 .paw6a73:nth-child(odd)  { background: var(--bg-card); }
.bi7o .cy782:nth-child(even) .pnzoh6 .paw6a73:nth-child(even),
.ghbfu186 .cy782:nth-child(even) .pnzoh6 .paw6a73:nth-child(even) { background: var(--bg-card-inner); }
h1.x4os { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.x4os {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.j5xwy { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ir9b0 h2.x4os {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.qf7qml h2.x4os {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.u2nqj h2.x4os {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.qjoj h2.x4os::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xa61a5t h2.x4os {
  color: var(--text-primary); font-size: 1.7rem;
}
.e32lp7 h2.x4os::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.q9o6tn h2.x4os {
  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;
}
.vzj5926c { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .vzj5926c { display: none; } }
.b1hkxk { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.zkgra8tq { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.osdd {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.f2y8816k { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.zmhc { padding-left: 20px; }
.zmhc li { margin-bottom: 6px; }
.zmhc a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.zmhc a:hover { color: var(--accent-light); }
.andvw .f2y8816k { display: none; }
.ldhi .f2y8816k { display: none; }
.ldhi .zmhc { padding-left: 0; list-style: none; }
.ldhi .zmhc li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ldhi .zmhc a { font-size: 0.92rem; }
.siegx .osdd { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.siegx .f2y8816k { display: none; }
.siegx .zmhc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.siegx .zmhc li { margin-bottom: 0; }
.siegx .zmhc 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;
}
.siegx .zmhc a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.xrabl7b .osdd { padding: 20px 20px 16px; }
.xrabl7b .zmhc {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.xrabl7b .zmhc li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.xrabl7b .zmhc 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;
}
.xrabl7b .zmhc 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;
}
.xrabl7b .zmhc a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.xrabl7b .zmhc a:focus,
.xrabl7b .zmhc a:focus-visible,
.xrabl7b .zmhc a:target { outline: none; }
.xrabl7b .zmhc li:target a { border-color: var(--border); color: var(--text-muted); }
.i6xog5y .osdd { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.i6xog5y .f2y8816k { display: none; }
.i6xog5y .zmhc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.i6xog5y .zmhc li { margin-bottom: 0; }
.i6xog5y .zmhc li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.i6xog5y .zmhc li:last-child::after { content: ""; margin-right: 0; }
.i6xog5y .zmhc a { font-size: 0.9rem; }
.paw6a73 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ul2vei .paw6a73 { background: var(--bg-card); }
.pnzoh6 .paw6a73:nth-child(odd)  { background: var(--bg-card); }
.pnzoh6 .paw6a73:nth-child(even) { background: var(--bg-raised); }
.y918i .paw6a73 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.y918i .paw6a73:last-child { border-bottom: none; }
.y918i h3.j5xwy { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.m7eyeoz .paw6a73 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.m7eyeoz .paw6a73 + .paw6a73 { margin-top: 4px; }
.gpcmh7bs .paw6a73 { background: none; border-radius: 0; padding: 12px 0; }
.gpcmh7bs .paw6a73 + .paw6a73 { border-top: 1px solid var(--border-section); }
.to7xbu { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.jv2ki { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.y43t5 { color: var(--text-body); margin-bottom: 10px; }
.sdikf, .ft32s0er { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.sdikf li, .ft32s0er li { margin-bottom: 6px; }
.ft32s0er li { list-style: decimal; }
.ysmas7     .sdikf { list-style-type: "● "; }
.kzwa  .sdikf { list-style-type: "■ "; }
.lpgu .sdikf { list-style-type: "◆ "; }
.y1hqxvt    .sdikf { list-style-type: "★ "; }
.ysmas7     .mu77yu1 { list-style-type: "● "; }
.ysmas7    .sdikf li::marker, .ysmas7    .mu77yu1 li::marker,
.kzwa .sdikf li::marker, .kzwa .mu77yu1 li::marker,
.lpgu .sdikf li::marker, .lpgu .mu77yu1 li::marker,
.y1hqxvt   .sdikf li::marker, .y1hqxvt   .mu77yu1 li::marker {
  color: var(--cta); font-size: 1em;
}
.ysmas7 .ft32s0er,
.kzwa .ft32s0er,
.lpgu .ft32s0er,
.y1hqxvt .ft32s0er {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ysmas7 .ft32s0er li,
.kzwa .ft32s0er li,
.lpgu .ft32s0er li,
.y1hqxvt .ft32s0er li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ysmas7 .ft32s0er li::before,
.kzwa .ft32s0er li::before,
.lpgu .ft32s0er li::before,
.y1hqxvt .ft32s0er 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;
}
.ysmas7     .ft32s0er li::before { border-radius: 50%; }
.kzwa  .ft32s0er li::before { border-radius: 3px; }
.lpgu .ft32s0er li::before { border-radius: 3px; }
.y1hqxvt    .ft32s0er li::before { border-radius: 50%; }
.tsg9z2 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.jtmq .tsg9z2,
.tohtirus .tsg9z2 { background: transparent; border: none; border-radius: 0; }
.fjmrjy { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.fjmrjy th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.fjmrjy td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.fjmrjy tr:hover td { background: var(--bg-hover); }
.rbk64a .fjmrjy tbody tr:nth-child(even) td { background: var(--bg-surface); }
.tkzk3y5j .fjmrjy { border: 1px solid var(--border-alt); }
.tkzk3y5j .fjmrjy th,
.tkzk3y5j .fjmrjy td { border: 1px solid var(--border-alt); }
.p7ks .fjmrjy th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.p7ks .fjmrjy td { border-bottom: none; }
.p7ks .fjmrjy tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.mo3ug0 .fjmrjy th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.gp7f5 .tsg9z2 {
  overflow: hidden;
}
.gp7f5 .fjmrjy th { border-bottom: 1px solid var(--border-alt); }
.gp7f5 .fjmrjy tr:last-child td { border-bottom: none; }
[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%}
.fgteg8bi .mplt {
  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);
}
.t370dx9p .vwiqgb { 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); }
.t370dx9p .z2bz2zgi { background: none; color: var(--accent-light); font-weight: 700; }
.fxmrre1m { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.f6dye  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.e5u55uq { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.ljlzau7 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.h9rm { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.fxmrre1m strong { color: var(--text-primary); font-size: 0.95rem; }
.fxmrre1m p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.r8fnzstj { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.eo2eoqg, .gninp { border-radius: 8px; padding: 14px; }
.eo2eoqg { background: var(--bg-pros); }
.gninp { background: var(--bg-cons); }
.my35 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.eo2eoqg .my35 { color: var(--c-pros-label); }
.gninp .my35 { color: #f87171; }
.eo2eoqg ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.gninp ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pilhd { width: 100%; height: auto; border-radius: 10px; display: block; }
.z25lzo {
  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;
}
.z25lzo:hover { opacity: 0.85; }
.ufdn1xqa .z25lzo  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ufdn1xqa .z25lzo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.j247obj7 .z25lzo  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.j247obj7 .z25lzo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.uf8l .imfueps8 { border-radius: 50px; }
.uf8l .z25lzo  { border-radius: 50px; }
.nga5u .imfueps8 { padding-left: 22px; padding-right: 22px; }
.nga5u .z25lzo  { padding-left: 12px; padding-right: 12px; }
.exz8ri .imfueps8 { padding-left: 44px; padding-right: 44px; }
.exz8ri .z25lzo  { padding-left: 24px; padding-right: 24px; }
.frxwmmqe .imfueps8 { padding-left: 56px; padding-right: 56px; }
.frxwmmqe .z25lzo  { padding-left: 32px; padding-right: 32px; }
.sxugjm   .imfueps8::after, .sxugjm   .z25lzo::after,
.lurq .imfueps8::after, .lurq .z25lzo::after,
.g1sqpf    .imfueps8::after, .g1sqpf    .z25lzo::after,
.v1xhzp6i    .imfueps8::after, .v1xhzp6i    .z25lzo::after,
.ogcoanp    .imfueps8::after, .ogcoanp    .z25lzo::after,
.hb6t     .imfueps8::after, .hb6t     .z25lzo::after,
.zd6b29lb    .imfueps8::after, .zd6b29lb    .z25lzo::after,
.ha9p8q6c   .imfueps8::after, .ha9p8q6c   .z25lzo::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;
}
.sxugjm .imfueps8::after, .sxugjm .z25lzo::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");
}
.lurq .imfueps8::after, .lurq .z25lzo::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");
}
.g1sqpf .imfueps8::after, .g1sqpf .z25lzo::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");
}
.v1xhzp6i .imfueps8::after, .v1xhzp6i .z25lzo::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");
}
.ogcoanp .imfueps8::after, .ogcoanp .z25lzo::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");
}
.hb6t .imfueps8::after, .hb6t .z25lzo::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");
}
.zd6b29lb .imfueps8::after, .zd6b29lb .z25lzo::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");
}
.ha9p8q6c .imfueps8::after, .ha9p8q6c .z25lzo::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");
}
.xf7npt   .qh9l::after, .xf7npt   .oyl5::after,
.lyxwk .qh9l::after, .lyxwk .oyl5::after,
.tdso24a    .qh9l::after, .tdso24a    .oyl5::after,
.rsjsx8    .qh9l::after, .rsjsx8    .oyl5::after,
.ft7q    .qh9l::after, .ft7q    .oyl5::after,
.awyb     .qh9l::after, .awyb     .oyl5::after,
.pna09z    .qh9l::after, .pna09z    .oyl5::after,
.hedlw5u   .qh9l::after, .hedlw5u   .oyl5::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;
}
.xf7npt .qh9l::after, .xf7npt .oyl5::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");
}
.lyxwk .qh9l::after, .lyxwk .oyl5::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");
}
.tdso24a .qh9l::after, .tdso24a .oyl5::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");
}
.rsjsx8 .qh9l::after, .rsjsx8 .oyl5::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");
}
.ft7q .qh9l::after, .ft7q .oyl5::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");
}
.awyb .qh9l::after, .awyb .oyl5::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");
}
.pna09z .qh9l::after, .pna09z .oyl5::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");
}
.hedlw5u .qh9l::after, .hedlw5u .oyl5::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");
}
.nn1ogp4g .u7wm    { background: transparent; padding: 0; }
.yeboer.z25lzo {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .b2z5up {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .b2z5up::before    { grid-area: rank;   }
  .rsr7           { grid-area: ident;  }
  .camyflq     { grid-area: rating; min-width: 0; width: auto; }
  .gq1d282i           { grid-area: pills;  }
  .yeboer             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .b2z5up {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .b2z5up::before    { justify-self: center; }
  .rsr7           { width: 100%; }
  .camyflq     { justify-self: center; }
  .gq1d282i           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .ft69h4 .ksq8 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ft69h4 .hph2irq { margin: 0; }
}
.o86pz .hph2irq { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.o86pz .rwija { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.o86pz .jtmq { padding: 14px 16px; }
.o86pz .opgfcx4f { border-radius: 4px; }
.o86pz .z9tp { border-radius: 0; }
.tohtirus .r8fnzstj { gap: 10px; }
.tohtirus .eo2eoqg, .tohtirus .gninp { padding: 12px; }
.tohtirus .eo2eoqg ul, .tohtirus .gninp ul { margin: 4px 0 0; padding-left: 18px; }
.tohtirus .eo2eoqg li, .tohtirus .gninp li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .o8sgi { grid-template-columns: 1fr; }
  .niazjk { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .niazjk .yeo5m { width: 72px; height: 50px; }
  .niazjk .f2wstxgx { max-width: 180px; }
  .niazjk .awrbeam { width: auto; }
}
@media (max-width: 720px) {
  .ipoio { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .q98yj { padding: 16px; }
  .qgxbfb .t5520ya { min-width: 50%; }
}
.xr2qke .r8fnzstj { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .h541 { grid-template-columns: 1fr; }
  .lymtre { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ev1kxbh4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .gkn0zi { flex-wrap: wrap; padding: 16px; }
}
.sdu1w8o .r8fnzstj { gap: 8px; }
.sdu1w8o .eo2eoqg, .sdu1w8o .gninp { padding: 8px; }
@media (max-width: 480px) {
  .spbr { flex-direction: column; align-items: stretch; }
}
.e66aqo9 .awrbeam .z25lzo { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .kumlm { flex-direction: column; align-items: stretch; gap: 10px; }
  .e66aqo9 .awrbeam { text-align: center; }
}
@media (max-width: 720px) {
  .bu1dr12l { grid-template-columns: 1fr; }
  .l35ash0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .qwvp90f { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .onlzv35 { grid-template-columns: 1fr; }
  .pxw2 { width: 100px; height: 100px; margin: 16px auto; }
  .uo82 { font-size: 1.4rem; }
  .nx7k { justify-content: center; }
  .jakg .t5520ya { min-width: 50%; }
}
.ypcy .r8fnzstj { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .wha88ggw { flex-wrap: wrap; padding: 14px 16px; }
  .zu2q { padding: 12px 16px; }
  .ypcy .r8fnzstj { margin: 0 16px; }
  .ypcy .wuen13z { padding: 0 16px; }
  .srfa72s { padding: 12px 16px; }
}
.vlft0dg .gq1d282i .pp0w34 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.tb0l .vg0si,
.tb0l .y6c6mg29,
.tb0l .y6c6mg29 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.tb0l .y6c6mg29 small { display: none; }
.tb0l .i2g8fb50 .zzeub,
.tb0l .i2g8fb50 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.tb0l .ku2ulud7 { display: none; }
.emgylra { margin: 16px 0; }
.okjciv3 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.okjciv3 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.okjciv3 summary::after { content: "+"; color: var(--accent-light); }
.okjciv3[open] summary::after { content: "−"; }
.okjciv3 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.cy782 { margin-bottom: 0; }
.grmj h2.x4os { color: var(--text-primary); border-color: var(--accent-light); }
.h54ytsj h2.x4os { color: var(--text-primary); border-color: var(--accent-light); }
.r5cuyo .f6dye     { background: #052e16; border-color: #10b981; }
.r5cuyo .e5u55uq { background: #2d0a1e; border-color: #f43f5e; }
.r5cuyo .ljlzau7    { background: #1e1036; border-color: #a855f7; }
.r5cuyo .fxmrre1m strong  { color: #f1f5f9; }
.r5cuyo .fxmrre1m p       { color: #cbd5e1; }
.r5cuyo .g6rrcrz    .f6dye     .h9rm::before,
.r5cuyo .oyn12  .f6dye     .h9rm::before,
.r5cuyo .pe2o  .f6dye     .h9rm::before,
.r5cuyo .ldla .f6dye     .h9rm::before { color: #10b981; }
.r5cuyo .g6rrcrz    .e5u55uq .h9rm::before,
.r5cuyo .oyn12  .e5u55uq .h9rm::before,
.r5cuyo .pe2o  .e5u55uq .h9rm::before,
.r5cuyo .ldla .e5u55uq .h9rm::before { color: #f43f5e; }
.r5cuyo .g6rrcrz    .ljlzau7    .h9rm::before,
.r5cuyo .oyn12  .ljlzau7    .h9rm::before,
.r5cuyo .pe2o  .ljlzau7    .h9rm::before,
.r5cuyo .ldla .ljlzau7    .h9rm::before { color: #a855f7; }
.zsk3r37 .f6dye     { background: #2d2000; border-color: #eab308; }
.zsk3r37 .e5u55uq { background: #2d0b0b; border-color: #ef4444; }
.zsk3r37 .ljlzau7    { background: #2d1600; border-color: #f97316; }
.zsk3r37 .fxmrre1m strong  { color: #f1f5f9; }
.zsk3r37 .fxmrre1m p       { color: #cbd5e1; }
.zsk3r37 .g6rrcrz    .f6dye     .h9rm::before,
.zsk3r37 .oyn12  .f6dye     .h9rm::before,
.zsk3r37 .pe2o  .f6dye     .h9rm::before,
.zsk3r37 .ldla .f6dye     .h9rm::before { color: #eab308; }
.zsk3r37 .g6rrcrz    .e5u55uq .h9rm::before,
.zsk3r37 .oyn12  .e5u55uq .h9rm::before,
.zsk3r37 .pe2o  .e5u55uq .h9rm::before,
.zsk3r37 .ldla .e5u55uq .h9rm::before { color: #ef4444; }
.zsk3r37 .g6rrcrz    .ljlzau7    .h9rm::before,
.zsk3r37 .oyn12  .ljlzau7    .h9rm::before,
.zsk3r37 .pe2o  .ljlzau7    .h9rm::before,
.zsk3r37 .ldla .ljlzau7    .h9rm::before { color: #f97316; }
.gmyb0l .f6dye     { background: #0c1a2e; border-color: #38bdf8; }
.gmyb0l .e5u55uq { background: #12103a; border-color: #818cf8; }
.gmyb0l .ljlzau7    { background: #0a2020; border-color: #2dd4bf; }
.gmyb0l .fxmrre1m strong  { color: #f1f5f9; }
.gmyb0l .fxmrre1m p       { color: #cbd5e1; }
.gmyb0l .g6rrcrz    .f6dye     .h9rm::before,
.gmyb0l .oyn12  .f6dye     .h9rm::before,
.gmyb0l .pe2o  .f6dye     .h9rm::before,
.gmyb0l .ldla .f6dye     .h9rm::before { color: #38bdf8; }
.gmyb0l .g6rrcrz    .e5u55uq .h9rm::before,
.gmyb0l .oyn12  .e5u55uq .h9rm::before,
.gmyb0l .pe2o  .e5u55uq .h9rm::before,
.gmyb0l .ldla .e5u55uq .h9rm::before { color: #818cf8; }
.gmyb0l .g6rrcrz    .ljlzau7    .h9rm::before,
.gmyb0l .oyn12  .ljlzau7    .h9rm::before,
.gmyb0l .pe2o  .ljlzau7    .h9rm::before,
.gmyb0l .ldla .ljlzau7    .h9rm::before { color: #2dd4bf; }
.n29yrkr7 .f6dye     { background: var(--accent-bg); border-color: var(--accent-light); }
.n29yrkr7 .e5u55uq { background: var(--accent-bg-light); border-color: var(--accent-light); }
.n29yrkr7 .ljlzau7    { background: var(--accent-bg); border-color: var(--accent-pale); }
.n29yrkr7 .g6rrcrz    .h9rm::before,
.n29yrkr7 .oyn12  .h9rm::before,
.n29yrkr7 .pe2o  .h9rm::before,
.n29yrkr7 .ldla .h9rm::before { color: var(--accent-light) !important; }
.tupzo::before,
.yvorx::before { margin-right: 5px; }
.v8799 .eo2eoqg ul li,
.v8799 .eo2eoqg .tupzo { color: #22c55e; }
.v8799 .gninp ul li,
.v8799 .gninp .yvorx { color: #ef4444; }
.v5w4dk .eo2eoqg { background: var(--bg-pros); }
.v5w4dk .gninp { background: var(--bg-cons); }
.v5w4dk .eo2eoqg .tupzo { color: var(--c-pros-label); }
.v5w4dk .gninp .yvorx { color: var(--c-cons); }
.v5w4dk .eo2eoqg ul li,
.v5w4dk .ylsa li            { color: var(--c-pros); }
.v5w4dk .gninp ul li,
.v5w4dk .ut75o li            { color: var(--c-cons); }
.yzw2d1jo .eo2eoqg { background: var(--bg-pros); }
.yzw2d1jo .gninp { background: var(--bg-cons); }
.yzw2d1jo .eo2eoqg .tupzo { color: var(--c-pros-label); }
.yzw2d1jo .gninp .yvorx { color: var(--c-cons); }
.yzw2d1jo .eo2eoqg ul li,
.yzw2d1jo .gninp ul li,
.etxi1 .tupzo::before { content: "✓ "; }
.etxi1 .yvorx::before { content: "✗ "; }
.j8nk .tupzo::before { content: "→ "; }
.j8nk .yvorx::before { content: "← "; }
.juc2hgvb .tupzo::before { content: "★ "; }
.juc2hgvb .yvorx::before { content: "✕ "; }
.fv84cp .tupzo::before { content: "◆ "; }
.fv84cp .yvorx::before { content: "▲ "; }
.dcwhj .fxmrre1m { background: transparent; border-left: none; border: 1.5px solid; }
.dcwhj .f6dye     { border-color: var(--c-tip-border); }
.dcwhj .e5u55uq { border-color: var(--c-warn-border); }
.dcwhj .ljlzau7    { border-color: #60a5fa; }
.dcwhj .fxmrre1m strong { color: var(--text-primary); }
.dcwhj .fxmrre1m p      { color: var(--text-muted); }
.za9pqr .fxmrre1m { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.za9pqr .f6dye     { border-top-color: var(--c-tip-border); }
.za9pqr .e5u55uq { border-top-color: var(--c-warn-border); }
.za9pqr .ljlzau7    { border-top-color: #60a5fa; }
.gbkzgynh .fxmrre1m { border-left: none; border-radius: 8px; }
.gbkzgynh .f6dye     { background: #065f46; }
.gbkzgynh .e5u55uq { background: #92400e; }
.gbkzgynh .ljlzau7    { background: #1e3a8a; }
.gbkzgynh .fxmrre1m strong,
.gbkzgynh .fxmrre1m p { color: #fff; }
.gbkzgynh .h9rm::before { color: rgba(255,255,255,0.85) !important; }
.r5cuyo.gbkzgynh .f6dye,
.r5cuyo .gbkzgynh .f6dye     { background: #052e16; }
.r5cuyo.gbkzgynh .e5u55uq,
.r5cuyo .gbkzgynh .e5u55uq { background: #2d0a1e; }
.r5cuyo.gbkzgynh .ljlzau7,
.r5cuyo .gbkzgynh .ljlzau7    { background: #1e1036; }
.zsk3r37.gbkzgynh .f6dye,
.zsk3r37 .gbkzgynh .f6dye      { background: #2d2000; }
.zsk3r37.gbkzgynh .e5u55uq,
.zsk3r37 .gbkzgynh .e5u55uq  { background: #2d0b0b; }
.zsk3r37.gbkzgynh .ljlzau7,
.zsk3r37 .gbkzgynh .ljlzau7     { background: #2d1600; }
.gmyb0l.gbkzgynh .f6dye,
.gmyb0l .gbkzgynh .f6dye      { background: #0c1a2e; }
.gmyb0l.gbkzgynh .e5u55uq,
.gmyb0l .gbkzgynh .e5u55uq  { background: #12103a; }
.gmyb0l.gbkzgynh .ljlzau7,
.gmyb0l .gbkzgynh .ljlzau7     { background: #0a2020; }
.p9no .fxmrre1m { border-left: none; border-radius: 6px; padding: 10px 14px; }
.p9no .f6dye     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.p9no .e5u55uq { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.p9no .ljlzau7    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.p9no .fxmrre1m strong { color: var(--text-primary); }
.p9no .fxmrre1m p      { color: var(--text-muted); }
.jalr3wo .fxmrre1m { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.g6rrcrz .h9rm,
.oyn12 .h9rm,
.pe2o .h9rm,
.ldla .h9rm { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.g6rrcrz .h9rm::before,
.oyn12 .h9rm::before,
.pe2o .h9rm::before,
.ldla .h9rm::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.g6rrcrz .f6dye     .h9rm::before { content: "✦"; color: var(--c-tip-border); }
.g6rrcrz .e5u55uq .h9rm::before { content: "▲"; color: var(--c-warn-border); }
.g6rrcrz .ljlzau7    .h9rm::before { content: "◉"; color: #60a5fa; }
.oyn12 .f6dye     .h9rm::before { content: "★"; color: var(--c-tip-border); }
.oyn12 .e5u55uq .h9rm::before { content: "◆"; color: var(--c-warn-border); }
.oyn12 .ljlzau7    .h9rm::before { content: "●"; color: #60a5fa; }
.pe2o .f6dye     .h9rm::before { content: "▶"; color: var(--c-tip-border); }
.pe2o .e5u55uq .h9rm::before { content: "■"; color: var(--c-warn-border); }
.pe2o .ljlzau7    .h9rm::before { content: "▸"; color: #60a5fa; }
.ldla .f6dye     .h9rm::before { content: "→"; color: var(--c-tip-border); }
.ldla .e5u55uq .h9rm::before { content: "⬥"; color: var(--c-warn-border); }
.ldla .ljlzau7    .h9rm::before { content: "◈"; color: #60a5fa; }
.z6bw .ul2vei .paw6a73,
.z6bw .pnzoh6 .paw6a73  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.z6bw .tsg9z2          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.z6bw .osdd                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.bouo .ul2vei .paw6a73,
.bouo .pnzoh6 .paw6a73,
.bouo .vwiqgb,
.bouo .b2z5up,
.bouo .hph2irq,
.bouo .tsg9z2,
.bouo .osdd,
.bouo .jalr3wo .fxmrre1m { box-shadow: none; }
.umlc7yji   body, .umlc7yji   { font-size: 0.9rem; }
.umlc7yji   .y43t5, .umlc7yji .to7xbu, .umlc7yji .jv2ki,
.umlc7yji   .b1hkxk, .umlc7yji .zkgra8tq { font-size: 0.9rem; }
.umlc7yji   .sdikf, .umlc7yji .ft32s0er { font-size: 0.9rem; }
.vi6t   .y43t5, .vi6t .to7xbu, .vi6t .jv2ki,
.vi6t   .b1hkxk, .vi6t .zkgra8tq { font-size: 0.95rem; }
.vi6t   .sdikf, .vi6t .ft32s0er { font-size: 0.95rem; }
.qhyahpd   .y43t5, .qhyahpd .to7xbu, .qhyahpd .jv2ki,
.qhyahpd   .b1hkxk, .qhyahpd .zkgra8tq { font-size: 1.08rem; }
.qhyahpd   .sdikf, .qhyahpd .ft32s0er { font-size: 1.05rem; }
.qhyahpd   .fjmrjy { font-size: 0.97rem; }
.h4xi5 .laijik5u      { font-size: 3.2rem; }
.h4xi5 h2.x4os { font-size: 1.9rem; }
.h4xi5 h3.j5xwy     { font-size: 1.4rem; }
.yzqi .laijik5u      { font-size: 3.8rem; }
.yzqi h2.x4os { font-size: 2.2rem; }
.yzqi h3.j5xwy     { font-size: 1.6rem; }
.cy782 + .cy782 { position: relative; }
.w6zi9a   .cy782 + .cy782::before,
.ggcwf  .cy782 + .cy782::before,
.v8xp   .cy782 + .cy782::before,
.gj2tv   .cy782 + .cy782::before,
.e1ksm   .cy782 + .cy782::before,
.jriyugq .cy782 + .cy782::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.w6zi9a .cy782 + .cy782::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ggcwf .cy782 + .cy782::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.v8xp .cy782 + .cy782::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;
}
.gj2tv .cy782 + .cy782::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.wafzd5or .cy782 { margin-bottom: 16px; }
.wafzd5or .cy782 + .cy782 { margin-top: 0; }
.wafzd5or .hz74jnu { padding-top: 0; padding-bottom: 0; }
.e1ksm .cy782 + .cy782::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.jriyugq .cy782 + .cy782::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.c15a422z .cy782 + .cy782::before,
.bfwb2r .cy782 + .cy782::before,
.vglhrav .cy782 + .cy782::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%;
}
.bi7o .c15a422z .cy782:nth-child(even)::before,
.bi7o .bfwb2r .cy782:nth-child(even)::before,
.bi7o .vglhrav .cy782:nth-child(even)::before { background: var(--bg-surface); }
.ghbfu186 .c15a422z .cy782:nth-child(even)::before,
.ghbfu186 .bfwb2r .cy782:nth-child(even)::before,
.ghbfu186 .vglhrav .cy782:nth-child(even)::before { background: var(--bg-card); }
.c15a422z .cy782 + .cy782::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");
}
.bfwb2r .cy782 + .cy782::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");
}
.vglhrav .cy782 + .cy782::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");
}
.ahenob .ka2ig,
.cc34 .ka2ig { padding-bottom: 60px; }
.jwvv .ka2ig { padding-bottom: 70px; }
.ltmfua .wefm:not(.hvd1l8v3) .uom7vnu2 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ltmfua .hvd1l8v3 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.ltmfua .wkoz45h { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.ltmfua .bij0m26m { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.yg0qpd1 .bij0m26m { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.dr6kk4k .bij0m26m { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.uzbfwtp1 .bij0m26m { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.dhkr .bij0m26m { background: var(--accent-bg); }
.ih1ke .bimu { float: left; width: 38%; margin: 0 28px 16px 0; }
.ih1ke .bimu .pilhd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ih1ke .hz74jnu::after { content: ''; display: block; clear: both; }
.ftzoju .bimu { float: right; width: 38%; margin: 0 0 16px 28px; }
.ftzoju .bimu .pilhd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ftzoju .hz74jnu::after { content: ''; display: block; clear: both; }
.nk4457js .cy782:nth-child(odd)  .bimu { float: left;  width: 38%; margin: 0 28px 16px 0; }
.nk4457js .cy782:nth-child(even) .bimu { float: right; width: 38%; margin: 0 0 16px 28px; }
.nk4457js .bimu .pilhd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nk4457js .hz74jnu::after { content: ''; display: block; clear: both; }
.ih1ke .dyrljd78,
.ih1ke .w73j1lhx,
@media (max-width: 900px) {
  .ih1ke .bimu,
  .ftzoju .bimu,
  .nk4457js .cy782:nth-child(odd)  .bimu,
  .nk4457js .cy782:nth-child(even) .bimu {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ih1ke .bimu .pilhd,
  .ftzoju .bimu .pilhd,
  .nk4457js .bimu .pilhd {
    max-height: none !important;
  }
}
.ih1ke .sdikf,
.ih1ke .ft32s0er,
.ftzoju .sdikf,
.ftzoju .ft32s0er,
.nk4457js .sdikf,
.nk4457js .ft32s0er { overflow: hidden; }
@media (max-width: 640px) {
  .ih1ke .bimu,
  .ftzoju .bimu,
  .nk4457js .bimu { float: none; width: 100%; margin: 0 0 16px 0; }
}
.xohcev .p8ws,
.xohcev .hz74jnu,
.xohcev .rmzj  { max-width: 1100px; }
.nduh5vlp .p8ws,
.nduh5vlp .hz74jnu,
.nduh5vlp .rmzj  { max-width: 1200px; }
.wvmhh .p8ws,
.wvmhh .hz74jnu,
.wvmhh .rmzj  { max-width: 1320px; }
.uzbscfa { font-size: 0.82rem; color: var(--text-muted); }
.rb1byvys { display: flex; align-items: center; }
.wgn9ygdd {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.os160hx { display: flex; align-items: center; }
.uqsvezoc { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.uqsvezoc:hover { text-decoration: underline; }
.qpv3i { margin: 0 3px; opacity: 0.45; }
.qpv3i::before { content: '/'; }
.s6w4qb { padding: 2px 5px; color: var(--text-main); }
.to8lf0i .uzbscfa {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.to8lf0i .rb1byvys { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.l1w2 .uzbscfa {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.l1w2 .rb1byvys { padding: 0 0 0 12px; }
.ebbv2 .rb1byvys { padding: 0 16px; }
.ebbv2 .uzbscfa {
  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);
}
.ebbv2 .p8ws { padding-top: 28px; }
@media (max-width: 720px) {
  .uhy44uo0 { margin-top: 18px; padding: 0 16px; }
  .ebbv2 .p8ws { padding-top: 16px; }
}
.xohcev.to8lf0i .rb1byvys { max-width: 1100px; }
.nduh5vlp.to8lf0i .rb1byvys { max-width: 1200px; }
.wvmhh.to8lf0i .rb1byvys { max-width: 1320px; }
.oowoov .cy782 { padding-top: 16px; padding-bottom: 16px; }
.whcyym4 .cy782 { padding-top: 24px; padding-bottom: 24px; }
.m9ww .cy782 { padding-top: 40px; padding-bottom: 40px; }
.b9kqwab0 .cy782 { padding-top: 52px; padding-bottom: 52px; }
.pej2pl .cy782:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.pej2pl .cy782:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.pej2pl .cy782:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.pej2pl .cy782:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.caji2i5j .hz74jnu { padding-top: 10px;  padding-bottom: 10px; }
.j4j1 .hz74jnu { padding-top: 18px;  padding-bottom: 18px; }
.axuu397 .hz74jnu { padding-top: 36px;  padding-bottom: 36px; }
.zd620 .hz74jnu { padding-top: 48px;  padding-bottom: 48px; }
.ql5kc h2.x4os { font-weight: 600; }
.ql5kc h3.j5xwy     { font-weight: 600; }
.ox3033 h2.x4os { font-weight: 800; }
.ox3033 h3.j5xwy     { font-weight: 700; }
.xgj3 h2.x4os { font-weight: 900; }
.xgj3 h3.j5xwy     { font-weight: 800; }
.xgj3 .fxmrre1m strong,
.xgj3 .fxmrre1m strong { font-weight: 600; }
.qh9l {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.clci9bj5 .qh9l { display: none; }
@media (max-width: 640px) {
  .gntfcw { display: none; }
  .qh9l {
    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;
  }
}
.qh9l { background: var(--cta) !important; color: #fff !important; border: none !important; }
.qh9l:hover { opacity: 0.85; }
.fw8b .qh9l { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.vzxu96f8 .qh9l,
.v4jg6s  .qh9l { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.vzxu96f8 .qh9l:hover,
.v4jg6s  .qh9l:hover { opacity: 0.88; }
.fw8b.vzxu96f8 .qh9l,
.fw8b.v4jg6s  .qh9l { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.oyl5 {
  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;
}
.oyl5:hover { transform: translateY(-2px); opacity: 0.92; }
.oyl5 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.pk5j2 .oyl5 { display: none; }
.rpk6k28 .oyl5 { right: 32px; }
.dryr  .oyl5 { left: 32px; }
@media (max-width: 480px) {
  .rpk6k28 .oyl5 { right: 20px; bottom: 20px; }
  .dryr  .oyl5 { left: 20px; bottom: 20px; }
}
.egko { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.rmzj { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.mb17x88t { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ikg47 { color: var(--text-dim); font-size: 0.8rem; }
.taviar a, .e4xa a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.taviar a:hover, .e4xa a:hover { color: var(--accent-light); }
.e4xa { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.jr26hs .rmzj { text-align: center; }
.jr26hs .e4xa { justify-content: center; margin-bottom: 16px; }
.jr26hs .mb17x88t { margin-top: 0; }
.vd6z { margin-top: 10px; }
.vd6z a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .rmzj { padding-left: 16px; padding-right: 16px; }
  .rjed .rmzj { padding: 20px 16px; }
  .e4xa { gap: 4px 12px; }
  .mb17x88t { font-size: 0.78rem; }
}
.mwnfy .mb17x88t { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.mwnfy .ikg47 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .mwnfy .rm3845pb { grid-template-columns: 1fr 1fr; } .mwnfy .risksm2 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mwnfy .rm3845pb { grid-template-columns: 1fr; } }
.qkwjyye .mb17x88t { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .qkwjyye .ezed2ntk { gap: 12px; } .qkwjyye .otogcdg0 { margin-right: 0; width: 100%; } }
.uaxzt .mb17x88t { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.uaxzt .ikg47 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .uaxzt .eqlo0bi3 { grid-template-columns: 1fr 1fr; } .uaxzt .q4sh74 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .uaxzt .eqlo0bi3 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .bkjn76b .aii4rug { grid-template-columns: 1fr 1fr; } .bkjn76b .h31iy:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bkjn76b .aii4rug { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .nwy4 .aii4rug { grid-template-columns: 1fr; } }
.ouiv28 .rmzj { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ouiv28 .e4xa { justify-content: center; }
.fsen9k0 .ttvq      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.fsen9k0 .egko { background: var(--bg-page); border-top-color: var(--border-alt); }
.vpr5p5 .ttvq      { background: #0d1117; border-bottom-color: #21262d; }
.vpr5p5 .egfz { color: var(--accent-light); }
.vpr5p5 .pkfz79hh { --msep-color: #8b949e; }
.vpr5p5 .pkfz79hh a { color: #8b949e; }
.vpr5p5 .pkfz79hh a:hover { color: var(--accent-light); }
.vpr5p5 .wquuddy0 { color: #8b949e; }
.vpr5p5 .egko { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.vpr5p5 .mb17x88t,
.vpr5p5 .ikg47 { color: #6e7681; }
.vpr5p5 .taviar a, .vpr5p5 .e4xa a,
.vpr5p5 .taviar a:hover, .vpr5p5 .e4xa a:hover,
@media (max-width: 640px) {
  .vpr5p5 .pkfz79hh { background: #0d1117; border-top-color: #21262d; }
  .vpr5p5 .pkfz79hh li a { border-bottom-color: #21262d; }
}
.d4js .ttvq      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.d4js .egfz { color: var(--accent-light); }
.d4js .pkfz79hh { --msep-color: #475569; }
.d4js .pkfz79hh a { color: #475569; }
.d4js .pkfz79hh a:hover { color: var(--accent-light); }
.d4js .wquuddy0 { color: #64748b; }
.d4js .egko { background: #f0f4f8; border-top-color: #cbd5e1; }
.d4js .mb17x88t,
.d4js .ikg47 { color: #64748b; }
.d4js .taviar a, .d4js .e4xa a,
.d4js .taviar a:hover, .d4js .e4xa a:hover,
@media (max-width: 640px) {
  .d4js .pkfz79hh { background: #f0f4f8; border-top-color: #cbd5e1; }
  .d4js .pkfz79hh li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.vzxu96f8 .ttvq      { background: var(--accent); border-bottom-color: var(--accent-light); }
.vzxu96f8 .egfz { color: #fff; }
.vzxu96f8 .pkfz79hh { --msep-color: rgba(255,255,255,0.82); }
.vzxu96f8 .pkfz79hh a { color: rgba(255,255,255,0.82); }
.vzxu96f8 .pkfz79hh a:hover { color: #fff; }
.vzxu96f8 .wquuddy0 { color: rgba(255,255,255,0.9); }
.vzxu96f8 .egko { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.vzxu96f8 .mb17x88t,
.vzxu96f8 .ikg47 { color: rgba(255,255,255,0.72); }
.vzxu96f8 .taviar a, .vzxu96f8 .e4xa a,
.vzxu96f8 .taviar a:hover, .vzxu96f8 .e4xa a:hover,
@media (max-width: 640px) {
  .vzxu96f8 .pkfz79hh { background: var(--accent); border-top-color: var(--accent-light); }
  .vzxu96f8 .pkfz79hh li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.v4jg6s .ttvq {
  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);
}
.v4jg6s .egko {
  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) {
  .v4jg6s .pkfz79hh {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.it3ai .tt8i7w8 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.pgrny3 .tt8i7w8 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.thtmz05 .tt8i7w8 { min-height: 72px; height: auto; }
.eiy16kzt .tt8i7w8 { min-height: 84px; height: auto; }
.rjed .tt8i7w8 { max-width: none; padding: 0 32px; }
.rjed .rmzj  { max-width: none; padding: 24px 32px; }
.f3k7lo.nduh5vlp .tt8i7w8 { max-width: 1200px; }
.f3k7lo.wvmhh .tt8i7w8 { max-width: 1320px; }
.inlfa   .egfz, .inlfa   .otogcdg0 { text-transform: capitalize; }
.s8ep1 .egfz, .s8ep1 .otogcdg0 { text-transform: lowercase; }
.g3n595sy .egfz, .g3n595sy .otogcdg0 { text-transform: uppercase; letter-spacing: 0.06em; }
.urrk8po6, .nuwhfufb {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cs9uq .urrk8po6,
.gb14zo .urrk8po6,
.g4ean .urrk8po6,
.uc5w .urrk8po6,
.vkf0kvy   .pkfz79hh a { font-weight: 500; }
.u0dn17 .pkfz79hh a { font-weight: 600; }
.aqiskbr1     .pkfz79hh a { font-weight: 700; }
.ijtl1naa    .pkfz79hh a { font-weight: 800; letter-spacing: 0.01em; }
.lk63ph     .pkfz79hh > li + li::before,
.x4ttk1    .pkfz79hh > li + li::before,
.i0im    .pkfz79hh > li + li::before,
.fqbgf .pkfz79hh > li + li::before,
.rtz0lg65 .pkfz79hh > li + li::before,
.sa8fs  .pkfz79hh > li + li::before,
.czgd    .pkfz79hh > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.lk63ph     .pkfz79hh > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.x4ttk1    .pkfz79hh > li + li::before { content: "|"; }
.i0im    .pkfz79hh > li + li::before { content: "—"; }
.fqbgf .pkfz79hh > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.rtz0lg65 .pkfz79hh > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.sa8fs  .pkfz79hh > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.czgd    .pkfz79hh > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .y8zyh .wquuddy0,
  .ao4i .wquuddy0,
  .bnapn .wquuddy0,
  .zide6 .wquuddy0,
  .gcdl .wquuddy0 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .y8zyh .wquuddy0::before,
  .ao4i .wquuddy0::before,
  .bnapn .wquuddy0::before,
  .zide6 .wquuddy0::before,
  .gcdl .wquuddy0::before { content: ""; display: block; flex-shrink: 0; }

  
  .y8zyh .wquuddy0::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;
  }

  
  .ao4i .wquuddy0::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;
  }

  
  .bnapn .wquuddy0::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;
  }

  
  .zide6 .wquuddy0::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;
  }

  
  .gcdl .wquuddy0::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) {
  .chu2 .wquuddy0 {
    padding: 5px 14px;
  }
  .chu2 .pkfz79hh {
    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;
  }
  .chu2 .pkfz79hh li a {
    border-bottom: none; padding: 10px 22px;
  }
  .chu2 .pkfz79hh li a:hover { background: var(--bg-raised); }
  .chu2 .dbno4i8,
  .stzk .dbno4i8,
  .e7ee2j0j .dbno4i8 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ug7rx9ew .wquuddy0 {
    padding: 5px 10px;
  }
  .ug7rx9ew .pkfz79hh {
    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);
  }
  .ug7rx9ew .pkfz79hh.b6e596 { transform: translateX(0); }
  .ug7rx9ew .pkfz79hh li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ug7rx9ew .pkfz79hh li:last-child a { border-bottom: none; }
  .vzxu96f8 .pkfz79hh,
  .vpr5p5 .pkfz79hh { background: var(--accent) !important; }
  .vzxu96f8 .pkfz79hh li a,
  .vpr5p5 .pkfz79hh li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .e7ee2j0j .wquuddy0 {
    padding: 5px 10px;
  }
  .e7ee2j0j .pkfz79hh {
    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);
  }
  .e7ee2j0j .pkfz79hh::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .e7ee2j0j .pkfz79hh.b6e596 { transform: translateY(0); }
  .e7ee2j0j .pkfz79hh li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ku0apk51 .wquuddy0 {
    padding: 5px 10px;
  }
  .ku0apk51 .pkfz79hh {
    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;
  }
  .ku0apk51 .pkfz79hh.b6e596 { opacity: 1; pointer-events: auto; }
  .ku0apk51 .pkfz79hh li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .iz9v     .wquuddy0 { border-radius: 0 !important; }
  .e9pt87zg   .wquuddy0 { border-radius: 8px !important; }
  .j7jy .wquuddy0 { border-radius: 50% !important; }
  .lo0w   .wquuddy0 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .r0hjgg1a .yz2736 { flex-direction: column; align-items: stretch; }
  .r0hjgg1a .aixs { flex-direction: row; min-width: auto; }
  .r0hjgg1a .yp3ox { align-items: flex-start; text-align: left; }
}
.akvu3tzq,
.akvu3tzq.cy782,
.bi7o .akvu3tzq,
.ced15p63 .akvu3tzq,
.ghbfu186 .akvu3tzq,
.stpnzp .akvu3tzq {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.bvye0 {
  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;
}
.z7zfjj5 { flex: 1 1 280px; min-width: 0; }
.j84d {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.mi4i8cui {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.khxc {
  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;
}
.khxc:hover { transform: translateY(-1px); opacity: 0.95; }
.n0s7 .bvye0 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.n0s7 .j84d { color: var(--cta); }
.n0s7 .mi4i8cui { color: var(--text-body); }
.n0s7 .khxc {
  background: var(--cta) !important;
  color: #fff !important;
}
.b15f .bvye0 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.b15f .j84d { color: var(--text-primary); }
.b15f .mi4i8cui { color: var(--text-body); }
.b15f .khxc {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .bvye0 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .z7zfjj5 { flex: 0 0 auto; }
  .j84d { font-size: 1.2rem; }
  .khxc { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.kzpw9g .bfj5 { height: 36px; }
.g0fqwl .bfj5 { height: 60px; max-width: 200px; }
.inv5qs .bfj5 { height: 56px; max-width: 180px; }
.vlft0dg .pp0w34 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .gguq .w73j1lhx {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .gguq .b2z5up {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .gguq .b2z5up { padding: 40px 16px 20px; }
  .gguq .pp0w34 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .gguq .yeboer { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .a8qh .b2z5up {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .a8qh .b2z5up::before {
    position: absolute; top: 14px; left: 14px;
  }
  .a8qh .rsr7 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .a8qh .s61m9ysd { white-space: normal; text-align: center; font-size: 1.2rem; }
  .a8qh .pp0w34 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .a8qh .yeboer { width: 100%; min-width: 0; }
  .a8qh .vg0si { min-width: 0; }
}
.vhyf .b2z5up::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.fiaezw .okjciv3 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.fiaezw .okjciv3 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.fiaezw .okjciv3 p { padding: 0 2px 16px; }
.j8eagt5d .okjciv3 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.j8eagt5d .okjciv3 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.j8eagt5d .okjciv3 summary::after { content: "›"; font-size: 1.2em; }
.j8eagt5d .okjciv3[open] summary::after { content: "‹"; }
.j8eagt5d .okjciv3 p { padding: 10px 22px 4px; }
.r024 .okjciv3 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.r024 .okjciv3 summary { color: var(--text-primary); padding-left: 16px; }
.r024 .okjciv3 summary::after { content: "›"; font-size: 1.1em; }
.r024 .okjciv3[open] summary::after { content: "‹"; }
.r024 .okjciv3 p { padding-left: 16px; }
.tluw .emgylra { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.tluw .okjciv3 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.tluw .okjciv3:last-child { border-bottom: none; }
.tluw .okjciv3 summary { color: var(--text-primary); border-radius: 0; }
.tluw .okjciv3 summary::after { content: "›"; font-size: 1.1em; }
.tluw .okjciv3[open] summary::after { content: "‹"; }
.venj7b9a .okjciv3 { overflow: hidden; }
.venj7b9a .okjciv3 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.venj7b9a .okjciv3 summary::after { color: rgba(255,255,255,.75); }
.venj7b9a .okjciv3[open] summary { border-radius: 0; }
.mw8y { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ppfr5z {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.oywjvhd {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.s83ucyv5 { color: var(--text-muted); font-size: 1.05rem; }
.qc8oykec {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.a2x15mp { margin-bottom: 20px; }
.whas4lwp {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ojwisdao {
  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;
}
.ojwisdao:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.mvtb5egp { resize: vertical; min-height: 130px; }
.nl8p7q { width: 100%; margin-top: 8px; }
.q5hzq {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ge0zd {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.i7bq { color: var(--text-muted); line-height: 1.75; }
.hbgaq0j { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.hbgaq0j li { margin-bottom: 6px; }
.yr00 { max-width: 760px; margin: 0 auto; }
.f4sqfld { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.qm05 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.qm05:last-child { border-bottom: none; }
.qm05 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.qm05 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.h3tg { max-width: 760px; margin: 0 auto; }
.fz3xcva8 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.fcmn5w3 ul.hbgaq0j { margin: 0; }
.pndwyz8 { max-width: 900px; margin: 0 auto; }
.e7znr0 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.e7znr0:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.e7znr0 .fz3xcva8 { margin: 0; font-size: 1rem; }
.e7znr0 .mlqi8ou p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .e7znr0 { grid-template-columns: 1fr; gap: 10px; } }
.qwxq .fz3xcva8 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.xz5vujd .hbgaq0j { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .kcnzn8fq { grid-template-columns: 1fr; } }
.m3o821d { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.m3o821d:hover .g0hiclk { color: var(--accent-light); text-decoration: underline; }
.cpzb04 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.j71l { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.j71l:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.sdgo { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.j71l p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.j71l ul.hbgaq0j { margin: 0; }
.wdpe { color: var(--text-muted); line-height: 1.75; }
.t8bjg9d .hbgaq0j,
.tr1i .hbgaq0j,
.ok984eq6 .hbgaq0j,
.xrlrpj .hbgaq0j {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.t8bjg9d .j71l,
.tr1i .j71l { text-align: left; }
.t8bjg9d .sdgo,
.tr1i .sdgo { text-align: center; }
.vcg7ing { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.w32pho4v { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.tlypzlo6 { font-size: 1.1rem; }
.pb14mi2y { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.zody { margin-top: 12px; }
.g9guzfp { 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; }
.g9guzfp:hover { border-bottom-color: var(--accent-light); }
.dt5jkr { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.dt5jkr img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jslv2gv { width: 260px; height: 260px; }
.dn7p { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.n3wo46 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.r8stzf { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.r8stzf::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .bwwoz { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.q6r2 .pb14mi2y, .q6r2 .w32pho4v { max-width: 640px; }
.qxcen1c { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.gwjp { position: sticky; top: 96px; align-self: start; }
.gwjp .vcg7ing { font-size: 1.6rem; margin-top: 18px; }
.qu4tk .pb14mi2y { margin-bottom: 28px; }
@media (max-width: 860px) { .qxcen1c { grid-template-columns: 1fr; } .gwjp { position: static; text-align: center; } }
.k1mt .dt5jkr { margin: 0 auto 18px; }
.k1mt .n3wo46 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .rqo5l { grid-template-columns: 1fr; } }
.k44z .vcg7ing { font-size: 1.6rem; margin-bottom: 6px; }
.xrlrpj .hbgaq0j { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .k44z { flex-direction: column; text-align: center; } .k5x0 { grid-template-columns: 1fr; } }
.ajys2 .vcg7ing { font-size: 1.35rem; margin: 0 0 4px; }
.ajys2 .n3wo46 { margin: 0; }
.eq3ro .oywjvhd { color: var(--accent-light); }
.l2h9a .oywjvhd { font-size: 2rem; }
.l2h9a .s83ucyv5 { max-width: 680px; }
.xlovej7 .oywjvhd { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.xlovej7 .s83ucyv5  { margin: 0; }
@media (max-width: 640px) { .xlovej7 { flex-direction: column; } }
.qz7kjqnr {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.qz7kjqnr .oywjvhd { color: var(--accent-light); }
.oamr .oywjvhd { color: #fff; }
.oamr .s83ucyv5  { color: rgba(255,255,255,0.85); }
.hg0apb { max-width: 680px; margin: 0 auto; }
.m6qwcba0 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .m6qwcba0 { grid-template-columns: 1fr; } }
.rkszk4 .ojwisdao {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.rkszk4 .ojwisdao:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.rou6g7df .ojwisdao { background: var(--bg-raised); border-color: transparent; }
.rou6g7df .ojwisdao:focus { background: var(--bg-card); border-color: var(--accent-light); }
.hkrp1 .ojwisdao { border-radius: 100px; padding: 11px 20px; }
.hkrp1 .mvtb5egp { border-radius: 14px; }
@media (max-width: 640px) { .lqccc3 { grid-template-columns: 1fr; } }
.ewhp21 { counter-reset: priv-count; }
.eqgb7 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.eqgb7:last-child { border-bottom: none; }
.gdk76 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.eqgb7 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.eqgb7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ri64 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.ri64 li { margin-bottom: 6px; }
.ro51u{display:none}
.ro51u:empty,.meuog52:empty{display:none}
.dchrhq3{position:relative;overflow:visible}
.bk32 .hnfe,.gxeonc .hnfe,
.wxptpl .hnfe,.zj9s .hnfe,
.oet1xh .hnfe,.kmj5 .hnfe{display:block}
.penip .kitul{display:block}
.bk32 .hnfe,.gxeonc .hnfe,
.wxptpl .hnfe,.zj9s .hnfe,
.oet1xh .hnfe{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}
.bk32 .hnfe .meuog52,.gxeonc .hnfe .meuog52,
.wxptpl .hnfe .meuog52,.zj9s .hnfe .meuog52,
.oet1xh .hnfe .meuog52{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}
.bk32 .hnfe,.gxeonc .hnfe{top:12px}
.bk32 .hnfe .meuog52{margin-right:auto}
.gxeonc .hnfe .meuog52{margin-left:auto}
.gxeonc .hnfe{text-align:right}
.wxptpl .hnfe,.zj9s .hnfe{bottom:12px}
.wxptpl .hnfe .meuog52{margin-right:auto}
.zj9s .hnfe .meuog52{margin-left:auto}
.zj9s .hnfe{text-align:right}
.oet1xh .hnfe{position:relative;margin-top:16px}
.oet1xh .hnfe .meuog52{margin:0 auto}
.kmj5 .hnfe{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.kmj5 .hnfe .meuog52{margin:0}
.kmj5 .bij0m26m~.hnfe,
.kmj5 .rahe0h~.hnfe{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.kmj5 .bij0m26m~.hnfe .meuog52,
.kmj5 .rahe0h~.hnfe .meuog52{justify-content:flex-start}
.bij0m26m~.hnfe,.rahe0h~.hnfe{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}
.bij0m26m~.hnfe .meuog52{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.rahe0h~.hnfe .meuog52{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.kitul .meuog52{margin:0 0 12px}
.meuog52{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.faa7oi{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.g0hiclk{font-weight:600;color:var(--text-heading);opacity:1}
.usanjqu .faa7oi{display:none}
.zet98dwh .meuog52{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.idrul .glkuern{color: var(--accent-light);opacity:1;font-weight:500}
.wl6s .meuog52{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.s3aqi09g{--date-bg:var(--accent-bg)}
.gfp9h .jw080::before{content:""}
.hwafw .o9taxf{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .o9taxf{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .xkx9w22{max-width:100%}
}
.krl56 .tsg9z2{margin:0}
@media (max-width:560px){
  .gz9l4{grid-template-columns:repeat(2,1fr);gap:12px}
}
.a0mmuuh {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.a0mmuuh.w06e {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.dplm {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.dplm .g55a {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  font-size: 24px; line-height: 1; color: var(--text-primary, #111) !important;
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  padding: 0; margin: 0;
  z-index: 2;
  transition: background 0.15s;
}
.dplm .g55a:hover { background: rgba(0,0,0,0.12) !important; }
.lhqa {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.jmag2a8w {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.iyv2hc {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.dplm .s573m {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.dplm .s573m:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .dplm { padding: 28px 18px 20px; }
  .iyv2hc { font-size: 1.2rem; }
  .lhqa { max-width: 220px; max-height: 80px; }
}
.qu0ou {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.e80mrm {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.tb6x  .qu0ou { border-radius: 50%; }
.x7es  .qu0ou { border-radius: 6px; }
.h0f10f3 .qu0ou { border-radius: 22px; }
.q8i9fn .bvye0 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .qu0ou { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.roh9 {
  margin: 28px 0 24px;
}
.roh9 .cy782 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.roh9 .hz74jnu {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.roh9 .bvye0 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .tt8i7w8 { flex-direction: row-reverse; }
[dir="rtl"] .pkfz79hh { flex-direction: row-reverse; }
[dir="rtl"] .rpk6k28 .oyl5 { right: auto; left: 32px; }
[dir="rtl"] .dryr  .oyl5 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .rpk6k28 .oyl5 { right: auto; left: 20px; }
  [dir="rtl"] .dryr  .oyl5 { left: auto;  right: 20px; }
}
[dir="rtl"] .ih1ke .bimu  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ftzoju .bimu { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .bij0m26m,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .sdikf, [dir="rtl"] .ft32s0er { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .eo2eoqg { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .gninp { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .fxmrre1m { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .bvye0 { direction: rtl; }
[dir="rtl"] .qu0ou { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .uzbscfa { direction: rtl; }
[dir="rtl"] .osdd { direction: rtl; }
[dir="rtl"] .zmhc { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ysmas7 .ft32s0er,
[dir="rtl"] .kzwa .ft32s0er,
[dir="rtl"] .lpgu .ft32s0er,
[dir="rtl"] .y1hqxvt .ft32s0er {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .ysmas7 .ft32s0er li::before,
[dir="rtl"] .kzwa .ft32s0er li::before,
[dir="rtl"] .lpgu .ft32s0er li::before,
[dir="rtl"] .y1hqxvt .ft32s0er li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .bij0m26m.l152xdun .ka2ig { align-items: flex-end; text-align: right; }
[dir="rtl"] .bij0m26m.mnif .ka2ig { text-align: center; }
[dir="rtl"] .bij0m26m .ka2ig { text-align: right; }
[dir="rtl"] .hz74jnu,
[dir="rtl"] .b1hkxk,
[dir="rtl"] .zkgra8tq,
[dir="rtl"] .vzj5926c,
[dir="rtl"] .qc8oykec,
[dir="rtl"] .whas4lwp,
[dir="rtl"] .pb14mi2y,
[dir="rtl"] .ojwisdao,
[dir="rtl"] .mvtb5egp { text-align: right; direction: rtl; }
[dir="rtl"] .hkrp1 .ojwisdao,
[dir="rtl"] .rkszk4 .ojwisdao { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #78c81f;
  --brand:           #78c81f;
  --brand-light:     #69a625;
  --brand-pale:      #83c33c;
  --grad-start:      #a5e55c;
  --grad-end:        #c2e798;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #78c81f;
  --cta-light:       #63a914;
  --cta-hover:       #589316;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f3;
  --bg-raised:       #eff1ee;
  --bg-hover:        #f4f5f3;
  --border:          #e5e9e1;
  --border-alt:      #d6dccf;
  --border-section:  #e5e9e1;
  --text-primary:    #191b17;
  --text-muted:      #596151;
  --text-body:       #33372e;
  --text-sub:        #4c5345;
  --text-faint:      #808a74;
  --text-dim:        #99a190;
  --text-label:      #666e5d;
  --text-value:      #40453a;
  --accent-bg:       #ebf3e1;
  --accent-bg-light: #dceec8;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #0f9330;
  --c-cons:          #9f3d21;
  --c-pros-label:    #12af39;
  --c-tip-border:    #14c23f;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0f9330;
}
:root { --logo-bg-opacity: 47%; }
body, button, input { font-family: "Merriweather Sans", sans-serif; }
.x62ckwz .h9rm { font-size: 0; width: 1.2rem; flex-shrink: 0; }.x62ckwz .h9rm::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.x62ckwz .f6dye     .h9rm::before { content: "";  color: var(--c-tip-border); }.x62ckwz .e5u55uq .h9rm::before { content: ""; color: var(--c-warn-border); }.x62ckwz .ljlzau7    .h9rm::before { content: ""; color: #60a5fa; }.r5cuyo .x62ckwz .f6dye     .h9rm::before { color: #10b981; }.r5cuyo .x62ckwz .e5u55uq .h9rm::before { color: #f43f5e; }.r5cuyo .x62ckwz .ljlzau7    .h9rm::before { color: #a855f7; }.zsk3r37  .x62ckwz .f6dye     .h9rm::before { color: #eab308; }.zsk3r37  .x62ckwz .e5u55uq .h9rm::before { color: #ef4444; }.zsk3r37  .x62ckwz .ljlzau7    .h9rm::before { color: #f97316; }.gmyb0l  .x62ckwz .f6dye     .h9rm::before { color: #38bdf8; }.gmyb0l  .x62ckwz .e5u55uq .h9rm::before { color: #818cf8; }.gmyb0l  .x62ckwz .ljlzau7    .h9rm::before { color: #2dd4bf; }.n29yrkr7 .x62ckwz .h9rm::before { color: var(--accent-light) !important; }
.g83kr .gph1, .g83kr .bij0m26m { min-height: 520px; }
.xzlg .imfueps8::after, .xzlg .z25lzo::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; }
.qpmr1078 .qh9l::after,.qpmr1078 .oyl5::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; }
.qpv3i::before { content: '•'; }