:root {
  --color-accent: #800040;
  --color-cta: #ae4e91;
  --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;
}
.wu28thk5 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.h8alwylx {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.uaua3l {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.g9l846l { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.i1vwyyh { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.i1vwyyh a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.i1vwyyh a:hover { color: var(--accent-light); }
.s75g9     .d7mdo { border-radius: 6px; }
.s75g9 .d7mdo li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.s75g9 .d7mdo li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.x58s5i .d7mdo li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .d7mdo {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .g44ib:hover .d7mdo,
  .g44ib:focus-within .d7mdo { display: block; }
  .d7mdo li a { padding: 8px 16px; font-size: 0.88rem; }
}
.sgibtb5 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.xplwhhdd { display: none; }
@media (max-width: 640px) {
  .xplwhhdd {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xplwhhdd.bn9mctt { display: block; }
}
@media (max-width: 640px) {
  .sgibtb5 { display: block; }
  .i1vwyyh > li + li::before { display: none !important; }
  .i1vwyyh {
    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;
  }
  .i1vwyyh.bn9mctt { display: flex; }
  .i1vwyyh li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .i1vwyyh li:last-child a { border-bottom: none; }
}
.nwaju5 { min-height: 480px; }
.yn6qx {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.yjt4y { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.bnsxbd .yjt4y { margin-left: 0; margin-right: 0; }
.wy9iq2 {
  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;
}
.bdzcx .wy9iq2 { margin-top: 24px; }
.wy9iq2:hover { opacity: 0.88; }
.tyt3 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.tx5e18mm {
  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%);
}
.tyt3 .skqjebs {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.tyt3 .yn6qx { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.tyt3 .yjt4y { color: #e2e8f0; }
.tyt3.zp3s7h4 .skqjebs { text-align: center; }
.tyt3.bnsxbd   .skqjebs { text-align: left; }
.nurtqd54 .skqjebs {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.nurtqd54 .yn6qx { color: var(--text-primary); text-shadow: none; }
.nurtqd54 .yjt4y { color: var(--text-muted); }
.nurtqd54 .wy9iq2 { margin-top: 16px; }
.nurtqd54, .nurtqd54.nwaju5 { min-height: auto !important; }
.nurtqd54.zp3s7h4 .skqjebs { text-align: center; }
.nurtqd54.bnsxbd   .skqjebs { text-align: left; }
.f3liyul {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.ifgxh .f3liyul,
.ifgxh .f3liyul::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.obuqwmya .f3liyul,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.yrvgw992 .f3liyul,
.yrvgw992 .psfk26yd,
.yrvgw992 .tyt3 .tx5e18mm {
  overflow: hidden;
}
.yrvgw992 .f3liyul::after,
.yrvgw992 .psfk26yd::after,
.yrvgw992 .tyt3 .tx5e18mm::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%); }
}
.x2cv .f3liyul,
.x2cv .f3liyul::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); }
}
.x2cv .tyt3 .tx5e18mm {
  overflow: hidden;
}
.x2cv .tyt3 .tx5e18mm::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;
}
.imud .f3liyul,
.imud .tyt3 .tx5e18mm {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ifgxh .tyt3 .tx5e18mm {
  overflow: hidden;
}
.ifgxh .tyt3 .tx5e18mm::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;
}
.obuqwmya .tyt3 .tx5e18mm {
  animation: hg-breathe 10s ease-in-out infinite;
}
.f3liyul .tx5e18mm {
  background: none;
}
.f3liyul .yn6qx { color: #fff; }
.f3liyul .yjt4y { color: rgba(255,255,255,0.85); }
.f3liyul .wy9iq2 { background: #fff; color: var(--cta); }
.f3liyul .wy9iq2:hover { opacity: 0.92; }
.yrvgw992 .z3ica0 { position: relative; overflow: hidden; }
.yrvgw992 .z3ica0::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;
}
.z3ica0 .yn6qx { text-shadow: none; color: var(--text-primary); }
.z3ica0 .yjt4y { color: var(--text-muted); }
body.verm798w .yn6qx {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.notgqre1 .yn6qx {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.nwaju5.f3liyul .yn6qx,
section.f3liyul .yn6qx {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.z3ica0.bnsxbd   .le8u1 { align-items: flex-start; text-align: left; }
.nwaju5 .vwdxu {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.vwdxu .pdfs0.bek8c0i {
  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;
}
.vwdxu .pdfs0.bek8c0i:hover { opacity: 0.85; }
.ykfg .skqjebs { padding-bottom: 24px; }
.bdzcx .skqjebs { max-width: 1100px; }
@media (max-width: 700px) {
  .z3ica0 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .z3ica0:not(.xmxoqqt) .tle2lho { display: none !important; }
  .xmxoqqt .tle2lho { padding: 16px; }
  .le8u1  { padding: 36px 24px; }
  .z3ica0~.pd6z,.mt0t~.pd6z{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .nwaju5, .z3ica0 { min-height: 320px !important; }
  .yn6qx { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .j0b1z8,
  .sl741g7p,
  .t3yehy { grid-template-columns: 1fr !important; }

  

  
  .ykfg { display: flex !important; flex-direction: column !important; }
  .ykfg .skqjebs { display: contents; }
  .ykfg .tx5e18mm { order: 0; }
  .ykfg .yn6qx { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ykfg .j0b1z8 { order: 2; padding: 0 16px 12px !important; }
  .ykfg .yjt4y { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .bdzcx .skqjebs { display: flex; flex-direction: column; }
  .bdzcx .skqjebs .yn6qx { order: 1; }
  .bdzcx .skqjebs .t3yehy { order: 2; margin: 8px 0 24px !important; }
  .bdzcx .skqjebs .yjt4y { order: 3; }
  .bdzcx .skqjebs .wy9iq2 { order: 4; align-self: center; margin-top: 0; }

  
  .z3ica0.xmxoqqt {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .z3ica0.xmxoqqt .le8u1 { display: contents; padding: 0; }
  .z3ica0.xmxoqqt .le8u1 .yn6qx { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .z3ica0.xmxoqqt .tle2lho { order: 2; padding: 12px 16px; }
  .z3ica0.xmxoqqt .le8u1 .yjt4y { order: 3; padding: 0 24px; margin: 0 auto; }
  .z3ica0.xmxoqqt .le8u1 .wy9iq2 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ish5f { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ol4z43r3 { width: 100%; height: auto; display: block; border-radius: 10px; }
.wi946 .ish5f        { border-radius: 16px; }
.wi946 .ol4z43r3  { border-radius: 16px; }
.lmw1km .ish5f         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.lmw1km .ol4z43r3   { border-radius: 8px; }
.feu9 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.p7jmwrzr { width: 100%; padding: 32px 0; position: relative; }
.cks50y1e { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ja4q4zrn .p7jmwrzr:nth-child(even) { background: var(--bg-surface); }
.ja4q4zrn .p7jmwrzr:nth-child(odd)  { background: var(--bg-page); }
.pfet .p7jmwrzr:nth-child(even) { background: var(--bg-card); }
.pfet .p7jmwrzr:nth-child(odd)  { background: var(--bg-page); }
.ja4q4zrn .p7jmwrzr:nth-child(odd)  .cks50y1e { background: var(--bg-card); border-radius: 6px; }
.ja4q4zrn .p7jmwrzr:nth-child(even) .cks50y1e { background: var(--bg-raised); border-radius: 6px; }
.pfet .p7jmwrzr:nth-child(odd)  .cks50y1e { background: var(--bg-card); border-radius: 6px; }
.pfet .p7jmwrzr:nth-child(even) .cks50y1e { background: var(--bg-raised); border-radius: 6px; }
.ja4q4zrn .p7jmwrzr:nth-child(even) .b2nuz .yxr5,
.pfet .p7jmwrzr:nth-child(even) .b2nuz .yxr5 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ja4q4zrn .p7jmwrzr:nth-child(odd) .b2nuz .yxr5,
.pfet .p7jmwrzr:nth-child(odd) .b2nuz .yxr5 { background: var(--bg-card-inner); }
.ja4q4zrn .p7jmwrzr:nth-child(even) .nokbp7 .yxr5:nth-child(odd),
.pfet .p7jmwrzr:nth-child(even) .nokbp7 .yxr5:nth-child(odd)  { background: var(--bg-card); }
.ja4q4zrn .p7jmwrzr:nth-child(even) .nokbp7 .yxr5:nth-child(even),
.pfet .p7jmwrzr:nth-child(even) .nokbp7 .yxr5:nth-child(even) { background: var(--bg-card-inner); }
h1.rewsir17 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.rewsir17 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.lyge0p2 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.qn91b0q h2.rewsir17 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.p6iu h2.rewsir17 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.pdl9aq h2.rewsir17 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.kowhv h2.rewsir17::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.i2w4rvee h2.rewsir17 {
  color: var(--text-primary); font-size: 1.7rem;
}
.s6f8szrq h2.rewsir17::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.vh0tm h2.rewsir17 {
  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;
}
.cncgfcy { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .cncgfcy { display: none; } }
.aiyjs4 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.bvnf { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.sebkfnbx {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.dcsjxsw { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.b5bes35 { padding-left: 20px; }
.b5bes35 li { margin-bottom: 6px; }
.b5bes35 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.b5bes35 a:hover { color: var(--accent-light); }
.k51zfsqt .dcsjxsw { display: none; }
.cottpjl .dcsjxsw { display: none; }
.cottpjl .b5bes35 { padding-left: 0; list-style: none; }
.cottpjl .b5bes35 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.cottpjl .b5bes35 a { font-size: 0.92rem; }
.u34w .sebkfnbx { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.u34w .dcsjxsw { display: none; }
.u34w .b5bes35 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.u34w .b5bes35 li { margin-bottom: 0; }
.u34w .b5bes35 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;
}
.u34w .b5bes35 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.fq6ij .sebkfnbx { padding: 20px 20px 16px; }
.fq6ij .b5bes35 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.fq6ij .b5bes35 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.fq6ij .b5bes35 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;
}
.fq6ij .b5bes35 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;
}
.fq6ij .b5bes35 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.fq6ij .b5bes35 a:focus,
.fq6ij .b5bes35 a:focus-visible,
.fq6ij .b5bes35 a:target { outline: none; }
.fq6ij .b5bes35 li:target a { border-color: var(--border); color: var(--text-muted); }
.dnvus .sebkfnbx { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.dnvus .dcsjxsw { display: none; }
.dnvus .b5bes35 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.dnvus .b5bes35 li { margin-bottom: 0; }
.dnvus .b5bes35 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.dnvus .b5bes35 li:last-child::after { content: ""; margin-right: 0; }
.dnvus .b5bes35 a { font-size: 0.9rem; }
.yxr5 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.b2nuz .yxr5 { background: var(--bg-card); }
.nokbp7 .yxr5:nth-child(odd)  { background: var(--bg-card); }
.nokbp7 .yxr5:nth-child(even) { background: var(--bg-raised); }
.mzxppij .yxr5 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.mzxppij .yxr5:last-child { border-bottom: none; }
.mzxppij h3.lyge0p2 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.vec0a3 .yxr5 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.vec0a3 .yxr5 + .yxr5 { margin-top: 4px; }
.w126 .yxr5 { background: none; border-radius: 0; padding: 12px 0; }
.w126 .yxr5 + .yxr5 { border-top: 1px solid var(--border-section); }
.qcnra { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ki7rsl { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.zyhp0 { color: var(--text-body); margin-bottom: 10px; }
.u0qa, .o0yoyu6a { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.u0qa li, .o0yoyu6a li { margin-bottom: 6px; }
.o0yoyu6a li { list-style: decimal; }
.hef7zp9     .u0qa { list-style-type: "● "; }
.auh2ei  .u0qa { list-style-type: "■ "; }
.nu2r1 .u0qa { list-style-type: "◆ "; }
.ppskv    .u0qa { list-style-type: "★ "; }
.hef7zp9    .u0qa li::marker, .hef7zp9    .pzaaqlg li::marker,
.auh2ei .u0qa li::marker, .auh2ei .pzaaqlg li::marker,
.nu2r1 .u0qa li::marker, .nu2r1 .pzaaqlg li::marker,
.ppskv   .u0qa li::marker, .ppskv   .pzaaqlg li::marker {
  color: var(--cta); font-size: 1em;
}
.hef7zp9 .o0yoyu6a,
.auh2ei .o0yoyu6a,
.nu2r1 .o0yoyu6a,
.ppskv .o0yoyu6a {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.hef7zp9 .o0yoyu6a li,
.auh2ei .o0yoyu6a li,
.nu2r1 .o0yoyu6a li,
.ppskv .o0yoyu6a li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.hef7zp9 .o0yoyu6a li::before,
.auh2ei .o0yoyu6a li::before,
.nu2r1 .o0yoyu6a li::before,
.ppskv .o0yoyu6a 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;
}
.hef7zp9     .o0yoyu6a li::before { border-radius: 50%; }
.auh2ei  .o0yoyu6a li::before { border-radius: 3px; }
.nu2r1 .o0yoyu6a li::before { border-radius: 3px; }
.ppskv    .o0yoyu6a li::before { border-radius: 50%; }
.flpv5c4 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.nsgus5 .flpv5c4,
.ebem8bz .flpv5c4 { background: transparent; border: none; border-radius: 0; }
.wxtdelgk { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.wxtdelgk th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.wxtdelgk td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.wxtdelgk tr:hover td { background: var(--bg-hover); }
.lbiayt .wxtdelgk tbody tr:nth-child(even) td { background: var(--bg-surface); }
.qcpa4 .wxtdelgk { border: 1px solid var(--border-alt); }
.qcpa4 .wxtdelgk th,
.qcpa4 .wxtdelgk td { border: 1px solid var(--border-alt); }
.ziq1p .wxtdelgk th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ziq1p .wxtdelgk td { border-bottom: none; }
.ziq1p .wxtdelgk tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.l8r97 .wxtdelgk th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.dm19q .flpv5c4 {
  overflow: hidden;
}
.dm19q .wxtdelgk th { border-bottom: 1px solid var(--border-alt); }
.dm19q .wxtdelgk tr:last-child td { border-bottom: none; }
[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%}
.wqf2ypa .pro9hye {
  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);
}
.oc4g1g .mu03 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.oc4g1g .c6yag { background: none; color: var(--accent-light); font-weight: 700; }
.qhcrz0 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.zhk6q  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.hjuu { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.jon6npty { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.z5pt { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.qhcrz0 strong { color: var(--text-primary); font-size: 0.95rem; }
.qhcrz0 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.as5js2g { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.v6pkz60j, .hfkxv4tm { border-radius: 8px; padding: 14px; }
.v6pkz60j { background: var(--bg-pros); }
.hfkxv4tm { background: var(--bg-cons); }
.hwkpauu9 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.v6pkz60j .hwkpauu9 { color: var(--c-pros-label); }
.hfkxv4tm .hwkpauu9 { color: #f87171; }
.v6pkz60j ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.hfkxv4tm ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ol4z43r3 { width: 100%; height: auto; border-radius: 10px; display: block; }
.bek8c0i {
  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;
}
.bek8c0i:hover { opacity: 0.85; }
.o1nlej6x .bek8c0i  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.o1nlej6x .bek8c0i:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.osq0mj .bek8c0i  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.osq0mj .bek8c0i:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.fq6bl6 .wy9iq2 { border-radius: 50px; }
.fq6bl6 .bek8c0i  { border-radius: 50px; }
.okz5f4 .wy9iq2 { padding-left: 22px; padding-right: 22px; }
.okz5f4 .bek8c0i  { padding-left: 12px; padding-right: 12px; }
.uz3vfp9 .wy9iq2 { padding-left: 44px; padding-right: 44px; }
.uz3vfp9 .bek8c0i  { padding-left: 24px; padding-right: 24px; }
.lq00ouz3 .wy9iq2 { padding-left: 56px; padding-right: 56px; }
.lq00ouz3 .bek8c0i  { padding-left: 32px; padding-right: 32px; }
.uzih0z   .wy9iq2::after, .uzih0z   .bek8c0i::after,
.g14oj2q .wy9iq2::after, .g14oj2q .bek8c0i::after,
.qdastfg    .wy9iq2::after, .qdastfg    .bek8c0i::after,
.dt2c7ts    .wy9iq2::after, .dt2c7ts    .bek8c0i::after,
.bkngqgr    .wy9iq2::after, .bkngqgr    .bek8c0i::after,
.ibm82     .wy9iq2::after, .ibm82     .bek8c0i::after,
.q77as    .wy9iq2::after, .q77as    .bek8c0i::after,
.t1ems8   .wy9iq2::after, .t1ems8   .bek8c0i::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;
}
.uzih0z .wy9iq2::after, .uzih0z .bek8c0i::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");
}
.g14oj2q .wy9iq2::after, .g14oj2q .bek8c0i::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");
}
.qdastfg .wy9iq2::after, .qdastfg .bek8c0i::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");
}
.dt2c7ts .wy9iq2::after, .dt2c7ts .bek8c0i::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");
}
.bkngqgr .wy9iq2::after, .bkngqgr .bek8c0i::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");
}
.ibm82 .wy9iq2::after, .ibm82 .bek8c0i::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");
}
.q77as .wy9iq2::after, .q77as .bek8c0i::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");
}
.t1ems8 .wy9iq2::after, .t1ems8 .bek8c0i::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");
}
.i8n19y8b   .s02mg::after, .i8n19y8b   .abhj::after,
.mxcf10 .s02mg::after, .mxcf10 .abhj::after,
.qfhsk    .s02mg::after, .qfhsk    .abhj::after,
.kx8sfx    .s02mg::after, .kx8sfx    .abhj::after,
.kl8xd    .s02mg::after, .kl8xd    .abhj::after,
.h36tr5     .s02mg::after, .h36tr5     .abhj::after,
.pt7n3k    .s02mg::after, .pt7n3k    .abhj::after,
.rxpoh   .s02mg::after, .rxpoh   .abhj::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;
}
.i8n19y8b .s02mg::after, .i8n19y8b .abhj::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");
}
.mxcf10 .s02mg::after, .mxcf10 .abhj::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");
}
.qfhsk .s02mg::after, .qfhsk .abhj::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");
}
.kx8sfx .s02mg::after, .kx8sfx .abhj::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");
}
.kl8xd .s02mg::after, .kl8xd .abhj::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");
}
.h36tr5 .s02mg::after, .h36tr5 .abhj::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");
}
.pt7n3k .s02mg::after, .pt7n3k .abhj::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");
}
.rxpoh .s02mg::after, .rxpoh .abhj::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");
}
.h7hcs .th5r0 { background: var(--bg-raised); }
.pdfs0.bek8c0i {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .u7wn76j {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .u7wn76j::before    { grid-area: rank;   }
  .mll5           { grid-area: ident;  }
  .rx4k     { grid-area: rating; min-width: 0; width: auto; }
  .bfediru           { grid-area: pills;  }
  .pdfs0             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .u7wn76j {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .u7wn76j::before    { justify-self: center; }
  .mll5           { width: 100%; }
  .rx4k     { justify-self: center; }
  .bfediru           { grid-template-columns: 1fr; }
}
.bf2cqae .ozgtz { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .mygbqz .bemzc {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .mygbqz .rn1b8oxt { margin: 0; }
}
.tadk5l .rn1b8oxt { border-top: 4px solid var(--accent); }
.tadk5l .dhpgqqh5 { background: var(--bg-card); }
.ebem8bz .as5js2g { gap: 10px; }
.ebem8bz .v6pkz60j, .ebem8bz .hfkxv4tm { padding: 12px; }
.ebem8bz .v6pkz60j ul, .ebem8bz .hfkxv4tm ul { margin: 4px 0 0; padding-left: 18px; }
.ebem8bz .v6pkz60j li, .ebem8bz .hfkxv4tm li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .ea3a7 { grid-template-columns: 1fr; }
  .luqub { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .luqub .c5vm6 { width: 72px; height: 50px; }
  .luqub .zrvp { max-width: 180px; }
  .luqub .w0f0vt { width: auto; }
}
@media (max-width: 720px) {
  .tll3317 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ftau { padding: 16px; }
  .g6tk .rgmo8dgf { min-width: 50%; }
}
.ozwl .as5js2g { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .rip00 { grid-template-columns: 1fr; }
  .bd0dt { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .uz1zvq { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .a832 { flex-wrap: wrap; padding: 16px; }
}
.w41ph .as5js2g { gap: 8px; }
.w41ph .v6pkz60j, .w41ph .hfkxv4tm { padding: 8px; }
@media (max-width: 480px) {
  .pw63 { flex-direction: column; align-items: stretch; }
}
.gj4f .w0f0vt .bek8c0i { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ghzf1x { flex-direction: column; align-items: stretch; gap: 10px; }
  .gj4f .w0f0vt { text-align: center; }
}
@media (max-width: 720px) {
  .zd2h { grid-template-columns: 1fr; }
  .f0pcl9w { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .p3b9h { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .up1n6 { grid-template-columns: 1fr; }
  .qonx71l { width: 100px; height: 100px; margin: 16px auto; }
  .uqfg { font-size: 1.4rem; }
  .c6qk3j45 { justify-content: center; }
  .ri2a3mv .rgmo8dgf { min-width: 50%; }
}
.gc0h1tnj .as5js2g { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .k0qla { flex-wrap: wrap; padding: 14px 16px; }
  .rjjcqopf { padding: 12px 16px; }
  .gc0h1tnj .as5js2g { margin: 0 16px; }
  .gc0h1tnj .byjaisjw { padding: 0 16px; }
  .dq3nq19 { padding: 12px 16px; }
}
.ew2ci .u7wn76j {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.ew2ci .u7wn76j:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.aho2sy .i6vahw9,
.aho2sy .zv08he,
.aho2sy .zv08he {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.aho2sy .zv08he small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.aho2sy .nb0fbtf .juzc,
.aho2sy .nb0fbtf strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.aho2sy .j2vw,
.aho2sy .goyvy4 { font-size: 1em; }
.toqc5 { margin: 16px 0; }
.ifumj { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ifumj summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ifumj summary::after { content: "+"; color: var(--accent-light); }
.ifumj[open] summary::after { content: "−"; }
.ifumj p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.p7jmwrzr { margin-bottom: 0; }
.axqzzo h2.rewsir17 { color: var(--text-primary); border-color: var(--accent-light); }
.mgopogw8 h2.rewsir17 { color: var(--text-primary); border-color: var(--accent-light); }
.yvss0o .zhk6q     { background: #052e16; border-color: #10b981; }
.yvss0o .hjuu { background: #2d0a1e; border-color: #f43f5e; }
.yvss0o .jon6npty    { background: #1e1036; border-color: #a855f7; }
.yvss0o .qhcrz0 strong  { color: #f1f5f9; }
.yvss0o .qhcrz0 p       { color: #cbd5e1; }
.yvss0o .dc18d8lk    .zhk6q     .z5pt::before,
.yvss0o .ep6khr  .zhk6q     .z5pt::before,
.yvss0o .uv8ll  .zhk6q     .z5pt::before,
.yvss0o .u9h5 .zhk6q     .z5pt::before { color: #10b981; }
.yvss0o .dc18d8lk    .hjuu .z5pt::before,
.yvss0o .ep6khr  .hjuu .z5pt::before,
.yvss0o .uv8ll  .hjuu .z5pt::before,
.yvss0o .u9h5 .hjuu .z5pt::before { color: #f43f5e; }
.yvss0o .dc18d8lk    .jon6npty    .z5pt::before,
.yvss0o .ep6khr  .jon6npty    .z5pt::before,
.yvss0o .uv8ll  .jon6npty    .z5pt::before,
.yvss0o .u9h5 .jon6npty    .z5pt::before { color: #a855f7; }
.bezyqo .zhk6q     { background: #2d2000; border-color: #eab308; }
.bezyqo .hjuu { background: #2d0b0b; border-color: #ef4444; }
.bezyqo .jon6npty    { background: #2d1600; border-color: #f97316; }
.bezyqo .qhcrz0 strong  { color: #f1f5f9; }
.bezyqo .qhcrz0 p       { color: #cbd5e1; }
.bezyqo .dc18d8lk    .zhk6q     .z5pt::before,
.bezyqo .ep6khr  .zhk6q     .z5pt::before,
.bezyqo .uv8ll  .zhk6q     .z5pt::before,
.bezyqo .u9h5 .zhk6q     .z5pt::before { color: #eab308; }
.bezyqo .dc18d8lk    .hjuu .z5pt::before,
.bezyqo .ep6khr  .hjuu .z5pt::before,
.bezyqo .uv8ll  .hjuu .z5pt::before,
.bezyqo .u9h5 .hjuu .z5pt::before { color: #ef4444; }
.bezyqo .dc18d8lk    .jon6npty    .z5pt::before,
.bezyqo .ep6khr  .jon6npty    .z5pt::before,
.bezyqo .uv8ll  .jon6npty    .z5pt::before,
.bezyqo .u9h5 .jon6npty    .z5pt::before { color: #f97316; }
.n7i6 .zhk6q     { background: #0c1a2e; border-color: #38bdf8; }
.n7i6 .hjuu { background: #12103a; border-color: #818cf8; }
.n7i6 .jon6npty    { background: #0a2020; border-color: #2dd4bf; }
.n7i6 .qhcrz0 strong  { color: #f1f5f9; }
.n7i6 .qhcrz0 p       { color: #cbd5e1; }
.n7i6 .dc18d8lk    .zhk6q     .z5pt::before,
.n7i6 .ep6khr  .zhk6q     .z5pt::before,
.n7i6 .uv8ll  .zhk6q     .z5pt::before,
.n7i6 .u9h5 .zhk6q     .z5pt::before { color: #38bdf8; }
.n7i6 .dc18d8lk    .hjuu .z5pt::before,
.n7i6 .ep6khr  .hjuu .z5pt::before,
.n7i6 .uv8ll  .hjuu .z5pt::before,
.n7i6 .u9h5 .hjuu .z5pt::before { color: #818cf8; }
.n7i6 .dc18d8lk    .jon6npty    .z5pt::before,
.n7i6 .ep6khr  .jon6npty    .z5pt::before,
.n7i6 .uv8ll  .jon6npty    .z5pt::before,
.n7i6 .u9h5 .jon6npty    .z5pt::before { color: #2dd4bf; }
.gs3hew28 .zhk6q     { background: var(--accent-bg); border-color: var(--accent-light); }
.gs3hew28 .hjuu { background: var(--accent-bg-light); border-color: var(--accent-light); }
.gs3hew28 .jon6npty    { background: var(--accent-bg); border-color: var(--accent-pale); }
.gs3hew28 .dc18d8lk    .z5pt::before,
.gs3hew28 .ep6khr  .z5pt::before,
.gs3hew28 .uv8ll  .z5pt::before,
.gs3hew28 .u9h5 .z5pt::before { color: var(--accent-light) !important; }
.t2rjke::before,
.nwt8::before { margin-right: 5px; }
.nhywejf1 .v6pkz60j ul li,
.nhywejf1 .x6bix li         { color: #4ade80; }
.nhywejf1 .v6pkz60j .t2rjke { color: #22c55e; }
.nhywejf1 .hfkxv4tm ul li,
.nhywejf1 .lhbgc7j li         { color: #f87171; }
.nhywejf1 .hfkxv4tm .nwt8 { color: #ef4444; }
.fvfmioou .v6pkz60j { background: var(--bg-pros); }
.fvfmioou .hfkxv4tm { background: var(--bg-cons); }
.fvfmioou .v6pkz60j .t2rjke { color: var(--c-pros-label); }
.fvfmioou .hfkxv4tm .nwt8 { color: var(--c-cons); }
.fvfmioou .v6pkz60j ul li,
.fvfmioou .hfkxv4tm ul li,
.fmfyr .v6pkz60j { background: var(--bg-pros); }
.fmfyr .hfkxv4tm { background: var(--bg-cons); }
.fmfyr .v6pkz60j .t2rjke { color: var(--c-pros-label); }
.fmfyr .hfkxv4tm .nwt8 { color: var(--c-cons); }
.fmfyr .v6pkz60j ul li,
.fmfyr .hfkxv4tm ul li,
.iv8jv .t2rjke::before { content: "✓ "; }
.iv8jv .nwt8::before { content: "✗ "; }
.iqavu .t2rjke::before { content: "→ "; }
.iqavu .nwt8::before { content: "← "; }
.tdql3udf .t2rjke::before { content: "★ "; }
.tdql3udf .nwt8::before { content: "✕ "; }
.kbwfuz4 .t2rjke::before { content: "◆ "; }
.kbwfuz4 .nwt8::before { content: "▲ "; }
.e4hhl .qhcrz0 { background: transparent; border-left: none; border: 1.5px solid; }
.e4hhl .zhk6q     { border-color: var(--c-tip-border); }
.e4hhl .hjuu { border-color: var(--c-warn-border); }
.e4hhl .jon6npty    { border-color: #60a5fa; }
.e4hhl .qhcrz0 strong { color: var(--text-primary); }
.e4hhl .qhcrz0 p      { color: var(--text-muted); }
.bf2cqae .qhcrz0 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.bf2cqae .zhk6q     { border-top-color: var(--c-tip-border); }
.bf2cqae .hjuu { border-top-color: var(--c-warn-border); }
.bf2cqae .jon6npty    { border-top-color: #60a5fa; }
.pt47 .qhcrz0 { border-left: none; border-radius: 8px; }
.pt47 .zhk6q     { background: #065f46; }
.pt47 .hjuu { background: #92400e; }
.pt47 .jon6npty    { background: #1e3a8a; }
.pt47 .qhcrz0 strong,
.pt47 .qhcrz0 p { color: #fff; }
.pt47 .z5pt::before { color: rgba(255,255,255,0.85) !important; }
.yvss0o.pt47 .zhk6q,
.yvss0o .pt47 .zhk6q     { background: #052e16; }
.yvss0o.pt47 .hjuu,
.yvss0o .pt47 .hjuu { background: #2d0a1e; }
.yvss0o.pt47 .jon6npty,
.yvss0o .pt47 .jon6npty    { background: #1e1036; }
.bezyqo.pt47 .zhk6q,
.bezyqo .pt47 .zhk6q      { background: #2d2000; }
.bezyqo.pt47 .hjuu,
.bezyqo .pt47 .hjuu  { background: #2d0b0b; }
.bezyqo.pt47 .jon6npty,
.bezyqo .pt47 .jon6npty     { background: #2d1600; }
.n7i6.pt47 .zhk6q,
.n7i6 .pt47 .zhk6q      { background: #0c1a2e; }
.n7i6.pt47 .hjuu,
.n7i6 .pt47 .hjuu  { background: #12103a; }
.n7i6.pt47 .jon6npty,
.n7i6 .pt47 .jon6npty     { background: #0a2020; }
.wzyf .qhcrz0 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.wzyf .zhk6q     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.wzyf .hjuu { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.wzyf .jon6npty    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.wzyf .qhcrz0 strong { color: var(--text-primary); }
.wzyf .qhcrz0 p      { color: var(--text-muted); }
.yv37yl .qhcrz0 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.dc18d8lk .z5pt,
.ep6khr .z5pt,
.uv8ll .z5pt,
.u9h5 .z5pt { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.dc18d8lk .z5pt::before,
.ep6khr .z5pt::before,
.uv8ll .z5pt::before,
.u9h5 .z5pt::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.dc18d8lk .zhk6q     .z5pt::before { content: "✦"; color: var(--c-tip-border); }
.dc18d8lk .hjuu .z5pt::before { content: "▲"; color: var(--c-warn-border); }
.dc18d8lk .jon6npty    .z5pt::before { content: "◉"; color: #60a5fa; }
.ep6khr .zhk6q     .z5pt::before { content: "★"; color: var(--c-tip-border); }
.ep6khr .hjuu .z5pt::before { content: "◆"; color: var(--c-warn-border); }
.ep6khr .jon6npty    .z5pt::before { content: "●"; color: #60a5fa; }
.uv8ll .zhk6q     .z5pt::before { content: "▶"; color: var(--c-tip-border); }
.uv8ll .hjuu .z5pt::before { content: "■"; color: var(--c-warn-border); }
.uv8ll .jon6npty    .z5pt::before { content: "▸"; color: #60a5fa; }
.u9h5 .zhk6q     .z5pt::before { content: "→"; color: var(--c-tip-border); }
.u9h5 .hjuu .z5pt::before { content: "⬥"; color: var(--c-warn-border); }
.u9h5 .jon6npty    .z5pt::before { content: "◈"; color: #60a5fa; }
.cu7xa .b2nuz .yxr5,
.cu7xa .nokbp7 .yxr5  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.cu7xa .flpv5c4          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.cu7xa .sebkfnbx                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.gx03li .b2nuz .yxr5,
.gx03li .nokbp7 .yxr5,
.gx03li .mu03,
.gx03li .u7wn76j,
.gx03li .rn1b8oxt,
.gx03li .flpv5c4,
.gx03li .sebkfnbx,
.gx03li .yv37yl .qhcrz0 { box-shadow: none; }
.l4cy   body, .l4cy   { font-size: 0.9rem; }
.l4cy   .zyhp0, .l4cy .qcnra, .l4cy .ki7rsl,
.l4cy   .aiyjs4, .l4cy .bvnf { font-size: 0.9rem; }
.l4cy   .u0qa, .l4cy .o0yoyu6a { font-size: 0.9rem; }
.tbwbno   .zyhp0, .tbwbno .qcnra, .tbwbno .ki7rsl,
.tbwbno   .aiyjs4, .tbwbno .bvnf { font-size: 0.95rem; }
.tbwbno   .u0qa, .tbwbno .o0yoyu6a { font-size: 0.95rem; }
.g652bwxl   .zyhp0, .g652bwxl .qcnra, .g652bwxl .ki7rsl,
.g652bwxl   .aiyjs4, .g652bwxl .bvnf { font-size: 1.08rem; }
.g652bwxl   .u0qa, .g652bwxl .o0yoyu6a { font-size: 1.05rem; }
.g652bwxl   .wxtdelgk { font-size: 0.97rem; }
.x7hfu4l .yn6qx      { font-size: 3.2rem; }
.x7hfu4l h2.rewsir17 { font-size: 1.9rem; }
.x7hfu4l h3.lyge0p2     { font-size: 1.4rem; }
.bvxp10 .yn6qx      { font-size: 3.8rem; }
.bvxp10 h2.rewsir17 { font-size: 2.2rem; }
.bvxp10 h3.lyge0p2     { font-size: 1.6rem; }
.p7jmwrzr + .p7jmwrzr { position: relative; }
.dmxkdovn   .p7jmwrzr + .p7jmwrzr::before,
.qhasnb  .p7jmwrzr + .p7jmwrzr::before,
.qw93cwe4   .p7jmwrzr + .p7jmwrzr::before,
.yesysd   .p7jmwrzr + .p7jmwrzr::before,
.n1hj   .p7jmwrzr + .p7jmwrzr::before,
.y4296 .p7jmwrzr + .p7jmwrzr::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.dmxkdovn .p7jmwrzr + .p7jmwrzr::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.qhasnb .p7jmwrzr + .p7jmwrzr::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.qw93cwe4 .p7jmwrzr + .p7jmwrzr::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;
}
.yesysd .p7jmwrzr + .p7jmwrzr::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.d0fz4is .p7jmwrzr { margin-bottom: 16px; }
.d0fz4is .p7jmwrzr + .p7jmwrzr { margin-top: 0; }
.d0fz4is .cks50y1e { padding-top: 0; padding-bottom: 0; }
.n1hj .p7jmwrzr + .p7jmwrzr::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.y4296 .p7jmwrzr + .p7jmwrzr::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.uw4w .p7jmwrzr + .p7jmwrzr::before,
.h5ro .p7jmwrzr + .p7jmwrzr::before,
.mfc2y .p7jmwrzr + .p7jmwrzr::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%;
}
.ja4q4zrn .uw4w .p7jmwrzr:nth-child(even)::before,
.ja4q4zrn .h5ro .p7jmwrzr:nth-child(even)::before,
.ja4q4zrn .mfc2y .p7jmwrzr:nth-child(even)::before { background: var(--bg-surface); }
.pfet .uw4w .p7jmwrzr:nth-child(even)::before,
.pfet .h5ro .p7jmwrzr:nth-child(even)::before,
.pfet .mfc2y .p7jmwrzr:nth-child(even)::before { background: var(--bg-card); }
.uw4w .p7jmwrzr + .p7jmwrzr::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");
}
.h5ro .p7jmwrzr + .p7jmwrzr::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");
}
.mfc2y .p7jmwrzr + .p7jmwrzr::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");
}
.pbtfuh18 .tyt3,
.rbakuhz .tyt3,
.lntw7 .tyt3 { overflow: hidden; }
.pbtfuh18 .skqjebs,
.rbakuhz .skqjebs { margin-bottom: 60px; }
.lntw7 .skqjebs { margin-bottom: 70px; }
.rbakuhz .le8u1 { padding-bottom: 60px; }
.pbtfuh18 .tyt3::before,
.rbakuhz .tyt3::before,
.lntw7 .tyt3::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%;
}
.pbtfuh18 .tyt3::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");
}
.rbakuhz .tyt3::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");
}
.lntw7 .tyt3::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");
}
.hlx74q .tyt3:not(.f3liyul) .tx5e18mm { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.h1o32me .tyt3:not(.f3liyul) .tx5e18mm { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.p7xlb  .tyt3:not(.f3liyul) .tx5e18mm { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.udwgx  .tyt3:not(.f3liyul) .tx5e18mm { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.hlx74q .f3liyul { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.h1o32me .f3liyul { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.h1o32me .psfk26yd { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.h1o32me .z3ica0 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.p7xlb .f3liyul { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.udwgx .f3liyul { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.kay5nn .f3liyul { background: var(--accent); }
.kay5nn .f3liyul .tx5e18mm { background: none; }
.kay5nn .tyt3:not(.f3liyul) .tx5e18mm { background: rgba(0,0,0,0.6); }
.lzta27b .ish5f { float: left; width: 38%; margin: 0 28px 16px 0; }
.lzta27b .ish5f .ol4z43r3 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.lzta27b .cks50y1e::after { content: ''; display: block; clear: both; }
.oqbxush .ish5f { float: right; width: 38%; margin: 0 0 16px 28px; }
.oqbxush .ish5f .ol4z43r3 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.oqbxush .cks50y1e::after { content: ''; display: block; clear: both; }
.kw3m .p7jmwrzr:nth-child(odd)  .ish5f { float: left;  width: 38%; margin: 0 28px 16px 0; }
.kw3m .p7jmwrzr:nth-child(even) .ish5f { float: right; width: 38%; margin: 0 0 16px 28px; }
.kw3m .ish5f .ol4z43r3 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.kw3m .cks50y1e::after { content: ''; display: block; clear: both; }
@media (max-width: 900px) {
  .lzta27b .ish5f,
  .oqbxush .ish5f,
  .kw3m .p7jmwrzr:nth-child(odd)  .ish5f,
  .kw3m .p7jmwrzr:nth-child(even) .ish5f {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .lzta27b .ish5f .ol4z43r3,
  .oqbxush .ish5f .ol4z43r3,
  .kw3m .ish5f .ol4z43r3 {
    max-height: none !important;
  }
}
.lzta27b .u0qa,
.lzta27b .o0yoyu6a,
.oqbxush .u0qa,
.oqbxush .o0yoyu6a,
.kw3m .u0qa,
.kw3m .o0yoyu6a { overflow: hidden; }
@media (max-width: 640px) {
  .lzta27b .ish5f,
  .oqbxush .ish5f,
  .kw3m .ish5f { float: none; width: 100%; margin: 0 0 16px 0; }
}
.w45a797 .feu9,
.w45a797 .cks50y1e,
.w45a797 .gz357pc  { max-width: 1100px; }
.wmw5lqhf .feu9,
.wmw5lqhf .cks50y1e,
.wmw5lqhf .gz357pc  { max-width: 1200px; }
.sxacf .feu9,
.sxacf .cks50y1e,
.sxacf .gz357pc  { max-width: 1320px; }
.u397 { font-size: 0.82rem; color: var(--text-muted); }
.qq1oc { display: flex; align-items: center; }
.rupa {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.h95t { display: flex; align-items: center; }
.pmt8kr6b { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.pmt8kr6b:hover { text-decoration: underline; }
.lus5 { margin: 0 3px; opacity: 0.45; }
.lus5::before { content: '/'; }
.e4s08 { padding: 2px 5px; color: var(--text-main); }
.iown3lo .u397 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.iown3lo .qq1oc { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.amen .u397 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.amen .qq1oc { padding: 0 0 0 12px; }
.tcvq .qq1oc { padding: 0 16px; }
.tcvq .u397 {
  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);
}
.tcvq .feu9 { padding-top: 28px; }
@media (max-width: 720px) {
  .s7c0xe { margin-top: 18px; padding: 0 16px; }
  .tcvq .feu9 { padding-top: 16px; }
}
.w45a797.iown3lo .qq1oc { max-width: 1100px; }
.wmw5lqhf.iown3lo .qq1oc { max-width: 1200px; }
.sxacf.iown3lo .qq1oc { max-width: 1320px; }
.o5fcd2f .p7jmwrzr { padding-top: 16px; padding-bottom: 16px; }
.rfhdhgfe .p7jmwrzr { padding-top: 24px; padding-bottom: 24px; }
.ufu8 .p7jmwrzr { padding-top: 40px; padding-bottom: 40px; }
.wj02b .p7jmwrzr { padding-top: 52px; padding-bottom: 52px; }
.lr9r0 .p7jmwrzr:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.lr9r0 .p7jmwrzr:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.lr9r0 .p7jmwrzr:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.lr9r0 .p7jmwrzr:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.n5tfh .cks50y1e { padding-top: 10px;  padding-bottom: 10px; }
.i1gw .cks50y1e { padding-top: 18px;  padding-bottom: 18px; }
.x7tmtly .cks50y1e { padding-top: 36px;  padding-bottom: 36px; }
.t4x315h7 .cks50y1e { padding-top: 48px;  padding-bottom: 48px; }
.aaoc h2.rewsir17 { font-weight: 600; }
.aaoc h3.lyge0p2     { font-weight: 600; }
.kpdmyhek h2.rewsir17 { font-weight: 800; }
.kpdmyhek h3.lyge0p2     { font-weight: 700; }
.hq7pop h2.rewsir17 { font-weight: 900; }
.hq7pop h3.lyge0p2     { font-weight: 800; }
.hq7pop .qhcrz0 strong,
.hq7pop .qhcrz0 strong { font-weight: 600; }
.s02mg {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.o6rw5q .s02mg { display: none; }
@media (max-width: 640px) {
  .pifr { display: none; }
  .s02mg {
    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;
  }
}
.s02mg { background: var(--cta) !important; color: #fff !important; border: none !important; }
.s02mg:hover { opacity: 0.85; }
.rk6xoto .s02mg { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.luk67xi1 .s02mg,
.vyc5eaez  .s02mg { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.luk67xi1 .s02mg:hover,
.vyc5eaez  .s02mg:hover { opacity: 0.88; }
.rk6xoto.luk67xi1 .s02mg,
.rk6xoto.vyc5eaez  .s02mg { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.abhj {
  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;
}
.abhj:hover { transform: translateY(-2px); opacity: 0.92; }
.abhj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ptyu8 .abhj { display: none; }
.o4gk .abhj { right: 32px; }
.why4  .abhj { left: 32px; }
@media (max-width: 480px) {
  .o4gk .abhj { right: 20px; bottom: 20px; }
  .why4  .abhj { left: 20px; bottom: 20px; }
}
.fp0i { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.gz357pc { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.awztmj { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.g7a5 { color: var(--text-dim); font-size: 0.8rem; }
.dawza1z8 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.dawza1z8 img { height: 26px; width: auto; object-fit: contain; }
.wxeq3804 { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.p7oeyt2 .gz357pc { text-align: center; }
.p7oeyt2 .awztmj { margin-top: 0; }
.yvly { margin-top: 10px; }
.yvly a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .gz357pc { padding-left: 16px; padding-right: 16px; }
  .zlrxz1d .gz357pc { padding: 20px 16px; }
  .jpv8 { gap: 4px 12px; }
  .awztmj { font-size: 0.78rem; }
}
.rm1l .mk8j .dawza1z8 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.rm1l .wxeq3804 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.rm1l .z9kov { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.rm1l .z9kov a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.rm1l .z9kov a:hover { color: var(--accent-light); }
.rm1l .awztmj { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.rm1l .g7a5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .rm1l .ljzeix { grid-template-columns: 1fr 1fr; } .rm1l .mk8j { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rm1l .ljzeix { grid-template-columns: 1fr; } }
.g0pbme .dawza1z8 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.g0pbme .awztmj { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .g0pbme .iy24730 { gap: 12px; } .g0pbme .dawza1z8 { margin-right: 0; width: 100%; } }
.rl0q .xiccerz { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.rl0q .kbkli .dawza1z8 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.rl0q .wxeq3804 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.rl0q .p4fxvcr { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.rl0q .z9kov { display: flex; flex-direction: column; gap: 9px; }
.rl0q .z9kov a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.rl0q .z9kov a:hover { color: var(--accent-light); }
.rl0q .ht1msha { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.rl0q .awztmj { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.rl0q .g7a5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .rl0q .xiccerz { grid-template-columns: 1fr 1fr; } .rl0q .kbkli { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rl0q .xiccerz { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .fyvxsz .fxr2v525 { grid-template-columns: 1fr 1fr; } .fyvxsz .goxraq2i:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fyvxsz .fxr2v525 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .voix6i .fxr2v525 { grid-template-columns: 1fr; } }
.lrz4vv .gz357pc { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.d0b02 .wu28thk5      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.d0b02 .fp0i { background: var(--bg-page); border-top-color: var(--border-alt); }
.uw086 .wu28thk5      { background: #0d1117; border-bottom-color: #21262d; }
.uw086 .uaua3l { color: var(--accent-light); }
.uw086 .i1vwyyh { --msep-color: #8b949e; }
.uw086 .i1vwyyh a { color: #8b949e; }
.uw086 .i1vwyyh a:hover { color: var(--accent-light); }
.uw086 .sgibtb5 { color: #8b949e; }
.uw086 .fp0i { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.uw086 .awztmj,
.uw086 .g7a5 { color: #6e7681; }
.uw086 .z9kov a, .uw086 .of0ph5jm a,
.uw086 .dawza1z8 { color: #e6edf3; }
.uw086 .z9kov a:hover, .uw086 .of0ph5jm a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .uw086 .i1vwyyh { background: #0d1117; border-top-color: #21262d; }
  .uw086 .i1vwyyh li a { border-bottom-color: #21262d; }
}
.q33kdy .wu28thk5      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.q33kdy .uaua3l { color: var(--accent-light); }
.q33kdy .i1vwyyh { --msep-color: #475569; }
.q33kdy .i1vwyyh a { color: #475569; }
.q33kdy .i1vwyyh a:hover { color: var(--accent-light); }
.q33kdy .sgibtb5 { color: #64748b; }
.q33kdy .fp0i { background: #f0f4f8; border-top-color: #cbd5e1; }
.q33kdy .awztmj,
.q33kdy .g7a5 { color: #64748b; }
.q33kdy .z9kov a, .q33kdy .of0ph5jm a,
.q33kdy .vanl a, .q33kdy .dawza1z8 { color: #374151; }
.q33kdy .z9kov a:hover, .q33kdy .of0ph5jm a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .q33kdy .i1vwyyh { background: #f0f4f8; border-top-color: #cbd5e1; }
  .q33kdy .i1vwyyh li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.luk67xi1 .wu28thk5      { background: var(--accent); border-bottom-color: var(--accent-light); }
.luk67xi1 .uaua3l { color: #fff; }
.luk67xi1 .i1vwyyh { --msep-color: rgba(255,255,255,0.82); }
.luk67xi1 .i1vwyyh a { color: rgba(255,255,255,0.82); }
.luk67xi1 .i1vwyyh a:hover { color: #fff; }
.luk67xi1 .sgibtb5 { color: rgba(255,255,255,0.9); }
.luk67xi1 .fp0i { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.luk67xi1 .awztmj,
.luk67xi1 .g7a5 { color: rgba(255,255,255,0.72); }
.luk67xi1 .z9kov a, .luk67xi1 .of0ph5jm a,
.luk67xi1 .vanl a, .luk67xi1 .dawza1z8 { color: #fff; }
.luk67xi1 .wxeq3804, .luk67xi1 .p4fxvcr { color: rgba(255,255,255,0.7); }
.luk67xi1 .z9kov a:hover, .luk67xi1 .of0ph5jm a:hover { color: #fff; }
@media (max-width: 640px) {
  .luk67xi1 .i1vwyyh { background: var(--accent); border-top-color: var(--accent-light); }
  .luk67xi1 .i1vwyyh li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.vyc5eaez .wu28thk5 {
  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);
}
.vyc5eaez .fp0i {
  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) {
  .vyc5eaez .i1vwyyh {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.rq04r .h8alwylx { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ujeajc .h8alwylx { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bqljzk9 .h8alwylx { min-height: 72px; height: auto; }
.vp1v .h8alwylx { min-height: 84px; height: auto; }
.zlrxz1d .h8alwylx { max-width: none; padding: 0 32px; }
.zlrxz1d .gz357pc  { max-width: none; padding: 24px 32px; }
.nljc.wmw5lqhf .h8alwylx { max-width: 1200px; }
.nljc.sxacf .h8alwylx { max-width: 1320px; }
.df5nrwx   .uaua3l, .df5nrwx   .dawza1z8 { text-transform: capitalize; }
.ijho24 .uaua3l, .ijho24 .dawza1z8 { text-transform: lowercase; }
.jzo020w .uaua3l, .jzo020w .dawza1z8 { text-transform: uppercase; letter-spacing: 0.06em; }
.m8an4nq, .wcin {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ej0zhb .m8an4nq,
.ej0zhb .wcin { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.zeqizw4a .m8an4nq,
.zeqizw4a .wcin { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.tjbju .m8an4nq,
.tjbju .wcin { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.br83m .m8an4nq,
.br83m .wcin { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.jwj4fk   .i1vwyyh a { font-weight: 500; }
.z8k3jpqf .i1vwyyh a { font-weight: 600; }
.hhnm     .i1vwyyh a { font-weight: 700; }
.m2wxxf    .i1vwyyh a { font-weight: 800; letter-spacing: 0.01em; }
.c7n1a     .i1vwyyh > li + li::before,
.nak4    .i1vwyyh > li + li::before,
.tpdu6g    .i1vwyyh > li + li::before,
.yplrdm .i1vwyyh > li + li::before,
.c8vb .i1vwyyh > li + li::before,
.ux5ixy  .i1vwyyh > li + li::before,
.kr21wzw    .i1vwyyh > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.c7n1a     .i1vwyyh > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.nak4    .i1vwyyh > li + li::before { content: "|"; }
.tpdu6g    .i1vwyyh > li + li::before { content: "—"; }
.yplrdm .i1vwyyh > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.c8vb .i1vwyyh > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ux5ixy  .i1vwyyh > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.kr21wzw    .i1vwyyh > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .m5zx .sgibtb5,
  .saj851z .sgibtb5,
  .sdjli03 .sgibtb5,
  .agx6tr69 .sgibtb5,
  .ekpy .sgibtb5 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .m5zx .sgibtb5::before,
  .saj851z .sgibtb5::before,
  .sdjli03 .sgibtb5::before,
  .agx6tr69 .sgibtb5::before,
  .ekpy .sgibtb5::before { content: ""; display: block; flex-shrink: 0; }

  
  .m5zx .sgibtb5::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;
  }

  
  .saj851z .sgibtb5::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;
  }

  
  .sdjli03 .sgibtb5::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;
  }

  
  .agx6tr69 .sgibtb5::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;
  }

  
  .ekpy .sgibtb5::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) {
  .c2bske4t .sgibtb5 {
    padding: 5px 14px;
  }
  .c2bske4t .i1vwyyh {
    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;
  }
  .c2bske4t .i1vwyyh li a {
    border-bottom: none; padding: 10px 22px;
  }
  .c2bske4t .i1vwyyh li a:hover { background: var(--bg-raised); }
  .c2bske4t .xplwhhdd,
  .q59mes .xplwhhdd,
  .xjdg .xplwhhdd { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ekp2by9 .sgibtb5 {
    padding: 5px 10px;
  }
  .ekp2by9 .i1vwyyh {
    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);
  }
  .ekp2by9 .i1vwyyh.bn9mctt { transform: translateX(0); }
  .ekp2by9 .i1vwyyh li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ekp2by9 .i1vwyyh li:last-child a { border-bottom: none; }
  .luk67xi1 .i1vwyyh,
  .uw086 .i1vwyyh { background: var(--accent) !important; }
  .luk67xi1 .i1vwyyh li a,
  .uw086 .i1vwyyh li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .xjdg .sgibtb5 {
    padding: 5px 10px;
  }
  .xjdg .i1vwyyh {
    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);
  }
  .xjdg .i1vwyyh::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .xjdg .i1vwyyh.bn9mctt { transform: translateY(0); }
  .xjdg .i1vwyyh li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .vfrm9xi .sgibtb5 {
    padding: 5px 10px;
  }
  .vfrm9xi .i1vwyyh {
    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;
  }
  .vfrm9xi .i1vwyyh.bn9mctt { opacity: 1; pointer-events: auto; }
  .vfrm9xi .i1vwyyh li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .h8zh8i7     .sgibtb5 { border-radius: 0 !important; }
  .uxqt6z   .sgibtb5 { border-radius: 8px !important; }
  .rgcn .sgibtb5 { border-radius: 50% !important; }
  .gwau5   .sgibtb5 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .n8bqfxu .vxij { flex-direction: column; align-items: stretch; }
  .n8bqfxu .uwb390c { flex-direction: row; min-width: auto; }
  .n8bqfxu .f0b7cf { align-items: flex-start; text-align: left; }
}
.qfn1qng7,
.qfn1qng7.p7jmwrzr,
.ja4q4zrn .qfn1qng7,
.cgueduc .qfn1qng7,
.pfet .qfn1qng7,
.o64i3x3 .qfn1qng7 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.osj1 {
  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;
}
.c6g0f { flex: 1 1 280px; min-width: 0; }
.x2ul {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.gebogq1 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.ygvmj {
  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;
}
.ygvmj:hover { transform: translateY(-1px); opacity: 0.95; }
.e3og .osj1 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.e3og .x2ul { color: var(--cta); }
.e3og .gebogq1 { color: var(--text-body); }
.e3og .ygvmj {
  background: var(--cta) !important;
  color: #fff !important;
}
.z8ijvl .osj1 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.z8ijvl .x2ul { color: var(--text-primary); }
.z8ijvl .gebogq1 { color: var(--text-body); }
.z8ijvl .ygvmj {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .osj1 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .c6g0f { flex: 0 0 auto; }
  .x2ul { font-size: 1.2rem; }
  .ygvmj { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ke1ii .g9l846l { height: 36px; }
.um1lp .g9l846l { height: 60px; max-width: 200px; }
.qn8ijqcc .g9l846l { height: 56px; max-width: 180px; }
.z0kb     .i6vahw9, .z0kb     .juzc { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
@media (min-width: 720px) {
  .l726ohl .wjbdq6ge {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .l726ohl .u7wn76j {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .l726ohl .u7wn76j { padding: 40px 16px 20px; }
  .l726ohl .zion {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .l726ohl .pdfs0 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .cumzhdal .u7wn76j {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .cumzhdal .u7wn76j::before {
    position: absolute; top: 14px; left: 14px;
  }
  .cumzhdal .mll5 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .cumzhdal .v9dpzr0 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .cumzhdal .zion {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .cumzhdal .pdfs0 { width: 100%; min-width: 0; }
  .cumzhdal .i6vahw9 { min-width: 0; }
}
.oz6oozt .ifumj {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.oz6oozt .ifumj summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.oz6oozt .ifumj p { padding: 0 2px 16px; }
.cp65a8 .ifumj { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.cp65a8 .ifumj summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.cp65a8 .ifumj summary::after { content: "›"; font-size: 1.2em; }
.cp65a8 .ifumj[open] summary::after { content: "‹"; }
.cp65a8 .ifumj p { padding: 10px 22px 4px; }
.c8uzk .ifumj {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.c8uzk .ifumj summary { color: var(--text-primary); padding-left: 16px; }
.c8uzk .ifumj summary::after { content: "›"; font-size: 1.1em; }
.c8uzk .ifumj[open] summary::after { content: "‹"; }
.c8uzk .ifumj p { padding-left: 16px; }
.v55xajs .toqc5 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.v55xajs .ifumj {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.v55xajs .ifumj:last-child { border-bottom: none; }
.v55xajs .ifumj summary { color: var(--text-primary); border-radius: 0; }
.v55xajs .ifumj summary::after { content: "›"; font-size: 1.1em; }
.v55xajs .ifumj[open] summary::after { content: "‹"; }
.vtifycjk .ifumj { overflow: hidden; }
.vtifycjk .ifumj summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.vtifycjk .ifumj summary::after { color: rgba(255,255,255,.75); }
.vtifycjk .ifumj[open] summary { border-radius: 0; }
.yqwnn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.p3jlnz {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.j7mhq3ml {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.x7z9cyhh { color: var(--text-muted); font-size: 1.05rem; }
.k3f7l3q {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.vwxvcwgy { margin-bottom: 20px; }
.oo7mjz4 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.dh8b {
  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;
}
.dh8b:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.rosazix2 { resize: vertical; min-height: 130px; }
.m2tj6wzw { width: 100%; margin-top: 8px; }
.ag9fqi9h {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.sjbg {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.mtjpac78 { color: var(--text-muted); line-height: 1.75; }
.adse8m { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.adse8m li { margin-bottom: 6px; }
.jadsd { max-width: 760px; margin: 0 auto; }
.qs3pfu8 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ux723d { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ux723d:last-child { border-bottom: none; }
.ux723d h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.ux723d p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.djbk2d4 { max-width: 760px; margin: 0 auto; }
.h01jqo { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.fx0f0lsq ul.adse8m { margin: 0; }
.bnau7kz .h01jqo { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .bnau7kz { grid-template-columns: 1fr; gap: 10px; } }
.oojks9 { max-width: 640px; margin: 0 auto; text-align: center; }
.tl66fb { margin-bottom: 48px; }
.tl66fb .h01jqo { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.tl66fb p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.thob4v2y .adse8m { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .r41ncm { grid-template-columns: 1fr; } }
.vfvk8 ul.adse8m { margin: 0; }
.h386p9 .adse8m,
.qfp0 .adse8m,
.pj0uplc4 .adse8m,
.ty6r .adse8m {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .uypxbkx1 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .z63z6 { grid-template-columns: 1fr; } .u4hmdhw { position: static; text-align: center; } }
@media (max-width: 860px) { .dw2xfa { grid-template-columns: 1fr; } }
.ty6r .adse8m { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .u5vdyl { flex-direction: column; text-align: center; } .bu7db { grid-template-columns: 1fr; } }
.klx8j .j7mhq3ml { color: var(--accent-light); }
.c4shf0hr .j7mhq3ml { font-size: 2rem; }
.c4shf0hr .x7z9cyhh { max-width: 680px; }
.chs3lkg .j7mhq3ml { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.chs3lkg .x7z9cyhh  { margin: 0; }
@media (max-width: 640px) { .chs3lkg { flex-direction: column; } }
.j3dlg7 .j7mhq3ml { color: var(--accent-light); }
.q9a71 .j7mhq3ml { color: #fff; }
.q9a71 .x7z9cyhh  { color: rgba(255,255,255,0.85); }
.krm13 { max-width: 680px; margin: 0 auto; }
.ebwnryur {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .ebwnryur { grid-template-columns: 1fr; } }
.a9ga .dh8b {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.a9ga .dh8b:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.fgoc .dh8b { background: var(--bg-raised); border-color: transparent; }
.fgoc .dh8b:focus { background: var(--bg-card); border-color: var(--accent-light); }
.mbei .dh8b { border-radius: 100px; padding: 11px 20px; }
.mbei .rosazix2 { border-radius: 14px; }
.d2sdh {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .d2sdh { grid-template-columns: 1fr; } }
.u99e8 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.u99e8 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.u99e8 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.vz436i { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.vz436i li { margin-bottom: 6px; }
.sc06{position:relative;overflow:visible}
.ept7a .lb7z{display:block}
.j6nnip .aoxtw0si{color: var(--accent-light);opacity:1;font-weight:500}
.bjp0l{--date-bg:var(--accent-bg)}
.o5i898hs .u2z6n::before{content:""}
.e28yt5 .eauth{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .eauth{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .xsuge48j{max-width:100%}
}
.okcmx .flpv5c4{margin:0}
@media (max-width:560px){
  .qpxrw2l3{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) {
  .ue09tox { padding: 28px 18px 20px; }
  .ft6xv { font-size: 1.2rem; }
  .zquy { max-width: 220px; max-height: 80px; }
}
.j6rl .nxkbc { border-radius: 22px; }
.yexwd0s .osj1 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .nxkbc { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ai1gs {
  margin: 28px 0 24px;
}
.ai1gs .p7jmwrzr {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ai1gs .cks50y1e {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ai1gs .osj1 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .h8alwylx { flex-direction: row-reverse; }
[dir="rtl"] .i1vwyyh { flex-direction: row-reverse; }
[dir="rtl"] .o4gk .abhj { right: auto; left: 32px; }
[dir="rtl"] .why4  .abhj { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .o4gk .abhj { right: auto; left: 20px; }
  [dir="rtl"] .why4  .abhj { left: auto;  right: 20px; }
}
[dir="rtl"] .lzta27b .ish5f  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .oqbxush .ish5f { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .u0qa, [dir="rtl"] .o0yoyu6a { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .v6pkz60j { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .hfkxv4tm { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .qhcrz0 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .osj1 { direction: rtl; }
[dir="rtl"] .u397 { direction: rtl; }
[dir="rtl"] .sebkfnbx { direction: rtl; }
[dir="rtl"] .b5bes35 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .hef7zp9 .o0yoyu6a,
[dir="rtl"] .auh2ei .o0yoyu6a,
[dir="rtl"] .nu2r1 .o0yoyu6a,
[dir="rtl"] .ppskv .o0yoyu6a {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .hef7zp9 .o0yoyu6a li::before,
[dir="rtl"] .auh2ei .o0yoyu6a li::before,
[dir="rtl"] .nu2r1 .o0yoyu6a li::before,
[dir="rtl"] .ppskv .o0yoyu6a li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .tyt3.bnsxbd .skqjebs,
[dir="rtl"] .nurtqd54.bnsxbd .skqjebs,
[dir="rtl"] .f3liyul.bnsxbd .skqjebs,
[dir="rtl"] .ykfg.bnsxbd .skqjebs,
[dir="rtl"] .bdzcx.bnsxbd .skqjebs { text-align: right; }
[dir="rtl"] .z3ica0.bnsxbd .le8u1 { align-items: flex-end; text-align: right; }
[dir="rtl"] .cks50y1e,
[dir="rtl"] .aiyjs4,
[dir="rtl"] .bvnf,
[dir="rtl"] .cncgfcy,
[dir="rtl"] .skqjebs { text-align: right; }
[dir="rtl"] .k3f7l3q,
[dir="rtl"] .oo7mjz4,
[dir="rtl"] .dh8b,
[dir="rtl"] .rosazix2 { text-align: right; direction: rtl; }
[dir="rtl"] .mbei .dh8b,
[dir="rtl"] .a9ga .dh8b { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #800040;
  --brand:           #800040;
  --brand-light:     #ae4e91;
  --brand-pale:      #ae4e91;
  --grad-start:      #1a000d;
  --grad-end:        #660033;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #ae4e91;
  --cta-light:       #c286b0;
  --cta-hover:       #bb69a2;
  --bg-page:         #17010c;
  --bg-surface:      #250314;
  --bg-card:         #33041c;
  --bg-card-inner:   #420523;
  --bg-raised:       #50062b;
  --bg-hover:        #5e0733;
  --border:          #71093d;
  --border-alt:      #8d0b4c;
  --border-section:  #71093d;
  --text-primary:    #e8e2e5;
  --text-muted:      #ae9ca5;
  --text-body:       #d1c6cc;
  --text-sub:        #ae9ca5;
  --text-faint:      #7e6772;
  --text-dim:        #625059;
  --text-label:      #97808c;
  --text-value:      #c5b8bf;
  --accent-bg:       #34091e;
  --accent-bg-light: #500b2d;
  --bg-tip:          #182616;
  --bg-warning:      #272115;
  --bg-info:         #161726;
  --bg-pros:         #182616;
  --bg-cons:         #261618;
  --c-pros:          #88f47a;
  --c-cons:          #e68990;
  --c-pros-label:    #5df04b;
  --c-tip-border:    #3fed2a;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #88f47a;
}
:root { --logo-bg-opacity: 66%; }
body, button, input { font-family: "Manrope", sans-serif; }
.cl549 .nwaju5, .cl549 .z3ica0 { min-height: 640px; }
.tvcu1ttz .wy9iq2::after, .tvcu1ttz .bek8c0i::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.lus5::before { content: '|'; opacity: 0.3; }