:root {
  --color-accent: #f59e0b;
  --color-cta: #e5a100;
  --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;
}
.ay8w {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.tawuxz {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ssto {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.i65jl6k { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.p9c6f { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.p9c6f a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.p9c6f a:hover { color: var(--accent-light); }
.bvei     .iffwbk { border-radius: 24px; padding: 8px; }
.bvei .iffwbk li a { border-radius: 16px; }
.te0f  .iffwbk li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .iffwbk {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .tbbb:hover .iffwbk,
  .tbbb:focus-within .iffwbk { display: block; }
  .iffwbk li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ecqhzg {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.wktjqxga { display: none; }
@media (max-width: 640px) {
  .wktjqxga {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .wktjqxga.t16etd { display: block; }
}
@media (max-width: 640px) {
  .ecqhzg { display: block; }
  .p9c6f > li + li::before { display: none !important; }
  .p9c6f {
    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;
  }
  .p9c6f.t16etd { display: flex; }
  .p9c6f li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .p9c6f li:last-child a { border-bottom: none; }
}
.and2g3z0 { min-height: 480px; }
.ysl3nykv {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.xotcw { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.a3453h5 .xotcw { margin-left: 0; margin-right: 0; }
.g214x {
  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;
}
.nukztesk .g214x { margin-top: 24px; }
.g214x:hover { opacity: 0.88; }
.ukjp6 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.hlq80t {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.ukjp6 .b0a3r {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ukjp6 .ysl3nykv { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ukjp6 .xotcw { color: #e2e8f0; }
.ukjp6.nvx95jgw .b0a3r { text-align: center; }
.ukjp6.a3453h5   .b0a3r { text-align: left; }
.owlcgu .b0a3r {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.owlcgu .ysl3nykv { color: var(--text-primary); text-shadow: none; }
.owlcgu .xotcw { color: var(--text-muted); }
.owlcgu .g214x { margin-top: 16px; }
.owlcgu, .owlcgu.and2g3z0 { min-height: auto !important; }
.owlcgu.nvx95jgw .b0a3r { text-align: center; }
.owlcgu.a3453h5   .b0a3r { text-align: left; }
.owlcgu~.pkbqa8{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}
.owlcgu~.pkbqa8 .xc2aokn{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; }
}
.p8t66uu6 .ukjp6 .hlq80t {
  overflow: hidden;
}
.p8t66uu6 .ukjp6 .hlq80t::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.q8h3mae .ukjp6 .hlq80t {
  overflow: hidden;
}
.q8h3mae .ukjp6 .hlq80t::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.wolqkt .ukjp6 .hlq80t {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ur3pmuq8 .ukjp6 .hlq80t {
  overflow: hidden;
}
.ur3pmuq8 .ukjp6 .hlq80t::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.a0cw7w6 .ukjp6 .hlq80t {
  animation: hg-breathe 10s ease-in-out infinite;
}
.kpy32 .hlq80t {
  background: none;
}
.kpy32 .ysl3nykv { color: #fff; }
.kpy32 .xotcw { color: rgba(255,255,255,0.85); }
.kpy32 .g214x { background: #fff; color: var(--cta); }
.kpy32 .g214x:hover { opacity: 0.92; }
.l659lc .ysl3nykv { text-shadow: none; color: var(--text-primary); }
.l659lc .xotcw { color: var(--text-muted); }
body.yddp9 .ysl3nykv {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.wjxrf .ysl3nykv {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.and2g3z0.kpy32 .ysl3nykv,
section.kpy32 .ysl3nykv {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.l659lc.nvx95jgw .lyvulec { align-items: center; text-align: center; }
.and2g3z0 .d7ko9zpt {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.d7ko9zpt .haxx.j1vt {
  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;
}
.d7ko9zpt .haxx.j1vt:hover { opacity: 0.85; }
.ga9qnm .b0a3r { padding-bottom: 24px; }
.nukztesk .b0a3r { max-width: 1100px; }
@media (max-width: 700px) {
  .l659lc { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .l659lc:not(.zwbwmhek) .sf6nie { display: none !important; }
  .zwbwmhek .sf6nie { padding: 16px; }
  .lyvulec  { padding: 36px 24px; }
  .l659lc~.pkbqa8,.zvsl2qx~.pkbqa8{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .and2g3z0, .l659lc { min-height: 320px !important; }
  .ysl3nykv { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .eh1p75,
  .nmb8i,
  .tsqxc0 { grid-template-columns: 1fr !important; }

  

  
  .ga9qnm { display: flex !important; flex-direction: column !important; }
  .ga9qnm .b0a3r { display: contents; }
  .ga9qnm .hlq80t { order: 0; }
  .ga9qnm .ysl3nykv { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ga9qnm .eh1p75 { order: 2; padding: 0 16px 12px !important; }
  .ga9qnm .xotcw { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .nukztesk .b0a3r { display: flex; flex-direction: column; }
  .nukztesk .b0a3r .ysl3nykv { order: 1; }
  .nukztesk .b0a3r .tsqxc0 { order: 2; margin: 8px 0 24px !important; }
  .nukztesk .b0a3r .xotcw { order: 3; }
  .nukztesk .b0a3r .g214x { order: 4; align-self: center; margin-top: 0; }

  
  .l659lc.zwbwmhek {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .l659lc.zwbwmhek .lyvulec { display: contents; padding: 0; }
  .l659lc.zwbwmhek .lyvulec .ysl3nykv { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .l659lc.zwbwmhek .sf6nie { order: 2; padding: 12px 16px; }
  .l659lc.zwbwmhek .lyvulec .xotcw { order: 3; padding: 0 24px; margin: 0 auto; }
  .l659lc.zwbwmhek .lyvulec .g214x { order: 4; align-self: center; margin: 8px 0 32px; }
}
.x2dr { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.dbwq { width: 100%; height: auto; display: block; border-radius: 10px; }
.mmhc7upc .x2dr        { border-radius: 16px; }
.mmhc7upc .dbwq  { border-radius: 16px; }
.ca3t .x2dr         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ca3t .dbwq   { border-radius: 8px; }
.vs1x3c { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.h05wj8q { width: 100%; padding: 32px 0; position: relative; }
.cca4f { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ydq36nz .h05wj8q:nth-child(even) { background: var(--bg-surface); }
.ydq36nz .h05wj8q:nth-child(odd)  { background: var(--bg-page); }
.eb8b9 .h05wj8q:nth-child(even) { background: var(--bg-card); }
.eb8b9 .h05wj8q:nth-child(odd)  { background: var(--bg-page); }
.ydq36nz .h05wj8q:nth-child(odd)  .cca4f { background: var(--bg-card); border-radius: 6px; }
.ydq36nz .h05wj8q:nth-child(even) .cca4f { background: var(--bg-raised); border-radius: 6px; }
.eb8b9 .h05wj8q:nth-child(odd)  .cca4f { background: var(--bg-card); border-radius: 6px; }
.eb8b9 .h05wj8q:nth-child(even) .cca4f { background: var(--bg-raised); border-radius: 6px; }
.ydq36nz .h05wj8q:nth-child(even) .bd4pinn .lfd1o,
.eb8b9 .h05wj8q:nth-child(even) .bd4pinn .lfd1o { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ydq36nz .h05wj8q:nth-child(odd) .bd4pinn .lfd1o,
.eb8b9 .h05wj8q:nth-child(odd) .bd4pinn .lfd1o { background: var(--bg-card-inner); }
.ydq36nz .h05wj8q:nth-child(even) .mtdr2d .lfd1o:nth-child(odd),
.eb8b9 .h05wj8q:nth-child(even) .mtdr2d .lfd1o:nth-child(odd)  { background: var(--bg-card); }
.ydq36nz .h05wj8q:nth-child(even) .mtdr2d .lfd1o:nth-child(even),
.eb8b9 .h05wj8q:nth-child(even) .mtdr2d .lfd1o:nth-child(even) { background: var(--bg-card-inner); }
h1.rmlyn { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.rmlyn {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.u6sx { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.r2f5r0 h2.rmlyn {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.mrvv h2.rmlyn {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.wbwsl h2.rmlyn {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.aq5iny h2.rmlyn::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.v6bc h2.rmlyn {
  color: var(--text-primary); font-size: 1.7rem;
}
.q6pm5p h2.rmlyn::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.v7dmxy h2.rmlyn {
  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;
}
.ba5m01t { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ba5m01t { display: none; } }
.p4qv0 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.dv9c { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.wo01y4v {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.foqnj6p { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.wnev0oku { padding-left: 20px; }
.wnev0oku li { margin-bottom: 6px; }
.wnev0oku a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.wnev0oku a:hover { color: var(--accent-light); }
.yzi5 .foqnj6p { display: none; }
.ga66 .foqnj6p { display: none; }
.ga66 .wnev0oku { padding-left: 0; list-style: none; }
.ga66 .wnev0oku li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ga66 .wnev0oku a { font-size: 0.92rem; }
.hrx96 .wo01y4v { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.hrx96 .foqnj6p { display: none; }
.hrx96 .wnev0oku { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.hrx96 .wnev0oku li { margin-bottom: 0; }
.hrx96 .wnev0oku 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;
}
.hrx96 .wnev0oku a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.nc5z9 .wo01y4v { padding: 20px 20px 16px; }
.nc5z9 .wnev0oku {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.nc5z9 .wnev0oku li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.nc5z9 .wnev0oku 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;
}
.nc5z9 .wnev0oku 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;
}
.nc5z9 .wnev0oku a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.nc5z9 .wnev0oku a:focus,
.nc5z9 .wnev0oku a:focus-visible,
.nc5z9 .wnev0oku a:target { outline: none; }
.nc5z9 .wnev0oku li:target a { border-color: var(--border); color: var(--text-muted); }
.eb6w2d .wo01y4v { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.eb6w2d .foqnj6p { display: none; }
.eb6w2d .wnev0oku { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.eb6w2d .wnev0oku li { margin-bottom: 0; }
.eb6w2d .wnev0oku li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.eb6w2d .wnev0oku li:last-child::after { content: ""; margin-right: 0; }
.eb6w2d .wnev0oku a { font-size: 0.9rem; }
.lfd1o { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.bd4pinn .lfd1o { background: var(--bg-card); }
.mtdr2d .lfd1o:nth-child(odd)  { background: var(--bg-card); }
.mtdr2d .lfd1o:nth-child(even) { background: var(--bg-raised); }
.jxhl .lfd1o {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.jxhl .lfd1o:last-child { border-bottom: none; }
.jxhl h3.u6sx { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.o3wv .lfd1o {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.o3wv .lfd1o + .lfd1o { margin-top: 4px; }
.a99w1jkl .lfd1o { background: none; border-radius: 0; padding: 12px 0; }
.a99w1jkl .lfd1o + .lfd1o { border-top: 1px solid var(--border-section); }
.j9hdg7n { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ddd8twfm { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.jk0y3p { color: var(--text-body); margin-bottom: 10px; }
.lipsqg25, .wa0l9 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.lipsqg25 li, .wa0l9 li { margin-bottom: 6px; }
.wa0l9 li { list-style: decimal; }
.xevb7s0     .lipsqg25 { list-style-type: "● "; }
.zs7eq  .lipsqg25 { list-style-type: "■ "; }
.ret50dc .lipsqg25 { list-style-type: "◆ "; }
.hh1rt    .lipsqg25 { list-style-type: "★ "; }
.xevb7s0     .z3klccp { list-style-type: "● "; }
.zs7eq  .z3klccp { list-style-type: "■ "; }
.ret50dc .z3klccp { list-style-type: "◆ "; }
.hh1rt    .z3klccp { list-style-type: "★ "; }
.xevb7s0    .lipsqg25 li::marker, .xevb7s0    .z3klccp li::marker,
.zs7eq .lipsqg25 li::marker, .zs7eq .z3klccp li::marker,
.ret50dc .lipsqg25 li::marker, .ret50dc .z3klccp li::marker,
.hh1rt   .lipsqg25 li::marker, .hh1rt   .z3klccp li::marker {
  color: var(--cta); font-size: 1em;
}
.xevb7s0 .wa0l9,
.zs7eq .wa0l9,
.ret50dc .wa0l9,
.hh1rt .wa0l9 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.xevb7s0 .wa0l9 li,
.zs7eq .wa0l9 li,
.ret50dc .wa0l9 li,
.hh1rt .wa0l9 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.xevb7s0 .wa0l9 li::before,
.zs7eq .wa0l9 li::before,
.ret50dc .wa0l9 li::before,
.hh1rt .wa0l9 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;
}
.xevb7s0     .wa0l9 li::before { border-radius: 50%; }
.zs7eq  .wa0l9 li::before { border-radius: 3px; }
.ret50dc .wa0l9 li::before { border-radius: 3px; }
.hh1rt    .wa0l9 li::before { border-radius: 50%; }
.rpgquj { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.dhjo8db .rpgquj,
.jresrth .rpgquj { background: transparent; border: none; border-radius: 0; }
.e3d6r26t { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.e3d6r26t th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.e3d6r26t td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.e3d6r26t tr:hover td { background: var(--bg-hover); }
.yqzn .e3d6r26t tbody tr:nth-child(even) td { background: var(--bg-surface); }
.xrtml25 .e3d6r26t { border: 1px solid var(--border-alt); }
.xrtml25 .e3d6r26t th,
.xrtml25 .e3d6r26t td { border: 1px solid var(--border-alt); }
.wh1jt .e3d6r26t th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.wh1jt .e3d6r26t td { border-bottom: none; }
.wh1jt .e3d6r26t tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.i2e6v .e3d6r26t th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.z8rapma .rpgquj {
  overflow: hidden;
}
.z8rapma .e3d6r26t th { border-bottom: 1px solid var(--border-alt); }
.z8rapma .e3d6r26t tr:last-child td { border-bottom: none; }
.v4jgv { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.bdm3u6m1 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.b8w9qt { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.u5g6a { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.odt2vg5l { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.z3klccp { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.z3klccp 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%}
.t0j8k .u5g6a { background: transparent; text-align: center; }
.tb9y2j7 .b8w9qt {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.fwpvddq .b8w9qt {
  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);
}
.cgpezkr .bdm3u6m1 { display: grid; grid-template-columns: auto 1fr; }
.cgpezkr .b8w9qt {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.cgpezkr .u5g6a { grid-column: 2; }
.cgpezkr .odt2vg5l,
.cgpezkr .z3klccp { grid-column: 1 / -1; }
.bw5pck .bdm3u6m1 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.bw5pck .b8w9qt {
  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);
}
.bw5pck .u5g6a { grid-column: 2; }
.bw5pck .odt2vg5l,
.bw5pck .z3klccp { grid-column: 1 / -1; }
.a3of3 .bdm3u6m1 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.a3of3 .u5g6a { background: none; color: var(--accent-light); font-weight: 700; }
.q2oi .bdm3u6m1 { 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); }
.q2oi .u5g6a { background: none; color: var(--accent-light); font-weight: 700; }
.bbw9pc3 .bdm3u6m1 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.bbw9pc3 .bdm3u6m1:last-child { border-bottom: none; }
.bbw9pc3 .u5g6a { background: none; color: var(--accent-light); font-weight: 700; }
.f5qj19q4 .bdm3u6m1 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.f5qj19q4 .u5g6a { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.duix9ka3 .v4jgv { counter-reset: card-n; }
.duix9ka3 .bdm3u6m1  { counter-increment: card-n; }
.duix9ka3 .u5g6a { display: flex; align-items: center; gap: 10px; }
.duix9ka3 .u5g6a::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;
}
.p6am8po .bdm3u6m1 { background: var(--bg-surface); border: 1px solid var(--border); }
.p6am8po .u5g6a { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.oh4fw8gf { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.cl02rpf  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.k7zojlk { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.ho4hbkbo { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.oencz { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.oh4fw8gf strong { color: var(--text-primary); font-size: 0.95rem; }
.oh4fw8gf p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.bj5lg9w { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.vpcasv, .r4u71 { border-radius: 8px; padding: 14px; }
.vpcasv { background: var(--bg-pros); }
.r4u71 { background: var(--bg-cons); }
.y4pc { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.vpcasv .y4pc { color: var(--c-pros-label); }
.r4u71 .y4pc { color: #f87171; }
.vpcasv ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.r4u71 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dbwq { width: 100%; height: auto; border-radius: 10px; display: block; }
.j1vt {
  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;
}
.j1vt:hover { opacity: 0.85; }
.rl2n .j1vt  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.rl2n .j1vt:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.a182i .j1vt  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.a182i .j1vt:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.yht9dos2 .g214x { border-radius: 50px; }
.yht9dos2 .j1vt  { border-radius: 50px; }
.eovmi .g214x { padding-left: 22px; padding-right: 22px; }
.eovmi .j1vt  { padding-left: 12px; padding-right: 12px; }
.is7yy6n .g214x { padding-left: 44px; padding-right: 44px; }
.is7yy6n .j1vt  { padding-left: 24px; padding-right: 24px; }
.r6cl .g214x { padding-left: 56px; padding-right: 56px; }
.r6cl .j1vt  { padding-left: 32px; padding-right: 32px; }
.h818z   .g214x::after, .h818z   .j1vt::after,
.nqkefs3d .g214x::after, .nqkefs3d .j1vt::after,
.n7bd9u    .g214x::after, .n7bd9u    .j1vt::after,
.u6wa91    .g214x::after, .u6wa91    .j1vt::after,
.t9jsxsws    .g214x::after, .t9jsxsws    .j1vt::after,
.blw9     .g214x::after, .blw9     .j1vt::after,
.zreqbh6s    .g214x::after, .zreqbh6s    .j1vt::after,
.sonbijp   .g214x::after, .sonbijp   .j1vt::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;
}
.h818z .g214x::after, .h818z .j1vt::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");
}
.nqkefs3d .g214x::after, .nqkefs3d .j1vt::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");
}
.n7bd9u .g214x::after, .n7bd9u .j1vt::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");
}
.u6wa91 .g214x::after, .u6wa91 .j1vt::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");
}
.t9jsxsws .g214x::after, .t9jsxsws .j1vt::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");
}
.blw9 .g214x::after, .blw9 .j1vt::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");
}
.zreqbh6s .g214x::after, .zreqbh6s .j1vt::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");
}
.sonbijp .g214x::after, .sonbijp .j1vt::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");
}
.xfd2665   .dns6znfx::after, .xfd2665   .vfl1tsj2::after,
.hh26z .dns6znfx::after, .hh26z .vfl1tsj2::after,
.lldqnfk7    .dns6znfx::after, .lldqnfk7    .vfl1tsj2::after,
.xt1wem    .dns6znfx::after, .xt1wem    .vfl1tsj2::after,
.y1elzoz3    .dns6znfx::after, .y1elzoz3    .vfl1tsj2::after,
.fyknoc2     .dns6znfx::after, .fyknoc2     .vfl1tsj2::after,
.qiev9g    .dns6znfx::after, .qiev9g    .vfl1tsj2::after,
.l9u07l   .dns6znfx::after, .l9u07l   .vfl1tsj2::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;
}
.xfd2665 .dns6znfx::after, .xfd2665 .vfl1tsj2::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");
}
.hh26z .dns6znfx::after, .hh26z .vfl1tsj2::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");
}
.lldqnfk7 .dns6znfx::after, .lldqnfk7 .vfl1tsj2::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");
}
.xt1wem .dns6znfx::after, .xt1wem .vfl1tsj2::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");
}
.y1elzoz3 .dns6znfx::after, .y1elzoz3 .vfl1tsj2::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");
}
.fyknoc2 .dns6znfx::after, .fyknoc2 .vfl1tsj2::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");
}
.qiev9g .dns6znfx::after, .qiev9g .vfl1tsj2::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");
}
.l9u07l .dns6znfx::after, .l9u07l .vfl1tsj2::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");
}
.fkp5m .jp1i    { background: transparent; padding: 0; }
.haxx.j1vt {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .drengh {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .drengh::before    { grid-area: rank;   }
  .blk3ib8           { grid-area: ident;  }
  .qqlql     { grid-area: rating; min-width: 0; width: auto; }
  .sd7s0q9           { grid-area: pills;  }
  .haxx             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .drengh {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .drengh::before    { justify-self: center; }
  .blk3ib8           { width: 100%; }
  .qqlql     { justify-self: center; }
  .sd7s0q9           { grid-template-columns: 1fr; }
}
.y55z .uccn8 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .ydwa .b364rsv {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ydwa .w9oyz9b { margin: 0; }
}
.jresrth .bj5lg9w { gap: 10px; }
.jresrth .vpcasv, .jresrth .r4u71 { padding: 12px; }
.jresrth .vpcasv ul, .jresrth .r4u71 ul { margin: 4px 0 0; padding-left: 18px; }
.jresrth .vpcasv li, .jresrth .r4u71 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .fhr5yl { grid-template-columns: 1fr; }
  .ev1t { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ev1t .xvgm { width: 72px; height: 50px; }
  .ev1t .heaprj2 { max-width: 180px; }
  .ev1t .d9citpq { width: auto; }
}
@media (max-width: 720px) {
  .v7z14i { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .nbybfx { padding: 16px; }
  .xawx .zvtv7 { min-width: 50%; }
}
.oziuw0zo .bj5lg9w { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .uwl9 { grid-template-columns: 1fr; }
  .p218nf { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .msde { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .rktkgb1r { flex-wrap: wrap; padding: 16px; }
}
.j732 .bj5lg9w { gap: 8px; }
.j732 .vpcasv, .j732 .r4u71 { padding: 8px; }
@media (max-width: 480px) {
  .upoe { flex-direction: column; align-items: stretch; }
}
.i7c8z .d9citpq .j1vt { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .g7qhd5f { flex-direction: column; align-items: stretch; gap: 10px; }
  .i7c8z .d9citpq { text-align: center; }
}
@media (max-width: 720px) {
  .x5j8 { grid-template-columns: 1fr; }
  .davfv1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .blrfn { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .ggho { grid-template-columns: 1fr; }
  .n6pi981 { width: 100px; height: 100px; margin: 16px auto; }
  .xqtgxebk { font-size: 1.4rem; }
  .i2zw81 { justify-content: center; }
  .ei2bb10t .zvtv7 { min-width: 50%; }
}
.fd7c6 .bj5lg9w { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .zg5n8 { flex-wrap: wrap; padding: 14px 16px; }
  .c12d4yp { padding: 12px 16px; }
  .fd7c6 .bj5lg9w { margin: 0 16px; }
  .fd7c6 .h1b06 { padding: 0 16px; }
  .if3iki9y { padding: 12px 16px; }
}
.jup4 .sd7s0q9 .xt3bm {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.odkepcz .txhj,
.odkepcz .kkdx,
.odkepcz .kkdx { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.odkepcz .kkdx small { display: none; }
.odkepcz .ghba2qzp .k8xnts3,
.odkepcz .ghba2qzp strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.odkepcz .mt7n { display: none; }
.lzwnf { margin: 16px 0; }
.m5c8 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.m5c8 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.m5c8 summary::after { content: "+"; color: var(--accent-light); }
.m5c8[open] summary::after { content: "−"; }
.m5c8 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.h05wj8q { margin-bottom: 0; }
.tk12dnh h2.rmlyn { color: var(--text-primary); border-color: var(--accent-light); }
.wpt1pnu h2.rmlyn { color: var(--text-primary); border-color: var(--accent-light); }
.chblu5i .cl02rpf     { background: #052e16; border-color: #10b981; }
.chblu5i .k7zojlk { background: #2d0a1e; border-color: #f43f5e; }
.chblu5i .ho4hbkbo    { background: #1e1036; border-color: #a855f7; }
.chblu5i .oh4fw8gf strong  { color: #f1f5f9; }
.chblu5i .oh4fw8gf p       { color: #cbd5e1; }
.chblu5i .vhfjs9    .cl02rpf     .oencz::before,
.chblu5i .jf0hi  .cl02rpf     .oencz::before,
.chblu5i .wrp8k  .cl02rpf     .oencz::before,
.chblu5i .roip .cl02rpf     .oencz::before { color: #10b981; }
.chblu5i .vhfjs9    .k7zojlk .oencz::before,
.chblu5i .jf0hi  .k7zojlk .oencz::before,
.chblu5i .wrp8k  .k7zojlk .oencz::before,
.chblu5i .roip .k7zojlk .oencz::before { color: #f43f5e; }
.chblu5i .vhfjs9    .ho4hbkbo    .oencz::before,
.chblu5i .jf0hi  .ho4hbkbo    .oencz::before,
.chblu5i .wrp8k  .ho4hbkbo    .oencz::before,
.chblu5i .roip .ho4hbkbo    .oencz::before { color: #a855f7; }
.k9n03jl .cl02rpf     { background: #2d2000; border-color: #eab308; }
.k9n03jl .k7zojlk { background: #2d0b0b; border-color: #ef4444; }
.k9n03jl .ho4hbkbo    { background: #2d1600; border-color: #f97316; }
.k9n03jl .oh4fw8gf strong  { color: #f1f5f9; }
.k9n03jl .oh4fw8gf p       { color: #cbd5e1; }
.k9n03jl .vhfjs9    .cl02rpf     .oencz::before,
.k9n03jl .jf0hi  .cl02rpf     .oencz::before,
.k9n03jl .wrp8k  .cl02rpf     .oencz::before,
.k9n03jl .roip .cl02rpf     .oencz::before { color: #eab308; }
.k9n03jl .vhfjs9    .k7zojlk .oencz::before,
.k9n03jl .jf0hi  .k7zojlk .oencz::before,
.k9n03jl .wrp8k  .k7zojlk .oencz::before,
.k9n03jl .roip .k7zojlk .oencz::before { color: #ef4444; }
.k9n03jl .vhfjs9    .ho4hbkbo    .oencz::before,
.k9n03jl .jf0hi  .ho4hbkbo    .oencz::before,
.k9n03jl .wrp8k  .ho4hbkbo    .oencz::before,
.k9n03jl .roip .ho4hbkbo    .oencz::before { color: #f97316; }
.dy2t0p .cl02rpf     { background: #0c1a2e; border-color: #38bdf8; }
.dy2t0p .k7zojlk { background: #12103a; border-color: #818cf8; }
.dy2t0p .ho4hbkbo    { background: #0a2020; border-color: #2dd4bf; }
.dy2t0p .oh4fw8gf strong  { color: #f1f5f9; }
.dy2t0p .oh4fw8gf p       { color: #cbd5e1; }
.dy2t0p .vhfjs9    .cl02rpf     .oencz::before,
.dy2t0p .jf0hi  .cl02rpf     .oencz::before,
.dy2t0p .wrp8k  .cl02rpf     .oencz::before,
.dy2t0p .roip .cl02rpf     .oencz::before { color: #38bdf8; }
.dy2t0p .vhfjs9    .k7zojlk .oencz::before,
.dy2t0p .jf0hi  .k7zojlk .oencz::before,
.dy2t0p .wrp8k  .k7zojlk .oencz::before,
.dy2t0p .roip .k7zojlk .oencz::before { color: #818cf8; }
.dy2t0p .vhfjs9    .ho4hbkbo    .oencz::before,
.dy2t0p .jf0hi  .ho4hbkbo    .oencz::before,
.dy2t0p .wrp8k  .ho4hbkbo    .oencz::before,
.dy2t0p .roip .ho4hbkbo    .oencz::before { color: #2dd4bf; }
.gfktvnwk .cl02rpf     { background: var(--accent-bg); border-color: var(--accent-light); }
.gfktvnwk .k7zojlk { background: var(--accent-bg-light); border-color: var(--accent-light); }
.gfktvnwk .ho4hbkbo    { background: var(--accent-bg); border-color: var(--accent-pale); }
.gfktvnwk .vhfjs9    .oencz::before,
.gfktvnwk .jf0hi  .oencz::before,
.gfktvnwk .wrp8k  .oencz::before,
.gfktvnwk .roip .oencz::before { color: var(--accent-light) !important; }
.h91q5bs::before,
.inj5ux::before { margin-right: 5px; }
.jqhj7 .vpcasv ul li,
.jqhj7 .vpcasv .h91q5bs { color: #22c55e; }
.jqhj7 .r4u71 ul li,
.jqhj7 .r4u71 .inj5ux { color: #ef4444; }
.sjk6 .vpcasv { background: var(--bg-pros); }
.sjk6 .r4u71 { background: var(--bg-cons); }
.sjk6 .vpcasv .h91q5bs { color: var(--c-pros-label); }
.sjk6 .r4u71 .inj5ux { color: var(--c-cons); }
.sjk6 .vpcasv ul li,
.sjk6 .raxal li            { color: var(--c-pros); }
.sjk6 .r4u71 ul li,
.sjk6 .qywncjpk li            { color: var(--c-cons); }
.do8r8 .vpcasv { background: var(--bg-pros); }
.do8r8 .r4u71 { background: var(--bg-cons); }
.do8r8 .vpcasv .h91q5bs { color: var(--c-pros-label); }
.do8r8 .r4u71 .inj5ux { color: var(--c-cons); }
.do8r8 .vpcasv ul li,
.do8r8 .r4u71 ul li,
.ld6f9cu .h91q5bs::before { content: "✓ "; }
.ld6f9cu .inj5ux::before { content: "✗ "; }
.uffv9t .h91q5bs::before { content: "→ "; }
.uffv9t .inj5ux::before { content: "← "; }
.i9hsdl .h91q5bs::before { content: "★ "; }
.i9hsdl .inj5ux::before { content: "✕ "; }
.gpa2d0e .h91q5bs::before { content: "◆ "; }
.gpa2d0e .inj5ux::before { content: "▲ "; }
.kk7xzb .oh4fw8gf { background: transparent; border-left: none; border: 1.5px solid; }
.kk7xzb .cl02rpf     { border-color: var(--c-tip-border); }
.kk7xzb .k7zojlk { border-color: var(--c-warn-border); }
.kk7xzb .ho4hbkbo    { border-color: #60a5fa; }
.kk7xzb .oh4fw8gf strong { color: var(--text-primary); }
.kk7xzb .oh4fw8gf p      { color: var(--text-muted); }
.y55z .oh4fw8gf { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.y55z .cl02rpf     { border-top-color: var(--c-tip-border); }
.y55z .k7zojlk { border-top-color: var(--c-warn-border); }
.y55z .ho4hbkbo    { border-top-color: #60a5fa; }
.tbrwse .oh4fw8gf { border-left: none; border-radius: 8px; }
.tbrwse .cl02rpf     { background: #065f46; }
.tbrwse .k7zojlk { background: #92400e; }
.tbrwse .ho4hbkbo    { background: #1e3a8a; }
.tbrwse .oh4fw8gf strong,
.tbrwse .oh4fw8gf p { color: #fff; }
.tbrwse .oencz::before { color: rgba(255,255,255,0.85) !important; }
.chblu5i.tbrwse .cl02rpf,
.chblu5i .tbrwse .cl02rpf     { background: #052e16; }
.chblu5i.tbrwse .k7zojlk,
.chblu5i .tbrwse .k7zojlk { background: #2d0a1e; }
.chblu5i.tbrwse .ho4hbkbo,
.chblu5i .tbrwse .ho4hbkbo    { background: #1e1036; }
.k9n03jl.tbrwse .cl02rpf,
.k9n03jl .tbrwse .cl02rpf      { background: #2d2000; }
.k9n03jl.tbrwse .k7zojlk,
.k9n03jl .tbrwse .k7zojlk  { background: #2d0b0b; }
.k9n03jl.tbrwse .ho4hbkbo,
.k9n03jl .tbrwse .ho4hbkbo     { background: #2d1600; }
.dy2t0p.tbrwse .cl02rpf,
.dy2t0p .tbrwse .cl02rpf      { background: #0c1a2e; }
.dy2t0p.tbrwse .k7zojlk,
.dy2t0p .tbrwse .k7zojlk  { background: #12103a; }
.dy2t0p.tbrwse .ho4hbkbo,
.dy2t0p .tbrwse .ho4hbkbo     { background: #0a2020; }
.ofmx .oh4fw8gf { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ofmx .cl02rpf     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ofmx .k7zojlk { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ofmx .ho4hbkbo    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ofmx .oh4fw8gf strong { color: var(--text-primary); }
.ofmx .oh4fw8gf p      { color: var(--text-muted); }
.j7qncert .oh4fw8gf { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.vhfjs9 .oencz,
.jf0hi .oencz,
.wrp8k .oencz,
.roip .oencz { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.vhfjs9 .oencz::before,
.jf0hi .oencz::before,
.wrp8k .oencz::before,
.roip .oencz::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.vhfjs9 .cl02rpf     .oencz::before { content: "✦"; color: var(--c-tip-border); }
.vhfjs9 .k7zojlk .oencz::before { content: "▲"; color: var(--c-warn-border); }
.vhfjs9 .ho4hbkbo    .oencz::before { content: "◉"; color: #60a5fa; }
.jf0hi .cl02rpf     .oencz::before { content: "★"; color: var(--c-tip-border); }
.jf0hi .k7zojlk .oencz::before { content: "◆"; color: var(--c-warn-border); }
.jf0hi .ho4hbkbo    .oencz::before { content: "●"; color: #60a5fa; }
.wrp8k .cl02rpf     .oencz::before { content: "▶"; color: var(--c-tip-border); }
.wrp8k .k7zojlk .oencz::before { content: "■"; color: var(--c-warn-border); }
.wrp8k .ho4hbkbo    .oencz::before { content: "▸"; color: #60a5fa; }
.roip .cl02rpf     .oencz::before { content: "→"; color: var(--c-tip-border); }
.roip .k7zojlk .oencz::before { content: "⬥"; color: var(--c-warn-border); }
.roip .ho4hbkbo    .oencz::before { content: "◈"; color: #60a5fa; }
.mpacy2 .bd4pinn .lfd1o,
.mpacy2 .mtdr2d .lfd1o  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.mpacy2 .bdm3u6m1                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.mpacy2 .rpgquj          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.mpacy2 .wo01y4v                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.apoovf .bd4pinn .lfd1o,
.apoovf .mtdr2d .lfd1o,
.apoovf .bdm3u6m1,
.apoovf .drengh,
.apoovf .w9oyz9b,
.apoovf .rpgquj,
.apoovf .wo01y4v,
.apoovf .j7qncert .oh4fw8gf { box-shadow: none; }
.wile   .jk0y3p, .wile .j9hdg7n, .wile .ddd8twfm,
.wile   .p4qv0, .wile .dv9c { font-size: 0.9rem; }
.wile   .lipsqg25, .wile .wa0l9 { font-size: 0.9rem; }
.wxy1   .jk0y3p, .wxy1 .j9hdg7n, .wxy1 .ddd8twfm,
.wxy1   .p4qv0, .wxy1 .dv9c { font-size: 0.95rem; }
.wxy1   .lipsqg25, .wxy1 .wa0l9 { font-size: 0.95rem; }
.avei   .jk0y3p, .avei .j9hdg7n, .avei .ddd8twfm,
.avei   .p4qv0, .avei .dv9c { font-size: 1.08rem; }
.avei   .lipsqg25, .avei .wa0l9 { font-size: 1.05rem; }
.avei   .e3d6r26t { font-size: 0.97rem; }
.d5gq .ysl3nykv      { font-size: 3.2rem; }
.d5gq h2.rmlyn { font-size: 1.9rem; }
.d5gq h3.u6sx     { font-size: 1.4rem; }
.j9rdgqgk .ysl3nykv      { font-size: 3.8rem; }
.j9rdgqgk h2.rmlyn { font-size: 2.2rem; }
.j9rdgqgk h3.u6sx     { font-size: 1.6rem; }
.h05wj8q + .h05wj8q { position: relative; }
.jr4xijy   .h05wj8q + .h05wj8q::before,
.csbr  .h05wj8q + .h05wj8q::before,
.ntysn9k3   .h05wj8q + .h05wj8q::before,
.k5ks1i   .h05wj8q + .h05wj8q::before,
.p2a0   .h05wj8q + .h05wj8q::before,
.ivycj .h05wj8q + .h05wj8q::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.jr4xijy .h05wj8q + .h05wj8q::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.csbr .h05wj8q + .h05wj8q::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ntysn9k3 .h05wj8q + .h05wj8q::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;
}
.k5ks1i .h05wj8q + .h05wj8q::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.u3430u .h05wj8q { margin-bottom: 16px; }
.u3430u .h05wj8q + .h05wj8q { margin-top: 0; }
.u3430u .cca4f { padding-top: 0; padding-bottom: 0; }
.p2a0 .h05wj8q + .h05wj8q::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ivycj .h05wj8q + .h05wj8q::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.kucdk9 .h05wj8q + .h05wj8q::before,
.daabx9 .h05wj8q + .h05wj8q::before,
.qsbwcjl .h05wj8q + .h05wj8q::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%;
}
.ydq36nz .kucdk9 .h05wj8q:nth-child(even)::before,
.ydq36nz .daabx9 .h05wj8q:nth-child(even)::before,
.ydq36nz .qsbwcjl .h05wj8q:nth-child(even)::before { background: var(--bg-surface); }
.eb8b9 .kucdk9 .h05wj8q:nth-child(even)::before,
.eb8b9 .daabx9 .h05wj8q:nth-child(even)::before,
.eb8b9 .qsbwcjl .h05wj8q:nth-child(even)::before { background: var(--bg-card); }
.kucdk9 .h05wj8q + .h05wj8q::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");
}
.daabx9 .h05wj8q + .h05wj8q::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");
}
.qsbwcjl .h05wj8q + .h05wj8q::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");
}
.nn9m .ukjp6,
.e56f7t .ukjp6,
.r42kz64 .ukjp6 { overflow: hidden; }
.nn9m .b0a3r,
.e56f7t .b0a3r { margin-bottom: 60px; }
.r42kz64 .b0a3r { margin-bottom: 70px; }
.nn9m .ukjp6::before,
.e56f7t .ukjp6::before,
.r42kz64 .ukjp6::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.nn9m .ukjp6::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");
}
.e56f7t .ukjp6::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");
}
.r42kz64 .ukjp6::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.fol2v .ukjp6:not(.kpy32) .hlq80t { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.i2q4e .ukjp6:not(.kpy32) .hlq80t { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.uc2mp  .ukjp6:not(.kpy32) .hlq80t { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.iq9f  .ukjp6:not(.kpy32) .hlq80t { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.fol2v .kpy32 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.fol2v .pkr9 { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.fol2v .l659lc { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.fvbqhcc .kpy32 .hlq80t { background: none; }
.fvbqhcc .ukjp6:not(.kpy32) .hlq80t { background: rgba(0,0,0,0.6); }
.l74w42g9 .x2dr { float: left; width: 38%; margin: 0 28px 16px 0; }
.l74w42g9 .x2dr .dbwq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.l74w42g9 .cca4f::after { content: ''; display: block; clear: both; }
.ae95v .x2dr { float: right; width: 38%; margin: 0 0 16px 28px; }
.ae95v .x2dr .dbwq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ae95v .cca4f::after { content: ''; display: block; clear: both; }
.r1bq .h05wj8q:nth-child(odd)  .x2dr { float: left;  width: 38%; margin: 0 28px 16px 0; }
.r1bq .h05wj8q:nth-child(even) .x2dr { float: right; width: 38%; margin: 0 0 16px 28px; }
.r1bq .x2dr .dbwq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.r1bq .cca4f::after { content: ''; display: block; clear: both; }
.l74w42g9 .v4jgv,
.ae95v .v4jgv,
.r1bq .v4jgv,
@media (max-width: 900px) {
  .l74w42g9 .x2dr,
  .ae95v .x2dr,
  .r1bq .h05wj8q:nth-child(odd)  .x2dr,
  .r1bq .h05wj8q:nth-child(even) .x2dr {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .l74w42g9 .x2dr .dbwq,
  .ae95v .x2dr .dbwq,
  .r1bq .x2dr .dbwq {
    max-height: none !important;
  }
}
.l74w42g9 .lipsqg25,
.l74w42g9 .wa0l9,
.ae95v .lipsqg25,
.ae95v .wa0l9,
.r1bq .lipsqg25,
.r1bq .wa0l9 { overflow: hidden; }
@media (max-width: 640px) {
  .l74w42g9 .x2dr,
  .ae95v .x2dr,
  .r1bq .x2dr { float: none; width: 100%; margin: 0 0 16px 0; }
}
.z1r9 .vs1x3c,
.z1r9 .cca4f,
.z1r9 .t3ai  { max-width: 1100px; }
.b5swsi .vs1x3c,
.b5swsi .cca4f,
.b5swsi .t3ai  { max-width: 1200px; }
.n67mdj .vs1x3c,
.n67mdj .cca4f,
.n67mdj .t3ai  { max-width: 1320px; }
.jde37uy { font-size: 0.82rem; color: var(--text-muted); }
.r1nfzt { display: flex; align-items: center; }
.glp9 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.iaea17l0 { display: flex; align-items: center; }
.w2km6 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.w2km6:hover { text-decoration: underline; }
.c444hpm { margin: 0 3px; opacity: 0.45; }
.c444hpm::before { content: '/'; }
.d10n { padding: 2px 5px; color: var(--text-main); }
.da14i .jde37uy {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.da14i .r1nfzt { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.opmu .jde37uy {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.opmu .r1nfzt { padding: 0 0 0 12px; }
.tatv .r1nfzt { padding: 0 16px; }
.tatv .jde37uy {
  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);
}
.tatv .vs1x3c { padding-top: 28px; }
@media (max-width: 720px) {
  .ad7b680q { margin-top: 18px; padding: 0 16px; }
  .tatv .vs1x3c { padding-top: 16px; }
}
.z1r9.da14i .r1nfzt { max-width: 1100px; }
.b5swsi.da14i .r1nfzt { max-width: 1200px; }
.n67mdj.da14i .r1nfzt { max-width: 1320px; }
.yfh66hx .h05wj8q { padding-top: 16px; padding-bottom: 16px; }
.uekc .h05wj8q { padding-top: 24px; padding-bottom: 24px; }
.exezg82e .h05wj8q { padding-top: 40px; padding-bottom: 40px; }
.gkkm .h05wj8q { padding-top: 52px; padding-bottom: 52px; }
.pvjxvls .h05wj8q:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.pvjxvls .h05wj8q:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.pvjxvls .h05wj8q:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.pvjxvls .h05wj8q:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.rjhp .cca4f { padding-top: 10px;  padding-bottom: 10px; }
.hnow .cca4f { padding-top: 18px;  padding-bottom: 18px; }
.zrz49ner .cca4f { padding-top: 36px;  padding-bottom: 36px; }
.l3czyh .cca4f { padding-top: 48px;  padding-bottom: 48px; }
.hbhmhv0k h2.rmlyn { font-weight: 600; }
.hbhmhv0k h3.u6sx     { font-weight: 600; }
.bmqz0d h2.rmlyn { font-weight: 800; }
.bmqz0d h3.u6sx     { font-weight: 700; }
.jyzv3h h2.rmlyn { font-weight: 900; }
.jyzv3h h3.u6sx     { font-weight: 800; }
.jyzv3h .oh4fw8gf strong,
.jyzv3h .oh4fw8gf strong { font-weight: 600; }
.dns6znfx {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.tku4txb .dns6znfx { display: none; }
@media (max-width: 640px) {
  .l9yxxg2 { display: none; }
  .dns6znfx {
    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;
  }
}
.dns6znfx { background: var(--cta) !important; color: #fff !important; border: none !important; }
.dns6znfx:hover { opacity: 0.85; }
.gvstma4s .dns6znfx { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.uxnzsesy .dns6znfx,
.beh2x0k  .dns6znfx { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.uxnzsesy .dns6znfx:hover,
.beh2x0k  .dns6znfx:hover { opacity: 0.88; }
.gvstma4s.uxnzsesy .dns6znfx,
.gvstma4s.beh2x0k  .dns6znfx { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.vfl1tsj2 {
  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;
}
.vfl1tsj2:hover { transform: translateY(-2px); opacity: 0.92; }
.vfl1tsj2 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.f4eea9e .vfl1tsj2 { display: none; }
.ssdepja .vfl1tsj2 { right: 32px; }
.pgkon54r  .vfl1tsj2 { left: 32px; }
@media (max-width: 480px) {
  .ssdepja .vfl1tsj2 { right: 20px; bottom: 20px; }
  .pgkon54r  .vfl1tsj2 { left: 20px; bottom: 20px; }
}
.zb8guavj { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.t3ai { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.a51o { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.wa3na7 { color: var(--text-dim); font-size: 0.8rem; }
.g1fwyuwr { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.g1fwyuwr img { height: 26px; width: auto; object-fit: contain; }
.co1m .t3ai { text-align: center; }
.co1m .a51o { margin-top: 0; }
@media (max-width: 640px) {
  .t3ai { padding-left: 16px; padding-right: 16px; }
  .q10l9q9i .t3ai { padding: 20px 16px; }
  .xc9p { gap: 4px 12px; }
  .a51o { font-size: 0.78rem; }
}
.cfdl .tg33ej .g1fwyuwr { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.cfdl .a51o { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.cfdl .wa3na7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .cfdl .q3et { grid-template-columns: 1fr 1fr; } .cfdl .tg33ej { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cfdl .q3et { grid-template-columns: 1fr; } }
.mwkpu1vy .rqxl4 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.mwkpu1vy .g1fwyuwr { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.mwkpu1vy .v6r3f { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.mwkpu1vy .v6r3f a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.mwkpu1vy .v6r3f a:hover { color: var(--accent-light); }
.wspamfg5 { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.mwkpu1vy .bsd8ne { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.mwkpu1vy .be3x4r30 { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.mwkpu1vy .be3x4r30 a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.mwkpu1vy .be3x4r30 a:hover { color: var(--accent-light); }
.mwkpu1vy .a51o { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .mwkpu1vy .rqxl4 { gap: 12px; } .mwkpu1vy .g1fwyuwr { margin-right: 0; width: 100%; } }
.scfcl .yc3tk .g1fwyuwr { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.scfcl .a51o { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.scfcl .wa3na7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .scfcl .uzsjxed { grid-template-columns: 1fr 1fr; } .scfcl .yc3tk { grid-column: 1 / -1; } }
@media (max-width: 480px) { .scfcl .uzsjxed { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .tyk1zh .pyw54 { grid-template-columns: 1fr 1fr; } .tyk1zh .hfdd1qb:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tyk1zh .pyw54 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .xf5ri .pyw54 { grid-template-columns: 1fr; } }
.cpm6j5g6 .t3ai { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.kmx1l .ay8w      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.kmx1l .zb8guavj { background: var(--bg-page); border-top-color: var(--border-alt); }
.wl0l .ay8w      { background: #0d1117; border-bottom-color: #21262d; }
.wl0l .ssto { color: var(--accent-light); }
.wl0l .p9c6f { --msep-color: #8b949e; }
.wl0l .p9c6f a { color: #8b949e; }
.wl0l .p9c6f a:hover { color: var(--accent-light); }
.wl0l .ecqhzg { color: #8b949e; }
.wl0l .zb8guavj { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.wl0l .a51o,
.wl0l .wa3na7 { color: #6e7681; }
.wl0l .be3x4r30 a { color: #8b949e; }
.wl0l .g1fwyuwr { color: #e6edf3; }
@media (max-width: 640px) {
  .wl0l .p9c6f { background: #0d1117; border-top-color: #21262d; }
  .wl0l .p9c6f li a { border-bottom-color: #21262d; }
}
.quvy .ay8w      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.quvy .ssto { color: var(--accent-light); }
.quvy .p9c6f { --msep-color: #475569; }
.quvy .p9c6f a { color: #475569; }
.quvy .p9c6f a:hover { color: var(--accent-light); }
.quvy .ecqhzg { color: #64748b; }
.quvy .zb8guavj { background: #f0f4f8; border-top-color: #cbd5e1; }
.quvy .a51o,
.quvy .wa3na7 { color: #64748b; }
.quvy .be3x4r30 a, .quvy .g1fwyuwr { color: #374151; }
@media (max-width: 640px) {
  .quvy .p9c6f { background: #f0f4f8; border-top-color: #cbd5e1; }
  .quvy .p9c6f li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.uxnzsesy .ay8w      { background: var(--accent); border-bottom-color: var(--accent-light); }
.uxnzsesy .ssto { color: #fff; }
.uxnzsesy .p9c6f { --msep-color: rgba(255,255,255,0.82); }
.uxnzsesy .p9c6f a { color: rgba(255,255,255,0.82); }
.uxnzsesy .p9c6f a:hover { color: #fff; }
.uxnzsesy .ecqhzg { color: rgba(255,255,255,0.9); }
.uxnzsesy .zb8guavj { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.uxnzsesy .a51o,
.uxnzsesy .wa3na7 { color: rgba(255,255,255,0.72); }
.uxnzsesy .be3x4r30 a, .uxnzsesy .g1fwyuwr { color: #fff; }
@media (max-width: 640px) {
  .uxnzsesy .p9c6f { background: var(--accent); border-top-color: var(--accent-light); }
  .uxnzsesy .p9c6f li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.beh2x0k .ay8w {
  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);
}
.beh2x0k .zb8guavj {
  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) {
  .beh2x0k .p9c6f {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.sgpzrml .tawuxz { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.e04iby .tawuxz { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.lvxbdcmf .tawuxz { min-height: 72px; height: auto; }
.ob3kc6 .tawuxz { min-height: 84px; height: auto; }
.q10l9q9i .tawuxz { max-width: none; padding: 0 32px; }
.q10l9q9i .t3ai  { max-width: none; padding: 24px 32px; }
.r1on2r.b5swsi .tawuxz { max-width: 1200px; }
.r1on2r.n67mdj .tawuxz { max-width: 1320px; }
.g0yqon7   .ssto, .g0yqon7   .g1fwyuwr { text-transform: capitalize; }
.f0ao .ssto, .f0ao .g1fwyuwr { text-transform: lowercase; }
.qb6njl .ssto, .qb6njl .g1fwyuwr { text-transform: uppercase; letter-spacing: 0.06em; }
.azkjti, .o4cgw {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.jdox83e .azkjti,
.jdox83e .o4cgw { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.h36y .azkjti,
.h36y .o4cgw { 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; }
.exa6hrzj .azkjti,
.exa6hrzj .o4cgw { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.wnn8 .azkjti,
.wnn8 .o4cgw { 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; }
.sx9u   .p9c6f a { font-weight: 500; }
.lg9yr5 .p9c6f a { font-weight: 600; }
.f6v8     .p9c6f a { font-weight: 700; }
.aqfc    .p9c6f a { font-weight: 800; letter-spacing: 0.01em; }
.f84g     .p9c6f > li + li::before,
.smq3b    .p9c6f > li + li::before,
.aez2jdc    .p9c6f > li + li::before,
.jnj1uixw .p9c6f > li + li::before,
.nag2z947 .p9c6f > li + li::before,
.mgju  .p9c6f > li + li::before,
.gki7    .p9c6f > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.f84g     .p9c6f > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.smq3b    .p9c6f > li + li::before { content: "|"; }
.aez2jdc    .p9c6f > li + li::before { content: "—"; }
.jnj1uixw .p9c6f > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.nag2z947 .p9c6f > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.mgju  .p9c6f > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.gki7    .p9c6f > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .pl2w5o .ecqhzg,
  .p2fmuxq .ecqhzg,
  .asz0 .ecqhzg,
  .fvk4zs .ecqhzg,
  .rm5vk .ecqhzg {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .pl2w5o .ecqhzg::before,
  .p2fmuxq .ecqhzg::before,
  .asz0 .ecqhzg::before,
  .fvk4zs .ecqhzg::before,
  .rm5vk .ecqhzg::before { content: ""; display: block; flex-shrink: 0; }

  
  .pl2w5o .ecqhzg::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;
  }

  
  .p2fmuxq .ecqhzg::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;
  }

  
  .asz0 .ecqhzg::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;
  }

  
  .fvk4zs .ecqhzg::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;
  }

  
  .rm5vk .ecqhzg::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) {
  .bbxavrc .ecqhzg {
    padding: 5px 14px;
  }
  .bbxavrc .p9c6f {
    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;
  }
  .bbxavrc .p9c6f li a {
    border-bottom: none; padding: 10px 22px;
  }
  .bbxavrc .p9c6f li a:hover { background: var(--bg-raised); }
  .bbxavrc .wktjqxga,
  .s29h .wktjqxga,
  .cl2bartg .wktjqxga { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .aqfqc .ecqhzg {
    padding: 5px 10px;
  }
  .aqfqc .p9c6f {
    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);
  }
  .aqfqc .p9c6f.t16etd { transform: translateX(0); }
  .aqfqc .p9c6f li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .aqfqc .p9c6f li:last-child a { border-bottom: none; }
  .uxnzsesy .p9c6f,
  .wl0l .p9c6f { background: var(--accent) !important; }
  .uxnzsesy .p9c6f li a,
  .wl0l .p9c6f li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .cl2bartg .ecqhzg {
    padding: 5px 10px;
  }
  .cl2bartg .p9c6f {
    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);
  }
  .cl2bartg .p9c6f::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .cl2bartg .p9c6f.t16etd { transform: translateY(0); }
  .cl2bartg .p9c6f li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .qxmv7 .ecqhzg {
    padding: 5px 10px;
  }
  .qxmv7 .p9c6f {
    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;
  }
  .qxmv7 .p9c6f.t16etd { opacity: 1; pointer-events: auto; }
  .qxmv7 .p9c6f li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .b1eb0mf8     .ecqhzg { border-radius: 0 !important; }
  .r5lbm1   .ecqhzg { border-radius: 8px !important; }
  .o1jfk .ecqhzg { border-radius: 50% !important; }
  .neukd8n9   .ecqhzg { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ws7jyjai .gp64gi5y { flex-direction: column; align-items: stretch; }
  .ws7jyjai .mmc7rt8o { flex-direction: row; min-width: auto; }
  .ws7jyjai .pytmyw { align-items: flex-start; text-align: left; }
}
.w9r65,
.w9r65.h05wj8q,
.ydq36nz .w9r65,
.ciy7 .w9r65,
.eb8b9 .w9r65,
.anlnu .w9r65 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ga4izu6v {
  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;
}
.fnz5 { flex: 1 1 280px; min-width: 0; }
.p3nd8z15 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.aqdi6prn {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.bcwwg {
  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;
}
.bcwwg:hover { transform: translateY(-1px); opacity: 0.95; }
.sa78y .ga4izu6v {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.sa78y .p3nd8z15 { color: var(--cta); }
.sa78y .aqdi6prn { color: var(--text-body); }
.sa78y .bcwwg {
  background: var(--cta) !important;
  color: #fff !important;
}
.pabh .ga4izu6v {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.pabh .p3nd8z15 { color: var(--text-primary); }
.pabh .aqdi6prn { color: var(--text-body); }
.pabh .bcwwg {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ga4izu6v {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .fnz5 { flex: 0 0 auto; }
  .p3nd8z15 { font-size: 1.2rem; }
  .bcwwg { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.o4f4rzo .i65jl6k { height: 36px; }
.rm4rkbd .i65jl6k { height: 60px; max-width: 200px; }
.u6ut .i65jl6k { height: 56px; max-width: 180px; }
.sqkuj    .txhj, .sqkuj    .k8xnts3 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.jup4 .xt3bm {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .futm .ponku {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .futm .drengh {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .futm .drengh { padding: 40px 16px 20px; }
  .futm .xt3bm {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .futm .haxx { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .isvfebhd .drengh {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .isvfebhd .drengh::before {
    position: absolute; top: 14px; left: 14px;
  }
  .isvfebhd .blk3ib8 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .isvfebhd .v3its { white-space: normal; text-align: center; font-size: 1.2rem; }
  .isvfebhd .xt3bm {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .isvfebhd .haxx { width: 100%; min-width: 0; }
  .isvfebhd .txhj { min-width: 0; }
}
.ijlx .m5c8 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ijlx .m5c8 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ijlx .m5c8 p { padding: 0 2px 16px; }
.h94gwh9 .m5c8 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.h94gwh9 .m5c8 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.h94gwh9 .m5c8 summary::after { content: "›"; font-size: 1.2em; }
.h94gwh9 .m5c8[open] summary::after { content: "‹"; }
.h94gwh9 .m5c8 p { padding: 10px 22px 4px; }
.cf4mu9 .m5c8 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.cf4mu9 .m5c8 summary { color: var(--text-primary); padding-left: 16px; }
.cf4mu9 .m5c8 summary::after { content: "›"; font-size: 1.1em; }
.cf4mu9 .m5c8[open] summary::after { content: "‹"; }
.cf4mu9 .m5c8 p { padding-left: 16px; }
.oby0gz .lzwnf { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.oby0gz .m5c8 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.oby0gz .m5c8:last-child { border-bottom: none; }
.oby0gz .m5c8 summary { color: var(--text-primary); border-radius: 0; }
.oby0gz .m5c8 summary::after { content: "›"; font-size: 1.1em; }
.oby0gz .m5c8[open] summary::after { content: "‹"; }
.o4fx946e .m5c8 { overflow: hidden; }
.o4fx946e .m5c8 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.o4fx946e .m5c8 summary::after { color: rgba(255,255,255,.75); }
.o4fx946e .m5c8[open] summary { border-radius: 0; }
.e8f6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.pggsuq7 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.y15c {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.dk7lw0k { color: var(--text-muted); font-size: 1.05rem; }
.kno2 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.tlrc6ng { margin-bottom: 20px; }
.r0taw {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ikyagdjm {
  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;
}
.ikyagdjm:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.lz6opp { resize: vertical; min-height: 130px; }
.nlknm9 { width: 100%; margin-top: 8px; }
.qtp6q3br {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.tvfzm1z {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.oq93lr { color: var(--text-muted); line-height: 1.75; }
.qn746 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.qn746 li { margin-bottom: 6px; }
.oxs94iw { max-width: 760px; margin: 0 auto; }
.zo1rc { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.m3qz { max-width: 760px; margin: 0 auto; }
.rduta { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.q8zuy3x ul.qn746 { margin: 0; }
.f1lblh { max-width: 900px; margin: 0 auto; }
.o6w6e { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.o6w6e:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.o6w6e .rduta { margin: 0; font-size: 1rem; }
.o6w6e .ihw6q p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .o6w6e { grid-template-columns: 1fr; gap: 10px; } }
.lx5lk .rduta { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.zdepj .qn746 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .kfdx { grid-template-columns: 1fr; } }
.t335 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.t335:hover .tn1lid { color: var(--accent-light); text-decoration: underline; }
.k15ktgn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.wyz998y { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.wyz998y:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.mcxos { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.wyz998y p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.wyz998y ul.qn746 { margin: 0; }
.ftqmdpsp { color: var(--text-muted); line-height: 1.75; }
.hl7mgl .qn746,
.yrugiv .qn746,
.re35u .qn746,
.lxh5u9p .qn746 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.hl7mgl .wyz998y,
.yrugiv .wyz998y { text-align: left; }
.hl7mgl .mcxos,
.yrugiv .mcxos { text-align: center; }
.twu533 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.bi724 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.jnefax5 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.guoj { margin-top: 12px; }
.ty4yyog { 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; }
.ty4yyog:hover { border-bottom-color: var(--accent-light); }
.bqw2uhw { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.bqw2uhw img { width: 100%; height: 100%; object-fit: cover; display: block; }
.m22k { width: 200px; height: 200px; }
.s19jbekh { border-radius: 10px; }
.frs9x { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.a0xk2 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .gy4p { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.mlxr .jnefax5, .mlxr .bi724 { max-width: 640px; }
.p0wdqdv .twu533 { font-size: 1.6rem; margin-top: 18px; }
.yiavmhp .jnefax5 { margin-bottom: 28px; }
@media (max-width: 860px) { .qhyy { grid-template-columns: 1fr; } .p0wdqdv { position: static; text-align: center; } }
.h0heetr { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.gfdq95yn { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.gfdq95yn .bqw2uhw { margin: 0 auto 18px; }
.gfdq95yn .frs9x { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .h0heetr { grid-template-columns: 1fr; } }
.yjo2xkb .twu533 { font-size: 1.6rem; margin-bottom: 6px; }
.lxh5u9p .qn746 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .yjo2xkb { flex-direction: column; text-align: center; } .vub1vz5 { grid-template-columns: 1fr; } }
.ud6r3jj .twu533 { font-size: 1.35rem; margin: 0 0 4px; }
.ud6r3jj .frs9x { margin: 0; }
.t2u3l90 { max-width: 760px; margin: 0 auto; }
.eikm4 { position: relative; padding-left: 28px; }
.eikm4::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.sdm7 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.sdm7:last-child { padding-bottom: 0; }
.wk4aau { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.jmvgj h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.jmvgj p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.dcqqy .y15c { color: var(--accent-light); }
.l6kf .y15c { font-size: 2rem; }
.l6kf .dk7lw0k { max-width: 680px; }
.imu8t .y15c { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.imu8t .dk7lw0k  { margin: 0; }
@media (max-width: 640px) { .imu8t { flex-direction: column; } }
.e7vk0l80 .y15c { color: var(--accent-light); }
.e9t4m6 {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.e9t4m6 .y15c { color: #fff; }
.e9t4m6 .dk7lw0k  { color: rgba(255,255,255,0.85); }
.mfpmsj { max-width: 680px; margin: 0 auto; }
.x0z4vxow {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .x0z4vxow { grid-template-columns: 1fr; } }
.uspx .ikyagdjm {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.uspx .ikyagdjm:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.eabws3rj .ikyagdjm { background: var(--bg-raised); border-color: transparent; }
.eabws3rj .ikyagdjm:focus { background: var(--bg-card); border-color: var(--accent-light); }
.elc3 .ikyagdjm { border-radius: 100px; padding: 11px 20px; }
.elc3 .lz6opp { border-radius: 14px; }
.zk9ao0i {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .zk9ao0i { grid-template-columns: 1fr; } }
.r7a8f3xo {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.r7a8f3xo h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.r7a8f3xo p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.usm89 { counter-reset: priv-count; }
.xxbidi {
  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);
}
.xxbidi:last-child { border-bottom: none; }
.jxs02et {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.xxbidi h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.xxbidi p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.gskk1vw { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.gskk1vw li { margin-bottom: 6px; }
.m7kj{display:none}
.m7kj:empty,.xc2aokn:empty{display:none}
.siyr{position:relative;overflow:visible}
.tuubsb .pkbqa8,.xa2bw3x6 .pkbqa8,
.zm2j .pkbqa8,.prjk6 .pkbqa8,
.xilzl .pkbqa8,.yyn1i .pkbqa8{display:block}
.kdr6u1oe .x0kign2{display:block}
.tuubsb .pkbqa8,.xa2bw3x6 .pkbqa8,
.zm2j .pkbqa8,.prjk6 .pkbqa8,
.xilzl .pkbqa8{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}
.tuubsb .pkbqa8 .xc2aokn,.xa2bw3x6 .pkbqa8 .xc2aokn,
.zm2j .pkbqa8 .xc2aokn,.prjk6 .pkbqa8 .xc2aokn,
.xilzl .pkbqa8 .xc2aokn{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}
.tuubsb .kf7dis6,.xa2bw3x6 .kf7dis6,
.zm2j .kf7dis6,.prjk6 .kf7dis6,
.xilzl .kf7dis6{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.tuubsb .pkbqa8,.xa2bw3x6 .pkbqa8{top:12px}
.tuubsb .pkbqa8 .xc2aokn{margin-right:auto}
.xa2bw3x6 .pkbqa8 .xc2aokn{margin-left:auto}
.xa2bw3x6 .pkbqa8{text-align:right}
.zm2j .pkbqa8,.prjk6 .pkbqa8{bottom:12px}
.zm2j .pkbqa8 .xc2aokn{margin-right:auto}
.prjk6 .pkbqa8 .xc2aokn{margin-left:auto}
.prjk6 .pkbqa8{text-align:right}
.xilzl .pkbqa8{position:relative;margin-top:16px}
.xilzl .pkbqa8 .xc2aokn{margin:0 auto}
.yyn1i .pkbqa8{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.yyn1i .pkbqa8 .xc2aokn{margin:0}
.yyn1i .l659lc~.pkbqa8,
.yyn1i .zvsl2qx~.pkbqa8{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.yyn1i .l659lc~.pkbqa8 .xc2aokn,
.yyn1i .zvsl2qx~.pkbqa8 .xc2aokn{justify-content:flex-start}
.l659lc~.pkbqa8,.zvsl2qx~.pkbqa8{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}
.l659lc~.pkbqa8 .xc2aokn{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zvsl2qx~.pkbqa8 .xc2aokn{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.x0kign2 .xc2aokn{margin:0 0 12px}
.xc2aokn{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.qgdkxp9{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.tn1lid{font-weight:600;color:var(--text-heading);opacity:1}
.gadigq::before{content:"·";margin:0 2px;opacity:.5}
.kf7dis6{white-space:nowrap}
.giwwrv .qgdkxp9{display:none}
.lgyt .kf7dis6{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.lgyt .gadigq::before{content:""}
.jkjwa .kf7dis6{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}
.jkjwa .gadigq::before{content:""}
.koylb .xc2aokn{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.tpegu .kf7dis6{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.tpegu .gadigq::before{content:""}
.aca3 .kf7dis6{color: var(--accent-light);opacity:1;font-weight:500}
.k7yaaowc .kf7dis6{border-bottom:1px solid currentColor;padding-bottom:2px}
.kfuy2x .xc2aokn{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.xr5aj{--date-bg:var(--accent-bg-light)}
.v7gs .gadigq::before{content:""}
.zhuvo1n .gadigq::before{content:"•";opacity:.4}
.zhuvo1n .kf7dis6 + .kf7dis6::before{content:"•";margin-right:6px;opacity:.4}
.w6b846ha .gadigq::before{content:"/";opacity:.35}
.w6b846ha .kf7dis6 + .kf7dis6::before{content:"/";margin-right:6px;opacity:.35}
.vyli4kh .gadigq::before{content:"|";opacity:.3}
.vyli4kh .kf7dis6 + .kf7dis6::before{content:"|";margin-right:6px;opacity:.3}
.gipm8y .gadigq::before{content:"—";opacity:.3}
.gipm8y .kf7dis6 + .kf7dis6::before{content:"—";margin-right:6px;opacity:.3}
.n6mw9q3 .gadigq::before{content:"◆";font-size:.5em;opacity:.35}
.n6mw9q3 .kf7dis6 + .kf7dis6::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.n3dxz3 .gadigq::before{content:"·";opacity:.4}
.n3dxz3 .kf7dis6 + .kf7dis6::before{content:"·";margin-right:6px;opacity:.4}
.j03js5 .gadigq::before{content:"›";opacity:.4}
.j03js5 .kf7dis6 + .kf7dis6::before{content:"›";margin-right:6px;opacity:.4}
.uc77t0 .gadigq::before{content:"→";opacity:.35;font-size:.85em}
.uc77t0 .kf7dis6 + .kf7dis6::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.o9nf39c .k1kr{padding:20px 0}
@media(max-width:640px){
  .k1kr{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .kzunls61{max-width:100%}
}
.urmyywez .rpgquj{margin:0}
@media (max-width:560px){
  .hf3i{grid-template-columns:repeat(2,1fr);gap:12px}
}
.m7ky60ax {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.m7ky60ax.dec7 {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.xgou3u {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.xgou3u .air2p3 {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  font-size: 24px; line-height: 1; color: var(--text-primary, #111) !important;
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  padding: 0; margin: 0;
  z-index: 2;
  transition: background 0.15s;
}
.xgou3u .air2p3:hover { background: rgba(0,0,0,0.12) !important; }
.dch8h70a {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.a0vty {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.ck4e {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.xgou3u .frpj4 {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.xgou3u .frpj4:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .xgou3u { padding: 28px 18px 20px; }
  .ck4e { font-size: 1.2rem; }
  .dch8h70a { max-width: 220px; max-height: 80px; }
}
.waov {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.jik9zl {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.u9f9  .waov { border-radius: 50%; }
.xem36bc6  .waov { border-radius: 6px; }
.ucmxg5 .waov { border-radius: 22px; }
.ev5g .ga4izu6v {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .waov { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.rr49pi0 {
  margin: 28px 0 24px;
}
.rr49pi0 .h05wj8q {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.rr49pi0 .cca4f {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.rr49pi0 .ga4izu6v {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .tawuxz { flex-direction: row-reverse; }
[dir="rtl"] .p9c6f { flex-direction: row-reverse; }
[dir="rtl"] .ssdepja .vfl1tsj2 { right: auto; left: 32px; }
[dir="rtl"] .pgkon54r  .vfl1tsj2 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ssdepja .vfl1tsj2 { right: auto; left: 20px; }
  [dir="rtl"] .pgkon54r  .vfl1tsj2 { left: auto;  right: 20px; }
}
[dir="rtl"] .l74w42g9 .x2dr  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ae95v .x2dr { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .lipsqg25, [dir="rtl"] .wa0l9 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .vpcasv { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .r4u71 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .oh4fw8gf { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ga4izu6v { direction: rtl; }
[dir="rtl"] .waov { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .jde37uy { direction: rtl; }
[dir="rtl"] .wo01y4v { direction: rtl; }
[dir="rtl"] .wnev0oku { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .xevb7s0 .wa0l9,
[dir="rtl"] .zs7eq .wa0l9,
[dir="rtl"] .ret50dc .wa0l9,
[dir="rtl"] .hh1rt .wa0l9 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .xevb7s0 .wa0l9 li::before,
[dir="rtl"] .zs7eq .wa0l9 li::before,
[dir="rtl"] .ret50dc .wa0l9 li::before,
[dir="rtl"] .hh1rt .wa0l9 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .ukjp6.a3453h5 .b0a3r,
[dir="rtl"] .owlcgu.a3453h5 .b0a3r,
[dir="rtl"] .kpy32.a3453h5 .b0a3r,
[dir="rtl"] .ga9qnm.a3453h5 .b0a3r,
[dir="rtl"] .nukztesk.a3453h5 .b0a3r { text-align: right; }
[dir="rtl"] .l659lc.nvx95jgw .lyvulec { text-align: center; }
[dir="rtl"] .cca4f,
[dir="rtl"] .p4qv0,
[dir="rtl"] .dv9c,
[dir="rtl"] .ba5m01t,
[dir="rtl"] .b0a3r { text-align: right; }
[dir="rtl"] .kno2,
[dir="rtl"] .r0taw,
[dir="rtl"] .jnefax5,
[dir="rtl"] .ikyagdjm,
[dir="rtl"] .lz6opp { text-align: right; direction: rtl; }
[dir="rtl"] .elc3 .ikyagdjm,
[dir="rtl"] .uspx .ikyagdjm { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #f59e0b;
  --brand:           #f59e0b;
  --brand-light:     #b97b12;
  --brand-pale:      #dfa139;
  --grad-start:      #f8c163;
  --grad-end:        #f5d7a3;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #e5a100;
  --cta-light:       #bc8400;
  --cta-hover:       #a77500;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f5f3;
  --bg-raised:       #f1f0ed;
  --bg-hover:        #f6f5f3;
  --border:          #e9e6e1;
  --border-alt:      #ddd7cf;
  --border-section:  #e9e6e1;
  --text-primary:    #1c1a16;
  --text-muted:      #625b50;
  --text-body:       #38342d;
  --text-sub:        #544e44;
  --text-faint:      #8c8272;
  --text-dim:        #a39b8e;
  --text-label:      #70685b;
  --text-value:      #464139;
  --accent-bg:       #f7eddd;
  --accent-bg-light: #f5e1c1;
  --bg-tip:          #f0f9f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f9f9;
  --bg-pros:         #f0f9f1;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c9619;
  --c-cons:          #9f2d21;
  --c-pros-label:    #0eb31e;
  --c-tip-border:    #10c621;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9619;
}
:root { --logo-bg-opacity: 68%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.fn6n .oencz { font-size: 0; width: 1.2rem; flex-shrink: 0; }.fn6n .oencz::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.fn6n .cl02rpf     .oencz::before { content: "";  color: var(--c-tip-border); }.fn6n .k7zojlk .oencz::before { content: ""; color: var(--c-warn-border); }.fn6n .ho4hbkbo    .oencz::before { content: ""; color: #60a5fa; }.chblu5i .fn6n .cl02rpf     .oencz::before { color: #10b981; }.chblu5i .fn6n .k7zojlk .oencz::before { color: #f43f5e; }.chblu5i .fn6n .ho4hbkbo    .oencz::before { color: #a855f7; }.k9n03jl  .fn6n .cl02rpf     .oencz::before { color: #eab308; }.k9n03jl  .fn6n .k7zojlk .oencz::before { color: #ef4444; }.k9n03jl  .fn6n .ho4hbkbo    .oencz::before { color: #f97316; }.dy2t0p  .fn6n .cl02rpf     .oencz::before { color: #38bdf8; }.dy2t0p  .fn6n .k7zojlk .oencz::before { color: #818cf8; }.dy2t0p  .fn6n .ho4hbkbo    .oencz::before { color: #2dd4bf; }.gfktvnwk .fn6n .oencz::before { color: var(--accent-light) !important; }
.zreln5y .raxal li::before, .zreln5y .qywncjpk li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.zreln5y .raxal li::before { content: ""; }.zreln5y .qywncjpk li::before { content: ""; }.zreln5y .h91q5bs::before, .zreln5y .inj5ux::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.zreln5y .h91q5bs::before { content: ""; }.zreln5y .inj5ux::before { content: ""; }
.a44r .and2g3z0, .a44r .l659lc { min-height: 520px; }
.c444hpm::before { content: '›'; font-size: 1.1em; }