:root {
  --color-accent: #4105c9;
  --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;
}
.wwrt1bu {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.wyxd {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.g33qzec {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.mvct { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.uyctz { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.uyctz a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.uyctz a:hover { color: var(--accent-light); }
.uwr9  .sf5m7cjc { border-radius: 14px; }
.uwr9 .sf5m7cjc li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.uwr9 .sf5m7cjc li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.d9u29f7u  .sf5m7cjc li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .sf5m7cjc {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .pdqib:hover .sf5m7cjc,
  .pdqib:focus-within .sf5m7cjc { display: block; }
  .sf5m7cjc li a { padding: 8px 16px; font-size: 0.88rem; }
}
.qc6e4k3x {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.g07m1gom { display: none; }
@media (max-width: 640px) {
  .g07m1gom {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .g07m1gom.ghrt3y { display: block; }
}
@media (max-width: 640px) {
  .qc6e4k3x { display: block; }
  .uyctz > li + li::before { display: none !important; }
  .uyctz {
    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;
  }
  .uyctz.ghrt3y { display: flex; }
  .uyctz li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .uyctz li:last-child a { border-bottom: none; }
}
.vrgds1x8 { min-height: 480px; }
.bh4zlvlm {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.xo0s2yqv { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.sneal .xo0s2yqv { margin-left: 0; margin-right: 0; }
.yornbh8 {
  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;
}
.dwti .yornbh8 { margin-top: 24px; }
.yornbh8:hover { opacity: 0.88; }
.bs90 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.jjrl6h {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.bs90 .kn3rqmw {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.bs90 .bh4zlvlm { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.bs90 .xo0s2yqv { color: #e2e8f0; }
.bs90.uvkwmcg4 .kn3rqmw { text-align: center; }
.bs90.sneal   .kn3rqmw { text-align: left; }
.kinxwe .kn3rqmw {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.kinxwe .bh4zlvlm { color: var(--text-primary); text-shadow: none; }
.kinxwe .xo0s2yqv { color: var(--text-muted); }
.kinxwe .yornbh8 { margin-top: 16px; }
.kinxwe, .kinxwe.vrgds1x8 { min-height: auto !important; }
.kinxwe.uvkwmcg4 .kn3rqmw { text-align: center; }
.kinxwe.sneal   .kn3rqmw { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.cfis7q6r .bs90 .jjrl6h {
  overflow: hidden;
}
.cfis7q6r .bs90 .jjrl6h::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.qezpu .dcmge,
.qezpu .w3h0 {
  position: relative; overflow: hidden;
}
.qezpu .dcmge::after,
.qezpu .w3h0::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@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); }
}
.qezpu .bs90 .jjrl6h {
  overflow: hidden;
}
.qezpu .bs90 .jjrl6h::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.j30t .bs90 .jjrl6h {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.qjtgga8 .bs90 .jjrl6h {
  overflow: hidden;
}
.qjtgga8 .bs90 .jjrl6h::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;
}
.rsabe .bs90 .jjrl6h {
  animation: hg-breathe 10s ease-in-out infinite;
}
.dcmge .jjrl6h {
  background: none;
}
.dcmge .bh4zlvlm { color: #fff; }
.dcmge .xo0s2yqv { color: rgba(255,255,255,0.85); }
.dcmge .yornbh8 { background: #fff; color: var(--cta); }
.dcmge .yornbh8:hover { opacity: 0.92; }
.qezpu .o01ahyf5 { position: relative; overflow: hidden; }
.qezpu .o01ahyf5::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;
}
.o01ahyf5 .bh4zlvlm { text-shadow: none; color: var(--text-primary); }
.o01ahyf5 .xo0s2yqv { color: var(--text-muted); }
body.ei30w .bh4zlvlm {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.wpv7xt4 .bh4zlvlm {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.vrgds1x8.dcmge .bh4zlvlm,
section.dcmge .bh4zlvlm {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.o01ahyf5.uvkwmcg4 .keaq51w { align-items: center; text-align: center; }
.vrgds1x8 .h372 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.h372 .kb8sii.cvmy8a {
  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;
}
.h372 .kb8sii.cvmy8a:hover { opacity: 0.85; }
.h05j5yph .kn3rqmw { padding-bottom: 24px; }
.dwti .kn3rqmw { max-width: 1100px; }
@media (max-width: 700px) {
  .o01ahyf5 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .o01ahyf5:not(.wyua9rv) .j58tmlh8 { display: none !important; }
  .wyua9rv .j58tmlh8 { padding: 16px; }
  .keaq51w  { padding: 36px 24px; }
  .o01ahyf5~.oupvyh,.jkxr1p~.oupvyh{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .vrgds1x8, .o01ahyf5 { min-height: 320px !important; }
  .bh4zlvlm { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .lf7fd,
  .uzh7,
  .hcd4 { grid-template-columns: 1fr !important; }

  

  
  .h05j5yph { display: flex !important; flex-direction: column !important; }
  .h05j5yph .kn3rqmw { display: contents; }
  .h05j5yph .jjrl6h { order: 0; }
  .h05j5yph .bh4zlvlm { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .h05j5yph .lf7fd { order: 2; padding: 0 16px 12px !important; }
  .h05j5yph .xo0s2yqv { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .dwti .kn3rqmw { display: flex; flex-direction: column; }
  .dwti .kn3rqmw .bh4zlvlm { order: 1; }
  .dwti .kn3rqmw .hcd4 { order: 2; margin: 8px 0 24px !important; }
  .dwti .kn3rqmw .xo0s2yqv { order: 3; }
  .dwti .kn3rqmw .yornbh8 { order: 4; align-self: center; margin-top: 0; }

  
  .o01ahyf5.wyua9rv {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .o01ahyf5.wyua9rv .keaq51w { display: contents; padding: 0; }
  .o01ahyf5.wyua9rv .keaq51w .bh4zlvlm { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .o01ahyf5.wyua9rv .j58tmlh8 { order: 2; padding: 12px 16px; }
  .o01ahyf5.wyua9rv .keaq51w .xo0s2yqv { order: 3; padding: 0 24px; margin: 0 auto; }
  .o01ahyf5.wyua9rv .keaq51w .yornbh8 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.f2f7fow { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.en3sah0p { width: 100%; height: auto; display: block; border-radius: 10px; }
.e4c3 .f2f7fow        { border-radius: 16px; }
.e4c3 .en3sah0p  { border-radius: 16px; }
.byu1 .f2f7fow         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.byu1 .en3sah0p   { border-radius: 8px; }
.jucv6cc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.p3f0d { width: 100%; padding: 32px 0; position: relative; }
.j5et44k { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.lskgv .p3f0d:nth-child(even) { background: var(--bg-surface); }
.lskgv .p3f0d:nth-child(odd)  { background: var(--bg-page); }
.u4n4a650 .p3f0d:nth-child(even) { background: var(--bg-card); }
.u4n4a650 .p3f0d:nth-child(odd)  { background: var(--bg-page); }
.lskgv .p3f0d:nth-child(odd)  .j5et44k { background: var(--bg-card); border-radius: 6px; }
.lskgv .p3f0d:nth-child(even) .j5et44k { background: var(--bg-raised); border-radius: 6px; }
.u4n4a650 .p3f0d:nth-child(odd)  .j5et44k { background: var(--bg-card); border-radius: 6px; }
.u4n4a650 .p3f0d:nth-child(even) .j5et44k { background: var(--bg-raised); border-radius: 6px; }
.lskgv .p3f0d:nth-child(even) .qpugs47 .qrfzg,
.u4n4a650 .p3f0d:nth-child(even) .qpugs47 .qrfzg { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.lskgv .p3f0d:nth-child(odd) .qpugs47 .qrfzg,
.u4n4a650 .p3f0d:nth-child(odd) .qpugs47 .qrfzg { background: var(--bg-card-inner); }
.lskgv .p3f0d:nth-child(even) .clf7l8k .qrfzg:nth-child(odd),
.u4n4a650 .p3f0d:nth-child(even) .clf7l8k .qrfzg:nth-child(odd)  { background: var(--bg-card); }
.lskgv .p3f0d:nth-child(even) .clf7l8k .qrfzg:nth-child(even),
.u4n4a650 .p3f0d:nth-child(even) .clf7l8k .qrfzg:nth-child(even) { background: var(--bg-card-inner); }
h1.jb62xtj { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.jb62xtj {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.fg6w0m { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.nfc9z h2.jb62xtj {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.zksawv1 h2.jb62xtj {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.bpxel h2.jb62xtj {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.bxin h2.jb62xtj::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.jfb2is h2.jb62xtj {
  color: var(--text-primary); font-size: 1.7rem;
}
.slicv6 h2.jb62xtj::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.joxg7zr h2.jb62xtj {
  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;
}
.blqc9 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .blqc9 { display: none; } }
.olhaeut { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.xi30j { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ek2wat {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.el2ysp { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.r741wkjf { padding-left: 20px; }
.r741wkjf li { margin-bottom: 6px; }
.r741wkjf a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.r741wkjf a:hover { color: var(--accent-light); }
.go6fce6 .el2ysp { display: none; }
.vrb3v .el2ysp { display: none; }
.vrb3v .r741wkjf { padding-left: 0; list-style: none; }
.vrb3v .r741wkjf li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.vrb3v .r741wkjf a { font-size: 0.92rem; }
.o171yk04 .ek2wat { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.o171yk04 .el2ysp { display: none; }
.o171yk04 .r741wkjf { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.o171yk04 .r741wkjf li { margin-bottom: 0; }
.o171yk04 .r741wkjf 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;
}
.o171yk04 .r741wkjf a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.kmmeq .ek2wat { padding: 20px 20px 16px; }
.kmmeq .r741wkjf {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.kmmeq .r741wkjf li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.kmmeq .r741wkjf 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;
}
.kmmeq .r741wkjf 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;
}
.kmmeq .r741wkjf a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.kmmeq .r741wkjf a:focus,
.kmmeq .r741wkjf a:focus-visible,
.kmmeq .r741wkjf a:target { outline: none; }
.kmmeq .r741wkjf li:target a { border-color: var(--border); color: var(--text-muted); }
.v2zoi .ek2wat { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.v2zoi .el2ysp { display: none; }
.v2zoi .r741wkjf { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.v2zoi .r741wkjf li { margin-bottom: 0; }
.v2zoi .r741wkjf li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.v2zoi .r741wkjf li:last-child::after { content: ""; margin-right: 0; }
.v2zoi .r741wkjf a { font-size: 0.9rem; }
.qrfzg { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.qpugs47 .qrfzg { background: var(--bg-card); }
.clf7l8k .qrfzg:nth-child(odd)  { background: var(--bg-card); }
.clf7l8k .qrfzg:nth-child(even) { background: var(--bg-raised); }
.zcz38940 .qrfzg {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.zcz38940 .qrfzg:last-child { border-bottom: none; }
.zcz38940 h3.fg6w0m { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.jub1s .qrfzg {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.jub1s .qrfzg + .qrfzg { margin-top: 4px; }
.q7rg40 .qrfzg { background: none; border-radius: 0; padding: 12px 0; }
.q7rg40 .qrfzg + .qrfzg { border-top: 1px solid var(--border-section); }
.qd03nn { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.y9q67ffm { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.lbg9 { color: var(--text-body); margin-bottom: 10px; }
.pfgl, .l7c2vym2 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.pfgl li, .l7c2vym2 li { margin-bottom: 6px; }
.l7c2vym2 li { list-style: decimal; }
.nrga     .pfgl { list-style-type: "● "; }
.dexds  .pfgl { list-style-type: "■ "; }
.fbgo23 .pfgl { list-style-type: "◆ "; }
.qqld    .pfgl { list-style-type: "★ "; }
.nrga     .whtgb9v { list-style-type: "● "; }
.dexds  .whtgb9v { list-style-type: "■ "; }
.fbgo23 .whtgb9v { list-style-type: "◆ "; }
.qqld    .whtgb9v { list-style-type: "★ "; }
.nrga    .pfgl li::marker, .nrga    .whtgb9v li::marker,
.dexds .pfgl li::marker, .dexds .whtgb9v li::marker,
.fbgo23 .pfgl li::marker, .fbgo23 .whtgb9v li::marker,
.qqld   .pfgl li::marker, .qqld   .whtgb9v li::marker {
  color: var(--cta); font-size: 1em;
}
.nrga .l7c2vym2,
.dexds .l7c2vym2,
.fbgo23 .l7c2vym2,
.qqld .l7c2vym2 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.nrga .l7c2vym2 li,
.dexds .l7c2vym2 li,
.fbgo23 .l7c2vym2 li,
.qqld .l7c2vym2 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.nrga .l7c2vym2 li::before,
.dexds .l7c2vym2 li::before,
.fbgo23 .l7c2vym2 li::before,
.qqld .l7c2vym2 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;
}
.nrga     .l7c2vym2 li::before { border-radius: 50%; }
.dexds  .l7c2vym2 li::before { border-radius: 3px; }
.fbgo23 .l7c2vym2 li::before { border-radius: 3px; }
.qqld    .l7c2vym2 li::before { border-radius: 50%; }
.xw7kc { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.egmm .xw7kc,
.k3e2 .xw7kc { background: transparent; border: none; border-radius: 0; }
.b6ex95qx { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.b6ex95qx th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.b6ex95qx td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.b6ex95qx tr:hover td { background: var(--bg-hover); }
.eoh5esp .b6ex95qx tbody tr:nth-child(even) td { background: var(--bg-surface); }
.oygjsgzx .b6ex95qx { border: 1px solid var(--border-alt); }
.oygjsgzx .b6ex95qx th,
.oygjsgzx .b6ex95qx td { border: 1px solid var(--border-alt); }
.k52x .b6ex95qx th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.k52x .b6ex95qx td { border-bottom: none; }
.k52x .b6ex95qx tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.rz18pfbj .b6ex95qx th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.u2o7c83 .xw7kc {
  overflow: hidden;
}
.u2o7c83 .b6ex95qx th { border-bottom: 1px solid var(--border-alt); }
.u2o7c83 .b6ex95qx tr:last-child td { border-bottom: none; }
.ukvgv22 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.d5lx9n { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.xf3hwq { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.s1c1h { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.dgtl { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.whtgb9v { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.whtgb9v 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%}
.zxu8uu .s1c1h { background: transparent; text-align: center; }
.uf5gk .xf3hwq {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.tcdl .xf3hwq {
  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);
}
.sh7ry .d5lx9n { display: grid; grid-template-columns: auto 1fr; }
.sh7ry .xf3hwq {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.sh7ry .s1c1h { grid-column: 2; }
.sh7ry .dgtl,
.sh7ry .whtgb9v { grid-column: 1 / -1; }
.mo4dmf .d5lx9n { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.mo4dmf .xf3hwq {
  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);
}
.mo4dmf .s1c1h { grid-column: 2; }
.mo4dmf .dgtl,
.mo4dmf .whtgb9v { grid-column: 1 / -1; }
.dlmo .d5lx9n { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.dlmo .s1c1h { background: none; color: var(--accent-light); font-weight: 700; }
.qystp7 .d5lx9n { 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); }
.qystp7 .s1c1h { background: none; color: var(--accent-light); font-weight: 700; }
.bgbn9 .d5lx9n { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.bgbn9 .d5lx9n:last-child { border-bottom: none; }
.bgbn9 .s1c1h { background: none; color: var(--accent-light); font-weight: 700; }
.xaua6yej .d5lx9n { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.xaua6yej .s1c1h { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.pinouai7 .ukvgv22 { counter-reset: card-n; }
.pinouai7 .d5lx9n  { counter-increment: card-n; }
.pinouai7 .s1c1h { display: flex; align-items: center; gap: 10px; }
.pinouai7 .s1c1h::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;
}
.azr11 .d5lx9n { background: var(--bg-surface); border: 1px solid var(--border); }
.azr11 .s1c1h { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.fd142r { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.y2ipa  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.syco59 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.uv4vysqe { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.epg6w { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.fd142r strong { color: var(--text-primary); font-size: 0.95rem; }
.fd142r p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.en3sah0p { width: 100%; height: auto; border-radius: 10px; display: block; }
.cvmy8a {
  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;
}
.cvmy8a:hover { opacity: 0.85; }
.sxglfl11 .cvmy8a  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.sxglfl11 .cvmy8a:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.bo3ih .cvmy8a  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.bo3ih .cvmy8a:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.si9f7u .yornbh8 { border-radius: 50px; }
.si9f7u .cvmy8a  { border-radius: 50px; }
.tsv66 .yornbh8 { padding-left: 22px; padding-right: 22px; }
.tsv66 .cvmy8a  { padding-left: 12px; padding-right: 12px; }
.v7xkg5g .yornbh8 { padding-left: 44px; padding-right: 44px; }
.v7xkg5g .cvmy8a  { padding-left: 24px; padding-right: 24px; }
.vqr38rw .yornbh8 { padding-left: 56px; padding-right: 56px; }
.vqr38rw .cvmy8a  { padding-left: 32px; padding-right: 32px; }
.ylem4zf   .yornbh8::after, .ylem4zf   .cvmy8a::after,
.nerc44jm .yornbh8::after, .nerc44jm .cvmy8a::after,
.dgxrqnq    .yornbh8::after, .dgxrqnq    .cvmy8a::after,
.aoo8f1qz    .yornbh8::after, .aoo8f1qz    .cvmy8a::after,
.hc3t124    .yornbh8::after, .hc3t124    .cvmy8a::after,
.vzgj7d     .yornbh8::after, .vzgj7d     .cvmy8a::after,
.f5fqe    .yornbh8::after, .f5fqe    .cvmy8a::after,
.hnnv0f1   .yornbh8::after, .hnnv0f1   .cvmy8a::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;
}
.ylem4zf .yornbh8::after, .ylem4zf .cvmy8a::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");
}
.nerc44jm .yornbh8::after, .nerc44jm .cvmy8a::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");
}
.dgxrqnq .yornbh8::after, .dgxrqnq .cvmy8a::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");
}
.aoo8f1qz .yornbh8::after, .aoo8f1qz .cvmy8a::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");
}
.hc3t124 .yornbh8::after, .hc3t124 .cvmy8a::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");
}
.vzgj7d .yornbh8::after, .vzgj7d .cvmy8a::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");
}
.f5fqe .yornbh8::after, .f5fqe .cvmy8a::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");
}
.hnnv0f1 .yornbh8::after, .hnnv0f1 .cvmy8a::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");
}
.wcvu7   .okp4uar::after, .wcvu7   .je057::after,
.bl5f .okp4uar::after, .bl5f .je057::after,
.trsw    .okp4uar::after, .trsw    .je057::after,
.xrl3clot    .okp4uar::after, .xrl3clot    .je057::after,
.p3bnqr    .okp4uar::after, .p3bnqr    .je057::after,
.j5ny     .okp4uar::after, .j5ny     .je057::after,
.fjhqi9wf    .okp4uar::after, .fjhqi9wf    .je057::after,
.pzqn8d13   .okp4uar::after, .pzqn8d13   .je057::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;
}
.wcvu7 .okp4uar::after, .wcvu7 .je057::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");
}
.bl5f .okp4uar::after, .bl5f .je057::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");
}
.trsw .okp4uar::after, .trsw .je057::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");
}
.xrl3clot .okp4uar::after, .xrl3clot .je057::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");
}
.p3bnqr .okp4uar::after, .p3bnqr .je057::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");
}
.j5ny .okp4uar::after, .j5ny .je057::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");
}
.fjhqi9wf .okp4uar::after, .fjhqi9wf .je057::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");
}
.pzqn8d13 .okp4uar::after, .pzqn8d13 .je057::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");
}
.ocbl9r .hdir { background: var(--bg-raised); }
.kb8sii.cvmy8a {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .sky2am8d {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .sky2am8d::before    { grid-area: rank;   }
  .vzff5u           { grid-area: ident;  }
  .y05cn     { grid-area: rating; min-width: 0; width: auto; }
  .sqenp           { grid-area: pills;  }
  .kb8sii             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .sky2am8d {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .sky2am8d::before    { justify-self: center; }
  .vzff5u           { width: 100%; }
  .y05cn     { justify-self: center; }
  .sqenp           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .l3kdfxdi .t1npvckh {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .l3kdfxdi .ijny { margin: 0; }
}
@media (max-width: 720px) {
  .wtm6l9v { grid-template-columns: 1fr; }
  .f4pvmu { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .f4pvmu .lo5w { width: 72px; height: 50px; }
  .f4pvmu .yyzjydx { max-width: 180px; }
  .f4pvmu .gvvnyfm { width: auto; }
}
@media (max-width: 720px) {
  .c5k5ex { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .b8jxlbw { padding: 16px; }
  .ryj2e .msiyum { min-width: 50%; }
}
@media (max-width: 860px) {
  .qmv0f3 { grid-template-columns: 1fr; }
  .p0grzfi { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .u8j9 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .wih05 { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .s2ojzoo { flex-direction: column; align-items: stretch; }
}
.okk1mwf .gvvnyfm .cvmy8a { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .tpyxwn { flex-direction: column; align-items: stretch; gap: 10px; }
  .okk1mwf .gvvnyfm { text-align: center; }
}
@media (max-width: 720px) {
  .g6o2kz7 { grid-template-columns: 1fr; }
  .eoxsphlb { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .fbhoa { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .h3a4q0 { grid-template-columns: 1fr; }
  .t9ulf { width: 100px; height: 100px; margin: 16px auto; }
  .msd7ogo6 { font-size: 1.4rem; }
  .fhj1w { justify-content: center; }
  .v39gq9 .msiyum { min-width: 50%; }
}
@media (max-width: 540px) {
  .n4prkw9u { flex-wrap: wrap; padding: 14px 16px; }
  .drk2 { padding: 12px 16px; }
  .vvyndao .qp5btl6 { margin: 0 16px; }
  .vvyndao .mroqhit { padding: 0 16px; }
  .rn302s { padding: 12px 16px; }
}
.xq6vymja .rzs59 { gap: 18px; }
.xq6vymja .sky2am8d {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.xq6vymja .sky2am8d:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.aaits3 { margin: 16px 0; }
.c5vga902 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.c5vga902 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.c5vga902 summary::after { content: "+"; color: var(--accent-light); }
.c5vga902[open] summary::after { content: "−"; }
.c5vga902 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.p3f0d { margin-bottom: 0; }
.e1qwo h2.jb62xtj { color: var(--text-primary); border-color: var(--accent-light); }
.tcxno2i9 h2.jb62xtj { color: var(--text-primary); border-color: var(--accent-light); }
.mbetwc6z .y2ipa     { background: #052e16; border-color: #10b981; }
.mbetwc6z .syco59 { background: #2d0a1e; border-color: #f43f5e; }
.mbetwc6z .uv4vysqe    { background: #1e1036; border-color: #a855f7; }
.mbetwc6z .fd142r strong  { color: #f1f5f9; }
.mbetwc6z .fd142r p       { color: #cbd5e1; }
.mbetwc6z .t2k97iaa    .y2ipa     .epg6w::before,
.mbetwc6z .rmfi5js0  .y2ipa     .epg6w::before,
.mbetwc6z .i798bs02  .y2ipa     .epg6w::before,
.mbetwc6z .wjejq7d .y2ipa     .epg6w::before { color: #10b981; }
.mbetwc6z .t2k97iaa    .syco59 .epg6w::before,
.mbetwc6z .rmfi5js0  .syco59 .epg6w::before,
.mbetwc6z .i798bs02  .syco59 .epg6w::before,
.mbetwc6z .wjejq7d .syco59 .epg6w::before { color: #f43f5e; }
.mbetwc6z .t2k97iaa    .uv4vysqe    .epg6w::before,
.mbetwc6z .rmfi5js0  .uv4vysqe    .epg6w::before,
.mbetwc6z .i798bs02  .uv4vysqe    .epg6w::before,
.mbetwc6z .wjejq7d .uv4vysqe    .epg6w::before { color: #a855f7; }
.ptbxne .y2ipa     { background: #2d2000; border-color: #eab308; }
.ptbxne .syco59 { background: #2d0b0b; border-color: #ef4444; }
.ptbxne .uv4vysqe    { background: #2d1600; border-color: #f97316; }
.ptbxne .fd142r strong  { color: #f1f5f9; }
.ptbxne .fd142r p       { color: #cbd5e1; }
.ptbxne .t2k97iaa    .y2ipa     .epg6w::before,
.ptbxne .rmfi5js0  .y2ipa     .epg6w::before,
.ptbxne .i798bs02  .y2ipa     .epg6w::before,
.ptbxne .wjejq7d .y2ipa     .epg6w::before { color: #eab308; }
.ptbxne .t2k97iaa    .syco59 .epg6w::before,
.ptbxne .rmfi5js0  .syco59 .epg6w::before,
.ptbxne .i798bs02  .syco59 .epg6w::before,
.ptbxne .wjejq7d .syco59 .epg6w::before { color: #ef4444; }
.ptbxne .t2k97iaa    .uv4vysqe    .epg6w::before,
.ptbxne .rmfi5js0  .uv4vysqe    .epg6w::before,
.ptbxne .i798bs02  .uv4vysqe    .epg6w::before,
.ptbxne .wjejq7d .uv4vysqe    .epg6w::before { color: #f97316; }
.zff1xi7g .y2ipa     { background: #0c1a2e; border-color: #38bdf8; }
.zff1xi7g .syco59 { background: #12103a; border-color: #818cf8; }
.zff1xi7g .uv4vysqe    { background: #0a2020; border-color: #2dd4bf; }
.zff1xi7g .fd142r strong  { color: #f1f5f9; }
.zff1xi7g .fd142r p       { color: #cbd5e1; }
.zff1xi7g .t2k97iaa    .y2ipa     .epg6w::before,
.zff1xi7g .rmfi5js0  .y2ipa     .epg6w::before,
.zff1xi7g .i798bs02  .y2ipa     .epg6w::before,
.zff1xi7g .wjejq7d .y2ipa     .epg6w::before { color: #38bdf8; }
.zff1xi7g .t2k97iaa    .syco59 .epg6w::before,
.zff1xi7g .rmfi5js0  .syco59 .epg6w::before,
.zff1xi7g .i798bs02  .syco59 .epg6w::before,
.zff1xi7g .wjejq7d .syco59 .epg6w::before { color: #818cf8; }
.zff1xi7g .t2k97iaa    .uv4vysqe    .epg6w::before,
.zff1xi7g .rmfi5js0  .uv4vysqe    .epg6w::before,
.zff1xi7g .i798bs02  .uv4vysqe    .epg6w::before,
.zff1xi7g .wjejq7d .uv4vysqe    .epg6w::before { color: #2dd4bf; }
.nit98v7g .y2ipa     { background: var(--accent-bg); border-color: var(--accent-light); }
.nit98v7g .syco59 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.nit98v7g .uv4vysqe    { background: var(--accent-bg); border-color: var(--accent-pale); }
.nit98v7g .t2k97iaa    .epg6w::before,
.nit98v7g .rmfi5js0  .epg6w::before,
.nit98v7g .i798bs02  .epg6w::before,
.nit98v7g .wjejq7d .epg6w::before { color: var(--accent-light) !important; }
.epanrr .jl0nqx { background: var(--bg-pros); }
.epanrr .qgc8e { background: var(--bg-cons); }
.epanrr .jl0nqx .huwjvh { color: var(--c-pros-label); }
.epanrr .qgc8e .tf5sq3oy { color: var(--c-cons); }
.epanrr .jl0nqx ul li,
.epanrr .f3ka li          { color: var(--c-pros); }
.epanrr .qgc8e ul li,
.epanrr .zlwwumta li          { color: var(--c-cons); }
.spbw .huwjvh::before { content: "✓ "; }
.spbw .tf5sq3oy::before { content: "✗ "; }
.i3lim .fd142r { background: transparent; border-left: none; border: 1.5px solid; }
.i3lim .y2ipa     { border-color: var(--c-tip-border); }
.i3lim .syco59 { border-color: var(--c-warn-border); }
.i3lim .uv4vysqe    { border-color: #60a5fa; }
.i3lim .fd142r strong { color: var(--text-primary); }
.i3lim .fd142r p      { color: var(--text-muted); }
.qbngby .fd142r { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.qbngby .y2ipa     { border-top-color: var(--c-tip-border); }
.qbngby .syco59 { border-top-color: var(--c-warn-border); }
.qbngby .uv4vysqe    { border-top-color: #60a5fa; }
.onlswim .fd142r { border-left: none; border-radius: 8px; }
.onlswim .y2ipa     { background: #065f46; }
.onlswim .syco59 { background: #92400e; }
.onlswim .uv4vysqe    { background: #1e3a8a; }
.onlswim .fd142r strong,
.onlswim .fd142r p { color: #fff; }
.onlswim .epg6w::before { color: rgba(255,255,255,0.85) !important; }
.mbetwc6z.onlswim .y2ipa,
.mbetwc6z .onlswim .y2ipa     { background: #052e16; }
.mbetwc6z.onlswim .syco59,
.mbetwc6z .onlswim .syco59 { background: #2d0a1e; }
.mbetwc6z.onlswim .uv4vysqe,
.mbetwc6z .onlswim .uv4vysqe    { background: #1e1036; }
.ptbxne.onlswim .y2ipa,
.ptbxne .onlswim .y2ipa      { background: #2d2000; }
.ptbxne.onlswim .syco59,
.ptbxne .onlswim .syco59  { background: #2d0b0b; }
.ptbxne.onlswim .uv4vysqe,
.ptbxne .onlswim .uv4vysqe     { background: #2d1600; }
.zff1xi7g.onlswim .y2ipa,
.zff1xi7g .onlswim .y2ipa      { background: #0c1a2e; }
.zff1xi7g.onlswim .syco59,
.zff1xi7g .onlswim .syco59  { background: #12103a; }
.zff1xi7g.onlswim .uv4vysqe,
.zff1xi7g .onlswim .uv4vysqe     { background: #0a2020; }
.rcmqhp .fd142r { border-left: none; border-radius: 6px; padding: 10px 14px; }
.rcmqhp .y2ipa     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.rcmqhp .syco59 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.rcmqhp .uv4vysqe    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.rcmqhp .fd142r strong { color: var(--text-primary); }
.rcmqhp .fd142r p      { color: var(--text-muted); }
.f84jg .fd142r { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.t2k97iaa .epg6w,
.rmfi5js0 .epg6w,
.i798bs02 .epg6w,
.wjejq7d .epg6w { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.t2k97iaa .epg6w::before,
.rmfi5js0 .epg6w::before,
.i798bs02 .epg6w::before,
.wjejq7d .epg6w::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.t2k97iaa .y2ipa     .epg6w::before { content: "✦"; color: var(--c-tip-border); }
.t2k97iaa .syco59 .epg6w::before { content: "▲"; color: var(--c-warn-border); }
.t2k97iaa .uv4vysqe    .epg6w::before { content: "◉"; color: #60a5fa; }
.rmfi5js0 .y2ipa     .epg6w::before { content: "★"; color: var(--c-tip-border); }
.rmfi5js0 .syco59 .epg6w::before { content: "◆"; color: var(--c-warn-border); }
.rmfi5js0 .uv4vysqe    .epg6w::before { content: "●"; color: #60a5fa; }
.i798bs02 .y2ipa     .epg6w::before { content: "▶"; color: var(--c-tip-border); }
.i798bs02 .syco59 .epg6w::before { content: "■"; color: var(--c-warn-border); }
.i798bs02 .uv4vysqe    .epg6w::before { content: "▸"; color: #60a5fa; }
.wjejq7d .y2ipa     .epg6w::before { content: "→"; color: var(--c-tip-border); }
.wjejq7d .syco59 .epg6w::before { content: "⬥"; color: var(--c-warn-border); }
.wjejq7d .uv4vysqe    .epg6w::before { content: "◈"; color: #60a5fa; }
.qoc16e9 .qpugs47 .qrfzg,
.qoc16e9 .clf7l8k .qrfzg  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.qoc16e9 .d5lx9n                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.qoc16e9 .xw7kc          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.qoc16e9 .ek2wat                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ithfy .qpugs47 .qrfzg,
.ithfy .clf7l8k .qrfzg,
.ithfy .d5lx9n,
.ithfy .sky2am8d,
.ithfy .ijny,
.ithfy .xw7kc,
.ithfy .ek2wat,
.ithfy .f84jg .fd142r { box-shadow: none; }
.bhp02   body, .bhp02   { font-size: 0.9rem; }
.bhp02   .lbg9, .bhp02 .qd03nn, .bhp02 .y9q67ffm,
.bhp02   .olhaeut, .bhp02 .xi30j { font-size: 0.9rem; }
.bhp02   .pfgl, .bhp02 .l7c2vym2 { font-size: 0.9rem; }
.u02va   .lbg9, .u02va .qd03nn, .u02va .y9q67ffm,
.u02va   .olhaeut, .u02va .xi30j { font-size: 0.95rem; }
.u02va   .pfgl, .u02va .l7c2vym2 { font-size: 0.95rem; }
.hquj   .lbg9, .hquj .qd03nn, .hquj .y9q67ffm,
.hquj   .olhaeut, .hquj .xi30j { font-size: 1.08rem; }
.hquj   .pfgl, .hquj .l7c2vym2 { font-size: 1.05rem; }
.hquj   .b6ex95qx { font-size: 0.97rem; }
.grhhi4x .bh4zlvlm      { font-size: 3.2rem; }
.grhhi4x h2.jb62xtj { font-size: 1.9rem; }
.grhhi4x h3.fg6w0m     { font-size: 1.4rem; }
.bu9jb0a .bh4zlvlm      { font-size: 3.8rem; }
.bu9jb0a h2.jb62xtj { font-size: 2.2rem; }
.bu9jb0a h3.fg6w0m     { font-size: 1.6rem; }
.p3f0d + .p3f0d { position: relative; }
.gr1bud7   .p3f0d + .p3f0d::before,
.chyqv15u  .p3f0d + .p3f0d::before,
.zv6ue   .p3f0d + .p3f0d::before,
.cqnnh5e   .p3f0d + .p3f0d::before,
.fi8f   .p3f0d + .p3f0d::before,
.m9zo .p3f0d + .p3f0d::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.gr1bud7 .p3f0d + .p3f0d::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.chyqv15u .p3f0d + .p3f0d::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.zv6ue .p3f0d + .p3f0d::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;
}
.cqnnh5e .p3f0d + .p3f0d::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ejgt7us .p3f0d { margin-bottom: 16px; }
.ejgt7us .p3f0d + .p3f0d { margin-top: 0; }
.ejgt7us .j5et44k { padding-top: 0; padding-bottom: 0; }
.fi8f .p3f0d + .p3f0d::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.m9zo .p3f0d + .p3f0d::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.e94gvrz .p3f0d + .p3f0d::before,
.ug7eq5 .p3f0d + .p3f0d::before,
.nimo9x .p3f0d + .p3f0d::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%;
}
.lskgv .e94gvrz .p3f0d:nth-child(even)::before,
.lskgv .ug7eq5 .p3f0d:nth-child(even)::before,
.lskgv .nimo9x .p3f0d:nth-child(even)::before { background: var(--bg-surface); }
.u4n4a650 .e94gvrz .p3f0d:nth-child(even)::before,
.u4n4a650 .ug7eq5 .p3f0d:nth-child(even)::before,
.u4n4a650 .nimo9x .p3f0d:nth-child(even)::before { background: var(--bg-card); }
.e94gvrz .p3f0d + .p3f0d::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");
}
.ug7eq5 .p3f0d + .p3f0d::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");
}
.nimo9x .p3f0d + .p3f0d::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");
}
.vp6uwb7 .bs90,
.lprsvlb .bs90,
.pary .bs90 { overflow: hidden; }
.vp6uwb7 .kn3rqmw,
.lprsvlb .kn3rqmw { margin-bottom: 60px; }
.pary .kn3rqmw { margin-bottom: 70px; }
.vp6uwb7 .bs90::before,
.lprsvlb .bs90::before,
.pary .bs90::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.vp6uwb7 .bs90::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");
}
.lprsvlb .bs90::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");
}
.pary .bs90::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.uvye .bs90:not(.dcmge) .jjrl6h { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.uy2s .bs90:not(.dcmge) .jjrl6h { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.mbb29  .bs90:not(.dcmge) .jjrl6h { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ohufugmn  .bs90:not(.dcmge) .jjrl6h { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.uvye .dcmge { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.uvye .w3h0 { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.uvye .o01ahyf5 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.eafsownn .dcmge .jjrl6h { background: none; }
.eafsownn .bs90:not(.dcmge) .jjrl6h { background: rgba(0,0,0,0.6); }
.g9tkwf .f2f7fow { float: left; width: 38%; margin: 0 28px 16px 0; }
.g9tkwf .f2f7fow .en3sah0p { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.g9tkwf .j5et44k::after { content: ''; display: block; clear: both; }
.znrin .f2f7fow { float: right; width: 38%; margin: 0 0 16px 28px; }
.znrin .f2f7fow .en3sah0p { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.znrin .j5et44k::after { content: ''; display: block; clear: both; }
.hhr6 .p3f0d:nth-child(odd)  .f2f7fow { float: left;  width: 38%; margin: 0 28px 16px 0; }
.hhr6 .p3f0d:nth-child(even) .f2f7fow { float: right; width: 38%; margin: 0 0 16px 28px; }
.hhr6 .f2f7fow .en3sah0p { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hhr6 .j5et44k::after { content: ''; display: block; clear: both; }
.g9tkwf .ukvgv22,
.znrin .ukvgv22,
.hhr6 .ukvgv22,
@media (max-width: 900px) {
  .g9tkwf .f2f7fow,
  .znrin .f2f7fow,
  .hhr6 .p3f0d:nth-child(odd)  .f2f7fow,
  .hhr6 .p3f0d:nth-child(even) .f2f7fow {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .g9tkwf .f2f7fow .en3sah0p,
  .znrin .f2f7fow .en3sah0p,
  .hhr6 .f2f7fow .en3sah0p {
    max-height: none !important;
  }
}
.g9tkwf .pfgl,
.g9tkwf .l7c2vym2,
.znrin .pfgl,
.znrin .l7c2vym2,
.hhr6 .pfgl,
.hhr6 .l7c2vym2 { overflow: hidden; }
@media (max-width: 640px) {
  .g9tkwf .f2f7fow,
  .znrin .f2f7fow,
  .hhr6 .f2f7fow { float: none; width: 100%; margin: 0 0 16px 0; }
}
.tfglq7 .jucv6cc,
.tfglq7 .j5et44k,
.tfglq7 .p88770  { max-width: 1100px; }
.tfglq7 { --content-mw: 1100px; }
.gpkemk .jucv6cc,
.gpkemk .j5et44k,
.gpkemk .p88770  { max-width: 1200px; }
.e5zporz2 .jucv6cc,
.e5zporz2 .j5et44k,
.e5zporz2 .p88770  { max-width: 1320px; }
.uk736xo9 { font-size: 0.82rem; color: var(--text-muted); }
.boxslq { display: flex; align-items: center; }
.aqijp {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.u39ur { display: flex; align-items: center; }
.l36q { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.l36q:hover { text-decoration: underline; }
.rr07zt6y { margin: 0 3px; opacity: 0.45; }
.rr07zt6y::before { content: '/'; }
.n08k89 { padding: 2px 5px; color: var(--text-main); }
.t8ate5 .uk736xo9 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.t8ate5 .boxslq { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.yoiwyk .uk736xo9 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.yoiwyk .boxslq { padding: 0 0 0 12px; }
.e2qonow .boxslq { padding: 0 16px; }
.e2qonow .uk736xo9 {
  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);
}
.e2qonow .jucv6cc { padding-top: 28px; }
@media (max-width: 720px) {
  .vt0x2 { margin-top: 18px; padding: 0 16px; }
  .e2qonow .jucv6cc { padding-top: 16px; }
}
.tfglq7.t8ate5 .boxslq { max-width: 1100px; }
.gpkemk.t8ate5 .boxslq { max-width: 1200px; }
.e5zporz2.t8ate5 .boxslq { max-width: 1320px; }
.tfglq7 .vt0x2 { max-width: 1100px; }
.mphqh .p3f0d { padding-top: 16px; padding-bottom: 16px; }
.tbmd3g .p3f0d { padding-top: 24px; padding-bottom: 24px; }
.tbxia .p3f0d { padding-top: 40px; padding-bottom: 40px; }
.av7gkgmg .p3f0d { padding-top: 52px; padding-bottom: 52px; }
.oax51rgi .p3f0d:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.oax51rgi .p3f0d:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.oax51rgi .p3f0d:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.oax51rgi .p3f0d:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.onmcqwrr .j5et44k { padding-top: 10px;  padding-bottom: 10px; }
.fp11nwkp .j5et44k { padding-top: 18px;  padding-bottom: 18px; }
.ijkp .j5et44k { padding-top: 36px;  padding-bottom: 36px; }
.j2kt258 .j5et44k { padding-top: 48px;  padding-bottom: 48px; }
.iziotftn h2.jb62xtj { font-weight: 600; }
.iziotftn h3.fg6w0m     { font-weight: 600; }
.dv7x1i { font-weight: 500; }
.dv7x1i h2.jb62xtj { font-weight: 800; }
.dv7x1i h3.fg6w0m     { font-weight: 700; }
.ctt30zw h2.jb62xtj { font-weight: 900; }
.ctt30zw h3.fg6w0m     { font-weight: 800; }
.ctt30zw .fd142r strong,
.ctt30zw .fd142r strong { font-weight: 600; }
.okp4uar {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.b7uor .okp4uar { display: none; }
@media (max-width: 640px) {
  .bhzjcum2 { display: none; }
  .okp4uar {
    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;
  }
}
.okp4uar { background: var(--cta) !important; color: #fff !important; border: none !important; }
.okp4uar:hover { opacity: 0.85; }
.yfo0of6 .okp4uar { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.k4suts .okp4uar,
.qs9oy8f  .okp4uar { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.k4suts .okp4uar:hover,
.qs9oy8f  .okp4uar:hover { opacity: 0.88; }
.yfo0of6.k4suts .okp4uar,
.yfo0of6.qs9oy8f  .okp4uar { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.je057 {
  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;
}
.je057:hover { transform: translateY(-2px); opacity: 0.92; }
.je057 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.j9c0ek .je057 { display: none; }
.mpeb52 .je057 { right: 32px; }
.je7a46k  .je057 { left: 32px; }
@media (max-width: 480px) {
  .mpeb52 .je057 { right: 20px; bottom: 20px; }
  .je7a46k  .je057 { left: 20px; bottom: 20px; }
}
.pa298 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.p88770 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.lxlik { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.wvixfg66 { color: var(--text-dim); font-size: 0.8rem; }
.vy0oy4 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.vy0oy4 img { height: 26px; width: auto; object-fit: contain; }
.ahd1y8z .p88770 { text-align: center; }
.ahd1y8z .lxlik { margin-top: 0; }
@media (max-width: 640px) {
  .p88770 { padding-left: 16px; padding-right: 16px; }
  .hhbb6rni .p88770 { padding: 20px 16px; }
  .htaux { gap: 4px 12px; }
  .lxlik { font-size: 0.78rem; }
}
.kzoid .ljw6gc .vy0oy4 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.kzoid .lxlik { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.kzoid .wvixfg66 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .kzoid .ddm0 { grid-template-columns: 1fr 1fr; } .kzoid .ljw6gc { grid-column: 1 / -1; } }
@media (max-width: 480px) { .kzoid .ddm0 { grid-template-columns: 1fr; } }
.drwd .j15fq9 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.drwd .vy0oy4 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.drwd .ttwakkqg { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.drwd .ttwakkqg a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.drwd .ttwakkqg a:hover { color: var(--accent-light); }
.r4c60y { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.drwd .tn529vr { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.drwd .tbd9 { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.drwd .tbd9 a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.drwd .tbd9 a:hover { color: var(--accent-light); }
.drwd .lxlik { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .drwd .j15fq9 { gap: 12px; } .drwd .vy0oy4 { margin-right: 0; width: 100%; } }
.z2g826kq .pex01yvp .vy0oy4 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.z2g826kq .lxlik { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.z2g826kq .wvixfg66 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .z2g826kq .g11bp { grid-template-columns: 1fr 1fr; } .z2g826kq .pex01yvp { grid-column: 1 / -1; } }
@media (max-width: 480px) { .z2g826kq .g11bp { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .lobt0e .lku2bh { grid-template-columns: 1fr 1fr; } .lobt0e .mvoy99:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lobt0e .lku2bh { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .evj6f8 .lku2bh { grid-template-columns: 1fr; } }
.qob503 .p88770 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.bc1n .wwrt1bu      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.bc1n .pa298 { background: var(--bg-page); border-top-color: var(--border-alt); }
.m6phnf .wwrt1bu      { background: #0d1117; border-bottom-color: #21262d; }
.m6phnf .g33qzec { color: var(--accent-light); }
.m6phnf .uyctz { --msep-color: #8b949e; }
.m6phnf .uyctz a { color: #8b949e; }
.m6phnf .uyctz a:hover { color: var(--accent-light); }
.m6phnf .qc6e4k3x { color: #8b949e; }
.m6phnf .pa298 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.m6phnf .lxlik,
.m6phnf .wvixfg66 { color: #6e7681; }
.m6phnf .s569c a, .m6phnf .ttwakkqg a,
.m6phnf .tbd9 a { color: #8b949e; }
.m6phnf .vy0oy4 { color: #e6edf3; }
.m6phnf .s569c a:hover, .m6phnf .ttwakkqg a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .m6phnf .uyctz { background: #0d1117; border-top-color: #21262d; }
  .m6phnf .uyctz li a { border-bottom-color: #21262d; }
}
.n5v866g .wwrt1bu      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.n5v866g .g33qzec { color: var(--accent-light); }
.n5v866g .uyctz { --msep-color: #475569; }
.n5v866g .uyctz a { color: #475569; }
.n5v866g .uyctz a:hover { color: var(--accent-light); }
.n5v866g .qc6e4k3x { color: #64748b; }
.n5v866g .pa298 { background: #f0f4f8; border-top-color: #cbd5e1; }
.n5v866g .lxlik,
.n5v866g .wvixfg66 { color: #64748b; }
.n5v866g .s569c a, .n5v866g .ttwakkqg a,
.n5v866g .tbd9 a, .n5v866g .vy0oy4 { color: #374151; }
.n5v866g .s569c a:hover, .n5v866g .ttwakkqg a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .n5v866g .uyctz { background: #f0f4f8; border-top-color: #cbd5e1; }
  .n5v866g .uyctz li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.k4suts .wwrt1bu      { background: var(--accent); border-bottom-color: var(--accent-light); }
.k4suts .g33qzec { color: #fff; }
.k4suts .uyctz { --msep-color: rgba(255,255,255,0.82); }
.k4suts .uyctz a { color: rgba(255,255,255,0.82); }
.k4suts .uyctz a:hover { color: #fff; }
.k4suts .qc6e4k3x { color: rgba(255,255,255,0.9); }
.k4suts .pa298 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.k4suts .lxlik,
.k4suts .wvixfg66 { color: rgba(255,255,255,0.72); }
.k4suts .s569c a, .k4suts .ttwakkqg a,
.k4suts .tbd9 a, .k4suts .vy0oy4 { color: #fff; }
.k4suts .s569c a:hover, .k4suts .ttwakkqg a:hover { color: #fff; }
@media (max-width: 640px) {
  .k4suts .uyctz { background: var(--accent); border-top-color: var(--accent-light); }
  .k4suts .uyctz li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.qs9oy8f .wwrt1bu {
  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);
}
.qs9oy8f .pa298 {
  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) {
  .qs9oy8f .uyctz {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.fggw .wyxd { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.uvwsgt .wyxd { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.cw3psr .wyxd { min-height: 72px; height: auto; }
.gzqyfyd .wyxd { min-height: 84px; height: auto; }
.hhbb6rni .wyxd { max-width: none; padding: 0 32px; }
.hhbb6rni .p88770  { max-width: none; padding: 24px 32px; }
.o87121n4.gpkemk .wyxd { max-width: 1200px; }
.o87121n4.e5zporz2 .wyxd { max-width: 1320px; }
.vc1z   .g33qzec, .vc1z   .vy0oy4 { text-transform: capitalize; }
.mi5m .g33qzec, .mi5m .vy0oy4 { text-transform: lowercase; }
.gxsr786j .g33qzec, .gxsr786j .vy0oy4 { text-transform: uppercase; letter-spacing: 0.06em; }
.lf91v, .jclsu {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.j92pje4 .lf91v,
.j92pje4 .jclsu { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.qbdn .lf91v,
.qbdn .jclsu { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.oshh8 .lf91v,
.oshh8 .jclsu { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.r2esd .lf91v,
.r2esd .jclsu { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.z5z9tz   .uyctz a { font-weight: 500; }
.phl70q .uyctz a { font-weight: 600; }
.h60v     .uyctz a { font-weight: 700; }
.e7kn    .uyctz a { font-weight: 800; letter-spacing: 0.01em; }
.zm6d     .uyctz > li + li::before,
.arlth91x    .uyctz > li + li::before,
.dnq5    .uyctz > li + li::before,
.my07 .uyctz > li + li::before,
.ohxgq .uyctz > li + li::before,
.top7  .uyctz > li + li::before,
.gucsdabv    .uyctz > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.zm6d     .uyctz > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.arlth91x    .uyctz > li + li::before { content: "|"; }
.dnq5    .uyctz > li + li::before { content: "—"; }
.my07 .uyctz > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ohxgq .uyctz > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.top7  .uyctz > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.gucsdabv    .uyctz > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .sye3riu .qc6e4k3x,
  .hszqd .qc6e4k3x,
  .ow1y7 .qc6e4k3x,
  .wpaj .qc6e4k3x,
  .z63uaq9 .qc6e4k3x {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .sye3riu .qc6e4k3x::before,
  .hszqd .qc6e4k3x::before,
  .ow1y7 .qc6e4k3x::before,
  .wpaj .qc6e4k3x::before,
  .z63uaq9 .qc6e4k3x::before { content: ""; display: block; flex-shrink: 0; }

  
  .sye3riu .qc6e4k3x::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;
  }

  
  .hszqd .qc6e4k3x::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;
  }

  
  .ow1y7 .qc6e4k3x::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;
  }

  
  .wpaj .qc6e4k3x::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;
  }

  
  .z63uaq9 .qc6e4k3x::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) {
  .xgvvs .qc6e4k3x {
    padding: 5px 14px;
  }
  .xgvvs .uyctz {
    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;
  }
  .xgvvs .uyctz li a {
    border-bottom: none; padding: 10px 22px;
  }
  .xgvvs .uyctz li a:hover { background: var(--bg-raised); }
  .xgvvs .g07m1gom,
  .wqfv .g07m1gom,
  .tftavh3d .g07m1gom { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .c21m8kl .qc6e4k3x {
    padding: 5px 10px;
  }
  .c21m8kl .uyctz {
    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);
  }
  .c21m8kl .uyctz.ghrt3y { transform: translateX(0); }
  .c21m8kl .uyctz li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .c21m8kl .uyctz li:last-child a { border-bottom: none; }
  .k4suts .uyctz,
  .m6phnf .uyctz { background: var(--accent) !important; }
  .k4suts .uyctz li a,
  .m6phnf .uyctz li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .tftavh3d .qc6e4k3x {
    padding: 5px 10px;
  }
  .tftavh3d .uyctz {
    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);
  }
  .tftavh3d .uyctz::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .tftavh3d .uyctz.ghrt3y { transform: translateY(0); }
  .tftavh3d .uyctz li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ecqvz3 .qc6e4k3x {
    padding: 5px 10px;
  }
  .ecqvz3 .uyctz {
    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;
  }
  .ecqvz3 .uyctz.ghrt3y { opacity: 1; pointer-events: auto; }
  .ecqvz3 .uyctz li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .tnw2go     .qc6e4k3x { border-radius: 0 !important; }
  .sp8nn1   .qc6e4k3x { border-radius: 8px !important; }
  .ju67zq .qc6e4k3x { border-radius: 50% !important; }
  .b9zkt4   .qc6e4k3x { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .c6gu6a0c .xlnt { flex-direction: column; align-items: stretch; }
  .c6gu6a0c .gjibal { flex-direction: row; min-width: auto; }
  .c6gu6a0c .kps88os { align-items: flex-start; text-align: left; }
}
.houaa4,
.houaa4.p3f0d,
.lskgv .houaa4,
.pu0606 .houaa4,
.u4n4a650 .houaa4,
.wwcpj6kj .houaa4 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.v5kdq {
  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;
}
.p7rgi { flex: 1 1 280px; min-width: 0; }
.juc8qy {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.n1bvwm {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.jywuqnuj {
  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;
}
.jywuqnuj:hover { transform: translateY(-1px); opacity: 0.95; }
.ratkmjq .v5kdq {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ratkmjq .juc8qy { color: var(--cta); }
.ratkmjq .n1bvwm { color: var(--text-body); }
.ratkmjq .jywuqnuj {
  background: var(--cta) !important;
  color: #fff !important;
}
.lbyc5vn .v5kdq {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.lbyc5vn .juc8qy { color: var(--text-primary); }
.lbyc5vn .n1bvwm { color: var(--text-body); }
.lbyc5vn .jywuqnuj {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .v5kdq {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .p7rgi { flex: 0 0 auto; }
  .juc8qy { font-size: 1.2rem; }
  .jywuqnuj { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.espjdayf .mvct { height: 36px; }
.d1q132s .mvct { height: 60px; max-width: 200px; }
.vdwl .mvct { height: 56px; max-width: 180px; }
.ktki6cyl    .r2eroy, .ktki6cyl    .r3lcy0i0 { color: #f59e0b; }
@media (min-width: 720px) {
  .b2rqk5 .rzs59 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .b2rqk5 .sky2am8d {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .b2rqk5 .sky2am8d { padding: 40px 16px 20px; }
  .b2rqk5 .myth {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .b2rqk5 .kb8sii { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .pkvoe168 .sky2am8d {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .pkvoe168 .sky2am8d::before {
    position: absolute; top: 14px; left: 14px;
  }
  .pkvoe168 .vzff5u {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .pkvoe168 .ialn { white-space: normal; text-align: center; font-size: 1.2rem; }
  .pkvoe168 .myth {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .pkvoe168 .kb8sii { width: 100%; min-width: 0; }
  .pkvoe168 .r2eroy { min-width: 0; }
}
.qlcg3fs9 .sky2am8d::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.wqrjcw .c5vga902 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.wqrjcw .c5vga902 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.wqrjcw .c5vga902 p { padding: 0 2px 16px; }
.rlc73 .c5vga902 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.rlc73 .c5vga902 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.rlc73 .c5vga902 summary::after { content: "›"; font-size: 1.2em; }
.rlc73 .c5vga902[open] summary::after { content: "‹"; }
.rlc73 .c5vga902 p { padding: 10px 22px 4px; }
.skaw .c5vga902 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.skaw .c5vga902 summary { color: var(--text-primary); padding-left: 16px; }
.skaw .c5vga902 summary::after { content: "›"; font-size: 1.1em; }
.skaw .c5vga902[open] summary::after { content: "‹"; }
.skaw .c5vga902 p { padding-left: 16px; }
.x7jrvo9 .aaits3 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.x7jrvo9 .c5vga902 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.x7jrvo9 .c5vga902:last-child { border-bottom: none; }
.x7jrvo9 .c5vga902 summary { color: var(--text-primary); border-radius: 0; }
.x7jrvo9 .c5vga902 summary::after { content: "›"; font-size: 1.1em; }
.x7jrvo9 .c5vga902[open] summary::after { content: "‹"; }
.mgv1t3 .c5vga902 { overflow: hidden; }
.mgv1t3 .c5vga902 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.mgv1t3 .c5vga902 summary::after { color: rgba(255,255,255,.75); }
.mgv1t3 .c5vga902[open] summary { border-radius: 0; }
.zrtk39m { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qc6rb7 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.kn0139d {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.x6zr { color: var(--text-muted); font-size: 1.05rem; }
.eug1n {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.s7uf86 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ey7gv9 { margin-bottom: 20px; }
.lxeo {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.y8ib3 {
  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;
}
.y8ib3:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.j4qhl1 { resize: vertical; min-height: 130px; }
.v2mh6 { width: 100%; margin-top: 8px; }
.zibu {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.chuy5ku {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.l814zo5y { color: var(--text-muted); line-height: 1.75; }
.jjf6 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.jjf6 li { margin-bottom: 6px; }
.zycxbz { max-width: 760px; margin: 0 auto; }
.u16gf { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.kfulh { max-width: 760px; margin: 0 auto; }
.zxoltm { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.wbijjho ul.jjf6 { margin: 0; }
.sch9moq { max-width: 900px; margin: 0 auto; }
.h4ivi13d { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.h4ivi13d:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.h4ivi13d .zxoltm { margin: 0; font-size: 1rem; }
.h4ivi13d .ep4h p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .h4ivi13d { grid-template-columns: 1fr; gap: 10px; } }
.iq3w .zxoltm { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.pdjlk .jjf6 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .sfhq { grid-template-columns: 1fr; } }
.m92ac { color: inherit; text-decoration: none; }
.m92ac:hover { color: var(--accent-light); text-decoration: underline; }
.v56ntfi { display: inline-block; line-height: 0; }
.v2e6mvos { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.wrp0tq { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.wrp0tq:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.jia1hp { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.wrp0tq p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.wrp0tq ul.jjf6 { margin: 0; }
.m123wm { color: var(--text-muted); line-height: 1.75; }
.ant1fi6 .jjf6,
.xz7p .jjf6,
.orna .jjf6,
.vaxyq .jjf6 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ant1fi6 .wrp0tq,
.xz7p .wrp0tq { text-align: left; }
.ant1fi6 .jia1hp,
.xz7p .jia1hp { text-align: center; }
.ynx0cg56 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.tjcvdu { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.b0uwke { font-size: 1.1rem; }
.cwvhds { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.k5gtgtv3 { margin-top: 12px; }
.q1nsd { 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; }
.q1nsd:hover { border-bottom-color: var(--accent-light); }
.a57c { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.a57c img { width: 100%; height: 100%; object-fit: cover; display: block; }
.oxz3 { width: 260px; height: 260px; }
.r4t8 { border-radius: 28%; }
.yh4c { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.a4oc4t8x { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .p0mmw77u { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.jc8yrnq .cwvhds, .jc8yrnq .tjcvdu { max-width: 640px; }
.qlturk { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.nrb7wako { position: sticky; top: 96px; align-self: start; }
.nrb7wako .ynx0cg56 { font-size: 1.6rem; margin-top: 18px; }
.mn1uo .cwvhds { margin-bottom: 28px; }
@media (max-width: 860px) { .qlturk { grid-template-columns: 1fr; } .nrb7wako { position: static; text-align: center; } }
.fkmo2d7 .a57c { margin: 0 auto 18px; }
.fkmo2d7 .yh4c { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .hb5do { grid-template-columns: 1fr; } }
.hlfv7ri3 .ynx0cg56 { font-size: 1.6rem; margin-bottom: 6px; }
.vaxyq .jjf6 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .hlfv7ri3 { flex-direction: column; text-align: center; } .yudon0 { grid-template-columns: 1fr; } }
.f1tir .ynx0cg56 { font-size: 1.35rem; margin: 0 0 4px; }
.f1tir .yh4c { margin: 0; }
.h0ah7 { max-width: 760px; margin: 0 auto; }
.xvauatd { position: relative; padding-left: 28px; }
.xvauatd::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.dk3fi74 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.dk3fi74:last-child { padding-bottom: 0; }
.ge0ub7g { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.vfrp7h h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.vfrp7h p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xgn2nw8 .kn0139d { color: var(--accent-light); }
.xmi2 {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.xmi2 .kn0139d { font-size: 2rem; }
.xmi2 .x6zr { max-width: 680px; }
.rd70b .kn0139d { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.rd70b .x6zr  { margin: 0; }
@media (max-width: 640px) { .rd70b { flex-direction: column; } }
.u5z1 .kn0139d { color: var(--accent-light); }
.eb9wr8dc .kn0139d { color: #fff; }
.eb9wr8dc .x6zr  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ax0dg { grid-template-columns: 1fr; } }
.zh70z3s .y8ib3 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.zh70z3s .y8ib3:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.vb5rot1f .y8ib3 { background: var(--bg-raised); border-color: transparent; }
.vb5rot1f .y8ib3:focus { background: var(--bg-card); border-color: var(--accent-light); }
.b706pho .y8ib3 { border-radius: 100px; padding: 11px 20px; }
.b706pho .j4qhl1 { border-radius: 14px; }
.g8bbpwo {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .g8bbpwo { grid-template-columns: 1fr; } }
.iszl {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.iszl h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.iszl p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.drjmjb { counter-reset: priv-count; }
.op9q {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.op9q:last-child { border-bottom: none; }
.mzwdjcgu {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.op9q h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.op9q p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.zfy3 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.zfy3 li { margin-bottom: 6px; }
.mb681{position:relative;overflow:visible}
.pbazy4o .zzr4{display:block}
.pzu3ct8 .q934ad{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.pzu3ct8 .ipsgl8p::before{content:""}
.mlpxry{--date-bg:var(--accent-bg-light)}
.fxi0pj8 .ipsgl8p::before{content:""}
.lfzgg7wa{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.ej6xx79{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.du66{display:flex;flex-direction:column;gap:3px}
.hvsw{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.k8wfok{font-weight:700;font-size:1rem;color:var(--text-heading)}
.zeexvu3p{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.q7ff9 .lfzgg7wa{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.mtflqa .lfzgg7wa{border-top:3px solid var(--accent);padding-top:18px}
.pv180 .lfzgg7wa{border-left:3px solid var(--accent);border-radius:0}
.zx7ok8f .lfzgg7wa{padding:20px 0}
@media(max-width:640px){
  .lfzgg7wa{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .zeexvu3p{max-width:100%}
}
.t4ciftr .xw7kc{margin:0}
@media (max-width:560px){
  .np0dxk2t{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) {
  .e2t2fvia { padding: 28px 18px 20px; }
  .f4tvqtz { font-size: 1.2rem; }
  .gi5zhx { max-width: 220px; max-height: 80px; }
}
.moa884 .uixvmt3x { border-radius: 22px; }
.mg9nj .v5kdq {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .uixvmt3x { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.lurmq {
  margin: 28px 0 24px;
}
.lurmq .p3f0d {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.lurmq .j5et44k {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.lurmq .v5kdq {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .wyxd { flex-direction: row-reverse; }
[dir="rtl"] .uyctz { flex-direction: row-reverse; }
[dir="rtl"] .mpeb52 .je057 { right: auto; left: 32px; }
[dir="rtl"] .je7a46k  .je057 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .mpeb52 .je057 { right: auto; left: 20px; }
  [dir="rtl"] .je7a46k  .je057 { left: auto;  right: 20px; }
}
[dir="rtl"] .g9tkwf .f2f7fow  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .znrin .f2f7fow { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .pfgl, [dir="rtl"] .l7c2vym2 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .fd142r { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .v5kdq { direction: rtl; }
[dir="rtl"] .uk736xo9 { direction: rtl; }
[dir="rtl"] .ek2wat { direction: rtl; }
[dir="rtl"] .r741wkjf { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .nrga .l7c2vym2,
[dir="rtl"] .dexds .l7c2vym2,
[dir="rtl"] .fbgo23 .l7c2vym2,
[dir="rtl"] .qqld .l7c2vym2 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .nrga .l7c2vym2 li::before,
[dir="rtl"] .dexds .l7c2vym2 li::before,
[dir="rtl"] .fbgo23 .l7c2vym2 li::before,
[dir="rtl"] .qqld .l7c2vym2 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .bs90.sneal .kn3rqmw,
[dir="rtl"] .kinxwe.sneal .kn3rqmw,
[dir="rtl"] .dcmge.sneal .kn3rqmw,
[dir="rtl"] .h05j5yph.sneal .kn3rqmw,
[dir="rtl"] .dwti.sneal .kn3rqmw { text-align: right; }
[dir="rtl"] .o01ahyf5.uvkwmcg4 .keaq51w { text-align: center; }
[dir="rtl"] .j5et44k,
[dir="rtl"] .olhaeut,
[dir="rtl"] .xi30j,
[dir="rtl"] .blqc9,
[dir="rtl"] .kn3rqmw { text-align: right; }
[dir="rtl"] .s7uf86,
[dir="rtl"] .lxeo,
[dir="rtl"] .cwvhds,
[dir="rtl"] .y8ib3,
[dir="rtl"] .j4qhl1 { text-align: right; direction: rtl; }
[dir="rtl"] .b706pho .y8ib3,
[dir="rtl"] .zh70z3s .y8ib3 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #4105c9;
  --brand:           #4105c9;
  --brand-light:     #3c0da7;
  --brand-pale:      #521cca;
  --grad-start:      #6d2ff9;
  --grad-end:        #9a73f3;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #4105c9;
  --cta-light:       #3200a5;
  --cta-hover:       #2d038d;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f3f6;
  --bg-raised:       #eeedf1;
  --bg-hover:        #f4f3f6;
  --border:          #e4e1e9;
  --border-alt:      #d3cfdd;
  --border-section:  #e4e1e9;
  --text-primary:    #18161c;
  --text-muted:      #555062;
  --text-body:       #312d38;
  --text-sub:        #494454;
  --text-faint:      #7a728c;
  --text-dim:        #958ea3;
  --text-label:      #625b70;
  --text-value:      #3d3946;
  --accent-bg:       #e5ddf7;
  --accent-bg-light: #d0c0f6;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #0c9675;
  --c-cons:          #9f2141;
  --c-pros-label:    #0eb38b;
  --c-tip-border:    #10c699;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9675;
}
:root { --logo-bg-opacity: 52%; }
body, button, input { font-family: "Source Sans 3", sans-serif; }
.tb48q03 .epg6w { font-size: 0; width: 1.2rem; flex-shrink: 0; }.tb48q03 .epg6w::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.tb48q03 .y2ipa     .epg6w::before { content: "";  color: var(--c-tip-border); }.tb48q03 .syco59 .epg6w::before { content: ""; color: var(--c-warn-border); }.tb48q03 .uv4vysqe    .epg6w::before { content: ""; color: #60a5fa; }.mbetwc6z .tb48q03 .y2ipa     .epg6w::before { color: #10b981; }.mbetwc6z .tb48q03 .syco59 .epg6w::before { color: #f43f5e; }.mbetwc6z .tb48q03 .uv4vysqe    .epg6w::before { color: #a855f7; }.ptbxne  .tb48q03 .y2ipa     .epg6w::before { color: #eab308; }.ptbxne  .tb48q03 .syco59 .epg6w::before { color: #ef4444; }.ptbxne  .tb48q03 .uv4vysqe    .epg6w::before { color: #f97316; }.zff1xi7g  .tb48q03 .y2ipa     .epg6w::before { color: #38bdf8; }.zff1xi7g  .tb48q03 .syco59 .epg6w::before { color: #818cf8; }.zff1xi7g  .tb48q03 .uv4vysqe    .epg6w::before { color: #2dd4bf; }.nit98v7g .tb48q03 .epg6w::before { color: var(--accent-light) !important; }
.pp26od .vrgds1x8, .pp26od .o01ahyf5 { min-height: 520px; }
.ctpr5gn7 .yornbh8::after, .ctpr5gn7 .cvmy8a::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.rr07zt6y::before { content: '>'; }