:root {
  --color-accent: #1a7509;
  --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;
}
.i5p9gnz5 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.r1cpv {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.e5zhlqh {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.gsjab { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.zro7 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.zro7 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.zro7 a:hover { color: var(--accent-light); }
.ygc5     .crx2kr { border-radius: 24px; padding: 8px; }
.ygc5 .crx2kr li a { border-radius: 16px; }
@media (max-width: 640px) {
  .crx2kr {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .y2h9m:hover .crx2kr,
  .y2h9m:focus-within .crx2kr { display: block; }
  .crx2kr li a { padding: 8px 16px; font-size: 0.88rem; }
}
.nqrtgb {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.stmklx { display: none; }
@media (max-width: 640px) {
  .stmklx {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .stmklx.bcb25 { display: block; }
}
@media (max-width: 640px) {
  .nqrtgb { display: block; }
  .zro7 > li + li::before { display: none !important; }
  .zro7 {
    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;
  }
  .zro7.bcb25 { display: flex; }
  .zro7 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .zro7 li:last-child a { border-bottom: none; }
}
.c8ga { min-height: 480px; }
.znal {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.mz1b6b1 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.n4gpot .mz1b6b1 { margin-left: 0; margin-right: 0; }
.e44wh {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.w9t0qux .e44wh { margin-top: 24px; }
.e44wh:hover { opacity: 0.88; }
.wk8p9xc .znal { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.wk8p9xc .mz1b6b1 { color: #e2e8f0; }
.wk8p9xc.m2mhwjz .peu9xsw { text-align: center; }
.u09h .znal { color: var(--text-primary); text-shadow: none; }
.u09h .mz1b6b1 { color: var(--text-muted); }
.u09h .e44wh { margin-top: 16px; }
.u09h, .u09h.c8ga { min-height: auto !important; }
.u09h.m2mhwjz .peu9xsw { text-align: center; }
.u09h~.iycca072{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}
.u09h~.iycca072 .ra9rb{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; }
}
@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); }
}
.vwgeb13 .hqcmlpf,
.vwgeb13 .h8nzbfl1,
.vwgeb13 .wk8p9xc .h0qje {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.hqcmlpf .znal { color: #fff; }
.hqcmlpf .mz1b6b1 { color: rgba(255,255,255,0.85); }
.jr96i .uyf6k { position: relative; overflow: hidden; }
.jr96i .uyf6k::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.ex73qy .uyf6k {
  animation: hg-breathe 7s ease-in-out infinite;
}
.h7mdpg9 .uyf6k { position: relative; overflow: hidden; }
.h7mdpg9 .uyf6k::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;
}
.vms3tn3 .uyf6k { position: relative; overflow: hidden; }
.vms3tn3 .uyf6k::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.vwgeb13 .uyf6k {
  animation: hg-fadein 1.2s ease-out both;
}
.uyf6k {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.ed9aztj {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.k1a73vvk {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.tyc6qox {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.uyf6k .znal { text-shadow: none; color: var(--text-primary); }
.uyf6k .mz1b6b1 { color: var(--text-muted); }
body.skgasie .znal {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.pr9vua .znal {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.c8ga.hqcmlpf .znal,
section.hqcmlpf .znal {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.uyf6k.m2mhwjz .ed9aztj { align-items: center; text-align: center; }
.uyf6k.n4gpot   .ed9aztj { align-items: flex-start; text-align: left; }
.xa1i .k1a73vvk { position: relative; }
.xa1i .k1a73vvk::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.xa1i.vn9j .k1a73vvk::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.jgha7 .k1a73vvk {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.jgha7 .tyc6qox {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.jgha7.vn9j .k1a73vvk { padding: 32px 0 32px 32px; }
.jp06en7 .k1a73vvk {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.jp06en7 .tyc6qox {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.vn9j .ed9aztj {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.jp06en7.vn9j .k1a73vvk { padding: 40px 16px 40px 48px; }
.c8ga .qvpwo2 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.qvpwo2 .prvpfp {
  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;
}
.qvpwo2 .prvpfp::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.qvpwo2 .wq4hwv8m { display: contents !important; }
.qvpwo2 .wq4hwv8m .methyl {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.qvpwo2 .wq4hwv8m .otwl62 { max-height: 48px; max-width: 96px; }
.qvpwo2 .wq4hwv8m .c2lt5af {
  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;
}
.qvpwo2 .vnftst7 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.qvpwo2 .m8d37 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.qvpwo2 .fl50hap6 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.qvpwo2 .fl50hap6 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.qvpwo2 .i29sba0c { display: contents !important; }
.qvpwo2 .i29sba0c .gah4f:not(.n7kdy8) { display: none !important; }
.qvpwo2 .i29sba0c .n7kdy8 {
  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;
}
.qvpwo2 .i29sba0c .n7kdy8 .cbhpwok6 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.qvpwo2 .i29sba0c .n7kdy8 .yge5 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.qvpwo2 .xkqdds { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.qvpwo2 .xkqdds.q7gzfa5 {
  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;
}
.qvpwo2 .xkqdds.q7gzfa5:hover { opacity: 0.85; }
.qvpwo2 .prvpfp,
.qvpwo2 .prvpfp:hover,
.qvpwo2 .prvpfp:nth-child(even),
.qvpwo2 .prvpfp:nth-child(odd),
.qvpwo2 .prvpfp:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.gfv9o .k1a73vvk {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .uyf6k { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .uyf6k:not(.gfv9o) .k1a73vvk { display: none !important; }
  .gfv9o .k1a73vvk { padding: 16px; }
  .ed9aztj  { padding: 36px 24px; }
  .uyf6k~.iycca072,.vn9j~.iycca072{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .c8ga, .uyf6k { min-height: 320px !important; }
  .znal { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .y1xkznzr,
  .zl4rrn,
  .mmlblf0 { grid-template-columns: 1fr !important; }

  

  
  .xy8i9hu { display: flex !important; flex-direction: column !important; }
  .xy8i9hu .peu9xsw { display: contents; }
  .xy8i9hu .h0qje { order: 0; }
  .xy8i9hu .znal { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .xy8i9hu .y1xkznzr { order: 2; padding: 0 16px 12px !important; }
  .xy8i9hu .mz1b6b1 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .w9t0qux .peu9xsw { display: flex; flex-direction: column; }
  .w9t0qux .peu9xsw .znal { order: 1; }
  .w9t0qux .peu9xsw .mmlblf0 { order: 2; margin: 8px 0 24px !important; }
  .w9t0qux .peu9xsw .mz1b6b1 { order: 3; }
  .w9t0qux .peu9xsw .e44wh { order: 4; align-self: center; margin-top: 0; }

  
  .uyf6k.gfv9o {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .uyf6k.gfv9o .ed9aztj { display: contents; padding: 0; }
  .uyf6k.gfv9o .ed9aztj .znal { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .uyf6k.gfv9o .k1a73vvk { order: 2; padding: 12px 16px; }
  .uyf6k.gfv9o .ed9aztj .mz1b6b1 { order: 3; padding: 0 24px; margin: 0 auto; }
  .uyf6k.gfv9o .ed9aztj .e44wh { order: 4; align-self: center; margin: 8px 0 32px; }
}
.soi16 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.okdxkz7 { width: 100%; height: auto; display: block; border-radius: 10px; }
.ensvmn8h .soi16        { border-radius: 16px; }
.ensvmn8h .okdxkz7  { border-radius: 16px; }
.lum09 .soi16         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.lum09 .okdxkz7   { border-radius: 8px; }
.vziofb { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ufmh5 { width: 100%; padding: 32px 0; position: relative; }
.bfj6w { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wpvtpu2 .ufmh5:nth-child(even) { background: var(--bg-surface); }
.wpvtpu2 .ufmh5:nth-child(odd)  { background: var(--bg-page); }
.g1tgzjd .ufmh5:nth-child(even) { background: var(--bg-card); }
.g1tgzjd .ufmh5:nth-child(odd)  { background: var(--bg-page); }
.wpvtpu2 .ufmh5:nth-child(odd)  .bfj6w { background: var(--bg-card); border-radius: 6px; }
.wpvtpu2 .ufmh5:nth-child(even) .bfj6w { background: var(--bg-raised); border-radius: 6px; }
.g1tgzjd .ufmh5:nth-child(odd)  .bfj6w { background: var(--bg-card); border-radius: 6px; }
.g1tgzjd .ufmh5:nth-child(even) .bfj6w { background: var(--bg-raised); border-radius: 6px; }
.wpvtpu2 .ufmh5:nth-child(even) .s1lwluo .ie5hxgk,
.g1tgzjd .ufmh5:nth-child(even) .s1lwluo .ie5hxgk { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wpvtpu2 .ufmh5:nth-child(odd) .s1lwluo .ie5hxgk,
.g1tgzjd .ufmh5:nth-child(odd) .s1lwluo .ie5hxgk { background: var(--bg-card-inner); }
.wpvtpu2 .ufmh5:nth-child(even) .rsid .ie5hxgk:nth-child(odd),
.g1tgzjd .ufmh5:nth-child(even) .rsid .ie5hxgk:nth-child(odd)  { background: var(--bg-card); }
.wpvtpu2 .ufmh5:nth-child(even) .rsid .ie5hxgk:nth-child(even),
.g1tgzjd .ufmh5:nth-child(even) .rsid .ie5hxgk:nth-child(even) { background: var(--bg-card-inner); }
h1.f2l7ea { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.f2l7ea {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.kyc42lx { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.e9zlmowj h2.f2l7ea {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.oz9ilua h2.f2l7ea {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.f401r2w h2.f2l7ea {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.e3mz h2.f2l7ea::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.lt0it h2.f2l7ea {
  color: var(--text-primary); font-size: 1.7rem;
}
.vvoy5305 h2.f2l7ea::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.z0d6dwf h2.f2l7ea {
  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) { .phpxlfv { display: none; } }
.uja7 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.p6f25f { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.v1r3olce {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.bjdn67x { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.t4fjk { padding-left: 20px; }
.t4fjk li { margin-bottom: 6px; }
.t4fjk a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.t4fjk a:hover { color: var(--accent-light); }
.gkls .bjdn67x { display: none; }
.wpqf .bjdn67x { display: none; }
.wpqf .t4fjk { padding-left: 0; list-style: none; }
.wpqf .t4fjk li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.wpqf .t4fjk a { font-size: 0.92rem; }
.kljgx77o .v1r3olce { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.kljgx77o .bjdn67x { display: none; }
.kljgx77o .t4fjk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.kljgx77o .t4fjk li { margin-bottom: 0; }
.kljgx77o .t4fjk 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;
}
.kljgx77o .t4fjk a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.c1vrnk .v1r3olce { padding: 20px 20px 16px; }
.c1vrnk .t4fjk {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.c1vrnk .t4fjk li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.c1vrnk .t4fjk 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;
}
.c1vrnk .t4fjk 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;
}
.c1vrnk .t4fjk a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.c1vrnk .t4fjk a:focus,
.c1vrnk .t4fjk a:focus-visible,
.c1vrnk .t4fjk a:target { outline: none; }
.c1vrnk .t4fjk li:target a { border-color: var(--border); color: var(--text-muted); }
.ndufx6yf .v1r3olce { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ndufx6yf .bjdn67x { display: none; }
.ndufx6yf .t4fjk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.ndufx6yf .t4fjk li { counter-increment: toc-n; margin-bottom: 0; }
.ndufx6yf .t4fjk 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;
}
.ndufx6yf .t4fjk 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;
}
.ndufx6yf .t4fjk a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.e2u8nyj .v1r3olce { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.e2u8nyj .bjdn67x { display: none; }
.e2u8nyj .t4fjk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.e2u8nyj .t4fjk li { margin-bottom: 0; }
.e2u8nyj .t4fjk 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;
}
.e2u8nyj .t4fjk a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.wfpa17g .v1r3olce { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.wfpa17g .bjdn67x { display: none; }
.wfpa17g .t4fjk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.wfpa17g .t4fjk li { margin-bottom: 0; }
.wfpa17g .t4fjk li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.wfpa17g .t4fjk li:last-child::after { content: ""; margin-right: 0; }
.wfpa17g .t4fjk a { font-size: 0.9rem; }
.ie5hxgk { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.s1lwluo .ie5hxgk { background: var(--bg-card); }
.rsid .ie5hxgk:nth-child(odd)  { background: var(--bg-card); }
.rsid .ie5hxgk:nth-child(even) { background: var(--bg-raised); }
.n7t9sne .ie5hxgk {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.n7t9sne .ie5hxgk:last-child { border-bottom: none; }
.n7t9sne h3.kyc42lx { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.xkvb2nj .ie5hxgk {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.xkvb2nj .ie5hxgk + .ie5hxgk { margin-top: 4px; }
.g0yr .ie5hxgk { background: none; border-radius: 0; padding: 12px 0; }
.g0yr .ie5hxgk + .ie5hxgk { border-top: 1px solid var(--border-section); }
.syo7l7 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.viwfe { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.lqgbj { color: var(--text-body); margin-bottom: 10px; }
.cdrb2ik, .fcy00 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.cdrb2ik li, .fcy00 li { margin-bottom: 6px; }
.fcy00 li { list-style: decimal; }
.m707     .cdrb2ik { list-style-type: "● "; }
.mxawa4af  .cdrb2ik { list-style-type: "■ "; }
.mqu6 .cdrb2ik { list-style-type: "◆ "; }
.iqginsyt    .cdrb2ik { list-style-type: "★ "; }
.m707     .f0u80c { list-style-type: "● "; }
.mxawa4af  .f0u80c { list-style-type: "■ "; }
.mqu6 .f0u80c { list-style-type: "◆ "; }
.iqginsyt    .f0u80c { list-style-type: "★ "; }
.m707    .cdrb2ik li::marker, .m707    .f0u80c li::marker,
.mxawa4af .cdrb2ik li::marker, .mxawa4af .f0u80c li::marker,
.mqu6 .cdrb2ik li::marker, .mqu6 .f0u80c li::marker,
.iqginsyt   .cdrb2ik li::marker, .iqginsyt   .f0u80c li::marker {
  color: var(--cta); font-size: 1em;
}
.m707 .fcy00,
.mxawa4af .fcy00,
.mqu6 .fcy00,
.iqginsyt .fcy00 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.m707 .fcy00 li,
.mxawa4af .fcy00 li,
.mqu6 .fcy00 li,
.iqginsyt .fcy00 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.m707 .fcy00 li::before,
.mxawa4af .fcy00 li::before,
.mqu6 .fcy00 li::before,
.iqginsyt .fcy00 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;
}
.m707     .fcy00 li::before { border-radius: 50%; }
.mxawa4af  .fcy00 li::before { border-radius: 3px; }
.mqu6 .fcy00 li::before { border-radius: 3px; }
.iqginsyt    .fcy00 li::before { border-radius: 50%; }
.uxa9c3y { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.o4qc77ka .uxa9c3y,
.jo7ftp .uxa9c3y { background: transparent; border: none; border-radius: 0; }
.ook0em { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ook0em th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ook0em td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ook0em tr:hover td { background: var(--bg-hover); }
.qbv5u5 .ook0em tbody tr:nth-child(even) td { background: var(--bg-surface); }
.wa9j .ook0em { border: 1px solid var(--border-alt); }
.wa9j .ook0em th,
.wa9j .ook0em td { border: 1px solid var(--border-alt); }
.gmy2 .ook0em th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.gmy2 .ook0em td { border-bottom: none; }
.gmy2 .ook0em tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.uyrc7f .ook0em th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.d6vuvl39 .uxa9c3y {
  overflow: hidden;
}
.d6vuvl39 .ook0em th { border-bottom: 1px solid var(--border-alt); }
.d6vuvl39 .ook0em tr:last-child td { border-bottom: none; }
.vkcebma { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.rtkvn { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.m9ovu { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.hcu64 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ucj0cq9 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.f0u80c { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.f0u80c 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%}
.path3zmg .hcu64 { background: transparent; text-align: center; }
.rssay0 .m9ovu {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.nzsn7 .m9ovu {
  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);
}
.pifg .rtkvn { display: grid; grid-template-columns: auto 1fr; }
.pifg .m9ovu {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.pifg .hcu64 { grid-column: 2; }
.pifg .ucj0cq9,
.pifg .f0u80c { grid-column: 1 / -1; }
.z4uazbg .rtkvn { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.z4uazbg .m9ovu {
  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);
}
.z4uazbg .hcu64 { grid-column: 2; }
.z4uazbg .ucj0cq9,
.z4uazbg .f0u80c { grid-column: 1 / -1; }
.bi2y362s .rtkvn { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.bi2y362s .hcu64 { background: none; color: var(--accent-light); font-weight: 700; }
.udis5xp .rtkvn { 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); }
.udis5xp .hcu64 { background: none; color: var(--accent-light); font-weight: 700; }
.stwf747g .rtkvn { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.stwf747g .rtkvn:last-child { border-bottom: none; }
.stwf747g .hcu64 { background: none; color: var(--accent-light); font-weight: 700; }
.gvhgi97w .rtkvn { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.gvhgi97w .hcu64 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.oahaaldm .vkcebma { counter-reset: card-n; }
.oahaaldm .rtkvn  { counter-increment: card-n; }
.oahaaldm .hcu64 { display: flex; align-items: center; gap: 10px; }
.oahaaldm .hcu64::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;
}
.yd9ca2y .rtkvn { background: var(--bg-surface); border: 1px solid var(--border); }
.yd9ca2y .hcu64 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.egqa62b0 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.egqa62b0         { --cl-hue: var(--accent); }
.rathtgj     { --cl-hue: #16a34a; }
.axfm { --cl-hue: #ea580c; }
.r1ds    { --cl-hue: #2563eb; }
.rathtgj, .axfm, .r1ds, .z02r83xf {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.cqzx3xx { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.cqzx3xx::before { color: var(--cl-hue); }
.egqa62b0 strong { color: var(--text-primary); font-size: 0.95rem; }
.egqa62b0 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.cyrm38 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.trrw, .csddoz98 { border-radius: 8px; padding: 14px; }
.trrw { background: var(--bg-pros); }
.csddoz98 { background: var(--bg-cons); }
.h70p { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.trrw .h70p { color: var(--c-pros-label); }
.csddoz98 .h70p { color: #f87171; }
.trrw ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.csddoz98 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.okdxkz7 { width: 100%; height: auto; border-radius: 10px; display: block; }
.q7gzfa5 {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.q7gzfa5:hover { opacity: 0.85; }
.k58tiji .q7gzfa5  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.k58tiji .q7gzfa5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.tvasvfs .q7gzfa5  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.tvasvfs .q7gzfa5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.k58tiji .xkqdds.q7gzfa5, .tvasvfs .xkqdds.q7gzfa5,
.k58tiji .v46wj .q7gzfa5, .tvasvfs .v46wj .q7gzfa5 {
  background: var(--cta); border: none; color: #fff;
}
.k58tiji .xkqdds.q7gzfa5:hover, .tvasvfs .xkqdds.q7gzfa5:hover,
.k58tiji .v46wj .q7gzfa5:hover, .tvasvfs .v46wj .q7gzfa5:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.o4le33ex .e44wh { border-radius: 50px; }
.o4le33ex .q7gzfa5  { border-radius: 50px; }
.w5qrr .e44wh,
.w5qrr .q7gzfa5 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.w5qrr .e44wh:hover,
.w5qrr .q7gzfa5:hover { filter: brightness(1.08); opacity: 1; }
.si2vb .e44wh,
.si2vb .q7gzfa5 { box-shadow: 0 3px 14px -2px var(--cta); }
.si2vb .e44wh:hover,
.si2vb .q7gzfa5:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.x9rsjd8b .e44wh,
.x9rsjd8b .q7gzfa5 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.x9rsjd8b .e44wh:hover,
.x9rsjd8b .q7gzfa5:hover { opacity: 1; }
.x9rsjd8b .e44wh:active,
.x9rsjd8b .q7gzfa5:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.gxm5 .e44wh,
.gxm5 .q7gzfa5 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.gxm5 .e44wh:hover,
.gxm5 .q7gzfa5:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.gxm5 .e44wh:active,
.gxm5 .q7gzfa5:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.ca91n .e44wh,
.ca91n .q7gzfa5 { position: relative; overflow: hidden; }
.ca91n .e44wh::before,
.ca91n .q7gzfa5::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;
}
.ca91n .e44wh:hover::before,
.ca91n .q7gzfa5:hover::before { left: 135%; }
.x58b .e44wh,
.x58b .q7gzfa5 { border-radius: 0; }
.br8g6 .e44wh { padding-left: 22px; padding-right: 22px; }
.br8g6 .q7gzfa5  { padding-left: 12px; padding-right: 12px; }
.m6wi21w .e44wh { padding-left: 44px; padding-right: 44px; }
.m6wi21w .q7gzfa5  { padding-left: 24px; padding-right: 24px; }
.uibgt6l3 .e44wh { padding-left: 56px; padding-right: 56px; }
.uibgt6l3 .q7gzfa5  { padding-left: 32px; padding-right: 32px; }
.wl6c   .e44wh::after, .wl6c   .q7gzfa5::after,
.ot3g .e44wh::after, .ot3g .q7gzfa5::after,
.tlabtntv    .e44wh::after, .tlabtntv    .q7gzfa5::after,
.ujhd03ai    .e44wh::after, .ujhd03ai    .q7gzfa5::after,
.jugixo    .e44wh::after, .jugixo    .q7gzfa5::after,
.vr43oq     .e44wh::after, .vr43oq     .q7gzfa5::after,
.rbdcpw    .e44wh::after, .rbdcpw    .q7gzfa5::after,
.sdeepj   .e44wh::after, .sdeepj   .q7gzfa5::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;
}
.wl6c .e44wh::after, .wl6c .q7gzfa5::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");
}
.ot3g .e44wh::after, .ot3g .q7gzfa5::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");
}
.tlabtntv .e44wh::after, .tlabtntv .q7gzfa5::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");
}
.ujhd03ai .e44wh::after, .ujhd03ai .q7gzfa5::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");
}
.jugixo .e44wh::after, .jugixo .q7gzfa5::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");
}
.vr43oq .e44wh::after, .vr43oq .q7gzfa5::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");
}
.rbdcpw .e44wh::after, .rbdcpw .q7gzfa5::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");
}
.sdeepj .e44wh::after, .sdeepj .q7gzfa5::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");
}
.t0drba   .xjujqp8::after, .t0drba   .snx2yl::after,
.axqnfk .xjujqp8::after, .axqnfk .snx2yl::after,
.tixv6x    .xjujqp8::after, .tixv6x    .snx2yl::after,
.ry4so0    .xjujqp8::after, .ry4so0    .snx2yl::after,
.b1gkk    .xjujqp8::after, .b1gkk    .snx2yl::after,
.uodms     .xjujqp8::after, .uodms     .snx2yl::after,
.wmi62    .xjujqp8::after, .wmi62    .snx2yl::after,
.sj05   .xjujqp8::after, .sj05   .snx2yl::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;
}
.t0drba .xjujqp8::after, .t0drba .snx2yl::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");
}
.axqnfk .xjujqp8::after, .axqnfk .snx2yl::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");
}
.tixv6x .xjujqp8::after, .tixv6x .snx2yl::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");
}
.ry4so0 .xjujqp8::after, .ry4so0 .snx2yl::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");
}
.b1gkk .xjujqp8::after, .b1gkk .snx2yl::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");
}
.uodms .xjujqp8::after, .uodms .snx2yl::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");
}
.wmi62 .xjujqp8::after, .wmi62 .snx2yl::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");
}
.sj05 .xjujqp8::after, .sj05 .snx2yl::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");
}
.pc8qe6 {
  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;
}
.prvpfp {
  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;
}
.prvpfp > * { min-width: 0; }
.prvpfp:hover { background: var(--bg-hover); }
.prvpfp > [itemprop="item"] { display: contents; }
.prvpfp [itemprop="itemReviewed"],
.prvpfp [itemprop="reviewRating"] { display: none; }
.prvpfp::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;
}
.wq4hwv8m {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.methyl {
  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;
}
.otwl62 { max-height: 52px; max-width: 110px; object-fit: contain; }
.c2lt5af {
  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;
}
.h6587p6 .methyl    { background: #1a1a1a; }
.l06kpvfo .methyl   { background: rgba(128,128,128,.12); }
.zxyw1h .methyl { background: var(--bg-raised); }
.s4n80238 .methyl    { background: transparent; padding: 0; }
.vnftst7 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.m8d37 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.fl50hap6 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.i29sba0c {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.gah4f {
  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;
}
.cbhpwok6 {
  
  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%;
}
.yge5 {
  
  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;
}
.xkqdds {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.xkqdds.q7gzfa5 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .prvpfp {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .prvpfp::before    { grid-area: rank;   }
  .wq4hwv8m           { grid-area: ident;  }
  .vnftst7     { grid-area: rating; min-width: 0; width: auto; }
  .i29sba0c           { grid-area: pills;  }
  .xkqdds             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .prvpfp {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .prvpfp::before    { justify-self: center; }
  .wq4hwv8m           { width: 100%; }
  .vnftst7     { justify-self: center; }
  .i29sba0c           { grid-template-columns: 1fr; }
}
.s9soure {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.yr4zuur {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.dpgl {
  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;
}
.dpgl img { max-width: 80px; max-height: 50px; object-fit: contain; }
.i4ufm9ls { flex: 1; }
.i4ufm9ls h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.p31d { color: var(--c-stars); font-size: 1.1rem; }
.lf27i { margin-bottom: 8px; }
.ewhm {
  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);
}
.ewhm > span { color: var(--accent); font-weight: 700; }
.g6va5szn em, .dj0ex em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .ewhm { padding: 10px 16px; gap: 6px 16px; } }
.v46wj { flex-shrink: 0; align-self: flex-start; }
.v46wj .q7gzfa5 { white-space: nowrap; }
@media (max-width: 560px) {
  .yr4zuur { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .dpgl { order: 1; }
  .v46wj { order: 2; margin-left: auto; align-self: center; }
  .i4ufm9ls { order: 3; flex: 1 1 100%; min-width: 0; }
}
.bhaukj img.q2988 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.o4qc77ka { padding: 20px 24px; }
.b4c80p { color: var(--text-muted); margin-bottom: 16px; }
.q5nenzgk { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.mer3qea, .q7wd { list-style: none; font-size: 0.9rem; }
.mer3qea li { color: var(--c-pros); margin-bottom: 4px; }
.q7wd li { color: var(--c-cons); margin-bottom: 4px; }
.mer3qea li::before { content: "✓"; margin-right: 5px; }
.q7wd li::before { content: "✗"; margin-right: 5px; }
.qzfz .mer3qea li::before { content: "→"; }
.qzfz .q7wd li::before { content: "–"; }
.uu1h  .mer3qea li::before { content: "★"; }
.uu1h  .q7wd li::before { content: "✕"; }
.l0sk4c    .mer3qea li::before { content: "◆"; }
.l0sk4c    .q7wd li::before { content: "▲"; }
.yd8zf  .mer3qea li::before { content: "▶"; }
.yd8zf  .q7wd li::before { content: "■"; }
.ndif { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.l3z6yp { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.yne3n { background: var(--bg-pros); color: var(--c-tag-pay); }
.uhjdg { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.kjw94jzq .uhjdg { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.zyb07 .uhjdg { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .zuiu9su .n8fuu {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .zuiu9su .s9soure { margin: 0; }
}
.a3urbkt2 .yr4zuur { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.a3urbkt2 .i4ufm9ls h3 { color: var(--accent-light); }
.a3urbkt2 .dpgl { background: var(--bg-page); border: 1px solid var(--border); }
.e8ry1 .s9soure { border-top: 4px solid var(--accent); }
.e8ry1 .yr4zuur { background: var(--bg-card); }
.phlis0 .s9soure { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.phlis0 .yr4zuur { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.phlis0 .o4qc77ka { padding: 14px 16px; }
.phlis0 .dpgl { border-radius: 4px; }
.phlis0 .uhjdg { border-radius: 0; }
.ic8whu .yr4zuur { padding: 0; gap: 0; overflow: hidden; }
.ic8whu .dpgl { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.ic8whu .i4ufm9ls { padding: 16px 20px; }
.ic8whu .v46wj { padding: 16px 20px; align-self: center; }
.pay1np9 .p31d { font-size: .95rem; }
.jo7ftp .cyrm38 { gap: 10px; }
.jo7ftp .trrw, .jo7ftp .csddoz98 { padding: 12px; }
.jo7ftp .trrw ul, .jo7ftp .csddoz98 ul { margin: 4px 0 0; padding-left: 18px; }
.jo7ftp .trrw li, .jo7ftp .csddoz98 li { font-size: .85rem; margin-bottom: 3px; }
.i587y8f .l3z6yp { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .t8y03ng { grid-template-columns: 1fr; }
  .xcxk { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .xcxk .hi5ko { width: 72px; height: 50px; }
  .xcxk .dvp0kcyi { max-width: 180px; }
  .xcxk .ub30zmu3 { width: auto; }
}
.rwug9 .pay1np9 .p31d { filter: brightness(1.2); }
@media (max-width: 720px) {
  .rwug9 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .rbi0kqvl { padding: 16px; }
  .byug .i7ds { min-width: 50%; }
}
.vyan .cyrm38 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .k2k03q { grid-template-columns: 1fr; }
  .k1h16eh { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .aap5o { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .rqffnu { flex-wrap: wrap; padding: 16px; }
}
.phvgd .cyrm38 { gap: 8px; }
.phvgd .trrw, .phvgd .csddoz98 { padding: 8px; }
@media (max-width: 480px) {
  .bvrmx8yb { flex-direction: column; align-items: stretch; }
}
.m9gf .ub30zmu3 .q7gzfa5 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .oi32 { flex-direction: column; align-items: stretch; gap: 10px; }
  .m9gf .ub30zmu3 { text-align: center; }
}
@media (max-width: 720px) {
  .phkup { grid-template-columns: 1fr; }
  .mrv4cm { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vj6ua { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.d2bn .lkh6nmf { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.o5iq4cfu .p31d { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .pkguxqu1 { grid-template-columns: 1fr; }
  .o5iq4cfu { width: 100px; height: 100px; margin: 16px auto; }
  .d2bn { font-size: 1.4rem; }
  .h23bh { justify-content: center; }
  .bxso .i7ds { min-width: 50%; }
}
.b73oeo .cyrm38 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .hd350gv { flex-wrap: wrap; padding: 14px 16px; }
  .cu2ii { padding: 12px 16px; }
  .b73oeo .cyrm38 { margin: 0 16px; }
  .b73oeo .i587y8f { padding: 0 16px; }
  .cyg1 { padding: 12px 16px; }
}
.mhqwl1lc .prvpfp {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.mhqwl1lc .prvpfp:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.vo5l .pc8qe6 { gap: 18px; }
.vo5l .prvpfp {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.vo5l .prvpfp:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.u9eqx768 .pc8qe6 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.u9eqx768 .prvpfp {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.u9eqx768 .prvpfp:last-child { border-bottom: none; }
.u9eqx768 .wq4hwv8m,
.u9eqx768 .vnftst7,
.u9eqx768 .i29sba0c {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.rm9qyk .pc8qe6 { gap: 0; }
.rm9qyk .prvpfp {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.rm9qyk .prvpfp:last-child { border-bottom: none; }
.rm9qyk .prvpfp:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.rm9qyk .prvpfp:nth-child(even):hover { background: var(--bg-hover); }
.eevzc8f .prvpfp {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.w1sk93p .i29sba0c .gah4f {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.w1sk93p .i29sba0c .gah4f:first-child { border-left: none; }
.ccj6y2dh .i29sba0c .gah4f {
  background: transparent; padding: 4px 8px;
}
.ccj6y2dh .i29sba0c .cbhpwok6 { font-size: .65rem; opacity: .65; }
.ccj6y2dh .i29sba0c .yge5   { font-size: 1.15rem; color: var(--accent-light); }
.tqpjf3 .i29sba0c .gah4f {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.fl50hap6 { display: none; }
.mtu14p .m8d37 { font-size: 1rem; letter-spacing: 2px; }
.nlhvf4o0 .m8d37 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.vowiyz .m8d37,
.z97o1i .m8d37,
.pbpte2 .m8d37 { display: none; }
.vowiyz .fl50hap6,
.z97o1i .fl50hap6,
.pbpte2 .fl50hap6 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.vowiyz .fl50hap6 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.vowiyz .fl50hap6 small { display: none; }
.z97o1i .fl50hap6 {
  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;
}
.z97o1i .fl50hap6 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.pbpte2 .fl50hap6 {
  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;
}
.pbpte2 .fl50hap6 small { display: none; }
.vowiyz .lf27i .p31d,
.z97o1i .lf27i .p31d,
.pbpte2 .lf27i .p31d { display: none; }
.vowiyz .lf27i strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.vowiyz .lkh6nmf { display: none; }
.z97o1i .lf27i 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;
}
.z97o1i .senmu,
.z97o1i .lkh6nmf { font-size: 1em; }
.pbpte2 .lf27i strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.pbpte2 .lkh6nmf { display: none; }
.jp8y { margin: 16px 0; }
.ngvqp { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ngvqp summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ngvqp summary::after { content: "+"; color: var(--accent-light); }
.ngvqp[open] summary::after { content: "−"; }
.ngvqp p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ufmh5 { margin-bottom: 0; }
.z9460 h2.f2l7ea { color: var(--text-primary); border-color: var(--accent-light); }
.htm8xsc7 h2.f2l7ea { color: var(--text-primary); border-color: var(--accent-light); }
.h1yas .rathtgj     { background: #052e16; border-color: #10b981; }
.h1yas .axfm { background: #2d0a1e; border-color: #f43f5e; }
.h1yas .r1ds    { background: #1e1036; border-color: #a855f7; }
.h1yas .egqa62b0 strong  { color: #f1f5f9; }
.h1yas .egqa62b0 p       { color: #cbd5e1; }
.h1yas .hvklm    .rathtgj     .cqzx3xx::before,
.h1yas .gfp0ko7  .rathtgj     .cqzx3xx::before,
.h1yas .zbkglb7  .rathtgj     .cqzx3xx::before,
.h1yas .ry1r8z4m .rathtgj     .cqzx3xx::before { color: #10b981; }
.h1yas .hvklm    .axfm .cqzx3xx::before,
.h1yas .gfp0ko7  .axfm .cqzx3xx::before,
.h1yas .zbkglb7  .axfm .cqzx3xx::before,
.h1yas .ry1r8z4m .axfm .cqzx3xx::before { color: #f43f5e; }
.h1yas .hvklm    .r1ds    .cqzx3xx::before,
.h1yas .gfp0ko7  .r1ds    .cqzx3xx::before,
.h1yas .zbkglb7  .r1ds    .cqzx3xx::before,
.h1yas .ry1r8z4m .r1ds    .cqzx3xx::before { color: #a855f7; }
.v0td090s .rathtgj     { background: #2d2000; border-color: #eab308; }
.v0td090s .axfm { background: #2d0b0b; border-color: #ef4444; }
.v0td090s .r1ds    { background: #2d1600; border-color: #f97316; }
.v0td090s .egqa62b0 strong  { color: #f1f5f9; }
.v0td090s .egqa62b0 p       { color: #cbd5e1; }
.v0td090s .hvklm    .rathtgj     .cqzx3xx::before,
.v0td090s .gfp0ko7  .rathtgj     .cqzx3xx::before,
.v0td090s .zbkglb7  .rathtgj     .cqzx3xx::before,
.v0td090s .ry1r8z4m .rathtgj     .cqzx3xx::before { color: #eab308; }
.v0td090s .hvklm    .axfm .cqzx3xx::before,
.v0td090s .gfp0ko7  .axfm .cqzx3xx::before,
.v0td090s .zbkglb7  .axfm .cqzx3xx::before,
.v0td090s .ry1r8z4m .axfm .cqzx3xx::before { color: #ef4444; }
.v0td090s .hvklm    .r1ds    .cqzx3xx::before,
.v0td090s .gfp0ko7  .r1ds    .cqzx3xx::before,
.v0td090s .zbkglb7  .r1ds    .cqzx3xx::before,
.v0td090s .ry1r8z4m .r1ds    .cqzx3xx::before { color: #f97316; }
.j40hd .rathtgj     { background: #0c1a2e; border-color: #38bdf8; }
.j40hd .axfm { background: #12103a; border-color: #818cf8; }
.j40hd .r1ds    { background: #0a2020; border-color: #2dd4bf; }
.j40hd .egqa62b0 strong  { color: #f1f5f9; }
.j40hd .egqa62b0 p       { color: #cbd5e1; }
.j40hd .hvklm    .rathtgj     .cqzx3xx::before,
.j40hd .gfp0ko7  .rathtgj     .cqzx3xx::before,
.j40hd .zbkglb7  .rathtgj     .cqzx3xx::before,
.j40hd .ry1r8z4m .rathtgj     .cqzx3xx::before { color: #38bdf8; }
.j40hd .hvklm    .axfm .cqzx3xx::before,
.j40hd .gfp0ko7  .axfm .cqzx3xx::before,
.j40hd .zbkglb7  .axfm .cqzx3xx::before,
.j40hd .ry1r8z4m .axfm .cqzx3xx::before { color: #818cf8; }
.j40hd .hvklm    .r1ds    .cqzx3xx::before,
.j40hd .gfp0ko7  .r1ds    .cqzx3xx::before,
.j40hd .zbkglb7  .r1ds    .cqzx3xx::before,
.j40hd .ry1r8z4m .r1ds    .cqzx3xx::before { color: #2dd4bf; }
.sracsyf7::before,
.dkpkxn::before { margin-right: 5px; }
.dxk3qn5 .trrw ul li,
.dxk3qn5 .mer3qea li         { color: #4ade80; }
.dxk3qn5 .trrw .sracsyf7 { color: #22c55e; }
.dxk3qn5 .csddoz98 ul li,
.dxk3qn5 .q7wd li         { color: #f87171; }
.dxk3qn5 .csddoz98 .dkpkxn { color: #ef4444; }
.sp8hl .trrw { background: var(--bg-pros); }
.sp8hl .csddoz98 { background: var(--bg-cons); }
.sp8hl .trrw .sracsyf7 { color: var(--c-pros-label); }
.sp8hl .csddoz98 .dkpkxn { color: var(--c-cons); }
.sp8hl .trrw ul li,
.sp8hl .mer3qea li            { color: var(--c-pros); }
.sp8hl .csddoz98 ul li,
.sp8hl .q7wd li            { color: var(--c-cons); }
.owunyb6w .trrw { background: var(--bg-pros); }
.owunyb6w .csddoz98 { background: var(--bg-cons); }
.owunyb6w .trrw .sracsyf7 { color: var(--c-pros-label); }
.owunyb6w .csddoz98 .dkpkxn { color: var(--c-cons); }
.owunyb6w .trrw ul li,
.owunyb6w .mer3qea li          { color: var(--c-pros); }
.owunyb6w .csddoz98 ul li,
.owunyb6w .q7wd li          { color: var(--c-cons); }
.lfbu0 .sracsyf7::before { content: "✓ "; }
.lfbu0 .dkpkxn::before { content: "✗ "; }
.qzfz .sracsyf7::before { content: "→ "; }
.qzfz .dkpkxn::before { content: "← "; }
.uu1h .sracsyf7::before { content: "★ "; }
.uu1h .dkpkxn::before { content: "✕ "; }
.l0sk4c .sracsyf7::before { content: "◆ "; }
.l0sk4c .dkpkxn::before { content: "▲ "; }
.zyb07 .egqa62b0 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.zyb07 .egqa62b0 strong { color: var(--text-primary); }
.zyb07 .egqa62b0 p      { color: var(--text-muted); }
.kjw94jzq .egqa62b0 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.e4qa .egqa62b0 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.e4qa .egqa62b0 strong,
.e4qa .egqa62b0 p { color: #fff; }
.e4qa .cqzx3xx::before { color: rgba(255,255,255,0.9) !important; }
.zl9fz51 .egqa62b0 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.zl9fz51 .egqa62b0 strong { color: var(--text-primary); }
.zl9fz51 .egqa62b0 p      { color: var(--text-muted); }
.vnoyc1r .egqa62b0 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.hvklm .cqzx3xx,
.gfp0ko7 .cqzx3xx,
.zbkglb7 .cqzx3xx,
.ry1r8z4m .cqzx3xx { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.hvklm .cqzx3xx::before,
.gfp0ko7 .cqzx3xx::before,
.zbkglb7 .cqzx3xx::before,
.ry1r8z4m .cqzx3xx::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.hvklm .rathtgj     .cqzx3xx::before { content: "✦"; color: var(--c-tip-border); }
.hvklm .axfm .cqzx3xx::before { content: "▲"; color: var(--c-warn-border); }
.hvklm .r1ds    .cqzx3xx::before { content: "◉"; color: #60a5fa; }
.gfp0ko7 .rathtgj     .cqzx3xx::before { content: "★"; color: var(--c-tip-border); }
.gfp0ko7 .axfm .cqzx3xx::before { content: "◆"; color: var(--c-warn-border); }
.gfp0ko7 .r1ds    .cqzx3xx::before { content: "●"; color: #60a5fa; }
.zbkglb7 .rathtgj     .cqzx3xx::before { content: "▶"; color: var(--c-tip-border); }
.zbkglb7 .axfm .cqzx3xx::before { content: "■"; color: var(--c-warn-border); }
.zbkglb7 .r1ds    .cqzx3xx::before { content: "▸"; color: #60a5fa; }
.ry1r8z4m .rathtgj     .cqzx3xx::before { content: "→"; color: var(--c-tip-border); }
.ry1r8z4m .axfm .cqzx3xx::before { content: "⬥"; color: var(--c-warn-border); }
.ry1r8z4m .r1ds    .cqzx3xx::before { content: "◈"; color: #60a5fa; }
.of4o2 .s1lwluo .ie5hxgk,
.of4o2 .rsid .ie5hxgk  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.of4o2 .rtkvn                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.of4o2 .prvpfp                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.of4o2 .s9soure            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.of4o2 .uxa9c3y          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.of4o2 .v1r3olce                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.b2io729w .s1lwluo .ie5hxgk,
.b2io729w .rsid .ie5hxgk,
.b2io729w .rtkvn,
.b2io729w .prvpfp,
.b2io729w .s9soure,
.b2io729w .uxa9c3y,
.b2io729w .v1r3olce,
.b2io729w .vnoyc1r .egqa62b0 { box-shadow: none; }
.ontykm   .lqgbj, .ontykm .syo7l7, .ontykm .viwfe,
.ontykm   .uja7, .ontykm .p6f25f { font-size: 0.9rem; }
.ontykm   .cdrb2ik, .ontykm .fcy00 { font-size: 0.9rem; }
.g5n2u6   .lqgbj, .g5n2u6 .syo7l7, .g5n2u6 .viwfe,
.g5n2u6   .uja7, .g5n2u6 .p6f25f { font-size: 0.95rem; }
.g5n2u6   .cdrb2ik, .g5n2u6 .fcy00 { font-size: 0.95rem; }
.xo6an   .lqgbj, .xo6an .syo7l7, .xo6an .viwfe,
.xo6an   .uja7, .xo6an .p6f25f { font-size: 1.08rem; }
.xo6an   .cdrb2ik, .xo6an .fcy00 { font-size: 1.05rem; }
.xo6an   .ook0em { font-size: 0.97rem; }
.vwigkcr9 .znal      { font-size: 3.2rem; }
.vwigkcr9 h2.f2l7ea { font-size: 1.9rem; }
.vwigkcr9 h3.kyc42lx     { font-size: 1.4rem; }
.z3xiuwo .znal      { font-size: 3.8rem; }
.z3xiuwo h2.f2l7ea { font-size: 2.2rem; }
.z3xiuwo h3.kyc42lx     { font-size: 1.6rem; }
.ufmh5 + .ufmh5 { position: relative; }
.pc45is   .ufmh5 + .ufmh5::before,
.zpoa  .ufmh5 + .ufmh5::before,
.al4clvg   .ufmh5 + .ufmh5::before,
.b3fmua   .ufmh5 + .ufmh5::before,
.iml87f9k   .ufmh5 + .ufmh5::before,
.yvnat14l .ufmh5 + .ufmh5::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.pc45is .ufmh5 + .ufmh5::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.zpoa .ufmh5 + .ufmh5::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.al4clvg .ufmh5 + .ufmh5::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;
}
.b3fmua .ufmh5 + .ufmh5::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.tkct979 .ufmh5 { margin-bottom: 16px; }
.tkct979 .ufmh5 + .ufmh5 { margin-top: 0; }
.tkct979 .bfj6w { padding-top: 0; padding-bottom: 0; }
.iml87f9k .ufmh5 + .ufmh5::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.yvnat14l .ufmh5 + .ufmh5::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.g0p5a97 .ufmh5 + .ufmh5::before,
.t5lcry4 .ufmh5 + .ufmh5::before,
.u3qzvn7z .ufmh5 + .ufmh5::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%;
}
.wpvtpu2 .g0p5a97 .ufmh5:nth-child(even)::before,
.wpvtpu2 .t5lcry4 .ufmh5:nth-child(even)::before,
.wpvtpu2 .u3qzvn7z .ufmh5:nth-child(even)::before { background: var(--bg-surface); }
.g1tgzjd .g0p5a97 .ufmh5:nth-child(even)::before,
.g1tgzjd .t5lcry4 .ufmh5:nth-child(even)::before,
.g1tgzjd .u3qzvn7z .ufmh5:nth-child(even)::before { background: var(--bg-card); }
.g0p5a97 .ufmh5 + .ufmh5::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");
}
.t5lcry4 .ufmh5 + .ufmh5::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");
}
.u3qzvn7z .ufmh5 + .ufmh5::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");
}
.jsqlbx .wk8p9xc,
.jsqlbx .peu9xsw,
.jsqlbx .ed9aztj,
.jpxqw .ed9aztj { padding-bottom: 60px; }
.jc2erg .ed9aztj { padding-bottom: 70px; }
.jsqlbx .wk8p9xc::before,
.jsqlbx .wk8p9xc::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");
}
.rz7xac  .wk8p9xc:not(.hqcmlpf) .h0qje { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.yp8ad .uyf6k { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.stfubpr .uyf6k { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.rz7xac .hqcmlpf { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.rz7xac .h8nzbfl1 { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.rz7xac .uyf6k { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.i0yj .uyf6k { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.zc35dx .uyf6k { background: var(--accent-bg); }
.ar6s6 .soi16 { float: left; width: 38%; margin: 0 28px 16px 0; }
.ar6s6 .soi16 .okdxkz7 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ar6s6 .bfj6w::after { content: ''; display: block; clear: both; }
.yagjpbr .soi16 { float: right; width: 38%; margin: 0 0 16px 28px; }
.yagjpbr .soi16 .okdxkz7 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.yagjpbr .bfj6w::after { content: ''; display: block; clear: both; }
.k6p692 .ufmh5:nth-child(odd)  .soi16 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.k6p692 .ufmh5:nth-child(even) .soi16 { float: right; width: 38%; margin: 0 0 16px 28px; }
.k6p692 .soi16 .okdxkz7 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k6p692 .bfj6w::after { content: ''; display: block; clear: both; }
.ar6s6 .vkcebma,
.ar6s6 .pc8qe6,
.yagjpbr .vkcebma,
.yagjpbr .pc8qe6,
.k6p692 .vkcebma,
.k6p692 .pc8qe6 { clear: both; }
@media (max-width: 900px) {
  .ar6s6 .soi16,
  .yagjpbr .soi16,
  .k6p692 .ufmh5:nth-child(odd)  .soi16,
  .k6p692 .ufmh5:nth-child(even) .soi16 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ar6s6 .soi16 .okdxkz7,
  .yagjpbr .soi16 .okdxkz7,
  .k6p692 .soi16 .okdxkz7 {
    max-height: none !important;
  }
}
.ar6s6 .cdrb2ik,
.ar6s6 .fcy00,
.yagjpbr .cdrb2ik,
.yagjpbr .fcy00,
.k6p692 .cdrb2ik,
.k6p692 .fcy00 { overflow: hidden; }
@media (max-width: 640px) {
  .ar6s6 .soi16,
  .yagjpbr .soi16,
  .k6p692 .soi16 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.n4vo0 .vziofb,
.n4vo0 .bfj6w,
.n4vo0 .j6xyp  { max-width: 1100px; }
.kyifvjj .vziofb,
.kyifvjj .bfj6w,
.kyifvjj .j6xyp  { max-width: 1200px; }
.vv57015 .vziofb,
.vv57015 .bfj6w,
.vv57015 .j6xyp  { max-width: 1320px; }
.vv57015 { --content-mw: 1320px; }
.nfx1yi { font-size: 0.82rem; color: var(--text-muted); }
.emdl { display: flex; align-items: center; }
.zxos {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.d8ka { display: flex; align-items: center; }
.gsic559 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.gsic559:hover { text-decoration: underline; }
.dbegu6 { margin: 0 3px; opacity: 0.45; }
.dbegu6::before { content: '/'; }
.wf53v6 { padding: 2px 5px; color: var(--text-main); }
.kvwje .nfx1yi {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.kvwje .emdl { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.uzdk .nfx1yi {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.uzdk .emdl { padding: 0 0 0 12px; }
.vbqns {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.xg5qwy9 .emdl { padding: 0 16px; }
.xg5qwy9 .nfx1yi {
  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);
}
.xg5qwy9 .vziofb { padding-top: 28px; }
@media (max-width: 720px) {
  .vbqns { margin-top: 18px; padding: 0 16px; }
  .xg5qwy9 .vziofb { padding-top: 16px; }
}
.n4vo0.kvwje .emdl { max-width: 1100px; }
.kyifvjj.kvwje .emdl { max-width: 1200px; }
.vv57015.kvwje .emdl { max-width: 1320px; }
.n4vo0 .vbqns { max-width: 1100px; }
.kyifvjj .vbqns { max-width: 1200px; }
.vv57015 .vbqns { max-width: 1320px; }
.gwfiz5 .ufmh5 { padding-top: 16px; padding-bottom: 16px; }
.iue2oe44 .ufmh5 { padding-top: 24px; padding-bottom: 24px; }
.dlizpg2 .ufmh5 { padding-top: 40px; padding-bottom: 40px; }
.hml1psk .ufmh5 { padding-top: 52px; padding-bottom: 52px; }
.yun06js .ufmh5:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.yun06js .ufmh5:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.yun06js .ufmh5:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.yun06js .ufmh5:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.k4wehea .bfj6w { padding-top: 10px;  padding-bottom: 10px; }
.d9axpa .bfj6w { padding-top: 18px;  padding-bottom: 18px; }
.q85mk561 .bfj6w { padding-top: 36px;  padding-bottom: 36px; }
.zmvpn .bfj6w { padding-top: 48px;  padding-bottom: 48px; }
.szrwgfm h2.f2l7ea { font-weight: 600; }
.szrwgfm h3.kyc42lx     { font-weight: 600; }
.bcm9nndo { font-weight: 500; }
.bcm9nndo h2.f2l7ea { font-weight: 800; }
.bcm9nndo h3.kyc42lx     { font-weight: 700; }
.ns3v h2.f2l7ea { font-weight: 900; }
.ns3v h3.kyc42lx     { font-weight: 800; }
.ns3v .egqa62b0 strong,
.ns3v .egqa62b0 strong { font-weight: 600; }
.xjujqp8 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.y6a5aegh .xjujqp8 { display: none; }
@media (max-width: 640px) {
  .xjujqp8 { display: none !important; }
}
.xjujqp8 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xjujqp8:hover { opacity: 0.85; }
.zixlj4d .xjujqp8 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.fxofrhj .snx2yl { right: 32px; }
@media (max-width: 480px) {
  .fxofrhj .snx2yl { right: 20px; bottom: 20px; }
  .x2q3  .snx2yl { left: 20px; bottom: 20px; }
}
.vnki { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.j6xyp { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.vj2yh { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ga9t { color: var(--text-dim); font-size: 0.8rem; }
.dopw0 a, .si585 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.dopw0 a:hover, .si585 a:hover { color: var(--accent-light); }
.si585 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.yvrl6 .j6xyp { text-align: center; }
.yvrl6 .si585 { justify-content: center; margin-bottom: 16px; }
.yvrl6 .vj2yh { margin-top: 0; }
.wxib { margin-top: 10px; }
.wxib a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .j6xyp { padding-left: 16px; padding-right: 16px; }
  .c7xjy .j6xyp { padding: 20px 16px; }
  .si585 { gap: 4px 12px; }
  .vj2yh { font-size: 0.78rem; }
}
.z9n4mm .vj2yh { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.z9n4mm .ga9t { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .z9n4mm .z465k { grid-template-columns: 1fr 1fr; } .z9n4mm .xmbca { grid-column: 1 / -1; } }
@media (max-width: 480px) { .z9n4mm .z465k { grid-template-columns: 1fr; } }
.rwy65x0 .vj2yh { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .rwy65x0 .ko6xd { gap: 12px; } .rwy65x0 .snnz { margin-right: 0; width: 100%; } }
.q03vwck .vj2yh { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.q03vwck .ga9t { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .q03vwck .l6pf9c { grid-template-columns: 1fr 1fr; } .q03vwck .h7vqq { grid-column: 1 / -1; } }
@media (max-width: 480px) { .q03vwck .l6pf9c { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .qhxv .a1xt76sj { grid-template-columns: 1fr 1fr; } .qhxv .rh0t:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qhxv .a1xt76sj { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .qcwdi5ga .a1xt76sj { grid-template-columns: 1fr; } }
.du92 .j6xyp { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.du92 .si585 { justify-content: center; }
.xhiwx5 .i5p9gnz5      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.xhiwx5 .vnki { background: var(--bg-page); border-top-color: var(--border-alt); }
.jbrzz .i5p9gnz5      { background: #0d1117; border-bottom-color: #21262d; }
.jbrzz .e5zhlqh { color: var(--accent-light); }
.jbrzz .zro7 { --msep-color: #8b949e; }
.jbrzz .zro7 a { color: #8b949e; }
.jbrzz .zro7 a:hover { color: var(--accent-light); }
.jbrzz .nqrtgb { color: #8b949e; }
.jbrzz .vnki { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.jbrzz .vj2yh,
.jbrzz .ga9t { color: #6e7681; }
.jbrzz .dopw0 a, .jbrzz .si585 a,
.jbrzz .dopw0 a:hover, .jbrzz .si585 a:hover,
@media (max-width: 640px) {
  .jbrzz .zro7 { background: #0d1117; border-top-color: #21262d; }
  .jbrzz .zro7 li a { border-bottom-color: #21262d; }
}
.npe3 .i5p9gnz5      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.npe3 .e5zhlqh { color: var(--accent-light); }
.npe3 .zro7 { --msep-color: #475569; }
.npe3 .zro7 a { color: #475569; }
.npe3 .zro7 a:hover { color: var(--accent-light); }
.npe3 .nqrtgb { color: #64748b; }
.npe3 .vnki { background: #f0f4f8; border-top-color: #cbd5e1; }
.npe3 .vj2yh,
.npe3 .ga9t { color: #64748b; }
.npe3 .dopw0 a, .npe3 .si585 a,
.npe3 .dopw0 a:hover, .npe3 .si585 a:hover,
@media (max-width: 640px) {
  .npe3 .zro7 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .npe3 .zro7 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.dzbg79b .i5p9gnz5      { background: var(--accent); border-bottom-color: var(--accent-light); }
.dzbg79b .e5zhlqh { color: #fff; }
.dzbg79b .zro7 { --msep-color: rgba(255,255,255,0.82); }
.dzbg79b .zro7 a { color: rgba(255,255,255,0.82); }
.dzbg79b .zro7 a:hover { color: #fff; }
.dzbg79b .nqrtgb { color: rgba(255,255,255,0.9); }
.dzbg79b .vnki { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.dzbg79b .vj2yh,
.dzbg79b .ga9t { color: rgba(255,255,255,0.72); }
.dzbg79b .dopw0 a, .dzbg79b .si585 a,
.dzbg79b .dopw0 a:hover, .dzbg79b .si585 a:hover,
@media (max-width: 640px) {
  .dzbg79b .zro7 { background: var(--accent); border-top-color: var(--accent-light); }
  .dzbg79b .zro7 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.k84n4vy .i5p9gnz5 {
  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);
}
.k84n4vy .vnki {
  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) {
  .k84n4vy .zro7 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.flvn .r1cpv { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.tbn2hs7 .r1cpv { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.jmf7exnm .r1cpv { min-height: 72px; height: auto; }
.cn6ugk .r1cpv { min-height: 84px; height: auto; }
.c7xjy .r1cpv { max-width: none; padding: 0 32px; }
.c7xjy .j6xyp  { max-width: none; padding: 24px 32px; }
.a7lu.kyifvjj .r1cpv { max-width: 1200px; }
.a7lu.vv57015 .r1cpv { max-width: 1320px; }
.mhg9   .e5zhlqh, .mhg9   .snnz { text-transform: capitalize; }
.fcohlro .e5zhlqh, .fcohlro .snnz { text-transform: lowercase; }
.m26mp .e5zhlqh, .m26mp .snnz { text-transform: uppercase; letter-spacing: 0.06em; }
.ksfh, .yeaf3u1x {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sbd5 .ksfh,
.vnuwgv3b .ksfh,
.yxys .ksfh,
.gxyan69p .ksfh,
.ptqpzy   .zro7 a { font-weight: 500; }
.o5o4 .zro7 a { font-weight: 600; }
.f41sjm     .zro7 a { font-weight: 700; }
.xzjgy234    .zro7 a { font-weight: 800; letter-spacing: 0.01em; }
.f2pys4c     .zro7 > li + li::before,
.bun1v0o1    .zro7 > li + li::before,
.tz58    .zro7 > li + li::before,
.l3e5oml6 .zro7 > li + li::before,
.zh1f3hpp .zro7 > li + li::before,
.ovznuqud  .zro7 > li + li::before,
.mweu9wvh    .zro7 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.f2pys4c     .zro7 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.bun1v0o1    .zro7 > li + li::before { content: "|"; }
.tz58    .zro7 > li + li::before { content: "—"; }
.l3e5oml6 .zro7 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.zh1f3hpp .zro7 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ovznuqud  .zro7 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.mweu9wvh    .zro7 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .r7qn0 .nqrtgb,
  .yy8d45f .nqrtgb,
  .oba71b2 .nqrtgb,
  .vcysd .nqrtgb,
  .x27lc34h .nqrtgb {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .r7qn0 .nqrtgb::before,
  .yy8d45f .nqrtgb::before,
  .oba71b2 .nqrtgb::before,
  .vcysd .nqrtgb::before,
  .x27lc34h .nqrtgb::before { content: ""; display: block; flex-shrink: 0; }

  
  .r7qn0 .nqrtgb::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;
  }

  
  .yy8d45f .nqrtgb::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;
  }

  
  .oba71b2 .nqrtgb::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;
  }

  
  .vcysd .nqrtgb::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;
  }

  
  .x27lc34h .nqrtgb::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) {
  .tubmv .nqrtgb {
    padding: 5px 14px;
  }
  .tubmv .zro7 {
    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;
  }
  .tubmv .zro7 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .tubmv .zro7 li a:hover { background: var(--bg-raised); }
  .tubmv .stmklx,
  .numyb .stmklx,
  .gwl2o .stmklx { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .j6yd .nqrtgb {
    padding: 5px 10px;
  }
  .j6yd .zro7 {
    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);
  }
  .j6yd .zro7.bcb25 { transform: translateX(0); }
  .j6yd .zro7 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .j6yd .zro7 li:last-child a { border-bottom: none; }
  .dzbg79b .zro7,
  .jbrzz .zro7 { background: var(--accent) !important; }
  .dzbg79b .zro7 li a,
  .jbrzz .zro7 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .gwl2o .nqrtgb {
    padding: 5px 10px;
  }
  .gwl2o .zro7 {
    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);
  }
  .gwl2o .zro7::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .gwl2o .zro7.bcb25 { transform: translateY(0); }
  .gwl2o .zro7 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .n2yq .nqrtgb {
    padding: 5px 10px;
  }
  .n2yq .zro7 {
    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;
  }
  .n2yq .zro7.bcb25 { opacity: 1; pointer-events: auto; }
  .n2yq .zro7 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .lvuj     .nqrtgb { border-radius: 0 !important; }
  .ye1kho   .nqrtgb { border-radius: 8px !important; }
  .pbnnot7 .nqrtgb { border-radius: 50% !important; }
  .hkpw   .nqrtgb { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .nb9gl20l .dhngzcf { flex-direction: column; align-items: stretch; }
  .nb9gl20l .q4h1 { flex-direction: row; min-width: auto; }
  .nb9gl20l .d48xtgug { align-items: flex-start; text-align: left; }
}
.fk11lsxo,
.fk11lsxo.ufmh5,
.wpvtpu2 .fk11lsxo,
.tmxm .fk11lsxo,
.g1tgzjd .fk11lsxo,
.eazi1m6 .fk11lsxo {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ym28 {
  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;
}
.doehzj { flex: 1 1 280px; min-width: 0; }
.im045i {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.xop3k {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.fm2cxp {
  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;
}
.fm2cxp:hover { transform: translateY(-1px); opacity: 0.95; }
.ckl5m8 .ym28 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ckl5m8 .im045i { color: var(--cta); }
.ckl5m8 .xop3k { color: var(--text-body); }
.ckl5m8 .fm2cxp {
  background: var(--cta) !important;
  color: #fff !important;
}
.yylks .ym28 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.yylks .im045i { color: var(--text-primary); }
.yylks .xop3k { color: var(--text-body); }
.yylks .fm2cxp {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ym28 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .doehzj { flex: 0 0 auto; }
  .im045i { font-size: 1.2rem; }
  .fm2cxp { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.e301y .gsjab { height: 36px; }
.icg84 .gsjab { height: 60px; max-width: 200px; }
.th4g .gsjab { height: 56px; max-width: 180px; }
.s8ktti    .m8d37, .s8ktti    .p31d { color: #f59e0b; }
.mbq8      .m8d37 { font-size: 1rem; letter-spacing: 1.5px; }
.mbq8      .p31d   { font-size: 1.35rem; }
.kt8fj    .m8d37, .kt8fj    .p31d { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.a1gc2rym     .m8d37, .a1gc2rym     .p31d { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.a26eov .m8d37, .a26eov .p31d { color: var(--cta); letter-spacing: 2px; }
.lu6i   .m8d37, .lu6i   .p31d { color: #e91e63; letter-spacing: 2px; }
.jhoenuu5  .m8d37, .jhoenuu5  .p31d { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.tjjv     .m8d37, .tjjv     .p31d { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.w1sk93p .gah4f + .gah4f {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.lk8rt0qf .prvpfp { padding: 18px 24px; min-height: 68px; }
.ccj6y2dh .cbhpwok6 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.ccj6y2dh .yge5 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.tqpjf3 .gah4f {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.pc8qe6 { counter-reset: cs-rank; }
.pc8qe6 .prvpfp { counter-increment: cs-rank; }
.pc8qe6 .prvpfp::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;
}
.pyaqhdk .pc8qe6 { counter-reset: cs-rank; gap: 0; }
.pyaqhdk .prvpfp {
  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;
}
.pyaqhdk .prvpfp::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;
}
.pyaqhdk .wq4hwv8m {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.pyaqhdk .methyl {
  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;
}
.pyaqhdk .otwl62 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.pyaqhdk .wq4hwv8m { min-width: 0; flex-direction: column; width: 100%; }
.pyaqhdk .c2lt5af {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.pyaqhdk .m8d37 { color: var(--cta, var(--accent)); }
.pyaqhdk .fl50hap6 { font-weight: 700; }
.pyaqhdk .gah4f {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.pyaqhdk .cbhpwok6 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.pyaqhdk .yge5 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.pyaqhdk .n7kdy8 .yge5 { font-size: 1.3rem; color: var(--accent-light); }
.pyaqhdk .xkqdds {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.pyaqhdk .prvpfp:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .pyaqhdk .pc8qe6 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .pyaqhdk .prvpfp {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .pyaqhdk .prvpfp { padding: 40px 16px 20px; }
  .pyaqhdk .gah4f {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .pyaqhdk .xkqdds { width: 100%; min-width: 0; }
}
.be8m2vfg .pc8qe6 { counter-reset: cs-rank; gap: 10px; }
.be8m2vfg .prvpfp {
  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);
}
.be8m2vfg .prvpfp::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);
}
.be8m2vfg .wq4hwv8m {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.be8m2vfg .methyl {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.be8m2vfg .otwl62 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.be8m2vfg .c2lt5af {
  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;
}
.be8m2vfg .m8d37 { color: var(--cta, var(--accent)); }
.be8m2vfg .gah4f {
  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;
}
.be8m2vfg .cbhpwok6 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.be8m2vfg .yge5 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.be8m2vfg .n7kdy8 .yge5 { color: var(--accent-light); }
.be8m2vfg .xkqdds {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.be8m2vfg .prvpfp:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .be8m2vfg .prvpfp {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .be8m2vfg .prvpfp::before {
    position: absolute; top: 14px; left: 14px;
  }
  .be8m2vfg .wq4hwv8m {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .be8m2vfg .c2lt5af { white-space: normal; text-align: center; font-size: 1.2rem; }
  .be8m2vfg .gah4f {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .be8m2vfg .xkqdds { width: 100%; min-width: 0; }
  .be8m2vfg .m8d37 { min-width: 0; }
}
.rqetq4q .prvpfp::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.pf0wq .ngvqp {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.pf0wq .ngvqp summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.pf0wq .ngvqp p { padding: 0 2px 16px; }
.woxl7j .ngvqp { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.woxl7j .ngvqp summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.woxl7j .ngvqp summary::after { content: "›"; font-size: 1.2em; }
.woxl7j .ngvqp[open] summary::after { content: "‹"; }
.woxl7j .ngvqp p { padding: 10px 22px 4px; }
.er397qd .ngvqp {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.er397qd .ngvqp summary { color: var(--text-primary); padding-left: 16px; }
.er397qd .ngvqp summary::after { content: "›"; font-size: 1.1em; }
.er397qd .ngvqp[open] summary::after { content: "‹"; }
.er397qd .ngvqp p { padding-left: 16px; }
.p00cxj3 .jp8y { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.p00cxj3 .ngvqp {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.p00cxj3 .ngvqp:last-child { border-bottom: none; }
.p00cxj3 .ngvqp summary { color: var(--text-primary); border-radius: 0; }
.p00cxj3 .ngvqp summary::after { content: "›"; font-size: 1.1em; }
.p00cxj3 .ngvqp[open] summary::after { content: "‹"; }
.eb5y6k .ngvqp { overflow: hidden; }
.eb5y6k .ngvqp summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.eb5y6k .ngvqp summary::after { color: rgba(255,255,255,.75); }
.eb5y6k .ngvqp[open] summary { border-radius: 0; }
.mw25oy { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.h3qw6s {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.e5zkf6 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.n736z { color: var(--text-muted); font-size: 1.05rem; }
.crmyn {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.z6fpzg4 { margin-bottom: 20px; }
.w1qo7frm {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.hg90w {
  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;
}
.hg90w:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.kznvs8 { resize: vertical; min-height: 130px; }
.xphaf { width: 100%; margin-top: 8px; }
.uz2sq972 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.dxef8 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.wktlsj4 { color: var(--text-muted); line-height: 1.75; }
.mwjyzi { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.mwjyzi li { margin-bottom: 6px; }
.li2ef { max-width: 760px; margin: 0 auto; }
.efnm0s1 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.j4u4h35b { max-width: 760px; margin: 0 auto; }
.csgnbc { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.fnjrl ul.mwjyzi { margin: 0; }
.bcxqls3l .csgnbc { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .bcxqls3l { grid-template-columns: 1fr; gap: 10px; } }
.c32vr { max-width: 640px; margin: 0 auto; text-align: center; }
.cwr3 { margin-bottom: 48px; }
.cwr3 .csgnbc { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.cwr3 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.aodtug .mwjyzi { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .qsxoc82 { grid-template-columns: 1fr; } }
.brw51gaz { color: inherit; text-decoration: none; }
.brw51gaz:hover { color: var(--accent-light); text-decoration: underline; }
.ke6acna2 { display: inline-block; line-height: 0; }
.mpjwz { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.duycd { margin-bottom: 48px; }
.zhyw { max-width: 760px; margin: 0 auto; }
.tsseq { text-align: center; }
.unha { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.unha:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.qb6k { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.unha p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.unha ul.mwjyzi { margin: 0; }
.uzip9 { color: var(--text-muted); line-height: 1.75; }
.tsseq .mwjyzi,
.bnen5 .mwjyzi,
.xgkhreu .mwjyzi,
.gksajk .mwjyzi {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.tsseq .unha,
.bnen5 .unha { text-align: left; }
.tsseq .qb6k,
.bnen5 .qb6k { text-align: center; }
.o23sq8wo { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.bs2krvd0 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.d7zyoh { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.hbyc05zn { margin-top: 12px; }
.dqd2w0 { 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; }
.dqd2w0:hover { border-bottom-color: var(--accent-light); }
.hxwp { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.hxwp img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nvthesz { width: 200px; height: 200px; }
.b0xn3h { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.dya6llt { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.c7exsg { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .ztbk0axo { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.km3yf { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.km3yf .d7zyoh, .km3yf .bs2krvd0 { max-width: 640px; }
.kn1mq1 .o23sq8wo { font-size: 1.6rem; margin-top: 18px; }
.zhke0 .d7zyoh { margin-bottom: 28px; }
@media (max-width: 860px) { .vv0lk { grid-template-columns: 1fr; } .kn1mq1 { position: static; text-align: center; } }
.y5x2wz7h .hxwp { margin: 0 auto 18px; }
.y5x2wz7h .dya6llt { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .mbie5b { grid-template-columns: 1fr; } }
.e9a04 .o23sq8wo { font-size: 1.6rem; margin-bottom: 6px; }
.gksajk .mwjyzi { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .e9a04 { flex-direction: column; text-align: center; } .rf2w2r85 { grid-template-columns: 1fr; } }
.fl0t0ud .o23sq8wo { font-size: 1.35rem; margin: 0 0 4px; }
.fl0t0ud .dya6llt { margin: 0; }
.ewnb { max-width: 760px; margin: 0 auto; }
.u5cl51 { position: relative; padding-left: 28px; }
.u5cl51::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.zbx3 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.zbx3:last-child { padding-bottom: 0; }
.vbqbzjpz { 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; }
.b7v97r8b h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.b7v97r8b p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.nx0lcwk0 .e5zkf6 { color: var(--accent-light); }
.wed2 .e5zkf6 { font-size: 2rem; }
.wed2 .n736z { max-width: 680px; }
.q15yl .e5zkf6 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.q15yl .n736z  { margin: 0; }
@media (max-width: 640px) { .q15yl { flex-direction: column; } }
.c13w1 .e5zkf6 { color: var(--accent-light); }
.fkef {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.fkef .e5zkf6 { color: #fff; }
.fkef .n736z  { color: rgba(255,255,255,0.85); }
.i1bp { max-width: 680px; margin: 0 auto; }
.lhcc {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .lhcc { grid-template-columns: 1fr; } }
.rps42gr .hg90w {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.rps42gr .hg90w:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.mw9t2g .hg90w { background: var(--bg-raised); border-color: transparent; }
.mw9t2g .hg90w:focus { background: var(--bg-card); border-color: var(--accent-light); }
.a4213 .hg90w { border-radius: 100px; padding: 11px 20px; }
.a4213 .kznvs8 { border-radius: 14px; }
.hvbc {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.hvbc 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;
}
.hvbc summary::-webkit-details-marker { display: none; }
.hvbc summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.hvbc[open] summary::after { content: "−"; }
.o85g {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .hmln { grid-template-columns: 1fr; } }
.an8uqc89 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.an8uqc89 li { margin-bottom: 6px; }
.phhdj{display:none}
.phhdj:empty,.ra9rb:empty{display:none}
.u9wy1{position:relative;overflow:visible}
.ahnq .iycca072,.rmq0 .iycca072,
.gl531 .iycca072,.u06hl5 .iycca072,
.mzoq .iycca072,.f2qhs .iycca072{display:block}
.k3de .hcy0rcs{display:block}
.ahnq .iycca072,.rmq0 .iycca072,
.gl531 .iycca072,.u06hl5 .iycca072,
.mzoq .iycca072{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}
.ahnq .iycca072 .ra9rb,.rmq0 .iycca072 .ra9rb,
.gl531 .iycca072 .ra9rb,.u06hl5 .iycca072 .ra9rb,
.mzoq .iycca072 .ra9rb{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}
.ahnq .hd6j,.rmq0 .hd6j,
.gl531 .hd6j,.u06hl5 .hd6j,
.mzoq .hd6j{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ahnq .iycca072,.rmq0 .iycca072{top:12px}
.ahnq .iycca072 .ra9rb{margin-right:auto}
.rmq0 .iycca072 .ra9rb{margin-left:auto}
.rmq0 .iycca072{text-align:right}
.gl531 .iycca072,.u06hl5 .iycca072{bottom:12px}
.gl531 .iycca072 .ra9rb{margin-right:auto}
.u06hl5 .iycca072 .ra9rb{margin-left:auto}
.u06hl5 .iycca072{text-align:right}
.mzoq .iycca072{position:relative;margin-top:16px}
.mzoq .iycca072 .ra9rb{margin:0 auto}
.f2qhs .iycca072{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.f2qhs .iycca072 .ra9rb{margin:0}
.f2qhs .uyf6k~.iycca072,
.f2qhs .vn9j~.iycca072{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.f2qhs .uyf6k~.iycca072 .ra9rb,
.f2qhs .vn9j~.iycca072 .ra9rb{justify-content:flex-start}
.uyf6k~.iycca072,.vn9j~.iycca072{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}
.uyf6k~.iycca072 .ra9rb{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.vn9j~.iycca072 .ra9rb{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hcy0rcs .ra9rb{margin:0 0 12px}
.ra9rb{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.hd6j{white-space:nowrap}
.ct14 .hd6j{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.rhaqpjw .hd6j{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}
.lmz2ie .ra9rb{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.e3xe .hd6j{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.leb0zsd .hd6j{color: var(--accent-light);opacity:1;font-weight:500}
.sih61k .hd6j{border-bottom:1px solid currentColor;padding-bottom:2px}
.fx3fc .ra9rb{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.hmzbgbl4{--date-bg:var(--accent-bg)}
.ieexd .v6j71l::before{content:""}
.r4eu44 .hd6j + .hd6j::before{content:"•";margin-right:6px;opacity:.4}
.kb0oyy6 .hd6j + .hd6j::before{content:"/";margin-right:6px;opacity:.35}
.qnavwy .hd6j + .hd6j::before{content:"|";margin-right:6px;opacity:.3}
.p1los2 .hd6j + .hd6j::before{content:"—";margin-right:6px;opacity:.3}
.cgtfz6g .hd6j + .hd6j::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.pc4gu0f .hd6j + .hd6j::before{content:"·";margin-right:6px;opacity:.4}
.rpvc6 .hd6j + .hd6j::before{content:"›";margin-right:6px;opacity:.4}
.r3uzz8d .hd6j + .hd6j::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.dizzy4vw{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.p28i{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.rmx0tnz{display:flex;flex-direction:column;gap:3px}
.goeh6h{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.ubh5nm{font-weight:700;font-size:1rem;color:var(--text-heading)}
.ka3v2o{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.z9uykvb .dizzy4vw{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.y96yqrbx .dizzy4vw{border-top:3px solid var(--accent);padding-top:18px}
.bpion .dizzy4vw{border-left:3px solid var(--accent);border-radius:0}
.j1qpfmqv .dizzy4vw{padding:20px 0}
@media(max-width:640px){
  .dizzy4vw{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ka3v2o{max-width:100%}
}
.rwdpnqr .uxa9c3y{margin:0}
@media (max-width:560px){
  .tn2tt{grid-template-columns:repeat(2,1fr);gap:12px}
}
.x0vnji {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.x0vnji.r4wefu {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.xrx8dr {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.xrx8dr .qkd4t4pq {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.xrx8dr .qkd4t4pq::before,
.xrx8dr .qkd4t4pq::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.xrx8dr .qkd4t4pq::before { transform: translate(-50%, -50%) rotate(45deg); }
.xrx8dr .qkd4t4pq::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.xrx8dr .qkd4t4pq:hover { background: rgba(0,0,0,0.12) !important; }
.fkybh0 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.bssa1pqc {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.gbghn2 {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.vkb4pbb {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.xrx8dr .bf04vyy {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.xrx8dr .bf04vyy:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .xrx8dr { padding: 28px 18px 20px; }
  .gbghn2 { font-size: 1.2rem; }
  .fkybh0 { max-width: 220px; max-height: 80px; }
}
.np2peb1d {
  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);
}
.yxnf2k {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.tr8yct1  .np2peb1d { border-radius: 50%; }
.xbrsu1r6  .np2peb1d { border-radius: 6px; }
.mt3x6g1 .np2peb1d { border-radius: 22px; }
.ypm3ll8 .ym28 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .np2peb1d { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.xjxd .ufmh5 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.xjxd .bfj6w {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.xjxd .ym28 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.k5pedw {
  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;                  
}
.k5pedw.r4wefu { transform: translate(-50%, 0); }
.k5pedw .ufmh5,
.k5pedw .bfj6w {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.k5pedw .ym28 {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.p6mw0w {
  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;
}
.p6mw0w::before,
.p6mw0w::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.p6mw0w::before { transform: translate(-50%, -50%) rotate(45deg); }
.p6mw0w::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.p6mw0w:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .k5pedw { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .k5pedw .ym28 {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .k5pedw .xop3k { display: none !important; }
  .k5pedw .im045i { font-size: 1.1rem !important; }
  .k5pedw .np2peb1d { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .p6mw0w { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .r1cpv { flex-direction: row-reverse; }
[dir="rtl"] .zro7 { flex-direction: row-reverse; }
[dir="rtl"] .fxofrhj .snx2yl { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .fxofrhj .snx2yl { right: auto; left: 20px; }
  [dir="rtl"] .x2q3  .snx2yl { left: auto;  right: 20px; }
}
[dir="rtl"] .ar6s6 .soi16  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .yagjpbr .soi16 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .uyf6k,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .cdrb2ik, [dir="rtl"] .fcy00 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .trrw { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .csddoz98 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .egqa62b0 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ym28 { direction: rtl; }
[dir="rtl"] .np2peb1d { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .prvpfp,
[dir="rtl"] .nfx1yi { direction: rtl; }
[dir="rtl"] .v1r3olce { direction: rtl; }
[dir="rtl"] .t4fjk { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .m707 .fcy00,
[dir="rtl"] .mxawa4af .fcy00,
[dir="rtl"] .mqu6 .fcy00,
[dir="rtl"] .iqginsyt .fcy00 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .m707 .fcy00 li::before,
[dir="rtl"] .mxawa4af .fcy00 li::before,
[dir="rtl"] .mqu6 .fcy00 li::before,
[dir="rtl"] .iqginsyt .fcy00 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .uyf6k.n4gpot .ed9aztj { align-items: flex-end; text-align: right; }
[dir="rtl"] .uyf6k.m2mhwjz .ed9aztj { text-align: center; }
[dir="rtl"] .uyf6k .ed9aztj { text-align: right; }
[dir="rtl"] .bfj6w,
[dir="rtl"] .uja7,
[dir="rtl"] .p6f25f,
[dir="rtl"] .crmyn,
[dir="rtl"] .w1qo7frm,
[dir="rtl"] .d7zyoh,
[dir="rtl"] .hg90w,
[dir="rtl"] .kznvs8 { text-align: right; direction: rtl; }
[dir="rtl"] .a4213 .hg90w,
[dir="rtl"] .rps42gr .hg90w { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #1a7509;
  --brand:           #1a7509;
  --brand-light:     #18590c;
  --brand-pale:      #297d19;
  --grad-start:      #2cca0f;
  --grad-end:        #4fe234;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1a7509;
  --cta-light:       #105103;
  --cta-hover:       #0d3c04;
  --bg-page:         #f6f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f6f3;
  --bg-raised:       #eef1ed;
  --bg-hover:        #f3f6f3;
  --border:          #e2e9e1;
  --border-alt:      #d1ddcf;
  --border-section:  #e2e9e1;
  --text-primary:    #171c16;
  --text-muted:      #536250;
  --text-body:       #2f382d;
  --text-sub:        #475444;
  --text-faint:      #768c72;
  --text-dim:        #92a38e;
  --text-label:      #5f705b;
  --text-value:      #3b4639;
  --accent-bg:       #e2f5df;
  --accent-bg-light: #cbf2c3;
  --bg-tip:          #f7f0f9;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f7f0f9;
  --bg-cons:         #faf5f3;
  --c-pros:          #810c96;
  --c-cons:          #9f4421;
  --c-pros-label:    #990eb3;
  --c-tip-border:    #a910c6;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #810c96;
}
:root { --logo-bg-opacity: 54%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.xx2255 .cqzx3xx { font-size: 0; width: 1.2rem; flex-shrink: 0; }.xx2255 .cqzx3xx::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.xx2255 .rathtgj     .cqzx3xx::before { content: "";  color: var(--c-tip-border); }.xx2255 .axfm .cqzx3xx::before { content: ""; color: var(--c-warn-border); }.xx2255 .r1ds    .cqzx3xx::before { content: ""; color: #60a5fa; }.h1yas .xx2255 .rathtgj     .cqzx3xx::before { color: #10b981; }.h1yas .xx2255 .axfm .cqzx3xx::before { color: #f43f5e; }.h1yas .xx2255 .r1ds    .cqzx3xx::before { color: #a855f7; }.v0td090s  .xx2255 .rathtgj     .cqzx3xx::before { color: #eab308; }.v0td090s  .xx2255 .axfm .cqzx3xx::before { color: #ef4444; }.v0td090s  .xx2255 .r1ds    .cqzx3xx::before { color: #f97316; }.j40hd  .xx2255 .rathtgj     .cqzx3xx::before { color: #38bdf8; }.j40hd  .xx2255 .axfm .cqzx3xx::before { color: #818cf8; }.j40hd  .xx2255 .r1ds    .cqzx3xx::before { color: #2dd4bf; }.tdvfumjn .xx2255 .cqzx3xx::before { color: var(--accent-light) !important; }
.v8s48et .mer3qea li::before, .v8s48et .q7wd li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.v8s48et .mer3qea li::before { content: ""; }.v8s48et .q7wd li::before { content: ""; }.v8s48et .sracsyf7::before, .v8s48et .dkpkxn::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.v8s48et .sracsyf7::before { content: ""; }.v8s48et .dkpkxn::before { content: ""; }
.t5gtbll4 .c8ga, .t5gtbll4 .uyf6k { min-height: 520px; }
.dbegu6::before { content: '◆'; font-size: 0.5em; }