: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;
}
.myks2r {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ivckjo1d {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.r1viwwh {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.p1wn324h { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.v0bl { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.v0bl a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.v0bl a:hover { color: var(--accent-light); }
.se1y1     .isns { border-radius: 24px; padding: 8px; }
.se1y1 .isns li a { border-radius: 16px; }
@media (max-width: 640px) {
  .isns {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .h8zo:hover .isns,
  .h8zo:focus-within .isns { display: block; }
  .isns li a { padding: 8px 16px; font-size: 0.88rem; }
}
.v7bp1b0 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.kcpu5o { display: none; }
@media (max-width: 640px) {
  .kcpu5o {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .kcpu5o.s43bw { display: block; }
}
@media (max-width: 640px) {
  .v7bp1b0 { display: block; }
  .v0bl > li + li::before { display: none !important; }
  .v0bl {
    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;
  }
  .v0bl.s43bw { display: flex; }
  .v0bl li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .v0bl li:last-child a { border-bottom: none; }
}
.nc226 { min-height: 480px; }
.f0na1tv {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.j4v2mss { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ly8gqhga .j4v2mss { margin-left: 0; margin-right: 0; }
.hw55h4e {
  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;
}
.hw55h4e:hover { opacity: 0.88; }
.lvt2 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.vuq2h3cq {
  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%);
}
.lvt2 .rqq7 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.lvt2 .f0na1tv { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.lvt2 .j4v2mss { color: #e2e8f0; }
.lvt2.we2fh .rqq7 { text-align: center; }
.lvt2.ly8gqhga   .rqq7 { text-align: left; }
.try2s7 .rqq7 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.try2s7 .f0na1tv { color: var(--text-primary); text-shadow: none; }
.try2s7 .j4v2mss { color: var(--text-muted); }
.try2s7 .hw55h4e { margin-top: 16px; }
.try2s7, .try2s7.nc226 { min-height: auto !important; }
.try2s7.we2fh .rqq7 { text-align: center; }
.try2s7.ly8gqhga   .rqq7 { text-align: left; }
.try2s7~.w9zuyw{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}
.try2s7~.w9zuyw .yj3rotj{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; }
}
.dcnz5 .ooljj,
.dcnz5 .dqxw2qsg,
.dcnz5 .lvt2 .vuq2h3cq {
  overflow: hidden;
}
.dcnz5 .ooljj::after,
.dcnz5 .dqxw2qsg::after,
.dcnz5 .lvt2 .vuq2h3cq::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); }
}
.l9nha .lvt2 .vuq2h3cq {
  overflow: hidden;
}
.l9nha .lvt2 .vuq2h3cq::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;
}
.ov6xm5of .lvt2 .vuq2h3cq {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.s3fu6 .lvt2 .vuq2h3cq {
  overflow: hidden;
}
.s3fu6 .lvt2 .vuq2h3cq::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;
}
.mrkf .lvt2 .vuq2h3cq {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ooljj .vuq2h3cq {
  background: none;
}
.ooljj .f0na1tv { color: #fff; }
.ooljj .j4v2mss { color: rgba(255,255,255,0.85); }
.ooljj .hw55h4e { background: #fff; color: var(--cta); }
.ooljj .hw55h4e:hover { opacity: 0.92; }
.dcnz5 .we14hw { position: relative; overflow: hidden; }
.dcnz5 .we14hw::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;
}
.we14hw .f0na1tv { text-shadow: none; color: var(--text-primary); }
.we14hw .j4v2mss { color: var(--text-muted); }
body.tg5bmss .f0na1tv {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.q9oqfnaj .f0na1tv {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.we14hw.ly8gqhga   .z6s188o9 { align-items: flex-start; text-align: left; }
.pl4ev .rqq7 { padding-bottom: 24px; }
.gujv .rqq7 { max-width: 960px; }
@media (max-width: 700px) {
  .we14hw { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .we14hw .yq0ykb7 { display: none !important; }
  .xh9fjp .yq0ykb7 { display: none !important; }
  .jipgs0 .faeuvu { display: none !important; }
  .g1kyu .yhn46 { display: none !important; }
  .z6s188o9  { padding: 36px 24px; }
  .we14hw~.w9zuyw,.k6bb27~.w9zuyw{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .nc226, .we14hw { min-height: 320px !important; }
  
  .f0na1tv { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ccalkonl { display: none !important; }
  
  .mc549h { flex-direction: column; align-items: center; }
  .fdavzu9u { width: 100%; max-width: 340px; }
}
.bzw0ubr { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.o6dw24 { width: 100%; height: auto; display: block; border-radius: 10px; }
.pvku8 .bzw0ubr        { border-radius: 16px; }
.pvku8 .o6dw24  { border-radius: 16px; }
.l0r9t4h .bzw0ubr         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.l0r9t4h .o6dw24   { border-radius: 8px; }
.c3yf61ab { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.drqyn2wa { width: 100%; padding: 32px 0; position: relative; }
.r9msuj87 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.au22 .drqyn2wa:nth-child(even) { background: var(--bg-surface); }
.au22 .drqyn2wa:nth-child(odd)  { background: var(--bg-page); }
.ekinobmg .drqyn2wa:nth-child(even) { background: var(--bg-card); }
.ekinobmg .drqyn2wa:nth-child(odd)  { background: var(--bg-page); }
.au22 .drqyn2wa:nth-child(odd)  .r9msuj87 { background: var(--bg-card); border-radius: 6px; }
.au22 .drqyn2wa:nth-child(even) .r9msuj87 { background: var(--bg-raised); border-radius: 6px; }
.ekinobmg .drqyn2wa:nth-child(odd)  .r9msuj87 { background: var(--bg-card); border-radius: 6px; }
.ekinobmg .drqyn2wa:nth-child(even) .r9msuj87 { background: var(--bg-raised); border-radius: 6px; }
.au22 .drqyn2wa:nth-child(even) .apy3ul5 .xxj4ps,
.ekinobmg .drqyn2wa:nth-child(even) .apy3ul5 .xxj4ps { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.au22 .drqyn2wa:nth-child(odd) .apy3ul5 .xxj4ps,
.ekinobmg .drqyn2wa:nth-child(odd) .apy3ul5 .xxj4ps { background: var(--bg-card-inner); }
.au22 .drqyn2wa:nth-child(even) .mmwiyt .xxj4ps:nth-child(odd),
.ekinobmg .drqyn2wa:nth-child(even) .mmwiyt .xxj4ps:nth-child(odd)  { background: var(--bg-card); }
.au22 .drqyn2wa:nth-child(even) .mmwiyt .xxj4ps:nth-child(even),
.ekinobmg .drqyn2wa:nth-child(even) .mmwiyt .xxj4ps:nth-child(even) { background: var(--bg-card-inner); }
h1.bt4k { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.bt4k {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ewiq9j { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.fyvp h2.bt4k {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.vhci h2.bt4k {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.whgctn7 h2.bt4k {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.dc8h9v h2.bt4k::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.jh45cp h2.bt4k {
  color: var(--text-primary); font-size: 1.7rem;
}
.m63tmy h2.bt4k::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.m8z0tk3 h2.bt4k {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.pe15e { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .pe15e { display: none; } }
.lhhc { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.awdd0m { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.zf2ff80 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.htrpxf4 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.lag8085 { padding-left: 20px; }
.lag8085 li { margin-bottom: 6px; }
.lag8085 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.lag8085 a:hover { color: var(--accent-light); }
.q55a8v1 .htrpxf4 { display: none; }
.zvzw6 .htrpxf4 { display: none; }
.zvzw6 .lag8085 { padding-left: 0; list-style: none; }
.zvzw6 .lag8085 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.zvzw6 .lag8085 a { font-size: 0.92rem; }
.l5bdy28c .zf2ff80 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.l5bdy28c .htrpxf4 { display: none; }
.l5bdy28c .lag8085 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.l5bdy28c .lag8085 li { margin-bottom: 0; }
.l5bdy28c .lag8085 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;
}
.l5bdy28c .lag8085 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.lw06k .zf2ff80 { padding: 20px 20px 16px; }
.lw06k .lag8085 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.lw06k .lag8085 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.lw06k .lag8085 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;
}
.lw06k .lag8085 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;
}
.lw06k .lag8085 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.lw06k .lag8085 a:focus,
.lw06k .lag8085 a:focus-visible,
.lw06k .lag8085 a:target { outline: none; }
.lw06k .lag8085 li:target a { border-color: var(--border); color: var(--text-muted); }
.rinxvv .zf2ff80 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.rinxvv .htrpxf4 { display: none; }
.rinxvv .lag8085 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.rinxvv .lag8085 li { margin-bottom: 0; }
.rinxvv .lag8085 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.rinxvv .lag8085 li:last-child::after { content: ""; margin-right: 0; }
.rinxvv .lag8085 a { font-size: 0.9rem; }
.xxj4ps { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.apy3ul5 .xxj4ps { background: var(--bg-card); }
.mmwiyt .xxj4ps:nth-child(odd)  { background: var(--bg-card); }
.mmwiyt .xxj4ps:nth-child(even) { background: var(--bg-raised); }
.f65qud .xxj4ps {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.f65qud .xxj4ps:last-child { border-bottom: none; }
.f65qud h3.ewiq9j { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.dzm5b9t .xxj4ps {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.dzm5b9t .xxj4ps + .xxj4ps { margin-top: 4px; }
.nvan2e .xxj4ps { background: none; border-radius: 0; padding: 12px 0; }
.nvan2e .xxj4ps + .xxj4ps { border-top: 1px solid var(--border-section); }
.iygl { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.s5vx78g { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.t0t5ke { color: var(--text-body); margin-bottom: 10px; }
.jxt4g, .po96p { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.jxt4g li, .po96p li { margin-bottom: 6px; }
.po96p li { list-style: decimal; }
.phg8ol     .jxt4g { list-style-type: "● "; }
.k5bf  .jxt4g { list-style-type: "■ "; }
.hoj2icys .jxt4g { list-style-type: "◆ "; }
.gqszm    .jxt4g { list-style-type: "★ "; }
.phg8ol     .ljq4z3o { list-style-type: "● "; }
.k5bf  .ljq4z3o { list-style-type: "■ "; }
.hoj2icys .ljq4z3o { list-style-type: "◆ "; }
.gqszm    .ljq4z3o { list-style-type: "★ "; }
.phg8ol    .jxt4g li::marker, .phg8ol    .ljq4z3o li::marker,
.k5bf .jxt4g li::marker, .k5bf .ljq4z3o li::marker,
.hoj2icys .jxt4g li::marker, .hoj2icys .ljq4z3o li::marker,
.gqszm   .jxt4g li::marker, .gqszm   .ljq4z3o li::marker {
  color: var(--cta); font-size: 1em;
}
.phg8ol .po96p,
.k5bf .po96p,
.hoj2icys .po96p,
.gqszm .po96p {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.phg8ol .po96p li,
.k5bf .po96p li,
.hoj2icys .po96p li,
.gqszm .po96p li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.phg8ol .po96p li::before,
.k5bf .po96p li::before,
.hoj2icys .po96p li::before,
.gqszm .po96p 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;
}
.phg8ol     .po96p li::before { border-radius: 50%; }
.k5bf  .po96p li::before { border-radius: 3px; }
.hoj2icys .po96p li::before { border-radius: 3px; }
.gqszm    .po96p li::before { border-radius: 50%; }
.ddi88tjt { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.n8x5 .ddi88tjt,
.ugz2r8fi .ddi88tjt { background: transparent; border: none; border-radius: 0; }
.skv5yr { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.skv5yr th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.skv5yr td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.skv5yr tr:hover td { background: var(--bg-hover); }
.cultshwq .skv5yr tbody tr:nth-child(even) td { background: var(--bg-surface); }
.kneo88 .skv5yr { border: 1px solid var(--border-alt); }
.kneo88 .skv5yr th,
.kneo88 .skv5yr td { border: 1px solid var(--border-alt); }
.l6iwjm4 .skv5yr th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.l6iwjm4 .skv5yr td { border-bottom: none; }
.l6iwjm4 .skv5yr tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.arw5 .skv5yr th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ctrvpqwt .ddi88tjt {
  overflow: hidden;
}
.ctrvpqwt .skv5yr th { border-bottom: 1px solid var(--border-alt); }
.ctrvpqwt .skv5yr tr:last-child td { border-bottom: none; }
.q4639k { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.yscc { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.cciy { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.yl6h { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.vyfd { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ljq4z3o { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ljq4z3o li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.aslgrtpy .yl6h { background: transparent; text-align: center; }
.vlvrbl .cciy {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.hjn78fn .cciy {
  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);
}
.zqu8a8 .yscc { display: grid; grid-template-columns: auto 1fr; }
.zqu8a8 .cciy {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.zqu8a8 .yl6h { grid-column: 2; }
.zqu8a8 .vyfd,
.zqu8a8 .ljq4z3o { grid-column: 1 / -1; }
.qwh90tkn .yscc { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.qwh90tkn .cciy {
  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);
}
.qwh90tkn .yl6h { grid-column: 2; }
.qwh90tkn .vyfd,
.qwh90tkn .ljq4z3o { grid-column: 1 / -1; }
.nnovb .yscc { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.nnovb .yl6h { background: none; color: var(--accent-light); font-weight: 700; }
.ivzc .yscc { 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); }
.ivzc .yl6h { background: none; color: var(--accent-light); font-weight: 700; }
.bw9us74y .yscc { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.bw9us74y .yscc:last-child { border-bottom: none; }
.bw9us74y .yl6h { background: none; color: var(--accent-light); font-weight: 700; }
.qwef0 .yscc { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.qwef0 .yl6h { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.wftyy .q4639k { counter-reset: card-n; }
.wftyy .yscc  { counter-increment: card-n; }
.wftyy .yl6h { display: flex; align-items: center; gap: 10px; }
.wftyy .yl6h::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;
}
.fmd29ool .yscc { background: var(--bg-surface); border: 1px solid var(--border); }
.fmd29ool .yl6h { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.flbif1d { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.bw8g  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.ractbeg4 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.bykgew6 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.wtgv4 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.flbif1d strong { color: var(--text-primary); font-size: 0.95rem; }
.flbif1d p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.guxws { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.czcer9fd, .rvp6 { border-radius: 8px; padding: 14px; }
.czcer9fd { background: var(--bg-pros); }
.rvp6 { background: var(--bg-cons); }
.hj0clkmz { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.czcer9fd .hj0clkmz { color: var(--c-pros-label); }
.rvp6 .hj0clkmz { color: #f87171; }
.czcer9fd ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.rvp6 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.o6dw24 { width: 100%; height: auto; border-radius: 10px; display: block; }
.so077m {
  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;
}
.so077m:hover { opacity: 0.85; }
.u5is .so077m  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.u5is .so077m:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.jl5yn67b .so077m  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.jl5yn67b .so077m:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.f2l6 .hw55h4e { border-radius: 50px; }
.f2l6 .so077m  { border-radius: 50px; }
.p7rrf2 .hw55h4e { padding-left: 22px; padding-right: 22px; }
.p7rrf2 .so077m  { padding-left: 12px; padding-right: 12px; }
.ro1sse .hw55h4e { padding-left: 44px; padding-right: 44px; }
.ro1sse .so077m  { padding-left: 24px; padding-right: 24px; }
.tazfhbdw .hw55h4e { padding-left: 56px; padding-right: 56px; }
.tazfhbdw .so077m  { padding-left: 32px; padding-right: 32px; }
.naufx9qa   .hw55h4e::after, .naufx9qa   .so077m::after,
.m52y95zc .hw55h4e::after, .m52y95zc .so077m::after,
.zc48    .hw55h4e::after, .zc48    .so077m::after,
.k0dc0r    .hw55h4e::after, .k0dc0r    .so077m::after,
.bb4pd    .hw55h4e::after, .bb4pd    .so077m::after,
.lbs7swf     .hw55h4e::after, .lbs7swf     .so077m::after,
.cybm0fu    .hw55h4e::after, .cybm0fu    .so077m::after,
.gmo0ni0q   .hw55h4e::after, .gmo0ni0q   .so077m::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;
}
.naufx9qa .hw55h4e::after, .naufx9qa .so077m::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");
}
.m52y95zc .hw55h4e::after, .m52y95zc .so077m::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");
}
.zc48 .hw55h4e::after, .zc48 .so077m::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");
}
.k0dc0r .hw55h4e::after, .k0dc0r .so077m::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");
}
.bb4pd .hw55h4e::after, .bb4pd .so077m::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");
}
.lbs7swf .hw55h4e::after, .lbs7swf .so077m::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");
}
.cybm0fu .hw55h4e::after, .cybm0fu .so077m::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");
}
.gmo0ni0q .hw55h4e::after, .gmo0ni0q .so077m::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");
}
.h54gat1   .a44aj4::after, .h54gat1   .cgm5xb5e::after,
.jxl3 .a44aj4::after, .jxl3 .cgm5xb5e::after,
.ddsbq4    .a44aj4::after, .ddsbq4    .cgm5xb5e::after,
.i5j1v    .a44aj4::after, .i5j1v    .cgm5xb5e::after,
.bya2v    .a44aj4::after, .bya2v    .cgm5xb5e::after,
.wuiyf     .a44aj4::after, .wuiyf     .cgm5xb5e::after,
.d688    .a44aj4::after, .d688    .cgm5xb5e::after,
.bfei   .a44aj4::after, .bfei   .cgm5xb5e::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;
}
.h54gat1 .a44aj4::after, .h54gat1 .cgm5xb5e::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");
}
.jxl3 .a44aj4::after, .jxl3 .cgm5xb5e::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");
}
.ddsbq4 .a44aj4::after, .ddsbq4 .cgm5xb5e::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");
}
.i5j1v .a44aj4::after, .i5j1v .cgm5xb5e::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");
}
.bya2v .a44aj4::after, .bya2v .cgm5xb5e::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");
}
.wuiyf .a44aj4::after, .wuiyf .cgm5xb5e::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");
}
.d688 .a44aj4::after, .d688 .cgm5xb5e::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");
}
.bfei .a44aj4::after, .bfei .cgm5xb5e::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");
}
.b1vvx .k2igzu { background: #1a1a1a; }
@media (min-width: 721px) {
  .a38wrde { flex: 0 0 260px; width: 260px; }
  .hy4s3 { flex: 0 0 120px; width: 120px; }
  .fweqvs { flex: 0 0 110px; width: 110px; }
  .mu7fi5g   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .o6dnd { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.o6dnd.so077m { 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) {
  .zufa { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .zufa .mywi { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .zufa .a38wrde { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .zufa .k2igzu { width: 100%; min-width: unset; height: 120px; }
  .zufa .kcki48 { max-height: 96px; max-width: 200px; }
  .zufa .gh45 { min-width: unset; text-align: center; white-space: normal; }
  .zufa .hy4s3 { min-width: 0; }
  .zufa .mu7fi5g { 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; }
  .zufa .o6dnd { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .x1lx3 .mywi { row-gap: 8px !important; gap: 10px !important; }
}
.r8bbqp .hictn li::before { content: "→"; }
.r8bbqp .uizs li::before { content: "–"; }
@media (min-width: 860px) {
  .mgdxm3t .n0kiq {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .mgdxm3t .c13vfsb { margin: 0; }
}
.ugz2r8fi .guxws { gap: 10px; }
.ugz2r8fi .czcer9fd, .ugz2r8fi .rvp6 { padding: 12px; }
.ugz2r8fi .czcer9fd ul, .ugz2r8fi .rvp6 ul { margin: 4px 0 0; padding-left: 18px; }
.ugz2r8fi .czcer9fd li, .ugz2r8fi .rvp6 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .ydbq00 { grid-template-columns: 1fr; }
  .kgvh4hay { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .kgvh4hay .yyaysd { width: 72px; height: 50px; }
  .kgvh4hay .j38m1sdb { max-width: 180px; }
  .kgvh4hay .mvxb { width: auto; }
}
@media (max-width: 720px) {
  .hi7corst { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .je7o { padding: 16px; }
  .c5n9c4u .mhlq { min-width: 50%; }
}
.o700pon .guxws { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .g5ofvcjr { grid-template-columns: 1fr; }
  .h9mr48 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .mgcr7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .hbvl { flex-wrap: wrap; padding: 16px; }
}
.rb431z .guxws { gap: 8px; }
.rb431z .czcer9fd, .rb431z .rvp6 { padding: 8px; }
@media (max-width: 480px) {
  .xtrlq { flex-direction: column; align-items: stretch; }
}
.jkt2 .mvxb .so077m { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .l49v { flex-direction: column; align-items: stretch; gap: 10px; }
  .jkt2 .mvxb { text-align: center; }
}
@media (max-width: 720px) {
  .xewv76 { grid-template-columns: 1fr; }
  .e299c82k { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .gcol { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .i28a { grid-template-columns: 1fr; }
  .e56z4 { width: 100px; height: 100px; margin: 16px auto; }
  .mfi6576w { font-size: 1.4rem; }
  .ky7l { justify-content: center; }
  .uuaz .mhlq { min-width: 50%; }
}
.njcw01y .guxws { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .gapppdzp { flex-wrap: wrap; padding: 14px 16px; }
  .l49w2a { padding: 12px 16px; }
  .njcw01y .guxws { margin: 0 16px; }
  .njcw01y .xbpxh { padding: 0 16px; }
  .fnmq7s7 { padding: 12px 16px; }
}
.o0n2skw .zufa { gap: 0; }
.o0n2skw .mywi {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.o0n2skw .mywi:last-child { border-bottom: none; }
.o0n2skw .mywi:nth-child(odd) { background: var(--accent-bg); }
.o0n2skw .mywi:nth-child(odd):hover { background: var(--bg-hover); }
.f9vs8gwo .o6dnd.so077m { padding: 14px 30px !important; font-size: 1rem; }
.azw0wc0 .o6dnd.so077m { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.il1w .hy4s3 { display: none; }
.bx0esr { margin: 16px 0; }
.qdjqjjx { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.qdjqjjx summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.qdjqjjx summary::after { content: "+"; color: var(--accent-light); }
.qdjqjjx[open] summary::after { content: "−"; }
.qdjqjjx p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.drqyn2wa { margin-bottom: 0; }
.eo2q2na6 h2.bt4k { color: var(--text-primary); border-color: var(--accent-light); }
.swfj4nxd h2.bt4k { color: var(--text-primary); border-color: var(--accent-light); }
.jih4 .bw8g     { background: #052e16; border-color: #10b981; }
.jih4 .ractbeg4 { background: #2d0a1e; border-color: #f43f5e; }
.jih4 .bykgew6    { background: #1e1036; border-color: #a855f7; }
.jih4 .flbif1d strong  { color: #f1f5f9; }
.jih4 .flbif1d p       { color: #cbd5e1; }
.jih4 .a6bww    .bw8g     .wtgv4::before,
.jih4 .ucnkxe  .bw8g     .wtgv4::before,
.jih4 .xhfx65n  .bw8g     .wtgv4::before,
.jih4 .lizm9 .bw8g     .wtgv4::before { color: #10b981; }
.jih4 .a6bww    .ractbeg4 .wtgv4::before,
.jih4 .ucnkxe  .ractbeg4 .wtgv4::before,
.jih4 .xhfx65n  .ractbeg4 .wtgv4::before,
.jih4 .lizm9 .ractbeg4 .wtgv4::before { color: #f43f5e; }
.jih4 .a6bww    .bykgew6    .wtgv4::before,
.jih4 .ucnkxe  .bykgew6    .wtgv4::before,
.jih4 .xhfx65n  .bykgew6    .wtgv4::before,
.jih4 .lizm9 .bykgew6    .wtgv4::before { color: #a855f7; }
.h3sjepo .bw8g     { background: #2d2000; border-color: #eab308; }
.h3sjepo .ractbeg4 { background: #2d0b0b; border-color: #ef4444; }
.h3sjepo .bykgew6    { background: #2d1600; border-color: #f97316; }
.h3sjepo .flbif1d strong  { color: #f1f5f9; }
.h3sjepo .flbif1d p       { color: #cbd5e1; }
.h3sjepo .a6bww    .bw8g     .wtgv4::before,
.h3sjepo .ucnkxe  .bw8g     .wtgv4::before,
.h3sjepo .xhfx65n  .bw8g     .wtgv4::before,
.h3sjepo .lizm9 .bw8g     .wtgv4::before { color: #eab308; }
.h3sjepo .a6bww    .ractbeg4 .wtgv4::before,
.h3sjepo .ucnkxe  .ractbeg4 .wtgv4::before,
.h3sjepo .xhfx65n  .ractbeg4 .wtgv4::before,
.h3sjepo .lizm9 .ractbeg4 .wtgv4::before { color: #ef4444; }
.h3sjepo .a6bww    .bykgew6    .wtgv4::before,
.h3sjepo .ucnkxe  .bykgew6    .wtgv4::before,
.h3sjepo .xhfx65n  .bykgew6    .wtgv4::before,
.h3sjepo .lizm9 .bykgew6    .wtgv4::before { color: #f97316; }
.mr8wib .bw8g     { background: #0c1a2e; border-color: #38bdf8; }
.mr8wib .ractbeg4 { background: #12103a; border-color: #818cf8; }
.mr8wib .bykgew6    { background: #0a2020; border-color: #2dd4bf; }
.mr8wib .flbif1d strong  { color: #f1f5f9; }
.mr8wib .flbif1d p       { color: #cbd5e1; }
.mr8wib .a6bww    .bw8g     .wtgv4::before,
.mr8wib .ucnkxe  .bw8g     .wtgv4::before,
.mr8wib .xhfx65n  .bw8g     .wtgv4::before,
.mr8wib .lizm9 .bw8g     .wtgv4::before { color: #38bdf8; }
.mr8wib .a6bww    .ractbeg4 .wtgv4::before,
.mr8wib .ucnkxe  .ractbeg4 .wtgv4::before,
.mr8wib .xhfx65n  .ractbeg4 .wtgv4::before,
.mr8wib .lizm9 .ractbeg4 .wtgv4::before { color: #818cf8; }
.mr8wib .a6bww    .bykgew6    .wtgv4::before,
.mr8wib .ucnkxe  .bykgew6    .wtgv4::before,
.mr8wib .xhfx65n  .bykgew6    .wtgv4::before,
.mr8wib .lizm9 .bykgew6    .wtgv4::before { color: #2dd4bf; }
.kjur .bw8g     { background: var(--accent-bg); border-color: var(--accent-light); }
.kjur .ractbeg4 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.kjur .bykgew6    { background: var(--accent-bg); border-color: var(--accent-pale); }
.kjur .a6bww    .wtgv4::before,
.kjur .ucnkxe  .wtgv4::before,
.kjur .xhfx65n  .wtgv4::before,
.kjur .lizm9 .wtgv4::before { color: var(--accent-light) !important; }
.ve4yx2l::before,
.y6ku8muz::before { margin-right: 5px; }
.r2i6c .czcer9fd ul li,
.r2i6c .hictn li         { color: #4ade80; }
.r2i6c .czcer9fd .ve4yx2l { color: #22c55e; }
.r2i6c .rvp6 ul li,
.r2i6c .uizs li         { color: #f87171; }
.r2i6c .rvp6 .y6ku8muz { color: #ef4444; }
.aaff25 .czcer9fd { background: var(--bg-pros); }
.aaff25 .rvp6 { background: var(--bg-cons); }
.aaff25 .czcer9fd .ve4yx2l { color: var(--c-pros-label); }
.aaff25 .rvp6 .y6ku8muz { color: var(--c-cons); }
.aaff25 .czcer9fd ul li,
.aaff25 .rvp6 ul li,
.h8cyd .czcer9fd { background: var(--bg-pros); }
.h8cyd .rvp6 { background: var(--bg-cons); }
.h8cyd .czcer9fd .ve4yx2l { color: var(--c-pros-label); }
.h8cyd .rvp6 .y6ku8muz { color: var(--c-cons); }
.h8cyd .czcer9fd ul li,
.h8cyd .rvp6 ul li,
.kpdl .ve4yx2l::before { content: "✓ "; }
.kpdl .y6ku8muz::before { content: "✗ "; }
.r8bbqp .ve4yx2l::before { content: "→ "; }
.r8bbqp .y6ku8muz::before { content: "← "; }
.vyow6mis .ve4yx2l::before { content: "★ "; }
.vyow6mis .y6ku8muz::before { content: "✕ "; }
.ctriiie .ve4yx2l::before { content: "◆ "; }
.ctriiie .y6ku8muz::before { content: "▲ "; }
.lmh2 .flbif1d { background: transparent; border-left: none; border: 1.5px solid; }
.lmh2 .bw8g     { border-color: var(--c-tip-border); }
.lmh2 .ractbeg4 { border-color: var(--c-warn-border); }
.lmh2 .bykgew6    { border-color: #60a5fa; }
.lmh2 .flbif1d strong { color: var(--text-primary); }
.lmh2 .flbif1d p      { color: var(--text-muted); }
.xl014qc6 .flbif1d { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.xl014qc6 .bw8g     { border-top-color: var(--c-tip-border); }
.xl014qc6 .ractbeg4 { border-top-color: var(--c-warn-border); }
.xl014qc6 .bykgew6    { border-top-color: #60a5fa; }
.ueygm .flbif1d { border-left: none; border-radius: 8px; }
.ueygm .bw8g     { background: #065f46; }
.ueygm .ractbeg4 { background: #92400e; }
.ueygm .bykgew6    { background: #1e3a8a; }
.ueygm .flbif1d strong,
.ueygm .flbif1d p { color: #fff; }
.ueygm .wtgv4::before { color: rgba(255,255,255,0.85) !important; }
.jih4.ueygm .bw8g,
.jih4 .ueygm .bw8g     { background: #052e16; }
.jih4.ueygm .ractbeg4,
.jih4 .ueygm .ractbeg4 { background: #2d0a1e; }
.jih4.ueygm .bykgew6,
.jih4 .ueygm .bykgew6    { background: #1e1036; }
.h3sjepo.ueygm .bw8g,
.h3sjepo .ueygm .bw8g      { background: #2d2000; }
.h3sjepo.ueygm .ractbeg4,
.h3sjepo .ueygm .ractbeg4  { background: #2d0b0b; }
.h3sjepo.ueygm .bykgew6,
.h3sjepo .ueygm .bykgew6     { background: #2d1600; }
.mr8wib.ueygm .bw8g,
.mr8wib .ueygm .bw8g      { background: #0c1a2e; }
.mr8wib.ueygm .ractbeg4,
.mr8wib .ueygm .ractbeg4  { background: #12103a; }
.mr8wib.ueygm .bykgew6,
.mr8wib .ueygm .bykgew6     { background: #0a2020; }
.mkst9es8 .flbif1d { border-left: none; border-radius: 6px; padding: 10px 14px; }
.mkst9es8 .bw8g     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.mkst9es8 .ractbeg4 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.mkst9es8 .bykgew6    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.mkst9es8 .flbif1d strong { color: var(--text-primary); }
.mkst9es8 .flbif1d p      { color: var(--text-muted); }
.w1jo1zpo .flbif1d { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.a6bww .wtgv4,
.ucnkxe .wtgv4,
.xhfx65n .wtgv4,
.lizm9 .wtgv4 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.a6bww .wtgv4::before,
.ucnkxe .wtgv4::before,
.xhfx65n .wtgv4::before,
.lizm9 .wtgv4::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.a6bww .bw8g     .wtgv4::before { content: "✦"; color: var(--c-tip-border); }
.a6bww .ractbeg4 .wtgv4::before { content: "▲"; color: var(--c-warn-border); }
.a6bww .bykgew6    .wtgv4::before { content: "◉"; color: #60a5fa; }
.ucnkxe .bw8g     .wtgv4::before { content: "★"; color: var(--c-tip-border); }
.ucnkxe .ractbeg4 .wtgv4::before { content: "◆"; color: var(--c-warn-border); }
.ucnkxe .bykgew6    .wtgv4::before { content: "●"; color: #60a5fa; }
.xhfx65n .bw8g     .wtgv4::before { content: "▶"; color: var(--c-tip-border); }
.xhfx65n .ractbeg4 .wtgv4::before { content: "■"; color: var(--c-warn-border); }
.xhfx65n .bykgew6    .wtgv4::before { content: "▸"; color: #60a5fa; }
.lizm9 .bw8g     .wtgv4::before { content: "→"; color: var(--c-tip-border); }
.lizm9 .ractbeg4 .wtgv4::before { content: "⬥"; color: var(--c-warn-border); }
.lizm9 .bykgew6    .wtgv4::before { content: "◈"; color: #60a5fa; }
.hrc2hh .apy3ul5 .xxj4ps,
.hrc2hh .mmwiyt .xxj4ps  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.hrc2hh .yscc                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.hrc2hh .ddi88tjt          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.hrc2hh .zf2ff80                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ko7e6sef .apy3ul5 .xxj4ps,
.ko7e6sef .mmwiyt .xxj4ps,
.ko7e6sef .yscc,
.ko7e6sef .mywi,
.ko7e6sef .c13vfsb,
.ko7e6sef .ddi88tjt,
.ko7e6sef .zf2ff80,
.ko7e6sef .w1jo1zpo .flbif1d { box-shadow: none; }
.sunlo   .t0t5ke, .sunlo .iygl, .sunlo .s5vx78g,
.sunlo   .lhhc, .sunlo .awdd0m { font-size: 0.9rem; }
.sunlo   .jxt4g, .sunlo .po96p { font-size: 0.9rem; }
.kd8tj   .t0t5ke, .kd8tj .iygl, .kd8tj .s5vx78g,
.kd8tj   .lhhc, .kd8tj .awdd0m { font-size: 0.95rem; }
.kd8tj   .jxt4g, .kd8tj .po96p { font-size: 0.95rem; }
.k459   .t0t5ke, .k459 .iygl, .k459 .s5vx78g,
.k459   .lhhc, .k459 .awdd0m { font-size: 1.08rem; }
.k459   .jxt4g, .k459 .po96p { font-size: 1.05rem; }
.k459   .skv5yr { font-size: 0.97rem; }
.faxvp .f0na1tv      { font-size: 3.2rem; }
.faxvp h2.bt4k { font-size: 1.9rem; }
.faxvp h3.ewiq9j     { font-size: 1.4rem; }
.liir4plg .f0na1tv      { font-size: 3.8rem; }
.liir4plg h2.bt4k { font-size: 2.2rem; }
.liir4plg h3.ewiq9j     { font-size: 1.6rem; }
.drqyn2wa + .drqyn2wa { position: relative; }
.ase7zf   .drqyn2wa + .drqyn2wa::before,
.qmws  .drqyn2wa + .drqyn2wa::before,
.uv8tbpo7   .drqyn2wa + .drqyn2wa::before,
.l91xhf7   .drqyn2wa + .drqyn2wa::before,
.x25a   .drqyn2wa + .drqyn2wa::before,
.pkx1xgf .drqyn2wa + .drqyn2wa::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ase7zf .drqyn2wa + .drqyn2wa::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.qmws .drqyn2wa + .drqyn2wa::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.uv8tbpo7 .drqyn2wa + .drqyn2wa::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.l91xhf7 .drqyn2wa + .drqyn2wa::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.a98hglf .drqyn2wa { margin-bottom: 16px; }
.a98hglf .drqyn2wa + .drqyn2wa { margin-top: 0; }
.a98hglf .r9msuj87 { padding-top: 0; padding-bottom: 0; }
.x25a .drqyn2wa + .drqyn2wa::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.pkx1xgf .drqyn2wa + .drqyn2wa::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.mzflruw .drqyn2wa + .drqyn2wa::before,
.it2x8 .drqyn2wa + .drqyn2wa::before,
.c8z9 .drqyn2wa + .drqyn2wa::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%;
}
.au22 .mzflruw .drqyn2wa:nth-child(even)::before,
.au22 .it2x8 .drqyn2wa:nth-child(even)::before,
.au22 .c8z9 .drqyn2wa:nth-child(even)::before { background: var(--bg-surface); }
.ekinobmg .mzflruw .drqyn2wa:nth-child(even)::before,
.ekinobmg .it2x8 .drqyn2wa:nth-child(even)::before,
.ekinobmg .c8z9 .drqyn2wa:nth-child(even)::before { background: var(--bg-card); }
.mzflruw .drqyn2wa + .drqyn2wa::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");
}
.it2x8 .drqyn2wa + .drqyn2wa::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");
}
.c8z9 .drqyn2wa + .drqyn2wa::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");
}
.gsnyjdi .lvt2,
.gyca .lvt2,
.txd1 .lvt2 { overflow: hidden; }
.gsnyjdi .rqq7,
.gyca .rqq7 { margin-bottom: 60px; }
.txd1 .rqq7 { margin-bottom: 70px; }
.gsnyjdi .lvt2::before,
.gyca .lvt2::before,
.txd1 .lvt2::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%;
}
.gsnyjdi .lvt2::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");
}
.gyca .lvt2::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");
}
.txd1 .lvt2::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");
}
.a71dtnel .lvt2:not(.ooljj) .vuq2h3cq { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.uyn5j .lvt2:not(.ooljj) .vuq2h3cq { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.ftmew  .lvt2:not(.ooljj) .vuq2h3cq { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.nkpw  .lvt2:not(.ooljj) .vuq2h3cq { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.dg1rhu .ooljj { background: var(--accent); }
.dg1rhu .ooljj .vuq2h3cq { background: none; }
.dg1rhu .dqxw2qsg { background: var(--accent); }
.dg1rhu .we14hw { background: var(--accent-bg); }
.dg1rhu .lvt2:not(.ooljj) .vuq2h3cq { background: rgba(0,0,0,0.6); }
.wqdwq .bzw0ubr { float: left; width: 38%; margin: 0 28px 16px 0; }
.wqdwq .bzw0ubr .o6dw24 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wqdwq .r9msuj87::after { content: ''; display: block; clear: both; }
.ue1yjs44 .bzw0ubr { float: right; width: 38%; margin: 0 0 16px 28px; }
.ue1yjs44 .bzw0ubr .o6dw24 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ue1yjs44 .r9msuj87::after { content: ''; display: block; clear: both; }
.jddk .drqyn2wa:nth-child(odd)  .bzw0ubr { float: left;  width: 38%; margin: 0 28px 16px 0; }
.jddk .drqyn2wa:nth-child(even) .bzw0ubr { float: right; width: 38%; margin: 0 0 16px 28px; }
.jddk .bzw0ubr .o6dw24 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jddk .r9msuj87::after { content: ''; display: block; clear: both; }
.wqdwq .q4639k,
.ue1yjs44 .q4639k,
.jddk .q4639k,
@media (max-width: 900px) {
  .wqdwq .bzw0ubr,
  .ue1yjs44 .bzw0ubr,
  .jddk .drqyn2wa:nth-child(odd)  .bzw0ubr,
  .jddk .drqyn2wa:nth-child(even) .bzw0ubr {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .wqdwq .bzw0ubr .o6dw24,
  .ue1yjs44 .bzw0ubr .o6dw24,
  .jddk .bzw0ubr .o6dw24 {
    max-height: none !important;
  }
}
.wqdwq .jxt4g,
.wqdwq .po96p,
.ue1yjs44 .jxt4g,
.ue1yjs44 .po96p,
.jddk .jxt4g,
.jddk .po96p { overflow: hidden; }
@media (max-width: 640px) {
  .wqdwq .bzw0ubr,
  .ue1yjs44 .bzw0ubr,
  .jddk .bzw0ubr { float: none; width: 100%; margin: 0 0 16px 0; }
}
.jgpu .c3yf61ab,
.jgpu .r9msuj87,
.jgpu .o0vd7d4n  { max-width: 1100px; }
.vdnweu87 .c3yf61ab,
.vdnweu87 .r9msuj87,
.vdnweu87 .o0vd7d4n  { max-width: 1200px; }
.vdnweu87 { --content-mw: 1200px; }
.bodl4 .c3yf61ab,
.bodl4 .r9msuj87,
.bodl4 .o0vd7d4n  { max-width: 1320px; }
.e6581 { font-size: 0.82rem; color: var(--text-muted); }
.jhal { display: flex; align-items: center; }
.rckrv {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.qieqyu { display: flex; align-items: center; }
.vholx { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.vholx:hover { text-decoration: underline; }
.ctry { margin: 0 3px; opacity: 0.45; }
.ctry::before { content: '/'; }
.lb6pnb { padding: 2px 5px; color: var(--text-main); }
.p9a28 .e6581 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.p9a28 .jhal { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.p096fegj .e6581 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.p096fegj .jhal { padding: 0 0 0 12px; }
.dfhsu .jhal { padding: 0 16px; }
.dfhsu .e6581 {
  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);
}
.dfhsu .c3yf61ab { padding-top: 28px; }
@media (max-width: 720px) {
  .xqkf { margin-top: 18px; padding: 0 16px; }
  .dfhsu .c3yf61ab { padding-top: 16px; }
}
.jgpu.p9a28 .jhal { max-width: 1100px; }
.vdnweu87.p9a28 .jhal { max-width: 1200px; }
.bodl4.p9a28 .jhal { max-width: 1320px; }
.vdnweu87 .xqkf { max-width: 1200px; }
.dakvn .drqyn2wa { padding-top: 16px; padding-bottom: 16px; }
.biu787 .drqyn2wa { padding-top: 24px; padding-bottom: 24px; }
.n8zkti .drqyn2wa { padding-top: 40px; padding-bottom: 40px; }
.bvmu6de1 .drqyn2wa { padding-top: 52px; padding-bottom: 52px; }
.bw9hc .drqyn2wa:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.bw9hc .drqyn2wa:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.bw9hc .drqyn2wa:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.bw9hc .drqyn2wa:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.zi84 .r9msuj87 { padding-top: 10px;  padding-bottom: 10px; }
.sq7vc .r9msuj87 { padding-top: 18px;  padding-bottom: 18px; }
.dndus0 .r9msuj87 { padding-top: 36px;  padding-bottom: 36px; }
.wxo86lk2 .r9msuj87 { padding-top: 48px;  padding-bottom: 48px; }
.c6hnz h2.bt4k { font-weight: 600; }
.c6hnz h3.ewiq9j     { font-weight: 600; }
.daoiftj { font-weight: 500; }
.daoiftj h2.bt4k { font-weight: 800; }
.daoiftj h3.ewiq9j     { font-weight: 700; }
.nrwdf6s h2.bt4k { font-weight: 900; }
.nrwdf6s h3.ewiq9j     { font-weight: 800; }
.nrwdf6s .flbif1d strong,
.nrwdf6s .flbif1d strong { font-weight: 600; }
.a44aj4 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.j2n9e .a44aj4 { display: none; }
@media (max-width: 640px) { .a44aj4 { display: none; } }
.a44aj4 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.a44aj4:hover { opacity: 0.85; }
.fh3qkn2g .a44aj4 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.w4p7i .a44aj4,
.uareikmp  .a44aj4 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.w4p7i .a44aj4:hover,
.uareikmp  .a44aj4:hover { opacity: 0.88; }
.fh3qkn2g.w4p7i .a44aj4,
.fh3qkn2g.uareikmp  .a44aj4 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.cgm5xb5e {
  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;
}
.cgm5xb5e:hover { transform: translateY(-2px); opacity: 0.92; }
.cgm5xb5e { background: var(--cta) !important; color: #fff !important; border: none !important; }
.jyvf2xn .cgm5xb5e { display: none; }
.hxcautyw .cgm5xb5e { right: 32px; }
.dnyoh27  .cgm5xb5e { left: 32px; }
@media (max-width: 480px) {
  .hxcautyw .cgm5xb5e { right: 20px; bottom: 20px; }
  .dnyoh27  .cgm5xb5e { left: 20px; bottom: 20px; }
}
.hsnma { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.o0vd7d4n { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.qs22o4v { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.rue68e { color: var(--text-dim); font-size: 0.8rem; }
.azw5ok2 a, .d11hcx2 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.azw5ok2 a:hover, .d11hcx2 a:hover { color: var(--accent-light); }
.d11hcx2 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.tm4h .o0vd7d4n { text-align: center; }
.tm4h .d11hcx2 { justify-content: center; margin-bottom: 16px; }
.tm4h .qs22o4v { margin-top: 0; }
.xbdc2 { margin-top: 10px; }
.xbdc2 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .o0vd7d4n { padding-left: 16px; padding-right: 16px; }
  .y5w2c .o0vd7d4n { padding: 20px 16px; }
  .d11hcx2 { gap: 4px 12px; }
  .qs22o4v { font-size: 0.78rem; }
}
.onm17 .qs22o4v { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.onm17 .rue68e { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .onm17 .mjajq { grid-template-columns: 1fr 1fr; } .onm17 .zqyx { grid-column: 1 / -1; } }
@media (max-width: 480px) { .onm17 .mjajq { grid-template-columns: 1fr; } }
.s097 .qs22o4v { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .s097 .mdogp0 { gap: 12px; } .s097 .qri1p { margin-right: 0; width: 100%; } }
.th8b .qs22o4v { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.th8b .rue68e { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .th8b .q8atrt { grid-template-columns: 1fr 1fr; } .th8b .erds8fvh { grid-column: 1 / -1; } }
@media (max-width: 480px) { .th8b .q8atrt { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .fa87y74c .rw5j { grid-template-columns: 1fr 1fr; } .fa87y74c .it3fk60:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fa87y74c .rw5j { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .o213dj .rw5j { grid-template-columns: 1fr; } }
.ol7adk .o0vd7d4n { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ol7adk .d11hcx2 { justify-content: center; }
.qoyc9l7 .myks2r      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.qoyc9l7 .hsnma { background: var(--bg-page); border-top-color: var(--border-alt); }
.otvmt92 .myks2r      { background: #0d1117; border-bottom-color: #21262d; }
.otvmt92 .r1viwwh { color: var(--accent-light); }
.otvmt92 .v0bl { --msep-color: #8b949e; }
.otvmt92 .v0bl a { color: #8b949e; }
.otvmt92 .v0bl a:hover { color: var(--accent-light); }
.otvmt92 .v7bp1b0 { color: #8b949e; }
.otvmt92 .hsnma { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.otvmt92 .qs22o4v,
.otvmt92 .rue68e { color: #6e7681; }
.otvmt92 .azw5ok2 a, .otvmt92 .d11hcx2 a,
.otvmt92 .azw5ok2 a:hover, .otvmt92 .d11hcx2 a:hover,
@media (max-width: 640px) {
  .otvmt92 .v0bl { background: #0d1117; border-top-color: #21262d; }
  .otvmt92 .v0bl li a { border-bottom-color: #21262d; }
}
.wi8dzv .myks2r      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.wi8dzv .r1viwwh { color: var(--accent-light); }
.wi8dzv .v0bl { --msep-color: #475569; }
.wi8dzv .v0bl a { color: #475569; }
.wi8dzv .v0bl a:hover { color: var(--accent-light); }
.wi8dzv .v7bp1b0 { color: #64748b; }
.wi8dzv .hsnma { background: #f0f4f8; border-top-color: #cbd5e1; }
.wi8dzv .qs22o4v,
.wi8dzv .rue68e { color: #64748b; }
.wi8dzv .azw5ok2 a, .wi8dzv .d11hcx2 a,
.wi8dzv .azw5ok2 a:hover, .wi8dzv .d11hcx2 a:hover,
@media (max-width: 640px) {
  .wi8dzv .v0bl { background: #f0f4f8; border-top-color: #cbd5e1; }
  .wi8dzv .v0bl li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.w4p7i .myks2r      { background: var(--accent); border-bottom-color: var(--accent-light); }
.w4p7i .r1viwwh { color: #fff; }
.w4p7i .v0bl { --msep-color: rgba(255,255,255,0.82); }
.w4p7i .v0bl a { color: rgba(255,255,255,0.82); }
.w4p7i .v0bl a:hover { color: #fff; }
.w4p7i .v7bp1b0 { color: rgba(255,255,255,0.9); }
.w4p7i .hsnma { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.w4p7i .qs22o4v,
.w4p7i .rue68e { color: rgba(255,255,255,0.72); }
.w4p7i .azw5ok2 a, .w4p7i .d11hcx2 a,
.w4p7i .azw5ok2 a:hover, .w4p7i .d11hcx2 a:hover,
@media (max-width: 640px) {
  .w4p7i .v0bl { background: var(--accent); border-top-color: var(--accent-light); }
  .w4p7i .v0bl li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.uareikmp .myks2r {
  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);
}
.uareikmp .hsnma {
  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) {
  .uareikmp .v0bl {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.eljwz9 .ivckjo1d { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.es9wm .ivckjo1d { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.fnhe .ivckjo1d { min-height: 72px; height: auto; }
.gbx4prp .ivckjo1d { min-height: 84px; height: auto; }
.y5w2c .ivckjo1d { max-width: none; padding: 0 32px; }
.y5w2c .o0vd7d4n  { max-width: none; padding: 24px 32px; }
.jrntd0.vdnweu87 .ivckjo1d { max-width: 1200px; }
.jrntd0.bodl4 .ivckjo1d { max-width: 1320px; }
.mz7xr   .r1viwwh, .mz7xr   .qri1p { text-transform: capitalize; }
.m7fw5zc .r1viwwh, .m7fw5zc .qri1p { text-transform: lowercase; }
.lm99qmww .r1viwwh, .lm99qmww .qri1p { text-transform: uppercase; letter-spacing: 0.06em; }
.cgvjp67p, .zupk {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ld1z7zb .cgvjp67p,
.iep5 .cgvjp67p,
.ylex .cgvjp67p,
.vm359v7 .cgvjp67p,
.act3r6   .v0bl a { font-weight: 500; }
.gzky .v0bl a { font-weight: 600; }
.uclia     .v0bl a { font-weight: 700; }
.qqy5xz    .v0bl a { font-weight: 800; letter-spacing: 0.01em; }
.uiu5uk3     .v0bl > li + li::before,
.pa5nn    .v0bl > li + li::before,
.esuxr    .v0bl > li + li::before,
.esz4n .v0bl > li + li::before,
.kqemh .v0bl > li + li::before,
.mui5  .v0bl > li + li::before,
.ia26l    .v0bl > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.uiu5uk3     .v0bl > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.pa5nn    .v0bl > li + li::before { content: "|"; }
.esuxr    .v0bl > li + li::before { content: "—"; }
.esz4n .v0bl > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.kqemh .v0bl > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.mui5  .v0bl > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ia26l    .v0bl > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .xe71m .v7bp1b0,
  .taymvhh .v7bp1b0,
  .kmkr5jhn .v7bp1b0,
  .s94dxrez .v7bp1b0,
  .bsga8lo .v7bp1b0 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .xe71m .v7bp1b0::before,
  .taymvhh .v7bp1b0::before,
  .kmkr5jhn .v7bp1b0::before,
  .s94dxrez .v7bp1b0::before,
  .bsga8lo .v7bp1b0::before { content: ""; display: block; flex-shrink: 0; }

  
  .xe71m .v7bp1b0::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;
  }

  
  .taymvhh .v7bp1b0::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;
  }

  
  .kmkr5jhn .v7bp1b0::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;
  }

  
  .s94dxrez .v7bp1b0::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;
  }

  
  .bsga8lo .v7bp1b0::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) {
  .n699o2l .v7bp1b0 {
    padding: 5px 14px;
  }
  .n699o2l .v0bl {
    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;
  }
  .n699o2l .v0bl li a {
    border-bottom: none; padding: 10px 22px;
  }
  .n699o2l .v0bl li a:hover { background: var(--bg-raised); }
  .n699o2l .kcpu5o,
  .jji49a .kcpu5o,
  .woa3vo .kcpu5o { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ulvywo .v7bp1b0 {
    padding: 5px 10px;
  }
  .ulvywo .v0bl {
    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);
  }
  .ulvywo .v0bl.s43bw { transform: translateX(0); }
  .ulvywo .v0bl li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ulvywo .v0bl li:last-child a { border-bottom: none; }
  .w4p7i .v0bl,
  .otvmt92 .v0bl { background: var(--accent) !important; }
  .w4p7i .v0bl li a,
  .otvmt92 .v0bl li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .woa3vo .v7bp1b0 {
    padding: 5px 10px;
  }
  .woa3vo .v0bl {
    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);
  }
  .woa3vo .v0bl::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .woa3vo .v0bl.s43bw { transform: translateY(0); }
  .woa3vo .v0bl li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .wx6iv .v7bp1b0 {
    padding: 5px 10px;
  }
  .wx6iv .v0bl {
    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;
  }
  .wx6iv .v0bl.s43bw { opacity: 1; pointer-events: auto; }
  .wx6iv .v0bl li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .s1tfr4v     .v7bp1b0 { border-radius: 0 !important; }
  .lagvl   .v7bp1b0 { border-radius: 8px !important; }
  .yqwc7cm .v7bp1b0 { border-radius: 50% !important; }
  .cgkgpdj   .v7bp1b0 { border-radius: 999px !important; }
}
.uuaouoen .p1wn324h { height: 36px; }
.l477u0t .p1wn324h { height: 60px; max-width: 200px; }
.kedwd .p1wn324h { height: 76px; max-width: 240px; }
.q5i15jsq    .hy4s3, .q5i15jsq    .bbrn { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.fgsp40 .mu7fi5g {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .nl6wjyvu .zufa {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .nl6wjyvu .mywi {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .nl6wjyvu .mywi { padding: 40px 16px 20px; }
  .nl6wjyvu .mu7fi5g {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .nl6wjyvu .o6dnd { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .umwfdi .mywi {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .umwfdi .mywi::before {
    position: absolute; top: 14px; left: 14px;
  }
  .umwfdi .a38wrde {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .umwfdi .gh45 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .umwfdi .mu7fi5g {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .umwfdi .o6dnd { width: 100%; min-width: 0; }
  .umwfdi .hy4s3 { min-width: 0; }
}
.ia52m .qdjqjjx {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ia52m .qdjqjjx summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ia52m .qdjqjjx p { padding: 0 2px 16px; }
.upbn .qdjqjjx { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.upbn .qdjqjjx summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.upbn .qdjqjjx summary::after { content: "›"; font-size: 1.2em; }
.upbn .qdjqjjx[open] summary::after { content: "‹"; }
.upbn .qdjqjjx p { padding: 10px 22px 4px; }
.d407201 .qdjqjjx {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.d407201 .qdjqjjx summary { color: var(--text-primary); padding-left: 16px; }
.d407201 .qdjqjjx summary::after { content: "›"; font-size: 1.1em; }
.d407201 .qdjqjjx[open] summary::after { content: "‹"; }
.d407201 .qdjqjjx p { padding-left: 16px; }
.rpf8lc .bx0esr { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.rpf8lc .qdjqjjx {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.rpf8lc .qdjqjjx:last-child { border-bottom: none; }
.rpf8lc .qdjqjjx summary { color: var(--text-primary); border-radius: 0; }
.rpf8lc .qdjqjjx summary::after { content: "›"; font-size: 1.1em; }
.rpf8lc .qdjqjjx[open] summary::after { content: "‹"; }
.ifxc .qdjqjjx { overflow: hidden; }
.ifxc .qdjqjjx summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ifxc .qdjqjjx summary::after { color: rgba(255,255,255,.75); }
.ifxc .qdjqjjx[open] summary { border-radius: 0; }
.c81rw2a { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.uyy4r7 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.k5e7ulr {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.l04as13h { color: var(--text-muted); font-size: 1.05rem; }
.u8eaof {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.f2nflfp {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.qop8 { margin-bottom: 20px; }
.q46tcse {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.aphmo7 {
  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;
}
.aphmo7:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.tn1n2 { resize: vertical; min-height: 130px; }
.as1ypg2j { width: 100%; margin-top: 8px; }
.g1a9l {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.w82o7sxq {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.vytn3 { color: var(--text-muted); line-height: 1.75; }
.gmvqmq { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.gmvqmq li { margin-bottom: 6px; }
.nx49wdv { max-width: 760px; margin: 0 auto; }
.bdwcn7 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.d4fdfcxq { max-width: 760px; margin: 0 auto; }
.xisfb8 ul.gmvqmq { margin: 0; }
@media (max-width: 640px) { .o4m1lr { grid-template-columns: 1fr; gap: 10px; } }
.vgwp0 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.vadf1 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.p5i98g { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.vadf1 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.vadf1 .gmvqmq { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .vgwp0 { grid-template-columns: 1fr; } }
.w372vf2 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.w372vf2:hover .bs8jg { color: var(--accent-light); text-decoration: underline; }
.a8sux6mf { color: inherit; text-decoration: none; }
.a8sux6mf:hover { color: var(--accent-light); text-decoration: underline; }
.cl55pzi { display: inline-block; line-height: 0; }
.j3l5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.khkq6xi { max-width: 760px; margin: 0 auto; }
.phrwct92 ul.gmvqmq { margin: 0; }
.ljxjyc4m { color: var(--text-muted); line-height: 1.75; }
.q3s2 .gmvqmq,
.y53hpjv .gmvqmq,
.svh6 .gmvqmq,
.hdhea8 .gmvqmq {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.z9bt { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.aduc6 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.i5dxzj { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.xjwa { margin-top: 12px; }
.nu2pofp { 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; }
.nu2pofp:hover { border-bottom-color: var(--accent-light); }
.a1nn { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.a1nn img { width: 100%; height: 100%; object-fit: cover; display: block; }
.g1xrxb88 { border-radius: 28%; }
.l1evwwf { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.cq7rsh8h { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.cq7rsh8h::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .rwf0kk29 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.diot .i5dxzj, .diot .aduc6 { max-width: 640px; }
.tcbz .z9bt { font-size: 1.6rem; margin-top: 18px; }
.fwr8z8kp .i5dxzj { margin-bottom: 28px; }
@media (max-width: 860px) { .wrw5fv { grid-template-columns: 1fr; } .tcbz { position: static; text-align: center; } }
.fm7ctq .a1nn { margin: 0 auto 18px; }
.fm7ctq .l1evwwf { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .w2akchc { grid-template-columns: 1fr; } }
.z6gxvs { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.jx7y { flex: 1; }
.z6gxvs .z9bt { font-size: 1.6rem; margin-bottom: 6px; }
.hsj0pl45 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.hdhea8 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.s65wsp { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.hdhea8 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.hdhea8 .gmvqmq { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .z6gxvs { flex-direction: column; text-align: center; } .hsj0pl45 { grid-template-columns: 1fr; } }
.yw0d .z9bt { font-size: 1.35rem; margin: 0 0 4px; }
.yw0d .l1evwwf { margin: 0; }
.kcwe63hn { max-width: 760px; margin: 0 auto; }
.ts904 { position: relative; padding-left: 28px; }
.ts904::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.av3nd2 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.av3nd2:last-child { padding-bottom: 0; }
.nx0di { 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; }
.s7cmj h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.s7cmj p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.bmbf1l6o .k5e7ulr { color: var(--accent-light); }
.bdowb .k5e7ulr { font-size: 2rem; }
.bdowb .l04as13h { max-width: 680px; }
.nf4d6gm6 .k5e7ulr { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.nf4d6gm6 .l04as13h  { margin: 0; }
@media (max-width: 640px) { .nf4d6gm6 { flex-direction: column; } }
.jkwi .k5e7ulr { color: var(--accent-light); }
.oc2d .k5e7ulr { color: #fff; }
.oc2d .l04as13h  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .l061d { grid-template-columns: 1fr; } }
.f2nbkgpf .aphmo7 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.f2nbkgpf .aphmo7:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.crw0kjat .aphmo7 { background: var(--bg-raised); border-color: transparent; }
.crw0kjat .aphmo7:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ad18 .aphmo7 { border-radius: 100px; padding: 11px 20px; }
.ad18 .tn1n2 { border-radius: 14px; }
.lkobv {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.lkobv summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.lkobv summary::-webkit-details-marker { display: none; }
.lkobv summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.lkobv[open] summary::after { content: "−"; }
.yf9x {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .uxkbfc6 { grid-template-columns: 1fr; } }
.ymgnrg { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.ymgnrg li { margin-bottom: 6px; }
.xgo3{display:none}
.xgo3:empty,.yj3rotj:empty{display:none}
.jo8e0gq{position:relative;overflow:visible}
.do3dzug .w9zuyw,.rdbbzy .w9zuyw,
.sx3k1qy .w9zuyw,.fprqo .w9zuyw,
.eaq23 .w9zuyw,.xhfre3 .w9zuyw{display:block}
.sk0t .jfe9v{display:block}
.do3dzug .w9zuyw,.rdbbzy .w9zuyw,
.sx3k1qy .w9zuyw,.fprqo .w9zuyw,
.eaq23 .w9zuyw{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}
.do3dzug .w9zuyw .yj3rotj,.rdbbzy .w9zuyw .yj3rotj,
.sx3k1qy .w9zuyw .yj3rotj,.fprqo .w9zuyw .yj3rotj,
.eaq23 .w9zuyw .yj3rotj{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}
.do3dzug .ap5l,.rdbbzy .ap5l,
.sx3k1qy .ap5l,.fprqo .ap5l,
.eaq23 .ap5l{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.do3dzug .w9zuyw,.rdbbzy .w9zuyw{top:12px}
.do3dzug .w9zuyw .yj3rotj{margin-right:auto}
.rdbbzy .w9zuyw .yj3rotj{margin-left:auto}
.rdbbzy .w9zuyw{text-align:right}
.sx3k1qy .w9zuyw,.fprqo .w9zuyw{bottom:12px}
.sx3k1qy .w9zuyw .yj3rotj{margin-right:auto}
.fprqo .w9zuyw .yj3rotj{margin-left:auto}
.fprqo .w9zuyw{text-align:right}
.eaq23 .w9zuyw{position:relative;margin-top:16px}
.eaq23 .w9zuyw .yj3rotj{margin:0 auto}
.xhfre3 .w9zuyw{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.xhfre3 .w9zuyw .yj3rotj{margin:0}
.xhfre3 .we14hw~.w9zuyw,
.xhfre3 .k6bb27~.w9zuyw{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.xhfre3 .we14hw~.w9zuyw .yj3rotj,
.xhfre3 .k6bb27~.w9zuyw .yj3rotj{justify-content:flex-start}
.we14hw~.w9zuyw,.k6bb27~.w9zuyw{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}
.we14hw~.w9zuyw .yj3rotj{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.k6bb27~.w9zuyw .yj3rotj{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jfe9v .yj3rotj{margin:0 0 12px}
.yj3rotj{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.q0su{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.bs8jg{font-weight:600;color:var(--text-heading);opacity:1}
.xerh1u::before{content:"·";margin:0 2px;opacity:.5}
.ap5l{white-space:nowrap}
.l2zl .q0su{display:none}
.egbjoi3p .ap5l{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.egbjoi3p .xerh1u::before{content:""}
.ha8k .ap5l{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.ha8k .xerh1u::before{content:""}
.ykh53s .yj3rotj{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.od54kv .ap5l{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.od54kv .xerh1u::before{content:""}
.vqpl .ap5l{color: var(--accent-light);opacity:1;font-weight:500}
.opqd .ap5l{border-bottom:1px solid currentColor;padding-bottom:2px}
.n6zxzt .yj3rotj{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.k3rb2{--date-bg:transparent}
.r1rbev .xerh1u::before{content:""}
.nnepjmh .xerh1u::before{content:"•";opacity:.4}
.nnepjmh .ap5l + .ap5l::before{content:"•";margin-right:6px;opacity:.4}
.e8q50vy .xerh1u::before{content:"/";opacity:.35}
.e8q50vy .ap5l + .ap5l::before{content:"/";margin-right:6px;opacity:.35}
.s15h .xerh1u::before{content:"|";opacity:.3}
.s15h .ap5l + .ap5l::before{content:"|";margin-right:6px;opacity:.3}
.x1ac5 .xerh1u::before{content:"—";opacity:.3}
.x1ac5 .ap5l + .ap5l::before{content:"—";margin-right:6px;opacity:.3}
.eqhp6dw6 .xerh1u::before{content:"◆";font-size:.5em;opacity:.35}
.eqhp6dw6 .ap5l + .ap5l::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.hl05 .xerh1u::before{content:"·";opacity:.4}
.hl05 .ap5l + .ap5l::before{content:"·";margin-right:6px;opacity:.4}
.jawa3 .xerh1u::before{content:"›";opacity:.4}
.jawa3 .ap5l + .ap5l::before{content:"›";margin-right:6px;opacity:.4}
.jfw1 .xerh1u::before{content:"→";opacity:.35;font-size:.85em}
.jfw1 .ap5l + .ap5l::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.iope{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.dpf5ug{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ffzk5z42{display:flex;flex-direction:column;gap:3px}
.xqbiza{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.zpahwsx{font-weight:700;font-size:1rem;color:var(--text-heading)}
.hd9c{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.guoliq .iope{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.zlyi .iope{border-top:3px solid var(--accent);padding-top:18px}
.vtele47 .iope{border-left:3px solid var(--accent);border-radius:0}
.r2j5bt .iope{padding:20px 0}
@media(max-width:640px){
  .iope{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .hd9c{max-width:100%}
}
:root {
  --accent:          #1d3b92;
  --brand:           #1d3b92;
  --brand-light:     #203675;
  --brand-pale:      #354d93;
  --grad-start:      #345dd6;
  --grad-end:        #708ad7;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1d3b92;
  --cta-light:       #122b73;
  --cta-hover:       #12265e;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f5;
  --bg-raised:       #eeeef1;
  --bg-hover:        #f3f4f5;
  --border:          #e2e3e8;
  --border-alt:      #d0d3dc;
  --border-section:  #e2e3e8;
  --text-primary:    #17181b;
  --text-muted:      #525560;
  --text-body:       #2e3137;
  --text-sub:        #464952;
  --text-faint:      #757a89;
  --text-dim:        #9095a1;
  --text-label:      #5d626e;
  --text-value:      #3a3d44;
  --accent-bg:       #e3e6f2;
  --accent-bg-light: #cad3ec;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #129065;
  --c-cons:          #9f214c;
  --c-pros-label:    #16ab78;
  --c-tip-border:    #18bd84;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #129065;
}
:root { --logo-bg-opacity: 80%; }
body, button, input { font-family: "PT Sans", sans-serif; }
.duurgk19 .nc226, .duurgk19 .we14hw { min-height: 520px; }
.tya7 .hw55h4e::after, .tya7 .so077m::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.lz4l68s .a44aj4::after,.lz4l68s .cgm5xb5e::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.ctry::before { content: '•'; }
.tz512ux .ap5l::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.tz512ux .ap5l:first-of-type::before{content:"\f073"}.tz512ux .ap5l:last-of-type::before{content:"\f303"}