:root {
  --color-accent: #d26042;
  --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;
}
.ru0p1 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.gwm4y {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.wwytxr {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.gaxcxd { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.cnylq { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.cnylq a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.cnylq a:hover { color: var(--accent-light); }
.ku1uhq   .hkz4 { border-radius: 0; }
.oa0o4 .hkz4 li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .hkz4 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .q5irf:hover .hkz4,
  .q5irf:focus-within .hkz4 { display: block; }
  .hkz4 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.dfsanc6 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.dhkz1eyh { display: none; }
@media (max-width: 640px) {
  .dhkz1eyh {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .dhkz1eyh.dl5l { display: block; }
}
@media (max-width: 640px) {
  .dfsanc6 { display: block; }
  .cnylq > li + li::before { display: none !important; }
  .cnylq {
    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;
  }
  .cnylq.dl5l { display: flex; }
  .cnylq li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .cnylq li:last-child a { border-bottom: none; }
}
.rl2l { min-height: 480px; }
.d54tihg {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.svogxqp { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.pus9fclo .svogxqp { margin-left: 0; margin-right: 0; }
.x55rx {
  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;
}
.k4opjv .x55rx { margin-top: 24px; }
.x55rx:hover { opacity: 0.88; }
.qbc7 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.eqfe1kt0 {
  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%);
}
.qbc7 .ieozor {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.qbc7 .d54tihg { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.qbc7 .svogxqp { color: #e2e8f0; }
.qbc7.dwoof75d .ieozor { text-align: center; }
.qbc7.pus9fclo   .ieozor { text-align: left; }
.m4zfu .ieozor {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.m4zfu .d54tihg { color: var(--text-primary); text-shadow: none; }
.m4zfu .svogxqp { color: var(--text-muted); }
.m4zfu .x55rx { margin-top: 16px; }
.m4zfu, .m4zfu.rl2l { min-height: auto !important; }
.m4zfu.dwoof75d .ieozor { text-align: center; }
.m4zfu.pus9fclo   .ieozor { text-align: left; }
.m4zfu~.hr70w51w{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}
.m4zfu~.hr70w51w .wbw4{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.tjbl1ux .qbc7 .eqfe1kt0 {
  overflow: hidden;
}
.tjbl1ux .qbc7 .eqfe1kt0::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%); }
}
.xi6wgyd .kijso,
.xi6wgyd .loa61 {
  position: relative; overflow: hidden;
}
.xi6wgyd .kijso::after,
.xi6wgyd .loa61::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@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); }
}
.xi6wgyd .qbc7 .eqfe1kt0 {
  overflow: hidden;
}
.xi6wgyd .qbc7 .eqfe1kt0::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;
}
.l3phez .qbc7 .eqfe1kt0 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.d0vlb8 .qbc7 .eqfe1kt0 {
  overflow: hidden;
}
.d0vlb8 .qbc7 .eqfe1kt0::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;
}
.b05zuw .qbc7 .eqfe1kt0 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.kijso .eqfe1kt0 {
  background: none;
}
.kijso .d54tihg { color: #fff; }
.kijso .svogxqp { color: rgba(255,255,255,0.85); }
.kijso .x55rx { background: #fff; color: var(--cta); }
.kijso .x55rx:hover { opacity: 0.92; }
.xi6wgyd .yszviig { position: relative; overflow: hidden; }
.xi6wgyd .yszviig::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.yszviig .d54tihg { text-shadow: none; color: var(--text-primary); }
.yszviig .svogxqp { color: var(--text-muted); }
body.dvzkotv .d54tihg {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.uoqop .d54tihg {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.rl2l.kijso .d54tihg,
section.kijso .d54tihg {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.yszviig.pus9fclo   .hqgrszrv { align-items: flex-start; text-align: left; }
.rl2l .p3k9jrw0 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.p3k9jrw0 .kk03.a1eat9sm {
  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;
}
.p3k9jrw0 .kk03.a1eat9sm:hover { opacity: 0.85; }
.oywyv .ieozor { padding-bottom: 24px; }
.k4opjv .ieozor { max-width: 1100px; }
@media (max-width: 700px) {
  .yszviig { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .yszviig:not(.xcprmun) .a9b1 { display: none !important; }
  .xcprmun .a9b1 { padding: 16px; }
  .hqgrszrv  { padding: 36px 24px; }
  .yszviig~.hr70w51w,.vaovmh~.hr70w51w{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .rl2l, .yszviig { min-height: 320px !important; }
  .d54tihg { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .dkw2pt,
  .v19lm,
  .q1sbh { grid-template-columns: 1fr !important; }

  

  
  .oywyv { display: flex !important; flex-direction: column !important; }
  .oywyv .ieozor { display: contents; }
  .oywyv .eqfe1kt0 { order: 0; }
  .oywyv .d54tihg { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .oywyv .dkw2pt { order: 2; padding: 0 16px 12px !important; }
  .oywyv .svogxqp { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .k4opjv .ieozor { display: flex; flex-direction: column; }
  .k4opjv .ieozor .d54tihg { order: 1; }
  .k4opjv .ieozor .q1sbh { order: 2; margin: 8px 0 24px !important; }
  .k4opjv .ieozor .svogxqp { order: 3; }
  .k4opjv .ieozor .x55rx { order: 4; align-self: center; margin-top: 0; }

  
  .yszviig.xcprmun {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .yszviig.xcprmun .hqgrszrv { display: contents; padding: 0; }
  .yszviig.xcprmun .hqgrszrv .d54tihg { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .yszviig.xcprmun .a9b1 { order: 2; padding: 12px 16px; }
  .yszviig.xcprmun .hqgrszrv .svogxqp { order: 3; padding: 0 24px; margin: 0 auto; }
  .yszviig.xcprmun .hqgrszrv .x55rx { order: 4; align-self: center; margin: 8px 0 32px; }
}
.buqailv { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ptlr2rd { width: 100%; height: auto; display: block; border-radius: 10px; }
.n5d9255 .buqailv        { border-radius: 16px; }
.n5d9255 .ptlr2rd  { border-radius: 16px; }
.k6rc9ymy .buqailv         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.k6rc9ymy .ptlr2rd   { border-radius: 8px; }
.smf0ab { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.setzq8k1 { width: 100%; padding: 32px 0; position: relative; }
.pgfa { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.azrrn5s .setzq8k1:nth-child(even) { background: var(--bg-surface); }
.azrrn5s .setzq8k1:nth-child(odd)  { background: var(--bg-page); }
.wsei80k .setzq8k1:nth-child(even) { background: var(--bg-card); }
.wsei80k .setzq8k1:nth-child(odd)  { background: var(--bg-page); }
.azrrn5s .setzq8k1:nth-child(odd)  .pgfa { background: var(--bg-card); border-radius: 6px; }
.azrrn5s .setzq8k1:nth-child(even) .pgfa { background: var(--bg-raised); border-radius: 6px; }
.wsei80k .setzq8k1:nth-child(odd)  .pgfa { background: var(--bg-card); border-radius: 6px; }
.wsei80k .setzq8k1:nth-child(even) .pgfa { background: var(--bg-raised); border-radius: 6px; }
.azrrn5s .setzq8k1:nth-child(even) .go88jbo0 .drxs,
.wsei80k .setzq8k1:nth-child(even) .go88jbo0 .drxs { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.azrrn5s .setzq8k1:nth-child(odd) .go88jbo0 .drxs,
.wsei80k .setzq8k1:nth-child(odd) .go88jbo0 .drxs { background: var(--bg-card-inner); }
.azrrn5s .setzq8k1:nth-child(even) .abiw .drxs:nth-child(odd),
.wsei80k .setzq8k1:nth-child(even) .abiw .drxs:nth-child(odd)  { background: var(--bg-card); }
.azrrn5s .setzq8k1:nth-child(even) .abiw .drxs:nth-child(even),
.wsei80k .setzq8k1:nth-child(even) .abiw .drxs:nth-child(even) { background: var(--bg-card-inner); }
h1.yj0m { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.yj0m {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.r4lai { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ufethz h2.yj0m {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.tdjx0 h2.yj0m {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.zr38 h2.yj0m {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.qsc7v3 h2.yj0m::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.qcwuuddk h2.yj0m {
  color: var(--text-primary); font-size: 1.7rem;
}
.ha7uj h2.yj0m::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.uwz03 h2.yj0m {
  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;
}
.ero9r3ug { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ero9r3ug { display: none; } }
.tv44c0t { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.xb0t { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.b2qab {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.drhe72bc { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.rfrbv6 { padding-left: 20px; }
.rfrbv6 li { margin-bottom: 6px; }
.rfrbv6 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.rfrbv6 a:hover { color: var(--accent-light); }
.gaiw1ew .drhe72bc { display: none; }
.s20pl .drhe72bc { display: none; }
.s20pl .rfrbv6 { padding-left: 0; list-style: none; }
.s20pl .rfrbv6 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.s20pl .rfrbv6 a { font-size: 0.92rem; }
.cj6cxm4 .b2qab { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.cj6cxm4 .drhe72bc { display: none; }
.cj6cxm4 .rfrbv6 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.cj6cxm4 .rfrbv6 li { margin-bottom: 0; }
.cj6cxm4 .rfrbv6 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;
}
.cj6cxm4 .rfrbv6 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.yklp1 .b2qab { padding: 20px 20px 16px; }
.yklp1 .rfrbv6 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.yklp1 .rfrbv6 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.yklp1 .rfrbv6 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;
}
.yklp1 .rfrbv6 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;
}
.yklp1 .rfrbv6 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.yklp1 .rfrbv6 a:focus,
.yklp1 .rfrbv6 a:focus-visible,
.yklp1 .rfrbv6 a:target { outline: none; }
.yklp1 .rfrbv6 li:target a { border-color: var(--border); color: var(--text-muted); }
.d4j0p3j .b2qab { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.d4j0p3j .drhe72bc { display: none; }
.d4j0p3j .rfrbv6 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.d4j0p3j .rfrbv6 li { margin-bottom: 0; }
.d4j0p3j .rfrbv6 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.d4j0p3j .rfrbv6 li:last-child::after { content: ""; margin-right: 0; }
.d4j0p3j .rfrbv6 a { font-size: 0.9rem; }
.drxs { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.go88jbo0 .drxs { background: var(--bg-card); }
.abiw .drxs:nth-child(odd)  { background: var(--bg-card); }
.abiw .drxs:nth-child(even) { background: var(--bg-raised); }
.y8pq9 .drxs {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.y8pq9 .drxs:last-child { border-bottom: none; }
.y8pq9 h3.r4lai { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.p4vrjx .drxs {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.p4vrjx .drxs + .drxs { margin-top: 4px; }
.bu8ixdg .drxs { background: none; border-radius: 0; padding: 12px 0; }
.bu8ixdg .drxs + .drxs { border-top: 1px solid var(--border-section); }
.fh322 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.jg87flt { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.d9thn77 { color: var(--text-body); margin-bottom: 10px; }
.q2smdv, .lvon8dr { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.q2smdv li, .lvon8dr li { margin-bottom: 6px; }
.lvon8dr li { list-style: decimal; }
.iosca0     .q2smdv { list-style-type: "● "; }
.vetv2zq  .q2smdv { list-style-type: "■ "; }
.p4n8r .q2smdv { list-style-type: "◆ "; }
.ryef666h    .q2smdv { list-style-type: "★ "; }
.iosca0     .ymci { list-style-type: "● "; }
.vetv2zq  .ymci { list-style-type: "■ "; }
.p4n8r .ymci { list-style-type: "◆ "; }
.ryef666h    .ymci { list-style-type: "★ "; }
.iosca0    .q2smdv li::marker, .iosca0    .ymci li::marker,
.vetv2zq .q2smdv li::marker, .vetv2zq .ymci li::marker,
.p4n8r .q2smdv li::marker, .p4n8r .ymci li::marker,
.ryef666h   .q2smdv li::marker, .ryef666h   .ymci li::marker {
  color: var(--cta); font-size: 1em;
}
.iosca0 .lvon8dr,
.vetv2zq .lvon8dr,
.p4n8r .lvon8dr,
.ryef666h .lvon8dr {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.iosca0 .lvon8dr li,
.vetv2zq .lvon8dr li,
.p4n8r .lvon8dr li,
.ryef666h .lvon8dr li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.iosca0 .lvon8dr li::before,
.vetv2zq .lvon8dr li::before,
.p4n8r .lvon8dr li::before,
.ryef666h .lvon8dr 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;
}
.iosca0     .lvon8dr li::before { border-radius: 50%; }
.vetv2zq  .lvon8dr li::before { border-radius: 3px; }
.p4n8r .lvon8dr li::before { border-radius: 3px; }
.ryef666h    .lvon8dr li::before { border-radius: 50%; }
.jtujb8 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.lidn92td .jtujb8,
.zviyz .jtujb8 { background: transparent; border: none; border-radius: 0; }
.zrob { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.zrob th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.zrob td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.zrob tr:hover td { background: var(--bg-hover); }
.czuusja .zrob tbody tr:nth-child(even) td { background: var(--bg-surface); }
.vo1y6416 .zrob { border: 1px solid var(--border-alt); }
.vo1y6416 .zrob th,
.vo1y6416 .zrob td { border: 1px solid var(--border-alt); }
.rwy6hsbm .zrob th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.rwy6hsbm .zrob td { border-bottom: none; }
.rwy6hsbm .zrob tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.fdqtcle .zrob th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.l99g8o .jtujb8 {
  overflow: hidden;
}
.l99g8o .zrob th { border-bottom: 1px solid var(--border-alt); }
.l99g8o .zrob tr:last-child td { border-bottom: none; }
.m5r5gc { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.vzhbix { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.edvt { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.h7b1ppn5 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.rmz1 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ymci { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ymci 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%}
.htb2jms6 .h7b1ppn5 { background: transparent; text-align: center; }
.mhnx .edvt {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.nhpj3n .edvt {
  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);
}
.xamo4 .vzhbix { display: grid; grid-template-columns: auto 1fr; }
.xamo4 .edvt {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.xamo4 .h7b1ppn5 { grid-column: 2; }
.xamo4 .rmz1,
.xamo4 .ymci { grid-column: 1 / -1; }
.v4z160db .vzhbix { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.v4z160db .edvt {
  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);
}
.v4z160db .h7b1ppn5 { grid-column: 2; }
.v4z160db .rmz1,
.v4z160db .ymci { grid-column: 1 / -1; }
.k7s7x6xr .vzhbix { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.k7s7x6xr .h7b1ppn5 { background: none; color: var(--accent-light); font-weight: 700; }
.neoj0f .vzhbix { 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); }
.neoj0f .h7b1ppn5 { background: none; color: var(--accent-light); font-weight: 700; }
.x1i9kb .vzhbix { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.x1i9kb .vzhbix:last-child { border-bottom: none; }
.x1i9kb .h7b1ppn5 { background: none; color: var(--accent-light); font-weight: 700; }
.zf60it6 .vzhbix { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.zf60it6 .h7b1ppn5 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.m1kqs9 .m5r5gc { counter-reset: card-n; }
.m1kqs9 .vzhbix  { counter-increment: card-n; }
.m1kqs9 .h7b1ppn5 { display: flex; align-items: center; gap: 10px; }
.m1kqs9 .h7b1ppn5::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;
}
.pihilz7 .vzhbix { background: var(--bg-surface); border: 1px solid var(--border); }
.pihilz7 .h7b1ppn5 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ygnpcblb { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.jj9achqn  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.gdktl9d { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.d497n { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.fyscp1e { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ygnpcblb strong { color: var(--text-primary); font-size: 0.95rem; }
.ygnpcblb p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.ptlr2rd { width: 100%; height: auto; border-radius: 10px; display: block; }
.a1eat9sm {
  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;
}
.a1eat9sm:hover { opacity: 0.85; }
.zeevhb .a1eat9sm  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.zeevhb .a1eat9sm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.i4h4xci5 .a1eat9sm  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.i4h4xci5 .a1eat9sm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.t0086 .x55rx { border-radius: 50px; }
.t0086 .a1eat9sm  { border-radius: 50px; }
.neuzu8cw .x55rx { padding-left: 22px; padding-right: 22px; }
.neuzu8cw .a1eat9sm  { padding-left: 12px; padding-right: 12px; }
.i3ux3lu .x55rx { padding-left: 44px; padding-right: 44px; }
.i3ux3lu .a1eat9sm  { padding-left: 24px; padding-right: 24px; }
.icwo6 .x55rx { padding-left: 56px; padding-right: 56px; }
.icwo6 .a1eat9sm  { padding-left: 32px; padding-right: 32px; }
.hhvoow   .x55rx::after, .hhvoow   .a1eat9sm::after,
.y1hf1 .x55rx::after, .y1hf1 .a1eat9sm::after,
.ofegbdr    .x55rx::after, .ofegbdr    .a1eat9sm::after,
.dsd6    .x55rx::after, .dsd6    .a1eat9sm::after,
.on2bhl    .x55rx::after, .on2bhl    .a1eat9sm::after,
.be05     .x55rx::after, .be05     .a1eat9sm::after,
.onwcz    .x55rx::after, .onwcz    .a1eat9sm::after,
.ztitu   .x55rx::after, .ztitu   .a1eat9sm::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;
}
.hhvoow .x55rx::after, .hhvoow .a1eat9sm::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");
}
.y1hf1 .x55rx::after, .y1hf1 .a1eat9sm::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");
}
.ofegbdr .x55rx::after, .ofegbdr .a1eat9sm::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");
}
.dsd6 .x55rx::after, .dsd6 .a1eat9sm::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");
}
.on2bhl .x55rx::after, .on2bhl .a1eat9sm::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");
}
.be05 .x55rx::after, .be05 .a1eat9sm::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");
}
.onwcz .x55rx::after, .onwcz .a1eat9sm::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");
}
.ztitu .x55rx::after, .ztitu .a1eat9sm::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");
}
.pk7he   .yyvx7r::after, .pk7he   .btg49y::after,
.mftmd .yyvx7r::after, .mftmd .btg49y::after,
.q8yho6rq    .yyvx7r::after, .q8yho6rq    .btg49y::after,
.yr8b30st    .yyvx7r::after, .yr8b30st    .btg49y::after,
.o9c8a4pm    .yyvx7r::after, .o9c8a4pm    .btg49y::after,
.qexq     .yyvx7r::after, .qexq     .btg49y::after,
.t39ee9    .yyvx7r::after, .t39ee9    .btg49y::after,
.rcry   .yyvx7r::after, .rcry   .btg49y::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;
}
.pk7he .yyvx7r::after, .pk7he .btg49y::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");
}
.mftmd .yyvx7r::after, .mftmd .btg49y::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");
}
.q8yho6rq .yyvx7r::after, .q8yho6rq .btg49y::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");
}
.yr8b30st .yyvx7r::after, .yr8b30st .btg49y::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");
}
.o9c8a4pm .yyvx7r::after, .o9c8a4pm .btg49y::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");
}
.qexq .yyvx7r::after, .qexq .btg49y::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");
}
.t39ee9 .yyvx7r::after, .t39ee9 .btg49y::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");
}
.rcry .yyvx7r::after, .rcry .btg49y::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");
}
.es850 .dr4x   { background: rgba(128,128,128,.12); }
.kk03.a1eat9sm {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .o53pp6wt {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .o53pp6wt::before    { grid-area: rank;   }
  .ovxd06i           { grid-area: ident;  }
  .kp4mg     { grid-area: rating; min-width: 0; width: auto; }
  .u16livo5           { grid-area: pills;  }
  .kk03             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .o53pp6wt {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .o53pp6wt::before    { justify-self: center; }
  .ovxd06i           { width: 100%; }
  .kp4mg     { justify-self: center; }
  .u16livo5           { grid-template-columns: 1fr; }
}
.vxxg15w    .mlbue li::before { content: "◆"; }
.vxxg15w    .l7ao0 li::before { content: "▲"; }
.onjwsy .lqd6c5dh { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .pxv9sw .v1ezj56 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .pxv9sw .b5bhf76 { margin: 0; }
}
@media (max-width: 720px) {
  .tx2btk { grid-template-columns: 1fr; }
  .xp0ljfmx { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .xp0ljfmx .co12u4ml { width: 72px; height: 50px; }
  .xp0ljfmx .ykbuc { max-width: 180px; }
  .xp0ljfmx .xp5b { width: auto; }
}
@media (max-width: 720px) {
  .ussb { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .bv4214 { padding: 16px; }
  .xtda8fb3 .vwz03 { min-width: 50%; }
}
@media (max-width: 860px) {
  .k3ld93v1 { grid-template-columns: 1fr; }
  .cz6ku0j { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .c7zfd740 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .r1i47e { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .y9xcf { flex-direction: column; align-items: stretch; }
}
.gf06 .xp5b .a1eat9sm { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .lzr0 { flex-direction: column; align-items: stretch; gap: 10px; }
  .gf06 .xp5b { text-align: center; }
}
@media (max-width: 720px) {
  .etrz { grid-template-columns: 1fr; }
  .fr68xh3h { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .q4471 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .lx9pvd { grid-template-columns: 1fr; }
  .wzsx0r { width: 100px; height: 100px; margin: 16px auto; }
  .j0cye7 { font-size: 1.4rem; }
  .crtkrwkh { justify-content: center; }
  .jmihyy5 .vwz03 { min-width: 50%; }
}
@media (max-width: 540px) {
  .hm2r33ua { flex-wrap: wrap; padding: 14px 16px; }
  .ytmdwnr { padding: 12px 16px; }
  .pfbuhvm .rtejema { margin: 0 16px; }
  .pfbuhvm .g7v6 { padding: 0 16px; }
  .juey2o4 { padding: 12px 16px; }
}
.hxy3ma .ibbs {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.k12t { margin: 16px 0; }
.k0089bs4 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.k0089bs4 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.k0089bs4 summary::after { content: "+"; color: var(--accent-light); }
.k0089bs4[open] summary::after { content: "−"; }
.k0089bs4 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.setzq8k1 { margin-bottom: 0; }
.z7sj9p1p h2.yj0m { color: var(--text-primary); border-color: var(--accent-light); }
.tz2ublvx h2.yj0m { color: var(--text-primary); border-color: var(--accent-light); }
.ulrqg .jj9achqn     { background: #052e16; border-color: #10b981; }
.ulrqg .gdktl9d { background: #2d0a1e; border-color: #f43f5e; }
.ulrqg .d497n    { background: #1e1036; border-color: #a855f7; }
.ulrqg .ygnpcblb strong  { color: #f1f5f9; }
.ulrqg .ygnpcblb p       { color: #cbd5e1; }
.ulrqg .ydut5    .jj9achqn     .fyscp1e::before,
.ulrqg .ssj9  .jj9achqn     .fyscp1e::before,
.ulrqg .kp3hk3  .jj9achqn     .fyscp1e::before,
.ulrqg .u18j7o .jj9achqn     .fyscp1e::before { color: #10b981; }
.ulrqg .ydut5    .gdktl9d .fyscp1e::before,
.ulrqg .ssj9  .gdktl9d .fyscp1e::before,
.ulrqg .kp3hk3  .gdktl9d .fyscp1e::before,
.ulrqg .u18j7o .gdktl9d .fyscp1e::before { color: #f43f5e; }
.ulrqg .ydut5    .d497n    .fyscp1e::before,
.ulrqg .ssj9  .d497n    .fyscp1e::before,
.ulrqg .kp3hk3  .d497n    .fyscp1e::before,
.ulrqg .u18j7o .d497n    .fyscp1e::before { color: #a855f7; }
.b5l57 .jj9achqn     { background: #2d2000; border-color: #eab308; }
.b5l57 .gdktl9d { background: #2d0b0b; border-color: #ef4444; }
.b5l57 .d497n    { background: #2d1600; border-color: #f97316; }
.b5l57 .ygnpcblb strong  { color: #f1f5f9; }
.b5l57 .ygnpcblb p       { color: #cbd5e1; }
.b5l57 .ydut5    .jj9achqn     .fyscp1e::before,
.b5l57 .ssj9  .jj9achqn     .fyscp1e::before,
.b5l57 .kp3hk3  .jj9achqn     .fyscp1e::before,
.b5l57 .u18j7o .jj9achqn     .fyscp1e::before { color: #eab308; }
.b5l57 .ydut5    .gdktl9d .fyscp1e::before,
.b5l57 .ssj9  .gdktl9d .fyscp1e::before,
.b5l57 .kp3hk3  .gdktl9d .fyscp1e::before,
.b5l57 .u18j7o .gdktl9d .fyscp1e::before { color: #ef4444; }
.b5l57 .ydut5    .d497n    .fyscp1e::before,
.b5l57 .ssj9  .d497n    .fyscp1e::before,
.b5l57 .kp3hk3  .d497n    .fyscp1e::before,
.b5l57 .u18j7o .d497n    .fyscp1e::before { color: #f97316; }
.iwtsg .jj9achqn     { background: #0c1a2e; border-color: #38bdf8; }
.iwtsg .gdktl9d { background: #12103a; border-color: #818cf8; }
.iwtsg .d497n    { background: #0a2020; border-color: #2dd4bf; }
.iwtsg .ygnpcblb strong  { color: #f1f5f9; }
.iwtsg .ygnpcblb p       { color: #cbd5e1; }
.iwtsg .ydut5    .jj9achqn     .fyscp1e::before,
.iwtsg .ssj9  .jj9achqn     .fyscp1e::before,
.iwtsg .kp3hk3  .jj9achqn     .fyscp1e::before,
.iwtsg .u18j7o .jj9achqn     .fyscp1e::before { color: #38bdf8; }
.iwtsg .ydut5    .gdktl9d .fyscp1e::before,
.iwtsg .ssj9  .gdktl9d .fyscp1e::before,
.iwtsg .kp3hk3  .gdktl9d .fyscp1e::before,
.iwtsg .u18j7o .gdktl9d .fyscp1e::before { color: #818cf8; }
.iwtsg .ydut5    .d497n    .fyscp1e::before,
.iwtsg .ssj9  .d497n    .fyscp1e::before,
.iwtsg .kp3hk3  .d497n    .fyscp1e::before,
.iwtsg .u18j7o .d497n    .fyscp1e::before { color: #2dd4bf; }
.ejxu .jj9achqn     { background: var(--accent-bg); border-color: var(--accent-light); }
.ejxu .gdktl9d { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ejxu .d497n    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ejxu .ydut5    .fyscp1e::before,
.ejxu .ssj9  .fyscp1e::before,
.ejxu .kp3hk3  .fyscp1e::before,
.ejxu .u18j7o .fyscp1e::before { color: var(--accent-light) !important; }
.w7ho .mfa7 { background: var(--bg-pros); }
.w7ho .cchm6u3 { background: var(--bg-cons); }
.w7ho .mfa7 .lk2m68e { color: var(--c-pros-label); }
.w7ho .cchm6u3 .hj8lx3m { color: var(--c-cons); }
.w7ho .mfa7 ul li,
.w7ho .mlbue li          { color: var(--c-pros); }
.w7ho .cchm6u3 ul li,
.w7ho .l7ao0 li          { color: var(--c-cons); }
.vxxg15w .lk2m68e::before { content: "◆ "; }
.vxxg15w .hj8lx3m::before { content: "▲ "; }
.onjwsy .ygnpcblb { background: transparent; border-left: none; border: 1.5px solid; }
.onjwsy .jj9achqn     { border-color: var(--c-tip-border); }
.onjwsy .gdktl9d { border-color: var(--c-warn-border); }
.onjwsy .d497n    { border-color: #60a5fa; }
.onjwsy .ygnpcblb strong { color: var(--text-primary); }
.onjwsy .ygnpcblb p      { color: var(--text-muted); }
.wj8rm .ygnpcblb { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.wj8rm .jj9achqn     { border-top-color: var(--c-tip-border); }
.wj8rm .gdktl9d { border-top-color: var(--c-warn-border); }
.wj8rm .d497n    { border-top-color: #60a5fa; }
.dho6b4d .ygnpcblb { border-left: none; border-radius: 8px; }
.dho6b4d .jj9achqn     { background: #065f46; }
.dho6b4d .gdktl9d { background: #92400e; }
.dho6b4d .d497n    { background: #1e3a8a; }
.dho6b4d .ygnpcblb strong,
.dho6b4d .ygnpcblb p { color: #fff; }
.dho6b4d .fyscp1e::before { color: rgba(255,255,255,0.85) !important; }
.ulrqg.dho6b4d .jj9achqn,
.ulrqg .dho6b4d .jj9achqn     { background: #052e16; }
.ulrqg.dho6b4d .gdktl9d,
.ulrqg .dho6b4d .gdktl9d { background: #2d0a1e; }
.ulrqg.dho6b4d .d497n,
.ulrqg .dho6b4d .d497n    { background: #1e1036; }
.b5l57.dho6b4d .jj9achqn,
.b5l57 .dho6b4d .jj9achqn      { background: #2d2000; }
.b5l57.dho6b4d .gdktl9d,
.b5l57 .dho6b4d .gdktl9d  { background: #2d0b0b; }
.b5l57.dho6b4d .d497n,
.b5l57 .dho6b4d .d497n     { background: #2d1600; }
.iwtsg.dho6b4d .jj9achqn,
.iwtsg .dho6b4d .jj9achqn      { background: #0c1a2e; }
.iwtsg.dho6b4d .gdktl9d,
.iwtsg .dho6b4d .gdktl9d  { background: #12103a; }
.iwtsg.dho6b4d .d497n,
.iwtsg .dho6b4d .d497n     { background: #0a2020; }
.ercbx .ygnpcblb { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ercbx .jj9achqn     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ercbx .gdktl9d { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ercbx .d497n    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ercbx .ygnpcblb strong { color: var(--text-primary); }
.ercbx .ygnpcblb p      { color: var(--text-muted); }
.c08c .ygnpcblb { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ydut5 .fyscp1e,
.ssj9 .fyscp1e,
.kp3hk3 .fyscp1e,
.u18j7o .fyscp1e { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ydut5 .fyscp1e::before,
.ssj9 .fyscp1e::before,
.kp3hk3 .fyscp1e::before,
.u18j7o .fyscp1e::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ydut5 .jj9achqn     .fyscp1e::before { content: "✦"; color: var(--c-tip-border); }
.ydut5 .gdktl9d .fyscp1e::before { content: "▲"; color: var(--c-warn-border); }
.ydut5 .d497n    .fyscp1e::before { content: "◉"; color: #60a5fa; }
.ssj9 .jj9achqn     .fyscp1e::before { content: "★"; color: var(--c-tip-border); }
.ssj9 .gdktl9d .fyscp1e::before { content: "◆"; color: var(--c-warn-border); }
.ssj9 .d497n    .fyscp1e::before { content: "●"; color: #60a5fa; }
.kp3hk3 .jj9achqn     .fyscp1e::before { content: "▶"; color: var(--c-tip-border); }
.kp3hk3 .gdktl9d .fyscp1e::before { content: "■"; color: var(--c-warn-border); }
.kp3hk3 .d497n    .fyscp1e::before { content: "▸"; color: #60a5fa; }
.u18j7o .jj9achqn     .fyscp1e::before { content: "→"; color: var(--c-tip-border); }
.u18j7o .gdktl9d .fyscp1e::before { content: "⬥"; color: var(--c-warn-border); }
.u18j7o .d497n    .fyscp1e::before { content: "◈"; color: #60a5fa; }
.cvcxu .go88jbo0 .drxs,
.cvcxu .abiw .drxs  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.cvcxu .vzhbix                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.cvcxu .jtujb8          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.cvcxu .b2qab                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lbnk7jk .go88jbo0 .drxs,
.lbnk7jk .abiw .drxs,
.lbnk7jk .vzhbix,
.lbnk7jk .o53pp6wt,
.lbnk7jk .b5bhf76,
.lbnk7jk .jtujb8,
.lbnk7jk .b2qab,
.lbnk7jk .c08c .ygnpcblb { box-shadow: none; }
.zodb   .d9thn77, .zodb .fh322, .zodb .jg87flt,
.zodb   .tv44c0t, .zodb .xb0t { font-size: 0.9rem; }
.zodb   .q2smdv, .zodb .lvon8dr { font-size: 0.9rem; }
.errp   .d9thn77, .errp .fh322, .errp .jg87flt,
.errp   .tv44c0t, .errp .xb0t { font-size: 0.95rem; }
.errp   .q2smdv, .errp .lvon8dr { font-size: 0.95rem; }
.z9ol2jtz   .d9thn77, .z9ol2jtz .fh322, .z9ol2jtz .jg87flt,
.z9ol2jtz   .tv44c0t, .z9ol2jtz .xb0t { font-size: 1.08rem; }
.z9ol2jtz   .q2smdv, .z9ol2jtz .lvon8dr { font-size: 1.05rem; }
.z9ol2jtz   .zrob { font-size: 0.97rem; }
.qnu62y8m .d54tihg      { font-size: 3.2rem; }
.qnu62y8m h2.yj0m { font-size: 1.9rem; }
.qnu62y8m h3.r4lai     { font-size: 1.4rem; }
.n60tzx .d54tihg      { font-size: 3.8rem; }
.n60tzx h2.yj0m { font-size: 2.2rem; }
.n60tzx h3.r4lai     { font-size: 1.6rem; }
.setzq8k1 + .setzq8k1 { position: relative; }
.y27jn4ib   .setzq8k1 + .setzq8k1::before,
.u9jm  .setzq8k1 + .setzq8k1::before,
.jc9v7k   .setzq8k1 + .setzq8k1::before,
.uxybzw   .setzq8k1 + .setzq8k1::before,
.x2nt8dmf   .setzq8k1 + .setzq8k1::before,
.l5yw .setzq8k1 + .setzq8k1::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.y27jn4ib .setzq8k1 + .setzq8k1::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.u9jm .setzq8k1 + .setzq8k1::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.jc9v7k .setzq8k1 + .setzq8k1::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;
}
.uxybzw .setzq8k1 + .setzq8k1::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.m1cx .setzq8k1 { margin-bottom: 16px; }
.m1cx .setzq8k1 + .setzq8k1 { margin-top: 0; }
.m1cx .pgfa { padding-top: 0; padding-bottom: 0; }
.x2nt8dmf .setzq8k1 + .setzq8k1::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.l5yw .setzq8k1 + .setzq8k1::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.kgrfeabj .setzq8k1 + .setzq8k1::before,
.eplabn6 .setzq8k1 + .setzq8k1::before,
.r9xyz .setzq8k1 + .setzq8k1::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%;
}
.azrrn5s .kgrfeabj .setzq8k1:nth-child(even)::before,
.azrrn5s .eplabn6 .setzq8k1:nth-child(even)::before,
.azrrn5s .r9xyz .setzq8k1:nth-child(even)::before { background: var(--bg-surface); }
.wsei80k .kgrfeabj .setzq8k1:nth-child(even)::before,
.wsei80k .eplabn6 .setzq8k1:nth-child(even)::before,
.wsei80k .r9xyz .setzq8k1:nth-child(even)::before { background: var(--bg-card); }
.kgrfeabj .setzq8k1 + .setzq8k1::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");
}
.eplabn6 .setzq8k1 + .setzq8k1::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");
}
.r9xyz .setzq8k1 + .setzq8k1::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");
}
.jjfx .qbc7,
.v5sx632 .qbc7,
.zgul00av .qbc7 { overflow: hidden; }
.jjfx .ieozor,
.v5sx632 .ieozor { margin-bottom: 60px; }
.zgul00av .ieozor { margin-bottom: 70px; }
.jjfx .qbc7::before,
.v5sx632 .qbc7::before,
.zgul00av .qbc7::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%;
}
.jjfx .qbc7::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");
}
.v5sx632 .qbc7::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");
}
.zgul00av .qbc7::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");
}
.tyjcxus .qbc7:not(.kijso) .eqfe1kt0 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.y4hz10 .qbc7:not(.kijso) .eqfe1kt0 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.zf6pqwh4  .qbc7:not(.kijso) .eqfe1kt0 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xaa0usq8  .qbc7:not(.kijso) .eqfe1kt0 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.dgrsqu .kijso { background: var(--accent); }
.dgrsqu .kijso .eqfe1kt0 { background: none; }
.dgrsqu .loa61 { background: var(--accent); }
.dgrsqu .yszviig { background: var(--accent-bg); }
.dgrsqu .qbc7:not(.kijso) .eqfe1kt0 { background: rgba(0,0,0,0.6); }
.rp2k .buqailv { float: left; width: 38%; margin: 0 28px 16px 0; }
.rp2k .buqailv .ptlr2rd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rp2k .pgfa::after { content: ''; display: block; clear: both; }
.vy1bs .buqailv { float: right; width: 38%; margin: 0 0 16px 28px; }
.vy1bs .buqailv .ptlr2rd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vy1bs .pgfa::after { content: ''; display: block; clear: both; }
.i6p00088 .setzq8k1:nth-child(odd)  .buqailv { float: left;  width: 38%; margin: 0 28px 16px 0; }
.i6p00088 .setzq8k1:nth-child(even) .buqailv { float: right; width: 38%; margin: 0 0 16px 28px; }
.i6p00088 .buqailv .ptlr2rd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.i6p00088 .pgfa::after { content: ''; display: block; clear: both; }
.rp2k .m5r5gc,
.vy1bs .m5r5gc,
.i6p00088 .m5r5gc,
@media (max-width: 900px) {
  .rp2k .buqailv,
  .vy1bs .buqailv,
  .i6p00088 .setzq8k1:nth-child(odd)  .buqailv,
  .i6p00088 .setzq8k1:nth-child(even) .buqailv {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .rp2k .buqailv .ptlr2rd,
  .vy1bs .buqailv .ptlr2rd,
  .i6p00088 .buqailv .ptlr2rd {
    max-height: none !important;
  }
}
.rp2k .q2smdv,
.rp2k .lvon8dr,
.vy1bs .q2smdv,
.vy1bs .lvon8dr,
.i6p00088 .q2smdv,
.i6p00088 .lvon8dr { overflow: hidden; }
@media (max-width: 640px) {
  .rp2k .buqailv,
  .vy1bs .buqailv,
  .i6p00088 .buqailv { float: none; width: 100%; margin: 0 0 16px 0; }
}
.gqbyz .smf0ab,
.gqbyz .pgfa,
.gqbyz .dtriioky  { max-width: 1100px; }
.gqbyz { --content-mw: 1100px; }
.cfilq .smf0ab,
.cfilq .pgfa,
.cfilq .dtriioky  { max-width: 1200px; }
.qg7foy9 .smf0ab,
.qg7foy9 .pgfa,
.qg7foy9 .dtriioky  { max-width: 1320px; }
.gbj4lutw { font-size: 0.82rem; color: var(--text-muted); }
.lduvtww { display: flex; align-items: center; }
.vfzm {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ru62xo { display: flex; align-items: center; }
.jbucp0d { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.jbucp0d:hover { text-decoration: underline; }
.tqeg { margin: 0 3px; opacity: 0.45; }
.tqeg::before { content: '/'; }
.awi71o { padding: 2px 5px; color: var(--text-main); }
.lu113r .gbj4lutw {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.lu113r .lduvtww { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.vuvnnz .gbj4lutw {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.vuvnnz .lduvtww { padding: 0 0 0 12px; }
.xafs4cm .lduvtww { padding: 0 16px; }
.xafs4cm .gbj4lutw {
  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);
}
.xafs4cm .smf0ab { padding-top: 28px; }
@media (max-width: 720px) {
  .xbzl { margin-top: 18px; padding: 0 16px; }
  .xafs4cm .smf0ab { padding-top: 16px; }
}
.gqbyz.lu113r .lduvtww { max-width: 1100px; }
.cfilq.lu113r .lduvtww { max-width: 1200px; }
.qg7foy9.lu113r .lduvtww { max-width: 1320px; }
.gqbyz .xbzl { max-width: 1100px; }
.fnb877j .setzq8k1 { padding-top: 16px; padding-bottom: 16px; }
.ajeky877 .setzq8k1 { padding-top: 24px; padding-bottom: 24px; }
.q2er5q .setzq8k1 { padding-top: 40px; padding-bottom: 40px; }
.retxp9 .setzq8k1 { padding-top: 52px; padding-bottom: 52px; }
.up4a8emh .setzq8k1:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.up4a8emh .setzq8k1:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.up4a8emh .setzq8k1:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.up4a8emh .setzq8k1:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.abs4pr .pgfa { padding-top: 10px;  padding-bottom: 10px; }
.q7w1x .pgfa { padding-top: 18px;  padding-bottom: 18px; }
.ovlxj0wi .pgfa { padding-top: 36px;  padding-bottom: 36px; }
.fyzb1b .pgfa { padding-top: 48px;  padding-bottom: 48px; }
.mf48grfp h2.yj0m { font-weight: 600; }
.mf48grfp h3.r4lai     { font-weight: 600; }
.sjjkuks h2.yj0m { font-weight: 800; }
.sjjkuks h3.r4lai     { font-weight: 700; }
.le7st h2.yj0m { font-weight: 900; }
.le7st h3.r4lai     { font-weight: 800; }
.le7st .ygnpcblb strong,
.le7st .ygnpcblb strong { font-weight: 600; }
.yyvx7r {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.yw69z3i .yyvx7r { display: none; }
@media (max-width: 640px) {
  .iqu4s { display: none; }
  .yyvx7r {
    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;
  }
}
.yyvx7r { background: var(--cta) !important; color: #fff !important; border: none !important; }
.yyvx7r:hover { opacity: 0.85; }
.xiepis6 .yyvx7r { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.c6t8gg6v .yyvx7r,
.afjf  .yyvx7r { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.c6t8gg6v .yyvx7r:hover,
.afjf  .yyvx7r:hover { opacity: 0.88; }
.xiepis6.c6t8gg6v .yyvx7r,
.xiepis6.afjf  .yyvx7r { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.btg49y {
  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;
}
.btg49y:hover { transform: translateY(-2px); opacity: 0.92; }
.btg49y { background: var(--cta) !important; color: #fff !important; border: none !important; }
.oeqlr49i .btg49y { display: none; }
.s6duvan .btg49y { right: 32px; }
.xzii5  .btg49y { left: 32px; }
@media (max-width: 480px) {
  .s6duvan .btg49y { right: 20px; bottom: 20px; }
  .xzii5  .btg49y { left: 20px; bottom: 20px; }
}
.aiafwik { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.dtriioky { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.uh05h60y { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.zx8qot { color: var(--text-dim); font-size: 0.8rem; }
.x8t8 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.x8t8 img { height: 26px; width: auto; object-fit: contain; }
.yfer8zm .dtriioky { text-align: center; }
.yfer8zm .uh05h60y { margin-top: 0; }
@media (max-width: 640px) {
  .dtriioky { padding-left: 16px; padding-right: 16px; }
  .dkiueh .dtriioky { padding: 20px 16px; }
  .b1kx { gap: 4px 12px; }
  .uh05h60y { font-size: 0.78rem; }
}
.dopo7p .krxyn .x8t8 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.dopo7p .uh05h60y { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.dopo7p .zx8qot { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .dopo7p .cbp64gg { grid-template-columns: 1fr 1fr; } .dopo7p .krxyn { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dopo7p .cbp64gg { grid-template-columns: 1fr; } }
.d3r2e .awk3e8m { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.d3r2e .x8t8 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.d3r2e .zvxjf7l { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.d3r2e .zvxjf7l a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.d3r2e .zvxjf7l a:hover { color: var(--accent-light); }
.loeg7 { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.d3r2e .mthpnx { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.d3r2e .r6xp74b2 { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.d3r2e .r6xp74b2 a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.d3r2e .r6xp74b2 a:hover { color: var(--accent-light); }
.d3r2e .uh05h60y { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .d3r2e .awk3e8m { gap: 12px; } .d3r2e .x8t8 { margin-right: 0; width: 100%; } }
.ogbis0yg .zo4fw9z8 .x8t8 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.ogbis0yg .uh05h60y { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ogbis0yg .zx8qot { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ogbis0yg .ylfej2o { grid-template-columns: 1fr 1fr; } .ogbis0yg .zo4fw9z8 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ogbis0yg .ylfej2o { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .s7xwm .b20oh { grid-template-columns: 1fr 1fr; } .s7xwm .cqs2bv8j:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .s7xwm .b20oh { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .w8yoi6 .b20oh { grid-template-columns: 1fr; } }
.jydxiss .dtriioky { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.kqouqcn .ru0p1      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.kqouqcn .aiafwik { background: var(--bg-page); border-top-color: var(--border-alt); }
.qv11kt .ru0p1      { background: #0d1117; border-bottom-color: #21262d; }
.qv11kt .wwytxr { color: var(--accent-light); }
.qv11kt .cnylq { --msep-color: #8b949e; }
.qv11kt .cnylq a { color: #8b949e; }
.qv11kt .cnylq a:hover { color: var(--accent-light); }
.qv11kt .dfsanc6 { color: #8b949e; }
.qv11kt .aiafwik { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.qv11kt .uh05h60y,
.qv11kt .zx8qot { color: #6e7681; }
.qv11kt .bpmi a, .qv11kt .zvxjf7l a,
.qv11kt .r6xp74b2 a { color: #8b949e; }
.qv11kt .x8t8 { color: #e6edf3; }
.qv11kt .bpmi a:hover, .qv11kt .zvxjf7l a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .qv11kt .cnylq { background: #0d1117; border-top-color: #21262d; }
  .qv11kt .cnylq li a { border-bottom-color: #21262d; }
}
.h1fl1r0o .ru0p1      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.h1fl1r0o .wwytxr { color: var(--accent-light); }
.h1fl1r0o .cnylq { --msep-color: #475569; }
.h1fl1r0o .cnylq a { color: #475569; }
.h1fl1r0o .cnylq a:hover { color: var(--accent-light); }
.h1fl1r0o .dfsanc6 { color: #64748b; }
.h1fl1r0o .aiafwik { background: #f0f4f8; border-top-color: #cbd5e1; }
.h1fl1r0o .uh05h60y,
.h1fl1r0o .zx8qot { color: #64748b; }
.h1fl1r0o .bpmi a, .h1fl1r0o .zvxjf7l a,
.h1fl1r0o .r6xp74b2 a, .h1fl1r0o .x8t8 { color: #374151; }
.h1fl1r0o .bpmi a:hover, .h1fl1r0o .zvxjf7l a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .h1fl1r0o .cnylq { background: #f0f4f8; border-top-color: #cbd5e1; }
  .h1fl1r0o .cnylq li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.c6t8gg6v .ru0p1      { background: var(--accent); border-bottom-color: var(--accent-light); }
.c6t8gg6v .wwytxr { color: #fff; }
.c6t8gg6v .cnylq { --msep-color: rgba(255,255,255,0.82); }
.c6t8gg6v .cnylq a { color: rgba(255,255,255,0.82); }
.c6t8gg6v .cnylq a:hover { color: #fff; }
.c6t8gg6v .dfsanc6 { color: rgba(255,255,255,0.9); }
.c6t8gg6v .aiafwik { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.c6t8gg6v .uh05h60y,
.c6t8gg6v .zx8qot { color: rgba(255,255,255,0.72); }
.c6t8gg6v .bpmi a, .c6t8gg6v .zvxjf7l a,
.c6t8gg6v .r6xp74b2 a, .c6t8gg6v .x8t8 { color: #fff; }
.c6t8gg6v .bpmi a:hover, .c6t8gg6v .zvxjf7l a:hover { color: #fff; }
@media (max-width: 640px) {
  .c6t8gg6v .cnylq { background: var(--accent); border-top-color: var(--accent-light); }
  .c6t8gg6v .cnylq li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.afjf .ru0p1 {
  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);
}
.afjf .aiafwik {
  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) {
  .afjf .cnylq {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.sz0vr .gwm4y { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.r1kwlm0k .gwm4y { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.oio5 .gwm4y { min-height: 72px; height: auto; }
.y2zumk9b .gwm4y { min-height: 84px; height: auto; }
.dkiueh .gwm4y { max-width: none; padding: 0 32px; }
.dkiueh .dtriioky  { max-width: none; padding: 24px 32px; }
.i23ayitk.cfilq .gwm4y { max-width: 1200px; }
.i23ayitk.qg7foy9 .gwm4y { max-width: 1320px; }
.u65y8gak   .wwytxr, .u65y8gak   .x8t8 { text-transform: capitalize; }
.w2y8 .wwytxr, .w2y8 .x8t8 { text-transform: lowercase; }
.x3zu49 .wwytxr, .x3zu49 .x8t8 { text-transform: uppercase; letter-spacing: 0.06em; }
.kbkcrb, .hnfnln {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.u8hyn8 .kbkcrb,
.u8hyn8 .hnfnln { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.pl1a0h .kbkcrb,
.pl1a0h .hnfnln { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.lnsisyyg .kbkcrb,
.lnsisyyg .hnfnln { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.iay2j .kbkcrb,
.iay2j .hnfnln { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.y4fpky   .cnylq a { font-weight: 500; }
.ecnd .cnylq a { font-weight: 600; }
.mpj4kp6p     .cnylq a { font-weight: 700; }
.elt1    .cnylq a { font-weight: 800; letter-spacing: 0.01em; }
.p3l2     .cnylq > li + li::before,
.jxal5    .cnylq > li + li::before,
.z3mwy0f    .cnylq > li + li::before,
.dtcizybd .cnylq > li + li::before,
.dfxqcb .cnylq > li + li::before,
.qekcep  .cnylq > li + li::before,
.mya6    .cnylq > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.p3l2     .cnylq > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.jxal5    .cnylq > li + li::before { content: "|"; }
.z3mwy0f    .cnylq > li + li::before { content: "—"; }
.dtcizybd .cnylq > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.dfxqcb .cnylq > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.qekcep  .cnylq > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.mya6    .cnylq > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .mvvlc .dfsanc6,
  .fenm .dfsanc6,
  .jt50v .dfsanc6,
  .skcalj .dfsanc6,
  .oedok .dfsanc6 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .mvvlc .dfsanc6::before,
  .fenm .dfsanc6::before,
  .jt50v .dfsanc6::before,
  .skcalj .dfsanc6::before,
  .oedok .dfsanc6::before { content: ""; display: block; flex-shrink: 0; }

  
  .mvvlc .dfsanc6::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;
  }

  
  .fenm .dfsanc6::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;
  }

  
  .jt50v .dfsanc6::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;
  }

  
  .skcalj .dfsanc6::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;
  }

  
  .oedok .dfsanc6::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) {
  .dl6c4 .dfsanc6 {
    padding: 5px 14px;
  }
  .dl6c4 .cnylq {
    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;
  }
  .dl6c4 .cnylq li a {
    border-bottom: none; padding: 10px 22px;
  }
  .dl6c4 .cnylq li a:hover { background: var(--bg-raised); }
  .dl6c4 .dhkz1eyh,
  .eja4y .dhkz1eyh,
  .brr7owmy .dhkz1eyh { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .a08rv .dfsanc6 {
    padding: 5px 10px;
  }
  .a08rv .cnylq {
    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);
  }
  .a08rv .cnylq.dl5l { transform: translateX(0); }
  .a08rv .cnylq li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .a08rv .cnylq li:last-child a { border-bottom: none; }
  .c6t8gg6v .cnylq,
  .qv11kt .cnylq { background: var(--accent) !important; }
  .c6t8gg6v .cnylq li a,
  .qv11kt .cnylq li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .brr7owmy .dfsanc6 {
    padding: 5px 10px;
  }
  .brr7owmy .cnylq {
    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);
  }
  .brr7owmy .cnylq::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .brr7owmy .cnylq.dl5l { transform: translateY(0); }
  .brr7owmy .cnylq li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .wvzxfuge .dfsanc6 {
    padding: 5px 10px;
  }
  .wvzxfuge .cnylq {
    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;
  }
  .wvzxfuge .cnylq.dl5l { opacity: 1; pointer-events: auto; }
  .wvzxfuge .cnylq li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .m6ysaev0     .dfsanc6 { border-radius: 0 !important; }
  .c6stcw   .dfsanc6 { border-radius: 8px !important; }
  .gzgx0q .dfsanc6 { border-radius: 50% !important; }
  .zl87   .dfsanc6 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .lrpka .obp3f7kb { flex-direction: column; align-items: stretch; }
  .lrpka .e0wjytg6 { flex-direction: row; min-width: auto; }
  .lrpka .o3ic { align-items: flex-start; text-align: left; }
}
.ynbn,
.ynbn.setzq8k1,
.azrrn5s .ynbn,
.tcnpg3 .ynbn,
.wsei80k .ynbn,
.h8lh .ynbn {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.kzqd {
  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;
}
.ruf1d { flex: 1 1 280px; min-width: 0; }
.oea8dx78 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.e8owxrt0 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.o39c08v {
  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;
}
.o39c08v:hover { transform: translateY(-1px); opacity: 0.95; }
.w2c9 .kzqd {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.w2c9 .oea8dx78 { color: var(--cta); }
.w2c9 .e8owxrt0 { color: var(--text-body); }
.w2c9 .o39c08v {
  background: var(--cta) !important;
  color: #fff !important;
}
.ck5zbo .kzqd {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ck5zbo .oea8dx78 { color: var(--text-primary); }
.ck5zbo .e8owxrt0 { color: var(--text-body); }
.ck5zbo .o39c08v {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .kzqd {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ruf1d { flex: 0 0 auto; }
  .oea8dx78 { font-size: 1.2rem; }
  .o39c08v { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.g21kefzd .gaxcxd { height: 36px; }
.qmzli77 .gaxcxd { height: 60px; max-width: 200px; }
.p8vfy4dz .gaxcxd { height: 56px; max-width: 180px; }
.sumit     .ibbs, .sumit     .o4dkl6q { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
@media (min-width: 720px) {
  .nzcy .lxeoo {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .nzcy .o53pp6wt {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .nzcy .o53pp6wt { padding: 40px 16px 20px; }
  .nzcy .rt4gz {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .nzcy .kk03 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .w39x .o53pp6wt {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .w39x .o53pp6wt::before {
    position: absolute; top: 14px; left: 14px;
  }
  .w39x .ovxd06i {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .w39x .nzibc9 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .w39x .rt4gz {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .w39x .kk03 { width: 100%; min-width: 0; }
  .w39x .ibbs { min-width: 0; }
}
.suyanl .k0089bs4 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.suyanl .k0089bs4 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.suyanl .k0089bs4 p { padding: 0 2px 16px; }
.hlhbh06 .k0089bs4 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.hlhbh06 .k0089bs4 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.hlhbh06 .k0089bs4 summary::after { content: "›"; font-size: 1.2em; }
.hlhbh06 .k0089bs4[open] summary::after { content: "‹"; }
.hlhbh06 .k0089bs4 p { padding: 10px 22px 4px; }
.jgjf0j7 .k0089bs4 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.jgjf0j7 .k0089bs4 summary { color: var(--text-primary); padding-left: 16px; }
.jgjf0j7 .k0089bs4 summary::after { content: "›"; font-size: 1.1em; }
.jgjf0j7 .k0089bs4[open] summary::after { content: "‹"; }
.jgjf0j7 .k0089bs4 p { padding-left: 16px; }
.ag8mfv6 .k12t { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ag8mfv6 .k0089bs4 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ag8mfv6 .k0089bs4:last-child { border-bottom: none; }
.ag8mfv6 .k0089bs4 summary { color: var(--text-primary); border-radius: 0; }
.ag8mfv6 .k0089bs4 summary::after { content: "›"; font-size: 1.1em; }
.ag8mfv6 .k0089bs4[open] summary::after { content: "‹"; }
.ax7x8gc .k0089bs4 { overflow: hidden; }
.ax7x8gc .k0089bs4 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ax7x8gc .k0089bs4 summary::after { color: rgba(255,255,255,.75); }
.ax7x8gc .k0089bs4[open] summary { border-radius: 0; }
.pwspp4z0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.jivh {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.hj0du4p7 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.sal7q9tc { color: var(--text-muted); font-size: 1.05rem; }
.qq1q7wpq {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.qwmgc {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.mu1ujt { margin-bottom: 20px; }
.ueaml {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.yhgbt {
  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;
}
.yhgbt:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.puplh { resize: vertical; min-height: 130px; }
.wiz4s9 { width: 100%; margin-top: 8px; }
.w5xugwo {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.bwq3 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.w2lejs { color: var(--text-muted); line-height: 1.75; }
.lmns9beh { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.lmns9beh li { margin-bottom: 6px; }
.w5yi3t { max-width: 760px; margin: 0 auto; }
.egv21 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.jr6ykqyg { max-width: 760px; margin: 0 auto; }
.eju9c { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.r8f869 ul.lmns9beh { margin: 0; }
.tf3om1 { max-width: 900px; margin: 0 auto; }
.d6is { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.d6is:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.d6is .eju9c { margin: 0; font-size: 1rem; }
.d6is .wuvam p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .d6is { grid-template-columns: 1fr; gap: 10px; } }
.zcmsdp .eju9c { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.qr0v .lmns9beh { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .a03bh { grid-template-columns: 1fr; } }
.x3v6 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.x3v6:hover .ztbv { color: var(--accent-light); text-decoration: underline; }
.ne6u { color: inherit; text-decoration: none; }
.ne6u:hover { color: var(--accent-light); text-decoration: underline; }
.dkcf { display: inline-block; line-height: 0; }
.tbouzt4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.mgf25 { margin-bottom: 48px; }
.a5u5 { max-width: 760px; margin: 0 auto; }
.y490mad6 { text-align: center; }
.ice7bht { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ice7bht:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.xkfg9s1 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ice7bht p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ice7bht ul.lmns9beh { margin: 0; }
.qdj3 { color: var(--text-muted); line-height: 1.75; }
.y490mad6 .lmns9beh,
.mgkn4fz6 .lmns9beh,
.fit0c .lmns9beh,
.uiew0 .lmns9beh {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.y490mad6 .ice7bht,
.mgkn4fz6 .ice7bht { text-align: left; }
.y490mad6 .xkfg9s1,
.mgkn4fz6 .xkfg9s1 { text-align: center; }
.ywww { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.qyfk { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.qkydco1 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.svuo { margin-top: 12px; }
.c4np { 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; }
.c4np:hover { border-bottom-color: var(--accent-light); }
.mtym2bah { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.mtym2bah img { width: 100%; height: 100%; object-fit: cover; display: block; }
.n8575is { width: 200px; height: 200px; }
.ejv4hj { border-radius: 50%; }
.sq1yf { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.h6ze6 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .w6a605 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.abiwsm { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.abiwsm .qkydco1, .abiwsm .qyfk { max-width: 640px; }
.me7ahp .ywww { font-size: 1.6rem; margin-top: 18px; }
.omsuzo .qkydco1 { margin-bottom: 28px; }
@media (max-width: 860px) { .tzys1 { grid-template-columns: 1fr; } .me7ahp { position: static; text-align: center; } }
.god9 .mtym2bah { margin: 0 auto 18px; }
.god9 .sq1yf { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .c9c330f { grid-template-columns: 1fr; } }
.uzzt .ywww { font-size: 1.6rem; margin-bottom: 6px; }
.uiew0 .lmns9beh { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .uzzt { flex-direction: column; text-align: center; } .qn8u { grid-template-columns: 1fr; } }
.z4hyq .ywww { font-size: 1.35rem; margin: 0 0 4px; }
.z4hyq .sq1yf { margin: 0; }
.npwyaem { max-width: 760px; margin: 0 auto; }
.d1p0 { position: relative; padding-left: 28px; }
.d1p0::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.r9oiy { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.r9oiy:last-child { padding-bottom: 0; }
.tmj5bl5 { 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; }
.haomw h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.haomw p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ep1m2 .hj0du4p7 { color: var(--accent-light); }
.h1jmv .hj0du4p7 { font-size: 2rem; }
.h1jmv .sal7q9tc { max-width: 680px; }
.wkyvn {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.wkyvn .hj0du4p7 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.wkyvn .sal7q9tc  { margin: 0; }
@media (max-width: 640px) { .wkyvn { flex-direction: column; } }
.b5xn0w6q .hj0du4p7 { color: var(--accent-light); }
.dkyw8vy .hj0du4p7 { color: #fff; }
.dkyw8vy .sal7q9tc  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .lk6l68qf { grid-template-columns: 1fr; } }
.dlwyonv .yhgbt {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.dlwyonv .yhgbt:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.o91015 .yhgbt { background: var(--bg-raised); border-color: transparent; }
.o91015 .yhgbt:focus { background: var(--bg-card); border-color: var(--accent-light); }
.rvx8y .yhgbt { border-radius: 100px; padding: 11px 20px; }
.rvx8y .puplh { border-radius: 14px; }
@media (max-width: 640px) { .ifv23d { grid-template-columns: 1fr; } }
.ksop { counter-reset: priv-count; }
.rtg1x0g8 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.rtg1x0g8:last-child { border-bottom: none; }
.jsoq2als {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.rtg1x0g8 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.rtg1x0g8 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.nw2zkdvk { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.nw2zkdvk li { margin-bottom: 6px; }
.oxib{display:none}
.oxib:empty,.wbw4:empty{display:none}
.z0sozk5{position:relative;overflow:visible}
.b6bx .hr70w51w,.eniiw .hr70w51w,
.fwz8uc .hr70w51w,.tdzc .hr70w51w,
.ce48jmbl .hr70w51w,.ue4a9wx .hr70w51w{display:block}
.ociq26s .at0zr8{display:block}
.b6bx .hr70w51w,.eniiw .hr70w51w,
.fwz8uc .hr70w51w,.tdzc .hr70w51w,
.ce48jmbl .hr70w51w{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}
.b6bx .hr70w51w .wbw4,.eniiw .hr70w51w .wbw4,
.fwz8uc .hr70w51w .wbw4,.tdzc .hr70w51w .wbw4,
.ce48jmbl .hr70w51w .wbw4{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}
.b6bx .hr70w51w,.eniiw .hr70w51w{top:12px}
.b6bx .hr70w51w .wbw4{margin-right:auto}
.eniiw .hr70w51w .wbw4{margin-left:auto}
.eniiw .hr70w51w{text-align:right}
.fwz8uc .hr70w51w,.tdzc .hr70w51w{bottom:12px}
.fwz8uc .hr70w51w .wbw4{margin-right:auto}
.tdzc .hr70w51w .wbw4{margin-left:auto}
.tdzc .hr70w51w{text-align:right}
.ce48jmbl .hr70w51w{position:relative;margin-top:16px}
.ce48jmbl .hr70w51w .wbw4{margin:0 auto}
.ue4a9wx .hr70w51w{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ue4a9wx .hr70w51w .wbw4{margin:0}
.ue4a9wx .yszviig~.hr70w51w,
.ue4a9wx .vaovmh~.hr70w51w{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ue4a9wx .yszviig~.hr70w51w .wbw4,
.ue4a9wx .vaovmh~.hr70w51w .wbw4{justify-content:flex-start}
.yszviig~.hr70w51w,.vaovmh~.hr70w51w{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}
.yszviig~.hr70w51w .wbw4{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.vaovmh~.hr70w51w .wbw4{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.at0zr8 .wbw4{margin:0 0 12px}
.wbw4{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.rbhgfv0{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ztbv{font-weight:600;color:var(--text-heading);opacity:1}
.c762 .rbhgfv0{display:none}
.taih .wbw4{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.j5dnh .wbw4{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.w06re{--date-bg:transparent}
.svzx .g0fzs::before{content:""}
.w4juwv{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.vlab6olb{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.j7mn{display:flex;flex-direction:column;gap:3px}
.er30s{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.xf4aq97{font-weight:700;font-size:1rem;color:var(--text-heading)}
.sghyxh8{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.a7msel .w4juwv{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.guag352m .w4juwv{border-top:3px solid var(--accent);padding-top:18px}
.syna0r3j .w4juwv{border-left:3px solid var(--accent);border-radius:0}
.m50abwd .w4juwv{padding:20px 0}
@media(max-width:640px){
  .w4juwv{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .sghyxh8{max-width:100%}
}
.ocmzwh .jtujb8{margin:0}
@media (max-width:560px){
  .fqvqhdg2{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) {
  .udqvz { padding: 28px 18px 20px; }
  .uk3zlcst { font-size: 1.2rem; }
  .ddvlaba { max-width: 220px; max-height: 80px; }
}
.kjli9pf6  .kgxs23l { border-radius: 50%; }
.jhwncz0 .kzqd {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .kgxs23l { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.gggm17mf {
  margin: 28px 0 24px;
}
.gggm17mf .setzq8k1 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.gggm17mf .pgfa {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.gggm17mf .kzqd {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .gwm4y { flex-direction: row-reverse; }
[dir="rtl"] .cnylq { flex-direction: row-reverse; }
[dir="rtl"] .s6duvan .btg49y { right: auto; left: 32px; }
[dir="rtl"] .xzii5  .btg49y { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .s6duvan .btg49y { right: auto; left: 20px; }
  [dir="rtl"] .xzii5  .btg49y { left: auto;  right: 20px; }
}
[dir="rtl"] .rp2k .buqailv  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .vy1bs .buqailv { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .q2smdv, [dir="rtl"] .lvon8dr { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ygnpcblb { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .kzqd { direction: rtl; }
[dir="rtl"] .gbj4lutw { direction: rtl; }
[dir="rtl"] .b2qab { direction: rtl; }
[dir="rtl"] .rfrbv6 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .iosca0 .lvon8dr,
[dir="rtl"] .vetv2zq .lvon8dr,
[dir="rtl"] .p4n8r .lvon8dr,
[dir="rtl"] .ryef666h .lvon8dr {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .iosca0 .lvon8dr li::before,
[dir="rtl"] .vetv2zq .lvon8dr li::before,
[dir="rtl"] .p4n8r .lvon8dr li::before,
[dir="rtl"] .ryef666h .lvon8dr li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .qbc7.pus9fclo .ieozor,
[dir="rtl"] .m4zfu.pus9fclo .ieozor,
[dir="rtl"] .kijso.pus9fclo .ieozor,
[dir="rtl"] .oywyv.pus9fclo .ieozor,
[dir="rtl"] .k4opjv.pus9fclo .ieozor { text-align: right; }
[dir="rtl"] .yszviig.pus9fclo .hqgrszrv { align-items: flex-end; text-align: right; }
[dir="rtl"] .pgfa,
[dir="rtl"] .tv44c0t,
[dir="rtl"] .xb0t,
[dir="rtl"] .ero9r3ug,
[dir="rtl"] .ieozor { text-align: right; }
[dir="rtl"] .qwmgc,
[dir="rtl"] .ueaml,
[dir="rtl"] .qkydco1,
[dir="rtl"] .yhgbt,
[dir="rtl"] .puplh { text-align: right; direction: rtl; }
[dir="rtl"] .rvx8y .yhgbt,
[dir="rtl"] .dlwyonv .yhgbt { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #d26042;
  --brand:           #d26042;
  --brand-light:     #9a4731;
  --brand-pale:      #bb705c;
  --grad-start:      #e39e8c;
  --grad-end:        #ebcac1;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #d26042;
  --cta-light:       #c34727;
  --cta-hover:       #ad4429;
  --bg-page:         #f8f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f3;
  --bg-raised:       #f1eeee;
  --bg-hover:        #f5f4f3;
  --border:          #e8e3e2;
  --border-alt:      #dcd2d0;
  --border-section:  #e8e3e2;
  --text-primary:    #1b1817;
  --text-muted:      #5f5552;
  --text-body:       #36302f;
  --text-sub:        #524946;
  --text-faint:      #887a76;
  --text-dim:        #a09491;
  --text-label:      #6d615e;
  --text-value:      #443d3b;
  --accent-bg:       #f1e6e4;
  --accent-bg-light: #ead2cc;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #158d18;
  --c-cons:          #9f2521;
  --c-pros-label:    #1aa71c;
  --c-tip-border:    #1cb91f;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #158d18;
}
:root { --logo-bg-opacity: 71%; }
body, button, input { font-family: "Source Sans 3", sans-serif; }
.cb25 .fyscp1e { font-size: 0; width: 1.2rem; flex-shrink: 0; }.cb25 .fyscp1e::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.cb25 .jj9achqn     .fyscp1e::before { content: "";  color: var(--c-tip-border); }.cb25 .gdktl9d .fyscp1e::before { content: ""; color: var(--c-warn-border); }.cb25 .d497n    .fyscp1e::before { content: ""; color: #60a5fa; }.ulrqg .cb25 .jj9achqn     .fyscp1e::before { color: #10b981; }.ulrqg .cb25 .gdktl9d .fyscp1e::before { color: #f43f5e; }.ulrqg .cb25 .d497n    .fyscp1e::before { color: #a855f7; }.b5l57  .cb25 .jj9achqn     .fyscp1e::before { color: #eab308; }.b5l57  .cb25 .gdktl9d .fyscp1e::before { color: #ef4444; }.b5l57  .cb25 .d497n    .fyscp1e::before { color: #f97316; }.iwtsg  .cb25 .jj9achqn     .fyscp1e::before { color: #38bdf8; }.iwtsg  .cb25 .gdktl9d .fyscp1e::before { color: #818cf8; }.iwtsg  .cb25 .d497n    .fyscp1e::before { color: #2dd4bf; }.ejxu .cb25 .fyscp1e::before { color: var(--accent-light) !important; }
.mrn5boa .rl2l, .mrn5boa .yszviig { min-height: 520px; }
.bjkej0rg .x55rx::after, .bjkej0rg .a1eat9sm::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; }
.tqeg::before { content: '◆'; font-size: 0.5em; }