:root {
  --color-accent: #0f1a14;
  --color-cta: #1fcf57;
  --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;
}
.yam3am1 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.d09n3k3 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.rczwn {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ti87lc { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.yjikpx { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.yjikpx a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.yjikpx a:hover { color: var(--accent-light); }
.wyup     .knrdv { border-radius: 6px; }
.wyup .knrdv li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.wyup .knrdv li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
@media (max-width: 640px) {
  .knrdv {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .mutsjy:hover .knrdv,
  .mutsjy:focus-within .knrdv { display: block; }
  .knrdv li a { padding: 8px 16px; font-size: 0.88rem; }
}
.y3d1bon9 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.rrko6 { display: none; }
@media (max-width: 640px) {
  .rrko6 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .rrko6.cgco { display: block; }
}
@media (max-width: 640px) {
  .y3d1bon9 { display: block; }
  .yjikpx > li + li::before { display: none !important; }
  .yjikpx {
    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;
  }
  .yjikpx.cgco { display: flex; }
  .yjikpx li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .yjikpx li:last-child a { border-bottom: none; }
}
.gg5xzbj1 { min-height: 480px; }
.mx3y {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.bzin { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.m46rfai1 .bzin { margin-left: 0; margin-right: 0; }
.oebr {
  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;
}
.oebr:hover { opacity: 0.88; }
.gbf9xo {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.r0b7 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.gbf9xo .vv6ue {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.gbf9xo .mx3y { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.gbf9xo .bzin { color: #e2e8f0; }
.gbf9xo.q4pcr .vv6ue { text-align: center; }
.gbf9xo.m46rfai1   .vv6ue { text-align: left; }
.gk0m1mxm .vv6ue {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.gk0m1mxm .mx3y { color: var(--text-primary); text-shadow: none; }
.gk0m1mxm .bzin { color: var(--text-muted); }
.gk0m1mxm .oebr { margin-top: 16px; }
.gk0m1mxm, .gk0m1mxm.gg5xzbj1 { min-height: auto !important; }
.gk0m1mxm.q4pcr .vv6ue { text-align: center; }
.gk0m1mxm.m46rfai1   .vv6ue { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.lj61c .gbf9xo .r0b7 {
  overflow: hidden;
}
.lj61c .gbf9xo .r0b7::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.myhvv .mtlz7dns,
.myhvv .k48csehu {
  position: relative; overflow: hidden;
}
.myhvv .mtlz7dns::after,
.myhvv .k48csehu::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.myhvv .gbf9xo .r0b7 {
  overflow: hidden;
}
.myhvv .gbf9xo .r0b7::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.zztcjqwn .gbf9xo .r0b7 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.u3elbit .gbf9xo .r0b7 {
  overflow: hidden;
}
.u3elbit .gbf9xo .r0b7::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.l5sf .gbf9xo .r0b7 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.mtlz7dns .r0b7 {
  background: none;
}
.mtlz7dns .mx3y { color: #fff; }
.mtlz7dns .bzin { color: rgba(255,255,255,0.85); }
.mtlz7dns .oebr { background: #fff; color: var(--cta); }
.mtlz7dns .oebr:hover { opacity: 0.92; }
.myhvv .hdtw9x3 { position: relative; overflow: hidden; }
.myhvv .hdtw9x3::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;
}
.hdtw9x3 .mx3y { text-shadow: none; color: var(--text-primary); }
.hdtw9x3 .bzin { color: var(--text-muted); }
body.qwikudag .mx3y {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.di93th4 .mx3y {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.gg5xzbj1.mtlz7dns .mx3y,
section.mtlz7dns .mx3y {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.hdtw9x3.m46rfai1   .urv6md { align-items: flex-start; text-align: left; }
.gg5xzbj1 .x9uuc01 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.x9uuc01 .ag1n4pns.nik62 {
  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;
}
.x9uuc01 .ag1n4pns.nik62:hover { opacity: 0.85; }
.gop8tf .vv6ue { padding-bottom: 24px; }
.hd1h .vv6ue { max-width: 1100px; }
@media (max-width: 700px) {
  .hdtw9x3 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .hdtw9x3:not(.xi9da4qq) .ekf0ol12 { display: none !important; }
  .xi9da4qq .ekf0ol12 { padding: 16px; }
  .urv6md  { padding: 36px 24px; }
  .hdtw9x3~.aqraw,.sxuw~.aqraw{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .gg5xzbj1, .hdtw9x3 { min-height: 320px !important; }
  .mx3y { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .vzoy,
  .lxp4,
  .dbftwj { grid-template-columns: 1fr !important; }

  

  
  .gop8tf { display: flex !important; flex-direction: column !important; }
  .gop8tf .vv6ue { display: contents; }
  .gop8tf .r0b7 { order: 0; }
  .gop8tf .mx3y { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .gop8tf .vzoy { order: 2; padding: 0 16px 12px !important; }
  .gop8tf .bzin { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .hd1h .vv6ue { display: flex; flex-direction: column; }
  .hd1h .vv6ue .mx3y { order: 1; }
  .hd1h .vv6ue .dbftwj { order: 2; margin: 8px 0 24px !important; }
  .hd1h .vv6ue .bzin { order: 3; }
  .hd1h .vv6ue .oebr { order: 4; align-self: center; margin-top: 0; }

  
  .hdtw9x3.xi9da4qq {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .hdtw9x3.xi9da4qq .urv6md { display: contents; padding: 0; }
  .hdtw9x3.xi9da4qq .urv6md .mx3y { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .hdtw9x3.xi9da4qq .ekf0ol12 { order: 2; padding: 12px 16px; }
  .hdtw9x3.xi9da4qq .urv6md .bzin { order: 3; padding: 0 24px; margin: 0 auto; }
  .hdtw9x3.xi9da4qq .urv6md .oebr { order: 4; align-self: center; margin: 8px 0 32px; }
}
.vu3x7 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.hb4o2vb { width: 100%; height: auto; display: block; border-radius: 10px; }
.wh60 .vu3x7        { border-radius: 16px; }
.wh60 .hb4o2vb  { border-radius: 16px; }
.uuyd6q .vu3x7         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.uuyd6q .hb4o2vb   { border-radius: 8px; }
.y6txw5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.j05q { width: 100%; padding: 32px 0; position: relative; }
.k588pe { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.cw78bw .j05q:nth-child(even) { background: var(--bg-surface); }
.cw78bw .j05q:nth-child(odd)  { background: var(--bg-page); }
.oqp4kt .j05q:nth-child(even) { background: var(--bg-card); }
.oqp4kt .j05q:nth-child(odd)  { background: var(--bg-page); }
.cw78bw .j05q:nth-child(odd)  .k588pe { background: var(--bg-card); border-radius: 6px; }
.cw78bw .j05q:nth-child(even) .k588pe { background: var(--bg-raised); border-radius: 6px; }
.oqp4kt .j05q:nth-child(odd)  .k588pe { background: var(--bg-card); border-radius: 6px; }
.oqp4kt .j05q:nth-child(even) .k588pe { background: var(--bg-raised); border-radius: 6px; }
.cw78bw .j05q:nth-child(even) .fdkfunil .c4etv,
.oqp4kt .j05q:nth-child(even) .fdkfunil .c4etv { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.cw78bw .j05q:nth-child(odd) .fdkfunil .c4etv,
.oqp4kt .j05q:nth-child(odd) .fdkfunil .c4etv { background: var(--bg-card-inner); }
.cw78bw .j05q:nth-child(even) .uymux .c4etv:nth-child(odd),
.oqp4kt .j05q:nth-child(even) .uymux .c4etv:nth-child(odd)  { background: var(--bg-card); }
.cw78bw .j05q:nth-child(even) .uymux .c4etv:nth-child(even),
.oqp4kt .j05q:nth-child(even) .uymux .c4etv:nth-child(even) { background: var(--bg-card-inner); }
h1.fkc8iv { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.fkc8iv {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.cyn8 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.tfkm6rs h2.fkc8iv {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.da0c36n h2.fkc8iv {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.l0bw90 h2.fkc8iv {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.t35zb h2.fkc8iv::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.j09e9d h2.fkc8iv {
  color: var(--text-primary); font-size: 1.7rem;
}
.lyi2 h2.fkc8iv::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.bpaf2i h2.fkc8iv {
  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;
}
@media (max-width: 640px) { .xqqqj30 { display: none; } }
.noaba { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.mt02 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.iq11d4 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.bs4eay0 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.anolle { padding-left: 20px; }
.anolle li { margin-bottom: 6px; }
.anolle a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.anolle a:hover { color: var(--accent-light); }
.uaz0f4g .bs4eay0 { display: none; }
.esswqv .bs4eay0 { display: none; }
.esswqv .anolle { padding-left: 0; list-style: none; }
.esswqv .anolle li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.esswqv .anolle a { font-size: 0.92rem; }
.ak4h6f8b .iq11d4 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ak4h6f8b .bs4eay0 { display: none; }
.ak4h6f8b .anolle { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ak4h6f8b .anolle li { margin-bottom: 0; }
.ak4h6f8b .anolle 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;
}
.ak4h6f8b .anolle a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.cc0tij .iq11d4 { padding: 20px 20px 16px; }
.cc0tij .anolle {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.cc0tij .anolle li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.cc0tij .anolle 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;
}
.cc0tij .anolle 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;
}
.cc0tij .anolle a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.cc0tij .anolle a:focus,
.cc0tij .anolle a:focus-visible,
.cc0tij .anolle a:target { outline: none; }
.cc0tij .anolle li:target a { border-color: var(--border); color: var(--text-muted); }
.utqvxw .iq11d4 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.utqvxw .bs4eay0 { display: none; }
.utqvxw .anolle { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.utqvxw .anolle li { margin-bottom: 0; }
.utqvxw .anolle li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.utqvxw .anolle li:last-child::after { content: ""; margin-right: 0; }
.utqvxw .anolle a { font-size: 0.9rem; }
.c4etv { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.fdkfunil .c4etv { background: var(--bg-card); }
.uymux .c4etv:nth-child(odd)  { background: var(--bg-card); }
.uymux .c4etv:nth-child(even) { background: var(--bg-raised); }
.qcnmvlzr .c4etv {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.qcnmvlzr .c4etv:last-child { border-bottom: none; }
.qcnmvlzr h3.cyn8 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.j0feg .c4etv {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.j0feg .c4etv + .c4etv { margin-top: 4px; }
.e153wy .c4etv { background: none; border-radius: 0; padding: 12px 0; }
.e153wy .c4etv + .c4etv { border-top: 1px solid var(--border-section); }
.b70kzd9 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.nsm148 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.hg8gb { color: var(--text-body); margin-bottom: 10px; }
.icogz, .e4kq { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.icogz li, .e4kq li { margin-bottom: 6px; }
.e4kq li { list-style: decimal; }
.jx5q     .icogz { list-style-type: "● "; }
.fhk90  .icogz { list-style-type: "■ "; }
.bvo0m .icogz { list-style-type: "◆ "; }
.w2kmk    .icogz { list-style-type: "★ "; }
.jx5q     .v8ah { list-style-type: "● "; }
.fhk90  .v8ah { list-style-type: "■ "; }
.bvo0m .v8ah { list-style-type: "◆ "; }
.w2kmk    .v8ah { list-style-type: "★ "; }
.jx5q    .icogz li::marker, .jx5q    .v8ah li::marker,
.fhk90 .icogz li::marker, .fhk90 .v8ah li::marker,
.bvo0m .icogz li::marker, .bvo0m .v8ah li::marker,
.w2kmk   .icogz li::marker, .w2kmk   .v8ah li::marker {
  color: var(--cta); font-size: 1em;
}
.jx5q .e4kq,
.fhk90 .e4kq,
.bvo0m .e4kq,
.w2kmk .e4kq {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.jx5q .e4kq li,
.fhk90 .e4kq li,
.bvo0m .e4kq li,
.w2kmk .e4kq li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.jx5q .e4kq li::before,
.fhk90 .e4kq li::before,
.bvo0m .e4kq li::before,
.w2kmk .e4kq 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;
}
.jx5q     .e4kq li::before { border-radius: 50%; }
.fhk90  .e4kq li::before { border-radius: 3px; }
.bvo0m .e4kq li::before { border-radius: 3px; }
.w2kmk    .e4kq li::before { border-radius: 50%; }
.eq6bzi { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.gthj2y2 .eq6bzi,
.a0kpw8 .eq6bzi { background: transparent; border: none; border-radius: 0; }
.klfa { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.klfa th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.klfa td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.klfa tr:hover td { background: var(--bg-hover); }
.qegk .klfa tbody tr:nth-child(even) td { background: var(--bg-surface); }
.w2vzaqdm .klfa { border: 1px solid var(--border-alt); }
.w2vzaqdm .klfa th,
.w2vzaqdm .klfa td { border: 1px solid var(--border-alt); }
.ghf9g .klfa th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ghf9g .klfa td { border-bottom: none; }
.ghf9g .klfa tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.muzj .klfa th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.l0ph387 .eq6bzi {
  overflow: hidden;
}
.l0ph387 .klfa th { border-bottom: 1px solid var(--border-alt); }
.l0ph387 .klfa tr:last-child td { border-bottom: none; }
.f3z27 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.e7e9347 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ymu7 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.sj45m { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.reqgwh { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.v8ah { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.v8ah 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%}
.jikncaga .sj45m { background: transparent; text-align: center; }
.a4v0mr .ymu7 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.hz1r03 .ymu7 {
  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);
}
.z6wd .e7e9347 { display: grid; grid-template-columns: auto 1fr; }
.z6wd .ymu7 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.z6wd .sj45m { grid-column: 2; }
.z6wd .reqgwh,
.z6wd .v8ah { grid-column: 1 / -1; }
.nafn .e7e9347 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.nafn .ymu7 {
  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);
}
.nafn .sj45m { grid-column: 2; }
.nafn .reqgwh,
.nafn .v8ah { grid-column: 1 / -1; }
.vu6m .e7e9347 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.vu6m .sj45m { background: none; color: var(--accent-light); font-weight: 700; }
.s8cmhk .e7e9347 { 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); }
.s8cmhk .sj45m { background: none; color: var(--accent-light); font-weight: 700; }
.vbin .e7e9347 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.vbin .e7e9347:last-child { border-bottom: none; }
.vbin .sj45m { background: none; color: var(--accent-light); font-weight: 700; }
.u6m6yd6y .e7e9347 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.u6m6yd6y .sj45m { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.cfxc1 .f3z27 { counter-reset: card-n; }
.cfxc1 .e7e9347  { counter-increment: card-n; }
.cfxc1 .sj45m { display: flex; align-items: center; gap: 10px; }
.cfxc1 .sj45m::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;
}
.vet0 .e7e9347 { background: var(--bg-surface); border: 1px solid var(--border); }
.vet0 .sj45m { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.nxwefgn { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.uzgqd  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.opt8 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.bfga { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.nxwefgn strong { color: var(--text-primary); font-size: 0.95rem; }
.nxwefgn p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.hb4o2vb { width: 100%; height: auto; border-radius: 10px; display: block; }
.nik62 {
  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;
}
.nik62:hover { opacity: 0.85; }
.qo4qht3 .nik62  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.qo4qht3 .nik62:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.em74v .nik62  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.em74v .nik62:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.yqgg .oebr { border-radius: 50px; }
.yqgg .nik62  { border-radius: 50px; }
.d9cl7xir .oebr { padding-left: 22px; padding-right: 22px; }
.d9cl7xir .nik62  { padding-left: 12px; padding-right: 12px; }
.a57f .oebr { padding-left: 44px; padding-right: 44px; }
.a57f .nik62  { padding-left: 24px; padding-right: 24px; }
.d6fh8q .oebr { padding-left: 56px; padding-right: 56px; }
.d6fh8q .nik62  { padding-left: 32px; padding-right: 32px; }
.yf1stt   .oebr::after, .yf1stt   .nik62::after,
.ml0o .oebr::after, .ml0o .nik62::after,
.l4ocb    .oebr::after, .l4ocb    .nik62::after,
.ngoq95e    .oebr::after, .ngoq95e    .nik62::after,
.m6uep5ie    .oebr::after, .m6uep5ie    .nik62::after,
.r7gtp     .oebr::after, .r7gtp     .nik62::after,
.q8y26okm    .oebr::after, .q8y26okm    .nik62::after,
.x2i8rigk   .oebr::after, .x2i8rigk   .nik62::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;
}
.yf1stt .oebr::after, .yf1stt .nik62::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");
}
.ml0o .oebr::after, .ml0o .nik62::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");
}
.l4ocb .oebr::after, .l4ocb .nik62::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");
}
.ngoq95e .oebr::after, .ngoq95e .nik62::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");
}
.m6uep5ie .oebr::after, .m6uep5ie .nik62::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");
}
.r7gtp .oebr::after, .r7gtp .nik62::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");
}
.q8y26okm .oebr::after, .q8y26okm .nik62::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");
}
.x2i8rigk .oebr::after, .x2i8rigk .nik62::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");
}
.z82i   .x0km22::after, .z82i   .qlxi1o::after,
.r7bh .x0km22::after, .r7bh .qlxi1o::after,
.y6yic5i    .x0km22::after, .y6yic5i    .qlxi1o::after,
.w23szw1y    .x0km22::after, .w23szw1y    .qlxi1o::after,
.fxmcre    .x0km22::after, .fxmcre    .qlxi1o::after,
.f6r5d     .x0km22::after, .f6r5d     .qlxi1o::after,
.jsuv15    .x0km22::after, .jsuv15    .qlxi1o::after,
.aokap   .x0km22::after, .aokap   .qlxi1o::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;
}
.z82i .x0km22::after, .z82i .qlxi1o::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");
}
.r7bh .x0km22::after, .r7bh .qlxi1o::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");
}
.y6yic5i .x0km22::after, .y6yic5i .qlxi1o::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");
}
.w23szw1y .x0km22::after, .w23szw1y .qlxi1o::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");
}
.fxmcre .x0km22::after, .fxmcre .qlxi1o::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");
}
.f6r5d .x0km22::after, .f6r5d .qlxi1o::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");
}
.jsuv15 .x0km22::after, .jsuv15 .qlxi1o::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");
}
.aokap .x0km22::after, .aokap .qlxi1o::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");
}
.jm249 .crbqx89y   { background: rgba(128,128,128,.12); }
.ag1n4pns.nik62 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .m3me {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .m3me::before    { grid-area: rank;   }
  .b05ezumz           { grid-area: ident;  }
  .flj3afel     { grid-area: rating; min-width: 0; width: auto; }
  .d05g           { grid-area: pills;  }
  .ag1n4pns             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .m3me {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .m3me::before    { justify-self: center; }
  .b05ezumz           { width: 100%; }
  .flj3afel     { justify-self: center; }
  .d05g           { grid-template-columns: 1fr; }
}
.xcxk .sgthh li::before { content: "→"; }
.xcxk .u1u4sb5 li::before { content: "–"; }
@media (min-width: 860px) {
  .xg6hl .etiswm {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .xg6hl .cvjqnd { margin: 0; }
}
.wurmlu86 .cvjqnd { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.wurmlu86 .hopmur { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.wurmlu86 .gthj2y2 { padding: 14px 16px; }
.wurmlu86 .unnc { border-radius: 4px; }
.wurmlu86 .bi1w { border-radius: 0; }
@media (max-width: 720px) {
  .z3xzzfga { grid-template-columns: 1fr; }
  .rtae { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .rtae .eg69zjdh { width: 72px; height: 50px; }
  .rtae .dh21n { max-width: 180px; }
  .rtae .qgu9 { width: auto; }
}
@media (max-width: 720px) {
  .bae8n { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .l7bwao5 { padding: 16px; }
  .j0tg .ielf4if { min-width: 50%; }
}
@media (max-width: 860px) {
  .whn7 { grid-template-columns: 1fr; }
  .xz0kf3t { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .wkkyc74x { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .p306rmd { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .j2whxkbk { flex-direction: column; align-items: stretch; }
}
.ryhthrt .qgu9 .nik62 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .uv5c4e { flex-direction: column; align-items: stretch; gap: 10px; }
  .ryhthrt .qgu9 { text-align: center; }
}
@media (max-width: 720px) {
  .tqqh21n { grid-template-columns: 1fr; }
  .e3mlz7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .bz14xc2w { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .n554qii { grid-template-columns: 1fr; }
  .mqaolszc { width: 100px; height: 100px; margin: 16px auto; }
  .o5ozkvc { font-size: 1.4rem; }
  .eg1o { justify-content: center; }
  .vw4a .ielf4if { min-width: 50%; }
}
@media (max-width: 540px) {
  .pk6du9t { flex-wrap: wrap; padding: 14px 16px; }
  .pkj78 { padding: 12px 16px; }
  .t32c6vr6 .rv04m { margin: 0 16px; }
  .t32c6vr6 .oc2l { padding: 0 16px; }
  .zj9ro { padding: 12px 16px; }
}
.neocj .sn0l {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.neocj .m3me {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.neocj .m3me:last-child { border-bottom: none; }
.neocj .b05ezumz,
.neocj .flj3afel,
.neocj .d05g {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.bb3c .d05g .jpavjky {
  background: transparent; padding: 4px 8px;
}
.bb3c .d05g .hbdnu { font-size: .65rem; opacity: .65; }
.bb3c .d05g .axurgbi4   { font-size: 1.15rem; color: var(--accent-light); }
.mk608x0z .ehbhpx5 { display: none; }
.mk608x0z .m0llh { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.mk608x0z .m0llh {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.mk608x0z .m0llh small { display: none; }
.mk608x0z .d9ros .dezax5l { display: none; }
.mk608x0z .d9ros strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.mk608x0z .l3mv { display: none; }
.opd1 { margin: 16px 0; }
.ky3n4 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ky3n4 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ky3n4 summary::after { content: "+"; color: var(--accent-light); }
.ky3n4[open] summary::after { content: "−"; }
.ky3n4 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.j05q { margin-bottom: 0; }
.fh0oz h2.fkc8iv { color: var(--text-primary); border-color: var(--accent-light); }
.v8sg h2.fkc8iv { color: var(--text-primary); border-color: var(--accent-light); }
.ktwml .uzgqd     { background: #052e16; border-color: #10b981; }
.ktwml .opt8    { background: #1e1036; border-color: #a855f7; }
.ktwml .nxwefgn strong  { color: #f1f5f9; }
.ktwml .nxwefgn p       { color: #cbd5e1; }
.ktwml .p1evnitb    .uzgqd     .bfga::before,
.ktwml .qyb2  .uzgqd     .bfga::before,
.ktwml .namry1q  .uzgqd     .bfga::before,
.ktwml .zvbsqcr .uzgqd     .bfga::before { color: #10b981; }
.ktwml .p1evnitb    .f8m99d6 .bfga::before,
.ktwml .qyb2  .f8m99d6 .bfga::before,
.ktwml .namry1q  .f8m99d6 .bfga::before,
.ktwml .zvbsqcr .f8m99d6 .bfga::before { color: #f43f5e; }
.ktwml .p1evnitb    .opt8    .bfga::before,
.ktwml .qyb2  .opt8    .bfga::before,
.ktwml .namry1q  .opt8    .bfga::before,
.ktwml .zvbsqcr .opt8    .bfga::before { color: #a855f7; }
.w2u90j .uzgqd     { background: #2d2000; border-color: #eab308; }
.w2u90j .f8m99d6 { background: #2d0b0b; border-color: #ef4444; }
.w2u90j .opt8    { background: #2d1600; border-color: #f97316; }
.w2u90j .nxwefgn strong  { color: #f1f5f9; }
.w2u90j .nxwefgn p       { color: #cbd5e1; }
.w2u90j .p1evnitb    .uzgqd     .bfga::before,
.w2u90j .qyb2  .uzgqd     .bfga::before,
.w2u90j .namry1q  .uzgqd     .bfga::before,
.w2u90j .zvbsqcr .uzgqd     .bfga::before { color: #eab308; }
.w2u90j .p1evnitb    .f8m99d6 .bfga::before,
.w2u90j .qyb2  .f8m99d6 .bfga::before,
.w2u90j .namry1q  .f8m99d6 .bfga::before,
.w2u90j .zvbsqcr .f8m99d6 .bfga::before { color: #ef4444; }
.w2u90j .p1evnitb    .opt8    .bfga::before,
.w2u90j .qyb2  .opt8    .bfga::before,
.w2u90j .namry1q  .opt8    .bfga::before,
.w2u90j .zvbsqcr .opt8    .bfga::before { color: #f97316; }
.iy50vfo .uzgqd     { background: #0c1a2e; border-color: #38bdf8; }
.iy50vfo .opt8    { background: #0a2020; border-color: #2dd4bf; }
.iy50vfo .nxwefgn strong  { color: #f1f5f9; }
.iy50vfo .nxwefgn p       { color: #cbd5e1; }
.iy50vfo .p1evnitb    .uzgqd     .bfga::before,
.iy50vfo .qyb2  .uzgqd     .bfga::before,
.iy50vfo .namry1q  .uzgqd     .bfga::before,
.iy50vfo .zvbsqcr .uzgqd     .bfga::before { color: #38bdf8; }
.iy50vfo .p1evnitb    .f8m99d6 .bfga::before,
.iy50vfo .qyb2  .f8m99d6 .bfga::before,
.iy50vfo .namry1q  .f8m99d6 .bfga::before,
.iy50vfo .zvbsqcr .f8m99d6 .bfga::before { color: #818cf8; }
.iy50vfo .p1evnitb    .opt8    .bfga::before,
.iy50vfo .qyb2  .opt8    .bfga::before,
.iy50vfo .namry1q  .opt8    .bfga::before,
.iy50vfo .zvbsqcr .opt8    .bfga::before { color: #2dd4bf; }
.ggjvtir .uzgqd     { background: var(--accent-bg); border-color: var(--accent-light); }
.ggjvtir .opt8    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ggjvtir .p1evnitb    .bfga::before,
.ggjvtir .qyb2  .bfga::before,
.ggjvtir .namry1q  .bfga::before,
.ggjvtir .zvbsqcr .bfga::before { color: var(--accent-light) !important; }
.agmc8z .dptocfc ul li,
.agmc8z .sgthh li         { color: #4ade80; }
.agmc8z .dptocfc .evpfz5l { color: #22c55e; }
.agmc8z .n25vac6 ul li,
.agmc8z .u1u4sb5 li         { color: #f87171; }
.agmc8z .n25vac6 .bdum1dxm { color: #ef4444; }
.xcxk .evpfz5l::before { content: "→ "; }
.xcxk .bdum1dxm::before { content: "← "; }
.sd7a7te .nxwefgn { background: transparent; border-left: none; border: 1.5px solid; }
.sd7a7te .uzgqd     { border-color: var(--c-tip-border); }
.sd7a7te .opt8    { border-color: #60a5fa; }
.sd7a7te .nxwefgn strong { color: var(--text-primary); }
.sd7a7te .nxwefgn p      { color: var(--text-muted); }
.zhxa .nxwefgn { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.zhxa .uzgqd     { border-top-color: var(--c-tip-border); }
.zhxa .opt8    { border-top-color: #60a5fa; }
.idnb .nxwefgn { border-left: none; border-radius: 8px; }
.idnb .uzgqd     { background: #065f46; }
.idnb .opt8    { background: #1e3a8a; }
.idnb .nxwefgn strong,
.idnb .nxwefgn p { color: #fff; }
.idnb .bfga::before { color: rgba(255,255,255,0.85) !important; }
.ktwml.idnb .uzgqd,
.ktwml .idnb .uzgqd     { background: #052e16; }
.ktwml.idnb .opt8,
.ktwml .idnb .opt8    { background: #1e1036; }
.w2u90j.idnb .uzgqd,
.w2u90j .idnb .uzgqd      { background: #2d2000; }
.w2u90j.idnb .f8m99d6,
.w2u90j .idnb .f8m99d6  { background: #2d0b0b; }
.w2u90j.idnb .opt8,
.w2u90j .idnb .opt8     { background: #2d1600; }
.iy50vfo.idnb .uzgqd,
.iy50vfo .idnb .uzgqd      { background: #0c1a2e; }
.iy50vfo.idnb .opt8,
.iy50vfo .idnb .opt8     { background: #0a2020; }
.wc60 .nxwefgn { border-left: none; border-radius: 6px; padding: 10px 14px; }
.wc60 .uzgqd     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.wc60 .opt8    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.wc60 .nxwefgn strong { color: var(--text-primary); }
.wc60 .nxwefgn p      { color: var(--text-muted); }
.k5lo0 .nxwefgn { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.p1evnitb .bfga,
.qyb2 .bfga,
.namry1q .bfga,
.zvbsqcr .bfga { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.p1evnitb .bfga::before,
.qyb2 .bfga::before,
.namry1q .bfga::before,
.zvbsqcr .bfga::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.p1evnitb .uzgqd     .bfga::before { content: "✦"; color: var(--c-tip-border); }
.p1evnitb .f8m99d6 .bfga::before { content: "▲"; color: var(--c-warn-border); }
.p1evnitb .opt8    .bfga::before { content: "◉"; color: #60a5fa; }
.qyb2 .uzgqd     .bfga::before { content: "★"; color: var(--c-tip-border); }
.qyb2 .f8m99d6 .bfga::before { content: "◆"; color: var(--c-warn-border); }
.qyb2 .opt8    .bfga::before { content: "●"; color: #60a5fa; }
.namry1q .uzgqd     .bfga::before { content: "▶"; color: var(--c-tip-border); }
.namry1q .f8m99d6 .bfga::before { content: "■"; color: var(--c-warn-border); }
.namry1q .opt8    .bfga::before { content: "▸"; color: #60a5fa; }
.zvbsqcr .uzgqd     .bfga::before { content: "→"; color: var(--c-tip-border); }
.zvbsqcr .f8m99d6 .bfga::before { content: "⬥"; color: var(--c-warn-border); }
.zvbsqcr .opt8    .bfga::before { content: "◈"; color: #60a5fa; }
.rq79i .fdkfunil .c4etv,
.rq79i .uymux .c4etv  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.rq79i .e7e9347                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.rq79i .eq6bzi          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rq79i .iq11d4                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.n7xl7wf .fdkfunil .c4etv,
.n7xl7wf .uymux .c4etv,
.n7xl7wf .e7e9347,
.n7xl7wf .m3me,
.n7xl7wf .cvjqnd,
.n7xl7wf .eq6bzi,
.n7xl7wf .iq11d4,
.n7xl7wf .k5lo0 .nxwefgn { box-shadow: none; }
.wc2zn9xy   .hg8gb, .wc2zn9xy .b70kzd9, .wc2zn9xy .nsm148,
.wc2zn9xy   .noaba, .wc2zn9xy .mt02 { font-size: 0.9rem; }
.wc2zn9xy   .icogz, .wc2zn9xy .e4kq { font-size: 0.9rem; }
.hmzo   .hg8gb, .hmzo .b70kzd9, .hmzo .nsm148,
.hmzo   .noaba, .hmzo .mt02 { font-size: 0.95rem; }
.hmzo   .icogz, .hmzo .e4kq { font-size: 0.95rem; }
.nmocmpi3   .hg8gb, .nmocmpi3 .b70kzd9, .nmocmpi3 .nsm148,
.nmocmpi3   .noaba, .nmocmpi3 .mt02 { font-size: 1.08rem; }
.nmocmpi3   .icogz, .nmocmpi3 .e4kq { font-size: 1.05rem; }
.nmocmpi3   .klfa { font-size: 0.97rem; }
.q5www2d .mx3y      { font-size: 3.2rem; }
.q5www2d h2.fkc8iv { font-size: 1.9rem; }
.q5www2d h3.cyn8     { font-size: 1.4rem; }
.l684 .mx3y      { font-size: 3.8rem; }
.l684 h2.fkc8iv { font-size: 2.2rem; }
.l684 h3.cyn8     { font-size: 1.6rem; }
.j05q + .j05q { position: relative; }
.c8tzs   .j05q + .j05q::before,
.x9ea  .j05q + .j05q::before,
.w5t1   .j05q + .j05q::before,
.cs1xv   .j05q + .j05q::before,
.ry04k   .j05q + .j05q::before,
.bu3zn .j05q + .j05q::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.c8tzs .j05q + .j05q::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.x9ea .j05q + .j05q::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.w5t1 .j05q + .j05q::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;
}
.cs1xv .j05q + .j05q::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.rukwj .j05q { margin-bottom: 16px; }
.rukwj .j05q + .j05q { margin-top: 0; }
.rukwj .k588pe { padding-top: 0; padding-bottom: 0; }
.ry04k .j05q + .j05q::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.bu3zn .j05q + .j05q::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.wylt .j05q + .j05q::before,
.m9eh0 .j05q + .j05q::before,
.igus0 .j05q + .j05q::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%;
}
.cw78bw .wylt .j05q:nth-child(even)::before,
.cw78bw .m9eh0 .j05q:nth-child(even)::before,
.cw78bw .igus0 .j05q:nth-child(even)::before { background: var(--bg-surface); }
.oqp4kt .wylt .j05q:nth-child(even)::before,
.oqp4kt .m9eh0 .j05q:nth-child(even)::before,
.oqp4kt .igus0 .j05q:nth-child(even)::before { background: var(--bg-card); }
.wylt .j05q + .j05q::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");
}
.m9eh0 .j05q + .j05q::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");
}
.igus0 .j05q + .j05q::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");
}
.suqbi .gbf9xo,
.yv2km .gbf9xo,
.pt0cd .gbf9xo { overflow: hidden; }
.suqbi .vv6ue,
.yv2km .vv6ue { margin-bottom: 60px; }
.pt0cd .vv6ue { margin-bottom: 70px; }
.pt0cd .urv6md { padding-bottom: 70px; }
.suqbi .gbf9xo::before,
.yv2km .gbf9xo::before,
.pt0cd .gbf9xo::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.suqbi .gbf9xo::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");
}
.yv2km .gbf9xo::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");
}
.pt0cd .gbf9xo::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.ei4x08 .gbf9xo:not(.mtlz7dns) .r0b7 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.izvql9x .gbf9xo:not(.mtlz7dns) .r0b7 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.r93h  .gbf9xo:not(.mtlz7dns) .r0b7 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.a6h33mp  .gbf9xo:not(.mtlz7dns) .r0b7 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ei4x08 .mtlz7dns { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.ei4x08 .k48csehu { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.ei4x08 .hdtw9x3 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.b1uzcp78 .mtlz7dns .r0b7 { background: none; }
.b1uzcp78 .gbf9xo:not(.mtlz7dns) .r0b7 { background: rgba(0,0,0,0.6); }
.j05q.c9ch .vu3x7 { float: left; width: 38%; margin: 0 28px 16px 0; }
.j05q.c9ch .vu3x7 .hb4o2vb { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.j05q.c9ch .k588pe::after { content: ''; display: block; clear: both; }
.j05q.h2p6 .vu3x7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.j05q.h2p6 .vu3x7 .hb4o2vb { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.j05q.h2p6 .k588pe::after { content: ''; display: block; clear: both; }
.j05q.c9ch .f3z27,
.j05q.c9ch .eq6bzi,
.j05q.c9ch .nxwefgn,
.j05q.c9ch .c4etv,
.j05q.c9ch .mt02,
.j05q.c9ch .sn0l,
.j05q.c9ch .etiswm,
.j05q.c9ch .j0worowk,
.j05q.h2p6 .f3z27,
.j05q.h2p6 .eq6bzi,
.j05q.h2p6 .nxwefgn,
.j05q.h2p6 .c4etv,
.j05q.h2p6 .mt02,
.j05q.h2p6 .sn0l,
.j05q.h2p6 .etiswm,
.j05q.h2p6 .j0worowk { clear: both; }
@media (max-width: 900px) {
  .j05q.c9ch .vu3x7,
  .j05q.h2p6 .vu3x7 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .j05q.c9ch .vu3x7 .hb4o2vb,
  .j05q.h2p6 .vu3x7 .hb4o2vb {
    max-height: none !important;
  }
}
.j05q.c9ch .icogz,
.j05q.c9ch .e4kq,
.j05q.h2p6 .icogz,
.j05q.h2p6 .e4kq { overflow: hidden; }
@media (max-width: 640px) {
  .j05q.c9ch .vu3x7,
  .j05q.h2p6 .vu3x7 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.jxvqa .y6txw5,
.jxvqa .k588pe,
.jxvqa .zx72h5hg  { max-width: 1100px; }
.lmjp70 .y6txw5,
.lmjp70 .k588pe,
.lmjp70 .zx72h5hg  { max-width: 1150px; }
.cs0lo .y6txw5,
.cs0lo .k588pe,
.cs0lo .zx72h5hg  { max-width: 1200px; }
.wjqm { font-size: 0.82rem; color: var(--text-muted); }
.wp4vw0i { display: flex; align-items: center; }
.kvvl {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.unrnp { display: flex; align-items: center; }
.n9bp1n { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.n9bp1n:hover { text-decoration: underline; }
.o6xml { margin: 0 3px; opacity: 0.45; }
.o6xml::before { content: '/'; }
.jl37 { padding: 2px 5px; color: var(--text-main); }
.tsk8c .wjqm {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.tsk8c .wp4vw0i { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.sa3ath3 .wjqm {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.sa3ath3 .wp4vw0i { padding: 0 0 0 12px; }
.hys77a .wp4vw0i { padding: 0 16px; }
.hys77a .wjqm {
  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);
}
.hys77a .y6txw5 { padding-top: 28px; }
@media (max-width: 720px) {
  .id2g83d { margin-top: 18px; padding: 0 16px; }
  .hys77a .y6txw5 { padding-top: 16px; }
}
.jxvqa.tsk8c .wp4vw0i { max-width: 1100px; }
.lmjp70.tsk8c .wp4vw0i { max-width: 1150px; }
.cs0lo.tsk8c .wp4vw0i { max-width: 1200px; }
.yjt642h .j05q { padding-top: 16px; padding-bottom: 16px; }
.ryeylj2 .j05q { padding-top: 24px; padding-bottom: 24px; }
.ouyps1o .j05q { padding-top: 40px; padding-bottom: 40px; }
.khakr .j05q { padding-top: 52px; padding-bottom: 52px; }
.o5qxxw3 .j05q:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.o5qxxw3 .j05q:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.o5qxxw3 .j05q:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.o5qxxw3 .j05q:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.i8or8 .k588pe { padding-top: 10px;  padding-bottom: 10px; }
.onduq .k588pe { padding-top: 18px;  padding-bottom: 18px; }
.mel65s .k588pe { padding-top: 36px;  padding-bottom: 36px; }
.m5v2h7kv .k588pe { padding-top: 48px;  padding-bottom: 48px; }
.a22o h2.fkc8iv { font-weight: 600; }
.a22o h3.cyn8     { font-weight: 600; }
.u20k73 h2.fkc8iv { font-weight: 800; }
.u20k73 h3.cyn8     { font-weight: 700; }
.ns0e { font-weight: 600; }
.ns0e h2.fkc8iv { font-weight: 900; }
.ns0e h3.cyn8     { font-weight: 800; }
.ns0e .nxwefgn strong,
.ns0e .nxwefgn strong { font-weight: 600; }
.x0km22 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.gv4a1on .x0km22 { display: none; }
@media (max-width: 640px) { .x0km22 { display: none; } }
.x0km22 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.x0km22:hover { opacity: 0.85; }
.q0lpn .x0km22 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.jx5c19tn .x0km22,
.pr7mc28a  .x0km22 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.jx5c19tn .x0km22:hover,
.pr7mc28a  .x0km22:hover { opacity: 0.88; }
.q0lpn.jx5c19tn .x0km22,
.q0lpn.pr7mc28a  .x0km22 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.qlxi1o {
  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;
}
.qlxi1o:hover { transform: translateY(-2px); opacity: 0.92; }
.qlxi1o { background: var(--cta) !important; color: #fff !important; border: none !important; }
.kqxj .qlxi1o { display: none; }
.cpttpv .qlxi1o { right: 32px; }
.vtj3968  .qlxi1o { left: 32px; }
@media (max-width: 480px) {
  .cpttpv .qlxi1o { right: 20px; bottom: 20px; }
  .vtj3968  .qlxi1o { left: 20px; bottom: 20px; }
}
.o2hl { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.zx72h5hg { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.qco7iva7 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.pvvpmp { color: var(--text-dim); font-size: 0.8rem; }
.gzp0nl { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.gzp0nl img { height: 26px; width: auto; object-fit: contain; }
.nzuwvp8 .zx72h5hg { text-align: center; }
.nzuwvp8 .qco7iva7 { margin-top: 0; }
@media (max-width: 640px) {
  .zx72h5hg { padding-left: 16px; padding-right: 16px; }
  .qoxgxdco .zx72h5hg { padding: 20px 16px; }
  .ejqdp6yb { gap: 4px 12px; }
  .qco7iva7 { font-size: 0.78rem; }
}
.p81tqt .fffwo .gzp0nl { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.p81tqt .qco7iva7 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.p81tqt .pvvpmp { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .p81tqt .m4egnjw { grid-template-columns: 1fr 1fr; } .p81tqt .fffwo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .p81tqt .m4egnjw { grid-template-columns: 1fr; } }
.rmpj .i9h9f { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.rmpj .gzp0nl { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.rmpj .klyx { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.rmpj .klyx a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.rmpj .klyx a:hover { color: var(--accent-light); }
.vtpyh { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.rmpj .y29g { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.rmpj .pnro { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.rmpj .pnro a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.rmpj .pnro a:hover { color: var(--accent-light); }
.rmpj .qco7iva7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .rmpj .i9h9f { gap: 12px; } .rmpj .gzp0nl { margin-right: 0; width: 100%; } }
.eud45eqe .w9mbwp4 .gzp0nl { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.eud45eqe .qco7iva7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.eud45eqe .pvvpmp { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .eud45eqe .hs7quzul { grid-template-columns: 1fr 1fr; } .eud45eqe .w9mbwp4 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .eud45eqe .hs7quzul { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .aan7lr .e5ly { grid-template-columns: 1fr 1fr; } .aan7lr .xt8vfop:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .aan7lr .e5ly { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .m5dpsqcw .e5ly { grid-template-columns: 1fr; } }
.o023t .zx72h5hg { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.uhd7sa7 .yam3am1      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.uhd7sa7 .o2hl { background: var(--bg-page); border-top-color: var(--border-alt); }
.vdw8bcic .yam3am1      { background: #0d1117; border-bottom-color: #21262d; }
.vdw8bcic .rczwn { color: var(--accent-light); }
.vdw8bcic .yjikpx { --msep-color: #8b949e; }
.vdw8bcic .yjikpx a { color: #8b949e; }
.vdw8bcic .yjikpx a:hover { color: var(--accent-light); }
.vdw8bcic .y3d1bon9 { color: #8b949e; }
.vdw8bcic .o2hl { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.vdw8bcic .qco7iva7,
.vdw8bcic .pvvpmp { color: #6e7681; }
.vdw8bcic .o05lx a, .vdw8bcic .klyx a,
.vdw8bcic .pnro a { color: #8b949e; }
.vdw8bcic .gzp0nl { color: #e6edf3; }
.vdw8bcic .o05lx a:hover, .vdw8bcic .klyx a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .vdw8bcic .yjikpx { background: #0d1117; border-top-color: #21262d; }
  .vdw8bcic .yjikpx li a { border-bottom-color: #21262d; }
}
.irt8fl .yam3am1      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.irt8fl .rczwn { color: var(--accent-light); }
.irt8fl .yjikpx { --msep-color: #475569; }
.irt8fl .yjikpx a { color: #475569; }
.irt8fl .yjikpx a:hover { color: var(--accent-light); }
.irt8fl .y3d1bon9 { color: #64748b; }
.irt8fl .o2hl { background: #f0f4f8; border-top-color: #cbd5e1; }
.irt8fl .qco7iva7,
.irt8fl .pvvpmp { color: #64748b; }
.irt8fl .o05lx a, .irt8fl .klyx a,
.irt8fl .pnro a, .irt8fl .gzp0nl { color: #374151; }
.irt8fl .o05lx a:hover, .irt8fl .klyx a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .irt8fl .yjikpx { background: #f0f4f8; border-top-color: #cbd5e1; }
  .irt8fl .yjikpx li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.jx5c19tn .yam3am1      { background: var(--accent); border-bottom-color: var(--accent-light); }
.jx5c19tn .rczwn { color: #fff; }
.jx5c19tn .yjikpx { --msep-color: rgba(255,255,255,0.82); }
.jx5c19tn .yjikpx a { color: rgba(255,255,255,0.82); }
.jx5c19tn .yjikpx a:hover { color: #fff; }
.jx5c19tn .y3d1bon9 { color: rgba(255,255,255,0.9); }
.jx5c19tn .o2hl { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.jx5c19tn .qco7iva7,
.jx5c19tn .pvvpmp { color: rgba(255,255,255,0.72); }
.jx5c19tn .o05lx a, .jx5c19tn .klyx a,
.jx5c19tn .pnro a, .jx5c19tn .gzp0nl { color: #fff; }
.jx5c19tn .o05lx a:hover, .jx5c19tn .klyx a:hover { color: #fff; }
@media (max-width: 640px) {
  .jx5c19tn .yjikpx { background: var(--accent); border-top-color: var(--accent-light); }
  .jx5c19tn .yjikpx li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.pr7mc28a .yam3am1 {
  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);
}
.pr7mc28a .o2hl {
  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) {
  .pr7mc28a .yjikpx {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.rget3d .d09n3k3 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.asu1 .d09n3k3 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.hf68 .d09n3k3 { min-height: 72px; height: auto; }
.dcy85e .d09n3k3 { min-height: 84px; height: auto; }
.qoxgxdco .d09n3k3 { max-width: none; padding: 0 32px; }
.qoxgxdco .zx72h5hg  { max-width: none; padding: 24px 32px; }
.bxh1b.lmjp70 .d09n3k3 { max-width: 1150px; }
.bxh1b.cs0lo .d09n3k3 { max-width: 1200px; }
.s0jju9o   .rczwn, .s0jju9o   .gzp0nl { text-transform: capitalize; }
.g81ui .rczwn, .g81ui .gzp0nl { text-transform: lowercase; }
.ajl5axw .rczwn, .ajl5axw .gzp0nl { text-transform: uppercase; letter-spacing: 0.06em; }
.bi8ybbvz, .b6mcm {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ec2dwyh .bi8ybbvz,
.ec2dwyh .b6mcm { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.jkkyzkz .bi8ybbvz,
.jkkyzkz .b6mcm { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.jtcxc8 .bi8ybbvz,
.jtcxc8 .b6mcm { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.rjo9m .bi8ybbvz,
.rjo9m .b6mcm { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.og5ra   .yjikpx a { font-weight: 500; }
.zc7r .yjikpx a { font-weight: 600; }
.lpjkbe     .yjikpx a { font-weight: 700; }
.l8c1qu    .yjikpx a { font-weight: 800; letter-spacing: 0.01em; }
.vxzzc     .yjikpx > li + li::before,
.ievdvzb    .yjikpx > li + li::before,
.rmn91uz9    .yjikpx > li + li::before,
.qa3nx5o .yjikpx > li + li::before,
.j1g9aev .yjikpx > li + li::before,
.cria  .yjikpx > li + li::before,
.key8    .yjikpx > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.vxzzc     .yjikpx > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ievdvzb    .yjikpx > li + li::before { content: "|"; }
.rmn91uz9    .yjikpx > li + li::before { content: "—"; }
.qa3nx5o .yjikpx > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.j1g9aev .yjikpx > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.cria  .yjikpx > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.key8    .yjikpx > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .l57b4 .y3d1bon9,
  .vb7fa7qx .y3d1bon9,
  .x6jv .y3d1bon9,
  .z4oovqo .y3d1bon9,
  .dzzav .y3d1bon9 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .l57b4 .y3d1bon9::before,
  .vb7fa7qx .y3d1bon9::before,
  .x6jv .y3d1bon9::before,
  .z4oovqo .y3d1bon9::before,
  .dzzav .y3d1bon9::before { content: ""; display: block; flex-shrink: 0; }

  
  .l57b4 .y3d1bon9::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;
  }

  
  .vb7fa7qx .y3d1bon9::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;
  }

  
  .x6jv .y3d1bon9::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;
  }

  
  .z4oovqo .y3d1bon9::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;
  }

  
  .dzzav .y3d1bon9::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) {
  .mb8sk .y3d1bon9 {
    padding: 5px 14px;
  }
  .mb8sk .yjikpx {
    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;
  }
  .mb8sk .yjikpx li a {
    border-bottom: none; padding: 10px 22px;
  }
  .mb8sk .yjikpx li a:hover { background: var(--bg-raised); }
  .mb8sk .rrko6,
  .pule .rrko6,
  .o3ckbkjr .rrko6 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .rjscw2 .y3d1bon9 {
    padding: 5px 10px;
  }
  .rjscw2 .yjikpx {
    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);
  }
  .rjscw2 .yjikpx.cgco { transform: translateX(0); }
  .rjscw2 .yjikpx li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .rjscw2 .yjikpx li:last-child a { border-bottom: none; }
  .jx5c19tn .yjikpx,
  .vdw8bcic .yjikpx { background: var(--accent) !important; }
  .jx5c19tn .yjikpx li a,
  .vdw8bcic .yjikpx li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .o3ckbkjr .y3d1bon9 {
    padding: 5px 10px;
  }
  .o3ckbkjr .yjikpx {
    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);
  }
  .o3ckbkjr .yjikpx::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .o3ckbkjr .yjikpx.cgco { transform: translateY(0); }
  .o3ckbkjr .yjikpx li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .tjux3yd .y3d1bon9 {
    padding: 5px 10px;
  }
  .tjux3yd .yjikpx {
    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;
  }
  .tjux3yd .yjikpx.cgco { opacity: 1; pointer-events: auto; }
  .tjux3yd .yjikpx li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .qzwb2mzt     .y3d1bon9 { border-radius: 0 !important; }
  .d4n1s   .y3d1bon9 { border-radius: 8px !important; }
  .nq06mv0 .y3d1bon9 { border-radius: 50% !important; }
  .zfn56   .y3d1bon9 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .zzj1n .od3judlm { flex-direction: column; align-items: stretch; }
  .zzj1n .kj2pwd { flex-direction: row; min-width: auto; }
  .zzj1n .r0qjw1 { align-items: flex-start; text-align: left; }
}
.ksg95ml,
.ksg95ml.j05q,
.cw78bw .ksg95ml,
.paaon .ksg95ml,
.oqp4kt .ksg95ml,
.nvls9 .ksg95ml {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.eatz {
  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;
}
.r4z9g { flex: 1 1 280px; min-width: 0; }
.f1v3u {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.pxwv99 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.hw2ckjf {
  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;
}
.hw2ckjf:hover { transform: translateY(-1px); opacity: 0.95; }
.caviq8 .eatz {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.caviq8 .f1v3u { color: var(--cta); }
.caviq8 .pxwv99 { color: var(--text-body); }
.caviq8 .hw2ckjf {
  background: var(--cta) !important;
  color: #fff !important;
}
.j026flx .eatz {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.j026flx .f1v3u { color: var(--text-primary); }
.j026flx .pxwv99 { color: var(--text-body); }
.j026flx .hw2ckjf {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .eatz {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .r4z9g { flex: 0 0 auto; }
  .f1v3u { font-size: 1.2rem; }
  .hw2ckjf { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.y67c6jk9 .ti87lc { height: 36px; }
.th73s .ti87lc { height: 60px; max-width: 200px; }
.qrwwnk7 .ti87lc { height: 76px; max-width: 240px; }
.bb3c .hbdnu {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.bb3c .axurgbi4 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .b722yndw .sn0l {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .b722yndw .m3me {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .b722yndw .m3me { padding: 40px 16px 20px; }
  .b722yndw .jpavjky {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .b722yndw .ag1n4pns { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .uqaa .m3me {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .uqaa .m3me::before {
    position: absolute; top: 14px; left: 14px;
  }
  .uqaa .b05ezumz {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .uqaa .ae4ib86n { white-space: normal; text-align: center; font-size: 1.2rem; }
  .uqaa .jpavjky {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .uqaa .ag1n4pns { width: 100%; min-width: 0; }
  .uqaa .ehbhpx5 { min-width: 0; }
}
.crp9og .ky3n4 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.crp9og .ky3n4 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.crp9og .ky3n4 p { padding: 0 2px 16px; }
.lka5t7f .ky3n4 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.lka5t7f .ky3n4 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.lka5t7f .ky3n4 summary::after { content: "›"; font-size: 1.2em; }
.lka5t7f .ky3n4[open] summary::after { content: "‹"; }
.lka5t7f .ky3n4 p { padding: 10px 22px 4px; }
.m69jcf7 .ky3n4 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.m69jcf7 .ky3n4 summary { color: var(--text-primary); padding-left: 16px; }
.m69jcf7 .ky3n4 summary::after { content: "›"; font-size: 1.1em; }
.m69jcf7 .ky3n4[open] summary::after { content: "‹"; }
.m69jcf7 .ky3n4 p { padding-left: 16px; }
.h6wty .opd1 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.h6wty .ky3n4 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.h6wty .ky3n4:last-child { border-bottom: none; }
.h6wty .ky3n4 summary { color: var(--text-primary); border-radius: 0; }
.h6wty .ky3n4 summary::after { content: "›"; font-size: 1.1em; }
.h6wty .ky3n4[open] summary::after { content: "‹"; }
.burck5n .ky3n4 { overflow: hidden; }
.burck5n .ky3n4 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.burck5n .ky3n4 summary::after { color: rgba(255,255,255,.75); }
.burck5n .ky3n4[open] summary { border-radius: 0; }
.esm77f { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.q7h1 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.grfpqdt3 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.qrd0 { color: var(--text-muted); font-size: 1.05rem; }
.zf9pm {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.wlootg7r { margin-bottom: 20px; }
.zwqzdj12 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.n0b3fir {
  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;
}
.n0b3fir:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.tg8g { resize: vertical; min-height: 130px; }
.mdp1ar { width: 100%; margin-top: 8px; }
.g6x7i {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ng11x98 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.pilx6 { color: var(--text-muted); line-height: 1.75; }
.arod { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.arod li { margin-bottom: 6px; }
.rl1pn0 { max-width: 760px; margin: 0 auto; }
.jlsv { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.od1yr { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.od1yr:last-child { border-bottom: none; }
.od1yr h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.od1yr p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.rxl4bm0 { max-width: 760px; margin: 0 auto; }
.mhmv ul.arod { margin: 0; }
@media (max-width: 640px) { .vw6hisjy { grid-template-columns: 1fr; gap: 10px; } }
.rkyib1 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.cxyykmg { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.k9uk { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.cxyykmg p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.cxyykmg .arod { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .rkyib1 { grid-template-columns: 1fr; } }
.fajk9 ul.arod { margin: 0; }
.lp5qcl4u .arod,
.knljetgf .arod,
.z4sfgl .arod,
.zjwchr3 .arod {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .jvdy9ye { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .nmfv53p { grid-template-columns: 1fr; } .j1wb2ok { position: static; text-align: center; } }
@media (max-width: 860px) { .pspo3ui { grid-template-columns: 1fr; } }
.zjwchr3 .arod { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .bxp99mc { flex-direction: column; text-align: center; } .e7tugvk { grid-template-columns: 1fr; } }
.ue6w5s99 {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.ue6w5s99 .grfpqdt3 { color: var(--accent-light); }
.vnbei1s .grfpqdt3 { font-size: 2rem; }
.vnbei1s .qrd0 { max-width: 680px; }
.myrg .grfpqdt3 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.myrg .qrd0  { margin: 0; }
@media (max-width: 640px) { .myrg { flex-direction: column; } }
.efc4hae .grfpqdt3 { color: var(--accent-light); }
.lsqrxob3 .grfpqdt3 { color: #fff; }
.lsqrxob3 .qrd0  { color: rgba(255,255,255,0.85); }
.a9l3c { max-width: 680px; margin: 0 auto; }
.sxjpm {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .sxjpm { grid-template-columns: 1fr; } }
.p5o8du { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.p5o8du .n0b3fir {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.p5o8du .n0b3fir:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.lpw51rg .n0b3fir { background: var(--bg-raised); border-color: transparent; }
.lpw51rg .n0b3fir:focus { background: var(--bg-card); border-color: var(--accent-light); }
.xv9w .n0b3fir { border-radius: 100px; padding: 11px 20px; }
.xv9w .tg8g { border-radius: 14px; }
@media (max-width: 640px) { .bhpjmny { grid-template-columns: 1fr; } }
.uk30iokx { counter-reset: priv-count; }
.zu0k {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.zu0k:last-child { border-bottom: none; }
.u4xeu1cc {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.zu0k h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.zu0k p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.pyean8wx{position:relative;overflow:visible}
.k5l0 .ahyf{display:block}
.id8wo .qx2c8q{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ox3gy{--date-bg:transparent}
.ryuh0 .hes7::before{content:""}
.dlm0ip .v19tn{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .v19tn{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .nrm9{max-width:100%}
}
.j0worowk{margin:24px 0 32px;padding:0;list-style:none}
.l1uk8ynn{margin:18px 0 28px}
.l1uk8ynn .eq6bzi{margin:0}
@media (max-width:560px){
  .aia56{grid-template-columns:repeat(2,1fr);gap:12px}
}
.yqfjx{
  display:grid;
  grid-template-columns:repeat(4, 1fr);  
  gap:14px;
  margin:16px 0;
}
.q3u68{
  display:flex; flex-direction:column;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:10px;
  overflow:hidden;
  text-decoration:none;
  color:var(--text-primary);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.q3u68:hover{ background:var(--bg-hover); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.imf1{
  display:block; width:100%; aspect-ratio: 4 / 3;
  background:var(--bg-surface); overflow:hidden;
}
.imf1 img{ width:100%; height:100%; object-fit:cover; display:block; }
.t6ubsz0f{ display:flex; flex-direction:column; gap:2px; padding:10px 12px; }
.q1oq091v{ font-weight:700; font-size:.95rem; line-height:1.25; color:var(--cta); }
.nbzpll{ font-size:.78rem; color:var(--text-muted); }
.ddd90dx{ font-size:.75rem; color:var(--cta); font-weight:700; }
.nngeaz{
  display:block; text-align:center; padding:8px 12px; margin:0 12px 12px;
  font-size:.82rem; border-radius:6px;
}
.t6tng{ display:flex; flex-direction:column; gap:18px; margin:16px 0; }
.u2zrttu6{ }
.yurkstqq{
  font-size:1rem; font-weight:700;
  margin:0 0 10px;
  text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted);
}
.duw7dig2{
  display:flex; flex-wrap:wrap; gap:10px;
}
.qw2na7{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:90px; min-height:48px; padding:8px 12px;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:6px;
}
.qw2na7 img{
  max-width:80px; max-height:32px; object-fit:contain; display:block;
}
@media (max-width:560px){
  .yqfjx{ grid-template-columns: repeat(2, 1fr); gap:10px; }
  .q1oq091v{ font-size:.85rem; }
  .f763b{ grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}
.f99g0x3 .yqfjx{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}
.f99g0x3 .imf1{ aspect-ratio: 3 / 4; }
.f99g0x3 .t6ubsz0f{ padding: 14px 14px 6px; }
.f99g0x3 .nngeaz{ margin: 0 14px 14px; padding: 10px 14px; font-size: .9rem; }
.w9bmfjk .yqfjx{
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.w9bmfjk .q3u68{
  flex: 0 0 200px;
  scroll-snap-align: start;
}
.w9bmfjk .imf1{ aspect-ratio: 1 / 1; }
.w9bmfjk .t6ubsz0f{ padding: 8px 10px; }
.w9bmfjk .q1oq091v{ font-size: .82rem; }
.w9bmfjk .nbzpll, .w9bmfjk .ddd90dx{ display: none; }
.w9bmfjk .nngeaz{ margin: 0 10px 10px; padding: 6px 10px; font-size: .75rem; }
.pto8e .yqfjx{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}
.pto8e .q3u68{
  background: transparent !important;
  border: 2px solid var(--accent) !important;
  border-radius: 6px !important;
}
.pto8e .q1oq091v{ color: var(--text, #fff); }
.pto8e .nbzpll{ color: var(--text-muted, #999); }
@media (max-width: 700px) {
  .f99g0x3 .yqfjx,
  .pto8e .yqfjx {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}
@media (max-width: 560px) {
  .qw2na7 { min-width: 72px !important; }
  .qw2na7 img { max-width: 64px !important; }
}
.gjmzia .b5r8{
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.gjmzia .b5r8:hover{
  background: rgba(255,255,255,0.07) !important;
  box-shadow: 0 0 0 1px var(--accent), inset 0 1px 0 rgba(255,255,255,0.06);
}
.obmfbags .yurkstqq{ display: none; }
.obmfbags .t6tng{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.obmfbags .u2zrttu6{ display: contents; }
.obmfbags .duw7dig2{ display: contents; }
.o6aa18gv .qw2na7{
  border-radius: 999px !important;
  padding: 6px 14px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  gap: 8px;
}
.o6aa18gv .qw2na7 img{ max-width: 36px !important; max-height: 22px !important; }
.o6aa18gv .qw2na7::after{
  content: attr(title);
  font-size: .8rem;
  color: var(--text, #fff);
  font-weight: 500;
}
.cj7l .t6tng{ gap: 10px; }
.cj7l .yurkstqq{
  display: inline-block; min-width: 110px; margin: 0 12px 0 0; opacity: .55;
  font-size: .72rem;
}
.cj7l .u2zrttu6{
  display: flex; align-items: center; flex-wrap: wrap;
}
.cj7l .duw7dig2{ flex: 1; gap: 8px; }
.cj7l .qw2na7{
  min-width: 70px !important; min-height: 36px !important; padding: 4px 8px !important;
}
.cj7l .qw2na7 img{ max-height: 22px !important; }
.wfmw .yqfjx{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}
.wfmw .q3u68{
  position: relative;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--bg-surface) !important;
}
.wfmw .imf1{
  aspect-ratio: 3 / 4;
  display: block;
}
.wfmw .imf1 img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease, filter .25s ease;
}
.wfmw .t6ubsz0f{
  
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 14px 8px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px !important;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.wfmw .q1oq091v{
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.wfmw .nbzpll,
.wfmw .ddd90dx{
  color: rgba(255,255,255,0.85) !important;
  font-size: .72rem;
}
.wfmw .nngeaz{
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -40%);
  margin: 0 !important;
  padding: 10px 22px !important;
  font-size: .9rem !important;
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.wfmw .q3u68:hover .imf1 img{
  transform: scale(1.06);
  filter: brightness(0.55);
}
.wfmw .q3u68:hover .t6ubsz0f{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.wfmw .q3u68:hover .nngeaz{
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media (max-width: 700px){
  .wfmw .yqfjx{ grid-template-columns: repeat(2, 1fr) !important; }
  
  .wfmw .t6ubsz0f{ opacity: 1; transform: none; }
  .wfmw .nngeaz{ opacity: 1; transform: translate(-50%, -50%); }
  .wfmw .imf1 img{ filter: brightness(0.8); }
}
.l2qkbska .noaba::first-letter{
  float: left;
  font-size: 3.4em;
  line-height: .9;
  font-weight: 800;
  color: var(--cta);
  padding: 4px 12px 0 0;
  margin-top: 4px;
}
.l2qkbska .noaba{
  
  line-height: 1.7;
  margin-bottom: 18px;
}
.c2f8mkr .noaba,
.c2f8mkr .b70kzd9{
  position: relative;
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.65;
  color: var(--text-primary);
  margin: 8px 0 22px;
}
.c2f8mkr .ssir { padding: 8px 0 8px 56px; }
.c2f8mkr .ssir::before {
  content: "\201C"; position: absolute; left: 4px; top: -10px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.c2f8mkr .lotz8q { padding: 8px 56px 8px 0; text-align: right; }
.c2f8mkr .lotz8q::after {
  content: "\201D"; position: absolute; right: 4px; bottom: -18px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.c2f8mkr .hrls5 { padding: 8px 22px; }
.c2f8mkr .hrls5::before,
.c2f8mkr .hrls5::after {
  font-family: Georgia, "Times New Roman", serif; font-size: 1.8em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700; vertical-align: -0.05em;
}
.c2f8mkr .hrls5::before { content: "\00AB\00A0"; margin-right: 4px; }
.c2f8mkr .hrls5::after  { content: "\00A0\00BB"; margin-left: 4px; }
.c2f8mkr .b26629 {
  padding: 6px 0 6px 16px;
  border-left: 3px solid var(--cta);
}
.c2f8mkr .lvejw7qr { padding: 32px 0 8px 0; }
.c2f8mkr .lvejw7qr::before {
  content: "\201C"; position: absolute; left: 0; top: -6px;
  font-family: Georgia, "Times New Roman", serif; font-size: 2.6em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.c2f8mkr .cowp {
  padding: 18px 24px; text-align: center; font-size: 1.15em;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.c4etv { padding-top: 6px; }
.c4etv .cyn8{
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.c4etv .cyn8::after{
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: var(--cta);
  opacity: .55;
}
.c4etv p { margin: 0 0 10px; }
.c4etv p:last-child { margin-bottom: 0; }
.mt02{
  position: relative;
  padding-left: 16px;
  margin-top: 18px;
  font-style: italic;
  color: var(--text-muted);
  border-left: 3px solid var(--cta);
}
.yetfcnns{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 14px 0;
}
.lvjay{
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px;
  transition: border-color .15s ease, background .15s ease;
}
.lvjay:hover{ border-color: var(--cta); background: var(--bg-hover); }
.g7ln4ag{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  position: relative;
  
  display: none;
}
.g7ln4ag::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(255,255,255,.3) 100%);
  border-radius: inherit;
}
.ev3jduyc{ flex: 1; min-width: 0; }
.dg3ne{
  font-weight: 700;
  font-size: .95rem;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.25;
}
.gmcbl45m{
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.yetfcnns.rns0h2 .lvjay { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
.yetfcnns.rns0h2 .g7ln4ag { width: 36px; height: 36px; }
.yetfcnns.rns0h2 .ev3jduyc { text-align: center; }
.yetfcnns.ngbrxl .lvjay { border: 2px solid var(--cta); background: var(--bg-card-inner); }
.yetfcnns.phats { counter-reset: fgb-c; }
.yetfcnns.phats .lvjay { counter-increment: fgb-c; }
.d0f7w {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}
.f3z27.eko9 .e7e9347 { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.f3z27.eko9 .ymu7 { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.f3z27.eko9 .fr5a4 { grid-row: 1 / span 3; grid-column: 1; width: 48px; height: 48px; margin: 0; }
.f3z27.eko9 .sj45m { grid-column: 2; text-align: left; padding: 0; }
.f3z27.eko9 .reqgwh { grid-column: 2; text-align: left; padding: 0; }
.f3z27.eko9 .v8ah { grid-column: 2; padding-left: 18px; }
.f3z27.okv80f1 .ymu7,
.f3z27.okv80f1 .fr5a4 { display: none; }
.f3z27.okv80f1 .e7e9347 { padding: 16px 18px; text-align: left; }
.f3z27.okv80f1 .sj45m { text-align: left; }
.f3z27.okv80f1 .reqgwh { text-align: left; }
.f3z27.d26wq { counter-reset: clb-n; }
.f3z27.d26wq .e7e9347 { counter-increment: clb-n; }
.f3z27.d26wq .ymu7 { display: none; }
.f3z27.d26wq .fr5a4 { width: 32px; height: 32px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; border: 0; margin: 14px auto 4px; color: #fff; font-weight: 700; }
.f3z27.d26wq .fr5a4::before { content: counter(clb-n); font-family: inherit; }
.f3z27.d26wq .fr5a4::after { display: none; }
.f3z27.d26wq .e7e9347:not(:has(.fr5a4)) .sj45m::before { content: counter(clb-n) ". "; color: var(--cta); font-weight: 700; }
.liwfpc1 .e7e9347 { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.liwfpc1 .ymu7 { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.liwfpc1 .sj45m { grid-column: 2; text-align: left; padding: 0; }
.liwfpc1 .reqgwh { grid-column: 2; text-align: left; padding: 0; }
.liwfpc1 .v8ah { grid-column: 2; padding-left: 18px; }
.qufo .f3z27 { counter-reset: cl-n; }
.qufo .e7e9347 { counter-increment: cl-n; }
.qufo .ymu7 { display: none; }
.qufo .e7e9347:not(:has(.fr5a4)) .sj45m::before { content: counter(cl-n) ". "; color: var(--cta); font-weight: 700; }
.c6i9fs9 .ymu7,
.c6i9fs9 .fr5a4 { display: none; }
.c6i9fs9 .e7e9347 { padding: 16px 18px; text-align: left; }
.c6i9fs9 .sj45m { text-align: left; }
.c6i9fs9 .reqgwh { text-align: left; }
.jim9 .lvjay { border: 0; border-left: 3px solid var(--cta); border-radius: 0 8px 8px 0; padding-left: 14px; background: transparent; }
.jim9 .g7ln4ag { display: none; }
.c8vbyzcj .lvjay { border: 0; background: var(--bg-card-inner); }
.c8vbyzcj .g7ln4ag { width: 36px; height: 36px; border-radius: 18px; background: rgba(255,255,255,0.06); }
.c8vbyzcj .g7ln4ag::after { background: radial-gradient(circle at 50% 50%, var(--cta) 0 6px, transparent 7px); inset: 0; opacity: 0.9; }
.oumj .yetfcnns { counter-reset: fg-c; }
.oumj .lvjay { counter-increment: fg-c; }
.oumj .g7ln4ag { width: 30px; height: 30px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; }
.oumj .g7ln4ag::after { content: counter(fg-c); position: static; background: none; color: #fff; font-weight: 700; font-size: 0.9rem; line-height: 1; }
.u3rurszs .lvjay { border: 0; background: transparent; padding: 10px 4px; }
.u3rurszs .lvjay + .lvjay { border-top: 1px solid var(--border); }
.u3rurszs .g7ln4ag { width: 6px; height: 6px; border-radius: 50%; margin-top: 9px; }
.u3rurszs .g7ln4ag::after { display: none; }
.zo0cvsdg .lvjay { border: 0; background: var(--bg-card); padding: 12px 14px; }
.zo0cvsdg .g7ln4ag { width: 8px; height: 8px; border-radius: 50%; margin-top: 7px; }
.zo0cvsdg .g7ln4ag::after { display: none; }
.q34jip .lvjay { display: block; position: relative; padding: 14px 16px 14px 44px; }
.q34jip .g7ln4ag { position: absolute; top: 14px; left: 14px; width: 20px; height: 20px; border-radius: 4px; }
.q34jip .ev3jduyc { display: block; }
.zgx6o .lvjay { background: transparent; }
.zgx6o .g7ln4ag { background: transparent; border: 2px solid var(--cta); width: 32px; height: 32px; }
.zgx6o .g7ln4ag::after { background: linear-gradient(135deg, var(--cta) 0%, transparent 60%); opacity: 0.5; }
@media (max-width: 560px){
  .z814b{ grid-template-columns: repeat(2, 1fr); padding: 14px 10px; }
  .m1quk{ font-size: 1.4rem; }
}
@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) {
  .kyxfs0mb { padding: 28px 18px 20px; }
  .tfrofvs { font-size: 1.2rem; }
  .tho0p { max-width: 220px; max-height: 80px; }
}
.jw1pkm9s .j05q {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.jw1pkm9s .k588pe {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.jw1pkm9s .eatz {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.sik0  .gmztho { border-radius: 50%; }
.g5j55u4 .eatz { align-items: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .gmztho { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
@media (max-width: 640px) {
  .dil02 { display: none; }
  .x0km22 {
    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;
  }
}
.bz7b2pm .mx3y,
.bz7b2pm .y6txw5 h2, .bz7b2pm .y6txw5 h3, .bz7b2pm .y6txw5 h4,
.bz7b2pm .sj45m h3, .bz7b2pm .dg3ne,
.bz7b2pm .dadph9j2, .bz7b2pm .fkc8iv { color: var(--cta) !important; }
.bz7b2pm .nxwefgn,
.bz7b2pm .uzgqd,
.bz7b2pm .f8m99d6,
.bz7b2pm .opt8 {
  background: var(--accent-bg) !important;
  border-color: var(--cta) !important;
}
.bz7b2pm .nxwefgn strong { color: var(--cta) !important; }
.bz7b2pm .nxwefgn .bfga,
.bz7b2pm .nxwefgn .bfga::before { color: var(--cta) !important; }
.bz7b2pm [data-c] {
  color: var(--cta) !important;
  background: color-mix(in srgb, var(--cta) 14%, transparent) !important;
}
.bz7b2pm .z814b, .bz7b2pm .xsts,
.bz7b2pm .dptocfc, .bz7b2pm .n25vac6,
.bz7b2pm .e7e9347 { border-color: var(--cta) !important; }
.bz7b2pm .m1quk { color: var(--cta) !important; }
.oebr, .nik62, .x0km22, .qlxi1o,
.hw2ckjf, .mq8sz7, .ag1n4pns { text-transform: capitalize; }
:root {
  --accent:          #0f1a14;
  --brand:           #0f1a14;
  --brand-light:     #1fcf57;
  --brand-pale:      #1fcf57;
  --grad-start:      #000000;
  --grad-end:        #050907;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1fcf57;
  --cta-light:       #59e084;
  --cta-hover:       #35e06c;
  --bg-page:         #0c0c0c;
  --bg-surface:      #141414;
  --bg-card:         #1c1c1c;
  --bg-card-inner:   #232323;
  --bg-raised:       #2b2b2b;
  --bg-hover:        #333333;
  --border:          #3d3d3d;
  --border-alt:      #4c4c4c;
  --border-section:  #3d3d3d;
  --text-primary:    #e5e5e5;
  --text-muted:      #a5a5a5;
  --text-body:       #cccccc;
  --text-sub:        #a5a5a5;
  --text-faint:      #727272;
  --text-dim:        #595959;
  --text-label:      #8c8c8c;
  --text-value:      #bfbfbf;
  --accent-bg:       #1e1e1e;
  --accent-bg-light: #2d2e2d;
  --bg-tip:          #26161f;
  --bg-warning:      #272115;
  --bg-info:         #162026;
  --bg-pros:         #26161f;
  --bg-cons:         #261c16;
  --c-pros:          #db93ba;
  --c-cons:          #e6ab89;
  --c-pros-label:    #ce6da2;
  --c-tip-border:    #c55291;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #db93ba;
}
:root { --logo-bg-opacity: 35%; }
body, button, input { font-family: "Open Sans", sans-serif; }
.mf3mx227 .bfga { font-size: 0; width: 1.2rem; flex-shrink: 0; }.mf3mx227 .bfga::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.mf3mx227 .uzgqd     .bfga::before { content: "";  color: var(--c-tip-border); }.mf3mx227 .f8m99d6 .bfga::before { content: ""; color: var(--c-warn-border); }.mf3mx227 .opt8    .bfga::before { content: ""; color: #60a5fa; }.ktwml .mf3mx227 .uzgqd     .bfga::before { color: #10b981; }.ktwml .mf3mx227 .f8m99d6 .bfga::before { color: #f43f5e; }.ktwml .mf3mx227 .opt8    .bfga::before { color: #a855f7; }.w2u90j  .mf3mx227 .uzgqd     .bfga::before { color: #eab308; }.w2u90j  .mf3mx227 .f8m99d6 .bfga::before { color: #ef4444; }.w2u90j  .mf3mx227 .opt8    .bfga::before { color: #f97316; }.iy50vfo  .mf3mx227 .uzgqd     .bfga::before { color: #38bdf8; }.iy50vfo  .mf3mx227 .f8m99d6 .bfga::before { color: #818cf8; }.iy50vfo  .mf3mx227 .opt8    .bfga::before { color: #2dd4bf; }.ggjvtir .mf3mx227 .bfga::before { color: var(--accent-light) !important; }
.bqecobnn .gg5xzbj1, .bqecobnn .hdtw9x3 { min-height: 640px; }
.o6xml::before { content: '·'; font-size: 1.3em; line-height: 1; }
.ec9bx1 .r0b7 {  background: rgba(0,0,0,0.45);  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }.ec9bx1 .uxb2w {  filter: blur(2px) brightness(0.88); }.ec9bx1 .k48csehu {  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }