:root {
  --color-accent: #9534a7;
  --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;
}
.t3ztz7 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.p7rl3 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.k52kin {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.g3xr83n { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.nv9wo2fy { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.nv9wo2fy a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.nv9wo2fy a:hover { color: var(--accent-light); }
.bxysu     .rcux75ju { border-radius: 6px; }
.bxysu .rcux75ju li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.bxysu .rcux75ju li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
@media (max-width: 640px) {
  .rcux75ju {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ufx7d:hover .rcux75ju,
  .ufx7d:focus-within .rcux75ju { display: block; }
  .rcux75ju li a { padding: 8px 16px; font-size: 0.88rem; }
}
.n31zawsj {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ni9ail2 { display: none; }
@media (max-width: 640px) {
  .ni9ail2 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ni9ail2.euuz { display: block; }
}
@media (max-width: 640px) {
  .n31zawsj { display: block; }
  .nv9wo2fy > li + li::before { display: none !important; }
  .nv9wo2fy {
    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;
  }
  .nv9wo2fy.euuz { display: flex; }
  .nv9wo2fy li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .nv9wo2fy li:last-child a { border-bottom: none; }
}
.jp1fu { min-height: 480px; }
.q173t6 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.suy7q { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.x8d5 .suy7q { margin-left: 0; margin-right: 0; }
.gq7tk {
  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;
}
.bzz0z0e .gq7tk { margin-top: 24px; }
.gq7tk:hover { opacity: 0.88; }
.if3garwa .q173t6 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.if3garwa .suy7q { color: #e2e8f0; }
.if3garwa.x8d5   .o9bl { text-align: left; }
.wcfoq2 .q173t6 { color: var(--text-primary); text-shadow: none; }
.wcfoq2 .suy7q { color: var(--text-muted); }
.wcfoq2 .gq7tk { margin-top: 16px; }
.wcfoq2, .wcfoq2.jp1fu { min-height: auto !important; }
.wcfoq2.x8d5   .o9bl { text-align: left; }
.wcfoq2~.uh3x{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}
.wcfoq2~.uh3x .ay5p1gl3{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.zd56 .q173t6 { color: #fff; }
.zd56 .suy7q { color: rgba(255,255,255,0.85); }
.zd56 .gq7tk { background: #fff; color: var(--cta); }
.zd56 .gq7tk:hover { opacity: 0.92; }
.garmz .ahyewzg { position: relative; overflow: hidden; }
.garmz .ahyewzg::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.l3wnwrf .ahyewzg {
  animation: hg-breathe 7s ease-in-out infinite;
}
.jqzmo .ahyewzg { position: relative; overflow: hidden; }
.jqzmo .ahyewzg::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;
}
.zxix .ahyewzg { position: relative; overflow: hidden; }
.zxix .ahyewzg::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.vnogn .ahyewzg {
  animation: hg-fadein 1.2s ease-out both;
}
.ahyewzg {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.zu975n {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.quo9pxe {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.o4br0 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.ahyewzg .q173t6 { text-shadow: none; color: var(--text-primary); }
.ahyewzg .suy7q { color: var(--text-muted); }
body.vv5uu7y .q173t6 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.fnlkh .q173t6 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.jp1fu.zd56 .q173t6,
section.zd56 .q173t6 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ahyewzg.p3i7 .zu975n { align-items: center; text-align: center; }
.ahyewzg.x8d5   .zu975n { align-items: flex-start; text-align: left; }
.eeyfcpjo .quo9pxe { position: relative; }
.eeyfcpjo .quo9pxe::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.eeyfcpjo.xldz6iv .quo9pxe::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.mav0w .quo9pxe {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.mav0w .o4br0 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.mav0w .qp21 {
  position: static; width: 100%; aspect-ratio: 4/3; border-radius: 16px;
}
.mav0w.xldz6iv .quo9pxe { padding: 32px 0 32px 32px; }
.qzcqk9 .quo9pxe {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.qzcqk9 .o4br0 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.xldz6iv .zu975n {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.qzcqk9.xldz6iv .quo9pxe { padding: 40px 16px 40px 48px; }
.jp1fu .x7j1k {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.x7j1k .w7911ek.nzwny6x5 {
  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;
}
.x7j1k .w7911ek.nzwny6x5:hover { opacity: 0.85; }
.nfoye8kh .quo9pxe {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .ahyewzg { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ahyewzg:not(.nfoye8kh) .quo9pxe { display: none !important; }
  .nfoye8kh .quo9pxe { padding: 16px; }
  .zu975n  { padding: 36px 24px; }
  .ahyewzg~.uh3x,.xldz6iv~.uh3x{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .jp1fu, .ahyewzg { min-height: 320px !important; }
  .q173t6 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .qevkb,
  .j32ew,
  .j6s9 { grid-template-columns: 1fr !important; }

  

  
  .fvne9wjx { display: flex !important; flex-direction: column !important; }
  .fvne9wjx .o9bl { display: contents; }
  .fvne9wjx .m4bj3sy { order: 0; }
  .fvne9wjx .q173t6 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .fvne9wjx .qevkb { order: 2; padding: 0 16px 12px !important; }
  .fvne9wjx .suy7q { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .bzz0z0e .o9bl { display: flex; flex-direction: column; }
  .bzz0z0e .o9bl .q173t6 { order: 1; }
  .bzz0z0e .o9bl .j6s9 { order: 2; margin: 8px 0 24px !important; }
  .bzz0z0e .o9bl .suy7q { order: 3; }
  .bzz0z0e .o9bl .gq7tk { order: 4; align-self: center; margin-top: 0; }

  
  .ahyewzg.nfoye8kh {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ahyewzg.nfoye8kh .zu975n { display: contents; padding: 0; }
  .ahyewzg.nfoye8kh .zu975n .q173t6 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ahyewzg.nfoye8kh .quo9pxe { order: 2; padding: 12px 16px; }
  .ahyewzg.nfoye8kh .zu975n .suy7q { order: 3; padding: 0 24px; margin: 0 auto; }
  .ahyewzg.nfoye8kh .zu975n .gq7tk { order: 4; align-self: center; margin: 8px 0 32px; }
}
.erj9zd4t { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.elnzo5i5 { width: 100%; height: auto; display: block; border-radius: 10px; }
.fqdp7 .erj9zd4t        { border-radius: 16px; }
.fqdp7 .elnzo5i5  { border-radius: 16px; }
.efjzac .erj9zd4t         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.efjzac .elnzo5i5   { border-radius: 8px; }
.t2z6y1f { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.pszt { width: 100%; padding: 32px 0; position: relative; }
.vun7d3z1 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ee8d .pszt:nth-child(even) { background: var(--bg-surface); }
.ee8d .pszt:nth-child(odd)  { background: var(--bg-page); }
.l524 .pszt:nth-child(even) { background: var(--bg-card); }
.l524 .pszt:nth-child(odd)  { background: var(--bg-page); }
.ee8d .pszt:nth-child(odd)  .vun7d3z1 { background: var(--bg-card); border-radius: 6px; }
.ee8d .pszt:nth-child(even) .vun7d3z1 { background: var(--bg-raised); border-radius: 6px; }
.l524 .pszt:nth-child(odd)  .vun7d3z1 { background: var(--bg-card); border-radius: 6px; }
.l524 .pszt:nth-child(even) .vun7d3z1 { background: var(--bg-raised); border-radius: 6px; }
.ee8d .pszt:nth-child(even) .f8kgw5f .ghzb,
.l524 .pszt:nth-child(even) .f8kgw5f .ghzb { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ee8d .pszt:nth-child(odd) .f8kgw5f .ghzb,
.l524 .pszt:nth-child(odd) .f8kgw5f .ghzb { background: var(--bg-card-inner); }
.ee8d .pszt:nth-child(even) .hf15b .ghzb:nth-child(odd),
.l524 .pszt:nth-child(even) .hf15b .ghzb:nth-child(odd)  { background: var(--bg-card); }
.ee8d .pszt:nth-child(even) .hf15b .ghzb:nth-child(even),
.l524 .pszt:nth-child(even) .hf15b .ghzb:nth-child(even) { background: var(--bg-card-inner); }
h1.p1zm { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.p1zm {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.q8x81l { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.hvpagse h2.p1zm {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ka7y h2.p1zm {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.iyudcluc h2.p1zm {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.d97g h2.p1zm::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.jxf0f h2.p1zm {
  color: var(--text-primary); font-size: 1.7rem;
}
.cav6zdx h2.p1zm::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.uljq h2.p1zm {
  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;
}
.hybylc3 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .hybylc3 { display: none; } }
.m27ei { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.vp3euvh { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ap31gc4 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ap0nbd { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.wfrfa0 { padding-left: 20px; }
.wfrfa0 li { margin-bottom: 6px; }
.wfrfa0 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.wfrfa0 a:hover { color: var(--accent-light); }
.iiiaeywg .ap0nbd { display: none; }
.baipqoe .ap0nbd { display: none; }
.baipqoe .wfrfa0 { padding-left: 0; list-style: none; }
.baipqoe .wfrfa0 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.baipqoe .wfrfa0 a { font-size: 0.92rem; }
.a2f2 .ap31gc4 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.a2f2 .ap0nbd { display: none; }
.a2f2 .wfrfa0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.a2f2 .wfrfa0 li { margin-bottom: 0; }
.a2f2 .wfrfa0 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;
}
.a2f2 .wfrfa0 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.r6rd .ap31gc4 { padding: 20px 20px 16px; }
.r6rd .wfrfa0 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.r6rd .wfrfa0 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.r6rd .wfrfa0 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;
}
.r6rd .wfrfa0 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;
}
.r6rd .wfrfa0 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.r6rd .wfrfa0 a:focus,
.r6rd .wfrfa0 a:focus-visible,
.r6rd .wfrfa0 a:target { outline: none; }
.r6rd .wfrfa0 li:target a { border-color: var(--border); color: var(--text-muted); }
.v49nd .ap31gc4 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.v49nd .ap0nbd { display: none; }
.v49nd .wfrfa0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.v49nd .wfrfa0 li { margin-bottom: 0; }
.v49nd .wfrfa0 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.v49nd .wfrfa0 li:last-child::after { content: ""; margin-right: 0; }
.v49nd .wfrfa0 a { font-size: 0.9rem; }
.ghzb { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.f8kgw5f .ghzb { background: var(--bg-card); }
.hf15b .ghzb:nth-child(odd)  { background: var(--bg-card); }
.hf15b .ghzb:nth-child(even) { background: var(--bg-raised); }
.lqx3f0n .ghzb {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.lqx3f0n .ghzb:last-child { border-bottom: none; }
.lqx3f0n h3.q8x81l { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.tfkjuv .ghzb {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.tfkjuv .ghzb + .ghzb { margin-top: 4px; }
.oqecu .ghzb { background: none; border-radius: 0; padding: 12px 0; }
.oqecu .ghzb + .ghzb { border-top: 1px solid var(--border-section); }
.z0dw66 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.u1k9nk { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.sqx4a { color: var(--text-body); margin-bottom: 10px; }
.fwn5, .hirnv { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.fwn5 li, .hirnv li { margin-bottom: 6px; }
.hirnv li { list-style: decimal; }
.doc8     .fwn5 { list-style-type: "● "; }
.pufy6  .fwn5 { list-style-type: "■ "; }
.z7flo .fwn5 { list-style-type: "◆ "; }
.itgz    .fwn5 { list-style-type: "★ "; }
.doc8     .flc4zg3d { list-style-type: "● "; }
.pufy6  .flc4zg3d { list-style-type: "■ "; }
.z7flo .flc4zg3d { list-style-type: "◆ "; }
.itgz    .flc4zg3d { list-style-type: "★ "; }
.doc8    .fwn5 li::marker, .doc8    .flc4zg3d li::marker,
.pufy6 .fwn5 li::marker, .pufy6 .flc4zg3d li::marker,
.z7flo .fwn5 li::marker, .z7flo .flc4zg3d li::marker,
.itgz   .fwn5 li::marker, .itgz   .flc4zg3d li::marker {
  color: var(--cta); font-size: 1em;
}
.doc8 .hirnv,
.pufy6 .hirnv,
.z7flo .hirnv,
.itgz .hirnv {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.doc8 .hirnv li,
.pufy6 .hirnv li,
.z7flo .hirnv li,
.itgz .hirnv li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.doc8 .hirnv li::before,
.pufy6 .hirnv li::before,
.z7flo .hirnv li::before,
.itgz .hirnv 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;
}
.doc8     .hirnv li::before { border-radius: 50%; }
.pufy6  .hirnv li::before { border-radius: 3px; }
.z7flo .hirnv li::before { border-radius: 3px; }
.itgz    .hirnv li::before { border-radius: 50%; }
.rmve9bf { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.rvopj .rmve9bf,
.s6c3 .rmve9bf { background: transparent; border: none; border-radius: 0; }
.dzt291 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.dzt291 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.dzt291 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.dzt291 tr:hover td { background: var(--bg-hover); }
.gkjv .dzt291 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.m14oej0 .dzt291 { border: 1px solid var(--border-alt); }
.m14oej0 .dzt291 th,
.m14oej0 .dzt291 td { border: 1px solid var(--border-alt); }
.kgsjyr .dzt291 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.kgsjyr .dzt291 td { border-bottom: none; }
.kgsjyr .dzt291 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ogxsn .dzt291 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.vdlzq .rmve9bf {
  overflow: hidden;
}
.vdlzq .dzt291 th { border-bottom: 1px solid var(--border-alt); }
.vdlzq .dzt291 tr:last-child td { border-bottom: none; }
.udbc { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.a9tc { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.cwkbp { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.r9cwpn { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.wm4wpxf { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.flc4zg3d { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.flc4zg3d 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%}
.ihh3h2 .r9cwpn { background: transparent; text-align: center; }
.e5q5 .cwkbp {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.rz55fu .cwkbp {
  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);
}
.vq9hphf .a9tc { display: grid; grid-template-columns: auto 1fr; }
.vq9hphf .cwkbp {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.vq9hphf .r9cwpn { grid-column: 2; }
.vq9hphf .wm4wpxf,
.vq9hphf .flc4zg3d { grid-column: 1 / -1; }
.ywlks2y .a9tc { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ywlks2y .cwkbp {
  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);
}
.ywlks2y .r9cwpn { grid-column: 2; }
.ywlks2y .wm4wpxf,
.ywlks2y .flc4zg3d { grid-column: 1 / -1; }
.kwr3ualv .a9tc { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.kwr3ualv .r9cwpn { background: none; color: var(--accent-light); font-weight: 700; }
.t985fz .a9tc { 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); }
.t985fz .r9cwpn { background: none; color: var(--accent-light); font-weight: 700; }
.z3fo .a9tc { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.z3fo .a9tc:last-child { border-bottom: none; }
.z3fo .r9cwpn { background: none; color: var(--accent-light); font-weight: 700; }
.a4fc .a9tc { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.a4fc .r9cwpn { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.c688sap .udbc { counter-reset: card-n; }
.c688sap .a9tc  { counter-increment: card-n; }
.c688sap .r9cwpn { display: flex; align-items: center; gap: 10px; }
.c688sap .r9cwpn::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;
}
.n4bzy3p .a9tc { background: var(--bg-surface); border: 1px solid var(--border); }
.n4bzy3p .r9cwpn { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.v3u2 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.u4iczwwu  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.btfzr7k { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.o1ilr0 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.v3u2 strong { color: var(--text-primary); font-size: 0.95rem; }
.v3u2 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.elnzo5i5 { width: 100%; height: auto; border-radius: 10px; display: block; }
.nzwny6x5 {
  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;
}
.nzwny6x5:hover { opacity: 0.85; }
.stt55 .nzwny6x5  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.stt55 .nzwny6x5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.uvqfus .nzwny6x5  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.uvqfus .nzwny6x5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.j34ep .gq7tk { border-radius: 50px; }
.j34ep .nzwny6x5  { border-radius: 50px; }
.yg9rkl .gq7tk { padding-left: 22px; padding-right: 22px; }
.yg9rkl .nzwny6x5  { padding-left: 12px; padding-right: 12px; }
.kxwbmn2w .gq7tk { padding-left: 44px; padding-right: 44px; }
.kxwbmn2w .nzwny6x5  { padding-left: 24px; padding-right: 24px; }
.kuqq .gq7tk { padding-left: 56px; padding-right: 56px; }
.kuqq .nzwny6x5  { padding-left: 32px; padding-right: 32px; }
.pnn6l   .gq7tk::after, .pnn6l   .nzwny6x5::after,
.drkqpin .gq7tk::after, .drkqpin .nzwny6x5::after,
.v6gb    .gq7tk::after, .v6gb    .nzwny6x5::after,
.o80p3    .gq7tk::after, .o80p3    .nzwny6x5::after,
.xrq1y    .gq7tk::after, .xrq1y    .nzwny6x5::after,
.v6g6j0pd     .gq7tk::after, .v6g6j0pd     .nzwny6x5::after,
.qzez1lw0    .gq7tk::after, .qzez1lw0    .nzwny6x5::after,
.aynjlf   .gq7tk::after, .aynjlf   .nzwny6x5::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;
}
.pnn6l .gq7tk::after, .pnn6l .nzwny6x5::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");
}
.drkqpin .gq7tk::after, .drkqpin .nzwny6x5::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");
}
.v6gb .gq7tk::after, .v6gb .nzwny6x5::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");
}
.o80p3 .gq7tk::after, .o80p3 .nzwny6x5::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");
}
.xrq1y .gq7tk::after, .xrq1y .nzwny6x5::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");
}
.v6g6j0pd .gq7tk::after, .v6g6j0pd .nzwny6x5::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");
}
.qzez1lw0 .gq7tk::after, .qzez1lw0 .nzwny6x5::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");
}
.aynjlf .gq7tk::after, .aynjlf .nzwny6x5::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");
}
.l8zwsow   .ogrxc::after, .l8zwsow   .zbmplq::after,
.f8rwulrc .ogrxc::after, .f8rwulrc .zbmplq::after,
.ebedoas    .ogrxc::after, .ebedoas    .zbmplq::after,
.fzwzek    .ogrxc::after, .fzwzek    .zbmplq::after,
.y2fsyok    .ogrxc::after, .y2fsyok    .zbmplq::after,
.no1b1     .ogrxc::after, .no1b1     .zbmplq::after,
.bd5nk    .ogrxc::after, .bd5nk    .zbmplq::after,
.nkub4   .ogrxc::after, .nkub4   .zbmplq::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;
}
.l8zwsow .ogrxc::after, .l8zwsow .zbmplq::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");
}
.f8rwulrc .ogrxc::after, .f8rwulrc .zbmplq::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");
}
.ebedoas .ogrxc::after, .ebedoas .zbmplq::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");
}
.fzwzek .ogrxc::after, .fzwzek .zbmplq::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");
}
.y2fsyok .ogrxc::after, .y2fsyok .zbmplq::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");
}
.no1b1 .ogrxc::after, .no1b1 .zbmplq::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");
}
.bd5nk .ogrxc::after, .bd5nk .zbmplq::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");
}
.nkub4 .ogrxc::after, .nkub4 .zbmplq::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");
}
.qd9tuc79 .nmyxsvhj    { background: #1a1a1a; }
.w7911ek.nzwny6x5 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ci2xr04z {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ci2xr04z::before    { grid-area: rank;   }
  .rjq70q1           { grid-area: ident;  }
  .h7rw     { grid-area: rating; min-width: 0; width: auto; }
  .x1wiip3           { grid-area: pills;  }
  .w7911ek             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ci2xr04z {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ci2xr04z::before    { justify-self: center; }
  .rjq70q1           { width: 100%; }
  .h7rw     { justify-self: center; }
  .x1wiip3           { grid-template-columns: 1fr; }
}
.hdl5dz .s3et { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .n9x138 .m8k6 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .n9x138 .kxe0if0i { margin: 0; }
}
@media (max-width: 720px) {
  .xv2hh { grid-template-columns: 1fr; }
  .uexrmh { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .uexrmh .kyol { width: 72px; height: 50px; }
  .uexrmh .xpmc { max-width: 180px; }
  .uexrmh .tz5g { width: auto; }
}
@media (max-width: 720px) {
  .yari05dc { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .dwga { padding: 16px; }
  .f07rla .nqzzu { min-width: 50%; }
}
@media (max-width: 860px) {
  .pwzhf { grid-template-columns: 1fr; }
  .afw4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .n573 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .fegwvbwb { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .bffuvvf0 { flex-direction: column; align-items: stretch; }
}
.txkeo .tz5g .nzwny6x5 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .hgad { flex-direction: column; align-items: stretch; gap: 10px; }
  .txkeo .tz5g { text-align: center; }
}
@media (max-width: 720px) {
  .wuokl3x { grid-template-columns: 1fr; }
  .way0so { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .c08pu4sv { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .s04d4 { grid-template-columns: 1fr; }
  .h8o3 { width: 100px; height: 100px; margin: 16px auto; }
  .ydz76o5 { font-size: 1.4rem; }
  .lmkfc { justify-content: center; }
  .nm18 .nqzzu { min-width: 50%; }
}
@media (max-width: 540px) {
  .a3cx { flex-wrap: wrap; padding: 14px 16px; }
  .ye3n38 { padding: 12px 16px; }
  .ihx6ar .vyw5h0 { margin: 0 16px; }
  .ihx6ar .us25m0 { padding: 0 16px; }
  .dap0v2 { padding: 12px 16px; }
}
.wb0348j .j71golfj { gap: 0; }
.wb0348j .ci2xr04z {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.wb0348j .ci2xr04z:last-child { border-bottom: none; }
.wb0348j .ci2xr04z:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.wb0348j .ci2xr04z:nth-child(even):hover { background: var(--bg-hover); }
.wu0wwg8 .dj5f,
.wu0wwg8 .o4uw,
.wu0wwg8 .o4uw {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.wu0wwg8 .o4uw small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.wu0wwg8 .wepq6br .gk9mh0w,
.wu0wwg8 .wepq6br strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.wu0wwg8 .vacvzr,
.wu0wwg8 .r8j1a8l { font-size: 1em; }
.e2oz { margin: 16px 0; }
.blt6e0 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.blt6e0 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.blt6e0 summary::after { content: "+"; color: var(--accent-light); }
.blt6e0[open] summary::after { content: "−"; }
.blt6e0 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.pszt { margin-bottom: 0; }
.m6spf h2.p1zm { color: var(--text-primary); border-color: var(--accent-light); }
.fyalt h2.p1zm { color: var(--text-primary); border-color: var(--accent-light); }
.wlwplrj6 .u4iczwwu     { background: #052e16; border-color: #10b981; }
.wlwplrj6 .btfzr7k    { background: #1e1036; border-color: #a855f7; }
.wlwplrj6 .v3u2 strong  { color: #f1f5f9; }
.wlwplrj6 .v3u2 p       { color: #cbd5e1; }
.wlwplrj6 .rfvx    .u4iczwwu     .o1ilr0::before,
.wlwplrj6 .efq0  .u4iczwwu     .o1ilr0::before,
.wlwplrj6 .bg6a6jb  .u4iczwwu     .o1ilr0::before,
.wlwplrj6 .jzhtebvh .u4iczwwu     .o1ilr0::before { color: #10b981; }
.wlwplrj6 .rfvx    .s75hei2 .o1ilr0::before,
.wlwplrj6 .efq0  .s75hei2 .o1ilr0::before,
.wlwplrj6 .bg6a6jb  .s75hei2 .o1ilr0::before,
.wlwplrj6 .jzhtebvh .s75hei2 .o1ilr0::before { color: #f43f5e; }
.wlwplrj6 .rfvx    .btfzr7k    .o1ilr0::before,
.wlwplrj6 .efq0  .btfzr7k    .o1ilr0::before,
.wlwplrj6 .bg6a6jb  .btfzr7k    .o1ilr0::before,
.wlwplrj6 .jzhtebvh .btfzr7k    .o1ilr0::before { color: #a855f7; }
.f3v6wgva .u4iczwwu     { background: #2d2000; border-color: #eab308; }
.f3v6wgva .btfzr7k    { background: #2d1600; border-color: #f97316; }
.f3v6wgva .v3u2 strong  { color: #f1f5f9; }
.f3v6wgva .v3u2 p       { color: #cbd5e1; }
.f3v6wgva .rfvx    .u4iczwwu     .o1ilr0::before,
.f3v6wgva .efq0  .u4iczwwu     .o1ilr0::before,
.f3v6wgva .bg6a6jb  .u4iczwwu     .o1ilr0::before,
.f3v6wgva .jzhtebvh .u4iczwwu     .o1ilr0::before { color: #eab308; }
.f3v6wgva .rfvx    .s75hei2 .o1ilr0::before,
.f3v6wgva .efq0  .s75hei2 .o1ilr0::before,
.f3v6wgva .bg6a6jb  .s75hei2 .o1ilr0::before,
.f3v6wgva .jzhtebvh .s75hei2 .o1ilr0::before { color: #ef4444; }
.f3v6wgva .rfvx    .btfzr7k    .o1ilr0::before,
.f3v6wgva .efq0  .btfzr7k    .o1ilr0::before,
.f3v6wgva .bg6a6jb  .btfzr7k    .o1ilr0::before,
.f3v6wgva .jzhtebvh .btfzr7k    .o1ilr0::before { color: #f97316; }
.p78l .u4iczwwu     { background: #0c1a2e; border-color: #38bdf8; }
.p78l .s75hei2 { background: #12103a; border-color: #818cf8; }
.p78l .btfzr7k    { background: #0a2020; border-color: #2dd4bf; }
.p78l .v3u2 strong  { color: #f1f5f9; }
.p78l .v3u2 p       { color: #cbd5e1; }
.p78l .rfvx    .u4iczwwu     .o1ilr0::before,
.p78l .efq0  .u4iczwwu     .o1ilr0::before,
.p78l .bg6a6jb  .u4iczwwu     .o1ilr0::before,
.p78l .jzhtebvh .u4iczwwu     .o1ilr0::before { color: #38bdf8; }
.p78l .rfvx    .s75hei2 .o1ilr0::before,
.p78l .efq0  .s75hei2 .o1ilr0::before,
.p78l .bg6a6jb  .s75hei2 .o1ilr0::before,
.p78l .jzhtebvh .s75hei2 .o1ilr0::before { color: #818cf8; }
.p78l .rfvx    .btfzr7k    .o1ilr0::before,
.p78l .efq0  .btfzr7k    .o1ilr0::before,
.p78l .bg6a6jb  .btfzr7k    .o1ilr0::before,
.p78l .jzhtebvh .btfzr7k    .o1ilr0::before { color: #2dd4bf; }
.fli1 .u4iczwwu     { background: var(--accent-bg); border-color: var(--accent-light); }
.fli1 .btfzr7k    { background: var(--accent-bg); border-color: var(--accent-pale); }
.fli1 .rfvx    .o1ilr0::before,
.fli1 .efq0  .o1ilr0::before,
.fli1 .bg6a6jb  .o1ilr0::before,
.fli1 .jzhtebvh .o1ilr0::before { color: var(--accent-light) !important; }
.wurm4qvr .kgmzc { background: var(--bg-pros); }
.wurm4qvr .eexy { background: var(--bg-cons); }
.wurm4qvr .kgmzc .wds0o75 { color: var(--c-pros-label); }
.wurm4qvr .eexy .cy4q56ko { color: var(--c-cons); }
.wurm4qvr .kgmzc ul li,
.wurm4qvr .ldn9drk li          { color: var(--c-pros); }
.wurm4qvr .eexy ul li,
.wurm4qvr .wl4j li          { color: var(--c-cons); }
.hdl5dz .v3u2 { background: transparent; border-left: none; border: 1.5px solid; }
.hdl5dz .u4iczwwu     { border-color: var(--c-tip-border); }
.hdl5dz .s75hei2 { border-color: var(--c-warn-border); }
.hdl5dz .btfzr7k    { border-color: #60a5fa; }
.hdl5dz .v3u2 strong { color: var(--text-primary); }
.hdl5dz .v3u2 p      { color: var(--text-muted); }
.b5g2pu7 .v3u2 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.b5g2pu7 .u4iczwwu     { border-top-color: var(--c-tip-border); }
.b5g2pu7 .btfzr7k    { border-top-color: #60a5fa; }
.yk97sk .v3u2 { border-left: none; border-radius: 8px; }
.yk97sk .u4iczwwu     { background: #065f46; }
.yk97sk .btfzr7k    { background: #1e3a8a; }
.yk97sk .v3u2 strong,
.yk97sk .v3u2 p { color: #fff; }
.yk97sk .o1ilr0::before { color: rgba(255,255,255,0.85) !important; }
.wlwplrj6.yk97sk .u4iczwwu,
.wlwplrj6 .yk97sk .u4iczwwu     { background: #052e16; }
.wlwplrj6.yk97sk .btfzr7k,
.wlwplrj6 .yk97sk .btfzr7k    { background: #1e1036; }
.f3v6wgva.yk97sk .u4iczwwu,
.f3v6wgva .yk97sk .u4iczwwu      { background: #2d2000; }
.f3v6wgva.yk97sk .btfzr7k,
.f3v6wgva .yk97sk .btfzr7k     { background: #2d1600; }
.p78l.yk97sk .u4iczwwu,
.p78l .yk97sk .u4iczwwu      { background: #0c1a2e; }
.p78l.yk97sk .s75hei2,
.p78l .yk97sk .s75hei2  { background: #12103a; }
.p78l.yk97sk .btfzr7k,
.p78l .yk97sk .btfzr7k     { background: #0a2020; }
.rs5n .v3u2 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.rs5n .u4iczwwu     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.rs5n .btfzr7k    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.rs5n .v3u2 strong { color: var(--text-primary); }
.rs5n .v3u2 p      { color: var(--text-muted); }
.ph3dau78 .v3u2 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.rfvx .o1ilr0,
.efq0 .o1ilr0,
.bg6a6jb .o1ilr0,
.jzhtebvh .o1ilr0 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.rfvx .o1ilr0::before,
.efq0 .o1ilr0::before,
.bg6a6jb .o1ilr0::before,
.jzhtebvh .o1ilr0::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.rfvx .u4iczwwu     .o1ilr0::before { content: "✦"; color: var(--c-tip-border); }
.rfvx .s75hei2 .o1ilr0::before { content: "▲"; color: var(--c-warn-border); }
.rfvx .btfzr7k    .o1ilr0::before { content: "◉"; color: #60a5fa; }
.efq0 .u4iczwwu     .o1ilr0::before { content: "★"; color: var(--c-tip-border); }
.efq0 .s75hei2 .o1ilr0::before { content: "◆"; color: var(--c-warn-border); }
.efq0 .btfzr7k    .o1ilr0::before { content: "●"; color: #60a5fa; }
.bg6a6jb .u4iczwwu     .o1ilr0::before { content: "▶"; color: var(--c-tip-border); }
.bg6a6jb .s75hei2 .o1ilr0::before { content: "■"; color: var(--c-warn-border); }
.bg6a6jb .btfzr7k    .o1ilr0::before { content: "▸"; color: #60a5fa; }
.jzhtebvh .u4iczwwu     .o1ilr0::before { content: "→"; color: var(--c-tip-border); }
.jzhtebvh .s75hei2 .o1ilr0::before { content: "⬥"; color: var(--c-warn-border); }
.jzhtebvh .btfzr7k    .o1ilr0::before { content: "◈"; color: #60a5fa; }
.k4341kpq .f8kgw5f .ghzb,
.k4341kpq .hf15b .ghzb  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.k4341kpq .a9tc                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.k4341kpq .rmve9bf          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.k4341kpq .ap31gc4                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.w8fxxvw .f8kgw5f .ghzb,
.w8fxxvw .hf15b .ghzb,
.w8fxxvw .a9tc,
.w8fxxvw .ci2xr04z,
.w8fxxvw .kxe0if0i,
.w8fxxvw .rmve9bf,
.w8fxxvw .ap31gc4,
.w8fxxvw .ph3dau78 .v3u2 { box-shadow: none; }
.ldp1rv6a   body, .ldp1rv6a   { font-size: 0.9rem; }
.ldp1rv6a   .sqx4a, .ldp1rv6a .z0dw66, .ldp1rv6a .u1k9nk,
.ldp1rv6a   .m27ei, .ldp1rv6a .vp3euvh { font-size: 0.9rem; }
.ldp1rv6a   .fwn5, .ldp1rv6a .hirnv { font-size: 0.9rem; }
.v2vii   .sqx4a, .v2vii .z0dw66, .v2vii .u1k9nk,
.v2vii   .m27ei, .v2vii .vp3euvh { font-size: 0.95rem; }
.v2vii   .fwn5, .v2vii .hirnv { font-size: 0.95rem; }
.iix152   .sqx4a, .iix152 .z0dw66, .iix152 .u1k9nk,
.iix152   .m27ei, .iix152 .vp3euvh { font-size: 1.08rem; }
.iix152   .fwn5, .iix152 .hirnv { font-size: 1.05rem; }
.iix152   .dzt291 { font-size: 0.97rem; }
.ala7 .q173t6      { font-size: 3.2rem; }
.ala7 h2.p1zm { font-size: 1.9rem; }
.ala7 h3.q8x81l     { font-size: 1.4rem; }
.aq9902oi .q173t6      { font-size: 3.8rem; }
.aq9902oi h2.p1zm { font-size: 2.2rem; }
.aq9902oi h3.q8x81l     { font-size: 1.6rem; }
.pszt + .pszt { position: relative; }
.iibe   .pszt + .pszt::before,
.rtoy8  .pszt + .pszt::before,
.jlauzj   .pszt + .pszt::before,
.xofwh73r   .pszt + .pszt::before,
.z224k   .pszt + .pszt::before,
.ct9yz9vr .pszt + .pszt::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.iibe .pszt + .pszt::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.rtoy8 .pszt + .pszt::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.jlauzj .pszt + .pszt::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;
}
.xofwh73r .pszt + .pszt::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.lhhfgp .pszt { margin-bottom: 16px; }
.lhhfgp .pszt + .pszt { margin-top: 0; }
.lhhfgp .vun7d3z1 { padding-top: 0; padding-bottom: 0; }
.z224k .pszt + .pszt::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ct9yz9vr .pszt + .pszt::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.of6i2h .pszt + .pszt::before,
.ff0zwor .pszt + .pszt::before,
.mmff0 .pszt + .pszt::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%;
}
.ee8d .of6i2h .pszt:nth-child(even)::before,
.ee8d .ff0zwor .pszt:nth-child(even)::before,
.ee8d .mmff0 .pszt:nth-child(even)::before { background: var(--bg-surface); }
.l524 .of6i2h .pszt:nth-child(even)::before,
.l524 .ff0zwor .pszt:nth-child(even)::before,
.l524 .mmff0 .pszt:nth-child(even)::before { background: var(--bg-card); }
.of6i2h .pszt + .pszt::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");
}
.ff0zwor .pszt + .pszt::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");
}
.mmff0 .pszt + .pszt::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");
}
.mff78 .if3garwa,
.mff78 .o9bl { margin-bottom: 60px; }
.juxzl3h .zu975n,
.mff78 .zu975n { padding-bottom: 60px; }
.lplvb08o .zu975n { padding-bottom: 70px; }
.mff78 .if3garwa::before,
.mff78 .if3garwa::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");
}
.xgz3  .if3garwa:not(.zd56) .m4bj3sy { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.u51bmz .ahyewzg { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.uyjapyha .ahyewzg { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.croygod .ahyewzg { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.xgz3 .zd56 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.xgz3 .qp21 { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.xgz3 .ahyewzg { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.in6u3 .ahyewzg { background: var(--accent-bg); }
.zcwx .erj9zd4t { float: left; width: 38%; margin: 0 28px 16px 0; }
.zcwx .erj9zd4t .elnzo5i5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zcwx .vun7d3z1::after { content: ''; display: block; clear: both; }
.u6nbd .erj9zd4t { float: right; width: 38%; margin: 0 0 16px 28px; }
.u6nbd .erj9zd4t .elnzo5i5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.u6nbd .vun7d3z1::after { content: ''; display: block; clear: both; }
.vtuw .pszt:nth-child(odd)  .erj9zd4t { float: left;  width: 38%; margin: 0 28px 16px 0; }
.vtuw .pszt:nth-child(even) .erj9zd4t { float: right; width: 38%; margin: 0 0 16px 28px; }
.vtuw .erj9zd4t .elnzo5i5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vtuw .vun7d3z1::after { content: ''; display: block; clear: both; }
.zcwx .udbc,
.u6nbd .udbc,
.vtuw .udbc,
@media (max-width: 900px) {
  .zcwx .erj9zd4t,
  .u6nbd .erj9zd4t,
  .vtuw .pszt:nth-child(odd)  .erj9zd4t,
  .vtuw .pszt:nth-child(even) .erj9zd4t {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .zcwx .erj9zd4t .elnzo5i5,
  .u6nbd .erj9zd4t .elnzo5i5,
  .vtuw .erj9zd4t .elnzo5i5 {
    max-height: none !important;
  }
}
.zcwx .fwn5,
.zcwx .hirnv,
.u6nbd .fwn5,
.u6nbd .hirnv,
.vtuw .fwn5,
.vtuw .hirnv { overflow: hidden; }
@media (max-width: 640px) {
  .zcwx .erj9zd4t,
  .u6nbd .erj9zd4t,
  .vtuw .erj9zd4t { float: none; width: 100%; margin: 0 0 16px 0; }
}
.rd3rm .t2z6y1f,
.rd3rm .vun7d3z1,
.rd3rm .jv0m9  { max-width: 1100px; }
.rd3rm { --content-mw: 1100px; }
.t4zyz .t2z6y1f,
.t4zyz .vun7d3z1,
.t4zyz .jv0m9  { max-width: 1200px; }
.f7vmy .t2z6y1f,
.f7vmy .vun7d3z1,
.f7vmy .jv0m9  { max-width: 1320px; }
.cxrvk3 { font-size: 0.82rem; color: var(--text-muted); }
.ddtomxk { display: flex; align-items: center; }
.xn60obd {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.hrzr4vy6 { display: flex; align-items: center; }
.he9d2x9 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.he9d2x9:hover { text-decoration: underline; }
.att8sq6t { margin: 0 3px; opacity: 0.45; }
.att8sq6t::before { content: '/'; }
.g1jq8w0 { padding: 2px 5px; color: var(--text-main); }
.im2kxpl .cxrvk3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.im2kxpl .ddtomxk { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.df3dxjbr .cxrvk3 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.df3dxjbr .ddtomxk { padding: 0 0 0 12px; }
.r284z .ddtomxk { padding: 0 16px; }
.r284z .cxrvk3 {
  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);
}
.r284z .t2z6y1f { padding-top: 28px; }
@media (max-width: 720px) {
  .vpmz4m { margin-top: 18px; padding: 0 16px; }
  .r284z .t2z6y1f { padding-top: 16px; }
}
.rd3rm.im2kxpl .ddtomxk { max-width: 1100px; }
.t4zyz.im2kxpl .ddtomxk { max-width: 1200px; }
.f7vmy.im2kxpl .ddtomxk { max-width: 1320px; }
.rd3rm .vpmz4m { max-width: 1100px; }
.slbcm .pszt { padding-top: 16px; padding-bottom: 16px; }
.qekorl .pszt { padding-top: 24px; padding-bottom: 24px; }
.z3kock .pszt { padding-top: 40px; padding-bottom: 40px; }
.huqx .pszt { padding-top: 52px; padding-bottom: 52px; }
.yvjmhmby .pszt:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.yvjmhmby .pszt:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.yvjmhmby .pszt:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.yvjmhmby .pszt:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.dxouzzb8 .vun7d3z1 { padding-top: 10px;  padding-bottom: 10px; }
.bw3t5 .vun7d3z1 { padding-top: 18px;  padding-bottom: 18px; }
.r0013o .vun7d3z1 { padding-top: 36px;  padding-bottom: 36px; }
.iggfp3 .vun7d3z1 { padding-top: 48px;  padding-bottom: 48px; }
.k9q8ia1 h2.p1zm { font-weight: 600; }
.k9q8ia1 h3.q8x81l     { font-weight: 600; }
.ifl9k h2.p1zm { font-weight: 800; }
.ifl9k h3.q8x81l     { font-weight: 700; }
.u8jeop8 { font-weight: 600; }
.u8jeop8 h2.p1zm { font-weight: 900; }
.u8jeop8 h3.q8x81l     { font-weight: 800; }
.u8jeop8 .v3u2 strong,
.u8jeop8 .v3u2 strong { font-weight: 600; }
.ogrxc {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.dxutebbt .ogrxc { display: none; }
@media (max-width: 640px) {
  .qc3nevb0 { display: none; }
  .ogrxc {
    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;
  }
}
.ogrxc { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ogrxc:hover { opacity: 0.85; }
.nnlm1 .ogrxc { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.a24e3 .ogrxc,
.mxg6  .ogrxc { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.a24e3 .ogrxc:hover,
.mxg6  .ogrxc:hover { opacity: 0.88; }
.nnlm1.a24e3 .ogrxc,
.nnlm1.mxg6  .ogrxc { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.zbmplq {
  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;
}
.zbmplq:hover { transform: translateY(-2px); opacity: 0.92; }
.zbmplq { background: var(--cta) !important; color: #fff !important; border: none !important; }
.sfhs .zbmplq { display: none; }
.diwjpo .zbmplq { right: 32px; }
.vj3w  .zbmplq { left: 32px; }
@media (max-width: 480px) {
  .diwjpo .zbmplq { right: 20px; bottom: 20px; }
  .vj3w  .zbmplq { left: 20px; bottom: 20px; }
}
.a5jnr3 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.jv0m9 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.z48yh6w { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.z4vqs7 { color: var(--text-dim); font-size: 0.8rem; }
.dumfhaq a, .d33rkip a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.dumfhaq a:hover, .d33rkip a:hover { color: var(--accent-light); }
.d33rkip { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.s7db1 .jv0m9 { text-align: center; }
.s7db1 .d33rkip { justify-content: center; margin-bottom: 16px; }
.s7db1 .z48yh6w { margin-top: 0; }
.dcjm5k6v { margin-top: 10px; }
.dcjm5k6v a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .jv0m9 { padding-left: 16px; padding-right: 16px; }
  .b5zpha .jv0m9 { padding: 20px 16px; }
  .d33rkip { gap: 4px 12px; }
  .z48yh6w { font-size: 0.78rem; }
}
.eusq2ni .z48yh6w { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.eusq2ni .z4vqs7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .eusq2ni .f3l31n6 { grid-template-columns: 1fr 1fr; } .eusq2ni .xzj8kpbt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .eusq2ni .f3l31n6 { grid-template-columns: 1fr; } }
.ky2l .z48yh6w { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ky2l .lofx5o4 { gap: 12px; } .ky2l .ku51v0 { margin-right: 0; width: 100%; } }
.bcifpa5 .z48yh6w { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.bcifpa5 .z4vqs7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .bcifpa5 .ij9g6nzb { grid-template-columns: 1fr 1fr; } .bcifpa5 .kw0yqkry { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bcifpa5 .ij9g6nzb { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .yq2m .ib2zxyq { grid-template-columns: 1fr 1fr; } .yq2m .cmbxmxv8:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .yq2m .ib2zxyq { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .j4cmq .ib2zxyq { grid-template-columns: 1fr; } }
.f856mtn3 .jv0m9 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.f856mtn3 .d33rkip { justify-content: center; }
.y872oog .t3ztz7      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.y872oog .a5jnr3 { background: var(--bg-page); border-top-color: var(--border-alt); }
.cwsv08od .t3ztz7      { background: #0d1117; border-bottom-color: #21262d; }
.cwsv08od .k52kin { color: var(--accent-light); }
.cwsv08od .nv9wo2fy { --msep-color: #8b949e; }
.cwsv08od .nv9wo2fy a { color: #8b949e; }
.cwsv08od .nv9wo2fy a:hover { color: var(--accent-light); }
.cwsv08od .n31zawsj { color: #8b949e; }
.cwsv08od .a5jnr3 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.cwsv08od .z48yh6w,
.cwsv08od .z4vqs7 { color: #6e7681; }
.cwsv08od .dumfhaq a, .cwsv08od .d33rkip a,
.cwsv08od .dumfhaq a:hover, .cwsv08od .d33rkip a:hover,
@media (max-width: 640px) {
  .cwsv08od .nv9wo2fy { background: #0d1117; border-top-color: #21262d; }
  .cwsv08od .nv9wo2fy li a { border-bottom-color: #21262d; }
}
.rflzsr .t3ztz7      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.rflzsr .k52kin { color: var(--accent-light); }
.rflzsr .nv9wo2fy { --msep-color: #475569; }
.rflzsr .nv9wo2fy a { color: #475569; }
.rflzsr .nv9wo2fy a:hover { color: var(--accent-light); }
.rflzsr .n31zawsj { color: #64748b; }
.rflzsr .a5jnr3 { background: #f0f4f8; border-top-color: #cbd5e1; }
.rflzsr .z48yh6w,
.rflzsr .z4vqs7 { color: #64748b; }
.rflzsr .dumfhaq a, .rflzsr .d33rkip a,
.rflzsr .dumfhaq a:hover, .rflzsr .d33rkip a:hover,
@media (max-width: 640px) {
  .rflzsr .nv9wo2fy { background: #f0f4f8; border-top-color: #cbd5e1; }
  .rflzsr .nv9wo2fy li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.a24e3 .t3ztz7      { background: var(--accent); border-bottom-color: var(--accent-light); }
.a24e3 .k52kin { color: #fff; }
.a24e3 .nv9wo2fy { --msep-color: rgba(255,255,255,0.82); }
.a24e3 .nv9wo2fy a { color: rgba(255,255,255,0.82); }
.a24e3 .nv9wo2fy a:hover { color: #fff; }
.a24e3 .n31zawsj { color: rgba(255,255,255,0.9); }
.a24e3 .a5jnr3 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.a24e3 .z48yh6w,
.a24e3 .z4vqs7 { color: rgba(255,255,255,0.72); }
.a24e3 .dumfhaq a, .a24e3 .d33rkip a,
.a24e3 .dumfhaq a:hover, .a24e3 .d33rkip a:hover,
@media (max-width: 640px) {
  .a24e3 .nv9wo2fy { background: var(--accent); border-top-color: var(--accent-light); }
  .a24e3 .nv9wo2fy li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.mxg6 .t3ztz7 {
  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);
}
.mxg6 .a5jnr3 {
  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) {
  .mxg6 .nv9wo2fy {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.hf25vio .p7rl3 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ypr4 .p7rl3 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.rla7y3rd .p7rl3 { min-height: 72px; height: auto; }
.sx8pmy7 .p7rl3 { min-height: 84px; height: auto; }
.b5zpha .p7rl3 { max-width: none; padding: 0 32px; }
.b5zpha .jv0m9  { max-width: none; padding: 24px 32px; }
.wg8k.t4zyz .p7rl3 { max-width: 1200px; }
.wg8k.f7vmy .p7rl3 { max-width: 1320px; }
.b1gpb8   .k52kin, .b1gpb8   .ku51v0 { text-transform: capitalize; }
.eyg4zg .k52kin, .eyg4zg .ku51v0 { text-transform: lowercase; }
.xtg45t .k52kin, .xtg45t .ku51v0 { text-transform: uppercase; letter-spacing: 0.06em; }
.fmu9, .fluwb6h {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.rcjakt69 .fmu9,
.tfaa .fmu9,
.kfucdd .fmu9,
.b2qouxx .fmu9,
.tmjb   .nv9wo2fy a { font-weight: 500; }
.j9qgs .nv9wo2fy a { font-weight: 600; }
.i9m0bfww     .nv9wo2fy a { font-weight: 700; }
.cwj6b    .nv9wo2fy a { font-weight: 800; letter-spacing: 0.01em; }
.ps16j     .nv9wo2fy > li + li::before,
.cz76    .nv9wo2fy > li + li::before,
.c6c150eo    .nv9wo2fy > li + li::before,
.l46thf .nv9wo2fy > li + li::before,
.peru6bt3 .nv9wo2fy > li + li::before,
.i9fhtl  .nv9wo2fy > li + li::before,
.m4tr7aki    .nv9wo2fy > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ps16j     .nv9wo2fy > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.cz76    .nv9wo2fy > li + li::before { content: "|"; }
.c6c150eo    .nv9wo2fy > li + li::before { content: "—"; }
.l46thf .nv9wo2fy > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.peru6bt3 .nv9wo2fy > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.i9fhtl  .nv9wo2fy > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.m4tr7aki    .nv9wo2fy > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ureyfo .n31zawsj,
  .nccp .n31zawsj,
  .ejb48l .n31zawsj,
  .v4t5 .n31zawsj,
  .zw180rb .n31zawsj {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ureyfo .n31zawsj::before,
  .nccp .n31zawsj::before,
  .ejb48l .n31zawsj::before,
  .v4t5 .n31zawsj::before,
  .zw180rb .n31zawsj::before { content: ""; display: block; flex-shrink: 0; }

  
  .ureyfo .n31zawsj::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;
  }

  
  .nccp .n31zawsj::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;
  }

  
  .ejb48l .n31zawsj::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;
  }

  
  .v4t5 .n31zawsj::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;
  }

  
  .zw180rb .n31zawsj::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) {
  .bbgzhyj .n31zawsj {
    padding: 5px 14px;
  }
  .bbgzhyj .nv9wo2fy {
    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;
  }
  .bbgzhyj .nv9wo2fy li a {
    border-bottom: none; padding: 10px 22px;
  }
  .bbgzhyj .nv9wo2fy li a:hover { background: var(--bg-raised); }
  .bbgzhyj .ni9ail2,
  .xhhzb .ni9ail2,
  .k83i12rj .ni9ail2 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .zwjtk4x .n31zawsj {
    padding: 5px 10px;
  }
  .zwjtk4x .nv9wo2fy {
    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);
  }
  .zwjtk4x .nv9wo2fy.euuz { transform: translateX(0); }
  .zwjtk4x .nv9wo2fy li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .zwjtk4x .nv9wo2fy li:last-child a { border-bottom: none; }
  .a24e3 .nv9wo2fy,
  .cwsv08od .nv9wo2fy { background: var(--accent) !important; }
  .a24e3 .nv9wo2fy li a,
  .cwsv08od .nv9wo2fy li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .k83i12rj .n31zawsj {
    padding: 5px 10px;
  }
  .k83i12rj .nv9wo2fy {
    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);
  }
  .k83i12rj .nv9wo2fy::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .k83i12rj .nv9wo2fy.euuz { transform: translateY(0); }
  .k83i12rj .nv9wo2fy li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .n3169gls .n31zawsj {
    padding: 5px 10px;
  }
  .n3169gls .nv9wo2fy {
    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;
  }
  .n3169gls .nv9wo2fy.euuz { opacity: 1; pointer-events: auto; }
  .n3169gls .nv9wo2fy li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ls9c     .n31zawsj { border-radius: 0 !important; }
  .jsq35315   .n31zawsj { border-radius: 8px !important; }
  .fgi9m2 .n31zawsj { border-radius: 50% !important; }
  .n05dj   .n31zawsj { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .p970qdyo .f8myio3u { flex-direction: column; align-items: stretch; }
  .p970qdyo .ka3ak { flex-direction: row; min-width: auto; }
  .p970qdyo .xkgftei { align-items: flex-start; text-align: left; }
}
.an46,
.an46.pszt,
.ee8d .an46,
.ij66o95t .an46,
.l524 .an46,
.c9xko9qj .an46 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ctj0wf {
  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;
}
.wjpc3bj { flex: 1 1 280px; min-width: 0; }
.rpzbt4vl {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ewksyv1 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.stntp7ds {
  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;
}
.stntp7ds:hover { transform: translateY(-1px); opacity: 0.95; }
.bax2o9n .ctj0wf {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.bax2o9n .rpzbt4vl { color: var(--cta); }
.bax2o9n .ewksyv1 { color: var(--text-body); }
.bax2o9n .stntp7ds {
  background: var(--cta) !important;
  color: #fff !important;
}
.ml9rtu .ctj0wf {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ml9rtu .rpzbt4vl { color: var(--text-primary); }
.ml9rtu .ewksyv1 { color: var(--text-body); }
.ml9rtu .stntp7ds {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ctj0wf {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .wjpc3bj { flex: 0 0 auto; }
  .rpzbt4vl { font-size: 1.2rem; }
  .stntp7ds { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.e7t3b .g3xr83n { height: 36px; }
.npcp53kn .g3xr83n { height: 60px; max-width: 200px; }
.isx122u .g3xr83n { height: 56px; max-width: 180px; }
.a1tgr5    .dj5f, .a1tgr5    .gk9mh0w { color: #f59e0b; }
@media (min-width: 720px) {
  .ln3exq2q .j71golfj {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ln3exq2q .ci2xr04z {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ln3exq2q .ci2xr04z { padding: 40px 16px 20px; }
  .ln3exq2q .hpv9qr {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ln3exq2q .w7911ek { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .mrfex9 .ci2xr04z {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .mrfex9 .ci2xr04z::before {
    position: absolute; top: 14px; left: 14px;
  }
  .mrfex9 .rjq70q1 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .mrfex9 .cmi3 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .mrfex9 .hpv9qr {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .mrfex9 .w7911ek { width: 100%; min-width: 0; }
  .mrfex9 .dj5f { min-width: 0; }
}
.nkif .blt6e0 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.nkif .blt6e0 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.nkif .blt6e0 p { padding: 0 2px 16px; }
.wsz6p0l .blt6e0 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.wsz6p0l .blt6e0 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.wsz6p0l .blt6e0 summary::after { content: "›"; font-size: 1.2em; }
.wsz6p0l .blt6e0[open] summary::after { content: "‹"; }
.wsz6p0l .blt6e0 p { padding: 10px 22px 4px; }
.xgyl7q .blt6e0 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.xgyl7q .blt6e0 summary { color: var(--text-primary); padding-left: 16px; }
.xgyl7q .blt6e0 summary::after { content: "›"; font-size: 1.1em; }
.xgyl7q .blt6e0[open] summary::after { content: "‹"; }
.xgyl7q .blt6e0 p { padding-left: 16px; }
.hcc8 .e2oz { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.hcc8 .blt6e0 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.hcc8 .blt6e0:last-child { border-bottom: none; }
.hcc8 .blt6e0 summary { color: var(--text-primary); border-radius: 0; }
.hcc8 .blt6e0 summary::after { content: "›"; font-size: 1.1em; }
.hcc8 .blt6e0[open] summary::after { content: "‹"; }
.yalmc0 .blt6e0 { overflow: hidden; }
.yalmc0 .blt6e0 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.yalmc0 .blt6e0 summary::after { color: rgba(255,255,255,.75); }
.yalmc0 .blt6e0[open] summary { border-radius: 0; }
.yg1y { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.oqx3zya {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.i3hens {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.kyyd5wsb { color: var(--text-muted); font-size: 1.05rem; }
.v15q {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.xuuq5hw {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.hdqex1 { margin-bottom: 20px; }
.k93tr {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.cu8xm {
  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;
}
.cu8xm:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.wonxwe96 { resize: vertical; min-height: 130px; }
.ya28xnq { width: 100%; margin-top: 8px; }
.xsll0 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.fqldxtt {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.hnl7 { color: var(--text-muted); line-height: 1.75; }
.lku3jtlv { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.lku3jtlv li { margin-bottom: 6px; }
.jyinira { max-width: 760px; margin: 0 auto; }
.au6vkh { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.fbpysyi { max-width: 760px; margin: 0 auto; }
.u7dl5h { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.hdamh6x ul.lku3jtlv { margin: 0; }
.yyqa { max-width: 900px; margin: 0 auto; }
.fjaa { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.fjaa:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.fjaa .u7dl5h { margin: 0; font-size: 1rem; }
.fjaa .jgci09c p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .fjaa { grid-template-columns: 1fr; gap: 10px; } }
.k75x3q2 .u7dl5h { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.e1f3x .lku3jtlv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .jc59 { grid-template-columns: 1fr; } }
.z3u3 { color: inherit; text-decoration: none; }
.z3u3:hover { color: var(--accent-light); text-decoration: underline; }
.y66ck5mq { display: inline-block; line-height: 0; }
.d4in { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ioepf0 { margin-bottom: 48px; }
.x77n { max-width: 760px; margin: 0 auto; }
.hi28zrj { max-width: 640px; margin: 0 auto; }
.lgdwq { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.lgdwq:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.cari { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.lgdwq p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.lgdwq ul.lku3jtlv { margin: 0; }
.zgza7zwe { color: var(--text-muted); line-height: 1.75; }
.b9t6uaz .lku3jtlv,
.hi28zrj .lku3jtlv,
.yqednvas .lku3jtlv,
.gkj4yd9y .lku3jtlv {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.b9t6uaz .lgdwq,
.hi28zrj .lgdwq { text-align: left; }
.b9t6uaz .cari,
.hi28zrj .cari { text-align: center; }
.eho712 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.lsph20 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.mx0b0 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.dtuzhgl { margin-top: 12px; }
.bhho312e { 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; }
.bhho312e:hover { border-bottom-color: var(--accent-light); }
.ynxppcka { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.ynxppcka img { width: 100%; height: 100%; object-fit: cover; display: block; }
.c614kstg { width: 72px; height: 72px; }
.g75av9ib { border-radius: 10px; }
.hvqn0 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.w7tof { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.w7tof::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .o0pp { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.f89n90nm .mx0b0, .f89n90nm .lsph20 { max-width: 640px; }
.a7kbmwl .eho712 { font-size: 1.6rem; margin-top: 18px; }
.etk1 .mx0b0 { margin-bottom: 28px; }
@media (max-width: 860px) { .sfuhq { grid-template-columns: 1fr; } .a7kbmwl { position: static; text-align: center; } }
.uk6a .ynxppcka { margin: 0 auto 18px; }
.uk6a .hvqn0 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .f4b50uuq { grid-template-columns: 1fr; } }
.a942pp .eho712 { font-size: 1.6rem; margin-bottom: 6px; }
.gkj4yd9y .lku3jtlv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .a942pp { flex-direction: column; text-align: center; } .nle80ceb { grid-template-columns: 1fr; } }
.oj0jtejv { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.oj0jtejv .eho712 { font-size: 1.35rem; margin: 0 0 4px; }
.oj0jtejv .hvqn0 { margin: 0; }
.w24yi98 { max-width: 760px; margin: 0 auto; }
.b64c8b3 { position: relative; padding-left: 28px; }
.b64c8b3::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.xqaziq { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.xqaziq:last-child { padding-bottom: 0; }
.hnl6rzh { 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; }
.ol6d h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.ol6d p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.t0vflse .i3hens { color: var(--accent-light); }
.otiye09 .i3hens { font-size: 2rem; }
.otiye09 .kyyd5wsb { max-width: 680px; }
.xsq2 .i3hens { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.xsq2 .kyyd5wsb  { margin: 0; }
@media (max-width: 640px) { .xsq2 { flex-direction: column; } }
.fr2k8ydr .i3hens { color: var(--accent-light); }
.v4zyqk {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.v4zyqk .i3hens { color: #fff; }
.v4zyqk .kyyd5wsb  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .el49at { grid-template-columns: 1fr; } }
.sagwq .cu8xm {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.sagwq .cu8xm:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.c5djcy .cu8xm { background: var(--bg-raised); border-color: transparent; }
.c5djcy .cu8xm:focus { background: var(--bg-card); border-color: var(--accent-light); }
.qd9y .cu8xm { border-radius: 100px; padding: 11px 20px; }
.qd9y .wonxwe96 { border-radius: 14px; }
.thyksc {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.thyksc summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.thyksc summary::-webkit-details-marker { display: none; }
.thyksc summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.thyksc[open] summary::after { content: "−"; }
.y0zckp {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .k0egd0 { grid-template-columns: 1fr; } }
.pdfpqw { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.pdfpqw li { margin-bottom: 6px; }
.bksj{display:none}
.bksj:empty,.ay5p1gl3:empty{display:none}
.t3zja47{position:relative;overflow:visible}
.j3dsqe .uh3x,.p3fafthq .uh3x,
.ckb7f56n .uh3x,.ain1xh .uh3x,
.ywts7u .uh3x,.cof5708 .uh3x{display:block}
.vmtqcw48 .fk1jo{display:block}
.j3dsqe .uh3x,.p3fafthq .uh3x,
.ckb7f56n .uh3x,.ain1xh .uh3x,
.ywts7u .uh3x{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}
.j3dsqe .uh3x .ay5p1gl3,.p3fafthq .uh3x .ay5p1gl3,
.ckb7f56n .uh3x .ay5p1gl3,.ain1xh .uh3x .ay5p1gl3,
.ywts7u .uh3x .ay5p1gl3{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}
.j3dsqe .yd5pfoc,.p3fafthq .yd5pfoc,
.ckb7f56n .yd5pfoc,.ain1xh .yd5pfoc,
.ywts7u .yd5pfoc{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.j3dsqe .uh3x,.p3fafthq .uh3x{top:12px}
.j3dsqe .uh3x .ay5p1gl3{margin-right:auto}
.p3fafthq .uh3x .ay5p1gl3{margin-left:auto}
.p3fafthq .uh3x{text-align:right}
.ckb7f56n .uh3x,.ain1xh .uh3x{bottom:12px}
.ckb7f56n .uh3x .ay5p1gl3{margin-right:auto}
.ain1xh .uh3x .ay5p1gl3{margin-left:auto}
.ain1xh .uh3x{text-align:right}
.ywts7u .uh3x{position:relative;margin-top:16px}
.ywts7u .uh3x .ay5p1gl3{margin:0 auto}
.cof5708 .uh3x{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.cof5708 .uh3x .ay5p1gl3{margin:0}
.cof5708 .ahyewzg~.uh3x,
.cof5708 .xldz6iv~.uh3x{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.cof5708 .ahyewzg~.uh3x .ay5p1gl3,
.cof5708 .xldz6iv~.uh3x .ay5p1gl3{justify-content:flex-start}
.ahyewzg~.uh3x,.xldz6iv~.uh3x{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}
.ahyewzg~.uh3x .ay5p1gl3{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.xldz6iv~.uh3x .ay5p1gl3{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fk1jo .ay5p1gl3{margin:0 0 12px}
.ay5p1gl3{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.yd5pfoc{white-space:nowrap}
.jagh .yd5pfoc{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.daycx .yd5pfoc{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}
.k6k0lg .ay5p1gl3{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.o5p23m3 .yd5pfoc{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.kdvpld .yd5pfoc{color: var(--accent-light);opacity:1;font-weight:500}
.xruzlg .yd5pfoc{border-bottom:1px solid currentColor;padding-bottom:2px}
.fvhs .ay5p1gl3{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.j60r29v3{--date-bg:var(--accent-bg)}
.xusv .oqsj72v3::before{content:""}
.udpc5xw9 .yd5pfoc + .yd5pfoc::before{content:"•";margin-right:6px;opacity:.4}
.j0mmmxl3 .yd5pfoc + .yd5pfoc::before{content:"/";margin-right:6px;opacity:.35}
.b3a35nn .yd5pfoc + .yd5pfoc::before{content:"|";margin-right:6px;opacity:.3}
.tockb .yd5pfoc + .yd5pfoc::before{content:"—";margin-right:6px;opacity:.3}
.xreaotqo .yd5pfoc + .yd5pfoc::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.x33qaupj .yd5pfoc + .yd5pfoc::before{content:"·";margin-right:6px;opacity:.4}
.vbuvyn1 .yd5pfoc + .yd5pfoc::before{content:"›";margin-right:6px;opacity:.4}
.b3him .yd5pfoc + .yd5pfoc::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.q49nw{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.pu70{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ycoxxcvq{display:flex;flex-direction:column;gap:3px}
.lkn592b{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.hohp{font-weight:700;font-size:1rem;color:var(--text-heading)}
.psm4e1vd{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.s4gi .q49nw{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.bg8tfwf8 .q49nw{border-top:3px solid var(--accent);padding-top:18px}
.x7wgkerg .q49nw{border-left:3px solid var(--accent);border-radius:0}
.hjjb6p .q49nw{padding:20px 0}
@media(max-width:640px){
  .q49nw{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .psm4e1vd{max-width:100%}
}
.yi09 .rmve9bf{margin:0}
@media (max-width:560px){
  .x2yfj{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .ws8wzkkp { padding: 28px 18px 20px; }
  .gk3cfw { font-size: 1.2rem; }
  .w7r6ssad { max-width: 220px; max-height: 80px; }
}
.q17jv .oxmjy { border-radius: 22px; }
.bpzemfx .ctj0wf {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .oxmjy { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.g6efbf3v {
  margin: 28px 0 24px;
}
.g6efbf3v .pszt {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.g6efbf3v .vun7d3z1 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.g6efbf3v .ctj0wf {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .p7rl3 { flex-direction: row-reverse; }
[dir="rtl"] .nv9wo2fy { flex-direction: row-reverse; }
[dir="rtl"] .diwjpo .zbmplq { right: auto; left: 32px; }
[dir="rtl"] .vj3w  .zbmplq { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .diwjpo .zbmplq { right: auto; left: 20px; }
  [dir="rtl"] .vj3w  .zbmplq { left: auto;  right: 20px; }
}
[dir="rtl"] .zcwx .erj9zd4t  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .u6nbd .erj9zd4t { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .ahyewzg,
[dir="rtl"] .mav0w,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .fwn5, [dir="rtl"] .hirnv { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .v3u2 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ctj0wf { direction: rtl; }
[dir="rtl"] .cxrvk3 { direction: rtl; }
[dir="rtl"] .ap31gc4 { direction: rtl; }
[dir="rtl"] .wfrfa0 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .doc8 .hirnv,
[dir="rtl"] .pufy6 .hirnv,
[dir="rtl"] .z7flo .hirnv,
[dir="rtl"] .itgz .hirnv {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .doc8 .hirnv li::before,
[dir="rtl"] .pufy6 .hirnv li::before,
[dir="rtl"] .z7flo .hirnv li::before,
[dir="rtl"] .itgz .hirnv li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .if3garwa.x8d5 .o9bl,
[dir="rtl"] .wcfoq2.x8d5 .o9bl,
[dir="rtl"] .zd56.x8d5 .o9bl,
[dir="rtl"] .fvne9wjx.x8d5 .o9bl,
[dir="rtl"] .bzz0z0e.x8d5 .o9bl { text-align: right; }
[dir="rtl"] .ahyewzg.x8d5 .zu975n { align-items: flex-end; text-align: right; }
[dir="rtl"] .ahyewzg.p3i7 .zu975n { text-align: center; }
[dir="rtl"] .ahyewzg .zu975n { text-align: right; }
[dir="rtl"] .vun7d3z1,
[dir="rtl"] .m27ei,
[dir="rtl"] .vp3euvh,
[dir="rtl"] .hybylc3,
[dir="rtl"] .xuuq5hw,
[dir="rtl"] .k93tr,
[dir="rtl"] .mx0b0,
[dir="rtl"] .cu8xm,
[dir="rtl"] .wonxwe96 { text-align: right; direction: rtl; }
[dir="rtl"] .qd9y .cu8xm,
[dir="rtl"] .sagwq .cu8xm { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #9534a7;
  --brand:           #9534a7;
  --brand-light:     #7d3789;
  --brand-pale:      #9552a1;
  --grad-start:      #bf67cf;
  --grad-end:        #ce9cd7;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #9534a7;
  --cta-light:       #7c258c;
  --cta-hover:       #6b2578;
  --bg-page:         #f7f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f5;
  --bg-raised:       #f0eef0;
  --bg-hover:        #f5f3f5;
  --border:          #e7e2e8;
  --border-alt:      #d9d0db;
  --border-section:  #e7e2e8;
  --text-primary:    #1a171b;
  --text-muted:      #5d535e;
  --text-body:       #352f36;
  --text-sub:        #4f4751;
  --text-faint:      #857787;
  --text-dim:        #9d929f;
  --text-label:      #6a5f6c;
  --text-value:      #423b43;
  --accent-bg:       #ede6ef;
  --accent-bg-light: #e3cfe6;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f1f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f5;
  --c-pros:          #1b8878;
  --c-cons:          #9f2137;
  --c-pros-label:    #20a18e;
  --c-tip-border:    #23b29d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1b8878;
}
:root { --logo-bg-opacity: 55%; }
body, button, input { font-family: "Kanit", sans-serif; }
.un4lz .o1ilr0 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.un4lz .o1ilr0::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.un4lz .u4iczwwu     .o1ilr0::before { content: "";  color: var(--c-tip-border); }.un4lz .s75hei2 .o1ilr0::before { content: ""; color: var(--c-warn-border); }.un4lz .btfzr7k    .o1ilr0::before { content: ""; color: #60a5fa; }.wlwplrj6 .un4lz .u4iczwwu     .o1ilr0::before { color: #10b981; }.wlwplrj6 .un4lz .s75hei2 .o1ilr0::before { color: #f43f5e; }.wlwplrj6 .un4lz .btfzr7k    .o1ilr0::before { color: #a855f7; }.f3v6wgva  .un4lz .u4iczwwu     .o1ilr0::before { color: #eab308; }.f3v6wgva  .un4lz .s75hei2 .o1ilr0::before { color: #ef4444; }.f3v6wgva  .un4lz .btfzr7k    .o1ilr0::before { color: #f97316; }.p78l  .un4lz .u4iczwwu     .o1ilr0::before { color: #38bdf8; }.p78l  .un4lz .s75hei2 .o1ilr0::before { color: #818cf8; }.p78l  .un4lz .btfzr7k    .o1ilr0::before { color: #2dd4bf; }.fli1 .un4lz .o1ilr0::before { color: var(--accent-light) !important; }
.h3hqg .ldn9drk li::before, .h3hqg .wl4j 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; }.h3hqg .ldn9drk li::before { content: ""; }.h3hqg .wl4j li::before { content: ""; }.h3hqg .wds0o75::before, .h3hqg .cy4q56ko::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.h3hqg .wds0o75::before { content: ""; }.h3hqg .cy4q56ko::before { content: ""; }
.m5tx .jp1fu, .m5tx .ahyewzg { min-height: 780px; }
.o2xuw .ogrxc::after,.o2xuw .zbmplq::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.att8sq6t::before { content: '·'; font-size: 1.3em; line-height: 1; }