:root {
  --color-accent: #026bb0;
  --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;
}
.k6ah8n {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.zkna {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ynao {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.gy9mza { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ckoex5u { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ckoex5u a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ckoex5u a:hover { color: var(--accent-light); }
.wkbqppgj     .fs2mrbqc { border-radius: 6px; }
.wkbqppgj .fs2mrbqc li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.wkbqppgj .fs2mrbqc li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.wfjaf61 .fs2mrbqc li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .fs2mrbqc {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .q63e:hover .fs2mrbqc,
  .q63e:focus-within .fs2mrbqc { display: block; }
  .fs2mrbqc li a { padding: 8px 16px; font-size: 0.88rem; }
}
.yffl {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.xchip { display: none; }
@media (max-width: 640px) {
  .xchip {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xchip.tnvh8 { display: block; }
}
@media (max-width: 640px) {
  .yffl { display: block; }
  .ckoex5u > li + li::before { display: none !important; }
  .ckoex5u {
    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;
  }
  .ckoex5u.tnvh8 { display: flex; }
  .ckoex5u li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ckoex5u li:last-child a { border-bottom: none; }
}
.k1a0 { min-height: 480px; }
.eym5p7ow {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.l2bmfw9 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.p7bm .l2bmfw9 { margin-left: 0; margin-right: 0; }
.w3b31 {
  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;
}
.v7ccw .w3b31 { margin-top: 24px; }
.w3b31:hover { opacity: 0.88; }
.h9smg .eym5p7ow { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.h9smg .l2bmfw9 { color: #e2e8f0; }
.h9smg.afm6oc .vviijsxp { text-align: center; }
.l3f5p .eym5p7ow { color: var(--text-primary); text-shadow: none; }
.l3f5p .l2bmfw9 { color: var(--text-muted); }
.l3f5p .w3b31 { margin-top: 16px; }
.l3f5p, .l3f5p.k1a0 { min-height: auto !important; }
.l3f5p.afm6oc .vviijsxp { text-align: center; }
.l3f5p~.t8h5{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}
.l3f5p~.t8h5 .nm9p6h{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.s1ag9 .bk4padq,
.s1ag9 .m3c69pwy,
.s1ag9 .h9smg .a0vc82 {
  overflow: hidden;
}
.s1ag9 .bk4padq::after,
.s1ag9 .m3c69pwy::after,
.s1ag9 .h9smg .a0vc82::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.bk4padq .eym5p7ow { color: #fff; }
.bk4padq .l2bmfw9 { color: rgba(255,255,255,0.85); }
.bk4padq .w3b31 { background: #fff; color: var(--cta); }
.bk4padq .w3b31:hover { opacity: 0.92; }
.d0dc .nrf4xq { position: relative; overflow: hidden; }
.d0dc .nrf4xq::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.kzkz .nrf4xq {
  animation: hg-breathe 7s ease-in-out infinite;
}
.s1ag9 .nrf4xq { position: relative; overflow: hidden; }
.s1ag9 .nrf4xq::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;
}
.wrhcj .nrf4xq { position: relative; overflow: hidden; }
.wrhcj .nrf4xq::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.y0wno4r9 .nrf4xq {
  animation: hg-fadein 1.2s ease-out both;
}
.nrf4xq {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.ln2f9 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.mcjt {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.a1wvb3 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.nrf4xq .eym5p7ow { text-shadow: none; color: var(--text-primary); }
.nrf4xq .l2bmfw9 { color: var(--text-muted); }
body.cd1pyiid .eym5p7ow {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.azq0acz .eym5p7ow {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.k1a0.bk4padq .eym5p7ow,
section.bk4padq .eym5p7ow {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.nrf4xq.afm6oc .ln2f9 { align-items: center; text-align: center; }
.nrf4xq.p7bm   .ln2f9 { align-items: flex-start; text-align: left; }
.d5y0zd .mcjt { position: relative; }
.d5y0zd .mcjt::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.d5y0zd.pguzhr .mcjt::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.bpdbfj .mcjt {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.bpdbfj .a1wvb3 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.bpdbfj.pguzhr .mcjt { padding: 32px 0 32px 32px; }
.u2b91wmv .mcjt {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.u2b91wmv .a1wvb3 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.pguzhr .ln2f9 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.u2b91wmv.pguzhr .mcjt { padding: 40px 16px 40px 48px; }
.k1a0 .q8k4qoxh {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.q8k4qoxh .j9npx69.k7rzb4qe {
  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;
}
.q8k4qoxh .j9npx69.k7rzb4qe:hover { opacity: 0.85; }
.ppzvpg .mcjt {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .nrf4xq { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .nrf4xq:not(.ppzvpg) .mcjt { display: none !important; }
  .ppzvpg .mcjt { padding: 16px; }
  .ln2f9  { padding: 36px 24px; }
  .nrf4xq~.t8h5,.pguzhr~.t8h5{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .k1a0, .nrf4xq { min-height: 320px !important; }
  .eym5p7ow { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .cfjpfa6,
  .gtasyr8,
  .txix9b { grid-template-columns: 1fr !important; }

  

  
  .py1bkllw { display: flex !important; flex-direction: column !important; }
  .py1bkllw .vviijsxp { display: contents; }
  .py1bkllw .a0vc82 { order: 0; }
  .py1bkllw .eym5p7ow { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .py1bkllw .cfjpfa6 { order: 2; padding: 0 16px 12px !important; }
  .py1bkllw .l2bmfw9 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .v7ccw .vviijsxp { display: flex; flex-direction: column; }
  .v7ccw .vviijsxp .eym5p7ow { order: 1; }
  .v7ccw .vviijsxp .txix9b { order: 2; margin: 8px 0 24px !important; }
  .v7ccw .vviijsxp .l2bmfw9 { order: 3; }
  .v7ccw .vviijsxp .w3b31 { order: 4; align-self: center; margin-top: 0; }

  
  .nrf4xq.ppzvpg {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .nrf4xq.ppzvpg .ln2f9 { display: contents; padding: 0; }
  .nrf4xq.ppzvpg .ln2f9 .eym5p7ow { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .nrf4xq.ppzvpg .mcjt { order: 2; padding: 12px 16px; }
  .nrf4xq.ppzvpg .ln2f9 .l2bmfw9 { order: 3; padding: 0 24px; margin: 0 auto; }
  .nrf4xq.ppzvpg .ln2f9 .w3b31 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.t8r1zolf { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.hrb8s3h { width: 100%; height: auto; display: block; border-radius: 10px; }
.me3169 .t8r1zolf        { border-radius: 16px; }
.me3169 .hrb8s3h  { border-radius: 16px; }
.f3jqf1 .t8r1zolf         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.f3jqf1 .hrb8s3h   { border-radius: 8px; }
.r64fku1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.cncj2u { width: 100%; padding: 32px 0; position: relative; }
.tauu2y { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.meb2g .cncj2u:nth-child(even) { background: var(--bg-surface); }
.meb2g .cncj2u:nth-child(odd)  { background: var(--bg-page); }
.l9116ti .cncj2u:nth-child(even) { background: var(--bg-card); }
.l9116ti .cncj2u:nth-child(odd)  { background: var(--bg-page); }
.meb2g .cncj2u:nth-child(odd)  .tauu2y { background: var(--bg-card); border-radius: 6px; }
.meb2g .cncj2u:nth-child(even) .tauu2y { background: var(--bg-raised); border-radius: 6px; }
.l9116ti .cncj2u:nth-child(odd)  .tauu2y { background: var(--bg-card); border-radius: 6px; }
.l9116ti .cncj2u:nth-child(even) .tauu2y { background: var(--bg-raised); border-radius: 6px; }
.meb2g .cncj2u:nth-child(even) .v6tz .hkswfbe,
.l9116ti .cncj2u:nth-child(even) .v6tz .hkswfbe { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.meb2g .cncj2u:nth-child(odd) .v6tz .hkswfbe,
.l9116ti .cncj2u:nth-child(odd) .v6tz .hkswfbe { background: var(--bg-card-inner); }
.meb2g .cncj2u:nth-child(even) .ufgt .hkswfbe:nth-child(odd),
.l9116ti .cncj2u:nth-child(even) .ufgt .hkswfbe:nth-child(odd)  { background: var(--bg-card); }
.meb2g .cncj2u:nth-child(even) .ufgt .hkswfbe:nth-child(even),
.l9116ti .cncj2u:nth-child(even) .ufgt .hkswfbe:nth-child(even) { background: var(--bg-card-inner); }
h1.jrn8c9j { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.jrn8c9j {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.k3ev5i { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.fo85ke h2.jrn8c9j {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.omcreo h2.jrn8c9j {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.aa47f5bx h2.jrn8c9j {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.y3xhjjv h2.jrn8c9j::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.nxpft h2.jrn8c9j {
  color: var(--text-primary); font-size: 1.7rem;
}
.fbjo2 h2.jrn8c9j::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.dntz2qm8 h2.jrn8c9j {
  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;
}
.e8jwp { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .e8jwp { display: none; } }
.sgstht { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.fz2gned { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.cuk0evc {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.lttextv { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.sryg { padding-left: 20px; }
.sryg li { margin-bottom: 6px; }
.sryg a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.sryg a:hover { color: var(--accent-light); }
.u5gpzh .lttextv { display: none; }
.x3ec .lttextv { display: none; }
.x3ec .sryg { padding-left: 0; list-style: none; }
.x3ec .sryg li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.x3ec .sryg a { font-size: 0.92rem; }
.ye318ix .cuk0evc { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ye318ix .lttextv { display: none; }
.ye318ix .sryg { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ye318ix .sryg li { margin-bottom: 0; }
.ye318ix .sryg 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;
}
.ye318ix .sryg a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.fq0ymv0k .cuk0evc { padding: 20px 20px 16px; }
.fq0ymv0k .sryg {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.fq0ymv0k .sryg li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.fq0ymv0k .sryg 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;
}
.fq0ymv0k .sryg 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;
}
.fq0ymv0k .sryg a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.fq0ymv0k .sryg a:focus,
.fq0ymv0k .sryg a:focus-visible,
.fq0ymv0k .sryg a:target { outline: none; }
.fq0ymv0k .sryg li:target a { border-color: var(--border); color: var(--text-muted); }
.dwnt .cuk0evc { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.dwnt .lttextv { display: none; }
.dwnt .sryg { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.dwnt .sryg li { margin-bottom: 0; }
.dwnt .sryg li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.dwnt .sryg li:last-child::after { content: ""; margin-right: 0; }
.dwnt .sryg a { font-size: 0.9rem; }
.hkswfbe { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.v6tz .hkswfbe { background: var(--bg-card); }
.ufgt .hkswfbe:nth-child(odd)  { background: var(--bg-card); }
.ufgt .hkswfbe:nth-child(even) { background: var(--bg-raised); }
.fl60mf .hkswfbe {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.fl60mf .hkswfbe:last-child { border-bottom: none; }
.fl60mf h3.k3ev5i { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.xfzw .hkswfbe {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.xfzw .hkswfbe + .hkswfbe { margin-top: 4px; }
.nu50tmir .hkswfbe { background: none; border-radius: 0; padding: 12px 0; }
.nu50tmir .hkswfbe + .hkswfbe { border-top: 1px solid var(--border-section); }
.ks1kdyo { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.sl8sd { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.i9d796 { color: var(--text-body); margin-bottom: 10px; }
.hokv3oeo, .uerdd { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.hokv3oeo li, .uerdd li { margin-bottom: 6px; }
.uerdd li { list-style: decimal; }
.i8zdxxqi     .hokv3oeo { list-style-type: "● "; }
.gswsnh  .hokv3oeo { list-style-type: "■ "; }
.rssds .hokv3oeo { list-style-type: "◆ "; }
.j0lg09n2    .hokv3oeo { list-style-type: "★ "; }
.i8zdxxqi     .c23g { list-style-type: "● "; }
.gswsnh  .c23g { list-style-type: "■ "; }
.rssds .c23g { list-style-type: "◆ "; }
.j0lg09n2    .c23g { list-style-type: "★ "; }
.i8zdxxqi    .hokv3oeo li::marker, .i8zdxxqi    .c23g li::marker,
.gswsnh .hokv3oeo li::marker, .gswsnh .c23g li::marker,
.rssds .hokv3oeo li::marker, .rssds .c23g li::marker,
.j0lg09n2   .hokv3oeo li::marker, .j0lg09n2   .c23g li::marker {
  color: var(--cta); font-size: 1em;
}
.i8zdxxqi .uerdd,
.gswsnh .uerdd,
.rssds .uerdd,
.j0lg09n2 .uerdd {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.i8zdxxqi .uerdd li,
.gswsnh .uerdd li,
.rssds .uerdd li,
.j0lg09n2 .uerdd li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.i8zdxxqi .uerdd li::before,
.gswsnh .uerdd li::before,
.rssds .uerdd li::before,
.j0lg09n2 .uerdd 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;
}
.i8zdxxqi     .uerdd li::before { border-radius: 50%; }
.gswsnh  .uerdd li::before { border-radius: 3px; }
.rssds .uerdd li::before { border-radius: 3px; }
.j0lg09n2    .uerdd li::before { border-radius: 50%; }
.z388c { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.pklj .z388c,
.ool0m .z388c { background: transparent; border: none; border-radius: 0; }
.ncrab { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ncrab th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ncrab td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ncrab tr:hover td { background: var(--bg-hover); }
.wtfhfs .ncrab tbody tr:nth-child(even) td { background: var(--bg-surface); }
.mx54xvh .ncrab { border: 1px solid var(--border-alt); }
.mx54xvh .ncrab th,
.mx54xvh .ncrab td { border: 1px solid var(--border-alt); }
.p9tur .ncrab th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.p9tur .ncrab td { border-bottom: none; }
.p9tur .ncrab tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.n3lu .ncrab th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.r4idcg .z388c {
  overflow: hidden;
}
.r4idcg .ncrab th { border-bottom: 1px solid var(--border-alt); }
.r4idcg .ncrab tr:last-child td { border-bottom: none; }
.gq9sb { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.dw3vl5w { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.gzxry { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.anxns { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.cp3s { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.c23g { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.c23g 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%}
.wqbic8fj .anxns { background: transparent; text-align: center; }
.dry1e .gzxry {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.y1c7dvl0 .gzxry {
  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);
}
.ps2kjqze .dw3vl5w { display: grid; grid-template-columns: auto 1fr; }
.ps2kjqze .gzxry {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ps2kjqze .anxns { grid-column: 2; }
.ps2kjqze .cp3s,
.ps2kjqze .c23g { grid-column: 1 / -1; }
.fxouyu .dw3vl5w { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.fxouyu .gzxry {
  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);
}
.fxouyu .anxns { grid-column: 2; }
.fxouyu .cp3s,
.fxouyu .c23g { grid-column: 1 / -1; }
.mq8a .dw3vl5w { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.mq8a .anxns { background: none; color: var(--accent-light); font-weight: 700; }
.yx5yrx .dw3vl5w { 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); }
.yx5yrx .anxns { background: none; color: var(--accent-light); font-weight: 700; }
.hmonv7 .dw3vl5w { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.hmonv7 .dw3vl5w:last-child { border-bottom: none; }
.hmonv7 .anxns { background: none; color: var(--accent-light); font-weight: 700; }
.c3llu .dw3vl5w { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.c3llu .anxns { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.q37246p .gq9sb { counter-reset: card-n; }
.q37246p .dw3vl5w  { counter-increment: card-n; }
.q37246p .anxns { display: flex; align-items: center; gap: 10px; }
.q37246p .anxns::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;
}
.spu4p88 .dw3vl5w { background: var(--bg-surface); border: 1px solid var(--border); }
.spu4p88 .anxns { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.qi4eqw4 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.rwq3  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.z7bm { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ujk8h { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.qi4eqw4 strong { color: var(--text-primary); font-size: 0.95rem; }
.qi4eqw4 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.hrb8s3h { width: 100%; height: auto; border-radius: 10px; display: block; }
.k7rzb4qe {
  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;
}
.k7rzb4qe:hover { opacity: 0.85; }
.ti3h5pvw .k7rzb4qe  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ti3h5pvw .k7rzb4qe:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.e67jqu0u .k7rzb4qe  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.e67jqu0u .k7rzb4qe:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.klbb8f7 .w3b31 { border-radius: 50px; }
.klbb8f7 .k7rzb4qe  { border-radius: 50px; }
.p8jru5g1 .w3b31 { padding-left: 22px; padding-right: 22px; }
.p8jru5g1 .k7rzb4qe  { padding-left: 12px; padding-right: 12px; }
.lbre0fj5 .w3b31 { padding-left: 44px; padding-right: 44px; }
.lbre0fj5 .k7rzb4qe  { padding-left: 24px; padding-right: 24px; }
.cw6o .w3b31 { padding-left: 56px; padding-right: 56px; }
.cw6o .k7rzb4qe  { padding-left: 32px; padding-right: 32px; }
.jc7cai   .w3b31::after, .jc7cai   .k7rzb4qe::after,
.nvs2edpj .w3b31::after, .nvs2edpj .k7rzb4qe::after,
.o9gaq    .w3b31::after, .o9gaq    .k7rzb4qe::after,
.o1196    .w3b31::after, .o1196    .k7rzb4qe::after,
.tct2    .w3b31::after, .tct2    .k7rzb4qe::after,
.ighsv9     .w3b31::after, .ighsv9     .k7rzb4qe::after,
.te2hii5    .w3b31::after, .te2hii5    .k7rzb4qe::after,
.aaxycaw   .w3b31::after, .aaxycaw   .k7rzb4qe::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;
}
.jc7cai .w3b31::after, .jc7cai .k7rzb4qe::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");
}
.nvs2edpj .w3b31::after, .nvs2edpj .k7rzb4qe::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");
}
.o9gaq .w3b31::after, .o9gaq .k7rzb4qe::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");
}
.o1196 .w3b31::after, .o1196 .k7rzb4qe::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");
}
.tct2 .w3b31::after, .tct2 .k7rzb4qe::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");
}
.ighsv9 .w3b31::after, .ighsv9 .k7rzb4qe::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");
}
.te2hii5 .w3b31::after, .te2hii5 .k7rzb4qe::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");
}
.aaxycaw .w3b31::after, .aaxycaw .k7rzb4qe::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");
}
.egtq82bw   .gs1e5b::after, .egtq82bw   .mhlca9k::after,
.mmcb9t2 .gs1e5b::after, .mmcb9t2 .mhlca9k::after,
.jo4qk90e    .gs1e5b::after, .jo4qk90e    .mhlca9k::after,
.kfrxb7s    .gs1e5b::after, .kfrxb7s    .mhlca9k::after,
.dnazl    .gs1e5b::after, .dnazl    .mhlca9k::after,
.r8zc     .gs1e5b::after, .r8zc     .mhlca9k::after,
.uhztlo5y    .gs1e5b::after, .uhztlo5y    .mhlca9k::after,
.mtc4   .gs1e5b::after, .mtc4   .mhlca9k::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;
}
.egtq82bw .gs1e5b::after, .egtq82bw .mhlca9k::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");
}
.mmcb9t2 .gs1e5b::after, .mmcb9t2 .mhlca9k::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");
}
.jo4qk90e .gs1e5b::after, .jo4qk90e .mhlca9k::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");
}
.kfrxb7s .gs1e5b::after, .kfrxb7s .mhlca9k::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");
}
.dnazl .gs1e5b::after, .dnazl .mhlca9k::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");
}
.r8zc .gs1e5b::after, .r8zc .mhlca9k::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");
}
.uhztlo5y .gs1e5b::after, .uhztlo5y .mhlca9k::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");
}
.mtc4 .gs1e5b::after, .mtc4 .mhlca9k::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");
}
.j9npx69.k7rzb4qe {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .obl1p {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .obl1p::before    { grid-area: rank;   }
  .t5cxu           { grid-area: ident;  }
  .a64g2g     { grid-area: rating; min-width: 0; width: auto; }
  .bzwkn4bc           { grid-area: pills;  }
  .j9npx69             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .obl1p {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .obl1p::before    { justify-self: center; }
  .t5cxu           { width: 100%; }
  .a64g2g     { justify-self: center; }
  .bzwkn4bc           { grid-template-columns: 1fr; }
}
.xbhzpl7 .rr19 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .vt7p .tf58da3 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .vt7p .jzmn { margin: 0; }
}
.deu8f .jzmn { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.deu8f .v5zbjk { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.deu8f .pklj { padding: 14px 16px; }
.deu8f .pcaru { border-radius: 4px; }
.deu8f .rr19 { border-radius: 0; }
@media (max-width: 720px) {
  .fwgvl { grid-template-columns: 1fr; }
  .bsn6l4 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .bsn6l4 .zbkwk5st { width: 72px; height: 50px; }
  .bsn6l4 .dxsfe4 { max-width: 180px; }
  .bsn6l4 .sjghg { width: auto; }
}
@media (max-width: 720px) {
  .yzsb0n5 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .dejl { padding: 16px; }
  .x9kuuz .uu2hm71 { min-width: 50%; }
}
@media (max-width: 860px) {
  .p0hz { grid-template-columns: 1fr; }
  .trknl4jx { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .spthp4je { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ga12iy6 { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .cgui { flex-direction: column; align-items: stretch; }
}
.tf7ea00n .sjghg .k7rzb4qe { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ac903 { flex-direction: column; align-items: stretch; gap: 10px; }
  .tf7ea00n .sjghg { text-align: center; }
}
@media (max-width: 720px) {
  .e98ut3 { grid-template-columns: 1fr; }
  .y7b9jc { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .nm3dgp { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .rbz3dbj { grid-template-columns: 1fr; }
  .av56 { width: 100px; height: 100px; margin: 16px auto; }
  .pz1k2i7 { font-size: 1.4rem; }
  .v3ot { justify-content: center; }
  .baq6 .uu2hm71 { min-width: 50%; }
}
@media (max-width: 540px) {
  .ksz3 { flex-wrap: wrap; padding: 14px 16px; }
  .e6vzj { padding: 12px 16px; }
  .z9a8li .r3t0mrwu { margin: 0 16px; }
  .z9a8li .mab9q7 { padding: 0 16px; }
  .wv7w8sjg { padding: 12px 16px; }
}
.wa20uw7n .ovn11a { gap: 18px; }
.wa20uw7n .obl1p {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.wa20uw7n .obl1p:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.nikh3hc .xrqh3,
.nikh3hc .y5xfm1,
.nikh3hc .y5xfm1 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.nikh3hc .y5xfm1 small { display: none; }
.nikh3hc .qqsjbr .wy98i3ar,
.nikh3hc .qqsjbr strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.nikh3hc .ru91z92 { display: none; }
.wextc { margin: 16px 0; }
.auinn { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.auinn summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.auinn summary::after { content: "+"; color: var(--accent-light); }
.auinn[open] summary::after { content: "−"; }
.auinn p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.cncj2u { margin-bottom: 0; }
.sfpff8mw h2.jrn8c9j { color: var(--text-primary); border-color: var(--accent-light); }
.ce6wda25 h2.jrn8c9j { color: var(--text-primary); border-color: var(--accent-light); }
.snd4q .rwq3     { background: #052e16; border-color: #10b981; }
.snd4q .z7bm    { background: #1e1036; border-color: #a855f7; }
.snd4q .qi4eqw4 strong  { color: #f1f5f9; }
.snd4q .qi4eqw4 p       { color: #cbd5e1; }
.snd4q .jvzzc    .rwq3     .ujk8h::before,
.snd4q .ab8qf  .rwq3     .ujk8h::before,
.snd4q .gqjhso46  .rwq3     .ujk8h::before,
.snd4q .cqslgsn8 .rwq3     .ujk8h::before { color: #10b981; }
.snd4q .jvzzc    .t47fx54c .ujk8h::before,
.snd4q .ab8qf  .t47fx54c .ujk8h::before,
.snd4q .gqjhso46  .t47fx54c .ujk8h::before,
.snd4q .cqslgsn8 .t47fx54c .ujk8h::before { color: #f43f5e; }
.snd4q .jvzzc    .z7bm    .ujk8h::before,
.snd4q .ab8qf  .z7bm    .ujk8h::before,
.snd4q .gqjhso46  .z7bm    .ujk8h::before,
.snd4q .cqslgsn8 .z7bm    .ujk8h::before { color: #a855f7; }
.z3rl989 .rwq3     { background: #2d2000; border-color: #eab308; }
.z3rl989 .t47fx54c { background: #2d0b0b; border-color: #ef4444; }
.z3rl989 .z7bm    { background: #2d1600; border-color: #f97316; }
.z3rl989 .qi4eqw4 strong  { color: #f1f5f9; }
.z3rl989 .qi4eqw4 p       { color: #cbd5e1; }
.z3rl989 .jvzzc    .rwq3     .ujk8h::before,
.z3rl989 .ab8qf  .rwq3     .ujk8h::before,
.z3rl989 .gqjhso46  .rwq3     .ujk8h::before,
.z3rl989 .cqslgsn8 .rwq3     .ujk8h::before { color: #eab308; }
.z3rl989 .jvzzc    .t47fx54c .ujk8h::before,
.z3rl989 .ab8qf  .t47fx54c .ujk8h::before,
.z3rl989 .gqjhso46  .t47fx54c .ujk8h::before,
.z3rl989 .cqslgsn8 .t47fx54c .ujk8h::before { color: #ef4444; }
.z3rl989 .jvzzc    .z7bm    .ujk8h::before,
.z3rl989 .ab8qf  .z7bm    .ujk8h::before,
.z3rl989 .gqjhso46  .z7bm    .ujk8h::before,
.z3rl989 .cqslgsn8 .z7bm    .ujk8h::before { color: #f97316; }
.kg23xgm .rwq3     { background: #0c1a2e; border-color: #38bdf8; }
.kg23xgm .z7bm    { background: #0a2020; border-color: #2dd4bf; }
.kg23xgm .qi4eqw4 strong  { color: #f1f5f9; }
.kg23xgm .qi4eqw4 p       { color: #cbd5e1; }
.kg23xgm .jvzzc    .rwq3     .ujk8h::before,
.kg23xgm .ab8qf  .rwq3     .ujk8h::before,
.kg23xgm .gqjhso46  .rwq3     .ujk8h::before,
.kg23xgm .cqslgsn8 .rwq3     .ujk8h::before { color: #38bdf8; }
.kg23xgm .jvzzc    .t47fx54c .ujk8h::before,
.kg23xgm .ab8qf  .t47fx54c .ujk8h::before,
.kg23xgm .gqjhso46  .t47fx54c .ujk8h::before,
.kg23xgm .cqslgsn8 .t47fx54c .ujk8h::before { color: #818cf8; }
.kg23xgm .jvzzc    .z7bm    .ujk8h::before,
.kg23xgm .ab8qf  .z7bm    .ujk8h::before,
.kg23xgm .gqjhso46  .z7bm    .ujk8h::before,
.kg23xgm .cqslgsn8 .z7bm    .ujk8h::before { color: #2dd4bf; }
.gqz3tsx1 .rwq3     { background: var(--accent-bg); border-color: var(--accent-light); }
.gqz3tsx1 .z7bm    { background: var(--accent-bg); border-color: var(--accent-pale); }
.gqz3tsx1 .jvzzc    .ujk8h::before,
.gqz3tsx1 .ab8qf  .ujk8h::before,
.gqz3tsx1 .gqjhso46  .ujk8h::before,
.gqz3tsx1 .cqslgsn8 .ujk8h::before { color: var(--accent-light) !important; }
.piz9 .do53ioap { background: var(--bg-pros); }
.piz9 .oxji { background: var(--bg-cons); }
.piz9 .do53ioap .cvd6r3y { color: var(--c-pros-label); }
.piz9 .oxji .wlgypobe { color: var(--c-cons); }
.piz9 .do53ioap ul li,
.piz9 .fnu2 li          { color: var(--c-pros); }
.piz9 .oxji ul li,
.piz9 .aeg70ct5 li          { color: var(--c-cons); }
.bmmoz .cvd6r3y::before { content: "✓ "; }
.bmmoz .wlgypobe::before { content: "✗ "; }
.gt6pqq .qi4eqw4 { background: transparent; border-left: none; border: 1.5px solid; }
.gt6pqq .rwq3     { border-color: var(--c-tip-border); }
.gt6pqq .z7bm    { border-color: #60a5fa; }
.gt6pqq .qi4eqw4 strong { color: var(--text-primary); }
.gt6pqq .qi4eqw4 p      { color: var(--text-muted); }
.xbhzpl7 .qi4eqw4 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.xbhzpl7 .rwq3     { border-top-color: var(--c-tip-border); }
.xbhzpl7 .t47fx54c { border-top-color: var(--c-warn-border); }
.xbhzpl7 .z7bm    { border-top-color: #60a5fa; }
.slv7 .qi4eqw4 { border-left: none; border-radius: 8px; }
.slv7 .rwq3     { background: #065f46; }
.slv7 .z7bm    { background: #1e3a8a; }
.slv7 .qi4eqw4 strong,
.slv7 .qi4eqw4 p { color: #fff; }
.slv7 .ujk8h::before { color: rgba(255,255,255,0.85) !important; }
.snd4q.slv7 .rwq3,
.snd4q .slv7 .rwq3     { background: #052e16; }
.snd4q.slv7 .z7bm,
.snd4q .slv7 .z7bm    { background: #1e1036; }
.z3rl989.slv7 .rwq3,
.z3rl989 .slv7 .rwq3      { background: #2d2000; }
.z3rl989.slv7 .t47fx54c,
.z3rl989 .slv7 .t47fx54c  { background: #2d0b0b; }
.z3rl989.slv7 .z7bm,
.z3rl989 .slv7 .z7bm     { background: #2d1600; }
.kg23xgm.slv7 .rwq3,
.kg23xgm .slv7 .rwq3      { background: #0c1a2e; }
.kg23xgm.slv7 .z7bm,
.kg23xgm .slv7 .z7bm     { background: #0a2020; }
.n6rcgj .qi4eqw4 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.n6rcgj .rwq3     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.n6rcgj .z7bm    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.n6rcgj .qi4eqw4 strong { color: var(--text-primary); }
.n6rcgj .qi4eqw4 p      { color: var(--text-muted); }
.o132a .qi4eqw4 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.jvzzc .ujk8h,
.ab8qf .ujk8h,
.gqjhso46 .ujk8h,
.cqslgsn8 .ujk8h { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.jvzzc .ujk8h::before,
.ab8qf .ujk8h::before,
.gqjhso46 .ujk8h::before,
.cqslgsn8 .ujk8h::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.jvzzc .rwq3     .ujk8h::before { content: "✦"; color: var(--c-tip-border); }
.jvzzc .t47fx54c .ujk8h::before { content: "▲"; color: var(--c-warn-border); }
.jvzzc .z7bm    .ujk8h::before { content: "◉"; color: #60a5fa; }
.ab8qf .rwq3     .ujk8h::before { content: "★"; color: var(--c-tip-border); }
.ab8qf .t47fx54c .ujk8h::before { content: "◆"; color: var(--c-warn-border); }
.ab8qf .z7bm    .ujk8h::before { content: "●"; color: #60a5fa; }
.gqjhso46 .rwq3     .ujk8h::before { content: "▶"; color: var(--c-tip-border); }
.gqjhso46 .t47fx54c .ujk8h::before { content: "■"; color: var(--c-warn-border); }
.gqjhso46 .z7bm    .ujk8h::before { content: "▸"; color: #60a5fa; }
.cqslgsn8 .rwq3     .ujk8h::before { content: "→"; color: var(--c-tip-border); }
.cqslgsn8 .t47fx54c .ujk8h::before { content: "⬥"; color: var(--c-warn-border); }
.cqslgsn8 .z7bm    .ujk8h::before { content: "◈"; color: #60a5fa; }
.jilo .v6tz .hkswfbe,
.jilo .ufgt .hkswfbe  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.jilo .dw3vl5w                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.jilo .z388c          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.jilo .cuk0evc                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.g5uj2k7 .v6tz .hkswfbe,
.g5uj2k7 .ufgt .hkswfbe,
.g5uj2k7 .dw3vl5w,
.g5uj2k7 .obl1p,
.g5uj2k7 .jzmn,
.g5uj2k7 .z388c,
.g5uj2k7 .cuk0evc,
.g5uj2k7 .o132a .qi4eqw4 { box-shadow: none; }
.hiu06mh8   body, .hiu06mh8   { font-size: 0.9rem; }
.hiu06mh8   .i9d796, .hiu06mh8 .ks1kdyo, .hiu06mh8 .sl8sd,
.hiu06mh8   .sgstht, .hiu06mh8 .fz2gned { font-size: 0.9rem; }
.hiu06mh8   .hokv3oeo, .hiu06mh8 .uerdd { font-size: 0.9rem; }
.n3himoap   .i9d796, .n3himoap .ks1kdyo, .n3himoap .sl8sd,
.n3himoap   .sgstht, .n3himoap .fz2gned { font-size: 0.95rem; }
.n3himoap   .hokv3oeo, .n3himoap .uerdd { font-size: 0.95rem; }
.u0ueh   .i9d796, .u0ueh .ks1kdyo, .u0ueh .sl8sd,
.u0ueh   .sgstht, .u0ueh .fz2gned { font-size: 1.08rem; }
.u0ueh   .hokv3oeo, .u0ueh .uerdd { font-size: 1.05rem; }
.u0ueh   .ncrab { font-size: 0.97rem; }
.vm5y7 .eym5p7ow      { font-size: 3.2rem; }
.vm5y7 h2.jrn8c9j { font-size: 1.9rem; }
.vm5y7 h3.k3ev5i     { font-size: 1.4rem; }
.timohq87 .eym5p7ow      { font-size: 3.8rem; }
.timohq87 h2.jrn8c9j { font-size: 2.2rem; }
.timohq87 h3.k3ev5i     { font-size: 1.6rem; }
.cncj2u + .cncj2u { position: relative; }
.swfn8l   .cncj2u + .cncj2u::before,
.s1pbke  .cncj2u + .cncj2u::before,
.ie8c6jh   .cncj2u + .cncj2u::before,
.oorwu478   .cncj2u + .cncj2u::before,
.gd0j7xsb   .cncj2u + .cncj2u::before,
.wuep .cncj2u + .cncj2u::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.swfn8l .cncj2u + .cncj2u::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.s1pbke .cncj2u + .cncj2u::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ie8c6jh .cncj2u + .cncj2u::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;
}
.oorwu478 .cncj2u + .cncj2u::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ejz4 .cncj2u { margin-bottom: 16px; }
.ejz4 .cncj2u + .cncj2u { margin-top: 0; }
.ejz4 .tauu2y { padding-top: 0; padding-bottom: 0; }
.gd0j7xsb .cncj2u + .cncj2u::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.wuep .cncj2u + .cncj2u::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.r21g .cncj2u + .cncj2u::before,
.s33iuz .cncj2u + .cncj2u::before,
.jtkg0iif .cncj2u + .cncj2u::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%;
}
.meb2g .r21g .cncj2u:nth-child(even)::before,
.meb2g .s33iuz .cncj2u:nth-child(even)::before,
.meb2g .jtkg0iif .cncj2u:nth-child(even)::before { background: var(--bg-surface); }
.l9116ti .r21g .cncj2u:nth-child(even)::before,
.l9116ti .s33iuz .cncj2u:nth-child(even)::before,
.l9116ti .jtkg0iif .cncj2u:nth-child(even)::before { background: var(--bg-card); }
.r21g .cncj2u + .cncj2u::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");
}
.s33iuz .cncj2u + .cncj2u::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");
}
.jtkg0iif .cncj2u + .cncj2u::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");
}
.o8z5e5jb .ln2f9,
.x4dfwqi9 .ln2f9 { padding-bottom: 60px; }
.chiwwr .ln2f9 { padding-bottom: 70px; }
.l76xfyq7  .h9smg:not(.bk4padq) .a0vc82 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.wf5sq6 .nrf4xq { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ekin7wu0 .nrf4xq { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.l76xfyq7 .bk4padq { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.l76xfyq7 .m3c69pwy { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.l76xfyq7 .nrf4xq { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.xsp7igwd .nrf4xq { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.xo2oh82 .nrf4xq { background: var(--accent-bg); }
.a59hb7o .t8r1zolf { float: left; width: 38%; margin: 0 28px 16px 0; }
.a59hb7o .t8r1zolf .hrb8s3h { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.a59hb7o .tauu2y::after { content: ''; display: block; clear: both; }
.on6w .t8r1zolf { float: right; width: 38%; margin: 0 0 16px 28px; }
.on6w .t8r1zolf .hrb8s3h { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.on6w .tauu2y::after { content: ''; display: block; clear: both; }
.kmhuuv38 .cncj2u:nth-child(odd)  .t8r1zolf { float: left;  width: 38%; margin: 0 28px 16px 0; }
.kmhuuv38 .cncj2u:nth-child(even) .t8r1zolf { float: right; width: 38%; margin: 0 0 16px 28px; }
.kmhuuv38 .t8r1zolf .hrb8s3h { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.kmhuuv38 .tauu2y::after { content: ''; display: block; clear: both; }
.a59hb7o .gq9sb,
.on6w .gq9sb,
.kmhuuv38 .gq9sb,
.kmhuuv38 .ovn11a { clear: both; }
@media (max-width: 900px) {
  .a59hb7o .t8r1zolf,
  .on6w .t8r1zolf,
  .kmhuuv38 .cncj2u:nth-child(odd)  .t8r1zolf,
  .kmhuuv38 .cncj2u:nth-child(even) .t8r1zolf {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .a59hb7o .t8r1zolf .hrb8s3h,
  .on6w .t8r1zolf .hrb8s3h,
  .kmhuuv38 .t8r1zolf .hrb8s3h {
    max-height: none !important;
  }
}
.a59hb7o .hokv3oeo,
.a59hb7o .uerdd,
.on6w .hokv3oeo,
.on6w .uerdd,
.kmhuuv38 .hokv3oeo,
.kmhuuv38 .uerdd { overflow: hidden; }
@media (max-width: 640px) {
  .a59hb7o .t8r1zolf,
  .on6w .t8r1zolf,
  .kmhuuv38 .t8r1zolf { float: none; width: 100%; margin: 0 0 16px 0; }
}
.hbn0 .r64fku1,
.hbn0 .tauu2y,
.hbn0 .ll7qk  { max-width: 1100px; }
.x6crc .r64fku1,
.x6crc .tauu2y,
.x6crc .ll7qk  { max-width: 1200px; }
.rqm34d1 .r64fku1,
.rqm34d1 .tauu2y,
.rqm34d1 .ll7qk  { max-width: 1320px; }
.rqm34d1 { --content-mw: 1320px; }
.k14pn3sl { font-size: 0.82rem; color: var(--text-muted); }
.d2r70rp { display: flex; align-items: center; }
.qdy8u300 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ieh91ylr { display: flex; align-items: center; }
.wdz3d5 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.wdz3d5:hover { text-decoration: underline; }
.mo9hx { margin: 0 3px; opacity: 0.45; }
.mo9hx::before { content: '/'; }
.jq3j7fml { padding: 2px 5px; color: var(--text-main); }
.jmexk2t .k14pn3sl {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.jmexk2t .d2r70rp { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.beuuw1h .k14pn3sl {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.beuuw1h .d2r70rp { padding: 0 0 0 12px; }
.k1kyj0e .d2r70rp { padding: 0 16px; }
.k1kyj0e .k14pn3sl {
  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);
}
.k1kyj0e .r64fku1 { padding-top: 28px; }
@media (max-width: 720px) {
  .ram3k3 { margin-top: 18px; padding: 0 16px; }
  .k1kyj0e .r64fku1 { padding-top: 16px; }
}
.hbn0.jmexk2t .d2r70rp { max-width: 1100px; }
.x6crc.jmexk2t .d2r70rp { max-width: 1200px; }
.rqm34d1.jmexk2t .d2r70rp { max-width: 1320px; }
.rqm34d1 .ram3k3 { max-width: 1320px; }
.dnnqvje .cncj2u { padding-top: 16px; padding-bottom: 16px; }
.yo69v2 .cncj2u { padding-top: 24px; padding-bottom: 24px; }
.e3ha .cncj2u { padding-top: 40px; padding-bottom: 40px; }
.jr28pyo .cncj2u { padding-top: 52px; padding-bottom: 52px; }
.u59bvn .cncj2u:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.u59bvn .cncj2u:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.u59bvn .cncj2u:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.u59bvn .cncj2u:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.k4to .tauu2y { padding-top: 10px;  padding-bottom: 10px; }
.r2vm .tauu2y { padding-top: 18px;  padding-bottom: 18px; }
.wd9t4i .tauu2y { padding-top: 36px;  padding-bottom: 36px; }
.pfhq .tauu2y { padding-top: 48px;  padding-bottom: 48px; }
.bb89 h2.jrn8c9j { font-weight: 600; }
.bb89 h3.k3ev5i     { font-weight: 600; }
.qhjf8i0n h2.jrn8c9j { font-weight: 800; }
.qhjf8i0n h3.k3ev5i     { font-weight: 700; }
.p3v1lygl { font-weight: 600; }
.p3v1lygl h2.jrn8c9j { font-weight: 900; }
.p3v1lygl h3.k3ev5i     { font-weight: 800; }
.p3v1lygl .qi4eqw4 strong,
.p3v1lygl .qi4eqw4 strong { font-weight: 600; }
.gs1e5b {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.psk5ycqo .gs1e5b { display: none; }
@media (max-width: 640px) {
  .n06a2bs { display: none; }
  .gs1e5b {
    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;
  }
}
.gs1e5b { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gs1e5b:hover { opacity: 0.85; }
.ngch8i .gs1e5b { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.mk67oc .gs1e5b,
.sip2  .gs1e5b { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.mk67oc .gs1e5b:hover,
.sip2  .gs1e5b:hover { opacity: 0.88; }
.ngch8i.mk67oc .gs1e5b,
.ngch8i.sip2  .gs1e5b { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.mhlca9k {
  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;
}
.mhlca9k:hover { transform: translateY(-2px); opacity: 0.92; }
.mhlca9k { background: var(--cta) !important; color: #fff !important; border: none !important; }
.cbqi9e .mhlca9k { display: none; }
.ioxlap .mhlca9k { right: 32px; }
.ob3b8yl4  .mhlca9k { left: 32px; }
@media (max-width: 480px) {
  .ioxlap .mhlca9k { right: 20px; bottom: 20px; }
  .ob3b8yl4  .mhlca9k { left: 20px; bottom: 20px; }
}
.i1dyx9 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ll7qk { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.lx8t { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.bv9v3po { color: var(--text-dim); font-size: 0.8rem; }
.jczan9 a, .xnv7 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.jczan9 a:hover, .xnv7 a:hover { color: var(--accent-light); }
.xnv7 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.r7tp .ll7qk { text-align: center; }
.r7tp .xnv7 { justify-content: center; margin-bottom: 16px; }
.r7tp .lx8t { margin-top: 0; }
.q5vtb3u { margin-top: 10px; }
.q5vtb3u a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ll7qk { padding-left: 16px; padding-right: 16px; }
  .chgx .ll7qk { padding: 20px 16px; }
  .xnv7 { gap: 4px 12px; }
  .lx8t { font-size: 0.78rem; }
}
.tiatrt .lx8t { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.tiatrt .bv9v3po { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .tiatrt .lzbfk6 { grid-template-columns: 1fr 1fr; } .tiatrt .wp3pqn9 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tiatrt .lzbfk6 { grid-template-columns: 1fr; } }
.ebpzyq5 .lx8t { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ebpzyq5 .dw5va80g { gap: 12px; } .ebpzyq5 .jtpwuit2 { margin-right: 0; width: 100%; } }
.c72ufwe9 .lx8t { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.c72ufwe9 .bv9v3po { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .c72ufwe9 .hq1j2 { grid-template-columns: 1fr 1fr; } .c72ufwe9 .yp0v3xmu { grid-column: 1 / -1; } }
@media (max-width: 480px) { .c72ufwe9 .hq1j2 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .rrc7avkr .wnta0ssw { grid-template-columns: 1fr 1fr; } .rrc7avkr .vxnh:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rrc7avkr .wnta0ssw { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .tmxygxu1 .wnta0ssw { grid-template-columns: 1fr; } }
.ikxyf38 .ll7qk { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ikxyf38 .xnv7 { justify-content: center; }
.m0oca .k6ah8n      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.m0oca .i1dyx9 { background: var(--bg-page); border-top-color: var(--border-alt); }
.nimgpa .k6ah8n      { background: #0d1117; border-bottom-color: #21262d; }
.nimgpa .ynao { color: var(--accent-light); }
.nimgpa .ckoex5u { --msep-color: #8b949e; }
.nimgpa .ckoex5u a { color: #8b949e; }
.nimgpa .ckoex5u a:hover { color: var(--accent-light); }
.nimgpa .yffl { color: #8b949e; }
.nimgpa .i1dyx9 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.nimgpa .lx8t,
.nimgpa .bv9v3po { color: #6e7681; }
.nimgpa .jczan9 a, .nimgpa .xnv7 a,
.nimgpa .jczan9 a:hover, .nimgpa .xnv7 a:hover,
@media (max-width: 640px) {
  .nimgpa .ckoex5u { background: #0d1117; border-top-color: #21262d; }
  .nimgpa .ckoex5u li a { border-bottom-color: #21262d; }
}
.koq2i3 .k6ah8n      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.koq2i3 .ynao { color: var(--accent-light); }
.koq2i3 .ckoex5u { --msep-color: #475569; }
.koq2i3 .ckoex5u a { color: #475569; }
.koq2i3 .ckoex5u a:hover { color: var(--accent-light); }
.koq2i3 .yffl { color: #64748b; }
.koq2i3 .i1dyx9 { background: #f0f4f8; border-top-color: #cbd5e1; }
.koq2i3 .lx8t,
.koq2i3 .bv9v3po { color: #64748b; }
.koq2i3 .jczan9 a, .koq2i3 .xnv7 a,
.koq2i3 .jczan9 a:hover, .koq2i3 .xnv7 a:hover,
@media (max-width: 640px) {
  .koq2i3 .ckoex5u { background: #f0f4f8; border-top-color: #cbd5e1; }
  .koq2i3 .ckoex5u li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.mk67oc .k6ah8n      { background: var(--accent); border-bottom-color: var(--accent-light); }
.mk67oc .ynao { color: #fff; }
.mk67oc .ckoex5u { --msep-color: rgba(255,255,255,0.82); }
.mk67oc .ckoex5u a { color: rgba(255,255,255,0.82); }
.mk67oc .ckoex5u a:hover { color: #fff; }
.mk67oc .yffl { color: rgba(255,255,255,0.9); }
.mk67oc .i1dyx9 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.mk67oc .lx8t,
.mk67oc .bv9v3po { color: rgba(255,255,255,0.72); }
.mk67oc .jczan9 a, .mk67oc .xnv7 a,
.mk67oc .jczan9 a:hover, .mk67oc .xnv7 a:hover,
@media (max-width: 640px) {
  .mk67oc .ckoex5u { background: var(--accent); border-top-color: var(--accent-light); }
  .mk67oc .ckoex5u li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.sip2 .k6ah8n {
  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);
}
.sip2 .i1dyx9 {
  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) {
  .sip2 .ckoex5u {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.u9l8 .zkna { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.slcx .zkna { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.btvfet8 .zkna { min-height: 72px; height: auto; }
.odfwd9m .zkna { min-height: 84px; height: auto; }
.chgx .zkna { max-width: none; padding: 0 32px; }
.chgx .ll7qk  { max-width: none; padding: 24px 32px; }
.azrj9al.x6crc .zkna { max-width: 1200px; }
.azrj9al.rqm34d1 .zkna { max-width: 1320px; }
.atdy   .ynao, .atdy   .jtpwuit2 { text-transform: capitalize; }
.b8ed8wbc .ynao, .b8ed8wbc .jtpwuit2 { text-transform: lowercase; }
.mzsim .ynao, .mzsim .jtpwuit2 { text-transform: uppercase; letter-spacing: 0.06em; }
.s7zqq3ah, .b0c0spk3 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.uzu0 .s7zqq3ah,
.cos0 .s7zqq3ah,
.zextx3 .s7zqq3ah,
.zmec0d7x .s7zqq3ah,
.nkj3qam   .ckoex5u a { font-weight: 500; }
.mswa9 .ckoex5u a { font-weight: 600; }
.iuqhpm9     .ckoex5u a { font-weight: 700; }
.b0v0ullx    .ckoex5u a { font-weight: 800; letter-spacing: 0.01em; }
.zwratk     .ckoex5u > li + li::before,
.r83b41l    .ckoex5u > li + li::before,
.vnz0d    .ckoex5u > li + li::before,
.jljfhpu1 .ckoex5u > li + li::before,
.djfmn .ckoex5u > li + li::before,
.o3mho2ce  .ckoex5u > li + li::before,
.kngu    .ckoex5u > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.zwratk     .ckoex5u > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.r83b41l    .ckoex5u > li + li::before { content: "|"; }
.vnz0d    .ckoex5u > li + li::before { content: "—"; }
.jljfhpu1 .ckoex5u > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.djfmn .ckoex5u > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.o3mho2ce  .ckoex5u > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.kngu    .ckoex5u > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .afifx .yffl,
  .e8711x .yffl,
  .r3m6ixbt .yffl,
  .awq6xik .yffl,
  .n3pb .yffl {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .afifx .yffl::before,
  .e8711x .yffl::before,
  .r3m6ixbt .yffl::before,
  .awq6xik .yffl::before,
  .n3pb .yffl::before { content: ""; display: block; flex-shrink: 0; }

  
  .afifx .yffl::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;
  }

  
  .e8711x .yffl::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;
  }

  
  .r3m6ixbt .yffl::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;
  }

  
  .awq6xik .yffl::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;
  }

  
  .n3pb .yffl::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) {
  .yv4jgls .yffl {
    padding: 5px 14px;
  }
  .yv4jgls .ckoex5u {
    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;
  }
  .yv4jgls .ckoex5u li a {
    border-bottom: none; padding: 10px 22px;
  }
  .yv4jgls .ckoex5u li a:hover { background: var(--bg-raised); }
  .yv4jgls .xchip,
  .kryc .xchip,
  .gwuv .xchip { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .kv3w5ezk .yffl {
    padding: 5px 10px;
  }
  .kv3w5ezk .ckoex5u {
    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);
  }
  .kv3w5ezk .ckoex5u.tnvh8 { transform: translateX(0); }
  .kv3w5ezk .ckoex5u li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .kv3w5ezk .ckoex5u li:last-child a { border-bottom: none; }
  .mk67oc .ckoex5u,
  .nimgpa .ckoex5u { background: var(--accent) !important; }
  .mk67oc .ckoex5u li a,
  .nimgpa .ckoex5u li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .gwuv .yffl {
    padding: 5px 10px;
  }
  .gwuv .ckoex5u {
    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);
  }
  .gwuv .ckoex5u::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .gwuv .ckoex5u.tnvh8 { transform: translateY(0); }
  .gwuv .ckoex5u li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .o7ykgsb .yffl {
    padding: 5px 10px;
  }
  .o7ykgsb .ckoex5u {
    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;
  }
  .o7ykgsb .ckoex5u.tnvh8 { opacity: 1; pointer-events: auto; }
  .o7ykgsb .ckoex5u li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .yreh     .yffl { border-radius: 0 !important; }
  .yvqf   .yffl { border-radius: 8px !important; }
  .mlhepo .yffl { border-radius: 50% !important; }
  .i2s3xna5   .yffl { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .va7tlnrf .y8tdw { flex-direction: column; align-items: stretch; }
  .va7tlnrf .if04s { flex-direction: row; min-width: auto; }
  .va7tlnrf .impto6 { align-items: flex-start; text-align: left; }
}
.kokhmk,
.kokhmk.cncj2u,
.meb2g .kokhmk,
.muckt .kokhmk,
.l9116ti .kokhmk,
.x0smt .kokhmk {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.q35c {
  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;
}
.ywb6 { flex: 1 1 280px; min-width: 0; }
.k321l {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.u9qu3 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.nr61u8 {
  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;
}
.nr61u8:hover { transform: translateY(-1px); opacity: 0.95; }
.gobk8mvs .q35c {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.gobk8mvs .k321l { color: var(--cta); }
.gobk8mvs .u9qu3 { color: var(--text-body); }
.gobk8mvs .nr61u8 {
  background: var(--cta) !important;
  color: #fff !important;
}
.j7yhiet .q35c {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.j7yhiet .k321l { color: var(--text-primary); }
.j7yhiet .u9qu3 { color: var(--text-body); }
.j7yhiet .nr61u8 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .q35c {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ywb6 { flex: 0 0 auto; }
  .k321l { font-size: 1.2rem; }
  .nr61u8 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.n41xgwg .gy9mza { height: 36px; }
.q1mmkcde .gy9mza { height: 60px; max-width: 200px; }
.rdt3 .gy9mza { height: 56px; max-width: 180px; }
.rhkdne    .xrqh3, .rhkdne    .wy98i3ar { color: #f59e0b; }
@media (min-width: 720px) {
  .alphhq .ovn11a {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .alphhq .obl1p {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .alphhq .obl1p { padding: 40px 16px 20px; }
  .alphhq .dftf {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .alphhq .j9npx69 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .jpyv6ach .obl1p {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .jpyv6ach .obl1p::before {
    position: absolute; top: 14px; left: 14px;
  }
  .jpyv6ach .t5cxu {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .jpyv6ach .p6v2uc2h { white-space: normal; text-align: center; font-size: 1.2rem; }
  .jpyv6ach .dftf {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .jpyv6ach .j9npx69 { width: 100%; min-width: 0; }
  .jpyv6ach .xrqh3 { min-width: 0; }
}
.awifbts .auinn {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.awifbts .auinn summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.awifbts .auinn p { padding: 0 2px 16px; }
.nb5w .auinn { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.nb5w .auinn summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.nb5w .auinn summary::after { content: "›"; font-size: 1.2em; }
.nb5w .auinn[open] summary::after { content: "‹"; }
.nb5w .auinn p { padding: 10px 22px 4px; }
.cl9god09 .auinn {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.cl9god09 .auinn summary { color: var(--text-primary); padding-left: 16px; }
.cl9god09 .auinn summary::after { content: "›"; font-size: 1.1em; }
.cl9god09 .auinn[open] summary::after { content: "‹"; }
.cl9god09 .auinn p { padding-left: 16px; }
.i7s1z7f .wextc { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.i7s1z7f .auinn {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.i7s1z7f .auinn:last-child { border-bottom: none; }
.i7s1z7f .auinn summary { color: var(--text-primary); border-radius: 0; }
.i7s1z7f .auinn summary::after { content: "›"; font-size: 1.1em; }
.i7s1z7f .auinn[open] summary::after { content: "‹"; }
.oytriae .auinn { overflow: hidden; }
.oytriae .auinn summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.oytriae .auinn summary::after { color: rgba(255,255,255,.75); }
.oytriae .auinn[open] summary { border-radius: 0; }
.pahb { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.pra19hss {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qshbqfsb {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.wxg5 { color: var(--text-muted); font-size: 1.05rem; }
.nhexln {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.zimv {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.jnl0 { margin-bottom: 20px; }
.cncj {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.hhlmne {
  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;
}
.hhlmne:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.xpv210z { resize: vertical; min-height: 130px; }
.s3jk1 { width: 100%; margin-top: 8px; }
.ahvpvl3k {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.prvd {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.r2k8872 { color: var(--text-muted); line-height: 1.75; }
.thp17t { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.thp17t li { margin-bottom: 6px; }
.ebid3r1 { max-width: 760px; margin: 0 auto; }
.cbjc5mp { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.bzg23 { max-width: 760px; margin: 0 auto; }
.giubffta { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.giubffta:last-child { border-bottom: none; }
.ndttyxfb { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.giubffta p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.giubffta ul.thp17t { margin: 0; }
.zrsqa0k .ndttyxfb { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .zrsqa0k { grid-template-columns: 1fr; gap: 10px; } }
.q4y08z .ndttyxfb { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.edfq .thp17t { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .bdzdh { grid-template-columns: 1fr; } }
.jn1d ul.thp17t { margin: 0; }
.k983nf6z .thp17t,
.y23lw .thp17t,
.eaox .thp17t,
.kijnr .thp17t {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .hpokgao { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .blbm8 { grid-template-columns: 1fr; } .ar8m4gm { position: static; text-align: center; } }
@media (max-width: 860px) { .nvzmf { grid-template-columns: 1fr; } }
.kijnr .thp17t { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .sjgk8 { flex-direction: column; text-align: center; } .xsjalv8y { grid-template-columns: 1fr; } }
.vlo3v .qshbqfsb { color: var(--accent-light); }
.fl64j .qshbqfsb { font-size: 2rem; }
.fl64j .wxg5 { max-width: 680px; }
.qvh1 .qshbqfsb { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.qvh1 .wxg5  { margin: 0; }
@media (max-width: 640px) { .qvh1 { flex-direction: column; } }
.gc9k4wa .qshbqfsb { color: var(--accent-light); }
.x5m6g1id .qshbqfsb { color: #fff; }
.x5m6g1id .wxg5  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ez4c7 { grid-template-columns: 1fr; } }
.cv3zssd .hhlmne {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.cv3zssd .hhlmne:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.vd8s .hhlmne { background: var(--bg-raised); border-color: transparent; }
.vd8s .hhlmne:focus { background: var(--bg-card); border-color: var(--accent-light); }
.pfiev .hhlmne { border-radius: 100px; padding: 11px 20px; }
.pfiev .xpv210z { border-radius: 14px; }
.vq41ibmi {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .vq41ibmi { grid-template-columns: 1fr; } }
.m2drj {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.m2drj h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.m2drj p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.ayxrmbhf { counter-reset: priv-count; }
.xknk {
  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);
}
.xknk:last-child { border-bottom: none; }
.ldqz {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.xknk h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.xknk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qc9ro7p4{display:none}
.qc9ro7p4:empty,.nm9p6h:empty{display:none}
.p4c1{position:relative;overflow:visible}
.ziy0f .t8h5,.l0q7 .t8h5,
.s1myi .t8h5,.o5d44 .t8h5,
.dbgqebm .t8h5,.grs2 .t8h5{display:block}
.z9oi .yqm4{display:block}
.ziy0f .t8h5,.l0q7 .t8h5,
.s1myi .t8h5,.o5d44 .t8h5,
.dbgqebm .t8h5{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}
.ziy0f .t8h5 .nm9p6h,.l0q7 .t8h5 .nm9p6h,
.s1myi .t8h5 .nm9p6h,.o5d44 .t8h5 .nm9p6h,
.dbgqebm .t8h5 .nm9p6h{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}
.ziy0f .fzg9,.l0q7 .fzg9,
.s1myi .fzg9,.o5d44 .fzg9,
.dbgqebm .fzg9{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ziy0f .t8h5,.l0q7 .t8h5{top:12px}
.ziy0f .t8h5 .nm9p6h{margin-right:auto}
.l0q7 .t8h5 .nm9p6h{margin-left:auto}
.l0q7 .t8h5{text-align:right}
.s1myi .t8h5,.o5d44 .t8h5{bottom:12px}
.s1myi .t8h5 .nm9p6h{margin-right:auto}
.o5d44 .t8h5 .nm9p6h{margin-left:auto}
.o5d44 .t8h5{text-align:right}
.dbgqebm .t8h5{position:relative;margin-top:16px}
.dbgqebm .t8h5 .nm9p6h{margin:0 auto}
.grs2 .t8h5{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.grs2 .t8h5 .nm9p6h{margin:0}
.grs2 .nrf4xq~.t8h5,
.grs2 .pguzhr~.t8h5{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.grs2 .nrf4xq~.t8h5 .nm9p6h,
.grs2 .pguzhr~.t8h5 .nm9p6h{justify-content:flex-start}
.nrf4xq~.t8h5,.pguzhr~.t8h5{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}
.nrf4xq~.t8h5 .nm9p6h{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.pguzhr~.t8h5 .nm9p6h{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.yqm4 .nm9p6h{margin:0 0 12px}
.nm9p6h{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.fzg9{white-space:nowrap}
.xaw0adj .fzg9{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.njcd2o .fzg9{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}
.njcd2o .bbo6nk::before{content:""}
.ih876702 .nm9p6h{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.gsjto .fzg9{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.cx1xq .fzg9{color: var(--accent-light);opacity:1;font-weight:500}
.zl7u4 .fzg9{border-bottom:1px solid currentColor;padding-bottom:2px}
.xr2j82k0 .nm9p6h{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.y3g2k3{--date-bg:var(--accent-bg)}
.dta2fsi2 .bbo6nk::before{content:""}
.n3oocai .fzg9 + .fzg9::before{content:"•";margin-right:6px;opacity:.4}
.ivmmrjp3 .fzg9 + .fzg9::before{content:"/";margin-right:6px;opacity:.35}
.p9wt .fzg9 + .fzg9::before{content:"|";margin-right:6px;opacity:.3}
.ofbm .fzg9 + .fzg9::before{content:"—";margin-right:6px;opacity:.3}
.y05w .fzg9 + .fzg9::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.h37vu5r .fzg9 + .fzg9::before{content:"·";margin-right:6px;opacity:.4}
.xy99 .fzg9 + .fzg9::before{content:"›";margin-right:6px;opacity:.4}
.yq2g .fzg9 + .fzg9::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.cmxvx .ogrkaep{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .ogrkaep{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .icn4ps{max-width:100%}
}
.f4lpr4 .z388c{margin:0}
@media (max-width:560px){
  .wnc8mzkd{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) {
  .e5e11f { padding: 28px 18px 20px; }
  .nef2s7m { font-size: 1.2rem; }
  .ylhe3 { max-width: 220px; max-height: 80px; }
}
.a8vht4 .c16e19 { border-radius: 22px; }
.vc9xcjj .q35c {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .c16e19 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.evjy {
  margin: 28px 0 24px;
}
.evjy .cncj2u {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.evjy .tauu2y {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.evjy .q35c {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .zkna { flex-direction: row-reverse; }
[dir="rtl"] .ckoex5u { flex-direction: row-reverse; }
[dir="rtl"] .ioxlap .mhlca9k { right: auto; left: 32px; }
[dir="rtl"] .ob3b8yl4  .mhlca9k { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ioxlap .mhlca9k { right: auto; left: 20px; }
  [dir="rtl"] .ob3b8yl4  .mhlca9k { left: auto;  right: 20px; }
}
[dir="rtl"] .a59hb7o .t8r1zolf  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .on6w .t8r1zolf { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .nrf4xq,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .hokv3oeo, [dir="rtl"] .uerdd { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qi4eqw4 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .q35c { direction: rtl; }
[dir="rtl"] .k14pn3sl { direction: rtl; }
[dir="rtl"] .cuk0evc { direction: rtl; }
[dir="rtl"] .sryg { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .i8zdxxqi .uerdd,
[dir="rtl"] .gswsnh .uerdd,
[dir="rtl"] .rssds .uerdd,
[dir="rtl"] .j0lg09n2 .uerdd {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .i8zdxxqi .uerdd li::before,
[dir="rtl"] .gswsnh .uerdd li::before,
[dir="rtl"] .rssds .uerdd li::before,
[dir="rtl"] .j0lg09n2 .uerdd li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .nrf4xq.p7bm .ln2f9 { align-items: flex-end; text-align: right; }
[dir="rtl"] .nrf4xq.afm6oc .ln2f9 { text-align: center; }
[dir="rtl"] .nrf4xq .ln2f9 { text-align: right; }
[dir="rtl"] .tauu2y,
[dir="rtl"] .sgstht,
[dir="rtl"] .fz2gned,
[dir="rtl"] .e8jwp,
[dir="rtl"] .zimv,
[dir="rtl"] .cncj,
[dir="rtl"] .hhlmne,
[dir="rtl"] .xpv210z { text-align: right; direction: rtl; }
[dir="rtl"] .pfiev .hhlmne,
[dir="rtl"] .cv3zssd .hhlmne { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #026bb0;
  --brand:           #026bb0;
  --brand-light:     #095a8f;
  --brand-pale:      #1676b4;
  --grad-start:      #119ffc;
  --grad-end:        #56b5f4;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #026bb0;
  --cta-light:       #005289;
  --cta-hover:       #014673;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f6;
  --bg-raised:       #edf0f1;
  --bg-hover:        #f3f5f6;
  --border:          #e1e6e9;
  --border-alt:      #cfd7dd;
  --border-section:  #e1e6e9;
  --text-primary:    #161a1c;
  --text-muted:      #505b62;
  --text-body:       #2d3438;
  --text-sub:        #444e54;
  --text-faint:      #72828c;
  --text-dim:        #8e9ba3;
  --text-label:      #5b6870;
  --text-value:      #394146;
  --accent-bg:       #dcedf8;
  --accent-bg-light: #bfe1f7;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f4f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c965e;
  --c-cons:          #9f2153;
  --c-pros-label:    #0eb370;
  --c-tip-border:    #10c67c;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c965e;
}
:root { --logo-bg-opacity: 38%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.hu2ibc .k1a0, .hu2ibc .nrf4xq { min-height: 640px; }
.r4fon5q .gs1e5b::after,.r4fon5q .mhlca9k::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.mo9hx::before { content: '•'; }