:root {
  --color-accent: #0a79b0;
  --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;
}
.b841n6rz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.h1ur3y5 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.nccu077 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.iu6wq { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.xrrnbr0e { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.xrrnbr0e a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.xrrnbr0e a:hover { color: var(--accent-light); }
.j6gi4dv     .dg51we1 { border-radius: 6px; }
.j6gi4dv .dg51we1 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.j6gi4dv .dg51we1 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.bgxt  .dg51we1 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .dg51we1 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .s848eapp:hover .dg51we1,
  .s848eapp:focus-within .dg51we1 { display: block; }
  .dg51we1 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.fkyhqrj {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.go8f { display: none; }
@media (max-width: 640px) {
  .go8f {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .go8f.wi3mpvu { display: block; }
}
@media (max-width: 640px) {
  .fkyhqrj { display: block; }
  .xrrnbr0e > li + li::before { display: none !important; }
  .xrrnbr0e {
    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;
  }
  .xrrnbr0e.wi3mpvu { display: flex; }
  .xrrnbr0e li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .xrrnbr0e li:last-child a { border-bottom: none; }
}
.qlai3x { min-height: 480px; }
.oplo {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.wa6b7t { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.or1l .wa6b7t { margin-left: 0; margin-right: 0; }
.jh4h {
  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;
}
.mzg0i1q5 .jh4h { margin-top: 24px; }
.jh4h:hover { opacity: 0.88; }
.klht1 .oplo { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.klht1 .wa6b7t { color: #e2e8f0; }
.klht1.or1l   .g7njc { text-align: left; }
.ji2e .oplo { color: var(--text-primary); text-shadow: none; }
.ji2e .wa6b7t { color: var(--text-muted); }
.ji2e .jh4h { margin-top: 16px; }
.ji2e, .ji2e.qlai3x { min-height: auto !important; }
.ji2e.or1l   .g7njc { text-align: left; }
.ji2e~.ejsff{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}
.ji2e~.ejsff .va5h{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; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.f5o5od .oplo { color: #fff; }
.f5o5od .wa6b7t { color: rgba(255,255,255,0.85); }
.f5o5od .jh4h { background: #fff; color: var(--cta); }
.f5o5od .jh4h:hover { opacity: 0.92; }
.ypm49v2p .eusk94 { position: relative; overflow: hidden; }
.ypm49v2p .eusk94::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.yg3tza .eusk94 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.w6q9 .eusk94 { position: relative; overflow: hidden; }
.w6q9 .eusk94::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;
}
.v1sd .eusk94 { position: relative; overflow: hidden; }
.v1sd .eusk94::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;
}
.fqun .eusk94 {
  animation: hg-fadein 1.2s ease-out both;
}
.eusk94 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.cpfwk {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.kfgpa {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.x80gkejg {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.eusk94 .oplo { text-shadow: none; color: var(--text-primary); }
.eusk94 .wa6b7t { color: var(--text-muted); }
body.p4pfo .oplo {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ams3 .oplo {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qlai3x.f5o5od .oplo,
section.f5o5od .oplo {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.eusk94.n05jee .cpfwk { align-items: center; text-align: center; }
.eusk94.or1l   .cpfwk { align-items: flex-start; text-align: left; }
.qcmpeco2 .kfgpa { position: relative; }
.qcmpeco2 .kfgpa::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.qcmpeco2.jny7u3 .kfgpa::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.md2zt0 .kfgpa {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.md2zt0 .x80gkejg {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.md2zt0 .q1isxn4 {
  position: static; width: 100%; aspect-ratio: 4/3; border-radius: 16px;
}
.md2zt0.jny7u3 .kfgpa { padding: 32px 0 32px 32px; }
.cwd8tt .kfgpa {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.cwd8tt .x80gkejg {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.jny7u3 .cpfwk {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.cwd8tt.jny7u3 .kfgpa { padding: 40px 16px 40px 48px; }
.qlai3x .zajqiptk {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.zajqiptk .f0x50.y902jo {
  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;
}
.zajqiptk .f0x50.y902jo:hover { opacity: 0.85; }
.t42bqd .kfgpa {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .eusk94 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .eusk94:not(.t42bqd) .kfgpa { display: none !important; }
  .t42bqd .kfgpa { padding: 16px; }
  .cpfwk  { padding: 36px 24px; }
  .eusk94~.ejsff,.jny7u3~.ejsff{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .qlai3x, .eusk94 { min-height: 320px !important; }
  .oplo { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .zv96v2l,
  .nfceasic,
  .uipvxm { grid-template-columns: 1fr !important; }

  

  
  .zkbdnh { display: flex !important; flex-direction: column !important; }
  .zkbdnh .g7njc { display: contents; }
  .zkbdnh .a1dkkt95 { order: 0; }
  .zkbdnh .oplo { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .zkbdnh .zv96v2l { order: 2; padding: 0 16px 12px !important; }
  .zkbdnh .wa6b7t { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .mzg0i1q5 .g7njc { display: flex; flex-direction: column; }
  .mzg0i1q5 .g7njc .oplo { order: 1; }
  .mzg0i1q5 .g7njc .uipvxm { order: 2; margin: 8px 0 24px !important; }
  .mzg0i1q5 .g7njc .wa6b7t { order: 3; }
  .mzg0i1q5 .g7njc .jh4h { order: 4; align-self: center; margin-top: 0; }

  
  .eusk94.t42bqd {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .eusk94.t42bqd .cpfwk { display: contents; padding: 0; }
  .eusk94.t42bqd .cpfwk .oplo { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .eusk94.t42bqd .kfgpa { order: 2; padding: 12px 16px; }
  .eusk94.t42bqd .cpfwk .wa6b7t { order: 3; padding: 0 24px; margin: 0 auto; }
  .eusk94.t42bqd .cpfwk .jh4h { order: 4; align-self: center; margin: 8px 0 32px; }
}
.xlv3nkdk { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.r8jrk { width: 100%; height: auto; display: block; border-radius: 10px; }
.guakfh .xlv3nkdk        { border-radius: 16px; }
.guakfh .r8jrk  { border-radius: 16px; }
.kj174fj .xlv3nkdk         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.kj174fj .r8jrk   { border-radius: 8px; }
.y3yxn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.nllt7 { width: 100%; padding: 32px 0; position: relative; }
.tusfc0b { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.mwu3 .nllt7:nth-child(even) { background: var(--bg-surface); }
.mwu3 .nllt7:nth-child(odd)  { background: var(--bg-page); }
.cyby46x .nllt7:nth-child(even) { background: var(--bg-card); }
.cyby46x .nllt7:nth-child(odd)  { background: var(--bg-page); }
.mwu3 .nllt7:nth-child(odd)  .tusfc0b { background: var(--bg-card); border-radius: 6px; }
.mwu3 .nllt7:nth-child(even) .tusfc0b { background: var(--bg-raised); border-radius: 6px; }
.cyby46x .nllt7:nth-child(odd)  .tusfc0b { background: var(--bg-card); border-radius: 6px; }
.cyby46x .nllt7:nth-child(even) .tusfc0b { background: var(--bg-raised); border-radius: 6px; }
.mwu3 .nllt7:nth-child(even) .sb7yly .w9z50x63,
.cyby46x .nllt7:nth-child(even) .sb7yly .w9z50x63 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.mwu3 .nllt7:nth-child(odd) .sb7yly .w9z50x63,
.cyby46x .nllt7:nth-child(odd) .sb7yly .w9z50x63 { background: var(--bg-card-inner); }
.mwu3 .nllt7:nth-child(even) .tv7ivfbw .w9z50x63:nth-child(odd),
.cyby46x .nllt7:nth-child(even) .tv7ivfbw .w9z50x63:nth-child(odd)  { background: var(--bg-card); }
.mwu3 .nllt7:nth-child(even) .tv7ivfbw .w9z50x63:nth-child(even),
.cyby46x .nllt7:nth-child(even) .tv7ivfbw .w9z50x63:nth-child(even) { background: var(--bg-card-inner); }
h1.wpskzgx { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.wpskzgx {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ygd2 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.s25t5rp h2.wpskzgx {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.byl8l534 h2.wpskzgx {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.k2c2c h2.wpskzgx {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.fsum h2.wpskzgx::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.q62r3usz h2.wpskzgx {
  color: var(--text-primary); font-size: 1.7rem;
}
.x8ojtled h2.wpskzgx::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.vpw8u2 h2.wpskzgx {
  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;
}
.k4mrf { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .k4mrf { display: none; } }
.johp { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.byvn56i { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.zm1hl {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.u6p3 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.gtu8q { padding-left: 20px; }
.gtu8q li { margin-bottom: 6px; }
.gtu8q a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.gtu8q a:hover { color: var(--accent-light); }
.w5ljcb .u6p3 { display: none; }
.kidsqv .u6p3 { display: none; }
.kidsqv .gtu8q { padding-left: 0; list-style: none; }
.kidsqv .gtu8q li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.kidsqv .gtu8q a { font-size: 0.92rem; }
.aewn9 .zm1hl { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.aewn9 .u6p3 { display: none; }
.aewn9 .gtu8q { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.aewn9 .gtu8q li { margin-bottom: 0; }
.aewn9 .gtu8q 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;
}
.aewn9 .gtu8q a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ts4s3zfs .zm1hl { padding: 20px 20px 16px; }
.ts4s3zfs .gtu8q {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ts4s3zfs .gtu8q li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ts4s3zfs .gtu8q 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;
}
.ts4s3zfs .gtu8q 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;
}
.ts4s3zfs .gtu8q a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ts4s3zfs .gtu8q a:focus,
.ts4s3zfs .gtu8q a:focus-visible,
.ts4s3zfs .gtu8q a:target { outline: none; }
.ts4s3zfs .gtu8q li:target a { border-color: var(--border); color: var(--text-muted); }
.la035 .zm1hl { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.la035 .u6p3 { display: none; }
.la035 .gtu8q { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.la035 .gtu8q li { margin-bottom: 0; }
.la035 .gtu8q li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.la035 .gtu8q li:last-child::after { content: ""; margin-right: 0; }
.la035 .gtu8q a { font-size: 0.9rem; }
.w9z50x63 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.sb7yly .w9z50x63 { background: var(--bg-card); }
.tv7ivfbw .w9z50x63:nth-child(odd)  { background: var(--bg-card); }
.tv7ivfbw .w9z50x63:nth-child(even) { background: var(--bg-raised); }
.dw6o .w9z50x63 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.dw6o .w9z50x63:last-child { border-bottom: none; }
.dw6o h3.ygd2 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.hzfb .w9z50x63 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.hzfb .w9z50x63 + .w9z50x63 { margin-top: 4px; }
.ct3c .w9z50x63 { background: none; border-radius: 0; padding: 12px 0; }
.ct3c .w9z50x63 + .w9z50x63 { border-top: 1px solid var(--border-section); }
.ui1bm0b { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.jegtrsb { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.irdcmeo { color: var(--text-body); margin-bottom: 10px; }
.qx58, .d7mxa9m { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.qx58 li, .d7mxa9m li { margin-bottom: 6px; }
.d7mxa9m li { list-style: decimal; }
.g9tpgk19     .qx58 { list-style-type: "● "; }
.jwfnto  .qx58 { list-style-type: "■ "; }
.g6wgbl8 .qx58 { list-style-type: "◆ "; }
.bprf    .qx58 { list-style-type: "★ "; }
.g9tpgk19     .clcnxah { list-style-type: "● "; }
.jwfnto  .clcnxah { list-style-type: "■ "; }
.g6wgbl8 .clcnxah { list-style-type: "◆ "; }
.bprf    .clcnxah { list-style-type: "★ "; }
.g9tpgk19    .qx58 li::marker, .g9tpgk19    .clcnxah li::marker,
.jwfnto .qx58 li::marker, .jwfnto .clcnxah li::marker,
.g6wgbl8 .qx58 li::marker, .g6wgbl8 .clcnxah li::marker,
.bprf   .qx58 li::marker, .bprf   .clcnxah li::marker {
  color: var(--cta); font-size: 1em;
}
.g9tpgk19 .d7mxa9m,
.jwfnto .d7mxa9m,
.g6wgbl8 .d7mxa9m,
.bprf .d7mxa9m {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.g9tpgk19 .d7mxa9m li,
.jwfnto .d7mxa9m li,
.g6wgbl8 .d7mxa9m li,
.bprf .d7mxa9m li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.g9tpgk19 .d7mxa9m li::before,
.jwfnto .d7mxa9m li::before,
.g6wgbl8 .d7mxa9m li::before,
.bprf .d7mxa9m 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;
}
.g9tpgk19     .d7mxa9m li::before { border-radius: 50%; }
.jwfnto  .d7mxa9m li::before { border-radius: 3px; }
.g6wgbl8 .d7mxa9m li::before { border-radius: 3px; }
.bprf    .d7mxa9m li::before { border-radius: 50%; }
.tbpk { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.ehaj .tbpk,
.uc59 .tbpk { background: transparent; border: none; border-radius: 0; }
.qfv9 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.qfv9 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.qfv9 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.qfv9 tr:hover td { background: var(--bg-hover); }
.mqmbg3 .qfv9 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.m5la5 .qfv9 { border: 1px solid var(--border-alt); }
.m5la5 .qfv9 th,
.m5la5 .qfv9 td { border: 1px solid var(--border-alt); }
.qjyma4n0 .qfv9 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.qjyma4n0 .qfv9 td { border-bottom: none; }
.qjyma4n0 .qfv9 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.b8t1nd2 .qfv9 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.tl9p72z .tbpk {
  overflow: hidden;
}
.tl9p72z .qfv9 th { border-bottom: 1px solid var(--border-alt); }
.tl9p72z .qfv9 tr:last-child td { border-bottom: none; }
.q3rr { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.wydgp { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.tsvmy { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.os78x { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.rn538 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.clcnxah { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.clcnxah 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%}
.yq4eskuu .os78x { background: transparent; text-align: center; }
.qc5bo6q0 .tsvmy {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.brjajh .tsvmy {
  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);
}
.tq2rmfb .wydgp { display: grid; grid-template-columns: auto 1fr; }
.tq2rmfb .tsvmy {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.tq2rmfb .os78x { grid-column: 2; }
.tq2rmfb .rn538,
.tq2rmfb .clcnxah { grid-column: 1 / -1; }
.afzxxd1 .wydgp { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.afzxxd1 .tsvmy {
  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);
}
.afzxxd1 .os78x { grid-column: 2; }
.afzxxd1 .rn538,
.afzxxd1 .clcnxah { grid-column: 1 / -1; }
.vbxs7mvi .wydgp { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.vbxs7mvi .os78x { background: none; color: var(--accent-light); font-weight: 700; }
.s6cpor .wydgp { 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); }
.s6cpor .os78x { background: none; color: var(--accent-light); font-weight: 700; }
.hzobndoz .wydgp { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.hzobndoz .wydgp:last-child { border-bottom: none; }
.hzobndoz .os78x { background: none; color: var(--accent-light); font-weight: 700; }
.kpxpqqt .wydgp { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.kpxpqqt .os78x { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.qzwl2 .q3rr { counter-reset: card-n; }
.qzwl2 .wydgp  { counter-increment: card-n; }
.qzwl2 .os78x { display: flex; align-items: center; gap: 10px; }
.qzwl2 .os78x::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;
}
.r952h .wydgp { background: var(--bg-surface); border: 1px solid var(--border); }
.r952h .os78x { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.qs3edy { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.sj2r9wj1  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.myu7o82 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.j15h196a { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.qs3edy strong { color: var(--text-primary); font-size: 0.95rem; }
.qs3edy p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.r8jrk { width: 100%; height: auto; border-radius: 10px; display: block; }
.y902jo {
  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;
}
.y902jo:hover { opacity: 0.85; }
.zabw6 .y902jo  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.zabw6 .y902jo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ltno1m .y902jo  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ltno1m .y902jo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.i1agj .jh4h { border-radius: 50px; }
.i1agj .y902jo  { border-radius: 50px; }
.fcm79 .jh4h { padding-left: 22px; padding-right: 22px; }
.fcm79 .y902jo  { padding-left: 12px; padding-right: 12px; }
.bypmj5 .jh4h { padding-left: 44px; padding-right: 44px; }
.bypmj5 .y902jo  { padding-left: 24px; padding-right: 24px; }
.n4ru8 .jh4h { padding-left: 56px; padding-right: 56px; }
.n4ru8 .y902jo  { padding-left: 32px; padding-right: 32px; }
.ybeeg7nq   .jh4h::after, .ybeeg7nq   .y902jo::after,
.fl5zwa .jh4h::after, .fl5zwa .y902jo::after,
.fbhn7zcp    .jh4h::after, .fbhn7zcp    .y902jo::after,
.jme5    .jh4h::after, .jme5    .y902jo::after,
.t2mz    .jh4h::after, .t2mz    .y902jo::after,
.tnug8jdk     .jh4h::after, .tnug8jdk     .y902jo::after,
.k4q50he    .jh4h::after, .k4q50he    .y902jo::after,
.tm2sjvdg   .jh4h::after, .tm2sjvdg   .y902jo::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;
}
.ybeeg7nq .jh4h::after, .ybeeg7nq .y902jo::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");
}
.fl5zwa .jh4h::after, .fl5zwa .y902jo::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");
}
.fbhn7zcp .jh4h::after, .fbhn7zcp .y902jo::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");
}
.jme5 .jh4h::after, .jme5 .y902jo::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");
}
.t2mz .jh4h::after, .t2mz .y902jo::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");
}
.tnug8jdk .jh4h::after, .tnug8jdk .y902jo::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");
}
.k4q50he .jh4h::after, .k4q50he .y902jo::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");
}
.tm2sjvdg .jh4h::after, .tm2sjvdg .y902jo::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");
}
.qcayjdf   .beymo::after, .qcayjdf   .rqqs::after,
.x7rvgdo3 .beymo::after, .x7rvgdo3 .rqqs::after,
.pk2yay    .beymo::after, .pk2yay    .rqqs::after,
.alaxhku    .beymo::after, .alaxhku    .rqqs::after,
.yibwgaf7    .beymo::after, .yibwgaf7    .rqqs::after,
.jfr3kqg     .beymo::after, .jfr3kqg     .rqqs::after,
.zzv8v2b    .beymo::after, .zzv8v2b    .rqqs::after,
.k1lufny0   .beymo::after, .k1lufny0   .rqqs::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;
}
.qcayjdf .beymo::after, .qcayjdf .rqqs::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");
}
.x7rvgdo3 .beymo::after, .x7rvgdo3 .rqqs::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");
}
.pk2yay .beymo::after, .pk2yay .rqqs::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");
}
.alaxhku .beymo::after, .alaxhku .rqqs::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");
}
.yibwgaf7 .beymo::after, .yibwgaf7 .rqqs::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");
}
.jfr3kqg .beymo::after, .jfr3kqg .rqqs::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");
}
.zzv8v2b .beymo::after, .zzv8v2b .rqqs::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");
}
.k1lufny0 .beymo::after, .k1lufny0 .rqqs::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");
}
.afdd .lugas6    { background: #1a1a1a; }
.f0x50.y902jo {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .gyh9l {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .gyh9l::before    { grid-area: rank;   }
  .hy366x8u           { grid-area: ident;  }
  .pi97dpu     { grid-area: rating; min-width: 0; width: auto; }
  .qkz4w           { grid-area: pills;  }
  .f0x50             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .gyh9l {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .gyh9l::before    { justify-self: center; }
  .hy366x8u           { width: 100%; }
  .pi97dpu     { justify-self: center; }
  .qkz4w           { grid-template-columns: 1fr; }
}
.jim7 .vlzql63 li::before { content: "→"; }
.jim7 .eavkjnx li::before { content: "–"; }
@media (min-width: 860px) {
  .xrhn3c9a .mzaf5ue {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .xrhn3c9a .i74hy { margin: 0; }
}
@media (max-width: 720px) {
  .v8kfx41 { grid-template-columns: 1fr; }
  .ehcnqjz { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ehcnqjz .tmzlazp { width: 72px; height: 50px; }
  .ehcnqjz .cfoz5o { max-width: 180px; }
  .ehcnqjz .t6vjjwv2 { width: auto; }
}
@media (max-width: 720px) {
  .z6hrtad { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .uqbabgmg { padding: 16px; }
  .u3y9ue .y3opa { min-width: 50%; }
}
@media (max-width: 860px) {
  .skvq7h { grid-template-columns: 1fr; }
  .gtgiijre { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .wn5he3nb { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .doyy1d { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .zdqix7lg { flex-direction: column; align-items: stretch; }
}
.ehmi .t6vjjwv2 .y902jo { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ijqr0 { flex-direction: column; align-items: stretch; gap: 10px; }
  .ehmi .t6vjjwv2 { text-align: center; }
}
@media (max-width: 720px) {
  .jrbjgg { grid-template-columns: 1fr; }
  .cr75q { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .krms5jt { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .qcqh9p7 { grid-template-columns: 1fr; }
  .odefgl78 { width: 100px; height: 100px; margin: 16px auto; }
  .e7wdi3 { font-size: 1.4rem; }
  .qqp5 { justify-content: center; }
  .ss9ozr .y3opa { min-width: 50%; }
}
@media (max-width: 540px) {
  .xxgv { flex-wrap: wrap; padding: 14px 16px; }
  .ax5bp { padding: 12px 16px; }
  .k1iew .y8au { margin: 0 16px; }
  .k1iew .swxvmt { padding: 0 16px; }
  .g4r1pj { padding: 12px 16px; }
}
.qwpr5 .qkz4w .zh20 {
  background: transparent; padding: 4px 8px;
}
.qwpr5 .qkz4w .e0f0k7 { font-size: .65rem; opacity: .65; }
.qwpr5 .qkz4w .uqhwypj8   { font-size: 1.15rem; color: var(--accent-light); }
.x7wv5ld .mymp { display: none; }
.x7wv5ld .w94b { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.x7wv5ld .w94b {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.x7wv5ld .w94b small { display: none; }
.x7wv5ld .g51r3g .awly { display: none; }
.x7wv5ld .g51r3g strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.x7wv5ld .vz7o0 { display: none; }
.ohnyr8mm { margin: 16px 0; }
.no94 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.no94 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.no94 summary::after { content: "+"; color: var(--accent-light); }
.no94[open] summary::after { content: "−"; }
.no94 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.nllt7 { margin-bottom: 0; }
.wjy9k1u h2.wpskzgx { color: var(--text-primary); border-color: var(--accent-light); }
.ouxb2 h2.wpskzgx { color: var(--text-primary); border-color: var(--accent-light); }
.efmqyc .sj2r9wj1     { background: #052e16; border-color: #10b981; }
.efmqyc .myu7o82    { background: #1e1036; border-color: #a855f7; }
.efmqyc .qs3edy strong  { color: #f1f5f9; }
.efmqyc .qs3edy p       { color: #cbd5e1; }
.efmqyc .i7hziw    .sj2r9wj1     .j15h196a::before,
.efmqyc .pougs1  .sj2r9wj1     .j15h196a::before,
.efmqyc .empjx  .sj2r9wj1     .j15h196a::before,
.efmqyc .ftn20td .sj2r9wj1     .j15h196a::before { color: #10b981; }
.efmqyc .i7hziw    .z7upd .j15h196a::before,
.efmqyc .pougs1  .z7upd .j15h196a::before,
.efmqyc .empjx  .z7upd .j15h196a::before,
.efmqyc .ftn20td .z7upd .j15h196a::before { color: #f43f5e; }
.efmqyc .i7hziw    .myu7o82    .j15h196a::before,
.efmqyc .pougs1  .myu7o82    .j15h196a::before,
.efmqyc .empjx  .myu7o82    .j15h196a::before,
.efmqyc .ftn20td .myu7o82    .j15h196a::before { color: #a855f7; }
.u48d0p9 .sj2r9wj1     { background: #2d2000; border-color: #eab308; }
.u48d0p9 .myu7o82    { background: #2d1600; border-color: #f97316; }
.u48d0p9 .qs3edy strong  { color: #f1f5f9; }
.u48d0p9 .qs3edy p       { color: #cbd5e1; }
.u48d0p9 .i7hziw    .sj2r9wj1     .j15h196a::before,
.u48d0p9 .pougs1  .sj2r9wj1     .j15h196a::before,
.u48d0p9 .empjx  .sj2r9wj1     .j15h196a::before,
.u48d0p9 .ftn20td .sj2r9wj1     .j15h196a::before { color: #eab308; }
.u48d0p9 .i7hziw    .z7upd .j15h196a::before,
.u48d0p9 .pougs1  .z7upd .j15h196a::before,
.u48d0p9 .empjx  .z7upd .j15h196a::before,
.u48d0p9 .ftn20td .z7upd .j15h196a::before { color: #ef4444; }
.u48d0p9 .i7hziw    .myu7o82    .j15h196a::before,
.u48d0p9 .pougs1  .myu7o82    .j15h196a::before,
.u48d0p9 .empjx  .myu7o82    .j15h196a::before,
.u48d0p9 .ftn20td .myu7o82    .j15h196a::before { color: #f97316; }
.qpr2ctop .sj2r9wj1     { background: #0c1a2e; border-color: #38bdf8; }
.qpr2ctop .z7upd { background: #12103a; border-color: #818cf8; }
.qpr2ctop .myu7o82    { background: #0a2020; border-color: #2dd4bf; }
.qpr2ctop .qs3edy strong  { color: #f1f5f9; }
.qpr2ctop .qs3edy p       { color: #cbd5e1; }
.qpr2ctop .i7hziw    .sj2r9wj1     .j15h196a::before,
.qpr2ctop .pougs1  .sj2r9wj1     .j15h196a::before,
.qpr2ctop .empjx  .sj2r9wj1     .j15h196a::before,
.qpr2ctop .ftn20td .sj2r9wj1     .j15h196a::before { color: #38bdf8; }
.qpr2ctop .i7hziw    .z7upd .j15h196a::before,
.qpr2ctop .pougs1  .z7upd .j15h196a::before,
.qpr2ctop .empjx  .z7upd .j15h196a::before,
.qpr2ctop .ftn20td .z7upd .j15h196a::before { color: #818cf8; }
.qpr2ctop .i7hziw    .myu7o82    .j15h196a::before,
.qpr2ctop .pougs1  .myu7o82    .j15h196a::before,
.qpr2ctop .empjx  .myu7o82    .j15h196a::before,
.qpr2ctop .ftn20td .myu7o82    .j15h196a::before { color: #2dd4bf; }
.baeyurn8 .sj2r9wj1     { background: var(--accent-bg); border-color: var(--accent-light); }
.baeyurn8 .myu7o82    { background: var(--accent-bg); border-color: var(--accent-pale); }
.baeyurn8 .i7hziw    .j15h196a::before,
.baeyurn8 .pougs1  .j15h196a::before,
.baeyurn8 .empjx  .j15h196a::before,
.baeyurn8 .ftn20td .j15h196a::before { color: var(--accent-light) !important; }
.wvjidxah .xk0ctg2 { background: var(--bg-pros); }
.wvjidxah .nihzj { background: var(--bg-cons); }
.wvjidxah .xk0ctg2 .pg1lqtz { color: var(--c-pros-label); }
.wvjidxah .nihzj .nlgr07u0 { color: var(--c-cons); }
.wvjidxah .xk0ctg2 ul li,
.wvjidxah .vlzql63 li          { color: var(--c-pros); }
.wvjidxah .nihzj ul li,
.wvjidxah .eavkjnx li          { color: var(--c-cons); }
.jim7 .pg1lqtz::before { content: "→ "; }
.jim7 .nlgr07u0::before { content: "← "; }
.k21o .qs3edy { background: transparent; border-left: none; border: 1.5px solid; }
.k21o .sj2r9wj1     { border-color: var(--c-tip-border); }
.k21o .myu7o82    { border-color: #60a5fa; }
.k21o .qs3edy strong { color: var(--text-primary); }
.k21o .qs3edy p      { color: var(--text-muted); }
.tcmvicpu .qs3edy { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.tcmvicpu .sj2r9wj1     { border-top-color: var(--c-tip-border); }
.tcmvicpu .myu7o82    { border-top-color: #60a5fa; }
.gd8go3 .qs3edy { border-left: none; border-radius: 8px; }
.gd8go3 .sj2r9wj1     { background: #065f46; }
.gd8go3 .z7upd { background: #92400e; }
.gd8go3 .myu7o82    { background: #1e3a8a; }
.gd8go3 .qs3edy strong,
.gd8go3 .qs3edy p { color: #fff; }
.gd8go3 .j15h196a::before { color: rgba(255,255,255,0.85) !important; }
.efmqyc.gd8go3 .sj2r9wj1,
.efmqyc .gd8go3 .sj2r9wj1     { background: #052e16; }
.efmqyc.gd8go3 .z7upd,
.efmqyc .gd8go3 .z7upd { background: #2d0a1e; }
.efmqyc.gd8go3 .myu7o82,
.efmqyc .gd8go3 .myu7o82    { background: #1e1036; }
.u48d0p9.gd8go3 .sj2r9wj1,
.u48d0p9 .gd8go3 .sj2r9wj1      { background: #2d2000; }
.u48d0p9.gd8go3 .z7upd,
.u48d0p9 .gd8go3 .z7upd  { background: #2d0b0b; }
.u48d0p9.gd8go3 .myu7o82,
.u48d0p9 .gd8go3 .myu7o82     { background: #2d1600; }
.qpr2ctop.gd8go3 .sj2r9wj1,
.qpr2ctop .gd8go3 .sj2r9wj1      { background: #0c1a2e; }
.qpr2ctop.gd8go3 .z7upd,
.qpr2ctop .gd8go3 .z7upd  { background: #12103a; }
.qpr2ctop.gd8go3 .myu7o82,
.qpr2ctop .gd8go3 .myu7o82     { background: #0a2020; }
.xi9ans2q .qs3edy { border-left: none; border-radius: 6px; padding: 10px 14px; }
.xi9ans2q .sj2r9wj1     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.xi9ans2q .myu7o82    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.xi9ans2q .qs3edy strong { color: var(--text-primary); }
.xi9ans2q .qs3edy p      { color: var(--text-muted); }
.c21yh .qs3edy { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.i7hziw .j15h196a,
.pougs1 .j15h196a,
.empjx .j15h196a,
.ftn20td .j15h196a { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.i7hziw .j15h196a::before,
.pougs1 .j15h196a::before,
.empjx .j15h196a::before,
.ftn20td .j15h196a::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.i7hziw .sj2r9wj1     .j15h196a::before { content: "✦"; color: var(--c-tip-border); }
.i7hziw .z7upd .j15h196a::before { content: "▲"; color: var(--c-warn-border); }
.i7hziw .myu7o82    .j15h196a::before { content: "◉"; color: #60a5fa; }
.pougs1 .sj2r9wj1     .j15h196a::before { content: "★"; color: var(--c-tip-border); }
.pougs1 .z7upd .j15h196a::before { content: "◆"; color: var(--c-warn-border); }
.pougs1 .myu7o82    .j15h196a::before { content: "●"; color: #60a5fa; }
.empjx .sj2r9wj1     .j15h196a::before { content: "▶"; color: var(--c-tip-border); }
.empjx .z7upd .j15h196a::before { content: "■"; color: var(--c-warn-border); }
.empjx .myu7o82    .j15h196a::before { content: "▸"; color: #60a5fa; }
.ftn20td .sj2r9wj1     .j15h196a::before { content: "→"; color: var(--c-tip-border); }
.ftn20td .z7upd .j15h196a::before { content: "⬥"; color: var(--c-warn-border); }
.ftn20td .myu7o82    .j15h196a::before { content: "◈"; color: #60a5fa; }
.nq71ck .sb7yly .w9z50x63,
.nq71ck .tv7ivfbw .w9z50x63  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.nq71ck .wydgp                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.nq71ck .tbpk          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.nq71ck .zm1hl                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.uj2du .sb7yly .w9z50x63,
.uj2du .tv7ivfbw .w9z50x63,
.uj2du .wydgp,
.uj2du .gyh9l,
.uj2du .i74hy,
.uj2du .tbpk,
.uj2du .zm1hl,
.uj2du .c21yh .qs3edy { box-shadow: none; }
.n9au6gq0   .irdcmeo, .n9au6gq0 .ui1bm0b, .n9au6gq0 .jegtrsb,
.n9au6gq0   .johp, .n9au6gq0 .byvn56i { font-size: 0.9rem; }
.n9au6gq0   .qx58, .n9au6gq0 .d7mxa9m { font-size: 0.9rem; }
.j05uvs   .irdcmeo, .j05uvs .ui1bm0b, .j05uvs .jegtrsb,
.j05uvs   .johp, .j05uvs .byvn56i { font-size: 0.95rem; }
.j05uvs   .qx58, .j05uvs .d7mxa9m { font-size: 0.95rem; }
.hufi   .irdcmeo, .hufi .ui1bm0b, .hufi .jegtrsb,
.hufi   .johp, .hufi .byvn56i { font-size: 1.08rem; }
.hufi   .qx58, .hufi .d7mxa9m { font-size: 1.05rem; }
.hufi   .qfv9 { font-size: 0.97rem; }
.hfbmss .oplo      { font-size: 3.2rem; }
.hfbmss h2.wpskzgx { font-size: 1.9rem; }
.hfbmss h3.ygd2     { font-size: 1.4rem; }
.pff4y83 .oplo      { font-size: 3.8rem; }
.pff4y83 h2.wpskzgx { font-size: 2.2rem; }
.pff4y83 h3.ygd2     { font-size: 1.6rem; }
.nllt7 + .nllt7 { position: relative; }
.thdu   .nllt7 + .nllt7::before,
.owyv5  .nllt7 + .nllt7::before,
.ocvy3q23   .nllt7 + .nllt7::before,
.jcyh   .nllt7 + .nllt7::before,
.rpz2   .nllt7 + .nllt7::before,
.x4xkyyjh .nllt7 + .nllt7::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.thdu .nllt7 + .nllt7::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.owyv5 .nllt7 + .nllt7::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ocvy3q23 .nllt7 + .nllt7::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;
}
.jcyh .nllt7 + .nllt7::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.m8c57ryk .nllt7 { margin-bottom: 16px; }
.m8c57ryk .nllt7 + .nllt7 { margin-top: 0; }
.m8c57ryk .tusfc0b { padding-top: 0; padding-bottom: 0; }
.rpz2 .nllt7 + .nllt7::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.x4xkyyjh .nllt7 + .nllt7::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.sy2i .nllt7 + .nllt7::before,
.tnvc .nllt7 + .nllt7::before,
.r0n3az .nllt7 + .nllt7::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%;
}
.mwu3 .sy2i .nllt7:nth-child(even)::before,
.mwu3 .tnvc .nllt7:nth-child(even)::before,
.mwu3 .r0n3az .nllt7:nth-child(even)::before { background: var(--bg-surface); }
.cyby46x .sy2i .nllt7:nth-child(even)::before,
.cyby46x .tnvc .nllt7:nth-child(even)::before,
.cyby46x .r0n3az .nllt7:nth-child(even)::before { background: var(--bg-card); }
.sy2i .nllt7 + .nllt7::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");
}
.tnvc .nllt7 + .nllt7::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");
}
.r0n3az .nllt7 + .nllt7::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");
}
.if17n2n .cpfwk,
.elobjga .cpfwk { padding-bottom: 60px; }
.umzv .cpfwk { padding-bottom: 70px; }
.fgcfefpm  .klht1:not(.f5o5od) .a1dkkt95 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.t24bi .eusk94 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.vjije97 .eusk94 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.l7u7p .eusk94 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.fgcfefpm .f5o5od { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.fgcfefpm .q1isxn4 { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.fgcfefpm .eusk94 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.svaxaxg .eusk94 { background: var(--accent-bg); }
.je9a7t .xlv3nkdk { float: left; width: 38%; margin: 0 28px 16px 0; }
.je9a7t .xlv3nkdk .r8jrk { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.je9a7t .tusfc0b::after { content: ''; display: block; clear: both; }
.til2 .xlv3nkdk { float: right; width: 38%; margin: 0 0 16px 28px; }
.til2 .xlv3nkdk .r8jrk { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.til2 .tusfc0b::after { content: ''; display: block; clear: both; }
.hwcvy .nllt7:nth-child(odd)  .xlv3nkdk { float: left;  width: 38%; margin: 0 28px 16px 0; }
.hwcvy .nllt7:nth-child(even) .xlv3nkdk { float: right; width: 38%; margin: 0 0 16px 28px; }
.hwcvy .xlv3nkdk .r8jrk { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hwcvy .tusfc0b::after { content: ''; display: block; clear: both; }
.je9a7t .q3rr,
.til2 .q3rr,
.hwcvy .q3rr,
@media (max-width: 900px) {
  .je9a7t .xlv3nkdk,
  .til2 .xlv3nkdk,
  .hwcvy .nllt7:nth-child(odd)  .xlv3nkdk,
  .hwcvy .nllt7:nth-child(even) .xlv3nkdk {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .je9a7t .xlv3nkdk .r8jrk,
  .til2 .xlv3nkdk .r8jrk,
  .hwcvy .xlv3nkdk .r8jrk {
    max-height: none !important;
  }
}
.je9a7t .qx58,
.je9a7t .d7mxa9m,
.til2 .qx58,
.til2 .d7mxa9m,
.hwcvy .qx58,
.hwcvy .d7mxa9m { overflow: hidden; }
@media (max-width: 640px) {
  .je9a7t .xlv3nkdk,
  .til2 .xlv3nkdk,
  .hwcvy .xlv3nkdk { float: none; width: 100%; margin: 0 0 16px 0; }
}
.r0gowhl .y3yxn,
.r0gowhl .tusfc0b,
.r0gowhl .vuor7d4  { max-width: 1100px; }
.m4961e .y3yxn,
.m4961e .tusfc0b,
.m4961e .vuor7d4  { max-width: 1200px; }
.qd882s .y3yxn,
.qd882s .tusfc0b,
.qd882s .vuor7d4  { max-width: 1320px; }
.qd882s { --content-mw: 1320px; }
.artlpk9 { font-size: 0.82rem; color: var(--text-muted); }
.dqnp { display: flex; align-items: center; }
.sko6f {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.otpjatg { display: flex; align-items: center; }
.g3mrr { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.g3mrr:hover { text-decoration: underline; }
.z537q { margin: 0 3px; opacity: 0.45; }
.z537q::before { content: '/'; }
.xcs9kv { padding: 2px 5px; color: var(--text-main); }
.v7e66kqr .artlpk9 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.v7e66kqr .dqnp { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.om95d .artlpk9 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.om95d .dqnp { padding: 0 0 0 12px; }
.kyocb7 .dqnp { padding: 0 16px; }
.kyocb7 .artlpk9 {
  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);
}
.kyocb7 .y3yxn { padding-top: 28px; }
@media (max-width: 720px) {
  .x9guu8 { margin-top: 18px; padding: 0 16px; }
  .kyocb7 .y3yxn { padding-top: 16px; }
}
.r0gowhl.v7e66kqr .dqnp { max-width: 1100px; }
.m4961e.v7e66kqr .dqnp { max-width: 1200px; }
.qd882s.v7e66kqr .dqnp { max-width: 1320px; }
.qd882s .x9guu8 { max-width: 1320px; }
.yab86 .nllt7 { padding-top: 16px; padding-bottom: 16px; }
.ffc8g .nllt7 { padding-top: 24px; padding-bottom: 24px; }
.rbm0 .nllt7 { padding-top: 40px; padding-bottom: 40px; }
.h5sas .nllt7 { padding-top: 52px; padding-bottom: 52px; }
.jzmr .nllt7:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jzmr .nllt7:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jzmr .nllt7:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jzmr .nllt7:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.fw89d .tusfc0b { padding-top: 10px;  padding-bottom: 10px; }
.cygapyu .tusfc0b { padding-top: 18px;  padding-bottom: 18px; }
.gppnv2f .tusfc0b { padding-top: 36px;  padding-bottom: 36px; }
.s7nsj .tusfc0b { padding-top: 48px;  padding-bottom: 48px; }
.cx56gvu0 h2.wpskzgx { font-weight: 600; }
.cx56gvu0 h3.ygd2     { font-weight: 600; }
.g93qfvl h2.wpskzgx { font-weight: 800; }
.g93qfvl h3.ygd2     { font-weight: 700; }
.ogkvh h2.wpskzgx { font-weight: 900; }
.ogkvh h3.ygd2     { font-weight: 800; }
.ogkvh .qs3edy strong,
.ogkvh .qs3edy strong { font-weight: 600; }
.beymo {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qkaa .beymo { display: none; }
@media (max-width: 640px) {
  .efaiht { display: none; }
  .beymo {
    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;
  }
}
.beymo { background: var(--cta) !important; color: #fff !important; border: none !important; }
.beymo:hover { opacity: 0.85; }
.xx4zy .beymo { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.e2wx34 .beymo,
.vyqld8zp  .beymo { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.e2wx34 .beymo:hover,
.vyqld8zp  .beymo:hover { opacity: 0.88; }
.xx4zy.e2wx34 .beymo,
.xx4zy.vyqld8zp  .beymo { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.rqqs {
  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;
}
.rqqs:hover { transform: translateY(-2px); opacity: 0.92; }
.rqqs { background: var(--cta) !important; color: #fff !important; border: none !important; }
.h970e .rqqs { display: none; }
.iulwd3l .rqqs { right: 32px; }
.mbw1e9s  .rqqs { left: 32px; }
@media (max-width: 480px) {
  .iulwd3l .rqqs { right: 20px; bottom: 20px; }
  .mbw1e9s  .rqqs { left: 20px; bottom: 20px; }
}
.cn9ou7 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.vuor7d4 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.oqwylls { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.i79fpn8z { color: var(--text-dim); font-size: 0.8rem; }
.i0x2rxg { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.i0x2rxg img { height: 26px; width: auto; object-fit: contain; }
.ql5zh8np { display: flex; flex-direction: column; gap: 6px; }
.ql5zh8np a, .qiqclups a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ql5zh8np a:hover, .qiqclups a:hover { color: var(--accent-light); }
.ql5zh8np .uotj841 { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.nxzs96ue .vuor7d4 { text-align: center; }
.nxzs96ue .oqwylls { margin-top: 0; }
.gbxtqqy { margin-top: 10px; }
.gbxtqqy a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .vuor7d4 { padding-left: 16px; padding-right: 16px; }
  .bnqm98 .vuor7d4 { padding: 20px 16px; }
  .qiqclups { gap: 4px 12px; }
  .oqwylls { font-size: 0.78rem; }
}
.cpo8 .pfd7 .i0x2rxg { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.cpo8 .oqwylls { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.cpo8 .i79fpn8z { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .cpo8 .yjnwp5 { grid-template-columns: 1fr 1fr; } .cpo8 .pfd7 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cpo8 .yjnwp5 { grid-template-columns: 1fr; } }
.x2h6qxnb .i0x2rxg { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.x2h6qxnb .oqwylls { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .x2h6qxnb .cflnvw { gap: 12px; } .x2h6qxnb .i0x2rxg { margin-right: 0; width: 100%; } }
.ev21f .t97rw .i0x2rxg { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.ev21f .oqwylls { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ev21f .i79fpn8z { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ev21f .sg2zv7j { grid-template-columns: 1fr 1fr; } .ev21f .t97rw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ev21f .sg2zv7j { grid-template-columns: 1fr; } }
.t6og .j2p3s8i { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.t6og .ql5zh8np { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .t6og .j2p3s8i { grid-template-columns: 1fr 1fr; } .t6og .s2sm:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .t6og .j2p3s8i { grid-template-columns: 1fr; } }
.q2zza6 .j2p3s8i { grid-template-columns: 1fr 2fr; }
.q2zza6 .iwd74g .ql5zh8np { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .q2zza6 .j2p3s8i { grid-template-columns: 1fr; } }
.t5v0 .vuor7d4 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.uyx996 .b841n6rz      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.uyx996 .cn9ou7 { background: var(--bg-page); border-top-color: var(--border-alt); }
.jjmuf4c3 .b841n6rz      { background: #0d1117; border-bottom-color: #21262d; }
.jjmuf4c3 .nccu077 { color: var(--accent-light); }
.jjmuf4c3 .xrrnbr0e { --msep-color: #8b949e; }
.jjmuf4c3 .xrrnbr0e a { color: #8b949e; }
.jjmuf4c3 .xrrnbr0e a:hover { color: var(--accent-light); }
.jjmuf4c3 .fkyhqrj { color: #8b949e; }
.jjmuf4c3 .cn9ou7 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.jjmuf4c3 .oqwylls,
.jjmuf4c3 .i79fpn8z { color: #6e7681; }
.jjmuf4c3 .ql5zh8np a, .jjmuf4c3 .qiqclups a,
.jjmuf4c3 .i0x2rxg { color: #e6edf3; }
.jjmuf4c3 .ql5zh8np a:hover, .jjmuf4c3 .qiqclups a:hover,
@media (max-width: 640px) {
  .jjmuf4c3 .xrrnbr0e { background: #0d1117; border-top-color: #21262d; }
  .jjmuf4c3 .xrrnbr0e li a { border-bottom-color: #21262d; }
}
.kw3n .b841n6rz      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.kw3n .nccu077 { color: var(--accent-light); }
.kw3n .xrrnbr0e { --msep-color: #475569; }
.kw3n .xrrnbr0e a { color: #475569; }
.kw3n .xrrnbr0e a:hover { color: var(--accent-light); }
.kw3n .fkyhqrj { color: #64748b; }
.kw3n .cn9ou7 { background: #f0f4f8; border-top-color: #cbd5e1; }
.kw3n .oqwylls,
.kw3n .i79fpn8z { color: #64748b; }
.kw3n .ql5zh8np a, .kw3n .qiqclups a,
.kw3n .wsswt a, .kw3n .i0x2rxg { color: #374151; }
.kw3n .ql5zh8np a:hover, .kw3n .qiqclups a:hover,
@media (max-width: 640px) {
  .kw3n .xrrnbr0e { background: #f0f4f8; border-top-color: #cbd5e1; }
  .kw3n .xrrnbr0e li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.e2wx34 .b841n6rz      { background: var(--accent); border-bottom-color: var(--accent-light); }
.e2wx34 .nccu077 { color: #fff; }
.e2wx34 .xrrnbr0e { --msep-color: rgba(255,255,255,0.82); }
.e2wx34 .xrrnbr0e a { color: rgba(255,255,255,0.82); }
.e2wx34 .xrrnbr0e a:hover { color: #fff; }
.e2wx34 .fkyhqrj { color: rgba(255,255,255,0.9); }
.e2wx34 .cn9ou7 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.e2wx34 .oqwylls,
.e2wx34 .i79fpn8z { color: rgba(255,255,255,0.72); }
.e2wx34 .ql5zh8np a, .e2wx34 .qiqclups a,
.e2wx34 .wsswt a, .e2wx34 .i0x2rxg { color: #fff; }
.e2wx34 .ql5zh8np a:hover, .e2wx34 .qiqclups a:hover,
@media (max-width: 640px) {
  .e2wx34 .xrrnbr0e { background: var(--accent); border-top-color: var(--accent-light); }
  .e2wx34 .xrrnbr0e li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.vyqld8zp .b841n6rz {
  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);
}
.vyqld8zp .cn9ou7 {
  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) {
  .vyqld8zp .xrrnbr0e {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.dq7mo .h1ur3y5 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.pb9y .h1ur3y5 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.hibiw4p .h1ur3y5 { min-height: 72px; height: auto; }
.mzya62lj .h1ur3y5 { min-height: 84px; height: auto; }
.bnqm98 .h1ur3y5 { max-width: none; padding: 0 32px; }
.bnqm98 .vuor7d4  { max-width: none; padding: 24px 32px; }
.yi4bjo.m4961e .h1ur3y5 { max-width: 1200px; }
.yi4bjo.qd882s .h1ur3y5 { max-width: 1320px; }
.byqauyj   .nccu077, .byqauyj   .i0x2rxg { text-transform: capitalize; }
.gb74i .nccu077, .gb74i .i0x2rxg { text-transform: lowercase; }
.o6jl1 .nccu077, .o6jl1 .i0x2rxg { text-transform: uppercase; letter-spacing: 0.06em; }
.gu9tka, .jy6fu {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dr2a .gu9tka,
.dr2a .jy6fu { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.js83w .gu9tka,
.js83w .jy6fu { 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; }
.ip3j2 .gu9tka,
.ip3j2 .jy6fu { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.o88hv .gu9tka,
.o88hv .jy6fu { 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; }
.qnz6o6   .xrrnbr0e a { font-weight: 500; }
.barn .xrrnbr0e a { font-weight: 600; }
.jahhp     .xrrnbr0e a { font-weight: 700; }
.vu3xz7    .xrrnbr0e a { font-weight: 800; letter-spacing: 0.01em; }
.zaoej     .xrrnbr0e > li + li::before,
.r0bmv1pj    .xrrnbr0e > li + li::before,
.ofwioace    .xrrnbr0e > li + li::before,
.bzl1 .xrrnbr0e > li + li::before,
.l37l .xrrnbr0e > li + li::before,
.pwb2j7  .xrrnbr0e > li + li::before,
.k54uwj    .xrrnbr0e > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.zaoej     .xrrnbr0e > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.r0bmv1pj    .xrrnbr0e > li + li::before { content: "|"; }
.ofwioace    .xrrnbr0e > li + li::before { content: "—"; }
.bzl1 .xrrnbr0e > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.l37l .xrrnbr0e > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.pwb2j7  .xrrnbr0e > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.k54uwj    .xrrnbr0e > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ryshe .fkyhqrj,
  .zxcazkq .fkyhqrj,
  .xppyd .fkyhqrj,
  .u3m4fy6 .fkyhqrj,
  .t0cn7r .fkyhqrj {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ryshe .fkyhqrj::before,
  .zxcazkq .fkyhqrj::before,
  .xppyd .fkyhqrj::before,
  .u3m4fy6 .fkyhqrj::before,
  .t0cn7r .fkyhqrj::before { content: ""; display: block; flex-shrink: 0; }

  
  .ryshe .fkyhqrj::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;
  }

  
  .zxcazkq .fkyhqrj::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;
  }

  
  .xppyd .fkyhqrj::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;
  }

  
  .u3m4fy6 .fkyhqrj::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;
  }

  
  .t0cn7r .fkyhqrj::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) {
  .mlxn .fkyhqrj {
    padding: 5px 14px;
  }
  .mlxn .xrrnbr0e {
    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;
  }
  .mlxn .xrrnbr0e li a {
    border-bottom: none; padding: 10px 22px;
  }
  .mlxn .xrrnbr0e li a:hover { background: var(--bg-raised); }
  .mlxn .go8f,
  .xs0h .go8f,
  .z4u0p81k .go8f { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .p0s4x0ha .fkyhqrj {
    padding: 5px 10px;
  }
  .p0s4x0ha .xrrnbr0e {
    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);
  }
  .p0s4x0ha .xrrnbr0e.wi3mpvu { transform: translateX(0); }
  .p0s4x0ha .xrrnbr0e li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .p0s4x0ha .xrrnbr0e li:last-child a { border-bottom: none; }
  .e2wx34 .xrrnbr0e,
  .jjmuf4c3 .xrrnbr0e { background: var(--accent) !important; }
  .e2wx34 .xrrnbr0e li a,
  .jjmuf4c3 .xrrnbr0e li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .z4u0p81k .fkyhqrj {
    padding: 5px 10px;
  }
  .z4u0p81k .xrrnbr0e {
    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);
  }
  .z4u0p81k .xrrnbr0e::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .z4u0p81k .xrrnbr0e.wi3mpvu { transform: translateY(0); }
  .z4u0p81k .xrrnbr0e li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .s5un .fkyhqrj {
    padding: 5px 10px;
  }
  .s5un .xrrnbr0e {
    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;
  }
  .s5un .xrrnbr0e.wi3mpvu { opacity: 1; pointer-events: auto; }
  .s5un .xrrnbr0e li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .t1ipw767     .fkyhqrj { border-radius: 0 !important; }
  .gakr   .fkyhqrj { border-radius: 8px !important; }
  .c4xmk58 .fkyhqrj { border-radius: 50% !important; }
  .yoaz   .fkyhqrj { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .vxrq8 .lh46 { flex-direction: column; align-items: stretch; }
  .vxrq8 .j7uttty { flex-direction: row; min-width: auto; }
  .vxrq8 .krld { align-items: flex-start; text-align: left; }
}
.hnq7bcu,
.hnq7bcu.nllt7,
.mwu3 .hnq7bcu,
.hlu4 .hnq7bcu,
.cyby46x .hnq7bcu,
.lpvf8r .hnq7bcu {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ug7ipoqa {
  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;
}
.ps22nc6 { flex: 1 1 280px; min-width: 0; }
.yfe6c3u {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.d9al5fdu {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.ikyld01 {
  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;
}
.ikyld01:hover { transform: translateY(-1px); opacity: 0.95; }
.gd5zx .ug7ipoqa {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.gd5zx .yfe6c3u { color: var(--cta); }
.gd5zx .d9al5fdu { color: var(--text-body); }
.gd5zx .ikyld01 {
  background: var(--cta) !important;
  color: #fff !important;
}
.tcdb28s .ug7ipoqa {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.tcdb28s .yfe6c3u { color: var(--text-primary); }
.tcdb28s .d9al5fdu { color: var(--text-body); }
.tcdb28s .ikyld01 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ug7ipoqa {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ps22nc6 { flex: 0 0 auto; }
  .yfe6c3u { font-size: 1.2rem; }
  .ikyld01 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.i5x3gt9e .iu6wq { height: 36px; }
.bx8zya8 .iu6wq { height: 60px; max-width: 200px; }
.cr4f .iu6wq { height: 56px; max-width: 180px; }
.y03rac    .mymp, .y03rac    .awly { color: #f59e0b; }
.qwpr5 .e0f0k7 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.qwpr5 .uqhwypj8 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .pitl4nhs .yqnbc {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .pitl4nhs .gyh9l {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .pitl4nhs .gyh9l { padding: 40px 16px 20px; }
  .pitl4nhs .zh20 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .pitl4nhs .f0x50 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .sdbu .gyh9l {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .sdbu .gyh9l::before {
    position: absolute; top: 14px; left: 14px;
  }
  .sdbu .hy366x8u {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .sdbu .r5cuag38 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .sdbu .zh20 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .sdbu .f0x50 { width: 100%; min-width: 0; }
  .sdbu .mymp { min-width: 0; }
}
.u769 .no94 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.u769 .no94 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.u769 .no94 p { padding: 0 2px 16px; }
.q8q3 .no94 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.q8q3 .no94 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.q8q3 .no94 summary::after { content: "›"; font-size: 1.2em; }
.q8q3 .no94[open] summary::after { content: "‹"; }
.q8q3 .no94 p { padding: 10px 22px 4px; }
.roe4xm .no94 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.roe4xm .no94 summary { color: var(--text-primary); padding-left: 16px; }
.roe4xm .no94 summary::after { content: "›"; font-size: 1.1em; }
.roe4xm .no94[open] summary::after { content: "‹"; }
.roe4xm .no94 p { padding-left: 16px; }
.ouwweb2 .ohnyr8mm { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ouwweb2 .no94 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ouwweb2 .no94:last-child { border-bottom: none; }
.ouwweb2 .no94 summary { color: var(--text-primary); border-radius: 0; }
.ouwweb2 .no94 summary::after { content: "›"; font-size: 1.1em; }
.ouwweb2 .no94[open] summary::after { content: "‹"; }
.v9bc .no94 { overflow: hidden; }
.v9bc .no94 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.v9bc .no94 summary::after { color: rgba(255,255,255,.75); }
.v9bc .no94[open] summary { border-radius: 0; }
.a2hkvt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bg2o4qh4 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.p3cr3xo {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.uqxdzzs { color: var(--text-muted); font-size: 1.05rem; }
.ebc6 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.upg87kmo {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ulixcz { margin-bottom: 20px; }
.hql7 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.qbmqza {
  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;
}
.qbmqza:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.uijb43ez { resize: vertical; min-height: 130px; }
.qdydf { width: 100%; margin-top: 8px; }
.ss911ihg {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.zrjbfdgy {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.u3w0r9uo { color: var(--text-muted); line-height: 1.75; }
.lmxjfc { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.lmxjfc li { margin-bottom: 6px; }
.ulcj { max-width: 760px; margin: 0 auto; }
.w79o { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.yqx3qwia { max-width: 760px; margin: 0 auto; }
.aelfp0 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ospi7iif ul.lmxjfc { margin: 0; }
.sxh82k { max-width: 900px; margin: 0 auto; }
.lunzgqsp { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.lunzgqsp:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.lunzgqsp .aelfp0 { margin: 0; font-size: 1rem; }
.lunzgqsp .cip58 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .lunzgqsp { grid-template-columns: 1fr; gap: 10px; } }
.gj99s6 .aelfp0 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.mlimalvm .lmxjfc { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .wp0p7nq { grid-template-columns: 1fr; } }
.okiiw9gl { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.okiiw9gl:hover .q1ycmtdi { color: var(--accent-light); text-decoration: underline; }
.mr4oo3r { color: inherit; text-decoration: none; }
.mr4oo3r:hover { color: var(--accent-light); text-decoration: underline; }
.i03s1 { display: inline-block; line-height: 0; }
.h2zgxc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.puo80 { margin-bottom: 48px; }
.atyyveqy { max-width: 760px; margin: 0 auto; }
.l7tr9l { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.l7tr9l:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.fnu02 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.l7tr9l p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.l7tr9l ul.lmxjfc { margin: 0; }
.y0e04fo { color: var(--text-muted); line-height: 1.75; }
.nnl42hg .lmxjfc,
.ufj693 .lmxjfc,
.z8bol0p0 .lmxjfc,
.x3nx9 .lmxjfc {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.nnl42hg .l7tr9l,
.ufj693 .l7tr9l { text-align: left; }
.nnl42hg .fnu02,
.ufj693 .fnu02 { text-align: center; }
.u0wh { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ak4sglt4 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.iq2ma3y4 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.hdbbb { margin-top: 12px; }
.oru9ls { 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; }
.oru9ls:hover { border-bottom-color: var(--accent-light); }
.v6t5 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.v6t5 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.eqkn { border-radius: 50%; }
.evnah { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.uam5xy { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.uam5xy::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
.sjh9s { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .sjh9s { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.j5sbq0j .iq2ma3y4, .j5sbq0j .ak4sglt4 { max-width: 640px; }
.rtvgs28u .u0wh { font-size: 1.6rem; margin-top: 18px; }
.e1ea1e .iq2ma3y4 { margin-bottom: 28px; }
@media (max-width: 860px) { .zk38l { grid-template-columns: 1fr; } .rtvgs28u { position: static; text-align: center; } }
.a8et .v6t5 { margin: 0 auto 18px; }
.a8et .evnah { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .v2zb5r8 { grid-template-columns: 1fr; } }
.lxprv .u0wh { font-size: 1.6rem; margin-bottom: 6px; }
.x3nx9 .lmxjfc { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .lxprv { flex-direction: column; text-align: center; } .xcld2 { grid-template-columns: 1fr; } }
.iz356yf .u0wh { font-size: 1.35rem; margin: 0 0 4px; }
.iz356yf .evnah { margin: 0; }
.biic0 {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.biic0 .p3cr3xo { color: var(--accent-light); }
.i88wpvu .p3cr3xo { font-size: 2rem; }
.i88wpvu .uqxdzzs { max-width: 680px; }
.hq0sq .p3cr3xo { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.hq0sq .uqxdzzs  { margin: 0; }
@media (max-width: 640px) { .hq0sq { flex-direction: column; } }
.nrr1g2hj .p3cr3xo { color: var(--accent-light); }
.kwjlksuc .p3cr3xo { color: #fff; }
.kwjlksuc .uqxdzzs  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .c8b78mr { grid-template-columns: 1fr; } }
.yg2jvgx .qbmqza {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.yg2jvgx .qbmqza:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.w01umbui .qbmqza { background: var(--bg-raised); border-color: transparent; }
.w01umbui .qbmqza:focus { background: var(--bg-card); border-color: var(--accent-light); }
.tq10 .qbmqza { border-radius: 100px; padding: 11px 20px; }
.tq10 .uijb43ez { border-radius: 14px; }
.pub9pxsp {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.pub9pxsp summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.pub9pxsp summary::-webkit-details-marker { display: none; }
.pub9pxsp summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.pub9pxsp[open] summary::after { content: "−"; }
.h1ryhrhm {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .vf5s573 { grid-template-columns: 1fr; } }
.erny { counter-reset: priv-count; }
.h7kd {
  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);
}
.h7kd:last-child { border-bottom: none; }
.ddx41z {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.h7kd h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.h7kd p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.jah8yg { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.jah8yg li { margin-bottom: 6px; }
.qxro7ui{display:none}
.qxro7ui:empty,.va5h:empty{display:none}
.oqw0qk{position:relative;overflow:visible}
.llb079 .ejsff,.u3z1pqwc .ejsff,
.sdxi5t5u .ejsff,.zv11 .ejsff,
.igz4 .ejsff,.mvvjgxd9 .ejsff{display:block}
.fxoio .l6zisod{display:block}
.llb079 .ejsff,.u3z1pqwc .ejsff,
.sdxi5t5u .ejsff,.zv11 .ejsff,
.igz4 .ejsff{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}
.llb079 .ejsff .va5h,.u3z1pqwc .ejsff .va5h,
.sdxi5t5u .ejsff .va5h,.zv11 .ejsff .va5h,
.igz4 .ejsff .va5h{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}
.llb079 .yr0n3s,.u3z1pqwc .yr0n3s,
.sdxi5t5u .yr0n3s,.zv11 .yr0n3s,
.igz4 .yr0n3s{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.llb079 .ejsff,.u3z1pqwc .ejsff{top:12px}
.llb079 .ejsff .va5h{margin-right:auto}
.u3z1pqwc .ejsff .va5h{margin-left:auto}
.u3z1pqwc .ejsff{text-align:right}
.sdxi5t5u .ejsff,.zv11 .ejsff{bottom:12px}
.sdxi5t5u .ejsff .va5h{margin-right:auto}
.zv11 .ejsff .va5h{margin-left:auto}
.zv11 .ejsff{text-align:right}
.igz4 .ejsff{position:relative;margin-top:16px}
.igz4 .ejsff .va5h{margin:0 auto}
.mvvjgxd9 .ejsff{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.mvvjgxd9 .ejsff .va5h{margin:0}
.mvvjgxd9 .eusk94~.ejsff,
.mvvjgxd9 .jny7u3~.ejsff{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.mvvjgxd9 .eusk94~.ejsff .va5h,
.mvvjgxd9 .jny7u3~.ejsff .va5h{justify-content:flex-start}
.eusk94~.ejsff,.jny7u3~.ejsff{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}
.eusk94~.ejsff .va5h{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jny7u3~.ejsff .va5h{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.l6zisod .va5h{margin:0 0 12px}
.va5h{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.bghls33{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.q1ycmtdi{font-weight:600;color:var(--text-heading);opacity:1}
.w214x::before{content:"·";margin:0 2px;opacity:.5}
.yr0n3s{white-space:nowrap}
.ixag .bghls33{display:none}
.ew45g2b .yr0n3s{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.ew45g2b .w214x::before{content:""}
.i2fq4ys7 .yr0n3s{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.i2fq4ys7 .w214x::before{content:""}
.fa8z .va5h{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.h08ma .yr0n3s{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.h08ma .w214x::before{content:""}
.tp8ja52 .yr0n3s{color: var(--accent-light);opacity:1;font-weight:500}
.nadt .yr0n3s{border-bottom:1px solid currentColor;padding-bottom:2px}
.lkxi .va5h{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.aqud{--date-bg:var(--accent-bg-light)}
.nzqnn .w214x::before{content:""}
.op8oj5 .w214x::before{content:"•";opacity:.4}
.op8oj5 .yr0n3s + .yr0n3s::before{content:"•";margin-right:6px;opacity:.4}
.dzlf .w214x::before{content:"/";opacity:.35}
.dzlf .yr0n3s + .yr0n3s::before{content:"/";margin-right:6px;opacity:.35}
.aqvor13p .w214x::before{content:"|";opacity:.3}
.aqvor13p .yr0n3s + .yr0n3s::before{content:"|";margin-right:6px;opacity:.3}
.o0xv6 .w214x::before{content:"—";opacity:.3}
.o0xv6 .yr0n3s + .yr0n3s::before{content:"—";margin-right:6px;opacity:.3}
.q0vn16s .w214x::before{content:"◆";font-size:.5em;opacity:.35}
.q0vn16s .yr0n3s + .yr0n3s::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.qv0cobzj .w214x::before{content:"·";opacity:.4}
.qv0cobzj .yr0n3s + .yr0n3s::before{content:"·";margin-right:6px;opacity:.4}
.nhmhvp .w214x::before{content:"›";opacity:.4}
.nhmhvp .yr0n3s + .yr0n3s::before{content:"›";margin-right:6px;opacity:.4}
.to2cbj .w214x::before{content:"→";opacity:.35;font-size:.85em}
.to2cbj .yr0n3s + .yr0n3s::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.vjm53{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.rzxgs{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.x0hemz{display:flex;flex-direction:column;gap:3px}
.n5l308{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.jh4n8g{font-weight:700;font-size:1rem;color:var(--text-heading)}
.cp7x93{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.p3h1 .vjm53{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.saw4shme .vjm53{border-top:3px solid var(--accent);padding-top:18px}
.vkd3lxsb .vjm53{border-left:3px solid var(--accent);border-radius:0}
.yzm1z .vjm53{padding:20px 0}
@media(max-width:640px){
  .vjm53{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .cp7x93{max-width:100%}
}
.l2tq1 .tbpk{margin:0}
@media (max-width:560px){
  .uxs4{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) {
  .wdhn4sup { padding: 28px 18px 20px; }
  .a5zh9ni { font-size: 1.2rem; }
  .orcagld9 { max-width: 220px; max-height: 80px; }
}
.m1jrw  .xifuhf { border-radius: 50%; }
.q8w4d .ug7ipoqa {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .xifuhf { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.rytye {
  margin: 28px 0 24px;
}
.rytye .nllt7 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.rytye .tusfc0b {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.rytye .ug7ipoqa {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .h1ur3y5 { flex-direction: row-reverse; }
[dir="rtl"] .xrrnbr0e { flex-direction: row-reverse; }
[dir="rtl"] .iulwd3l .rqqs { right: auto; left: 32px; }
[dir="rtl"] .mbw1e9s  .rqqs { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .iulwd3l .rqqs { right: auto; left: 20px; }
  [dir="rtl"] .mbw1e9s  .rqqs { left: auto;  right: 20px; }
}
[dir="rtl"] .je9a7t .xlv3nkdk  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .til2 .xlv3nkdk { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .eusk94,
[dir="rtl"] .md2zt0,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qx58, [dir="rtl"] .d7mxa9m { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qs3edy { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ug7ipoqa { direction: rtl; }
[dir="rtl"] .artlpk9 { direction: rtl; }
[dir="rtl"] .zm1hl { direction: rtl; }
[dir="rtl"] .gtu8q { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .g9tpgk19 .d7mxa9m,
[dir="rtl"] .jwfnto .d7mxa9m,
[dir="rtl"] .g6wgbl8 .d7mxa9m,
[dir="rtl"] .bprf .d7mxa9m {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .g9tpgk19 .d7mxa9m li::before,
[dir="rtl"] .jwfnto .d7mxa9m li::before,
[dir="rtl"] .g6wgbl8 .d7mxa9m li::before,
[dir="rtl"] .bprf .d7mxa9m li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .klht1.or1l .g7njc,
[dir="rtl"] .ji2e.or1l .g7njc,
[dir="rtl"] .f5o5od.or1l .g7njc,
[dir="rtl"] .zkbdnh.or1l .g7njc,
[dir="rtl"] .mzg0i1q5.or1l .g7njc { text-align: right; }
[dir="rtl"] .eusk94.or1l .cpfwk { align-items: flex-end; text-align: right; }
[dir="rtl"] .eusk94.n05jee .cpfwk { text-align: center; }
[dir="rtl"] .eusk94 .cpfwk { text-align: right; }
[dir="rtl"] .tusfc0b,
[dir="rtl"] .johp,
[dir="rtl"] .byvn56i,
[dir="rtl"] .k4mrf,
[dir="rtl"] .upg87kmo,
[dir="rtl"] .hql7,
[dir="rtl"] .iq2ma3y4,
[dir="rtl"] .qbmqza,
[dir="rtl"] .uijb43ez { text-align: right; direction: rtl; }
[dir="rtl"] .tq10 .qbmqza,
[dir="rtl"] .yg2jvgx .qbmqza { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #0a79b0;
  --brand:           #0a79b0;
  --brand-light:     #10658f;
  --brand-pale:      #2082b2;
  --grad-start:      #23adf2;
  --grad-end:        #65c0ed;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #0a79b0;
  --cta-light:       #045f8d;
  --cta-hover:       #065176;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f6;
  --bg-raised:       #edf0f1;
  --bg-hover:        #f3f5f6;
  --border:          #e1e6e9;
  --border-alt:      #cfd8dd;
  --border-section:  #e1e6e9;
  --text-primary:    #161a1c;
  --text-muted:      #505c62;
  --text-body:       #2d3438;
  --text-sub:        #444f54;
  --text-faint:      #72838c;
  --text-dim:        #8e9ca3;
  --text-label:      #5b6970;
  --text-value:      #394146;
  --accent-bg:       #deeef6;
  --accent-bg-light: #c2e3f4;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f4f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c965c;
  --c-cons:          #9f2154;
  --c-pros-label:    #0eb36e;
  --c-tip-border:    #10c679;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c965c;
}
:root { --logo-bg-opacity: 62%; }
body, button, input { font-family: "Prompt", sans-serif; }
.lgau8a1 .qlai3x, .lgau8a1 .eusk94 { min-height: 520px; }
.z537q::before { content: '>'; }