:root {
  --color-accent: #18526c;
  --color-cta: #3b82f6;
  --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;
}
.s70oz1c {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.w6naf {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.fuwl0vf7 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.t7942 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.sqj0s { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.sqj0s a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.sqj0s a:hover { color: var(--accent-light); }
.wjnikyb   .ixg1k { border-radius: 0; }
.uec14  .ixg1k li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .ixg1k {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .h7vad:hover .ixg1k,
  .h7vad:focus-within .ixg1k { display: block; }
  .ixg1k li a { padding: 8px 16px; font-size: 0.88rem; }
}
.z0dor {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.sychl { display: none; }
@media (max-width: 640px) {
  .sychl {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .sychl.qpnz8d3 { display: block; }
}
@media (max-width: 640px) {
  .z0dor { display: block; }
  .sqj0s > li + li::before { display: none !important; }
  .sqj0s {
    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;
  }
  .sqj0s.qpnz8d3 { display: flex; }
  .sqj0s li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .sqj0s li:last-child a { border-bottom: none; }
}
.zr7msd { min-height: 480px; }
.agzv2gq5 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.wp6y { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ukhmw .wp6y { margin-left: 0; margin-right: 0; }
.nv50e {
  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;
}
.q7k2 .nv50e { margin-top: 24px; }
.nv50e:hover { opacity: 0.88; }
.wudfkolc .agzv2gq5 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.wudfkolc .wp6y { color: #e2e8f0; }
.wudfkolc.ukhmw   .w639i8hj { text-align: left; }
.mey7kc .agzv2gq5 { color: var(--text-primary); text-shadow: none; }
.mey7kc .wp6y { color: var(--text-muted); }
.mey7kc .nv50e { margin-top: 16px; }
.mey7kc, .mey7kc.zr7msd { min-height: auto !important; }
.mey7kc.ukhmw   .w639i8hj { 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; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.z7yw8frm .agzv2gq5 { color: #fff; }
.z7yw8frm .wp6y { color: rgba(255,255,255,0.85); }
.z7yw8frm .nv50e { background: #fff; color: var(--cta); }
.z7yw8frm .nv50e:hover { opacity: 0.92; }
.e2mas7 .uxig { position: relative; overflow: hidden; }
.e2mas7 .uxig::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.qv6ad .uxig {
  animation: hg-breathe 7s ease-in-out infinite;
}
.mgsu .uxig { position: relative; overflow: hidden; }
.mgsu .uxig::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;
}
.khqr .uxig { position: relative; overflow: hidden; }
.khqr .uxig::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;
}
.uz0avb2 .uxig {
  animation: hg-fadein 1.2s ease-out both;
}
.uxig {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.m0b9q2o {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.arkaron {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.ar8uvg {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.uxig .agzv2gq5 { text-shadow: none; color: var(--text-primary); }
.uxig .wp6y { color: var(--text-muted); }
body.uhp99id .agzv2gq5 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.hz3u12w .agzv2gq5 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.zr7msd.z7yw8frm .agzv2gq5,
section.z7yw8frm .agzv2gq5 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.uxig.u60jnezk .m0b9q2o { align-items: center; text-align: center; }
.uxig.ukhmw   .m0b9q2o { align-items: flex-start; text-align: left; }
.r4ivypi .arkaron { position: relative; }
.r4ivypi .arkaron::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.r4ivypi.o1yr .arkaron::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.kc27ek .arkaron {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.kc27ek .ar8uvg {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.kc27ek.o1yr .arkaron { padding: 32px 0 32px 32px; }
.pgcby9 .arkaron {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.pgcby9 .ar8uvg {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.o1yr .m0b9q2o {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.pgcby9.o1yr .arkaron { padding: 40px 16px 40px 48px; }
.zr7msd .twslr18y {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.twslr18y .z2iom.hjhw48x {
  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;
}
.twslr18y .z2iom.hjhw48x:hover { opacity: 0.85; }
.lu88zhe .arkaron {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .uxig { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .uxig:not(.lu88zhe) .arkaron { display: none !important; }
  .lu88zhe .arkaron { padding: 16px; }
  .m0b9q2o  { padding: 36px 24px; }
  .uxig~.yvoorb,.o1yr~.yvoorb{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .zr7msd, .uxig { min-height: 320px !important; }
  .agzv2gq5 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .nt5erv6,
  .coinc,
  .zycdtm { grid-template-columns: 1fr !important; }

  

  
  .moe54 { display: flex !important; flex-direction: column !important; }
  .moe54 .w639i8hj { display: contents; }
  .moe54 .q955j { order: 0; }
  .moe54 .agzv2gq5 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .moe54 .nt5erv6 { order: 2; padding: 0 16px 12px !important; }
  .moe54 .wp6y { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .q7k2 .w639i8hj { display: flex; flex-direction: column; }
  .q7k2 .w639i8hj .agzv2gq5 { order: 1; }
  .q7k2 .w639i8hj .zycdtm { order: 2; margin: 8px 0 24px !important; }
  .q7k2 .w639i8hj .wp6y { order: 3; }
  .q7k2 .w639i8hj .nv50e { order: 4; align-self: center; margin-top: 0; }

  
  .uxig.lu88zhe {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .uxig.lu88zhe .m0b9q2o { display: contents; padding: 0; }
  .uxig.lu88zhe .m0b9q2o .agzv2gq5 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .uxig.lu88zhe .arkaron { order: 2; padding: 12px 16px; }
  .uxig.lu88zhe .m0b9q2o .wp6y { order: 3; padding: 0 24px; margin: 0 auto; }
  .uxig.lu88zhe .m0b9q2o .nv50e { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ratkbja { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.b49if2 { width: 100%; height: auto; display: block; border-radius: 10px; }
.y19xrt .ratkbja        { border-radius: 16px; }
.y19xrt .b49if2  { border-radius: 16px; }
.zgvmsj .ratkbja         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.zgvmsj .b49if2   { border-radius: 8px; }
.rxlxei { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.qx12hxs { width: 100%; padding: 32px 0; position: relative; }
.m531unf5 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.b15t5qc2 .qx12hxs:nth-child(even) { background: var(--bg-surface); }
.b15t5qc2 .qx12hxs:nth-child(odd)  { background: var(--bg-page); }
.ni8p .qx12hxs:nth-child(even) { background: var(--bg-card); }
.ni8p .qx12hxs:nth-child(odd)  { background: var(--bg-page); }
.b15t5qc2 .qx12hxs:nth-child(odd)  .m531unf5 { background: var(--bg-card); border-radius: 6px; }
.b15t5qc2 .qx12hxs:nth-child(even) .m531unf5 { background: var(--bg-raised); border-radius: 6px; }
.ni8p .qx12hxs:nth-child(odd)  .m531unf5 { background: var(--bg-card); border-radius: 6px; }
.ni8p .qx12hxs:nth-child(even) .m531unf5 { background: var(--bg-raised); border-radius: 6px; }
.b15t5qc2 .qx12hxs:nth-child(even) .agk0b3 .w3lb05a,
.ni8p .qx12hxs:nth-child(even) .agk0b3 .w3lb05a { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.b15t5qc2 .qx12hxs:nth-child(odd) .agk0b3 .w3lb05a,
.ni8p .qx12hxs:nth-child(odd) .agk0b3 .w3lb05a { background: var(--bg-card-inner); }
.b15t5qc2 .qx12hxs:nth-child(even) .t0ny .w3lb05a:nth-child(odd),
.ni8p .qx12hxs:nth-child(even) .t0ny .w3lb05a:nth-child(odd)  { background: var(--bg-card); }
.b15t5qc2 .qx12hxs:nth-child(even) .t0ny .w3lb05a:nth-child(even),
.ni8p .qx12hxs:nth-child(even) .t0ny .w3lb05a:nth-child(even) { background: var(--bg-card-inner); }
h1.mpz1 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.mpz1 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.dk1gy72n { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.kb98pd1z h2.mpz1 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.adtz h2.mpz1 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.w0uy h2.mpz1 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.upy8 h2.mpz1::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.fohkazc h2.mpz1 {
  color: var(--text-primary); font-size: 1.7rem;
}
.akgm6c h2.mpz1::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ezob h2.mpz1 {
  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;
}
.uw1sqhgt { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .uw1sqhgt { display: none; } }
.ufke { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.t5gbs { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.e7si {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.l1cg { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.fl9h { padding-left: 20px; }
.fl9h li { margin-bottom: 6px; }
.fl9h a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.fl9h a:hover { color: var(--accent-light); }
.qdrkqu .l1cg { display: none; }
.i9tjmgs2 .l1cg { display: none; }
.i9tjmgs2 .fl9h { padding-left: 0; list-style: none; }
.i9tjmgs2 .fl9h li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.i9tjmgs2 .fl9h a { font-size: 0.92rem; }
.er8k .e7si { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.er8k .l1cg { display: none; }
.er8k .fl9h { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.er8k .fl9h li { margin-bottom: 0; }
.er8k .fl9h 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;
}
.er8k .fl9h a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.u7gphm11 .e7si { padding: 20px 20px 16px; }
.u7gphm11 .fl9h {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.u7gphm11 .fl9h li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.u7gphm11 .fl9h 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;
}
.u7gphm11 .fl9h 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;
}
.u7gphm11 .fl9h a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.u7gphm11 .fl9h a:focus,
.u7gphm11 .fl9h a:focus-visible,
.u7gphm11 .fl9h a:target { outline: none; }
.u7gphm11 .fl9h li:target a { border-color: var(--border); color: var(--text-muted); }
.ap9n .e7si { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ap9n .l1cg { display: none; }
.ap9n .fl9h { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ap9n .fl9h li { margin-bottom: 0; }
.ap9n .fl9h li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ap9n .fl9h li:last-child::after { content: ""; margin-right: 0; }
.ap9n .fl9h a { font-size: 0.9rem; }
.w3lb05a { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.agk0b3 .w3lb05a { background: var(--bg-card); }
.t0ny .w3lb05a:nth-child(odd)  { background: var(--bg-card); }
.t0ny .w3lb05a:nth-child(even) { background: var(--bg-raised); }
.ctk4k9m .w3lb05a {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ctk4k9m .w3lb05a:last-child { border-bottom: none; }
.ctk4k9m h3.dk1gy72n { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.lcix .w3lb05a {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.lcix .w3lb05a + .w3lb05a { margin-top: 4px; }
.bceqjngd .w3lb05a { background: none; border-radius: 0; padding: 12px 0; }
.bceqjngd .w3lb05a + .w3lb05a { border-top: 1px solid var(--border-section); }
.waogrbz { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.bs97ztl0 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.aa5cggg { color: var(--text-body); margin-bottom: 10px; }
.v5x6l, .nh9op { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.v5x6l li, .nh9op li { margin-bottom: 6px; }
.nh9op li { list-style: decimal; }
.ty0ar     .v5x6l { list-style-type: "● "; }
.etvj0o  .v5x6l { list-style-type: "■ "; }
.uov760 .v5x6l { list-style-type: "◆ "; }
.ajt2pq    .v5x6l { list-style-type: "★ "; }
.ty0ar     .ptcnfrum { list-style-type: "● "; }
.etvj0o  .ptcnfrum { list-style-type: "■ "; }
.uov760 .ptcnfrum { list-style-type: "◆ "; }
.ajt2pq    .ptcnfrum { list-style-type: "★ "; }
.ty0ar    .v5x6l li::marker, .ty0ar    .ptcnfrum li::marker,
.etvj0o .v5x6l li::marker, .etvj0o .ptcnfrum li::marker,
.uov760 .v5x6l li::marker, .uov760 .ptcnfrum li::marker,
.ajt2pq   .v5x6l li::marker, .ajt2pq   .ptcnfrum li::marker {
  color: var(--cta); font-size: 1em;
}
.ty0ar .nh9op,
.etvj0o .nh9op,
.uov760 .nh9op,
.ajt2pq .nh9op {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ty0ar .nh9op li,
.etvj0o .nh9op li,
.uov760 .nh9op li,
.ajt2pq .nh9op li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ty0ar .nh9op li::before,
.etvj0o .nh9op li::before,
.uov760 .nh9op li::before,
.ajt2pq .nh9op 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;
}
.ty0ar     .nh9op li::before { border-radius: 50%; }
.etvj0o  .nh9op li::before { border-radius: 3px; }
.uov760 .nh9op li::before { border-radius: 3px; }
.ajt2pq    .nh9op li::before { border-radius: 50%; }
.e1bmw { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.jim5d69 .e1bmw,
.vlr3y .e1bmw { background: transparent; border: none; border-radius: 0; }
.kgm97xfi { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.kgm97xfi th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.kgm97xfi td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.kgm97xfi tr:hover td { background: var(--bg-hover); }
.wdg9ai .kgm97xfi tbody tr:nth-child(even) td { background: var(--bg-surface); }
.rrhc .kgm97xfi { border: 1px solid var(--border-alt); }
.rrhc .kgm97xfi th,
.rrhc .kgm97xfi td { border: 1px solid var(--border-alt); }
.j2a20 .kgm97xfi th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.j2a20 .kgm97xfi td { border-bottom: none; }
.j2a20 .kgm97xfi tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.pyzd71 .kgm97xfi th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.nmkra .e1bmw {
  overflow: hidden;
}
.nmkra .kgm97xfi th { border-bottom: 1px solid var(--border-alt); }
.nmkra .kgm97xfi tr:last-child td { border-bottom: none; }
.ab5e7tpz { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.o9lsz { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.beqqvl { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ozax7dgw { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.r89r3 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ptcnfrum { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ptcnfrum 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%}
.jthz .ozax7dgw { background: transparent; text-align: center; }
.rv6nw .beqqvl {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.lfe5d .beqqvl {
  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);
}
.g8t5mh02 .o9lsz { display: grid; grid-template-columns: auto 1fr; }
.g8t5mh02 .beqqvl {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.g8t5mh02 .ozax7dgw { grid-column: 2; }
.g8t5mh02 .r89r3,
.g8t5mh02 .ptcnfrum { grid-column: 1 / -1; }
.v2jt410 .o9lsz { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.v2jt410 .beqqvl {
  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);
}
.v2jt410 .ozax7dgw { grid-column: 2; }
.v2jt410 .r89r3,
.v2jt410 .ptcnfrum { grid-column: 1 / -1; }
.nmaxek .o9lsz { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.nmaxek .ozax7dgw { background: none; color: var(--accent-light); font-weight: 700; }
.ldf0 .o9lsz { 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); }
.ldf0 .ozax7dgw { background: none; color: var(--accent-light); font-weight: 700; }
.etda .o9lsz { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.etda .o9lsz:last-child { border-bottom: none; }
.etda .ozax7dgw { background: none; color: var(--accent-light); font-weight: 700; }
.w8qv6nk .o9lsz { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.w8qv6nk .ozax7dgw { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.pxonsou .ab5e7tpz { counter-reset: card-n; }
.pxonsou .o9lsz  { counter-increment: card-n; }
.pxonsou .ozax7dgw { display: flex; align-items: center; gap: 10px; }
.pxonsou .ozax7dgw::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;
}
.pjql .o9lsz { background: var(--bg-surface); border: 1px solid var(--border); }
.pjql .ozax7dgw { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ajxr1 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.rjpmte  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.may66x1l { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.pvwe7 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ajxr1 strong { color: var(--text-primary); font-size: 0.95rem; }
.ajxr1 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.b49if2 { width: 100%; height: auto; border-radius: 10px; display: block; }
.hjhw48x {
  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;
}
.hjhw48x:hover { opacity: 0.85; }
.i5e9 .hjhw48x  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.i5e9 .hjhw48x:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zazqzr .hjhw48x  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.zazqzr .hjhw48x:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.jqfamh6y .nv50e { border-radius: 50px; }
.jqfamh6y .hjhw48x  { border-radius: 50px; }
.v4mnt .nv50e { padding-left: 22px; padding-right: 22px; }
.v4mnt .hjhw48x  { padding-left: 12px; padding-right: 12px; }
.fvyg .nv50e { padding-left: 44px; padding-right: 44px; }
.fvyg .hjhw48x  { padding-left: 24px; padding-right: 24px; }
.etkvii .nv50e { padding-left: 56px; padding-right: 56px; }
.etkvii .hjhw48x  { padding-left: 32px; padding-right: 32px; }
.vb6g   .nv50e::after, .vb6g   .hjhw48x::after,
.dthzpf .nv50e::after, .dthzpf .hjhw48x::after,
.gcaw    .nv50e::after, .gcaw    .hjhw48x::after,
.fjlryj    .nv50e::after, .fjlryj    .hjhw48x::after,
.fs40267    .nv50e::after, .fs40267    .hjhw48x::after,
.wok63     .nv50e::after, .wok63     .hjhw48x::after,
.zuvlnql    .nv50e::after, .zuvlnql    .hjhw48x::after,
.ef9w1s6d   .nv50e::after, .ef9w1s6d   .hjhw48x::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;
}
.vb6g .nv50e::after, .vb6g .hjhw48x::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");
}
.dthzpf .nv50e::after, .dthzpf .hjhw48x::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");
}
.gcaw .nv50e::after, .gcaw .hjhw48x::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");
}
.fjlryj .nv50e::after, .fjlryj .hjhw48x::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");
}
.fs40267 .nv50e::after, .fs40267 .hjhw48x::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");
}
.wok63 .nv50e::after, .wok63 .hjhw48x::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");
}
.zuvlnql .nv50e::after, .zuvlnql .hjhw48x::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");
}
.ef9w1s6d .nv50e::after, .ef9w1s6d .hjhw48x::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");
}
.zw3a8   .fxqhr::after, .zw3a8   .g3d9fs::after,
.n5bhej60 .fxqhr::after, .n5bhej60 .g3d9fs::after,
.pjbrcqpa    .fxqhr::after, .pjbrcqpa    .g3d9fs::after,
.x5xb3f    .fxqhr::after, .x5xb3f    .g3d9fs::after,
.sw7ysd    .fxqhr::after, .sw7ysd    .g3d9fs::after,
.pr3w1rat     .fxqhr::after, .pr3w1rat     .g3d9fs::after,
.ysfzvsrb    .fxqhr::after, .ysfzvsrb    .g3d9fs::after,
.k8nm4   .fxqhr::after, .k8nm4   .g3d9fs::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;
}
.zw3a8 .fxqhr::after, .zw3a8 .g3d9fs::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");
}
.n5bhej60 .fxqhr::after, .n5bhej60 .g3d9fs::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");
}
.pjbrcqpa .fxqhr::after, .pjbrcqpa .g3d9fs::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");
}
.x5xb3f .fxqhr::after, .x5xb3f .g3d9fs::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");
}
.sw7ysd .fxqhr::after, .sw7ysd .g3d9fs::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");
}
.pr3w1rat .fxqhr::after, .pr3w1rat .g3d9fs::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");
}
.ysfzvsrb .fxqhr::after, .ysfzvsrb .g3d9fs::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");
}
.k8nm4 .fxqhr::after, .k8nm4 .g3d9fs::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");
}
.uydln .bo4k6xs { background: var(--bg-raised); }
.z2iom.hjhw48x {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .y707u1v6 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .y707u1v6::before    { grid-area: rank;   }
  .qczgcju           { grid-area: ident;  }
  .fh51nbm     { grid-area: rating; min-width: 0; width: auto; }
  .nmfo           { grid-area: pills;  }
  .z2iom             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .y707u1v6 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .y707u1v6::before    { justify-self: center; }
  .qczgcju           { width: 100%; }
  .fh51nbm     { justify-self: center; }
  .nmfo           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .nz3zv .q1oqi22 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .nz3zv .tjkfx2 { margin: 0; }
}
.kr8z .tjkfx2 { border-top: 4px solid var(--accent); }
.kr8z .wdjauafp { background: var(--bg-card); }
@media (max-width: 720px) {
  .r2cn8b { grid-template-columns: 1fr; }
  .w6mdppqd { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .w6mdppqd .banezdpt { width: 72px; height: 50px; }
  .w6mdppqd .bn61i9 { max-width: 180px; }
  .w6mdppqd .vwf1 { width: auto; }
}
@media (max-width: 720px) {
  .wqfmqpi { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .jq690u { padding: 16px; }
  .vholuzzi .eflz { min-width: 50%; }
}
@media (max-width: 860px) {
  .iiksq { grid-template-columns: 1fr; }
  .a9eogjax { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .cl0c6sw5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .uf4lqe { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .uvuv { flex-direction: column; align-items: stretch; }
}
.talq .vwf1 .hjhw48x { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .lu89 { flex-direction: column; align-items: stretch; gap: 10px; }
  .talq .vwf1 { text-align: center; }
}
@media (max-width: 720px) {
  .x8t3msa { grid-template-columns: 1fr; }
  .qw10df { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .bvzw { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .bgrh1w3m { grid-template-columns: 1fr; }
  .hqtnj { width: 100px; height: 100px; margin: 16px auto; }
  .vjqrb { font-size: 1.4rem; }
  .s1v53 { justify-content: center; }
  .gewzkglh .eflz { min-width: 50%; }
}
@media (max-width: 540px) {
  .skn8qhd { flex-wrap: wrap; padding: 14px 16px; }
  .oiegn { padding: 12px 16px; }
  .it44r5u .rrqfd3 { margin: 0 16px; }
  .it44r5u .lzn9sub { padding: 0 16px; }
  .l88dgf { padding: 12px 16px; }
}
.ykv1 .pqi6x14 { font-size: 1rem; letter-spacing: 2px; }
.q8qvmjsr { margin: 16px 0; }
.vh0i2bp { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.vh0i2bp summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.vh0i2bp summary::after { content: "+"; color: var(--accent-light); }
.vh0i2bp[open] summary::after { content: "−"; }
.vh0i2bp p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.qx12hxs { margin-bottom: 0; }
.yfe9g h2.mpz1 { color: var(--text-primary); border-color: var(--accent-light); }
.l2s7m h2.mpz1 { color: var(--text-primary); border-color: var(--accent-light); }
.nhq2 .rjpmte     { background: #052e16; border-color: #10b981; }
.nhq2 .qchsdm { background: #2d0a1e; border-color: #f43f5e; }
.nhq2 .may66x1l    { background: #1e1036; border-color: #a855f7; }
.nhq2 .ajxr1 strong  { color: #f1f5f9; }
.nhq2 .ajxr1 p       { color: #cbd5e1; }
.nhq2 .itn39    .rjpmte     .pvwe7::before,
.nhq2 .wexovt  .rjpmte     .pvwe7::before,
.nhq2 .bvsh  .rjpmte     .pvwe7::before,
.nhq2 .ktmc8 .rjpmte     .pvwe7::before { color: #10b981; }
.nhq2 .itn39    .qchsdm .pvwe7::before,
.nhq2 .wexovt  .qchsdm .pvwe7::before,
.nhq2 .bvsh  .qchsdm .pvwe7::before,
.nhq2 .ktmc8 .qchsdm .pvwe7::before { color: #f43f5e; }
.nhq2 .itn39    .may66x1l    .pvwe7::before,
.nhq2 .wexovt  .may66x1l    .pvwe7::before,
.nhq2 .bvsh  .may66x1l    .pvwe7::before,
.nhq2 .ktmc8 .may66x1l    .pvwe7::before { color: #a855f7; }
.cmcdy .rjpmte     { background: #2d2000; border-color: #eab308; }
.cmcdy .may66x1l    { background: #2d1600; border-color: #f97316; }
.cmcdy .ajxr1 strong  { color: #f1f5f9; }
.cmcdy .ajxr1 p       { color: #cbd5e1; }
.cmcdy .itn39    .rjpmte     .pvwe7::before,
.cmcdy .wexovt  .rjpmte     .pvwe7::before,
.cmcdy .bvsh  .rjpmte     .pvwe7::before,
.cmcdy .ktmc8 .rjpmte     .pvwe7::before { color: #eab308; }
.cmcdy .itn39    .qchsdm .pvwe7::before,
.cmcdy .wexovt  .qchsdm .pvwe7::before,
.cmcdy .bvsh  .qchsdm .pvwe7::before,
.cmcdy .ktmc8 .qchsdm .pvwe7::before { color: #ef4444; }
.cmcdy .itn39    .may66x1l    .pvwe7::before,
.cmcdy .wexovt  .may66x1l    .pvwe7::before,
.cmcdy .bvsh  .may66x1l    .pvwe7::before,
.cmcdy .ktmc8 .may66x1l    .pvwe7::before { color: #f97316; }
.st4eb5 .rjpmte     { background: #0c1a2e; border-color: #38bdf8; }
.st4eb5 .may66x1l    { background: #0a2020; border-color: #2dd4bf; }
.st4eb5 .ajxr1 strong  { color: #f1f5f9; }
.st4eb5 .ajxr1 p       { color: #cbd5e1; }
.st4eb5 .itn39    .rjpmte     .pvwe7::before,
.st4eb5 .wexovt  .rjpmte     .pvwe7::before,
.st4eb5 .bvsh  .rjpmte     .pvwe7::before,
.st4eb5 .ktmc8 .rjpmte     .pvwe7::before { color: #38bdf8; }
.st4eb5 .itn39    .qchsdm .pvwe7::before,
.st4eb5 .wexovt  .qchsdm .pvwe7::before,
.st4eb5 .bvsh  .qchsdm .pvwe7::before,
.st4eb5 .ktmc8 .qchsdm .pvwe7::before { color: #818cf8; }
.st4eb5 .itn39    .may66x1l    .pvwe7::before,
.st4eb5 .wexovt  .may66x1l    .pvwe7::before,
.st4eb5 .bvsh  .may66x1l    .pvwe7::before,
.st4eb5 .ktmc8 .may66x1l    .pvwe7::before { color: #2dd4bf; }
.u6a0ks .rjpmte     { background: var(--accent-bg); border-color: var(--accent-light); }
.u6a0ks .may66x1l    { background: var(--accent-bg); border-color: var(--accent-pale); }
.u6a0ks .itn39    .pvwe7::before,
.u6a0ks .wexovt  .pvwe7::before,
.u6a0ks .bvsh  .pvwe7::before,
.u6a0ks .ktmc8 .pvwe7::before { color: var(--accent-light) !important; }
.fz50 .mvek9 { background: var(--bg-pros); }
.fz50 .qsdr3okt { background: var(--bg-cons); }
.fz50 .mvek9 .u5wd6 { color: var(--c-pros-label); }
.fz50 .qsdr3okt .ysoqiyxy { color: var(--c-cons); }
.fz50 .mvek9 ul li,
.fz50 .hy8x8q70 li          { color: var(--c-pros); }
.fz50 .qsdr3okt ul li,
.fz50 .bssz li          { color: var(--c-cons); }
.gmf106bm .u5wd6::before { content: "✓ "; }
.gmf106bm .ysoqiyxy::before { content: "✗ "; }
.lbdd .ajxr1 { background: transparent; border-left: none; border: 1.5px solid; }
.lbdd .rjpmte     { border-color: var(--c-tip-border); }
.lbdd .may66x1l    { border-color: #60a5fa; }
.lbdd .ajxr1 strong { color: var(--text-primary); }
.lbdd .ajxr1 p      { color: var(--text-muted); }
.a07jrkk .ajxr1 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.a07jrkk .rjpmte     { border-top-color: var(--c-tip-border); }
.a07jrkk .may66x1l    { border-top-color: #60a5fa; }
.dc6ic14r .ajxr1 { border-left: none; border-radius: 8px; }
.dc6ic14r .rjpmte     { background: #065f46; }
.dc6ic14r .may66x1l    { background: #1e3a8a; }
.dc6ic14r .ajxr1 strong,
.dc6ic14r .ajxr1 p { color: #fff; }
.dc6ic14r .pvwe7::before { color: rgba(255,255,255,0.85) !important; }
.nhq2.dc6ic14r .rjpmte,
.nhq2 .dc6ic14r .rjpmte     { background: #052e16; }
.nhq2.dc6ic14r .qchsdm,
.nhq2 .dc6ic14r .qchsdm { background: #2d0a1e; }
.nhq2.dc6ic14r .may66x1l,
.nhq2 .dc6ic14r .may66x1l    { background: #1e1036; }
.cmcdy.dc6ic14r .rjpmte,
.cmcdy .dc6ic14r .rjpmte      { background: #2d2000; }
.cmcdy.dc6ic14r .may66x1l,
.cmcdy .dc6ic14r .may66x1l     { background: #2d1600; }
.st4eb5.dc6ic14r .rjpmte,
.st4eb5 .dc6ic14r .rjpmte      { background: #0c1a2e; }
.st4eb5.dc6ic14r .may66x1l,
.st4eb5 .dc6ic14r .may66x1l     { background: #0a2020; }
.mvml77v2 .ajxr1 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.mvml77v2 .rjpmte     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.mvml77v2 .qchsdm { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.mvml77v2 .may66x1l    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.mvml77v2 .ajxr1 strong { color: var(--text-primary); }
.mvml77v2 .ajxr1 p      { color: var(--text-muted); }
.nuc7l .ajxr1 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.itn39 .pvwe7,
.wexovt .pvwe7,
.bvsh .pvwe7,
.ktmc8 .pvwe7 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.itn39 .pvwe7::before,
.wexovt .pvwe7::before,
.bvsh .pvwe7::before,
.ktmc8 .pvwe7::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.itn39 .rjpmte     .pvwe7::before { content: "✦"; color: var(--c-tip-border); }
.itn39 .qchsdm .pvwe7::before { content: "▲"; color: var(--c-warn-border); }
.itn39 .may66x1l    .pvwe7::before { content: "◉"; color: #60a5fa; }
.wexovt .rjpmte     .pvwe7::before { content: "★"; color: var(--c-tip-border); }
.wexovt .qchsdm .pvwe7::before { content: "◆"; color: var(--c-warn-border); }
.wexovt .may66x1l    .pvwe7::before { content: "●"; color: #60a5fa; }
.bvsh .rjpmte     .pvwe7::before { content: "▶"; color: var(--c-tip-border); }
.bvsh .qchsdm .pvwe7::before { content: "■"; color: var(--c-warn-border); }
.bvsh .may66x1l    .pvwe7::before { content: "▸"; color: #60a5fa; }
.ktmc8 .rjpmte     .pvwe7::before { content: "→"; color: var(--c-tip-border); }
.ktmc8 .qchsdm .pvwe7::before { content: "⬥"; color: var(--c-warn-border); }
.ktmc8 .may66x1l    .pvwe7::before { content: "◈"; color: #60a5fa; }
.pbs9bu3g .agk0b3 .w3lb05a,
.pbs9bu3g .t0ny .w3lb05a  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.pbs9bu3g .o9lsz                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.pbs9bu3g .e1bmw          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.pbs9bu3g .e7si                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.wmd67 .agk0b3 .w3lb05a,
.wmd67 .t0ny .w3lb05a,
.wmd67 .o9lsz,
.wmd67 .y707u1v6,
.wmd67 .tjkfx2,
.wmd67 .e1bmw,
.wmd67 .e7si,
.wmd67 .nuc7l .ajxr1 { box-shadow: none; }
.fvc279c   .aa5cggg, .fvc279c .waogrbz, .fvc279c .bs97ztl0,
.fvc279c   .ufke, .fvc279c .t5gbs { font-size: 0.9rem; }
.fvc279c   .v5x6l, .fvc279c .nh9op { font-size: 0.9rem; }
.p5lnxf8i   .aa5cggg, .p5lnxf8i .waogrbz, .p5lnxf8i .bs97ztl0,
.p5lnxf8i   .ufke, .p5lnxf8i .t5gbs { font-size: 0.95rem; }
.p5lnxf8i   .v5x6l, .p5lnxf8i .nh9op { font-size: 0.95rem; }
.q1wj95fa   .aa5cggg, .q1wj95fa .waogrbz, .q1wj95fa .bs97ztl0,
.q1wj95fa   .ufke, .q1wj95fa .t5gbs { font-size: 1.08rem; }
.q1wj95fa   .v5x6l, .q1wj95fa .nh9op { font-size: 1.05rem; }
.q1wj95fa   .kgm97xfi { font-size: 0.97rem; }
.hysg1 .agzv2gq5      { font-size: 3.2rem; }
.hysg1 h2.mpz1 { font-size: 1.9rem; }
.hysg1 h3.dk1gy72n     { font-size: 1.4rem; }
.muhp51k .agzv2gq5      { font-size: 3.8rem; }
.muhp51k h2.mpz1 { font-size: 2.2rem; }
.muhp51k h3.dk1gy72n     { font-size: 1.6rem; }
.qx12hxs + .qx12hxs { position: relative; }
.sgp79   .qx12hxs + .qx12hxs::before,
.stoo4xh  .qx12hxs + .qx12hxs::before,
.nlir   .qx12hxs + .qx12hxs::before,
.nxuol   .qx12hxs + .qx12hxs::before,
.nwg2840v   .qx12hxs + .qx12hxs::before,
.sropzau8 .qx12hxs + .qx12hxs::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.sgp79 .qx12hxs + .qx12hxs::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.stoo4xh .qx12hxs + .qx12hxs::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.nlir .qx12hxs + .qx12hxs::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;
}
.nxuol .qx12hxs + .qx12hxs::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ympw7hx .qx12hxs { margin-bottom: 16px; }
.ympw7hx .qx12hxs + .qx12hxs { margin-top: 0; }
.ympw7hx .m531unf5 { padding-top: 0; padding-bottom: 0; }
.nwg2840v .qx12hxs + .qx12hxs::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.sropzau8 .qx12hxs + .qx12hxs::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.naxe .qx12hxs + .qx12hxs::before,
.yzlv .qx12hxs + .qx12hxs::before,
.vldmk7jg .qx12hxs + .qx12hxs::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%;
}
.b15t5qc2 .naxe .qx12hxs:nth-child(even)::before,
.b15t5qc2 .yzlv .qx12hxs:nth-child(even)::before,
.b15t5qc2 .vldmk7jg .qx12hxs:nth-child(even)::before { background: var(--bg-surface); }
.ni8p .naxe .qx12hxs:nth-child(even)::before,
.ni8p .yzlv .qx12hxs:nth-child(even)::before,
.ni8p .vldmk7jg .qx12hxs:nth-child(even)::before { background: var(--bg-card); }
.naxe .qx12hxs + .qx12hxs::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");
}
.yzlv .qx12hxs + .qx12hxs::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");
}
.vldmk7jg .qx12hxs + .qx12hxs::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");
}
.sae7ee .m0b9q2o,
.r6tijl57 .m0b9q2o { padding-bottom: 60px; }
.h6pioms .m0b9q2o { padding-bottom: 70px; }
.lzyi .wudfkolc:not(.z7yw8frm) .q955j { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.vcmu8t .uxig { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.lzyi .z7yw8frm { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.lzyi .ljzfgay { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.lzyi .uxig { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.llbmqz .uxig { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ucv4 .uxig { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.d7c8jz1 .uxig { background: var(--accent-bg); }
.pzshesoo .ratkbja { float: left; width: 38%; margin: 0 28px 16px 0; }
.pzshesoo .ratkbja .b49if2 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.pzshesoo .m531unf5::after { content: ''; display: block; clear: both; }
.pgtq9zer .ratkbja { float: right; width: 38%; margin: 0 0 16px 28px; }
.pgtq9zer .ratkbja .b49if2 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.pgtq9zer .m531unf5::after { content: ''; display: block; clear: both; }
.ynjy0t6 .qx12hxs:nth-child(odd)  .ratkbja { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ynjy0t6 .qx12hxs:nth-child(even) .ratkbja { float: right; width: 38%; margin: 0 0 16px 28px; }
.ynjy0t6 .ratkbja .b49if2 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ynjy0t6 .m531unf5::after { content: ''; display: block; clear: both; }
.pzshesoo .ab5e7tpz,
.pzshesoo .vns3912,
.pgtq9zer .ab5e7tpz,
.ynjy0t6 .ab5e7tpz,
@media (max-width: 900px) {
  .pzshesoo .ratkbja,
  .pgtq9zer .ratkbja,
  .ynjy0t6 .qx12hxs:nth-child(odd)  .ratkbja,
  .ynjy0t6 .qx12hxs:nth-child(even) .ratkbja {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .pzshesoo .ratkbja .b49if2,
  .pgtq9zer .ratkbja .b49if2,
  .ynjy0t6 .ratkbja .b49if2 {
    max-height: none !important;
  }
}
.pzshesoo .v5x6l,
.pzshesoo .nh9op,
.pgtq9zer .v5x6l,
.pgtq9zer .nh9op,
.ynjy0t6 .v5x6l,
.ynjy0t6 .nh9op { overflow: hidden; }
@media (max-width: 640px) {
  .pzshesoo .ratkbja,
  .pgtq9zer .ratkbja,
  .ynjy0t6 .ratkbja { float: none; width: 100%; margin: 0 0 16px 0; }
}
.a6tye .rxlxei,
.a6tye .m531unf5,
.a6tye .gsdmh  { max-width: 1100px; }
.xbbb .rxlxei,
.xbbb .m531unf5,
.xbbb .gsdmh  { max-width: 1200px; }
.xbbb { --content-mw: 1200px; }
.lw636hk .rxlxei,
.lw636hk .m531unf5,
.lw636hk .gsdmh  { max-width: 1320px; }
.r10iycj8 { font-size: 0.82rem; color: var(--text-muted); }
.rimyq { display: flex; align-items: center; }
.x1w1yr7c {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.an5ax00 { display: flex; align-items: center; }
.zlfx { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.zlfx:hover { text-decoration: underline; }
.wtn3g4l { margin: 0 3px; opacity: 0.45; }
.wtn3g4l::before { content: '/'; }
.kiyvt { padding: 2px 5px; color: var(--text-main); }
.sydmvy .r10iycj8 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.sydmvy .rimyq { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.nke1qj96 .r10iycj8 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.nke1qj96 .rimyq { padding: 0 0 0 12px; }
.kkie {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.q4n7kh .rimyq { padding: 0 16px; }
.q4n7kh .r10iycj8 {
  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);
}
.q4n7kh .rxlxei { padding-top: 28px; }
@media (max-width: 720px) {
  .kkie { margin-top: 18px; padding: 0 16px; }
  .q4n7kh .rxlxei { padding-top: 16px; }
}
.a6tye.sydmvy .rimyq { max-width: 1100px; }
.xbbb.sydmvy .rimyq { max-width: 1200px; }
.lw636hk.sydmvy .rimyq { max-width: 1320px; }
.a6tye .kkie { max-width: 1100px; }
.xbbb .kkie { max-width: 1200px; }
.lw636hk .kkie { max-width: 1320px; }
.ap3my .qx12hxs { padding-top: 16px; padding-bottom: 16px; }
.vxeof3zk .qx12hxs { padding-top: 24px; padding-bottom: 24px; }
.agivu .qx12hxs { padding-top: 40px; padding-bottom: 40px; }
.u7inejh .qx12hxs { padding-top: 52px; padding-bottom: 52px; }
.onzeyv9b .qx12hxs:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.onzeyv9b .qx12hxs:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.onzeyv9b .qx12hxs:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.onzeyv9b .qx12hxs:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ujmbw05g .m531unf5 { padding-top: 10px;  padding-bottom: 10px; }
.mnlxq .m531unf5 { padding-top: 18px;  padding-bottom: 18px; }
.mce3m3yr .m531unf5 { padding-top: 36px;  padding-bottom: 36px; }
.srtzfzr .m531unf5 { padding-top: 48px;  padding-bottom: 48px; }
.uqzpudn h2.mpz1 { font-weight: 600; }
.uqzpudn h3.dk1gy72n     { font-weight: 600; }
.f14z6 h2.mpz1 { font-weight: 800; }
.f14z6 h3.dk1gy72n     { font-weight: 700; }
.jrzlko3 h2.mpz1 { font-weight: 900; }
.jrzlko3 h3.dk1gy72n     { font-weight: 800; }
.jrzlko3 .ajxr1 strong,
.jrzlko3 .ajxr1 strong { font-weight: 600; }
.fxqhr {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.dzna6 .fxqhr { display: none; }
@media (max-width: 640px) {
  .vvz6r72a { display: none; }
  .fxqhr {
    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;
  }
}
.fxqhr { background: var(--cta) !important; color: #fff !important; border: none !important; }
.fxqhr:hover { opacity: 0.85; }
.o3z3i .fxqhr { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.nxslw .fxqhr,
.pd6w  .fxqhr { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.nxslw .fxqhr:hover,
.pd6w  .fxqhr:hover { opacity: 0.88; }
.o3z3i.nxslw .fxqhr,
.o3z3i.pd6w  .fxqhr { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.g3d9fs {
  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;
}
.g3d9fs:hover { transform: translateY(-2px); opacity: 0.92; }
.g3d9fs { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ys64ynv .g3d9fs { display: none; }
.zimh7 .g3d9fs { right: 32px; }
.md0exqd7  .g3d9fs { left: 32px; }
@media (max-width: 480px) {
  .zimh7 .g3d9fs { right: 20px; bottom: 20px; }
  .md0exqd7  .g3d9fs { left: 20px; bottom: 20px; }
}
.rvi17m { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.gsdmh { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.mdny9 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.yqyiq { color: var(--text-dim); font-size: 0.8rem; }
.gug3i a, .znlwt a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.gug3i a:hover, .znlwt a:hover { color: var(--accent-light); }
.znlwt { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.ut9wh8 .gsdmh { text-align: center; }
.ut9wh8 .znlwt { justify-content: center; margin-bottom: 16px; }
.ut9wh8 .mdny9 { margin-top: 0; }
.r1f902to { margin-top: 10px; }
.r1f902to a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .gsdmh { padding-left: 16px; padding-right: 16px; }
  .e93c4qs .gsdmh { padding: 20px 16px; }
  .znlwt { gap: 4px 12px; }
  .mdny9 { font-size: 0.78rem; }
}
.bwi40sxb .mdny9 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.bwi40sxb .yqyiq { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .bwi40sxb .i5dyb1ki { grid-template-columns: 1fr 1fr; } .bwi40sxb .ry1cwrb3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bwi40sxb .i5dyb1ki { grid-template-columns: 1fr; } }
.uvzyy .mdny9 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .uvzyy .k5lu1u20 { gap: 12px; } .uvzyy .xahx { margin-right: 0; width: 100%; } }
.m4cf65 .mdny9 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.m4cf65 .yqyiq { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .m4cf65 .ixwkv2 { grid-template-columns: 1fr 1fr; } .m4cf65 .doeemy5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .m4cf65 .ixwkv2 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .iwmxzah .sp1qq49r { grid-template-columns: 1fr 1fr; } .iwmxzah .be2gj:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .iwmxzah .sp1qq49r { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .pgu1 .sp1qq49r { grid-template-columns: 1fr; } }
.xwme7 .gsdmh { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.xwme7 .znlwt { justify-content: center; }
.jaqg6go .s70oz1c      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.jaqg6go .rvi17m { background: var(--bg-page); border-top-color: var(--border-alt); }
.lg3lnrp .s70oz1c      { background: #0d1117; border-bottom-color: #21262d; }
.lg3lnrp .fuwl0vf7 { color: var(--accent-light); }
.lg3lnrp .sqj0s { --msep-color: #8b949e; }
.lg3lnrp .sqj0s a { color: #8b949e; }
.lg3lnrp .sqj0s a:hover { color: var(--accent-light); }
.lg3lnrp .z0dor { color: #8b949e; }
.lg3lnrp .rvi17m { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.lg3lnrp .mdny9,
.lg3lnrp .yqyiq { color: #6e7681; }
.lg3lnrp .gug3i a, .lg3lnrp .znlwt a,
.lg3lnrp .v4q8 a, .lg3lnrp .ql5lw a,
.lg3lnrp .v9nnhat a { color: #8b949e; }
.lg3lnrp .xahx { color: #e6edf3; }
.lg3lnrp .gug3i a:hover, .lg3lnrp .znlwt a:hover,
.lg3lnrp .v4q8 a:hover, .lg3lnrp .ql5lw a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .lg3lnrp .sqj0s { background: #0d1117; border-top-color: #21262d; }
  .lg3lnrp .sqj0s li a { border-bottom-color: #21262d; }
}
.bz7nya2 .s70oz1c      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.bz7nya2 .fuwl0vf7 { color: var(--accent-light); }
.bz7nya2 .sqj0s { --msep-color: #475569; }
.bz7nya2 .sqj0s a { color: #475569; }
.bz7nya2 .sqj0s a:hover { color: var(--accent-light); }
.bz7nya2 .z0dor { color: #64748b; }
.bz7nya2 .rvi17m { background: #f0f4f8; border-top-color: #cbd5e1; }
.bz7nya2 .mdny9,
.bz7nya2 .yqyiq { color: #64748b; }
.bz7nya2 .gug3i a, .bz7nya2 .znlwt a,
.bz7nya2 .gug3i a:hover, .bz7nya2 .znlwt a:hover,
@media (max-width: 640px) {
  .bz7nya2 .sqj0s { background: #f0f4f8; border-top-color: #cbd5e1; }
  .bz7nya2 .sqj0s li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.nxslw .s70oz1c      { background: var(--accent); border-bottom-color: var(--accent-light); }
.nxslw .fuwl0vf7 { color: #fff; }
.nxslw .sqj0s { --msep-color: rgba(255,255,255,0.82); }
.nxslw .sqj0s a { color: rgba(255,255,255,0.82); }
.nxslw .sqj0s a:hover { color: #fff; }
.nxslw .z0dor { color: rgba(255,255,255,0.9); }
.nxslw .rvi17m { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.nxslw .mdny9,
.nxslw .yqyiq { color: rgba(255,255,255,0.72); }
.nxslw .gug3i a, .nxslw .znlwt a,
.nxslw .gug3i a:hover, .nxslw .znlwt a:hover,
@media (max-width: 640px) {
  .nxslw .sqj0s { background: var(--accent); border-top-color: var(--accent-light); }
  .nxslw .sqj0s li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.pd6w .s70oz1c {
  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);
}
.pd6w .rvi17m {
  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) {
  .pd6w .sqj0s {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.a8ws .w6naf { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.b8rswsbn .w6naf { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.vw6isn .w6naf { min-height: 72px; height: auto; }
.k7ar .w6naf { min-height: 84px; height: auto; }
.e93c4qs .w6naf { max-width: none; padding: 0 32px; }
.e93c4qs .gsdmh  { max-width: none; padding: 24px 32px; }
.z2x6.xbbb .w6naf { max-width: 1200px; }
.z2x6.lw636hk .w6naf { max-width: 1320px; }
.lyizh3jn   .fuwl0vf7, .lyizh3jn   .xahx { text-transform: capitalize; }
.n43ihajf .fuwl0vf7, .n43ihajf .xahx { text-transform: lowercase; }
.ehkk .fuwl0vf7, .ehkk .xahx { text-transform: uppercase; letter-spacing: 0.06em; }
.pka9rs, .v9kgmj {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.czfk2v .pka9rs,
.sm9f25 .pka9rs,
.wd1cyn .pka9rs,
.zv97as4 .pka9rs,
.xv3xx   .sqj0s a { font-weight: 500; }
.k1suaswa .sqj0s a { font-weight: 600; }
.bdy0r9zk     .sqj0s a { font-weight: 700; }
.w4dg    .sqj0s a { font-weight: 800; letter-spacing: 0.01em; }
.wr9m2t     .sqj0s > li + li::before,
.vki6n    .sqj0s > li + li::before,
.fz9dk    .sqj0s > li + li::before,
.mwmzt .sqj0s > li + li::before,
.mq7ci4bq .sqj0s > li + li::before,
.r4ww4jcy  .sqj0s > li + li::before,
.knhkbtu2    .sqj0s > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.wr9m2t     .sqj0s > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.vki6n    .sqj0s > li + li::before { content: "|"; }
.fz9dk    .sqj0s > li + li::before { content: "—"; }
.mwmzt .sqj0s > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.mq7ci4bq .sqj0s > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.r4ww4jcy  .sqj0s > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.knhkbtu2    .sqj0s > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .l2o0e .z0dor,
  .ongf .z0dor,
  .j8sjeat .z0dor,
  .a497 .z0dor,
  .b42n0hg .z0dor {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .l2o0e .z0dor::before,
  .ongf .z0dor::before,
  .j8sjeat .z0dor::before,
  .a497 .z0dor::before,
  .b42n0hg .z0dor::before { content: ""; display: block; flex-shrink: 0; }

  
  .l2o0e .z0dor::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;
  }

  
  .ongf .z0dor::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;
  }

  
  .j8sjeat .z0dor::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;
  }

  
  .a497 .z0dor::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;
  }

  
  .b42n0hg .z0dor::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) {
  .xsbbwdo .z0dor {
    padding: 5px 14px;
  }
  .xsbbwdo .sqj0s {
    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;
  }
  .xsbbwdo .sqj0s li a {
    border-bottom: none; padding: 10px 22px;
  }
  .xsbbwdo .sqj0s li a:hover { background: var(--bg-raised); }
  .xsbbwdo .sychl,
  .jh0gt .sychl,
  .hgqys .sychl { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .d1sp1s7 .z0dor {
    padding: 5px 10px;
  }
  .d1sp1s7 .sqj0s {
    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);
  }
  .d1sp1s7 .sqj0s.qpnz8d3 { transform: translateX(0); }
  .d1sp1s7 .sqj0s li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .d1sp1s7 .sqj0s li:last-child a { border-bottom: none; }
  .nxslw .sqj0s,
  .lg3lnrp .sqj0s { background: var(--accent) !important; }
  .nxslw .sqj0s li a,
  .lg3lnrp .sqj0s li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .hgqys .z0dor {
    padding: 5px 10px;
  }
  .hgqys .sqj0s {
    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);
  }
  .hgqys .sqj0s::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .hgqys .sqj0s.qpnz8d3 { transform: translateY(0); }
  .hgqys .sqj0s li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .t4u54f6 .z0dor {
    padding: 5px 10px;
  }
  .t4u54f6 .sqj0s {
    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;
  }
  .t4u54f6 .sqj0s.qpnz8d3 { opacity: 1; pointer-events: auto; }
  .t4u54f6 .sqj0s li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .orww99r     .z0dor { border-radius: 0 !important; }
  .gwcr3   .z0dor { border-radius: 8px !important; }
  .vy7mtr8 .z0dor { border-radius: 50% !important; }
  .mwme   .z0dor { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .lolyj5 .usj2g5 { flex-direction: column; align-items: stretch; }
  .lolyj5 .rj7t { flex-direction: row; min-width: auto; }
  .lolyj5 .qi2o { align-items: flex-start; text-align: left; }
}
.xvnk5,
.xvnk5.qx12hxs,
.b15t5qc2 .xvnk5,
.hj9i .xvnk5,
.ni8p .xvnk5,
.ca5c5 .xvnk5 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.h9hbqu {
  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;
}
.ce6p90 { flex: 1 1 280px; min-width: 0; }
.a3bl {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.nzv2 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.c920wik3 {
  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;
}
.c920wik3:hover { transform: translateY(-1px); opacity: 0.95; }
.y8q4 .h9hbqu {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.y8q4 .a3bl { color: var(--cta); }
.y8q4 .nzv2 { color: var(--text-body); }
.y8q4 .c920wik3 {
  background: var(--cta) !important;
  color: #fff !important;
}
.yk2fjti .h9hbqu {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.yk2fjti .a3bl { color: var(--text-primary); }
.yk2fjti .nzv2 { color: var(--text-body); }
.yk2fjti .c920wik3 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .h9hbqu {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ce6p90 { flex: 0 0 auto; }
  .a3bl { font-size: 1.2rem; }
  .c920wik3 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.frqv .t7942 { height: 36px; }
.xx2r6xp .t7942 { height: 60px; max-width: 200px; }
.xcdmjv3 .t7942 { height: 56px; max-width: 180px; }
@media (min-width: 720px) {
  .p1khru .vns3912 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .p1khru .y707u1v6 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .p1khru .y707u1v6 { padding: 40px 16px 20px; }
  .p1khru .j9ph7f {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .p1khru .z2iom { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .aviw .y707u1v6 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .aviw .y707u1v6::before {
    position: absolute; top: 14px; left: 14px;
  }
  .aviw .qczgcju {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .aviw .rfuvb { white-space: normal; text-align: center; font-size: 1.2rem; }
  .aviw .j9ph7f {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .aviw .z2iom { width: 100%; min-width: 0; }
  .aviw .pqi6x14 { min-width: 0; }
}
.w8fx .vh0i2bp {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.w8fx .vh0i2bp summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.w8fx .vh0i2bp p { padding: 0 2px 16px; }
.psjg9e1 .vh0i2bp { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.psjg9e1 .vh0i2bp summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.psjg9e1 .vh0i2bp summary::after { content: "›"; font-size: 1.2em; }
.psjg9e1 .vh0i2bp[open] summary::after { content: "‹"; }
.psjg9e1 .vh0i2bp p { padding: 10px 22px 4px; }
.yum260h0 .vh0i2bp {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.yum260h0 .vh0i2bp summary { color: var(--text-primary); padding-left: 16px; }
.yum260h0 .vh0i2bp summary::after { content: "›"; font-size: 1.1em; }
.yum260h0 .vh0i2bp[open] summary::after { content: "‹"; }
.yum260h0 .vh0i2bp p { padding-left: 16px; }
.f4whhpn .q8qvmjsr { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.f4whhpn .vh0i2bp {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.f4whhpn .vh0i2bp:last-child { border-bottom: none; }
.f4whhpn .vh0i2bp summary { color: var(--text-primary); border-radius: 0; }
.f4whhpn .vh0i2bp summary::after { content: "›"; font-size: 1.1em; }
.f4whhpn .vh0i2bp[open] summary::after { content: "‹"; }
.n958 .vh0i2bp { overflow: hidden; }
.n958 .vh0i2bp summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.n958 .vh0i2bp summary::after { color: rgba(255,255,255,.75); }
.n958 .vh0i2bp[open] summary { border-radius: 0; }
.f8aw79h { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.sxirf0 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.y4xbue {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.q66w { color: var(--text-muted); font-size: 1.05rem; }
.jo1m50t {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.lzv8e { margin-bottom: 20px; }
.wbaka0 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.h0qz {
  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;
}
.h0qz:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.wldcs { resize: vertical; min-height: 130px; }
.d8mov { width: 100%; margin-top: 8px; }
.eg5x {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.kz1k0a {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.gg8125 { color: var(--text-muted); line-height: 1.75; }
.fs26 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.fs26 li { margin-bottom: 6px; }
.pbvk43cp { max-width: 760px; margin: 0 auto; }
.wjxcd652 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.cxgvdpmf { max-width: 760px; margin: 0 auto; }
.l0u7nrt ul.fs26 { margin: 0; }
@media (max-width: 640px) { .iezfj { grid-template-columns: 1fr; gap: 10px; } }
.zbavg { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.hi78cx { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.u7j7kqv { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.hi78cx p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.hi78cx .fs26 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zbavg { grid-template-columns: 1fr; } }
.vq36trq { color: inherit; text-decoration: none; }
.vq36trq:hover { color: var(--accent-light); text-decoration: underline; }
.fmrv9fq { display: inline-block; line-height: 0; }
.dz6l81m7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.sjl6qwlb { margin-bottom: 48px; }
.yp2vy { max-width: 760px; margin: 0 auto; }
.aqlu { max-width: 640px; margin: 0 auto; }
.loc5i9 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.loc5i9:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.yxa91 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.loc5i9 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.loc5i9 ul.fs26 { margin: 0; }
.ufpka1h { color: var(--text-muted); line-height: 1.75; }
.ab815 .fs26,
.aqlu .fs26,
.wuvk2 .fs26,
.hbf8 .fs26 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ab815 .loc5i9,
.aqlu .loc5i9 { text-align: left; }
.ab815 .yxa91,
.aqlu .yxa91 { text-align: center; }
.gyr5zw30 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.hyjc { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.tt8vxse { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.eke5bm { margin-top: 12px; }
.epiizc { 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; }
.epiizc:hover { border-bottom-color: var(--accent-light); }
.d6son78 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.d6son78 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.arbvc { width: 72px; height: 72px; }
.jefngb { border-radius: 28%; }
.kj0bf5xq { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.a5h6 { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.a5h6::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .qcke86aa { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.q4qdltl .tt8vxse, .q4qdltl .hyjc { max-width: 640px; }
.xkd9xu .gyr5zw30 { font-size: 1.6rem; margin-top: 18px; }
.wysi .tt8vxse { margin-bottom: 28px; }
@media (max-width: 860px) { .mo7njehf { grid-template-columns: 1fr; } .xkd9xu { position: static; text-align: center; } }
.wucqw5t .d6son78 { margin: 0 auto 18px; }
.wucqw5t .kj0bf5xq { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ondy2md { grid-template-columns: 1fr; } }
.pi19at .gyr5zw30 { font-size: 1.6rem; margin-bottom: 6px; }
.hbf8 .fs26 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pi19at { flex-direction: column; text-align: center; } .s0lk2i6 { grid-template-columns: 1fr; } }
.u8hejqr { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.u8hejqr .gyr5zw30 { font-size: 1.35rem; margin: 0 0 4px; }
.u8hejqr .kj0bf5xq { margin: 0; }
.xayk .y4xbue { color: var(--accent-light); }
.zawdfnbk .y4xbue { font-size: 2rem; }
.zawdfnbk .q66w { max-width: 680px; }
.ysdu .y4xbue { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ysdu .q66w  { margin: 0; }
@media (max-width: 640px) { .ysdu { flex-direction: column; } }
.jebasth .y4xbue { color: var(--accent-light); }
.vjpl6 .y4xbue { color: #fff; }
.vjpl6 .q66w  { color: rgba(255,255,255,0.85); }
.v6pz23wx { max-width: 680px; margin: 0 auto; }
.ei4i9ip {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .ei4i9ip { grid-template-columns: 1fr; } }
.r2pqhq .h0qz {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.r2pqhq .h0qz:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.egmx .h0qz { background: var(--bg-raised); border-color: transparent; }
.egmx .h0qz:focus { background: var(--bg-card); border-color: var(--accent-light); }
.e930myv .h0qz { border-radius: 100px; padding: 11px 20px; }
.e930myv .wldcs { border-radius: 14px; }
.xjoh5jf {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.xjoh5jf summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.xjoh5jf summary::-webkit-details-marker { display: none; }
.xjoh5jf summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.xjoh5jf[open] summary::after { content: "−"; }
.hfkgsa4l {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .xvx8jh6d { grid-template-columns: 1fr; } }
.b6xlzne1 { counter-reset: priv-count; }
.uhvogd8h {
  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);
}
.uhvogd8h:last-child { border-bottom: none; }
.au2xf {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.uhvogd8h h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.uhvogd8h p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.am9jo43 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.am9jo43 li { margin-bottom: 6px; }
.nzc5ju5m{position:relative;overflow:visible}
.nogry .q0zwmesp{display:block}
.n8cybkf1 .uxig~.yvoorb,
.n8cybkf1 .uxig~.yvoorb .lgr43ex,
.uxig~.yvoorb,.o1yr~.yvoorb{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.uxig~.yvoorb .lgr43ex{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.oi5xlk0s .lgr43ex{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.k5kra68m{--date-bg:transparent}
.q3sbp7 .bp9lvmr::before{content:""}
.biuz8e{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.lbtvw{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.qu6wrd{display:flex;flex-direction:column;gap:3px}
.m6gw{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.ao2cvc{font-weight:700;font-size:1rem;color:var(--text-heading)}
.mcavgt{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.v3tm .biuz8e{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.zjrrctx .biuz8e{border-top:3px solid var(--accent);padding-top:18px}
.to5a9t8 .biuz8e{border-left:3px solid var(--accent);border-radius:0}
.irgjut5l .biuz8e{padding:20px 0}
@media(max-width:640px){
  .biuz8e{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .mcavgt{max-width:100%}
}
.ejnk .e1bmw{margin:0}
@media (max-width:560px){
  .gbli{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) {
  .e8e3 { padding: 28px 18px 20px; }
  .aood { font-size: 1.2rem; }
  .scwhabw { max-width: 220px; max-height: 80px; }
}
.jwhsujzn  .x8pvi2 { border-radius: 50%; }
.bwmslts .h9hbqu {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .x8pvi2 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.atw4un {
  margin: 28px 0 24px;
}
.atw4un .qx12hxs {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.atw4un .m531unf5 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.atw4un .h9hbqu {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .w6naf { flex-direction: row-reverse; }
[dir="rtl"] .sqj0s { flex-direction: row-reverse; }
[dir="rtl"] .zimh7 .g3d9fs { right: auto; left: 32px; }
[dir="rtl"] .md0exqd7  .g3d9fs { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .zimh7 .g3d9fs { right: auto; left: 20px; }
  [dir="rtl"] .md0exqd7  .g3d9fs { left: auto;  right: 20px; }
}
[dir="rtl"] .pzshesoo .ratkbja  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .pgtq9zer .ratkbja { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .uxig,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .v5x6l, [dir="rtl"] .nh9op { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ajxr1 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .h9hbqu { direction: rtl; }
[dir="rtl"] .r10iycj8 { direction: rtl; }
[dir="rtl"] .e7si { direction: rtl; }
[dir="rtl"] .fl9h { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ty0ar .nh9op,
[dir="rtl"] .etvj0o .nh9op,
[dir="rtl"] .uov760 .nh9op,
[dir="rtl"] .ajt2pq .nh9op {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .ty0ar .nh9op li::before,
[dir="rtl"] .etvj0o .nh9op li::before,
[dir="rtl"] .uov760 .nh9op li::before,
[dir="rtl"] .ajt2pq .nh9op li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .wudfkolc.ukhmw .w639i8hj,
[dir="rtl"] .mey7kc.ukhmw .w639i8hj,
[dir="rtl"] .z7yw8frm.ukhmw .w639i8hj,
[dir="rtl"] .moe54.ukhmw .w639i8hj,
[dir="rtl"] .q7k2.ukhmw .w639i8hj { text-align: right; }
[dir="rtl"] .uxig.ukhmw .m0b9q2o { align-items: flex-end; text-align: right; }
[dir="rtl"] .uxig.u60jnezk .m0b9q2o { text-align: center; }
[dir="rtl"] .uxig .m0b9q2o { text-align: right; }
[dir="rtl"] .m531unf5,
[dir="rtl"] .ufke,
[dir="rtl"] .t5gbs,
[dir="rtl"] .uw1sqhgt,
[dir="rtl"] .jo1m50t,
[dir="rtl"] .wbaka0,
[dir="rtl"] .tt8vxse,
[dir="rtl"] .h0qz,
[dir="rtl"] .wldcs { text-align: right; direction: rtl; }
[dir="rtl"] .e930myv .h0qz,
[dir="rtl"] .r2pqhq .h0qz { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #18526c;
  --brand:           #18526c;
  --brand-light:     #3b82f6;
  --brand-pale:      #3b82f6;
  --grad-start:      #051218;
  --grad-end:        #134257;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #3b82f6;
  --cta-light:       #87b1f6;
  --cta-hover:       #629af7;
  --bg-page:         #050f13;
  --bg-surface:      #09181f;
  --bg-card:         #0c212b;
  --bg-card-inner:   #102b37;
  --bg-raised:       #133442;
  --bg-hover:        #173d4e;
  --border:          #1c495e;
  --border-alt:      #235c75;
  --border-section:  #1c495e;
  --text-primary:    #e3e6e7;
  --text-muted:      #9ea8ac;
  --text-body:       #c8cdcf;
  --text-sub:        #9ea8ac;
  --text-faint:      #69767b;
  --text-dim:        #525b60;
  --text-label:      #838f95;
  --text-value:      #bac1c4;
  --accent-bg:       #142228;
  --accent-bg-light: #1c343f;
  --bg-tip:          #16261f;
  --bg-warning:      #272115;
  --bg-info:         #161e26;
  --bg-pros:         #16261f;
  --bg-cons:         #26161d;
  --c-pros:          #82ecbf;
  --c-cons:          #e689ae;
  --c-pros-label:    #55e6a9;
  --c-tip-border:    #36e199;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #82ecbf;
}
:root { --logo-bg-opacity: 36%; }
body, button, input { font-family: "Plus Jakarta Sans", sans-serif; }
.do2q9t .zr7msd, .do2q9t .uxig { min-height: 420px; }
.jomo0n .fxqhr::after,.jomo0n .g3d9fs::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.wtn3g4l::before { content: '·'; font-size: 1.3em; line-height: 1; }