: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;
}
.v48v {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.gy1rdayx {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ao7giom {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.d97dld2l { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.dqod7ro { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.dqod7ro a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.dqod7ro a:hover { color: var(--accent-light); }
.aed7kctz   .pxs8z { border-radius: 0; }
@media (max-width: 640px) {
  .pxs8z {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ez00tx:hover .pxs8z,
  .ez00tx:focus-within .pxs8z { display: block; }
  .pxs8z li a { padding: 8px 16px; font-size: 0.88rem; }
}
.frqb4p {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.nh5848f { display: none; }
@media (max-width: 640px) {
  .nh5848f {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .nh5848f.ai79 { display: block; }
}
@media (max-width: 640px) {
  .frqb4p { display: block; }
  .dqod7ro > li + li::before { display: none !important; }
  .dqod7ro {
    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;
  }
  .dqod7ro.ai79 { display: flex; }
  .dqod7ro li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .dqod7ro li:last-child a { border-bottom: none; }
}
.oouvlf { min-height: 480px; }
.eb7eaxc {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.l9m8i { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.sbmg .l9m8i { margin-left: 0; margin-right: 0; }
.ohe1owub {
  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;
}
.ohe1owub:hover { opacity: 0.88; }
.gfj6joa {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.ur1q {
  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%);
}
.gfj6joa .gcs92m2a {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.gfj6joa .eb7eaxc { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.gfj6joa .l9m8i { color: #e2e8f0; }
.gfj6joa.wsozgd .gcs92m2a { text-align: center; }
.gfj6joa.sbmg   .gcs92m2a { text-align: left; }
.ztrmzy5 .gcs92m2a {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ztrmzy5 .eb7eaxc { color: var(--text-primary); text-shadow: none; }
.ztrmzy5 .l9m8i { color: var(--text-muted); }
.ztrmzy5 .ohe1owub { margin-top: 16px; }
.ztrmzy5, .ztrmzy5.oouvlf { min-height: auto !important; }
.ztrmzy5.wsozgd .gcs92m2a { text-align: center; }
.ztrmzy5.sbmg   .gcs92m2a { text-align: left; }
.ztrmzy5~.sgrkju{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.ztrmzy5~.sgrkju .ze61cnv{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.pdqkknw7 .gfj6joa .ur1q {
  overflow: hidden;
}
.pdqkknw7 .gfj6joa .ur1q::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); }
}
.ertb6usj .gfj6joa .ur1q {
  overflow: hidden;
}
.ertb6usj .gfj6joa .ur1q::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;
}
.vsbvzuv .gfj6joa .ur1q {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.qmxwn6 .gfj6joa .ur1q {
  overflow: hidden;
}
.qmxwn6 .gfj6joa .ur1q::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;
}
.yq8h .gfj6joa .ur1q {
  animation: hg-breathe 10s ease-in-out infinite;
}
.sr6px8y6 .ur1q {
  background: none;
}
.sr6px8y6 .eb7eaxc { color: #fff; }
.sr6px8y6 .l9m8i { color: rgba(255,255,255,0.85); }
.sr6px8y6 .ohe1owub { background: #fff; color: var(--cta); }
.sr6px8y6 .ohe1owub:hover { opacity: 0.92; }
.h8051a .eb7eaxc { text-shadow: none; color: var(--text-primary); }
.h8051a .l9m8i { color: var(--text-muted); }
.h8051a.wsozgd .pct4l { align-items: center; text-align: center; }
.g5xgui .gcs92m2a { padding-bottom: 24px; }
.hhldoru .gcs92m2a { max-width: 960px; }
@media (max-width: 700px) {
  .h8051a { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .h8051a .o73axbu { display: none !important; }
  .fokb015n .o73axbu { display: none !important; }
  .jsuitr0 .rgu44dq { display: none !important; }
  .c29mm7p .pcssic { display: none !important; }
  .pct4l  { padding: 36px 24px; }
  .h8051a~.sgrkju,.d27n2o~.sgrkju{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .oouvlf, .h8051a { min-height: 320px !important; }
  
  .eb7eaxc { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .l06rwixd { display: none !important; }
  
  .gdpj { flex-direction: column; align-items: center; }
  .hdy7 { width: 100%; max-width: 340px; }
}
.puue { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.f55p04 { width: 100%; height: auto; display: block; border-radius: 10px; }
.d89s5 .puue        { border-radius: 16px; }
.d89s5 .f55p04  { border-radius: 16px; }
.q5aqzl6 .puue         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.q5aqzl6 .f55p04   { border-radius: 8px; }
.cq18x93 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.cjg7 { width: 100%; padding: 32px 0; position: relative; }
.g564 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.h23droe .cjg7:nth-child(even) { background: var(--bg-surface); }
.h23droe .cjg7:nth-child(odd)  { background: var(--bg-page); }
.xx5i .cjg7:nth-child(even) { background: var(--bg-card); }
.xx5i .cjg7:nth-child(odd)  { background: var(--bg-page); }
.h23droe .cjg7:nth-child(odd)  .g564 { background: var(--bg-card); border-radius: 6px; }
.h23droe .cjg7:nth-child(even) .g564 { background: var(--bg-raised); border-radius: 6px; }
.xx5i .cjg7:nth-child(odd)  .g564 { background: var(--bg-card); border-radius: 6px; }
.xx5i .cjg7:nth-child(even) .g564 { background: var(--bg-raised); border-radius: 6px; }
.h23droe .cjg7:nth-child(even) .omk0ez3 .j7sfsm09,
.xx5i .cjg7:nth-child(even) .omk0ez3 .j7sfsm09 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.h23droe .cjg7:nth-child(odd) .omk0ez3 .j7sfsm09,
.xx5i .cjg7:nth-child(odd) .omk0ez3 .j7sfsm09 { background: var(--bg-card-inner); }
.h23droe .cjg7:nth-child(even) .lj2l7as .j7sfsm09:nth-child(odd),
.xx5i .cjg7:nth-child(even) .lj2l7as .j7sfsm09:nth-child(odd)  { background: var(--bg-card); }
.h23droe .cjg7:nth-child(even) .lj2l7as .j7sfsm09:nth-child(even),
.xx5i .cjg7:nth-child(even) .lj2l7as .j7sfsm09:nth-child(even) { background: var(--bg-card-inner); }
h1.qyym { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.qyym {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.w014n { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.tzpfusk9 h2.qyym {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.sspz h2.qyym {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ushqh h2.qyym {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.r3qlz7d h2.qyym::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.y9k3 h2.qyym {
  color: var(--text-primary); font-size: 1.7rem;
}
.l8uc7k h2.qyym::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.bpmissq h2.qyym {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.f3xf7u { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .f3xf7u { display: none; } }
.sba0e { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.x3zd5jt { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.r10huc2 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.jhyqo5ev { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.y5ivsi { padding-left: 20px; }
.y5ivsi li { margin-bottom: 6px; }
.y5ivsi a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.y5ivsi a:hover { color: var(--accent-light); }
.rret9 .jhyqo5ev { display: none; }
.du2wz .jhyqo5ev { display: none; }
.du2wz .y5ivsi { padding-left: 0; list-style: none; }
.du2wz .y5ivsi li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.du2wz .y5ivsi a { font-size: 0.92rem; }
.rjmy03oo .r10huc2 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.rjmy03oo .jhyqo5ev { display: none; }
.rjmy03oo .y5ivsi { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.rjmy03oo .y5ivsi li { margin-bottom: 0; }
.rjmy03oo .y5ivsi 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;
}
.rjmy03oo .y5ivsi a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.x70q8q .r10huc2 { padding: 20px 20px 16px; }
.x70q8q .y5ivsi {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.x70q8q .y5ivsi li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.x70q8q .y5ivsi 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;
}
.x70q8q .y5ivsi 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;
}
.x70q8q .y5ivsi a:hover { color: var(--accent-light); border-color: var(--accent); }
.x70q8q .y5ivsi a:focus,
.x70q8q .y5ivsi a:focus-visible,
.x70q8q .y5ivsi a:target { outline: none; }
.x70q8q .y5ivsi li:target a { border-color: var(--border); color: var(--text-muted); }
.ltvwi5d6 .r10huc2 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ltvwi5d6 .jhyqo5ev { display: none; }
.ltvwi5d6 .y5ivsi { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ltvwi5d6 .y5ivsi li { margin-bottom: 0; }
.ltvwi5d6 .y5ivsi li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ltvwi5d6 .y5ivsi li:last-child::after { content: ""; margin-right: 0; }
.ltvwi5d6 .y5ivsi a { font-size: 0.9rem; }
.j7sfsm09 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.omk0ez3 .j7sfsm09 { background: var(--bg-card); }
.lj2l7as .j7sfsm09:nth-child(odd)  { background: var(--bg-card); }
.lj2l7as .j7sfsm09:nth-child(even) { background: var(--bg-raised); }
.f0bmg .j7sfsm09 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.f0bmg .j7sfsm09:last-child { border-bottom: none; }
.f0bmg h3.w014n { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ea0dedj .j7sfsm09 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ea0dedj .j7sfsm09 + .j7sfsm09 { margin-top: 4px; }
.s0pq5 .j7sfsm09 { background: none; border-radius: 0; padding: 12px 0; }
.s0pq5 .j7sfsm09 + .j7sfsm09 { border-top: 1px solid var(--border-section); }
.hc77 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ih5e { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.yjvnmhnz { color: var(--text-body); margin-bottom: 10px; }
.icjhs, .aogfhr { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.icjhs li, .aogfhr li { margin-bottom: 6px; }
.aogfhr li { list-style: decimal; }
.fd1k3j     .icjhs { list-style-type: "● "; }
.hy8p  .icjhs { list-style-type: "■ "; }
.o67im .icjhs { list-style-type: "◆ "; }
.m7d2    .icjhs { list-style-type: "★ "; }
.fd1k3j     .g1siq75 { list-style-type: "● "; }
.hy8p  .g1siq75 { list-style-type: "■ "; }
.o67im .g1siq75 { list-style-type: "◆ "; }
.m7d2    .g1siq75 { list-style-type: "★ "; }
.fd1k3j    .icjhs li::marker, .fd1k3j    .g1siq75 li::marker,
.hy8p .icjhs li::marker, .hy8p .g1siq75 li::marker,
.o67im .icjhs li::marker, .o67im .g1siq75 li::marker,
.m7d2   .icjhs li::marker, .m7d2   .g1siq75 li::marker {
  color: var(--cta); font-size: 1em;
}
.fd1k3j .aogfhr,
.hy8p .aogfhr,
.o67im .aogfhr,
.m7d2 .aogfhr {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.fd1k3j .aogfhr li,
.hy8p .aogfhr li,
.o67im .aogfhr li,
.m7d2 .aogfhr li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.fd1k3j .aogfhr li::before,
.hy8p .aogfhr li::before,
.o67im .aogfhr li::before,
.m7d2 .aogfhr 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;
}
.fd1k3j     .aogfhr li::before { border-radius: 50%; }
.hy8p  .aogfhr li::before { border-radius: 3px; }
.o67im .aogfhr li::before { border-radius: 3px; }
.m7d2    .aogfhr li::before { border-radius: 50%; }
.pvm2a { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.efi24k .pvm2a,
.j3afz .pvm2a { background: transparent; border: none; border-radius: 0; }
.x1p6p9 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.x1p6p9 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.x1p6p9 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.x1p6p9 tr:hover td { background: var(--bg-hover); }
.ntogrvx .x1p6p9 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.mk9q8l .x1p6p9 { border: 1px solid var(--border-alt); }
.mk9q8l .x1p6p9 th,
.mk9q8l .x1p6p9 td { border: 1px solid var(--border-alt); }
.w3evt .x1p6p9 th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.w3evt .x1p6p9 td { border-bottom: none; }
.w3evt .x1p6p9 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ng12p .x1p6p9 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.sn32 .pvm2a {
  overflow: hidden;
}
.sn32 .x1p6p9 th { border-bottom: 1px solid var(--border-alt); }
.sn32 .x1p6p9 tr:last-child td { border-bottom: none; }
.x3al5 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.lt9922 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.v7ei { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.qa7kalgw { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.lqngal { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.g1siq75 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.g1siq75 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);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%}
.xz6z .qa7kalgw { background: transparent; text-align: center; }
.ygnshpyz .v7ei {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.cf14 .v7ei {
  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);
}
.obuhr .lt9922 { display: grid; grid-template-columns: auto 1fr; }
.obuhr .v7ei {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.obuhr .qa7kalgw { grid-column: 2; }
.obuhr .lqngal,
.obuhr .g1siq75 { grid-column: 1 / -1; }
.adyl .lt9922 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.adyl .v7ei {
  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);
}
.adyl .qa7kalgw { grid-column: 2; }
.adyl .lqngal,
.adyl .g1siq75 { grid-column: 1 / -1; }
.rchjy .lt9922 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.rchjy .qa7kalgw { background: none; color: var(--accent-light); font-weight: 700; }
.svsjg1wp .lt9922 { 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); }
.svsjg1wp .qa7kalgw { background: none; color: var(--accent-light); font-weight: 700; }
.zjihq6e .lt9922 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.zjihq6e .lt9922:last-child { border-bottom: none; }
.zjihq6e .qa7kalgw { background: none; color: var(--accent-light); font-weight: 700; }
.v22hu .lt9922 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.v22hu .qa7kalgw { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.yizc .x3al5 { counter-reset: card-n; }
.yizc .lt9922  { counter-increment: card-n; }
.yizc .qa7kalgw { display: flex; align-items: center; gap: 10px; }
.yizc .qa7kalgw::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;
}
.d25f .lt9922 { background: var(--bg-surface); border: 1px solid var(--border); }
.d25f .qa7kalgw { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.nwinryi7 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.y0ig6a  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.aj2ism { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.xxu0 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.b1xmee0m { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.nwinryi7 strong { color: var(--text-primary); font-size: 0.95rem; }
.nwinryi7 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.b8pkb44 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.nykl, .yngy2o92 { border-radius: 8px; padding: 14px; }
.nykl { background: var(--bg-pros); }
.yngy2o92 { background: var(--bg-cons); }
.j9fi37 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.nykl .j9fi37 { color: var(--c-pros-label); }
.yngy2o92 .j9fi37 { color: #f87171; }
.nykl ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.yngy2o92 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.f55p04 { width: 100%; height: auto; border-radius: 10px; display: block; }
.n1wd3pji {
  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;
}
.n1wd3pji:hover { opacity: 0.85; }
.un2w3f44 .n1wd3pji  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.un2w3f44 .n1wd3pji:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.a5v9 .n1wd3pji  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.a5v9 .n1wd3pji:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.c6aalu .ohe1owub { border-radius: 50px; }
.c6aalu .n1wd3pji  { border-radius: 50px; }
.sxy8 .ohe1owub { padding-left: 22px; padding-right: 22px; }
.sxy8 .n1wd3pji  { padding-left: 12px; padding-right: 12px; }
.edjst .ohe1owub { padding-left: 44px; padding-right: 44px; }
.edjst .n1wd3pji  { padding-left: 24px; padding-right: 24px; }
.uviwmbn .ohe1owub { padding-left: 56px; padding-right: 56px; }
.uviwmbn .n1wd3pji  { padding-left: 32px; padding-right: 32px; }
.r8cbjylx   .ohe1owub::after, .r8cbjylx   .n1wd3pji::after,
.f3znek41 .ohe1owub::after, .f3znek41 .n1wd3pji::after,
.cw8rgv    .ohe1owub::after, .cw8rgv    .n1wd3pji::after,
.w0r42mo    .ohe1owub::after, .w0r42mo    .n1wd3pji::after,
.bpxqm60    .ohe1owub::after, .bpxqm60    .n1wd3pji::after,
.uw4g7     .ohe1owub::after, .uw4g7     .n1wd3pji::after,
.ev7p9c    .ohe1owub::after, .ev7p9c    .n1wd3pji::after,
.rg9g44   .ohe1owub::after, .rg9g44   .n1wd3pji::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;
}
.r8cbjylx .ohe1owub::after, .r8cbjylx .n1wd3pji::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");
}
.f3znek41 .ohe1owub::after, .f3znek41 .n1wd3pji::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");
}
.cw8rgv .ohe1owub::after, .cw8rgv .n1wd3pji::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");
}
.w0r42mo .ohe1owub::after, .w0r42mo .n1wd3pji::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");
}
.bpxqm60 .ohe1owub::after, .bpxqm60 .n1wd3pji::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");
}
.uw4g7 .ohe1owub::after, .uw4g7 .n1wd3pji::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");
}
.ev7p9c .ohe1owub::after, .ev7p9c .n1wd3pji::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");
}
.rg9g44 .ohe1owub::after, .rg9g44 .n1wd3pji::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");
}
.vfrpsg   .uol4::after, .vfrpsg   .jt92d::after,
.l4rhkz .uol4::after, .l4rhkz .jt92d::after,
.yfnx    .uol4::after, .yfnx    .jt92d::after,
.vbgsya    .uol4::after, .vbgsya    .jt92d::after,
.vwr0    .uol4::after, .vwr0    .jt92d::after,
.r0xl0     .uol4::after, .r0xl0     .jt92d::after,
.e2z6s7pv    .uol4::after, .e2z6s7pv    .jt92d::after,
.zzrbyywx   .uol4::after, .zzrbyywx   .jt92d::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;
}
.vfrpsg .uol4::after, .vfrpsg .jt92d::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");
}
.l4rhkz .uol4::after, .l4rhkz .jt92d::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");
}
.yfnx .uol4::after, .yfnx .jt92d::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");
}
.vbgsya .uol4::after, .vbgsya .jt92d::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");
}
.vwr0 .uol4::after, .vwr0 .jt92d::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");
}
.r0xl0 .uol4::after, .r0xl0 .jt92d::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");
}
.e2z6s7pv .uol4::after, .e2z6s7pv .jt92d::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");
}
.zzrbyywx .uol4::after, .zzrbyywx .jt92d::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");
}
.g1qz5 .tks4uz { background: var(--bg-raised); }
@media (min-width: 721px) {
  .j5go { flex: 0 0 260px; width: 260px; }
  .lpovv { flex: 0 0 120px; width: 120px; }
  .w8r8 { flex: 0 0 110px; width: 110px; }
  .wnmc2mkf   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .ydt73e1 { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.ydt73e1.n1wd3pji { padding-left: 28px !important; padding-right: 28px !important; padding-top: 14px !important; padding-bottom: 14px !important; font-size: 1.05rem !important; }
@media (max-width: 820px) {
  .ul5l { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .ul5l .apr2 { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .ul5l .j5go { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .ul5l .tks4uz { width: 100%; min-width: unset; height: 120px; }
  .ul5l .gme44l5j { max-height: 96px; max-width: 200px; }
  .ul5l .d61ek { min-width: unset; text-align: center; white-space: normal; }
  .ul5l .lpovv { min-width: 0; }
  .ul5l .wnmc2mkf { flex-direction: row; justify-content: space-between; align-items: baseline; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto; min-width: 0; }
  .ul5l .ydt73e1 { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .yeb68j5 .apr2 { row-gap: 8px !important; gap: 10px !important; }
}
.gh5g51e .ii7v1 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .vvlfp2h .mlciw {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .vvlfp2h .rftjpu7l { margin: 0; }
}
.j3afz .b8pkb44 { gap: 10px; }
.j3afz .nykl, .j3afz .yngy2o92 { padding: 12px; }
.j3afz .nykl ul, .j3afz .yngy2o92 ul { margin: 4px 0 0; padding-left: 18px; }
.j3afz .nykl li, .j3afz .yngy2o92 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .vfb5 { grid-template-columns: 1fr; }
  .gjij { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .gjij .x4xu3ho { width: 72px; height: 50px; }
  .gjij .rpkaknk { max-width: 180px; }
  .gjij .lb19xvbl { width: auto; }
}
@media (max-width: 720px) {
  .c9g49iv { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .vxiyo { padding: 16px; }
  .htx9 .qkihry62 { min-width: 50%; }
}
.v12j .b8pkb44 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ywn7q { grid-template-columns: 1fr; }
  .obi58 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .y5ueqet { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .v3xb3b9 { flex-wrap: wrap; padding: 16px; }
}
.vkvff .b8pkb44 { gap: 8px; }
.vkvff .nykl, .vkvff .yngy2o92 { padding: 8px; }
@media (max-width: 480px) {
  .ycwy { flex-direction: column; align-items: stretch; }
}
.numbun .lb19xvbl .n1wd3pji { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .zb290 { flex-direction: column; align-items: stretch; gap: 10px; }
  .numbun .lb19xvbl { text-align: center; }
}
@media (max-width: 720px) {
  .mwsx0 { grid-template-columns: 1fr; }
  .bqcaxv { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ayhbz56r { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .clntla { grid-template-columns: 1fr; }
  .h0hga { width: 100px; height: 100px; margin: 16px auto; }
  .imfqs14 { font-size: 1.4rem; }
  .dzw8b { justify-content: center; }
  .h7n8l .qkihry62 { min-width: 50%; }
}
.zbt3 .b8pkb44 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .kbhoxai { flex-wrap: wrap; padding: 14px 16px; }
  .xqntcnc { padding: 12px 16px; }
  .zbt3 .b8pkb44 { margin: 0 16px; }
  .zbt3 .ufenxoyn { padding: 0 16px; }
  .bgseo { padding: 12px 16px; }
}
.hqlxfn .ul5l { gap: 0; }
.hqlxfn .apr2 {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.hqlxfn .apr2:last-child { border-bottom: none; }
.hqlxfn .apr2:nth-child(odd) { background: var(--accent-bg); }
.hqlxfn .apr2:nth-child(odd):hover { background: var(--bg-hover); }
.a1qhkxi .ydt73e1.n1wd3pji { padding: 14px 30px !important; font-size: 1rem; }
.hu39mc09 .ydt73e1.n1wd3pji { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.udegv .lpovv {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.mp7m { margin: 16px 0; }
.w60fww { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.w60fww summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.w60fww summary::after { content: "+"; color: var(--accent); }
.w60fww[open] summary::after { content: "−"; }
.w60fww p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.cjg7 { margin-bottom: 0; }
.c444i4ul h2.qyym { color: var(--text-primary); border-color: var(--accent); }
.dflv h2.qyym { color: var(--text-primary); border-color: var(--accent); }
.wu8dhcn5 .y0ig6a     { background: #052e16; border-color: #10b981; }
.wu8dhcn5 .aj2ism { background: #2d0a1e; border-color: #f43f5e; }
.wu8dhcn5 .xxu0    { background: #1e1036; border-color: #a855f7; }
.wu8dhcn5 .nwinryi7 strong  { color: #f1f5f9; }
.wu8dhcn5 .nwinryi7 p       { color: #cbd5e1; }
.wu8dhcn5 .l8mc    .y0ig6a     .b1xmee0m::before,
.wu8dhcn5 .pp88gz  .y0ig6a     .b1xmee0m::before,
.wu8dhcn5 .gxu59  .y0ig6a     .b1xmee0m::before,
.wu8dhcn5 .xck8v6yo .y0ig6a     .b1xmee0m::before { color: #10b981; }
.wu8dhcn5 .l8mc    .aj2ism .b1xmee0m::before,
.wu8dhcn5 .pp88gz  .aj2ism .b1xmee0m::before,
.wu8dhcn5 .gxu59  .aj2ism .b1xmee0m::before,
.wu8dhcn5 .xck8v6yo .aj2ism .b1xmee0m::before { color: #f43f5e; }
.wu8dhcn5 .l8mc    .xxu0    .b1xmee0m::before,
.wu8dhcn5 .pp88gz  .xxu0    .b1xmee0m::before,
.wu8dhcn5 .gxu59  .xxu0    .b1xmee0m::before,
.wu8dhcn5 .xck8v6yo .xxu0    .b1xmee0m::before { color: #a855f7; }
.ih3gj7j .y0ig6a     { background: #2d2000; border-color: #eab308; }
.ih3gj7j .aj2ism { background: #2d0b0b; border-color: #ef4444; }
.ih3gj7j .xxu0    { background: #2d1600; border-color: #f97316; }
.ih3gj7j .nwinryi7 strong  { color: #f1f5f9; }
.ih3gj7j .nwinryi7 p       { color: #cbd5e1; }
.ih3gj7j .l8mc    .y0ig6a     .b1xmee0m::before,
.ih3gj7j .pp88gz  .y0ig6a     .b1xmee0m::before,
.ih3gj7j .gxu59  .y0ig6a     .b1xmee0m::before,
.ih3gj7j .xck8v6yo .y0ig6a     .b1xmee0m::before { color: #eab308; }
.ih3gj7j .l8mc    .aj2ism .b1xmee0m::before,
.ih3gj7j .pp88gz  .aj2ism .b1xmee0m::before,
.ih3gj7j .gxu59  .aj2ism .b1xmee0m::before,
.ih3gj7j .xck8v6yo .aj2ism .b1xmee0m::before { color: #ef4444; }
.ih3gj7j .l8mc    .xxu0    .b1xmee0m::before,
.ih3gj7j .pp88gz  .xxu0    .b1xmee0m::before,
.ih3gj7j .gxu59  .xxu0    .b1xmee0m::before,
.ih3gj7j .xck8v6yo .xxu0    .b1xmee0m::before { color: #f97316; }
.qq6t .y0ig6a     { background: #0c1a2e; border-color: #38bdf8; }
.qq6t .aj2ism { background: #12103a; border-color: #818cf8; }
.qq6t .xxu0    { background: #0a2020; border-color: #2dd4bf; }
.qq6t .nwinryi7 strong  { color: #f1f5f9; }
.qq6t .nwinryi7 p       { color: #cbd5e1; }
.qq6t .l8mc    .y0ig6a     .b1xmee0m::before,
.qq6t .pp88gz  .y0ig6a     .b1xmee0m::before,
.qq6t .gxu59  .y0ig6a     .b1xmee0m::before,
.qq6t .xck8v6yo .y0ig6a     .b1xmee0m::before { color: #38bdf8; }
.qq6t .l8mc    .aj2ism .b1xmee0m::before,
.qq6t .pp88gz  .aj2ism .b1xmee0m::before,
.qq6t .gxu59  .aj2ism .b1xmee0m::before,
.qq6t .xck8v6yo .aj2ism .b1xmee0m::before { color: #818cf8; }
.qq6t .l8mc    .xxu0    .b1xmee0m::before,
.qq6t .pp88gz  .xxu0    .b1xmee0m::before,
.qq6t .gxu59  .xxu0    .b1xmee0m::before,
.qq6t .xck8v6yo .xxu0    .b1xmee0m::before { color: #2dd4bf; }
.fvqdb4c .y0ig6a     { background: var(--accent-bg); border-color: var(--accent); }
.fvqdb4c .aj2ism { background: var(--accent-bg-light); border-color: var(--accent-light); }
.fvqdb4c .xxu0    { background: var(--accent-bg); border-color: var(--accent-pale); }
.fvqdb4c .l8mc    .b1xmee0m::before,
.fvqdb4c .pp88gz  .b1xmee0m::before,
.fvqdb4c .gxu59  .b1xmee0m::before,
.fvqdb4c .xck8v6yo .b1xmee0m::before { color: var(--accent-light) !important; }
.mxap::before,
.m5qvtxr::before { margin-right: 5px; }
.b2so2 .nykl ul li,
.b2so2 .xf5ku0 li         { color: #4ade80; }
.b2so2 .nykl .mxap { color: #22c55e; }
.b2so2 .yngy2o92 ul li,
.b2so2 .fjfvig li         { color: #f87171; }
.b2so2 .yngy2o92 .m5qvtxr { color: #ef4444; }
.fg9bl .nykl { background: var(--bg-pros); }
.fg9bl .yngy2o92 { background: var(--bg-cons); }
.fg9bl .nykl .mxap { color: var(--c-pros-label); }
.fg9bl .yngy2o92 .m5qvtxr { color: var(--c-cons); }
.fg9bl .nykl ul li,
.fg9bl .yngy2o92 ul li,
.rj7srsmp .nykl { background: var(--bg-pros); }
.rj7srsmp .yngy2o92 { background: var(--bg-cons); }
.rj7srsmp .nykl .mxap { color: var(--c-pros-label); }
.rj7srsmp .yngy2o92 .m5qvtxr { color: var(--c-cons); }
.rj7srsmp .nykl ul li,
.rj7srsmp .yngy2o92 ul li,
.ugc1 .mxap::before { content: "✓ "; }
.ugc1 .m5qvtxr::before { content: "✗ "; }
.rnygu6t .mxap::before { content: "→ "; }
.rnygu6t .m5qvtxr::before { content: "← "; }
.m785 .mxap::before { content: "★ "; }
.m785 .m5qvtxr::before { content: "✕ "; }
.o7821 .mxap::before { content: "◆ "; }
.o7821 .m5qvtxr::before { content: "▲ "; }
.bd9yox .nwinryi7 { background: transparent; border-left: none; border: 1.5px solid; }
.bd9yox .y0ig6a     { border-color: var(--c-tip-border); }
.bd9yox .aj2ism { border-color: var(--c-warn-border); }
.bd9yox .xxu0    { border-color: #60a5fa; }
.bd9yox .nwinryi7 strong { color: var(--text-primary); }
.bd9yox .nwinryi7 p      { color: var(--text-muted); }
.gh5g51e .nwinryi7 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.gh5g51e .y0ig6a     { border-top-color: var(--c-tip-border); }
.gh5g51e .aj2ism { border-top-color: var(--c-warn-border); }
.gh5g51e .xxu0    { border-top-color: #60a5fa; }
.rjsalac2 .nwinryi7 { border-left: none; border-radius: 8px; }
.rjsalac2 .y0ig6a     { background: #065f46; }
.rjsalac2 .aj2ism { background: #92400e; }
.rjsalac2 .xxu0    { background: #1e3a8a; }
.rjsalac2 .nwinryi7 strong,
.rjsalac2 .nwinryi7 p { color: #fff; }
.rjsalac2 .b1xmee0m::before { color: rgba(255,255,255,0.85) !important; }
.wu8dhcn5.rjsalac2 .y0ig6a,
.wu8dhcn5 .rjsalac2 .y0ig6a     { background: #052e16; }
.wu8dhcn5.rjsalac2 .aj2ism,
.wu8dhcn5 .rjsalac2 .aj2ism { background: #2d0a1e; }
.wu8dhcn5.rjsalac2 .xxu0,
.wu8dhcn5 .rjsalac2 .xxu0    { background: #1e1036; }
.ih3gj7j.rjsalac2 .y0ig6a,
.ih3gj7j .rjsalac2 .y0ig6a      { background: #2d2000; }
.ih3gj7j.rjsalac2 .aj2ism,
.ih3gj7j .rjsalac2 .aj2ism  { background: #2d0b0b; }
.ih3gj7j.rjsalac2 .xxu0,
.ih3gj7j .rjsalac2 .xxu0     { background: #2d1600; }
.qq6t.rjsalac2 .y0ig6a,
.qq6t .rjsalac2 .y0ig6a      { background: #0c1a2e; }
.qq6t.rjsalac2 .aj2ism,
.qq6t .rjsalac2 .aj2ism  { background: #12103a; }
.qq6t.rjsalac2 .xxu0,
.qq6t .rjsalac2 .xxu0     { background: #0a2020; }
.y1mkuj5 .nwinryi7 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.y1mkuj5 .y0ig6a     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.y1mkuj5 .aj2ism { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.y1mkuj5 .xxu0    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.y1mkuj5 .nwinryi7 strong { color: var(--text-primary); }
.y1mkuj5 .nwinryi7 p      { color: var(--text-muted); }
.je4byp .nwinryi7 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.l8mc .b1xmee0m,
.pp88gz .b1xmee0m,
.gxu59 .b1xmee0m,
.xck8v6yo .b1xmee0m { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.l8mc .b1xmee0m::before,
.pp88gz .b1xmee0m::before,
.gxu59 .b1xmee0m::before,
.xck8v6yo .b1xmee0m::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.l8mc .y0ig6a     .b1xmee0m::before { content: "✦"; color: var(--c-tip-border); }
.l8mc .aj2ism .b1xmee0m::before { content: "▲"; color: var(--c-warn-border); }
.l8mc .xxu0    .b1xmee0m::before { content: "◉"; color: #60a5fa; }
.pp88gz .y0ig6a     .b1xmee0m::before { content: "★"; color: var(--c-tip-border); }
.pp88gz .aj2ism .b1xmee0m::before { content: "◆"; color: var(--c-warn-border); }
.pp88gz .xxu0    .b1xmee0m::before { content: "●"; color: #60a5fa; }
.gxu59 .y0ig6a     .b1xmee0m::before { content: "▶"; color: var(--c-tip-border); }
.gxu59 .aj2ism .b1xmee0m::before { content: "■"; color: var(--c-warn-border); }
.gxu59 .xxu0    .b1xmee0m::before { content: "▸"; color: #60a5fa; }
.xck8v6yo .y0ig6a     .b1xmee0m::before { content: "→"; color: var(--c-tip-border); }
.xck8v6yo .aj2ism .b1xmee0m::before { content: "⬥"; color: var(--c-warn-border); }
.xck8v6yo .xxu0    .b1xmee0m::before { content: "◈"; color: #60a5fa; }
.plkxeho1 .omk0ez3 .j7sfsm09,
.plkxeho1 .lj2l7as .j7sfsm09  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.plkxeho1 .lt9922                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.plkxeho1 .pvm2a          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.plkxeho1 .r10huc2                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ltfwe21 .omk0ez3 .j7sfsm09,
.ltfwe21 .lj2l7as .j7sfsm09,
.ltfwe21 .lt9922,
.ltfwe21 .apr2,
.ltfwe21 .rftjpu7l,
.ltfwe21 .pvm2a,
.ltfwe21 .r10huc2,
.ltfwe21 .je4byp .nwinryi7 { box-shadow: none; }
.aca7xt   .yjvnmhnz, .aca7xt .hc77, .aca7xt .ih5e,
.aca7xt   .sba0e, .aca7xt .x3zd5jt { font-size: 0.9rem; }
.aca7xt   .icjhs, .aca7xt .aogfhr { font-size: 0.9rem; }
.gb8tpg   .yjvnmhnz, .gb8tpg .hc77, .gb8tpg .ih5e,
.gb8tpg   .sba0e, .gb8tpg .x3zd5jt { font-size: 0.95rem; }
.gb8tpg   .icjhs, .gb8tpg .aogfhr { font-size: 0.95rem; }
.sxnxfu2   .yjvnmhnz, .sxnxfu2 .hc77, .sxnxfu2 .ih5e,
.sxnxfu2   .sba0e, .sxnxfu2 .x3zd5jt { font-size: 1.08rem; }
.sxnxfu2   .icjhs, .sxnxfu2 .aogfhr { font-size: 1.05rem; }
.sxnxfu2   .x1p6p9 { font-size: 0.97rem; }
.ajc2o .eb7eaxc      { font-size: 3.2rem; }
.ajc2o h2.qyym { font-size: 1.9rem; }
.ajc2o h3.w014n     { font-size: 1.4rem; }
.rpjgbvr3 .eb7eaxc      { font-size: 3.8rem; }
.rpjgbvr3 h2.qyym { font-size: 2.2rem; }
.rpjgbvr3 h3.w014n     { font-size: 1.6rem; }
.cjg7 + .cjg7 { position: relative; }
.jxqt   .cjg7 + .cjg7::before,
.n79ll  .cjg7 + .cjg7::before,
.aw3ck   .cjg7 + .cjg7::before,
.i2rklcmz   .cjg7 + .cjg7::before,
.ab93   .cjg7 + .cjg7::before,
.v8wuadle .cjg7 + .cjg7::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.jxqt .cjg7 + .cjg7::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.n79ll .cjg7 + .cjg7::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.aw3ck .cjg7 + .cjg7::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.i2rklcmz .cjg7 + .cjg7::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.rrxn6mv1 .cjg7 { margin-bottom: 16px; }
.rrxn6mv1 .cjg7 + .cjg7 { margin-top: 0; }
.rrxn6mv1 .g564 { padding-top: 0; padding-bottom: 0; }
.ab93 .cjg7 + .cjg7::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.v8wuadle .cjg7 + .cjg7::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.g12c .cjg7 + .cjg7::before,
.oogz5 .cjg7 + .cjg7::before,
.av56nb .cjg7 + .cjg7::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%;
}
.h23droe .g12c .cjg7:nth-child(even)::before,
.h23droe .oogz5 .cjg7:nth-child(even)::before,
.h23droe .av56nb .cjg7:nth-child(even)::before { background: var(--bg-surface); }
.xx5i .g12c .cjg7:nth-child(even)::before,
.xx5i .oogz5 .cjg7:nth-child(even)::before,
.xx5i .av56nb .cjg7:nth-child(even)::before { background: var(--bg-card); }
.g12c .cjg7 + .cjg7::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");
}
.oogz5 .cjg7 + .cjg7::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");
}
.av56nb .cjg7 + .cjg7::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");
}
.czru .gfj6joa,
.wuzw .gfj6joa,
.z9vzgq8i .gfj6joa { overflow: hidden; }
.czru .gcs92m2a,
.wuzw .gcs92m2a { margin-bottom: 60px; }
.z9vzgq8i .gcs92m2a { margin-bottom: 70px; }
.z9vzgq8i .pct4l { padding-bottom: 70px; }
.czru .gfj6joa::before,
.wuzw .gfj6joa::before,
.z9vzgq8i .gfj6joa::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%;
}
.czru .gfj6joa::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");
}
.wuzw .gfj6joa::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");
}
.z9vzgq8i .gfj6joa::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");
}
.ovnik .gfj6joa:not(.sr6px8y6) .ur1q { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.p4asy .gfj6joa:not(.sr6px8y6) .ur1q { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.d8k3w3  .gfj6joa:not(.sr6px8y6) .ur1q { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.vuqrjdv  .gfj6joa:not(.sr6px8y6) .ur1q { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.d8k3w3 .sr6px8y6 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.d8k3w3 .kv1d00l { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.d8k3w3 .h8051a { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.iwbqj .sr6px8y6 .ur1q { background: none; }
.iwbqj .gfj6joa:not(.sr6px8y6) .ur1q { background: rgba(0,0,0,0.6); }
.ebcd67f .puue { float: left; width: 38%; margin: 0 28px 16px 0; }
.ebcd67f .puue .f55p04 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ebcd67f .g564::after { content: ''; display: block; clear: both; }
.qfdi .puue { float: right; width: 38%; margin: 0 0 16px 28px; }
.qfdi .puue .f55p04 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qfdi .g564::after { content: ''; display: block; clear: both; }
.vq0p .cjg7:nth-child(odd)  .puue { float: left;  width: 38%; margin: 0 28px 16px 0; }
.vq0p .cjg7:nth-child(even) .puue { float: right; width: 38%; margin: 0 0 16px 28px; }
.vq0p .puue .f55p04 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vq0p .g564::after { content: ''; display: block; clear: both; }
.ebcd67f .x3al5,
.qfdi .x3al5,
.vq0p .x3al5,
.ebcd67f .icjhs,
.ebcd67f .aogfhr,
.qfdi .icjhs,
.qfdi .aogfhr,
.vq0p .icjhs,
.vq0p .aogfhr { overflow: hidden; }
@media (max-width: 640px) {
  .ebcd67f .puue,
  .qfdi .puue,
  .vq0p .puue { float: none; width: 100%; margin: 0 0 16px 0; }
}
.i7klyn4 .cq18x93,
.i7klyn4 .g564,
.i7klyn4 .d1ta  { max-width: 1100px; }
.ct21x .cq18x93,
.ct21x .g564,
.ct21x .d1ta  { max-width: 1200px; }
.oo91 .cq18x93,
.oo91 .g564,
.oo91 .d1ta  { max-width: 1320px; }
.oc399ms { font-size: 0.82rem; color: var(--text-muted); }
.n4al { display: flex; align-items: center; }
.fyyatq {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.f4oal { display: flex; align-items: center; }
.e54aycy { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.e54aycy:hover { text-decoration: underline; }
.jl1ll2 { margin: 0 3px; opacity: 0.45; }
.jl1ll2::before { content: '/'; }
.ctlf { padding: 2px 5px; color: var(--text-main); }
.bgo5 .oc399ms {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.bgo5 .n4al { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.czp7 .oc399ms {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.czp7 .n4al { padding: 0 0 0 12px; }
.k2ip {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.phs9lq .n4al { padding: 0 16px; }
.phs9lq .oc399ms {
  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);
}
.phs9lq .cq18x93 { padding-top: 28px; }
@media (max-width: 720px) {
  .k2ip { margin-top: 18px; padding: 0 16px; }
  .phs9lq .cq18x93 { padding-top: 16px; }
}
.i7klyn4.bgo5 .n4al { max-width: 1100px; }
.ct21x.bgo5 .n4al { max-width: 1200px; }
.oo91.bgo5 .n4al { max-width: 1320px; }
.i7klyn4 .k2ip { max-width: 1100px; }
.ct21x .k2ip { max-width: 1200px; }
.oo91 .k2ip { max-width: 1320px; }
.wi9qqmk5 .cjg7 { padding-top: 16px; padding-bottom: 16px; }
.w9pmnrn .cjg7 { padding-top: 24px; padding-bottom: 24px; }
.mp6m .cjg7 { padding-top: 40px; padding-bottom: 40px; }
.ulu9 .cjg7 { padding-top: 52px; padding-bottom: 52px; }
.cjit0k2 .cjg7:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.cjit0k2 .cjg7:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.cjit0k2 .cjg7:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.cjit0k2 .cjg7:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.v0gjp .g564 { padding-top: 10px;  padding-bottom: 10px; }
.x1wmveu .g564 { padding-top: 18px;  padding-bottom: 18px; }
.kjgf .g564 { padding-top: 36px;  padding-bottom: 36px; }
.hm9pnw0 .g564 { padding-top: 48px;  padding-bottom: 48px; }
.n1kvv7 h2.qyym { font-weight: 600; }
.n1kvv7 h3.w014n     { font-weight: 600; }
.pzm1q { font-weight: 500; }
.pzm1q h2.qyym { font-weight: 800; }
.pzm1q h3.w014n     { font-weight: 700; }
.t9nl3c h2.qyym { font-weight: 900; }
.t9nl3c h3.w014n     { font-weight: 800; }
.t9nl3c .nwinryi7 strong,
.t9nl3c .nwinryi7 strong { font-weight: 600; }
.uol4 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.jv48p09 .uol4 { display: none; }
@media (max-width: 640px) { .uol4 { display: none; } }
.uol4 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.uol4:hover { opacity: 0.85; }
.r8n2 .uol4 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.p1nm4bv .uol4,
.dg4a1  .uol4 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.p1nm4bv .uol4:hover,
.dg4a1  .uol4:hover { opacity: 0.88; }
.r8n2.p1nm4bv .uol4,
.r8n2.dg4a1  .uol4 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.jt92d {
  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;
}
.jt92d:hover { transform: translateY(-2px); opacity: 0.92; }
.jt92d { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gley8fm0 .jt92d { display: none; }
.d3541jb .jt92d { right: 32px; }
.nqhv8  .jt92d { left: 32px; }
@media (max-width: 480px) {
  .d3541jb .jt92d { right: 20px; bottom: 20px; }
  .nqhv8  .jt92d { left: 20px; bottom: 20px; }
}
.vbt9 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.d1ta { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.erjyca8 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.lp5xm { color: var(--text-dim); font-size: 0.8rem; }
.ymi9i01e a, .mqluhu57 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ymi9i01e a:hover, .mqluhu57 a:hover { color: var(--accent-light); }
.mqluhu57 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.omeiay5 .d1ta { text-align: center; }
.omeiay5 .mqluhu57 { justify-content: center; margin-bottom: 16px; }
.omeiay5 .erjyca8 { margin-top: 0; }
.l8m74j4 { margin-top: 10px; }
.l8m74j4 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .d1ta { padding-left: 16px; padding-right: 16px; }
  .mluc2cx .d1ta { padding: 20px 16px; }
  .mqluhu57 { gap: 4px 12px; }
  .erjyca8 { font-size: 0.78rem; }
}
.xlmuy1 .erjyca8 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.xlmuy1 .lp5xm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .xlmuy1 .epd57k { grid-template-columns: 1fr 1fr; } .xlmuy1 .ye0zt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xlmuy1 .epd57k { grid-template-columns: 1fr; } }
.h0gpqfhe .erjyca8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .h0gpqfhe .bplh5xn { gap: 12px; } .h0gpqfhe .hbzqy { margin-right: 0; width: 100%; } }
.uj03a7f .erjyca8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.uj03a7f .lp5xm { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .uj03a7f .mt8om { grid-template-columns: 1fr 1fr; } .uj03a7f .rpsgrn { grid-column: 1 / -1; } }
@media (max-width: 480px) { .uj03a7f .mt8om { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ulh3 .c14bx { grid-template-columns: 1fr 1fr; } .ulh3 .je02yycu:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ulh3 .c14bx { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .wbyiqnbn .c14bx { grid-template-columns: 1fr; } }
.zj1ntdty .d1ta { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.zj1ntdty .mqluhu57 { justify-content: center; }
.uw8ng .v48v      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.uw8ng .vbt9 { background: var(--bg-page); border-top-color: var(--border-alt); }
.bz9dz5q9 .v48v      { background: #0d1117; border-bottom-color: #21262d; }
.bz9dz5q9 .ao7giom { color: var(--accent-light); }
.bz9dz5q9 .dqod7ro { --msep-color: #8b949e; }
.bz9dz5q9 .dqod7ro a { color: #8b949e; }
.bz9dz5q9 .dqod7ro a:hover { color: var(--accent-light); }
.bz9dz5q9 .frqb4p { color: #8b949e; }
.bz9dz5q9 .vbt9 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.bz9dz5q9 .erjyca8,
.bz9dz5q9 .lp5xm { color: #6e7681; }
.bz9dz5q9 .ymi9i01e a, .bz9dz5q9 .mqluhu57 a,
.bz9dz5q9 .ymi9i01e a:hover, .bz9dz5q9 .mqluhu57 a:hover,
@media (max-width: 640px) {
  .bz9dz5q9 .dqod7ro { background: #0d1117; border-top-color: #21262d; }
  .bz9dz5q9 .dqod7ro li a { border-bottom-color: #21262d; }
}
.p1vh4 .v48v      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.p1vh4 .ao7giom { color: var(--accent); }
.p1vh4 .dqod7ro { --msep-color: #475569; }
.p1vh4 .dqod7ro a { color: #475569; }
.p1vh4 .dqod7ro a:hover { color: var(--accent); }
.p1vh4 .frqb4p { color: #64748b; }
.p1vh4 .vbt9 { background: #f0f4f8; border-top-color: #cbd5e1; }
.p1vh4 .erjyca8,
.p1vh4 .lp5xm { color: #64748b; }
.p1vh4 .ymi9i01e a, .p1vh4 .mqluhu57 a,
.p1vh4 .ymi9i01e a:hover, .p1vh4 .mqluhu57 a:hover,
@media (max-width: 640px) {
  .p1vh4 .dqod7ro { background: #f0f4f8; border-top-color: #cbd5e1; }
  .p1vh4 .dqod7ro li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.p1nm4bv .v48v      { background: var(--accent); border-bottom-color: var(--accent-light); }
.p1nm4bv .ao7giom { color: #fff; }
.p1nm4bv .dqod7ro { --msep-color: rgba(255,255,255,0.82); }
.p1nm4bv .dqod7ro a { color: rgba(255,255,255,0.82); }
.p1nm4bv .dqod7ro a:hover { color: #fff; }
.p1nm4bv .frqb4p { color: rgba(255,255,255,0.9); }
.p1nm4bv .pxs8z a { color: var(--text-primary) !important; }
.p1nm4bv .pxs8z a:hover { color: var(--accent) !important; }
.p1nm4bv .vbt9 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.p1nm4bv .erjyca8,
.p1nm4bv .lp5xm { color: rgba(255,255,255,0.72); }
.p1nm4bv .ymi9i01e a, .p1nm4bv .mqluhu57 a,
.p1nm4bv .u3xrwo a, .p1nm4bv .sn7wg a,
.p1nm4bv .mjycc1 a, .p1nm4bv .hbzqy { color: #fff; }
.p1nm4bv .fnjyku4, .p1nm4bv .fqceq { color: rgba(255,255,255,0.7); }
.p1nm4bv .ymi9i01e a:hover, .p1nm4bv .mqluhu57 a:hover,
.p1nm4bv .u3xrwo a:hover, .p1nm4bv .sn7wg a:hover { color: #fff; }
@media (max-width: 640px) {
  .p1nm4bv .dqod7ro { background: var(--accent); border-top-color: var(--accent-light); }
  .p1nm4bv .dqod7ro li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.dg4a1 .v48v {
  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);
}
.dg4a1 .vbt9 {
  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) {
  .dg4a1 .dqod7ro {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.vkqqy43y .gy1rdayx { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.t9ykgrk8 .gy1rdayx { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.gsu26olj .gy1rdayx { min-height: 72px; height: auto; }
.w5dhson .gy1rdayx { min-height: 84px; height: auto; }
.mluc2cx .gy1rdayx { max-width: none; padding: 0 32px; }
.mluc2cx .d1ta  { max-width: none; padding: 24px 32px; }
.x9q1ql.ct21x .gy1rdayx { max-width: 1200px; }
.x9q1ql.oo91 .gy1rdayx { max-width: 1320px; }
.kvffcs5i   .ao7giom, .kvffcs5i   .hbzqy { text-transform: capitalize; }
.i9vk37 .ao7giom, .i9vk37 .hbzqy { text-transform: lowercase; }
.bbhw .ao7giom, .bbhw .hbzqy { text-transform: uppercase; letter-spacing: 0.06em; }
.zvjpm, .vrgsqz {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.a3akd .zvjpm,
.sj3azz .zvjpm,
.xm0bfk6 .zvjpm,
.axef .zvjpm,
.e9f20zk   .dqod7ro a { font-weight: 500; }
.metol .dqod7ro a { font-weight: 600; }
.y7j0     .dqod7ro a { font-weight: 700; }
.oxbq    .dqod7ro a { font-weight: 800; letter-spacing: 0.01em; }
.t8ko     .dqod7ro > li + li::before,
.kl90    .dqod7ro > li + li::before,
.u0l3    .dqod7ro > li + li::before,
.qfxn .dqod7ro > li + li::before,
.vxsntngi .dqod7ro > li + li::before,
.vm7g  .dqod7ro > li + li::before,
.bxbnd    .dqod7ro > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.t8ko     .dqod7ro > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.kl90    .dqod7ro > li + li::before { content: "|"; }
.u0l3    .dqod7ro > li + li::before { content: "—"; }
.qfxn .dqod7ro > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.vxsntngi .dqod7ro > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.vm7g  .dqod7ro > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.bxbnd    .dqod7ro > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .clvvda98 .frqb4p,
  .z0b7 .frqb4p,
  .b4shov .frqb4p,
  .v3y1vn5 .frqb4p,
  .hacj .frqb4p {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .clvvda98 .frqb4p::before,
  .z0b7 .frqb4p::before,
  .b4shov .frqb4p::before,
  .v3y1vn5 .frqb4p::before,
  .hacj .frqb4p::before { content: ""; display: block; flex-shrink: 0; }

  
  .clvvda98 .frqb4p::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;
  }

  
  .z0b7 .frqb4p::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;
  }

  
  .b4shov .frqb4p::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;
  }

  
  .v3y1vn5 .frqb4p::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;
  }

  
  .hacj .frqb4p::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) {
  .s0ltg3 .frqb4p {
    padding: 5px 14px;
  }
  .s0ltg3 .dqod7ro {
    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;
  }
  .s0ltg3 .dqod7ro li a {
    border-bottom: none; padding: 10px 22px;
  }
  .s0ltg3 .dqod7ro li a:hover { background: var(--bg-raised); }
  .s0ltg3 .nh5848f,
  .snl8sauq .nh5848f,
  .huroz4b .nh5848f { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .r2on97b2 .frqb4p {
    padding: 5px 10px;
  }
  .r2on97b2 .dqod7ro {
    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);
  }
  .r2on97b2 .dqod7ro.ai79 { transform: translateX(0); }
  .r2on97b2 .dqod7ro li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .r2on97b2 .dqod7ro li:last-child a { border-bottom: none; }
  .p1nm4bv .dqod7ro,
  .bz9dz5q9 .dqod7ro { background: var(--accent) !important; }
  .p1nm4bv .dqod7ro li a,
  .bz9dz5q9 .dqod7ro li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .huroz4b .frqb4p {
    padding: 5px 10px;
  }
  .huroz4b .dqod7ro {
    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);
  }
  .huroz4b .dqod7ro::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .huroz4b .dqod7ro.ai79 { transform: translateY(0); }
  .huroz4b .dqod7ro li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .kq45hqq3 .frqb4p {
    padding: 5px 10px;
  }
  .kq45hqq3 .dqod7ro {
    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;
  }
  .kq45hqq3 .dqod7ro.ai79 { opacity: 1; pointer-events: auto; }
  .kq45hqq3 .dqod7ro li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .eep6d     .frqb4p { border-radius: 0 !important; }
  .y303ezis   .frqb4p { border-radius: 8px !important; }
  .j8wx6r7 .frqb4p { border-radius: 50% !important; }
  .y2pos   .frqb4p { border-radius: 999px !important; }
}
.wkkm4goh .d97dld2l { height: 28px; }
.v7je .d97dld2l { height: 54px; }
.gfzgrdz4 .d97dld2l { height: 54px; }
.do3x9v .apr2 { padding: 18px 24px; min-height: 68px; }
@media (min-width: 720px) {
  .hrpexpf1 .ul5l {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .hrpexpf1 .apr2 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .hrpexpf1 .apr2 { padding: 40px 16px 20px; }
  .hrpexpf1 .wnmc2mkf {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .hrpexpf1 .ydt73e1 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .jxbl9q .apr2 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .jxbl9q .apr2::before {
    position: absolute; top: 14px; left: 14px;
  }
  .jxbl9q .j5go {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .jxbl9q .d61ek { white-space: normal; text-align: center; font-size: 1.2rem; }
  .jxbl9q .wnmc2mkf {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .jxbl9q .ydt73e1 { width: 100%; min-width: 0; }
  .jxbl9q .lpovv { min-width: 0; }
}
.yts4l .w60fww {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.yts4l .w60fww summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.yts4l .w60fww p { padding: 0 2px 16px; }
.tqukpyyk .w60fww { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.tqukpyyk .w60fww summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.tqukpyyk .w60fww summary::after { content: "›"; font-size: 1.2em; }
.tqukpyyk .w60fww[open] summary::after { content: "‹"; }
.tqukpyyk .w60fww p { padding: 10px 22px 4px; }
.omlrvgc .w60fww {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.omlrvgc .w60fww summary { color: var(--text-primary); padding-left: 16px; }
.omlrvgc .w60fww summary::after { content: "›"; font-size: 1.1em; }
.omlrvgc .w60fww[open] summary::after { content: "‹"; }
.omlrvgc .w60fww p { padding-left: 16px; }
.gvsq .mp7m { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.gvsq .w60fww {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.gvsq .w60fww:last-child { border-bottom: none; }
.gvsq .w60fww summary { color: var(--text-primary); border-radius: 0; }
.gvsq .w60fww summary::after { content: "›"; font-size: 1.1em; }
.gvsq .w60fww[open] summary::after { content: "‹"; }
.r69cu1v .w60fww { overflow: hidden; }
.r69cu1v .w60fww summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.r69cu1v .w60fww summary::after { color: rgba(255,255,255,.75); }
.r69cu1v .w60fww[open] summary { border-radius: 0; }
.todwf73 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.mrjjsy {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.zj75n {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.a709p3 { color: var(--text-muted); font-size: 1.05rem; }
.umizga {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.htnopka { margin-bottom: 20px; }
.g105z5e {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.opozr0w {
  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;
}
.opozr0w:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.d0iu9ru7 { resize: vertical; min-height: 130px; }
.q57m76 { width: 100%; margin-top: 8px; }
.bl3o9c4 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.hpz01c {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.xlg2dvzh { color: var(--text-muted); line-height: 1.75; }
.hse4w { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.hse4w li { margin-bottom: 6px; }
.iw86k4n { max-width: 760px; margin: 0 auto; }
.zni4pns { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.za9l9s { max-width: 760px; margin: 0 auto; }
.lcfv2jd ul.hse4w { margin: 0; }
@media (max-width: 640px) { .o6skyg { grid-template-columns: 1fr; gap: 10px; } }
.tb3s { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.dy1x { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.az83 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.dy1x p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.dy1x .hse4w { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .tb3s { grid-template-columns: 1fr; } }
.j4jnfz4 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.j4jnfz4:hover .ocaz4 { color: var(--accent-light); text-decoration: underline; }
.t4zdvko { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.yf3j8qbu { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.yf3j8qbu:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.smxhj { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.yf3j8qbu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.yf3j8qbu ul.hse4w { margin: 0; }
.b1qonky { color: var(--text-muted); line-height: 1.75; }
.zppdqqc .hse4w,
.nyzq82v0 .hse4w,
.jqclgi .hse4w,
.w16533l .hse4w {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.zppdqqc .yf3j8qbu,
.nyzq82v0 .yf3j8qbu { text-align: left; }
.zppdqqc .smxhj,
.nyzq82v0 .smxhj { text-align: center; }
.n3jik { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.xfln { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.jxs3gu { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.oucla { margin-top: 12px; }
.veo2 { 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; }
.veo2:hover { border-bottom-color: var(--accent); }
.is1uas7 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.is1uas7 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.no8yyi { width: 200px; height: 200px; }
.lhdq8 { border-radius: 50%; }
.a18d { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.je0ikon { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .x9qsm { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.fearh .jxs3gu, .fearh .xfln { max-width: 640px; }
.tv1sql .n3jik { font-size: 1.6rem; margin-top: 18px; }
.hzia .jxs3gu { margin-bottom: 28px; }
@media (max-width: 860px) { .aks8q { grid-template-columns: 1fr; } .tv1sql { position: static; text-align: center; } }
.uia8 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.iny436 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.iny436 .is1uas7 { margin: 0 auto 18px; }
.iny436 .a18d { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .uia8 { grid-template-columns: 1fr; } }
.yi4n .n3jik { font-size: 1.6rem; margin-bottom: 6px; }
.w16533l .hse4w { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .yi4n { flex-direction: column; text-align: center; } .ls4zm69 { grid-template-columns: 1fr; } }
.uz6dq9 .n3jik { font-size: 1.35rem; margin: 0 0 4px; }
.uz6dq9 .a18d { margin: 0; }
.utr4zh6v { max-width: 760px; margin: 0 auto; }
.cvtjtp { position: relative; padding-left: 28px; }
.cvtjtp::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.lix5ox { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.lix5ox:last-child { padding-bottom: 0; }
.ydcxgce { 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; }
.faexdidp h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.faexdidp p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.s8oa0lu .zj75n { color: var(--accent-light); }
.edyt7ta .zj75n { font-size: 2rem; }
.edyt7ta .a709p3 { max-width: 680px; }
.pv9z .zj75n { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.pv9z .a709p3  { margin: 0; }
@media (max-width: 640px) { .pv9z { flex-direction: column; } }
.o3f27ozp .zj75n { color: var(--accent-light); }
.kbqtf3pf {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.kbqtf3pf .zj75n { color: #fff; }
.kbqtf3pf .a709p3  { color: rgba(255,255,255,0.85); }
.oxjyu { max-width: 680px; margin: 0 auto; }
.bzkgdl {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .bzkgdl { grid-template-columns: 1fr; } }
.gky22nd .opozr0w {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.gky22nd .opozr0w:focus { border-bottom-color: var(--accent); box-shadow: none; }
.s7zpf5ex .opozr0w { background: var(--bg-raised); border-color: transparent; }
.s7zpf5ex .opozr0w:focus { background: var(--bg-card); border-color: var(--accent); }
.pud6 .opozr0w { border-radius: 100px; padding: 11px 20px; }
.pud6 .d0iu9ru7 { border-radius: 14px; }
@media (max-width: 640px) { .i3d2poce { grid-template-columns: 1fr; } }
.ral3m5or { counter-reset: priv-count; }
.qidbwez {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.qidbwez:last-child { border-bottom: none; }
.y2cpq {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.qidbwez h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.qidbwez p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.u4pmcw9 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.u4pmcw9 li { margin-bottom: 6px; }
.nt4ky{display:none}
.nt4ky:empty,.ze61cnv:empty{display:none}
.efjf60l{position:relative;overflow:visible}
.s7qaym2 .sgrkju,.o43jl .sgrkju,
.xi0sz0z .sgrkju,.w37s .sgrkju,
.duzu30k7 .sgrkju,.ewl33rl .sgrkju{display:block}
.nbypg9q .hgnj{display:block}
.s7qaym2 .sgrkju,.o43jl .sgrkju,
.xi0sz0z .sgrkju,.w37s .sgrkju,
.duzu30k7 .sgrkju{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.s7qaym2 .sgrkju .ze61cnv,.o43jl .sgrkju .ze61cnv,
.xi0sz0z .sgrkju .ze61cnv,.w37s .sgrkju .ze61cnv,
.duzu30k7 .sgrkju .ze61cnv{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.s7qaym2 .sgrkju,.o43jl .sgrkju{top:12px}
.s7qaym2 .sgrkju .ze61cnv{margin-right:auto}
.o43jl .sgrkju .ze61cnv{margin-left:auto}
.o43jl .sgrkju{text-align:right}
.xi0sz0z .sgrkju,.w37s .sgrkju{bottom:12px}
.xi0sz0z .sgrkju .ze61cnv{margin-right:auto}
.w37s .sgrkju .ze61cnv{margin-left:auto}
.w37s .sgrkju{text-align:right}
.duzu30k7 .sgrkju{position:relative;margin-top:16px}
.duzu30k7 .sgrkju .ze61cnv{margin:0 auto}
.ewl33rl .sgrkju{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ewl33rl .sgrkju .ze61cnv{margin:0}
.ewl33rl .h8051a~.sgrkju,
.ewl33rl .d27n2o~.sgrkju{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ewl33rl .h8051a~.sgrkju .ze61cnv,
.ewl33rl .d27n2o~.sgrkju .ze61cnv{justify-content:flex-start}
.h8051a~.sgrkju,.d27n2o~.sgrkju{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.h8051a~.sgrkju .ze61cnv{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.d27n2o~.sgrkju .ze61cnv{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hgnj .ze61cnv{margin:0 0 12px}
.ze61cnv{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.jg7h{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ocaz4{font-weight:600;color:var(--text-heading);opacity:1}
.uz630df .jg7h{display:none}
.kxqar .ze61cnv{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.tn8ch .ze61cnv{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ipb0jnvr{--date-bg:transparent}
.mw6gqo94 .rmf46y::before{content:"|";opacity:.3}
.mw6gqo94 .z3gcth8 + .z3gcth8::before{content:"|";margin-right:6px;opacity:.3}
.qy3fs1g .i5r4jsk{padding:20px 0}
@media(max-width:640px){
  .i5r4jsk{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .pwn57d7k{max-width:100%}
}
:root {
  --accent:          #5752c0;
  --brand:           #5752c0;
  --brand-light:     #9492cc;
  --brand-pale:      #bbbad7;
  --grad-start:      #9895d8;
  --grad-end:        #c7c6e4;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #5752c0;
  --cta-light:       #3d38b0;
  --cta-hover:       #3d389b;
  --bg-page:         #f6f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f4f5;
  --bg-raised:       #eeeef0;
  --bg-hover:        #f4f4f5;
  --border:          #e3e2e8;
  --border-alt:      #d1d1db;
  --border-section:  #e3e2e8;
  --text-primary:    #18181a;
  --text-muted:      #54545e;
  --text-body:       #303035;
  --text-sub:        #484850;
  --text-faint:      #797886;
  --text-dim:        #93939e;
  --text-label:      #60606b;
  --text-value:      #3c3c43;
  --accent-bg:       #e7e7ed;
  --accent-bg-light: #d2d1e4;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f5;
  --c-pros:          #1e8467;
  --c-cons:          #9f2146;
  --c-pros-label:    #249d7a;
  --c-tip-border:    #28ae87;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1e8467;
}
:root { --logo-bg-opacity: 30%; }
body, button, input { font-family: "Raleway", sans-serif; }
.wkr7vb .b1xmee0m { font-size: 0; width: 1.2rem; flex-shrink: 0; }.wkr7vb .b1xmee0m::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.wkr7vb .y0ig6a     .b1xmee0m::before { content: "";  color: var(--c-tip-border); }.wkr7vb .aj2ism .b1xmee0m::before { content: ""; color: var(--c-warn-border); }.wkr7vb .xxu0    .b1xmee0m::before { content: ""; color: #60a5fa; }.wu8dhcn5 .wkr7vb .y0ig6a     .b1xmee0m::before { color: #10b981; }.wu8dhcn5 .wkr7vb .aj2ism .b1xmee0m::before { color: #f43f5e; }.wu8dhcn5 .wkr7vb .xxu0    .b1xmee0m::before { color: #a855f7; }.ih3gj7j  .wkr7vb .y0ig6a     .b1xmee0m::before { color: #eab308; }.ih3gj7j  .wkr7vb .aj2ism .b1xmee0m::before { color: #ef4444; }.ih3gj7j  .wkr7vb .xxu0    .b1xmee0m::before { color: #f97316; }.qq6t  .wkr7vb .y0ig6a     .b1xmee0m::before { color: #38bdf8; }.qq6t  .wkr7vb .aj2ism .b1xmee0m::before { color: #818cf8; }.qq6t  .wkr7vb .xxu0    .b1xmee0m::before { color: #2dd4bf; }.fvqdb4c .wkr7vb .b1xmee0m::before { color: var(--accent-light) !important; }
.qaz7gv .xf5ku0 li::before, .qaz7gv .fjfvig li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.qaz7gv .xf5ku0 li::before { content: ""; }.qaz7gv .fjfvig li::before { content: ""; }.qaz7gv .mxap::before, .qaz7gv .m5qvtxr::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.qaz7gv .mxap::before { content: ""; }.qaz7gv .m5qvtxr::before { content: ""; }
.cz08a1ek .oouvlf, .cz08a1ek .h8051a { min-height: 780px; }
.jl1ll2::before { content: '·'; font-size: 1.3em; line-height: 1; }
.euvncl .z3gcth8::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.euvncl .z3gcth8:first-of-type::before{content:"\f073"}.euvncl .z3gcth8:last-of-type::before{content:"\f303"}