:root {
  --color-accent: #6c1202;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: 1.7;
}
.j58g9i6 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.gqaa {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.cule4 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.w6pu2r { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.zjrfkiz { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.zjrfkiz a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.zjrfkiz a:hover { color: var(--accent-light); }
.shnua     .u4bfjnj9 { border-radius: 6px; }
.shnua .u4bfjnj9 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.shnua .u4bfjnj9 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.z6jvrr .u4bfjnj9 li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .u4bfjnj9 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .y5tex:hover .u4bfjnj9,
  .y5tex:focus-within .u4bfjnj9 { display: block; }
  .u4bfjnj9 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.mjf2 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.t4rk { display: none; }
@media (max-width: 640px) {
  .t4rk {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .t4rk.ev5g9ufi { display: block; }
}
@media (max-width: 640px) {
  .mjf2 { display: block; }
  .zjrfkiz > li + li::before { display: none !important; }
  .zjrfkiz {
    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;
  }
  .zjrfkiz.ev5g9ufi { display: flex; }
  .zjrfkiz li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .zjrfkiz li:last-child a { border-bottom: none; }
}
.n2i59hmh { min-height: 480px; }
.g1r8 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.x9lmbkw { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.h4ul9u .x9lmbkw { margin-left: 0; margin-right: 0; }
.n4xa0 {
  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;
}
.j13te4l .n4xa0 { margin-top: 24px; }
.n4xa0:hover { opacity: 0.88; }
.mzoi {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.eab7jzz {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.mzoi .x4lx {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.mzoi .g1r8 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.mzoi .x9lmbkw { color: #e2e8f0; }
.mzoi.z5438 .x4lx { text-align: center; }
.mzoi.h4ul9u   .x4lx { text-align: left; }
.udcfb2bf .x4lx {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.udcfb2bf .g1r8 { color: var(--text-primary); text-shadow: none; }
.udcfb2bf .x9lmbkw { color: var(--text-muted); }
.udcfb2bf .n4xa0 { margin-top: 16px; }
.udcfb2bf, .udcfb2bf.n2i59hmh { min-height: auto !important; }
.udcfb2bf.z5438 .x4lx { text-align: center; }
.udcfb2bf.h4ul9u   .x4lx { text-align: left; }
.udcfb2bf~.hds5fg{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}
.udcfb2bf~.hds5fg .h1t6{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}
.oc6e8sn9 {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.mijw .oc6e8sn9,
.mijw .oc6e8sn9::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.pgn24c4 .oc6e8sn9,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.imlx .oc6e8sn9,
.imlx .mzoi .eab7jzz {
  overflow: hidden;
}
.imlx .oc6e8sn9::after,
.imlx .mzoi .eab7jzz::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.h38cj8r .oc6e8sn9,
.h38cj8r .oc6e8sn9::after,
@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); }
}
.h38cj8r .mzoi .eab7jzz {
  overflow: hidden;
}
.h38cj8r .mzoi .eab7jzz::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.rsfmh .oc6e8sn9,
.rsfmh .mzoi .eab7jzz {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.mijw .mzoi .eab7jzz {
  overflow: hidden;
}
.mijw .mzoi .eab7jzz::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.pgn24c4 .mzoi .eab7jzz {
  animation: hg-breathe 10s ease-in-out infinite;
}
.oc6e8sn9 .eab7jzz {
  background: none;
}
.oc6e8sn9 .g1r8 { color: #fff; }
.oc6e8sn9 .x9lmbkw { color: rgba(255,255,255,0.85); }
.oc6e8sn9 .n4xa0 { background: #fff; color: var(--cta); }
.oc6e8sn9 .n4xa0:hover { opacity: 0.92; }
.r71od .g1r8 { text-shadow: none; color: var(--text-primary); }
.r71od .x9lmbkw { color: var(--text-muted); }
body.i22oo .g1r8 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.hy19 .g1r8 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.n2i59hmh.oc6e8sn9 .g1r8,
section.oc6e8sn9 .g1r8 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.r71od.z5438 .qe347 { align-items: center; text-align: center; }
.n2i59hmh .jtg58 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.jtg58 .t9h7.m23a {
  padding: 10px 14px !important; font-size: 0.88rem !important;
  font-weight: 700;
  background: var(--cta) !important; color: #fff !important;
  border: none !important;
  display: flex; align-items: center; justify-content: center;
}
.jtg58 .t9h7.m23a:hover { opacity: 0.85; }
.e51nmf1 .x4lx { padding-bottom: 24px; }
.j13te4l .x4lx { max-width: 1100px; }
@media (max-width: 700px) {
  .r71od { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .r71od:not(.f8au) .kjce { display: none !important; }
  .f8au .kjce { padding: 16px; }
  .qe347  { padding: 36px 24px; }
  .r71od~.hds5fg,.l8qxzclb~.hds5fg{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .n2i59hmh, .r71od { min-height: 320px !important; }
  .g1r8 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .dn9o,
  .gioq6,
  .mbatcmaz { grid-template-columns: 1fr !important; }

  

  
  .e51nmf1 { display: flex !important; flex-direction: column !important; }
  .e51nmf1 .x4lx { display: contents; }
  .e51nmf1 .eab7jzz { order: 0; }
  .e51nmf1 .g1r8 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .e51nmf1 .dn9o { order: 2; padding: 0 16px 12px !important; }
  .e51nmf1 .x9lmbkw { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .j13te4l .x4lx { display: flex; flex-direction: column; }
  .j13te4l .x4lx .g1r8 { order: 1; }
  .j13te4l .x4lx .mbatcmaz { order: 2; margin: 8px 0 24px !important; }
  .j13te4l .x4lx .x9lmbkw { order: 3; }
  .j13te4l .x4lx .n4xa0 { order: 4; align-self: center; margin-top: 0; }

  
  .r71od.f8au {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .r71od.f8au .qe347 { display: contents; padding: 0; }
  .r71od.f8au .qe347 .g1r8 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .r71od.f8au .kjce { order: 2; padding: 12px 16px; }
  .r71od.f8au .qe347 .x9lmbkw { order: 3; padding: 0 24px; margin: 0 auto; }
  .r71od.f8au .qe347 .n4xa0 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.hpcz7k { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.edpqd { width: 100%; height: auto; display: block; border-radius: 10px; }
.f1q9 .hpcz7k        { border-radius: 16px; }
.f1q9 .edpqd  { border-radius: 16px; }
.rulwayh .hpcz7k         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.rulwayh .edpqd   { border-radius: 8px; }
.i1xj { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.fv8eb { width: 100%; padding: 32px 0; position: relative; }
.bm6r { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.g7npqpg .fv8eb:nth-child(even) { background: var(--bg-surface); }
.g7npqpg .fv8eb:nth-child(odd)  { background: var(--bg-page); }
.nbta .fv8eb:nth-child(even) { background: var(--bg-card); }
.nbta .fv8eb:nth-child(odd)  { background: var(--bg-page); }
.g7npqpg .fv8eb:nth-child(odd)  .bm6r { background: var(--bg-card); border-radius: 6px; }
.g7npqpg .fv8eb:nth-child(even) .bm6r { background: var(--bg-raised); border-radius: 6px; }
.nbta .fv8eb:nth-child(odd)  .bm6r { background: var(--bg-card); border-radius: 6px; }
.nbta .fv8eb:nth-child(even) .bm6r { background: var(--bg-raised); border-radius: 6px; }
.g7npqpg .fv8eb:nth-child(even) .sr8o1 .xphf9,
.nbta .fv8eb:nth-child(even) .sr8o1 .xphf9 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.g7npqpg .fv8eb:nth-child(odd) .sr8o1 .xphf9,
.nbta .fv8eb:nth-child(odd) .sr8o1 .xphf9 { background: var(--bg-card-inner); }
.g7npqpg .fv8eb:nth-child(even) .bxytf .xphf9:nth-child(odd),
.nbta .fv8eb:nth-child(even) .bxytf .xphf9:nth-child(odd)  { background: var(--bg-card); }
.g7npqpg .fv8eb:nth-child(even) .bxytf .xphf9:nth-child(even),
.nbta .fv8eb:nth-child(even) .bxytf .xphf9:nth-child(even) { background: var(--bg-card-inner); }
h1.ph4h { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ph4h {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.aaeb { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.hsertrf h2.ph4h {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ts7ax7qd h2.ph4h {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.o7ao35 h2.ph4h {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.fjpa9lsl h2.ph4h::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xd9k h2.ph4h {
  color: var(--text-primary); font-size: 1.7rem;
}
.e4i2rg2s h2.ph4h::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.a0j7c5ph h2.ph4h {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.tvbg { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .tvbg { display: none; } }
.dnr8r { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.z23tglb { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.r997 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.dbqrqah { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.v9r3w4b { padding-left: 20px; }
.v9r3w4b li { margin-bottom: 6px; }
.v9r3w4b a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.v9r3w4b a:hover { color: var(--accent-light); }
.ws7v2u9 .dbqrqah { display: none; }
.c9jg .dbqrqah { display: none; }
.c9jg .v9r3w4b { padding-left: 0; list-style: none; }
.c9jg .v9r3w4b li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.c9jg .v9r3w4b a { font-size: 0.92rem; }
.u5bya .r997 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.u5bya .dbqrqah { display: none; }
.u5bya .v9r3w4b { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.u5bya .v9r3w4b li { margin-bottom: 0; }
.u5bya .v9r3w4b 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;
}
.u5bya .v9r3w4b a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ntiup .r997 { padding: 20px 20px 16px; }
.ntiup .v9r3w4b {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ntiup .v9r3w4b li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ntiup .v9r3w4b 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;
}
.ntiup .v9r3w4b 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;
}
.ntiup .v9r3w4b a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ntiup .v9r3w4b a:focus,
.ntiup .v9r3w4b a:focus-visible,
.ntiup .v9r3w4b a:target { outline: none; }
.ntiup .v9r3w4b li:target a { border-color: var(--border); color: var(--text-muted); }
.shh7mnv .r997 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.shh7mnv .dbqrqah { display: none; }
.shh7mnv .v9r3w4b { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.shh7mnv .v9r3w4b li { margin-bottom: 0; }
.shh7mnv .v9r3w4b li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.shh7mnv .v9r3w4b li:last-child::after { content: ""; margin-right: 0; }
.shh7mnv .v9r3w4b a { font-size: 0.9rem; }
.xphf9 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.sr8o1 .xphf9 { background: var(--bg-card); }
.bxytf .xphf9:nth-child(odd)  { background: var(--bg-card); }
.bxytf .xphf9:nth-child(even) { background: var(--bg-raised); }
.v6cau .xphf9 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.v6cau .xphf9:last-child { border-bottom: none; }
.v6cau h3.aaeb { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ygyc0 .xphf9 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ygyc0 .xphf9 + .xphf9 { margin-top: 4px; }
.y0alamn7 .xphf9 { background: none; border-radius: 0; padding: 12px 0; }
.y0alamn7 .xphf9 + .xphf9 { border-top: 1px solid var(--border-section); }
.wts1u { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.x7dp { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.bt23 { color: var(--text-body); margin-bottom: 10px; }
.dlol5i, .le97g0b { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.dlol5i li, .le97g0b li { margin-bottom: 6px; }
.le97g0b li { list-style: decimal; }
.ivyep     .dlol5i { list-style-type: "● "; }
.cbz5bc  .dlol5i { list-style-type: "■ "; }
.il9u .dlol5i { list-style-type: "◆ "; }
.jryp    .dlol5i { list-style-type: "★ "; }
.ivyep     .modu { list-style-type: "● "; }
.cbz5bc  .modu { list-style-type: "■ "; }
.il9u .modu { list-style-type: "◆ "; }
.jryp    .modu { list-style-type: "★ "; }
.ivyep    .dlol5i li::marker, .ivyep    .modu li::marker,
.cbz5bc .dlol5i li::marker, .cbz5bc .modu li::marker,
.il9u .dlol5i li::marker, .il9u .modu li::marker,
.jryp   .dlol5i li::marker, .jryp   .modu li::marker {
  color: var(--cta); font-size: 1em;
}
.ivyep .le97g0b,
.cbz5bc .le97g0b,
.il9u .le97g0b,
.jryp .le97g0b {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ivyep .le97g0b li,
.cbz5bc .le97g0b li,
.il9u .le97g0b li,
.jryp .le97g0b li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ivyep .le97g0b li::before,
.cbz5bc .le97g0b li::before,
.il9u .le97g0b li::before,
.jryp .le97g0b 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;
}
.ivyep     .le97g0b li::before { border-radius: 50%; }
.cbz5bc  .le97g0b li::before { border-radius: 3px; }
.il9u .le97g0b li::before { border-radius: 3px; }
.jryp    .le97g0b li::before { border-radius: 50%; }
.ibrk3ur { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.vpq5x1 .ibrk3ur,
.jlgsfm .ibrk3ur { background: transparent; border: none; border-radius: 0; }
.grru1y { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.grru1y th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.grru1y td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.grru1y tr:hover td { background: var(--bg-hover); }
.oc5fk .grru1y tbody tr:nth-child(even) td { background: var(--bg-surface); }
.dq6l6b .grru1y { border: 1px solid var(--border-alt); }
.dq6l6b .grru1y th,
.dq6l6b .grru1y td { border: 1px solid var(--border-alt); }
.zoo88w9 .grru1y th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.zoo88w9 .grru1y td { border-bottom: none; }
.zoo88w9 .grru1y tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.za1i9pzy .grru1y th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.dhh8b7qn .ibrk3ur {
  overflow: hidden;
}
.dhh8b7qn .grru1y th { border-bottom: 1px solid var(--border-alt); }
.dhh8b7qn .grru1y tr:last-child td { border-bottom: none; }
.x0d9p0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.hsia { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.y74ff { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.sm31cur { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.rjibm { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.modu { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.modu li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.p2qz6 .sm31cur { background: transparent; text-align: center; }
.s83w .y74ff {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.pypv .y74ff {
  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);
}
.f88f .hsia { display: grid; grid-template-columns: auto 1fr; }
.f88f .y74ff {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.f88f .sm31cur { grid-column: 2; }
.f88f .rjibm,
.f88f .modu { grid-column: 1 / -1; }
.w977 .hsia { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.w977 .y74ff {
  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);
}
.w977 .sm31cur { grid-column: 2; }
.w977 .rjibm,
.w977 .modu { grid-column: 1 / -1; }
.sao469 .hsia { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.sao469 .sm31cur { background: none; color: var(--accent-light); font-weight: 700; }
.fd95dvzw .hsia { 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); }
.fd95dvzw .sm31cur { background: none; color: var(--accent-light); font-weight: 700; }
.zyu8ytn .hsia { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.zyu8ytn .hsia:last-child { border-bottom: none; }
.zyu8ytn .sm31cur { background: none; color: var(--accent-light); font-weight: 700; }
.n89y .hsia { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.n89y .sm31cur { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.xpqtvtj .x0d9p0 { counter-reset: card-n; }
.xpqtvtj .hsia  { counter-increment: card-n; }
.xpqtvtj .sm31cur { display: flex; align-items: center; gap: 10px; }
.xpqtvtj .sm31cur::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;
}
.ah3qmpi .hsia { background: var(--bg-surface); border: 1px solid var(--border); }
.ah3qmpi .sm31cur { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.zuydm { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.dvdj7zdx  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.nhycpm { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.zi1ialb { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.dkgod { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.zuydm strong { color: var(--text-primary); font-size: 0.95rem; }
.zuydm p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.myp1q9 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.abxku5, .dvh9ygw { border-radius: 8px; padding: 14px; }
.abxku5 { background: var(--bg-pros); }
.dvh9ygw { background: var(--bg-cons); }
.g95pa { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.abxku5 .g95pa { color: var(--c-pros-label); }
.dvh9ygw .g95pa { color: #f87171; }
.abxku5 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dvh9ygw ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.edpqd { width: 100%; height: auto; border-radius: 10px; display: block; }
.m23a {
  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;
}
.m23a:hover { opacity: 0.85; }
.cm3pl .m23a  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.cm3pl .m23a:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.fmwpr .m23a  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.fmwpr .m23a:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xibzgy .n4xa0 { border-radius: 50px; }
.xibzgy .m23a  { border-radius: 50px; }
.wal9rmwk .n4xa0 { padding-left: 22px; padding-right: 22px; }
.wal9rmwk .m23a  { padding-left: 12px; padding-right: 12px; }
.yp2zegi .n4xa0 { padding-left: 44px; padding-right: 44px; }
.yp2zegi .m23a  { padding-left: 24px; padding-right: 24px; }
.bvsri9k .n4xa0 { padding-left: 56px; padding-right: 56px; }
.bvsri9k .m23a  { padding-left: 32px; padding-right: 32px; }
.glauyor   .n4xa0::after, .glauyor   .m23a::after,
.aoab .n4xa0::after, .aoab .m23a::after,
.x2ajsl    .n4xa0::after, .x2ajsl    .m23a::after,
.x5e9    .n4xa0::after, .x5e9    .m23a::after,
.ttz0a93    .n4xa0::after, .ttz0a93    .m23a::after,
.cjpwu     .n4xa0::after, .cjpwu     .m23a::after,
.hnmy    .n4xa0::after, .hnmy    .m23a::after,
.g7l3zd4a   .n4xa0::after, .g7l3zd4a   .m23a::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;
}
.glauyor .n4xa0::after, .glauyor .m23a::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");
}
.aoab .n4xa0::after, .aoab .m23a::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");
}
.x2ajsl .n4xa0::after, .x2ajsl .m23a::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");
}
.x5e9 .n4xa0::after, .x5e9 .m23a::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");
}
.ttz0a93 .n4xa0::after, .ttz0a93 .m23a::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");
}
.cjpwu .n4xa0::after, .cjpwu .m23a::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");
}
.hnmy .n4xa0::after, .hnmy .m23a::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");
}
.g7l3zd4a .n4xa0::after, .g7l3zd4a .m23a::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");
}
.m2wh8kl2   .gea3q::after, .m2wh8kl2   .yara::after,
.ov8t2a9 .gea3q::after, .ov8t2a9 .yara::after,
.qg0z    .gea3q::after, .qg0z    .yara::after,
.hrvb    .gea3q::after, .hrvb    .yara::after,
.vj2u    .gea3q::after, .vj2u    .yara::after,
.zqofr3     .gea3q::after, .zqofr3     .yara::after,
.kdmz    .gea3q::after, .kdmz    .yara::after,
.k6wwbc   .gea3q::after, .k6wwbc   .yara::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;
}
.m2wh8kl2 .gea3q::after, .m2wh8kl2 .yara::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");
}
.ov8t2a9 .gea3q::after, .ov8t2a9 .yara::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");
}
.qg0z .gea3q::after, .qg0z .yara::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");
}
.hrvb .gea3q::after, .hrvb .yara::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");
}
.vj2u .gea3q::after, .vj2u .yara::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");
}
.zqofr3 .gea3q::after, .zqofr3 .yara::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");
}
.kdmz .gea3q::after, .kdmz .yara::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");
}
.k6wwbc .gea3q::after, .k6wwbc .yara::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");
}
.k4c3 .zn8ild   { background: rgba(128,128,128,.12); }
.t9h7.m23a {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .dn7imqpu {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .dn7imqpu::before    { grid-area: rank;   }
  .a3607           { grid-area: ident;  }
  .vkogw     { grid-area: rating; min-width: 0; width: auto; }
  .txuuows           { grid-area: pills;  }
  .t9h7             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .dn7imqpu {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .dn7imqpu::before    { justify-self: center; }
  .a3607           { width: 100%; }
  .vkogw     { justify-self: center; }
  .txuuows           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .d2v9moic .o2ay6s {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .d2v9moic .v5ctb { margin: 0; }
}
.q1d0nbqh .tzdk { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.q1d0nbqh .z2b6lj h3 { color: var(--accent-light); }
.q1d0nbqh .dozvd5 { background: var(--bg-page); border: 1px solid var(--border); }
.jlgsfm .myp1q9 { gap: 10px; }
.jlgsfm .abxku5, .jlgsfm .dvh9ygw { padding: 12px; }
.jlgsfm .abxku5 ul, .jlgsfm .dvh9ygw ul { margin: 4px 0 0; padding-left: 18px; }
.jlgsfm .abxku5 li, .jlgsfm .dvh9ygw li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .q7spr9b8 { grid-template-columns: 1fr; }
  .eanl8wqt { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .eanl8wqt .ssnpce5 { width: 72px; height: 50px; }
  .eanl8wqt .elc5 { max-width: 180px; }
  .eanl8wqt .iagqu0 { width: auto; }
}
@media (max-width: 720px) {
  .kig5ap9d { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .e74j { padding: 16px; }
  .mgcw0 .w3x1yw { min-width: 50%; }
}
.nget .myp1q9 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .aczw { grid-template-columns: 1fr; }
  .uw54x2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .o2qpw8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .k3mvj { flex-wrap: wrap; padding: 16px; }
}
.qsn9 .myp1q9 { gap: 8px; }
.qsn9 .abxku5, .qsn9 .dvh9ygw { padding: 8px; }
@media (max-width: 480px) {
  .v8uzp07k { flex-direction: column; align-items: stretch; }
}
.bxmz .iagqu0 .m23a { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .m2yajx { flex-direction: column; align-items: stretch; gap: 10px; }
  .bxmz .iagqu0 { text-align: center; }
}
@media (max-width: 720px) {
  .rz7lpz2b { grid-template-columns: 1fr; }
  .z1ymrec { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .v27k { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .l4c6yf { grid-template-columns: 1fr; }
  .skyim { width: 100px; height: 100px; margin: 16px auto; }
  .rki2zt { font-size: 1.4rem; }
  .ab0z { justify-content: center; }
  .s8rveqf .w3x1yw { min-width: 50%; }
}
.jm6w1 .myp1q9 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .hsw5gyn { flex-wrap: wrap; padding: 14px 16px; }
  .au8mw5oe { padding: 12px 16px; }
  .jm6w1 .myp1q9 { margin: 0 16px; }
  .jm6w1 .fjt18 { padding: 0 16px; }
  .cstg6 { padding: 12px 16px; }
}
.qtgpmtb .txuuows .q39vw {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.qtgpmtb .txuuows .q39vw:first-child { border-left: none; }
.pkeer .lbj64 { display: none; }
.pkeer .b8ye { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.pkeer .b8ye {
  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;
}
.pkeer .b8ye small { display: none; }
.pkeer .kj6kr .x9yi05e { display: none; }
.pkeer .kj6kr strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.pkeer .w8eq19ch { display: none; }
.q1poze { margin: 16px 0; }
.zb36 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.zb36 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.zb36 summary::after { content: "+"; color: var(--accent-light); }
.zb36[open] summary::after { content: "−"; }
.zb36 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.fv8eb { margin-bottom: 0; }
.tpyg7 h2.ph4h { color: var(--text-primary); border-color: var(--accent-light); }
.fh8nmbbj h2.ph4h { color: var(--text-primary); border-color: var(--accent-light); }
.bsglw24 .dvdj7zdx     { background: #052e16; border-color: #10b981; }
.bsglw24 .nhycpm { background: #2d0a1e; border-color: #f43f5e; }
.bsglw24 .zi1ialb    { background: #1e1036; border-color: #a855f7; }
.bsglw24 .zuydm strong  { color: #f1f5f9; }
.bsglw24 .zuydm p       { color: #cbd5e1; }
.bsglw24 .o0k77    .dvdj7zdx     .dkgod::before,
.bsglw24 .w222ke  .dvdj7zdx     .dkgod::before,
.bsglw24 .j8nkte  .dvdj7zdx     .dkgod::before,
.bsglw24 .t4gnu .dvdj7zdx     .dkgod::before { color: #10b981; }
.bsglw24 .o0k77    .nhycpm .dkgod::before,
.bsglw24 .w222ke  .nhycpm .dkgod::before,
.bsglw24 .j8nkte  .nhycpm .dkgod::before,
.bsglw24 .t4gnu .nhycpm .dkgod::before { color: #f43f5e; }
.bsglw24 .o0k77    .zi1ialb    .dkgod::before,
.bsglw24 .w222ke  .zi1ialb    .dkgod::before,
.bsglw24 .j8nkte  .zi1ialb    .dkgod::before,
.bsglw24 .t4gnu .zi1ialb    .dkgod::before { color: #a855f7; }
.gi7proo .dvdj7zdx     { background: #2d2000; border-color: #eab308; }
.gi7proo .nhycpm { background: #2d0b0b; border-color: #ef4444; }
.gi7proo .zi1ialb    { background: #2d1600; border-color: #f97316; }
.gi7proo .zuydm strong  { color: #f1f5f9; }
.gi7proo .zuydm p       { color: #cbd5e1; }
.gi7proo .o0k77    .dvdj7zdx     .dkgod::before,
.gi7proo .w222ke  .dvdj7zdx     .dkgod::before,
.gi7proo .j8nkte  .dvdj7zdx     .dkgod::before,
.gi7proo .t4gnu .dvdj7zdx     .dkgod::before { color: #eab308; }
.gi7proo .o0k77    .nhycpm .dkgod::before,
.gi7proo .w222ke  .nhycpm .dkgod::before,
.gi7proo .j8nkte  .nhycpm .dkgod::before,
.gi7proo .t4gnu .nhycpm .dkgod::before { color: #ef4444; }
.gi7proo .o0k77    .zi1ialb    .dkgod::before,
.gi7proo .w222ke  .zi1ialb    .dkgod::before,
.gi7proo .j8nkte  .zi1ialb    .dkgod::before,
.gi7proo .t4gnu .zi1ialb    .dkgod::before { color: #f97316; }
.uks51ure .dvdj7zdx     { background: #0c1a2e; border-color: #38bdf8; }
.uks51ure .nhycpm { background: #12103a; border-color: #818cf8; }
.uks51ure .zi1ialb    { background: #0a2020; border-color: #2dd4bf; }
.uks51ure .zuydm strong  { color: #f1f5f9; }
.uks51ure .zuydm p       { color: #cbd5e1; }
.uks51ure .o0k77    .dvdj7zdx     .dkgod::before,
.uks51ure .w222ke  .dvdj7zdx     .dkgod::before,
.uks51ure .j8nkte  .dvdj7zdx     .dkgod::before,
.uks51ure .t4gnu .dvdj7zdx     .dkgod::before { color: #38bdf8; }
.uks51ure .o0k77    .nhycpm .dkgod::before,
.uks51ure .w222ke  .nhycpm .dkgod::before,
.uks51ure .j8nkte  .nhycpm .dkgod::before,
.uks51ure .t4gnu .nhycpm .dkgod::before { color: #818cf8; }
.uks51ure .o0k77    .zi1ialb    .dkgod::before,
.uks51ure .w222ke  .zi1ialb    .dkgod::before,
.uks51ure .j8nkte  .zi1ialb    .dkgod::before,
.uks51ure .t4gnu .zi1ialb    .dkgod::before { color: #2dd4bf; }
.wm22 .dvdj7zdx     { background: var(--accent-bg); border-color: var(--accent-light); }
.wm22 .nhycpm { background: var(--accent-bg-light); border-color: var(--accent-light); }
.wm22 .zi1ialb    { background: var(--accent-bg); border-color: var(--accent-pale); }
.wm22 .o0k77    .dkgod::before,
.wm22 .w222ke  .dkgod::before,
.wm22 .j8nkte  .dkgod::before,
.wm22 .t4gnu .dkgod::before { color: var(--accent-light) !important; }
.y4jpn::before,
.imd7::before { margin-right: 5px; }
.j0cjn .abxku5 ul li,
.j0cjn .abxku5 .y4jpn { color: #22c55e; }
.j0cjn .dvh9ygw ul li,
.j0cjn .dvh9ygw .imd7 { color: #ef4444; }
.xr6z8oe3 .abxku5 { background: var(--bg-pros); }
.xr6z8oe3 .dvh9ygw { background: var(--bg-cons); }
.xr6z8oe3 .abxku5 .y4jpn { color: var(--c-pros-label); }
.xr6z8oe3 .dvh9ygw .imd7 { color: var(--c-cons); }
.xr6z8oe3 .abxku5 ul li,
.xr6z8oe3 .dvh9ygw ul li,
.wbzda .abxku5 { background: var(--bg-pros); }
.wbzda .dvh9ygw { background: var(--bg-cons); }
.wbzda .abxku5 .y4jpn { color: var(--c-pros-label); }
.wbzda .dvh9ygw .imd7 { color: var(--c-cons); }
.wbzda .abxku5 ul li,
.wbzda .lg2oygr li          { color: var(--c-pros); }
.wbzda .dvh9ygw ul li,
.wbzda .krydo21x li          { color: var(--c-cons); }
.kia7 .y4jpn::before { content: "✓ "; }
.kia7 .imd7::before { content: "✗ "; }
.bjkd2 .y4jpn::before { content: "→ "; }
.bjkd2 .imd7::before { content: "← "; }
.qgehsa3 .y4jpn::before { content: "★ "; }
.qgehsa3 .imd7::before { content: "✕ "; }
.hywq56 .y4jpn::before { content: "◆ "; }
.hywq56 .imd7::before { content: "▲ "; }
.wd22mh .zuydm { background: transparent; border-left: none; border: 1.5px solid; }
.wd22mh .dvdj7zdx     { border-color: var(--c-tip-border); }
.wd22mh .nhycpm { border-color: var(--c-warn-border); }
.wd22mh .zi1ialb    { border-color: #60a5fa; }
.wd22mh .zuydm strong { color: var(--text-primary); }
.wd22mh .zuydm p      { color: var(--text-muted); }
.ktj8o7k .zuydm { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ktj8o7k .dvdj7zdx     { border-top-color: var(--c-tip-border); }
.ktj8o7k .nhycpm { border-top-color: var(--c-warn-border); }
.ktj8o7k .zi1ialb    { border-top-color: #60a5fa; }
.pyad45 .zuydm { border-left: none; border-radius: 8px; }
.pyad45 .dvdj7zdx     { background: #065f46; }
.pyad45 .nhycpm { background: #92400e; }
.pyad45 .zi1ialb    { background: #1e3a8a; }
.pyad45 .zuydm strong,
.pyad45 .zuydm p { color: #fff; }
.pyad45 .dkgod::before { color: rgba(255,255,255,0.85) !important; }
.bsglw24.pyad45 .dvdj7zdx,
.bsglw24 .pyad45 .dvdj7zdx     { background: #052e16; }
.bsglw24.pyad45 .nhycpm,
.bsglw24 .pyad45 .nhycpm { background: #2d0a1e; }
.bsglw24.pyad45 .zi1ialb,
.bsglw24 .pyad45 .zi1ialb    { background: #1e1036; }
.gi7proo.pyad45 .dvdj7zdx,
.gi7proo .pyad45 .dvdj7zdx      { background: #2d2000; }
.gi7proo.pyad45 .nhycpm,
.gi7proo .pyad45 .nhycpm  { background: #2d0b0b; }
.gi7proo.pyad45 .zi1ialb,
.gi7proo .pyad45 .zi1ialb     { background: #2d1600; }
.uks51ure.pyad45 .dvdj7zdx,
.uks51ure .pyad45 .dvdj7zdx      { background: #0c1a2e; }
.uks51ure.pyad45 .nhycpm,
.uks51ure .pyad45 .nhycpm  { background: #12103a; }
.uks51ure.pyad45 .zi1ialb,
.uks51ure .pyad45 .zi1ialb     { background: #0a2020; }
.sn8xel .zuydm { border-left: none; border-radius: 6px; padding: 10px 14px; }
.sn8xel .dvdj7zdx     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.sn8xel .nhycpm { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.sn8xel .zi1ialb    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.sn8xel .zuydm strong { color: var(--text-primary); }
.sn8xel .zuydm p      { color: var(--text-muted); }
.kvuuxq .zuydm { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.o0k77 .dkgod,
.w222ke .dkgod,
.j8nkte .dkgod,
.t4gnu .dkgod { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.o0k77 .dkgod::before,
.w222ke .dkgod::before,
.j8nkte .dkgod::before,
.t4gnu .dkgod::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.o0k77 .dvdj7zdx     .dkgod::before { content: "✦"; color: var(--c-tip-border); }
.o0k77 .nhycpm .dkgod::before { content: "▲"; color: var(--c-warn-border); }
.o0k77 .zi1ialb    .dkgod::before { content: "◉"; color: #60a5fa; }
.w222ke .dvdj7zdx     .dkgod::before { content: "★"; color: var(--c-tip-border); }
.w222ke .nhycpm .dkgod::before { content: "◆"; color: var(--c-warn-border); }
.w222ke .zi1ialb    .dkgod::before { content: "●"; color: #60a5fa; }
.j8nkte .dvdj7zdx     .dkgod::before { content: "▶"; color: var(--c-tip-border); }
.j8nkte .nhycpm .dkgod::before { content: "■"; color: var(--c-warn-border); }
.j8nkte .zi1ialb    .dkgod::before { content: "▸"; color: #60a5fa; }
.t4gnu .dvdj7zdx     .dkgod::before { content: "→"; color: var(--c-tip-border); }
.t4gnu .nhycpm .dkgod::before { content: "⬥"; color: var(--c-warn-border); }
.t4gnu .zi1ialb    .dkgod::before { content: "◈"; color: #60a5fa; }
.k5m2hw8 .sr8o1 .xphf9,
.k5m2hw8 .bxytf .xphf9  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.k5m2hw8 .hsia                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.k5m2hw8 .ibrk3ur          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.k5m2hw8 .r997                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.sj79qxve .sr8o1 .xphf9,
.sj79qxve .bxytf .xphf9,
.sj79qxve .hsia,
.sj79qxve .dn7imqpu,
.sj79qxve .v5ctb,
.sj79qxve .ibrk3ur,
.sj79qxve .r997,
.sj79qxve .kvuuxq .zuydm { box-shadow: none; }
.hlnaml   .bt23, .hlnaml .wts1u, .hlnaml .x7dp,
.hlnaml   .dnr8r, .hlnaml .z23tglb { font-size: 0.9rem; }
.hlnaml   .dlol5i, .hlnaml .le97g0b { font-size: 0.9rem; }
.x7cb   .bt23, .x7cb .wts1u, .x7cb .x7dp,
.x7cb   .dnr8r, .x7cb .z23tglb { font-size: 0.95rem; }
.x7cb   .dlol5i, .x7cb .le97g0b { font-size: 0.95rem; }
.acvk   .bt23, .acvk .wts1u, .acvk .x7dp,
.acvk   .dnr8r, .acvk .z23tglb { font-size: 1.08rem; }
.acvk   .dlol5i, .acvk .le97g0b { font-size: 1.05rem; }
.acvk   .grru1y { font-size: 0.97rem; }
.vqnw56xv .g1r8      { font-size: 3.2rem; }
.vqnw56xv h2.ph4h { font-size: 1.9rem; }
.vqnw56xv h3.aaeb     { font-size: 1.4rem; }
.wxxayvww .g1r8      { font-size: 3.8rem; }
.wxxayvww h2.ph4h { font-size: 2.2rem; }
.wxxayvww h3.aaeb     { font-size: 1.6rem; }
.fv8eb + .fv8eb { position: relative; }
.ffnyn6   .fv8eb + .fv8eb::before,
.npufjxv  .fv8eb + .fv8eb::before,
.k0ihbt   .fv8eb + .fv8eb::before,
.gkku2   .fv8eb + .fv8eb::before,
.emkqjn   .fv8eb + .fv8eb::before,
.gx4mreg .fv8eb + .fv8eb::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ffnyn6 .fv8eb + .fv8eb::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.npufjxv .fv8eb + .fv8eb::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.k0ihbt .fv8eb + .fv8eb::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.gkku2 .fv8eb + .fv8eb::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.jtoj2cnw .fv8eb { margin-bottom: 16px; }
.jtoj2cnw .fv8eb + .fv8eb { margin-top: 0; }
.jtoj2cnw .bm6r { padding-top: 0; padding-bottom: 0; }
.emkqjn .fv8eb + .fv8eb::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.gx4mreg .fv8eb + .fv8eb::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.jp5kl .fv8eb + .fv8eb::before,
.xblobfu .fv8eb + .fv8eb::before,
.b8bp3pkx .fv8eb + .fv8eb::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%;
}
.g7npqpg .jp5kl .fv8eb:nth-child(even)::before,
.g7npqpg .xblobfu .fv8eb:nth-child(even)::before,
.g7npqpg .b8bp3pkx .fv8eb:nth-child(even)::before { background: var(--bg-surface); }
.nbta .jp5kl .fv8eb:nth-child(even)::before,
.nbta .xblobfu .fv8eb:nth-child(even)::before,
.nbta .b8bp3pkx .fv8eb:nth-child(even)::before { background: var(--bg-card); }
.jp5kl .fv8eb + .fv8eb::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");
}
.xblobfu .fv8eb + .fv8eb::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");
}
.b8bp3pkx .fv8eb + .fv8eb::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");
}
.ghrhk .mzoi,
.lcbw .mzoi,
.eoi8r .mzoi { overflow: hidden; }
.ghrhk .x4lx,
.lcbw .x4lx { margin-bottom: 60px; }
.eoi8r .x4lx { margin-bottom: 70px; }
.ghrhk .mzoi::before,
.lcbw .mzoi::before,
.eoi8r .mzoi::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.ghrhk .mzoi::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");
}
.lcbw .mzoi::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");
}
.eoi8r .mzoi::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.s4p5 .mzoi:not(.oc6e8sn9) .eab7jzz { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.k9qnqqd .mzoi:not(.oc6e8sn9) .eab7jzz { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.tc70h8u  .mzoi:not(.oc6e8sn9) .eab7jzz { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.qm1n  .mzoi:not(.oc6e8sn9) .eab7jzz { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.s4p5 .oc6e8sn9 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.k9qnqqd .oc6e8sn9 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.tc70h8u .oc6e8sn9 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.qm1n .oc6e8sn9 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.pymh56w .oc6e8sn9 { background: var(--accent); }
.pymh56w .oc6e8sn9 .eab7jzz { background: none; }
.pymh56w .nfq77s { background: var(--accent); }
.pymh56w .r71od { background: var(--accent-bg); }
.pymh56w .mzoi:not(.oc6e8sn9) .eab7jzz { background: rgba(0,0,0,0.6); }
.tpw1 .hpcz7k { float: left; width: 38%; margin: 0 28px 16px 0; }
.tpw1 .hpcz7k .edpqd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.tpw1 .bm6r::after { content: ''; display: block; clear: both; }
.gvlmk .hpcz7k { float: right; width: 38%; margin: 0 0 16px 28px; }
.gvlmk .hpcz7k .edpqd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.gvlmk .bm6r::after { content: ''; display: block; clear: both; }
.z5oet5sz .fv8eb:nth-child(odd)  .hpcz7k { float: left;  width: 38%; margin: 0 28px 16px 0; }
.z5oet5sz .fv8eb:nth-child(even) .hpcz7k { float: right; width: 38%; margin: 0 0 16px 28px; }
.z5oet5sz .hpcz7k .edpqd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.z5oet5sz .bm6r::after { content: ''; display: block; clear: both; }
.tpw1 .x0d9p0,
.tpw1 .l6zj,
.gvlmk .x0d9p0,
.z5oet5sz .x0d9p0,
@media (max-width: 900px) {
  .tpw1 .hpcz7k,
  .gvlmk .hpcz7k,
  .z5oet5sz .fv8eb:nth-child(odd)  .hpcz7k,
  .z5oet5sz .fv8eb:nth-child(even) .hpcz7k {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .tpw1 .hpcz7k .edpqd,
  .gvlmk .hpcz7k .edpqd,
  .z5oet5sz .hpcz7k .edpqd {
    max-height: none !important;
  }
}
.tpw1 .dlol5i,
.tpw1 .le97g0b,
.gvlmk .dlol5i,
.gvlmk .le97g0b,
.z5oet5sz .dlol5i,
.z5oet5sz .le97g0b { overflow: hidden; }
@media (max-width: 640px) {
  .tpw1 .hpcz7k,
  .gvlmk .hpcz7k,
  .z5oet5sz .hpcz7k { float: none; width: 100%; margin: 0 0 16px 0; }
}
.c6intc .i1xj,
.c6intc .bm6r,
.c6intc .xojmupk  { max-width: 1100px; }
.u5qo .i1xj,
.u5qo .bm6r,
.u5qo .xojmupk  { max-width: 1200px; }
.u5qo { --content-mw: 1200px; }
.ma0vfl .i1xj,
.ma0vfl .bm6r,
.ma0vfl .xojmupk  { max-width: 1320px; }
.q6zm { font-size: 0.82rem; color: var(--text-muted); }
.qjya54 { display: flex; align-items: center; }
.qk20 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.jr0cvh { display: flex; align-items: center; }
.ub6l { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ub6l:hover { text-decoration: underline; }
.avzzxqo { margin: 0 3px; opacity: 0.45; }
.avzzxqo::before { content: '/'; }
.ndy8 { padding: 2px 5px; color: var(--text-main); }
.gvxc .q6zm {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.gvxc .qjya54 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.z5t48 .q6zm {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.z5t48 .qjya54 { padding: 0 0 0 12px; }
.t4cysu {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.agey .qjya54 { padding: 0 16px; }
.agey .q6zm {
  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);
}
.agey .i1xj { padding-top: 28px; }
@media (max-width: 720px) {
  .t4cysu { margin-top: 18px; padding: 0 16px; }
  .agey .i1xj { padding-top: 16px; }
}
.c6intc.gvxc .qjya54 { max-width: 1100px; }
.u5qo.gvxc .qjya54 { max-width: 1200px; }
.ma0vfl.gvxc .qjya54 { max-width: 1320px; }
.c6intc .t4cysu { max-width: 1100px; }
.u5qo .t4cysu { max-width: 1200px; }
.ma0vfl .t4cysu { max-width: 1320px; }
.ujozxhb .fv8eb { padding-top: 16px; padding-bottom: 16px; }
.ra9q5yr0 .fv8eb { padding-top: 24px; padding-bottom: 24px; }
.y1wu .fv8eb { padding-top: 40px; padding-bottom: 40px; }
.cqtmw01n .fv8eb { padding-top: 52px; padding-bottom: 52px; }
.rtkvs .fv8eb:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.rtkvs .fv8eb:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.rtkvs .fv8eb:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.rtkvs .fv8eb:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.nx3jx5uo .bm6r { padding-top: 10px;  padding-bottom: 10px; }
.i7zyomn6 .bm6r { padding-top: 18px;  padding-bottom: 18px; }
.rbazl78s .bm6r { padding-top: 36px;  padding-bottom: 36px; }
.mrx5p .bm6r { padding-top: 48px;  padding-bottom: 48px; }
.iai14 h2.ph4h { font-weight: 600; }
.iai14 h3.aaeb     { font-weight: 600; }
.zobgx5 { font-weight: 500; }
.zobgx5 h2.ph4h { font-weight: 800; }
.zobgx5 h3.aaeb     { font-weight: 700; }
.l9cl92zy h2.ph4h { font-weight: 900; }
.l9cl92zy h3.aaeb     { font-weight: 800; }
.l9cl92zy .zuydm strong,
.l9cl92zy .zuydm strong { font-weight: 600; }
.gea3q {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.mtq3cvu .gea3q { display: none; }
@media (max-width: 640px) {
  .xf0fg { display: none; }
  .gea3q {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.gea3q { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gea3q:hover { opacity: 0.85; }
.a1a3m .gea3q { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.x4ayv .gea3q,
.qj1wnig  .gea3q { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.x4ayv .gea3q:hover,
.qj1wnig  .gea3q:hover { opacity: 0.88; }
.a1a3m.x4ayv .gea3q,
.a1a3m.qj1wnig  .gea3q { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.yara {
  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;
}
.yara:hover { transform: translateY(-2px); opacity: 0.92; }
.yara { background: var(--cta) !important; color: #fff !important; border: none !important; }
.bcw1dua .yara { display: none; }
.vhmmf7 .yara { right: 32px; }
.hlmcaqr  .yara { left: 32px; }
@media (max-width: 480px) {
  .vhmmf7 .yara { right: 20px; bottom: 20px; }
  .hlmcaqr  .yara { left: 20px; bottom: 20px; }
}
.ckoa { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.xojmupk { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.hbkjqr { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.pgho8r { color: var(--text-dim); font-size: 0.8rem; }
.ndb24i a, .j90we a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ndb24i a:hover, .j90we a:hover { color: var(--accent-light); }
.j90we { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.tr8t .xojmupk { text-align: center; }
.tr8t .j90we { justify-content: center; margin-bottom: 16px; }
.tr8t .hbkjqr { margin-top: 0; }
.jcu9a1y { margin-top: 10px; }
.jcu9a1y a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .xojmupk { padding-left: 16px; padding-right: 16px; }
  .imqv .xojmupk { padding: 20px 16px; }
  .j90we { gap: 4px 12px; }
  .hbkjqr { font-size: 0.78rem; }
}
.nk46y .hbkjqr { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.nk46y .pgho8r { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .nk46y .mv10n5 { grid-template-columns: 1fr 1fr; } .nk46y .yhyx0fn { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nk46y .mv10n5 { grid-template-columns: 1fr; } }
.dzpk70xt .hbkjqr { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .dzpk70xt .do0d { gap: 12px; } .dzpk70xt .g3f1r { margin-right: 0; width: 100%; } }
.ub0o .hbkjqr { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ub0o .pgho8r { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ub0o .t9s4xgy { grid-template-columns: 1fr 1fr; } .ub0o .hyaqwlgo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ub0o .t9s4xgy { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .egkmt6 .bhyn { grid-template-columns: 1fr 1fr; } .egkmt6 .eqp0alz:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .egkmt6 .bhyn { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .zrabqkm .bhyn { grid-template-columns: 1fr; } }
.t1fh .xojmupk { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.t1fh .j90we { justify-content: center; }
.vw9c7ye7 .j58g9i6      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.vw9c7ye7 .ckoa { background: var(--bg-page); border-top-color: var(--border-alt); }
.jz9j5gkv .j58g9i6      { background: #0d1117; border-bottom-color: #21262d; }
.jz9j5gkv .cule4 { color: var(--accent-light); }
.jz9j5gkv .zjrfkiz { --msep-color: #8b949e; }
.jz9j5gkv .zjrfkiz a { color: #8b949e; }
.jz9j5gkv .zjrfkiz a:hover { color: var(--accent-light); }
.jz9j5gkv .mjf2 { color: #8b949e; }
.jz9j5gkv .ckoa { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.jz9j5gkv .hbkjqr,
.jz9j5gkv .pgho8r { color: #6e7681; }
.jz9j5gkv .ndb24i a, .jz9j5gkv .j90we a,
.jz9j5gkv .ndb24i a:hover, .jz9j5gkv .j90we a:hover,
@media (max-width: 640px) {
  .jz9j5gkv .zjrfkiz { background: #0d1117; border-top-color: #21262d; }
  .jz9j5gkv .zjrfkiz li a { border-bottom-color: #21262d; }
}
.b1j0rkn9 .j58g9i6      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.b1j0rkn9 .cule4 { color: var(--accent-light); }
.b1j0rkn9 .zjrfkiz { --msep-color: #475569; }
.b1j0rkn9 .zjrfkiz a { color: #475569; }
.b1j0rkn9 .zjrfkiz a:hover { color: var(--accent-light); }
.b1j0rkn9 .mjf2 { color: #64748b; }
.b1j0rkn9 .ckoa { background: #f0f4f8; border-top-color: #cbd5e1; }
.b1j0rkn9 .hbkjqr,
.b1j0rkn9 .pgho8r { color: #64748b; }
.b1j0rkn9 .ndb24i a, .b1j0rkn9 .j90we a,
.b1j0rkn9 .ndb24i a:hover, .b1j0rkn9 .j90we a:hover,
@media (max-width: 640px) {
  .b1j0rkn9 .zjrfkiz { background: #f0f4f8; border-top-color: #cbd5e1; }
  .b1j0rkn9 .zjrfkiz li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.x4ayv .j58g9i6      { background: var(--accent); border-bottom-color: var(--accent-light); }
.x4ayv .cule4 { color: #fff; }
.x4ayv .zjrfkiz { --msep-color: rgba(255,255,255,0.82); }
.x4ayv .zjrfkiz a { color: rgba(255,255,255,0.82); }
.x4ayv .zjrfkiz a:hover { color: #fff; }
.x4ayv .mjf2 { color: rgba(255,255,255,0.9); }
.x4ayv .u4bfjnj9 a { color: var(--text-primary) !important; }
.x4ayv .u4bfjnj9 a:hover { color: var(--accent-light) !important; }
.x4ayv .ckoa { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.x4ayv .hbkjqr,
.x4ayv .pgho8r { color: rgba(255,255,255,0.72); }
.x4ayv .ndb24i a, .x4ayv .j90we a,
.x4ayv .kzm9aw04 a, .x4ayv .tz29o2xm a,
.x4ayv .ibg5 a, .x4ayv .g3f1r { color: #fff; }
.x4ayv .whgi4, .x4ayv .qn7vne { color: rgba(255,255,255,0.7); }
.x4ayv .ndb24i a:hover, .x4ayv .j90we a:hover,
.x4ayv .kzm9aw04 a:hover, .x4ayv .tz29o2xm a:hover { color: #fff; }
@media (max-width: 640px) {
  .x4ayv .zjrfkiz { background: var(--accent); border-top-color: var(--accent-light); }
  .x4ayv .zjrfkiz li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.qj1wnig .j58g9i6 {
  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);
}
.qj1wnig .ckoa {
  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) {
  .qj1wnig .zjrfkiz {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.oc91ay .gqaa { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.bsxp7t7 .gqaa { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bwl16 .gqaa { min-height: 72px; height: auto; }
.vprukt .gqaa { min-height: 84px; height: auto; }
.imqv .gqaa { max-width: none; padding: 0 32px; }
.imqv .xojmupk  { max-width: none; padding: 24px 32px; }
.ityzi.u5qo .gqaa { max-width: 1200px; }
.ityzi.ma0vfl .gqaa { max-width: 1320px; }
.lvvi3u   .cule4, .lvvi3u   .g3f1r { text-transform: capitalize; }
.i5q7wl .cule4, .i5q7wl .g3f1r { text-transform: lowercase; }
.vf3x .cule4, .vf3x .g3f1r { text-transform: uppercase; letter-spacing: 0.06em; }
.pg9j3rxt, .wx4u9pv {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.aq8rbp0y .pg9j3rxt,
.lwqplxh .pg9j3rxt,
.n7rb .pg9j3rxt,
.zt44 .pg9j3rxt,
.gl3nyb   .zjrfkiz a { font-weight: 500; }
.tego .zjrfkiz a { font-weight: 600; }
.uwq3kl     .zjrfkiz a { font-weight: 700; }
.xrm1h    .zjrfkiz a { font-weight: 800; letter-spacing: 0.01em; }
.br2e     .zjrfkiz > li + li::before,
.qtr2qvo8    .zjrfkiz > li + li::before,
.zoqv171b    .zjrfkiz > li + li::before,
.ssyac .zjrfkiz > li + li::before,
.q20ml4u .zjrfkiz > li + li::before,
.syqrgt  .zjrfkiz > li + li::before,
.eu2rn61    .zjrfkiz > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.br2e     .zjrfkiz > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.qtr2qvo8    .zjrfkiz > li + li::before { content: "|"; }
.zoqv171b    .zjrfkiz > li + li::before { content: "—"; }
.ssyac .zjrfkiz > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.q20ml4u .zjrfkiz > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.syqrgt  .zjrfkiz > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.eu2rn61    .zjrfkiz > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .zor4q .mjf2,
  .zznm0 .mjf2,
  .hlxjwc .mjf2,
  .cjfylx .mjf2,
  .in6h .mjf2 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .zor4q .mjf2::before,
  .zznm0 .mjf2::before,
  .hlxjwc .mjf2::before,
  .cjfylx .mjf2::before,
  .in6h .mjf2::before { content: ""; display: block; flex-shrink: 0; }

  
  .zor4q .mjf2::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;
  }

  
  .zznm0 .mjf2::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;
  }

  
  .hlxjwc .mjf2::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;
  }

  
  .cjfylx .mjf2::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;
  }

  
  .in6h .mjf2::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) {
  .faebwo .mjf2 {
    padding: 5px 14px;
  }
  .faebwo .zjrfkiz {
    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;
  }
  .faebwo .zjrfkiz li a {
    border-bottom: none; padding: 10px 22px;
  }
  .faebwo .zjrfkiz li a:hover { background: var(--bg-raised); }
  .faebwo .t4rk,
  .k8npd .t4rk,
  .eep1fim .t4rk { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .nsdh .mjf2 {
    padding: 5px 10px;
  }
  .nsdh .zjrfkiz {
    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);
  }
  .nsdh .zjrfkiz.ev5g9ufi { transform: translateX(0); }
  .nsdh .zjrfkiz li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .nsdh .zjrfkiz li:last-child a { border-bottom: none; }
  .x4ayv .zjrfkiz,
  .jz9j5gkv .zjrfkiz { background: var(--accent) !important; }
  .x4ayv .zjrfkiz li a,
  .jz9j5gkv .zjrfkiz li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .eep1fim .mjf2 {
    padding: 5px 10px;
  }
  .eep1fim .zjrfkiz {
    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);
  }
  .eep1fim .zjrfkiz::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .eep1fim .zjrfkiz.ev5g9ufi { transform: translateY(0); }
  .eep1fim .zjrfkiz li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .efilvyx7 .mjf2 {
    padding: 5px 10px;
  }
  .efilvyx7 .zjrfkiz {
    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;
  }
  .efilvyx7 .zjrfkiz.ev5g9ufi { opacity: 1; pointer-events: auto; }
  .efilvyx7 .zjrfkiz li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .xjkwuqnb     .mjf2 { border-radius: 0 !important; }
  .zp34   .mjf2 { border-radius: 8px !important; }
  .wfd7js .mjf2 { border-radius: 50% !important; }
  .tigt2   .mjf2 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .o8gxft8 .q1tx { flex-direction: column; align-items: stretch; }
  .o8gxft8 .iqtyo { flex-direction: row; min-width: auto; }
  .o8gxft8 .j5hvlxhv { align-items: flex-start; text-align: left; }
}
.e01y,
.e01y.fv8eb,
.g7npqpg .e01y,
.pf6ih .e01y,
.nbta .e01y,
.c2ogtm .e01y {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.l40vg1 {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.y58wg { flex: 1 1 280px; min-width: 0; }
.uako5 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.oet1sfrn {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.oihg {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.oihg:hover { transform: translateY(-1px); opacity: 0.95; }
.drsrej .l40vg1 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.drsrej .uako5 { color: var(--cta); }
.drsrej .oet1sfrn { color: var(--text-body); }
.drsrej .oihg {
  background: var(--cta) !important;
  color: #fff !important;
}
.a4k71 .l40vg1 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.a4k71 .uako5 { color: var(--text-primary); }
.a4k71 .oet1sfrn { color: var(--text-body); }
.a4k71 .oihg {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .l40vg1 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .y58wg { flex: 0 0 auto; }
  .uako5 { font-size: 1.2rem; }
  .oihg { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.vp6vixc .w6pu2r { height: 36px; }
.d6m3 .w6pu2r { height: 60px; max-width: 200px; }
.ftir .w6pu2r { height: 56px; max-width: 180px; }
.sb2yq    .lbj64, .sb2yq    .x9yi05e { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.qtgpmtb .q39vw + .q39vw {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .so39mfwy .l6zj {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .so39mfwy .dn7imqpu {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .so39mfwy .dn7imqpu { padding: 40px 16px 20px; }
  .so39mfwy .q39vw {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .so39mfwy .t9h7 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .x1aipdju .dn7imqpu {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .x1aipdju .dn7imqpu::before {
    position: absolute; top: 14px; left: 14px;
  }
  .x1aipdju .a3607 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .x1aipdju .woe7i { white-space: normal; text-align: center; font-size: 1.2rem; }
  .x1aipdju .q39vw {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .x1aipdju .t9h7 { width: 100%; min-width: 0; }
  .x1aipdju .lbj64 { min-width: 0; }
}
.z7puew3 .dn7imqpu::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.xhbo9sm4 .zb36 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.xhbo9sm4 .zb36 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.xhbo9sm4 .zb36 p { padding: 0 2px 16px; }
.u904sdyi .zb36 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.u904sdyi .zb36 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.u904sdyi .zb36 summary::after { content: "›"; font-size: 1.2em; }
.u904sdyi .zb36[open] summary::after { content: "‹"; }
.u904sdyi .zb36 p { padding: 10px 22px 4px; }
.zoct .zb36 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.zoct .zb36 summary { color: var(--text-primary); padding-left: 16px; }
.zoct .zb36 summary::after { content: "›"; font-size: 1.1em; }
.zoct .zb36[open] summary::after { content: "‹"; }
.zoct .zb36 p { padding-left: 16px; }
.u8atu .q1poze { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.u8atu .zb36 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.u8atu .zb36:last-child { border-bottom: none; }
.u8atu .zb36 summary { color: var(--text-primary); border-radius: 0; }
.u8atu .zb36 summary::after { content: "›"; font-size: 1.1em; }
.u8atu .zb36[open] summary::after { content: "‹"; }
.v37n .zb36 { overflow: hidden; }
.v37n .zb36 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.v37n .zb36 summary::after { color: rgba(255,255,255,.75); }
.v37n .zb36[open] summary { border-radius: 0; }
.ua0nlwfl { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.n0y5oe {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.jz1i5p {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.yqg0ie { color: var(--text-muted); font-size: 1.05rem; }
.b9ec {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.zqgur3 { margin-bottom: 20px; }
.tdon {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.brvrsal {
  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;
}
.brvrsal:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.cer87fit { resize: vertical; min-height: 130px; }
.sqb6v { width: 100%; margin-top: 8px; }
.g6ifvpht {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.zjocpju3 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.s5s0r945 { color: var(--text-muted); line-height: 1.75; }
.qhe1vezp { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.qhe1vezp li { margin-bottom: 6px; }
.wdxhbp4 { max-width: 760px; margin: 0 auto; }
.exnu8 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.n9j70x7j { max-width: 760px; margin: 0 auto; }
.ndwt85ej ul.qhe1vezp { margin: 0; }
@media (max-width: 640px) { .axup { grid-template-columns: 1fr; gap: 10px; } }
.p4s1bns { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.c5lb { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.uz5g { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.c5lb p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.c5lb .qhe1vezp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .p4s1bns { grid-template-columns: 1fr; } }
.dvns { color: inherit; text-decoration: none; }
.dvns:hover { color: var(--accent-light); text-decoration: underline; }
.m5djw7j { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.anavir { margin-bottom: 48px; }
.gcq3 { max-width: 760px; margin: 0 auto; }
.t62fue { max-width: 640px; margin: 0 auto; }
.slwt5wh { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.slwt5wh:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.x0tg { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.slwt5wh p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.slwt5wh ul.qhe1vezp { margin: 0; }
.d70wzpz { color: var(--text-muted); line-height: 1.75; }
.ei7a .qhe1vezp,
.t62fue .qhe1vezp,
.sdgd2r .qhe1vezp,
.cuww7f .qhe1vezp {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ei7a .slwt5wh,
.t62fue .slwt5wh { text-align: left; }
.ei7a .x0tg,
.t62fue .x0tg { text-align: center; }
.e403jy { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.gjkqr { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.sj0q { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.mcl9 { margin-top: 12px; }
.wzbh { 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; }
.wzbh:hover { border-bottom-color: var(--accent-light); }
.fo8kf0u { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.fo8kf0u img { width: 100%; height: 100%; object-fit: cover; display: block; }
.w2ytgbkc { width: 72px; height: 72px; }
.xu3nhu2 { border-radius: 10px; }
.djkvfy45 { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.kri5i7ti { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.b2ym9j8 { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.b2ym9j8::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .frmn04 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.b51i5e .sj0q, .b51i5e .gjkqr { max-width: 640px; }
.ijlmv5rm .e403jy { font-size: 1.6rem; margin-top: 18px; }
.drfot7bu .sj0q { margin-bottom: 28px; }
@media (max-width: 860px) { .wteq8 { grid-template-columns: 1fr; } .ijlmv5rm { position: static; text-align: center; } }
.i0bre6i .fo8kf0u { margin: 0 auto 18px; }
.i0bre6i .kri5i7ti { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .f84s7xp0 { grid-template-columns: 1fr; } }
.nv7pwi .e403jy { font-size: 1.6rem; margin-bottom: 6px; }
.cuww7f .qhe1vezp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nv7pwi { flex-direction: column; text-align: center; } .gfsoso0e { grid-template-columns: 1fr; } }
.fvx7 { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.fvx7 .e403jy { font-size: 1.35rem; margin: 0 0 4px; }
.fvx7 .kri5i7ti { margin: 0; }
.m0j1xfu {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.m0j1xfu .jz1i5p { color: var(--accent-light); }
.tzwhp3 .jz1i5p { font-size: 2rem; }
.tzwhp3 .yqg0ie { max-width: 680px; }
.x5fwj .jz1i5p { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.x5fwj .yqg0ie  { margin: 0; }
@media (max-width: 640px) { .x5fwj { flex-direction: column; } }
.w1yw .jz1i5p { color: var(--accent-light); }
.yo5711o .jz1i5p { color: #fff; }
.yo5711o .yqg0ie  { color: rgba(255,255,255,0.85); }
.dtzs8q6 { max-width: 680px; margin: 0 auto; }
.kabqjpub {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .kabqjpub { grid-template-columns: 1fr; } }
.xgxb .brvrsal {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xgxb .brvrsal:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.kbnyno4 .brvrsal { background: var(--bg-raised); border-color: transparent; }
.kbnyno4 .brvrsal:focus { background: var(--bg-card); border-color: var(--accent-light); }
.jl7cqi .brvrsal { border-radius: 100px; padding: 11px 20px; }
.jl7cqi .cer87fit { border-radius: 14px; }
.vxfhf {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .vxfhf { grid-template-columns: 1fr; } }
.ywv7rla {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.ywv7rla h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ywv7rla p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.xp52 { counter-reset: priv-count; }
.duer8i {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.duer8i:last-child { border-bottom: none; }
.jns1 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.duer8i h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.duer8i p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.cny1 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.cny1 li { margin-bottom: 6px; }
.fykowiq{display:none}
.fykowiq:empty,.h1t6:empty{display:none}
.hqp7pb2k{position:relative;overflow:visible}
.ik8ue2iu .hds5fg,.hwuwgl5 .hds5fg,
.n0nywv0c .hds5fg,.p4em71f .hds5fg,
.cbufqmkd .hds5fg,.r3le0vrh .hds5fg{display:block}
.ythx .tpd4p{display:block}
.ik8ue2iu .hds5fg,.hwuwgl5 .hds5fg,
.n0nywv0c .hds5fg,.p4em71f .hds5fg,
.cbufqmkd .hds5fg{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}
.ik8ue2iu .hds5fg .h1t6,.hwuwgl5 .hds5fg .h1t6,
.n0nywv0c .hds5fg .h1t6,.p4em71f .hds5fg .h1t6,
.cbufqmkd .hds5fg .h1t6{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}
.ik8ue2iu .bgjay0c,.hwuwgl5 .bgjay0c,
.n0nywv0c .bgjay0c,.p4em71f .bgjay0c,
.cbufqmkd .bgjay0c{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ik8ue2iu .hds5fg,.hwuwgl5 .hds5fg{top:12px}
.ik8ue2iu .hds5fg .h1t6{margin-right:auto}
.hwuwgl5 .hds5fg .h1t6{margin-left:auto}
.hwuwgl5 .hds5fg{text-align:right}
.n0nywv0c .hds5fg,.p4em71f .hds5fg{bottom:12px}
.n0nywv0c .hds5fg .h1t6{margin-right:auto}
.p4em71f .hds5fg .h1t6{margin-left:auto}
.p4em71f .hds5fg{text-align:right}
.cbufqmkd .hds5fg{position:relative;margin-top:16px}
.cbufqmkd .hds5fg .h1t6{margin:0 auto}
.r3le0vrh .hds5fg{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.r3le0vrh .hds5fg .h1t6{margin:0}
.r3le0vrh .r71od~.hds5fg,
.r3le0vrh .l8qxzclb~.hds5fg{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.r3le0vrh .r71od~.hds5fg .h1t6,
.r3le0vrh .l8qxzclb~.hds5fg .h1t6{justify-content:flex-start}
.r71od~.hds5fg,.l8qxzclb~.hds5fg{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}
.r71od~.hds5fg .h1t6{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.l8qxzclb~.hds5fg .h1t6{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.tpd4p .h1t6{margin:0 0 12px}
.h1t6{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.bgjay0c{white-space:nowrap}
.tski6d .bgjay0c{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.nuyx6q .bgjay0c{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}
.cvr6it .h1t6{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.zeybgez .bgjay0c{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.tdg9 .bgjay0c{color: var(--accent-light);opacity:1;font-weight:500}
.nbt7 .bgjay0c{border-bottom:1px solid currentColor;padding-bottom:2px}
.ufxzli .h1t6{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.qaix{--date-bg:var(--accent-bg-light)}
.o6qiw .zgmd1::before{content:""}
.pn0c1h .bgjay0c + .bgjay0c::before{content:"•";margin-right:6px;opacity:.4}
.ilt4 .bgjay0c + .bgjay0c::before{content:"/";margin-right:6px;opacity:.35}
.qs7c .bgjay0c + .bgjay0c::before{content:"|";margin-right:6px;opacity:.3}
.xlfbst .bgjay0c + .bgjay0c::before{content:"—";margin-right:6px;opacity:.3}
.ju75eu68 .bgjay0c + .bgjay0c::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.gb4d61zs .bgjay0c + .bgjay0c::before{content:"·";margin-right:6px;opacity:.4}
.nyxnw .bgjay0c + .bgjay0c::before{content:"›";margin-right:6px;opacity:.4}
.bl0aue .bgjay0c + .bgjay0c::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.qs8xifwq{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.kd7x378{display:flex;flex-direction:column;gap:3px}
.k9b5{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.xmdq25{font-weight:700;font-size:1rem;color:var(--text-heading)}
.i3fsc{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.ilxxie .qs8xifwq{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.jbru61 .qs8xifwq{border-top:3px solid var(--accent);padding-top:18px}
.x2ezrefm .qs8xifwq{border-left:3px solid var(--accent);border-radius:0}
.lf3c9n .qs8xifwq{padding:20px 0}
@media(max-width:640px){
  .qs8xifwq{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .i3fsc{max-width:100%}
}
.x8adib .ibrk3ur{margin:0}
@media (max-width:560px){
  .l543{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .xafe1bj { padding: 28px 18px 20px; }
  .b9j5t { font-size: 1.2rem; }
  .azv1s { max-width: 220px; max-height: 80px; }
}
.ex8j  .sew1h { border-radius: 6px; }
.xw8j .l40vg1 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .sew1h { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.v58hi1o {
  margin: 28px 0 24px;
}
.v58hi1o .fv8eb {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.v58hi1o .bm6r {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.v58hi1o .l40vg1 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .gqaa { flex-direction: row-reverse; }
[dir="rtl"] .zjrfkiz { flex-direction: row-reverse; }
[dir="rtl"] .vhmmf7 .yara { right: auto; left: 32px; }
[dir="rtl"] .hlmcaqr  .yara { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .vhmmf7 .yara { right: auto; left: 20px; }
  [dir="rtl"] .hlmcaqr  .yara { left: auto;  right: 20px; }
}
[dir="rtl"] .tpw1 .hpcz7k  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .gvlmk .hpcz7k { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .dlol5i, [dir="rtl"] .le97g0b { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .abxku5 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .dvh9ygw { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zuydm { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .l40vg1 { direction: rtl; }
[dir="rtl"] .q6zm { direction: rtl; }
[dir="rtl"] .r997 { direction: rtl; }
[dir="rtl"] .v9r3w4b { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ivyep .le97g0b,
[dir="rtl"] .cbz5bc .le97g0b,
[dir="rtl"] .il9u .le97g0b,
[dir="rtl"] .jryp .le97g0b {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .ivyep .le97g0b li::before,
[dir="rtl"] .cbz5bc .le97g0b li::before,
[dir="rtl"] .il9u .le97g0b li::before,
[dir="rtl"] .jryp .le97g0b li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .mzoi.h4ul9u .x4lx,
[dir="rtl"] .udcfb2bf.h4ul9u .x4lx,
[dir="rtl"] .oc6e8sn9.h4ul9u .x4lx,
[dir="rtl"] .e51nmf1.h4ul9u .x4lx,
[dir="rtl"] .j13te4l.h4ul9u .x4lx { text-align: right; }
[dir="rtl"] .r71od.z5438 .qe347 { text-align: center; }
[dir="rtl"] .bm6r,
[dir="rtl"] .dnr8r,
[dir="rtl"] .z23tglb,
[dir="rtl"] .tvbg,
[dir="rtl"] .x4lx { text-align: right; }
[dir="rtl"] .b9ec,
[dir="rtl"] .tdon,
[dir="rtl"] .sj0q,
[dir="rtl"] .brvrsal,
[dir="rtl"] .cer87fit { text-align: right; direction: rtl; }
[dir="rtl"] .jl7cqi .brvrsal,
[dir="rtl"] .xgxb .brvrsal { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #6c1202;
  --brand:           #6c1202;
  --brand-light:     #5f1406;
  --brand-pale:      #771f10;
  --grad-start:      #c62103;
  --grad-end:        #ee3918;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #6c1202;
  --cta-light:       #450a00;
  --cta-hover:       #2f0700;
  --bg-page:         #f8f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f3f3;
  --bg-raised:       #f1eeed;
  --bg-hover:        #f6f3f3;
  --border:          #e9e2e1;
  --border-alt:      #ddd1cf;
  --border-section:  #e9e2e1;
  --text-primary:    #1c1716;
  --text-muted:      #625350;
  --text-body:       #382f2d;
  --text-sub:        #544744;
  --text-faint:      #8c7672;
  --text-dim:        #a3918e;
  --text-label:      #705e5b;
  --text-value:      #463b39;
  --accent-bg:       #f8e1dd;
  --accent-bg-light: #f6c8c0;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c960d;
  --c-cons:          #9f2421;
  --c-pros-label:    #0eb30f;
  --c-tip-border:    #10c611;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c960d;
}
:root { --logo-bg-opacity: 72%; }
body, button, input { font-family: "Raleway", sans-serif; }
.a5ht .dkgod { font-size: 0; width: 1.2rem; flex-shrink: 0; }.a5ht .dkgod::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.a5ht .dvdj7zdx     .dkgod::before { content: "";  color: var(--c-tip-border); }.a5ht .nhycpm .dkgod::before { content: ""; color: var(--c-warn-border); }.a5ht .zi1ialb    .dkgod::before { content: ""; color: #60a5fa; }.bsglw24 .a5ht .dvdj7zdx     .dkgod::before { color: #10b981; }.bsglw24 .a5ht .nhycpm .dkgod::before { color: #f43f5e; }.bsglw24 .a5ht .zi1ialb    .dkgod::before { color: #a855f7; }.gi7proo  .a5ht .dvdj7zdx     .dkgod::before { color: #eab308; }.gi7proo  .a5ht .nhycpm .dkgod::before { color: #ef4444; }.gi7proo  .a5ht .zi1ialb    .dkgod::before { color: #f97316; }.uks51ure  .a5ht .dvdj7zdx     .dkgod::before { color: #38bdf8; }.uks51ure  .a5ht .nhycpm .dkgod::before { color: #818cf8; }.uks51ure  .a5ht .zi1ialb    .dkgod::before { color: #2dd4bf; }.wm22 .a5ht .dkgod::before { color: var(--accent-light) !important; }
.p143bw4 .lg2oygr li::before, .p143bw4 .krydo21x li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.p143bw4 .lg2oygr li::before { content: ""; }.p143bw4 .krydo21x li::before { content: ""; }.p143bw4 .y4jpn::before, .p143bw4 .imd7::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.p143bw4 .y4jpn::before { content: ""; }.p143bw4 .imd7::before { content: ""; }
.x5lgko3d .n2i59hmh, .x5lgko3d .r71od { min-height: 780px; }
.hxsr10bz .n4xa0::after, .hxsr10bz .m23a::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; }
.avzzxqo::before { content: '›'; font-size: 1.1em; }