:root {
  --color-accent: #1f119e;
  --color-cta: #f97316;
  --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;
}
.tntg3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ro0710 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.vgprbrg {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.f7yt { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.jzgpv3v { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.jzgpv3v a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.jzgpv3v a:hover { color: var(--accent-light); }
.s0k4vp1r  .rtu3al9q { border-radius: 14px; }
.s0k4vp1r .rtu3al9q li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.s0k4vp1r .rtu3al9q li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.lm8dr7z5 .rtu3al9q li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .rtu3al9q {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .pyo5l:hover .rtu3al9q,
  .pyo5l:focus-within .rtu3al9q { display: block; }
  .rtu3al9q li a { padding: 8px 16px; font-size: 0.88rem; }
}
.s0fs2 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.i36x1vne { display: none; }
@media (max-width: 640px) {
  .i36x1vne {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .i36x1vne.wnoq2b9g { display: block; }
}
@media (max-width: 640px) {
  .s0fs2 { display: block; }
  .jzgpv3v > li + li::before { display: none !important; }
  .jzgpv3v {
    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;
  }
  .jzgpv3v.wnoq2b9g { display: flex; }
  .jzgpv3v li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .jzgpv3v li:last-child a { border-bottom: none; }
}
.rz97xu { min-height: 480px; }
.tuk5p32 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.efl3yjlb { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.y5rjp .efl3yjlb { margin-left: 0; margin-right: 0; }
.yogosoq {
  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;
}
.yogosoq:hover { opacity: 0.88; }
.cw09e2 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.u08dn {
  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%);
}
.cw09e2 .k65jjy5 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.cw09e2 .tuk5p32 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.cw09e2 .efl3yjlb { color: #e2e8f0; }
.cw09e2.eh51ygz .k65jjy5 { text-align: center; }
.cw09e2.y5rjp   .k65jjy5 { text-align: left; }
.n5dkyy83 .k65jjy5 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.n5dkyy83 .tuk5p32 { color: var(--text-primary); text-shadow: none; }
.n5dkyy83 .efl3yjlb { color: var(--text-muted); }
.n5dkyy83 .yogosoq { margin-top: 16px; }
.n5dkyy83, .n5dkyy83.rz97xu { min-height: auto !important; }
.n5dkyy83.eh51ygz .k65jjy5 { text-align: center; }
.n5dkyy83.y5rjp   .k65jjy5 { text-align: left; }
.n5dkyy83~.myiorgx{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.n5dkyy83~.myiorgx .exev54{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.uursk .h9ik5i,
.uursk .cfomj1p {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.y4nd3 .cw09e2 .u08dn {
  overflow: hidden;
}
.y4nd3 .cw09e2 .u08dn::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); }
}
.wlyzx .cw09e2 .u08dn {
  overflow: hidden;
}
.wlyzx .cw09e2 .u08dn::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;
}
.sr0re .cw09e2 .u08dn {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.vkul5ttw .cw09e2 .u08dn {
  overflow: hidden;
}
.vkul5ttw .cw09e2 .u08dn::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;
}
.uursk .cw09e2 .u08dn {
  animation: hg-breathe 10s ease-in-out infinite;
}
.h9ik5i .u08dn {
  background: none;
}
.h9ik5i .tuk5p32 { color: #fff; }
.h9ik5i .efl3yjlb { color: rgba(255,255,255,0.85); }
.h9ik5i .yogosoq { background: #fff; color: var(--cta); }
.h9ik5i .yogosoq:hover { opacity: 0.92; }
.uursk .ooe2 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.ooe2 .tuk5p32 { text-shadow: none; color: var(--text-primary); }
.ooe2 .efl3yjlb { color: var(--text-muted); }
body.wnjh5t1 .tuk5p32 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.p9khb7 .tuk5p32 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.rz97xu.h9ik5i .tuk5p32,
section.h9ik5i .tuk5p32 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ooe2.y5rjp   .hopw2sv { align-items: flex-start; text-align: left; }
.rz97xu .brz91ji7 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.brz91ji7 .ze9m5.n5owwa {
  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;
}
.brz91ji7 .ze9m5.n5owwa:hover { opacity: 0.85; }
.zc7gmt .k65jjy5 { padding-bottom: 24px; }
.m1skz .k65jjy5 { max-width: 1100px; }
@media (max-width: 700px) {
  .ooe2 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ooe2:not(.ibejf5) .cyhjrtg { display: none !important; }
  .ibejf5 .cyhjrtg { padding: 16px; }
  .hopw2sv  { padding: 36px 24px; }
  .ooe2~.myiorgx,.c5ma~.myiorgx{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .rz97xu, .ooe2 { min-height: 320px !important; }
  .tuk5p32 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ntft88h,
  .zw9ykaa,
  .ak27 { grid-template-columns: 1fr !important; }

  

  
  .zc7gmt { display: flex !important; flex-direction: column !important; }
  .zc7gmt .k65jjy5 { display: contents; }
  .zc7gmt .u08dn { order: 0; }
  .zc7gmt .tuk5p32 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .zc7gmt .ntft88h { order: 2; padding: 0 16px 12px !important; }
  .zc7gmt .efl3yjlb { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .m1skz .k65jjy5 { display: flex; flex-direction: column; }
  .m1skz .k65jjy5 .tuk5p32 { order: 1; }
  .m1skz .k65jjy5 .ak27 { order: 2; margin: 8px 0 24px !important; }
  .m1skz .k65jjy5 .efl3yjlb { order: 3; }
  .m1skz .k65jjy5 .yogosoq { order: 4; align-self: center; margin-top: 0; }

  
  .ooe2.ibejf5 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ooe2.ibejf5 .hopw2sv { display: contents; padding: 0; }
  .ooe2.ibejf5 .hopw2sv .tuk5p32 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ooe2.ibejf5 .cyhjrtg { order: 2; padding: 12px 16px; }
  .ooe2.ibejf5 .hopw2sv .efl3yjlb { order: 3; padding: 0 24px; margin: 0 auto; }
  .ooe2.ibejf5 .hopw2sv .yogosoq { order: 4; align-self: center; margin: 8px 0 32px; }
}
.cuupn { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.zljafyw { width: 100%; height: auto; display: block; border-radius: 10px; }
.ya6l .cuupn        { border-radius: 16px; }
.ya6l .zljafyw  { border-radius: 16px; }
.ukvxia5 .cuupn         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ukvxia5 .zljafyw   { border-radius: 8px; }
.ryobn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ggmsaqc { width: 100%; padding: 32px 0; position: relative; }
.wi2ak7 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.mokgyw8 .ggmsaqc:nth-child(even) { background: var(--bg-surface); }
.mokgyw8 .ggmsaqc:nth-child(odd)  { background: var(--bg-page); }
.uhcf .ggmsaqc:nth-child(even) { background: var(--bg-card); }
.uhcf .ggmsaqc:nth-child(odd)  { background: var(--bg-page); }
.mokgyw8 .ggmsaqc:nth-child(odd)  .wi2ak7 { background: var(--bg-card); border-radius: 6px; }
.mokgyw8 .ggmsaqc:nth-child(even) .wi2ak7 { background: var(--bg-raised); border-radius: 6px; }
.uhcf .ggmsaqc:nth-child(odd)  .wi2ak7 { background: var(--bg-card); border-radius: 6px; }
.uhcf .ggmsaqc:nth-child(even) .wi2ak7 { background: var(--bg-raised); border-radius: 6px; }
.mokgyw8 .ggmsaqc:nth-child(even) .b5caqo .akcrz,
.uhcf .ggmsaqc:nth-child(even) .b5caqo .akcrz { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.mokgyw8 .ggmsaqc:nth-child(odd) .b5caqo .akcrz,
.uhcf .ggmsaqc:nth-child(odd) .b5caqo .akcrz { background: var(--bg-card-inner); }
.mokgyw8 .ggmsaqc:nth-child(even) .rlpamwyd .akcrz:nth-child(odd),
.uhcf .ggmsaqc:nth-child(even) .rlpamwyd .akcrz:nth-child(odd)  { background: var(--bg-card); }
.mokgyw8 .ggmsaqc:nth-child(even) .rlpamwyd .akcrz:nth-child(even),
.uhcf .ggmsaqc:nth-child(even) .rlpamwyd .akcrz:nth-child(even) { background: var(--bg-card-inner); }
h1.eza0y { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.eza0y {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ib0tw { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.bvva h2.eza0y {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.xdrlpr h2.eza0y {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.rpt6 h2.eza0y {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.rff68d2 h2.eza0y::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.nmlp0 h2.eza0y {
  color: var(--text-primary); font-size: 1.7rem;
}
.ve3e h2.eza0y::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ipmz h2.eza0y {
  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;
}
.y175 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .y175 { display: none; } }
.ozrs { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.hntyo { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ww4ywt {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.nsn1 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.d3j8r3 { padding-left: 20px; }
.d3j8r3 li { margin-bottom: 6px; }
.d3j8r3 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.d3j8r3 a:hover { color: var(--accent-light); }
.aifz .nsn1 { display: none; }
.l7olh5og .nsn1 { display: none; }
.l7olh5og .d3j8r3 { padding-left: 0; list-style: none; }
.l7olh5og .d3j8r3 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.l7olh5og .d3j8r3 a { font-size: 0.92rem; }
.tulz9lye .ww4ywt { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.tulz9lye .nsn1 { display: none; }
.tulz9lye .d3j8r3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.tulz9lye .d3j8r3 li { margin-bottom: 0; }
.tulz9lye .d3j8r3 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;
}
.tulz9lye .d3j8r3 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.sfmeoxi .ww4ywt { padding: 20px 20px 16px; }
.sfmeoxi .d3j8r3 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.sfmeoxi .d3j8r3 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.sfmeoxi .d3j8r3 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;
}
.sfmeoxi .d3j8r3 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;
}
.sfmeoxi .d3j8r3 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.sfmeoxi .d3j8r3 a:focus,
.sfmeoxi .d3j8r3 a:focus-visible,
.sfmeoxi .d3j8r3 a:target { outline: none; }
.sfmeoxi .d3j8r3 li:target a { border-color: var(--border); color: var(--text-muted); }
.zp4o1t4 .ww4ywt { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.zp4o1t4 .nsn1 { display: none; }
.zp4o1t4 .d3j8r3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.zp4o1t4 .d3j8r3 li { margin-bottom: 0; }
.zp4o1t4 .d3j8r3 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.zp4o1t4 .d3j8r3 li:last-child::after { content: ""; margin-right: 0; }
.zp4o1t4 .d3j8r3 a { font-size: 0.9rem; }
.akcrz { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.b5caqo .akcrz { background: var(--bg-card); }
.rlpamwyd .akcrz:nth-child(odd)  { background: var(--bg-card); }
.rlpamwyd .akcrz:nth-child(even) { background: var(--bg-raised); }
.vysv51 .akcrz {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.vysv51 .akcrz:last-child { border-bottom: none; }
.vysv51 h3.ib0tw { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.y1j8ixlu .akcrz {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.y1j8ixlu .akcrz + .akcrz { margin-top: 4px; }
.mh5q1k .akcrz { background: none; border-radius: 0; padding: 12px 0; }
.mh5q1k .akcrz + .akcrz { border-top: 1px solid var(--border-section); }
.nqe21c { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.fbqpvck { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.xu9xzr7q { color: var(--text-body); margin-bottom: 10px; }
.abfhh, .zgnaf { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.abfhh li, .zgnaf li { margin-bottom: 6px; }
.zgnaf li { list-style: decimal; }
.bwzce     .abfhh { list-style-type: "● "; }
.ech4  .abfhh { list-style-type: "■ "; }
.t5gvap .abfhh { list-style-type: "◆ "; }
.c1dbe    .abfhh { list-style-type: "★ "; }
.bwzce     .b9i9gb6 { list-style-type: "● "; }
.ech4  .b9i9gb6 { list-style-type: "■ "; }
.t5gvap .b9i9gb6 { list-style-type: "◆ "; }
.c1dbe    .b9i9gb6 { list-style-type: "★ "; }
.bwzce    .abfhh li::marker, .bwzce    .b9i9gb6 li::marker,
.ech4 .abfhh li::marker, .ech4 .b9i9gb6 li::marker,
.t5gvap .abfhh li::marker, .t5gvap .b9i9gb6 li::marker,
.c1dbe   .abfhh li::marker, .c1dbe   .b9i9gb6 li::marker {
  color: var(--cta); font-size: 1em;
}
.bwzce .zgnaf,
.ech4 .zgnaf,
.t5gvap .zgnaf,
.c1dbe .zgnaf {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.bwzce .zgnaf li,
.ech4 .zgnaf li,
.t5gvap .zgnaf li,
.c1dbe .zgnaf li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.bwzce .zgnaf li::before,
.ech4 .zgnaf li::before,
.t5gvap .zgnaf li::before,
.c1dbe .zgnaf 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;
}
.bwzce     .zgnaf li::before { border-radius: 50%; }
.ech4  .zgnaf li::before { border-radius: 3px; }
.t5gvap .zgnaf li::before { border-radius: 3px; }
.c1dbe    .zgnaf li::before { border-radius: 50%; }
.oc3gxmrq { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.fgg6z2q .oc3gxmrq,
.z9vf44g .oc3gxmrq { background: transparent; border: none; border-radius: 0; }
.zkkvowp { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.zkkvowp th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.zkkvowp td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.zkkvowp tr:hover td { background: var(--bg-hover); }
.xj5kyr .zkkvowp tbody tr:nth-child(even) td { background: var(--bg-surface); }
.w3nbi3ms .zkkvowp { border: 1px solid var(--border-alt); }
.w3nbi3ms .zkkvowp th,
.w3nbi3ms .zkkvowp td { border: 1px solid var(--border-alt); }
.thpeljt .zkkvowp th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.thpeljt .zkkvowp td { border-bottom: none; }
.thpeljt .zkkvowp tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ki3b .zkkvowp th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.gtbs7g3 .oc3gxmrq {
  overflow: hidden;
}
.gtbs7g3 .zkkvowp th { border-bottom: 1px solid var(--border-alt); }
.gtbs7g3 .zkkvowp tr:last-child td { border-bottom: none; }
.ocik2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.b3ycwtu { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.r7dozvay { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.gbl50q1 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.gb62i7 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.b9i9gb6 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.b9i9gb6 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%}
.xm69bho .gbl50q1 { background: transparent; text-align: center; }
.mmlmvqk9 .r7dozvay {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.u53qmum .r7dozvay {
  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);
}
.wswo8uc .b3ycwtu { display: grid; grid-template-columns: auto 1fr; }
.wswo8uc .r7dozvay {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.wswo8uc .gbl50q1 { grid-column: 2; }
.wswo8uc .gb62i7,
.wswo8uc .b9i9gb6 { grid-column: 1 / -1; }
.hh4n3tzp .b3ycwtu { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.hh4n3tzp .r7dozvay {
  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);
}
.hh4n3tzp .gbl50q1 { grid-column: 2; }
.hh4n3tzp .gb62i7,
.hh4n3tzp .b9i9gb6 { grid-column: 1 / -1; }
.mxpdvm .b3ycwtu { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.mxpdvm .gbl50q1 { background: none; color: var(--accent-light); font-weight: 700; }
.rkcfku .b3ycwtu { 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); }
.rkcfku .gbl50q1 { background: none; color: var(--accent-light); font-weight: 700; }
.s5zqad .b3ycwtu { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.s5zqad .b3ycwtu:last-child { border-bottom: none; }
.s5zqad .gbl50q1 { background: none; color: var(--accent-light); font-weight: 700; }
.zvbdq4x .b3ycwtu { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.zvbdq4x .gbl50q1 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.tcpii54y .ocik2 { counter-reset: card-n; }
.tcpii54y .b3ycwtu  { counter-increment: card-n; }
.tcpii54y .gbl50q1 { display: flex; align-items: center; gap: 10px; }
.tcpii54y .gbl50q1::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;
}
.qpf7 .b3ycwtu { background: var(--bg-surface); border: 1px solid var(--border); }
.qpf7 .gbl50q1 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.vhva { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.da2r8  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.lhgn { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.r9k4 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.mnwk74i { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.vhva strong { color: var(--text-primary); font-size: 0.95rem; }
.vhva p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.vj2go { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.got3nbfj, .hqt7jp7 { border-radius: 8px; padding: 14px; }
.got3nbfj { background: var(--bg-pros); }
.hqt7jp7 { background: var(--bg-cons); }
.stjh { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.got3nbfj .stjh { color: var(--c-pros-label); }
.hqt7jp7 .stjh { color: #f87171; }
.got3nbfj ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.hqt7jp7 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zljafyw { width: 100%; height: auto; border-radius: 10px; display: block; }
.n5owwa {
  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;
}
.n5owwa:hover { opacity: 0.85; }
.pjszb8po .n5owwa  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.pjszb8po .n5owwa:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vr0q9vyc .n5owwa  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.vr0q9vyc .n5owwa:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ooxkr .yogosoq { border-radius: 50px; }
.ooxkr .n5owwa  { border-radius: 50px; }
.v82erz8s .yogosoq { padding-left: 22px; padding-right: 22px; }
.v82erz8s .n5owwa  { padding-left: 12px; padding-right: 12px; }
.bqcbn .yogosoq { padding-left: 44px; padding-right: 44px; }
.bqcbn .n5owwa  { padding-left: 24px; padding-right: 24px; }
.qnew .yogosoq { padding-left: 56px; padding-right: 56px; }
.qnew .n5owwa  { padding-left: 32px; padding-right: 32px; }
.xjpajg6   .yogosoq::after, .xjpajg6   .n5owwa::after,
.p6v36t .yogosoq::after, .p6v36t .n5owwa::after,
.z08xdi    .yogosoq::after, .z08xdi    .n5owwa::after,
.a7zqg7iq    .yogosoq::after, .a7zqg7iq    .n5owwa::after,
.xq9yjbjd    .yogosoq::after, .xq9yjbjd    .n5owwa::after,
.nriu0bp     .yogosoq::after, .nriu0bp     .n5owwa::after,
.partk    .yogosoq::after, .partk    .n5owwa::after,
.uced   .yogosoq::after, .uced   .n5owwa::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;
}
.xjpajg6 .yogosoq::after, .xjpajg6 .n5owwa::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");
}
.p6v36t .yogosoq::after, .p6v36t .n5owwa::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");
}
.z08xdi .yogosoq::after, .z08xdi .n5owwa::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");
}
.a7zqg7iq .yogosoq::after, .a7zqg7iq .n5owwa::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");
}
.xq9yjbjd .yogosoq::after, .xq9yjbjd .n5owwa::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");
}
.nriu0bp .yogosoq::after, .nriu0bp .n5owwa::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");
}
.partk .yogosoq::after, .partk .n5owwa::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");
}
.uced .yogosoq::after, .uced .n5owwa::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");
}
.dq1or   .ak8jlr7h::after, .dq1or   .c9hyvieh::after,
.gzcm6wgd .ak8jlr7h::after, .gzcm6wgd .c9hyvieh::after,
.c138iux7    .ak8jlr7h::after, .c138iux7    .c9hyvieh::after,
.d5xumie    .ak8jlr7h::after, .d5xumie    .c9hyvieh::after,
.xoldmu4    .ak8jlr7h::after, .xoldmu4    .c9hyvieh::after,
.ozjyz     .ak8jlr7h::after, .ozjyz     .c9hyvieh::after,
.ynlky1    .ak8jlr7h::after, .ynlky1    .c9hyvieh::after,
.uubd   .ak8jlr7h::after, .uubd   .c9hyvieh::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;
}
.dq1or .ak8jlr7h::after, .dq1or .c9hyvieh::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");
}
.gzcm6wgd .ak8jlr7h::after, .gzcm6wgd .c9hyvieh::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");
}
.c138iux7 .ak8jlr7h::after, .c138iux7 .c9hyvieh::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");
}
.d5xumie .ak8jlr7h::after, .d5xumie .c9hyvieh::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");
}
.xoldmu4 .ak8jlr7h::after, .xoldmu4 .c9hyvieh::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");
}
.ozjyz .ak8jlr7h::after, .ozjyz .c9hyvieh::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");
}
.ynlky1 .ak8jlr7h::after, .ynlky1 .c9hyvieh::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");
}
.uubd .ak8jlr7h::after, .uubd .c9hyvieh::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");
}
.k0lmln3r .oad1bn    { background: #1a1a1a; }
.ze9m5.n5owwa {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .iujg9m6k {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .iujg9m6k::before    { grid-area: rank;   }
  .ivn6618           { grid-area: ident;  }
  .u2ai7t     { grid-area: rating; min-width: 0; width: auto; }
  .jp5oxd           { grid-area: pills;  }
  .ze9m5             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .iujg9m6k {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .iujg9m6k::before    { justify-self: center; }
  .ivn6618           { width: 100%; }
  .u2ai7t     { justify-self: center; }
  .jp5oxd           { grid-template-columns: 1fr; }
}
.izhebl    .z78p2c9 li::before { content: "◆"; }
.izhebl    .srgtw3 li::before { content: "▲"; }
@media (min-width: 860px) {
  .l2q7t1xj .blxkh38w {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .l2q7t1xj .ja1vr1tt { margin: 0; }
}
.wrt9lt .ceqx4 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.wrt9lt .c3flgub3 h3 { color: var(--accent-light); }
.wrt9lt .cnmdnq7 { background: var(--bg-page); border: 1px solid var(--border); }
.z9vf44g .vj2go { gap: 10px; }
.z9vf44g .got3nbfj, .z9vf44g .hqt7jp7 { padding: 12px; }
.z9vf44g .got3nbfj ul, .z9vf44g .hqt7jp7 ul { margin: 4px 0 0; padding-left: 18px; }
.z9vf44g .got3nbfj li, .z9vf44g .hqt7jp7 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .ba8l78 { grid-template-columns: 1fr; }
  .gmiq2h2 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .gmiq2h2 .y4nekko { width: 72px; height: 50px; }
  .gmiq2h2 .vij9xg1a { max-width: 180px; }
  .gmiq2h2 .x9e8s4i { width: auto; }
}
@media (max-width: 720px) {
  .uw34 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .n8edrq { padding: 16px; }
  .svsdp .zyywctt { min-width: 50%; }
}
.vmfm1ayx .vj2go { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ecru5g { grid-template-columns: 1fr; }
  .qt04 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ece5gdn4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .kg2w5 { flex-wrap: wrap; padding: 16px; }
}
.rikskwx .vj2go { gap: 8px; }
.rikskwx .got3nbfj, .rikskwx .hqt7jp7 { padding: 8px; }
@media (max-width: 480px) {
  .rgwawizp { flex-direction: column; align-items: stretch; }
}
.i22tzp .x9e8s4i .n5owwa { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .pycrby { flex-direction: column; align-items: stretch; gap: 10px; }
  .i22tzp .x9e8s4i { text-align: center; }
}
@media (max-width: 720px) {
  .roje7ll { grid-template-columns: 1fr; }
  .ubt4hb6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zpxw { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .kxp1j84w { grid-template-columns: 1fr; }
  .kuyh46 { width: 100px; height: 100px; margin: 16px auto; }
  .aoag { font-size: 1.4rem; }
  .mv31r { justify-content: center; }
  .me7b5yu8 .zyywctt { min-width: 50%; }
}
.vx2me .vj2go { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .k4uc { flex-wrap: wrap; padding: 14px 16px; }
  .bhedpp { padding: 12px 16px; }
  .vx2me .vj2go { margin: 0 16px; }
  .vx2me .g0fco44r { padding: 0 16px; }
  .ayp0g { padding: 12px 16px; }
}
.yri25 .iujg9m6k {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.yri25 .iujg9m6k:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.hh46 .z1w0yt02,
.hh46 .qf38d,
.hh46 .qf38d { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.hh46 .qf38d small { display: none; }
.hh46 .bnqlrrc .w2msi,
.hh46 .bnqlrrc strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.hh46 .s46wr8e { display: none; }
.mzm9ln { margin: 16px 0; }
.oovj { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.oovj summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.oovj summary::after { content: "+"; color: var(--accent-light); }
.oovj[open] summary::after { content: "−"; }
.oovj p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ggmsaqc { margin-bottom: 0; }
.cug89ur8 h2.eza0y { color: var(--text-primary); border-color: var(--accent-light); }
.q8aof3 h2.eza0y { color: var(--text-primary); border-color: var(--accent-light); }
.ac0hfu4q .da2r8     { background: #052e16; border-color: #10b981; }
.ac0hfu4q .lhgn { background: #2d0a1e; border-color: #f43f5e; }
.ac0hfu4q .r9k4    { background: #1e1036; border-color: #a855f7; }
.ac0hfu4q .vhva strong  { color: #f1f5f9; }
.ac0hfu4q .vhva p       { color: #cbd5e1; }
.ac0hfu4q .w8sfrz    .da2r8     .mnwk74i::before,
.ac0hfu4q .ymap  .da2r8     .mnwk74i::before,
.ac0hfu4q .suuj8k  .da2r8     .mnwk74i::before,
.ac0hfu4q .w90fa .da2r8     .mnwk74i::before { color: #10b981; }
.ac0hfu4q .w8sfrz    .lhgn .mnwk74i::before,
.ac0hfu4q .ymap  .lhgn .mnwk74i::before,
.ac0hfu4q .suuj8k  .lhgn .mnwk74i::before,
.ac0hfu4q .w90fa .lhgn .mnwk74i::before { color: #f43f5e; }
.ac0hfu4q .w8sfrz    .r9k4    .mnwk74i::before,
.ac0hfu4q .ymap  .r9k4    .mnwk74i::before,
.ac0hfu4q .suuj8k  .r9k4    .mnwk74i::before,
.ac0hfu4q .w90fa .r9k4    .mnwk74i::before { color: #a855f7; }
.kyc30h .da2r8     { background: #2d2000; border-color: #eab308; }
.kyc30h .lhgn { background: #2d0b0b; border-color: #ef4444; }
.kyc30h .r9k4    { background: #2d1600; border-color: #f97316; }
.kyc30h .vhva strong  { color: #f1f5f9; }
.kyc30h .vhva p       { color: #cbd5e1; }
.kyc30h .w8sfrz    .da2r8     .mnwk74i::before,
.kyc30h .ymap  .da2r8     .mnwk74i::before,
.kyc30h .suuj8k  .da2r8     .mnwk74i::before,
.kyc30h .w90fa .da2r8     .mnwk74i::before { color: #eab308; }
.kyc30h .w8sfrz    .lhgn .mnwk74i::before,
.kyc30h .ymap  .lhgn .mnwk74i::before,
.kyc30h .suuj8k  .lhgn .mnwk74i::before,
.kyc30h .w90fa .lhgn .mnwk74i::before { color: #ef4444; }
.kyc30h .w8sfrz    .r9k4    .mnwk74i::before,
.kyc30h .ymap  .r9k4    .mnwk74i::before,
.kyc30h .suuj8k  .r9k4    .mnwk74i::before,
.kyc30h .w90fa .r9k4    .mnwk74i::before { color: #f97316; }
.k5h1zg2 .da2r8     { background: #0c1a2e; border-color: #38bdf8; }
.k5h1zg2 .lhgn { background: #12103a; border-color: #818cf8; }
.k5h1zg2 .r9k4    { background: #0a2020; border-color: #2dd4bf; }
.k5h1zg2 .vhva strong  { color: #f1f5f9; }
.k5h1zg2 .vhva p       { color: #cbd5e1; }
.k5h1zg2 .w8sfrz    .da2r8     .mnwk74i::before,
.k5h1zg2 .ymap  .da2r8     .mnwk74i::before,
.k5h1zg2 .suuj8k  .da2r8     .mnwk74i::before,
.k5h1zg2 .w90fa .da2r8     .mnwk74i::before { color: #38bdf8; }
.k5h1zg2 .w8sfrz    .lhgn .mnwk74i::before,
.k5h1zg2 .ymap  .lhgn .mnwk74i::before,
.k5h1zg2 .suuj8k  .lhgn .mnwk74i::before,
.k5h1zg2 .w90fa .lhgn .mnwk74i::before { color: #818cf8; }
.k5h1zg2 .w8sfrz    .r9k4    .mnwk74i::before,
.k5h1zg2 .ymap  .r9k4    .mnwk74i::before,
.k5h1zg2 .suuj8k  .r9k4    .mnwk74i::before,
.k5h1zg2 .w90fa .r9k4    .mnwk74i::before { color: #2dd4bf; }
.iuw91df7 .da2r8     { background: var(--accent-bg); border-color: var(--accent-light); }
.iuw91df7 .lhgn { background: var(--accent-bg-light); border-color: var(--accent-light); }
.iuw91df7 .r9k4    { background: var(--accent-bg); border-color: var(--accent-pale); }
.iuw91df7 .w8sfrz    .mnwk74i::before,
.iuw91df7 .ymap  .mnwk74i::before,
.iuw91df7 .suuj8k  .mnwk74i::before,
.iuw91df7 .w90fa .mnwk74i::before { color: var(--accent-light) !important; }
.cst8g9z::before,
.ggraqtsm::before { margin-right: 5px; }
.m3u2jz9 .got3nbfj ul li,
.m3u2jz9 .got3nbfj .cst8g9z { color: #22c55e; }
.m3u2jz9 .hqt7jp7 ul li,
.m3u2jz9 .hqt7jp7 .ggraqtsm { color: #ef4444; }
.lojo3hn0 .got3nbfj { background: var(--bg-pros); }
.lojo3hn0 .hqt7jp7 { background: var(--bg-cons); }
.lojo3hn0 .got3nbfj .cst8g9z { color: var(--c-pros-label); }
.lojo3hn0 .hqt7jp7 .ggraqtsm { color: var(--c-cons); }
.lojo3hn0 .got3nbfj ul li,
.lojo3hn0 .z78p2c9 li            { color: var(--c-pros); }
.lojo3hn0 .hqt7jp7 ul li,
.lojo3hn0 .srgtw3 li            { color: var(--c-cons); }
.tj9xxir .got3nbfj { background: var(--bg-pros); }
.tj9xxir .hqt7jp7 { background: var(--bg-cons); }
.tj9xxir .got3nbfj .cst8g9z { color: var(--c-pros-label); }
.tj9xxir .hqt7jp7 .ggraqtsm { color: var(--c-cons); }
.tj9xxir .got3nbfj ul li,
.tj9xxir .hqt7jp7 ul li,
.d8yt9 .cst8g9z::before { content: "✓ "; }
.d8yt9 .ggraqtsm::before { content: "✗ "; }
.dku5b6 .cst8g9z::before { content: "→ "; }
.dku5b6 .ggraqtsm::before { content: "← "; }
.lg2582 .cst8g9z::before { content: "★ "; }
.lg2582 .ggraqtsm::before { content: "✕ "; }
.izhebl .cst8g9z::before { content: "◆ "; }
.izhebl .ggraqtsm::before { content: "▲ "; }
.j438 .vhva { background: transparent; border-left: none; border: 1.5px solid; }
.j438 .da2r8     { border-color: var(--c-tip-border); }
.j438 .lhgn { border-color: var(--c-warn-border); }
.j438 .r9k4    { border-color: #60a5fa; }
.j438 .vhva strong { color: var(--text-primary); }
.j438 .vhva p      { color: var(--text-muted); }
.h732pmh1 .vhva { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.h732pmh1 .da2r8     { border-top-color: var(--c-tip-border); }
.h732pmh1 .lhgn { border-top-color: var(--c-warn-border); }
.h732pmh1 .r9k4    { border-top-color: #60a5fa; }
.vrbs .vhva { border-left: none; border-radius: 8px; }
.vrbs .da2r8     { background: #065f46; }
.vrbs .lhgn { background: #92400e; }
.vrbs .r9k4    { background: #1e3a8a; }
.vrbs .vhva strong,
.vrbs .vhva p { color: #fff; }
.vrbs .mnwk74i::before { color: rgba(255,255,255,0.85) !important; }
.ac0hfu4q.vrbs .da2r8,
.ac0hfu4q .vrbs .da2r8     { background: #052e16; }
.ac0hfu4q.vrbs .lhgn,
.ac0hfu4q .vrbs .lhgn { background: #2d0a1e; }
.ac0hfu4q.vrbs .r9k4,
.ac0hfu4q .vrbs .r9k4    { background: #1e1036; }
.kyc30h.vrbs .da2r8,
.kyc30h .vrbs .da2r8      { background: #2d2000; }
.kyc30h.vrbs .lhgn,
.kyc30h .vrbs .lhgn  { background: #2d0b0b; }
.kyc30h.vrbs .r9k4,
.kyc30h .vrbs .r9k4     { background: #2d1600; }
.k5h1zg2.vrbs .da2r8,
.k5h1zg2 .vrbs .da2r8      { background: #0c1a2e; }
.k5h1zg2.vrbs .lhgn,
.k5h1zg2 .vrbs .lhgn  { background: #12103a; }
.k5h1zg2.vrbs .r9k4,
.k5h1zg2 .vrbs .r9k4     { background: #0a2020; }
.grp3co .vhva { border-left: none; border-radius: 6px; padding: 10px 14px; }
.grp3co .da2r8     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.grp3co .lhgn { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.grp3co .r9k4    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.grp3co .vhva strong { color: var(--text-primary); }
.grp3co .vhva p      { color: var(--text-muted); }
.yxu1f .vhva { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.w8sfrz .mnwk74i,
.ymap .mnwk74i,
.suuj8k .mnwk74i,
.w90fa .mnwk74i { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.w8sfrz .mnwk74i::before,
.ymap .mnwk74i::before,
.suuj8k .mnwk74i::before,
.w90fa .mnwk74i::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.w8sfrz .da2r8     .mnwk74i::before { content: "✦"; color: var(--c-tip-border); }
.w8sfrz .lhgn .mnwk74i::before { content: "▲"; color: var(--c-warn-border); }
.w8sfrz .r9k4    .mnwk74i::before { content: "◉"; color: #60a5fa; }
.ymap .da2r8     .mnwk74i::before { content: "★"; color: var(--c-tip-border); }
.ymap .lhgn .mnwk74i::before { content: "◆"; color: var(--c-warn-border); }
.ymap .r9k4    .mnwk74i::before { content: "●"; color: #60a5fa; }
.suuj8k .da2r8     .mnwk74i::before { content: "▶"; color: var(--c-tip-border); }
.suuj8k .lhgn .mnwk74i::before { content: "■"; color: var(--c-warn-border); }
.suuj8k .r9k4    .mnwk74i::before { content: "▸"; color: #60a5fa; }
.w90fa .da2r8     .mnwk74i::before { content: "→"; color: var(--c-tip-border); }
.w90fa .lhgn .mnwk74i::before { content: "⬥"; color: var(--c-warn-border); }
.w90fa .r9k4    .mnwk74i::before { content: "◈"; color: #60a5fa; }
.c5ofv .b5caqo .akcrz,
.c5ofv .rlpamwyd .akcrz  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.c5ofv .b3ycwtu                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.c5ofv .oc3gxmrq          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.c5ofv .ww4ywt                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.i0jwnswm .b5caqo .akcrz,
.i0jwnswm .rlpamwyd .akcrz,
.i0jwnswm .b3ycwtu,
.i0jwnswm .iujg9m6k,
.i0jwnswm .ja1vr1tt,
.i0jwnswm .oc3gxmrq,
.i0jwnswm .ww4ywt,
.i0jwnswm .yxu1f .vhva { box-shadow: none; }
.k1uzzcao   .xu9xzr7q, .k1uzzcao .nqe21c, .k1uzzcao .fbqpvck,
.k1uzzcao   .ozrs, .k1uzzcao .hntyo { font-size: 0.9rem; }
.k1uzzcao   .abfhh, .k1uzzcao .zgnaf { font-size: 0.9rem; }
.w86bffv   .xu9xzr7q, .w86bffv .nqe21c, .w86bffv .fbqpvck,
.w86bffv   .ozrs, .w86bffv .hntyo { font-size: 0.95rem; }
.w86bffv   .abfhh, .w86bffv .zgnaf { font-size: 0.95rem; }
.lfnzo8n   .xu9xzr7q, .lfnzo8n .nqe21c, .lfnzo8n .fbqpvck,
.lfnzo8n   .ozrs, .lfnzo8n .hntyo { font-size: 1.08rem; }
.lfnzo8n   .abfhh, .lfnzo8n .zgnaf { font-size: 1.05rem; }
.lfnzo8n   .zkkvowp { font-size: 0.97rem; }
.dtwx2sx .tuk5p32      { font-size: 3.2rem; }
.dtwx2sx h2.eza0y { font-size: 1.9rem; }
.dtwx2sx h3.ib0tw     { font-size: 1.4rem; }
.db68 .tuk5p32      { font-size: 3.8rem; }
.db68 h2.eza0y { font-size: 2.2rem; }
.db68 h3.ib0tw     { font-size: 1.6rem; }
.ggmsaqc + .ggmsaqc { position: relative; }
.k287pz   .ggmsaqc + .ggmsaqc::before,
.mkwtoqt  .ggmsaqc + .ggmsaqc::before,
.hkk3h4l   .ggmsaqc + .ggmsaqc::before,
.jwuf19nn   .ggmsaqc + .ggmsaqc::before,
.wk0r6po   .ggmsaqc + .ggmsaqc::before,
.emi9bvx .ggmsaqc + .ggmsaqc::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.k287pz .ggmsaqc + .ggmsaqc::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.mkwtoqt .ggmsaqc + .ggmsaqc::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.hkk3h4l .ggmsaqc + .ggmsaqc::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;
}
.jwuf19nn .ggmsaqc + .ggmsaqc::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.yra06if .ggmsaqc { margin-bottom: 16px; }
.yra06if .ggmsaqc + .ggmsaqc { margin-top: 0; }
.yra06if .wi2ak7 { padding-top: 0; padding-bottom: 0; }
.wk0r6po .ggmsaqc + .ggmsaqc::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.emi9bvx .ggmsaqc + .ggmsaqc::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.xjuf .ggmsaqc + .ggmsaqc::before,
.b91r .ggmsaqc + .ggmsaqc::before,
.iy7h7 .ggmsaqc + .ggmsaqc::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%;
}
.mokgyw8 .xjuf .ggmsaqc:nth-child(even)::before,
.mokgyw8 .b91r .ggmsaqc:nth-child(even)::before,
.mokgyw8 .iy7h7 .ggmsaqc:nth-child(even)::before { background: var(--bg-surface); }
.uhcf .xjuf .ggmsaqc:nth-child(even)::before,
.uhcf .b91r .ggmsaqc:nth-child(even)::before,
.uhcf .iy7h7 .ggmsaqc:nth-child(even)::before { background: var(--bg-card); }
.xjuf .ggmsaqc + .ggmsaqc::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");
}
.b91r .ggmsaqc + .ggmsaqc::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");
}
.iy7h7 .ggmsaqc + .ggmsaqc::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");
}
.srzowy .cw09e2,
.bvioqoi .cw09e2,
.lux9da4 .cw09e2 { overflow: hidden; }
.srzowy .k65jjy5,
.bvioqoi .k65jjy5 { margin-bottom: 60px; }
.lux9da4 .k65jjy5 { margin-bottom: 70px; }
.srzowy .cw09e2::before,
.bvioqoi .cw09e2::before,
.lux9da4 .cw09e2::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%;
}
.srzowy .cw09e2::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");
}
.bvioqoi .cw09e2::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");
}
.lux9da4 .cw09e2::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");
}
.a74eal .cw09e2:not(.h9ik5i) .u08dn { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.g73leja5 .cw09e2:not(.h9ik5i) .u08dn { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.wh5p9by  .cw09e2:not(.h9ik5i) .u08dn { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.aii3or  .cw09e2:not(.h9ik5i) .u08dn { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.a74eal .h9ik5i { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.a74eal .cfomj1p { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.a74eal .ooe2 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.r5zgi .h9ik5i .u08dn { background: none; }
.r5zgi .cw09e2:not(.h9ik5i) .u08dn { background: rgba(0,0,0,0.6); }
.tvaed71 .cuupn { float: left; width: 38%; margin: 0 28px 16px 0; }
.tvaed71 .cuupn .zljafyw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.tvaed71 .wi2ak7::after { content: ''; display: block; clear: both; }
.ytcesmiv .cuupn { float: right; width: 38%; margin: 0 0 16px 28px; }
.ytcesmiv .cuupn .zljafyw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ytcesmiv .wi2ak7::after { content: ''; display: block; clear: both; }
.zw8i .ggmsaqc:nth-child(odd)  .cuupn { float: left;  width: 38%; margin: 0 28px 16px 0; }
.zw8i .ggmsaqc:nth-child(even) .cuupn { float: right; width: 38%; margin: 0 0 16px 28px; }
.zw8i .cuupn .zljafyw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zw8i .wi2ak7::after { content: ''; display: block; clear: both; }
.tvaed71 .ocik2,
.ytcesmiv .ocik2,
.zw8i .ocik2,
.zw8i .h9s0 { clear: both; }
@media (max-width: 900px) {
  .tvaed71 .cuupn,
  .ytcesmiv .cuupn,
  .zw8i .ggmsaqc:nth-child(odd)  .cuupn,
  .zw8i .ggmsaqc:nth-child(even) .cuupn {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .tvaed71 .cuupn .zljafyw,
  .ytcesmiv .cuupn .zljafyw,
  .zw8i .cuupn .zljafyw {
    max-height: none !important;
  }
}
.tvaed71 .abfhh,
.tvaed71 .zgnaf,
.ytcesmiv .abfhh,
.ytcesmiv .zgnaf,
.zw8i .abfhh,
.zw8i .zgnaf { overflow: hidden; }
@media (max-width: 640px) {
  .tvaed71 .cuupn,
  .ytcesmiv .cuupn,
  .zw8i .cuupn { float: none; width: 100%; margin: 0 0 16px 0; }
}
.h4rgl3no .ryobn,
.h4rgl3no .wi2ak7,
.h4rgl3no .mxlcpwg  { max-width: 1100px; }
.h4rgl3no { --content-mw: 1100px; }
.yv48k21 .ryobn,
.yv48k21 .wi2ak7,
.yv48k21 .mxlcpwg  { max-width: 1200px; }
.htaag8 .ryobn,
.htaag8 .wi2ak7,
.htaag8 .mxlcpwg  { max-width: 1320px; }
.lfx51ch { font-size: 0.82rem; color: var(--text-muted); }
.e9yput { display: flex; align-items: center; }
.xxhpw {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.lie8 { display: flex; align-items: center; }
.deq1 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.deq1:hover { text-decoration: underline; }
.w4x3ib { margin: 0 3px; opacity: 0.45; }
.w4x3ib::before { content: '/'; }
.oi21f7q { padding: 2px 5px; color: var(--text-main); }
.b6p6soq .lfx51ch {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.b6p6soq .e9yput { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.winbo .lfx51ch {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.winbo .e9yput { padding: 0 0 0 12px; }
.cnm78itx .e9yput { padding: 0 16px; }
.cnm78itx .lfx51ch {
  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);
}
.cnm78itx .ryobn { padding-top: 28px; }
@media (max-width: 720px) {
  .kndiu { margin-top: 18px; padding: 0 16px; }
  .cnm78itx .ryobn { padding-top: 16px; }
}
.h4rgl3no.b6p6soq .e9yput { max-width: 1100px; }
.yv48k21.b6p6soq .e9yput { max-width: 1200px; }
.htaag8.b6p6soq .e9yput { max-width: 1320px; }
.h4rgl3no .kndiu { max-width: 1100px; }
.nrpn .ggmsaqc { padding-top: 16px; padding-bottom: 16px; }
.v7jgo3l .ggmsaqc { padding-top: 24px; padding-bottom: 24px; }
.bgp8gjil .ggmsaqc { padding-top: 40px; padding-bottom: 40px; }
.u3xnrj .ggmsaqc { padding-top: 52px; padding-bottom: 52px; }
.uzs2u4 .ggmsaqc:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.uzs2u4 .ggmsaqc:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.uzs2u4 .ggmsaqc:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.uzs2u4 .ggmsaqc:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.u9y55 .wi2ak7 { padding-top: 10px;  padding-bottom: 10px; }
.yd4ox4eu .wi2ak7 { padding-top: 18px;  padding-bottom: 18px; }
.p3vx3 .wi2ak7 { padding-top: 36px;  padding-bottom: 36px; }
.hq18 .wi2ak7 { padding-top: 48px;  padding-bottom: 48px; }
.ydal h2.eza0y { font-weight: 600; }
.ydal h3.ib0tw     { font-weight: 600; }
.al9is8qs h2.eza0y { font-weight: 800; }
.al9is8qs h3.ib0tw     { font-weight: 700; }
.n7u5n6 { font-weight: 600; }
.n7u5n6 h2.eza0y { font-weight: 900; }
.n7u5n6 h3.ib0tw     { font-weight: 800; }
.n7u5n6 .vhva strong,
.n7u5n6 .vhva strong { font-weight: 600; }
.ak8jlr7h {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.wriww .ak8jlr7h { display: none; }
@media (max-width: 640px) {
  .yvwbfj8c { display: none; }
  .ak8jlr7h {
    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;
  }
}
.ak8jlr7h { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ak8jlr7h:hover { opacity: 0.85; }
.tq9fqmb .ak8jlr7h { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.d4lly3u4 .ak8jlr7h,
.hwepmq  .ak8jlr7h { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.d4lly3u4 .ak8jlr7h:hover,
.hwepmq  .ak8jlr7h:hover { opacity: 0.88; }
.tq9fqmb.d4lly3u4 .ak8jlr7h,
.tq9fqmb.hwepmq  .ak8jlr7h { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.c9hyvieh {
  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;
}
.c9hyvieh:hover { transform: translateY(-2px); opacity: 0.92; }
.c9hyvieh { background: var(--cta) !important; color: #fff !important; border: none !important; }
.o92bl9 .c9hyvieh { display: none; }
.jaqs6u .c9hyvieh { right: 32px; }
.rafe4  .c9hyvieh { left: 32px; }
@media (max-width: 480px) {
  .jaqs6u .c9hyvieh { right: 20px; bottom: 20px; }
  .rafe4  .c9hyvieh { left: 20px; bottom: 20px; }
}
.esst1 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.mxlcpwg { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.tdrc239 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.bxrx { color: var(--text-dim); font-size: 0.8rem; }
.l3usac2 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.l3usac2 img { height: 26px; width: auto; object-fit: contain; }
.x1y3ph { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.na1j3d8 .mxlcpwg { text-align: center; }
.na1j3d8 .tdrc239 { margin-top: 0; }
.b6el { margin-top: 10px; }
.b6el a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .mxlcpwg { padding-left: 16px; padding-right: 16px; }
  .rn8u .mxlcpwg { padding: 20px 16px; }
  .ejetdh { gap: 4px 12px; }
  .tdrc239 { font-size: 0.78rem; }
}
.nv6x33l2 .v4pvvw .l3usac2 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.nv6x33l2 .x1y3ph { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.nv6x33l2 .eie0 { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.nv6x33l2 .eie0 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.nv6x33l2 .eie0 a:hover { color: var(--accent-light); }
.nv6x33l2 .tdrc239 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.nv6x33l2 .bxrx { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .nv6x33l2 .sveywj1l { grid-template-columns: 1fr 1fr; } .nv6x33l2 .v4pvvw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nv6x33l2 .sveywj1l { grid-template-columns: 1fr; } }
.km9ll6 .l3usac2 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.km9ll6 .tdrc239 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .km9ll6 .hklilzw0 { gap: 12px; } .km9ll6 .l3usac2 { margin-right: 0; width: 100%; } }
.i0e9u .r8pmrss { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.i0e9u .f36h .l3usac2 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.i0e9u .x1y3ph { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.i0e9u .aaad { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.i0e9u .eie0 { display: flex; flex-direction: column; gap: 9px; }
.i0e9u .eie0 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.i0e9u .eie0 a:hover { color: var(--accent-light); }
.i0e9u .zad7 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.i0e9u .tdrc239 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.i0e9u .bxrx { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .i0e9u .r8pmrss { grid-template-columns: 1fr 1fr; } .i0e9u .f36h { grid-column: 1 / -1; } }
@media (max-width: 480px) { .i0e9u .r8pmrss { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .g4s67 .aogb { grid-template-columns: 1fr 1fr; } .g4s67 .e95q2w:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .g4s67 .aogb { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .s7n4vce .aogb { grid-template-columns: 1fr; } }
.khiwg59i .mxlcpwg { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.zptey .tntg3      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.zptey .esst1 { background: var(--bg-page); border-top-color: var(--border-alt); }
.z4340o .tntg3      { background: #0d1117; border-bottom-color: #21262d; }
.z4340o .vgprbrg { color: var(--accent-light); }
.z4340o .jzgpv3v { --msep-color: #8b949e; }
.z4340o .jzgpv3v a { color: #8b949e; }
.z4340o .jzgpv3v a:hover { color: var(--accent-light); }
.z4340o .s0fs2 { color: #8b949e; }
.z4340o .esst1 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.z4340o .tdrc239,
.z4340o .bxrx { color: #6e7681; }
.z4340o .eie0 a, .z4340o .br8nn5 a,
.z4340o .l3usac2 { color: #e6edf3; }
.z4340o .eie0 a:hover, .z4340o .br8nn5 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .z4340o .jzgpv3v { background: #0d1117; border-top-color: #21262d; }
  .z4340o .jzgpv3v li a { border-bottom-color: #21262d; }
}
.v6r9 .tntg3      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.v6r9 .vgprbrg { color: var(--accent-light); }
.v6r9 .jzgpv3v { --msep-color: #475569; }
.v6r9 .jzgpv3v a { color: #475569; }
.v6r9 .jzgpv3v a:hover { color: var(--accent-light); }
.v6r9 .s0fs2 { color: #64748b; }
.v6r9 .esst1 { background: #f0f4f8; border-top-color: #cbd5e1; }
.v6r9 .tdrc239,
.v6r9 .bxrx { color: #64748b; }
.v6r9 .eie0 a, .v6r9 .br8nn5 a,
.v6r9 .h7wg14w a, .v6r9 .l3usac2 { color: #374151; }
.v6r9 .eie0 a:hover, .v6r9 .br8nn5 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .v6r9 .jzgpv3v { background: #f0f4f8; border-top-color: #cbd5e1; }
  .v6r9 .jzgpv3v li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.d4lly3u4 .tntg3      { background: var(--accent); border-bottom-color: var(--accent-light); }
.d4lly3u4 .vgprbrg { color: #fff; }
.d4lly3u4 .jzgpv3v { --msep-color: rgba(255,255,255,0.82); }
.d4lly3u4 .jzgpv3v a { color: rgba(255,255,255,0.82); }
.d4lly3u4 .jzgpv3v a:hover { color: #fff; }
.d4lly3u4 .s0fs2 { color: rgba(255,255,255,0.9); }
.d4lly3u4 .esst1 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.d4lly3u4 .tdrc239,
.d4lly3u4 .bxrx { color: rgba(255,255,255,0.72); }
.d4lly3u4 .eie0 a, .d4lly3u4 .br8nn5 a,
.d4lly3u4 .h7wg14w a, .d4lly3u4 .l3usac2 { color: #fff; }
.d4lly3u4 .x1y3ph, .d4lly3u4 .aaad { color: rgba(255,255,255,0.7); }
.d4lly3u4 .eie0 a:hover, .d4lly3u4 .br8nn5 a:hover { color: #fff; }
@media (max-width: 640px) {
  .d4lly3u4 .jzgpv3v { background: var(--accent); border-top-color: var(--accent-light); }
  .d4lly3u4 .jzgpv3v li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.hwepmq .tntg3 {
  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);
}
.hwepmq .esst1 {
  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) {
  .hwepmq .jzgpv3v {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.avwhq9d .ro0710 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.bnyyzy1p .ro0710 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.znsrbv6 .ro0710 { min-height: 72px; height: auto; }
.m138ep .ro0710 { min-height: 84px; height: auto; }
.rn8u .ro0710 { max-width: none; padding: 0 32px; }
.rn8u .mxlcpwg  { max-width: none; padding: 24px 32px; }
.clnc.yv48k21 .ro0710 { max-width: 1200px; }
.clnc.htaag8 .ro0710 { max-width: 1320px; }
.j59nqr81   .vgprbrg, .j59nqr81   .l3usac2 { text-transform: capitalize; }
.ujfs .vgprbrg, .ujfs .l3usac2 { text-transform: lowercase; }
.k3ni .vgprbrg, .k3ni .l3usac2 { text-transform: uppercase; letter-spacing: 0.06em; }
.w06w, .q87duqv {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ilb7zls .w06w,
.ilb7zls .q87duqv { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.n520ck .w06w,
.n520ck .q87duqv { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.bp2avt .w06w,
.bp2avt .q87duqv { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.nrcgak .w06w,
.nrcgak .q87duqv { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.k6cxcu9   .jzgpv3v a { font-weight: 500; }
.y4bjx .jzgpv3v a { font-weight: 600; }
.oxymcp0v     .jzgpv3v a { font-weight: 700; }
.and4xg73    .jzgpv3v a { font-weight: 800; letter-spacing: 0.01em; }
.edyu     .jzgpv3v > li + li::before,
.t5wwh    .jzgpv3v > li + li::before,
.nzvra    .jzgpv3v > li + li::before,
.touc7nh .jzgpv3v > li + li::before,
.q64tyq .jzgpv3v > li + li::before,
.il2rv1  .jzgpv3v > li + li::before,
.opshnf    .jzgpv3v > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.edyu     .jzgpv3v > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.t5wwh    .jzgpv3v > li + li::before { content: "|"; }
.nzvra    .jzgpv3v > li + li::before { content: "—"; }
.touc7nh .jzgpv3v > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.q64tyq .jzgpv3v > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.il2rv1  .jzgpv3v > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.opshnf    .jzgpv3v > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .rfx8ff69 .s0fs2,
  .zit5kj .s0fs2,
  .a2uur2 .s0fs2,
  .dktut3 .s0fs2,
  .a380 .s0fs2 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .rfx8ff69 .s0fs2::before,
  .zit5kj .s0fs2::before,
  .a2uur2 .s0fs2::before,
  .dktut3 .s0fs2::before,
  .a380 .s0fs2::before { content: ""; display: block; flex-shrink: 0; }

  
  .rfx8ff69 .s0fs2::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;
  }

  
  .zit5kj .s0fs2::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;
  }

  
  .a2uur2 .s0fs2::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;
  }

  
  .dktut3 .s0fs2::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;
  }

  
  .a380 .s0fs2::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) {
  .tuxsgp .s0fs2 {
    padding: 5px 14px;
  }
  .tuxsgp .jzgpv3v {
    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;
  }
  .tuxsgp .jzgpv3v li a {
    border-bottom: none; padding: 10px 22px;
  }
  .tuxsgp .jzgpv3v li a:hover { background: var(--bg-raised); }
  .tuxsgp .i36x1vne,
  .jleil9jq .i36x1vne,
  .ykei13td .i36x1vne { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .afyw .s0fs2 {
    padding: 5px 10px;
  }
  .afyw .jzgpv3v {
    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);
  }
  .afyw .jzgpv3v.wnoq2b9g { transform: translateX(0); }
  .afyw .jzgpv3v li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .afyw .jzgpv3v li:last-child a { border-bottom: none; }
  .d4lly3u4 .jzgpv3v,
  .z4340o .jzgpv3v { background: var(--accent) !important; }
  .d4lly3u4 .jzgpv3v li a,
  .z4340o .jzgpv3v li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ykei13td .s0fs2 {
    padding: 5px 10px;
  }
  .ykei13td .jzgpv3v {
    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);
  }
  .ykei13td .jzgpv3v::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ykei13td .jzgpv3v.wnoq2b9g { transform: translateY(0); }
  .ykei13td .jzgpv3v li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ksasyvel .s0fs2 {
    padding: 5px 10px;
  }
  .ksasyvel .jzgpv3v {
    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;
  }
  .ksasyvel .jzgpv3v.wnoq2b9g { opacity: 1; pointer-events: auto; }
  .ksasyvel .jzgpv3v li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .aapnd     .s0fs2 { border-radius: 0 !important; }
  .bymx   .s0fs2 { border-radius: 8px !important; }
  .qeb5 .s0fs2 { border-radius: 50% !important; }
  .etpe   .s0fs2 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .bwfv .jgei { flex-direction: column; align-items: stretch; }
  .bwfv .pu86 { flex-direction: row; min-width: auto; }
  .bwfv .o2hev4w { align-items: flex-start; text-align: left; }
}
.p5jgqu,
.p5jgqu.ggmsaqc,
.mokgyw8 .p5jgqu,
.s1orb .p5jgqu,
.uhcf .p5jgqu,
.l4uem1 .p5jgqu {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.iykmxd {
  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;
}
.p90tr99 { flex: 1 1 280px; min-width: 0; }
.c352x {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.sxg6lz {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.m47pc {
  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;
}
.m47pc:hover { transform: translateY(-1px); opacity: 0.95; }
.l728x .iykmxd {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.l728x .c352x { color: var(--cta); }
.l728x .sxg6lz { color: var(--text-body); }
.l728x .m47pc {
  background: var(--cta) !important;
  color: #fff !important;
}
.y36lh4ls .iykmxd {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.y36lh4ls .c352x { color: var(--text-primary); }
.y36lh4ls .sxg6lz { color: var(--text-body); }
.y36lh4ls .m47pc {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .iykmxd {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .p90tr99 { flex: 0 0 auto; }
  .c352x { font-size: 1.2rem; }
  .m47pc { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.okgle .f7yt { height: 36px; }
.p8dpiax .f7yt { height: 60px; max-width: 200px; }
.m9p1yz .f7yt { height: 76px; max-width: 240px; }
.e5gxk     .z1w0yt02, .e5gxk     .w2msi { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
@media (min-width: 720px) {
  .et70e .h9s0 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .et70e .iujg9m6k {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .et70e .iujg9m6k { padding: 40px 16px 20px; }
  .et70e .qunuof {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .et70e .ze9m5 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .v0ko .iujg9m6k {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .v0ko .iujg9m6k::before {
    position: absolute; top: 14px; left: 14px;
  }
  .v0ko .ivn6618 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .v0ko .le2w1z { white-space: normal; text-align: center; font-size: 1.2rem; }
  .v0ko .qunuof {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .v0ko .ze9m5 { width: 100%; min-width: 0; }
  .v0ko .z1w0yt02 { min-width: 0; }
}
.lbkp4xc .iujg9m6k::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.fr06br0g .oovj {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.fr06br0g .oovj summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.fr06br0g .oovj p { padding: 0 2px 16px; }
.u6o5 .oovj { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.u6o5 .oovj summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.u6o5 .oovj summary::after { content: "›"; font-size: 1.2em; }
.u6o5 .oovj[open] summary::after { content: "‹"; }
.u6o5 .oovj p { padding: 10px 22px 4px; }
.alidu .oovj {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.alidu .oovj summary { color: var(--text-primary); padding-left: 16px; }
.alidu .oovj summary::after { content: "›"; font-size: 1.1em; }
.alidu .oovj[open] summary::after { content: "‹"; }
.alidu .oovj p { padding-left: 16px; }
.nke5 .mzm9ln { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.nke5 .oovj {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.nke5 .oovj:last-child { border-bottom: none; }
.nke5 .oovj summary { color: var(--text-primary); border-radius: 0; }
.nke5 .oovj summary::after { content: "›"; font-size: 1.1em; }
.nke5 .oovj[open] summary::after { content: "‹"; }
.gbs3 .oovj { overflow: hidden; }
.gbs3 .oovj summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.gbs3 .oovj summary::after { color: rgba(255,255,255,.75); }
.gbs3 .oovj[open] summary { border-radius: 0; }
.rjn8wql { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.i7oel0xt {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.nl8x {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.nyuahcb { color: var(--text-muted); font-size: 1.05rem; }
.h1i3p5w {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.mn4y5w2i { margin-bottom: 20px; }
.d68ecl {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.x0q0t {
  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;
}
.x0q0t:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.esvo { resize: vertical; min-height: 130px; }
.v30k { width: 100%; margin-top: 8px; }
.agp2m34 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.lf4pbnc {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.nl346m7 { color: var(--text-muted); line-height: 1.75; }
.hk1x { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.hk1x li { margin-bottom: 6px; }
.r00oc99u { max-width: 760px; margin: 0 auto; }
.m21hs ul.hk1x { margin: 0; }
@media (max-width: 640px) { .pu3xwv { grid-template-columns: 1fr; gap: 10px; } }
.d7sgj { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.tmsf { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.rb1xgj59 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.tmsf p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.tmsf .hk1x { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .d7sgj { grid-template-columns: 1fr; } }
.kdxb6m ul.hk1x { margin: 0; }
.n6xg8395 .hk1x,
.oupug .hk1x,
.b3m8wl9c .hk1x,
.ake78 .hk1x {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .z954j96 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .ovwyj { grid-template-columns: 1fr; } .g13f0kr { position: static; text-align: center; } }
@media (max-width: 860px) { .c7dgc { grid-template-columns: 1fr; } }
.ake78 .hk1x { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .oxgbxt { flex-direction: column; text-align: center; } .zw1s6 { grid-template-columns: 1fr; } }
.m5xx0 .nl8x { color: var(--accent-light); }
.e47d .nl8x { font-size: 2rem; }
.e47d .nyuahcb { max-width: 680px; }
.udzi4 .nl8x { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.udzi4 .nyuahcb  { margin: 0; }
@media (max-width: 640px) { .udzi4 { flex-direction: column; } }
.ryc3k .nl8x { color: var(--accent-light); }
.lz32 .nl8x { color: #fff; }
.lz32 .nyuahcb  { color: rgba(255,255,255,0.85); }
.fwi0wk08 { max-width: 680px; margin: 0 auto; }
.a514qys {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .a514qys { grid-template-columns: 1fr; } }
.hxwwj0 .x0q0t {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.hxwwj0 .x0q0t:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.wc8ed0wt .x0q0t { background: var(--bg-raised); border-color: transparent; }
.wc8ed0wt .x0q0t:focus { background: var(--bg-card); border-color: var(--accent-light); }
.gwc7vugv .x0q0t { border-radius: 100px; padding: 11px 20px; }
.gwc7vugv .esvo { border-radius: 14px; }
@media (max-width: 640px) { .wz9qj { grid-template-columns: 1fr; } }
.eragd14u{display:none}
.eragd14u:empty,.exev54:empty{display:none}
.b2viuxm0{position:relative;overflow:visible}
.ymqcz .myiorgx,.jlhq .myiorgx,
.zpi6 .myiorgx,.sn63z0 .myiorgx,
.vtx5ff .myiorgx,.lsyf3ay .myiorgx{display:block}
.njou .biv4tlv{display:block}
.ymqcz .myiorgx,.jlhq .myiorgx,
.zpi6 .myiorgx,.sn63z0 .myiorgx,
.vtx5ff .myiorgx{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.ymqcz .myiorgx .exev54,.jlhq .myiorgx .exev54,
.zpi6 .myiorgx .exev54,.sn63z0 .myiorgx .exev54,
.vtx5ff .myiorgx .exev54{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.ymqcz .abjf1k2,.jlhq .abjf1k2,
.zpi6 .abjf1k2,.sn63z0 .abjf1k2,
.vtx5ff .abjf1k2{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ymqcz .myiorgx,.jlhq .myiorgx{top:12px}
.ymqcz .myiorgx .exev54{margin-right:auto}
.jlhq .myiorgx .exev54{margin-left:auto}
.jlhq .myiorgx{text-align:right}
.zpi6 .myiorgx,.sn63z0 .myiorgx{bottom:12px}
.zpi6 .myiorgx .exev54{margin-right:auto}
.sn63z0 .myiorgx .exev54{margin-left:auto}
.sn63z0 .myiorgx{text-align:right}
.vtx5ff .myiorgx{position:relative;margin-top:16px}
.vtx5ff .myiorgx .exev54{margin:0 auto}
.lsyf3ay .myiorgx{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.lsyf3ay .myiorgx .exev54{margin:0}
.lsyf3ay .ooe2~.myiorgx,
.lsyf3ay .c5ma~.myiorgx{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.lsyf3ay .ooe2~.myiorgx .exev54,
.lsyf3ay .c5ma~.myiorgx .exev54{justify-content:flex-start}
.ooe2~.myiorgx,.c5ma~.myiorgx{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.ooe2~.myiorgx .exev54{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.c5ma~.myiorgx .exev54{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.biv4tlv .exev54{margin:0 0 12px}
.exev54{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.abjf1k2{white-space:nowrap}
.vnkqp .abjf1k2{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.ttl42enx .abjf1k2{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.e8k5d8my .exev54{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.wuhe .abjf1k2{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.ccfjd6nw .abjf1k2{color: var(--accent-light);opacity:1;font-weight:500}
.vwu5v .abjf1k2{border-bottom:1px solid currentColor;padding-bottom:2px}
.qic0r .exev54{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ssdp9r{--date-bg:transparent}
.lpf4 .ftuzbvp2::before{content:""}
.gojti5 .abjf1k2 + .abjf1k2::before{content:"•";margin-right:6px;opacity:.4}
.dqsq5jl .abjf1k2 + .abjf1k2::before{content:"/";margin-right:6px;opacity:.35}
.t15n3w .abjf1k2 + .abjf1k2::before{content:"|";margin-right:6px;opacity:.3}
.admqii .abjf1k2 + .abjf1k2::before{content:"—";margin-right:6px;opacity:.3}
.mkoqm6 .abjf1k2 + .abjf1k2::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.ogoojqqx .abjf1k2 + .abjf1k2::before{content:"·";margin-right:6px;opacity:.4}
.q30c5rv9 .abjf1k2 + .abjf1k2::before{content:"›";margin-right:6px;opacity:.4}
.zldmcu .abjf1k2 + .abjf1k2::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.xdjumzg .iz4l{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .iz4l{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ljs8bq{max-width:100%}
}
.scul87ko .oc3gxmrq{margin:0}
@media (max-width:560px){
  .tpxcmrk{grid-template-columns:repeat(2,1fr);gap:12px}
}
.x82cnub {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.x82cnub.qt8oheot {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.szexf9 {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.szexf9 .gjq20 {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  font-size: 24px; line-height: 1; color: var(--text-primary, #111) !important;
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  padding: 0; margin: 0;
  z-index: 2;
  transition: background 0.15s;
}
.szexf9 .gjq20:hover { background: rgba(0,0,0,0.12) !important; }
.kkafxe {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.dpbeyn {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.edskbt2v {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.szexf9 .pi4m9 {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.szexf9 .pi4m9:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .szexf9 { padding: 28px 18px 20px; }
  .edskbt2v { font-size: 1.2rem; }
  .kkafxe { max-width: 220px; max-height: 80px; }
}
.rpug8cb8 {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.i7acc {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.dburxg  .rpug8cb8 { border-radius: 50%; }
.ca6c2oa  .rpug8cb8 { border-radius: 6px; }
.kb05f .rpug8cb8 { border-radius: 22px; }
.uvpioa8 .iykmxd {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .rpug8cb8 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.fybss {
  margin: 0 0 24px;
}
.fybss .ggmsaqc {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.fybss .wi2ak7 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.fybss .iykmxd {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
:root {
  --accent:          #1f119e;
  --brand:           #1f119e;
  --brand-light:     #20157f;
  --brand-pale:      #3327a0;
  --grad-start:      #3623e7;
  --grad-end:        #7063e4;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #f97316;
  --cta-light:       #e65e00;
  --cta-hover:       #cc5605;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f3f6;
  --bg-raised:       #eeedf1;
  --bg-hover:        #f3f3f6;
  --border:          #e2e1e9;
  --border-alt:      #d0cfdd;
  --border-section:  #e2e1e9;
  --text-primary:    #17171b;
  --text-muted:      #525061;
  --text-body:       #2f2e37;
  --text-sub:        #464553;
  --text-faint:      #75738b;
  --text-dim:        #918fa2;
  --text-label:      #5e5c6f;
  --text-value:      #3a3945;
  --accent-bg:       #e2e0f4;
  --accent-bg-light: #c9c5f0;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f5;
  --c-pros:          #0c9670;
  --c-cons:          #9f2145;
  --c-pros-label:    #0eb385;
  --c-tip-border:    #10c693;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9670;
}
:root { --logo-bg-opacity: 70%; }
body, button, input { font-family: "Quantico", sans-serif; }
.vm08yz5 .mnwk74i { font-size: 0; width: 1.2rem; flex-shrink: 0; }.vm08yz5 .mnwk74i::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.vm08yz5 .da2r8     .mnwk74i::before { content: "";  color: var(--c-tip-border); }.vm08yz5 .lhgn .mnwk74i::before { content: ""; color: var(--c-warn-border); }.vm08yz5 .r9k4    .mnwk74i::before { content: ""; color: #60a5fa; }.ac0hfu4q .vm08yz5 .da2r8     .mnwk74i::before { color: #10b981; }.ac0hfu4q .vm08yz5 .lhgn .mnwk74i::before { color: #f43f5e; }.ac0hfu4q .vm08yz5 .r9k4    .mnwk74i::before { color: #a855f7; }.kyc30h  .vm08yz5 .da2r8     .mnwk74i::before { color: #eab308; }.kyc30h  .vm08yz5 .lhgn .mnwk74i::before { color: #ef4444; }.kyc30h  .vm08yz5 .r9k4    .mnwk74i::before { color: #f97316; }.k5h1zg2  .vm08yz5 .da2r8     .mnwk74i::before { color: #38bdf8; }.k5h1zg2  .vm08yz5 .lhgn .mnwk74i::before { color: #818cf8; }.k5h1zg2  .vm08yz5 .r9k4    .mnwk74i::before { color: #2dd4bf; }.iuw91df7 .vm08yz5 .mnwk74i::before { color: var(--accent-light) !important; }
.aorcv88x .rz97xu, .aorcv88x .ooe2 { min-height: 420px; }
.fays .ak8jlr7h::after,.fays .c9hyvieh::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.w4x3ib::before { content: '—'; }