:root {
  --color-accent: #4627a0;
  --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;
}
.t1qj0bn3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ywi22q3 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.yl1q {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ik212o4 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.c86mnq { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.c86mnq a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.c86mnq a:hover { color: var(--accent-light); }
.sm2f     .ysb07q { border-radius: 24px; padding: 8px; }
.sm2f .ysb07q li a { border-radius: 16px; }
.ll7pkjvu .ysb07q li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .ysb07q {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .e191poe:hover .ysb07q,
  .e191poe:focus-within .ysb07q { display: block; }
  .ysb07q li a { padding: 8px 16px; font-size: 0.88rem; }
}
.t7ix63ov {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.t03u6asu { display: none; }
@media (max-width: 640px) {
  .t03u6asu {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .t03u6asu.kssys8r { display: block; }
}
@media (max-width: 640px) {
  .t7ix63ov { display: block; }
  .c86mnq > li + li::before { display: none !important; }
  .c86mnq {
    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;
  }
  .c86mnq.kssys8r { display: flex; }
  .c86mnq li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .c86mnq li:last-child a { border-bottom: none; }
}
.iuy5 { min-height: 480px; }
.tn01 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.mz4i { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.he8l .mz4i { margin-left: 0; margin-right: 0; }
.jmwyhu {
  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;
}
.tgjm8djk .jmwyhu { margin-top: 24px; }
.jmwyhu:hover { opacity: 0.88; }
.cn8d {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.ox33 {
  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%);
}
.cn8d .uhaknd {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.cn8d .tn01 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.cn8d .mz4i { color: #e2e8f0; }
.cn8d.ul5jas .uhaknd { text-align: center; }
.cn8d.he8l   .uhaknd { text-align: left; }
.baabn .uhaknd {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.baabn .tn01 { color: var(--text-primary); text-shadow: none; }
.baabn .mz4i { color: var(--text-muted); }
.baabn .jmwyhu { margin-top: 16px; }
.baabn, .baabn.iuy5 { min-height: auto !important; }
.baabn.ul5jas .uhaknd { text-align: center; }
.baabn.he8l   .uhaknd { text-align: left; }
.baabn~.lytwm4{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.baabn~.lytwm4 .uxqc10{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.bzqd9 .vs818acn,
.bzqd9 .roeyjf6l,
.bzqd9 .cn8d .ox33 {
  overflow: hidden;
}
.bzqd9 .vs818acn::after,
.bzqd9 .roeyjf6l::after,
.bzqd9 .cn8d .ox33::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.t2xum22 .cn8d .ox33 {
  overflow: hidden;
}
.t2xum22 .cn8d .ox33::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;
}
.eb8gb .cn8d .ox33 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.rzrvxk7v .cn8d .ox33 {
  overflow: hidden;
}
.rzrvxk7v .cn8d .ox33::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;
}
.xd4d .cn8d .ox33 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.vs818acn .ox33 {
  background: none;
}
.vs818acn .tn01 { color: #fff; }
.vs818acn .mz4i { color: rgba(255,255,255,0.85); }
.vs818acn .jmwyhu { background: #fff; color: var(--cta); }
.vs818acn .jmwyhu:hover { opacity: 0.92; }
.bzqd9 .s0hxzl { position: relative; overflow: hidden; }
.bzqd9 .s0hxzl::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;
}
.s0hxzl .tn01 { text-shadow: none; color: var(--text-primary); }
.s0hxzl .mz4i { color: var(--text-muted); }
body.bne38bz5 .tn01 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.qdknfvf .tn01 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.iuy5.vs818acn .tn01,
section.vs818acn .tn01 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.s0hxzl.ul5jas .ww1wo { align-items: center; text-align: center; }
.iuy5 .qnxaydd6 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.qnxaydd6 .lu493h1.pf8k {
  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;
}
.qnxaydd6 .lu493h1.pf8k:hover { opacity: 0.85; }
.d5hn .uhaknd { padding-bottom: 24px; }
.tgjm8djk .uhaknd { max-width: 1100px; }
@media (max-width: 700px) {
  .s0hxzl { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .s0hxzl:not(.e2io6qpg) .g16enpoz { display: none !important; }
  .e2io6qpg .g16enpoz { padding: 16px; }
  .ww1wo  { padding: 36px 24px; }
  .s0hxzl~.lytwm4,.zf8qcfw~.lytwm4{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .iuy5, .s0hxzl { min-height: 320px !important; }
  .tn01 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .vfvdtj,
  .luvi,
  .cfq044o { grid-template-columns: 1fr !important; }

  

  
  .d5hn { display: flex !important; flex-direction: column !important; }
  .d5hn .uhaknd { display: contents; }
  .d5hn .ox33 { order: 0; }
  .d5hn .tn01 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .d5hn .vfvdtj { order: 2; padding: 0 16px 12px !important; }
  .d5hn .mz4i { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .tgjm8djk .uhaknd { display: flex; flex-direction: column; }
  .tgjm8djk .uhaknd .tn01 { order: 1; }
  .tgjm8djk .uhaknd .cfq044o { order: 2; margin: 8px 0 24px !important; }
  .tgjm8djk .uhaknd .mz4i { order: 3; }
  .tgjm8djk .uhaknd .jmwyhu { order: 4; align-self: center; margin-top: 0; }

  
  .s0hxzl.e2io6qpg {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .s0hxzl.e2io6qpg .ww1wo { display: contents; padding: 0; }
  .s0hxzl.e2io6qpg .ww1wo .tn01 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .s0hxzl.e2io6qpg .g16enpoz { order: 2; padding: 12px 16px; }
  .s0hxzl.e2io6qpg .ww1wo .mz4i { order: 3; padding: 0 24px; margin: 0 auto; }
  .s0hxzl.e2io6qpg .ww1wo .jmwyhu { order: 4; align-self: center; margin: 8px 0 32px; }
}
.lmop0 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.rb6moh9 { width: 100%; height: auto; display: block; border-radius: 10px; }
.cms99js .lmop0        { border-radius: 16px; }
.cms99js .rb6moh9  { border-radius: 16px; }
.c2zb8n2 .lmop0         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.c2zb8n2 .rb6moh9   { border-radius: 8px; }
.hk0v2kql { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.lgbqp0 { width: 100%; padding: 32px 0; position: relative; }
.a1vtknf { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.llxspwt .lgbqp0:nth-child(even) { background: var(--bg-surface); }
.llxspwt .lgbqp0:nth-child(odd)  { background: var(--bg-page); }
.we6n4 .lgbqp0:nth-child(even) { background: var(--bg-card); }
.we6n4 .lgbqp0:nth-child(odd)  { background: var(--bg-page); }
.llxspwt .lgbqp0:nth-child(odd)  .a1vtknf { background: var(--bg-card); border-radius: 6px; }
.llxspwt .lgbqp0:nth-child(even) .a1vtknf { background: var(--bg-raised); border-radius: 6px; }
.we6n4 .lgbqp0:nth-child(odd)  .a1vtknf { background: var(--bg-card); border-radius: 6px; }
.we6n4 .lgbqp0:nth-child(even) .a1vtknf { background: var(--bg-raised); border-radius: 6px; }
.llxspwt .lgbqp0:nth-child(even) .yxzvblv .svrmv,
.we6n4 .lgbqp0:nth-child(even) .yxzvblv .svrmv { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.llxspwt .lgbqp0:nth-child(odd) .yxzvblv .svrmv,
.we6n4 .lgbqp0:nth-child(odd) .yxzvblv .svrmv { background: var(--bg-card-inner); }
.llxspwt .lgbqp0:nth-child(even) .w4f21cbd .svrmv:nth-child(odd),
.we6n4 .lgbqp0:nth-child(even) .w4f21cbd .svrmv:nth-child(odd)  { background: var(--bg-card); }
.llxspwt .lgbqp0:nth-child(even) .w4f21cbd .svrmv:nth-child(even),
.we6n4 .lgbqp0:nth-child(even) .w4f21cbd .svrmv:nth-child(even) { background: var(--bg-card-inner); }
h1.uc4b1 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.uc4b1 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.h2ia42z9 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.n5i1 h2.uc4b1 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.isv6b h2.uc4b1 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.tdsjr720 h2.uc4b1 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.r1u8 h2.uc4b1::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.aafh h2.uc4b1 {
  color: var(--text-primary); font-size: 1.7rem;
}
.a68lroh h2.uc4b1::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.vy7uiy6h h2.uc4b1 {
  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;
}
.u0s5 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .u0s5 { display: none; } }
.hgnxusn { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.nuvqga { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.j3ahm {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.cemkz9 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ip2vf { padding-left: 20px; }
.ip2vf li { margin-bottom: 6px; }
.ip2vf a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ip2vf a:hover { color: var(--accent-light); }
.w9wyj .cemkz9 { display: none; }
.tidi .cemkz9 { display: none; }
.tidi .ip2vf { padding-left: 0; list-style: none; }
.tidi .ip2vf li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.tidi .ip2vf a { font-size: 0.92rem; }
.ridjs .j3ahm { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ridjs .cemkz9 { display: none; }
.ridjs .ip2vf { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ridjs .ip2vf li { margin-bottom: 0; }
.ridjs .ip2vf 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;
}
.ridjs .ip2vf a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ol70g .j3ahm { padding: 20px 20px 16px; }
.ol70g .ip2vf {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ol70g .ip2vf li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ol70g .ip2vf 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;
}
.ol70g .ip2vf 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;
}
.ol70g .ip2vf a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ol70g .ip2vf a:focus,
.ol70g .ip2vf a:focus-visible,
.ol70g .ip2vf a:target { outline: none; }
.ol70g .ip2vf li:target a { border-color: var(--border); color: var(--text-muted); }
.am036pk1 .j3ahm { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.am036pk1 .cemkz9 { display: none; }
.am036pk1 .ip2vf { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.am036pk1 .ip2vf li { margin-bottom: 0; }
.am036pk1 .ip2vf li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.am036pk1 .ip2vf li:last-child::after { content: ""; margin-right: 0; }
.am036pk1 .ip2vf a { font-size: 0.9rem; }
.svrmv { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.yxzvblv .svrmv { background: var(--bg-card); }
.w4f21cbd .svrmv:nth-child(odd)  { background: var(--bg-card); }
.w4f21cbd .svrmv:nth-child(even) { background: var(--bg-raised); }
.om25hyh .svrmv {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.om25hyh .svrmv:last-child { border-bottom: none; }
.om25hyh h3.h2ia42z9 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.k8ut9jm7 .svrmv {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.k8ut9jm7 .svrmv + .svrmv { margin-top: 4px; }
.f71qe1 .svrmv { background: none; border-radius: 0; padding: 12px 0; }
.f71qe1 .svrmv + .svrmv { border-top: 1px solid var(--border-section); }
.k92oye { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.s3w7r1 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.b9ci30 { color: var(--text-body); margin-bottom: 10px; }
.tblwm, .ahzvczr { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.tblwm li, .ahzvczr li { margin-bottom: 6px; }
.ahzvczr li { list-style: decimal; }
.oz0mthb     .tblwm { list-style-type: "● "; }
.n79wc  .tblwm { list-style-type: "■ "; }
.cbzqr .tblwm { list-style-type: "◆ "; }
.vx2x    .tblwm { list-style-type: "★ "; }
.oz0mthb     .nryhg2 { list-style-type: "● "; }
.n79wc  .nryhg2 { list-style-type: "■ "; }
.cbzqr .nryhg2 { list-style-type: "◆ "; }
.vx2x    .nryhg2 { list-style-type: "★ "; }
.oz0mthb    .tblwm li::marker, .oz0mthb    .nryhg2 li::marker,
.n79wc .tblwm li::marker, .n79wc .nryhg2 li::marker,
.cbzqr .tblwm li::marker, .cbzqr .nryhg2 li::marker,
.vx2x   .tblwm li::marker, .vx2x   .nryhg2 li::marker {
  color: var(--cta); font-size: 1em;
}
.oz0mthb .ahzvczr,
.n79wc .ahzvczr,
.cbzqr .ahzvczr,
.vx2x .ahzvczr {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.oz0mthb .ahzvczr li,
.n79wc .ahzvczr li,
.cbzqr .ahzvczr li,
.vx2x .ahzvczr li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.oz0mthb .ahzvczr li::before,
.n79wc .ahzvczr li::before,
.cbzqr .ahzvczr li::before,
.vx2x .ahzvczr 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;
}
.oz0mthb     .ahzvczr li::before { border-radius: 50%; }
.n79wc  .ahzvczr li::before { border-radius: 3px; }
.cbzqr .ahzvczr li::before { border-radius: 3px; }
.vx2x    .ahzvczr li::before { border-radius: 50%; }
.bb8d { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.quwbp .bb8d,
.kugo .bb8d { background: transparent; border: none; border-radius: 0; }
.tvh5e8l { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.tvh5e8l th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.tvh5e8l td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.tvh5e8l tr:hover td { background: var(--bg-hover); }
.r9xu .tvh5e8l tbody tr:nth-child(even) td { background: var(--bg-surface); }
.g2sv .tvh5e8l { border: 1px solid var(--border-alt); }
.g2sv .tvh5e8l th,
.g2sv .tvh5e8l td { border: 1px solid var(--border-alt); }
.aym92 .tvh5e8l th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.aym92 .tvh5e8l td { border-bottom: none; }
.aym92 .tvh5e8l tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.nkpbs7 .tvh5e8l th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.b0dn39 .bb8d {
  overflow: hidden;
}
.b0dn39 .tvh5e8l th { border-bottom: 1px solid var(--border-alt); }
.b0dn39 .tvh5e8l tr:last-child td { border-bottom: none; }
.sruxo { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ejrb { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.wwv7596 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.yz2mz3jj { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.c9oflm { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.nryhg2 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.nryhg2 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%}
.etjsg1ng .yz2mz3jj { background: transparent; text-align: center; }
.zuhyyuvx .wwv7596 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.xab03 .wwv7596 {
  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);
}
.g5oh4 .ejrb { display: grid; grid-template-columns: auto 1fr; }
.g5oh4 .wwv7596 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.g5oh4 .yz2mz3jj { grid-column: 2; }
.g5oh4 .c9oflm,
.g5oh4 .nryhg2 { grid-column: 1 / -1; }
.cdt9btqo .ejrb { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.cdt9btqo .wwv7596 {
  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);
}
.cdt9btqo .yz2mz3jj { grid-column: 2; }
.cdt9btqo .c9oflm,
.cdt9btqo .nryhg2 { grid-column: 1 / -1; }
.rfcp15o .ejrb { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.rfcp15o .yz2mz3jj { background: none; color: var(--accent-light); font-weight: 700; }
.gjlqn7i .ejrb { 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); }
.gjlqn7i .yz2mz3jj { background: none; color: var(--accent-light); font-weight: 700; }
.kqwzk .ejrb { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.kqwzk .ejrb:last-child { border-bottom: none; }
.kqwzk .yz2mz3jj { background: none; color: var(--accent-light); font-weight: 700; }
.mzjw5vs6 .ejrb { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.mzjw5vs6 .yz2mz3jj { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.vu2nhgs .sruxo { counter-reset: card-n; }
.vu2nhgs .ejrb  { counter-increment: card-n; }
.vu2nhgs .yz2mz3jj { display: flex; align-items: center; gap: 10px; }
.vu2nhgs .yz2mz3jj::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;
}
.wmmvric .ejrb { background: var(--bg-surface); border: 1px solid var(--border); }
.wmmvric .yz2mz3jj { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.rvnwi { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.jv5tz  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.xap73g7h { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.vrizg2 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.in55hp { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.rvnwi strong { color: var(--text-primary); font-size: 0.95rem; }
.rvnwi p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.axds1 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.uszxz, .u3bxsv { border-radius: 8px; padding: 14px; }
.uszxz { background: var(--bg-pros); }
.u3bxsv { background: var(--bg-cons); }
.o8xp { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.uszxz .o8xp { color: var(--c-pros-label); }
.u3bxsv .o8xp { color: #f87171; }
.uszxz ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.u3bxsv ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.rb6moh9 { width: 100%; height: auto; border-radius: 10px; display: block; }
.pf8k {
  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;
}
.pf8k:hover { opacity: 0.85; }
.gkly1vj .pf8k  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.gkly1vj .pf8k:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.usrb .pf8k  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.usrb .pf8k:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.yf6vjtzl .jmwyhu { border-radius: 50px; }
.yf6vjtzl .pf8k  { border-radius: 50px; }
.itx6iz .jmwyhu { padding-left: 22px; padding-right: 22px; }
.itx6iz .pf8k  { padding-left: 12px; padding-right: 12px; }
.il0l .jmwyhu { padding-left: 44px; padding-right: 44px; }
.il0l .pf8k  { padding-left: 24px; padding-right: 24px; }
.opwp .jmwyhu { padding-left: 56px; padding-right: 56px; }
.opwp .pf8k  { padding-left: 32px; padding-right: 32px; }
.ruh3o0xn   .jmwyhu::after, .ruh3o0xn   .pf8k::after,
.m9perjiu .jmwyhu::after, .m9perjiu .pf8k::after,
.uardm1oc    .jmwyhu::after, .uardm1oc    .pf8k::after,
.b7qhummo    .jmwyhu::after, .b7qhummo    .pf8k::after,
.oiusn    .jmwyhu::after, .oiusn    .pf8k::after,
.k4gq7yn     .jmwyhu::after, .k4gq7yn     .pf8k::after,
.jmxr    .jmwyhu::after, .jmxr    .pf8k::after,
.d9t7zf   .jmwyhu::after, .d9t7zf   .pf8k::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;
}
.ruh3o0xn .jmwyhu::after, .ruh3o0xn .pf8k::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");
}
.m9perjiu .jmwyhu::after, .m9perjiu .pf8k::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");
}
.uardm1oc .jmwyhu::after, .uardm1oc .pf8k::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");
}
.b7qhummo .jmwyhu::after, .b7qhummo .pf8k::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");
}
.oiusn .jmwyhu::after, .oiusn .pf8k::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");
}
.k4gq7yn .jmwyhu::after, .k4gq7yn .pf8k::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");
}
.jmxr .jmwyhu::after, .jmxr .pf8k::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");
}
.d9t7zf .jmwyhu::after, .d9t7zf .pf8k::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");
}
.naaq0uz   .wub3sx0::after, .naaq0uz   .cxpd26x::after,
.xp2h .wub3sx0::after, .xp2h .cxpd26x::after,
.s62f3n2    .wub3sx0::after, .s62f3n2    .cxpd26x::after,
.l5inp    .wub3sx0::after, .l5inp    .cxpd26x::after,
.ox25s84p    .wub3sx0::after, .ox25s84p    .cxpd26x::after,
.q1ablp     .wub3sx0::after, .q1ablp     .cxpd26x::after,
.i3nr8m    .wub3sx0::after, .i3nr8m    .cxpd26x::after,
.sx75s01   .wub3sx0::after, .sx75s01   .cxpd26x::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;
}
.naaq0uz .wub3sx0::after, .naaq0uz .cxpd26x::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");
}
.xp2h .wub3sx0::after, .xp2h .cxpd26x::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");
}
.s62f3n2 .wub3sx0::after, .s62f3n2 .cxpd26x::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");
}
.l5inp .wub3sx0::after, .l5inp .cxpd26x::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");
}
.ox25s84p .wub3sx0::after, .ox25s84p .cxpd26x::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");
}
.q1ablp .wub3sx0::after, .q1ablp .cxpd26x::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");
}
.i3nr8m .wub3sx0::after, .i3nr8m .cxpd26x::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");
}
.sx75s01 .wub3sx0::after, .sx75s01 .cxpd26x::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");
}
.b56uhfp .rrk7pl6w { background: var(--bg-raised); }
.lu493h1.pf8k {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ta868d96 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ta868d96::before    { grid-area: rank;   }
  .ta1y6m4           { grid-area: ident;  }
  .em4q3v     { grid-area: rating; min-width: 0; width: auto; }
  .ysl27y           { grid-area: pills;  }
  .lu493h1             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ta868d96 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ta868d96::before    { justify-self: center; }
  .ta1y6m4           { width: 100%; }
  .em4q3v     { justify-self: center; }
  .ysl27y           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .c255t3xq .v7s6ety {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .c255t3xq .q84r { margin: 0; }
}
.kugo .axds1 { gap: 10px; }
.kugo .uszxz, .kugo .u3bxsv { padding: 12px; }
.kugo .uszxz ul, .kugo .u3bxsv ul { margin: 4px 0 0; padding-left: 18px; }
.kugo .uszxz li, .kugo .u3bxsv li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .u095fb9 { grid-template-columns: 1fr; }
  .jbhmkvr { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .jbhmkvr .rkzpl { width: 72px; height: 50px; }
  .jbhmkvr .tycf { max-width: 180px; }
  .jbhmkvr .dh2rws { width: auto; }
}
@media (max-width: 720px) {
  .bvygzk6i { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .kvfv16x { padding: 16px; }
  .g4yjn .vo695r { min-width: 50%; }
}
.c0o4c .axds1 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ktca { grid-template-columns: 1fr; }
  .xjs2k { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .i4an { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .l7kdec { flex-wrap: wrap; padding: 16px; }
}
.zff1 .axds1 { gap: 8px; }
.zff1 .uszxz, .zff1 .u3bxsv { padding: 8px; }
@media (max-width: 480px) {
  .f7p8 { flex-direction: column; align-items: stretch; }
}
.i4h4431s .dh2rws .pf8k { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .vw3svz { flex-direction: column; align-items: stretch; gap: 10px; }
  .i4h4431s .dh2rws { text-align: center; }
}
@media (max-width: 720px) {
  .qxsg0xm { grid-template-columns: 1fr; }
  .kp4iojhr { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .t8hx2ra { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .uuaj8xe { grid-template-columns: 1fr; }
  .xmg7nz8 { width: 100px; height: 100px; margin: 16px auto; }
  .sbp2d { font-size: 1.4rem; }
  .v653n0iy { justify-content: center; }
  .gcmf .vo695r { min-width: 50%; }
}
.o63u1b .axds1 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .n4gb5ft { flex-wrap: wrap; padding: 14px 16px; }
  .jogtpk { padding: 12px 16px; }
  .o63u1b .axds1 { margin: 0 16px; }
  .o63u1b .lr2rrj { padding: 0 16px; }
  .krdkp9hd { padding: 12px 16px; }
}
.qbakgh7 .ufik7d {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.qbakgh7 .ta868d96 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.qbakgh7 .ta868d96:last-child { border-bottom: none; }
.qbakgh7 .ta1y6m4,
.qbakgh7 .em4q3v,
.qbakgh7 .ysl27y {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.sua4fhl .ysl27y .l237 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.sua4fhl .ysl27y .l237:first-child { border-left: none; }
.yuwc .dm02 { display: none; }
.yuwc .werx { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.yuwc .werx {
  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;
}
.yuwc .werx small { display: none; }
.yuwc .k78zt .jfel { display: none; }
.yuwc .k78zt strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.yuwc .k54v2sku { display: none; }
.mkaeume { margin: 16px 0; }
.eb1wxw8p { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.eb1wxw8p summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.eb1wxw8p summary::after { content: "+"; color: var(--accent-light); }
.eb1wxw8p[open] summary::after { content: "−"; }
.eb1wxw8p p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.lgbqp0 { margin-bottom: 0; }
.rxclv h2.uc4b1 { color: var(--text-primary); border-color: var(--accent-light); }
.sge4g3 h2.uc4b1 { color: var(--text-primary); border-color: var(--accent-light); }
.r70s .jv5tz     { background: #052e16; border-color: #10b981; }
.r70s .xap73g7h { background: #2d0a1e; border-color: #f43f5e; }
.r70s .vrizg2    { background: #1e1036; border-color: #a855f7; }
.r70s .rvnwi strong  { color: #f1f5f9; }
.r70s .rvnwi p       { color: #cbd5e1; }
.r70s .z89c4    .jv5tz     .in55hp::before,
.r70s .wfl0hi6  .jv5tz     .in55hp::before,
.r70s .vy9336a7  .jv5tz     .in55hp::before,
.r70s .zpu5nwa .jv5tz     .in55hp::before { color: #10b981; }
.r70s .z89c4    .xap73g7h .in55hp::before,
.r70s .wfl0hi6  .xap73g7h .in55hp::before,
.r70s .vy9336a7  .xap73g7h .in55hp::before,
.r70s .zpu5nwa .xap73g7h .in55hp::before { color: #f43f5e; }
.r70s .z89c4    .vrizg2    .in55hp::before,
.r70s .wfl0hi6  .vrizg2    .in55hp::before,
.r70s .vy9336a7  .vrizg2    .in55hp::before,
.r70s .zpu5nwa .vrizg2    .in55hp::before { color: #a855f7; }
.pf8egre3 .jv5tz     { background: #2d2000; border-color: #eab308; }
.pf8egre3 .xap73g7h { background: #2d0b0b; border-color: #ef4444; }
.pf8egre3 .vrizg2    { background: #2d1600; border-color: #f97316; }
.pf8egre3 .rvnwi strong  { color: #f1f5f9; }
.pf8egre3 .rvnwi p       { color: #cbd5e1; }
.pf8egre3 .z89c4    .jv5tz     .in55hp::before,
.pf8egre3 .wfl0hi6  .jv5tz     .in55hp::before,
.pf8egre3 .vy9336a7  .jv5tz     .in55hp::before,
.pf8egre3 .zpu5nwa .jv5tz     .in55hp::before { color: #eab308; }
.pf8egre3 .z89c4    .xap73g7h .in55hp::before,
.pf8egre3 .wfl0hi6  .xap73g7h .in55hp::before,
.pf8egre3 .vy9336a7  .xap73g7h .in55hp::before,
.pf8egre3 .zpu5nwa .xap73g7h .in55hp::before { color: #ef4444; }
.pf8egre3 .z89c4    .vrizg2    .in55hp::before,
.pf8egre3 .wfl0hi6  .vrizg2    .in55hp::before,
.pf8egre3 .vy9336a7  .vrizg2    .in55hp::before,
.pf8egre3 .zpu5nwa .vrizg2    .in55hp::before { color: #f97316; }
.czjf4y .jv5tz     { background: #0c1a2e; border-color: #38bdf8; }
.czjf4y .xap73g7h { background: #12103a; border-color: #818cf8; }
.czjf4y .vrizg2    { background: #0a2020; border-color: #2dd4bf; }
.czjf4y .rvnwi strong  { color: #f1f5f9; }
.czjf4y .rvnwi p       { color: #cbd5e1; }
.czjf4y .z89c4    .jv5tz     .in55hp::before,
.czjf4y .wfl0hi6  .jv5tz     .in55hp::before,
.czjf4y .vy9336a7  .jv5tz     .in55hp::before,
.czjf4y .zpu5nwa .jv5tz     .in55hp::before { color: #38bdf8; }
.czjf4y .z89c4    .xap73g7h .in55hp::before,
.czjf4y .wfl0hi6  .xap73g7h .in55hp::before,
.czjf4y .vy9336a7  .xap73g7h .in55hp::before,
.czjf4y .zpu5nwa .xap73g7h .in55hp::before { color: #818cf8; }
.czjf4y .z89c4    .vrizg2    .in55hp::before,
.czjf4y .wfl0hi6  .vrizg2    .in55hp::before,
.czjf4y .vy9336a7  .vrizg2    .in55hp::before,
.czjf4y .zpu5nwa .vrizg2    .in55hp::before { color: #2dd4bf; }
.fpdih .jv5tz     { background: var(--accent-bg); border-color: var(--accent-light); }
.fpdih .xap73g7h { background: var(--accent-bg-light); border-color: var(--accent-light); }
.fpdih .vrizg2    { background: var(--accent-bg); border-color: var(--accent-pale); }
.fpdih .z89c4    .in55hp::before,
.fpdih .wfl0hi6  .in55hp::before,
.fpdih .vy9336a7  .in55hp::before,
.fpdih .zpu5nwa .in55hp::before { color: var(--accent-light) !important; }
.dbgix::before,
.l0pcswev::before { margin-right: 5px; }
.hbzr .uszxz ul li,
.hbzr .uszxz .dbgix { color: #22c55e; }
.hbzr .u3bxsv ul li,
.hbzr .u3bxsv .l0pcswev { color: #ef4444; }
.olxmeg .uszxz { background: var(--bg-pros); }
.olxmeg .u3bxsv { background: var(--bg-cons); }
.olxmeg .uszxz .dbgix { color: var(--c-pros-label); }
.olxmeg .u3bxsv .l0pcswev { color: var(--c-cons); }
.olxmeg .uszxz ul li,
.olxmeg .ioe0 li            { color: var(--c-pros); }
.olxmeg .u3bxsv ul li,
.olxmeg .iiqoby li            { color: var(--c-cons); }
.ypyu4v8 .uszxz { background: var(--bg-pros); }
.ypyu4v8 .u3bxsv { background: var(--bg-cons); }
.ypyu4v8 .uszxz .dbgix { color: var(--c-pros-label); }
.ypyu4v8 .u3bxsv .l0pcswev { color: var(--c-cons); }
.ypyu4v8 .uszxz ul li,
.ypyu4v8 .u3bxsv ul li,
.brhpsw .dbgix::before { content: "✓ "; }
.brhpsw .l0pcswev::before { content: "✗ "; }
.dyoc49o .dbgix::before { content: "→ "; }
.dyoc49o .l0pcswev::before { content: "← "; }
.twahlis .dbgix::before { content: "★ "; }
.twahlis .l0pcswev::before { content: "✕ "; }
.z1gx4ve .dbgix::before { content: "◆ "; }
.z1gx4ve .l0pcswev::before { content: "▲ "; }
.o2ohxh .rvnwi { background: transparent; border-left: none; border: 1.5px solid; }
.o2ohxh .jv5tz     { border-color: var(--c-tip-border); }
.o2ohxh .xap73g7h { border-color: var(--c-warn-border); }
.o2ohxh .vrizg2    { border-color: #60a5fa; }
.o2ohxh .rvnwi strong { color: var(--text-primary); }
.o2ohxh .rvnwi p      { color: var(--text-muted); }
.rzr9st0 .rvnwi { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.rzr9st0 .jv5tz     { border-top-color: var(--c-tip-border); }
.rzr9st0 .xap73g7h { border-top-color: var(--c-warn-border); }
.rzr9st0 .vrizg2    { border-top-color: #60a5fa; }
.nqj80xsc .rvnwi { border-left: none; border-radius: 8px; }
.nqj80xsc .jv5tz     { background: #065f46; }
.nqj80xsc .xap73g7h { background: #92400e; }
.nqj80xsc .vrizg2    { background: #1e3a8a; }
.nqj80xsc .rvnwi strong,
.nqj80xsc .rvnwi p { color: #fff; }
.nqj80xsc .in55hp::before { color: rgba(255,255,255,0.85) !important; }
.r70s.nqj80xsc .jv5tz,
.r70s .nqj80xsc .jv5tz     { background: #052e16; }
.r70s.nqj80xsc .xap73g7h,
.r70s .nqj80xsc .xap73g7h { background: #2d0a1e; }
.r70s.nqj80xsc .vrizg2,
.r70s .nqj80xsc .vrizg2    { background: #1e1036; }
.pf8egre3.nqj80xsc .jv5tz,
.pf8egre3 .nqj80xsc .jv5tz      { background: #2d2000; }
.pf8egre3.nqj80xsc .xap73g7h,
.pf8egre3 .nqj80xsc .xap73g7h  { background: #2d0b0b; }
.pf8egre3.nqj80xsc .vrizg2,
.pf8egre3 .nqj80xsc .vrizg2     { background: #2d1600; }
.czjf4y.nqj80xsc .jv5tz,
.czjf4y .nqj80xsc .jv5tz      { background: #0c1a2e; }
.czjf4y.nqj80xsc .xap73g7h,
.czjf4y .nqj80xsc .xap73g7h  { background: #12103a; }
.czjf4y.nqj80xsc .vrizg2,
.czjf4y .nqj80xsc .vrizg2     { background: #0a2020; }
.jhqpsosq .rvnwi { border-left: none; border-radius: 6px; padding: 10px 14px; }
.jhqpsosq .jv5tz     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.jhqpsosq .xap73g7h { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.jhqpsosq .vrizg2    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.jhqpsosq .rvnwi strong { color: var(--text-primary); }
.jhqpsosq .rvnwi p      { color: var(--text-muted); }
.ej6f6y .rvnwi { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.z89c4 .in55hp,
.wfl0hi6 .in55hp,
.vy9336a7 .in55hp,
.zpu5nwa .in55hp { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.z89c4 .in55hp::before,
.wfl0hi6 .in55hp::before,
.vy9336a7 .in55hp::before,
.zpu5nwa .in55hp::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.z89c4 .jv5tz     .in55hp::before { content: "✦"; color: var(--c-tip-border); }
.z89c4 .xap73g7h .in55hp::before { content: "▲"; color: var(--c-warn-border); }
.z89c4 .vrizg2    .in55hp::before { content: "◉"; color: #60a5fa; }
.wfl0hi6 .jv5tz     .in55hp::before { content: "★"; color: var(--c-tip-border); }
.wfl0hi6 .xap73g7h .in55hp::before { content: "◆"; color: var(--c-warn-border); }
.wfl0hi6 .vrizg2    .in55hp::before { content: "●"; color: #60a5fa; }
.vy9336a7 .jv5tz     .in55hp::before { content: "▶"; color: var(--c-tip-border); }
.vy9336a7 .xap73g7h .in55hp::before { content: "■"; color: var(--c-warn-border); }
.vy9336a7 .vrizg2    .in55hp::before { content: "▸"; color: #60a5fa; }
.zpu5nwa .jv5tz     .in55hp::before { content: "→"; color: var(--c-tip-border); }
.zpu5nwa .xap73g7h .in55hp::before { content: "⬥"; color: var(--c-warn-border); }
.zpu5nwa .vrizg2    .in55hp::before { content: "◈"; color: #60a5fa; }
.zqup76 .yxzvblv .svrmv,
.zqup76 .w4f21cbd .svrmv  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.zqup76 .ejrb                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.zqup76 .bb8d          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.zqup76 .j3ahm                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.wtrqq4j .yxzvblv .svrmv,
.wtrqq4j .w4f21cbd .svrmv,
.wtrqq4j .ejrb,
.wtrqq4j .ta868d96,
.wtrqq4j .q84r,
.wtrqq4j .bb8d,
.wtrqq4j .j3ahm,
.wtrqq4j .ej6f6y .rvnwi { box-shadow: none; }
.zaj42e   .b9ci30, .zaj42e .k92oye, .zaj42e .s3w7r1,
.zaj42e   .hgnxusn, .zaj42e .nuvqga { font-size: 0.9rem; }
.zaj42e   .tblwm, .zaj42e .ahzvczr { font-size: 0.9rem; }
.mrnard4   .b9ci30, .mrnard4 .k92oye, .mrnard4 .s3w7r1,
.mrnard4   .hgnxusn, .mrnard4 .nuvqga { font-size: 0.95rem; }
.mrnard4   .tblwm, .mrnard4 .ahzvczr { font-size: 0.95rem; }
.qb3l   .b9ci30, .qb3l .k92oye, .qb3l .s3w7r1,
.qb3l   .hgnxusn, .qb3l .nuvqga { font-size: 1.08rem; }
.qb3l   .tblwm, .qb3l .ahzvczr { font-size: 1.05rem; }
.qb3l   .tvh5e8l { font-size: 0.97rem; }
.okdwg .tn01      { font-size: 3.2rem; }
.okdwg h2.uc4b1 { font-size: 1.9rem; }
.okdwg h3.h2ia42z9     { font-size: 1.4rem; }
.uuqf .tn01      { font-size: 3.8rem; }
.uuqf h2.uc4b1 { font-size: 2.2rem; }
.uuqf h3.h2ia42z9     { font-size: 1.6rem; }
.lgbqp0 + .lgbqp0 { position: relative; }
.r0lr5mzx   .lgbqp0 + .lgbqp0::before,
.w8vul80  .lgbqp0 + .lgbqp0::before,
.bcgdakmg   .lgbqp0 + .lgbqp0::before,
.pp2mha   .lgbqp0 + .lgbqp0::before,
.o1gmrfap   .lgbqp0 + .lgbqp0::before,
.x5kbj .lgbqp0 + .lgbqp0::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.r0lr5mzx .lgbqp0 + .lgbqp0::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.w8vul80 .lgbqp0 + .lgbqp0::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.bcgdakmg .lgbqp0 + .lgbqp0::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;
}
.pp2mha .lgbqp0 + .lgbqp0::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.nyr2 .lgbqp0 { margin-bottom: 16px; }
.nyr2 .lgbqp0 + .lgbqp0 { margin-top: 0; }
.nyr2 .a1vtknf { padding-top: 0; padding-bottom: 0; }
.o1gmrfap .lgbqp0 + .lgbqp0::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.x5kbj .lgbqp0 + .lgbqp0::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.guajcue .lgbqp0 + .lgbqp0::before,
.m6gee .lgbqp0 + .lgbqp0::before,
.rmpq .lgbqp0 + .lgbqp0::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%;
}
.llxspwt .guajcue .lgbqp0:nth-child(even)::before,
.llxspwt .m6gee .lgbqp0:nth-child(even)::before,
.llxspwt .rmpq .lgbqp0:nth-child(even)::before { background: var(--bg-surface); }
.we6n4 .guajcue .lgbqp0:nth-child(even)::before,
.we6n4 .m6gee .lgbqp0:nth-child(even)::before,
.we6n4 .rmpq .lgbqp0:nth-child(even)::before { background: var(--bg-card); }
.guajcue .lgbqp0 + .lgbqp0::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");
}
.m6gee .lgbqp0 + .lgbqp0::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");
}
.rmpq .lgbqp0 + .lgbqp0::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");
}
.fx0a1 .cn8d,
.dkehf .cn8d,
.iol5k .cn8d { overflow: hidden; }
.fx0a1 .uhaknd,
.dkehf .uhaknd { margin-bottom: 60px; }
.iol5k .uhaknd { margin-bottom: 70px; }
.fx0a1 .cn8d::before,
.dkehf .cn8d::before,
.iol5k .cn8d::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%;
}
.fx0a1 .cn8d::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");
}
.dkehf .cn8d::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");
}
.iol5k .cn8d::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");
}
.dbok03 .cn8d:not(.vs818acn) .ox33 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.nmm3 .cn8d:not(.vs818acn) .ox33 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.zv08j9  .cn8d:not(.vs818acn) .ox33 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.l955c86  .cn8d:not(.vs818acn) .ox33 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.jbwj .vs818acn { background: var(--accent); }
.jbwj .vs818acn .ox33 { background: none; }
.jbwj .roeyjf6l { background: var(--accent); }
.jbwj .s0hxzl { background: var(--accent-bg); }
.jbwj .cn8d:not(.vs818acn) .ox33 { background: rgba(0,0,0,0.6); }
.ljxqy .lmop0 { float: left; width: 38%; margin: 0 28px 16px 0; }
.ljxqy .lmop0 .rb6moh9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ljxqy .a1vtknf::after { content: ''; display: block; clear: both; }
.bf5bzxs .lmop0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.bf5bzxs .lmop0 .rb6moh9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bf5bzxs .a1vtknf::after { content: ''; display: block; clear: both; }
.j5lzx6ms .lgbqp0:nth-child(odd)  .lmop0 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.j5lzx6ms .lgbqp0:nth-child(even) .lmop0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.j5lzx6ms .lmop0 .rb6moh9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.j5lzx6ms .a1vtknf::after { content: ''; display: block; clear: both; }
.ljxqy .sruxo,
.bf5bzxs .sruxo,
.j5lzx6ms .sruxo,
@media (max-width: 900px) {
  .ljxqy .lmop0,
  .bf5bzxs .lmop0,
  .j5lzx6ms .lgbqp0:nth-child(odd)  .lmop0,
  .j5lzx6ms .lgbqp0:nth-child(even) .lmop0 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ljxqy .lmop0 .rb6moh9,
  .bf5bzxs .lmop0 .rb6moh9,
  .j5lzx6ms .lmop0 .rb6moh9 {
    max-height: none !important;
  }
}
.ljxqy .tblwm,
.ljxqy .ahzvczr,
.bf5bzxs .tblwm,
.bf5bzxs .ahzvczr,
.j5lzx6ms .tblwm,
.j5lzx6ms .ahzvczr { overflow: hidden; }
@media (max-width: 640px) {
  .ljxqy .lmop0,
  .bf5bzxs .lmop0,
  .j5lzx6ms .lmop0 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.uso5j .hk0v2kql,
.uso5j .a1vtknf,
.uso5j .n7uuzf  { max-width: 1100px; }
.k8p5f2b .hk0v2kql,
.k8p5f2b .a1vtknf,
.k8p5f2b .n7uuzf  { max-width: 1200px; }
.hgrg .hk0v2kql,
.hgrg .a1vtknf,
.hgrg .n7uuzf  { max-width: 1320px; }
.ka5x10 { font-size: 0.82rem; color: var(--text-muted); }
.jk7o95w { display: flex; align-items: center; }
.qo9zr {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.p1e7j7p { display: flex; align-items: center; }
.zplgxt { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.zplgxt:hover { text-decoration: underline; }
.k0fqn4yp { margin: 0 3px; opacity: 0.45; }
.k0fqn4yp::before { content: '/'; }
.ui92f5md { padding: 2px 5px; color: var(--text-main); }
.gfwijp .ka5x10 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.gfwijp .jk7o95w { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.whdhtn .ka5x10 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.whdhtn .jk7o95w { padding: 0 0 0 12px; }
.kxm09f .jk7o95w { padding: 0 16px; }
.kxm09f .ka5x10 {
  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);
}
.kxm09f .hk0v2kql { padding-top: 28px; }
@media (max-width: 720px) {
  .jji6e { margin-top: 18px; padding: 0 16px; }
  .kxm09f .hk0v2kql { padding-top: 16px; }
}
.uso5j.gfwijp .jk7o95w { max-width: 1100px; }
.k8p5f2b.gfwijp .jk7o95w { max-width: 1200px; }
.hgrg.gfwijp .jk7o95w { max-width: 1320px; }
.h15lu .lgbqp0 { padding-top: 16px; padding-bottom: 16px; }
.bdlc9d .lgbqp0 { padding-top: 24px; padding-bottom: 24px; }
.mx1ut .lgbqp0 { padding-top: 40px; padding-bottom: 40px; }
.iw30n34 .lgbqp0 { padding-top: 52px; padding-bottom: 52px; }
.ywrck .lgbqp0:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ywrck .lgbqp0:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ywrck .lgbqp0:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ywrck .lgbqp0:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.de3mzz9b .a1vtknf { padding-top: 10px;  padding-bottom: 10px; }
.sappgqiq .a1vtknf { padding-top: 18px;  padding-bottom: 18px; }
.eu2zy7hy .a1vtknf { padding-top: 36px;  padding-bottom: 36px; }
.f5jvt64 .a1vtknf { padding-top: 48px;  padding-bottom: 48px; }
.ttdy2yr1 h2.uc4b1 { font-weight: 600; }
.ttdy2yr1 h3.h2ia42z9     { font-weight: 600; }
.nxodj h2.uc4b1 { font-weight: 800; }
.nxodj h3.h2ia42z9     { font-weight: 700; }
.bj68i4 h2.uc4b1 { font-weight: 900; }
.bj68i4 h3.h2ia42z9     { font-weight: 800; }
.bj68i4 .rvnwi strong,
.bj68i4 .rvnwi strong { font-weight: 600; }
.wub3sx0 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.zrqbgl8 .wub3sx0 { display: none; }
@media (max-width: 640px) {
  .c6rqh { display: none; }
  .wub3sx0 {
    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;
  }
}
.wub3sx0 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.wub3sx0:hover { opacity: 0.85; }
.f81j5j .wub3sx0 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.qh77qj0j .wub3sx0,
.rtuak  .wub3sx0 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.qh77qj0j .wub3sx0:hover,
.rtuak  .wub3sx0:hover { opacity: 0.88; }
.f81j5j.qh77qj0j .wub3sx0,
.f81j5j.rtuak  .wub3sx0 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.cxpd26x {
  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;
}
.cxpd26x:hover { transform: translateY(-2px); opacity: 0.92; }
.cxpd26x { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ima5 .cxpd26x { display: none; }
.fozwrr .cxpd26x { right: 32px; }
.rguko7p6  .cxpd26x { left: 32px; }
@media (max-width: 480px) {
  .fozwrr .cxpd26x { right: 20px; bottom: 20px; }
  .rguko7p6  .cxpd26x { left: 20px; bottom: 20px; }
}
.su9pklt { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.n7uuzf { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.hmzixfu { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.s9xjdtzt { color: var(--text-dim); font-size: 0.8rem; }
.v4wmq4 a, .p2nsq a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.v4wmq4 a:hover, .p2nsq a:hover { color: var(--accent-light); }
.p2nsq { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.lp9rkg .n7uuzf { text-align: center; }
.lp9rkg .p2nsq { justify-content: center; margin-bottom: 16px; }
.lp9rkg .hmzixfu { margin-top: 0; }
.qfujaihw { margin-top: 10px; }
.qfujaihw a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .n7uuzf { padding-left: 16px; padding-right: 16px; }
  .cgjmjs97 .n7uuzf { padding: 20px 16px; }
  .p2nsq { gap: 4px 12px; }
  .hmzixfu { font-size: 0.78rem; }
}
.tgrt76r9 .hmzixfu { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.tgrt76r9 .s9xjdtzt { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .tgrt76r9 .yum2n { grid-template-columns: 1fr 1fr; } .tgrt76r9 .p6vnh5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tgrt76r9 .yum2n { grid-template-columns: 1fr; } }
.tv8xs .hmzixfu { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .tv8xs .cm7jeuef { gap: 12px; } .tv8xs .gbxw6ml0 { margin-right: 0; width: 100%; } }
.hg91ai .hmzixfu { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.hg91ai .s9xjdtzt { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .hg91ai .vjvzz { grid-template-columns: 1fr 1fr; } .hg91ai .isig3hkc { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hg91ai .vjvzz { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .rh6sek0 .ka0y8 { grid-template-columns: 1fr 1fr; } .rh6sek0 .bi6u8um:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rh6sek0 .ka0y8 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .cvwu .ka0y8 { grid-template-columns: 1fr; } }
.uuxq808 .n7uuzf { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.uuxq808 .p2nsq { justify-content: center; }
.op1f8 .t1qj0bn3      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.op1f8 .su9pklt { background: var(--bg-page); border-top-color: var(--border-alt); }
.sbe6ur36 .t1qj0bn3      { background: #0d1117; border-bottom-color: #21262d; }
.sbe6ur36 .yl1q { color: var(--accent-light); }
.sbe6ur36 .c86mnq { --msep-color: #8b949e; }
.sbe6ur36 .c86mnq a { color: #8b949e; }
.sbe6ur36 .c86mnq a:hover { color: var(--accent-light); }
.sbe6ur36 .t7ix63ov { color: #8b949e; }
.sbe6ur36 .su9pklt { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.sbe6ur36 .hmzixfu,
.sbe6ur36 .s9xjdtzt { color: #6e7681; }
.sbe6ur36 .v4wmq4 a, .sbe6ur36 .p2nsq a,
.sbe6ur36 .nd6hdiqw a, .sbe6ur36 .j2it a,
.sbe6ur36 .jl3bo a { color: #8b949e; }
.sbe6ur36 .gbxw6ml0 { color: #e6edf3; }
.sbe6ur36 .v4wmq4 a:hover, .sbe6ur36 .p2nsq a:hover,
.sbe6ur36 .nd6hdiqw a:hover, .sbe6ur36 .j2it a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .sbe6ur36 .c86mnq { background: #0d1117; border-top-color: #21262d; }
  .sbe6ur36 .c86mnq li a { border-bottom-color: #21262d; }
}
.rv6x0ikp .t1qj0bn3      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.rv6x0ikp .yl1q { color: var(--accent-light); }
.rv6x0ikp .c86mnq { --msep-color: #475569; }
.rv6x0ikp .c86mnq a { color: #475569; }
.rv6x0ikp .c86mnq a:hover { color: var(--accent-light); }
.rv6x0ikp .t7ix63ov { color: #64748b; }
.rv6x0ikp .su9pklt { background: #f0f4f8; border-top-color: #cbd5e1; }
.rv6x0ikp .hmzixfu,
.rv6x0ikp .s9xjdtzt { color: #64748b; }
.rv6x0ikp .v4wmq4 a, .rv6x0ikp .p2nsq a,
.rv6x0ikp .v4wmq4 a:hover, .rv6x0ikp .p2nsq a:hover,
@media (max-width: 640px) {
  .rv6x0ikp .c86mnq { background: #f0f4f8; border-top-color: #cbd5e1; }
  .rv6x0ikp .c86mnq li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.qh77qj0j .t1qj0bn3      { background: var(--accent); border-bottom-color: var(--accent-light); }
.qh77qj0j .yl1q { color: #fff; }
.qh77qj0j .c86mnq { --msep-color: rgba(255,255,255,0.82); }
.qh77qj0j .c86mnq a { color: rgba(255,255,255,0.82); }
.qh77qj0j .c86mnq a:hover { color: #fff; }
.qh77qj0j .t7ix63ov { color: rgba(255,255,255,0.9); }
.qh77qj0j .su9pklt { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.qh77qj0j .hmzixfu,
.qh77qj0j .s9xjdtzt { color: rgba(255,255,255,0.72); }
.qh77qj0j .v4wmq4 a, .qh77qj0j .p2nsq a,
.qh77qj0j .v4wmq4 a:hover, .qh77qj0j .p2nsq a:hover,
@media (max-width: 640px) {
  .qh77qj0j .c86mnq { background: var(--accent); border-top-color: var(--accent-light); }
  .qh77qj0j .c86mnq li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rtuak .t1qj0bn3 {
  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);
}
.rtuak .su9pklt {
  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) {
  .rtuak .c86mnq {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.e5lkk9 .ywi22q3 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.r3q7x5l .ywi22q3 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.fklkb8a .ywi22q3 { min-height: 72px; height: auto; }
.n3gk .ywi22q3 { min-height: 84px; height: auto; }
.cgjmjs97 .ywi22q3 { max-width: none; padding: 0 32px; }
.cgjmjs97 .n7uuzf  { max-width: none; padding: 24px 32px; }
.ceid0.k8p5f2b .ywi22q3 { max-width: 1200px; }
.ceid0.hgrg .ywi22q3 { max-width: 1320px; }
.c8et   .yl1q, .c8et   .gbxw6ml0 { text-transform: capitalize; }
.h0ue1c .yl1q, .h0ue1c .gbxw6ml0 { text-transform: lowercase; }
.cwaigq .yl1q, .cwaigq .gbxw6ml0 { text-transform: uppercase; letter-spacing: 0.06em; }
.yfcd, .xisj6vj {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.oy0bjhnf .yfcd,
.c9vy .yfcd,
.ptfml4z .yfcd,
.jm0bo .yfcd,
.nzb8o   .c86mnq a { font-weight: 500; }
.r83p987 .c86mnq a { font-weight: 600; }
.ifsck     .c86mnq a { font-weight: 700; }
.wyboget7    .c86mnq a { font-weight: 800; letter-spacing: 0.01em; }
.pd6e     .c86mnq > li + li::before,
.h1ly8    .c86mnq > li + li::before,
.qxml    .c86mnq > li + li::before,
.o8xne .c86mnq > li + li::before,
.k0j5ho .c86mnq > li + li::before,
.wnp9x  .c86mnq > li + li::before,
.e3tj9    .c86mnq > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.pd6e     .c86mnq > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.h1ly8    .c86mnq > li + li::before { content: "|"; }
.qxml    .c86mnq > li + li::before { content: "—"; }
.o8xne .c86mnq > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.k0j5ho .c86mnq > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.wnp9x  .c86mnq > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.e3tj9    .c86mnq > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .covxr .t7ix63ov,
  .jhiu3z .t7ix63ov,
  .c4xztrl5 .t7ix63ov,
  .vtx1ubz .t7ix63ov,
  .qjjd6ws4 .t7ix63ov {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .covxr .t7ix63ov::before,
  .jhiu3z .t7ix63ov::before,
  .c4xztrl5 .t7ix63ov::before,
  .vtx1ubz .t7ix63ov::before,
  .qjjd6ws4 .t7ix63ov::before { content: ""; display: block; flex-shrink: 0; }

  
  .covxr .t7ix63ov::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;
  }

  
  .jhiu3z .t7ix63ov::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;
  }

  
  .c4xztrl5 .t7ix63ov::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;
  }

  
  .vtx1ubz .t7ix63ov::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;
  }

  
  .qjjd6ws4 .t7ix63ov::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) {
  .ygz91 .t7ix63ov {
    padding: 5px 14px;
  }
  .ygz91 .c86mnq {
    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;
  }
  .ygz91 .c86mnq li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ygz91 .c86mnq li a:hover { background: var(--bg-raised); }
  .ygz91 .t03u6asu,
  .xmtbe .t03u6asu,
  .ahc6pl .t03u6asu { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .vucvqp2y .t7ix63ov {
    padding: 5px 10px;
  }
  .vucvqp2y .c86mnq {
    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);
  }
  .vucvqp2y .c86mnq.kssys8r { transform: translateX(0); }
  .vucvqp2y .c86mnq li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .vucvqp2y .c86mnq li:last-child a { border-bottom: none; }
  .qh77qj0j .c86mnq,
  .sbe6ur36 .c86mnq { background: var(--accent) !important; }
  .qh77qj0j .c86mnq li a,
  .sbe6ur36 .c86mnq li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ahc6pl .t7ix63ov {
    padding: 5px 10px;
  }
  .ahc6pl .c86mnq {
    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);
  }
  .ahc6pl .c86mnq::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ahc6pl .c86mnq.kssys8r { transform: translateY(0); }
  .ahc6pl .c86mnq li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .p4ezfc0o .t7ix63ov {
    padding: 5px 10px;
  }
  .p4ezfc0o .c86mnq {
    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;
  }
  .p4ezfc0o .c86mnq.kssys8r { opacity: 1; pointer-events: auto; }
  .p4ezfc0o .c86mnq li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .svdwk     .t7ix63ov { border-radius: 0 !important; }
  .n65je   .t7ix63ov { border-radius: 8px !important; }
  .quom .t7ix63ov { border-radius: 50% !important; }
  .tineql   .t7ix63ov { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .nflazni .yd8mh { flex-direction: column; align-items: stretch; }
  .nflazni .u3cirzo { flex-direction: row; min-width: auto; }
  .nflazni .i4g5u { align-items: flex-start; text-align: left; }
}
.wzswt,
.wzswt.lgbqp0,
.llxspwt .wzswt,
.jw5w0td .wzswt,
.we6n4 .wzswt,
.lzezvq .wzswt {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.l4f5ff9q {
  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;
}
.xzh4ya0 { flex: 1 1 280px; min-width: 0; }
.gumlm657 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ms60sr {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.fjp36pqs {
  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;
}
.fjp36pqs:hover { transform: translateY(-1px); opacity: 0.95; }
.than .l4f5ff9q {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.than .gumlm657 { color: var(--cta); }
.than .ms60sr { color: var(--text-body); }
.than .fjp36pqs {
  background: var(--cta) !important;
  color: #fff !important;
}
.zj3i5mo .l4f5ff9q {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.zj3i5mo .gumlm657 { color: var(--text-primary); }
.zj3i5mo .ms60sr { color: var(--text-body); }
.zj3i5mo .fjp36pqs {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .l4f5ff9q {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .xzh4ya0 { flex: 0 0 auto; }
  .gumlm657 { font-size: 1.2rem; }
  .fjp36pqs { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.umgby .ik212o4 { height: 36px; }
.pt3pd65 .ik212o4 { height: 60px; max-width: 200px; }
.jh5qrsa .ik212o4 { height: 56px; max-width: 180px; }
.vu1vc9v    .dm02, .vu1vc9v    .jfel { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.sua4fhl .l237 + .l237 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .ekpn .ufik7d {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ekpn .ta868d96 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ekpn .ta868d96 { padding: 40px 16px 20px; }
  .ekpn .l237 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ekpn .lu493h1 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .yhnsj8ur .ta868d96 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .yhnsj8ur .ta868d96::before {
    position: absolute; top: 14px; left: 14px;
  }
  .yhnsj8ur .ta1y6m4 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .yhnsj8ur .ghlspkld { white-space: normal; text-align: center; font-size: 1.2rem; }
  .yhnsj8ur .l237 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .yhnsj8ur .lu493h1 { width: 100%; min-width: 0; }
  .yhnsj8ur .dm02 { min-width: 0; }
}
.h9vai .eb1wxw8p {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.h9vai .eb1wxw8p summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.h9vai .eb1wxw8p p { padding: 0 2px 16px; }
.odep00nr .eb1wxw8p { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.odep00nr .eb1wxw8p summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.odep00nr .eb1wxw8p summary::after { content: "›"; font-size: 1.2em; }
.odep00nr .eb1wxw8p[open] summary::after { content: "‹"; }
.odep00nr .eb1wxw8p p { padding: 10px 22px 4px; }
.yoxa7gbk .eb1wxw8p {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.yoxa7gbk .eb1wxw8p summary { color: var(--text-primary); padding-left: 16px; }
.yoxa7gbk .eb1wxw8p summary::after { content: "›"; font-size: 1.1em; }
.yoxa7gbk .eb1wxw8p[open] summary::after { content: "‹"; }
.yoxa7gbk .eb1wxw8p p { padding-left: 16px; }
.rxq6yjq .mkaeume { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.rxq6yjq .eb1wxw8p {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.rxq6yjq .eb1wxw8p:last-child { border-bottom: none; }
.rxq6yjq .eb1wxw8p summary { color: var(--text-primary); border-radius: 0; }
.rxq6yjq .eb1wxw8p summary::after { content: "›"; font-size: 1.1em; }
.rxq6yjq .eb1wxw8p[open] summary::after { content: "‹"; }
.sovjpy8 .eb1wxw8p { overflow: hidden; }
.sovjpy8 .eb1wxw8p summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.sovjpy8 .eb1wxw8p summary::after { color: rgba(255,255,255,.75); }
.sovjpy8 .eb1wxw8p[open] summary { border-radius: 0; }
.csryzf { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.l8ifa7x {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.giuw1u2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ya65cl { color: var(--text-muted); font-size: 1.05rem; }
.bgjkhx1c {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.v88c7n3 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.n2uzz { margin-bottom: 20px; }
.v6v9 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ib5hert {
  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;
}
.ib5hert:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.jzwh1ot { resize: vertical; min-height: 130px; }
.tpq3 { width: 100%; margin-top: 8px; }
.ktixlf {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.he0y23w {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.dr6ucb6l { color: var(--text-muted); line-height: 1.75; }
.x0c1y { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.x0c1y li { margin-bottom: 6px; }
.qknlcjt1 { max-width: 760px; margin: 0 auto; }
.l93odg { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.q0l4 { max-width: 760px; margin: 0 auto; }
.c77dm { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.c77dm:last-child { border-bottom: none; }
.gzva { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.c77dm p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.c77dm ul.x0c1y { margin: 0; }
.v3h235 .gzva { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .v3h235 { grid-template-columns: 1fr; gap: 10px; } }
.gt6uuf .gzva { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.s11oecu1 .x0c1y { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ozbn { grid-template-columns: 1fr; } }
.iomji8 { color: inherit; text-decoration: none; }
.iomji8:hover { color: var(--accent-light); text-decoration: underline; }
.i3ke6m7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.lg6896 { margin-bottom: 48px; }
.v59m { max-width: 760px; margin: 0 auto; }
.atnhsei5 { text-align: center; }
.u948w { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.u948w:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.r8pp81 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.u948w p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.u948w ul.x0c1y { margin: 0; }
.yu4yu { color: var(--text-muted); line-height: 1.75; }
.atnhsei5 .x0c1y,
.v1nq6mg .x0c1y,
.qroot .x0c1y,
.mjewp .x0c1y {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.atnhsei5 .u948w,
.v1nq6mg .u948w { text-align: left; }
.atnhsei5 .r8pp81,
.v1nq6mg .r8pp81 { text-align: center; }
.k8qs1k9 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.q5mre9m { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.dnzz { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ehqlu3c { margin-top: 12px; }
.iqwo { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.iqwo:hover { border-bottom-color: var(--accent-light); }
.kyc87s { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.kyc87s img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mnjeabo { width: 200px; height: 200px; }
.cbdug { border-radius: 28%; }
.dimc { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.hj8q { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.innp { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .n22i5j { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.twra { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.twra .dnzz, .twra .q5mre9m { max-width: 640px; }
.t9d0fss .k8qs1k9 { font-size: 1.6rem; margin-top: 18px; }
.l9qbuz8 .dnzz { margin-bottom: 28px; }
@media (max-width: 860px) { .wini735j { grid-template-columns: 1fr; } .t9d0fss { position: static; text-align: center; } }
.lkb3l7 .kyc87s { margin: 0 auto 18px; }
.lkb3l7 .hj8q { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .tyqbvdbi { grid-template-columns: 1fr; } }
.fhdfedo .k8qs1k9 { font-size: 1.6rem; margin-bottom: 6px; }
.mjewp .x0c1y { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .fhdfedo { flex-direction: column; text-align: center; } .qal41mkh { grid-template-columns: 1fr; } }
.vc8qhuj .k8qs1k9 { font-size: 1.35rem; margin: 0 0 4px; }
.vc8qhuj .hj8q { margin: 0; }
.qto6vo { max-width: 760px; margin: 0 auto; }
.uddbf { position: relative; padding-left: 28px; }
.uddbf::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.f1c2j2 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.f1c2j2:last-child { padding-bottom: 0; }
.vt7yk1 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.bv1tx41 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.bv1tx41 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.fd9c13cp .giuw1u2 { color: var(--accent-light); }
.hbcnsmsp .giuw1u2 { font-size: 2rem; }
.hbcnsmsp .ya65cl { max-width: 680px; }
.x3ijr1lf .giuw1u2 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.x3ijr1lf .ya65cl  { margin: 0; }
@media (max-width: 640px) { .x3ijr1lf { flex-direction: column; } }
.cdp05c1 .giuw1u2 { color: var(--accent-light); }
.pievg .giuw1u2 { color: #fff; }
.pievg .ya65cl  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .y253j8 { grid-template-columns: 1fr; } }
.xkb1fj9 .ib5hert {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xkb1fj9 .ib5hert:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.h47exu4i .ib5hert { background: var(--bg-raised); border-color: transparent; }
.h47exu4i .ib5hert:focus { background: var(--bg-card); border-color: var(--accent-light); }
.c94a2r .ib5hert { border-radius: 100px; padding: 11px 20px; }
.c94a2r .jzwh1ot { border-radius: 14px; }
.qsjdjuut {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.qsjdjuut summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.qsjdjuut summary::-webkit-details-marker { display: none; }
.qsjdjuut summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.qsjdjuut[open] summary::after { content: "−"; }
.thc2r {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .wjehxt { grid-template-columns: 1fr; } }
.menldru { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.menldru li { margin-bottom: 6px; }
.qcpd4rw{display:none}
.qcpd4rw:empty,.uxqc10:empty{display:none}
.pyh6{position:relative;overflow:visible}
.eyvmdzq6 .lytwm4,.cn8p11q .lytwm4,
.kr52qczs .lytwm4,.suxtwm .lytwm4,
.x41ll .lytwm4,.thoc .lytwm4{display:block}
.p0fxj .ambod0wo{display:block}
.eyvmdzq6 .lytwm4,.cn8p11q .lytwm4,
.kr52qczs .lytwm4,.suxtwm .lytwm4,
.x41ll .lytwm4{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.eyvmdzq6 .lytwm4 .uxqc10,.cn8p11q .lytwm4 .uxqc10,
.kr52qczs .lytwm4 .uxqc10,.suxtwm .lytwm4 .uxqc10,
.x41ll .lytwm4 .uxqc10{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.eyvmdzq6 .bjse,.cn8p11q .bjse,
.kr52qczs .bjse,.suxtwm .bjse,
.x41ll .bjse{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.eyvmdzq6 .lytwm4,.cn8p11q .lytwm4{top:12px}
.eyvmdzq6 .lytwm4 .uxqc10{margin-right:auto}
.cn8p11q .lytwm4 .uxqc10{margin-left:auto}
.cn8p11q .lytwm4{text-align:right}
.kr52qczs .lytwm4,.suxtwm .lytwm4{bottom:12px}
.kr52qczs .lytwm4 .uxqc10{margin-right:auto}
.suxtwm .lytwm4 .uxqc10{margin-left:auto}
.suxtwm .lytwm4{text-align:right}
.x41ll .lytwm4{position:relative;margin-top:16px}
.x41ll .lytwm4 .uxqc10{margin:0 auto}
.thoc .lytwm4{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.thoc .lytwm4 .uxqc10{margin:0}
.thoc .s0hxzl~.lytwm4,
.thoc .zf8qcfw~.lytwm4{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.thoc .s0hxzl~.lytwm4 .uxqc10,
.thoc .zf8qcfw~.lytwm4 .uxqc10{justify-content:flex-start}
.s0hxzl~.lytwm4,.zf8qcfw~.lytwm4{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.s0hxzl~.lytwm4 .uxqc10{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zf8qcfw~.lytwm4 .uxqc10{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ambod0wo .uxqc10{margin:0 0 12px}
.uxqc10{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.bjse{white-space:nowrap}
.lc7exl6x .bjse{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.y0fg .bjse{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.vrcbef .uxqc10{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.djy5mgc .bjse{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.a070 .bjse{color: var(--accent-light);opacity:1;font-weight:500}
.rhnzx1l .bjse{border-bottom:1px solid currentColor;padding-bottom:2px}
.ci1lg .uxqc10{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.k2wp{--date-bg:var(--accent-bg)}
.g38c83 .xvplf::before{content:""}
.zx17 .bjse + .bjse::before{content:"•";margin-right:6px;opacity:.4}
.xcfbcp4 .bjse + .bjse::before{content:"/";margin-right:6px;opacity:.35}
.h00cnbr .bjse + .bjse::before{content:"|";margin-right:6px;opacity:.3}
.ee9bpyhq .bjse + .bjse::before{content:"—";margin-right:6px;opacity:.3}
.oupwi1ec .bjse + .bjse::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.qyzg .bjse + .bjse::before{content:"·";margin-right:6px;opacity:.4}
.vihb .bjse + .bjse::before{content:"›";margin-right:6px;opacity:.4}
.sozpefjg .bjse + .bjse::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.kwjeh{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.dfwlrlx{display:flex;flex-direction:column;gap:3px}
.io6h4n{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.sp5vylhc{font-weight:700;font-size:1rem;color:var(--text-heading)}
.wrnzvb{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.dymo .kwjeh{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.zq3jqv3 .kwjeh{border-top:3px solid var(--accent);padding-top:18px}
.pxsydm8 .kwjeh{border-left:3px solid var(--accent);border-radius:0}
.mtn5d .kwjeh{padding:20px 0}
@media(max-width:640px){
  .kwjeh{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .wrnzvb{max-width:100%}
}
.w1fhjws .bb8d{margin:0}
@media (max-width:560px){
  .oxzj4{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .n8dyraj { padding: 28px 18px 20px; }
  .msel { font-size: 1.2rem; }
  .ty14a { max-width: 220px; max-height: 80px; }
}
.vabrjv .b1e2rzl2 { border-radius: 22px; }
.bumunfr .l4f5ff9q {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .b1e2rzl2 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.h9es {
  margin: 28px 0 24px;
}
.h9es .lgbqp0 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.h9es .a1vtknf {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.h9es .l4f5ff9q {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ywi22q3 { flex-direction: row-reverse; }
[dir="rtl"] .c86mnq { flex-direction: row-reverse; }
[dir="rtl"] .fozwrr .cxpd26x { right: auto; left: 32px; }
[dir="rtl"] .rguko7p6  .cxpd26x { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .fozwrr .cxpd26x { right: auto; left: 20px; }
  [dir="rtl"] .rguko7p6  .cxpd26x { left: auto;  right: 20px; }
}
[dir="rtl"] .ljxqy .lmop0  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .bf5bzxs .lmop0 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .tblwm, [dir="rtl"] .ahzvczr { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .uszxz { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .u3bxsv { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .rvnwi { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .l4f5ff9q { direction: rtl; }
[dir="rtl"] .ka5x10 { direction: rtl; }
[dir="rtl"] .j3ahm { direction: rtl; }
[dir="rtl"] .ip2vf { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .oz0mthb .ahzvczr,
[dir="rtl"] .n79wc .ahzvczr,
[dir="rtl"] .cbzqr .ahzvczr,
[dir="rtl"] .vx2x .ahzvczr {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .oz0mthb .ahzvczr li::before,
[dir="rtl"] .n79wc .ahzvczr li::before,
[dir="rtl"] .cbzqr .ahzvczr li::before,
[dir="rtl"] .vx2x .ahzvczr li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .cn8d.he8l .uhaknd,
[dir="rtl"] .baabn.he8l .uhaknd,
[dir="rtl"] .vs818acn.he8l .uhaknd,
[dir="rtl"] .d5hn.he8l .uhaknd,
[dir="rtl"] .tgjm8djk.he8l .uhaknd { text-align: right; }
[dir="rtl"] .s0hxzl.ul5jas .ww1wo { text-align: center; }
[dir="rtl"] .a1vtknf,
[dir="rtl"] .hgnxusn,
[dir="rtl"] .nuvqga,
[dir="rtl"] .u0s5,
[dir="rtl"] .uhaknd { text-align: right; }
[dir="rtl"] .v88c7n3,
[dir="rtl"] .v6v9,
[dir="rtl"] .dnzz,
[dir="rtl"] .ib5hert,
[dir="rtl"] .jzwh1ot { text-align: right; direction: rtl; }
[dir="rtl"] .c94a2r .ib5hert,
[dir="rtl"] .xkb1fj9 .ib5hert { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #4627a0;
  --brand:           #4627a0;
  --brand-light:     #412a82;
  --brand-pale:      #59429e;
  --grad-start:      #704ed4;
  --grad-end:        #9c87d8;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #4627a0;
  --cta-light:       #351b83;
  --cta-hover:       #301b6e;
  --bg-page:         #f7f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f3f5;
  --bg-raised:       #efeef1;
  --bg-hover:        #f4f3f5;
  --border:          #e3e2e8;
  --border-alt:      #d3d0db;
  --border-section:  #e3e2e8;
  --text-primary:    #18171b;
  --text-muted:      #56525f;
  --text-body:       #312f36;
  --text-sub:        #494652;
  --text-faint:      #7a7688;
  --text-dim:        #9591a0;
  --text-label:      #625e6d;
  --text-value:      #3d3b44;
  --accent-bg:       #e7e4f0;
  --accent-bg-light: #d4cce9;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #168c6e;
  --c-cons:          #9f2142;
  --c-pros-label:    #1aa783;
  --c-tip-border:    #1db891;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #168c6e;
}
:root { --logo-bg-opacity: 68%; }
body, button, input { font-family: "Electrolize", sans-serif; }
.avmm9zd2 .in55hp { font-size: 0; width: 1.2rem; flex-shrink: 0; }.avmm9zd2 .in55hp::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.avmm9zd2 .jv5tz     .in55hp::before { content: "";  color: var(--c-tip-border); }.avmm9zd2 .xap73g7h .in55hp::before { content: ""; color: var(--c-warn-border); }.avmm9zd2 .vrizg2    .in55hp::before { content: ""; color: #60a5fa; }.r70s .avmm9zd2 .jv5tz     .in55hp::before { color: #10b981; }.r70s .avmm9zd2 .xap73g7h .in55hp::before { color: #f43f5e; }.r70s .avmm9zd2 .vrizg2    .in55hp::before { color: #a855f7; }.pf8egre3  .avmm9zd2 .jv5tz     .in55hp::before { color: #eab308; }.pf8egre3  .avmm9zd2 .xap73g7h .in55hp::before { color: #ef4444; }.pf8egre3  .avmm9zd2 .vrizg2    .in55hp::before { color: #f97316; }.czjf4y  .avmm9zd2 .jv5tz     .in55hp::before { color: #38bdf8; }.czjf4y  .avmm9zd2 .xap73g7h .in55hp::before { color: #818cf8; }.czjf4y  .avmm9zd2 .vrizg2    .in55hp::before { color: #2dd4bf; }.fpdih .avmm9zd2 .in55hp::before { color: var(--accent-light) !important; }
.l9q296h .iuy5, .l9q296h .s0hxzl { min-height: 320px; }
.xozk .jmwyhu::after, .xozk .pf8k::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.k0fqn4yp::before { content: '›'; font-size: 1.1em; }