: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;
}
.wo5k8e {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.pgh2 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.rw3xti {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.s935vz { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.abqt2rzj { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.abqt2rzj a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.abqt2rzj a:hover { color: var(--accent-light); }
.j6x9oo3     .k9fkxklq { border-radius: 6px; }
.j6x9oo3 .k9fkxklq li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.j6x9oo3 .k9fkxklq li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.dd87l5r .k9fkxklq li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .k9fkxklq {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .vtqzcx:hover .k9fkxklq,
  .vtqzcx:focus-within .k9fkxklq { display: block; }
  .k9fkxklq li a { padding: 8px 16px; font-size: 0.88rem; }
}
.dtn2udq {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.um6evb { display: none; }
@media (max-width: 640px) {
  .um6evb {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .um6evb.yuh22 { display: block; }
}
@media (max-width: 640px) {
  .dtn2udq { display: block; }
  .abqt2rzj > li + li::before { display: none !important; }
  .abqt2rzj {
    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;
  }
  .abqt2rzj.yuh22 { display: flex; }
  .abqt2rzj li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .abqt2rzj li:last-child a { border-bottom: none; }
}
.m9ym1p { min-height: 480px; }
.zzrj4lqu {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.z9zx88c { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.xaasv .z9zx88c { margin-left: 0; margin-right: 0; }
.yusd {
  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;
}
.yusd:hover { opacity: 0.88; }
.qq65f91t {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.iyr2 {
  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%);
}
.qq65f91t .cn89 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.qq65f91t .zzrj4lqu { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.qq65f91t .z9zx88c { color: #e2e8f0; }
.qq65f91t.sxoxkpi .cn89 { text-align: center; }
.qq65f91t.xaasv   .cn89 { text-align: left; }
.b336we .cn89 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.b336we .zzrj4lqu { color: var(--text-primary); text-shadow: none; }
.b336we .z9zx88c { color: var(--text-muted); }
.b336we .yusd { margin-top: 16px; }
.b336we, .b336we.m9ym1p { min-height: auto !important; }
.b336we.sxoxkpi .cn89 { text-align: center; }
.b336we.xaasv   .cn89 { text-align: left; }
.b336we~.klfxy1r{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}
.b336we~.klfxy1r .ksk8n{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}
.a8kfq {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.tatq4s0c .a8kfq,
.tatq4s0c .a8kfq::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.a2i3tno .a8kfq,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.zrzw38 .a8kfq,
.zrzw38 .qq65f91t .iyr2 {
  overflow: hidden;
}
.zrzw38 .a8kfq::after,
.zrzw38 .qq65f91t .iyr2::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%); }
}
.k0oyqbcp .a8kfq,
.k0oyqbcp .a8kfq::after,
@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); }
}
.k0oyqbcp .qq65f91t .iyr2 {
  overflow: hidden;
}
.k0oyqbcp .qq65f91t .iyr2::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;
}
.w2ly .a8kfq,
.w2ly .qq65f91t .iyr2 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.tatq4s0c .qq65f91t .iyr2 {
  overflow: hidden;
}
.tatq4s0c .qq65f91t .iyr2::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;
}
.a2i3tno .qq65f91t .iyr2 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.a8kfq .iyr2 {
  background: none;
}
.a8kfq .zzrj4lqu { color: #fff; }
.a8kfq .z9zx88c { color: rgba(255,255,255,0.85); }
.a8kfq .yusd { background: #fff; color: var(--cta); }
.a8kfq .yusd:hover { opacity: 0.92; }
.h8sdr .zzrj4lqu { text-shadow: none; color: var(--text-primary); }
.h8sdr .z9zx88c { color: var(--text-muted); }
body.bz14swz .zzrj4lqu {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.lqzob3m .zzrj4lqu {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.h8sdr.sxoxkpi .l8bo { align-items: center; text-align: center; }
.yh3aw1b .cn89 { padding-bottom: 24px; }
.ehj2e .cn89 { max-width: 960px; }
@media (max-width: 700px) {
  .h8sdr { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .h8sdr .cqsu78 { display: none !important; }
  .buvo2 .cqsu78 { display: none !important; }
  .fysplm77 .i37ebd { display: none !important; }
  .w6xw4 .ni4fk { display: none !important; }
  .l8bo  { padding: 36px 24px; }
  .h8sdr~.klfxy1r,.s2bmzlx~.klfxy1r{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .m9ym1p, .h8sdr { min-height: 320px !important; }
  
  .zzrj4lqu { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .f8skhn9m { display: none !important; }
  
  .aih1h { flex-direction: column; align-items: center; }
  .vlj5x00 { width: 100%; max-width: 340px; }
}
.ebvf063e { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.t3je3db9 { width: 100%; height: auto; display: block; border-radius: 10px; }
.uaq83s87 .ebvf063e        { border-radius: 16px; }
.uaq83s87 .t3je3db9  { border-radius: 16px; }
.ep7qn8ze .ebvf063e         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ep7qn8ze .t3je3db9   { border-radius: 8px; }
.rjmxr11 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.zot4i7u { width: 100%; padding: 32px 0; position: relative; }
.hjrbsri { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wmuur1z .zot4i7u:nth-child(even) { background: var(--bg-surface); }
.wmuur1z .zot4i7u:nth-child(odd)  { background: var(--bg-page); }
.qmrq01 .zot4i7u:nth-child(even) { background: var(--bg-card); }
.qmrq01 .zot4i7u:nth-child(odd)  { background: var(--bg-page); }
.wmuur1z .zot4i7u:nth-child(odd)  .hjrbsri { background: var(--bg-card); border-radius: 6px; }
.wmuur1z .zot4i7u:nth-child(even) .hjrbsri { background: var(--bg-raised); border-radius: 6px; }
.qmrq01 .zot4i7u:nth-child(odd)  .hjrbsri { background: var(--bg-card); border-radius: 6px; }
.qmrq01 .zot4i7u:nth-child(even) .hjrbsri { background: var(--bg-raised); border-radius: 6px; }
.wmuur1z .zot4i7u:nth-child(even) .vrb9aw .tmqqv,
.qmrq01 .zot4i7u:nth-child(even) .vrb9aw .tmqqv { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wmuur1z .zot4i7u:nth-child(odd) .vrb9aw .tmqqv,
.qmrq01 .zot4i7u:nth-child(odd) .vrb9aw .tmqqv { background: var(--bg-card-inner); }
.wmuur1z .zot4i7u:nth-child(even) .l2banx .tmqqv:nth-child(odd),
.qmrq01 .zot4i7u:nth-child(even) .l2banx .tmqqv:nth-child(odd)  { background: var(--bg-card); }
.wmuur1z .zot4i7u:nth-child(even) .l2banx .tmqqv:nth-child(even),
.qmrq01 .zot4i7u:nth-child(even) .l2banx .tmqqv:nth-child(even) { background: var(--bg-card-inner); }
h1.our791 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.our791 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.o5g9 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.is0yamhs h2.our791 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.asn1i h2.our791 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.iplydas h2.our791 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.zzr0yge h2.our791::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.z2wtf8y h2.our791 {
  color: var(--text-primary); font-size: 1.7rem;
}
.x25sk9 h2.our791::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.bgtki h2.our791 {
  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;
}
.ez65 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ez65 { display: none; } }
.at3o72 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.s3ru { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.tzjcsep {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.zlk40n { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.e5rl { padding-left: 20px; }
.e5rl li { margin-bottom: 6px; }
.e5rl a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.e5rl a:hover { color: var(--accent-light); }
.i1672x7y .zlk40n { display: none; }
.v2p3 .zlk40n { display: none; }
.v2p3 .e5rl { padding-left: 0; list-style: none; }
.v2p3 .e5rl li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.v2p3 .e5rl a { font-size: 0.92rem; }
.e553t .tzjcsep { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.e553t .zlk40n { display: none; }
.e553t .e5rl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.e553t .e5rl li { margin-bottom: 0; }
.e553t .e5rl 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;
}
.e553t .e5rl a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.qeqs90a .tzjcsep { padding: 20px 20px 16px; }
.qeqs90a .e5rl {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.qeqs90a .e5rl li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.qeqs90a .e5rl 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;
}
.qeqs90a .e5rl 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;
}
.qeqs90a .e5rl a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.qeqs90a .e5rl a:focus,
.qeqs90a .e5rl a:focus-visible,
.qeqs90a .e5rl a:target { outline: none; }
.qeqs90a .e5rl li:target a { border-color: var(--border); color: var(--text-muted); }
.tga4aeci .tzjcsep { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.tga4aeci .zlk40n { display: none; }
.tga4aeci .e5rl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.tga4aeci .e5rl li { margin-bottom: 0; }
.tga4aeci .e5rl li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.tga4aeci .e5rl li:last-child::after { content: ""; margin-right: 0; }
.tga4aeci .e5rl a { font-size: 0.9rem; }
.tmqqv { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.vrb9aw .tmqqv { background: var(--bg-card); }
.l2banx .tmqqv:nth-child(odd)  { background: var(--bg-card); }
.l2banx .tmqqv:nth-child(even) { background: var(--bg-raised); }
.zak69d .tmqqv {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.zak69d .tmqqv:last-child { border-bottom: none; }
.zak69d h3.o5g9 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.o87l .tmqqv {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.o87l .tmqqv + .tmqqv { margin-top: 4px; }
.w97qkqy8 .tmqqv { background: none; border-radius: 0; padding: 12px 0; }
.w97qkqy8 .tmqqv + .tmqqv { border-top: 1px solid var(--border-section); }
.lpdn6 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.n1vu0k05 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ziwk8 { color: var(--text-body); margin-bottom: 10px; }
.vbpu7id3, .frau { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.vbpu7id3 li, .frau li { margin-bottom: 6px; }
.frau li { list-style: decimal; }
.imb7ukrb     .vbpu7id3 { list-style-type: "● "; }
.nd4qq7d2  .vbpu7id3 { list-style-type: "■ "; }
.nz5u50o .vbpu7id3 { list-style-type: "◆ "; }
.wga6ta    .vbpu7id3 { list-style-type: "★ "; }
.imb7ukrb     .hautpn { list-style-type: "● "; }
.nd4qq7d2  .hautpn { list-style-type: "■ "; }
.nz5u50o .hautpn { list-style-type: "◆ "; }
.wga6ta    .hautpn { list-style-type: "★ "; }
.imb7ukrb    .vbpu7id3 li::marker, .imb7ukrb    .hautpn li::marker,
.nd4qq7d2 .vbpu7id3 li::marker, .nd4qq7d2 .hautpn li::marker,
.nz5u50o .vbpu7id3 li::marker, .nz5u50o .hautpn li::marker,
.wga6ta   .vbpu7id3 li::marker, .wga6ta   .hautpn li::marker {
  color: var(--cta); font-size: 1em;
}
.imb7ukrb .frau,
.nd4qq7d2 .frau,
.nz5u50o .frau,
.wga6ta .frau {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.imb7ukrb .frau li,
.nd4qq7d2 .frau li,
.nz5u50o .frau li,
.wga6ta .frau li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.imb7ukrb .frau li::before,
.nd4qq7d2 .frau li::before,
.nz5u50o .frau li::before,
.wga6ta .frau 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;
}
.imb7ukrb     .frau li::before { border-radius: 50%; }
.nd4qq7d2  .frau li::before { border-radius: 3px; }
.nz5u50o .frau li::before { border-radius: 3px; }
.wga6ta    .frau li::before { border-radius: 50%; }
.z3146v2 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.elrb .z3146v2,
.xlqiq5z .z3146v2 { background: transparent; border: none; border-radius: 0; }
.h4gh5yhj { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.h4gh5yhj th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.h4gh5yhj td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.h4gh5yhj tr:hover td { background: var(--bg-hover); }
.uodkn .h4gh5yhj tbody tr:nth-child(even) td { background: var(--bg-surface); }
.edvr .h4gh5yhj { border: 1px solid var(--border-alt); }
.edvr .h4gh5yhj th,
.edvr .h4gh5yhj td { border: 1px solid var(--border-alt); }
.kq24rlz .h4gh5yhj th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.kq24rlz .h4gh5yhj td { border-bottom: none; }
.kq24rlz .h4gh5yhj tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.odynay5 .h4gh5yhj th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.khcj .z3146v2 {
  overflow: hidden;
}
.khcj .h4gh5yhj th { border-bottom: 1px solid var(--border-alt); }
.khcj .h4gh5yhj tr:last-child td { border-bottom: none; }
.zrbikhu { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.cbjjfn { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.qinmug { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.y4lh2g2 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.pdbwo1 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.hautpn { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.hautpn 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%}
.p4pg202 .y4lh2g2 { background: transparent; text-align: center; }
.kocr3t .qinmug {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.ixxx .qinmug {
  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);
}
.evo2rla4 .cbjjfn { display: grid; grid-template-columns: auto 1fr; }
.evo2rla4 .qinmug {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.evo2rla4 .y4lh2g2 { grid-column: 2; }
.evo2rla4 .pdbwo1,
.evo2rla4 .hautpn { grid-column: 1 / -1; }
.snm89nfl .cbjjfn { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.snm89nfl .qinmug {
  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);
}
.snm89nfl .y4lh2g2 { grid-column: 2; }
.snm89nfl .pdbwo1,
.snm89nfl .hautpn { grid-column: 1 / -1; }
.wjl3 .cbjjfn { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.wjl3 .y4lh2g2 { background: none; color: var(--accent-light); font-weight: 700; }
.wjfz1ul2 .cbjjfn { 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); }
.wjfz1ul2 .y4lh2g2 { background: none; color: var(--accent-light); font-weight: 700; }
.pi5pqs7 .cbjjfn { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.pi5pqs7 .cbjjfn:last-child { border-bottom: none; }
.pi5pqs7 .y4lh2g2 { background: none; color: var(--accent-light); font-weight: 700; }
.r3ve .cbjjfn { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.r3ve .y4lh2g2 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.w5sag0 .zrbikhu { counter-reset: card-n; }
.w5sag0 .cbjjfn  { counter-increment: card-n; }
.w5sag0 .y4lh2g2 { display: flex; align-items: center; gap: 10px; }
.w5sag0 .y4lh2g2::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;
}
.rcb5d .cbjjfn { background: var(--bg-surface); border: 1px solid var(--border); }
.rcb5d .y4lh2g2 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.zxd6 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ca1rzp  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.z6rqz { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.grys { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.qh3swvi { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.zxd6 strong { color: var(--text-primary); font-size: 0.95rem; }
.zxd6 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.k21k6a17 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.xe8m, .pt5xc4d { border-radius: 8px; padding: 14px; }
.xe8m { background: var(--bg-pros); }
.pt5xc4d { background: var(--bg-cons); }
.lrv8 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.xe8m .lrv8 { color: var(--c-pros-label); }
.pt5xc4d .lrv8 { color: #f87171; }
.xe8m ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pt5xc4d ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.t3je3db9 { width: 100%; height: auto; border-radius: 10px; display: block; }
.gcq0 {
  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;
}
.gcq0:hover { opacity: 0.85; }
.czil0m .gcq0  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.czil0m .gcq0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.dr8yznp .gcq0  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.dr8yznp .gcq0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.d0ay1v .yusd { border-radius: 50px; }
.d0ay1v .gcq0  { border-radius: 50px; }
.cns3d .yusd { padding-left: 22px; padding-right: 22px; }
.cns3d .gcq0  { padding-left: 12px; padding-right: 12px; }
.ljsa39d .yusd { padding-left: 44px; padding-right: 44px; }
.ljsa39d .gcq0  { padding-left: 24px; padding-right: 24px; }
.pu2cpe6z .yusd { padding-left: 56px; padding-right: 56px; }
.pu2cpe6z .gcq0  { padding-left: 32px; padding-right: 32px; }
.g228   .yusd::after, .g228   .gcq0::after,
.v711 .yusd::after, .v711 .gcq0::after,
.ml2s    .yusd::after, .ml2s    .gcq0::after,
.dn2g1    .yusd::after, .dn2g1    .gcq0::after,
.dlcjk    .yusd::after, .dlcjk    .gcq0::after,
.a0i07     .yusd::after, .a0i07     .gcq0::after,
.l2978h6    .yusd::after, .l2978h6    .gcq0::after,
.y5a14o5r   .yusd::after, .y5a14o5r   .gcq0::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;
}
.g228 .yusd::after, .g228 .gcq0::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");
}
.v711 .yusd::after, .v711 .gcq0::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");
}
.ml2s .yusd::after, .ml2s .gcq0::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");
}
.dn2g1 .yusd::after, .dn2g1 .gcq0::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");
}
.dlcjk .yusd::after, .dlcjk .gcq0::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");
}
.a0i07 .yusd::after, .a0i07 .gcq0::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");
}
.l2978h6 .yusd::after, .l2978h6 .gcq0::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");
}
.y5a14o5r .yusd::after, .y5a14o5r .gcq0::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");
}
.p349   .ampwn::after, .p349   .zit35xr::after,
.mojeoygc .ampwn::after, .mojeoygc .zit35xr::after,
.bfug25    .ampwn::after, .bfug25    .zit35xr::after,
.t104    .ampwn::after, .t104    .zit35xr::after,
.l14ovava    .ampwn::after, .l14ovava    .zit35xr::after,
.tvl6u     .ampwn::after, .tvl6u     .zit35xr::after,
.tgqtnijo    .ampwn::after, .tgqtnijo    .zit35xr::after,
.oyvdl2o   .ampwn::after, .oyvdl2o   .zit35xr::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;
}
.p349 .ampwn::after, .p349 .zit35xr::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");
}
.mojeoygc .ampwn::after, .mojeoygc .zit35xr::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");
}
.bfug25 .ampwn::after, .bfug25 .zit35xr::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");
}
.t104 .ampwn::after, .t104 .zit35xr::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");
}
.l14ovava .ampwn::after, .l14ovava .zit35xr::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");
}
.tvl6u .ampwn::after, .tvl6u .zit35xr::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");
}
.tgqtnijo .ampwn::after, .tgqtnijo .zit35xr::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");
}
.oyvdl2o .ampwn::after, .oyvdl2o .zit35xr::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");
}
.bp0rjv .yvyv8yb { background: transparent; padding: 0; }
@media (min-width: 721px) {
  .mtuo7641 { flex: 0 0 260px; width: 260px; }
  .f5jj3 { flex: 0 0 120px; width: 120px; }
  .cqu6 { flex: 0 0 110px; width: 110px; }
  .j4lwcg   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .f94att { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.f94att.gcq0 { 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) {
  .ia2o { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .ia2o .xhmki7gg { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .ia2o .mtuo7641 { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .ia2o .yvyv8yb { width: 100%; min-width: unset; height: 120px; }
  .ia2o .j80bu4of { max-height: 96px; max-width: 200px; }
  .ia2o .co8s { min-width: unset; text-align: center; white-space: normal; }
  .ia2o .f5jj3 { min-width: 0; }
  .ia2o .j4lwcg { 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; }
  .ia2o .f94att { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .fw79z1 .xhmki7gg { row-gap: 8px !important; gap: 10px !important; }
}
.tyqq    .jt81cpc li::before { content: "◆"; }
.tyqq    .njkehep9 li::before { content: "▲"; }
.g7fi40 .jvvj85zt { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .wok3w .zhp71 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .wok3w .whjlzhu { margin: 0; }
}
.szokv .whjlzhu { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.szokv .ummsan0 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.szokv .elrb { padding: 14px 16px; }
.szokv .zrf13 { border-radius: 4px; }
.szokv .jvvj85zt { border-radius: 0; }
.xlqiq5z .k21k6a17 { gap: 10px; }
.xlqiq5z .xe8m, .xlqiq5z .pt5xc4d { padding: 12px; }
.xlqiq5z .xe8m ul, .xlqiq5z .pt5xc4d ul { margin: 4px 0 0; padding-left: 18px; }
.xlqiq5z .xe8m li, .xlqiq5z .pt5xc4d li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .xuzdektg { grid-template-columns: 1fr; }
  .fh4p8mw { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .fh4p8mw .sxmsz { width: 72px; height: 50px; }
  .fh4p8mw .t4zc { max-width: 180px; }
  .fh4p8mw .be0q5ck { width: auto; }
}
@media (max-width: 720px) {
  .c1rm { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .nokm { padding: 16px; }
  .vcybyy .wtckjai1 { min-width: 50%; }
}
.qu8z604q .k21k6a17 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .g2l6 { grid-template-columns: 1fr; }
  .ld5fyuv { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ygl4ez { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .jeroe9th { flex-wrap: wrap; padding: 16px; }
}
.lx7hyy3 .k21k6a17 { gap: 8px; }
.lx7hyy3 .xe8m, .lx7hyy3 .pt5xc4d { padding: 8px; }
@media (max-width: 480px) {
  .teie6 { flex-direction: column; align-items: stretch; }
}
.r134vi .be0q5ck .gcq0 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .z753r { flex-direction: column; align-items: stretch; gap: 10px; }
  .r134vi .be0q5ck { text-align: center; }
}
@media (max-width: 720px) {
  .hlyul8w { grid-template-columns: 1fr; }
  .ckps6giu { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .czw6g { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .wav7ox { grid-template-columns: 1fr; }
  .dqvppez { width: 100px; height: 100px; margin: 16px auto; }
  .dyb7nx0 { font-size: 1.4rem; }
  .lh2uzg { justify-content: center; }
  .vjpkj .wtckjai1 { min-width: 50%; }
}
.etv7ao .k21k6a17 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .hwiqkl2 { flex-wrap: wrap; padding: 14px 16px; }
  .qv9wf { padding: 12px 16px; }
  .etv7ao .k21k6a17 { margin: 0 16px; }
  .etv7ao .z9bwp1 { padding: 0 16px; }
  .iy2es9 { padding: 12px 16px; }
}
.y0m3r .xhmki7gg { padding: 14px 18px; gap: 16px; }
.y0m3r .co8s { font-size: 1rem; }
.y0m3r .ummsan0 { padding: 14px 18px; gap: 14px; }
.y0m3r .elrb { padding: 14px 18px; }
.y0m3r .zrf13 { width: 70px; }
.y0m3r .wp3p h3 { font-size: 1.05rem; }
.azbq .f94att.gcq0 { padding: 14px 30px !important; font-size: 1rem; }
.eefx4fz .f94att.gcq0 { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.j5jdc7 .f5jj3,
.j5jdc7 .cqu6,
.j5jdc7 .cqu6 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.j5jdc7 .cqu6 small { display: none; }
.j5jdc7 .gltmspq .i8maig,
.j5jdc7 .gltmspq strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.j5jdc7 .c8y59hd { display: none; }
.vwvp { margin: 16px 0; }
.ae9xyk { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ae9xyk summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ae9xyk summary::after { content: "+"; color: var(--accent-light); }
.ae9xyk[open] summary::after { content: "−"; }
.ae9xyk p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.zot4i7u { margin-bottom: 0; }
.u4di h2.our791 { color: var(--text-primary); border-color: var(--accent-light); }
.olyfgyv h2.our791 { color: var(--text-primary); border-color: var(--accent-light); }
.bnwz4 .ca1rzp     { background: #052e16; border-color: #10b981; }
.bnwz4 .z6rqz { background: #2d0a1e; border-color: #f43f5e; }
.bnwz4 .grys    { background: #1e1036; border-color: #a855f7; }
.bnwz4 .zxd6 strong  { color: #f1f5f9; }
.bnwz4 .zxd6 p       { color: #cbd5e1; }
.bnwz4 .t7ioqre    .ca1rzp     .qh3swvi::before,
.bnwz4 .q47a7xd  .ca1rzp     .qh3swvi::before,
.bnwz4 .vou8y  .ca1rzp     .qh3swvi::before,
.bnwz4 .umik .ca1rzp     .qh3swvi::before { color: #10b981; }
.bnwz4 .t7ioqre    .z6rqz .qh3swvi::before,
.bnwz4 .q47a7xd  .z6rqz .qh3swvi::before,
.bnwz4 .vou8y  .z6rqz .qh3swvi::before,
.bnwz4 .umik .z6rqz .qh3swvi::before { color: #f43f5e; }
.bnwz4 .t7ioqre    .grys    .qh3swvi::before,
.bnwz4 .q47a7xd  .grys    .qh3swvi::before,
.bnwz4 .vou8y  .grys    .qh3swvi::before,
.bnwz4 .umik .grys    .qh3swvi::before { color: #a855f7; }
.jld18 .ca1rzp     { background: #2d2000; border-color: #eab308; }
.jld18 .z6rqz { background: #2d0b0b; border-color: #ef4444; }
.jld18 .grys    { background: #2d1600; border-color: #f97316; }
.jld18 .zxd6 strong  { color: #f1f5f9; }
.jld18 .zxd6 p       { color: #cbd5e1; }
.jld18 .t7ioqre    .ca1rzp     .qh3swvi::before,
.jld18 .q47a7xd  .ca1rzp     .qh3swvi::before,
.jld18 .vou8y  .ca1rzp     .qh3swvi::before,
.jld18 .umik .ca1rzp     .qh3swvi::before { color: #eab308; }
.jld18 .t7ioqre    .z6rqz .qh3swvi::before,
.jld18 .q47a7xd  .z6rqz .qh3swvi::before,
.jld18 .vou8y  .z6rqz .qh3swvi::before,
.jld18 .umik .z6rqz .qh3swvi::before { color: #ef4444; }
.jld18 .t7ioqre    .grys    .qh3swvi::before,
.jld18 .q47a7xd  .grys    .qh3swvi::before,
.jld18 .vou8y  .grys    .qh3swvi::before,
.jld18 .umik .grys    .qh3swvi::before { color: #f97316; }
.oim39sr9 .ca1rzp     { background: #0c1a2e; border-color: #38bdf8; }
.oim39sr9 .z6rqz { background: #12103a; border-color: #818cf8; }
.oim39sr9 .grys    { background: #0a2020; border-color: #2dd4bf; }
.oim39sr9 .zxd6 strong  { color: #f1f5f9; }
.oim39sr9 .zxd6 p       { color: #cbd5e1; }
.oim39sr9 .t7ioqre    .ca1rzp     .qh3swvi::before,
.oim39sr9 .q47a7xd  .ca1rzp     .qh3swvi::before,
.oim39sr9 .vou8y  .ca1rzp     .qh3swvi::before,
.oim39sr9 .umik .ca1rzp     .qh3swvi::before { color: #38bdf8; }
.oim39sr9 .t7ioqre    .z6rqz .qh3swvi::before,
.oim39sr9 .q47a7xd  .z6rqz .qh3swvi::before,
.oim39sr9 .vou8y  .z6rqz .qh3swvi::before,
.oim39sr9 .umik .z6rqz .qh3swvi::before { color: #818cf8; }
.oim39sr9 .t7ioqre    .grys    .qh3swvi::before,
.oim39sr9 .q47a7xd  .grys    .qh3swvi::before,
.oim39sr9 .vou8y  .grys    .qh3swvi::before,
.oim39sr9 .umik .grys    .qh3swvi::before { color: #2dd4bf; }
.chx4z .ca1rzp     { background: var(--accent-bg); border-color: var(--accent-light); }
.chx4z .z6rqz { background: var(--accent-bg-light); border-color: var(--accent-light); }
.chx4z .grys    { background: var(--accent-bg); border-color: var(--accent-pale); }
.chx4z .t7ioqre    .qh3swvi::before,
.chx4z .q47a7xd  .qh3swvi::before,
.chx4z .vou8y  .qh3swvi::before,
.chx4z .umik .qh3swvi::before { color: var(--accent-light) !important; }
.yo83x9pc::before,
.fknnk::before { margin-right: 5px; }
.xtvhe .xe8m ul li,
.xtvhe .jt81cpc li         { color: #4ade80; }
.xtvhe .xe8m .yo83x9pc { color: #22c55e; }
.xtvhe .pt5xc4d ul li,
.xtvhe .njkehep9 li         { color: #f87171; }
.xtvhe .pt5xc4d .fknnk { color: #ef4444; }
.bzxm0sm .xe8m { background: var(--bg-pros); }
.bzxm0sm .pt5xc4d { background: var(--bg-cons); }
.bzxm0sm .xe8m .yo83x9pc { color: var(--c-pros-label); }
.bzxm0sm .pt5xc4d .fknnk { color: var(--c-cons); }
.bzxm0sm .xe8m ul li,
.bzxm0sm .pt5xc4d ul li,
.e1yrjfp .xe8m { background: var(--bg-pros); }
.e1yrjfp .pt5xc4d { background: var(--bg-cons); }
.e1yrjfp .xe8m .yo83x9pc { color: var(--c-pros-label); }
.e1yrjfp .pt5xc4d .fknnk { color: var(--c-cons); }
.e1yrjfp .xe8m ul li,
.e1yrjfp .pt5xc4d ul li,
.uakxly .yo83x9pc::before { content: "✓ "; }
.uakxly .fknnk::before { content: "✗ "; }
.iip7cbwn .yo83x9pc::before { content: "→ "; }
.iip7cbwn .fknnk::before { content: "← "; }
.qmus8nd .yo83x9pc::before { content: "★ "; }
.qmus8nd .fknnk::before { content: "✕ "; }
.tyqq .yo83x9pc::before { content: "◆ "; }
.tyqq .fknnk::before { content: "▲ "; }
.n0ecde .zxd6 { background: transparent; border-left: none; border: 1.5px solid; }
.n0ecde .ca1rzp     { border-color: var(--c-tip-border); }
.n0ecde .z6rqz { border-color: var(--c-warn-border); }
.n0ecde .grys    { border-color: #60a5fa; }
.n0ecde .zxd6 strong { color: var(--text-primary); }
.n0ecde .zxd6 p      { color: var(--text-muted); }
.g7fi40 .zxd6 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.g7fi40 .ca1rzp     { border-top-color: var(--c-tip-border); }
.g7fi40 .z6rqz { border-top-color: var(--c-warn-border); }
.g7fi40 .grys    { border-top-color: #60a5fa; }
.nklm7n5d .zxd6 { border-left: none; border-radius: 8px; }
.nklm7n5d .ca1rzp     { background: #065f46; }
.nklm7n5d .z6rqz { background: #92400e; }
.nklm7n5d .grys    { background: #1e3a8a; }
.nklm7n5d .zxd6 strong,
.nklm7n5d .zxd6 p { color: #fff; }
.nklm7n5d .qh3swvi::before { color: rgba(255,255,255,0.85) !important; }
.bnwz4.nklm7n5d .ca1rzp,
.bnwz4 .nklm7n5d .ca1rzp     { background: #052e16; }
.bnwz4.nklm7n5d .z6rqz,
.bnwz4 .nklm7n5d .z6rqz { background: #2d0a1e; }
.bnwz4.nklm7n5d .grys,
.bnwz4 .nklm7n5d .grys    { background: #1e1036; }
.jld18.nklm7n5d .ca1rzp,
.jld18 .nklm7n5d .ca1rzp      { background: #2d2000; }
.jld18.nklm7n5d .z6rqz,
.jld18 .nklm7n5d .z6rqz  { background: #2d0b0b; }
.jld18.nklm7n5d .grys,
.jld18 .nklm7n5d .grys     { background: #2d1600; }
.oim39sr9.nklm7n5d .ca1rzp,
.oim39sr9 .nklm7n5d .ca1rzp      { background: #0c1a2e; }
.oim39sr9.nklm7n5d .z6rqz,
.oim39sr9 .nklm7n5d .z6rqz  { background: #12103a; }
.oim39sr9.nklm7n5d .grys,
.oim39sr9 .nklm7n5d .grys     { background: #0a2020; }
.cm4p7f .zxd6 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.cm4p7f .ca1rzp     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.cm4p7f .z6rqz { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.cm4p7f .grys    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.cm4p7f .zxd6 strong { color: var(--text-primary); }
.cm4p7f .zxd6 p      { color: var(--text-muted); }
.nn5roq7w .zxd6 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.t7ioqre .qh3swvi,
.q47a7xd .qh3swvi,
.vou8y .qh3swvi,
.umik .qh3swvi { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.t7ioqre .qh3swvi::before,
.q47a7xd .qh3swvi::before,
.vou8y .qh3swvi::before,
.umik .qh3swvi::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.t7ioqre .ca1rzp     .qh3swvi::before { content: "✦"; color: var(--c-tip-border); }
.t7ioqre .z6rqz .qh3swvi::before { content: "▲"; color: var(--c-warn-border); }
.t7ioqre .grys    .qh3swvi::before { content: "◉"; color: #60a5fa; }
.q47a7xd .ca1rzp     .qh3swvi::before { content: "★"; color: var(--c-tip-border); }
.q47a7xd .z6rqz .qh3swvi::before { content: "◆"; color: var(--c-warn-border); }
.q47a7xd .grys    .qh3swvi::before { content: "●"; color: #60a5fa; }
.vou8y .ca1rzp     .qh3swvi::before { content: "▶"; color: var(--c-tip-border); }
.vou8y .z6rqz .qh3swvi::before { content: "■"; color: var(--c-warn-border); }
.vou8y .grys    .qh3swvi::before { content: "▸"; color: #60a5fa; }
.umik .ca1rzp     .qh3swvi::before { content: "→"; color: var(--c-tip-border); }
.umik .z6rqz .qh3swvi::before { content: "⬥"; color: var(--c-warn-border); }
.umik .grys    .qh3swvi::before { content: "◈"; color: #60a5fa; }
.y996wy1m .vrb9aw .tmqqv,
.y996wy1m .l2banx .tmqqv  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.y996wy1m .cbjjfn                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.y996wy1m .z3146v2          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.y996wy1m .tzjcsep                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.g9e8 .vrb9aw .tmqqv,
.g9e8 .l2banx .tmqqv,
.g9e8 .cbjjfn,
.g9e8 .xhmki7gg,
.g9e8 .whjlzhu,
.g9e8 .z3146v2,
.g9e8 .tzjcsep,
.g9e8 .nn5roq7w .zxd6 { box-shadow: none; }
.rt0q   .ziwk8, .rt0q .lpdn6, .rt0q .n1vu0k05,
.rt0q   .at3o72, .rt0q .s3ru { font-size: 0.9rem; }
.rt0q   .vbpu7id3, .rt0q .frau { font-size: 0.9rem; }
.gcdxl5   .ziwk8, .gcdxl5 .lpdn6, .gcdxl5 .n1vu0k05,
.gcdxl5   .at3o72, .gcdxl5 .s3ru { font-size: 0.95rem; }
.gcdxl5   .vbpu7id3, .gcdxl5 .frau { font-size: 0.95rem; }
.v5hia2   .ziwk8, .v5hia2 .lpdn6, .v5hia2 .n1vu0k05,
.v5hia2   .at3o72, .v5hia2 .s3ru { font-size: 1.08rem; }
.v5hia2   .vbpu7id3, .v5hia2 .frau { font-size: 1.05rem; }
.v5hia2   .h4gh5yhj { font-size: 0.97rem; }
.hm85 .zzrj4lqu      { font-size: 3.2rem; }
.hm85 h2.our791 { font-size: 1.9rem; }
.hm85 h3.o5g9     { font-size: 1.4rem; }
.rfm6 .zzrj4lqu      { font-size: 3.8rem; }
.rfm6 h2.our791 { font-size: 2.2rem; }
.rfm6 h3.o5g9     { font-size: 1.6rem; }
.zot4i7u + .zot4i7u { position: relative; }
.zfol59f   .zot4i7u + .zot4i7u::before,
.niohi  .zot4i7u + .zot4i7u::before,
.jh4x9p   .zot4i7u + .zot4i7u::before,
.atq8dj30   .zot4i7u + .zot4i7u::before,
.eocxz3   .zot4i7u + .zot4i7u::before,
.q1y3m .zot4i7u + .zot4i7u::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.zfol59f .zot4i7u + .zot4i7u::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.niohi .zot4i7u + .zot4i7u::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.jh4x9p .zot4i7u + .zot4i7u::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;
}
.atq8dj30 .zot4i7u + .zot4i7u::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.eononaw .zot4i7u { margin-bottom: 16px; }
.eononaw .zot4i7u + .zot4i7u { margin-top: 0; }
.eononaw .hjrbsri { padding-top: 0; padding-bottom: 0; }
.eocxz3 .zot4i7u + .zot4i7u::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.q1y3m .zot4i7u + .zot4i7u::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.wie1fmu .zot4i7u + .zot4i7u::before,
.s08cc2 .zot4i7u + .zot4i7u::before,
.pd6j .zot4i7u + .zot4i7u::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%;
}
.wmuur1z .wie1fmu .zot4i7u:nth-child(even)::before,
.wmuur1z .s08cc2 .zot4i7u:nth-child(even)::before,
.wmuur1z .pd6j .zot4i7u:nth-child(even)::before { background: var(--bg-surface); }
.qmrq01 .wie1fmu .zot4i7u:nth-child(even)::before,
.qmrq01 .s08cc2 .zot4i7u:nth-child(even)::before,
.qmrq01 .pd6j .zot4i7u:nth-child(even)::before { background: var(--bg-card); }
.wie1fmu .zot4i7u + .zot4i7u::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");
}
.s08cc2 .zot4i7u + .zot4i7u::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");
}
.pd6j .zot4i7u + .zot4i7u::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");
}
.efas9 .qq65f91t,
.md7r40 .qq65f91t,
.uedmaus .qq65f91t { overflow: hidden; }
.efas9 .cn89,
.md7r40 .cn89 { margin-bottom: 60px; }
.uedmaus .cn89 { margin-bottom: 70px; }
.md7r40 .l8bo { padding-bottom: 60px; }
.efas9 .qq65f91t::before,
.md7r40 .qq65f91t::before,
.uedmaus .qq65f91t::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%;
}
.efas9 .qq65f91t::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");
}
.md7r40 .qq65f91t::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");
}
.uedmaus .qq65f91t::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");
}
.bvr65 .qq65f91t:not(.a8kfq) .iyr2 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.qk5wd .qq65f91t:not(.a8kfq) .iyr2 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.hgygbxj  .qq65f91t:not(.a8kfq) .iyr2 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.imck6  .qq65f91t:not(.a8kfq) .iyr2 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bvr65 .a8kfq { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.qk5wd .a8kfq { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.hgygbxj .a8kfq { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.imck6 .a8kfq { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.cjrbx .a8kfq { background: var(--accent); }
.cjrbx .a8kfq .iyr2 { background: none; }
.cjrbx .f0ago { background: var(--accent); }
.cjrbx .h8sdr { background: var(--accent-bg); }
.cjrbx .qq65f91t:not(.a8kfq) .iyr2 { background: rgba(0,0,0,0.6); }
.ek01 .ebvf063e { float: left; width: 38%; margin: 0 28px 16px 0; }
.ek01 .ebvf063e .t3je3db9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ek01 .hjrbsri::after { content: ''; display: block; clear: both; }
.oz53 .ebvf063e { float: right; width: 38%; margin: 0 0 16px 28px; }
.oz53 .ebvf063e .t3je3db9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.oz53 .hjrbsri::after { content: ''; display: block; clear: both; }
.awxc6bua .zot4i7u:nth-child(odd)  .ebvf063e { float: left;  width: 38%; margin: 0 28px 16px 0; }
.awxc6bua .zot4i7u:nth-child(even) .ebvf063e { float: right; width: 38%; margin: 0 0 16px 28px; }
.awxc6bua .ebvf063e .t3je3db9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.awxc6bua .hjrbsri::after { content: ''; display: block; clear: both; }
.ek01 .zrbikhu,
.oz53 .zrbikhu,
.awxc6bua .zrbikhu,
@media (max-width: 900px) {
  .ek01 .ebvf063e,
  .oz53 .ebvf063e,
  .awxc6bua .zot4i7u:nth-child(odd)  .ebvf063e,
  .awxc6bua .zot4i7u:nth-child(even) .ebvf063e {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ek01 .ebvf063e .t3je3db9,
  .oz53 .ebvf063e .t3je3db9,
  .awxc6bua .ebvf063e .t3je3db9 {
    max-height: none !important;
  }
}
.ek01 .vbpu7id3,
.ek01 .frau,
.oz53 .vbpu7id3,
.oz53 .frau,
.awxc6bua .vbpu7id3,
.awxc6bua .frau { overflow: hidden; }
@media (max-width: 640px) {
  .ek01 .ebvf063e,
  .oz53 .ebvf063e,
  .awxc6bua .ebvf063e { float: none; width: 100%; margin: 0 0 16px 0; }
}
.xbtp .rjmxr11,
.xbtp .hjrbsri,
.xbtp .etr44  { max-width: 1100px; }
.ow6akl .rjmxr11,
.ow6akl .hjrbsri,
.ow6akl .etr44  { max-width: 1200px; }
.axtpoqmh .rjmxr11,
.axtpoqmh .hjrbsri,
.axtpoqmh .etr44  { max-width: 1320px; }
.axtpoqmh { --content-mw: 1320px; }
.nrhl { font-size: 0.82rem; color: var(--text-muted); }
.ioo2kqo9 { display: flex; align-items: center; }
.iwej3l {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.lxbqdfj { display: flex; align-items: center; }
.c7vs { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.c7vs:hover { text-decoration: underline; }
.k5rkw68 { margin: 0 3px; opacity: 0.45; }
.k5rkw68::before { content: '/'; }
.e9873 { padding: 2px 5px; color: var(--text-main); }
.bcf8e6y4 .nrhl {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.bcf8e6y4 .ioo2kqo9 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.pc04u .nrhl {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.pc04u .ioo2kqo9 { padding: 0 0 0 12px; }
.x1g5y1ei {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.r4aka7 .ioo2kqo9 { padding: 0 16px; }
.r4aka7 .nrhl {
  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);
}
.r4aka7 .rjmxr11 { padding-top: 28px; }
@media (max-width: 720px) {
  .x1g5y1ei { margin-top: 18px; padding: 0 16px; }
  .r4aka7 .rjmxr11 { padding-top: 16px; }
}
.xbtp.bcf8e6y4 .ioo2kqo9 { max-width: 1100px; }
.ow6akl.bcf8e6y4 .ioo2kqo9 { max-width: 1200px; }
.axtpoqmh.bcf8e6y4 .ioo2kqo9 { max-width: 1320px; }
.xbtp .x1g5y1ei { max-width: 1100px; }
.ow6akl .x1g5y1ei { max-width: 1200px; }
.axtpoqmh .x1g5y1ei { max-width: 1320px; }
.sgj5rl .zot4i7u { padding-top: 16px; padding-bottom: 16px; }
.urvsvml .zot4i7u { padding-top: 24px; padding-bottom: 24px; }
.sa4ow7 .zot4i7u { padding-top: 40px; padding-bottom: 40px; }
.lzet44po .zot4i7u { padding-top: 52px; padding-bottom: 52px; }
.sp4r4 .zot4i7u:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.sp4r4 .zot4i7u:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.sp4r4 .zot4i7u:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.sp4r4 .zot4i7u:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.uhcmi141 .hjrbsri { padding-top: 10px;  padding-bottom: 10px; }
.s9xjyd .hjrbsri { padding-top: 18px;  padding-bottom: 18px; }
.etoo .hjrbsri { padding-top: 36px;  padding-bottom: 36px; }
.cp2f .hjrbsri { padding-top: 48px;  padding-bottom: 48px; }
.hcuc3li h2.our791 { font-weight: 600; }
.hcuc3li h3.o5g9     { font-weight: 600; }
.mj8trtsz { font-weight: 500; }
.mj8trtsz h2.our791 { font-weight: 800; }
.mj8trtsz h3.o5g9     { font-weight: 700; }
.bfy54 h2.our791 { font-weight: 900; }
.bfy54 h3.o5g9     { font-weight: 800; }
.bfy54 .zxd6 strong,
.bfy54 .zxd6 strong { font-weight: 600; }
.ampwn {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qpqd .ampwn { display: none; }
@media (max-width: 640px) { .ampwn { display: none; } }
.ampwn { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ampwn:hover { opacity: 0.85; }
.v0si6f9 .ampwn { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.kh138 .ampwn,
.kshi  .ampwn { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.kh138 .ampwn:hover,
.kshi  .ampwn:hover { opacity: 0.88; }
.v0si6f9.kh138 .ampwn,
.v0si6f9.kshi  .ampwn { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.zit35xr {
  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;
}
.zit35xr:hover { transform: translateY(-2px); opacity: 0.92; }
.zit35xr { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lcuypopo .zit35xr { display: none; }
.hsl4ox9p .zit35xr { right: 32px; }
.rf4wd8f  .zit35xr { left: 32px; }
@media (max-width: 480px) {
  .hsl4ox9p .zit35xr { right: 20px; bottom: 20px; }
  .rf4wd8f  .zit35xr { left: 20px; bottom: 20px; }
}
.blrvg6 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.etr44 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.s1459sh { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.fvc1ya { color: var(--text-dim); font-size: 0.8rem; }
.xydf6z8 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.xydf6z8 img { height: 26px; width: auto; object-fit: contain; }
.lah0 a, .dg28zk3z a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.lah0 a:hover, .dg28zk3z a:hover { color: var(--accent-light); }
.dg28zk3z { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.nhca3s .etr44 { text-align: center; }
.nhca3s .dg28zk3z { justify-content: center; margin-bottom: 16px; }
.nhca3s .s1459sh { margin-top: 0; }
.yw4mj { margin-top: 10px; }
.yw4mj a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .etr44 { padding-left: 16px; padding-right: 16px; }
  .q7fnr .etr44 { padding: 20px 16px; }
  .dg28zk3z { gap: 4px 12px; }
  .s1459sh { font-size: 0.78rem; }
}
.x5kbzp6n .xufbdo .xydf6z8 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.x5kbzp6n .s1459sh { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.x5kbzp6n .fvc1ya { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .x5kbzp6n .hck0v97l { grid-template-columns: 1fr 1fr; } .x5kbzp6n .xufbdo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .x5kbzp6n .hck0v97l { grid-template-columns: 1fr; } }
.jadx .xydf6z8 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.jadx .s1459sh { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .jadx .zklf9 { gap: 12px; } .jadx .xydf6z8 { margin-right: 0; width: 100%; } }
.xfm6meb .agkbmfb .xydf6z8 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.xfm6meb .s1459sh { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.xfm6meb .fvc1ya { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .xfm6meb .vqiub { grid-template-columns: 1fr 1fr; } .xfm6meb .agkbmfb { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xfm6meb .vqiub { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .iroa8 .h8gm4lcv { grid-template-columns: 1fr 1fr; } .iroa8 .we3rjikw:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .iroa8 .h8gm4lcv { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .zx30j .h8gm4lcv { grid-template-columns: 1fr; } }
.ernku .etr44 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ernku .dg28zk3z { justify-content: center; }
.figp4a3 .wo5k8e      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.figp4a3 .blrvg6 { background: var(--bg-page); border-top-color: var(--border-alt); }
.eknrq49 .wo5k8e      { background: #0d1117; border-bottom-color: #21262d; }
.eknrq49 .rw3xti { color: var(--accent-light); }
.eknrq49 .abqt2rzj { --msep-color: #8b949e; }
.eknrq49 .abqt2rzj a { color: #8b949e; }
.eknrq49 .abqt2rzj a:hover { color: var(--accent-light); }
.eknrq49 .dtn2udq { color: #8b949e; }
.eknrq49 .blrvg6 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.eknrq49 .s1459sh,
.eknrq49 .fvc1ya { color: #6e7681; }
.eknrq49 .lah0 a, .eknrq49 .dg28zk3z a,
.eknrq49 .xydf6z8 { color: #e6edf3; }
.eknrq49 .lah0 a:hover, .eknrq49 .dg28zk3z a:hover,
@media (max-width: 640px) {
  .eknrq49 .abqt2rzj { background: #0d1117; border-top-color: #21262d; }
  .eknrq49 .abqt2rzj li a { border-bottom-color: #21262d; }
}
.bnb8q .wo5k8e      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.bnb8q .rw3xti { color: var(--accent-light); }
.bnb8q .abqt2rzj { --msep-color: #475569; }
.bnb8q .abqt2rzj a { color: #475569; }
.bnb8q .abqt2rzj a:hover { color: var(--accent-light); }
.bnb8q .dtn2udq { color: #64748b; }
.bnb8q .blrvg6 { background: #f0f4f8; border-top-color: #cbd5e1; }
.bnb8q .s1459sh,
.bnb8q .fvc1ya { color: #64748b; }
.bnb8q .lah0 a, .bnb8q .dg28zk3z a,
.bnb8q .nezemv a, .bnb8q .xydf6z8 { color: #374151; }
.bnb8q .lah0 a:hover, .bnb8q .dg28zk3z a:hover,
@media (max-width: 640px) {
  .bnb8q .abqt2rzj { background: #f0f4f8; border-top-color: #cbd5e1; }
  .bnb8q .abqt2rzj li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.kh138 .wo5k8e      { background: var(--accent); border-bottom-color: var(--accent-light); }
.kh138 .rw3xti { color: #fff; }
.kh138 .abqt2rzj { --msep-color: rgba(255,255,255,0.82); }
.kh138 .abqt2rzj a { color: rgba(255,255,255,0.82); }
.kh138 .abqt2rzj a:hover { color: #fff; }
.kh138 .dtn2udq { color: rgba(255,255,255,0.9); }
.kh138 .k9fkxklq a { color: var(--text-primary) !important; }
.kh138 .k9fkxklq a:hover { color: var(--accent-light) !important; }
.kh138 .blrvg6 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.kh138 .s1459sh,
.kh138 .fvc1ya { color: rgba(255,255,255,0.72); }
.kh138 .lah0 a, .kh138 .dg28zk3z a,
.kh138 .q6frp a, .kh138 .i8woc a,
.kh138 .nezemv a, .kh138 .xydf6z8 { color: #fff; }
.kh138 .ijb4xv, .kh138 .mt82 { color: rgba(255,255,255,0.7); }
.kh138 .lah0 a:hover, .kh138 .dg28zk3z a:hover,
.kh138 .q6frp a:hover, .kh138 .i8woc a:hover { color: #fff; }
@media (max-width: 640px) {
  .kh138 .abqt2rzj { background: var(--accent); border-top-color: var(--accent-light); }
  .kh138 .abqt2rzj li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.kshi .wo5k8e {
  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);
}
.kshi .blrvg6 {
  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) {
  .kshi .abqt2rzj {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.lg14 .pgh2 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ahsqf5 .pgh2 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.vdph3k .pgh2 { min-height: 72px; height: auto; }
.qjqeilt .pgh2 { min-height: 84px; height: auto; }
.q7fnr .pgh2 { max-width: none; padding: 0 32px; }
.q7fnr .etr44  { max-width: none; padding: 24px 32px; }
.rz12jy2.ow6akl .pgh2 { max-width: 1200px; }
.rz12jy2.axtpoqmh .pgh2 { max-width: 1320px; }
.peosg   .rw3xti, .peosg   .xydf6z8 { text-transform: capitalize; }
.umttdrk6 .rw3xti, .umttdrk6 .xydf6z8 { text-transform: lowercase; }
.zrf9 .rw3xti, .zrf9 .xydf6z8 { text-transform: uppercase; letter-spacing: 0.06em; }
.lwh2y, .r73qbq {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.iyd2 .lwh2y,
.iyd2 .r73qbq { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.xq5itwh9 .lwh2y,
.xq5itwh9 .r73qbq { 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; }
.snzmntn3 .lwh2y,
.snzmntn3 .r73qbq { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.j9auj .lwh2y,
.j9auj .r73qbq { 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; }
.hei74i   .abqt2rzj a { font-weight: 500; }
.br5p .abqt2rzj a { font-weight: 600; }
.hwk7lo     .abqt2rzj a { font-weight: 700; }
.epkb1o    .abqt2rzj a { font-weight: 800; letter-spacing: 0.01em; }
.p1ah     .abqt2rzj > li + li::before,
.ekfq1    .abqt2rzj > li + li::before,
.u22ien    .abqt2rzj > li + li::before,
.uohr25 .abqt2rzj > li + li::before,
.wg1a .abqt2rzj > li + li::before,
.vopv  .abqt2rzj > li + li::before,
.bry5qje    .abqt2rzj > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.p1ah     .abqt2rzj > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ekfq1    .abqt2rzj > li + li::before { content: "|"; }
.u22ien    .abqt2rzj > li + li::before { content: "—"; }
.uohr25 .abqt2rzj > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.wg1a .abqt2rzj > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.vopv  .abqt2rzj > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.bry5qje    .abqt2rzj > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .mtdk .dtn2udq,
  .bkyyttwk .dtn2udq,
  .tqqf14 .dtn2udq,
  .t8mkfpg .dtn2udq,
  .r2ozffn .dtn2udq {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .mtdk .dtn2udq::before,
  .bkyyttwk .dtn2udq::before,
  .tqqf14 .dtn2udq::before,
  .t8mkfpg .dtn2udq::before,
  .r2ozffn .dtn2udq::before { content: ""; display: block; flex-shrink: 0; }

  
  .mtdk .dtn2udq::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;
  }

  
  .bkyyttwk .dtn2udq::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;
  }

  
  .tqqf14 .dtn2udq::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;
  }

  
  .t8mkfpg .dtn2udq::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;
  }

  
  .r2ozffn .dtn2udq::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) {
  .nkbsy .dtn2udq {
    padding: 5px 14px;
  }
  .nkbsy .abqt2rzj {
    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;
  }
  .nkbsy .abqt2rzj li a {
    border-bottom: none; padding: 10px 22px;
  }
  .nkbsy .abqt2rzj li a:hover { background: var(--bg-raised); }
  .nkbsy .um6evb,
  .gtsyibxt .um6evb,
  .ho9ue .um6evb { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .siwx .dtn2udq {
    padding: 5px 10px;
  }
  .siwx .abqt2rzj {
    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);
  }
  .siwx .abqt2rzj.yuh22 { transform: translateX(0); }
  .siwx .abqt2rzj li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .siwx .abqt2rzj li:last-child a { border-bottom: none; }
  .kh138 .abqt2rzj,
  .eknrq49 .abqt2rzj { background: var(--accent) !important; }
  .kh138 .abqt2rzj li a,
  .eknrq49 .abqt2rzj li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ho9ue .dtn2udq {
    padding: 5px 10px;
  }
  .ho9ue .abqt2rzj {
    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);
  }
  .ho9ue .abqt2rzj::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ho9ue .abqt2rzj.yuh22 { transform: translateY(0); }
  .ho9ue .abqt2rzj li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .u6jr5z .dtn2udq {
    padding: 5px 10px;
  }
  .u6jr5z .abqt2rzj {
    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;
  }
  .u6jr5z .abqt2rzj.yuh22 { opacity: 1; pointer-events: auto; }
  .u6jr5z .abqt2rzj li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .s2utxmso     .dtn2udq { border-radius: 0 !important; }
  .gzmnm7   .dtn2udq { border-radius: 8px !important; }
  .gnowl43c .dtn2udq { border-radius: 50% !important; }
  .svvd   .dtn2udq { border-radius: 999px !important; }
}
.oqar .s935vz { height: 36px; }
.r6aq .s935vz { height: 60px; max-width: 200px; }
.xcvrr4v6 .s935vz { height: 76px; max-width: 240px; }
.i7ps    .f5jj3, .i7ps    .i8maig { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.fe54mn .j4lwcg + .j4lwcg {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .fwlh8 .ia2o {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .fwlh8 .xhmki7gg {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .fwlh8 .xhmki7gg { padding: 40px 16px 20px; }
  .fwlh8 .j4lwcg {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .fwlh8 .f94att { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .jbbwalyv .xhmki7gg {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .jbbwalyv .xhmki7gg::before {
    position: absolute; top: 14px; left: 14px;
  }
  .jbbwalyv .mtuo7641 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .jbbwalyv .co8s { white-space: normal; text-align: center; font-size: 1.2rem; }
  .jbbwalyv .j4lwcg {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .jbbwalyv .f94att { width: 100%; min-width: 0; }
  .jbbwalyv .f5jj3 { min-width: 0; }
}
.znpe .ae9xyk {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.znpe .ae9xyk summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.znpe .ae9xyk p { padding: 0 2px 16px; }
.r76izwrb .ae9xyk { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.r76izwrb .ae9xyk summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.r76izwrb .ae9xyk summary::after { content: "›"; font-size: 1.2em; }
.r76izwrb .ae9xyk[open] summary::after { content: "‹"; }
.r76izwrb .ae9xyk p { padding: 10px 22px 4px; }
.no32 .ae9xyk {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.no32 .ae9xyk summary { color: var(--text-primary); padding-left: 16px; }
.no32 .ae9xyk summary::after { content: "›"; font-size: 1.1em; }
.no32 .ae9xyk[open] summary::after { content: "‹"; }
.no32 .ae9xyk p { padding-left: 16px; }
.mx7sf .vwvp { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.mx7sf .ae9xyk {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.mx7sf .ae9xyk:last-child { border-bottom: none; }
.mx7sf .ae9xyk summary { color: var(--text-primary); border-radius: 0; }
.mx7sf .ae9xyk summary::after { content: "›"; font-size: 1.1em; }
.mx7sf .ae9xyk[open] summary::after { content: "‹"; }
.u4w9nz .ae9xyk { overflow: hidden; }
.u4w9nz .ae9xyk summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.u4w9nz .ae9xyk summary::after { color: rgba(255,255,255,.75); }
.u4w9nz .ae9xyk[open] summary { border-radius: 0; }
.mz3i { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.c2x3th {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.djxztm {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.htow6 { color: var(--text-muted); font-size: 1.05rem; }
.du9trml {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.t72y { margin-bottom: 20px; }
.ol6d {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.imuig {
  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;
}
.imuig:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.oydqu { resize: vertical; min-height: 130px; }
.eh4yuof { width: 100%; margin-top: 8px; }
.ioqg {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.u36nm {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.fvpmlmf { color: var(--text-muted); line-height: 1.75; }
.wyh5u { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.wyh5u li { margin-bottom: 6px; }
.a5w1ch0 { max-width: 760px; margin: 0 auto; }
.q656 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.eof9l4 { max-width: 760px; margin: 0 auto; }
.dh9ou ul.wyh5u { margin: 0; }
@media (max-width: 640px) { .wpv5w { grid-template-columns: 1fr; gap: 10px; } }
.mcxn7x { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.uupucsj { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.dvtfdi { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.uupucsj p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.uupucsj .wyh5u { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .mcxn7x { grid-template-columns: 1fr; } }
.vmlere3 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.vmlere3:hover .bn1qikv { color: var(--accent-light); text-decoration: underline; }
.jmk9tm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.v44ms { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.v44ms:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.x7bsv7t { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.v44ms p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.v44ms ul.wyh5u { margin: 0; }
.o99rzyd { color: var(--text-muted); line-height: 1.75; }
.xrk9yj .wyh5u,
.d5j3c11n .wyh5u,
.urbexyqd .wyh5u,
.y7nutbk1 .wyh5u {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.xrk9yj .v44ms,
.d5j3c11n .v44ms { text-align: left; }
.xrk9yj .x7bsv7t,
.d5j3c11n .x7bsv7t { text-align: center; }
.yvi9ddw { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.r8ru { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.eirff { font-size: 1.1rem; }
.m134j { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.amzx { margin-top: 12px; }
.c3s38 { 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; }
.c3s38:hover { border-bottom-color: var(--accent-light); }
.n0c8qb4o { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.n0c8qb4o img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ck7ls77c { width: 260px; height: 260px; }
.nwoqtc0 { border-radius: 10px; }
.pfwx4o2 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.acfmg5 { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.acfmg5::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .x5fo { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.iry0k .m134j, .iry0k .r8ru { max-width: 640px; }
.qako { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.tmowq3x { position: sticky; top: 96px; align-self: start; }
.tmowq3x .yvi9ddw { font-size: 1.6rem; margin-top: 18px; }
.q3u7v5mf .m134j { margin-bottom: 28px; }
@media (max-width: 860px) { .qako { grid-template-columns: 1fr; } .tmowq3x { position: static; text-align: center; } }
.vufhu7jv .n0c8qb4o { margin: 0 auto 18px; }
.vufhu7jv .pfwx4o2 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ljcii5q4 { grid-template-columns: 1fr; } }
.tjjiy2 .yvi9ddw { font-size: 1.6rem; margin-bottom: 6px; }
.y7nutbk1 .wyh5u { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .tjjiy2 { flex-direction: column; text-align: center; } .x83z3 { grid-template-columns: 1fr; } }
.orzr .yvi9ddw { font-size: 1.35rem; margin: 0 0 4px; }
.orzr .pfwx4o2 { margin: 0; }
.ckbbp {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.ckbbp .djxztm { color: var(--accent-light); }
.iv36 .djxztm { font-size: 2rem; }
.iv36 .htow6 { max-width: 680px; }
.vlul8up5 .djxztm { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.vlul8up5 .htow6  { margin: 0; }
@media (max-width: 640px) { .vlul8up5 { flex-direction: column; } }
.lm8d28g .djxztm { color: var(--accent-light); }
.q4rnk .djxztm { color: #fff; }
.q4rnk .htow6  { color: rgba(255,255,255,0.85); }
.pw7yd4 { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .kxcpx { grid-template-columns: 1fr; } }
.sptewbvr .imuig {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.sptewbvr .imuig:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.es43i .imuig { background: var(--bg-raised); border-color: transparent; }
.es43i .imuig:focus { background: var(--bg-card); border-color: var(--accent-light); }
.a9fx .imuig { border-radius: 100px; padding: 11px 20px; }
.a9fx .oydqu { border-radius: 14px; }
.rt0dt3a {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.rt0dt3a 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;
}
.rt0dt3a summary::-webkit-details-marker { display: none; }
.rt0dt3a summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.rt0dt3a[open] summary::after { content: "−"; }
.e7ydk {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .cabn { grid-template-columns: 1fr; } }
.upsdw { counter-reset: priv-count; }
.dggrma5 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.dggrma5:last-child { border-bottom: none; }
.n9po8h {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.dggrma5 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.dggrma5 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ahbuy4k { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.ahbuy4k li { margin-bottom: 6px; }
.pumanlxm{display:none}
.pumanlxm:empty,.ksk8n:empty{display:none}
.t9en{position:relative;overflow:visible}
.hzdm0 .klfxy1r,.h5jxjui1 .klfxy1r,
.v96w61f .klfxy1r,.d2nzo .klfxy1r,
.nufqe .klfxy1r,.mnh49 .klfxy1r{display:block}
.i7g1e3 .z1qv88{display:block}
.hzdm0 .klfxy1r,.h5jxjui1 .klfxy1r,
.v96w61f .klfxy1r,.d2nzo .klfxy1r,
.nufqe .klfxy1r{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}
.hzdm0 .klfxy1r .ksk8n,.h5jxjui1 .klfxy1r .ksk8n,
.v96w61f .klfxy1r .ksk8n,.d2nzo .klfxy1r .ksk8n,
.nufqe .klfxy1r .ksk8n{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}
.hzdm0 .klfxy1r,.h5jxjui1 .klfxy1r{top:12px}
.hzdm0 .klfxy1r .ksk8n{margin-right:auto}
.h5jxjui1 .klfxy1r .ksk8n{margin-left:auto}
.h5jxjui1 .klfxy1r{text-align:right}
.v96w61f .klfxy1r,.d2nzo .klfxy1r{bottom:12px}
.v96w61f .klfxy1r .ksk8n{margin-right:auto}
.d2nzo .klfxy1r .ksk8n{margin-left:auto}
.d2nzo .klfxy1r{text-align:right}
.nufqe .klfxy1r{position:relative;margin-top:16px}
.nufqe .klfxy1r .ksk8n{margin:0 auto}
.mnh49 .klfxy1r{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.mnh49 .klfxy1r .ksk8n{margin:0}
.mnh49 .h8sdr~.klfxy1r,
.mnh49 .s2bmzlx~.klfxy1r{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.mnh49 .h8sdr~.klfxy1r .ksk8n,
.mnh49 .s2bmzlx~.klfxy1r .ksk8n{justify-content:flex-start}
.h8sdr~.klfxy1r,.s2bmzlx~.klfxy1r{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}
.h8sdr~.klfxy1r .ksk8n{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.s2bmzlx~.klfxy1r .ksk8n{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.z1qv88 .ksk8n{margin:0 0 12px}
.ksk8n{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ay6wlfr{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.bn1qikv{font-weight:600;color:var(--text-heading);opacity:1}
.fmh4h7w .ay6wlfr{display:none}
.c2pzc .ksk8n{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.t7zmq3vd .nggnsl1b{color: var(--accent-light);opacity:1;font-weight:500}
.loma6ivs .ksk8n{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.zyoxd11{--date-bg:var(--accent-bg-light)}
.x570cqnt .inea::before{content:"|";opacity:.3}
.x570cqnt .nggnsl1b + .nggnsl1b::before{content:"|";margin-right:6px;opacity:.3}
.opvhif1 .oszqmk6{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .oszqmk6{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .j7wx{max-width:100%}
}
:root {
  --accent:          #840510;
  --brand:           #840510;
  --brand-light:     #650911;
  --brand-pale:      #8c1620;
  --grad-start:      #dc081a;
  --grad-end:        #eb3645;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #840510;
  --cta-light:       #5f0109;
  --cta-hover:       #490208;
  --bg-page:         #f8f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f3f3;
  --bg-raised:       #f1edee;
  --bg-hover:        #f6f3f3;
  --border:          #e9e1e2;
  --border-alt:      #ddcfd0;
  --border-section:  #e9e1e2;
  --text-primary:    #1c1617;
  --text-muted:      #625051;
  --text-body:       #382d2e;
  --text-sub:        #544446;
  --text-faint:      #8c7274;
  --text-dim:        #a38e90;
  --text-label:      #705b5d;
  --text-value:      #46393a;
  --accent-bg:       #f7dde0;
  --accent-bg-light: #f5c1c5;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f3;
  --c-pros:          #10960c;
  --c-cons:          #9f2123;
  --c-pros-label:    #14b30e;
  --c-tip-border:    #16c610;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #10960c;
}
:root { --logo-bg-opacity: 53%; }
body, button, input { font-family: "Poppins", sans-serif; }
.jr8cu .qh3swvi { font-size: 0; width: 1.2rem; flex-shrink: 0; }.jr8cu .qh3swvi::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.jr8cu .ca1rzp     .qh3swvi::before { content: "";  color: var(--c-tip-border); }.jr8cu .z6rqz .qh3swvi::before { content: ""; color: var(--c-warn-border); }.jr8cu .grys    .qh3swvi::before { content: ""; color: #60a5fa; }.bnwz4 .jr8cu .ca1rzp     .qh3swvi::before { color: #10b981; }.bnwz4 .jr8cu .z6rqz .qh3swvi::before { color: #f43f5e; }.bnwz4 .jr8cu .grys    .qh3swvi::before { color: #a855f7; }.jld18  .jr8cu .ca1rzp     .qh3swvi::before { color: #eab308; }.jld18  .jr8cu .z6rqz .qh3swvi::before { color: #ef4444; }.jld18  .jr8cu .grys    .qh3swvi::before { color: #f97316; }.oim39sr9  .jr8cu .ca1rzp     .qh3swvi::before { color: #38bdf8; }.oim39sr9  .jr8cu .z6rqz .qh3swvi::before { color: #818cf8; }.oim39sr9  .jr8cu .grys    .qh3swvi::before { color: #2dd4bf; }.chx4z .jr8cu .qh3swvi::before { color: var(--accent-light) !important; }
.lj5mu4o .m9ym1p, .lj5mu4o .h8sdr { min-height: 420px; }
.c3et2rf .ampwn::after,.c3et2rf .zit35xr::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; }
.k5rkw68::before { content: '·'; font-size: 1.3em; line-height: 1; }
.kr8j .nggnsl1b::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.kr8j .nggnsl1b:first-of-type::before{content:"\f058"}.kr8j .nggnsl1b:last-of-type::before{content:"\f021"}