:root {
  --color-accent: #5bd4b3;
  --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;
}
.ak1jwl {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.je0cb {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.enqim6 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.bjjo1o5 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.pvk4ba4j { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.pvk4ba4j a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.pvk4ba4j a:hover { color: var(--accent-light); }
.qqjkn7ey     .q8or { border-radius: 24px; padding: 8px; }
.qqjkn7ey .q8or li a { border-radius: 16px; }
.xt312 .q8or li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .q8or {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .o4n97fb:hover .q8or,
  .o4n97fb:focus-within .q8or { display: block; }
  .q8or li a { padding: 8px 16px; font-size: 0.88rem; }
}
.rshfulya {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.reo6y { display: none; }
@media (max-width: 640px) {
  .reo6y {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .reo6y.a5jfhn { display: block; }
}
@media (max-width: 640px) {
  .rshfulya { display: block; }
  .pvk4ba4j > li + li::before { display: none !important; }
  .pvk4ba4j {
    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;
  }
  .pvk4ba4j.a5jfhn { display: flex; }
  .pvk4ba4j li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .pvk4ba4j li:last-child a { border-bottom: none; }
}
.n5a6 { min-height: 480px; }
.gqka {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.snxqj8g { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.j5ht .snxqj8g { margin-left: 0; margin-right: 0; }
.ywbzg6 {
  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;
}
.wuepy .ywbzg6 { margin-top: 24px; }
.ywbzg6:hover { opacity: 0.88; }
.meq9o6 .v7obl0m {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.meq9o6 .gqka { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.meq9o6 .snxqj8g { color: #e2e8f0; }
.meq9o6.yzv46 .v7obl0m { text-align: center; }
.meq9o6.j5ht   .v7obl0m { text-align: left; }
.ayb3d9 {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.ayb3d9 .v7obl0m {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ayb3d9 .gqka { color: var(--text-primary); text-shadow: none; }
.ayb3d9 .snxqj8g { color: var(--text-muted); }
.ayb3d9 .ywbzg6 { margin-top: 16px; }
.ayb3d9, .ayb3d9.n5a6 { min-height: auto !important; }
.ayb3d9.yzv46 .v7obl0m { text-align: center; }
.ayb3d9.j5ht   .v7obl0m { text-align: left; }
.ayb3d9~.yevg1p{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.ayb3d9~.yevg1p .qfb59{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.wxc9 .j6u8,
.wxc9 .cof14 {
  position: relative; overflow: hidden;
}
.wxc9 .j6u8::after,
.wxc9 .cof14::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.wxc9 .meq9o6 .dn7q9 {
  overflow: hidden;
}
.wxc9 .meq9o6 .dn7q9::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;
}
.j6u8 .gqka { color: #fff; }
.j6u8 .snxqj8g { color: rgba(255,255,255,0.85); }
.j6u8 .ywbzg6 { background: #fff; color: var(--cta); }
.j6u8 .ywbzg6:hover { opacity: 0.92; }
.wxc9 .ytvjs { position: relative; overflow: hidden; }
.wxc9 .ytvjs::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.ytvjs .gqka { text-shadow: none; color: var(--text-primary); }
.ytvjs .snxqj8g { color: var(--text-muted); }
body.fk3d1s .gqka {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.pdecn .gqka {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.n5a6.j6u8 .gqka,
section.j6u8 .gqka {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ytvjs.j5ht   .ev6p7yg { align-items: flex-start; text-align: left; }
.n5a6 .qpzfkj {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.qpzfkj .vvk0g.fvc3 {
  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;
}
.qpzfkj .vvk0g.fvc3:hover { opacity: 0.85; }
.hfw7cfn .v7obl0m { padding-bottom: 24px; }
.wuepy .v7obl0m { max-width: 1100px; }
@media (max-width: 700px) {
  .ytvjs { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ytvjs:not(.gbvqr) .vef05ci { display: none !important; }
  .gbvqr .vef05ci { padding: 16px; }
  .ev6p7yg  { padding: 36px 24px; }
  .ytvjs~.yevg1p,.r1gaa7~.yevg1p{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .n5a6, .ytvjs { min-height: 320px !important; }
  .gqka { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ttitx,
  .esj1,
  .up3d1z { grid-template-columns: 1fr !important; }

  

  
  .hfw7cfn { display: flex !important; flex-direction: column !important; }
  .hfw7cfn .v7obl0m { display: contents; }
  .hfw7cfn .dn7q9 { order: 0; }
  .hfw7cfn .gqka { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .hfw7cfn .ttitx { order: 2; padding: 0 16px 12px !important; }
  .hfw7cfn .snxqj8g { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .wuepy .v7obl0m { display: flex; flex-direction: column; }
  .wuepy .v7obl0m .gqka { order: 1; }
  .wuepy .v7obl0m .up3d1z { order: 2; margin: 8px 0 24px !important; }
  .wuepy .v7obl0m .snxqj8g { order: 3; }
  .wuepy .v7obl0m .ywbzg6 { order: 4; align-self: center; margin-top: 0; }

  
  .ytvjs.gbvqr {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ytvjs.gbvqr .ev6p7yg { display: contents; padding: 0; }
  .ytvjs.gbvqr .ev6p7yg .gqka { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ytvjs.gbvqr .vef05ci { order: 2; padding: 12px 16px; }
  .ytvjs.gbvqr .ev6p7yg .snxqj8g { order: 3; padding: 0 24px; margin: 0 auto; }
  .ytvjs.gbvqr .ev6p7yg .ywbzg6 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.xfa6q { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.nwc279 { width: 100%; height: auto; display: block; border-radius: 10px; }
.qbx2 .xfa6q        { border-radius: 16px; }
.qbx2 .nwc279  { border-radius: 16px; }
.y01v .xfa6q         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.y01v .nwc279   { border-radius: 8px; }
.f1c4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.l29sz { width: 100%; padding: 32px 0; position: relative; }
.y8df { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.e84zl6d .l29sz:nth-child(even) { background: var(--bg-surface); }
.e84zl6d .l29sz:nth-child(odd)  { background: var(--bg-page); }
.ye2i .l29sz:nth-child(even) { background: var(--bg-card); }
.ye2i .l29sz:nth-child(odd)  { background: var(--bg-page); }
.e84zl6d .l29sz:nth-child(odd)  .y8df { background: var(--bg-card); border-radius: 6px; }
.e84zl6d .l29sz:nth-child(even) .y8df { background: var(--bg-raised); border-radius: 6px; }
.ye2i .l29sz:nth-child(odd)  .y8df { background: var(--bg-card); border-radius: 6px; }
.ye2i .l29sz:nth-child(even) .y8df { background: var(--bg-raised); border-radius: 6px; }
.e84zl6d .l29sz:nth-child(even) .ndgxsjg7 .ayl957d,
.ye2i .l29sz:nth-child(even) .ndgxsjg7 .ayl957d { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.e84zl6d .l29sz:nth-child(odd) .ndgxsjg7 .ayl957d,
.ye2i .l29sz:nth-child(odd) .ndgxsjg7 .ayl957d { background: var(--bg-card-inner); }
.e84zl6d .l29sz:nth-child(even) .l8mh5l .ayl957d:nth-child(odd),
.ye2i .l29sz:nth-child(even) .l8mh5l .ayl957d:nth-child(odd)  { background: var(--bg-card); }
.e84zl6d .l29sz:nth-child(even) .l8mh5l .ayl957d:nth-child(even),
.ye2i .l29sz:nth-child(even) .l8mh5l .ayl957d:nth-child(even) { background: var(--bg-card-inner); }
h1.htuti531 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.htuti531 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.kv4s3f { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.af3y h2.htuti531 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ufb9 h2.htuti531 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.jnlkxeo h2.htuti531 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.vxanr h2.htuti531::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.pu389x1u h2.htuti531 {
  color: var(--text-primary); font-size: 1.7rem;
}
.f0upzu h2.htuti531::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.fumsg4iy h2.htuti531 {
  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;
}
.v8a0 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .v8a0 { display: none; } }
.k6izh626 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.l7agehu8 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.kyfe {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.e7zz { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.m4jmk0 { padding-left: 20px; }
.m4jmk0 li { margin-bottom: 6px; }
.m4jmk0 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.m4jmk0 a:hover { color: var(--accent-light); }
.hutnka .e7zz { display: none; }
.atkbq2b6 .e7zz { display: none; }
.atkbq2b6 .m4jmk0 { padding-left: 0; list-style: none; }
.atkbq2b6 .m4jmk0 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.atkbq2b6 .m4jmk0 a { font-size: 0.92rem; }
.bk6yng72 .kyfe { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.bk6yng72 .e7zz { display: none; }
.bk6yng72 .m4jmk0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.bk6yng72 .m4jmk0 li { margin-bottom: 0; }
.bk6yng72 .m4jmk0 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;
}
.bk6yng72 .m4jmk0 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.s4q54b9a .kyfe { padding: 20px 20px 16px; }
.s4q54b9a .m4jmk0 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.s4q54b9a .m4jmk0 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.s4q54b9a .m4jmk0 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;
}
.s4q54b9a .m4jmk0 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;
}
.s4q54b9a .m4jmk0 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.s4q54b9a .m4jmk0 a:focus,
.s4q54b9a .m4jmk0 a:focus-visible,
.s4q54b9a .m4jmk0 a:target { outline: none; }
.s4q54b9a .m4jmk0 li:target a { border-color: var(--border); color: var(--text-muted); }
.hqmd93lm .kyfe { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.hqmd93lm .e7zz { display: none; }
.hqmd93lm .m4jmk0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.hqmd93lm .m4jmk0 li { margin-bottom: 0; }
.hqmd93lm .m4jmk0 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.hqmd93lm .m4jmk0 li:last-child::after { content: ""; margin-right: 0; }
.hqmd93lm .m4jmk0 a { font-size: 0.9rem; }
.ayl957d { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ndgxsjg7 .ayl957d { background: var(--bg-card); }
.l8mh5l .ayl957d:nth-child(odd)  { background: var(--bg-card); }
.l8mh5l .ayl957d:nth-child(even) { background: var(--bg-raised); }
.wt6h4 .ayl957d {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.wt6h4 .ayl957d:last-child { border-bottom: none; }
.wt6h4 h3.kv4s3f { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.kx7hdt .ayl957d {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.kx7hdt .ayl957d + .ayl957d { margin-top: 4px; }
.qrhs1afq .ayl957d { background: none; border-radius: 0; padding: 12px 0; }
.qrhs1afq .ayl957d + .ayl957d { border-top: 1px solid var(--border-section); }
.lnyi { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.bcvb926 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.n7an6wg6 { color: var(--text-body); margin-bottom: 10px; }
.rw798by1, .o9zw { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.rw798by1 li, .o9zw li { margin-bottom: 6px; }
.o9zw li { list-style: decimal; }
.rjhum     .rw798by1 { list-style-type: "● "; }
.z4rny  .rw798by1 { list-style-type: "■ "; }
.wpbs .rw798by1 { list-style-type: "◆ "; }
.cuew3    .rw798by1 { list-style-type: "★ "; }
.rjhum     .mp2dnj { list-style-type: "● "; }
.z4rny  .mp2dnj { list-style-type: "■ "; }
.wpbs .mp2dnj { list-style-type: "◆ "; }
.cuew3    .mp2dnj { list-style-type: "★ "; }
.rjhum    .rw798by1 li::marker, .rjhum    .mp2dnj li::marker,
.z4rny .rw798by1 li::marker, .z4rny .mp2dnj li::marker,
.wpbs .rw798by1 li::marker, .wpbs .mp2dnj li::marker,
.cuew3   .rw798by1 li::marker, .cuew3   .mp2dnj li::marker {
  color: var(--cta); font-size: 1em;
}
.rjhum .o9zw,
.z4rny .o9zw,
.wpbs .o9zw,
.cuew3 .o9zw {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.rjhum .o9zw li,
.z4rny .o9zw li,
.wpbs .o9zw li,
.cuew3 .o9zw li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.rjhum .o9zw li::before,
.z4rny .o9zw li::before,
.wpbs .o9zw li::before,
.cuew3 .o9zw 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;
}
.rjhum     .o9zw li::before { border-radius: 50%; }
.z4rny  .o9zw li::before { border-radius: 3px; }
.wpbs .o9zw li::before { border-radius: 3px; }
.cuew3    .o9zw li::before { border-radius: 50%; }
.tgyg { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.q1ch0t4 .tgyg,
.hnxw1npc .tgyg { background: transparent; border: none; border-radius: 0; }
.fs5y8s { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.fs5y8s th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.fs5y8s td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.fs5y8s tr:hover td { background: var(--bg-hover); }
.vf0kzz .fs5y8s tbody tr:nth-child(even) td { background: var(--bg-surface); }
.yvph .fs5y8s { border: 1px solid var(--border-alt); }
.yvph .fs5y8s th,
.yvph .fs5y8s td { border: 1px solid var(--border-alt); }
.a1ou27 .fs5y8s th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.a1ou27 .fs5y8s td { border-bottom: none; }
.a1ou27 .fs5y8s tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.yavl .fs5y8s th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.uss39va .tgyg {
  overflow: hidden;
}
.uss39va .fs5y8s th { border-bottom: 1px solid var(--border-alt); }
.uss39va .fs5y8s tr:last-child td { border-bottom: none; }
.k8z8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.esbzqd9 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.rakf { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.y8dy0 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.efevr { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.mp2dnj { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.mp2dnj 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%}
.dcsiucy .y8dy0 { background: transparent; text-align: center; }
.fm3b88sm .rakf {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.cq7xuuh .rakf {
  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);
}
.clxdrv6 .esbzqd9 { display: grid; grid-template-columns: auto 1fr; }
.clxdrv6 .rakf {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.clxdrv6 .y8dy0 { grid-column: 2; }
.clxdrv6 .efevr,
.clxdrv6 .mp2dnj { grid-column: 1 / -1; }
.c8g25 .esbzqd9 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.c8g25 .rakf {
  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);
}
.c8g25 .y8dy0 { grid-column: 2; }
.c8g25 .efevr,
.c8g25 .mp2dnj { grid-column: 1 / -1; }
.n9fzfmzk .esbzqd9 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.n9fzfmzk .y8dy0 { background: none; color: var(--accent-light); font-weight: 700; }
.pgfr .esbzqd9 { 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); }
.pgfr .y8dy0 { background: none; color: var(--accent-light); font-weight: 700; }
.a99oafrs .esbzqd9 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.a99oafrs .esbzqd9:last-child { border-bottom: none; }
.a99oafrs .y8dy0 { background: none; color: var(--accent-light); font-weight: 700; }
.di0er2zo .esbzqd9 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.di0er2zo .y8dy0 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.rjbkow .k8z8 { counter-reset: card-n; }
.rjbkow .esbzqd9  { counter-increment: card-n; }
.rjbkow .y8dy0 { display: flex; align-items: center; gap: 10px; }
.rjbkow .y8dy0::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;
}
.vfrxo .esbzqd9 { background: var(--bg-surface); border: 1px solid var(--border); }
.vfrxo .y8dy0 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.afy61l { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.l6z8bxr2  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.vic9lb { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.xohlwy { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.bayc66a8 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.afy61l strong { color: var(--text-primary); font-size: 0.95rem; }
.afy61l p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.a9fopu3v { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.g1azzt, .byact { border-radius: 8px; padding: 14px; }
.g1azzt { background: var(--bg-pros); }
.byact { background: var(--bg-cons); }
.wd8x { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.g1azzt .wd8x { color: var(--c-pros-label); }
.byact .wd8x { color: #f87171; }
.g1azzt ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.byact ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.nwc279 { width: 100%; height: auto; border-radius: 10px; display: block; }
.fvc3 {
  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;
}
.fvc3:hover { opacity: 0.85; }
.ejwnyl .fvc3  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ejwnyl .fvc3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ko8blap .fvc3  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ko8blap .fvc3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.gcvib .ywbzg6 { border-radius: 50px; }
.gcvib .fvc3  { border-radius: 50px; }
.lri4g .ywbzg6 { padding-left: 22px; padding-right: 22px; }
.lri4g .fvc3  { padding-left: 12px; padding-right: 12px; }
.gnzal .ywbzg6 { padding-left: 44px; padding-right: 44px; }
.gnzal .fvc3  { padding-left: 24px; padding-right: 24px; }
.kdfa3 .ywbzg6 { padding-left: 56px; padding-right: 56px; }
.kdfa3 .fvc3  { padding-left: 32px; padding-right: 32px; }
.fkwiw96   .ywbzg6::after, .fkwiw96   .fvc3::after,
.uthmjr .ywbzg6::after, .uthmjr .fvc3::after,
.qz8aw    .ywbzg6::after, .qz8aw    .fvc3::after,
.tabxvffg    .ywbzg6::after, .tabxvffg    .fvc3::after,
.rq9vrm9x    .ywbzg6::after, .rq9vrm9x    .fvc3::after,
.n8aqu4     .ywbzg6::after, .n8aqu4     .fvc3::after,
.ih4ku6hv    .ywbzg6::after, .ih4ku6hv    .fvc3::after,
.j3pt2sqc   .ywbzg6::after, .j3pt2sqc   .fvc3::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;
}
.fkwiw96 .ywbzg6::after, .fkwiw96 .fvc3::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");
}
.uthmjr .ywbzg6::after, .uthmjr .fvc3::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");
}
.qz8aw .ywbzg6::after, .qz8aw .fvc3::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");
}
.tabxvffg .ywbzg6::after, .tabxvffg .fvc3::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");
}
.rq9vrm9x .ywbzg6::after, .rq9vrm9x .fvc3::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");
}
.n8aqu4 .ywbzg6::after, .n8aqu4 .fvc3::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");
}
.ih4ku6hv .ywbzg6::after, .ih4ku6hv .fvc3::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");
}
.j3pt2sqc .ywbzg6::after, .j3pt2sqc .fvc3::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");
}
.m1myp   .xtuw39o::after, .m1myp   .v7af2xtr::after,
.fc5y .xtuw39o::after, .fc5y .v7af2xtr::after,
.ctpeo    .xtuw39o::after, .ctpeo    .v7af2xtr::after,
.kifg4bjw    .xtuw39o::after, .kifg4bjw    .v7af2xtr::after,
.qpg25ebd    .xtuw39o::after, .qpg25ebd    .v7af2xtr::after,
.jfjq5od     .xtuw39o::after, .jfjq5od     .v7af2xtr::after,
.a1z5d    .xtuw39o::after, .a1z5d    .v7af2xtr::after,
.pe36od73   .xtuw39o::after, .pe36od73   .v7af2xtr::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;
}
.m1myp .xtuw39o::after, .m1myp .v7af2xtr::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");
}
.fc5y .xtuw39o::after, .fc5y .v7af2xtr::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");
}
.ctpeo .xtuw39o::after, .ctpeo .v7af2xtr::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");
}
.kifg4bjw .xtuw39o::after, .kifg4bjw .v7af2xtr::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");
}
.qpg25ebd .xtuw39o::after, .qpg25ebd .v7af2xtr::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");
}
.jfjq5od .xtuw39o::after, .jfjq5od .v7af2xtr::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");
}
.a1z5d .xtuw39o::after, .a1z5d .v7af2xtr::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");
}
.pe36od73 .xtuw39o::after, .pe36od73 .v7af2xtr::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");
}
.ftwu .eze1nf { background: var(--bg-raised); }
.vvk0g.fvc3 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .upkctd {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .upkctd::before    { grid-area: rank;   }
  .gd8lkzx           { grid-area: ident;  }
  .xvmkj7ri     { grid-area: rating; min-width: 0; width: auto; }
  .nu9uujvo           { grid-area: pills;  }
  .vvk0g             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .upkctd {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .upkctd::before    { justify-self: center; }
  .gd8lkzx           { width: 100%; }
  .xvmkj7ri     { justify-self: center; }
  .nu9uujvo           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .oq9n2cm .br94 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .oq9n2cm .b2bc { margin: 0; }
}
.ajg3h .b2bc { border-top: 4px solid var(--accent); }
.ajg3h .tvd9e { background: var(--bg-card); }
.hnxw1npc .a9fopu3v { gap: 10px; }
.hnxw1npc .g1azzt, .hnxw1npc .byact { padding: 12px; }
.hnxw1npc .g1azzt ul, .hnxw1npc .byact ul { margin: 4px 0 0; padding-left: 18px; }
.hnxw1npc .g1azzt li, .hnxw1npc .byact li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .kf1oyzg { grid-template-columns: 1fr; }
  .usrzj { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .usrzj .wfvy { width: 72px; height: 50px; }
  .usrzj .eahak { max-width: 180px; }
  .usrzj .l2glgv { width: auto; }
}
@media (max-width: 720px) {
  .sohr2x { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .pdkca9 { padding: 16px; }
  .b71xtz .dp9s3c4 { min-width: 50%; }
}
.w8igzhe .a9fopu3v { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .iwqq3 { grid-template-columns: 1fr; }
  .oq582ro1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .mzw5z { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ig3yq21 { flex-wrap: wrap; padding: 16px; }
}
.burda8d2 .a9fopu3v { gap: 8px; }
.burda8d2 .g1azzt, .burda8d2 .byact { padding: 8px; }
@media (max-width: 480px) {
  .ct5gir { flex-direction: column; align-items: stretch; }
}
.pl85h .l2glgv .fvc3 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .rb2c { flex-direction: column; align-items: stretch; gap: 10px; }
  .pl85h .l2glgv { text-align: center; }
}
@media (max-width: 720px) {
  .pw6o41j8 { grid-template-columns: 1fr; }
  .ifise { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .tyqbok1b { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .thwpej9m { grid-template-columns: 1fr; }
  .rdl78e { width: 100px; height: 100px; margin: 16px auto; }
  .co6h7f96 { font-size: 1.4rem; }
  .tryvro { justify-content: center; }
  .v82v .dp9s3c4 { min-width: 50%; }
}
.w22fzw1 .a9fopu3v { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .e74wdom3 { flex-wrap: wrap; padding: 14px 16px; }
  .aozseu53 { padding: 12px 16px; }
  .w22fzw1 .a9fopu3v { margin: 0 16px; }
  .w22fzw1 .o72a3gzi { padding: 0 16px; }
  .gona1 { padding: 12px 16px; }
}
.ryeykm .upkctd {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.dbvi0a .b9dxv,
.dbvi0a .x52cj3,
.dbvi0a .x52cj3 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.dbvi0a .x52cj3 small { display: none; }
.dbvi0a .hvy7 .pnni2kb,
.dbvi0a .hvy7 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.dbvi0a .kwtqwo { display: none; }
.va3up { margin: 16px 0; }
.j5fk { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.j5fk summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.j5fk summary::after { content: "+"; color: var(--accent-light); }
.j5fk[open] summary::after { content: "−"; }
.j5fk p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.l29sz { margin-bottom: 0; }
.eln1w9 h2.htuti531 { color: var(--text-primary); border-color: var(--accent-light); }
.egmm h2.htuti531 { color: var(--text-primary); border-color: var(--accent-light); }
.me3r1 .l6z8bxr2     { background: #052e16; border-color: #10b981; }
.me3r1 .vic9lb { background: #2d0a1e; border-color: #f43f5e; }
.me3r1 .xohlwy    { background: #1e1036; border-color: #a855f7; }
.me3r1 .afy61l strong  { color: #f1f5f9; }
.me3r1 .afy61l p       { color: #cbd5e1; }
.me3r1 .vzh4cn79    .l6z8bxr2     .bayc66a8::before,
.me3r1 .t8m5qj  .l6z8bxr2     .bayc66a8::before,
.me3r1 .zucf8m  .l6z8bxr2     .bayc66a8::before,
.me3r1 .kkdiwr .l6z8bxr2     .bayc66a8::before { color: #10b981; }
.me3r1 .vzh4cn79    .vic9lb .bayc66a8::before,
.me3r1 .t8m5qj  .vic9lb .bayc66a8::before,
.me3r1 .zucf8m  .vic9lb .bayc66a8::before,
.me3r1 .kkdiwr .vic9lb .bayc66a8::before { color: #f43f5e; }
.me3r1 .vzh4cn79    .xohlwy    .bayc66a8::before,
.me3r1 .t8m5qj  .xohlwy    .bayc66a8::before,
.me3r1 .zucf8m  .xohlwy    .bayc66a8::before,
.me3r1 .kkdiwr .xohlwy    .bayc66a8::before { color: #a855f7; }
.nk12 .l6z8bxr2     { background: #2d2000; border-color: #eab308; }
.nk12 .vic9lb { background: #2d0b0b; border-color: #ef4444; }
.nk12 .xohlwy    { background: #2d1600; border-color: #f97316; }
.nk12 .afy61l strong  { color: #f1f5f9; }
.nk12 .afy61l p       { color: #cbd5e1; }
.nk12 .vzh4cn79    .l6z8bxr2     .bayc66a8::before,
.nk12 .t8m5qj  .l6z8bxr2     .bayc66a8::before,
.nk12 .zucf8m  .l6z8bxr2     .bayc66a8::before,
.nk12 .kkdiwr .l6z8bxr2     .bayc66a8::before { color: #eab308; }
.nk12 .vzh4cn79    .vic9lb .bayc66a8::before,
.nk12 .t8m5qj  .vic9lb .bayc66a8::before,
.nk12 .zucf8m  .vic9lb .bayc66a8::before,
.nk12 .kkdiwr .vic9lb .bayc66a8::before { color: #ef4444; }
.nk12 .vzh4cn79    .xohlwy    .bayc66a8::before,
.nk12 .t8m5qj  .xohlwy    .bayc66a8::before,
.nk12 .zucf8m  .xohlwy    .bayc66a8::before,
.nk12 .kkdiwr .xohlwy    .bayc66a8::before { color: #f97316; }
.fww7u .l6z8bxr2     { background: #0c1a2e; border-color: #38bdf8; }
.fww7u .vic9lb { background: #12103a; border-color: #818cf8; }
.fww7u .xohlwy    { background: #0a2020; border-color: #2dd4bf; }
.fww7u .afy61l strong  { color: #f1f5f9; }
.fww7u .afy61l p       { color: #cbd5e1; }
.fww7u .vzh4cn79    .l6z8bxr2     .bayc66a8::before,
.fww7u .t8m5qj  .l6z8bxr2     .bayc66a8::before,
.fww7u .zucf8m  .l6z8bxr2     .bayc66a8::before,
.fww7u .kkdiwr .l6z8bxr2     .bayc66a8::before { color: #38bdf8; }
.fww7u .vzh4cn79    .vic9lb .bayc66a8::before,
.fww7u .t8m5qj  .vic9lb .bayc66a8::before,
.fww7u .zucf8m  .vic9lb .bayc66a8::before,
.fww7u .kkdiwr .vic9lb .bayc66a8::before { color: #818cf8; }
.fww7u .vzh4cn79    .xohlwy    .bayc66a8::before,
.fww7u .t8m5qj  .xohlwy    .bayc66a8::before,
.fww7u .zucf8m  .xohlwy    .bayc66a8::before,
.fww7u .kkdiwr .xohlwy    .bayc66a8::before { color: #2dd4bf; }
.xc8b .l6z8bxr2     { background: var(--accent-bg); border-color: var(--accent-light); }
.xc8b .vic9lb { background: var(--accent-bg-light); border-color: var(--accent-light); }
.xc8b .xohlwy    { background: var(--accent-bg); border-color: var(--accent-pale); }
.xc8b .vzh4cn79    .bayc66a8::before,
.xc8b .t8m5qj  .bayc66a8::before,
.xc8b .zucf8m  .bayc66a8::before,
.xc8b .kkdiwr .bayc66a8::before { color: var(--accent-light) !important; }
.dc0k::before,
.n8yvxlb::before { margin-right: 5px; }
.uohvm1lb .g1azzt ul li,
.uohvm1lb .bzhyd1 li         { color: #4ade80; }
.uohvm1lb .g1azzt .dc0k { color: #22c55e; }
.uohvm1lb .byact ul li,
.uohvm1lb .q24cgcd li         { color: #f87171; }
.uohvm1lb .byact .n8yvxlb { color: #ef4444; }
.g78x .g1azzt { background: var(--bg-pros); }
.g78x .byact { background: var(--bg-cons); }
.g78x .g1azzt .dc0k { color: var(--c-pros-label); }
.g78x .byact .n8yvxlb { color: var(--c-cons); }
.g78x .g1azzt ul li,
.g78x .byact ul li,
.jh1nf .g1azzt { background: var(--bg-pros); }
.jh1nf .byact { background: var(--bg-cons); }
.jh1nf .g1azzt .dc0k { color: var(--c-pros-label); }
.jh1nf .byact .n8yvxlb { color: var(--c-cons); }
.jh1nf .g1azzt ul li,
.jh1nf .byact ul li,
.l521r9e .dc0k::before { content: "✓ "; }
.l521r9e .n8yvxlb::before { content: "✗ "; }
.d0i2zdi .dc0k::before { content: "→ "; }
.d0i2zdi .n8yvxlb::before { content: "← "; }
.r30i .dc0k::before { content: "★ "; }
.r30i .n8yvxlb::before { content: "✕ "; }
.kgtweg .dc0k::before { content: "◆ "; }
.kgtweg .n8yvxlb::before { content: "▲ "; }
.rgnj7s .afy61l { background: transparent; border-left: none; border: 1.5px solid; }
.rgnj7s .l6z8bxr2     { border-color: var(--c-tip-border); }
.rgnj7s .vic9lb { border-color: var(--c-warn-border); }
.rgnj7s .xohlwy    { border-color: #60a5fa; }
.rgnj7s .afy61l strong { color: var(--text-primary); }
.rgnj7s .afy61l p      { color: var(--text-muted); }
.jsla .afy61l { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.jsla .l6z8bxr2     { border-top-color: var(--c-tip-border); }
.jsla .vic9lb { border-top-color: var(--c-warn-border); }
.jsla .xohlwy    { border-top-color: #60a5fa; }
.p18i .afy61l { border-left: none; border-radius: 8px; }
.p18i .l6z8bxr2     { background: #065f46; }
.p18i .vic9lb { background: #92400e; }
.p18i .xohlwy    { background: #1e3a8a; }
.p18i .afy61l strong,
.p18i .afy61l p { color: #fff; }
.p18i .bayc66a8::before { color: rgba(255,255,255,0.85) !important; }
.me3r1.p18i .l6z8bxr2,
.me3r1 .p18i .l6z8bxr2     { background: #052e16; }
.me3r1.p18i .vic9lb,
.me3r1 .p18i .vic9lb { background: #2d0a1e; }
.me3r1.p18i .xohlwy,
.me3r1 .p18i .xohlwy    { background: #1e1036; }
.nk12.p18i .l6z8bxr2,
.nk12 .p18i .l6z8bxr2      { background: #2d2000; }
.nk12.p18i .vic9lb,
.nk12 .p18i .vic9lb  { background: #2d0b0b; }
.nk12.p18i .xohlwy,
.nk12 .p18i .xohlwy     { background: #2d1600; }
.fww7u.p18i .l6z8bxr2,
.fww7u .p18i .l6z8bxr2      { background: #0c1a2e; }
.fww7u.p18i .vic9lb,
.fww7u .p18i .vic9lb  { background: #12103a; }
.fww7u.p18i .xohlwy,
.fww7u .p18i .xohlwy     { background: #0a2020; }
.wluuoh .afy61l { border-left: none; border-radius: 6px; padding: 10px 14px; }
.wluuoh .l6z8bxr2     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.wluuoh .vic9lb { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.wluuoh .xohlwy    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.wluuoh .afy61l strong { color: var(--text-primary); }
.wluuoh .afy61l p      { color: var(--text-muted); }
.bt86yi .afy61l { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.vzh4cn79 .bayc66a8,
.t8m5qj .bayc66a8,
.zucf8m .bayc66a8,
.kkdiwr .bayc66a8 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.vzh4cn79 .bayc66a8::before,
.t8m5qj .bayc66a8::before,
.zucf8m .bayc66a8::before,
.kkdiwr .bayc66a8::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.vzh4cn79 .l6z8bxr2     .bayc66a8::before { content: "✦"; color: var(--c-tip-border); }
.vzh4cn79 .vic9lb .bayc66a8::before { content: "▲"; color: var(--c-warn-border); }
.vzh4cn79 .xohlwy    .bayc66a8::before { content: "◉"; color: #60a5fa; }
.t8m5qj .l6z8bxr2     .bayc66a8::before { content: "★"; color: var(--c-tip-border); }
.t8m5qj .vic9lb .bayc66a8::before { content: "◆"; color: var(--c-warn-border); }
.t8m5qj .xohlwy    .bayc66a8::before { content: "●"; color: #60a5fa; }
.zucf8m .l6z8bxr2     .bayc66a8::before { content: "▶"; color: var(--c-tip-border); }
.zucf8m .vic9lb .bayc66a8::before { content: "■"; color: var(--c-warn-border); }
.zucf8m .xohlwy    .bayc66a8::before { content: "▸"; color: #60a5fa; }
.kkdiwr .l6z8bxr2     .bayc66a8::before { content: "→"; color: var(--c-tip-border); }
.kkdiwr .vic9lb .bayc66a8::before { content: "⬥"; color: var(--c-warn-border); }
.kkdiwr .xohlwy    .bayc66a8::before { content: "◈"; color: #60a5fa; }
.vij7x .ndgxsjg7 .ayl957d,
.vij7x .l8mh5l .ayl957d  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.vij7x .esbzqd9                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.vij7x .tgyg          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.vij7x .kyfe                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.sftbuq .ndgxsjg7 .ayl957d,
.sftbuq .l8mh5l .ayl957d,
.sftbuq .esbzqd9,
.sftbuq .upkctd,
.sftbuq .b2bc,
.sftbuq .tgyg,
.sftbuq .kyfe,
.sftbuq .bt86yi .afy61l { box-shadow: none; }
.h8vc   .n7an6wg6, .h8vc .lnyi, .h8vc .bcvb926,
.h8vc   .k6izh626, .h8vc .l7agehu8 { font-size: 0.9rem; }
.h8vc   .rw798by1, .h8vc .o9zw { font-size: 0.9rem; }
.iltpa   .n7an6wg6, .iltpa .lnyi, .iltpa .bcvb926,
.iltpa   .k6izh626, .iltpa .l7agehu8 { font-size: 0.95rem; }
.iltpa   .rw798by1, .iltpa .o9zw { font-size: 0.95rem; }
.sqtp   .n7an6wg6, .sqtp .lnyi, .sqtp .bcvb926,
.sqtp   .k6izh626, .sqtp .l7agehu8 { font-size: 1.08rem; }
.sqtp   .rw798by1, .sqtp .o9zw { font-size: 1.05rem; }
.sqtp   .fs5y8s { font-size: 0.97rem; }
.zoz0yyz .gqka      { font-size: 3.2rem; }
.zoz0yyz h2.htuti531 { font-size: 1.9rem; }
.zoz0yyz h3.kv4s3f     { font-size: 1.4rem; }
.xs8wm .gqka      { font-size: 3.8rem; }
.xs8wm h2.htuti531 { font-size: 2.2rem; }
.xs8wm h3.kv4s3f     { font-size: 1.6rem; }
.l29sz + .l29sz { position: relative; }
.e90vf   .l29sz + .l29sz::before,
.r5qwsl3s  .l29sz + .l29sz::before,
.i6lu1z9   .l29sz + .l29sz::before,
.l15rnwgu   .l29sz + .l29sz::before,
.z6daqhf2   .l29sz + .l29sz::before,
.jd2m2rs .l29sz + .l29sz::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.e90vf .l29sz + .l29sz::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.r5qwsl3s .l29sz + .l29sz::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.i6lu1z9 .l29sz + .l29sz::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;
}
.l15rnwgu .l29sz + .l29sz::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.brurb2 .l29sz { margin-bottom: 16px; }
.brurb2 .l29sz + .l29sz { margin-top: 0; }
.brurb2 .y8df { padding-top: 0; padding-bottom: 0; }
.z6daqhf2 .l29sz + .l29sz::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.jd2m2rs .l29sz + .l29sz::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.th0yacn7 .l29sz + .l29sz::before,
.azkcw .l29sz + .l29sz::before,
.kqa5dg .l29sz + .l29sz::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%;
}
.e84zl6d .th0yacn7 .l29sz:nth-child(even)::before,
.e84zl6d .azkcw .l29sz:nth-child(even)::before,
.e84zl6d .kqa5dg .l29sz:nth-child(even)::before { background: var(--bg-surface); }
.ye2i .th0yacn7 .l29sz:nth-child(even)::before,
.ye2i .azkcw .l29sz:nth-child(even)::before,
.ye2i .kqa5dg .l29sz:nth-child(even)::before { background: var(--bg-card); }
.th0yacn7 .l29sz + .l29sz::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");
}
.azkcw .l29sz + .l29sz::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");
}
.kqa5dg .l29sz + .l29sz::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");
}
.k3l2h0 .v7obl0m,
.uzn5hb7 .v7obl0m { margin-bottom: 60px; }
.l3je01m .v7obl0m { margin-bottom: 70px; }
.kefp .meq9o6:not(.j6u8) .dn7q9 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.kefp .j6u8 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.kefp .cof14 { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.kefp .ytvjs { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.rzaq .xfa6q { float: left; width: 38%; margin: 0 28px 16px 0; }
.rzaq .xfa6q .nwc279 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rzaq .y8df::after { content: ''; display: block; clear: both; }
.cxrmnv5e .xfa6q { float: right; width: 38%; margin: 0 0 16px 28px; }
.cxrmnv5e .xfa6q .nwc279 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cxrmnv5e .y8df::after { content: ''; display: block; clear: both; }
.irt2yx60 .l29sz:nth-child(odd)  .xfa6q { float: left;  width: 38%; margin: 0 28px 16px 0; }
.irt2yx60 .l29sz:nth-child(even) .xfa6q { float: right; width: 38%; margin: 0 0 16px 28px; }
.irt2yx60 .xfa6q .nwc279 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.irt2yx60 .y8df::after { content: ''; display: block; clear: both; }
.rzaq .k8z8,
.cxrmnv5e .k8z8,
.irt2yx60 .k8z8,
@media (max-width: 900px) {
  .rzaq .xfa6q,
  .cxrmnv5e .xfa6q,
  .irt2yx60 .l29sz:nth-child(odd)  .xfa6q,
  .irt2yx60 .l29sz:nth-child(even) .xfa6q {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .rzaq .xfa6q .nwc279,
  .cxrmnv5e .xfa6q .nwc279,
  .irt2yx60 .xfa6q .nwc279 {
    max-height: none !important;
  }
}
.rzaq .rw798by1,
.rzaq .o9zw,
.cxrmnv5e .rw798by1,
.cxrmnv5e .o9zw,
.irt2yx60 .rw798by1,
.irt2yx60 .o9zw { overflow: hidden; }
@media (max-width: 640px) {
  .rzaq .xfa6q,
  .cxrmnv5e .xfa6q,
  .irt2yx60 .xfa6q { float: none; width: 100%; margin: 0 0 16px 0; }
}
.fo2wlb .f1c4,
.fo2wlb .y8df,
.fo2wlb .uuwtgaga  { max-width: 1100px; }
.fo2wlb { --content-mw: 1100px; }
.ydi2anwo .f1c4,
.ydi2anwo .y8df,
.ydi2anwo .uuwtgaga  { max-width: 1200px; }
.pxtv39 .f1c4,
.pxtv39 .y8df,
.pxtv39 .uuwtgaga  { max-width: 1320px; }
.g3p20l1 { font-size: 0.82rem; color: var(--text-muted); }
.uls8xu6m { display: flex; align-items: center; }
.d8jb9r7 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.folowtv4 { display: flex; align-items: center; }
.ssll { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ssll:hover { text-decoration: underline; }
.grh6mbpz { margin: 0 3px; opacity: 0.45; }
.grh6mbpz::before { content: '/'; }
.x8ycaflc { padding: 2px 5px; color: var(--text-main); }
.te5pdr .g3p20l1 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.te5pdr .uls8xu6m { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.hsnsek .g3p20l1 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.hsnsek .uls8xu6m { padding: 0 0 0 12px; }
.dzvk2 .uls8xu6m { padding: 0 16px; }
.dzvk2 .g3p20l1 {
  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);
}
.dzvk2 .f1c4 { padding-top: 28px; }
@media (max-width: 720px) {
  .nyjm { margin-top: 18px; padding: 0 16px; }
  .dzvk2 .f1c4 { padding-top: 16px; }
}
.fo2wlb.te5pdr .uls8xu6m { max-width: 1100px; }
.ydi2anwo.te5pdr .uls8xu6m { max-width: 1200px; }
.pxtv39.te5pdr .uls8xu6m { max-width: 1320px; }
.fo2wlb .nyjm { max-width: 1100px; }
.ri7vwvfu .l29sz { padding-top: 16px; padding-bottom: 16px; }
.qez67z .l29sz { padding-top: 24px; padding-bottom: 24px; }
.jwlhp .l29sz { padding-top: 40px; padding-bottom: 40px; }
.bz8o .l29sz { padding-top: 52px; padding-bottom: 52px; }
.i2y646 .l29sz:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.i2y646 .l29sz:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.i2y646 .l29sz:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.i2y646 .l29sz:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.xufr .y8df { padding-top: 10px;  padding-bottom: 10px; }
.m5568 .y8df { padding-top: 18px;  padding-bottom: 18px; }
.i9qi8 .y8df { padding-top: 36px;  padding-bottom: 36px; }
.amvoik5e .y8df { padding-top: 48px;  padding-bottom: 48px; }
.su2dl3h h2.htuti531 { font-weight: 600; }
.su2dl3h h3.kv4s3f     { font-weight: 600; }
.msti h2.htuti531 { font-weight: 800; }
.msti h3.kv4s3f     { font-weight: 700; }
.oazp9i6 { font-weight: 600; }
.oazp9i6 h2.htuti531 { font-weight: 900; }
.oazp9i6 h3.kv4s3f     { font-weight: 800; }
.oazp9i6 .afy61l strong,
.oazp9i6 .afy61l strong { font-weight: 600; }
.xtuw39o {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.odkru .xtuw39o { display: none; }
@media (max-width: 640px) {
  .ostpku { display: none; }
  .xtuw39o {
    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;
  }
}
.xtuw39o { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xtuw39o:hover { opacity: 0.85; }
.z545p .xtuw39o { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.befdn .xtuw39o,
.zgdeknn2  .xtuw39o { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.befdn .xtuw39o:hover,
.zgdeknn2  .xtuw39o:hover { opacity: 0.88; }
.z545p.befdn .xtuw39o,
.z545p.zgdeknn2  .xtuw39o { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.v7af2xtr {
  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;
}
.v7af2xtr:hover { transform: translateY(-2px); opacity: 0.92; }
.v7af2xtr { background: var(--cta) !important; color: #fff !important; border: none !important; }
.jx53c .v7af2xtr { display: none; }
.excpy9 .v7af2xtr { right: 32px; }
.i29wns  .v7af2xtr { left: 32px; }
@media (max-width: 480px) {
  .excpy9 .v7af2xtr { right: 20px; bottom: 20px; }
  .i29wns  .v7af2xtr { left: 20px; bottom: 20px; }
}
.e4ewf { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.uuwtgaga { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.cz8dw6 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.phm4mgj { color: var(--text-dim); font-size: 0.8rem; }
.xjf7dys4 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.xjf7dys4 img { height: 26px; width: auto; object-fit: contain; }
.dx1t5 .uuwtgaga { text-align: center; }
.dx1t5 .cz8dw6 { margin-top: 0; }
@media (max-width: 640px) {
  .uuwtgaga { padding-left: 16px; padding-right: 16px; }
  .z29jf8i5 .uuwtgaga { padding: 20px 16px; }
  .c515snuk { gap: 4px 12px; }
  .cz8dw6 { font-size: 0.78rem; }
}
.xpj58wjc .mn0ayt .xjf7dys4 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.xpj58wjc .cz8dw6 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.xpj58wjc .phm4mgj { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .xpj58wjc .bphkcozv { grid-template-columns: 1fr 1fr; } .xpj58wjc .mn0ayt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xpj58wjc .bphkcozv { grid-template-columns: 1fr; } }
.vfjf .nwlw856m { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.vfjf .xjf7dys4 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.vfjf .mrdkv { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.vfjf .mrdkv a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.vfjf .mrdkv a:hover { color: var(--accent-light); }
.qo5h { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.vfjf .yyg3 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.vfjf .acmewb { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.vfjf .acmewb a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.vfjf .acmewb a:hover { color: var(--accent-light); }
.vfjf .cz8dw6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .vfjf .nwlw856m { gap: 12px; } .vfjf .xjf7dys4 { margin-right: 0; width: 100%; } }
.arfikbkf .q2kog0k1 .xjf7dys4 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.arfikbkf .cz8dw6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.arfikbkf .phm4mgj { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .arfikbkf .hu6k { grid-template-columns: 1fr 1fr; } .arfikbkf .q2kog0k1 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .arfikbkf .hu6k { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .bo32 .dli7kmd { grid-template-columns: 1fr 1fr; } .bo32 .p3aj0in:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bo32 .dli7kmd { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .upyll .dli7kmd { grid-template-columns: 1fr; } }
.ldxseaa .uuwtgaga { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.td28nh .ak1jwl      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.td28nh .e4ewf { background: var(--bg-page); border-top-color: var(--border-alt); }
.td8yramm .ak1jwl      { background: #0d1117; border-bottom-color: #21262d; }
.td8yramm .enqim6 { color: var(--accent-light); }
.td8yramm .pvk4ba4j { --msep-color: #8b949e; }
.td8yramm .pvk4ba4j a { color: #8b949e; }
.td8yramm .pvk4ba4j a:hover { color: var(--accent-light); }
.td8yramm .rshfulya { color: #8b949e; }
.td8yramm .e4ewf { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.td8yramm .cz8dw6,
.td8yramm .phm4mgj { color: #6e7681; }
.td8yramm .sezagu1 a, .td8yramm .mrdkv a,
.td8yramm .acmewb a { color: #8b949e; }
.td8yramm .xjf7dys4 { color: #e6edf3; }
.td8yramm .sezagu1 a:hover, .td8yramm .mrdkv a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .td8yramm .pvk4ba4j { background: #0d1117; border-top-color: #21262d; }
  .td8yramm .pvk4ba4j li a { border-bottom-color: #21262d; }
}
.oenu59 .ak1jwl      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.oenu59 .enqim6 { color: var(--accent-light); }
.oenu59 .pvk4ba4j { --msep-color: #475569; }
.oenu59 .pvk4ba4j a { color: #475569; }
.oenu59 .pvk4ba4j a:hover { color: var(--accent-light); }
.oenu59 .rshfulya { color: #64748b; }
.oenu59 .e4ewf { background: #f0f4f8; border-top-color: #cbd5e1; }
.oenu59 .cz8dw6,
.oenu59 .phm4mgj { color: #64748b; }
.oenu59 .sezagu1 a, .oenu59 .mrdkv a,
.oenu59 .acmewb a, .oenu59 .xjf7dys4 { color: #374151; }
.oenu59 .sezagu1 a:hover, .oenu59 .mrdkv a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .oenu59 .pvk4ba4j { background: #f0f4f8; border-top-color: #cbd5e1; }
  .oenu59 .pvk4ba4j li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.befdn .ak1jwl      { background: var(--accent); border-bottom-color: var(--accent-light); }
.befdn .enqim6 { color: #fff; }
.befdn .pvk4ba4j { --msep-color: rgba(255,255,255,0.82); }
.befdn .pvk4ba4j a { color: rgba(255,255,255,0.82); }
.befdn .pvk4ba4j a:hover { color: #fff; }
.befdn .rshfulya { color: rgba(255,255,255,0.9); }
.befdn .e4ewf { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.befdn .cz8dw6,
.befdn .phm4mgj { color: rgba(255,255,255,0.72); }
.befdn .sezagu1 a, .befdn .mrdkv a,
.befdn .acmewb a, .befdn .xjf7dys4 { color: #fff; }
.befdn .sezagu1 a:hover, .befdn .mrdkv a:hover { color: #fff; }
@media (max-width: 640px) {
  .befdn .pvk4ba4j { background: var(--accent); border-top-color: var(--accent-light); }
  .befdn .pvk4ba4j li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.zgdeknn2 .ak1jwl {
  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);
}
.zgdeknn2 .e4ewf {
  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) {
  .zgdeknn2 .pvk4ba4j {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.feb4il3 .je0cb { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.l0zy9 .je0cb { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ltwc .je0cb { min-height: 72px; height: auto; }
.fmm9i .je0cb { min-height: 84px; height: auto; }
.z29jf8i5 .je0cb { max-width: none; padding: 0 32px; }
.z29jf8i5 .uuwtgaga  { max-width: none; padding: 24px 32px; }
.nnhealol.ydi2anwo .je0cb { max-width: 1200px; }
.nnhealol.pxtv39 .je0cb { max-width: 1320px; }
.llas   .enqim6, .llas   .xjf7dys4 { text-transform: capitalize; }
.iqqylrn .enqim6, .iqqylrn .xjf7dys4 { text-transform: lowercase; }
.m051bh6 .enqim6, .m051bh6 .xjf7dys4 { text-transform: uppercase; letter-spacing: 0.06em; }
.pg6jsu, .wbbn {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.an4n .pg6jsu,
.an4n .wbbn { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.bqlv .pg6jsu,
.bqlv .wbbn { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.hxfm0 .pg6jsu,
.hxfm0 .wbbn { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.iigrt .pg6jsu,
.iigrt .wbbn { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.mer4   .pvk4ba4j a { font-weight: 500; }
.lzub9ze .pvk4ba4j a { font-weight: 600; }
.ph7le1o     .pvk4ba4j a { font-weight: 700; }
.hvrxepol    .pvk4ba4j a { font-weight: 800; letter-spacing: 0.01em; }
.k7t4a     .pvk4ba4j > li + li::before,
.q4602c23    .pvk4ba4j > li + li::before,
.rvcw61    .pvk4ba4j > li + li::before,
.kv2l0nx .pvk4ba4j > li + li::before,
.iedlk .pvk4ba4j > li + li::before,
.gn1lb  .pvk4ba4j > li + li::before,
.givt155r    .pvk4ba4j > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.k7t4a     .pvk4ba4j > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.q4602c23    .pvk4ba4j > li + li::before { content: "|"; }
.rvcw61    .pvk4ba4j > li + li::before { content: "—"; }
.kv2l0nx .pvk4ba4j > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.iedlk .pvk4ba4j > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.gn1lb  .pvk4ba4j > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.givt155r    .pvk4ba4j > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ess7 .rshfulya,
  .a0ef7 .rshfulya,
  .k5nbdykk .rshfulya,
  .eq42 .rshfulya,
  .pet0a .rshfulya {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ess7 .rshfulya::before,
  .a0ef7 .rshfulya::before,
  .k5nbdykk .rshfulya::before,
  .eq42 .rshfulya::before,
  .pet0a .rshfulya::before { content: ""; display: block; flex-shrink: 0; }

  
  .ess7 .rshfulya::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;
  }

  
  .a0ef7 .rshfulya::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;
  }

  
  .k5nbdykk .rshfulya::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;
  }

  
  .eq42 .rshfulya::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;
  }

  
  .pet0a .rshfulya::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) {
  .vh7w1f .rshfulya {
    padding: 5px 14px;
  }
  .vh7w1f .pvk4ba4j {
    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;
  }
  .vh7w1f .pvk4ba4j li a {
    border-bottom: none; padding: 10px 22px;
  }
  .vh7w1f .pvk4ba4j li a:hover { background: var(--bg-raised); }
  .vh7w1f .reo6y,
  .drnf6n .reo6y,
  .zw32zw9 .reo6y { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .qqv92 .rshfulya {
    padding: 5px 10px;
  }
  .qqv92 .pvk4ba4j {
    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);
  }
  .qqv92 .pvk4ba4j.a5jfhn { transform: translateX(0); }
  .qqv92 .pvk4ba4j li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .qqv92 .pvk4ba4j li:last-child a { border-bottom: none; }
  .befdn .pvk4ba4j,
  .td8yramm .pvk4ba4j { background: var(--accent) !important; }
  .befdn .pvk4ba4j li a,
  .td8yramm .pvk4ba4j li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .zw32zw9 .rshfulya {
    padding: 5px 10px;
  }
  .zw32zw9 .pvk4ba4j {
    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);
  }
  .zw32zw9 .pvk4ba4j::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .zw32zw9 .pvk4ba4j.a5jfhn { transform: translateY(0); }
  .zw32zw9 .pvk4ba4j li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .uqwxqmmp .rshfulya {
    padding: 5px 10px;
  }
  .uqwxqmmp .pvk4ba4j {
    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;
  }
  .uqwxqmmp .pvk4ba4j.a5jfhn { opacity: 1; pointer-events: auto; }
  .uqwxqmmp .pvk4ba4j li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .xmz5mc     .rshfulya { border-radius: 0 !important; }
  .t9l8n3fe   .rshfulya { border-radius: 8px !important; }
  .x2l3k .rshfulya { border-radius: 50% !important; }
  .bs1v   .rshfulya { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .buf6q .gdpe { flex-direction: column; align-items: stretch; }
  .buf6q .zlus { flex-direction: row; min-width: auto; }
  .buf6q .xp0i9 { align-items: flex-start; text-align: left; }
}
.gipx1,
.gipx1.l29sz,
.e84zl6d .gipx1,
.h9lqtd77 .gipx1,
.ye2i .gipx1,
.ekf6tkeu .gipx1 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.qjq25v {
  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;
}
.sz32vthd { flex: 1 1 280px; min-width: 0; }
.t20n1hb {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.hgb6b3 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.rfc7zcqv {
  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;
}
.rfc7zcqv:hover { transform: translateY(-1px); opacity: 0.95; }
.i0yt3f .qjq25v {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.i0yt3f .t20n1hb { color: var(--cta); }
.i0yt3f .hgb6b3 { color: var(--text-body); }
.i0yt3f .rfc7zcqv {
  background: var(--cta) !important;
  color: #fff !important;
}
.m8adwcyy .qjq25v {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.m8adwcyy .t20n1hb { color: var(--text-primary); }
.m8adwcyy .hgb6b3 { color: var(--text-body); }
.m8adwcyy .rfc7zcqv {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .qjq25v {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .sz32vthd { flex: 0 0 auto; }
  .t20n1hb { font-size: 1.2rem; }
  .rfc7zcqv { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.g6l3od .bjjo1o5 { height: 36px; }
.v6entj .bjjo1o5 { height: 60px; max-width: 200px; }
.z558gw .bjjo1o5 { height: 56px; max-width: 180px; }
.zlwyg     .b9dxv, .zlwyg     .pnni2kb { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
@media (min-width: 720px) {
  .kqlsbi58 .rprz {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .kqlsbi58 .upkctd {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .kqlsbi58 .upkctd { padding: 40px 16px 20px; }
  .kqlsbi58 .dqvxm9h {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .kqlsbi58 .vvk0g { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .mkfhk .upkctd {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .mkfhk .upkctd::before {
    position: absolute; top: 14px; left: 14px;
  }
  .mkfhk .gd8lkzx {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .mkfhk .olonln8b { white-space: normal; text-align: center; font-size: 1.2rem; }
  .mkfhk .dqvxm9h {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .mkfhk .vvk0g { width: 100%; min-width: 0; }
  .mkfhk .b9dxv { min-width: 0; }
}
.oa2qy5 .j5fk {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.oa2qy5 .j5fk summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.oa2qy5 .j5fk p { padding: 0 2px 16px; }
.c6i5e3cz .j5fk { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.c6i5e3cz .j5fk summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.c6i5e3cz .j5fk summary::after { content: "›"; font-size: 1.2em; }
.c6i5e3cz .j5fk[open] summary::after { content: "‹"; }
.c6i5e3cz .j5fk p { padding: 10px 22px 4px; }
.u39or2i .j5fk {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.u39or2i .j5fk summary { color: var(--text-primary); padding-left: 16px; }
.u39or2i .j5fk summary::after { content: "›"; font-size: 1.1em; }
.u39or2i .j5fk[open] summary::after { content: "‹"; }
.u39or2i .j5fk p { padding-left: 16px; }
.n4dx1l .va3up { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.n4dx1l .j5fk {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.n4dx1l .j5fk:last-child { border-bottom: none; }
.n4dx1l .j5fk summary { color: var(--text-primary); border-radius: 0; }
.n4dx1l .j5fk summary::after { content: "›"; font-size: 1.1em; }
.n4dx1l .j5fk[open] summary::after { content: "‹"; }
.xh6235m .j5fk { overflow: hidden; }
.xh6235m .j5fk summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.xh6235m .j5fk summary::after { color: rgba(255,255,255,.75); }
.xh6235m .j5fk[open] summary { border-radius: 0; }
.w9n0pe01 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.aqmc74v {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ll7ub4k {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.t2qmyfyy { color: var(--text-muted); font-size: 1.05rem; }
.sl0tajqv {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.qd4qnu {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.daj2 { margin-bottom: 20px; }
.rn8d {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.alwfm7 {
  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;
}
.alwfm7:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.qi0n04zh { resize: vertical; min-height: 130px; }
.h2906if { width: 100%; margin-top: 8px; }
.phny {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.jg0u {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.k76nfs { color: var(--text-muted); line-height: 1.75; }
.svi9nxuv { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.svi9nxuv li { margin-bottom: 6px; }
.tnwhl9ao { max-width: 760px; margin: 0 auto; }
.hgjigw { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.t07j3n { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.t07j3n:last-child { border-bottom: none; }
.t07j3n h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.t07j3n p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.aefpecna { max-width: 760px; margin: 0 auto; }
.kk0p ul.svi9nxuv { margin: 0; }
@media (max-width: 640px) { .brlbjlw { grid-template-columns: 1fr; gap: 10px; } }
.p0bexww5 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.mi832x { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.xtxwad { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.mi832x p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.mi832x .svi9nxuv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .p0bexww5 { grid-template-columns: 1fr; } }
.qh4ji190 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.qh4ji190:hover .g6cvq { color: var(--accent-light); text-decoration: underline; }
.xmkuy { color: inherit; text-decoration: none; }
.xmkuy:hover { color: var(--accent-light); text-decoration: underline; }
.azrpnfq { display: inline-block; line-height: 0; }
.wsqb4n9 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.hz2uh8c { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.hz2uh8c:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.eqbr4x { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.hz2uh8c p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.hz2uh8c ul.svi9nxuv { margin: 0; }
.qhpk2w { color: var(--text-muted); line-height: 1.75; }
.u5vkoiab .svi9nxuv,
.eja0h7u .svi9nxuv,
.chrb .svi9nxuv,
.brfowp .svi9nxuv {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.u5vkoiab .hz2uh8c,
.eja0h7u .hz2uh8c { text-align: left; }
.u5vkoiab .eqbr4x,
.eja0h7u .eqbr4x { text-align: center; }
.ki6q { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.q00bmr3i { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.w8xdmam { font-size: 1.1rem; }
.z36b6vvd { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.jkkufw { margin-top: 12px; }
.ee2ryi9u { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.ee2ryi9u:hover { border-bottom-color: var(--accent-light); }
.r0je { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.r0je img { width: 100%; height: 100%; object-fit: cover; display: block; }
.m8v63m4 { width: 260px; height: 260px; }
.zmrz { border-radius: 50%; }
.t62fx { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.eakf3sje { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .bfz9 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.e8rohx .z36b6vvd, .e8rohx .q00bmr3i { max-width: 640px; }
.gx0b5 { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.b16z { position: sticky; top: 96px; align-self: start; }
.b16z .ki6q { font-size: 1.6rem; margin-top: 18px; }
.fmsojs .z36b6vvd { margin-bottom: 28px; }
@media (max-width: 860px) { .gx0b5 { grid-template-columns: 1fr; } .b16z { position: static; text-align: center; } }
.bkfbj81 .r0je { margin: 0 auto 18px; }
.bkfbj81 .t62fx { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .xpk4yw7 { grid-template-columns: 1fr; } }
.jkeas .ki6q { font-size: 1.6rem; margin-bottom: 6px; }
.brfowp .svi9nxuv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .jkeas { flex-direction: column; text-align: center; } .e7bj9g { grid-template-columns: 1fr; } }
.fq3l84c .ki6q { font-size: 1.35rem; margin: 0 0 4px; }
.fq3l84c .t62fx { margin: 0; }
.aqn1h7b {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.aqn1h7b .ll7ub4k { color: var(--accent-light); }
.u26rwf .ll7ub4k { font-size: 2rem; }
.u26rwf .t2qmyfyy { max-width: 680px; }
.oytlbhw .ll7ub4k { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.oytlbhw .t2qmyfyy  { margin: 0; }
@media (max-width: 640px) { .oytlbhw { flex-direction: column; } }
.fxq6dbl3 .ll7ub4k { color: var(--accent-light); }
.ev6zx .ll7ub4k { color: #fff; }
.ev6zx .t2qmyfyy  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .h38e0e5 { grid-template-columns: 1fr; } }
.x8vkzl .alwfm7 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.x8vkzl .alwfm7:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.xht2ga .alwfm7 { background: var(--bg-raised); border-color: transparent; }
.xht2ga .alwfm7:focus { background: var(--bg-card); border-color: var(--accent-light); }
.karh .alwfm7 { border-radius: 100px; padding: 11px 20px; }
.karh .qi0n04zh { border-radius: 14px; }
@media (max-width: 640px) { .ggii { grid-template-columns: 1fr; } }
.sgsv8 { counter-reset: priv-count; }
.hv958lsk {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.hv958lsk:last-child { border-bottom: none; }
.lsuy0h5g {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.hv958lsk h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.hv958lsk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.gkf1l { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.gkf1l li { margin-bottom: 6px; }
.qbs57{display:none}
.qbs57:empty,.qfb59:empty{display:none}
.k4s1xh{position:relative;overflow:visible}
.jba8 .yevg1p,.wlq1lh .yevg1p,
.eejic .yevg1p,.c1j4 .yevg1p,
.ve1t4t .yevg1p,.x20uvg .yevg1p{display:block}
.rd1i .i5nzaau7{display:block}
.jba8 .yevg1p,.wlq1lh .yevg1p,
.eejic .yevg1p,.c1j4 .yevg1p,
.ve1t4t .yevg1p{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.jba8 .yevg1p .qfb59,.wlq1lh .yevg1p .qfb59,
.eejic .yevg1p .qfb59,.c1j4 .yevg1p .qfb59,
.ve1t4t .yevg1p .qfb59{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.jba8 .yevg1p,.wlq1lh .yevg1p{top:12px}
.jba8 .yevg1p .qfb59{margin-right:auto}
.wlq1lh .yevg1p .qfb59{margin-left:auto}
.wlq1lh .yevg1p{text-align:right}
.eejic .yevg1p,.c1j4 .yevg1p{bottom:12px}
.eejic .yevg1p .qfb59{margin-right:auto}
.c1j4 .yevg1p .qfb59{margin-left:auto}
.c1j4 .yevg1p{text-align:right}
.ve1t4t .yevg1p{position:relative;margin-top:16px}
.ve1t4t .yevg1p .qfb59{margin:0 auto}
.x20uvg .yevg1p{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.x20uvg .yevg1p .qfb59{margin:0}
.x20uvg .ytvjs~.yevg1p,
.x20uvg .r1gaa7~.yevg1p{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.x20uvg .ytvjs~.yevg1p .qfb59,
.x20uvg .r1gaa7~.yevg1p .qfb59{justify-content:flex-start}
.ytvjs~.yevg1p,.r1gaa7~.yevg1p{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.ytvjs~.yevg1p .qfb59{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.r1gaa7~.yevg1p .qfb59{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.i5nzaau7 .qfb59{margin:0 0 12px}
.qfb59{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.g54g7{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.g6cvq{font-weight:600;color:var(--text-heading);opacity:1}
.oza74z .g54g7{display:none}
.epkoelhj .c8cga7ef{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.epkoelhj .turfp::before{content:""}
.hzo4 .qfb59{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.i8hgx .qfb59{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.vo3u{--date-bg:var(--accent-bg)}
.k5xa .turfp::before{content:""}
.nad4vo{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.jv0ue48k{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.n6g8{display:flex;flex-direction:column;gap:3px}
.m5owi6fc{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.u7144{font-weight:700;font-size:1rem;color:var(--text-heading)}
.p10aj{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.pgviqh .nad4vo{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.aheo454 .nad4vo{border-top:3px solid var(--accent);padding-top:18px}
.hn037gz3 .nad4vo{border-left:3px solid var(--accent);border-radius:0}
.c805nb .nad4vo{padding:20px 0}
@media(max-width:640px){
  .nad4vo{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .p10aj{max-width:100%}
}
.omw9fn .tgyg{margin:0}
@media (max-width:560px){
  .jsqwy{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) {
  .mryow { padding: 28px 18px 20px; }
  .iz6e { font-size: 1.2rem; }
  .sqbp2 { max-width: 220px; max-height: 80px; }
}
.yg9hh .mymd2 { border-radius: 22px; }
.ncg33xni .qjq25v {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .mymd2 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.d0cb {
  margin: 28px 0 24px;
}
.d0cb .l29sz {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.d0cb .y8df {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.d0cb .qjq25v {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .je0cb { flex-direction: row-reverse; }
[dir="rtl"] .pvk4ba4j { flex-direction: row-reverse; }
[dir="rtl"] .excpy9 .v7af2xtr { right: auto; left: 32px; }
[dir="rtl"] .i29wns  .v7af2xtr { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .excpy9 .v7af2xtr { right: auto; left: 20px; }
  [dir="rtl"] .i29wns  .v7af2xtr { left: auto;  right: 20px; }
}
[dir="rtl"] .rzaq .xfa6q  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .cxrmnv5e .xfa6q { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .rw798by1, [dir="rtl"] .o9zw { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .g1azzt { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .byact { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .afy61l { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .qjq25v { direction: rtl; }
[dir="rtl"] .g3p20l1 { direction: rtl; }
[dir="rtl"] .kyfe { direction: rtl; }
[dir="rtl"] .m4jmk0 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .rjhum .o9zw,
[dir="rtl"] .z4rny .o9zw,
[dir="rtl"] .wpbs .o9zw,
[dir="rtl"] .cuew3 .o9zw {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .rjhum .o9zw li::before,
[dir="rtl"] .z4rny .o9zw li::before,
[dir="rtl"] .wpbs .o9zw li::before,
[dir="rtl"] .cuew3 .o9zw li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .meq9o6.j5ht .v7obl0m,
[dir="rtl"] .ayb3d9.j5ht .v7obl0m,
[dir="rtl"] .j6u8.j5ht .v7obl0m,
[dir="rtl"] .hfw7cfn.j5ht .v7obl0m,
[dir="rtl"] .wuepy.j5ht .v7obl0m { text-align: right; }
[dir="rtl"] .ytvjs.j5ht .ev6p7yg { align-items: flex-end; text-align: right; }
[dir="rtl"] .y8df,
[dir="rtl"] .k6izh626,
[dir="rtl"] .l7agehu8,
[dir="rtl"] .v8a0,
[dir="rtl"] .v7obl0m { text-align: right; }
[dir="rtl"] .qd4qnu,
[dir="rtl"] .rn8d,
[dir="rtl"] .z36b6vvd,
[dir="rtl"] .alwfm7,
[dir="rtl"] .qi0n04zh { text-align: right; direction: rtl; }
[dir="rtl"] .karh .alwfm7,
[dir="rtl"] .x8vkzl .alwfm7 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #5bd4b3;
  --brand:           #5bd4b3;
  --brand-light:     #34977c;
  --brand-pale:      #60b8a0;
  --grad-start:      #a3e7d4;
  --grad-end:        #d6f1e9;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #5bd4b3;
  --cta-light:       #34d1a6;
  --cta-hover:       #32bf99;
  --bg-page:         #f6f8f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f5;
  --bg-raised:       #eef1f0;
  --bg-hover:        #f3f5f5;
  --border:          #e2e8e6;
  --border-alt:      #d0dbd8;
  --border-section:  #e2e8e6;
  --text-primary:    #171b1a;
  --text-muted:      #525f5c;
  --text-body:       #2f3634;
  --text-sub:        #47514e;
  --text-faint:      #768883;
  --text-dim:        #91a09c;
  --text-label:      #5e6d69;
  --text-value:      #3b4441;
  --accent-bg:       #e4f0ed;
  --accent-bg-light: #cde9e1;
  --bg-tip:          #f9f0f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f5f9;
  --bg-pros:         #f9f0f2;
  --bg-cons:         #faf6f3;
  --c-pros:          #8b1737;
  --c-cons:          #9f5521;
  --c-pros-label:    #a51c41;
  --c-tip-border:    #b71f48;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #8b1737;
}
:root { --logo-bg-opacity: 32%; }
body, button, input { font-family: "Quicksand", sans-serif; }
.bmk7 .bzhyd1 li::before, .bmk7 .q24cgcd 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; }.bmk7 .bzhyd1 li::before { content: ""; }.bmk7 .q24cgcd li::before { content: ""; }.bmk7 .dc0k::before, .bmk7 .n8yvxlb::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.bmk7 .dc0k::before { content: ""; }.bmk7 .n8yvxlb::before { content: ""; }
.tlnta4xn .n5a6, .tlnta4xn .ytvjs { min-height: 520px; }
.r7eylnq .ywbzg6::after, .r7eylnq .fvc3::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.c7v2bm8m .xtuw39o::after,.c7v2bm8m .v7af2xtr::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; }
.grh6mbpz::before { content: '/'; }