:root {
  --color-accent: #c2ca2b;
  --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;
}
.vkzpw {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ejxa {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ausby {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.s2aqe83a { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.aayfg { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.aayfg a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.aayfg a:hover { color: var(--accent-light); }
.ustvpk     .blrq8ys { border-radius: 6px; }
.ustvpk .blrq8ys li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.ustvpk .blrq8ys li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.s9sabb .blrq8ys li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .blrq8ys {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ue5cri:hover .blrq8ys,
  .ue5cri:focus-within .blrq8ys { display: block; }
  .blrq8ys li a { padding: 8px 16px; font-size: 0.88rem; }
}
.uuvn725u {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.o8mj { display: none; }
@media (max-width: 640px) {
  .o8mj {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .o8mj.xs3fs9 { display: block; }
}
@media (max-width: 640px) {
  .uuvn725u { display: block; }
  .aayfg > li + li::before { display: none !important; }
  .aayfg {
    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;
  }
  .aayfg.xs3fs9 { display: flex; }
  .aayfg li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .aayfg li:last-child a { border-bottom: none; }
}
.opsgen { min-height: 480px; }
.spiyo0wv {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.vp51 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.vf3jcrl .vp51 { margin-left: 0; margin-right: 0; }
.nldz {
  background: var(--cta); color: var(--cta-fg, #fff); text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.sb54p8t .nldz { margin-top: 24px; }
.nldz:hover { opacity: 0.88; }
.xggm {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.e52o4que {
  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%);
}
.xggm .edwba0 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.xggm .spiyo0wv { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.xggm .vp51 { color: #e2e8f0; }
.xggm.y3lh1n .edwba0 { text-align: center; }
.xggm.vf3jcrl   .edwba0 { text-align: left; }
.o34a .edwba0 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.o34a .spiyo0wv { color: var(--text-primary); text-shadow: none; }
.o34a .vp51 { color: var(--text-muted); }
.o34a .nldz { margin-top: 16px; }
.o34a, .o34a.opsgen { min-height: auto !important; }
.o34a.y3lh1n .edwba0 { text-align: center; }
.o34a.vf3jcrl   .edwba0 { text-align: left; }
.o34a~.swnk1mi{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}
.o34a~.swnk1mi .lfgnh9{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; }
}
.wmfcwr6s .b7klqfy,
.wmfcwr6s .kq34j,
.wmfcwr6s .xggm .e52o4que {
  overflow: hidden;
}
.wmfcwr6s .b7klqfy::after,
.wmfcwr6s .kq34j::after,
.wmfcwr6s .xggm .e52o4que::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); }
}
.x1kyrr0 .xggm .e52o4que {
  overflow: hidden;
}
.x1kyrr0 .xggm .e52o4que::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;
}
.yu7580o5 .xggm .e52o4que {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.rjifd1 .xggm .e52o4que {
  overflow: hidden;
}
.rjifd1 .xggm .e52o4que::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;
}
.aoh0nf .xggm .e52o4que {
  animation: hg-breathe 10s ease-in-out infinite;
}
.b7klqfy .e52o4que {
  background: none;
}
.b7klqfy .spiyo0wv { color: #fff; }
.b7klqfy .vp51 { color: rgba(255,255,255,0.85); }
.wmfcwr6s .p4ob { position: relative; overflow: hidden; }
.wmfcwr6s .p4ob::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;
}
.p4ob .spiyo0wv { text-shadow: none; color: var(--text-primary); }
.p4ob .vp51 { color: var(--text-muted); }
body.m666 .spiyo0wv {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.lv97ke .spiyo0wv {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.opsgen.b7klqfy .spiyo0wv,
section.b7klqfy .spiyo0wv {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.p4ob.vf3jcrl   .jt0rx { align-items: flex-start; text-align: left; }
.opsgen .ffy8p9o {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ffy8p9o .rr2sl {
  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;
}
.ffy8p9o .rr2sl::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.ffy8p9o .xrpvbew { display: contents !important; }
.ffy8p9o .xrpvbew .xvrwqp {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.ffy8p9o .xrpvbew .x5vxpcg { max-height: 48px; max-width: 96px; }
.ffy8p9o .xrpvbew .ruuh2 {
  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;
}
.ffy8p9o .le9g0to {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.ffy8p9o .j8qo { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.ffy8p9o .ccig { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.ffy8p9o .ccig small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.ffy8p9o .cxbo4 { display: contents !important; }
.ffy8p9o .cxbo4 .icpe:not(.fp0ht42) { display: none !important; }
.ffy8p9o .cxbo4 .fp0ht42 {
  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;
}
.ffy8p9o .cxbo4 .fp0ht42 .ba992f {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ffy8p9o .cxbo4 .fp0ht42 .wp53c {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.ffy8p9o .rgqo { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.ffy8p9o .rgqo.h7lv0qu {
  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;
}
.ffy8p9o .rgqo.h7lv0qu:hover { opacity: 0.85; }
.ffy8p9o .rr2sl,
.ffy8p9o .rr2sl:hover,
.ffy8p9o .rr2sl:nth-child(even),
.ffy8p9o .rr2sl:nth-child(odd),
.ffy8p9o .rr2sl:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.ww7oe .edwba0 { padding-bottom: 24px; }
.sb54p8t .edwba0 { max-width: 1100px; }
@media (max-width: 700px) {
  .p4ob { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .p4ob:not(.snx6za) .p1srdlvu { display: none !important; }
  .snx6za .p1srdlvu { padding: 16px; }
  .jt0rx  { padding: 36px 24px; }
  .p4ob~.swnk1mi,.fgk9~.swnk1mi{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .opsgen, .p4ob { min-height: 320px !important; }
  .spiyo0wv { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .g4origo,
  .fq68,
  .o606f { grid-template-columns: 1fr !important; }

  

  
  .ww7oe { display: flex !important; flex-direction: column !important; }
  .ww7oe .edwba0 { display: contents; }
  .ww7oe .e52o4que { order: 0; }
  .ww7oe .spiyo0wv { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ww7oe .g4origo { order: 2; padding: 0 16px 12px !important; }
  .ww7oe .vp51 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .sb54p8t .edwba0 { display: flex; flex-direction: column; }
  .sb54p8t .edwba0 .spiyo0wv { order: 1; }
  .sb54p8t .edwba0 .o606f { order: 2; margin: 8px 0 24px !important; }
  .sb54p8t .edwba0 .vp51 { order: 3; }
  .sb54p8t .edwba0 .nldz { order: 4; align-self: center; margin-top: 0; }

  
  .p4ob.snx6za {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .p4ob.snx6za .jt0rx { display: contents; padding: 0; }
  .p4ob.snx6za .jt0rx .spiyo0wv { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .p4ob.snx6za .p1srdlvu { order: 2; padding: 12px 16px; }
  .p4ob.snx6za .jt0rx .vp51 { order: 3; padding: 0 24px; margin: 0 auto; }
  .p4ob.snx6za .jt0rx .nldz { order: 4; align-self: center; margin: 8px 0 32px; }
}
.cfkhku7 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.vlpg2xyi { width: 100%; height: auto; display: block; border-radius: 10px; }
.nflkokjq .cfkhku7        { border-radius: 16px; }
.nflkokjq .vlpg2xyi  { border-radius: 16px; }
.si7cbxt .cfkhku7         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.si7cbxt .vlpg2xyi   { border-radius: 8px; }
.dixsa { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.v08f0 { width: 100%; padding: 32px 0; position: relative; }
.xt93j00 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.etjp4t .v08f0:nth-child(even) { background: var(--bg-surface); }
.etjp4t .v08f0:nth-child(odd)  { background: var(--bg-page); }
.nlcxy2 .v08f0:nth-child(even) { background: var(--bg-card); }
.nlcxy2 .v08f0:nth-child(odd)  { background: var(--bg-page); }
.etjp4t .v08f0:nth-child(odd)  .xt93j00 { background: var(--bg-card); border-radius: 6px; }
.etjp4t .v08f0:nth-child(even) .xt93j00 { background: var(--bg-raised); border-radius: 6px; }
.nlcxy2 .v08f0:nth-child(odd)  .xt93j00 { background: var(--bg-card); border-radius: 6px; }
.nlcxy2 .v08f0:nth-child(even) .xt93j00 { background: var(--bg-raised); border-radius: 6px; }
.etjp4t .v08f0:nth-child(even) .e8jxam1k .zf3p7n,
.nlcxy2 .v08f0:nth-child(even) .e8jxam1k .zf3p7n { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.etjp4t .v08f0:nth-child(odd) .e8jxam1k .zf3p7n,
.nlcxy2 .v08f0:nth-child(odd) .e8jxam1k .zf3p7n { background: var(--bg-card-inner); }
.etjp4t .v08f0:nth-child(even) .x07juh6 .zf3p7n:nth-child(odd),
.nlcxy2 .v08f0:nth-child(even) .x07juh6 .zf3p7n:nth-child(odd)  { background: var(--bg-card); }
.etjp4t .v08f0:nth-child(even) .x07juh6 .zf3p7n:nth-child(even),
.nlcxy2 .v08f0:nth-child(even) .x07juh6 .zf3p7n:nth-child(even) { background: var(--bg-card-inner); }
h1.k9qajtp { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.k9qajtp {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.jzl5wcf { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ao4i2rg h2.k9qajtp {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.tzhrt0v h2.k9qajtp {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.m2r60lu7 h2.k9qajtp {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.b45br h2.k9qajtp::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.hpxkhpl h2.k9qajtp {
  color: var(--text-primary); font-size: 1.7rem;
}
.ylhp5j6n h2.k9qajtp::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.dyd3p h2.k9qajtp {
  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) { .zp5nq { display: none; } }
.lm2zl { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.wygl6g5 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.iekigz {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.j8vcbgd { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.im2r { padding-left: 20px; }
.im2r li { margin-bottom: 6px; }
.im2r a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.im2r a:hover { color: var(--accent-light); }
.r9o3345 .j8vcbgd { display: none; }
.bdm87df .j8vcbgd { display: none; }
.bdm87df .im2r { padding-left: 0; list-style: none; }
.bdm87df .im2r li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.bdm87df .im2r a { font-size: 0.92rem; }
.t0cp .iekigz { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.t0cp .j8vcbgd { display: none; }
.t0cp .im2r { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.t0cp .im2r li { margin-bottom: 0; }
.t0cp .im2r 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;
}
.t0cp .im2r a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ahgphxk .iekigz { padding: 20px 20px 16px; }
.ahgphxk .im2r {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ahgphxk .im2r li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ahgphxk .im2r 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;
}
.ahgphxk .im2r 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;
}
.ahgphxk .im2r a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ahgphxk .im2r a:focus,
.ahgphxk .im2r a:focus-visible,
.ahgphxk .im2r a:target { outline: none; }
.ahgphxk .im2r li:target a { border-color: var(--border); color: var(--text-muted); }
.iucg0 .iekigz { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.iucg0 .j8vcbgd { display: none; }
.iucg0 .im2r { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.iucg0 .im2r li { counter-increment: toc-n; margin-bottom: 0; }
.iucg0 .im2r 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;
}
.iucg0 .im2r 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;
}
.iucg0 .im2r a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.igv0 .iekigz { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.igv0 .j8vcbgd { display: none; }
.igv0 .im2r { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.igv0 .im2r li { margin-bottom: 0; }
.igv0 .im2r 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;
}
.igv0 .im2r a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.xvbemvt .iekigz { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.xvbemvt .j8vcbgd { display: none; }
.xvbemvt .im2r { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.xvbemvt .im2r li { margin-bottom: 0; }
.xvbemvt .im2r li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.xvbemvt .im2r li:last-child::after { content: ""; margin-right: 0; }
.xvbemvt .im2r a { font-size: 0.9rem; }
.zf3p7n { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.e8jxam1k .zf3p7n { background: var(--bg-card); }
.x07juh6 .zf3p7n:nth-child(odd)  { background: var(--bg-card); }
.x07juh6 .zf3p7n:nth-child(even) { background: var(--bg-raised); }
.dbwoq .zf3p7n {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.dbwoq .zf3p7n:last-child { border-bottom: none; }
.dbwoq h3.jzl5wcf { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.no9n75 .zf3p7n {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.no9n75 .zf3p7n + .zf3p7n { margin-top: 4px; }
.xprapo .zf3p7n { background: none; border-radius: 0; padding: 12px 0; }
.xprapo .zf3p7n + .zf3p7n { border-top: 1px solid var(--border-section); }
.ru4hax44 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.e08k { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.m3dcslwx { color: var(--text-body); margin-bottom: 10px; }
.m05dzf, .rias5ymk { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.m05dzf li, .rias5ymk li { margin-bottom: 6px; }
.rias5ymk li { list-style: decimal; }
.qxuirl     .m05dzf { list-style-type: "● "; }
.vd4zt6  .m05dzf { list-style-type: "■ "; }
.lcxyfk .m05dzf { list-style-type: "◆ "; }
.ws258utg    .m05dzf { list-style-type: "★ "; }
.qxuirl     .oh3rsrkx { list-style-type: "● "; }
.vd4zt6  .oh3rsrkx { list-style-type: "■ "; }
.lcxyfk .oh3rsrkx { list-style-type: "◆ "; }
.ws258utg    .oh3rsrkx { list-style-type: "★ "; }
.qxuirl    .m05dzf li::marker, .qxuirl    .oh3rsrkx li::marker,
.vd4zt6 .m05dzf li::marker, .vd4zt6 .oh3rsrkx li::marker,
.lcxyfk .m05dzf li::marker, .lcxyfk .oh3rsrkx li::marker,
.ws258utg   .m05dzf li::marker, .ws258utg   .oh3rsrkx li::marker {
  color: var(--cta); font-size: 1em;
}
.qxuirl .rias5ymk,
.vd4zt6 .rias5ymk,
.lcxyfk .rias5ymk,
.ws258utg .rias5ymk {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.qxuirl .rias5ymk li,
.vd4zt6 .rias5ymk li,
.lcxyfk .rias5ymk li,
.ws258utg .rias5ymk li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.qxuirl .rias5ymk li::before,
.vd4zt6 .rias5ymk li::before,
.lcxyfk .rias5ymk li::before,
.ws258utg .rias5ymk 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;
}
.qxuirl     .rias5ymk li::before { border-radius: 50%; }
.vd4zt6  .rias5ymk li::before { border-radius: 3px; }
.lcxyfk .rias5ymk li::before { border-radius: 3px; }
.ws258utg    .rias5ymk li::before { border-radius: 50%; }
.ipb8 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.x5absv5 .ipb8,
.cacidzf4 .ipb8 { background: transparent; border: none; border-radius: 0; }
.ixrfgw75 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ixrfgw75 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ixrfgw75 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ixrfgw75 tr:hover td { background: var(--bg-hover); }
.qkfgr .ixrfgw75 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ot38pf8 .ixrfgw75 { border: 1px solid var(--border-alt); }
.ot38pf8 .ixrfgw75 th,
.ot38pf8 .ixrfgw75 td { border: 1px solid var(--border-alt); }
.iq6sim .ixrfgw75 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.iq6sim .ixrfgw75 td { border-bottom: none; }
.iq6sim .ixrfgw75 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.kim08ja .ixrfgw75 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.itvkq7 .ipb8 {
  overflow: hidden;
}
.itvkq7 .ixrfgw75 th { border-bottom: 1px solid var(--border-alt); }
.itvkq7 .ixrfgw75 tr:last-child td { border-bottom: none; }
.f4yjzm { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.trcimjec { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.qfy3q { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.bqbd { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.l314ir { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.oh3rsrkx { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.oh3rsrkx li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.mgu8 .bqbd { background: transparent; text-align: center; }
.paabq1 .qfy3q {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.ktheolu5 .qfy3q {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.qa7pv30 .trcimjec { display: grid; grid-template-columns: auto 1fr; }
.qa7pv30 .qfy3q {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.qa7pv30 .bqbd { grid-column: 2; }
.qa7pv30 .l314ir,
.qa7pv30 .oh3rsrkx { grid-column: 1 / -1; }
.wrqkx .trcimjec { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.wrqkx .qfy3q {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.wrqkx .bqbd { grid-column: 2; }
.wrqkx .l314ir,
.wrqkx .oh3rsrkx { grid-column: 1 / -1; }
.p2x2j8 .trcimjec { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.p2x2j8 .bqbd { background: none; color: var(--accent-light); font-weight: 700; }
.eo0l1 .trcimjec { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.eo0l1 .bqbd { background: none; color: var(--accent-light); font-weight: 700; }
.f2tu4n0 .trcimjec { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.f2tu4n0 .trcimjec:last-child { border-bottom: none; }
.f2tu4n0 .bqbd { background: none; color: var(--accent-light); font-weight: 700; }
.w3sb8j .trcimjec { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.w3sb8j .bqbd { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.s0xgkcoy .f4yjzm { counter-reset: card-n; }
.s0xgkcoy .trcimjec  { counter-increment: card-n; }
.s0xgkcoy .bqbd { display: flex; align-items: center; gap: 10px; }
.s0xgkcoy .bqbd::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.ymgg5 .trcimjec { background: var(--bg-surface); border: 1px solid var(--border); }
.ymgg5 .bqbd { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.yz162jl5 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.yz162jl5         { --cl-hue: var(--accent); }
.co7qcxdy     { --cl-hue: #16a34a; }
.h5tw2e7h { --cl-hue: #ea580c; }
.tbeytdlp    { --cl-hue: #2563eb; }
.co7qcxdy, .h5tw2e7h, .tbeytdlp, .ngfqam {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.kcaz { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.kcaz::before { color: var(--cl-hue); }
.yz162jl5 strong { color: var(--text-primary); font-size: 0.95rem; }
.yz162jl5 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.t1yvnd { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.c8tgo, .s9kwd { border-radius: 8px; padding: 14px; }
.c8tgo { background: var(--bg-pros); }
.s9kwd { background: var(--bg-cons); }
.p1k47 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.c8tgo .p1k47 { color: var(--c-pros-label); }
.s9kwd .p1k47 { color: #f87171; }
.c8tgo ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.s9kwd ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.vlpg2xyi { width: 100%; height: auto; border-radius: 10px; display: block; }
.h7lv0qu {
  background: var(--cta); color: var(--cta-fg, #fff); border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.h7lv0qu:hover { opacity: 0.85; }
.cbbwv .h7lv0qu  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.cbbwv .h7lv0qu:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.uzgsc1 .h7lv0qu  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.uzgsc1 .h7lv0qu:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.cbbwv .rgqo.h7lv0qu, .uzgsc1 .rgqo.h7lv0qu,
.cbbwv .z8vqwd .h7lv0qu, .uzgsc1 .z8vqwd .h7lv0qu {
  background: var(--cta); border: none; color: #fff;
}
.cbbwv .rgqo.h7lv0qu:hover, .uzgsc1 .rgqo.h7lv0qu:hover,
.cbbwv .z8vqwd .h7lv0qu:hover, .uzgsc1 .z8vqwd .h7lv0qu:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.pfifms5u .nldz { border-radius: 50px; }
.pfifms5u .h7lv0qu  { border-radius: 50px; }
.upzc3qjs .nldz,
.upzc3qjs .h7lv0qu { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.upzc3qjs .nldz:hover,
.upzc3qjs .h7lv0qu:hover { filter: brightness(1.08); opacity: 1; }
.i1osvspa .nldz,
.i1osvspa .h7lv0qu { box-shadow: 0 3px 14px -2px var(--cta); }
.i1osvspa .nldz:hover,
.i1osvspa .h7lv0qu:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.g1vf3vb .nldz,
.g1vf3vb .h7lv0qu { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.g1vf3vb .nldz:hover,
.g1vf3vb .h7lv0qu:hover { opacity: 1; }
.g1vf3vb .nldz:active,
.g1vf3vb .h7lv0qu:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.m61www .nldz,
.m61www .h7lv0qu { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.m61www .nldz:hover,
.m61www .h7lv0qu:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.m61www .nldz:active,
.m61www .h7lv0qu:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.i59ppuk .nldz,
.i59ppuk .h7lv0qu { position: relative; overflow: hidden; }
.i59ppuk .nldz::before,
.i59ppuk .h7lv0qu::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;
}
.i59ppuk .nldz:hover::before,
.i59ppuk .h7lv0qu:hover::before { left: 135%; }
.fsxjq .nldz,
.fsxjq .h7lv0qu { border-radius: 0; }
.m5u292ts .nldz { padding-left: 22px; padding-right: 22px; }
.m5u292ts .h7lv0qu  { padding-left: 12px; padding-right: 12px; }
.lom5dkwb .nldz { padding-left: 44px; padding-right: 44px; }
.lom5dkwb .h7lv0qu  { padding-left: 24px; padding-right: 24px; }
.kj21 .nldz { padding-left: 56px; padding-right: 56px; }
.kj21 .h7lv0qu  { padding-left: 32px; padding-right: 32px; }
.w4yy7ci   .nldz::after, .w4yy7ci   .h7lv0qu::after,
.un3y .nldz::after, .un3y .h7lv0qu::after,
.ngf4v    .nldz::after, .ngf4v    .h7lv0qu::after,
.e690ihn    .nldz::after, .e690ihn    .h7lv0qu::after,
.mtrsyd    .nldz::after, .mtrsyd    .h7lv0qu::after,
.rbes     .nldz::after, .rbes     .h7lv0qu::after,
.nvyn3e5f    .nldz::after, .nvyn3e5f    .h7lv0qu::after,
.ndgy5ml7   .nldz::after, .ndgy5ml7   .h7lv0qu::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;
}
.w4yy7ci .nldz::after, .w4yy7ci .h7lv0qu::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");
}
.un3y .nldz::after, .un3y .h7lv0qu::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");
}
.ngf4v .nldz::after, .ngf4v .h7lv0qu::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");
}
.e690ihn .nldz::after, .e690ihn .h7lv0qu::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");
}
.mtrsyd .nldz::after, .mtrsyd .h7lv0qu::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");
}
.rbes .nldz::after, .rbes .h7lv0qu::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");
}
.nvyn3e5f .nldz::after, .nvyn3e5f .h7lv0qu::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");
}
.ndgy5ml7 .nldz::after, .ndgy5ml7 .h7lv0qu::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");
}
.v0goh   .jo08::after, .v0goh   .srx94::after,
.mxtmx .jo08::after, .mxtmx .srx94::after,
.yyyfzbx    .jo08::after, .yyyfzbx    .srx94::after,
.uexh    .jo08::after, .uexh    .srx94::after,
.o5pv    .jo08::after, .o5pv    .srx94::after,
.lwoce     .jo08::after, .lwoce     .srx94::after,
.b1wf    .jo08::after, .b1wf    .srx94::after,
.k4zpy   .jo08::after, .k4zpy   .srx94::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;
}
.v0goh .jo08::after, .v0goh .srx94::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");
}
.mxtmx .jo08::after, .mxtmx .srx94::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");
}
.yyyfzbx .jo08::after, .yyyfzbx .srx94::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");
}
.uexh .jo08::after, .uexh .srx94::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");
}
.o5pv .jo08::after, .o5pv .srx94::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");
}
.lwoce .jo08::after, .lwoce .srx94::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");
}
.b1wf .jo08::after, .b1wf .srx94::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");
}
.k4zpy .jo08::after, .k4zpy .srx94::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");
}
.nr0zxrrd {
  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;
}
.rr2sl {
  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;
}
.rr2sl > * { min-width: 0; }
.rr2sl:hover { background: var(--bg-hover); }
.rr2sl > [itemprop="item"] { display: contents; }
.rr2sl [itemprop="itemReviewed"],
.rr2sl [itemprop="reviewRating"] { display: none; }
.rr2sl::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;
}
.xrpvbew {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.xvrwqp {
  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;
}
.x5vxpcg { max-height: 52px; max-width: 110px; object-fit: contain; }
.ruuh2 {
  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;
}
.pfhyp .xvrwqp    { background: #1a1a1a; }
.uoku3x .xvrwqp   { background: rgba(128,128,128,.12); }
.fsp5 .xvrwqp { background: var(--bg-raised); }
.d8pb .xvrwqp    { background: transparent; padding: 0; }
.le9g0to {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.j8qo { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.ccig { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.cxbo4 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.icpe {
  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;
}
.ba992f {
  
  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%;
}
.wp53c {
  
  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;
}
.rgqo {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.rgqo.h7lv0qu {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .rr2sl {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .rr2sl::before    { grid-area: rank;   }
  .xrpvbew           { grid-area: ident;  }
  .le9g0to     { grid-area: rating; min-width: 0; width: auto; }
  .cxbo4           { grid-area: pills;  }
  .rgqo             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .rr2sl {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .rr2sl::before    { justify-self: center; }
  .xrpvbew           { width: 100%; }
  .le9g0to     { justify-self: center; }
  .cxbo4           { grid-template-columns: 1fr; }
}
.z48m {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.effv {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.nke7nj {
  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;
}
.nke7nj img { max-width: 80px; max-height: 50px; object-fit: contain; }
.jvubs69b { flex: 1; }
.jvubs69b h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.hriysvcv { color: var(--c-stars); font-size: 1.1rem; }
.nvm04gob { margin-bottom: 8px; }
.gmoa2 {
  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);
}
.gmoa2 > span { color: var(--accent); font-weight: 700; }
.fnso em, .zp661d5m em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .gmoa2 { padding: 10px 16px; gap: 6px 16px; } }
.z8vqwd { flex-shrink: 0; align-self: flex-start; }
.z8vqwd .h7lv0qu { white-space: nowrap; }
@media (max-width: 560px) {
  .effv { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .nke7nj { order: 1; }
  .z8vqwd { order: 2; margin-left: auto; align-self: center; }
  .jvubs69b { order: 3; flex: 1 1 100%; min-width: 0; }
}
.gziaetka img.y2bx { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.x5absv5 { padding: 20px 24px; }
.lex3 { color: var(--text-muted); margin-bottom: 16px; }
.ucobqk { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.v28wtka, .vnlzzky4 { list-style: none; font-size: 0.9rem; }
.v28wtka li { color: var(--c-pros); margin-bottom: 4px; }
.vnlzzky4 li { color: var(--c-cons); margin-bottom: 4px; }
.v28wtka li::before { content: "✓"; margin-right: 5px; }
.vnlzzky4 li::before { content: "✗"; margin-right: 5px; }
.c359hwz .v28wtka li::before { content: "→"; }
.c359hwz .vnlzzky4 li::before { content: "–"; }
.jqj3  .v28wtka li::before { content: "★"; }
.jqj3  .vnlzzky4 li::before { content: "✕"; }
.ykaaf    .v28wtka li::before { content: "◆"; }
.ykaaf    .vnlzzky4 li::before { content: "▲"; }
.g72tq5i5  .v28wtka li::before { content: "▶"; }
.g72tq5i5  .vnlzzky4 li::before { content: "■"; }
.b6kcay { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.drohld { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.r0ts56k { background: var(--bg-pros); color: var(--c-tag-pay); }
.skmhkknc { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.h2oqbjfv .skmhkknc { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.bzi6 .skmhkknc { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .a8c7t .p64o2a11 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .a8c7t .z48m { margin: 0; }
}
.ht0sa52 .effv { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.ht0sa52 .jvubs69b h3 { color: var(--accent-light); }
.ht0sa52 .nke7nj { background: var(--bg-page); border: 1px solid var(--border); }
.sucq5vg .z48m { border-top: 4px solid var(--accent); }
.sucq5vg .effv { background: var(--bg-card); }
.rngwt .z48m { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.rngwt .effv { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.rngwt .x5absv5 { padding: 14px 16px; }
.rngwt .nke7nj { border-radius: 4px; }
.rngwt .skmhkknc { border-radius: 0; }
.c4ngwwil .effv { padding: 0; gap: 0; overflow: hidden; }
.c4ngwwil .nke7nj { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.c4ngwwil .jvubs69b { padding: 16px 20px; }
.c4ngwwil .z8vqwd { padding: 16px 20px; align-self: center; }
.jjhk7 .hriysvcv { font-size: .95rem; }
.cacidzf4 .t1yvnd { gap: 10px; }
.cacidzf4 .c8tgo, .cacidzf4 .s9kwd { padding: 12px; }
.cacidzf4 .c8tgo ul, .cacidzf4 .s9kwd ul { margin: 4px 0 0; padding-left: 18px; }
.cacidzf4 .c8tgo li, .cacidzf4 .s9kwd li { font-size: .85rem; margin-bottom: 3px; }
.uewwo .drohld { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .bmzow { grid-template-columns: 1fr; }
  .o7lxk85e { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .o7lxk85e .cjt8a { width: 72px; height: 50px; }
  .o7lxk85e .jtp55pj { max-width: 180px; }
  .o7lxk85e .av99 { width: auto; }
}
.d3g33ig .jjhk7 .hriysvcv { filter: brightness(1.2); }
@media (max-width: 720px) {
  .d3g33ig { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .e8n4ay { padding: 16px; }
  .evtyo6w .cgibc { min-width: 50%; }
}
.hr6z .t1yvnd { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .jx1j { grid-template-columns: 1fr; }
  .pdgesve { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .p9y600 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .mzjii { flex-wrap: wrap; padding: 16px; }
}
.g0mil .t1yvnd { gap: 8px; }
.g0mil .c8tgo, .g0mil .s9kwd { padding: 8px; }
@media (max-width: 480px) {
  .tn3x3 { flex-direction: column; align-items: stretch; }
}
.spiw .av99 .h7lv0qu { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .kl1u4 { flex-direction: column; align-items: stretch; gap: 10px; }
  .spiw .av99 { text-align: center; }
}
@media (max-width: 720px) {
  .ulm1vuc1 { grid-template-columns: 1fr; }
  .ywhm { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .egxvtrae { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.qu56sr25 .gn0ix7 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.l1lv .hriysvcv { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .psh3 { grid-template-columns: 1fr; }
  .l1lv { width: 100px; height: 100px; margin: 16px auto; }
  .qu56sr25 { font-size: 1.4rem; }
  .rwi1hu { justify-content: center; }
  .mc797bw .cgibc { min-width: 50%; }
}
.ohbr .t1yvnd { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .dokzw { flex-wrap: wrap; padding: 14px 16px; }
  .qmhal { padding: 12px 16px; }
  .ohbr .t1yvnd { margin: 0 16px; }
  .ohbr .uewwo { padding: 0 16px; }
  .qdmi6cz { padding: 12px 16px; }
}
.qltbb0bc .rr2sl {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.qltbb0bc .rr2sl:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.q7egl .nr0zxrrd { gap: 18px; }
.q7egl .rr2sl {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.q7egl .rr2sl:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.et1hwmk .nr0zxrrd {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.et1hwmk .rr2sl {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.et1hwmk .rr2sl:last-child { border-bottom: none; }
.et1hwmk .xrpvbew,
.et1hwmk .le9g0to,
.et1hwmk .cxbo4 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.ura9p .nr0zxrrd { gap: 0; }
.ura9p .rr2sl {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.ura9p .rr2sl:last-child { border-bottom: none; }
.ura9p .rr2sl:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.ura9p .rr2sl:nth-child(even):hover { background: var(--bg-hover); }
.gr9770v .rr2sl {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.edamohd6 .cxbo4 .icpe {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.edamohd6 .cxbo4 .icpe:first-child { border-left: none; }
.m9d4 .cxbo4 .icpe {
  background: transparent; padding: 4px 8px;
}
.m9d4 .cxbo4 .ba992f { font-size: .65rem; opacity: .65; }
.m9d4 .cxbo4 .wp53c   { font-size: 1.15rem; color: var(--accent-light); }
.hb512gl .cxbo4 .icpe {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.ccig { display: none; }
.g0rlz992 .j8qo { font-size: 1rem; letter-spacing: 2px; }
.vnfj .j8qo {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.zvqiemgj .j8qo,
.lmgkqgm7 .j8qo,
.d5m5wjke .j8qo { display: none; }
.zvqiemgj .ccig,
.lmgkqgm7 .ccig,
.d5m5wjke .ccig { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.zvqiemgj .ccig { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.zvqiemgj .ccig small { display: none; }
.lmgkqgm7 .ccig {
  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;
}
.lmgkqgm7 .ccig small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.d5m5wjke .ccig {
  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;
}
.d5m5wjke .ccig small { display: none; }
.zvqiemgj .nvm04gob .hriysvcv,
.lmgkqgm7 .nvm04gob .hriysvcv,
.d5m5wjke .nvm04gob .hriysvcv { display: none; }
.zvqiemgj .nvm04gob strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.zvqiemgj .gn0ix7 { display: none; }
.lmgkqgm7 .nvm04gob 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;
}
.lmgkqgm7 .mv4plt,
.lmgkqgm7 .gn0ix7 { font-size: 1em; }
.d5m5wjke .nvm04gob strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.d5m5wjke .gn0ix7 { display: none; }
.e5sxh0us { margin: 16px 0; }
.welph8tc { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.welph8tc summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.welph8tc summary::after { content: "+"; color: var(--accent-light); }
.welph8tc[open] summary::after { content: "−"; }
.welph8tc p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.v08f0 { margin-bottom: 0; }
.vjz0n h2.k9qajtp { color: var(--text-primary); border-color: var(--accent-light); }
.hf5m h2.k9qajtp { color: var(--text-primary); border-color: var(--accent-light); }
.vl8g .co7qcxdy     { background: #052e16; border-color: #10b981; }
.vl8g .h5tw2e7h { background: #2d0a1e; border-color: #f43f5e; }
.vl8g .tbeytdlp    { background: #1e1036; border-color: #a855f7; }
.vl8g .yz162jl5 strong  { color: #f1f5f9; }
.vl8g .yz162jl5 p       { color: #cbd5e1; }
.vl8g .iiald    .co7qcxdy     .kcaz::before,
.vl8g .m7ut  .co7qcxdy     .kcaz::before,
.vl8g .fiah1ir  .co7qcxdy     .kcaz::before,
.vl8g .kph8f46k .co7qcxdy     .kcaz::before { color: #10b981; }
.vl8g .iiald    .h5tw2e7h .kcaz::before,
.vl8g .m7ut  .h5tw2e7h .kcaz::before,
.vl8g .fiah1ir  .h5tw2e7h .kcaz::before,
.vl8g .kph8f46k .h5tw2e7h .kcaz::before { color: #f43f5e; }
.vl8g .iiald    .tbeytdlp    .kcaz::before,
.vl8g .m7ut  .tbeytdlp    .kcaz::before,
.vl8g .fiah1ir  .tbeytdlp    .kcaz::before,
.vl8g .kph8f46k .tbeytdlp    .kcaz::before { color: #a855f7; }
.n6th9l .co7qcxdy     { background: #2d2000; border-color: #eab308; }
.n6th9l .h5tw2e7h { background: #2d0b0b; border-color: #ef4444; }
.n6th9l .tbeytdlp    { background: #2d1600; border-color: #f97316; }
.n6th9l .yz162jl5 strong  { color: #f1f5f9; }
.n6th9l .yz162jl5 p       { color: #cbd5e1; }
.n6th9l .iiald    .co7qcxdy     .kcaz::before,
.n6th9l .m7ut  .co7qcxdy     .kcaz::before,
.n6th9l .fiah1ir  .co7qcxdy     .kcaz::before,
.n6th9l .kph8f46k .co7qcxdy     .kcaz::before { color: #eab308; }
.n6th9l .iiald    .h5tw2e7h .kcaz::before,
.n6th9l .m7ut  .h5tw2e7h .kcaz::before,
.n6th9l .fiah1ir  .h5tw2e7h .kcaz::before,
.n6th9l .kph8f46k .h5tw2e7h .kcaz::before { color: #ef4444; }
.n6th9l .iiald    .tbeytdlp    .kcaz::before,
.n6th9l .m7ut  .tbeytdlp    .kcaz::before,
.n6th9l .fiah1ir  .tbeytdlp    .kcaz::before,
.n6th9l .kph8f46k .tbeytdlp    .kcaz::before { color: #f97316; }
.gi2ct7x3 .co7qcxdy     { background: #0c1a2e; border-color: #38bdf8; }
.gi2ct7x3 .h5tw2e7h { background: #12103a; border-color: #818cf8; }
.gi2ct7x3 .tbeytdlp    { background: #0a2020; border-color: #2dd4bf; }
.gi2ct7x3 .yz162jl5 strong  { color: #f1f5f9; }
.gi2ct7x3 .yz162jl5 p       { color: #cbd5e1; }
.gi2ct7x3 .iiald    .co7qcxdy     .kcaz::before,
.gi2ct7x3 .m7ut  .co7qcxdy     .kcaz::before,
.gi2ct7x3 .fiah1ir  .co7qcxdy     .kcaz::before,
.gi2ct7x3 .kph8f46k .co7qcxdy     .kcaz::before { color: #38bdf8; }
.gi2ct7x3 .iiald    .h5tw2e7h .kcaz::before,
.gi2ct7x3 .m7ut  .h5tw2e7h .kcaz::before,
.gi2ct7x3 .fiah1ir  .h5tw2e7h .kcaz::before,
.gi2ct7x3 .kph8f46k .h5tw2e7h .kcaz::before { color: #818cf8; }
.gi2ct7x3 .iiald    .tbeytdlp    .kcaz::before,
.gi2ct7x3 .m7ut  .tbeytdlp    .kcaz::before,
.gi2ct7x3 .fiah1ir  .tbeytdlp    .kcaz::before,
.gi2ct7x3 .kph8f46k .tbeytdlp    .kcaz::before { color: #2dd4bf; }
.ktxi::before,
.ru0ru76q::before { margin-right: 5px; }
.lr59la .c8tgo ul li,
.lr59la .v28wtka li         { color: #4ade80; }
.lr59la .c8tgo .ktxi { color: #22c55e; }
.lr59la .s9kwd ul li,
.lr59la .vnlzzky4 li         { color: #f87171; }
.lr59la .s9kwd .ru0ru76q { color: #ef4444; }
.ynmi .c8tgo { background: var(--bg-pros); }
.ynmi .s9kwd { background: var(--bg-cons); }
.ynmi .c8tgo .ktxi { color: var(--c-pros-label); }
.ynmi .s9kwd .ru0ru76q { color: var(--c-cons); }
.ynmi .c8tgo ul li,
.ynmi .v28wtka li            { color: var(--c-pros); }
.ynmi .s9kwd ul li,
.ynmi .vnlzzky4 li            { color: var(--c-cons); }
.ua8u .c8tgo { background: var(--bg-pros); }
.ua8u .s9kwd { background: var(--bg-cons); }
.ua8u .c8tgo .ktxi { color: var(--c-pros-label); }
.ua8u .s9kwd .ru0ru76q { color: var(--c-cons); }
.ua8u .c8tgo ul li,
.ua8u .v28wtka li          { color: var(--c-pros); }
.ua8u .s9kwd ul li,
.ua8u .vnlzzky4 li          { color: var(--c-cons); }
.jemg .ktxi::before { content: "✓ "; }
.jemg .ru0ru76q::before { content: "✗ "; }
.c359hwz .ktxi::before { content: "→ "; }
.c359hwz .ru0ru76q::before { content: "← "; }
.jqj3 .ktxi::before { content: "★ "; }
.jqj3 .ru0ru76q::before { content: "✕ "; }
.ykaaf .ktxi::before { content: "◆ "; }
.ykaaf .ru0ru76q::before { content: "▲ "; }
.bzi6 .yz162jl5 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.bzi6 .yz162jl5 strong { color: var(--text-primary); }
.bzi6 .yz162jl5 p      { color: var(--text-muted); }
.h2oqbjfv .yz162jl5 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.qbwbi57r .yz162jl5 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.qbwbi57r .yz162jl5 strong,
.qbwbi57r .yz162jl5 p { color: #fff; }
.qbwbi57r .kcaz::before { color: rgba(255,255,255,0.9) !important; }
.pxi0 .yz162jl5 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.pxi0 .yz162jl5 strong { color: var(--text-primary); }
.pxi0 .yz162jl5 p      { color: var(--text-muted); }
.wubph1 .yz162jl5 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.iiald .kcaz,
.m7ut .kcaz,
.fiah1ir .kcaz,
.kph8f46k .kcaz { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.iiald .kcaz::before,
.m7ut .kcaz::before,
.fiah1ir .kcaz::before,
.kph8f46k .kcaz::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.iiald .co7qcxdy     .kcaz::before { content: "✦"; color: var(--c-tip-border); }
.iiald .h5tw2e7h .kcaz::before { content: "▲"; color: var(--c-warn-border); }
.iiald .tbeytdlp    .kcaz::before { content: "◉"; color: #60a5fa; }
.m7ut .co7qcxdy     .kcaz::before { content: "★"; color: var(--c-tip-border); }
.m7ut .h5tw2e7h .kcaz::before { content: "◆"; color: var(--c-warn-border); }
.m7ut .tbeytdlp    .kcaz::before { content: "●"; color: #60a5fa; }
.fiah1ir .co7qcxdy     .kcaz::before { content: "▶"; color: var(--c-tip-border); }
.fiah1ir .h5tw2e7h .kcaz::before { content: "■"; color: var(--c-warn-border); }
.fiah1ir .tbeytdlp    .kcaz::before { content: "▸"; color: #60a5fa; }
.kph8f46k .co7qcxdy     .kcaz::before { content: "→"; color: var(--c-tip-border); }
.kph8f46k .h5tw2e7h .kcaz::before { content: "⬥"; color: var(--c-warn-border); }
.kph8f46k .tbeytdlp    .kcaz::before { content: "◈"; color: #60a5fa; }
.mzw9ghfv .e8jxam1k .zf3p7n,
.mzw9ghfv .x07juh6 .zf3p7n  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.mzw9ghfv .trcimjec                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.mzw9ghfv .rr2sl                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.mzw9ghfv .z48m            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.mzw9ghfv .ipb8          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.mzw9ghfv .iekigz                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.h2gzgmk .e8jxam1k .zf3p7n,
.h2gzgmk .x07juh6 .zf3p7n,
.h2gzgmk .trcimjec,
.h2gzgmk .rr2sl,
.h2gzgmk .z48m,
.h2gzgmk .ipb8,
.h2gzgmk .iekigz,
.h2gzgmk .wubph1 .yz162jl5 { box-shadow: none; }
.dq5fvyys   .m3dcslwx, .dq5fvyys .ru4hax44, .dq5fvyys .e08k,
.dq5fvyys   .lm2zl, .dq5fvyys .wygl6g5 { font-size: 0.9rem; }
.dq5fvyys   .m05dzf, .dq5fvyys .rias5ymk { font-size: 0.9rem; }
.g8eth8   .m3dcslwx, .g8eth8 .ru4hax44, .g8eth8 .e08k,
.g8eth8   .lm2zl, .g8eth8 .wygl6g5 { font-size: 0.95rem; }
.g8eth8   .m05dzf, .g8eth8 .rias5ymk { font-size: 0.95rem; }
.bgndmu   .m3dcslwx, .bgndmu .ru4hax44, .bgndmu .e08k,
.bgndmu   .lm2zl, .bgndmu .wygl6g5 { font-size: 1.08rem; }
.bgndmu   .m05dzf, .bgndmu .rias5ymk { font-size: 1.05rem; }
.bgndmu   .ixrfgw75 { font-size: 0.97rem; }
.k4bd0hs .spiyo0wv      { font-size: 3.2rem; }
.k4bd0hs h2.k9qajtp { font-size: 1.9rem; }
.k4bd0hs h3.jzl5wcf     { font-size: 1.4rem; }
.g5cgxgb .spiyo0wv      { font-size: 3.8rem; }
.g5cgxgb h2.k9qajtp { font-size: 2.2rem; }
.g5cgxgb h3.jzl5wcf     { font-size: 1.6rem; }
.v08f0 + .v08f0 { position: relative; }
.anj0w   .v08f0 + .v08f0::before,
.tmafri  .v08f0 + .v08f0::before,
.zthhhds   .v08f0 + .v08f0::before,
.q80c6   .v08f0 + .v08f0::before,
.guxy9wg   .v08f0 + .v08f0::before,
.f8t9lq0 .v08f0 + .v08f0::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.anj0w .v08f0 + .v08f0::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.tmafri .v08f0 + .v08f0::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.zthhhds .v08f0 + .v08f0::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;
}
.q80c6 .v08f0 + .v08f0::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.kn9otp65 .v08f0 { margin-bottom: 16px; }
.kn9otp65 .v08f0 + .v08f0 { margin-top: 0; }
.kn9otp65 .xt93j00 { padding-top: 0; padding-bottom: 0; }
.guxy9wg .v08f0 + .v08f0::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.f8t9lq0 .v08f0 + .v08f0::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.byerl .v08f0 + .v08f0::before,
.op1sx .v08f0 + .v08f0::before,
.a9ald0s .v08f0 + .v08f0::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%;
}
.etjp4t .byerl .v08f0:nth-child(even)::before,
.etjp4t .op1sx .v08f0:nth-child(even)::before,
.etjp4t .a9ald0s .v08f0:nth-child(even)::before { background: var(--bg-surface); }
.nlcxy2 .byerl .v08f0:nth-child(even)::before,
.nlcxy2 .op1sx .v08f0:nth-child(even)::before,
.nlcxy2 .a9ald0s .v08f0:nth-child(even)::before { background: var(--bg-card); }
.byerl .v08f0 + .v08f0::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");
}
.op1sx .v08f0 + .v08f0::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");
}
.a9ald0s .v08f0 + .v08f0::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");
}
.lxgk .xggm,
.zp524 .xggm,
.q8f9sejl .xggm { overflow: hidden; }
.lxgk .edwba0,
.zp524 .edwba0 { margin-bottom: 60px; }
.q8f9sejl .edwba0 { margin-bottom: 70px; }
.lxgk .xggm::before,
.zp524 .xggm::before,
.q8f9sejl .xggm::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%;
}
.lxgk .xggm::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");
}
.zp524 .xggm::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");
}
.q8f9sejl .xggm::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");
}
.lbgx8mha .xggm:not(.b7klqfy) .e52o4que { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.yp0q17n .xggm:not(.b7klqfy) .e52o4que { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.etsff  .xggm:not(.b7klqfy) .e52o4que { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.mbnh4y  .xggm:not(.b7klqfy) .e52o4que { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.v3ft7ix .b7klqfy .e52o4que { background: none; }
.v3ft7ix .xggm:not(.b7klqfy) .e52o4que { background: rgba(0,0,0,0.6); }
.xeofjj1 .cfkhku7 { float: left; width: 38%; margin: 0 28px 16px 0; }
.xeofjj1 .cfkhku7 .vlpg2xyi { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xeofjj1 .xt93j00::after { content: ''; display: block; clear: both; }
.bbhp .cfkhku7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.bbhp .cfkhku7 .vlpg2xyi { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bbhp .xt93j00::after { content: ''; display: block; clear: both; }
.gehx2q9b .v08f0:nth-child(odd)  .cfkhku7 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.gehx2q9b .v08f0:nth-child(even) .cfkhku7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.gehx2q9b .cfkhku7 .vlpg2xyi { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.gehx2q9b .xt93j00::after { content: ''; display: block; clear: both; }
.xeofjj1 .f4yjzm,
.xeofjj1 .nr0zxrrd,
.bbhp .f4yjzm,
.bbhp .nr0zxrrd,
.gehx2q9b .f4yjzm,
.gehx2q9b .nr0zxrrd { clear: both; }
@media (max-width: 900px) {
  .xeofjj1 .cfkhku7,
  .bbhp .cfkhku7,
  .gehx2q9b .v08f0:nth-child(odd)  .cfkhku7,
  .gehx2q9b .v08f0:nth-child(even) .cfkhku7 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .xeofjj1 .cfkhku7 .vlpg2xyi,
  .bbhp .cfkhku7 .vlpg2xyi,
  .gehx2q9b .cfkhku7 .vlpg2xyi {
    max-height: none !important;
  }
}
.xeofjj1 .m05dzf,
.xeofjj1 .rias5ymk,
.bbhp .m05dzf,
.bbhp .rias5ymk,
.gehx2q9b .m05dzf,
.gehx2q9b .rias5ymk { overflow: hidden; }
@media (max-width: 640px) {
  .xeofjj1 .cfkhku7,
  .bbhp .cfkhku7,
  .gehx2q9b .cfkhku7 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.l2l2uw .dixsa,
.l2l2uw .xt93j00,
.l2l2uw .ad31e  { max-width: 1100px; }
.g18hc .dixsa,
.g18hc .xt93j00,
.g18hc .ad31e  { max-width: 1200px; }
.g18hc { --content-mw: 1200px; }
.o82rbb4 .dixsa,
.o82rbb4 .xt93j00,
.o82rbb4 .ad31e  { max-width: 1320px; }
.upg1l { font-size: 0.82rem; color: var(--text-muted); }
.jb2l { display: flex; align-items: center; }
.clrkko {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.x6tr { display: flex; align-items: center; }
.kocbkwua { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.kocbkwua:hover { text-decoration: underline; }
.jeev8 { margin: 0 3px; opacity: 0.45; }
.jeev8::before { content: '/'; }
.kz1k940 { padding: 2px 5px; color: var(--text-main); }
.fzshd .upg1l {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.fzshd .jb2l { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.sz4ipxcs .upg1l {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.sz4ipxcs .jb2l { padding: 0 0 0 12px; }
.puym .jb2l { padding: 0 16px; }
.puym .upg1l {
  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);
}
.puym .dixsa { padding-top: 28px; }
@media (max-width: 720px) {
  .jzja { margin-top: 18px; padding: 0 16px; }
  .puym .dixsa { padding-top: 16px; }
}
.l2l2uw.fzshd .jb2l { max-width: 1100px; }
.g18hc.fzshd .jb2l { max-width: 1200px; }
.o82rbb4.fzshd .jb2l { max-width: 1320px; }
.g18hc .jzja { max-width: 1200px; }
.jwxk .v08f0 { padding-top: 16px; padding-bottom: 16px; }
.clb7 .v08f0 { padding-top: 24px; padding-bottom: 24px; }
.f3uhp .v08f0 { padding-top: 40px; padding-bottom: 40px; }
.cbp4 .v08f0 { padding-top: 52px; padding-bottom: 52px; }
.xd499s .v08f0:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.xd499s .v08f0:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.xd499s .v08f0:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.xd499s .v08f0:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.jp4bkpl .xt93j00 { padding-top: 10px;  padding-bottom: 10px; }
.jq8g7yl .xt93j00 { padding-top: 18px;  padding-bottom: 18px; }
.ecsr .xt93j00 { padding-top: 36px;  padding-bottom: 36px; }
.kt7nt3xd .xt93j00 { padding-top: 48px;  padding-bottom: 48px; }
.pkurwk8v h2.k9qajtp { font-weight: 600; }
.pkurwk8v h3.jzl5wcf     { font-weight: 600; }
.wfwb { font-weight: 500; }
.wfwb h2.k9qajtp { font-weight: 800; }
.wfwb h3.jzl5wcf     { font-weight: 700; }
.bqfq h2.k9qajtp { font-weight: 900; }
.bqfq h3.jzl5wcf     { font-weight: 800; }
.bqfq .yz162jl5 strong,
.bqfq .yz162jl5 strong { font-weight: 600; }
.jo08 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.y3l6 .jo08 { display: none; }
@media (max-width: 640px) {
  .jo08 { display: none !important; }
}
.jo08 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.jo08:hover { opacity: 0.85; }
.gf4d0 .jo08 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.q8ybfkt .srx94 { right: 32px; }
@media (max-width: 480px) {
  .q8ybfkt .srx94 { right: 20px; bottom: 20px; }
  .vtgxqf  .srx94 { left: 20px; bottom: 20px; }
}
.wt49fkxv { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ad31e { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.xgmqit3h { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.f1cv { color: var(--text-dim); font-size: 0.8rem; }
.vnhzhvgl { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.vnhzhvgl img { height: 26px; width: auto; object-fit: contain; }
.cpk8m { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.t5pm0kj .ad31e { text-align: center; }
.t5pm0kj .xgmqit3h { margin-top: 0; }
.h0lnscy { margin-top: 10px; }
.h0lnscy a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ad31e { padding-left: 16px; padding-right: 16px; }
  .vezfp .ad31e { padding: 20px 16px; }
  .qgg4c1t3 { gap: 4px 12px; }
  .xgmqit3h { font-size: 0.78rem; }
}
.wpok .dldubln .vnhzhvgl { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.wpok .cpk8m { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.wpok .qom5gl { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.wpok .qom5gl a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.wpok .qom5gl a:hover { color: var(--accent-light); }
.wpok .xgmqit3h { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.wpok .f1cv { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .wpok .i9garm { grid-template-columns: 1fr 1fr; } .wpok .dldubln { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wpok .i9garm { grid-template-columns: 1fr; } }
.z3mykjwr .vnhzhvgl { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.z3mykjwr .xgmqit3h { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .z3mykjwr .xk44afpk { gap: 12px; } .z3mykjwr .vnhzhvgl { margin-right: 0; width: 100%; } }
.onhbdc0r .jsjkkx54 { 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; }
.onhbdc0r .vy65w3 .vnhzhvgl { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.onhbdc0r .cpk8m { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.onhbdc0r .e5roli { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.onhbdc0r .qom5gl { display: flex; flex-direction: column; gap: 9px; }
.onhbdc0r .qom5gl a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.onhbdc0r .qom5gl a:hover { color: var(--accent-light); }
.onhbdc0r .zez1 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.onhbdc0r .xgmqit3h { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.onhbdc0r .f1cv { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .onhbdc0r .jsjkkx54 { grid-template-columns: 1fr 1fr; } .onhbdc0r .vy65w3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .onhbdc0r .jsjkkx54 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .gh802s8x .zvts { grid-template-columns: 1fr 1fr; } .gh802s8x .t0z8s:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gh802s8x .zvts { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .jyd1xe .zvts { grid-template-columns: 1fr; } }
.sw3p .ad31e { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.i3ov60 .vkzpw      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.i3ov60 .wt49fkxv { background: var(--bg-page); border-top-color: var(--border-alt); }
.wniho .vkzpw      { background: #0d1117; border-bottom-color: #21262d; }
.wniho .ausby { color: var(--accent-light); }
.wniho .aayfg { --msep-color: #8b949e; }
.wniho .aayfg a { color: #8b949e; }
.wniho .aayfg a:hover { color: var(--accent-light); }
.wniho .uuvn725u { color: #8b949e; }
.wniho .wt49fkxv { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.wniho .xgmqit3h,
.wniho .f1cv { color: #6e7681; }
.wniho .qom5gl a, .wniho .ks0r6bt a,
.wniho .vnhzhvgl { color: #e6edf3; }
.wniho .qom5gl a:hover, .wniho .ks0r6bt a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .wniho .aayfg { background: #0d1117; border-top-color: #21262d; }
  .wniho .aayfg li a { border-bottom-color: #21262d; }
}
.pevabj2 .vkzpw      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.pevabj2 .ausby { color: var(--accent-light); }
.pevabj2 .aayfg { --msep-color: #475569; }
.pevabj2 .aayfg a { color: #475569; }
.pevabj2 .aayfg a:hover { color: var(--accent-light); }
.pevabj2 .uuvn725u { color: #64748b; }
.pevabj2 .wt49fkxv { background: #f0f4f8; border-top-color: #cbd5e1; }
.pevabj2 .xgmqit3h,
.pevabj2 .f1cv { color: #64748b; }
.pevabj2 .qom5gl a, .pevabj2 .ks0r6bt a,
.pevabj2 .sogm a, .pevabj2 .vnhzhvgl { color: #374151; }
.pevabj2 .qom5gl a:hover, .pevabj2 .ks0r6bt a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .pevabj2 .aayfg { background: #f0f4f8; border-top-color: #cbd5e1; }
  .pevabj2 .aayfg li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.i242hs .vkzpw      { background: var(--accent); border-bottom-color: var(--accent-light); }
.i242hs .ausby { color: #fff; }
.i242hs .aayfg { --msep-color: rgba(255,255,255,0.82); }
.i242hs .aayfg a { color: rgba(255,255,255,0.82); }
.i242hs .aayfg a:hover { color: #fff; }
.i242hs .uuvn725u { color: rgba(255,255,255,0.9); }
.i242hs .wt49fkxv { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.i242hs .xgmqit3h,
.i242hs .f1cv { color: rgba(255,255,255,0.72); }
.i242hs .qom5gl a, .i242hs .ks0r6bt a,
.i242hs .sogm a, .i242hs .vnhzhvgl { color: #fff; }
.i242hs .cpk8m, .i242hs .e5roli { color: rgba(255,255,255,0.7); }
.i242hs .qom5gl a:hover, .i242hs .ks0r6bt a:hover { color: #fff; }
@media (max-width: 640px) {
  .i242hs .aayfg { background: var(--accent); border-top-color: var(--accent-light); }
  .i242hs .aayfg li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.nlnta5i .vkzpw {
  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);
}
.nlnta5i .wt49fkxv {
  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) {
  .nlnta5i .aayfg {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.nyr1jp3 .ejxa { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ry0d2l2n .ejxa { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.dxtaqpn .ejxa { min-height: 72px; height: auto; }
.irvcmz .ejxa { min-height: 84px; height: auto; }
.vezfp .ejxa { max-width: none; padding: 0 32px; }
.vezfp .ad31e  { max-width: none; padding: 24px 32px; }
.gu6dtud.g18hc .ejxa { max-width: 1200px; }
.gu6dtud.o82rbb4 .ejxa { max-width: 1320px; }
.s7md   .ausby, .s7md   .vnhzhvgl { text-transform: capitalize; }
.ohq29w .ausby, .ohq29w .vnhzhvgl { text-transform: lowercase; }
.ybv5ep6q .ausby, .ybv5ep6q .vnhzhvgl { text-transform: uppercase; letter-spacing: 0.06em; }
.iha3a16i, .vobyk {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.y2jek .iha3a16i,
.y2jek .vobyk { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.muvyvv .iha3a16i,
.muvyvv .vobyk { 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; }
.yf46bsr .iha3a16i,
.yf46bsr .vobyk { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.hacop .iha3a16i,
.hacop .vobyk { 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; }
.zmt6cf   .aayfg a { font-weight: 500; }
.avukwxb .aayfg a { font-weight: 600; }
.c9fvj     .aayfg a { font-weight: 700; }
.nzjs    .aayfg a { font-weight: 800; letter-spacing: 0.01em; }
.rm2q9     .aayfg > li + li::before,
.k1sezup    .aayfg > li + li::before,
.na63k    .aayfg > li + li::before,
.gajk .aayfg > li + li::before,
.l0rt5a .aayfg > li + li::before,
.q46u  .aayfg > li + li::before,
.ier8o    .aayfg > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.rm2q9     .aayfg > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.k1sezup    .aayfg > li + li::before { content: "|"; }
.na63k    .aayfg > li + li::before { content: "—"; }
.gajk .aayfg > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.l0rt5a .aayfg > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.q46u  .aayfg > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ier8o    .aayfg > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .e29d2rni .uuvn725u,
  .x04f442 .uuvn725u,
  .wc0nccmn .uuvn725u,
  .g3qi6w .uuvn725u,
  .ak5iyoc .uuvn725u {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .e29d2rni .uuvn725u::before,
  .x04f442 .uuvn725u::before,
  .wc0nccmn .uuvn725u::before,
  .g3qi6w .uuvn725u::before,
  .ak5iyoc .uuvn725u::before { content: ""; display: block; flex-shrink: 0; }

  
  .e29d2rni .uuvn725u::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;
  }

  
  .x04f442 .uuvn725u::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;
  }

  
  .wc0nccmn .uuvn725u::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;
  }

  
  .g3qi6w .uuvn725u::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;
  }

  
  .ak5iyoc .uuvn725u::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) {
  .l6w60 .uuvn725u {
    padding: 5px 14px;
  }
  .l6w60 .aayfg {
    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;
  }
  .l6w60 .aayfg li a {
    border-bottom: none; padding: 10px 22px;
  }
  .l6w60 .aayfg li a:hover { background: var(--bg-raised); }
  .l6w60 .o8mj,
  .k8hvpdzh .o8mj,
  .fnrt4j0h .o8mj { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .v9hnxj .uuvn725u {
    padding: 5px 10px;
  }
  .v9hnxj .aayfg {
    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);
  }
  .v9hnxj .aayfg.xs3fs9 { transform: translateX(0); }
  .v9hnxj .aayfg li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .v9hnxj .aayfg li:last-child a { border-bottom: none; }
  .i242hs .aayfg,
  .wniho .aayfg { background: var(--accent) !important; }
  .i242hs .aayfg li a,
  .wniho .aayfg li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .fnrt4j0h .uuvn725u {
    padding: 5px 10px;
  }
  .fnrt4j0h .aayfg {
    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);
  }
  .fnrt4j0h .aayfg::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .fnrt4j0h .aayfg.xs3fs9 { transform: translateY(0); }
  .fnrt4j0h .aayfg li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .e0d9 .uuvn725u {
    padding: 5px 10px;
  }
  .e0d9 .aayfg {
    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;
  }
  .e0d9 .aayfg.xs3fs9 { opacity: 1; pointer-events: auto; }
  .e0d9 .aayfg li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .o7bb1cd     .uuvn725u { border-radius: 0 !important; }
  .uptl   .uuvn725u { border-radius: 8px !important; }
  .afamlw .uuvn725u { border-radius: 50% !important; }
  .n9rfy0k   .uuvn725u { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .mnnnna8 .ckeatffc { flex-direction: column; align-items: stretch; }
  .mnnnna8 .h8r56gbh { flex-direction: row; min-width: auto; }
  .mnnnna8 .aiws { align-items: flex-start; text-align: left; }
}
.nt3m,
.nt3m.v08f0,
.etjp4t .nt3m,
.bl4z6 .nt3m,
.nlcxy2 .nt3m,
.qjhs .nt3m {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.gqd4d {
  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;
}
.crl40ag { flex: 1 1 280px; min-width: 0; }
.ec7yf {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.z46s {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.kottyv7 {
  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;
}
.kottyv7:hover { transform: translateY(-1px); opacity: 0.95; }
.lp775 .gqd4d {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.lp775 .ec7yf { color: var(--cta); }
.lp775 .z46s { color: var(--text-body); }
.lp775 .kottyv7 {
  background: var(--cta) !important;
  color: #fff !important;
}
.b1rki84c .gqd4d {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.b1rki84c .ec7yf { color: var(--text-primary); }
.b1rki84c .z46s { color: var(--text-body); }
.b1rki84c .kottyv7 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .gqd4d {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .crl40ag { flex: 0 0 auto; }
  .ec7yf { font-size: 1.2rem; }
  .kottyv7 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.cowk8qc .s2aqe83a { height: 36px; }
.i88hkx .s2aqe83a { height: 60px; max-width: 200px; }
.mrjxhudw .s2aqe83a { height: 56px; max-width: 180px; }
.kn3agv    .j8qo, .kn3agv    .hriysvcv { color: #f59e0b; }
.inh8bgm      .j8qo { font-size: 1rem; letter-spacing: 1.5px; }
.inh8bgm      .hriysvcv   { font-size: 1.35rem; }
.q0sgf    .j8qo, .q0sgf    .hriysvcv { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.pnjesuu     .j8qo, .pnjesuu     .hriysvcv { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.qbss .j8qo, .qbss .hriysvcv { color: var(--cta); letter-spacing: 2px; }
.uga9   .j8qo, .uga9   .hriysvcv { color: #e91e63; letter-spacing: 2px; }
.ywonl  .j8qo, .ywonl  .hriysvcv { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.p1qlpojs     .j8qo, .p1qlpojs     .hriysvcv { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.edamohd6 .icpe + .icpe {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.yu40 .rr2sl { padding: 18px 24px; min-height: 68px; }
.m9d4 .ba992f {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.m9d4 .wp53c {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.hb512gl .icpe {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.nr0zxrrd { counter-reset: cs-rank; }
.nr0zxrrd .rr2sl { counter-increment: cs-rank; }
.nr0zxrrd .rr2sl::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;
}
.kqcl3g3 .nr0zxrrd { counter-reset: cs-rank; gap: 0; }
.kqcl3g3 .rr2sl {
  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;
}
.kqcl3g3 .rr2sl::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;
}
.kqcl3g3 .xrpvbew {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.kqcl3g3 .xvrwqp {
  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;
}
.kqcl3g3 .x5vxpcg { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.kqcl3g3 .xrpvbew { min-width: 0; flex-direction: column; width: 100%; }
.kqcl3g3 .ruuh2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.kqcl3g3 .j8qo { color: var(--cta, var(--accent)); }
.kqcl3g3 .ccig { font-weight: 700; }
.kqcl3g3 .icpe {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.kqcl3g3 .ba992f {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.kqcl3g3 .wp53c {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.kqcl3g3 .fp0ht42 .wp53c { font-size: 1.3rem; color: var(--accent-light); }
.kqcl3g3 .rgqo {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.kqcl3g3 .rr2sl:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .kqcl3g3 .nr0zxrrd {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .kqcl3g3 .rr2sl {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .kqcl3g3 .rr2sl { padding: 40px 16px 20px; }
  .kqcl3g3 .icpe {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .kqcl3g3 .rgqo { width: 100%; min-width: 0; }
}
.w8gvie9m .nr0zxrrd { counter-reset: cs-rank; gap: 10px; }
.w8gvie9m .rr2sl {
  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);
}
.w8gvie9m .rr2sl::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);
}
.w8gvie9m .xrpvbew {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.w8gvie9m .xvrwqp {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.w8gvie9m .x5vxpcg { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.w8gvie9m .ruuh2 {
  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;
}
.w8gvie9m .j8qo { color: var(--cta, var(--accent)); }
.w8gvie9m .icpe {
  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;
}
.w8gvie9m .ba992f {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.w8gvie9m .wp53c { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.w8gvie9m .fp0ht42 .wp53c { color: var(--accent-light); }
.w8gvie9m .rgqo {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.w8gvie9m .rr2sl:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .w8gvie9m .rr2sl {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .w8gvie9m .rr2sl::before {
    position: absolute; top: 14px; left: 14px;
  }
  .w8gvie9m .xrpvbew {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .w8gvie9m .ruuh2 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .w8gvie9m .icpe {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .w8gvie9m .rgqo { width: 100%; min-width: 0; }
  .w8gvie9m .j8qo { min-width: 0; }
}
.coqvdl4i .rr2sl::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.br7eoc .welph8tc {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.br7eoc .welph8tc summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.br7eoc .welph8tc p { padding: 0 2px 16px; }
.qk82gx .welph8tc { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.qk82gx .welph8tc summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.qk82gx .welph8tc summary::after { content: "›"; font-size: 1.2em; }
.qk82gx .welph8tc[open] summary::after { content: "‹"; }
.qk82gx .welph8tc p { padding: 10px 22px 4px; }
.rau6kd .welph8tc {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.rau6kd .welph8tc summary { color: var(--text-primary); padding-left: 16px; }
.rau6kd .welph8tc summary::after { content: "›"; font-size: 1.1em; }
.rau6kd .welph8tc[open] summary::after { content: "‹"; }
.rau6kd .welph8tc p { padding-left: 16px; }
.jy0up .e5sxh0us { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.jy0up .welph8tc {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.jy0up .welph8tc:last-child { border-bottom: none; }
.jy0up .welph8tc summary { color: var(--text-primary); border-radius: 0; }
.jy0up .welph8tc summary::after { content: "›"; font-size: 1.1em; }
.jy0up .welph8tc[open] summary::after { content: "‹"; }
.rycvh .welph8tc { overflow: hidden; }
.rycvh .welph8tc summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.rycvh .welph8tc summary::after { color: rgba(255,255,255,.75); }
.rycvh .welph8tc[open] summary { border-radius: 0; }
.kn77g1e { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.w51wtia {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.jr9fjt {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.o9colfb { color: var(--text-muted); font-size: 1.05rem; }
.csiq {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.hswyk { margin-bottom: 20px; }
.pfnu {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.tix4 {
  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;
}
.tix4:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.x0umc { resize: vertical; min-height: 130px; }
.ahnqbo6 { width: 100%; margin-top: 8px; }
.gbptgb3 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.xi5aimg {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.vurdccvx { color: var(--text-muted); line-height: 1.75; }
.ugim { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ugim li { margin-bottom: 6px; }
.soqow1 { max-width: 760px; margin: 0 auto; }
.bz2xqvz0 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.xhmzho { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.xhmzho:last-child { border-bottom: none; }
.xhmzho h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.xhmzho p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.pwmrs { max-width: 760px; margin: 0 auto; }
.rhxs7lz { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.rhxs7lz:last-child { border-bottom: none; }
.yukd9ca { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.rhxs7lz p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.rhxs7lz ul.ugim { margin: 0; }
.v6cveb .yukd9ca { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .v6cveb { grid-template-columns: 1fr; gap: 10px; } }
.bu7l9j .yukd9ca { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.sa9v .ugim { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .vnw4nho { grid-template-columns: 1fr; } }
.r903 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.r903:hover .kdx6j71 { color: var(--accent-light); text-decoration: underline; }
.kvltkvfj { color: inherit; text-decoration: none; }
.kvltkvfj:hover { color: var(--accent-light); text-decoration: underline; }
.cw5a0bd { display: inline-block; line-height: 0; }
.c8ahnn9 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.wwsn0h0 { margin-bottom: 48px; }
.zwleznb { max-width: 760px; margin: 0 auto; }
.b1grp { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.b1grp:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.i8tx90r { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.b1grp p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.b1grp ul.ugim { margin: 0; }
.rh06v6z { color: var(--text-muted); line-height: 1.75; }
.doqzxe .ugim,
.ncfqdmfl .ugim,
.lxia .ugim,
.g86y7bsz .ugim {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.doqzxe .b1grp,
.ncfqdmfl .b1grp { text-align: left; }
.doqzxe .i8tx90r,
.ncfqdmfl .i8tx90r { text-align: center; }
.n5btbq { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.r55j { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.nvh736i { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ex6wrc { margin-top: 12px; }
.hpw1 { 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; }
.hpw1:hover { border-bottom-color: var(--accent-light); }
.vwbeudj8 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.vwbeudj8 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.f9g7nm { border-radius: 10px; }
.wthn { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.zo14 { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
.pm7awc3 { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .pm7awc3 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.zcp1i .nvh736i, .zcp1i .r55j { max-width: 640px; }
.z8oq .n5btbq { font-size: 1.6rem; margin-top: 18px; }
.lccja38 .nvh736i { margin-bottom: 28px; }
@media (max-width: 860px) { .wf8rgmpc { grid-template-columns: 1fr; } .z8oq { position: static; text-align: center; } }
.b3tdo6s .vwbeudj8 { margin: 0 auto 18px; }
.b3tdo6s .wthn { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .pndt5d { grid-template-columns: 1fr; } }
.g1150tf .n5btbq { font-size: 1.6rem; margin-bottom: 6px; }
.g86y7bsz .ugim { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .g1150tf { flex-direction: column; text-align: center; } .je2hj04v { grid-template-columns: 1fr; } }
.qrr9f4u .n5btbq { font-size: 1.35rem; margin: 0 0 4px; }
.qrr9f4u .wthn { margin: 0; }
.brbd { max-width: 760px; margin: 0 auto; }
.bvurihbc { position: relative; padding-left: 28px; }
.bvurihbc::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.gbos702e { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.gbos702e:last-child { padding-bottom: 0; }
.k5bz1 { 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; }
.d3khyp7r h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.d3khyp7r p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ze4r1n {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.ze4r1n .jr9fjt { color: var(--accent-light); }
.fw5gbc0l .jr9fjt { font-size: 2rem; }
.fw5gbc0l .o9colfb { max-width: 680px; }
.mnvx .jr9fjt { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.mnvx .o9colfb  { margin: 0; }
@media (max-width: 640px) { .mnvx { flex-direction: column; } }
.c4djr .jr9fjt { color: var(--accent-light); }
.zk2ddb1 .jr9fjt { color: #fff; }
.zk2ddb1 .o9colfb  { color: rgba(255,255,255,0.85); }
.oa9wnyf2 { max-width: 680px; margin: 0 auto; }
.tuli {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .tuli { grid-template-columns: 1fr; } }
.t3zwi .tix4 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.t3zwi .tix4:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.xapo .tix4 { background: var(--bg-raised); border-color: transparent; }
.xapo .tix4:focus { background: var(--bg-card); border-color: var(--accent-light); }
.gmn2x6o .tix4 { border-radius: 100px; padding: 11px 20px; }
.gmn2x6o .x0umc { border-radius: 14px; }
.hqw15kj {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.hqw15kj 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;
}
.hqw15kj summary::-webkit-details-marker { display: none; }
.hqw15kj summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.hqw15kj[open] summary::after { content: "−"; }
.x7xks {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .t35w { grid-template-columns: 1fr; } }
.yh3j56{display:none}
.yh3j56:empty,.lfgnh9:empty{display:none}
.zrb50xx{position:relative;overflow:visible}
.t7txys .swnk1mi,.j4cfsb .swnk1mi,
.stlr .swnk1mi,.gyky4e .swnk1mi,
.ybho .swnk1mi,.lu5hd .swnk1mi{display:block}
.v7hn9 .fbz7{display:block}
.t7txys .swnk1mi,.j4cfsb .swnk1mi,
.stlr .swnk1mi,.gyky4e .swnk1mi,
.ybho .swnk1mi{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}
.t7txys .swnk1mi .lfgnh9,.j4cfsb .swnk1mi .lfgnh9,
.stlr .swnk1mi .lfgnh9,.gyky4e .swnk1mi .lfgnh9,
.ybho .swnk1mi .lfgnh9{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}
.t7txys .b3by,.j4cfsb .b3by,
.stlr .b3by,.gyky4e .b3by,
.ybho .b3by{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.t7txys .swnk1mi,.j4cfsb .swnk1mi{top:12px}
.t7txys .swnk1mi .lfgnh9{margin-right:auto}
.j4cfsb .swnk1mi .lfgnh9{margin-left:auto}
.j4cfsb .swnk1mi{text-align:right}
.stlr .swnk1mi,.gyky4e .swnk1mi{bottom:12px}
.stlr .swnk1mi .lfgnh9{margin-right:auto}
.gyky4e .swnk1mi .lfgnh9{margin-left:auto}
.gyky4e .swnk1mi{text-align:right}
.ybho .swnk1mi{position:relative;margin-top:16px}
.ybho .swnk1mi .lfgnh9{margin:0 auto}
.lu5hd .swnk1mi{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.lu5hd .swnk1mi .lfgnh9{margin:0}
.lu5hd .p4ob~.swnk1mi,
.lu5hd .fgk9~.swnk1mi{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.lu5hd .p4ob~.swnk1mi .lfgnh9,
.lu5hd .fgk9~.swnk1mi .lfgnh9{justify-content:flex-start}
.p4ob~.swnk1mi,.fgk9~.swnk1mi{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}
.p4ob~.swnk1mi .lfgnh9{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fgk9~.swnk1mi .lfgnh9{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fbz7 .lfgnh9{margin:0 0 12px}
.lfgnh9{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.u85o2jv{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.kdx6j71{font-weight:600;color:var(--text-heading);opacity:1}
.hux0::before{content:"·";margin:0 2px;opacity:.5}
.b3by{white-space:nowrap}
.z6z70k .u85o2jv{display:none}
.ikqkkei .b3by{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.ikqkkei .hux0::before{content:""}
.eol7v .b3by{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.eol7v .hux0::before{content:""}
.f8pa .lfgnh9{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.q8sggcj .b3by{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.q8sggcj .hux0::before{content:""}
.zvh2v .b3by{color: var(--accent-light);opacity:1;font-weight:500}
.cy1r .b3by{border-bottom:1px solid currentColor;padding-bottom:2px}
.qd1fg .lfgnh9{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ynwl{--date-bg:var(--accent-bg-light)}
.ymf1 .hux0::before{content:""}
.l8p5xvx .hux0::before{content:"•";opacity:.4}
.l8p5xvx .b3by + .b3by::before{content:"•";margin-right:6px;opacity:.4}
.i7m1 .hux0::before{content:"/";opacity:.35}
.i7m1 .b3by + .b3by::before{content:"/";margin-right:6px;opacity:.35}
.bs6rdx .hux0::before{content:"|";opacity:.3}
.bs6rdx .b3by + .b3by::before{content:"|";margin-right:6px;opacity:.3}
.fm2cu .hux0::before{content:"—";opacity:.3}
.fm2cu .b3by + .b3by::before{content:"—";margin-right:6px;opacity:.3}
.o4c0fk4s .hux0::before{content:"◆";font-size:.5em;opacity:.35}
.o4c0fk4s .b3by + .b3by::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.zpobpku .hux0::before{content:"·";opacity:.4}
.zpobpku .b3by + .b3by::before{content:"·";margin-right:6px;opacity:.4}
.mrm1 .hux0::before{content:"›";opacity:.4}
.mrm1 .b3by + .b3by::before{content:"›";margin-right:6px;opacity:.4}
.u1wlnkbi .hux0::before{content:"→";opacity:.35;font-size:.85em}
.u1wlnkbi .b3by + .b3by::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.bk3x2mj{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.h80k2g{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.doq3ztv9{display:flex;flex-direction:column;gap:3px}
.z0lj{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.lgq0ev{font-weight:700;font-size:1rem;color:var(--text-heading)}
.bncy{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.c8q90u2 .bk3x2mj{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.pgm0c .bk3x2mj{border-top:3px solid var(--accent);padding-top:18px}
.e158hqp .bk3x2mj{border-left:3px solid var(--accent);border-radius:0}
.pigr .bk3x2mj{padding:20px 0}
@media(max-width:640px){
  .bk3x2mj{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .bncy{max-width:100%}
}
.uw7y .ipb8{margin:0}
@media (max-width:560px){
  .es9om1h{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .r7i41k6 { padding: 28px 18px 20px; }
  .hpvhxtoa { font-size: 1.2rem; }
  .bdxft { max-width: 220px; max-height: 80px; }
}
.qfwav {
  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);
}
.dk353ynw {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.cn3ng2fl  .qfwav { border-radius: 50%; }
.v40rz1k  .qfwav { border-radius: 6px; }
.ueywq1o .qfwav { border-radius: 22px; }
.yno4 .gqd4d {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .qfwav { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.vplo .v08f0 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.vplo .xt93j00 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.vplo .gqd4d {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.i8cguy {
  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;                  
}
.i8cguy.zg5kp { transform: translate(-50%, 0); }
.i8cguy .v08f0,
.i8cguy .xt93j00 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.i8cguy .gqd4d {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.tubl1yw {
  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;
}
.tubl1yw::before,
.tubl1yw::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.tubl1yw::before { transform: translate(-50%, -50%) rotate(45deg); }
.tubl1yw::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.tubl1yw:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .i8cguy { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .i8cguy .gqd4d {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .i8cguy .z46s { display: none !important; }
  .i8cguy .ec7yf { font-size: 1.1rem !important; }
  .i8cguy .qfwav { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .tubl1yw { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ejxa { flex-direction: row-reverse; }
[dir="rtl"] .aayfg { flex-direction: row-reverse; }
[dir="rtl"] .q8ybfkt .srx94 { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .q8ybfkt .srx94 { right: auto; left: 20px; }
  [dir="rtl"] .vtgxqf  .srx94 { left: auto;  right: 20px; }
}
[dir="rtl"] .xeofjj1 .cfkhku7  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .bbhp .cfkhku7 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .m05dzf, [dir="rtl"] .rias5ymk { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .c8tgo { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .s9kwd { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .yz162jl5 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .gqd4d { direction: rtl; }
[dir="rtl"] .qfwav { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .rr2sl,
[dir="rtl"] .upg1l { direction: rtl; }
[dir="rtl"] .iekigz { direction: rtl; }
[dir="rtl"] .im2r { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .qxuirl .rias5ymk,
[dir="rtl"] .vd4zt6 .rias5ymk,
[dir="rtl"] .lcxyfk .rias5ymk,
[dir="rtl"] .ws258utg .rias5ymk {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .qxuirl .rias5ymk li::before,
[dir="rtl"] .vd4zt6 .rias5ymk li::before,
[dir="rtl"] .lcxyfk .rias5ymk li::before,
[dir="rtl"] .ws258utg .rias5ymk li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .xggm.vf3jcrl .edwba0,
[dir="rtl"] .o34a.vf3jcrl .edwba0,
[dir="rtl"] .b7klqfy.vf3jcrl .edwba0,
[dir="rtl"] .ww7oe.vf3jcrl .edwba0,
[dir="rtl"] .sb54p8t.vf3jcrl .edwba0 { text-align: right; }
[dir="rtl"] .p4ob.vf3jcrl .jt0rx { align-items: flex-end; text-align: right; }
[dir="rtl"] .xt93j00,
[dir="rtl"] .lm2zl,
[dir="rtl"] .wygl6g5,
[dir="rtl"] .edwba0 { text-align: right; }
[dir="rtl"] .csiq,
[dir="rtl"] .pfnu,
[dir="rtl"] .nvh736i,
[dir="rtl"] .tix4,
[dir="rtl"] .x0umc { text-align: right; direction: rtl; }
[dir="rtl"] .gmn2x6o .tix4,
[dir="rtl"] .t3zwi .tix4 { padding-right: 20px; padding-left: 20px; }
.vej8 .nr0zxrrd,
.selv .nr0zxrrd,
.w7ypc .nr0zxrrd { gap: 0; }
.qfpvhz1 .nr0zxrrd { gap: 14px; }
.vej8 .rr2sl,
.selv .rr2sl,
.qfpvhz1 .rr2sl,
.w7ypc .rr2sl {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.vej8 .rr2sl,
.selv .rr2sl,
.w7ypc .rr2sl {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.vej8 .rr2sl:nth-child(even),
.w7ypc .rr2sl:nth-child(even) { background: var(--accent-bg); }
.selv .rr2sl + .rr2sl { border-top: 1px solid var(--border-alt); }
.qfpvhz1 .rr2sl {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.vej8 .rr2sl:hover,
.selv .rr2sl:hover,
.w7ypc .rr2sl:hover { background: var(--bg-hover); }
.vej8 .rr2sl::before,
.selv .rr2sl::before,
.qfpvhz1 .rr2sl::before,
.w7ypc .rr2sl::before {
  width: 40px; min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  font-size: 1.15rem; font-weight: 700;
}
.w7ypc .rr2sl::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.vej8 .xrpvbew,
.selv .xrpvbew,
.qfpvhz1 .xrpvbew,
.w7ypc .xrpvbew {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.vej8 .xvrwqp,
.selv .xvrwqp,
.qfpvhz1 .xvrwqp,
.w7ypc .xvrwqp {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.vej8 .x5vxpcg,
.selv .x5vxpcg,
.qfpvhz1 .x5vxpcg,
.w7ypc .x5vxpcg {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.vej8 .ruuh2,
.selv .ruuh2,
.qfpvhz1 .ruuh2,
.w7ypc .ruuh2 {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.w7ypc .ruuh2 { font-size: 1.45rem; font-weight: 800; }
.vej8 .cxbo4,
.selv .cxbo4,
.qfpvhz1 .cxbo4,
.w7ypc .cxbo4 {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.vej8 .cxbo4 .fp0ht42,
.selv .cxbo4 .fp0ht42,
.qfpvhz1 .cxbo4 .fp0ht42,
.w7ypc .cxbo4 .fp0ht42 {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.vej8 .cxbo4 .fp0ht42 .ba992f,
.selv .cxbo4 .fp0ht42 .ba992f,
.qfpvhz1 .cxbo4 .fp0ht42 .ba992f,
.w7ypc .cxbo4 .fp0ht42 .ba992f { display: none; }
.vej8 .cxbo4 .fp0ht42 .wp53c::before,
.selv .cxbo4 .fp0ht42 .wp53c::before,
.qfpvhz1 .cxbo4 .fp0ht42 .wp53c::before,
.w7ypc .cxbo4 .fp0ht42 .wp53c::before { content: "\1F381\00a0"; }
.vej8 .cxbo4 .fp0ht42 .wp53c,
.selv .cxbo4 .fp0ht42 .wp53c,
.qfpvhz1 .cxbo4 .fp0ht42 .wp53c,
.w7ypc .cxbo4 .fp0ht42 .wp53c {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.vej8 .cxbo4 .t98wl7mh,
.selv .cxbo4 .t98wl7mh,
.qfpvhz1 .cxbo4 .t98wl7mh,
.w7ypc .cxbo4 .t98wl7mh { display: none; }
.vej8 .le9g0to,
.selv .le9g0to,
.qfpvhz1 .le9g0to,
.w7ypc .le9g0to {
  grid-column: 4; min-width: 120px; width: auto;
}
.vej8 .j8qo,
.selv .j8qo,
.qfpvhz1 .j8qo,
.w7ypc .j8qo { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.vej8 .ccig,
.selv .ccig,
.qfpvhz1 .ccig,
.w7ypc .ccig { display: none; }
.vej8 .rgqo.h7lv0qu,
.selv .rgqo.h7lv0qu,
.qfpvhz1 .rgqo.h7lv0qu,
.w7ypc .rgqo.h7lv0qu {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.w7ypc .rgqo.h7lv0qu { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .vej8 .rr2sl,
  .selv .rr2sl,
  .qfpvhz1 .rr2sl,
  .w7ypc .rr2sl {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .vej8 .le9g0to,
  .selv .le9g0to,
  .qfpvhz1 .le9g0to,
  .w7ypc .le9g0to { display: none; }
  .vej8 .rgqo.h7lv0qu,
  .selv .rgqo.h7lv0qu,
  .qfpvhz1 .rgqo.h7lv0qu,
  .w7ypc .rgqo.h7lv0qu { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .vej8 .rr2sl,
  .selv .rr2sl,
  .qfpvhz1 .rr2sl,
  .w7ypc .rr2sl {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "rank  ident"
      "pills pills"
      "cta   cta";
    gap: 12px 14px; padding: 18px 16px;
    text-align: left;
  }
  .vej8 .rr2sl::before,
  .selv .rr2sl::before,
  .qfpvhz1 .rr2sl::before,
  .w7ypc .rr2sl::before { grid-area: rank; align-self: center; justify-self: start; }
  .vej8 .xrpvbew,
  .selv .xrpvbew,
  .qfpvhz1 .xrpvbew,
  .w7ypc .xrpvbew { grid-area: ident; width: auto; justify-content: flex-start; }
  .vej8 .cxbo4,
  .selv .cxbo4,
  .qfpvhz1 .cxbo4,
  .w7ypc .cxbo4 { grid-area: pills; }
  
  .vej8 .cxbo4 .fp0ht42,
  .selv .cxbo4 .fp0ht42,
  .qfpvhz1 .cxbo4 .fp0ht42,
  .w7ypc .cxbo4 .fp0ht42 {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .vej8 .rgqo.h7lv0qu,
  .selv .rgqo.h7lv0qu,
  .qfpvhz1 .rgqo.h7lv0qu,
  .w7ypc .rgqo.h7lv0qu { grid-area: cta; width: 100%; }
  .vej8 .xvrwqp,
  .selv .xvrwqp,
  .qfpvhz1 .xvrwqp,
  .w7ypc .xvrwqp { width: 56px; height: 56px; }
  .vej8 .ruuh2,
  .selv .ruuh2,
  .qfpvhz1 .ruuh2,
  .w7ypc .ruuh2 { font-size: 1.1rem; }
}
:root {
  --accent:          #c2ca2b;
  --brand:           #c2ca2b;
  --brand-light:     #989d2e;
  --brand-pale:      #b7bd51;
  --grad-start:      #dae070;
  --grad-end:        #e2e5a8;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #b45309;
  --cta-fg:          #ffffff;
  --cta-light:       #904003;
  --cta-hover:       #793806;
  --bg-page:         #f8f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f5f3;
  --bg-raised:       #f1f1ee;
  --bg-hover:        #f5f5f3;
  --border:          #e8e8e2;
  --border-alt:      #dbdcd0;
  --border-section:  #e8e8e2;
  --text-primary:    #1b1b17;
  --text-muted:      #5f6052;
  --text-body:       #36362f;
  --text-sub:        #515246;
  --text-faint:      #888975;
  --text-dim:        #a0a091;
  --text-label:      #6d6d5e;
  --text-value:      #44443a;
  --accent-bg:       #f1f1e3;
  --accent-bg-light: #e9ebcb;
  --bg-tip:          #f0f9f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f8f9;
  --bg-pros:         #f0f9f1;
  --bg-cons:         #faf4f3;
  --c-pros:          #148f29;
  --c-cons:          #9f3521;
  --c-pros-label:    #17a930;
  --c-tip-border:    #1abb35;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #148f29;
}
:root { --logo-bg-opacity: 51%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.vtz8ak5 .opsgen, .vtz8ak5 .p4ob { min-height: 320px; }
.jeev8::before { content: '>'; }