:root {
  --color-accent: #dc2660;
  --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;
}
.p8jas {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.tc30y0ck {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.izdi {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.tqrmtff { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.s8pzp { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.s8pzp a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.s8pzp a:hover { color: var(--accent-light); }
.ug9dsl  .cvpb4 { border-radius: 14px; }
.ug9dsl .cvpb4 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.ug9dsl .cvpb4 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.fmw7  .cvpb4 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .cvpb4 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .diyw:hover .cvpb4,
  .diyw:focus-within .cvpb4 { display: block; }
  .cvpb4 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.k38tuo3n {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.osex { display: none; }
@media (max-width: 640px) {
  .osex {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .osex.mlwu { display: block; }
}
@media (max-width: 640px) {
  .k38tuo3n { display: block; }
  .s8pzp > li + li::before { display: none !important; }
  .s8pzp {
    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;
  }
  .s8pzp.mlwu { display: flex; }
  .s8pzp li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .s8pzp li:last-child a { border-bottom: none; }
}
.lsa3ph { min-height: 480px; }
.ic4i0v {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ixh4twzi { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.n3mha2ml .ixh4twzi { margin-left: 0; margin-right: 0; }
.vozggha {
  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;
}
.rx0uuykz .vozggha { margin-top: 24px; }
.vozggha:hover { opacity: 0.88; }
.sti0 .ic4i0v { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.sti0 .ixh4twzi { color: #e2e8f0; }
.sti0.xjmmx .pk8t { text-align: center; }
.xezdd .ic4i0v { color: var(--text-primary); text-shadow: none; }
.xezdd .ixh4twzi { color: var(--text-muted); }
.xezdd .vozggha { margin-top: 16px; }
.xezdd, .xezdd.lsa3ph { min-height: auto !important; }
.xezdd.xjmmx .pk8t { text-align: center; }
.xezdd~.qvh2{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}
.xezdd~.qvh2 .pk721q{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}
.s55l5 .utmb41,
.s55l5 .rif198b {
  position: relative; overflow: hidden;
}
.s55l5 .utmb41::after,
.s55l5 .rif198b::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.s55l5 .sti0 .p1mp78 {
  overflow: hidden;
}
.s55l5 .sti0 .p1mp78::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;
}
.utmb41 .ic4i0v { color: #fff; }
.utmb41 .ixh4twzi { color: rgba(255,255,255,0.85); }
.utmb41 .vozggha { background: #fff; color: var(--cta); }
.utmb41 .vozggha:hover { opacity: 0.92; }
.s55l5 .wayq { position: relative; overflow: hidden; }
.s55l5 .wayq::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.mswfk .wayq {
  animation: hg-breathe 7s ease-in-out infinite;
}
.kalulsi .wayq { position: relative; overflow: hidden; }
.kalulsi .wayq::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;
}
.o30288qq .wayq { position: relative; overflow: hidden; }
.o30288qq .wayq::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.gtnojf .wayq {
  animation: hg-fadein 1.2s ease-out both;
}
.wayq {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.i4bzf {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.aby25 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.zbq3fd {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.wayq .ic4i0v { text-shadow: none; color: var(--text-primary); }
.wayq .ixh4twzi { color: var(--text-muted); }
body.udy4k57 .ic4i0v {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.xkh95o .ic4i0v {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.lsa3ph.utmb41 .ic4i0v,
section.utmb41 .ic4i0v {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.wayq.xjmmx .i4bzf { align-items: center; text-align: center; }
.wayq.n3mha2ml   .i4bzf { align-items: flex-start; text-align: left; }
.tjakq6y0 .aby25 { position: relative; }
.tjakq6y0 .aby25::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.tjakq6y0.bgyyxnbz .aby25::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.ycvvm9b8 .aby25 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.ycvvm9b8 .zbq3fd {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.ycvvm9b8.bgyyxnbz .aby25 { padding: 32px 0 32px 32px; }
.pgqc .aby25 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.pgqc .zbq3fd {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.bgyyxnbz .i4bzf {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.pgqc.bgyyxnbz .aby25 { padding: 40px 16px 40px 48px; }
.lsa3ph .gukm01h {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.gukm01h .e3fgaxd9.mtn0zs {
  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;
}
.gukm01h .e3fgaxd9.mtn0zs:hover { opacity: 0.85; }
.geel266z .aby25 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .wayq { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .wayq:not(.geel266z) .aby25 { display: none !important; }
  .geel266z .aby25 { padding: 16px; }
  .i4bzf  { padding: 36px 24px; }
  .wayq~.qvh2,.bgyyxnbz~.qvh2{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .lsa3ph, .wayq { min-height: 320px !important; }
  .ic4i0v { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .x52whn,
  .cdsdj3b,
  .ysx8z { grid-template-columns: 1fr !important; }

  

  
  .twgm { display: flex !important; flex-direction: column !important; }
  .twgm .pk8t { display: contents; }
  .twgm .p1mp78 { order: 0; }
  .twgm .ic4i0v { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .twgm .x52whn { order: 2; padding: 0 16px 12px !important; }
  .twgm .ixh4twzi { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .rx0uuykz .pk8t { display: flex; flex-direction: column; }
  .rx0uuykz .pk8t .ic4i0v { order: 1; }
  .rx0uuykz .pk8t .ysx8z { order: 2; margin: 8px 0 24px !important; }
  .rx0uuykz .pk8t .ixh4twzi { order: 3; }
  .rx0uuykz .pk8t .vozggha { order: 4; align-self: center; margin-top: 0; }

  
  .wayq.geel266z {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .wayq.geel266z .i4bzf { display: contents; padding: 0; }
  .wayq.geel266z .i4bzf .ic4i0v { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .wayq.geel266z .aby25 { order: 2; padding: 12px 16px; }
  .wayq.geel266z .i4bzf .ixh4twzi { order: 3; padding: 0 24px; margin: 0 auto; }
  .wayq.geel266z .i4bzf .vozggha { order: 4; align-self: center; margin: 8px 0 32px; }
}
.vzgmp4pf { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.n42p { width: 100%; height: auto; display: block; border-radius: 10px; }
.g2gqt .vzgmp4pf        { border-radius: 16px; }
.g2gqt .n42p  { border-radius: 16px; }
.vvbwfdw .vzgmp4pf         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.vvbwfdw .n42p   { border-radius: 8px; }
.cba4wpwc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.z1329 { width: 100%; padding: 32px 0; position: relative; }
.wnbj0ln { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wsbcug26 .z1329:nth-child(even) { background: var(--bg-surface); }
.wsbcug26 .z1329:nth-child(odd)  { background: var(--bg-page); }
.wyl79f2 .z1329:nth-child(even) { background: var(--bg-card); }
.wyl79f2 .z1329:nth-child(odd)  { background: var(--bg-page); }
.wsbcug26 .z1329:nth-child(odd)  .wnbj0ln { background: var(--bg-card); border-radius: 6px; }
.wsbcug26 .z1329:nth-child(even) .wnbj0ln { background: var(--bg-raised); border-radius: 6px; }
.wyl79f2 .z1329:nth-child(odd)  .wnbj0ln { background: var(--bg-card); border-radius: 6px; }
.wyl79f2 .z1329:nth-child(even) .wnbj0ln { background: var(--bg-raised); border-radius: 6px; }
.wsbcug26 .z1329:nth-child(even) .suj6ekf .tugsatov,
.wyl79f2 .z1329:nth-child(even) .suj6ekf .tugsatov { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wsbcug26 .z1329:nth-child(odd) .suj6ekf .tugsatov,
.wyl79f2 .z1329:nth-child(odd) .suj6ekf .tugsatov { background: var(--bg-card-inner); }
.wsbcug26 .z1329:nth-child(even) .fopxis5 .tugsatov:nth-child(odd),
.wyl79f2 .z1329:nth-child(even) .fopxis5 .tugsatov:nth-child(odd)  { background: var(--bg-card); }
.wsbcug26 .z1329:nth-child(even) .fopxis5 .tugsatov:nth-child(even),
.wyl79f2 .z1329:nth-child(even) .fopxis5 .tugsatov:nth-child(even) { background: var(--bg-card-inner); }
h1.m874lyri { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.m874lyri {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.o5ps { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.nx2f7s h2.m874lyri {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ks4a7p72 h2.m874lyri {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.nxz0 h2.m874lyri {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.zp7981sd h2.m874lyri::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.j39wxr h2.m874lyri {
  color: var(--text-primary); font-size: 1.7rem;
}
.zas0zqu h2.m874lyri::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.gum5 h2.m874lyri {
  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;
}
.lfcl51 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .lfcl51 { display: none; } }
.rjfduh { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.auiwd { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.bloc79ex {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.gqqpk { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.g4ut2l { padding-left: 20px; }
.g4ut2l li { margin-bottom: 6px; }
.g4ut2l a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.g4ut2l a:hover { color: var(--accent-light); }
.h51m8gio .gqqpk { display: none; }
.x9f6vvq .gqqpk { display: none; }
.x9f6vvq .g4ut2l { padding-left: 0; list-style: none; }
.x9f6vvq .g4ut2l li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.x9f6vvq .g4ut2l a { font-size: 0.92rem; }
.hy70m .bloc79ex { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.hy70m .gqqpk { display: none; }
.hy70m .g4ut2l { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.hy70m .g4ut2l li { margin-bottom: 0; }
.hy70m .g4ut2l 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;
}
.hy70m .g4ut2l a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.osjis .bloc79ex { padding: 20px 20px 16px; }
.osjis .g4ut2l {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.osjis .g4ut2l li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.osjis .g4ut2l 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;
}
.osjis .g4ut2l 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;
}
.osjis .g4ut2l a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.osjis .g4ut2l a:focus,
.osjis .g4ut2l a:focus-visible,
.osjis .g4ut2l a:target { outline: none; }
.osjis .g4ut2l li:target a { border-color: var(--border); color: var(--text-muted); }
.r4s6 .bloc79ex { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.r4s6 .gqqpk { display: none; }
.r4s6 .g4ut2l { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.r4s6 .g4ut2l li { margin-bottom: 0; }
.r4s6 .g4ut2l li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.r4s6 .g4ut2l li:last-child::after { content: ""; margin-right: 0; }
.r4s6 .g4ut2l a { font-size: 0.9rem; }
.tugsatov { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.suj6ekf .tugsatov { background: var(--bg-card); }
.fopxis5 .tugsatov:nth-child(odd)  { background: var(--bg-card); }
.fopxis5 .tugsatov:nth-child(even) { background: var(--bg-raised); }
.rz2bhs9 .tugsatov {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.rz2bhs9 .tugsatov:last-child { border-bottom: none; }
.rz2bhs9 h3.o5ps { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.sh2bpscy .tugsatov {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.sh2bpscy .tugsatov + .tugsatov { margin-top: 4px; }
.uqk6 .tugsatov { background: none; border-radius: 0; padding: 12px 0; }
.uqk6 .tugsatov + .tugsatov { border-top: 1px solid var(--border-section); }
.gmmdh { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ba80 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.lkknnm { color: var(--text-body); margin-bottom: 10px; }
.hq7c94z, .qt3c { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.hq7c94z li, .qt3c li { margin-bottom: 6px; }
.qt3c li { list-style: decimal; }
.j8ofwx2x     .hq7c94z { list-style-type: "● "; }
.gkpaib  .hq7c94z { list-style-type: "■ "; }
.cb8m .hq7c94z { list-style-type: "◆ "; }
.ampmzej7    .hq7c94z { list-style-type: "★ "; }
.j8ofwx2x     .b1diy6f { list-style-type: "● "; }
.gkpaib  .b1diy6f { list-style-type: "■ "; }
.cb8m .b1diy6f { list-style-type: "◆ "; }
.ampmzej7    .b1diy6f { list-style-type: "★ "; }
.j8ofwx2x    .hq7c94z li::marker, .j8ofwx2x    .b1diy6f li::marker,
.gkpaib .hq7c94z li::marker, .gkpaib .b1diy6f li::marker,
.cb8m .hq7c94z li::marker, .cb8m .b1diy6f li::marker,
.ampmzej7   .hq7c94z li::marker, .ampmzej7   .b1diy6f li::marker {
  color: var(--cta); font-size: 1em;
}
.j8ofwx2x .qt3c,
.gkpaib .qt3c,
.cb8m .qt3c,
.ampmzej7 .qt3c {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.j8ofwx2x .qt3c li,
.gkpaib .qt3c li,
.cb8m .qt3c li,
.ampmzej7 .qt3c li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.j8ofwx2x .qt3c li::before,
.gkpaib .qt3c li::before,
.cb8m .qt3c li::before,
.ampmzej7 .qt3c 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;
}
.j8ofwx2x     .qt3c li::before { border-radius: 50%; }
.gkpaib  .qt3c li::before { border-radius: 3px; }
.cb8m .qt3c li::before { border-radius: 3px; }
.ampmzej7    .qt3c li::before { border-radius: 50%; }
.qvimwbao { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.kadwcalb .qvimwbao,
.bna336 .qvimwbao { background: transparent; border: none; border-radius: 0; }
.ek56 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ek56 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ek56 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ek56 tr:hover td { background: var(--bg-hover); }
.rirsn .ek56 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.e6bcchc .ek56 { border: 1px solid var(--border-alt); }
.e6bcchc .ek56 th,
.e6bcchc .ek56 td { border: 1px solid var(--border-alt); }
.mvwlyac2 .ek56 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.mvwlyac2 .ek56 td { border-bottom: none; }
.mvwlyac2 .ek56 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.t41qn .ek56 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ouuxsla .qvimwbao {
  overflow: hidden;
}
.ouuxsla .ek56 th { border-bottom: 1px solid var(--border-alt); }
.ouuxsla .ek56 tr:last-child td { border-bottom: none; }
.tn0l4u3v { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.qexl07h { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.xbh22 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.xlid4xa { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.gqdfqa { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.b1diy6f { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.b1diy6f 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%}
.z7te0oef .xlid4xa { background: transparent; text-align: center; }
.op3a2th .xbh22 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.cm267ljf .xbh22 {
  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);
}
.m5478prw .qexl07h { display: grid; grid-template-columns: auto 1fr; }
.m5478prw .xbh22 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.m5478prw .xlid4xa { grid-column: 2; }
.m5478prw .gqdfqa,
.m5478prw .b1diy6f { grid-column: 1 / -1; }
.e511o .qexl07h { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.e511o .xbh22 {
  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);
}
.e511o .xlid4xa { grid-column: 2; }
.e511o .gqdfqa,
.e511o .b1diy6f { grid-column: 1 / -1; }
.grwbx3gy .qexl07h { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.grwbx3gy .xlid4xa { background: none; color: var(--accent-light); font-weight: 700; }
.vw7hzwsn .qexl07h { 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); }
.vw7hzwsn .xlid4xa { background: none; color: var(--accent-light); font-weight: 700; }
.n2dna .qexl07h { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.n2dna .qexl07h:last-child { border-bottom: none; }
.n2dna .xlid4xa { background: none; color: var(--accent-light); font-weight: 700; }
.xh8z .qexl07h { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.xh8z .xlid4xa { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ptxq .tn0l4u3v { counter-reset: card-n; }
.ptxq .qexl07h  { counter-increment: card-n; }
.ptxq .xlid4xa { display: flex; align-items: center; gap: 10px; }
.ptxq .xlid4xa::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;
}
.bikr1huj .qexl07h { background: var(--bg-surface); border: 1px solid var(--border); }
.bikr1huj .xlid4xa { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.gckofqf { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.cnfsij1e  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.i4ickq5 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.pb8y4 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.j5cqx { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.gckofqf strong { color: var(--text-primary); font-size: 0.95rem; }
.gckofqf p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.xadwo66i { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.doejv2iv, .d547i6 { border-radius: 8px; padding: 14px; }
.doejv2iv { background: var(--bg-pros); }
.d547i6 { background: var(--bg-cons); }
.n42lf6 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.doejv2iv .n42lf6 { color: var(--c-pros-label); }
.d547i6 .n42lf6 { color: #f87171; }
.doejv2iv ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.d547i6 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.n42p { width: 100%; height: auto; border-radius: 10px; display: block; }
.mtn0zs {
  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;
}
.mtn0zs:hover { opacity: 0.85; }
.n34u3 .mtn0zs  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.n34u3 .mtn0zs:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.i7lyzjs .mtn0zs  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.i7lyzjs .mtn0zs:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.l4gd .vozggha { border-radius: 50px; }
.l4gd .mtn0zs  { border-radius: 50px; }
.gcoieqpo .vozggha { padding-left: 22px; padding-right: 22px; }
.gcoieqpo .mtn0zs  { padding-left: 12px; padding-right: 12px; }
.ve3a .vozggha { padding-left: 44px; padding-right: 44px; }
.ve3a .mtn0zs  { padding-left: 24px; padding-right: 24px; }
.k6o7y .vozggha { padding-left: 56px; padding-right: 56px; }
.k6o7y .mtn0zs  { padding-left: 32px; padding-right: 32px; }
.zr7jbcrr   .vozggha::after, .zr7jbcrr   .mtn0zs::after,
.lfq7a .vozggha::after, .lfq7a .mtn0zs::after,
.uiehq    .vozggha::after, .uiehq    .mtn0zs::after,
.bdoc0l    .vozggha::after, .bdoc0l    .mtn0zs::after,
.ojzy7i3    .vozggha::after, .ojzy7i3    .mtn0zs::after,
.lfi1     .vozggha::after, .lfi1     .mtn0zs::after,
.j3m01n5    .vozggha::after, .j3m01n5    .mtn0zs::after,
.u31z   .vozggha::after, .u31z   .mtn0zs::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;
}
.zr7jbcrr .vozggha::after, .zr7jbcrr .mtn0zs::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");
}
.lfq7a .vozggha::after, .lfq7a .mtn0zs::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");
}
.uiehq .vozggha::after, .uiehq .mtn0zs::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");
}
.bdoc0l .vozggha::after, .bdoc0l .mtn0zs::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");
}
.ojzy7i3 .vozggha::after, .ojzy7i3 .mtn0zs::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");
}
.lfi1 .vozggha::after, .lfi1 .mtn0zs::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");
}
.j3m01n5 .vozggha::after, .j3m01n5 .mtn0zs::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");
}
.u31z .vozggha::after, .u31z .mtn0zs::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");
}
.guq6t   .rlj3::after, .guq6t   .guzap5::after,
.thypirpj .rlj3::after, .thypirpj .guzap5::after,
.eisfdq    .rlj3::after, .eisfdq    .guzap5::after,
.ljhhv5uc    .rlj3::after, .ljhhv5uc    .guzap5::after,
.tksudqf    .rlj3::after, .tksudqf    .guzap5::after,
.egwl79     .rlj3::after, .egwl79     .guzap5::after,
.ino0zjv4    .rlj3::after, .ino0zjv4    .guzap5::after,
.saz13   .rlj3::after, .saz13   .guzap5::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;
}
.guq6t .rlj3::after, .guq6t .guzap5::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");
}
.thypirpj .rlj3::after, .thypirpj .guzap5::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");
}
.eisfdq .rlj3::after, .eisfdq .guzap5::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");
}
.ljhhv5uc .rlj3::after, .ljhhv5uc .guzap5::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");
}
.tksudqf .rlj3::after, .tksudqf .guzap5::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");
}
.egwl79 .rlj3::after, .egwl79 .guzap5::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");
}
.ino0zjv4 .rlj3::after, .ino0zjv4 .guzap5::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");
}
.saz13 .rlj3::after, .saz13 .guzap5::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");
}
.e3fgaxd9.mtn0zs {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .bgp7td2 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .bgp7td2::before    { grid-area: rank;   }
  .eo9nvz8           { grid-area: ident;  }
  .ua1mw     { grid-area: rating; min-width: 0; width: auto; }
  .pychq           { grid-area: pills;  }
  .e3fgaxd9             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .bgp7td2 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .bgp7td2::before    { justify-self: center; }
  .eo9nvz8           { width: 100%; }
  .ua1mw     { justify-self: center; }
  .pychq           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .b21u9ghv .yfx2 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .b21u9ghv .p8id46vs { margin: 0; }
}
.bna336 .xadwo66i { gap: 10px; }
.bna336 .doejv2iv, .bna336 .d547i6 { padding: 12px; }
.bna336 .doejv2iv ul, .bna336 .d547i6 ul { margin: 4px 0 0; padding-left: 18px; }
.bna336 .doejv2iv li, .bna336 .d547i6 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .aiifsj3 { grid-template-columns: 1fr; }
  .igsr7 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .igsr7 .e3bvv { width: 72px; height: 50px; }
  .igsr7 .ecea49vg { max-width: 180px; }
  .igsr7 .ptd0c2 { width: auto; }
}
@media (max-width: 720px) {
  .ndbld { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .soow7 { padding: 16px; }
  .o8qo7v .s1vw1vv { min-width: 50%; }
}
.x29hr .xadwo66i { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .eg2ae { grid-template-columns: 1fr; }
  .zi388 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .s12o7iz { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .fbzzot { flex-wrap: wrap; padding: 16px; }
}
.mv9opd .xadwo66i { gap: 8px; }
.mv9opd .doejv2iv, .mv9opd .d547i6 { padding: 8px; }
@media (max-width: 480px) {
  .nsq4877b { flex-direction: column; align-items: stretch; }
}
.bxd25dwo .ptd0c2 .mtn0zs { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .qxafb1h { flex-direction: column; align-items: stretch; gap: 10px; }
  .bxd25dwo .ptd0c2 { text-align: center; }
}
@media (max-width: 720px) {
  .wzv0 { grid-template-columns: 1fr; }
  .p8ft5kc { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .bq4629we { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .l985qhe { grid-template-columns: 1fr; }
  .zfgvz9 { width: 100px; height: 100px; margin: 16px auto; }
  .oyywiq { font-size: 1.4rem; }
  .v7yehqqx { justify-content: center; }
  .jj94 .s1vw1vv { min-width: 50%; }
}
.nj3n .xadwo66i { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ytwy { flex-wrap: wrap; padding: 14px 16px; }
  .usgzz { padding: 12px 16px; }
  .nj3n .xadwo66i { margin: 0 16px; }
  .nj3n .twww { padding: 0 16px; }
  .twgg { padding: 12px 16px; }
}
.cwur3 .fw0s2vgd { gap: 18px; }
.cwur3 .bgp7td2 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.cwur3 .bgp7td2:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.stlh .ig9wzx { font-size: 1rem; letter-spacing: 2px; }
.rzr2tk { margin: 16px 0; }
.mkegsf { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.mkegsf summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.mkegsf summary::after { content: "+"; color: var(--accent-light); }
.mkegsf[open] summary::after { content: "−"; }
.mkegsf p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.z1329 { margin-bottom: 0; }
.tnjvea h2.m874lyri { color: var(--text-primary); border-color: var(--accent-light); }
.en5scomu h2.m874lyri { color: var(--text-primary); border-color: var(--accent-light); }
.e9i2 .cnfsij1e     { background: #052e16; border-color: #10b981; }
.e9i2 .i4ickq5 { background: #2d0a1e; border-color: #f43f5e; }
.e9i2 .pb8y4    { background: #1e1036; border-color: #a855f7; }
.e9i2 .gckofqf strong  { color: #f1f5f9; }
.e9i2 .gckofqf p       { color: #cbd5e1; }
.e9i2 .if6z    .cnfsij1e     .j5cqx::before,
.e9i2 .on3s  .cnfsij1e     .j5cqx::before,
.e9i2 .io3pn7s0  .cnfsij1e     .j5cqx::before,
.e9i2 .cc2thl .cnfsij1e     .j5cqx::before { color: #10b981; }
.e9i2 .if6z    .i4ickq5 .j5cqx::before,
.e9i2 .on3s  .i4ickq5 .j5cqx::before,
.e9i2 .io3pn7s0  .i4ickq5 .j5cqx::before,
.e9i2 .cc2thl .i4ickq5 .j5cqx::before { color: #f43f5e; }
.e9i2 .if6z    .pb8y4    .j5cqx::before,
.e9i2 .on3s  .pb8y4    .j5cqx::before,
.e9i2 .io3pn7s0  .pb8y4    .j5cqx::before,
.e9i2 .cc2thl .pb8y4    .j5cqx::before { color: #a855f7; }
.avvge1r2 .cnfsij1e     { background: #2d2000; border-color: #eab308; }
.avvge1r2 .i4ickq5 { background: #2d0b0b; border-color: #ef4444; }
.avvge1r2 .pb8y4    { background: #2d1600; border-color: #f97316; }
.avvge1r2 .gckofqf strong  { color: #f1f5f9; }
.avvge1r2 .gckofqf p       { color: #cbd5e1; }
.avvge1r2 .if6z    .cnfsij1e     .j5cqx::before,
.avvge1r2 .on3s  .cnfsij1e     .j5cqx::before,
.avvge1r2 .io3pn7s0  .cnfsij1e     .j5cqx::before,
.avvge1r2 .cc2thl .cnfsij1e     .j5cqx::before { color: #eab308; }
.avvge1r2 .if6z    .i4ickq5 .j5cqx::before,
.avvge1r2 .on3s  .i4ickq5 .j5cqx::before,
.avvge1r2 .io3pn7s0  .i4ickq5 .j5cqx::before,
.avvge1r2 .cc2thl .i4ickq5 .j5cqx::before { color: #ef4444; }
.avvge1r2 .if6z    .pb8y4    .j5cqx::before,
.avvge1r2 .on3s  .pb8y4    .j5cqx::before,
.avvge1r2 .io3pn7s0  .pb8y4    .j5cqx::before,
.avvge1r2 .cc2thl .pb8y4    .j5cqx::before { color: #f97316; }
.uk2qaib .cnfsij1e     { background: #0c1a2e; border-color: #38bdf8; }
.uk2qaib .i4ickq5 { background: #12103a; border-color: #818cf8; }
.uk2qaib .pb8y4    { background: #0a2020; border-color: #2dd4bf; }
.uk2qaib .gckofqf strong  { color: #f1f5f9; }
.uk2qaib .gckofqf p       { color: #cbd5e1; }
.uk2qaib .if6z    .cnfsij1e     .j5cqx::before,
.uk2qaib .on3s  .cnfsij1e     .j5cqx::before,
.uk2qaib .io3pn7s0  .cnfsij1e     .j5cqx::before,
.uk2qaib .cc2thl .cnfsij1e     .j5cqx::before { color: #38bdf8; }
.uk2qaib .if6z    .i4ickq5 .j5cqx::before,
.uk2qaib .on3s  .i4ickq5 .j5cqx::before,
.uk2qaib .io3pn7s0  .i4ickq5 .j5cqx::before,
.uk2qaib .cc2thl .i4ickq5 .j5cqx::before { color: #818cf8; }
.uk2qaib .if6z    .pb8y4    .j5cqx::before,
.uk2qaib .on3s  .pb8y4    .j5cqx::before,
.uk2qaib .io3pn7s0  .pb8y4    .j5cqx::before,
.uk2qaib .cc2thl .pb8y4    .j5cqx::before { color: #2dd4bf; }
.v7kx01oh .cnfsij1e     { background: var(--accent-bg); border-color: var(--accent-light); }
.v7kx01oh .i4ickq5 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.v7kx01oh .pb8y4    { background: var(--accent-bg); border-color: var(--accent-pale); }
.v7kx01oh .if6z    .j5cqx::before,
.v7kx01oh .on3s  .j5cqx::before,
.v7kx01oh .io3pn7s0  .j5cqx::before,
.v7kx01oh .cc2thl .j5cqx::before { color: var(--accent-light) !important; }
.qa8ahidt::before,
.go4eeql2::before { margin-right: 5px; }
.lgztkkr .doejv2iv ul li,
.lgztkkr .doejv2iv .qa8ahidt { color: #22c55e; }
.lgztkkr .d547i6 ul li,
.lgztkkr .d547i6 .go4eeql2 { color: #ef4444; }
.cepeez2 .doejv2iv { background: var(--bg-pros); }
.cepeez2 .d547i6 { background: var(--bg-cons); }
.cepeez2 .doejv2iv .qa8ahidt { color: var(--c-pros-label); }
.cepeez2 .d547i6 .go4eeql2 { color: var(--c-cons); }
.cepeez2 .doejv2iv ul li,
.cepeez2 .d547i6 ul li,
.tcmou .doejv2iv { background: var(--bg-pros); }
.tcmou .d547i6 { background: var(--bg-cons); }
.tcmou .doejv2iv .qa8ahidt { color: var(--c-pros-label); }
.tcmou .d547i6 .go4eeql2 { color: var(--c-cons); }
.tcmou .doejv2iv ul li,
.tcmou .om52nq li          { color: var(--c-pros); }
.tcmou .d547i6 ul li,
.tcmou .b2oam6n li          { color: var(--c-cons); }
.t92z3gkm .qa8ahidt::before { content: "✓ "; }
.t92z3gkm .go4eeql2::before { content: "✗ "; }
.d260z .qa8ahidt::before { content: "→ "; }
.d260z .go4eeql2::before { content: "← "; }
.cci4i16 .qa8ahidt::before { content: "★ "; }
.cci4i16 .go4eeql2::before { content: "✕ "; }
.xd3ki939 .qa8ahidt::before { content: "◆ "; }
.xd3ki939 .go4eeql2::before { content: "▲ "; }
.k35va .gckofqf { background: transparent; border-left: none; border: 1.5px solid; }
.k35va .cnfsij1e     { border-color: var(--c-tip-border); }
.k35va .i4ickq5 { border-color: var(--c-warn-border); }
.k35va .pb8y4    { border-color: #60a5fa; }
.k35va .gckofqf strong { color: var(--text-primary); }
.k35va .gckofqf p      { color: var(--text-muted); }
.ag38 .gckofqf { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ag38 .cnfsij1e     { border-top-color: var(--c-tip-border); }
.ag38 .i4ickq5 { border-top-color: var(--c-warn-border); }
.ag38 .pb8y4    { border-top-color: #60a5fa; }
.ln8or7z .gckofqf { border-left: none; border-radius: 8px; }
.ln8or7z .cnfsij1e     { background: #065f46; }
.ln8or7z .i4ickq5 { background: #92400e; }
.ln8or7z .pb8y4    { background: #1e3a8a; }
.ln8or7z .gckofqf strong,
.ln8or7z .gckofqf p { color: #fff; }
.ln8or7z .j5cqx::before { color: rgba(255,255,255,0.85) !important; }
.e9i2.ln8or7z .cnfsij1e,
.e9i2 .ln8or7z .cnfsij1e     { background: #052e16; }
.e9i2.ln8or7z .i4ickq5,
.e9i2 .ln8or7z .i4ickq5 { background: #2d0a1e; }
.e9i2.ln8or7z .pb8y4,
.e9i2 .ln8or7z .pb8y4    { background: #1e1036; }
.avvge1r2.ln8or7z .cnfsij1e,
.avvge1r2 .ln8or7z .cnfsij1e      { background: #2d2000; }
.avvge1r2.ln8or7z .i4ickq5,
.avvge1r2 .ln8or7z .i4ickq5  { background: #2d0b0b; }
.avvge1r2.ln8or7z .pb8y4,
.avvge1r2 .ln8or7z .pb8y4     { background: #2d1600; }
.uk2qaib.ln8or7z .cnfsij1e,
.uk2qaib .ln8or7z .cnfsij1e      { background: #0c1a2e; }
.uk2qaib.ln8or7z .i4ickq5,
.uk2qaib .ln8or7z .i4ickq5  { background: #12103a; }
.uk2qaib.ln8or7z .pb8y4,
.uk2qaib .ln8or7z .pb8y4     { background: #0a2020; }
.ptqqjdig .gckofqf { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ptqqjdig .cnfsij1e     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ptqqjdig .i4ickq5 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ptqqjdig .pb8y4    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ptqqjdig .gckofqf strong { color: var(--text-primary); }
.ptqqjdig .gckofqf p      { color: var(--text-muted); }
.csm4036t .gckofqf { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.if6z .j5cqx,
.on3s .j5cqx,
.io3pn7s0 .j5cqx,
.cc2thl .j5cqx { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.if6z .j5cqx::before,
.on3s .j5cqx::before,
.io3pn7s0 .j5cqx::before,
.cc2thl .j5cqx::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.if6z .cnfsij1e     .j5cqx::before { content: "✦"; color: var(--c-tip-border); }
.if6z .i4ickq5 .j5cqx::before { content: "▲"; color: var(--c-warn-border); }
.if6z .pb8y4    .j5cqx::before { content: "◉"; color: #60a5fa; }
.on3s .cnfsij1e     .j5cqx::before { content: "★"; color: var(--c-tip-border); }
.on3s .i4ickq5 .j5cqx::before { content: "◆"; color: var(--c-warn-border); }
.on3s .pb8y4    .j5cqx::before { content: "●"; color: #60a5fa; }
.io3pn7s0 .cnfsij1e     .j5cqx::before { content: "▶"; color: var(--c-tip-border); }
.io3pn7s0 .i4ickq5 .j5cqx::before { content: "■"; color: var(--c-warn-border); }
.io3pn7s0 .pb8y4    .j5cqx::before { content: "▸"; color: #60a5fa; }
.cc2thl .cnfsij1e     .j5cqx::before { content: "→"; color: var(--c-tip-border); }
.cc2thl .i4ickq5 .j5cqx::before { content: "⬥"; color: var(--c-warn-border); }
.cc2thl .pb8y4    .j5cqx::before { content: "◈"; color: #60a5fa; }
.e82xv8 .suj6ekf .tugsatov,
.e82xv8 .fopxis5 .tugsatov  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.e82xv8 .qexl07h                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.e82xv8 .qvimwbao          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.e82xv8 .bloc79ex                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kz9li7 .suj6ekf .tugsatov,
.kz9li7 .fopxis5 .tugsatov,
.kz9li7 .qexl07h,
.kz9li7 .bgp7td2,
.kz9li7 .p8id46vs,
.kz9li7 .qvimwbao,
.kz9li7 .bloc79ex,
.kz9li7 .csm4036t .gckofqf { box-shadow: none; }
.utw5wl   .lkknnm, .utw5wl .gmmdh, .utw5wl .ba80,
.utw5wl   .rjfduh, .utw5wl .auiwd { font-size: 0.9rem; }
.utw5wl   .hq7c94z, .utw5wl .qt3c { font-size: 0.9rem; }
.yb27sa3   .lkknnm, .yb27sa3 .gmmdh, .yb27sa3 .ba80,
.yb27sa3   .rjfduh, .yb27sa3 .auiwd { font-size: 0.95rem; }
.yb27sa3   .hq7c94z, .yb27sa3 .qt3c { font-size: 0.95rem; }
.tpkb   .lkknnm, .tpkb .gmmdh, .tpkb .ba80,
.tpkb   .rjfduh, .tpkb .auiwd { font-size: 1.08rem; }
.tpkb   .hq7c94z, .tpkb .qt3c { font-size: 1.05rem; }
.tpkb   .ek56 { font-size: 0.97rem; }
.dt9d28 .ic4i0v      { font-size: 3.2rem; }
.dt9d28 h2.m874lyri { font-size: 1.9rem; }
.dt9d28 h3.o5ps     { font-size: 1.4rem; }
.g8fykg .ic4i0v      { font-size: 3.8rem; }
.g8fykg h2.m874lyri { font-size: 2.2rem; }
.g8fykg h3.o5ps     { font-size: 1.6rem; }
.z1329 + .z1329 { position: relative; }
.lb5h5bn3   .z1329 + .z1329::before,
.lvddl  .z1329 + .z1329::before,
.tdwc   .z1329 + .z1329::before,
.e5pol   .z1329 + .z1329::before,
.feqq0lh   .z1329 + .z1329::before,
.wm78zxq7 .z1329 + .z1329::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.lb5h5bn3 .z1329 + .z1329::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.lvddl .z1329 + .z1329::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.tdwc .z1329 + .z1329::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;
}
.e5pol .z1329 + .z1329::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.imkt .z1329 { margin-bottom: 16px; }
.imkt .z1329 + .z1329 { margin-top: 0; }
.imkt .wnbj0ln { padding-top: 0; padding-bottom: 0; }
.feqq0lh .z1329 + .z1329::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.wm78zxq7 .z1329 + .z1329::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ax2fy .z1329 + .z1329::before,
.nzyvy .z1329 + .z1329::before,
.lqg0 .z1329 + .z1329::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%;
}
.wsbcug26 .ax2fy .z1329:nth-child(even)::before,
.wsbcug26 .nzyvy .z1329:nth-child(even)::before,
.wsbcug26 .lqg0 .z1329:nth-child(even)::before { background: var(--bg-surface); }
.wyl79f2 .ax2fy .z1329:nth-child(even)::before,
.wyl79f2 .nzyvy .z1329:nth-child(even)::before,
.wyl79f2 .lqg0 .z1329:nth-child(even)::before { background: var(--bg-card); }
.ax2fy .z1329 + .z1329::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");
}
.nzyvy .z1329 + .z1329::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");
}
.lqg0 .z1329 + .z1329::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");
}
.tu52e .i4bzf,
.zmmua .i4bzf { padding-bottom: 60px; }
.g4ey2ku .i4bzf { padding-bottom: 70px; }
.bkmp .wayq { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.pcoc .wayq { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.ptakma2 .wayq { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.l1ta .wayq { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.mz52 .utmb41 { background: var(--accent); }
.mz52 .utmb41 .p1mp78 { background: none; }
.mz52 .rif198b { background: var(--accent); }
.mz52 .wayq { background: var(--accent-bg); }
.mz52 .sti0:not(.utmb41) .p1mp78 { background: rgba(0,0,0,0.6); }
.zj19ty .vzgmp4pf { float: left; width: 38%; margin: 0 28px 16px 0; }
.zj19ty .vzgmp4pf .n42p { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zj19ty .wnbj0ln::after { content: ''; display: block; clear: both; }
.dyavt .vzgmp4pf { float: right; width: 38%; margin: 0 0 16px 28px; }
.dyavt .vzgmp4pf .n42p { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dyavt .wnbj0ln::after { content: ''; display: block; clear: both; }
.l7c9yt4q .z1329:nth-child(odd)  .vzgmp4pf { float: left;  width: 38%; margin: 0 28px 16px 0; }
.l7c9yt4q .z1329:nth-child(even) .vzgmp4pf { float: right; width: 38%; margin: 0 0 16px 28px; }
.l7c9yt4q .vzgmp4pf .n42p { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.l7c9yt4q .wnbj0ln::after { content: ''; display: block; clear: both; }
.zj19ty .tn0l4u3v,
.zj19ty .fw0s2vgd,
.dyavt .tn0l4u3v,
.l7c9yt4q .tn0l4u3v,
@media (max-width: 900px) {
  .zj19ty .vzgmp4pf,
  .dyavt .vzgmp4pf,
  .l7c9yt4q .z1329:nth-child(odd)  .vzgmp4pf,
  .l7c9yt4q .z1329:nth-child(even) .vzgmp4pf {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .zj19ty .vzgmp4pf .n42p,
  .dyavt .vzgmp4pf .n42p,
  .l7c9yt4q .vzgmp4pf .n42p {
    max-height: none !important;
  }
}
.zj19ty .hq7c94z,
.zj19ty .qt3c,
.dyavt .hq7c94z,
.dyavt .qt3c,
.l7c9yt4q .hq7c94z,
.l7c9yt4q .qt3c { overflow: hidden; }
@media (max-width: 640px) {
  .zj19ty .vzgmp4pf,
  .dyavt .vzgmp4pf,
  .l7c9yt4q .vzgmp4pf { float: none; width: 100%; margin: 0 0 16px 0; }
}
.jf8dbc .cba4wpwc,
.jf8dbc .wnbj0ln,
.jf8dbc .u6598  { max-width: 1100px; }
.jf8dbc { --content-mw: 1100px; }
.zybb .cba4wpwc,
.zybb .wnbj0ln,
.zybb .u6598  { max-width: 1200px; }
.q8qafedk .cba4wpwc,
.q8qafedk .wnbj0ln,
.q8qafedk .u6598  { max-width: 1320px; }
.ejeiqc { font-size: 0.82rem; color: var(--text-muted); }
.rwde { display: flex; align-items: center; }
.x09pgtn {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.p1cpd { display: flex; align-items: center; }
.kfj2a { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.kfj2a:hover { text-decoration: underline; }
.qxetgpp { margin: 0 3px; opacity: 0.45; }
.qxetgpp::before { content: '/'; }
.dx0mkd0 { padding: 2px 5px; color: var(--text-main); }
.pub07 .ejeiqc {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.pub07 .rwde { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.zgog .ejeiqc {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.zgog .rwde { padding: 0 0 0 12px; }
.thky342d {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.qal27fq .rwde { padding: 0 16px; }
.qal27fq .ejeiqc {
  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);
}
.qal27fq .cba4wpwc { padding-top: 28px; }
@media (max-width: 720px) {
  .thky342d { margin-top: 18px; padding: 0 16px; }
  .qal27fq .cba4wpwc { padding-top: 16px; }
}
.jf8dbc.pub07 .rwde { max-width: 1100px; }
.zybb.pub07 .rwde { max-width: 1200px; }
.q8qafedk.pub07 .rwde { max-width: 1320px; }
.jf8dbc .thky342d { max-width: 1100px; }
.zybb .thky342d { max-width: 1200px; }
.q8qafedk .thky342d { max-width: 1320px; }
.wu7abm .z1329 { padding-top: 16px; padding-bottom: 16px; }
.nfap7g5 .z1329 { padding-top: 24px; padding-bottom: 24px; }
.ndbm .z1329 { padding-top: 40px; padding-bottom: 40px; }
.bn3f6dz0 .z1329 { padding-top: 52px; padding-bottom: 52px; }
.dfqq8xs .z1329:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.dfqq8xs .z1329:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.dfqq8xs .z1329:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.dfqq8xs .z1329:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.czbk0 .wnbj0ln { padding-top: 10px;  padding-bottom: 10px; }
.s6dji .wnbj0ln { padding-top: 18px;  padding-bottom: 18px; }
.djqssag .wnbj0ln { padding-top: 36px;  padding-bottom: 36px; }
.t5kkot .wnbj0ln { padding-top: 48px;  padding-bottom: 48px; }
.y4an75k h2.m874lyri { font-weight: 600; }
.y4an75k h3.o5ps     { font-weight: 600; }
.dpllr h2.m874lyri { font-weight: 800; }
.dpllr h3.o5ps     { font-weight: 700; }
.nve1avn { font-weight: 600; }
.nve1avn h2.m874lyri { font-weight: 900; }
.nve1avn h3.o5ps     { font-weight: 800; }
.nve1avn .gckofqf strong,
.nve1avn .gckofqf strong { font-weight: 600; }
.rlj3 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.sf8ig1t .rlj3 { display: none; }
@media (max-width: 640px) {
  .ncqj { display: none; }
  .rlj3 {
    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;
  }
}
.rlj3 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.rlj3:hover { opacity: 0.85; }
.bn9wgbm .rlj3 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.rk5t81xn .rlj3,
.h0t6cc  .rlj3 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.rk5t81xn .rlj3:hover,
.h0t6cc  .rlj3:hover { opacity: 0.88; }
.bn9wgbm.rk5t81xn .rlj3,
.bn9wgbm.h0t6cc  .rlj3 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.guzap5 {
  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;
}
.guzap5:hover { transform: translateY(-2px); opacity: 0.92; }
.guzap5 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lg97v8n .guzap5 { display: none; }
.of65js .guzap5 { right: 32px; }
.d539  .guzap5 { left: 32px; }
@media (max-width: 480px) {
  .of65js .guzap5 { right: 20px; bottom: 20px; }
  .d539  .guzap5 { left: 20px; bottom: 20px; }
}
.z8m9y { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.u6598 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.dhma { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.hq4wz8b { color: var(--text-dim); font-size: 0.8rem; }
.baoxol { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.baoxol img { height: 26px; width: auto; object-fit: contain; }
.k5qbd019 { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.k22wsep .u6598 { text-align: center; }
.k22wsep .dhma { margin-top: 0; }
.uucdl { margin-top: 10px; }
.uucdl a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .u6598 { padding-left: 16px; padding-right: 16px; }
  .y7h118w .u6598 { padding: 20px 16px; }
  .c15mj { gap: 4px 12px; }
  .dhma { font-size: 0.78rem; }
}
.mxregfj .i2he .baoxol { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.mxregfj .k5qbd019 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.mxregfj .xvhsdk { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.mxregfj .xvhsdk a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.mxregfj .xvhsdk a:hover { color: var(--accent-light); }
.mxregfj .dhma { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.mxregfj .hq4wz8b { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .mxregfj .nbu5esd { grid-template-columns: 1fr 1fr; } .mxregfj .i2he { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mxregfj .nbu5esd { grid-template-columns: 1fr; } }
.hk1kw6 .baoxol { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.hk1kw6 .dhma { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .hk1kw6 .olmjapp { gap: 12px; } .hk1kw6 .baoxol { margin-right: 0; width: 100%; } }
.lt0wgg5a .dwzj7b9j { 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; }
.lt0wgg5a .iw58oji .baoxol { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.lt0wgg5a .k5qbd019 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.lt0wgg5a .of4lw4 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.lt0wgg5a .xvhsdk { display: flex; flex-direction: column; gap: 9px; }
.lt0wgg5a .xvhsdk a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.lt0wgg5a .xvhsdk a:hover { color: var(--accent-light); }
.lt0wgg5a .ktov7 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.lt0wgg5a .dhma { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.lt0wgg5a .hq4wz8b { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .lt0wgg5a .dwzj7b9j { grid-template-columns: 1fr 1fr; } .lt0wgg5a .iw58oji { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lt0wgg5a .dwzj7b9j { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ezej5xr .ndyp { grid-template-columns: 1fr 1fr; } .ezej5xr .q579j:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ezej5xr .ndyp { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ra9qk1 .ndyp { grid-template-columns: 1fr; } }
.rz9njm .u6598 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.lbpn .p8jas      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.lbpn .z8m9y { background: var(--bg-page); border-top-color: var(--border-alt); }
.lxtiqn6 .p8jas      { background: #0d1117; border-bottom-color: #21262d; }
.lxtiqn6 .izdi { color: var(--accent-light); }
.lxtiqn6 .s8pzp { --msep-color: #8b949e; }
.lxtiqn6 .s8pzp a { color: #8b949e; }
.lxtiqn6 .s8pzp a:hover { color: var(--accent-light); }
.lxtiqn6 .k38tuo3n { color: #8b949e; }
.lxtiqn6 .z8m9y { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.lxtiqn6 .dhma,
.lxtiqn6 .hq4wz8b { color: #6e7681; }
.lxtiqn6 .fltntw a, .lxtiqn6 .c15mj a,
.lxtiqn6 .xvhsdk a, .lxtiqn6 .lpe8gv a,
.lxtiqn6 .mjrw5w37 a { color: #8b949e; }
.lxtiqn6 .baoxol { color: #e6edf3; }
.lxtiqn6 .fltntw a:hover, .lxtiqn6 .c15mj a:hover,
.lxtiqn6 .xvhsdk a:hover, .lxtiqn6 .lpe8gv a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .lxtiqn6 .s8pzp { background: #0d1117; border-top-color: #21262d; }
  .lxtiqn6 .s8pzp li a { border-bottom-color: #21262d; }
}
.gc6s50vx .p8jas      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.gc6s50vx .izdi { color: var(--accent-light); }
.gc6s50vx .s8pzp { --msep-color: #475569; }
.gc6s50vx .s8pzp a { color: #475569; }
.gc6s50vx .s8pzp a:hover { color: var(--accent-light); }
.gc6s50vx .k38tuo3n { color: #64748b; }
.gc6s50vx .z8m9y { background: #f0f4f8; border-top-color: #cbd5e1; }
.gc6s50vx .dhma,
.gc6s50vx .hq4wz8b { color: #64748b; }
.gc6s50vx .xvhsdk a, .gc6s50vx .lpe8gv a,
.gc6s50vx .mjrw5w37 a, .gc6s50vx .baoxol { color: #374151; }
.gc6s50vx .xvhsdk a:hover, .gc6s50vx .lpe8gv a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .gc6s50vx .s8pzp { background: #f0f4f8; border-top-color: #cbd5e1; }
  .gc6s50vx .s8pzp li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.rk5t81xn .p8jas      { background: var(--accent); border-bottom-color: var(--accent-light); }
.rk5t81xn .izdi { color: #fff; }
.rk5t81xn .s8pzp { --msep-color: rgba(255,255,255,0.82); }
.rk5t81xn .s8pzp a { color: rgba(255,255,255,0.82); }
.rk5t81xn .s8pzp a:hover { color: #fff; }
.rk5t81xn .k38tuo3n { color: rgba(255,255,255,0.9); }
.rk5t81xn .z8m9y { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.rk5t81xn .dhma,
.rk5t81xn .hq4wz8b { color: rgba(255,255,255,0.72); }
.rk5t81xn .xvhsdk a, .rk5t81xn .lpe8gv a,
.rk5t81xn .mjrw5w37 a, .rk5t81xn .baoxol { color: #fff; }
.rk5t81xn .k5qbd019, .rk5t81xn .of4lw4 { color: rgba(255,255,255,0.7); }
.rk5t81xn .xvhsdk a:hover, .rk5t81xn .lpe8gv a:hover { color: #fff; }
@media (max-width: 640px) {
  .rk5t81xn .s8pzp { background: var(--accent); border-top-color: var(--accent-light); }
  .rk5t81xn .s8pzp li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.h0t6cc .p8jas {
  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);
}
.h0t6cc .z8m9y {
  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) {
  .h0t6cc .s8pzp {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.h9ru .tc30y0ck { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.jcjz86 .tc30y0ck { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.elda4l7u .tc30y0ck { min-height: 72px; height: auto; }
.bnnl .tc30y0ck { min-height: 84px; height: auto; }
.y7h118w .tc30y0ck { max-width: none; padding: 0 32px; }
.y7h118w .u6598  { max-width: none; padding: 24px 32px; }
.ouu07e.zybb .tc30y0ck { max-width: 1200px; }
.ouu07e.q8qafedk .tc30y0ck { max-width: 1320px; }
.d5vafi   .izdi, .d5vafi   .baoxol { text-transform: capitalize; }
.num9wj .izdi, .num9wj .baoxol { text-transform: lowercase; }
.j9i2 .izdi, .j9i2 .baoxol { text-transform: uppercase; letter-spacing: 0.06em; }
.b7n64, .ji8y8m {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.g1k75it .b7n64,
.g1k75it .ji8y8m { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.kouet79 .b7n64,
.kouet79 .ji8y8m { 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; }
.tobk .b7n64,
.tobk .ji8y8m { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.fjgl0xvp .b7n64,
.fjgl0xvp .ji8y8m { 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; }
.u91nb8   .s8pzp a { font-weight: 500; }
.gdih .s8pzp a { font-weight: 600; }
.demzc3a     .s8pzp a { font-weight: 700; }
.sgog6sm    .s8pzp a { font-weight: 800; letter-spacing: 0.01em; }
.rdpm5gjw     .s8pzp > li + li::before,
.c9wsy    .s8pzp > li + li::before,
.wfkmh8    .s8pzp > li + li::before,
.uo0436 .s8pzp > li + li::before,
.w0d7du1 .s8pzp > li + li::before,
.j7thxwy4  .s8pzp > li + li::before,
.br83    .s8pzp > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.rdpm5gjw     .s8pzp > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.c9wsy    .s8pzp > li + li::before { content: "|"; }
.wfkmh8    .s8pzp > li + li::before { content: "—"; }
.uo0436 .s8pzp > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.w0d7du1 .s8pzp > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.j7thxwy4  .s8pzp > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.br83    .s8pzp > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .rv9x6ug1 .k38tuo3n,
  .pdniljl .k38tuo3n,
  .aedz18s .k38tuo3n,
  .sfxtd .k38tuo3n,
  .xxp66 .k38tuo3n {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .rv9x6ug1 .k38tuo3n::before,
  .pdniljl .k38tuo3n::before,
  .aedz18s .k38tuo3n::before,
  .sfxtd .k38tuo3n::before,
  .xxp66 .k38tuo3n::before { content: ""; display: block; flex-shrink: 0; }

  
  .rv9x6ug1 .k38tuo3n::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;
  }

  
  .pdniljl .k38tuo3n::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;
  }

  
  .aedz18s .k38tuo3n::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;
  }

  
  .sfxtd .k38tuo3n::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;
  }

  
  .xxp66 .k38tuo3n::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) {
  .ufa3hfyd .k38tuo3n {
    padding: 5px 14px;
  }
  .ufa3hfyd .s8pzp {
    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;
  }
  .ufa3hfyd .s8pzp li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ufa3hfyd .s8pzp li a:hover { background: var(--bg-raised); }
  .ufa3hfyd .osex,
  .f34n .osex,
  .t2nqzgg1 .osex { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .olkr .k38tuo3n {
    padding: 5px 10px;
  }
  .olkr .s8pzp {
    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);
  }
  .olkr .s8pzp.mlwu { transform: translateX(0); }
  .olkr .s8pzp li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .olkr .s8pzp li:last-child a { border-bottom: none; }
  .rk5t81xn .s8pzp,
  .lxtiqn6 .s8pzp { background: var(--accent) !important; }
  .rk5t81xn .s8pzp li a,
  .lxtiqn6 .s8pzp li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .t2nqzgg1 .k38tuo3n {
    padding: 5px 10px;
  }
  .t2nqzgg1 .s8pzp {
    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);
  }
  .t2nqzgg1 .s8pzp::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .t2nqzgg1 .s8pzp.mlwu { transform: translateY(0); }
  .t2nqzgg1 .s8pzp li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .kpu1 .k38tuo3n {
    padding: 5px 10px;
  }
  .kpu1 .s8pzp {
    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;
  }
  .kpu1 .s8pzp.mlwu { opacity: 1; pointer-events: auto; }
  .kpu1 .s8pzp li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .lp7n     .k38tuo3n { border-radius: 0 !important; }
  .ywovr   .k38tuo3n { border-radius: 8px !important; }
  .cun9y0t .k38tuo3n { border-radius: 50% !important; }
  .otrx   .k38tuo3n { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .qh8734 .z8xr { flex-direction: column; align-items: stretch; }
  .qh8734 .cfqudl { flex-direction: row; min-width: auto; }
  .qh8734 .ny6e538 { align-items: flex-start; text-align: left; }
}
.szq6ym0,
.szq6ym0.z1329,
.wsbcug26 .szq6ym0,
.fqa8aqo .szq6ym0,
.wyl79f2 .szq6ym0,
.o39cn .szq6ym0 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.mo12eld5 {
  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;
}
.o3amf { flex: 1 1 280px; min-width: 0; }
.d8zw {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.qnq226 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.cdauhjg6 {
  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;
}
.cdauhjg6:hover { transform: translateY(-1px); opacity: 0.95; }
.mn44sdwn .mo12eld5 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.mn44sdwn .d8zw { color: var(--cta); }
.mn44sdwn .qnq226 { color: var(--text-body); }
.mn44sdwn .cdauhjg6 {
  background: var(--cta) !important;
  color: #fff !important;
}
.iqlq4phv .mo12eld5 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.iqlq4phv .d8zw { color: var(--text-primary); }
.iqlq4phv .qnq226 { color: var(--text-body); }
.iqlq4phv .cdauhjg6 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .mo12eld5 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .o3amf { flex: 0 0 auto; }
  .d8zw { font-size: 1.2rem; }
  .cdauhjg6 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.c7912qr8 .tqrmtff { height: 36px; }
.zr39ml .tqrmtff { height: 60px; max-width: 200px; }
.l1dbx2d .tqrmtff { height: 56px; max-width: 180px; }
.ipuu6u    .ig9wzx, .ipuu6u    .pu2u3t1 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
@media (min-width: 720px) {
  .wxvqs1gz .fw0s2vgd {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .wxvqs1gz .bgp7td2 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .wxvqs1gz .bgp7td2 { padding: 40px 16px 20px; }
  .wxvqs1gz .kanurmh {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .wxvqs1gz .e3fgaxd9 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .yhhdsrq .bgp7td2 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .yhhdsrq .bgp7td2::before {
    position: absolute; top: 14px; left: 14px;
  }
  .yhhdsrq .eo9nvz8 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .yhhdsrq .zgve1 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .yhhdsrq .kanurmh {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .yhhdsrq .e3fgaxd9 { width: 100%; min-width: 0; }
  .yhhdsrq .ig9wzx { min-width: 0; }
}
.v6caguy .mkegsf {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.v6caguy .mkegsf summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.v6caguy .mkegsf p { padding: 0 2px 16px; }
.rmv9s8xu .mkegsf { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.rmv9s8xu .mkegsf summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.rmv9s8xu .mkegsf summary::after { content: "›"; font-size: 1.2em; }
.rmv9s8xu .mkegsf[open] summary::after { content: "‹"; }
.rmv9s8xu .mkegsf p { padding: 10px 22px 4px; }
.lhqid7 .mkegsf {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.lhqid7 .mkegsf summary { color: var(--text-primary); padding-left: 16px; }
.lhqid7 .mkegsf summary::after { content: "›"; font-size: 1.1em; }
.lhqid7 .mkegsf[open] summary::after { content: "‹"; }
.lhqid7 .mkegsf p { padding-left: 16px; }
.vhaxphr .rzr2tk { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.vhaxphr .mkegsf {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.vhaxphr .mkegsf:last-child { border-bottom: none; }
.vhaxphr .mkegsf summary { color: var(--text-primary); border-radius: 0; }
.vhaxphr .mkegsf summary::after { content: "›"; font-size: 1.1em; }
.vhaxphr .mkegsf[open] summary::after { content: "‹"; }
.pzh54 .mkegsf { overflow: hidden; }
.pzh54 .mkegsf summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.pzh54 .mkegsf summary::after { color: rgba(255,255,255,.75); }
.pzh54 .mkegsf[open] summary { border-radius: 0; }
.zc34x { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.e6cdv {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.tn4u {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ge3kw { color: var(--text-muted); font-size: 1.05rem; }
.lgbrx {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.bxdx7fsy {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.io0v8c56 { margin-bottom: 20px; }
.pgi2xg3 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.bn66 {
  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;
}
.bn66:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.bc71dwy { resize: vertical; min-height: 130px; }
.curnq62 { width: 100%; margin-top: 8px; }
.arjjb {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.k6vo999 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.nfs32t6d { color: var(--text-muted); line-height: 1.75; }
.yrpzg { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.yrpzg li { margin-bottom: 6px; }
.f218s { max-width: 760px; margin: 0 auto; }
.blurf { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.xq488d5r { max-width: 760px; margin: 0 auto; }
.g3d356fp ul.yrpzg { margin: 0; }
@media (max-width: 640px) { .jy21dmzh { grid-template-columns: 1fr; gap: 10px; } }
.emd2v4 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.rracgt { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.jimafugh { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.rracgt p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.rracgt .yrpzg { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .emd2v4 { grid-template-columns: 1fr; } }
.y5699t0q { color: inherit; text-decoration: none; }
.y5699t0q:hover { color: var(--accent-light); text-decoration: underline; }
.zwpo9rfj { display: inline-block; line-height: 0; }
.zdb42j { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.rdtgv2 { margin-bottom: 48px; }
.oi5qon { max-width: 760px; margin: 0 auto; }
.kkpuox { max-width: 640px; margin: 0 auto; }
.hsvea { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.hsvea:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.w45j { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.hsvea p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.hsvea ul.yrpzg { margin: 0; }
.f2g8ibm { color: var(--text-muted); line-height: 1.75; }
.flhl .yrpzg,
.kkpuox .yrpzg,
.zklrs23 .yrpzg,
.o9qyuou .yrpzg {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.flhl .hsvea,
.kkpuox .hsvea { text-align: left; }
.flhl .w45j,
.kkpuox .w45j { text-align: center; }
.lf7kyt { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.cswhk { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.qbtt { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.kgrx { margin-top: 12px; }
.t51l0 { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.t51l0:hover { border-bottom-color: var(--accent-light); }
.a99qlv { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.a99qlv img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vstk5p2 { width: 72px; height: 72px; }
.pl8v1hf { border-radius: 50%; }
.fuz4l { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.g63zi { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .nip21il { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.nvwss1 .qbtt, .nvwss1 .cswhk { max-width: 640px; }
.guyvmz .lf7kyt { font-size: 1.6rem; margin-top: 18px; }
.me0m .qbtt { margin-bottom: 28px; }
@media (max-width: 860px) { .xbbz { grid-template-columns: 1fr; } .guyvmz { position: static; text-align: center; } }
.eka0x .a99qlv { margin: 0 auto 18px; }
.eka0x .fuz4l { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .byvmgq8n { grid-template-columns: 1fr; } }
.wdet .lf7kyt { font-size: 1.6rem; margin-bottom: 6px; }
.o9qyuou .yrpzg { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .wdet { flex-direction: column; text-align: center; } .brqp { grid-template-columns: 1fr; } }
.vdzmw { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.vdzmw .lf7kyt { font-size: 1.35rem; margin: 0 0 4px; }
.vdzmw .fuz4l { margin: 0; }
.ia6wp90z { max-width: 760px; margin: 0 auto; }
.r50v { position: relative; padding-left: 28px; }
.r50v::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.vvxowqli { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.vvxowqli:last-child { padding-bottom: 0; }
.iitf { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.bpba5q h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.bpba5q p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.v41z .tn4u { color: var(--accent-light); }
.es1kjfbc .tn4u { font-size: 2rem; }
.es1kjfbc .ge3kw { max-width: 680px; }
.ejws0gd .tn4u { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ejws0gd .ge3kw  { margin: 0; }
@media (max-width: 640px) { .ejws0gd { flex-direction: column; } }
.rrke .tn4u { color: var(--accent-light); }
.cemm {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.cemm .tn4u { color: #fff; }
.cemm .ge3kw  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .pudreh { grid-template-columns: 1fr; } }
.xpr1m0 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.xpr1m0 .bn66 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xpr1m0 .bn66:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.x7u8uq .bn66 { background: var(--bg-raised); border-color: transparent; }
.x7u8uq .bn66:focus { background: var(--bg-card); border-color: var(--accent-light); }
.azimmn8 .bn66 { border-radius: 100px; padding: 11px 20px; }
.azimmn8 .bc71dwy { border-radius: 14px; }
.to9s61d {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .to9s61d { grid-template-columns: 1fr; } }
.vvrxck {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.vvrxck h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.vvrxck p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.o1tul0h { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.o1tul0h li { margin-bottom: 6px; }
.e1ad{display:none}
.e1ad:empty,.pk721q:empty{display:none}
.drasc6{position:relative;overflow:visible}
.kfbadrs .qvh2,.fwros .qvh2,
.xsn2 .qvh2,.b27lh .qvh2,
.ammq4q5r .qvh2,.ps8nf7 .qvh2{display:block}
.lw9vpco7 .k2s86{display:block}
.kfbadrs .qvh2,.fwros .qvh2,
.xsn2 .qvh2,.b27lh .qvh2,
.ammq4q5r .qvh2{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}
.kfbadrs .qvh2 .pk721q,.fwros .qvh2 .pk721q,
.xsn2 .qvh2 .pk721q,.b27lh .qvh2 .pk721q,
.ammq4q5r .qvh2 .pk721q{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}
.kfbadrs .uzppr,.fwros .uzppr,
.xsn2 .uzppr,.b27lh .uzppr,
.ammq4q5r .uzppr{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.kfbadrs .qvh2,.fwros .qvh2{top:12px}
.kfbadrs .qvh2 .pk721q{margin-right:auto}
.fwros .qvh2 .pk721q{margin-left:auto}
.fwros .qvh2{text-align:right}
.xsn2 .qvh2,.b27lh .qvh2{bottom:12px}
.xsn2 .qvh2 .pk721q{margin-right:auto}
.b27lh .qvh2 .pk721q{margin-left:auto}
.b27lh .qvh2{text-align:right}
.ammq4q5r .qvh2{position:relative;margin-top:16px}
.ammq4q5r .qvh2 .pk721q{margin:0 auto}
.ps8nf7 .qvh2{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ps8nf7 .qvh2 .pk721q{margin:0}
.ps8nf7 .wayq~.qvh2,
.ps8nf7 .bgyyxnbz~.qvh2{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ps8nf7 .wayq~.qvh2 .pk721q,
.ps8nf7 .bgyyxnbz~.qvh2 .pk721q{justify-content:flex-start}
.wayq~.qvh2,.bgyyxnbz~.qvh2{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}
.wayq~.qvh2 .pk721q{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.bgyyxnbz~.qvh2 .pk721q{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.k2s86 .pk721q{margin:0 0 12px}
.pk721q{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.uzppr{white-space:nowrap}
.rouu0t .uzppr{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.bz7ob45 .uzppr{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}
.srwdwh2 .pk721q{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.tp5epze .uzppr{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.wihvmg0 .uzppr{color: var(--accent-light);opacity:1;font-weight:500}
.me5jc .uzppr{border-bottom:1px solid currentColor;padding-bottom:2px}
.mjauhpq .pk721q{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.xmzk{--date-bg:var(--accent-bg)}
.k5gqde .uwjdqc2::before{content:""}
.l1t6dy8 .uzppr + .uzppr::before{content:"•";margin-right:6px;opacity:.4}
.wgka2x0t .uzppr + .uzppr::before{content:"/";margin-right:6px;opacity:.35}
.dpmaunpi .uzppr + .uzppr::before{content:"|";margin-right:6px;opacity:.3}
.zykhjhtp .uzppr + .uzppr::before{content:"—";margin-right:6px;opacity:.3}
.cl9qrhiv .uzppr + .uzppr::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.gv9wz .uzppr + .uzppr::before{content:"·";margin-right:6px;opacity:.4}
.p9qyx5c .uzppr + .uzppr::before{content:"›";margin-right:6px;opacity:.4}
.roe3950a .uzppr + .uzppr::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.wee2{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.jn02t2g{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.rfti8{display:flex;flex-direction:column;gap:3px}
.vxdwrft9{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.lgz7xct4{font-weight:700;font-size:1rem;color:var(--text-heading)}
.cp9yi0d{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.ef7vvhu .wee2{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.do4ezx .wee2{border-top:3px solid var(--accent);padding-top:18px}
.z2ciux .wee2{border-left:3px solid var(--accent);border-radius:0}
.t96ke6b .wee2{padding:20px 0}
@media(max-width:640px){
  .wee2{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .cp9yi0d{max-width:100%}
}
.nwale .qvimwbao{margin:0}
@media (max-width:560px){
  .j4pwi540{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .comg { padding: 28px 18px 20px; }
  .w0sb3ki { font-size: 1.2rem; }
  .n6cah { max-width: 220px; max-height: 80px; }
}
.jwcmm12z .ymb6 { border-radius: 22px; }
.qt7sv .mo12eld5 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ymb6 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ssgf {
  margin: 28px 0 24px;
}
.ssgf .z1329 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ssgf .wnbj0ln {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ssgf .mo12eld5 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .tc30y0ck { flex-direction: row-reverse; }
[dir="rtl"] .s8pzp { flex-direction: row-reverse; }
[dir="rtl"] .of65js .guzap5 { right: auto; left: 32px; }
[dir="rtl"] .d539  .guzap5 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .of65js .guzap5 { right: auto; left: 20px; }
  [dir="rtl"] .d539  .guzap5 { left: auto;  right: 20px; }
}
[dir="rtl"] .zj19ty .vzgmp4pf  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .dyavt .vzgmp4pf { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .wayq,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .hq7c94z, [dir="rtl"] .qt3c { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .doejv2iv { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .d547i6 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .gckofqf { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .mo12eld5 { direction: rtl; }
[dir="rtl"] .ejeiqc { direction: rtl; }
[dir="rtl"] .bloc79ex { direction: rtl; }
[dir="rtl"] .g4ut2l { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .j8ofwx2x .qt3c,
[dir="rtl"] .gkpaib .qt3c,
[dir="rtl"] .cb8m .qt3c,
[dir="rtl"] .ampmzej7 .qt3c {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .j8ofwx2x .qt3c li::before,
[dir="rtl"] .gkpaib .qt3c li::before,
[dir="rtl"] .cb8m .qt3c li::before,
[dir="rtl"] .ampmzej7 .qt3c li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .wayq.n3mha2ml .i4bzf { align-items: flex-end; text-align: right; }
[dir="rtl"] .wayq.xjmmx .i4bzf { text-align: center; }
[dir="rtl"] .wayq .i4bzf { text-align: right; }
[dir="rtl"] .wnbj0ln,
[dir="rtl"] .rjfduh,
[dir="rtl"] .auiwd,
[dir="rtl"] .lfcl51,
[dir="rtl"] .bxdx7fsy,
[dir="rtl"] .pgi2xg3,
[dir="rtl"] .qbtt,
[dir="rtl"] .bn66,
[dir="rtl"] .bc71dwy { text-align: right; direction: rtl; }
[dir="rtl"] .azimmn8 .bn66,
[dir="rtl"] .xpr1m0 .bn66 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #dc2660;
  --brand:           #dc2660;
  --brand-light:     #df5c86;
  --brand-pale:      #e39ab2;
  --grad-start:      #861539;
  --grad-end:        #c82055;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #f97316;
  --cta-light:       #f6a064;
  --cta-hover:       #fa8a3d;
  --bg-page:         #140409;
  --bg-surface:      #20070f;
  --bg-card:         #2d0a15;
  --bg-card-inner:   #390d1b;
  --bg-raised:       #451021;
  --bg-hover:        #521327;
  --border:          #62172f;
  --border-alt:      #7b1d3b;
  --border-section:  #62172f;
  --text-primary:    #e7e3e4;
  --text-muted:      #ad9ea2;
  --text-body:       #d0c7ca;
  --text-sub:        #ad9ea2;
  --text-faint:      #7c686f;
  --text-dim:        #605156;
  --text-label:      #968288;
  --text-value:      #c4b9bd;
  --accent-bg:       #2b1119;
  --accent-bg-light: #431826;
  --bg-tip:          #182616;
  --bg-warning:      #272115;
  --bg-info:         #161626;
  --bg-pros:         #182616;
  --bg-cons:         #261617;
  --c-pros:          #86f17e;
  --c-cons:          #e6898d;
  --c-pros-label:    #5bec50;
  --c-tip-border:    #3de82f;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #86f17e;
}
:root { --logo-bg-opacity: 56%; }
body, button, input { font-family: "Fira Sans", sans-serif; }
.lbsl .j5cqx { font-size: 0; width: 1.2rem; flex-shrink: 0; }.lbsl .j5cqx::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.lbsl .cnfsij1e     .j5cqx::before { content: "";  color: var(--c-tip-border); }.lbsl .i4ickq5 .j5cqx::before { content: ""; color: var(--c-warn-border); }.lbsl .pb8y4    .j5cqx::before { content: ""; color: #60a5fa; }.e9i2 .lbsl .cnfsij1e     .j5cqx::before { color: #10b981; }.e9i2 .lbsl .i4ickq5 .j5cqx::before { color: #f43f5e; }.e9i2 .lbsl .pb8y4    .j5cqx::before { color: #a855f7; }.avvge1r2  .lbsl .cnfsij1e     .j5cqx::before { color: #eab308; }.avvge1r2  .lbsl .i4ickq5 .j5cqx::before { color: #ef4444; }.avvge1r2  .lbsl .pb8y4    .j5cqx::before { color: #f97316; }.uk2qaib  .lbsl .cnfsij1e     .j5cqx::before { color: #38bdf8; }.uk2qaib  .lbsl .i4ickq5 .j5cqx::before { color: #818cf8; }.uk2qaib  .lbsl .pb8y4    .j5cqx::before { color: #2dd4bf; }.v7kx01oh .lbsl .j5cqx::before { color: var(--accent-light) !important; }
.lneuzlq .om52nq li::before, .lneuzlq .b2oam6n li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.lneuzlq .om52nq li::before { content: ""; }.lneuzlq .b2oam6n li::before { content: ""; }.lneuzlq .qa8ahidt::before, .lneuzlq .go4eeql2::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.lneuzlq .qa8ahidt::before { content: ""; }.lneuzlq .go4eeql2::before { content: ""; }
.el3nt .lsa3ph, .el3nt .wayq { min-height: 420px; }
.pycol2 .rlj3::after,.pycol2 .guzap5::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; }
.qxetgpp::before { content: '◆'; font-size: 0.5em; }