:root {
  --color-accent: #a92264;
  --color-cta: #92499e;
  --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;
}
.n5h3c9l9 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.wgklc {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.k0vfpsgv {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.e32ky8yj { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.oa1x0s { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.oa1x0s a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.oa1x0s a:hover { color: var(--accent-light); }
.h4h5     .keo58alf { border-radius: 6px; }
.h4h5 .keo58alf li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.h4h5 .keo58alf li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.dmd584ck .keo58alf li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .keo58alf {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xocmig:hover .keo58alf,
  .xocmig:focus-within .keo58alf { display: block; }
  .keo58alf li a { padding: 8px 16px; font-size: 0.88rem; }
}
.zajn2z3i {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.vtmmg { display: none; }
@media (max-width: 640px) {
  .vtmmg {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .vtmmg.rwpi { display: block; }
}
@media (max-width: 640px) {
  .zajn2z3i { display: block; }
  .oa1x0s > li + li::before { display: none !important; }
  .oa1x0s {
    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;
  }
  .oa1x0s.rwpi { display: flex; }
  .oa1x0s li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .oa1x0s li:last-child a { border-bottom: none; }
}
.y8ja { min-height: 480px; }
.w6iifbd {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.cbyb { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.xjl48fy3 .cbyb { margin-left: 0; margin-right: 0; }
.v91e {
  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;
}
.w4ne9z .v91e { margin-top: 24px; }
.v91e:hover { opacity: 0.88; }
.nx12 .w6iifbd { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.nx12 .cbyb { color: #e2e8f0; }
.nx12.uixtvbj .guoj { text-align: center; }
.yzn0xznd .w6iifbd { color: var(--text-primary); text-shadow: none; }
.yzn0xznd .cbyb { color: var(--text-muted); }
.yzn0xznd .v91e { margin-top: 16px; }
.yzn0xznd, .yzn0xznd.y8ja { min-height: auto !important; }
.yzn0xznd.uixtvbj .guoj { text-align: center; }
.yzn0xznd~.t3m1uf{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}
.yzn0xznd~.t3m1uf .zazhi{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; }
}
@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); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.iijd1 .w6iifbd { color: #fff; }
.iijd1 .cbyb { color: rgba(255,255,255,0.85); }
.iijd1 .v91e { background: #fff; color: var(--cta); }
.iijd1 .v91e:hover { opacity: 0.92; }
.xxoobdo5 .x2lx2s { position: relative; overflow: hidden; }
.xxoobdo5 .x2lx2s::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.x69vtq8 .x2lx2s {
  animation: hg-breathe 7s ease-in-out infinite;
}
.tluav5zf .x2lx2s { position: relative; overflow: hidden; }
.tluav5zf .x2lx2s::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;
}
.r3mce .x2lx2s { position: relative; overflow: hidden; }
.r3mce .x2lx2s::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.k15b3 .x2lx2s {
  animation: hg-fadein 1.2s ease-out both;
}
.x2lx2s {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.imq0xgs {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.t3dqm7 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.ub5xr {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.x2lx2s .w6iifbd { text-shadow: none; color: var(--text-primary); }
.x2lx2s .cbyb { color: var(--text-muted); }
body.y0vqu3r .w6iifbd {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.x1e6muc .w6iifbd {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.y8ja.iijd1 .w6iifbd,
section.iijd1 .w6iifbd {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.x2lx2s.uixtvbj .imq0xgs { align-items: center; text-align: center; }
.x2lx2s.xjl48fy3   .imq0xgs { align-items: flex-start; text-align: left; }
.p1l8bt4 .t3dqm7 { position: relative; }
.p1l8bt4 .t3dqm7::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.p1l8bt4.ebfiyub8 .t3dqm7::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.ugahzjqy .t3dqm7 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.ugahzjqy .ub5xr {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.ugahzjqy.ebfiyub8 .t3dqm7 { padding: 32px 0 32px 32px; }
.cko3z .t3dqm7 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.cko3z .ub5xr {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.ebfiyub8 .imq0xgs {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.cko3z.ebfiyub8 .t3dqm7 { padding: 40px 16px 40px 48px; }
.y8ja .p1cylmfl {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.p1cylmfl .gj894.uc9i {
  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;
}
.p1cylmfl .gj894.uc9i:hover { opacity: 0.85; }
.h6yn54x5 .t3dqm7 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .x2lx2s { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .x2lx2s:not(.h6yn54x5) .t3dqm7 { display: none !important; }
  .h6yn54x5 .t3dqm7 { padding: 16px; }
  .imq0xgs  { padding: 36px 24px; }
  .x2lx2s~.t3m1uf,.ebfiyub8~.t3m1uf{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .y8ja, .x2lx2s { min-height: 320px !important; }
  .w6iifbd { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .eot6cve,
  .q0ljmacc,
  .c1bjz7k { grid-template-columns: 1fr !important; }

  

  
  .qdpjoq91 { display: flex !important; flex-direction: column !important; }
  .qdpjoq91 .guoj { display: contents; }
  .qdpjoq91 .pxsi { order: 0; }
  .qdpjoq91 .w6iifbd { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .qdpjoq91 .eot6cve { order: 2; padding: 0 16px 12px !important; }
  .qdpjoq91 .cbyb { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .w4ne9z .guoj { display: flex; flex-direction: column; }
  .w4ne9z .guoj .w6iifbd { order: 1; }
  .w4ne9z .guoj .c1bjz7k { order: 2; margin: 8px 0 24px !important; }
  .w4ne9z .guoj .cbyb { order: 3; }
  .w4ne9z .guoj .v91e { order: 4; align-self: center; margin-top: 0; }

  
  .x2lx2s.h6yn54x5 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .x2lx2s.h6yn54x5 .imq0xgs { display: contents; padding: 0; }
  .x2lx2s.h6yn54x5 .imq0xgs .w6iifbd { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .x2lx2s.h6yn54x5 .t3dqm7 { order: 2; padding: 12px 16px; }
  .x2lx2s.h6yn54x5 .imq0xgs .cbyb { order: 3; padding: 0 24px; margin: 0 auto; }
  .x2lx2s.h6yn54x5 .imq0xgs .v91e { order: 4; align-self: center; margin: 8px 0 32px; }
}
.miq04vs9 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.qg1l0z { width: 100%; height: auto; display: block; border-radius: 10px; }
.yfp2 .miq04vs9        { border-radius: 16px; }
.yfp2 .qg1l0z  { border-radius: 16px; }
.bvsfmp .miq04vs9         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.bvsfmp .qg1l0z   { border-radius: 8px; }
.tw7zu1u { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.m2r10bz { width: 100%; padding: 32px 0; position: relative; }
.omjehz { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.hhju9zjz .m2r10bz:nth-child(even) { background: var(--bg-surface); }
.hhju9zjz .m2r10bz:nth-child(odd)  { background: var(--bg-page); }
.uo64sz .m2r10bz:nth-child(even) { background: var(--bg-card); }
.uo64sz .m2r10bz:nth-child(odd)  { background: var(--bg-page); }
.hhju9zjz .m2r10bz:nth-child(odd)  .omjehz { background: var(--bg-card); border-radius: 6px; }
.hhju9zjz .m2r10bz:nth-child(even) .omjehz { background: var(--bg-raised); border-radius: 6px; }
.uo64sz .m2r10bz:nth-child(odd)  .omjehz { background: var(--bg-card); border-radius: 6px; }
.uo64sz .m2r10bz:nth-child(even) .omjehz { background: var(--bg-raised); border-radius: 6px; }
.hhju9zjz .m2r10bz:nth-child(even) .mbwz2 .vrt4,
.uo64sz .m2r10bz:nth-child(even) .mbwz2 .vrt4 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.hhju9zjz .m2r10bz:nth-child(odd) .mbwz2 .vrt4,
.uo64sz .m2r10bz:nth-child(odd) .mbwz2 .vrt4 { background: var(--bg-card-inner); }
.hhju9zjz .m2r10bz:nth-child(even) .z2j9 .vrt4:nth-child(odd),
.uo64sz .m2r10bz:nth-child(even) .z2j9 .vrt4:nth-child(odd)  { background: var(--bg-card); }
.hhju9zjz .m2r10bz:nth-child(even) .z2j9 .vrt4:nth-child(even),
.uo64sz .m2r10bz:nth-child(even) .z2j9 .vrt4:nth-child(even) { background: var(--bg-card-inner); }
h1.ha2hdawy { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ha2hdawy {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.lij05 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.u8g0 h2.ha2hdawy {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.z2gsbztf h2.ha2hdawy {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.rv28oyi h2.ha2hdawy {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.jloq9m h2.ha2hdawy::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.f5n3rhm h2.ha2hdawy {
  color: var(--text-primary); font-size: 1.7rem;
}
.fc5j32 h2.ha2hdawy::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.z987dl h2.ha2hdawy {
  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;
}
.ky3m { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ky3m { display: none; } }
.o7mr4co { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.jvep { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ujdmca {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.jsv4ncz { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.nami4e { padding-left: 20px; }
.nami4e li { margin-bottom: 6px; }
.nami4e a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.nami4e a:hover { color: var(--accent-light); }
.h2f78ia .jsv4ncz { display: none; }
.z4mn0f .jsv4ncz { display: none; }
.z4mn0f .nami4e { padding-left: 0; list-style: none; }
.z4mn0f .nami4e li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.z4mn0f .nami4e a { font-size: 0.92rem; }
.t8uupb .ujdmca { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.t8uupb .jsv4ncz { display: none; }
.t8uupb .nami4e { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.t8uupb .nami4e li { margin-bottom: 0; }
.t8uupb .nami4e 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;
}
.t8uupb .nami4e a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.mluint3 .ujdmca { padding: 20px 20px 16px; }
.mluint3 .nami4e {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.mluint3 .nami4e li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.mluint3 .nami4e 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;
}
.mluint3 .nami4e 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;
}
.mluint3 .nami4e a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.mluint3 .nami4e a:focus,
.mluint3 .nami4e a:focus-visible,
.mluint3 .nami4e a:target { outline: none; }
.mluint3 .nami4e li:target a { border-color: var(--border); color: var(--text-muted); }
.rj04 .ujdmca { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.rj04 .jsv4ncz { display: none; }
.rj04 .nami4e { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.rj04 .nami4e li { margin-bottom: 0; }
.rj04 .nami4e li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.rj04 .nami4e li:last-child::after { content: ""; margin-right: 0; }
.rj04 .nami4e a { font-size: 0.9rem; }
.vrt4 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.mbwz2 .vrt4 { background: var(--bg-card); }
.z2j9 .vrt4:nth-child(odd)  { background: var(--bg-card); }
.z2j9 .vrt4:nth-child(even) { background: var(--bg-raised); }
.fjsh .vrt4 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.fjsh .vrt4:last-child { border-bottom: none; }
.fjsh h3.lij05 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.v0u6m3 .vrt4 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.v0u6m3 .vrt4 + .vrt4 { margin-top: 4px; }
.mzgk .vrt4 { background: none; border-radius: 0; padding: 12px 0; }
.mzgk .vrt4 + .vrt4 { border-top: 1px solid var(--border-section); }
.jew8986 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.r99ck2 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.hond { color: var(--text-body); margin-bottom: 10px; }
.qtpqm54, .pncav6nu { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.qtpqm54 li, .pncav6nu li { margin-bottom: 6px; }
.pncav6nu li { list-style: decimal; }
.fgw0wz     .qtpqm54 { list-style-type: "● "; }
.rnmq4  .qtpqm54 { list-style-type: "■ "; }
.focpig8 .qtpqm54 { list-style-type: "◆ "; }
.ifpn2m    .qtpqm54 { list-style-type: "★ "; }
.fgw0wz     .ezuj771b { list-style-type: "● "; }
.rnmq4  .ezuj771b { list-style-type: "■ "; }
.focpig8 .ezuj771b { list-style-type: "◆ "; }
.ifpn2m    .ezuj771b { list-style-type: "★ "; }
.fgw0wz    .qtpqm54 li::marker, .fgw0wz    .ezuj771b li::marker,
.rnmq4 .qtpqm54 li::marker, .rnmq4 .ezuj771b li::marker,
.focpig8 .qtpqm54 li::marker, .focpig8 .ezuj771b li::marker,
.ifpn2m   .qtpqm54 li::marker, .ifpn2m   .ezuj771b li::marker {
  color: var(--cta); font-size: 1em;
}
.fgw0wz .pncav6nu,
.rnmq4 .pncav6nu,
.focpig8 .pncav6nu,
.ifpn2m .pncav6nu {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.fgw0wz .pncav6nu li,
.rnmq4 .pncav6nu li,
.focpig8 .pncav6nu li,
.ifpn2m .pncav6nu li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.fgw0wz .pncav6nu li::before,
.rnmq4 .pncav6nu li::before,
.focpig8 .pncav6nu li::before,
.ifpn2m .pncav6nu 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;
}
.fgw0wz     .pncav6nu li::before { border-radius: 50%; }
.rnmq4  .pncav6nu li::before { border-radius: 3px; }
.focpig8 .pncav6nu li::before { border-radius: 3px; }
.ifpn2m    .pncav6nu li::before { border-radius: 50%; }
.bsn9aj .bq1e { border: 1px solid var(--border-alt); }
.bsn9aj .bq1e th,
.bsn9aj .bq1e td { border: 1px solid var(--border-alt); }
.b9lt3xss { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.p4o70 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.in1luwn { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.hcl8 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.y9i09yn { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ezuj771b { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ezuj771b 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%}
.vdtia .hcl8 { background: transparent; text-align: center; }
.tls7tsb .in1luwn {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.uhkchmy .in1luwn {
  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);
}
.gsza .p4o70 { display: grid; grid-template-columns: auto 1fr; }
.gsza .in1luwn {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.gsza .hcl8 { grid-column: 2; }
.gsza .y9i09yn,
.gsza .ezuj771b { grid-column: 1 / -1; }
.vjld .p4o70 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.vjld .in1luwn {
  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);
}
.vjld .hcl8 { grid-column: 2; }
.vjld .y9i09yn,
.vjld .ezuj771b { grid-column: 1 / -1; }
.lu4dny .p4o70 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.lu4dny .hcl8 { background: none; color: var(--accent-light); font-weight: 700; }
.u1zucm2 .p4o70 { 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); }
.u1zucm2 .hcl8 { background: none; color: var(--accent-light); font-weight: 700; }
.ipvz9gb .p4o70 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ipvz9gb .p4o70:last-child { border-bottom: none; }
.ipvz9gb .hcl8 { background: none; color: var(--accent-light); font-weight: 700; }
.l4wuqg1 .p4o70 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.l4wuqg1 .hcl8 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.fufqd6ga .b9lt3xss { counter-reset: card-n; }
.fufqd6ga .p4o70  { counter-increment: card-n; }
.fufqd6ga .hcl8 { display: flex; align-items: center; gap: 10px; }
.fufqd6ga .hcl8::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;
}
.dc2aj7p1 .p4o70 { background: var(--bg-surface); border: 1px solid var(--border); }
.dc2aj7p1 .hcl8 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ug8q { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.xzf3  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.hntg4wt1 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.r0ruh2u { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ug8q strong { color: var(--text-primary); font-size: 0.95rem; }
.ug8q p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.jevtzpj9 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.oi0pur, .y3ev4y53 { border-radius: 8px; padding: 14px; }
.oi0pur { background: var(--bg-pros); }
.y3ev4y53 { background: var(--bg-cons); }
.uafv0 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.oi0pur .uafv0 { color: var(--c-pros-label); }
.y3ev4y53 .uafv0 { color: #f87171; }
.oi0pur ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.y3ev4y53 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.qg1l0z { width: 100%; height: auto; border-radius: 10px; display: block; }
.uc9i {
  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;
}
.uc9i:hover { opacity: 0.85; }
.kwk7698 .uc9i  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.kwk7698 .uc9i:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.h2hl8 .uc9i  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.h2hl8 .uc9i:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.c0bd7o .v91e { border-radius: 50px; }
.c0bd7o .uc9i  { border-radius: 50px; }
.x02h54 .v91e { padding-left: 22px; padding-right: 22px; }
.x02h54 .uc9i  { padding-left: 12px; padding-right: 12px; }
.h6efvg .v91e { padding-left: 44px; padding-right: 44px; }
.h6efvg .uc9i  { padding-left: 24px; padding-right: 24px; }
.f6e2qpk .v91e { padding-left: 56px; padding-right: 56px; }
.f6e2qpk .uc9i  { padding-left: 32px; padding-right: 32px; }
.k64c9v   .v91e::after, .k64c9v   .uc9i::after,
.iwkcq .v91e::after, .iwkcq .uc9i::after,
.wq47njd    .v91e::after, .wq47njd    .uc9i::after,
.iufvnxg    .v91e::after, .iufvnxg    .uc9i::after,
.xrca5    .v91e::after, .xrca5    .uc9i::after,
.uvmj2qn     .v91e::after, .uvmj2qn     .uc9i::after,
.xqhm    .v91e::after, .xqhm    .uc9i::after,
.jqiir72m   .v91e::after, .jqiir72m   .uc9i::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;
}
.k64c9v .v91e::after, .k64c9v .uc9i::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");
}
.iwkcq .v91e::after, .iwkcq .uc9i::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");
}
.wq47njd .v91e::after, .wq47njd .uc9i::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");
}
.iufvnxg .v91e::after, .iufvnxg .uc9i::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");
}
.xrca5 .v91e::after, .xrca5 .uc9i::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");
}
.uvmj2qn .v91e::after, .uvmj2qn .uc9i::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");
}
.xqhm .v91e::after, .xqhm .uc9i::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");
}
.jqiir72m .v91e::after, .jqiir72m .uc9i::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");
}
.pdo0el   .kv7v::after, .pdo0el   .hfe3f::after,
.bi6n6g .kv7v::after, .bi6n6g .hfe3f::after,
.sly3h2v    .kv7v::after, .sly3h2v    .hfe3f::after,
.zl0b8a6    .kv7v::after, .zl0b8a6    .hfe3f::after,
.ysuci    .kv7v::after, .ysuci    .hfe3f::after,
.mh5pjfqq     .kv7v::after, .mh5pjfqq     .hfe3f::after,
.wjm6uj    .kv7v::after, .wjm6uj    .hfe3f::after,
.o1qsxm   .kv7v::after, .o1qsxm   .hfe3f::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;
}
.pdo0el .kv7v::after, .pdo0el .hfe3f::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");
}
.bi6n6g .kv7v::after, .bi6n6g .hfe3f::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");
}
.sly3h2v .kv7v::after, .sly3h2v .hfe3f::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");
}
.zl0b8a6 .kv7v::after, .zl0b8a6 .hfe3f::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");
}
.ysuci .kv7v::after, .ysuci .hfe3f::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");
}
.mh5pjfqq .kv7v::after, .mh5pjfqq .hfe3f::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");
}
.wjm6uj .kv7v::after, .wjm6uj .hfe3f::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");
}
.o1qsxm .kv7v::after, .o1qsxm .hfe3f::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");
}
.tapuqne .kib2jj   { background: rgba(128,128,128,.12); }
.gj894.uc9i {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .no4vdmk5 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .no4vdmk5::before    { grid-area: rank;   }
  .cy3x           { grid-area: ident;  }
  .xzwm1z     { grid-area: rating; min-width: 0; width: auto; }
  .u724j           { grid-area: pills;  }
  .gj894             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .no4vdmk5 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .no4vdmk5::before    { justify-self: center; }
  .cy3x           { width: 100%; }
  .xzwm1z     { justify-self: center; }
  .u724j           { grid-template-columns: 1fr; }
}
.npfxptls    .k8hf43 li::before { content: "◆"; }
.npfxptls    .ei73b5 li::before { content: "▲"; }
@media (min-width: 860px) {
  .u6zskz0n .lscgje {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .u6zskz0n .vyc5zd { margin: 0; }
}
.fxmk .jevtzpj9 { gap: 10px; }
.fxmk .oi0pur, .fxmk .y3ev4y53 { padding: 12px; }
.fxmk .oi0pur ul, .fxmk .y3ev4y53 ul { margin: 4px 0 0; padding-left: 18px; }
.fxmk .oi0pur li, .fxmk .y3ev4y53 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .qk0vzk { grid-template-columns: 1fr; }
  .jqdkbja1 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .jqdkbja1 .ibtg1plk { width: 72px; height: 50px; }
  .jqdkbja1 .d9wc9 { max-width: 180px; }
  .jqdkbja1 .xmsl { width: auto; }
}
@media (max-width: 720px) {
  .net1ns { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .tey8 { padding: 16px; }
  .kvlz6 .ib9kv9ac { min-width: 50%; }
}
.d5aunx .jevtzpj9 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .a8f2g { grid-template-columns: 1fr; }
  .fgklzx { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ey4ii { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .oazue1 { flex-wrap: wrap; padding: 16px; }
}
.g7tivk5y .jevtzpj9 { gap: 8px; }
.g7tivk5y .oi0pur, .g7tivk5y .y3ev4y53 { padding: 8px; }
@media (max-width: 480px) {
  .wojhr { flex-direction: column; align-items: stretch; }
}
.zyan .xmsl .uc9i { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .e0bqcu1 { flex-direction: column; align-items: stretch; gap: 10px; }
  .zyan .xmsl { text-align: center; }
}
@media (max-width: 720px) {
  .w1wk7 { grid-template-columns: 1fr; }
  .wyoxice4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ije2 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .l48ha { grid-template-columns: 1fr; }
  .zc4xq2e { width: 100px; height: 100px; margin: 16px auto; }
  .jkjq71x0 { font-size: 1.4rem; }
  .cnhp79u { justify-content: center; }
  .ji146e .ib9kv9ac { min-width: 50%; }
}
.opznq966 .jevtzpj9 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .q2mi { flex-wrap: wrap; padding: 14px 16px; }
  .ctpux { padding: 12px 16px; }
  .opznq966 .jevtzpj9 { margin: 0 16px; }
  .opznq966 .ue47wjmz { padding: 0 16px; }
  .go08iwf { padding: 12px 16px; }
}
.u2vvo8j .vuji,
.u2vvo8j .p1w7xudy,
.u2vvo8j .p1w7xudy { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.u2vvo8j .p1w7xudy small { display: none; }
.u2vvo8j .j595c .bbudi,
.u2vvo8j .j595c strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.u2vvo8j .bpw2rpo { display: none; }
.p96z29 { margin: 16px 0; }
.al5drj7 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.al5drj7 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.al5drj7 summary::after { content: "+"; color: var(--accent-light); }
.al5drj7[open] summary::after { content: "−"; }
.al5drj7 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.m2r10bz { margin-bottom: 0; }
.zvtgw h2.ha2hdawy { color: var(--text-primary); border-color: var(--accent-light); }
.x8nw661 h2.ha2hdawy { color: var(--text-primary); border-color: var(--accent-light); }
.dwrz4 .xzf3     { background: #052e16; border-color: #10b981; }
.dwrz4 .hntg4wt1    { background: #1e1036; border-color: #a855f7; }
.dwrz4 .ug8q strong  { color: #f1f5f9; }
.dwrz4 .ug8q p       { color: #cbd5e1; }
.dwrz4 .ya5zvbwo    .xzf3     .r0ruh2u::before,
.dwrz4 .begi4ejo  .xzf3     .r0ruh2u::before,
.dwrz4 .v5wj  .xzf3     .r0ruh2u::before,
.dwrz4 .iqpov .xzf3     .r0ruh2u::before { color: #10b981; }
.dwrz4 .ya5zvbwo    .e8wu .r0ruh2u::before,
.dwrz4 .begi4ejo  .e8wu .r0ruh2u::before,
.dwrz4 .v5wj  .e8wu .r0ruh2u::before,
.dwrz4 .iqpov .e8wu .r0ruh2u::before { color: #f43f5e; }
.dwrz4 .ya5zvbwo    .hntg4wt1    .r0ruh2u::before,
.dwrz4 .begi4ejo  .hntg4wt1    .r0ruh2u::before,
.dwrz4 .v5wj  .hntg4wt1    .r0ruh2u::before,
.dwrz4 .iqpov .hntg4wt1    .r0ruh2u::before { color: #a855f7; }
.ca63 .xzf3     { background: #2d2000; border-color: #eab308; }
.ca63 .hntg4wt1    { background: #2d1600; border-color: #f97316; }
.ca63 .ug8q strong  { color: #f1f5f9; }
.ca63 .ug8q p       { color: #cbd5e1; }
.ca63 .ya5zvbwo    .xzf3     .r0ruh2u::before,
.ca63 .begi4ejo  .xzf3     .r0ruh2u::before,
.ca63 .v5wj  .xzf3     .r0ruh2u::before,
.ca63 .iqpov .xzf3     .r0ruh2u::before { color: #eab308; }
.ca63 .ya5zvbwo    .e8wu .r0ruh2u::before,
.ca63 .begi4ejo  .e8wu .r0ruh2u::before,
.ca63 .v5wj  .e8wu .r0ruh2u::before,
.ca63 .iqpov .e8wu .r0ruh2u::before { color: #ef4444; }
.ca63 .ya5zvbwo    .hntg4wt1    .r0ruh2u::before,
.ca63 .begi4ejo  .hntg4wt1    .r0ruh2u::before,
.ca63 .v5wj  .hntg4wt1    .r0ruh2u::before,
.ca63 .iqpov .hntg4wt1    .r0ruh2u::before { color: #f97316; }
.b8mo1ujs .xzf3     { background: #0c1a2e; border-color: #38bdf8; }
.b8mo1ujs .e8wu { background: #12103a; border-color: #818cf8; }
.b8mo1ujs .hntg4wt1    { background: #0a2020; border-color: #2dd4bf; }
.b8mo1ujs .ug8q strong  { color: #f1f5f9; }
.b8mo1ujs .ug8q p       { color: #cbd5e1; }
.b8mo1ujs .ya5zvbwo    .xzf3     .r0ruh2u::before,
.b8mo1ujs .begi4ejo  .xzf3     .r0ruh2u::before,
.b8mo1ujs .v5wj  .xzf3     .r0ruh2u::before,
.b8mo1ujs .iqpov .xzf3     .r0ruh2u::before { color: #38bdf8; }
.b8mo1ujs .ya5zvbwo    .e8wu .r0ruh2u::before,
.b8mo1ujs .begi4ejo  .e8wu .r0ruh2u::before,
.b8mo1ujs .v5wj  .e8wu .r0ruh2u::before,
.b8mo1ujs .iqpov .e8wu .r0ruh2u::before { color: #818cf8; }
.b8mo1ujs .ya5zvbwo    .hntg4wt1    .r0ruh2u::before,
.b8mo1ujs .begi4ejo  .hntg4wt1    .r0ruh2u::before,
.b8mo1ujs .v5wj  .hntg4wt1    .r0ruh2u::before,
.b8mo1ujs .iqpov .hntg4wt1    .r0ruh2u::before { color: #2dd4bf; }
.brf0ov .xzf3     { background: var(--accent-bg); border-color: var(--accent-light); }
.brf0ov .hntg4wt1    { background: var(--accent-bg); border-color: var(--accent-pale); }
.brf0ov .ya5zvbwo    .r0ruh2u::before,
.brf0ov .begi4ejo  .r0ruh2u::before,
.brf0ov .v5wj  .r0ruh2u::before,
.brf0ov .iqpov .r0ruh2u::before { color: var(--accent-light) !important; }
.l9xiz01::before,
.vdmvbc::before { margin-right: 5px; }
.fpbb .oi0pur ul li,
.fpbb .oi0pur .l9xiz01 { color: #22c55e; }
.fpbb .y3ev4y53 ul li,
.fpbb .y3ev4y53 .vdmvbc { color: #ef4444; }
.sx9a .oi0pur { background: var(--bg-pros); }
.sx9a .y3ev4y53 { background: var(--bg-cons); }
.sx9a .oi0pur .l9xiz01 { color: var(--c-pros-label); }
.sx9a .y3ev4y53 .vdmvbc { color: var(--c-cons); }
.sx9a .oi0pur ul li,
.sx9a .y3ev4y53 ul li,
.q4re .oi0pur { background: var(--bg-pros); }
.q4re .y3ev4y53 { background: var(--bg-cons); }
.q4re .oi0pur .l9xiz01 { color: var(--c-pros-label); }
.q4re .y3ev4y53 .vdmvbc { color: var(--c-cons); }
.q4re .oi0pur ul li,
.q4re .k8hf43 li          { color: var(--c-pros); }
.q4re .y3ev4y53 ul li,
.q4re .ei73b5 li          { color: var(--c-cons); }
.ff6f .l9xiz01::before { content: "✓ "; }
.ff6f .vdmvbc::before { content: "✗ "; }
.x7ljb .l9xiz01::before { content: "→ "; }
.x7ljb .vdmvbc::before { content: "← "; }
.m03g5i .l9xiz01::before { content: "★ "; }
.m03g5i .vdmvbc::before { content: "✕ "; }
.npfxptls .l9xiz01::before { content: "◆ "; }
.npfxptls .vdmvbc::before { content: "▲ "; }
.tspb4z .ug8q { background: transparent; border-left: none; border: 1.5px solid; }
.tspb4z .xzf3     { border-color: var(--c-tip-border); }
.tspb4z .hntg4wt1    { border-color: #60a5fa; }
.tspb4z .ug8q strong { color: var(--text-primary); }
.tspb4z .ug8q p      { color: var(--text-muted); }
.yb7a6xb .ug8q { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.yb7a6xb .xzf3     { border-top-color: var(--c-tip-border); }
.yb7a6xb .hntg4wt1    { border-top-color: #60a5fa; }
.ilcr .ug8q { border-left: none; border-radius: 8px; }
.ilcr .xzf3     { background: #065f46; }
.ilcr .hntg4wt1    { background: #1e3a8a; }
.ilcr .ug8q strong,
.ilcr .ug8q p { color: #fff; }
.ilcr .r0ruh2u::before { color: rgba(255,255,255,0.85) !important; }
.dwrz4.ilcr .xzf3,
.dwrz4 .ilcr .xzf3     { background: #052e16; }
.dwrz4.ilcr .hntg4wt1,
.dwrz4 .ilcr .hntg4wt1    { background: #1e1036; }
.ca63.ilcr .xzf3,
.ca63 .ilcr .xzf3      { background: #2d2000; }
.ca63.ilcr .hntg4wt1,
.ca63 .ilcr .hntg4wt1     { background: #2d1600; }
.b8mo1ujs.ilcr .xzf3,
.b8mo1ujs .ilcr .xzf3      { background: #0c1a2e; }
.b8mo1ujs.ilcr .e8wu,
.b8mo1ujs .ilcr .e8wu  { background: #12103a; }
.b8mo1ujs.ilcr .hntg4wt1,
.b8mo1ujs .ilcr .hntg4wt1     { background: #0a2020; }
.owvm2 .ug8q { border-left: none; border-radius: 6px; padding: 10px 14px; }
.owvm2 .xzf3     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.owvm2 .e8wu { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.owvm2 .hntg4wt1    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.owvm2 .ug8q strong { color: var(--text-primary); }
.owvm2 .ug8q p      { color: var(--text-muted); }
.houxc .ug8q { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ya5zvbwo .r0ruh2u,
.begi4ejo .r0ruh2u,
.v5wj .r0ruh2u,
.iqpov .r0ruh2u { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ya5zvbwo .r0ruh2u::before,
.begi4ejo .r0ruh2u::before,
.v5wj .r0ruh2u::before,
.iqpov .r0ruh2u::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ya5zvbwo .xzf3     .r0ruh2u::before { content: "✦"; color: var(--c-tip-border); }
.ya5zvbwo .e8wu .r0ruh2u::before { content: "▲"; color: var(--c-warn-border); }
.ya5zvbwo .hntg4wt1    .r0ruh2u::before { content: "◉"; color: #60a5fa; }
.begi4ejo .xzf3     .r0ruh2u::before { content: "★"; color: var(--c-tip-border); }
.begi4ejo .e8wu .r0ruh2u::before { content: "◆"; color: var(--c-warn-border); }
.begi4ejo .hntg4wt1    .r0ruh2u::before { content: "●"; color: #60a5fa; }
.v5wj .xzf3     .r0ruh2u::before { content: "▶"; color: var(--c-tip-border); }
.v5wj .e8wu .r0ruh2u::before { content: "■"; color: var(--c-warn-border); }
.v5wj .hntg4wt1    .r0ruh2u::before { content: "▸"; color: #60a5fa; }
.iqpov .xzf3     .r0ruh2u::before { content: "→"; color: var(--c-tip-border); }
.iqpov .e8wu .r0ruh2u::before { content: "⬥"; color: var(--c-warn-border); }
.iqpov .hntg4wt1    .r0ruh2u::before { content: "◈"; color: #60a5fa; }
.u9stl .mbwz2 .vrt4,
.u9stl .z2j9 .vrt4  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.u9stl .p4o70                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.u9stl .ujdmca                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lq6pa03t .mbwz2 .vrt4,
.lq6pa03t .z2j9 .vrt4,
.lq6pa03t .p4o70,
.lq6pa03t .no4vdmk5,
.lq6pa03t .vyc5zd,
.lq6pa03t .kt0jxbbv,
.lq6pa03t .ujdmca,
.lq6pa03t .houxc .ug8q { box-shadow: none; }
.uj4aa1t   .hond, .uj4aa1t .jew8986, .uj4aa1t .r99ck2,
.uj4aa1t   .o7mr4co, .uj4aa1t .jvep { font-size: 0.9rem; }
.uj4aa1t   .qtpqm54, .uj4aa1t .pncav6nu { font-size: 0.9rem; }
.mgqd2ay   .hond, .mgqd2ay .jew8986, .mgqd2ay .r99ck2,
.mgqd2ay   .o7mr4co, .mgqd2ay .jvep { font-size: 0.95rem; }
.mgqd2ay   .qtpqm54, .mgqd2ay .pncav6nu { font-size: 0.95rem; }
.ov5c   .hond, .ov5c .jew8986, .ov5c .r99ck2,
.ov5c   .o7mr4co, .ov5c .jvep { font-size: 1.08rem; }
.ov5c   .qtpqm54, .ov5c .pncav6nu { font-size: 1.05rem; }
.ov5c   .bq1e { font-size: 0.97rem; }
.a94d .w6iifbd      { font-size: 3.2rem; }
.a94d h2.ha2hdawy { font-size: 1.9rem; }
.a94d h3.lij05     { font-size: 1.4rem; }
.k3lu .w6iifbd      { font-size: 3.8rem; }
.k3lu h2.ha2hdawy { font-size: 2.2rem; }
.k3lu h3.lij05     { font-size: 1.6rem; }
.m2r10bz + .m2r10bz { position: relative; }
.ouwgn   .m2r10bz + .m2r10bz::before,
.gd4u  .m2r10bz + .m2r10bz::before,
.hfiufexs   .m2r10bz + .m2r10bz::before,
.qnj6m96b   .m2r10bz + .m2r10bz::before,
.tgkoa5   .m2r10bz + .m2r10bz::before,
.zswz1tp .m2r10bz + .m2r10bz::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ouwgn .m2r10bz + .m2r10bz::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.gd4u .m2r10bz + .m2r10bz::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.hfiufexs .m2r10bz + .m2r10bz::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;
}
.qnj6m96b .m2r10bz + .m2r10bz::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.i4l3l .m2r10bz { margin-bottom: 16px; }
.i4l3l .m2r10bz + .m2r10bz { margin-top: 0; }
.i4l3l .omjehz { padding-top: 0; padding-bottom: 0; }
.tgkoa5 .m2r10bz + .m2r10bz::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.zswz1tp .m2r10bz + .m2r10bz::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.lbr0ti .m2r10bz + .m2r10bz::before,
.chywflk9 .m2r10bz + .m2r10bz::before,
.b8pusglx .m2r10bz + .m2r10bz::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%;
}
.hhju9zjz .lbr0ti .m2r10bz:nth-child(even)::before,
.hhju9zjz .chywflk9 .m2r10bz:nth-child(even)::before,
.hhju9zjz .b8pusglx .m2r10bz:nth-child(even)::before { background: var(--bg-surface); }
.uo64sz .lbr0ti .m2r10bz:nth-child(even)::before,
.uo64sz .chywflk9 .m2r10bz:nth-child(even)::before,
.uo64sz .b8pusglx .m2r10bz:nth-child(even)::before { background: var(--bg-card); }
.lbr0ti .m2r10bz + .m2r10bz::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");
}
.chywflk9 .m2r10bz + .m2r10bz::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");
}
.b8pusglx .m2r10bz + .m2r10bz::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");
}
.rw8pum9o .imq0xgs,
.vhthbvo .imq0xgs { padding-bottom: 60px; }
.pe0jm .imq0xgs { padding-bottom: 70px; }
.r8v6j .x2lx2s { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.r1n66 .x2lx2s { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.uc9hvc .x2lx2s { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.i8t3 .x2lx2s { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.kdru .x2lx2s { background: var(--accent-bg); }
.socj07xq .miq04vs9 { float: left; width: 38%; margin: 0 28px 16px 0; }
.socj07xq .miq04vs9 .qg1l0z { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.socj07xq .omjehz::after { content: ''; display: block; clear: both; }
.dmwm2 .miq04vs9 { float: right; width: 38%; margin: 0 0 16px 28px; }
.dmwm2 .miq04vs9 .qg1l0z { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dmwm2 .omjehz::after { content: ''; display: block; clear: both; }
.vnda43 .m2r10bz:nth-child(odd)  .miq04vs9 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.vnda43 .m2r10bz:nth-child(even) .miq04vs9 { float: right; width: 38%; margin: 0 0 16px 28px; }
.vnda43 .miq04vs9 .qg1l0z { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vnda43 .omjehz::after { content: ''; display: block; clear: both; }
.socj07xq .b9lt3xss,
.socj07xq .uck0cn,
.dmwm2 .b9lt3xss,
.vnda43 .b9lt3xss,
@media (max-width: 900px) {
  .socj07xq .miq04vs9,
  .dmwm2 .miq04vs9,
  .vnda43 .m2r10bz:nth-child(odd)  .miq04vs9,
  .vnda43 .m2r10bz:nth-child(even) .miq04vs9 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .socj07xq .miq04vs9 .qg1l0z,
  .dmwm2 .miq04vs9 .qg1l0z,
  .vnda43 .miq04vs9 .qg1l0z {
    max-height: none !important;
  }
}
.socj07xq .qtpqm54,
.socj07xq .pncav6nu,
.dmwm2 .qtpqm54,
.dmwm2 .pncav6nu,
.vnda43 .qtpqm54,
.vnda43 .pncav6nu { overflow: hidden; }
@media (max-width: 640px) {
  .socj07xq .miq04vs9,
  .dmwm2 .miq04vs9,
  .vnda43 .miq04vs9 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.bj4o1 .tw7zu1u,
.bj4o1 .omjehz,
.bj4o1 .q7rmwo  { max-width: 1100px; }
.bj4o1 { --content-mw: 1100px; }
.vk0k7d .tw7zu1u,
.vk0k7d .omjehz,
.vk0k7d .q7rmwo  { max-width: 1200px; }
.p7f3sgop .tw7zu1u,
.p7f3sgop .omjehz,
.p7f3sgop .q7rmwo  { max-width: 1320px; }
.beslkj8 { font-size: 0.82rem; color: var(--text-muted); }
.dmxy { display: flex; align-items: center; }
.z9kren {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.tkbbal { display: flex; align-items: center; }
.jfo3 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.jfo3:hover { text-decoration: underline; }
.z756vook { margin: 0 3px; opacity: 0.45; }
.z756vook::before { content: '/'; }
.rkjku5 { padding: 2px 5px; color: var(--text-main); }
.u25uw .beslkj8 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.u25uw .dmxy { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ov7te8 .beslkj8 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ov7te8 .dmxy { padding: 0 0 0 12px; }
.vm3berz4 .dmxy { padding: 0 16px; }
.vm3berz4 .beslkj8 {
  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);
}
.vm3berz4 .tw7zu1u { padding-top: 28px; }
@media (max-width: 720px) {
  .i05ur5 { margin-top: 18px; padding: 0 16px; }
  .vm3berz4 .tw7zu1u { padding-top: 16px; }
}
.bj4o1.u25uw .dmxy { max-width: 1100px; }
.vk0k7d.u25uw .dmxy { max-width: 1200px; }
.p7f3sgop.u25uw .dmxy { max-width: 1320px; }
.bj4o1 .i05ur5 { max-width: 1100px; }
.wkx5f94b .m2r10bz { padding-top: 16px; padding-bottom: 16px; }
.oaei0ng .m2r10bz { padding-top: 24px; padding-bottom: 24px; }
.tfeut .m2r10bz { padding-top: 40px; padding-bottom: 40px; }
.yd25 .m2r10bz { padding-top: 52px; padding-bottom: 52px; }
.p5riwy .m2r10bz:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.p5riwy .m2r10bz:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.p5riwy .m2r10bz:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.p5riwy .m2r10bz:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.jyyc4 .omjehz { padding-top: 10px;  padding-bottom: 10px; }
.fst2 .omjehz { padding-top: 18px;  padding-bottom: 18px; }
.lotqron .omjehz { padding-top: 36px;  padding-bottom: 36px; }
.k1yw7s5j .omjehz { padding-top: 48px;  padding-bottom: 48px; }
.wuvg h2.ha2hdawy { font-weight: 600; }
.wuvg h3.lij05     { font-weight: 600; }
.kejw h2.ha2hdawy { font-weight: 800; }
.kejw h3.lij05     { font-weight: 700; }
.vju2yp { font-weight: 600; }
.vju2yp h2.ha2hdawy { font-weight: 900; }
.vju2yp h3.lij05     { font-weight: 800; }
.vju2yp .ug8q strong,
.vju2yp .ug8q strong { font-weight: 600; }
.kv7v {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.b1hq .kv7v { display: none; }
@media (max-width: 640px) {
  .oyjx { display: none; }
  .kv7v {
    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;
  }
}
.kv7v { background: var(--cta) !important; color: #fff !important; border: none !important; }
.kv7v:hover { opacity: 0.85; }
.ljbuifkd .kv7v { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.bbml9njl .kv7v,
.imf8  .kv7v { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.bbml9njl .kv7v:hover,
.imf8  .kv7v:hover { opacity: 0.88; }
.ljbuifkd.bbml9njl .kv7v,
.ljbuifkd.imf8  .kv7v { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.hfe3f {
  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;
}
.hfe3f:hover { transform: translateY(-2px); opacity: 0.92; }
.hfe3f { background: var(--cta) !important; color: #fff !important; border: none !important; }
.mltlzg .hfe3f { display: none; }
.lgnqy4 .hfe3f { right: 32px; }
.u5bh  .hfe3f { left: 32px; }
@media (max-width: 480px) {
  .lgnqy4 .hfe3f { right: 20px; bottom: 20px; }
  .u5bh  .hfe3f { left: 20px; bottom: 20px; }
}
.b0bti { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.q7rmwo { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ote81 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.mdoke { color: var(--text-dim); font-size: 0.8rem; }
.t3rx33u a, .ow8gov a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.t3rx33u a:hover, .ow8gov a:hover { color: var(--accent-light); }
.ow8gov { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.uvzkve .q7rmwo { text-align: center; }
.uvzkve .ow8gov { justify-content: center; margin-bottom: 16px; }
.uvzkve .ote81 { margin-top: 0; }
.k15gq0y { margin-top: 10px; }
.k15gq0y a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .q7rmwo { padding-left: 16px; padding-right: 16px; }
  .xwlhfv .q7rmwo { padding: 20px 16px; }
  .ow8gov { gap: 4px 12px; }
  .ote81 { font-size: 0.78rem; }
}
.o8882 .ote81 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.o8882 .mdoke { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .o8882 .krxh { grid-template-columns: 1fr 1fr; } .o8882 .m9bylf { grid-column: 1 / -1; } }
@media (max-width: 480px) { .o8882 .krxh { grid-template-columns: 1fr; } }
.nhvrafhi .ote81 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .nhvrafhi .c3ljpn { gap: 12px; } .nhvrafhi .kcuqs { margin-right: 0; width: 100%; } }
.d7pq .ote81 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.d7pq .mdoke { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .d7pq .r1ia2 { grid-template-columns: 1fr 1fr; } .d7pq .j4cdq { grid-column: 1 / -1; } }
@media (max-width: 480px) { .d7pq .r1ia2 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .j5e5s54 .ey17 { grid-template-columns: 1fr 1fr; } .j5e5s54 .zywf:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .j5e5s54 .ey17 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .tqzrd4o .ey17 { grid-template-columns: 1fr; } }
.w461k1h .q7rmwo { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.w461k1h .ow8gov { justify-content: center; }
.f0ova .n5h3c9l9      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.f0ova .b0bti { background: var(--bg-page); border-top-color: var(--border-alt); }
.xfrthb .n5h3c9l9      { background: #0d1117; border-bottom-color: #21262d; }
.xfrthb .k0vfpsgv { color: var(--accent-light); }
.xfrthb .oa1x0s { --msep-color: #8b949e; }
.xfrthb .oa1x0s a { color: #8b949e; }
.xfrthb .oa1x0s a:hover { color: var(--accent-light); }
.xfrthb .zajn2z3i { color: #8b949e; }
.xfrthb .b0bti { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.xfrthb .ote81,
.xfrthb .mdoke { color: #6e7681; }
.xfrthb .t3rx33u a, .xfrthb .ow8gov a,
.xfrthb .t3rx33u a:hover, .xfrthb .ow8gov a:hover,
@media (max-width: 640px) {
  .xfrthb .oa1x0s { background: #0d1117; border-top-color: #21262d; }
  .xfrthb .oa1x0s li a { border-bottom-color: #21262d; }
}
.fzft .n5h3c9l9      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.fzft .k0vfpsgv { color: var(--accent-light); }
.fzft .oa1x0s { --msep-color: #475569; }
.fzft .oa1x0s a { color: #475569; }
.fzft .oa1x0s a:hover { color: var(--accent-light); }
.fzft .zajn2z3i { color: #64748b; }
.fzft .b0bti { background: #f0f4f8; border-top-color: #cbd5e1; }
.fzft .ote81,
.fzft .mdoke { color: #64748b; }
.fzft .t3rx33u a, .fzft .ow8gov a,
.fzft .t3rx33u a:hover, .fzft .ow8gov a:hover,
@media (max-width: 640px) {
  .fzft .oa1x0s { background: #f0f4f8; border-top-color: #cbd5e1; }
  .fzft .oa1x0s li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.bbml9njl .n5h3c9l9      { background: var(--accent); border-bottom-color: var(--accent-light); }
.bbml9njl .k0vfpsgv { color: #fff; }
.bbml9njl .oa1x0s { --msep-color: rgba(255,255,255,0.82); }
.bbml9njl .oa1x0s a { color: rgba(255,255,255,0.82); }
.bbml9njl .oa1x0s a:hover { color: #fff; }
.bbml9njl .zajn2z3i { color: rgba(255,255,255,0.9); }
.bbml9njl .b0bti { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.bbml9njl .ote81,
.bbml9njl .mdoke { color: rgba(255,255,255,0.72); }
.bbml9njl .t3rx33u a, .bbml9njl .ow8gov a,
.bbml9njl .t3rx33u a:hover, .bbml9njl .ow8gov a:hover,
@media (max-width: 640px) {
  .bbml9njl .oa1x0s { background: var(--accent); border-top-color: var(--accent-light); }
  .bbml9njl .oa1x0s li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.imf8 .n5h3c9l9 {
  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);
}
.imf8 .b0bti {
  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) {
  .imf8 .oa1x0s {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.k9q2awfl .wgklc { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.zyykw .wgklc { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.e1rgjc .wgklc { min-height: 72px; height: auto; }
.mvmf9 .wgklc { min-height: 84px; height: auto; }
.xwlhfv .wgklc { max-width: none; padding: 0 32px; }
.xwlhfv .q7rmwo  { max-width: none; padding: 24px 32px; }
.k9lmxhpz.vk0k7d .wgklc { max-width: 1200px; }
.k9lmxhpz.p7f3sgop .wgklc { max-width: 1320px; }
.fy3exp   .k0vfpsgv, .fy3exp   .kcuqs { text-transform: capitalize; }
.f8p10va .k0vfpsgv, .f8p10va .kcuqs { text-transform: lowercase; }
.veti .k0vfpsgv, .veti .kcuqs { text-transform: uppercase; letter-spacing: 0.06em; }
.tzwhg, .qs8bzr {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.x7ybf .tzwhg,
.sn7r1oa .tzwhg,
.ngsbky .tzwhg,
.vrcbs .tzwhg,
.kvks49yr   .oa1x0s a { font-weight: 500; }
.gbvp .oa1x0s a { font-weight: 600; }
.lk5854x     .oa1x0s a { font-weight: 700; }
.xa5e0    .oa1x0s a { font-weight: 800; letter-spacing: 0.01em; }
.cnngeei     .oa1x0s > li + li::before,
.yk4wmu    .oa1x0s > li + li::before,
.z4bh4x    .oa1x0s > li + li::before,
.q6p2if .oa1x0s > li + li::before,
.ptvnr .oa1x0s > li + li::before,
.i7ggc  .oa1x0s > li + li::before,
.ez5et32    .oa1x0s > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.cnngeei     .oa1x0s > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.yk4wmu    .oa1x0s > li + li::before { content: "|"; }
.z4bh4x    .oa1x0s > li + li::before { content: "—"; }
.q6p2if .oa1x0s > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ptvnr .oa1x0s > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.i7ggc  .oa1x0s > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ez5et32    .oa1x0s > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .awc9 .zajn2z3i,
  .hb2x2ay5 .zajn2z3i,
  .axi4 .zajn2z3i,
  .fq0i .zajn2z3i,
  .x87k0f .zajn2z3i {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .awc9 .zajn2z3i::before,
  .hb2x2ay5 .zajn2z3i::before,
  .axi4 .zajn2z3i::before,
  .fq0i .zajn2z3i::before,
  .x87k0f .zajn2z3i::before { content: ""; display: block; flex-shrink: 0; }

  
  .awc9 .zajn2z3i::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;
  }

  
  .hb2x2ay5 .zajn2z3i::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;
  }

  
  .axi4 .zajn2z3i::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;
  }

  
  .fq0i .zajn2z3i::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;
  }

  
  .x87k0f .zajn2z3i::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) {
  .gh98fclo .zajn2z3i {
    padding: 5px 14px;
  }
  .gh98fclo .oa1x0s {
    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;
  }
  .gh98fclo .oa1x0s li a {
    border-bottom: none; padding: 10px 22px;
  }
  .gh98fclo .oa1x0s li a:hover { background: var(--bg-raised); }
  .gh98fclo .vtmmg,
  .d0mblfwe .vtmmg,
  .d2ol .vtmmg { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .rolzu .zajn2z3i {
    padding: 5px 10px;
  }
  .rolzu .oa1x0s {
    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);
  }
  .rolzu .oa1x0s.rwpi { transform: translateX(0); }
  .rolzu .oa1x0s li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .rolzu .oa1x0s li:last-child a { border-bottom: none; }
  .bbml9njl .oa1x0s,
  .xfrthb .oa1x0s { background: var(--accent) !important; }
  .bbml9njl .oa1x0s li a,
  .xfrthb .oa1x0s li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .d2ol .zajn2z3i {
    padding: 5px 10px;
  }
  .d2ol .oa1x0s {
    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);
  }
  .d2ol .oa1x0s::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .d2ol .oa1x0s.rwpi { transform: translateY(0); }
  .d2ol .oa1x0s li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ylnlpz82 .zajn2z3i {
    padding: 5px 10px;
  }
  .ylnlpz82 .oa1x0s {
    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;
  }
  .ylnlpz82 .oa1x0s.rwpi { opacity: 1; pointer-events: auto; }
  .ylnlpz82 .oa1x0s li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .po1n40     .zajn2z3i { border-radius: 0 !important; }
  .pz6k0tc   .zajn2z3i { border-radius: 8px !important; }
  .no6g71 .zajn2z3i { border-radius: 50% !important; }
  .gjj90   .zajn2z3i { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .tc8s7 .ze2l { flex-direction: column; align-items: stretch; }
  .tc8s7 .qffu4s { flex-direction: row; min-width: auto; }
  .tc8s7 .nsod7 { align-items: flex-start; text-align: left; }
}
.q3sr4,
.q3sr4.m2r10bz,
.hhju9zjz .q3sr4,
.inam6 .q3sr4,
.uo64sz .q3sr4,
.ju7gih .q3sr4 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.czrxrzlh {
  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;
}
.zwhovy2 { flex: 1 1 280px; min-width: 0; }
.vc1on {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.pgsupjr {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.x745vy {
  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;
}
.x745vy:hover { transform: translateY(-1px); opacity: 0.95; }
.wh2x5j .czrxrzlh {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.wh2x5j .vc1on { color: var(--cta); }
.wh2x5j .pgsupjr { color: var(--text-body); }
.wh2x5j .x745vy {
  background: var(--cta) !important;
  color: #fff !important;
}
.somgt .czrxrzlh {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.somgt .vc1on { color: var(--text-primary); }
.somgt .pgsupjr { color: var(--text-body); }
.somgt .x745vy {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .czrxrzlh {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .zwhovy2 { flex: 0 0 auto; }
  .vc1on { font-size: 1.2rem; }
  .x745vy { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.sykip866 .e32ky8yj { height: 36px; }
.zycy96i .e32ky8yj { height: 60px; max-width: 200px; }
.azq2po8 .e32ky8yj { height: 56px; max-width: 180px; }
@media (min-width: 720px) {
  .t5xdrv8 .uck0cn {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .t5xdrv8 .no4vdmk5 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .t5xdrv8 .no4vdmk5 { padding: 40px 16px 20px; }
  .t5xdrv8 .gi7yf {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .t5xdrv8 .gj894 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .zi2p51at .no4vdmk5 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .zi2p51at .no4vdmk5::before {
    position: absolute; top: 14px; left: 14px;
  }
  .zi2p51at .cy3x {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .zi2p51at .o03nnw { white-space: normal; text-align: center; font-size: 1.2rem; }
  .zi2p51at .gi7yf {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .zi2p51at .gj894 { width: 100%; min-width: 0; }
  .zi2p51at .vuji { min-width: 0; }
}
.vurzi .no4vdmk5::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.kpnmnmwa .al5drj7 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.kpnmnmwa .al5drj7 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.kpnmnmwa .al5drj7 p { padding: 0 2px 16px; }
.px2eugy .al5drj7 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.px2eugy .al5drj7 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.px2eugy .al5drj7 summary::after { content: "›"; font-size: 1.2em; }
.px2eugy .al5drj7[open] summary::after { content: "‹"; }
.px2eugy .al5drj7 p { padding: 10px 22px 4px; }
.f2na49ls .al5drj7 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.f2na49ls .al5drj7 summary { color: var(--text-primary); padding-left: 16px; }
.f2na49ls .al5drj7 summary::after { content: "›"; font-size: 1.1em; }
.f2na49ls .al5drj7[open] summary::after { content: "‹"; }
.f2na49ls .al5drj7 p { padding-left: 16px; }
.s8hqc1 .p96z29 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.s8hqc1 .al5drj7 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.s8hqc1 .al5drj7:last-child { border-bottom: none; }
.s8hqc1 .al5drj7 summary { color: var(--text-primary); border-radius: 0; }
.s8hqc1 .al5drj7 summary::after { content: "›"; font-size: 1.1em; }
.s8hqc1 .al5drj7[open] summary::after { content: "‹"; }
.sfwa .al5drj7 { overflow: hidden; }
.sfwa .al5drj7 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.sfwa .al5drj7 summary::after { color: rgba(255,255,255,.75); }
.sfwa .al5drj7[open] summary { border-radius: 0; }
.rlpcwos { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.cs65os {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.vy033s {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.n0s5 { color: var(--text-muted); font-size: 1.05rem; }
.quz7 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.aj1d9b {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.zz9zkzb { margin-bottom: 20px; }
.mwsnwl {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.g3hw3gc {
  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;
}
.g3hw3gc:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.yejjp { resize: vertical; min-height: 130px; }
.u6owchdh { width: 100%; margin-top: 8px; }
.b91g0s0 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.izbr9 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.fdxe9f { color: var(--text-muted); line-height: 1.75; }
.rkxqa { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.rkxqa li { margin-bottom: 6px; }
.r9i7oufs { max-width: 760px; margin: 0 auto; }
.d9h5r { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.re324y { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.re324y:last-child { border-bottom: none; }
.re324y h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.re324y p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.z5anzwiv { max-width: 760px; margin: 0 auto; }
.f9cixmd3 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.z9hct2d ul.rkxqa { margin: 0; }
.ucbt2 { max-width: 900px; margin: 0 auto; }
.u25byrd { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.u25byrd:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.u25byrd .f9cixmd3 { margin: 0; font-size: 1rem; }
.u25byrd .xfx0njx p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .u25byrd { grid-template-columns: 1fr; gap: 10px; } }
.y4p6a .f9cixmd3 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.lqs3g64x .rkxqa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .k7329vp0 { grid-template-columns: 1fr; } }
.u3yh2 ul.rkxqa { margin: 0; }
.t4dip731 .rkxqa,
.d735 .rkxqa,
.zak1a4e .rkxqa,
.su5u6 .rkxqa {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .vupln { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .h5pd { grid-template-columns: 1fr; } .x3t05o5 { position: static; text-align: center; } }
@media (max-width: 860px) { .wna3hh7 { grid-template-columns: 1fr; } }
.su5u6 .rkxqa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .hqxf2a74 { flex-direction: column; text-align: center; } .ndccu26x { grid-template-columns: 1fr; } }
.hh74 .vy033s { color: var(--accent-light); }
.jum0jj .vy033s { font-size: 2rem; }
.jum0jj .n0s5 { max-width: 680px; }
.dy4w9b .vy033s { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.dy4w9b .n0s5  { margin: 0; }
@media (max-width: 640px) { .dy4w9b { flex-direction: column; } }
.hb2l7cvy .vy033s { color: var(--accent-light); }
.i575f3i1 .vy033s { color: #fff; }
.i575f3i1 .n0s5  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .jrhf8mf { grid-template-columns: 1fr; } }
.aitp5l { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.aitp5l .g3hw3gc {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.aitp5l .g3hw3gc:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.mrphdmr .g3hw3gc { background: var(--bg-raised); border-color: transparent; }
.mrphdmr .g3hw3gc:focus { background: var(--bg-card); border-color: var(--accent-light); }
.bmsh3w .g3hw3gc { border-radius: 100px; padding: 11px 20px; }
.bmsh3w .yejjp { border-radius: 14px; }
.d62jlv {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.d62jlv 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;
}
.d62jlv summary::-webkit-details-marker { display: none; }
.d62jlv summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.d62jlv[open] summary::after { content: "−"; }
.vblqzd60 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .m8s4qih { grid-template-columns: 1fr; } }
.rttw3hr { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.rttw3hr li { margin-bottom: 6px; }
.r04bx4d{display:none}
.r04bx4d:empty,.zazhi:empty{display:none}
.mtzwnkw7{position:relative;overflow:visible}
.jqk07q .t3m1uf,.pjaqk0q .t3m1uf,
.a8rqz4 .t3m1uf,.q847g .t3m1uf,
.zj53 .t3m1uf,.ci9l17 .t3m1uf{display:block}
.g84n .ih126zxr{display:block}
.jqk07q .t3m1uf,.pjaqk0q .t3m1uf,
.a8rqz4 .t3m1uf,.q847g .t3m1uf,
.zj53 .t3m1uf{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}
.jqk07q .t3m1uf .zazhi,.pjaqk0q .t3m1uf .zazhi,
.a8rqz4 .t3m1uf .zazhi,.q847g .t3m1uf .zazhi,
.zj53 .t3m1uf .zazhi{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}
.jqk07q .kc4p,.pjaqk0q .kc4p,
.a8rqz4 .kc4p,.q847g .kc4p,
.zj53 .kc4p{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.jqk07q .t3m1uf,.pjaqk0q .t3m1uf{top:12px}
.jqk07q .t3m1uf .zazhi{margin-right:auto}
.pjaqk0q .t3m1uf .zazhi{margin-left:auto}
.pjaqk0q .t3m1uf{text-align:right}
.a8rqz4 .t3m1uf,.q847g .t3m1uf{bottom:12px}
.a8rqz4 .t3m1uf .zazhi{margin-right:auto}
.q847g .t3m1uf .zazhi{margin-left:auto}
.q847g .t3m1uf{text-align:right}
.zj53 .t3m1uf{position:relative;margin-top:16px}
.zj53 .t3m1uf .zazhi{margin:0 auto}
.ci9l17 .t3m1uf{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ci9l17 .t3m1uf .zazhi{margin:0}
.ci9l17 .x2lx2s~.t3m1uf,
.ci9l17 .ebfiyub8~.t3m1uf{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ci9l17 .x2lx2s~.t3m1uf .zazhi,
.ci9l17 .ebfiyub8~.t3m1uf .zazhi{justify-content:flex-start}
.x2lx2s~.t3m1uf,.ebfiyub8~.t3m1uf{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}
.x2lx2s~.t3m1uf .zazhi{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ebfiyub8~.t3m1uf .zazhi{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ih126zxr .zazhi{margin:0 0 12px}
.zazhi{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.kc4p{white-space:nowrap}
.amly6p .kc4p{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.dcqst6f .kc4p{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.c46fwtuh .zazhi{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.b6s2gz .kc4p{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.rggs62t .kc4p{color: var(--accent-light);opacity:1;font-weight:500}
.naafg .kc4p{border-bottom:1px solid currentColor;padding-bottom:2px}
.r6rql .zazhi{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.tehjfy{--date-bg:transparent}
.pi1n .twnis459::before{content:""}
.ffnop .kc4p + .kc4p::before{content:"•";margin-right:6px;opacity:.4}
.hn3s .kc4p + .kc4p::before{content:"/";margin-right:6px;opacity:.35}
.tnz0 .kc4p + .kc4p::before{content:"|";margin-right:6px;opacity:.3}
.xbmjk6v .kc4p + .kc4p::before{content:"—";margin-right:6px;opacity:.3}
.u5jskxfj .kc4p + .kc4p::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.d3ko .kc4p + .kc4p::before{content:"·";margin-right:6px;opacity:.4}
.y5mw .kc4p + .kc4p::before{content:"›";margin-right:6px;opacity:.4}
.h30f .kc4p + .kc4p::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.wc9ia8 .b43iq20x{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .b43iq20x{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .upgxcjkn{max-width:100%}
}
@media (max-width:560px){
  .lbht{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) {
  .t0ad6a { padding: 28px 18px 20px; }
  .h2z6w { font-size: 1.2rem; }
  .o9nozqs { max-width: 220px; max-height: 80px; }
}
.ih061lkn  .w0rnv { border-radius: 50%; }
.c7o8c .czrxrzlh {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .w0rnv { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ktwho85 {
  margin: 28px 0 24px;
}
.ktwho85 .m2r10bz {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ktwho85 .omjehz {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ktwho85 .czrxrzlh {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .wgklc { flex-direction: row-reverse; }
[dir="rtl"] .oa1x0s { flex-direction: row-reverse; }
[dir="rtl"] .lgnqy4 .hfe3f { right: auto; left: 32px; }
[dir="rtl"] .u5bh  .hfe3f { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .lgnqy4 .hfe3f { right: auto; left: 20px; }
  [dir="rtl"] .u5bh  .hfe3f { left: auto;  right: 20px; }
}
[dir="rtl"] .socj07xq .miq04vs9  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .dmwm2 .miq04vs9 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .x2lx2s,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qtpqm54, [dir="rtl"] .pncav6nu { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .oi0pur { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .y3ev4y53 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ug8q { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .czrxrzlh { direction: rtl; }
[dir="rtl"] .beslkj8 { direction: rtl; }
[dir="rtl"] .ujdmca { direction: rtl; }
[dir="rtl"] .nami4e { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .fgw0wz .pncav6nu,
[dir="rtl"] .rnmq4 .pncav6nu,
[dir="rtl"] .focpig8 .pncav6nu,
[dir="rtl"] .ifpn2m .pncav6nu {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .fgw0wz .pncav6nu li::before,
[dir="rtl"] .rnmq4 .pncav6nu li::before,
[dir="rtl"] .focpig8 .pncav6nu li::before,
[dir="rtl"] .ifpn2m .pncav6nu li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .x2lx2s.xjl48fy3 .imq0xgs { align-items: flex-end; text-align: right; }
[dir="rtl"] .x2lx2s.uixtvbj .imq0xgs { text-align: center; }
[dir="rtl"] .x2lx2s .imq0xgs { text-align: right; }
[dir="rtl"] .omjehz,
[dir="rtl"] .o7mr4co,
[dir="rtl"] .jvep,
[dir="rtl"] .ky3m,
[dir="rtl"] .aj1d9b,
[dir="rtl"] .mwsnwl,
[dir="rtl"] .g3hw3gc,
[dir="rtl"] .yejjp { text-align: right; direction: rtl; }
[dir="rtl"] .bmsh3w .g3hw3gc,
[dir="rtl"] .aitp5l .g3hw3gc { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #a92264;
  --brand:           #a92264;
  --brand-light:     #d9629c;
  --brand-pale:      #e09ebe;
  --grad-start:      #541031;
  --grad-end:        #931d57;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #92499e;
  --cta-light:       #b079b9;
  --cta-hover:       #a75cb3;
  --bg-page:         #13050c;
  --bg-surface:      #1f0814;
  --bg-card:         #2b0c1b;
  --bg-card-inner:   #370f23;
  --bg-raised:       #43122a;
  --bg-hover:        #4f1632;
  --border:          #5f1a3c;
  --border-alt:      #77214b;
  --border-section:  #5f1a3c;
  --text-primary:    #e7e3e5;
  --text-muted:      #ac9ea5;
  --text-body:       #d0c7cb;
  --text-sub:        #ac9ea5;
  --text-faint:      #7b6972;
  --text-dim:        #605259;
  --text-label:      #95838c;
  --text-value:      #c4babf;
  --accent-bg:       #29131e;
  --accent-bg-light: #401a2d;
  --bg-tip:          #182616;
  --bg-warning:      #272115;
  --bg-info:         #161726;
  --bg-pros:         #182616;
  --bg-cons:         #261618;
  --c-pros:          #8cee80;
  --c-cons:          #e6898f;
  --c-pros-label:    #63e853;
  --c-tip-border:    #47e434;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #8cee80;
}
:root { --logo-bg-opacity: 32%; }
body, button, input { font-family: "Barlow", sans-serif; }
.g7pvyhu .r0ruh2u { font-size: 0; width: 1.2rem; flex-shrink: 0; }.g7pvyhu .r0ruh2u::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.g7pvyhu .xzf3     .r0ruh2u::before { content: "";  color: var(--c-tip-border); }.g7pvyhu .e8wu .r0ruh2u::before { content: ""; color: var(--c-warn-border); }.g7pvyhu .hntg4wt1    .r0ruh2u::before { content: ""; color: #60a5fa; }.dwrz4 .g7pvyhu .xzf3     .r0ruh2u::before { color: #10b981; }.dwrz4 .g7pvyhu .e8wu .r0ruh2u::before { color: #f43f5e; }.dwrz4 .g7pvyhu .hntg4wt1    .r0ruh2u::before { color: #a855f7; }.ca63  .g7pvyhu .xzf3     .r0ruh2u::before { color: #eab308; }.ca63  .g7pvyhu .e8wu .r0ruh2u::before { color: #ef4444; }.ca63  .g7pvyhu .hntg4wt1    .r0ruh2u::before { color: #f97316; }.b8mo1ujs  .g7pvyhu .xzf3     .r0ruh2u::before { color: #38bdf8; }.b8mo1ujs  .g7pvyhu .e8wu .r0ruh2u::before { color: #818cf8; }.b8mo1ujs  .g7pvyhu .hntg4wt1    .r0ruh2u::before { color: #2dd4bf; }.brf0ov .g7pvyhu .r0ruh2u::before { color: var(--accent-light) !important; }
.plkml3 .y8ja, .plkml3 .x2lx2s { min-height: 320px; }
.nm5u3 .v91e::after, .nm5u3 .uc9i::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; }
.z756vook::before { content: '>'; }