:root {
  --color-accent: #c8a73a;
  --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;
}
.iwocd {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.wmqy83 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.hsyi9sjy {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.m0jkm { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ry7v { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ry7v a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ry7v a:hover { color: var(--accent-light); }
.p8xe     .wlhvf81 { border-radius: 6px; }
.p8xe .wlhvf81 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.p8xe .wlhvf81 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.jt82e .wlhvf81 li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .wlhvf81 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .dgjf:hover .wlhvf81,
  .dgjf:focus-within .wlhvf81 { display: block; }
  .wlhvf81 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.q7rfzrg {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.h8nz7 { display: none; }
@media (max-width: 640px) {
  .h8nz7 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .h8nz7.xq31 { display: block; }
}
@media (max-width: 640px) {
  .q7rfzrg { display: block; }
  .ry7v > li + li::before { display: none !important; }
  .ry7v {
    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;
  }
  .ry7v.xq31 { display: flex; }
  .ry7v li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ry7v li:last-child a { border-bottom: none; }
}
.edlqarl { min-height: 480px; }
.f2sb011 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.kko4wn { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.gaahrxf .kko4wn { margin-left: 0; margin-right: 0; }
.jcmlr2v {
  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;
}
.vplqt2de .jcmlr2v { margin-top: 24px; }
.jcmlr2v:hover { opacity: 0.88; }
.tjgg66 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.ztyha6 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.tjgg66 .yet9r9yl {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.tjgg66 .f2sb011 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.tjgg66 .kko4wn { color: #e2e8f0; }
.tjgg66.i2zt9r .yet9r9yl { text-align: center; }
.tjgg66.gaahrxf   .yet9r9yl { text-align: left; }
.cmq3n .yet9r9yl {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.cmq3n .f2sb011 { color: var(--text-primary); text-shadow: none; }
.cmq3n .kko4wn { color: var(--text-muted); }
.cmq3n .jcmlr2v { margin-top: 16px; }
.cmq3n, .cmq3n.edlqarl { min-height: auto !important; }
.cmq3n.i2zt9r .yet9r9yl { text-align: center; }
.cmq3n.gaahrxf   .yet9r9yl { text-align: left; }
.cmq3n~.iw68n7x{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}
.cmq3n~.iw68n7x .gku0w{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}
.aih2u {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.k297v .aih2u,
.k297v .aih2u::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.ow23 .aih2u,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.v8cdon .aih2u,
.v8cdon .tjgg66 .ztyha6 {
  overflow: hidden;
}
.v8cdon .aih2u::after,
.v8cdon .tjgg66 .ztyha6::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%); }
}
.luu5f4y .aih2u,
.luu5f4y .aih2u::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.luu5f4y .tjgg66 .ztyha6 {
  overflow: hidden;
}
.luu5f4y .tjgg66 .ztyha6::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.x71cal8 .aih2u,
.x71cal8 .tjgg66 .ztyha6 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.k297v .tjgg66 .ztyha6 {
  overflow: hidden;
}
.k297v .tjgg66 .ztyha6::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.ow23 .tjgg66 .ztyha6 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.aih2u .ztyha6 {
  background: none;
}
.aih2u .f2sb011 { color: #fff; }
.aih2u .kko4wn { color: rgba(255,255,255,0.85); }
.aih2u .jcmlr2v { background: #fff; color: var(--cta); }
.aih2u .jcmlr2v:hover { opacity: 0.92; }
.ebuon05g .f2sb011 { text-shadow: none; color: var(--text-primary); }
.ebuon05g .kko4wn { color: var(--text-muted); }
body.iqlo79 .f2sb011 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.lgb5 .f2sb011 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.edlqarl.aih2u .f2sb011,
section.aih2u .f2sb011 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ebuon05g.i2zt9r .us6ve { align-items: center; text-align: center; }
.edlqarl .m495uq {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.m495uq .nwahb.ekpa1fs0 {
  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;
}
.m495uq .nwahb.ekpa1fs0:hover { opacity: 0.85; }
.jaqn8q68 .yet9r9yl { padding-bottom: 24px; }
.vplqt2de .yet9r9yl { max-width: 1100px; }
@media (max-width: 700px) {
  .ebuon05g { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ebuon05g:not(.l4ephr) .ae7s { display: none !important; }
  .l4ephr .ae7s { padding: 16px; }
  .us6ve  { padding: 36px 24px; }
  .ebuon05g~.iw68n7x,.cpl1h~.iw68n7x{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .edlqarl, .ebuon05g { min-height: 320px !important; }
  .f2sb011 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .lt9g,
  .jqi83d,
  .ihqj93 { grid-template-columns: 1fr !important; }

  

  
  .jaqn8q68 { display: flex !important; flex-direction: column !important; }
  .jaqn8q68 .yet9r9yl { display: contents; }
  .jaqn8q68 .ztyha6 { order: 0; }
  .jaqn8q68 .f2sb011 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .jaqn8q68 .lt9g { order: 2; padding: 0 16px 12px !important; }
  .jaqn8q68 .kko4wn { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .vplqt2de .yet9r9yl { display: flex; flex-direction: column; }
  .vplqt2de .yet9r9yl .f2sb011 { order: 1; }
  .vplqt2de .yet9r9yl .ihqj93 { order: 2; margin: 8px 0 24px !important; }
  .vplqt2de .yet9r9yl .kko4wn { order: 3; }
  .vplqt2de .yet9r9yl .jcmlr2v { order: 4; align-self: center; margin-top: 0; }

  
  .ebuon05g.l4ephr {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ebuon05g.l4ephr .us6ve { display: contents; padding: 0; }
  .ebuon05g.l4ephr .us6ve .f2sb011 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ebuon05g.l4ephr .ae7s { order: 2; padding: 12px 16px; }
  .ebuon05g.l4ephr .us6ve .kko4wn { order: 3; padding: 0 24px; margin: 0 auto; }
  .ebuon05g.l4ephr .us6ve .jcmlr2v { order: 4; align-self: center; margin: 8px 0 32px; }
}
.rsfao { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.tkcf { width: 100%; height: auto; display: block; border-radius: 10px; }
.ijciof5r .rsfao        { border-radius: 16px; }
.ijciof5r .tkcf  { border-radius: 16px; }
.ffx3fbaw .rsfao         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ffx3fbaw .tkcf   { border-radius: 8px; }
.op9l { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.g421bl { width: 100%; padding: 32px 0; position: relative; }
.t6xorq { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.x8bv .g421bl:nth-child(even) { background: var(--bg-surface); }
.x8bv .g421bl:nth-child(odd)  { background: var(--bg-page); }
.yiw864p .g421bl:nth-child(even) { background: var(--bg-card); }
.yiw864p .g421bl:nth-child(odd)  { background: var(--bg-page); }
.x8bv .g421bl:nth-child(odd)  .t6xorq { background: var(--bg-card); border-radius: 6px; }
.x8bv .g421bl:nth-child(even) .t6xorq { background: var(--bg-raised); border-radius: 6px; }
.yiw864p .g421bl:nth-child(odd)  .t6xorq { background: var(--bg-card); border-radius: 6px; }
.yiw864p .g421bl:nth-child(even) .t6xorq { background: var(--bg-raised); border-radius: 6px; }
.x8bv .g421bl:nth-child(even) .uqgo7 .xlv9n,
.yiw864p .g421bl:nth-child(even) .uqgo7 .xlv9n { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.x8bv .g421bl:nth-child(odd) .uqgo7 .xlv9n,
.yiw864p .g421bl:nth-child(odd) .uqgo7 .xlv9n { background: var(--bg-card-inner); }
.x8bv .g421bl:nth-child(even) .psrtu67v .xlv9n:nth-child(odd),
.yiw864p .g421bl:nth-child(even) .psrtu67v .xlv9n:nth-child(odd)  { background: var(--bg-card); }
.x8bv .g421bl:nth-child(even) .psrtu67v .xlv9n:nth-child(even),
.yiw864p .g421bl:nth-child(even) .psrtu67v .xlv9n:nth-child(even) { background: var(--bg-card-inner); }
h1.xqmcd { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.xqmcd {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.p5wfpat { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.p2trpb h2.xqmcd {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.kkrf6dv2 h2.xqmcd {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ew9brkd h2.xqmcd {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.p073 h2.xqmcd::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.q2zz9i h2.xqmcd {
  color: var(--text-primary); font-size: 1.7rem;
}
.mml6 h2.xqmcd::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.cn9i5r4 h2.xqmcd {
  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;
}
.arzz3 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .arzz3 { display: none; } }
.c65vxx8 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.i9et9 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.b4f7shs {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.vhrkj { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.qfblz4ux { padding-left: 20px; }
.qfblz4ux li { margin-bottom: 6px; }
.qfblz4ux a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.qfblz4ux a:hover { color: var(--accent-light); }
.fa0hgs .vhrkj { display: none; }
.gw848 .vhrkj { display: none; }
.gw848 .qfblz4ux { padding-left: 0; list-style: none; }
.gw848 .qfblz4ux li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.gw848 .qfblz4ux a { font-size: 0.92rem; }
.duv82 .b4f7shs { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.duv82 .vhrkj { display: none; }
.duv82 .qfblz4ux { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.duv82 .qfblz4ux li { margin-bottom: 0; }
.duv82 .qfblz4ux 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;
}
.duv82 .qfblz4ux a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.psf2sbd .b4f7shs { padding: 20px 20px 16px; }
.psf2sbd .qfblz4ux {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.psf2sbd .qfblz4ux li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.psf2sbd .qfblz4ux 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;
}
.psf2sbd .qfblz4ux 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;
}
.psf2sbd .qfblz4ux a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.psf2sbd .qfblz4ux a:focus,
.psf2sbd .qfblz4ux a:focus-visible,
.psf2sbd .qfblz4ux a:target { outline: none; }
.psf2sbd .qfblz4ux li:target a { border-color: var(--border); color: var(--text-muted); }
.s0s885g .b4f7shs { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.s0s885g .vhrkj { display: none; }
.s0s885g .qfblz4ux { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.s0s885g .qfblz4ux li { margin-bottom: 0; }
.s0s885g .qfblz4ux li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.s0s885g .qfblz4ux li:last-child::after { content: ""; margin-right: 0; }
.s0s885g .qfblz4ux a { font-size: 0.9rem; }
.xlv9n { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.uqgo7 .xlv9n { background: var(--bg-card); }
.psrtu67v .xlv9n:nth-child(odd)  { background: var(--bg-card); }
.psrtu67v .xlv9n:nth-child(even) { background: var(--bg-raised); }
.yvoh .xlv9n {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.yvoh .xlv9n:last-child { border-bottom: none; }
.yvoh h3.p5wfpat { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.yl9avgm .xlv9n {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.yl9avgm .xlv9n + .xlv9n { margin-top: 4px; }
.db63 .xlv9n { background: none; border-radius: 0; padding: 12px 0; }
.db63 .xlv9n + .xlv9n { border-top: 1px solid var(--border-section); }
.yqba { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.c7pp9 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.t2mg4 { color: var(--text-body); margin-bottom: 10px; }
.dnax7sm, .ad66ev { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.dnax7sm li, .ad66ev li { margin-bottom: 6px; }
.ad66ev li { list-style: decimal; }
.yt5ehi     .dnax7sm { list-style-type: "● "; }
.hplc9  .dnax7sm { list-style-type: "■ "; }
.uhnova09 .dnax7sm { list-style-type: "◆ "; }
.sbduu49u    .dnax7sm { list-style-type: "★ "; }
.yt5ehi     .pjxpbx { list-style-type: "● "; }
.hplc9  .pjxpbx { list-style-type: "■ "; }
.uhnova09 .pjxpbx { list-style-type: "◆ "; }
.sbduu49u    .pjxpbx { list-style-type: "★ "; }
.yt5ehi    .dnax7sm li::marker, .yt5ehi    .pjxpbx li::marker,
.hplc9 .dnax7sm li::marker, .hplc9 .pjxpbx li::marker,
.uhnova09 .dnax7sm li::marker, .uhnova09 .pjxpbx li::marker,
.sbduu49u   .dnax7sm li::marker, .sbduu49u   .pjxpbx li::marker {
  color: var(--cta); font-size: 1em;
}
.yt5ehi .ad66ev,
.hplc9 .ad66ev,
.uhnova09 .ad66ev,
.sbduu49u .ad66ev {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.yt5ehi .ad66ev li,
.hplc9 .ad66ev li,
.uhnova09 .ad66ev li,
.sbduu49u .ad66ev li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.yt5ehi .ad66ev li::before,
.hplc9 .ad66ev li::before,
.uhnova09 .ad66ev li::before,
.sbduu49u .ad66ev 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;
}
.yt5ehi     .ad66ev li::before { border-radius: 50%; }
.hplc9  .ad66ev li::before { border-radius: 3px; }
.uhnova09 .ad66ev li::before { border-radius: 3px; }
.sbduu49u    .ad66ev li::before { border-radius: 50%; }
.p2f255 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.lxou .p2f255,
.d6kd6 .p2f255 { background: transparent; border: none; border-radius: 0; }
.i35cu { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.i35cu th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.i35cu td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.i35cu tr:hover td { background: var(--bg-hover); }
.q1f9 .i35cu tbody tr:nth-child(even) td { background: var(--bg-surface); }
.sb8r .i35cu { border: 1px solid var(--border-alt); }
.sb8r .i35cu th,
.sb8r .i35cu td { border: 1px solid var(--border-alt); }
.hesnf .i35cu th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.hesnf .i35cu td { border-bottom: none; }
.hesnf .i35cu tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.y9rxcf9 .i35cu th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.whujq .p2f255 {
  overflow: hidden;
}
.whujq .i35cu th { border-bottom: 1px solid var(--border-alt); }
.whujq .i35cu tr:last-child td { border-bottom: none; }
.n8bo { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.qt75 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.q3mx { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.tz8blpyx { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.h0k3s0 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.pjxpbx { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.pjxpbx 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%}
.ti87 .tz8blpyx { background: transparent; text-align: center; }
.p8kl .q3mx {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.e3hyqis .q3mx {
  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);
}
.f7my7vg .qt75 { display: grid; grid-template-columns: auto 1fr; }
.f7my7vg .q3mx {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.f7my7vg .tz8blpyx { grid-column: 2; }
.f7my7vg .h0k3s0,
.f7my7vg .pjxpbx { grid-column: 1 / -1; }
.u16cidmm .qt75 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.u16cidmm .q3mx {
  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);
}
.u16cidmm .tz8blpyx { grid-column: 2; }
.u16cidmm .h0k3s0,
.u16cidmm .pjxpbx { grid-column: 1 / -1; }
.gwcab874 .qt75 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.gwcab874 .tz8blpyx { background: none; color: var(--accent-light); font-weight: 700; }
.syq8camf .qt75 { 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); }
.syq8camf .tz8blpyx { background: none; color: var(--accent-light); font-weight: 700; }
.mx1ht .qt75 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.mx1ht .qt75:last-child { border-bottom: none; }
.mx1ht .tz8blpyx { background: none; color: var(--accent-light); font-weight: 700; }
.oef5hbx .qt75 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.oef5hbx .tz8blpyx { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.r128t7 .n8bo { counter-reset: card-n; }
.r128t7 .qt75  { counter-increment: card-n; }
.r128t7 .tz8blpyx { display: flex; align-items: center; gap: 10px; }
.r128t7 .tz8blpyx::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;
}
.w6ne .qt75 { background: var(--bg-surface); border: 1px solid var(--border); }
.w6ne .tz8blpyx { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ljvzk { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.fix8e { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.ekmqycw { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.u2w849o { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ljvzk strong { color: var(--text-primary); font-size: 0.95rem; }
.ljvzk p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.tkcf { width: 100%; height: auto; border-radius: 10px; display: block; }
.ekpa1fs0 {
  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;
}
.ekpa1fs0:hover { opacity: 0.85; }
.b4uogc7 .ekpa1fs0  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.b4uogc7 .ekpa1fs0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.igjfqtmf .ekpa1fs0  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.igjfqtmf .ekpa1fs0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hlvy .jcmlr2v { border-radius: 50px; }
.hlvy .ekpa1fs0  { border-radius: 50px; }
.dsf7kl .jcmlr2v { padding-left: 22px; padding-right: 22px; }
.dsf7kl .ekpa1fs0  { padding-left: 12px; padding-right: 12px; }
.r2xxym5 .jcmlr2v { padding-left: 44px; padding-right: 44px; }
.r2xxym5 .ekpa1fs0  { padding-left: 24px; padding-right: 24px; }
.heekksty .jcmlr2v { padding-left: 56px; padding-right: 56px; }
.heekksty .ekpa1fs0  { padding-left: 32px; padding-right: 32px; }
.cead6dnt   .jcmlr2v::after, .cead6dnt   .ekpa1fs0::after,
.fl5ev .jcmlr2v::after, .fl5ev .ekpa1fs0::after,
.vfuk8    .jcmlr2v::after, .vfuk8    .ekpa1fs0::after,
.pcvzba    .jcmlr2v::after, .pcvzba    .ekpa1fs0::after,
.h9ekhkhn    .jcmlr2v::after, .h9ekhkhn    .ekpa1fs0::after,
.uh4jw     .jcmlr2v::after, .uh4jw     .ekpa1fs0::after,
.nqbk6a    .jcmlr2v::after, .nqbk6a    .ekpa1fs0::after,
.j8ver   .jcmlr2v::after, .j8ver   .ekpa1fs0::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;
}
.cead6dnt .jcmlr2v::after, .cead6dnt .ekpa1fs0::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");
}
.fl5ev .jcmlr2v::after, .fl5ev .ekpa1fs0::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");
}
.vfuk8 .jcmlr2v::after, .vfuk8 .ekpa1fs0::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");
}
.pcvzba .jcmlr2v::after, .pcvzba .ekpa1fs0::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");
}
.h9ekhkhn .jcmlr2v::after, .h9ekhkhn .ekpa1fs0::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");
}
.uh4jw .jcmlr2v::after, .uh4jw .ekpa1fs0::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");
}
.nqbk6a .jcmlr2v::after, .nqbk6a .ekpa1fs0::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");
}
.j8ver .jcmlr2v::after, .j8ver .ekpa1fs0::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");
}
.m8tkrm7w   .yjyz8::after, .m8tkrm7w   .vgvime::after,
.nov156tm .yjyz8::after, .nov156tm .vgvime::after,
.ckoo0    .yjyz8::after, .ckoo0    .vgvime::after,
.qlb3to2    .yjyz8::after, .qlb3to2    .vgvime::after,
.l9n64    .yjyz8::after, .l9n64    .vgvime::after,
.xyzp     .yjyz8::after, .xyzp     .vgvime::after,
.uhg7j    .yjyz8::after, .uhg7j    .vgvime::after,
.i0psq   .yjyz8::after, .i0psq   .vgvime::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;
}
.m8tkrm7w .yjyz8::after, .m8tkrm7w .vgvime::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");
}
.nov156tm .yjyz8::after, .nov156tm .vgvime::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");
}
.ckoo0 .yjyz8::after, .ckoo0 .vgvime::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");
}
.qlb3to2 .yjyz8::after, .qlb3to2 .vgvime::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");
}
.l9n64 .yjyz8::after, .l9n64 .vgvime::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");
}
.xyzp .yjyz8::after, .xyzp .vgvime::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");
}
.uhg7j .yjyz8::after, .uhg7j .vgvime::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");
}
.i0psq .yjyz8::after, .i0psq .vgvime::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");
}
.p7dyy .s87crxv { background: var(--bg-raised); }
.nwahb.ekpa1fs0 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .didd9fr {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .didd9fr::before    { grid-area: rank;   }
  .tkxzv8           { grid-area: ident;  }
  .xdrfw     { grid-area: rating; min-width: 0; width: auto; }
  .tkk6n           { grid-area: pills;  }
  .nwahb             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .didd9fr {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .didd9fr::before    { justify-self: center; }
  .tkxzv8           { width: 100%; }
  .xdrfw     { justify-self: center; }
  .tkk6n           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .jzbqhpy .a7lu6qus {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .jzbqhpy .eky7 { margin: 0; }
}
.l2kobah .eky7 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.l2kobah .rtw250 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.l2kobah .lxou { padding: 14px 16px; }
.l2kobah .it63br8 { border-radius: 4px; }
.l2kobah .ny452ta { border-radius: 0; }
@media (max-width: 720px) {
  .omat0yp { grid-template-columns: 1fr; }
  .febo8e { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .febo8e .g2mp9m7k { width: 72px; height: 50px; }
  .febo8e .iuqlo { max-width: 180px; }
  .febo8e .rc4a4ges { width: auto; }
}
@media (max-width: 720px) {
  .t368ab { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .r2w3c2ju { padding: 16px; }
  .woephe5b .d0sw0uz { min-width: 50%; }
}
@media (max-width: 860px) {
  .qca4sc2 { grid-template-columns: 1fr; }
  .na12y { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .lphh5zcg { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .kedjvwu { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .s8go { flex-direction: column; align-items: stretch; }
}
.et6v .rc4a4ges .ekpa1fs0 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .wvjzekvc { flex-direction: column; align-items: stretch; gap: 10px; }
  .et6v .rc4a4ges { text-align: center; }
}
@media (max-width: 720px) {
  .c9j1 { grid-template-columns: 1fr; }
  .on4t4l8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .l854 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .ki4rb3c2 { grid-template-columns: 1fr; }
  .k38h { width: 100px; height: 100px; margin: 16px auto; }
  .kwf2 { font-size: 1.4rem; }
  .p0hd { justify-content: center; }
  .arhvlybl .d0sw0uz { min-width: 50%; }
}
@media (max-width: 540px) {
  .lhuxobc8 { flex-wrap: wrap; padding: 14px 16px; }
  .r2zrslm { padding: 12px 16px; }
  .dt6wm .km2c6e { margin: 0 16px; }
  .dt6wm .v997ku { padding: 0 16px; }
  .o9p0z { padding: 12px 16px; }
}
.lhwrqx3 .didd9fr {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.lhwrqx3 .didd9fr:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.km9m .tkk6n .ckp5 {
  background: transparent; padding: 4px 8px;
}
.km9m .tkk6n .dmlce07v { font-size: .65rem; opacity: .65; }
.km9m .tkk6n .i5bx   { font-size: 1.15rem; color: var(--accent-light); }
.n38nl .ky8l,
.n38nl .k3xkiz,
.n38nl .k3xkiz {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.n38nl .k3xkiz small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.n38nl .acra .ypbdu,
.n38nl .acra strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.n38nl .kd3s3,
.n38nl .jk6xx { font-size: 1em; }
.njpbm { margin: 16px 0; }
.t4f0in { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.t4f0in summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.t4f0in summary::after { content: "+"; color: var(--accent-light); }
.t4f0in[open] summary::after { content: "−"; }
.t4f0in p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.g421bl { margin-bottom: 0; }
.yo0f h2.xqmcd { color: var(--text-primary); border-color: var(--accent-light); }
.yqu4s97 h2.xqmcd { color: var(--text-primary); border-color: var(--accent-light); }
.yp7z03z8 .fix8e { background: #2d0a1e; border-color: #f43f5e; }
.yp7z03z8 .ekmqycw    { background: #1e1036; border-color: #a855f7; }
.yp7z03z8 .ljvzk strong  { color: #f1f5f9; }
.yp7z03z8 .ljvzk p       { color: #cbd5e1; }
.yp7z03z8 .ns2k7qiq    .d9c3     .u2w849o::before,
.yp7z03z8 .qz9wse  .d9c3     .u2w849o::before,
.yp7z03z8 .wvof54  .d9c3     .u2w849o::before,
.yp7z03z8 .smo0 .d9c3     .u2w849o::before { color: #10b981; }
.yp7z03z8 .ns2k7qiq    .fix8e .u2w849o::before,
.yp7z03z8 .qz9wse  .fix8e .u2w849o::before,
.yp7z03z8 .wvof54  .fix8e .u2w849o::before,
.yp7z03z8 .smo0 .fix8e .u2w849o::before { color: #f43f5e; }
.yp7z03z8 .ns2k7qiq    .ekmqycw    .u2w849o::before,
.yp7z03z8 .qz9wse  .ekmqycw    .u2w849o::before,
.yp7z03z8 .wvof54  .ekmqycw    .u2w849o::before,
.yp7z03z8 .smo0 .ekmqycw    .u2w849o::before { color: #a855f7; }
.lxl4s .fix8e { background: #2d0b0b; border-color: #ef4444; }
.lxl4s .ekmqycw    { background: #2d1600; border-color: #f97316; }
.lxl4s .ljvzk strong  { color: #f1f5f9; }
.lxl4s .ljvzk p       { color: #cbd5e1; }
.lxl4s .ns2k7qiq    .d9c3     .u2w849o::before,
.lxl4s .qz9wse  .d9c3     .u2w849o::before,
.lxl4s .wvof54  .d9c3     .u2w849o::before,
.lxl4s .smo0 .d9c3     .u2w849o::before { color: #eab308; }
.lxl4s .ns2k7qiq    .fix8e .u2w849o::before,
.lxl4s .qz9wse  .fix8e .u2w849o::before,
.lxl4s .wvof54  .fix8e .u2w849o::before,
.lxl4s .smo0 .fix8e .u2w849o::before { color: #ef4444; }
.lxl4s .ns2k7qiq    .ekmqycw    .u2w849o::before,
.lxl4s .qz9wse  .ekmqycw    .u2w849o::before,
.lxl4s .wvof54  .ekmqycw    .u2w849o::before,
.lxl4s .smo0 .ekmqycw    .u2w849o::before { color: #f97316; }
.mdd77oj .d9c3     { background: #0c1a2e; border-color: #38bdf8; }
.mdd77oj .fix8e { background: #12103a; border-color: #818cf8; }
.mdd77oj .ekmqycw    { background: #0a2020; border-color: #2dd4bf; }
.mdd77oj .ljvzk strong  { color: #f1f5f9; }
.mdd77oj .ljvzk p       { color: #cbd5e1; }
.mdd77oj .ns2k7qiq    .d9c3     .u2w849o::before,
.mdd77oj .qz9wse  .d9c3     .u2w849o::before,
.mdd77oj .wvof54  .d9c3     .u2w849o::before,
.mdd77oj .smo0 .d9c3     .u2w849o::before { color: #38bdf8; }
.mdd77oj .ns2k7qiq    .fix8e .u2w849o::before,
.mdd77oj .qz9wse  .fix8e .u2w849o::before,
.mdd77oj .wvof54  .fix8e .u2w849o::before,
.mdd77oj .smo0 .fix8e .u2w849o::before { color: #818cf8; }
.mdd77oj .ns2k7qiq    .ekmqycw    .u2w849o::before,
.mdd77oj .qz9wse  .ekmqycw    .u2w849o::before,
.mdd77oj .wvof54  .ekmqycw    .u2w849o::before,
.mdd77oj .smo0 .ekmqycw    .u2w849o::before { color: #2dd4bf; }
.po6c9st .fix8e { background: var(--accent-bg-light); border-color: var(--accent-light); }
.po6c9st .ekmqycw    { background: var(--accent-bg); border-color: var(--accent-pale); }
.po6c9st .ns2k7qiq    .u2w849o::before,
.po6c9st .qz9wse  .u2w849o::before,
.po6c9st .wvof54  .u2w849o::before,
.po6c9st .smo0 .u2w849o::before { color: var(--accent-light) !important; }
.nto6 .qiqqs { background: var(--bg-pros); }
.nto6 .v7w6cb { background: var(--bg-cons); }
.nto6 .qiqqs .hreoq { color: var(--c-pros-label); }
.nto6 .v7w6cb .tap2a { color: var(--c-cons); }
.nto6 .qiqqs ul li,
.nto6 .juu79l li          { color: var(--c-pros); }
.nto6 .v7w6cb ul li,
.nto6 .szznd li          { color: var(--c-cons); }
.y635 .ljvzk { background: transparent; border-left: none; border: 1.5px solid; }
.y635 .fix8e { border-color: var(--c-warn-border); }
.y635 .ekmqycw    { border-color: #60a5fa; }
.y635 .ljvzk strong { color: var(--text-primary); }
.y635 .ljvzk p      { color: var(--text-muted); }
.ai0iiq .ljvzk { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ai0iiq .fix8e { border-top-color: var(--c-warn-border); }
.ai0iiq .ekmqycw    { border-top-color: #60a5fa; }
.fqlldbz .ljvzk { border-left: none; border-radius: 8px; }
.fqlldbz .fix8e { background: #92400e; }
.fqlldbz .ekmqycw    { background: #1e3a8a; }
.fqlldbz .ljvzk strong,
.fqlldbz .ljvzk p { color: #fff; }
.fqlldbz .u2w849o::before { color: rgba(255,255,255,0.85) !important; }
.yp7z03z8.fqlldbz .fix8e,
.yp7z03z8 .fqlldbz .fix8e { background: #2d0a1e; }
.yp7z03z8.fqlldbz .ekmqycw,
.yp7z03z8 .fqlldbz .ekmqycw    { background: #1e1036; }
.lxl4s.fqlldbz .fix8e,
.lxl4s .fqlldbz .fix8e  { background: #2d0b0b; }
.lxl4s.fqlldbz .ekmqycw,
.lxl4s .fqlldbz .ekmqycw     { background: #2d1600; }
.mdd77oj.fqlldbz .d9c3,
.mdd77oj .fqlldbz .d9c3      { background: #0c1a2e; }
.mdd77oj.fqlldbz .fix8e,
.mdd77oj .fqlldbz .fix8e  { background: #12103a; }
.mdd77oj.fqlldbz .ekmqycw,
.mdd77oj .fqlldbz .ekmqycw     { background: #0a2020; }
.tlw1t .ljvzk { border-left: none; border-radius: 6px; padding: 10px 14px; }
.tlw1t .fix8e { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.tlw1t .ekmqycw    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.tlw1t .ljvzk strong { color: var(--text-primary); }
.tlw1t .ljvzk p      { color: var(--text-muted); }
.w0za .ljvzk { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ns2k7qiq .u2w849o,
.qz9wse .u2w849o,
.wvof54 .u2w849o,
.smo0 .u2w849o { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ns2k7qiq .u2w849o::before,
.qz9wse .u2w849o::before,
.wvof54 .u2w849o::before,
.smo0 .u2w849o::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ns2k7qiq .d9c3     .u2w849o::before { content: "✦"; color: var(--c-tip-border); }
.ns2k7qiq .fix8e .u2w849o::before { content: "▲"; color: var(--c-warn-border); }
.ns2k7qiq .ekmqycw    .u2w849o::before { content: "◉"; color: #60a5fa; }
.qz9wse .d9c3     .u2w849o::before { content: "★"; color: var(--c-tip-border); }
.qz9wse .fix8e .u2w849o::before { content: "◆"; color: var(--c-warn-border); }
.qz9wse .ekmqycw    .u2w849o::before { content: "●"; color: #60a5fa; }
.wvof54 .d9c3     .u2w849o::before { content: "▶"; color: var(--c-tip-border); }
.wvof54 .fix8e .u2w849o::before { content: "■"; color: var(--c-warn-border); }
.wvof54 .ekmqycw    .u2w849o::before { content: "▸"; color: #60a5fa; }
.smo0 .d9c3     .u2w849o::before { content: "→"; color: var(--c-tip-border); }
.smo0 .fix8e .u2w849o::before { content: "⬥"; color: var(--c-warn-border); }
.smo0 .ekmqycw    .u2w849o::before { content: "◈"; color: #60a5fa; }
.pw6trobu .uqgo7 .xlv9n,
.pw6trobu .psrtu67v .xlv9n  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.pw6trobu .qt75                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.pw6trobu .p2f255          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.pw6trobu .b4f7shs                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.f8xl .uqgo7 .xlv9n,
.f8xl .psrtu67v .xlv9n,
.f8xl .qt75,
.f8xl .didd9fr,
.f8xl .eky7,
.f8xl .p2f255,
.f8xl .b4f7shs,
.f8xl .w0za .ljvzk { box-shadow: none; }
.s4gezb   .t2mg4, .s4gezb .yqba, .s4gezb .c7pp9,
.s4gezb   .c65vxx8, .s4gezb .i9et9 { font-size: 0.9rem; }
.s4gezb   .dnax7sm, .s4gezb .ad66ev { font-size: 0.9rem; }
.tlv9   .t2mg4, .tlv9 .yqba, .tlv9 .c7pp9,
.tlv9   .c65vxx8, .tlv9 .i9et9 { font-size: 0.95rem; }
.tlv9   .dnax7sm, .tlv9 .ad66ev { font-size: 0.95rem; }
.ije7uc   .t2mg4, .ije7uc .yqba, .ije7uc .c7pp9,
.ije7uc   .c65vxx8, .ije7uc .i9et9 { font-size: 1.08rem; }
.ije7uc   .dnax7sm, .ije7uc .ad66ev { font-size: 1.05rem; }
.ije7uc   .i35cu { font-size: 0.97rem; }
.tshz .f2sb011      { font-size: 3.2rem; }
.tshz h2.xqmcd { font-size: 1.9rem; }
.tshz h3.p5wfpat     { font-size: 1.4rem; }
.z4ojo2 .f2sb011      { font-size: 3.8rem; }
.z4ojo2 h2.xqmcd { font-size: 2.2rem; }
.z4ojo2 h3.p5wfpat     { font-size: 1.6rem; }
.g421bl + .g421bl { position: relative; }
.tx55   .g421bl + .g421bl::before,
.m04xhu  .g421bl + .g421bl::before,
.t1rvs   .g421bl + .g421bl::before,
.jfprwmhd   .g421bl + .g421bl::before,
.z66ko   .g421bl + .g421bl::before,
.vrecbw .g421bl + .g421bl::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.tx55 .g421bl + .g421bl::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.m04xhu .g421bl + .g421bl::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.t1rvs .g421bl + .g421bl::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;
}
.jfprwmhd .g421bl + .g421bl::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.jfkbx5e .g421bl { margin-bottom: 16px; }
.jfkbx5e .g421bl + .g421bl { margin-top: 0; }
.jfkbx5e .t6xorq { padding-top: 0; padding-bottom: 0; }
.z66ko .g421bl + .g421bl::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.vrecbw .g421bl + .g421bl::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ulorm2gz .g421bl + .g421bl::before,
.kayeivm5 .g421bl + .g421bl::before,
.r09tdcwp .g421bl + .g421bl::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%;
}
.x8bv .ulorm2gz .g421bl:nth-child(even)::before,
.x8bv .kayeivm5 .g421bl:nth-child(even)::before,
.x8bv .r09tdcwp .g421bl:nth-child(even)::before { background: var(--bg-surface); }
.yiw864p .ulorm2gz .g421bl:nth-child(even)::before,
.yiw864p .kayeivm5 .g421bl:nth-child(even)::before,
.yiw864p .r09tdcwp .g421bl:nth-child(even)::before { background: var(--bg-card); }
.ulorm2gz .g421bl + .g421bl::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");
}
.kayeivm5 .g421bl + .g421bl::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");
}
.r09tdcwp .g421bl + .g421bl::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");
}
.oq14c .tjgg66,
.p3rigq9g .tjgg66,
.z56own .tjgg66 { overflow: hidden; }
.oq14c .yet9r9yl,
.p3rigq9g .yet9r9yl { margin-bottom: 60px; }
.z56own .yet9r9yl { margin-bottom: 70px; }
.oq14c .tjgg66::before,
.p3rigq9g .tjgg66::before,
.z56own .tjgg66::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.oq14c .tjgg66::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");
}
.p3rigq9g .tjgg66::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");
}
.z56own .tjgg66::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.hxvz7k .tjgg66:not(.aih2u) .ztyha6 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ncpvco .tjgg66:not(.aih2u) .ztyha6 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.jyasu5y  .tjgg66:not(.aih2u) .ztyha6 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.g6o8  .tjgg66:not(.aih2u) .ztyha6 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.hxvz7k .aih2u { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.ncpvco .aih2u { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.jyasu5y .aih2u { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.g6o8 .aih2u { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.wuj101 .aih2u { background: var(--accent); }
.wuj101 .aih2u .ztyha6 { background: none; }
.wuj101 .e6e6m { background: var(--accent); }
.wuj101 .ebuon05g { background: var(--accent-bg); }
.wuj101 .tjgg66:not(.aih2u) .ztyha6 { background: rgba(0,0,0,0.6); }
.vpuh3w .rsfao { float: left; width: 38%; margin: 0 28px 16px 0; }
.vpuh3w .rsfao .tkcf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vpuh3w .t6xorq::after { content: ''; display: block; clear: both; }
.az8iy .rsfao { float: right; width: 38%; margin: 0 0 16px 28px; }
.az8iy .rsfao .tkcf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.az8iy .t6xorq::after { content: ''; display: block; clear: both; }
.yqde834a .g421bl:nth-child(odd)  .rsfao { float: left;  width: 38%; margin: 0 28px 16px 0; }
.yqde834a .g421bl:nth-child(even) .rsfao { float: right; width: 38%; margin: 0 0 16px 28px; }
.yqde834a .rsfao .tkcf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.yqde834a .t6xorq::after { content: ''; display: block; clear: both; }
.vpuh3w .n8bo,
.az8iy .n8bo,
.yqde834a .n8bo,
@media (max-width: 900px) {
  .vpuh3w .rsfao,
  .az8iy .rsfao,
  .yqde834a .g421bl:nth-child(odd)  .rsfao,
  .yqde834a .g421bl:nth-child(even) .rsfao {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .vpuh3w .rsfao .tkcf,
  .az8iy .rsfao .tkcf,
  .yqde834a .rsfao .tkcf {
    max-height: none !important;
  }
}
.vpuh3w .dnax7sm,
.vpuh3w .ad66ev,
.az8iy .dnax7sm,
.az8iy .ad66ev,
.yqde834a .dnax7sm,
.yqde834a .ad66ev { overflow: hidden; }
@media (max-width: 640px) {
  .vpuh3w .rsfao,
  .az8iy .rsfao,
  .yqde834a .rsfao { float: none; width: 100%; margin: 0 0 16px 0; }
}
.bozozlky .op9l,
.bozozlky .t6xorq,
.bozozlky .ubxhjd  { max-width: 1100px; }
.l12a .op9l,
.l12a .t6xorq,
.l12a .ubxhjd  { max-width: 1200px; }
.rnz9 .op9l,
.rnz9 .t6xorq,
.rnz9 .ubxhjd  { max-width: 1320px; }
.attk { font-size: 0.82rem; color: var(--text-muted); }
.j1idk { display: flex; align-items: center; }
.um40x8fe {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.yo21u { display: flex; align-items: center; }
.qtrgkqb { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.qtrgkqb:hover { text-decoration: underline; }
.hu8ft { margin: 0 3px; opacity: 0.45; }
.hu8ft::before { content: '/'; }
.ewajj { padding: 2px 5px; color: var(--text-main); }
.cb9kjl1 .attk {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.cb9kjl1 .j1idk { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.hiz4ag .attk {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.hiz4ag .j1idk { padding: 0 0 0 12px; }
.rhwn1gx {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.eoijsmz .j1idk { padding: 0 16px; }
.eoijsmz .attk {
  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);
}
.eoijsmz .op9l { padding-top: 28px; }
@media (max-width: 720px) {
  .rhwn1gx { margin-top: 18px; padding: 0 16px; }
  .eoijsmz .op9l { padding-top: 16px; }
}
.bozozlky.cb9kjl1 .j1idk { max-width: 1100px; }
.l12a.cb9kjl1 .j1idk { max-width: 1200px; }
.rnz9.cb9kjl1 .j1idk { max-width: 1320px; }
.bozozlky .rhwn1gx { max-width: 1100px; }
.l12a .rhwn1gx { max-width: 1200px; }
.rnz9 .rhwn1gx { max-width: 1320px; }
.nrx33g .g421bl { padding-top: 16px; padding-bottom: 16px; }
.prpecs .g421bl { padding-top: 24px; padding-bottom: 24px; }
.zvqy .g421bl { padding-top: 40px; padding-bottom: 40px; }
.br4dsw1 .g421bl { padding-top: 52px; padding-bottom: 52px; }
.cx5shhr .g421bl:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.cx5shhr .g421bl:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.cx5shhr .g421bl:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.cx5shhr .g421bl:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.z0fh .t6xorq { padding-top: 10px;  padding-bottom: 10px; }
.rypbfw .t6xorq { padding-top: 18px;  padding-bottom: 18px; }
.twi9oen2 .t6xorq { padding-top: 36px;  padding-bottom: 36px; }
.osedwd .t6xorq { padding-top: 48px;  padding-bottom: 48px; }
.inxvfo h2.xqmcd { font-weight: 600; }
.inxvfo h3.p5wfpat     { font-weight: 600; }
.rgh2k5d h2.xqmcd { font-weight: 800; }
.rgh2k5d h3.p5wfpat     { font-weight: 700; }
.ytbc77sf h2.xqmcd { font-weight: 900; }
.ytbc77sf h3.p5wfpat     { font-weight: 800; }
.ytbc77sf .ljvzk strong,
.ytbc77sf .ljvzk strong { font-weight: 600; }
.yjyz8 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.bnwvrj0 .yjyz8 { display: none; }
@media (max-width: 640px) {
  .n58j { display: none; }
  .yjyz8 {
    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;
  }
}
.yjyz8 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.yjyz8:hover { opacity: 0.85; }
.dlijalm8 .yjyz8 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.yi814 .yjyz8,
.ayg1t  .yjyz8 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.yi814 .yjyz8:hover,
.ayg1t  .yjyz8:hover { opacity: 0.88; }
.dlijalm8.yi814 .yjyz8,
.dlijalm8.ayg1t  .yjyz8 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.vgvime {
  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;
}
.vgvime:hover { transform: translateY(-2px); opacity: 0.92; }
.vgvime { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ukxc .vgvime { display: none; }
.wvth .vgvime { right: 32px; }
.c2tpa  .vgvime { left: 32px; }
@media (max-width: 480px) {
  .wvth .vgvime { right: 20px; bottom: 20px; }
  .c2tpa  .vgvime { left: 20px; bottom: 20px; }
}
.c3tepj { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ubxhjd { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.nnyu7946 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.dtwepy { color: var(--text-dim); font-size: 0.8rem; }
.w4bcdw a, .ssrfr5 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.w4bcdw a:hover, .ssrfr5 a:hover { color: var(--accent-light); }
.ssrfr5 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.wufc .ubxhjd { text-align: center; }
.wufc .ssrfr5 { justify-content: center; margin-bottom: 16px; }
.wufc .nnyu7946 { margin-top: 0; }
.a1apc93 { margin-top: 10px; }
.a1apc93 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ubxhjd { padding-left: 16px; padding-right: 16px; }
  .xiilm .ubxhjd { padding: 20px 16px; }
  .ssrfr5 { gap: 4px 12px; }
  .nnyu7946 { font-size: 0.78rem; }
}
.ouh3u .nnyu7946 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ouh3u .dtwepy { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ouh3u .eji5y { grid-template-columns: 1fr 1fr; } .ouh3u .tvr0z5pe { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ouh3u .eji5y { grid-template-columns: 1fr; } }
.ovwh472 .nnyu7946 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ovwh472 .vqdt4tq { gap: 12px; } .ovwh472 .v8qz6 { margin-right: 0; width: 100%; } }
.y8upm4mm .nnyu7946 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.y8upm4mm .dtwepy { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .y8upm4mm .j1hk82 { grid-template-columns: 1fr 1fr; } .y8upm4mm .vwxs { grid-column: 1 / -1; } }
@media (max-width: 480px) { .y8upm4mm .j1hk82 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .e98c61 .lbfsuu35 { grid-template-columns: 1fr 1fr; } .e98c61 .sqj7tli1:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .e98c61 .lbfsuu35 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .jalioa4u .lbfsuu35 { grid-template-columns: 1fr; } }
.dnwka .ubxhjd { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.dnwka .ssrfr5 { justify-content: center; }
.kf6vxhn .iwocd      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.kf6vxhn .c3tepj { background: var(--bg-page); border-top-color: var(--border-alt); }
.sf8knwhh .iwocd      { background: #0d1117; border-bottom-color: #21262d; }
.sf8knwhh .hsyi9sjy { color: var(--accent-light); }
.sf8knwhh .ry7v { --msep-color: #8b949e; }
.sf8knwhh .ry7v a { color: #8b949e; }
.sf8knwhh .ry7v a:hover { color: var(--accent-light); }
.sf8knwhh .q7rfzrg { color: #8b949e; }
.sf8knwhh .c3tepj { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.sf8knwhh .nnyu7946,
.sf8knwhh .dtwepy { color: #6e7681; }
.sf8knwhh .w4bcdw a, .sf8knwhh .ssrfr5 a,
.sf8knwhh .q65i4r a, .sf8knwhh .iie2ol a,
.sf8knwhh .wxk0 a { color: #8b949e; }
.sf8knwhh .v8qz6 { color: #e6edf3; }
.sf8knwhh .w4bcdw a:hover, .sf8knwhh .ssrfr5 a:hover,
.sf8knwhh .q65i4r a:hover, .sf8knwhh .iie2ol a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .sf8knwhh .ry7v { background: #0d1117; border-top-color: #21262d; }
  .sf8knwhh .ry7v li a { border-bottom-color: #21262d; }
}
.js6zaw .iwocd      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.js6zaw .hsyi9sjy { color: var(--accent-light); }
.js6zaw .ry7v { --msep-color: #475569; }
.js6zaw .ry7v a { color: #475569; }
.js6zaw .ry7v a:hover { color: var(--accent-light); }
.js6zaw .q7rfzrg { color: #64748b; }
.js6zaw .c3tepj { background: #f0f4f8; border-top-color: #cbd5e1; }
.js6zaw .nnyu7946,
.js6zaw .dtwepy { color: #64748b; }
.js6zaw .w4bcdw a, .js6zaw .ssrfr5 a,
.js6zaw .w4bcdw a:hover, .js6zaw .ssrfr5 a:hover,
@media (max-width: 640px) {
  .js6zaw .ry7v { background: #f0f4f8; border-top-color: #cbd5e1; }
  .js6zaw .ry7v li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.yi814 .iwocd      { background: var(--accent); border-bottom-color: var(--accent-light); }
.yi814 .hsyi9sjy { color: #fff; }
.yi814 .ry7v { --msep-color: rgba(255,255,255,0.82); }
.yi814 .ry7v a { color: rgba(255,255,255,0.82); }
.yi814 .ry7v a:hover { color: #fff; }
.yi814 .q7rfzrg { color: rgba(255,255,255,0.9); }
.yi814 .c3tepj { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.yi814 .nnyu7946,
.yi814 .dtwepy { color: rgba(255,255,255,0.72); }
.yi814 .w4bcdw a, .yi814 .ssrfr5 a,
.yi814 .w4bcdw a:hover, .yi814 .ssrfr5 a:hover,
@media (max-width: 640px) {
  .yi814 .ry7v { background: var(--accent); border-top-color: var(--accent-light); }
  .yi814 .ry7v li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ayg1t .iwocd {
  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);
}
.ayg1t .c3tepj {
  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) {
  .ayg1t .ry7v {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.mkro .wmqy83 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.qlsh0 .wmqy83 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.obfytb1 .wmqy83 { min-height: 72px; height: auto; }
.olx2c .wmqy83 { min-height: 84px; height: auto; }
.xiilm .wmqy83 { max-width: none; padding: 0 32px; }
.xiilm .ubxhjd  { max-width: none; padding: 24px 32px; }
.ptzy.l12a .wmqy83 { max-width: 1200px; }
.ptzy.rnz9 .wmqy83 { max-width: 1320px; }
.nfz1bt   .hsyi9sjy, .nfz1bt   .v8qz6 { text-transform: capitalize; }
.h4rb02 .hsyi9sjy, .h4rb02 .v8qz6 { text-transform: lowercase; }
.meo16 .hsyi9sjy, .meo16 .v8qz6 { text-transform: uppercase; letter-spacing: 0.06em; }
.ws921i0, .ylo6fdfk {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bl4bx .ws921i0,
.l9fdt .ws921i0,
.x79c .ws921i0,
.wkrx8 .ws921i0,
.l89k2lbv   .ry7v a { font-weight: 500; }
.vgxz1 .ry7v a { font-weight: 600; }
.q8vf0bim     .ry7v a { font-weight: 700; }
.qucl    .ry7v a { font-weight: 800; letter-spacing: 0.01em; }
.lpqx7d04     .ry7v > li + li::before,
.fqgrs8w    .ry7v > li + li::before,
.wkf5    .ry7v > li + li::before,
.icfbgn .ry7v > li + li::before,
.ezieq .ry7v > li + li::before,
.wmndg  .ry7v > li + li::before,
.o8zgd    .ry7v > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.lpqx7d04     .ry7v > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.fqgrs8w    .ry7v > li + li::before { content: "|"; }
.wkf5    .ry7v > li + li::before { content: "—"; }
.icfbgn .ry7v > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ezieq .ry7v > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.wmndg  .ry7v > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.o8zgd    .ry7v > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .nrxh4 .q7rfzrg,
  .jzib1 .q7rfzrg,
  .k9ot9s7p .q7rfzrg,
  .edb14ge .q7rfzrg,
  .ayu8ypu .q7rfzrg {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .nrxh4 .q7rfzrg::before,
  .jzib1 .q7rfzrg::before,
  .k9ot9s7p .q7rfzrg::before,
  .edb14ge .q7rfzrg::before,
  .ayu8ypu .q7rfzrg::before { content: ""; display: block; flex-shrink: 0; }

  
  .nrxh4 .q7rfzrg::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;
  }

  
  .jzib1 .q7rfzrg::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;
  }

  
  .k9ot9s7p .q7rfzrg::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;
  }

  
  .edb14ge .q7rfzrg::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;
  }

  
  .ayu8ypu .q7rfzrg::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) {
  .qxh5528 .q7rfzrg {
    padding: 5px 14px;
  }
  .qxh5528 .ry7v {
    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;
  }
  .qxh5528 .ry7v li a {
    border-bottom: none; padding: 10px 22px;
  }
  .qxh5528 .ry7v li a:hover { background: var(--bg-raised); }
  .qxh5528 .h8nz7,
  .jgxn6ndc .h8nz7,
  .fnxhx2gp .h8nz7 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .v0nyghli .q7rfzrg {
    padding: 5px 10px;
  }
  .v0nyghli .ry7v {
    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);
  }
  .v0nyghli .ry7v.xq31 { transform: translateX(0); }
  .v0nyghli .ry7v li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .v0nyghli .ry7v li:last-child a { border-bottom: none; }
  .yi814 .ry7v,
  .sf8knwhh .ry7v { background: var(--accent) !important; }
  .yi814 .ry7v li a,
  .sf8knwhh .ry7v li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .fnxhx2gp .q7rfzrg {
    padding: 5px 10px;
  }
  .fnxhx2gp .ry7v {
    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);
  }
  .fnxhx2gp .ry7v::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .fnxhx2gp .ry7v.xq31 { transform: translateY(0); }
  .fnxhx2gp .ry7v li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .p153f .q7rfzrg {
    padding: 5px 10px;
  }
  .p153f .ry7v {
    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;
  }
  .p153f .ry7v.xq31 { opacity: 1; pointer-events: auto; }
  .p153f .ry7v li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .md44qa3     .q7rfzrg { border-radius: 0 !important; }
  .nxe1olka   .q7rfzrg { border-radius: 8px !important; }
  .n1gzmp4 .q7rfzrg { border-radius: 50% !important; }
  .ffp9c   .q7rfzrg { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .qjp3c5 .ezod { flex-direction: column; align-items: stretch; }
  .qjp3c5 .r8rf { flex-direction: row; min-width: auto; }
  .qjp3c5 .b47g { align-items: flex-start; text-align: left; }
}
.wxufx1ph,
.wxufx1ph.g421bl,
.x8bv .wxufx1ph,
.h10i .wxufx1ph,
.yiw864p .wxufx1ph,
.jdik7cpf .wxufx1ph {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.uwdvux8b {
  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;
}
.e56ej { flex: 1 1 280px; min-width: 0; }
.io7d0 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.fste84 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.d9a181f {
  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;
}
.d9a181f:hover { transform: translateY(-1px); opacity: 0.95; }
.nd50 .uwdvux8b {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.nd50 .io7d0 { color: var(--cta); }
.nd50 .fste84 { color: var(--text-body); }
.nd50 .d9a181f {
  background: var(--cta) !important;
  color: #fff !important;
}
.vb60in4a .uwdvux8b {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.vb60in4a .io7d0 { color: var(--text-primary); }
.vb60in4a .fste84 { color: var(--text-body); }
.vb60in4a .d9a181f {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .uwdvux8b {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .e56ej { flex: 0 0 auto; }
  .io7d0 { font-size: 1.2rem; }
  .d9a181f { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.jf8f .m0jkm { height: 36px; }
.esmuc .m0jkm { height: 60px; max-width: 200px; }
.f2g5iq0n .m0jkm { height: 56px; max-width: 180px; }
.e17qxq     .ky8l, .e17qxq     .ypbdu { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.km9m .dmlce07v {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.km9m .i5bx {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .bv43r .tz3j7 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .bv43r .didd9fr {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .bv43r .didd9fr { padding: 40px 16px 20px; }
  .bv43r .ckp5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .bv43r .nwahb { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .remtis4 .didd9fr {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .remtis4 .didd9fr::before {
    position: absolute; top: 14px; left: 14px;
  }
  .remtis4 .tkxzv8 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .remtis4 .y96l { white-space: normal; text-align: center; font-size: 1.2rem; }
  .remtis4 .ckp5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .remtis4 .nwahb { width: 100%; min-width: 0; }
  .remtis4 .ky8l { min-width: 0; }
}
.no5x6c .t4f0in {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.no5x6c .t4f0in summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.no5x6c .t4f0in p { padding: 0 2px 16px; }
.uf5v .t4f0in { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.uf5v .t4f0in summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.uf5v .t4f0in summary::after { content: "›"; font-size: 1.2em; }
.uf5v .t4f0in[open] summary::after { content: "‹"; }
.uf5v .t4f0in p { padding: 10px 22px 4px; }
.wovbu .t4f0in {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.wovbu .t4f0in summary { color: var(--text-primary); padding-left: 16px; }
.wovbu .t4f0in summary::after { content: "›"; font-size: 1.1em; }
.wovbu .t4f0in[open] summary::after { content: "‹"; }
.wovbu .t4f0in p { padding-left: 16px; }
.l82rz .njpbm { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.l82rz .t4f0in {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.l82rz .t4f0in:last-child { border-bottom: none; }
.l82rz .t4f0in summary { color: var(--text-primary); border-radius: 0; }
.l82rz .t4f0in summary::after { content: "›"; font-size: 1.1em; }
.l82rz .t4f0in[open] summary::after { content: "‹"; }
.j94y8zie .t4f0in { overflow: hidden; }
.j94y8zie .t4f0in summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.j94y8zie .t4f0in summary::after { color: rgba(255,255,255,.75); }
.j94y8zie .t4f0in[open] summary { border-radius: 0; }
.nqf1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.pt743q4 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.owfwo0g {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.qqyljtr { color: var(--text-muted); font-size: 1.05rem; }
.hru57w {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.kq3zzkf { margin-bottom: 20px; }
.bsei {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ckbna2 {
  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;
}
.ckbna2:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.cm9ku2wj { resize: vertical; min-height: 130px; }
.hz26h5pe { width: 100%; margin-top: 8px; }
.hkav {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ij04nl {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.tp1895 { color: var(--text-muted); line-height: 1.75; }
.nid8 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.nid8 li { margin-bottom: 6px; }
.wwhr88 { max-width: 760px; margin: 0 auto; }
.s94d9rg { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.choyk { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.choyk:last-child { border-bottom: none; }
.choyk h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.choyk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.yzb1gu { max-width: 760px; margin: 0 auto; }
.t7v4c3q0 ul.nid8 { margin: 0; }
@media (max-width: 640px) { .xeup3e36 { grid-template-columns: 1fr; gap: 10px; } }
.fxbuj { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.sythwei { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.u1hi4uy { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.sythwei p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.sythwei .nid8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .fxbuj { grid-template-columns: 1fr; } }
.oyoja2af { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.oyoja2af:hover .zbe6 { color: var(--accent-light); text-decoration: underline; }
.btzm { color: inherit; text-decoration: none; }
.btzm:hover { color: var(--accent-light); text-decoration: underline; }
.n88jseas { display: inline-block; line-height: 0; }
.e62v { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xi871b97 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.xi871b97:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.mnqjbe9w { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.xi871b97 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xi871b97 ul.nid8 { margin: 0; }
.xhk1g1f9 { color: var(--text-muted); line-height: 1.75; }
.jm8ci1n .nid8,
.gxqy16fg .nid8,
.hk8daco .nid8,
.nq9j46qe .nid8 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.jm8ci1n .xi871b97,
.gxqy16fg .xi871b97 { text-align: left; }
.jm8ci1n .mnqjbe9w,
.gxqy16fg .mnqjbe9w { text-align: center; }
.zya2u { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.tylz7 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.zlpv { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.i6k9c3q { margin-top: 12px; }
.laqx8e { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.laqx8e:hover { border-bottom-color: var(--accent-light); }
.eiavz9f { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.eiavz9f img { width: 100%; height: 100%; object-fit: cover; display: block; }
.r1l2b5 { width: 200px; height: 200px; }
.ps8htecf { border-radius: 50%; }
.e6gnif { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.mrdu { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .icee4k41 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.l04ked .zlpv, .l04ked .tylz7 { max-width: 640px; }
.jq3pr .zya2u { font-size: 1.6rem; margin-top: 18px; }
.eteq .zlpv { margin-bottom: 28px; }
@media (max-width: 860px) { .or2vjns3 { grid-template-columns: 1fr; } .jq3pr { position: static; text-align: center; } }
.mievrbe8 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.o2sd { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.o2sd .eiavz9f { margin: 0 auto 18px; }
.o2sd .e6gnif { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .mievrbe8 { grid-template-columns: 1fr; } }
.n717vh6 .zya2u { font-size: 1.6rem; margin-bottom: 6px; }
.nq9j46qe .nid8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .n717vh6 { flex-direction: column; text-align: center; } .sk0x { grid-template-columns: 1fr; } }
.eabb .zya2u { font-size: 1.35rem; margin: 0 0 4px; }
.eabb .e6gnif { margin: 0; }
.wx1pwxaw { max-width: 760px; margin: 0 auto; }
.rktlalu { position: relative; padding-left: 28px; }
.rktlalu::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.a3q5 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.a3q5:last-child { padding-bottom: 0; }
.uz6azrq { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.ruey h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.ruey p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.jaycp .owfwo0g { color: var(--accent-light); }
.uhrq1 {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.uhrq1 .owfwo0g { font-size: 2rem; }
.uhrq1 .qqyljtr { max-width: 680px; }
.tek0 .owfwo0g { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.tek0 .qqyljtr  { margin: 0; }
@media (max-width: 640px) { .tek0 { flex-direction: column; } }
.dkt80d .owfwo0g { color: var(--accent-light); }
.icra .owfwo0g { color: #fff; }
.icra .qqyljtr  { color: rgba(255,255,255,0.85); }
.ux72mzpx { max-width: 680px; margin: 0 auto; }
.gygik {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .gygik { grid-template-columns: 1fr; } }
.a500rcx { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.a500rcx .ckbna2 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.a500rcx .ckbna2:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.vkdb .ckbna2 { background: var(--bg-raised); border-color: transparent; }
.vkdb .ckbna2:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ispzz .ckbna2 { border-radius: 100px; padding: 11px 20px; }
.ispzz .cm9ku2wj { border-radius: 14px; }
@media (max-width: 640px) { .x8oivg { grid-template-columns: 1fr; } }
.y87y9 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.y87y9 li { margin-bottom: 6px; }
.jbp3mftv{display:none}
.jbp3mftv:empty,.gku0w:empty{display:none}
.yk7ai694{position:relative;overflow:visible}
.esdgn0 .iw68n7x,.v7w72h3 .iw68n7x,
.m8vj .iw68n7x,.p9anc .iw68n7x,
.lavfqzh .iw68n7x,.meahx1jz .iw68n7x{display:block}
.cy2zvxdf .q780c0{display:block}
.esdgn0 .iw68n7x,.v7w72h3 .iw68n7x,
.m8vj .iw68n7x,.p9anc .iw68n7x,
.lavfqzh .iw68n7x{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}
.esdgn0 .iw68n7x .gku0w,.v7w72h3 .iw68n7x .gku0w,
.m8vj .iw68n7x .gku0w,.p9anc .iw68n7x .gku0w,
.lavfqzh .iw68n7x .gku0w{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}
.esdgn0 .e1uxwm,.v7w72h3 .e1uxwm,
.m8vj .e1uxwm,.p9anc .e1uxwm,
.lavfqzh .e1uxwm{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.esdgn0 .iw68n7x,.v7w72h3 .iw68n7x{top:12px}
.esdgn0 .iw68n7x .gku0w{margin-right:auto}
.v7w72h3 .iw68n7x .gku0w{margin-left:auto}
.v7w72h3 .iw68n7x{text-align:right}
.m8vj .iw68n7x,.p9anc .iw68n7x{bottom:12px}
.m8vj .iw68n7x .gku0w{margin-right:auto}
.p9anc .iw68n7x .gku0w{margin-left:auto}
.p9anc .iw68n7x{text-align:right}
.lavfqzh .iw68n7x{position:relative;margin-top:16px}
.lavfqzh .iw68n7x .gku0w{margin:0 auto}
.meahx1jz .iw68n7x{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.meahx1jz .iw68n7x .gku0w{margin:0}
.meahx1jz .ebuon05g~.iw68n7x,
.meahx1jz .cpl1h~.iw68n7x{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.meahx1jz .ebuon05g~.iw68n7x .gku0w,
.meahx1jz .cpl1h~.iw68n7x .gku0w{justify-content:flex-start}
.ebuon05g~.iw68n7x,.cpl1h~.iw68n7x{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}
.ebuon05g~.iw68n7x .gku0w{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.cpl1h~.iw68n7x .gku0w{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.q780c0 .gku0w{margin:0 0 12px}
.gku0w{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.tqq4{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.zbe6{font-weight:600;color:var(--text-heading);opacity:1}
.o934w8::before{content:"·";margin:0 2px;opacity:.5}
.e1uxwm{white-space:nowrap}
.aj76zux .tqq4{display:none}
.w2xrtk .e1uxwm{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.w2xrtk .o934w8::before{content:""}
.d9txhp .e1uxwm{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}
.d9txhp .o934w8::before{content:""}
.o4psjo .gku0w{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.e0g40hhr .e1uxwm{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.e0g40hhr .o934w8::before{content:""}
.nwd5wm .e1uxwm{color: var(--accent-light);opacity:1;font-weight:500}
.jp434zm1 .e1uxwm{border-bottom:1px solid currentColor;padding-bottom:2px}
.tww0ciyh .gku0w{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.eyzy7h3{--date-bg:transparent}
.qictrs .o934w8::before{content:""}
.uu1f .o934w8::before{content:"•";opacity:.4}
.uu1f .e1uxwm + .e1uxwm::before{content:"•";margin-right:6px;opacity:.4}
.w4h24jt .o934w8::before{content:"/";opacity:.35}
.w4h24jt .e1uxwm + .e1uxwm::before{content:"/";margin-right:6px;opacity:.35}
.cxc1mku .o934w8::before{content:"|";opacity:.3}
.cxc1mku .e1uxwm + .e1uxwm::before{content:"|";margin-right:6px;opacity:.3}
.sk9n .o934w8::before{content:"—";opacity:.3}
.sk9n .e1uxwm + .e1uxwm::before{content:"—";margin-right:6px;opacity:.3}
.xbwm .o934w8::before{content:"◆";font-size:.5em;opacity:.35}
.xbwm .e1uxwm + .e1uxwm::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.otedn .o934w8::before{content:"·";opacity:.4}
.otedn .e1uxwm + .e1uxwm::before{content:"·";margin-right:6px;opacity:.4}
.fgp9ini3 .o934w8::before{content:"›";opacity:.4}
.fgp9ini3 .e1uxwm + .e1uxwm::before{content:"›";margin-right:6px;opacity:.4}
.kz97tt .o934w8::before{content:"→";opacity:.35;font-size:.85em}
.kz97tt .e1uxwm + .e1uxwm::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.g491tus{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.pwmtz{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.yk0v4fm8{display:flex;flex-direction:column;gap:3px}
.fefsv{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.k021x{font-weight:700;font-size:1rem;color:var(--text-heading)}
.qsqp{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.mkfg .g491tus{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.a4o3t6 .g491tus{border-top:3px solid var(--accent);padding-top:18px}
.r0bdg .g491tus{border-left:3px solid var(--accent);border-radius:0}
.kmpmp0s .g491tus{padding:20px 0}
@media(max-width:640px){
  .g491tus{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .qsqp{max-width:100%}
}
.etmi .p2f255{margin:0}
@media (max-width:560px){
  .du9yjk{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) {
  .he1v { padding: 28px 18px 20px; }
  .ppgxn2u { font-size: 1.2rem; }
  .qu9f { max-width: 220px; max-height: 80px; }
}
.ojkpid8 .pzc6b974 { border-radius: 22px; }
.q1wd .uwdvux8b {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .pzc6b974 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.agc8ln {
  margin: 28px 0 24px;
}
.agc8ln .g421bl {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.agc8ln .t6xorq {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.agc8ln .uwdvux8b {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .wmqy83 { flex-direction: row-reverse; }
[dir="rtl"] .ry7v { flex-direction: row-reverse; }
[dir="rtl"] .wvth .vgvime { right: auto; left: 32px; }
[dir="rtl"] .c2tpa  .vgvime { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .wvth .vgvime { right: auto; left: 20px; }
  [dir="rtl"] .c2tpa  .vgvime { left: auto;  right: 20px; }
}
[dir="rtl"] .vpuh3w .rsfao  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .az8iy .rsfao { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .dnax7sm, [dir="rtl"] .ad66ev { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ljvzk { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .uwdvux8b { direction: rtl; }
[dir="rtl"] .attk { direction: rtl; }
[dir="rtl"] .b4f7shs { direction: rtl; }
[dir="rtl"] .qfblz4ux { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .yt5ehi .ad66ev,
[dir="rtl"] .hplc9 .ad66ev,
[dir="rtl"] .uhnova09 .ad66ev,
[dir="rtl"] .sbduu49u .ad66ev {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .yt5ehi .ad66ev li::before,
[dir="rtl"] .hplc9 .ad66ev li::before,
[dir="rtl"] .uhnova09 .ad66ev li::before,
[dir="rtl"] .sbduu49u .ad66ev li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .tjgg66.gaahrxf .yet9r9yl,
[dir="rtl"] .cmq3n.gaahrxf .yet9r9yl,
[dir="rtl"] .aih2u.gaahrxf .yet9r9yl,
[dir="rtl"] .jaqn8q68.gaahrxf .yet9r9yl,
[dir="rtl"] .vplqt2de.gaahrxf .yet9r9yl { text-align: right; }
[dir="rtl"] .ebuon05g.i2zt9r .us6ve { text-align: center; }
[dir="rtl"] .t6xorq,
[dir="rtl"] .c65vxx8,
[dir="rtl"] .i9et9,
[dir="rtl"] .arzz3,
[dir="rtl"] .yet9r9yl { text-align: right; }
[dir="rtl"] .hru57w,
[dir="rtl"] .bsei,
[dir="rtl"] .zlpv,
[dir="rtl"] .ckbna2,
[dir="rtl"] .cm9ku2wj { text-align: right; direction: rtl; }
[dir="rtl"] .ispzz .ckbna2,
[dir="rtl"] .a500rcx .ckbna2 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #c8a73a;
  --brand:           #c8a73a;
  --brand-light:     #957f36;
  --brand-pale:      #b5a262;
  --grad-start:      #dcc781;
  --grad-end:        #e4d9b6;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #c8a73a;
  --cta-light:       #af9029;
  --cta-hover:       #99802a;
  --bg-page:         #f7f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f5f3;
  --bg-raised:       #f0f0ee;
  --bg-hover:        #f5f5f3;
  --border:          #e8e7e2;
  --border-alt:      #dbd9d0;
  --border-section:  #e8e7e2;
  --text-primary:    #1b1a17;
  --text-muted:      #5f5c53;
  --text-body:       #36342f;
  --text-sub:        #514f47;
  --text-faint:      #888476;
  --text-dim:        #9f9c92;
  --text-label:      #6c695f;
  --text-value:      #44423b;
  --accent-bg:       #efede5;
  --accent-bg-light: #e8e2ce;
  --bg-tip:          #f0f9f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f9f9;
  --bg-pros:         #f0f9f1;
  --bg-cons:         #faf4f3;
  --c-pros:          #188a26;
  --c-cons:          #9f3021;
  --c-pros-label:    #1da42d;
  --c-tip-border:    #20b532;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #188a26;
}
:root { --logo-bg-opacity: 73%; }
body, button, input { font-family: "Nunito", sans-serif; }
.fl63btdr .u2w849o { font-size: 0; width: 1.2rem; flex-shrink: 0; }.fl63btdr .u2w849o::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.fl63btdr .d9c3     .u2w849o::before { content: "";  color: var(--c-tip-border); }.fl63btdr .fix8e .u2w849o::before { content: ""; color: var(--c-warn-border); }.fl63btdr .ekmqycw    .u2w849o::before { content: ""; color: #60a5fa; }.yp7z03z8 .fl63btdr .d9c3     .u2w849o::before { color: #10b981; }.yp7z03z8 .fl63btdr .fix8e .u2w849o::before { color: #f43f5e; }.yp7z03z8 .fl63btdr .ekmqycw    .u2w849o::before { color: #a855f7; }.lxl4s  .fl63btdr .d9c3     .u2w849o::before { color: #eab308; }.lxl4s  .fl63btdr .fix8e .u2w849o::before { color: #ef4444; }.lxl4s  .fl63btdr .ekmqycw    .u2w849o::before { color: #f97316; }.mdd77oj  .fl63btdr .d9c3     .u2w849o::before { color: #38bdf8; }.mdd77oj  .fl63btdr .fix8e .u2w849o::before { color: #818cf8; }.mdd77oj  .fl63btdr .ekmqycw    .u2w849o::before { color: #2dd4bf; }.po6c9st .fl63btdr .u2w849o::before { color: var(--accent-light) !important; }
.gcgm9p .juu79l li::before, .gcgm9p .szznd li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.gcgm9p .juu79l li::before { content: ""; }.gcgm9p .szznd li::before { content: ""; }.gcgm9p .hreoq::before, .gcgm9p .tap2a::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.gcgm9p .hreoq::before { content: ""; }.gcgm9p .tap2a::before { content: ""; }
.f44b .edlqarl, .f44b .ebuon05g { min-height: 520px; }
.o5lbf4i .jcmlr2v::after, .o5lbf4i .ekpa1fs0::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.hu8ft::before { content: '·'; font-size: 1.3em; line-height: 1; }