:root {
  --color-accent: #000000;
  --color-cta: #30cc05;
  --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;
}
.td881i {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.xkwvi {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.dtf1hw {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.kvooh { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.hl1tog { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.hl1tog a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.hl1tog a:hover { color: var(--accent-light); }
.xmekogk { position: relative; }
.pex1gyn {
  display: none; position: absolute; top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%);
  background: var(--bg-surface); border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 8px 0; min-width: 190px;
  box-shadow: 0 8px 24px rgba(0,0,0,.45); z-index: 200;
  list-style: none;
}
.ua3vuwr   .pex1gyn { border-radius: 0; }
.dv59     .pex1gyn { border-radius: 6px; }
.mzavkd5y  .pex1gyn { border-radius: 14px; }
.gyh5     .pex1gyn { border-radius: 24px; padding: 8px; }
.dv59 .pex1gyn li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.dv59 .pex1gyn li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.mzavkd5y .pex1gyn li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.mzavkd5y .pex1gyn li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.gyh5 .pex1gyn li a { border-radius: 16px; }
.bzt1  .pex1gyn li + li { border-top: 1px solid var(--border-alt); }
.a4m4xam .pex1gyn li + li { border-top: 1px dashed var(--border-alt); }
.fww7 .pex1gyn li + li { border-top: 1px dotted var(--border-alt); }
.dfl4 .pex1gyn li + li { border-top: 3px double var(--border-alt); }
.xmekogk::after {
  content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 10px;
}
.xmekogk:hover .pex1gyn,
.xmekogk:focus-within .pex1gyn { display: block; }
.pex1gyn li a {
  display: block; padding: 8px 18px; white-space: nowrap;
  color: var(--text-muted); font-size: 0.86rem; text-decoration: none;
  transition: color .15s, background .15s;
}
.pex1gyn li a:hover {
  color: var(--accent-light); background: var(--bg-hover);
}
@media (max-width: 640px) {
  .pex1gyn {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xmekogk:hover .pex1gyn,
  .xmekogk:focus-within .pex1gyn { display: block; }
  .pex1gyn li a { padding: 8px 16px; font-size: 0.88rem; }
}
.qwy4 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.y39s1bn3 { display: none; }
@media (max-width: 640px) {
  .y39s1bn3 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .y39s1bn3.p6p0q { display: block; }
}
@media (max-width: 640px) {
  .qwy4 { display: block; }
  .hl1tog > li + li::before { display: none !important; }
  .hl1tog {
    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;
  }
  .hl1tog.p6p0q { display: flex; }
  .hl1tog li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .hl1tog li:last-child a { border-bottom: none; }
}
.l29v033n { min-height: 480px; }
.eieolfdc {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.gw1ejin1 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.te35t .gw1ejin1 { margin-left: 0; margin-right: 0; }
.u8r04 {
  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;
}
.xqd7uxi4 .u8r04 { margin-top: 24px; }
.u8r04:hover { opacity: 0.88; }
.g1ws4uf {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.vcx8h {
  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%);
}
.g1ws4uf .qouxut {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.g1ws4uf .eieolfdc { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.g1ws4uf .gw1ejin1 { color: #e2e8f0; }
.g1ws4uf.v2ga .qouxut { text-align: center; }
.g1ws4uf.te35t   .qouxut { text-align: left; }
.jshu1o .qouxut {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.jshu1o .eieolfdc { color: var(--text-primary); text-shadow: none; }
.jshu1o .gw1ejin1 { color: var(--text-muted); }
.jshu1o .u8r04 { margin-top: 16px; }
.jshu1o, .jshu1o.l29v033n { min-height: auto !important; }
.jshu1o.v2ga .qouxut { text-align: center; }
.jshu1o.te35t   .qouxut { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.yhiyo9d .g1ws4uf .vcx8h {
  overflow: hidden;
}
.yhiyo9d .g1ws4uf .vcx8h::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); }
}
.c3k8 .g1ws4uf .vcx8h {
  overflow: hidden;
}
.c3k8 .g1ws4uf .vcx8h::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;
}
.vvejgae .g1ws4uf .vcx8h {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.o1n65i4 .g1ws4uf .vcx8h {
  overflow: hidden;
}
.o1n65i4 .g1ws4uf .vcx8h::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;
}
.hp0xy5y .g1ws4uf .vcx8h {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ej6n4 .vcx8h {
  background: none;
}
.ej6n4 .eieolfdc { color: #fff; }
.ej6n4 .gw1ejin1 { color: rgba(255,255,255,0.85); }
.ej6n4 .u8r04 { background: #fff; color: var(--cta); }
.ej6n4 .u8r04:hover { opacity: 0.92; }
.chl6bp .eieolfdc { text-shadow: none; color: var(--text-primary); }
.chl6bp .gw1ejin1 { color: var(--text-muted); }
body.zyopom .eieolfdc {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.sc8p58m0 .eieolfdc {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.l29v033n.ej6n4 .eieolfdc,
section.ej6n4 .eieolfdc {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.chl6bp.te35t   .ov0bna2h { align-items: flex-start; text-align: left; }
.l29v033n .ynv6fh {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ynv6fh .g0nqdr6.vigo4bp {
  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;
}
.ynv6fh .g0nqdr6.vigo4bp:hover { opacity: 0.85; }
.lip6bk8b .qouxut { padding-bottom: 24px; }
.xqd7uxi4 .qouxut { max-width: 1100px; }
@media (max-width: 700px) {
  .chl6bp { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .chl6bp:not(.fy0lzp7) .vleb { display: none !important; }
  .fy0lzp7 .vleb { padding: 16px; }
  .ov0bna2h  { padding: 36px 24px; }
  .chl6bp~.xnpxtey,.irbnze~.xnpxtey{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .l29v033n, .chl6bp { min-height: 320px !important; }
  .eieolfdc { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .uukodz5b,
  .s3bhk,
  .fh5app { grid-template-columns: 1fr !important; }

  

  
  .lip6bk8b { display: flex !important; flex-direction: column !important; }
  .lip6bk8b .qouxut { display: contents; }
  .lip6bk8b .vcx8h { order: 0; }
  .lip6bk8b .eieolfdc { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .lip6bk8b .uukodz5b { order: 2; padding: 0 16px 12px !important; }
  .lip6bk8b .gw1ejin1 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .xqd7uxi4 .qouxut { display: flex; flex-direction: column; }
  .xqd7uxi4 .qouxut .eieolfdc { order: 1; }
  .xqd7uxi4 .qouxut .fh5app { order: 2; margin: 8px 0 24px !important; }
  .xqd7uxi4 .qouxut .gw1ejin1 { order: 3; }
  .xqd7uxi4 .qouxut .u8r04 { order: 4; align-self: center; margin-top: 0; }

  
  .chl6bp.fy0lzp7 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .chl6bp.fy0lzp7 .ov0bna2h { display: contents; padding: 0; }
  .chl6bp.fy0lzp7 .ov0bna2h .eieolfdc { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .chl6bp.fy0lzp7 .vleb { order: 2; padding: 12px 16px; }
  .chl6bp.fy0lzp7 .ov0bna2h .gw1ejin1 { order: 3; padding: 0 24px; margin: 0 auto; }
  .chl6bp.fy0lzp7 .ov0bna2h .u8r04 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.w1vuandu { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.itcsy5 { width: 100%; height: auto; display: block; border-radius: 10px; }
.hp8e .w1vuandu        { border-radius: 16px; }
.hp8e .itcsy5  { border-radius: 16px; }
.drn2js .w1vuandu         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.drn2js .itcsy5   { border-radius: 8px; }
.ugyy8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.mvgc { width: 100%; padding: 32px 0; position: relative; }
.zc6ka { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.xsp93v0k .mvgc:nth-child(even) { background: var(--bg-surface); }
.xsp93v0k .mvgc:nth-child(odd)  { background: var(--bg-page); }
.dfxjw66s .mvgc:nth-child(even) { background: var(--bg-card); }
.dfxjw66s .mvgc:nth-child(odd)  { background: var(--bg-page); }
.xsp93v0k .mvgc:nth-child(odd)  .zc6ka { background: var(--bg-card); border-radius: 6px; }
.xsp93v0k .mvgc:nth-child(even) .zc6ka { background: var(--bg-raised); border-radius: 6px; }
.dfxjw66s .mvgc:nth-child(odd)  .zc6ka { background: var(--bg-card); border-radius: 6px; }
.dfxjw66s .mvgc:nth-child(even) .zc6ka { background: var(--bg-raised); border-radius: 6px; }
.xsp93v0k .mvgc:nth-child(even) .syguoz .t8rfmi,
.dfxjw66s .mvgc:nth-child(even) .syguoz .t8rfmi { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.xsp93v0k .mvgc:nth-child(odd) .syguoz .t8rfmi,
.dfxjw66s .mvgc:nth-child(odd) .syguoz .t8rfmi { background: var(--bg-card-inner); }
.xsp93v0k .mvgc:nth-child(even) .sr4gylv .t8rfmi:nth-child(odd),
.dfxjw66s .mvgc:nth-child(even) .sr4gylv .t8rfmi:nth-child(odd)  { background: var(--bg-card); }
.xsp93v0k .mvgc:nth-child(even) .sr4gylv .t8rfmi:nth-child(even),
.dfxjw66s .mvgc:nth-child(even) .sr4gylv .t8rfmi:nth-child(even) { background: var(--bg-card-inner); }
h1.us3kl4 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.us3kl4 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ewya9lyx { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.fxioqah h2.us3kl4 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.t0fgf9 h2.us3kl4 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.q3gfxneh h2.us3kl4 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.b1g8ourf h2.us3kl4::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.eboz h2.us3kl4 {
  color: var(--text-primary); font-size: 1.7rem;
}
.n35i h2.us3kl4::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ggsxq h2.us3kl4 {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .xks272o { display: none; } }
.uvctw1bh { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.tqxqwzx { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.o3610yns {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.cp4lgok5 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.d5eif { padding-left: 20px; }
.d5eif li { margin-bottom: 6px; }
.d5eif a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.d5eif a:hover { color: var(--accent-light); }
.izjn7d .cp4lgok5 { display: none; }
.gjwndz .cp4lgok5 { display: none; }
.gjwndz .d5eif { padding-left: 0; list-style: none; }
.gjwndz .d5eif li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.gjwndz .d5eif a { font-size: 0.92rem; }
.f2xnwi .o3610yns { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.f2xnwi .cp4lgok5 { display: none; }
.f2xnwi .d5eif { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.f2xnwi .d5eif li { margin-bottom: 0; }
.f2xnwi .d5eif 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;
}
.f2xnwi .d5eif a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.qjoo6 .o3610yns { padding: 20px 20px 16px; }
.qjoo6 .d5eif {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.qjoo6 .d5eif li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.qjoo6 .d5eif 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;
}
.qjoo6 .d5eif 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;
}
.qjoo6 .d5eif a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.qjoo6 .d5eif a:focus,
.qjoo6 .d5eif a:focus-visible,
.qjoo6 .d5eif a:target { outline: none; }
.qjoo6 .d5eif li:target a { border-color: var(--border); color: var(--text-muted); }
.ol5f .o3610yns { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ol5f .cp4lgok5 { display: none; }
.ol5f .d5eif { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ol5f .d5eif li { margin-bottom: 0; }
.ol5f .d5eif li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ol5f .d5eif li:last-child::after { content: ""; margin-right: 0; }
.ol5f .d5eif a { font-size: 0.9rem; }
.t8rfmi { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.syguoz .t8rfmi { background: var(--bg-card); }
.sr4gylv .t8rfmi:nth-child(odd)  { background: var(--bg-card); }
.sr4gylv .t8rfmi:nth-child(even) { background: var(--bg-raised); }
.xtwlvv .t8rfmi {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.xtwlvv .t8rfmi:last-child { border-bottom: none; }
.xtwlvv h3.ewya9lyx { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.rsirk .t8rfmi {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.rsirk .t8rfmi + .t8rfmi { margin-top: 4px; }
.jf6h08 .t8rfmi { background: none; border-radius: 0; padding: 12px 0; }
.jf6h08 .t8rfmi + .t8rfmi { border-top: 1px solid var(--border-section); }
.juvms { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.jyffou { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.o13z5q { color: var(--text-body); margin-bottom: 10px; }
.q6q4, .t7amm { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.q6q4 li, .t7amm li { margin-bottom: 6px; }
.t7amm li { list-style: decimal; }
.yjha7q6u     .q6q4 { list-style-type: "● "; }
.bri7zvw  .q6q4 { list-style-type: "■ "; }
.s7i84qo .q6q4 { list-style-type: "◆ "; }
.lz4bms4j    .q6q4 { list-style-type: "★ "; }
.yjha7q6u     .xok6git7 { list-style-type: "● "; }
.bri7zvw  .xok6git7 { list-style-type: "■ "; }
.s7i84qo .xok6git7 { list-style-type: "◆ "; }
.lz4bms4j    .xok6git7 { list-style-type: "★ "; }
.yjha7q6u    .q6q4 li::marker, .yjha7q6u    .xok6git7 li::marker,
.bri7zvw .q6q4 li::marker, .bri7zvw .xok6git7 li::marker,
.s7i84qo .q6q4 li::marker, .s7i84qo .xok6git7 li::marker,
.lz4bms4j   .q6q4 li::marker, .lz4bms4j   .xok6git7 li::marker {
  color: var(--cta); font-size: 1em;
}
.yjha7q6u .t7amm,
.bri7zvw .t7amm,
.s7i84qo .t7amm,
.lz4bms4j .t7amm {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.yjha7q6u .t7amm li,
.bri7zvw .t7amm li,
.s7i84qo .t7amm li,
.lz4bms4j .t7amm li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.yjha7q6u .t7amm li::before,
.bri7zvw .t7amm li::before,
.s7i84qo .t7amm li::before,
.lz4bms4j .t7amm 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;
}
.yjha7q6u     .t7amm li::before { border-radius: 50%; }
.bri7zvw  .t7amm li::before { border-radius: 3px; }
.s7i84qo .t7amm li::before { border-radius: 3px; }
.lz4bms4j    .t7amm li::before { border-radius: 50%; }
.vyds { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.dxgu0bgo .vyds,
.nn29irv .vyds { background: transparent; border: none; border-radius: 0; }
.toqtrgn { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.toqtrgn th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.toqtrgn td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.toqtrgn tr:hover td { background: var(--bg-hover); }
.h14cnmr6 .toqtrgn tbody tr:nth-child(even) td { background: var(--bg-surface); }
.hdbehvnx .toqtrgn { border: 1px solid var(--border-alt); }
.hdbehvnx .toqtrgn th,
.hdbehvnx .toqtrgn td { border: 1px solid var(--border-alt); }
.r0xuaw8 .toqtrgn th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.r0xuaw8 .toqtrgn td { border-bottom: none; }
.r0xuaw8 .toqtrgn tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.a1rpg0 .toqtrgn th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.z0c8ul .vyds {
  overflow: hidden;
}
.z0c8ul .toqtrgn th { border-bottom: 1px solid var(--border-alt); }
.z0c8ul .toqtrgn tr:last-child td { border-bottom: none; }
.zak8q { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.xc4glb22 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.l29efw68 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.q7o197 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.zvyjf9 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.xok6git7 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.xok6git7 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%}
.jl0cub .q7o197 { background: transparent; text-align: center; }
.j218et0 .l29efw68 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.nau9q .l29efw68 {
  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);
}
.kfes203j .xc4glb22 { display: grid; grid-template-columns: auto 1fr; }
.kfes203j .l29efw68 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.kfes203j .q7o197 { grid-column: 2; }
.kfes203j .zvyjf9,
.kfes203j .xok6git7 { grid-column: 1 / -1; }
.wzbh4yyx .xc4glb22 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.wzbh4yyx .l29efw68 {
  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);
}
.wzbh4yyx .q7o197 { grid-column: 2; }
.wzbh4yyx .zvyjf9,
.wzbh4yyx .xok6git7 { grid-column: 1 / -1; }
.l3i8 .xc4glb22 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.l3i8 .q7o197 { background: none; color: var(--accent-light); font-weight: 700; }
.sez3p22w .xc4glb22 { 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); }
.sez3p22w .q7o197 { background: none; color: var(--accent-light); font-weight: 700; }
.ymc3add3 .xc4glb22 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ymc3add3 .xc4glb22:last-child { border-bottom: none; }
.ymc3add3 .q7o197 { background: none; color: var(--accent-light); font-weight: 700; }
.za5966hx .xc4glb22 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.za5966hx .q7o197 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.zt0l7xs5 .zak8q { counter-reset: card-n; }
.zt0l7xs5 .xc4glb22  { counter-increment: card-n; }
.zt0l7xs5 .q7o197 { display: flex; align-items: center; gap: 10px; }
.zt0l7xs5 .q7o197::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;
}
.tvkpcrxn .xc4glb22 { background: var(--bg-surface); border: 1px solid var(--border); }
.tvkpcrxn .q7o197 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.vh1d6w { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.evjikg  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.ex24l { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.mpzyrb4 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.hmaq { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.vh1d6w strong { color: var(--text-primary); font-size: 0.95rem; }
.vh1d6w p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.oqnw4t { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.b1785k0v, .kjy1y { border-radius: 8px; padding: 14px; }
.b1785k0v { background: var(--bg-pros); }
.kjy1y { background: var(--bg-cons); }
.c2dbz { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.b1785k0v .c2dbz { color: var(--c-pros-label); }
.kjy1y .c2dbz { color: #f87171; }
.b1785k0v ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.kjy1y ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.itcsy5 { width: 100%; height: auto; border-radius: 10px; display: block; }
.vigo4bp {
  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;
}
.vigo4bp:hover { opacity: 0.85; }
.xvsqhv .vigo4bp  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.xvsqhv .vigo4bp:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.kn3u .vigo4bp  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.kn3u .vigo4bp:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hdmac .u8r04 { border-radius: 50px; }
.hdmac .vigo4bp  { border-radius: 50px; }
.s7ho65dk .u8r04 { padding-left: 22px; padding-right: 22px; }
.s7ho65dk .vigo4bp  { padding-left: 12px; padding-right: 12px; }
.thec .u8r04 { padding-left: 44px; padding-right: 44px; }
.thec .vigo4bp  { padding-left: 24px; padding-right: 24px; }
.yezep4v .u8r04 { padding-left: 56px; padding-right: 56px; }
.yezep4v .vigo4bp  { padding-left: 32px; padding-right: 32px; }
.smcs0e8i   .u8r04::after, .smcs0e8i   .vigo4bp::after,
.grioaksb .u8r04::after, .grioaksb .vigo4bp::after,
.ja8y    .u8r04::after, .ja8y    .vigo4bp::after,
.ngf0w    .u8r04::after, .ngf0w    .vigo4bp::after,
.ubb7m    .u8r04::after, .ubb7m    .vigo4bp::after,
.z3yx     .u8r04::after, .z3yx     .vigo4bp::after,
.whwk1kbv    .u8r04::after, .whwk1kbv    .vigo4bp::after,
.ajedn   .u8r04::after, .ajedn   .vigo4bp::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;
}
.smcs0e8i .u8r04::after, .smcs0e8i .vigo4bp::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");
}
.grioaksb .u8r04::after, .grioaksb .vigo4bp::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");
}
.ja8y .u8r04::after, .ja8y .vigo4bp::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");
}
.ngf0w .u8r04::after, .ngf0w .vigo4bp::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");
}
.ubb7m .u8r04::after, .ubb7m .vigo4bp::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");
}
.z3yx .u8r04::after, .z3yx .vigo4bp::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");
}
.whwk1kbv .u8r04::after, .whwk1kbv .vigo4bp::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");
}
.ajedn .u8r04::after, .ajedn .vigo4bp::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");
}
.t4jrv13h   .mc4vyx::after, .t4jrv13h   .yv90swxx::after,
.sww2yon .mc4vyx::after, .sww2yon .yv90swxx::after,
.zva360m    .mc4vyx::after, .zva360m    .yv90swxx::after,
.kz0pv    .mc4vyx::after, .kz0pv    .yv90swxx::after,
.urhy1t    .mc4vyx::after, .urhy1t    .yv90swxx::after,
.ght4snj2     .mc4vyx::after, .ght4snj2     .yv90swxx::after,
.gt29ccwt    .mc4vyx::after, .gt29ccwt    .yv90swxx::after,
.dz2uvktz   .mc4vyx::after, .dz2uvktz   .yv90swxx::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;
}
.t4jrv13h .mc4vyx::after, .t4jrv13h .yv90swxx::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");
}
.sww2yon .mc4vyx::after, .sww2yon .yv90swxx::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");
}
.zva360m .mc4vyx::after, .zva360m .yv90swxx::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");
}
.kz0pv .mc4vyx::after, .kz0pv .yv90swxx::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");
}
.urhy1t .mc4vyx::after, .urhy1t .yv90swxx::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");
}
.ght4snj2 .mc4vyx::after, .ght4snj2 .yv90swxx::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");
}
.gt29ccwt .mc4vyx::after, .gt29ccwt .yv90swxx::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");
}
.dz2uvktz .mc4vyx::after, .dz2uvktz .yv90swxx::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");
}
.tbe6 .spwl2tr0 { background: var(--bg-raised); }
.g0nqdr6.vigo4bp {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ophf {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ophf::before    { grid-area: rank;   }
  .f3shts           { grid-area: ident;  }
  .ji9m     { grid-area: rating; min-width: 0; width: auto; }
  .v47m858t           { grid-area: pills;  }
  .g0nqdr6             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ophf {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ophf::before    { justify-self: center; }
  .f3shts           { width: 100%; }
  .ji9m     { justify-self: center; }
  .v47m858t           { grid-template-columns: 1fr; }
}
.qkj5w { color: var(--c-stars); font-size: 1.1rem; }
.rzh3lr0, .uxpqaq { list-style: none; font-size: 0.9rem; }
.rzh3lr0 li { color: var(--c-pros); margin-bottom: 4px; }
.uxpqaq li { color: var(--c-cons); margin-bottom: 4px; }
.rzh3lr0 li::before { content: "✓"; margin-right: 5px; }
.uxpqaq li::before { content: "✗"; margin-right: 5px; }
.l3x6hosf .rzh3lr0 li::before { content: "→"; }
.l3x6hosf .uxpqaq li::before { content: "–"; }
.lcnd  .rzh3lr0 li::before { content: "★"; }
.lcnd  .uxpqaq li::before { content: "✕"; }
.f33kj    .rzh3lr0 li::before { content: "◆"; }
.f33kj    .uxpqaq li::before { content: "▲"; }
.e55yih  .rzh3lr0 li::before { content: "▶"; }
.e55yih  .uxpqaq li::before { content: "■"; }
@media (min-width: 860px) {
  .nxw85 .gkip {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .nxw85 .i92fn { margin: 0; }
}
.dg7n .t0o9zb { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.dg7n .v1ccyy h3 { color: var(--accent-light); }
.dg7n .axajjd { background: var(--bg-page); border: 1px solid var(--border); }
.nn29irv {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 12px;
  margin: 28px 0;
  overflow: hidden;
}
.eayw1hv3 {
  width: 100px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface); border-radius: 10px; padding: 8px;
  flex-shrink: 0;
}
.eayw1hv3 img { max-width: 100%; max-height: 100%; object-fit: contain; }
.yv58dsk { font-size: 1.15rem; font-weight: 700; color: var(--text); }
.ocvwcj { display: flex; align-items: center; gap: 8px; }
.ocvwcj .qkj5w { font-size: .95rem; }
.ocvwcj strong { font-size: 1.1rem; color: var(--text); }
.opjin { text-align: center; flex-shrink: 0; }
.quqna7 { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; }
.cfuqiw0 { font-size: .82rem; color: var(--text-muted); font-weight: 500; opacity: 0.75; }
.y1mg { font-size: .92rem; font-weight: 800; color: var(--accent); }
.r509f5 .y1mg { font-size: 1.05rem; font-weight: 800; color: var(--accent); }
.nn29irv .oqnw4t { gap: 10px; }
.nn29irv .b1785k0v, .nn29irv .kjy1y { padding: 12px; }
.nn29irv .b1785k0v ul, .nn29irv .kjy1y ul { margin: 4px 0 0; padding-left: 18px; }
.nn29irv .b1785k0v li, .nn29irv .kjy1y li { font-size: .85rem; margin-bottom: 3px; }
.krdfkf .opjin { width: 100%; margin-top: auto; }
.wrgu4fo .yqfk30pw {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.wrgu4fo .quqna7 { border-bottom: 1px solid var(--border-alt); }
.wrgu4fo .quqna7:nth-child(odd) { border-right: 1px solid var(--border-alt); }
.wrgu4fo .r509f5 { grid-column: 1 / -1; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .wrgu4fo { grid-template-columns: 1fr; }
  .krdfkf { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .krdfkf .eayw1hv3 { width: 72px; height: 50px; }
  .krdfkf .ggvf { max-width: 180px; }
  .krdfkf .opjin { width: auto; }
}
.kzp2izk .eayw1hv3 { background: rgba(255,255,255,.15); backdrop-filter: blur(8px); border-radius: 10px; }
.kzp2izk .yv58dsk { color: #fff; font-size: 1.25rem; }
.kzp2izk .ocvwcj strong { color: #fff; }
.kzp2izk .ocvwcj .qkj5w { filter: brightness(1.2); }
.kzp2izk .opjin { margin-left: auto; white-space: nowrap; }
.y414 .opjin { margin-left: auto; }
.hcit18 .yqfk30pw {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden;
}
.hcit18 .quqna7 {
  flex: 1 1 auto; min-width: 120px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
}
.hcit18 .r509f5 { flex-basis: 100%; background: var(--accent-bg); border-right: none; }
@media (max-width: 720px) {
  .kzp2izk { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .qoeb3 { padding: 16px; }
  .hcit18 .quqna7 { min-width: 50%; }
}
.wg6h03l .yv58dsk { font-size: 1.3rem; }
.i8ii .yqfk30pw { display: flex; flex-direction: column; }
.i8ii .quqna7 { border-bottom: 1px solid var(--border-alt); }
.i8ii .r509f5 { background: var(--accent-bg); }
.jojo9y .oqnw4t { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .zoy6vk9 { grid-template-columns: 1fr; }
  .aholxj { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .i8ii { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .b189zhbl { flex-wrap: wrap; padding: 16px; }
}
.dmpt .eayw1hv3 { width: 72px; height: 50px; }
.dmpt .yv58dsk { font-size: 1rem; white-space: nowrap; }
.pqale3 .yqfk30pw { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.pqale3 .quqna7 { padding: 0; flex: 0 0 auto; gap: 6px; }
.pqale3 .r509f5 { display: none; }
.pqale3 .oqnw4t { gap: 8px; }
.pqale3 .b1785k0v, .pqale3 .kjy1y { padding: 8px; }
@media (max-width: 480px) {
  .ia16 { flex-direction: column; align-items: stretch; }
}
.mg90t8vp .eayw1hv3 { width: 48px; height: 48px; }
.mg90t8vp .yv58dsk { font-size: 0.95rem; font-weight: 700; white-space: nowrap; }
.mg90t8vp .ocvwcj { font-size: 0.8rem; }
.mg90t8vp .ocvwcj strong { font-size: 0.85rem; }
.sbg6r .yqfk30pw {
  display: flex; flex-wrap: wrap; gap: 4px 14px;
}
.sbg6r .quqna7 { padding: 0; flex: 0 0 auto; gap: 4px; }
.sbg6r .cfuqiw0 { font-size: 0.7rem; }
.sbg6r .y1mg { font-size: 0.8rem; }
.sbg6r .r509f5 .y1mg { font-size: 0.85rem; font-weight: 700; }
.sbg6r .opjin .vigo4bp { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ti7u { flex-direction: column; align-items: stretch; gap: 10px; }
  .sbg6r .opjin { text-align: center; }
}
.s3co .yqfk30pw { display: flex; flex-direction: column; border: 1px solid var(--border-alt); border-radius: 8px; overflow: hidden; }
.s3co .quqna7 { border-bottom: 1px solid var(--border-alt); }
.s3co .quqna7:last-child { border-bottom: none; }
.s3co .r509f5 { background: var(--accent-bg); }
@media (max-width: 720px) {
  .nhlpke { grid-template-columns: 1fr; }
  .s3co { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .lc2wloh { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.oikxh7 .lhb7p { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.f9vvp3uy .qkj5w { font-size: .75rem; margin-top: 2px; }
.hxei .yqfk30pw {
  display: flex; flex-wrap: wrap;
}
.hxei .quqna7 {
  flex: 1 1 auto; min-width: 100px;
  border-right: 1px solid var(--border-alt); border-bottom: 1px solid var(--border-alt);
  flex-direction: column; align-items: center; gap: 2px; padding: 12px 8px; text-align: center;
}
.hxei .quqna7:last-child { border-right: none; }
.hxei .cfuqiw0 { font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; }
.hxei .r509f5 { background: var(--accent-bg); }
@media (max-width: 720px) {
  .vblg9n { grid-template-columns: 1fr; }
  .f9vvp3uy { width: 100px; height: 100px; margin: 16px auto; }
  .oikxh7 { font-size: 1.4rem; }
  .s4p3n { justify-content: center; }
  .hxei .quqna7 { min-width: 50%; }
}
.h6yh {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-alt);
}
.f1pep4g9 { max-height: 240px; overflow: hidden; border-bottom: 1px solid var(--border-alt); }
.f1pep4g9 img { width: 100%; display: block; object-fit: cover; }
.d9fp1c { padding: 16px 24px; border-bottom: 1px solid var(--border-alt); }
.iqzezr .yqfk30pw {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.iqzezr .quqna7 {
  background: var(--surface); border: 1px solid var(--border-alt);
  border-radius: 20px; padding: 6px 14px; gap: 8px;
}
.iqzezr .r509f5 {
  background: var(--accent-bg); border-color: var(--accent-pale);
}
.iqzezr .oqnw4t { margin: 0 24px; padding-top: 16px; }
.iqzezr .udazgh { padding: 0 24px; }
.own8jp { padding: 16px 24px; border-top: 1px solid var(--border-alt); text-align: center; }
.own8jp .opjin { display: inline-block; }
@media (max-width: 540px) {
  .h6yh { flex-wrap: wrap; padding: 14px 16px; }
  .d9fp1c { padding: 12px 16px; }
  .iqzezr .oqnw4t { margin: 0 16px; }
  .iqzezr .udazgh { padding: 0 16px; }
  .own8jp { padding: 12px 16px; }
}
.heis3hp0 .ophf {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.heis3hp0 .ophf:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.owim4ma .v47m858t .ywku {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.owim4ma .v47m858t .ywku:first-child { border-left: none; }
.fg0dxmrl .k6j8nmj { font-size: 1rem; letter-spacing: 2px; }
.xnkw .msxvru1 .qkj5w,
.vxrlaho .msxvru1 .qkj5w,
.u0uruj .msxvru1 .qkj5w { display: none; }
.xnkw .lhb7p { display: none; }
.vxrlaho .m26cy7hc,
.vxrlaho .lhb7p { font-size: 1em; }
.u0uruj .lhb7p { display: none; }
.qkpl111 { margin: 16px 0; }
.br93 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.br93 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.br93 summary::after { content: "+"; color: var(--accent-light); }
.br93[open] summary::after { content: "−"; }
.br93 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.mvgc { margin-bottom: 0; }
.gs93a h2.us3kl4 { color: var(--text-primary); border-color: var(--accent-light); }
.gggpd h2.us3kl4 { color: var(--text-primary); border-color: var(--accent-light); }
.eh9kn5s .evjikg     { background: #052e16; border-color: #10b981; }
.eh9kn5s .ex24l { background: #2d0a1e; border-color: #f43f5e; }
.eh9kn5s .mpzyrb4    { background: #1e1036; border-color: #a855f7; }
.eh9kn5s .vh1d6w strong  { color: #f1f5f9; }
.eh9kn5s .vh1d6w p       { color: #cbd5e1; }
.eh9kn5s .jpwk    .evjikg     .hmaq::before,
.eh9kn5s .ojjbv5  .evjikg     .hmaq::before,
.eh9kn5s .u1tstfv3  .evjikg     .hmaq::before,
.eh9kn5s .mncv71 .evjikg     .hmaq::before { color: #10b981; }
.eh9kn5s .jpwk    .ex24l .hmaq::before,
.eh9kn5s .ojjbv5  .ex24l .hmaq::before,
.eh9kn5s .u1tstfv3  .ex24l .hmaq::before,
.eh9kn5s .mncv71 .ex24l .hmaq::before { color: #f43f5e; }
.eh9kn5s .jpwk    .mpzyrb4    .hmaq::before,
.eh9kn5s .ojjbv5  .mpzyrb4    .hmaq::before,
.eh9kn5s .u1tstfv3  .mpzyrb4    .hmaq::before,
.eh9kn5s .mncv71 .mpzyrb4    .hmaq::before { color: #a855f7; }
.xxr1 .evjikg     { background: #2d2000; border-color: #eab308; }
.xxr1 .ex24l { background: #2d0b0b; border-color: #ef4444; }
.xxr1 .mpzyrb4    { background: #2d1600; border-color: #f97316; }
.xxr1 .vh1d6w strong  { color: #f1f5f9; }
.xxr1 .vh1d6w p       { color: #cbd5e1; }
.xxr1 .jpwk    .evjikg     .hmaq::before,
.xxr1 .ojjbv5  .evjikg     .hmaq::before,
.xxr1 .u1tstfv3  .evjikg     .hmaq::before,
.xxr1 .mncv71 .evjikg     .hmaq::before { color: #eab308; }
.xxr1 .jpwk    .ex24l .hmaq::before,
.xxr1 .ojjbv5  .ex24l .hmaq::before,
.xxr1 .u1tstfv3  .ex24l .hmaq::before,
.xxr1 .mncv71 .ex24l .hmaq::before { color: #ef4444; }
.xxr1 .jpwk    .mpzyrb4    .hmaq::before,
.xxr1 .ojjbv5  .mpzyrb4    .hmaq::before,
.xxr1 .u1tstfv3  .mpzyrb4    .hmaq::before,
.xxr1 .mncv71 .mpzyrb4    .hmaq::before { color: #f97316; }
.bkti .evjikg     { background: #0c1a2e; border-color: #38bdf8; }
.bkti .ex24l { background: #12103a; border-color: #818cf8; }
.bkti .mpzyrb4    { background: #0a2020; border-color: #2dd4bf; }
.bkti .vh1d6w strong  { color: #f1f5f9; }
.bkti .vh1d6w p       { color: #cbd5e1; }
.bkti .jpwk    .evjikg     .hmaq::before,
.bkti .ojjbv5  .evjikg     .hmaq::before,
.bkti .u1tstfv3  .evjikg     .hmaq::before,
.bkti .mncv71 .evjikg     .hmaq::before { color: #38bdf8; }
.bkti .jpwk    .ex24l .hmaq::before,
.bkti .ojjbv5  .ex24l .hmaq::before,
.bkti .u1tstfv3  .ex24l .hmaq::before,
.bkti .mncv71 .ex24l .hmaq::before { color: #818cf8; }
.bkti .jpwk    .mpzyrb4    .hmaq::before,
.bkti .ojjbv5  .mpzyrb4    .hmaq::before,
.bkti .u1tstfv3  .mpzyrb4    .hmaq::before,
.bkti .mncv71 .mpzyrb4    .hmaq::before { color: #2dd4bf; }
.uy9aapj .evjikg     { background: var(--accent-bg); border-color: var(--accent-light); }
.uy9aapj .ex24l { background: var(--accent-bg-light); border-color: var(--accent-light); }
.uy9aapj .mpzyrb4    { background: var(--accent-bg); border-color: var(--accent-pale); }
.uy9aapj .jpwk    .hmaq::before,
.uy9aapj .ojjbv5  .hmaq::before,
.uy9aapj .u1tstfv3  .hmaq::before,
.uy9aapj .mncv71 .hmaq::before { color: var(--accent-light) !important; }
.e8qg::before,
.ablt4j6::before { margin-right: 5px; }
.gbqph .b1785k0v ul li,
.gbqph .rzh3lr0 li         { color: #4ade80; }
.gbqph .b1785k0v .e8qg { color: #22c55e; }
.gbqph .kjy1y ul li,
.gbqph .uxpqaq li         { color: #f87171; }
.gbqph .kjy1y .ablt4j6 { color: #ef4444; }
.l9900 .b1785k0v { background: var(--bg-pros); }
.l9900 .kjy1y { background: var(--bg-cons); }
.l9900 .b1785k0v .e8qg { color: var(--c-pros-label); }
.l9900 .kjy1y .ablt4j6 { color: var(--c-cons); }
.l9900 .b1785k0v ul li,
.l9900 .rzh3lr0 li            { color: var(--c-pros); }
.l9900 .kjy1y ul li,
.l9900 .uxpqaq li            { color: var(--c-cons); }
.bkgna3d4 .b1785k0v { background: var(--bg-pros); }
.bkgna3d4 .kjy1y { background: var(--bg-cons); }
.bkgna3d4 .b1785k0v .e8qg { color: var(--c-pros-label); }
.bkgna3d4 .kjy1y .ablt4j6 { color: var(--c-cons); }
.bkgna3d4 .b1785k0v ul li,
.bkgna3d4 .rzh3lr0 li          { color: var(--c-pros); }
.bkgna3d4 .kjy1y ul li,
.bkgna3d4 .uxpqaq li          { color: var(--c-cons); }
.dgwl .e8qg::before { content: "✓ "; }
.dgwl .ablt4j6::before { content: "✗ "; }
.l3x6hosf .e8qg::before { content: "→ "; }
.l3x6hosf .ablt4j6::before { content: "← "; }
.lcnd .e8qg::before { content: "★ "; }
.lcnd .ablt4j6::before { content: "✕ "; }
.f33kj .e8qg::before { content: "◆ "; }
.f33kj .ablt4j6::before { content: "▲ "; }
.eg8qfnxa .vh1d6w { background: transparent; border-left: none; border: 1.5px solid; }
.eg8qfnxa .evjikg     { border-color: var(--c-tip-border); }
.eg8qfnxa .ex24l { border-color: var(--c-warn-border); }
.eg8qfnxa .mpzyrb4    { border-color: #60a5fa; }
.eg8qfnxa .vh1d6w strong { color: var(--text-primary); }
.eg8qfnxa .vh1d6w p      { color: var(--text-muted); }
.g5xttpp .vh1d6w { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.g5xttpp .evjikg     { border-top-color: var(--c-tip-border); }
.g5xttpp .ex24l { border-top-color: var(--c-warn-border); }
.g5xttpp .mpzyrb4    { border-top-color: #60a5fa; }
.vhjw6 .vh1d6w { border-left: none; border-radius: 8px; }
.vhjw6 .evjikg     { background: #065f46; }
.vhjw6 .ex24l { background: #92400e; }
.vhjw6 .mpzyrb4    { background: #1e3a8a; }
.vhjw6 .vh1d6w strong,
.vhjw6 .vh1d6w p { color: #fff; }
.vhjw6 .hmaq::before { color: rgba(255,255,255,0.85) !important; }
.eh9kn5s.vhjw6 .evjikg,
.eh9kn5s .vhjw6 .evjikg     { background: #052e16; }
.eh9kn5s.vhjw6 .ex24l,
.eh9kn5s .vhjw6 .ex24l { background: #2d0a1e; }
.eh9kn5s.vhjw6 .mpzyrb4,
.eh9kn5s .vhjw6 .mpzyrb4    { background: #1e1036; }
.xxr1.vhjw6 .evjikg,
.xxr1 .vhjw6 .evjikg      { background: #2d2000; }
.xxr1.vhjw6 .ex24l,
.xxr1 .vhjw6 .ex24l  { background: #2d0b0b; }
.xxr1.vhjw6 .mpzyrb4,
.xxr1 .vhjw6 .mpzyrb4     { background: #2d1600; }
.bkti.vhjw6 .evjikg,
.bkti .vhjw6 .evjikg      { background: #0c1a2e; }
.bkti.vhjw6 .ex24l,
.bkti .vhjw6 .ex24l  { background: #12103a; }
.bkti.vhjw6 .mpzyrb4,
.bkti .vhjw6 .mpzyrb4     { background: #0a2020; }
.wflhm .vh1d6w { border-left: none; border-radius: 6px; padding: 10px 14px; }
.wflhm .evjikg     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.wflhm .ex24l { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.wflhm .mpzyrb4    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.wflhm .vh1d6w strong { color: var(--text-primary); }
.wflhm .vh1d6w p      { color: var(--text-muted); }
.r482esr3 .vh1d6w { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.jpwk .hmaq,
.ojjbv5 .hmaq,
.u1tstfv3 .hmaq,
.mncv71 .hmaq { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.jpwk .hmaq::before,
.ojjbv5 .hmaq::before,
.u1tstfv3 .hmaq::before,
.mncv71 .hmaq::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.jpwk .evjikg     .hmaq::before { content: "✦"; color: var(--c-tip-border); }
.jpwk .ex24l .hmaq::before { content: "▲"; color: var(--c-warn-border); }
.jpwk .mpzyrb4    .hmaq::before { content: "◉"; color: #60a5fa; }
.ojjbv5 .evjikg     .hmaq::before { content: "★"; color: var(--c-tip-border); }
.ojjbv5 .ex24l .hmaq::before { content: "◆"; color: var(--c-warn-border); }
.ojjbv5 .mpzyrb4    .hmaq::before { content: "●"; color: #60a5fa; }
.u1tstfv3 .evjikg     .hmaq::before { content: "▶"; color: var(--c-tip-border); }
.u1tstfv3 .ex24l .hmaq::before { content: "■"; color: var(--c-warn-border); }
.u1tstfv3 .mpzyrb4    .hmaq::before { content: "▸"; color: #60a5fa; }
.mncv71 .evjikg     .hmaq::before { content: "→"; color: var(--c-tip-border); }
.mncv71 .ex24l .hmaq::before { content: "⬥"; color: var(--c-warn-border); }
.mncv71 .mpzyrb4    .hmaq::before { content: "◈"; color: #60a5fa; }
.r2zv1 .syguoz .t8rfmi,
.r2zv1 .sr4gylv .t8rfmi  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.r2zv1 .xc4glb22                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.r2zv1 .vyds          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.r2zv1 .o3610yns                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.o1les .syguoz .t8rfmi,
.o1les .sr4gylv .t8rfmi,
.o1les .xc4glb22,
.o1les .ophf,
.o1les .i92fn,
.o1les .vyds,
.o1les .o3610yns,
.o1les .r482esr3 .vh1d6w { box-shadow: none; }
.qghfo7   body, .qghfo7   { font-size: 0.9rem; }
.qghfo7   .o13z5q, .qghfo7 .juvms, .qghfo7 .jyffou,
.qghfo7   .uvctw1bh, .qghfo7 .tqxqwzx { font-size: 0.9rem; }
.qghfo7   .q6q4, .qghfo7 .t7amm { font-size: 0.9rem; }
.bxkn899   .o13z5q, .bxkn899 .juvms, .bxkn899 .jyffou,
.bxkn899   .uvctw1bh, .bxkn899 .tqxqwzx { font-size: 0.95rem; }
.bxkn899   .q6q4, .bxkn899 .t7amm { font-size: 0.95rem; }
.veai   .o13z5q, .veai .juvms, .veai .jyffou,
.veai   .uvctw1bh, .veai .tqxqwzx { font-size: 1.08rem; }
.veai   .q6q4, .veai .t7amm { font-size: 1.05rem; }
.veai   .toqtrgn { font-size: 0.97rem; }
.zafbnp .eieolfdc      { font-size: 3.2rem; }
.zafbnp h2.us3kl4 { font-size: 1.9rem; }
.zafbnp h3.ewya9lyx     { font-size: 1.4rem; }
.gnmek .eieolfdc      { font-size: 3.8rem; }
.gnmek h2.us3kl4 { font-size: 2.2rem; }
.gnmek h3.ewya9lyx     { font-size: 1.6rem; }
.mvgc + .mvgc { position: relative; }
.raeryn   .mvgc + .mvgc::before,
.n21g8  .mvgc + .mvgc::before,
.accl7v   .mvgc + .mvgc::before,
.o0qd74b   .mvgc + .mvgc::before,
.hbce8x77   .mvgc + .mvgc::before,
.n3smmtf .mvgc + .mvgc::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.raeryn .mvgc + .mvgc::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.n21g8 .mvgc + .mvgc::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.accl7v .mvgc + .mvgc::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;
}
.o0qd74b .mvgc + .mvgc::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.dkurlxy4 .mvgc { margin-bottom: 16px; }
.dkurlxy4 .mvgc + .mvgc { margin-top: 0; }
.dkurlxy4 .zc6ka { padding-top: 0; padding-bottom: 0; }
.hbce8x77 .mvgc + .mvgc::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.n3smmtf .mvgc + .mvgc::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.am6kxh .mvgc + .mvgc::before,
.uy7w .mvgc + .mvgc::before,
.ecb0kc .mvgc + .mvgc::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%;
}
.xsp93v0k .am6kxh .mvgc:nth-child(even)::before,
.xsp93v0k .uy7w .mvgc:nth-child(even)::before,
.xsp93v0k .ecb0kc .mvgc:nth-child(even)::before { background: var(--bg-surface); }
.dfxjw66s .am6kxh .mvgc:nth-child(even)::before,
.dfxjw66s .uy7w .mvgc:nth-child(even)::before,
.dfxjw66s .ecb0kc .mvgc:nth-child(even)::before { background: var(--bg-card); }
.am6kxh .mvgc + .mvgc::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");
}
.uy7w .mvgc + .mvgc::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");
}
.ecb0kc .mvgc + .mvgc::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");
}
.zbvoxs .g1ws4uf,
.cf1ks .g1ws4uf,
.rfa7 .g1ws4uf { overflow: hidden; }
.zbvoxs .qouxut,
.cf1ks .qouxut { margin-bottom: 60px; }
.rfa7 .qouxut { margin-bottom: 70px; }
.zbvoxs .g1ws4uf::before,
.cf1ks .g1ws4uf::before,
.rfa7 .g1ws4uf::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%;
}
.zbvoxs .g1ws4uf::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");
}
.cf1ks .g1ws4uf::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");
}
.rfa7 .g1ws4uf::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");
}
.xov6xu .g1ws4uf:not(.ej6n4) .vcx8h { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.uxwc58ar .g1ws4uf:not(.ej6n4) .vcx8h { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.ujc6  .g1ws4uf:not(.ej6n4) .vcx8h { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.hv3aok  .g1ws4uf:not(.ej6n4) .vcx8h { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.mtpok5q .ej6n4 { background: var(--accent); }
.mtpok5q .ej6n4 .vcx8h { background: none; }
.mtpok5q .ou93gsq5 { background: var(--accent); }
.mtpok5q .chl6bp { background: var(--accent-bg); }
.mtpok5q .g1ws4uf:not(.ej6n4) .vcx8h { background: rgba(0,0,0,0.6); }
.iz94 .w1vuandu { float: left; width: 38%; margin: 0 28px 16px 0; }
.iz94 .w1vuandu .itcsy5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.iz94 .zc6ka::after { content: ''; display: block; clear: both; }
.bz16w7s2 .w1vuandu { float: right; width: 38%; margin: 0 0 16px 28px; }
.bz16w7s2 .w1vuandu .itcsy5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bz16w7s2 .zc6ka::after { content: ''; display: block; clear: both; }
.cvuc5ymo .mvgc:nth-child(odd)  .w1vuandu { float: left;  width: 38%; margin: 0 28px 16px 0; }
.cvuc5ymo .mvgc:nth-child(even) .w1vuandu { float: right; width: 38%; margin: 0 0 16px 28px; }
.cvuc5ymo .w1vuandu .itcsy5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cvuc5ymo .zc6ka::after { content: ''; display: block; clear: both; }
.iz94 .zak8q,
.bz16w7s2 .zak8q,
.cvuc5ymo .zak8q,
@media (max-width: 900px) {
  .iz94 .w1vuandu,
  .bz16w7s2 .w1vuandu,
  .cvuc5ymo .mvgc:nth-child(odd)  .w1vuandu,
  .cvuc5ymo .mvgc:nth-child(even) .w1vuandu {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .iz94 .w1vuandu .itcsy5,
  .bz16w7s2 .w1vuandu .itcsy5,
  .cvuc5ymo .w1vuandu .itcsy5 {
    max-height: none !important;
  }
}
.iz94 .q6q4,
.iz94 .t7amm,
.bz16w7s2 .q6q4,
.bz16w7s2 .t7amm,
.cvuc5ymo .q6q4,
.cvuc5ymo .t7amm { overflow: hidden; }
@media (max-width: 640px) {
  .iz94 .w1vuandu,
  .bz16w7s2 .w1vuandu,
  .cvuc5ymo .w1vuandu { float: none; width: 100%; margin: 0 0 16px 0; }
}
.bsm3 .ugyy8,
.bsm3 .zc6ka,
.bsm3 .plvc6d0  { max-width: 1100px; }
.ed27m1l .ugyy8,
.ed27m1l .zc6ka,
.ed27m1l .plvc6d0  { max-width: 1200px; }
.xib2 .ugyy8,
.xib2 .zc6ka,
.xib2 .plvc6d0  { max-width: 1320px; }
.b0txtjm { font-size: 0.82rem; color: var(--text-muted); }
.dznxuv { display: flex; align-items: center; }
.hm6752 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.s1ojq { display: flex; align-items: center; }
.ulv3 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ulv3:hover { text-decoration: underline; }
.jpho { margin: 0 3px; opacity: 0.45; }
.jpho::before { content: '/'; }
.qoc0ur { padding: 2px 5px; color: var(--text-main); }
.uo4io0 .b0txtjm {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.uo4io0 .dznxuv { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.j5u2o .b0txtjm {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.j5u2o .dznxuv { padding: 0 0 0 12px; }
.nu1lx .dznxuv { padding: 0 16px; }
.nu1lx .b0txtjm {
  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);
}
.nu1lx .ugyy8 { padding-top: 28px; }
@media (max-width: 720px) {
  .r6hj { margin-top: 18px; padding: 0 16px; }
  .nu1lx .ugyy8 { padding-top: 16px; }
}
.bsm3.uo4io0 .dznxuv { max-width: 1100px; }
.ed27m1l.uo4io0 .dznxuv { max-width: 1200px; }
.xib2.uo4io0 .dznxuv { max-width: 1320px; }
.d5hyl .mvgc { padding-top: 16px; padding-bottom: 16px; }
.t7gzed .mvgc { padding-top: 24px; padding-bottom: 24px; }
.y6pp7 .mvgc { padding-top: 40px; padding-bottom: 40px; }
.rwj1 .mvgc { padding-top: 52px; padding-bottom: 52px; }
.x7wa7p4p .mvgc:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.x7wa7p4p .mvgc:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.x7wa7p4p .mvgc:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.x7wa7p4p .mvgc:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.zo9rb .zc6ka { padding-top: 10px;  padding-bottom: 10px; }
.zs18ko .zc6ka { padding-top: 18px;  padding-bottom: 18px; }
.md4a8o6 .zc6ka { padding-top: 36px;  padding-bottom: 36px; }
.tnqavks .zc6ka { padding-top: 48px;  padding-bottom: 48px; }
.z3k12 h2.us3kl4 { font-weight: 600; }
.z3k12 h3.ewya9lyx     { font-weight: 600; }
.ssv71 { font-weight: 500; }
.ssv71 h2.us3kl4 { font-weight: 800; }
.ssv71 h3.ewya9lyx     { font-weight: 700; }
.cz1cx2m h2.us3kl4 { font-weight: 900; }
.cz1cx2m h3.ewya9lyx     { font-weight: 800; }
.cz1cx2m .vh1d6w strong,
.cz1cx2m .vh1d6w strong { font-weight: 600; }
.mc4vyx {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.dahr39sc .mc4vyx { display: none; }
@media (max-width: 640px) {
  .ktg6mqqa { display: none; }
  .mc4vyx {
    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;
  }
}
.mc4vyx { background: var(--cta) !important; color: #fff !important; border: none !important; }
.mc4vyx:hover { opacity: 0.85; }
.fc0lzfe5 .mc4vyx { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ib406gj8 .mc4vyx,
.kmrffrfd  .mc4vyx { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ib406gj8 .mc4vyx:hover,
.kmrffrfd  .mc4vyx:hover { opacity: 0.88; }
.fc0lzfe5.ib406gj8 .mc4vyx,
.fc0lzfe5.kmrffrfd  .mc4vyx { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.yv90swxx {
  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;
}
.yv90swxx:hover { transform: translateY(-2px); opacity: 0.92; }
.yv90swxx { background: var(--cta) !important; color: #fff !important; border: none !important; }
.yrke7 .yv90swxx { display: none; }
.u82df .yv90swxx { right: 32px; }
.hp2j6  .yv90swxx { left: 32px; }
@media (max-width: 480px) {
  .u82df .yv90swxx { right: 20px; bottom: 20px; }
  .hp2j6  .yv90swxx { left: 20px; bottom: 20px; }
}
.kefzp8k { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.plvc6d0 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.od7b7sf { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.gqx9wfb { color: var(--text-dim); font-size: 0.8rem; }
.okme82ua a, .cjx8 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.okme82ua a:hover, .cjx8 a:hover { color: var(--accent-light); }
.cjx8 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.cczr2h .plvc6d0 { text-align: center; }
.cczr2h .cjx8 { justify-content: center; margin-bottom: 16px; }
.cczr2h .od7b7sf { margin-top: 0; }
.z50rpqx { margin-top: 10px; }
.z50rpqx a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .plvc6d0 { padding-left: 16px; padding-right: 16px; }
  .aun7l .plvc6d0 { padding: 20px 16px; }
  .cjx8 { gap: 4px 12px; }
  .od7b7sf { font-size: 0.78rem; }
}
.jjunie4f .od7b7sf { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.jjunie4f .gqx9wfb { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .jjunie4f .q0506 { grid-template-columns: 1fr 1fr; } .jjunie4f .mfcj { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jjunie4f .q0506 { grid-template-columns: 1fr; } }
.yr4lz9za .od7b7sf { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .yr4lz9za .d2mlm4a { gap: 12px; } .yr4lz9za .v9ycq { margin-right: 0; width: 100%; } }
.b4fe .od7b7sf { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.b4fe .gqx9wfb { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .b4fe .pr9zsuj { grid-template-columns: 1fr 1fr; } .b4fe .bmwbh { grid-column: 1 / -1; } }
@media (max-width: 480px) { .b4fe .pr9zsuj { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .svmlyl6 .dtfshj { grid-template-columns: 1fr 1fr; } .svmlyl6 .wvzvj0:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .svmlyl6 .dtfshj { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .wt0ovg .dtfshj { grid-template-columns: 1fr; } }
.j28z70b .plvc6d0 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.j28z70b .cjx8 { justify-content: center; }
.jtybrjb .td881i      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.jtybrjb .kefzp8k { background: var(--bg-page); border-top-color: var(--border-alt); }
.qqzu476 .td881i      { background: #0d1117; border-bottom-color: #21262d; }
.qqzu476 .dtf1hw { color: var(--accent-light); }
.qqzu476 .hl1tog { --msep-color: #8b949e; }
.qqzu476 .hl1tog a { color: #8b949e; }
.qqzu476 .hl1tog a:hover { color: var(--accent-light); }
.qqzu476 .qwy4 { color: #8b949e; }
.qqzu476 .kefzp8k { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.qqzu476 .od7b7sf,
.qqzu476 .gqx9wfb { color: #6e7681; }
.qqzu476 .okme82ua a, .qqzu476 .cjx8 a,
.qqzu476 .emxk311 a, .qqzu476 .y9h969i a,
.qqzu476 .zuvjvb a { color: #8b949e; }
.qqzu476 .v9ycq { color: #e6edf3; }
.qqzu476 .okme82ua a:hover, .qqzu476 .cjx8 a:hover,
.qqzu476 .emxk311 a:hover, .qqzu476 .y9h969i a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .qqzu476 .hl1tog { background: #0d1117; border-top-color: #21262d; }
  .qqzu476 .hl1tog li a { border-bottom-color: #21262d; }
}
.fs0m .td881i      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.fs0m .dtf1hw { color: var(--accent-light); }
.fs0m .hl1tog { --msep-color: #475569; }
.fs0m .hl1tog a { color: #475569; }
.fs0m .hl1tog a:hover { color: var(--accent-light); }
.fs0m .qwy4 { color: #64748b; }
.fs0m .kefzp8k { background: #f0f4f8; border-top-color: #cbd5e1; }
.fs0m .od7b7sf,
.fs0m .gqx9wfb { color: #64748b; }
.fs0m .okme82ua a, .fs0m .cjx8 a,
.fs0m .okme82ua a:hover, .fs0m .cjx8 a:hover,
@media (max-width: 640px) {
  .fs0m .hl1tog { background: #f0f4f8; border-top-color: #cbd5e1; }
  .fs0m .hl1tog li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ib406gj8 .td881i      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ib406gj8 .dtf1hw { color: #fff; }
.ib406gj8 .hl1tog { --msep-color: rgba(255,255,255,0.82); }
.ib406gj8 .hl1tog a { color: rgba(255,255,255,0.82); }
.ib406gj8 .hl1tog a:hover { color: #fff; }
.ib406gj8 .qwy4 { color: rgba(255,255,255,0.9); }
.ib406gj8 .pex1gyn a { color: var(--text-primary) !important; }
.ib406gj8 .pex1gyn a:hover { color: var(--accent-light) !important; }
.ib406gj8 .kefzp8k { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ib406gj8 .od7b7sf,
.ib406gj8 .gqx9wfb { color: rgba(255,255,255,0.72); }
.ib406gj8 .okme82ua a, .ib406gj8 .cjx8 a,
.ib406gj8 .okme82ua a:hover, .ib406gj8 .cjx8 a:hover,
@media (max-width: 640px) {
  .ib406gj8 .hl1tog { background: var(--accent); border-top-color: var(--accent-light); }
  .ib406gj8 .hl1tog li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.kmrffrfd .td881i {
  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);
}
.kmrffrfd .kefzp8k {
  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) {
  .kmrffrfd .hl1tog {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.nmqv0h .xkwvi { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.vm8l5 .xkwvi { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.i6x2ceb9 .xkwvi { min-height: 72px; height: auto; }
.j9u96g7r .xkwvi { min-height: 84px; height: auto; }
.aun7l .xkwvi { max-width: none; padding: 0 32px; }
.aun7l .plvc6d0  { max-width: none; padding: 24px 32px; }
.vzta0rfp.ed27m1l .xkwvi { max-width: 1200px; }
.vzta0rfp.xib2 .xkwvi { max-width: 1320px; }
.c2cn   .dtf1hw, .c2cn   .v9ycq { text-transform: capitalize; }
.t3j62v .dtf1hw, .t3j62v .v9ycq { text-transform: lowercase; }
.at2d .dtf1hw, .at2d .v9ycq { text-transform: uppercase; letter-spacing: 0.06em; }
.c6nj3i, .fm2gfi {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.m9sg1h2o .c6nj3i,
.uscq .c6nj3i,
.cqr78v5l .c6nj3i,
.unefrgma .c6nj3i,
.dnrgypb2   .hl1tog a { font-weight: 500; }
.tk4qowf .hl1tog a { font-weight: 600; }
.kkmb3     .hl1tog a { font-weight: 700; }
.lnhcckwg    .hl1tog a { font-weight: 800; letter-spacing: 0.01em; }
.g405     .hl1tog > li + li::before,
.ke3w58    .hl1tog > li + li::before,
.z49g3b3    .hl1tog > li + li::before,
.ygov97y .hl1tog > li + li::before,
.vksojoj .hl1tog > li + li::before,
.to82h  .hl1tog > li + li::before,
.zicm    .hl1tog > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.g405     .hl1tog > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ke3w58    .hl1tog > li + li::before { content: "|"; }
.z49g3b3    .hl1tog > li + li::before { content: "—"; }
.ygov97y .hl1tog > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.vksojoj .hl1tog > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.to82h  .hl1tog > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.zicm    .hl1tog > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .xu7cbi .qwy4,
  .wpba .qwy4,
  .poop29 .qwy4,
  .ugou .qwy4,
  .w2tm0jxh .qwy4 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .xu7cbi .qwy4::before,
  .wpba .qwy4::before,
  .poop29 .qwy4::before,
  .ugou .qwy4::before,
  .w2tm0jxh .qwy4::before { content: ""; display: block; flex-shrink: 0; }

  
  .xu7cbi .qwy4::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;
  }

  
  .wpba .qwy4::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;
  }

  
  .poop29 .qwy4::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;
  }

  
  .ugou .qwy4::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;
  }

  
  .w2tm0jxh .qwy4::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) {
  .by4qchk .qwy4 {
    padding: 5px 14px;
  }
  .by4qchk .hl1tog {
    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;
  }
  .by4qchk .hl1tog li a {
    border-bottom: none; padding: 10px 22px;
  }
  .by4qchk .hl1tog li a:hover { background: var(--bg-raised); }
  .by4qchk .y39s1bn3,
  .a0fdu5 .y39s1bn3,
  .z08z .y39s1bn3 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .bz95wr .qwy4 {
    padding: 5px 10px;
  }
  .bz95wr .hl1tog {
    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);
  }
  .bz95wr .hl1tog.p6p0q { transform: translateX(0); }
  .bz95wr .hl1tog li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .bz95wr .hl1tog li:last-child a { border-bottom: none; }
  .ib406gj8 .hl1tog,
  .qqzu476 .hl1tog { background: var(--accent) !important; }
  .ib406gj8 .hl1tog li a,
  .qqzu476 .hl1tog li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .z08z .qwy4 {
    padding: 5px 10px;
  }
  .z08z .hl1tog {
    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);
  }
  .z08z .hl1tog::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .z08z .hl1tog.p6p0q { transform: translateY(0); }
  .z08z .hl1tog li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .xvug3e .qwy4 {
    padding: 5px 10px;
  }
  .xvug3e .hl1tog {
    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;
  }
  .xvug3e .hl1tog.p6p0q { opacity: 1; pointer-events: auto; }
  .xvug3e .hl1tog li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .xrpk     .qwy4 { border-radius: 0 !important; }
  .kjnlsf   .qwy4 { border-radius: 8px !important; }
  .y332 .qwy4 { border-radius: 50% !important; }
  .xwa57yjc   .qwy4 { border-radius: 999px !important; }
}
.pcpp {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.m54464j { display: flex; align-items: center; gap: 12px; }
.eibn {
  width: 56px; height: 56px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0; background: var(--bg-card-inner);
}
.fc2f6 {
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; font-weight: 700; color: var(--accent-light);
}
.de6xr3i { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.i0nddg35 { font-weight: 700; color: var(--text-primary); font-size: 0.98rem; }
.q2ujtpr { color: var(--cta); font-size: 0.95rem; letter-spacing: 1px; }
.q2ujtpr .dg7nw { color: var(--text-faint); }
.hhknj { color: var(--text-body); font-size: 0.94rem; line-height: 1.5; margin: 0; }
.oddnqm {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}
.oddnqm .pcpp { flex-direction: row; align-items: flex-start; gap: 16px; }
.oddnqm .m54464j { flex: 0 0 auto; flex-direction: column; align-items: center; min-width: 90px; }
.oddnqm .eibn { width: 64px; height: 64px; }
.oddnqm .de6xr3i { align-items: center; text-align: center; }
.oddnqm .hhknj { flex: 1 1 auto; }
.g6fq .pcpp {
  padding: 14px 16px;
  gap: 8px;
  border: none;
  border-left: 3px solid var(--cta);
  border-radius: 0 8px 8px 0;
  background: var(--bg-card-inner);
}
.g6fq .eibn { width: 40px; height: 40px; }
.g6fq .hhknj { font-size: 0.88rem; }
@media (max-width: 640px) {
  .oddnqm .pcpp { flex-direction: column; align-items: stretch; }
  .oddnqm .m54464j { flex-direction: row; min-width: auto; }
  .oddnqm .de6xr3i { align-items: flex-start; text-align: left; }
}
.sivo08oz,
.sivo08oz.mvgc,
.xsp93v0k .sivo08oz,
.fy02 .sivo08oz,
.dfxjw66s .sivo08oz,
.khx06j .sivo08oz {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.u2i4fu {
  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;
}
.z3oli { flex: 1 1 280px; min-width: 0; }
.zk6b1s1k {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.hz1fpj {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.vdwsgd {
  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;
}
.vdwsgd:hover { transform: translateY(-1px); opacity: 0.95; }
.p9prjyu .u2i4fu {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.p9prjyu .zk6b1s1k { color: var(--cta); }
.p9prjyu .hz1fpj { color: var(--text-body); }
.p9prjyu .vdwsgd {
  background: var(--cta) !important;
  color: #fff !important;
}
.nrjxg .u2i4fu {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.nrjxg .zk6b1s1k { color: var(--text-primary); }
.nrjxg .hz1fpj { color: var(--text-body); }
.nrjxg .vdwsgd {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .u2i4fu {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .z3oli { flex: 0 0 auto; }
  .zk6b1s1k { font-size: 1.2rem; }
  .vdwsgd { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.tqydn83 .kvooh { height: 36px; }
.jbaj0i .kvooh { height: 60px; max-width: 200px; }
.pyp2mtwl .kvooh { height: 56px; max-width: 180px; }
.qt0b0    .k6j8nmj, .qt0b0    .qkj5w { color: #f59e0b; }
.ynfxoc4      .qkj5w   { font-size: 1.35rem; }
.uts4    .k6j8nmj, .uts4    .qkj5w { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.t478ebf     .k6j8nmj, .t478ebf     .qkj5w { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.qbaky0 .k6j8nmj, .qbaky0 .qkj5w { color: var(--cta); letter-spacing: 2px; }
.lsuymhq   .k6j8nmj, .lsuymhq   .qkj5w { color: #e91e63; letter-spacing: 2px; }
.j9nkm  .k6j8nmj, .j9nkm  .qkj5w { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.tz2daat     .k6j8nmj, .tz2daat     .qkj5w { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.owim4ma .ywku + .ywku {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .rp44 .gal3 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .rp44 .ophf {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .rp44 .ophf { padding: 40px 16px 20px; }
  .rp44 .ywku {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .rp44 .g0nqdr6 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .jxpfv .ophf {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .jxpfv .ophf::before {
    position: absolute; top: 14px; left: 14px;
  }
  .jxpfv .f3shts {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .jxpfv .r9eqs { white-space: normal; text-align: center; font-size: 1.2rem; }
  .jxpfv .ywku {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .jxpfv .g0nqdr6 { width: 100%; min-width: 0; }
  .jxpfv .k6j8nmj { min-width: 0; }
}
.xctiy .br93 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.xctiy .br93 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.xctiy .br93 p { padding: 0 2px 16px; }
.n1lgooe .br93 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.n1lgooe .br93 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.n1lgooe .br93 summary::after { content: "›"; font-size: 1.2em; }
.n1lgooe .br93[open] summary::after { content: "‹"; }
.n1lgooe .br93 p { padding: 10px 22px 4px; }
.jqyf .br93 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.jqyf .br93 summary { color: var(--text-primary); padding-left: 16px; }
.jqyf .br93 summary::after { content: "›"; font-size: 1.1em; }
.jqyf .br93[open] summary::after { content: "‹"; }
.jqyf .br93 p { padding-left: 16px; }
.vw0dj .qkpl111 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.vw0dj .br93 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.vw0dj .br93:last-child { border-bottom: none; }
.vw0dj .br93 summary { color: var(--text-primary); border-radius: 0; }
.vw0dj .br93 summary::after { content: "›"; font-size: 1.1em; }
.vw0dj .br93[open] summary::after { content: "‹"; }
.eqz287mj .br93 { overflow: hidden; }
.eqz287mj .br93 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.eqz287mj .br93 summary::after { color: rgba(255,255,255,.75); }
.eqz287mj .br93[open] summary { border-radius: 0; }
.c8ehoc9 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.thmj9 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.d17qdp {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.dq19rw { color: var(--text-muted); font-size: 1.05rem; }
.m5ml5ncl {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.sqyecsv { margin-bottom: 20px; }
.wqng5 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.oajlel86 {
  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;
}
.oajlel86:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.di50 { resize: vertical; min-height: 130px; }
.ifpb { width: 100%; margin-top: 8px; }
.ipy6 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.lu2gomei {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.vyjx8ga { color: var(--text-muted); line-height: 1.75; }
.zwl5ue { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.zwl5ue li { margin-bottom: 6px; }
.qjcbl { max-width: 760px; margin: 0 auto; }
.h16se { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ofcs7p82 { max-width: 760px; margin: 0 auto; }
.q07q6 ul.zwl5ue { margin: 0; }
@media (max-width: 640px) { .ne7j97x7 { grid-template-columns: 1fr; gap: 10px; } }
.l2ztiij { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.fen9nm1 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.a578yg { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.fen9nm1 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.fen9nm1 .zwl5ue { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .l2ztiij { grid-template-columns: 1fr; } }
.p69zi ul.zwl5ue { margin: 0; }
.niwv .zwl5ue,
.jlu69u .zwl5ue,
.i4sm7 .zwl5ue,
.rgy07sg .zwl5ue {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .fwtvh { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .qv160yyl { grid-template-columns: 1fr; } .cebh { position: static; text-align: center; } }
@media (max-width: 860px) { .am3pq29v { grid-template-columns: 1fr; } }
.rgy07sg .zwl5ue { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .eouf { flex-direction: column; text-align: center; } .cq5b0v { grid-template-columns: 1fr; } }
.qgdq4e61 { max-width: 760px; margin: 0 auto; }
.hvhc413 { position: relative; padding-left: 28px; }
.hvhc413::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.l7tpt { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.l7tpt:last-child { padding-bottom: 0; }
.gt395iv { 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; }
.cug6 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.cug6 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.aed64kl5 .d17qdp { color: var(--accent-light); }
.tbvotdk {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.tbvotdk .d17qdp { font-size: 2rem; }
.tbvotdk .dq19rw { max-width: 680px; }
.pl6a0oj .d17qdp { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.pl6a0oj .dq19rw  { margin: 0; }
@media (max-width: 640px) { .pl6a0oj { flex-direction: column; } }
.me09z .d17qdp { color: var(--accent-light); }
.rcv4xihx .d17qdp { color: #fff; }
.rcv4xihx .dq19rw  { color: rgba(255,255,255,0.85); }
.tyuv { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .ecbuab { grid-template-columns: 1fr; } }
.uaickf { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.uaickf .oajlel86 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.uaickf .oajlel86:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.j32py .oajlel86 { background: var(--bg-raised); border-color: transparent; }
.j32py .oajlel86:focus { background: var(--bg-card); border-color: var(--accent-light); }
.t4ozol .oajlel86 { border-radius: 100px; padding: 11px 20px; }
.t4ozol .di50 { border-radius: 14px; }
.yxdy7g7 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .yxdy7g7 { grid-template-columns: 1fr; } }
.hybshu9l {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.hybshu9l h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.hybshu9l p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.gb8u2 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.gb8u2 li { margin-bottom: 6px; }
.yt7ru3o{position:relative;overflow:visible}
.hsbe .lxan0{display:block}
.c557 .fpc87{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.c557 .nwnwj3f::before{content:""}
.uhbhoka{--date-bg:var(--accent-bg-light)}
.ikrhtl .nwnwj3f::before{content:""}
.ly0rfn .yu56bt7c{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .yu56bt7c{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .mr49fvt{max-width:100%}
}
.k4rsc1f{margin:24px 0 32px;padding:0;list-style:none}
.ww8pm{padding:18px 22px;border-radius:var(--radius);
  background:var(--surface);border:1px solid var(--border, rgba(255,255,255,.08))}
.p18r{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px 22px}
.t0j4q{display:flex;flex-direction:column;gap:4px;padding:8px 4px}
.tkbzdg{font-size:11px;letter-spacing:.05em;text-transform:uppercase;opacity:.55}
.ide1hdk7{font-size:15px;font-weight:600;line-height:1.3}
.fzjr4{margin:18px 0 28px}
.fzjr4 .vyds{margin:0}
@media (max-width:560px){
  .p18r{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) {
  .ry2kso { padding: 28px 18px 20px; }
  .qsima86 { font-size: 1.2rem; }
  .hxi7mm { max-width: 220px; max-height: 80px; }
}
.bhfag7sp  .wr71l { border-radius: 6px; }
.lc5lpll .u2i4fu {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .wr71l { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.sfioo8v .mvgc {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.sfioo8v .zc6ka {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.sfioo8v .u2i4fu {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .xkwvi { flex-direction: row-reverse; }
[dir="rtl"] .hl1tog { flex-direction: row-reverse; }
[dir="rtl"] .pex1gyn { right: 50%; left: auto; transform: translateX(50%); }
[dir="rtl"] .u82df .yv90swxx { right: auto; left: 32px; }
[dir="rtl"] .hp2j6  .yv90swxx { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .u82df .yv90swxx { right: auto; left: 20px; }
  [dir="rtl"] .hp2j6  .yv90swxx { left: auto;  right: 20px; }
}
[dir="rtl"] .iz94 .w1vuandu  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .bz16w7s2 .w1vuandu { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .q6q4, [dir="rtl"] .t7amm { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .b1785k0v { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .kjy1y { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .vh1d6w { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .u2i4fu { direction: rtl; }
[dir="rtl"] .b0txtjm { direction: rtl; }
[dir="rtl"] .o3610yns { direction: rtl; }
[dir="rtl"] .d5eif { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .yjha7q6u .t7amm,
[dir="rtl"] .bri7zvw .t7amm,
[dir="rtl"] .s7i84qo .t7amm,
[dir="rtl"] .lz4bms4j .t7amm {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .yjha7q6u .t7amm li::before,
[dir="rtl"] .bri7zvw .t7amm li::before,
[dir="rtl"] .s7i84qo .t7amm li::before,
[dir="rtl"] .lz4bms4j .t7amm li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .g1ws4uf.te35t .qouxut,
[dir="rtl"] .jshu1o.te35t .qouxut,
[dir="rtl"] .ej6n4.te35t .qouxut,
[dir="rtl"] .lip6bk8b.te35t .qouxut,
[dir="rtl"] .xqd7uxi4.te35t .qouxut { text-align: right; }
[dir="rtl"] .chl6bp.te35t .ov0bna2h { align-items: flex-end; text-align: right; }
[dir="rtl"] .zc6ka,
[dir="rtl"] .uvctw1bh,
[dir="rtl"] .tqxqwzx,
[dir="rtl"] .qouxut { text-align: right; }
[dir="rtl"] .m5ml5ncl,
[dir="rtl"] .wqng5,
[dir="rtl"] .oajlel86,
[dir="rtl"] .di50 { text-align: right; direction: rtl; }
[dir="rtl"] .t4ozol .oajlel86,
[dir="rtl"] .uaickf .oajlel86 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #7c5cff;
  --brand:           #7c5cff;
  --brand-light:     #a48bff;
  --brand-pale:      #c7b9ff;
  --grad-start:      #7c3aed;
  --grad-end:        #22d3ee;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #22c55e;
  --cta-light:       #4ade80;
  --cta-hover:       #16a34a;
  --bg-page:         #0b0d14;
  --bg-surface:      #11141d;
  --bg-card:         #161a25;
  --bg-card-inner:   #1d2230;
  --bg-raised:       #262c3d;
  --bg-hover:        #1a2030;
  --border:          #232838;
  --border-alt:      #2e3448;
  --border-section:  #2e3448;
  --text-primary:    #f1f4f9;
  --text-muted:      #9aa4b8;
  --text-body:       #cfd6e4;
  --text-sub:        #aab3c5;
  --text-faint:      #6b7387;
  --text-dim:        #4c5468;
  --text-label:      #8892a4;
  --text-value:      #d7dcea;
  --accent-bg:       #1c1a30;
  --accent-bg-light: #241f3d;
  --bg-tip:          #0f2a1e;
  --bg-warning:      #2c1c0a;
  --bg-info:         #101b34;
  --bg-pros:         #0f2a1e;
  --bg-cons:         #2c1420;
  --c-pros:          #4ade80;
  --c-cons:          #f87171;
  --c-pros-label:    #34d399;
  --c-tip-border:    #34d399;
  --c-warn-border:   #f59e0b;
  --c-stars:         #fbbf24;
  --c-arrow:         var(--cta);
  --c-tag-pay:       #4ade80;
  --radius:          10px;
  --surface:         var(--bg-card);
  --text:            var(--text-primary);
  --text-main:       var(--text-primary);
}
:root { --logo-bg-opacity: 56%; }
body, button, input { font-family: "Source Sans 3", sans-serif; }
.dj3d .hmaq { font-size: 0; width: 1.2rem; flex-shrink: 0; }.dj3d .hmaq::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.dj3d .evjikg     .hmaq::before { content: "";  color: var(--c-tip-border); }.dj3d .ex24l .hmaq::before { content: ""; color: var(--c-warn-border); }.dj3d .mpzyrb4    .hmaq::before { content: ""; color: #60a5fa; }.eh9kn5s .dj3d .evjikg     .hmaq::before { color: #10b981; }.eh9kn5s .dj3d .ex24l .hmaq::before { color: #f43f5e; }.eh9kn5s .dj3d .mpzyrb4    .hmaq::before { color: #a855f7; }.xxr1  .dj3d .evjikg     .hmaq::before { color: #eab308; }.xxr1  .dj3d .ex24l .hmaq::before { color: #ef4444; }.xxr1  .dj3d .mpzyrb4    .hmaq::before { color: #f97316; }.bkti  .dj3d .evjikg     .hmaq::before { color: #38bdf8; }.bkti  .dj3d .ex24l .hmaq::before { color: #818cf8; }.bkti  .dj3d .mpzyrb4    .hmaq::before { color: #2dd4bf; }.uy9aapj .dj3d .hmaq::before { color: var(--accent-light) !important; }
.ymsoytw .l29v033n, .ymsoytw .chl6bp { min-height: 320px; }
.jpho::before { content: '◆'; font-size: 0.5em; }