:root {
  --color-accent: #056e33;
  --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;
}
.spen {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.z93qvzwr {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.tlg2 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.a76pus { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.p6xlf { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.p6xlf a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.p6xlf a:hover { color: var(--accent-light); }
.cm1k     .k4zepz { border-radius: 24px; padding: 8px; }
.cm1k .k4zepz li a { border-radius: 16px; }
.imj5  .k4zepz li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .k4zepz {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .jfnk:hover .k4zepz,
  .jfnk:focus-within .k4zepz { display: block; }
  .k4zepz li a { padding: 8px 16px; font-size: 0.88rem; }
}
.nkm297 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.mz3id { display: none; }
@media (max-width: 640px) {
  .mz3id {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .mz3id.gcu3msa3 { display: block; }
}
@media (max-width: 640px) {
  .nkm297 { display: block; }
  .p6xlf > li + li::before { display: none !important; }
  .p6xlf {
    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;
  }
  .p6xlf.gcu3msa3 { display: flex; }
  .p6xlf li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .p6xlf li:last-child a { border-bottom: none; }
}
.n7rojh { min-height: 480px; }
.e05sufnd {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.djrbzeb { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.l4o9 .djrbzeb { margin-left: 0; margin-right: 0; }
.s9kb {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.pyqx .s9kb { margin-top: 24px; }
.s9kb:hover { opacity: 0.88; }
.qd0ng7 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.phhn2 {
  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%);
}
.qd0ng7 .v74xl {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.qd0ng7 .e05sufnd { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.qd0ng7 .djrbzeb { color: #e2e8f0; }
.qd0ng7.epfam5 .v74xl { text-align: center; }
.qd0ng7.l4o9   .v74xl { text-align: left; }
.mg6zy4l .v74xl {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.mg6zy4l .e05sufnd { color: var(--text-primary); text-shadow: none; }
.mg6zy4l .djrbzeb { color: var(--text-muted); }
.mg6zy4l .s9kb { margin-top: 16px; }
.mg6zy4l, .mg6zy4l.n7rojh { min-height: auto !important; }
.mg6zy4l.epfam5 .v74xl { text-align: center; }
.mg6zy4l.l4o9   .v74xl { text-align: left; }
.mg6zy4l~.mrrb83{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}
.mg6zy4l~.mrrb83 .qwryar{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}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.dg4zuth .qd0ng7 .phhn2 {
  overflow: hidden;
}
.dg4zuth .qd0ng7 .phhn2::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); }
}
.jlwdt .qd0ng7 .phhn2 {
  overflow: hidden;
}
.jlwdt .qd0ng7 .phhn2::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;
}
.etgl .qd0ng7 .phhn2 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.lllg80u .qd0ng7 .phhn2 {
  overflow: hidden;
}
.lllg80u .qd0ng7 .phhn2::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;
}
.sss5f .qd0ng7 .phhn2 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.vn8xeyo9 .phhn2 {
  background: none;
}
.vn8xeyo9 .e05sufnd { color: #fff; }
.vn8xeyo9 .djrbzeb { color: rgba(255,255,255,0.85); }
.me87e .e05sufnd { text-shadow: none; color: var(--text-primary); }
.me87e .djrbzeb { color: var(--text-muted); }
body.yr7wh5h .e05sufnd {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.meawun6 .e05sufnd {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.n7rojh.vn8xeyo9 .e05sufnd,
section.vn8xeyo9 .e05sufnd {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.me87e.l4o9   .fgli0h { align-items: flex-start; text-align: left; }
.n7rojh .w6uy {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.w6uy .wbp8l {
  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;
}
.w6uy .wbp8l::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.w6uy .dqxdkz2 { display: contents !important; }
.w6uy .dqxdkz2 .yuagrvei {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.w6uy .dqxdkz2 .mq61gxw { max-height: 48px; max-width: 96px; }
.w6uy .dqxdkz2 .wdyrs3 {
  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;
}
.w6uy .gm2sj {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.w6uy .trlo55 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.w6uy .yl26 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.w6uy .yl26 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.w6uy .kwiyzhpl { display: contents !important; }
.w6uy .kwiyzhpl .euyac5:not(.okbkm) { display: none !important; }
.w6uy .kwiyzhpl .okbkm {
  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;
}
.w6uy .kwiyzhpl .okbkm .jkljn9 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.w6uy .kwiyzhpl .okbkm .evhfhk {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.w6uy .cbvntcc5 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.w6uy .cbvntcc5.s59w {
  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;
}
.w6uy .cbvntcc5.s59w:hover { opacity: 0.85; }
.w6uy .wbp8l,
.w6uy .wbp8l:hover,
.w6uy .wbp8l:nth-child(even),
.w6uy .wbp8l:nth-child(odd),
.w6uy .wbp8l:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.v9otu .v74xl { padding-bottom: 24px; }
.pyqx .v74xl { max-width: 1100px; }
@media (max-width: 700px) {
  .me87e { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .me87e:not(.rg6zyydl) .kfor3 { display: none !important; }
  .rg6zyydl .kfor3 { padding: 16px; }
  .fgli0h  { padding: 36px 24px; }
  .me87e~.mrrb83,.oabm6gb7~.mrrb83{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .n7rojh, .me87e { min-height: 320px !important; }
  .e05sufnd { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .nias6,
  .vrr5frq,
  .en2d { grid-template-columns: 1fr !important; }

  

  
  .v9otu { display: flex !important; flex-direction: column !important; }
  .v9otu .v74xl { display: contents; }
  .v9otu .phhn2 { order: 0; }
  .v9otu .e05sufnd { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .v9otu .nias6 { order: 2; padding: 0 16px 12px !important; }
  .v9otu .djrbzeb { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .pyqx .v74xl { display: flex; flex-direction: column; }
  .pyqx .v74xl .e05sufnd { order: 1; }
  .pyqx .v74xl .en2d { order: 2; margin: 8px 0 24px !important; }
  .pyqx .v74xl .djrbzeb { order: 3; }
  .pyqx .v74xl .s9kb { order: 4; align-self: center; margin-top: 0; }

  
  .me87e.rg6zyydl {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .me87e.rg6zyydl .fgli0h { display: contents; padding: 0; }
  .me87e.rg6zyydl .fgli0h .e05sufnd { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .me87e.rg6zyydl .kfor3 { order: 2; padding: 12px 16px; }
  .me87e.rg6zyydl .fgli0h .djrbzeb { order: 3; padding: 0 24px; margin: 0 auto; }
  .me87e.rg6zyydl .fgli0h .s9kb { order: 4; align-self: center; margin: 8px 0 32px; }
}
.kz43upl { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.xavjen { width: 100%; height: auto; display: block; border-radius: 10px; }
.ub3u .kz43upl        { border-radius: 16px; }
.ub3u .xavjen  { border-radius: 16px; }
.mgll4 .kz43upl         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.mgll4 .xavjen   { border-radius: 8px; }
.lg0ib { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.p1egjc { width: 100%; padding: 32px 0; position: relative; }
.f8inse8 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.qris .p1egjc:nth-child(even) { background: var(--bg-surface); }
.qris .p1egjc:nth-child(odd)  { background: var(--bg-page); }
.x4sj .p1egjc:nth-child(even) { background: var(--bg-card); }
.x4sj .p1egjc:nth-child(odd)  { background: var(--bg-page); }
.qris .p1egjc:nth-child(odd)  .f8inse8 { background: var(--bg-card); border-radius: 6px; }
.qris .p1egjc:nth-child(even) .f8inse8 { background: var(--bg-raised); border-radius: 6px; }
.x4sj .p1egjc:nth-child(odd)  .f8inse8 { background: var(--bg-card); border-radius: 6px; }
.x4sj .p1egjc:nth-child(even) .f8inse8 { background: var(--bg-raised); border-radius: 6px; }
.qris .p1egjc:nth-child(even) .kz5dx2 .qao8crx5,
.x4sj .p1egjc:nth-child(even) .kz5dx2 .qao8crx5 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.qris .p1egjc:nth-child(odd) .kz5dx2 .qao8crx5,
.x4sj .p1egjc:nth-child(odd) .kz5dx2 .qao8crx5 { background: var(--bg-card-inner); }
.qris .p1egjc:nth-child(even) .zp3h3 .qao8crx5:nth-child(odd),
.x4sj .p1egjc:nth-child(even) .zp3h3 .qao8crx5:nth-child(odd)  { background: var(--bg-card); }
.qris .p1egjc:nth-child(even) .zp3h3 .qao8crx5:nth-child(even),
.x4sj .p1egjc:nth-child(even) .zp3h3 .qao8crx5:nth-child(even) { background: var(--bg-card-inner); }
h1.qpm4r9al { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.qpm4r9al {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ow8gx { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.vslc73i9 h2.qpm4r9al {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.m310g88 h2.qpm4r9al {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.wilzdgyn h2.qpm4r9al {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.hmizlw h2.qpm4r9al::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.b5z9 h2.qpm4r9al {
  color: var(--text-primary); font-size: 1.7rem;
}
.mpssqh h2.qpm4r9al::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ud8exu h2.qpm4r9al {
  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) { .iog10i0f { display: none; } }
.hp9jq6u { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.zuwbq6t8 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.u51e {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.wm3t9um { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.e5qv { padding-left: 20px; }
.e5qv li { margin-bottom: 6px; }
.e5qv a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.e5qv a:hover { color: var(--accent-light); }
.vi0vx1e5 .wm3t9um { display: none; }
.ahgmwf1a .wm3t9um { display: none; }
.ahgmwf1a .e5qv { padding-left: 0; list-style: none; }
.ahgmwf1a .e5qv li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ahgmwf1a .e5qv a { font-size: 0.92rem; }
.ogt4del .u51e { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ogt4del .wm3t9um { display: none; }
.ogt4del .e5qv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ogt4del .e5qv li { margin-bottom: 0; }
.ogt4del .e5qv 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;
}
.ogt4del .e5qv a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ufba .u51e { padding: 20px 20px 16px; }
.ufba .e5qv {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ufba .e5qv li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ufba .e5qv 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;
}
.ufba .e5qv 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;
}
.ufba .e5qv a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ufba .e5qv a:focus,
.ufba .e5qv a:focus-visible,
.ufba .e5qv a:target { outline: none; }
.ufba .e5qv li:target a { border-color: var(--border); color: var(--text-muted); }
.duexfq .u51e { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.duexfq .wm3t9um { display: none; }
.duexfq .e5qv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.duexfq .e5qv li { counter-increment: toc-n; margin-bottom: 0; }
.duexfq .e5qv 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;
}
.duexfq .e5qv 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;
}
.duexfq .e5qv a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.o017 .u51e { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.o017 .wm3t9um { display: none; }
.o017 .e5qv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.o017 .e5qv li { margin-bottom: 0; }
.o017 .e5qv 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;
}
.o017 .e5qv a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.tpwlmh .u51e { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.tpwlmh .wm3t9um { display: none; }
.tpwlmh .e5qv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.tpwlmh .e5qv li { margin-bottom: 0; }
.tpwlmh .e5qv li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.tpwlmh .e5qv li:last-child::after { content: ""; margin-right: 0; }
.tpwlmh .e5qv a { font-size: 0.9rem; }
.qao8crx5 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.kz5dx2 .qao8crx5 { background: var(--bg-card); }
.zp3h3 .qao8crx5:nth-child(odd)  { background: var(--bg-card); }
.zp3h3 .qao8crx5:nth-child(even) { background: var(--bg-raised); }
.no0lf .qao8crx5 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.no0lf .qao8crx5:last-child { border-bottom: none; }
.no0lf h3.ow8gx { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.nqu6 .qao8crx5 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.nqu6 .qao8crx5 + .qao8crx5 { margin-top: 4px; }
.z67uxa7o .qao8crx5 { background: none; border-radius: 0; padding: 12px 0; }
.z67uxa7o .qao8crx5 + .qao8crx5 { border-top: 1px solid var(--border-section); }
.qyrp { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.k4e1 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.o72zfmm { color: var(--text-body); margin-bottom: 10px; }
.tb5socdw, .n8d14rj { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.tb5socdw li, .n8d14rj li { margin-bottom: 6px; }
.n8d14rj li { list-style: decimal; }
.n8p7     .tb5socdw { list-style-type: "● "; }
.ohvwzo  .tb5socdw { list-style-type: "■ "; }
.dbp9p .tb5socdw { list-style-type: "◆ "; }
.n7an6acg    .tb5socdw { list-style-type: "★ "; }
.n8p7    .tb5socdw li::marker, .n8p7    .rgwgj li::marker,
.ohvwzo .tb5socdw li::marker, .ohvwzo .rgwgj li::marker,
.dbp9p .tb5socdw li::marker, .dbp9p .rgwgj li::marker,
.n7an6acg   .tb5socdw li::marker, .n7an6acg   .rgwgj li::marker {
  color: var(--cta); font-size: 1em;
}
.n8p7 .n8d14rj,
.ohvwzo .n8d14rj,
.dbp9p .n8d14rj,
.n7an6acg .n8d14rj {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.n8p7 .n8d14rj li,
.ohvwzo .n8d14rj li,
.dbp9p .n8d14rj li,
.n7an6acg .n8d14rj li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.n8p7 .n8d14rj li::before,
.ohvwzo .n8d14rj li::before,
.dbp9p .n8d14rj li::before,
.n7an6acg .n8d14rj 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;
}
.n8p7     .n8d14rj li::before { border-radius: 50%; }
.ohvwzo  .n8d14rj li::before { border-radius: 3px; }
.dbp9p .n8d14rj li::before { border-radius: 3px; }
.n7an6acg    .n8d14rj li::before { border-radius: 50%; }
.c89y4qt7 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.lrm74 .c89y4qt7,
.imfjjgk .c89y4qt7 { background: transparent; border: none; border-radius: 0; }
.h3w8w1qv { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.h3w8w1qv th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.h3w8w1qv td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.h3w8w1qv tr:hover td { background: var(--bg-hover); }
.xyyehspq .h3w8w1qv tbody tr:nth-child(even) td { background: var(--bg-surface); }
.cskevy84 .h3w8w1qv { border: 1px solid var(--border-alt); }
.cskevy84 .h3w8w1qv th,
.cskevy84 .h3w8w1qv td { border: 1px solid var(--border-alt); }
.xlh73y .h3w8w1qv th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.xlh73y .h3w8w1qv td { border-bottom: none; }
.xlh73y .h3w8w1qv tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.nrhq6r5 .h3w8w1qv th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.hbtaui .c89y4qt7 {
  overflow: hidden;
}
.hbtaui .h3w8w1qv th { border-bottom: 1px solid var(--border-alt); }
.hbtaui .h3w8w1qv tr:last-child td { border-bottom: none; }
[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%}
.s6n0tx .knub {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.k9xa .iqgn2 { background: var(--bg-surface); border: 1px solid var(--border); }
.k9xa .f354q0x { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.v2dior { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.v2dior         { --cl-hue: var(--accent); }
.ig4v80li     { --cl-hue: #16a34a; }
.wx9s { --cl-hue: #ea580c; }
.p2m6wt    { --cl-hue: #2563eb; }
.ig4v80li, .wx9s, .p2m6wt, .hqnl {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.o7ry4awc { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.o7ry4awc::before { color: var(--cl-hue); }
.v2dior strong { color: var(--text-primary); font-size: 0.95rem; }
.v2dior p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.mqb87i { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.dyqz, .cmcryv7 { border-radius: 8px; padding: 14px; }
.dyqz { background: var(--bg-pros); }
.cmcryv7 { background: var(--bg-cons); }
.kxucc { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.dyqz .kxucc { color: var(--c-pros-label); }
.cmcryv7 .kxucc { color: #f87171; }
.dyqz ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.cmcryv7 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.xavjen { width: 100%; height: auto; border-radius: 10px; display: block; }
.s59w {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.s59w:hover { opacity: 0.85; }
.tmhpx7q4 .s59w  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.tmhpx7q4 .s59w:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.knpqrkk .s59w  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.knpqrkk .s59w:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.tmhpx7q4 .cbvntcc5.s59w, .knpqrkk .cbvntcc5.s59w,
.tmhpx7q4 .i2s3 .s59w, .knpqrkk .i2s3 .s59w {
  background: var(--cta); border: none; color: #fff;
}
.tmhpx7q4 .cbvntcc5.s59w:hover, .knpqrkk .cbvntcc5.s59w:hover,
.tmhpx7q4 .i2s3 .s59w:hover, .knpqrkk .i2s3 .s59w:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.ro3qcl .s9kb { border-radius: 50px; }
.ro3qcl .s59w  { border-radius: 50px; }
.elmp75 .s9kb,
.elmp75 .s59w { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.elmp75 .s9kb:hover,
.elmp75 .s59w:hover { filter: brightness(1.08); opacity: 1; }
.qorq9e8x .s9kb,
.qorq9e8x .s59w { box-shadow: 0 3px 14px -2px var(--cta); }
.qorq9e8x .s9kb:hover,
.qorq9e8x .s59w:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.thoh .s9kb,
.thoh .s59w { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.thoh .s9kb:hover,
.thoh .s59w:hover { opacity: 1; }
.thoh .s9kb:active,
.thoh .s59w:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.hpj20 .s9kb,
.hpj20 .s59w { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.hpj20 .s9kb:hover,
.hpj20 .s59w:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.hpj20 .s9kb:active,
.hpj20 .s59w:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.h805n .s9kb,
.h805n .s59w { position: relative; overflow: hidden; }
.h805n .s9kb::before,
.h805n .s59w::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;
}
.h805n .s9kb:hover::before,
.h805n .s59w:hover::before { left: 135%; }
.yq7z .s9kb,
.yq7z .s59w { border-radius: 0; }
.udh3odiv .s9kb { padding-left: 22px; padding-right: 22px; }
.udh3odiv .s59w  { padding-left: 12px; padding-right: 12px; }
.yzloyd .s9kb { padding-left: 44px; padding-right: 44px; }
.yzloyd .s59w  { padding-left: 24px; padding-right: 24px; }
.jef1bi .s9kb { padding-left: 56px; padding-right: 56px; }
.jef1bi .s59w  { padding-left: 32px; padding-right: 32px; }
.s16akuac   .s9kb::after, .s16akuac   .s59w::after,
.sa9x .s9kb::after, .sa9x .s59w::after,
.lgzu    .s9kb::after, .lgzu    .s59w::after,
.pk0w    .s9kb::after, .pk0w    .s59w::after,
.fblla    .s9kb::after, .fblla    .s59w::after,
.rvuq6u     .s9kb::after, .rvuq6u     .s59w::after,
.pkpdzw    .s9kb::after, .pkpdzw    .s59w::after,
.vbcgdzs   .s9kb::after, .vbcgdzs   .s59w::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;
}
.s16akuac .s9kb::after, .s16akuac .s59w::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");
}
.sa9x .s9kb::after, .sa9x .s59w::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");
}
.lgzu .s9kb::after, .lgzu .s59w::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");
}
.pk0w .s9kb::after, .pk0w .s59w::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");
}
.fblla .s9kb::after, .fblla .s59w::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");
}
.rvuq6u .s9kb::after, .rvuq6u .s59w::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");
}
.pkpdzw .s9kb::after, .pkpdzw .s59w::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");
}
.vbcgdzs .s9kb::after, .vbcgdzs .s59w::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");
}
.qfxj   .vxz58::after, .qfxj   .fdtod7eo::after,
.jtbsj3j .vxz58::after, .jtbsj3j .fdtod7eo::after,
.os255mdn    .vxz58::after, .os255mdn    .fdtod7eo::after,
.ka2oq    .vxz58::after, .ka2oq    .fdtod7eo::after,
.fk8og    .vxz58::after, .fk8og    .fdtod7eo::after,
.bowyv     .vxz58::after, .bowyv     .fdtod7eo::after,
.ekpe0k    .vxz58::after, .ekpe0k    .fdtod7eo::after,
.izl7h0n   .vxz58::after, .izl7h0n   .fdtod7eo::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;
}
.qfxj .vxz58::after, .qfxj .fdtod7eo::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");
}
.jtbsj3j .vxz58::after, .jtbsj3j .fdtod7eo::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");
}
.os255mdn .vxz58::after, .os255mdn .fdtod7eo::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");
}
.ka2oq .vxz58::after, .ka2oq .fdtod7eo::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");
}
.fk8og .vxz58::after, .fk8og .fdtod7eo::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");
}
.bowyv .vxz58::after, .bowyv .fdtod7eo::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");
}
.ekpe0k .vxz58::after, .ekpe0k .fdtod7eo::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");
}
.izl7h0n .vxz58::after, .izl7h0n .fdtod7eo::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");
}
.gjgo7hes {
  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;
}
.wbp8l {
  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;
}
.wbp8l > * { min-width: 0; }
.wbp8l:hover { background: var(--bg-hover); }
.wbp8l > [itemprop="item"] { display: contents; }
.wbp8l [itemprop="itemReviewed"],
.wbp8l [itemprop="reviewRating"] { display: none; }
.wbp8l::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;
}
.dqxdkz2 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.yuagrvei {
  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;
}
.mq61gxw { max-height: 52px; max-width: 110px; object-fit: contain; }
.wdyrs3 {
  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;
}
.lniv .yuagrvei    { background: #1a1a1a; }
.zvdxbf .yuagrvei   { background: rgba(128,128,128,.12); }
.hnszbt6c .yuagrvei { background: var(--bg-raised); }
.pp26eaqg .yuagrvei    { background: transparent; padding: 0; }
.gm2sj {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.trlo55 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.yl26 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.kwiyzhpl {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.euyac5 {
  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;
}
.jkljn9 {
  
  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%;
}
.evhfhk {
  
  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;
}
.cbvntcc5 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.cbvntcc5.s59w {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .wbp8l {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .wbp8l::before    { grid-area: rank;   }
  .dqxdkz2           { grid-area: ident;  }
  .gm2sj     { grid-area: rating; min-width: 0; width: auto; }
  .kwiyzhpl           { grid-area: pills;  }
  .cbvntcc5             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .wbp8l {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .wbp8l::before    { justify-self: center; }
  .dqxdkz2           { width: 100%; }
  .gm2sj     { justify-self: center; }
  .kwiyzhpl           { grid-template-columns: 1fr; }
}
.bd8tr37 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.bcp4n {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.t0ygx {
  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;
}
.t0ygx img { max-width: 80px; max-height: 50px; object-fit: contain; }
.p5opy5 { flex: 1; }
.p5opy5 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.xb3bqlj { color: var(--c-stars); font-size: 1.1rem; }
.kdy1 { margin-bottom: 8px; }
.nqfiwgy {
  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);
}
.nqfiwgy > span { color: var(--accent); font-weight: 700; }
.m61c06bt em, .pgtb em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .nqfiwgy { padding: 10px 16px; gap: 6px 16px; } }
.i2s3 { flex-shrink: 0; align-self: flex-start; }
.i2s3 .s59w { white-space: nowrap; }
@media (max-width: 560px) {
  .bcp4n { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .t0ygx { order: 1; }
  .i2s3 { order: 2; margin-left: auto; align-self: center; }
  .p5opy5 { order: 3; flex: 1 1 100%; min-width: 0; }
}
.b6cghc7 img.oj1c { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.lrm74 { padding: 20px 24px; }
.pihqo13 { color: var(--text-muted); margin-bottom: 16px; }
.p8zo8wn { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.i7fvn, .gtufecf { list-style: none; font-size: 0.9rem; }
.i7fvn li { color: var(--c-pros); margin-bottom: 4px; }
.gtufecf li { color: var(--c-cons); margin-bottom: 4px; }
.i7fvn li::before { content: "✓"; margin-right: 5px; }
.gtufecf li::before { content: "✗"; margin-right: 5px; }
.zm3jf .i7fvn li::before { content: "→"; }
.zm3jf .gtufecf li::before { content: "–"; }
.t40th  .i7fvn li::before { content: "★"; }
.t40th  .gtufecf li::before { content: "✕"; }
.qby87    .i7fvn li::before { content: "◆"; }
.qby87    .gtufecf li::before { content: "▲"; }
.to5v1fu  .i7fvn li::before { content: "▶"; }
.to5v1fu  .gtufecf li::before { content: "■"; }
.zh1o { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.v6uqy { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.ao6f77as { background: var(--bg-pros); color: var(--c-tag-pay); }
.vaguq11 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.rrjgwrl .vaguq11 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.pzcw6g77 .vaguq11 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .bagu .tj2w6u {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .bagu .bd8tr37 { margin: 0; }
}
.k484 .bcp4n { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.k484 .p5opy5 h3 { color: var(--accent-light); }
.k484 .t0ygx { background: var(--bg-page); border: 1px solid var(--border); }
.oo2jub9b .bd8tr37 { border-top: 4px solid var(--accent); }
.oo2jub9b .bcp4n { background: var(--bg-card); }
.llqwf2g .bd8tr37 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.llqwf2g .bcp4n { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.llqwf2g .lrm74 { padding: 14px 16px; }
.llqwf2g .t0ygx { border-radius: 4px; }
.llqwf2g .vaguq11 { border-radius: 0; }
.log84 .bcp4n { padding: 0; gap: 0; overflow: hidden; }
.log84 .t0ygx { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.log84 .p5opy5 { padding: 16px 20px; }
.log84 .i2s3 { padding: 16px 20px; align-self: center; }
.xcjt .xb3bqlj { font-size: .95rem; }
.imfjjgk .mqb87i { gap: 10px; }
.imfjjgk .dyqz, .imfjjgk .cmcryv7 { padding: 12px; }
.imfjjgk .dyqz ul, .imfjjgk .cmcryv7 ul { margin: 4px 0 0; padding-left: 18px; }
.imfjjgk .dyqz li, .imfjjgk .cmcryv7 li { font-size: .85rem; margin-bottom: 3px; }
.d8a8qg .v6uqy { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .yt2sr { grid-template-columns: 1fr; }
  .w7eyx9 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .w7eyx9 .qje1mlq6 { width: 72px; height: 50px; }
  .w7eyx9 .wcp5ty { max-width: 180px; }
  .w7eyx9 .bc02 { width: auto; }
}
.voxep75 .xcjt .xb3bqlj { filter: brightness(1.2); }
@media (max-width: 720px) {
  .voxep75 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .d0ux49kr { padding: 16px; }
  .lw2mn7 .d7iq { min-width: 50%; }
}
.quue .mqb87i { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .vwbzy { grid-template-columns: 1fr; }
  .twdbo { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zank { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .r0jcupq { flex-wrap: wrap; padding: 16px; }
}
.devfa .mqb87i { gap: 8px; }
.devfa .dyqz, .devfa .cmcryv7 { padding: 8px; }
@media (max-width: 480px) {
  .g6u3meb { flex-direction: column; align-items: stretch; }
}
.oyhyba8a .bc02 .s59w { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .z5h5yb { flex-direction: column; align-items: stretch; gap: 10px; }
  .oyhyba8a .bc02 { text-align: center; }
}
@media (max-width: 720px) {
  .ai7y0ami { grid-template-columns: 1fr; }
  .lhlxuv { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rpdz5f { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.oi6e6 .i2mya { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.w1fc1 .xb3bqlj { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .jyp4 { grid-template-columns: 1fr; }
  .w1fc1 { width: 100px; height: 100px; margin: 16px auto; }
  .oi6e6 { font-size: 1.4rem; }
  .l5ndbe { justify-content: center; }
  .absdkv .d7iq { min-width: 50%; }
}
.j0cl10a .mqb87i { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .np4s { flex-wrap: wrap; padding: 14px 16px; }
  .r904 { padding: 12px 16px; }
  .j0cl10a .mqb87i { margin: 0 16px; }
  .j0cl10a .d8a8qg { padding: 0 16px; }
  .srg4dmy { padding: 12px 16px; }
}
.lfzki17 .wbp8l {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.lfzki17 .wbp8l:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.b5js0 .gjgo7hes { gap: 18px; }
.b5js0 .wbp8l {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.b5js0 .wbp8l:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.yir66 .gjgo7hes {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.yir66 .wbp8l {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.yir66 .wbp8l:last-child { border-bottom: none; }
.yir66 .dqxdkz2,
.yir66 .gm2sj,
.yir66 .kwiyzhpl {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.pp5qz8 .gjgo7hes { gap: 0; }
.pp5qz8 .wbp8l {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.pp5qz8 .wbp8l:last-child { border-bottom: none; }
.pp5qz8 .wbp8l:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.pp5qz8 .wbp8l:nth-child(even):hover { background: var(--bg-hover); }
.drgxl7 .wbp8l {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.aqkx6imu .kwiyzhpl .euyac5 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.aqkx6imu .kwiyzhpl .euyac5:first-child { border-left: none; }
.yz74 .kwiyzhpl .euyac5 {
  background: transparent; padding: 4px 8px;
}
.yz74 .kwiyzhpl .jkljn9 { font-size: .65rem; opacity: .65; }
.yz74 .kwiyzhpl .evhfhk   { font-size: 1.15rem; color: var(--accent-light); }
.khc3 .kwiyzhpl .euyac5 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.yl26 { display: none; }
.n9t0 .trlo55 { font-size: 1rem; letter-spacing: 2px; }
.ag8809yr .trlo55 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.ja7jh .trlo55,
.cvbvf .trlo55,
.yopk .trlo55 { display: none; }
.ja7jh .yl26,
.cvbvf .yl26,
.yopk .yl26 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.ja7jh .yl26 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.ja7jh .yl26 small { display: none; }
.cvbvf .yl26 {
  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;
}
.cvbvf .yl26 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.yopk .yl26 {
  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;
}
.yopk .yl26 small { display: none; }
.ja7jh .kdy1 .xb3bqlj,
.cvbvf .kdy1 .xb3bqlj,
.yopk .kdy1 .xb3bqlj { display: none; }
.ja7jh .kdy1 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.ja7jh .i2mya { display: none; }
.cvbvf .kdy1 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;
}
.cvbvf .o6mrb8c7,
.cvbvf .i2mya { font-size: 1em; }
.yopk .kdy1 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.yopk .i2mya { display: none; }
.gyh8h { margin: 16px 0; }
.ekuovir { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ekuovir summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ekuovir summary::after { content: "+"; color: var(--accent-light); }
.ekuovir[open] summary::after { content: "−"; }
.ekuovir p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.p1egjc { margin-bottom: 0; }
.zvoodgc3 h2.qpm4r9al { color: var(--text-primary); border-color: var(--accent-light); }
.nie084ja h2.qpm4r9al { color: var(--text-primary); border-color: var(--accent-light); }
.if8878az .ig4v80li     { background: #052e16; border-color: #10b981; }
.if8878az .wx9s { background: #2d0a1e; border-color: #f43f5e; }
.if8878az .p2m6wt    { background: #1e1036; border-color: #a855f7; }
.if8878az .v2dior strong  { color: #f1f5f9; }
.if8878az .v2dior p       { color: #cbd5e1; }
.if8878az .h3fla9v9    .ig4v80li     .o7ry4awc::before,
.if8878az .k32vw9  .ig4v80li     .o7ry4awc::before,
.if8878az .kxjs  .ig4v80li     .o7ry4awc::before,
.if8878az .nh01d .ig4v80li     .o7ry4awc::before { color: #10b981; }
.if8878az .h3fla9v9    .wx9s .o7ry4awc::before,
.if8878az .k32vw9  .wx9s .o7ry4awc::before,
.if8878az .kxjs  .wx9s .o7ry4awc::before,
.if8878az .nh01d .wx9s .o7ry4awc::before { color: #f43f5e; }
.if8878az .h3fla9v9    .p2m6wt    .o7ry4awc::before,
.if8878az .k32vw9  .p2m6wt    .o7ry4awc::before,
.if8878az .kxjs  .p2m6wt    .o7ry4awc::before,
.if8878az .nh01d .p2m6wt    .o7ry4awc::before { color: #a855f7; }
.ugyo3l .ig4v80li     { background: #2d2000; border-color: #eab308; }
.ugyo3l .wx9s { background: #2d0b0b; border-color: #ef4444; }
.ugyo3l .p2m6wt    { background: #2d1600; border-color: #f97316; }
.ugyo3l .v2dior strong  { color: #f1f5f9; }
.ugyo3l .v2dior p       { color: #cbd5e1; }
.ugyo3l .h3fla9v9    .ig4v80li     .o7ry4awc::before,
.ugyo3l .k32vw9  .ig4v80li     .o7ry4awc::before,
.ugyo3l .kxjs  .ig4v80li     .o7ry4awc::before,
.ugyo3l .nh01d .ig4v80li     .o7ry4awc::before { color: #eab308; }
.ugyo3l .h3fla9v9    .wx9s .o7ry4awc::before,
.ugyo3l .k32vw9  .wx9s .o7ry4awc::before,
.ugyo3l .kxjs  .wx9s .o7ry4awc::before,
.ugyo3l .nh01d .wx9s .o7ry4awc::before { color: #ef4444; }
.ugyo3l .h3fla9v9    .p2m6wt    .o7ry4awc::before,
.ugyo3l .k32vw9  .p2m6wt    .o7ry4awc::before,
.ugyo3l .kxjs  .p2m6wt    .o7ry4awc::before,
.ugyo3l .nh01d .p2m6wt    .o7ry4awc::before { color: #f97316; }
.eqsgzz7 .ig4v80li     { background: #0c1a2e; border-color: #38bdf8; }
.eqsgzz7 .wx9s { background: #12103a; border-color: #818cf8; }
.eqsgzz7 .p2m6wt    { background: #0a2020; border-color: #2dd4bf; }
.eqsgzz7 .v2dior strong  { color: #f1f5f9; }
.eqsgzz7 .v2dior p       { color: #cbd5e1; }
.eqsgzz7 .h3fla9v9    .ig4v80li     .o7ry4awc::before,
.eqsgzz7 .k32vw9  .ig4v80li     .o7ry4awc::before,
.eqsgzz7 .kxjs  .ig4v80li     .o7ry4awc::before,
.eqsgzz7 .nh01d .ig4v80li     .o7ry4awc::before { color: #38bdf8; }
.eqsgzz7 .h3fla9v9    .wx9s .o7ry4awc::before,
.eqsgzz7 .k32vw9  .wx9s .o7ry4awc::before,
.eqsgzz7 .kxjs  .wx9s .o7ry4awc::before,
.eqsgzz7 .nh01d .wx9s .o7ry4awc::before { color: #818cf8; }
.eqsgzz7 .h3fla9v9    .p2m6wt    .o7ry4awc::before,
.eqsgzz7 .k32vw9  .p2m6wt    .o7ry4awc::before,
.eqsgzz7 .kxjs  .p2m6wt    .o7ry4awc::before,
.eqsgzz7 .nh01d .p2m6wt    .o7ry4awc::before { color: #2dd4bf; }
.duclv::before,
.qw31aa::before { margin-right: 5px; }
.s2v04v .dyqz ul li,
.s2v04v .i7fvn li         { color: #4ade80; }
.s2v04v .dyqz .duclv { color: #22c55e; }
.s2v04v .cmcryv7 ul li,
.s2v04v .gtufecf li         { color: #f87171; }
.s2v04v .cmcryv7 .qw31aa { color: #ef4444; }
.gjxapcb .dyqz { background: var(--bg-pros); }
.gjxapcb .cmcryv7 { background: var(--bg-cons); }
.gjxapcb .dyqz .duclv { color: var(--c-pros-label); }
.gjxapcb .cmcryv7 .qw31aa { color: var(--c-cons); }
.gjxapcb .dyqz ul li,
.gjxapcb .i7fvn li            { color: var(--c-pros); }
.gjxapcb .cmcryv7 ul li,
.gjxapcb .gtufecf li            { color: var(--c-cons); }
.eexw .dyqz { background: var(--bg-pros); }
.eexw .cmcryv7 { background: var(--bg-cons); }
.eexw .dyqz .duclv { color: var(--c-pros-label); }
.eexw .cmcryv7 .qw31aa { color: var(--c-cons); }
.eexw .dyqz ul li,
.eexw .i7fvn li          { color: var(--c-pros); }
.eexw .cmcryv7 ul li,
.eexw .gtufecf li          { color: var(--c-cons); }
.tthhf62 .duclv::before { content: "✓ "; }
.tthhf62 .qw31aa::before { content: "✗ "; }
.zm3jf .duclv::before { content: "→ "; }
.zm3jf .qw31aa::before { content: "← "; }
.t40th .duclv::before { content: "★ "; }
.t40th .qw31aa::before { content: "✕ "; }
.qby87 .duclv::before { content: "◆ "; }
.qby87 .qw31aa::before { content: "▲ "; }
.pzcw6g77 .v2dior { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.pzcw6g77 .v2dior strong { color: var(--text-primary); }
.pzcw6g77 .v2dior p      { color: var(--text-muted); }
.rrjgwrl .v2dior { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.qkeqyr .v2dior {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.qkeqyr .v2dior strong,
.qkeqyr .v2dior p { color: #fff; }
.qkeqyr .o7ry4awc::before { color: rgba(255,255,255,0.9) !important; }
.vsj7a9j .v2dior {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.vsj7a9j .v2dior strong { color: var(--text-primary); }
.vsj7a9j .v2dior p      { color: var(--text-muted); }
.ezletr9d .v2dior { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.h3fla9v9 .o7ry4awc,
.k32vw9 .o7ry4awc,
.kxjs .o7ry4awc,
.nh01d .o7ry4awc { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.h3fla9v9 .o7ry4awc::before,
.k32vw9 .o7ry4awc::before,
.kxjs .o7ry4awc::before,
.nh01d .o7ry4awc::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.h3fla9v9 .ig4v80li     .o7ry4awc::before { content: "✦"; color: var(--c-tip-border); }
.h3fla9v9 .wx9s .o7ry4awc::before { content: "▲"; color: var(--c-warn-border); }
.h3fla9v9 .p2m6wt    .o7ry4awc::before { content: "◉"; color: #60a5fa; }
.k32vw9 .ig4v80li     .o7ry4awc::before { content: "★"; color: var(--c-tip-border); }
.k32vw9 .wx9s .o7ry4awc::before { content: "◆"; color: var(--c-warn-border); }
.k32vw9 .p2m6wt    .o7ry4awc::before { content: "●"; color: #60a5fa; }
.kxjs .ig4v80li     .o7ry4awc::before { content: "▶"; color: var(--c-tip-border); }
.kxjs .wx9s .o7ry4awc::before { content: "■"; color: var(--c-warn-border); }
.kxjs .p2m6wt    .o7ry4awc::before { content: "▸"; color: #60a5fa; }
.nh01d .ig4v80li     .o7ry4awc::before { content: "→"; color: var(--c-tip-border); }
.nh01d .wx9s .o7ry4awc::before { content: "⬥"; color: var(--c-warn-border); }
.nh01d .p2m6wt    .o7ry4awc::before { content: "◈"; color: #60a5fa; }
.olwv6 .kz5dx2 .qao8crx5,
.olwv6 .zp3h3 .qao8crx5  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.olwv6 .wbp8l                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.olwv6 .bd8tr37            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.olwv6 .c89y4qt7          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.olwv6 .u51e                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.mokwn .kz5dx2 .qao8crx5,
.mokwn .zp3h3 .qao8crx5,
.mokwn .iqgn2,
.mokwn .wbp8l,
.mokwn .bd8tr37,
.mokwn .c89y4qt7,
.mokwn .u51e,
.mokwn .ezletr9d .v2dior { box-shadow: none; }
.v7nh   body, .v7nh   { font-size: 0.9rem; }
.v7nh   .o72zfmm, .v7nh .qyrp, .v7nh .k4e1,
.v7nh   .hp9jq6u, .v7nh .zuwbq6t8 { font-size: 0.9rem; }
.v7nh   .tb5socdw, .v7nh .n8d14rj { font-size: 0.9rem; }
.u9f4   .o72zfmm, .u9f4 .qyrp, .u9f4 .k4e1,
.u9f4   .hp9jq6u, .u9f4 .zuwbq6t8 { font-size: 0.95rem; }
.u9f4   .tb5socdw, .u9f4 .n8d14rj { font-size: 0.95rem; }
.yx4fw4   .o72zfmm, .yx4fw4 .qyrp, .yx4fw4 .k4e1,
.yx4fw4   .hp9jq6u, .yx4fw4 .zuwbq6t8 { font-size: 1.08rem; }
.yx4fw4   .tb5socdw, .yx4fw4 .n8d14rj { font-size: 1.05rem; }
.yx4fw4   .h3w8w1qv { font-size: 0.97rem; }
.wdaa4z .e05sufnd      { font-size: 3.2rem; }
.wdaa4z h2.qpm4r9al { font-size: 1.9rem; }
.wdaa4z h3.ow8gx     { font-size: 1.4rem; }
.nel2bjj6 .e05sufnd      { font-size: 3.8rem; }
.nel2bjj6 h2.qpm4r9al { font-size: 2.2rem; }
.nel2bjj6 h3.ow8gx     { font-size: 1.6rem; }
.p1egjc + .p1egjc { position: relative; }
.f9sr   .p1egjc + .p1egjc::before,
.vls1  .p1egjc + .p1egjc::before,
.n3sv8j   .p1egjc + .p1egjc::before,
.p29in   .p1egjc + .p1egjc::before,
.fqd3a   .p1egjc + .p1egjc::before,
.t2uan .p1egjc + .p1egjc::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.f9sr .p1egjc + .p1egjc::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.vls1 .p1egjc + .p1egjc::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.n3sv8j .p1egjc + .p1egjc::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;
}
.p29in .p1egjc + .p1egjc::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.febndip .p1egjc { margin-bottom: 16px; }
.febndip .p1egjc + .p1egjc { margin-top: 0; }
.febndip .f8inse8 { padding-top: 0; padding-bottom: 0; }
.fqd3a .p1egjc + .p1egjc::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.t2uan .p1egjc + .p1egjc::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.nyy51 .p1egjc + .p1egjc::before,
.sqg4s5sx .p1egjc + .p1egjc::before,
.rp5y8tf0 .p1egjc + .p1egjc::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%;
}
.qris .nyy51 .p1egjc:nth-child(even)::before,
.qris .sqg4s5sx .p1egjc:nth-child(even)::before,
.qris .rp5y8tf0 .p1egjc:nth-child(even)::before { background: var(--bg-surface); }
.x4sj .nyy51 .p1egjc:nth-child(even)::before,
.x4sj .sqg4s5sx .p1egjc:nth-child(even)::before,
.x4sj .rp5y8tf0 .p1egjc:nth-child(even)::before { background: var(--bg-card); }
.nyy51 .p1egjc + .p1egjc::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");
}
.sqg4s5sx .p1egjc + .p1egjc::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");
}
.rp5y8tf0 .p1egjc + .p1egjc::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");
}
.qse57 .qd0ng7,
.mf5a7 .qd0ng7,
.re8yra .qd0ng7 { overflow: hidden; }
.qse57 .v74xl,
.mf5a7 .v74xl { margin-bottom: 60px; }
.re8yra .v74xl { margin-bottom: 70px; }
.qse57 .qd0ng7::before,
.mf5a7 .qd0ng7::before,
.re8yra .qd0ng7::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%;
}
.qse57 .qd0ng7::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");
}
.mf5a7 .qd0ng7::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");
}
.re8yra .qd0ng7::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");
}
.nsv7 .qd0ng7:not(.vn8xeyo9) .phhn2 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.fuo8u .qd0ng7:not(.vn8xeyo9) .phhn2 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.no6vis  .qd0ng7:not(.vn8xeyo9) .phhn2 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.puo1nywt  .qd0ng7:not(.vn8xeyo9) .phhn2 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gvw1hv5d .vn8xeyo9 .phhn2 { background: none; }
.gvw1hv5d .qd0ng7:not(.vn8xeyo9) .phhn2 { background: rgba(0,0,0,0.6); }
.gaef9sr .kz43upl { float: left; width: 38%; margin: 0 28px 16px 0; }
.gaef9sr .kz43upl .xavjen { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.gaef9sr .f8inse8::after { content: ''; display: block; clear: both; }
.p315 .kz43upl { float: right; width: 38%; margin: 0 0 16px 28px; }
.p315 .kz43upl .xavjen { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.p315 .f8inse8::after { content: ''; display: block; clear: both; }
.se2b .p1egjc:nth-child(odd)  .kz43upl { float: left;  width: 38%; margin: 0 28px 16px 0; }
.se2b .p1egjc:nth-child(even) .kz43upl { float: right; width: 38%; margin: 0 0 16px 28px; }
.se2b .kz43upl .xavjen { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.se2b .f8inse8::after { content: ''; display: block; clear: both; }
.gaef9sr .gjgo7hes,
.p315 .gjgo7hes,
.se2b .gxq331,
.se2b .gjgo7hes { clear: both; }
@media (max-width: 900px) {
  .gaef9sr .kz43upl,
  .p315 .kz43upl,
  .se2b .p1egjc:nth-child(odd)  .kz43upl,
  .se2b .p1egjc:nth-child(even) .kz43upl {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .gaef9sr .kz43upl .xavjen,
  .p315 .kz43upl .xavjen,
  .se2b .kz43upl .xavjen {
    max-height: none !important;
  }
}
.gaef9sr .tb5socdw,
.gaef9sr .n8d14rj,
.p315 .tb5socdw,
.p315 .n8d14rj,
.se2b .tb5socdw,
.se2b .n8d14rj { overflow: hidden; }
@media (max-width: 640px) {
  .gaef9sr .kz43upl,
  .p315 .kz43upl,
  .se2b .kz43upl { float: none; width: 100%; margin: 0 0 16px 0; }
}
.q268 .lg0ib,
.q268 .f8inse8,
.q268 .zrobuz5a  { max-width: 1100px; }
.q268 { --content-mw: 1100px; }
.ww4wkd .lg0ib,
.ww4wkd .f8inse8,
.ww4wkd .zrobuz5a  { max-width: 1200px; }
.l9bw90 .lg0ib,
.l9bw90 .f8inse8,
.l9bw90 .zrobuz5a  { max-width: 1320px; }
.of61 { font-size: 0.82rem; color: var(--text-muted); }
.mkfzaf { display: flex; align-items: center; }
.vb281l {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.el3dp { display: flex; align-items: center; }
.lzr10 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.lzr10:hover { text-decoration: underline; }
.z7e50 { margin: 0 3px; opacity: 0.45; }
.z7e50::before { content: '/'; }
.ds0h { padding: 2px 5px; color: var(--text-main); }
.gjysi .of61 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.gjysi .mkfzaf { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.k77ncr0 .of61 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.k77ncr0 .mkfzaf { padding: 0 0 0 12px; }
.lbzsl .mkfzaf { padding: 0 16px; }
.lbzsl .of61 {
  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);
}
.lbzsl .lg0ib { padding-top: 28px; }
@media (max-width: 720px) {
  .bxm16b4g { margin-top: 18px; padding: 0 16px; }
  .lbzsl .lg0ib { padding-top: 16px; }
}
.q268.gjysi .mkfzaf { max-width: 1100px; }
.ww4wkd.gjysi .mkfzaf { max-width: 1200px; }
.l9bw90.gjysi .mkfzaf { max-width: 1320px; }
.q268 .bxm16b4g { max-width: 1100px; }
.kou4fo4z .p1egjc { padding-top: 16px; padding-bottom: 16px; }
.fiao7 .p1egjc { padding-top: 24px; padding-bottom: 24px; }
.ecnpfhx .p1egjc { padding-top: 40px; padding-bottom: 40px; }
.ubm49o .p1egjc { padding-top: 52px; padding-bottom: 52px; }
.rex8ee .p1egjc:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.rex8ee .p1egjc:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.rex8ee .p1egjc:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.rex8ee .p1egjc:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.n10l7h .f8inse8 { padding-top: 10px;  padding-bottom: 10px; }
.rj9mrv5p .f8inse8 { padding-top: 18px;  padding-bottom: 18px; }
.bbbi25 .f8inse8 { padding-top: 36px;  padding-bottom: 36px; }
.bbso .f8inse8 { padding-top: 48px;  padding-bottom: 48px; }
.m7p7 h2.qpm4r9al { font-weight: 600; }
.m7p7 h3.ow8gx     { font-weight: 600; }
.df3v h2.qpm4r9al { font-weight: 800; }
.df3v h3.ow8gx     { font-weight: 700; }
.d3ajk2a9 h2.qpm4r9al { font-weight: 900; }
.d3ajk2a9 h3.ow8gx     { font-weight: 800; }
.d3ajk2a9 .v2dior strong,
.d3ajk2a9 .v2dior strong { font-weight: 600; }
.vxz58 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.edogsuk0 .vxz58 { display: none; }
@media (max-width: 640px) {
  .vxz58 { display: none !important; }
}
.vxz58 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.vxz58:hover { opacity: 0.85; }
.ynyr .vxz58 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.h1wyi6f  .fdtod7eo { left: 32px; }
@media (max-width: 480px) {
  .dgoapn6y .fdtod7eo { right: 20px; bottom: 20px; }
  .h1wyi6f  .fdtod7eo { left: 20px; bottom: 20px; }
}
.wpv4e { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.zrobuz5a { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.tp1hm { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.cz7pjboi { color: var(--text-dim); font-size: 0.8rem; }
.frn24y9k { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.frn24y9k img { height: 26px; width: auto; object-fit: contain; }
.spaj3c { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.y1bhj .zrobuz5a { text-align: center; }
.y1bhj .tp1hm { margin-top: 0; }
.g605xcct { margin-top: 10px; }
.g605xcct a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .zrobuz5a { padding-left: 16px; padding-right: 16px; }
  .jzgub .zrobuz5a { padding: 20px 16px; }
  .sxwq4ps { gap: 4px 12px; }
  .tp1hm { font-size: 0.78rem; }
}
.r1uy .zakfve .frn24y9k { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.r1uy .spaj3c { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.r1uy .nsl4 { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.r1uy .nsl4 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.r1uy .nsl4 a:hover { color: var(--accent-light); }
.r1uy .tp1hm { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.r1uy .cz7pjboi { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .r1uy .g06726 { grid-template-columns: 1fr 1fr; } .r1uy .zakfve { grid-column: 1 / -1; } }
@media (max-width: 480px) { .r1uy .g06726 { grid-template-columns: 1fr; } }
.knw5 .frn24y9k { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.knw5 .tp1hm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .knw5 .p8dhc { gap: 12px; } .knw5 .frn24y9k { margin-right: 0; width: 100%; } }
.o7r54l .l1t5h0u { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.o7r54l .dj445t .frn24y9k { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.o7r54l .spaj3c { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.o7r54l .bfkp { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.o7r54l .nsl4 { display: flex; flex-direction: column; gap: 9px; }
.o7r54l .nsl4 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.o7r54l .nsl4 a:hover { color: var(--accent-light); }
.o7r54l .q4ax { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.o7r54l .tp1hm { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.o7r54l .cz7pjboi { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .o7r54l .l1t5h0u { grid-template-columns: 1fr 1fr; } .o7r54l .dj445t { grid-column: 1 / -1; } }
@media (max-width: 480px) { .o7r54l .l1t5h0u { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .taew .yoxn { grid-template-columns: 1fr 1fr; } .taew .i62blw:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .taew .yoxn { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .pgrylobh .yoxn { grid-template-columns: 1fr; } }
.qzvzd7 .zrobuz5a { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.wpqm6 .spen      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.wpqm6 .wpv4e { background: var(--bg-page); border-top-color: var(--border-alt); }
.tdn9 .spen      { background: #0d1117; border-bottom-color: #21262d; }
.tdn9 .tlg2 { color: var(--accent-light); }
.tdn9 .p6xlf { --msep-color: #8b949e; }
.tdn9 .p6xlf a { color: #8b949e; }
.tdn9 .p6xlf a:hover { color: var(--accent-light); }
.tdn9 .nkm297 { color: #8b949e; }
.tdn9 .wpv4e { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.tdn9 .tp1hm,
.tdn9 .cz7pjboi { color: #6e7681; }
.tdn9 .nsl4 a, .tdn9 .w3aqri a,
.tdn9 .frn24y9k { color: #e6edf3; }
.tdn9 .nsl4 a:hover, .tdn9 .w3aqri a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .tdn9 .p6xlf { background: #0d1117; border-top-color: #21262d; }
  .tdn9 .p6xlf li a { border-bottom-color: #21262d; }
}
.ji6x3m8l .spen      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ji6x3m8l .tlg2 { color: var(--accent-light); }
.ji6x3m8l .p6xlf { --msep-color: #475569; }
.ji6x3m8l .p6xlf a { color: #475569; }
.ji6x3m8l .p6xlf a:hover { color: var(--accent-light); }
.ji6x3m8l .nkm297 { color: #64748b; }
.ji6x3m8l .wpv4e { background: #f0f4f8; border-top-color: #cbd5e1; }
.ji6x3m8l .tp1hm,
.ji6x3m8l .cz7pjboi { color: #64748b; }
.ji6x3m8l .nsl4 a, .ji6x3m8l .w3aqri a,
.ji6x3m8l .t5911 a, .ji6x3m8l .frn24y9k { color: #374151; }
.ji6x3m8l .nsl4 a:hover, .ji6x3m8l .w3aqri a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .ji6x3m8l .p6xlf { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ji6x3m8l .p6xlf li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.llpdw .spen      { background: var(--accent); border-bottom-color: var(--accent-light); }
.llpdw .tlg2 { color: #fff; }
.llpdw .p6xlf { --msep-color: rgba(255,255,255,0.82); }
.llpdw .p6xlf a { color: rgba(255,255,255,0.82); }
.llpdw .p6xlf a:hover { color: #fff; }
.llpdw .nkm297 { color: rgba(255,255,255,0.9); }
.llpdw .k4zepz a { color: var(--text-primary) !important; }
.llpdw .k4zepz a:hover { color: var(--accent-light) !important; }
.llpdw .wpv4e { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.llpdw .tp1hm,
.llpdw .cz7pjboi { color: rgba(255,255,255,0.72); }
.llpdw .ot4w662y a, .llpdw .sxwq4ps a,
.llpdw .nsl4 a, .llpdw .w3aqri a,
.llpdw .t5911 a, .llpdw .frn24y9k { color: #fff; }
.llpdw .spaj3c, .llpdw .bfkp { color: rgba(255,255,255,0.7); }
.llpdw .ot4w662y a:hover, .llpdw .sxwq4ps a:hover,
.llpdw .nsl4 a:hover, .llpdw .w3aqri a:hover { color: #fff; }
@media (max-width: 640px) {
  .llpdw .p6xlf { background: var(--accent); border-top-color: var(--accent-light); }
  .llpdw .p6xlf li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.t2c945 .spen {
  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);
}
.t2c945 .wpv4e {
  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) {
  .t2c945 .p6xlf {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.qrdmz .z93qvzwr { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.fjip .z93qvzwr { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.phy00 .z93qvzwr { min-height: 72px; height: auto; }
.hsgk64 .z93qvzwr { min-height: 84px; height: auto; }
.jzgub .z93qvzwr { max-width: none; padding: 0 32px; }
.jzgub .zrobuz5a  { max-width: none; padding: 24px 32px; }
.j5nh6wop.ww4wkd .z93qvzwr { max-width: 1200px; }
.j5nh6wop.l9bw90 .z93qvzwr { max-width: 1320px; }
.h7kv0r   .tlg2, .h7kv0r   .frn24y9k { text-transform: capitalize; }
.lus8w5u5 .tlg2, .lus8w5u5 .frn24y9k { text-transform: lowercase; }
.z9zji .tlg2, .z9zji .frn24y9k { text-transform: uppercase; letter-spacing: 0.06em; }
.relw, .ua4t5 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.qqt5hub .relw,
.qqt5hub .ua4t5 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.e5gyig .relw,
.e5gyig .ua4t5 { 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; }
.mxvfb .relw,
.mxvfb .ua4t5 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.mkt5 .relw,
.mkt5 .ua4t5 { 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; }
.gwc1   .p6xlf a { font-weight: 500; }
.gafgr40h .p6xlf a { font-weight: 600; }
.nwpfn4w     .p6xlf a { font-weight: 700; }
.bshkn    .p6xlf a { font-weight: 800; letter-spacing: 0.01em; }
.skv4nj8     .p6xlf > li + li::before,
.zklx28e    .p6xlf > li + li::before,
.norxvf    .p6xlf > li + li::before,
.y3neys .p6xlf > li + li::before,
.yl788b .p6xlf > li + li::before,
.ub3nlh6  .p6xlf > li + li::before,
.gux7d    .p6xlf > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.skv4nj8     .p6xlf > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.zklx28e    .p6xlf > li + li::before { content: "|"; }
.norxvf    .p6xlf > li + li::before { content: "—"; }
.y3neys .p6xlf > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.yl788b .p6xlf > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ub3nlh6  .p6xlf > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.gux7d    .p6xlf > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .hc3mwlr .nkm297,
  .msko2kf .nkm297,
  .i3wqpde .nkm297,
  .h11fb2c .nkm297,
  .qispn7 .nkm297 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .hc3mwlr .nkm297::before,
  .msko2kf .nkm297::before,
  .i3wqpde .nkm297::before,
  .h11fb2c .nkm297::before,
  .qispn7 .nkm297::before { content: ""; display: block; flex-shrink: 0; }

  
  .hc3mwlr .nkm297::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;
  }

  
  .msko2kf .nkm297::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;
  }

  
  .i3wqpde .nkm297::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;
  }

  
  .h11fb2c .nkm297::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;
  }

  
  .qispn7 .nkm297::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) {
  .wpv6a1 .nkm297 {
    padding: 5px 14px;
  }
  .wpv6a1 .p6xlf {
    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;
  }
  .wpv6a1 .p6xlf li a {
    border-bottom: none; padding: 10px 22px;
  }
  .wpv6a1 .p6xlf li a:hover { background: var(--bg-raised); }
  .wpv6a1 .mz3id,
  .m84jj .mz3id,
  .sqtxx .mz3id { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .vlbi6y0 .nkm297 {
    padding: 5px 10px;
  }
  .vlbi6y0 .p6xlf {
    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);
  }
  .vlbi6y0 .p6xlf.gcu3msa3 { transform: translateX(0); }
  .vlbi6y0 .p6xlf li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .vlbi6y0 .p6xlf li:last-child a { border-bottom: none; }
  .llpdw .p6xlf,
  .tdn9 .p6xlf { background: var(--accent) !important; }
  .llpdw .p6xlf li a,
  .tdn9 .p6xlf li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .sqtxx .nkm297 {
    padding: 5px 10px;
  }
  .sqtxx .p6xlf {
    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);
  }
  .sqtxx .p6xlf::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .sqtxx .p6xlf.gcu3msa3 { transform: translateY(0); }
  .sqtxx .p6xlf li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ajgoagl .nkm297 {
    padding: 5px 10px;
  }
  .ajgoagl .p6xlf {
    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;
  }
  .ajgoagl .p6xlf.gcu3msa3 { opacity: 1; pointer-events: auto; }
  .ajgoagl .p6xlf li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .f6gkzq5a     .nkm297 { border-radius: 0 !important; }
  .memmk9r   .nkm297 { border-radius: 8px !important; }
  .dz0r6j .nkm297 { border-radius: 50% !important; }
  .ahogru4   .nkm297 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ijif9 .xlw1s3k { flex-direction: column; align-items: stretch; }
  .ijif9 .ouqfb6pt { flex-direction: row; min-width: auto; }
  .ijif9 .s53w { align-items: flex-start; text-align: left; }
}
.t9h6sdq6,
.t9h6sdq6.p1egjc,
.qris .t9h6sdq6,
.qy8exo .t9h6sdq6,
.x4sj .t9h6sdq6,
.m0mlz .t9h6sdq6 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.a8hh {
  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;
}
.n7kh { flex: 1 1 280px; min-width: 0; }
.thywhrr {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.e9i1s {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.we71qm {
  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;
}
.we71qm:hover { transform: translateY(-1px); opacity: 0.95; }
.s7g0 .a8hh {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.s7g0 .thywhrr { color: var(--cta); }
.s7g0 .e9i1s { color: var(--text-body); }
.s7g0 .we71qm {
  background: var(--cta) !important;
  color: #fff !important;
}
.cyep6j9 .a8hh {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.cyep6j9 .thywhrr { color: var(--text-primary); }
.cyep6j9 .e9i1s { color: var(--text-body); }
.cyep6j9 .we71qm {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .a8hh {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .n7kh { flex: 0 0 auto; }
  .thywhrr { font-size: 1.2rem; }
  .we71qm { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.h16rr .a76pus { height: 36px; }
.w16wzwp .a76pus { height: 60px; max-width: 200px; }
.tn6ihw .a76pus { height: 56px; max-width: 180px; }
.xqigj    .trlo55, .xqigj    .xb3bqlj { color: #f59e0b; }
.laog7ks      .trlo55 { font-size: 1rem; letter-spacing: 1.5px; }
.laog7ks      .xb3bqlj   { font-size: 1.35rem; }
.xb46hr    .trlo55, .xb46hr    .xb3bqlj { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.g2fuz09     .trlo55, .g2fuz09     .xb3bqlj { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.jip44d .trlo55, .jip44d .xb3bqlj { color: var(--cta); letter-spacing: 2px; }
.rthlt   .trlo55, .rthlt   .xb3bqlj { color: #e91e63; letter-spacing: 2px; }
.z9fgi3l  .trlo55, .z9fgi3l  .xb3bqlj { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.olx0a     .trlo55, .olx0a     .xb3bqlj { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.aqkx6imu .euyac5 + .euyac5 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.msruom .wbp8l { padding: 18px 24px; min-height: 68px; }
.yz74 .jkljn9 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.yz74 .evhfhk {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.khc3 .euyac5 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.gjgo7hes { counter-reset: cs-rank; }
.gjgo7hes .wbp8l { counter-increment: cs-rank; }
.gjgo7hes .wbp8l::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;
}
.sej4 .gjgo7hes { counter-reset: cs-rank; gap: 0; }
.sej4 .wbp8l {
  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;
}
.sej4 .wbp8l::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;
}
.sej4 .dqxdkz2 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.sej4 .yuagrvei {
  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;
}
.sej4 .mq61gxw { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.sej4 .dqxdkz2 { min-width: 0; flex-direction: column; width: 100%; }
.sej4 .wdyrs3 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.sej4 .trlo55 { color: var(--cta, var(--accent)); }
.sej4 .yl26 { font-weight: 700; }
.sej4 .euyac5 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.sej4 .jkljn9 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.sej4 .evhfhk {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.sej4 .okbkm .evhfhk { font-size: 1.3rem; color: var(--accent-light); }
.sej4 .cbvntcc5 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.sej4 .wbp8l:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .sej4 .gjgo7hes {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .sej4 .wbp8l {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .sej4 .wbp8l { padding: 40px 16px 20px; }
  .sej4 .euyac5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .sej4 .cbvntcc5 { width: 100%; min-width: 0; }
}
.u0j3n .gjgo7hes { counter-reset: cs-rank; gap: 10px; }
.u0j3n .wbp8l {
  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);
}
.u0j3n .wbp8l::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);
}
.u0j3n .dqxdkz2 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.u0j3n .yuagrvei {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.u0j3n .mq61gxw { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.u0j3n .wdyrs3 {
  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;
}
.u0j3n .trlo55 { color: var(--cta, var(--accent)); }
.u0j3n .euyac5 {
  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;
}
.u0j3n .jkljn9 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.u0j3n .evhfhk { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.u0j3n .okbkm .evhfhk { color: var(--accent-light); }
.u0j3n .cbvntcc5 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.u0j3n .wbp8l:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .u0j3n .wbp8l {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .u0j3n .wbp8l::before {
    position: absolute; top: 14px; left: 14px;
  }
  .u0j3n .dqxdkz2 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .u0j3n .wdyrs3 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .u0j3n .euyac5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .u0j3n .cbvntcc5 { width: 100%; min-width: 0; }
  .u0j3n .trlo55 { min-width: 0; }
}
.pc03drc .wbp8l::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.c2o7jz .ekuovir {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.c2o7jz .ekuovir summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.c2o7jz .ekuovir p { padding: 0 2px 16px; }
.feaxmv .ekuovir { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.feaxmv .ekuovir summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.feaxmv .ekuovir summary::after { content: "›"; font-size: 1.2em; }
.feaxmv .ekuovir[open] summary::after { content: "‹"; }
.feaxmv .ekuovir p { padding: 10px 22px 4px; }
.f5a9v .ekuovir {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.f5a9v .ekuovir summary { color: var(--text-primary); padding-left: 16px; }
.f5a9v .ekuovir summary::after { content: "›"; font-size: 1.1em; }
.f5a9v .ekuovir[open] summary::after { content: "‹"; }
.f5a9v .ekuovir p { padding-left: 16px; }
.xd6mwek .gyh8h { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.xd6mwek .ekuovir {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.xd6mwek .ekuovir:last-child { border-bottom: none; }
.xd6mwek .ekuovir summary { color: var(--text-primary); border-radius: 0; }
.xd6mwek .ekuovir summary::after { content: "›"; font-size: 1.1em; }
.xd6mwek .ekuovir[open] summary::after { content: "‹"; }
.eqzejp .ekuovir { overflow: hidden; }
.eqzejp .ekuovir summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.eqzejp .ekuovir summary::after { color: rgba(255,255,255,.75); }
.eqzejp .ekuovir[open] summary { border-radius: 0; }
.fa086nh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xte0 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.d6l06vbg {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.pf9jk00 { color: var(--text-muted); font-size: 1.05rem; }
.ex7e {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.crb1j1wy {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.y1swagr { margin-bottom: 20px; }
.bu8e7mv {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.u1zt {
  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;
}
.u1zt:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.lpnx1ub { resize: vertical; min-height: 130px; }
.cdlwwyb5 { width: 100%; margin-top: 8px; }
.tvjbmgd {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.y4ps8rn {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.zp5bwgaa { color: var(--text-muted); line-height: 1.75; }
.qqxfquh0 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.qqxfquh0 li { margin-bottom: 6px; }
.jn06j { max-width: 760px; margin: 0 auto; }
.zzol { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.x4vkxfv { max-width: 760px; margin: 0 auto; }
.d47jbyb ul.qqxfquh0 { margin: 0; }
@media (max-width: 640px) { .rl6q6ozf { grid-template-columns: 1fr; gap: 10px; } }
.t8x6 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.qtjph6pn { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.rbe1cy { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.qtjph6pn p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.qtjph6pn .qqxfquh0 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .t8x6 { grid-template-columns: 1fr; } }
.pgzbb { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.pgzbb:hover .ocg2k0 { color: var(--accent-light); text-decoration: underline; }
.w5yc3e { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.dcpadpb { margin-bottom: 48px; }
.gjw5s50 { max-width: 760px; margin: 0 auto; }
.l8my { max-width: 640px; margin: 0 auto; }
.g9d8 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.g9d8:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.k8ycjm { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.g9d8 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.g9d8 ul.qqxfquh0 { margin: 0; }
.ra3no9 { color: var(--text-muted); line-height: 1.75; }
.o5uw .qqxfquh0,
.l8my .qqxfquh0,
.cvzh .qqxfquh0,
.olhv6 .qqxfquh0 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.o5uw .g9d8,
.l8my .g9d8 { text-align: left; }
.o5uw .k8ycjm,
.l8my .k8ycjm { text-align: center; }
.uvbe840q { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.v0tyra68 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.o1c4yp { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.woquh4y { margin-top: 12px; }
.jmc91k { 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; }
.jmc91k:hover { border-bottom-color: var(--accent-light); }
.p9qc1 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.p9qc1 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.yxpa { width: 72px; height: 72px; }
.wnp6wc { border-radius: 50%; }
.jk7bv { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.eggi { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .g2fo6 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ia7zgg .o1c4yp, .ia7zgg .v0tyra68 { max-width: 640px; }
.c8qdh6ft .uvbe840q { font-size: 1.6rem; margin-top: 18px; }
.iphscjhf .o1c4yp { margin-bottom: 28px; }
@media (max-width: 860px) { .bi84 { grid-template-columns: 1fr; } .c8qdh6ft { position: static; text-align: center; } }
.y9ixk .p9qc1 { margin: 0 auto 18px; }
.y9ixk .jk7bv { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .t8srl { grid-template-columns: 1fr; } }
.f6vz5bn .uvbe840q { font-size: 1.6rem; margin-bottom: 6px; }
.olhv6 .qqxfquh0 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .f6vz5bn { flex-direction: column; text-align: center; } .zlfmt { grid-template-columns: 1fr; } }
.a0dd68 { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.a0dd68 .uvbe840q { font-size: 1.35rem; margin: 0 0 4px; }
.a0dd68 .jk7bv { margin: 0; }
.tkrmr { max-width: 760px; margin: 0 auto; }
.oaa2lk { position: relative; padding-left: 28px; }
.oaa2lk::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ve4o8 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ve4o8:last-child { padding-bottom: 0; }
.k1m5jm { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.j97x3tc h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.j97x3tc p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.we8yjm .d6l06vbg { color: var(--accent-light); }
.r9ib5 .d6l06vbg { font-size: 2rem; }
.r9ib5 .pf9jk00 { max-width: 680px; }
.fbwrn .d6l06vbg { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.fbwrn .pf9jk00  { margin: 0; }
@media (max-width: 640px) { .fbwrn { flex-direction: column; } }
.qvwbh .d6l06vbg { color: var(--accent-light); }
.uk1zm9dn .d6l06vbg { color: #fff; }
.uk1zm9dn .pf9jk00  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .t82ih4ge { grid-template-columns: 1fr; } }
.ga6q06 .u1zt {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ga6q06 .u1zt:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ncbj1mld .u1zt { background: var(--bg-raised); border-color: transparent; }
.ncbj1mld .u1zt:focus { background: var(--bg-card); border-color: var(--accent-light); }
.g3diz3e .u1zt { border-radius: 100px; padding: 11px 20px; }
.g3diz3e .lpnx1ub { border-radius: 14px; }
.w7ewi {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.w7ewi summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.w7ewi summary::-webkit-details-marker { display: none; }
.w7ewi summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.w7ewi[open] summary::after { content: "−"; }
.qsfrq0r {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.dskjbsub {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .dskjbsub { grid-template-columns: 1fr; } }
.j4da9xt {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.j4da9xt h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.j4da9xt p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.uxc6g0 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.uxc6g0 li { margin-bottom: 6px; }
.avt2{display:none}
.avt2:empty,.qwryar:empty{display:none}
.kl2kg{position:relative;overflow:visible}
.v2ub3obf .mrrb83,.q2udzef5 .mrrb83,
.qa1wz05 .mrrb83,.xg4bdz .mrrb83,
.vo43a3v1 .mrrb83,.cgwiy8 .mrrb83{display:block}
.tqbaas81 .c3ht{display:block}
.v2ub3obf .mrrb83,.q2udzef5 .mrrb83,
.qa1wz05 .mrrb83,.xg4bdz .mrrb83,
.vo43a3v1 .mrrb83{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}
.v2ub3obf .mrrb83 .qwryar,.q2udzef5 .mrrb83 .qwryar,
.qa1wz05 .mrrb83 .qwryar,.xg4bdz .mrrb83 .qwryar,
.vo43a3v1 .mrrb83 .qwryar{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}
.v2ub3obf .mrrb83,.q2udzef5 .mrrb83{top:12px}
.v2ub3obf .mrrb83 .qwryar{margin-right:auto}
.q2udzef5 .mrrb83 .qwryar{margin-left:auto}
.q2udzef5 .mrrb83{text-align:right}
.qa1wz05 .mrrb83,.xg4bdz .mrrb83{bottom:12px}
.qa1wz05 .mrrb83 .qwryar{margin-right:auto}
.xg4bdz .mrrb83 .qwryar{margin-left:auto}
.xg4bdz .mrrb83{text-align:right}
.vo43a3v1 .mrrb83{position:relative;margin-top:16px}
.vo43a3v1 .mrrb83 .qwryar{margin:0 auto}
.cgwiy8 .mrrb83{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.cgwiy8 .mrrb83 .qwryar{margin:0}
.cgwiy8 .me87e~.mrrb83,
.cgwiy8 .oabm6gb7~.mrrb83{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.cgwiy8 .me87e~.mrrb83 .qwryar,
.cgwiy8 .oabm6gb7~.mrrb83 .qwryar{justify-content:flex-start}
.me87e~.mrrb83,.oabm6gb7~.mrrb83{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}
.me87e~.mrrb83 .qwryar{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.oabm6gb7~.mrrb83 .qwryar{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.c3ht .qwryar{margin:0 0 12px}
.qwryar{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ik3a8{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ocg2k0{font-weight:600;color:var(--text-heading);opacity:1}
.mdk9ui .ik3a8{display:none}
.m379 .qwryar{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.l929cn .htxrbnyk{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.l929cn .nvpwk::before{content:""}
.oy05f .qwryar{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.jbmp{--date-bg:var(--accent-bg)}
.c3zx6xh .nvpwk::before{content:""}
.n8zgf .tpucuo{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .tpucuo{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .mwlfcb{max-width:100%}
}
.eq908v .c89y4qt7{margin:0}
@media (max-width:560px){
  .i2hp{grid-template-columns:repeat(2,1fr);gap:12px}
}
.hnnw {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.hnnw.gqvevnh {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.kbkr {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.kbkr .bz30qok {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.kbkr .bz30qok::before,
.kbkr .bz30qok::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.kbkr .bz30qok::before { transform: translate(-50%, -50%) rotate(45deg); }
.kbkr .bz30qok::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.kbkr .bz30qok:hover { background: rgba(0,0,0,0.12) !important; }
.s90vrook {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.puat {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.tyll {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.k8g43 {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.kbkr .fvz57snh {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.kbkr .fvz57snh:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .kbkr { padding: 28px 18px 20px; }
  .tyll { font-size: 1.2rem; }
  .s90vrook { max-width: 220px; max-height: 80px; }
}
.f1go2 {
  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);
}
.zolor65j {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.wq28wy8  .f1go2 { border-radius: 50%; }
.gmxo8  .f1go2 { border-radius: 6px; }
.wgpdb1 .f1go2 { border-radius: 22px; }
.ewkmcwlt .a8hh {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .f1go2 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.dakcfa .p1egjc {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.dakcfa .f8inse8 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.dakcfa .a8hh {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.i1nal0wo {
  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;                  
}
.i1nal0wo.gqvevnh { transform: translate(-50%, 0); }
.i1nal0wo .p1egjc,
.i1nal0wo .f8inse8 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.i1nal0wo .a8hh {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.uo8ycr {
  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;
}
.uo8ycr::before,
.uo8ycr::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.uo8ycr::before { transform: translate(-50%, -50%) rotate(45deg); }
.uo8ycr::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.uo8ycr:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .i1nal0wo { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .i1nal0wo .a8hh {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .i1nal0wo .e9i1s { display: none !important; }
  .i1nal0wo .thywhrr { font-size: 1.1rem !important; }
  .i1nal0wo .f1go2 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .uo8ycr { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .z93qvzwr { flex-direction: row-reverse; }
[dir="rtl"] .p6xlf { flex-direction: row-reverse; }
[dir="rtl"] .h1wyi6f  .fdtod7eo { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .dgoapn6y .fdtod7eo { right: auto; left: 20px; }
  [dir="rtl"] .h1wyi6f  .fdtod7eo { left: auto;  right: 20px; }
}
[dir="rtl"] .gaef9sr .kz43upl  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .p315 .kz43upl { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .tb5socdw, [dir="rtl"] .n8d14rj { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .dyqz { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .cmcryv7 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .v2dior { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .a8hh { direction: rtl; }
[dir="rtl"] .f1go2 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .wbp8l,
[dir="rtl"] .of61 { direction: rtl; }
[dir="rtl"] .u51e { direction: rtl; }
[dir="rtl"] .e5qv { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .n8p7 .n8d14rj,
[dir="rtl"] .ohvwzo .n8d14rj,
[dir="rtl"] .dbp9p .n8d14rj,
[dir="rtl"] .n7an6acg .n8d14rj {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .n8p7 .n8d14rj li::before,
[dir="rtl"] .ohvwzo .n8d14rj li::before,
[dir="rtl"] .dbp9p .n8d14rj li::before,
[dir="rtl"] .n7an6acg .n8d14rj li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .qd0ng7.l4o9 .v74xl,
[dir="rtl"] .mg6zy4l.l4o9 .v74xl,
[dir="rtl"] .vn8xeyo9.l4o9 .v74xl,
[dir="rtl"] .v9otu.l4o9 .v74xl,
[dir="rtl"] .pyqx.l4o9 .v74xl { text-align: right; }
[dir="rtl"] .me87e.l4o9 .fgli0h { align-items: flex-end; text-align: right; }
[dir="rtl"] .f8inse8,
[dir="rtl"] .hp9jq6u,
[dir="rtl"] .zuwbq6t8,
[dir="rtl"] .v74xl { text-align: right; }
[dir="rtl"] .crb1j1wy,
[dir="rtl"] .bu8e7mv,
[dir="rtl"] .o1c4yp,
[dir="rtl"] .u1zt,
[dir="rtl"] .lpnx1ub { text-align: right; direction: rtl; }
[dir="rtl"] .g3diz3e .u1zt,
[dir="rtl"] .ga6q06 .u1zt { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #056e33;
  --brand:           #056e33;
  --brand-light:     #095c2d;
  --brand-pale:      #147840;
  --grad-start:      #08c55b;
  --grad-end:        #23e879;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #056e33;
  --cta-light:       #014820;
  --cta-hover:       #023317;
  --bg-page:         #f6f8f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f6f4;
  --bg-raised:       #edf1ef;
  --bg-hover:        #f3f6f4;
  --border:          #e1e9e5;
  --border-alt:      #cfddd5;
  --border-section:  #e1e9e5;
  --text-primary:    #161c19;
  --text-muted:      #506258;
  --text-body:       #2d3832;
  --text-sub:        #44544b;
  --text-faint:      #728c7d;
  --text-dim:        #8ea397;
  --text-label:      #5b7064;
  --text-value:      #39463e;
  --accent-bg:       #def7e9;
  --accent-bg-light: #c1f4d8;
  --bg-tip:          #f9f0f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f5;
  --bg-cons:         #faf6f3;
  --c-pros:          #960c5a;
  --c-cons:          #9f4f21;
  --c-pros-label:    #b30e6b;
  --c-tip-border:    #c61076;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #960c5a;
}
:root { --logo-bg-opacity: 38%; }
body, button, input { font-family: "Lato", sans-serif; }
.gxi2 .o7ry4awc { font-size: 0; width: 1.2rem; flex-shrink: 0; }.gxi2 .o7ry4awc::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.gxi2 .ig4v80li     .o7ry4awc::before { content: "";  color: var(--c-tip-border); }.gxi2 .wx9s .o7ry4awc::before { content: ""; color: var(--c-warn-border); }.gxi2 .p2m6wt    .o7ry4awc::before { content: ""; color: #60a5fa; }.if8878az .gxi2 .ig4v80li     .o7ry4awc::before { color: #10b981; }.if8878az .gxi2 .wx9s .o7ry4awc::before { color: #f43f5e; }.if8878az .gxi2 .p2m6wt    .o7ry4awc::before { color: #a855f7; }.ugyo3l  .gxi2 .ig4v80li     .o7ry4awc::before { color: #eab308; }.ugyo3l  .gxi2 .wx9s .o7ry4awc::before { color: #ef4444; }.ugyo3l  .gxi2 .p2m6wt    .o7ry4awc::before { color: #f97316; }.eqsgzz7  .gxi2 .ig4v80li     .o7ry4awc::before { color: #38bdf8; }.eqsgzz7  .gxi2 .wx9s .o7ry4awc::before { color: #818cf8; }.eqsgzz7  .gxi2 .p2m6wt    .o7ry4awc::before { color: #2dd4bf; }.k6uxb78 .gxi2 .o7ry4awc::before { color: var(--accent-light) !important; }
.cctr9 .n7rojh, .cctr9 .me87e { min-height: 520px; }
.z7e50::before { content: '•'; }