:root {
  --color-accent: #1f8894;
  --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;
}
.msrb02 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.om8xr9q {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.j52bo {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.lml0k { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.wtmd852m { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.wtmd852m a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.wtmd852m a:hover { color: var(--accent-light); }
.jlb6g   .z4oa { border-radius: 0; }
.ku0y8 .z4oa li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .z4oa {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .c8zk5n:hover .z4oa,
  .c8zk5n:focus-within .z4oa { display: block; }
  .z4oa li a { padding: 8px 16px; font-size: 0.88rem; }
}
.cgveht {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.qdys { display: none; }
@media (max-width: 640px) {
  .qdys {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .qdys.i7n2lp { display: block; }
}
@media (max-width: 640px) {
  .cgveht { display: block; }
  .wtmd852m > li + li::before { display: none !important; }
  .wtmd852m {
    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;
  }
  .wtmd852m.i7n2lp { display: flex; }
  .wtmd852m li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .wtmd852m li:last-child a { border-bottom: none; }
}
.pe37jcn { min-height: 480px; }
.etv32l {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.gqwrox22 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.tvjk .gqwrox22 { margin-left: 0; margin-right: 0; }
.glbyty {
  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;
}
.n4ol4 .glbyty { margin-top: 24px; }
.glbyty:hover { opacity: 0.88; }
.m8kh5 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.pdisis7f {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.m8kh5 .fk7x {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.m8kh5 .etv32l { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.m8kh5 .gqwrox22 { color: #e2e8f0; }
.m8kh5.tsiudpl .fk7x { text-align: center; }
.m8kh5.tvjk   .fk7x { text-align: left; }
.w63wg .fk7x {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.w63wg .etv32l { color: var(--text-primary); text-shadow: none; }
.w63wg .gqwrox22 { color: var(--text-muted); }
.w63wg .glbyty { margin-top: 16px; }
.w63wg, .w63wg.pe37jcn { min-height: auto !important; }
.w63wg.tsiudpl .fk7x { text-align: center; }
.w63wg.tvjk   .fk7x { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.gv8txpks .m8kh5 .pdisis7f {
  overflow: hidden;
}
.gv8txpks .m8kh5 .pdisis7f::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.nw5c .m8kh5 .pdisis7f {
  overflow: hidden;
}
.nw5c .m8kh5 .pdisis7f::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.wyng2 .m8kh5 .pdisis7f {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.zjtmov82 .m8kh5 .pdisis7f {
  overflow: hidden;
}
.zjtmov82 .m8kh5 .pdisis7f::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;
}
.cb8hp07 .m8kh5 .pdisis7f {
  animation: hg-breathe 10s ease-in-out infinite;
}
.cyhg18c .pdisis7f {
  background: none;
}
.cyhg18c .etv32l { color: #fff; }
.cyhg18c .gqwrox22 { color: rgba(255,255,255,0.85); }
.cyhg18c .glbyty { background: #fff; color: var(--cta); }
.cyhg18c .glbyty:hover { opacity: 0.92; }
.er7f06i6 .etv32l { text-shadow: none; color: var(--text-primary); }
.er7f06i6 .gqwrox22 { color: var(--text-muted); }
body.gb40dell .etv32l {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.np1qx5x .etv32l {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.pe37jcn.cyhg18c .etv32l,
section.cyhg18c .etv32l {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.er7f06i6.tvjk   .erw3 { align-items: flex-start; text-align: left; }
.pe37jcn .t1hpyc {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.t1hpyc .h3v4.hpevxkc {
  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;
}
.t1hpyc .h3v4.hpevxkc:hover { opacity: 0.85; }
.w59nm53 .fk7x { padding-bottom: 24px; }
.n4ol4 .fk7x { max-width: 1100px; }
@media (max-width: 700px) {
  .er7f06i6 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .er7f06i6:not(.t23d) .zaoa { display: none !important; }
  .t23d .zaoa { padding: 16px; }
  .erw3  { padding: 36px 24px; }
  .er7f06i6~.r5qnvun,.ec9pj~.r5qnvun{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .pe37jcn, .er7f06i6 { min-height: 320px !important; }
  .etv32l { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .thabuh,
  .ohw6siyj,
  .y4l7cj { grid-template-columns: 1fr !important; }

  

  
  .w59nm53 { display: flex !important; flex-direction: column !important; }
  .w59nm53 .fk7x { display: contents; }
  .w59nm53 .pdisis7f { order: 0; }
  .w59nm53 .etv32l { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .w59nm53 .thabuh { order: 2; padding: 0 16px 12px !important; }
  .w59nm53 .gqwrox22 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .n4ol4 .fk7x { display: flex; flex-direction: column; }
  .n4ol4 .fk7x .etv32l { order: 1; }
  .n4ol4 .fk7x .y4l7cj { order: 2; margin: 8px 0 24px !important; }
  .n4ol4 .fk7x .gqwrox22 { order: 3; }
  .n4ol4 .fk7x .glbyty { order: 4; align-self: center; margin-top: 0; }

  
  .er7f06i6.t23d {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .er7f06i6.t23d .erw3 { display: contents; padding: 0; }
  .er7f06i6.t23d .erw3 .etv32l { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .er7f06i6.t23d .zaoa { order: 2; padding: 12px 16px; }
  .er7f06i6.t23d .erw3 .gqwrox22 { order: 3; padding: 0 24px; margin: 0 auto; }
  .er7f06i6.t23d .erw3 .glbyty { order: 4; align-self: center; margin: 8px 0 32px; }
}
.dtlk { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.pw68ork { width: 100%; height: auto; display: block; border-radius: 10px; }
.k4ea194 .dtlk        { border-radius: 16px; }
.k4ea194 .pw68ork  { border-radius: 16px; }
.u65f6f .dtlk         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.u65f6f .pw68ork   { border-radius: 8px; }
.l3ys { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.azvmz14 { width: 100%; padding: 32px 0; position: relative; }
.lmtn { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.j7o9d .azvmz14:nth-child(even) { background: var(--bg-surface); }
.j7o9d .azvmz14:nth-child(odd)  { background: var(--bg-page); }
.h37b7 .azvmz14:nth-child(even) { background: var(--bg-card); }
.h37b7 .azvmz14:nth-child(odd)  { background: var(--bg-page); }
.j7o9d .azvmz14:nth-child(odd)  .lmtn { background: var(--bg-card); border-radius: 6px; }
.j7o9d .azvmz14:nth-child(even) .lmtn { background: var(--bg-raised); border-radius: 6px; }
.h37b7 .azvmz14:nth-child(odd)  .lmtn { background: var(--bg-card); border-radius: 6px; }
.h37b7 .azvmz14:nth-child(even) .lmtn { background: var(--bg-raised); border-radius: 6px; }
.j7o9d .azvmz14:nth-child(even) .tupa .axtn,
.h37b7 .azvmz14:nth-child(even) .tupa .axtn { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.j7o9d .azvmz14:nth-child(odd) .tupa .axtn,
.h37b7 .azvmz14:nth-child(odd) .tupa .axtn { background: var(--bg-card-inner); }
.j7o9d .azvmz14:nth-child(even) .ahmw0cg4 .axtn:nth-child(odd),
.h37b7 .azvmz14:nth-child(even) .ahmw0cg4 .axtn:nth-child(odd)  { background: var(--bg-card); }
.j7o9d .azvmz14:nth-child(even) .ahmw0cg4 .axtn:nth-child(even),
.h37b7 .azvmz14:nth-child(even) .ahmw0cg4 .axtn:nth-child(even) { background: var(--bg-card-inner); }
h1.h7rb { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.h7rb {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.kbml { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.hmhoj0 h2.h7rb {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.wf2ro2y h2.h7rb {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.pzb0y h2.h7rb {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.kg736 h2.h7rb::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.zv8tkzp h2.h7rb {
  color: var(--text-primary); font-size: 1.7rem;
}
.wh4jhd h2.h7rb::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ewxwz h2.h7rb {
  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;
}
.z4g0 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .z4g0 { display: none; } }
.d9dvmc { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.vse0d14v { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.zh7e9x {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.zfof7qy { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.eccf0k91 { padding-left: 20px; }
.eccf0k91 li { margin-bottom: 6px; }
.eccf0k91 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.eccf0k91 a:hover { color: var(--accent-light); }
.oes2a .zfof7qy { display: none; }
.c7yvpa5x .zfof7qy { display: none; }
.c7yvpa5x .eccf0k91 { padding-left: 0; list-style: none; }
.c7yvpa5x .eccf0k91 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.c7yvpa5x .eccf0k91 a { font-size: 0.92rem; }
.jmkjm4dn .zh7e9x { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jmkjm4dn .zfof7qy { display: none; }
.jmkjm4dn .eccf0k91 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jmkjm4dn .eccf0k91 li { margin-bottom: 0; }
.jmkjm4dn .eccf0k91 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;
}
.jmkjm4dn .eccf0k91 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.kv1n .zh7e9x { padding: 20px 20px 16px; }
.kv1n .eccf0k91 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.kv1n .eccf0k91 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.kv1n .eccf0k91 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;
}
.kv1n .eccf0k91 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;
}
.kv1n .eccf0k91 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.kv1n .eccf0k91 a:focus,
.kv1n .eccf0k91 a:focus-visible,
.kv1n .eccf0k91 a:target { outline: none; }
.kv1n .eccf0k91 li:target a { border-color: var(--border); color: var(--text-muted); }
.uj50 .zh7e9x { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.uj50 .zfof7qy { display: none; }
.uj50 .eccf0k91 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.uj50 .eccf0k91 li { margin-bottom: 0; }
.uj50 .eccf0k91 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.uj50 .eccf0k91 li:last-child::after { content: ""; margin-right: 0; }
.uj50 .eccf0k91 a { font-size: 0.9rem; }
.axtn { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.tupa .axtn { background: var(--bg-card); }
.ahmw0cg4 .axtn:nth-child(odd)  { background: var(--bg-card); }
.ahmw0cg4 .axtn:nth-child(even) { background: var(--bg-raised); }
.xkbn1h .axtn {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.xkbn1h .axtn:last-child { border-bottom: none; }
.xkbn1h h3.kbml { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.uyel33 .axtn {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.uyel33 .axtn + .axtn { margin-top: 4px; }
.b9a1 .axtn { background: none; border-radius: 0; padding: 12px 0; }
.b9a1 .axtn + .axtn { border-top: 1px solid var(--border-section); }
.foq9t3i { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.sn2d7rn { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.r2mb { color: var(--text-body); margin-bottom: 10px; }
.fufk, .yof7sqe { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.fufk li, .yof7sqe li { margin-bottom: 6px; }
.yof7sqe li { list-style: decimal; }
.utqwsg5s     .fufk { list-style-type: "● "; }
.hkz398b  .fufk { list-style-type: "■ "; }
.wucap6 .fufk { list-style-type: "◆ "; }
.k5195t    .fufk { list-style-type: "★ "; }
.utqwsg5s     .za14oa { list-style-type: "● "; }
.hkz398b  .za14oa { list-style-type: "■ "; }
.wucap6 .za14oa { list-style-type: "◆ "; }
.k5195t    .za14oa { list-style-type: "★ "; }
.utqwsg5s    .fufk li::marker, .utqwsg5s    .za14oa li::marker,
.hkz398b .fufk li::marker, .hkz398b .za14oa li::marker,
.wucap6 .fufk li::marker, .wucap6 .za14oa li::marker,
.k5195t   .fufk li::marker, .k5195t   .za14oa li::marker {
  color: var(--cta); font-size: 1em;
}
.utqwsg5s .yof7sqe,
.hkz398b .yof7sqe,
.wucap6 .yof7sqe,
.k5195t .yof7sqe {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.utqwsg5s .yof7sqe li,
.hkz398b .yof7sqe li,
.wucap6 .yof7sqe li,
.k5195t .yof7sqe li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.utqwsg5s .yof7sqe li::before,
.hkz398b .yof7sqe li::before,
.wucap6 .yof7sqe li::before,
.k5195t .yof7sqe 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;
}
.utqwsg5s     .yof7sqe li::before { border-radius: 50%; }
.hkz398b  .yof7sqe li::before { border-radius: 3px; }
.wucap6 .yof7sqe li::before { border-radius: 3px; }
.k5195t    .yof7sqe li::before { border-radius: 50%; }
.jbvy { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.ytim008l .jbvy,
.osrm60f .jbvy { background: transparent; border: none; border-radius: 0; }
.ses7pceu { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ses7pceu th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ses7pceu td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ses7pceu tr:hover td { background: var(--bg-hover); }
.wdqeb16a .ses7pceu tbody tr:nth-child(even) td { background: var(--bg-surface); }
.a885a9w .ses7pceu { border: 1px solid var(--border-alt); }
.a885a9w .ses7pceu th,
.a885a9w .ses7pceu td { border: 1px solid var(--border-alt); }
.bg86d7 .ses7pceu th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.bg86d7 .ses7pceu td { border-bottom: none; }
.bg86d7 .ses7pceu tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.tlgahqfr .ses7pceu th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.xw2vid .jbvy {
  overflow: hidden;
}
.xw2vid .ses7pceu th { border-bottom: 1px solid var(--border-alt); }
.xw2vid .ses7pceu tr:last-child td { border-bottom: none; }
.vd488sj { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.o26z7p1o { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.h0gremt { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.i14b { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.mmzooykf { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.za14oa { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.za14oa 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%}
.ccbj .i14b { background: transparent; text-align: center; }
.wlm8qkd1 .h0gremt {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.dcdsrof .h0gremt {
  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);
}
.ppzf6gnq .o26z7p1o { display: grid; grid-template-columns: auto 1fr; }
.ppzf6gnq .h0gremt {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ppzf6gnq .i14b { grid-column: 2; }
.ppzf6gnq .mmzooykf,
.ppzf6gnq .za14oa { grid-column: 1 / -1; }
.rme8l .o26z7p1o { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.rme8l .h0gremt {
  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);
}
.rme8l .i14b { grid-column: 2; }
.rme8l .mmzooykf,
.rme8l .za14oa { grid-column: 1 / -1; }
.vcauk .o26z7p1o { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.vcauk .i14b { background: none; color: var(--accent-light); font-weight: 700; }
.sy37m .o26z7p1o { 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); }
.sy37m .i14b { background: none; color: var(--accent-light); font-weight: 700; }
.cyyxj7wc .o26z7p1o { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.cyyxj7wc .o26z7p1o:last-child { border-bottom: none; }
.cyyxj7wc .i14b { background: none; color: var(--accent-light); font-weight: 700; }
.u2t4rp .o26z7p1o { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.u2t4rp .i14b { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.qkkw76 .vd488sj { counter-reset: card-n; }
.qkkw76 .o26z7p1o  { counter-increment: card-n; }
.qkkw76 .i14b { display: flex; align-items: center; gap: 10px; }
.qkkw76 .i14b::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;
}
.p8xks7g6 .o26z7p1o { background: var(--bg-surface); border: 1px solid var(--border); }
.p8xks7g6 .i14b { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.qmw8hcyi { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.kwo1  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.dheu5n { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.fx3nto { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.imwg1zd { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.qmw8hcyi strong { color: var(--text-primary); font-size: 0.95rem; }
.qmw8hcyi p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.na0s { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.bn16uki, .mhtvy { border-radius: 8px; padding: 14px; }
.bn16uki { background: var(--bg-pros); }
.mhtvy { background: var(--bg-cons); }
.uhegwy { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.bn16uki .uhegwy { color: var(--c-pros-label); }
.mhtvy .uhegwy { color: #f87171; }
.bn16uki ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.mhtvy ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pw68ork { width: 100%; height: auto; border-radius: 10px; display: block; }
.hpevxkc {
  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;
}
.hpevxkc:hover { opacity: 0.85; }
.cvhbe .hpevxkc  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.cvhbe .hpevxkc:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pvrw .hpevxkc  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.pvrw .hpevxkc:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xqxu .glbyty { border-radius: 50px; }
.xqxu .hpevxkc  { border-radius: 50px; }
.aitr .glbyty { padding-left: 22px; padding-right: 22px; }
.aitr .hpevxkc  { padding-left: 12px; padding-right: 12px; }
.nsycy8eu .glbyty { padding-left: 44px; padding-right: 44px; }
.nsycy8eu .hpevxkc  { padding-left: 24px; padding-right: 24px; }
.c7gk5g .glbyty { padding-left: 56px; padding-right: 56px; }
.c7gk5g .hpevxkc  { padding-left: 32px; padding-right: 32px; }
.dcf3gs77   .glbyty::after, .dcf3gs77   .hpevxkc::after,
.ao8om .glbyty::after, .ao8om .hpevxkc::after,
.xci9tcz    .glbyty::after, .xci9tcz    .hpevxkc::after,
.qnz9gkll    .glbyty::after, .qnz9gkll    .hpevxkc::after,
.m7v30amz    .glbyty::after, .m7v30amz    .hpevxkc::after,
.viynlwy     .glbyty::after, .viynlwy     .hpevxkc::after,
.pjtc6a    .glbyty::after, .pjtc6a    .hpevxkc::after,
.kc4z5g6p   .glbyty::after, .kc4z5g6p   .hpevxkc::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;
}
.dcf3gs77 .glbyty::after, .dcf3gs77 .hpevxkc::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");
}
.ao8om .glbyty::after, .ao8om .hpevxkc::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");
}
.xci9tcz .glbyty::after, .xci9tcz .hpevxkc::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");
}
.qnz9gkll .glbyty::after, .qnz9gkll .hpevxkc::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");
}
.m7v30amz .glbyty::after, .m7v30amz .hpevxkc::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");
}
.viynlwy .glbyty::after, .viynlwy .hpevxkc::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");
}
.pjtc6a .glbyty::after, .pjtc6a .hpevxkc::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");
}
.kc4z5g6p .glbyty::after, .kc4z5g6p .hpevxkc::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");
}
.s5ids9j9   .s0gj5u::after, .s5ids9j9   .rgu5::after,
.uabmq .s0gj5u::after, .uabmq .rgu5::after,
.bi1snpl    .s0gj5u::after, .bi1snpl    .rgu5::after,
.wqfe38u    .s0gj5u::after, .wqfe38u    .rgu5::after,
.g9v8p    .s0gj5u::after, .g9v8p    .rgu5::after,
.wu3b     .s0gj5u::after, .wu3b     .rgu5::after,
.os7f    .s0gj5u::after, .os7f    .rgu5::after,
.pgevj   .s0gj5u::after, .pgevj   .rgu5::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;
}
.s5ids9j9 .s0gj5u::after, .s5ids9j9 .rgu5::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");
}
.uabmq .s0gj5u::after, .uabmq .rgu5::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");
}
.bi1snpl .s0gj5u::after, .bi1snpl .rgu5::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");
}
.wqfe38u .s0gj5u::after, .wqfe38u .rgu5::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");
}
.g9v8p .s0gj5u::after, .g9v8p .rgu5::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");
}
.wu3b .s0gj5u::after, .wu3b .rgu5::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");
}
.os7f .s0gj5u::after, .os7f .rgu5::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");
}
.pgevj .s0gj5u::after, .pgevj .rgu5::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");
}
.pxh2f8qa .ex3ib { background: var(--bg-raised); }
.h3v4.hpevxkc {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .y51r1 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .y51r1::before    { grid-area: rank;   }
  .qgv2wr           { grid-area: ident;  }
  .wcea7x     { grid-area: rating; min-width: 0; width: auto; }
  .x4bnnvl           { grid-area: pills;  }
  .h3v4             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .y51r1 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .y51r1::before    { justify-self: center; }
  .qgv2wr           { width: 100%; }
  .wcea7x     { justify-self: center; }
  .x4bnnvl           { grid-template-columns: 1fr; }
}
.a8n3rk    .ns6aq9j8 li::before { content: "◆"; }
.a8n3rk    .tcdt0b li::before { content: "▲"; }
.tpui2 .nuuluo5 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .kto4i .ae8r {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .kto4i .hpzrz813 { margin: 0; }
}
.bbwsbtwc .hpzrz813 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.bbwsbtwc .v3xp9h7v { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.bbwsbtwc .ytim008l { padding: 14px 16px; }
.bbwsbtwc .qprz { border-radius: 4px; }
.bbwsbtwc .nuuluo5 { border-radius: 0; }
.osrm60f .na0s { gap: 10px; }
.osrm60f .bn16uki, .osrm60f .mhtvy { padding: 12px; }
.osrm60f .bn16uki ul, .osrm60f .mhtvy ul { margin: 4px 0 0; padding-left: 18px; }
.osrm60f .bn16uki li, .osrm60f .mhtvy li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .arjsy { grid-template-columns: 1fr; }
  .ak6ua3 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ak6ua3 .kx1o { width: 72px; height: 50px; }
  .ak6ua3 .r9k82 { max-width: 180px; }
  .ak6ua3 .bzrx { width: auto; }
}
@media (max-width: 720px) {
  .mzfn4ds { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .qy60 { padding: 16px; }
  .bhvpf23 .f8o22p { min-width: 50%; }
}
.sd0hizgu .na0s { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .fhxw { grid-template-columns: 1fr; }
  .lv3h7hj { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .xfc7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .m5fn { flex-wrap: wrap; padding: 16px; }
}
.n5ytzm .na0s { gap: 8px; }
.n5ytzm .bn16uki, .n5ytzm .mhtvy { padding: 8px; }
@media (max-width: 480px) {
  .vwol { flex-direction: column; align-items: stretch; }
}
.e19d .bzrx .hpevxkc { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ogxdq { flex-direction: column; align-items: stretch; gap: 10px; }
  .e19d .bzrx { text-align: center; }
}
@media (max-width: 720px) {
  .kr8q47v { grid-template-columns: 1fr; }
  .u2p1fl { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .allus072 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .yn95 { grid-template-columns: 1fr; }
  .e2fvcb { width: 100px; height: 100px; margin: 16px auto; }
  .hr6x { font-size: 1.4rem; }
  .of74jy { justify-content: center; }
  .sfgzfzep .f8o22p { min-width: 50%; }
}
.iudw .na0s { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ce28rffc { flex-wrap: wrap; padding: 14px 16px; }
  .buym { padding: 12px 16px; }
  .iudw .na0s { margin: 0 16px; }
  .iudw .dran8so { padding: 0 16px; }
  .u2cumg { padding: 12px 16px; }
}
.lj4j9t01 .y51r1 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.lj4j9t01 .y51r1:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.vre2z4rm { margin: 16px 0; }
.apdt { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.apdt summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.apdt summary::after { content: "+"; color: var(--accent-light); }
.apdt[open] summary::after { content: "−"; }
.apdt p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.azvmz14 { margin-bottom: 0; }
.wwh9lw3r h2.h7rb { color: var(--text-primary); border-color: var(--accent-light); }
.vaj8s2hi h2.h7rb { color: var(--text-primary); border-color: var(--accent-light); }
.qrdz .kwo1     { background: #052e16; border-color: #10b981; }
.qrdz .dheu5n { background: #2d0a1e; border-color: #f43f5e; }
.qrdz .fx3nto    { background: #1e1036; border-color: #a855f7; }
.qrdz .qmw8hcyi strong  { color: #f1f5f9; }
.qrdz .qmw8hcyi p       { color: #cbd5e1; }
.qrdz .iytu6    .kwo1     .imwg1zd::before,
.qrdz .ucrk2  .kwo1     .imwg1zd::before,
.qrdz .b36tvqdg  .kwo1     .imwg1zd::before,
.qrdz .b62o0 .kwo1     .imwg1zd::before { color: #10b981; }
.qrdz .iytu6    .dheu5n .imwg1zd::before,
.qrdz .ucrk2  .dheu5n .imwg1zd::before,
.qrdz .b36tvqdg  .dheu5n .imwg1zd::before,
.qrdz .b62o0 .dheu5n .imwg1zd::before { color: #f43f5e; }
.qrdz .iytu6    .fx3nto    .imwg1zd::before,
.qrdz .ucrk2  .fx3nto    .imwg1zd::before,
.qrdz .b36tvqdg  .fx3nto    .imwg1zd::before,
.qrdz .b62o0 .fx3nto    .imwg1zd::before { color: #a855f7; }
.tdtao3e .kwo1     { background: #2d2000; border-color: #eab308; }
.tdtao3e .dheu5n { background: #2d0b0b; border-color: #ef4444; }
.tdtao3e .fx3nto    { background: #2d1600; border-color: #f97316; }
.tdtao3e .qmw8hcyi strong  { color: #f1f5f9; }
.tdtao3e .qmw8hcyi p       { color: #cbd5e1; }
.tdtao3e .iytu6    .kwo1     .imwg1zd::before,
.tdtao3e .ucrk2  .kwo1     .imwg1zd::before,
.tdtao3e .b36tvqdg  .kwo1     .imwg1zd::before,
.tdtao3e .b62o0 .kwo1     .imwg1zd::before { color: #eab308; }
.tdtao3e .iytu6    .dheu5n .imwg1zd::before,
.tdtao3e .ucrk2  .dheu5n .imwg1zd::before,
.tdtao3e .b36tvqdg  .dheu5n .imwg1zd::before,
.tdtao3e .b62o0 .dheu5n .imwg1zd::before { color: #ef4444; }
.tdtao3e .iytu6    .fx3nto    .imwg1zd::before,
.tdtao3e .ucrk2  .fx3nto    .imwg1zd::before,
.tdtao3e .b36tvqdg  .fx3nto    .imwg1zd::before,
.tdtao3e .b62o0 .fx3nto    .imwg1zd::before { color: #f97316; }
.dho5bk4 .kwo1     { background: #0c1a2e; border-color: #38bdf8; }
.dho5bk4 .dheu5n { background: #12103a; border-color: #818cf8; }
.dho5bk4 .fx3nto    { background: #0a2020; border-color: #2dd4bf; }
.dho5bk4 .qmw8hcyi strong  { color: #f1f5f9; }
.dho5bk4 .qmw8hcyi p       { color: #cbd5e1; }
.dho5bk4 .iytu6    .kwo1     .imwg1zd::before,
.dho5bk4 .ucrk2  .kwo1     .imwg1zd::before,
.dho5bk4 .b36tvqdg  .kwo1     .imwg1zd::before,
.dho5bk4 .b62o0 .kwo1     .imwg1zd::before { color: #38bdf8; }
.dho5bk4 .iytu6    .dheu5n .imwg1zd::before,
.dho5bk4 .ucrk2  .dheu5n .imwg1zd::before,
.dho5bk4 .b36tvqdg  .dheu5n .imwg1zd::before,
.dho5bk4 .b62o0 .dheu5n .imwg1zd::before { color: #818cf8; }
.dho5bk4 .iytu6    .fx3nto    .imwg1zd::before,
.dho5bk4 .ucrk2  .fx3nto    .imwg1zd::before,
.dho5bk4 .b36tvqdg  .fx3nto    .imwg1zd::before,
.dho5bk4 .b62o0 .fx3nto    .imwg1zd::before { color: #2dd4bf; }
.artdrheh .kwo1     { background: var(--accent-bg); border-color: var(--accent-light); }
.artdrheh .dheu5n { background: var(--accent-bg-light); border-color: var(--accent-light); }
.artdrheh .fx3nto    { background: var(--accent-bg); border-color: var(--accent-pale); }
.artdrheh .iytu6    .imwg1zd::before,
.artdrheh .ucrk2  .imwg1zd::before,
.artdrheh .b36tvqdg  .imwg1zd::before,
.artdrheh .b62o0 .imwg1zd::before { color: var(--accent-light) !important; }
.scufk64::before,
.ahlrcrx4::before { margin-right: 5px; }
.k2f3uy .bn16uki ul li,
.k2f3uy .ns6aq9j8 li         { color: #4ade80; }
.k2f3uy .bn16uki .scufk64 { color: #22c55e; }
.k2f3uy .mhtvy ul li,
.k2f3uy .tcdt0b li         { color: #f87171; }
.k2f3uy .mhtvy .ahlrcrx4 { color: #ef4444; }
.be6j5 .bn16uki { background: var(--bg-pros); }
.be6j5 .mhtvy { background: var(--bg-cons); }
.be6j5 .bn16uki .scufk64 { color: var(--c-pros-label); }
.be6j5 .mhtvy .ahlrcrx4 { color: var(--c-cons); }
.be6j5 .bn16uki ul li,
.be6j5 .mhtvy ul li,
.kdo6dg4 .bn16uki { background: var(--bg-pros); }
.kdo6dg4 .mhtvy { background: var(--bg-cons); }
.kdo6dg4 .bn16uki .scufk64 { color: var(--c-pros-label); }
.kdo6dg4 .mhtvy .ahlrcrx4 { color: var(--c-cons); }
.kdo6dg4 .bn16uki ul li,
.kdo6dg4 .mhtvy ul li,
.ga6s4d6t .scufk64::before { content: "✓ "; }
.ga6s4d6t .ahlrcrx4::before { content: "✗ "; }
.tgacwm .scufk64::before { content: "→ "; }
.tgacwm .ahlrcrx4::before { content: "← "; }
.ptd6sk .scufk64::before { content: "★ "; }
.ptd6sk .ahlrcrx4::before { content: "✕ "; }
.a8n3rk .scufk64::before { content: "◆ "; }
.a8n3rk .ahlrcrx4::before { content: "▲ "; }
.tpui2 .qmw8hcyi { background: transparent; border-left: none; border: 1.5px solid; }
.tpui2 .kwo1     { border-color: var(--c-tip-border); }
.tpui2 .dheu5n { border-color: var(--c-warn-border); }
.tpui2 .fx3nto    { border-color: #60a5fa; }
.tpui2 .qmw8hcyi strong { color: var(--text-primary); }
.tpui2 .qmw8hcyi p      { color: var(--text-muted); }
.mhx8d9 .qmw8hcyi { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.mhx8d9 .kwo1     { border-top-color: var(--c-tip-border); }
.mhx8d9 .dheu5n { border-top-color: var(--c-warn-border); }
.mhx8d9 .fx3nto    { border-top-color: #60a5fa; }
.d04kt .qmw8hcyi { border-left: none; border-radius: 8px; }
.d04kt .kwo1     { background: #065f46; }
.d04kt .dheu5n { background: #92400e; }
.d04kt .fx3nto    { background: #1e3a8a; }
.d04kt .qmw8hcyi strong,
.d04kt .qmw8hcyi p { color: #fff; }
.d04kt .imwg1zd::before { color: rgba(255,255,255,0.85) !important; }
.qrdz.d04kt .kwo1,
.qrdz .d04kt .kwo1     { background: #052e16; }
.qrdz.d04kt .dheu5n,
.qrdz .d04kt .dheu5n { background: #2d0a1e; }
.qrdz.d04kt .fx3nto,
.qrdz .d04kt .fx3nto    { background: #1e1036; }
.tdtao3e.d04kt .kwo1,
.tdtao3e .d04kt .kwo1      { background: #2d2000; }
.tdtao3e.d04kt .dheu5n,
.tdtao3e .d04kt .dheu5n  { background: #2d0b0b; }
.tdtao3e.d04kt .fx3nto,
.tdtao3e .d04kt .fx3nto     { background: #2d1600; }
.dho5bk4.d04kt .kwo1,
.dho5bk4 .d04kt .kwo1      { background: #0c1a2e; }
.dho5bk4.d04kt .dheu5n,
.dho5bk4 .d04kt .dheu5n  { background: #12103a; }
.dho5bk4.d04kt .fx3nto,
.dho5bk4 .d04kt .fx3nto     { background: #0a2020; }
.llmi .qmw8hcyi { border-left: none; border-radius: 6px; padding: 10px 14px; }
.llmi .kwo1     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.llmi .dheu5n { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.llmi .fx3nto    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.llmi .qmw8hcyi strong { color: var(--text-primary); }
.llmi .qmw8hcyi p      { color: var(--text-muted); }
.hddkgp .qmw8hcyi { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.iytu6 .imwg1zd,
.ucrk2 .imwg1zd,
.b36tvqdg .imwg1zd,
.b62o0 .imwg1zd { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.iytu6 .imwg1zd::before,
.ucrk2 .imwg1zd::before,
.b36tvqdg .imwg1zd::before,
.b62o0 .imwg1zd::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.iytu6 .kwo1     .imwg1zd::before { content: "✦"; color: var(--c-tip-border); }
.iytu6 .dheu5n .imwg1zd::before { content: "▲"; color: var(--c-warn-border); }
.iytu6 .fx3nto    .imwg1zd::before { content: "◉"; color: #60a5fa; }
.ucrk2 .kwo1     .imwg1zd::before { content: "★"; color: var(--c-tip-border); }
.ucrk2 .dheu5n .imwg1zd::before { content: "◆"; color: var(--c-warn-border); }
.ucrk2 .fx3nto    .imwg1zd::before { content: "●"; color: #60a5fa; }
.b36tvqdg .kwo1     .imwg1zd::before { content: "▶"; color: var(--c-tip-border); }
.b36tvqdg .dheu5n .imwg1zd::before { content: "■"; color: var(--c-warn-border); }
.b36tvqdg .fx3nto    .imwg1zd::before { content: "▸"; color: #60a5fa; }
.b62o0 .kwo1     .imwg1zd::before { content: "→"; color: var(--c-tip-border); }
.b62o0 .dheu5n .imwg1zd::before { content: "⬥"; color: var(--c-warn-border); }
.b62o0 .fx3nto    .imwg1zd::before { content: "◈"; color: #60a5fa; }
.hg5a9s .tupa .axtn,
.hg5a9s .ahmw0cg4 .axtn  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.hg5a9s .o26z7p1o                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.hg5a9s .jbvy          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.hg5a9s .zh7e9x                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.v8agnig .tupa .axtn,
.v8agnig .ahmw0cg4 .axtn,
.v8agnig .o26z7p1o,
.v8agnig .y51r1,
.v8agnig .hpzrz813,
.v8agnig .jbvy,
.v8agnig .zh7e9x,
.v8agnig .hddkgp .qmw8hcyi { box-shadow: none; }
.hcd4so82   .r2mb, .hcd4so82 .foq9t3i, .hcd4so82 .sn2d7rn,
.hcd4so82   .d9dvmc, .hcd4so82 .vse0d14v { font-size: 0.9rem; }
.hcd4so82   .fufk, .hcd4so82 .yof7sqe { font-size: 0.9rem; }
.ull5sz3   .r2mb, .ull5sz3 .foq9t3i, .ull5sz3 .sn2d7rn,
.ull5sz3   .d9dvmc, .ull5sz3 .vse0d14v { font-size: 0.95rem; }
.ull5sz3   .fufk, .ull5sz3 .yof7sqe { font-size: 0.95rem; }
.dselsrm   .r2mb, .dselsrm .foq9t3i, .dselsrm .sn2d7rn,
.dselsrm   .d9dvmc, .dselsrm .vse0d14v { font-size: 1.08rem; }
.dselsrm   .fufk, .dselsrm .yof7sqe { font-size: 1.05rem; }
.dselsrm   .ses7pceu { font-size: 0.97rem; }
.hq17 .etv32l      { font-size: 3.2rem; }
.hq17 h2.h7rb { font-size: 1.9rem; }
.hq17 h3.kbml     { font-size: 1.4rem; }
.e6czeyw .etv32l      { font-size: 3.8rem; }
.e6czeyw h2.h7rb { font-size: 2.2rem; }
.e6czeyw h3.kbml     { font-size: 1.6rem; }
.azvmz14 + .azvmz14 { position: relative; }
.uygegp   .azvmz14 + .azvmz14::before,
.ittt  .azvmz14 + .azvmz14::before,
.wjscy39   .azvmz14 + .azvmz14::before,
.h0aqj5g   .azvmz14 + .azvmz14::before,
.l9nwp   .azvmz14 + .azvmz14::before,
.xhfb4 .azvmz14 + .azvmz14::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.uygegp .azvmz14 + .azvmz14::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ittt .azvmz14 + .azvmz14::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.wjscy39 .azvmz14 + .azvmz14::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;
}
.h0aqj5g .azvmz14 + .azvmz14::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ptnes9g .azvmz14 { margin-bottom: 16px; }
.ptnes9g .azvmz14 + .azvmz14 { margin-top: 0; }
.ptnes9g .lmtn { padding-top: 0; padding-bottom: 0; }
.l9nwp .azvmz14 + .azvmz14::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.xhfb4 .azvmz14 + .azvmz14::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.fhq7undc .azvmz14 + .azvmz14::before,
.nhpl .azvmz14 + .azvmz14::before,
.o7muj .azvmz14 + .azvmz14::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%;
}
.j7o9d .fhq7undc .azvmz14:nth-child(even)::before,
.j7o9d .nhpl .azvmz14:nth-child(even)::before,
.j7o9d .o7muj .azvmz14:nth-child(even)::before { background: var(--bg-surface); }
.h37b7 .fhq7undc .azvmz14:nth-child(even)::before,
.h37b7 .nhpl .azvmz14:nth-child(even)::before,
.h37b7 .o7muj .azvmz14:nth-child(even)::before { background: var(--bg-card); }
.fhq7undc .azvmz14 + .azvmz14::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");
}
.nhpl .azvmz14 + .azvmz14::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");
}
.o7muj .azvmz14 + .azvmz14::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");
}
.eaqtca .m8kh5,
.vd7q0t .m8kh5,
.pfhddk .m8kh5 { overflow: hidden; }
.eaqtca .fk7x,
.vd7q0t .fk7x { margin-bottom: 60px; }
.pfhddk .fk7x { margin-bottom: 70px; }
.eaqtca .m8kh5::before,
.vd7q0t .m8kh5::before,
.pfhddk .m8kh5::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.eaqtca .m8kh5::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");
}
.vd7q0t .m8kh5::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");
}
.pfhddk .m8kh5::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.yxthv9of .m8kh5:not(.cyhg18c) .pdisis7f { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tfqd .m8kh5:not(.cyhg18c) .pdisis7f { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.lk5vtg  .m8kh5:not(.cyhg18c) .pdisis7f { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.wmes8v  .m8kh5:not(.cyhg18c) .pdisis7f { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.lk5vtg .cyhg18c { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.lk5vtg .wnob0 { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.lk5vtg .er7f06i6 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.raejnd .cyhg18c .pdisis7f { background: none; }
.raejnd .m8kh5:not(.cyhg18c) .pdisis7f { background: rgba(0,0,0,0.6); }
.lon5 .dtlk { float: left; width: 38%; margin: 0 28px 16px 0; }
.lon5 .dtlk .pw68ork { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.lon5 .lmtn::after { content: ''; display: block; clear: both; }
.r22l3 .dtlk { float: right; width: 38%; margin: 0 0 16px 28px; }
.r22l3 .dtlk .pw68ork { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.r22l3 .lmtn::after { content: ''; display: block; clear: both; }
.tbksx .azvmz14:nth-child(odd)  .dtlk { float: left;  width: 38%; margin: 0 28px 16px 0; }
.tbksx .azvmz14:nth-child(even) .dtlk { float: right; width: 38%; margin: 0 0 16px 28px; }
.tbksx .dtlk .pw68ork { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.tbksx .lmtn::after { content: ''; display: block; clear: both; }
.lon5 .vd488sj,
.r22l3 .vd488sj,
.tbksx .vd488sj,
@media (max-width: 900px) {
  .lon5 .dtlk,
  .r22l3 .dtlk,
  .tbksx .azvmz14:nth-child(odd)  .dtlk,
  .tbksx .azvmz14:nth-child(even) .dtlk {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .lon5 .dtlk .pw68ork,
  .r22l3 .dtlk .pw68ork,
  .tbksx .dtlk .pw68ork {
    max-height: none !important;
  }
}
.lon5 .fufk,
.lon5 .yof7sqe,
.r22l3 .fufk,
.r22l3 .yof7sqe,
.tbksx .fufk,
.tbksx .yof7sqe { overflow: hidden; }
@media (max-width: 640px) {
  .lon5 .dtlk,
  .r22l3 .dtlk,
  .tbksx .dtlk { float: none; width: 100%; margin: 0 0 16px 0; }
}
.bdho .l3ys,
.bdho .lmtn,
.bdho .rj6i  { max-width: 1100px; }
.uda5jpr .l3ys,
.uda5jpr .lmtn,
.uda5jpr .rj6i  { max-width: 1200px; }
.cr6ien3s .l3ys,
.cr6ien3s .lmtn,
.cr6ien3s .rj6i  { max-width: 1320px; }
.cr6ien3s { --content-mw: 1320px; }
.pt9gm { font-size: 0.82rem; color: var(--text-muted); }
.tw9539x { display: flex; align-items: center; }
.cgm5os1 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.spo4 { display: flex; align-items: center; }
.scnz02ym { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.scnz02ym:hover { text-decoration: underline; }
.zdah8o { margin: 0 3px; opacity: 0.45; }
.zdah8o::before { content: '/'; }
.jpgsd { padding: 2px 5px; color: var(--text-main); }
.fayk6yu .pt9gm {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.fayk6yu .tw9539x { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.y95it .pt9gm {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.y95it .tw9539x { padding: 0 0 0 12px; }
.seshj .tw9539x { padding: 0 16px; }
.seshj .pt9gm {
  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);
}
.seshj .l3ys { padding-top: 28px; }
@media (max-width: 720px) {
  .ez4t { margin-top: 18px; padding: 0 16px; }
  .seshj .l3ys { padding-top: 16px; }
}
.bdho.fayk6yu .tw9539x { max-width: 1100px; }
.uda5jpr.fayk6yu .tw9539x { max-width: 1200px; }
.cr6ien3s.fayk6yu .tw9539x { max-width: 1320px; }
.cr6ien3s .ez4t { max-width: 1320px; }
.pg86kd1 .azvmz14 { padding-top: 16px; padding-bottom: 16px; }
.onlti1 .azvmz14 { padding-top: 24px; padding-bottom: 24px; }
.qyteus5 .azvmz14 { padding-top: 40px; padding-bottom: 40px; }
.snylb0dw .azvmz14 { padding-top: 52px; padding-bottom: 52px; }
.l28bwim8 .azvmz14:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.l28bwim8 .azvmz14:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.l28bwim8 .azvmz14:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.l28bwim8 .azvmz14:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.nins .lmtn { padding-top: 10px;  padding-bottom: 10px; }
.z86rd29 .lmtn { padding-top: 18px;  padding-bottom: 18px; }
.x060e .lmtn { padding-top: 36px;  padding-bottom: 36px; }
.zjq1 .lmtn { padding-top: 48px;  padding-bottom: 48px; }
.x67v6 h2.h7rb { font-weight: 600; }
.x67v6 h3.kbml     { font-weight: 600; }
.orgn9 h2.h7rb { font-weight: 800; }
.orgn9 h3.kbml     { font-weight: 700; }
.dczw h2.h7rb { font-weight: 900; }
.dczw h3.kbml     { font-weight: 800; }
.dczw .qmw8hcyi strong,
.dczw .qmw8hcyi strong { font-weight: 600; }
.s0gj5u {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.k1bzyfe .s0gj5u { display: none; }
@media (max-width: 640px) {
  .d6cskh { display: none; }
  .s0gj5u {
    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;
  }
}
.s0gj5u { background: var(--cta) !important; color: #fff !important; border: none !important; }
.s0gj5u:hover { opacity: 0.85; }
.n48m2n .s0gj5u { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.vqzse4x .s0gj5u,
.lti5bmx  .s0gj5u { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.vqzse4x .s0gj5u:hover,
.lti5bmx  .s0gj5u:hover { opacity: 0.88; }
.n48m2n.vqzse4x .s0gj5u,
.n48m2n.lti5bmx  .s0gj5u { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.rgu5 {
  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;
}
.rgu5:hover { transform: translateY(-2px); opacity: 0.92; }
.rgu5 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.kppp .rgu5 { display: none; }
.vqyrje .rgu5 { right: 32px; }
.dp5bzq  .rgu5 { left: 32px; }
@media (max-width: 480px) {
  .vqyrje .rgu5 { right: 20px; bottom: 20px; }
  .dp5bzq  .rgu5 { left: 20px; bottom: 20px; }
}
.cdxc { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.rj6i { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.mzvz { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.iv6rvzo8 { color: var(--text-dim); font-size: 0.8rem; }
.ewn1ku0 a, .z0wid a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ewn1ku0 a:hover, .z0wid a:hover { color: var(--accent-light); }
.z0wid { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.r20b9ze6 .rj6i { text-align: center; }
.r20b9ze6 .z0wid { justify-content: center; margin-bottom: 16px; }
.r20b9ze6 .mzvz { margin-top: 0; }
.ku1kj1t { margin-top: 10px; }
.ku1kj1t a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .rj6i { padding-left: 16px; padding-right: 16px; }
  .fz3dyji .rj6i { padding: 20px 16px; }
  .z0wid { gap: 4px 12px; }
  .mzvz { font-size: 0.78rem; }
}
.u6va4180 .mzvz { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.u6va4180 .iv6rvzo8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .u6va4180 .pkr2b { grid-template-columns: 1fr 1fr; } .u6va4180 .dxha6ar { grid-column: 1 / -1; } }
@media (max-width: 480px) { .u6va4180 .pkr2b { grid-template-columns: 1fr; } }
.p63v .mzvz { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .p63v .fry6xob3 { gap: 12px; } .p63v .orgcuo { margin-right: 0; width: 100%; } }
.kzwwtlys .mzvz { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.kzwwtlys .iv6rvzo8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .kzwwtlys .sn8810e { grid-template-columns: 1fr 1fr; } .kzwwtlys .xzo8rqp { grid-column: 1 / -1; } }
@media (max-width: 480px) { .kzwwtlys .sn8810e { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .tjbf2y1 .ixkvg { grid-template-columns: 1fr 1fr; } .tjbf2y1 .yc2j:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tjbf2y1 .ixkvg { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .dlggril .ixkvg { grid-template-columns: 1fr; } }
.n46q7t .rj6i { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.n46q7t .z0wid { justify-content: center; }
.lvmgv .msrb02      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.lvmgv .cdxc { background: var(--bg-page); border-top-color: var(--border-alt); }
.jf3i .msrb02      { background: #0d1117; border-bottom-color: #21262d; }
.jf3i .j52bo { color: var(--accent-light); }
.jf3i .wtmd852m { --msep-color: #8b949e; }
.jf3i .wtmd852m a { color: #8b949e; }
.jf3i .wtmd852m a:hover { color: var(--accent-light); }
.jf3i .cgveht { color: #8b949e; }
.jf3i .cdxc { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.jf3i .mzvz,
.jf3i .iv6rvzo8 { color: #6e7681; }
.jf3i .ewn1ku0 a, .jf3i .z0wid a,
.jf3i .ewn1ku0 a:hover, .jf3i .z0wid a:hover,
@media (max-width: 640px) {
  .jf3i .wtmd852m { background: #0d1117; border-top-color: #21262d; }
  .jf3i .wtmd852m li a { border-bottom-color: #21262d; }
}
.h9fw2lj .msrb02      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.h9fw2lj .j52bo { color: var(--accent-light); }
.h9fw2lj .wtmd852m { --msep-color: #475569; }
.h9fw2lj .wtmd852m a { color: #475569; }
.h9fw2lj .wtmd852m a:hover { color: var(--accent-light); }
.h9fw2lj .cgveht { color: #64748b; }
.h9fw2lj .cdxc { background: #f0f4f8; border-top-color: #cbd5e1; }
.h9fw2lj .mzvz,
.h9fw2lj .iv6rvzo8 { color: #64748b; }
.h9fw2lj .ewn1ku0 a, .h9fw2lj .z0wid a,
.h9fw2lj .ewn1ku0 a:hover, .h9fw2lj .z0wid a:hover,
@media (max-width: 640px) {
  .h9fw2lj .wtmd852m { background: #f0f4f8; border-top-color: #cbd5e1; }
  .h9fw2lj .wtmd852m li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.vqzse4x .msrb02      { background: var(--accent); border-bottom-color: var(--accent-light); }
.vqzse4x .j52bo { color: #fff; }
.vqzse4x .wtmd852m { --msep-color: rgba(255,255,255,0.82); }
.vqzse4x .wtmd852m a { color: rgba(255,255,255,0.82); }
.vqzse4x .wtmd852m a:hover { color: #fff; }
.vqzse4x .cgveht { color: rgba(255,255,255,0.9); }
.vqzse4x .cdxc { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.vqzse4x .mzvz,
.vqzse4x .iv6rvzo8 { color: rgba(255,255,255,0.72); }
.vqzse4x .ewn1ku0 a, .vqzse4x .z0wid a,
.vqzse4x .ewn1ku0 a:hover, .vqzse4x .z0wid a:hover,
@media (max-width: 640px) {
  .vqzse4x .wtmd852m { background: var(--accent); border-top-color: var(--accent-light); }
  .vqzse4x .wtmd852m li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.lti5bmx .msrb02 {
  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);
}
.lti5bmx .cdxc {
  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) {
  .lti5bmx .wtmd852m {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.k89d .om8xr9q { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.uolrpw .om8xr9q { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.tp1s7 .om8xr9q { min-height: 72px; height: auto; }
.aly63nr3 .om8xr9q { min-height: 84px; height: auto; }
.fz3dyji .om8xr9q { max-width: none; padding: 0 32px; }
.fz3dyji .rj6i  { max-width: none; padding: 24px 32px; }
.uj69296g.uda5jpr .om8xr9q { max-width: 1200px; }
.uj69296g.cr6ien3s .om8xr9q { max-width: 1320px; }
.t7dp4o   .j52bo, .t7dp4o   .orgcuo { text-transform: capitalize; }
.ky7x5 .j52bo, .ky7x5 .orgcuo { text-transform: lowercase; }
.vmlu .j52bo, .vmlu .orgcuo { text-transform: uppercase; letter-spacing: 0.06em; }
.haszmmyg, .hlv5jz5m {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.k1oe .haszmmyg,
.yfnyyiw .haszmmyg,
.a8m73 .haszmmyg,
.w0zld .haszmmyg,
.oqasrbdo   .wtmd852m a { font-weight: 500; }
.puotu .wtmd852m a { font-weight: 600; }
.r8qye9     .wtmd852m a { font-weight: 700; }
.uxep6k    .wtmd852m a { font-weight: 800; letter-spacing: 0.01em; }
.zwotsjil     .wtmd852m > li + li::before,
.bnwgn1iz    .wtmd852m > li + li::before,
.jm28    .wtmd852m > li + li::before,
.zgzqv3e .wtmd852m > li + li::before,
.ve91i .wtmd852m > li + li::before,
.vr5u  .wtmd852m > li + li::before,
.woyes    .wtmd852m > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.zwotsjil     .wtmd852m > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.bnwgn1iz    .wtmd852m > li + li::before { content: "|"; }
.jm28    .wtmd852m > li + li::before { content: "—"; }
.zgzqv3e .wtmd852m > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ve91i .wtmd852m > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.vr5u  .wtmd852m > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.woyes    .wtmd852m > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .abzkjns .cgveht,
  .v24vz5hd .cgveht,
  .nlm1 .cgveht,
  .ajjue .cgveht,
  .r8tb .cgveht {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .abzkjns .cgveht::before,
  .v24vz5hd .cgveht::before,
  .nlm1 .cgveht::before,
  .ajjue .cgveht::before,
  .r8tb .cgveht::before { content: ""; display: block; flex-shrink: 0; }

  
  .abzkjns .cgveht::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;
  }

  
  .v24vz5hd .cgveht::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;
  }

  
  .nlm1 .cgveht::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;
  }

  
  .ajjue .cgveht::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;
  }

  
  .r8tb .cgveht::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) {
  .mdt6 .cgveht {
    padding: 5px 14px;
  }
  .mdt6 .wtmd852m {
    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;
  }
  .mdt6 .wtmd852m li a {
    border-bottom: none; padding: 10px 22px;
  }
  .mdt6 .wtmd852m li a:hover { background: var(--bg-raised); }
  .mdt6 .qdys,
  .ohbfpvml .qdys,
  .wpxvsqd .qdys { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .eemda .cgveht {
    padding: 5px 10px;
  }
  .eemda .wtmd852m {
    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);
  }
  .eemda .wtmd852m.i7n2lp { transform: translateX(0); }
  .eemda .wtmd852m li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .eemda .wtmd852m li:last-child a { border-bottom: none; }
  .vqzse4x .wtmd852m,
  .jf3i .wtmd852m { background: var(--accent) !important; }
  .vqzse4x .wtmd852m li a,
  .jf3i .wtmd852m li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .wpxvsqd .cgveht {
    padding: 5px 10px;
  }
  .wpxvsqd .wtmd852m {
    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);
  }
  .wpxvsqd .wtmd852m::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .wpxvsqd .wtmd852m.i7n2lp { transform: translateY(0); }
  .wpxvsqd .wtmd852m li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .bs27 .cgveht {
    padding: 5px 10px;
  }
  .bs27 .wtmd852m {
    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;
  }
  .bs27 .wtmd852m.i7n2lp { opacity: 1; pointer-events: auto; }
  .bs27 .wtmd852m li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .qcqk     .cgveht { border-radius: 0 !important; }
  .mnjnftr   .cgveht { border-radius: 8px !important; }
  .det7 .cgveht { border-radius: 50% !important; }
  .e2y21   .cgveht { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .x0n3 .mnauc { flex-direction: column; align-items: stretch; }
  .x0n3 .zg8i { flex-direction: row; min-width: auto; }
  .x0n3 .wjud0b01 { align-items: flex-start; text-align: left; }
}
.uvphia,
.uvphia.azvmz14,
.j7o9d .uvphia,
.kfgqxg .uvphia,
.h37b7 .uvphia,
.qln07 .uvphia {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.s5rrh2l {
  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;
}
.e4mb6 { flex: 1 1 280px; min-width: 0; }
.hq1tbwo {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ytg2xchm {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.jikk8b89 {
  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;
}
.jikk8b89:hover { transform: translateY(-1px); opacity: 0.95; }
.tn380yto .s5rrh2l {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.tn380yto .hq1tbwo { color: var(--cta); }
.tn380yto .ytg2xchm { color: var(--text-body); }
.tn380yto .jikk8b89 {
  background: var(--cta) !important;
  color: #fff !important;
}
.aljrp3 .s5rrh2l {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.aljrp3 .hq1tbwo { color: var(--text-primary); }
.aljrp3 .ytg2xchm { color: var(--text-body); }
.aljrp3 .jikk8b89 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .s5rrh2l {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .e4mb6 { flex: 0 0 auto; }
  .hq1tbwo { font-size: 1.2rem; }
  .jikk8b89 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.wbqgt1g .lml0k { height: 36px; }
.w1aku .lml0k { height: 60px; max-width: 200px; }
.x4mo3f .lml0k { height: 56px; max-width: 180px; }
.lxfk7g    .imhw8q8i, .lxfk7g    .butbsk { color: #f59e0b; }
@media (min-width: 720px) {
  .jlx6 .m962mq {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .jlx6 .y51r1 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .jlx6 .y51r1 { padding: 40px 16px 20px; }
  .jlx6 .zg1mv1j {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .jlx6 .h3v4 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .kxlv .y51r1 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .kxlv .y51r1::before {
    position: absolute; top: 14px; left: 14px;
  }
  .kxlv .qgv2wr {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .kxlv .xw8buwhc { white-space: normal; text-align: center; font-size: 1.2rem; }
  .kxlv .zg1mv1j {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .kxlv .h3v4 { width: 100%; min-width: 0; }
  .kxlv .imhw8q8i { min-width: 0; }
}
.sxkmh .apdt {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.sxkmh .apdt summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.sxkmh .apdt p { padding: 0 2px 16px; }
.vm2uo09q .apdt { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.vm2uo09q .apdt summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.vm2uo09q .apdt summary::after { content: "›"; font-size: 1.2em; }
.vm2uo09q .apdt[open] summary::after { content: "‹"; }
.vm2uo09q .apdt p { padding: 10px 22px 4px; }
.rwpr .apdt {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.rwpr .apdt summary { color: var(--text-primary); padding-left: 16px; }
.rwpr .apdt summary::after { content: "›"; font-size: 1.1em; }
.rwpr .apdt[open] summary::after { content: "‹"; }
.rwpr .apdt p { padding-left: 16px; }
.xrxy4pa6 .vre2z4rm { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.xrxy4pa6 .apdt {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.xrxy4pa6 .apdt:last-child { border-bottom: none; }
.xrxy4pa6 .apdt summary { color: var(--text-primary); border-radius: 0; }
.xrxy4pa6 .apdt summary::after { content: "›"; font-size: 1.1em; }
.xrxy4pa6 .apdt[open] summary::after { content: "‹"; }
.tk2d .apdt { overflow: hidden; }
.tk2d .apdt summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.tk2d .apdt summary::after { color: rgba(255,255,255,.75); }
.tk2d .apdt[open] summary { border-radius: 0; }
.ep1w { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.a6ex2be {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.gcq0p {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.c4xfx { color: var(--text-muted); font-size: 1.05rem; }
.bqovz74r {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.iuvut { margin-bottom: 20px; }
.dehy {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ov4atl {
  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;
}
.ov4atl:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.x3c4uamt { resize: vertical; min-height: 130px; }
.qu0soj1z { width: 100%; margin-top: 8px; }
.o0n1m0ir {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.rvm66 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.cdnpc { color: var(--text-muted); line-height: 1.75; }
.pr6sg { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.pr6sg li { margin-bottom: 6px; }
.criwt { max-width: 760px; margin: 0 auto; }
.g534 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ab47 { max-width: 760px; margin: 0 auto; }
.wg88cs05 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.s6anj ul.pr6sg { margin: 0; }
.cpfev { max-width: 900px; margin: 0 auto; }
.gat6attp { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.gat6attp:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.gat6attp .wg88cs05 { margin: 0; font-size: 1rem; }
.gat6attp .g5pl p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .gat6attp { grid-template-columns: 1fr; gap: 10px; } }
.j8wq .wg88cs05 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.rtxg6rl5 .pr6sg { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .c2ubs { grid-template-columns: 1fr; } }
.xuoqa4ad { color: inherit; text-decoration: none; }
.xuoqa4ad:hover { color: var(--accent-light); text-decoration: underline; }
.o6hjjq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.zcrnl9 { margin-bottom: 48px; }
.y4v3vsk3 { max-width: 760px; margin: 0 auto; }
.dza7ae0z { max-width: 640px; margin: 0 auto; }
.jzbas { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.jzbas:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.y7kx { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.jzbas p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.jzbas ul.pr6sg { margin: 0; }
.hjzs { color: var(--text-muted); line-height: 1.75; }
.wzjep .pr6sg,
.dza7ae0z .pr6sg,
.jp84 .pr6sg,
.gqz32 .pr6sg {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.wzjep .jzbas,
.dza7ae0z .jzbas { text-align: left; }
.wzjep .y7kx,
.dza7ae0z .y7kx { text-align: center; }
.ncrmzxhp { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.kgoivuo6 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.o9grni { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ohovs2 { margin-top: 12px; }
.o671z2 { 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; }
.o671z2:hover { border-bottom-color: var(--accent-light); }
.baodm { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.baodm img { width: 100%; height: 100%; object-fit: cover; display: block; }
.g9pa { width: 72px; height: 72px; }
.o1db { border-radius: 50%; }
.miam2lfg { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.b82mo { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.a8b0 { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.a8b0::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .n417 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.qeb90 .o9grni, .qeb90 .kgoivuo6 { max-width: 640px; }
.ysob25 .ncrmzxhp { font-size: 1.6rem; margin-top: 18px; }
.ex9eteri .o9grni { margin-bottom: 28px; }
@media (max-width: 860px) { .la41erw { grid-template-columns: 1fr; } .ysob25 { position: static; text-align: center; } }
.xngahln .baodm { margin: 0 auto 18px; }
.xngahln .b82mo { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ywmf1vu { grid-template-columns: 1fr; } }
.n3md4olb .ncrmzxhp { font-size: 1.6rem; margin-bottom: 6px; }
.gqz32 .pr6sg { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .n3md4olb { flex-direction: column; text-align: center; } .qd573m2f { grid-template-columns: 1fr; } }
.bk3l5t10 { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.bk3l5t10 .ncrmzxhp { font-size: 1.35rem; margin: 0 0 4px; }
.bk3l5t10 .b82mo { margin: 0; }
.jpdjyrv { max-width: 760px; margin: 0 auto; }
.w58nfi { position: relative; padding-left: 28px; }
.w58nfi::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.mzoix6dv { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.mzoix6dv:last-child { padding-bottom: 0; }
.olrsjjf { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.etgv h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.etgv p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.x1jq .gcq0p { color: var(--accent-light); }
.vv94 .gcq0p { font-size: 2rem; }
.vv94 .c4xfx { max-width: 680px; }
.dc7eyxy .gcq0p { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.dc7eyxy .c4xfx  { margin: 0; }
@media (max-width: 640px) { .dc7eyxy { flex-direction: column; } }
.k1pe {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.k1pe .gcq0p { color: var(--accent-light); }
.h7w09cz .gcq0p { color: #fff; }
.h7w09cz .c4xfx  { color: rgba(255,255,255,0.85); }
.wz0h { max-width: 680px; margin: 0 auto; }
.wv606pe {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .wv606pe { grid-template-columns: 1fr; } }
.i8yg .ov4atl {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.i8yg .ov4atl:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.tvprm35e .ov4atl { background: var(--bg-raised); border-color: transparent; }
.tvprm35e .ov4atl:focus { background: var(--bg-card); border-color: var(--accent-light); }
.nix7jl6 .ov4atl { border-radius: 100px; padding: 11px 20px; }
.nix7jl6 .x3c4uamt { border-radius: 14px; }
.uohlj2w {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .uohlj2w { grid-template-columns: 1fr; } }
.fhwlhqb {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.fhwlhqb h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.fhwlhqb p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.itdeder { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.itdeder li { margin-bottom: 6px; }
.t4bzw{position:relative;overflow:visible}
.nps20oy .dsfwkf5{display:block}
.ubqtq .yudz{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.ubqtq .s0rkorr3::before{content:""}
.dadr1j3{--date-bg:transparent}
.mhw4 .s0rkorr3::before{content:""}
.sud06g{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.caftg{display:flex;flex-direction:column;gap:3px}
.i8uy38y{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.p8lq{font-weight:700;font-size:1rem;color:var(--text-heading)}
.k9r7m{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.vjwww .sud06g{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.bmcummh8 .sud06g{border-top:3px solid var(--accent);padding-top:18px}
.l8nfrj4t .sud06g{border-left:3px solid var(--accent);border-radius:0}
.o3bj8gly .sud06g{padding:20px 0}
@media(max-width:640px){
  .sud06g{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .k9r7m{max-width:100%}
}
.uyqkv .jbvy{margin:0}
@media (max-width:560px){
  .mnmt7o{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) {
  .tu1f { padding: 28px 18px 20px; }
  .qeb518 { font-size: 1.2rem; }
  .vwkglshz { max-width: 220px; max-height: 80px; }
}
.sbmalo6  .lkoba { border-radius: 6px; }
.jv1pkmn .s5rrh2l {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .lkoba { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.bcvoidd {
  margin: 28px 0 24px;
}
.bcvoidd .azvmz14 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.bcvoidd .lmtn {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.bcvoidd .s5rrh2l {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .om8xr9q { flex-direction: row-reverse; }
[dir="rtl"] .wtmd852m { flex-direction: row-reverse; }
[dir="rtl"] .vqyrje .rgu5 { right: auto; left: 32px; }
[dir="rtl"] .dp5bzq  .rgu5 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .vqyrje .rgu5 { right: auto; left: 20px; }
  [dir="rtl"] .dp5bzq  .rgu5 { left: auto;  right: 20px; }
}
[dir="rtl"] .lon5 .dtlk  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .r22l3 .dtlk { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .fufk, [dir="rtl"] .yof7sqe { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .bn16uki { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .mhtvy { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .qmw8hcyi { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .s5rrh2l { direction: rtl; }
[dir="rtl"] .pt9gm { direction: rtl; }
[dir="rtl"] .zh7e9x { direction: rtl; }
[dir="rtl"] .eccf0k91 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .utqwsg5s .yof7sqe,
[dir="rtl"] .hkz398b .yof7sqe,
[dir="rtl"] .wucap6 .yof7sqe,
[dir="rtl"] .k5195t .yof7sqe {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .utqwsg5s .yof7sqe li::before,
[dir="rtl"] .hkz398b .yof7sqe li::before,
[dir="rtl"] .wucap6 .yof7sqe li::before,
[dir="rtl"] .k5195t .yof7sqe li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .m8kh5.tvjk .fk7x,
[dir="rtl"] .w63wg.tvjk .fk7x,
[dir="rtl"] .cyhg18c.tvjk .fk7x,
[dir="rtl"] .w59nm53.tvjk .fk7x,
[dir="rtl"] .n4ol4.tvjk .fk7x { text-align: right; }
[dir="rtl"] .er7f06i6.tvjk .erw3 { align-items: flex-end; text-align: right; }
[dir="rtl"] .lmtn,
[dir="rtl"] .d9dvmc,
[dir="rtl"] .vse0d14v,
[dir="rtl"] .z4g0,
[dir="rtl"] .fk7x { text-align: right; }
[dir="rtl"] .bqovz74r,
[dir="rtl"] .dehy,
[dir="rtl"] .o9grni,
[dir="rtl"] .ov4atl,
[dir="rtl"] .x3c4uamt { text-align: right; direction: rtl; }
[dir="rtl"] .nix7jl6 .ov4atl,
[dir="rtl"] .i8yg .ov4atl { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #1f8894;
  --brand:           #1f8894;
  --brand-light:     #226e77;
  --brand-pale:      #378b94;
  --grad-start:      #39c5d5;
  --grad-end:        #74cdd7;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1f8894;
  --cta-light:       #146b75;
  --cta-hover:       #145961;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f5;
  --bg-raised:       #eef0f1;
  --bg-hover:        #f3f5f5;
  --border:          #e2e8e8;
  --border-alt:      #d0dbdc;
  --border-section:  #e2e8e8;
  --text-primary:    #171b1b;
  --text-muted:      #525e60;
  --text-body:       #2e3637;
  --text-sub:        #465152;
  --text-faint:      #758789;
  --text-dim:        #909fa1;
  --text-label:      #5d6c6e;
  --text-value:      #3a4344;
  --accent-bg:       #e3f0f1;
  --accent-bg-light: #cbe8eb;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f4f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #138f56;
  --c-cons:          #9f2158;
  --c-pros-label:    #17aa66;
  --c-tip-border:    #19bc71;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #138f56;
}
:root { --logo-bg-opacity: 36%; }
body, button, input { font-family: "Barlow", sans-serif; }
.nt1qzn0 .imwg1zd { font-size: 0; width: 1.2rem; flex-shrink: 0; }.nt1qzn0 .imwg1zd::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.nt1qzn0 .kwo1     .imwg1zd::before { content: "";  color: var(--c-tip-border); }.nt1qzn0 .dheu5n .imwg1zd::before { content: ""; color: var(--c-warn-border); }.nt1qzn0 .fx3nto    .imwg1zd::before { content: ""; color: #60a5fa; }.qrdz .nt1qzn0 .kwo1     .imwg1zd::before { color: #10b981; }.qrdz .nt1qzn0 .dheu5n .imwg1zd::before { color: #f43f5e; }.qrdz .nt1qzn0 .fx3nto    .imwg1zd::before { color: #a855f7; }.tdtao3e  .nt1qzn0 .kwo1     .imwg1zd::before { color: #eab308; }.tdtao3e  .nt1qzn0 .dheu5n .imwg1zd::before { color: #ef4444; }.tdtao3e  .nt1qzn0 .fx3nto    .imwg1zd::before { color: #f97316; }.dho5bk4  .nt1qzn0 .kwo1     .imwg1zd::before { color: #38bdf8; }.dho5bk4  .nt1qzn0 .dheu5n .imwg1zd::before { color: #818cf8; }.dho5bk4  .nt1qzn0 .fx3nto    .imwg1zd::before { color: #2dd4bf; }.artdrheh .nt1qzn0 .imwg1zd::before { color: var(--accent-light) !important; }
.ybvid .pe37jcn, .ybvid .er7f06i6 { min-height: 520px; }
.zdah8o::before { content: '/'; }