:root {
  --color-accent: #479723;
  --color-cta: #10b981;
  --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;
}
.idw8p2 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.c13m06e {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.mlpeax {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.el5z { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.rn4ub8 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.rn4ub8 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.rn4ub8 a:hover { color: var(--accent-light); }
.xkgw  .x1vg { border-radius: 14px; }
.xkgw .x1vg li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.xkgw .x1vg li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.w99q .x1vg li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .x1vg {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .mrekm7:hover .x1vg,
  .mrekm7:focus-within .x1vg { display: block; }
  .x1vg li a { padding: 8px 16px; font-size: 0.88rem; }
}
.nffg {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.lxut { display: none; }
@media (max-width: 640px) {
  .lxut {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .lxut.l0ff2 { display: block; }
}
@media (max-width: 640px) {
  .nffg { display: block; }
  .rn4ub8 > li + li::before { display: none !important; }
  .rn4ub8 {
    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;
  }
  .rn4ub8.l0ff2 { display: flex; }
  .rn4ub8 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .rn4ub8 li:last-child a { border-bottom: none; }
}
.jihkdxi6 { min-height: 480px; }
.cvl1 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.apo9ov5p { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.rwq93 .apo9ov5p { margin-left: 0; margin-right: 0; }
.pcyx {
  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;
}
.ds5kntul .pcyx { margin-top: 24px; }
.pcyx:hover { opacity: 0.88; }
.j8td5iny .cvl1 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.j8td5iny .apo9ov5p { color: #e2e8f0; }
.j8td5iny.hzjqg .mbgg6eq { text-align: center; }
.usz6 .cvl1 { color: var(--text-primary); text-shadow: none; }
.usz6 .apo9ov5p { color: var(--text-muted); }
.usz6 .pcyx { margin-top: 16px; }
.usz6, .usz6.jihkdxi6 { min-height: auto !important; }
.usz6.hzjqg .mbgg6eq { text-align: center; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.l5shayn .cvl1 { color: #fff; }
.l5shayn .apo9ov5p { color: rgba(255,255,255,0.85); }
.e9qy54ox .w6x0h63 { position: relative; overflow: hidden; }
.e9qy54ox .w6x0h63::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.raj17q5 .w6x0h63 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.sp8uxm .w6x0h63 { position: relative; overflow: hidden; }
.sp8uxm .w6x0h63::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;
}
.gi86jrhc .w6x0h63 { position: relative; overflow: hidden; }
.gi86jrhc .w6x0h63::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.l0g1 .w6x0h63 {
  animation: hg-fadein 1.2s ease-out both;
}
.w6x0h63 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.jo5et {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.qkpj5gdw {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.bkr7 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.w6x0h63 .cvl1 { text-shadow: none; color: var(--text-primary); }
.w6x0h63 .apo9ov5p { color: var(--text-muted); }
body.z5wsp96 .cvl1 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.vlxl .cvl1 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.jihkdxi6.l5shayn .cvl1,
section.l5shayn .cvl1 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.w6x0h63.hzjqg .jo5et { align-items: center; text-align: center; }
.w6x0h63.rwq93   .jo5et { align-items: flex-start; text-align: left; }
.zhzzk .qkpj5gdw { position: relative; }
.zhzzk .qkpj5gdw::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.zhzzk.enhfa .qkpj5gdw::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.w57bdyi .qkpj5gdw {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.w57bdyi .bkr7 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.w57bdyi.enhfa .qkpj5gdw { padding: 32px 0 32px 32px; }
.ez8rqi3y .qkpj5gdw {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.ez8rqi3y .bkr7 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.enhfa .jo5et {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.ez8rqi3y.enhfa .qkpj5gdw { padding: 40px 16px 40px 48px; }
.jihkdxi6 .j4gj {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.j4gj .stof {
  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;
}
.j4gj .stof::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.j4gj .ho3n4 { display: contents !important; }
.j4gj .ho3n4 .ti9qf {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.j4gj .ho3n4 .elbvll { max-height: 48px; max-width: 96px; }
.j4gj .ho3n4 .zrprrhbk {
  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;
}
.j4gj .i2ap {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.j4gj .x1pcm9 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.j4gj .r7ei90j { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.j4gj .r7ei90j small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.j4gj .k7gvk5 { display: contents !important; }
.j4gj .k7gvk5 .txsc42:not(.my58t) { display: none !important; }
.j4gj .k7gvk5 .my58t {
  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;
}
.j4gj .k7gvk5 .my58t .un8p {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.j4gj .k7gvk5 .my58t .vjdx5j1p {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.j4gj .h1ichnsi { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.j4gj .h1ichnsi.jwdz {
  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;
}
.j4gj .h1ichnsi.jwdz:hover { opacity: 0.85; }
.j4gj .stof,
.j4gj .stof:hover,
.j4gj .stof:nth-child(even),
.j4gj .stof:nth-child(odd),
.j4gj .stof:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.he6s1is .qkpj5gdw {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .w6x0h63 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .w6x0h63:not(.he6s1is) .qkpj5gdw { display: none !important; }
  .he6s1is .qkpj5gdw { padding: 16px; }
  .jo5et  { padding: 36px 24px; }
  .w6x0h63~.yvsgl7d,.enhfa~.yvsgl7d{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .jihkdxi6, .w6x0h63 { min-height: 320px !important; }
  .cvl1 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .mytvwam,
  .hhxlfyna,
  .r0i11j0s { grid-template-columns: 1fr !important; }

  

  
  .anua1yy2 { display: flex !important; flex-direction: column !important; }
  .anua1yy2 .mbgg6eq { display: contents; }
  .anua1yy2 .xuoq { order: 0; }
  .anua1yy2 .cvl1 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .anua1yy2 .mytvwam { order: 2; padding: 0 16px 12px !important; }
  .anua1yy2 .apo9ov5p { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ds5kntul .mbgg6eq { display: flex; flex-direction: column; }
  .ds5kntul .mbgg6eq .cvl1 { order: 1; }
  .ds5kntul .mbgg6eq .r0i11j0s { order: 2; margin: 8px 0 24px !important; }
  .ds5kntul .mbgg6eq .apo9ov5p { order: 3; }
  .ds5kntul .mbgg6eq .pcyx { order: 4; align-self: center; margin-top: 0; }

  
  .w6x0h63.he6s1is {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .w6x0h63.he6s1is .jo5et { display: contents; padding: 0; }
  .w6x0h63.he6s1is .jo5et .cvl1 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .w6x0h63.he6s1is .qkpj5gdw { order: 2; padding: 12px 16px; }
  .w6x0h63.he6s1is .jo5et .apo9ov5p { order: 3; padding: 0 24px; margin: 0 auto; }
  .w6x0h63.he6s1is .jo5et .pcyx { order: 4; align-self: center; margin: 8px 0 32px; }
}
.kmf80k { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.y32im7s { width: 100%; height: auto; display: block; border-radius: 10px; }
.j5jvb25 .kmf80k        { border-radius: 16px; }
.j5jvb25 .y32im7s  { border-radius: 16px; }
.cnmx .kmf80k         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.cnmx .y32im7s   { border-radius: 8px; }
.x0htmmd { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ykaubob1 { width: 100%; padding: 32px 0; position: relative; }
.n4inv63n { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.xn2g1px2 .ykaubob1:nth-child(even) { background: var(--bg-surface); }
.xn2g1px2 .ykaubob1:nth-child(odd)  { background: var(--bg-page); }
.p7id7z .ykaubob1:nth-child(even) { background: var(--bg-card); }
.p7id7z .ykaubob1:nth-child(odd)  { background: var(--bg-page); }
.xn2g1px2 .ykaubob1:nth-child(odd)  .n4inv63n { background: var(--bg-card); border-radius: 6px; }
.xn2g1px2 .ykaubob1:nth-child(even) .n4inv63n { background: var(--bg-raised); border-radius: 6px; }
.p7id7z .ykaubob1:nth-child(odd)  .n4inv63n { background: var(--bg-card); border-radius: 6px; }
.p7id7z .ykaubob1:nth-child(even) .n4inv63n { background: var(--bg-raised); border-radius: 6px; }
.xn2g1px2 .ykaubob1:nth-child(even) .fe9oy .vajqarpu,
.p7id7z .ykaubob1:nth-child(even) .fe9oy .vajqarpu { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.xn2g1px2 .ykaubob1:nth-child(odd) .fe9oy .vajqarpu,
.p7id7z .ykaubob1:nth-child(odd) .fe9oy .vajqarpu { background: var(--bg-card-inner); }
.xn2g1px2 .ykaubob1:nth-child(even) .lpro4 .vajqarpu:nth-child(odd),
.p7id7z .ykaubob1:nth-child(even) .lpro4 .vajqarpu:nth-child(odd)  { background: var(--bg-card); }
.xn2g1px2 .ykaubob1:nth-child(even) .lpro4 .vajqarpu:nth-child(even),
.p7id7z .ykaubob1:nth-child(even) .lpro4 .vajqarpu:nth-child(even) { background: var(--bg-card-inner); }
h1.p178mv { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.p178mv {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.temofp0w { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.q1qnt351 h2.p178mv {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.vuip9 h2.p178mv {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.lp4ogv h2.p178mv {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.jz0oes h2.p178mv::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.yupww9 h2.p178mv {
  color: var(--text-primary); font-size: 1.7rem;
}
.ukdcaby9 h2.p178mv::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.cl4dxf h2.p178mv {
  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) { .jtnrct { display: none; } }
.nhhm { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.fdfqe { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.egm0l0l2 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.fjiudpkc { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.qhrc6d { padding-left: 20px; }
.qhrc6d li { margin-bottom: 6px; }
.qhrc6d a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.qhrc6d a:hover { color: var(--accent-light); }
.kl48sdz .fjiudpkc { display: none; }
.i91oqs2g .fjiudpkc { display: none; }
.i91oqs2g .qhrc6d { padding-left: 0; list-style: none; }
.i91oqs2g .qhrc6d li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.i91oqs2g .qhrc6d a { font-size: 0.92rem; }
.jjcr8 .egm0l0l2 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jjcr8 .fjiudpkc { display: none; }
.jjcr8 .qhrc6d { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jjcr8 .qhrc6d li { margin-bottom: 0; }
.jjcr8 .qhrc6d 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;
}
.jjcr8 .qhrc6d a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.yssmh .egm0l0l2 { padding: 20px 20px 16px; }
.yssmh .qhrc6d {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.yssmh .qhrc6d li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.yssmh .qhrc6d 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;
}
.yssmh .qhrc6d 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;
}
.yssmh .qhrc6d a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.yssmh .qhrc6d a:focus,
.yssmh .qhrc6d a:focus-visible,
.yssmh .qhrc6d a:target { outline: none; }
.yssmh .qhrc6d li:target a { border-color: var(--border); color: var(--text-muted); }
.md8sr .egm0l0l2 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.md8sr .fjiudpkc { display: none; }
.md8sr .qhrc6d { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.md8sr .qhrc6d li { counter-increment: toc-n; margin-bottom: 0; }
.md8sr .qhrc6d 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;
}
.md8sr .qhrc6d 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;
}
.md8sr .qhrc6d a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.t7c3hl8 .egm0l0l2 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.t7c3hl8 .fjiudpkc { display: none; }
.t7c3hl8 .qhrc6d { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.t7c3hl8 .qhrc6d li { margin-bottom: 0; }
.t7c3hl8 .qhrc6d 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;
}
.t7c3hl8 .qhrc6d a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.irfyfwxi .egm0l0l2 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.irfyfwxi .fjiudpkc { display: none; }
.irfyfwxi .qhrc6d { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.irfyfwxi .qhrc6d li { margin-bottom: 0; }
.irfyfwxi .qhrc6d li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.irfyfwxi .qhrc6d li:last-child::after { content: ""; margin-right: 0; }
.irfyfwxi .qhrc6d a { font-size: 0.9rem; }
.vajqarpu { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.fe9oy .vajqarpu { background: var(--bg-card); }
.lpro4 .vajqarpu:nth-child(odd)  { background: var(--bg-card); }
.lpro4 .vajqarpu:nth-child(even) { background: var(--bg-raised); }
.gzgp8 .vajqarpu {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.gzgp8 .vajqarpu:last-child { border-bottom: none; }
.gzgp8 h3.temofp0w { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.vgwso .vajqarpu {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.vgwso .vajqarpu + .vajqarpu { margin-top: 4px; }
.aslz71 .vajqarpu { background: none; border-radius: 0; padding: 12px 0; }
.aslz71 .vajqarpu + .vajqarpu { border-top: 1px solid var(--border-section); }
.irjau0 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.na9xiy { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.a92z3 { color: var(--text-body); margin-bottom: 10px; }
.mgk5, .ac85qe { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.mgk5 li, .ac85qe li { margin-bottom: 6px; }
.ac85qe li { list-style: decimal; }
.na0dmit     .mgk5 { list-style-type: "● "; }
.j4itf  .mgk5 { list-style-type: "■ "; }
.sbj0b .mgk5 { list-style-type: "◆ "; }
.pwg0h    .mgk5 { list-style-type: "★ "; }
.na0dmit     .jzx9w87 { list-style-type: "● "; }
.j4itf  .jzx9w87 { list-style-type: "■ "; }
.sbj0b .jzx9w87 { list-style-type: "◆ "; }
.pwg0h    .jzx9w87 { list-style-type: "★ "; }
.na0dmit    .mgk5 li::marker, .na0dmit    .jzx9w87 li::marker,
.j4itf .mgk5 li::marker, .j4itf .jzx9w87 li::marker,
.sbj0b .mgk5 li::marker, .sbj0b .jzx9w87 li::marker,
.pwg0h   .mgk5 li::marker, .pwg0h   .jzx9w87 li::marker {
  color: var(--cta); font-size: 1em;
}
.na0dmit .ac85qe,
.j4itf .ac85qe,
.sbj0b .ac85qe,
.pwg0h .ac85qe {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.na0dmit .ac85qe li,
.j4itf .ac85qe li,
.sbj0b .ac85qe li,
.pwg0h .ac85qe li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.na0dmit .ac85qe li::before,
.j4itf .ac85qe li::before,
.sbj0b .ac85qe li::before,
.pwg0h .ac85qe 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;
}
.na0dmit     .ac85qe li::before { border-radius: 50%; }
.j4itf  .ac85qe li::before { border-radius: 3px; }
.sbj0b .ac85qe li::before { border-radius: 3px; }
.pwg0h    .ac85qe li::before { border-radius: 50%; }
.psis { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.bhtc .psis,
.n9x8 .psis { background: transparent; border: none; border-radius: 0; }
.xtrc { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.xtrc th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.xtrc td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.xtrc tr:hover td { background: var(--bg-hover); }
.zfl3b .xtrc tbody tr:nth-child(even) td { background: var(--bg-surface); }
.i76jol3 .xtrc { border: 1px solid var(--border-alt); }
.i76jol3 .xtrc th,
.i76jol3 .xtrc td { border: 1px solid var(--border-alt); }
.xeqbk .xtrc th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.xeqbk .xtrc td { border-bottom: none; }
.xeqbk .xtrc tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.aq8ml6l4 .xtrc th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.gioyxa .psis {
  overflow: hidden;
}
.gioyxa .xtrc th { border-bottom: 1px solid var(--border-alt); }
.gioyxa .xtrc tr:last-child td { border-bottom: none; }
.t7xrcalt { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.xyhq5op1 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.inkairts { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.pdqx { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ni0ln { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.jzx9w87 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.jzx9w87 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%}
.thh8 .pdqx { background: transparent; text-align: center; }
.uvirn1 .inkairts {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.ypfh .inkairts {
  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);
}
.c0vayd6q .xyhq5op1 { display: grid; grid-template-columns: auto 1fr; }
.c0vayd6q .inkairts {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.c0vayd6q .pdqx { grid-column: 2; }
.c0vayd6q .ni0ln,
.c0vayd6q .jzx9w87 { grid-column: 1 / -1; }
.pins .xyhq5op1 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.pins .inkairts {
  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);
}
.pins .pdqx { grid-column: 2; }
.pins .ni0ln,
.pins .jzx9w87 { grid-column: 1 / -1; }
.w6m3om .xyhq5op1 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.w6m3om .pdqx { background: none; color: var(--accent-light); font-weight: 700; }
.z8y3y .xyhq5op1 { 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); }
.z8y3y .pdqx { background: none; color: var(--accent-light); font-weight: 700; }
.pyfy69 .xyhq5op1 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.pyfy69 .xyhq5op1:last-child { border-bottom: none; }
.pyfy69 .pdqx { background: none; color: var(--accent-light); font-weight: 700; }
.fnd1 .xyhq5op1 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.fnd1 .pdqx { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.cdwj5 .t7xrcalt { counter-reset: card-n; }
.cdwj5 .xyhq5op1  { counter-increment: card-n; }
.cdwj5 .pdqx { display: flex; align-items: center; gap: 10px; }
.cdwj5 .pdqx::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;
}
.hbifb .xyhq5op1 { background: var(--bg-surface); border: 1px solid var(--border); }
.hbifb .pdqx { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.dj7bol { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.dj7bol         { --cl-hue: var(--accent); }
.wghbkkfz     { --cl-hue: #16a34a; }
.ofvyfxt5 { --cl-hue: #ea580c; }
.upf6t5    { --cl-hue: #2563eb; }
.wghbkkfz, .ofvyfxt5, .upf6t5, .v43y {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.w1v8gp { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.w1v8gp::before { color: var(--cl-hue); }
.dj7bol strong { color: var(--text-primary); font-size: 0.95rem; }
.dj7bol p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.snht4ofg { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.tpbj1g, .wab94h { border-radius: 8px; padding: 14px; }
.tpbj1g { background: var(--bg-pros); }
.wab94h { background: var(--bg-cons); }
.uorx { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.tpbj1g .uorx { color: var(--c-pros-label); }
.wab94h .uorx { color: #f87171; }
.tpbj1g ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.wab94h ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.y32im7s { width: 100%; height: auto; border-radius: 10px; display: block; }
.jwdz {
  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;
}
.jwdz:hover { opacity: 0.85; }
.wjjg1 .jwdz  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.wjjg1 .jwdz:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mc3jp1c .jwdz  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.mc3jp1c .jwdz:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.wjjg1 .h1ichnsi.jwdz, .mc3jp1c .h1ichnsi.jwdz,
.wjjg1 .dkrj6 .jwdz, .mc3jp1c .dkrj6 .jwdz {
  background: var(--cta); border: none; color: #fff;
}
.wjjg1 .h1ichnsi.jwdz:hover, .mc3jp1c .h1ichnsi.jwdz:hover,
.wjjg1 .dkrj6 .jwdz:hover, .mc3jp1c .dkrj6 .jwdz:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.hmwr .pcyx { border-radius: 50px; }
.hmwr .jwdz  { border-radius: 50px; }
.j03d .pcyx,
.j03d .jwdz { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.j03d .pcyx:hover,
.j03d .jwdz:hover { filter: brightness(1.08); opacity: 1; }
.ypm0g7uc .pcyx,
.ypm0g7uc .jwdz { box-shadow: 0 3px 14px -2px var(--cta); }
.ypm0g7uc .pcyx:hover,
.ypm0g7uc .jwdz:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.zkplm .pcyx,
.zkplm .jwdz { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.zkplm .pcyx:hover,
.zkplm .jwdz:hover { opacity: 1; }
.zkplm .pcyx:active,
.zkplm .jwdz:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.tlsxw .pcyx,
.tlsxw .jwdz { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.tlsxw .pcyx:hover,
.tlsxw .jwdz:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.tlsxw .pcyx:active,
.tlsxw .jwdz:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.fyfo6o .pcyx,
.fyfo6o .jwdz { position: relative; overflow: hidden; }
.fyfo6o .pcyx::before,
.fyfo6o .jwdz::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;
}
.fyfo6o .pcyx:hover::before,
.fyfo6o .jwdz:hover::before { left: 135%; }
.px62mt .pcyx,
.px62mt .jwdz { border-radius: 0; }
.ipw4hqcp .pcyx { padding-left: 22px; padding-right: 22px; }
.ipw4hqcp .jwdz  { padding-left: 12px; padding-right: 12px; }
.hu0w7b .pcyx { padding-left: 44px; padding-right: 44px; }
.hu0w7b .jwdz  { padding-left: 24px; padding-right: 24px; }
.m6113 .pcyx { padding-left: 56px; padding-right: 56px; }
.m6113 .jwdz  { padding-left: 32px; padding-right: 32px; }
.zupp   .pcyx::after, .zupp   .jwdz::after,
.ilisza .pcyx::after, .ilisza .jwdz::after,
.dywywu5    .pcyx::after, .dywywu5    .jwdz::after,
.tb8oik1r    .pcyx::after, .tb8oik1r    .jwdz::after,
.qws3tt    .pcyx::after, .qws3tt    .jwdz::after,
.cgztzqw3     .pcyx::after, .cgztzqw3     .jwdz::after,
.slli    .pcyx::after, .slli    .jwdz::after,
.lswd   .pcyx::after, .lswd   .jwdz::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;
}
.zupp .pcyx::after, .zupp .jwdz::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");
}
.ilisza .pcyx::after, .ilisza .jwdz::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");
}
.dywywu5 .pcyx::after, .dywywu5 .jwdz::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");
}
.tb8oik1r .pcyx::after, .tb8oik1r .jwdz::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");
}
.qws3tt .pcyx::after, .qws3tt .jwdz::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");
}
.cgztzqw3 .pcyx::after, .cgztzqw3 .jwdz::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");
}
.slli .pcyx::after, .slli .jwdz::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");
}
.lswd .pcyx::after, .lswd .jwdz::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");
}
.javqoju   .l2idh1::after, .javqoju   .di3ay9w::after,
.tla1p .l2idh1::after, .tla1p .di3ay9w::after,
.xh17u2    .l2idh1::after, .xh17u2    .di3ay9w::after,
.x2jo    .l2idh1::after, .x2jo    .di3ay9w::after,
.bdbnjmb    .l2idh1::after, .bdbnjmb    .di3ay9w::after,
.nln4     .l2idh1::after, .nln4     .di3ay9w::after,
.dlrh4yxr    .l2idh1::after, .dlrh4yxr    .di3ay9w::after,
.pa1vyb91   .l2idh1::after, .pa1vyb91   .di3ay9w::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;
}
.javqoju .l2idh1::after, .javqoju .di3ay9w::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");
}
.tla1p .l2idh1::after, .tla1p .di3ay9w::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");
}
.xh17u2 .l2idh1::after, .xh17u2 .di3ay9w::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");
}
.x2jo .l2idh1::after, .x2jo .di3ay9w::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");
}
.bdbnjmb .l2idh1::after, .bdbnjmb .di3ay9w::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");
}
.nln4 .l2idh1::after, .nln4 .di3ay9w::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");
}
.dlrh4yxr .l2idh1::after, .dlrh4yxr .di3ay9w::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");
}
.pa1vyb91 .l2idh1::after, .pa1vyb91 .di3ay9w::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");
}
.xdoa {
  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;
}
.stof {
  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;
}
.stof > * { min-width: 0; }
.stof:hover { background: var(--bg-hover); }
.stof > [itemprop="item"] { display: contents; }
.stof [itemprop="itemReviewed"],
.stof [itemprop="reviewRating"] { display: none; }
.stof::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;
}
.ho3n4 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.ti9qf {
  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;
}
.elbvll { max-height: 52px; max-width: 110px; object-fit: contain; }
.zrprrhbk {
  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;
}
.xp77s .ti9qf    { background: #1a1a1a; }
.dfme2yb .ti9qf   { background: rgba(128,128,128,.12); }
.tseyx .ti9qf { background: var(--bg-raised); }
.lf6tq .ti9qf    { background: transparent; padding: 0; }
.i2ap {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.x1pcm9 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.r7ei90j { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.k7gvk5 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.txsc42 {
  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;
}
.un8p {
  
  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%;
}
.vjdx5j1p {
  
  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;
}
.h1ichnsi {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.h1ichnsi.jwdz {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .stof {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .stof::before    { grid-area: rank;   }
  .ho3n4           { grid-area: ident;  }
  .i2ap     { grid-area: rating; min-width: 0; width: auto; }
  .k7gvk5           { grid-area: pills;  }
  .h1ichnsi             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .stof {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .stof::before    { justify-self: center; }
  .ho3n4           { width: 100%; }
  .i2ap     { justify-self: center; }
  .k7gvk5           { grid-template-columns: 1fr; }
}
.dt4bclmg {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.uegnbd {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.h5u7 {
  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;
}
.h5u7 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.lnek { flex: 1; }
.lnek h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.bsfky1ct { color: var(--c-stars); font-size: 1.1rem; }
.o68z { margin-bottom: 8px; }
.y6eunje {
  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);
}
.y6eunje > span { color: var(--accent); font-weight: 700; }
.evzwt em, .w3vfigy em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .y6eunje { padding: 10px 16px; gap: 6px 16px; } }
.dkrj6 { flex-shrink: 0; align-self: flex-start; }
.dkrj6 .jwdz { white-space: nowrap; }
@media (max-width: 560px) {
  .uegnbd { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .h5u7 { order: 1; }
  .dkrj6 { order: 2; margin-left: auto; align-self: center; }
  .lnek { order: 3; flex: 1 1 100%; min-width: 0; }
}
.u8z0 img.x3ulmpe { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.bhtc { padding: 20px 24px; }
.jez9qv6u { color: var(--text-muted); margin-bottom: 16px; }
.di5r3 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.x2cxrx8f, .ut8f862e { list-style: none; font-size: 0.9rem; }
.x2cxrx8f li { color: var(--c-pros); margin-bottom: 4px; }
.ut8f862e li { color: var(--c-cons); margin-bottom: 4px; }
.x2cxrx8f li::before { content: "✓"; margin-right: 5px; }
.ut8f862e li::before { content: "✗"; margin-right: 5px; }
.qxi7h .x2cxrx8f li::before { content: "→"; }
.qxi7h .ut8f862e li::before { content: "–"; }
.ej26  .x2cxrx8f li::before { content: "★"; }
.ej26  .ut8f862e li::before { content: "✕"; }
.melje3c    .x2cxrx8f li::before { content: "◆"; }
.melje3c    .ut8f862e li::before { content: "▲"; }
.vwx1uv5  .x2cxrx8f li::before { content: "▶"; }
.vwx1uv5  .ut8f862e li::before { content: "■"; }
.nyodtr { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.f0tlem { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.kgbumjim { background: var(--bg-pros); color: var(--c-tag-pay); }
.wnl43naz { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.bmncfr .wnl43naz { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.lc5a .wnl43naz { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .nwfknt .zltlky2 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .nwfknt .dt4bclmg { margin: 0; }
}
.fzlye .uegnbd { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.fzlye .lnek h3 { color: var(--accent-light); }
.fzlye .h5u7 { background: var(--bg-page); border: 1px solid var(--border); }
.jxkbno .dt4bclmg { border-top: 4px solid var(--accent); }
.jxkbno .uegnbd { background: var(--bg-card); }
.qxit .dt4bclmg { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.qxit .uegnbd { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.qxit .bhtc { padding: 14px 16px; }
.qxit .h5u7 { border-radius: 4px; }
.qxit .wnl43naz { border-radius: 0; }
.itvi .uegnbd { padding: 0; gap: 0; overflow: hidden; }
.itvi .h5u7 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.itvi .lnek { padding: 16px 20px; }
.itvi .dkrj6 { padding: 16px 20px; align-self: center; }
.b4yji8fq .bsfky1ct { font-size: .95rem; }
.n9x8 .snht4ofg { gap: 10px; }
.n9x8 .tpbj1g, .n9x8 .wab94h { padding: 12px; }
.n9x8 .tpbj1g ul, .n9x8 .wab94h ul { margin: 4px 0 0; padding-left: 18px; }
.n9x8 .tpbj1g li, .n9x8 .wab94h li { font-size: .85rem; margin-bottom: 3px; }
.prads .f0tlem { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .xg035g { grid-template-columns: 1fr; }
  .c408e { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .c408e .q3t03 { width: 72px; height: 50px; }
  .c408e .ms2l1 { max-width: 180px; }
  .c408e .an6e { width: auto; }
}
.oh4px .b4yji8fq .bsfky1ct { filter: brightness(1.2); }
@media (max-width: 720px) {
  .oh4px { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ki4lpsf { padding: 16px; }
  .mo97mbq .jeoba5 { min-width: 50%; }
}
.qxlk .snht4ofg { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .xf9dzuc6 { grid-template-columns: 1fr; }
  .fholvq { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ypmdw { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .t8a9 { flex-wrap: wrap; padding: 16px; }
}
.g7vl0 .snht4ofg { gap: 8px; }
.g7vl0 .tpbj1g, .g7vl0 .wab94h { padding: 8px; }
@media (max-width: 480px) {
  .t0t8ihfa { flex-direction: column; align-items: stretch; }
}
.kmjkh .an6e .jwdz { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .cz7i { flex-direction: column; align-items: stretch; gap: 10px; }
  .kmjkh .an6e { text-align: center; }
}
@media (max-width: 720px) {
  .q6cg { grid-template-columns: 1fr; }
  .sxpv9 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zk74 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.couro .dfz8flt { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.e4ls .bsfky1ct { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .yk15uav { grid-template-columns: 1fr; }
  .e4ls { width: 100px; height: 100px; margin: 16px auto; }
  .couro { font-size: 1.4rem; }
  .cbi2 { justify-content: center; }
  .vupc6o .jeoba5 { min-width: 50%; }
}
.h2l27 .snht4ofg { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .fk7ao { flex-wrap: wrap; padding: 14px 16px; }
  .z4kve { padding: 12px 16px; }
  .h2l27 .snht4ofg { margin: 0 16px; }
  .h2l27 .prads { padding: 0 16px; }
  .qsj5iv { padding: 12px 16px; }
}
.dl852v .stof {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.dl852v .stof:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.s073o1 .xdoa { gap: 18px; }
.s073o1 .stof {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.s073o1 .stof:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.b50mb6 .xdoa {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.b50mb6 .stof {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.b50mb6 .stof:last-child { border-bottom: none; }
.b50mb6 .ho3n4,
.b50mb6 .i2ap,
.b50mb6 .k7gvk5 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.s5wpjqr .xdoa { gap: 0; }
.s5wpjqr .stof {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.s5wpjqr .stof:last-child { border-bottom: none; }
.s5wpjqr .stof:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.s5wpjqr .stof:nth-child(even):hover { background: var(--bg-hover); }
.sygb5q .stof {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.uuu2ai0 .k7gvk5 .txsc42 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.uuu2ai0 .k7gvk5 .txsc42:first-child { border-left: none; }
.jbscx5 .k7gvk5 .txsc42 {
  background: transparent; padding: 4px 8px;
}
.jbscx5 .k7gvk5 .un8p { font-size: .65rem; opacity: .65; }
.jbscx5 .k7gvk5 .vjdx5j1p   { font-size: 1.15rem; color: var(--accent-light); }
.amuq1b .k7gvk5 .txsc42 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.r7ei90j { display: none; }
.zpv92 .x1pcm9 { font-size: 1rem; letter-spacing: 2px; }
.hd26 .x1pcm9 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.kbnimb .x1pcm9,
.uqhdb .x1pcm9,
.ukt2x .x1pcm9 { display: none; }
.kbnimb .r7ei90j,
.uqhdb .r7ei90j,
.ukt2x .r7ei90j { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.kbnimb .r7ei90j { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.kbnimb .r7ei90j small { display: none; }
.uqhdb .r7ei90j {
  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;
}
.uqhdb .r7ei90j small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.ukt2x .r7ei90j {
  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;
}
.ukt2x .r7ei90j small { display: none; }
.kbnimb .o68z .bsfky1ct,
.uqhdb .o68z .bsfky1ct,
.ukt2x .o68z .bsfky1ct { display: none; }
.kbnimb .o68z strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.kbnimb .dfz8flt { display: none; }
.uqhdb .o68z 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;
}
.uqhdb .kazfjqo,
.uqhdb .dfz8flt { font-size: 1em; }
.ukt2x .o68z strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.ukt2x .dfz8flt { display: none; }
.coezy { margin: 16px 0; }
.fado { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.fado summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.fado summary::after { content: "+"; color: var(--accent-light); }
.fado[open] summary::after { content: "−"; }
.fado p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ykaubob1 { margin-bottom: 0; }
.yfiyw h2.p178mv { color: var(--text-primary); border-color: var(--accent-light); }
.lxfnn h2.p178mv { color: var(--text-primary); border-color: var(--accent-light); }
.nianoc .wghbkkfz     { background: #052e16; border-color: #10b981; }
.nianoc .ofvyfxt5 { background: #2d0a1e; border-color: #f43f5e; }
.nianoc .upf6t5    { background: #1e1036; border-color: #a855f7; }
.nianoc .dj7bol strong  { color: #f1f5f9; }
.nianoc .dj7bol p       { color: #cbd5e1; }
.nianoc .l3fay    .wghbkkfz     .w1v8gp::before,
.nianoc .th6wtr8k  .wghbkkfz     .w1v8gp::before,
.nianoc .wvcnkjr  .wghbkkfz     .w1v8gp::before,
.nianoc .tw3z .wghbkkfz     .w1v8gp::before { color: #10b981; }
.nianoc .l3fay    .ofvyfxt5 .w1v8gp::before,
.nianoc .th6wtr8k  .ofvyfxt5 .w1v8gp::before,
.nianoc .wvcnkjr  .ofvyfxt5 .w1v8gp::before,
.nianoc .tw3z .ofvyfxt5 .w1v8gp::before { color: #f43f5e; }
.nianoc .l3fay    .upf6t5    .w1v8gp::before,
.nianoc .th6wtr8k  .upf6t5    .w1v8gp::before,
.nianoc .wvcnkjr  .upf6t5    .w1v8gp::before,
.nianoc .tw3z .upf6t5    .w1v8gp::before { color: #a855f7; }
.f329v4tw .wghbkkfz     { background: #2d2000; border-color: #eab308; }
.f329v4tw .ofvyfxt5 { background: #2d0b0b; border-color: #ef4444; }
.f329v4tw .upf6t5    { background: #2d1600; border-color: #f97316; }
.f329v4tw .dj7bol strong  { color: #f1f5f9; }
.f329v4tw .dj7bol p       { color: #cbd5e1; }
.f329v4tw .l3fay    .wghbkkfz     .w1v8gp::before,
.f329v4tw .th6wtr8k  .wghbkkfz     .w1v8gp::before,
.f329v4tw .wvcnkjr  .wghbkkfz     .w1v8gp::before,
.f329v4tw .tw3z .wghbkkfz     .w1v8gp::before { color: #eab308; }
.f329v4tw .l3fay    .ofvyfxt5 .w1v8gp::before,
.f329v4tw .th6wtr8k  .ofvyfxt5 .w1v8gp::before,
.f329v4tw .wvcnkjr  .ofvyfxt5 .w1v8gp::before,
.f329v4tw .tw3z .ofvyfxt5 .w1v8gp::before { color: #ef4444; }
.f329v4tw .l3fay    .upf6t5    .w1v8gp::before,
.f329v4tw .th6wtr8k  .upf6t5    .w1v8gp::before,
.f329v4tw .wvcnkjr  .upf6t5    .w1v8gp::before,
.f329v4tw .tw3z .upf6t5    .w1v8gp::before { color: #f97316; }
.wkpe .wghbkkfz     { background: #0c1a2e; border-color: #38bdf8; }
.wkpe .ofvyfxt5 { background: #12103a; border-color: #818cf8; }
.wkpe .upf6t5    { background: #0a2020; border-color: #2dd4bf; }
.wkpe .dj7bol strong  { color: #f1f5f9; }
.wkpe .dj7bol p       { color: #cbd5e1; }
.wkpe .l3fay    .wghbkkfz     .w1v8gp::before,
.wkpe .th6wtr8k  .wghbkkfz     .w1v8gp::before,
.wkpe .wvcnkjr  .wghbkkfz     .w1v8gp::before,
.wkpe .tw3z .wghbkkfz     .w1v8gp::before { color: #38bdf8; }
.wkpe .l3fay    .ofvyfxt5 .w1v8gp::before,
.wkpe .th6wtr8k  .ofvyfxt5 .w1v8gp::before,
.wkpe .wvcnkjr  .ofvyfxt5 .w1v8gp::before,
.wkpe .tw3z .ofvyfxt5 .w1v8gp::before { color: #818cf8; }
.wkpe .l3fay    .upf6t5    .w1v8gp::before,
.wkpe .th6wtr8k  .upf6t5    .w1v8gp::before,
.wkpe .wvcnkjr  .upf6t5    .w1v8gp::before,
.wkpe .tw3z .upf6t5    .w1v8gp::before { color: #2dd4bf; }
.jvu3::before,
.rogivkl::before { margin-right: 5px; }
.eyfe .tpbj1g ul li,
.eyfe .x2cxrx8f li         { color: #4ade80; }
.eyfe .tpbj1g .jvu3 { color: #22c55e; }
.eyfe .wab94h ul li,
.eyfe .ut8f862e li         { color: #f87171; }
.eyfe .wab94h .rogivkl { color: #ef4444; }
.vc6x .tpbj1g { background: var(--bg-pros); }
.vc6x .wab94h { background: var(--bg-cons); }
.vc6x .tpbj1g .jvu3 { color: var(--c-pros-label); }
.vc6x .wab94h .rogivkl { color: var(--c-cons); }
.vc6x .tpbj1g ul li,
.vc6x .x2cxrx8f li            { color: var(--c-pros); }
.vc6x .wab94h ul li,
.vc6x .ut8f862e li            { color: var(--c-cons); }
.yoond .tpbj1g { background: var(--bg-pros); }
.yoond .wab94h { background: var(--bg-cons); }
.yoond .tpbj1g .jvu3 { color: var(--c-pros-label); }
.yoond .wab94h .rogivkl { color: var(--c-cons); }
.yoond .tpbj1g ul li,
.yoond .x2cxrx8f li          { color: var(--c-pros); }
.yoond .wab94h ul li,
.yoond .ut8f862e li          { color: var(--c-cons); }
.jhgyf .jvu3::before { content: "✓ "; }
.jhgyf .rogivkl::before { content: "✗ "; }
.qxi7h .jvu3::before { content: "→ "; }
.qxi7h .rogivkl::before { content: "← "; }
.ej26 .jvu3::before { content: "★ "; }
.ej26 .rogivkl::before { content: "✕ "; }
.melje3c .jvu3::before { content: "◆ "; }
.melje3c .rogivkl::before { content: "▲ "; }
.lc5a .dj7bol { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.lc5a .dj7bol strong { color: var(--text-primary); }
.lc5a .dj7bol p      { color: var(--text-muted); }
.bmncfr .dj7bol { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.wc3w40l .dj7bol {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.wc3w40l .dj7bol strong,
.wc3w40l .dj7bol p { color: #fff; }
.wc3w40l .w1v8gp::before { color: rgba(255,255,255,0.9) !important; }
.cn3df .dj7bol {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.cn3df .dj7bol strong { color: var(--text-primary); }
.cn3df .dj7bol p      { color: var(--text-muted); }
.ke0k .dj7bol { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.l3fay .w1v8gp,
.th6wtr8k .w1v8gp,
.wvcnkjr .w1v8gp,
.tw3z .w1v8gp { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.l3fay .w1v8gp::before,
.th6wtr8k .w1v8gp::before,
.wvcnkjr .w1v8gp::before,
.tw3z .w1v8gp::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.l3fay .wghbkkfz     .w1v8gp::before { content: "✦"; color: var(--c-tip-border); }
.l3fay .ofvyfxt5 .w1v8gp::before { content: "▲"; color: var(--c-warn-border); }
.l3fay .upf6t5    .w1v8gp::before { content: "◉"; color: #60a5fa; }
.th6wtr8k .wghbkkfz     .w1v8gp::before { content: "★"; color: var(--c-tip-border); }
.th6wtr8k .ofvyfxt5 .w1v8gp::before { content: "◆"; color: var(--c-warn-border); }
.th6wtr8k .upf6t5    .w1v8gp::before { content: "●"; color: #60a5fa; }
.wvcnkjr .wghbkkfz     .w1v8gp::before { content: "▶"; color: var(--c-tip-border); }
.wvcnkjr .ofvyfxt5 .w1v8gp::before { content: "■"; color: var(--c-warn-border); }
.wvcnkjr .upf6t5    .w1v8gp::before { content: "▸"; color: #60a5fa; }
.tw3z .wghbkkfz     .w1v8gp::before { content: "→"; color: var(--c-tip-border); }
.tw3z .ofvyfxt5 .w1v8gp::before { content: "⬥"; color: var(--c-warn-border); }
.tw3z .upf6t5    .w1v8gp::before { content: "◈"; color: #60a5fa; }
.zd29yyf .fe9oy .vajqarpu,
.zd29yyf .lpro4 .vajqarpu  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.zd29yyf .xyhq5op1                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.zd29yyf .stof                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.zd29yyf .dt4bclmg            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.zd29yyf .psis          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.zd29yyf .egm0l0l2                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.tjd5tsge .fe9oy .vajqarpu,
.tjd5tsge .lpro4 .vajqarpu,
.tjd5tsge .xyhq5op1,
.tjd5tsge .stof,
.tjd5tsge .dt4bclmg,
.tjd5tsge .psis,
.tjd5tsge .egm0l0l2,
.tjd5tsge .ke0k .dj7bol { box-shadow: none; }
.bbs8yb1u   .a92z3, .bbs8yb1u .irjau0, .bbs8yb1u .na9xiy,
.bbs8yb1u   .nhhm, .bbs8yb1u .fdfqe { font-size: 0.9rem; }
.bbs8yb1u   .mgk5, .bbs8yb1u .ac85qe { font-size: 0.9rem; }
.td7p88   .a92z3, .td7p88 .irjau0, .td7p88 .na9xiy,
.td7p88   .nhhm, .td7p88 .fdfqe { font-size: 0.95rem; }
.td7p88   .mgk5, .td7p88 .ac85qe { font-size: 0.95rem; }
.esw86   .a92z3, .esw86 .irjau0, .esw86 .na9xiy,
.esw86   .nhhm, .esw86 .fdfqe { font-size: 1.08rem; }
.esw86   .mgk5, .esw86 .ac85qe { font-size: 1.05rem; }
.esw86   .xtrc { font-size: 0.97rem; }
.i9z40 .cvl1      { font-size: 3.2rem; }
.i9z40 h2.p178mv { font-size: 1.9rem; }
.i9z40 h3.temofp0w     { font-size: 1.4rem; }
.me5gp4 .cvl1      { font-size: 3.8rem; }
.me5gp4 h2.p178mv { font-size: 2.2rem; }
.me5gp4 h3.temofp0w     { font-size: 1.6rem; }
.ykaubob1 + .ykaubob1 { position: relative; }
.khkrdue3   .ykaubob1 + .ykaubob1::before,
.o4dyxu94  .ykaubob1 + .ykaubob1::before,
.apiu   .ykaubob1 + .ykaubob1::before,
.kpkglo   .ykaubob1 + .ykaubob1::before,
.lw931h8   .ykaubob1 + .ykaubob1::before,
.ipsm9 .ykaubob1 + .ykaubob1::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.khkrdue3 .ykaubob1 + .ykaubob1::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.o4dyxu94 .ykaubob1 + .ykaubob1::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.apiu .ykaubob1 + .ykaubob1::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;
}
.kpkglo .ykaubob1 + .ykaubob1::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.mzm51 .ykaubob1 { margin-bottom: 16px; }
.mzm51 .ykaubob1 + .ykaubob1 { margin-top: 0; }
.mzm51 .n4inv63n { padding-top: 0; padding-bottom: 0; }
.lw931h8 .ykaubob1 + .ykaubob1::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ipsm9 .ykaubob1 + .ykaubob1::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.iguvk58 .ykaubob1 + .ykaubob1::before,
.woyf3y .ykaubob1 + .ykaubob1::before,
.kfgd .ykaubob1 + .ykaubob1::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%;
}
.xn2g1px2 .iguvk58 .ykaubob1:nth-child(even)::before,
.xn2g1px2 .woyf3y .ykaubob1:nth-child(even)::before,
.xn2g1px2 .kfgd .ykaubob1:nth-child(even)::before { background: var(--bg-surface); }
.p7id7z .iguvk58 .ykaubob1:nth-child(even)::before,
.p7id7z .woyf3y .ykaubob1:nth-child(even)::before,
.p7id7z .kfgd .ykaubob1:nth-child(even)::before { background: var(--bg-card); }
.iguvk58 .ykaubob1 + .ykaubob1::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");
}
.woyf3y .ykaubob1 + .ykaubob1::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");
}
.kfgd .ykaubob1 + .ykaubob1::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");
}
.qpksw37 .j8td5iny,
.qpksw37 .mbgg6eq { margin-bottom: 60px; }
.m2zr2k .jo5et,
.qpksw37 .jo5et { padding-bottom: 60px; }
.p4xfy2n9 .jo5et { padding-bottom: 70px; }
.qpksw37 .j8td5iny::before,
.qpksw37 .j8td5iny::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");
}
.brvscq .w6x0h63 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.nwz1rwoi .w6x0h63 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.crg9w .w6x0h63 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.pyd1ae .w6x0h63 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.jiaig7 .l5shayn { background: var(--accent); }
.jiaig7 .l5shayn .xuoq { background: none; }
.jiaig7 .qrkfz { background: var(--accent); }
.jiaig7 .w6x0h63 { background: var(--accent-bg); }
.jiaig7 .j8td5iny:not(.l5shayn) .xuoq { background: rgba(0,0,0,0.6); }
.zsk1s7 .kmf80k { float: left; width: 38%; margin: 0 28px 16px 0; }
.zsk1s7 .kmf80k .y32im7s { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zsk1s7 .n4inv63n::after { content: ''; display: block; clear: both; }
.cpohz .kmf80k { float: right; width: 38%; margin: 0 0 16px 28px; }
.cpohz .kmf80k .y32im7s { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cpohz .n4inv63n::after { content: ''; display: block; clear: both; }
.g5lgo .ykaubob1:nth-child(odd)  .kmf80k { float: left;  width: 38%; margin: 0 28px 16px 0; }
.g5lgo .ykaubob1:nth-child(even) .kmf80k { float: right; width: 38%; margin: 0 0 16px 28px; }
.g5lgo .kmf80k .y32im7s { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.g5lgo .n4inv63n::after { content: ''; display: block; clear: both; }
.zsk1s7 .t7xrcalt,
.zsk1s7 .xdoa,
.cpohz .t7xrcalt,
.cpohz .xdoa,
.g5lgo .t7xrcalt,
.g5lgo .xdoa { clear: both; }
@media (max-width: 900px) {
  .zsk1s7 .kmf80k,
  .cpohz .kmf80k,
  .g5lgo .ykaubob1:nth-child(odd)  .kmf80k,
  .g5lgo .ykaubob1:nth-child(even) .kmf80k {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .zsk1s7 .kmf80k .y32im7s,
  .cpohz .kmf80k .y32im7s,
  .g5lgo .kmf80k .y32im7s {
    max-height: none !important;
  }
}
.zsk1s7 .mgk5,
.zsk1s7 .ac85qe,
.cpohz .mgk5,
.cpohz .ac85qe,
.g5lgo .mgk5,
.g5lgo .ac85qe { overflow: hidden; }
@media (max-width: 640px) {
  .zsk1s7 .kmf80k,
  .cpohz .kmf80k,
  .g5lgo .kmf80k { float: none; width: 100%; margin: 0 0 16px 0; }
}
.uvz5i .x0htmmd,
.uvz5i .n4inv63n,
.uvz5i .vl74  { max-width: 1100px; }
.ufputf3 .x0htmmd,
.ufputf3 .n4inv63n,
.ufputf3 .vl74  { max-width: 1200px; }
.i4yqv2 .x0htmmd,
.i4yqv2 .n4inv63n,
.i4yqv2 .vl74  { max-width: 1320px; }
.nmd3 { font-size: 0.82rem; color: var(--text-muted); }
.t8re { display: flex; align-items: center; }
.frgdqqx {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.nfki1f { display: flex; align-items: center; }
.vcigdlr0 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.vcigdlr0:hover { text-decoration: underline; }
.l2besf { margin: 0 3px; opacity: 0.45; }
.l2besf::before { content: '/'; }
.hxxr { padding: 2px 5px; color: var(--text-main); }
.vi0zvy .nmd3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.vi0zvy .t8re { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.vkbcy .nmd3 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.vkbcy .t8re { padding: 0 0 0 12px; }
.drr7a9oe .t8re { padding: 0 16px; }
.drr7a9oe .nmd3 {
  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);
}
.drr7a9oe .x0htmmd { padding-top: 28px; }
@media (max-width: 720px) {
  .esxadyi { margin-top: 18px; padding: 0 16px; }
  .drr7a9oe .x0htmmd { padding-top: 16px; }
}
.uvz5i.vi0zvy .t8re { max-width: 1100px; }
.ufputf3.vi0zvy .t8re { max-width: 1200px; }
.i4yqv2.vi0zvy .t8re { max-width: 1320px; }
.nzgn .ykaubob1 { padding-top: 16px; padding-bottom: 16px; }
.tzp2arni .ykaubob1 { padding-top: 24px; padding-bottom: 24px; }
.r0sa6o1a .ykaubob1 { padding-top: 40px; padding-bottom: 40px; }
.j6hn .ykaubob1 { padding-top: 52px; padding-bottom: 52px; }
.hbwlz876 .ykaubob1:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.hbwlz876 .ykaubob1:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.hbwlz876 .ykaubob1:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.hbwlz876 .ykaubob1:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.m5lea3 .n4inv63n { padding-top: 10px;  padding-bottom: 10px; }
.et237s .n4inv63n { padding-top: 18px;  padding-bottom: 18px; }
.z3ccd .n4inv63n { padding-top: 36px;  padding-bottom: 36px; }
.pjhui4 .n4inv63n { padding-top: 48px;  padding-bottom: 48px; }
.bvpy h2.p178mv { font-weight: 600; }
.bvpy h3.temofp0w     { font-weight: 600; }
.u3l7sy6 h2.p178mv { font-weight: 800; }
.u3l7sy6 h3.temofp0w     { font-weight: 700; }
.c1u6d0lf h2.p178mv { font-weight: 900; }
.c1u6d0lf h3.temofp0w     { font-weight: 800; }
.c1u6d0lf .dj7bol strong,
.c1u6d0lf .dj7bol strong { font-weight: 600; }
.l2idh1 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.hbas .l2idh1 { display: none; }
@media (max-width: 640px) {
  .l2idh1 { display: none !important; }
}
.l2idh1 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.l2idh1:hover { opacity: 0.85; }
.u4n27kz5 .l2idh1 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.vzi9gw  .di3ay9w { left: 32px; }
@media (max-width: 480px) {
  .wfp5h .di3ay9w { right: 20px; bottom: 20px; }
  .vzi9gw  .di3ay9w { left: 20px; bottom: 20px; }
}
.yah3 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.vl74 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.kpfl0g1p { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.s3wb0ig5 { color: var(--text-dim); font-size: 0.8rem; }
.o8b03h { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.o8b03h img { height: 26px; width: auto; object-fit: contain; }
.tm4l3yiz { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.dehlcxi .vl74 { text-align: center; }
.dehlcxi .kpfl0g1p { margin-top: 0; }
.l20t { margin-top: 10px; }
.l20t a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .vl74 { padding-left: 16px; padding-right: 16px; }
  .jkk2jcg8 .vl74 { padding: 20px 16px; }
  .i4stv { gap: 4px 12px; }
  .kpfl0g1p { font-size: 0.78rem; }
}
.u7q9i .zp7l .o8b03h { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.u7q9i .tm4l3yiz { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.u7q9i .djvxf { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.u7q9i .djvxf a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.u7q9i .djvxf a:hover { color: var(--accent-light); }
.u7q9i .kpfl0g1p { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.u7q9i .s3wb0ig5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .u7q9i .bze1 { grid-template-columns: 1fr 1fr; } .u7q9i .zp7l { grid-column: 1 / -1; } }
@media (max-width: 480px) { .u7q9i .bze1 { grid-template-columns: 1fr; } }
.ij32t .o8b03h { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ij32t .kpfl0g1p { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ij32t .hyvpu8 { gap: 12px; } .ij32t .o8b03h { margin-right: 0; width: 100%; } }
.g57n .yo2crd9 { 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; }
.g57n .daveddyl .o8b03h { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.g57n .tm4l3yiz { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.g57n .ny4n { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.g57n .djvxf { display: flex; flex-direction: column; gap: 9px; }
.g57n .djvxf a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.g57n .djvxf a:hover { color: var(--accent-light); }
.g57n .kpibz6m { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.g57n .kpfl0g1p { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.g57n .s3wb0ig5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .g57n .yo2crd9 { grid-template-columns: 1fr 1fr; } .g57n .daveddyl { grid-column: 1 / -1; } }
@media (max-width: 480px) { .g57n .yo2crd9 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .mycs6ic .z1urjk85 { grid-template-columns: 1fr 1fr; } .mycs6ic .pnsu:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mycs6ic .z1urjk85 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .jwxdxs .z1urjk85 { grid-template-columns: 1fr; } }
.ka3o2y .vl74 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.pg2d .idw8p2      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.pg2d .yah3 { background: var(--bg-page); border-top-color: var(--border-alt); }
.tvgvv .idw8p2      { background: #0d1117; border-bottom-color: #21262d; }
.tvgvv .mlpeax { color: var(--accent-light); }
.tvgvv .rn4ub8 { --msep-color: #8b949e; }
.tvgvv .rn4ub8 a { color: #8b949e; }
.tvgvv .rn4ub8 a:hover { color: var(--accent-light); }
.tvgvv .nffg { color: #8b949e; }
.tvgvv .yah3 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.tvgvv .kpfl0g1p,
.tvgvv .s3wb0ig5 { color: #6e7681; }
.tvgvv .djvxf a, .tvgvv .qewc a,
.tvgvv .o8b03h { color: #e6edf3; }
.tvgvv .djvxf a:hover, .tvgvv .qewc a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .tvgvv .rn4ub8 { background: #0d1117; border-top-color: #21262d; }
  .tvgvv .rn4ub8 li a { border-bottom-color: #21262d; }
}
.p9epkzux .idw8p2      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.p9epkzux .mlpeax { color: var(--accent-light); }
.p9epkzux .rn4ub8 { --msep-color: #475569; }
.p9epkzux .rn4ub8 a { color: #475569; }
.p9epkzux .rn4ub8 a:hover { color: var(--accent-light); }
.p9epkzux .nffg { color: #64748b; }
.p9epkzux .yah3 { background: #f0f4f8; border-top-color: #cbd5e1; }
.p9epkzux .kpfl0g1p,
.p9epkzux .s3wb0ig5 { color: #64748b; }
.p9epkzux .djvxf a, .p9epkzux .qewc a,
.p9epkzux .cni2xc a, .p9epkzux .o8b03h { color: #374151; }
.p9epkzux .djvxf a:hover, .p9epkzux .qewc a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .p9epkzux .rn4ub8 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .p9epkzux .rn4ub8 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.xhnsud .idw8p2      { background: var(--accent); border-bottom-color: var(--accent-light); }
.xhnsud .mlpeax { color: #fff; }
.xhnsud .rn4ub8 { --msep-color: rgba(255,255,255,0.82); }
.xhnsud .rn4ub8 a { color: rgba(255,255,255,0.82); }
.xhnsud .rn4ub8 a:hover { color: #fff; }
.xhnsud .nffg { color: rgba(255,255,255,0.9); }
.xhnsud .x1vg a { color: var(--text-primary) !important; }
.xhnsud .x1vg a:hover { color: var(--accent-light) !important; }
.xhnsud .yah3 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.xhnsud .kpfl0g1p,
.xhnsud .s3wb0ig5 { color: rgba(255,255,255,0.72); }
.xhnsud .qjbv1 a, .xhnsud .i4stv a,
.xhnsud .djvxf a, .xhnsud .qewc a,
.xhnsud .cni2xc a, .xhnsud .o8b03h { color: #fff; }
.xhnsud .tm4l3yiz, .xhnsud .ny4n { color: rgba(255,255,255,0.7); }
.xhnsud .qjbv1 a:hover, .xhnsud .i4stv a:hover,
.xhnsud .djvxf a:hover, .xhnsud .qewc a:hover { color: #fff; }
@media (max-width: 640px) {
  .xhnsud .rn4ub8 { background: var(--accent); border-top-color: var(--accent-light); }
  .xhnsud .rn4ub8 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.lbda8 .idw8p2 {
  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);
}
.lbda8 .yah3 {
  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) {
  .lbda8 .rn4ub8 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.wsbehy3 .c13m06e { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.d6g8 .c13m06e { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ijtg .c13m06e { min-height: 72px; height: auto; }
.ys8sbwal .c13m06e { min-height: 84px; height: auto; }
.jkk2jcg8 .c13m06e { max-width: none; padding: 0 32px; }
.jkk2jcg8 .vl74  { max-width: none; padding: 24px 32px; }
.tsa8k.ufputf3 .c13m06e { max-width: 1200px; }
.tsa8k.i4yqv2 .c13m06e { max-width: 1320px; }
.ipd3182t   .mlpeax, .ipd3182t   .o8b03h { text-transform: capitalize; }
.mxv7x7b .mlpeax, .mxv7x7b .o8b03h { text-transform: lowercase; }
.mwa0fe2k .mlpeax, .mwa0fe2k .o8b03h { text-transform: uppercase; letter-spacing: 0.06em; }
.vknu9p, .b0tu {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.yynni .vknu9p,
.yynni .b0tu { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.fu8gpf7 .vknu9p,
.fu8gpf7 .b0tu { 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; }
.rp8hvb3f .vknu9p,
.rp8hvb3f .b0tu { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.b2q27u .vknu9p,
.b2q27u .b0tu { 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; }
.u3morb   .rn4ub8 a { font-weight: 500; }
.bnha9 .rn4ub8 a { font-weight: 600; }
.w0s6i     .rn4ub8 a { font-weight: 700; }
.cwrd    .rn4ub8 a { font-weight: 800; letter-spacing: 0.01em; }
.bj8wa     .rn4ub8 > li + li::before,
.ft400    .rn4ub8 > li + li::before,
.hd8m247    .rn4ub8 > li + li::before,
.srbe .rn4ub8 > li + li::before,
.yb2y33ap .rn4ub8 > li + li::before,
.jfbt0  .rn4ub8 > li + li::before,
.ejcte    .rn4ub8 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.bj8wa     .rn4ub8 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ft400    .rn4ub8 > li + li::before { content: "|"; }
.hd8m247    .rn4ub8 > li + li::before { content: "—"; }
.srbe .rn4ub8 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.yb2y33ap .rn4ub8 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.jfbt0  .rn4ub8 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ejcte    .rn4ub8 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .scbyw .nffg,
  .fii0p .nffg,
  .t1ku .nffg,
  .xlamiv .nffg,
  .xqc4n .nffg {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .scbyw .nffg::before,
  .fii0p .nffg::before,
  .t1ku .nffg::before,
  .xlamiv .nffg::before,
  .xqc4n .nffg::before { content: ""; display: block; flex-shrink: 0; }

  
  .scbyw .nffg::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;
  }

  
  .fii0p .nffg::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;
  }

  
  .t1ku .nffg::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;
  }

  
  .xlamiv .nffg::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;
  }

  
  .xqc4n .nffg::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) {
  .d0ash .nffg {
    padding: 5px 14px;
  }
  .d0ash .rn4ub8 {
    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;
  }
  .d0ash .rn4ub8 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .d0ash .rn4ub8 li a:hover { background: var(--bg-raised); }
  .d0ash .lxut,
  .rpebynhr .lxut,
  .jypvybv .lxut { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .r8w3p .nffg {
    padding: 5px 10px;
  }
  .r8w3p .rn4ub8 {
    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);
  }
  .r8w3p .rn4ub8.l0ff2 { transform: translateX(0); }
  .r8w3p .rn4ub8 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .r8w3p .rn4ub8 li:last-child a { border-bottom: none; }
  .xhnsud .rn4ub8,
  .tvgvv .rn4ub8 { background: var(--accent) !important; }
  .xhnsud .rn4ub8 li a,
  .tvgvv .rn4ub8 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .jypvybv .nffg {
    padding: 5px 10px;
  }
  .jypvybv .rn4ub8 {
    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);
  }
  .jypvybv .rn4ub8::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .jypvybv .rn4ub8.l0ff2 { transform: translateY(0); }
  .jypvybv .rn4ub8 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .z7spdxk .nffg {
    padding: 5px 10px;
  }
  .z7spdxk .rn4ub8 {
    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;
  }
  .z7spdxk .rn4ub8.l0ff2 { opacity: 1; pointer-events: auto; }
  .z7spdxk .rn4ub8 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ggt1e     .nffg { border-radius: 0 !important; }
  .pyjfb   .nffg { border-radius: 8px !important; }
  .qu83skai .nffg { border-radius: 50% !important; }
  .dp8fe   .nffg { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .j4ji .g3xljok9 { flex-direction: column; align-items: stretch; }
  .j4ji .h9ow { flex-direction: row; min-width: auto; }
  .j4ji .cnoa6 { align-items: flex-start; text-align: left; }
}
.gkzh6a80,
.gkzh6a80.ykaubob1,
.xn2g1px2 .gkzh6a80,
.atly8 .gkzh6a80,
.p7id7z .gkzh6a80,
.hsjs3 .gkzh6a80 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.c319lb {
  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;
}
.dzqyoty9 { flex: 1 1 280px; min-width: 0; }
.hkpul {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ni8cqsll {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.z29me6xw {
  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;
}
.z29me6xw:hover { transform: translateY(-1px); opacity: 0.95; }
.aos0py .c319lb {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.aos0py .hkpul { color: var(--cta); }
.aos0py .ni8cqsll { color: var(--text-body); }
.aos0py .z29me6xw {
  background: var(--cta) !important;
  color: #fff !important;
}
.dhsk34e .c319lb {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.dhsk34e .hkpul { color: var(--text-primary); }
.dhsk34e .ni8cqsll { color: var(--text-body); }
.dhsk34e .z29me6xw {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .c319lb {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .dzqyoty9 { flex: 0 0 auto; }
  .hkpul { font-size: 1.2rem; }
  .z29me6xw { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.mrsk .el5z { height: 36px; }
.ozkd .el5z { height: 60px; max-width: 200px; }
.bs5vf .el5z { height: 56px; max-width: 180px; }
.kjfqu15l    .x1pcm9, .kjfqu15l    .bsfky1ct { color: #f59e0b; }
.uli4w5      .x1pcm9 { font-size: 1rem; letter-spacing: 1.5px; }
.uli4w5      .bsfky1ct   { font-size: 1.35rem; }
.mkj2m    .x1pcm9, .mkj2m    .bsfky1ct { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.g09rlv     .x1pcm9, .g09rlv     .bsfky1ct { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.l7wqqr68 .x1pcm9, .l7wqqr68 .bsfky1ct { color: var(--cta); letter-spacing: 2px; }
.tn407e   .x1pcm9, .tn407e   .bsfky1ct { color: #e91e63; letter-spacing: 2px; }
.bet3un5  .x1pcm9, .bet3un5  .bsfky1ct { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.uacbir     .x1pcm9, .uacbir     .bsfky1ct { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.uuu2ai0 .txsc42 + .txsc42 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.gj844is7 .stof { padding: 18px 24px; min-height: 68px; }
.jbscx5 .un8p {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.jbscx5 .vjdx5j1p {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.amuq1b .txsc42 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.xdoa { counter-reset: cs-rank; }
.xdoa .stof { counter-increment: cs-rank; }
.xdoa .stof::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;
}
.mqe78l .xdoa { counter-reset: cs-rank; gap: 0; }
.mqe78l .stof {
  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;
}
.mqe78l .stof::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;
}
.mqe78l .ho3n4 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.mqe78l .ti9qf {
  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;
}
.mqe78l .elbvll { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.mqe78l .ho3n4 { min-width: 0; flex-direction: column; width: 100%; }
.mqe78l .zrprrhbk {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.mqe78l .x1pcm9 { color: var(--cta, var(--accent)); }
.mqe78l .r7ei90j { font-weight: 700; }
.mqe78l .txsc42 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.mqe78l .un8p {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.mqe78l .vjdx5j1p {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.mqe78l .my58t .vjdx5j1p { font-size: 1.3rem; color: var(--accent-light); }
.mqe78l .h1ichnsi {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.mqe78l .stof:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .mqe78l .xdoa {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .mqe78l .stof {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .mqe78l .stof { padding: 40px 16px 20px; }
  .mqe78l .txsc42 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .mqe78l .h1ichnsi { width: 100%; min-width: 0; }
}
.c0b8kb0x .xdoa { counter-reset: cs-rank; gap: 10px; }
.c0b8kb0x .stof {
  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);
}
.c0b8kb0x .stof::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);
}
.c0b8kb0x .ho3n4 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.c0b8kb0x .ti9qf {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.c0b8kb0x .elbvll { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.c0b8kb0x .zrprrhbk {
  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;
}
.c0b8kb0x .x1pcm9 { color: var(--cta, var(--accent)); }
.c0b8kb0x .txsc42 {
  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;
}
.c0b8kb0x .un8p {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.c0b8kb0x .vjdx5j1p { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.c0b8kb0x .my58t .vjdx5j1p { color: var(--accent-light); }
.c0b8kb0x .h1ichnsi {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.c0b8kb0x .stof:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .c0b8kb0x .stof {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .c0b8kb0x .stof::before {
    position: absolute; top: 14px; left: 14px;
  }
  .c0b8kb0x .ho3n4 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .c0b8kb0x .zrprrhbk { white-space: normal; text-align: center; font-size: 1.2rem; }
  .c0b8kb0x .txsc42 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .c0b8kb0x .h1ichnsi { width: 100%; min-width: 0; }
  .c0b8kb0x .x1pcm9 { min-width: 0; }
}
.nq84q .stof::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.r5ndxsv .fado {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.r5ndxsv .fado summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.r5ndxsv .fado p { padding: 0 2px 16px; }
.fyiif .fado { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.fyiif .fado summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.fyiif .fado summary::after { content: "›"; font-size: 1.2em; }
.fyiif .fado[open] summary::after { content: "‹"; }
.fyiif .fado p { padding: 10px 22px 4px; }
.wnuys .fado {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.wnuys .fado summary { color: var(--text-primary); padding-left: 16px; }
.wnuys .fado summary::after { content: "›"; font-size: 1.1em; }
.wnuys .fado[open] summary::after { content: "‹"; }
.wnuys .fado p { padding-left: 16px; }
.i10wrh .coezy { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.i10wrh .fado {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.i10wrh .fado:last-child { border-bottom: none; }
.i10wrh .fado summary { color: var(--text-primary); border-radius: 0; }
.i10wrh .fado summary::after { content: "›"; font-size: 1.1em; }
.i10wrh .fado[open] summary::after { content: "‹"; }
.y8cta .fado { overflow: hidden; }
.y8cta .fado summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.y8cta .fado summary::after { color: rgba(255,255,255,.75); }
.y8cta .fado[open] summary { border-radius: 0; }
.aykh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ew6fa {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.vkg4 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.olw6ix2a { color: var(--text-muted); font-size: 1.05rem; }
.jejb8 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.u8or { margin-bottom: 20px; }
.yt23ty {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.hhqtox0o {
  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;
}
.hhqtox0o:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.nxx5ff5 { resize: vertical; min-height: 130px; }
.m323ddp { width: 100%; margin-top: 8px; }
.hob5db {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.l3zdmsg5 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.yeck0es2 { color: var(--text-muted); line-height: 1.75; }
.vbco7gv { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.vbco7gv li { margin-bottom: 6px; }
.lx7s { max-width: 760px; margin: 0 auto; }
.daggdd { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.daggdd:last-child { border-bottom: none; }
.q38m { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.daggdd p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.daggdd ul.vbco7gv { margin: 0; }
.gyiev8 .q38m { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .gyiev8 { grid-template-columns: 1fr; gap: 10px; } }
.i9kp5 .q38m { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.qrwt2yfa .vbco7gv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .v7cqs { grid-template-columns: 1fr; } }
.ftqed { color: inherit; text-decoration: none; }
.ftqed:hover { color: var(--accent-light); text-decoration: underline; }
.s2oo { display: inline-block; line-height: 0; }
.m1yles { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ttqs9 { margin-bottom: 48px; }
.wpnat { max-width: 760px; margin: 0 auto; }
.pg49 { text-align: center; }
.h3kj { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.h3kj:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.j09k { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.h3kj p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.h3kj ul.vbco7gv { margin: 0; }
.lwsnb { color: var(--text-muted); line-height: 1.75; }
.pg49 .vbco7gv,
.wr1w2 .vbco7gv,
.oxrbkss .vbco7gv,
.zz6l .vbco7gv {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.pg49 .h3kj,
.wr1w2 .h3kj { text-align: left; }
.pg49 .j09k,
.wr1w2 .j09k { text-align: center; }
.vgqv7mv { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.d08gub { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.wbu3sb4 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ts5k213 { margin-top: 12px; }
.y6at { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.y6at:hover { border-bottom-color: var(--accent-light); }
.inbzf { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.inbzf img { width: 100%; height: 100%; object-fit: cover; display: block; }
.w49pb8 { width: 200px; height: 200px; }
.vmqosq { border-radius: 28%; }
.z83erce0 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.xu2w3in { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .n4o7ltbb { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.kksruw { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.kksruw .wbu3sb4, .kksruw .d08gub { max-width: 640px; }
.ves4p .vgqv7mv { font-size: 1.6rem; margin-top: 18px; }
.ubd2 .wbu3sb4 { margin-bottom: 28px; }
@media (max-width: 860px) { .rq4z { grid-template-columns: 1fr; } .ves4p { position: static; text-align: center; } }
.u97ztc .inbzf { margin: 0 auto 18px; }
.u97ztc .z83erce0 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .uxuzyz { grid-template-columns: 1fr; } }
.bc9x9ma .vgqv7mv { font-size: 1.6rem; margin-bottom: 6px; }
.zz6l .vbco7gv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .bc9x9ma { flex-direction: column; text-align: center; } .rcaf { grid-template-columns: 1fr; } }
.x4op6 .vgqv7mv { font-size: 1.35rem; margin: 0 0 4px; }
.x4op6 .z83erce0 { margin: 0; }
.h4lj .vkg4 { color: var(--accent-light); }
.jchty {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.jchty .vkg4 { font-size: 2rem; }
.jchty .olw6ix2a { max-width: 680px; }
.g3tj .vkg4 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.g3tj .olw6ix2a  { margin: 0; }
@media (max-width: 640px) { .g3tj { flex-direction: column; } }
.nfzp3bdr .vkg4 { color: var(--accent-light); }
.nhn6 .vkg4 { color: #fff; }
.nhn6 .olw6ix2a  { color: rgba(255,255,255,0.85); }
.sj0jxn9f { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .wajzsj { grid-template-columns: 1fr; } }
.fxsiwijd .hhqtox0o {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.fxsiwijd .hhqtox0o:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.k9sxa8vp .hhqtox0o { background: var(--bg-raised); border-color: transparent; }
.k9sxa8vp .hhqtox0o:focus { background: var(--bg-card); border-color: var(--accent-light); }
.sqqhd .hhqtox0o { border-radius: 100px; padding: 11px 20px; }
.sqqhd .nxx5ff5 { border-radius: 14px; }
@media (max-width: 640px) { .dw0pe { grid-template-columns: 1fr; } }
.omcmv{position:relative;overflow:visible}
.zlc6c .ks64t{display:block}
.rk6e5 .w6x0h63~.yvsgl7d,
.rk6e5 .w6x0h63~.yvsgl7d .tuf6arex,
.w6x0h63~.yvsgl7d,.enhfa~.yvsgl7d{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.w6x0h63~.yvsgl7d .tuf6arex{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.q7fi0 .tuf6arex{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.rieo7{--date-bg:var(--accent-bg-light)}
.th1tp9 .euvbo::before{content:""}
.k6oxks7{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.rs864{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.iy9hani{display:flex;flex-direction:column;gap:3px}
.mk686ad{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.kcknnf{font-weight:700;font-size:1rem;color:var(--text-heading)}
.p33qbqc9{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.k76edss .k6oxks7{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.cbom .k6oxks7{border-top:3px solid var(--accent);padding-top:18px}
.ciydfy .k6oxks7{border-left:3px solid var(--accent);border-radius:0}
.z921 .k6oxks7{padding:20px 0}
@media(max-width:640px){
  .k6oxks7{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .p33qbqc9{max-width:100%}
}
.im2aoz .psis{margin:0}
@media (max-width:560px){
  .vrvjgya{grid-template-columns:repeat(2,1fr);gap:12px}
}
.r3f5v58i {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.r3f5v58i.jat4m3 {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.seflet {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.seflet .rx1sm {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.seflet .rx1sm::before,
.seflet .rx1sm::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.seflet .rx1sm::before { transform: translate(-50%, -50%) rotate(45deg); }
.seflet .rx1sm::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.seflet .rx1sm:hover { background: rgba(0,0,0,0.12) !important; }
.yoiz7wem {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.o79z04ep {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.mgjmftf1 {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.xtju {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.seflet .h597mc4f {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.seflet .h597mc4f:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .seflet { padding: 28px 18px 20px; }
  .mgjmftf1 { font-size: 1.2rem; }
  .yoiz7wem { max-width: 220px; max-height: 80px; }
}
.z6yrx3z {
  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);
}
.k9u94blj {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.yvi4  .z6yrx3z { border-radius: 50%; }
.r4on  .z6yrx3z { border-radius: 6px; }
.hezkk .z6yrx3z { border-radius: 22px; }
.nondp .c319lb {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .z6yrx3z { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.px8o23 .ykaubob1 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.px8o23 .n4inv63n {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.px8o23 .c319lb {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.d7xehtt {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.d7xehtt.jat4m3 { transform: translate(-50%, 0); }
.d7xehtt .ykaubob1,
.d7xehtt .n4inv63n {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.d7xehtt .c319lb {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.b5zod {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.b5zod::before,
.b5zod::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.b5zod::before { transform: translate(-50%, -50%) rotate(45deg); }
.b5zod::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.b5zod:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .d7xehtt { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .d7xehtt .c319lb {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .d7xehtt .ni8cqsll { display: none !important; }
  .d7xehtt .hkpul { font-size: 1.1rem !important; }
  .d7xehtt .z6yrx3z { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .b5zod { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .c13m06e { flex-direction: row-reverse; }
[dir="rtl"] .rn4ub8 { flex-direction: row-reverse; }
[dir="rtl"] .vzi9gw  .di3ay9w { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .wfp5h .di3ay9w { right: auto; left: 20px; }
  [dir="rtl"] .vzi9gw  .di3ay9w { left: auto;  right: 20px; }
}
[dir="rtl"] .zsk1s7 .kmf80k  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .cpohz .kmf80k { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .w6x0h63,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .mgk5, [dir="rtl"] .ac85qe { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .tpbj1g { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .wab94h { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .dj7bol { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .c319lb { direction: rtl; }
[dir="rtl"] .z6yrx3z { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .stof,
[dir="rtl"] .nmd3 { direction: rtl; }
[dir="rtl"] .egm0l0l2 { direction: rtl; }
[dir="rtl"] .qhrc6d { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .na0dmit .ac85qe,
[dir="rtl"] .j4itf .ac85qe,
[dir="rtl"] .sbj0b .ac85qe,
[dir="rtl"] .pwg0h .ac85qe {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .na0dmit .ac85qe li::before,
[dir="rtl"] .j4itf .ac85qe li::before,
[dir="rtl"] .sbj0b .ac85qe li::before,
[dir="rtl"] .pwg0h .ac85qe li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .w6x0h63.rwq93 .jo5et { align-items: flex-end; text-align: right; }
[dir="rtl"] .w6x0h63.hzjqg .jo5et { text-align: center; }
[dir="rtl"] .w6x0h63 .jo5et { text-align: right; }
[dir="rtl"] .n4inv63n,
[dir="rtl"] .nhhm,
[dir="rtl"] .fdfqe,
[dir="rtl"] .jejb8,
[dir="rtl"] .yt23ty,
[dir="rtl"] .wbu3sb4,
[dir="rtl"] .hhqtox0o,
[dir="rtl"] .nxx5ff5 { text-align: right; direction: rtl; }
[dir="rtl"] .sqqhd .hhqtox0o,
[dir="rtl"] .fxsiwijd .hhqtox0o { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #479723;
  --brand:           #479723;
  --brand-light:     #407a26;
  --brand-pale:      #58963c;
  --grad-start:      #6fd342;
  --grad-end:        #98d67c;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #10b981;
  --cta-light:       #089768;
  --cta-hover:       #0b8059;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f3;
  --bg-raised:       #eff1ee;
  --bg-hover:        #f4f5f3;
  --border:          #e4e8e2;
  --border-alt:      #d3dcd0;
  --border-section:  #e4e8e2;
  --text-primary:    #181b17;
  --text-muted:      #565f52;
  --text-body:       #31362f;
  --text-sub:        #4a5246;
  --text-faint:      #7b8975;
  --text-dim:        #96a091;
  --text-label:      #636d5e;
  --text-value:      #3d443a;
  --accent-bg:       #e8f1e3;
  --accent-bg-light: #d5eacc;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #158d37;
  --c-cons:          #9f4121;
  --c-pros-label:    #19a842;
  --c-tip-border:    #1cb949;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #158d37;
}
:root { --logo-bg-opacity: 74%; }
body, button, input { font-family: "Nunito", sans-serif; }
.qeypkd63 .jihkdxi6, .qeypkd63 .w6x0h63 { min-height: 640px; }
.l2besf::before { content: '·'; font-size: 1.3em; line-height: 1; }