: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;
}
.uoiyo6t {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.acwrt5kb {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.p2h4 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.pw2av { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.neq39 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.neq39 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.neq39 a:hover { color: var(--accent-light); }
.oh4oyzri     .wbb6pu6 { border-radius: 6px; }
.oh4oyzri .wbb6pu6 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.oh4oyzri .wbb6pu6 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.tjnv4 .wbb6pu6 li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .wbb6pu6 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .dme3g2g:hover .wbb6pu6,
  .dme3g2g:focus-within .wbb6pu6 { display: block; }
  .wbb6pu6 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ffpmz {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.es1wfd { display: none; }
@media (max-width: 640px) {
  .es1wfd {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .es1wfd.bidyw { display: block; }
}
@media (max-width: 640px) {
  .ffpmz { display: block; }
  .neq39 > li + li::before { display: none !important; }
  .neq39 {
    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;
  }
  .neq39.bidyw { display: flex; }
  .neq39 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .neq39 li:last-child a { border-bottom: none; }
}
.bzqpklrj { min-height: 480px; }
.yu754 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.b7cb { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.z4la8lsl .b7cb { margin-left: 0; margin-right: 0; }
.efjmczr {
  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;
}
.efjmczr:hover { opacity: 0.88; }
.b4dd4721 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.xz6i4 {
  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%);
}
.b4dd4721 .t1a55my {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.b4dd4721 .yu754 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.b4dd4721 .b7cb { color: #e2e8f0; }
.b4dd4721.suk29n9 .t1a55my { text-align: center; }
.b4dd4721.z4la8lsl   .t1a55my { text-align: left; }
.oxng1s .t1a55my {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.oxng1s .yu754 { color: var(--text-primary); text-shadow: none; }
.oxng1s .b7cb { color: var(--text-muted); }
.oxng1s .efjmczr { margin-top: 16px; }
.oxng1s, .oxng1s.bzqpklrj { min-height: auto !important; }
.oxng1s.suk29n9 .t1a55my { text-align: center; }
.oxng1s.z4la8lsl   .t1a55my { text-align: left; }
.oxng1s~.lfhcplpo{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}
.oxng1s~.lfhcplpo .mgpqdyre{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}
.n4h6 {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.n4y2zf .n4h6,
.n4y2zf .n4h6::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.n3wgl .n4h6,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.bxgtpn .n4h6,
.bxgtpn .bmgof87,
.bxgtpn .b4dd4721 .xz6i4 {
  overflow: hidden;
}
.bxgtpn .n4h6::after,
.bxgtpn .bmgof87::after,
.bxgtpn .b4dd4721 .xz6i4::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%); }
}
.ju7ymx2a .n4h6,
.ju7ymx2a .n4h6::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); }
}
.ju7ymx2a .b4dd4721 .xz6i4 {
  overflow: hidden;
}
.ju7ymx2a .b4dd4721 .xz6i4::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;
}
.t98hdx9 .n4h6,
.t98hdx9 .b4dd4721 .xz6i4 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.n4y2zf .b4dd4721 .xz6i4 {
  overflow: hidden;
}
.n4y2zf .b4dd4721 .xz6i4::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;
}
.n3wgl .b4dd4721 .xz6i4 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.n4h6 .xz6i4 {
  background: none;
}
.n4h6 .yu754 { color: #fff; }
.n4h6 .b7cb { color: rgba(255,255,255,0.85); }
.n4h6 .efjmczr { background: #fff; color: var(--cta); }
.n4h6 .efjmczr:hover { opacity: 0.92; }
.bxgtpn .tv9ju3w { position: relative; overflow: hidden; }
.bxgtpn .tv9ju3w::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;
}
.tv9ju3w .yu754 { text-shadow: none; color: var(--text-primary); }
.tv9ju3w .b7cb { color: var(--text-muted); }
.tv9ju3w.suk29n9 .dczb { align-items: center; text-align: center; }
.k3c501q .t1a55my { padding-bottom: 24px; }
.xwy2 .t1a55my { max-width: 960px; }
@media (max-width: 700px) {
  .tv9ju3w { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .tv9ju3w .ht14 { display: none !important; }
  .rxus .ht14 { display: none !important; }
  .ijpw0 .gydu { display: none !important; }
  .z2ebl .c7jv { display: none !important; }
  .dczb  { padding: 36px 24px; }
  .tv9ju3w~.lfhcplpo,.aio6xaf~.lfhcplpo{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .bzqpklrj, .tv9ju3w { min-height: 320px !important; }
  
  .yu754 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .to7l { display: none !important; }
  
  .ivx9jk { flex-direction: column; align-items: center; }
  .e5bwy { width: 100%; max-width: 340px; }
}
.i6ice { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.gf0u { width: 100%; height: auto; display: block; border-radius: 10px; }
.cl4dk809 .i6ice        { border-radius: 16px; }
.cl4dk809 .gf0u  { border-radius: 16px; }
.x6i1zch .i6ice         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.x6i1zch .gf0u   { border-radius: 8px; }
.o14fi4t { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.j33i2n6 { width: 100%; padding: 32px 0; position: relative; }
.qbv2zo { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ytk0i .j33i2n6:nth-child(even) { background: var(--bg-surface); }
.ytk0i .j33i2n6:nth-child(odd)  { background: var(--bg-page); }
.xx5g6 .j33i2n6:nth-child(even) { background: var(--bg-card); }
.xx5g6 .j33i2n6:nth-child(odd)  { background: var(--bg-page); }
.ytk0i .j33i2n6:nth-child(odd)  .qbv2zo { background: var(--bg-card); border-radius: 6px; }
.ytk0i .j33i2n6:nth-child(even) .qbv2zo { background: var(--bg-raised); border-radius: 6px; }
.xx5g6 .j33i2n6:nth-child(odd)  .qbv2zo { background: var(--bg-card); border-radius: 6px; }
.xx5g6 .j33i2n6:nth-child(even) .qbv2zo { background: var(--bg-raised); border-radius: 6px; }
.ytk0i .j33i2n6:nth-child(even) .dym6 .noq878ns,
.xx5g6 .j33i2n6:nth-child(even) .dym6 .noq878ns { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ytk0i .j33i2n6:nth-child(odd) .dym6 .noq878ns,
.xx5g6 .j33i2n6:nth-child(odd) .dym6 .noq878ns { background: var(--bg-card-inner); }
.ytk0i .j33i2n6:nth-child(even) .k7uau7 .noq878ns:nth-child(odd),
.xx5g6 .j33i2n6:nth-child(even) .k7uau7 .noq878ns:nth-child(odd)  { background: var(--bg-card); }
.ytk0i .j33i2n6:nth-child(even) .k7uau7 .noq878ns:nth-child(even),
.xx5g6 .j33i2n6:nth-child(even) .k7uau7 .noq878ns:nth-child(even) { background: var(--bg-card-inner); }
h1.xwzho7ti { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.xwzho7ti {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.athow { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.tiaq h2.xwzho7ti {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.i7cs6ili h2.xwzho7ti {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.nq7vcl5e h2.xwzho7ti {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.j2d0 h2.xwzho7ti::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ysjjxvn5 h2.xwzho7ti {
  color: var(--text-primary); font-size: 1.7rem;
}
.hmeg h2.xwzho7ti::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.hocxvv77 h2.xwzho7ti {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.axb1d01 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .axb1d01 { display: none; } }
.h7fv8b8 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.z1yegbr { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.gkge {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.x9dt { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.b5iu { padding-left: 20px; }
.b5iu li { margin-bottom: 6px; }
.b5iu a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.b5iu a:hover { color: var(--accent-light); }
.iq1xdtdh .x9dt { display: none; }
.t7rd6m .x9dt { display: none; }
.t7rd6m .b5iu { padding-left: 0; list-style: none; }
.t7rd6m .b5iu li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.t7rd6m .b5iu a { font-size: 0.92rem; }
.rn63 .gkge { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.rn63 .x9dt { display: none; }
.rn63 .b5iu { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.rn63 .b5iu li { margin-bottom: 0; }
.rn63 .b5iu 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;
}
.rn63 .b5iu a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.j29b8jtw .gkge { padding: 20px 20px 16px; }
.j29b8jtw .b5iu {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.j29b8jtw .b5iu li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.j29b8jtw .b5iu 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;
}
.j29b8jtw .b5iu 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;
}
.j29b8jtw .b5iu a:hover { color: var(--accent-light); border-color: var(--accent); }
.j29b8jtw .b5iu a:focus,
.j29b8jtw .b5iu a:focus-visible,
.j29b8jtw .b5iu a:target { outline: none; }
.j29b8jtw .b5iu li:target a { border-color: var(--border); color: var(--text-muted); }
.uofca8c .gkge { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.uofca8c .x9dt { display: none; }
.uofca8c .b5iu { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.uofca8c .b5iu li { margin-bottom: 0; }
.uofca8c .b5iu li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.uofca8c .b5iu li:last-child::after { content: ""; margin-right: 0; }
.uofca8c .b5iu a { font-size: 0.9rem; }
.noq878ns { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.dym6 .noq878ns { background: var(--bg-card); }
.k7uau7 .noq878ns:nth-child(odd)  { background: var(--bg-card); }
.k7uau7 .noq878ns:nth-child(even) { background: var(--bg-raised); }
.hx9l .noq878ns {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.hx9l .noq878ns:last-child { border-bottom: none; }
.hx9l h3.athow { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ufikcku .noq878ns {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ufikcku .noq878ns + .noq878ns { margin-top: 4px; }
.a1xb .noq878ns { background: none; border-radius: 0; padding: 12px 0; }
.a1xb .noq878ns + .noq878ns { border-top: 1px solid var(--border-section); }
.pxn6f { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.rtwjk { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.wyv2dpg { color: var(--text-body); margin-bottom: 10px; }
.v4ke, .pucl1mgp { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.v4ke li, .pucl1mgp li { margin-bottom: 6px; }
.pucl1mgp li { list-style: decimal; }
.xdnp     .v4ke { list-style-type: "● "; }
.hkiuk  .v4ke { list-style-type: "■ "; }
.u4lluv .v4ke { list-style-type: "◆ "; }
.qfsnrwi    .v4ke { list-style-type: "★ "; }
.xdnp     .eynk5z { list-style-type: "● "; }
.hkiuk  .eynk5z { list-style-type: "■ "; }
.u4lluv .eynk5z { list-style-type: "◆ "; }
.qfsnrwi    .eynk5z { list-style-type: "★ "; }
.xdnp    .v4ke li::marker, .xdnp    .eynk5z li::marker,
.hkiuk .v4ke li::marker, .hkiuk .eynk5z li::marker,
.u4lluv .v4ke li::marker, .u4lluv .eynk5z li::marker,
.qfsnrwi   .v4ke li::marker, .qfsnrwi   .eynk5z li::marker {
  color: var(--cta); font-size: 1em;
}
.xdnp .pucl1mgp,
.hkiuk .pucl1mgp,
.u4lluv .pucl1mgp,
.qfsnrwi .pucl1mgp {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.xdnp .pucl1mgp li,
.hkiuk .pucl1mgp li,
.u4lluv .pucl1mgp li,
.qfsnrwi .pucl1mgp li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.xdnp .pucl1mgp li::before,
.hkiuk .pucl1mgp li::before,
.u4lluv .pucl1mgp li::before,
.qfsnrwi .pucl1mgp 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;
}
.xdnp     .pucl1mgp li::before { border-radius: 50%; }
.hkiuk  .pucl1mgp li::before { border-radius: 3px; }
.u4lluv .pucl1mgp li::before { border-radius: 3px; }
.qfsnrwi    .pucl1mgp li::before { border-radius: 50%; }
.rj31hh { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.rx90m .rj31hh,
.rrku5 .rj31hh { background: transparent; border: none; border-radius: 0; }
.qlzdi396 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.qlzdi396 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.qlzdi396 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.qlzdi396 tr:hover td { background: var(--bg-hover); }
.j1g8pbss .qlzdi396 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.vwpw .qlzdi396 { border: 1px solid var(--border-alt); }
.vwpw .qlzdi396 th,
.vwpw .qlzdi396 td { border: 1px solid var(--border-alt); }
.qy638vvg .qlzdi396 th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.qy638vvg .qlzdi396 td { border-bottom: none; }
.qy638vvg .qlzdi396 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.nd65z .qlzdi396 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.kpkows7 .rj31hh {
  overflow: hidden;
}
.kpkows7 .qlzdi396 th { border-bottom: 1px solid var(--border-alt); }
.kpkows7 .qlzdi396 tr:last-child td { border-bottom: none; }
.a6w279 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.eegftcjq { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.e25rbjv { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ofvd { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.maca53 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.eynk5z { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.eynk5z 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);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%}
.brd0bd .ofvd { background: transparent; text-align: center; }
.v7m16 .e25rbjv {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.lwj0n9p .e25rbjv {
  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);
}
.db3sv1d .eegftcjq { display: grid; grid-template-columns: auto 1fr; }
.db3sv1d .e25rbjv {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.db3sv1d .ofvd { grid-column: 2; }
.db3sv1d .maca53,
.db3sv1d .eynk5z { grid-column: 1 / -1; }
.w5kctm9 .eegftcjq { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.w5kctm9 .e25rbjv {
  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);
}
.w5kctm9 .ofvd { grid-column: 2; }
.w5kctm9 .maca53,
.w5kctm9 .eynk5z { grid-column: 1 / -1; }
.l8q22 .eegftcjq { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.l8q22 .ofvd { background: none; color: var(--accent-light); font-weight: 700; }
.u6mdu .eegftcjq { 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); }
.u6mdu .ofvd { background: none; color: var(--accent-light); font-weight: 700; }
.t5zs8 .eegftcjq { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.t5zs8 .eegftcjq:last-child { border-bottom: none; }
.t5zs8 .ofvd { background: none; color: var(--accent-light); font-weight: 700; }
.bvas .eegftcjq { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.bvas .ofvd { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.s14w .a6w279 { counter-reset: card-n; }
.s14w .eegftcjq  { counter-increment: card-n; }
.s14w .ofvd { display: flex; align-items: center; gap: 10px; }
.s14w .ofvd::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;
}
.x85i .eegftcjq { background: var(--bg-surface); border: 1px solid var(--border); }
.x85i .ofvd { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.fdka33 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.jpze { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.l30bdz6h { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.wjfvp51h { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.fdka33 strong { color: var(--text-primary); font-size: 0.95rem; }
.fdka33 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.ken1 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.eo49, .al14q { border-radius: 8px; padding: 14px; }
.eo49 { background: var(--bg-pros); }
.al14q { background: var(--bg-cons); }
.ukpwtk { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.eo49 .ukpwtk { color: var(--c-pros-label); }
.al14q .ukpwtk { color: #f87171; }
.eo49 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.al14q ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.gf0u { width: 100%; height: auto; border-radius: 10px; display: block; }
.vht3153n {
  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;
}
.vht3153n:hover { opacity: 0.85; }
.ek60fqh .vht3153n  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ek60fqh .vht3153n:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.o4tnw .vht3153n  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.o4tnw .vht3153n:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.di09 .efjmczr { border-radius: 50px; }
.di09 .vht3153n  { border-radius: 50px; }
.z3n7 .efjmczr { padding-left: 22px; padding-right: 22px; }
.z3n7 .vht3153n  { padding-left: 12px; padding-right: 12px; }
.d2at84 .efjmczr { padding-left: 44px; padding-right: 44px; }
.d2at84 .vht3153n  { padding-left: 24px; padding-right: 24px; }
.djxto .efjmczr { padding-left: 56px; padding-right: 56px; }
.djxto .vht3153n  { padding-left: 32px; padding-right: 32px; }
.bwj3px3   .efjmczr::after, .bwj3px3   .vht3153n::after,
.wujq .efjmczr::after, .wujq .vht3153n::after,
.oqy9e5h    .efjmczr::after, .oqy9e5h    .vht3153n::after,
.lbun    .efjmczr::after, .lbun    .vht3153n::after,
.uxpp6ht    .efjmczr::after, .uxpp6ht    .vht3153n::after,
.ignipq     .efjmczr::after, .ignipq     .vht3153n::after,
.tl64    .efjmczr::after, .tl64    .vht3153n::after,
.arysrpw   .efjmczr::after, .arysrpw   .vht3153n::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;
}
.bwj3px3 .efjmczr::after, .bwj3px3 .vht3153n::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");
}
.wujq .efjmczr::after, .wujq .vht3153n::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");
}
.oqy9e5h .efjmczr::after, .oqy9e5h .vht3153n::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");
}
.lbun .efjmczr::after, .lbun .vht3153n::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");
}
.uxpp6ht .efjmczr::after, .uxpp6ht .vht3153n::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");
}
.ignipq .efjmczr::after, .ignipq .vht3153n::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");
}
.tl64 .efjmczr::after, .tl64 .vht3153n::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");
}
.arysrpw .efjmczr::after, .arysrpw .vht3153n::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");
}
.zsy9um   .ykx8uza::after, .zsy9um   .p3klhg::after,
.pzoaulw .ykx8uza::after, .pzoaulw .p3klhg::after,
.p8ems    .ykx8uza::after, .p8ems    .p3klhg::after,
.lzza38    .ykx8uza::after, .lzza38    .p3klhg::after,
.wgem    .ykx8uza::after, .wgem    .p3klhg::after,
.t3q2l     .ykx8uza::after, .t3q2l     .p3klhg::after,
.xv3zui    .ykx8uza::after, .xv3zui    .p3klhg::after,
.x3kyn0id   .ykx8uza::after, .x3kyn0id   .p3klhg::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;
}
.zsy9um .ykx8uza::after, .zsy9um .p3klhg::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");
}
.pzoaulw .ykx8uza::after, .pzoaulw .p3klhg::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");
}
.p8ems .ykx8uza::after, .p8ems .p3klhg::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");
}
.lzza38 .ykx8uza::after, .lzza38 .p3klhg::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");
}
.wgem .ykx8uza::after, .wgem .p3klhg::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");
}
.t3q2l .ykx8uza::after, .t3q2l .p3klhg::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");
}
.xv3zui .ykx8uza::after, .xv3zui .p3klhg::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");
}
.x3kyn0id .ykx8uza::after, .x3kyn0id .p3klhg::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");
}
.sf0xw .xxbh { background: transparent; padding: 0; }
@media (min-width: 721px) {
  .tn8c { flex: 0 0 260px; width: 260px; }
  .x8m66474 { flex: 0 0 120px; width: 120px; }
  .r7xtw { flex: 0 0 110px; width: 110px; }
  .rxebc   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .l5fp { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.l5fp.vht3153n { 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) {
  .nvm4 { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .nvm4 .q2k8n { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .nvm4 .tn8c { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .nvm4 .xxbh { width: 100%; min-width: unset; height: 120px; }
  .nvm4 .f1c1 { max-height: 96px; max-width: 200px; }
  .nvm4 .i4t8 { min-width: unset; text-align: center; white-space: normal; }
  .nvm4 .x8m66474 { min-width: 0; }
  .nvm4 .rxebc { 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; }
  .nvm4 .l5fp { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .wd2xg8l .q2k8n { row-gap: 8px !important; gap: 10px !important; }
}
.oy54 .h9h6xsk { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .b23o .icy9pl {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .b23o .wak1h { margin: 0; }
}
.ovobon71 .wak1h { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.ovobon71 .fvu8hu6r { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.ovobon71 .rx90m { padding: 14px 16px; }
.ovobon71 .yqxg6 { border-radius: 4px; }
.ovobon71 .h9h6xsk { border-radius: 0; }
.rrku5 .ken1 { gap: 10px; }
.rrku5 .eo49, .rrku5 .al14q { padding: 12px; }
.rrku5 .eo49 ul, .rrku5 .al14q ul { margin: 4px 0 0; padding-left: 18px; }
.rrku5 .eo49 li, .rrku5 .al14q li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .ntg3d { grid-template-columns: 1fr; }
  .qg3d { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .qg3d .e0asd { width: 72px; height: 50px; }
  .qg3d .xm916 { max-width: 180px; }
  .qg3d .ul43n8o { width: auto; }
}
@media (max-width: 720px) {
  .fql8u { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .xcc4d2 { padding: 16px; }
  .iq46 .ca50lwj { min-width: 50%; }
}
.gjg0 .ken1 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ww66y0a { grid-template-columns: 1fr; }
  .s9rqfd { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .r8w1t { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .eo1j8wz { flex-wrap: wrap; padding: 16px; }
}
.xttx .ken1 { gap: 8px; }
.xttx .eo49, .xttx .al14q { padding: 8px; }
@media (max-width: 480px) {
  .gk3kf { flex-direction: column; align-items: stretch; }
}
.to149i .ul43n8o .vht3153n { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .c40itw { flex-direction: column; align-items: stretch; gap: 10px; }
  .to149i .ul43n8o { text-align: center; }
}
@media (max-width: 720px) {
  .pzobqgm { grid-template-columns: 1fr; }
  .nmx1tt { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .db0789 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .p87upl { grid-template-columns: 1fr; }
  .o9pj { width: 100px; height: 100px; margin: 16px auto; }
  .ipb0a { font-size: 1.4rem; }
  .j88uzo { justify-content: center; }
  .xbpgqpt9 .ca50lwj { min-width: 50%; }
}
.k10wjw4 .ken1 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .fgk990dm { flex-wrap: wrap; padding: 14px 16px; }
  .iqr59i31 { padding: 12px 16px; }
  .k10wjw4 .ken1 { margin: 0 16px; }
  .k10wjw4 .czmrsboi { padding: 0 16px; }
  .d6higm6 { padding: 12px 16px; }
}
.btqv .l5fp.vht3153n { padding: 14px 30px !important; font-size: 1rem; }
.a5n4ul .l5fp.vht3153n { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.utc984zd .x8m66474 { display: none; }
.utc984zd .r7xtw { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.utc984zd .r7xtw {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.utc984zd .r7xtw small { display: none; }
.utc984zd .hwtr9r6a .iwx8amwz { display: none; }
.utc984zd .hwtr9r6a strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.utc984zd .ou4oy66 { display: none; }
.rghtgzgo { margin: 16px 0; }
.pehebur { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.pehebur summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.pehebur summary::after { content: "+"; color: var(--accent); }
.pehebur[open] summary::after { content: "−"; }
.pehebur p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.j33i2n6 { margin-bottom: 0; }
.s5l90u49 h2.xwzho7ti { color: var(--text-primary); border-color: var(--accent); }
.yfx39nmv h2.xwzho7ti { color: var(--text-primary); border-color: var(--accent); }
.cjxm8vud .jpze { background: #2d0a1e; border-color: #f43f5e; }
.cjxm8vud .l30bdz6h    { background: #1e1036; border-color: #a855f7; }
.cjxm8vud .fdka33 strong  { color: #f1f5f9; }
.cjxm8vud .fdka33 p       { color: #cbd5e1; }
.cjxm8vud .gs355zyb    .u28jl1sl     .wjfvp51h::before,
.cjxm8vud .gjy1a  .u28jl1sl     .wjfvp51h::before,
.cjxm8vud .i62x47v  .u28jl1sl     .wjfvp51h::before,
.cjxm8vud .bx3sp4w .u28jl1sl     .wjfvp51h::before { color: #10b981; }
.cjxm8vud .gs355zyb    .jpze .wjfvp51h::before,
.cjxm8vud .gjy1a  .jpze .wjfvp51h::before,
.cjxm8vud .i62x47v  .jpze .wjfvp51h::before,
.cjxm8vud .bx3sp4w .jpze .wjfvp51h::before { color: #f43f5e; }
.cjxm8vud .gs355zyb    .l30bdz6h    .wjfvp51h::before,
.cjxm8vud .gjy1a  .l30bdz6h    .wjfvp51h::before,
.cjxm8vud .i62x47v  .l30bdz6h    .wjfvp51h::before,
.cjxm8vud .bx3sp4w .l30bdz6h    .wjfvp51h::before { color: #a855f7; }
.e13f .jpze { background: #2d0b0b; border-color: #ef4444; }
.e13f .l30bdz6h    { background: #2d1600; border-color: #f97316; }
.e13f .fdka33 strong  { color: #f1f5f9; }
.e13f .fdka33 p       { color: #cbd5e1; }
.e13f .gs355zyb    .u28jl1sl     .wjfvp51h::before,
.e13f .gjy1a  .u28jl1sl     .wjfvp51h::before,
.e13f .i62x47v  .u28jl1sl     .wjfvp51h::before,
.e13f .bx3sp4w .u28jl1sl     .wjfvp51h::before { color: #eab308; }
.e13f .gs355zyb    .jpze .wjfvp51h::before,
.e13f .gjy1a  .jpze .wjfvp51h::before,
.e13f .i62x47v  .jpze .wjfvp51h::before,
.e13f .bx3sp4w .jpze .wjfvp51h::before { color: #ef4444; }
.e13f .gs355zyb    .l30bdz6h    .wjfvp51h::before,
.e13f .gjy1a  .l30bdz6h    .wjfvp51h::before,
.e13f .i62x47v  .l30bdz6h    .wjfvp51h::before,
.e13f .bx3sp4w .l30bdz6h    .wjfvp51h::before { color: #f97316; }
.asodu .jpze { background: #12103a; border-color: #818cf8; }
.asodu .l30bdz6h    { background: #0a2020; border-color: #2dd4bf; }
.asodu .fdka33 strong  { color: #f1f5f9; }
.asodu .fdka33 p       { color: #cbd5e1; }
.asodu .gs355zyb    .u28jl1sl     .wjfvp51h::before,
.asodu .gjy1a  .u28jl1sl     .wjfvp51h::before,
.asodu .i62x47v  .u28jl1sl     .wjfvp51h::before,
.asodu .bx3sp4w .u28jl1sl     .wjfvp51h::before { color: #38bdf8; }
.asodu .gs355zyb    .jpze .wjfvp51h::before,
.asodu .gjy1a  .jpze .wjfvp51h::before,
.asodu .i62x47v  .jpze .wjfvp51h::before,
.asodu .bx3sp4w .jpze .wjfvp51h::before { color: #818cf8; }
.asodu .gs355zyb    .l30bdz6h    .wjfvp51h::before,
.asodu .gjy1a  .l30bdz6h    .wjfvp51h::before,
.asodu .i62x47v  .l30bdz6h    .wjfvp51h::before,
.asodu .bx3sp4w .l30bdz6h    .wjfvp51h::before { color: #2dd4bf; }
.m5tki .u28jl1sl     { background: var(--accent-bg); border-color: var(--accent); }
.m5tki .jpze { background: var(--accent-bg-light); border-color: var(--accent-light); }
.m5tki .l30bdz6h    { background: var(--accent-bg); border-color: var(--accent-pale); }
.m5tki .gs355zyb    .wjfvp51h::before,
.m5tki .gjy1a  .wjfvp51h::before,
.m5tki .i62x47v  .wjfvp51h::before,
.m5tki .bx3sp4w .wjfvp51h::before { color: var(--accent-light) !important; }
.xq5hs5::before,
.camcb5t::before { margin-right: 5px; }
.b7wnz .eo49 ul li,
.b7wnz .hipt1 li         { color: #4ade80; }
.b7wnz .eo49 .xq5hs5 { color: #22c55e; }
.b7wnz .al14q ul li,
.b7wnz .s5urdvl li         { color: #f87171; }
.b7wnz .al14q .camcb5t { color: #ef4444; }
.h0b0 .eo49 { background: var(--bg-pros); }
.h0b0 .al14q { background: var(--bg-cons); }
.h0b0 .eo49 .xq5hs5 { color: var(--c-pros-label); }
.h0b0 .al14q .camcb5t { color: var(--c-cons); }
.h0b0 .eo49 ul li,
.h0b0 .al14q ul li,
.b7qi9 .eo49 { background: var(--bg-pros); }
.b7qi9 .al14q { background: var(--bg-cons); }
.b7qi9 .eo49 .xq5hs5 { color: var(--c-pros-label); }
.b7qi9 .al14q .camcb5t { color: var(--c-cons); }
.b7qi9 .eo49 ul li,
.b7qi9 .al14q ul li,
.ccp0r4 .xq5hs5::before { content: "✓ "; }
.ccp0r4 .camcb5t::before { content: "✗ "; }
.m7bi4ru .xq5hs5::before { content: "→ "; }
.m7bi4ru .camcb5t::before { content: "← "; }
.dgzp88 .xq5hs5::before { content: "★ "; }
.dgzp88 .camcb5t::before { content: "✕ "; }
.g960pc8 .xq5hs5::before { content: "◆ "; }
.g960pc8 .camcb5t::before { content: "▲ "; }
.oy54 .fdka33 { background: transparent; border-left: none; border: 1.5px solid; }
.oy54 .u28jl1sl     { border-color: var(--c-tip-border); }
.oy54 .jpze { border-color: var(--c-warn-border); }
.oy54 .l30bdz6h    { border-color: #60a5fa; }
.oy54 .fdka33 strong { color: var(--text-primary); }
.oy54 .fdka33 p      { color: var(--text-muted); }
.mvlbo .fdka33 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.mvlbo .jpze { border-top-color: var(--c-warn-border); }
.mvlbo .l30bdz6h    { border-top-color: #60a5fa; }
.ddwbc1k .fdka33 { border-left: none; border-radius: 8px; }
.ddwbc1k .jpze { background: #92400e; }
.ddwbc1k .l30bdz6h    { background: #1e3a8a; }
.ddwbc1k .fdka33 strong,
.ddwbc1k .fdka33 p { color: #fff; }
.ddwbc1k .wjfvp51h::before { color: rgba(255,255,255,0.85) !important; }
.cjxm8vud.ddwbc1k .jpze,
.cjxm8vud .ddwbc1k .jpze { background: #2d0a1e; }
.cjxm8vud.ddwbc1k .l30bdz6h,
.cjxm8vud .ddwbc1k .l30bdz6h    { background: #1e1036; }
.e13f.ddwbc1k .jpze,
.e13f .ddwbc1k .jpze  { background: #2d0b0b; }
.e13f.ddwbc1k .l30bdz6h,
.e13f .ddwbc1k .l30bdz6h     { background: #2d1600; }
.asodu.ddwbc1k .jpze,
.asodu .ddwbc1k .jpze  { background: #12103a; }
.asodu.ddwbc1k .l30bdz6h,
.asodu .ddwbc1k .l30bdz6h     { background: #0a2020; }
.gaagyox .fdka33 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.gaagyox .jpze { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.gaagyox .l30bdz6h    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.gaagyox .fdka33 strong { color: var(--text-primary); }
.gaagyox .fdka33 p      { color: var(--text-muted); }
.viyi9y0a .fdka33 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.gs355zyb .wjfvp51h,
.gjy1a .wjfvp51h,
.i62x47v .wjfvp51h,
.bx3sp4w .wjfvp51h { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.gs355zyb .wjfvp51h::before,
.gjy1a .wjfvp51h::before,
.i62x47v .wjfvp51h::before,
.bx3sp4w .wjfvp51h::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.gs355zyb .u28jl1sl     .wjfvp51h::before { content: "✦"; color: var(--c-tip-border); }
.gs355zyb .jpze .wjfvp51h::before { content: "▲"; color: var(--c-warn-border); }
.gs355zyb .l30bdz6h    .wjfvp51h::before { content: "◉"; color: #60a5fa; }
.gjy1a .u28jl1sl     .wjfvp51h::before { content: "★"; color: var(--c-tip-border); }
.gjy1a .jpze .wjfvp51h::before { content: "◆"; color: var(--c-warn-border); }
.gjy1a .l30bdz6h    .wjfvp51h::before { content: "●"; color: #60a5fa; }
.i62x47v .u28jl1sl     .wjfvp51h::before { content: "▶"; color: var(--c-tip-border); }
.i62x47v .jpze .wjfvp51h::before { content: "■"; color: var(--c-warn-border); }
.i62x47v .l30bdz6h    .wjfvp51h::before { content: "▸"; color: #60a5fa; }
.bx3sp4w .u28jl1sl     .wjfvp51h::before { content: "→"; color: var(--c-tip-border); }
.bx3sp4w .jpze .wjfvp51h::before { content: "⬥"; color: var(--c-warn-border); }
.bx3sp4w .l30bdz6h    .wjfvp51h::before { content: "◈"; color: #60a5fa; }
.j8v7io .dym6 .noq878ns,
.j8v7io .k7uau7 .noq878ns  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.j8v7io .eegftcjq                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.j8v7io .rj31hh          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.j8v7io .gkge                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.vxronq6y .dym6 .noq878ns,
.vxronq6y .k7uau7 .noq878ns,
.vxronq6y .eegftcjq,
.vxronq6y .q2k8n,
.vxronq6y .wak1h,
.vxronq6y .rj31hh,
.vxronq6y .gkge,
.vxronq6y .viyi9y0a .fdka33 { box-shadow: none; }
.weerss6x   body, .weerss6x   { font-size: 0.9rem; }
.weerss6x   .wyv2dpg, .weerss6x .pxn6f, .weerss6x .rtwjk,
.weerss6x   .h7fv8b8, .weerss6x .z1yegbr { font-size: 0.9rem; }
.weerss6x   .v4ke, .weerss6x .pucl1mgp { font-size: 0.9rem; }
.bo5eehn   .wyv2dpg, .bo5eehn .pxn6f, .bo5eehn .rtwjk,
.bo5eehn   .h7fv8b8, .bo5eehn .z1yegbr { font-size: 0.95rem; }
.bo5eehn   .v4ke, .bo5eehn .pucl1mgp { font-size: 0.95rem; }
.n6ezdt   .wyv2dpg, .n6ezdt .pxn6f, .n6ezdt .rtwjk,
.n6ezdt   .h7fv8b8, .n6ezdt .z1yegbr { font-size: 1.08rem; }
.n6ezdt   .v4ke, .n6ezdt .pucl1mgp { font-size: 1.05rem; }
.n6ezdt   .qlzdi396 { font-size: 0.97rem; }
.izhigbvr .yu754      { font-size: 3.2rem; }
.izhigbvr h2.xwzho7ti { font-size: 1.9rem; }
.izhigbvr h3.athow     { font-size: 1.4rem; }
.r4iyd .yu754      { font-size: 3.8rem; }
.r4iyd h2.xwzho7ti { font-size: 2.2rem; }
.r4iyd h3.athow     { font-size: 1.6rem; }
.j33i2n6 + .j33i2n6 { position: relative; }
.np4nf6j   .j33i2n6 + .j33i2n6::before,
.b7rg  .j33i2n6 + .j33i2n6::before,
.drs3h   .j33i2n6 + .j33i2n6::before,
.doj7a4w   .j33i2n6 + .j33i2n6::before,
.cblym   .j33i2n6 + .j33i2n6::before,
.wsrmt0 .j33i2n6 + .j33i2n6::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.np4nf6j .j33i2n6 + .j33i2n6::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.b7rg .j33i2n6 + .j33i2n6::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.drs3h .j33i2n6 + .j33i2n6::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.doj7a4w .j33i2n6 + .j33i2n6::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.zqx4nuv9 .j33i2n6 { margin-bottom: 16px; }
.zqx4nuv9 .j33i2n6 + .j33i2n6 { margin-top: 0; }
.zqx4nuv9 .qbv2zo { padding-top: 0; padding-bottom: 0; }
.cblym .j33i2n6 + .j33i2n6::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.wsrmt0 .j33i2n6 + .j33i2n6::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.t7gi .j33i2n6 + .j33i2n6::before,
.rzfn9 .j33i2n6 + .j33i2n6::before,
.nfgdcur .j33i2n6 + .j33i2n6::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%;
}
.ytk0i .t7gi .j33i2n6:nth-child(even)::before,
.ytk0i .rzfn9 .j33i2n6:nth-child(even)::before,
.ytk0i .nfgdcur .j33i2n6:nth-child(even)::before { background: var(--bg-surface); }
.xx5g6 .t7gi .j33i2n6:nth-child(even)::before,
.xx5g6 .rzfn9 .j33i2n6:nth-child(even)::before,
.xx5g6 .nfgdcur .j33i2n6:nth-child(even)::before { background: var(--bg-card); }
.t7gi .j33i2n6 + .j33i2n6::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");
}
.rzfn9 .j33i2n6 + .j33i2n6::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");
}
.nfgdcur .j33i2n6 + .j33i2n6::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");
}
.l7f0 .b4dd4721,
.fdog .b4dd4721,
.o5c4 .b4dd4721 { overflow: hidden; }
.l7f0 .t1a55my,
.fdog .t1a55my { margin-bottom: 60px; }
.o5c4 .t1a55my { margin-bottom: 70px; }
.fdog .dczb { padding-bottom: 60px; }
.l7f0 .b4dd4721::before,
.fdog .b4dd4721::before,
.o5c4 .b4dd4721::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%;
}
.l7f0 .b4dd4721::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");
}
.fdog .b4dd4721::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");
}
.o5c4 .b4dd4721::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");
}
.c805p .b4dd4721:not(.n4h6) .xz6i4 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.h95sh .b4dd4721:not(.n4h6) .xz6i4 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.kxxbmfvc  .b4dd4721:not(.n4h6) .xz6i4 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.dj86  .b4dd4721:not(.n4h6) .xz6i4 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.c805p .n4h6 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.c805p .bmgof87 { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.c805p .tv9ju3w { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.h95sh .n4h6 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.kxxbmfvc .n4h6 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.dj86 .n4h6 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.f7farw .n4h6 { background: var(--accent); }
.f7farw .n4h6 .xz6i4 { background: none; }
.f7farw .b4dd4721:not(.n4h6) .xz6i4 { background: rgba(0,0,0,0.6); }
.d7uzhsqd .i6ice { float: left; width: 38%; margin: 0 28px 16px 0; }
.d7uzhsqd .i6ice .gf0u { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.d7uzhsqd .qbv2zo::after { content: ''; display: block; clear: both; }
.jm4k .i6ice { float: right; width: 38%; margin: 0 0 16px 28px; }
.jm4k .i6ice .gf0u { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jm4k .qbv2zo::after { content: ''; display: block; clear: both; }
.irf76 .j33i2n6:nth-child(odd)  .i6ice { float: left;  width: 38%; margin: 0 28px 16px 0; }
.irf76 .j33i2n6:nth-child(even) .i6ice { float: right; width: 38%; margin: 0 0 16px 28px; }
.irf76 .i6ice .gf0u { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.irf76 .qbv2zo::after { content: ''; display: block; clear: both; }
.d7uzhsqd .a6w279,
.jm4k .a6w279,
.irf76 .a6w279,
.d7uzhsqd .v4ke,
.d7uzhsqd .pucl1mgp,
.jm4k .v4ke,
.jm4k .pucl1mgp,
.irf76 .v4ke,
.irf76 .pucl1mgp { overflow: hidden; }
@media (max-width: 640px) {
  .d7uzhsqd .i6ice,
  .jm4k .i6ice,
  .irf76 .i6ice { float: none; width: 100%; margin: 0 0 16px 0; }
}
.civhf .o14fi4t,
.civhf .qbv2zo,
.civhf .nt2xa4v  { max-width: 1100px; }
.p2mb40bt .o14fi4t,
.p2mb40bt .qbv2zo,
.p2mb40bt .nt2xa4v  { max-width: 1200px; }
.hkb1faeb .o14fi4t,
.hkb1faeb .qbv2zo,
.hkb1faeb .nt2xa4v  { max-width: 1320px; }
.rxvu { font-size: 0.82rem; color: var(--text-muted); }
.x1sti { display: flex; align-items: center; }
.mysuwa0 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.cuy6o { display: flex; align-items: center; }
.o1mwfh4 { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.o1mwfh4:hover { text-decoration: underline; }
.bfz9ll { margin: 0 3px; opacity: 0.45; }
.bfz9ll::before { content: '/'; }
.dno0m { padding: 2px 5px; color: var(--text-main); }
.mur8i6d .rxvu {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.mur8i6d .x1sti { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.jz30 .rxvu {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.jz30 .x1sti { padding: 0 0 0 12px; }
.zuke .x1sti { padding: 0 16px; }
.zuke .rxvu {
  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);
}
.zuke .o14fi4t { padding-top: 28px; }
@media (max-width: 720px) {
  .hevnmp { margin-top: 18px; padding: 0 16px; }
  .zuke .o14fi4t { padding-top: 16px; }
}
.civhf.mur8i6d .x1sti { max-width: 1100px; }
.p2mb40bt.mur8i6d .x1sti { max-width: 1200px; }
.hkb1faeb.mur8i6d .x1sti { max-width: 1320px; }
.h0pr .j33i2n6 { padding-top: 16px; padding-bottom: 16px; }
.fw4xuc .j33i2n6 { padding-top: 24px; padding-bottom: 24px; }
.g6ib .j33i2n6 { padding-top: 40px; padding-bottom: 40px; }
.ud8p7 .j33i2n6 { padding-top: 52px; padding-bottom: 52px; }
.kb2sy .j33i2n6:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.kb2sy .j33i2n6:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.kb2sy .j33i2n6:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.kb2sy .j33i2n6:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.yjbpj .qbv2zo { padding-top: 10px;  padding-bottom: 10px; }
.r9lpv0 .qbv2zo { padding-top: 18px;  padding-bottom: 18px; }
.s3yl .qbv2zo { padding-top: 36px;  padding-bottom: 36px; }
.o51vi8r .qbv2zo { padding-top: 48px;  padding-bottom: 48px; }
.k60iueu h2.xwzho7ti { font-weight: 600; }
.k60iueu h3.athow     { font-weight: 600; }
.ro5c2 h2.xwzho7ti { font-weight: 800; }
.ro5c2 h3.athow     { font-weight: 700; }
.nrc1ib h2.xwzho7ti { font-weight: 900; }
.nrc1ib h3.athow     { font-weight: 800; }
.nrc1ib .fdka33 strong,
.nrc1ib .fdka33 strong { font-weight: 600; }
.ykx8uza {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.nf1ru .ykx8uza { display: none; }
@media (max-width: 640px) { .ykx8uza { display: none; } }
.ykx8uza { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ykx8uza:hover { opacity: 0.85; }
.nmez .ykx8uza { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.xb6a0yf1 .ykx8uza,
.f24vt  .ykx8uza { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.xb6a0yf1 .ykx8uza:hover,
.f24vt  .ykx8uza:hover { opacity: 0.88; }
.nmez.xb6a0yf1 .ykx8uza,
.nmez.f24vt  .ykx8uza { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.p3klhg {
  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;
}
.p3klhg:hover { transform: translateY(-2px); opacity: 0.92; }
.p3klhg { background: var(--cta) !important; color: #fff !important; border: none !important; }
.osplm .p3klhg { display: none; }
.zz4p56w .p3klhg { right: 32px; }
.x477  .p3klhg { left: 32px; }
@media (max-width: 480px) {
  .zz4p56w .p3klhg { right: 20px; bottom: 20px; }
  .x477  .p3klhg { left: 20px; bottom: 20px; }
}
.xj9at { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.nt2xa4v { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.bfbyr8w { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.hs5ta1u2 { color: var(--text-dim); font-size: 0.8rem; }
.qahlm4 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.qahlm4 img { height: 26px; width: auto; object-fit: contain; }
.kx0xp3h .nt2xa4v { text-align: center; }
.kx0xp3h .bfbyr8w { margin-top: 0; }
@media (max-width: 640px) {
  .nt2xa4v { padding-left: 16px; padding-right: 16px; }
  .l4mouv4 .nt2xa4v { padding: 20px 16px; }
  .c1ba6 { gap: 4px 12px; }
  .bfbyr8w { font-size: 0.78rem; }
}
.gsyn2 .ttzfp .qahlm4 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.gsyn2 .bfbyr8w { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.gsyn2 .hs5ta1u2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .gsyn2 .tjjxc79 { grid-template-columns: 1fr 1fr; } .gsyn2 .ttzfp { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gsyn2 .tjjxc79 { grid-template-columns: 1fr; } }
.jus7j78 .ham0oql { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.jus7j78 .qahlm4 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.jus7j78 .sjy0 { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.jus7j78 .sjy0 a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.jus7j78 .sjy0 a:hover { color: var(--accent); }
.enxvmq { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.jus7j78 .ne7w { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.jus7j78 .zqszqr { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.jus7j78 .zqszqr a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.jus7j78 .zqszqr a:hover { color: var(--accent); }
.jus7j78 .bfbyr8w { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .jus7j78 .ham0oql { gap: 12px; } .jus7j78 .qahlm4 { margin-right: 0; width: 100%; } }
.o9mb .k4ajm .qahlm4 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.o9mb .bfbyr8w { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.o9mb .hs5ta1u2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .o9mb .zm0u { grid-template-columns: 1fr 1fr; } .o9mb .k4ajm { grid-column: 1 / -1; } }
@media (max-width: 480px) { .o9mb .zm0u { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .r8xzk .hpmmq { grid-template-columns: 1fr 1fr; } .r8xzk .td9wfl:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .r8xzk .hpmmq { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .lwqs77 .hpmmq { grid-template-columns: 1fr; } }
.wz1r0d .nt2xa4v { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.m1lwn .uoiyo6t      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.m1lwn .xj9at { background: var(--bg-page); border-top-color: var(--border-alt); }
.pxpdn .uoiyo6t      { background: #0d1117; border-bottom-color: #21262d; }
.pxpdn .p2h4 { color: var(--accent-light); }
.pxpdn .neq39 { --msep-color: #8b949e; }
.pxpdn .neq39 a { color: #8b949e; }
.pxpdn .neq39 a:hover { color: var(--accent-light); }
.pxpdn .ffpmz { color: #8b949e; }
.pxpdn .xj9at { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.pxpdn .bfbyr8w,
.pxpdn .hs5ta1u2 { color: #6e7681; }
.pxpdn .vnlwa a, .pxpdn .sjy0 a,
.pxpdn .zqszqr a { color: #8b949e; }
.pxpdn .qahlm4 { color: #e6edf3; }
.pxpdn .vnlwa a:hover, .pxpdn .sjy0 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .pxpdn .neq39 { background: #0d1117; border-top-color: #21262d; }
  .pxpdn .neq39 li a { border-bottom-color: #21262d; }
}
.dhxj25 .uoiyo6t      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.dhxj25 .p2h4 { color: var(--accent); }
.dhxj25 .neq39 { --msep-color: #475569; }
.dhxj25 .neq39 a { color: #475569; }
.dhxj25 .neq39 a:hover { color: var(--accent); }
.dhxj25 .ffpmz { color: #64748b; }
.dhxj25 .xj9at { background: #f0f4f8; border-top-color: #cbd5e1; }
.dhxj25 .bfbyr8w,
.dhxj25 .hs5ta1u2 { color: #64748b; }
.dhxj25 .vnlwa a, .dhxj25 .sjy0 a,
.dhxj25 .zqszqr a, .dhxj25 .qahlm4 { color: #374151; }
.dhxj25 .vnlwa a:hover, .dhxj25 .sjy0 a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .dhxj25 .neq39 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .dhxj25 .neq39 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.xb6a0yf1 .uoiyo6t      { background: var(--accent); border-bottom-color: var(--accent-light); }
.xb6a0yf1 .p2h4 { color: #fff; }
.xb6a0yf1 .neq39 { --msep-color: rgba(255,255,255,0.82); }
.xb6a0yf1 .neq39 a { color: rgba(255,255,255,0.82); }
.xb6a0yf1 .neq39 a:hover { color: #fff; }
.xb6a0yf1 .ffpmz { color: rgba(255,255,255,0.9); }
.xb6a0yf1 .wbb6pu6 a { color: var(--text-primary) !important; }
.xb6a0yf1 .wbb6pu6 a:hover { color: var(--accent) !important; }
.xb6a0yf1 .xj9at { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.xb6a0yf1 .bfbyr8w,
.xb6a0yf1 .hs5ta1u2 { color: rgba(255,255,255,0.72); }
.xb6a0yf1 .kgumu a, .xb6a0yf1 .c1ba6 a,
.xb6a0yf1 .vnlwa a, .xb6a0yf1 .sjy0 a,
.xb6a0yf1 .zqszqr a, .xb6a0yf1 .qahlm4 { color: #fff; }
.xb6a0yf1 .j8nsdp, .xb6a0yf1 .ip41sr85 { color: rgba(255,255,255,0.7); }
.xb6a0yf1 .kgumu a:hover, .xb6a0yf1 .c1ba6 a:hover,
.xb6a0yf1 .vnlwa a:hover, .xb6a0yf1 .sjy0 a:hover { color: #fff; }
@media (max-width: 640px) {
  .xb6a0yf1 .neq39 { background: var(--accent); border-top-color: var(--accent-light); }
  .xb6a0yf1 .neq39 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.f24vt .uoiyo6t {
  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);
}
.f24vt .xj9at {
  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) {
  .f24vt .neq39 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.aeycowx .acwrt5kb { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.gx4qb1b .acwrt5kb { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.j4ybvec .acwrt5kb { min-height: 72px; height: auto; }
.usx8e2 .acwrt5kb { min-height: 84px; height: auto; }
.l4mouv4 .acwrt5kb { max-width: none; padding: 0 32px; }
.l4mouv4 .nt2xa4v  { max-width: none; padding: 24px 32px; }
.ehos.p2mb40bt .acwrt5kb { max-width: 1200px; }
.ehos.hkb1faeb .acwrt5kb { max-width: 1320px; }
.a3ws55b6   .p2h4, .a3ws55b6   .qahlm4 { text-transform: capitalize; }
.dff6 .p2h4, .dff6 .qahlm4 { text-transform: lowercase; }
.ynb5gms .p2h4, .ynb5gms .qahlm4 { text-transform: uppercase; letter-spacing: 0.06em; }
.s4idsf, .v3nq {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.w9m4 .s4idsf,
.w9m4 .v3nq { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.cdm94rr4 .s4idsf,
.cdm94rr4 .v3nq { 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; }
.wv63 .s4idsf,
.wv63 .v3nq { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.a072 .s4idsf,
.a072 .v3nq { 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; }
.bl10ys   .neq39 a { font-weight: 500; }
.ye8yz2vc .neq39 a { font-weight: 600; }
.xkkkyliv     .neq39 a { font-weight: 700; }
.gtrxtr7    .neq39 a { font-weight: 800; letter-spacing: 0.01em; }
.moozyz3     .neq39 > li + li::before,
.tuj1    .neq39 > li + li::before,
.t01q4j    .neq39 > li + li::before,
.vwi6zgo1 .neq39 > li + li::before,
.rt75xq .neq39 > li + li::before,
.smih  .neq39 > li + li::before,
.wjba2hf    .neq39 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.moozyz3     .neq39 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.tuj1    .neq39 > li + li::before { content: "|"; }
.t01q4j    .neq39 > li + li::before { content: "—"; }
.vwi6zgo1 .neq39 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.rt75xq .neq39 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.smih  .neq39 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.wjba2hf    .neq39 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .occk5b .ffpmz,
  .h6gi4kh .ffpmz,
  .fqwejey .ffpmz,
  .si4eb63 .ffpmz,
  .v4nn4k .ffpmz {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .occk5b .ffpmz::before,
  .h6gi4kh .ffpmz::before,
  .fqwejey .ffpmz::before,
  .si4eb63 .ffpmz::before,
  .v4nn4k .ffpmz::before { content: ""; display: block; flex-shrink: 0; }

  
  .occk5b .ffpmz::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;
  }

  
  .h6gi4kh .ffpmz::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;
  }

  
  .fqwejey .ffpmz::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;
  }

  
  .si4eb63 .ffpmz::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;
  }

  
  .v4nn4k .ffpmz::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) {
  .dkk2o58 .ffpmz {
    padding: 5px 14px;
  }
  .dkk2o58 .neq39 {
    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;
  }
  .dkk2o58 .neq39 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .dkk2o58 .neq39 li a:hover { background: var(--bg-raised); }
  .dkk2o58 .es1wfd,
  .nyre1qi8 .es1wfd,
  .bnaqzt88 .es1wfd { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .indw72 .ffpmz {
    padding: 5px 10px;
  }
  .indw72 .neq39 {
    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);
  }
  .indw72 .neq39.bidyw { transform: translateX(0); }
  .indw72 .neq39 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .indw72 .neq39 li:last-child a { border-bottom: none; }
  .xb6a0yf1 .neq39,
  .pxpdn .neq39 { background: var(--accent) !important; }
  .xb6a0yf1 .neq39 li a,
  .pxpdn .neq39 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .bnaqzt88 .ffpmz {
    padding: 5px 10px;
  }
  .bnaqzt88 .neq39 {
    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);
  }
  .bnaqzt88 .neq39::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .bnaqzt88 .neq39.bidyw { transform: translateY(0); }
  .bnaqzt88 .neq39 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .bydhf6rx .ffpmz {
    padding: 5px 10px;
  }
  .bydhf6rx .neq39 {
    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;
  }
  .bydhf6rx .neq39.bidyw { opacity: 1; pointer-events: auto; }
  .bydhf6rx .neq39 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .s58372l     .ffpmz { border-radius: 0 !important; }
  .s8qm   .ffpmz { border-radius: 8px !important; }
  .ps80f .ffpmz { border-radius: 50% !important; }
  .wtwds2   .ffpmz { border-radius: 999px !important; }
}
.awmh .pw2av { height: 28px; }
.jc3v8a .pw2av { height: 54px; }
.hbyxnxr .pw2av { height: 54px; }
.rbme    .x8m66474, .rbme    .iwx8amwz { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
@media (min-width: 720px) {
  .rbnkcr .nvm4 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .rbnkcr .q2k8n {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .rbnkcr .q2k8n { padding: 40px 16px 20px; }
  .rbnkcr .rxebc {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .rbnkcr .l5fp { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .dmcnc .q2k8n {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .dmcnc .q2k8n::before {
    position: absolute; top: 14px; left: 14px;
  }
  .dmcnc .tn8c {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .dmcnc .i4t8 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .dmcnc .rxebc {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .dmcnc .l5fp { width: 100%; min-width: 0; }
  .dmcnc .x8m66474 { min-width: 0; }
}
.jdmrbuw .pehebur {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.jdmrbuw .pehebur summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.jdmrbuw .pehebur p { padding: 0 2px 16px; }
.pcqgh05x .pehebur { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.pcqgh05x .pehebur summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.pcqgh05x .pehebur summary::after { content: "›"; font-size: 1.2em; }
.pcqgh05x .pehebur[open] summary::after { content: "‹"; }
.pcqgh05x .pehebur p { padding: 10px 22px 4px; }
.tgjsp .pehebur {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.tgjsp .pehebur summary { color: var(--text-primary); padding-left: 16px; }
.tgjsp .pehebur summary::after { content: "›"; font-size: 1.1em; }
.tgjsp .pehebur[open] summary::after { content: "‹"; }
.tgjsp .pehebur p { padding-left: 16px; }
.xm0o6 .rghtgzgo { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.xm0o6 .pehebur {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.xm0o6 .pehebur:last-child { border-bottom: none; }
.xm0o6 .pehebur summary { color: var(--text-primary); border-radius: 0; }
.xm0o6 .pehebur summary::after { content: "›"; font-size: 1.1em; }
.xm0o6 .pehebur[open] summary::after { content: "‹"; }
.u02g5jl5 .pehebur { overflow: hidden; }
.u02g5jl5 .pehebur summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.u02g5jl5 .pehebur summary::after { color: rgba(255,255,255,.75); }
.u02g5jl5 .pehebur[open] summary { border-radius: 0; }
.vl7eni { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.u6y6juc {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.sufe6m {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.gn5ibts { color: var(--text-muted); font-size: 1.05rem; }
.n4p17df {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.r4eq7kh {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.oluks5p { margin-bottom: 20px; }
.z5cyoz {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.hdza4d5 {
  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;
}
.hdza4d5:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.cv33 { resize: vertical; min-height: 130px; }
.q10m { width: 100%; margin-top: 8px; }
.ojlh {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.lequmg {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.zde3ip { color: var(--text-muted); line-height: 1.75; }
.t9fi1kg { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.t9fi1kg li { margin-bottom: 6px; }
.a46m { max-width: 760px; margin: 0 auto; }
.r331hf { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ndktooox { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ndktooox:last-child { border-bottom: none; }
.ndktooox h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.ndktooox p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.rkesr { max-width: 760px; margin: 0 auto; }
.vhtm2 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.io9i1w ul.t9fi1kg { margin: 0; }
.v2wv { max-width: 900px; margin: 0 auto; }
.vcr5y12 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.vcr5y12:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.vcr5y12 .vhtm2 { margin: 0; font-size: 1rem; }
.vcr5y12 .sd6943hc p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .vcr5y12 { grid-template-columns: 1fr; gap: 10px; } }
.dbhxu .vhtm2 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.oiz72lz .t9fi1kg { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .rcsdamp { grid-template-columns: 1fr; } }
.jsfc8o { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.jsfc8o:hover .xhp1x3ud { color: var(--accent-light); text-decoration: underline; }
.xqxn9yhn { color: inherit; text-decoration: none; }
.xqxn9yhn:hover { color: var(--accent-light); text-decoration: underline; }
.azk1j7 { display: inline-block; line-height: 0; }
.wsrmaq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.its8kv4 { margin-bottom: 48px; }
.kzod9ky7 { max-width: 760px; margin: 0 auto; }
.yu3nsp { max-width: 640px; margin: 0 auto; }
.tvsd5a { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.tvsd5a:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.tazlwexc { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.tvsd5a p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.tvsd5a ul.t9fi1kg { margin: 0; }
.s9s27y { color: var(--text-muted); line-height: 1.75; }
.wbabsis .t9fi1kg,
.yu3nsp .t9fi1kg,
.lggu .t9fi1kg,
.x1ueo9nl .t9fi1kg {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.wbabsis .tvsd5a,
.yu3nsp .tvsd5a { text-align: left; }
.wbabsis .tazlwexc,
.yu3nsp .tazlwexc { text-align: center; }
.uevya5m8 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.pkw3v5 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.j7vvra { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.afgu677 { margin-top: 12px; }
.edee { 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; }
.edee:hover { border-bottom-color: var(--accent); }
.cvc5w5od { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.cvc5w5od img { width: 100%; height: 100%; object-fit: cover; display: block; }
.beup18 { width: 72px; height: 72px; }
.yhfyixlx { border-radius: 28%; }
.ugyoc { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.jo2a6rb5 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .d3cze { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.mfpbleso .j7vvra, .mfpbleso .pkw3v5 { max-width: 640px; }
.cp35ixw9 .uevya5m8 { font-size: 1.6rem; margin-top: 18px; }
.cdojt .j7vvra { margin-bottom: 28px; }
@media (max-width: 860px) { .omh3 { grid-template-columns: 1fr; } .cp35ixw9 { position: static; text-align: center; } }
.wgraw .cvc5w5od { margin: 0 auto 18px; }
.wgraw .ugyoc { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .tefybhe { grid-template-columns: 1fr; } }
.agatt .uevya5m8 { font-size: 1.6rem; margin-bottom: 6px; }
.x1ueo9nl .t9fi1kg { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .agatt { flex-direction: column; text-align: center; } .cpe6qr { grid-template-columns: 1fr; } }
.xhdcu0s { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.xhdcu0s .uevya5m8 { font-size: 1.35rem; margin: 0 0 4px; }
.xhdcu0s .ugyoc { margin: 0; }
.i8k2th { max-width: 760px; margin: 0 auto; }
.u0e53k9 { position: relative; padding-left: 28px; }
.u0e53k9::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ygql { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ygql:last-child { padding-bottom: 0; }
.i2p9nu { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.ozv3ku h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.ozv3ku p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.z61c4c .sufe6m { color: var(--accent-light); }
.itzismlu .sufe6m { font-size: 2rem; }
.itzismlu .gn5ibts { max-width: 680px; }
.vvcjd4g9 .sufe6m { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.vvcjd4g9 .gn5ibts  { margin: 0; }
@media (max-width: 640px) { .vvcjd4g9 { flex-direction: column; } }
.rwzrgco {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.rwzrgco .sufe6m { color: var(--accent-light); }
.e2pgn .sufe6m { color: #fff; }
.e2pgn .gn5ibts  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .em47uh5 { grid-template-columns: 1fr; } }
.gaijuz { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.gaijuz .hdza4d5 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.gaijuz .hdza4d5:focus { border-bottom-color: var(--accent); box-shadow: none; }
.ykqxq7es .hdza4d5 { background: var(--bg-raised); border-color: transparent; }
.ykqxq7es .hdza4d5:focus { background: var(--bg-card); border-color: var(--accent); }
.lwlp1 .hdza4d5 { border-radius: 100px; padding: 11px 20px; }
.lwlp1 .cv33 { border-radius: 14px; }
.gkksy {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .gkksy { grid-template-columns: 1fr; } }
.csgs77hg {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.csgs77hg h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.csgs77hg p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.nbj9a3 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.nbj9a3 li { margin-bottom: 6px; }
.dej77{display:none}
.dej77:empty,.mgpqdyre:empty{display:none}
.rch9{position:relative;overflow:visible}
.uklj4 .lfhcplpo,.p89ni .lfhcplpo,
.r2yw4f .lfhcplpo,.pt6e4 .lfhcplpo,
.fgm3 .lfhcplpo,.b9ra1 .lfhcplpo{display:block}
.g9z2k3z .npnvwe{display:block}
.uklj4 .lfhcplpo,.p89ni .lfhcplpo,
.r2yw4f .lfhcplpo,.pt6e4 .lfhcplpo,
.fgm3 .lfhcplpo{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}
.uklj4 .lfhcplpo .mgpqdyre,.p89ni .lfhcplpo .mgpqdyre,
.r2yw4f .lfhcplpo .mgpqdyre,.pt6e4 .lfhcplpo .mgpqdyre,
.fgm3 .lfhcplpo .mgpqdyre{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}
.uklj4 .ak9uw,.p89ni .ak9uw,
.r2yw4f .ak9uw,.pt6e4 .ak9uw,
.fgm3 .ak9uw{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.uklj4 .lfhcplpo,.p89ni .lfhcplpo{top:12px}
.uklj4 .lfhcplpo .mgpqdyre{margin-right:auto}
.p89ni .lfhcplpo .mgpqdyre{margin-left:auto}
.p89ni .lfhcplpo{text-align:right}
.r2yw4f .lfhcplpo,.pt6e4 .lfhcplpo{bottom:12px}
.r2yw4f .lfhcplpo .mgpqdyre{margin-right:auto}
.pt6e4 .lfhcplpo .mgpqdyre{margin-left:auto}
.pt6e4 .lfhcplpo{text-align:right}
.fgm3 .lfhcplpo{position:relative;margin-top:16px}
.fgm3 .lfhcplpo .mgpqdyre{margin:0 auto}
.b9ra1 .lfhcplpo{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.b9ra1 .lfhcplpo .mgpqdyre{margin:0}
.b9ra1 .tv9ju3w~.lfhcplpo,
.b9ra1 .aio6xaf~.lfhcplpo{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.b9ra1 .tv9ju3w~.lfhcplpo .mgpqdyre,
.b9ra1 .aio6xaf~.lfhcplpo .mgpqdyre{justify-content:flex-start}
.tv9ju3w~.lfhcplpo,.aio6xaf~.lfhcplpo{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}
.tv9ju3w~.lfhcplpo .mgpqdyre{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.aio6xaf~.lfhcplpo .mgpqdyre{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.npnvwe .mgpqdyre{margin:0 0 12px}
.mgpqdyre{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ahqlsb{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.xhp1x3ud{font-weight:600;color:var(--text-heading);opacity:1}
.w2skd4i::before{content:"·";margin:0 2px;opacity:.5}
.ak9uw{white-space:nowrap}
.wslp90o .ahqlsb{display:none}
.lumiq .ak9uw{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.lumiq .w2skd4i::before{content:""}
.l98p37uc .ak9uw{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.l98p37uc .w2skd4i::before{content:""}
.wiulmtp .mgpqdyre{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.sa0r4m .ak9uw{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.sa0r4m .w2skd4i::before{content:""}
.feoqo06z .ak9uw{color:var(--accent);opacity:1;font-weight:500}
.oadpb .ak9uw{border-bottom:1px solid currentColor;padding-bottom:2px}
.t4od38 .mgpqdyre{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.lrf2fy8{--date-bg:var(--accent-bg)}
.kpqd .w2skd4i::before{content:""}
.gwnse6i .w2skd4i::before{content:"•";opacity:.4}
.gwnse6i .ak9uw + .ak9uw::before{content:"•";margin-right:6px;opacity:.4}
.f19zw .w2skd4i::before{content:"/";opacity:.35}
.f19zw .ak9uw + .ak9uw::before{content:"/";margin-right:6px;opacity:.35}
.qcffh .w2skd4i::before{content:"|";opacity:.3}
.qcffh .ak9uw + .ak9uw::before{content:"|";margin-right:6px;opacity:.3}
.e4l3 .w2skd4i::before{content:"—";opacity:.3}
.e4l3 .ak9uw + .ak9uw::before{content:"—";margin-right:6px;opacity:.3}
.ttoy .w2skd4i::before{content:"◆";font-size:.5em;opacity:.35}
.ttoy .ak9uw + .ak9uw::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.rssh40 .w2skd4i::before{content:"·";opacity:.4}
.rssh40 .ak9uw + .ak9uw::before{content:"·";margin-right:6px;opacity:.4}
.s487gmvt .w2skd4i::before{content:"›";opacity:.4}
.s487gmvt .ak9uw + .ak9uw::before{content:"›";margin-right:6px;opacity:.4}
.cd00k4 .w2skd4i::before{content:"→";opacity:.35;font-size:.85em}
.cd00k4 .ak9uw + .ak9uw::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.hzpf9{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.s6nfi{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.w43fge4{display:flex;flex-direction:column;gap:3px}
.m38f3ci{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.ucid{font-weight:700;font-size:1rem;color:var(--text-heading)}
.dd6fxrzf{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.m65x .hzpf9{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.sv1fvl .hzpf9{border-top:3px solid var(--accent);padding-top:18px}
.s5a8b621 .hzpf9{border-left:3px solid var(--accent);border-radius:0}
.aiffr094 .hzpf9{padding:20px 0}
@media(max-width:640px){
  .hzpf9{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .dd6fxrzf{max-width:100%}
}
:root {
  --accent:          #84cc16;
  --brand:           #84cc16;
  --brand-light:     #aee756;
  --brand-pale:      #c2e68a;
  --grad-start:      #486f0c;
  --grad-end:        #75b413;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #14b8a6;
  --cta-light:       #35e2cf;
  --cta-hover:       #18dcc7;
  --bg-page:         #0f120c;
  --bg-surface:      #171b12;
  --bg-card:         #1d2116;
  --bg-card-inner:   #252a1c;
  --bg-raised:       #2a3020;
  --bg-hover:        #2f3724;
  --border:          #3a452b;
  --border-alt:      #4b5935;
  --border-section:  #3a452b;
  --text-primary:    #e6e7e3;
  --text-muted:      #a7ae9d;
  --text-body:       #cdd0c7;
  --text-sub:        #a7ae9d;
  --text-faint:      #757d67;
  --text-dim:        #5b6150;
  --text-label:      #8e9781;
  --text-value:      #c0c5b9;
  --accent-bg:       #212e0f;
  --accent-bg-light: #334714;
  --bg-tip:          #16261a;
  --bg-warning:      #272115;
  --bg-info:         #162426;
  --bg-pros:         #16261a;
  --bg-cons:         #261a16;
  --c-pros:          #7af497;
  --c-cons:          #e69c89;
  --c-pros-label:    #4bf072;
  --c-tip-border:    #2aed58;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7af497;
}
:root { --logo-bg-opacity: 67%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.xmda .wjfvp51h { font-size: 0; width: 1.2rem; flex-shrink: 0; }.xmda .wjfvp51h::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.xmda .u28jl1sl     .wjfvp51h::before { content: "";  color: var(--c-tip-border); }.xmda .jpze .wjfvp51h::before { content: ""; color: var(--c-warn-border); }.xmda .l30bdz6h    .wjfvp51h::before { content: ""; color: #60a5fa; }.cjxm8vud .xmda .u28jl1sl     .wjfvp51h::before { color: #10b981; }.cjxm8vud .xmda .jpze .wjfvp51h::before { color: #f43f5e; }.cjxm8vud .xmda .l30bdz6h    .wjfvp51h::before { color: #a855f7; }.e13f  .xmda .u28jl1sl     .wjfvp51h::before { color: #eab308; }.e13f  .xmda .jpze .wjfvp51h::before { color: #ef4444; }.e13f  .xmda .l30bdz6h    .wjfvp51h::before { color: #f97316; }.asodu  .xmda .u28jl1sl     .wjfvp51h::before { color: #38bdf8; }.asodu  .xmda .jpze .wjfvp51h::before { color: #818cf8; }.asodu  .xmda .l30bdz6h    .wjfvp51h::before { color: #2dd4bf; }.m5tki .xmda .wjfvp51h::before { color: var(--accent-light) !important; }
.hr7yew6 .hipt1 li::before, .hr7yew6 .s5urdvl li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.hr7yew6 .hipt1 li::before { content: ""; }.hr7yew6 .s5urdvl li::before { content: ""; }.hr7yew6 .xq5hs5::before, .hr7yew6 .camcb5t::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.hr7yew6 .xq5hs5::before { content: ""; }.hr7yew6 .camcb5t::before { content: ""; }
.ua1b .bzqpklrj, .ua1b .tv9ju3w { min-height: 420px; }
.puqh7rm .ykx8uza::after,.puqh7rm .p3klhg::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; }
.bfz9ll::before { content: '•'; }
.mkfz .ak9uw::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.mkfz .ak9uw:first-of-type::before{content:"\f058"}.mkfz .ak9uw:last-of-type::before{content:"\f021"}