:root {
  --color-accent: #5a881f;
  --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;
}
.b2cg6ob2 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.w5ok {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.e5yflk {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.t79iuwrz { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.uagpwp { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.uagpwp a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.uagpwp a:hover { color: var(--accent-light); }
.cibut2     .z2nmqn { border-radius: 6px; }
.cibut2 .z2nmqn li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.cibut2 .z2nmqn li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.x6a112 .z2nmqn li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .z2nmqn {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xr7ks8:hover .z2nmqn,
  .xr7ks8:focus-within .z2nmqn { display: block; }
  .z2nmqn li a { padding: 8px 16px; font-size: 0.88rem; }
}
.gtlyt {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.t7pkouur { display: none; }
@media (max-width: 640px) {
  .t7pkouur {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .t7pkouur.mozofj { display: block; }
}
@media (max-width: 640px) {
  .gtlyt { display: block; }
  .uagpwp > li + li::before { display: none !important; }
  .uagpwp {
    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;
  }
  .uagpwp.mozofj { display: flex; }
  .uagpwp li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .uagpwp li:last-child a { border-bottom: none; }
}
.z317oh7 { min-height: 480px; }
.kmwq1 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.gp5nxmhg { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.qo0l9 .gp5nxmhg { margin-left: 0; margin-right: 0; }
.q06m359v {
  background: var(--cta); color: var(--cta-fg, #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;
}
.il1ppt7 .q06m359v { margin-top: 24px; }
.q06m359v:hover { opacity: 0.88; }
.g8941 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.xkhc0m {
  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%);
}
.g8941 .cicswbm {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.g8941 .kmwq1 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.g8941 .gp5nxmhg { color: #e2e8f0; }
.g8941.k5wngv .cicswbm { text-align: center; }
.g8941.qo0l9   .cicswbm { text-align: left; }
.pcg2v .cicswbm {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.pcg2v .kmwq1 { color: var(--text-primary); text-shadow: none; }
.pcg2v .gp5nxmhg { color: var(--text-muted); }
.pcg2v .q06m359v { margin-top: 16px; }
.pcg2v, .pcg2v.z317oh7 { min-height: auto !important; }
.pcg2v.k5wngv .cicswbm { text-align: center; }
.pcg2v.qo0l9   .cicswbm { text-align: left; }
.pcg2v~.nlciebyf{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}
.pcg2v~.nlciebyf .ta9q9e3{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}
.z5fhoe .felqbt,
.z5fhoe .mrv9 {
  position: relative; overflow: hidden;
}
.z5fhoe .felqbt::after,
.z5fhoe .mrv9::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.b0q3p .g8941 .xkhc0m {
  overflow: hidden;
}
.b0q3p .g8941 .xkhc0m::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.pm7wp .g8941 .xkhc0m {
  overflow: hidden;
}
.pm7wp .g8941 .xkhc0m::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;
}
.nol7e0s .g8941 .xkhc0m {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.z5fhoe .g8941 .xkhc0m {
  overflow: hidden;
}
.z5fhoe .g8941 .xkhc0m::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;
}
.w76eo6l .g8941 .xkhc0m {
  animation: hg-breathe 10s ease-in-out infinite;
}
.felqbt .xkhc0m {
  background: none;
}
.felqbt .kmwq1 { color: #fff; }
.felqbt .gp5nxmhg { color: rgba(255,255,255,0.85); }
.z5fhoe .cah9t { position: relative; overflow: hidden; }
.z5fhoe .cah9t::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.cah9t .kmwq1 { text-shadow: none; color: var(--text-primary); }
.cah9t .gp5nxmhg { color: var(--text-muted); }
body.kvxehu .kmwq1 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.zeldrda7 .kmwq1 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.z317oh7.felqbt .kmwq1,
section.felqbt .kmwq1 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.cah9t.k5wngv .oawh { align-items: center; text-align: center; }
.z317oh7 .j0ak4 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.j0ak4 .jl20kj23 {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas:
    "rank"
    "logo"
    "name"
    "rating"
    "bonus"
    "cta" !important;
  row-gap: 10px !important;
  column-gap: 0 !important;
  padding: 16px 18px 18px !important;
  font-size: 0.95rem;
  align-items: center;
  text-align: center;
}
.j0ak4 .jl20kj23::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.j0ak4 .wsg9 { display: contents !important; }
.j0ak4 .wsg9 .pdupsrb {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.j0ak4 .wsg9 .je9m4 { max-height: 48px; max-width: 96px; }
.j0ak4 .wsg9 .nhl09 {
  display: block !important;
  grid-area: name;
  text-align: center; font-size: 1rem; font-weight: 700;
  line-height: 1.15; min-width: 0; max-width: 100%;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none;
}
.j0ak4 .oudrt8z {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.j0ak4 .dbqqn11 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.j0ak4 .l9ouv { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.j0ak4 .l9ouv small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.j0ak4 .ujqg5gqo { display: contents !important; }
.j0ak4 .ujqg5gqo .kuoj2:not(.x304) { display: none !important; }
.j0ak4 .ujqg5gqo .x304 {
  grid-area: bonus;
  background: var(--accent-bg, rgba(0,0,0,.04)) !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  flex-direction: column !important; align-items: center; gap: 2px;
  min-width: 0; max-width: 100%; text-align: center;
}
.j0ak4 .ujqg5gqo .x304 .f0aa4t {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.j0ak4 .ujqg5gqo .x304 .jd7s2rj {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.j0ak4 .pqhcs { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.j0ak4 .pqhcs.gdnx8im8 {
  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;
}
.j0ak4 .pqhcs.gdnx8im8:hover { opacity: 0.85; }
.j0ak4 .jl20kj23,
.j0ak4 .jl20kj23:hover,
.j0ak4 .jl20kj23:nth-child(even),
.j0ak4 .jl20kj23:nth-child(odd),
.j0ak4 .jl20kj23:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.x9lm9h .cicswbm { padding-bottom: 24px; }
.il1ppt7 .cicswbm { max-width: 1100px; }
@media (max-width: 700px) {
  .cah9t { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .cah9t:not(.uvbjuv6) .n6l82is0 { display: none !important; }
  .uvbjuv6 .n6l82is0 { padding: 16px; }
  .oawh  { padding: 36px 24px; }
  .cah9t~.nlciebyf,.bjw5a12~.nlciebyf{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .z317oh7, .cah9t { min-height: 320px !important; }
  .kmwq1 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ex8dbx,
  .kpe21,
  .nqm3f { grid-template-columns: 1fr !important; }

  

  
  .x9lm9h { display: flex !important; flex-direction: column !important; }
  .x9lm9h .cicswbm { display: contents; }
  .x9lm9h .xkhc0m { order: 0; }
  .x9lm9h .kmwq1 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .x9lm9h .ex8dbx { order: 2; padding: 0 16px 12px !important; }
  .x9lm9h .gp5nxmhg { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .il1ppt7 .cicswbm { display: flex; flex-direction: column; }
  .il1ppt7 .cicswbm .kmwq1 { order: 1; }
  .il1ppt7 .cicswbm .nqm3f { order: 2; margin: 8px 0 24px !important; }
  .il1ppt7 .cicswbm .gp5nxmhg { order: 3; }
  .il1ppt7 .cicswbm .q06m359v { order: 4; align-self: center; margin-top: 0; }

  
  .cah9t.uvbjuv6 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .cah9t.uvbjuv6 .oawh { display: contents; padding: 0; }
  .cah9t.uvbjuv6 .oawh .kmwq1 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .cah9t.uvbjuv6 .n6l82is0 { order: 2; padding: 12px 16px; }
  .cah9t.uvbjuv6 .oawh .gp5nxmhg { order: 3; padding: 0 24px; margin: 0 auto; }
  .cah9t.uvbjuv6 .oawh .q06m359v { order: 4; align-self: center; margin: 8px 0 32px; }
}
.jd4a { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.cu6eewd { width: 100%; height: auto; display: block; border-radius: 10px; }
.mujzrx .jd4a        { border-radius: 16px; }
.mujzrx .cu6eewd  { border-radius: 16px; }
.ay27 .jd4a         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ay27 .cu6eewd   { border-radius: 8px; }
.wkb2p4c { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.fmcd4i6i { width: 100%; padding: 32px 0; position: relative; }
.u6hll { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.yu8u .fmcd4i6i:nth-child(even) { background: var(--bg-surface); }
.yu8u .fmcd4i6i:nth-child(odd)  { background: var(--bg-page); }
.jhxnl8ks .fmcd4i6i:nth-child(even) { background: var(--bg-card); }
.jhxnl8ks .fmcd4i6i:nth-child(odd)  { background: var(--bg-page); }
.yu8u .fmcd4i6i:nth-child(odd)  .u6hll { background: var(--bg-card); border-radius: 6px; }
.yu8u .fmcd4i6i:nth-child(even) .u6hll { background: var(--bg-raised); border-radius: 6px; }
.jhxnl8ks .fmcd4i6i:nth-child(odd)  .u6hll { background: var(--bg-card); border-radius: 6px; }
.jhxnl8ks .fmcd4i6i:nth-child(even) .u6hll { background: var(--bg-raised); border-radius: 6px; }
.yu8u .fmcd4i6i:nth-child(even) .aq8e .vggnjobx,
.jhxnl8ks .fmcd4i6i:nth-child(even) .aq8e .vggnjobx { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.yu8u .fmcd4i6i:nth-child(odd) .aq8e .vggnjobx,
.jhxnl8ks .fmcd4i6i:nth-child(odd) .aq8e .vggnjobx { background: var(--bg-card-inner); }
.yu8u .fmcd4i6i:nth-child(even) .o1lpc .vggnjobx:nth-child(odd),
.jhxnl8ks .fmcd4i6i:nth-child(even) .o1lpc .vggnjobx:nth-child(odd)  { background: var(--bg-card); }
.yu8u .fmcd4i6i:nth-child(even) .o1lpc .vggnjobx:nth-child(even),
.jhxnl8ks .fmcd4i6i:nth-child(even) .o1lpc .vggnjobx:nth-child(even) { background: var(--bg-card-inner); }
h1.ppl17mdh { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ppl17mdh {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.nwrzbq { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.q9c0elz h2.ppl17mdh {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.eqzwuxt h2.ppl17mdh {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.hhkiy h2.ppl17mdh {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.q7jve h2.ppl17mdh::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.iscn4fu h2.ppl17mdh {
  color: var(--text-primary); font-size: 1.7rem;
}
.avlkedyk h2.ppl17mdh::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.jo0p h2.ppl17mdh {
  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;
}
@media (max-width: 640px) { .heo9tvl { display: none; } }
.bkuup8r { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.qrjsw { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.rjj0lug5 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.hgazc96r { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.elhsn { padding-left: 20px; }
.elhsn li { margin-bottom: 6px; }
.elhsn a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.elhsn a:hover { color: var(--accent-light); }
.r6ocruve .hgazc96r { display: none; }
.n9f8y .hgazc96r { display: none; }
.n9f8y .elhsn { padding-left: 0; list-style: none; }
.n9f8y .elhsn li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.n9f8y .elhsn a { font-size: 0.92rem; }
.jn5h2mx3 .rjj0lug5 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jn5h2mx3 .hgazc96r { display: none; }
.jn5h2mx3 .elhsn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jn5h2mx3 .elhsn li { margin-bottom: 0; }
.jn5h2mx3 .elhsn 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;
}
.jn5h2mx3 .elhsn a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ob0c .rjj0lug5 { padding: 20px 20px 16px; }
.ob0c .elhsn {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ob0c .elhsn li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ob0c .elhsn 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;
}
.ob0c .elhsn 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;
}
.ob0c .elhsn a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ob0c .elhsn a:focus,
.ob0c .elhsn a:focus-visible,
.ob0c .elhsn a:target { outline: none; }
.ob0c .elhsn li:target a { border-color: var(--border); color: var(--text-muted); }
.jtvccm7 .rjj0lug5 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jtvccm7 .hgazc96r { display: none; }
.jtvccm7 .elhsn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.jtvccm7 .elhsn li { counter-increment: toc-n; margin-bottom: 0; }
.jtvccm7 .elhsn a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.jtvccm7 .elhsn a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.jtvccm7 .elhsn a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.wemh .rjj0lug5 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.wemh .hgazc96r { display: none; }
.wemh .elhsn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.wemh .elhsn li { margin-bottom: 0; }
.wemh .elhsn a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.wemh .elhsn a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.h8uo2f .rjj0lug5 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.h8uo2f .hgazc96r { display: none; }
.h8uo2f .elhsn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.h8uo2f .elhsn li { margin-bottom: 0; }
.h8uo2f .elhsn li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.h8uo2f .elhsn li:last-child::after { content: ""; margin-right: 0; }
.h8uo2f .elhsn a { font-size: 0.9rem; }
.vggnjobx { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.aq8e .vggnjobx { background: var(--bg-card); }
.o1lpc .vggnjobx:nth-child(odd)  { background: var(--bg-card); }
.o1lpc .vggnjobx:nth-child(even) { background: var(--bg-raised); }
.rw3w8mue .vggnjobx {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.rw3w8mue .vggnjobx:last-child { border-bottom: none; }
.rw3w8mue h3.nwrzbq { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.roiavr13 .vggnjobx {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.roiavr13 .vggnjobx + .vggnjobx { margin-top: 4px; }
.zbbc1i .vggnjobx { background: none; border-radius: 0; padding: 12px 0; }
.zbbc1i .vggnjobx + .vggnjobx { border-top: 1px solid var(--border-section); }
.uo3z23wy { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.kx59 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.aasv { color: var(--text-body); margin-bottom: 10px; }
.i1cyf49, .to3qo3k { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.i1cyf49 li, .to3qo3k li { margin-bottom: 6px; }
.to3qo3k li { list-style: decimal; }
.xaxoq9     .i1cyf49 { list-style-type: "● "; }
.t3zr  .i1cyf49 { list-style-type: "■ "; }
.uewg6 .i1cyf49 { list-style-type: "◆ "; }
.ynonj    .i1cyf49 { list-style-type: "★ "; }
.xaxoq9     .gfye { list-style-type: "● "; }
.t3zr  .gfye { list-style-type: "■ "; }
.uewg6 .gfye { list-style-type: "◆ "; }
.ynonj    .gfye { list-style-type: "★ "; }
.xaxoq9    .i1cyf49 li::marker, .xaxoq9    .gfye li::marker,
.t3zr .i1cyf49 li::marker, .t3zr .gfye li::marker,
.uewg6 .i1cyf49 li::marker, .uewg6 .gfye li::marker,
.ynonj   .i1cyf49 li::marker, .ynonj   .gfye li::marker {
  color: var(--cta); font-size: 1em;
}
.xaxoq9 .to3qo3k,
.t3zr .to3qo3k,
.uewg6 .to3qo3k,
.ynonj .to3qo3k {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.xaxoq9 .to3qo3k li,
.t3zr .to3qo3k li,
.uewg6 .to3qo3k li,
.ynonj .to3qo3k li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.xaxoq9 .to3qo3k li::before,
.t3zr .to3qo3k li::before,
.uewg6 .to3qo3k li::before,
.ynonj .to3qo3k 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;
}
.xaxoq9     .to3qo3k li::before { border-radius: 50%; }
.t3zr  .to3qo3k li::before { border-radius: 3px; }
.uewg6 .to3qo3k li::before { border-radius: 3px; }
.ynonj    .to3qo3k li::before { border-radius: 50%; }
.lvut8gf { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.yifj .lvut8gf,
.l93kkw1 .lvut8gf { background: transparent; border: none; border-radius: 0; }
.chaqf { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.chaqf th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.chaqf td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.chaqf tr:hover td { background: var(--bg-hover); }
.mzahixc0 .chaqf tbody tr:nth-child(even) td { background: var(--bg-surface); }
.avzd .chaqf { border: 1px solid var(--border-alt); }
.avzd .chaqf th,
.avzd .chaqf td { border: 1px solid var(--border-alt); }
.j6vfvt2 .chaqf th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.j6vfvt2 .chaqf td { border-bottom: none; }
.j6vfvt2 .chaqf tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.knsy .chaqf th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.pc1dqmsl .lvut8gf {
  overflow: hidden;
}
.pc1dqmsl .chaqf th { border-bottom: 1px solid var(--border-alt); }
.pc1dqmsl .chaqf tr:last-child td { border-bottom: none; }
.jqrrjh { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.g778egwz { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.e4g47ux { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ryo0p { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.lhpo3e5 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.gfye { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.gfye 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%}
.pd8hecb .ryo0p { background: transparent; text-align: center; }
.s3131 .e4g47ux {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.ek23aysp .e4g47ux {
  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);
}
.j7tjirb .g778egwz { display: grid; grid-template-columns: auto 1fr; }
.j7tjirb .e4g47ux {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.j7tjirb .ryo0p { grid-column: 2; }
.j7tjirb .lhpo3e5,
.j7tjirb .gfye { grid-column: 1 / -1; }
.gdi2l4fn .g778egwz { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.gdi2l4fn .e4g47ux {
  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);
}
.gdi2l4fn .ryo0p { grid-column: 2; }
.gdi2l4fn .lhpo3e5,
.gdi2l4fn .gfye { grid-column: 1 / -1; }
.w7idt .g778egwz { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.w7idt .ryo0p { background: none; color: var(--accent-light); font-weight: 700; }
.a16eg32q .g778egwz { 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); }
.a16eg32q .ryo0p { background: none; color: var(--accent-light); font-weight: 700; }
.x19nce6l .g778egwz { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.x19nce6l .g778egwz:last-child { border-bottom: none; }
.x19nce6l .ryo0p { background: none; color: var(--accent-light); font-weight: 700; }
.jad6 .g778egwz { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.jad6 .ryo0p { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.o1pq5wy5 .jqrrjh { counter-reset: card-n; }
.o1pq5wy5 .g778egwz  { counter-increment: card-n; }
.o1pq5wy5 .ryo0p { display: flex; align-items: center; gap: 10px; }
.o1pq5wy5 .ryo0p::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;
}
.wlrhlc8 .g778egwz { background: var(--bg-surface); border: 1px solid var(--border); }
.wlrhlc8 .ryo0p { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.gaadf673 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.gaadf673         { --cl-hue: var(--accent); }
.oczmijt     { --cl-hue: #16a34a; }
.p14of2 { --cl-hue: #ea580c; }
.cj9j    { --cl-hue: #2563eb; }
.oczmijt, .p14of2, .cj9j, .l2eskf5 {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.ytgoqu { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ytgoqu::before { color: var(--cl-hue); }
.gaadf673 strong { color: var(--text-primary); font-size: 0.95rem; }
.gaadf673 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.ywqw3ub { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.l60m, .akzh1z { border-radius: 8px; padding: 14px; }
.l60m { background: var(--bg-pros); }
.akzh1z { background: var(--bg-cons); }
.id2g { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.l60m .id2g { color: var(--c-pros-label); }
.akzh1z .id2g { color: #f87171; }
.l60m ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.akzh1z ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.cu6eewd { width: 100%; height: auto; border-radius: 10px; display: block; }
.gdnx8im8 {
  background: var(--cta); color: var(--cta-fg, #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;
}
.gdnx8im8:hover { opacity: 0.85; }
.k2as3evv .gdnx8im8  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.k2as3evv .gdnx8im8:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hydweswy .gdnx8im8  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.hydweswy .gdnx8im8:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.k2as3evv .pqhcs.gdnx8im8, .hydweswy .pqhcs.gdnx8im8,
.k2as3evv .a23ua89f .gdnx8im8, .hydweswy .a23ua89f .gdnx8im8 {
  background: var(--cta); border: none; color: #fff;
}
.k2as3evv .pqhcs.gdnx8im8:hover, .hydweswy .pqhcs.gdnx8im8:hover,
.k2as3evv .a23ua89f .gdnx8im8:hover, .hydweswy .a23ua89f .gdnx8im8:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.zjgf .q06m359v { border-radius: 50px; }
.zjgf .gdnx8im8  { border-radius: 50px; }
.kcxt7e .q06m359v,
.kcxt7e .gdnx8im8 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.kcxt7e .q06m359v:hover,
.kcxt7e .gdnx8im8:hover { filter: brightness(1.08); opacity: 1; }
.pvz4 .q06m359v,
.pvz4 .gdnx8im8 { box-shadow: 0 3px 14px -2px var(--cta); }
.pvz4 .q06m359v:hover,
.pvz4 .gdnx8im8:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.om6bq7 .q06m359v,
.om6bq7 .gdnx8im8 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.om6bq7 .q06m359v:hover,
.om6bq7 .gdnx8im8:hover { opacity: 1; }
.om6bq7 .q06m359v:active,
.om6bq7 .gdnx8im8:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.t6afer3s .q06m359v,
.t6afer3s .gdnx8im8 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.t6afer3s .q06m359v:hover,
.t6afer3s .gdnx8im8:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.t6afer3s .q06m359v:active,
.t6afer3s .gdnx8im8:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.icg2 .q06m359v,
.icg2 .gdnx8im8 { position: relative; overflow: hidden; }
.icg2 .q06m359v::before,
.icg2 .gdnx8im8::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.icg2 .q06m359v:hover::before,
.icg2 .gdnx8im8:hover::before { left: 135%; }
.iy4zzlti .q06m359v,
.iy4zzlti .gdnx8im8 { border-radius: 0; }
.y22sc4l .q06m359v { padding-left: 22px; padding-right: 22px; }
.y22sc4l .gdnx8im8  { padding-left: 12px; padding-right: 12px; }
.fut0z5ok .q06m359v { padding-left: 44px; padding-right: 44px; }
.fut0z5ok .gdnx8im8  { padding-left: 24px; padding-right: 24px; }
.jzdesgf .q06m359v { padding-left: 56px; padding-right: 56px; }
.jzdesgf .gdnx8im8  { padding-left: 32px; padding-right: 32px; }
.qejxw   .q06m359v::after, .qejxw   .gdnx8im8::after,
.pyd5 .q06m359v::after, .pyd5 .gdnx8im8::after,
.myagi    .q06m359v::after, .myagi    .gdnx8im8::after,
.p0xq7di    .q06m359v::after, .p0xq7di    .gdnx8im8::after,
.v0xqwo    .q06m359v::after, .v0xqwo    .gdnx8im8::after,
.amoj     .q06m359v::after, .amoj     .gdnx8im8::after,
.hq9he    .q06m359v::after, .hq9he    .gdnx8im8::after,
.fz698atz   .q06m359v::after, .fz698atz   .gdnx8im8::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;
}
.qejxw .q06m359v::after, .qejxw .gdnx8im8::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");
}
.pyd5 .q06m359v::after, .pyd5 .gdnx8im8::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");
}
.myagi .q06m359v::after, .myagi .gdnx8im8::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");
}
.p0xq7di .q06m359v::after, .p0xq7di .gdnx8im8::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");
}
.v0xqwo .q06m359v::after, .v0xqwo .gdnx8im8::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");
}
.amoj .q06m359v::after, .amoj .gdnx8im8::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");
}
.hq9he .q06m359v::after, .hq9he .gdnx8im8::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");
}
.fz698atz .q06m359v::after, .fz698atz .gdnx8im8::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");
}
.s9y85fkg   .krkw9s45::after, .s9y85fkg   .dv40t3::after,
.agv73udp .krkw9s45::after, .agv73udp .dv40t3::after,
.wuv3a8q0    .krkw9s45::after, .wuv3a8q0    .dv40t3::after,
.x6hp8col    .krkw9s45::after, .x6hp8col    .dv40t3::after,
.zh36mdv    .krkw9s45::after, .zh36mdv    .dv40t3::after,
.zsg07     .krkw9s45::after, .zsg07     .dv40t3::after,
.rt53npab    .krkw9s45::after, .rt53npab    .dv40t3::after,
.iq0r   .krkw9s45::after, .iq0r   .dv40t3::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;
}
.s9y85fkg .krkw9s45::after, .s9y85fkg .dv40t3::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");
}
.agv73udp .krkw9s45::after, .agv73udp .dv40t3::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");
}
.wuv3a8q0 .krkw9s45::after, .wuv3a8q0 .dv40t3::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");
}
.x6hp8col .krkw9s45::after, .x6hp8col .dv40t3::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");
}
.zh36mdv .krkw9s45::after, .zh36mdv .dv40t3::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");
}
.zsg07 .krkw9s45::after, .zsg07 .dv40t3::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");
}
.rt53npab .krkw9s45::after, .rt53npab .dv40t3::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");
}
.iq0r .krkw9s45::after, .iq0r .dv40t3::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");
}
.ghvn7b {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
  overflow-x: clip;
  counter-reset: cs-rank;
}
.jl20kj23 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 18px 22px;
  display: grid;
  
  grid-template-columns: auto auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  max-width: 100%;
  counter-increment: cs-rank;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.jl20kj23 > * { min-width: 0; }
.jl20kj23:hover { background: var(--bg-hover); }
.jl20kj23 > [itemprop="item"] { display: contents; }
.jl20kj23 [itemprop="itemReviewed"],
.jl20kj23 [itemprop="reviewRating"] { display: none; }
.jl20kj23::before {
  content: counter(cs-rank);
  grid-column: 1;
  font-size: 1.4rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; width: 28px; text-align: center;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.wsg9 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.pdupsrb {
  background: var(--accent-bg);
  border-radius: 10px; padding: 6px 10px;
  display: flex; align-items: center; justify-content: center;
  width: 130px; height: 64px; flex-shrink: 0;
}
.je9m4 { max-height: 52px; max-width: 110px; object-fit: contain; }
.nhl09 {
  font-weight: 700; font-size: 1rem;
  color: var(--text-primary); line-height: 1.2;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; hyphens: auto;
}
.horkv27 .pdupsrb    { background: #1a1a1a; }
.mrb2 .pdupsrb   { background: rgba(128,128,128,.12); }
.a01yja .pdupsrb { background: var(--bg-raised); }
.gf6upa .pdupsrb    { background: transparent; padding: 0; }
.oudrt8z {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.dbqqn11 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.l9ouv { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.ujqg5gqo {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.kuoj2 {
  background: var(--accent-bg, rgba(0,0,0,.04));
  border-radius: 10px;
  padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; min-width: 0;
  text-align: center; line-height: 1.25;
}
.f0aa4t {
  
  color: var(--text-muted);
  opacity: 0.65;
  font-size: .72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.jd7s2rj {
  
  color: var(--accent);
  font-weight: 800; font-size: 1rem; line-height: 1.25;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; word-break: break-word;
}
.pqhcs {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.pqhcs.gdnx8im8 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .jl20kj23 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .jl20kj23::before    { grid-area: rank;   }
  .wsg9           { grid-area: ident;  }
  .oudrt8z     { grid-area: rating; min-width: 0; width: auto; }
  .ujqg5gqo           { grid-area: pills;  }
  .pqhcs             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .jl20kj23 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .jl20kj23::before    { justify-self: center; }
  .wsg9           { width: 100%; }
  .oudrt8z     { justify-self: center; }
  .ujqg5gqo           { grid-template-columns: 1fr; }
}
.hiln {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.laonvui {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.y7fz {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.y7fz img { max-width: 80px; max-height: 50px; object-fit: contain; }
.fof8j { flex: 1; }
.fof8j h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.ij1i7 { color: var(--c-stars); font-size: 1.1rem; }
.jdbruw { margin-bottom: 8px; }
.p499 {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.p499 > span { color: var(--accent); font-weight: 700; }
.ngugp3 em, .uqppe06 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .p499 { padding: 10px 16px; gap: 6px 16px; } }
.a23ua89f { flex-shrink: 0; align-self: flex-start; }
.a23ua89f .gdnx8im8 { white-space: nowrap; }
@media (max-width: 560px) {
  .laonvui { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .y7fz { order: 1; }
  .a23ua89f { order: 2; margin-left: auto; align-self: center; }
  .fof8j { order: 3; flex: 1 1 100%; min-width: 0; }
}
.tyq0 img.k518sho9 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.yifj { padding: 20px 24px; }
.uzadtj { color: var(--text-muted); margin-bottom: 16px; }
.xzjp { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.kyrefm, .q6zb5s { list-style: none; font-size: 0.9rem; }
.kyrefm li { color: var(--c-pros); margin-bottom: 4px; }
.q6zb5s li { color: var(--c-cons); margin-bottom: 4px; }
.kyrefm li::before { content: "✓"; margin-right: 5px; }
.q6zb5s li::before { content: "✗"; margin-right: 5px; }
.d7ifky5o .kyrefm li::before { content: "→"; }
.d7ifky5o .q6zb5s li::before { content: "–"; }
.pjv1w9c  .kyrefm li::before { content: "★"; }
.pjv1w9c  .q6zb5s li::before { content: "✕"; }
.msgdt5    .kyrefm li::before { content: "◆"; }
.msgdt5    .q6zb5s li::before { content: "▲"; }
.benp9it1  .kyrefm li::before { content: "▶"; }
.benp9it1  .q6zb5s li::before { content: "■"; }
.kboqlp { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.ovn1v { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.pql3e { background: var(--bg-pros); color: var(--c-tag-pay); }
.ug01kb3 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.zjln .ug01kb3 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.xin6xha .ug01kb3 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .zo6gu .rnnpda {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .zo6gu .hiln { margin: 0; }
}
.vrfeybi3 .laonvui { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.vrfeybi3 .fof8j h3 { color: var(--accent-light); }
.vrfeybi3 .y7fz { background: var(--bg-page); border: 1px solid var(--border); }
.twgid .hiln { border-top: 4px solid var(--accent); }
.twgid .laonvui { background: var(--bg-card); }
.by7y3 .hiln { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.by7y3 .laonvui { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.by7y3 .yifj { padding: 14px 16px; }
.by7y3 .y7fz { border-radius: 4px; }
.by7y3 .ug01kb3 { border-radius: 0; }
.hp504dbj .laonvui { padding: 0; gap: 0; overflow: hidden; }
.hp504dbj .y7fz { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.hp504dbj .fof8j { padding: 16px 20px; }
.hp504dbj .a23ua89f { padding: 16px 20px; align-self: center; }
.rzrui .ij1i7 { font-size: .95rem; }
.l93kkw1 .ywqw3ub { gap: 10px; }
.l93kkw1 .l60m, .l93kkw1 .akzh1z { padding: 12px; }
.l93kkw1 .l60m ul, .l93kkw1 .akzh1z ul { margin: 4px 0 0; padding-left: 18px; }
.l93kkw1 .l60m li, .l93kkw1 .akzh1z li { font-size: .85rem; margin-bottom: 3px; }
.j7fkjt2 .ovn1v { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .uz9z4h1 { grid-template-columns: 1fr; }
  .odifdy { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .odifdy .z81o { width: 72px; height: 50px; }
  .odifdy .mojesmu3 { max-width: 180px; }
  .odifdy .sbphe { width: auto; }
}
.i2051c6 .rzrui .ij1i7 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .i2051c6 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .uek171v1 { padding: 16px; }
  .hmga4q .eb8k2 { min-width: 50%; }
}
.rmc5 .ywqw3ub { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .jwetu5 { grid-template-columns: 1fr; }
  .wz6p97 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rqtj { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .qjbt46q { flex-wrap: wrap; padding: 16px; }
}
.fmemyy .ywqw3ub { gap: 8px; }
.fmemyy .l60m, .fmemyy .akzh1z { padding: 8px; }
@media (max-width: 480px) {
  .mux9 { flex-direction: column; align-items: stretch; }
}
.kmpdb .sbphe .gdnx8im8 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .bosvgwr5 { flex-direction: column; align-items: stretch; gap: 10px; }
  .kmpdb .sbphe { text-align: center; }
}
@media (max-width: 720px) {
  .lkqmg { grid-template-columns: 1fr; }
  .g0z1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .v560 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.s09d26ul .mume57y1 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.t352we84 .ij1i7 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .fv8tq { grid-template-columns: 1fr; }
  .t352we84 { width: 100px; height: 100px; margin: 16px auto; }
  .s09d26ul { font-size: 1.4rem; }
  .zwjy { justify-content: center; }
  .eqomjxm .eb8k2 { min-width: 50%; }
}
.tehag5 .ywqw3ub { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ofgdr9 { flex-wrap: wrap; padding: 14px 16px; }
  .r4xi3c5v { padding: 12px 16px; }
  .tehag5 .ywqw3ub { margin: 0 16px; }
  .tehag5 .j7fkjt2 { padding: 0 16px; }
  .fsirwuq { padding: 12px 16px; }
}
.znd6aza0 .jl20kj23 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.znd6aza0 .jl20kj23:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.szeuc .ghvn7b { gap: 18px; }
.szeuc .jl20kj23 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.szeuc .jl20kj23:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.geeuz70 .ghvn7b {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.geeuz70 .jl20kj23 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.geeuz70 .jl20kj23:last-child { border-bottom: none; }
.geeuz70 .wsg9,
.geeuz70 .oudrt8z,
.geeuz70 .ujqg5gqo {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.yhvzb5 .ghvn7b { gap: 0; }
.yhvzb5 .jl20kj23 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.yhvzb5 .jl20kj23:last-child { border-bottom: none; }
.yhvzb5 .jl20kj23:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.yhvzb5 .jl20kj23:nth-child(even):hover { background: var(--bg-hover); }
.omis .jl20kj23 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.ewy5 .ujqg5gqo .kuoj2 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.ewy5 .ujqg5gqo .kuoj2:first-child { border-left: none; }
.ozkx7n .ujqg5gqo .kuoj2 {
  background: transparent; padding: 4px 8px;
}
.ozkx7n .ujqg5gqo .f0aa4t { font-size: .65rem; opacity: .65; }
.ozkx7n .ujqg5gqo .jd7s2rj   { font-size: 1.15rem; color: var(--accent-light); }
.ev0xvenb .ujqg5gqo .kuoj2 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.l9ouv { display: none; }
.xbo1 .dbqqn11 { font-size: 1rem; letter-spacing: 2px; }
.iwgbtb .dbqqn11 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.s1gn .dbqqn11,
.pmj6in .dbqqn11,
.iziss .dbqqn11 { display: none; }
.s1gn .l9ouv,
.pmj6in .l9ouv,
.iziss .l9ouv { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.s1gn .l9ouv { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.s1gn .l9ouv small { display: none; }
.pmj6in .l9ouv {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.pmj6in .l9ouv small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.iziss .l9ouv {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.iziss .l9ouv small { display: none; }
.s1gn .jdbruw .ij1i7,
.pmj6in .jdbruw .ij1i7,
.iziss .jdbruw .ij1i7 { display: none; }
.s1gn .jdbruw strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.s1gn .mume57y1 { display: none; }
.pmj6in .jdbruw strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.pmj6in .wcqfyie,
.pmj6in .mume57y1 { font-size: 1em; }
.iziss .jdbruw strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.iziss .mume57y1 { display: none; }
.egesr { margin: 16px 0; }
.n1kfv { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.n1kfv summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.n1kfv summary::after { content: "+"; color: var(--accent-light); }
.n1kfv[open] summary::after { content: "−"; }
.n1kfv p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.fmcd4i6i { margin-bottom: 0; }
.m75c h2.ppl17mdh { color: var(--text-primary); border-color: var(--accent-light); }
.vtdwdid h2.ppl17mdh { color: var(--text-primary); border-color: var(--accent-light); }
.htyjk5g .oczmijt     { background: #052e16; border-color: #10b981; }
.htyjk5g .p14of2 { background: #2d0a1e; border-color: #f43f5e; }
.htyjk5g .cj9j    { background: #1e1036; border-color: #a855f7; }
.htyjk5g .gaadf673 strong  { color: #f1f5f9; }
.htyjk5g .gaadf673 p       { color: #cbd5e1; }
.htyjk5g .lj1x    .oczmijt     .ytgoqu::before,
.htyjk5g .vybbg  .oczmijt     .ytgoqu::before,
.htyjk5g .g6q79u  .oczmijt     .ytgoqu::before,
.htyjk5g .rw9w8ip .oczmijt     .ytgoqu::before { color: #10b981; }
.htyjk5g .lj1x    .p14of2 .ytgoqu::before,
.htyjk5g .vybbg  .p14of2 .ytgoqu::before,
.htyjk5g .g6q79u  .p14of2 .ytgoqu::before,
.htyjk5g .rw9w8ip .p14of2 .ytgoqu::before { color: #f43f5e; }
.htyjk5g .lj1x    .cj9j    .ytgoqu::before,
.htyjk5g .vybbg  .cj9j    .ytgoqu::before,
.htyjk5g .g6q79u  .cj9j    .ytgoqu::before,
.htyjk5g .rw9w8ip .cj9j    .ytgoqu::before { color: #a855f7; }
.nikf .oczmijt     { background: #2d2000; border-color: #eab308; }
.nikf .p14of2 { background: #2d0b0b; border-color: #ef4444; }
.nikf .cj9j    { background: #2d1600; border-color: #f97316; }
.nikf .gaadf673 strong  { color: #f1f5f9; }
.nikf .gaadf673 p       { color: #cbd5e1; }
.nikf .lj1x    .oczmijt     .ytgoqu::before,
.nikf .vybbg  .oczmijt     .ytgoqu::before,
.nikf .g6q79u  .oczmijt     .ytgoqu::before,
.nikf .rw9w8ip .oczmijt     .ytgoqu::before { color: #eab308; }
.nikf .lj1x    .p14of2 .ytgoqu::before,
.nikf .vybbg  .p14of2 .ytgoqu::before,
.nikf .g6q79u  .p14of2 .ytgoqu::before,
.nikf .rw9w8ip .p14of2 .ytgoqu::before { color: #ef4444; }
.nikf .lj1x    .cj9j    .ytgoqu::before,
.nikf .vybbg  .cj9j    .ytgoqu::before,
.nikf .g6q79u  .cj9j    .ytgoqu::before,
.nikf .rw9w8ip .cj9j    .ytgoqu::before { color: #f97316; }
.z28fx9d .oczmijt     { background: #0c1a2e; border-color: #38bdf8; }
.z28fx9d .p14of2 { background: #12103a; border-color: #818cf8; }
.z28fx9d .cj9j    { background: #0a2020; border-color: #2dd4bf; }
.z28fx9d .gaadf673 strong  { color: #f1f5f9; }
.z28fx9d .gaadf673 p       { color: #cbd5e1; }
.z28fx9d .lj1x    .oczmijt     .ytgoqu::before,
.z28fx9d .vybbg  .oczmijt     .ytgoqu::before,
.z28fx9d .g6q79u  .oczmijt     .ytgoqu::before,
.z28fx9d .rw9w8ip .oczmijt     .ytgoqu::before { color: #38bdf8; }
.z28fx9d .lj1x    .p14of2 .ytgoqu::before,
.z28fx9d .vybbg  .p14of2 .ytgoqu::before,
.z28fx9d .g6q79u  .p14of2 .ytgoqu::before,
.z28fx9d .rw9w8ip .p14of2 .ytgoqu::before { color: #818cf8; }
.z28fx9d .lj1x    .cj9j    .ytgoqu::before,
.z28fx9d .vybbg  .cj9j    .ytgoqu::before,
.z28fx9d .g6q79u  .cj9j    .ytgoqu::before,
.z28fx9d .rw9w8ip .cj9j    .ytgoqu::before { color: #2dd4bf; }
.cl3xi2k::before,
.mff4zb9i::before { margin-right: 5px; }
.iwxb3lo .l60m ul li,
.iwxb3lo .kyrefm li         { color: #4ade80; }
.iwxb3lo .l60m .cl3xi2k { color: #22c55e; }
.iwxb3lo .akzh1z ul li,
.iwxb3lo .q6zb5s li         { color: #f87171; }
.iwxb3lo .akzh1z .mff4zb9i { color: #ef4444; }
.e4sg5d .l60m { background: var(--bg-pros); }
.e4sg5d .akzh1z { background: var(--bg-cons); }
.e4sg5d .l60m .cl3xi2k { color: var(--c-pros-label); }
.e4sg5d .akzh1z .mff4zb9i { color: var(--c-cons); }
.e4sg5d .l60m ul li,
.e4sg5d .kyrefm li            { color: var(--c-pros); }
.e4sg5d .akzh1z ul li,
.e4sg5d .q6zb5s li            { color: var(--c-cons); }
.y4tosq .l60m { background: var(--bg-pros); }
.y4tosq .akzh1z { background: var(--bg-cons); }
.y4tosq .l60m .cl3xi2k { color: var(--c-pros-label); }
.y4tosq .akzh1z .mff4zb9i { color: var(--c-cons); }
.y4tosq .l60m ul li,
.y4tosq .kyrefm li          { color: var(--c-pros); }
.y4tosq .akzh1z ul li,
.y4tosq .q6zb5s li          { color: var(--c-cons); }
.zw9m5e .cl3xi2k::before { content: "✓ "; }
.zw9m5e .mff4zb9i::before { content: "✗ "; }
.d7ifky5o .cl3xi2k::before { content: "→ "; }
.d7ifky5o .mff4zb9i::before { content: "← "; }
.pjv1w9c .cl3xi2k::before { content: "★ "; }
.pjv1w9c .mff4zb9i::before { content: "✕ "; }
.msgdt5 .cl3xi2k::before { content: "◆ "; }
.msgdt5 .mff4zb9i::before { content: "▲ "; }
.xin6xha .gaadf673 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.xin6xha .gaadf673 strong { color: var(--text-primary); }
.xin6xha .gaadf673 p      { color: var(--text-muted); }
.zjln .gaadf673 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.p3itid .gaadf673 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.p3itid .gaadf673 strong,
.p3itid .gaadf673 p { color: #fff; }
.p3itid .ytgoqu::before { color: rgba(255,255,255,0.9) !important; }
.rvapku50 .gaadf673 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.rvapku50 .gaadf673 strong { color: var(--text-primary); }
.rvapku50 .gaadf673 p      { color: var(--text-muted); }
.mnut5b .gaadf673 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.lj1x .ytgoqu,
.vybbg .ytgoqu,
.g6q79u .ytgoqu,
.rw9w8ip .ytgoqu { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.lj1x .ytgoqu::before,
.vybbg .ytgoqu::before,
.g6q79u .ytgoqu::before,
.rw9w8ip .ytgoqu::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.lj1x .oczmijt     .ytgoqu::before { content: "✦"; color: var(--c-tip-border); }
.lj1x .p14of2 .ytgoqu::before { content: "▲"; color: var(--c-warn-border); }
.lj1x .cj9j    .ytgoqu::before { content: "◉"; color: #60a5fa; }
.vybbg .oczmijt     .ytgoqu::before { content: "★"; color: var(--c-tip-border); }
.vybbg .p14of2 .ytgoqu::before { content: "◆"; color: var(--c-warn-border); }
.vybbg .cj9j    .ytgoqu::before { content: "●"; color: #60a5fa; }
.g6q79u .oczmijt     .ytgoqu::before { content: "▶"; color: var(--c-tip-border); }
.g6q79u .p14of2 .ytgoqu::before { content: "■"; color: var(--c-warn-border); }
.g6q79u .cj9j    .ytgoqu::before { content: "▸"; color: #60a5fa; }
.rw9w8ip .oczmijt     .ytgoqu::before { content: "→"; color: var(--c-tip-border); }
.rw9w8ip .p14of2 .ytgoqu::before { content: "⬥"; color: var(--c-warn-border); }
.rw9w8ip .cj9j    .ytgoqu::before { content: "◈"; color: #60a5fa; }
.sektau0 .aq8e .vggnjobx,
.sektau0 .o1lpc .vggnjobx  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.sektau0 .g778egwz                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.sektau0 .jl20kj23                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.sektau0 .hiln            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.sektau0 .lvut8gf          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.sektau0 .rjj0lug5                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rzxjf .aq8e .vggnjobx,
.rzxjf .o1lpc .vggnjobx,
.rzxjf .g778egwz,
.rzxjf .jl20kj23,
.rzxjf .hiln,
.rzxjf .lvut8gf,
.rzxjf .rjj0lug5,
.rzxjf .mnut5b .gaadf673 { box-shadow: none; }
.yuo2c   .aasv, .yuo2c .uo3z23wy, .yuo2c .kx59,
.yuo2c   .bkuup8r, .yuo2c .qrjsw { font-size: 0.9rem; }
.yuo2c   .i1cyf49, .yuo2c .to3qo3k { font-size: 0.9rem; }
.zazzt1v9   .aasv, .zazzt1v9 .uo3z23wy, .zazzt1v9 .kx59,
.zazzt1v9   .bkuup8r, .zazzt1v9 .qrjsw { font-size: 0.95rem; }
.zazzt1v9   .i1cyf49, .zazzt1v9 .to3qo3k { font-size: 0.95rem; }
.tqit0   .aasv, .tqit0 .uo3z23wy, .tqit0 .kx59,
.tqit0   .bkuup8r, .tqit0 .qrjsw { font-size: 1.08rem; }
.tqit0   .i1cyf49, .tqit0 .to3qo3k { font-size: 1.05rem; }
.tqit0   .chaqf { font-size: 0.97rem; }
.mbttpl2 .kmwq1      { font-size: 3.2rem; }
.mbttpl2 h2.ppl17mdh { font-size: 1.9rem; }
.mbttpl2 h3.nwrzbq     { font-size: 1.4rem; }
.pobdswq2 .kmwq1      { font-size: 3.8rem; }
.pobdswq2 h2.ppl17mdh { font-size: 2.2rem; }
.pobdswq2 h3.nwrzbq     { font-size: 1.6rem; }
.fmcd4i6i + .fmcd4i6i { position: relative; }
.od3xfs   .fmcd4i6i + .fmcd4i6i::before,
.oz58  .fmcd4i6i + .fmcd4i6i::before,
.a2jkg   .fmcd4i6i + .fmcd4i6i::before,
.tzef   .fmcd4i6i + .fmcd4i6i::before,
.o2egeg0   .fmcd4i6i + .fmcd4i6i::before,
.l3l8 .fmcd4i6i + .fmcd4i6i::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.od3xfs .fmcd4i6i + .fmcd4i6i::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.oz58 .fmcd4i6i + .fmcd4i6i::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.a2jkg .fmcd4i6i + .fmcd4i6i::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;
}
.tzef .fmcd4i6i + .fmcd4i6i::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.yzb8sl .fmcd4i6i { margin-bottom: 16px; }
.yzb8sl .fmcd4i6i + .fmcd4i6i { margin-top: 0; }
.yzb8sl .u6hll { padding-top: 0; padding-bottom: 0; }
.o2egeg0 .fmcd4i6i + .fmcd4i6i::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.l3l8 .fmcd4i6i + .fmcd4i6i::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.pc3bp6 .fmcd4i6i + .fmcd4i6i::before,
.crgrzr1l .fmcd4i6i + .fmcd4i6i::before,
.eg40 .fmcd4i6i + .fmcd4i6i::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%;
}
.yu8u .pc3bp6 .fmcd4i6i:nth-child(even)::before,
.yu8u .crgrzr1l .fmcd4i6i:nth-child(even)::before,
.yu8u .eg40 .fmcd4i6i:nth-child(even)::before { background: var(--bg-surface); }
.jhxnl8ks .pc3bp6 .fmcd4i6i:nth-child(even)::before,
.jhxnl8ks .crgrzr1l .fmcd4i6i:nth-child(even)::before,
.jhxnl8ks .eg40 .fmcd4i6i:nth-child(even)::before { background: var(--bg-card); }
.pc3bp6 .fmcd4i6i + .fmcd4i6i::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");
}
.crgrzr1l .fmcd4i6i + .fmcd4i6i::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");
}
.eg40 .fmcd4i6i + .fmcd4i6i::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");
}
.kktp21ud .g8941,
.anm7kv .g8941,
.jj1s .g8941 { overflow: hidden; }
.kktp21ud .cicswbm,
.anm7kv .cicswbm { margin-bottom: 60px; }
.jj1s .cicswbm { margin-bottom: 70px; }
.kktp21ud .g8941::before,
.anm7kv .g8941::before,
.jj1s .g8941::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%;
}
.kktp21ud .g8941::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");
}
.anm7kv .g8941::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");
}
.jj1s .g8941::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");
}
.c29ixedt .g8941:not(.felqbt) .xkhc0m { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.c8ynxhs .g8941:not(.felqbt) .xkhc0m { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.a7gbc  .g8941:not(.felqbt) .xkhc0m { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.mscn6  .g8941:not(.felqbt) .xkhc0m { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.mscn6 .felqbt { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.mscn6 .mrv9 { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.mscn6 .cah9t { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.nnct5yd .felqbt .xkhc0m { background: none; }
.nnct5yd .g8941:not(.felqbt) .xkhc0m { background: rgba(0,0,0,0.6); }
.jltva56 .jd4a { float: left; width: 38%; margin: 0 28px 16px 0; }
.jltva56 .jd4a .cu6eewd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jltva56 .u6hll::after { content: ''; display: block; clear: both; }
.k8ede .jd4a { float: right; width: 38%; margin: 0 0 16px 28px; }
.k8ede .jd4a .cu6eewd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k8ede .u6hll::after { content: ''; display: block; clear: both; }
.ei0nnb .fmcd4i6i:nth-child(odd)  .jd4a { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ei0nnb .fmcd4i6i:nth-child(even) .jd4a { float: right; width: 38%; margin: 0 0 16px 28px; }
.ei0nnb .jd4a .cu6eewd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ei0nnb .u6hll::after { content: ''; display: block; clear: both; }
.jltva56 .jqrrjh,
.jltva56 .ghvn7b,
.k8ede .jqrrjh,
.k8ede .ghvn7b,
.ei0nnb .jqrrjh,
.ei0nnb .ghvn7b { clear: both; }
@media (max-width: 900px) {
  .jltva56 .jd4a,
  .k8ede .jd4a,
  .ei0nnb .fmcd4i6i:nth-child(odd)  .jd4a,
  .ei0nnb .fmcd4i6i:nth-child(even) .jd4a {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .jltva56 .jd4a .cu6eewd,
  .k8ede .jd4a .cu6eewd,
  .ei0nnb .jd4a .cu6eewd {
    max-height: none !important;
  }
}
.jltva56 .i1cyf49,
.jltva56 .to3qo3k,
.k8ede .i1cyf49,
.k8ede .to3qo3k,
.ei0nnb .i1cyf49,
.ei0nnb .to3qo3k { overflow: hidden; }
@media (max-width: 640px) {
  .jltva56 .jd4a,
  .k8ede .jd4a,
  .ei0nnb .jd4a { float: none; width: 100%; margin: 0 0 16px 0; }
}
.yu8rm5r2 .wkb2p4c,
.yu8rm5r2 .u6hll,
.yu8rm5r2 .dipl36  { max-width: 1100px; }
.sfw6vl4p .wkb2p4c,
.sfw6vl4p .u6hll,
.sfw6vl4p .dipl36  { max-width: 1200px; }
.srutbb .wkb2p4c,
.srutbb .u6hll,
.srutbb .dipl36  { max-width: 1320px; }
.srutbb { --content-mw: 1320px; }
.wsy6sj { font-size: 0.82rem; color: var(--text-muted); }
.xg4hdj { display: flex; align-items: center; }
.u0zx7 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.zsyj { display: flex; align-items: center; }
.ws2w { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ws2w:hover { text-decoration: underline; }
.azea42 { margin: 0 3px; opacity: 0.45; }
.azea42::before { content: '/'; }
.j68fapi { padding: 2px 5px; color: var(--text-main); }
.hmpvwd0u .wsy6sj {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.hmpvwd0u .xg4hdj { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ecwt3k .wsy6sj {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ecwt3k .xg4hdj { padding: 0 0 0 12px; }
.n4f005 .xg4hdj { padding: 0 16px; }
.n4f005 .wsy6sj {
  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);
}
.n4f005 .wkb2p4c { padding-top: 28px; }
@media (max-width: 720px) {
  .mj50lba { margin-top: 18px; padding: 0 16px; }
  .n4f005 .wkb2p4c { padding-top: 16px; }
}
.yu8rm5r2.hmpvwd0u .xg4hdj { max-width: 1100px; }
.sfw6vl4p.hmpvwd0u .xg4hdj { max-width: 1200px; }
.srutbb.hmpvwd0u .xg4hdj { max-width: 1320px; }
.srutbb .mj50lba { max-width: 1320px; }
.nqph6fol .fmcd4i6i { padding-top: 16px; padding-bottom: 16px; }
.arlkinr .fmcd4i6i { padding-top: 24px; padding-bottom: 24px; }
.qqij0o .fmcd4i6i { padding-top: 40px; padding-bottom: 40px; }
.i3lkc .fmcd4i6i { padding-top: 52px; padding-bottom: 52px; }
.jxqasjuf .fmcd4i6i:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jxqasjuf .fmcd4i6i:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jxqasjuf .fmcd4i6i:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jxqasjuf .fmcd4i6i:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.rsh43y .u6hll { padding-top: 10px;  padding-bottom: 10px; }
.tm6rjzf .u6hll { padding-top: 18px;  padding-bottom: 18px; }
.rh57c .u6hll { padding-top: 36px;  padding-bottom: 36px; }
.bdzux8g .u6hll { padding-top: 48px;  padding-bottom: 48px; }
.b85u28y4 h2.ppl17mdh { font-weight: 600; }
.b85u28y4 h3.nwrzbq     { font-weight: 600; }
.al1f h2.ppl17mdh { font-weight: 800; }
.al1f h3.nwrzbq     { font-weight: 700; }
.yru6arx { font-weight: 600; }
.yru6arx h2.ppl17mdh { font-weight: 900; }
.yru6arx h3.nwrzbq     { font-weight: 800; }
.yru6arx .gaadf673 strong,
.yru6arx .gaadf673 strong { font-weight: 600; }
.krkw9s45 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.xci6y .krkw9s45 { display: none; }
@media (max-width: 640px) {
  .krkw9s45 { display: none !important; }
}
.krkw9s45 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.krkw9s45:hover { opacity: 0.85; }
.bnwq .krkw9s45 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.yaylci  .dv40t3 { left: 32px; }
@media (max-width: 480px) {
  .nnvvl .dv40t3 { right: 20px; bottom: 20px; }
  .yaylci  .dv40t3 { left: 20px; bottom: 20px; }
}
.kc38 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.dipl36 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.grrt45p { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.vy0orw { color: var(--text-dim); font-size: 0.8rem; }
.t8wu { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.t8wu img { height: 26px; width: auto; object-fit: contain; }
.gmh39 { display: flex; flex-direction: column; gap: 6px; }
.gmh39 a, .k2chut a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.gmh39 a:hover, .k2chut a:hover { color: var(--accent-light); }
.gmh39 .k99ac { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.eju9n .dipl36 { text-align: center; }
.eju9n .grrt45p { margin-top: 0; }
.t504ss { margin-top: 10px; }
.t504ss a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .dipl36 { padding-left: 16px; padding-right: 16px; }
  .u91tdo3v .dipl36 { padding: 20px 16px; }
  .k2chut { gap: 4px 12px; }
  .grrt45p { font-size: 0.78rem; }
}
.mjhbu9xt .yr6hb4w .t8wu { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.mjhbu9xt .grrt45p { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.mjhbu9xt .vy0orw { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .mjhbu9xt .uqb0b3 { grid-template-columns: 1fr 1fr; } .mjhbu9xt .yr6hb4w { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mjhbu9xt .uqb0b3 { grid-template-columns: 1fr; } }
.svhb .t8wu { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.svhb .grrt45p { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .svhb .tpemy { gap: 12px; } .svhb .t8wu { margin-right: 0; width: 100%; } }
.jfi0s .rbr3njv4 .t8wu { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.jfi0s .grrt45p { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.jfi0s .vy0orw { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .jfi0s .wknzh { grid-template-columns: 1fr 1fr; } .jfi0s .rbr3njv4 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jfi0s .wknzh { grid-template-columns: 1fr; } }
.khxas .q2n8zwal { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.khxas .gmh39 { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .khxas .q2n8zwal { grid-template-columns: 1fr 1fr; } .khxas .m7fjqkqb:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .khxas .q2n8zwal { grid-template-columns: 1fr; } }
.debzc1n .q2n8zwal { grid-template-columns: 1fr 2fr; }
.debzc1n .l64ss .gmh39 { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .debzc1n .q2n8zwal { grid-template-columns: 1fr; } }
.hezrcf .dipl36 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ork9j6 .b2cg6ob2      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ork9j6 .kc38 { background: var(--bg-page); border-top-color: var(--border-alt); }
.qso83ta5 .b2cg6ob2      { background: #0d1117; border-bottom-color: #21262d; }
.qso83ta5 .e5yflk { color: var(--accent-light); }
.qso83ta5 .uagpwp { --msep-color: #8b949e; }
.qso83ta5 .uagpwp a { color: #8b949e; }
.qso83ta5 .uagpwp a:hover { color: var(--accent-light); }
.qso83ta5 .gtlyt { color: #8b949e; }
.qso83ta5 .kc38 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.qso83ta5 .grrt45p,
.qso83ta5 .vy0orw { color: #6e7681; }
.qso83ta5 .gmh39 a, .qso83ta5 .k2chut a,
.qso83ta5 .t8wu { color: #e6edf3; }
.qso83ta5 .gmh39 a:hover, .qso83ta5 .k2chut a:hover,
@media (max-width: 640px) {
  .qso83ta5 .uagpwp { background: #0d1117; border-top-color: #21262d; }
  .qso83ta5 .uagpwp li a { border-bottom-color: #21262d; }
}
.yr6o5ju .b2cg6ob2      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.yr6o5ju .e5yflk { color: var(--accent-light); }
.yr6o5ju .uagpwp { --msep-color: #475569; }
.yr6o5ju .uagpwp a { color: #475569; }
.yr6o5ju .uagpwp a:hover { color: var(--accent-light); }
.yr6o5ju .gtlyt { color: #64748b; }
.yr6o5ju .kc38 { background: #f0f4f8; border-top-color: #cbd5e1; }
.yr6o5ju .grrt45p,
.yr6o5ju .vy0orw { color: #64748b; }
.yr6o5ju .gmh39 a, .yr6o5ju .k2chut a,
.yr6o5ju .ayvtam04 a, .yr6o5ju .t8wu { color: #374151; }
.yr6o5ju .gmh39 a:hover, .yr6o5ju .k2chut a:hover,
@media (max-width: 640px) {
  .yr6o5ju .uagpwp { background: #f0f4f8; border-top-color: #cbd5e1; }
  .yr6o5ju .uagpwp li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.q6as13fu .b2cg6ob2      { background: var(--accent); border-bottom-color: var(--accent-light); }
.q6as13fu .e5yflk { color: #fff; }
.q6as13fu .uagpwp { --msep-color: rgba(255,255,255,0.82); }
.q6as13fu .uagpwp a { color: rgba(255,255,255,0.82); }
.q6as13fu .uagpwp a:hover { color: #fff; }
.q6as13fu .gtlyt { color: rgba(255,255,255,0.9); }
.q6as13fu .kc38 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.q6as13fu .grrt45p,
.q6as13fu .vy0orw { color: rgba(255,255,255,0.72); }
.q6as13fu .gmh39 a, .q6as13fu .k2chut a,
.q6as13fu .ayvtam04 a, .q6as13fu .t8wu { color: #fff; }
.q6as13fu .gmh39 a:hover, .q6as13fu .k2chut a:hover,
@media (max-width: 640px) {
  .q6as13fu .uagpwp { background: var(--accent); border-top-color: var(--accent-light); }
  .q6as13fu .uagpwp li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.k3icawjc .b2cg6ob2 {
  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);
}
.k3icawjc .kc38 {
  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) {
  .k3icawjc .uagpwp {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.iuj2j02t .w5ok { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.li195i .w5ok { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.crqd4x .w5ok { min-height: 72px; height: auto; }
.lioo18gw .w5ok { min-height: 84px; height: auto; }
.u91tdo3v .w5ok { max-width: none; padding: 0 32px; }
.u91tdo3v .dipl36  { max-width: none; padding: 24px 32px; }
.yito0.sfw6vl4p .w5ok { max-width: 1200px; }
.yito0.srutbb .w5ok { max-width: 1320px; }
.mejm   .e5yflk, .mejm   .t8wu { text-transform: capitalize; }
.tydmuwqm .e5yflk, .tydmuwqm .t8wu { text-transform: lowercase; }
.zcat .e5yflk, .zcat .t8wu { text-transform: uppercase; letter-spacing: 0.06em; }
.c9ms, .nhx4 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.w8aop93g .c9ms,
.w8aop93g .nhx4 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.bhnb3yq .c9ms,
.bhnb3yq .nhx4 { 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; }
.g9n5od .c9ms,
.g9n5od .nhx4 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.rwg7yo7 .c9ms,
.rwg7yo7 .nhx4 { 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; }
.v89hl055   .uagpwp a { font-weight: 500; }
.q9tbiu72 .uagpwp a { font-weight: 600; }
.zb9y     .uagpwp a { font-weight: 700; }
.bnhg    .uagpwp a { font-weight: 800; letter-spacing: 0.01em; }
.jgqv     .uagpwp > li + li::before,
.pt2atpv    .uagpwp > li + li::before,
.yupjnx2w    .uagpwp > li + li::before,
.nbf2 .uagpwp > li + li::before,
.we6aeq9 .uagpwp > li + li::before,
.s6yaax  .uagpwp > li + li::before,
.ijdw    .uagpwp > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.jgqv     .uagpwp > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.pt2atpv    .uagpwp > li + li::before { content: "|"; }
.yupjnx2w    .uagpwp > li + li::before { content: "—"; }
.nbf2 .uagpwp > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.we6aeq9 .uagpwp > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.s6yaax  .uagpwp > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ijdw    .uagpwp > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .j5ml .gtlyt,
  .ibb1hgor .gtlyt,
  .urux .gtlyt,
  .gdjr9 .gtlyt,
  .qmero8 .gtlyt {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .j5ml .gtlyt::before,
  .ibb1hgor .gtlyt::before,
  .urux .gtlyt::before,
  .gdjr9 .gtlyt::before,
  .qmero8 .gtlyt::before { content: ""; display: block; flex-shrink: 0; }

  
  .j5ml .gtlyt::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;
  }

  
  .ibb1hgor .gtlyt::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;
  }

  
  .urux .gtlyt::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;
  }

  
  .gdjr9 .gtlyt::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;
  }

  
  .qmero8 .gtlyt::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) {
  .w8bqx .gtlyt {
    padding: 5px 14px;
  }
  .w8bqx .uagpwp {
    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;
  }
  .w8bqx .uagpwp li a {
    border-bottom: none; padding: 10px 22px;
  }
  .w8bqx .uagpwp li a:hover { background: var(--bg-raised); }
  .w8bqx .t7pkouur,
  .rmaddd .t7pkouur,
  .lzfqx .t7pkouur { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .axqtyo .gtlyt {
    padding: 5px 10px;
  }
  .axqtyo .uagpwp {
    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);
  }
  .axqtyo .uagpwp.mozofj { transform: translateX(0); }
  .axqtyo .uagpwp li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .axqtyo .uagpwp li:last-child a { border-bottom: none; }
  .q6as13fu .uagpwp,
  .qso83ta5 .uagpwp { background: var(--accent) !important; }
  .q6as13fu .uagpwp li a,
  .qso83ta5 .uagpwp li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .lzfqx .gtlyt {
    padding: 5px 10px;
  }
  .lzfqx .uagpwp {
    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);
  }
  .lzfqx .uagpwp::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .lzfqx .uagpwp.mozofj { transform: translateY(0); }
  .lzfqx .uagpwp li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .desczn .gtlyt {
    padding: 5px 10px;
  }
  .desczn .uagpwp {
    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;
  }
  .desczn .uagpwp.mozofj { opacity: 1; pointer-events: auto; }
  .desczn .uagpwp li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .cm7l     .gtlyt { border-radius: 0 !important; }
  .ilek6ha   .gtlyt { border-radius: 8px !important; }
  .unjudj .gtlyt { border-radius: 50% !important; }
  .wyv6   .gtlyt { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .jofd1cp .mo2qez7 { flex-direction: column; align-items: stretch; }
  .jofd1cp .qgxed { flex-direction: row; min-width: auto; }
  .jofd1cp .gj3cl0 { align-items: flex-start; text-align: left; }
}
.oeo1c2,
.oeo1c2.fmcd4i6i,
.yu8u .oeo1c2,
.h2jlwkjy .oeo1c2,
.jhxnl8ks .oeo1c2,
.a10l1 .oeo1c2 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.zfzy8l {
  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;
}
.flrknx { flex: 1 1 280px; min-width: 0; }
.qwgvh {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.z899 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.vonx62gc {
  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;
}
.vonx62gc:hover { transform: translateY(-1px); opacity: 0.95; }
.r8oj .zfzy8l {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.r8oj .qwgvh { color: var(--cta); }
.r8oj .z899 { color: var(--text-body); }
.r8oj .vonx62gc {
  background: var(--cta) !important;
  color: #fff !important;
}
.psh0gwuk .zfzy8l {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.psh0gwuk .qwgvh { color: var(--text-primary); }
.psh0gwuk .z899 { color: var(--text-body); }
.psh0gwuk .vonx62gc {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .zfzy8l {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .flrknx { flex: 0 0 auto; }
  .qwgvh { font-size: 1.2rem; }
  .vonx62gc { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.r3yuvg5q .t79iuwrz { height: 36px; }
.zu0ma72s .t79iuwrz { height: 60px; max-width: 200px; }
.etgma4cs .t79iuwrz { height: 56px; max-width: 180px; }
.ucszh    .dbqqn11, .ucszh    .ij1i7 { color: #f59e0b; }
.ck5w      .dbqqn11 { font-size: 1rem; letter-spacing: 1.5px; }
.ck5w      .ij1i7   { font-size: 1.35rem; }
.w77yb    .dbqqn11, .w77yb    .ij1i7 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.eut9jb     .dbqqn11, .eut9jb     .ij1i7 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.rhh5o6b .dbqqn11, .rhh5o6b .ij1i7 { color: var(--cta); letter-spacing: 2px; }
.ix4lagws   .dbqqn11, .ix4lagws   .ij1i7 { color: #e91e63; letter-spacing: 2px; }
.sco1  .dbqqn11, .sco1  .ij1i7 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.yhfn     .dbqqn11, .yhfn     .ij1i7 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ewy5 .kuoj2 + .kuoj2 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.knxqmyl .jl20kj23 { padding: 18px 24px; min-height: 68px; }
.ozkx7n .f0aa4t {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.ozkx7n .jd7s2rj {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.ev0xvenb .kuoj2 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.ghvn7b { counter-reset: cs-rank; }
.ghvn7b .jl20kj23 { counter-increment: cs-rank; }
.ghvn7b .jl20kj23::before {
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
  order: -1;
}
.q124gp6 .ghvn7b { counter-reset: cs-rank; gap: 0; }
.q124gp6 .jl20kj23 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.q124gp6 .jl20kj23::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.q124gp6 .wsg9 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.q124gp6 .pdupsrb {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.q124gp6 .je9m4 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.q124gp6 .wsg9 { min-width: 0; flex-direction: column; width: 100%; }
.q124gp6 .nhl09 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.q124gp6 .dbqqn11 { color: var(--cta, var(--accent)); }
.q124gp6 .l9ouv { font-weight: 700; }
.q124gp6 .kuoj2 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.q124gp6 .f0aa4t {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.q124gp6 .jd7s2rj {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.q124gp6 .x304 .jd7s2rj { font-size: 1.3rem; color: var(--accent-light); }
.q124gp6 .pqhcs {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.q124gp6 .jl20kj23:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .q124gp6 .ghvn7b {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .q124gp6 .jl20kj23 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .q124gp6 .jl20kj23 { padding: 40px 16px 20px; }
  .q124gp6 .kuoj2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .q124gp6 .pqhcs { width: 100%; min-width: 0; }
}
.s0aelr .ghvn7b { counter-reset: cs-rank; gap: 10px; }
.s0aelr .jl20kj23 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.s0aelr .jl20kj23::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.s0aelr .wsg9 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.s0aelr .pdupsrb {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.s0aelr .je9m4 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.s0aelr .nhl09 {
  font-size: 1.05rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: 0; max-width: 140px;
  overflow-wrap: break-word; hyphens: auto;
}
.s0aelr .dbqqn11 { color: var(--cta, var(--accent)); }
.s0aelr .kuoj2 {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.s0aelr .f0aa4t {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.s0aelr .jd7s2rj { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.s0aelr .x304 .jd7s2rj { color: var(--accent-light); }
.s0aelr .pqhcs {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.s0aelr .jl20kj23:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .s0aelr .jl20kj23 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .s0aelr .jl20kj23::before {
    position: absolute; top: 14px; left: 14px;
  }
  .s0aelr .wsg9 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .s0aelr .nhl09 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .s0aelr .kuoj2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .s0aelr .pqhcs { width: 100%; min-width: 0; }
  .s0aelr .dbqqn11 { min-width: 0; }
}
.wyyd5y4 .jl20kj23::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.agtv0lc0 .n1kfv {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.agtv0lc0 .n1kfv summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.agtv0lc0 .n1kfv p { padding: 0 2px 16px; }
.s3oo3u .n1kfv { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.s3oo3u .n1kfv summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.s3oo3u .n1kfv summary::after { content: "›"; font-size: 1.2em; }
.s3oo3u .n1kfv[open] summary::after { content: "‹"; }
.s3oo3u .n1kfv p { padding: 10px 22px 4px; }
.wngw .n1kfv {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.wngw .n1kfv summary { color: var(--text-primary); padding-left: 16px; }
.wngw .n1kfv summary::after { content: "›"; font-size: 1.1em; }
.wngw .n1kfv[open] summary::after { content: "‹"; }
.wngw .n1kfv p { padding-left: 16px; }
.erct .egesr { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.erct .n1kfv {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.erct .n1kfv:last-child { border-bottom: none; }
.erct .n1kfv summary { color: var(--text-primary); border-radius: 0; }
.erct .n1kfv summary::after { content: "›"; font-size: 1.1em; }
.erct .n1kfv[open] summary::after { content: "‹"; }
.jfy5qm .n1kfv { overflow: hidden; }
.jfy5qm .n1kfv summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.jfy5qm .n1kfv summary::after { color: rgba(255,255,255,.75); }
.jfy5qm .n1kfv[open] summary { border-radius: 0; }
.k0ocyua7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.jvi6fgg {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.p8aud {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.zdesf { color: var(--text-muted); font-size: 1.05rem; }
.hbb9t {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.f9sysl {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.xhxzv { margin-bottom: 20px; }
.l2c4jb {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.neoc6n19 {
  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;
}
.neoc6n19:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ysiy { resize: vertical; min-height: 130px; }
.os2m { width: 100%; margin-top: 8px; }
.dc14seve {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.jmbwo {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.x6i3lt { color: var(--text-muted); line-height: 1.75; }
.y7vfv3vy { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.y7vfv3vy li { margin-bottom: 6px; }
.fpf6pd { max-width: 760px; margin: 0 auto; }
.olwy { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.erpcibx { max-width: 760px; margin: 0 auto; }
.upqa { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.yn6ri9t8 ul.y7vfv3vy { margin: 0; }
.vvjqor { max-width: 900px; margin: 0 auto; }
.nmnmt { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.nmnmt:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.nmnmt .upqa { margin: 0; font-size: 1rem; }
.nmnmt .pkeea87s p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .nmnmt { grid-template-columns: 1fr; gap: 10px; } }
.qkqij .upqa { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.hc0lb .y7vfv3vy { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zxlhsxm { grid-template-columns: 1fr; } }
.sg4v1nv { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.sg4v1nv:hover .mid846uf { color: var(--accent-light); text-decoration: underline; }
.j8zo { color: inherit; text-decoration: none; }
.j8zo:hover { color: var(--accent-light); text-decoration: underline; }
.sljaw51 { display: inline-block; line-height: 0; }
.ui6dtd5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.m9on { margin-bottom: 48px; }
.gmndwt { max-width: 760px; margin: 0 auto; }
.omoolp { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.omoolp:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.oqn8sx { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.omoolp p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.omoolp ul.y7vfv3vy { margin: 0; }
.rtgtg5fh { color: var(--text-muted); line-height: 1.75; }
.mjzs1 .y7vfv3vy,
.msl2l .y7vfv3vy,
.lqz8068s .y7vfv3vy,
.km6i .y7vfv3vy {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.mjzs1 .omoolp,
.msl2l .omoolp { text-align: left; }
.mjzs1 .oqn8sx,
.msl2l .oqn8sx { text-align: center; }
.vqjxxtjf { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.zo2m { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.qjtfl { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.t9guj { margin-top: 12px; }
.q8e8p3 { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.q8e8p3:hover { border-bottom-color: var(--accent-light); }
.bujml8 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.bujml8 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.yu2r { border-radius: 50%; }
.yvy1y4fw { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.ku88ai { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
.alm1wf9 { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .alm1wf9 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.r2n5 .qjtfl, .r2n5 .zo2m { max-width: 640px; }
.lgdp .vqjxxtjf { font-size: 1.6rem; margin-top: 18px; }
.krz3n .qjtfl { margin-bottom: 28px; }
@media (max-width: 860px) { .j9yaogl { grid-template-columns: 1fr; } .lgdp { position: static; text-align: center; } }
.rdgpqe7 .bujml8 { margin: 0 auto 18px; }
.rdgpqe7 .yvy1y4fw { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .t4aii3 { grid-template-columns: 1fr; } }
.krc8md .vqjxxtjf { font-size: 1.6rem; margin-bottom: 6px; }
.km6i .y7vfv3vy { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .krc8md { flex-direction: column; text-align: center; } .dlzt6av2 { grid-template-columns: 1fr; } }
.hja5 .vqjxxtjf { font-size: 1.35rem; margin: 0 0 4px; }
.hja5 .yvy1y4fw { margin: 0; }
.rz84 .p8aud { color: var(--accent-light); }
.nj36e {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.nj36e .p8aud { font-size: 2rem; }
.nj36e .zdesf { max-width: 680px; }
.o3x1a2os .p8aud { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.o3x1a2os .zdesf  { margin: 0; }
@media (max-width: 640px) { .o3x1a2os { flex-direction: column; } }
.m0m0kj .p8aud { color: var(--accent-light); }
.fyk58hm .p8aud { color: #fff; }
.fyk58hm .zdesf  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .l273o0v { grid-template-columns: 1fr; } }
.govkqw1c .neoc6n19 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.govkqw1c .neoc6n19:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.mkio96 .neoc6n19 { background: var(--bg-raised); border-color: transparent; }
.mkio96 .neoc6n19:focus { background: var(--bg-card); border-color: var(--accent-light); }
.xnvl6vps .neoc6n19 { border-radius: 100px; padding: 11px 20px; }
.xnvl6vps .ysiy { border-radius: 14px; }
@media (max-width: 640px) { .pkgsgq4f { grid-template-columns: 1fr; } }
.hd140y { counter-reset: priv-count; }
.sfto {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.sfto:last-child { border-bottom: none; }
.rfvfwk {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.sfto h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.sfto p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.l5xvk { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.l5xvk li { margin-bottom: 6px; }
.u6l79{display:none}
.u6l79:empty,.ta9q9e3:empty{display:none}
.qtyn{position:relative;overflow:visible}
.mcqsdh4 .nlciebyf,.havyfy37 .nlciebyf,
.eewlllkq .nlciebyf,.xi6v62 .nlciebyf,
.ddhebo9j .nlciebyf,.krbai0ii .nlciebyf{display:block}
.mxk9tbc .ik7d73{display:block}
.mcqsdh4 .nlciebyf,.havyfy37 .nlciebyf,
.eewlllkq .nlciebyf,.xi6v62 .nlciebyf,
.ddhebo9j .nlciebyf{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}
.mcqsdh4 .nlciebyf .ta9q9e3,.havyfy37 .nlciebyf .ta9q9e3,
.eewlllkq .nlciebyf .ta9q9e3,.xi6v62 .nlciebyf .ta9q9e3,
.ddhebo9j .nlciebyf .ta9q9e3{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}
.mcqsdh4 .nlciebyf,.havyfy37 .nlciebyf{top:12px}
.mcqsdh4 .nlciebyf .ta9q9e3{margin-right:auto}
.havyfy37 .nlciebyf .ta9q9e3{margin-left:auto}
.havyfy37 .nlciebyf{text-align:right}
.eewlllkq .nlciebyf,.xi6v62 .nlciebyf{bottom:12px}
.eewlllkq .nlciebyf .ta9q9e3{margin-right:auto}
.xi6v62 .nlciebyf .ta9q9e3{margin-left:auto}
.xi6v62 .nlciebyf{text-align:right}
.ddhebo9j .nlciebyf{position:relative;margin-top:16px}
.ddhebo9j .nlciebyf .ta9q9e3{margin:0 auto}
.krbai0ii .nlciebyf{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.krbai0ii .nlciebyf .ta9q9e3{margin:0}
.krbai0ii .cah9t~.nlciebyf,
.krbai0ii .bjw5a12~.nlciebyf{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.krbai0ii .cah9t~.nlciebyf .ta9q9e3,
.krbai0ii .bjw5a12~.nlciebyf .ta9q9e3{justify-content:flex-start}
.cah9t~.nlciebyf,.bjw5a12~.nlciebyf{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}
.cah9t~.nlciebyf .ta9q9e3{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.bjw5a12~.nlciebyf .ta9q9e3{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ik7d73 .ta9q9e3{margin:0 0 12px}
.ta9q9e3{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.q4s36hfd{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.mid846uf{font-weight:600;color:var(--text-heading);opacity:1}
.vtxypw65 .q4s36hfd{display:none}
.tcfxohks .ta9q9e3{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.tp0a .natcby{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.tp0a .ft967::before{content:""}
.tmk7tzk .ta9q9e3{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.vtqbicci{--date-bg:transparent}
.vac5i .ft967::before{content:""}
.bqwx9{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.g4mae7z{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.i46wbp{display:flex;flex-direction:column;gap:3px}
.gdhrezx4{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.l3w5y{font-weight:700;font-size:1rem;color:var(--text-heading)}
.hjcz1{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.uz6g .bqwx9{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.tgxfnp .bqwx9{border-top:3px solid var(--accent);padding-top:18px}
.o344d .bqwx9{border-left:3px solid var(--accent);border-radius:0}
.jtvuq5ka .bqwx9{padding:20px 0}
@media(max-width:640px){
  .bqwx9{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .hjcz1{max-width:100%}
}
.rmvgqf .lvut8gf{margin:0}
@media (max-width:560px){
  .lfai{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) {
  .trv0 { padding: 28px 18px 20px; }
  .aead4go { font-size: 1.2rem; }
  .i3o0 { max-width: 220px; max-height: 80px; }
}
.srfuj {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.f2bghmeh {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.wa49u4  .srfuj { border-radius: 50%; }
.byu6na  .srfuj { border-radius: 6px; }
.t8n3p9d .srfuj { border-radius: 22px; }
.mw3dj5v .zfzy8l {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .srfuj { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.sqz0 .fmcd4i6i {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.sqz0 .u6hll {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.sqz0 .zfzy8l {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.x8a7uxqo {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.x8a7uxqo.tw1f { transform: translate(-50%, 0); }
.x8a7uxqo .fmcd4i6i,
.x8a7uxqo .u6hll {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.x8a7uxqo .zfzy8l {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.em1szixz {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.em1szixz::before,
.em1szixz::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.em1szixz::before { transform: translate(-50%, -50%) rotate(45deg); }
.em1szixz::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.em1szixz:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .x8a7uxqo { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .x8a7uxqo .zfzy8l {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .x8a7uxqo .z899 { display: none !important; }
  .x8a7uxqo .qwgvh { font-size: 1.1rem !important; }
  .x8a7uxqo .srfuj { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .em1szixz { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .w5ok { flex-direction: row-reverse; }
[dir="rtl"] .uagpwp { flex-direction: row-reverse; }
[dir="rtl"] .yaylci  .dv40t3 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .nnvvl .dv40t3 { right: auto; left: 20px; }
  [dir="rtl"] .yaylci  .dv40t3 { left: auto;  right: 20px; }
}
[dir="rtl"] .jltva56 .jd4a  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .k8ede .jd4a { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .i1cyf49, [dir="rtl"] .to3qo3k { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .l60m { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .akzh1z { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .gaadf673 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .zfzy8l { direction: rtl; }
[dir="rtl"] .srfuj { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .jl20kj23,
[dir="rtl"] .wsy6sj { direction: rtl; }
[dir="rtl"] .rjj0lug5 { direction: rtl; }
[dir="rtl"] .elhsn { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .xaxoq9 .to3qo3k,
[dir="rtl"] .t3zr .to3qo3k,
[dir="rtl"] .uewg6 .to3qo3k,
[dir="rtl"] .ynonj .to3qo3k {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .xaxoq9 .to3qo3k li::before,
[dir="rtl"] .t3zr .to3qo3k li::before,
[dir="rtl"] .uewg6 .to3qo3k li::before,
[dir="rtl"] .ynonj .to3qo3k li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .g8941.qo0l9 .cicswbm,
[dir="rtl"] .pcg2v.qo0l9 .cicswbm,
[dir="rtl"] .felqbt.qo0l9 .cicswbm,
[dir="rtl"] .x9lm9h.qo0l9 .cicswbm,
[dir="rtl"] .il1ppt7.qo0l9 .cicswbm { text-align: right; }
[dir="rtl"] .cah9t.k5wngv .oawh { text-align: center; }
[dir="rtl"] .u6hll,
[dir="rtl"] .bkuup8r,
[dir="rtl"] .qrjsw,
[dir="rtl"] .cicswbm { text-align: right; }
[dir="rtl"] .f9sysl,
[dir="rtl"] .l2c4jb,
[dir="rtl"] .qjtfl,
[dir="rtl"] .neoc6n19,
[dir="rtl"] .ysiy { text-align: right; direction: rtl; }
[dir="rtl"] .xnvl6vps .neoc6n19,
[dir="rtl"] .govkqw1c .neoc6n19 { padding-right: 20px; padding-left: 20px; }
.z1yitr .ghvn7b,
.ixfu .ghvn7b,
.dx3z .ghvn7b { gap: 0; }
.ksj6f1t .ghvn7b { gap: 14px; }
.z1yitr .jl20kj23,
.ixfu .jl20kj23,
.ksj6f1t .jl20kj23,
.dx3z .jl20kj23 {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.z1yitr .jl20kj23,
.ixfu .jl20kj23,
.dx3z .jl20kj23 {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.z1yitr .jl20kj23:nth-child(even),
.dx3z .jl20kj23:nth-child(even) { background: var(--accent-bg); }
.ixfu .jl20kj23 + .jl20kj23 { border-top: 1px solid var(--border-alt); }
.ksj6f1t .jl20kj23 {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.z1yitr .jl20kj23:hover,
.ixfu .jl20kj23:hover,
.dx3z .jl20kj23:hover { background: var(--bg-hover); }
.z1yitr .jl20kj23::before,
.ixfu .jl20kj23::before,
.ksj6f1t .jl20kj23::before,
.dx3z .jl20kj23::before {
  width: 40px; min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  font-size: 1.15rem; font-weight: 700;
}
.dx3z .jl20kj23::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.z1yitr .wsg9,
.ixfu .wsg9,
.ksj6f1t .wsg9,
.dx3z .wsg9 {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.z1yitr .pdupsrb,
.ixfu .pdupsrb,
.ksj6f1t .pdupsrb,
.dx3z .pdupsrb {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.z1yitr .je9m4,
.ixfu .je9m4,
.ksj6f1t .je9m4,
.dx3z .je9m4 {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.z1yitr .nhl09,
.ixfu .nhl09,
.ksj6f1t .nhl09,
.dx3z .nhl09 {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.dx3z .nhl09 { font-size: 1.45rem; font-weight: 800; }
.z1yitr .ujqg5gqo,
.ixfu .ujqg5gqo,
.ksj6f1t .ujqg5gqo,
.dx3z .ujqg5gqo {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.z1yitr .ujqg5gqo .x304,
.ixfu .ujqg5gqo .x304,
.ksj6f1t .ujqg5gqo .x304,
.dx3z .ujqg5gqo .x304 {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.z1yitr .ujqg5gqo .x304 .f0aa4t,
.ixfu .ujqg5gqo .x304 .f0aa4t,
.ksj6f1t .ujqg5gqo .x304 .f0aa4t,
.dx3z .ujqg5gqo .x304 .f0aa4t { display: none; }
.z1yitr .ujqg5gqo .x304 .jd7s2rj::before,
.ixfu .ujqg5gqo .x304 .jd7s2rj::before,
.ksj6f1t .ujqg5gqo .x304 .jd7s2rj::before,
.dx3z .ujqg5gqo .x304 .jd7s2rj::before { content: "\1F381\00a0"; }
.z1yitr .ujqg5gqo .x304 .jd7s2rj,
.ixfu .ujqg5gqo .x304 .jd7s2rj,
.ksj6f1t .ujqg5gqo .x304 .jd7s2rj,
.dx3z .ujqg5gqo .x304 .jd7s2rj {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.z1yitr .ujqg5gqo .btyv,
.ixfu .ujqg5gqo .btyv,
.ksj6f1t .ujqg5gqo .btyv,
.dx3z .ujqg5gqo .btyv { display: none; }
.z1yitr .oudrt8z,
.ixfu .oudrt8z,
.ksj6f1t .oudrt8z,
.dx3z .oudrt8z {
  grid-column: 4; min-width: 120px; width: auto;
}
.z1yitr .dbqqn11,
.ixfu .dbqqn11,
.ksj6f1t .dbqqn11,
.dx3z .dbqqn11 { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.z1yitr .l9ouv,
.ixfu .l9ouv,
.ksj6f1t .l9ouv,
.dx3z .l9ouv { display: none; }
.z1yitr .pqhcs.gdnx8im8,
.ixfu .pqhcs.gdnx8im8,
.ksj6f1t .pqhcs.gdnx8im8,
.dx3z .pqhcs.gdnx8im8 {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.dx3z .pqhcs.gdnx8im8 { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .z1yitr .jl20kj23,
  .ixfu .jl20kj23,
  .ksj6f1t .jl20kj23,
  .dx3z .jl20kj23 {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .z1yitr .oudrt8z,
  .ixfu .oudrt8z,
  .ksj6f1t .oudrt8z,
  .dx3z .oudrt8z { display: none; }
  .z1yitr .pqhcs.gdnx8im8,
  .ixfu .pqhcs.gdnx8im8,
  .ksj6f1t .pqhcs.gdnx8im8,
  .dx3z .pqhcs.gdnx8im8 { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .z1yitr .jl20kj23,
  .ixfu .jl20kj23,
  .ksj6f1t .jl20kj23,
  .dx3z .jl20kj23 {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "rank  ident"
      "pills pills"
      "cta   cta";
    gap: 12px 14px; padding: 18px 16px;
    text-align: left;
  }
  .z1yitr .jl20kj23::before,
  .ixfu .jl20kj23::before,
  .ksj6f1t .jl20kj23::before,
  .dx3z .jl20kj23::before { grid-area: rank; align-self: center; justify-self: start; }
  .z1yitr .wsg9,
  .ixfu .wsg9,
  .ksj6f1t .wsg9,
  .dx3z .wsg9 { grid-area: ident; width: auto; justify-content: flex-start; }
  .z1yitr .ujqg5gqo,
  .ixfu .ujqg5gqo,
  .ksj6f1t .ujqg5gqo,
  .dx3z .ujqg5gqo { grid-area: pills; }
  
  .z1yitr .ujqg5gqo .x304,
  .ixfu .ujqg5gqo .x304,
  .ksj6f1t .ujqg5gqo .x304,
  .dx3z .ujqg5gqo .x304 {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .z1yitr .pqhcs.gdnx8im8,
  .ixfu .pqhcs.gdnx8im8,
  .ksj6f1t .pqhcs.gdnx8im8,
  .dx3z .pqhcs.gdnx8im8 { grid-area: cta; width: 100%; }
  .z1yitr .pdupsrb,
  .ixfu .pdupsrb,
  .ksj6f1t .pdupsrb,
  .dx3z .pdupsrb { width: 56px; height: 56px; }
  .z1yitr .nhl09,
  .ixfu .nhl09,
  .ksj6f1t .nhl09,
  .dx3z .nhl09 { font-size: 1.1rem; }
}
:root {
  --accent:          #5a881f;
  --brand:           #5a881f;
  --brand-light:     #4b6c21;
  --brand-pale:      #658936;
  --grad-start:      #8bd032;
  --grad-end:        #a6d26d;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #15803d;
  --cta-fg:          #ffffff;
  --cta-light:       #0c5f2b;
  --cta-hover:       #0c4b23;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f3;
  --bg-raised:       #eff1ee;
  --bg-hover:        #f4f5f3;
  --border:          #e5e8e2;
  --border-alt:      #d6dcd0;
  --border-section:  #e5e8e2;
  --text-primary:    #191b17;
  --text-muted:      #5a5f52;
  --text-body:       #33362f;
  --text-sub:        #4d5246;
  --text-faint:      #808975;
  --text-dim:        #99a091;
  --text-label:      #666d5e;
  --text-value:      #40443a;
  --accent-bg:       #ebf1e3;
  --accent-bg-light: #ddeacb;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #158d32;
  --c-cons:          #9f3d21;
  --c-pros-label:    #19a83b;
  --c-tip-border:    #1bba41;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #158d32;
}
:root { --logo-bg-opacity: 46%; }
body, button, input { font-family: "Poppins", sans-serif; }
.op17 .z317oh7, .op17 .cah9t { min-height: 320px; }
.azea42::before { content: '·'; font-size: 1.3em; line-height: 1; }