:root {
  --color-accent: #1db874;
  --color-cta: #84cc16;
  --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;
}
.tjmwm0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.dfq8cqvo {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.v2uf1dh {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.e68i { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.vi429 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.vi429 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.vi429 a:hover { color: var(--accent-light); }
.nrp6q9o   .zjvd { border-radius: 0; }
@media (max-width: 640px) {
  .zjvd {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .oz4vc:hover .zjvd,
  .oz4vc:focus-within .zjvd { display: block; }
  .zjvd li a { padding: 8px 16px; font-size: 0.88rem; }
}
.jz4z {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.whf4f { display: none; }
@media (max-width: 640px) {
  .whf4f {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .whf4f.dq7eld { display: block; }
}
@media (max-width: 640px) {
  .jz4z { display: block; }
  .vi429 > li + li::before { display: none !important; }
  .vi429 {
    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;
  }
  .vi429.dq7eld { display: flex; }
  .vi429 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .vi429 li:last-child a { border-bottom: none; }
}
.wmo5 { min-height: 480px; }
.dtq1 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.qtnx5kc { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.jdtys .qtnx5kc { margin-left: 0; margin-right: 0; }
.ex69yki {
  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;
}
.o7z1 .ex69yki { margin-top: 24px; }
.ex69yki:hover { opacity: 0.88; }
.qba94 .dtq1 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.qba94 .qtnx5kc { color: #e2e8f0; }
.qba94.cf3vshqq .kwr19w0 { text-align: center; }
.ujaa3n9 .dtq1 { color: var(--text-primary); text-shadow: none; }
.ujaa3n9 .qtnx5kc { color: var(--text-muted); }
.ujaa3n9 .ex69yki { margin-top: 16px; }
.ujaa3n9, .ujaa3n9.wmo5 { min-height: auto !important; }
.ujaa3n9.cf3vshqq .kwr19w0 { text-align: center; }
.ujaa3n9~.iqe1szkv{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}
.ujaa3n9~.iqe1szkv .hasn5dy9{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}
.yzbg90n .uxuy8yrw,
.yzbg90n .yyc7w2rh {
  position: relative; overflow: hidden;
}
.yzbg90n .uxuy8yrw::after,
.yzbg90n .yyc7w2rh::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@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; }
}
.yzbg90n .qba94 .k3h37 {
  overflow: hidden;
}
.yzbg90n .qba94 .k3h37::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.uxuy8yrw .dtq1 { color: #fff; }
.uxuy8yrw .qtnx5kc { color: rgba(255,255,255,0.85); }
.uxuy8yrw .ex69yki { background: #fff; color: var(--cta); }
.uxuy8yrw .ex69yki:hover { opacity: 0.92; }
.yzbg90n .lpezx { position: relative; overflow: hidden; }
.yzbg90n .lpezx::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;
}
.ubpy3 .lpezx {
  animation: hg-breathe 7s ease-in-out infinite;
}
.sn2psbhz .lpezx { position: relative; overflow: hidden; }
.sn2psbhz .lpezx::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;
}
.wvgg .lpezx { position: relative; overflow: hidden; }
.wvgg .lpezx::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;
}
.uxb3 .lpezx {
  animation: hg-fadein 1.2s ease-out both;
}
.lpezx {
  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%);
}
.igaf13kq {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.wkxzxgk4 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.rdhicgka {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.lpezx .dtq1 { text-shadow: none; color: var(--text-primary); }
.lpezx .qtnx5kc { color: var(--text-muted); }
body.janb .dtq1 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.z7zyk5x .dtq1 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.wmo5.uxuy8yrw .dtq1,
section.uxuy8yrw .dtq1 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.lpezx.cf3vshqq .igaf13kq { align-items: center; text-align: center; }
.lpezx.jdtys   .igaf13kq { align-items: flex-start; text-align: left; }
.c3zra .wkxzxgk4 { position: relative; }
.c3zra .wkxzxgk4::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.c3zra.ll8dr0u2 .wkxzxgk4::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.lnqv8 .wkxzxgk4 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.lnqv8 .rdhicgka {
  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);
}
.lnqv8.ll8dr0u2 .wkxzxgk4 { padding: 32px 0 32px 32px; }
.tak3y .wkxzxgk4 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.tak3y .rdhicgka {
  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);
}
.ll8dr0u2 .igaf13kq {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.tak3y.ll8dr0u2 .wkxzxgk4 { padding: 40px 16px 40px 48px; }
.wmo5 .bcpz {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.bcpz .kbz0.dl1evjz {
  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;
}
.bcpz .kbz0.dl1evjz:hover { opacity: 0.85; }
.ouuj .wkxzxgk4 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .lpezx { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .lpezx:not(.ouuj) .wkxzxgk4 { display: none !important; }
  .ouuj .wkxzxgk4 { padding: 16px; }
  .igaf13kq  { padding: 36px 24px; }
  .lpezx~.iqe1szkv,.ll8dr0u2~.iqe1szkv{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .wmo5, .lpezx { min-height: 320px !important; }
  .dtq1 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .nn020vz,
  .n3lg,
  .x60od7b9 { grid-template-columns: 1fr !important; }

  

  
  .ofz64 { display: flex !important; flex-direction: column !important; }
  .ofz64 .kwr19w0 { display: contents; }
  .ofz64 .k3h37 { order: 0; }
  .ofz64 .dtq1 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ofz64 .nn020vz { order: 2; padding: 0 16px 12px !important; }
  .ofz64 .qtnx5kc { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .o7z1 .kwr19w0 { display: flex; flex-direction: column; }
  .o7z1 .kwr19w0 .dtq1 { order: 1; }
  .o7z1 .kwr19w0 .x60od7b9 { order: 2; margin: 8px 0 24px !important; }
  .o7z1 .kwr19w0 .qtnx5kc { order: 3; }
  .o7z1 .kwr19w0 .ex69yki { order: 4; align-self: center; margin-top: 0; }

  
  .lpezx.ouuj {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .lpezx.ouuj .igaf13kq { display: contents; padding: 0; }
  .lpezx.ouuj .igaf13kq .dtq1 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .lpezx.ouuj .wkxzxgk4 { order: 2; padding: 12px 16px; }
  .lpezx.ouuj .igaf13kq .qtnx5kc { order: 3; padding: 0 24px; margin: 0 auto; }
  .lpezx.ouuj .igaf13kq .ex69yki { order: 4; align-self: center; margin: 8px 0 32px; }
}
.p65b9 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.bovizmn { width: 100%; height: auto; display: block; border-radius: 10px; }
.x4gh .p65b9        { border-radius: 16px; }
.x4gh .bovizmn  { border-radius: 16px; }
.m90k .p65b9         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.m90k .bovizmn   { border-radius: 8px; }
.zil0pe { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.kfwk8v { width: 100%; padding: 32px 0; position: relative; }
.cd7vga { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.jjgnx4i .kfwk8v:nth-child(even) { background: var(--bg-surface); }
.jjgnx4i .kfwk8v:nth-child(odd)  { background: var(--bg-page); }
.r66caq .kfwk8v:nth-child(even) { background: var(--bg-card); }
.r66caq .kfwk8v:nth-child(odd)  { background: var(--bg-page); }
.jjgnx4i .kfwk8v:nth-child(odd)  .cd7vga { background: var(--bg-card); border-radius: 6px; }
.jjgnx4i .kfwk8v:nth-child(even) .cd7vga { background: var(--bg-raised); border-radius: 6px; }
.r66caq .kfwk8v:nth-child(odd)  .cd7vga { background: var(--bg-card); border-radius: 6px; }
.r66caq .kfwk8v:nth-child(even) .cd7vga { background: var(--bg-raised); border-radius: 6px; }
.jjgnx4i .kfwk8v:nth-child(even) .u3d56ao .hzylib,
.r66caq .kfwk8v:nth-child(even) .u3d56ao .hzylib { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.jjgnx4i .kfwk8v:nth-child(odd) .u3d56ao .hzylib,
.r66caq .kfwk8v:nth-child(odd) .u3d56ao .hzylib { background: var(--bg-card-inner); }
.jjgnx4i .kfwk8v:nth-child(even) .rrphl .hzylib:nth-child(odd),
.r66caq .kfwk8v:nth-child(even) .rrphl .hzylib:nth-child(odd)  { background: var(--bg-card); }
.jjgnx4i .kfwk8v:nth-child(even) .rrphl .hzylib:nth-child(even),
.r66caq .kfwk8v:nth-child(even) .rrphl .hzylib:nth-child(even) { background: var(--bg-card-inner); }
h1.ugp8f6v2 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ugp8f6v2 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.tt35nj9j { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ntrt3w h2.ugp8f6v2 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.gkjid h2.ugp8f6v2 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ypj58i h2.ugp8f6v2 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.khmr h2.ugp8f6v2::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.tak44um h2.ugp8f6v2 {
  color: var(--text-primary); font-size: 1.7rem;
}
.wvcrio h2.ugp8f6v2::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.odkkj h2.ugp8f6v2 {
  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;
}
.j0l68 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .j0l68 { display: none; } }
.ca4c5opp { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.j0ooikn { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.gmlfxy {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.oanp { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.qa5hq4aq { padding-left: 20px; }
.qa5hq4aq li { margin-bottom: 6px; }
.qa5hq4aq a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.qa5hq4aq a:hover { color: var(--accent-light); }
.xaw787 .oanp { display: none; }
.xea62f .oanp { display: none; }
.xea62f .qa5hq4aq { padding-left: 0; list-style: none; }
.xea62f .qa5hq4aq li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.xea62f .qa5hq4aq a { font-size: 0.92rem; }
.psmcju4c .gmlfxy { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.psmcju4c .oanp { display: none; }
.psmcju4c .qa5hq4aq { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.psmcju4c .qa5hq4aq li { margin-bottom: 0; }
.psmcju4c .qa5hq4aq 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;
}
.psmcju4c .qa5hq4aq a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.krrqvnc .gmlfxy { padding: 20px 20px 16px; }
.krrqvnc .qa5hq4aq {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.krrqvnc .qa5hq4aq li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.krrqvnc .qa5hq4aq 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;
}
.krrqvnc .qa5hq4aq 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;
}
.krrqvnc .qa5hq4aq a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.krrqvnc .qa5hq4aq a:focus,
.krrqvnc .qa5hq4aq a:focus-visible,
.krrqvnc .qa5hq4aq a:target { outline: none; }
.krrqvnc .qa5hq4aq li:target a { border-color: var(--border); color: var(--text-muted); }
.mzc38a1w .gmlfxy { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.mzc38a1w .oanp { display: none; }
.mzc38a1w .qa5hq4aq { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.mzc38a1w .qa5hq4aq li { margin-bottom: 0; }
.mzc38a1w .qa5hq4aq li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.mzc38a1w .qa5hq4aq li:last-child::after { content: ""; margin-right: 0; }
.mzc38a1w .qa5hq4aq a { font-size: 0.9rem; }
.hzylib { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.u3d56ao .hzylib { background: var(--bg-card); }
.rrphl .hzylib:nth-child(odd)  { background: var(--bg-card); }
.rrphl .hzylib:nth-child(even) { background: var(--bg-raised); }
.socj7a .hzylib {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.socj7a .hzylib:last-child { border-bottom: none; }
.socj7a h3.tt35nj9j { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.zie854 .hzylib {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.zie854 .hzylib + .hzylib { margin-top: 4px; }
.hil7 .hzylib { background: none; border-radius: 0; padding: 12px 0; }
.hil7 .hzylib + .hzylib { border-top: 1px solid var(--border-section); }
.xy48p7a { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.mlzv { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.oxjp8 { color: var(--text-body); margin-bottom: 10px; }
.h9fqnui, .zcrcf { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.h9fqnui li, .zcrcf li { margin-bottom: 6px; }
.zcrcf li { list-style: decimal; }
.aaez0     .h9fqnui { list-style-type: "● "; }
.idndh  .h9fqnui { list-style-type: "■ "; }
.i5xu .h9fqnui { list-style-type: "◆ "; }
.ez84yq    .h9fqnui { list-style-type: "★ "; }
.aaez0     .xrhq { list-style-type: "● "; }
.idndh  .xrhq { list-style-type: "■ "; }
.i5xu .xrhq { list-style-type: "◆ "; }
.ez84yq    .xrhq { list-style-type: "★ "; }
.aaez0    .h9fqnui li::marker, .aaez0    .xrhq li::marker,
.idndh .h9fqnui li::marker, .idndh .xrhq li::marker,
.i5xu .h9fqnui li::marker, .i5xu .xrhq li::marker,
.ez84yq   .h9fqnui li::marker, .ez84yq   .xrhq li::marker {
  color: var(--cta); font-size: 1em;
}
.aaez0 .zcrcf,
.idndh .zcrcf,
.i5xu .zcrcf,
.ez84yq .zcrcf {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.aaez0 .zcrcf li,
.idndh .zcrcf li,
.i5xu .zcrcf li,
.ez84yq .zcrcf li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.aaez0 .zcrcf li::before,
.idndh .zcrcf li::before,
.i5xu .zcrcf li::before,
.ez84yq .zcrcf 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;
}
.aaez0     .zcrcf li::before { border-radius: 50%; }
.idndh  .zcrcf li::before { border-radius: 3px; }
.i5xu .zcrcf li::before { border-radius: 3px; }
.ez84yq    .zcrcf li::before { border-radius: 50%; }
.cxm7 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.z8wi2 .cxm7,
.bfhc .cxm7 { background: transparent; border: none; border-radius: 0; }
.vf9jv79 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.vf9jv79 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.vf9jv79 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.vf9jv79 tr:hover td { background: var(--bg-hover); }
.mw4hxn4 .vf9jv79 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.yfr9 .vf9jv79 { border: 1px solid var(--border-alt); }
.yfr9 .vf9jv79 th,
.yfr9 .vf9jv79 td { border: 1px solid var(--border-alt); }
.wny0brk9 .vf9jv79 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.wny0brk9 .vf9jv79 td { border-bottom: none; }
.wny0brk9 .vf9jv79 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.re3ko56j .vf9jv79 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.arzp28 .cxm7 {
  overflow: hidden;
}
.arzp28 .vf9jv79 th { border-bottom: 1px solid var(--border-alt); }
.arzp28 .vf9jv79 tr:last-child td { border-bottom: none; }
.cdlvw { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.u0u1l3g { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.i5t49f2h { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.v4p0 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.zmia { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.xrhq { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.xrhq 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%}
.yeu0te5x .v4p0 { background: transparent; text-align: center; }
.g5spu .i5t49f2h {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.qrmskg .i5t49f2h {
  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);
}
.c2deji .u0u1l3g { display: grid; grid-template-columns: auto 1fr; }
.c2deji .i5t49f2h {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.c2deji .v4p0 { grid-column: 2; }
.c2deji .zmia,
.c2deji .xrhq { grid-column: 1 / -1; }
.et2a4g .u0u1l3g { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.et2a4g .i5t49f2h {
  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);
}
.et2a4g .v4p0 { grid-column: 2; }
.et2a4g .zmia,
.et2a4g .xrhq { grid-column: 1 / -1; }
.bxpy .u0u1l3g { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.bxpy .v4p0 { background: none; color: var(--accent-light); font-weight: 700; }
.n7wagad5 .u0u1l3g { 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); }
.n7wagad5 .v4p0 { background: none; color: var(--accent-light); font-weight: 700; }
.q58r .u0u1l3g { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.q58r .u0u1l3g:last-child { border-bottom: none; }
.q58r .v4p0 { background: none; color: var(--accent-light); font-weight: 700; }
.qtjyiz .u0u1l3g { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.qtjyiz .v4p0 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.kmz5wui0 .cdlvw { counter-reset: card-n; }
.kmz5wui0 .u0u1l3g  { counter-increment: card-n; }
.kmz5wui0 .v4p0 { display: flex; align-items: center; gap: 10px; }
.kmz5wui0 .v4p0::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;
}
.cc343mbu .u0u1l3g { background: var(--bg-surface); border: 1px solid var(--border); }
.cc343mbu .v4p0 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.p5ae3 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.xihefxs  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.dgb1v { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.vzcn73 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ao0cu { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.p5ae3 strong { color: var(--text-primary); font-size: 0.95rem; }
.p5ae3 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.bovizmn { width: 100%; height: auto; border-radius: 10px; display: block; }
.dl1evjz {
  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;
}
.dl1evjz:hover { opacity: 0.85; }
.pnox30 .dl1evjz  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.pnox30 .dl1evjz:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ik4v .dl1evjz  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ik4v .dl1evjz:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sig6 .ex69yki { border-radius: 50px; }
.sig6 .dl1evjz  { border-radius: 50px; }
.a3pz7ji .ex69yki { padding-left: 22px; padding-right: 22px; }
.a3pz7ji .dl1evjz  { padding-left: 12px; padding-right: 12px; }
.oiid .ex69yki { padding-left: 44px; padding-right: 44px; }
.oiid .dl1evjz  { padding-left: 24px; padding-right: 24px; }
.j15uhzs .ex69yki { padding-left: 56px; padding-right: 56px; }
.j15uhzs .dl1evjz  { padding-left: 32px; padding-right: 32px; }
.o6fu   .ex69yki::after, .o6fu   .dl1evjz::after,
.ehnzc .ex69yki::after, .ehnzc .dl1evjz::after,
.elr5    .ex69yki::after, .elr5    .dl1evjz::after,
.hpvde6l3    .ex69yki::after, .hpvde6l3    .dl1evjz::after,
.k8lrhu23    .ex69yki::after, .k8lrhu23    .dl1evjz::after,
.iuzi3djo     .ex69yki::after, .iuzi3djo     .dl1evjz::after,
.a29s    .ex69yki::after, .a29s    .dl1evjz::after,
.k3fi   .ex69yki::after, .k3fi   .dl1evjz::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;
}
.o6fu .ex69yki::after, .o6fu .dl1evjz::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");
}
.ehnzc .ex69yki::after, .ehnzc .dl1evjz::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");
}
.elr5 .ex69yki::after, .elr5 .dl1evjz::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");
}
.hpvde6l3 .ex69yki::after, .hpvde6l3 .dl1evjz::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");
}
.k8lrhu23 .ex69yki::after, .k8lrhu23 .dl1evjz::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");
}
.iuzi3djo .ex69yki::after, .iuzi3djo .dl1evjz::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");
}
.a29s .ex69yki::after, .a29s .dl1evjz::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");
}
.k3fi .ex69yki::after, .k3fi .dl1evjz::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");
}
.xitzqlvy   .u29a3v2b::after, .xitzqlvy   .q0cg1xm::after,
.vwx9cb .u29a3v2b::after, .vwx9cb .q0cg1xm::after,
.znru3h    .u29a3v2b::after, .znru3h    .q0cg1xm::after,
.vzn2ay    .u29a3v2b::after, .vzn2ay    .q0cg1xm::after,
.rgy019g    .u29a3v2b::after, .rgy019g    .q0cg1xm::after,
.gnq4o6h     .u29a3v2b::after, .gnq4o6h     .q0cg1xm::after,
.yyzez0d    .u29a3v2b::after, .yyzez0d    .q0cg1xm::after,
.ckcxhf   .u29a3v2b::after, .ckcxhf   .q0cg1xm::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;
}
.xitzqlvy .u29a3v2b::after, .xitzqlvy .q0cg1xm::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");
}
.vwx9cb .u29a3v2b::after, .vwx9cb .q0cg1xm::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");
}
.znru3h .u29a3v2b::after, .znru3h .q0cg1xm::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");
}
.vzn2ay .u29a3v2b::after, .vzn2ay .q0cg1xm::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");
}
.rgy019g .u29a3v2b::after, .rgy019g .q0cg1xm::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");
}
.gnq4o6h .u29a3v2b::after, .gnq4o6h .q0cg1xm::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");
}
.yyzez0d .u29a3v2b::after, .yyzez0d .q0cg1xm::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");
}
.ckcxhf .u29a3v2b::after, .ckcxhf .q0cg1xm::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");
}
.k4t5771 .wdosh    { background: #1a1a1a; }
.kbz0.dl1evjz {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .apnp3c {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .apnp3c::before    { grid-area: rank;   }
  .jxab8           { grid-area: ident;  }
  .g7op7zab     { grid-area: rating; min-width: 0; width: auto; }
  .saur           { grid-area: pills;  }
  .kbz0             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .apnp3c {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .apnp3c::before    { justify-self: center; }
  .jxab8           { width: 100%; }
  .g7op7zab     { justify-self: center; }
  .saur           { grid-template-columns: 1fr; }
}
.t7mc  .serxx li::before { content: "★"; }
.t7mc  .v8wo4 li::before { content: "✕"; }
.fje2uj .ux1s49n { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .dcfgoxo .iqs9qheu {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .dcfgoxo .bf5cd2kv { margin: 0; }
}
@media (max-width: 720px) {
  .se1so4 { grid-template-columns: 1fr; }
  .m1hpno { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .m1hpno .wv4kx { width: 72px; height: 50px; }
  .m1hpno .wl03cq8 { max-width: 180px; }
  .m1hpno .ctjx { width: auto; }
}
@media (max-width: 720px) {
  .jagmzwhv { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .yb34f1g { padding: 16px; }
  .np0kc5 .jmwb { min-width: 50%; }
}
@media (max-width: 860px) {
  .jbjb { grid-template-columns: 1fr; }
  .hz2efcdz { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rlboku { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .xz2w55w { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .r3lkd { flex-direction: column; align-items: stretch; }
}
.i62i5 .ctjx .dl1evjz { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .jdo02wp { flex-direction: column; align-items: stretch; gap: 10px; }
  .i62i5 .ctjx { text-align: center; }
}
@media (max-width: 720px) {
  .erml4 { grid-template-columns: 1fr; }
  .k3jp4cs { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .dzttj { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .t4og { grid-template-columns: 1fr; }
  .kathn2 { width: 100px; height: 100px; margin: 16px auto; }
  .e29u412 { font-size: 1.4rem; }
  .qqn48y9 { justify-content: center; }
  .bwq6 .jmwb { min-width: 50%; }
}
@media (max-width: 540px) {
  .hprmoj { flex-wrap: wrap; padding: 14px 16px; }
  .j47x { padding: 12px 16px; }
  .apgyd .mc8lv2 { margin: 0 16px; }
  .apgyd .y2gh { padding: 0 16px; }
  .erilttun { padding: 12px 16px; }
}
.ynr3d .apnp3c {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.ii0obm .saur .t7599bh9 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.pl5kb4c { margin: 16px 0; }
.rqqm { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.rqqm summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.rqqm summary::after { content: "+"; color: var(--accent-light); }
.rqqm[open] summary::after { content: "−"; }
.rqqm p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.kfwk8v { margin-bottom: 0; }
.hsv54q h2.ugp8f6v2 { color: var(--text-primary); border-color: var(--accent-light); }
.cz8z71r h2.ugp8f6v2 { color: var(--text-primary); border-color: var(--accent-light); }
.ecoh .xihefxs     { background: #052e16; border-color: #10b981; }
.ecoh .dgb1v { background: #2d0a1e; border-color: #f43f5e; }
.ecoh .vzcn73    { background: #1e1036; border-color: #a855f7; }
.ecoh .p5ae3 strong  { color: #f1f5f9; }
.ecoh .p5ae3 p       { color: #cbd5e1; }
.ecoh .nxcv    .xihefxs     .ao0cu::before,
.ecoh .vaj98xwj  .xihefxs     .ao0cu::before,
.ecoh .wsk1f  .xihefxs     .ao0cu::before,
.ecoh .f72buwpt .xihefxs     .ao0cu::before { color: #10b981; }
.ecoh .nxcv    .dgb1v .ao0cu::before,
.ecoh .vaj98xwj  .dgb1v .ao0cu::before,
.ecoh .wsk1f  .dgb1v .ao0cu::before,
.ecoh .f72buwpt .dgb1v .ao0cu::before { color: #f43f5e; }
.ecoh .nxcv    .vzcn73    .ao0cu::before,
.ecoh .vaj98xwj  .vzcn73    .ao0cu::before,
.ecoh .wsk1f  .vzcn73    .ao0cu::before,
.ecoh .f72buwpt .vzcn73    .ao0cu::before { color: #a855f7; }
.hnwcwhl .xihefxs     { background: #2d2000; border-color: #eab308; }
.hnwcwhl .dgb1v { background: #2d0b0b; border-color: #ef4444; }
.hnwcwhl .vzcn73    { background: #2d1600; border-color: #f97316; }
.hnwcwhl .p5ae3 strong  { color: #f1f5f9; }
.hnwcwhl .p5ae3 p       { color: #cbd5e1; }
.hnwcwhl .nxcv    .xihefxs     .ao0cu::before,
.hnwcwhl .vaj98xwj  .xihefxs     .ao0cu::before,
.hnwcwhl .wsk1f  .xihefxs     .ao0cu::before,
.hnwcwhl .f72buwpt .xihefxs     .ao0cu::before { color: #eab308; }
.hnwcwhl .nxcv    .dgb1v .ao0cu::before,
.hnwcwhl .vaj98xwj  .dgb1v .ao0cu::before,
.hnwcwhl .wsk1f  .dgb1v .ao0cu::before,
.hnwcwhl .f72buwpt .dgb1v .ao0cu::before { color: #ef4444; }
.hnwcwhl .nxcv    .vzcn73    .ao0cu::before,
.hnwcwhl .vaj98xwj  .vzcn73    .ao0cu::before,
.hnwcwhl .wsk1f  .vzcn73    .ao0cu::before,
.hnwcwhl .f72buwpt .vzcn73    .ao0cu::before { color: #f97316; }
.bldlq50y .xihefxs     { background: #0c1a2e; border-color: #38bdf8; }
.bldlq50y .dgb1v { background: #12103a; border-color: #818cf8; }
.bldlq50y .vzcn73    { background: #0a2020; border-color: #2dd4bf; }
.bldlq50y .p5ae3 strong  { color: #f1f5f9; }
.bldlq50y .p5ae3 p       { color: #cbd5e1; }
.bldlq50y .nxcv    .xihefxs     .ao0cu::before,
.bldlq50y .vaj98xwj  .xihefxs     .ao0cu::before,
.bldlq50y .wsk1f  .xihefxs     .ao0cu::before,
.bldlq50y .f72buwpt .xihefxs     .ao0cu::before { color: #38bdf8; }
.bldlq50y .nxcv    .dgb1v .ao0cu::before,
.bldlq50y .vaj98xwj  .dgb1v .ao0cu::before,
.bldlq50y .wsk1f  .dgb1v .ao0cu::before,
.bldlq50y .f72buwpt .dgb1v .ao0cu::before { color: #818cf8; }
.bldlq50y .nxcv    .vzcn73    .ao0cu::before,
.bldlq50y .vaj98xwj  .vzcn73    .ao0cu::before,
.bldlq50y .wsk1f  .vzcn73    .ao0cu::before,
.bldlq50y .f72buwpt .vzcn73    .ao0cu::before { color: #2dd4bf; }
.kj2d8egd .xihefxs     { background: var(--accent-bg); border-color: var(--accent-light); }
.kj2d8egd .dgb1v { background: var(--accent-bg-light); border-color: var(--accent-light); }
.kj2d8egd .vzcn73    { background: var(--accent-bg); border-color: var(--accent-pale); }
.kj2d8egd .nxcv    .ao0cu::before,
.kj2d8egd .vaj98xwj  .ao0cu::before,
.kj2d8egd .wsk1f  .ao0cu::before,
.kj2d8egd .f72buwpt .ao0cu::before { color: var(--accent-light) !important; }
.r0ht8kzl .wfkmu5q { background: var(--bg-pros); }
.r0ht8kzl .uyaozqwi { background: var(--bg-cons); }
.r0ht8kzl .wfkmu5q .vsrjlge { color: var(--c-pros-label); }
.r0ht8kzl .uyaozqwi .xup06xu { color: var(--c-cons); }
.r0ht8kzl .wfkmu5q ul li,
.r0ht8kzl .serxx li          { color: var(--c-pros); }
.r0ht8kzl .uyaozqwi ul li,
.r0ht8kzl .v8wo4 li          { color: var(--c-cons); }
.t7mc .vsrjlge::before { content: "★ "; }
.t7mc .xup06xu::before { content: "✕ "; }
.vfp9oy .p5ae3 { background: transparent; border-left: none; border: 1.5px solid; }
.vfp9oy .xihefxs     { border-color: var(--c-tip-border); }
.vfp9oy .dgb1v { border-color: var(--c-warn-border); }
.vfp9oy .vzcn73    { border-color: #60a5fa; }
.vfp9oy .p5ae3 strong { color: var(--text-primary); }
.vfp9oy .p5ae3 p      { color: var(--text-muted); }
.fje2uj .p5ae3 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.fje2uj .xihefxs     { border-top-color: var(--c-tip-border); }
.fje2uj .dgb1v { border-top-color: var(--c-warn-border); }
.fje2uj .vzcn73    { border-top-color: #60a5fa; }
.xri118q7 .p5ae3 { border-left: none; border-radius: 8px; }
.xri118q7 .xihefxs     { background: #065f46; }
.xri118q7 .dgb1v { background: #92400e; }
.xri118q7 .vzcn73    { background: #1e3a8a; }
.xri118q7 .p5ae3 strong,
.xri118q7 .p5ae3 p { color: #fff; }
.xri118q7 .ao0cu::before { color: rgba(255,255,255,0.85) !important; }
.ecoh.xri118q7 .xihefxs,
.ecoh .xri118q7 .xihefxs     { background: #052e16; }
.ecoh.xri118q7 .dgb1v,
.ecoh .xri118q7 .dgb1v { background: #2d0a1e; }
.ecoh.xri118q7 .vzcn73,
.ecoh .xri118q7 .vzcn73    { background: #1e1036; }
.hnwcwhl.xri118q7 .xihefxs,
.hnwcwhl .xri118q7 .xihefxs      { background: #2d2000; }
.hnwcwhl.xri118q7 .dgb1v,
.hnwcwhl .xri118q7 .dgb1v  { background: #2d0b0b; }
.hnwcwhl.xri118q7 .vzcn73,
.hnwcwhl .xri118q7 .vzcn73     { background: #2d1600; }
.bldlq50y.xri118q7 .xihefxs,
.bldlq50y .xri118q7 .xihefxs      { background: #0c1a2e; }
.bldlq50y.xri118q7 .dgb1v,
.bldlq50y .xri118q7 .dgb1v  { background: #12103a; }
.bldlq50y.xri118q7 .vzcn73,
.bldlq50y .xri118q7 .vzcn73     { background: #0a2020; }
.h5gm8a7 .p5ae3 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.h5gm8a7 .xihefxs     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.h5gm8a7 .dgb1v { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.h5gm8a7 .vzcn73    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.h5gm8a7 .p5ae3 strong { color: var(--text-primary); }
.h5gm8a7 .p5ae3 p      { color: var(--text-muted); }
.p41y3z .p5ae3 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.nxcv .ao0cu,
.vaj98xwj .ao0cu,
.wsk1f .ao0cu,
.f72buwpt .ao0cu { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.nxcv .ao0cu::before,
.vaj98xwj .ao0cu::before,
.wsk1f .ao0cu::before,
.f72buwpt .ao0cu::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.nxcv .xihefxs     .ao0cu::before { content: "✦"; color: var(--c-tip-border); }
.nxcv .dgb1v .ao0cu::before { content: "▲"; color: var(--c-warn-border); }
.nxcv .vzcn73    .ao0cu::before { content: "◉"; color: #60a5fa; }
.vaj98xwj .xihefxs     .ao0cu::before { content: "★"; color: var(--c-tip-border); }
.vaj98xwj .dgb1v .ao0cu::before { content: "◆"; color: var(--c-warn-border); }
.vaj98xwj .vzcn73    .ao0cu::before { content: "●"; color: #60a5fa; }
.wsk1f .xihefxs     .ao0cu::before { content: "▶"; color: var(--c-tip-border); }
.wsk1f .dgb1v .ao0cu::before { content: "■"; color: var(--c-warn-border); }
.wsk1f .vzcn73    .ao0cu::before { content: "▸"; color: #60a5fa; }
.f72buwpt .xihefxs     .ao0cu::before { content: "→"; color: var(--c-tip-border); }
.f72buwpt .dgb1v .ao0cu::before { content: "⬥"; color: var(--c-warn-border); }
.f72buwpt .vzcn73    .ao0cu::before { content: "◈"; color: #60a5fa; }
.u085l1li .u3d56ao .hzylib,
.u085l1li .rrphl .hzylib  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.u085l1li .u0u1l3g                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.u085l1li .cxm7          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.u085l1li .gmlfxy                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lbfo2zgr .u3d56ao .hzylib,
.lbfo2zgr .rrphl .hzylib,
.lbfo2zgr .u0u1l3g,
.lbfo2zgr .apnp3c,
.lbfo2zgr .bf5cd2kv,
.lbfo2zgr .cxm7,
.lbfo2zgr .gmlfxy,
.lbfo2zgr .p41y3z .p5ae3 { box-shadow: none; }
.ms66   .oxjp8, .ms66 .xy48p7a, .ms66 .mlzv,
.ms66   .ca4c5opp, .ms66 .j0ooikn { font-size: 0.9rem; }
.ms66   .h9fqnui, .ms66 .zcrcf { font-size: 0.9rem; }
.xdf8juqq   .oxjp8, .xdf8juqq .xy48p7a, .xdf8juqq .mlzv,
.xdf8juqq   .ca4c5opp, .xdf8juqq .j0ooikn { font-size: 0.95rem; }
.xdf8juqq   .h9fqnui, .xdf8juqq .zcrcf { font-size: 0.95rem; }
.s8u8   .oxjp8, .s8u8 .xy48p7a, .s8u8 .mlzv,
.s8u8   .ca4c5opp, .s8u8 .j0ooikn { font-size: 1.08rem; }
.s8u8   .h9fqnui, .s8u8 .zcrcf { font-size: 1.05rem; }
.s8u8   .vf9jv79 { font-size: 0.97rem; }
.eylo2j .dtq1      { font-size: 3.2rem; }
.eylo2j h2.ugp8f6v2 { font-size: 1.9rem; }
.eylo2j h3.tt35nj9j     { font-size: 1.4rem; }
.i0lq0xav .dtq1      { font-size: 3.8rem; }
.i0lq0xav h2.ugp8f6v2 { font-size: 2.2rem; }
.i0lq0xav h3.tt35nj9j     { font-size: 1.6rem; }
.kfwk8v + .kfwk8v { position: relative; }
.b37ozsp   .kfwk8v + .kfwk8v::before,
.a1vik7p  .kfwk8v + .kfwk8v::before,
.t33aoa1   .kfwk8v + .kfwk8v::before,
.t5lrk8y   .kfwk8v + .kfwk8v::before,
.o4qahe   .kfwk8v + .kfwk8v::before,
.p7yu7qmi .kfwk8v + .kfwk8v::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.b37ozsp .kfwk8v + .kfwk8v::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.a1vik7p .kfwk8v + .kfwk8v::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.t33aoa1 .kfwk8v + .kfwk8v::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;
}
.t5lrk8y .kfwk8v + .kfwk8v::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.v15z .kfwk8v { margin-bottom: 16px; }
.v15z .kfwk8v + .kfwk8v { margin-top: 0; }
.v15z .cd7vga { padding-top: 0; padding-bottom: 0; }
.o4qahe .kfwk8v + .kfwk8v::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.p7yu7qmi .kfwk8v + .kfwk8v::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.kofcs .kfwk8v + .kfwk8v::before,
.noqruk9 .kfwk8v + .kfwk8v::before,
.i3iqpc1g .kfwk8v + .kfwk8v::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%;
}
.jjgnx4i .kofcs .kfwk8v:nth-child(even)::before,
.jjgnx4i .noqruk9 .kfwk8v:nth-child(even)::before,
.jjgnx4i .i3iqpc1g .kfwk8v:nth-child(even)::before { background: var(--bg-surface); }
.r66caq .kofcs .kfwk8v:nth-child(even)::before,
.r66caq .noqruk9 .kfwk8v:nth-child(even)::before,
.r66caq .i3iqpc1g .kfwk8v:nth-child(even)::before { background: var(--bg-card); }
.kofcs .kfwk8v + .kfwk8v::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");
}
.noqruk9 .kfwk8v + .kfwk8v::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");
}
.i3iqpc1g .kfwk8v + .kfwk8v::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");
}
.uvp6n .qba94,
.uvp6n .kwr19w0,
.uvp6n .igaf13kq,
.xneu .igaf13kq { padding-bottom: 60px; }
.xyh2l .igaf13kq { padding-bottom: 70px; }
.uvp6n .qba94::before,
.uvp6n .qba94::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");
}
.zqp7ijc .lpezx { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.nbyn6nec .lpezx { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.burc .lpezx { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.jhoivv .lpezx { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.c07e0dh .uxuy8yrw { background: var(--accent); }
.c07e0dh .uxuy8yrw .k3h37 { background: none; }
.c07e0dh .yyc7w2rh { background: var(--accent); }
.c07e0dh .lpezx { background: var(--accent-bg); }
.c07e0dh .qba94:not(.uxuy8yrw) .k3h37 { background: rgba(0,0,0,0.6); }
.anj2 .p65b9 { float: left; width: 38%; margin: 0 28px 16px 0; }
.anj2 .p65b9 .bovizmn { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.anj2 .cd7vga::after { content: ''; display: block; clear: both; }
.pczjyp .p65b9 { float: right; width: 38%; margin: 0 0 16px 28px; }
.pczjyp .p65b9 .bovizmn { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.pczjyp .cd7vga::after { content: ''; display: block; clear: both; }
.f2xhxfn .kfwk8v:nth-child(odd)  .p65b9 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.f2xhxfn .kfwk8v:nth-child(even) .p65b9 { float: right; width: 38%; margin: 0 0 16px 28px; }
.f2xhxfn .p65b9 .bovizmn { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.f2xhxfn .cd7vga::after { content: ''; display: block; clear: both; }
.anj2 .cdlvw,
.pczjyp .cdlvw,
.f2xhxfn .cdlvw,
@media (max-width: 900px) {
  .anj2 .p65b9,
  .pczjyp .p65b9,
  .f2xhxfn .kfwk8v:nth-child(odd)  .p65b9,
  .f2xhxfn .kfwk8v:nth-child(even) .p65b9 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .anj2 .p65b9 .bovizmn,
  .pczjyp .p65b9 .bovizmn,
  .f2xhxfn .p65b9 .bovizmn {
    max-height: none !important;
  }
}
.anj2 .h9fqnui,
.anj2 .zcrcf,
.pczjyp .h9fqnui,
.pczjyp .zcrcf,
.f2xhxfn .h9fqnui,
.f2xhxfn .zcrcf { overflow: hidden; }
@media (max-width: 640px) {
  .anj2 .p65b9,
  .pczjyp .p65b9,
  .f2xhxfn .p65b9 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.zs9vviqr .zil0pe,
.zs9vviqr .cd7vga,
.zs9vviqr .yhlw59  { max-width: 1100px; }
.uwyv3ew .zil0pe,
.uwyv3ew .cd7vga,
.uwyv3ew .yhlw59  { max-width: 1200px; }
.uwyv3ew { --content-mw: 1200px; }
.uazzt .zil0pe,
.uazzt .cd7vga,
.uazzt .yhlw59  { max-width: 1320px; }
.mib0v6 { font-size: 0.82rem; color: var(--text-muted); }
.b2x58m { display: flex; align-items: center; }
.ovrb {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.duh81w { display: flex; align-items: center; }
.wq81ji { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.wq81ji:hover { text-decoration: underline; }
.ilpdkuv { margin: 0 3px; opacity: 0.45; }
.ilpdkuv::before { content: '/'; }
.hfi2f { padding: 2px 5px; color: var(--text-main); }
.w2zn .mib0v6 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.w2zn .b2x58m { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.tp17xm0v .mib0v6 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.tp17xm0v .b2x58m { padding: 0 0 0 12px; }
.s9f6q {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.xgfx0u .b2x58m { padding: 0 16px; }
.xgfx0u .mib0v6 {
  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);
}
.xgfx0u .zil0pe { padding-top: 28px; }
@media (max-width: 720px) {
  .s9f6q { margin-top: 18px; padding: 0 16px; }
  .xgfx0u .zil0pe { padding-top: 16px; }
}
.zs9vviqr.w2zn .b2x58m { max-width: 1100px; }
.uwyv3ew.w2zn .b2x58m { max-width: 1200px; }
.uazzt.w2zn .b2x58m { max-width: 1320px; }
.zs9vviqr .s9f6q { max-width: 1100px; }
.uwyv3ew .s9f6q { max-width: 1200px; }
.uazzt .s9f6q { max-width: 1320px; }
.kw81 .kfwk8v { padding-top: 16px; padding-bottom: 16px; }
.a84y .kfwk8v { padding-top: 24px; padding-bottom: 24px; }
.cfhhl .kfwk8v { padding-top: 40px; padding-bottom: 40px; }
.z3hb3 .kfwk8v { padding-top: 52px; padding-bottom: 52px; }
.s99sj .kfwk8v:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.s99sj .kfwk8v:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.s99sj .kfwk8v:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.s99sj .kfwk8v:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ur1vkjl0 .cd7vga { padding-top: 10px;  padding-bottom: 10px; }
.qhiw4 .cd7vga { padding-top: 18px;  padding-bottom: 18px; }
.wlv9cy6 .cd7vga { padding-top: 36px;  padding-bottom: 36px; }
.gdz6vd3s .cd7vga { padding-top: 48px;  padding-bottom: 48px; }
.c343bss h2.ugp8f6v2 { font-weight: 600; }
.c343bss h3.tt35nj9j     { font-weight: 600; }
.jx2d h2.ugp8f6v2 { font-weight: 800; }
.jx2d h3.tt35nj9j     { font-weight: 700; }
.z2h01 h2.ugp8f6v2 { font-weight: 900; }
.z2h01 h3.tt35nj9j     { font-weight: 800; }
.z2h01 .p5ae3 strong,
.z2h01 .p5ae3 strong { font-weight: 600; }
.u29a3v2b {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.guo08h .u29a3v2b { display: none; }
@media (max-width: 640px) {
  .khyotx { display: none; }
  .u29a3v2b {
    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;
  }
}
.u29a3v2b { background: var(--cta) !important; color: #fff !important; border: none !important; }
.u29a3v2b:hover { opacity: 0.85; }
.nreg0p .u29a3v2b { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.libjn .u29a3v2b,
.s30zv5  .u29a3v2b { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.libjn .u29a3v2b:hover,
.s30zv5  .u29a3v2b:hover { opacity: 0.88; }
.nreg0p.libjn .u29a3v2b,
.nreg0p.s30zv5  .u29a3v2b { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.q0cg1xm {
  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;
}
.q0cg1xm:hover { transform: translateY(-2px); opacity: 0.92; }
.q0cg1xm { background: var(--cta) !important; color: #fff !important; border: none !important; }
.eb8vmmgn .q0cg1xm { display: none; }
.u4l56i .q0cg1xm { right: 32px; }
.yb316ai5  .q0cg1xm { left: 32px; }
@media (max-width: 480px) {
  .u4l56i .q0cg1xm { right: 20px; bottom: 20px; }
  .yb316ai5  .q0cg1xm { left: 20px; bottom: 20px; }
}
.t96trce5 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.yhlw59 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.vcezu2 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.uxx2u15 { color: var(--text-dim); font-size: 0.8rem; }
.fw6i a, .af3ow80d a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.fw6i a:hover, .af3ow80d a:hover { color: var(--accent-light); }
.af3ow80d { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.s41q .yhlw59 { text-align: center; }
.s41q .af3ow80d { justify-content: center; margin-bottom: 16px; }
.s41q .vcezu2 { margin-top: 0; }
.uq8hlw8 { margin-top: 10px; }
.uq8hlw8 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .yhlw59 { padding-left: 16px; padding-right: 16px; }
  .gimccc .yhlw59 { padding: 20px 16px; }
  .af3ow80d { gap: 4px 12px; }
  .vcezu2 { font-size: 0.78rem; }
}
.dewjsuk9 .vcezu2 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.dewjsuk9 .uxx2u15 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .dewjsuk9 .wns84c { grid-template-columns: 1fr 1fr; } .dewjsuk9 .jdy1 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dewjsuk9 .wns84c { grid-template-columns: 1fr; } }
.d5ni5 .vcezu2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .d5ni5 .sg714x5 { gap: 12px; } .d5ni5 .sag2 { margin-right: 0; width: 100%; } }
.ex9g .vcezu2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ex9g .uxx2u15 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ex9g .axdih { grid-template-columns: 1fr 1fr; } .ex9g .nyw5d1x { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ex9g .axdih { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .gkohwo5 .zjk8 { grid-template-columns: 1fr 1fr; } .gkohwo5 .s9kcl49:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gkohwo5 .zjk8 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .hail5sq .zjk8 { grid-template-columns: 1fr; } }
.iethu .yhlw59 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.iethu .af3ow80d { justify-content: center; }
.sa7hjjjx .tjmwm0      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.sa7hjjjx .t96trce5 { background: var(--bg-page); border-top-color: var(--border-alt); }
.zyb2 .tjmwm0      { background: #0d1117; border-bottom-color: #21262d; }
.zyb2 .v2uf1dh { color: var(--accent-light); }
.zyb2 .vi429 { --msep-color: #8b949e; }
.zyb2 .vi429 a { color: #8b949e; }
.zyb2 .vi429 a:hover { color: var(--accent-light); }
.zyb2 .jz4z { color: #8b949e; }
.zyb2 .t96trce5 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.zyb2 .vcezu2,
.zyb2 .uxx2u15 { color: #6e7681; }
.zyb2 .fw6i a, .zyb2 .af3ow80d a,
.zyb2 .fw6i a:hover, .zyb2 .af3ow80d a:hover,
@media (max-width: 640px) {
  .zyb2 .vi429 { background: #0d1117; border-top-color: #21262d; }
  .zyb2 .vi429 li a { border-bottom-color: #21262d; }
}
.mnn1o0 .tjmwm0      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.mnn1o0 .v2uf1dh { color: var(--accent-light); }
.mnn1o0 .vi429 { --msep-color: #475569; }
.mnn1o0 .vi429 a { color: #475569; }
.mnn1o0 .vi429 a:hover { color: var(--accent-light); }
.mnn1o0 .jz4z { color: #64748b; }
.mnn1o0 .t96trce5 { background: #f0f4f8; border-top-color: #cbd5e1; }
.mnn1o0 .vcezu2,
.mnn1o0 .uxx2u15 { color: #64748b; }
.mnn1o0 .fw6i a, .mnn1o0 .af3ow80d a,
.mnn1o0 .fw6i a:hover, .mnn1o0 .af3ow80d a:hover,
@media (max-width: 640px) {
  .mnn1o0 .vi429 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .mnn1o0 .vi429 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.libjn .tjmwm0      { background: var(--accent); border-bottom-color: var(--accent-light); }
.libjn .v2uf1dh { color: #fff; }
.libjn .vi429 { --msep-color: rgba(255,255,255,0.82); }
.libjn .vi429 a { color: rgba(255,255,255,0.82); }
.libjn .vi429 a:hover { color: #fff; }
.libjn .jz4z { color: rgba(255,255,255,0.9); }
.libjn .zjvd a { color: var(--text-primary) !important; }
.libjn .zjvd a:hover { color: var(--accent-light) !important; }
.libjn .t96trce5 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.libjn .vcezu2,
.libjn .uxx2u15 { color: rgba(255,255,255,0.72); }
.libjn .fw6i a, .libjn .af3ow80d a,
.libjn .j2ag0 a, .libjn .bf7g a,
.libjn .wr1gser a, .libjn .sag2 { color: #fff; }
.libjn .famo6p7z, .libjn .souq43n6 { color: rgba(255,255,255,0.7); }
.libjn .fw6i a:hover, .libjn .af3ow80d a:hover,
.libjn .j2ag0 a:hover, .libjn .bf7g a:hover { color: #fff; }
@media (max-width: 640px) {
  .libjn .vi429 { background: var(--accent); border-top-color: var(--accent-light); }
  .libjn .vi429 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.s30zv5 .tjmwm0 {
  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);
}
.s30zv5 .t96trce5 {
  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) {
  .s30zv5 .vi429 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.bqolay .dfq8cqvo { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.jzo4xe7x .dfq8cqvo { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.l8jxubuo .dfq8cqvo { min-height: 72px; height: auto; }
.vqg7it .dfq8cqvo { min-height: 84px; height: auto; }
.gimccc .dfq8cqvo { max-width: none; padding: 0 32px; }
.gimccc .yhlw59  { max-width: none; padding: 24px 32px; }
.el3nl7.uwyv3ew .dfq8cqvo { max-width: 1200px; }
.el3nl7.uazzt .dfq8cqvo { max-width: 1320px; }
.cwo8wyqk   .v2uf1dh, .cwo8wyqk   .sag2 { text-transform: capitalize; }
.yj8yvpb .v2uf1dh, .yj8yvpb .sag2 { text-transform: lowercase; }
.fbsz .v2uf1dh, .fbsz .sag2 { text-transform: uppercase; letter-spacing: 0.06em; }
.zx050fnj, .bnlme {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.b7cvh2d .zx050fnj,
.jh78h8 .zx050fnj,
.mv7v .zx050fnj,
.k0aptws3 .zx050fnj,
.z727kitg   .vi429 a { font-weight: 500; }
.g0cf1 .vi429 a { font-weight: 600; }
.yzen     .vi429 a { font-weight: 700; }
.gf104    .vi429 a { font-weight: 800; letter-spacing: 0.01em; }
.spsre     .vi429 > li + li::before,
.gh2atsp    .vi429 > li + li::before,
.dq7oqkl    .vi429 > li + li::before,
.a64hw0 .vi429 > li + li::before,
.bjeel .vi429 > li + li::before,
.ldpvc1uy  .vi429 > li + li::before,
.vlna    .vi429 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.spsre     .vi429 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.gh2atsp    .vi429 > li + li::before { content: "|"; }
.dq7oqkl    .vi429 > li + li::before { content: "—"; }
.a64hw0 .vi429 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.bjeel .vi429 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ldpvc1uy  .vi429 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.vlna    .vi429 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .w306 .jz4z,
  .naj382o .jz4z,
  .vfjpcjb .jz4z,
  .rl2jb9 .jz4z,
  .smcfvv .jz4z {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .w306 .jz4z::before,
  .naj382o .jz4z::before,
  .vfjpcjb .jz4z::before,
  .rl2jb9 .jz4z::before,
  .smcfvv .jz4z::before { content: ""; display: block; flex-shrink: 0; }

  
  .w306 .jz4z::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;
  }

  
  .naj382o .jz4z::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;
  }

  
  .vfjpcjb .jz4z::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;
  }

  
  .rl2jb9 .jz4z::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;
  }

  
  .smcfvv .jz4z::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) {
  .tbd0n .jz4z {
    padding: 5px 14px;
  }
  .tbd0n .vi429 {
    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;
  }
  .tbd0n .vi429 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .tbd0n .vi429 li a:hover { background: var(--bg-raised); }
  .tbd0n .whf4f,
  .xjxtl3t .whf4f,
  .k7m2 .whf4f { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .aqnn2l .jz4z {
    padding: 5px 10px;
  }
  .aqnn2l .vi429 {
    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);
  }
  .aqnn2l .vi429.dq7eld { transform: translateX(0); }
  .aqnn2l .vi429 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .aqnn2l .vi429 li:last-child a { border-bottom: none; }
  .libjn .vi429,
  .zyb2 .vi429 { background: var(--accent) !important; }
  .libjn .vi429 li a,
  .zyb2 .vi429 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .k7m2 .jz4z {
    padding: 5px 10px;
  }
  .k7m2 .vi429 {
    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);
  }
  .k7m2 .vi429::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .k7m2 .vi429.dq7eld { transform: translateY(0); }
  .k7m2 .vi429 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ytoe .jz4z {
    padding: 5px 10px;
  }
  .ytoe .vi429 {
    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;
  }
  .ytoe .vi429.dq7eld { opacity: 1; pointer-events: auto; }
  .ytoe .vi429 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .stp1     .jz4z { border-radius: 0 !important; }
  .l3g07uv   .jz4z { border-radius: 8px !important; }
  .gbdgii04 .jz4z { border-radius: 50% !important; }
  .hbed1r   .jz4z { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .kht2 .iplpa { flex-direction: column; align-items: stretch; }
  .kht2 .d4qtq6 { flex-direction: row; min-width: auto; }
  .kht2 .mjv3 { align-items: flex-start; text-align: left; }
}
.rrizop,
.rrizop.kfwk8v,
.jjgnx4i .rrizop,
.n5hcm5x1 .rrizop,
.r66caq .rrizop,
.jbl9wjr9 .rrizop {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.hz2366go {
  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;
}
.uq6tw8 { flex: 1 1 280px; min-width: 0; }
.m1z59hu2 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ut0b8u7 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.j4xa {
  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;
}
.j4xa:hover { transform: translateY(-1px); opacity: 0.95; }
.eev5w7a .hz2366go {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.eev5w7a .m1z59hu2 { color: var(--cta); }
.eev5w7a .ut0b8u7 { color: var(--text-body); }
.eev5w7a .j4xa {
  background: var(--cta) !important;
  color: #fff !important;
}
.kabg5ns8 .hz2366go {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.kabg5ns8 .m1z59hu2 { color: var(--text-primary); }
.kabg5ns8 .ut0b8u7 { color: var(--text-body); }
.kabg5ns8 .j4xa {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .hz2366go {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .uq6tw8 { flex: 0 0 auto; }
  .m1z59hu2 { font-size: 1.2rem; }
  .j4xa { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.h6ej3 .e68i { height: 36px; }
.gbzu0hy .e68i { height: 60px; max-width: 200px; }
.oiej7 .e68i { height: 56px; max-width: 180px; }
.ii0obm .t7599bh9 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .c8krpd .klp3qj {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .c8krpd .apnp3c {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .c8krpd .apnp3c { padding: 40px 16px 20px; }
  .c8krpd .t7599bh9 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .c8krpd .kbz0 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .b9ase5 .apnp3c {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .b9ase5 .apnp3c::before {
    position: absolute; top: 14px; left: 14px;
  }
  .b9ase5 .jxab8 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .b9ase5 .ykib3n { white-space: normal; text-align: center; font-size: 1.2rem; }
  .b9ase5 .t7599bh9 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .b9ase5 .kbz0 { width: 100%; min-width: 0; }
  .b9ase5 .fdw02ty { min-width: 0; }
}
.w8g8kl1 .rqqm {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.w8g8kl1 .rqqm summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.w8g8kl1 .rqqm p { padding: 0 2px 16px; }
.yarjr .rqqm { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.yarjr .rqqm summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.yarjr .rqqm summary::after { content: "›"; font-size: 1.2em; }
.yarjr .rqqm[open] summary::after { content: "‹"; }
.yarjr .rqqm p { padding: 10px 22px 4px; }
.wx8z .rqqm {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.wx8z .rqqm summary { color: var(--text-primary); padding-left: 16px; }
.wx8z .rqqm summary::after { content: "›"; font-size: 1.1em; }
.wx8z .rqqm[open] summary::after { content: "‹"; }
.wx8z .rqqm p { padding-left: 16px; }
.muuzi2 .pl5kb4c { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.muuzi2 .rqqm {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.muuzi2 .rqqm:last-child { border-bottom: none; }
.muuzi2 .rqqm summary { color: var(--text-primary); border-radius: 0; }
.muuzi2 .rqqm summary::after { content: "›"; font-size: 1.1em; }
.muuzi2 .rqqm[open] summary::after { content: "‹"; }
.txqkt4 .rqqm { overflow: hidden; }
.txqkt4 .rqqm summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.txqkt4 .rqqm summary::after { color: rgba(255,255,255,.75); }
.txqkt4 .rqqm[open] summary { border-radius: 0; }
.lbzlh4z { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.u9po {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.stls {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.x89l5 { color: var(--text-muted); font-size: 1.05rem; }
.vedhe02 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.t8ikhm {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.o6k4rv { margin-bottom: 20px; }
.v0afjma {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.w7yb {
  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;
}
.w7yb:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.hchmiu { resize: vertical; min-height: 130px; }
.xkt80bj { width: 100%; margin-top: 8px; }
.f7hkki8 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ogesw1e9 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.w2lz { color: var(--text-muted); line-height: 1.75; }
.ae34ei3p { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ae34ei3p li { margin-bottom: 6px; }
.f0ich { max-width: 760px; margin: 0 auto; }
.en7p51d { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.la9b5p { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.la9b5p:last-child { border-bottom: none; }
.la9b5p h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.la9b5p p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vqxa { max-width: 760px; margin: 0 auto; }
.lx48v ul.ae34ei3p { margin: 0; }
@media (max-width: 640px) { .zthcrs { grid-template-columns: 1fr; gap: 10px; } }
.o0jpdq { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.myhqkuz { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.nrxo01l1 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.myhqkuz p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.myhqkuz .ae34ei3p { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .o0jpdq { grid-template-columns: 1fr; } }
.xvkp { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.xvkp:hover .to07d { color: var(--accent-light); text-decoration: underline; }
.z5i21umu { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.lm1s { margin-bottom: 48px; }
.nt4e6 { max-width: 760px; margin: 0 auto; }
.c64ub { max-width: 640px; margin: 0 auto; }
.e9i9t1lt { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.e9i9t1lt:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.sv44 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.e9i9t1lt p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.e9i9t1lt ul.ae34ei3p { margin: 0; }
.eq1l8m37 { color: var(--text-muted); line-height: 1.75; }
.i0o2mt2 .ae34ei3p,
.c64ub .ae34ei3p,
.cm6rw2 .ae34ei3p,
.p8zr4o .ae34ei3p {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.i0o2mt2 .e9i9t1lt,
.c64ub .e9i9t1lt { text-align: left; }
.i0o2mt2 .sv44,
.c64ub .sv44 { text-align: center; }
.q7rky45 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.mbx5 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.yug9xo7 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.gos37xiq { margin-top: 12px; }
.zw7xj7td { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.zw7xj7td:hover { border-bottom-color: var(--accent-light); }
.w1yl64q { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.w1yl64q img { width: 100%; height: 100%; object-fit: cover; display: block; }
.uh0rl1 { width: 72px; height: 72px; }
.gq00nwpg { border-radius: 50%; }
.kux3f6 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.ueqrp { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .q1y7a { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.qcma9m .yug9xo7, .qcma9m .mbx5 { max-width: 640px; }
.m1p94o .q7rky45 { font-size: 1.6rem; margin-top: 18px; }
.aotv4al8 .yug9xo7 { margin-bottom: 28px; }
@media (max-width: 860px) { .t1wd { grid-template-columns: 1fr; } .m1p94o { position: static; text-align: center; } }
.c9gi5 .w1yl64q { margin: 0 auto 18px; }
.c9gi5 .kux3f6 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .sgl8dq6d { grid-template-columns: 1fr; } }
.lstezl .q7rky45 { font-size: 1.6rem; margin-bottom: 6px; }
.p8zr4o .ae34ei3p { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .lstezl { flex-direction: column; text-align: center; } .uq5j { grid-template-columns: 1fr; } }
.be9h5ufx { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.be9h5ufx .q7rky45 { font-size: 1.35rem; margin: 0 0 4px; }
.be9h5ufx .kux3f6 { margin: 0; }
.gjit02r .stls { color: var(--accent-light); }
.nmb5a {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.nmb5a .stls { font-size: 2rem; }
.nmb5a .x89l5 { max-width: 680px; }
.wfxeno5p .stls { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.wfxeno5p .x89l5  { margin: 0; }
@media (max-width: 640px) { .wfxeno5p { flex-direction: column; } }
.k6uvy .stls { color: var(--accent-light); }
.icl7o .stls { color: #fff; }
.icl7o .x89l5  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .n3v5zm { grid-template-columns: 1fr; } }
.j61idkv .w7yb {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.j61idkv .w7yb:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.wg3bmgn .w7yb { background: var(--bg-raised); border-color: transparent; }
.wg3bmgn .w7yb:focus { background: var(--bg-card); border-color: var(--accent-light); }
.suipmq .w7yb { border-radius: 100px; padding: 11px 20px; }
.suipmq .hchmiu { border-radius: 14px; }
.dwjo71 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .dwjo71 { grid-template-columns: 1fr; } }
.r6pa {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.r6pa h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.r6pa p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.hr4qt{display:none}
.hr4qt:empty,.hasn5dy9:empty{display:none}
.d3ruz8{position:relative;overflow:visible}
.libisq2 .iqe1szkv,.ag58zrit .iqe1szkv,
.t55f .iqe1szkv,.q3beh1 .iqe1szkv,
.xveirxh1 .iqe1szkv,.tuvqjo .iqe1szkv{display:block}
.i53nzx4o .phm7mv{display:block}
.libisq2 .iqe1szkv,.ag58zrit .iqe1szkv,
.t55f .iqe1szkv,.q3beh1 .iqe1szkv,
.xveirxh1 .iqe1szkv{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}
.libisq2 .iqe1szkv .hasn5dy9,.ag58zrit .iqe1szkv .hasn5dy9,
.t55f .iqe1szkv .hasn5dy9,.q3beh1 .iqe1szkv .hasn5dy9,
.xveirxh1 .iqe1szkv .hasn5dy9{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}
.libisq2 .w9z7mhn4,.ag58zrit .w9z7mhn4,
.t55f .w9z7mhn4,.q3beh1 .w9z7mhn4,
.xveirxh1 .w9z7mhn4{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.libisq2 .iqe1szkv,.ag58zrit .iqe1szkv{top:12px}
.libisq2 .iqe1szkv .hasn5dy9{margin-right:auto}
.ag58zrit .iqe1szkv .hasn5dy9{margin-left:auto}
.ag58zrit .iqe1szkv{text-align:right}
.t55f .iqe1szkv,.q3beh1 .iqe1szkv{bottom:12px}
.t55f .iqe1szkv .hasn5dy9{margin-right:auto}
.q3beh1 .iqe1szkv .hasn5dy9{margin-left:auto}
.q3beh1 .iqe1szkv{text-align:right}
.xveirxh1 .iqe1szkv{position:relative;margin-top:16px}
.xveirxh1 .iqe1szkv .hasn5dy9{margin:0 auto}
.tuvqjo .iqe1szkv{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.tuvqjo .iqe1szkv .hasn5dy9{margin:0}
.tuvqjo .lpezx~.iqe1szkv,
.tuvqjo .ll8dr0u2~.iqe1szkv{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.tuvqjo .lpezx~.iqe1szkv .hasn5dy9,
.tuvqjo .ll8dr0u2~.iqe1szkv .hasn5dy9{justify-content:flex-start}
.lpezx~.iqe1szkv,.ll8dr0u2~.iqe1szkv{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}
.lpezx~.iqe1szkv .hasn5dy9{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ll8dr0u2~.iqe1szkv .hasn5dy9{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.phm7mv .hasn5dy9{margin:0 0 12px}
.hasn5dy9{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.scnnn58{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.to07d{font-weight:600;color:var(--text-heading);opacity:1}
.h3a01::before{content:"·";margin:0 2px;opacity:.5}
.w9z7mhn4{white-space:nowrap}
.vsn88b .scnnn58{display:none}
.w7o4s .w9z7mhn4{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.w7o4s .h3a01::before{content:""}
.akvu .w9z7mhn4{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}
.akvu .h3a01::before{content:""}
.dbjn6 .hasn5dy9{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.w5xp .w9z7mhn4{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.w5xp .h3a01::before{content:""}
.grx9x7g .w9z7mhn4{color: var(--accent-light);opacity:1;font-weight:500}
.tld5 .w9z7mhn4{border-bottom:1px solid currentColor;padding-bottom:2px}
.i0ho7v .hasn5dy9{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.a2c68bi{--date-bg:transparent}
.cln3oz8 .h3a01::before{content:""}
.xs553 .h3a01::before{content:"•";opacity:.4}
.xs553 .w9z7mhn4 + .w9z7mhn4::before{content:"•";margin-right:6px;opacity:.4}
.sijf96 .h3a01::before{content:"/";opacity:.35}
.sijf96 .w9z7mhn4 + .w9z7mhn4::before{content:"/";margin-right:6px;opacity:.35}
.quq4ahg .h3a01::before{content:"|";opacity:.3}
.quq4ahg .w9z7mhn4 + .w9z7mhn4::before{content:"|";margin-right:6px;opacity:.3}
.cifowszj .h3a01::before{content:"—";opacity:.3}
.cifowszj .w9z7mhn4 + .w9z7mhn4::before{content:"—";margin-right:6px;opacity:.3}
.r63dyk9 .h3a01::before{content:"◆";font-size:.5em;opacity:.35}
.r63dyk9 .w9z7mhn4 + .w9z7mhn4::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.xzcqk4 .h3a01::before{content:"·";opacity:.4}
.xzcqk4 .w9z7mhn4 + .w9z7mhn4::before{content:"·";margin-right:6px;opacity:.4}
.b7utdlk .h3a01::before{content:"›";opacity:.4}
.b7utdlk .w9z7mhn4 + .w9z7mhn4::before{content:"›";margin-right:6px;opacity:.4}
.xpe7g2g .h3a01::before{content:"→";opacity:.35;font-size:.85em}
.xpe7g2g .w9z7mhn4 + .w9z7mhn4::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.p3nvw8e .qsbxui{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .qsbxui{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .e7nw{max-width:100%}
}
.bil9sipq .cxm7{margin:0}
@media (max-width:560px){
  .quwa8{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) {
  .cjihv { padding: 28px 18px 20px; }
  .v3f27uhy { font-size: 1.2rem; }
  .busulf { max-width: 220px; max-height: 80px; }
}
.paz7  .wf8h9m { border-radius: 50%; }
.lj2751e .hz2366go {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .wf8h9m { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.m8re {
  margin: 28px 0 24px;
}
.m8re .kfwk8v {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.m8re .cd7vga {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.m8re .hz2366go {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .dfq8cqvo { flex-direction: row-reverse; }
[dir="rtl"] .vi429 { flex-direction: row-reverse; }
[dir="rtl"] .u4l56i .q0cg1xm { right: auto; left: 32px; }
[dir="rtl"] .yb316ai5  .q0cg1xm { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .u4l56i .q0cg1xm { right: auto; left: 20px; }
  [dir="rtl"] .yb316ai5  .q0cg1xm { left: auto;  right: 20px; }
}
[dir="rtl"] .anj2 .p65b9  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .pczjyp .p65b9 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .lpezx,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .h9fqnui, [dir="rtl"] .zcrcf { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .p5ae3 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .hz2366go { direction: rtl; }
[dir="rtl"] .mib0v6 { direction: rtl; }
[dir="rtl"] .gmlfxy { direction: rtl; }
[dir="rtl"] .qa5hq4aq { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .aaez0 .zcrcf,
[dir="rtl"] .idndh .zcrcf,
[dir="rtl"] .i5xu .zcrcf,
[dir="rtl"] .ez84yq .zcrcf {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .aaez0 .zcrcf li::before,
[dir="rtl"] .idndh .zcrcf li::before,
[dir="rtl"] .i5xu .zcrcf li::before,
[dir="rtl"] .ez84yq .zcrcf li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .lpezx.jdtys .igaf13kq { align-items: flex-end; text-align: right; }
[dir="rtl"] .lpezx.cf3vshqq .igaf13kq { text-align: center; }
[dir="rtl"] .lpezx .igaf13kq { text-align: right; }
[dir="rtl"] .cd7vga,
[dir="rtl"] .ca4c5opp,
[dir="rtl"] .j0ooikn,
[dir="rtl"] .j0l68,
[dir="rtl"] .t8ikhm,
[dir="rtl"] .v0afjma,
[dir="rtl"] .yug9xo7,
[dir="rtl"] .w7yb,
[dir="rtl"] .hchmiu { text-align: right; direction: rtl; }
[dir="rtl"] .suipmq .w7yb,
[dir="rtl"] .j61idkv .w7yb { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #1db874;
  --brand:           #1db874;
  --brand-light:     #5cdfa6;
  --brand-pale:      #9ae4c3;
  --grad-start:      #0f5f3c;
  --grad-end:        #19a166;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #84cc16;
  --cta-light:       #a7e548;
  --cta-hover:       #99e723;
  --bg-page:         #04140d;
  --bg-surface:      #072115;
  --bg-card:         #0a2d1e;
  --bg-card-inner:   #0d3926;
  --bg-raised:       #10462e;
  --bg-hover:        #135236;
  --border:          #176341;
  --border-alt:      #1d7b52;
  --border-section:  #176341;
  --text-primary:    #e3e7e5;
  --text-muted:      #9dada6;
  --text-body:       #c7d0cc;
  --text-sub:        #9dada6;
  --text-faint:      #687c73;
  --text-dim:        #51615a;
  --text-label:      #82968d;
  --text-value:      #b9c4bf;
  --accent-bg:       #112b20;
  --accent-bg-light: #174330;
  --bg-tip:          #26161d;
  --bg-warning:      #272115;
  --bg-info:         #162026;
  --bg-pros:         #26161d;
  --bg-cons:         #261c16;
  --c-pros:          #f17db0;
  --c-cons:          #e6ac89;
  --c-pros-label:    #ec4f94;
  --c-tip-border:    #e92f80;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #f17db0;
}
:root { --logo-bg-opacity: 66%; }
body, button, input { font-family: "Mulish", sans-serif; }
.fwbopbo .wmo5, .fwbopbo .lpezx { min-height: 320px; }
.mewkmx0 .u29a3v2b::after,.mewkmx0 .q0cg1xm::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.ilpdkuv::before { content: '/'; }