: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;
}
.uf76m {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.zp93sbz {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.mjox8 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.k58mchd { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.zttatw { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.zttatw a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.zttatw a:hover { color: var(--accent-light); }
.p9zs { position: relative; }
.dn0na {
  display: none; position: absolute; top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%);
  background: var(--bg-surface); border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 8px 0; min-width: 190px;
  box-shadow: 0 8px 24px rgba(0,0,0,.45); z-index: 200;
  list-style: none;
}
.ber58   .dn0na { border-radius: 0; }
.bvlu     .dn0na { border-radius: 6px; }
.f83h2w3  .dn0na { border-radius: 14px; }
.jj6jk4w     .dn0na { border-radius: 24px; padding: 8px; }
.bvlu .dn0na li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.bvlu .dn0na li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.f83h2w3 .dn0na li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.f83h2w3 .dn0na li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.jj6jk4w .dn0na li a { border-radius: 16px; }
.o17j  .dn0na li + li { border-top: 1px solid var(--border-alt); }
.bpc8x .dn0na li + li { border-top: 1px dashed var(--border-alt); }
.wzig0h2 .dn0na li + li { border-top: 1px dotted var(--border-alt); }
.mpn1 .dn0na li + li { border-top: 3px double var(--border-alt); }
.p9zs::after {
  content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 10px;
}
.p9zs:hover .dn0na,
.p9zs:focus-within .dn0na { display: block; }
.dn0na li a {
  display: block; padding: 8px 18px; white-space: nowrap;
  color: var(--text-muted); font-size: 0.86rem; text-decoration: none;
  transition: color .15s, background .15s;
}
.dn0na li a:hover {
  color: var(--accent-light); background: var(--bg-hover);
}
@media (max-width: 640px) {
  .dn0na {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .p9zs:hover .dn0na,
  .p9zs:focus-within .dn0na { display: block; }
  .dn0na li a { padding: 8px 16px; font-size: 0.88rem; }
}
.dm2rfseb {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.d62vmer { display: none; }
@media (max-width: 640px) {
  .d62vmer {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .d62vmer.mrogbkvh { display: block; }
}
@media (max-width: 640px) {
  .dm2rfseb { display: block; }
  .zttatw > li + li::before { display: none !important; }
  .zttatw {
    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;
  }
  .zttatw.mrogbkvh { display: flex; }
  .zttatw li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .zttatw li:last-child a { border-bottom: none; }
}
.u9ahd { min-height: 480px; }
.rw6w5x {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.tcgft5m { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.iv0y .tcgft5m { margin-left: 0; margin-right: 0; }
.ai24zb {
  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;
}
.ai24zb:hover { opacity: 0.88; }
.wlm7bll6 .rw6w5x { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.wlm7bll6 .tcgft5m { color: #e2e8f0; }
.wlm7bll6.iv0y   .nnugbc1 { text-align: left; }
.rwd9hcb .rw6w5x { color: var(--text-primary); text-shadow: none; }
.rwd9hcb .tcgft5m { color: var(--text-muted); }
.rwd9hcb .ai24zb { margin-top: 16px; }
.rwd9hcb, .rwd9hcb.u9ahd { min-height: auto !important; }
.rwd9hcb.iv0y   .nnugbc1 { text-align: left; }
.rwd9hcb~.i6i04d{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.rwd9hcb~.i6i04d .gs5m860y{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.ocjqbv1 .tt06sf,
.ocjqbv1 .m8ff6 {
  animation: hg-breathe 10s ease-in-out infinite;
}
@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; }
}
.ocjqbv1 .wlm7bll6 .di679cw {
  animation: hg-breathe 10s ease-in-out infinite;
}
.tt06sf .rw6w5x { color: #fff; }
.tt06sf .tcgft5m { color: rgba(255,255,255,0.85); }
.tt06sf .ai24zb { background: #fff; color: var(--cta); }
.tt06sf .ai24zb:hover { opacity: 0.92; }
.fkf0 .g43g7w { position: relative; overflow: hidden; }
.fkf0 .g43g7w::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;
}
.ocjqbv1 .g43g7w {
  animation: hg-breathe 7s ease-in-out infinite;
}
.w8bf .g43g7w { position: relative; overflow: hidden; }
.w8bf .g43g7w::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;
}
.j5oc61 .g43g7w { position: relative; overflow: hidden; }
.j5oc61 .g43g7w::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;
}
.va6ul .g43g7w {
  animation: hg-fadein 1.2s ease-out both;
}
.g43g7w {
  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%);
}
.u28zyr5z {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.r4qjobb {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.ti10 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.g43g7w .rw6w5x { text-shadow: none; color: var(--text-primary); }
.g43g7w .tcgft5m { color: var(--text-muted); }
.g43g7w.swvb .u28zyr5z { align-items: center; text-align: center; }
.g43g7w.iv0y   .u28zyr5z { align-items: flex-start; text-align: left; }
.q62hws .r4qjobb { position: relative; }
.q62hws .r4qjobb::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.q62hws.p0zbihq .r4qjobb::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.qif4 .r4qjobb {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.qif4 .ti10 {
  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);
}
.qif4.p0zbihq .r4qjobb { padding: 32px 0 32px 32px; }
.skj3us5i .r4qjobb {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.skj3us5i .ti10 {
  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);
}
.p0zbihq .u28zyr5z {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.skj3us5i.p0zbihq .r4qjobb { padding: 40px 16px 40px 48px; }
.jid65 .r4qjobb { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .g43g7w { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .g43g7w .r4qjobb { display: none !important; }
  .jid65 .r4qjobb { display: none !important; }
  .t25rz .h8oy8 { display: none !important; }
  .e9dz9 .vf1h { display: none !important; }
  .u28zyr5z  { padding: 36px 24px; }
  .g43g7w~.i6i04d,.p0zbihq~.i6i04d{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .u9ahd, .g43g7w { min-height: 320px !important; }
  
  .rw6w5x { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ho7e7kg { display: none !important; }
  
  .ytvtxm5s { flex-direction: column; align-items: center; }
  .nby8ck { width: 100%; max-width: 340px; }
}
.j50p34a { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.imea4w { width: 100%; height: auto; display: block; border-radius: 10px; }
.juh3 .j50p34a        { border-radius: 16px; }
.juh3 .imea4w  { border-radius: 16px; }
.obwy7 .j50p34a         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.obwy7 .imea4w   { border-radius: 8px; }
.jecsx { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.t2sw2tpu { width: 100%; padding: 32px 0; position: relative; }
.a01qa3u { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.zx2e1 .t2sw2tpu:nth-child(even) { background: var(--bg-surface); }
.zx2e1 .t2sw2tpu:nth-child(odd)  { background: var(--bg-page); }
.tvxruy .t2sw2tpu:nth-child(even) { background: var(--bg-card); }
.tvxruy .t2sw2tpu:nth-child(odd)  { background: var(--bg-page); }
.zx2e1 .t2sw2tpu:nth-child(odd)  .a01qa3u { background: var(--bg-card); border-radius: 6px; }
.zx2e1 .t2sw2tpu:nth-child(even) .a01qa3u { background: var(--bg-raised); border-radius: 6px; }
.tvxruy .t2sw2tpu:nth-child(odd)  .a01qa3u { background: var(--bg-card); border-radius: 6px; }
.tvxruy .t2sw2tpu:nth-child(even) .a01qa3u { background: var(--bg-raised); border-radius: 6px; }
.zx2e1 .t2sw2tpu:nth-child(even) .s5ol24 .rlntmu,
.tvxruy .t2sw2tpu:nth-child(even) .s5ol24 .rlntmu { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.zx2e1 .t2sw2tpu:nth-child(odd) .s5ol24 .rlntmu,
.tvxruy .t2sw2tpu:nth-child(odd) .s5ol24 .rlntmu { background: var(--bg-card-inner); }
.zx2e1 .t2sw2tpu:nth-child(even) .td5vp3ga .rlntmu:nth-child(odd),
.tvxruy .t2sw2tpu:nth-child(even) .td5vp3ga .rlntmu:nth-child(odd)  { background: var(--bg-card); }
.zx2e1 .t2sw2tpu:nth-child(even) .td5vp3ga .rlntmu:nth-child(even),
.tvxruy .t2sw2tpu:nth-child(even) .td5vp3ga .rlntmu:nth-child(even) { background: var(--bg-card-inner); }
h1.x9oasoj { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.x9oasoj {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.b0dlw { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.vi183 h2.x9oasoj {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.d6yl4ox6 h2.x9oasoj {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.os85d h2.x9oasoj {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.qg5k19 h2.x9oasoj::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xs67 h2.x9oasoj {
  color: var(--text-primary); font-size: 1.7rem;
}
.ikpq7 h2.x9oasoj::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.zzongw h2.x9oasoj {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.w6u0pw89 { font-size: 1.35rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.w9yitu { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .w9yitu { display: none; } }
.yyfkobu { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.lnjplec5 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.o5p9r6 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ew4udx8 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.p989mw { padding-left: 20px; }
.p989mw li { margin-bottom: 6px; }
.p989mw a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.p989mw a:hover { color: var(--accent-light); }
.nmog9lv .ew4udx8 { display: none; }
.vxdudttc .ew4udx8 { display: none; }
.vxdudttc .p989mw { padding-left: 0; list-style: none; }
.vxdudttc .p989mw li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.vxdudttc .p989mw a { font-size: 0.92rem; }
.vlylrc .o5p9r6 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.vlylrc .ew4udx8 { display: none; }
.vlylrc .p989mw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.vlylrc .p989mw li { margin-bottom: 0; }
.vlylrc .p989mw 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;
}
.vlylrc .p989mw a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.j4re .o5p9r6 { padding: 20px 20px 16px; }
.j4re .p989mw {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.j4re .p989mw li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.j4re .p989mw 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;
}
.j4re .p989mw 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;
}
.j4re .p989mw a:hover { color: var(--accent-light); border-color: var(--accent); }
.j4re .p989mw a:focus,
.j4re .p989mw a:focus-visible,
.j4re .p989mw a:target { outline: none; }
.j4re .p989mw li:target a { border-color: var(--border); color: var(--text-muted); }
.nbmrhw .o5p9r6 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.nbmrhw .ew4udx8 { display: none; }
.nbmrhw .p989mw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.nbmrhw .p989mw li { margin-bottom: 0; }
.nbmrhw .p989mw li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.nbmrhw .p989mw li:last-child::after { content: ""; margin-right: 0; }
.nbmrhw .p989mw a { font-size: 0.9rem; }
.rlntmu { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.s5ol24 .rlntmu { background: var(--bg-card); }
.td5vp3ga .rlntmu:nth-child(odd)  { background: var(--bg-card); }
.td5vp3ga .rlntmu:nth-child(even) { background: var(--bg-raised); }
.wzpjzwrc .rlntmu {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.wzpjzwrc .rlntmu:last-child { border-bottom: none; }
.wzpjzwrc h3.b0dlw { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.iqsf6 .rlntmu {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.iqsf6 .rlntmu + .rlntmu { margin-top: 4px; }
.g5mjod40 .rlntmu { background: none; border-radius: 0; padding: 12px 0; }
.g5mjod40 .rlntmu + .rlntmu { border-top: 1px solid var(--border-section); }
.nau9 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.i3fywf { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.y9d1ip4a { color: var(--text-body); margin-bottom: 10px; }
.q9izmn, .xht2bw { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.q9izmn li, .xht2bw li { margin-bottom: 6px; }
.xht2bw li { list-style: decimal; }
.etvgycwh     .q9izmn { list-style-type: "● "; }
.lyrnpr  .q9izmn { list-style-type: "■ "; }
.bdot .q9izmn { list-style-type: "◆ "; }
.hzwp6w9    .q9izmn { list-style-type: "★ "; }
.etvgycwh     .mv7xbz { list-style-type: "● "; }
.lyrnpr  .mv7xbz { list-style-type: "■ "; }
.bdot .mv7xbz { list-style-type: "◆ "; }
.hzwp6w9    .mv7xbz { list-style-type: "★ "; }
.etvgycwh    .q9izmn li::marker, .etvgycwh    .mv7xbz li::marker,
.lyrnpr .q9izmn li::marker, .lyrnpr .mv7xbz li::marker,
.bdot .q9izmn li::marker, .bdot .mv7xbz li::marker,
.hzwp6w9   .q9izmn li::marker, .hzwp6w9   .mv7xbz li::marker {
  color: var(--cta); font-size: 1em;
}
.etvgycwh .xht2bw,
.lyrnpr .xht2bw,
.bdot .xht2bw,
.hzwp6w9 .xht2bw {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.etvgycwh .xht2bw li,
.lyrnpr .xht2bw li,
.bdot .xht2bw li,
.hzwp6w9 .xht2bw li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.etvgycwh .xht2bw li::before,
.lyrnpr .xht2bw li::before,
.bdot .xht2bw li::before,
.hzwp6w9 .xht2bw 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;
}
.etvgycwh     .xht2bw li::before { border-radius: 50%; }
.lyrnpr  .xht2bw li::before { border-radius: 3px; }
.bdot .xht2bw li::before { border-radius: 3px; }
.hzwp6w9    .xht2bw li::before { border-radius: 50%; }
.gbnj775 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.zrawh .gbnj775,
.l7658xq9 .gbnj775 { background: transparent; border: none; border-radius: 0; }
.ssghrdp0 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ssghrdp0 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ssghrdp0 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ssghrdp0 tr:hover td { background: var(--bg-hover); }
.lwqo9cy .ssghrdp0 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.z3qq .ssghrdp0 { border: 1px solid var(--border-alt); }
.z3qq .ssghrdp0 th,
.z3qq .ssghrdp0 td { border: 1px solid var(--border-alt); }
.y3rw4qw .ssghrdp0 th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.y3rw4qw .ssghrdp0 td { border-bottom: none; }
.y3rw4qw .ssghrdp0 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.o03o .ssghrdp0 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.z47ns .gbnj775 {
  overflow: hidden;
}
.z47ns .ssghrdp0 th { border-bottom: 1px solid var(--border-alt); }
.z47ns .ssghrdp0 tr:last-child td { border-bottom: none; }
.ly6l25 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.cpstb { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.iun30ny { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.nejao1 { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.o5gn { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.mv7xbz { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.mv7xbz li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.repv .nejao1 { background: transparent; text-align: center; }
.m70k0 .iun30ny {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.lyo3q .iun30ny {
  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);
}
.iji4kgr .cpstb { display: grid; grid-template-columns: auto 1fr; }
.iji4kgr .iun30ny {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.iji4kgr .nejao1 { grid-column: 2; }
.iji4kgr .o5gn,
.iji4kgr .mv7xbz { grid-column: 1 / -1; }
.pr2n .cpstb { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.pr2n .iun30ny {
  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);
}
.pr2n .nejao1 { grid-column: 2; }
.pr2n .o5gn,
.pr2n .mv7xbz { grid-column: 1 / -1; }
.vfpy3vb8 .cpstb { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.vfpy3vb8 .nejao1 { background: none; color: var(--accent-light); font-weight: 700; }
.gewn .cpstb { 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); }
.gewn .nejao1 { background: none; color: var(--accent-light); font-weight: 700; }
.vtp1h .cpstb { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.vtp1h .cpstb:last-child { border-bottom: none; }
.vtp1h .nejao1 { background: none; color: var(--accent-light); font-weight: 700; }
.iwkx9tpo .cpstb { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.iwkx9tpo .nejao1 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.t5o421 .ly6l25 { counter-reset: card-n; }
.t5o421 .cpstb  { counter-increment: card-n; }
.t5o421 .nejao1 { display: flex; align-items: center; gap: 10px; }
.t5o421 .nejao1::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;
}
.urfnl78t .cpstb { background: var(--bg-surface); border: 1px solid var(--border); }
.urfnl78t .nejao1 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.nn4504t { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.g4ro  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.qapf84 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.w8dodfs { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.c6jv { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.nn4504t strong { color: var(--text-primary); font-size: 0.95rem; }
.nn4504t p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.aukx3ysd { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.v2gn87, .yg5r78 { border-radius: 8px; padding: 14px; }
.v2gn87 { background: var(--bg-pros); }
.yg5r78 { background: var(--bg-cons); }
.vqzk94 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.v2gn87 .vqzk94 { color: var(--c-pros-label); }
.yg5r78 .vqzk94 { color: #f87171; }
.v2gn87 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.yg5r78 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.imea4w { width: 100%; height: auto; border-radius: 10px; display: block; }
.osk6b {
  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;
}
.osk6b:hover { opacity: 0.85; }
.nm4g9brv .osk6b  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.nm4g9brv .osk6b:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.eg248su .osk6b  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.eg248su .osk6b:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.v462 .ai24zb { border-radius: 50px; }
.v462 .osk6b  { border-radius: 50px; }
.mfiql .ai24zb { padding-left: 22px; padding-right: 22px; }
.mfiql .osk6b  { padding-left: 12px; padding-right: 12px; }
.u17n63y .ai24zb { padding-left: 44px; padding-right: 44px; }
.u17n63y .osk6b  { padding-left: 24px; padding-right: 24px; }
.em7xung .ai24zb { padding-left: 56px; padding-right: 56px; }
.em7xung .osk6b  { padding-left: 32px; padding-right: 32px; }
.vuya   .ai24zb::after, .vuya   .osk6b::after,
.s8v7n45e .ai24zb::after, .s8v7n45e .osk6b::after,
.unqyo    .ai24zb::after, .unqyo    .osk6b::after,
.l7rnt3    .ai24zb::after, .l7rnt3    .osk6b::after,
.mspqu    .ai24zb::after, .mspqu    .osk6b::after,
.yavu     .ai24zb::after, .yavu     .osk6b::after,
.fuu7n    .ai24zb::after, .fuu7n    .osk6b::after,
.s3gsbswr   .ai24zb::after, .s3gsbswr   .osk6b::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;
}
.vuya .ai24zb::after, .vuya .osk6b::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");
}
.s8v7n45e .ai24zb::after, .s8v7n45e .osk6b::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");
}
.unqyo .ai24zb::after, .unqyo .osk6b::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");
}
.l7rnt3 .ai24zb::after, .l7rnt3 .osk6b::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");
}
.mspqu .ai24zb::after, .mspqu .osk6b::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");
}
.yavu .ai24zb::after, .yavu .osk6b::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");
}
.fuu7n .ai24zb::after, .fuu7n .osk6b::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");
}
.s3gsbswr .ai24zb::after, .s3gsbswr .osk6b::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");
}
.dkjkim0   .xv82r::after, .dkjkim0   .wqta31u::after,
.gckjox .xv82r::after, .gckjox .wqta31u::after,
.b9dr    .xv82r::after, .b9dr    .wqta31u::after,
.grbg4    .xv82r::after, .grbg4    .wqta31u::after,
.qp41afr    .xv82r::after, .qp41afr    .wqta31u::after,
.gxqd     .xv82r::after, .gxqd     .wqta31u::after,
.fi8hwh7e    .xv82r::after, .fi8hwh7e    .wqta31u::after,
.svs42   .xv82r::after, .svs42   .wqta31u::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;
}
.dkjkim0 .xv82r::after, .dkjkim0 .wqta31u::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");
}
.gckjox .xv82r::after, .gckjox .wqta31u::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");
}
.b9dr .xv82r::after, .b9dr .wqta31u::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");
}
.grbg4 .xv82r::after, .grbg4 .wqta31u::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");
}
.qp41afr .xv82r::after, .qp41afr .wqta31u::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");
}
.gxqd .xv82r::after, .gxqd .wqta31u::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");
}
.fi8hwh7e .xv82r::after, .fi8hwh7e .wqta31u::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");
}
.svs42 .xv82r::after, .svs42 .wqta31u::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");
}
.uap5nn {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
}
.izvhvi {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 18px 24px;
  display: flex; flex-direction: row; align-items: center; gap: 24px;
  transition: background .15s;
}
.izvhvi > [itemprop="item"] { display: contents; }
.izvhvi [itemprop="itemReviewed"],
.izvhvi [itemprop="reviewRating"] { display: none; }
.izvhvi:hover { background: var(--bg-hover); }
.lozsf {
  background: var(--accent-bg);
  border-radius: 10px; padding: 8px 12px;
  display: flex; align-items: center; justify-content: center;
  min-width: 140px; width: 140px; height: 90px; flex-shrink: 0;
}
.cabs0l4s .lozsf { background: #1a1a1a; }
.rw5fpyi .lozsf { background: rgba(128,128,128,.12); }
.ke8kryu .lozsf { background: var(--bg-raised); }
.f0of594h .lozsf { background: transparent; padding: 0; }
.heneblsd { max-height: 74px; max-width: 120px; object-fit: contain; }
.mhbq3 { display: flex; align-items: center; gap: 16px; min-width: 0; }
.mhbq3 .lozsf + .fndqg2 { flex: 1 1 auto; }
.fndqg2 { font-weight: 700; font-size: 1.25rem; color: var(--text-primary); line-height: 1.25; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.je6ijy { color: var(--cta); font-size: 1.2rem; letter-spacing: 2px; line-height: 1; text-align: center; }
.lukl { text-align: center; font-size: 1.2rem; font-weight: 700; }
.qdjhdfye { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; line-height: 1.3; min-width: 0; gap: 4px; }
@media (min-width: 721px) {
  .mhbq3 { flex: 0 0 260px; width: 260px; }
  .je6ijy { flex: 0 0 120px; width: 120px; }
  .lukl { flex: 0 0 110px; width: 110px; }
  .qdjhdfye   { flex: 0 0 180px; width: 180px; }
}
.r0zmq2 { color: var(--text-label); font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.wsigpww { color: var(--text-value); font-weight: 700; font-size: 1.22rem; line-height: 1.3; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.laobfj2 { white-space: nowrap; text-align: center; align-self: center; }
@media (min-width: 721px) {
  .laobfj2 { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.laobfj2.osk6b { 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) {
  .uap5nn { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .uap5nn .izvhvi { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .uap5nn .mhbq3 { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .uap5nn .lozsf { width: 100%; min-width: unset; height: 120px; }
  .uap5nn .heneblsd { max-height: 96px; max-width: 200px; }
  .uap5nn .fndqg2 { min-width: unset; text-align: center; white-space: normal; }
  .uap5nn .je6ijy { min-width: 0; }
  .uap5nn .qdjhdfye { 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; }
  .uap5nn .laobfj2 { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .entnu9 .izvhvi { row-gap: 8px !important; gap: 10px !important; }
}
.cdxexv  .kxoo88 li::before { content: "★"; }
.cdxexv  .zhhn li::before { content: "✕"; }
.soze .z2nu { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .yb49hlr .otlww {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .yb49hlr .mmfz { margin: 0; }
}
.jh4setso .nigftc { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.jh4setso .k28jksq h3 { color: var(--accent-light); }
.jh4setso .ddxjyuxx { background: var(--bg-page); border: 1px solid var(--border); }
.l7658xq9 .aukx3ysd { gap: 10px; }
.l7658xq9 .v2gn87, .l7658xq9 .yg5r78 { padding: 12px; }
.l7658xq9 .v2gn87 ul, .l7658xq9 .yg5r78 ul { margin: 4px 0 0; padding-left: 18px; }
.l7658xq9 .v2gn87 li, .l7658xq9 .yg5r78 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .v4rd1o { grid-template-columns: 1fr; }
  .at4yr { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .at4yr .zrlp6 { width: 72px; height: 50px; }
  .at4yr .logvs6o { max-width: 180px; }
  .at4yr .b1q01 { width: auto; }
}
@media (max-width: 720px) {
  .ki3s6db7 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .lpsurk { padding: 16px; }
  .ha50m .lwe14 { min-width: 50%; }
}
.scib7bjn .aukx3ysd { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .mdogct { grid-template-columns: 1fr; }
  .oxg88py4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rzfuqj { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ozn18q2v { flex-wrap: wrap; padding: 16px; }
}
.o5jt .aukx3ysd { gap: 8px; }
.o5jt .v2gn87, .o5jt .yg5r78 { padding: 8px; }
@media (max-width: 480px) {
  .m7ep9ft { flex-direction: column; align-items: stretch; }
}
.v1axnwl .b1q01 .osk6b { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .sibl { flex-direction: column; align-items: stretch; gap: 10px; }
  .v1axnwl .b1q01 { text-align: center; }
}
@media (max-width: 720px) {
  .cyxikorb { grid-template-columns: 1fr; }
  .j4ny { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .v6bk { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .h24vp1 { grid-template-columns: 1fr; }
  .roe0dzg3 { width: 100px; height: 100px; margin: 16px auto; }
  .otfj2x2n { font-size: 1.4rem; }
  .apow9l3v { justify-content: center; }
  .g4sq .lwe14 { min-width: 50%; }
}
.fkfw96yc .aukx3ysd { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .aajr { flex-wrap: wrap; padding: 14px 16px; }
  .myqt0q { padding: 12px 16px; }
  .fkfw96yc .aukx3ysd { margin: 0 16px; }
  .fkfw96yc .rm5nyk { padding: 0 16px; }
  .ord0fsn { padding: 12px 16px; }
}
.uyb7tt .uap5nn {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px;
}
.uyb7tt .uap5nn .izvhvi:only-child { grid-column: 1 / -1; }
.uyb7tt .uap5nn .izvhvi {
  flex-direction: column; align-items: center; padding: 20px 18px; border-radius: 14px; gap: 14px;
}
.uyb7tt .uap5nn .mhbq3 { flex-direction: column; align-items: center; gap: 12px; width: 100%; min-width: 0; }
.uyb7tt .uap5nn .lozsf { width: 100%; min-width: unset; height: 120px; }
.uyb7tt .uap5nn .heneblsd { max-height: 100px; max-width: 200px; }
.uyb7tt .uap5nn .fndqg2 { min-width: unset; text-align: center; white-space: normal; }
.uyb7tt .uap5nn .je6ijy { min-width: 0; }
.uyb7tt .uap5nn .qdjhdfye {
  flex-direction: row; justify-content: space-between; align-items: baseline;
  width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  flex: 0 0 auto; min-width: 0;
}
.uyb7tt .uap5nn .laobfj2 { width: 100%; text-align: center; margin-left: 0; min-width: 0; }
.uxuk .wsigpww {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 5px 14px; font-size: 1.1rem;
}
.uxuk .je6ijy { color: var(--cta); }
.kudre1b .qdjhdfye { flex-direction: column; align-items: flex-start; gap: 4px; padding-top: 6px; }
.kudre1b .wsigpww {
  font-weight: 700; font-size: 1.1rem;
  color: var(--accent); background: var(--accent-bg);
  border-radius: 6px; padding: 4px 12px; display: inline-block;
}
.kudre1b .je6ijy { color: var(--cta); }
.b80xo76h .izvhvi { border-top: 3px solid var(--accent); }
.ujqt6 .izvhvi { padding: 14px 18px; gap: 16px; }
.ujqt6 .fndqg2 { font-size: 1rem; }
.nk0kf .uap5nn { gap: 0; }
.nk0kf .izvhvi {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.nk0kf .izvhvi:last-child { border-bottom: none; }
.nk0kf .izvhvi:nth-child(odd) { background: var(--accent-bg); }
.nk0kf .izvhvi:nth-child(odd):hover { background: var(--bg-hover); }
.entnu9 .uap5nn {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.entnu9 .izvhvi {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.entnu9 .izvhvi:last-child { border-bottom: none; }
.entnu9 .je6ijy,
.entnu9 .vdnhp4,
.entnu9 .f1wf { border-left: 1px solid var(--border); padding-left: 10px; }
.entnu9 .fndqg2 { padding: 0 10px; }
.tbswj .mhbq3 { flex-direction: column; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.tbswj .fndqg2 { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.uq03xoj .mhbq3 { flex-direction: column-reverse; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.uq03xoj .fndqg2 { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.bph0ze3 .uap5nn { gap: 14px; }
.bph0ze3 .izvhvi {
  padding: 20px 26px; gap: 24px; border-radius: 12px;
  min-height: 140px;
}
.bph0ze3 .fndqg2 { font-size: 1.15rem; }
.bph0ze3 .wsigpww { font-size: 1.22rem; }
.bph0ze3 .laobfj2.osk6b { padding: 14px 30px !important; font-size: 1rem; }
.cdg0 .uap5nn { gap: 18px; }
.cdg0 .izvhvi {
  padding: 28px 32px; gap: 28px; border-radius: 14px;
  min-height: 160px; border-width: 2px;
}
.cdg0 .lozsf {
  min-width: 180px; width: 180px; height: 120px; padding: 10px 14px; border-radius: 14px;
  background: var(--bg-raised);
}
.cdg0 .heneblsd { max-height: 100px; max-width: 160px; }
.cdg0 .mhbq3 { min-width: 260px; }
.cdg0 .fndqg2 { font-size: 1.25rem; font-weight: 800; }
.cdg0 .je6ijy { font-size: 1.1rem; letter-spacing: 2px; }
.cdg0 .wsigpww { font-size: 1.3rem; font-weight: 800; }
.cdg0 .r0zmq2 { font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.cdg0 .laobfj2.osk6b { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.he0fgvv1 .vdnhp4 { flex: 1.8; }
.he0fgvv1 .vdnhp4 .wsigpww {
  font-size: 1.35rem; font-weight: 800; color: var(--accent-light);
}
.he0fgvv1 .vdnhp4 .r0zmq2 { font-weight: 700; color: var(--text-primary); }
.lukl { display: none; }
.dhhg744 .je6ijy { display: none; }
.p1u3 .je6ijy { font-size: 1rem; letter-spacing: 2px; }
.vuqxh .je6ijy {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.biba .je6ijy,
.zpe5c .je6ijy,
.aq6sie .je6ijy { display: none; }
.biba .lukl,
.zpe5c .lukl,
.aq6sie .lukl { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.biba .lukl { font-size: 1.7rem; font-weight: 900; color: var(--accent); }
.biba .lukl small { display: none; }
.zpe5c .lukl {
  font-size: 1.1rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.zpe5c .lukl small { font-size: 0.85em; font-weight: 700; color: var(--accent); opacity: 0.75; }
.aq6sie .lukl {
  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;
}
.aq6sie .lukl small { display: none; }
.biba .d97kcwp9 .nh1v0uq,
.biba .d97kcwp9 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.biba .kzy71 { display: none; }
.tb40y { margin: 16px 0; }
.rr1g7ny { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.rr1g7ny summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.rr1g7ny summary::after { content: "+"; color: var(--accent); }
.rr1g7ny[open] summary::after { content: "−"; }
.rr1g7ny p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.t2sw2tpu { margin-bottom: 0; }
.gmrg57y4 h2.x9oasoj { color: var(--text-primary); border-color: var(--accent); }
.rtgo1a h2.x9oasoj { color: var(--text-primary); border-color: var(--accent); }
.whgs .g4ro     { background: #052e16; border-color: #10b981; }
.whgs .qapf84 { background: #2d0a1e; border-color: #f43f5e; }
.whgs .w8dodfs    { background: #1e1036; border-color: #a855f7; }
.whgs .nn4504t strong  { color: #f1f5f9; }
.whgs .nn4504t p       { color: #cbd5e1; }
.whgs .pb5ihn4    .g4ro     .c6jv::before,
.whgs .m60we  .g4ro     .c6jv::before,
.whgs .o7mfkkx  .g4ro     .c6jv::before,
.whgs .b9jm .g4ro     .c6jv::before { color: #10b981; }
.whgs .pb5ihn4    .qapf84 .c6jv::before,
.whgs .m60we  .qapf84 .c6jv::before,
.whgs .o7mfkkx  .qapf84 .c6jv::before,
.whgs .b9jm .qapf84 .c6jv::before { color: #f43f5e; }
.whgs .pb5ihn4    .w8dodfs    .c6jv::before,
.whgs .m60we  .w8dodfs    .c6jv::before,
.whgs .o7mfkkx  .w8dodfs    .c6jv::before,
.whgs .b9jm .w8dodfs    .c6jv::before { color: #a855f7; }
.k7tt .g4ro     { background: #2d2000; border-color: #eab308; }
.k7tt .qapf84 { background: #2d0b0b; border-color: #ef4444; }
.k7tt .w8dodfs    { background: #2d1600; border-color: #f97316; }
.k7tt .nn4504t strong  { color: #f1f5f9; }
.k7tt .nn4504t p       { color: #cbd5e1; }
.k7tt .pb5ihn4    .g4ro     .c6jv::before,
.k7tt .m60we  .g4ro     .c6jv::before,
.k7tt .o7mfkkx  .g4ro     .c6jv::before,
.k7tt .b9jm .g4ro     .c6jv::before { color: #eab308; }
.k7tt .pb5ihn4    .qapf84 .c6jv::before,
.k7tt .m60we  .qapf84 .c6jv::before,
.k7tt .o7mfkkx  .qapf84 .c6jv::before,
.k7tt .b9jm .qapf84 .c6jv::before { color: #ef4444; }
.k7tt .pb5ihn4    .w8dodfs    .c6jv::before,
.k7tt .m60we  .w8dodfs    .c6jv::before,
.k7tt .o7mfkkx  .w8dodfs    .c6jv::before,
.k7tt .b9jm .w8dodfs    .c6jv::before { color: #f97316; }
.v1mgqcq .g4ro     { background: #0c1a2e; border-color: #38bdf8; }
.v1mgqcq .qapf84 { background: #12103a; border-color: #818cf8; }
.v1mgqcq .w8dodfs    { background: #0a2020; border-color: #2dd4bf; }
.v1mgqcq .nn4504t strong  { color: #f1f5f9; }
.v1mgqcq .nn4504t p       { color: #cbd5e1; }
.v1mgqcq .pb5ihn4    .g4ro     .c6jv::before,
.v1mgqcq .m60we  .g4ro     .c6jv::before,
.v1mgqcq .o7mfkkx  .g4ro     .c6jv::before,
.v1mgqcq .b9jm .g4ro     .c6jv::before { color: #38bdf8; }
.v1mgqcq .pb5ihn4    .qapf84 .c6jv::before,
.v1mgqcq .m60we  .qapf84 .c6jv::before,
.v1mgqcq .o7mfkkx  .qapf84 .c6jv::before,
.v1mgqcq .b9jm .qapf84 .c6jv::before { color: #818cf8; }
.v1mgqcq .pb5ihn4    .w8dodfs    .c6jv::before,
.v1mgqcq .m60we  .w8dodfs    .c6jv::before,
.v1mgqcq .o7mfkkx  .w8dodfs    .c6jv::before,
.v1mgqcq .b9jm .w8dodfs    .c6jv::before { color: #2dd4bf; }
.vs4yo .g4ro     { background: var(--accent-bg); border-color: var(--accent); }
.vs4yo .qapf84 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.vs4yo .w8dodfs    { background: var(--accent-bg); border-color: var(--accent-pale); }
.vs4yo .pb5ihn4    .c6jv::before,
.vs4yo .m60we  .c6jv::before,
.vs4yo .o7mfkkx  .c6jv::before,
.vs4yo .b9jm .c6jv::before { color: var(--accent-light) !important; }
.alar2y::before,
.jy64::before { margin-right: 5px; }
.k62pbw .v2gn87 ul li,
.k62pbw .v2gn87 .alar2y { color: #22c55e; }
.k62pbw .yg5r78 ul li,
.k62pbw .yg5r78 .jy64 { color: #ef4444; }
.ve269e .v2gn87 { background: var(--bg-pros); }
.ve269e .yg5r78 { background: var(--bg-cons); }
.ve269e .v2gn87 .alar2y { color: var(--c-pros-label); }
.ve269e .yg5r78 .jy64 { color: var(--c-cons); }
.ve269e .v2gn87 ul li,
.ve269e .yg5r78 ul li,
.lbyd .v2gn87 { background: var(--bg-pros); }
.lbyd .yg5r78 { background: var(--bg-cons); }
.lbyd .v2gn87 .alar2y { color: var(--c-pros-label); }
.lbyd .yg5r78 .jy64 { color: var(--c-cons); }
.lbyd .v2gn87 ul li,
.lbyd .kxoo88 li          { color: var(--c-pros); }
.lbyd .yg5r78 ul li,
.lbyd .zhhn li          { color: var(--c-cons); }
.egvqo3xq .alar2y::before { content: "✓ "; }
.egvqo3xq .jy64::before { content: "✗ "; }
.nxoyunxw .alar2y::before { content: "→ "; }
.nxoyunxw .jy64::before { content: "← "; }
.cdxexv .alar2y::before { content: "★ "; }
.cdxexv .jy64::before { content: "✕ "; }
.tjk4ets8 .alar2y::before { content: "◆ "; }
.tjk4ets8 .jy64::before { content: "▲ "; }
.mduxpcww .nn4504t { background: transparent; border-left: none; border: 1.5px solid; }
.mduxpcww .g4ro     { border-color: var(--c-tip-border); }
.mduxpcww .qapf84 { border-color: var(--c-warn-border); }
.mduxpcww .w8dodfs    { border-color: #60a5fa; }
.mduxpcww .nn4504t strong { color: var(--text-primary); }
.mduxpcww .nn4504t p      { color: var(--text-muted); }
.soze .nn4504t { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.soze .g4ro     { border-top-color: var(--c-tip-border); }
.soze .qapf84 { border-top-color: var(--c-warn-border); }
.soze .w8dodfs    { border-top-color: #60a5fa; }
.d70x1c .nn4504t { border-left: none; border-radius: 8px; }
.d70x1c .g4ro     { background: #065f46; }
.d70x1c .qapf84 { background: #92400e; }
.d70x1c .w8dodfs    { background: #1e3a8a; }
.d70x1c .nn4504t strong,
.d70x1c .nn4504t p { color: #fff; }
.d70x1c .c6jv::before { color: rgba(255,255,255,0.85) !important; }
.whgs.d70x1c .g4ro,
.whgs .d70x1c .g4ro     { background: #052e16; }
.whgs.d70x1c .qapf84,
.whgs .d70x1c .qapf84 { background: #2d0a1e; }
.whgs.d70x1c .w8dodfs,
.whgs .d70x1c .w8dodfs    { background: #1e1036; }
.k7tt.d70x1c .g4ro,
.k7tt .d70x1c .g4ro      { background: #2d2000; }
.k7tt.d70x1c .qapf84,
.k7tt .d70x1c .qapf84  { background: #2d0b0b; }
.k7tt.d70x1c .w8dodfs,
.k7tt .d70x1c .w8dodfs     { background: #2d1600; }
.v1mgqcq.d70x1c .g4ro,
.v1mgqcq .d70x1c .g4ro      { background: #0c1a2e; }
.v1mgqcq.d70x1c .qapf84,
.v1mgqcq .d70x1c .qapf84  { background: #12103a; }
.v1mgqcq.d70x1c .w8dodfs,
.v1mgqcq .d70x1c .w8dodfs     { background: #0a2020; }
.asx7vuir .nn4504t { border-left: none; border-radius: 6px; padding: 10px 14px; }
.asx7vuir .g4ro     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.asx7vuir .qapf84 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.asx7vuir .w8dodfs    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.asx7vuir .nn4504t strong { color: var(--text-primary); }
.asx7vuir .nn4504t p      { color: var(--text-muted); }
.zs6ts .nn4504t { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.pb5ihn4 .c6jv,
.m60we .c6jv,
.o7mfkkx .c6jv,
.b9jm .c6jv { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.pb5ihn4 .c6jv::before,
.m60we .c6jv::before,
.o7mfkkx .c6jv::before,
.b9jm .c6jv::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.pb5ihn4 .g4ro     .c6jv::before { content: "✦"; color: var(--c-tip-border); }
.pb5ihn4 .qapf84 .c6jv::before { content: "▲"; color: var(--c-warn-border); }
.pb5ihn4 .w8dodfs    .c6jv::before { content: "◉"; color: #60a5fa; }
.m60we .g4ro     .c6jv::before { content: "★"; color: var(--c-tip-border); }
.m60we .qapf84 .c6jv::before { content: "◆"; color: var(--c-warn-border); }
.m60we .w8dodfs    .c6jv::before { content: "●"; color: #60a5fa; }
.o7mfkkx .g4ro     .c6jv::before { content: "▶"; color: var(--c-tip-border); }
.o7mfkkx .qapf84 .c6jv::before { content: "■"; color: var(--c-warn-border); }
.o7mfkkx .w8dodfs    .c6jv::before { content: "▸"; color: #60a5fa; }
.b9jm .g4ro     .c6jv::before { content: "→"; color: var(--c-tip-border); }
.b9jm .qapf84 .c6jv::before { content: "⬥"; color: var(--c-warn-border); }
.b9jm .w8dodfs    .c6jv::before { content: "◈"; color: #60a5fa; }
.vlkkk .s5ol24 .rlntmu,
.vlkkk .td5vp3ga .rlntmu  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.vlkkk .cpstb                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.vlkkk .izvhvi                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.vlkkk .gbnj775          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.vlkkk .o5p9r6                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.s6lws .s5ol24 .rlntmu,
.s6lws .td5vp3ga .rlntmu,
.s6lws .cpstb,
.s6lws .izvhvi,
.s6lws .mmfz,
.s6lws .gbnj775,
.s6lws .o5p9r6,
.s6lws .zs6ts .nn4504t { box-shadow: none; }
.u7qtm97v   .y9d1ip4a, .u7qtm97v .nau9, .u7qtm97v .i3fywf,
.u7qtm97v   .yyfkobu, .u7qtm97v .lnjplec5 { font-size: 0.9rem; }
.u7qtm97v   .q9izmn, .u7qtm97v .xht2bw { font-size: 0.9rem; }
.ge3pw   .y9d1ip4a, .ge3pw .nau9, .ge3pw .i3fywf,
.ge3pw   .yyfkobu, .ge3pw .lnjplec5 { font-size: 0.95rem; }
.ge3pw   .q9izmn, .ge3pw .xht2bw { font-size: 0.95rem; }
.ngr8j   .y9d1ip4a, .ngr8j .nau9, .ngr8j .i3fywf,
.ngr8j   .yyfkobu, .ngr8j .lnjplec5 { font-size: 1.08rem; }
.ngr8j   .q9izmn, .ngr8j .xht2bw { font-size: 1.05rem; }
.ngr8j   .ssghrdp0 { font-size: 0.97rem; }
.zjiv6r .rw6w5x      { font-size: 3.2rem; }
.zjiv6r h2.x9oasoj { font-size: 1.9rem; }
.zjiv6r h3.b0dlw     { font-size: 1.4rem; }
.wttp06y0 .rw6w5x      { font-size: 3.8rem; }
.wttp06y0 h2.x9oasoj { font-size: 2.2rem; }
.wttp06y0 h3.b0dlw     { font-size: 1.6rem; }
.t2sw2tpu + .t2sw2tpu { position: relative; }
.pb0usg6t   .t2sw2tpu + .t2sw2tpu::before,
.k7sud  .t2sw2tpu + .t2sw2tpu::before,
.gokfikj   .t2sw2tpu + .t2sw2tpu::before,
.hmbtc   .t2sw2tpu + .t2sw2tpu::before,
.mjxz   .t2sw2tpu + .t2sw2tpu::before,
.tzz2lo8b .t2sw2tpu + .t2sw2tpu::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.pb0usg6t .t2sw2tpu + .t2sw2tpu::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.k7sud .t2sw2tpu + .t2sw2tpu::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.gokfikj .t2sw2tpu + .t2sw2tpu::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.hmbtc .t2sw2tpu + .t2sw2tpu::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.pgu7c0o .t2sw2tpu { margin-bottom: 16px; }
.pgu7c0o .t2sw2tpu + .t2sw2tpu { margin-top: 0; }
.pgu7c0o .a01qa3u { padding-top: 0; padding-bottom: 0; }
.mjxz .t2sw2tpu + .t2sw2tpu::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.tzz2lo8b .t2sw2tpu + .t2sw2tpu::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.cdgam .t2sw2tpu + .t2sw2tpu::before,
.fwkwggp .t2sw2tpu + .t2sw2tpu::before,
.zicc4 .t2sw2tpu + .t2sw2tpu::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%;
}
.zx2e1 .cdgam .t2sw2tpu:nth-child(even)::before,
.zx2e1 .fwkwggp .t2sw2tpu:nth-child(even)::before,
.zx2e1 .zicc4 .t2sw2tpu:nth-child(even)::before { background: var(--bg-surface); }
.tvxruy .cdgam .t2sw2tpu:nth-child(even)::before,
.tvxruy .fwkwggp .t2sw2tpu:nth-child(even)::before,
.tvxruy .zicc4 .t2sw2tpu:nth-child(even)::before { background: var(--bg-card); }
.cdgam .t2sw2tpu + .t2sw2tpu::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");
}
.fwkwggp .t2sw2tpu + .t2sw2tpu::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");
}
.zicc4 .t2sw2tpu + .t2sw2tpu::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");
}
.wg9bpffb .u28zyr5z,
.oxijd .u28zyr5z { padding-bottom: 60px; }
.hsmulvk .u28zyr5z { padding-bottom: 70px; }
.snvw .g43g7w { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.q6r6jfe2 .g43g7w { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.irkp .g43g7w { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.hvra6ea7 .g43g7w { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.gr335 .tt06sf { background: var(--accent); }
.gr335 .tt06sf .di679cw { background: none; }
.gr335 .m8ff6 { background: var(--accent); }
.gr335 .g43g7w { background: var(--accent-bg); }
.gr335 .wlm7bll6:not(.tt06sf) .di679cw { background: rgba(0,0,0,0.6); }
.n8v06d08 .j50p34a { float: left; width: 38%; margin: 0 28px 16px 0; }
.n8v06d08 .j50p34a .imea4w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.n8v06d08 .a01qa3u::after { content: ''; display: block; clear: both; }
.ov7l5 .j50p34a { float: right; width: 38%; margin: 0 0 16px 28px; }
.ov7l5 .j50p34a .imea4w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ov7l5 .a01qa3u::after { content: ''; display: block; clear: both; }
.wk02ra .t2sw2tpu:nth-child(odd)  .j50p34a { float: left;  width: 38%; margin: 0 28px 16px 0; }
.wk02ra .t2sw2tpu:nth-child(even) .j50p34a { float: right; width: 38%; margin: 0 0 16px 28px; }
.wk02ra .j50p34a .imea4w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wk02ra .a01qa3u::after { content: ''; display: block; clear: both; }
.n8v06d08 .ly6l25,
.n8v06d08 .uap5nn,
.ov7l5 .ly6l25,
.ov7l5 .uap5nn,
.wk02ra .ly6l25,
.wk02ra .uap5nn { clear: both; }
.n8v06d08 .q9izmn,
.n8v06d08 .xht2bw,
.ov7l5 .q9izmn,
.ov7l5 .xht2bw,
.wk02ra .q9izmn,
.wk02ra .xht2bw { overflow: hidden; }
@media (max-width: 640px) {
  .n8v06d08 .j50p34a,
  .ov7l5 .j50p34a,
  .wk02ra .j50p34a { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ecbi3 .jecsx,
.ecbi3 .a01qa3u,
.ecbi3 .cmz65  { max-width: 1100px; }
.rx64nd .jecsx,
.rx64nd .a01qa3u,
.rx64nd .cmz65  { max-width: 1200px; }
.kyzwmn7r .jecsx,
.kyzwmn7r .a01qa3u,
.kyzwmn7r .cmz65  { max-width: 1320px; }
.ovle5nk { font-size: 0.82rem; color: var(--text-muted); }
.xlik0 { display: flex; align-items: center; }
.d845w {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.bzg6alz { display: flex; align-items: center; }
.p80uj4 { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.p80uj4:hover { text-decoration: underline; }
.xg6f { margin: 0 3px; opacity: 0.45; }
.xg6f::before { content: '/'; }
.q4mp0 { padding: 2px 5px; color: var(--text-main); }
.mc15p .ovle5nk {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.mc15p .xlik0 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.i2477 .ovle5nk {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.i2477 .xlik0 { padding: 0 0 0 12px; }
.ptth9 .xlik0 { padding: 0 16px; }
.ptth9 .ovle5nk {
  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);
}
.ptth9 .jecsx { padding-top: 28px; }
@media (max-width: 720px) {
  .voom { margin-top: 18px; padding: 0 16px; }
  .ptth9 .jecsx { padding-top: 16px; }
}
.ecbi3.mc15p .xlik0 { max-width: 1100px; }
.rx64nd.mc15p .xlik0 { max-width: 1200px; }
.kyzwmn7r.mc15p .xlik0 { max-width: 1320px; }
.s5wqe2 .t2sw2tpu { padding-top: 16px; padding-bottom: 16px; }
.i7z1 .t2sw2tpu { padding-top: 24px; padding-bottom: 24px; }
.cn1j .t2sw2tpu { padding-top: 40px; padding-bottom: 40px; }
.njtploe .t2sw2tpu { padding-top: 52px; padding-bottom: 52px; }
.q52o .t2sw2tpu:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.q52o .t2sw2tpu:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.q52o .t2sw2tpu:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.q52o .t2sw2tpu:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.bv45bte .a01qa3u { padding-top: 10px;  padding-bottom: 10px; }
.kq7nx .a01qa3u { padding-top: 18px;  padding-bottom: 18px; }
.hyp1gz .a01qa3u { padding-top: 36px;  padding-bottom: 36px; }
.exae9lb .a01qa3u { padding-top: 48px;  padding-bottom: 48px; }
.z725u h2.x9oasoj { font-weight: 600; }
.z725u h3.b0dlw     { font-weight: 600; }
.rsuvp1 { font-weight: 500; }
.rsuvp1 h2.x9oasoj { font-weight: 800; }
.rsuvp1 h3.b0dlw     { font-weight: 700; }
.mec15 h2.x9oasoj { font-weight: 900; }
.mec15 h3.b0dlw     { font-weight: 800; }
.mec15 .nn4504t strong,
.mec15 .nn4504t strong { font-weight: 600; }
.xv82r {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.mnqrcw .xv82r { display: none; }
@media (max-width: 640px) { .xv82r { display: none; } }
.xv82r { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xv82r:hover { opacity: 0.85; }
.s2a16v .xv82r { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.bjc09r .xv82r,
.ah9qp5b  .xv82r { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.bjc09r .xv82r:hover,
.ah9qp5b  .xv82r:hover { opacity: 0.88; }
.s2a16v.bjc09r .xv82r,
.s2a16v.ah9qp5b  .xv82r { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.wqta31u {
  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;
}
.wqta31u:hover { transform: translateY(-2px); opacity: 0.92; }
.wqta31u { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ds9sm .wqta31u { display: none; }
.ctvua .wqta31u { right: 32px; }
.kbwg  .wqta31u { left: 32px; }
@media (max-width: 480px) {
  .ctvua .wqta31u { right: 20px; bottom: 20px; }
  .kbwg  .wqta31u { left: 20px; bottom: 20px; }
}
.u656y31p { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.cmz65 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.h5msb2h { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.y0n606a { color: var(--text-dim); font-size: 0.8rem; }
.dxo4b9 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.dxo4b9 img { height: 26px; width: auto; object-fit: contain; }
.xe7ofwa { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.vtzf10vp .cmz65 { text-align: center; }
.vtzf10vp .h5msb2h { margin-top: 0; }
.wzbbny { margin-top: 10px; }
.wzbbny a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .cmz65 { padding-left: 16px; padding-right: 16px; }
  .a3ag1 .cmz65 { padding: 20px 16px; }
  .r8le6 { gap: 4px 12px; }
  .h5msb2h { font-size: 0.78rem; }
}
.rwtwhr .slibkjf1 .dxo4b9 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.rwtwhr .xe7ofwa { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.rwtwhr .r2m82xb0 { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.rwtwhr .r2m82xb0 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.rwtwhr .r2m82xb0 a:hover { color: var(--accent); }
.rwtwhr .h5msb2h { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.rwtwhr .y0n606a { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .rwtwhr .zawn3 { grid-template-columns: 1fr 1fr; } .rwtwhr .slibkjf1 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rwtwhr .zawn3 { grid-template-columns: 1fr; } }
.b2f5qxo2 .dxo4b9 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.b2f5qxo2 .h5msb2h { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .b2f5qxo2 .hn0csvh { gap: 12px; } .b2f5qxo2 .dxo4b9 { margin-right: 0; width: 100%; } }
.zo30hy0 .olqqf6 { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.zo30hy0 .ht1wz2dx .dxo4b9 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.zo30hy0 .xe7ofwa { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.zo30hy0 .uby4 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin: 0 0 12px; }
.zo30hy0 .r2m82xb0 { display: flex; flex-direction: column; gap: 9px; }
.zo30hy0 .r2m82xb0 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.zo30hy0 .r2m82xb0 a:hover { color: var(--accent); }
.zo30hy0 .nteoqrt { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.zo30hy0 .h5msb2h { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.zo30hy0 .y0n606a { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .zo30hy0 .olqqf6 { grid-template-columns: 1fr 1fr; } .zo30hy0 .ht1wz2dx { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zo30hy0 .olqqf6 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .v00i7k .z6dk1q91 { grid-template-columns: 1fr 1fr; } .v00i7k .di8m5ubp:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .v00i7k .z6dk1q91 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .wmxwh0ku .z6dk1q91 { grid-template-columns: 1fr; } }
.fj6po2m .cmz65 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.eap2jbf .uf76m      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.eap2jbf .u656y31p { background: var(--bg-page); border-top-color: var(--border-alt); }
.am6a5rc .uf76m      { background: #0d1117; border-bottom-color: #21262d; }
.am6a5rc .mjox8 { color: var(--accent-light); }
.am6a5rc .zttatw { --msep-color: #8b949e; }
.am6a5rc .zttatw a { color: #8b949e; }
.am6a5rc .zttatw a:hover { color: var(--accent-light); }
.am6a5rc .dm2rfseb { color: #8b949e; }
.am6a5rc .u656y31p { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.am6a5rc .h5msb2h,
.am6a5rc .y0n606a { color: #6e7681; }
.am6a5rc .r2m82xb0 a, .am6a5rc .j6bh a,
.am6a5rc .dxo4b9 { color: #e6edf3; }
.am6a5rc .r2m82xb0 a:hover, .am6a5rc .j6bh a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .am6a5rc .zttatw { background: #0d1117; border-top-color: #21262d; }
  .am6a5rc .zttatw li a { border-bottom-color: #21262d; }
}
.vxlikkt .uf76m      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vxlikkt .mjox8 { color: var(--accent); }
.vxlikkt .zttatw { --msep-color: #475569; }
.vxlikkt .zttatw a { color: #475569; }
.vxlikkt .zttatw a:hover { color: var(--accent); }
.vxlikkt .dm2rfseb { color: #64748b; }
.vxlikkt .u656y31p { background: #f0f4f8; border-top-color: #cbd5e1; }
.vxlikkt .h5msb2h,
.vxlikkt .y0n606a { color: #64748b; }
.vxlikkt .r2m82xb0 a, .vxlikkt .j6bh a,
.vxlikkt .ygm0q a, .vxlikkt .dxo4b9 { color: #374151; }
.vxlikkt .r2m82xb0 a:hover, .vxlikkt .j6bh a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .vxlikkt .zttatw { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vxlikkt .zttatw li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.bjc09r .uf76m      { background: var(--accent); border-bottom-color: var(--accent-light); }
.bjc09r .mjox8 { color: #fff; }
.bjc09r .zttatw { --msep-color: rgba(255,255,255,0.82); }
.bjc09r .zttatw a { color: rgba(255,255,255,0.82); }
.bjc09r .zttatw a:hover { color: #fff; }
.bjc09r .dm2rfseb { color: rgba(255,255,255,0.9); }
.bjc09r .dn0na a { color: var(--text-primary) !important; }
.bjc09r .dn0na a:hover { color: var(--accent) !important; }
.bjc09r .u656y31p { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.bjc09r .h5msb2h,
.bjc09r .y0n606a { color: rgba(255,255,255,0.72); }
.bjc09r .i3xq6 a, .bjc09r .r8le6 a,
.bjc09r .r2m82xb0 a, .bjc09r .j6bh a,
.bjc09r .ygm0q a, .bjc09r .dxo4b9 { color: #fff; }
.bjc09r .xe7ofwa, .bjc09r .uby4 { color: rgba(255,255,255,0.7); }
.bjc09r .i3xq6 a:hover, .bjc09r .r8le6 a:hover,
.bjc09r .r2m82xb0 a:hover, .bjc09r .j6bh a:hover { color: #fff; }
@media (max-width: 640px) {
  .bjc09r .zttatw { background: var(--accent); border-top-color: var(--accent-light); }
  .bjc09r .zttatw li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ah9qp5b .uf76m {
  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);
}
.ah9qp5b .u656y31p {
  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) {
  .ah9qp5b .zttatw {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.qgbo0hlq .zp93sbz { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.nxvpa .zp93sbz { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.vcbycezf .zp93sbz { min-height: 72px; height: auto; }
.vtb79p .zp93sbz { min-height: 84px; height: auto; }
.a3ag1 .zp93sbz { max-width: none; padding: 0 32px; }
.a3ag1 .cmz65  { max-width: none; padding: 24px 32px; }
.ortxn0.rx64nd .zp93sbz { max-width: 1200px; }
.ortxn0.kyzwmn7r .zp93sbz { max-width: 1320px; }
.t6djlb   .mjox8, .t6djlb   .dxo4b9 { text-transform: capitalize; }
.l11wzaj4 .mjox8, .l11wzaj4 .dxo4b9 { text-transform: lowercase; }
.nz123sy .mjox8, .nz123sy .dxo4b9 { text-transform: uppercase; letter-spacing: 0.06em; }
.mlw329ud, .cpzry {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ef18dxdf .mlw329ud,
.ef18dxdf .cpzry { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.y4j7qcgm .mlw329ud,
.y4j7qcgm .cpzry { 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; }
.m8qyz .mlw329ud,
.m8qyz .cpzry { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.nhdcmbfp .mlw329ud,
.nhdcmbfp .cpzry { 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; }
.mhk6vls   .zttatw a { font-weight: 500; }
.bgm4xra .zttatw a { font-weight: 600; }
.k928hp2d     .zttatw a { font-weight: 700; }
.qm6n    .zttatw a { font-weight: 800; letter-spacing: 0.01em; }
.omuyo     .zttatw > li + li::before,
.sfc96y6u    .zttatw > li + li::before,
.x4kt    .zttatw > li + li::before,
.vft8 .zttatw > li + li::before,
.wnpv6 .zttatw > li + li::before,
.hqq4  .zttatw > li + li::before,
.nel0ob7    .zttatw > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.omuyo     .zttatw > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.sfc96y6u    .zttatw > li + li::before { content: "|"; }
.x4kt    .zttatw > li + li::before { content: "—"; }
.vft8 .zttatw > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.wnpv6 .zttatw > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.hqq4  .zttatw > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.nel0ob7    .zttatw > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .s1sv .dm2rfseb,
  .e7b1rf .dm2rfseb,
  .i5713e .dm2rfseb,
  .x6u5i .dm2rfseb,
  .gosa1h8 .dm2rfseb {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .s1sv .dm2rfseb::before,
  .e7b1rf .dm2rfseb::before,
  .i5713e .dm2rfseb::before,
  .x6u5i .dm2rfseb::before,
  .gosa1h8 .dm2rfseb::before { content: ""; display: block; flex-shrink: 0; }

  
  .s1sv .dm2rfseb::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;
  }

  
  .e7b1rf .dm2rfseb::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;
  }

  
  .i5713e .dm2rfseb::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;
  }

  
  .x6u5i .dm2rfseb::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;
  }

  
  .gosa1h8 .dm2rfseb::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) {
  .vfx46 .dm2rfseb {
    padding: 5px 14px;
  }
  .vfx46 .zttatw {
    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;
  }
  .vfx46 .zttatw li a {
    border-bottom: none; padding: 10px 22px;
  }
  .vfx46 .zttatw li a:hover { background: var(--bg-raised); }
  .vfx46 .d62vmer,
  .ayjn .d62vmer,
  .rj9nf50 .d62vmer { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .jhvtv .dm2rfseb {
    padding: 5px 10px;
  }
  .jhvtv .zttatw {
    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);
  }
  .jhvtv .zttatw.mrogbkvh { transform: translateX(0); }
  .jhvtv .zttatw li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .jhvtv .zttatw li:last-child a { border-bottom: none; }
  .bjc09r .zttatw,
  .am6a5rc .zttatw { background: var(--accent) !important; }
  .bjc09r .zttatw li a,
  .am6a5rc .zttatw li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .rj9nf50 .dm2rfseb {
    padding: 5px 10px;
  }
  .rj9nf50 .zttatw {
    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);
  }
  .rj9nf50 .zttatw::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .rj9nf50 .zttatw.mrogbkvh { transform: translateY(0); }
  .rj9nf50 .zttatw li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .i288ik .dm2rfseb {
    padding: 5px 10px;
  }
  .i288ik .zttatw {
    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;
  }
  .i288ik .zttatw.mrogbkvh { opacity: 1; pointer-events: auto; }
  .i288ik .zttatw li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .qfuk     .dm2rfseb { border-radius: 0 !important; }
  .ro72w7   .dm2rfseb { border-radius: 8px !important; }
  .clyl30i .dm2rfseb { border-radius: 50% !important; }
  .z9qw   .dm2rfseb { border-radius: 999px !important; }
}
.is34h .k58mchd { height: 28px; }
.v35gvopo .k58mchd { height: 54px; }
.lmi313l0 .k58mchd { height: 54px; }
.phergj    .je6ijy, .phergj    .nh1v0uq { color: #f59e0b; }
.af2nh90t      .je6ijy { font-size: 1rem; letter-spacing: 1.5px; }
.w95f9    .je6ijy, .w95f9    .nh1v0uq { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.yf5xl     .je6ijy, .yf5xl     .nh1v0uq { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.pgbh .je6ijy, .pgbh .nh1v0uq { color: var(--cta); letter-spacing: 2px; }
.m6v3iw   .je6ijy, .m6v3iw   .nh1v0uq { color: #e91e63; letter-spacing: 2px; }
.e76s8  .je6ijy, .e76s8  .nh1v0uq { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.hx0n     .je6ijy, .hx0n     .nh1v0uq { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.z8qa34kh .qdjhdfye + .qdjhdfye {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.qfu5p8 .izvhvi { padding: 18px 24px; min-height: 68px; }
.hd1to .r0zmq2 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.hd1to .wsigpww {
  font-size: 1.3rem; font-weight: 800; color: var(--accent);
}
.vl3rg .qdjhdfye {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.qw157vry .uap5nn { counter-reset: cs-rank; }
.qw157vry .izvhvi { position: relative; counter-increment: cs-rank; }
.qw157vry .izvhvi::before {
  content: "#" counter(cs-rank);
  position: absolute; top: 8px; right: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: -.01em;
  color: var(--accent); opacity: 0.5; font-variant-numeric: tabular-nums;
}
.zl5m .uap5nn { counter-reset: cs-rank; gap: 0; }
.zl5m .izvhvi {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.zl5m .izvhvi::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.zl5m .mhbq3 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.zl5m .lozsf {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.zl5m .heneblsd { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.zl5m .mhbq3 { min-width: 0; flex-direction: column; width: 100%; }
.zl5m .fndqg2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.zl5m .je6ijy { color: var(--cta, var(--accent)); }
.zl5m .lukl { font-weight: 700; }
.zl5m .qdjhdfye {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.zl5m .r0zmq2 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.zl5m .wsigpww {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.zl5m .vdnhp4 .wsigpww { font-size: 1.3rem; color: var(--accent-light); }
.zl5m .laobfj2 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.zl5m .izvhvi:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .zl5m .uap5nn {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .zl5m .izvhvi {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .zl5m .izvhvi { padding: 40px 16px 20px; }
  .zl5m .qdjhdfye {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .zl5m .laobfj2 { width: 100%; min-width: 0; }
}
.tewkq4 .uap5nn { counter-reset: cs-rank; gap: 10px; }
.tewkq4 .izvhvi {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.tewkq4 .izvhvi::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.tewkq4 .mhbq3 {
  flex-direction: row; align-items: center; gap: 16px;
  flex-shrink: 0; min-width: 220px;
}
.tewkq4 .lozsf {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.tewkq4 .heneblsd { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.tewkq4 .fndqg2 {
  font-size: 1.15rem; font-weight: 700; color: var(--accent-light);
  white-space: nowrap; text-align: left; min-width: auto;
}
.tewkq4 .je6ijy { color: var(--cta, var(--accent)); }
.tewkq4 .qdjhdfye {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.tewkq4 .r0zmq2 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.tewkq4 .wsigpww { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.tewkq4 .vdnhp4 .wsigpww { color: var(--accent-light); }
.tewkq4 .laobfj2 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.tewkq4 .izvhvi:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .tewkq4 .izvhvi {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .tewkq4 .izvhvi::before {
    position: absolute; top: 14px; left: 14px;
  }
  .tewkq4 .mhbq3 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .tewkq4 .fndqg2 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .tewkq4 .qdjhdfye {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .tewkq4 .laobfj2 { width: 100%; min-width: 0; }
  .tewkq4 .je6ijy { min-width: 0; }
}
.gt7f .uap5nn { counter-reset: cs-rank; }
.gt7f .izvhvi::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.ibgo0 .rr1g7ny {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ibgo0 .rr1g7ny summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ibgo0 .rr1g7ny p { padding: 0 2px 16px; }
.ra8vyhc .rr1g7ny { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ra8vyhc .rr1g7ny summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ra8vyhc .rr1g7ny summary::after { content: "›"; font-size: 1.2em; }
.ra8vyhc .rr1g7ny[open] summary::after { content: "‹"; }
.ra8vyhc .rr1g7ny p { padding: 10px 22px 4px; }
.v6af .rr1g7ny {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.v6af .rr1g7ny summary { color: var(--text-primary); padding-left: 16px; }
.v6af .rr1g7ny summary::after { content: "›"; font-size: 1.1em; }
.v6af .rr1g7ny[open] summary::after { content: "‹"; }
.v6af .rr1g7ny p { padding-left: 16px; }
.z7ivwn .tb40y { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.z7ivwn .rr1g7ny {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.z7ivwn .rr1g7ny:last-child { border-bottom: none; }
.z7ivwn .rr1g7ny summary { color: var(--text-primary); border-radius: 0; }
.z7ivwn .rr1g7ny summary::after { content: "›"; font-size: 1.1em; }
.z7ivwn .rr1g7ny[open] summary::after { content: "‹"; }
.bilhc4j8 .rr1g7ny { overflow: hidden; }
.bilhc4j8 .rr1g7ny summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.bilhc4j8 .rr1g7ny summary::after { color: rgba(255,255,255,.75); }
.bilhc4j8 .rr1g7ny[open] summary { border-radius: 0; }
.wwx6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.kp7huxqp {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.jg3tg {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.kbkam7 { color: var(--text-muted); font-size: 1.05rem; }
.pu5t5d0 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ir25ac { margin-bottom: 20px; }
.gr4e8sz {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.xriy1 {
  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;
}
.xriy1:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.va5f { resize: vertical; min-height: 130px; }
.l4pp { width: 100%; margin-top: 8px; }
.ndhfx9 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ht6ntp {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.dow5ym6e { color: var(--text-muted); line-height: 1.75; }
.d7m9lat7 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.d7m9lat7 li { margin-bottom: 6px; }
.bi8lij { max-width: 760px; margin: 0 auto; }
.xzhsd { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.u2y2hz09 { max-width: 760px; margin: 0 auto; }
.vs801sb ul.d7m9lat7 { margin: 0; }
@media (max-width: 640px) { .nrq2g4 { grid-template-columns: 1fr; gap: 10px; } }
.l9lk7 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.mrqrgyj2 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.qkew { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.mrqrgyj2 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.mrqrgyj2 .d7m9lat7 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .l9lk7 { grid-template-columns: 1fr; } }
.es2ecxpt { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.es2ecxpt:hover .ilfng7 { color: var(--accent-light); text-decoration: underline; }
.ykrt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.lipv { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.lipv:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.f9c9g24 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.lipv p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.lipv ul.d7m9lat7 { margin: 0; }
.iijm { color: var(--text-muted); line-height: 1.75; }
.tgrj .d7m9lat7,
.f8rx43 .d7m9lat7,
.trsi57y .d7m9lat7,
.b5t90tlc .d7m9lat7 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.tgrj .lipv,
.f8rx43 .lipv { text-align: left; }
.tgrj .f9c9g24,
.f8rx43 .f9c9g24 { text-align: center; }
.ve32nwnj { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.oqouct { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.yewcsae { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.gzjso { margin-top: 12px; }
.bes7 { 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; }
.bes7:hover { border-bottom-color: var(--accent); }
.xnpybywx { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.xnpybywx img { width: 100%; height: 100%; object-fit: cover; display: block; }
.i80r { width: 200px; height: 200px; }
.t9ga { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.uahd { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.u7gwp9 { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .j1tc { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.f5vrhyi .yewcsae, .f5vrhyi .oqouct { max-width: 640px; }
.dk27a .ve32nwnj { font-size: 1.6rem; margin-top: 18px; }
.hvuty .yewcsae { margin-bottom: 28px; }
@media (max-width: 860px) { .ihqp { grid-template-columns: 1fr; } .dk27a { position: static; text-align: center; } }
.kblyug { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.ohnpefjl { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.ohnpefjl .xnpybywx { margin: 0 auto 18px; }
.ohnpefjl .uahd { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .kblyug { grid-template-columns: 1fr; } }
.civo .ve32nwnj { font-size: 1.6rem; margin-bottom: 6px; }
.b5t90tlc .d7m9lat7 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .civo { flex-direction: column; text-align: center; } .jrjq { grid-template-columns: 1fr; } }
.zslh65 .ve32nwnj { font-size: 1.35rem; margin: 0 0 4px; }
.zslh65 .uahd { margin: 0; }
.pp9ns0k { max-width: 760px; margin: 0 auto; }
.tzrg0a0 { position: relative; padding-left: 28px; }
.tzrg0a0::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.cselpnq { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.cselpnq:last-child { padding-bottom: 0; }
.oirys { 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; }
.mch3aapu h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.mch3aapu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.clfh {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.clfh .jg3tg { color: var(--accent-light); }
.xfvba5 .jg3tg { font-size: 2rem; }
.xfvba5 .kbkam7 { max-width: 680px; }
.cz94 .jg3tg { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.cz94 .kbkam7  { margin: 0; }
@media (max-width: 640px) { .cz94 { flex-direction: column; } }
.jx48z .jg3tg { color: var(--accent-light); }
.u54h4 .jg3tg { color: #fff; }
.u54h4 .kbkam7  { color: rgba(255,255,255,0.85); }
.z1cha { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .v446bo4 { grid-template-columns: 1fr; } }
.gmomm7t .xriy1 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.gmomm7t .xriy1:focus { border-bottom-color: var(--accent); box-shadow: none; }
.tvbo3i5 .xriy1 { background: var(--bg-raised); border-color: transparent; }
.tvbo3i5 .xriy1:focus { background: var(--bg-card); border-color: var(--accent); }
.u1fy7pu .xriy1 { border-radius: 100px; padding: 11px 20px; }
.u1fy7pu .va5f { border-radius: 14px; }
.wiih {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .wiih { grid-template-columns: 1fr; } }
.mfctmh {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.mfctmh h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.mfctmh p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.vwvp5d { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.vwvp5d li { margin-bottom: 6px; }
.cmif8w3{display:none}
.cmif8w3:empty,.gs5m860y:empty{display:none}
.jxca9{position:relative;overflow:visible}
.ol2wx .i6i04d,.z6ognk8 .i6i04d,
.xen0b4 .i6i04d,.juwnlp .i6i04d,
.j6bdp8 .i6i04d,.k8wcycpu .i6i04d{display:block}
.xu19zs .jh1k{display:block}
.ol2wx .i6i04d,.z6ognk8 .i6i04d,
.xen0b4 .i6i04d,.juwnlp .i6i04d,
.j6bdp8 .i6i04d{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.ol2wx .i6i04d .gs5m860y,.z6ognk8 .i6i04d .gs5m860y,
.xen0b4 .i6i04d .gs5m860y,.juwnlp .i6i04d .gs5m860y,
.j6bdp8 .i6i04d .gs5m860y{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.ol2wx .cai5z7wu,.z6ognk8 .cai5z7wu,
.xen0b4 .cai5z7wu,.juwnlp .cai5z7wu,
.j6bdp8 .cai5z7wu{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ol2wx .i6i04d,.z6ognk8 .i6i04d{top:12px}
.ol2wx .i6i04d .gs5m860y{margin-right:auto}
.z6ognk8 .i6i04d .gs5m860y{margin-left:auto}
.z6ognk8 .i6i04d{text-align:right}
.xen0b4 .i6i04d,.juwnlp .i6i04d{bottom:12px}
.xen0b4 .i6i04d .gs5m860y{margin-right:auto}
.juwnlp .i6i04d .gs5m860y{margin-left:auto}
.juwnlp .i6i04d{text-align:right}
.j6bdp8 .i6i04d{position:relative;margin-top:16px}
.j6bdp8 .i6i04d .gs5m860y{margin:0 auto}
.k8wcycpu .i6i04d{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.k8wcycpu .i6i04d .gs5m860y{margin:0}
.k8wcycpu .g43g7w~.i6i04d,
.k8wcycpu .p0zbihq~.i6i04d{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.k8wcycpu .g43g7w~.i6i04d .gs5m860y,
.k8wcycpu .p0zbihq~.i6i04d .gs5m860y{justify-content:flex-start}
.g43g7w~.i6i04d,.p0zbihq~.i6i04d{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}
.g43g7w~.i6i04d .gs5m860y{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.p0zbihq~.i6i04d .gs5m860y{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jh1k .gs5m860y{margin:0 0 12px}
.gs5m860y{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.dnruniod{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ilfng7{font-weight:600;color:var(--text-heading);opacity:1}
.gp4e5ge::before{content:"·";margin:0 2px;opacity:.5}
.cai5z7wu{white-space:nowrap}
.aibl4 .dnruniod{display:none}
.c7w33ii .cai5z7wu{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.c7w33ii .gp4e5ge::before{content:""}
.lqga .cai5z7wu{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.lqga .gp4e5ge::before{content:""}
.fxzk6ti .gs5m860y{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.u6psr300 .cai5z7wu{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.u6psr300 .gp4e5ge::before{content:""}
.p9pyt4q6 .cai5z7wu{color:var(--accent);opacity:1;font-weight:500}
.pdw611v .cai5z7wu{border-bottom:1px solid currentColor;padding-bottom:2px}
.iuum3 .gs5m860y{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.pktc{--date-bg:var(--accent-bg)}
.x5qnj .gp4e5ge::before{content:""}
.o0q874 .gp4e5ge::before{content:"•";opacity:.4}
.o0q874 .cai5z7wu + .cai5z7wu::before{content:"•";margin-right:6px;opacity:.4}
.is4gyhm .gp4e5ge::before{content:"/";opacity:.35}
.is4gyhm .cai5z7wu + .cai5z7wu::before{content:"/";margin-right:6px;opacity:.35}
.aduamtg5 .gp4e5ge::before{content:"|";opacity:.3}
.aduamtg5 .cai5z7wu + .cai5z7wu::before{content:"|";margin-right:6px;opacity:.3}
.lihrlc .gp4e5ge::before{content:"—";opacity:.3}
.lihrlc .cai5z7wu + .cai5z7wu::before{content:"—";margin-right:6px;opacity:.3}
.kbfcsw .gp4e5ge::before{content:"◆";font-size:.5em;opacity:.35}
.kbfcsw .cai5z7wu + .cai5z7wu::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.gusl .gp4e5ge::before{content:"·";opacity:.4}
.gusl .cai5z7wu + .cai5z7wu::before{content:"·";margin-right:6px;opacity:.4}
.l1jmw4 .gp4e5ge::before{content:"›";opacity:.4}
.l1jmw4 .cai5z7wu + .cai5z7wu::before{content:"›";margin-right:6px;opacity:.4}
.zmdt .gp4e5ge::before{content:"→";opacity:.35;font-size:.85em}
.zmdt .cai5z7wu + .cai5z7wu::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.sk2k .o3h73g{padding:20px 0}
@media(max-width:640px){
  .o3h73g{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ldxulw1{max-width:100%}
}
:root {
  --accent:          #200689;
  --brand:           #200689;
  --brand-light:     #3714c7;
  --brand-pale:      #5331dd;
  --grad-start:      #3409e0;
  --grad-end:        #5f3ceb;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #200689;
  --cta-light:       #150164;
  --cta-hover:       #12034e;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f3f6;
  --bg-raised:       #eeedf1;
  --bg-hover:        #f4f3f6;
  --border:          #e3e1e9;
  --border-alt:      #d2cfdd;
  --border-section:  #e3e1e9;
  --text-primary:    #17161c;
  --text-muted:      #535062;
  --text-body:       #2f2d38;
  --text-sub:        #474454;
  --text-faint:      #77728c;
  --text-dim:        #928ea3;
  --text-label:      #5f5b70;
  --text-value:      #3b3946;
  --accent-bg:       #e3def7;
  --accent-bg-light: #cbc1f4;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f5;
  --c-pros:          #0c9672;
  --c-cons:          #9f2143;
  --c-pros-label:    #0eb388;
  --c-tip-border:    #10c696;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9672;
}
:root { --logo-bg-opacity: 49%; }
body, button, input { font-family: "Noto Sans", sans-serif; }
.hx32 .c6jv { font-size: 0; width: 1.2rem; flex-shrink: 0; }.hx32 .c6jv::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.hx32 .g4ro     .c6jv::before { content: "";  color: var(--c-tip-border); }.hx32 .qapf84 .c6jv::before { content: ""; color: var(--c-warn-border); }.hx32 .w8dodfs    .c6jv::before { content: ""; color: #60a5fa; }.whgs .hx32 .g4ro     .c6jv::before { color: #10b981; }.whgs .hx32 .qapf84 .c6jv::before { color: #f43f5e; }.whgs .hx32 .w8dodfs    .c6jv::before { color: #a855f7; }.k7tt  .hx32 .g4ro     .c6jv::before { color: #eab308; }.k7tt  .hx32 .qapf84 .c6jv::before { color: #ef4444; }.k7tt  .hx32 .w8dodfs    .c6jv::before { color: #f97316; }.v1mgqcq  .hx32 .g4ro     .c6jv::before { color: #38bdf8; }.v1mgqcq  .hx32 .qapf84 .c6jv::before { color: #818cf8; }.v1mgqcq  .hx32 .w8dodfs    .c6jv::before { color: #2dd4bf; }.vs4yo .hx32 .c6jv::before { color: var(--accent-light) !important; }
.sq05wm .u9ahd, .sq05wm .g43g7w { min-height: 320px; }
.z0gj .ai24zb::after, .z0gj .osk6b::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; }
.xg6f::before { content: '·'; font-size: 1.3em; line-height: 1; }
.rj38 .cai5z7wu::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.rj38 .cai5z7wu:first-of-type::before{content:"\f15b"}.rj38 .cai5z7wu:last-of-type::before{content:"\f044"}