:root {
  --color-accent: #8b1296;
  --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;
}
.emmu {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.pnxw3vdb {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.m589s4zl {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.unq4x { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.gcywni0 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.gcywni0 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.gcywni0 a:hover { color: var(--accent-light); }
.tzd70   .eks1wa { border-radius: 0; }
.fhm3za2 .eks1wa li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .eks1wa {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .tyvjbv:hover .eks1wa,
  .tyvjbv:focus-within .eks1wa { display: block; }
  .eks1wa li a { padding: 8px 16px; font-size: 0.88rem; }
}
.mhu4lpb1 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.d4pai { display: none; }
@media (max-width: 640px) {
  .d4pai {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .d4pai.vn2jg { display: block; }
}
@media (max-width: 640px) {
  .mhu4lpb1 { display: block; }
  .gcywni0 > li + li::before { display: none !important; }
  .gcywni0 {
    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;
  }
  .gcywni0.vn2jg { display: flex; }
  .gcywni0 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .gcywni0 li:last-child a { border-bottom: none; }
}
.u8brgc10 { min-height: 480px; }
.luva {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.gi9ufe0 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.d7dhm .gi9ufe0 { margin-left: 0; margin-right: 0; }
.j9bvb {
  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;
}
.lu4x .j9bvb { margin-top: 24px; }
.j9bvb:hover { opacity: 0.88; }
.w34tcekr {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.ptjjx {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.w34tcekr .visw {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.w34tcekr .luva { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.w34tcekr .gi9ufe0 { color: #e2e8f0; }
.w34tcekr.tyo563d .visw { text-align: center; }
.w34tcekr.d7dhm   .visw { text-align: left; }
.sfn2k0xt .visw {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.sfn2k0xt .luva { color: var(--text-primary); text-shadow: none; }
.sfn2k0xt .gi9ufe0 { color: var(--text-muted); }
.sfn2k0xt .j9bvb { margin-top: 16px; }
.sfn2k0xt, .sfn2k0xt.u8brgc10 { min-height: auto !important; }
.sfn2k0xt.tyo563d .visw { text-align: center; }
.sfn2k0xt.d7dhm   .visw { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.vvg8re4 .w34tcekr .ptjjx {
  overflow: hidden;
}
.vvg8re4 .w34tcekr .ptjjx::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.b5g72 .yuj9q,
.b5g72 .hkem3o1 {
  position: relative; overflow: hidden;
}
.b5g72 .yuj9q::after,
.b5g72 .hkem3o1::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@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); }
}
.b5g72 .w34tcekr .ptjjx {
  overflow: hidden;
}
.b5g72 .w34tcekr .ptjjx::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.fxufca4 .w34tcekr .ptjjx {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.f9v7zk8 .w34tcekr .ptjjx {
  overflow: hidden;
}
.f9v7zk8 .w34tcekr .ptjjx::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.ayxjk .w34tcekr .ptjjx {
  animation: hg-breathe 10s ease-in-out infinite;
}
.yuj9q .ptjjx {
  background: none;
}
.yuj9q .luva { color: #fff; }
.yuj9q .gi9ufe0 { color: rgba(255,255,255,0.85); }
.yuj9q .j9bvb { background: #fff; color: var(--cta); }
.yuj9q .j9bvb:hover { opacity: 0.92; }
.b5g72 .w2bzgol { position: relative; overflow: hidden; }
.b5g72 .w2bzgol::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;
}
.w2bzgol .luva { text-shadow: none; color: var(--text-primary); }
.w2bzgol .gi9ufe0 { color: var(--text-muted); }
body.p3eet4a8 .luva {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.v1rm0psg .luva {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.u8brgc10.yuj9q .luva,
section.yuj9q .luva {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.w2bzgol.d7dhm   .go129nm { align-items: flex-start; text-align: left; }
.u8brgc10 .v70o0wn {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.v70o0wn .jxo4.hr6vzqa {
  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;
}
.v70o0wn .jxo4.hr6vzqa:hover { opacity: 0.85; }
.ydd1bo .visw { padding-bottom: 24px; }
.lu4x .visw { max-width: 1100px; }
@media (max-width: 700px) {
  .w2bzgol { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .w2bzgol:not(.nk7g) .qa2mzq9 { display: none !important; }
  .nk7g .qa2mzq9 { padding: 16px; }
  .go129nm  { padding: 36px 24px; }
  .w2bzgol~.js3n,.vh17hnl~.js3n{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .u8brgc10, .w2bzgol { min-height: 320px !important; }
  .luva { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .t2zioe1y,
  .xl39ug,
  .tcu7 { grid-template-columns: 1fr !important; }

  

  
  .ydd1bo { display: flex !important; flex-direction: column !important; }
  .ydd1bo .visw { display: contents; }
  .ydd1bo .ptjjx { order: 0; }
  .ydd1bo .luva { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ydd1bo .t2zioe1y { order: 2; padding: 0 16px 12px !important; }
  .ydd1bo .gi9ufe0 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .lu4x .visw { display: flex; flex-direction: column; }
  .lu4x .visw .luva { order: 1; }
  .lu4x .visw .tcu7 { order: 2; margin: 8px 0 24px !important; }
  .lu4x .visw .gi9ufe0 { order: 3; }
  .lu4x .visw .j9bvb { order: 4; align-self: center; margin-top: 0; }

  
  .w2bzgol.nk7g {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .w2bzgol.nk7g .go129nm { display: contents; padding: 0; }
  .w2bzgol.nk7g .go129nm .luva { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .w2bzgol.nk7g .qa2mzq9 { order: 2; padding: 12px 16px; }
  .w2bzgol.nk7g .go129nm .gi9ufe0 { order: 3; padding: 0 24px; margin: 0 auto; }
  .w2bzgol.nk7g .go129nm .j9bvb { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ki3pq1 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.rfuga { width: 100%; height: auto; display: block; border-radius: 10px; }
.yx56s8n5 .ki3pq1        { border-radius: 16px; }
.yx56s8n5 .rfuga  { border-radius: 16px; }
.io5ybi .ki3pq1         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.io5ybi .rfuga   { border-radius: 8px; }
.nfgafcg { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.wtfv { width: 100%; padding: 32px 0; position: relative; }
.e8te { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.whftr .wtfv:nth-child(even) { background: var(--bg-surface); }
.whftr .wtfv:nth-child(odd)  { background: var(--bg-page); }
.pa8nf .wtfv:nth-child(even) { background: var(--bg-card); }
.pa8nf .wtfv:nth-child(odd)  { background: var(--bg-page); }
.whftr .wtfv:nth-child(odd)  .e8te { background: var(--bg-card); border-radius: 6px; }
.whftr .wtfv:nth-child(even) .e8te { background: var(--bg-raised); border-radius: 6px; }
.pa8nf .wtfv:nth-child(odd)  .e8te { background: var(--bg-card); border-radius: 6px; }
.pa8nf .wtfv:nth-child(even) .e8te { background: var(--bg-raised); border-radius: 6px; }
.whftr .wtfv:nth-child(even) .b2wkrr .ui7147,
.pa8nf .wtfv:nth-child(even) .b2wkrr .ui7147 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.whftr .wtfv:nth-child(odd) .b2wkrr .ui7147,
.pa8nf .wtfv:nth-child(odd) .b2wkrr .ui7147 { background: var(--bg-card-inner); }
.whftr .wtfv:nth-child(even) .puelob .ui7147:nth-child(odd),
.pa8nf .wtfv:nth-child(even) .puelob .ui7147:nth-child(odd)  { background: var(--bg-card); }
.whftr .wtfv:nth-child(even) .puelob .ui7147:nth-child(even),
.pa8nf .wtfv:nth-child(even) .puelob .ui7147:nth-child(even) { background: var(--bg-card-inner); }
h1.touw { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.touw {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.fr7e { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.hd0mdopp h2.touw {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.gfdz6u h2.touw {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.bmvtts h2.touw {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.bty24z8 h2.touw::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.lyw2 h2.touw {
  color: var(--text-primary); font-size: 1.7rem;
}
.gppd h2.touw::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.qrfeu h2.touw {
  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;
}
.zeeryf { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .zeeryf { display: none; } }
.ymnd1 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.fd4e { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.n9fhb7p {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.juu0ehyl { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ktk5 { padding-left: 20px; }
.ktk5 li { margin-bottom: 6px; }
.ktk5 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ktk5 a:hover { color: var(--accent-light); }
.v1q10q9 .juu0ehyl { display: none; }
.cvm36r .juu0ehyl { display: none; }
.cvm36r .ktk5 { padding-left: 0; list-style: none; }
.cvm36r .ktk5 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.cvm36r .ktk5 a { font-size: 0.92rem; }
.khud2vr .n9fhb7p { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.khud2vr .juu0ehyl { display: none; }
.khud2vr .ktk5 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.khud2vr .ktk5 li { margin-bottom: 0; }
.khud2vr .ktk5 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;
}
.khud2vr .ktk5 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ttewe .n9fhb7p { padding: 20px 20px 16px; }
.ttewe .ktk5 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ttewe .ktk5 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ttewe .ktk5 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;
}
.ttewe .ktk5 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;
}
.ttewe .ktk5 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ttewe .ktk5 a:focus,
.ttewe .ktk5 a:focus-visible,
.ttewe .ktk5 a:target { outline: none; }
.ttewe .ktk5 li:target a { border-color: var(--border); color: var(--text-muted); }
.mz09v9w .n9fhb7p { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.mz09v9w .juu0ehyl { display: none; }
.mz09v9w .ktk5 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.mz09v9w .ktk5 li { margin-bottom: 0; }
.mz09v9w .ktk5 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.mz09v9w .ktk5 li:last-child::after { content: ""; margin-right: 0; }
.mz09v9w .ktk5 a { font-size: 0.9rem; }
.ui7147 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.b2wkrr .ui7147 { background: var(--bg-card); }
.puelob .ui7147:nth-child(odd)  { background: var(--bg-card); }
.puelob .ui7147:nth-child(even) { background: var(--bg-raised); }
.s2m3n2n .ui7147 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.s2m3n2n .ui7147:last-child { border-bottom: none; }
.s2m3n2n h3.fr7e { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.t12y .ui7147 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.t12y .ui7147 + .ui7147 { margin-top: 4px; }
.uw4o8b .ui7147 { background: none; border-radius: 0; padding: 12px 0; }
.uw4o8b .ui7147 + .ui7147 { border-top: 1px solid var(--border-section); }
.oep6q { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.gsto51q { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.tji26 { color: var(--text-body); margin-bottom: 10px; }
.v120n, .v5yy { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.v120n li, .v5yy li { margin-bottom: 6px; }
.v5yy li { list-style: decimal; }
.lea9575     .v120n { list-style-type: "● "; }
.yb1cpg  .v120n { list-style-type: "■ "; }
.c1k1o5m .v120n { list-style-type: "◆ "; }
.hlqx9p5v    .v120n { list-style-type: "★ "; }
.lea9575     .h54e1hm8 { list-style-type: "● "; }
.yb1cpg  .h54e1hm8 { list-style-type: "■ "; }
.c1k1o5m .h54e1hm8 { list-style-type: "◆ "; }
.hlqx9p5v    .h54e1hm8 { list-style-type: "★ "; }
.lea9575    .v120n li::marker, .lea9575    .h54e1hm8 li::marker,
.yb1cpg .v120n li::marker, .yb1cpg .h54e1hm8 li::marker,
.c1k1o5m .v120n li::marker, .c1k1o5m .h54e1hm8 li::marker,
.hlqx9p5v   .v120n li::marker, .hlqx9p5v   .h54e1hm8 li::marker {
  color: var(--cta); font-size: 1em;
}
.lea9575 .v5yy,
.yb1cpg .v5yy,
.c1k1o5m .v5yy,
.hlqx9p5v .v5yy {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.lea9575 .v5yy li,
.yb1cpg .v5yy li,
.c1k1o5m .v5yy li,
.hlqx9p5v .v5yy li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.lea9575 .v5yy li::before,
.yb1cpg .v5yy li::before,
.c1k1o5m .v5yy li::before,
.hlqx9p5v .v5yy 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;
}
.lea9575     .v5yy li::before { border-radius: 50%; }
.yb1cpg  .v5yy li::before { border-radius: 3px; }
.c1k1o5m .v5yy li::before { border-radius: 3px; }
.hlqx9p5v    .v5yy li::before { border-radius: 50%; }
.mg35fc7j { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.nmgdo .mg35fc7j,
.tbnyj00j .mg35fc7j { background: transparent; border: none; border-radius: 0; }
.uek430i { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.uek430i th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.uek430i td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.uek430i tr:hover td { background: var(--bg-hover); }
.ryo1by .uek430i tbody tr:nth-child(even) td { background: var(--bg-surface); }
.dt10dtx .uek430i { border: 1px solid var(--border-alt); }
.dt10dtx .uek430i th,
.dt10dtx .uek430i td { border: 1px solid var(--border-alt); }
.qdfhbsg .uek430i th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.qdfhbsg .uek430i td { border-bottom: none; }
.qdfhbsg .uek430i tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.kjvi .uek430i th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.z1sex .mg35fc7j {
  overflow: hidden;
}
.z1sex .uek430i th { border-bottom: 1px solid var(--border-alt); }
.z1sex .uek430i tr:last-child td { border-bottom: none; }
.sbldot { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.fasaa { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.wbxb7dii { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.rggh { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.p0jx { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.h54e1hm8 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.h54e1hm8 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%}
.adb0amy .rggh { background: transparent; text-align: center; }
.ldrga7 .wbxb7dii {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.mkrx45 .wbxb7dii {
  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);
}
.j8yiap .fasaa { display: grid; grid-template-columns: auto 1fr; }
.j8yiap .wbxb7dii {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.j8yiap .rggh { grid-column: 2; }
.j8yiap .p0jx,
.j8yiap .h54e1hm8 { grid-column: 1 / -1; }
.haua6 .fasaa { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.haua6 .wbxb7dii {
  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);
}
.haua6 .rggh { grid-column: 2; }
.haua6 .p0jx,
.haua6 .h54e1hm8 { grid-column: 1 / -1; }
.rbpo .fasaa { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.rbpo .rggh { background: none; color: var(--accent-light); font-weight: 700; }
.yzayfnp8 .fasaa { 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); }
.yzayfnp8 .rggh { background: none; color: var(--accent-light); font-weight: 700; }
.occkjzad .fasaa { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.occkjzad .fasaa:last-child { border-bottom: none; }
.occkjzad .rggh { background: none; color: var(--accent-light); font-weight: 700; }
.ype97gm3 .fasaa { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.ype97gm3 .rggh { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.caq9 .sbldot { counter-reset: card-n; }
.caq9 .fasaa  { counter-increment: card-n; }
.caq9 .rggh { display: flex; align-items: center; gap: 10px; }
.caq9 .rggh::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;
}
.ao5f7c9 .fasaa { background: var(--bg-surface); border: 1px solid var(--border); }
.ao5f7c9 .rggh { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.qao1 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.m5kpo7  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.e4jsx { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.cts5898t { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.qao1 strong { color: var(--text-primary); font-size: 0.95rem; }
.qao1 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.rfuga { width: 100%; height: auto; border-radius: 10px; display: block; }
.hr6vzqa {
  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;
}
.hr6vzqa:hover { opacity: 0.85; }
.f7b13fzq .hr6vzqa  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.f7b13fzq .hr6vzqa:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.w1jc .hr6vzqa  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.w1jc .hr6vzqa:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vd3gb .j9bvb { border-radius: 50px; }
.vd3gb .hr6vzqa  { border-radius: 50px; }
.tzkxc .j9bvb { padding-left: 22px; padding-right: 22px; }
.tzkxc .hr6vzqa  { padding-left: 12px; padding-right: 12px; }
.jvcxn .j9bvb { padding-left: 44px; padding-right: 44px; }
.jvcxn .hr6vzqa  { padding-left: 24px; padding-right: 24px; }
.q1tig5wv .j9bvb { padding-left: 56px; padding-right: 56px; }
.q1tig5wv .hr6vzqa  { padding-left: 32px; padding-right: 32px; }
.x784j   .j9bvb::after, .x784j   .hr6vzqa::after,
.p7agb8u .j9bvb::after, .p7agb8u .hr6vzqa::after,
.cmb2k0h    .j9bvb::after, .cmb2k0h    .hr6vzqa::after,
.ub0k    .j9bvb::after, .ub0k    .hr6vzqa::after,
.vlzfe2wq    .j9bvb::after, .vlzfe2wq    .hr6vzqa::after,
.p135rgq1     .j9bvb::after, .p135rgq1     .hr6vzqa::after,
.cz131v9    .j9bvb::after, .cz131v9    .hr6vzqa::after,
.chqi   .j9bvb::after, .chqi   .hr6vzqa::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;
}
.x784j .j9bvb::after, .x784j .hr6vzqa::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");
}
.p7agb8u .j9bvb::after, .p7agb8u .hr6vzqa::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");
}
.cmb2k0h .j9bvb::after, .cmb2k0h .hr6vzqa::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");
}
.ub0k .j9bvb::after, .ub0k .hr6vzqa::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");
}
.vlzfe2wq .j9bvb::after, .vlzfe2wq .hr6vzqa::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");
}
.p135rgq1 .j9bvb::after, .p135rgq1 .hr6vzqa::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");
}
.cz131v9 .j9bvb::after, .cz131v9 .hr6vzqa::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");
}
.chqi .j9bvb::after, .chqi .hr6vzqa::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");
}
.wr211   .ifvaxfz3::after, .wr211   .lp2t::after,
.lvfrmba .ifvaxfz3::after, .lvfrmba .lp2t::after,
.znkguv    .ifvaxfz3::after, .znkguv    .lp2t::after,
.sgpd    .ifvaxfz3::after, .sgpd    .lp2t::after,
.cw5ey    .ifvaxfz3::after, .cw5ey    .lp2t::after,
.nwsac4     .ifvaxfz3::after, .nwsac4     .lp2t::after,
.gyc8gu20    .ifvaxfz3::after, .gyc8gu20    .lp2t::after,
.accp   .ifvaxfz3::after, .accp   .lp2t::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;
}
.wr211 .ifvaxfz3::after, .wr211 .lp2t::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");
}
.lvfrmba .ifvaxfz3::after, .lvfrmba .lp2t::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");
}
.znkguv .ifvaxfz3::after, .znkguv .lp2t::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");
}
.sgpd .ifvaxfz3::after, .sgpd .lp2t::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");
}
.cw5ey .ifvaxfz3::after, .cw5ey .lp2t::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");
}
.nwsac4 .ifvaxfz3::after, .nwsac4 .lp2t::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");
}
.gyc8gu20 .ifvaxfz3::after, .gyc8gu20 .lp2t::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");
}
.accp .ifvaxfz3::after, .accp .lp2t::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");
}
.r9zn .sabp9   { background: rgba(128,128,128,.12); }
.jxo4.hr6vzqa {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .yo34ey1 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .yo34ey1::before    { grid-area: rank;   }
  .w1cu           { grid-area: ident;  }
  .xvifgw     { grid-area: rating; min-width: 0; width: auto; }
  .vrahfqw           { grid-area: pills;  }
  .jxo4             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .yo34ey1 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .yo34ey1::before    { justify-self: center; }
  .w1cu           { width: 100%; }
  .xvifgw     { justify-self: center; }
  .vrahfqw           { grid-template-columns: 1fr; }
}
.w7f2m1hd .cu96xtu9 li::before { content: "→"; }
.w7f2m1hd .qw30 li::before { content: "–"; }
@media (min-width: 860px) {
  .yhq8 .nvmeu {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .yhq8 .m9ii5 { margin: 0; }
}
.dnvkye45 .eoyxcg { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.dnvkye45 .t2pf8 h3 { color: var(--accent-light); }
.dnvkye45 .jxq60u { background: var(--bg-page); border: 1px solid var(--border); }
@media (max-width: 720px) {
  .rv35a { grid-template-columns: 1fr; }
  .rjsobj { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .rjsobj .pape4aiy { width: 72px; height: 50px; }
  .rjsobj .ys0dp { max-width: 180px; }
  .rjsobj .xpeu5gt { width: auto; }
}
@media (max-width: 720px) {
  .lf1yf4o1 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .tqxht { padding: 16px; }
  .yfbm .b8uwqqu { min-width: 50%; }
}
@media (max-width: 860px) {
  .ka6dzua { grid-template-columns: 1fr; }
  .bhr3osp { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ilmhw { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .xy7tyd4 { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .gfc62h { flex-direction: column; align-items: stretch; }
}
.opcud .xpeu5gt .hr6vzqa { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .h7s0v0bb { flex-direction: column; align-items: stretch; gap: 10px; }
  .opcud .xpeu5gt { text-align: center; }
}
@media (max-width: 720px) {
  .v08mp1 { grid-template-columns: 1fr; }
  .hyxzqs1s { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .f04vjb7f { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .a4pqc { grid-template-columns: 1fr; }
  .kn6h7y { width: 100px; height: 100px; margin: 16px auto; }
  .n5vl { font-size: 1.4rem; }
  .o7zja54y { justify-content: center; }
  .ihq8igl .b8uwqqu { min-width: 50%; }
}
@media (max-width: 540px) {
  .mqucihmt { flex-wrap: wrap; padding: 14px 16px; }
  .ezswp { padding: 12px 16px; }
  .m3dlks0 .e2z3 { margin: 0 16px; }
  .m3dlks0 .lxw97 { padding: 0 16px; }
  .gzzyf9 { padding: 12px 16px; }
}
.f57wb .ggz0543 { gap: 0; }
.f57wb .yo34ey1 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.f57wb .yo34ey1:last-child { border-bottom: none; }
.f57wb .yo34ey1:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.f57wb .yo34ey1:nth-child(even):hover { background: var(--bg-hover); }
.cdwi8lu .g6ao0sa,
.cdwi8lu .fc7si6y,
.cdwi8lu .fc7si6y { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.cdwi8lu .fc7si6y small { display: none; }
.cdwi8lu .deztg0h .mz2izii,
.cdwi8lu .deztg0h strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.cdwi8lu .cy3xww52 { display: none; }
.ay9k { margin: 16px 0; }
.b2877 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.b2877 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.b2877 summary::after { content: "+"; color: var(--accent-light); }
.b2877[open] summary::after { content: "−"; }
.b2877 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.wtfv { margin-bottom: 0; }
.fbteq h2.touw { color: var(--text-primary); border-color: var(--accent-light); }
.vpjzh77c h2.touw { color: var(--text-primary); border-color: var(--accent-light); }
.a4sgg8 .m5kpo7     { background: #052e16; border-color: #10b981; }
.a4sgg8 .x73wg7v { background: #2d0a1e; border-color: #f43f5e; }
.a4sgg8 .e4jsx    { background: #1e1036; border-color: #a855f7; }
.a4sgg8 .qao1 strong  { color: #f1f5f9; }
.a4sgg8 .qao1 p       { color: #cbd5e1; }
.a4sgg8 .ge1o1f    .m5kpo7     .cts5898t::before,
.a4sgg8 .crmjij8  .m5kpo7     .cts5898t::before,
.a4sgg8 .wl45q3  .m5kpo7     .cts5898t::before,
.a4sgg8 .o73jfu .m5kpo7     .cts5898t::before { color: #10b981; }
.a4sgg8 .ge1o1f    .x73wg7v .cts5898t::before,
.a4sgg8 .crmjij8  .x73wg7v .cts5898t::before,
.a4sgg8 .wl45q3  .x73wg7v .cts5898t::before,
.a4sgg8 .o73jfu .x73wg7v .cts5898t::before { color: #f43f5e; }
.a4sgg8 .ge1o1f    .e4jsx    .cts5898t::before,
.a4sgg8 .crmjij8  .e4jsx    .cts5898t::before,
.a4sgg8 .wl45q3  .e4jsx    .cts5898t::before,
.a4sgg8 .o73jfu .e4jsx    .cts5898t::before { color: #a855f7; }
.zds0t .m5kpo7     { background: #2d2000; border-color: #eab308; }
.zds0t .e4jsx    { background: #2d1600; border-color: #f97316; }
.zds0t .qao1 strong  { color: #f1f5f9; }
.zds0t .qao1 p       { color: #cbd5e1; }
.zds0t .ge1o1f    .m5kpo7     .cts5898t::before,
.zds0t .crmjij8  .m5kpo7     .cts5898t::before,
.zds0t .wl45q3  .m5kpo7     .cts5898t::before,
.zds0t .o73jfu .m5kpo7     .cts5898t::before { color: #eab308; }
.zds0t .ge1o1f    .x73wg7v .cts5898t::before,
.zds0t .crmjij8  .x73wg7v .cts5898t::before,
.zds0t .wl45q3  .x73wg7v .cts5898t::before,
.zds0t .o73jfu .x73wg7v .cts5898t::before { color: #ef4444; }
.zds0t .ge1o1f    .e4jsx    .cts5898t::before,
.zds0t .crmjij8  .e4jsx    .cts5898t::before,
.zds0t .wl45q3  .e4jsx    .cts5898t::before,
.zds0t .o73jfu .e4jsx    .cts5898t::before { color: #f97316; }
.gjgodjxr .m5kpo7     { background: #0c1a2e; border-color: #38bdf8; }
.gjgodjxr .e4jsx    { background: #0a2020; border-color: #2dd4bf; }
.gjgodjxr .qao1 strong  { color: #f1f5f9; }
.gjgodjxr .qao1 p       { color: #cbd5e1; }
.gjgodjxr .ge1o1f    .m5kpo7     .cts5898t::before,
.gjgodjxr .crmjij8  .m5kpo7     .cts5898t::before,
.gjgodjxr .wl45q3  .m5kpo7     .cts5898t::before,
.gjgodjxr .o73jfu .m5kpo7     .cts5898t::before { color: #38bdf8; }
.gjgodjxr .ge1o1f    .x73wg7v .cts5898t::before,
.gjgodjxr .crmjij8  .x73wg7v .cts5898t::before,
.gjgodjxr .wl45q3  .x73wg7v .cts5898t::before,
.gjgodjxr .o73jfu .x73wg7v .cts5898t::before { color: #818cf8; }
.gjgodjxr .ge1o1f    .e4jsx    .cts5898t::before,
.gjgodjxr .crmjij8  .e4jsx    .cts5898t::before,
.gjgodjxr .wl45q3  .e4jsx    .cts5898t::before,
.gjgodjxr .o73jfu .e4jsx    .cts5898t::before { color: #2dd4bf; }
.aysz0 .m5kpo7     { background: var(--accent-bg); border-color: var(--accent-light); }
.aysz0 .e4jsx    { background: var(--accent-bg); border-color: var(--accent-pale); }
.aysz0 .ge1o1f    .cts5898t::before,
.aysz0 .crmjij8  .cts5898t::before,
.aysz0 .wl45q3  .cts5898t::before,
.aysz0 .o73jfu .cts5898t::before { color: var(--accent-light) !important; }
.pxblhzy6 .f5r82rh ul li,
.pxblhzy6 .cu96xtu9 li         { color: #4ade80; }
.pxblhzy6 .f5r82rh .tgy1 { color: #22c55e; }
.pxblhzy6 .vw95v ul li,
.pxblhzy6 .qw30 li         { color: #f87171; }
.pxblhzy6 .vw95v .v81z { color: #ef4444; }
.w7f2m1hd .tgy1::before { content: "→ "; }
.w7f2m1hd .v81z::before { content: "← "; }
.jx9ozm1z .qao1 { background: transparent; border-left: none; border: 1.5px solid; }
.jx9ozm1z .m5kpo7     { border-color: var(--c-tip-border); }
.jx9ozm1z .e4jsx    { border-color: #60a5fa; }
.jx9ozm1z .qao1 strong { color: var(--text-primary); }
.jx9ozm1z .qao1 p      { color: var(--text-muted); }
.zyhxftc0 .qao1 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.zyhxftc0 .m5kpo7     { border-top-color: var(--c-tip-border); }
.zyhxftc0 .e4jsx    { border-top-color: #60a5fa; }
.jh6jia .qao1 { border-left: none; border-radius: 8px; }
.jh6jia .m5kpo7     { background: #065f46; }
.jh6jia .e4jsx    { background: #1e3a8a; }
.jh6jia .qao1 strong,
.jh6jia .qao1 p { color: #fff; }
.jh6jia .cts5898t::before { color: rgba(255,255,255,0.85) !important; }
.a4sgg8.jh6jia .m5kpo7,
.a4sgg8 .jh6jia .m5kpo7     { background: #052e16; }
.a4sgg8.jh6jia .x73wg7v,
.a4sgg8 .jh6jia .x73wg7v { background: #2d0a1e; }
.a4sgg8.jh6jia .e4jsx,
.a4sgg8 .jh6jia .e4jsx    { background: #1e1036; }
.zds0t.jh6jia .m5kpo7,
.zds0t .jh6jia .m5kpo7      { background: #2d2000; }
.zds0t.jh6jia .e4jsx,
.zds0t .jh6jia .e4jsx     { background: #2d1600; }
.gjgodjxr.jh6jia .m5kpo7,
.gjgodjxr .jh6jia .m5kpo7      { background: #0c1a2e; }
.gjgodjxr.jh6jia .e4jsx,
.gjgodjxr .jh6jia .e4jsx     { background: #0a2020; }
.wpkoey2 .qao1 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.wpkoey2 .m5kpo7     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.wpkoey2 .e4jsx    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.wpkoey2 .qao1 strong { color: var(--text-primary); }
.wpkoey2 .qao1 p      { color: var(--text-muted); }
.w0to .qao1 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ge1o1f .cts5898t,
.crmjij8 .cts5898t,
.wl45q3 .cts5898t,
.o73jfu .cts5898t { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ge1o1f .cts5898t::before,
.crmjij8 .cts5898t::before,
.wl45q3 .cts5898t::before,
.o73jfu .cts5898t::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ge1o1f .m5kpo7     .cts5898t::before { content: "✦"; color: var(--c-tip-border); }
.ge1o1f .x73wg7v .cts5898t::before { content: "▲"; color: var(--c-warn-border); }
.ge1o1f .e4jsx    .cts5898t::before { content: "◉"; color: #60a5fa; }
.crmjij8 .m5kpo7     .cts5898t::before { content: "★"; color: var(--c-tip-border); }
.crmjij8 .x73wg7v .cts5898t::before { content: "◆"; color: var(--c-warn-border); }
.crmjij8 .e4jsx    .cts5898t::before { content: "●"; color: #60a5fa; }
.wl45q3 .m5kpo7     .cts5898t::before { content: "▶"; color: var(--c-tip-border); }
.wl45q3 .x73wg7v .cts5898t::before { content: "■"; color: var(--c-warn-border); }
.wl45q3 .e4jsx    .cts5898t::before { content: "▸"; color: #60a5fa; }
.o73jfu .m5kpo7     .cts5898t::before { content: "→"; color: var(--c-tip-border); }
.o73jfu .x73wg7v .cts5898t::before { content: "⬥"; color: var(--c-warn-border); }
.o73jfu .e4jsx    .cts5898t::before { content: "◈"; color: #60a5fa; }
.mjefuf8 .b2wkrr .ui7147,
.mjefuf8 .puelob .ui7147  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.mjefuf8 .fasaa                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.mjefuf8 .mg35fc7j          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.mjefuf8 .n9fhb7p                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.heat2khn .b2wkrr .ui7147,
.heat2khn .puelob .ui7147,
.heat2khn .fasaa,
.heat2khn .yo34ey1,
.heat2khn .m9ii5,
.heat2khn .mg35fc7j,
.heat2khn .n9fhb7p,
.heat2khn .w0to .qao1 { box-shadow: none; }
.wnb3   body, .wnb3   { font-size: 0.9rem; }
.wnb3   .tji26, .wnb3 .oep6q, .wnb3 .gsto51q,
.wnb3   .ymnd1, .wnb3 .fd4e { font-size: 0.9rem; }
.wnb3   .v120n, .wnb3 .v5yy { font-size: 0.9rem; }
.ttf5kubw   .tji26, .ttf5kubw .oep6q, .ttf5kubw .gsto51q,
.ttf5kubw   .ymnd1, .ttf5kubw .fd4e { font-size: 0.95rem; }
.ttf5kubw   .v120n, .ttf5kubw .v5yy { font-size: 0.95rem; }
.yr4etl   .tji26, .yr4etl .oep6q, .yr4etl .gsto51q,
.yr4etl   .ymnd1, .yr4etl .fd4e { font-size: 1.08rem; }
.yr4etl   .v120n, .yr4etl .v5yy { font-size: 1.05rem; }
.yr4etl   .uek430i { font-size: 0.97rem; }
.l5g1z082 .luva      { font-size: 3.2rem; }
.l5g1z082 h2.touw { font-size: 1.9rem; }
.l5g1z082 h3.fr7e     { font-size: 1.4rem; }
.xrie .luva      { font-size: 3.8rem; }
.xrie h2.touw { font-size: 2.2rem; }
.xrie h3.fr7e     { font-size: 1.6rem; }
.wtfv + .wtfv { position: relative; }
.uqmbta   .wtfv + .wtfv::before,
.i77a  .wtfv + .wtfv::before,
.wgmx3wqx   .wtfv + .wtfv::before,
.suj5f6   .wtfv + .wtfv::before,
.wvr2ezu   .wtfv + .wtfv::before,
.ovu3yzw .wtfv + .wtfv::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.uqmbta .wtfv + .wtfv::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.i77a .wtfv + .wtfv::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.wgmx3wqx .wtfv + .wtfv::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;
}
.suj5f6 .wtfv + .wtfv::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.dfckf2 .wtfv { margin-bottom: 16px; }
.dfckf2 .wtfv + .wtfv { margin-top: 0; }
.dfckf2 .e8te { padding-top: 0; padding-bottom: 0; }
.wvr2ezu .wtfv + .wtfv::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ovu3yzw .wtfv + .wtfv::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.xhh50c .wtfv + .wtfv::before,
.hgirm7 .wtfv + .wtfv::before,
.jjz05eoy .wtfv + .wtfv::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%;
}
.whftr .xhh50c .wtfv:nth-child(even)::before,
.whftr .hgirm7 .wtfv:nth-child(even)::before,
.whftr .jjz05eoy .wtfv:nth-child(even)::before { background: var(--bg-surface); }
.pa8nf .xhh50c .wtfv:nth-child(even)::before,
.pa8nf .hgirm7 .wtfv:nth-child(even)::before,
.pa8nf .jjz05eoy .wtfv:nth-child(even)::before { background: var(--bg-card); }
.xhh50c .wtfv + .wtfv::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");
}
.hgirm7 .wtfv + .wtfv::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");
}
.jjz05eoy .wtfv + .wtfv::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");
}
.chg874 .w34tcekr,
.zdnz6ne2 .w34tcekr,
.ojgc .w34tcekr { overflow: hidden; }
.chg874 .visw,
.zdnz6ne2 .visw { margin-bottom: 60px; }
.ojgc .visw { margin-bottom: 70px; }
.chg874 .w34tcekr::before,
.zdnz6ne2 .w34tcekr::before,
.ojgc .w34tcekr::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.chg874 .w34tcekr::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");
}
.zdnz6ne2 .w34tcekr::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");
}
.ojgc .w34tcekr::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.jqa5vxt .w34tcekr:not(.yuj9q) .ptjjx { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.lhffgil .w34tcekr:not(.yuj9q) .ptjjx { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.tbnkxu2z  .w34tcekr:not(.yuj9q) .ptjjx { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gq7vs8  .w34tcekr:not(.yuj9q) .ptjjx { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gfod9zbf .yuj9q .ptjjx { background: none; }
.gfod9zbf .w34tcekr:not(.yuj9q) .ptjjx { background: rgba(0,0,0,0.6); }
.wwqoj8bn .ki3pq1 { float: left; width: 38%; margin: 0 28px 16px 0; }
.wwqoj8bn .ki3pq1 .rfuga { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wwqoj8bn .e8te::after { content: ''; display: block; clear: both; }
.p1w1z .ki3pq1 { float: right; width: 38%; margin: 0 0 16px 28px; }
.p1w1z .ki3pq1 .rfuga { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.p1w1z .e8te::after { content: ''; display: block; clear: both; }
.j0yi6 .wtfv:nth-child(odd)  .ki3pq1 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.j0yi6 .wtfv:nth-child(even) .ki3pq1 { float: right; width: 38%; margin: 0 0 16px 28px; }
.j0yi6 .ki3pq1 .rfuga { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.j0yi6 .e8te::after { content: ''; display: block; clear: both; }
.wwqoj8bn .sbldot,
.p1w1z .sbldot,
.p1w1z .ggz0543,
.j0yi6 .sbldot,
@media (max-width: 900px) {
  .wwqoj8bn .ki3pq1,
  .p1w1z .ki3pq1,
  .j0yi6 .wtfv:nth-child(odd)  .ki3pq1,
  .j0yi6 .wtfv:nth-child(even) .ki3pq1 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .wwqoj8bn .ki3pq1 .rfuga,
  .p1w1z .ki3pq1 .rfuga,
  .j0yi6 .ki3pq1 .rfuga {
    max-height: none !important;
  }
}
.wwqoj8bn .v120n,
.wwqoj8bn .v5yy,
.p1w1z .v120n,
.p1w1z .v5yy,
.j0yi6 .v120n,
.j0yi6 .v5yy { overflow: hidden; }
@media (max-width: 640px) {
  .wwqoj8bn .ki3pq1,
  .p1w1z .ki3pq1,
  .j0yi6 .ki3pq1 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.g50lv .nfgafcg,
.g50lv .e8te,
.g50lv .m32yxgu  { max-width: 1100px; }
.zk28 .nfgafcg,
.zk28 .e8te,
.zk28 .m32yxgu  { max-width: 1200px; }
.zk28 { --content-mw: 1200px; }
.z4g50y .nfgafcg,
.z4g50y .e8te,
.z4g50y .m32yxgu  { max-width: 1320px; }
.s8fz { font-size: 0.82rem; color: var(--text-muted); }
.xtbqpk3 { display: flex; align-items: center; }
.znkyk1qo {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.k4cco4l { display: flex; align-items: center; }
.pd17 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.pd17:hover { text-decoration: underline; }
.qsnr0b48 { margin: 0 3px; opacity: 0.45; }
.qsnr0b48::before { content: '/'; }
.nw5fgmb { padding: 2px 5px; color: var(--text-main); }
.w8jq .s8fz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.w8jq .xtbqpk3 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.rjrivfm9 .s8fz {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.rjrivfm9 .xtbqpk3 { padding: 0 0 0 12px; }
.obkqqxr .xtbqpk3 { padding: 0 16px; }
.obkqqxr .s8fz {
  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);
}
.obkqqxr .nfgafcg { padding-top: 28px; }
@media (max-width: 720px) {
  .i2nlvr0n { margin-top: 18px; padding: 0 16px; }
  .obkqqxr .nfgafcg { padding-top: 16px; }
}
.g50lv.w8jq .xtbqpk3 { max-width: 1100px; }
.zk28.w8jq .xtbqpk3 { max-width: 1200px; }
.z4g50y.w8jq .xtbqpk3 { max-width: 1320px; }
.zk28 .i2nlvr0n { max-width: 1200px; }
.lzg6weim .wtfv { padding-top: 16px; padding-bottom: 16px; }
.sufjvzl .wtfv { padding-top: 24px; padding-bottom: 24px; }
.ckg5s .wtfv { padding-top: 40px; padding-bottom: 40px; }
.cwcg .wtfv { padding-top: 52px; padding-bottom: 52px; }
.oi2yr .wtfv:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.oi2yr .wtfv:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.oi2yr .wtfv:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.oi2yr .wtfv:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.m2s9me0 .e8te { padding-top: 10px;  padding-bottom: 10px; }
.tpun .e8te { padding-top: 18px;  padding-bottom: 18px; }
.s62ya1l .e8te { padding-top: 36px;  padding-bottom: 36px; }
.ilvv .e8te { padding-top: 48px;  padding-bottom: 48px; }
.dl1tf9h h2.touw { font-weight: 600; }
.dl1tf9h h3.fr7e     { font-weight: 600; }
.cpnlw1 { font-weight: 500; }
.cpnlw1 h2.touw { font-weight: 800; }
.cpnlw1 h3.fr7e     { font-weight: 700; }
.easziy6 h2.touw { font-weight: 900; }
.easziy6 h3.fr7e     { font-weight: 800; }
.easziy6 .qao1 strong,
.easziy6 .qao1 strong { font-weight: 600; }
.ifvaxfz3 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.n2r7qj .ifvaxfz3 { display: none; }
@media (max-width: 640px) {
  .lw1x4vn { display: none; }
  .ifvaxfz3 {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.ifvaxfz3 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ifvaxfz3:hover { opacity: 0.85; }
.k3h7mk .ifvaxfz3 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.vwjjzhg .ifvaxfz3,
.oytn  .ifvaxfz3 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.vwjjzhg .ifvaxfz3:hover,
.oytn  .ifvaxfz3:hover { opacity: 0.88; }
.k3h7mk.vwjjzhg .ifvaxfz3,
.k3h7mk.oytn  .ifvaxfz3 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.lp2t {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.lp2t:hover { transform: translateY(-2px); opacity: 0.92; }
.lp2t { background: var(--cta) !important; color: #fff !important; border: none !important; }
.l2vb .lp2t { display: none; }
.zr27s .lp2t { right: 32px; }
.a4oy  .lp2t { left: 32px; }
@media (max-width: 480px) {
  .zr27s .lp2t { right: 20px; bottom: 20px; }
  .a4oy  .lp2t { left: 20px; bottom: 20px; }
}
.tn0gu { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.m32yxgu { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.qjrxjxew { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.eesy { color: var(--text-dim); font-size: 0.8rem; }
.om0dutbe { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.om0dutbe img { height: 26px; width: auto; object-fit: contain; }
.cfwse { display: flex; flex-direction: column; gap: 6px; }
.cfwse a, .r0wzr a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.cfwse a:hover, .r0wzr a:hover { color: var(--accent-light); }
.cfwse .r2j8gg { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.ehbd .m32yxgu { text-align: center; }
.ehbd .qjrxjxew { margin-top: 0; }
.dlpyhh { margin-top: 10px; }
.dlpyhh a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .m32yxgu { padding-left: 16px; padding-right: 16px; }
  .xrndn3h .m32yxgu { padding: 20px 16px; }
  .r0wzr { gap: 4px 12px; }
  .qjrxjxew { font-size: 0.78rem; }
}
.haxua .hs4c .om0dutbe { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.haxua .qjrxjxew { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.haxua .eesy { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .haxua .qlak { grid-template-columns: 1fr 1fr; } .haxua .hs4c { grid-column: 1 / -1; } }
@media (max-width: 480px) { .haxua .qlak { grid-template-columns: 1fr; } }
.o5bh .om0dutbe { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.o5bh .qjrxjxew { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .o5bh .pdc13v { gap: 12px; } .o5bh .om0dutbe { margin-right: 0; width: 100%; } }
.tae1iaiq .xd79s .om0dutbe { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.tae1iaiq .qjrxjxew { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.tae1iaiq .eesy { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .tae1iaiq .ip52u { grid-template-columns: 1fr 1fr; } .tae1iaiq .xd79s { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tae1iaiq .ip52u { grid-template-columns: 1fr; } }
.c7pp77z .vsh2 { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.c7pp77z .cfwse { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .c7pp77z .vsh2 { grid-template-columns: 1fr 1fr; } .c7pp77z .nma5lrq:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .c7pp77z .vsh2 { grid-template-columns: 1fr; } }
.xbrka .vsh2 { grid-template-columns: 1fr 2fr; }
.xbrka .ut6q7x .cfwse { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .xbrka .vsh2 { grid-template-columns: 1fr; } }
.aj7imh8 .m32yxgu { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.af1nxcx .emmu      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.af1nxcx .tn0gu { background: var(--bg-page); border-top-color: var(--border-alt); }
.svzxx .emmu      { background: #0d1117; border-bottom-color: #21262d; }
.svzxx .m589s4zl { color: var(--accent-light); }
.svzxx .gcywni0 { --msep-color: #8b949e; }
.svzxx .gcywni0 a { color: #8b949e; }
.svzxx .gcywni0 a:hover { color: var(--accent-light); }
.svzxx .mhu4lpb1 { color: #8b949e; }
.svzxx .tn0gu { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.svzxx .qjrxjxew,
.svzxx .eesy { color: #6e7681; }
.svzxx .cfwse a, .svzxx .r0wzr a,
.svzxx .om0dutbe { color: #e6edf3; }
.svzxx .cfwse a:hover, .svzxx .r0wzr a:hover,
@media (max-width: 640px) {
  .svzxx .gcywni0 { background: #0d1117; border-top-color: #21262d; }
  .svzxx .gcywni0 li a { border-bottom-color: #21262d; }
}
.dkyn .emmu      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.dkyn .m589s4zl { color: var(--accent-light); }
.dkyn .gcywni0 { --msep-color: #475569; }
.dkyn .gcywni0 a { color: #475569; }
.dkyn .gcywni0 a:hover { color: var(--accent-light); }
.dkyn .mhu4lpb1 { color: #64748b; }
.dkyn .tn0gu { background: #f0f4f8; border-top-color: #cbd5e1; }
.dkyn .qjrxjxew,
.dkyn .eesy { color: #64748b; }
.dkyn .cfwse a, .dkyn .r0wzr a,
.dkyn .wodw a, .dkyn .om0dutbe { color: #374151; }
.dkyn .cfwse a:hover, .dkyn .r0wzr a:hover,
@media (max-width: 640px) {
  .dkyn .gcywni0 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .dkyn .gcywni0 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.vwjjzhg .emmu      { background: var(--accent); border-bottom-color: var(--accent-light); }
.vwjjzhg .m589s4zl { color: #fff; }
.vwjjzhg .gcywni0 { --msep-color: rgba(255,255,255,0.82); }
.vwjjzhg .gcywni0 a { color: rgba(255,255,255,0.82); }
.vwjjzhg .gcywni0 a:hover { color: #fff; }
.vwjjzhg .mhu4lpb1 { color: rgba(255,255,255,0.9); }
.vwjjzhg .tn0gu { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.vwjjzhg .qjrxjxew,
.vwjjzhg .eesy { color: rgba(255,255,255,0.72); }
.vwjjzhg .cfwse a, .vwjjzhg .r0wzr a,
.vwjjzhg .wodw a, .vwjjzhg .om0dutbe { color: #fff; }
.vwjjzhg .cfwse a:hover, .vwjjzhg .r0wzr a:hover,
@media (max-width: 640px) {
  .vwjjzhg .gcywni0 { background: var(--accent); border-top-color: var(--accent-light); }
  .vwjjzhg .gcywni0 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.oytn .emmu {
  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);
}
.oytn .tn0gu {
  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) {
  .oytn .gcywni0 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.wrzhahr .pnxw3vdb { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.q5tphp .pnxw3vdb { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.sgxpj .pnxw3vdb { min-height: 72px; height: auto; }
.a4ag .pnxw3vdb { min-height: 84px; height: auto; }
.xrndn3h .pnxw3vdb { max-width: none; padding: 0 32px; }
.xrndn3h .m32yxgu  { max-width: none; padding: 24px 32px; }
.aips3vw.zk28 .pnxw3vdb { max-width: 1200px; }
.aips3vw.z4g50y .pnxw3vdb { max-width: 1320px; }
.lsa1s8x   .m589s4zl, .lsa1s8x   .om0dutbe { text-transform: capitalize; }
.wc55by .m589s4zl, .wc55by .om0dutbe { text-transform: lowercase; }
.mqhd85z .m589s4zl, .mqhd85z .om0dutbe { text-transform: uppercase; letter-spacing: 0.06em; }
.bf29, .pwv6 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.os3bt .bf29,
.os3bt .pwv6 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.b5fkxun .bf29,
.b5fkxun .pwv6 { 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; }
.t6x78i8s .bf29,
.t6x78i8s .pwv6 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.z0afs .bf29,
.z0afs .pwv6 { 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; }
.svknpg   .gcywni0 a { font-weight: 500; }
.u5eer0 .gcywni0 a { font-weight: 600; }
.u953oi     .gcywni0 a { font-weight: 700; }
.pmeos    .gcywni0 a { font-weight: 800; letter-spacing: 0.01em; }
.zdypfj     .gcywni0 > li + li::before,
.vuaomz5    .gcywni0 > li + li::before,
.nduyt1    .gcywni0 > li + li::before,
.pkuhxued .gcywni0 > li + li::before,
.my9spd .gcywni0 > li + li::before,
.xy35x8r  .gcywni0 > li + li::before,
.ln2hf    .gcywni0 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.zdypfj     .gcywni0 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.vuaomz5    .gcywni0 > li + li::before { content: "|"; }
.nduyt1    .gcywni0 > li + li::before { content: "—"; }
.pkuhxued .gcywni0 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.my9spd .gcywni0 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.xy35x8r  .gcywni0 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ln2hf    .gcywni0 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .o6zsslo .mhu4lpb1,
  .mye4 .mhu4lpb1,
  .g6cx2tim .mhu4lpb1,
  .c302y2q9 .mhu4lpb1,
  .by9cwt .mhu4lpb1 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .o6zsslo .mhu4lpb1::before,
  .mye4 .mhu4lpb1::before,
  .g6cx2tim .mhu4lpb1::before,
  .c302y2q9 .mhu4lpb1::before,
  .by9cwt .mhu4lpb1::before { content: ""; display: block; flex-shrink: 0; }

  
  .o6zsslo .mhu4lpb1::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;
  }

  
  .mye4 .mhu4lpb1::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;
  }

  
  .g6cx2tim .mhu4lpb1::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;
  }

  
  .c302y2q9 .mhu4lpb1::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;
  }

  
  .by9cwt .mhu4lpb1::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) {
  .hq9ugkf2 .mhu4lpb1 {
    padding: 5px 14px;
  }
  .hq9ugkf2 .gcywni0 {
    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;
  }
  .hq9ugkf2 .gcywni0 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .hq9ugkf2 .gcywni0 li a:hover { background: var(--bg-raised); }
  .hq9ugkf2 .d4pai,
  .kw1yb .d4pai,
  .eqf8 .d4pai { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .y3p6fo1w .mhu4lpb1 {
    padding: 5px 10px;
  }
  .y3p6fo1w .gcywni0 {
    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);
  }
  .y3p6fo1w .gcywni0.vn2jg { transform: translateX(0); }
  .y3p6fo1w .gcywni0 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .y3p6fo1w .gcywni0 li:last-child a { border-bottom: none; }
  .vwjjzhg .gcywni0,
  .svzxx .gcywni0 { background: var(--accent) !important; }
  .vwjjzhg .gcywni0 li a,
  .svzxx .gcywni0 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .eqf8 .mhu4lpb1 {
    padding: 5px 10px;
  }
  .eqf8 .gcywni0 {
    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);
  }
  .eqf8 .gcywni0::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .eqf8 .gcywni0.vn2jg { transform: translateY(0); }
  .eqf8 .gcywni0 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .j2oc .mhu4lpb1 {
    padding: 5px 10px;
  }
  .j2oc .gcywni0 {
    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;
  }
  .j2oc .gcywni0.vn2jg { opacity: 1; pointer-events: auto; }
  .j2oc .gcywni0 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .cn3zcg9b     .mhu4lpb1 { border-radius: 0 !important; }
  .r970sea   .mhu4lpb1 { border-radius: 8px !important; }
  .m80b .mhu4lpb1 { border-radius: 50% !important; }
  .x0ei   .mhu4lpb1 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .h6x4qm .yivf { flex-direction: column; align-items: stretch; }
  .h6x4qm .yuywkwi { flex-direction: row; min-width: auto; }
  .h6x4qm .v6ai { align-items: flex-start; text-align: left; }
}
.vcvb53d0,
.vcvb53d0.wtfv,
.whftr .vcvb53d0,
.oorhfab .vcvb53d0,
.pa8nf .vcvb53d0,
.tn49 .vcvb53d0 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.zv58l0nc {
  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;
}
.kqyu5 { flex: 1 1 280px; min-width: 0; }
.cy9g5bv2 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ciqq3i79 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.p8o8 {
  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;
}
.p8o8:hover { transform: translateY(-1px); opacity: 0.95; }
.xv1yduo .zv58l0nc {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.xv1yduo .cy9g5bv2 { color: var(--cta); }
.xv1yduo .ciqq3i79 { color: var(--text-body); }
.xv1yduo .p8o8 {
  background: var(--cta) !important;
  color: #fff !important;
}
.yxrrj1 .zv58l0nc {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.yxrrj1 .cy9g5bv2 { color: var(--text-primary); }
.yxrrj1 .ciqq3i79 { color: var(--text-body); }
.yxrrj1 .p8o8 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .zv58l0nc {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .kqyu5 { flex: 0 0 auto; }
  .cy9g5bv2 { font-size: 1.2rem; }
  .p8o8 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.junk8 .unq4x { height: 36px; }
.k2ppjx .unq4x { height: 60px; max-width: 200px; }
.dc2la0u .unq4x { height: 56px; max-width: 180px; }
.s2uusk     .g6ao0sa, .s2uusk     .mz2izii { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
@media (min-width: 720px) {
  .uwz7rlas .ggz0543 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .uwz7rlas .yo34ey1 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .uwz7rlas .yo34ey1 { padding: 40px 16px 20px; }
  .uwz7rlas .iwe9t {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .uwz7rlas .jxo4 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .etmd6lue .yo34ey1 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .etmd6lue .yo34ey1::before {
    position: absolute; top: 14px; left: 14px;
  }
  .etmd6lue .w1cu {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .etmd6lue .hbsbg { white-space: normal; text-align: center; font-size: 1.2rem; }
  .etmd6lue .iwe9t {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .etmd6lue .jxo4 { width: 100%; min-width: 0; }
  .etmd6lue .g6ao0sa { min-width: 0; }
}
.tk06b1 .yo34ey1::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ah5lf3k .b2877 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ah5lf3k .b2877 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ah5lf3k .b2877 p { padding: 0 2px 16px; }
.mbbdt8hi .b2877 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.mbbdt8hi .b2877 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.mbbdt8hi .b2877 summary::after { content: "›"; font-size: 1.2em; }
.mbbdt8hi .b2877[open] summary::after { content: "‹"; }
.mbbdt8hi .b2877 p { padding: 10px 22px 4px; }
.jccvd .b2877 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.jccvd .b2877 summary { color: var(--text-primary); padding-left: 16px; }
.jccvd .b2877 summary::after { content: "›"; font-size: 1.1em; }
.jccvd .b2877[open] summary::after { content: "‹"; }
.jccvd .b2877 p { padding-left: 16px; }
.dcdw .ay9k { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.dcdw .b2877 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.dcdw .b2877:last-child { border-bottom: none; }
.dcdw .b2877 summary { color: var(--text-primary); border-radius: 0; }
.dcdw .b2877 summary::after { content: "›"; font-size: 1.1em; }
.dcdw .b2877[open] summary::after { content: "‹"; }
.u9y5pk .b2877 { overflow: hidden; }
.u9y5pk .b2877 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.u9y5pk .b2877 summary::after { color: rgba(255,255,255,.75); }
.u9y5pk .b2877[open] summary { border-radius: 0; }
.rscdlx6w { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.yva2tyr {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.vaw0nd2z {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.w5vtjb { color: var(--text-muted); font-size: 1.05rem; }
.t1salxt {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.b9ijm { margin-bottom: 20px; }
.jh3em5 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.abmto1th {
  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;
}
.abmto1th:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.i45p4 { resize: vertical; min-height: 130px; }
.qz6q6p { width: 100%; margin-top: 8px; }
.vjtm1p4v {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.rcjqhj {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.u7x7k68g { color: var(--text-muted); line-height: 1.75; }
.uxukzk { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.uxukzk li { margin-bottom: 6px; }
.oi11x05b { max-width: 760px; margin: 0 auto; }
.dt1256r { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.fnpzh5x { max-width: 760px; margin: 0 auto; }
.v7rfz07d { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.xkxf ul.uxukzk { margin: 0; }
.d7kacqj1 { max-width: 900px; margin: 0 auto; }
.zoelkqm { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.zoelkqm:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.zoelkqm .v7rfz07d { margin: 0; font-size: 1rem; }
.zoelkqm .rgnjp7g2 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .zoelkqm { grid-template-columns: 1fr; gap: 10px; } }
.fdpbsa .v7rfz07d { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.zorka .uxukzk { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .s94cble { grid-template-columns: 1fr; } }
.yejr3 ul.uxukzk { margin: 0; }
.gr95pac0 .uxukzk,
.c9drm .uxukzk,
.inrsiopc .uxukzk,
.m504 .uxukzk {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .ucmt { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .ezpk { grid-template-columns: 1fr; } .do8l { position: static; text-align: center; } }
@media (max-width: 860px) { .vtef8i { grid-template-columns: 1fr; } }
.m504 .uxukzk { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .f9s0x4 { flex-direction: column; text-align: center; } .xvntm { grid-template-columns: 1fr; } }
.o0q3 .vaw0nd2z { color: var(--accent-light); }
.p4u82 {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.p4u82 .vaw0nd2z { font-size: 2rem; }
.p4u82 .w5vtjb { max-width: 680px; }
.fzjn .vaw0nd2z { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.fzjn .w5vtjb  { margin: 0; }
@media (max-width: 640px) { .fzjn { flex-direction: column; } }
.v7da .vaw0nd2z { color: var(--accent-light); }
.vxcb4 .vaw0nd2z { color: #fff; }
.vxcb4 .w5vtjb  { color: rgba(255,255,255,0.85); }
.wves6o0 { max-width: 680px; margin: 0 auto; }
.m8c3 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .m8c3 { grid-template-columns: 1fr; } }
.wc3jvtv .abmto1th {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.wc3jvtv .abmto1th:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.e9qxr7ww .abmto1th { background: var(--bg-raised); border-color: transparent; }
.e9qxr7ww .abmto1th:focus { background: var(--bg-card); border-color: var(--accent-light); }
.fs5ju .abmto1th { border-radius: 100px; padding: 11px 20px; }
.fs5ju .i45p4 { border-radius: 14px; }
.mm25ef6g {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .mm25ef6g { grid-template-columns: 1fr; } }
.sgdx {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.sgdx h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.sgdx p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.kc0d { counter-reset: priv-count; }
.q77jf2l {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.q77jf2l:last-child { border-bottom: none; }
.qea7v {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.q77jf2l h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.q77jf2l p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.pnr5oy0a { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.pnr5oy0a li { margin-bottom: 6px; }
.lna7{position:relative;overflow:visible}
.ez16h .d7sb9mh{display:block}
.encnafs .e0u9l9am{border-bottom:1px solid currentColor;padding-bottom:2px}
.u2piu9ft{--date-bg:transparent}
.h6uq71hk .c1jab::before{content:""}
.ur0t5k .l2e5dl{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .l2e5dl{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .pu0mcewh{max-width:100%}
}
.a2kjg .mg35fc7j{margin:0}
@media (max-width:560px){
  .c5g6he{grid-template-columns:repeat(2,1fr);gap:12px}
}
.cvwl {
  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;
}
.cvwl.tadp {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.xvcup2t {
  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; } }
.xvcup2t .eh4ljdiq {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  font-size: 24px; line-height: 1; color: var(--text-primary, #111) !important;
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  padding: 0; margin: 0;
  z-index: 2;
  transition: background 0.15s;
}
.xvcup2t .eh4ljdiq:hover { background: rgba(0,0,0,0.12) !important; }
.kcgr8 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.hyq4e3 {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.mszusp {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.xvcup2t .c2htaa {
  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;
}
.xvcup2t .c2htaa:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .xvcup2t { padding: 28px 18px 20px; }
  .mszusp { font-size: 1.2rem; }
  .kcgr8 { max-width: 220px; max-height: 80px; }
}
.e1wu {
  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);
}
.y9afkrbh {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.qrfp  .e1wu { border-radius: 50%; }
.b0d36o  .e1wu { border-radius: 6px; }
.yd84qyla .e1wu { border-radius: 22px; }
.d0ewf2u .zv58l0nc {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .e1wu { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.k6ljefz {
  margin: 28px 0 24px;
}
.k6ljefz .wtfv {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.k6ljefz .e8te {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.k6ljefz .zv58l0nc {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .pnxw3vdb { flex-direction: row-reverse; }
[dir="rtl"] .gcywni0 { flex-direction: row-reverse; }
[dir="rtl"] .zr27s .lp2t { right: auto; left: 32px; }
[dir="rtl"] .a4oy  .lp2t { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .zr27s .lp2t { right: auto; left: 20px; }
  [dir="rtl"] .a4oy  .lp2t { left: auto;  right: 20px; }
}
[dir="rtl"] .wwqoj8bn .ki3pq1  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .p1w1z .ki3pq1 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .v120n, [dir="rtl"] .v5yy { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qao1 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .zv58l0nc { direction: rtl; }
[dir="rtl"] .e1wu { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .s8fz { direction: rtl; }
[dir="rtl"] .n9fhb7p { direction: rtl; }
[dir="rtl"] .ktk5 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .lea9575 .v5yy,
[dir="rtl"] .yb1cpg .v5yy,
[dir="rtl"] .c1k1o5m .v5yy,
[dir="rtl"] .hlqx9p5v .v5yy {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .lea9575 .v5yy li::before,
[dir="rtl"] .yb1cpg .v5yy li::before,
[dir="rtl"] .c1k1o5m .v5yy li::before,
[dir="rtl"] .hlqx9p5v .v5yy li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .w34tcekr.d7dhm .visw,
[dir="rtl"] .sfn2k0xt.d7dhm .visw,
[dir="rtl"] .yuj9q.d7dhm .visw,
[dir="rtl"] .ydd1bo.d7dhm .visw,
[dir="rtl"] .lu4x.d7dhm .visw { text-align: right; }
[dir="rtl"] .w2bzgol.d7dhm .go129nm { align-items: flex-end; text-align: right; }
[dir="rtl"] .e8te,
[dir="rtl"] .ymnd1,
[dir="rtl"] .fd4e,
[dir="rtl"] .zeeryf,
[dir="rtl"] .visw { text-align: right; }
[dir="rtl"] .t1salxt,
[dir="rtl"] .jh3em5,
[dir="rtl"] .abmto1th,
[dir="rtl"] .i45p4 { text-align: right; direction: rtl; }
[dir="rtl"] .fs5ju .abmto1th,
[dir="rtl"] .wc3jvtv .abmto1th { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #8b1296;
  --brand:           #8b1296;
  --brand-light:     #6f1678;
  --brand-pale:      #8f2899;
  --grad-start:      #d31fe4;
  --grad-end:        #d65fe1;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #8b1296;
  --cta-light:       #6b0a74;
  --cta-hover:       #580b5f;
  --bg-page:         #f8f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f6;
  --bg-raised:       #f1edf1;
  --bg-hover:        #f5f3f6;
  --border:          #e8e1e9;
  --border-alt:      #dbcfdd;
  --border-section:  #e8e1e9;
  --text-primary:    #1b171b;
  --text-muted:      #605061;
  --text-body:       #372e37;
  --text-sub:        #524553;
  --text-faint:      #89738b;
  --text-dim:        #a18fa2;
  --text-label:      #6e5c6f;
  --text-value:      #443945;
  --accent-bg:       #f2e0f4;
  --accent-bg-light: #ecc6f0;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f1f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f5;
  --c-pros:          #0c9684;
  --c-cons:          #9f2136;
  --c-pros-label:    #0eb39d;
  --c-tip-border:    #10c6ad;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9684;
}
:root { --logo-bg-opacity: 63%; }
body, button, input { font-family: "Merriweather Sans", sans-serif; }
.nz64 .cts5898t { font-size: 0; width: 1.2rem; flex-shrink: 0; }.nz64 .cts5898t::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.nz64 .m5kpo7     .cts5898t::before { content: "";  color: var(--c-tip-border); }.nz64 .x73wg7v .cts5898t::before { content: ""; color: var(--c-warn-border); }.nz64 .e4jsx    .cts5898t::before { content: ""; color: #60a5fa; }.a4sgg8 .nz64 .m5kpo7     .cts5898t::before { color: #10b981; }.a4sgg8 .nz64 .x73wg7v .cts5898t::before { color: #f43f5e; }.a4sgg8 .nz64 .e4jsx    .cts5898t::before { color: #a855f7; }.zds0t  .nz64 .m5kpo7     .cts5898t::before { color: #eab308; }.zds0t  .nz64 .x73wg7v .cts5898t::before { color: #ef4444; }.zds0t  .nz64 .e4jsx    .cts5898t::before { color: #f97316; }.gjgodjxr  .nz64 .m5kpo7     .cts5898t::before { color: #38bdf8; }.gjgodjxr  .nz64 .x73wg7v .cts5898t::before { color: #818cf8; }.gjgodjxr  .nz64 .e4jsx    .cts5898t::before { color: #2dd4bf; }.aysz0 .nz64 .cts5898t::before { color: var(--accent-light) !important; }
.dd8x9e .u8brgc10, .dd8x9e .w2bzgol { min-height: 520px; }
.l3wke7k .j9bvb::after, .l3wke7k .hr6vzqa::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.um00poa .ifvaxfz3::after,.um00poa .lp2t::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.qsnr0b48::before { content: '|'; opacity: 0.3; }