:root {
  --color-accent: #f97316;
  --color-cta: #f59e0b;
  --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;
}
.e69fpzt3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.x211ukh {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.hn3kjqo {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.wwgj9z9 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.hbddsw { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.hbddsw a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.hbddsw a:hover { color: var(--accent-light); }
.ys4ip49  .t2pmka { border-radius: 14px; }
.ys4ip49 .t2pmka li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.ys4ip49 .t2pmka li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.d5uq0y .t2pmka li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .t2pmka {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .f4qwnh6:hover .t2pmka,
  .f4qwnh6:focus-within .t2pmka { display: block; }
  .t2pmka li a { padding: 8px 16px; font-size: 0.88rem; }
}
.dyfr5 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ckxcl { display: none; }
@media (max-width: 640px) {
  .ckxcl {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ckxcl.sybylea { display: block; }
}
@media (max-width: 640px) {
  .dyfr5 { display: block; }
  .hbddsw > li + li::before { display: none !important; }
  .hbddsw {
    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;
  }
  .hbddsw.sybylea { display: flex; }
  .hbddsw li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .hbddsw li:last-child a { border-bottom: none; }
}
.h4g8x { min-height: 480px; }
.lu1j {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ireye4m7 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.v5dn5jv .ireye4m7 { margin-left: 0; margin-right: 0; }
.n7816o {
  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;
}
.o69kx7l .n7816o { margin-top: 24px; }
.n7816o:hover { opacity: 0.88; }
.h0he2mh {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.ex98i {
  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%);
}
.h0he2mh .aoajhie {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.h0he2mh .lu1j { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.h0he2mh .ireye4m7 { color: #e2e8f0; }
.h0he2mh.wr9bmg1 .aoajhie { text-align: center; }
.h0he2mh.v5dn5jv   .aoajhie { text-align: left; }
.hyfd .aoajhie {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.hyfd .lu1j { color: var(--text-primary); text-shadow: none; }
.hyfd .ireye4m7 { color: var(--text-muted); }
.hyfd .n7816o { margin-top: 16px; }
.hyfd, .hyfd.h4g8x { min-height: auto !important; }
.hyfd.wr9bmg1 .aoajhie { text-align: center; }
.hyfd.v5dn5jv   .aoajhie { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.rlpr5j .xcwz,
.rlpr5j .w61sd {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.vdudgb2x .h0he2mh .ex98i {
  overflow: hidden;
}
.vdudgb2x .h0he2mh .ex98i::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); }
}
.o6acgs .h0he2mh .ex98i {
  overflow: hidden;
}
.o6acgs .h0he2mh .ex98i::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;
}
.mkfrqgo .h0he2mh .ex98i {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.gjgfs .h0he2mh .ex98i {
  overflow: hidden;
}
.gjgfs .h0he2mh .ex98i::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;
}
.rlpr5j .h0he2mh .ex98i {
  animation: hg-breathe 10s ease-in-out infinite;
}
.xcwz .ex98i {
  background: none;
}
.xcwz .lu1j { color: #fff; }
.xcwz .ireye4m7 { color: rgba(255,255,255,0.85); }
.rlpr5j .q813z4zy {
  animation: hg-breathe 7s ease-in-out infinite;
}
.q813z4zy .lu1j { text-shadow: none; color: var(--text-primary); }
.q813z4zy .ireye4m7 { color: var(--text-muted); }
body.pur9s .lu1j {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.fbb9 .lu1j {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.h4g8x.xcwz .lu1j,
section.xcwz .lu1j {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.q813z4zy.wr9bmg1 .t4u0k { align-items: center; text-align: center; }
.h4g8x .twkp {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.twkp .i87wy {
  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;
}
.twkp .i87wy::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.twkp .ktqdeghc { display: contents !important; }
.twkp .ktqdeghc .dqmbvcul {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.twkp .ktqdeghc .yux190j6 { max-height: 48px; max-width: 96px; }
.twkp .ktqdeghc .v86mkm {
  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;
}
.twkp .npfep1 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.twkp .hyl8 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.twkp .gv6sk { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.twkp .gv6sk small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.twkp .hbvv { display: contents !important; }
.twkp .hbvv .tjqsw:not(.bbwdxbif) { display: none !important; }
.twkp .hbvv .bbwdxbif {
  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;
}
.twkp .hbvv .bbwdxbif .sk45s5b9 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.twkp .hbvv .bbwdxbif .jbjyfrq {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.twkp .n1bi { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.twkp .n1bi.ihfe {
  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;
}
.twkp .n1bi.ihfe:hover { opacity: 0.85; }
.twkp .i87wy,
.twkp .i87wy:hover,
.twkp .i87wy:nth-child(even),
.twkp .i87wy:nth-child(odd),
.twkp .i87wy:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.fngqn .aoajhie { padding-bottom: 24px; }
.o69kx7l .aoajhie { max-width: 1100px; }
@media (max-width: 700px) {
  .q813z4zy { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .q813z4zy:not(.a9om) .xvuxtm { display: none !important; }
  .a9om .xvuxtm { padding: 16px; }
  .t4u0k  { padding: 36px 24px; }
  .q813z4zy~.prmya,.gxcq2~.prmya{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .h4g8x, .q813z4zy { min-height: 320px !important; }
  .lu1j { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .gjwbqj,
  .rxfye2m,
  .wze93c4 { grid-template-columns: 1fr !important; }

  

  
  .fngqn { display: flex !important; flex-direction: column !important; }
  .fngqn .aoajhie { display: contents; }
  .fngqn .ex98i { order: 0; }
  .fngqn .lu1j { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .fngqn .gjwbqj { order: 2; padding: 0 16px 12px !important; }
  .fngqn .ireye4m7 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .o69kx7l .aoajhie { display: flex; flex-direction: column; }
  .o69kx7l .aoajhie .lu1j { order: 1; }
  .o69kx7l .aoajhie .wze93c4 { order: 2; margin: 8px 0 24px !important; }
  .o69kx7l .aoajhie .ireye4m7 { order: 3; }
  .o69kx7l .aoajhie .n7816o { order: 4; align-self: center; margin-top: 0; }

  
  .q813z4zy.a9om {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .q813z4zy.a9om .t4u0k { display: contents; padding: 0; }
  .q813z4zy.a9om .t4u0k .lu1j { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .q813z4zy.a9om .xvuxtm { order: 2; padding: 12px 16px; }
  .q813z4zy.a9om .t4u0k .ireye4m7 { order: 3; padding: 0 24px; margin: 0 auto; }
  .q813z4zy.a9om .t4u0k .n7816o { order: 4; align-self: center; margin: 8px 0 32px; }
}
.jj5krt { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.inlw0bs { width: 100%; height: auto; display: block; border-radius: 10px; }
.r1a786 .jj5krt        { border-radius: 16px; }
.r1a786 .inlw0bs  { border-radius: 16px; }
.eturg2i .jj5krt         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.eturg2i .inlw0bs   { border-radius: 8px; }
.wsjvj { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.cu0nlb0y { width: 100%; padding: 32px 0; position: relative; }
.o10h { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ps3fj10 .cu0nlb0y:nth-child(even) { background: var(--bg-surface); }
.ps3fj10 .cu0nlb0y:nth-child(odd)  { background: var(--bg-page); }
.jg64n .cu0nlb0y:nth-child(even) { background: var(--bg-card); }
.jg64n .cu0nlb0y:nth-child(odd)  { background: var(--bg-page); }
.ps3fj10 .cu0nlb0y:nth-child(odd)  .o10h { background: var(--bg-card); border-radius: 6px; }
.ps3fj10 .cu0nlb0y:nth-child(even) .o10h { background: var(--bg-raised); border-radius: 6px; }
.jg64n .cu0nlb0y:nth-child(odd)  .o10h { background: var(--bg-card); border-radius: 6px; }
.jg64n .cu0nlb0y:nth-child(even) .o10h { background: var(--bg-raised); border-radius: 6px; }
.ps3fj10 .cu0nlb0y:nth-child(even) .zilkfc .xfpn1yha,
.jg64n .cu0nlb0y:nth-child(even) .zilkfc .xfpn1yha { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ps3fj10 .cu0nlb0y:nth-child(odd) .zilkfc .xfpn1yha,
.jg64n .cu0nlb0y:nth-child(odd) .zilkfc .xfpn1yha { background: var(--bg-card-inner); }
.ps3fj10 .cu0nlb0y:nth-child(even) .j6fxm .xfpn1yha:nth-child(odd),
.jg64n .cu0nlb0y:nth-child(even) .j6fxm .xfpn1yha:nth-child(odd)  { background: var(--bg-card); }
.ps3fj10 .cu0nlb0y:nth-child(even) .j6fxm .xfpn1yha:nth-child(even),
.jg64n .cu0nlb0y:nth-child(even) .j6fxm .xfpn1yha:nth-child(even) { background: var(--bg-card-inner); }
h1.o2cu7l { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.o2cu7l {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.bxzeq { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.whzn9ffp h2.o2cu7l {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.quty h2.o2cu7l {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.r5bhnq h2.o2cu7l {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.pgwyui h2.o2cu7l::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.zz2a2 h2.o2cu7l {
  color: var(--text-primary); font-size: 1.7rem;
}
.u2zn h2.o2cu7l::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.bkac7 h2.o2cu7l {
  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) { .nhfwjd01 { display: none; } }
.q4mrxj { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.sae13zdy { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.qeuy1ly3 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.eo7gjg7 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ji9jj { padding-left: 20px; }
.ji9jj li { margin-bottom: 6px; }
.ji9jj a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ji9jj a:hover { color: var(--accent-light); }
.mkvzlsoa .eo7gjg7 { display: none; }
.wmk3 .eo7gjg7 { display: none; }
.wmk3 .ji9jj { padding-left: 0; list-style: none; }
.wmk3 .ji9jj li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.wmk3 .ji9jj a { font-size: 0.92rem; }
.bpcxjv .qeuy1ly3 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.bpcxjv .eo7gjg7 { display: none; }
.bpcxjv .ji9jj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.bpcxjv .ji9jj li { margin-bottom: 0; }
.bpcxjv .ji9jj 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;
}
.bpcxjv .ji9jj a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.zi82 .qeuy1ly3 { padding: 20px 20px 16px; }
.zi82 .ji9jj {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.zi82 .ji9jj li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.zi82 .ji9jj 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;
}
.zi82 .ji9jj 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;
}
.zi82 .ji9jj a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.zi82 .ji9jj a:focus,
.zi82 .ji9jj a:focus-visible,
.zi82 .ji9jj a:target { outline: none; }
.zi82 .ji9jj li:target a { border-color: var(--border); color: var(--text-muted); }
.gzd9 .qeuy1ly3 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.gzd9 .eo7gjg7 { display: none; }
.gzd9 .ji9jj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.gzd9 .ji9jj li { counter-increment: toc-n; margin-bottom: 0; }
.gzd9 .ji9jj 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;
}
.gzd9 .ji9jj 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;
}
.gzd9 .ji9jj a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.vum2rb80 .qeuy1ly3 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.vum2rb80 .eo7gjg7 { display: none; }
.vum2rb80 .ji9jj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.vum2rb80 .ji9jj li { margin-bottom: 0; }
.vum2rb80 .ji9jj 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;
}
.vum2rb80 .ji9jj a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.i71t .qeuy1ly3 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.i71t .eo7gjg7 { display: none; }
.i71t .ji9jj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.i71t .ji9jj li { margin-bottom: 0; }
.i71t .ji9jj li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.i71t .ji9jj li:last-child::after { content: ""; margin-right: 0; }
.i71t .ji9jj a { font-size: 0.9rem; }
.xfpn1yha { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.zilkfc .xfpn1yha { background: var(--bg-card); }
.j6fxm .xfpn1yha:nth-child(odd)  { background: var(--bg-card); }
.j6fxm .xfpn1yha:nth-child(even) { background: var(--bg-raised); }
.g9xo1o .xfpn1yha {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.g9xo1o .xfpn1yha:last-child { border-bottom: none; }
.g9xo1o h3.bxzeq { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.x8hm .xfpn1yha {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.x8hm .xfpn1yha + .xfpn1yha { margin-top: 4px; }
.b4l6gndd .xfpn1yha { background: none; border-radius: 0; padding: 12px 0; }
.b4l6gndd .xfpn1yha + .xfpn1yha { border-top: 1px solid var(--border-section); }
.mds7b4w { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.fia44k { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.fniplel { color: var(--text-body); margin-bottom: 10px; }
.g9lsupwb, .olbin7k { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.g9lsupwb li, .olbin7k li { margin-bottom: 6px; }
.olbin7k li { list-style: decimal; }
.y32mva4     .g9lsupwb { list-style-type: "● "; }
.ia2i  .g9lsupwb { list-style-type: "■ "; }
.brajulu .g9lsupwb { list-style-type: "◆ "; }
.v536ve5    .g9lsupwb { list-style-type: "★ "; }
.y32mva4     .jgqt { list-style-type: "● "; }
.ia2i  .jgqt { list-style-type: "■ "; }
.brajulu .jgqt { list-style-type: "◆ "; }
.v536ve5    .jgqt { list-style-type: "★ "; }
.y32mva4    .g9lsupwb li::marker, .y32mva4    .jgqt li::marker,
.ia2i .g9lsupwb li::marker, .ia2i .jgqt li::marker,
.brajulu .g9lsupwb li::marker, .brajulu .jgqt li::marker,
.v536ve5   .g9lsupwb li::marker, .v536ve5   .jgqt li::marker {
  color: var(--cta); font-size: 1em;
}
.y32mva4 .olbin7k,
.ia2i .olbin7k,
.brajulu .olbin7k,
.v536ve5 .olbin7k {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.y32mva4 .olbin7k li,
.ia2i .olbin7k li,
.brajulu .olbin7k li,
.v536ve5 .olbin7k li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.y32mva4 .olbin7k li::before,
.ia2i .olbin7k li::before,
.brajulu .olbin7k li::before,
.v536ve5 .olbin7k 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;
}
.y32mva4     .olbin7k li::before { border-radius: 50%; }
.ia2i  .olbin7k li::before { border-radius: 3px; }
.brajulu .olbin7k li::before { border-radius: 3px; }
.v536ve5    .olbin7k li::before { border-radius: 50%; }
.ls1u1edr { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.msnmcphh .ls1u1edr,
.zaom .ls1u1edr { background: transparent; border: none; border-radius: 0; }
.fcus4s7g { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.fcus4s7g th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.fcus4s7g td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.fcus4s7g tr:hover td { background: var(--bg-hover); }
.ddo2 .fcus4s7g tbody tr:nth-child(even) td { background: var(--bg-surface); }
.o9lae .fcus4s7g { border: 1px solid var(--border-alt); }
.o9lae .fcus4s7g th,
.o9lae .fcus4s7g td { border: 1px solid var(--border-alt); }
.o7jp0dg .fcus4s7g th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.o7jp0dg .fcus4s7g td { border-bottom: none; }
.o7jp0dg .fcus4s7g tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.cjm5szt .fcus4s7g th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.dw2pyua .ls1u1edr {
  overflow: hidden;
}
.dw2pyua .fcus4s7g th { border-bottom: 1px solid var(--border-alt); }
.dw2pyua .fcus4s7g tr:last-child td { border-bottom: none; }
.e7i43q { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.vfllc { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.o8qgs4c { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.dq1fd2sa { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.uvv9yb { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.jgqt { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.jgqt 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%}
.agl288gl .dq1fd2sa { background: transparent; text-align: center; }
.a1y3nbb .o8qgs4c {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.rj42gs12 .o8qgs4c {
  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);
}
.ylb9 .vfllc { display: grid; grid-template-columns: auto 1fr; }
.ylb9 .o8qgs4c {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ylb9 .dq1fd2sa { grid-column: 2; }
.ylb9 .uvv9yb,
.ylb9 .jgqt { grid-column: 1 / -1; }
.zjxr8vmu .vfllc { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.zjxr8vmu .o8qgs4c {
  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);
}
.zjxr8vmu .dq1fd2sa { grid-column: 2; }
.zjxr8vmu .uvv9yb,
.zjxr8vmu .jgqt { grid-column: 1 / -1; }
.a2ipf00 .vfllc { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.a2ipf00 .dq1fd2sa { background: none; color: var(--accent-light); font-weight: 700; }
.qldxag1 .vfllc { 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); }
.qldxag1 .dq1fd2sa { background: none; color: var(--accent-light); font-weight: 700; }
.hdlugf0 .vfllc { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.hdlugf0 .vfllc:last-child { border-bottom: none; }
.hdlugf0 .dq1fd2sa { background: none; color: var(--accent-light); font-weight: 700; }
.bu975x .vfllc { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.bu975x .dq1fd2sa { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.cfkoixnr .e7i43q { counter-reset: card-n; }
.cfkoixnr .vfllc  { counter-increment: card-n; }
.cfkoixnr .dq1fd2sa { display: flex; align-items: center; gap: 10px; }
.cfkoixnr .dq1fd2sa::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;
}
.bqtlh2 .vfllc { background: var(--bg-surface); border: 1px solid var(--border); }
.bqtlh2 .dq1fd2sa { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ehirz46o { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ehirz46o         { --cl-hue: var(--accent); }
.zrex     { --cl-hue: #16a34a; }
.r6ahp { --cl-hue: #ea580c; }
.md6d    { --cl-hue: #2563eb; }
.zrex, .r6ahp, .md6d, .b89vabe0 {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.m8y7is { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.m8y7is::before { color: var(--cl-hue); }
.ehirz46o strong { color: var(--text-primary); font-size: 0.95rem; }
.ehirz46o p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.vseksnc0 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.tyquz6, .pacc0r9 { border-radius: 8px; padding: 14px; }
.tyquz6 { background: var(--bg-pros); }
.pacc0r9 { background: var(--bg-cons); }
.y47v { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.tyquz6 .y47v { color: var(--c-pros-label); }
.pacc0r9 .y47v { color: #f87171; }
.tyquz6 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pacc0r9 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.inlw0bs { width: 100%; height: auto; border-radius: 10px; display: block; }
.ihfe {
  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;
}
.ihfe:hover { opacity: 0.85; }
.lbepk76 .ihfe  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.lbepk76 .ihfe:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.krl2o7 .ihfe  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.krl2o7 .ihfe:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.lbepk76 .n1bi.ihfe, .krl2o7 .n1bi.ihfe,
.lbepk76 .svls .ihfe, .krl2o7 .svls .ihfe {
  background: var(--cta); border: none; color: #fff;
}
.lbepk76 .n1bi.ihfe:hover, .krl2o7 .n1bi.ihfe:hover,
.lbepk76 .svls .ihfe:hover, .krl2o7 .svls .ihfe:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.xm00ek .n7816o { border-radius: 50px; }
.xm00ek .ihfe  { border-radius: 50px; }
.dm9wdrp .n7816o,
.dm9wdrp .ihfe { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.dm9wdrp .n7816o:hover,
.dm9wdrp .ihfe:hover { filter: brightness(1.08); opacity: 1; }
.xw9qq23 .n7816o,
.xw9qq23 .ihfe { box-shadow: 0 3px 14px -2px var(--cta); }
.xw9qq23 .n7816o:hover,
.xw9qq23 .ihfe:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.b08vbo .n7816o,
.b08vbo .ihfe { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.b08vbo .n7816o:hover,
.b08vbo .ihfe:hover { opacity: 1; }
.b08vbo .n7816o:active,
.b08vbo .ihfe:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.u7dw .n7816o,
.u7dw .ihfe { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.u7dw .n7816o:hover,
.u7dw .ihfe:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.u7dw .n7816o:active,
.u7dw .ihfe:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.chewdba .n7816o,
.chewdba .ihfe { position: relative; overflow: hidden; }
.chewdba .n7816o::before,
.chewdba .ihfe::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;
}
.chewdba .n7816o:hover::before,
.chewdba .ihfe:hover::before { left: 135%; }
.larjml6 .n7816o,
.larjml6 .ihfe { border-radius: 0; }
.d3em7 .n7816o { padding-left: 22px; padding-right: 22px; }
.d3em7 .ihfe  { padding-left: 12px; padding-right: 12px; }
.mkovgtp .n7816o { padding-left: 44px; padding-right: 44px; }
.mkovgtp .ihfe  { padding-left: 24px; padding-right: 24px; }
.vrdi8 .n7816o { padding-left: 56px; padding-right: 56px; }
.vrdi8 .ihfe  { padding-left: 32px; padding-right: 32px; }
.lfjig4   .n7816o::after, .lfjig4   .ihfe::after,
.mqharh2 .n7816o::after, .mqharh2 .ihfe::after,
.a8gl    .n7816o::after, .a8gl    .ihfe::after,
.y3g8qks    .n7816o::after, .y3g8qks    .ihfe::after,
.ik0p    .n7816o::after, .ik0p    .ihfe::after,
.hl9v0d     .n7816o::after, .hl9v0d     .ihfe::after,
.evm8ft4    .n7816o::after, .evm8ft4    .ihfe::after,
.s2d8x4   .n7816o::after, .s2d8x4   .ihfe::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;
}
.lfjig4 .n7816o::after, .lfjig4 .ihfe::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");
}
.mqharh2 .n7816o::after, .mqharh2 .ihfe::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");
}
.a8gl .n7816o::after, .a8gl .ihfe::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");
}
.y3g8qks .n7816o::after, .y3g8qks .ihfe::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");
}
.ik0p .n7816o::after, .ik0p .ihfe::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");
}
.hl9v0d .n7816o::after, .hl9v0d .ihfe::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");
}
.evm8ft4 .n7816o::after, .evm8ft4 .ihfe::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");
}
.s2d8x4 .n7816o::after, .s2d8x4 .ihfe::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");
}
.vdukln2   .g4szpps1::after, .vdukln2   .izkitvmg::after,
.kt1h05 .g4szpps1::after, .kt1h05 .izkitvmg::after,
.l09etqp    .g4szpps1::after, .l09etqp    .izkitvmg::after,
.cx75u2    .g4szpps1::after, .cx75u2    .izkitvmg::after,
.cvmxr    .g4szpps1::after, .cvmxr    .izkitvmg::after,
.vi8df     .g4szpps1::after, .vi8df     .izkitvmg::after,
.st0gd    .g4szpps1::after, .st0gd    .izkitvmg::after,
.gvt98lo   .g4szpps1::after, .gvt98lo   .izkitvmg::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;
}
.vdukln2 .g4szpps1::after, .vdukln2 .izkitvmg::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");
}
.kt1h05 .g4szpps1::after, .kt1h05 .izkitvmg::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");
}
.l09etqp .g4szpps1::after, .l09etqp .izkitvmg::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");
}
.cx75u2 .g4szpps1::after, .cx75u2 .izkitvmg::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");
}
.cvmxr .g4szpps1::after, .cvmxr .izkitvmg::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");
}
.vi8df .g4szpps1::after, .vi8df .izkitvmg::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");
}
.st0gd .g4szpps1::after, .st0gd .izkitvmg::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");
}
.gvt98lo .g4szpps1::after, .gvt98lo .izkitvmg::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");
}
.msn28p {
  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;
}
.i87wy {
  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;
}
.i87wy > * { min-width: 0; }
.i87wy:hover { background: var(--bg-hover); }
.i87wy > [itemprop="item"] { display: contents; }
.i87wy [itemprop="itemReviewed"],
.i87wy [itemprop="reviewRating"] { display: none; }
.i87wy::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;
}
.ktqdeghc {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.dqmbvcul {
  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;
}
.yux190j6 { max-height: 52px; max-width: 110px; object-fit: contain; }
.v86mkm {
  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;
}
.swolm2 .dqmbvcul    { background: #1a1a1a; }
.dea1 .dqmbvcul   { background: rgba(128,128,128,.12); }
.lovrj .dqmbvcul { background: var(--bg-raised); }
.butv9q .dqmbvcul    { background: transparent; padding: 0; }
.npfep1 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.hyl8 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.gv6sk { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.hbvv {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.tjqsw {
  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;
}
.sk45s5b9 {
  
  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%;
}
.jbjyfrq {
  
  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;
}
.n1bi {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.n1bi.ihfe {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .i87wy {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .i87wy::before    { grid-area: rank;   }
  .ktqdeghc           { grid-area: ident;  }
  .npfep1     { grid-area: rating; min-width: 0; width: auto; }
  .hbvv           { grid-area: pills;  }
  .n1bi             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .i87wy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .i87wy::before    { justify-self: center; }
  .ktqdeghc           { width: 100%; }
  .npfep1     { justify-self: center; }
  .hbvv           { grid-template-columns: 1fr; }
}
.wa92 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.lapeh {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.icbt51 {
  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;
}
.icbt51 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ab6my2wm { flex: 1; }
.ab6my2wm h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.rsknu { color: var(--c-stars); font-size: 1.1rem; }
.nnpxm0 { margin-bottom: 8px; }
.cl6ic1q6 {
  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);
}
.cl6ic1q6 > span { color: var(--accent); font-weight: 700; }
.dga4u3l3 em, .zu28t em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .cl6ic1q6 { padding: 10px 16px; gap: 6px 16px; } }
.svls { flex-shrink: 0; align-self: flex-start; }
.svls .ihfe { white-space: nowrap; }
@media (max-width: 560px) {
  .lapeh { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .icbt51 { order: 1; }
  .svls { order: 2; margin-left: auto; align-self: center; }
  .ab6my2wm { order: 3; flex: 1 1 100%; min-width: 0; }
}
.zh8tj img.kb29e { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.msnmcphh { padding: 20px 24px; }
.xe168hf { color: var(--text-muted); margin-bottom: 16px; }
.w78j0sys { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.b5fy, .n88s { list-style: none; font-size: 0.9rem; }
.b5fy li { color: var(--c-pros); margin-bottom: 4px; }
.n88s li { color: var(--c-cons); margin-bottom: 4px; }
.b5fy li::before { content: "✓"; margin-right: 5px; }
.n88s li::before { content: "✗"; margin-right: 5px; }
.dms6965 .b5fy li::before { content: "→"; }
.dms6965 .n88s li::before { content: "–"; }
.e4wd0  .b5fy li::before { content: "★"; }
.e4wd0  .n88s li::before { content: "✕"; }
.q5d4ol9f    .b5fy li::before { content: "◆"; }
.q5d4ol9f    .n88s li::before { content: "▲"; }
.qd41b64t  .b5fy li::before { content: "▶"; }
.qd41b64t  .n88s li::before { content: "■"; }
.dsy8lxxx { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.gi7mqzoa { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.gzx5m { background: var(--bg-pros); color: var(--c-tag-pay); }
.ivc8tqe { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.m9l3rj67 .ivc8tqe { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.abka .ivc8tqe { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .o5h9i .gqh0 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .o5h9i .wa92 { margin: 0; }
}
.epu2mo .lapeh { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.epu2mo .ab6my2wm h3 { color: var(--accent-light); }
.epu2mo .icbt51 { background: var(--bg-page); border: 1px solid var(--border); }
.vst4c4ed .wa92 { border-top: 4px solid var(--accent); }
.vst4c4ed .lapeh { background: var(--bg-card); }
.m4ap43 .wa92 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.m4ap43 .lapeh { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.m4ap43 .msnmcphh { padding: 14px 16px; }
.m4ap43 .icbt51 { border-radius: 4px; }
.m4ap43 .ivc8tqe { border-radius: 0; }
.efka5ia3 .lapeh { padding: 0; gap: 0; overflow: hidden; }
.efka5ia3 .icbt51 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.efka5ia3 .ab6my2wm { padding: 16px 20px; }
.efka5ia3 .svls { padding: 16px 20px; align-self: center; }
.gxv53 .rsknu { font-size: .95rem; }
.zaom .vseksnc0 { gap: 10px; }
.zaom .tyquz6, .zaom .pacc0r9 { padding: 12px; }
.zaom .tyquz6 ul, .zaom .pacc0r9 ul { margin: 4px 0 0; padding-left: 18px; }
.zaom .tyquz6 li, .zaom .pacc0r9 li { font-size: .85rem; margin-bottom: 3px; }
.lzvmhsd .gi7mqzoa { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .ilsjf { grid-template-columns: 1fr; }
  .v4bl2b { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .v4bl2b .i3r5zy0 { width: 72px; height: 50px; }
  .v4bl2b .aug4ov { max-width: 180px; }
  .v4bl2b .k98n { width: auto; }
}
.yjfpgb .gxv53 .rsknu { filter: brightness(1.2); }
@media (max-width: 720px) {
  .yjfpgb { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .gpp0 { padding: 16px; }
  .fxpgngz .yfbziid { min-width: 50%; }
}
.eogop .vseksnc0 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .qihl { grid-template-columns: 1fr; }
  .rrbuqax { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .x3g93 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .n9xp2n { flex-wrap: wrap; padding: 16px; }
}
.ee6e .vseksnc0 { gap: 8px; }
.ee6e .tyquz6, .ee6e .pacc0r9 { padding: 8px; }
@media (max-width: 480px) {
  .qu46t { flex-direction: column; align-items: stretch; }
}
.srkia .k98n .ihfe { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ol6bcv0w { flex-direction: column; align-items: stretch; gap: 10px; }
  .srkia .k98n { text-align: center; }
}
@media (max-width: 720px) {
  .wxr4yn { grid-template-columns: 1fr; }
  .ulooixp4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .eczlt { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.lxeftdcp .g5jlj3 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.tomgex .rsknu { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .tbxyi { grid-template-columns: 1fr; }
  .tomgex { width: 100px; height: 100px; margin: 16px auto; }
  .lxeftdcp { font-size: 1.4rem; }
  .t3hgw1mh { justify-content: center; }
  .nftv .yfbziid { min-width: 50%; }
}
.odtow .vseksnc0 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .uxr7 { flex-wrap: wrap; padding: 14px 16px; }
  .chaula43 { padding: 12px 16px; }
  .odtow .vseksnc0 { margin: 0 16px; }
  .odtow .lzvmhsd { padding: 0 16px; }
  .ik82tc1 { padding: 12px 16px; }
}
.bkjx71b9 .i87wy {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.bkjx71b9 .i87wy:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.hft8r375 .msn28p { gap: 18px; }
.hft8r375 .i87wy {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.hft8r375 .i87wy:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.hj62jlk .msn28p {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.hj62jlk .i87wy {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.hj62jlk .i87wy:last-child { border-bottom: none; }
.hj62jlk .ktqdeghc,
.hj62jlk .npfep1,
.hj62jlk .hbvv {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.kj7s .msn28p { gap: 0; }
.kj7s .i87wy {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.kj7s .i87wy:last-child { border-bottom: none; }
.kj7s .i87wy:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.kj7s .i87wy:nth-child(even):hover { background: var(--bg-hover); }
.gulmy .i87wy {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.iafv .hbvv .tjqsw {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.iafv .hbvv .tjqsw:first-child { border-left: none; }
.cychmwh .hbvv .tjqsw {
  background: transparent; padding: 4px 8px;
}
.cychmwh .hbvv .sk45s5b9 { font-size: .65rem; opacity: .65; }
.cychmwh .hbvv .jbjyfrq   { font-size: 1.15rem; color: var(--accent-light); }
.usiiywkw .hbvv .tjqsw {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.gv6sk { display: none; }
.a4yqgcb7 .hyl8 { font-size: 1rem; letter-spacing: 2px; }
.qgjyyfp .hyl8 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.ttowxx .hyl8,
.p42kd1 .hyl8,
.cp7z6v .hyl8 { display: none; }
.ttowxx .gv6sk,
.p42kd1 .gv6sk,
.cp7z6v .gv6sk { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.ttowxx .gv6sk { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.ttowxx .gv6sk small { display: none; }
.p42kd1 .gv6sk {
  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;
}
.p42kd1 .gv6sk small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.cp7z6v .gv6sk {
  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;
}
.cp7z6v .gv6sk small { display: none; }
.ttowxx .nnpxm0 .rsknu,
.p42kd1 .nnpxm0 .rsknu,
.cp7z6v .nnpxm0 .rsknu { display: none; }
.ttowxx .nnpxm0 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.ttowxx .g5jlj3 { display: none; }
.p42kd1 .nnpxm0 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;
}
.p42kd1 .zq549,
.p42kd1 .g5jlj3 { font-size: 1em; }
.cp7z6v .nnpxm0 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.cp7z6v .g5jlj3 { display: none; }
.hkq3 { margin: 16px 0; }
.wda0l { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.wda0l summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.wda0l summary::after { content: "+"; color: var(--accent-light); }
.wda0l[open] summary::after { content: "−"; }
.wda0l p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.cu0nlb0y { margin-bottom: 0; }
.i5edr h2.o2cu7l { color: var(--text-primary); border-color: var(--accent-light); }
.v0nehb9 h2.o2cu7l { color: var(--text-primary); border-color: var(--accent-light); }
.jbq2u2p8 .zrex     { background: #052e16; border-color: #10b981; }
.jbq2u2p8 .r6ahp { background: #2d0a1e; border-color: #f43f5e; }
.jbq2u2p8 .md6d    { background: #1e1036; border-color: #a855f7; }
.jbq2u2p8 .ehirz46o strong  { color: #f1f5f9; }
.jbq2u2p8 .ehirz46o p       { color: #cbd5e1; }
.jbq2u2p8 .shlk    .zrex     .m8y7is::before,
.jbq2u2p8 .lsi3lh  .zrex     .m8y7is::before,
.jbq2u2p8 .ksjw  .zrex     .m8y7is::before,
.jbq2u2p8 .z6soc .zrex     .m8y7is::before { color: #10b981; }
.jbq2u2p8 .shlk    .r6ahp .m8y7is::before,
.jbq2u2p8 .lsi3lh  .r6ahp .m8y7is::before,
.jbq2u2p8 .ksjw  .r6ahp .m8y7is::before,
.jbq2u2p8 .z6soc .r6ahp .m8y7is::before { color: #f43f5e; }
.jbq2u2p8 .shlk    .md6d    .m8y7is::before,
.jbq2u2p8 .lsi3lh  .md6d    .m8y7is::before,
.jbq2u2p8 .ksjw  .md6d    .m8y7is::before,
.jbq2u2p8 .z6soc .md6d    .m8y7is::before { color: #a855f7; }
.pzhtr7lq .zrex     { background: #2d2000; border-color: #eab308; }
.pzhtr7lq .r6ahp { background: #2d0b0b; border-color: #ef4444; }
.pzhtr7lq .md6d    { background: #2d1600; border-color: #f97316; }
.pzhtr7lq .ehirz46o strong  { color: #f1f5f9; }
.pzhtr7lq .ehirz46o p       { color: #cbd5e1; }
.pzhtr7lq .shlk    .zrex     .m8y7is::before,
.pzhtr7lq .lsi3lh  .zrex     .m8y7is::before,
.pzhtr7lq .ksjw  .zrex     .m8y7is::before,
.pzhtr7lq .z6soc .zrex     .m8y7is::before { color: #eab308; }
.pzhtr7lq .shlk    .r6ahp .m8y7is::before,
.pzhtr7lq .lsi3lh  .r6ahp .m8y7is::before,
.pzhtr7lq .ksjw  .r6ahp .m8y7is::before,
.pzhtr7lq .z6soc .r6ahp .m8y7is::before { color: #ef4444; }
.pzhtr7lq .shlk    .md6d    .m8y7is::before,
.pzhtr7lq .lsi3lh  .md6d    .m8y7is::before,
.pzhtr7lq .ksjw  .md6d    .m8y7is::before,
.pzhtr7lq .z6soc .md6d    .m8y7is::before { color: #f97316; }
.qxwi .zrex     { background: #0c1a2e; border-color: #38bdf8; }
.qxwi .r6ahp { background: #12103a; border-color: #818cf8; }
.qxwi .md6d    { background: #0a2020; border-color: #2dd4bf; }
.qxwi .ehirz46o strong  { color: #f1f5f9; }
.qxwi .ehirz46o p       { color: #cbd5e1; }
.qxwi .shlk    .zrex     .m8y7is::before,
.qxwi .lsi3lh  .zrex     .m8y7is::before,
.qxwi .ksjw  .zrex     .m8y7is::before,
.qxwi .z6soc .zrex     .m8y7is::before { color: #38bdf8; }
.qxwi .shlk    .r6ahp .m8y7is::before,
.qxwi .lsi3lh  .r6ahp .m8y7is::before,
.qxwi .ksjw  .r6ahp .m8y7is::before,
.qxwi .z6soc .r6ahp .m8y7is::before { color: #818cf8; }
.qxwi .shlk    .md6d    .m8y7is::before,
.qxwi .lsi3lh  .md6d    .m8y7is::before,
.qxwi .ksjw  .md6d    .m8y7is::before,
.qxwi .z6soc .md6d    .m8y7is::before { color: #2dd4bf; }
.vmikc6::before,
.kkhknk3::before { margin-right: 5px; }
.vctn .tyquz6 ul li,
.vctn .b5fy li         { color: #4ade80; }
.vctn .tyquz6 .vmikc6 { color: #22c55e; }
.vctn .pacc0r9 ul li,
.vctn .n88s li         { color: #f87171; }
.vctn .pacc0r9 .kkhknk3 { color: #ef4444; }
.e6iq8h .tyquz6 { background: var(--bg-pros); }
.e6iq8h .pacc0r9 { background: var(--bg-cons); }
.e6iq8h .tyquz6 .vmikc6 { color: var(--c-pros-label); }
.e6iq8h .pacc0r9 .kkhknk3 { color: var(--c-cons); }
.e6iq8h .tyquz6 ul li,
.e6iq8h .b5fy li            { color: var(--c-pros); }
.e6iq8h .pacc0r9 ul li,
.e6iq8h .n88s li            { color: var(--c-cons); }
.hk4v6246 .tyquz6 { background: var(--bg-pros); }
.hk4v6246 .pacc0r9 { background: var(--bg-cons); }
.hk4v6246 .tyquz6 .vmikc6 { color: var(--c-pros-label); }
.hk4v6246 .pacc0r9 .kkhknk3 { color: var(--c-cons); }
.hk4v6246 .tyquz6 ul li,
.hk4v6246 .b5fy li          { color: var(--c-pros); }
.hk4v6246 .pacc0r9 ul li,
.hk4v6246 .n88s li          { color: var(--c-cons); }
.p0d5h8x .vmikc6::before { content: "✓ "; }
.p0d5h8x .kkhknk3::before { content: "✗ "; }
.dms6965 .vmikc6::before { content: "→ "; }
.dms6965 .kkhknk3::before { content: "← "; }
.e4wd0 .vmikc6::before { content: "★ "; }
.e4wd0 .kkhknk3::before { content: "✕ "; }
.q5d4ol9f .vmikc6::before { content: "◆ "; }
.q5d4ol9f .kkhknk3::before { content: "▲ "; }
.abka .ehirz46o { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.abka .ehirz46o strong { color: var(--text-primary); }
.abka .ehirz46o p      { color: var(--text-muted); }
.m9l3rj67 .ehirz46o { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.ikh2u .ehirz46o {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.ikh2u .ehirz46o strong,
.ikh2u .ehirz46o p { color: #fff; }
.ikh2u .m8y7is::before { color: rgba(255,255,255,0.9) !important; }
.uckwp .ehirz46o {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.uckwp .ehirz46o strong { color: var(--text-primary); }
.uckwp .ehirz46o p      { color: var(--text-muted); }
.h5bbzdqr .ehirz46o { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.shlk .m8y7is,
.lsi3lh .m8y7is,
.ksjw .m8y7is,
.z6soc .m8y7is { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.shlk .m8y7is::before,
.lsi3lh .m8y7is::before,
.ksjw .m8y7is::before,
.z6soc .m8y7is::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.shlk .zrex     .m8y7is::before { content: "✦"; color: var(--c-tip-border); }
.shlk .r6ahp .m8y7is::before { content: "▲"; color: var(--c-warn-border); }
.shlk .md6d    .m8y7is::before { content: "◉"; color: #60a5fa; }
.lsi3lh .zrex     .m8y7is::before { content: "★"; color: var(--c-tip-border); }
.lsi3lh .r6ahp .m8y7is::before { content: "◆"; color: var(--c-warn-border); }
.lsi3lh .md6d    .m8y7is::before { content: "●"; color: #60a5fa; }
.ksjw .zrex     .m8y7is::before { content: "▶"; color: var(--c-tip-border); }
.ksjw .r6ahp .m8y7is::before { content: "■"; color: var(--c-warn-border); }
.ksjw .md6d    .m8y7is::before { content: "▸"; color: #60a5fa; }
.z6soc .zrex     .m8y7is::before { content: "→"; color: var(--c-tip-border); }
.z6soc .r6ahp .m8y7is::before { content: "⬥"; color: var(--c-warn-border); }
.z6soc .md6d    .m8y7is::before { content: "◈"; color: #60a5fa; }
.ww2nt1n .zilkfc .xfpn1yha,
.ww2nt1n .j6fxm .xfpn1yha  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ww2nt1n .vfllc                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ww2nt1n .i87wy                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ww2nt1n .wa92            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.ww2nt1n .ls1u1edr          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ww2nt1n .qeuy1ly3                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.yd7zmk9 .zilkfc .xfpn1yha,
.yd7zmk9 .j6fxm .xfpn1yha,
.yd7zmk9 .vfllc,
.yd7zmk9 .i87wy,
.yd7zmk9 .wa92,
.yd7zmk9 .ls1u1edr,
.yd7zmk9 .qeuy1ly3,
.yd7zmk9 .h5bbzdqr .ehirz46o { box-shadow: none; }
.zyjk550t   .fniplel, .zyjk550t .mds7b4w, .zyjk550t .fia44k,
.zyjk550t   .q4mrxj, .zyjk550t .sae13zdy { font-size: 0.9rem; }
.zyjk550t   .g9lsupwb, .zyjk550t .olbin7k { font-size: 0.9rem; }
.wf0twapb   .fniplel, .wf0twapb .mds7b4w, .wf0twapb .fia44k,
.wf0twapb   .q4mrxj, .wf0twapb .sae13zdy { font-size: 0.95rem; }
.wf0twapb   .g9lsupwb, .wf0twapb .olbin7k { font-size: 0.95rem; }
.xyowkl   .fniplel, .xyowkl .mds7b4w, .xyowkl .fia44k,
.xyowkl   .q4mrxj, .xyowkl .sae13zdy { font-size: 1.08rem; }
.xyowkl   .g9lsupwb, .xyowkl .olbin7k { font-size: 1.05rem; }
.xyowkl   .fcus4s7g { font-size: 0.97rem; }
.k6hjmh .lu1j      { font-size: 3.2rem; }
.k6hjmh h2.o2cu7l { font-size: 1.9rem; }
.k6hjmh h3.bxzeq     { font-size: 1.4rem; }
.qgwd5 .lu1j      { font-size: 3.8rem; }
.qgwd5 h2.o2cu7l { font-size: 2.2rem; }
.qgwd5 h3.bxzeq     { font-size: 1.6rem; }
.cu0nlb0y + .cu0nlb0y { position: relative; }
.knf2d54   .cu0nlb0y + .cu0nlb0y::before,
.hy6gp  .cu0nlb0y + .cu0nlb0y::before,
.ff4u7ip   .cu0nlb0y + .cu0nlb0y::before,
.kazjpi   .cu0nlb0y + .cu0nlb0y::before,
.fnek   .cu0nlb0y + .cu0nlb0y::before,
.g88jh .cu0nlb0y + .cu0nlb0y::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.knf2d54 .cu0nlb0y + .cu0nlb0y::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.hy6gp .cu0nlb0y + .cu0nlb0y::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ff4u7ip .cu0nlb0y + .cu0nlb0y::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;
}
.kazjpi .cu0nlb0y + .cu0nlb0y::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.kyi0tzgf .cu0nlb0y { margin-bottom: 16px; }
.kyi0tzgf .cu0nlb0y + .cu0nlb0y { margin-top: 0; }
.kyi0tzgf .o10h { padding-top: 0; padding-bottom: 0; }
.fnek .cu0nlb0y + .cu0nlb0y::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.g88jh .cu0nlb0y + .cu0nlb0y::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ikid7dnr .cu0nlb0y + .cu0nlb0y::before,
.q8y7tgdu .cu0nlb0y + .cu0nlb0y::before,
.kcw02woy .cu0nlb0y + .cu0nlb0y::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%;
}
.ps3fj10 .ikid7dnr .cu0nlb0y:nth-child(even)::before,
.ps3fj10 .q8y7tgdu .cu0nlb0y:nth-child(even)::before,
.ps3fj10 .kcw02woy .cu0nlb0y:nth-child(even)::before { background: var(--bg-surface); }
.jg64n .ikid7dnr .cu0nlb0y:nth-child(even)::before,
.jg64n .q8y7tgdu .cu0nlb0y:nth-child(even)::before,
.jg64n .kcw02woy .cu0nlb0y:nth-child(even)::before { background: var(--bg-card); }
.ikid7dnr .cu0nlb0y + .cu0nlb0y::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");
}
.q8y7tgdu .cu0nlb0y + .cu0nlb0y::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");
}
.kcw02woy .cu0nlb0y + .cu0nlb0y::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");
}
.u34m6jh .h0he2mh,
.zx3ek .h0he2mh,
.qrwttcf .h0he2mh { overflow: hidden; }
.u34m6jh .aoajhie,
.zx3ek .aoajhie { margin-bottom: 60px; }
.qrwttcf .aoajhie { margin-bottom: 70px; }
.u34m6jh .t4u0k,
.u34m6jh .h0he2mh::before,
.zx3ek .h0he2mh::before,
.qrwttcf .h0he2mh::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%;
}
.u34m6jh .h0he2mh::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");
}
.zx3ek .h0he2mh::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");
}
.qrwttcf .h0he2mh::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");
}
.ve7jijpz .h0he2mh:not(.xcwz) .ex98i { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xgb7x4 .h0he2mh:not(.xcwz) .ex98i { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.xryt484  .h0he2mh:not(.xcwz) .ex98i { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.txd7  .h0he2mh:not(.xcwz) .ex98i { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xgb7x4 .xcwz { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.xgb7x4 .w61sd { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.xgb7x4 .q813z4zy { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.seg33 .xcwz .ex98i { background: none; }
.seg33 .h0he2mh:not(.xcwz) .ex98i { background: rgba(0,0,0,0.6); }
.v1wv9s .jj5krt { float: left; width: 38%; margin: 0 28px 16px 0; }
.v1wv9s .jj5krt .inlw0bs { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.v1wv9s .o10h::after { content: ''; display: block; clear: both; }
.jhbpng67 .jj5krt { float: right; width: 38%; margin: 0 0 16px 28px; }
.jhbpng67 .jj5krt .inlw0bs { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jhbpng67 .o10h::after { content: ''; display: block; clear: both; }
.jqjf8 .cu0nlb0y:nth-child(odd)  .jj5krt { float: left;  width: 38%; margin: 0 28px 16px 0; }
.jqjf8 .cu0nlb0y:nth-child(even) .jj5krt { float: right; width: 38%; margin: 0 0 16px 28px; }
.jqjf8 .jj5krt .inlw0bs { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jqjf8 .o10h::after { content: ''; display: block; clear: both; }
.v1wv9s .e7i43q,
.v1wv9s .msn28p,
.jhbpng67 .e7i43q,
.jhbpng67 .msn28p,
.jqjf8 .e7i43q,
.jqjf8 .msn28p { clear: both; }
@media (max-width: 900px) {
  .v1wv9s .jj5krt,
  .jhbpng67 .jj5krt,
  .jqjf8 .cu0nlb0y:nth-child(odd)  .jj5krt,
  .jqjf8 .cu0nlb0y:nth-child(even) .jj5krt {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .v1wv9s .jj5krt .inlw0bs,
  .jhbpng67 .jj5krt .inlw0bs,
  .jqjf8 .jj5krt .inlw0bs {
    max-height: none !important;
  }
}
.v1wv9s .g9lsupwb,
.v1wv9s .olbin7k,
.jhbpng67 .g9lsupwb,
.jhbpng67 .olbin7k,
.jqjf8 .g9lsupwb,
.jqjf8 .olbin7k { overflow: hidden; }
@media (max-width: 640px) {
  .v1wv9s .jj5krt,
  .jhbpng67 .jj5krt,
  .jqjf8 .jj5krt { float: none; width: 100%; margin: 0 0 16px 0; }
}
.batbt0 .wsjvj,
.batbt0 .o10h,
.batbt0 .soaru8o1  { max-width: 1100px; }
.ghjp .wsjvj,
.ghjp .o10h,
.ghjp .soaru8o1  { max-width: 1200px; }
.y4ep33 .wsjvj,
.y4ep33 .o10h,
.y4ep33 .soaru8o1  { max-width: 1320px; }
.l92u0 { font-size: 0.82rem; color: var(--text-muted); }
.gcim { display: flex; align-items: center; }
.ak4m {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.j2jz0yyz { display: flex; align-items: center; }
.g59j40 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.g59j40:hover { text-decoration: underline; }
.rot3j { margin: 0 3px; opacity: 0.45; }
.rot3j::before { content: '/'; }
.tf3mzht1 { padding: 2px 5px; color: var(--text-main); }
.inoiahq5 .l92u0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.inoiahq5 .gcim { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.n0qhf9qj .l92u0 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.n0qhf9qj .gcim { padding: 0 0 0 12px; }
.by7wnd1 .gcim { padding: 0 16px; }
.by7wnd1 .l92u0 {
  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);
}
.by7wnd1 .wsjvj { padding-top: 28px; }
@media (max-width: 720px) {
  .ofxd { margin-top: 18px; padding: 0 16px; }
  .by7wnd1 .wsjvj { padding-top: 16px; }
}
.batbt0.inoiahq5 .gcim { max-width: 1100px; }
.ghjp.inoiahq5 .gcim { max-width: 1200px; }
.y4ep33.inoiahq5 .gcim { max-width: 1320px; }
.zbw3uj .cu0nlb0y { padding-top: 16px; padding-bottom: 16px; }
.meob9db .cu0nlb0y { padding-top: 24px; padding-bottom: 24px; }
.le9ix .cu0nlb0y { padding-top: 40px; padding-bottom: 40px; }
.zzpzu8 .cu0nlb0y { padding-top: 52px; padding-bottom: 52px; }
.f615h .cu0nlb0y:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.f615h .cu0nlb0y:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.f615h .cu0nlb0y:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.f615h .cu0nlb0y:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.lbm1dyu .o10h { padding-top: 10px;  padding-bottom: 10px; }
.uxyz .o10h { padding-top: 18px;  padding-bottom: 18px; }
.ebldi .o10h { padding-top: 36px;  padding-bottom: 36px; }
.fpva .o10h { padding-top: 48px;  padding-bottom: 48px; }
.hawzasx h2.o2cu7l { font-weight: 600; }
.hawzasx h3.bxzeq     { font-weight: 600; }
.eb4j { font-weight: 500; }
.eb4j h2.o2cu7l { font-weight: 800; }
.eb4j h3.bxzeq     { font-weight: 700; }
.ibg6w5q h2.o2cu7l { font-weight: 900; }
.ibg6w5q h3.bxzeq     { font-weight: 800; }
.ibg6w5q .ehirz46o strong,
.ibg6w5q .ehirz46o strong { font-weight: 600; }
.g4szpps1 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.quspe8p .g4szpps1 { display: none; }
@media (max-width: 640px) {
  .g4szpps1 { display: none !important; }
}
.g4szpps1 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.g4szpps1:hover { opacity: 0.85; }
.buqkmwdh .g4szpps1 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.s16528  .izkitvmg { left: 32px; }
@media (max-width: 480px) {
  .bd6lena3 .izkitvmg { right: 20px; bottom: 20px; }
  .s16528  .izkitvmg { left: 20px; bottom: 20px; }
}
.y45qmnoe { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.soaru8o1 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.bbfld { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.m8ydpevo { color: var(--text-dim); font-size: 0.8rem; }
.ymx6 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.ymx6 img { height: 26px; width: auto; object-fit: contain; }
.zld4wx8e { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.knyd .soaru8o1 { text-align: center; }
.knyd .bbfld { margin-top: 0; }
.kps95 { margin-top: 10px; }
.kps95 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .soaru8o1 { padding-left: 16px; padding-right: 16px; }
  .hhucs .soaru8o1 { padding: 20px 16px; }
  .jdyqrz0 { gap: 4px 12px; }
  .bbfld { font-size: 0.78rem; }
}
.scqk1j .rced81c8 .ymx6 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.scqk1j .zld4wx8e { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.scqk1j .aozpklfb { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.scqk1j .aozpklfb a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.scqk1j .aozpklfb a:hover { color: var(--accent-light); }
.scqk1j .bbfld { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.scqk1j .m8ydpevo { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .scqk1j .ksgvr { grid-template-columns: 1fr 1fr; } .scqk1j .rced81c8 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .scqk1j .ksgvr { grid-template-columns: 1fr; } }
.ds5acglh .ymx6 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ds5acglh .bbfld { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ds5acglh .m4mo { gap: 12px; } .ds5acglh .ymx6 { margin-right: 0; width: 100%; } }
.uh3wh0 .xy9yp { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.uh3wh0 .tupew7s .ymx6 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.uh3wh0 .zld4wx8e { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.uh3wh0 .yooh7 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.uh3wh0 .aozpklfb { display: flex; flex-direction: column; gap: 9px; }
.uh3wh0 .aozpklfb a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.uh3wh0 .aozpklfb a:hover { color: var(--accent-light); }
.uh3wh0 .slq5k { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.uh3wh0 .bbfld { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.uh3wh0 .m8ydpevo { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .uh3wh0 .xy9yp { grid-template-columns: 1fr 1fr; } .uh3wh0 .tupew7s { grid-column: 1 / -1; } }
@media (max-width: 480px) { .uh3wh0 .xy9yp { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .k8qoptyo .kr3vq72 { grid-template-columns: 1fr 1fr; } .k8qoptyo .sm8hln:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .k8qoptyo .kr3vq72 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .vcyf1j68 .kr3vq72 { grid-template-columns: 1fr; } }
.sa0jbz .soaru8o1 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.wojpj8p7 .e69fpzt3      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.wojpj8p7 .y45qmnoe { background: var(--bg-page); border-top-color: var(--border-alt); }
.i920g .e69fpzt3      { background: #0d1117; border-bottom-color: #21262d; }
.i920g .hn3kjqo { color: var(--accent-light); }
.i920g .hbddsw { --msep-color: #8b949e; }
.i920g .hbddsw a { color: #8b949e; }
.i920g .hbddsw a:hover { color: var(--accent-light); }
.i920g .dyfr5 { color: #8b949e; }
.i920g .y45qmnoe { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.i920g .bbfld,
.i920g .m8ydpevo { color: #6e7681; }
.i920g .aozpklfb a, .i920g .a9iovrc a,
.i920g .ymx6 { color: #e6edf3; }
.i920g .aozpklfb a:hover, .i920g .a9iovrc a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .i920g .hbddsw { background: #0d1117; border-top-color: #21262d; }
  .i920g .hbddsw li a { border-bottom-color: #21262d; }
}
.cj3nlyda .e69fpzt3      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.cj3nlyda .hn3kjqo { color: var(--accent-light); }
.cj3nlyda .hbddsw { --msep-color: #475569; }
.cj3nlyda .hbddsw a { color: #475569; }
.cj3nlyda .hbddsw a:hover { color: var(--accent-light); }
.cj3nlyda .dyfr5 { color: #64748b; }
.cj3nlyda .y45qmnoe { background: #f0f4f8; border-top-color: #cbd5e1; }
.cj3nlyda .bbfld,
.cj3nlyda .m8ydpevo { color: #64748b; }
.cj3nlyda .aozpklfb a, .cj3nlyda .a9iovrc a,
.cj3nlyda .bk1o3q a, .cj3nlyda .ymx6 { color: #374151; }
.cj3nlyda .aozpklfb a:hover, .cj3nlyda .a9iovrc a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .cj3nlyda .hbddsw { background: #f0f4f8; border-top-color: #cbd5e1; }
  .cj3nlyda .hbddsw li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.zgk5 .e69fpzt3      { background: var(--accent); border-bottom-color: var(--accent-light); }
.zgk5 .hn3kjqo { color: #fff; }
.zgk5 .hbddsw { --msep-color: rgba(255,255,255,0.82); }
.zgk5 .hbddsw a { color: rgba(255,255,255,0.82); }
.zgk5 .hbddsw a:hover { color: #fff; }
.zgk5 .dyfr5 { color: rgba(255,255,255,0.9); }
.zgk5 .t2pmka a { color: var(--text-primary) !important; }
.zgk5 .t2pmka a:hover { color: var(--accent-light) !important; }
.zgk5 .y45qmnoe { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.zgk5 .bbfld,
.zgk5 .m8ydpevo { color: rgba(255,255,255,0.72); }
.zgk5 .xg4qh4yl a, .zgk5 .jdyqrz0 a,
.zgk5 .aozpklfb a, .zgk5 .a9iovrc a,
.zgk5 .bk1o3q a, .zgk5 .ymx6 { color: #fff; }
.zgk5 .zld4wx8e, .zgk5 .yooh7 { color: rgba(255,255,255,0.7); }
.zgk5 .xg4qh4yl a:hover, .zgk5 .jdyqrz0 a:hover,
.zgk5 .aozpklfb a:hover, .zgk5 .a9iovrc a:hover { color: #fff; }
@media (max-width: 640px) {
  .zgk5 .hbddsw { background: var(--accent); border-top-color: var(--accent-light); }
  .zgk5 .hbddsw li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.d1h7mgzp .e69fpzt3 {
  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);
}
.d1h7mgzp .y45qmnoe {
  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) {
  .d1h7mgzp .hbddsw {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.o2co .x211ukh { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.fqi9 .x211ukh { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.hs03np .x211ukh { min-height: 72px; height: auto; }
.grazh .x211ukh { min-height: 84px; height: auto; }
.hhucs .x211ukh { max-width: none; padding: 0 32px; }
.hhucs .soaru8o1  { max-width: none; padding: 24px 32px; }
.wbiq.ghjp .x211ukh { max-width: 1200px; }
.wbiq.y4ep33 .x211ukh { max-width: 1320px; }
.yd6e   .hn3kjqo, .yd6e   .ymx6 { text-transform: capitalize; }
.ao8h7uaa .hn3kjqo, .ao8h7uaa .ymx6 { text-transform: lowercase; }
.b4u1o .hn3kjqo, .b4u1o .ymx6 { text-transform: uppercase; letter-spacing: 0.06em; }
.wri6zf, .mq3ml0 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.uinb2s .wri6zf,
.uinb2s .mq3ml0 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.na991nk .wri6zf,
.na991nk .mq3ml0 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.ibzgo .wri6zf,
.ibzgo .mq3ml0 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.x95rlw .wri6zf,
.x95rlw .mq3ml0 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.j1iv   .hbddsw a { font-weight: 500; }
.vx6o .hbddsw a { font-weight: 600; }
.wk04m0     .hbddsw a { font-weight: 700; }
.buqcrz1    .hbddsw a { font-weight: 800; letter-spacing: 0.01em; }
.gj06gos     .hbddsw > li + li::before,
.pdjltws    .hbddsw > li + li::before,
.gd6c2pdi    .hbddsw > li + li::before,
.kteagfuf .hbddsw > li + li::before,
.w5t7nmo .hbddsw > li + li::before,
.owei5y9  .hbddsw > li + li::before,
.j6282o0    .hbddsw > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.gj06gos     .hbddsw > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.pdjltws    .hbddsw > li + li::before { content: "|"; }
.gd6c2pdi    .hbddsw > li + li::before { content: "—"; }
.kteagfuf .hbddsw > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.w5t7nmo .hbddsw > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.owei5y9  .hbddsw > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.j6282o0    .hbddsw > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .f1nde .dyfr5,
  .og9if .dyfr5,
  .wekictq .dyfr5,
  .xtmz .dyfr5,
  .dbx6f .dyfr5 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .f1nde .dyfr5::before,
  .og9if .dyfr5::before,
  .wekictq .dyfr5::before,
  .xtmz .dyfr5::before,
  .dbx6f .dyfr5::before { content: ""; display: block; flex-shrink: 0; }

  
  .f1nde .dyfr5::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;
  }

  
  .og9if .dyfr5::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;
  }

  
  .wekictq .dyfr5::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;
  }

  
  .xtmz .dyfr5::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;
  }

  
  .dbx6f .dyfr5::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) {
  .enk1fd09 .dyfr5 {
    padding: 5px 14px;
  }
  .enk1fd09 .hbddsw {
    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;
  }
  .enk1fd09 .hbddsw li a {
    border-bottom: none; padding: 10px 22px;
  }
  .enk1fd09 .hbddsw li a:hover { background: var(--bg-raised); }
  .enk1fd09 .ckxcl,
  .lwq0uner .ckxcl,
  .uadv4i .ckxcl { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .lfrmw7 .dyfr5 {
    padding: 5px 10px;
  }
  .lfrmw7 .hbddsw {
    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);
  }
  .lfrmw7 .hbddsw.sybylea { transform: translateX(0); }
  .lfrmw7 .hbddsw li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .lfrmw7 .hbddsw li:last-child a { border-bottom: none; }
  .zgk5 .hbddsw,
  .i920g .hbddsw { background: var(--accent) !important; }
  .zgk5 .hbddsw li a,
  .i920g .hbddsw li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .uadv4i .dyfr5 {
    padding: 5px 10px;
  }
  .uadv4i .hbddsw {
    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);
  }
  .uadv4i .hbddsw::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .uadv4i .hbddsw.sybylea { transform: translateY(0); }
  .uadv4i .hbddsw li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .igga5 .dyfr5 {
    padding: 5px 10px;
  }
  .igga5 .hbddsw {
    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;
  }
  .igga5 .hbddsw.sybylea { opacity: 1; pointer-events: auto; }
  .igga5 .hbddsw li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .k1ursbob     .dyfr5 { border-radius: 0 !important; }
  .p5hlv5   .dyfr5 { border-radius: 8px !important; }
  .mlvw4uu2 .dyfr5 { border-radius: 50% !important; }
  .oarh8au   .dyfr5 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .kvxjr .ruvca8sl { flex-direction: column; align-items: stretch; }
  .kvxjr .ac6w1n { flex-direction: row; min-width: auto; }
  .kvxjr .g9xr911 { align-items: flex-start; text-align: left; }
}
.shk84um,
.shk84um.cu0nlb0y,
.ps3fj10 .shk84um,
.eez9kdo .shk84um,
.jg64n .shk84um,
.aiap0hm .shk84um {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.mmlr {
  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;
}
.iqd5cp { flex: 1 1 280px; min-width: 0; }
.vxkyk {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.p6ol1n8 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.yrda0wz {
  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;
}
.yrda0wz:hover { transform: translateY(-1px); opacity: 0.95; }
.dizo .mmlr {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.dizo .vxkyk { color: var(--cta); }
.dizo .p6ol1n8 { color: var(--text-body); }
.dizo .yrda0wz {
  background: var(--cta) !important;
  color: #fff !important;
}
.ysg95hdf .mmlr {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ysg95hdf .vxkyk { color: var(--text-primary); }
.ysg95hdf .p6ol1n8 { color: var(--text-body); }
.ysg95hdf .yrda0wz {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .mmlr {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .iqd5cp { flex: 0 0 auto; }
  .vxkyk { font-size: 1.2rem; }
  .yrda0wz { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.d8fczg .wwgj9z9 { height: 36px; }
.f3k7r21 .wwgj9z9 { height: 60px; max-width: 200px; }
.nh9883 .wwgj9z9 { height: 56px; max-width: 180px; }
.brl684    .hyl8, .brl684    .rsknu { color: #f59e0b; }
.xf9i      .hyl8 { font-size: 1rem; letter-spacing: 1.5px; }
.xf9i      .rsknu   { font-size: 1.35rem; }
.dun8n    .hyl8, .dun8n    .rsknu { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.ala0v     .hyl8, .ala0v     .rsknu { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.p4l4m9v .hyl8, .p4l4m9v .rsknu { color: var(--cta); letter-spacing: 2px; }
.wusu0r   .hyl8, .wusu0r   .rsknu { color: #e91e63; letter-spacing: 2px; }
.qdrdus  .hyl8, .qdrdus  .rsknu { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.jetn8k2b     .hyl8, .jetn8k2b     .rsknu { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.iafv .tjqsw + .tjqsw {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.jypr0 .i87wy { padding: 18px 24px; min-height: 68px; }
.cychmwh .sk45s5b9 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.cychmwh .jbjyfrq {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.usiiywkw .tjqsw {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.msn28p { counter-reset: cs-rank; }
.msn28p .i87wy { counter-increment: cs-rank; }
.msn28p .i87wy::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;
}
.rruj2kzh .msn28p { counter-reset: cs-rank; gap: 0; }
.rruj2kzh .i87wy {
  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;
}
.rruj2kzh .i87wy::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;
}
.rruj2kzh .ktqdeghc {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.rruj2kzh .dqmbvcul {
  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;
}
.rruj2kzh .yux190j6 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.rruj2kzh .ktqdeghc { min-width: 0; flex-direction: column; width: 100%; }
.rruj2kzh .v86mkm {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.rruj2kzh .hyl8 { color: var(--cta, var(--accent)); }
.rruj2kzh .gv6sk { font-weight: 700; }
.rruj2kzh .tjqsw {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.rruj2kzh .sk45s5b9 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.rruj2kzh .jbjyfrq {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.rruj2kzh .bbwdxbif .jbjyfrq { font-size: 1.3rem; color: var(--accent-light); }
.rruj2kzh .n1bi {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.rruj2kzh .i87wy:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .rruj2kzh .msn28p {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .rruj2kzh .i87wy {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .rruj2kzh .i87wy { padding: 40px 16px 20px; }
  .rruj2kzh .tjqsw {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .rruj2kzh .n1bi { width: 100%; min-width: 0; }
}
.id39 .msn28p { counter-reset: cs-rank; gap: 10px; }
.id39 .i87wy {
  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);
}
.id39 .i87wy::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);
}
.id39 .ktqdeghc {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.id39 .dqmbvcul {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.id39 .yux190j6 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.id39 .v86mkm {
  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;
}
.id39 .hyl8 { color: var(--cta, var(--accent)); }
.id39 .tjqsw {
  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;
}
.id39 .sk45s5b9 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.id39 .jbjyfrq { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.id39 .bbwdxbif .jbjyfrq { color: var(--accent-light); }
.id39 .n1bi {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.id39 .i87wy:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .id39 .i87wy {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .id39 .i87wy::before {
    position: absolute; top: 14px; left: 14px;
  }
  .id39 .ktqdeghc {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .id39 .v86mkm { white-space: normal; text-align: center; font-size: 1.2rem; }
  .id39 .tjqsw {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .id39 .n1bi { width: 100%; min-width: 0; }
  .id39 .hyl8 { min-width: 0; }
}
.y82hjh3 .i87wy::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.afuub3oh .wda0l {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.afuub3oh .wda0l summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.afuub3oh .wda0l p { padding: 0 2px 16px; }
.bhhwtq8 .wda0l { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.bhhwtq8 .wda0l summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.bhhwtq8 .wda0l summary::after { content: "›"; font-size: 1.2em; }
.bhhwtq8 .wda0l[open] summary::after { content: "‹"; }
.bhhwtq8 .wda0l p { padding: 10px 22px 4px; }
.ky4d1co .wda0l {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ky4d1co .wda0l summary { color: var(--text-primary); padding-left: 16px; }
.ky4d1co .wda0l summary::after { content: "›"; font-size: 1.1em; }
.ky4d1co .wda0l[open] summary::after { content: "‹"; }
.ky4d1co .wda0l p { padding-left: 16px; }
.l8ow .hkq3 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.l8ow .wda0l {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.l8ow .wda0l:last-child { border-bottom: none; }
.l8ow .wda0l summary { color: var(--text-primary); border-radius: 0; }
.l8ow .wda0l summary::after { content: "›"; font-size: 1.1em; }
.l8ow .wda0l[open] summary::after { content: "‹"; }
.idwk2wr .wda0l { overflow: hidden; }
.idwk2wr .wda0l summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.idwk2wr .wda0l summary::after { color: rgba(255,255,255,.75); }
.idwk2wr .wda0l[open] summary { border-radius: 0; }
.gjgz4bi { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.nt64dvo {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.gpghel {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.x5xmjmc { color: var(--text-muted); font-size: 1.05rem; }
.f9s8 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.riq3xp {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ujdsav2l { margin-bottom: 20px; }
.hibhx5 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.mzoap9e {
  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;
}
.mzoap9e:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.tfcp93m { resize: vertical; min-height: 130px; }
.dgcop { width: 100%; margin-top: 8px; }
.er6u {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ml8b {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.itw55p7 { color: var(--text-muted); line-height: 1.75; }
.b24mor { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.b24mor li { margin-bottom: 6px; }
.vxfeuyo { max-width: 760px; margin: 0 auto; }
.g4y5b7o { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.zz71 ul.b24mor { margin: 0; }
.bdb9g { max-width: 900px; margin: 0 auto; }
.jh10yigw { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.jh10yigw:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.jh10yigw .g4y5b7o { margin: 0; font-size: 1rem; }
.jh10yigw .vowmd p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .jh10yigw { grid-template-columns: 1fr; gap: 10px; } }
.h95jc .g4y5b7o { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.ylhgiziv .b24mor { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .za8y { grid-template-columns: 1fr; } }
.nk2v ul.b24mor { margin: 0; }
.ibi9zn .b24mor,
.gvhcs2v .b24mor,
.fnj0 .b24mor,
.dwshg0h .b24mor {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .muy1rw { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .z2px6 { grid-template-columns: 1fr; } .nm5jljw2 { position: static; text-align: center; } }
@media (max-width: 860px) { .ufdry { grid-template-columns: 1fr; } }
.dwshg0h .b24mor { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .rjvq77 { flex-direction: column; text-align: center; } .fhzv { grid-template-columns: 1fr; } }
.nqj1q12m .gpghel { color: var(--accent-light); }
.gsvzyx4 .gpghel { font-size: 2rem; }
.gsvzyx4 .x5xmjmc { max-width: 680px; }
.umbh1s {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.umbh1s .gpghel { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.umbh1s .x5xmjmc  { margin: 0; }
@media (max-width: 640px) { .umbh1s { flex-direction: column; } }
.v1ibqvc .gpghel { color: var(--accent-light); }
.mmij .gpghel { color: #fff; }
.mmij .x5xmjmc  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .se8y { grid-template-columns: 1fr; } }
.hvqzsv3 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.hvqzsv3 .mzoap9e {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.hvqzsv3 .mzoap9e:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.kmybhej9 .mzoap9e { background: var(--bg-raised); border-color: transparent; }
.kmybhej9 .mzoap9e:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ljwv .mzoap9e { border-radius: 100px; padding: 11px 20px; }
.ljwv .tfcp93m { border-radius: 14px; }
@media (max-width: 640px) { .e7e27sol { grid-template-columns: 1fr; } }
.y896{position:relative;overflow:visible}
.u3ru .q9yg1q{display:block}
.feeim .mrxe{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}
.feeim .spbqiv::before{content:""}
.harjz{--date-bg:var(--accent-bg-light)}
.ki5r4s .spbqiv::before{content:""}
.md69 .i80qx{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .i80qx{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .b5xzb{max-width:100%}
}
.d50ecuk .ls1u1edr{margin:0}
@media (max-width:560px){
  .eq5nf{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) {
  .wt5wus { padding: 28px 18px 20px; }
  .k3lzq16v { font-size: 1.2rem; }
  .j9q4kr { max-width: 220px; max-height: 80px; }
}
.nq5gdn {
  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);
}
.khq3e {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.a3j81qm6  .nq5gdn { border-radius: 50%; }
.r78r0  .nq5gdn { border-radius: 6px; }
.zw1b26jh .nq5gdn { border-radius: 22px; }
.jev7q94 .mmlr {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .nq5gdn { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.o6pg .cu0nlb0y {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.o6pg .o10h {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.o6pg .mmlr {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.kykct .cu0nlb0y,
.kykct .o10h {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.kykct .mmlr {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .kykct { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .kykct .mmlr {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .kykct .p6ol1n8 { display: none !important; }
  .kykct .vxkyk { font-size: 1.1rem !important; }
  .kykct .nq5gdn { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .gohl2 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .x211ukh { flex-direction: row-reverse; }
[dir="rtl"] .hbddsw { flex-direction: row-reverse; }
[dir="rtl"] .s16528  .izkitvmg { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .bd6lena3 .izkitvmg { right: auto; left: 20px; }
  [dir="rtl"] .s16528  .izkitvmg { left: auto;  right: 20px; }
}
[dir="rtl"] .v1wv9s .jj5krt  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .jhbpng67 .jj5krt { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .g9lsupwb, [dir="rtl"] .olbin7k { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .tyquz6 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .pacc0r9 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ehirz46o { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .mmlr { direction: rtl; }
[dir="rtl"] .nq5gdn { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .i87wy,
[dir="rtl"] .l92u0 { direction: rtl; }
[dir="rtl"] .qeuy1ly3 { direction: rtl; }
[dir="rtl"] .ji9jj { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .y32mva4 .olbin7k,
[dir="rtl"] .ia2i .olbin7k,
[dir="rtl"] .brajulu .olbin7k,
[dir="rtl"] .v536ve5 .olbin7k {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .y32mva4 .olbin7k li::before,
[dir="rtl"] .ia2i .olbin7k li::before,
[dir="rtl"] .brajulu .olbin7k li::before,
[dir="rtl"] .v536ve5 .olbin7k li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .h0he2mh.v5dn5jv .aoajhie,
[dir="rtl"] .hyfd.v5dn5jv .aoajhie,
[dir="rtl"] .xcwz.v5dn5jv .aoajhie,
[dir="rtl"] .fngqn.v5dn5jv .aoajhie,
[dir="rtl"] .o69kx7l.v5dn5jv .aoajhie { text-align: right; }
[dir="rtl"] .q813z4zy.wr9bmg1 .t4u0k { text-align: center; }
[dir="rtl"] .o10h,
[dir="rtl"] .q4mrxj,
[dir="rtl"] .sae13zdy,
[dir="rtl"] .aoajhie { text-align: right; }
[dir="rtl"] .riq3xp,
[dir="rtl"] .hibhx5,
[dir="rtl"] .mzoap9e,
[dir="rtl"] .tfcp93m { text-align: right; direction: rtl; }
[dir="rtl"] .ljwv .mzoap9e,
[dir="rtl"] .hvqzsv3 .mzoap9e { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #f97316;
  --brand:           #f97316;
  --brand-light:     #bc560f;
  --brand-pale:      #e27c36;
  --grad-start:      #fba86f;
  --grad-end:        #f8cdaf;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #f59e0b;
  --cta-light:       #d48603;
  --cta-hover:       #bb7807;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f4f3;
  --bg-raised:       #f1efed;
  --bg-hover:        #f6f4f3;
  --border:          #e9e4e1;
  --border-alt:      #ddd4cf;
  --border-section:  #e9e4e1;
  --text-primary:    #1c1916;
  --text-muted:      #625750;
  --text-body:       #38322d;
  --text-sub:        #544b44;
  --text-faint:      #8c7d72;
  --text-dim:        #a3978e;
  --text-label:      #70645b;
  --text-value:      #463e39;
  --accent-bg:       #f7e8dd;
  --accent-bg-light: #f6d6c0;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c9613;
  --c-cons:          #9f2921;
  --c-pros-label:    #0eb317;
  --c-tip-border:    #10c61a;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9613;
}
:root { --logo-bg-opacity: 48%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.oelgph .m8y7is { font-size: 0; width: 1.2rem; flex-shrink: 0; }.oelgph .m8y7is::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.oelgph .zrex     .m8y7is::before { content: "";  color: var(--c-tip-border); }.oelgph .r6ahp .m8y7is::before { content: ""; color: var(--c-warn-border); }.oelgph .md6d    .m8y7is::before { content: ""; color: #60a5fa; }.jbq2u2p8 .oelgph .zrex     .m8y7is::before { color: #10b981; }.jbq2u2p8 .oelgph .r6ahp .m8y7is::before { color: #f43f5e; }.jbq2u2p8 .oelgph .md6d    .m8y7is::before { color: #a855f7; }.pzhtr7lq  .oelgph .zrex     .m8y7is::before { color: #eab308; }.pzhtr7lq  .oelgph .r6ahp .m8y7is::before { color: #ef4444; }.pzhtr7lq  .oelgph .md6d    .m8y7is::before { color: #f97316; }.qxwi  .oelgph .zrex     .m8y7is::before { color: #38bdf8; }.qxwi  .oelgph .r6ahp .m8y7is::before { color: #818cf8; }.qxwi  .oelgph .md6d    .m8y7is::before { color: #2dd4bf; }.u2pfogn .oelgph .m8y7is::before { color: var(--accent-light) !important; }
.iwiw0 .h4g8x, .iwiw0 .q813z4zy { min-height: 420px; }
.rot3j::before { content: '|'; opacity: 0.3; }