: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;
}
.dn61 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.kgmpz {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.vxycz {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.jyozv5t { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.c03s6 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.c03s6 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.c03s6 a:hover { color: var(--accent-light); }
.tfdgdc84   .gvkt { border-radius: 0; }
.yuee .gvkt li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .gvkt {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .a4pxz:hover .gvkt,
  .a4pxz:focus-within .gvkt { display: block; }
  .gvkt li a { padding: 8px 16px; font-size: 0.88rem; }
}
.jzg7stq {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.zwpew7pb { display: none; }
@media (max-width: 640px) {
  .zwpew7pb {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .zwpew7pb.v8k2fh { display: block; }
}
@media (max-width: 640px) {
  .jzg7stq { display: block; }
  .c03s6 > li + li::before { display: none !important; }
  .c03s6 {
    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;
  }
  .c03s6.v8k2fh { display: flex; }
  .c03s6 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .c03s6 li:last-child a { border-bottom: none; }
}
.lr77 { min-height: 480px; }
.yyflcal {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.celh { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.gvybsd7 .celh { margin-left: 0; margin-right: 0; }
.baym9cg {
  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;
}
.baym9cg:hover { opacity: 0.88; }
.vked .yyflcal { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.vked .celh { color: #e2e8f0; }
.vked.v7al .huex4c6 { text-align: center; }
.gqxt4f54 .yyflcal { color: var(--text-primary); text-shadow: none; }
.gqxt4f54 .celh { color: var(--text-muted); }
.gqxt4f54 .baym9cg { margin-top: 16px; }
.gqxt4f54, .gqxt4f54.lr77 { min-height: auto !important; }
.gqxt4f54.v7al .huex4c6 { text-align: center; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.bkg89d .yyflcal { color: #fff; }
.bkg89d .celh { color: rgba(255,255,255,0.85); }
.bkg89d .baym9cg { background: #fff; color: var(--cta); }
.bkg89d .baym9cg:hover { opacity: 0.92; }
.emhlu .br75j8iv { position: relative; overflow: hidden; }
.emhlu .br75j8iv::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.h8qd2uj .br75j8iv {
  animation: hg-breathe 7s ease-in-out infinite;
}
.izd67xj5 .br75j8iv { position: relative; overflow: hidden; }
.izd67xj5 .br75j8iv::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;
}
.ullz6rf .br75j8iv { position: relative; overflow: hidden; }
.ullz6rf .br75j8iv::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.d7xbfx2y .br75j8iv {
  animation: hg-fadein 1.2s ease-out both;
}
.br75j8iv {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.r80q629w {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.llpn8gmi {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.nadv {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.br75j8iv .yyflcal { text-shadow: none; color: var(--text-primary); }
.br75j8iv .celh { color: var(--text-muted); }
body.r474 .yyflcal {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.bd9ke .yyflcal {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.br75j8iv.v7al .r80q629w { align-items: center; text-align: center; }
.br75j8iv.gvybsd7   .r80q629w { align-items: flex-start; text-align: left; }
.ni1y .llpn8gmi { position: relative; }
.ni1y .llpn8gmi::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.ni1y.tuwd8ra .llpn8gmi::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.ype2zf .llpn8gmi {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.ype2zf .nadv {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.ype2zf.tuwd8ra .llpn8gmi { padding: 32px 0 32px 32px; }
.ahmu .llpn8gmi {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.ahmu .nadv {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.tuwd8ra .r80q629w {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.ahmu.tuwd8ra .llpn8gmi { padding: 40px 16px 40px 48px; }
.ia7b8zm .llpn8gmi { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .br75j8iv { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .br75j8iv .llpn8gmi { display: none !important; }
  .ia7b8zm .llpn8gmi { display: none !important; }
  .se0t1ab .k3gaane { display: none !important; }
  .fards .fpzzp3 { display: none !important; }
  .r80q629w  { padding: 36px 24px; }
  .br75j8iv~.t5yi,.tuwd8ra~.t5yi{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .lr77, .br75j8iv { min-height: 320px !important; }
  
  .yyflcal { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .r13t { display: none !important; }
  
  .ucwrd2px { flex-direction: column; align-items: center; }
  .ujjyhlt { width: 100%; max-width: 340px; }
}
.h4p4 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.cx0x { width: 100%; height: auto; display: block; border-radius: 10px; }
.o78z8eo .h4p4        { border-radius: 16px; }
.o78z8eo .cx0x  { border-radius: 16px; }
.zh81g4 .h4p4         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.zh81g4 .cx0x   { border-radius: 8px; }
.fq7rw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.wa0g6s29 { width: 100%; padding: 32px 0; position: relative; }
.lwryzjhf { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ryadw4 .wa0g6s29:nth-child(even) { background: var(--bg-surface); }
.ryadw4 .wa0g6s29:nth-child(odd)  { background: var(--bg-page); }
.i1sz9e .wa0g6s29:nth-child(even) { background: var(--bg-card); }
.i1sz9e .wa0g6s29:nth-child(odd)  { background: var(--bg-page); }
.ryadw4 .wa0g6s29:nth-child(odd)  .lwryzjhf { background: var(--bg-card); border-radius: 6px; }
.ryadw4 .wa0g6s29:nth-child(even) .lwryzjhf { background: var(--bg-raised); border-radius: 6px; }
.i1sz9e .wa0g6s29:nth-child(odd)  .lwryzjhf { background: var(--bg-card); border-radius: 6px; }
.i1sz9e .wa0g6s29:nth-child(even) .lwryzjhf { background: var(--bg-raised); border-radius: 6px; }
.ryadw4 .wa0g6s29:nth-child(even) .jnv7j2rd .lnssnok,
.i1sz9e .wa0g6s29:nth-child(even) .jnv7j2rd .lnssnok { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ryadw4 .wa0g6s29:nth-child(odd) .jnv7j2rd .lnssnok,
.i1sz9e .wa0g6s29:nth-child(odd) .jnv7j2rd .lnssnok { background: var(--bg-card-inner); }
.ryadw4 .wa0g6s29:nth-child(even) .ez9m1i5d .lnssnok:nth-child(odd),
.i1sz9e .wa0g6s29:nth-child(even) .ez9m1i5d .lnssnok:nth-child(odd)  { background: var(--bg-card); }
.ryadw4 .wa0g6s29:nth-child(even) .ez9m1i5d .lnssnok:nth-child(even),
.i1sz9e .wa0g6s29:nth-child(even) .ez9m1i5d .lnssnok:nth-child(even) { background: var(--bg-card-inner); }
h1.m6txhpk6 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.m6txhpk6 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.x98wj6 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.pilo3gw h2.m6txhpk6 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.opa3 h2.m6txhpk6 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.g22zwn h2.m6txhpk6 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.z60eky6 h2.m6txhpk6::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.wscwi95d h2.m6txhpk6 {
  color: var(--text-primary); font-size: 1.7rem;
}
.l55uay h2.m6txhpk6::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.x8tjo h2.m6txhpk6 {
  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;
}
.o4okady { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .o4okady { display: none; } }
.vlz01nl { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.bmj8q { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ixu91bzh {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.dd6v29y { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.qu0wth8 { padding-left: 20px; }
.qu0wth8 li { margin-bottom: 6px; }
.qu0wth8 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.qu0wth8 a:hover { color: var(--accent-light); }
.cw7x .dd6v29y { display: none; }
.fikr .dd6v29y { display: none; }
.fikr .qu0wth8 { padding-left: 0; list-style: none; }
.fikr .qu0wth8 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.fikr .qu0wth8 a { font-size: 0.92rem; }
.zdvk8 .ixu91bzh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zdvk8 .dd6v29y { display: none; }
.zdvk8 .qu0wth8 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zdvk8 .qu0wth8 li { margin-bottom: 0; }
.zdvk8 .qu0wth8 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;
}
.zdvk8 .qu0wth8 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.fr8uhls .ixu91bzh { padding: 20px 20px 16px; }
.fr8uhls .qu0wth8 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.fr8uhls .qu0wth8 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.fr8uhls .qu0wth8 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;
}
.fr8uhls .qu0wth8 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;
}
.fr8uhls .qu0wth8 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.fr8uhls .qu0wth8 a:focus,
.fr8uhls .qu0wth8 a:focus-visible,
.fr8uhls .qu0wth8 a:target { outline: none; }
.fr8uhls .qu0wth8 li:target a { border-color: var(--border); color: var(--text-muted); }
.rw2a7ip .ixu91bzh { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.rw2a7ip .dd6v29y { display: none; }
.rw2a7ip .qu0wth8 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.rw2a7ip .qu0wth8 li { margin-bottom: 0; }
.rw2a7ip .qu0wth8 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.rw2a7ip .qu0wth8 li:last-child::after { content: ""; margin-right: 0; }
.rw2a7ip .qu0wth8 a { font-size: 0.9rem; }
.lnssnok { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.jnv7j2rd .lnssnok { background: var(--bg-card); }
.ez9m1i5d .lnssnok:nth-child(odd)  { background: var(--bg-card); }
.ez9m1i5d .lnssnok:nth-child(even) { background: var(--bg-raised); }
.i8gz .lnssnok {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.i8gz .lnssnok:last-child { border-bottom: none; }
.i8gz h3.x98wj6 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.p2bu .lnssnok {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.p2bu .lnssnok + .lnssnok { margin-top: 4px; }
.cxnb2 .lnssnok { background: none; border-radius: 0; padding: 12px 0; }
.cxnb2 .lnssnok + .lnssnok { border-top: 1px solid var(--border-section); }
.xdeb { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.m36d7uv { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.cv32lxv { color: var(--text-body); margin-bottom: 10px; }
.j7lcw8b, .cvx4w8y4 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.j7lcw8b li, .cvx4w8y4 li { margin-bottom: 6px; }
.cvx4w8y4 li { list-style: decimal; }
.rmk92f6     .j7lcw8b { list-style-type: "● "; }
.kv1y4  .j7lcw8b { list-style-type: "■ "; }
.bew8x .j7lcw8b { list-style-type: "◆ "; }
.gtuzpd    .j7lcw8b { list-style-type: "★ "; }
.rmk92f6     .c8dz { list-style-type: "● "; }
.kv1y4  .c8dz { list-style-type: "■ "; }
.bew8x .c8dz { list-style-type: "◆ "; }
.gtuzpd    .c8dz { list-style-type: "★ "; }
.rmk92f6    .j7lcw8b li::marker, .rmk92f6    .c8dz li::marker,
.kv1y4 .j7lcw8b li::marker, .kv1y4 .c8dz li::marker,
.bew8x .j7lcw8b li::marker, .bew8x .c8dz li::marker,
.gtuzpd   .j7lcw8b li::marker, .gtuzpd   .c8dz li::marker {
  color: var(--cta); font-size: 1em;
}
.rmk92f6 .cvx4w8y4,
.kv1y4 .cvx4w8y4,
.bew8x .cvx4w8y4,
.gtuzpd .cvx4w8y4 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.rmk92f6 .cvx4w8y4 li,
.kv1y4 .cvx4w8y4 li,
.bew8x .cvx4w8y4 li,
.gtuzpd .cvx4w8y4 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.rmk92f6 .cvx4w8y4 li::before,
.kv1y4 .cvx4w8y4 li::before,
.bew8x .cvx4w8y4 li::before,
.gtuzpd .cvx4w8y4 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;
}
.rmk92f6     .cvx4w8y4 li::before { border-radius: 50%; }
.kv1y4  .cvx4w8y4 li::before { border-radius: 3px; }
.bew8x .cvx4w8y4 li::before { border-radius: 3px; }
.gtuzpd    .cvx4w8y4 li::before { border-radius: 50%; }
.prfbr { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.swv77rw .prfbr,
.jdl06 .prfbr { background: transparent; border: none; border-radius: 0; }
.f432 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.f432 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.f432 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.f432 tr:hover td { background: var(--bg-hover); }
.dbfgnv4z .f432 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.mnpveg .f432 { border: 1px solid var(--border-alt); }
.mnpveg .f432 th,
.mnpveg .f432 td { border: 1px solid var(--border-alt); }
.ome83zua .f432 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ome83zua .f432 td { border-bottom: none; }
.ome83zua .f432 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.o55v .f432 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.hn9loq .prfbr {
  overflow: hidden;
}
.hn9loq .f432 th { border-bottom: 1px solid var(--border-alt); }
.hn9loq .f432 tr:last-child td { border-bottom: none; }
.amx8phx0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.t5z1te { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.albwncn { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.auudh9 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.wz3k6u { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.c8dz { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.c8dz 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%}
.qv2trqad .auudh9 { background: transparent; text-align: center; }
.sj1qjqy .albwncn {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.kn9ee5v .albwncn {
  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);
}
.es4bv3e .t5z1te { display: grid; grid-template-columns: auto 1fr; }
.es4bv3e .albwncn {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.es4bv3e .auudh9 { grid-column: 2; }
.es4bv3e .wz3k6u,
.es4bv3e .c8dz { grid-column: 1 / -1; }
.jcxn .t5z1te { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.jcxn .albwncn {
  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);
}
.jcxn .auudh9 { grid-column: 2; }
.jcxn .wz3k6u,
.jcxn .c8dz { grid-column: 1 / -1; }
.bi5w82n .t5z1te { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.bi5w82n .auudh9 { background: none; color: var(--accent-light); font-weight: 700; }
.rw79g .t5z1te { 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); }
.rw79g .auudh9 { background: none; color: var(--accent-light); font-weight: 700; }
.povdnsei .t5z1te { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.povdnsei .t5z1te:last-child { border-bottom: none; }
.povdnsei .auudh9 { background: none; color: var(--accent-light); font-weight: 700; }
.x4y6w8ba .t5z1te { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.x4y6w8ba .auudh9 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.usa8l .amx8phx0 { counter-reset: card-n; }
.usa8l .t5z1te  { counter-increment: card-n; }
.usa8l .auudh9 { display: flex; align-items: center; gap: 10px; }
.usa8l .auudh9::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;
}
.havpog .t5z1te { background: var(--bg-surface); border: 1px solid var(--border); }
.havpog .auudh9 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.olzy { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ot15  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.x1oq { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.sfedb { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.jm54y { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.olzy strong { color: var(--text-primary); font-size: 0.95rem; }
.olzy p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.lbd5 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.a859o1, .ccbdf0 { border-radius: 8px; padding: 14px; }
.a859o1 { background: var(--bg-pros); }
.ccbdf0 { background: var(--bg-cons); }
.jwwzu { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.a859o1 .jwwzu { color: var(--c-pros-label); }
.ccbdf0 .jwwzu { color: #f87171; }
.a859o1 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ccbdf0 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.cx0x { width: 100%; height: auto; border-radius: 10px; display: block; }
.f5xnl9on {
  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;
}
.f5xnl9on:hover { opacity: 0.85; }
.bfkgn5t .f5xnl9on  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.bfkgn5t .f5xnl9on:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.x3ur9i4w .f5xnl9on  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.x3ur9i4w .f5xnl9on:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.prq7q4mf .baym9cg { border-radius: 50px; }
.prq7q4mf .f5xnl9on  { border-radius: 50px; }
.iwv7yq26 .baym9cg { padding-left: 22px; padding-right: 22px; }
.iwv7yq26 .f5xnl9on  { padding-left: 12px; padding-right: 12px; }
.yyhf22f .baym9cg { padding-left: 44px; padding-right: 44px; }
.yyhf22f .f5xnl9on  { padding-left: 24px; padding-right: 24px; }
.te4l .baym9cg { padding-left: 56px; padding-right: 56px; }
.te4l .f5xnl9on  { padding-left: 32px; padding-right: 32px; }
.g64vt   .baym9cg::after, .g64vt   .f5xnl9on::after,
.zbqx1 .baym9cg::after, .zbqx1 .f5xnl9on::after,
.zfmev    .baym9cg::after, .zfmev    .f5xnl9on::after,
.bo9ilan    .baym9cg::after, .bo9ilan    .f5xnl9on::after,
.numxr06w    .baym9cg::after, .numxr06w    .f5xnl9on::after,
.gdwgn1     .baym9cg::after, .gdwgn1     .f5xnl9on::after,
.g4rj    .baym9cg::after, .g4rj    .f5xnl9on::after,
.t5hbjr   .baym9cg::after, .t5hbjr   .f5xnl9on::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;
}
.g64vt .baym9cg::after, .g64vt .f5xnl9on::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");
}
.zbqx1 .baym9cg::after, .zbqx1 .f5xnl9on::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");
}
.zfmev .baym9cg::after, .zfmev .f5xnl9on::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");
}
.bo9ilan .baym9cg::after, .bo9ilan .f5xnl9on::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");
}
.numxr06w .baym9cg::after, .numxr06w .f5xnl9on::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");
}
.gdwgn1 .baym9cg::after, .gdwgn1 .f5xnl9on::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");
}
.g4rj .baym9cg::after, .g4rj .f5xnl9on::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");
}
.t5hbjr .baym9cg::after, .t5hbjr .f5xnl9on::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");
}
.e509b5f   .g2dn::after, .e509b5f   .x4f3hsbu::after,
.ank5fsm .g2dn::after, .ank5fsm .x4f3hsbu::after,
.j3eltwoo    .g2dn::after, .j3eltwoo    .x4f3hsbu::after,
.kq13vi5    .g2dn::after, .kq13vi5    .x4f3hsbu::after,
.dyqmy96    .g2dn::after, .dyqmy96    .x4f3hsbu::after,
.u2gs     .g2dn::after, .u2gs     .x4f3hsbu::after,
.c1rr7cv    .g2dn::after, .c1rr7cv    .x4f3hsbu::after,
.pg0vidu   .g2dn::after, .pg0vidu   .x4f3hsbu::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;
}
.e509b5f .g2dn::after, .e509b5f .x4f3hsbu::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");
}
.ank5fsm .g2dn::after, .ank5fsm .x4f3hsbu::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");
}
.j3eltwoo .g2dn::after, .j3eltwoo .x4f3hsbu::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");
}
.kq13vi5 .g2dn::after, .kq13vi5 .x4f3hsbu::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");
}
.dyqmy96 .g2dn::after, .dyqmy96 .x4f3hsbu::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");
}
.u2gs .g2dn::after, .u2gs .x4f3hsbu::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");
}
.c1rr7cv .g2dn::after, .c1rr7cv .x4f3hsbu::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");
}
.pg0vidu .g2dn::after, .pg0vidu .x4f3hsbu::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");
}
.uorsq9bz .czf02r { background: rgba(128,128,128,.12); }
@media (min-width: 721px) {
  .lg08 { flex: 0 0 260px; width: 260px; }
  .rww3w8 { flex: 0 0 120px; width: 120px; }
  .mny061hk { flex: 0 0 110px; width: 110px; }
  .wfnfd   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .bzb71t { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.bzb71t.f5xnl9on { 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) {
  .egkd9cq { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .egkd9cq .br303wem { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .egkd9cq .lg08 { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .egkd9cq .czf02r { width: 100%; min-width: unset; height: 120px; }
  .egkd9cq .x1bo { max-height: 96px; max-width: 200px; }
  .egkd9cq .yi8dj7 { min-width: unset; text-align: center; white-space: normal; }
  .egkd9cq .rww3w8 { min-width: 0; }
  .egkd9cq .wfnfd { 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; }
  .egkd9cq .bzb71t { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .ax7a3 .br303wem { row-gap: 8px !important; gap: 10px !important; }
}
.oa2fb1 .t9ebxk { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .tdjyej .omon3 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .tdjyej .ijnokxj { margin: 0; }
}
.uozei .ijnokxj { border-top: 4px solid var(--accent); }
.uozei .k2bo3zpj { background: var(--bg-card); }
.jdl06 .lbd5 { gap: 10px; }
.jdl06 .a859o1, .jdl06 .ccbdf0 { padding: 12px; }
.jdl06 .a859o1 ul, .jdl06 .ccbdf0 ul { margin: 4px 0 0; padding-left: 18px; }
.jdl06 .a859o1 li, .jdl06 .ccbdf0 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .bdqiq4 { grid-template-columns: 1fr; }
  .xojz91w0 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .xojz91w0 .wq276vx { width: 72px; height: 50px; }
  .xojz91w0 .ts5g { max-width: 180px; }
  .xojz91w0 .fl4x { width: auto; }
}
@media (max-width: 720px) {
  .k35ujy { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .xr96 { padding: 16px; }
  .r0ft .m88sg { min-width: 50%; }
}
.cnlyysw .lbd5 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .unwh { grid-template-columns: 1fr; }
  .zcq5wxal { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .lqdq2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .n0npbc { flex-wrap: wrap; padding: 16px; }
}
.tabc .lbd5 { gap: 8px; }
.tabc .a859o1, .tabc .ccbdf0 { padding: 8px; }
@media (max-width: 480px) {
  .gxpyol { flex-direction: column; align-items: stretch; }
}
.lquypu .fl4x .f5xnl9on { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .umq3d { flex-direction: column; align-items: stretch; gap: 10px; }
  .lquypu .fl4x { text-align: center; }
}
@media (max-width: 720px) {
  .jhfrz0 { grid-template-columns: 1fr; }
  .gf5fwsp { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .jlbv6w { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .k9agi { grid-template-columns: 1fr; }
  .ms4lq { width: 100px; height: 100px; margin: 16px auto; }
  .v4imsi { font-size: 1.4rem; }
  .tlpr { justify-content: center; }
  .ssjfqis6 .m88sg { min-width: 50%; }
}
.g55yls .lbd5 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .f4brba46 { flex-wrap: wrap; padding: 14px 16px; }
  .ofylr3gs { padding: 12px 16px; }
  .g55yls .lbd5 { margin: 0 16px; }
  .g55yls .mpp5q { padding: 0 16px; }
  .xs2d { padding: 12px 16px; }
}
.bc4v4n .lg08 { flex-direction: column-reverse; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.bc4v4n .yi8dj7 { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.bjke .bzb71t.f5xnl9on { padding: 14px 30px !important; font-size: 1rem; }
.y38iv2lr .bzb71t.f5xnl9on { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.hmcg7rym .rww3w8 { display: none; }
.hmcg7rym .mny061hk { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.hmcg7rym .mny061hk {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.hmcg7rym .mny061hk small { display: none; }
.hmcg7rym .tio9p7 .jhkav { display: none; }
.hmcg7rym .tio9p7 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.hmcg7rym .vqbk { display: none; }
.yir5pu { margin: 16px 0; }
.ipee1i { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ipee1i summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ipee1i summary::after { content: "+"; color: var(--accent-light); }
.ipee1i[open] summary::after { content: "−"; }
.ipee1i p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.wa0g6s29 { margin-bottom: 0; }
.wyw2c8 h2.m6txhpk6 { color: var(--text-primary); border-color: var(--accent-light); }
.p6jeu6b5 h2.m6txhpk6 { color: var(--text-primary); border-color: var(--accent-light); }
.u4ykgmi1 .ot15     { background: #052e16; border-color: #10b981; }
.u4ykgmi1 .x1oq { background: #2d0a1e; border-color: #f43f5e; }
.u4ykgmi1 .sfedb    { background: #1e1036; border-color: #a855f7; }
.u4ykgmi1 .olzy strong  { color: #f1f5f9; }
.u4ykgmi1 .olzy p       { color: #cbd5e1; }
.u4ykgmi1 .n7u6aq    .ot15     .jm54y::before,
.u4ykgmi1 .m4bwnlmw  .ot15     .jm54y::before,
.u4ykgmi1 .ebbo  .ot15     .jm54y::before,
.u4ykgmi1 .lmiaw .ot15     .jm54y::before { color: #10b981; }
.u4ykgmi1 .n7u6aq    .x1oq .jm54y::before,
.u4ykgmi1 .m4bwnlmw  .x1oq .jm54y::before,
.u4ykgmi1 .ebbo  .x1oq .jm54y::before,
.u4ykgmi1 .lmiaw .x1oq .jm54y::before { color: #f43f5e; }
.u4ykgmi1 .n7u6aq    .sfedb    .jm54y::before,
.u4ykgmi1 .m4bwnlmw  .sfedb    .jm54y::before,
.u4ykgmi1 .ebbo  .sfedb    .jm54y::before,
.u4ykgmi1 .lmiaw .sfedb    .jm54y::before { color: #a855f7; }
.spn5 .ot15     { background: #2d2000; border-color: #eab308; }
.spn5 .x1oq { background: #2d0b0b; border-color: #ef4444; }
.spn5 .sfedb    { background: #2d1600; border-color: #f97316; }
.spn5 .olzy strong  { color: #f1f5f9; }
.spn5 .olzy p       { color: #cbd5e1; }
.spn5 .n7u6aq    .ot15     .jm54y::before,
.spn5 .m4bwnlmw  .ot15     .jm54y::before,
.spn5 .ebbo  .ot15     .jm54y::before,
.spn5 .lmiaw .ot15     .jm54y::before { color: #eab308; }
.spn5 .n7u6aq    .x1oq .jm54y::before,
.spn5 .m4bwnlmw  .x1oq .jm54y::before,
.spn5 .ebbo  .x1oq .jm54y::before,
.spn5 .lmiaw .x1oq .jm54y::before { color: #ef4444; }
.spn5 .n7u6aq    .sfedb    .jm54y::before,
.spn5 .m4bwnlmw  .sfedb    .jm54y::before,
.spn5 .ebbo  .sfedb    .jm54y::before,
.spn5 .lmiaw .sfedb    .jm54y::before { color: #f97316; }
.x24mt3n .ot15     { background: #0c1a2e; border-color: #38bdf8; }
.x24mt3n .x1oq { background: #12103a; border-color: #818cf8; }
.x24mt3n .sfedb    { background: #0a2020; border-color: #2dd4bf; }
.x24mt3n .olzy strong  { color: #f1f5f9; }
.x24mt3n .olzy p       { color: #cbd5e1; }
.x24mt3n .n7u6aq    .ot15     .jm54y::before,
.x24mt3n .m4bwnlmw  .ot15     .jm54y::before,
.x24mt3n .ebbo  .ot15     .jm54y::before,
.x24mt3n .lmiaw .ot15     .jm54y::before { color: #38bdf8; }
.x24mt3n .n7u6aq    .x1oq .jm54y::before,
.x24mt3n .m4bwnlmw  .x1oq .jm54y::before,
.x24mt3n .ebbo  .x1oq .jm54y::before,
.x24mt3n .lmiaw .x1oq .jm54y::before { color: #818cf8; }
.x24mt3n .n7u6aq    .sfedb    .jm54y::before,
.x24mt3n .m4bwnlmw  .sfedb    .jm54y::before,
.x24mt3n .ebbo  .sfedb    .jm54y::before,
.x24mt3n .lmiaw .sfedb    .jm54y::before { color: #2dd4bf; }
.wlbpv9q .ot15     { background: var(--accent-bg); border-color: var(--accent-light); }
.wlbpv9q .x1oq { background: var(--accent-bg-light); border-color: var(--accent-light); }
.wlbpv9q .sfedb    { background: var(--accent-bg); border-color: var(--accent-pale); }
.wlbpv9q .n7u6aq    .jm54y::before,
.wlbpv9q .m4bwnlmw  .jm54y::before,
.wlbpv9q .ebbo  .jm54y::before,
.wlbpv9q .lmiaw .jm54y::before { color: var(--accent-light) !important; }
.mtd9::before,
.iw3x5f0t::before { margin-right: 5px; }
.a0zerbeu .a859o1 ul li,
.a0zerbeu .a859o1 .mtd9 { color: #22c55e; }
.a0zerbeu .ccbdf0 ul li,
.a0zerbeu .ccbdf0 .iw3x5f0t { color: #ef4444; }
.q5tupjxh .a859o1 { background: var(--bg-pros); }
.q5tupjxh .ccbdf0 { background: var(--bg-cons); }
.q5tupjxh .a859o1 .mtd9 { color: var(--c-pros-label); }
.q5tupjxh .ccbdf0 .iw3x5f0t { color: var(--c-cons); }
.q5tupjxh .a859o1 ul li,
.q5tupjxh .fyd9lw li            { color: var(--c-pros); }
.q5tupjxh .ccbdf0 ul li,
.q5tupjxh .d9bi li            { color: var(--c-cons); }
.kzg61 .a859o1 { background: var(--bg-pros); }
.kzg61 .ccbdf0 { background: var(--bg-cons); }
.kzg61 .a859o1 .mtd9 { color: var(--c-pros-label); }
.kzg61 .ccbdf0 .iw3x5f0t { color: var(--c-cons); }
.kzg61 .a859o1 ul li,
.kzg61 .ccbdf0 ul li,
.iiiuh .mtd9::before { content: "✓ "; }
.iiiuh .iw3x5f0t::before { content: "✗ "; }
.kz8f8 .mtd9::before { content: "→ "; }
.kz8f8 .iw3x5f0t::before { content: "← "; }
.xfi17 .mtd9::before { content: "★ "; }
.xfi17 .iw3x5f0t::before { content: "✕ "; }
.d0hf3qu .mtd9::before { content: "◆ "; }
.d0hf3qu .iw3x5f0t::before { content: "▲ "; }
.oa2fb1 .olzy { background: transparent; border-left: none; border: 1.5px solid; }
.oa2fb1 .ot15     { border-color: var(--c-tip-border); }
.oa2fb1 .x1oq { border-color: var(--c-warn-border); }
.oa2fb1 .sfedb    { border-color: #60a5fa; }
.oa2fb1 .olzy strong { color: var(--text-primary); }
.oa2fb1 .olzy p      { color: var(--text-muted); }
.xta3j3ay .olzy { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.xta3j3ay .ot15     { border-top-color: var(--c-tip-border); }
.xta3j3ay .x1oq { border-top-color: var(--c-warn-border); }
.xta3j3ay .sfedb    { border-top-color: #60a5fa; }
.j016ch .olzy { border-left: none; border-radius: 8px; }
.j016ch .ot15     { background: #065f46; }
.j016ch .x1oq { background: #92400e; }
.j016ch .sfedb    { background: #1e3a8a; }
.j016ch .olzy strong,
.j016ch .olzy p { color: #fff; }
.j016ch .jm54y::before { color: rgba(255,255,255,0.85) !important; }
.u4ykgmi1.j016ch .ot15,
.u4ykgmi1 .j016ch .ot15     { background: #052e16; }
.u4ykgmi1.j016ch .x1oq,
.u4ykgmi1 .j016ch .x1oq { background: #2d0a1e; }
.u4ykgmi1.j016ch .sfedb,
.u4ykgmi1 .j016ch .sfedb    { background: #1e1036; }
.spn5.j016ch .ot15,
.spn5 .j016ch .ot15      { background: #2d2000; }
.spn5.j016ch .x1oq,
.spn5 .j016ch .x1oq  { background: #2d0b0b; }
.spn5.j016ch .sfedb,
.spn5 .j016ch .sfedb     { background: #2d1600; }
.x24mt3n.j016ch .ot15,
.x24mt3n .j016ch .ot15      { background: #0c1a2e; }
.x24mt3n.j016ch .x1oq,
.x24mt3n .j016ch .x1oq  { background: #12103a; }
.x24mt3n.j016ch .sfedb,
.x24mt3n .j016ch .sfedb     { background: #0a2020; }
.zo93at .olzy { border-left: none; border-radius: 6px; padding: 10px 14px; }
.zo93at .ot15     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.zo93at .x1oq { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.zo93at .sfedb    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.zo93at .olzy strong { color: var(--text-primary); }
.zo93at .olzy p      { color: var(--text-muted); }
.icjx .olzy { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.n7u6aq .jm54y,
.m4bwnlmw .jm54y,
.ebbo .jm54y,
.lmiaw .jm54y { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.n7u6aq .jm54y::before,
.m4bwnlmw .jm54y::before,
.ebbo .jm54y::before,
.lmiaw .jm54y::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.n7u6aq .ot15     .jm54y::before { content: "✦"; color: var(--c-tip-border); }
.n7u6aq .x1oq .jm54y::before { content: "▲"; color: var(--c-warn-border); }
.n7u6aq .sfedb    .jm54y::before { content: "◉"; color: #60a5fa; }
.m4bwnlmw .ot15     .jm54y::before { content: "★"; color: var(--c-tip-border); }
.m4bwnlmw .x1oq .jm54y::before { content: "◆"; color: var(--c-warn-border); }
.m4bwnlmw .sfedb    .jm54y::before { content: "●"; color: #60a5fa; }
.ebbo .ot15     .jm54y::before { content: "▶"; color: var(--c-tip-border); }
.ebbo .x1oq .jm54y::before { content: "■"; color: var(--c-warn-border); }
.ebbo .sfedb    .jm54y::before { content: "▸"; color: #60a5fa; }
.lmiaw .ot15     .jm54y::before { content: "→"; color: var(--c-tip-border); }
.lmiaw .x1oq .jm54y::before { content: "⬥"; color: var(--c-warn-border); }
.lmiaw .sfedb    .jm54y::before { content: "◈"; color: #60a5fa; }
.clppcays .jnv7j2rd .lnssnok,
.clppcays .ez9m1i5d .lnssnok  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.clppcays .t5z1te                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.clppcays .prfbr          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.clppcays .ixu91bzh                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.bm1mm .jnv7j2rd .lnssnok,
.bm1mm .ez9m1i5d .lnssnok,
.bm1mm .t5z1te,
.bm1mm .br303wem,
.bm1mm .ijnokxj,
.bm1mm .prfbr,
.bm1mm .ixu91bzh,
.bm1mm .icjx .olzy { box-shadow: none; }
.f9lkyxb   .cv32lxv, .f9lkyxb .xdeb, .f9lkyxb .m36d7uv,
.f9lkyxb   .vlz01nl, .f9lkyxb .bmj8q { font-size: 0.9rem; }
.f9lkyxb   .j7lcw8b, .f9lkyxb .cvx4w8y4 { font-size: 0.9rem; }
.hl93i   .cv32lxv, .hl93i .xdeb, .hl93i .m36d7uv,
.hl93i   .vlz01nl, .hl93i .bmj8q { font-size: 0.95rem; }
.hl93i   .j7lcw8b, .hl93i .cvx4w8y4 { font-size: 0.95rem; }
.ppzai   .cv32lxv, .ppzai .xdeb, .ppzai .m36d7uv,
.ppzai   .vlz01nl, .ppzai .bmj8q { font-size: 1.08rem; }
.ppzai   .j7lcw8b, .ppzai .cvx4w8y4 { font-size: 1.05rem; }
.ppzai   .f432 { font-size: 0.97rem; }
.zvn13v4 .yyflcal      { font-size: 3.2rem; }
.zvn13v4 h2.m6txhpk6 { font-size: 1.9rem; }
.zvn13v4 h3.x98wj6     { font-size: 1.4rem; }
.dvsq .yyflcal      { font-size: 3.8rem; }
.dvsq h2.m6txhpk6 { font-size: 2.2rem; }
.dvsq h3.x98wj6     { font-size: 1.6rem; }
.wa0g6s29 + .wa0g6s29 { position: relative; }
.tanqw4f   .wa0g6s29 + .wa0g6s29::before,
.b1l42  .wa0g6s29 + .wa0g6s29::before,
.f243   .wa0g6s29 + .wa0g6s29::before,
.puimw   .wa0g6s29 + .wa0g6s29::before,
.oep5   .wa0g6s29 + .wa0g6s29::before,
.p947ep .wa0g6s29 + .wa0g6s29::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.tanqw4f .wa0g6s29 + .wa0g6s29::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.b1l42 .wa0g6s29 + .wa0g6s29::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.f243 .wa0g6s29 + .wa0g6s29::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;
}
.puimw .wa0g6s29 + .wa0g6s29::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.gvescvg .wa0g6s29 { margin-bottom: 16px; }
.gvescvg .wa0g6s29 + .wa0g6s29 { margin-top: 0; }
.gvescvg .lwryzjhf { padding-top: 0; padding-bottom: 0; }
.oep5 .wa0g6s29 + .wa0g6s29::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.p947ep .wa0g6s29 + .wa0g6s29::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.bqedg5 .wa0g6s29 + .wa0g6s29::before,
.rlko .wa0g6s29 + .wa0g6s29::before,
.zicq .wa0g6s29 + .wa0g6s29::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%;
}
.ryadw4 .bqedg5 .wa0g6s29:nth-child(even)::before,
.ryadw4 .rlko .wa0g6s29:nth-child(even)::before,
.ryadw4 .zicq .wa0g6s29:nth-child(even)::before { background: var(--bg-surface); }
.i1sz9e .bqedg5 .wa0g6s29:nth-child(even)::before,
.i1sz9e .rlko .wa0g6s29:nth-child(even)::before,
.i1sz9e .zicq .wa0g6s29:nth-child(even)::before { background: var(--bg-card); }
.bqedg5 .wa0g6s29 + .wa0g6s29::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");
}
.rlko .wa0g6s29 + .wa0g6s29::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");
}
.zicq .wa0g6s29 + .wa0g6s29::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");
}
.nt98 .vked,
.nt98 .huex4c6,
.nt98 .r80q629w,
.te7ylv6s .r80q629w { padding-bottom: 60px; }
.vdxl .r80q629w { padding-bottom: 70px; }
.nt98 .vked::before,
.nt98 .vked::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");
}
.ve9sr21f .br75j8iv { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.gxy4 .br75j8iv { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.m7hscto .br75j8iv { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.m7aa9r9x .br75j8iv { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.odbcor .bkg89d { background: var(--accent); }
.odbcor .bkg89d .rn3smw4 { background: none; }
.odbcor .xqnw { background: var(--accent); }
.odbcor .br75j8iv { background: var(--accent-bg); }
.odbcor .vked:not(.bkg89d) .rn3smw4 { background: rgba(0,0,0,0.6); }
.ny6z74uo .h4p4 { float: left; width: 38%; margin: 0 28px 16px 0; }
.ny6z74uo .h4p4 .cx0x { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ny6z74uo .lwryzjhf::after { content: ''; display: block; clear: both; }
.yy69plb .h4p4 { float: right; width: 38%; margin: 0 0 16px 28px; }
.yy69plb .h4p4 .cx0x { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.yy69plb .lwryzjhf::after { content: ''; display: block; clear: both; }
.trktlt .wa0g6s29:nth-child(odd)  .h4p4 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.trktlt .wa0g6s29:nth-child(even) .h4p4 { float: right; width: 38%; margin: 0 0 16px 28px; }
.trktlt .h4p4 .cx0x { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.trktlt .lwryzjhf::after { content: ''; display: block; clear: both; }
.ny6z74uo .amx8phx0,
.ny6z74uo .egkd9cq,
.yy69plb .amx8phx0,
.trktlt .amx8phx0,
@media (max-width: 900px) {
  .ny6z74uo .h4p4,
  .yy69plb .h4p4,
  .trktlt .wa0g6s29:nth-child(odd)  .h4p4,
  .trktlt .wa0g6s29:nth-child(even) .h4p4 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ny6z74uo .h4p4 .cx0x,
  .yy69plb .h4p4 .cx0x,
  .trktlt .h4p4 .cx0x {
    max-height: none !important;
  }
}
.ny6z74uo .j7lcw8b,
.ny6z74uo .cvx4w8y4,
.yy69plb .j7lcw8b,
.yy69plb .cvx4w8y4,
.trktlt .j7lcw8b,
.trktlt .cvx4w8y4 { overflow: hidden; }
@media (max-width: 640px) {
  .ny6z74uo .h4p4,
  .yy69plb .h4p4,
  .trktlt .h4p4 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.lrdv .fq7rw,
.lrdv .lwryzjhf,
.lrdv .fahpi8  { max-width: 1100px; }
.lrdv { --content-mw: 1100px; }
.ud9vacr7 .fq7rw,
.ud9vacr7 .lwryzjhf,
.ud9vacr7 .fahpi8  { max-width: 1200px; }
.hrv9nl .fq7rw,
.hrv9nl .lwryzjhf,
.hrv9nl .fahpi8  { max-width: 1320px; }
.elws69 { font-size: 0.82rem; color: var(--text-muted); }
.nu4l6 { display: flex; align-items: center; }
.pbdr2 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.fpi93 { display: flex; align-items: center; }
.gyzrprcj { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.gyzrprcj:hover { text-decoration: underline; }
.q8yvu { margin: 0 3px; opacity: 0.45; }
.q8yvu::before { content: '/'; }
.nare6b6b { padding: 2px 5px; color: var(--text-main); }
.vea1l12 .elws69 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.vea1l12 .nu4l6 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.kwx24w .elws69 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.kwx24w .nu4l6 { padding: 0 0 0 12px; }
.godjug .nu4l6 { padding: 0 16px; }
.godjug .elws69 {
  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);
}
.godjug .fq7rw { padding-top: 28px; }
@media (max-width: 720px) {
  .ie2g269t { margin-top: 18px; padding: 0 16px; }
  .godjug .fq7rw { padding-top: 16px; }
}
.lrdv.vea1l12 .nu4l6 { max-width: 1100px; }
.ud9vacr7.vea1l12 .nu4l6 { max-width: 1200px; }
.hrv9nl.vea1l12 .nu4l6 { max-width: 1320px; }
.lrdv .ie2g269t { max-width: 1100px; }
.mxt4i .wa0g6s29 { padding-top: 16px; padding-bottom: 16px; }
.r8efn7vn .wa0g6s29 { padding-top: 24px; padding-bottom: 24px; }
.k89fn139 .wa0g6s29 { padding-top: 40px; padding-bottom: 40px; }
.x2k4ue9r .wa0g6s29 { padding-top: 52px; padding-bottom: 52px; }
.eon9 .wa0g6s29:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.eon9 .wa0g6s29:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.eon9 .wa0g6s29:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.eon9 .wa0g6s29:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.trw2h1c .lwryzjhf { padding-top: 10px;  padding-bottom: 10px; }
.t6lqtol .lwryzjhf { padding-top: 18px;  padding-bottom: 18px; }
.ft7gtw .lwryzjhf { padding-top: 36px;  padding-bottom: 36px; }
.jj5df4d .lwryzjhf { padding-top: 48px;  padding-bottom: 48px; }
.f012uu78 h2.m6txhpk6 { font-weight: 600; }
.f012uu78 h3.x98wj6     { font-weight: 600; }
.i6t1 { font-weight: 500; }
.i6t1 h2.m6txhpk6 { font-weight: 800; }
.i6t1 h3.x98wj6     { font-weight: 700; }
.tcx4 h2.m6txhpk6 { font-weight: 900; }
.tcx4 h3.x98wj6     { font-weight: 800; }
.tcx4 .olzy strong,
.tcx4 .olzy strong { font-weight: 600; }
.g2dn {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.oyk0 .g2dn { display: none; }
@media (max-width: 640px) { .g2dn { display: none; } }
.g2dn { background: var(--cta) !important; color: #fff !important; border: none !important; }
.g2dn:hover { opacity: 0.85; }
.so3ztv2 .g2dn { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.mmnp61 .g2dn,
.l29k  .g2dn { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.mmnp61 .g2dn:hover,
.l29k  .g2dn:hover { opacity: 0.88; }
.so3ztv2.mmnp61 .g2dn,
.so3ztv2.l29k  .g2dn { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.x4f3hsbu {
  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;
}
.x4f3hsbu:hover { transform: translateY(-2px); opacity: 0.92; }
.x4f3hsbu { background: var(--cta) !important; color: #fff !important; border: none !important; }
.bt53z .x4f3hsbu { display: none; }
.k4kuzqr .x4f3hsbu { right: 32px; }
.szfhqeuj  .x4f3hsbu { left: 32px; }
@media (max-width: 480px) {
  .k4kuzqr .x4f3hsbu { right: 20px; bottom: 20px; }
  .szfhqeuj  .x4f3hsbu { left: 20px; bottom: 20px; }
}
.vn2v { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.fahpi8 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.fo0t { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.qae4wj6o { color: var(--text-dim); font-size: 0.8rem; }
.wxnb { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.wxnb img { height: 26px; width: auto; object-fit: contain; }
.tiuhlg49 .fahpi8 { text-align: center; }
.tiuhlg49 .fo0t { margin-top: 0; }
@media (max-width: 640px) {
  .fahpi8 { padding-left: 16px; padding-right: 16px; }
  .opqa3p .fahpi8 { padding: 20px 16px; }
  .uq6zbuw7 { gap: 4px 12px; }
  .fo0t { font-size: 0.78rem; }
}
.clj8d .mb00arm .wxnb { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.clj8d .fo0t { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.clj8d .qae4wj6o { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .clj8d .mith4 { grid-template-columns: 1fr 1fr; } .clj8d .mb00arm { grid-column: 1 / -1; } }
@media (max-width: 480px) { .clj8d .mith4 { grid-template-columns: 1fr; } }
.kunmullq .odqo { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.kunmullq .wxnb { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.kunmullq .wyyu { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.kunmullq .wyyu a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.kunmullq .wyyu a:hover { color: var(--accent-light); }
.op6qhyt { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.kunmullq .snl57 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.kunmullq .tsvcbe { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.kunmullq .tsvcbe a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.kunmullq .tsvcbe a:hover { color: var(--accent-light); }
.kunmullq .fo0t { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .kunmullq .odqo { gap: 12px; } .kunmullq .wxnb { margin-right: 0; width: 100%; } }
.bume .k1il .wxnb { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.bume .fo0t { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.bume .qae4wj6o { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .bume .fvnydv6g { grid-template-columns: 1fr 1fr; } .bume .k1il { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bume .fvnydv6g { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .tguflm25 .usc68sf2 { grid-template-columns: 1fr 1fr; } .tguflm25 .zk2k:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tguflm25 .usc68sf2 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .wnwwevcd .usc68sf2 { grid-template-columns: 1fr; } }
.zlg26 .fahpi8 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ov96qze4 .dn61      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ov96qze4 .vn2v { background: var(--bg-page); border-top-color: var(--border-alt); }
.uq9dtqmg .dn61      { background: #0d1117; border-bottom-color: #21262d; }
.uq9dtqmg .vxycz { color: var(--accent-light); }
.uq9dtqmg .c03s6 { --msep-color: #8b949e; }
.uq9dtqmg .c03s6 a { color: #8b949e; }
.uq9dtqmg .c03s6 a:hover { color: var(--accent-light); }
.uq9dtqmg .jzg7stq { color: #8b949e; }
.uq9dtqmg .vn2v { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.uq9dtqmg .fo0t,
.uq9dtqmg .qae4wj6o { color: #6e7681; }
.uq9dtqmg .s520ghay a, .uq9dtqmg .wyyu a,
.uq9dtqmg .tsvcbe a { color: #8b949e; }
.uq9dtqmg .wxnb { color: #e6edf3; }
.uq9dtqmg .s520ghay a:hover, .uq9dtqmg .wyyu a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .uq9dtqmg .c03s6 { background: #0d1117; border-top-color: #21262d; }
  .uq9dtqmg .c03s6 li a { border-bottom-color: #21262d; }
}
.ulr3kd .dn61      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ulr3kd .vxycz { color: var(--accent-light); }
.ulr3kd .c03s6 { --msep-color: #475569; }
.ulr3kd .c03s6 a { color: #475569; }
.ulr3kd .c03s6 a:hover { color: var(--accent-light); }
.ulr3kd .jzg7stq { color: #64748b; }
.ulr3kd .vn2v { background: #f0f4f8; border-top-color: #cbd5e1; }
.ulr3kd .fo0t,
.ulr3kd .qae4wj6o { color: #64748b; }
.ulr3kd .s520ghay a, .ulr3kd .wyyu a,
.ulr3kd .tsvcbe a, .ulr3kd .wxnb { color: #374151; }
.ulr3kd .s520ghay a:hover, .ulr3kd .wyyu a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .ulr3kd .c03s6 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ulr3kd .c03s6 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.mmnp61 .dn61      { background: var(--accent); border-bottom-color: var(--accent-light); }
.mmnp61 .vxycz { color: #fff; }
.mmnp61 .c03s6 { --msep-color: rgba(255,255,255,0.82); }
.mmnp61 .c03s6 a { color: rgba(255,255,255,0.82); }
.mmnp61 .c03s6 a:hover { color: #fff; }
.mmnp61 .jzg7stq { color: rgba(255,255,255,0.9); }
.mmnp61 .gvkt a { color: var(--text-primary) !important; }
.mmnp61 .gvkt a:hover { color: var(--accent-light) !important; }
.mmnp61 .vn2v { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.mmnp61 .fo0t,
.mmnp61 .qae4wj6o { color: rgba(255,255,255,0.72); }
.mmnp61 .ym16a a, .mmnp61 .uq6zbuw7 a,
.mmnp61 .s520ghay a, .mmnp61 .wyyu a,
.mmnp61 .tsvcbe a, .mmnp61 .wxnb { color: #fff; }
.mmnp61 .tfv1, .mmnp61 .ax6zn6jr { color: rgba(255,255,255,0.7); }
.mmnp61 .ym16a a:hover, .mmnp61 .uq6zbuw7 a:hover,
.mmnp61 .s520ghay a:hover, .mmnp61 .wyyu a:hover { color: #fff; }
@media (max-width: 640px) {
  .mmnp61 .c03s6 { background: var(--accent); border-top-color: var(--accent-light); }
  .mmnp61 .c03s6 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.l29k .dn61 {
  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);
}
.l29k .vn2v {
  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) {
  .l29k .c03s6 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.js43o7 .kgmpz { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ezn5 .kgmpz { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.y5hqlo .kgmpz { min-height: 72px; height: auto; }
.vk85n .kgmpz { min-height: 84px; height: auto; }
.opqa3p .kgmpz { max-width: none; padding: 0 32px; }
.opqa3p .fahpi8  { max-width: none; padding: 24px 32px; }
.c79h4e7.ud9vacr7 .kgmpz { max-width: 1200px; }
.c79h4e7.hrv9nl .kgmpz { max-width: 1320px; }
.md0j   .vxycz, .md0j   .wxnb { text-transform: capitalize; }
.qcmii4 .vxycz, .qcmii4 .wxnb { text-transform: lowercase; }
.kwmw5h .vxycz, .kwmw5h .wxnb { text-transform: uppercase; letter-spacing: 0.06em; }
.qjz6t5, .c6v7hgjh {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.usuzo .qjz6t5,
.usuzo .c6v7hgjh { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.mcy9yf .qjz6t5,
.mcy9yf .c6v7hgjh { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.ama7 .qjz6t5,
.ama7 .c6v7hgjh { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.fisq .qjz6t5,
.fisq .c6v7hgjh { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.fuqei8q   .c03s6 a { font-weight: 500; }
.kdt2rk .c03s6 a { font-weight: 600; }
.myrq     .c03s6 a { font-weight: 700; }
.cowa0p    .c03s6 a { font-weight: 800; letter-spacing: 0.01em; }
.bvxt     .c03s6 > li + li::before,
.dufklbc    .c03s6 > li + li::before,
.h08yttwb    .c03s6 > li + li::before,
.iytn77ti .c03s6 > li + li::before,
.jp2z7d .c03s6 > li + li::before,
.y38wj  .c03s6 > li + li::before,
.bzdj48w    .c03s6 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.bvxt     .c03s6 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.dufklbc    .c03s6 > li + li::before { content: "|"; }
.h08yttwb    .c03s6 > li + li::before { content: "—"; }
.iytn77ti .c03s6 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.jp2z7d .c03s6 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.y38wj  .c03s6 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.bzdj48w    .c03s6 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .w0kwfs .jzg7stq,
  .fb9yk2 .jzg7stq,
  .g45d99og .jzg7stq,
  .bpesx .jzg7stq,
  .wu5i .jzg7stq {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .w0kwfs .jzg7stq::before,
  .fb9yk2 .jzg7stq::before,
  .g45d99og .jzg7stq::before,
  .bpesx .jzg7stq::before,
  .wu5i .jzg7stq::before { content: ""; display: block; flex-shrink: 0; }

  
  .w0kwfs .jzg7stq::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;
  }

  
  .fb9yk2 .jzg7stq::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;
  }

  
  .g45d99og .jzg7stq::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;
  }

  
  .bpesx .jzg7stq::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;
  }

  
  .wu5i .jzg7stq::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) {
  .c4vojc3 .jzg7stq {
    padding: 5px 14px;
  }
  .c4vojc3 .c03s6 {
    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;
  }
  .c4vojc3 .c03s6 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .c4vojc3 .c03s6 li a:hover { background: var(--bg-raised); }
  .c4vojc3 .zwpew7pb,
  .pshdzg .zwpew7pb,
  .tecg993 .zwpew7pb { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ciy3qj .jzg7stq {
    padding: 5px 10px;
  }
  .ciy3qj .c03s6 {
    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);
  }
  .ciy3qj .c03s6.v8k2fh { transform: translateX(0); }
  .ciy3qj .c03s6 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ciy3qj .c03s6 li:last-child a { border-bottom: none; }
  .mmnp61 .c03s6,
  .uq9dtqmg .c03s6 { background: var(--accent) !important; }
  .mmnp61 .c03s6 li a,
  .uq9dtqmg .c03s6 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .tecg993 .jzg7stq {
    padding: 5px 10px;
  }
  .tecg993 .c03s6 {
    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);
  }
  .tecg993 .c03s6::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .tecg993 .c03s6.v8k2fh { transform: translateY(0); }
  .tecg993 .c03s6 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .n8gjgie .jzg7stq {
    padding: 5px 10px;
  }
  .n8gjgie .c03s6 {
    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;
  }
  .n8gjgie .c03s6.v8k2fh { opacity: 1; pointer-events: auto; }
  .n8gjgie .c03s6 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .o77g9cte     .jzg7stq { border-radius: 0 !important; }
  .fj0pdwji   .jzg7stq { border-radius: 8px !important; }
  .rv2l62k .jzg7stq { border-radius: 50% !important; }
  .swelq1d3   .jzg7stq { border-radius: 999px !important; }
}
.ziqu .jyozv5t { height: 36px; }
.usp8mpe .jyozv5t { height: 60px; max-width: 200px; }
.zs3s917 .jyozv5t { height: 76px; max-width: 240px; }
.z29d6 .wfnfd {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .nsz9i26 .egkd9cq {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .nsz9i26 .br303wem {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .nsz9i26 .br303wem { padding: 40px 16px 20px; }
  .nsz9i26 .wfnfd {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .nsz9i26 .bzb71t { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .x3jd .br303wem {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .x3jd .br303wem::before {
    position: absolute; top: 14px; left: 14px;
  }
  .x3jd .lg08 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .x3jd .yi8dj7 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .x3jd .wfnfd {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .x3jd .bzb71t { width: 100%; min-width: 0; }
  .x3jd .rww3w8 { min-width: 0; }
}
.utzna77n .ipee1i {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.utzna77n .ipee1i summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.utzna77n .ipee1i p { padding: 0 2px 16px; }
.pkhppwst .ipee1i { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.pkhppwst .ipee1i summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.pkhppwst .ipee1i summary::after { content: "›"; font-size: 1.2em; }
.pkhppwst .ipee1i[open] summary::after { content: "‹"; }
.pkhppwst .ipee1i p { padding: 10px 22px 4px; }
.zfg1hmi .ipee1i {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.zfg1hmi .ipee1i summary { color: var(--text-primary); padding-left: 16px; }
.zfg1hmi .ipee1i summary::after { content: "›"; font-size: 1.1em; }
.zfg1hmi .ipee1i[open] summary::after { content: "‹"; }
.zfg1hmi .ipee1i p { padding-left: 16px; }
.es2es9n7 .yir5pu { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.es2es9n7 .ipee1i {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.es2es9n7 .ipee1i:last-child { border-bottom: none; }
.es2es9n7 .ipee1i summary { color: var(--text-primary); border-radius: 0; }
.es2es9n7 .ipee1i summary::after { content: "›"; font-size: 1.1em; }
.es2es9n7 .ipee1i[open] summary::after { content: "‹"; }
.sqa0q9 .ipee1i { overflow: hidden; }
.sqa0q9 .ipee1i summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.sqa0q9 .ipee1i summary::after { color: rgba(255,255,255,.75); }
.sqa0q9 .ipee1i[open] summary { border-radius: 0; }
.kxyj { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.upxt288o {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.r6yl3typ {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.knvu { color: var(--text-muted); font-size: 1.05rem; }
.wami7 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.dtmm5 { margin-bottom: 20px; }
.ithpb {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.emt8dcp {
  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;
}
.emt8dcp:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.jcqcl { resize: vertical; min-height: 130px; }
.q9v7y4u0 { width: 100%; margin-top: 8px; }
.v58f {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.xe0eo4 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.otytp { color: var(--text-muted); line-height: 1.75; }
.d4f9b { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.d4f9b li { margin-bottom: 6px; }
.mbfhmr0p { max-width: 760px; margin: 0 auto; }
.drgnz4w6 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.gtdn9rn { max-width: 760px; margin: 0 auto; }
.dyggxo8 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.dyggxo8:last-child { border-bottom: none; }
.m7m7o { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.dyggxo8 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.dyggxo8 ul.d4f9b { margin: 0; }
.ixqs .m7m7o { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .ixqs { grid-template-columns: 1fr; gap: 10px; } }
.huakixm .m7m7o { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.q0hq67d .d4f9b { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .vkly36 { grid-template-columns: 1fr; } }
.cg4uf82o { color: inherit; text-decoration: none; }
.cg4uf82o:hover { color: var(--accent-light); text-decoration: underline; }
.e8tmch { display: inline-block; line-height: 0; }
.kqdtfv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.v8rx6j { margin-bottom: 48px; }
.e3nqjm { max-width: 760px; margin: 0 auto; }
.d67z65 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.d67z65:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.qvkuk { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.d67z65 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.d67z65 ul.d4f9b { margin: 0; }
.vtrlqza1 { color: var(--text-muted); line-height: 1.75; }
.ka2uobp8 .d4f9b,
.zcii90z .d4f9b,
.pzr9ctw .d4f9b,
.ft95z .d4f9b {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ka2uobp8 .d67z65,
.zcii90z .d67z65 { text-align: left; }
.ka2uobp8 .qvkuk,
.zcii90z .qvkuk { text-align: center; }
.b9jx { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.xwaf1 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.t42yp7c { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.tx9s224 { margin-top: 12px; }
.fehxze41 { 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; }
.fehxze41:hover { border-bottom-color: var(--accent-light); }
.igtwtcy { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.igtwtcy img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v4n0 { border-radius: 50%; }
.a50wgj { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.txgv2r { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.txgv2r::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
.lru520 { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .lru520 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.h2e76bn .t42yp7c, .h2e76bn .xwaf1 { max-width: 640px; }
.bvdk .b9jx { font-size: 1.6rem; margin-top: 18px; }
.khd1xsut .t42yp7c { margin-bottom: 28px; }
@media (max-width: 860px) { .fj5j4 { grid-template-columns: 1fr; } .bvdk { position: static; text-align: center; } }
.diz9ljfk .igtwtcy { margin: 0 auto 18px; }
.diz9ljfk .a50wgj { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .jhinro { grid-template-columns: 1fr; } }
.a7jjj .b9jx { font-size: 1.6rem; margin-bottom: 6px; }
.ft95z .d4f9b { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .a7jjj { flex-direction: column; text-align: center; } .z56w { grid-template-columns: 1fr; } }
.g2rmhrnj .b9jx { font-size: 1.35rem; margin: 0 0 4px; }
.g2rmhrnj .a50wgj { margin: 0; }
.b3dxaxj { max-width: 760px; margin: 0 auto; }
.aofx { position: relative; padding-left: 28px; }
.aofx::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.bwq1nxsl { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.bwq1nxsl:last-child { padding-bottom: 0; }
.ij64i { 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; }
.q0nrb h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.q0nrb p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.sf64 .r6yl3typ { color: var(--accent-light); }
.jxmdxii .r6yl3typ { font-size: 2rem; }
.jxmdxii .knvu { max-width: 680px; }
.s6q8l .r6yl3typ { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.s6q8l .knvu  { margin: 0; }
@media (max-width: 640px) { .s6q8l { flex-direction: column; } }
.ckpyt1 .r6yl3typ { color: var(--accent-light); }
.e6da {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.e6da .r6yl3typ { color: #fff; }
.e6da .knvu  { color: rgba(255,255,255,0.85); }
.fwqu30 { max-width: 680px; margin: 0 auto; }
.omemtafo {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .omemtafo { grid-template-columns: 1fr; } }
.xulq3ls .emt8dcp {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xulq3ls .emt8dcp:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.kohe .emt8dcp { background: var(--bg-raised); border-color: transparent; }
.kohe .emt8dcp:focus { background: var(--bg-card); border-color: var(--accent-light); }
.nqwon2 .emt8dcp { border-radius: 100px; padding: 11px 20px; }
.nqwon2 .jcqcl { border-radius: 14px; }
.wbh7ks {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.wbh7ks 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;
}
.wbh7ks summary::-webkit-details-marker { display: none; }
.wbh7ks summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.wbh7ks[open] summary::after { content: "−"; }
.lr1mdy {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .t13mj6c { grid-template-columns: 1fr; } }
.ci8tug { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.ci8tug li { margin-bottom: 6px; }
.omykw0td{position:relative;overflow:visible}
.vsnjmvy .t5yi,.znhvh .t5yi,
.vsnjmvy .t5yi,.znhvh .t5yi,
.vsnjmvy .t5yi .qylxkym,.znhvh .t5yi .qylxkym,
.vsnjmvy .x1e134in,.znhvh .x1e134in,
.vsnjmvy .t5yi,.znhvh .t5yi{top:12px}
.vsnjmvy .t5yi .qylxkym{margin-right:auto}
.i2gm .br75j8iv~.t5yi,
.i2gm .br75j8iv~.t5yi .qylxkym,
.br75j8iv~.t5yi,.tuwd8ra~.t5yi{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}
.br75j8iv~.t5yi .qylxkym{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jzpqr .x1e134in{color: var(--accent-light);opacity:1;font-weight:500}
.noq3{--date-bg:transparent}
.port1s .jsgb5r::before{content:""}
.bepfl6h{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.nmxa6qvd{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.gfnd1t3q{display:flex;flex-direction:column;gap:3px}
.n7yz{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.ax71{font-weight:700;font-size:1rem;color:var(--text-heading)}
.fvbe{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.fe90 .bepfl6h{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.gns2 .bepfl6h{border-top:3px solid var(--accent);padding-top:18px}
.bez2u .bepfl6h{border-left:3px solid var(--accent);border-radius:0}
.n6jup2g .bepfl6h{padding:20px 0}
@media(max-width:640px){
  .bepfl6h{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .fvbe{max-width:100%}
}
:root {
  --accent:          #478020;
  --brand:           #478020;
  --brand-light:     #3c6421;
  --brand-pale:      #558137;
  --grad-start:      #6fc932;
  --grad-end:        #93cd6b;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #478020;
  --cta-light:       #346214;
  --cta-hover:       #2b4f13;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f3;
  --bg-raised:       #eff1ee;
  --bg-hover:        #f4f5f3;
  --border:          #e4e8e2;
  --border-alt:      #d5dbd0;
  --border-section:  #e4e8e2;
  --text-primary:    #191b17;
  --text-muted:      #585f52;
  --text-body:       #32362f;
  --text-sub:        #4b5246;
  --text-faint:      #7d8876;
  --text-dim:        #97a091;
  --text-label:      #646d5e;
  --text-value:      #3e443b;
  --accent-bg:       #e9f0e4;
  --accent-bg-light: #d8e9cd;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #168c36;
  --c-cons:          #9f4021;
  --c-pros-label:    #1ba640;
  --c-tip-border:    #1db847;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #168c36;
}
:root { --logo-bg-opacity: 56%; }
body, button, input { font-family: "Quicksand", sans-serif; }
.rb6sap .fyd9lw li::before, .rb6sap .d9bi li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.rb6sap .fyd9lw li::before { content: ""; }.rb6sap .d9bi li::before { content: ""; }.rb6sap .mtd9::before, .rb6sap .iw3x5f0t::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.rb6sap .mtd9::before { content: ""; }.rb6sap .iw3x5f0t::before { content: ""; }
.wdj2w1rz .lr77, .wdj2w1rz .br75j8iv { min-height: 420px; }
.hgg6o8 .baym9cg::after, .hgg6o8 .f5xnl9on::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; }
.ysyoirg .g2dn::after,.ysyoirg .x4f3hsbu::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; }
.q8yvu::before { content: '/'; }
.ogfo9cat .x1e134in::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.ogfo9cat .x1e134in:first-of-type::before{content:"\f15b"}.ogfo9cat .x1e134in:last-of-type::before{content:"\f044"}