:root {
  --color-accent: #a1cb46;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: 1.7;
}
.frbfh0f {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ehs1wb {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.d41gvom {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.jdel6nj { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.hrv5pg { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.hrv5pg a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.hrv5pg a:hover { color: var(--accent-light); }
.txslm9bd   .l6lpuup { border-radius: 0; }
.b83vtke  .l6lpuup li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .l6lpuup {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .orhprc4:hover .l6lpuup,
  .orhprc4:focus-within .l6lpuup { display: block; }
  .l6lpuup li a { padding: 8px 16px; font-size: 0.88rem; }
}
.m2t4hw {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.jdj79 { display: none; }
@media (max-width: 640px) {
  .jdj79 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .jdj79.dk13x { display: block; }
}
@media (max-width: 640px) {
  .m2t4hw { display: block; }
  .hrv5pg > li + li::before { display: none !important; }
  .hrv5pg {
    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;
  }
  .hrv5pg.dk13x { display: flex; }
  .hrv5pg li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .hrv5pg li:last-child a { border-bottom: none; }
}
.gvdkmh { min-height: 480px; }
.ex8zni0 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.tl1ud { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.uz7s .tl1ud { margin-left: 0; margin-right: 0; }
.ww9i {
  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;
}
.yngdc9q .ww9i { margin-top: 24px; }
.ww9i:hover { opacity: 0.88; }
.qz923 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.rz9ghoh {
  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%);
}
.qz923 .hfmrv {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.qz923 .ex8zni0 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.qz923 .tl1ud { color: #e2e8f0; }
.qz923.j1yvp .hfmrv { text-align: center; }
.qz923.uz7s   .hfmrv { text-align: left; }
.loy8lo .hfmrv {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.loy8lo .ex8zni0 { color: var(--text-primary); text-shadow: none; }
.loy8lo .tl1ud { color: var(--text-muted); }
.loy8lo .ww9i { margin-top: 16px; }
.loy8lo, .loy8lo.gvdkmh { min-height: auto !important; }
.loy8lo.j1yvp .hfmrv { text-align: center; }
.loy8lo.uz7s   .hfmrv { text-align: left; }
.loy8lo~.jdy3{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}
.loy8lo~.jdy3 .ecf70j4{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}
.rcxy {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.biou .rcxy,
.biou .rcxy::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.cwvo .rcxy,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.tt1npn50 .rcxy,
.tt1npn50 .qz923 .rz9ghoh {
  overflow: hidden;
}
.tt1npn50 .rcxy::after,
.tt1npn50 .qz923 .rz9ghoh::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%); }
}
.tsdoy4d .rcxy,
.tsdoy4d .rcxy::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); }
}
.tsdoy4d .qz923 .rz9ghoh {
  overflow: hidden;
}
.tsdoy4d .qz923 .rz9ghoh::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;
}
.dtmkb38 .rcxy,
.dtmkb38 .qz923 .rz9ghoh {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.biou .qz923 .rz9ghoh {
  overflow: hidden;
}
.biou .qz923 .rz9ghoh::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;
}
.cwvo .qz923 .rz9ghoh {
  animation: hg-breathe 10s ease-in-out infinite;
}
.rcxy .rz9ghoh {
  background: none;
}
.rcxy .ex8zni0 { color: #fff; }
.rcxy .tl1ud { color: rgba(255,255,255,0.85); }
.rcxy .ww9i { background: #fff; color: var(--cta); }
.rcxy .ww9i:hover { opacity: 0.92; }
.hb9r0y8 .ex8zni0 { text-shadow: none; color: var(--text-primary); }
.hb9r0y8 .tl1ud { color: var(--text-muted); }
body.dao0cmjp .ex8zni0 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.krxrfm .ex8zni0 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.gvdkmh.rcxy .ex8zni0,
section.rcxy .ex8zni0 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.hb9r0y8.j1yvp .u0rh { align-items: center; text-align: center; }
.gvdkmh .cm9dll {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.cm9dll .aulm.tgwi6ov {
  padding: 10px 14px !important; font-size: 0.88rem !important;
  font-weight: 700;
  background: var(--cta) !important; color: #fff !important;
  border: none !important;
  display: flex; align-items: center; justify-content: center;
}
.cm9dll .aulm.tgwi6ov:hover { opacity: 0.85; }
.geb1d .hfmrv { padding-bottom: 24px; }
.yngdc9q .hfmrv { max-width: 1100px; }
@media (max-width: 700px) {
  .hb9r0y8 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .hb9r0y8:not(.m5jurk) .jgyfgxu { display: none !important; }
  .m5jurk .jgyfgxu { padding: 16px; }
  .u0rh  { padding: 36px 24px; }
  .hb9r0y8~.jdy3,.hzvk18~.jdy3{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .gvdkmh, .hb9r0y8 { min-height: 320px !important; }
  .ex8zni0 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .kjvap,
  .c3pvz,
  .rvk9he { grid-template-columns: 1fr !important; }

  

  
  .geb1d { display: flex !important; flex-direction: column !important; }
  .geb1d .hfmrv { display: contents; }
  .geb1d .rz9ghoh { order: 0; }
  .geb1d .ex8zni0 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .geb1d .kjvap { order: 2; padding: 0 16px 12px !important; }
  .geb1d .tl1ud { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .yngdc9q .hfmrv { display: flex; flex-direction: column; }
  .yngdc9q .hfmrv .ex8zni0 { order: 1; }
  .yngdc9q .hfmrv .rvk9he { order: 2; margin: 8px 0 24px !important; }
  .yngdc9q .hfmrv .tl1ud { order: 3; }
  .yngdc9q .hfmrv .ww9i { order: 4; align-self: center; margin-top: 0; }

  
  .hb9r0y8.m5jurk {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .hb9r0y8.m5jurk .u0rh { display: contents; padding: 0; }
  .hb9r0y8.m5jurk .u0rh .ex8zni0 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .hb9r0y8.m5jurk .jgyfgxu { order: 2; padding: 12px 16px; }
  .hb9r0y8.m5jurk .u0rh .tl1ud { order: 3; padding: 0 24px; margin: 0 auto; }
  .hb9r0y8.m5jurk .u0rh .ww9i { order: 4; align-self: center; margin: 8px 0 32px; }
}
.v62d { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.osu1s875 { width: 100%; height: auto; display: block; border-radius: 10px; }
.tdejemp4 .v62d        { border-radius: 16px; }
.tdejemp4 .osu1s875  { border-radius: 16px; }
.jcx7 .v62d         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.jcx7 .osu1s875   { border-radius: 8px; }
.er57 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.olwywp1 { width: 100%; padding: 32px 0; position: relative; }
.ci3aesvw { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.mcf4 .olwywp1:nth-child(even) { background: var(--bg-surface); }
.mcf4 .olwywp1:nth-child(odd)  { background: var(--bg-page); }
.odwdl .olwywp1:nth-child(even) { background: var(--bg-card); }
.odwdl .olwywp1:nth-child(odd)  { background: var(--bg-page); }
.mcf4 .olwywp1:nth-child(odd)  .ci3aesvw { background: var(--bg-card); border-radius: 6px; }
.mcf4 .olwywp1:nth-child(even) .ci3aesvw { background: var(--bg-raised); border-radius: 6px; }
.odwdl .olwywp1:nth-child(odd)  .ci3aesvw { background: var(--bg-card); border-radius: 6px; }
.odwdl .olwywp1:nth-child(even) .ci3aesvw { background: var(--bg-raised); border-radius: 6px; }
.mcf4 .olwywp1:nth-child(even) .jijbv .t3x41408,
.odwdl .olwywp1:nth-child(even) .jijbv .t3x41408 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.mcf4 .olwywp1:nth-child(odd) .jijbv .t3x41408,
.odwdl .olwywp1:nth-child(odd) .jijbv .t3x41408 { background: var(--bg-card-inner); }
.mcf4 .olwywp1:nth-child(even) .tm2xsc .t3x41408:nth-child(odd),
.odwdl .olwywp1:nth-child(even) .tm2xsc .t3x41408:nth-child(odd)  { background: var(--bg-card); }
.mcf4 .olwywp1:nth-child(even) .tm2xsc .t3x41408:nth-child(even),
.odwdl .olwywp1:nth-child(even) .tm2xsc .t3x41408:nth-child(even) { background: var(--bg-card-inner); }
h1.qdhq { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.qdhq {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.hdob4rl { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.r5zj h2.qdhq {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.oifquy h2.qdhq {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.pnov h2.qdhq {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.fahn h2.qdhq::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.d9b0 h2.qdhq {
  color: var(--text-primary); font-size: 1.7rem;
}
.dthmx h2.qdhq::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.m49vndsq h2.qdhq {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.hxyqyk3 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .hxyqyk3 { display: none; } }
.oyfibb6a { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.h79av { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.h6rb {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.scx95 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.wubp { padding-left: 20px; }
.wubp li { margin-bottom: 6px; }
.wubp a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.wubp a:hover { color: var(--accent-light); }
.tegh0vs .scx95 { display: none; }
.t2wg .scx95 { display: none; }
.t2wg .wubp { padding-left: 0; list-style: none; }
.t2wg .wubp li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.t2wg .wubp a { font-size: 0.92rem; }
.zccu .h6rb { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zccu .scx95 { display: none; }
.zccu .wubp { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zccu .wubp li { margin-bottom: 0; }
.zccu .wubp 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;
}
.zccu .wubp a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.k75j .h6rb { padding: 20px 20px 16px; }
.k75j .wubp {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.k75j .wubp li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.k75j .wubp 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;
}
.k75j .wubp 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;
}
.k75j .wubp a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.k75j .wubp a:focus,
.k75j .wubp a:focus-visible,
.k75j .wubp a:target { outline: none; }
.k75j .wubp li:target a { border-color: var(--border); color: var(--text-muted); }
.uv9eroi .h6rb { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.uv9eroi .scx95 { display: none; }
.uv9eroi .wubp { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.uv9eroi .wubp li { margin-bottom: 0; }
.uv9eroi .wubp li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.uv9eroi .wubp li:last-child::after { content: ""; margin-right: 0; }
.uv9eroi .wubp a { font-size: 0.9rem; }
.t3x41408 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.jijbv .t3x41408 { background: var(--bg-card); }
.tm2xsc .t3x41408:nth-child(odd)  { background: var(--bg-card); }
.tm2xsc .t3x41408:nth-child(even) { background: var(--bg-raised); }
.xjw9c .t3x41408 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.xjw9c .t3x41408:last-child { border-bottom: none; }
.xjw9c h3.hdob4rl { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.lwmao .t3x41408 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.lwmao .t3x41408 + .t3x41408 { margin-top: 4px; }
.z3h8x .t3x41408 { background: none; border-radius: 0; padding: 12px 0; }
.z3h8x .t3x41408 + .t3x41408 { border-top: 1px solid var(--border-section); }
.dsl05 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ubmslqi { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.aaaicfml { color: var(--text-body); margin-bottom: 10px; }
.ylv35h2, .ecwwkxup { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ylv35h2 li, .ecwwkxup li { margin-bottom: 6px; }
.ecwwkxup li { list-style: decimal; }
.yztox5     .ylv35h2 { list-style-type: "● "; }
.gvv2z4f  .ylv35h2 { list-style-type: "■ "; }
.ospc .ylv35h2 { list-style-type: "◆ "; }
.ndnt    .ylv35h2 { list-style-type: "★ "; }
.yztox5     .cng8al { list-style-type: "● "; }
.gvv2z4f  .cng8al { list-style-type: "■ "; }
.ospc .cng8al { list-style-type: "◆ "; }
.ndnt    .cng8al { list-style-type: "★ "; }
.yztox5    .ylv35h2 li::marker, .yztox5    .cng8al li::marker,
.gvv2z4f .ylv35h2 li::marker, .gvv2z4f .cng8al li::marker,
.ospc .ylv35h2 li::marker, .ospc .cng8al li::marker,
.ndnt   .ylv35h2 li::marker, .ndnt   .cng8al li::marker {
  color: var(--cta); font-size: 1em;
}
.yztox5 .ecwwkxup,
.gvv2z4f .ecwwkxup,
.ospc .ecwwkxup,
.ndnt .ecwwkxup {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.yztox5 .ecwwkxup li,
.gvv2z4f .ecwwkxup li,
.ospc .ecwwkxup li,
.ndnt .ecwwkxup li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.yztox5 .ecwwkxup li::before,
.gvv2z4f .ecwwkxup li::before,
.ospc .ecwwkxup li::before,
.ndnt .ecwwkxup 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;
}
.yztox5     .ecwwkxup li::before { border-radius: 50%; }
.gvv2z4f  .ecwwkxup li::before { border-radius: 3px; }
.ospc .ecwwkxup li::before { border-radius: 3px; }
.ndnt    .ecwwkxup li::before { border-radius: 50%; }
.aqt7e { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.pjt2 .aqt7e,
.dj4yr0 .aqt7e { background: transparent; border: none; border-radius: 0; }
.y7g2md { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.y7g2md th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.y7g2md td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.y7g2md tr:hover td { background: var(--bg-hover); }
.b1gg .y7g2md tbody tr:nth-child(even) td { background: var(--bg-surface); }
.gnpa1wg .y7g2md { border: 1px solid var(--border-alt); }
.gnpa1wg .y7g2md th,
.gnpa1wg .y7g2md td { border: 1px solid var(--border-alt); }
.rvgmu9 .y7g2md th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.rvgmu9 .y7g2md td { border-bottom: none; }
.rvgmu9 .y7g2md tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.cvxoty .y7g2md th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.fjkusit .aqt7e {
  overflow: hidden;
}
.fjkusit .y7g2md th { border-bottom: 1px solid var(--border-alt); }
.fjkusit .y7g2md tr:last-child td { border-bottom: none; }
.urwvs { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.l68g337v { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.xncy { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.yculfj { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.p4kms { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.cng8al { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.cng8al li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.c9md .yculfj { background: transparent; text-align: center; }
.d9f3b4gr .xncy {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.qh6r9ni .xncy {
  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);
}
.gckvmn .l68g337v { display: grid; grid-template-columns: auto 1fr; }
.gckvmn .xncy {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.gckvmn .yculfj { grid-column: 2; }
.gckvmn .p4kms,
.gckvmn .cng8al { grid-column: 1 / -1; }
.f9pv9 .l68g337v { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.f9pv9 .xncy {
  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);
}
.f9pv9 .yculfj { grid-column: 2; }
.f9pv9 .p4kms,
.f9pv9 .cng8al { grid-column: 1 / -1; }
.hz1h .l68g337v { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.hz1h .yculfj { background: none; color: var(--accent-light); font-weight: 700; }
.y0a844 .l68g337v { 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); }
.y0a844 .yculfj { background: none; color: var(--accent-light); font-weight: 700; }
.z8s5 .l68g337v { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.z8s5 .l68g337v:last-child { border-bottom: none; }
.z8s5 .yculfj { background: none; color: var(--accent-light); font-weight: 700; }
.i3gk0s .l68g337v { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.i3gk0s .yculfj { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.u6w3jpb .urwvs { counter-reset: card-n; }
.u6w3jpb .l68g337v  { counter-increment: card-n; }
.u6w3jpb .yculfj { display: flex; align-items: center; gap: 10px; }
.u6w3jpb .yculfj::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;
}
.ar23uw8c .l68g337v { background: var(--bg-surface); border: 1px solid var(--border); }
.ar23uw8c .yculfj { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.hhl6jxf { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.xpqf8kgi  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.ao6k { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.hhl6jxf strong { color: var(--text-primary); font-size: 0.95rem; }
.hhl6jxf p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.k5pz4i { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.j8ejwb5, .j58y6 { border-radius: 8px; padding: 14px; }
.j8ejwb5 { background: var(--bg-pros); }
.j58y6 { background: var(--bg-cons); }
.txdnk { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.j8ejwb5 .txdnk { color: var(--c-pros-label); }
.j58y6 .txdnk { color: #f87171; }
.j8ejwb5 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.j58y6 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.osu1s875 { width: 100%; height: auto; border-radius: 10px; display: block; }
.tgwi6ov {
  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;
}
.tgwi6ov:hover { opacity: 0.85; }
.m1j6tnre .tgwi6ov  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.m1j6tnre .tgwi6ov:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ubjeenl .tgwi6ov  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ubjeenl .tgwi6ov:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.jn6clfn .ww9i { border-radius: 50px; }
.jn6clfn .tgwi6ov  { border-radius: 50px; }
.vqtfwb .ww9i { padding-left: 22px; padding-right: 22px; }
.vqtfwb .tgwi6ov  { padding-left: 12px; padding-right: 12px; }
.v3nvn9n .ww9i { padding-left: 44px; padding-right: 44px; }
.v3nvn9n .tgwi6ov  { padding-left: 24px; padding-right: 24px; }
.ftdv78bl .ww9i { padding-left: 56px; padding-right: 56px; }
.ftdv78bl .tgwi6ov  { padding-left: 32px; padding-right: 32px; }
.kw9p   .ww9i::after, .kw9p   .tgwi6ov::after,
.p3rovk8e .ww9i::after, .p3rovk8e .tgwi6ov::after,
.xc13n3    .ww9i::after, .xc13n3    .tgwi6ov::after,
.mprmkj9k    .ww9i::after, .mprmkj9k    .tgwi6ov::after,
.e2uii5qy    .ww9i::after, .e2uii5qy    .tgwi6ov::after,
.ewnwgzn8     .ww9i::after, .ewnwgzn8     .tgwi6ov::after,
.hssdinj    .ww9i::after, .hssdinj    .tgwi6ov::after,
.qkyopd   .ww9i::after, .qkyopd   .tgwi6ov::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;
}
.kw9p .ww9i::after, .kw9p .tgwi6ov::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");
}
.p3rovk8e .ww9i::after, .p3rovk8e .tgwi6ov::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");
}
.xc13n3 .ww9i::after, .xc13n3 .tgwi6ov::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");
}
.mprmkj9k .ww9i::after, .mprmkj9k .tgwi6ov::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");
}
.e2uii5qy .ww9i::after, .e2uii5qy .tgwi6ov::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");
}
.ewnwgzn8 .ww9i::after, .ewnwgzn8 .tgwi6ov::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");
}
.hssdinj .ww9i::after, .hssdinj .tgwi6ov::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");
}
.qkyopd .ww9i::after, .qkyopd .tgwi6ov::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");
}
.m4h2   .ubvwhq::after, .m4h2   .hnzsamn9::after,
.yfyxyzrn .ubvwhq::after, .yfyxyzrn .hnzsamn9::after,
.gwj7v    .ubvwhq::after, .gwj7v    .hnzsamn9::after,
.jv09    .ubvwhq::after, .jv09    .hnzsamn9::after,
.aziw    .ubvwhq::after, .aziw    .hnzsamn9::after,
.yzha2w     .ubvwhq::after, .yzha2w     .hnzsamn9::after,
.x7dpn99    .ubvwhq::after, .x7dpn99    .hnzsamn9::after,
.ch6r3v   .ubvwhq::after, .ch6r3v   .hnzsamn9::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;
}
.m4h2 .ubvwhq::after, .m4h2 .hnzsamn9::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");
}
.yfyxyzrn .ubvwhq::after, .yfyxyzrn .hnzsamn9::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");
}
.gwj7v .ubvwhq::after, .gwj7v .hnzsamn9::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");
}
.jv09 .ubvwhq::after, .jv09 .hnzsamn9::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");
}
.aziw .ubvwhq::after, .aziw .hnzsamn9::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");
}
.yzha2w .ubvwhq::after, .yzha2w .hnzsamn9::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");
}
.x7dpn99 .ubvwhq::after, .x7dpn99 .hnzsamn9::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");
}
.ch6r3v .ubvwhq::after, .ch6r3v .hnzsamn9::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");
}
.aulm.tgwi6ov {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .yt168i {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .yt168i::before    { grid-area: rank;   }
  .pmbe4           { grid-area: ident;  }
  .mwap6     { grid-area: rating; min-width: 0; width: auto; }
  .sch4z           { grid-area: pills;  }
  .aulm             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .yt168i {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .yt168i::before    { justify-self: center; }
  .pmbe4           { width: 100%; }
  .mwap6     { justify-self: center; }
  .sch4z           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .ox52 .klna {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ox52 .tg9hj { margin: 0; }
}
.e0i4xuad .nde4u { padding: 0; gap: 0; overflow: hidden; }
.e0i4xuad .s6wn5 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.e0i4xuad .zals { padding: 16px 20px; }
.e0i4xuad .comx { padding: 16px 20px; align-self: center; }
.dj4yr0 .k5pz4i { gap: 10px; }
.dj4yr0 .j8ejwb5, .dj4yr0 .j58y6 { padding: 12px; }
.dj4yr0 .j8ejwb5 ul, .dj4yr0 .j58y6 ul { margin: 4px 0 0; padding-left: 18px; }
.dj4yr0 .j8ejwb5 li, .dj4yr0 .j58y6 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .qn7o0ww2 { grid-template-columns: 1fr; }
  .lp1vya { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .lp1vya .p9l5r5h { width: 72px; height: 50px; }
  .lp1vya .cwm4 { max-width: 180px; }
  .lp1vya .w5rhsh { width: auto; }
}
@media (max-width: 720px) {
  .p5pf6q9x { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .zxy6p3 { padding: 16px; }
  .rf6jwy .cedemkp { min-width: 50%; }
}
.zyezk .k5pz4i { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .py7cke31 { grid-template-columns: 1fr; }
  .zyta { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .xbedg { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .xjc9n { flex-wrap: wrap; padding: 16px; }
}
.o5pwv6io .k5pz4i { gap: 8px; }
.o5pwv6io .j8ejwb5, .o5pwv6io .j58y6 { padding: 8px; }
@media (max-width: 480px) {
  .ilb2x { flex-direction: column; align-items: stretch; }
}
.marwhp .w5rhsh .tgwi6ov { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .j2qpa52u { flex-direction: column; align-items: stretch; gap: 10px; }
  .marwhp .w5rhsh { text-align: center; }
}
@media (max-width: 720px) {
  .jjwpu4rl { grid-template-columns: 1fr; }
  .ugykkbmz { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zu5mb { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .c0z44v { grid-template-columns: 1fr; }
  .kzpz1fvh { width: 100px; height: 100px; margin: 16px auto; }
  .y43icl { font-size: 1.4rem; }
  .rorsc48o { justify-content: center; }
  .m9jifsev .cedemkp { min-width: 50%; }
}
.roh254 .k5pz4i { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .tp99 { flex-wrap: wrap; padding: 14px 16px; }
  .wzg2 { padding: 12px 16px; }
  .roh254 .k5pz4i { margin: 0 16px; }
  .roh254 .og2c8y { padding: 0 16px; }
  .hcq84qu { padding: 12px 16px; }
}
.nfotnyqx .yt168i {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.nfotnyqx .yt168i:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.fk41u .oq95yzm {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.liadt { margin: 16px 0; }
.giw779i { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.giw779i summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.giw779i summary::after { content: "+"; color: var(--accent-light); }
.giw779i[open] summary::after { content: "−"; }
.giw779i p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.olwywp1 { margin-bottom: 0; }
.r3f5ug h2.qdhq { color: var(--text-primary); border-color: var(--accent-light); }
.dpw5ex h2.qdhq { color: var(--text-primary); border-color: var(--accent-light); }
.hdoqv2 .xpqf8kgi     { background: #052e16; border-color: #10b981; }
.hdoqv2 .hhl6jxf strong  { color: #f1f5f9; }
.hdoqv2 .hhl6jxf p       { color: #cbd5e1; }
.hdoqv2 .auidfm    .xpqf8kgi     .ao6k::before,
.hdoqv2 .kbhmhlm4  .xpqf8kgi     .ao6k::before,
.hdoqv2 .u3u9j  .xpqf8kgi     .ao6k::before,
.hdoqv2 .ab63 .xpqf8kgi     .ao6k::before { color: #10b981; }
.hdoqv2 .auidfm    .ti50a0se .ao6k::before,
.hdoqv2 .kbhmhlm4  .ti50a0se .ao6k::before,
.hdoqv2 .u3u9j  .ti50a0se .ao6k::before,
.hdoqv2 .ab63 .ti50a0se .ao6k::before { color: #f43f5e; }
.hdoqv2 .auidfm    .ja4g    .ao6k::before,
.hdoqv2 .kbhmhlm4  .ja4g    .ao6k::before,
.hdoqv2 .u3u9j  .ja4g    .ao6k::before,
.hdoqv2 .ab63 .ja4g    .ao6k::before { color: #a855f7; }
.cqrn9kah .xpqf8kgi     { background: #2d2000; border-color: #eab308; }
.cqrn9kah .hhl6jxf strong  { color: #f1f5f9; }
.cqrn9kah .hhl6jxf p       { color: #cbd5e1; }
.cqrn9kah .auidfm    .xpqf8kgi     .ao6k::before,
.cqrn9kah .kbhmhlm4  .xpqf8kgi     .ao6k::before,
.cqrn9kah .u3u9j  .xpqf8kgi     .ao6k::before,
.cqrn9kah .ab63 .xpqf8kgi     .ao6k::before { color: #eab308; }
.cqrn9kah .auidfm    .ti50a0se .ao6k::before,
.cqrn9kah .kbhmhlm4  .ti50a0se .ao6k::before,
.cqrn9kah .u3u9j  .ti50a0se .ao6k::before,
.cqrn9kah .ab63 .ti50a0se .ao6k::before { color: #ef4444; }
.cqrn9kah .auidfm    .ja4g    .ao6k::before,
.cqrn9kah .kbhmhlm4  .ja4g    .ao6k::before,
.cqrn9kah .u3u9j  .ja4g    .ao6k::before,
.cqrn9kah .ab63 .ja4g    .ao6k::before { color: #f97316; }
.eiyn01o .xpqf8kgi     { background: #0c1a2e; border-color: #38bdf8; }
.eiyn01o .ti50a0se { background: #12103a; border-color: #818cf8; }
.eiyn01o .ja4g    { background: #0a2020; border-color: #2dd4bf; }
.eiyn01o .hhl6jxf strong  { color: #f1f5f9; }
.eiyn01o .hhl6jxf p       { color: #cbd5e1; }
.eiyn01o .auidfm    .xpqf8kgi     .ao6k::before,
.eiyn01o .kbhmhlm4  .xpqf8kgi     .ao6k::before,
.eiyn01o .u3u9j  .xpqf8kgi     .ao6k::before,
.eiyn01o .ab63 .xpqf8kgi     .ao6k::before { color: #38bdf8; }
.eiyn01o .auidfm    .ti50a0se .ao6k::before,
.eiyn01o .kbhmhlm4  .ti50a0se .ao6k::before,
.eiyn01o .u3u9j  .ti50a0se .ao6k::before,
.eiyn01o .ab63 .ti50a0se .ao6k::before { color: #818cf8; }
.eiyn01o .auidfm    .ja4g    .ao6k::before,
.eiyn01o .kbhmhlm4  .ja4g    .ao6k::before,
.eiyn01o .u3u9j  .ja4g    .ao6k::before,
.eiyn01o .ab63 .ja4g    .ao6k::before { color: #2dd4bf; }
.iruj3vie .xpqf8kgi     { background: var(--accent-bg); border-color: var(--accent-light); }
.iruj3vie .auidfm    .ao6k::before,
.iruj3vie .kbhmhlm4  .ao6k::before,
.iruj3vie .u3u9j  .ao6k::before,
.iruj3vie .ab63 .ao6k::before { color: var(--accent-light) !important; }
.r8he9::before,
.ga1qx::before { margin-right: 5px; }
.x2406x73 .j8ejwb5 ul li,
.x2406x73 .j8ejwb5 .r8he9 { color: #22c55e; }
.x2406x73 .j58y6 ul li,
.x2406x73 .j58y6 .ga1qx { color: #ef4444; }
.c5gqxk9 .j8ejwb5 { background: var(--bg-pros); }
.c5gqxk9 .j58y6 { background: var(--bg-cons); }
.c5gqxk9 .j8ejwb5 .r8he9 { color: var(--c-pros-label); }
.c5gqxk9 .j58y6 .ga1qx { color: var(--c-cons); }
.c5gqxk9 .j8ejwb5 ul li,
.c5gqxk9 .vjmcy5 li            { color: var(--c-pros); }
.c5gqxk9 .j58y6 ul li,
.c5gqxk9 .ko827sx li            { color: var(--c-cons); }
.k6blz0q .j8ejwb5 { background: var(--bg-pros); }
.k6blz0q .j58y6 { background: var(--bg-cons); }
.k6blz0q .j8ejwb5 .r8he9 { color: var(--c-pros-label); }
.k6blz0q .j58y6 .ga1qx { color: var(--c-cons); }
.k6blz0q .j8ejwb5 ul li,
.k6blz0q .j58y6 ul li,
.ukp140q .r8he9::before { content: "✓ "; }
.ukp140q .ga1qx::before { content: "✗ "; }
.mdeb .r8he9::before { content: "→ "; }
.mdeb .ga1qx::before { content: "← "; }
.lu34r1 .r8he9::before { content: "★ "; }
.lu34r1 .ga1qx::before { content: "✕ "; }
.mogm5z .r8he9::before { content: "◆ "; }
.mogm5z .ga1qx::before { content: "▲ "; }
.s8yfrui .hhl6jxf { background: transparent; border-left: none; border: 1.5px solid; }
.s8yfrui .xpqf8kgi     { border-color: var(--c-tip-border); }
.s8yfrui .hhl6jxf strong { color: var(--text-primary); }
.s8yfrui .hhl6jxf p      { color: var(--text-muted); }
.jwj64fg .hhl6jxf { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.jwj64fg .xpqf8kgi     { border-top-color: var(--c-tip-border); }
.hom8a72i .hhl6jxf { border-left: none; border-radius: 8px; }
.hom8a72i .xpqf8kgi     { background: #065f46; }
.hom8a72i .hhl6jxf strong,
.hom8a72i .hhl6jxf p { color: #fff; }
.hom8a72i .ao6k::before { color: rgba(255,255,255,0.85) !important; }
.hdoqv2.hom8a72i .xpqf8kgi,
.hdoqv2 .hom8a72i .xpqf8kgi     { background: #052e16; }
.cqrn9kah.hom8a72i .xpqf8kgi,
.cqrn9kah .hom8a72i .xpqf8kgi      { background: #2d2000; }
.eiyn01o.hom8a72i .xpqf8kgi,
.eiyn01o .hom8a72i .xpqf8kgi      { background: #0c1a2e; }
.eiyn01o.hom8a72i .ti50a0se,
.eiyn01o .hom8a72i .ti50a0se  { background: #12103a; }
.eiyn01o.hom8a72i .ja4g,
.eiyn01o .hom8a72i .ja4g     { background: #0a2020; }
.xjsb41tw .hhl6jxf { border-left: none; border-radius: 6px; padding: 10px 14px; }
.xjsb41tw .xpqf8kgi     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.xjsb41tw .hhl6jxf strong { color: var(--text-primary); }
.xjsb41tw .hhl6jxf p      { color: var(--text-muted); }
.voolljz .hhl6jxf { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.auidfm .ao6k,
.kbhmhlm4 .ao6k,
.u3u9j .ao6k,
.ab63 .ao6k { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.auidfm .ao6k::before,
.kbhmhlm4 .ao6k::before,
.u3u9j .ao6k::before,
.ab63 .ao6k::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.auidfm .xpqf8kgi     .ao6k::before { content: "✦"; color: var(--c-tip-border); }
.auidfm .ti50a0se .ao6k::before { content: "▲"; color: var(--c-warn-border); }
.auidfm .ja4g    .ao6k::before { content: "◉"; color: #60a5fa; }
.kbhmhlm4 .xpqf8kgi     .ao6k::before { content: "★"; color: var(--c-tip-border); }
.kbhmhlm4 .ti50a0se .ao6k::before { content: "◆"; color: var(--c-warn-border); }
.kbhmhlm4 .ja4g    .ao6k::before { content: "●"; color: #60a5fa; }
.u3u9j .xpqf8kgi     .ao6k::before { content: "▶"; color: var(--c-tip-border); }
.u3u9j .ti50a0se .ao6k::before { content: "■"; color: var(--c-warn-border); }
.u3u9j .ja4g    .ao6k::before { content: "▸"; color: #60a5fa; }
.ab63 .xpqf8kgi     .ao6k::before { content: "→"; color: var(--c-tip-border); }
.ab63 .ti50a0se .ao6k::before { content: "⬥"; color: var(--c-warn-border); }
.ab63 .ja4g    .ao6k::before { content: "◈"; color: #60a5fa; }
.f4ef .jijbv .t3x41408,
.f4ef .tm2xsc .t3x41408  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.f4ef .l68g337v                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.f4ef .aqt7e          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.f4ef .h6rb                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.s6sr .jijbv .t3x41408,
.s6sr .tm2xsc .t3x41408,
.s6sr .l68g337v,
.s6sr .yt168i,
.s6sr .tg9hj,
.s6sr .aqt7e,
.s6sr .h6rb,
.s6sr .voolljz .hhl6jxf { box-shadow: none; }
.thzxpx4   .aaaicfml, .thzxpx4 .dsl05, .thzxpx4 .ubmslqi,
.thzxpx4   .oyfibb6a, .thzxpx4 .h79av { font-size: 0.9rem; }
.thzxpx4   .ylv35h2, .thzxpx4 .ecwwkxup { font-size: 0.9rem; }
.adyrs5bz   .aaaicfml, .adyrs5bz .dsl05, .adyrs5bz .ubmslqi,
.adyrs5bz   .oyfibb6a, .adyrs5bz .h79av { font-size: 0.95rem; }
.adyrs5bz   .ylv35h2, .adyrs5bz .ecwwkxup { font-size: 0.95rem; }
.n4lj7m3   .aaaicfml, .n4lj7m3 .dsl05, .n4lj7m3 .ubmslqi,
.n4lj7m3   .oyfibb6a, .n4lj7m3 .h79av { font-size: 1.08rem; }
.n4lj7m3   .ylv35h2, .n4lj7m3 .ecwwkxup { font-size: 1.05rem; }
.n4lj7m3   .y7g2md { font-size: 0.97rem; }
.lyrv3g3j .ex8zni0      { font-size: 3.2rem; }
.lyrv3g3j h2.qdhq { font-size: 1.9rem; }
.lyrv3g3j h3.hdob4rl     { font-size: 1.4rem; }
.t65yp .ex8zni0      { font-size: 3.8rem; }
.t65yp h2.qdhq { font-size: 2.2rem; }
.t65yp h3.hdob4rl     { font-size: 1.6rem; }
.olwywp1 + .olwywp1 { position: relative; }
.mu8q   .olwywp1 + .olwywp1::before,
.jb467gde  .olwywp1 + .olwywp1::before,
.u6li   .olwywp1 + .olwywp1::before,
.eptgdvew   .olwywp1 + .olwywp1::before,
.b5h29m   .olwywp1 + .olwywp1::before,
.ni9jr .olwywp1 + .olwywp1::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.mu8q .olwywp1 + .olwywp1::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.jb467gde .olwywp1 + .olwywp1::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.u6li .olwywp1 + .olwywp1::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.eptgdvew .olwywp1 + .olwywp1::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ft5k .olwywp1 { margin-bottom: 16px; }
.ft5k .olwywp1 + .olwywp1 { margin-top: 0; }
.ft5k .ci3aesvw { padding-top: 0; padding-bottom: 0; }
.b5h29m .olwywp1 + .olwywp1::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ni9jr .olwywp1 + .olwywp1::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.dqbt .olwywp1 + .olwywp1::before,
.yff3d .olwywp1 + .olwywp1::before,
.hv4t1kef .olwywp1 + .olwywp1::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%;
}
.mcf4 .dqbt .olwywp1:nth-child(even)::before,
.mcf4 .yff3d .olwywp1:nth-child(even)::before,
.mcf4 .hv4t1kef .olwywp1:nth-child(even)::before { background: var(--bg-surface); }
.odwdl .dqbt .olwywp1:nth-child(even)::before,
.odwdl .yff3d .olwywp1:nth-child(even)::before,
.odwdl .hv4t1kef .olwywp1:nth-child(even)::before { background: var(--bg-card); }
.dqbt .olwywp1 + .olwywp1::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");
}
.yff3d .olwywp1 + .olwywp1::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");
}
.hv4t1kef .olwywp1 + .olwywp1::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");
}
.x2zrac11 .qz923,
.cyjva6p .qz923,
.okmrusq5 .qz923 { overflow: hidden; }
.x2zrac11 .hfmrv,
.cyjva6p .hfmrv { margin-bottom: 60px; }
.okmrusq5 .hfmrv { margin-bottom: 70px; }
.cyjva6p .u0rh { padding-bottom: 60px; }
.x2zrac11 .qz923::before,
.cyjva6p .qz923::before,
.okmrusq5 .qz923::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%;
}
.x2zrac11 .qz923::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");
}
.cyjva6p .qz923::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");
}
.okmrusq5 .qz923::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");
}
.uvsz .qz923:not(.rcxy) .rz9ghoh { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.s9w2 .qz923:not(.rcxy) .rz9ghoh { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.f0zf6a2  .qz923:not(.rcxy) .rz9ghoh { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.w9tvm8  .qz923:not(.rcxy) .rz9ghoh { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.uvsz .rcxy { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.s9w2 .rcxy { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.f0zf6a2 .rcxy { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.w9tvm8 .rcxy { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.m02xbzbx .rcxy { background: var(--accent); }
.m02xbzbx .rcxy .rz9ghoh { background: none; }
.m02xbzbx .p8e0g { background: var(--accent); }
.m02xbzbx .hb9r0y8 { background: var(--accent-bg); }
.m02xbzbx .qz923:not(.rcxy) .rz9ghoh { background: rgba(0,0,0,0.6); }
.k940g .v62d { float: left; width: 38%; margin: 0 28px 16px 0; }
.k940g .v62d .osu1s875 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k940g .ci3aesvw::after { content: ''; display: block; clear: both; }
.qtrj2wb0 .v62d { float: right; width: 38%; margin: 0 0 16px 28px; }
.qtrj2wb0 .v62d .osu1s875 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qtrj2wb0 .ci3aesvw::after { content: ''; display: block; clear: both; }
.t44dy1o .olwywp1:nth-child(odd)  .v62d { float: left;  width: 38%; margin: 0 28px 16px 0; }
.t44dy1o .olwywp1:nth-child(even) .v62d { float: right; width: 38%; margin: 0 0 16px 28px; }
.t44dy1o .v62d .osu1s875 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.t44dy1o .ci3aesvw::after { content: ''; display: block; clear: both; }
.k940g .urwvs,
.qtrj2wb0 .urwvs,
.t44dy1o .urwvs,
@media (max-width: 900px) {
  .k940g .v62d,
  .qtrj2wb0 .v62d,
  .t44dy1o .olwywp1:nth-child(odd)  .v62d,
  .t44dy1o .olwywp1:nth-child(even) .v62d {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .k940g .v62d .osu1s875,
  .qtrj2wb0 .v62d .osu1s875,
  .t44dy1o .v62d .osu1s875 {
    max-height: none !important;
  }
}
.k940g .ylv35h2,
.k940g .ecwwkxup,
.qtrj2wb0 .ylv35h2,
.qtrj2wb0 .ecwwkxup,
.t44dy1o .ylv35h2,
.t44dy1o .ecwwkxup { overflow: hidden; }
@media (max-width: 640px) {
  .k940g .v62d,
  .qtrj2wb0 .v62d,
  .t44dy1o .v62d { float: none; width: 100%; margin: 0 0 16px 0; }
}
.uaj8fqo1 .er57,
.uaj8fqo1 .ci3aesvw,
.uaj8fqo1 .precx3  { max-width: 1100px; }
.htwa8 .er57,
.htwa8 .ci3aesvw,
.htwa8 .precx3  { max-width: 1200px; }
.pxm9lko .er57,
.pxm9lko .ci3aesvw,
.pxm9lko .precx3  { max-width: 1320px; }
.fkttnn { font-size: 0.82rem; color: var(--text-muted); }
.zhe6 { display: flex; align-items: center; }
.x19rtw {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.k096q0iw { display: flex; align-items: center; }
.fhpv55ob { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.fhpv55ob:hover { text-decoration: underline; }
.obmlq750 { margin: 0 3px; opacity: 0.45; }
.obmlq750::before { content: '/'; }
.sn2pm { padding: 2px 5px; color: var(--text-main); }
.anuluji5 .fkttnn {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.anuluji5 .zhe6 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.w25nm5ki .fkttnn {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.w25nm5ki .zhe6 { padding: 0 0 0 12px; }
.isfff .zhe6 { padding: 0 16px; }
.isfff .fkttnn {
  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);
}
.isfff .er57 { padding-top: 28px; }
@media (max-width: 720px) {
  .jujb8b8b { margin-top: 18px; padding: 0 16px; }
  .isfff .er57 { padding-top: 16px; }
}
.uaj8fqo1.anuluji5 .zhe6 { max-width: 1100px; }
.htwa8.anuluji5 .zhe6 { max-width: 1200px; }
.pxm9lko.anuluji5 .zhe6 { max-width: 1320px; }
.uqrnpo .olwywp1 { padding-top: 16px; padding-bottom: 16px; }
.wnge4ppl .olwywp1 { padding-top: 24px; padding-bottom: 24px; }
.hxuc .olwywp1 { padding-top: 40px; padding-bottom: 40px; }
.gs1vgt .olwywp1 { padding-top: 52px; padding-bottom: 52px; }
.ykfzsq .olwywp1:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ykfzsq .olwywp1:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ykfzsq .olwywp1:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ykfzsq .olwywp1:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.o5r2qy71 .ci3aesvw { padding-top: 10px;  padding-bottom: 10px; }
.j0wu .ci3aesvw { padding-top: 18px;  padding-bottom: 18px; }
.azotp .ci3aesvw { padding-top: 36px;  padding-bottom: 36px; }
.lqnkwgy .ci3aesvw { padding-top: 48px;  padding-bottom: 48px; }
.bsywcv h2.qdhq { font-weight: 600; }
.bsywcv h3.hdob4rl     { font-weight: 600; }
.poew4 { font-weight: 500; }
.poew4 h2.qdhq { font-weight: 800; }
.poew4 h3.hdob4rl     { font-weight: 700; }
.d0ivk h2.qdhq { font-weight: 900; }
.d0ivk h3.hdob4rl     { font-weight: 800; }
.d0ivk .hhl6jxf strong,
.d0ivk .hhl6jxf strong { font-weight: 600; }
.ubvwhq {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.x22410g .ubvwhq { display: none; }
@media (max-width: 640px) {
  .zmqwni { display: none; }
  .ubvwhq {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.ubvwhq { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ubvwhq:hover { opacity: 0.85; }
.q6bjd .ubvwhq { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.s7och16n .ubvwhq,
.wo4v5c4e  .ubvwhq { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.s7och16n .ubvwhq:hover,
.wo4v5c4e  .ubvwhq:hover { opacity: 0.88; }
.q6bjd.s7och16n .ubvwhq,
.q6bjd.wo4v5c4e  .ubvwhq { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.hnzsamn9 {
  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;
}
.hnzsamn9:hover { transform: translateY(-2px); opacity: 0.92; }
.hnzsamn9 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.jz93si .hnzsamn9 { display: none; }
.q8nasv .hnzsamn9 { right: 32px; }
.onszrg6  .hnzsamn9 { left: 32px; }
@media (max-width: 480px) {
  .q8nasv .hnzsamn9 { right: 20px; bottom: 20px; }
  .onszrg6  .hnzsamn9 { left: 20px; bottom: 20px; }
}
.f5o0m { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.precx3 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.tavuu8 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.qoep { color: var(--text-dim); font-size: 0.8rem; }
.i9bb { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.i9bb img { height: 26px; width: auto; object-fit: contain; }
.xn3i6t9 { display: flex; flex-direction: column; gap: 6px; }
.xn3i6t9 a, .cf8swtg0 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.xn3i6t9 a:hover, .cf8swtg0 a:hover { color: var(--accent-light); }
.xn3i6t9 .h21p { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.wa0q .precx3 { text-align: center; }
.wa0q .tavuu8 { margin-top: 0; }
.rickp { margin-top: 10px; }
.rickp a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .precx3 { padding-left: 16px; padding-right: 16px; }
  .yo19 .precx3 { padding: 20px 16px; }
  .cf8swtg0 { gap: 4px 12px; }
  .tavuu8 { font-size: 0.78rem; }
}
.qypa7k29 .nepo .i9bb { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.qypa7k29 .tavuu8 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.qypa7k29 .qoep { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .qypa7k29 .of8edck { grid-template-columns: 1fr 1fr; } .qypa7k29 .nepo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qypa7k29 .of8edck { grid-template-columns: 1fr; } }
.e1v6v .i9bb { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.e1v6v .tavuu8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .e1v6v .eeodujmr { gap: 12px; } .e1v6v .i9bb { margin-right: 0; width: 100%; } }
.bpch9h .d901ca9v .i9bb { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.bpch9h .tavuu8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.bpch9h .qoep { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .bpch9h .r5pe8 { grid-template-columns: 1fr 1fr; } .bpch9h .d901ca9v { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bpch9h .r5pe8 { grid-template-columns: 1fr; } }
.olsi .r4h27hg { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.olsi .xn3i6t9 { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .olsi .r4h27hg { grid-template-columns: 1fr 1fr; } .olsi .hcs4dndx:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .olsi .r4h27hg { grid-template-columns: 1fr; } }
.owysf .r4h27hg { grid-template-columns: 1fr 2fr; }
.owysf .urbnh9 .xn3i6t9 { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .owysf .r4h27hg { grid-template-columns: 1fr; } }
.hzm0d .precx3 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.evhsnc .frbfh0f      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.evhsnc .f5o0m { background: var(--bg-page); border-top-color: var(--border-alt); }
.w5yzh .frbfh0f      { background: #0d1117; border-bottom-color: #21262d; }
.w5yzh .d41gvom { color: var(--accent-light); }
.w5yzh .hrv5pg { --msep-color: #8b949e; }
.w5yzh .hrv5pg a { color: #8b949e; }
.w5yzh .hrv5pg a:hover { color: var(--accent-light); }
.w5yzh .m2t4hw { color: #8b949e; }
.w5yzh .f5o0m { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.w5yzh .tavuu8,
.w5yzh .qoep { color: #6e7681; }
.w5yzh .xn3i6t9 a, .w5yzh .cf8swtg0 a,
.w5yzh .i9bb { color: #e6edf3; }
.w5yzh .xn3i6t9 a:hover, .w5yzh .cf8swtg0 a:hover,
@media (max-width: 640px) {
  .w5yzh .hrv5pg { background: #0d1117; border-top-color: #21262d; }
  .w5yzh .hrv5pg li a { border-bottom-color: #21262d; }
}
.v7el .frbfh0f      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.v7el .d41gvom { color: var(--accent-light); }
.v7el .hrv5pg { --msep-color: #475569; }
.v7el .hrv5pg a { color: #475569; }
.v7el .hrv5pg a:hover { color: var(--accent-light); }
.v7el .m2t4hw { color: #64748b; }
.v7el .f5o0m { background: #f0f4f8; border-top-color: #cbd5e1; }
.v7el .tavuu8,
.v7el .qoep { color: #64748b; }
.v7el .xn3i6t9 a, .v7el .cf8swtg0 a,
.v7el .jta1zj a, .v7el .i9bb { color: #374151; }
.v7el .xn3i6t9 a:hover, .v7el .cf8swtg0 a:hover,
@media (max-width: 640px) {
  .v7el .hrv5pg { background: #f0f4f8; border-top-color: #cbd5e1; }
  .v7el .hrv5pg li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.s7och16n .frbfh0f      { background: var(--accent); border-bottom-color: var(--accent-light); }
.s7och16n .d41gvom { color: #fff; }
.s7och16n .hrv5pg { --msep-color: rgba(255,255,255,0.82); }
.s7och16n .hrv5pg a { color: rgba(255,255,255,0.82); }
.s7och16n .hrv5pg a:hover { color: #fff; }
.s7och16n .m2t4hw { color: rgba(255,255,255,0.9); }
.s7och16n .l6lpuup a { color: var(--text-primary) !important; }
.s7och16n .l6lpuup a:hover { color: var(--accent-light) !important; }
.s7och16n .f5o0m { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.s7och16n .tavuu8,
.s7och16n .qoep { color: rgba(255,255,255,0.72); }
.s7och16n .xn3i6t9 a, .s7och16n .cf8swtg0 a,
.s7och16n .zdknr a, .s7och16n .k3zs5 a,
.s7och16n .jta1zj a, .s7och16n .i9bb { color: #fff; }
.s7och16n .a65a4waz, .s7och16n .p0aw52u { color: rgba(255,255,255,0.7); }
.s7och16n .xn3i6t9 a:hover, .s7och16n .cf8swtg0 a:hover,
.s7och16n .zdknr a:hover, .s7och16n .k3zs5 a:hover { color: #fff; }
@media (max-width: 640px) {
  .s7och16n .hrv5pg { background: var(--accent); border-top-color: var(--accent-light); }
  .s7och16n .hrv5pg li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.wo4v5c4e .frbfh0f {
  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);
}
.wo4v5c4e .f5o0m {
  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) {
  .wo4v5c4e .hrv5pg {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.yp9h .ehs1wb { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.y13fiidi .ehs1wb { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.z1o8s .ehs1wb { min-height: 72px; height: auto; }
.jjcx40 .ehs1wb { min-height: 84px; height: auto; }
.yo19 .ehs1wb { max-width: none; padding: 0 32px; }
.yo19 .precx3  { max-width: none; padding: 24px 32px; }
.mnopqhei.htwa8 .ehs1wb { max-width: 1200px; }
.mnopqhei.pxm9lko .ehs1wb { max-width: 1320px; }
.tz8z   .d41gvom, .tz8z   .i9bb { text-transform: capitalize; }
.hozio .d41gvom, .hozio .i9bb { text-transform: lowercase; }
.m079d .d41gvom, .m079d .i9bb { text-transform: uppercase; letter-spacing: 0.06em; }
.czhm6b, .zezuz4g {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.uw21zrm .czhm6b,
.uw21zrm .zezuz4g { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.yfai .czhm6b,
.yfai .zezuz4g { 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; }
.uyyjwna .czhm6b,
.uyyjwna .zezuz4g { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.xpo2fuao .czhm6b,
.xpo2fuao .zezuz4g { 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; }
.yqjs   .hrv5pg a { font-weight: 500; }
.lgfc .hrv5pg a { font-weight: 600; }
.w6rps     .hrv5pg a { font-weight: 700; }
.z2jdeys4    .hrv5pg a { font-weight: 800; letter-spacing: 0.01em; }
.boleuv6     .hrv5pg > li + li::before,
.q5o3eo0    .hrv5pg > li + li::before,
.cspz    .hrv5pg > li + li::before,
.vsz2rt .hrv5pg > li + li::before,
.x1g8g .hrv5pg > li + li::before,
.qvxx3  .hrv5pg > li + li::before,
.f8662yqf    .hrv5pg > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.boleuv6     .hrv5pg > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.q5o3eo0    .hrv5pg > li + li::before { content: "|"; }
.cspz    .hrv5pg > li + li::before { content: "—"; }
.vsz2rt .hrv5pg > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.x1g8g .hrv5pg > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.qvxx3  .hrv5pg > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.f8662yqf    .hrv5pg > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .i0jqbx4j .m2t4hw,
  .w4pz .m2t4hw,
  .mnlzql .m2t4hw,
  .hwwf .m2t4hw,
  .oym0iue .m2t4hw {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .i0jqbx4j .m2t4hw::before,
  .w4pz .m2t4hw::before,
  .mnlzql .m2t4hw::before,
  .hwwf .m2t4hw::before,
  .oym0iue .m2t4hw::before { content: ""; display: block; flex-shrink: 0; }

  
  .i0jqbx4j .m2t4hw::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;
  }

  
  .w4pz .m2t4hw::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;
  }

  
  .mnlzql .m2t4hw::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;
  }

  
  .hwwf .m2t4hw::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;
  }

  
  .oym0iue .m2t4hw::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) {
  .mru90li .m2t4hw {
    padding: 5px 14px;
  }
  .mru90li .hrv5pg {
    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;
  }
  .mru90li .hrv5pg li a {
    border-bottom: none; padding: 10px 22px;
  }
  .mru90li .hrv5pg li a:hover { background: var(--bg-raised); }
  .mru90li .jdj79,
  .omsf3lu .jdj79,
  .o8shulug .jdj79 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .vkwm .m2t4hw {
    padding: 5px 10px;
  }
  .vkwm .hrv5pg {
    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);
  }
  .vkwm .hrv5pg.dk13x { transform: translateX(0); }
  .vkwm .hrv5pg li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .vkwm .hrv5pg li:last-child a { border-bottom: none; }
  .s7och16n .hrv5pg,
  .w5yzh .hrv5pg { background: var(--accent) !important; }
  .s7och16n .hrv5pg li a,
  .w5yzh .hrv5pg li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .o8shulug .m2t4hw {
    padding: 5px 10px;
  }
  .o8shulug .hrv5pg {
    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);
  }
  .o8shulug .hrv5pg::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .o8shulug .hrv5pg.dk13x { transform: translateY(0); }
  .o8shulug .hrv5pg li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .wu87d5 .m2t4hw {
    padding: 5px 10px;
  }
  .wu87d5 .hrv5pg {
    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;
  }
  .wu87d5 .hrv5pg.dk13x { opacity: 1; pointer-events: auto; }
  .wu87d5 .hrv5pg li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .y4iwa1     .m2t4hw { border-radius: 0 !important; }
  .v074   .m2t4hw { border-radius: 8px !important; }
  .yfeiif .m2t4hw { border-radius: 50% !important; }
  .swg2o   .m2t4hw { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .krytl .s74hhth { flex-direction: column; align-items: stretch; }
  .krytl .op0ha72 { flex-direction: row; min-width: auto; }
  .krytl .eufv { align-items: flex-start; text-align: left; }
}
.qoxftd,
.qoxftd.olwywp1,
.mcf4 .qoxftd,
.dg0z .qoxftd,
.odwdl .qoxftd,
.wq6fi89 .qoxftd {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.rund {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.iwda23 { flex: 1 1 280px; min-width: 0; }
.wcznpw {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.q119d {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.malm8p4 {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.malm8p4:hover { transform: translateY(-1px); opacity: 0.95; }
.m6ln .rund {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.m6ln .wcznpw { color: var(--cta); }
.m6ln .q119d { color: var(--text-body); }
.m6ln .malm8p4 {
  background: var(--cta) !important;
  color: #fff !important;
}
.b9un .rund {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.b9un .wcznpw { color: var(--text-primary); }
.b9un .q119d { color: var(--text-body); }
.b9un .malm8p4 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .rund {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .iwda23 { flex: 0 0 auto; }
  .wcznpw { font-size: 1.2rem; }
  .malm8p4 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.mksb .jdel6nj { height: 36px; }
.f7llg .jdel6nj { height: 60px; max-width: 200px; }
.wbpkt7l1 .jdel6nj { height: 56px; max-width: 180px; }
@media (min-width: 720px) {
  .behxxqjp .bhya {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .behxxqjp .yt168i {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .behxxqjp .yt168i { padding: 40px 16px 20px; }
  .behxxqjp .e2xh5jd {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .behxxqjp .aulm { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .gjirn .yt168i {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .gjirn .yt168i::before {
    position: absolute; top: 14px; left: 14px;
  }
  .gjirn .pmbe4 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .gjirn .gw5se3ko { white-space: normal; text-align: center; font-size: 1.2rem; }
  .gjirn .e2xh5jd {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .gjirn .aulm { width: 100%; min-width: 0; }
  .gjirn .oq95yzm { min-width: 0; }
}
.s05m8j .giw779i {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.s05m8j .giw779i summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.s05m8j .giw779i p { padding: 0 2px 16px; }
.ftrj .giw779i { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ftrj .giw779i summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ftrj .giw779i summary::after { content: "›"; font-size: 1.2em; }
.ftrj .giw779i[open] summary::after { content: "‹"; }
.ftrj .giw779i p { padding: 10px 22px 4px; }
.fhj1rtzc .giw779i {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.fhj1rtzc .giw779i summary { color: var(--text-primary); padding-left: 16px; }
.fhj1rtzc .giw779i summary::after { content: "›"; font-size: 1.1em; }
.fhj1rtzc .giw779i[open] summary::after { content: "‹"; }
.fhj1rtzc .giw779i p { padding-left: 16px; }
.jm6iby .liadt { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.jm6iby .giw779i {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.jm6iby .giw779i:last-child { border-bottom: none; }
.jm6iby .giw779i summary { color: var(--text-primary); border-radius: 0; }
.jm6iby .giw779i summary::after { content: "›"; font-size: 1.1em; }
.jm6iby .giw779i[open] summary::after { content: "‹"; }
.v2pbe4u .giw779i { overflow: hidden; }
.v2pbe4u .giw779i summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.v2pbe4u .giw779i summary::after { color: rgba(255,255,255,.75); }
.v2pbe4u .giw779i[open] summary { border-radius: 0; }
.y92faazn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.r4enw {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.kuk2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.e2v04 { color: var(--text-muted); font-size: 1.05rem; }
.ykssfy {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.fjty9 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.wyh9 { margin-bottom: 20px; }
.qvmun {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.zqbhr {
  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;
}
.zqbhr:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.s4uo0 { resize: vertical; min-height: 130px; }
.axcsn { width: 100%; margin-top: 8px; }
.qgzhu {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.cl46mtoh {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.sgkrvk41 { color: var(--text-muted); line-height: 1.75; }
.piq7j0mn { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.piq7j0mn li { margin-bottom: 6px; }
.kc50lr1z { max-width: 760px; margin: 0 auto; }
.bnce6cq { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.pvkh { max-width: 760px; margin: 0 auto; }
.oc83o9 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.iyq0 ul.piq7j0mn { margin: 0; }
.cqpeh3 .oc83o9 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .cqpeh3 { grid-template-columns: 1fr; gap: 10px; } }
.dlo6c12 { max-width: 640px; margin: 0 auto; text-align: center; }
.evgqvj { margin-bottom: 48px; }
.evgqvj .oc83o9 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.evgqvj p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.y5ya .piq7j0mn { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nhwil7a { grid-template-columns: 1fr; } }
.f0lwg ul.piq7j0mn { margin: 0; }
.bywu .piq7j0mn,
.tignic9 .piq7j0mn,
.tng6h .piq7j0mn,
.igw26y .piq7j0mn {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .ju7bs { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .e1q0mbdd { grid-template-columns: 1fr; } .avpracj7 { position: static; text-align: center; } }
@media (max-width: 860px) { .py2c { grid-template-columns: 1fr; } }
.igw26y .piq7j0mn { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .me4ivve4 { flex-direction: column; text-align: center; } .qzmsev { grid-template-columns: 1fr; } }
.b6ngk0t {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.b6ngk0t .kuk2 { color: var(--accent-light); }
.r8zma .kuk2 { font-size: 2rem; }
.r8zma .e2v04 { max-width: 680px; }
.pm8bn .kuk2 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.pm8bn .e2v04  { margin: 0; }
@media (max-width: 640px) { .pm8bn { flex-direction: column; } }
.rtr7xpze .kuk2 { color: var(--accent-light); }
.i3kp5rqf .kuk2 { color: #fff; }
.i3kp5rqf .e2v04  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .lhxvg { grid-template-columns: 1fr; } }
.wt4us .zqbhr {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.wt4us .zqbhr:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ssnwn .zqbhr { background: var(--bg-raised); border-color: transparent; }
.ssnwn .zqbhr:focus { background: var(--bg-card); border-color: var(--accent-light); }
.f2jft .zqbhr { border-radius: 100px; padding: 11px 20px; }
.f2jft .s4uo0 { border-radius: 14px; }
.oc36 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.oc36 summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.oc36 summary::-webkit-details-marker { display: none; }
.oc36 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.oc36[open] summary::after { content: "−"; }
.ojhch {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .nccr9d6w { grid-template-columns: 1fr; } }
.ftwk006 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.ftwk006 li { margin-bottom: 6px; }
.koueak9{display:none}
.koueak9:empty,.ecf70j4:empty{display:none}
.tz2h{position:relative;overflow:visible}
.s9va8 .jdy3,.copn .jdy3,
.zh8x1rn8 .jdy3,.qa6cea .jdy3,
.tbd64 .jdy3,.mwocwvt9 .jdy3{display:block}
.lszn .uqhuexh{display:block}
.s9va8 .jdy3,.copn .jdy3,
.zh8x1rn8 .jdy3,.qa6cea .jdy3,
.tbd64 .jdy3{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}
.s9va8 .jdy3 .ecf70j4,.copn .jdy3 .ecf70j4,
.zh8x1rn8 .jdy3 .ecf70j4,.qa6cea .jdy3 .ecf70j4,
.tbd64 .jdy3 .ecf70j4{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}
.s9va8 .ry6q,.copn .ry6q,
.zh8x1rn8 .ry6q,.qa6cea .ry6q,
.tbd64 .ry6q{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.s9va8 .jdy3,.copn .jdy3{top:12px}
.s9va8 .jdy3 .ecf70j4{margin-right:auto}
.copn .jdy3 .ecf70j4{margin-left:auto}
.copn .jdy3{text-align:right}
.zh8x1rn8 .jdy3,.qa6cea .jdy3{bottom:12px}
.zh8x1rn8 .jdy3 .ecf70j4{margin-right:auto}
.qa6cea .jdy3 .ecf70j4{margin-left:auto}
.qa6cea .jdy3{text-align:right}
.tbd64 .jdy3{position:relative;margin-top:16px}
.tbd64 .jdy3 .ecf70j4{margin:0 auto}
.mwocwvt9 .jdy3{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.mwocwvt9 .jdy3 .ecf70j4{margin:0}
.mwocwvt9 .hb9r0y8~.jdy3,
.mwocwvt9 .hzvk18~.jdy3{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.mwocwvt9 .hb9r0y8~.jdy3 .ecf70j4,
.mwocwvt9 .hzvk18~.jdy3 .ecf70j4{justify-content:flex-start}
.hb9r0y8~.jdy3,.hzvk18~.jdy3{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}
.hb9r0y8~.jdy3 .ecf70j4{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hzvk18~.jdy3 .ecf70j4{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.uqhuexh .ecf70j4{margin:0 0 12px}
.ecf70j4{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ry6q{white-space:nowrap}
.dx3r5 .ry6q{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.ozk9nf .ry6q{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}
.cx5t .ecf70j4{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.cwur .ry6q{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.cosl .ry6q{color: var(--accent-light);opacity:1;font-weight:500}
.c05f .ry6q{border-bottom:1px solid currentColor;padding-bottom:2px}
.w76t .ecf70j4{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.cfzdz{--date-bg:var(--accent-bg-light)}
.smb7tx4z .kvzadqcn::before{content:""}
.iit4rg .ry6q + .ry6q::before{content:"•";margin-right:6px;opacity:.4}
.gyxf .ry6q + .ry6q::before{content:"/";margin-right:6px;opacity:.35}
.psq799 .ry6q + .ry6q::before{content:"|";margin-right:6px;opacity:.3}
.l083xil6 .ry6q + .ry6q::before{content:"—";margin-right:6px;opacity:.3}
.i6ziyu8 .ry6q + .ry6q::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.ylvb .ry6q + .ry6q::before{content:"·";margin-right:6px;opacity:.4}
.uqb67gl1 .ry6q + .ry6q::before{content:"›";margin-right:6px;opacity:.4}
.sixwbos .ry6q + .ry6q::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.j9cfvu .p8qiv1r{padding:20px 0}
@media(max-width:640px){
  .p8qiv1r{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .usbv2q{max-width:100%}
}
.j2am .aqt7e{margin:0}
@media (max-width:560px){
  .wkvn{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .h5br1av { padding: 28px 18px 20px; }
  .kagk { font-size: 1.2rem; }
  .u9vblo { max-width: 220px; max-height: 80px; }
}
.rb34 .qym1g { border-radius: 22px; }
.h84f .rund {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .qym1g { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.n23l {
  margin: 28px 0 24px;
}
.n23l .olwywp1 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.n23l .ci3aesvw {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.n23l .rund {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ehs1wb { flex-direction: row-reverse; }
[dir="rtl"] .hrv5pg { flex-direction: row-reverse; }
[dir="rtl"] .q8nasv .hnzsamn9 { right: auto; left: 32px; }
[dir="rtl"] .onszrg6  .hnzsamn9 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .q8nasv .hnzsamn9 { right: auto; left: 20px; }
  [dir="rtl"] .onszrg6  .hnzsamn9 { left: auto;  right: 20px; }
}
[dir="rtl"] .k940g .v62d  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .qtrj2wb0 .v62d { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ylv35h2, [dir="rtl"] .ecwwkxup { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .j8ejwb5 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .j58y6 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .hhl6jxf { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .rund { direction: rtl; }
[dir="rtl"] .fkttnn { direction: rtl; }
[dir="rtl"] .h6rb { direction: rtl; }
[dir="rtl"] .wubp { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .yztox5 .ecwwkxup,
[dir="rtl"] .gvv2z4f .ecwwkxup,
[dir="rtl"] .ospc .ecwwkxup,
[dir="rtl"] .ndnt .ecwwkxup {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .yztox5 .ecwwkxup li::before,
[dir="rtl"] .gvv2z4f .ecwwkxup li::before,
[dir="rtl"] .ospc .ecwwkxup li::before,
[dir="rtl"] .ndnt .ecwwkxup li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .qz923.uz7s .hfmrv,
[dir="rtl"] .loy8lo.uz7s .hfmrv,
[dir="rtl"] .rcxy.uz7s .hfmrv,
[dir="rtl"] .geb1d.uz7s .hfmrv,
[dir="rtl"] .yngdc9q.uz7s .hfmrv { text-align: right; }
[dir="rtl"] .hb9r0y8.j1yvp .u0rh { text-align: center; }
[dir="rtl"] .ci3aesvw,
[dir="rtl"] .oyfibb6a,
[dir="rtl"] .h79av,
[dir="rtl"] .hxyqyk3,
[dir="rtl"] .hfmrv { text-align: right; }
[dir="rtl"] .fjty9,
[dir="rtl"] .qvmun,
[dir="rtl"] .zqbhr,
[dir="rtl"] .s4uo0 { text-align: right; direction: rtl; }
[dir="rtl"] .f2jft .zqbhr,
[dir="rtl"] .wt4us .zqbhr { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #a1cb46;
  --brand:           #a1cb46;
  --brand-light:     #779536;
  --brand-pale:      #9bb562;
  --grad-start:      #c5df8d;
  --grad-end:        #dce8c1;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #a1cb46;
  --cta-light:       #8ebb2d;
  --cta-hover:       #7fa52e;
  --bg-page:         #f7f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f5f3;
  --bg-raised:       #f0f0ee;
  --bg-hover:        #f5f5f3;
  --border:          #e6e8e2;
  --border-alt:      #d8dbd0;
  --border-section:  #e6e8e2;
  --text-primary:    #1a1b17;
  --text-muted:      #5b5f53;
  --text-body:       #34362f;
  --text-sub:        #4e5147;
  --text-faint:      #828876;
  --text-dim:        #9b9f92;
  --text-label:      #686c5f;
  --text-value:      #41443b;
  --accent-bg:       #ecefe5;
  --accent-bg-light: #e0e8ce;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f8f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #198a31;
  --c-cons:          #9f3a21;
  --c-pros-label:    #1da43b;
  --c-tip-border:    #20b541;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #198a31;
}
:root { --logo-bg-opacity: 55%; }
body, button, input { font-family: "Noto Sans", sans-serif; }
.k5dz .gvdkmh, .k5dz .hb9r0y8 { min-height: 780px; }
.ard4se1 .ww9i::after, .ard4se1 .tgwi6ov::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.obmlq750::before { content: '|'; opacity: 0.3; }