:root {
  --color-accent: #99073e;
  --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;
}
.f4i1vgm6 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ebeo0z1 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ryp6 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.sk798nkm { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ci0t6w { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ci0t6w a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ci0t6w a:hover { color: var(--accent-light); }
.svvsj  .ay1xl { border-radius: 14px; }
.svvsj .ay1xl li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.svvsj .ay1xl li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.aco2dmu .ay1xl li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .ay1xl {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .q6flvid:hover .ay1xl,
  .q6flvid:focus-within .ay1xl { display: block; }
  .ay1xl li a { padding: 8px 16px; font-size: 0.88rem; }
}
.litsvins {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.jrb7e { display: none; }
@media (max-width: 640px) {
  .jrb7e {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .jrb7e.slq2 { display: block; }
}
@media (max-width: 640px) {
  .litsvins { display: block; }
  .ci0t6w > li + li::before { display: none !important; }
  .ci0t6w {
    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;
  }
  .ci0t6w.slq2 { display: flex; }
  .ci0t6w li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ci0t6w li:last-child a { border-bottom: none; }
}
.qc6bi { min-height: 480px; }
.tinzycsz {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.sq4v7o { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.yl0e24u .sq4v7o { margin-left: 0; margin-right: 0; }
.b4g4 {
  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;
}
.dtn5cpjm .b4g4 { margin-top: 24px; }
.b4g4:hover { opacity: 0.88; }
.flk4 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.hv27z {
  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%);
}
.flk4 .cro3 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.flk4 .tinzycsz { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.flk4 .sq4v7o { color: #e2e8f0; }
.flk4.dqlrs .cro3 { text-align: center; }
.flk4.yl0e24u   .cro3 { text-align: left; }
.xlevdsrs .cro3 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.xlevdsrs .tinzycsz { color: var(--text-primary); text-shadow: none; }
.xlevdsrs .sq4v7o { color: var(--text-muted); }
.xlevdsrs .b4g4 { margin-top: 16px; }
.xlevdsrs, .xlevdsrs.qc6bi { min-height: auto !important; }
.xlevdsrs.dqlrs .cro3 { text-align: center; }
.xlevdsrs.yl0e24u   .cro3 { text-align: left; }
.xlevdsrs~.g4wo{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}
.xlevdsrs~.g4wo .bslue{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}
.tpj8ai {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.gats .tpj8ai,
.gats .tpj8ai::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.ciud .tpj8ai,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.v7k7qw .tpj8ai,
.v7k7qw .flk4 .hv27z {
  overflow: hidden;
}
.v7k7qw .tpj8ai::after,
.v7k7qw .flk4 .hv27z::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%); }
}
.icqn2g2g .tpj8ai,
.icqn2g2g .tpj8ai::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); }
}
.icqn2g2g .flk4 .hv27z {
  overflow: hidden;
}
.icqn2g2g .flk4 .hv27z::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;
}
.mp9u .tpj8ai,
.mp9u .flk4 .hv27z {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.gats .flk4 .hv27z {
  overflow: hidden;
}
.gats .flk4 .hv27z::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;
}
.ciud .flk4 .hv27z {
  animation: hg-breathe 10s ease-in-out infinite;
}
.tpj8ai .hv27z {
  background: none;
}
.tpj8ai .tinzycsz { color: #fff; }
.tpj8ai .sq4v7o { color: rgba(255,255,255,0.85); }
.tpj8ai .b4g4 { background: #fff; color: var(--cta); }
.tpj8ai .b4g4:hover { opacity: 0.92; }
.m5a7 .tinzycsz { text-shadow: none; color: var(--text-primary); }
.m5a7 .sq4v7o { color: var(--text-muted); }
body.cbabj1 .tinzycsz {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ed9ynj .tinzycsz {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qc6bi.tpj8ai .tinzycsz,
section.tpj8ai .tinzycsz {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.m5a7.yl0e24u   .a8xu8 { align-items: flex-start; text-align: left; }
.qc6bi .bbtttn3v {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.bbtttn3v .o033al9b.hhci {
  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;
}
.bbtttn3v .o033al9b.hhci:hover { opacity: 0.85; }
.yn4d8ke .cro3 { padding-bottom: 24px; }
.dtn5cpjm .cro3 { max-width: 1100px; }
@media (max-width: 700px) {
  .m5a7 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .m5a7:not(.xhazhq) .mwqpf { display: none !important; }
  .xhazhq .mwqpf { padding: 16px; }
  .a8xu8  { padding: 36px 24px; }
  .m5a7~.g4wo,.tg0owlz~.g4wo{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .qc6bi, .m5a7 { min-height: 320px !important; }
  .tinzycsz { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .reb3oxe,
  .r8gb,
  .vziq0nb6 { grid-template-columns: 1fr !important; }

  

  
  .yn4d8ke { display: flex !important; flex-direction: column !important; }
  .yn4d8ke .cro3 { display: contents; }
  .yn4d8ke .hv27z { order: 0; }
  .yn4d8ke .tinzycsz { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .yn4d8ke .reb3oxe { order: 2; padding: 0 16px 12px !important; }
  .yn4d8ke .sq4v7o { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .dtn5cpjm .cro3 { display: flex; flex-direction: column; }
  .dtn5cpjm .cro3 .tinzycsz { order: 1; }
  .dtn5cpjm .cro3 .vziq0nb6 { order: 2; margin: 8px 0 24px !important; }
  .dtn5cpjm .cro3 .sq4v7o { order: 3; }
  .dtn5cpjm .cro3 .b4g4 { order: 4; align-self: center; margin-top: 0; }

  
  .m5a7.xhazhq {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .m5a7.xhazhq .a8xu8 { display: contents; padding: 0; }
  .m5a7.xhazhq .a8xu8 .tinzycsz { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .m5a7.xhazhq .mwqpf { order: 2; padding: 12px 16px; }
  .m5a7.xhazhq .a8xu8 .sq4v7o { order: 3; padding: 0 24px; margin: 0 auto; }
  .m5a7.xhazhq .a8xu8 .b4g4 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ts0r3 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.rvyhta { width: 100%; height: auto; display: block; border-radius: 10px; }
.gzutg .ts0r3        { border-radius: 16px; }
.gzutg .rvyhta  { border-radius: 16px; }
.ai3902nr .ts0r3         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ai3902nr .rvyhta   { border-radius: 8px; }
.lifvk3v { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.op8fr { width: 100%; padding: 32px 0; position: relative; }
.hgaoa9y { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.sg1ekr .op8fr:nth-child(even) { background: var(--bg-surface); }
.sg1ekr .op8fr:nth-child(odd)  { background: var(--bg-page); }
.xl2fceg .op8fr:nth-child(even) { background: var(--bg-card); }
.xl2fceg .op8fr:nth-child(odd)  { background: var(--bg-page); }
.sg1ekr .op8fr:nth-child(odd)  .hgaoa9y { background: var(--bg-card); border-radius: 6px; }
.sg1ekr .op8fr:nth-child(even) .hgaoa9y { background: var(--bg-raised); border-radius: 6px; }
.xl2fceg .op8fr:nth-child(odd)  .hgaoa9y { background: var(--bg-card); border-radius: 6px; }
.xl2fceg .op8fr:nth-child(even) .hgaoa9y { background: var(--bg-raised); border-radius: 6px; }
.sg1ekr .op8fr:nth-child(even) .ae5s .de5fv4,
.xl2fceg .op8fr:nth-child(even) .ae5s .de5fv4 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.sg1ekr .op8fr:nth-child(odd) .ae5s .de5fv4,
.xl2fceg .op8fr:nth-child(odd) .ae5s .de5fv4 { background: var(--bg-card-inner); }
.sg1ekr .op8fr:nth-child(even) .oh9w .de5fv4:nth-child(odd),
.xl2fceg .op8fr:nth-child(even) .oh9w .de5fv4:nth-child(odd)  { background: var(--bg-card); }
.sg1ekr .op8fr:nth-child(even) .oh9w .de5fv4:nth-child(even),
.xl2fceg .op8fr:nth-child(even) .oh9w .de5fv4:nth-child(even) { background: var(--bg-card-inner); }
h1.fuqcad { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.fuqcad {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.d1ynz { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ulz6o718 h2.fuqcad {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ge4tdc h2.fuqcad {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.tmga9qg h2.fuqcad {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.b2k6 h2.fuqcad::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.nbxkt h2.fuqcad {
  color: var(--text-primary); font-size: 1.7rem;
}
.ikvo h2.fuqcad::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.gk6fl h2.fuqcad {
  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;
}
.k1zyh7 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .k1zyh7 { display: none; } }
.m52j8qc { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ijx9 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.uwp4v {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.i8bicx { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.p79s4z { padding-left: 20px; }
.p79s4z li { margin-bottom: 6px; }
.p79s4z a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.p79s4z a:hover { color: var(--accent-light); }
.yveb2l .i8bicx { display: none; }
.z2r1tc .i8bicx { display: none; }
.z2r1tc .p79s4z { padding-left: 0; list-style: none; }
.z2r1tc .p79s4z li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.z2r1tc .p79s4z a { font-size: 0.92rem; }
.pnk4 .uwp4v { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.pnk4 .i8bicx { display: none; }
.pnk4 .p79s4z { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.pnk4 .p79s4z li { margin-bottom: 0; }
.pnk4 .p79s4z 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;
}
.pnk4 .p79s4z a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.hhx0q .uwp4v { padding: 20px 20px 16px; }
.hhx0q .p79s4z {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.hhx0q .p79s4z li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.hhx0q .p79s4z 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;
}
.hhx0q .p79s4z 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;
}
.hhx0q .p79s4z a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.hhx0q .p79s4z a:focus,
.hhx0q .p79s4z a:focus-visible,
.hhx0q .p79s4z a:target { outline: none; }
.hhx0q .p79s4z li:target a { border-color: var(--border); color: var(--text-muted); }
.fvrbsy .uwp4v { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.fvrbsy .i8bicx { display: none; }
.fvrbsy .p79s4z { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.fvrbsy .p79s4z li { margin-bottom: 0; }
.fvrbsy .p79s4z li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.fvrbsy .p79s4z li:last-child::after { content: ""; margin-right: 0; }
.fvrbsy .p79s4z a { font-size: 0.9rem; }
.de5fv4 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ae5s .de5fv4 { background: var(--bg-card); }
.oh9w .de5fv4:nth-child(odd)  { background: var(--bg-card); }
.oh9w .de5fv4:nth-child(even) { background: var(--bg-raised); }
.jcomt .de5fv4 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.jcomt .de5fv4:last-child { border-bottom: none; }
.jcomt h3.d1ynz { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ju6qnwpz .de5fv4 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ju6qnwpz .de5fv4 + .de5fv4 { margin-top: 4px; }
.pxvopa .de5fv4 { background: none; border-radius: 0; padding: 12px 0; }
.pxvopa .de5fv4 + .de5fv4 { border-top: 1px solid var(--border-section); }
.jbs7 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.avqv { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.z55b4 { color: var(--text-body); margin-bottom: 10px; }
.srtwuwp1, .bzir8io { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.srtwuwp1 li, .bzir8io li { margin-bottom: 6px; }
.bzir8io li { list-style: decimal; }
.yjbf     .srtwuwp1 { list-style-type: "● "; }
.ir2x  .srtwuwp1 { list-style-type: "■ "; }
.ld6ini .srtwuwp1 { list-style-type: "◆ "; }
.si82k1    .srtwuwp1 { list-style-type: "★ "; }
.yjbf     .d0knuq8a { list-style-type: "● "; }
.ir2x  .d0knuq8a { list-style-type: "■ "; }
.ld6ini .d0knuq8a { list-style-type: "◆ "; }
.si82k1    .d0knuq8a { list-style-type: "★ "; }
.yjbf    .srtwuwp1 li::marker, .yjbf    .d0knuq8a li::marker,
.ir2x .srtwuwp1 li::marker, .ir2x .d0knuq8a li::marker,
.ld6ini .srtwuwp1 li::marker, .ld6ini .d0knuq8a li::marker,
.si82k1   .srtwuwp1 li::marker, .si82k1   .d0knuq8a li::marker {
  color: var(--cta); font-size: 1em;
}
.yjbf .bzir8io,
.ir2x .bzir8io,
.ld6ini .bzir8io,
.si82k1 .bzir8io {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.yjbf .bzir8io li,
.ir2x .bzir8io li,
.ld6ini .bzir8io li,
.si82k1 .bzir8io li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.yjbf .bzir8io li::before,
.ir2x .bzir8io li::before,
.ld6ini .bzir8io li::before,
.si82k1 .bzir8io 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;
}
.yjbf     .bzir8io li::before { border-radius: 50%; }
.ir2x  .bzir8io li::before { border-radius: 3px; }
.ld6ini .bzir8io li::before { border-radius: 3px; }
.si82k1    .bzir8io li::before { border-radius: 50%; }
.mz4m12 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.qkj2 .mz4m12,
.rpp0hc .mz4m12 { background: transparent; border: none; border-radius: 0; }
.a7jq { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.a7jq th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.a7jq td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.a7jq tr:hover td { background: var(--bg-hover); }
.k7t7k5tf .a7jq tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ype5plh .a7jq { border: 1px solid var(--border-alt); }
.ype5plh .a7jq th,
.ype5plh .a7jq td { border: 1px solid var(--border-alt); }
.c2c3yok .a7jq th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.c2c3yok .a7jq td { border-bottom: none; }
.c2c3yok .a7jq tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.r9vwx046 .a7jq th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.hjipr .mz4m12 {
  overflow: hidden;
}
.hjipr .a7jq th { border-bottom: 1px solid var(--border-alt); }
.hjipr .a7jq tr:last-child td { border-bottom: none; }
.c63nzk2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.cyrgi004 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.mmkcgy1 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.r2dy4k { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ynrw3 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.d0knuq8a { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.d0knuq8a 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%}
.ch8m .r2dy4k { background: transparent; text-align: center; }
.scufdu .mmkcgy1 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.imulqgd6 .mmkcgy1 {
  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);
}
.p44d .cyrgi004 { display: grid; grid-template-columns: auto 1fr; }
.p44d .mmkcgy1 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.p44d .r2dy4k { grid-column: 2; }
.p44d .ynrw3,
.p44d .d0knuq8a { grid-column: 1 / -1; }
.zrji7 .cyrgi004 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.zrji7 .mmkcgy1 {
  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);
}
.zrji7 .r2dy4k { grid-column: 2; }
.zrji7 .ynrw3,
.zrji7 .d0knuq8a { grid-column: 1 / -1; }
.g65cv7el .cyrgi004 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.g65cv7el .r2dy4k { background: none; color: var(--accent-light); font-weight: 700; }
.eg0l4m .cyrgi004 { 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); }
.eg0l4m .r2dy4k { background: none; color: var(--accent-light); font-weight: 700; }
.tv66 .cyrgi004 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.tv66 .cyrgi004:last-child { border-bottom: none; }
.tv66 .r2dy4k { background: none; color: var(--accent-light); font-weight: 700; }
.k1907p .cyrgi004 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.k1907p .r2dy4k { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.xmeinq .c63nzk2 { counter-reset: card-n; }
.xmeinq .cyrgi004  { counter-increment: card-n; }
.xmeinq .r2dy4k { display: flex; align-items: center; gap: 10px; }
.xmeinq .r2dy4k::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;
}
.pakr5 .cyrgi004 { background: var(--bg-surface); border: 1px solid var(--border); }
.pakr5 .r2dy4k { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.f3ar { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ryyato  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.timt9sv { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.swr1qrzg { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.d7yw5d0 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.f3ar strong { color: var(--text-primary); font-size: 0.95rem; }
.f3ar p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.yxzc { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.elximlxb, .g9kfd9a9 { border-radius: 8px; padding: 14px; }
.elximlxb { background: var(--bg-pros); }
.g9kfd9a9 { background: var(--bg-cons); }
.vvsvr { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.elximlxb .vvsvr { color: var(--c-pros-label); }
.g9kfd9a9 .vvsvr { color: #f87171; }
.elximlxb ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.g9kfd9a9 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.rvyhta { width: 100%; height: auto; border-radius: 10px; display: block; }
.hhci {
  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;
}
.hhci:hover { opacity: 0.85; }
.l9ltalks .hhci  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.l9ltalks .hhci:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mz8c .hhci  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.mz8c .hhci:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.iv9h .b4g4 { border-radius: 50px; }
.iv9h .hhci  { border-radius: 50px; }
.h2vx .b4g4 { padding-left: 22px; padding-right: 22px; }
.h2vx .hhci  { padding-left: 12px; padding-right: 12px; }
.jc3o31k8 .b4g4 { padding-left: 44px; padding-right: 44px; }
.jc3o31k8 .hhci  { padding-left: 24px; padding-right: 24px; }
.uds6yim .b4g4 { padding-left: 56px; padding-right: 56px; }
.uds6yim .hhci  { padding-left: 32px; padding-right: 32px; }
.e2uhxt   .b4g4::after, .e2uhxt   .hhci::after,
.koqb3 .b4g4::after, .koqb3 .hhci::after,
.tgeblj    .b4g4::after, .tgeblj    .hhci::after,
.lil3rj    .b4g4::after, .lil3rj    .hhci::after,
.glj1j    .b4g4::after, .glj1j    .hhci::after,
.ok5q     .b4g4::after, .ok5q     .hhci::after,
.lw9yz    .b4g4::after, .lw9yz    .hhci::after,
.x9n9yl   .b4g4::after, .x9n9yl   .hhci::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;
}
.e2uhxt .b4g4::after, .e2uhxt .hhci::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");
}
.koqb3 .b4g4::after, .koqb3 .hhci::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");
}
.tgeblj .b4g4::after, .tgeblj .hhci::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");
}
.lil3rj .b4g4::after, .lil3rj .hhci::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");
}
.glj1j .b4g4::after, .glj1j .hhci::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");
}
.ok5q .b4g4::after, .ok5q .hhci::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");
}
.lw9yz .b4g4::after, .lw9yz .hhci::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");
}
.x9n9yl .b4g4::after, .x9n9yl .hhci::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");
}
.texs   .qs8m::after, .texs   .oysyai5::after,
.ly29swk .qs8m::after, .ly29swk .oysyai5::after,
.p5juyw    .qs8m::after, .p5juyw    .oysyai5::after,
.tp2kan    .qs8m::after, .tp2kan    .oysyai5::after,
.l1ff    .qs8m::after, .l1ff    .oysyai5::after,
.ibuww     .qs8m::after, .ibuww     .oysyai5::after,
.kwqqns    .qs8m::after, .kwqqns    .oysyai5::after,
.r1u7iq0o   .qs8m::after, .r1u7iq0o   .oysyai5::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;
}
.texs .qs8m::after, .texs .oysyai5::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");
}
.ly29swk .qs8m::after, .ly29swk .oysyai5::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");
}
.p5juyw .qs8m::after, .p5juyw .oysyai5::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");
}
.tp2kan .qs8m::after, .tp2kan .oysyai5::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");
}
.l1ff .qs8m::after, .l1ff .oysyai5::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");
}
.ibuww .qs8m::after, .ibuww .oysyai5::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");
}
.kwqqns .qs8m::after, .kwqqns .oysyai5::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");
}
.r1u7iq0o .qs8m::after, .r1u7iq0o .oysyai5::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");
}
.o033al9b.hhci {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .f4udy {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .f4udy::before    { grid-area: rank;   }
  .hu52           { grid-area: ident;  }
  .qirava7     { grid-area: rating; min-width: 0; width: auto; }
  .f5eewjj3           { grid-area: pills;  }
  .o033al9b             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .f4udy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .f4udy::before    { justify-self: center; }
  .hu52           { width: 100%; }
  .qirava7     { justify-self: center; }
  .f5eewjj3           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .rlc63 .uvv2xg8 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .rlc63 .fph6y { margin: 0; }
}
.du16q .fph6y { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.du16q .mp8v8x { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.du16q .qkj2 { padding: 14px 16px; }
.du16q .cqgsx { border-radius: 4px; }
.du16q .k5ln { border-radius: 0; }
.rpp0hc .yxzc { gap: 10px; }
.rpp0hc .elximlxb, .rpp0hc .g9kfd9a9 { padding: 12px; }
.rpp0hc .elximlxb ul, .rpp0hc .g9kfd9a9 ul { margin: 4px 0 0; padding-left: 18px; }
.rpp0hc .elximlxb li, .rpp0hc .g9kfd9a9 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .acd3vbl { grid-template-columns: 1fr; }
  .mtsg { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .mtsg .jwxnkoy9 { width: 72px; height: 50px; }
  .mtsg .n055d8 { max-width: 180px; }
  .mtsg .s8svxj { width: auto; }
}
@media (max-width: 720px) {
  .z2foiq3w { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .fl46 { padding: 16px; }
  .wswt .isav74a { min-width: 50%; }
}
.d3gfw .yxzc { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .azvuf { grid-template-columns: 1fr; }
  .l0wspq8a { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .nmimwm { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .sxbb { flex-wrap: wrap; padding: 16px; }
}
.zx1sfn .yxzc { gap: 8px; }
.zx1sfn .elximlxb, .zx1sfn .g9kfd9a9 { padding: 8px; }
@media (max-width: 480px) {
  .ol46f { flex-direction: column; align-items: stretch; }
}
.pf8hj .s8svxj .hhci { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .e3wzap { flex-direction: column; align-items: stretch; gap: 10px; }
  .pf8hj .s8svxj { text-align: center; }
}
@media (max-width: 720px) {
  .wpcet9 { grid-template-columns: 1fr; }
  .rx1qd2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .l2yh { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .j81f6 { grid-template-columns: 1fr; }
  .qfo73 { width: 100px; height: 100px; margin: 16px auto; }
  .em12ppi { font-size: 1.4rem; }
  .otdbzd { justify-content: center; }
  .s63hwd .isav74a { min-width: 50%; }
}
.vqh1q9 .yxzc { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .y613 { flex-wrap: wrap; padding: 14px 16px; }
  .fx2cc { padding: 12px 16px; }
  .vqh1q9 .yxzc { margin: 0 16px; }
  .vqh1q9 .rwhmo { padding: 0 16px; }
  .b641 { padding: 12px 16px; }
}
.pcv60u6r .f5eewjj3 .opza {
  background: transparent; padding: 4px 8px;
}
.pcv60u6r .f5eewjj3 .a27m9ns { font-size: .65rem; opacity: .65; }
.pcv60u6r .f5eewjj3 .eftmv7   { font-size: 1.15rem; color: var(--accent-light); }
.iutxf8pu { margin: 16px 0; }
.wr2ae { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.wr2ae summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.wr2ae summary::after { content: "+"; color: var(--accent-light); }
.wr2ae[open] summary::after { content: "−"; }
.wr2ae p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.op8fr { margin-bottom: 0; }
.loyx h2.fuqcad { color: var(--text-primary); border-color: var(--accent-light); }
.e93g h2.fuqcad { color: var(--text-primary); border-color: var(--accent-light); }
.gk9z9 .ryyato     { background: #052e16; border-color: #10b981; }
.gk9z9 .timt9sv { background: #2d0a1e; border-color: #f43f5e; }
.gk9z9 .swr1qrzg    { background: #1e1036; border-color: #a855f7; }
.gk9z9 .f3ar strong  { color: #f1f5f9; }
.gk9z9 .f3ar p       { color: #cbd5e1; }
.gk9z9 .gua79    .ryyato     .d7yw5d0::before,
.gk9z9 .owdmb  .ryyato     .d7yw5d0::before,
.gk9z9 .wpzrv  .ryyato     .d7yw5d0::before,
.gk9z9 .rn4umy1l .ryyato     .d7yw5d0::before { color: #10b981; }
.gk9z9 .gua79    .timt9sv .d7yw5d0::before,
.gk9z9 .owdmb  .timt9sv .d7yw5d0::before,
.gk9z9 .wpzrv  .timt9sv .d7yw5d0::before,
.gk9z9 .rn4umy1l .timt9sv .d7yw5d0::before { color: #f43f5e; }
.gk9z9 .gua79    .swr1qrzg    .d7yw5d0::before,
.gk9z9 .owdmb  .swr1qrzg    .d7yw5d0::before,
.gk9z9 .wpzrv  .swr1qrzg    .d7yw5d0::before,
.gk9z9 .rn4umy1l .swr1qrzg    .d7yw5d0::before { color: #a855f7; }
.hpm0h .ryyato     { background: #2d2000; border-color: #eab308; }
.hpm0h .timt9sv { background: #2d0b0b; border-color: #ef4444; }
.hpm0h .swr1qrzg    { background: #2d1600; border-color: #f97316; }
.hpm0h .f3ar strong  { color: #f1f5f9; }
.hpm0h .f3ar p       { color: #cbd5e1; }
.hpm0h .gua79    .ryyato     .d7yw5d0::before,
.hpm0h .owdmb  .ryyato     .d7yw5d0::before,
.hpm0h .wpzrv  .ryyato     .d7yw5d0::before,
.hpm0h .rn4umy1l .ryyato     .d7yw5d0::before { color: #eab308; }
.hpm0h .gua79    .timt9sv .d7yw5d0::before,
.hpm0h .owdmb  .timt9sv .d7yw5d0::before,
.hpm0h .wpzrv  .timt9sv .d7yw5d0::before,
.hpm0h .rn4umy1l .timt9sv .d7yw5d0::before { color: #ef4444; }
.hpm0h .gua79    .swr1qrzg    .d7yw5d0::before,
.hpm0h .owdmb  .swr1qrzg    .d7yw5d0::before,
.hpm0h .wpzrv  .swr1qrzg    .d7yw5d0::before,
.hpm0h .rn4umy1l .swr1qrzg    .d7yw5d0::before { color: #f97316; }
.hvshdb .ryyato     { background: #0c1a2e; border-color: #38bdf8; }
.hvshdb .timt9sv { background: #12103a; border-color: #818cf8; }
.hvshdb .swr1qrzg    { background: #0a2020; border-color: #2dd4bf; }
.hvshdb .f3ar strong  { color: #f1f5f9; }
.hvshdb .f3ar p       { color: #cbd5e1; }
.hvshdb .gua79    .ryyato     .d7yw5d0::before,
.hvshdb .owdmb  .ryyato     .d7yw5d0::before,
.hvshdb .wpzrv  .ryyato     .d7yw5d0::before,
.hvshdb .rn4umy1l .ryyato     .d7yw5d0::before { color: #38bdf8; }
.hvshdb .gua79    .timt9sv .d7yw5d0::before,
.hvshdb .owdmb  .timt9sv .d7yw5d0::before,
.hvshdb .wpzrv  .timt9sv .d7yw5d0::before,
.hvshdb .rn4umy1l .timt9sv .d7yw5d0::before { color: #818cf8; }
.hvshdb .gua79    .swr1qrzg    .d7yw5d0::before,
.hvshdb .owdmb  .swr1qrzg    .d7yw5d0::before,
.hvshdb .wpzrv  .swr1qrzg    .d7yw5d0::before,
.hvshdb .rn4umy1l .swr1qrzg    .d7yw5d0::before { color: #2dd4bf; }
.rdfh .ryyato     { background: var(--accent-bg); border-color: var(--accent-light); }
.rdfh .timt9sv { background: var(--accent-bg-light); border-color: var(--accent-light); }
.rdfh .swr1qrzg    { background: var(--accent-bg); border-color: var(--accent-pale); }
.rdfh .gua79    .d7yw5d0::before,
.rdfh .owdmb  .d7yw5d0::before,
.rdfh .wpzrv  .d7yw5d0::before,
.rdfh .rn4umy1l .d7yw5d0::before { color: var(--accent-light) !important; }
.m7kia::before,
.ayig::before { margin-right: 5px; }
.a3885ab .elximlxb ul li,
.a3885ab .elximlxb .m7kia { color: #22c55e; }
.a3885ab .g9kfd9a9 ul li,
.a3885ab .g9kfd9a9 .ayig { color: #ef4444; }
.cl6qp2h .elximlxb { background: var(--bg-pros); }
.cl6qp2h .g9kfd9a9 { background: var(--bg-cons); }
.cl6qp2h .elximlxb .m7kia { color: var(--c-pros-label); }
.cl6qp2h .g9kfd9a9 .ayig { color: var(--c-cons); }
.cl6qp2h .elximlxb ul li,
.cl6qp2h .qiddv7gj li            { color: var(--c-pros); }
.cl6qp2h .g9kfd9a9 ul li,
.cl6qp2h .ovspwr li            { color: var(--c-cons); }
.t8d7 .elximlxb { background: var(--bg-pros); }
.t8d7 .g9kfd9a9 { background: var(--bg-cons); }
.t8d7 .elximlxb .m7kia { color: var(--c-pros-label); }
.t8d7 .g9kfd9a9 .ayig { color: var(--c-cons); }
.t8d7 .elximlxb ul li,
.t8d7 .g9kfd9a9 ul li,
.k32u .m7kia::before { content: "✓ "; }
.k32u .ayig::before { content: "✗ "; }
.d4iid .m7kia::before { content: "→ "; }
.d4iid .ayig::before { content: "← "; }
.papy08 .m7kia::before { content: "★ "; }
.papy08 .ayig::before { content: "✕ "; }
.a72d .m7kia::before { content: "◆ "; }
.a72d .ayig::before { content: "▲ "; }
.b20ocukq .f3ar { background: transparent; border-left: none; border: 1.5px solid; }
.b20ocukq .ryyato     { border-color: var(--c-tip-border); }
.b20ocukq .timt9sv { border-color: var(--c-warn-border); }
.b20ocukq .swr1qrzg    { border-color: #60a5fa; }
.b20ocukq .f3ar strong { color: var(--text-primary); }
.b20ocukq .f3ar p      { color: var(--text-muted); }
.uefld8g .f3ar { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.uefld8g .ryyato     { border-top-color: var(--c-tip-border); }
.uefld8g .timt9sv { border-top-color: var(--c-warn-border); }
.uefld8g .swr1qrzg    { border-top-color: #60a5fa; }
.x7em0h9h .f3ar { border-left: none; border-radius: 8px; }
.x7em0h9h .ryyato     { background: #065f46; }
.x7em0h9h .timt9sv { background: #92400e; }
.x7em0h9h .swr1qrzg    { background: #1e3a8a; }
.x7em0h9h .f3ar strong,
.x7em0h9h .f3ar p { color: #fff; }
.x7em0h9h .d7yw5d0::before { color: rgba(255,255,255,0.85) !important; }
.gk9z9.x7em0h9h .ryyato,
.gk9z9 .x7em0h9h .ryyato     { background: #052e16; }
.gk9z9.x7em0h9h .timt9sv,
.gk9z9 .x7em0h9h .timt9sv { background: #2d0a1e; }
.gk9z9.x7em0h9h .swr1qrzg,
.gk9z9 .x7em0h9h .swr1qrzg    { background: #1e1036; }
.hpm0h.x7em0h9h .ryyato,
.hpm0h .x7em0h9h .ryyato      { background: #2d2000; }
.hpm0h.x7em0h9h .timt9sv,
.hpm0h .x7em0h9h .timt9sv  { background: #2d0b0b; }
.hpm0h.x7em0h9h .swr1qrzg,
.hpm0h .x7em0h9h .swr1qrzg     { background: #2d1600; }
.hvshdb.x7em0h9h .ryyato,
.hvshdb .x7em0h9h .ryyato      { background: #0c1a2e; }
.hvshdb.x7em0h9h .timt9sv,
.hvshdb .x7em0h9h .timt9sv  { background: #12103a; }
.hvshdb.x7em0h9h .swr1qrzg,
.hvshdb .x7em0h9h .swr1qrzg     { background: #0a2020; }
.qyu2le49 .f3ar { border-left: none; border-radius: 6px; padding: 10px 14px; }
.qyu2le49 .ryyato     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.qyu2le49 .timt9sv { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.qyu2le49 .swr1qrzg    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.qyu2le49 .f3ar strong { color: var(--text-primary); }
.qyu2le49 .f3ar p      { color: var(--text-muted); }
.h6jzra .f3ar { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.gua79 .d7yw5d0,
.owdmb .d7yw5d0,
.wpzrv .d7yw5d0,
.rn4umy1l .d7yw5d0 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.gua79 .d7yw5d0::before,
.owdmb .d7yw5d0::before,
.wpzrv .d7yw5d0::before,
.rn4umy1l .d7yw5d0::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.gua79 .ryyato     .d7yw5d0::before { content: "✦"; color: var(--c-tip-border); }
.gua79 .timt9sv .d7yw5d0::before { content: "▲"; color: var(--c-warn-border); }
.gua79 .swr1qrzg    .d7yw5d0::before { content: "◉"; color: #60a5fa; }
.owdmb .ryyato     .d7yw5d0::before { content: "★"; color: var(--c-tip-border); }
.owdmb .timt9sv .d7yw5d0::before { content: "◆"; color: var(--c-warn-border); }
.owdmb .swr1qrzg    .d7yw5d0::before { content: "●"; color: #60a5fa; }
.wpzrv .ryyato     .d7yw5d0::before { content: "▶"; color: var(--c-tip-border); }
.wpzrv .timt9sv .d7yw5d0::before { content: "■"; color: var(--c-warn-border); }
.wpzrv .swr1qrzg    .d7yw5d0::before { content: "▸"; color: #60a5fa; }
.rn4umy1l .ryyato     .d7yw5d0::before { content: "→"; color: var(--c-tip-border); }
.rn4umy1l .timt9sv .d7yw5d0::before { content: "⬥"; color: var(--c-warn-border); }
.rn4umy1l .swr1qrzg    .d7yw5d0::before { content: "◈"; color: #60a5fa; }
.tcq8 .ae5s .de5fv4,
.tcq8 .oh9w .de5fv4  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.tcq8 .cyrgi004                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.tcq8 .mz4m12          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.tcq8 .uwp4v                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.denpg7 .ae5s .de5fv4,
.denpg7 .oh9w .de5fv4,
.denpg7 .cyrgi004,
.denpg7 .f4udy,
.denpg7 .fph6y,
.denpg7 .mz4m12,
.denpg7 .uwp4v,
.denpg7 .h6jzra .f3ar { box-shadow: none; }
.m33pko42   .z55b4, .m33pko42 .jbs7, .m33pko42 .avqv,
.m33pko42   .m52j8qc, .m33pko42 .ijx9 { font-size: 0.9rem; }
.m33pko42   .srtwuwp1, .m33pko42 .bzir8io { font-size: 0.9rem; }
.ouum   .z55b4, .ouum .jbs7, .ouum .avqv,
.ouum   .m52j8qc, .ouum .ijx9 { font-size: 0.95rem; }
.ouum   .srtwuwp1, .ouum .bzir8io { font-size: 0.95rem; }
.n6v93cy8   .z55b4, .n6v93cy8 .jbs7, .n6v93cy8 .avqv,
.n6v93cy8   .m52j8qc, .n6v93cy8 .ijx9 { font-size: 1.08rem; }
.n6v93cy8   .srtwuwp1, .n6v93cy8 .bzir8io { font-size: 1.05rem; }
.n6v93cy8   .a7jq { font-size: 0.97rem; }
.kgqf1j .tinzycsz      { font-size: 3.2rem; }
.kgqf1j h2.fuqcad { font-size: 1.9rem; }
.kgqf1j h3.d1ynz     { font-size: 1.4rem; }
.n7n2 .tinzycsz      { font-size: 3.8rem; }
.n7n2 h2.fuqcad { font-size: 2.2rem; }
.n7n2 h3.d1ynz     { font-size: 1.6rem; }
.op8fr + .op8fr { position: relative; }
.kxm1   .op8fr + .op8fr::before,
.dy3qfof  .op8fr + .op8fr::before,
.zgqve   .op8fr + .op8fr::before,
.qxcrx   .op8fr + .op8fr::before,
.j0k0bahf   .op8fr + .op8fr::before,
.wihytyf .op8fr + .op8fr::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.kxm1 .op8fr + .op8fr::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.dy3qfof .op8fr + .op8fr::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.zgqve .op8fr + .op8fr::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;
}
.qxcrx .op8fr + .op8fr::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.r4re .op8fr { margin-bottom: 16px; }
.r4re .op8fr + .op8fr { margin-top: 0; }
.r4re .hgaoa9y { padding-top: 0; padding-bottom: 0; }
.j0k0bahf .op8fr + .op8fr::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.wihytyf .op8fr + .op8fr::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.c2g5tkqc .op8fr + .op8fr::before,
.wtotnd9 .op8fr + .op8fr::before,
.ighh .op8fr + .op8fr::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%;
}
.sg1ekr .c2g5tkqc .op8fr:nth-child(even)::before,
.sg1ekr .wtotnd9 .op8fr:nth-child(even)::before,
.sg1ekr .ighh .op8fr:nth-child(even)::before { background: var(--bg-surface); }
.xl2fceg .c2g5tkqc .op8fr:nth-child(even)::before,
.xl2fceg .wtotnd9 .op8fr:nth-child(even)::before,
.xl2fceg .ighh .op8fr:nth-child(even)::before { background: var(--bg-card); }
.c2g5tkqc .op8fr + .op8fr::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");
}
.wtotnd9 .op8fr + .op8fr::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");
}
.ighh .op8fr + .op8fr::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");
}
.yw67tc .flk4,
.snb2l .flk4,
.lbjgxaf5 .flk4 { overflow: hidden; }
.yw67tc .cro3,
.snb2l .cro3 { margin-bottom: 60px; }
.lbjgxaf5 .cro3 { margin-bottom: 70px; }
.yw67tc .flk4::before,
.snb2l .flk4::before,
.lbjgxaf5 .flk4::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%;
}
.yw67tc .flk4::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");
}
.snb2l .flk4::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");
}
.lbjgxaf5 .flk4::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");
}
.r4ae46u1 .flk4:not(.tpj8ai) .hv27z { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xl638x5 .flk4:not(.tpj8ai) .hv27z { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.e0qvz8c  .flk4:not(.tpj8ai) .hv27z { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.sm7cq5  .flk4:not(.tpj8ai) .hv27z { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.r4ae46u1 .tpj8ai { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.xl638x5 .tpj8ai { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.e0qvz8c .tpj8ai { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.sm7cq5 .tpj8ai { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.erwvww9 .tpj8ai { background: var(--accent); }
.erwvww9 .tpj8ai .hv27z { background: none; }
.erwvww9 .flk4:not(.tpj8ai) .hv27z { background: rgba(0,0,0,0.6); }
.vr0wo .ts0r3 { float: left; width: 38%; margin: 0 28px 16px 0; }
.vr0wo .ts0r3 .rvyhta { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vr0wo .hgaoa9y::after { content: ''; display: block; clear: both; }
.yf5k5dto .ts0r3 { float: right; width: 38%; margin: 0 0 16px 28px; }
.yf5k5dto .ts0r3 .rvyhta { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.yf5k5dto .hgaoa9y::after { content: ''; display: block; clear: both; }
.o0jga .op8fr:nth-child(odd)  .ts0r3 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.o0jga .op8fr:nth-child(even) .ts0r3 { float: right; width: 38%; margin: 0 0 16px 28px; }
.o0jga .ts0r3 .rvyhta { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.o0jga .hgaoa9y::after { content: ''; display: block; clear: both; }
.vr0wo .c63nzk2,
.yf5k5dto .c63nzk2,
.yf5k5dto .taiw,
.o0jga .c63nzk2,
@media (max-width: 900px) {
  .vr0wo .ts0r3,
  .yf5k5dto .ts0r3,
  .o0jga .op8fr:nth-child(odd)  .ts0r3,
  .o0jga .op8fr:nth-child(even) .ts0r3 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .vr0wo .ts0r3 .rvyhta,
  .yf5k5dto .ts0r3 .rvyhta,
  .o0jga .ts0r3 .rvyhta {
    max-height: none !important;
  }
}
.vr0wo .srtwuwp1,
.vr0wo .bzir8io,
.yf5k5dto .srtwuwp1,
.yf5k5dto .bzir8io,
.o0jga .srtwuwp1,
.o0jga .bzir8io { overflow: hidden; }
@media (max-width: 640px) {
  .vr0wo .ts0r3,
  .yf5k5dto .ts0r3,
  .o0jga .ts0r3 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.cq1c4 .lifvk3v,
.cq1c4 .hgaoa9y,
.cq1c4 .tj013lh5  { max-width: 1100px; }
.ublsuo .lifvk3v,
.ublsuo .hgaoa9y,
.ublsuo .tj013lh5  { max-width: 1200px; }
.jlu6jq .lifvk3v,
.jlu6jq .hgaoa9y,
.jlu6jq .tj013lh5  { max-width: 1320px; }
.n9tec { font-size: 0.82rem; color: var(--text-muted); }
.nw5qb { display: flex; align-items: center; }
.zguc9bj {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ensfao { display: flex; align-items: center; }
.he2za { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.he2za:hover { text-decoration: underline; }
.vnmtbis { margin: 0 3px; opacity: 0.45; }
.vnmtbis::before { content: '/'; }
.x8jnfvn { padding: 2px 5px; color: var(--text-main); }
.gnzj5q3 .n9tec {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.gnzj5q3 .nw5qb { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.t7xe683 .n9tec {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.t7xe683 .nw5qb { padding: 0 0 0 12px; }
.sn2k2u {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.suc5nrh .nw5qb { padding: 0 16px; }
.suc5nrh .n9tec {
  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);
}
.suc5nrh .lifvk3v { padding-top: 28px; }
@media (max-width: 720px) {
  .sn2k2u { margin-top: 18px; padding: 0 16px; }
  .suc5nrh .lifvk3v { padding-top: 16px; }
}
.cq1c4.gnzj5q3 .nw5qb { max-width: 1100px; }
.ublsuo.gnzj5q3 .nw5qb { max-width: 1200px; }
.jlu6jq.gnzj5q3 .nw5qb { max-width: 1320px; }
.cq1c4 .sn2k2u { max-width: 1100px; }
.ublsuo .sn2k2u { max-width: 1200px; }
.jlu6jq .sn2k2u { max-width: 1320px; }
.uh02qsk .op8fr { padding-top: 16px; padding-bottom: 16px; }
.zyenbr .op8fr { padding-top: 24px; padding-bottom: 24px; }
.qwpum0 .op8fr { padding-top: 40px; padding-bottom: 40px; }
.bk8bcq6 .op8fr { padding-top: 52px; padding-bottom: 52px; }
.ofqc4yr .op8fr:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ofqc4yr .op8fr:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ofqc4yr .op8fr:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ofqc4yr .op8fr:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.wyjsv .hgaoa9y { padding-top: 10px;  padding-bottom: 10px; }
.qvaom8ck .hgaoa9y { padding-top: 18px;  padding-bottom: 18px; }
.cc7vvq .hgaoa9y { padding-top: 36px;  padding-bottom: 36px; }
.drav5 .hgaoa9y { padding-top: 48px;  padding-bottom: 48px; }
.givef1uy h2.fuqcad { font-weight: 600; }
.givef1uy h3.d1ynz     { font-weight: 600; }
.nv9cr h2.fuqcad { font-weight: 800; }
.nv9cr h3.d1ynz     { font-weight: 700; }
.w7iyjbg h2.fuqcad { font-weight: 900; }
.w7iyjbg h3.d1ynz     { font-weight: 800; }
.w7iyjbg .f3ar strong,
.w7iyjbg .f3ar strong { font-weight: 600; }
.qs8m {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.k4v2ime .qs8m { display: none; }
@media (max-width: 640px) {
  .n7jp6o { display: none; }
  .qs8m {
    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;
  }
}
.qs8m { background: var(--cta) !important; color: #fff !important; border: none !important; }
.qs8m:hover { opacity: 0.85; }
.ol0ano .qs8m { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.c0jfkn .qs8m,
.z555  .qs8m { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.c0jfkn .qs8m:hover,
.z555  .qs8m:hover { opacity: 0.88; }
.ol0ano.c0jfkn .qs8m,
.ol0ano.z555  .qs8m { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.oysyai5 {
  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;
}
.oysyai5:hover { transform: translateY(-2px); opacity: 0.92; }
.oysyai5 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.wum3xr2 .oysyai5 { display: none; }
.wilu .oysyai5 { right: 32px; }
.dkhn  .oysyai5 { left: 32px; }
@media (max-width: 480px) {
  .wilu .oysyai5 { right: 20px; bottom: 20px; }
  .dkhn  .oysyai5 { left: 20px; bottom: 20px; }
}
.dk63s1l { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.tj013lh5 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.f6dff { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.o9wo { color: var(--text-dim); font-size: 0.8rem; }
.s3h1xb9 a, .xypbmb1 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.s3h1xb9 a:hover, .xypbmb1 a:hover { color: var(--accent-light); }
.xypbmb1 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.h37kyni9 .tj013lh5 { text-align: center; }
.h37kyni9 .xypbmb1 { justify-content: center; margin-bottom: 16px; }
.h37kyni9 .f6dff { margin-top: 0; }
.sfbwga6e { margin-top: 10px; }
.sfbwga6e a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .tj013lh5 { padding-left: 16px; padding-right: 16px; }
  .dxdxmxr .tj013lh5 { padding: 20px 16px; }
  .xypbmb1 { gap: 4px 12px; }
  .f6dff { font-size: 0.78rem; }
}
.f5391d1 .f6dff { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.f5391d1 .o9wo { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .f5391d1 .bqtdujv { grid-template-columns: 1fr 1fr; } .f5391d1 .gqpjx61l { grid-column: 1 / -1; } }
@media (max-width: 480px) { .f5391d1 .bqtdujv { grid-template-columns: 1fr; } }
.waxh .f6dff { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .waxh .c2qpo { gap: 12px; } .waxh .mvac2nk { margin-right: 0; width: 100%; } }
.oo29jf .f6dff { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.oo29jf .o9wo { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .oo29jf .bod6 { grid-template-columns: 1fr 1fr; } .oo29jf .otlmr { grid-column: 1 / -1; } }
@media (max-width: 480px) { .oo29jf .bod6 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .dmzlr .s0zi { grid-template-columns: 1fr 1fr; } .dmzlr .ko25m6n3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dmzlr .s0zi { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .fzpve .s0zi { grid-template-columns: 1fr; } }
.y4l7si51 .tj013lh5 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.y4l7si51 .xypbmb1 { justify-content: center; }
.rhyr04 .f4i1vgm6      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.rhyr04 .dk63s1l { background: var(--bg-page); border-top-color: var(--border-alt); }
.m9pjc .f4i1vgm6      { background: #0d1117; border-bottom-color: #21262d; }
.m9pjc .ryp6 { color: var(--accent-light); }
.m9pjc .ci0t6w { --msep-color: #8b949e; }
.m9pjc .ci0t6w a { color: #8b949e; }
.m9pjc .ci0t6w a:hover { color: var(--accent-light); }
.m9pjc .litsvins { color: #8b949e; }
.m9pjc .dk63s1l { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.m9pjc .f6dff,
.m9pjc .o9wo { color: #6e7681; }
.m9pjc .s3h1xb9 a, .m9pjc .xypbmb1 a,
.m9pjc .s3h1xb9 a:hover, .m9pjc .xypbmb1 a:hover,
@media (max-width: 640px) {
  .m9pjc .ci0t6w { background: #0d1117; border-top-color: #21262d; }
  .m9pjc .ci0t6w li a { border-bottom-color: #21262d; }
}
.ergt77u8 .f4i1vgm6      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ergt77u8 .ryp6 { color: var(--accent-light); }
.ergt77u8 .ci0t6w { --msep-color: #475569; }
.ergt77u8 .ci0t6w a { color: #475569; }
.ergt77u8 .ci0t6w a:hover { color: var(--accent-light); }
.ergt77u8 .litsvins { color: #64748b; }
.ergt77u8 .dk63s1l { background: #f0f4f8; border-top-color: #cbd5e1; }
.ergt77u8 .f6dff,
.ergt77u8 .o9wo { color: #64748b; }
.ergt77u8 .s3h1xb9 a, .ergt77u8 .xypbmb1 a,
.ergt77u8 .s3h1xb9 a:hover, .ergt77u8 .xypbmb1 a:hover,
@media (max-width: 640px) {
  .ergt77u8 .ci0t6w { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ergt77u8 .ci0t6w li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.c0jfkn .f4i1vgm6      { background: var(--accent); border-bottom-color: var(--accent-light); }
.c0jfkn .ryp6 { color: #fff; }
.c0jfkn .ci0t6w { --msep-color: rgba(255,255,255,0.82); }
.c0jfkn .ci0t6w a { color: rgba(255,255,255,0.82); }
.c0jfkn .ci0t6w a:hover { color: #fff; }
.c0jfkn .litsvins { color: rgba(255,255,255,0.9); }
.c0jfkn .dk63s1l { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.c0jfkn .f6dff,
.c0jfkn .o9wo { color: rgba(255,255,255,0.72); }
.c0jfkn .s3h1xb9 a, .c0jfkn .xypbmb1 a,
.c0jfkn .s3h1xb9 a:hover, .c0jfkn .xypbmb1 a:hover,
@media (max-width: 640px) {
  .c0jfkn .ci0t6w { background: var(--accent); border-top-color: var(--accent-light); }
  .c0jfkn .ci0t6w li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.z555 .f4i1vgm6 {
  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);
}
.z555 .dk63s1l {
  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) {
  .z555 .ci0t6w {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.e9pwsgg .ebeo0z1 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ohis3b4n .ebeo0z1 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bap5y53a .ebeo0z1 { min-height: 72px; height: auto; }
.f4pr8p .ebeo0z1 { min-height: 84px; height: auto; }
.dxdxmxr .ebeo0z1 { max-width: none; padding: 0 32px; }
.dxdxmxr .tj013lh5  { max-width: none; padding: 24px 32px; }
.dj74j.ublsuo .ebeo0z1 { max-width: 1200px; }
.dj74j.jlu6jq .ebeo0z1 { max-width: 1320px; }
.q4aksld   .ryp6, .q4aksld   .mvac2nk { text-transform: capitalize; }
.w9mo8s .ryp6, .w9mo8s .mvac2nk { text-transform: lowercase; }
.sw9ril .ryp6, .sw9ril .mvac2nk { text-transform: uppercase; letter-spacing: 0.06em; }
.bg897fw, .hhppw {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.gwk36v .bg897fw,
.ma2rdwk8 .bg897fw,
.gxh0n1zj .bg897fw,
.r3s4 .bg897fw,
.ky35n64j   .ci0t6w a { font-weight: 500; }
.tcmalmg5 .ci0t6w a { font-weight: 600; }
.km57     .ci0t6w a { font-weight: 700; }
.ofgt6tq    .ci0t6w a { font-weight: 800; letter-spacing: 0.01em; }
.vhdxv3tf     .ci0t6w > li + li::before,
.qg5gcuef    .ci0t6w > li + li::before,
.awp0go    .ci0t6w > li + li::before,
.h7v6 .ci0t6w > li + li::before,
.koqv9e .ci0t6w > li + li::before,
.xzmt521  .ci0t6w > li + li::before,
.diwm9    .ci0t6w > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.vhdxv3tf     .ci0t6w > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.qg5gcuef    .ci0t6w > li + li::before { content: "|"; }
.awp0go    .ci0t6w > li + li::before { content: "—"; }
.h7v6 .ci0t6w > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.koqv9e .ci0t6w > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.xzmt521  .ci0t6w > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.diwm9    .ci0t6w > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .jjwh .litsvins,
  .he542 .litsvins,
  .bxsxan .litsvins,
  .gt3bdn .litsvins,
  .xuqe1 .litsvins {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .jjwh .litsvins::before,
  .he542 .litsvins::before,
  .bxsxan .litsvins::before,
  .gt3bdn .litsvins::before,
  .xuqe1 .litsvins::before { content: ""; display: block; flex-shrink: 0; }

  
  .jjwh .litsvins::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;
  }

  
  .he542 .litsvins::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;
  }

  
  .bxsxan .litsvins::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;
  }

  
  .gt3bdn .litsvins::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;
  }

  
  .xuqe1 .litsvins::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) {
  .iniip94 .litsvins {
    padding: 5px 14px;
  }
  .iniip94 .ci0t6w {
    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;
  }
  .iniip94 .ci0t6w li a {
    border-bottom: none; padding: 10px 22px;
  }
  .iniip94 .ci0t6w li a:hover { background: var(--bg-raised); }
  .iniip94 .jrb7e,
  .t911 .jrb7e,
  .izpi7tm .jrb7e { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .a4bo9 .litsvins {
    padding: 5px 10px;
  }
  .a4bo9 .ci0t6w {
    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);
  }
  .a4bo9 .ci0t6w.slq2 { transform: translateX(0); }
  .a4bo9 .ci0t6w li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .a4bo9 .ci0t6w li:last-child a { border-bottom: none; }
  .c0jfkn .ci0t6w,
  .m9pjc .ci0t6w { background: var(--accent) !important; }
  .c0jfkn .ci0t6w li a,
  .m9pjc .ci0t6w li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .izpi7tm .litsvins {
    padding: 5px 10px;
  }
  .izpi7tm .ci0t6w {
    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);
  }
  .izpi7tm .ci0t6w::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .izpi7tm .ci0t6w.slq2 { transform: translateY(0); }
  .izpi7tm .ci0t6w li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .wbpukc8w .litsvins {
    padding: 5px 10px;
  }
  .wbpukc8w .ci0t6w {
    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;
  }
  .wbpukc8w .ci0t6w.slq2 { opacity: 1; pointer-events: auto; }
  .wbpukc8w .ci0t6w li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ii3lt     .litsvins { border-radius: 0 !important; }
  .k2fqj18   .litsvins { border-radius: 8px !important; }
  .faj9xz .litsvins { border-radius: 50% !important; }
  .b1qpzs09   .litsvins { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .e8yki .ie0gihfs { flex-direction: column; align-items: stretch; }
  .e8yki .ektr4 { flex-direction: row; min-width: auto; }
  .e8yki .lss4 { align-items: flex-start; text-align: left; }
}
.lajnb,
.lajnb.op8fr,
.sg1ekr .lajnb,
.zluhm .lajnb,
.xl2fceg .lajnb,
.qo3o .lajnb {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.tyrip8pl {
  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;
}
.si3vv3 { flex: 1 1 280px; min-width: 0; }
.laus {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.r89dp {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.qpqn6 {
  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;
}
.qpqn6:hover { transform: translateY(-1px); opacity: 0.95; }
.itm270 .tyrip8pl {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.itm270 .laus { color: var(--cta); }
.itm270 .r89dp { color: var(--text-body); }
.itm270 .qpqn6 {
  background: var(--cta) !important;
  color: #fff !important;
}
.lbc0kd .tyrip8pl {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.lbc0kd .laus { color: var(--text-primary); }
.lbc0kd .r89dp { color: var(--text-body); }
.lbc0kd .qpqn6 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .tyrip8pl {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .si3vv3 { flex: 0 0 auto; }
  .laus { font-size: 1.2rem; }
  .qpqn6 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.hwt64q .sk798nkm { height: 36px; }
.ye0ilm .sk798nkm { height: 60px; max-width: 200px; }
.xa61feqj .sk798nkm { height: 56px; max-width: 180px; }
.km5i9d    .cbijg0, .km5i9d    .mnpi { color: #f59e0b; }
.pcv60u6r .a27m9ns {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.pcv60u6r .eftmv7 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .ajvvwg1 .taiw {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ajvvwg1 .f4udy {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ajvvwg1 .f4udy { padding: 40px 16px 20px; }
  .ajvvwg1 .opza {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ajvvwg1 .o033al9b { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .eza1807 .f4udy {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .eza1807 .f4udy::before {
    position: absolute; top: 14px; left: 14px;
  }
  .eza1807 .hu52 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .eza1807 .omnzm { white-space: normal; text-align: center; font-size: 1.2rem; }
  .eza1807 .opza {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .eza1807 .o033al9b { width: 100%; min-width: 0; }
  .eza1807 .cbijg0 { min-width: 0; }
}
.zrgwse1e .wr2ae {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.zrgwse1e .wr2ae summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.zrgwse1e .wr2ae p { padding: 0 2px 16px; }
.cs1cjg .wr2ae { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.cs1cjg .wr2ae summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.cs1cjg .wr2ae summary::after { content: "›"; font-size: 1.2em; }
.cs1cjg .wr2ae[open] summary::after { content: "‹"; }
.cs1cjg .wr2ae p { padding: 10px 22px 4px; }
.vj211y .wr2ae {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.vj211y .wr2ae summary { color: var(--text-primary); padding-left: 16px; }
.vj211y .wr2ae summary::after { content: "›"; font-size: 1.1em; }
.vj211y .wr2ae[open] summary::after { content: "‹"; }
.vj211y .wr2ae p { padding-left: 16px; }
.fqdy7j .iutxf8pu { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.fqdy7j .wr2ae {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.fqdy7j .wr2ae:last-child { border-bottom: none; }
.fqdy7j .wr2ae summary { color: var(--text-primary); border-radius: 0; }
.fqdy7j .wr2ae summary::after { content: "›"; font-size: 1.1em; }
.fqdy7j .wr2ae[open] summary::after { content: "‹"; }
.xu213o .wr2ae { overflow: hidden; }
.xu213o .wr2ae summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.xu213o .wr2ae summary::after { color: rgba(255,255,255,.75); }
.xu213o .wr2ae[open] summary { border-radius: 0; }
.wyckb { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.tzxek7a {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ukzu1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.gyjhkxh { color: var(--text-muted); font-size: 1.05rem; }
.ddf0rr {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ngqe {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.jf1yygxi { margin-bottom: 20px; }
.rahfvq {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.txejhg {
  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;
}
.txejhg:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ay0sr { resize: vertical; min-height: 130px; }
.domwebr { width: 100%; margin-top: 8px; }
.ecl7y8b {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.r2gns {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.l96d4a { color: var(--text-muted); line-height: 1.75; }
.vxllt { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.vxllt li { margin-bottom: 6px; }
.wtaxmqbi { max-width: 760px; margin: 0 auto; }
.gf65nd { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.x7gdzf { max-width: 760px; margin: 0 auto; }
.qw2o8e5c { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.qw2o8e5c:last-child { border-bottom: none; }
.s9jg { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.qw2o8e5c p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qw2o8e5c ul.vxllt { margin: 0; }
.n0480 .s9jg { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .n0480 { grid-template-columns: 1fr; gap: 10px; } }
.d1c4t .s9jg { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.st2s .vxllt { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .xjpsxer { grid-template-columns: 1fr; } }
.l55xthit { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.l55xthit:hover .t4n16 { color: var(--accent-light); text-decoration: underline; }
.qbgjqb { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.q82th8 { margin-bottom: 48px; }
.jcekqxpb { max-width: 760px; margin: 0 auto; }
.vp9yx { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.vp9yx:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.vnc9ck { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.vp9yx p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vp9yx ul.vxllt { margin: 0; }
.g6og { color: var(--text-muted); line-height: 1.75; }
.ujqz5bh .vxllt,
.znuwlf .vxllt,
.ma63ls0f .vxllt,
.vdgxw .vxllt {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ujqz5bh .vp9yx,
.znuwlf .vp9yx { text-align: left; }
.ujqz5bh .vnc9ck,
.znuwlf .vnc9ck { text-align: center; }
.zzvn9dh3 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.am82nrd { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.ewjc { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.g6mp { margin-top: 12px; }
.xwkqi { 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; }
.xwkqi:hover { border-bottom-color: var(--accent-light); }
.oz49 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.oz49 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.i672 { border-radius: 28%; }
.yccrwg { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.u5gb { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.nypc { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
.oiseldli { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .oiseldli { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ii15pl .ewjc, .ii15pl .am82nrd { max-width: 640px; }
.r7naw76 .zzvn9dh3 { font-size: 1.6rem; margin-top: 18px; }
.obdmye5 .ewjc { margin-bottom: 28px; }
@media (max-width: 860px) { .ljc3obo { grid-template-columns: 1fr; } .r7naw76 { position: static; text-align: center; } }
.a8f789y .oz49 { margin: 0 auto 18px; }
.a8f789y .u5gb { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .znl8a { grid-template-columns: 1fr; } }
.dvvam13 .zzvn9dh3 { font-size: 1.6rem; margin-bottom: 6px; }
.vdgxw .vxllt { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dvvam13 { flex-direction: column; text-align: center; } .ko0rzs8 { grid-template-columns: 1fr; } }
.l86lo6e .zzvn9dh3 { font-size: 1.35rem; margin: 0 0 4px; }
.l86lo6e .u5gb { margin: 0; }
.sguqu6 .ukzu1 { color: var(--accent-light); }
.wc2nhk .ukzu1 { font-size: 2rem; }
.wc2nhk .gyjhkxh { max-width: 680px; }
.r4pu29u .ukzu1 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.r4pu29u .gyjhkxh  { margin: 0; }
@media (max-width: 640px) { .r4pu29u { flex-direction: column; } }
.x0zg0cu8 .ukzu1 { color: var(--accent-light); }
.vmd7w {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.vmd7w .ukzu1 { color: #fff; }
.vmd7w .gyjhkxh  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .vz2hm2ih { grid-template-columns: 1fr; } }
.jqohiapz .txejhg {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.jqohiapz .txejhg:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ybqua .txejhg { background: var(--bg-raised); border-color: transparent; }
.ybqua .txejhg:focus { background: var(--bg-card); border-color: var(--accent-light); }
.mjbs .txejhg { border-radius: 100px; padding: 11px 20px; }
.mjbs .ay0sr { border-radius: 14px; }
.cswyo6 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .cswyo6 { grid-template-columns: 1fr; } }
.v75j {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.v75j h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.v75j p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.rktbb { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.rktbb li { margin-bottom: 6px; }
.yih0ytcj{display:none}
.yih0ytcj:empty,.bslue:empty{display:none}
.d3s4tb1l{position:relative;overflow:visible}
.e62sn7eq .g4wo,.hzreyq .g4wo,
.l827l3qw .g4wo,.r7jm .g4wo,
.x9x9 .g4wo,.d9fp0p .g4wo{display:block}
.br9va3 .ovs6{display:block}
.e62sn7eq .g4wo,.hzreyq .g4wo,
.l827l3qw .g4wo,.r7jm .g4wo,
.x9x9 .g4wo{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}
.e62sn7eq .g4wo .bslue,.hzreyq .g4wo .bslue,
.l827l3qw .g4wo .bslue,.r7jm .g4wo .bslue,
.x9x9 .g4wo .bslue{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}
.e62sn7eq .g4wo,.hzreyq .g4wo{top:12px}
.e62sn7eq .g4wo .bslue{margin-right:auto}
.hzreyq .g4wo .bslue{margin-left:auto}
.hzreyq .g4wo{text-align:right}
.l827l3qw .g4wo,.r7jm .g4wo{bottom:12px}
.l827l3qw .g4wo .bslue{margin-right:auto}
.r7jm .g4wo .bslue{margin-left:auto}
.r7jm .g4wo{text-align:right}
.x9x9 .g4wo{position:relative;margin-top:16px}
.x9x9 .g4wo .bslue{margin:0 auto}
.d9fp0p .g4wo{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.d9fp0p .g4wo .bslue{margin:0}
.d9fp0p .m5a7~.g4wo,
.d9fp0p .tg0owlz~.g4wo{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.d9fp0p .m5a7~.g4wo .bslue,
.d9fp0p .tg0owlz~.g4wo .bslue{justify-content:flex-start}
.m5a7~.g4wo,.tg0owlz~.g4wo{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}
.m5a7~.g4wo .bslue{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.tg0owlz~.g4wo .bslue{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ovs6 .bslue{margin:0 0 12px}
.bslue{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.t4n16{font-weight:600;color:var(--text-heading);opacity:1}
.syq9 .bslue{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.kkxxe7 .cicb{border-bottom:1px solid currentColor;padding-bottom:2px}
.vezfvb3q .bslue{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.xi392qa{--date-bg:var(--accent-bg)}
.ip8fsls7 .i8hm::before{content:""}
.nglwkg .bjs322r{padding:20px 0}
@media(max-width:640px){
  .bjs322r{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .npgb8f9{max-width:100%}
}
.s0pikl .mz4m12{margin:0}
@media (max-width:560px){
  .rxhu27g{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) {
  .cdehomox { padding: 28px 18px 20px; }
  .pp16usqi { font-size: 1.2rem; }
  .uam4ezh { max-width: 220px; max-height: 80px; }
}
.mtc6y18  .hkxsxfm { border-radius: 6px; }
.ctpjmap .tyrip8pl {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .hkxsxfm { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ajo7x8ve {
  margin: 28px 0 24px;
}
.ajo7x8ve .op8fr {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ajo7x8ve .hgaoa9y {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ajo7x8ve .tyrip8pl {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ebeo0z1 { flex-direction: row-reverse; }
[dir="rtl"] .ci0t6w { flex-direction: row-reverse; }
[dir="rtl"] .wilu .oysyai5 { right: auto; left: 32px; }
[dir="rtl"] .dkhn  .oysyai5 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .wilu .oysyai5 { right: auto; left: 20px; }
  [dir="rtl"] .dkhn  .oysyai5 { left: auto;  right: 20px; }
}
[dir="rtl"] .vr0wo .ts0r3  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .yf5k5dto .ts0r3 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .srtwuwp1, [dir="rtl"] .bzir8io { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .elximlxb { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .g9kfd9a9 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .f3ar { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .tyrip8pl { direction: rtl; }
[dir="rtl"] .n9tec { direction: rtl; }
[dir="rtl"] .uwp4v { direction: rtl; }
[dir="rtl"] .p79s4z { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .yjbf .bzir8io,
[dir="rtl"] .ir2x .bzir8io,
[dir="rtl"] .ld6ini .bzir8io,
[dir="rtl"] .si82k1 .bzir8io {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .yjbf .bzir8io li::before,
[dir="rtl"] .ir2x .bzir8io li::before,
[dir="rtl"] .ld6ini .bzir8io li::before,
[dir="rtl"] .si82k1 .bzir8io li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .flk4.yl0e24u .cro3,
[dir="rtl"] .xlevdsrs.yl0e24u .cro3,
[dir="rtl"] .tpj8ai.yl0e24u .cro3,
[dir="rtl"] .yn4d8ke.yl0e24u .cro3,
[dir="rtl"] .dtn5cpjm.yl0e24u .cro3 { text-align: right; }
[dir="rtl"] .m5a7.yl0e24u .a8xu8 { align-items: flex-end; text-align: right; }
[dir="rtl"] .hgaoa9y,
[dir="rtl"] .m52j8qc,
[dir="rtl"] .ijx9,
[dir="rtl"] .k1zyh7,
[dir="rtl"] .cro3 { text-align: right; }
[dir="rtl"] .ngqe,
[dir="rtl"] .rahfvq,
[dir="rtl"] .ewjc,
[dir="rtl"] .txejhg,
[dir="rtl"] .ay0sr { text-align: right; direction: rtl; }
[dir="rtl"] .mjbs .txejhg,
[dir="rtl"] .jqohiapz .txejhg { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #99073e;
  --brand:           #99073e;
  --brand-light:     #790c35;
  --brand-pale:      #9e1a4c;
  --grad-start:      #f00b61;
  --grad-end:        #ec4c88;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #99073e;
  --cta-light:       #74022d;
  --cta-hover:       #5e0426;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f3f4;
  --bg-raised:       #f1edef;
  --bg-hover:        #f6f3f4;
  --border:          #e9e1e4;
  --border-alt:      #ddcfd4;
  --border-section:  #e9e1e4;
  --text-primary:    #1c1618;
  --text-muted:      #625057;
  --text-body:       #382d31;
  --text-sub:        #54444a;
  --text-faint:      #8c727c;
  --text-dim:        #a38e96;
  --text-label:      #705b63;
  --text-value:      #46393e;
  --accent-bg:       #f7dee7;
  --accent-bg-light: #f4c1d5;
  --bg-tip:          #f1f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f1f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #18960c;
  --c-cons:          #9f2129;
  --c-pros-label:    #1cb30e;
  --c-tip-border:    #1fc610;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #18960c;
}
:root { --logo-bg-opacity: 77%; }
body, button, input { font-family: "Exo 2", sans-serif; }
.lcmd2bur .qc6bi, .lcmd2bur .m5a7 { min-height: 320px; }
.vnmtbis::before { content: '|'; opacity: 0.3; }