:root {
  --color-accent: #3fb54e;
  --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;
}
.qrvj0vib {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.gzdrdy {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.dtajuiy {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.qwkroh { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ypk4 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ypk4 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ypk4 a:hover { color: var(--accent-light); }
.qx4v8v  .bz481vd1 { border-radius: 14px; }
.qx4v8v .bz481vd1 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.qx4v8v .bz481vd1 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.cgje5ay6  .bz481vd1 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .bz481vd1 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .t1d5:hover .bz481vd1,
  .t1d5:focus-within .bz481vd1 { display: block; }
  .bz481vd1 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.n9zk8a {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.arrgp6nt { display: none; }
@media (max-width: 640px) {
  .arrgp6nt {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .arrgp6nt.apiylp { display: block; }
}
@media (max-width: 640px) {
  .n9zk8a { display: block; }
  .ypk4 > li + li::before { display: none !important; }
  .ypk4 {
    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;
  }
  .ypk4.apiylp { display: flex; }
  .ypk4 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ypk4 li:last-child a { border-bottom: none; }
}
.ra8o4 { min-height: 480px; }
.c04ay {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.y8k9bakz { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.zdu4c410 .y8k9bakz { margin-left: 0; margin-right: 0; }
.u5expqns {
  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;
}
.h5kos .u5expqns { margin-top: 24px; }
.u5expqns:hover { opacity: 0.88; }
.t8mk4m {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.y6babu1 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.t8mk4m .gekb {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.t8mk4m .c04ay { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.t8mk4m .y8k9bakz { color: #e2e8f0; }
.t8mk4m.u04iix .gekb { text-align: center; }
.t8mk4m.zdu4c410   .gekb { text-align: left; }
.y658kk .gekb {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.y658kk .c04ay { color: var(--text-primary); text-shadow: none; }
.y658kk .y8k9bakz { color: var(--text-muted); }
.y658kk .u5expqns { margin-top: 16px; }
.y658kk, .y658kk.ra8o4 { min-height: auto !important; }
.y658kk.u04iix .gekb { text-align: center; }
.y658kk.zdu4c410   .gekb { text-align: left; }
.y658kk~.v8e1l{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}
.y658kk~.v8e1l .us7mcy4{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; }
}
.iup2xmu .t8mk4m .y6babu1 {
  overflow: hidden;
}
.iup2xmu .t8mk4m .y6babu1::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.kv4sxuy .t8mk4m .y6babu1 {
  overflow: hidden;
}
.kv4sxuy .t8mk4m .y6babu1::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.hq8aalt .t8mk4m .y6babu1 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.m7bhgx8p .t8mk4m .y6babu1 {
  overflow: hidden;
}
.m7bhgx8p .t8mk4m .y6babu1::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.ib8m .t8mk4m .y6babu1 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.g3vc .y6babu1 {
  background: none;
}
.g3vc .c04ay { color: #fff; }
.g3vc .y8k9bakz { color: rgba(255,255,255,0.85); }
.m3m1 .c04ay { text-shadow: none; color: var(--text-primary); }
.m3m1 .y8k9bakz { color: var(--text-muted); }
body.odwn .c04ay {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.z7to1 .c04ay {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ra8o4.g3vc .c04ay,
section.g3vc .c04ay {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.m3m1.zdu4c410   .er1lc { align-items: flex-start; text-align: left; }
.ra8o4 .irg1ikpc {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.irg1ikpc .uxdiiqu {
  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;
}
.irg1ikpc .uxdiiqu::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.irg1ikpc .dvzuazxv { display: contents !important; }
.irg1ikpc .dvzuazxv .fh2xgsu {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.irg1ikpc .dvzuazxv .x23hm { max-height: 48px; max-width: 96px; }
.irg1ikpc .dvzuazxv .ujpz {
  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;
}
.irg1ikpc .jwq5lrbk {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.irg1ikpc .u7tyj7 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.irg1ikpc .zyw28kz { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.irg1ikpc .zyw28kz small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.irg1ikpc .rt22 { display: contents !important; }
.irg1ikpc .rt22 .zl2d8v:not(.iqfpdyg) { display: none !important; }
.irg1ikpc .rt22 .iqfpdyg {
  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;
}
.irg1ikpc .rt22 .iqfpdyg .f8wq37 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.irg1ikpc .rt22 .iqfpdyg .vt4u {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.irg1ikpc .r4x3c { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.irg1ikpc .r4x3c.lwtmtqwb {
  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;
}
.irg1ikpc .r4x3c.lwtmtqwb:hover { opacity: 0.85; }
.irg1ikpc .uxdiiqu,
.irg1ikpc .uxdiiqu:hover,
.irg1ikpc .uxdiiqu:nth-child(even),
.irg1ikpc .uxdiiqu:nth-child(odd),
.irg1ikpc .uxdiiqu:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.czb0 .gekb { padding-bottom: 24px; }
.h5kos .gekb { max-width: 1100px; }
@media (max-width: 700px) {
  .m3m1 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .m3m1:not(.n1akq) .b2kql { display: none !important; }
  .n1akq .b2kql { padding: 16px; }
  .er1lc  { padding: 36px 24px; }
  .m3m1~.v8e1l,.ud9gwek~.v8e1l{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ra8o4, .m3m1 { min-height: 320px !important; }
  .c04ay { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .hyoirs8x,
  .iu3jc0nx,
  .heko6sn { grid-template-columns: 1fr !important; }

  

  
  .czb0 { display: flex !important; flex-direction: column !important; }
  .czb0 .gekb { display: contents; }
  .czb0 .y6babu1 { order: 0; }
  .czb0 .c04ay { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .czb0 .hyoirs8x { order: 2; padding: 0 16px 12px !important; }
  .czb0 .y8k9bakz { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .h5kos .gekb { display: flex; flex-direction: column; }
  .h5kos .gekb .c04ay { order: 1; }
  .h5kos .gekb .heko6sn { order: 2; margin: 8px 0 24px !important; }
  .h5kos .gekb .y8k9bakz { order: 3; }
  .h5kos .gekb .u5expqns { order: 4; align-self: center; margin-top: 0; }

  
  .m3m1.n1akq {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .m3m1.n1akq .er1lc { display: contents; padding: 0; }
  .m3m1.n1akq .er1lc .c04ay { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .m3m1.n1akq .b2kql { order: 2; padding: 12px 16px; }
  .m3m1.n1akq .er1lc .y8k9bakz { order: 3; padding: 0 24px; margin: 0 auto; }
  .m3m1.n1akq .er1lc .u5expqns { order: 4; align-self: center; margin: 8px 0 32px; }
}
.s2hyoh { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.qa54v1u { width: 100%; height: auto; display: block; border-radius: 10px; }
.luhp0 .s2hyoh        { border-radius: 16px; }
.luhp0 .qa54v1u  { border-radius: 16px; }
.o06nshqi .s2hyoh         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.o06nshqi .qa54v1u   { border-radius: 8px; }
.aoyah3z { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.qcmk6 { width: 100%; padding: 32px 0; position: relative; }
.z6hsr { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.hnfnkb8 .qcmk6:nth-child(even) { background: var(--bg-surface); }
.hnfnkb8 .qcmk6:nth-child(odd)  { background: var(--bg-page); }
.y6agev .qcmk6:nth-child(even) { background: var(--bg-card); }
.y6agev .qcmk6:nth-child(odd)  { background: var(--bg-page); }
.hnfnkb8 .qcmk6:nth-child(odd)  .z6hsr { background: var(--bg-card); border-radius: 6px; }
.hnfnkb8 .qcmk6:nth-child(even) .z6hsr { background: var(--bg-raised); border-radius: 6px; }
.y6agev .qcmk6:nth-child(odd)  .z6hsr { background: var(--bg-card); border-radius: 6px; }
.y6agev .qcmk6:nth-child(even) .z6hsr { background: var(--bg-raised); border-radius: 6px; }
.hnfnkb8 .qcmk6:nth-child(even) .budotk9 .ijwaqh3,
.y6agev .qcmk6:nth-child(even) .budotk9 .ijwaqh3 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.hnfnkb8 .qcmk6:nth-child(odd) .budotk9 .ijwaqh3,
.y6agev .qcmk6:nth-child(odd) .budotk9 .ijwaqh3 { background: var(--bg-card-inner); }
.hnfnkb8 .qcmk6:nth-child(even) .xtee .ijwaqh3:nth-child(odd),
.y6agev .qcmk6:nth-child(even) .xtee .ijwaqh3:nth-child(odd)  { background: var(--bg-card); }
.hnfnkb8 .qcmk6:nth-child(even) .xtee .ijwaqh3:nth-child(even),
.y6agev .qcmk6:nth-child(even) .xtee .ijwaqh3:nth-child(even) { background: var(--bg-card-inner); }
h1.wjtibm2s { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.wjtibm2s {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.cl17nl { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.rgf8pbk h2.wjtibm2s {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.hztyww h2.wjtibm2s {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.tuuy5x0k h2.wjtibm2s {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.w7zyoa h2.wjtibm2s::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.usut8j h2.wjtibm2s {
  color: var(--text-primary); font-size: 1.7rem;
}
.ut1sqk6 h2.wjtibm2s::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.voym h2.wjtibm2s {
  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) { .ttqnu { display: none; } }
.l4lov { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.pz94 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.jj5r8f2 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.x685031 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.vk4z { padding-left: 20px; }
.vk4z li { margin-bottom: 6px; }
.vk4z a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.vk4z a:hover { color: var(--accent-light); }
.al1595 .x685031 { display: none; }
.qw6kbv .x685031 { display: none; }
.qw6kbv .vk4z { padding-left: 0; list-style: none; }
.qw6kbv .vk4z li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.qw6kbv .vk4z a { font-size: 0.92rem; }
.vgljo .jj5r8f2 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.vgljo .x685031 { display: none; }
.vgljo .vk4z { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.vgljo .vk4z li { margin-bottom: 0; }
.vgljo .vk4z 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;
}
.vgljo .vk4z a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.s5n4t .jj5r8f2 { padding: 20px 20px 16px; }
.s5n4t .vk4z {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.s5n4t .vk4z li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.s5n4t .vk4z 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;
}
.s5n4t .vk4z 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;
}
.s5n4t .vk4z a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.s5n4t .vk4z a:focus,
.s5n4t .vk4z a:focus-visible,
.s5n4t .vk4z a:target { outline: none; }
.s5n4t .vk4z li:target a { border-color: var(--border); color: var(--text-muted); }
.ouy8e8 .jj5r8f2 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ouy8e8 .x685031 { display: none; }
.ouy8e8 .vk4z { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.ouy8e8 .vk4z li { counter-increment: toc-n; margin-bottom: 0; }
.ouy8e8 .vk4z 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;
}
.ouy8e8 .vk4z 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;
}
.ouy8e8 .vk4z a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.no5kd .jj5r8f2 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.no5kd .x685031 { display: none; }
.no5kd .vk4z { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.no5kd .vk4z li { margin-bottom: 0; }
.no5kd .vk4z 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;
}
.no5kd .vk4z a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.vzv9do .jj5r8f2 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.vzv9do .x685031 { display: none; }
.vzv9do .vk4z { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.vzv9do .vk4z li { margin-bottom: 0; }
.vzv9do .vk4z li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.vzv9do .vk4z li:last-child::after { content: ""; margin-right: 0; }
.vzv9do .vk4z a { font-size: 0.9rem; }
.ijwaqh3 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.budotk9 .ijwaqh3 { background: var(--bg-card); }
.xtee .ijwaqh3:nth-child(odd)  { background: var(--bg-card); }
.xtee .ijwaqh3:nth-child(even) { background: var(--bg-raised); }
.hy3y .ijwaqh3 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.hy3y .ijwaqh3:last-child { border-bottom: none; }
.hy3y h3.cl17nl { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.w10je0d2 .ijwaqh3 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.w10je0d2 .ijwaqh3 + .ijwaqh3 { margin-top: 4px; }
.ay55 .ijwaqh3 { background: none; border-radius: 0; padding: 12px 0; }
.ay55 .ijwaqh3 + .ijwaqh3 { border-top: 1px solid var(--border-section); }
.s16mv5k2 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.vert5in { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.wdmz32rn { color: var(--text-body); margin-bottom: 10px; }
.j5zujkr, .yavb { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.j5zujkr li, .yavb li { margin-bottom: 6px; }
.yavb li { list-style: decimal; }
.kncaw5n     .j5zujkr { list-style-type: "● "; }
.xx15dm5m  .j5zujkr { list-style-type: "■ "; }
.qhjug6 .j5zujkr { list-style-type: "◆ "; }
.pu8gzho5    .j5zujkr { list-style-type: "★ "; }
.kncaw5n     .q3g53ztg { list-style-type: "● "; }
.xx15dm5m  .q3g53ztg { list-style-type: "■ "; }
.qhjug6 .q3g53ztg { list-style-type: "◆ "; }
.pu8gzho5    .q3g53ztg { list-style-type: "★ "; }
.kncaw5n    .j5zujkr li::marker, .kncaw5n    .q3g53ztg li::marker,
.xx15dm5m .j5zujkr li::marker, .xx15dm5m .q3g53ztg li::marker,
.qhjug6 .j5zujkr li::marker, .qhjug6 .q3g53ztg li::marker,
.pu8gzho5   .j5zujkr li::marker, .pu8gzho5   .q3g53ztg li::marker {
  color: var(--cta); font-size: 1em;
}
.kncaw5n .yavb,
.xx15dm5m .yavb,
.qhjug6 .yavb,
.pu8gzho5 .yavb {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.kncaw5n .yavb li,
.xx15dm5m .yavb li,
.qhjug6 .yavb li,
.pu8gzho5 .yavb li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.kncaw5n .yavb li::before,
.xx15dm5m .yavb li::before,
.qhjug6 .yavb li::before,
.pu8gzho5 .yavb 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;
}
.kncaw5n     .yavb li::before { border-radius: 50%; }
.xx15dm5m  .yavb li::before { border-radius: 3px; }
.qhjug6 .yavb li::before { border-radius: 3px; }
.pu8gzho5    .yavb li::before { border-radius: 50%; }
.p6ydu820 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.eue5a .p6ydu820,
.lmyez .p6ydu820 { background: transparent; border: none; border-radius: 0; }
.jaiy65 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.jaiy65 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.jaiy65 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.jaiy65 tr:hover td { background: var(--bg-hover); }
.x71oq .jaiy65 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.y34yr .jaiy65 { border: 1px solid var(--border-alt); }
.y34yr .jaiy65 th,
.y34yr .jaiy65 td { border: 1px solid var(--border-alt); }
.y9c5r .jaiy65 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.y9c5r .jaiy65 td { border-bottom: none; }
.y9c5r .jaiy65 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.pxy49qcw .jaiy65 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.kysq25 .p6ydu820 {
  overflow: hidden;
}
.kysq25 .jaiy65 th { border-bottom: 1px solid var(--border-alt); }
.kysq25 .jaiy65 tr:last-child td { border-bottom: none; }
.s1cs { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.tn34 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.g0ueh67 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.tufw9oly { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.fcadfl6w { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.q3g53ztg { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.q3g53ztg 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%}
.mig1y3x .tufw9oly { background: transparent; text-align: center; }
.wykuj .g0ueh67 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.waoyz .g0ueh67 {
  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);
}
.lw775qae .tn34 { display: grid; grid-template-columns: auto 1fr; }
.lw775qae .g0ueh67 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.lw775qae .tufw9oly { grid-column: 2; }
.lw775qae .fcadfl6w,
.lw775qae .q3g53ztg { grid-column: 1 / -1; }
.drvg .tn34 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.drvg .g0ueh67 {
  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);
}
.drvg .tufw9oly { grid-column: 2; }
.drvg .fcadfl6w,
.drvg .q3g53ztg { grid-column: 1 / -1; }
.t78w7 .tn34 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.t78w7 .tufw9oly { background: none; color: var(--accent-light); font-weight: 700; }
.cnwu .tn34 { 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); }
.cnwu .tufw9oly { background: none; color: var(--accent-light); font-weight: 700; }
.un3l0 .tn34 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.un3l0 .tn34:last-child { border-bottom: none; }
.un3l0 .tufw9oly { background: none; color: var(--accent-light); font-weight: 700; }
.g2rk9lo .tn34 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.g2rk9lo .tufw9oly { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ywisg .s1cs { counter-reset: card-n; }
.ywisg .tn34  { counter-increment: card-n; }
.ywisg .tufw9oly { display: flex; align-items: center; gap: 10px; }
.ywisg .tufw9oly::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;
}
.vqd3sq7x .tn34 { background: var(--bg-surface); border: 1px solid var(--border); }
.vqd3sq7x .tufw9oly { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.kas0gppn { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.kas0gppn         { --cl-hue: var(--accent); }
.kbc3oz     { --cl-hue: #16a34a; }
.vklrt49    { --cl-hue: #2563eb; }
.kbc3oz, .ecxorl, .vklrt49, .agiy {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.aos7 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.aos7::before { color: var(--cl-hue); }
.kas0gppn strong { color: var(--text-primary); font-size: 0.95rem; }
.kas0gppn p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.qwo61, .ziw1 { border-radius: 8px; padding: 14px; }
.qwo61 { background: var(--bg-pros); }
.ziw1 { background: var(--bg-cons); }
.pgw9ysx { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.qwo61 .pgw9ysx { color: var(--c-pros-label); }
.ziw1 .pgw9ysx { color: #f87171; }
.qwo61 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ziw1 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.qa54v1u { width: 100%; height: auto; border-radius: 10px; display: block; }
.lwtmtqwb {
  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;
}
.lwtmtqwb:hover { opacity: 0.85; }
.bdot .lwtmtqwb  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.bdot .lwtmtqwb:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ll2pz .lwtmtqwb  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ll2pz .lwtmtqwb:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.bdot .r4x3c.lwtmtqwb, .ll2pz .r4x3c.lwtmtqwb,
.bdot .u11k .lwtmtqwb, .ll2pz .u11k .lwtmtqwb {
  background: var(--cta); border: none; color: #fff;
}
.bdot .r4x3c.lwtmtqwb:hover, .ll2pz .r4x3c.lwtmtqwb:hover,
.bdot .u11k .lwtmtqwb:hover, .ll2pz .u11k .lwtmtqwb:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.xxf59g4 .u5expqns { border-radius: 50px; }
.xxf59g4 .lwtmtqwb  { border-radius: 50px; }
.xdng .u5expqns,
.xdng .lwtmtqwb { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.xdng .u5expqns:hover,
.xdng .lwtmtqwb:hover { filter: brightness(1.08); opacity: 1; }
.x37l1fhc .u5expqns,
.x37l1fhc .lwtmtqwb { box-shadow: 0 3px 14px -2px var(--cta); }
.x37l1fhc .u5expqns:hover,
.x37l1fhc .lwtmtqwb:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.zftv1 .u5expqns,
.zftv1 .lwtmtqwb { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.zftv1 .u5expqns:hover,
.zftv1 .lwtmtqwb:hover { opacity: 1; }
.zftv1 .u5expqns:active,
.zftv1 .lwtmtqwb:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.pjuwb .u5expqns,
.pjuwb .lwtmtqwb { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.pjuwb .u5expqns:hover,
.pjuwb .lwtmtqwb:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.pjuwb .u5expqns:active,
.pjuwb .lwtmtqwb:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.t4caiiw .u5expqns,
.t4caiiw .lwtmtqwb { position: relative; overflow: hidden; }
.t4caiiw .u5expqns::before,
.t4caiiw .lwtmtqwb::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;
}
.t4caiiw .u5expqns:hover::before,
.t4caiiw .lwtmtqwb:hover::before { left: 135%; }
.hn98scw .u5expqns,
.hn98scw .lwtmtqwb { border-radius: 0; }
.uryd0 .u5expqns { padding-left: 22px; padding-right: 22px; }
.uryd0 .lwtmtqwb  { padding-left: 12px; padding-right: 12px; }
.u8tt9 .u5expqns { padding-left: 44px; padding-right: 44px; }
.u8tt9 .lwtmtqwb  { padding-left: 24px; padding-right: 24px; }
.qeb4xx .u5expqns { padding-left: 56px; padding-right: 56px; }
.qeb4xx .lwtmtqwb  { padding-left: 32px; padding-right: 32px; }
.w0bd9i7y   .u5expqns::after, .w0bd9i7y   .lwtmtqwb::after,
.buesg .u5expqns::after, .buesg .lwtmtqwb::after,
.x5yzzk2    .u5expqns::after, .x5yzzk2    .lwtmtqwb::after,
.a2y24xod    .u5expqns::after, .a2y24xod    .lwtmtqwb::after,
.hvnatyr    .u5expqns::after, .hvnatyr    .lwtmtqwb::after,
.la6f10     .u5expqns::after, .la6f10     .lwtmtqwb::after,
.wyi4p    .u5expqns::after, .wyi4p    .lwtmtqwb::after,
.rn7c   .u5expqns::after, .rn7c   .lwtmtqwb::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;
}
.w0bd9i7y .u5expqns::after, .w0bd9i7y .lwtmtqwb::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");
}
.buesg .u5expqns::after, .buesg .lwtmtqwb::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");
}
.x5yzzk2 .u5expqns::after, .x5yzzk2 .lwtmtqwb::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");
}
.a2y24xod .u5expqns::after, .a2y24xod .lwtmtqwb::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");
}
.hvnatyr .u5expqns::after, .hvnatyr .lwtmtqwb::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");
}
.la6f10 .u5expqns::after, .la6f10 .lwtmtqwb::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");
}
.wyi4p .u5expqns::after, .wyi4p .lwtmtqwb::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");
}
.rn7c .u5expqns::after, .rn7c .lwtmtqwb::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");
}
.a4p1u   .cq1z::after, .a4p1u   .r6jpj::after,
.hzc4p .cq1z::after, .hzc4p .r6jpj::after,
.neh6    .cq1z::after, .neh6    .r6jpj::after,
.eqybqify    .cq1z::after, .eqybqify    .r6jpj::after,
.c22try    .cq1z::after, .c22try    .r6jpj::after,
.lr4ycay     .cq1z::after, .lr4ycay     .r6jpj::after,
.n2qe312    .cq1z::after, .n2qe312    .r6jpj::after,
.r3xy   .cq1z::after, .r3xy   .r6jpj::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;
}
.a4p1u .cq1z::after, .a4p1u .r6jpj::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");
}
.hzc4p .cq1z::after, .hzc4p .r6jpj::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");
}
.neh6 .cq1z::after, .neh6 .r6jpj::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");
}
.eqybqify .cq1z::after, .eqybqify .r6jpj::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");
}
.c22try .cq1z::after, .c22try .r6jpj::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");
}
.lr4ycay .cq1z::after, .lr4ycay .r6jpj::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");
}
.n2qe312 .cq1z::after, .n2qe312 .r6jpj::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");
}
.r3xy .cq1z::after, .r3xy .r6jpj::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");
}
.g69d1i {
  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;
}
.uxdiiqu {
  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;
}
.uxdiiqu > * { min-width: 0; }
.uxdiiqu:hover { background: var(--bg-hover); }
.uxdiiqu > [itemprop="item"] { display: contents; }
.uxdiiqu [itemprop="itemReviewed"],
.uxdiiqu [itemprop="reviewRating"] { display: none; }
.uxdiiqu::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;
}
.dvzuazxv {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.fh2xgsu {
  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;
}
.x23hm { max-height: 52px; max-width: 110px; object-fit: contain; }
.ujpz {
  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;
}
.rofdja .fh2xgsu    { background: #1a1a1a; }
.vre0d2 .fh2xgsu   { background: rgba(128,128,128,.12); }
.htafx .fh2xgsu { background: var(--bg-raised); }
.uj7hmby .fh2xgsu    { background: transparent; padding: 0; }
.jwq5lrbk {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.u7tyj7 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.zyw28kz { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.rt22 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.zl2d8v {
  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;
}
.f8wq37 {
  
  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%;
}
.vt4u {
  
  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;
}
.r4x3c {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.r4x3c.lwtmtqwb {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .uxdiiqu {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .uxdiiqu::before    { grid-area: rank;   }
  .dvzuazxv           { grid-area: ident;  }
  .jwq5lrbk     { grid-area: rating; min-width: 0; width: auto; }
  .rt22           { grid-area: pills;  }
  .r4x3c             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .uxdiiqu {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .uxdiiqu::before    { justify-self: center; }
  .dvzuazxv           { width: 100%; }
  .jwq5lrbk     { justify-self: center; }
  .rt22           { grid-template-columns: 1fr; }
}
.nc0uty4 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.uo5ydxel {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.i97r4n {
  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;
}
.i97r4n img { max-width: 80px; max-height: 50px; object-fit: contain; }
.fx76sq { flex: 1; }
.fx76sq h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.kdzf2ubl { color: var(--c-stars); font-size: 1.1rem; }
.ufvazs { margin-bottom: 8px; }
.gpv9ezv {
  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);
}
.gpv9ezv > span { color: var(--accent); font-weight: 700; }
.jb0xkpe4 em, .csx61pms em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .gpv9ezv { padding: 10px 16px; gap: 6px 16px; } }
.u11k { flex-shrink: 0; align-self: flex-start; }
.u11k .lwtmtqwb { white-space: nowrap; }
@media (max-width: 560px) {
  .uo5ydxel { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .i97r4n { order: 1; }
  .u11k { order: 2; margin-left: auto; align-self: center; }
  .fx76sq { order: 3; flex: 1 1 100%; min-width: 0; }
}
.ce7h1rsh img.yhm22xc { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.eue5a { padding: 20px 24px; }
.kgu3o0 { color: var(--text-muted); margin-bottom: 16px; }
.xuhxo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.ifhl, .cdaovth { list-style: none; font-size: 0.9rem; }
.ifhl li { color: var(--c-pros); margin-bottom: 4px; }
.cdaovth li { color: var(--c-cons); margin-bottom: 4px; }
.ifhl li::before { content: "✓"; margin-right: 5px; }
.cdaovth li::before { content: "✗"; margin-right: 5px; }
.kemgpjll .ifhl li::before { content: "→"; }
.kemgpjll .cdaovth li::before { content: "–"; }
.xuy1  .ifhl li::before { content: "★"; }
.xuy1  .cdaovth li::before { content: "✕"; }
.e2groo4h    .ifhl li::before { content: "◆"; }
.e2groo4h    .cdaovth li::before { content: "▲"; }
.iy35hcq  .ifhl li::before { content: "▶"; }
.iy35hcq  .cdaovth li::before { content: "■"; }
.kegs { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.z4ss { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.ji1a { background: var(--bg-pros); color: var(--c-tag-pay); }
.woywmig { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.nhqye5rd .woywmig { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.k52u .woywmig { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .o1nvb7qz .x5ys {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .o1nvb7qz .nc0uty4 { margin: 0; }
}
.eq05d3 .uo5ydxel { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.eq05d3 .fx76sq h3 { color: var(--accent-light); }
.eq05d3 .i97r4n { background: var(--bg-page); border: 1px solid var(--border); }
.ml9rf .nc0uty4 { border-top: 4px solid var(--accent); }
.ml9rf .uo5ydxel { background: var(--bg-card); }
.ue9r3eas .nc0uty4 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.ue9r3eas .uo5ydxel { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.ue9r3eas .eue5a { padding: 14px 16px; }
.ue9r3eas .i97r4n { border-radius: 4px; }
.ue9r3eas .woywmig { border-radius: 0; }
.d6k2 .uo5ydxel { padding: 0; gap: 0; overflow: hidden; }
.d6k2 .i97r4n { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.d6k2 .fx76sq { padding: 16px 20px; }
.d6k2 .u11k { padding: 16px 20px; align-self: center; }
.mcwc .kdzf2ubl { font-size: .95rem; }
.lmyez .qwo61, .lmyez .ziw1 { padding: 12px; }
.lmyez .qwo61 ul, .lmyez .ziw1 ul { margin: 4px 0 0; padding-left: 18px; }
.lmyez .qwo61 li, .lmyez .ziw1 li { font-size: .85rem; margin-bottom: 3px; }
.w0kp .z4ss { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .xeyodxl { grid-template-columns: 1fr; }
  .hjnv { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .hjnv .lpgxc5 { width: 72px; height: 50px; }
  .hjnv .q6nuiet { max-width: 180px; }
  .hjnv .tpj7aouo { width: auto; }
}
.zew9 .mcwc .kdzf2ubl { filter: brightness(1.2); }
@media (max-width: 720px) {
  .zew9 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .bbnup { padding: 16px; }
  .es3oo0u0 .s29hc { min-width: 50%; }
}
@media (max-width: 860px) {
  .fb7zbm4 { grid-template-columns: 1fr; }
  .ttk0kd { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .apnalb8n { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .x6zq { flex-wrap: wrap; padding: 16px; }
}
.e9nyiv .qwo61, .e9nyiv .ziw1 { padding: 8px; }
@media (max-width: 480px) {
  .we4jlri { flex-direction: column; align-items: stretch; }
}
.o969oz7k .tpj7aouo .lwtmtqwb { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .uj6jcbo { flex-direction: column; align-items: stretch; gap: 10px; }
  .o969oz7k .tpj7aouo { text-align: center; }
}
@media (max-width: 720px) {
  .vg1a0a { grid-template-columns: 1fr; }
  .yti5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .jzban { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.an4pt84l .t3f6a { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.y6by8x .kdzf2ubl { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .i309bwz { grid-template-columns: 1fr; }
  .y6by8x { width: 100px; height: 100px; margin: 16px auto; }
  .an4pt84l { font-size: 1.4rem; }
  .c42acce { justify-content: center; }
  .t6mayv .s29hc { min-width: 50%; }
}
@media (max-width: 540px) {
  .uq8wj { flex-wrap: wrap; padding: 14px 16px; }
  .hejpfe { padding: 12px 16px; }
  .ly7u2q2z .xki7ki { margin: 0 16px; }
  .ly7u2q2z .w0kp { padding: 0 16px; }
  .kj5ns1cc { padding: 12px 16px; }
}
.nr6pnsq .uxdiiqu {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.nr6pnsq .uxdiiqu:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.oeyi0c6n .g69d1i { gap: 18px; }
.oeyi0c6n .uxdiiqu {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.oeyi0c6n .uxdiiqu:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.ripul50g .g69d1i {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.ripul50g .uxdiiqu {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.ripul50g .uxdiiqu:last-child { border-bottom: none; }
.ripul50g .dvzuazxv,
.ripul50g .jwq5lrbk,
.ripul50g .rt22 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.cqxy64g1 .g69d1i { gap: 0; }
.cqxy64g1 .uxdiiqu {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.cqxy64g1 .uxdiiqu:last-child { border-bottom: none; }
.cqxy64g1 .uxdiiqu:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.cqxy64g1 .uxdiiqu:nth-child(even):hover { background: var(--bg-hover); }
.kgy2z .uxdiiqu {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.ilnwoi .rt22 .zl2d8v {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.ilnwoi .rt22 .zl2d8v:first-child { border-left: none; }
.qy8tb8ct .rt22 .zl2d8v {
  background: transparent; padding: 4px 8px;
}
.qy8tb8ct .rt22 .f8wq37 { font-size: .65rem; opacity: .65; }
.qy8tb8ct .rt22 .vt4u   { font-size: 1.15rem; color: var(--accent-light); }
.dc6yb .rt22 .zl2d8v {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.zyw28kz { display: none; }
.uro87o .u7tyj7 { font-size: 1rem; letter-spacing: 2px; }
.ya9w4o .u7tyj7 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.si3rny .u7tyj7,
.qdwf6okn .u7tyj7,
.cohzxc7y .u7tyj7 { display: none; }
.si3rny .zyw28kz,
.qdwf6okn .zyw28kz,
.cohzxc7y .zyw28kz { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.si3rny .zyw28kz { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.si3rny .zyw28kz small { display: none; }
.qdwf6okn .zyw28kz {
  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;
}
.qdwf6okn .zyw28kz small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.cohzxc7y .zyw28kz {
  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;
}
.cohzxc7y .zyw28kz small { display: none; }
.si3rny .ufvazs .kdzf2ubl,
.qdwf6okn .ufvazs .kdzf2ubl,
.cohzxc7y .ufvazs .kdzf2ubl { display: none; }
.si3rny .ufvazs strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.si3rny .t3f6a { display: none; }
.qdwf6okn .ufvazs 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;
}
.qdwf6okn .q7d7roj,
.qdwf6okn .t3f6a { font-size: 1em; }
.cohzxc7y .ufvazs strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.cohzxc7y .t3f6a { display: none; }
.sx10p2n { margin: 16px 0; }
.sjhe { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.sjhe summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.sjhe summary::after { content: "+"; color: var(--accent-light); }
.sjhe[open] summary::after { content: "−"; }
.sjhe p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.qcmk6 { margin-bottom: 0; }
.lg3z h2.wjtibm2s { color: var(--text-primary); border-color: var(--accent-light); }
.w9h0ah1 h2.wjtibm2s { color: var(--text-primary); border-color: var(--accent-light); }
.j6o0 .kbc3oz     { background: #052e16; border-color: #10b981; }
.j6o0 .vklrt49    { background: #1e1036; border-color: #a855f7; }
.j6o0 .kas0gppn strong  { color: #f1f5f9; }
.j6o0 .kas0gppn p       { color: #cbd5e1; }
.j6o0 .kvxhw    .kbc3oz     .aos7::before,
.j6o0 .c1t9f3n  .kbc3oz     .aos7::before,
.j6o0 .xmpxrc1  .kbc3oz     .aos7::before,
.j6o0 .rvhdc .kbc3oz     .aos7::before { color: #10b981; }
.j6o0 .kvxhw    .ecxorl .aos7::before,
.j6o0 .c1t9f3n  .ecxorl .aos7::before,
.j6o0 .xmpxrc1  .ecxorl .aos7::before,
.j6o0 .rvhdc .ecxorl .aos7::before { color: #f43f5e; }
.j6o0 .kvxhw    .vklrt49    .aos7::before,
.j6o0 .c1t9f3n  .vklrt49    .aos7::before,
.j6o0 .xmpxrc1  .vklrt49    .aos7::before,
.j6o0 .rvhdc .vklrt49    .aos7::before { color: #a855f7; }
.jnain .kbc3oz     { background: #2d2000; border-color: #eab308; }
.jnain .vklrt49    { background: #2d1600; border-color: #f97316; }
.jnain .kas0gppn strong  { color: #f1f5f9; }
.jnain .kas0gppn p       { color: #cbd5e1; }
.jnain .kvxhw    .kbc3oz     .aos7::before,
.jnain .c1t9f3n  .kbc3oz     .aos7::before,
.jnain .xmpxrc1  .kbc3oz     .aos7::before,
.jnain .rvhdc .kbc3oz     .aos7::before { color: #eab308; }
.jnain .kvxhw    .ecxorl .aos7::before,
.jnain .c1t9f3n  .ecxorl .aos7::before,
.jnain .xmpxrc1  .ecxorl .aos7::before,
.jnain .rvhdc .ecxorl .aos7::before { color: #ef4444; }
.jnain .kvxhw    .vklrt49    .aos7::before,
.jnain .c1t9f3n  .vklrt49    .aos7::before,
.jnain .xmpxrc1  .vklrt49    .aos7::before,
.jnain .rvhdc .vklrt49    .aos7::before { color: #f97316; }
.dph4z .kbc3oz     { background: #0c1a2e; border-color: #38bdf8; }
.dph4z .vklrt49    { background: #0a2020; border-color: #2dd4bf; }
.dph4z .kas0gppn strong  { color: #f1f5f9; }
.dph4z .kas0gppn p       { color: #cbd5e1; }
.dph4z .kvxhw    .kbc3oz     .aos7::before,
.dph4z .c1t9f3n  .kbc3oz     .aos7::before,
.dph4z .xmpxrc1  .kbc3oz     .aos7::before,
.dph4z .rvhdc .kbc3oz     .aos7::before { color: #38bdf8; }
.dph4z .kvxhw    .ecxorl .aos7::before,
.dph4z .c1t9f3n  .ecxorl .aos7::before,
.dph4z .xmpxrc1  .ecxorl .aos7::before,
.dph4z .rvhdc .ecxorl .aos7::before { color: #818cf8; }
.dph4z .kvxhw    .vklrt49    .aos7::before,
.dph4z .c1t9f3n  .vklrt49    .aos7::before,
.dph4z .xmpxrc1  .vklrt49    .aos7::before,
.dph4z .rvhdc .vklrt49    .aos7::before { color: #2dd4bf; }
.b03e3e::before,
.i0ohecj::before { margin-right: 5px; }
.vd9wl7 .qwo61 ul li,
.vd9wl7 .ifhl li         { color: #4ade80; }
.vd9wl7 .qwo61 .b03e3e { color: #22c55e; }
.vd9wl7 .ziw1 ul li,
.vd9wl7 .cdaovth li         { color: #f87171; }
.vd9wl7 .ziw1 .i0ohecj { color: #ef4444; }
.vyoe .qwo61 { background: var(--bg-pros); }
.vyoe .ziw1 { background: var(--bg-cons); }
.vyoe .qwo61 .b03e3e { color: var(--c-pros-label); }
.vyoe .ziw1 .i0ohecj { color: var(--c-cons); }
.vyoe .qwo61 ul li,
.vyoe .ifhl li            { color: var(--c-pros); }
.vyoe .ziw1 ul li,
.vyoe .cdaovth li            { color: var(--c-cons); }
.j05cs .qwo61 { background: var(--bg-pros); }
.j05cs .ziw1 { background: var(--bg-cons); }
.j05cs .qwo61 .b03e3e { color: var(--c-pros-label); }
.j05cs .ziw1 .i0ohecj { color: var(--c-cons); }
.j05cs .qwo61 ul li,
.j05cs .ifhl li          { color: var(--c-pros); }
.j05cs .ziw1 ul li,
.j05cs .cdaovth li          { color: var(--c-cons); }
.s5cjo .b03e3e::before { content: "✓ "; }
.s5cjo .i0ohecj::before { content: "✗ "; }
.kemgpjll .b03e3e::before { content: "→ "; }
.kemgpjll .i0ohecj::before { content: "← "; }
.xuy1 .b03e3e::before { content: "★ "; }
.xuy1 .i0ohecj::before { content: "✕ "; }
.e2groo4h .b03e3e::before { content: "◆ "; }
.e2groo4h .i0ohecj::before { content: "▲ "; }
.k52u .kas0gppn { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.k52u .kas0gppn strong { color: var(--text-primary); }
.k52u .kas0gppn p      { color: var(--text-muted); }
.nhqye5rd .kas0gppn { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.l6p0i .kas0gppn {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.l6p0i .kas0gppn strong,
.l6p0i .kas0gppn p { color: #fff; }
.l6p0i .aos7::before { color: rgba(255,255,255,0.9) !important; }
.hupzx .kas0gppn {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.hupzx .kas0gppn strong { color: var(--text-primary); }
.hupzx .kas0gppn p      { color: var(--text-muted); }
.a2dymu .kas0gppn { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.kvxhw .aos7,
.c1t9f3n .aos7,
.xmpxrc1 .aos7,
.rvhdc .aos7 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.kvxhw .aos7::before,
.c1t9f3n .aos7::before,
.xmpxrc1 .aos7::before,
.rvhdc .aos7::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.kvxhw .kbc3oz     .aos7::before { content: "✦"; color: var(--c-tip-border); }
.kvxhw .ecxorl .aos7::before { content: "▲"; color: var(--c-warn-border); }
.kvxhw .vklrt49    .aos7::before { content: "◉"; color: #60a5fa; }
.c1t9f3n .kbc3oz     .aos7::before { content: "★"; color: var(--c-tip-border); }
.c1t9f3n .ecxorl .aos7::before { content: "◆"; color: var(--c-warn-border); }
.c1t9f3n .vklrt49    .aos7::before { content: "●"; color: #60a5fa; }
.xmpxrc1 .kbc3oz     .aos7::before { content: "▶"; color: var(--c-tip-border); }
.xmpxrc1 .ecxorl .aos7::before { content: "■"; color: var(--c-warn-border); }
.xmpxrc1 .vklrt49    .aos7::before { content: "▸"; color: #60a5fa; }
.rvhdc .kbc3oz     .aos7::before { content: "→"; color: var(--c-tip-border); }
.rvhdc .ecxorl .aos7::before { content: "⬥"; color: var(--c-warn-border); }
.rvhdc .vklrt49    .aos7::before { content: "◈"; color: #60a5fa; }
.zpyzztz8 .budotk9 .ijwaqh3,
.zpyzztz8 .xtee .ijwaqh3  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.zpyzztz8 .tn34                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.zpyzztz8 .uxdiiqu                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.zpyzztz8 .nc0uty4            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.zpyzztz8 .p6ydu820          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.zpyzztz8 .jj5r8f2                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.mcm2y .budotk9 .ijwaqh3,
.mcm2y .xtee .ijwaqh3,
.mcm2y .tn34,
.mcm2y .uxdiiqu,
.mcm2y .nc0uty4,
.mcm2y .p6ydu820,
.mcm2y .jj5r8f2,
.mcm2y .a2dymu .kas0gppn { box-shadow: none; }
.kivebe97   .wdmz32rn, .kivebe97 .s16mv5k2, .kivebe97 .vert5in,
.kivebe97   .l4lov, .kivebe97 .pz94 { font-size: 0.9rem; }
.kivebe97   .j5zujkr, .kivebe97 .yavb { font-size: 0.9rem; }
.zu9nzd   .wdmz32rn, .zu9nzd .s16mv5k2, .zu9nzd .vert5in,
.zu9nzd   .l4lov, .zu9nzd .pz94 { font-size: 0.95rem; }
.zu9nzd   .j5zujkr, .zu9nzd .yavb { font-size: 0.95rem; }
.knad   .wdmz32rn, .knad .s16mv5k2, .knad .vert5in,
.knad   .l4lov, .knad .pz94 { font-size: 1.08rem; }
.knad   .j5zujkr, .knad .yavb { font-size: 1.05rem; }
.knad   .jaiy65 { font-size: 0.97rem; }
.gjn6gs .c04ay      { font-size: 3.2rem; }
.gjn6gs h2.wjtibm2s { font-size: 1.9rem; }
.gjn6gs h3.cl17nl     { font-size: 1.4rem; }
.e7c981f .c04ay      { font-size: 3.8rem; }
.e7c981f h2.wjtibm2s { font-size: 2.2rem; }
.e7c981f h3.cl17nl     { font-size: 1.6rem; }
.qcmk6 + .qcmk6 { position: relative; }
.n5m797   .qcmk6 + .qcmk6::before,
.va53ntm  .qcmk6 + .qcmk6::before,
.d2vt   .qcmk6 + .qcmk6::before,
.icr5   .qcmk6 + .qcmk6::before,
.cdkh9   .qcmk6 + .qcmk6::before,
.u9sdsz2h .qcmk6 + .qcmk6::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.n5m797 .qcmk6 + .qcmk6::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.va53ntm .qcmk6 + .qcmk6::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.d2vt .qcmk6 + .qcmk6::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;
}
.icr5 .qcmk6 + .qcmk6::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.wi1x5qxm .qcmk6 { margin-bottom: 16px; }
.wi1x5qxm .qcmk6 + .qcmk6 { margin-top: 0; }
.wi1x5qxm .z6hsr { padding-top: 0; padding-bottom: 0; }
.cdkh9 .qcmk6 + .qcmk6::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.u9sdsz2h .qcmk6 + .qcmk6::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.wxfit3 .qcmk6 + .qcmk6::before,
.ahglwjx .qcmk6 + .qcmk6::before,
.cp6k7 .qcmk6 + .qcmk6::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%;
}
.hnfnkb8 .wxfit3 .qcmk6:nth-child(even)::before,
.hnfnkb8 .ahglwjx .qcmk6:nth-child(even)::before,
.hnfnkb8 .cp6k7 .qcmk6:nth-child(even)::before { background: var(--bg-surface); }
.y6agev .wxfit3 .qcmk6:nth-child(even)::before,
.y6agev .ahglwjx .qcmk6:nth-child(even)::before,
.y6agev .cp6k7 .qcmk6:nth-child(even)::before { background: var(--bg-card); }
.wxfit3 .qcmk6 + .qcmk6::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");
}
.ahglwjx .qcmk6 + .qcmk6::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");
}
.cp6k7 .qcmk6 + .qcmk6::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");
}
.ao8q .t8mk4m,
.o4fxm .t8mk4m,
.g3n2xz .t8mk4m { overflow: hidden; }
.ao8q .gekb,
.o4fxm .gekb { margin-bottom: 60px; }
.g3n2xz .gekb { margin-bottom: 70px; }
.g3n2xz .er1lc { padding-bottom: 70px; }
.ao8q .t8mk4m::before,
.o4fxm .t8mk4m::before,
.g3n2xz .t8mk4m::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.ao8q .t8mk4m::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");
}
.o4fxm .t8mk4m::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");
}
.g3n2xz .t8mk4m::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.p1jb7fsx .t8mk4m:not(.g3vc) .y6babu1 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.a3uc7761 .t8mk4m:not(.g3vc) .y6babu1 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.ic1h  .t8mk4m:not(.g3vc) .y6babu1 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.kbhhhg  .t8mk4m:not(.g3vc) .y6babu1 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ic1h .g3vc { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.ic1h .jeqn { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.ic1h .m3m1 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.sh2g7wra .g3vc .y6babu1 { background: none; }
.sh2g7wra .t8mk4m:not(.g3vc) .y6babu1 { background: rgba(0,0,0,0.6); }
.aw4i .s2hyoh { float: left; width: 38%; margin: 0 28px 16px 0; }
.aw4i .s2hyoh .qa54v1u { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.aw4i .z6hsr::after { content: ''; display: block; clear: both; }
.xlv6ms6 .s2hyoh { float: right; width: 38%; margin: 0 0 16px 28px; }
.xlv6ms6 .s2hyoh .qa54v1u { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xlv6ms6 .z6hsr::after { content: ''; display: block; clear: both; }
.uaw5 .qcmk6:nth-child(odd)  .s2hyoh { float: left;  width: 38%; margin: 0 28px 16px 0; }
.uaw5 .qcmk6:nth-child(even) .s2hyoh { float: right; width: 38%; margin: 0 0 16px 28px; }
.uaw5 .s2hyoh .qa54v1u { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.uaw5 .z6hsr::after { content: ''; display: block; clear: both; }
.aw4i .s1cs,
.aw4i .g69d1i,
.xlv6ms6 .s1cs,
.xlv6ms6 .g69d1i,
.uaw5 .s1cs,
.uaw5 .g69d1i { clear: both; }
@media (max-width: 900px) {
  .aw4i .s2hyoh,
  .xlv6ms6 .s2hyoh,
  .uaw5 .qcmk6:nth-child(odd)  .s2hyoh,
  .uaw5 .qcmk6:nth-child(even) .s2hyoh {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .aw4i .s2hyoh .qa54v1u,
  .xlv6ms6 .s2hyoh .qa54v1u,
  .uaw5 .s2hyoh .qa54v1u {
    max-height: none !important;
  }
}
.aw4i .j5zujkr,
.aw4i .yavb,
.xlv6ms6 .j5zujkr,
.xlv6ms6 .yavb,
.uaw5 .j5zujkr,
.uaw5 .yavb { overflow: hidden; }
@media (max-width: 640px) {
  .aw4i .s2hyoh,
  .xlv6ms6 .s2hyoh,
  .uaw5 .s2hyoh { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ohla .aoyah3z,
.ohla .z6hsr,
.ohla .e1ot  { max-width: 1100px; }
.ohla { --content-mw: 1100px; }
.ehpryoou .aoyah3z,
.ehpryoou .z6hsr,
.ehpryoou .e1ot  { max-width: 1200px; }
.z13su .aoyah3z,
.z13su .z6hsr,
.z13su .e1ot  { max-width: 1320px; }
.fc099go { font-size: 0.82rem; color: var(--text-muted); }
.vtvu8um { display: flex; align-items: center; }
.fo3udy8t {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.nm8lsy7 { display: flex; align-items: center; }
.g6lkmne { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.g6lkmne:hover { text-decoration: underline; }
.mvnb40 { margin: 0 3px; opacity: 0.45; }
.mvnb40::before { content: '/'; }
.ugars5 { padding: 2px 5px; color: var(--text-main); }
.ge6xr37 .fc099go {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ge6xr37 .vtvu8um { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.o4qcthgo .fc099go {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.o4qcthgo .vtvu8um { padding: 0 0 0 12px; }
.sx43 .vtvu8um { padding: 0 16px; }
.sx43 .fc099go {
  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);
}
.sx43 .aoyah3z { padding-top: 28px; }
@media (max-width: 720px) {
  .fcxjzbs { margin-top: 18px; padding: 0 16px; }
  .sx43 .aoyah3z { padding-top: 16px; }
}
.ohla.ge6xr37 .vtvu8um { max-width: 1100px; }
.ehpryoou.ge6xr37 .vtvu8um { max-width: 1200px; }
.z13su.ge6xr37 .vtvu8um { max-width: 1320px; }
.ohla .fcxjzbs { max-width: 1100px; }
.r80glehg .qcmk6 { padding-top: 16px; padding-bottom: 16px; }
.uiuc .qcmk6 { padding-top: 24px; padding-bottom: 24px; }
.pnwuxn .qcmk6 { padding-top: 40px; padding-bottom: 40px; }
.m7oxd .qcmk6 { padding-top: 52px; padding-bottom: 52px; }
.hxhblwip .qcmk6:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.hxhblwip .qcmk6:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.hxhblwip .qcmk6:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.hxhblwip .qcmk6:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.teaqvx .z6hsr { padding-top: 10px;  padding-bottom: 10px; }
.ch83uxs .z6hsr { padding-top: 18px;  padding-bottom: 18px; }
.szka .z6hsr { padding-top: 36px;  padding-bottom: 36px; }
.g4ze .z6hsr { padding-top: 48px;  padding-bottom: 48px; }
.u6zbdcy h2.wjtibm2s { font-weight: 600; }
.u6zbdcy h3.cl17nl     { font-weight: 600; }
.ywtlp2 { font-weight: 500; }
.ywtlp2 h2.wjtibm2s { font-weight: 800; }
.ywtlp2 h3.cl17nl     { font-weight: 700; }
.odh3 h2.wjtibm2s { font-weight: 900; }
.odh3 h3.cl17nl     { font-weight: 800; }
.odh3 .kas0gppn strong,
.odh3 .kas0gppn strong { font-weight: 600; }
.cq1z {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.j4crpc .cq1z { display: none; }
@media (max-width: 640px) {
  .cq1z { display: none !important; }
}
.cq1z { background: var(--cta) !important; color: #fff !important; border: none !important; }
.cq1z:hover { opacity: 0.85; }
.vpnhyd4n .cq1z { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.fhyumsd  .r6jpj { left: 32px; }
@media (max-width: 480px) {
  .o7o3b .r6jpj { right: 20px; bottom: 20px; }
  .fhyumsd  .r6jpj { left: 20px; bottom: 20px; }
}
.w5bp4 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.e1ot { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.e9mq { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.s6tflj6 { color: var(--text-dim); font-size: 0.8rem; }
.cwkskn a, .jwzpal4 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.cwkskn a:hover, .jwzpal4 a:hover { color: var(--accent-light); }
.jwzpal4 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.zaesb6u3 .e1ot { text-align: center; }
.zaesb6u3 .jwzpal4 { justify-content: center; margin-bottom: 16px; }
.zaesb6u3 .e9mq { margin-top: 0; }
.fxti { margin-top: 10px; }
.fxti a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .e1ot { padding-left: 16px; padding-right: 16px; }
  .b5ln6 .e1ot { padding: 20px 16px; }
  .jwzpal4 { gap: 4px 12px; }
  .e9mq { font-size: 0.78rem; }
}
.j92kre .e9mq { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.j92kre .s6tflj6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .j92kre .k8hno { grid-template-columns: 1fr 1fr; } .j92kre .muzj { grid-column: 1 / -1; } }
@media (max-width: 480px) { .j92kre .k8hno { grid-template-columns: 1fr; } }
.uveot .e9mq { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .uveot .drvno { gap: 12px; } .uveot .l34n { margin-right: 0; width: 100%; } }
.yieg .e9mq { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.yieg .s6tflj6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .yieg .zzc6vd { grid-template-columns: 1fr 1fr; } .yieg .kf6y9zp { grid-column: 1 / -1; } }
@media (max-width: 480px) { .yieg .zzc6vd { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .noym .oy5bvxc { grid-template-columns: 1fr 1fr; } .noym .vbszi2:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .noym .oy5bvxc { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .lp0g .oy5bvxc { grid-template-columns: 1fr; } }
.pfysdw .e1ot { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.pfysdw .jwzpal4 { justify-content: center; }
.q7vf .qrvj0vib      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.q7vf .w5bp4 { background: var(--bg-page); border-top-color: var(--border-alt); }
.nm5g .qrvj0vib      { background: #0d1117; border-bottom-color: #21262d; }
.nm5g .dtajuiy { color: var(--accent-light); }
.nm5g .ypk4 { --msep-color: #8b949e; }
.nm5g .ypk4 a { color: #8b949e; }
.nm5g .ypk4 a:hover { color: var(--accent-light); }
.nm5g .n9zk8a { color: #8b949e; }
.nm5g .w5bp4 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.nm5g .e9mq,
.nm5g .s6tflj6 { color: #6e7681; }
.nm5g .cwkskn a, .nm5g .jwzpal4 a,
.nm5g .cwkskn a:hover, .nm5g .jwzpal4 a:hover,
@media (max-width: 640px) {
  .nm5g .ypk4 { background: #0d1117; border-top-color: #21262d; }
  .nm5g .ypk4 li a { border-bottom-color: #21262d; }
}
.i1lva .qrvj0vib      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.i1lva .dtajuiy { color: var(--accent-light); }
.i1lva .ypk4 { --msep-color: #475569; }
.i1lva .ypk4 a { color: #475569; }
.i1lva .ypk4 a:hover { color: var(--accent-light); }
.i1lva .n9zk8a { color: #64748b; }
.i1lva .w5bp4 { background: #f0f4f8; border-top-color: #cbd5e1; }
.i1lva .e9mq,
.i1lva .s6tflj6 { color: #64748b; }
.i1lva .cwkskn a, .i1lva .jwzpal4 a,
.i1lva .cwkskn a:hover, .i1lva .jwzpal4 a:hover,
@media (max-width: 640px) {
  .i1lva .ypk4 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .i1lva .ypk4 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.guincj2k .qrvj0vib      { background: var(--accent); border-bottom-color: var(--accent-light); }
.guincj2k .dtajuiy { color: #fff; }
.guincj2k .ypk4 { --msep-color: rgba(255,255,255,0.82); }
.guincj2k .ypk4 a { color: rgba(255,255,255,0.82); }
.guincj2k .ypk4 a:hover { color: #fff; }
.guincj2k .n9zk8a { color: rgba(255,255,255,0.9); }
.guincj2k .w5bp4 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.guincj2k .e9mq,
.guincj2k .s6tflj6 { color: rgba(255,255,255,0.72); }
.guincj2k .cwkskn a, .guincj2k .jwzpal4 a,
.guincj2k .cwkskn a:hover, .guincj2k .jwzpal4 a:hover,
@media (max-width: 640px) {
  .guincj2k .ypk4 { background: var(--accent); border-top-color: var(--accent-light); }
  .guincj2k .ypk4 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.kjk3mdn .qrvj0vib {
  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);
}
.kjk3mdn .w5bp4 {
  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) {
  .kjk3mdn .ypk4 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.mhtv7l .gzdrdy { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.vfevuc .gzdrdy { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.nvsgr .gzdrdy { min-height: 72px; height: auto; }
.dqh2 .gzdrdy { min-height: 84px; height: auto; }
.b5ln6 .gzdrdy { max-width: none; padding: 0 32px; }
.b5ln6 .e1ot  { max-width: none; padding: 24px 32px; }
.dthli.ehpryoou .gzdrdy { max-width: 1200px; }
.dthli.z13su .gzdrdy { max-width: 1320px; }
.xfvga   .dtajuiy, .xfvga   .l34n { text-transform: capitalize; }
.z2dm .dtajuiy, .z2dm .l34n { text-transform: lowercase; }
.d8p5lbgq .dtajuiy, .d8p5lbgq .l34n { text-transform: uppercase; letter-spacing: 0.06em; }
.qyfg, .tski0 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sww4z .qyfg,
.v468wjgi .qyfg,
.lb51uwx .qyfg,
.qikv6vxw .qyfg,
.f5c6a   .ypk4 a { font-weight: 500; }
.xjtn9g .ypk4 a { font-weight: 600; }
.s43y3a     .ypk4 a { font-weight: 700; }
.iti2z2    .ypk4 a { font-weight: 800; letter-spacing: 0.01em; }
.ipkgjwpd     .ypk4 > li + li::before,
.o0m74b    .ypk4 > li + li::before,
.bal4t    .ypk4 > li + li::before,
.vbzg7q .ypk4 > li + li::before,
.v3dp .ypk4 > li + li::before,
.gnh1h  .ypk4 > li + li::before,
.h3j35r4    .ypk4 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ipkgjwpd     .ypk4 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.o0m74b    .ypk4 > li + li::before { content: "|"; }
.bal4t    .ypk4 > li + li::before { content: "—"; }
.vbzg7q .ypk4 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.v3dp .ypk4 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.gnh1h  .ypk4 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.h3j35r4    .ypk4 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ww8tdg1u .n9zk8a,
  .i5bdgn .n9zk8a,
  .bil0y .n9zk8a,
  .ellb .n9zk8a,
  .j9vs6 .n9zk8a {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ww8tdg1u .n9zk8a::before,
  .i5bdgn .n9zk8a::before,
  .bil0y .n9zk8a::before,
  .ellb .n9zk8a::before,
  .j9vs6 .n9zk8a::before { content: ""; display: block; flex-shrink: 0; }

  
  .ww8tdg1u .n9zk8a::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;
  }

  
  .i5bdgn .n9zk8a::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;
  }

  
  .bil0y .n9zk8a::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;
  }

  
  .ellb .n9zk8a::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;
  }

  
  .j9vs6 .n9zk8a::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) {
  .qhe96qj4 .n9zk8a {
    padding: 5px 14px;
  }
  .qhe96qj4 .ypk4 {
    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;
  }
  .qhe96qj4 .ypk4 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .qhe96qj4 .ypk4 li a:hover { background: var(--bg-raised); }
  .qhe96qj4 .arrgp6nt,
  .kx1r .arrgp6nt,
  .nsffjc0r .arrgp6nt { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .sy0s .n9zk8a {
    padding: 5px 10px;
  }
  .sy0s .ypk4 {
    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);
  }
  .sy0s .ypk4.apiylp { transform: translateX(0); }
  .sy0s .ypk4 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .sy0s .ypk4 li:last-child a { border-bottom: none; }
  .guincj2k .ypk4,
  .nm5g .ypk4 { background: var(--accent) !important; }
  .guincj2k .ypk4 li a,
  .nm5g .ypk4 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .nsffjc0r .n9zk8a {
    padding: 5px 10px;
  }
  .nsffjc0r .ypk4 {
    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);
  }
  .nsffjc0r .ypk4::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .nsffjc0r .ypk4.apiylp { transform: translateY(0); }
  .nsffjc0r .ypk4 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ea1w2i .n9zk8a {
    padding: 5px 10px;
  }
  .ea1w2i .ypk4 {
    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;
  }
  .ea1w2i .ypk4.apiylp { opacity: 1; pointer-events: auto; }
  .ea1w2i .ypk4 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .trwpr     .n9zk8a { border-radius: 0 !important; }
  .uo7pwi   .n9zk8a { border-radius: 8px !important; }
  .e4ai16 .n9zk8a { border-radius: 50% !important; }
  .jc74mb3   .n9zk8a { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .sq4dj .rv5z1 { flex-direction: column; align-items: stretch; }
  .sq4dj .e25ia4c { flex-direction: row; min-width: auto; }
  .sq4dj .ccsl6yi3 { align-items: flex-start; text-align: left; }
}
.qqkvt,
.qqkvt.qcmk6,
.hnfnkb8 .qqkvt,
.dv1bue .qqkvt,
.y6agev .qqkvt,
.uw63gyz .qqkvt {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.uxlgrqm {
  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;
}
.e0hb4m8u { flex: 1 1 280px; min-width: 0; }
.axcdv {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.qkomh6r2 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.wcchhjrd {
  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;
}
.wcchhjrd:hover { transform: translateY(-1px); opacity: 0.95; }
.ba6v9dk .uxlgrqm {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ba6v9dk .axcdv { color: var(--cta); }
.ba6v9dk .qkomh6r2 { color: var(--text-body); }
.ba6v9dk .wcchhjrd {
  background: var(--cta) !important;
  color: #fff !important;
}
.omua8 .uxlgrqm {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.omua8 .axcdv { color: var(--text-primary); }
.omua8 .qkomh6r2 { color: var(--text-body); }
.omua8 .wcchhjrd {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .uxlgrqm {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .e0hb4m8u { flex: 0 0 auto; }
  .axcdv { font-size: 1.2rem; }
  .wcchhjrd { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.m5a6m .qwkroh { height: 36px; }
.vx8j2r0a .qwkroh { height: 60px; max-width: 200px; }
.jrvs .qwkroh { height: 56px; max-width: 180px; }
.r83z    .u7tyj7, .r83z    .kdzf2ubl { color: #f59e0b; }
.gx91tmlo      .u7tyj7 { font-size: 1rem; letter-spacing: 1.5px; }
.gx91tmlo      .kdzf2ubl   { font-size: 1.35rem; }
.ayesj9f    .u7tyj7, .ayesj9f    .kdzf2ubl { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.xnyr09t     .u7tyj7, .xnyr09t     .kdzf2ubl { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.ppdr .u7tyj7, .ppdr .kdzf2ubl { color: var(--cta); letter-spacing: 2px; }
.gci7dk   .u7tyj7, .gci7dk   .kdzf2ubl { color: #e91e63; letter-spacing: 2px; }
.gjd1  .u7tyj7, .gjd1  .kdzf2ubl { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.xuhomo8     .u7tyj7, .xuhomo8     .kdzf2ubl { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ilnwoi .zl2d8v + .zl2d8v {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.mw5c .uxdiiqu { padding: 18px 24px; min-height: 68px; }
.qy8tb8ct .f8wq37 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.qy8tb8ct .vt4u {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.dc6yb .zl2d8v {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.g69d1i { counter-reset: cs-rank; }
.g69d1i .uxdiiqu { counter-increment: cs-rank; }
.g69d1i .uxdiiqu::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;
}
.dgcq4g .g69d1i { counter-reset: cs-rank; gap: 0; }
.dgcq4g .uxdiiqu {
  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;
}
.dgcq4g .uxdiiqu::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;
}
.dgcq4g .dvzuazxv {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.dgcq4g .fh2xgsu {
  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;
}
.dgcq4g .x23hm { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.dgcq4g .dvzuazxv { min-width: 0; flex-direction: column; width: 100%; }
.dgcq4g .ujpz {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.dgcq4g .u7tyj7 { color: var(--cta, var(--accent)); }
.dgcq4g .zyw28kz { font-weight: 700; }
.dgcq4g .zl2d8v {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.dgcq4g .f8wq37 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.dgcq4g .vt4u {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.dgcq4g .iqfpdyg .vt4u { font-size: 1.3rem; color: var(--accent-light); }
.dgcq4g .r4x3c {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.dgcq4g .uxdiiqu:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .dgcq4g .g69d1i {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .dgcq4g .uxdiiqu {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .dgcq4g .uxdiiqu { padding: 40px 16px 20px; }
  .dgcq4g .zl2d8v {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .dgcq4g .r4x3c { width: 100%; min-width: 0; }
}
.ke88wt .g69d1i { counter-reset: cs-rank; gap: 10px; }
.ke88wt .uxdiiqu {
  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);
}
.ke88wt .uxdiiqu::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);
}
.ke88wt .dvzuazxv {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.ke88wt .fh2xgsu {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.ke88wt .x23hm { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.ke88wt .ujpz {
  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;
}
.ke88wt .u7tyj7 { color: var(--cta, var(--accent)); }
.ke88wt .zl2d8v {
  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;
}
.ke88wt .f8wq37 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.ke88wt .vt4u { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.ke88wt .iqfpdyg .vt4u { color: var(--accent-light); }
.ke88wt .r4x3c {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.ke88wt .uxdiiqu:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .ke88wt .uxdiiqu {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ke88wt .uxdiiqu::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ke88wt .dvzuazxv {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ke88wt .ujpz { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ke88wt .zl2d8v {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ke88wt .r4x3c { width: 100%; min-width: 0; }
  .ke88wt .u7tyj7 { min-width: 0; }
}
.o5220xz .uxdiiqu::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.i27w6cib .sjhe {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.i27w6cib .sjhe summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.i27w6cib .sjhe p { padding: 0 2px 16px; }
.fnzi .sjhe { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.fnzi .sjhe summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.fnzi .sjhe summary::after { content: "›"; font-size: 1.2em; }
.fnzi .sjhe[open] summary::after { content: "‹"; }
.fnzi .sjhe p { padding: 10px 22px 4px; }
.dtone .sjhe {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.dtone .sjhe summary { color: var(--text-primary); padding-left: 16px; }
.dtone .sjhe summary::after { content: "›"; font-size: 1.1em; }
.dtone .sjhe[open] summary::after { content: "‹"; }
.dtone .sjhe p { padding-left: 16px; }
.wgigu .sx10p2n { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.wgigu .sjhe {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.wgigu .sjhe:last-child { border-bottom: none; }
.wgigu .sjhe summary { color: var(--text-primary); border-radius: 0; }
.wgigu .sjhe summary::after { content: "›"; font-size: 1.1em; }
.wgigu .sjhe[open] summary::after { content: "‹"; }
.spy1z .sjhe { overflow: hidden; }
.spy1z .sjhe summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.spy1z .sjhe summary::after { color: rgba(255,255,255,.75); }
.spy1z .sjhe[open] summary { border-radius: 0; }
.al6ab6g { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.gm3b634e {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.swg3g {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.c0tr { color: var(--text-muted); font-size: 1.05rem; }
.an3z {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.km2z2ljb { margin-bottom: 20px; }
.qvmj09 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ichpvm {
  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;
}
.ichpvm:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ff9y { resize: vertical; min-height: 130px; }
.wx7m8e { width: 100%; margin-top: 8px; }
.s4mv {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.gd2yxwz {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.i8yv { color: var(--text-muted); line-height: 1.75; }
.fefmoy { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.fefmoy li { margin-bottom: 6px; }
.qztfgybb { max-width: 760px; margin: 0 auto; }
.tn0737rs { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.luu0f1 ul.fefmoy { margin: 0; }
.dl3uwe4i { max-width: 900px; margin: 0 auto; }
.frqv3d { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.frqv3d:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.frqv3d .tn0737rs { margin: 0; font-size: 1rem; }
.frqv3d .su5fic p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .frqv3d { grid-template-columns: 1fr; gap: 10px; } }
.gufv3 .tn0737rs { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.hainfe .fefmoy { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .if6pp3 { grid-template-columns: 1fr; } }
.jr0zef7t { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.jr0zef7t:hover .l5xf2 { color: var(--accent-light); text-decoration: underline; }
.n3ju7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.uotyo { margin-bottom: 48px; }
.i22lwcuf { max-width: 760px; margin: 0 auto; }
.c5fkno { max-width: 640px; margin: 0 auto; }
.xno5n { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.xno5n:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.a3qxr { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.xno5n p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xno5n ul.fefmoy { margin: 0; }
.nvjr { color: var(--text-muted); line-height: 1.75; }
.jojjrbtd .fefmoy,
.c5fkno .fefmoy,
.kgbmr .fefmoy,
.ri4kmoi9 .fefmoy {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.jojjrbtd .xno5n,
.c5fkno .xno5n { text-align: left; }
.jojjrbtd .a3qxr,
.c5fkno .a3qxr { text-align: center; }
.jue2p68v { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.m6aimzxw { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.qvhd { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.h6p7 { margin-top: 12px; }
.iw2bs { 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; }
.iw2bs:hover { border-bottom-color: var(--accent-light); }
.t2hpqr { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.t2hpqr img { width: 100%; height: 100%; object-fit: cover; display: block; }
.efw9 { width: 72px; height: 72px; }
.n6f5sfo { border-radius: 50%; }
.qyuep8a3 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.uvveisyi { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .baeqwa3 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.m5dmm .qvhd, .m5dmm .m6aimzxw { max-width: 640px; }
.zhlwy .jue2p68v { font-size: 1.6rem; margin-top: 18px; }
.klyh0rc .qvhd { margin-bottom: 28px; }
@media (max-width: 860px) { .c2oq9ad1 { grid-template-columns: 1fr; } .zhlwy { position: static; text-align: center; } }
.iy6uko6 .t2hpqr { margin: 0 auto 18px; }
.iy6uko6 .qyuep8a3 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .g3zpv8 { grid-template-columns: 1fr; } }
.pbraql .jue2p68v { font-size: 1.6rem; margin-bottom: 6px; }
.ri4kmoi9 .fefmoy { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pbraql { flex-direction: column; text-align: center; } .aixf99 { grid-template-columns: 1fr; } }
.je0b { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.je0b .jue2p68v { font-size: 1.35rem; margin: 0 0 4px; }
.je0b .qyuep8a3 { margin: 0; }
.gttc .swg3g { color: var(--accent-light); }
.gmih .swg3g { font-size: 2rem; }
.gmih .c0tr { max-width: 680px; }
.hpryzd .swg3g { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.hpryzd .c0tr  { margin: 0; }
@media (max-width: 640px) { .hpryzd { flex-direction: column; } }
.azvyh .swg3g { color: var(--accent-light); }
.qg1dbx .swg3g { color: #fff; }
.qg1dbx .c0tr  { color: rgba(255,255,255,0.85); }
.mt6h5 { max-width: 680px; margin: 0 auto; }
.ve5ixfpi {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .ve5ixfpi { grid-template-columns: 1fr; } }
.e75cfrai .ichpvm {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.e75cfrai .ichpvm:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.la0bme .ichpvm { background: var(--bg-raised); border-color: transparent; }
.la0bme .ichpvm:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ptsd9 .ichpvm { border-radius: 100px; padding: 11px 20px; }
.ptsd9 .ff9y { border-radius: 14px; }
@media (max-width: 640px) { .vljw { grid-template-columns: 1fr; } }
.m94npmbt{display:none}
.m94npmbt:empty,.us7mcy4:empty{display:none}
.dfgvv8{position:relative;overflow:visible}
.p7ngic .v8e1l,.q064umt .v8e1l,
.u5qjx6 .v8e1l,.s0ytz37 .v8e1l,
.mn91ie .v8e1l,.ae5j1 .v8e1l{display:block}
.prdn6th .wz4ehp{display:block}
.p7ngic .v8e1l,.q064umt .v8e1l,
.u5qjx6 .v8e1l,.s0ytz37 .v8e1l,
.mn91ie .v8e1l{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}
.p7ngic .v8e1l .us7mcy4,.q064umt .v8e1l .us7mcy4,
.u5qjx6 .v8e1l .us7mcy4,.s0ytz37 .v8e1l .us7mcy4,
.mn91ie .v8e1l .us7mcy4{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}
.p7ngic .ez4n19v,.q064umt .ez4n19v,
.u5qjx6 .ez4n19v,.s0ytz37 .ez4n19v,
.mn91ie .ez4n19v{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.p7ngic .v8e1l,.q064umt .v8e1l{top:12px}
.p7ngic .v8e1l .us7mcy4{margin-right:auto}
.q064umt .v8e1l .us7mcy4{margin-left:auto}
.q064umt .v8e1l{text-align:right}
.u5qjx6 .v8e1l,.s0ytz37 .v8e1l{bottom:12px}
.u5qjx6 .v8e1l .us7mcy4{margin-right:auto}
.s0ytz37 .v8e1l .us7mcy4{margin-left:auto}
.s0ytz37 .v8e1l{text-align:right}
.mn91ie .v8e1l{position:relative;margin-top:16px}
.mn91ie .v8e1l .us7mcy4{margin:0 auto}
.ae5j1 .v8e1l{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ae5j1 .v8e1l .us7mcy4{margin:0}
.ae5j1 .m3m1~.v8e1l,
.ae5j1 .ud9gwek~.v8e1l{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ae5j1 .m3m1~.v8e1l .us7mcy4,
.ae5j1 .ud9gwek~.v8e1l .us7mcy4{justify-content:flex-start}
.m3m1~.v8e1l,.ud9gwek~.v8e1l{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}
.m3m1~.v8e1l .us7mcy4{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ud9gwek~.v8e1l .us7mcy4{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.wz4ehp .us7mcy4{margin:0 0 12px}
.us7mcy4{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ljedz5a{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.l5xf2{font-weight:600;color:var(--text-heading);opacity:1}
.bcz4vkg::before{content:"·";margin:0 2px;opacity:.5}
.ez4n19v{white-space:nowrap}
.uvjia .ljedz5a{display:none}
.h621zkr .ez4n19v{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.h621zkr .bcz4vkg::before{content:""}
.ho5j8hn .ez4n19v{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}
.ho5j8hn .bcz4vkg::before{content:""}
.nj09m .us7mcy4{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.vfg2q1ka .ez4n19v{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.vfg2q1ka .bcz4vkg::before{content:""}
.sj53 .ez4n19v{color: var(--accent-light);opacity:1;font-weight:500}
.wqvirx .ez4n19v{border-bottom:1px solid currentColor;padding-bottom:2px}
.rlcgb .us7mcy4{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.rkb8e9t{--date-bg:var(--accent-bg-light)}
.svdaqh8 .bcz4vkg::before{content:""}
.zupth .bcz4vkg::before{content:"•";opacity:.4}
.zupth .ez4n19v + .ez4n19v::before{content:"•";margin-right:6px;opacity:.4}
.a8kl .bcz4vkg::before{content:"/";opacity:.35}
.a8kl .ez4n19v + .ez4n19v::before{content:"/";margin-right:6px;opacity:.35}
.g8k2oh .bcz4vkg::before{content:"|";opacity:.3}
.g8k2oh .ez4n19v + .ez4n19v::before{content:"|";margin-right:6px;opacity:.3}
.qa6fl3w .bcz4vkg::before{content:"—";opacity:.3}
.qa6fl3w .ez4n19v + .ez4n19v::before{content:"—";margin-right:6px;opacity:.3}
.y24rzw1m .bcz4vkg::before{content:"◆";font-size:.5em;opacity:.35}
.y24rzw1m .ez4n19v + .ez4n19v::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.sxy18z9 .bcz4vkg::before{content:"·";opacity:.4}
.sxy18z9 .ez4n19v + .ez4n19v::before{content:"·";margin-right:6px;opacity:.4}
.tp3r .bcz4vkg::before{content:"›";opacity:.4}
.tp3r .ez4n19v + .ez4n19v::before{content:"›";margin-right:6px;opacity:.4}
.o4u5f3y .bcz4vkg::before{content:"→";opacity:.35;font-size:.85em}
.o4u5f3y .ez4n19v + .ez4n19v::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.kiwskk .mahpcto{padding:20px 0}
@media(max-width:640px){
  .mahpcto{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .efl5ox{max-width:100%}
}
.spbrly5 .p6ydu820{margin:0}
@media (max-width:560px){
  .wmij5tz{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .k3qp { padding: 28px 18px 20px; }
  .lxy1 { font-size: 1.2rem; }
  .ia9yp { max-width: 220px; max-height: 80px; }
}
.xtj73hi {
  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);
}
.eyzngb6u {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.sybo  .xtj73hi { border-radius: 50%; }
.rwf6tk21  .xtj73hi { border-radius: 6px; }
.b5ybv .xtj73hi { border-radius: 22px; }
.fkld .uxlgrqm {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .xtj73hi { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.nnt9exq .qcmk6 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.nnt9exq .z6hsr {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.nnt9exq .uxlgrqm {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.qrjmypo .qcmk6,
.qrjmypo .z6hsr {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.qrjmypo .uxlgrqm {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .qrjmypo { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .qrjmypo .uxlgrqm {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .qrjmypo .qkomh6r2 { display: none !important; }
  .qrjmypo .axcdv { font-size: 1.1rem !important; }
  .qrjmypo .xtj73hi { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .aj5ue72b { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .gzdrdy { flex-direction: row-reverse; }
[dir="rtl"] .ypk4 { flex-direction: row-reverse; }
[dir="rtl"] .fhyumsd  .r6jpj { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .o7o3b .r6jpj { right: auto; left: 20px; }
  [dir="rtl"] .fhyumsd  .r6jpj { left: auto;  right: 20px; }
}
[dir="rtl"] .aw4i .s2hyoh  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .xlv6ms6 .s2hyoh { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .j5zujkr, [dir="rtl"] .yavb { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qwo61 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ziw1 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .kas0gppn { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .uxlgrqm { direction: rtl; }
[dir="rtl"] .xtj73hi { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .uxdiiqu,
[dir="rtl"] .fc099go { direction: rtl; }
[dir="rtl"] .jj5r8f2 { direction: rtl; }
[dir="rtl"] .vk4z { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .kncaw5n .yavb,
[dir="rtl"] .xx15dm5m .yavb,
[dir="rtl"] .qhjug6 .yavb,
[dir="rtl"] .pu8gzho5 .yavb {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .kncaw5n .yavb li::before,
[dir="rtl"] .xx15dm5m .yavb li::before,
[dir="rtl"] .qhjug6 .yavb li::before,
[dir="rtl"] .pu8gzho5 .yavb li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .t8mk4m.zdu4c410 .gekb,
[dir="rtl"] .y658kk.zdu4c410 .gekb,
[dir="rtl"] .g3vc.zdu4c410 .gekb,
[dir="rtl"] .czb0.zdu4c410 .gekb,
[dir="rtl"] .h5kos.zdu4c410 .gekb { text-align: right; }
[dir="rtl"] .m3m1.zdu4c410 .er1lc { align-items: flex-end; text-align: right; }
[dir="rtl"] .z6hsr,
[dir="rtl"] .l4lov,
[dir="rtl"] .pz94,
[dir="rtl"] .gekb { text-align: right; }
[dir="rtl"] .an3z,
[dir="rtl"] .qvmj09,
[dir="rtl"] .qvhd,
[dir="rtl"] .ichpvm,
[dir="rtl"] .ff9y { text-align: right; direction: rtl; }
[dir="rtl"] .ptsd9 .ichpvm,
[dir="rtl"] .e75cfrai .ichpvm { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #3fb54e;
  --brand:           #3fb54e;
  --brand-light:     #3e8d48;
  --brand-pale:      #64a86d;
  --grad-start:      #7dd288;
  --grad-end:        #b0dcb6;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #3fb54e;
  --cta-light:       #2f9b3d;
  --cta-hover:       #2f873a;
  --bg-page:         #f6f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f4;
  --bg-raised:       #eef0ee;
  --bg-hover:        #f4f5f4;
  --border:          #e2e8e3;
  --border-alt:      #d1dbd2;
  --border-section:  #e2e8e3;
  --text-primary:    #181a18;
  --text-muted:      #545e55;
  --text-body:       #303530;
  --text-sub:        #485049;
  --text-faint:      #788679;
  --text-dim:        #939e94;
  --text-label:      #606b61;
  --text-value:      #3c433c;
  --accent-bg:       #e6eee7;
  --accent-bg-light: #d1e5d3;
  --bg-tip:          #f9f0f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f8;
  --bg-cons:         #faf6f3;
  --c-pros:          #851d78;
  --c-cons:          #9f4a21;
  --c-pros-label:    #9e238f;
  --c-tip-border:    #af269e;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #851d78;
}
:root { --logo-bg-opacity: 52%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.to1h6d .ra8o4, .to1h6d .m3m1 { min-height: 420px; }
.mvnb40::before { content: '/'; }