:root {
  --color-accent: #942148;
  --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;
}
.smsha19 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.hk8e68z {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.vod3gwce {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.my81mt0 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.bkcl { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.bkcl a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.bkcl a:hover { color: var(--accent-light); }
.ndth6     .zimkrcg { border-radius: 24px; padding: 8px; }
.ndth6 .zimkrcg li a { border-radius: 16px; }
.ivvm .zimkrcg li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .zimkrcg {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ou5gn:hover .zimkrcg,
  .ou5gn:focus-within .zimkrcg { display: block; }
  .zimkrcg li a { padding: 8px 16px; font-size: 0.88rem; }
}
.otcs2ylk {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.bgd81qjq { display: none; }
@media (max-width: 640px) {
  .bgd81qjq {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .bgd81qjq.s1tr5cy9 { display: block; }
}
@media (max-width: 640px) {
  .otcs2ylk { display: block; }
  .bkcl > li + li::before { display: none !important; }
  .bkcl {
    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;
  }
  .bkcl.s1tr5cy9 { display: flex; }
  .bkcl li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .bkcl li:last-child a { border-bottom: none; }
}
.dmz9r4 { min-height: 480px; }
.z3ji {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.kw2unjio { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.b6rkg4 .kw2unjio { margin-left: 0; margin-right: 0; }
.lq31t {
  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;
}
.xpnxd .lq31t { margin-top: 24px; }
.lq31t:hover { opacity: 0.88; }
.pra8n {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.d3cq32e {
  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%);
}
.pra8n .gjn057 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.pra8n .z3ji { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.pra8n .kw2unjio { color: #e2e8f0; }
.pra8n.lyt1942s .gjn057 { text-align: center; }
.pra8n.b6rkg4   .gjn057 { text-align: left; }
.yo16 .gjn057 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.yo16 .z3ji { color: var(--text-primary); text-shadow: none; }
.yo16 .kw2unjio { color: var(--text-muted); }
.yo16 .lq31t { margin-top: 16px; }
.yo16, .yo16.dmz9r4 { min-height: auto !important; }
.yo16.lyt1942s .gjn057 { text-align: center; }
.yo16.b6rkg4   .gjn057 { text-align: left; }
.yo16~.k7q71c{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.yo16~.k7q71c .brp5afqp{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.ligg88z7 {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.fkpwh .ligg88z7,
.fkpwh .ligg88z7::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.p9lab5b .ligg88z7,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.a88cr7 .ligg88z7,
.a88cr7 .pra8n .d3cq32e {
  overflow: hidden;
}
.a88cr7 .ligg88z7::after,
.a88cr7 .pra8n .d3cq32e::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%); }
}
.rw7pwuu .ligg88z7,
.rw7pwuu .ligg88z7::after,
@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); }
}
.rw7pwuu .pra8n .d3cq32e {
  overflow: hidden;
}
.rw7pwuu .pra8n .d3cq32e::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;
}
.z8ksb .ligg88z7,
.z8ksb .pra8n .d3cq32e {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.fkpwh .pra8n .d3cq32e {
  overflow: hidden;
}
.fkpwh .pra8n .d3cq32e::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;
}
.p9lab5b .pra8n .d3cq32e {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ligg88z7 .d3cq32e {
  background: none;
}
.ligg88z7 .z3ji { color: #fff; }
.ligg88z7 .kw2unjio { color: rgba(255,255,255,0.85); }
.ligg88z7 .lq31t { background: #fff; color: var(--cta); }
.ligg88z7 .lq31t:hover { opacity: 0.92; }
.bt22 .z3ji { text-shadow: none; color: var(--text-primary); }
.bt22 .kw2unjio { color: var(--text-muted); }
body.okw6 .z3ji {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.vakkly .z3ji {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.dmz9r4.ligg88z7 .z3ji,
section.ligg88z7 .z3ji {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.bt22.b6rkg4   .x3a7r { align-items: flex-start; text-align: left; }
.dmz9r4 .ic2zjt {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ic2zjt .b68o {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas:
    "rank"
    "logo"
    "name"
    "rating"
    "bonus"
    "cta" !important;
  row-gap: 10px !important;
  column-gap: 0 !important;
  padding: 16px 18px 18px !important;
  font-size: 0.95rem;
  align-items: center;
  text-align: center;
}
.ic2zjt .b68o::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.ic2zjt .nmdyryz7 { display: contents !important; }
.ic2zjt .nmdyryz7 .fuat {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.ic2zjt .nmdyryz7 .f78f4l { max-height: 48px; max-width: 96px; }
.ic2zjt .nmdyryz7 .prsge0mm {
  display: block !important;
  grid-area: name;
  text-align: center; font-size: 1rem; font-weight: 700;
  line-height: 1.15; min-width: 0; max-width: 100%;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none;
}
.ic2zjt .ruo6pma {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.ic2zjt .eyck { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.ic2zjt .f73aiypd { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.ic2zjt .f73aiypd small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.ic2zjt .vw39 { display: contents !important; }
.ic2zjt .vw39 .sefj416:not(.aata32) { display: none !important; }
.ic2zjt .vw39 .aata32 {
  grid-area: bonus;
  background: var(--accent-bg, rgba(0,0,0,.04)) !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  flex-direction: column !important; align-items: center; gap: 2px;
  min-width: 0; max-width: 100%; text-align: center;
}
.ic2zjt .vw39 .aata32 .w4xa7 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ic2zjt .vw39 .aata32 .qcnl1 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.ic2zjt .htrax { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.ic2zjt .htrax.dgtsurb {
  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;
}
.ic2zjt .htrax.dgtsurb:hover { opacity: 0.85; }
.fumga .gjn057 { padding-bottom: 24px; }
.xpnxd .gjn057 { max-width: 1100px; }
@media (max-width: 700px) {
  .bt22 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .bt22:not(.kmt7wg4s) .xpn82l { display: none !important; }
  .kmt7wg4s .xpn82l { padding: 16px; }
  .x3a7r  { padding: 36px 24px; }
  .bt22~.k7q71c,.kqjt3k~.k7q71c{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .dmz9r4, .bt22 { min-height: 320px !important; }
  .z3ji { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .zs3w5xu,
  .g17c3p7,
  .pf4d7 { grid-template-columns: 1fr !important; }

  

  
  .fumga { display: flex !important; flex-direction: column !important; }
  .fumga .gjn057 { display: contents; }
  .fumga .d3cq32e { order: 0; }
  .fumga .z3ji { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .fumga .zs3w5xu { order: 2; padding: 0 16px 12px !important; }
  .fumga .kw2unjio { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .xpnxd .gjn057 { display: flex; flex-direction: column; }
  .xpnxd .gjn057 .z3ji { order: 1; }
  .xpnxd .gjn057 .pf4d7 { order: 2; margin: 8px 0 24px !important; }
  .xpnxd .gjn057 .kw2unjio { order: 3; }
  .xpnxd .gjn057 .lq31t { order: 4; align-self: center; margin-top: 0; }

  
  .bt22.kmt7wg4s {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .bt22.kmt7wg4s .x3a7r { display: contents; padding: 0; }
  .bt22.kmt7wg4s .x3a7r .z3ji { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .bt22.kmt7wg4s .xpn82l { order: 2; padding: 12px 16px; }
  .bt22.kmt7wg4s .x3a7r .kw2unjio { order: 3; padding: 0 24px; margin: 0 auto; }
  .bt22.kmt7wg4s .x3a7r .lq31t { order: 4; align-self: center; margin: 8px 0 32px; }
}
.i6wukx2 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.jhdlmj3 { width: 100%; height: auto; display: block; border-radius: 10px; }
.o6xisx .i6wukx2        { border-radius: 16px; }
.o6xisx .jhdlmj3  { border-radius: 16px; }
.w6gol51 .i6wukx2         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.w6gol51 .jhdlmj3   { border-radius: 8px; }
.p116j { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.xcz2j { width: 100%; padding: 32px 0; position: relative; }
.znrpcac { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.rdqkex .xcz2j:nth-child(even) { background: var(--bg-surface); }
.rdqkex .xcz2j:nth-child(odd)  { background: var(--bg-page); }
.rmsxl .xcz2j:nth-child(even) { background: var(--bg-card); }
.rmsxl .xcz2j:nth-child(odd)  { background: var(--bg-page); }
.rdqkex .xcz2j:nth-child(odd)  .znrpcac { background: var(--bg-card); border-radius: 6px; }
.rdqkex .xcz2j:nth-child(even) .znrpcac { background: var(--bg-raised); border-radius: 6px; }
.rmsxl .xcz2j:nth-child(odd)  .znrpcac { background: var(--bg-card); border-radius: 6px; }
.rmsxl .xcz2j:nth-child(even) .znrpcac { background: var(--bg-raised); border-radius: 6px; }
.rdqkex .xcz2j:nth-child(even) .hp60ivp .a3vl2x,
.rmsxl .xcz2j:nth-child(even) .hp60ivp .a3vl2x { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.rdqkex .xcz2j:nth-child(odd) .hp60ivp .a3vl2x,
.rmsxl .xcz2j:nth-child(odd) .hp60ivp .a3vl2x { background: var(--bg-card-inner); }
.rdqkex .xcz2j:nth-child(even) .yrv8w .a3vl2x:nth-child(odd),
.rmsxl .xcz2j:nth-child(even) .yrv8w .a3vl2x:nth-child(odd)  { background: var(--bg-card); }
.rdqkex .xcz2j:nth-child(even) .yrv8w .a3vl2x:nth-child(even),
.rmsxl .xcz2j:nth-child(even) .yrv8w .a3vl2x:nth-child(even) { background: var(--bg-card-inner); }
h1.z8t96at { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.z8t96at {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.reo5n6g6 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.i5312 h2.z8t96at {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.kbcmpo h2.z8t96at {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.oszrl1g h2.z8t96at {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.scxn h2.z8t96at::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.svou h2.z8t96at {
  color: var(--text-primary); font-size: 1.7rem;
}
.fjqq2 h2.z8t96at::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.x0gzc h2.z8t96at {
  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;
}
.nnic1v { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .nnic1v { display: none; } }
.wx23ba { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.pdquycs2 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.d1d8z2v {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.dwvex { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.k4bi4 { padding-left: 20px; }
.k4bi4 li { margin-bottom: 6px; }
.k4bi4 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.k4bi4 a:hover { color: var(--accent-light); }
.fmi6g .dwvex { display: none; }
.mc24 .dwvex { display: none; }
.mc24 .k4bi4 { padding-left: 0; list-style: none; }
.mc24 .k4bi4 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.mc24 .k4bi4 a { font-size: 0.92rem; }
.d0rx811 .d1d8z2v { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.d0rx811 .dwvex { display: none; }
.d0rx811 .k4bi4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.d0rx811 .k4bi4 li { margin-bottom: 0; }
.d0rx811 .k4bi4 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;
}
.d0rx811 .k4bi4 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.l0n9q38r .d1d8z2v { padding: 20px 20px 16px; }
.l0n9q38r .k4bi4 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.l0n9q38r .k4bi4 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.l0n9q38r .k4bi4 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;
}
.l0n9q38r .k4bi4 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;
}
.l0n9q38r .k4bi4 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.l0n9q38r .k4bi4 a:focus,
.l0n9q38r .k4bi4 a:focus-visible,
.l0n9q38r .k4bi4 a:target { outline: none; }
.l0n9q38r .k4bi4 li:target a { border-color: var(--border); color: var(--text-muted); }
.rc5hsn .d1d8z2v { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.rc5hsn .dwvex { display: none; }
.rc5hsn .k4bi4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.rc5hsn .k4bi4 li { margin-bottom: 0; }
.rc5hsn .k4bi4 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.rc5hsn .k4bi4 li:last-child::after { content: ""; margin-right: 0; }
.rc5hsn .k4bi4 a { font-size: 0.9rem; }
.a3vl2x { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.hp60ivp .a3vl2x { background: var(--bg-card); }
.yrv8w .a3vl2x:nth-child(odd)  { background: var(--bg-card); }
.yrv8w .a3vl2x:nth-child(even) { background: var(--bg-raised); }
.rr5uoqh5 .a3vl2x {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.rr5uoqh5 .a3vl2x:last-child { border-bottom: none; }
.rr5uoqh5 h3.reo5n6g6 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.b44vz .a3vl2x {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.b44vz .a3vl2x + .a3vl2x { margin-top: 4px; }
.vh4ty28 .a3vl2x { background: none; border-radius: 0; padding: 12px 0; }
.vh4ty28 .a3vl2x + .a3vl2x { border-top: 1px solid var(--border-section); }
.b952de { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.jn03ml { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.znnu6vm { color: var(--text-body); margin-bottom: 10px; }
.u5jp1, .yuh7 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.u5jp1 li, .yuh7 li { margin-bottom: 6px; }
.yuh7 li { list-style: decimal; }
.safbs8yn     .u5jp1 { list-style-type: "● "; }
.oncjilhj  .u5jp1 { list-style-type: "■ "; }
.kqbry44 .u5jp1 { list-style-type: "◆ "; }
.v04y    .u5jp1 { list-style-type: "★ "; }
.safbs8yn     .v68gt { list-style-type: "● "; }
.oncjilhj  .v68gt { list-style-type: "■ "; }
.kqbry44 .v68gt { list-style-type: "◆ "; }
.v04y    .v68gt { list-style-type: "★ "; }
.safbs8yn    .u5jp1 li::marker, .safbs8yn    .v68gt li::marker,
.oncjilhj .u5jp1 li::marker, .oncjilhj .v68gt li::marker,
.kqbry44 .u5jp1 li::marker, .kqbry44 .v68gt li::marker,
.v04y   .u5jp1 li::marker, .v04y   .v68gt li::marker {
  color: var(--cta); font-size: 1em;
}
.safbs8yn .yuh7,
.oncjilhj .yuh7,
.kqbry44 .yuh7,
.v04y .yuh7 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.safbs8yn .yuh7 li,
.oncjilhj .yuh7 li,
.kqbry44 .yuh7 li,
.v04y .yuh7 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.safbs8yn .yuh7 li::before,
.oncjilhj .yuh7 li::before,
.kqbry44 .yuh7 li::before,
.v04y .yuh7 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;
}
.safbs8yn     .yuh7 li::before { border-radius: 50%; }
.oncjilhj  .yuh7 li::before { border-radius: 3px; }
.kqbry44 .yuh7 li::before { border-radius: 3px; }
.v04y    .yuh7 li::before { border-radius: 50%; }
.w6p1lu3 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.dl4v .w6p1lu3,
.n49zxuyh .w6p1lu3 { background: transparent; border: none; border-radius: 0; }
.xfs5mb { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.xfs5mb th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.xfs5mb td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.xfs5mb tr:hover td { background: var(--bg-hover); }
.oxejis .xfs5mb tbody tr:nth-child(even) td { background: var(--bg-surface); }
.g2635 .xfs5mb { border: 1px solid var(--border-alt); }
.g2635 .xfs5mb th,
.g2635 .xfs5mb td { border: 1px solid var(--border-alt); }
.r46t .xfs5mb th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.r46t .xfs5mb td { border-bottom: none; }
.r46t .xfs5mb tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.q1kau .xfs5mb th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ztkdb .w6p1lu3 {
  overflow: hidden;
}
.ztkdb .xfs5mb th { border-bottom: 1px solid var(--border-alt); }
.ztkdb .xfs5mb tr:last-child td { border-bottom: none; }
.r6i34h { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ersjlp { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.z4v0a { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.dnwsisj5 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.uc41ti5 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.v68gt { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.v68gt 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%}
.ttkj .dnwsisj5 { background: transparent; text-align: center; }
.sq1uc5 .z4v0a {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.t835 .z4v0a {
  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);
}
.tmaddl .ersjlp { display: grid; grid-template-columns: auto 1fr; }
.tmaddl .z4v0a {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.tmaddl .dnwsisj5 { grid-column: 2; }
.tmaddl .uc41ti5,
.tmaddl .v68gt { grid-column: 1 / -1; }
.nr17 .ersjlp { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.nr17 .z4v0a {
  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);
}
.nr17 .dnwsisj5 { grid-column: 2; }
.nr17 .uc41ti5,
.nr17 .v68gt { grid-column: 1 / -1; }
.veb0i2 .ersjlp { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.veb0i2 .dnwsisj5 { background: none; color: var(--accent-light); font-weight: 700; }
.v1d571vn .ersjlp { 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); }
.v1d571vn .dnwsisj5 { background: none; color: var(--accent-light); font-weight: 700; }
.r3mlt2 .ersjlp { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.r3mlt2 .ersjlp:last-child { border-bottom: none; }
.r3mlt2 .dnwsisj5 { background: none; color: var(--accent-light); font-weight: 700; }
.qh0bospr .ersjlp { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.qh0bospr .dnwsisj5 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.uvs8k .r6i34h { counter-reset: card-n; }
.uvs8k .ersjlp  { counter-increment: card-n; }
.uvs8k .dnwsisj5 { display: flex; align-items: center; gap: 10px; }
.uvs8k .dnwsisj5::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;
}
.ksdruia .ersjlp { background: var(--bg-surface); border: 1px solid var(--border); }
.ksdruia .dnwsisj5 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.we29ii { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.r7wc10c  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.ggi7r { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.mn1lw { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.jtrh22yj { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.we29ii strong { color: var(--text-primary); font-size: 0.95rem; }
.we29ii p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.fraw7uk { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.mj9hn, .yvo47ifz { border-radius: 8px; padding: 14px; }
.mj9hn { background: var(--bg-pros); }
.yvo47ifz { background: var(--bg-cons); }
.nxdu { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.mj9hn .nxdu { color: var(--c-pros-label); }
.yvo47ifz .nxdu { color: #f87171; }
.mj9hn ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.yvo47ifz ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.jhdlmj3 { width: 100%; height: auto; border-radius: 10px; display: block; }
.dgtsurb {
  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;
}
.dgtsurb:hover { opacity: 0.85; }
.nqw8ha .dgtsurb  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.nqw8ha .dgtsurb:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vghmz25b .dgtsurb  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.vghmz25b .dgtsurb:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mpdvay9z .lq31t { border-radius: 50px; }
.mpdvay9z .dgtsurb  { border-radius: 50px; }
.b5wof9 .lq31t { padding-left: 22px; padding-right: 22px; }
.b5wof9 .dgtsurb  { padding-left: 12px; padding-right: 12px; }
.pbsanob .lq31t { padding-left: 44px; padding-right: 44px; }
.pbsanob .dgtsurb  { padding-left: 24px; padding-right: 24px; }
.bbf96l00 .lq31t { padding-left: 56px; padding-right: 56px; }
.bbf96l00 .dgtsurb  { padding-left: 32px; padding-right: 32px; }
.s6whm   .lq31t::after, .s6whm   .dgtsurb::after,
.m5jh .lq31t::after, .m5jh .dgtsurb::after,
.i946    .lq31t::after, .i946    .dgtsurb::after,
.vnos3n    .lq31t::after, .vnos3n    .dgtsurb::after,
.zqvjyduf    .lq31t::after, .zqvjyduf    .dgtsurb::after,
.u02c2a     .lq31t::after, .u02c2a     .dgtsurb::after,
.zz7zg    .lq31t::after, .zz7zg    .dgtsurb::after,
.t1fbj   .lq31t::after, .t1fbj   .dgtsurb::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;
}
.s6whm .lq31t::after, .s6whm .dgtsurb::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");
}
.m5jh .lq31t::after, .m5jh .dgtsurb::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");
}
.i946 .lq31t::after, .i946 .dgtsurb::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");
}
.vnos3n .lq31t::after, .vnos3n .dgtsurb::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");
}
.zqvjyduf .lq31t::after, .zqvjyduf .dgtsurb::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");
}
.u02c2a .lq31t::after, .u02c2a .dgtsurb::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");
}
.zz7zg .lq31t::after, .zz7zg .dgtsurb::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");
}
.t1fbj .lq31t::after, .t1fbj .dgtsurb::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");
}
.k8ua   .maadraqy::after, .k8ua   .pd4uju::after,
.is0ahye .maadraqy::after, .is0ahye .pd4uju::after,
.ka022    .maadraqy::after, .ka022    .pd4uju::after,
.ddbs47g    .maadraqy::after, .ddbs47g    .pd4uju::after,
.qz6a2s    .maadraqy::after, .qz6a2s    .pd4uju::after,
.ziuxq     .maadraqy::after, .ziuxq     .pd4uju::after,
.qa57kv    .maadraqy::after, .qa57kv    .pd4uju::after,
.ya0h9i6   .maadraqy::after, .ya0h9i6   .pd4uju::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;
}
.k8ua .maadraqy::after, .k8ua .pd4uju::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");
}
.is0ahye .maadraqy::after, .is0ahye .pd4uju::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");
}
.ka022 .maadraqy::after, .ka022 .pd4uju::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");
}
.ddbs47g .maadraqy::after, .ddbs47g .pd4uju::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");
}
.qz6a2s .maadraqy::after, .qz6a2s .pd4uju::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");
}
.ziuxq .maadraqy::after, .ziuxq .pd4uju::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");
}
.qa57kv .maadraqy::after, .qa57kv .pd4uju::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");
}
.ya0h9i6 .maadraqy::after, .ya0h9i6 .pd4uju::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");
}
.j5vir {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
  overflow-x: clip;
  counter-reset: cs-rank;
}
.b68o {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 18px 22px;
  display: grid;
  
  grid-template-columns: auto auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  max-width: 100%;
  counter-increment: cs-rank;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.b68o > * { min-width: 0; }
.b68o:hover { background: var(--bg-hover); }
.b68o > [itemprop="item"] { display: contents; }
.b68o [itemprop="itemReviewed"],
.b68o [itemprop="reviewRating"] { display: none; }
.b68o::before {
  content: counter(cs-rank);
  grid-column: 1;
  font-size: 1.4rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; width: 28px; text-align: center;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.nmdyryz7 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.fuat {
  background: var(--accent-bg);
  border-radius: 10px; padding: 6px 10px;
  display: flex; align-items: center; justify-content: center;
  width: 130px; height: 64px; flex-shrink: 0;
}
.f78f4l { max-height: 52px; max-width: 110px; object-fit: contain; }
.prsge0mm {
  font-weight: 700; font-size: 1rem;
  color: var(--text-primary); line-height: 1.2;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; hyphens: auto;
}
.eb6g6 .fuat    { background: #1a1a1a; }
.qp7jx .fuat   { background: rgba(128,128,128,.12); }
.jh6lm9u9 .fuat { background: var(--bg-raised); }
.wnql8 .fuat    { background: transparent; padding: 0; }
.ruo6pma {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.eyck { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.f73aiypd { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.vw39 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.sefj416 {
  background: var(--accent-bg, rgba(0,0,0,.04));
  border-radius: 10px;
  padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; min-width: 0;
  text-align: center; line-height: 1.25;
}
.w4xa7 {
  
  color: var(--text-muted);
  opacity: 0.65;
  font-size: .72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.qcnl1 {
  
  color: var(--accent);
  font-weight: 800; font-size: 1rem; line-height: 1.25;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; word-break: break-word;
}
.htrax {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.htrax.dgtsurb {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .b68o {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .b68o::before    { grid-area: rank;   }
  .nmdyryz7           { grid-area: ident;  }
  .ruo6pma     { grid-area: rating; min-width: 0; width: auto; }
  .vw39           { grid-area: pills;  }
  .htrax             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .b68o {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .b68o::before    { justify-self: center; }
  .nmdyryz7           { width: 100%; }
  .ruo6pma     { justify-self: center; }
  .vw39           { grid-template-columns: 1fr; }
}
.lu5nq {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.s7wopzn {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.syngdijy {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.syngdijy img { max-width: 80px; max-height: 50px; object-fit: contain; }
.mltf { flex: 1; }
.mltf h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.fmd4jvs { color: var(--c-stars); font-size: 1.1rem; }
.mhpnyluz { margin-bottom: 8px; }
.f8851 { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.a67uwlr::before   { content: "★ "; color: var(--accent-light); }
.lgw49e2x { flex-shrink: 0; }
.ddvgg6dd img.gfthqe { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.dl4v { padding: 20px 24px; }
.to61 { color: var(--text-muted); margin-bottom: 16px; }
.yve1x5k { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.zqdabqy, .jlhsw4 { list-style: none; font-size: 0.9rem; }
.zqdabqy li { color: var(--c-pros); margin-bottom: 4px; }
.jlhsw4 li { color: var(--c-cons); margin-bottom: 4px; }
.zqdabqy li::before { content: "✓"; margin-right: 5px; }
.jlhsw4 li::before { content: "✗"; margin-right: 5px; }
.jrdbtf2 .zqdabqy li::before { content: "→"; }
.jrdbtf2 .jlhsw4 li::before { content: "–"; }
.qt95  .zqdabqy li::before { content: "★"; }
.qt95  .jlhsw4 li::before { content: "✕"; }
.xo3h    .zqdabqy li::before { content: "◆"; }
.xo3h    .jlhsw4 li::before { content: "▲"; }
.o8eztf6v  .zqdabqy li::before { content: "▶"; }
.o8eztf6v  .jlhsw4 li::before { content: "■"; }
.ksegv { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.hy8by { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.j1lw6m0 { background: var(--bg-pros); color: var(--c-tag-pay); }
.yv09s9gi { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.c3efmgj .yv09s9gi { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.v0lg1 .yv09s9gi { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .gyis56 .ngjb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .gyis56 .lu5nq { margin: 0; }
}
.i8imsnc .s7wopzn { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.i8imsnc .mltf h3 { color: var(--accent-light); }
.i8imsnc .syngdijy { background: var(--bg-page); border: 1px solid var(--border); }
.xmnw .lu5nq { border-top: 4px solid var(--accent); }
.xmnw .s7wopzn { background: var(--bg-card); }
.bnzts7sz .lu5nq { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.bnzts7sz .s7wopzn { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.bnzts7sz .dl4v { padding: 14px 16px; }
.bnzts7sz .syngdijy { border-radius: 4px; }
.bnzts7sz .yv09s9gi { border-radius: 0; }
.stwih .s7wopzn { padding: 0; gap: 0; overflow: hidden; }
.stwih .syngdijy { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.stwih .mltf { padding: 16px 20px; }
.stwih .lgw49e2x { padding: 16px 20px; align-self: center; }
.ngcpl .fmd4jvs { font-size: .95rem; }
.n49zxuyh .fraw7uk { gap: 10px; }
.n49zxuyh .mj9hn, .n49zxuyh .yvo47ifz { padding: 12px; }
.n49zxuyh .mj9hn ul, .n49zxuyh .yvo47ifz ul { margin: 4px 0 0; padding-left: 18px; }
.n49zxuyh .mj9hn li, .n49zxuyh .yvo47ifz li { font-size: .85rem; margin-bottom: 3px; }
.qh66k .hy8by { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .cz2s { grid-template-columns: 1fr; }
  .vqf9as { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .vqf9as .fzowq8 { width: 72px; height: 50px; }
  .vqf9as .k1xhzt { max-width: 180px; }
  .vqf9as .dlfv5r8 { width: auto; }
}
.mscvw6 .ngcpl .fmd4jvs { filter: brightness(1.2); }
@media (max-width: 720px) {
  .mscvw6 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .gv6zy { padding: 16px; }
  .q8lb2 .ptl91hw { min-width: 50%; }
}
.jp5iqv4r .fraw7uk { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .uimxgh0 { grid-template-columns: 1fr; }
  .djky5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .uj92 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ltgcl6m { flex-wrap: wrap; padding: 16px; }
}
.mdsy3 .fraw7uk { gap: 8px; }
.mdsy3 .mj9hn, .mdsy3 .yvo47ifz { padding: 8px; }
@media (max-width: 480px) {
  .ers07i { flex-direction: column; align-items: stretch; }
}
.js2yogep .dlfv5r8 .dgtsurb { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ngie { flex-direction: column; align-items: stretch; gap: 10px; }
  .js2yogep .dlfv5r8 { text-align: center; }
}
@media (max-width: 720px) {
  .kccksjg { grid-template-columns: 1fr; }
  .ows3wcdd { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zrl0d6 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.piexvb .d4e7c1b { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.r9kfd3 .fmd4jvs { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .prm6c4w { grid-template-columns: 1fr; }
  .r9kfd3 { width: 100px; height: 100px; margin: 16px auto; }
  .piexvb { font-size: 1.4rem; }
  .f23l07s { justify-content: center; }
  .iu74g0 .ptl91hw { min-width: 50%; }
}
.rh9eoyjn .fraw7uk { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .l2ngmvsj { flex-wrap: wrap; padding: 14px 16px; }
  .olhl { padding: 12px 16px; }
  .rh9eoyjn .fraw7uk { margin: 0 16px; }
  .rh9eoyjn .qh66k { padding: 0 16px; }
  .pixq { padding: 12px 16px; }
}
.fqxr8izp .b68o {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.fqxr8izp .b68o:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.m93ia48x .j5vir { gap: 18px; }
.m93ia48x .b68o {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.m93ia48x .b68o:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.ckk7 .j5vir {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.ckk7 .b68o {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.ckk7 .b68o:last-child { border-bottom: none; }
.ckk7 .nmdyryz7,
.ckk7 .ruo6pma,
.ckk7 .vw39 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.xmpmc .j5vir { gap: 0; }
.xmpmc .b68o {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.xmpmc .b68o:last-child { border-bottom: none; }
.xmpmc .b68o:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.xmpmc .b68o:nth-child(even):hover { background: var(--bg-hover); }
.u5jeq4 .b68o {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.tcsqm .vw39 .sefj416 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.tcsqm .vw39 .sefj416:first-child { border-left: none; }
.qw682w .vw39 .sefj416 {
  background: transparent; padding: 4px 8px;
}
.qw682w .vw39 .w4xa7 { font-size: .65rem; opacity: .65; }
.qw682w .vw39 .qcnl1   { font-size: 1.15rem; color: var(--accent-light); }
.uogix .vw39 .sefj416 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.f73aiypd { display: none; }
.g3e6dq .eyck { font-size: 1rem; letter-spacing: 2px; }
.ooat .eyck {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.h86bko7 .eyck,
.h80rd3rk .eyck,
.pvkwt2 .eyck { display: none; }
.h86bko7 .f73aiypd,
.h80rd3rk .f73aiypd,
.pvkwt2 .f73aiypd { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.h86bko7 .f73aiypd { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.h86bko7 .f73aiypd small { display: none; }
.h80rd3rk .f73aiypd {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.h80rd3rk .f73aiypd small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.pvkwt2 .f73aiypd {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.pvkwt2 .f73aiypd small { display: none; }
.h86bko7 .mhpnyluz .fmd4jvs,
.h80rd3rk .mhpnyluz .fmd4jvs,
.pvkwt2 .mhpnyluz .fmd4jvs { display: none; }
.h86bko7 .mhpnyluz strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.h86bko7 .d4e7c1b { display: none; }
.h80rd3rk .mhpnyluz strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.h80rd3rk .cqdq,
.h80rd3rk .d4e7c1b { font-size: 1em; }
.pvkwt2 .mhpnyluz strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.pvkwt2 .d4e7c1b { display: none; }
.hfjhueq7 { margin: 16px 0; }
.uvyje6md { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.uvyje6md summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.uvyje6md summary::after { content: "+"; color: var(--accent-light); }
.uvyje6md[open] summary::after { content: "−"; }
.uvyje6md p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.xcz2j { margin-bottom: 0; }
.klvw h2.z8t96at { color: var(--text-primary); border-color: var(--accent-light); }
.k86xoa h2.z8t96at { color: var(--text-primary); border-color: var(--accent-light); }
.mi49fy .r7wc10c     { background: #052e16; border-color: #10b981; }
.mi49fy .ggi7r { background: #2d0a1e; border-color: #f43f5e; }
.mi49fy .mn1lw    { background: #1e1036; border-color: #a855f7; }
.mi49fy .we29ii strong  { color: #f1f5f9; }
.mi49fy .we29ii p       { color: #cbd5e1; }
.mi49fy .ogcowp6b    .r7wc10c     .jtrh22yj::before,
.mi49fy .uwl74a  .r7wc10c     .jtrh22yj::before,
.mi49fy .fwr3o  .r7wc10c     .jtrh22yj::before,
.mi49fy .j9q0 .r7wc10c     .jtrh22yj::before { color: #10b981; }
.mi49fy .ogcowp6b    .ggi7r .jtrh22yj::before,
.mi49fy .uwl74a  .ggi7r .jtrh22yj::before,
.mi49fy .fwr3o  .ggi7r .jtrh22yj::before,
.mi49fy .j9q0 .ggi7r .jtrh22yj::before { color: #f43f5e; }
.mi49fy .ogcowp6b    .mn1lw    .jtrh22yj::before,
.mi49fy .uwl74a  .mn1lw    .jtrh22yj::before,
.mi49fy .fwr3o  .mn1lw    .jtrh22yj::before,
.mi49fy .j9q0 .mn1lw    .jtrh22yj::before { color: #a855f7; }
.pmth8m8 .r7wc10c     { background: #2d2000; border-color: #eab308; }
.pmth8m8 .ggi7r { background: #2d0b0b; border-color: #ef4444; }
.pmth8m8 .mn1lw    { background: #2d1600; border-color: #f97316; }
.pmth8m8 .we29ii strong  { color: #f1f5f9; }
.pmth8m8 .we29ii p       { color: #cbd5e1; }
.pmth8m8 .ogcowp6b    .r7wc10c     .jtrh22yj::before,
.pmth8m8 .uwl74a  .r7wc10c     .jtrh22yj::before,
.pmth8m8 .fwr3o  .r7wc10c     .jtrh22yj::before,
.pmth8m8 .j9q0 .r7wc10c     .jtrh22yj::before { color: #eab308; }
.pmth8m8 .ogcowp6b    .ggi7r .jtrh22yj::before,
.pmth8m8 .uwl74a  .ggi7r .jtrh22yj::before,
.pmth8m8 .fwr3o  .ggi7r .jtrh22yj::before,
.pmth8m8 .j9q0 .ggi7r .jtrh22yj::before { color: #ef4444; }
.pmth8m8 .ogcowp6b    .mn1lw    .jtrh22yj::before,
.pmth8m8 .uwl74a  .mn1lw    .jtrh22yj::before,
.pmth8m8 .fwr3o  .mn1lw    .jtrh22yj::before,
.pmth8m8 .j9q0 .mn1lw    .jtrh22yj::before { color: #f97316; }
.i4el .r7wc10c     { background: #0c1a2e; border-color: #38bdf8; }
.i4el .ggi7r { background: #12103a; border-color: #818cf8; }
.i4el .mn1lw    { background: #0a2020; border-color: #2dd4bf; }
.i4el .we29ii strong  { color: #f1f5f9; }
.i4el .we29ii p       { color: #cbd5e1; }
.i4el .ogcowp6b    .r7wc10c     .jtrh22yj::before,
.i4el .uwl74a  .r7wc10c     .jtrh22yj::before,
.i4el .fwr3o  .r7wc10c     .jtrh22yj::before,
.i4el .j9q0 .r7wc10c     .jtrh22yj::before { color: #38bdf8; }
.i4el .ogcowp6b    .ggi7r .jtrh22yj::before,
.i4el .uwl74a  .ggi7r .jtrh22yj::before,
.i4el .fwr3o  .ggi7r .jtrh22yj::before,
.i4el .j9q0 .ggi7r .jtrh22yj::before { color: #818cf8; }
.i4el .ogcowp6b    .mn1lw    .jtrh22yj::before,
.i4el .uwl74a  .mn1lw    .jtrh22yj::before,
.i4el .fwr3o  .mn1lw    .jtrh22yj::before,
.i4el .j9q0 .mn1lw    .jtrh22yj::before { color: #2dd4bf; }
.aelrgr6a .r7wc10c     { background: var(--accent-bg); border-color: var(--accent-light); }
.aelrgr6a .ggi7r { background: var(--accent-bg-light); border-color: var(--accent-light); }
.aelrgr6a .mn1lw    { background: var(--accent-bg); border-color: var(--accent-pale); }
.aelrgr6a .ogcowp6b    .jtrh22yj::before,
.aelrgr6a .uwl74a  .jtrh22yj::before,
.aelrgr6a .fwr3o  .jtrh22yj::before,
.aelrgr6a .j9q0 .jtrh22yj::before { color: var(--accent-light) !important; }
.ratv::before,
.is7z5::before { margin-right: 5px; }
.yujez .mj9hn ul li,
.yujez .zqdabqy li         { color: #4ade80; }
.yujez .mj9hn .ratv { color: #22c55e; }
.yujez .yvo47ifz ul li,
.yujez .jlhsw4 li         { color: #f87171; }
.yujez .yvo47ifz .is7z5 { color: #ef4444; }
.nahwsxhm .mj9hn { background: var(--bg-pros); }
.nahwsxhm .yvo47ifz { background: var(--bg-cons); }
.nahwsxhm .mj9hn .ratv { color: var(--c-pros-label); }
.nahwsxhm .yvo47ifz .is7z5 { color: var(--c-cons); }
.nahwsxhm .mj9hn ul li,
.nahwsxhm .zqdabqy li            { color: var(--c-pros); }
.nahwsxhm .yvo47ifz ul li,
.nahwsxhm .jlhsw4 li            { color: var(--c-cons); }
.j0c9xwr .mj9hn { background: var(--bg-pros); }
.j0c9xwr .yvo47ifz { background: var(--bg-cons); }
.j0c9xwr .mj9hn .ratv { color: var(--c-pros-label); }
.j0c9xwr .yvo47ifz .is7z5 { color: var(--c-cons); }
.j0c9xwr .mj9hn ul li,
.j0c9xwr .zqdabqy li          { color: var(--c-pros); }
.j0c9xwr .yvo47ifz ul li,
.j0c9xwr .jlhsw4 li          { color: var(--c-cons); }
.gftg39 .ratv::before { content: "✓ "; }
.gftg39 .is7z5::before { content: "✗ "; }
.jrdbtf2 .ratv::before { content: "→ "; }
.jrdbtf2 .is7z5::before { content: "← "; }
.qt95 .ratv::before { content: "★ "; }
.qt95 .is7z5::before { content: "✕ "; }
.xo3h .ratv::before { content: "◆ "; }
.xo3h .is7z5::before { content: "▲ "; }
.v0lg1 .we29ii { background: transparent; border-left: none; border: 1.5px solid; }
.v0lg1 .r7wc10c     { border-color: var(--c-tip-border); }
.v0lg1 .ggi7r { border-color: var(--c-warn-border); }
.v0lg1 .mn1lw    { border-color: #60a5fa; }
.v0lg1 .we29ii strong { color: var(--text-primary); }
.v0lg1 .we29ii p      { color: var(--text-muted); }
.c3efmgj .we29ii { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.c3efmgj .r7wc10c     { border-top-color: var(--c-tip-border); }
.c3efmgj .ggi7r { border-top-color: var(--c-warn-border); }
.c3efmgj .mn1lw    { border-top-color: #60a5fa; }
.byxw4yk .we29ii { border-left: none; border-radius: 8px; }
.byxw4yk .r7wc10c     { background: #065f46; }
.byxw4yk .ggi7r { background: #92400e; }
.byxw4yk .mn1lw    { background: #1e3a8a; }
.byxw4yk .we29ii strong,
.byxw4yk .we29ii p { color: #fff; }
.byxw4yk .jtrh22yj::before { color: rgba(255,255,255,0.85) !important; }
.mi49fy.byxw4yk .r7wc10c,
.mi49fy .byxw4yk .r7wc10c     { background: #052e16; }
.mi49fy.byxw4yk .ggi7r,
.mi49fy .byxw4yk .ggi7r { background: #2d0a1e; }
.mi49fy.byxw4yk .mn1lw,
.mi49fy .byxw4yk .mn1lw    { background: #1e1036; }
.pmth8m8.byxw4yk .r7wc10c,
.pmth8m8 .byxw4yk .r7wc10c      { background: #2d2000; }
.pmth8m8.byxw4yk .ggi7r,
.pmth8m8 .byxw4yk .ggi7r  { background: #2d0b0b; }
.pmth8m8.byxw4yk .mn1lw,
.pmth8m8 .byxw4yk .mn1lw     { background: #2d1600; }
.i4el.byxw4yk .r7wc10c,
.i4el .byxw4yk .r7wc10c      { background: #0c1a2e; }
.i4el.byxw4yk .ggi7r,
.i4el .byxw4yk .ggi7r  { background: #12103a; }
.i4el.byxw4yk .mn1lw,
.i4el .byxw4yk .mn1lw     { background: #0a2020; }
.qarub .we29ii { border-left: none; border-radius: 6px; padding: 10px 14px; }
.qarub .r7wc10c     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.qarub .ggi7r { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.qarub .mn1lw    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.qarub .we29ii strong { color: var(--text-primary); }
.qarub .we29ii p      { color: var(--text-muted); }
.dz3cdec .we29ii { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ogcowp6b .jtrh22yj,
.uwl74a .jtrh22yj,
.fwr3o .jtrh22yj,
.j9q0 .jtrh22yj { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ogcowp6b .jtrh22yj::before,
.uwl74a .jtrh22yj::before,
.fwr3o .jtrh22yj::before,
.j9q0 .jtrh22yj::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ogcowp6b .r7wc10c     .jtrh22yj::before { content: "✦"; color: var(--c-tip-border); }
.ogcowp6b .ggi7r .jtrh22yj::before { content: "▲"; color: var(--c-warn-border); }
.ogcowp6b .mn1lw    .jtrh22yj::before { content: "◉"; color: #60a5fa; }
.uwl74a .r7wc10c     .jtrh22yj::before { content: "★"; color: var(--c-tip-border); }
.uwl74a .ggi7r .jtrh22yj::before { content: "◆"; color: var(--c-warn-border); }
.uwl74a .mn1lw    .jtrh22yj::before { content: "●"; color: #60a5fa; }
.fwr3o .r7wc10c     .jtrh22yj::before { content: "▶"; color: var(--c-tip-border); }
.fwr3o .ggi7r .jtrh22yj::before { content: "■"; color: var(--c-warn-border); }
.fwr3o .mn1lw    .jtrh22yj::before { content: "▸"; color: #60a5fa; }
.j9q0 .r7wc10c     .jtrh22yj::before { content: "→"; color: var(--c-tip-border); }
.j9q0 .ggi7r .jtrh22yj::before { content: "⬥"; color: var(--c-warn-border); }
.j9q0 .mn1lw    .jtrh22yj::before { content: "◈"; color: #60a5fa; }
.rqbrwts .hp60ivp .a3vl2x,
.rqbrwts .yrv8w .a3vl2x  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.rqbrwts .ersjlp                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.rqbrwts .b68o                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.rqbrwts .lu5nq            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.rqbrwts .w6p1lu3          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rqbrwts .d1d8z2v                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.w9m1 .hp60ivp .a3vl2x,
.w9m1 .yrv8w .a3vl2x,
.w9m1 .ersjlp,
.w9m1 .b68o,
.w9m1 .lu5nq,
.w9m1 .w6p1lu3,
.w9m1 .d1d8z2v,
.w9m1 .dz3cdec .we29ii { box-shadow: none; }
.oovd   .znnu6vm, .oovd .b952de, .oovd .jn03ml,
.oovd   .wx23ba, .oovd .pdquycs2 { font-size: 0.9rem; }
.oovd   .u5jp1, .oovd .yuh7 { font-size: 0.9rem; }
.e23rruh5   .znnu6vm, .e23rruh5 .b952de, .e23rruh5 .jn03ml,
.e23rruh5   .wx23ba, .e23rruh5 .pdquycs2 { font-size: 0.95rem; }
.e23rruh5   .u5jp1, .e23rruh5 .yuh7 { font-size: 0.95rem; }
.fxda   .znnu6vm, .fxda .b952de, .fxda .jn03ml,
.fxda   .wx23ba, .fxda .pdquycs2 { font-size: 1.08rem; }
.fxda   .u5jp1, .fxda .yuh7 { font-size: 1.05rem; }
.fxda   .xfs5mb { font-size: 0.97rem; }
.pwzivlc .z3ji      { font-size: 3.2rem; }
.pwzivlc h2.z8t96at { font-size: 1.9rem; }
.pwzivlc h3.reo5n6g6     { font-size: 1.4rem; }
.k42ism3m .z3ji      { font-size: 3.8rem; }
.k42ism3m h2.z8t96at { font-size: 2.2rem; }
.k42ism3m h3.reo5n6g6     { font-size: 1.6rem; }
.xcz2j + .xcz2j { position: relative; }
.kvjc0z0   .xcz2j + .xcz2j::before,
.l03nba  .xcz2j + .xcz2j::before,
.alpc   .xcz2j + .xcz2j::before,
.l31tpe   .xcz2j + .xcz2j::before,
.hwynx1ts   .xcz2j + .xcz2j::before,
.yauqgrh .xcz2j + .xcz2j::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.kvjc0z0 .xcz2j + .xcz2j::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.l03nba .xcz2j + .xcz2j::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.alpc .xcz2j + .xcz2j::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;
}
.l31tpe .xcz2j + .xcz2j::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.mvfx .xcz2j { margin-bottom: 16px; }
.mvfx .xcz2j + .xcz2j { margin-top: 0; }
.mvfx .znrpcac { padding-top: 0; padding-bottom: 0; }
.hwynx1ts .xcz2j + .xcz2j::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.yauqgrh .xcz2j + .xcz2j::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.q5t9t .xcz2j + .xcz2j::before,
.j1qhcf9 .xcz2j + .xcz2j::before,
.qym9l .xcz2j + .xcz2j::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%;
}
.rdqkex .q5t9t .xcz2j:nth-child(even)::before,
.rdqkex .j1qhcf9 .xcz2j:nth-child(even)::before,
.rdqkex .qym9l .xcz2j:nth-child(even)::before { background: var(--bg-surface); }
.rmsxl .q5t9t .xcz2j:nth-child(even)::before,
.rmsxl .j1qhcf9 .xcz2j:nth-child(even)::before,
.rmsxl .qym9l .xcz2j:nth-child(even)::before { background: var(--bg-card); }
.q5t9t .xcz2j + .xcz2j::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");
}
.j1qhcf9 .xcz2j + .xcz2j::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");
}
.qym9l .xcz2j + .xcz2j::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");
}
.qwxoqw .pra8n,
.zftsm .pra8n,
.er70hx .pra8n { overflow: hidden; }
.qwxoqw .gjn057,
.zftsm .gjn057 { margin-bottom: 60px; }
.er70hx .gjn057 { margin-bottom: 70px; }
.qwxoqw .pra8n::before,
.zftsm .pra8n::before,
.er70hx .pra8n::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%;
}
.qwxoqw .pra8n::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");
}
.zftsm .pra8n::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");
}
.er70hx .pra8n::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");
}
.aec1s7k .pra8n:not(.ligg88z7) .d3cq32e { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.i8ao .pra8n:not(.ligg88z7) .d3cq32e { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.bt9yqn  .pra8n:not(.ligg88z7) .d3cq32e { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.vbay  .pra8n:not(.ligg88z7) .d3cq32e { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.aec1s7k .ligg88z7 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.i8ao .ligg88z7 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.bt9yqn .ligg88z7 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.vbay .ligg88z7 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.oh63c9 .ligg88z7 { background: var(--accent); }
.oh63c9 .ligg88z7 .d3cq32e { background: none; }
.oh63c9 .b3p5850 { background: var(--accent); }
.oh63c9 .bt22 { background: var(--accent-bg); }
.oh63c9 .pra8n:not(.ligg88z7) .d3cq32e { background: rgba(0,0,0,0.6); }
.k1h91w4 .i6wukx2 { float: left; width: 38%; margin: 0 28px 16px 0; }
.k1h91w4 .i6wukx2 .jhdlmj3 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k1h91w4 .znrpcac::after { content: ''; display: block; clear: both; }
.vqnbe5u .i6wukx2 { float: right; width: 38%; margin: 0 0 16px 28px; }
.vqnbe5u .i6wukx2 .jhdlmj3 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vqnbe5u .znrpcac::after { content: ''; display: block; clear: both; }
.xl19lg .xcz2j:nth-child(odd)  .i6wukx2 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.xl19lg .xcz2j:nth-child(even) .i6wukx2 { float: right; width: 38%; margin: 0 0 16px 28px; }
.xl19lg .i6wukx2 .jhdlmj3 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xl19lg .znrpcac::after { content: ''; display: block; clear: both; }
.k1h91w4 .r6i34h,
.k1h91w4 .j5vir,
.vqnbe5u .r6i34h,
.vqnbe5u .j5vir,
.xl19lg .r6i34h,
.xl19lg .j5vir { clear: both; }
@media (max-width: 900px) {
  .k1h91w4 .i6wukx2,
  .vqnbe5u .i6wukx2,
  .xl19lg .xcz2j:nth-child(odd)  .i6wukx2,
  .xl19lg .xcz2j:nth-child(even) .i6wukx2 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .k1h91w4 .i6wukx2 .jhdlmj3,
  .vqnbe5u .i6wukx2 .jhdlmj3,
  .xl19lg .i6wukx2 .jhdlmj3 {
    max-height: none !important;
  }
}
.k1h91w4 .u5jp1,
.k1h91w4 .yuh7,
.vqnbe5u .u5jp1,
.vqnbe5u .yuh7,
.xl19lg .u5jp1,
.xl19lg .yuh7 { overflow: hidden; }
@media (max-width: 640px) {
  .k1h91w4 .i6wukx2,
  .vqnbe5u .i6wukx2,
  .xl19lg .i6wukx2 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.fo6brfp .p116j,
.fo6brfp .znrpcac,
.fo6brfp .oxyzwsk5  { max-width: 1100px; }
.fo6brfp { --content-mw: 1100px; }
.kn1n5so .p116j,
.kn1n5so .znrpcac,
.kn1n5so .oxyzwsk5  { max-width: 1200px; }
.w8a36ehk .p116j,
.w8a36ehk .znrpcac,
.w8a36ehk .oxyzwsk5  { max-width: 1320px; }
.falwbk { font-size: 0.82rem; color: var(--text-muted); }
.w7gcyhps { display: flex; align-items: center; }
.dtt0 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.cmjj7z { display: flex; align-items: center; }
.x59hu8y { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.x59hu8y:hover { text-decoration: underline; }
.x3xu { margin: 0 3px; opacity: 0.45; }
.x3xu::before { content: '/'; }
.g75b { padding: 2px 5px; color: var(--text-main); }
.necuf .falwbk {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.necuf .w7gcyhps { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.szqw1ey6 .falwbk {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.szqw1ey6 .w7gcyhps { padding: 0 0 0 12px; }
.ctsrqn {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.p3df33x .w7gcyhps { padding: 0 16px; }
.p3df33x .falwbk {
  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);
}
.p3df33x .p116j { padding-top: 28px; }
@media (max-width: 720px) {
  .ctsrqn { margin-top: 18px; padding: 0 16px; }
  .p3df33x .p116j { padding-top: 16px; }
}
.fo6brfp.necuf .w7gcyhps { max-width: 1100px; }
.kn1n5so.necuf .w7gcyhps { max-width: 1200px; }
.w8a36ehk.necuf .w7gcyhps { max-width: 1320px; }
.fo6brfp .ctsrqn { max-width: 1100px; }
.kn1n5so .ctsrqn { max-width: 1200px; }
.w8a36ehk .ctsrqn { max-width: 1320px; }
.yghmp .xcz2j { padding-top: 16px; padding-bottom: 16px; }
.tj89l .xcz2j { padding-top: 24px; padding-bottom: 24px; }
.i151wuow .xcz2j { padding-top: 40px; padding-bottom: 40px; }
.y5d1p .xcz2j { padding-top: 52px; padding-bottom: 52px; }
.wsvwb .xcz2j:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.wsvwb .xcz2j:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.wsvwb .xcz2j:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.wsvwb .xcz2j:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.sg7kyqt .znrpcac { padding-top: 10px;  padding-bottom: 10px; }
.t7vx .znrpcac { padding-top: 18px;  padding-bottom: 18px; }
.adattn .znrpcac { padding-top: 36px;  padding-bottom: 36px; }
.epsux .znrpcac { padding-top: 48px;  padding-bottom: 48px; }
.l31ua h2.z8t96at { font-weight: 600; }
.l31ua h3.reo5n6g6     { font-weight: 600; }
.z0ailb h2.z8t96at { font-weight: 800; }
.z0ailb h3.reo5n6g6     { font-weight: 700; }
.yslh h2.z8t96at { font-weight: 900; }
.yslh h3.reo5n6g6     { font-weight: 800; }
.yslh .we29ii strong,
.yslh .we29ii strong { font-weight: 600; }
.maadraqy {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.wubxz .maadraqy { display: none; }
@media (max-width: 640px) {
  .imw2wy6m { display: none; }
  .maadraqy {
    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;
  }
}
.maadraqy { background: var(--cta) !important; color: #fff !important; border: none !important; }
.maadraqy:hover { opacity: 0.85; }
.u10u49j .maadraqy { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.dpdd4gt .maadraqy,
.nnvjvo0c  .maadraqy { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.dpdd4gt .maadraqy:hover,
.nnvjvo0c  .maadraqy:hover { opacity: 0.88; }
.u10u49j.dpdd4gt .maadraqy,
.u10u49j.nnvjvo0c  .maadraqy { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.pd4uju {
  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;
}
.pd4uju:hover { transform: translateY(-2px); opacity: 0.92; }
.pd4uju { background: var(--cta) !important; color: #fff !important; border: none !important; }
.rimwb0yq .pd4uju { display: none; }
.hm3dl .pd4uju { right: 32px; }
.b4toc  .pd4uju { left: 32px; }
@media (max-width: 480px) {
  .hm3dl .pd4uju { right: 20px; bottom: 20px; }
  .b4toc  .pd4uju { left: 20px; bottom: 20px; }
}
.zxch5e { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.oxyzwsk5 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.dk26 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.uz0zz { color: var(--text-dim); font-size: 0.8rem; }
.gc0mb a, .qm0amp4y a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.gc0mb a:hover, .qm0amp4y a:hover { color: var(--accent-light); }
.qm0amp4y { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.pm4gk .oxyzwsk5 { text-align: center; }
.pm4gk .qm0amp4y { justify-content: center; margin-bottom: 16px; }
.pm4gk .dk26 { margin-top: 0; }
.ky8j1 { margin-top: 10px; }
.ky8j1 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .oxyzwsk5 { padding-left: 16px; padding-right: 16px; }
  .rx4g6mmu .oxyzwsk5 { padding: 20px 16px; }
  .qm0amp4y { gap: 4px 12px; }
  .dk26 { font-size: 0.78rem; }
}
.mbbpdr .dk26 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.mbbpdr .uz0zz { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .mbbpdr .kry8i { grid-template-columns: 1fr 1fr; } .mbbpdr .s5hx { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mbbpdr .kry8i { grid-template-columns: 1fr; } }
.v8owju .dk26 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .v8owju .y6jx { gap: 12px; } .v8owju .oop13umg { margin-right: 0; width: 100%; } }
.wmziuo .dk26 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.wmziuo .uz0zz { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .wmziuo .owsc { grid-template-columns: 1fr 1fr; } .wmziuo .ieprwzbj { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wmziuo .owsc { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .xzfq74 .ao2t4ak { grid-template-columns: 1fr 1fr; } .xzfq74 .vcsb3v3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xzfq74 .ao2t4ak { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .b49jauvb .ao2t4ak { grid-template-columns: 1fr; } }
.pqijw .oxyzwsk5 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.pqijw .qm0amp4y { justify-content: center; }
.q5ru8dqo .smsha19      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.q5ru8dqo .zxch5e { background: var(--bg-page); border-top-color: var(--border-alt); }
.vhkb4nk .smsha19      { background: #0d1117; border-bottom-color: #21262d; }
.vhkb4nk .vod3gwce { color: var(--accent-light); }
.vhkb4nk .bkcl { --msep-color: #8b949e; }
.vhkb4nk .bkcl a { color: #8b949e; }
.vhkb4nk .bkcl a:hover { color: var(--accent-light); }
.vhkb4nk .otcs2ylk { color: #8b949e; }
.vhkb4nk .zxch5e { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.vhkb4nk .dk26,
.vhkb4nk .uz0zz { color: #6e7681; }
.vhkb4nk .gc0mb a, .vhkb4nk .qm0amp4y a,
.vhkb4nk .gc0mb a:hover, .vhkb4nk .qm0amp4y a:hover,
@media (max-width: 640px) {
  .vhkb4nk .bkcl { background: #0d1117; border-top-color: #21262d; }
  .vhkb4nk .bkcl li a { border-bottom-color: #21262d; }
}
.vm8e .smsha19      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vm8e .vod3gwce { color: var(--accent-light); }
.vm8e .bkcl { --msep-color: #475569; }
.vm8e .bkcl a { color: #475569; }
.vm8e .bkcl a:hover { color: var(--accent-light); }
.vm8e .otcs2ylk { color: #64748b; }
.vm8e .zxch5e { background: #f0f4f8; border-top-color: #cbd5e1; }
.vm8e .dk26,
.vm8e .uz0zz { color: #64748b; }
.vm8e .gc0mb a, .vm8e .qm0amp4y a,
.vm8e .gc0mb a:hover, .vm8e .qm0amp4y a:hover,
@media (max-width: 640px) {
  .vm8e .bkcl { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vm8e .bkcl li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.dpdd4gt .smsha19      { background: var(--accent); border-bottom-color: var(--accent-light); }
.dpdd4gt .vod3gwce { color: #fff; }
.dpdd4gt .bkcl { --msep-color: rgba(255,255,255,0.82); }
.dpdd4gt .bkcl a { color: rgba(255,255,255,0.82); }
.dpdd4gt .bkcl a:hover { color: #fff; }
.dpdd4gt .otcs2ylk { color: rgba(255,255,255,0.9); }
.dpdd4gt .zxch5e { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.dpdd4gt .dk26,
.dpdd4gt .uz0zz { color: rgba(255,255,255,0.72); }
.dpdd4gt .gc0mb a, .dpdd4gt .qm0amp4y a,
.dpdd4gt .gc0mb a:hover, .dpdd4gt .qm0amp4y a:hover,
@media (max-width: 640px) {
  .dpdd4gt .bkcl { background: var(--accent); border-top-color: var(--accent-light); }
  .dpdd4gt .bkcl li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.nnvjvo0c .smsha19 {
  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);
}
.nnvjvo0c .zxch5e {
  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) {
  .nnvjvo0c .bkcl {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.gchq8c .hk8e68z { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.gdvh21 .hk8e68z { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ywodh .hk8e68z { min-height: 72px; height: auto; }
.s3xu .hk8e68z { min-height: 84px; height: auto; }
.rx4g6mmu .hk8e68z { max-width: none; padding: 0 32px; }
.rx4g6mmu .oxyzwsk5  { max-width: none; padding: 24px 32px; }
.g91i8.kn1n5so .hk8e68z { max-width: 1200px; }
.g91i8.w8a36ehk .hk8e68z { max-width: 1320px; }
.vf4pzq   .vod3gwce, .vf4pzq   .oop13umg { text-transform: capitalize; }
.y0ikuv .vod3gwce, .y0ikuv .oop13umg { text-transform: lowercase; }
.dbpgq .vod3gwce, .dbpgq .oop13umg { text-transform: uppercase; letter-spacing: 0.06em; }
.s65h8kq2, .te1rk {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ut8pxut .s65h8kq2,
.zr239 .s65h8kq2,
.p8v9rd .s65h8kq2,
.iza6ow .s65h8kq2,
.jkto   .bkcl a { font-weight: 500; }
.zhmj .bkcl a { font-weight: 600; }
.p5scy     .bkcl a { font-weight: 700; }
.lo65    .bkcl a { font-weight: 800; letter-spacing: 0.01em; }
.p374x     .bkcl > li + li::before,
.pm3tf8k2    .bkcl > li + li::before,
.bb1edh8    .bkcl > li + li::before,
.xfb47dlk .bkcl > li + li::before,
.y6uvl .bkcl > li + li::before,
.vyns23  .bkcl > li + li::before,
.d4iu    .bkcl > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.p374x     .bkcl > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.pm3tf8k2    .bkcl > li + li::before { content: "|"; }
.bb1edh8    .bkcl > li + li::before { content: "—"; }
.xfb47dlk .bkcl > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.y6uvl .bkcl > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.vyns23  .bkcl > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.d4iu    .bkcl > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .z6fqrjag .otcs2ylk,
  .wxjx33g .otcs2ylk,
  .odqtkyn .otcs2ylk,
  .dbbcm32 .otcs2ylk,
  .ryfggdg .otcs2ylk {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .z6fqrjag .otcs2ylk::before,
  .wxjx33g .otcs2ylk::before,
  .odqtkyn .otcs2ylk::before,
  .dbbcm32 .otcs2ylk::before,
  .ryfggdg .otcs2ylk::before { content: ""; display: block; flex-shrink: 0; }

  
  .z6fqrjag .otcs2ylk::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;
  }

  
  .wxjx33g .otcs2ylk::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;
  }

  
  .odqtkyn .otcs2ylk::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;
  }

  
  .dbbcm32 .otcs2ylk::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;
  }

  
  .ryfggdg .otcs2ylk::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) {
  .berjy .otcs2ylk {
    padding: 5px 14px;
  }
  .berjy .bkcl {
    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;
  }
  .berjy .bkcl li a {
    border-bottom: none; padding: 10px 22px;
  }
  .berjy .bkcl li a:hover { background: var(--bg-raised); }
  .berjy .bgd81qjq,
  .cusg1m2r .bgd81qjq,
  .ah93o .bgd81qjq { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .vdl8izzo .otcs2ylk {
    padding: 5px 10px;
  }
  .vdl8izzo .bkcl {
    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);
  }
  .vdl8izzo .bkcl.s1tr5cy9 { transform: translateX(0); }
  .vdl8izzo .bkcl li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .vdl8izzo .bkcl li:last-child a { border-bottom: none; }
  .dpdd4gt .bkcl,
  .vhkb4nk .bkcl { background: var(--accent) !important; }
  .dpdd4gt .bkcl li a,
  .vhkb4nk .bkcl li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ah93o .otcs2ylk {
    padding: 5px 10px;
  }
  .ah93o .bkcl {
    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);
  }
  .ah93o .bkcl::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ah93o .bkcl.s1tr5cy9 { transform: translateY(0); }
  .ah93o .bkcl li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .mtubtmc .otcs2ylk {
    padding: 5px 10px;
  }
  .mtubtmc .bkcl {
    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;
  }
  .mtubtmc .bkcl.s1tr5cy9 { opacity: 1; pointer-events: auto; }
  .mtubtmc .bkcl li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .opv6     .otcs2ylk { border-radius: 0 !important; }
  .ufz31   .otcs2ylk { border-radius: 8px !important; }
  .bks6 .otcs2ylk { border-radius: 50% !important; }
  .bs8vgv   .otcs2ylk { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .eokzjr .eba4n6o { flex-direction: column; align-items: stretch; }
  .eokzjr .q0gap { flex-direction: row; min-width: auto; }
  .eokzjr .w3f6 { align-items: flex-start; text-align: left; }
}
.ttdneqy1,
.ttdneqy1.xcz2j,
.rdqkex .ttdneqy1,
.uq76 .ttdneqy1,
.rmsxl .ttdneqy1,
.nftp .ttdneqy1 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ifl4s {
  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;
}
.xht6b1ey { flex: 1 1 280px; min-width: 0; }
.lk7bma {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.wkgl9 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.hmc0 {
  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;
}
.hmc0:hover { transform: translateY(-1px); opacity: 0.95; }
.z55rc0 .ifl4s {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.z55rc0 .lk7bma { color: var(--cta); }
.z55rc0 .wkgl9 { color: var(--text-body); }
.z55rc0 .hmc0 {
  background: var(--cta) !important;
  color: #fff !important;
}
.nurbz .ifl4s {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.nurbz .lk7bma { color: var(--text-primary); }
.nurbz .wkgl9 { color: var(--text-body); }
.nurbz .hmc0 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ifl4s {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .xht6b1ey { flex: 0 0 auto; }
  .lk7bma { font-size: 1.2rem; }
  .hmc0 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.gkfnbjln .my81mt0 { height: 36px; }
.nbqh .my81mt0 { height: 60px; max-width: 200px; }
.b3s7ski .my81mt0 { height: 56px; max-width: 180px; }
.ck89f2o    .eyck, .ck89f2o    .fmd4jvs { color: #f59e0b; }
.q50h      .eyck { font-size: 1rem; letter-spacing: 1.5px; }
.q50h      .fmd4jvs   { font-size: 1.35rem; }
.xh8vv    .eyck, .xh8vv    .fmd4jvs { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.buonejqy     .eyck, .buonejqy     .fmd4jvs { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.oji7qfp .eyck, .oji7qfp .fmd4jvs { color: var(--cta); letter-spacing: 2px; }
.p1mgh2   .eyck, .p1mgh2   .fmd4jvs { color: #e91e63; letter-spacing: 2px; }
.rfui  .eyck, .rfui  .fmd4jvs { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.hrvs7     .eyck, .hrvs7     .fmd4jvs { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.tcsqm .sefj416 + .sefj416 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.wflu .b68o { padding: 18px 24px; min-height: 68px; }
.qw682w .w4xa7 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.qw682w .qcnl1 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.uogix .sefj416 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.j5vir { counter-reset: cs-rank; }
.j5vir .b68o { counter-increment: cs-rank; }
.j5vir .b68o::before {
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
  order: -1;
}
.s2qm77gw .j5vir { counter-reset: cs-rank; gap: 0; }
.s2qm77gw .b68o {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.s2qm77gw .b68o::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.s2qm77gw .nmdyryz7 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.s2qm77gw .fuat {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.s2qm77gw .f78f4l { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.s2qm77gw .nmdyryz7 { min-width: 0; flex-direction: column; width: 100%; }
.s2qm77gw .prsge0mm {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.s2qm77gw .eyck { color: var(--cta, var(--accent)); }
.s2qm77gw .f73aiypd { font-weight: 700; }
.s2qm77gw .sefj416 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.s2qm77gw .w4xa7 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.s2qm77gw .qcnl1 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.s2qm77gw .aata32 .qcnl1 { font-size: 1.3rem; color: var(--accent-light); }
.s2qm77gw .htrax {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.s2qm77gw .b68o:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .s2qm77gw .j5vir {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .s2qm77gw .b68o {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .s2qm77gw .b68o { padding: 40px 16px 20px; }
  .s2qm77gw .sefj416 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .s2qm77gw .htrax { width: 100%; min-width: 0; }
}
.tidn .j5vir { counter-reset: cs-rank; gap: 10px; }
.tidn .b68o {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.tidn .b68o::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.tidn .nmdyryz7 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.tidn .fuat {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.tidn .f78f4l { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.tidn .prsge0mm {
  font-size: 1.05rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: 0; max-width: 140px;
  overflow-wrap: break-word; hyphens: auto;
}
.tidn .eyck { color: var(--cta, var(--accent)); }
.tidn .sefj416 {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.tidn .w4xa7 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.tidn .qcnl1 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.tidn .aata32 .qcnl1 { color: var(--accent-light); }
.tidn .htrax {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.tidn .b68o:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .tidn .b68o {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .tidn .b68o::before {
    position: absolute; top: 14px; left: 14px;
  }
  .tidn .nmdyryz7 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .tidn .prsge0mm { white-space: normal; text-align: center; font-size: 1.2rem; }
  .tidn .sefj416 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .tidn .htrax { width: 100%; min-width: 0; }
  .tidn .eyck { min-width: 0; }
}
.tft01 .b68o::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ypva3j .uvyje6md {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ypva3j .uvyje6md summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ypva3j .uvyje6md p { padding: 0 2px 16px; }
.duijjfe1 .uvyje6md { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.duijjfe1 .uvyje6md summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.duijjfe1 .uvyje6md summary::after { content: "›"; font-size: 1.2em; }
.duijjfe1 .uvyje6md[open] summary::after { content: "‹"; }
.duijjfe1 .uvyje6md p { padding: 10px 22px 4px; }
.sb2h7cz2 .uvyje6md {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.sb2h7cz2 .uvyje6md summary { color: var(--text-primary); padding-left: 16px; }
.sb2h7cz2 .uvyje6md summary::after { content: "›"; font-size: 1.1em; }
.sb2h7cz2 .uvyje6md[open] summary::after { content: "‹"; }
.sb2h7cz2 .uvyje6md p { padding-left: 16px; }
.rem4u8ru .hfjhueq7 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.rem4u8ru .uvyje6md {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.rem4u8ru .uvyje6md:last-child { border-bottom: none; }
.rem4u8ru .uvyje6md summary { color: var(--text-primary); border-radius: 0; }
.rem4u8ru .uvyje6md summary::after { content: "›"; font-size: 1.1em; }
.rem4u8ru .uvyje6md[open] summary::after { content: "‹"; }
.zowc .uvyje6md { overflow: hidden; }
.zowc .uvyje6md summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.zowc .uvyje6md summary::after { color: rgba(255,255,255,.75); }
.zowc .uvyje6md[open] summary { border-radius: 0; }
.b8eo9p { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.iyqytl {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.atszqgyq {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.jp76f2 { color: var(--text-muted); font-size: 1.05rem; }
.z73zasy {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.d25y09a {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.kkdb { margin-bottom: 20px; }
.w0gsk {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.y161t {
  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;
}
.y161t:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.gt8g { resize: vertical; min-height: 130px; }
.vgd1zw { width: 100%; margin-top: 8px; }
.yfs5mazv {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.fihy50 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.lnuui { color: var(--text-muted); line-height: 1.75; }
.fc13 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.fc13 li { margin-bottom: 6px; }
.jbnhazpz { max-width: 760px; margin: 0 auto; }
.mzcgqhe { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.mzcgqhe:last-child { border-bottom: none; }
.t6mr7wob { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.mzcgqhe p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.mzcgqhe ul.fc13 { margin: 0; }
.zoe2h .t6mr7wob { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .zoe2h { grid-template-columns: 1fr; gap: 10px; } }
.c02015zb .t6mr7wob { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.vxzx0m0z .fc13 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .tue5 { grid-template-columns: 1fr; } }
.gtkpn2mc { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.gtkpn2mc:hover .j163 { color: var(--accent-light); text-decoration: underline; }
.ygsdgln { color: inherit; text-decoration: none; }
.ygsdgln:hover { color: var(--accent-light); text-decoration: underline; }
.xxfxhoo { display: inline-block; line-height: 0; }
.kc4lwb8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ce5todn { margin-bottom: 48px; }
.lm7y8mu { max-width: 760px; margin: 0 auto; }
.x84hj8pk { max-width: 640px; margin: 0 auto; }
.m749fjsa { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.m749fjsa:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.fe2kdk { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.m749fjsa p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.m749fjsa ul.fc13 { margin: 0; }
.qu7nradb { color: var(--text-muted); line-height: 1.75; }
.q227ac08 .fc13,
.x84hj8pk .fc13,
.qm683 .fc13,
.d7ly .fc13 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.q227ac08 .m749fjsa,
.x84hj8pk .m749fjsa { text-align: left; }
.q227ac08 .fe2kdk,
.x84hj8pk .fe2kdk { text-align: center; }
.qypf1h { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.vaegr { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.qi3ecby8 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.o2bn1qz { margin-top: 12px; }
.dvv3ph1 { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.dvv3ph1:hover { border-bottom-color: var(--accent-light); }
.yqhrhn1p { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.yqhrhn1p img { width: 100%; height: 100%; object-fit: cover; display: block; }
.p2v05rb7 { width: 72px; height: 72px; }
.y7go { border-radius: 50%; }
.dmfi6 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.s6rlrbmp { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .k6hwl90n { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ik2qtt .qi3ecby8, .ik2qtt .vaegr { max-width: 640px; }
.iv9c41 .qypf1h { font-size: 1.6rem; margin-top: 18px; }
.j5lw8 .qi3ecby8 { margin-bottom: 28px; }
@media (max-width: 860px) { .n5ag7p5i { grid-template-columns: 1fr; } .iv9c41 { position: static; text-align: center; } }
.ynby5j6 .yqhrhn1p { margin: 0 auto 18px; }
.ynby5j6 .dmfi6 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .zzpty6z1 { grid-template-columns: 1fr; } }
.twc0s .qypf1h { font-size: 1.6rem; margin-bottom: 6px; }
.d7ly .fc13 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .twc0s { flex-direction: column; text-align: center; } .m59xnyo { grid-template-columns: 1fr; } }
.ga7r7f { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.ga7r7f .qypf1h { font-size: 1.35rem; margin: 0 0 4px; }
.ga7r7f .dmfi6 { margin: 0; }
.tqsclfz {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.tqsclfz .atszqgyq { color: var(--accent-light); }
.i9uvg .atszqgyq { font-size: 2rem; }
.i9uvg .jp76f2 { max-width: 680px; }
.mjq8j42 .atszqgyq { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.mjq8j42 .jp76f2  { margin: 0; }
@media (max-width: 640px) { .mjq8j42 { flex-direction: column; } }
.ngloni .atszqgyq { color: var(--accent-light); }
.zyqponh .atszqgyq { color: #fff; }
.zyqponh .jp76f2  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .qu2t1sxz { grid-template-columns: 1fr; } }
.mguah .y161t {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.mguah .y161t:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.yrvvly .y161t { background: var(--bg-raised); border-color: transparent; }
.yrvvly .y161t:focus { background: var(--bg-card); border-color: var(--accent-light); }
.wctyw .y161t { border-radius: 100px; padding: 11px 20px; }
.wctyw .gt8g { border-radius: 14px; }
@media (max-width: 640px) { .uyb1 { grid-template-columns: 1fr; } }
.awqks71y{display:none}
.awqks71y:empty,.brp5afqp:empty{display:none}
.wd5su4z{position:relative;overflow:visible}
.ygot09gs .k7q71c,.zbjjh .k7q71c,
.bkeb .k7q71c,.k69aoyh6 .k7q71c,
.udaya0v .k7q71c,.gu93kz .k7q71c{display:block}
.uf5lezb .ldbh3az{display:block}
.ygot09gs .k7q71c,.zbjjh .k7q71c,
.bkeb .k7q71c,.k69aoyh6 .k7q71c,
.udaya0v .k7q71c{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.ygot09gs .k7q71c .brp5afqp,.zbjjh .k7q71c .brp5afqp,
.bkeb .k7q71c .brp5afqp,.k69aoyh6 .k7q71c .brp5afqp,
.udaya0v .k7q71c .brp5afqp{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.ygot09gs .xechr,.zbjjh .xechr,
.bkeb .xechr,.k69aoyh6 .xechr,
.udaya0v .xechr{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ygot09gs .k7q71c,.zbjjh .k7q71c{top:12px}
.ygot09gs .k7q71c .brp5afqp{margin-right:auto}
.zbjjh .k7q71c .brp5afqp{margin-left:auto}
.zbjjh .k7q71c{text-align:right}
.bkeb .k7q71c,.k69aoyh6 .k7q71c{bottom:12px}
.bkeb .k7q71c .brp5afqp{margin-right:auto}
.k69aoyh6 .k7q71c .brp5afqp{margin-left:auto}
.k69aoyh6 .k7q71c{text-align:right}
.udaya0v .k7q71c{position:relative;margin-top:16px}
.udaya0v .k7q71c .brp5afqp{margin:0 auto}
.gu93kz .k7q71c{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.gu93kz .k7q71c .brp5afqp{margin:0}
.gu93kz .bt22~.k7q71c,
.gu93kz .kqjt3k~.k7q71c{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.gu93kz .bt22~.k7q71c .brp5afqp,
.gu93kz .kqjt3k~.k7q71c .brp5afqp{justify-content:flex-start}
.bt22~.k7q71c,.kqjt3k~.k7q71c{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.bt22~.k7q71c .brp5afqp{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.kqjt3k~.k7q71c .brp5afqp{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ldbh3az .brp5afqp{margin:0 0 12px}
.brp5afqp{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.kuc7u5i{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.j163{font-weight:600;color:var(--text-heading);opacity:1}
.p2k8yuwi::before{content:"·";margin:0 2px;opacity:.5}
.xechr{white-space:nowrap}
.z1enp .kuc7u5i{display:none}
.gvhx .xechr{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.gvhx .p2k8yuwi::before{content:""}
.hjsj .xechr{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.hjsj .p2k8yuwi::before{content:""}
.ue9zioce .brp5afqp{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.uefd2gz .xechr{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.uefd2gz .p2k8yuwi::before{content:""}
.zw4i82 .xechr{color: var(--accent-light);opacity:1;font-weight:500}
.vpik .xechr{border-bottom:1px solid currentColor;padding-bottom:2px}
.cixat75g .brp5afqp{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.kp7mk6dj{--date-bg:var(--accent-bg-light)}
.zx10kha4 .p2k8yuwi::before{content:""}
.h6fz05y .p2k8yuwi::before{content:"•";opacity:.4}
.h6fz05y .xechr + .xechr::before{content:"•";margin-right:6px;opacity:.4}
.lfmiwo5d .p2k8yuwi::before{content:"/";opacity:.35}
.lfmiwo5d .xechr + .xechr::before{content:"/";margin-right:6px;opacity:.35}
.pqi6jy .p2k8yuwi::before{content:"|";opacity:.3}
.pqi6jy .xechr + .xechr::before{content:"|";margin-right:6px;opacity:.3}
.ou04hfh .p2k8yuwi::before{content:"—";opacity:.3}
.ou04hfh .xechr + .xechr::before{content:"—";margin-right:6px;opacity:.3}
.gv1br6g .p2k8yuwi::before{content:"◆";font-size:.5em;opacity:.35}
.gv1br6g .xechr + .xechr::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.uuuaor3u .p2k8yuwi::before{content:"·";opacity:.4}
.uuuaor3u .xechr + .xechr::before{content:"·";margin-right:6px;opacity:.4}
.c1j8pwc .p2k8yuwi::before{content:"›";opacity:.4}
.c1j8pwc .xechr + .xechr::before{content:"›";margin-right:6px;opacity:.4}
.fadztp .p2k8yuwi::before{content:"→";opacity:.35;font-size:.85em}
.fadztp .xechr + .xechr::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ovwn{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.gbuen27{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.qxfjjiin{display:flex;flex-direction:column;gap:3px}
.s6h6{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.hq6buj{font-weight:700;font-size:1rem;color:var(--text-heading)}
.l1mw95w{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.rp5533 .ovwn{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.d6oakm .ovwn{border-top:3px solid var(--accent);padding-top:18px}
.ycrgh .ovwn{border-left:3px solid var(--accent);border-radius:0}
.ldc4c85 .ovwn{padding:20px 0}
@media(max-width:640px){
  .ovwn{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .l1mw95w{max-width:100%}
}
.eorfe .w6p1lu3{margin:0}
@media (max-width:560px){
  .ro5l5{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .u8az { padding: 28px 18px 20px; }
  .n0f5o { font-size: 1.2rem; }
  .fos12 { max-width: 220px; max-height: 80px; }
}
.wdgxzgux {
  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);
}
.yv0z {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.c38ewf  .wdgxzgux { border-radius: 50%; }
.vtue7  .wdgxzgux { border-radius: 6px; }
.ralc0s .wdgxzgux { border-radius: 22px; }
.ux1wa .ifl4s {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .wdgxzgux { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.usp1zduc {
  margin: 28px 0 24px;
}
.usp1zduc .xcz2j {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.usp1zduc .znrpcac {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.usp1zduc .ifl4s {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .hk8e68z { flex-direction: row-reverse; }
[dir="rtl"] .bkcl { flex-direction: row-reverse; }
[dir="rtl"] .hm3dl .pd4uju { right: auto; left: 32px; }
[dir="rtl"] .b4toc  .pd4uju { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .hm3dl .pd4uju { right: auto; left: 20px; }
  [dir="rtl"] .b4toc  .pd4uju { left: auto;  right: 20px; }
}
[dir="rtl"] .k1h91w4 .i6wukx2  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .vqnbe5u .i6wukx2 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .u5jp1, [dir="rtl"] .yuh7 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .mj9hn { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .yvo47ifz { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .we29ii { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ifl4s { direction: rtl; }
[dir="rtl"] .wdgxzgux { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .b68o,
[dir="rtl"] .falwbk { direction: rtl; }
[dir="rtl"] .d1d8z2v { direction: rtl; }
[dir="rtl"] .k4bi4 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .safbs8yn .yuh7,
[dir="rtl"] .oncjilhj .yuh7,
[dir="rtl"] .kqbry44 .yuh7,
[dir="rtl"] .v04y .yuh7 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .safbs8yn .yuh7 li::before,
[dir="rtl"] .oncjilhj .yuh7 li::before,
[dir="rtl"] .kqbry44 .yuh7 li::before,
[dir="rtl"] .v04y .yuh7 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .pra8n.b6rkg4 .gjn057,
[dir="rtl"] .yo16.b6rkg4 .gjn057,
[dir="rtl"] .ligg88z7.b6rkg4 .gjn057,
[dir="rtl"] .fumga.b6rkg4 .gjn057,
[dir="rtl"] .xpnxd.b6rkg4 .gjn057 { text-align: right; }
[dir="rtl"] .bt22.b6rkg4 .x3a7r { align-items: flex-end; text-align: right; }
[dir="rtl"] .znrpcac,
[dir="rtl"] .wx23ba,
[dir="rtl"] .pdquycs2,
[dir="rtl"] .nnic1v,
[dir="rtl"] .gjn057 { text-align: right; }
[dir="rtl"] .d25y09a,
[dir="rtl"] .w0gsk,
[dir="rtl"] .qi3ecby8,
[dir="rtl"] .y161t,
[dir="rtl"] .gt8g { text-align: right; direction: rtl; }
[dir="rtl"] .wctyw .y161t,
[dir="rtl"] .mguah .y161t { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #942148;
  --brand:           #942148;
  --brand-light:     #772440;
  --brand-pale:      #943a58;
  --grad-start:      #d33d70;
  --grad-end:        #d67797;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #942148;
  --cta-light:       #761636;
  --cta-hover:       #61152f;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f4;
  --bg-raised:       #f1eeef;
  --bg-hover:        #f5f3f4;
  --border:          #e8e2e4;
  --border-alt:      #dcd0d4;
  --border-section:  #e8e2e4;
  --text-primary:    #1b1718;
  --text-muted:      #605257;
  --text-body:       #362f31;
  --text-sub:        #52464a;
  --text-faint:      #89757c;
  --text-dim:        #a09196;
  --text-label:      #6d5e63;
  --text-value:      #443a3e;
  --accent-bg:       #f1e3e8;
  --accent-bg-light: #eacbd6;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #1e8e14;
  --c-cons:          #9f2128;
  --c-pros-label:    #24a918;
  --c-tip-border:    #27ba1b;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1e8e14;
}
:root { --logo-bg-opacity: 62%; }
body, button, input { font-family: "Josefin Sans", sans-serif; }
.wswn6 .zqdabqy li::before, .wswn6 .jlhsw4 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.wswn6 .zqdabqy li::before { content: ""; }.wswn6 .jlhsw4 li::before { content: ""; }.wswn6 .ratv::before, .wswn6 .is7z5::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.wswn6 .ratv::before { content: ""; }.wswn6 .is7z5::before { content: ""; }
.d47bayt3 .dmz9r4, .d47bayt3 .bt22 { min-height: 420px; }
.szia .maadraqy::after,.szia .pd4uju::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; }
.x3xu::before { content: '·'; font-size: 1.3em; line-height: 1; }