: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;
}
.xx8f9g {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.qvfen {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.uka0 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ciofz6 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.swciu { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.swciu a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.swciu a:hover { color: var(--accent-light); }
.ngew   .q7o9fs { border-radius: 0; }
.wnipcc0n .q7o9fs li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .q7o9fs {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .yp0vl:hover .q7o9fs,
  .yp0vl:focus-within .q7o9fs { display: block; }
  .q7o9fs li a { padding: 8px 16px; font-size: 0.88rem; }
}
.s47og {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.zqzfyc { display: none; }
@media (max-width: 640px) {
  .zqzfyc {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .zqzfyc.tdqa { display: block; }
}
@media (max-width: 640px) {
  .s47og { display: block; }
  .swciu > li + li::before { display: none !important; }
  .swciu {
    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;
  }
  .swciu.tdqa { display: flex; }
  .swciu li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .swciu li:last-child a { border-bottom: none; }
}
.fq3p { min-height: 480px; }
.vq12 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.xb89nrj { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.tt5bu0 .xb89nrj { margin-left: 0; margin-right: 0; }
.qdvo1 {
  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;
}
.qdvo1:hover { opacity: 0.88; }
.dbb3e {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.bzmo {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.dbb3e .fguickeq {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.dbb3e .vq12 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.dbb3e .xb89nrj { color: #e2e8f0; }
.dbb3e.di0p .fguickeq { text-align: center; }
.dbb3e.tt5bu0   .fguickeq { text-align: left; }
.xreka .fguickeq {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.xreka .vq12 { color: var(--text-primary); text-shadow: none; }
.xreka .xb89nrj { color: var(--text-muted); }
.xreka .qdvo1 { margin-top: 16px; }
.xreka, .xreka.fq3p { min-height: auto !important; }
.xreka.di0p .fguickeq { text-align: center; }
.xreka.tt5bu0   .fguickeq { text-align: left; }
.xreka~.y1g1yldt{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}
.xreka~.y1g1yldt .xzvua{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}
.yoqjr8a .zdt4r,
.yoqjr8a .x1u251 {
  position: relative; overflow: hidden;
}
.yoqjr8a .zdt4r::after,
.yoqjr8a .x1u251::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.c34arjs .dbb3e .bzmo {
  overflow: hidden;
}
.c34arjs .dbb3e .bzmo::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;
}
@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); }
}
.cwzwbxz2 .dbb3e .bzmo {
  overflow: hidden;
}
.cwzwbxz2 .dbb3e .bzmo::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.uuvb .dbb3e .bzmo {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.yoqjr8a .dbb3e .bzmo {
  overflow: hidden;
}
.yoqjr8a .dbb3e .bzmo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.frdf .dbb3e .bzmo {
  animation: hg-breathe 10s ease-in-out infinite;
}
.zdt4r .bzmo {
  background: none;
}
.zdt4r .vq12 { color: #fff; }
.zdt4r .xb89nrj { color: rgba(255,255,255,0.85); }
.zdt4r .qdvo1 { background: #fff; color: var(--cta); }
.zdt4r .qdvo1:hover { opacity: 0.92; }
.yoqjr8a .pwaol { position: relative; overflow: hidden; }
.yoqjr8a .pwaol::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;
}
.pwaol .vq12 { text-shadow: none; color: var(--text-primary); }
.pwaol .xb89nrj { color: var(--text-muted); }
body.vmdy8g8 .vq12 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.r11mus .vq12 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.pwaol.tt5bu0   .eaaho4w { align-items: flex-start; text-align: left; }
.g1hhr .fguickeq { padding-bottom: 24px; }
.s0r3jm .fguickeq { max-width: 960px; }
@media (max-width: 700px) {
  .pwaol { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .pwaol .vfmm { display: none !important; }
  .nxtl .vfmm { display: none !important; }
  .wcgetw3p .fx61 { display: none !important; }
  .pzii2 .oc0n4 { display: none !important; }
  .eaaho4w  { padding: 36px 24px; }
  .pwaol~.y1g1yldt,.k5zvsm~.y1g1yldt{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .fq3p, .pwaol { min-height: 320px !important; }
  
  .vq12 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .d0f3hgh { display: none !important; }
  
  .gwvh { flex-direction: column; align-items: center; }
  .g9twug8 { width: 100%; max-width: 340px; }
}
.gjkyb { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.azt0 { width: 100%; height: auto; display: block; border-radius: 10px; }
.vcvpkw .gjkyb        { border-radius: 16px; }
.vcvpkw .azt0  { border-radius: 16px; }
.amyenm .gjkyb         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.amyenm .azt0   { border-radius: 8px; }
.l92o { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.dpzs21nw { width: 100%; padding: 32px 0; position: relative; }
.jhjh7gr { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.fzc13i2 .dpzs21nw:nth-child(even) { background: var(--bg-surface); }
.fzc13i2 .dpzs21nw:nth-child(odd)  { background: var(--bg-page); }
.z0jj .dpzs21nw:nth-child(even) { background: var(--bg-card); }
.z0jj .dpzs21nw:nth-child(odd)  { background: var(--bg-page); }
.fzc13i2 .dpzs21nw:nth-child(odd)  .jhjh7gr { background: var(--bg-card); border-radius: 6px; }
.fzc13i2 .dpzs21nw:nth-child(even) .jhjh7gr { background: var(--bg-raised); border-radius: 6px; }
.z0jj .dpzs21nw:nth-child(odd)  .jhjh7gr { background: var(--bg-card); border-radius: 6px; }
.z0jj .dpzs21nw:nth-child(even) .jhjh7gr { background: var(--bg-raised); border-radius: 6px; }
.fzc13i2 .dpzs21nw:nth-child(even) .fzenx8 .sc31s,
.z0jj .dpzs21nw:nth-child(even) .fzenx8 .sc31s { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.fzc13i2 .dpzs21nw:nth-child(odd) .fzenx8 .sc31s,
.z0jj .dpzs21nw:nth-child(odd) .fzenx8 .sc31s { background: var(--bg-card-inner); }
.fzc13i2 .dpzs21nw:nth-child(even) .w4o8 .sc31s:nth-child(odd),
.z0jj .dpzs21nw:nth-child(even) .w4o8 .sc31s:nth-child(odd)  { background: var(--bg-card); }
.fzc13i2 .dpzs21nw:nth-child(even) .w4o8 .sc31s:nth-child(even),
.z0jj .dpzs21nw:nth-child(even) .w4o8 .sc31s:nth-child(even) { background: var(--bg-card-inner); }
h1.qmmupe { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.qmmupe {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.zg48lj6 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.sg98 h2.qmmupe {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.bvr7 h2.qmmupe {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.xiypedvj h2.qmmupe {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.yogsu h2.qmmupe::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.jkubu h2.qmmupe {
  color: var(--text-primary); font-size: 1.7rem;
}
.m5i8ii3j h2.qmmupe::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.plyeor h2.qmmupe {
  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;
}
.wx131b { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .wx131b { display: none; } }
.v4t5 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.n4a2d { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.f1tm72o {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.oy7nj8 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.dcw7z4d { padding-left: 20px; }
.dcw7z4d li { margin-bottom: 6px; }
.dcw7z4d a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.dcw7z4d a:hover { color: var(--accent-light); }
.cst1od .oy7nj8 { display: none; }
.x6ru .oy7nj8 { display: none; }
.x6ru .dcw7z4d { padding-left: 0; list-style: none; }
.x6ru .dcw7z4d li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.x6ru .dcw7z4d a { font-size: 0.92rem; }
.dx92mp .f1tm72o { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.dx92mp .oy7nj8 { display: none; }
.dx92mp .dcw7z4d { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.dx92mp .dcw7z4d li { margin-bottom: 0; }
.dx92mp .dcw7z4d 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;
}
.dx92mp .dcw7z4d a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.xg7hg1 .f1tm72o { padding: 20px 20px 16px; }
.xg7hg1 .dcw7z4d {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.xg7hg1 .dcw7z4d li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.xg7hg1 .dcw7z4d 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;
}
.xg7hg1 .dcw7z4d 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;
}
.xg7hg1 .dcw7z4d a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.xg7hg1 .dcw7z4d a:focus,
.xg7hg1 .dcw7z4d a:focus-visible,
.xg7hg1 .dcw7z4d a:target { outline: none; }
.xg7hg1 .dcw7z4d li:target a { border-color: var(--border); color: var(--text-muted); }
.conm5g .f1tm72o { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.conm5g .oy7nj8 { display: none; }
.conm5g .dcw7z4d { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.conm5g .dcw7z4d li { margin-bottom: 0; }
.conm5g .dcw7z4d li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.conm5g .dcw7z4d li:last-child::after { content: ""; margin-right: 0; }
.conm5g .dcw7z4d a { font-size: 0.9rem; }
.sc31s { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.fzenx8 .sc31s { background: var(--bg-card); }
.w4o8 .sc31s:nth-child(odd)  { background: var(--bg-card); }
.w4o8 .sc31s:nth-child(even) { background: var(--bg-raised); }
.ukagzk .sc31s {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ukagzk .sc31s:last-child { border-bottom: none; }
.ukagzk h3.zg48lj6 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.i8hp .sc31s {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.i8hp .sc31s + .sc31s { margin-top: 4px; }
.bmq7 .sc31s { background: none; border-radius: 0; padding: 12px 0; }
.bmq7 .sc31s + .sc31s { border-top: 1px solid var(--border-section); }
.shl7sxa { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.k8lisrs { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.w112jw84 { color: var(--text-body); margin-bottom: 10px; }
.ubdy, .ngeb7xvm { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ubdy li, .ngeb7xvm li { margin-bottom: 6px; }
.ngeb7xvm li { list-style: decimal; }
.wktek     .ubdy { list-style-type: "● "; }
.bf0s  .ubdy { list-style-type: "■ "; }
.w1i13b .ubdy { list-style-type: "◆ "; }
.qngf7    .ubdy { list-style-type: "★ "; }
.wktek     .jt48 { list-style-type: "● "; }
.bf0s  .jt48 { list-style-type: "■ "; }
.w1i13b .jt48 { list-style-type: "◆ "; }
.qngf7    .jt48 { list-style-type: "★ "; }
.wktek    .ubdy li::marker, .wktek    .jt48 li::marker,
.bf0s .ubdy li::marker, .bf0s .jt48 li::marker,
.w1i13b .ubdy li::marker, .w1i13b .jt48 li::marker,
.qngf7   .ubdy li::marker, .qngf7   .jt48 li::marker {
  color: var(--cta); font-size: 1em;
}
.wktek .ngeb7xvm,
.bf0s .ngeb7xvm,
.w1i13b .ngeb7xvm,
.qngf7 .ngeb7xvm {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.wktek .ngeb7xvm li,
.bf0s .ngeb7xvm li,
.w1i13b .ngeb7xvm li,
.qngf7 .ngeb7xvm li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.wktek .ngeb7xvm li::before,
.bf0s .ngeb7xvm li::before,
.w1i13b .ngeb7xvm li::before,
.qngf7 .ngeb7xvm 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;
}
.wktek     .ngeb7xvm li::before { border-radius: 50%; }
.bf0s  .ngeb7xvm li::before { border-radius: 3px; }
.w1i13b .ngeb7xvm li::before { border-radius: 3px; }
.qngf7    .ngeb7xvm li::before { border-radius: 50%; }
.gu1wss6 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.rxhmsc .gu1wss6,
.oj697l7 .gu1wss6 { background: transparent; border: none; border-radius: 0; }
.laz6u { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.laz6u th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.laz6u td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.laz6u tr:hover td { background: var(--bg-hover); }
.r6c4b .laz6u tbody tr:nth-child(even) td { background: var(--bg-surface); }
.lqftqd .laz6u { border: 1px solid var(--border-alt); }
.lqftqd .laz6u th,
.lqftqd .laz6u td { border: 1px solid var(--border-alt); }
.yv57e5 .laz6u th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.yv57e5 .laz6u td { border-bottom: none; }
.yv57e5 .laz6u tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.qa1miynu .laz6u th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.d3197 .gu1wss6 {
  overflow: hidden;
}
.d3197 .laz6u th { border-bottom: 1px solid var(--border-alt); }
.d3197 .laz6u tr:last-child td { border-bottom: none; }
.ujk4hc { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.l6c36fk { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.lrvh34e { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.psfe4 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.si0qou { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.jt48 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.jt48 li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.iinbe .psfe4 { background: transparent; text-align: center; }
.f9iz67 .lrvh34e {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.qq1aikp .lrvh34e {
  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);
}
.tleo .l6c36fk { display: grid; grid-template-columns: auto 1fr; }
.tleo .lrvh34e {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.tleo .psfe4 { grid-column: 2; }
.tleo .si0qou,
.tleo .jt48 { grid-column: 1 / -1; }
.ppy17xz0 .l6c36fk { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ppy17xz0 .lrvh34e {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.ppy17xz0 .psfe4 { grid-column: 2; }
.ppy17xz0 .si0qou,
.ppy17xz0 .jt48 { grid-column: 1 / -1; }
.oara7 .l6c36fk { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.oara7 .psfe4 { background: none; color: var(--accent-light); font-weight: 700; }
.ddk3eu .l6c36fk { 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); }
.ddk3eu .psfe4 { background: none; color: var(--accent-light); font-weight: 700; }
.td1dg .l6c36fk { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.td1dg .l6c36fk:last-child { border-bottom: none; }
.td1dg .psfe4 { background: none; color: var(--accent-light); font-weight: 700; }
.r9baj .l6c36fk { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.r9baj .psfe4 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.myfd .ujk4hc { counter-reset: card-n; }
.myfd .l6c36fk  { counter-increment: card-n; }
.myfd .psfe4 { display: flex; align-items: center; gap: 10px; }
.myfd .psfe4::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.xax4uzf8 .l6c36fk { background: var(--bg-surface); border: 1px solid var(--border); }
.xax4uzf8 .psfe4 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.b7wpkxee { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.dvpacm8  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.b5mp8jzy { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.qufdejcu { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.b7wpkxee strong { color: var(--text-primary); font-size: 0.95rem; }
.b7wpkxee p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.aaar9uf { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.aweqwkfb, .iiqeu7tn { border-radius: 8px; padding: 14px; }
.aweqwkfb { background: var(--bg-pros); }
.iiqeu7tn { background: var(--bg-cons); }
.obhs9vnn { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.aweqwkfb .obhs9vnn { color: var(--c-pros-label); }
.iiqeu7tn .obhs9vnn { color: #f87171; }
.aweqwkfb ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.iiqeu7tn ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.azt0 { width: 100%; height: auto; border-radius: 10px; display: block; }
.w8gg {
  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;
}
.w8gg:hover { opacity: 0.85; }
.r7edilaw .w8gg  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.r7edilaw .w8gg:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.teabr6 .w8gg  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.teabr6 .w8gg:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xv1eua .qdvo1 { border-radius: 50px; }
.xv1eua .w8gg  { border-radius: 50px; }
.hfpfwd .qdvo1 { padding-left: 22px; padding-right: 22px; }
.hfpfwd .w8gg  { padding-left: 12px; padding-right: 12px; }
.dpmydwd .qdvo1 { padding-left: 44px; padding-right: 44px; }
.dpmydwd .w8gg  { padding-left: 24px; padding-right: 24px; }
.kjlncu3d .qdvo1 { padding-left: 56px; padding-right: 56px; }
.kjlncu3d .w8gg  { padding-left: 32px; padding-right: 32px; }
.fkt5   .qdvo1::after, .fkt5   .w8gg::after,
.p3ba .qdvo1::after, .p3ba .w8gg::after,
.htczmv    .qdvo1::after, .htczmv    .w8gg::after,
.blq881w    .qdvo1::after, .blq881w    .w8gg::after,
.yrzps    .qdvo1::after, .yrzps    .w8gg::after,
.mmgw     .qdvo1::after, .mmgw     .w8gg::after,
.tu35g2    .qdvo1::after, .tu35g2    .w8gg::after,
.kc98psf   .qdvo1::after, .kc98psf   .w8gg::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;
}
.fkt5 .qdvo1::after, .fkt5 .w8gg::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");
}
.p3ba .qdvo1::after, .p3ba .w8gg::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");
}
.htczmv .qdvo1::after, .htczmv .w8gg::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");
}
.blq881w .qdvo1::after, .blq881w .w8gg::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");
}
.yrzps .qdvo1::after, .yrzps .w8gg::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");
}
.mmgw .qdvo1::after, .mmgw .w8gg::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");
}
.tu35g2 .qdvo1::after, .tu35g2 .w8gg::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");
}
.kc98psf .qdvo1::after, .kc98psf .w8gg::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");
}
.g9crtg   .hw8bkn::after, .g9crtg   .w3f3c31m::after,
.yobh .hw8bkn::after, .yobh .w3f3c31m::after,
.iq1waoe    .hw8bkn::after, .iq1waoe    .w3f3c31m::after,
.gjt1    .hw8bkn::after, .gjt1    .w3f3c31m::after,
.wxsos    .hw8bkn::after, .wxsos    .w3f3c31m::after,
.c0fq4     .hw8bkn::after, .c0fq4     .w3f3c31m::after,
.y570l    .hw8bkn::after, .y570l    .w3f3c31m::after,
.yhi9ny0   .hw8bkn::after, .yhi9ny0   .w3f3c31m::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;
}
.g9crtg .hw8bkn::after, .g9crtg .w3f3c31m::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");
}
.yobh .hw8bkn::after, .yobh .w3f3c31m::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");
}
.iq1waoe .hw8bkn::after, .iq1waoe .w3f3c31m::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");
}
.gjt1 .hw8bkn::after, .gjt1 .w3f3c31m::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");
}
.wxsos .hw8bkn::after, .wxsos .w3f3c31m::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");
}
.c0fq4 .hw8bkn::after, .c0fq4 .w3f3c31m::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");
}
.y570l .hw8bkn::after, .y570l .w3f3c31m::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");
}
.yhi9ny0 .hw8bkn::after, .yhi9ny0 .w3f3c31m::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");
}
.q2k5 .uqhkxk { background: #1a1a1a; }
@media (min-width: 721px) {
  .sov3rv { flex: 0 0 260px; width: 260px; }
  .llp5 { flex: 0 0 120px; width: 120px; }
  .ai864a1 { flex: 0 0 110px; width: 110px; }
  .mvsvzhr   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .v7mv8gc { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.v7mv8gc.w8gg { padding-left: 28px !important; padding-right: 28px !important; padding-top: 14px !important; padding-bottom: 14px !important; font-size: 1.05rem !important; }
@media (max-width: 820px) {
  .ercjm { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .ercjm .uqu4xs { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .ercjm .sov3rv { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .ercjm .uqhkxk { width: 100%; min-width: unset; height: 120px; }
  .ercjm .ybdac4jq { max-height: 96px; max-width: 200px; }
  .ercjm .sublxvq1 { min-width: unset; text-align: center; white-space: normal; }
  .ercjm .llp5 { min-width: 0; }
  .ercjm .mvsvzhr { flex-direction: row; justify-content: space-between; align-items: baseline; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto; min-width: 0; }
  .ercjm .v7mv8gc { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .nsg5b .uqu4xs { row-gap: 8px !important; gap: 10px !important; }
}
.ezsu72e .m4ry li::before { content: "→"; }
.ezsu72e .euchc9 li::before { content: "–"; }
@media (min-width: 860px) {
  .qlq59 .shlwmp {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .qlq59 .sloi2yy3 { margin: 0; }
}
.d85b7ah .sloi2yy3 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.d85b7ah .tu35f5d0 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.d85b7ah .rxhmsc { padding: 14px 16px; }
.d85b7ah .kelbly4 { border-radius: 4px; }
.d85b7ah .l4hy9ve4 { border-radius: 0; }
.oj697l7 .aaar9uf { gap: 10px; }
.oj697l7 .aweqwkfb, .oj697l7 .iiqeu7tn { padding: 12px; }
.oj697l7 .aweqwkfb ul, .oj697l7 .iiqeu7tn ul { margin: 4px 0 0; padding-left: 18px; }
.oj697l7 .aweqwkfb li, .oj697l7 .iiqeu7tn li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .gsueq { grid-template-columns: 1fr; }
  .r7hhfq6 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .r7hhfq6 .hvko9hz { width: 72px; height: 50px; }
  .r7hhfq6 .n09w { max-width: 180px; }
  .r7hhfq6 .zinj8ej3 { width: auto; }
}
@media (max-width: 720px) {
  .vbyffr8 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .g8zv1mi { padding: 16px; }
  .y8ii9l .kq6t { min-width: 50%; }
}
.ya492k .aaar9uf { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .bxcrb { grid-template-columns: 1fr; }
  .pabs864p { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .dug0cr54 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .mmqoirgn { flex-wrap: wrap; padding: 16px; }
}
.n75g .aaar9uf { gap: 8px; }
.n75g .aweqwkfb, .n75g .iiqeu7tn { padding: 8px; }
@media (max-width: 480px) {
  .v8enx { flex-direction: column; align-items: stretch; }
}
.odcwuq .zinj8ej3 .w8gg { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .o9mq8vir { flex-direction: column; align-items: stretch; gap: 10px; }
  .odcwuq .zinj8ej3 { text-align: center; }
}
@media (max-width: 720px) {
  .lbvn2r5 { grid-template-columns: 1fr; }
  .hz7c9j3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .y55oz6ob { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .f49k4rom { grid-template-columns: 1fr; }
  .i9ix { width: 100px; height: 100px; margin: 16px auto; }
  .mkh0uphu { font-size: 1.4rem; }
  .hd9uw3iw { justify-content: center; }
  .x77fo9 .kq6t { min-width: 50%; }
}
.ibk5l .aaar9uf { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ilol6pqb { flex-wrap: wrap; padding: 14px 16px; }
  .i7jj { padding: 12px 16px; }
  .ibk5l .aaar9uf { margin: 0 16px; }
  .ibk5l .h4a4q { padding: 0 16px; }
  .lrcr8p63 { padding: 12px 16px; }
}
.kgc3jwpe .ercjm {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px;
}
.kgc3jwpe .ercjm .uqu4xs:only-child { grid-column: 1 / -1; }
.kgc3jwpe .ercjm .uqu4xs {
  flex-direction: column; align-items: center; padding: 20px 18px; border-radius: 14px; gap: 14px;
}
.kgc3jwpe .ercjm .sov3rv { flex-direction: column; align-items: center; gap: 12px; width: 100%; min-width: 0; }
.kgc3jwpe .ercjm .uqhkxk { width: 100%; min-width: unset; height: 120px; }
.kgc3jwpe .ercjm .ybdac4jq { max-height: 100px; max-width: 200px; }
.kgc3jwpe .ercjm .sublxvq1 { min-width: unset; text-align: center; white-space: normal; }
.kgc3jwpe .ercjm .llp5 { min-width: 0; }
.kgc3jwpe .ercjm .mvsvzhr {
  flex-direction: row; justify-content: space-between; align-items: baseline;
  width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  flex: 0 0 auto; min-width: 0;
}
.kgc3jwpe .ercjm .v7mv8gc { width: 100%; text-align: center; margin-left: 0; min-width: 0; }
.kgc3jwpe .tu35f5d0 { gap: 14px; }
.af3ij .v7mv8gc.w8gg { padding: 14px 30px !important; font-size: 1rem; }
.d04olab .v7mv8gc.w8gg { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.gcpbt .llp5 { font-size: 1rem; letter-spacing: 2px; }
.ydgeind { margin: 16px 0; }
.soo797ao { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.soo797ao summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.soo797ao summary::after { content: "+"; color: var(--accent-light); }
.soo797ao[open] summary::after { content: "−"; }
.soo797ao p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.dpzs21nw { margin-bottom: 0; }
.a8gg7f h2.qmmupe { color: var(--text-primary); border-color: var(--accent-light); }
.gsrav h2.qmmupe { color: var(--text-primary); border-color: var(--accent-light); }
.jzfkvcvr .dvpacm8     { background: #052e16; border-color: #10b981; }
.jzfkvcvr .zfeouj { background: #2d0a1e; border-color: #f43f5e; }
.jzfkvcvr .b5mp8jzy    { background: #1e1036; border-color: #a855f7; }
.jzfkvcvr .b7wpkxee strong  { color: #f1f5f9; }
.jzfkvcvr .b7wpkxee p       { color: #cbd5e1; }
.jzfkvcvr .h26zyyv    .dvpacm8     .qufdejcu::before,
.jzfkvcvr .pupr6qwp  .dvpacm8     .qufdejcu::before,
.jzfkvcvr .s5fzwti  .dvpacm8     .qufdejcu::before,
.jzfkvcvr .w20fp4i .dvpacm8     .qufdejcu::before { color: #10b981; }
.jzfkvcvr .h26zyyv    .zfeouj .qufdejcu::before,
.jzfkvcvr .pupr6qwp  .zfeouj .qufdejcu::before,
.jzfkvcvr .s5fzwti  .zfeouj .qufdejcu::before,
.jzfkvcvr .w20fp4i .zfeouj .qufdejcu::before { color: #f43f5e; }
.jzfkvcvr .h26zyyv    .b5mp8jzy    .qufdejcu::before,
.jzfkvcvr .pupr6qwp  .b5mp8jzy    .qufdejcu::before,
.jzfkvcvr .s5fzwti  .b5mp8jzy    .qufdejcu::before,
.jzfkvcvr .w20fp4i .b5mp8jzy    .qufdejcu::before { color: #a855f7; }
.yic49 .dvpacm8     { background: #2d2000; border-color: #eab308; }
.yic49 .b5mp8jzy    { background: #2d1600; border-color: #f97316; }
.yic49 .b7wpkxee strong  { color: #f1f5f9; }
.yic49 .b7wpkxee p       { color: #cbd5e1; }
.yic49 .h26zyyv    .dvpacm8     .qufdejcu::before,
.yic49 .pupr6qwp  .dvpacm8     .qufdejcu::before,
.yic49 .s5fzwti  .dvpacm8     .qufdejcu::before,
.yic49 .w20fp4i .dvpacm8     .qufdejcu::before { color: #eab308; }
.yic49 .h26zyyv    .zfeouj .qufdejcu::before,
.yic49 .pupr6qwp  .zfeouj .qufdejcu::before,
.yic49 .s5fzwti  .zfeouj .qufdejcu::before,
.yic49 .w20fp4i .zfeouj .qufdejcu::before { color: #ef4444; }
.yic49 .h26zyyv    .b5mp8jzy    .qufdejcu::before,
.yic49 .pupr6qwp  .b5mp8jzy    .qufdejcu::before,
.yic49 .s5fzwti  .b5mp8jzy    .qufdejcu::before,
.yic49 .w20fp4i .b5mp8jzy    .qufdejcu::before { color: #f97316; }
.gci0d .dvpacm8     { background: #0c1a2e; border-color: #38bdf8; }
.gci0d .b5mp8jzy    { background: #0a2020; border-color: #2dd4bf; }
.gci0d .b7wpkxee strong  { color: #f1f5f9; }
.gci0d .b7wpkxee p       { color: #cbd5e1; }
.gci0d .h26zyyv    .dvpacm8     .qufdejcu::before,
.gci0d .pupr6qwp  .dvpacm8     .qufdejcu::before,
.gci0d .s5fzwti  .dvpacm8     .qufdejcu::before,
.gci0d .w20fp4i .dvpacm8     .qufdejcu::before { color: #38bdf8; }
.gci0d .h26zyyv    .zfeouj .qufdejcu::before,
.gci0d .pupr6qwp  .zfeouj .qufdejcu::before,
.gci0d .s5fzwti  .zfeouj .qufdejcu::before,
.gci0d .w20fp4i .zfeouj .qufdejcu::before { color: #818cf8; }
.gci0d .h26zyyv    .b5mp8jzy    .qufdejcu::before,
.gci0d .pupr6qwp  .b5mp8jzy    .qufdejcu::before,
.gci0d .s5fzwti  .b5mp8jzy    .qufdejcu::before,
.gci0d .w20fp4i .b5mp8jzy    .qufdejcu::before { color: #2dd4bf; }
.wdoi .dvpacm8     { background: var(--accent-bg); border-color: var(--accent-light); }
.wdoi .b5mp8jzy    { background: var(--accent-bg); border-color: var(--accent-pale); }
.wdoi .h26zyyv    .qufdejcu::before,
.wdoi .pupr6qwp  .qufdejcu::before,
.wdoi .s5fzwti  .qufdejcu::before,
.wdoi .w20fp4i .qufdejcu::before { color: var(--accent-light) !important; }
.u1fu5::before,
.ncq3b735::before { margin-right: 5px; }
.oaso .aweqwkfb ul li,
.oaso .aweqwkfb .u1fu5 { color: #22c55e; }
.oaso .iiqeu7tn ul li,
.oaso .iiqeu7tn .ncq3b735 { color: #ef4444; }
.kmxji .aweqwkfb { background: var(--bg-pros); }
.kmxji .iiqeu7tn { background: var(--bg-cons); }
.kmxji .aweqwkfb .u1fu5 { color: var(--c-pros-label); }
.kmxji .iiqeu7tn .ncq3b735 { color: var(--c-cons); }
.kmxji .aweqwkfb ul li,
.kmxji .m4ry li            { color: var(--c-pros); }
.kmxji .iiqeu7tn ul li,
.kmxji .euchc9 li            { color: var(--c-cons); }
.ziqptmz .aweqwkfb { background: var(--bg-pros); }
.ziqptmz .iiqeu7tn { background: var(--bg-cons); }
.ziqptmz .aweqwkfb .u1fu5 { color: var(--c-pros-label); }
.ziqptmz .iiqeu7tn .ncq3b735 { color: var(--c-cons); }
.ziqptmz .aweqwkfb ul li,
.ziqptmz .iiqeu7tn ul li,
.dq8q6i .u1fu5::before { content: "✓ "; }
.dq8q6i .ncq3b735::before { content: "✗ "; }
.ezsu72e .u1fu5::before { content: "→ "; }
.ezsu72e .ncq3b735::before { content: "← "; }
.ps2q0 .u1fu5::before { content: "★ "; }
.ps2q0 .ncq3b735::before { content: "✕ "; }
.txyd .u1fu5::before { content: "◆ "; }
.txyd .ncq3b735::before { content: "▲ "; }
.t1kq3sz .b7wpkxee { background: transparent; border-left: none; border: 1.5px solid; }
.t1kq3sz .dvpacm8     { border-color: var(--c-tip-border); }
.t1kq3sz .b5mp8jzy    { border-color: #60a5fa; }
.t1kq3sz .b7wpkxee strong { color: var(--text-primary); }
.t1kq3sz .b7wpkxee p      { color: var(--text-muted); }
.im4z .b7wpkxee { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.im4z .dvpacm8     { border-top-color: var(--c-tip-border); }
.im4z .b5mp8jzy    { border-top-color: #60a5fa; }
.rnux6r79 .b7wpkxee { border-left: none; border-radius: 8px; }
.rnux6r79 .dvpacm8     { background: #065f46; }
.rnux6r79 .b5mp8jzy    { background: #1e3a8a; }
.rnux6r79 .b7wpkxee strong,
.rnux6r79 .b7wpkxee p { color: #fff; }
.rnux6r79 .qufdejcu::before { color: rgba(255,255,255,0.85) !important; }
.jzfkvcvr.rnux6r79 .dvpacm8,
.jzfkvcvr .rnux6r79 .dvpacm8     { background: #052e16; }
.jzfkvcvr.rnux6r79 .zfeouj,
.jzfkvcvr .rnux6r79 .zfeouj { background: #2d0a1e; }
.jzfkvcvr.rnux6r79 .b5mp8jzy,
.jzfkvcvr .rnux6r79 .b5mp8jzy    { background: #1e1036; }
.yic49.rnux6r79 .dvpacm8,
.yic49 .rnux6r79 .dvpacm8      { background: #2d2000; }
.yic49.rnux6r79 .b5mp8jzy,
.yic49 .rnux6r79 .b5mp8jzy     { background: #2d1600; }
.gci0d.rnux6r79 .dvpacm8,
.gci0d .rnux6r79 .dvpacm8      { background: #0c1a2e; }
.gci0d.rnux6r79 .b5mp8jzy,
.gci0d .rnux6r79 .b5mp8jzy     { background: #0a2020; }
.ugskfhhp .b7wpkxee { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ugskfhhp .dvpacm8     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ugskfhhp .zfeouj { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ugskfhhp .b5mp8jzy    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ugskfhhp .b7wpkxee strong { color: var(--text-primary); }
.ugskfhhp .b7wpkxee p      { color: var(--text-muted); }
.picicbuv .b7wpkxee { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.h26zyyv .qufdejcu,
.pupr6qwp .qufdejcu,
.s5fzwti .qufdejcu,
.w20fp4i .qufdejcu { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.h26zyyv .qufdejcu::before,
.pupr6qwp .qufdejcu::before,
.s5fzwti .qufdejcu::before,
.w20fp4i .qufdejcu::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.h26zyyv .dvpacm8     .qufdejcu::before { content: "✦"; color: var(--c-tip-border); }
.h26zyyv .zfeouj .qufdejcu::before { content: "▲"; color: var(--c-warn-border); }
.h26zyyv .b5mp8jzy    .qufdejcu::before { content: "◉"; color: #60a5fa; }
.pupr6qwp .dvpacm8     .qufdejcu::before { content: "★"; color: var(--c-tip-border); }
.pupr6qwp .zfeouj .qufdejcu::before { content: "◆"; color: var(--c-warn-border); }
.pupr6qwp .b5mp8jzy    .qufdejcu::before { content: "●"; color: #60a5fa; }
.s5fzwti .dvpacm8     .qufdejcu::before { content: "▶"; color: var(--c-tip-border); }
.s5fzwti .zfeouj .qufdejcu::before { content: "■"; color: var(--c-warn-border); }
.s5fzwti .b5mp8jzy    .qufdejcu::before { content: "▸"; color: #60a5fa; }
.w20fp4i .dvpacm8     .qufdejcu::before { content: "→"; color: var(--c-tip-border); }
.w20fp4i .zfeouj .qufdejcu::before { content: "⬥"; color: var(--c-warn-border); }
.w20fp4i .b5mp8jzy    .qufdejcu::before { content: "◈"; color: #60a5fa; }
.cx8u .fzenx8 .sc31s,
.cx8u .w4o8 .sc31s  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.cx8u .l6c36fk                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.cx8u .gu1wss6          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.cx8u .f1tm72o                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.xof7 .fzenx8 .sc31s,
.xof7 .w4o8 .sc31s,
.xof7 .l6c36fk,
.xof7 .uqu4xs,
.xof7 .sloi2yy3,
.xof7 .gu1wss6,
.xof7 .f1tm72o,
.xof7 .picicbuv .b7wpkxee { box-shadow: none; }
.rn0cz9b9   .w112jw84, .rn0cz9b9 .shl7sxa, .rn0cz9b9 .k8lisrs,
.rn0cz9b9   .v4t5, .rn0cz9b9 .n4a2d { font-size: 0.9rem; }
.rn0cz9b9   .ubdy, .rn0cz9b9 .ngeb7xvm { font-size: 0.9rem; }
.a927a   .w112jw84, .a927a .shl7sxa, .a927a .k8lisrs,
.a927a   .v4t5, .a927a .n4a2d { font-size: 0.95rem; }
.a927a   .ubdy, .a927a .ngeb7xvm { font-size: 0.95rem; }
.vsdja1   .w112jw84, .vsdja1 .shl7sxa, .vsdja1 .k8lisrs,
.vsdja1   .v4t5, .vsdja1 .n4a2d { font-size: 1.08rem; }
.vsdja1   .ubdy, .vsdja1 .ngeb7xvm { font-size: 1.05rem; }
.vsdja1   .laz6u { font-size: 0.97rem; }
.c80nib .vq12      { font-size: 3.2rem; }
.c80nib h2.qmmupe { font-size: 1.9rem; }
.c80nib h3.zg48lj6     { font-size: 1.4rem; }
.ssn636 .vq12      { font-size: 3.8rem; }
.ssn636 h2.qmmupe { font-size: 2.2rem; }
.ssn636 h3.zg48lj6     { font-size: 1.6rem; }
.dpzs21nw + .dpzs21nw { position: relative; }
.o13keej   .dpzs21nw + .dpzs21nw::before,
.oga8  .dpzs21nw + .dpzs21nw::before,
.tcd1   .dpzs21nw + .dpzs21nw::before,
.wt4nn   .dpzs21nw + .dpzs21nw::before,
.fn4ms7l   .dpzs21nw + .dpzs21nw::before,
.z0crm .dpzs21nw + .dpzs21nw::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.o13keej .dpzs21nw + .dpzs21nw::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.oga8 .dpzs21nw + .dpzs21nw::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.tcd1 .dpzs21nw + .dpzs21nw::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;
}
.wt4nn .dpzs21nw + .dpzs21nw::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.pyerhe5n .dpzs21nw { margin-bottom: 16px; }
.pyerhe5n .dpzs21nw + .dpzs21nw { margin-top: 0; }
.pyerhe5n .jhjh7gr { padding-top: 0; padding-bottom: 0; }
.fn4ms7l .dpzs21nw + .dpzs21nw::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.z0crm .dpzs21nw + .dpzs21nw::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.l8k4fan .dpzs21nw + .dpzs21nw::before,
.n6qjzhvt .dpzs21nw + .dpzs21nw::before,
.qdl7j .dpzs21nw + .dpzs21nw::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%;
}
.fzc13i2 .l8k4fan .dpzs21nw:nth-child(even)::before,
.fzc13i2 .n6qjzhvt .dpzs21nw:nth-child(even)::before,
.fzc13i2 .qdl7j .dpzs21nw:nth-child(even)::before { background: var(--bg-surface); }
.z0jj .l8k4fan .dpzs21nw:nth-child(even)::before,
.z0jj .n6qjzhvt .dpzs21nw:nth-child(even)::before,
.z0jj .qdl7j .dpzs21nw:nth-child(even)::before { background: var(--bg-card); }
.l8k4fan .dpzs21nw + .dpzs21nw::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");
}
.n6qjzhvt .dpzs21nw + .dpzs21nw::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");
}
.qdl7j .dpzs21nw + .dpzs21nw::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");
}
.yno9c4fk .dbb3e,
.pbdup .dbb3e,
.du82 .dbb3e { overflow: hidden; }
.yno9c4fk .fguickeq,
.pbdup .fguickeq { margin-bottom: 60px; }
.du82 .fguickeq { margin-bottom: 70px; }
.pbdup .eaaho4w { padding-bottom: 60px; }
.yno9c4fk .dbb3e::before,
.pbdup .dbb3e::before,
.du82 .dbb3e::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.yno9c4fk .dbb3e::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");
}
.pbdup .dbb3e::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");
}
.du82 .dbb3e::before {
  height: 70px;
  -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");
}
.wfb9 .dbb3e:not(.zdt4r) .bzmo { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.j95f2rdg .dbb3e:not(.zdt4r) .bzmo { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.mbsyi9  .dbb3e:not(.zdt4r) .bzmo { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.nr98m1pa  .dbb3e:not(.zdt4r) .bzmo { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.rzcp .zdt4r .bzmo { background: none; }
.rzcp .dbb3e:not(.zdt4r) .bzmo { background: rgba(0,0,0,0.6); }
.jk5wn .gjkyb { float: left; width: 38%; margin: 0 28px 16px 0; }
.jk5wn .gjkyb .azt0 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jk5wn .jhjh7gr::after { content: ''; display: block; clear: both; }
.lfmyb .gjkyb { float: right; width: 38%; margin: 0 0 16px 28px; }
.lfmyb .gjkyb .azt0 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.lfmyb .jhjh7gr::after { content: ''; display: block; clear: both; }
.ixqn2b .dpzs21nw:nth-child(odd)  .gjkyb { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ixqn2b .dpzs21nw:nth-child(even) .gjkyb { float: right; width: 38%; margin: 0 0 16px 28px; }
.ixqn2b .gjkyb .azt0 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ixqn2b .jhjh7gr::after { content: ''; display: block; clear: both; }
.jk5wn .ujk4hc,
.lfmyb .ujk4hc,
.ixqn2b .ujk4hc,
.ixqn2b .ercjm { clear: both; }
@media (max-width: 900px) {
  .jk5wn .gjkyb,
  .lfmyb .gjkyb,
  .ixqn2b .dpzs21nw:nth-child(odd)  .gjkyb,
  .ixqn2b .dpzs21nw:nth-child(even) .gjkyb {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .jk5wn .gjkyb .azt0,
  .lfmyb .gjkyb .azt0,
  .ixqn2b .gjkyb .azt0 {
    max-height: none !important;
  }
}
.jk5wn .ubdy,
.jk5wn .ngeb7xvm,
.lfmyb .ubdy,
.lfmyb .ngeb7xvm,
.ixqn2b .ubdy,
.ixqn2b .ngeb7xvm { overflow: hidden; }
@media (max-width: 640px) {
  .jk5wn .gjkyb,
  .lfmyb .gjkyb,
  .ixqn2b .gjkyb { float: none; width: 100%; margin: 0 0 16px 0; }
}
.xdm3 .l92o,
.xdm3 .jhjh7gr,
.xdm3 .oss4er7b  { max-width: 1100px; }
.zcyj .l92o,
.zcyj .jhjh7gr,
.zcyj .oss4er7b  { max-width: 1200px; }
.n6uub1r0 .l92o,
.n6uub1r0 .jhjh7gr,
.n6uub1r0 .oss4er7b  { max-width: 1320px; }
.n6uub1r0 { --content-mw: 1320px; }
.ymcxf { font-size: 0.82rem; color: var(--text-muted); }
.ikqktd { display: flex; align-items: center; }
.avu22v9 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.zpn323m3 { display: flex; align-items: center; }
.pvdw5q { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.pvdw5q:hover { text-decoration: underline; }
.k18k { margin: 0 3px; opacity: 0.45; }
.k18k::before { content: '/'; }
.q9t0b5lm { padding: 2px 5px; color: var(--text-main); }
.ot1o044 .ymcxf {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ot1o044 .ikqktd { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.q22wzjky .ymcxf {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.q22wzjky .ikqktd { padding: 0 0 0 12px; }
.bdbg4 .ikqktd { padding: 0 16px; }
.bdbg4 .ymcxf {
  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);
}
.bdbg4 .l92o { padding-top: 28px; }
@media (max-width: 720px) {
  .ytftqo { margin-top: 18px; padding: 0 16px; }
  .bdbg4 .l92o { padding-top: 16px; }
}
.xdm3.ot1o044 .ikqktd { max-width: 1100px; }
.zcyj.ot1o044 .ikqktd { max-width: 1200px; }
.n6uub1r0.ot1o044 .ikqktd { max-width: 1320px; }
.n6uub1r0 .ytftqo { max-width: 1320px; }
.m3ej4f .dpzs21nw { padding-top: 16px; padding-bottom: 16px; }
.y7158 .dpzs21nw { padding-top: 24px; padding-bottom: 24px; }
.ukxm6 .dpzs21nw { padding-top: 40px; padding-bottom: 40px; }
.i9nlm97i .dpzs21nw { padding-top: 52px; padding-bottom: 52px; }
.hlh150 .dpzs21nw:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.hlh150 .dpzs21nw:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.hlh150 .dpzs21nw:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.hlh150 .dpzs21nw:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.zoe4 .jhjh7gr { padding-top: 10px;  padding-bottom: 10px; }
.tuvob .jhjh7gr { padding-top: 18px;  padding-bottom: 18px; }
.fbs72xdx .jhjh7gr { padding-top: 36px;  padding-bottom: 36px; }
.mw56m .jhjh7gr { padding-top: 48px;  padding-bottom: 48px; }
.cv2zje h2.qmmupe { font-weight: 600; }
.cv2zje h3.zg48lj6     { font-weight: 600; }
.sbu5ot h2.qmmupe { font-weight: 800; }
.sbu5ot h3.zg48lj6     { font-weight: 700; }
.vv9krfx h2.qmmupe { font-weight: 900; }
.vv9krfx h3.zg48lj6     { font-weight: 800; }
.vv9krfx .b7wpkxee strong,
.vv9krfx .b7wpkxee strong { font-weight: 600; }
.hw8bkn {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.g98km .hw8bkn { display: none; }
@media (max-width: 640px) { .hw8bkn { display: none; } }
.hw8bkn { background: var(--cta) !important; color: #fff !important; border: none !important; }
.hw8bkn:hover { opacity: 0.85; }
.g29t85qd .hw8bkn { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ki3f .hw8bkn,
.z95mm0lb  .hw8bkn { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ki3f .hw8bkn:hover,
.z95mm0lb  .hw8bkn:hover { opacity: 0.88; }
.g29t85qd.ki3f .hw8bkn,
.g29t85qd.z95mm0lb  .hw8bkn { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.w3f3c31m {
  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;
}
.w3f3c31m:hover { transform: translateY(-2px); opacity: 0.92; }
.w3f3c31m { background: var(--cta) !important; color: #fff !important; border: none !important; }
.a935vxw .w3f3c31m { display: none; }
.l8ox2m .w3f3c31m { right: 32px; }
.ge11rcy  .w3f3c31m { left: 32px; }
@media (max-width: 480px) {
  .l8ox2m .w3f3c31m { right: 20px; bottom: 20px; }
  .ge11rcy  .w3f3c31m { left: 20px; bottom: 20px; }
}
.s155xj { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.oss4er7b { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.eu5au2b { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.py4rx { color: var(--text-dim); font-size: 0.8rem; }
.ir1og { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.ir1og img { height: 26px; width: auto; object-fit: contain; }
.o5vuf2 { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.b5y4g .oss4er7b { text-align: center; }
.b5y4g .eu5au2b { margin-top: 0; }
.jqpx { margin-top: 10px; }
.jqpx a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .oss4er7b { padding-left: 16px; padding-right: 16px; }
  .giwc1nvo .oss4er7b { padding: 20px 16px; }
  .tngdnvv { gap: 4px 12px; }
  .eu5au2b { font-size: 0.78rem; }
}
.svznp .s79k04k .ir1og { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.svznp .o5vuf2 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.svznp .qp669zd { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.svznp .qp669zd a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.svznp .qp669zd a:hover { color: var(--accent-light); }
.svznp .eu5au2b { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.svznp .py4rx { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .svznp .k8rg3ye { grid-template-columns: 1fr 1fr; } .svznp .s79k04k { grid-column: 1 / -1; } }
@media (max-width: 480px) { .svznp .k8rg3ye { grid-template-columns: 1fr; } }
.esyk .ir1og { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.esyk .eu5au2b { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .esyk .mhkbkdl { gap: 12px; } .esyk .ir1og { margin-right: 0; width: 100%; } }
.npryh8e .nuxf { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.npryh8e .pntpnuil .ir1og { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.npryh8e .o5vuf2 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.npryh8e .zk0m0 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.npryh8e .qp669zd { display: flex; flex-direction: column; gap: 9px; }
.npryh8e .qp669zd a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.npryh8e .qp669zd a:hover { color: var(--accent-light); }
.npryh8e .c7bzg5f { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.npryh8e .eu5au2b { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.npryh8e .py4rx { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .npryh8e .nuxf { grid-template-columns: 1fr 1fr; } .npryh8e .pntpnuil { grid-column: 1 / -1; } }
@media (max-width: 480px) { .npryh8e .nuxf { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .bvibr3u .g3qfp { grid-template-columns: 1fr 1fr; } .bvibr3u .w3ze46:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bvibr3u .g3qfp { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .p0vo .g3qfp { grid-template-columns: 1fr; } }
.zmss8q .oss4er7b { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ab7pt4s .xx8f9g      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ab7pt4s .s155xj { background: var(--bg-page); border-top-color: var(--border-alt); }
.y2y6 .xx8f9g      { background: #0d1117; border-bottom-color: #21262d; }
.y2y6 .uka0 { color: var(--accent-light); }
.y2y6 .swciu { --msep-color: #8b949e; }
.y2y6 .swciu a { color: #8b949e; }
.y2y6 .swciu a:hover { color: var(--accent-light); }
.y2y6 .s47og { color: #8b949e; }
.y2y6 .s155xj { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.y2y6 .eu5au2b,
.y2y6 .py4rx { color: #6e7681; }
.y2y6 .zb9uugfx a, .y2y6 .tngdnvv a,
.y2y6 .qp669zd a, .y2y6 .xnkt7 a,
.y2y6 .ma499 a { color: #8b949e; }
.y2y6 .ir1og { color: #e6edf3; }
.y2y6 .zb9uugfx a:hover, .y2y6 .tngdnvv a:hover,
.y2y6 .qp669zd a:hover, .y2y6 .xnkt7 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .y2y6 .swciu { background: #0d1117; border-top-color: #21262d; }
  .y2y6 .swciu li a { border-bottom-color: #21262d; }
}
.toyy .xx8f9g      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.toyy .uka0 { color: var(--accent-light); }
.toyy .swciu { --msep-color: #475569; }
.toyy .swciu a { color: #475569; }
.toyy .swciu a:hover { color: var(--accent-light); }
.toyy .s47og { color: #64748b; }
.toyy .s155xj { background: #f0f4f8; border-top-color: #cbd5e1; }
.toyy .eu5au2b,
.toyy .py4rx { color: #64748b; }
.toyy .qp669zd a, .toyy .xnkt7 a,
.toyy .ma499 a, .toyy .ir1og { color: #374151; }
.toyy .qp669zd a:hover, .toyy .xnkt7 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .toyy .swciu { background: #f0f4f8; border-top-color: #cbd5e1; }
  .toyy .swciu li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ki3f .xx8f9g      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ki3f .uka0 { color: #fff; }
.ki3f .swciu { --msep-color: rgba(255,255,255,0.82); }
.ki3f .swciu a { color: rgba(255,255,255,0.82); }
.ki3f .swciu a:hover { color: #fff; }
.ki3f .s47og { color: rgba(255,255,255,0.9); }
.ki3f .s155xj { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ki3f .eu5au2b,
.ki3f .py4rx { color: rgba(255,255,255,0.72); }
.ki3f .qp669zd a, .ki3f .xnkt7 a,
.ki3f .ma499 a, .ki3f .ir1og { color: #fff; }
.ki3f .o5vuf2, .ki3f .zk0m0 { color: rgba(255,255,255,0.7); }
.ki3f .qp669zd a:hover, .ki3f .xnkt7 a:hover { color: #fff; }
@media (max-width: 640px) {
  .ki3f .swciu { background: var(--accent); border-top-color: var(--accent-light); }
  .ki3f .swciu li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.z95mm0lb .xx8f9g {
  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);
}
.z95mm0lb .s155xj {
  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) {
  .z95mm0lb .swciu {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.in59 .qvfen { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.h3iiqi .qvfen { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.chc5w .qvfen { min-height: 72px; height: auto; }
.y2eftbo9 .qvfen { min-height: 84px; height: auto; }
.giwc1nvo .qvfen { max-width: none; padding: 0 32px; }
.giwc1nvo .oss4er7b  { max-width: none; padding: 24px 32px; }
.ibo5sf.zcyj .qvfen { max-width: 1200px; }
.ibo5sf.n6uub1r0 .qvfen { max-width: 1320px; }
.q1pyh9i   .uka0, .q1pyh9i   .ir1og { text-transform: capitalize; }
.vgxnd .uka0, .vgxnd .ir1og { text-transform: lowercase; }
.w0pp .uka0, .w0pp .ir1og { text-transform: uppercase; letter-spacing: 0.06em; }
.txgwi5qd, .evvkg5z {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.zzybk4i .txgwi5qd,
.zzybk4i .evvkg5z { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.vwa0t85k .txgwi5qd,
.vwa0t85k .evvkg5z { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.wj6f6h .txgwi5qd,
.wj6f6h .evvkg5z { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.d4l7 .txgwi5qd,
.d4l7 .evvkg5z { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.mvtt   .swciu a { font-weight: 500; }
.zre7 .swciu a { font-weight: 600; }
.v8hem6     .swciu a { font-weight: 700; }
.rst5    .swciu a { font-weight: 800; letter-spacing: 0.01em; }
.vve6t     .swciu > li + li::before,
.qvh74    .swciu > li + li::before,
.oe41prn6    .swciu > li + li::before,
.bi0ml .swciu > li + li::before,
.f09l8 .swciu > li + li::before,
.a3owuh  .swciu > li + li::before,
.jgy7    .swciu > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.vve6t     .swciu > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.qvh74    .swciu > li + li::before { content: "|"; }
.oe41prn6    .swciu > li + li::before { content: "—"; }
.bi0ml .swciu > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.f09l8 .swciu > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.a3owuh  .swciu > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.jgy7    .swciu > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .hq6o8pf .s47og,
  .gox8ys .s47og,
  .hfx6ivk5 .s47og,
  .jicqs3t6 .s47og,
  .lv50b .s47og {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .hq6o8pf .s47og::before,
  .gox8ys .s47og::before,
  .hfx6ivk5 .s47og::before,
  .jicqs3t6 .s47og::before,
  .lv50b .s47og::before { content: ""; display: block; flex-shrink: 0; }

  
  .hq6o8pf .s47og::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;
  }

  
  .gox8ys .s47og::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;
  }

  
  .hfx6ivk5 .s47og::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;
  }

  
  .jicqs3t6 .s47og::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;
  }

  
  .lv50b .s47og::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) {
  .z7gd .s47og {
    padding: 5px 14px;
  }
  .z7gd .swciu {
    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;
  }
  .z7gd .swciu li a {
    border-bottom: none; padding: 10px 22px;
  }
  .z7gd .swciu li a:hover { background: var(--bg-raised); }
  .z7gd .zqzfyc,
  .cpxfl .zqzfyc,
  .n5t8ts .zqzfyc { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .xn6ht .s47og {
    padding: 5px 10px;
  }
  .xn6ht .swciu {
    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);
  }
  .xn6ht .swciu.tdqa { transform: translateX(0); }
  .xn6ht .swciu li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .xn6ht .swciu li:last-child a { border-bottom: none; }
  .ki3f .swciu,
  .y2y6 .swciu { background: var(--accent) !important; }
  .ki3f .swciu li a,
  .y2y6 .swciu li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .n5t8ts .s47og {
    padding: 5px 10px;
  }
  .n5t8ts .swciu {
    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);
  }
  .n5t8ts .swciu::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .n5t8ts .swciu.tdqa { transform: translateY(0); }
  .n5t8ts .swciu li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .taxx .s47og {
    padding: 5px 10px;
  }
  .taxx .swciu {
    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;
  }
  .taxx .swciu.tdqa { opacity: 1; pointer-events: auto; }
  .taxx .swciu li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .eulu     .s47og { border-radius: 0 !important; }
  .r9z5   .s47og { border-radius: 8px !important; }
  .xwwgjd .s47og { border-radius: 50% !important; }
  .evm2   .s47og { border-radius: 999px !important; }
}
.wgpnd6 .ciofz6 { height: 36px; }
.ythi90m .ciofz6 { height: 60px; max-width: 200px; }
.tlt430u .ciofz6 { height: 76px; max-width: 240px; }
.pwfwre    .llp5, .pwfwre    .ht5o3ew { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.q20q8 .uqu4xs { padding: 18px 24px; min-height: 68px; }
@media (min-width: 720px) {
  .ghjz4 .ercjm {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ghjz4 .uqu4xs {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ghjz4 .uqu4xs { padding: 40px 16px 20px; }
  .ghjz4 .mvsvzhr {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ghjz4 .v7mv8gc { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .t1nuogn .uqu4xs {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .t1nuogn .uqu4xs::before {
    position: absolute; top: 14px; left: 14px;
  }
  .t1nuogn .sov3rv {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .t1nuogn .sublxvq1 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .t1nuogn .mvsvzhr {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .t1nuogn .v7mv8gc { width: 100%; min-width: 0; }
  .t1nuogn .llp5 { min-width: 0; }
}
.kltw .soo797ao {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.kltw .soo797ao summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.kltw .soo797ao p { padding: 0 2px 16px; }
.z4t9i3i5 .soo797ao { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.z4t9i3i5 .soo797ao summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.z4t9i3i5 .soo797ao summary::after { content: "›"; font-size: 1.2em; }
.z4t9i3i5 .soo797ao[open] summary::after { content: "‹"; }
.z4t9i3i5 .soo797ao p { padding: 10px 22px 4px; }
.f6rq .soo797ao {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.f6rq .soo797ao summary { color: var(--text-primary); padding-left: 16px; }
.f6rq .soo797ao summary::after { content: "›"; font-size: 1.1em; }
.f6rq .soo797ao[open] summary::after { content: "‹"; }
.f6rq .soo797ao p { padding-left: 16px; }
.etbuwp8 .ydgeind { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.etbuwp8 .soo797ao {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.etbuwp8 .soo797ao:last-child { border-bottom: none; }
.etbuwp8 .soo797ao summary { color: var(--text-primary); border-radius: 0; }
.etbuwp8 .soo797ao summary::after { content: "›"; font-size: 1.1em; }
.etbuwp8 .soo797ao[open] summary::after { content: "‹"; }
.jg5379 .soo797ao { overflow: hidden; }
.jg5379 .soo797ao summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.jg5379 .soo797ao summary::after { color: rgba(255,255,255,.75); }
.jg5379 .soo797ao[open] summary { border-radius: 0; }
.e19z1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.aq30ek {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.d4gtsyta {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ravgf637 { color: var(--text-muted); font-size: 1.05rem; }
.vqu8 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.m8p1 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.e1tq7 { margin-bottom: 20px; }
.zvzin9uv {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.w2kz {
  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;
}
.w2kz:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.u0itevi6 { resize: vertical; min-height: 130px; }
.ru1dqcn { width: 100%; margin-top: 8px; }
.orcnz1 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.mx0wc {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.o8r2 { color: var(--text-muted); line-height: 1.75; }
.oagqbs { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.oagqbs li { margin-bottom: 6px; }
.puww1 { max-width: 760px; margin: 0 auto; }
.q4p8z { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.q7l6g8c { max-width: 760px; margin: 0 auto; }
.iy2cw { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.j4sm7du ul.oagqbs { margin: 0; }
.yw1pwfy { max-width: 900px; margin: 0 auto; }
.mge6 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.mge6:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.mge6 .iy2cw { margin: 0; font-size: 1rem; }
.mge6 .rxwy0 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .mge6 { grid-template-columns: 1fr; gap: 10px; } }
.afbzw2n .iy2cw { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.bgac .oagqbs { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .cvd4 { grid-template-columns: 1fr; } }
.n46yrow { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.n46yrow:hover .z4c5f { color: var(--accent-light); text-decoration: underline; }
.rlou3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ptj2f07 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ptj2f07:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.tlkx { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ptj2f07 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ptj2f07 ul.oagqbs { margin: 0; }
.v9214 { color: var(--text-muted); line-height: 1.75; }
.jckki .oagqbs,
.p1ce0bx .oagqbs,
.tmhr .oagqbs,
.h4bfbb .oagqbs {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.jckki .ptj2f07,
.p1ce0bx .ptj2f07 { text-align: left; }
.jckki .tlkx,
.p1ce0bx .tlkx { text-align: center; }
.v828 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ne4e { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.d6yu { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ir8w43d { margin-top: 12px; }
.m9xv31f4 { 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; }
.m9xv31f4:hover { border-bottom-color: var(--accent-light); }
.xfux4m2 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.xfux4m2 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ph93f9be { width: 200px; height: 200px; }
.od7oju { border-radius: 28%; }
.m9x5gcz { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.m130jrmr { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.m130jrmr::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .hkjg5m97 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ch5fp .d6yu, .ch5fp .ne4e { max-width: 640px; }
.zu25 .v828 { font-size: 1.6rem; margin-top: 18px; }
.qdxxku .d6yu { margin-bottom: 28px; }
@media (max-width: 860px) { .ufsv { grid-template-columns: 1fr; } .zu25 { position: static; text-align: center; } }
.rdw1e6 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.v49y { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.v49y .xfux4m2 { margin: 0 auto 18px; }
.v49y .m9x5gcz { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .rdw1e6 { grid-template-columns: 1fr; } }
.maq4oss .v828 { font-size: 1.6rem; margin-bottom: 6px; }
.h4bfbb .oagqbs { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .maq4oss { flex-direction: column; text-align: center; } .z5trf { grid-template-columns: 1fr; } }
.sv97o .v828 { font-size: 1.35rem; margin: 0 0 4px; }
.sv97o .m9x5gcz { margin: 0; }
.pvajf1h .d4gtsyta { color: var(--accent-light); }
.ncodb .d4gtsyta { font-size: 2rem; }
.ncodb .ravgf637 { max-width: 680px; }
.kwlr .d4gtsyta { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.kwlr .ravgf637  { margin: 0; }
@media (max-width: 640px) { .kwlr { flex-direction: column; } }
.t0xgd .d4gtsyta { color: var(--accent-light); }
.u256e4 .d4gtsyta { color: #fff; }
.u256e4 .ravgf637  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .epom3b9 { grid-template-columns: 1fr; } }
.lvbu47 .w2kz {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.lvbu47 .w2kz:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.rm3at .w2kz { background: var(--bg-raised); border-color: transparent; }
.rm3at .w2kz:focus { background: var(--bg-card); border-color: var(--accent-light); }
.jmqx .w2kz { border-radius: 100px; padding: 11px 20px; }
.jmqx .u0itevi6 { border-radius: 14px; }
.x9p04h {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.x9p04h summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.x9p04h summary::-webkit-details-marker { display: none; }
.x9p04h summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.x9p04h[open] summary::after { content: "−"; }
.cdtv {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.xmx37ix {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .xmx37ix { grid-template-columns: 1fr; } }
.qus3 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.qus3 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.qus3 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.bf72p { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.bf72p li { margin-bottom: 6px; }
.cp9bza{display:none}
.cp9bza:empty,.xzvua:empty{display:none}
.hmly{position:relative;overflow:visible}
.zvfbqi .y1g1yldt,.idhuok .y1g1yldt,
.qhy6 .y1g1yldt,.bcda .y1g1yldt,
.v0y6 .y1g1yldt,.m0rf2set .y1g1yldt{display:block}
.zgmh .gk8xp{display:block}
.zvfbqi .y1g1yldt,.idhuok .y1g1yldt,
.qhy6 .y1g1yldt,.bcda .y1g1yldt,
.v0y6 .y1g1yldt{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}
.zvfbqi .y1g1yldt .xzvua,.idhuok .y1g1yldt .xzvua,
.qhy6 .y1g1yldt .xzvua,.bcda .y1g1yldt .xzvua,
.v0y6 .y1g1yldt .xzvua{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}
.zvfbqi .mmclbf,.idhuok .mmclbf,
.qhy6 .mmclbf,.bcda .mmclbf,
.v0y6 .mmclbf{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.zvfbqi .y1g1yldt,.idhuok .y1g1yldt{top:12px}
.zvfbqi .y1g1yldt .xzvua{margin-right:auto}
.idhuok .y1g1yldt .xzvua{margin-left:auto}
.idhuok .y1g1yldt{text-align:right}
.qhy6 .y1g1yldt,.bcda .y1g1yldt{bottom:12px}
.qhy6 .y1g1yldt .xzvua{margin-right:auto}
.bcda .y1g1yldt .xzvua{margin-left:auto}
.bcda .y1g1yldt{text-align:right}
.v0y6 .y1g1yldt{position:relative;margin-top:16px}
.v0y6 .y1g1yldt .xzvua{margin:0 auto}
.m0rf2set .y1g1yldt{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.m0rf2set .y1g1yldt .xzvua{margin:0}
.m0rf2set .pwaol~.y1g1yldt,
.m0rf2set .k5zvsm~.y1g1yldt{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.m0rf2set .pwaol~.y1g1yldt .xzvua,
.m0rf2set .k5zvsm~.y1g1yldt .xzvua{justify-content:flex-start}
.pwaol~.y1g1yldt,.k5zvsm~.y1g1yldt{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}
.pwaol~.y1g1yldt .xzvua{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.k5zvsm~.y1g1yldt .xzvua{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gk8xp .xzvua{margin:0 0 12px}
.xzvua{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.zulz0opc{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.z4c5f{font-weight:600;color:var(--text-heading);opacity:1}
.mm71d2yw::before{content:"·";margin:0 2px;opacity:.5}
.mmclbf{white-space:nowrap}
.dawgyw04 .zulz0opc{display:none}
.yx1lop .mmclbf{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.yx1lop .mm71d2yw::before{content:""}
.ledp3jm .mmclbf{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.ledp3jm .mm71d2yw::before{content:""}
.qzj3 .xzvua{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.dhcsc7 .mmclbf{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.dhcsc7 .mm71d2yw::before{content:""}
.ejgjiju3 .mmclbf{color: var(--accent-light);opacity:1;font-weight:500}
.a72etqg .mmclbf{border-bottom:1px solid currentColor;padding-bottom:2px}
.v9n4cy0 .xzvua{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.aw8j08{--date-bg:var(--accent-bg-light)}
.kbki .mm71d2yw::before{content:""}
.ubo8q8 .mm71d2yw::before{content:"•";opacity:.4}
.ubo8q8 .mmclbf + .mmclbf::before{content:"•";margin-right:6px;opacity:.4}
.eqxjpe0 .mm71d2yw::before{content:"/";opacity:.35}
.eqxjpe0 .mmclbf + .mmclbf::before{content:"/";margin-right:6px;opacity:.35}
.o7db7 .mm71d2yw::before{content:"|";opacity:.3}
.o7db7 .mmclbf + .mmclbf::before{content:"|";margin-right:6px;opacity:.3}
.ktj53 .mm71d2yw::before{content:"—";opacity:.3}
.ktj53 .mmclbf + .mmclbf::before{content:"—";margin-right:6px;opacity:.3}
.ne5rp9t5 .mm71d2yw::before{content:"◆";font-size:.5em;opacity:.35}
.ne5rp9t5 .mmclbf + .mmclbf::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.eday8myz .mm71d2yw::before{content:"·";opacity:.4}
.eday8myz .mmclbf + .mmclbf::before{content:"·";margin-right:6px;opacity:.4}
.fyn73 .mm71d2yw::before{content:"›";opacity:.4}
.fyn73 .mmclbf + .mmclbf::before{content:"›";margin-right:6px;opacity:.4}
.bv7j .mm71d2yw::before{content:"→";opacity:.35;font-size:.85em}
.bv7j .mmclbf + .mmclbf::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ojrjg .zr4f{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .zr4f{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .p8qa4{max-width:100%}
}
:root {
  --accent:          #82b41b;
  --brand:           #82b41b;
  --brand-light:     #b5e05b;
  --brand-pale:      #cce499;
  --grad-start:      #415b0d;
  --grad-end:        #719d17;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #0ea5e9;
  --cta-light:       #53bfef;
  --cta-hover:       #2db5f2;
  --bg-page:         #0f1404;
  --bg-surface:      #182107;
  --bg-card:         #222d0a;
  --bg-card-inner:   #2b3a0d;
  --bg-raised:       #344610;
  --bg-hover:        #3e5312;
  --border:          #4a6316;
  --border-alt:      #5d7c1c;
  --border-section:  #4a6316;
  --text-primary:    #e6e7e3;
  --text-muted:      #a8ad9d;
  --text-body:       #cdd0c7;
  --text-sub:        #a8ad9d;
  --text-faint:      #767c68;
  --text-dim:        #5b6151;
  --text-label:      #8f9682;
  --text-value:      #c1c4b9;
  --accent-bg:       #232c11;
  --accent-bg-light: #354417;
  --bg-tip:          #16261a;
  --bg-warning:      #272115;
  --bg-info:         #162426;
  --bg-pros:         #16261a;
  --bg-cons:         #261916;
  --c-pros:          #7df196;
  --c-cons:          #e69b89;
  --c-pros-label:    #4eed71;
  --c-tip-border:    #2eea57;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7df196;
}
:root { --logo-bg-opacity: 39%; }
body, button, input { font-family: "Merriweather Sans", sans-serif; }
.lpunur .fq3p, .lpunur .pwaol { min-height: 320px; }
.e3eb .qdvo1::after, .e3eb .w8gg::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; }
.vdsm5anx .hw8bkn::after,.vdsm5anx .w3f3c31m::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; }
.k18k::before { content: '•'; }
.iozpmzeg .mmclbf::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.iozpmzeg .mmclbf:first-of-type::before{content:"\f058"}.iozpmzeg .mmclbf:last-of-type::before{content:"\f021"}