:root {
  --color-accent: #0711a2;
  --color-cta: #30cc05;
  --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;
}
.wn7wibml {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.e9v9x75x {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.qoous {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.u8yfc { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.fwti95 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.fwti95 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.fwti95 a:hover { color: var(--accent-light); }
.v0gf7d { position: relative; }
.u9qjrs {
  display: none; position: absolute; top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%);
  background: var(--bg-surface); border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 8px 0; min-width: 190px;
  box-shadow: 0 8px 24px rgba(0,0,0,.45); z-index: 200;
  list-style: none;
}
.rarwyzwi   .u9qjrs { border-radius: 0; }
.thvzm     .u9qjrs { border-radius: 6px; }
.s6fe0v  .u9qjrs { border-radius: 14px; }
.hqj767d     .u9qjrs { border-radius: 24px; padding: 8px; }
.thvzm .u9qjrs li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.thvzm .u9qjrs li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.s6fe0v .u9qjrs li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.s6fe0v .u9qjrs li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.hqj767d .u9qjrs li a { border-radius: 16px; }
.ggv6j  .u9qjrs li + li { border-top: 1px solid var(--border-alt); }
.u4qq .u9qjrs li + li { border-top: 1px dashed var(--border-alt); }
.yr97 .u9qjrs li + li { border-top: 1px dotted var(--border-alt); }
.nha50 .u9qjrs li + li { border-top: 3px double var(--border-alt); }
.v0gf7d::after {
  content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 10px;
}
.v0gf7d:hover .u9qjrs,
.v0gf7d:focus-within .u9qjrs { display: block; }
.u9qjrs li a {
  display: block; padding: 8px 18px; white-space: nowrap;
  color: var(--text-muted); font-size: 0.86rem; text-decoration: none;
  transition: color .15s, background .15s;
}
.u9qjrs li a:hover {
  color: var(--accent-light); background: var(--bg-hover);
}
@media (max-width: 640px) {
  .u9qjrs {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .v0gf7d:hover .u9qjrs,
  .v0gf7d:focus-within .u9qjrs { display: block; }
  .u9qjrs li a { padding: 8px 16px; font-size: 0.88rem; }
}
.cz0i {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.vu9zh { display: none; }
@media (max-width: 640px) {
  .vu9zh {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .vu9zh.gr4busg8 { display: block; }
}
@media (max-width: 640px) {
  .cz0i { display: block; }
  .fwti95 > li + li::before { display: none !important; }
  .fwti95 {
    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;
  }
  .fwti95.gr4busg8 { display: flex; }
  .fwti95 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .fwti95 li:last-child a { border-bottom: none; }
}
.w8lnm { min-height: 480px; }
.cm4flt {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.wjxo { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.lsyzcvkc .wjxo { margin-left: 0; margin-right: 0; }
.d6kjf {
  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;
}
.lp3caih .d6kjf { margin-top: 24px; }
.d6kjf:hover { opacity: 0.88; }
.hbahm6 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.kcgwt3vi {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.hbahm6 .w8er3ko3 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.hbahm6 .cm4flt { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.hbahm6 .wjxo { color: #e2e8f0; }
.hbahm6.u43ok98y .w8er3ko3 { text-align: center; }
.hbahm6.lsyzcvkc   .w8er3ko3 { text-align: left; }
.fpu0kb08 .w8er3ko3 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.fpu0kb08 .cm4flt { color: var(--text-primary); text-shadow: none; }
.fpu0kb08 .wjxo { color: var(--text-muted); }
.fpu0kb08 .d6kjf { margin-top: 16px; }
.fpu0kb08, .fpu0kb08.w8lnm { min-height: auto !important; }
.fpu0kb08.u43ok98y .w8er3ko3 { text-align: center; }
.fpu0kb08.lsyzcvkc   .w8er3ko3 { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.po0br .eg2wsu,
.po0br .swjzmu7z {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.el076 .hbahm6 .kcgwt3vi {
  overflow: hidden;
}
.el076 .hbahm6 .kcgwt3vi::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.n0n0bp .hbahm6 .kcgwt3vi {
  overflow: hidden;
}
.n0n0bp .hbahm6 .kcgwt3vi::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.g0ib .hbahm6 .kcgwt3vi {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.mcxnhj .hbahm6 .kcgwt3vi {
  overflow: hidden;
}
.mcxnhj .hbahm6 .kcgwt3vi::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.po0br .hbahm6 .kcgwt3vi {
  animation: hg-breathe 10s ease-in-out infinite;
}
.eg2wsu .kcgwt3vi {
  background: none;
}
.eg2wsu .cm4flt { color: #fff; }
.eg2wsu .wjxo { color: rgba(255,255,255,0.85); }
.eg2wsu .d6kjf { background: #fff; color: var(--cta); }
.eg2wsu .d6kjf:hover { opacity: 0.92; }
.po0br .i3rem {
  animation: hg-breathe 7s ease-in-out infinite;
}
.i3rem .cm4flt { text-shadow: none; color: var(--text-primary); }
.i3rem .wjxo { color: var(--text-muted); }
body.fcf24 .cm4flt {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.a2e0m .cm4flt {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.w8lnm.eg2wsu .cm4flt,
section.eg2wsu .cm4flt {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.i3rem.lsyzcvkc   .hu19k { align-items: flex-start; text-align: left; }
.w8lnm .y9g28h {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.y9g28h .s5erc.hby33 {
  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;
}
.y9g28h .s5erc.hby33:hover { opacity: 0.85; }
.x2qd0eg .w8er3ko3 { padding-bottom: 24px; }
.lp3caih .w8er3ko3 { max-width: 1100px; }
@media (max-width: 700px) {
  .i3rem { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .i3rem:not(.mw3xrbat) .von85ev { display: none !important; }
  .mw3xrbat .von85ev { padding: 16px; }
  .hu19k  { padding: 36px 24px; }
  .i3rem~.no637tw,.vnq2u~.no637tw{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .w8lnm, .i3rem { min-height: 320px !important; }
  .cm4flt { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .fqepfm4c,
  .e69920rr,
  .tf0fnzy { grid-template-columns: 1fr !important; }

  

  
  .x2qd0eg { display: flex !important; flex-direction: column !important; }
  .x2qd0eg .w8er3ko3 { display: contents; }
  .x2qd0eg .kcgwt3vi { order: 0; }
  .x2qd0eg .cm4flt { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .x2qd0eg .fqepfm4c { order: 2; padding: 0 16px 12px !important; }
  .x2qd0eg .wjxo { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .lp3caih .w8er3ko3 { display: flex; flex-direction: column; }
  .lp3caih .w8er3ko3 .cm4flt { order: 1; }
  .lp3caih .w8er3ko3 .tf0fnzy { order: 2; margin: 8px 0 24px !important; }
  .lp3caih .w8er3ko3 .wjxo { order: 3; }
  .lp3caih .w8er3ko3 .d6kjf { order: 4; align-self: center; margin-top: 0; }

  
  .i3rem.mw3xrbat {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .i3rem.mw3xrbat .hu19k { display: contents; padding: 0; }
  .i3rem.mw3xrbat .hu19k .cm4flt { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .i3rem.mw3xrbat .von85ev { order: 2; padding: 12px 16px; }
  .i3rem.mw3xrbat .hu19k .wjxo { order: 3; padding: 0 24px; margin: 0 auto; }
  .i3rem.mw3xrbat .hu19k .d6kjf { order: 4; align-self: center; margin: 8px 0 32px; }
}
.xoe8xh4y { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.h5z4ax3a { width: 100%; height: auto; display: block; border-radius: 10px; }
.vgo6kij .xoe8xh4y        { border-radius: 16px; }
.vgo6kij .h5z4ax3a  { border-radius: 16px; }
.e6i4qe2 .xoe8xh4y         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.e6i4qe2 .h5z4ax3a   { border-radius: 8px; }
.m2t0oos { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.vyqh { width: 100%; padding: 32px 0; position: relative; }
.k07tq { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.pg5rk .vyqh:nth-child(even) { background: var(--bg-surface); }
.pg5rk .vyqh:nth-child(odd)  { background: var(--bg-page); }
.ngazio28 .vyqh:nth-child(even) { background: var(--bg-card); }
.ngazio28 .vyqh:nth-child(odd)  { background: var(--bg-page); }
.pg5rk .vyqh:nth-child(odd)  .k07tq { background: var(--bg-card); border-radius: 6px; }
.pg5rk .vyqh:nth-child(even) .k07tq { background: var(--bg-raised); border-radius: 6px; }
.ngazio28 .vyqh:nth-child(odd)  .k07tq { background: var(--bg-card); border-radius: 6px; }
.ngazio28 .vyqh:nth-child(even) .k07tq { background: var(--bg-raised); border-radius: 6px; }
.pg5rk .vyqh:nth-child(even) .d6lc43g .srvv,
.ngazio28 .vyqh:nth-child(even) .d6lc43g .srvv { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.pg5rk .vyqh:nth-child(odd) .d6lc43g .srvv,
.ngazio28 .vyqh:nth-child(odd) .d6lc43g .srvv { background: var(--bg-card-inner); }
.pg5rk .vyqh:nth-child(even) .a3mpy2 .srvv:nth-child(odd),
.ngazio28 .vyqh:nth-child(even) .a3mpy2 .srvv:nth-child(odd)  { background: var(--bg-card); }
.pg5rk .vyqh:nth-child(even) .a3mpy2 .srvv:nth-child(even),
.ngazio28 .vyqh:nth-child(even) .a3mpy2 .srvv:nth-child(even) { background: var(--bg-card-inner); }
h1.q4vvl { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.q4vvl {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.w45can3c { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.fes0zw1q h2.q4vvl {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.r46t86 h2.q4vvl {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.t823xpv3 h2.q4vvl {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.bxxq5c9 h2.q4vvl::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.s9ws5a3 h2.q4vvl {
  color: var(--text-primary); font-size: 1.7rem;
}
.johx h2.q4vvl::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ggtn1uwa h2.q4vvl {
  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;
}
@media (max-width: 640px) { .bq5g4 { display: none; } }
.mwfrv6 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.lq0obw { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.yuk4x {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.h1xb { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.xrh4 { padding-left: 20px; }
.xrh4 li { margin-bottom: 6px; }
.xrh4 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.xrh4 a:hover { color: var(--accent-light); }
.bj8pfz .h1xb { display: none; }
.fnom .h1xb { display: none; }
.fnom .xrh4 { padding-left: 0; list-style: none; }
.fnom .xrh4 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.fnom .xrh4 a { font-size: 0.92rem; }
.zvjyu .yuk4x { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zvjyu .h1xb { display: none; }
.zvjyu .xrh4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zvjyu .xrh4 li { margin-bottom: 0; }
.zvjyu .xrh4 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;
}
.zvjyu .xrh4 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.jk6ap660 .yuk4x { padding: 20px 20px 16px; }
.jk6ap660 .xrh4 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.jk6ap660 .xrh4 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.jk6ap660 .xrh4 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;
}
.jk6ap660 .xrh4 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;
}
.jk6ap660 .xrh4 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.jk6ap660 .xrh4 a:focus,
.jk6ap660 .xrh4 a:focus-visible,
.jk6ap660 .xrh4 a:target { outline: none; }
.jk6ap660 .xrh4 li:target a { border-color: var(--border); color: var(--text-muted); }
.fvlo4 .yuk4x { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.fvlo4 .h1xb { display: none; }
.fvlo4 .xrh4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.fvlo4 .xrh4 li { margin-bottom: 0; }
.fvlo4 .xrh4 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.fvlo4 .xrh4 li:last-child::after { content: ""; margin-right: 0; }
.fvlo4 .xrh4 a { font-size: 0.9rem; }
.srvv { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.d6lc43g .srvv { background: var(--bg-card); }
.a3mpy2 .srvv:nth-child(odd)  { background: var(--bg-card); }
.a3mpy2 .srvv:nth-child(even) { background: var(--bg-raised); }
.cp5lmv7z .srvv {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.cp5lmv7z .srvv:last-child { border-bottom: none; }
.cp5lmv7z h3.w45can3c { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ouled .srvv {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ouled .srvv + .srvv { margin-top: 4px; }
.imxxs0c .srvv { background: none; border-radius: 0; padding: 12px 0; }
.imxxs0c .srvv + .srvv { border-top: 1px solid var(--border-section); }
.usuok6 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.u6iqb { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.tk9sk7d { color: var(--text-body); margin-bottom: 10px; }
.pfww9, .q1qx { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.pfww9 li, .q1qx li { margin-bottom: 6px; }
.q1qx li { list-style: decimal; }
.xox4h     .pfww9 { list-style-type: "● "; }
.ik6aiba3  .pfww9 { list-style-type: "■ "; }
.yhsq7 .pfww9 { list-style-type: "◆ "; }
.xxd6azs    .pfww9 { list-style-type: "★ "; }
.xox4h     .ajwvf { list-style-type: "● "; }
.ik6aiba3  .ajwvf { list-style-type: "■ "; }
.yhsq7 .ajwvf { list-style-type: "◆ "; }
.xxd6azs    .ajwvf { list-style-type: "★ "; }
.xox4h    .pfww9 li::marker, .xox4h    .ajwvf li::marker,
.ik6aiba3 .pfww9 li::marker, .ik6aiba3 .ajwvf li::marker,
.yhsq7 .pfww9 li::marker, .yhsq7 .ajwvf li::marker,
.xxd6azs   .pfww9 li::marker, .xxd6azs   .ajwvf li::marker {
  color: var(--cta); font-size: 1em;
}
.xox4h .q1qx,
.ik6aiba3 .q1qx,
.yhsq7 .q1qx,
.xxd6azs .q1qx {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.xox4h .q1qx li,
.ik6aiba3 .q1qx li,
.yhsq7 .q1qx li,
.xxd6azs .q1qx li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.xox4h .q1qx li::before,
.ik6aiba3 .q1qx li::before,
.yhsq7 .q1qx li::before,
.xxd6azs .q1qx 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;
}
.xox4h     .q1qx li::before { border-radius: 50%; }
.ik6aiba3  .q1qx li::before { border-radius: 3px; }
.yhsq7 .q1qx li::before { border-radius: 3px; }
.xxd6azs    .q1qx li::before { border-radius: 50%; }
.xh271svi { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.hdui9 .xh271svi,
.kvwqg4 .xh271svi { background: transparent; border: none; border-radius: 0; }
.hi1g { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.hi1g th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.hi1g td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.hi1g tr:hover td { background: var(--bg-hover); }
.zmztriw2 .hi1g tbody tr:nth-child(even) td { background: var(--bg-surface); }
.gmr2d .hi1g { border: 1px solid var(--border-alt); }
.gmr2d .hi1g th,
.gmr2d .hi1g td { border: 1px solid var(--border-alt); }
.yn832ez1 .hi1g th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.yn832ez1 .hi1g td { border-bottom: none; }
.yn832ez1 .hi1g tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.cmoaki .hi1g th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ub4b .xh271svi {
  overflow: hidden;
}
.ub4b .hi1g th { border-bottom: 1px solid var(--border-alt); }
.ub4b .hi1g tr:last-child td { border-bottom: none; }
.ihkgg23t { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.u9oq { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.qrbad { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.im6vv { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.nhfje { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ajwvf { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ajwvf 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%}
.hfxtelc .im6vv { background: transparent; text-align: center; }
.tqcf .qrbad {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.ndb3ssa1 .qrbad {
  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);
}
.m6phvgkl .u9oq { display: grid; grid-template-columns: auto 1fr; }
.m6phvgkl .qrbad {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.m6phvgkl .im6vv { grid-column: 2; }
.m6phvgkl .nhfje,
.m6phvgkl .ajwvf { grid-column: 1 / -1; }
.x9udfht .u9oq { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.x9udfht .qrbad {
  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);
}
.x9udfht .im6vv { grid-column: 2; }
.x9udfht .nhfje,
.x9udfht .ajwvf { grid-column: 1 / -1; }
.cmob .u9oq { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.cmob .im6vv { background: none; color: var(--accent-light); font-weight: 700; }
.jp072c .u9oq { 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); }
.jp072c .im6vv { background: none; color: var(--accent-light); font-weight: 700; }
.t6pl57 .u9oq { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.t6pl57 .u9oq:last-child { border-bottom: none; }
.t6pl57 .im6vv { background: none; color: var(--accent-light); font-weight: 700; }
.u0dgur8q .u9oq { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.u0dgur8q .im6vv { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.mf7sw .ihkgg23t { counter-reset: card-n; }
.mf7sw .u9oq  { counter-increment: card-n; }
.mf7sw .im6vv { display: flex; align-items: center; gap: 10px; }
.mf7sw .im6vv::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;
}
.qn3d .u9oq { background: var(--bg-surface); border: 1px solid var(--border); }
.qn3d .im6vv { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.kqjurd { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.mmu1khdk  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.vpzd { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.gi7uy7n { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.jt5z66eh { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.kqjurd strong { color: var(--text-primary); font-size: 0.95rem; }
.kqjurd p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.mz4lc { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.oyqcrs8, .fw0f { border-radius: 8px; padding: 14px; }
.oyqcrs8 { background: var(--bg-pros); }
.fw0f { background: var(--bg-cons); }
.xsax7e4 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.oyqcrs8 .xsax7e4 { color: var(--c-pros-label); }
.fw0f .xsax7e4 { color: #f87171; }
.oyqcrs8 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.fw0f ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.h5z4ax3a { width: 100%; height: auto; border-radius: 10px; display: block; }
.hby33 {
  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;
}
.hby33:hover { opacity: 0.85; }
.jp1m8qv .hby33  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.jp1m8qv .hby33:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.scn9hd .hby33  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.scn9hd .hby33:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.rdstyy3w .d6kjf { border-radius: 50px; }
.rdstyy3w .hby33  { border-radius: 50px; }
.s57jfc .d6kjf { padding-left: 22px; padding-right: 22px; }
.s57jfc .hby33  { padding-left: 12px; padding-right: 12px; }
.omlrh .d6kjf { padding-left: 44px; padding-right: 44px; }
.omlrh .hby33  { padding-left: 24px; padding-right: 24px; }
.lxgljeyy .d6kjf { padding-left: 56px; padding-right: 56px; }
.lxgljeyy .hby33  { padding-left: 32px; padding-right: 32px; }
.h5ky72n   .d6kjf::after, .h5ky72n   .hby33::after,
.c0yze .d6kjf::after, .c0yze .hby33::after,
.h28a    .d6kjf::after, .h28a    .hby33::after,
.ez4g7g36    .d6kjf::after, .ez4g7g36    .hby33::after,
.xhqpf    .d6kjf::after, .xhqpf    .hby33::after,
.eugs4tvp     .d6kjf::after, .eugs4tvp     .hby33::after,
.k2fv5b    .d6kjf::after, .k2fv5b    .hby33::after,
.egcfvvuk   .d6kjf::after, .egcfvvuk   .hby33::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;
}
.h5ky72n .d6kjf::after, .h5ky72n .hby33::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");
}
.c0yze .d6kjf::after, .c0yze .hby33::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");
}
.h28a .d6kjf::after, .h28a .hby33::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");
}
.ez4g7g36 .d6kjf::after, .ez4g7g36 .hby33::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");
}
.xhqpf .d6kjf::after, .xhqpf .hby33::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");
}
.eugs4tvp .d6kjf::after, .eugs4tvp .hby33::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");
}
.k2fv5b .d6kjf::after, .k2fv5b .hby33::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");
}
.egcfvvuk .d6kjf::after, .egcfvvuk .hby33::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");
}
.u8unym   .as5bx::after, .u8unym   .u54ec::after,
.qf4j8 .as5bx::after, .qf4j8 .u54ec::after,
.zabtlx3    .as5bx::after, .zabtlx3    .u54ec::after,
.t6nms0u5    .as5bx::after, .t6nms0u5    .u54ec::after,
.boqfu    .as5bx::after, .boqfu    .u54ec::after,
.vgl3     .as5bx::after, .vgl3     .u54ec::after,
.nd4q4w8n    .as5bx::after, .nd4q4w8n    .u54ec::after,
.g2u83v6   .as5bx::after, .g2u83v6   .u54ec::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;
}
.u8unym .as5bx::after, .u8unym .u54ec::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");
}
.qf4j8 .as5bx::after, .qf4j8 .u54ec::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");
}
.zabtlx3 .as5bx::after, .zabtlx3 .u54ec::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");
}
.t6nms0u5 .as5bx::after, .t6nms0u5 .u54ec::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");
}
.boqfu .as5bx::after, .boqfu .u54ec::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");
}
.vgl3 .as5bx::after, .vgl3 .u54ec::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");
}
.nd4q4w8n .as5bx::after, .nd4q4w8n .u54ec::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");
}
.g2u83v6 .as5bx::after, .g2u83v6 .u54ec::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");
}
.znevn90i .tc5xh4 { background: var(--bg-raised); }
.s5erc.hby33 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .kbxw {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .kbxw::before    { grid-area: rank;   }
  .dc632qp           { grid-area: ident;  }
  .wxr5u7     { grid-area: rating; min-width: 0; width: auto; }
  .u356avdo           { grid-area: pills;  }
  .s5erc             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .kbxw {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .kbxw::before    { justify-self: center; }
  .dc632qp           { width: 100%; }
  .wxr5u7     { justify-self: center; }
  .u356avdo           { grid-template-columns: 1fr; }
}
.vz6nqkjw { color: var(--c-stars); font-size: 1.1rem; }
.x7ieq, .zvkl1 { list-style: none; font-size: 0.9rem; }
.x7ieq li { color: var(--c-pros); margin-bottom: 4px; }
.zvkl1 li { color: var(--c-cons); margin-bottom: 4px; }
.x7ieq li::before { content: "✓"; margin-right: 5px; }
.zvkl1 li::before { content: "✗"; margin-right: 5px; }
.dltdk50 .x7ieq li::before { content: "→"; }
.dltdk50 .zvkl1 li::before { content: "–"; }
.oceb  .x7ieq li::before { content: "★"; }
.oceb  .zvkl1 li::before { content: "✕"; }
.dpcr    .x7ieq li::before { content: "◆"; }
.dpcr    .zvkl1 li::before { content: "▲"; }
.bll6z3yc  .x7ieq li::before { content: "▶"; }
.bll6z3yc  .zvkl1 li::before { content: "■"; }
@media (min-width: 860px) {
  .ezvhm .a6rn {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ezvhm .ppii { margin: 0; }
}
.kvwqg4 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 12px;
  margin: 28px 0;
  overflow: hidden;
}
.uhhmw0 {
  width: 100px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface); border-radius: 10px; padding: 8px;
  flex-shrink: 0;
}
.uhhmw0 img { max-width: 100%; max-height: 100%; object-fit: contain; }
.x6qgzhi { font-size: 1.15rem; font-weight: 700; color: var(--text); }
.ybvo { display: flex; align-items: center; gap: 8px; }
.ybvo .vz6nqkjw { font-size: .95rem; }
.ybvo strong { font-size: 1.1rem; color: var(--text); }
.bkt67bw { text-align: center; flex-shrink: 0; }
.pkgsgo2w { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; }
.lqsmvh { font-size: .82rem; color: var(--text-muted); font-weight: 500; opacity: 0.75; }
.eqbguh { font-size: .92rem; font-weight: 800; color: var(--accent); }
.b4ekuo .eqbguh { font-size: 1.05rem; font-weight: 800; color: var(--accent); }
.kvwqg4 .mz4lc { gap: 10px; }
.kvwqg4 .oyqcrs8, .kvwqg4 .fw0f { padding: 12px; }
.kvwqg4 .oyqcrs8 ul, .kvwqg4 .fw0f ul { margin: 4px 0 0; padding-left: 18px; }
.kvwqg4 .oyqcrs8 li, .kvwqg4 .fw0f li { font-size: .85rem; margin-bottom: 3px; }
.gm9q1l2w .bkt67bw { width: 100%; margin-top: auto; }
.k89re .k9hqlhuq {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.k89re .pkgsgo2w { border-bottom: 1px solid var(--border-alt); }
.k89re .pkgsgo2w:nth-child(odd) { border-right: 1px solid var(--border-alt); }
.k89re .b4ekuo { grid-column: 1 / -1; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .k89re { grid-template-columns: 1fr; }
  .gm9q1l2w { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .gm9q1l2w .uhhmw0 { width: 72px; height: 50px; }
  .gm9q1l2w .afrm6j2 { max-width: 180px; }
  .gm9q1l2w .bkt67bw { width: auto; }
}
.zigg .uhhmw0 { background: rgba(255,255,255,.15); backdrop-filter: blur(8px); border-radius: 10px; }
.zigg .x6qgzhi { color: #fff; font-size: 1.25rem; }
.zigg .ybvo strong { color: #fff; }
.zigg .ybvo .vz6nqkjw { filter: brightness(1.2); }
.zigg .bkt67bw { margin-left: auto; white-space: nowrap; }
.vugh .bkt67bw { margin-left: auto; }
.foyfk .k9hqlhuq {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.foyfk .pkgsgo2w {
  flex: 1 1 auto; min-width: 120px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
}
.foyfk .b4ekuo { flex-basis: 100%; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .zigg { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .z8i816 { padding: 16px; }
  .foyfk .pkgsgo2w { min-width: 50%; }
}
.oumn8ki .x6qgzhi { font-size: 1.3rem; }
.lppva349 .k9hqlhuq { display: flex; flex-direction: column; }
.lppva349 .pkgsgo2w { border-bottom: 1px solid var(--border-alt); }
.lppva349 .b4ekuo { background: var(--accent-bg); }
.h8b3kq .mz4lc { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .dsnr557 { grid-template-columns: 1fr; }
  .w3fz { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .lppva349 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .y9axhps { flex-wrap: wrap; padding: 16px; }
}
.onl8k .uhhmw0 { width: 72px; height: 50px; }
.onl8k .x6qgzhi { font-size: 1rem; white-space: nowrap; }
.m1qr .k9hqlhuq { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.m1qr .pkgsgo2w { padding: 0; flex: 0 0 auto; gap: 6px; }
.m1qr .b4ekuo { display: none; }
.m1qr .mz4lc { gap: 8px; }
.m1qr .oyqcrs8, .m1qr .fw0f { padding: 8px; }
@media (max-width: 480px) {
  .rv09gr { flex-direction: column; align-items: stretch; }
}
.syrar .uhhmw0 { width: 48px; height: 48px; }
.syrar .x6qgzhi { font-size: 0.95rem; font-weight: 700; white-space: nowrap; }
.syrar .ybvo { font-size: 0.8rem; }
.syrar .ybvo strong { font-size: 0.85rem; }
.yh0x .k9hqlhuq {
  display: flex; flex-wrap: wrap; gap: 4px 14px;
}
.yh0x .pkgsgo2w { padding: 0; flex: 0 0 auto; gap: 4px; }
.yh0x .lqsmvh { font-size: 0.7rem; }
.yh0x .eqbguh { font-size: 0.8rem; }
.yh0x .b4ekuo .eqbguh { font-size: 0.85rem; font-weight: 700; }
.yh0x .bkt67bw .hby33 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .hkfhs5d { flex-direction: column; align-items: stretch; gap: 10px; }
  .yh0x .bkt67bw { text-align: center; }
}
.h4s9kbgq {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 24px; border-bottom: 1px solid var(--border-alt);
  background: var(--surface);
}
.mo3lfwzk { flex: 1; }
.lrmtxobk { max-height: 220px; overflow: hidden; border-bottom: 1px solid var(--border-alt); }
.lrmtxobk img { width: 100%; display: block; object-fit: cover; }
.luiqf4xy {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
}
.oaadxc { padding: 16px 20px; border-right: 1px solid var(--border-alt); display: flex; flex-direction: column; gap: 14px; }
.oaadxc .k9hqlhuq { display: flex; flex-direction: column; border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden; }
.oaadxc .pkgsgo2w { border-bottom: 1px solid var(--border-alt); }
.oaadxc .pkgsgo2w:last-child { border-bottom: none; }
.oaadxc .b4ekuo { background: var(--accent-bg); }
.x047tv { padding: 16px 20px; }
@media (max-width: 720px) {
  .luiqf4xy { grid-template-columns: 1fr; }
  .oaadxc { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .h4s9kbgq { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.rbkpv1 .merj5l23 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.icw4k .vz6nqkjw { font-size: .75rem; margin-top: 2px; }
.bf2f .k9hqlhuq {
  display: flex; flex-wrap: wrap;
}
.bf2f .pkgsgo2w {
  flex: 1 1 auto; min-width: 100px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
  flex-direction: column; align-items: center; gap: 2px; padding: 12px 8px; text-align: center;
}
.bf2f .pkgsgo2w:last-child { border-right: none; }
.bf2f .lqsmvh { font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; }
.bf2f .b4ekuo { background: var(--accent-bg); }
@media (max-width: 720px) {
  .fwi7 { grid-template-columns: 1fr; }
  .icw4k { width: 100px; height: 100px; margin: 16px auto; }
  .rbkpv1 { font-size: 1.4rem; }
  .iv4pu { justify-content: center; }
  .bf2f .pkgsgo2w { min-width: 50%; }
}
.cylnt8x1 .k9hqlhuq {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.cylnt8x1 .pkgsgo2w {
  background: var(--surface); border: 1px solid var(--border-alt);
  border-radius: 20px; padding: 6px 14px; gap: 8px;
}
.cylnt8x1 .b4ekuo {
  background: var(--accent-bg); border-color: var(--accent-pale);
}
.cylnt8x1 .mz4lc { margin: 0 24px; padding-top: 16px; }
.lsvu .bkt67bw { display: inline-block; }
@media (max-width: 540px) {
  .h91vpm { flex-wrap: wrap; padding: 14px 16px; }
  .dr6wd0 { padding: 12px 16px; }
  .cylnt8x1 .mz4lc { margin: 0 16px; }
  .cylnt8x1 .qq8vdf { padding: 0 16px; }
  .lsvu { padding: 12px 16px; }
}
.l8ew .fk067a4 { gap: 0; }
.l8ew .kbxw {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.l8ew .kbxw:last-child { border-bottom: none; }
.l8ew .kbxw:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.l8ew .kbxw:nth-child(even):hover { background: var(--bg-hover); }
.ew5i8 .u356avdo .mlck {
  background: transparent; padding: 4px 8px;
}
.ew5i8 .u356avdo .b1g0wo { font-size: .65rem; opacity: .65; }
.ew5i8 .u356avdo .ga6uxt   { font-size: 1.15rem; color: var(--accent-light); }
.v1nfc7a .omnz0 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.ul20tat .h6rky7 .vz6nqkjw,
.hdgfkz9h .h6rky7 .vz6nqkjw,
.l6fv .h6rky7 .vz6nqkjw { display: none; }
.ul20tat .merj5l23 { display: none; }
.hdgfkz9h .cq4x,
.hdgfkz9h .merj5l23 { font-size: 1em; }
.l6fv .merj5l23 { display: none; }
.nbi63 { margin: 16px 0; }
.w80sr { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.w80sr summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.w80sr summary::after { content: "+"; color: var(--accent-light); }
.w80sr[open] summary::after { content: "−"; }
.w80sr p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.vyqh { margin-bottom: 0; }
.mt9ze h2.q4vvl { color: var(--text-primary); border-color: var(--accent-light); }
.hhr6yae h2.q4vvl { color: var(--text-primary); border-color: var(--accent-light); }
.xq6l9i7 .mmu1khdk     { background: #052e16; border-color: #10b981; }
.xq6l9i7 .vpzd { background: #2d0a1e; border-color: #f43f5e; }
.xq6l9i7 .gi7uy7n    { background: #1e1036; border-color: #a855f7; }
.xq6l9i7 .kqjurd strong  { color: #f1f5f9; }
.xq6l9i7 .kqjurd p       { color: #cbd5e1; }
.xq6l9i7 .b4ny    .mmu1khdk     .jt5z66eh::before,
.xq6l9i7 .i281  .mmu1khdk     .jt5z66eh::before,
.xq6l9i7 .m1zyij3  .mmu1khdk     .jt5z66eh::before,
.xq6l9i7 .tuyc .mmu1khdk     .jt5z66eh::before { color: #10b981; }
.xq6l9i7 .b4ny    .vpzd .jt5z66eh::before,
.xq6l9i7 .i281  .vpzd .jt5z66eh::before,
.xq6l9i7 .m1zyij3  .vpzd .jt5z66eh::before,
.xq6l9i7 .tuyc .vpzd .jt5z66eh::before { color: #f43f5e; }
.xq6l9i7 .b4ny    .gi7uy7n    .jt5z66eh::before,
.xq6l9i7 .i281  .gi7uy7n    .jt5z66eh::before,
.xq6l9i7 .m1zyij3  .gi7uy7n    .jt5z66eh::before,
.xq6l9i7 .tuyc .gi7uy7n    .jt5z66eh::before { color: #a855f7; }
.j8m4q39 .mmu1khdk     { background: #2d2000; border-color: #eab308; }
.j8m4q39 .vpzd { background: #2d0b0b; border-color: #ef4444; }
.j8m4q39 .gi7uy7n    { background: #2d1600; border-color: #f97316; }
.j8m4q39 .kqjurd strong  { color: #f1f5f9; }
.j8m4q39 .kqjurd p       { color: #cbd5e1; }
.j8m4q39 .b4ny    .mmu1khdk     .jt5z66eh::before,
.j8m4q39 .i281  .mmu1khdk     .jt5z66eh::before,
.j8m4q39 .m1zyij3  .mmu1khdk     .jt5z66eh::before,
.j8m4q39 .tuyc .mmu1khdk     .jt5z66eh::before { color: #eab308; }
.j8m4q39 .b4ny    .vpzd .jt5z66eh::before,
.j8m4q39 .i281  .vpzd .jt5z66eh::before,
.j8m4q39 .m1zyij3  .vpzd .jt5z66eh::before,
.j8m4q39 .tuyc .vpzd .jt5z66eh::before { color: #ef4444; }
.j8m4q39 .b4ny    .gi7uy7n    .jt5z66eh::before,
.j8m4q39 .i281  .gi7uy7n    .jt5z66eh::before,
.j8m4q39 .m1zyij3  .gi7uy7n    .jt5z66eh::before,
.j8m4q39 .tuyc .gi7uy7n    .jt5z66eh::before { color: #f97316; }
.qrdlt .mmu1khdk     { background: #0c1a2e; border-color: #38bdf8; }
.qrdlt .vpzd { background: #12103a; border-color: #818cf8; }
.qrdlt .gi7uy7n    { background: #0a2020; border-color: #2dd4bf; }
.qrdlt .kqjurd strong  { color: #f1f5f9; }
.qrdlt .kqjurd p       { color: #cbd5e1; }
.qrdlt .b4ny    .mmu1khdk     .jt5z66eh::before,
.qrdlt .i281  .mmu1khdk     .jt5z66eh::before,
.qrdlt .m1zyij3  .mmu1khdk     .jt5z66eh::before,
.qrdlt .tuyc .mmu1khdk     .jt5z66eh::before { color: #38bdf8; }
.qrdlt .b4ny    .vpzd .jt5z66eh::before,
.qrdlt .i281  .vpzd .jt5z66eh::before,
.qrdlt .m1zyij3  .vpzd .jt5z66eh::before,
.qrdlt .tuyc .vpzd .jt5z66eh::before { color: #818cf8; }
.qrdlt .b4ny    .gi7uy7n    .jt5z66eh::before,
.qrdlt .i281  .gi7uy7n    .jt5z66eh::before,
.qrdlt .m1zyij3  .gi7uy7n    .jt5z66eh::before,
.qrdlt .tuyc .gi7uy7n    .jt5z66eh::before { color: #2dd4bf; }
.k7h9y .mmu1khdk     { background: var(--accent-bg); border-color: var(--accent-light); }
.k7h9y .vpzd { background: var(--accent-bg-light); border-color: var(--accent-light); }
.k7h9y .gi7uy7n    { background: var(--accent-bg); border-color: var(--accent-pale); }
.k7h9y .b4ny    .jt5z66eh::before,
.k7h9y .i281  .jt5z66eh::before,
.k7h9y .m1zyij3  .jt5z66eh::before,
.k7h9y .tuyc .jt5z66eh::before { color: var(--accent-light) !important; }
.zpnp4q::before,
.yoewwrri::before { margin-right: 5px; }
.jdcz .oyqcrs8 ul li,
.jdcz .x7ieq li         { color: #4ade80; }
.jdcz .oyqcrs8 .zpnp4q { color: #22c55e; }
.jdcz .fw0f ul li,
.jdcz .zvkl1 li         { color: #f87171; }
.jdcz .fw0f .yoewwrri { color: #ef4444; }
.w2y6dl .oyqcrs8 { background: var(--bg-pros); }
.w2y6dl .fw0f { background: var(--bg-cons); }
.w2y6dl .oyqcrs8 .zpnp4q { color: var(--c-pros-label); }
.w2y6dl .fw0f .yoewwrri { color: var(--c-cons); }
.w2y6dl .oyqcrs8 ul li,
.w2y6dl .x7ieq li            { color: var(--c-pros); }
.w2y6dl .fw0f ul li,
.w2y6dl .zvkl1 li            { color: var(--c-cons); }
.dnhmjb5 .oyqcrs8 { background: var(--bg-pros); }
.dnhmjb5 .fw0f { background: var(--bg-cons); }
.dnhmjb5 .oyqcrs8 .zpnp4q { color: var(--c-pros-label); }
.dnhmjb5 .fw0f .yoewwrri { color: var(--c-cons); }
.dnhmjb5 .oyqcrs8 ul li,
.dnhmjb5 .x7ieq li          { color: var(--c-pros); }
.dnhmjb5 .fw0f ul li,
.dnhmjb5 .zvkl1 li          { color: var(--c-cons); }
.utidd .zpnp4q::before { content: "✓ "; }
.utidd .yoewwrri::before { content: "✗ "; }
.dltdk50 .zpnp4q::before { content: "→ "; }
.dltdk50 .yoewwrri::before { content: "← "; }
.oceb .zpnp4q::before { content: "★ "; }
.oceb .yoewwrri::before { content: "✕ "; }
.dpcr .zpnp4q::before { content: "◆ "; }
.dpcr .yoewwrri::before { content: "▲ "; }
.rnzturp .kqjurd { background: transparent; border-left: none; border: 1.5px solid; }
.rnzturp .mmu1khdk     { border-color: var(--c-tip-border); }
.rnzturp .vpzd { border-color: var(--c-warn-border); }
.rnzturp .gi7uy7n    { border-color: #60a5fa; }
.rnzturp .kqjurd strong { color: var(--text-primary); }
.rnzturp .kqjurd p      { color: var(--text-muted); }
.pk93p .kqjurd { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.pk93p .mmu1khdk     { border-top-color: var(--c-tip-border); }
.pk93p .vpzd { border-top-color: var(--c-warn-border); }
.pk93p .gi7uy7n    { border-top-color: #60a5fa; }
.nsdkku .kqjurd { border-left: none; border-radius: 8px; }
.nsdkku .mmu1khdk     { background: #065f46; }
.nsdkku .vpzd { background: #92400e; }
.nsdkku .gi7uy7n    { background: #1e3a8a; }
.nsdkku .kqjurd strong,
.nsdkku .kqjurd p { color: #fff; }
.nsdkku .jt5z66eh::before { color: rgba(255,255,255,0.85) !important; }
.xq6l9i7.nsdkku .mmu1khdk,
.xq6l9i7 .nsdkku .mmu1khdk     { background: #052e16; }
.xq6l9i7.nsdkku .vpzd,
.xq6l9i7 .nsdkku .vpzd { background: #2d0a1e; }
.xq6l9i7.nsdkku .gi7uy7n,
.xq6l9i7 .nsdkku .gi7uy7n    { background: #1e1036; }
.j8m4q39.nsdkku .mmu1khdk,
.j8m4q39 .nsdkku .mmu1khdk      { background: #2d2000; }
.j8m4q39.nsdkku .vpzd,
.j8m4q39 .nsdkku .vpzd  { background: #2d0b0b; }
.j8m4q39.nsdkku .gi7uy7n,
.j8m4q39 .nsdkku .gi7uy7n     { background: #2d1600; }
.qrdlt.nsdkku .mmu1khdk,
.qrdlt .nsdkku .mmu1khdk      { background: #0c1a2e; }
.qrdlt.nsdkku .vpzd,
.qrdlt .nsdkku .vpzd  { background: #12103a; }
.qrdlt.nsdkku .gi7uy7n,
.qrdlt .nsdkku .gi7uy7n     { background: #0a2020; }
.dpcz .kqjurd { border-left: none; border-radius: 6px; padding: 10px 14px; }
.dpcz .mmu1khdk     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.dpcz .vpzd { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.dpcz .gi7uy7n    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.dpcz .kqjurd strong { color: var(--text-primary); }
.dpcz .kqjurd p      { color: var(--text-muted); }
.unmpp .kqjurd { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.b4ny .jt5z66eh,
.i281 .jt5z66eh,
.m1zyij3 .jt5z66eh,
.tuyc .jt5z66eh { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.b4ny .jt5z66eh::before,
.i281 .jt5z66eh::before,
.m1zyij3 .jt5z66eh::before,
.tuyc .jt5z66eh::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.b4ny .mmu1khdk     .jt5z66eh::before { content: "✦"; color: var(--c-tip-border); }
.b4ny .vpzd .jt5z66eh::before { content: "▲"; color: var(--c-warn-border); }
.b4ny .gi7uy7n    .jt5z66eh::before { content: "◉"; color: #60a5fa; }
.i281 .mmu1khdk     .jt5z66eh::before { content: "★"; color: var(--c-tip-border); }
.i281 .vpzd .jt5z66eh::before { content: "◆"; color: var(--c-warn-border); }
.i281 .gi7uy7n    .jt5z66eh::before { content: "●"; color: #60a5fa; }
.m1zyij3 .mmu1khdk     .jt5z66eh::before { content: "▶"; color: var(--c-tip-border); }
.m1zyij3 .vpzd .jt5z66eh::before { content: "■"; color: var(--c-warn-border); }
.m1zyij3 .gi7uy7n    .jt5z66eh::before { content: "▸"; color: #60a5fa; }
.tuyc .mmu1khdk     .jt5z66eh::before { content: "→"; color: var(--c-tip-border); }
.tuyc .vpzd .jt5z66eh::before { content: "⬥"; color: var(--c-warn-border); }
.tuyc .gi7uy7n    .jt5z66eh::before { content: "◈"; color: #60a5fa; }
.j7j2 .d6lc43g .srvv,
.j7j2 .a3mpy2 .srvv  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.j7j2 .u9oq                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.j7j2 .xh271svi          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.j7j2 .yuk4x                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.vahn .d6lc43g .srvv,
.vahn .a3mpy2 .srvv,
.vahn .u9oq,
.vahn .kbxw,
.vahn .ppii,
.vahn .xh271svi,
.vahn .yuk4x,
.vahn .unmpp .kqjurd { box-shadow: none; }
.lvazt   .tk9sk7d, .lvazt .usuok6, .lvazt .u6iqb,
.lvazt   .mwfrv6, .lvazt .lq0obw { font-size: 0.9rem; }
.lvazt   .pfww9, .lvazt .q1qx { font-size: 0.9rem; }
.xzfa   .tk9sk7d, .xzfa .usuok6, .xzfa .u6iqb,
.xzfa   .mwfrv6, .xzfa .lq0obw { font-size: 0.95rem; }
.xzfa   .pfww9, .xzfa .q1qx { font-size: 0.95rem; }
.cbpzg35v   .tk9sk7d, .cbpzg35v .usuok6, .cbpzg35v .u6iqb,
.cbpzg35v   .mwfrv6, .cbpzg35v .lq0obw { font-size: 1.08rem; }
.cbpzg35v   .pfww9, .cbpzg35v .q1qx { font-size: 1.05rem; }
.cbpzg35v   .hi1g { font-size: 0.97rem; }
.ypi03 .cm4flt      { font-size: 3.2rem; }
.ypi03 h2.q4vvl { font-size: 1.9rem; }
.ypi03 h3.w45can3c     { font-size: 1.4rem; }
.nux5 .cm4flt      { font-size: 3.8rem; }
.nux5 h2.q4vvl { font-size: 2.2rem; }
.nux5 h3.w45can3c     { font-size: 1.6rem; }
.vyqh + .vyqh { position: relative; }
.nihbk7d   .vyqh + .vyqh::before,
.zb7r  .vyqh + .vyqh::before,
.ufeyiek   .vyqh + .vyqh::before,
.mrobiilz   .vyqh + .vyqh::before,
.wk3l3he   .vyqh + .vyqh::before,
.csha .vyqh + .vyqh::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.nihbk7d .vyqh + .vyqh::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.zb7r .vyqh + .vyqh::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ufeyiek .vyqh + .vyqh::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;
}
.mrobiilz .vyqh + .vyqh::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.olurfba .vyqh { margin-bottom: 16px; }
.olurfba .vyqh + .vyqh { margin-top: 0; }
.olurfba .k07tq { padding-top: 0; padding-bottom: 0; }
.wk3l3he .vyqh + .vyqh::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.csha .vyqh + .vyqh::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.fellwhjg .vyqh + .vyqh::before,
.rm2b8 .vyqh + .vyqh::before,
.dz7a25v3 .vyqh + .vyqh::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%;
}
.pg5rk .fellwhjg .vyqh:nth-child(even)::before,
.pg5rk .rm2b8 .vyqh:nth-child(even)::before,
.pg5rk .dz7a25v3 .vyqh:nth-child(even)::before { background: var(--bg-surface); }
.ngazio28 .fellwhjg .vyqh:nth-child(even)::before,
.ngazio28 .rm2b8 .vyqh:nth-child(even)::before,
.ngazio28 .dz7a25v3 .vyqh:nth-child(even)::before { background: var(--bg-card); }
.fellwhjg .vyqh + .vyqh::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");
}
.rm2b8 .vyqh + .vyqh::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");
}
.dz7a25v3 .vyqh + .vyqh::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");
}
.eyajl6 .hbahm6,
.qe3f1 .hbahm6,
.adr8v .hbahm6 { overflow: hidden; }
.eyajl6 .w8er3ko3,
.qe3f1 .w8er3ko3 { margin-bottom: 60px; }
.adr8v .w8er3ko3 { margin-bottom: 70px; }
.eyajl6 .hbahm6::before,
.qe3f1 .hbahm6::before,
.adr8v .hbahm6::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.eyajl6 .hbahm6::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");
}
.qe3f1 .hbahm6::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");
}
.adr8v .hbahm6::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.rjdt1jo .hbahm6:not(.eg2wsu) .kcgwt3vi { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ktd3hz .hbahm6:not(.eg2wsu) .kcgwt3vi { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.vjgq  .hbahm6:not(.eg2wsu) .kcgwt3vi { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.cxnonwdi  .hbahm6:not(.eg2wsu) .kcgwt3vi { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xgfhuchz .eg2wsu .kcgwt3vi { background: none; }
.xgfhuchz .hbahm6:not(.eg2wsu) .kcgwt3vi { background: rgba(0,0,0,0.6); }
.e9lq .xoe8xh4y { float: left; width: 38%; margin: 0 28px 16px 0; }
.e9lq .xoe8xh4y .h5z4ax3a { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.e9lq .k07tq::after { content: ''; display: block; clear: both; }
.eoyu9z .xoe8xh4y { float: right; width: 38%; margin: 0 0 16px 28px; }
.eoyu9z .xoe8xh4y .h5z4ax3a { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.eoyu9z .k07tq::after { content: ''; display: block; clear: both; }
.ueoy7 .vyqh:nth-child(odd)  .xoe8xh4y { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ueoy7 .vyqh:nth-child(even) .xoe8xh4y { float: right; width: 38%; margin: 0 0 16px 28px; }
.ueoy7 .xoe8xh4y .h5z4ax3a { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ueoy7 .k07tq::after { content: ''; display: block; clear: both; }
.e9lq .ihkgg23t,
.eoyu9z .ihkgg23t,
.ueoy7 .ihkgg23t,
@media (max-width: 900px) {
  .e9lq .xoe8xh4y,
  .eoyu9z .xoe8xh4y,
  .ueoy7 .vyqh:nth-child(odd)  .xoe8xh4y,
  .ueoy7 .vyqh:nth-child(even) .xoe8xh4y {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .e9lq .xoe8xh4y .h5z4ax3a,
  .eoyu9z .xoe8xh4y .h5z4ax3a,
  .ueoy7 .xoe8xh4y .h5z4ax3a {
    max-height: none !important;
  }
}
.e9lq .pfww9,
.e9lq .q1qx,
.eoyu9z .pfww9,
.eoyu9z .q1qx,
.ueoy7 .pfww9,
.ueoy7 .q1qx { overflow: hidden; }
@media (max-width: 640px) {
  .e9lq .xoe8xh4y,
  .eoyu9z .xoe8xh4y,
  .ueoy7 .xoe8xh4y { float: none; width: 100%; margin: 0 0 16px 0; }
}
.qbd0c .m2t0oos,
.qbd0c .k07tq,
.qbd0c .ovob3  { max-width: 1100px; }
.vzlw .m2t0oos,
.vzlw .k07tq,
.vzlw .ovob3  { max-width: 1200px; }
.msvoqi0a .m2t0oos,
.msvoqi0a .k07tq,
.msvoqi0a .ovob3  { max-width: 1320px; }
.lgkasmlk { font-size: 0.82rem; color: var(--text-muted); }
.throrigw { display: flex; align-items: center; }
.otta27b {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.krpsnlud { display: flex; align-items: center; }
.b9kl { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.b9kl:hover { text-decoration: underline; }
.hi85 { margin: 0 3px; opacity: 0.45; }
.hi85::before { content: '/'; }
.deqwc4vs { padding: 2px 5px; color: var(--text-main); }
.jjhvzl84 .lgkasmlk {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.jjhvzl84 .throrigw { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.anvk7o .lgkasmlk {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.anvk7o .throrigw { padding: 0 0 0 12px; }
.jk16ox3 .throrigw { padding: 0 16px; }
.jk16ox3 .lgkasmlk {
  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);
}
.jk16ox3 .m2t0oos { padding-top: 28px; }
@media (max-width: 720px) {
  .kyhs { margin-top: 18px; padding: 0 16px; }
  .jk16ox3 .m2t0oos { padding-top: 16px; }
}
.qbd0c.jjhvzl84 .throrigw { max-width: 1100px; }
.vzlw.jjhvzl84 .throrigw { max-width: 1200px; }
.msvoqi0a.jjhvzl84 .throrigw { max-width: 1320px; }
.dxz6x7le .vyqh { padding-top: 16px; padding-bottom: 16px; }
.q3mt87i .vyqh { padding-top: 24px; padding-bottom: 24px; }
.ep391as .vyqh { padding-top: 40px; padding-bottom: 40px; }
.ffb24 .vyqh { padding-top: 52px; padding-bottom: 52px; }
.aw8va3y .vyqh:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.aw8va3y .vyqh:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.aw8va3y .vyqh:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.aw8va3y .vyqh:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.qirl .k07tq { padding-top: 10px;  padding-bottom: 10px; }
.a4yx6fvt .k07tq { padding-top: 18px;  padding-bottom: 18px; }
.cj9c .k07tq { padding-top: 36px;  padding-bottom: 36px; }
.ixayf .k07tq { padding-top: 48px;  padding-bottom: 48px; }
.vcftiua h2.q4vvl { font-weight: 600; }
.vcftiua h3.w45can3c     { font-weight: 600; }
.p9m5o7fn { font-weight: 500; }
.p9m5o7fn h2.q4vvl { font-weight: 800; }
.p9m5o7fn h3.w45can3c     { font-weight: 700; }
.eize7f h2.q4vvl { font-weight: 900; }
.eize7f h3.w45can3c     { font-weight: 800; }
.eize7f .kqjurd strong,
.eize7f .kqjurd strong { font-weight: 600; }
.as5bx {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.jut05an .as5bx { display: none; }
@media (max-width: 640px) {
  .s4c553 { display: none; }
  .as5bx {
    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;
  }
}
.as5bx { background: var(--cta) !important; color: #fff !important; border: none !important; }
.as5bx:hover { opacity: 0.85; }
.tk0v .as5bx { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.hjbfnv .as5bx,
.jqne  .as5bx { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.hjbfnv .as5bx:hover,
.jqne  .as5bx:hover { opacity: 0.88; }
.tk0v.hjbfnv .as5bx,
.tk0v.jqne  .as5bx { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.u54ec {
  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;
}
.u54ec:hover { transform: translateY(-2px); opacity: 0.92; }
.u54ec { background: var(--cta) !important; color: #fff !important; border: none !important; }
.kazkur .u54ec { display: none; }
.k7ut6 .u54ec { right: 32px; }
.so9s  .u54ec { left: 32px; }
@media (max-width: 480px) {
  .k7ut6 .u54ec { right: 20px; bottom: 20px; }
  .so9s  .u54ec { left: 20px; bottom: 20px; }
}
.uolts { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ovob3 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.shl6um7e { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ypsk { color: var(--text-dim); font-size: 0.8rem; }
.wt4io a, .hl8k0c a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.wt4io a:hover, .hl8k0c a:hover { color: var(--accent-light); }
.hl8k0c { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.fvbc .ovob3 { text-align: center; }
.fvbc .hl8k0c { justify-content: center; margin-bottom: 16px; }
.fvbc .shl6um7e { margin-top: 0; }
.dlic { margin-top: 10px; }
.dlic a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ovob3 { padding-left: 16px; padding-right: 16px; }
  .glmjiwg .ovob3 { padding: 20px 16px; }
  .hl8k0c { gap: 4px 12px; }
  .shl6um7e { font-size: 0.78rem; }
}
.j7iz1aax .shl6um7e { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.j7iz1aax .ypsk { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .j7iz1aax .q9o1 { grid-template-columns: 1fr 1fr; } .j7iz1aax .c2r0 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .j7iz1aax .q9o1 { grid-template-columns: 1fr; } }
.jxj4kk .shl6um7e { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .jxj4kk .ryj8u2 { gap: 12px; } .jxj4kk .hf839r { margin-right: 0; width: 100%; } }
.k9drxv .shl6um7e { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.k9drxv .ypsk { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .k9drxv .ewdpdq { grid-template-columns: 1fr 1fr; } .k9drxv .t502j { grid-column: 1 / -1; } }
@media (max-width: 480px) { .k9drxv .ewdpdq { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .w0pbwx6s .le31bx3i { grid-template-columns: 1fr 1fr; } .w0pbwx6s .qfze:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .w0pbwx6s .le31bx3i { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .dmcex .le31bx3i { grid-template-columns: 1fr; } }
.rtvvaf .ovob3 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.rtvvaf .hl8k0c { justify-content: center; }
.lg8r2 .wn7wibml      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.lg8r2 .uolts { background: var(--bg-page); border-top-color: var(--border-alt); }
.x5yq8yo2 .wn7wibml      { background: #0d1117; border-bottom-color: #21262d; }
.x5yq8yo2 .qoous { color: var(--accent-light); }
.x5yq8yo2 .fwti95 { --msep-color: #8b949e; }
.x5yq8yo2 .fwti95 a { color: #8b949e; }
.x5yq8yo2 .fwti95 a:hover { color: var(--accent-light); }
.x5yq8yo2 .cz0i { color: #8b949e; }
.x5yq8yo2 .uolts { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.x5yq8yo2 .shl6um7e,
.x5yq8yo2 .ypsk { color: #6e7681; }
.x5yq8yo2 .wt4io a, .x5yq8yo2 .hl8k0c a,
.x5yq8yo2 .wz2nkpxq a, .x5yq8yo2 .o6bwd a,
.x5yq8yo2 .cz8rgqj a { color: #8b949e; }
.x5yq8yo2 .hf839r { color: #e6edf3; }
.x5yq8yo2 .wt4io a:hover, .x5yq8yo2 .hl8k0c a:hover,
.x5yq8yo2 .wz2nkpxq a:hover, .x5yq8yo2 .o6bwd a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .x5yq8yo2 .fwti95 { background: #0d1117; border-top-color: #21262d; }
  .x5yq8yo2 .fwti95 li a { border-bottom-color: #21262d; }
}
.txg2ihvm .wn7wibml      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.txg2ihvm .qoous { color: var(--accent-light); }
.txg2ihvm .fwti95 { --msep-color: #475569; }
.txg2ihvm .fwti95 a { color: #475569; }
.txg2ihvm .fwti95 a:hover { color: var(--accent-light); }
.txg2ihvm .cz0i { color: #64748b; }
.txg2ihvm .uolts { background: #f0f4f8; border-top-color: #cbd5e1; }
.txg2ihvm .shl6um7e,
.txg2ihvm .ypsk { color: #64748b; }
.txg2ihvm .wt4io a, .txg2ihvm .hl8k0c a,
.txg2ihvm .wt4io a:hover, .txg2ihvm .hl8k0c a:hover,
@media (max-width: 640px) {
  .txg2ihvm .fwti95 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .txg2ihvm .fwti95 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.hjbfnv .wn7wibml      { background: var(--accent); border-bottom-color: var(--accent-light); }
.hjbfnv .qoous { color: #fff; }
.hjbfnv .fwti95 { --msep-color: rgba(255,255,255,0.82); }
.hjbfnv .fwti95 a { color: rgba(255,255,255,0.82); }
.hjbfnv .fwti95 a:hover { color: #fff; }
.hjbfnv .cz0i { color: rgba(255,255,255,0.9); }
.hjbfnv .u9qjrs a { color: var(--text-primary) !important; }
.hjbfnv .u9qjrs a:hover { color: var(--accent-light) !important; }
.hjbfnv .uolts { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.hjbfnv .shl6um7e,
.hjbfnv .ypsk { color: rgba(255,255,255,0.72); }
.hjbfnv .wt4io a, .hjbfnv .hl8k0c a,
.hjbfnv .wt4io a:hover, .hjbfnv .hl8k0c a:hover,
@media (max-width: 640px) {
  .hjbfnv .fwti95 { background: var(--accent); border-top-color: var(--accent-light); }
  .hjbfnv .fwti95 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.jqne .wn7wibml {
  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);
}
.jqne .uolts {
  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) {
  .jqne .fwti95 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.edoj .e9v9x75x { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.t3e6 .e9v9x75x { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ufyby .e9v9x75x { min-height: 72px; height: auto; }
.w1k90ah2 .e9v9x75x { min-height: 84px; height: auto; }
.glmjiwg .e9v9x75x { max-width: none; padding: 0 32px; }
.glmjiwg .ovob3  { max-width: none; padding: 24px 32px; }
.qqvlf5hk.vzlw .e9v9x75x { max-width: 1200px; }
.qqvlf5hk.msvoqi0a .e9v9x75x { max-width: 1320px; }
.sdjq   .qoous, .sdjq   .hf839r { text-transform: capitalize; }
.taku .qoous, .taku .hf839r { text-transform: lowercase; }
.kd9x2 .qoous, .kd9x2 .hf839r { text-transform: uppercase; letter-spacing: 0.06em; }
.uckl, .r7qfeks {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.nvr8ocf5 .uckl,
.p7px90ee .uckl,
.e20edef .uckl,
.hi7vlum .uckl,
.mniq   .fwti95 a { font-weight: 500; }
.jlyj8qq .fwti95 a { font-weight: 600; }
.mtvsb4z     .fwti95 a { font-weight: 700; }
.by4hos    .fwti95 a { font-weight: 800; letter-spacing: 0.01em; }
.co9vx     .fwti95 > li + li::before,
.vbibj    .fwti95 > li + li::before,
.gf025    .fwti95 > li + li::before,
.d2k0 .fwti95 > li + li::before,
.lqy32k32 .fwti95 > li + li::before,
.asmyli  .fwti95 > li + li::before,
.w5j0twpd    .fwti95 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.co9vx     .fwti95 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.vbibj    .fwti95 > li + li::before { content: "|"; }
.gf025    .fwti95 > li + li::before { content: "—"; }
.d2k0 .fwti95 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.lqy32k32 .fwti95 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.asmyli  .fwti95 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.w5j0twpd    .fwti95 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .txtnhuw .cz0i,
  .bhv7b0 .cz0i,
  .mlm2xm .cz0i,
  .uc5uw5 .cz0i,
  .rhg4mw1 .cz0i {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .txtnhuw .cz0i::before,
  .bhv7b0 .cz0i::before,
  .mlm2xm .cz0i::before,
  .uc5uw5 .cz0i::before,
  .rhg4mw1 .cz0i::before { content: ""; display: block; flex-shrink: 0; }

  
  .txtnhuw .cz0i::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;
  }

  
  .bhv7b0 .cz0i::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;
  }

  
  .mlm2xm .cz0i::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;
  }

  
  .uc5uw5 .cz0i::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;
  }

  
  .rhg4mw1 .cz0i::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) {
  .hhxwp9vh .cz0i {
    padding: 5px 14px;
  }
  .hhxwp9vh .fwti95 {
    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;
  }
  .hhxwp9vh .fwti95 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .hhxwp9vh .fwti95 li a:hover { background: var(--bg-raised); }
  .hhxwp9vh .vu9zh,
  .dgfwr .vu9zh,
  .yo56ie0u .vu9zh { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .fyy2ci .cz0i {
    padding: 5px 10px;
  }
  .fyy2ci .fwti95 {
    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);
  }
  .fyy2ci .fwti95.gr4busg8 { transform: translateX(0); }
  .fyy2ci .fwti95 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .fyy2ci .fwti95 li:last-child a { border-bottom: none; }
  .hjbfnv .fwti95,
  .x5yq8yo2 .fwti95 { background: var(--accent) !important; }
  .hjbfnv .fwti95 li a,
  .x5yq8yo2 .fwti95 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .yo56ie0u .cz0i {
    padding: 5px 10px;
  }
  .yo56ie0u .fwti95 {
    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);
  }
  .yo56ie0u .fwti95::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .yo56ie0u .fwti95.gr4busg8 { transform: translateY(0); }
  .yo56ie0u .fwti95 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .wjvlmvk3 .cz0i {
    padding: 5px 10px;
  }
  .wjvlmvk3 .fwti95 {
    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;
  }
  .wjvlmvk3 .fwti95.gr4busg8 { opacity: 1; pointer-events: auto; }
  .wjvlmvk3 .fwti95 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .k2ro     .cz0i { border-radius: 0 !important; }
  .ukhoq   .cz0i { border-radius: 8px !important; }
  .h8dt3cwj .cz0i { border-radius: 50% !important; }
  .g1wj8   .cz0i { border-radius: 999px !important; }
}
.x299 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fl456fny { display: flex; align-items: center; gap: 12px; }
.b3db {
  width: 56px; height: 56px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0; background: var(--bg-card-inner);
}
.b0wia6vi {
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; font-weight: 700; color: var(--accent-light);
}
.p7eqm0 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.qg80i { font-weight: 700; color: var(--text-primary); font-size: 0.98rem; }
.nubc { color: var(--cta); font-size: 0.95rem; letter-spacing: 1px; }
.nubc .mwythn { color: var(--text-faint); }
.gg0bw { color: var(--text-body); font-size: 0.94rem; line-height: 1.5; margin: 0; }
.cenw {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 20px;
}
.cdpxh .x299 { flex-direction: row; align-items: flex-start; gap: 16px; }
.cdpxh .fl456fny { flex: 0 0 auto; flex-direction: column; align-items: center; min-width: 90px; }
.cdpxh .b3db { width: 64px; height: 64px; }
.cdpxh .p7eqm0 { align-items: center; text-align: center; }
.cdpxh .gg0bw { flex: 1 1 auto; }
.i28hday .x299 {
  padding: 14px 16px;
  gap: 8px;
  border: none;
  border-left: 3px solid var(--cta);
  border-radius: 0 8px 8px 0;
  background: var(--bg-card-inner);
}
.i28hday .b3db { width: 40px; height: 40px; }
.i28hday .gg0bw { font-size: 0.88rem; }
@media (max-width: 640px) {
  .cdpxh .x299 { flex-direction: column; align-items: stretch; }
  .cdpxh .fl456fny { flex-direction: row; min-width: auto; }
  .cdpxh .p7eqm0 { align-items: flex-start; text-align: left; }
}
.bi5w,
.bi5w.vyqh,
.pg5rk .bi5w,
.jj6icc .bi5w,
.ngazio28 .bi5w,
.a76aof .bi5w {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.cmdlxin7 {
  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;
}
.f8ky { flex: 1 1 280px; min-width: 0; }
.ez6wx {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.lwmfd {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.l3dpt9z {
  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;
}
.l3dpt9z:hover { transform: translateY(-1px); opacity: 0.95; }
.he2gq .cmdlxin7 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.he2gq .ez6wx { color: var(--cta); }
.he2gq .lwmfd { color: var(--text-body); }
.he2gq .l3dpt9z {
  background: var(--cta) !important;
  color: #fff !important;
}
.v8v9 .cmdlxin7 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.v8v9 .ez6wx { color: var(--text-primary); }
.v8v9 .lwmfd { color: var(--text-body); }
.v8v9 .l3dpt9z {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .cmdlxin7 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .f8ky { flex: 0 0 auto; }
  .ez6wx { font-size: 1.2rem; }
  .l3dpt9z { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.lwdfq .u8yfc { height: 36px; }
.mkasfk .u8yfc { height: 60px; max-width: 200px; }
.tahr .u8yfc { height: 56px; max-width: 180px; }
.bwobk    .omnz0, .bwobk    .vz6nqkjw { color: #f59e0b; }
.h9g3      .vz6nqkjw   { font-size: 1.35rem; }
.ssux    .omnz0, .ssux    .vz6nqkjw { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.heg5b     .omnz0, .heg5b     .vz6nqkjw { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.uqaa3 .omnz0, .uqaa3 .vz6nqkjw { color: var(--cta); letter-spacing: 2px; }
.gncb   .omnz0, .gncb   .vz6nqkjw { color: #e91e63; letter-spacing: 2px; }
.y6mmc8  .omnz0, .y6mmc8  .vz6nqkjw { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.xl1zr0z     .omnz0, .xl1zr0z     .vz6nqkjw { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ew5i8 .b1g0wo {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.ew5i8 .ga6uxt {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .uyfsyx4 .fk067a4 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .uyfsyx4 .kbxw {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .uyfsyx4 .kbxw { padding: 40px 16px 20px; }
  .uyfsyx4 .mlck {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .uyfsyx4 .s5erc { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .yblwvs9m .kbxw {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .yblwvs9m .kbxw::before {
    position: absolute; top: 14px; left: 14px;
  }
  .yblwvs9m .dc632qp {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .yblwvs9m .wl1u { white-space: normal; text-align: center; font-size: 1.2rem; }
  .yblwvs9m .mlck {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .yblwvs9m .s5erc { width: 100%; min-width: 0; }
  .yblwvs9m .omnz0 { min-width: 0; }
}
.kg214b2b .w80sr {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.kg214b2b .w80sr summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.kg214b2b .w80sr p { padding: 0 2px 16px; }
.dvrjhq .w80sr { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.dvrjhq .w80sr summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.dvrjhq .w80sr summary::after { content: "›"; font-size: 1.2em; }
.dvrjhq .w80sr[open] summary::after { content: "‹"; }
.dvrjhq .w80sr p { padding: 10px 22px 4px; }
.ow6gf0c1 .w80sr {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ow6gf0c1 .w80sr summary { color: var(--text-primary); padding-left: 16px; }
.ow6gf0c1 .w80sr summary::after { content: "›"; font-size: 1.1em; }
.ow6gf0c1 .w80sr[open] summary::after { content: "‹"; }
.ow6gf0c1 .w80sr p { padding-left: 16px; }
.ss5x .nbi63 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ss5x .w80sr {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ss5x .w80sr:last-child { border-bottom: none; }
.ss5x .w80sr summary { color: var(--text-primary); border-radius: 0; }
.ss5x .w80sr summary::after { content: "›"; font-size: 1.1em; }
.ss5x .w80sr[open] summary::after { content: "‹"; }
.vgbbaka .w80sr { overflow: hidden; }
.vgbbaka .w80sr summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.vgbbaka .w80sr summary::after { color: rgba(255,255,255,.75); }
.vgbbaka .w80sr[open] summary { border-radius: 0; }
.rjyac5iy { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.hnzphjg5 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.xotrz2r7 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.glsw4d { color: var(--text-muted); font-size: 1.05rem; }
.w48lauw {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.f4us9h1 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.n8bf { margin-bottom: 20px; }
.gx10i8 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.uxhqlm {
  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;
}
.uxhqlm:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.p9x1 { resize: vertical; min-height: 130px; }
.fk5yx { width: 100%; margin-top: 8px; }
.nxtn {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.nwgeyi {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.iku1yfb { color: var(--text-muted); line-height: 1.75; }
.yduood9s { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.yduood9s li { margin-bottom: 6px; }
.oys6azv { max-width: 760px; margin: 0 auto; }
.biv1j { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.uvft6 { max-width: 760px; margin: 0 auto; }
.i3mpkr ul.yduood9s { margin: 0; }
@media (max-width: 640px) { .a4cdg { grid-template-columns: 1fr; gap: 10px; } }
.d7ig2 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.y306 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.wuyx3 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.y306 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.y306 .yduood9s { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .d7ig2 { grid-template-columns: 1fr; } }
.qnh7ot ul.yduood9s { margin: 0; }
.q0smku3a .yduood9s,
.kvtw5m .yduood9s,
.bmh6dwq .yduood9s,
.us9w21u .yduood9s {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .rra173 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .k0yu0un { grid-template-columns: 1fr; } .jedxy932 { position: static; text-align: center; } }
@media (max-width: 860px) { .knizba { grid-template-columns: 1fr; } }
.us9w21u .yduood9s { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .x9kjr { flex-direction: column; text-align: center; } .bbxu { grid-template-columns: 1fr; } }
.wt1tu { max-width: 760px; margin: 0 auto; }
.m2vi55dn { position: relative; padding-left: 28px; }
.m2vi55dn::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.jxja4 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.jxja4:last-child { padding-bottom: 0; }
.ro0dk { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.sp08 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.sp08 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.wgmqpi .xotrz2r7 { color: var(--accent-light); }
.v6de6l7 .xotrz2r7 { font-size: 2rem; }
.v6de6l7 .glsw4d { max-width: 680px; }
.fvtdc .xotrz2r7 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.fvtdc .glsw4d  { margin: 0; }
@media (max-width: 640px) { .fvtdc { flex-direction: column; } }
.f6mq .xotrz2r7 { color: var(--accent-light); }
.nls68jpx {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.nls68jpx .xotrz2r7 { color: #fff; }
.nls68jpx .glsw4d  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .lscx { grid-template-columns: 1fr; } }
.ksp1 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.ksp1 .uxhqlm {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ksp1 .uxhqlm:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.sp4dc .uxhqlm { background: var(--bg-raised); border-color: transparent; }
.sp4dc .uxhqlm:focus { background: var(--bg-card); border-color: var(--accent-light); }
.vdl315uh .uxhqlm { border-radius: 100px; padding: 11px 20px; }
.vdl315uh .p9x1 { border-radius: 14px; }
.pkuh43r {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .pkuh43r { grid-template-columns: 1fr; } }
.e1q5l {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.e1q5l h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.e1q5l p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.pjof { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.pjof li { margin-bottom: 6px; }
.s2re4l3k{position:relative;overflow:visible}
.io6ul59 .izwvus86{display:block}
.hudf .vitfsg{color: var(--accent-light);opacity:1;font-weight:500}
.jkivr42{--date-bg:var(--accent-bg-light)}
.cdm4d .pd7n::before{content:""}
.qtns .qx0q9{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .qx0q9{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .wnlb{max-width:100%}
}
.elj0{margin:24px 0 32px;padding:0;list-style:none}
.b37gz{padding:18px 22px;border-radius:var(--radius);
  background:var(--surface);border:1px solid var(--border, rgba(255,255,255,.08))}
.he57q{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px 22px}
.q1mipq{display:flex;flex-direction:column;gap:4px;padding:8px 4px}
.b1uw{font-size:11px;letter-spacing:.05em;text-transform:uppercase;opacity:.55}
.fx9ka7q{font-size:15px;font-weight:600;line-height:1.3}
.rcijudb8{display:flex;flex-wrap:wrap;gap:12px;padding:16px 0;justify-content:center}
.kjpsqz{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;
  border-radius:999px;background:var(--surface);
  border:1px solid var(--border, rgba(255,255,255,.1));font-size:13px;font-weight:500}
.up86ph{width:14px;height:14px;border-radius:50%;background:var(--accent);
  display:inline-block;flex-shrink:0}
.sls1clgw{margin:18px 0 28px}
.sls1clgw .xh271svi{margin:0}
@media (max-width:560px){
  .he57q{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) {
  .fwhhpd { padding: 28px 18px 20px; }
  .rh8y9 { font-size: 1.2rem; }
  .dpdr05h6 { max-width: 220px; max-height: 80px; }
}
.hefopy .p5uu8 { border-radius: 22px; }
.pdpjbhv .cmdlxin7 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .p5uu8 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.qmvy36 .vyqh {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.qmvy36 .k07tq {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.qmvy36 .cmdlxin7 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .e9v9x75x { flex-direction: row-reverse; }
[dir="rtl"] .fwti95 { flex-direction: row-reverse; }
[dir="rtl"] .u9qjrs { right: 50%; left: auto; transform: translateX(50%); }
[dir="rtl"] .k7ut6 .u54ec { right: auto; left: 32px; }
[dir="rtl"] .so9s  .u54ec { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .k7ut6 .u54ec { right: auto; left: 20px; }
  [dir="rtl"] .so9s  .u54ec { left: auto;  right: 20px; }
}
[dir="rtl"] .e9lq .xoe8xh4y  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .eoyu9z .xoe8xh4y { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .pfww9, [dir="rtl"] .q1qx { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .oyqcrs8 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .fw0f { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .kqjurd { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .cmdlxin7 { direction: rtl; }
[dir="rtl"] .lgkasmlk { direction: rtl; }
[dir="rtl"] .yuk4x { direction: rtl; }
[dir="rtl"] .xrh4 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .xox4h .q1qx,
[dir="rtl"] .ik6aiba3 .q1qx,
[dir="rtl"] .yhsq7 .q1qx,
[dir="rtl"] .xxd6azs .q1qx {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .xox4h .q1qx li::before,
[dir="rtl"] .ik6aiba3 .q1qx li::before,
[dir="rtl"] .yhsq7 .q1qx li::before,
[dir="rtl"] .xxd6azs .q1qx li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .hbahm6.lsyzcvkc .w8er3ko3,
[dir="rtl"] .fpu0kb08.lsyzcvkc .w8er3ko3,
[dir="rtl"] .eg2wsu.lsyzcvkc .w8er3ko3,
[dir="rtl"] .x2qd0eg.lsyzcvkc .w8er3ko3,
[dir="rtl"] .lp3caih.lsyzcvkc .w8er3ko3 { text-align: right; }
[dir="rtl"] .i3rem.lsyzcvkc .hu19k { align-items: flex-end; text-align: right; }
[dir="rtl"] .k07tq,
[dir="rtl"] .mwfrv6,
[dir="rtl"] .lq0obw,
[dir="rtl"] .w8er3ko3 { text-align: right; }
[dir="rtl"] .f4us9h1,
[dir="rtl"] .gx10i8,
[dir="rtl"] .uxhqlm,
[dir="rtl"] .p9x1 { text-align: right; direction: rtl; }
[dir="rtl"] .vdl315uh .uxhqlm,
[dir="rtl"] .ksp1 .uxhqlm { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #0711a2;
  --brand:           #0711a2;
  --brand-light:     #0d1482;
  --brand-pale:      #1b24a6;
  --grad-start:      #101ef4;
  --grad-end:        #545eed;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #30cc05;
  --cta-light:       #24a800;
  --cta-hover:       #219003;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f3f6;
  --bg-raised:       #edeef1;
  --bg-hover:        #f3f3f6;
  --border:          #e1e2e9;
  --border-alt:      #cfd0dd;
  --border-section:  #e1e2e9;
  --text-primary:    #16171c;
  --text-muted:      #505162;
  --text-body:       #2d2e38;
  --text-sub:        #444554;
  --text-faint:      #72748c;
  --text-dim:        #8e90a3;
  --text-label:      #5b5d70;
  --text-value:      #393a46;
  --accent-bg:       #dedff7;
  --accent-bg-light: #c1c5f4;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c966b;
  --c-cons:          #9f2148;
  --c-pros-label:    #0eb380;
  --c-tip-border:    #10c68d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c966b;
}
:root { --logo-bg-opacity: 72%; }
body, button, input { font-family: "Roboto", sans-serif; }
.eegeuiq .jt5z66eh { font-size: 0; width: 1.2rem; flex-shrink: 0; }.eegeuiq .jt5z66eh::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.eegeuiq .mmu1khdk     .jt5z66eh::before { content: "";  color: var(--c-tip-border); }.eegeuiq .vpzd .jt5z66eh::before { content: ""; color: var(--c-warn-border); }.eegeuiq .gi7uy7n    .jt5z66eh::before { content: ""; color: #60a5fa; }.xq6l9i7 .eegeuiq .mmu1khdk     .jt5z66eh::before { color: #10b981; }.xq6l9i7 .eegeuiq .vpzd .jt5z66eh::before { color: #f43f5e; }.xq6l9i7 .eegeuiq .gi7uy7n    .jt5z66eh::before { color: #a855f7; }.j8m4q39  .eegeuiq .mmu1khdk     .jt5z66eh::before { color: #eab308; }.j8m4q39  .eegeuiq .vpzd .jt5z66eh::before { color: #ef4444; }.j8m4q39  .eegeuiq .gi7uy7n    .jt5z66eh::before { color: #f97316; }.qrdlt  .eegeuiq .mmu1khdk     .jt5z66eh::before { color: #38bdf8; }.qrdlt  .eegeuiq .vpzd .jt5z66eh::before { color: #818cf8; }.qrdlt  .eegeuiq .gi7uy7n    .jt5z66eh::before { color: #2dd4bf; }.k7h9y .eegeuiq .jt5z66eh::before { color: var(--accent-light) !important; }
.q4rqc0o .x7ieq li::before, .q4rqc0o .zvkl1 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.q4rqc0o .x7ieq li::before { content: ""; }.q4rqc0o .zvkl1 li::before { content: ""; }.q4rqc0o .zpnp4q::before, .q4rqc0o .yoewwrri::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.q4rqc0o .zpnp4q::before { content: ""; }.q4rqc0o .yoewwrri::before { content: ""; }
.t96gknng .w8lnm, .t96gknng .i3rem { min-height: 780px; }
.tmbxo9o .as5bx::after,.tmbxo9o .u54ec::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; }
.hi85::before { content: '◆'; font-size: 0.5em; }