:root {
  --color-accent: #8e329c;
  --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;
}
.pgqc {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.xyy50q {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.z98kwu {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.h7ining { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.se74ze7 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.se74ze7 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.se74ze7 a:hover { color: var(--accent-light); }
.sms4   .yx4b { border-radius: 0; }
.fla0i1ci  .yx4b li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .yx4b {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .nzsk47p:hover .yx4b,
  .nzsk47p:focus-within .yx4b { display: block; }
  .yx4b li a { padding: 8px 16px; font-size: 0.88rem; }
}
.kb3i {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.v8uayw1o { display: none; }
@media (max-width: 640px) {
  .v8uayw1o {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .v8uayw1o.v0mk { display: block; }
}
@media (max-width: 640px) {
  .kb3i { display: block; }
  .se74ze7 > li + li::before { display: none !important; }
  .se74ze7 {
    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;
  }
  .se74ze7.v0mk { display: flex; }
  .se74ze7 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .se74ze7 li:last-child a { border-bottom: none; }
}
.t6si3l { min-height: 480px; }
.kzebd {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.hauzy23 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ify5o2 .hauzy23 { margin-left: 0; margin-right: 0; }
.gfawg {
  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;
}
.gmfm .gfawg { margin-top: 24px; }
.gfawg:hover { opacity: 0.88; }
.m63s0 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.qbc3nsg {
  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%);
}
.m63s0 .e7sl {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.m63s0 .kzebd { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.m63s0 .hauzy23 { color: #e2e8f0; }
.m63s0.juaoq .e7sl { text-align: center; }
.m63s0.ify5o2   .e7sl { text-align: left; }
.p41c8gx .e7sl {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.p41c8gx .kzebd { color: var(--text-primary); text-shadow: none; }
.p41c8gx .hauzy23 { color: var(--text-muted); }
.p41c8gx .gfawg { margin-top: 16px; }
.p41c8gx, .p41c8gx.t6si3l { min-height: auto !important; }
.p41c8gx.juaoq .e7sl { text-align: center; }
.p41c8gx.ify5o2   .e7sl { text-align: left; }
.p41c8gx~.wne6{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.p41c8gx~.wne6 .rmy85{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.kxbie .m63s0 .qbc3nsg {
  overflow: hidden;
}
.kxbie .m63s0 .qbc3nsg::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%); }
}
@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); }
}
.qfxzda .m63s0 .qbc3nsg {
  overflow: hidden;
}
.qfxzda .m63s0 .qbc3nsg::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;
}
.xbh2u .m63s0 .qbc3nsg {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.gi3n56iw .m63s0 .qbc3nsg {
  overflow: hidden;
}
.gi3n56iw .m63s0 .qbc3nsg::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;
}
.tjg2 .m63s0 .qbc3nsg {
  animation: hg-breathe 10s ease-in-out infinite;
}
.pc81 .qbc3nsg {
  background: none;
}
.pc81 .kzebd { color: #fff; }
.pc81 .hauzy23 { color: rgba(255,255,255,0.85); }
.pc81 .gfawg { background: #fff; color: var(--cta); }
.pc81 .gfawg:hover { opacity: 0.92; }
.ddsm .kzebd { text-shadow: none; color: var(--text-primary); }
.ddsm .hauzy23 { color: var(--text-muted); }
body.mrhlf .kzebd {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.wkcwv975 .kzebd {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.t6si3l.pc81 .kzebd,
section.pc81 .kzebd {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ddsm.juaoq .eluef { align-items: center; text-align: center; }
.t6si3l .lgxc {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.lgxc .xlqbdq.thogi646 {
  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;
}
.lgxc .xlqbdq.thogi646:hover { opacity: 0.85; }
.smgxbz .e7sl { padding-bottom: 24px; }
.gmfm .e7sl { max-width: 1100px; }
@media (max-width: 700px) {
  .ddsm { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ddsm:not(.b929) .ilw6 { display: none !important; }
  .b929 .ilw6 { padding: 16px; }
  .eluef  { padding: 36px 24px; }
  .ddsm~.wne6,.d8cbbxy~.wne6{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .t6si3l, .ddsm { min-height: 320px !important; }
  .kzebd { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .cun0wwr,
  .boj8ht7l,
  .ho4b { grid-template-columns: 1fr !important; }

  

  
  .smgxbz { display: flex !important; flex-direction: column !important; }
  .smgxbz .e7sl { display: contents; }
  .smgxbz .qbc3nsg { order: 0; }
  .smgxbz .kzebd { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .smgxbz .cun0wwr { order: 2; padding: 0 16px 12px !important; }
  .smgxbz .hauzy23 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .gmfm .e7sl { display: flex; flex-direction: column; }
  .gmfm .e7sl .kzebd { order: 1; }
  .gmfm .e7sl .ho4b { order: 2; margin: 8px 0 24px !important; }
  .gmfm .e7sl .hauzy23 { order: 3; }
  .gmfm .e7sl .gfawg { order: 4; align-self: center; margin-top: 0; }

  
  .ddsm.b929 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ddsm.b929 .eluef { display: contents; padding: 0; }
  .ddsm.b929 .eluef .kzebd { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ddsm.b929 .ilw6 { order: 2; padding: 12px 16px; }
  .ddsm.b929 .eluef .hauzy23 { order: 3; padding: 0 24px; margin: 0 auto; }
  .ddsm.b929 .eluef .gfawg { order: 4; align-self: center; margin: 8px 0 32px; }
}
.y7ufu8kx { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.rpxqu { width: 100%; height: auto; display: block; border-radius: 10px; }
.vdov .y7ufu8kx        { border-radius: 16px; }
.vdov .rpxqu  { border-radius: 16px; }
.oqiaf2y .y7ufu8kx         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.oqiaf2y .rpxqu   { border-radius: 8px; }
.wi1k { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ofa4fvfv { width: 100%; padding: 32px 0; position: relative; }
.xt79dfa3 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.gmaoj .ofa4fvfv:nth-child(even) { background: var(--bg-surface); }
.gmaoj .ofa4fvfv:nth-child(odd)  { background: var(--bg-page); }
.klfuqxi .ofa4fvfv:nth-child(even) { background: var(--bg-card); }
.klfuqxi .ofa4fvfv:nth-child(odd)  { background: var(--bg-page); }
.gmaoj .ofa4fvfv:nth-child(odd)  .xt79dfa3 { background: var(--bg-card); border-radius: 6px; }
.gmaoj .ofa4fvfv:nth-child(even) .xt79dfa3 { background: var(--bg-raised); border-radius: 6px; }
.klfuqxi .ofa4fvfv:nth-child(odd)  .xt79dfa3 { background: var(--bg-card); border-radius: 6px; }
.klfuqxi .ofa4fvfv:nth-child(even) .xt79dfa3 { background: var(--bg-raised); border-radius: 6px; }
.gmaoj .ofa4fvfv:nth-child(even) .t26fn .ambe,
.klfuqxi .ofa4fvfv:nth-child(even) .t26fn .ambe { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.gmaoj .ofa4fvfv:nth-child(odd) .t26fn .ambe,
.klfuqxi .ofa4fvfv:nth-child(odd) .t26fn .ambe { background: var(--bg-card-inner); }
.gmaoj .ofa4fvfv:nth-child(even) .jdkv .ambe:nth-child(odd),
.klfuqxi .ofa4fvfv:nth-child(even) .jdkv .ambe:nth-child(odd)  { background: var(--bg-card); }
.gmaoj .ofa4fvfv:nth-child(even) .jdkv .ambe:nth-child(even),
.klfuqxi .ofa4fvfv:nth-child(even) .jdkv .ambe:nth-child(even) { background: var(--bg-card-inner); }
h1.drc7vl48 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.drc7vl48 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.cg5dhoq { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.szcv9s h2.drc7vl48 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.i0mja h2.drc7vl48 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ps7rj h2.drc7vl48 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.n0c36v2o h2.drc7vl48::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.db8n h2.drc7vl48 {
  color: var(--text-primary); font-size: 1.7rem;
}
.yaefg4o5 h2.drc7vl48::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.pro8 h2.drc7vl48 {
  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;
}
.zaywgq { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .zaywgq { display: none; } }
.s83en { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.bd2i { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.erbr {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.s0ov { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.fu1sjm37 { padding-left: 20px; }
.fu1sjm37 li { margin-bottom: 6px; }
.fu1sjm37 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.fu1sjm37 a:hover { color: var(--accent-light); }
.hh5r .s0ov { display: none; }
.bbl0ik .s0ov { display: none; }
.bbl0ik .fu1sjm37 { padding-left: 0; list-style: none; }
.bbl0ik .fu1sjm37 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.bbl0ik .fu1sjm37 a { font-size: 0.92rem; }
.puwfwq7 .erbr { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.puwfwq7 .s0ov { display: none; }
.puwfwq7 .fu1sjm37 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.puwfwq7 .fu1sjm37 li { margin-bottom: 0; }
.puwfwq7 .fu1sjm37 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;
}
.puwfwq7 .fu1sjm37 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.lb1gw51 .erbr { padding: 20px 20px 16px; }
.lb1gw51 .fu1sjm37 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.lb1gw51 .fu1sjm37 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.lb1gw51 .fu1sjm37 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;
}
.lb1gw51 .fu1sjm37 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;
}
.lb1gw51 .fu1sjm37 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.lb1gw51 .fu1sjm37 a:focus,
.lb1gw51 .fu1sjm37 a:focus-visible,
.lb1gw51 .fu1sjm37 a:target { outline: none; }
.lb1gw51 .fu1sjm37 li:target a { border-color: var(--border); color: var(--text-muted); }
.a53z9c4 .erbr { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.a53z9c4 .s0ov { display: none; }
.a53z9c4 .fu1sjm37 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.a53z9c4 .fu1sjm37 li { margin-bottom: 0; }
.a53z9c4 .fu1sjm37 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.a53z9c4 .fu1sjm37 li:last-child::after { content: ""; margin-right: 0; }
.a53z9c4 .fu1sjm37 a { font-size: 0.9rem; }
.ambe { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.t26fn .ambe { background: var(--bg-card); }
.jdkv .ambe:nth-child(odd)  { background: var(--bg-card); }
.jdkv .ambe:nth-child(even) { background: var(--bg-raised); }
.d9sth .ambe {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.d9sth .ambe:last-child { border-bottom: none; }
.d9sth h3.cg5dhoq { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.gkxn8whj .ambe {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.gkxn8whj .ambe + .ambe { margin-top: 4px; }
.ju8u .ambe { background: none; border-radius: 0; padding: 12px 0; }
.ju8u .ambe + .ambe { border-top: 1px solid var(--border-section); }
.bwezheg { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.zy93 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.sn7vit { color: var(--text-body); margin-bottom: 10px; }
.p42snh7, .oesp { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.p42snh7 li, .oesp li { margin-bottom: 6px; }
.oesp li { list-style: decimal; }
.m78xz     .p42snh7 { list-style-type: "● "; }
.s08lr1s2  .p42snh7 { list-style-type: "■ "; }
.f0kvrhu1 .p42snh7 { list-style-type: "◆ "; }
.mmnm    .p42snh7 { list-style-type: "★ "; }
.m78xz     .yutg001b { list-style-type: "● "; }
.s08lr1s2  .yutg001b { list-style-type: "■ "; }
.f0kvrhu1 .yutg001b { list-style-type: "◆ "; }
.mmnm    .yutg001b { list-style-type: "★ "; }
.m78xz    .p42snh7 li::marker, .m78xz    .yutg001b li::marker,
.s08lr1s2 .p42snh7 li::marker, .s08lr1s2 .yutg001b li::marker,
.f0kvrhu1 .p42snh7 li::marker, .f0kvrhu1 .yutg001b li::marker,
.mmnm   .p42snh7 li::marker, .mmnm   .yutg001b li::marker {
  color: var(--cta); font-size: 1em;
}
.m78xz .oesp,
.s08lr1s2 .oesp,
.f0kvrhu1 .oesp,
.mmnm .oesp {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.m78xz .oesp li,
.s08lr1s2 .oesp li,
.f0kvrhu1 .oesp li,
.mmnm .oesp li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.m78xz .oesp li::before,
.s08lr1s2 .oesp li::before,
.f0kvrhu1 .oesp li::before,
.mmnm .oesp 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;
}
.m78xz     .oesp li::before { border-radius: 50%; }
.s08lr1s2  .oesp li::before { border-radius: 3px; }
.f0kvrhu1 .oesp li::before { border-radius: 3px; }
.mmnm    .oesp li::before { border-radius: 50%; }
.t6djew { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.qinzia .t6djew,
.yudbvbq .t6djew { background: transparent; border: none; border-radius: 0; }
.dwvin { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.dwvin th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.dwvin td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.dwvin tr:hover td { background: var(--bg-hover); }
.nzhxt .dwvin tbody tr:nth-child(even) td { background: var(--bg-surface); }
.k7xp6epv .dwvin { border: 1px solid var(--border-alt); }
.k7xp6epv .dwvin th,
.k7xp6epv .dwvin td { border: 1px solid var(--border-alt); }
.h98h2 .dwvin th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.h98h2 .dwvin td { border-bottom: none; }
.h98h2 .dwvin tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.aask3m9 .dwvin th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.j9h69 .t6djew {
  overflow: hidden;
}
.j9h69 .dwvin th { border-bottom: 1px solid var(--border-alt); }
.j9h69 .dwvin tr:last-child td { border-bottom: none; }
.ium8g { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.y3bfles8 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.pnb0xcd { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.bdzanped { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.vews { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.yutg001b { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.yutg001b li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.lh05i9s .bdzanped { background: transparent; text-align: center; }
.oq59iwhv .pnb0xcd {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.eru3tgq .pnb0xcd {
  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);
}
.a5du885d .y3bfles8 { display: grid; grid-template-columns: auto 1fr; }
.a5du885d .pnb0xcd {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.a5du885d .bdzanped { grid-column: 2; }
.a5du885d .vews,
.a5du885d .yutg001b { grid-column: 1 / -1; }
.yyjhkhk .y3bfles8 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.yyjhkhk .pnb0xcd {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.yyjhkhk .bdzanped { grid-column: 2; }
.yyjhkhk .vews,
.yyjhkhk .yutg001b { grid-column: 1 / -1; }
.q1jeq .y3bfles8 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.q1jeq .bdzanped { background: none; color: var(--accent-light); font-weight: 700; }
.fw0f2 .y3bfles8 { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.fw0f2 .bdzanped { background: none; color: var(--accent-light); font-weight: 700; }
.cpduc .y3bfles8 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.cpduc .y3bfles8:last-child { border-bottom: none; }
.cpduc .bdzanped { background: none; color: var(--accent-light); font-weight: 700; }
.shes .y3bfles8 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.shes .bdzanped { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.lrci .ium8g { counter-reset: card-n; }
.lrci .y3bfles8  { counter-increment: card-n; }
.lrci .bdzanped { display: flex; align-items: center; gap: 10px; }
.lrci .bdzanped::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.xx1kt .y3bfles8 { background: var(--bg-surface); border: 1px solid var(--border); }
.xx1kt .bdzanped { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.t6houz5 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.n457ud9  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.xfj1lb0n { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ofs3di { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.t6houz5 strong { color: var(--text-primary); font-size: 0.95rem; }
.t6houz5 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.dvxrx1uf { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.dxelo4n, .ajpzg { border-radius: 8px; padding: 14px; }
.dxelo4n { background: var(--bg-pros); }
.ajpzg { background: var(--bg-cons); }
.n9u3clk { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.dxelo4n .n9u3clk { color: var(--c-pros-label); }
.ajpzg .n9u3clk { color: #f87171; }
.dxelo4n ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ajpzg ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.rpxqu { width: 100%; height: auto; border-radius: 10px; display: block; }
.thogi646 {
  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;
}
.thogi646:hover { opacity: 0.85; }
.ciqsek .thogi646  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ciqsek .thogi646:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.gahbpxvd .thogi646  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.gahbpxvd .thogi646:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.p2kbh64d .gfawg { border-radius: 50px; }
.p2kbh64d .thogi646  { border-radius: 50px; }
.oxab .gfawg { padding-left: 22px; padding-right: 22px; }
.oxab .thogi646  { padding-left: 12px; padding-right: 12px; }
.q575t8a2 .gfawg { padding-left: 44px; padding-right: 44px; }
.q575t8a2 .thogi646  { padding-left: 24px; padding-right: 24px; }
.de2j .gfawg { padding-left: 56px; padding-right: 56px; }
.de2j .thogi646  { padding-left: 32px; padding-right: 32px; }
.v5e13   .gfawg::after, .v5e13   .thogi646::after,
.gfxtdq5b .gfawg::after, .gfxtdq5b .thogi646::after,
.rm3fs63    .gfawg::after, .rm3fs63    .thogi646::after,
.gwwuhf6t    .gfawg::after, .gwwuhf6t    .thogi646::after,
.iy4lrq    .gfawg::after, .iy4lrq    .thogi646::after,
.g1lp8god     .gfawg::after, .g1lp8god     .thogi646::after,
.f2awp3    .gfawg::after, .f2awp3    .thogi646::after,
.orx2hq   .gfawg::after, .orx2hq   .thogi646::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;
}
.v5e13 .gfawg::after, .v5e13 .thogi646::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");
}
.gfxtdq5b .gfawg::after, .gfxtdq5b .thogi646::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");
}
.rm3fs63 .gfawg::after, .rm3fs63 .thogi646::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");
}
.gwwuhf6t .gfawg::after, .gwwuhf6t .thogi646::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");
}
.iy4lrq .gfawg::after, .iy4lrq .thogi646::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");
}
.g1lp8god .gfawg::after, .g1lp8god .thogi646::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");
}
.f2awp3 .gfawg::after, .f2awp3 .thogi646::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");
}
.orx2hq .gfawg::after, .orx2hq .thogi646::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");
}
.hz7anpt3   .sgng::after, .hz7anpt3   .exz0nhm::after,
.rpnbe19 .sgng::after, .rpnbe19 .exz0nhm::after,
.ycuwp9s    .sgng::after, .ycuwp9s    .exz0nhm::after,
.avunzat    .sgng::after, .avunzat    .exz0nhm::after,
.lukr7    .sgng::after, .lukr7    .exz0nhm::after,
.svqgkyyj     .sgng::after, .svqgkyyj     .exz0nhm::after,
.ehl7q    .sgng::after, .ehl7q    .exz0nhm::after,
.odn6f   .sgng::after, .odn6f   .exz0nhm::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;
}
.hz7anpt3 .sgng::after, .hz7anpt3 .exz0nhm::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");
}
.rpnbe19 .sgng::after, .rpnbe19 .exz0nhm::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");
}
.ycuwp9s .sgng::after, .ycuwp9s .exz0nhm::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");
}
.avunzat .sgng::after, .avunzat .exz0nhm::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");
}
.lukr7 .sgng::after, .lukr7 .exz0nhm::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");
}
.svqgkyyj .sgng::after, .svqgkyyj .exz0nhm::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");
}
.ehl7q .sgng::after, .ehl7q .exz0nhm::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");
}
.odn6f .sgng::after, .odn6f .exz0nhm::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");
}
.f4z9le65 .vo4zbcs { background: var(--bg-raised); }
.xlqbdq.thogi646 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ml10oa {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ml10oa::before    { grid-area: rank;   }
  .cqrd51           { grid-area: ident;  }
  .ekteh     { grid-area: rating; min-width: 0; width: auto; }
  .z66a9hh           { grid-area: pills;  }
  .xlqbdq             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ml10oa {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ml10oa::before    { justify-self: center; }
  .cqrd51           { width: 100%; }
  .ekteh     { justify-self: center; }
  .z66a9hh           { grid-template-columns: 1fr; }
}
.bp3odbfe .ryxq { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .hdqmt4bh .l0ob0 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .hdqmt4bh .n5p37yq { margin: 0; }
}
.zi50rv .n5p37yq { border-top: 4px solid var(--accent); }
.zi50rv .fwqt { background: var(--bg-card); }
.yudbvbq .dvxrx1uf { gap: 10px; }
.yudbvbq .dxelo4n, .yudbvbq .ajpzg { padding: 12px; }
.yudbvbq .dxelo4n ul, .yudbvbq .ajpzg ul { margin: 4px 0 0; padding-left: 18px; }
.yudbvbq .dxelo4n li, .yudbvbq .ajpzg li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .nv0djjkh { grid-template-columns: 1fr; }
  .rqu9m4 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .rqu9m4 .aqud5b { width: 72px; height: 50px; }
  .rqu9m4 .jo4tit3 { max-width: 180px; }
  .rqu9m4 .rd11d { width: auto; }
}
@media (max-width: 720px) {
  .prsn { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cxe63l { padding: 16px; }
  .h81uglxl .ywdmzrz { min-width: 50%; }
}
.pvvae81 .dvxrx1uf { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .qyir8 { grid-template-columns: 1fr; }
  .xrqgm { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .k6o00 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .tcgein { flex-wrap: wrap; padding: 16px; }
}
.wk5m .dvxrx1uf { gap: 8px; }
.wk5m .dxelo4n, .wk5m .ajpzg { padding: 8px; }
@media (max-width: 480px) {
  .ur61 { flex-direction: column; align-items: stretch; }
}
.xzgea .rd11d .thogi646 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .p640sr2q { flex-direction: column; align-items: stretch; gap: 10px; }
  .xzgea .rd11d { text-align: center; }
}
@media (max-width: 720px) {
  .fq1i4 { grid-template-columns: 1fr; }
  .vnooo { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .qaqfxe { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .ylz1xqab { grid-template-columns: 1fr; }
  .wn0gadga { width: 100px; height: 100px; margin: 16px auto; }
  .l0br4y { font-size: 1.4rem; }
  .s98tuh { justify-content: center; }
  .uuat .ywdmzrz { min-width: 50%; }
}
.s6tr3tl5 .dvxrx1uf { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .yhhy { flex-wrap: wrap; padding: 14px 16px; }
  .sdgu { padding: 12px 16px; }
  .s6tr3tl5 .dvxrx1uf { margin: 0 16px; }
  .s6tr3tl5 .kc7532m0 { padding: 0 16px; }
  .x48rp4l { padding: 12px 16px; }
}
.bgbq2 .ru99 { gap: 18px; }
.bgbq2 .ml10oa {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.bgbq2 .ml10oa:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.adtv .z66a9hh .rouuq {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.adtv .z66a9hh .rouuq:first-child { border-left: none; }
.eleu5uu .ifado1 { font-size: 1rem; letter-spacing: 2px; }
.n79mizl { margin: 16px 0; }
.wvdxs1 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.wvdxs1 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.wvdxs1 summary::after { content: "+"; color: var(--accent-light); }
.wvdxs1[open] summary::after { content: "−"; }
.wvdxs1 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ofa4fvfv { margin-bottom: 0; }
.r3rpr h2.drc7vl48 { color: var(--text-primary); border-color: var(--accent-light); }
.ojilu2lf h2.drc7vl48 { color: var(--text-primary); border-color: var(--accent-light); }
.y808 .n457ud9     { background: #052e16; border-color: #10b981; }
.y808 .xfj1lb0n    { background: #1e1036; border-color: #a855f7; }
.y808 .t6houz5 strong  { color: #f1f5f9; }
.y808 .t6houz5 p       { color: #cbd5e1; }
.y808 .mw64d4    .n457ud9     .ofs3di::before,
.y808 .eosrn9  .n457ud9     .ofs3di::before,
.y808 .q79d  .n457ud9     .ofs3di::before,
.y808 .k9ut5 .n457ud9     .ofs3di::before { color: #10b981; }
.y808 .mw64d4    .hg1m2a8 .ofs3di::before,
.y808 .eosrn9  .hg1m2a8 .ofs3di::before,
.y808 .q79d  .hg1m2a8 .ofs3di::before,
.y808 .k9ut5 .hg1m2a8 .ofs3di::before { color: #f43f5e; }
.y808 .mw64d4    .xfj1lb0n    .ofs3di::before,
.y808 .eosrn9  .xfj1lb0n    .ofs3di::before,
.y808 .q79d  .xfj1lb0n    .ofs3di::before,
.y808 .k9ut5 .xfj1lb0n    .ofs3di::before { color: #a855f7; }
.j6jbnq .n457ud9     { background: #2d2000; border-color: #eab308; }
.j6jbnq .xfj1lb0n    { background: #2d1600; border-color: #f97316; }
.j6jbnq .t6houz5 strong  { color: #f1f5f9; }
.j6jbnq .t6houz5 p       { color: #cbd5e1; }
.j6jbnq .mw64d4    .n457ud9     .ofs3di::before,
.j6jbnq .eosrn9  .n457ud9     .ofs3di::before,
.j6jbnq .q79d  .n457ud9     .ofs3di::before,
.j6jbnq .k9ut5 .n457ud9     .ofs3di::before { color: #eab308; }
.j6jbnq .mw64d4    .hg1m2a8 .ofs3di::before,
.j6jbnq .eosrn9  .hg1m2a8 .ofs3di::before,
.j6jbnq .q79d  .hg1m2a8 .ofs3di::before,
.j6jbnq .k9ut5 .hg1m2a8 .ofs3di::before { color: #ef4444; }
.j6jbnq .mw64d4    .xfj1lb0n    .ofs3di::before,
.j6jbnq .eosrn9  .xfj1lb0n    .ofs3di::before,
.j6jbnq .q79d  .xfj1lb0n    .ofs3di::before,
.j6jbnq .k9ut5 .xfj1lb0n    .ofs3di::before { color: #f97316; }
.m3dfz8tk .n457ud9     { background: #0c1a2e; border-color: #38bdf8; }
.m3dfz8tk .xfj1lb0n    { background: #0a2020; border-color: #2dd4bf; }
.m3dfz8tk .t6houz5 strong  { color: #f1f5f9; }
.m3dfz8tk .t6houz5 p       { color: #cbd5e1; }
.m3dfz8tk .mw64d4    .n457ud9     .ofs3di::before,
.m3dfz8tk .eosrn9  .n457ud9     .ofs3di::before,
.m3dfz8tk .q79d  .n457ud9     .ofs3di::before,
.m3dfz8tk .k9ut5 .n457ud9     .ofs3di::before { color: #38bdf8; }
.m3dfz8tk .mw64d4    .hg1m2a8 .ofs3di::before,
.m3dfz8tk .eosrn9  .hg1m2a8 .ofs3di::before,
.m3dfz8tk .q79d  .hg1m2a8 .ofs3di::before,
.m3dfz8tk .k9ut5 .hg1m2a8 .ofs3di::before { color: #818cf8; }
.m3dfz8tk .mw64d4    .xfj1lb0n    .ofs3di::before,
.m3dfz8tk .eosrn9  .xfj1lb0n    .ofs3di::before,
.m3dfz8tk .q79d  .xfj1lb0n    .ofs3di::before,
.m3dfz8tk .k9ut5 .xfj1lb0n    .ofs3di::before { color: #2dd4bf; }
.zfne6 .n457ud9     { background: var(--accent-bg); border-color: var(--accent-light); }
.zfne6 .xfj1lb0n    { background: var(--accent-bg); border-color: var(--accent-pale); }
.zfne6 .mw64d4    .ofs3di::before,
.zfne6 .eosrn9  .ofs3di::before,
.zfne6 .q79d  .ofs3di::before,
.zfne6 .k9ut5 .ofs3di::before { color: var(--accent-light) !important; }
.thjv::before,
.vimi8::before { margin-right: 5px; }
.cweegx5b .dxelo4n ul li,
.cweegx5b .r6xrxgj li         { color: #4ade80; }
.cweegx5b .dxelo4n .thjv { color: #22c55e; }
.cweegx5b .ajpzg ul li,
.cweegx5b .uxsm6z li         { color: #f87171; }
.cweegx5b .ajpzg .vimi8 { color: #ef4444; }
.ip623p .dxelo4n { background: var(--bg-pros); }
.ip623p .ajpzg { background: var(--bg-cons); }
.ip623p .dxelo4n .thjv { color: var(--c-pros-label); }
.ip623p .ajpzg .vimi8 { color: var(--c-cons); }
.ip623p .dxelo4n ul li,
.ip623p .ajpzg ul li,
.ml0d .dxelo4n { background: var(--bg-pros); }
.ml0d .ajpzg { background: var(--bg-cons); }
.ml0d .dxelo4n .thjv { color: var(--c-pros-label); }
.ml0d .ajpzg .vimi8 { color: var(--c-cons); }
.ml0d .dxelo4n ul li,
.ml0d .ajpzg ul li,
.er90eibq .thjv::before { content: "✓ "; }
.er90eibq .vimi8::before { content: "✗ "; }
.mnarry .thjv::before { content: "→ "; }
.mnarry .vimi8::before { content: "← "; }
.kg7v1 .thjv::before { content: "★ "; }
.kg7v1 .vimi8::before { content: "✕ "; }
.z6lz1ps9 .thjv::before { content: "◆ "; }
.z6lz1ps9 .vimi8::before { content: "▲ "; }
.bp3odbfe .t6houz5 { background: transparent; border-left: none; border: 1.5px solid; }
.bp3odbfe .n457ud9     { border-color: var(--c-tip-border); }
.bp3odbfe .hg1m2a8 { border-color: var(--c-warn-border); }
.bp3odbfe .xfj1lb0n    { border-color: #60a5fa; }
.bp3odbfe .t6houz5 strong { color: var(--text-primary); }
.bp3odbfe .t6houz5 p      { color: var(--text-muted); }
.vsjii6zl .t6houz5 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.vsjii6zl .n457ud9     { border-top-color: var(--c-tip-border); }
.vsjii6zl .xfj1lb0n    { border-top-color: #60a5fa; }
.xnl9o .t6houz5 { border-left: none; border-radius: 8px; }
.xnl9o .n457ud9     { background: #065f46; }
.xnl9o .xfj1lb0n    { background: #1e3a8a; }
.xnl9o .t6houz5 strong,
.xnl9o .t6houz5 p { color: #fff; }
.xnl9o .ofs3di::before { color: rgba(255,255,255,0.85) !important; }
.y808.xnl9o .n457ud9,
.y808 .xnl9o .n457ud9     { background: #052e16; }
.y808.xnl9o .xfj1lb0n,
.y808 .xnl9o .xfj1lb0n    { background: #1e1036; }
.j6jbnq.xnl9o .n457ud9,
.j6jbnq .xnl9o .n457ud9      { background: #2d2000; }
.j6jbnq.xnl9o .xfj1lb0n,
.j6jbnq .xnl9o .xfj1lb0n     { background: #2d1600; }
.m3dfz8tk.xnl9o .n457ud9,
.m3dfz8tk .xnl9o .n457ud9      { background: #0c1a2e; }
.m3dfz8tk.xnl9o .xfj1lb0n,
.m3dfz8tk .xnl9o .xfj1lb0n     { background: #0a2020; }
.anx3 .t6houz5 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.anx3 .n457ud9     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.anx3 .xfj1lb0n    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.anx3 .t6houz5 strong { color: var(--text-primary); }
.anx3 .t6houz5 p      { color: var(--text-muted); }
.q74ykzy .t6houz5 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.mw64d4 .ofs3di,
.eosrn9 .ofs3di,
.q79d .ofs3di,
.k9ut5 .ofs3di { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.mw64d4 .ofs3di::before,
.eosrn9 .ofs3di::before,
.q79d .ofs3di::before,
.k9ut5 .ofs3di::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.mw64d4 .n457ud9     .ofs3di::before { content: "✦"; color: var(--c-tip-border); }
.mw64d4 .hg1m2a8 .ofs3di::before { content: "▲"; color: var(--c-warn-border); }
.mw64d4 .xfj1lb0n    .ofs3di::before { content: "◉"; color: #60a5fa; }
.eosrn9 .n457ud9     .ofs3di::before { content: "★"; color: var(--c-tip-border); }
.eosrn9 .hg1m2a8 .ofs3di::before { content: "◆"; color: var(--c-warn-border); }
.eosrn9 .xfj1lb0n    .ofs3di::before { content: "●"; color: #60a5fa; }
.q79d .n457ud9     .ofs3di::before { content: "▶"; color: var(--c-tip-border); }
.q79d .hg1m2a8 .ofs3di::before { content: "■"; color: var(--c-warn-border); }
.q79d .xfj1lb0n    .ofs3di::before { content: "▸"; color: #60a5fa; }
.k9ut5 .n457ud9     .ofs3di::before { content: "→"; color: var(--c-tip-border); }
.k9ut5 .hg1m2a8 .ofs3di::before { content: "⬥"; color: var(--c-warn-border); }
.k9ut5 .xfj1lb0n    .ofs3di::before { content: "◈"; color: #60a5fa; }
.fq6y .t26fn .ambe,
.fq6y .jdkv .ambe  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.fq6y .y3bfles8                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.fq6y .t6djew          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.fq6y .erbr                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.hccn3yzw .t26fn .ambe,
.hccn3yzw .jdkv .ambe,
.hccn3yzw .y3bfles8,
.hccn3yzw .ml10oa,
.hccn3yzw .n5p37yq,
.hccn3yzw .t6djew,
.hccn3yzw .erbr,
.hccn3yzw .q74ykzy .t6houz5 { box-shadow: none; }
.n2ui0y   .sn7vit, .n2ui0y .bwezheg, .n2ui0y .zy93,
.n2ui0y   .s83en, .n2ui0y .bd2i { font-size: 0.9rem; }
.n2ui0y   .p42snh7, .n2ui0y .oesp { font-size: 0.9rem; }
.n03qx   .sn7vit, .n03qx .bwezheg, .n03qx .zy93,
.n03qx   .s83en, .n03qx .bd2i { font-size: 0.95rem; }
.n03qx   .p42snh7, .n03qx .oesp { font-size: 0.95rem; }
.bw3eb   .sn7vit, .bw3eb .bwezheg, .bw3eb .zy93,
.bw3eb   .s83en, .bw3eb .bd2i { font-size: 1.08rem; }
.bw3eb   .p42snh7, .bw3eb .oesp { font-size: 1.05rem; }
.bw3eb   .dwvin { font-size: 0.97rem; }
.l7ycy4w .kzebd      { font-size: 3.2rem; }
.l7ycy4w h2.drc7vl48 { font-size: 1.9rem; }
.l7ycy4w h3.cg5dhoq     { font-size: 1.4rem; }
.wqcje0gy .kzebd      { font-size: 3.8rem; }
.wqcje0gy h2.drc7vl48 { font-size: 2.2rem; }
.wqcje0gy h3.cg5dhoq     { font-size: 1.6rem; }
.ofa4fvfv + .ofa4fvfv { position: relative; }
.ahjm3wxb   .ofa4fvfv + .ofa4fvfv::before,
.pzme8zki  .ofa4fvfv + .ofa4fvfv::before,
.xjakm   .ofa4fvfv + .ofa4fvfv::before,
.pptr5   .ofa4fvfv + .ofa4fvfv::before,
.cwdp   .ofa4fvfv + .ofa4fvfv::before,
.otavq .ofa4fvfv + .ofa4fvfv::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ahjm3wxb .ofa4fvfv + .ofa4fvfv::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.pzme8zki .ofa4fvfv + .ofa4fvfv::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.xjakm .ofa4fvfv + .ofa4fvfv::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;
}
.pptr5 .ofa4fvfv + .ofa4fvfv::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.osuf .ofa4fvfv { margin-bottom: 16px; }
.osuf .ofa4fvfv + .ofa4fvfv { margin-top: 0; }
.osuf .xt79dfa3 { padding-top: 0; padding-bottom: 0; }
.cwdp .ofa4fvfv + .ofa4fvfv::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.otavq .ofa4fvfv + .ofa4fvfv::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.tat4ix2g .ofa4fvfv + .ofa4fvfv::before,
.ed6j .ofa4fvfv + .ofa4fvfv::before,
.tuddw .ofa4fvfv + .ofa4fvfv::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%;
}
.gmaoj .tat4ix2g .ofa4fvfv:nth-child(even)::before,
.gmaoj .ed6j .ofa4fvfv:nth-child(even)::before,
.gmaoj .tuddw .ofa4fvfv:nth-child(even)::before { background: var(--bg-surface); }
.klfuqxi .tat4ix2g .ofa4fvfv:nth-child(even)::before,
.klfuqxi .ed6j .ofa4fvfv:nth-child(even)::before,
.klfuqxi .tuddw .ofa4fvfv:nth-child(even)::before { background: var(--bg-card); }
.tat4ix2g .ofa4fvfv + .ofa4fvfv::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");
}
.ed6j .ofa4fvfv + .ofa4fvfv::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");
}
.tuddw .ofa4fvfv + .ofa4fvfv::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");
}
.vdu9ue .m63s0,
.drjab .m63s0,
.kplfb .m63s0 { overflow: hidden; }
.vdu9ue .e7sl,
.drjab .e7sl { margin-bottom: 60px; }
.kplfb .e7sl { margin-bottom: 70px; }
.drjab .eluef { padding-bottom: 60px; }
.vdu9ue .m63s0::before,
.drjab .m63s0::before,
.kplfb .m63s0::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%;
}
.vdu9ue .m63s0::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");
}
.drjab .m63s0::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");
}
.kplfb .m63s0::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");
}
.rrii1rc .m63s0:not(.pc81) .qbc3nsg { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.fp53 .m63s0:not(.pc81) .qbc3nsg { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.c7m4y  .m63s0:not(.pc81) .qbc3nsg { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.i54bi  .m63s0:not(.pc81) .qbc3nsg { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.idcyx2 .pc81 .qbc3nsg { background: none; }
.idcyx2 .m63s0:not(.pc81) .qbc3nsg { background: rgba(0,0,0,0.6); }
.efmjv .y7ufu8kx { float: left; width: 38%; margin: 0 28px 16px 0; }
.efmjv .y7ufu8kx .rpxqu { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.efmjv .xt79dfa3::after { content: ''; display: block; clear: both; }
.x94sxb .y7ufu8kx { float: right; width: 38%; margin: 0 0 16px 28px; }
.x94sxb .y7ufu8kx .rpxqu { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.x94sxb .xt79dfa3::after { content: ''; display: block; clear: both; }
.dutbk3d .ofa4fvfv:nth-child(odd)  .y7ufu8kx { float: left;  width: 38%; margin: 0 28px 16px 0; }
.dutbk3d .ofa4fvfv:nth-child(even) .y7ufu8kx { float: right; width: 38%; margin: 0 0 16px 28px; }
.dutbk3d .y7ufu8kx .rpxqu { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dutbk3d .xt79dfa3::after { content: ''; display: block; clear: both; }
.efmjv .ium8g,
.x94sxb .ium8g,
.dutbk3d .ium8g,
@media (max-width: 900px) {
  .efmjv .y7ufu8kx,
  .x94sxb .y7ufu8kx,
  .dutbk3d .ofa4fvfv:nth-child(odd)  .y7ufu8kx,
  .dutbk3d .ofa4fvfv:nth-child(even) .y7ufu8kx {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .efmjv .y7ufu8kx .rpxqu,
  .x94sxb .y7ufu8kx .rpxqu,
  .dutbk3d .y7ufu8kx .rpxqu {
    max-height: none !important;
  }
}
.efmjv .p42snh7,
.efmjv .oesp,
.x94sxb .p42snh7,
.x94sxb .oesp,
.dutbk3d .p42snh7,
.dutbk3d .oesp { overflow: hidden; }
@media (max-width: 640px) {
  .efmjv .y7ufu8kx,
  .x94sxb .y7ufu8kx,
  .dutbk3d .y7ufu8kx { float: none; width: 100%; margin: 0 0 16px 0; }
}
.z3bjm5r .wi1k,
.z3bjm5r .xt79dfa3,
.z3bjm5r .wvbyb  { max-width: 1100px; }
.tj4z .wi1k,
.tj4z .xt79dfa3,
.tj4z .wvbyb  { max-width: 1200px; }
.q3gqva .wi1k,
.q3gqva .xt79dfa3,
.q3gqva .wvbyb  { max-width: 1320px; }
.ow1iw4m { font-size: 0.82rem; color: var(--text-muted); }
.myrvb { display: flex; align-items: center; }
.ztbwmn {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.t4w0x { display: flex; align-items: center; }
.c5r5m { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.c5r5m:hover { text-decoration: underline; }
.zmpjc { margin: 0 3px; opacity: 0.45; }
.zmpjc::before { content: '/'; }
.fobc { padding: 2px 5px; color: var(--text-main); }
.d17h3ozh .ow1iw4m {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.d17h3ozh .myrvb { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.uictzt .ow1iw4m {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.uictzt .myrvb { padding: 0 0 0 12px; }
.dglz2 .myrvb { padding: 0 16px; }
.dglz2 .ow1iw4m {
  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);
}
.dglz2 .wi1k { padding-top: 28px; }
@media (max-width: 720px) {
  .eujnn { margin-top: 18px; padding: 0 16px; }
  .dglz2 .wi1k { padding-top: 16px; }
}
.z3bjm5r.d17h3ozh .myrvb { max-width: 1100px; }
.tj4z.d17h3ozh .myrvb { max-width: 1200px; }
.q3gqva.d17h3ozh .myrvb { max-width: 1320px; }
.au4gh .ofa4fvfv { padding-top: 16px; padding-bottom: 16px; }
.qv7ka16 .ofa4fvfv { padding-top: 24px; padding-bottom: 24px; }
.hsd94pwy .ofa4fvfv { padding-top: 40px; padding-bottom: 40px; }
.c0fq6an .ofa4fvfv { padding-top: 52px; padding-bottom: 52px; }
.zo44 .ofa4fvfv:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.zo44 .ofa4fvfv:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.zo44 .ofa4fvfv:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.zo44 .ofa4fvfv:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.rgjcb74u .xt79dfa3 { padding-top: 10px;  padding-bottom: 10px; }
.wm9g .xt79dfa3 { padding-top: 18px;  padding-bottom: 18px; }
.l92p0z8z .xt79dfa3 { padding-top: 36px;  padding-bottom: 36px; }
.akgq .xt79dfa3 { padding-top: 48px;  padding-bottom: 48px; }
.v9m51 h2.drc7vl48 { font-weight: 600; }
.v9m51 h3.cg5dhoq     { font-weight: 600; }
.qffnufs h2.drc7vl48 { font-weight: 800; }
.qffnufs h3.cg5dhoq     { font-weight: 700; }
.efu3xo h2.drc7vl48 { font-weight: 900; }
.efu3xo h3.cg5dhoq     { font-weight: 800; }
.efu3xo .t6houz5 strong,
.efu3xo .t6houz5 strong { font-weight: 600; }
.sgng {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.kgqn5t .sgng { display: none; }
@media (max-width: 640px) {
  .a1f4m { display: none; }
  .sgng {
    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;
  }
}
.sgng { background: var(--cta) !important; color: #fff !important; border: none !important; }
.sgng:hover { opacity: 0.85; }
.ard7b3 .sgng { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.lgyb0u1b .sgng,
.a0pel  .sgng { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.lgyb0u1b .sgng:hover,
.a0pel  .sgng:hover { opacity: 0.88; }
.ard7b3.lgyb0u1b .sgng,
.ard7b3.a0pel  .sgng { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.exz0nhm {
  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;
}
.exz0nhm:hover { transform: translateY(-2px); opacity: 0.92; }
.exz0nhm { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lhcugh .exz0nhm { display: none; }
.c26vm6le .exz0nhm { right: 32px; }
.sinb3puq  .exz0nhm { left: 32px; }
@media (max-width: 480px) {
  .c26vm6le .exz0nhm { right: 20px; bottom: 20px; }
  .sinb3puq  .exz0nhm { left: 20px; bottom: 20px; }
}
.npa8 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.wvbyb { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.namcn3 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.fqw4m3cy { color: var(--text-dim); font-size: 0.8rem; }
.xlbwqcx { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.xlbwqcx img { height: 26px; width: auto; object-fit: contain; }
.skg82se { display: flex; flex-direction: column; gap: 6px; }
.skg82se a, .sbmnacck a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.skg82se a:hover, .sbmnacck a:hover { color: var(--accent-light); }
.skg82se .viuc { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.kgd7tli .wvbyb { text-align: center; }
.kgd7tli .namcn3 { margin-top: 0; }
.tsvjiqvx { margin-top: 10px; }
.tsvjiqvx a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .wvbyb { padding-left: 16px; padding-right: 16px; }
  .afgp .wvbyb { padding: 20px 16px; }
  .sbmnacck { gap: 4px 12px; }
  .namcn3 { font-size: 0.78rem; }
}
.kree95kb .dx3x3tm .xlbwqcx { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.kree95kb .namcn3 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.kree95kb .fqw4m3cy { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .kree95kb .fb17mg { grid-template-columns: 1fr 1fr; } .kree95kb .dx3x3tm { grid-column: 1 / -1; } }
@media (max-width: 480px) { .kree95kb .fb17mg { grid-template-columns: 1fr; } }
.dio34f .xlbwqcx { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.dio34f .namcn3 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .dio34f .tvip1 { gap: 12px; } .dio34f .xlbwqcx { margin-right: 0; width: 100%; } }
.wwlnfry .h1lkbqxm .xlbwqcx { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.wwlnfry .namcn3 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.wwlnfry .fqw4m3cy { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .wwlnfry .l9lymw { grid-template-columns: 1fr 1fr; } .wwlnfry .h1lkbqxm { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wwlnfry .l9lymw { grid-template-columns: 1fr; } }
.vcvz5gm8 .mtz17 { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.vcvz5gm8 .skg82se { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .vcvz5gm8 .mtz17 { grid-template-columns: 1fr 1fr; } .vcvz5gm8 .bq5084:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vcvz5gm8 .mtz17 { grid-template-columns: 1fr; } }
.x8jgo7 .mtz17 { grid-template-columns: 1fr 2fr; }
.x8jgo7 .j5a3agre .skg82se { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .x8jgo7 .mtz17 { grid-template-columns: 1fr; } }
.rtd1u2p .wvbyb { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.f34yqp .pgqc      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.f34yqp .npa8 { background: var(--bg-page); border-top-color: var(--border-alt); }
.kuxtoc .pgqc      { background: #0d1117; border-bottom-color: #21262d; }
.kuxtoc .z98kwu { color: var(--accent-light); }
.kuxtoc .se74ze7 { --msep-color: #8b949e; }
.kuxtoc .se74ze7 a { color: #8b949e; }
.kuxtoc .se74ze7 a:hover { color: var(--accent-light); }
.kuxtoc .kb3i { color: #8b949e; }
.kuxtoc .npa8 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.kuxtoc .namcn3,
.kuxtoc .fqw4m3cy { color: #6e7681; }
.kuxtoc .skg82se a, .kuxtoc .sbmnacck a,
.kuxtoc .xlbwqcx { color: #e6edf3; }
.kuxtoc .skg82se a:hover, .kuxtoc .sbmnacck a:hover,
@media (max-width: 640px) {
  .kuxtoc .se74ze7 { background: #0d1117; border-top-color: #21262d; }
  .kuxtoc .se74ze7 li a { border-bottom-color: #21262d; }
}
.jz8zikb .pgqc      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.jz8zikb .z98kwu { color: var(--accent-light); }
.jz8zikb .se74ze7 { --msep-color: #475569; }
.jz8zikb .se74ze7 a { color: #475569; }
.jz8zikb .se74ze7 a:hover { color: var(--accent-light); }
.jz8zikb .kb3i { color: #64748b; }
.jz8zikb .npa8 { background: #f0f4f8; border-top-color: #cbd5e1; }
.jz8zikb .namcn3,
.jz8zikb .fqw4m3cy { color: #64748b; }
.jz8zikb .skg82se a, .jz8zikb .sbmnacck a,
.jz8zikb .otnhu4w a, .jz8zikb .xlbwqcx { color: #374151; }
.jz8zikb .skg82se a:hover, .jz8zikb .sbmnacck a:hover,
@media (max-width: 640px) {
  .jz8zikb .se74ze7 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .jz8zikb .se74ze7 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.lgyb0u1b .pgqc      { background: var(--accent); border-bottom-color: var(--accent-light); }
.lgyb0u1b .z98kwu { color: #fff; }
.lgyb0u1b .se74ze7 { --msep-color: rgba(255,255,255,0.82); }
.lgyb0u1b .se74ze7 a { color: rgba(255,255,255,0.82); }
.lgyb0u1b .se74ze7 a:hover { color: #fff; }
.lgyb0u1b .kb3i { color: rgba(255,255,255,0.9); }
.lgyb0u1b .npa8 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.lgyb0u1b .namcn3,
.lgyb0u1b .fqw4m3cy { color: rgba(255,255,255,0.72); }
.lgyb0u1b .skg82se a, .lgyb0u1b .sbmnacck a,
.lgyb0u1b .otnhu4w a, .lgyb0u1b .xlbwqcx { color: #fff; }
.lgyb0u1b .skg82se a:hover, .lgyb0u1b .sbmnacck a:hover,
@media (max-width: 640px) {
  .lgyb0u1b .se74ze7 { background: var(--accent); border-top-color: var(--accent-light); }
  .lgyb0u1b .se74ze7 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.a0pel .pgqc {
  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);
}
.a0pel .npa8 {
  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) {
  .a0pel .se74ze7 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.i1cia .xyy50q { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.s9l1n .xyy50q { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.au529z5 .xyy50q { min-height: 72px; height: auto; }
.o0tna .xyy50q { min-height: 84px; height: auto; }
.afgp .xyy50q { max-width: none; padding: 0 32px; }
.afgp .wvbyb  { max-width: none; padding: 24px 32px; }
.ukyr.tj4z .xyy50q { max-width: 1200px; }
.ukyr.q3gqva .xyy50q { max-width: 1320px; }
.a2dxn4   .z98kwu, .a2dxn4   .xlbwqcx { text-transform: capitalize; }
.qoztghej .z98kwu, .qoztghej .xlbwqcx { text-transform: lowercase; }
.kq4i .z98kwu, .kq4i .xlbwqcx { text-transform: uppercase; letter-spacing: 0.06em; }
.vjg1n, .w0hd1 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.a6e1xjh .vjg1n,
.a6e1xjh .w0hd1 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.fy5trln8 .vjg1n,
.fy5trln8 .w0hd1 { 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; }
.buviarfh .vjg1n,
.buviarfh .w0hd1 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.cajykm .vjg1n,
.cajykm .w0hd1 { 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; }
.izna   .se74ze7 a { font-weight: 500; }
.gc3l44c3 .se74ze7 a { font-weight: 600; }
.hjxwq     .se74ze7 a { font-weight: 700; }
.rnbh    .se74ze7 a { font-weight: 800; letter-spacing: 0.01em; }
.inuev6     .se74ze7 > li + li::before,
.kl1rijk    .se74ze7 > li + li::before,
.dpoq9n    .se74ze7 > li + li::before,
.h5ekxze6 .se74ze7 > li + li::before,
.nzc6w3z .se74ze7 > li + li::before,
.mcgoe  .se74ze7 > li + li::before,
.vzwgaui4    .se74ze7 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.inuev6     .se74ze7 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.kl1rijk    .se74ze7 > li + li::before { content: "|"; }
.dpoq9n    .se74ze7 > li + li::before { content: "—"; }
.h5ekxze6 .se74ze7 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.nzc6w3z .se74ze7 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.mcgoe  .se74ze7 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.vzwgaui4    .se74ze7 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .bn2b .kb3i,
  .lhr5y9 .kb3i,
  .w8azvr5w .kb3i,
  .v7292ueq .kb3i,
  .oukfbk .kb3i {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .bn2b .kb3i::before,
  .lhr5y9 .kb3i::before,
  .w8azvr5w .kb3i::before,
  .v7292ueq .kb3i::before,
  .oukfbk .kb3i::before { content: ""; display: block; flex-shrink: 0; }

  
  .bn2b .kb3i::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;
  }

  
  .lhr5y9 .kb3i::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;
  }

  
  .w8azvr5w .kb3i::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;
  }

  
  .v7292ueq .kb3i::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;
  }

  
  .oukfbk .kb3i::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) {
  .rdzcy .kb3i {
    padding: 5px 14px;
  }
  .rdzcy .se74ze7 {
    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;
  }
  .rdzcy .se74ze7 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .rdzcy .se74ze7 li a:hover { background: var(--bg-raised); }
  .rdzcy .v8uayw1o,
  .v4bh .v8uayw1o,
  .zbwoe .v8uayw1o { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ueyitt .kb3i {
    padding: 5px 10px;
  }
  .ueyitt .se74ze7 {
    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);
  }
  .ueyitt .se74ze7.v0mk { transform: translateX(0); }
  .ueyitt .se74ze7 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ueyitt .se74ze7 li:last-child a { border-bottom: none; }
  .lgyb0u1b .se74ze7,
  .kuxtoc .se74ze7 { background: var(--accent) !important; }
  .lgyb0u1b .se74ze7 li a,
  .kuxtoc .se74ze7 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .zbwoe .kb3i {
    padding: 5px 10px;
  }
  .zbwoe .se74ze7 {
    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);
  }
  .zbwoe .se74ze7::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .zbwoe .se74ze7.v0mk { transform: translateY(0); }
  .zbwoe .se74ze7 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .b4h8270 .kb3i {
    padding: 5px 10px;
  }
  .b4h8270 .se74ze7 {
    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;
  }
  .b4h8270 .se74ze7.v0mk { opacity: 1; pointer-events: auto; }
  .b4h8270 .se74ze7 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .rg3ww     .kb3i { border-radius: 0 !important; }
  .euz2fv   .kb3i { border-radius: 8px !important; }
  .fy2yz .kb3i { border-radius: 50% !important; }
  .lill6   .kb3i { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .xli1gd8 .gabjp { flex-direction: column; align-items: stretch; }
  .xli1gd8 .qai5fws { flex-direction: row; min-width: auto; }
  .xli1gd8 .xexra { align-items: flex-start; text-align: left; }
}
.tpfgdzc,
.tpfgdzc.ofa4fvfv,
.gmaoj .tpfgdzc,
.uby4b .tpfgdzc,
.klfuqxi .tpfgdzc,
.gyk6 .tpfgdzc {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.onpq {
  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;
}
.no6mpsc7 { flex: 1 1 280px; min-width: 0; }
.z1ye {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.egq80 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.jho6um1 {
  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;
}
.jho6um1:hover { transform: translateY(-1px); opacity: 0.95; }
.esgnjlcz .onpq {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.esgnjlcz .z1ye { color: var(--cta); }
.esgnjlcz .egq80 { color: var(--text-body); }
.esgnjlcz .jho6um1 {
  background: var(--cta) !important;
  color: #fff !important;
}
.q5psvzu .onpq {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.q5psvzu .z1ye { color: var(--text-primary); }
.q5psvzu .egq80 { color: var(--text-body); }
.q5psvzu .jho6um1 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .onpq {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .no6mpsc7 { flex: 0 0 auto; }
  .z1ye { font-size: 1.2rem; }
  .jho6um1 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.p75h8 .h7ining { height: 36px; }
.czzqz .h7ining { height: 60px; max-width: 200px; }
.xwr6dn .h7ining { height: 56px; max-width: 180px; }
.r3i152t    .ifado1, .r3i152t    .qpp0jpdu { color: #f59e0b; }
.adtv .rouuq + .rouuq {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .mxotd8z .ru99 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .mxotd8z .ml10oa {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .mxotd8z .ml10oa { padding: 40px 16px 20px; }
  .mxotd8z .rouuq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .mxotd8z .xlqbdq { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .bskxwl .ml10oa {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .bskxwl .ml10oa::before {
    position: absolute; top: 14px; left: 14px;
  }
  .bskxwl .cqrd51 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .bskxwl .kso3p { white-space: normal; text-align: center; font-size: 1.2rem; }
  .bskxwl .rouuq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .bskxwl .xlqbdq { width: 100%; min-width: 0; }
  .bskxwl .ifado1 { min-width: 0; }
}
.ofhp0hv0 .ml10oa::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.mosieti .wvdxs1 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.mosieti .wvdxs1 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.mosieti .wvdxs1 p { padding: 0 2px 16px; }
.pk0lu .wvdxs1 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.pk0lu .wvdxs1 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.pk0lu .wvdxs1 summary::after { content: "›"; font-size: 1.2em; }
.pk0lu .wvdxs1[open] summary::after { content: "‹"; }
.pk0lu .wvdxs1 p { padding: 10px 22px 4px; }
.p88qzu .wvdxs1 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.p88qzu .wvdxs1 summary { color: var(--text-primary); padding-left: 16px; }
.p88qzu .wvdxs1 summary::after { content: "›"; font-size: 1.1em; }
.p88qzu .wvdxs1[open] summary::after { content: "‹"; }
.p88qzu .wvdxs1 p { padding-left: 16px; }
.c0on8exr .n79mizl { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.c0on8exr .wvdxs1 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.c0on8exr .wvdxs1:last-child { border-bottom: none; }
.c0on8exr .wvdxs1 summary { color: var(--text-primary); border-radius: 0; }
.c0on8exr .wvdxs1 summary::after { content: "›"; font-size: 1.1em; }
.c0on8exr .wvdxs1[open] summary::after { content: "‹"; }
.p78weg .wvdxs1 { overflow: hidden; }
.p78weg .wvdxs1 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.p78weg .wvdxs1 summary::after { color: rgba(255,255,255,.75); }
.p78weg .wvdxs1[open] summary { border-radius: 0; }
.dgi1v { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xtpzoc5 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.bcupcv {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.by75csr { color: var(--text-muted); font-size: 1.05rem; }
.qj6fc5b0 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.im2iz6sm { margin-bottom: 20px; }
.lq81fb1h {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.heb1tcx {
  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;
}
.heb1tcx:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.z7adp { resize: vertical; min-height: 130px; }
.y1hv86 { width: 100%; margin-top: 8px; }
.ja9f208 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.vk7bml {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.lw67 { color: var(--text-muted); line-height: 1.75; }
.ympnsc5o { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ympnsc5o li { margin-bottom: 6px; }
.vk5t2lq { max-width: 760px; margin: 0 auto; }
.cxo2m { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.h1dsd { max-width: 760px; margin: 0 auto; }
.zj49 ul.ympnsc5o { margin: 0; }
@media (max-width: 640px) { .qjskhqf { grid-template-columns: 1fr; gap: 10px; } }
.k6qz { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.pugnj0v { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.v34f2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.pugnj0v p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.pugnj0v .ympnsc5o { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .k6qz { grid-template-columns: 1fr; } }
.zo6336 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.zo6336:hover .c7brb { color: var(--accent-light); text-decoration: underline; }
.yj2j { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.srzo { margin-bottom: 48px; }
.wwy5z { max-width: 760px; margin: 0 auto; }
.dp3zt98 { max-width: 640px; margin: 0 auto; }
.mq9xj7s { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.mq9xj7s:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.xdeslu0z { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.mq9xj7s p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.mq9xj7s ul.ympnsc5o { margin: 0; }
.vb8t { color: var(--text-muted); line-height: 1.75; }
.zgfbc6j .ympnsc5o,
.dp3zt98 .ympnsc5o,
.o5fapqxb .ympnsc5o,
.cghicrl .ympnsc5o {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.zgfbc6j .mq9xj7s,
.dp3zt98 .mq9xj7s { text-align: left; }
.zgfbc6j .xdeslu0z,
.dp3zt98 .xdeslu0z { text-align: center; }
.g104mcp { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.aiwlo6sg { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.zfgx { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.yaaruigh { margin-top: 12px; }
.hcn4hw { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.hcn4hw:hover { border-bottom-color: var(--accent-light); }
.cb8isuct { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.cb8isuct img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hfr7r { width: 72px; height: 72px; }
.xo82p59e { border-radius: 50%; }
.rhnf245 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.hfrbf3w { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.hfrbf3w::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .iydji { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.lnlh .zfgx, .lnlh .aiwlo6sg { max-width: 640px; }
.ceh21q .g104mcp { font-size: 1.6rem; margin-top: 18px; }
.wpzrc .zfgx { margin-bottom: 28px; }
@media (max-width: 860px) { .y6t2t6i { grid-template-columns: 1fr; } .ceh21q { position: static; text-align: center; } }
.z3zx .cb8isuct { margin: 0 auto 18px; }
.z3zx .rhnf245 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .mtki { grid-template-columns: 1fr; } }
.py13mo .g104mcp { font-size: 1.6rem; margin-bottom: 6px; }
.cghicrl .ympnsc5o { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .py13mo { flex-direction: column; text-align: center; } .l8prq1 { grid-template-columns: 1fr; } }
.ovudxt { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.ovudxt .g104mcp { font-size: 1.35rem; margin: 0 0 4px; }
.ovudxt .rhnf245 { margin: 0; }
.aybyjq .bcupcv { color: var(--accent-light); }
.vtpt6 .bcupcv { font-size: 2rem; }
.vtpt6 .by75csr { max-width: 680px; }
.b72w7ie7 .bcupcv { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.b72w7ie7 .by75csr  { margin: 0; }
@media (max-width: 640px) { .b72w7ie7 { flex-direction: column; } }
.y24xf8a4 {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.y24xf8a4 .bcupcv { color: var(--accent-light); }
.dikn5 .bcupcv { color: #fff; }
.dikn5 .by75csr  { color: rgba(255,255,255,0.85); }
.qab6y { max-width: 680px; margin: 0 auto; }
.dsfy {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .dsfy { grid-template-columns: 1fr; } }
.ccgd .heb1tcx {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ccgd .heb1tcx:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.pd65w9eh .heb1tcx { background: var(--bg-raised); border-color: transparent; }
.pd65w9eh .heb1tcx:focus { background: var(--bg-card); border-color: var(--accent-light); }
.iugxlvmv .heb1tcx { border-radius: 100px; padding: 11px 20px; }
.iugxlvmv .z7adp { border-radius: 14px; }
.gh09 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.gh09 summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.gh09 summary::-webkit-details-marker { display: none; }
.gh09 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.gh09[open] summary::after { content: "−"; }
.p60hvdf {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.kr41n02b {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .kr41n02b { grid-template-columns: 1fr; } }
.m4e1 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.m4e1 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.m4e1 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.ufzntvb4 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.ufzntvb4 li { margin-bottom: 6px; }
.a48z{display:none}
.a48z:empty,.rmy85:empty{display:none}
.keiy2{position:relative;overflow:visible}
.g218ert .wne6,.pt8me .wne6,
.h9ig .wne6,.qvi2h .wne6,
.bgu5u .wne6,.m9e8vt .wne6{display:block}
.d5i2y .zpxks3la{display:block}
.g218ert .wne6,.pt8me .wne6,
.h9ig .wne6,.qvi2h .wne6,
.bgu5u .wne6{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.g218ert .wne6 .rmy85,.pt8me .wne6 .rmy85,
.h9ig .wne6 .rmy85,.qvi2h .wne6 .rmy85,
.bgu5u .wne6 .rmy85{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.g218ert .wne6,.pt8me .wne6{top:12px}
.g218ert .wne6 .rmy85{margin-right:auto}
.pt8me .wne6 .rmy85{margin-left:auto}
.pt8me .wne6{text-align:right}
.h9ig .wne6,.qvi2h .wne6{bottom:12px}
.h9ig .wne6 .rmy85{margin-right:auto}
.qvi2h .wne6 .rmy85{margin-left:auto}
.qvi2h .wne6{text-align:right}
.bgu5u .wne6{position:relative;margin-top:16px}
.bgu5u .wne6 .rmy85{margin:0 auto}
.m9e8vt .wne6{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.m9e8vt .wne6 .rmy85{margin:0}
.m9e8vt .ddsm~.wne6,
.m9e8vt .d8cbbxy~.wne6{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.m9e8vt .ddsm~.wne6 .rmy85,
.m9e8vt .d8cbbxy~.wne6 .rmy85{justify-content:flex-start}
.ddsm~.wne6,.d8cbbxy~.wne6{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.ddsm~.wne6 .rmy85{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.d8cbbxy~.wne6 .rmy85{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zpxks3la .rmy85{margin:0 0 12px}
.rmy85{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.yge4b{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.c7brb{font-weight:600;color:var(--text-heading);opacity:1}
.y9sc .yge4b{display:none}
.yovpern .rmy85{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.ot2cy .rmy85{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.wsqyb{--date-bg:var(--accent-bg-light)}
.do3atwzj .y7yjxh::before{content:""}
.qnvynwy7 .ndqot8w{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .ndqot8w{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .htky{max-width:100%}
}
.dryw05hq .t6djew{margin:0}
@media (max-width:560px){
  .l5hcl2m8{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) {
  .gx8g { padding: 28px 18px 20px; }
  .kaf6 { font-size: 1.2rem; }
  .vot7sl { max-width: 220px; max-height: 80px; }
}
.t9k2hg  .fdw74 { border-radius: 6px; }
.vxq50 .onpq {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .fdw74 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.s1dvzrr {
  margin: 28px 0 24px;
}
.s1dvzrr .ofa4fvfv {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.s1dvzrr .xt79dfa3 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.s1dvzrr .onpq {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .xyy50q { flex-direction: row-reverse; }
[dir="rtl"] .se74ze7 { flex-direction: row-reverse; }
[dir="rtl"] .c26vm6le .exz0nhm { right: auto; left: 32px; }
[dir="rtl"] .sinb3puq  .exz0nhm { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .c26vm6le .exz0nhm { right: auto; left: 20px; }
  [dir="rtl"] .sinb3puq  .exz0nhm { left: auto;  right: 20px; }
}
[dir="rtl"] .efmjv .y7ufu8kx  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .x94sxb .y7ufu8kx { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .p42snh7, [dir="rtl"] .oesp { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .dxelo4n { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ajpzg { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .t6houz5 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .onpq { direction: rtl; }
[dir="rtl"] .ow1iw4m { direction: rtl; }
[dir="rtl"] .erbr { direction: rtl; }
[dir="rtl"] .fu1sjm37 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .m78xz .oesp,
[dir="rtl"] .s08lr1s2 .oesp,
[dir="rtl"] .f0kvrhu1 .oesp,
[dir="rtl"] .mmnm .oesp {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .m78xz .oesp li::before,
[dir="rtl"] .s08lr1s2 .oesp li::before,
[dir="rtl"] .f0kvrhu1 .oesp li::before,
[dir="rtl"] .mmnm .oesp li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .m63s0.ify5o2 .e7sl,
[dir="rtl"] .p41c8gx.ify5o2 .e7sl,
[dir="rtl"] .pc81.ify5o2 .e7sl,
[dir="rtl"] .smgxbz.ify5o2 .e7sl,
[dir="rtl"] .gmfm.ify5o2 .e7sl { text-align: right; }
[dir="rtl"] .ddsm.juaoq .eluef { text-align: center; }
[dir="rtl"] .xt79dfa3,
[dir="rtl"] .s83en,
[dir="rtl"] .bd2i,
[dir="rtl"] .zaywgq,
[dir="rtl"] .e7sl { text-align: right; }
[dir="rtl"] .qj6fc5b0,
[dir="rtl"] .lq81fb1h,
[dir="rtl"] .zfgx,
[dir="rtl"] .heb1tcx,
[dir="rtl"] .z7adp { text-align: right; direction: rtl; }
[dir="rtl"] .iugxlvmv .heb1tcx,
[dir="rtl"] .ccgd .heb1tcx { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #8e329c;
  --brand:           #8e329c;
  --brand-light:     #75347f;
  --brand-pale:      #8e4f98;
  --grad-start:      #bd5ecb;
  --grad-end:        #ca94d2;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #8e329c;
  --cta-light:       #742381;
  --cta-hover:       #63236d;
  --bg-page:         #f7f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f5;
  --bg-raised:       #f0eef0;
  --bg-hover:        #f5f4f5;
  --border:          #e7e2e8;
  --border-alt:      #dad1db;
  --border-section:  #e7e2e8;
  --text-primary:    #1a171b;
  --text-muted:      #5d535e;
  --text-body:       #352f36;
  --text-sub:        #4f4751;
  --text-faint:      #857787;
  --text-dim:        #9d929f;
  --text-label:      #6a5f6c;
  --text-value:      #423b43;
  --accent-bg:       #ede6ee;
  --accent-bg-light: #e3d0e6;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f1f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f5;
  --c-pros:          #1b8778;
  --c-cons:          #9f2137;
  --c-pros-label:    #20a08e;
  --c-tip-border:    #24b19d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1b8778;
}
:root { --logo-bg-opacity: 78%; }
body, button, input { font-family: "Cabin", sans-serif; }
.gi6y5yh3 .ofs3di { font-size: 0; width: 1.2rem; flex-shrink: 0; }.gi6y5yh3 .ofs3di::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.gi6y5yh3 .n457ud9     .ofs3di::before { content: "";  color: var(--c-tip-border); }.gi6y5yh3 .hg1m2a8 .ofs3di::before { content: ""; color: var(--c-warn-border); }.gi6y5yh3 .xfj1lb0n    .ofs3di::before { content: ""; color: #60a5fa; }.y808 .gi6y5yh3 .n457ud9     .ofs3di::before { color: #10b981; }.y808 .gi6y5yh3 .hg1m2a8 .ofs3di::before { color: #f43f5e; }.y808 .gi6y5yh3 .xfj1lb0n    .ofs3di::before { color: #a855f7; }.j6jbnq  .gi6y5yh3 .n457ud9     .ofs3di::before { color: #eab308; }.j6jbnq  .gi6y5yh3 .hg1m2a8 .ofs3di::before { color: #ef4444; }.j6jbnq  .gi6y5yh3 .xfj1lb0n    .ofs3di::before { color: #f97316; }.m3dfz8tk  .gi6y5yh3 .n457ud9     .ofs3di::before { color: #38bdf8; }.m3dfz8tk  .gi6y5yh3 .hg1m2a8 .ofs3di::before { color: #818cf8; }.m3dfz8tk  .gi6y5yh3 .xfj1lb0n    .ofs3di::before { color: #2dd4bf; }.zfne6 .gi6y5yh3 .ofs3di::before { color: var(--accent-light) !important; }
.bl58bid8 .t6si3l, .bl58bid8 .ddsm { min-height: 420px; }
.w20j .gfawg::after, .w20j .thogi646::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; }
.zmpjc::before { content: '›'; font-size: 1.1em; }