:root {
  --color-accent: #484fb7;
  --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;
}
.aui1 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.krdx {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.x447 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.xfhjnfjq { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.e5zj38 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.e5zj38 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.e5zj38 a:hover { color: var(--accent-light); }
.vkcys3     .yb12r { border-radius: 6px; }
.vkcys3 .yb12r li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.vkcys3 .yb12r li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.zbbey .yb12r li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .yb12r {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ua9p:hover .yb12r,
  .ua9p:focus-within .yb12r { display: block; }
  .yb12r li a { padding: 8px 16px; font-size: 0.88rem; }
}
.g9sj {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.cc4u { display: none; }
@media (max-width: 640px) {
  .cc4u {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .cc4u.z6cu { display: block; }
}
@media (max-width: 640px) {
  .g9sj { display: block; }
  .e5zj38 > li + li::before { display: none !important; }
  .e5zj38 {
    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;
  }
  .e5zj38.z6cu { display: flex; }
  .e5zj38 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .e5zj38 li:last-child a { border-bottom: none; }
}
.g3n1mu1y { min-height: 480px; }
.hwrfcqb {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.txkj { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.o0si1b .txkj { margin-left: 0; margin-right: 0; }
.o5xa {
  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;
}
.ctjb38f .o5xa { margin-top: 24px; }
.o5xa:hover { opacity: 0.88; }
.b7pbdf .hwrfcqb { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.b7pbdf .txkj { color: #e2e8f0; }
.b7pbdf.htap7 .dcr83ry2 { text-align: center; }
.ws1nyjn .hwrfcqb { color: var(--text-primary); text-shadow: none; }
.ws1nyjn .txkj { color: var(--text-muted); }
.ws1nyjn .o5xa { margin-top: 16px; }
.ws1nyjn, .ws1nyjn.g3n1mu1y { min-height: auto !important; }
.ws1nyjn.htap7 .dcr83ry2 { text-align: center; }
.ws1nyjn~.fewf177m{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}
.ws1nyjn~.fewf177m .gd24w7zc{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@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; }
}
.zj8ptp .hwrfcqb { color: #fff; }
.zj8ptp .txkj { color: rgba(255,255,255,0.85); }
.zj8ptp .o5xa { background: #fff; color: var(--cta); }
.zj8ptp .o5xa:hover { opacity: 0.92; }
.jb0o8nif .nkpdc { position: relative; overflow: hidden; }
.jb0o8nif .nkpdc::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;
}
.zsy1 .nkpdc {
  animation: hg-breathe 7s ease-in-out infinite;
}
.vbiyzq .nkpdc { position: relative; overflow: hidden; }
.vbiyzq .nkpdc::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;
}
.qtovee1 .nkpdc { position: relative; overflow: hidden; }
.qtovee1 .nkpdc::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;
}
.ysbox3y .nkpdc {
  animation: hg-fadein 1.2s ease-out both;
}
.nkpdc {
  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%);
}
.p9n50d7e {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.hjdb3ye5 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.oobd {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.nkpdc .hwrfcqb { text-shadow: none; color: var(--text-primary); }
.nkpdc .txkj { color: var(--text-muted); }
body.ial6ap .hwrfcqb {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.j6f0fvos .hwrfcqb {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.g3n1mu1y.zj8ptp .hwrfcqb,
section.zj8ptp .hwrfcqb {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.nkpdc.htap7 .p9n50d7e { align-items: center; text-align: center; }
.nkpdc.o0si1b   .p9n50d7e { align-items: flex-start; text-align: left; }
.y50y .hjdb3ye5 { position: relative; }
.y50y .hjdb3ye5::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.y50y.q5xr .hjdb3ye5::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.eagf9 .hjdb3ye5 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.eagf9 .oobd {
  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);
}
.eagf9.q5xr .hjdb3ye5 { padding: 32px 0 32px 32px; }
.pkef .hjdb3ye5 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.pkef .oobd {
  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);
}
.pkef .t1uh {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.q5xr .p9n50d7e {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.pkef.q5xr .hjdb3ye5 { padding: 40px 16px 40px 48px; }
.g3n1mu1y .l83fnpk {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.l83fnpk .iv2c.h6l90 {
  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;
}
.l83fnpk .iv2c.h6l90:hover { opacity: 0.85; }
.ok4roarh .hjdb3ye5 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .nkpdc { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .nkpdc:not(.ok4roarh) .hjdb3ye5 { display: none !important; }
  .ok4roarh .hjdb3ye5 { padding: 16px; }
  .p9n50d7e  { padding: 36px 24px; }
  .nkpdc~.fewf177m,.q5xr~.fewf177m{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .g3n1mu1y, .nkpdc { min-height: 320px !important; }
  .hwrfcqb { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .wvfxpvff,
  .qfomcf6,
  .a5zq { grid-template-columns: 1fr !important; }

  

  
  .k9vv { display: flex !important; flex-direction: column !important; }
  .k9vv .dcr83ry2 { display: contents; }
  .k9vv .nn7k76t { order: 0; }
  .k9vv .hwrfcqb { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .k9vv .wvfxpvff { order: 2; padding: 0 16px 12px !important; }
  .k9vv .txkj { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ctjb38f .dcr83ry2 { display: flex; flex-direction: column; }
  .ctjb38f .dcr83ry2 .hwrfcqb { order: 1; }
  .ctjb38f .dcr83ry2 .a5zq { order: 2; margin: 8px 0 24px !important; }
  .ctjb38f .dcr83ry2 .txkj { order: 3; }
  .ctjb38f .dcr83ry2 .o5xa { order: 4; align-self: center; margin-top: 0; }

  
  .nkpdc.ok4roarh {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .nkpdc.ok4roarh .p9n50d7e { display: contents; padding: 0; }
  .nkpdc.ok4roarh .p9n50d7e .hwrfcqb { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .nkpdc.ok4roarh .hjdb3ye5 { order: 2; padding: 12px 16px; }
  .nkpdc.ok4roarh .p9n50d7e .txkj { order: 3; padding: 0 24px; margin: 0 auto; }
  .nkpdc.ok4roarh .p9n50d7e .o5xa { order: 4; align-self: center; margin: 8px 0 32px; }
}
.et0txpf { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.i39uc4n { width: 100%; height: auto; display: block; border-radius: 10px; }
.vh6qc .et0txpf        { border-radius: 16px; }
.vh6qc .i39uc4n  { border-radius: 16px; }
.h6q6b .et0txpf         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.h6q6b .i39uc4n   { border-radius: 8px; }
.wil11 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.dtb4x { width: 100%; padding: 32px 0; position: relative; }
.el1pto { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.zu198l .dtb4x:nth-child(even) { background: var(--bg-surface); }
.zu198l .dtb4x:nth-child(odd)  { background: var(--bg-page); }
.br8c .dtb4x:nth-child(even) { background: var(--bg-card); }
.br8c .dtb4x:nth-child(odd)  { background: var(--bg-page); }
.zu198l .dtb4x:nth-child(odd)  .el1pto { background: var(--bg-card); border-radius: 6px; }
.zu198l .dtb4x:nth-child(even) .el1pto { background: var(--bg-raised); border-radius: 6px; }
.br8c .dtb4x:nth-child(odd)  .el1pto { background: var(--bg-card); border-radius: 6px; }
.br8c .dtb4x:nth-child(even) .el1pto { background: var(--bg-raised); border-radius: 6px; }
.zu198l .dtb4x:nth-child(even) .m6yiw .ifbvsvy1,
.br8c .dtb4x:nth-child(even) .m6yiw .ifbvsvy1 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.zu198l .dtb4x:nth-child(odd) .m6yiw .ifbvsvy1,
.br8c .dtb4x:nth-child(odd) .m6yiw .ifbvsvy1 { background: var(--bg-card-inner); }
.zu198l .dtb4x:nth-child(even) .zr3uc .ifbvsvy1:nth-child(odd),
.br8c .dtb4x:nth-child(even) .zr3uc .ifbvsvy1:nth-child(odd)  { background: var(--bg-card); }
.zu198l .dtb4x:nth-child(even) .zr3uc .ifbvsvy1:nth-child(even),
.br8c .dtb4x:nth-child(even) .zr3uc .ifbvsvy1:nth-child(even) { background: var(--bg-card-inner); }
h1.x2ry0l { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.x2ry0l {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.tbi7b { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.gcf2bu h2.x2ry0l {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ehlx4 h2.x2ry0l {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.mgwypeu h2.x2ry0l {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.wgncw h2.x2ry0l::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.wxjgr3p h2.x2ry0l {
  color: var(--text-primary); font-size: 1.7rem;
}
.yep22q h2.x2ry0l::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ac3u h2.x2ry0l {
  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;
}
.h352uuj { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .h352uuj { display: none; } }
.hg9smg { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.cwsjd { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.nlro {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.rkhdlb0 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.dz0dsv { padding-left: 20px; }
.dz0dsv li { margin-bottom: 6px; }
.dz0dsv a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.dz0dsv a:hover { color: var(--accent-light); }
.ihxg .rkhdlb0 { display: none; }
.p0he .rkhdlb0 { display: none; }
.p0he .dz0dsv { padding-left: 0; list-style: none; }
.p0he .dz0dsv li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.p0he .dz0dsv a { font-size: 0.92rem; }
.t01d .nlro { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.t01d .rkhdlb0 { display: none; }
.t01d .dz0dsv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.t01d .dz0dsv li { margin-bottom: 0; }
.t01d .dz0dsv 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;
}
.t01d .dz0dsv a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.tjema .nlro { padding: 20px 20px 16px; }
.tjema .dz0dsv {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.tjema .dz0dsv li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.tjema .dz0dsv 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;
}
.tjema .dz0dsv 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;
}
.tjema .dz0dsv a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.tjema .dz0dsv a:focus,
.tjema .dz0dsv a:focus-visible,
.tjema .dz0dsv a:target { outline: none; }
.tjema .dz0dsv li:target a { border-color: var(--border); color: var(--text-muted); }
.tuewj1 .nlro { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.tuewj1 .rkhdlb0 { display: none; }
.tuewj1 .dz0dsv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.tuewj1 .dz0dsv li { margin-bottom: 0; }
.tuewj1 .dz0dsv li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.tuewj1 .dz0dsv li:last-child::after { content: ""; margin-right: 0; }
.tuewj1 .dz0dsv a { font-size: 0.9rem; }
.ifbvsvy1 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.m6yiw .ifbvsvy1 { background: var(--bg-card); }
.zr3uc .ifbvsvy1:nth-child(odd)  { background: var(--bg-card); }
.zr3uc .ifbvsvy1:nth-child(even) { background: var(--bg-raised); }
.vaem98oj .ifbvsvy1 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.vaem98oj .ifbvsvy1:last-child { border-bottom: none; }
.vaem98oj h3.tbi7b { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.j354 .ifbvsvy1 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.j354 .ifbvsvy1 + .ifbvsvy1 { margin-top: 4px; }
.q4w7wk .ifbvsvy1 { background: none; border-radius: 0; padding: 12px 0; }
.q4w7wk .ifbvsvy1 + .ifbvsvy1 { border-top: 1px solid var(--border-section); }
.iegvf4 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.u8aqo { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ert2gwp { color: var(--text-body); margin-bottom: 10px; }
.vteqjn0n, .uf0a2q { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.vteqjn0n li, .uf0a2q li { margin-bottom: 6px; }
.uf0a2q li { list-style: decimal; }
.n72l2     .vteqjn0n { list-style-type: "● "; }
.vhk14s  .vteqjn0n { list-style-type: "■ "; }
.eiztli .vteqjn0n { list-style-type: "◆ "; }
.zm5mn2od    .vteqjn0n { list-style-type: "★ "; }
.n72l2     .i72d { list-style-type: "● "; }
.vhk14s  .i72d { list-style-type: "■ "; }
.eiztli .i72d { list-style-type: "◆ "; }
.zm5mn2od    .i72d { list-style-type: "★ "; }
.n72l2    .vteqjn0n li::marker, .n72l2    .i72d li::marker,
.vhk14s .vteqjn0n li::marker, .vhk14s .i72d li::marker,
.eiztli .vteqjn0n li::marker, .eiztli .i72d li::marker,
.zm5mn2od   .vteqjn0n li::marker, .zm5mn2od   .i72d li::marker {
  color: var(--cta); font-size: 1em;
}
.n72l2 .uf0a2q,
.vhk14s .uf0a2q,
.eiztli .uf0a2q,
.zm5mn2od .uf0a2q {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.n72l2 .uf0a2q li,
.vhk14s .uf0a2q li,
.eiztli .uf0a2q li,
.zm5mn2od .uf0a2q li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.n72l2 .uf0a2q li::before,
.vhk14s .uf0a2q li::before,
.eiztli .uf0a2q li::before,
.zm5mn2od .uf0a2q 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;
}
.n72l2     .uf0a2q li::before { border-radius: 50%; }
.vhk14s  .uf0a2q li::before { border-radius: 3px; }
.eiztli .uf0a2q li::before { border-radius: 3px; }
.zm5mn2od    .uf0a2q li::before { border-radius: 50%; }
.mnr8ob { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.ff0a6n .mnr8ob,
.qmy9ln6 .mnr8ob { background: transparent; border: none; border-radius: 0; }
.rsh789 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.rsh789 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.rsh789 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.rsh789 tr:hover td { background: var(--bg-hover); }
.a9l747s .rsh789 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.wtds .rsh789 { border: 1px solid var(--border-alt); }
.wtds .rsh789 th,
.wtds .rsh789 td { border: 1px solid var(--border-alt); }
.utia .rsh789 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.utia .rsh789 td { border-bottom: none; }
.utia .rsh789 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.qq0zze .rsh789 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.qx1lj1z .mnr8ob {
  overflow: hidden;
}
.qx1lj1z .rsh789 th { border-bottom: 1px solid var(--border-alt); }
.qx1lj1z .rsh789 tr:last-child td { border-bottom: none; }
.afwae9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.f8uwsn { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.qa65ryz { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.m4p7w { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.goin { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.i72d { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.i72d 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%}
.jzk1x7g .m4p7w { background: transparent; text-align: center; }
.lv15p1i .qa65ryz {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.ogvrsjes .qa65ryz {
  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);
}
.r2r7z .f8uwsn { display: grid; grid-template-columns: auto 1fr; }
.r2r7z .qa65ryz {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.r2r7z .m4p7w { grid-column: 2; }
.r2r7z .goin,
.r2r7z .i72d { grid-column: 1 / -1; }
.d4ww .f8uwsn { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.d4ww .qa65ryz {
  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);
}
.d4ww .m4p7w { grid-column: 2; }
.d4ww .goin,
.d4ww .i72d { grid-column: 1 / -1; }
.tn3s .f8uwsn { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.tn3s .m4p7w { background: none; color: var(--accent-light); font-weight: 700; }
.v10yo .f8uwsn { 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); }
.v10yo .m4p7w { background: none; color: var(--accent-light); font-weight: 700; }
.ny8iv .f8uwsn { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ny8iv .f8uwsn:last-child { border-bottom: none; }
.ny8iv .m4p7w { background: none; color: var(--accent-light); font-weight: 700; }
.fbbes .f8uwsn { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.fbbes .m4p7w { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ccju .afwae9 { counter-reset: card-n; }
.ccju .f8uwsn  { counter-increment: card-n; }
.ccju .m4p7w { display: flex; align-items: center; gap: 10px; }
.ccju .m4p7w::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;
}
.xjz1lyl5 .f8uwsn { background: var(--bg-surface); border: 1px solid var(--border); }
.xjz1lyl5 .m4p7w { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.n253 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ft3hf  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.rqlp6 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.we6zba { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.n253 strong { color: var(--text-primary); font-size: 0.95rem; }
.n253 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.v0baw7e { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.oc95, .tr11it { border-radius: 8px; padding: 14px; }
.oc95 { background: var(--bg-pros); }
.tr11it { background: var(--bg-cons); }
.dzig7cy { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.oc95 .dzig7cy { color: var(--c-pros-label); }
.tr11it .dzig7cy { color: #f87171; }
.oc95 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.tr11it ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.i39uc4n { width: 100%; height: auto; border-radius: 10px; display: block; }
.h6l90 {
  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;
}
.h6l90:hover { opacity: 0.85; }
.hpjtkaj .h6l90  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.hpjtkaj .h6l90:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.bqm0nyb7 .h6l90  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.bqm0nyb7 .h6l90:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.rnwm3wvd .o5xa { border-radius: 50px; }
.rnwm3wvd .h6l90  { border-radius: 50px; }
.fgx4l .o5xa { padding-left: 22px; padding-right: 22px; }
.fgx4l .h6l90  { padding-left: 12px; padding-right: 12px; }
.l3bq64i .o5xa { padding-left: 44px; padding-right: 44px; }
.l3bq64i .h6l90  { padding-left: 24px; padding-right: 24px; }
.tdraps .o5xa { padding-left: 56px; padding-right: 56px; }
.tdraps .h6l90  { padding-left: 32px; padding-right: 32px; }
.filz2x   .o5xa::after, .filz2x   .h6l90::after,
.mf1m04w1 .o5xa::after, .mf1m04w1 .h6l90::after,
.t9sv96t    .o5xa::after, .t9sv96t    .h6l90::after,
.bzxf7oa    .o5xa::after, .bzxf7oa    .h6l90::after,
.wdqv0o    .o5xa::after, .wdqv0o    .h6l90::after,
.f09j7     .o5xa::after, .f09j7     .h6l90::after,
.vbe5226j    .o5xa::after, .vbe5226j    .h6l90::after,
.ksdd8wl   .o5xa::after, .ksdd8wl   .h6l90::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;
}
.filz2x .o5xa::after, .filz2x .h6l90::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");
}
.mf1m04w1 .o5xa::after, .mf1m04w1 .h6l90::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");
}
.t9sv96t .o5xa::after, .t9sv96t .h6l90::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");
}
.bzxf7oa .o5xa::after, .bzxf7oa .h6l90::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");
}
.wdqv0o .o5xa::after, .wdqv0o .h6l90::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");
}
.f09j7 .o5xa::after, .f09j7 .h6l90::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");
}
.vbe5226j .o5xa::after, .vbe5226j .h6l90::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");
}
.ksdd8wl .o5xa::after, .ksdd8wl .h6l90::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");
}
.f0d0knc   .clpiqt1o::after, .f0d0knc   .gnmj::after,
.u0hh .clpiqt1o::after, .u0hh .gnmj::after,
.rt3f3j    .clpiqt1o::after, .rt3f3j    .gnmj::after,
.hq4izme    .clpiqt1o::after, .hq4izme    .gnmj::after,
.cz5l9d    .clpiqt1o::after, .cz5l9d    .gnmj::after,
.faoav     .clpiqt1o::after, .faoav     .gnmj::after,
.pqxljy    .clpiqt1o::after, .pqxljy    .gnmj::after,
.z2cy   .clpiqt1o::after, .z2cy   .gnmj::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;
}
.f0d0knc .clpiqt1o::after, .f0d0knc .gnmj::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");
}
.u0hh .clpiqt1o::after, .u0hh .gnmj::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");
}
.rt3f3j .clpiqt1o::after, .rt3f3j .gnmj::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");
}
.hq4izme .clpiqt1o::after, .hq4izme .gnmj::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");
}
.cz5l9d .clpiqt1o::after, .cz5l9d .gnmj::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");
}
.faoav .clpiqt1o::after, .faoav .gnmj::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");
}
.pqxljy .clpiqt1o::after, .pqxljy .gnmj::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");
}
.z2cy .clpiqt1o::after, .z2cy .gnmj::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");
}
.iv2c.h6l90 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .s3qjf {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .s3qjf::before    { grid-area: rank;   }
  .dqgudj8b           { grid-area: ident;  }
  .tdqld     { grid-area: rating; min-width: 0; width: auto; }
  .yidaxcdy           { grid-area: pills;  }
  .iv2c             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .s3qjf {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .s3qjf::before    { justify-self: center; }
  .dqgudj8b           { width: 100%; }
  .tdqld     { justify-self: center; }
  .yidaxcdy           { grid-template-columns: 1fr; }
}
.p4pj .i97jm5 li::before { content: "→"; }
.p4pj .yw6cyndb li::before { content: "–"; }
@media (min-width: 860px) {
  .oburjcj .rdco {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .oburjcj .t52a { margin: 0; }
}
.f0t80 .t52a { border-top: 4px solid var(--accent); }
.f0t80 .igbndr { background: var(--bg-card); }
.qmy9ln6 .v0baw7e { gap: 10px; }
.qmy9ln6 .oc95, .qmy9ln6 .tr11it { padding: 12px; }
.qmy9ln6 .oc95 ul, .qmy9ln6 .tr11it ul { margin: 4px 0 0; padding-left: 18px; }
.qmy9ln6 .oc95 li, .qmy9ln6 .tr11it li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .qf038m { grid-template-columns: 1fr; }
  .line3 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .line3 .jkxx { width: 72px; height: 50px; }
  .line3 .d34ei { max-width: 180px; }
  .line3 .h5wadieq { width: auto; }
}
@media (max-width: 720px) {
  .hli5faf { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .av65up { padding: 16px; }
  .xbn5jr .ee81ozcj { min-width: 50%; }
}
.wbi1ton .v0baw7e { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .u2c9ic6 { grid-template-columns: 1fr; }
  .yr2oh { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .n8vq7x { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .snfi70 { flex-wrap: wrap; padding: 16px; }
}
.dogsb .v0baw7e { gap: 8px; }
.dogsb .oc95, .dogsb .tr11it { padding: 8px; }
@media (max-width: 480px) {
  .kkwu1m { flex-direction: column; align-items: stretch; }
}
.bh4xfxka .h5wadieq .h6l90 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .znkc24zv { flex-direction: column; align-items: stretch; gap: 10px; }
  .bh4xfxka .h5wadieq { text-align: center; }
}
@media (max-width: 720px) {
  .gnprtre { grid-template-columns: 1fr; }
  .iuxd8c6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ni1k { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .dslf9 { grid-template-columns: 1fr; }
  .mi91xj01 { width: 100px; height: 100px; margin: 16px auto; }
  .cajnvb { font-size: 1.4rem; }
  .ag2ts { justify-content: center; }
  .np1o6e .ee81ozcj { min-width: 50%; }
}
.gzijy00 .v0baw7e { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .bgfr { flex-wrap: wrap; padding: 14px 16px; }
  .rl15v { padding: 12px 16px; }
  .gzijy00 .v0baw7e { margin: 0 16px; }
  .gzijy00 .vick { padding: 0 16px; }
  .j0cnzc0l { padding: 12px 16px; }
}
.z3697ja .yidaxcdy .z9t8q {
  background: transparent; padding: 4px 8px;
}
.z3697ja .yidaxcdy .r1rxm { font-size: .65rem; opacity: .65; }
.z3697ja .yidaxcdy .dygb1   { font-size: 1.15rem; color: var(--accent-light); }
.hvnla .f3mjqu,
.hvnla .w08q,
.hvnla .w08q {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.hvnla .w08q small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.hvnla .pdbi .qpbsh6g,
.hvnla .pdbi strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.hvnla .hrm01izu,
.hvnla .nb2u1czs { font-size: 1em; }
.jy18n1 { margin: 16px 0; }
.tbmqx { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.tbmqx summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.tbmqx summary::after { content: "+"; color: var(--accent-light); }
.tbmqx[open] summary::after { content: "−"; }
.tbmqx p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.dtb4x { margin-bottom: 0; }
.ze1cu h2.x2ry0l { color: var(--text-primary); border-color: var(--accent-light); }
.jnom4p h2.x2ry0l { color: var(--text-primary); border-color: var(--accent-light); }
.sima1 .ft3hf     { background: #052e16; border-color: #10b981; }
.sima1 .rqlp6    { background: #1e1036; border-color: #a855f7; }
.sima1 .n253 strong  { color: #f1f5f9; }
.sima1 .n253 p       { color: #cbd5e1; }
.sima1 .eunns    .ft3hf     .we6zba::before,
.sima1 .u1ie0r  .ft3hf     .we6zba::before,
.sima1 .av3xpdb  .ft3hf     .we6zba::before,
.sima1 .orrd .ft3hf     .we6zba::before { color: #10b981; }
.sima1 .eunns    .pspzj .we6zba::before,
.sima1 .u1ie0r  .pspzj .we6zba::before,
.sima1 .av3xpdb  .pspzj .we6zba::before,
.sima1 .orrd .pspzj .we6zba::before { color: #f43f5e; }
.sima1 .eunns    .rqlp6    .we6zba::before,
.sima1 .u1ie0r  .rqlp6    .we6zba::before,
.sima1 .av3xpdb  .rqlp6    .we6zba::before,
.sima1 .orrd .rqlp6    .we6zba::before { color: #a855f7; }
.bajm .ft3hf     { background: #2d2000; border-color: #eab308; }
.bajm .rqlp6    { background: #2d1600; border-color: #f97316; }
.bajm .n253 strong  { color: #f1f5f9; }
.bajm .n253 p       { color: #cbd5e1; }
.bajm .eunns    .ft3hf     .we6zba::before,
.bajm .u1ie0r  .ft3hf     .we6zba::before,
.bajm .av3xpdb  .ft3hf     .we6zba::before,
.bajm .orrd .ft3hf     .we6zba::before { color: #eab308; }
.bajm .eunns    .pspzj .we6zba::before,
.bajm .u1ie0r  .pspzj .we6zba::before,
.bajm .av3xpdb  .pspzj .we6zba::before,
.bajm .orrd .pspzj .we6zba::before { color: #ef4444; }
.bajm .eunns    .rqlp6    .we6zba::before,
.bajm .u1ie0r  .rqlp6    .we6zba::before,
.bajm .av3xpdb  .rqlp6    .we6zba::before,
.bajm .orrd .rqlp6    .we6zba::before { color: #f97316; }
.rls4m5 .ft3hf     { background: #0c1a2e; border-color: #38bdf8; }
.rls4m5 .rqlp6    { background: #0a2020; border-color: #2dd4bf; }
.rls4m5 .n253 strong  { color: #f1f5f9; }
.rls4m5 .n253 p       { color: #cbd5e1; }
.rls4m5 .eunns    .ft3hf     .we6zba::before,
.rls4m5 .u1ie0r  .ft3hf     .we6zba::before,
.rls4m5 .av3xpdb  .ft3hf     .we6zba::before,
.rls4m5 .orrd .ft3hf     .we6zba::before { color: #38bdf8; }
.rls4m5 .eunns    .pspzj .we6zba::before,
.rls4m5 .u1ie0r  .pspzj .we6zba::before,
.rls4m5 .av3xpdb  .pspzj .we6zba::before,
.rls4m5 .orrd .pspzj .we6zba::before { color: #818cf8; }
.rls4m5 .eunns    .rqlp6    .we6zba::before,
.rls4m5 .u1ie0r  .rqlp6    .we6zba::before,
.rls4m5 .av3xpdb  .rqlp6    .we6zba::before,
.rls4m5 .orrd .rqlp6    .we6zba::before { color: #2dd4bf; }
.rp2f2 .ft3hf     { background: var(--accent-bg); border-color: var(--accent-light); }
.rp2f2 .rqlp6    { background: var(--accent-bg); border-color: var(--accent-pale); }
.rp2f2 .eunns    .we6zba::before,
.rp2f2 .u1ie0r  .we6zba::before,
.rp2f2 .av3xpdb  .we6zba::before,
.rp2f2 .orrd .we6zba::before { color: var(--accent-light) !important; }
.c78s::before,
.k2yo4tw::before { margin-right: 5px; }
.d4m645ds .oc95 ul li,
.d4m645ds .oc95 .c78s { color: #22c55e; }
.d4m645ds .tr11it ul li,
.d4m645ds .tr11it .k2yo4tw { color: #ef4444; }
.gruz8bw .oc95 { background: var(--bg-pros); }
.gruz8bw .tr11it { background: var(--bg-cons); }
.gruz8bw .oc95 .c78s { color: var(--c-pros-label); }
.gruz8bw .tr11it .k2yo4tw { color: var(--c-cons); }
.gruz8bw .oc95 ul li,
.gruz8bw .i97jm5 li            { color: var(--c-pros); }
.gruz8bw .tr11it ul li,
.gruz8bw .yw6cyndb li            { color: var(--c-cons); }
.qtd88ye4 .oc95 { background: var(--bg-pros); }
.qtd88ye4 .tr11it { background: var(--bg-cons); }
.qtd88ye4 .oc95 .c78s { color: var(--c-pros-label); }
.qtd88ye4 .tr11it .k2yo4tw { color: var(--c-cons); }
.qtd88ye4 .oc95 ul li,
.qtd88ye4 .tr11it ul li,
.zsif .c78s::before { content: "✓ "; }
.zsif .k2yo4tw::before { content: "✗ "; }
.p4pj .c78s::before { content: "→ "; }
.p4pj .k2yo4tw::before { content: "← "; }
.yhy91oe .c78s::before { content: "★ "; }
.yhy91oe .k2yo4tw::before { content: "✕ "; }
.p3pkrpq .c78s::before { content: "◆ "; }
.p3pkrpq .k2yo4tw::before { content: "▲ "; }
.xnvzd .n253 { background: transparent; border-left: none; border: 1.5px solid; }
.xnvzd .ft3hf     { border-color: var(--c-tip-border); }
.xnvzd .rqlp6    { border-color: #60a5fa; }
.xnvzd .n253 strong { color: var(--text-primary); }
.xnvzd .n253 p      { color: var(--text-muted); }
.jh9t45tl .n253 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.jh9t45tl .ft3hf     { border-top-color: var(--c-tip-border); }
.jh9t45tl .rqlp6    { border-top-color: #60a5fa; }
.hiyejv3u .n253 { border-left: none; border-radius: 8px; }
.hiyejv3u .ft3hf     { background: #065f46; }
.hiyejv3u .rqlp6    { background: #1e3a8a; }
.hiyejv3u .n253 strong,
.hiyejv3u .n253 p { color: #fff; }
.hiyejv3u .we6zba::before { color: rgba(255,255,255,0.85) !important; }
.sima1.hiyejv3u .ft3hf,
.sima1 .hiyejv3u .ft3hf     { background: #052e16; }
.sima1.hiyejv3u .rqlp6,
.sima1 .hiyejv3u .rqlp6    { background: #1e1036; }
.bajm.hiyejv3u .ft3hf,
.bajm .hiyejv3u .ft3hf      { background: #2d2000; }
.bajm.hiyejv3u .rqlp6,
.bajm .hiyejv3u .rqlp6     { background: #2d1600; }
.rls4m5.hiyejv3u .ft3hf,
.rls4m5 .hiyejv3u .ft3hf      { background: #0c1a2e; }
.rls4m5.hiyejv3u .rqlp6,
.rls4m5 .hiyejv3u .rqlp6     { background: #0a2020; }
.vetlv3t .n253 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.vetlv3t .ft3hf     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.vetlv3t .pspzj { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.vetlv3t .rqlp6    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.vetlv3t .n253 strong { color: var(--text-primary); }
.vetlv3t .n253 p      { color: var(--text-muted); }
.w1epqhz .n253 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.eunns .we6zba,
.u1ie0r .we6zba,
.av3xpdb .we6zba,
.orrd .we6zba { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.eunns .we6zba::before,
.u1ie0r .we6zba::before,
.av3xpdb .we6zba::before,
.orrd .we6zba::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.eunns .ft3hf     .we6zba::before { content: "✦"; color: var(--c-tip-border); }
.eunns .pspzj .we6zba::before { content: "▲"; color: var(--c-warn-border); }
.eunns .rqlp6    .we6zba::before { content: "◉"; color: #60a5fa; }
.u1ie0r .ft3hf     .we6zba::before { content: "★"; color: var(--c-tip-border); }
.u1ie0r .pspzj .we6zba::before { content: "◆"; color: var(--c-warn-border); }
.u1ie0r .rqlp6    .we6zba::before { content: "●"; color: #60a5fa; }
.av3xpdb .ft3hf     .we6zba::before { content: "▶"; color: var(--c-tip-border); }
.av3xpdb .pspzj .we6zba::before { content: "■"; color: var(--c-warn-border); }
.av3xpdb .rqlp6    .we6zba::before { content: "▸"; color: #60a5fa; }
.orrd .ft3hf     .we6zba::before { content: "→"; color: var(--c-tip-border); }
.orrd .pspzj .we6zba::before { content: "⬥"; color: var(--c-warn-border); }
.orrd .rqlp6    .we6zba::before { content: "◈"; color: #60a5fa; }
.finrnx24 .m6yiw .ifbvsvy1,
.finrnx24 .zr3uc .ifbvsvy1  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.finrnx24 .f8uwsn                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.finrnx24 .mnr8ob          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.finrnx24 .nlro                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ycx2590 .m6yiw .ifbvsvy1,
.ycx2590 .zr3uc .ifbvsvy1,
.ycx2590 .f8uwsn,
.ycx2590 .s3qjf,
.ycx2590 .t52a,
.ycx2590 .mnr8ob,
.ycx2590 .nlro,
.ycx2590 .w1epqhz .n253 { box-shadow: none; }
.n40x   .ert2gwp, .n40x .iegvf4, .n40x .u8aqo,
.n40x   .hg9smg, .n40x .cwsjd { font-size: 0.9rem; }
.n40x   .vteqjn0n, .n40x .uf0a2q { font-size: 0.9rem; }
.yno5o7td   .ert2gwp, .yno5o7td .iegvf4, .yno5o7td .u8aqo,
.yno5o7td   .hg9smg, .yno5o7td .cwsjd { font-size: 0.95rem; }
.yno5o7td   .vteqjn0n, .yno5o7td .uf0a2q { font-size: 0.95rem; }
.ivc1   .ert2gwp, .ivc1 .iegvf4, .ivc1 .u8aqo,
.ivc1   .hg9smg, .ivc1 .cwsjd { font-size: 1.08rem; }
.ivc1   .vteqjn0n, .ivc1 .uf0a2q { font-size: 1.05rem; }
.ivc1   .rsh789 { font-size: 0.97rem; }
.pf9deq .hwrfcqb      { font-size: 3.2rem; }
.pf9deq h2.x2ry0l { font-size: 1.9rem; }
.pf9deq h3.tbi7b     { font-size: 1.4rem; }
.d0sr .hwrfcqb      { font-size: 3.8rem; }
.d0sr h2.x2ry0l { font-size: 2.2rem; }
.d0sr h3.tbi7b     { font-size: 1.6rem; }
.dtb4x + .dtb4x { position: relative; }
.xdngm   .dtb4x + .dtb4x::before,
.zb1q0f  .dtb4x + .dtb4x::before,
.ee9lq32   .dtb4x + .dtb4x::before,
.r2swaz0b   .dtb4x + .dtb4x::before,
.kwxp   .dtb4x + .dtb4x::before,
.s24xj .dtb4x + .dtb4x::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xdngm .dtb4x + .dtb4x::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.zb1q0f .dtb4x + .dtb4x::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ee9lq32 .dtb4x + .dtb4x::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;
}
.r2swaz0b .dtb4x + .dtb4x::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.sc00 .dtb4x { margin-bottom: 16px; }
.sc00 .dtb4x + .dtb4x { margin-top: 0; }
.sc00 .el1pto { padding-top: 0; padding-bottom: 0; }
.kwxp .dtb4x + .dtb4x::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.s24xj .dtb4x + .dtb4x::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.j3nzar71 .dtb4x + .dtb4x::before,
.st843b2c .dtb4x + .dtb4x::before,
.e1balc .dtb4x + .dtb4x::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%;
}
.zu198l .j3nzar71 .dtb4x:nth-child(even)::before,
.zu198l .st843b2c .dtb4x:nth-child(even)::before,
.zu198l .e1balc .dtb4x:nth-child(even)::before { background: var(--bg-surface); }
.br8c .j3nzar71 .dtb4x:nth-child(even)::before,
.br8c .st843b2c .dtb4x:nth-child(even)::before,
.br8c .e1balc .dtb4x:nth-child(even)::before { background: var(--bg-card); }
.j3nzar71 .dtb4x + .dtb4x::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");
}
.st843b2c .dtb4x + .dtb4x::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");
}
.e1balc .dtb4x + .dtb4x::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");
}
.atsa .p9n50d7e,
.kf9jdx .p9n50d7e { padding-bottom: 60px; }
.u5yf .p9n50d7e { padding-bottom: 70px; }
.r3dy .nkpdc { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.dvsofds9 .nkpdc { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.pw7k .nkpdc { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.sq4n4a .nkpdc { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.o984k6u .zj8ptp { background: var(--accent); }
.o984k6u .zj8ptp .nn7k76t { background: none; }
.o984k6u .t1uh { background: var(--accent); }
.o984k6u .nkpdc { background: var(--accent-bg); }
.o984k6u .b7pbdf:not(.zj8ptp) .nn7k76t { background: rgba(0,0,0,0.6); }
.gauh .et0txpf { float: left; width: 38%; margin: 0 28px 16px 0; }
.gauh .et0txpf .i39uc4n { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.gauh .el1pto::after { content: ''; display: block; clear: both; }
.ug7uned8 .et0txpf { float: right; width: 38%; margin: 0 0 16px 28px; }
.ug7uned8 .et0txpf .i39uc4n { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ug7uned8 .el1pto::after { content: ''; display: block; clear: both; }
.vt5am .dtb4x:nth-child(odd)  .et0txpf { float: left;  width: 38%; margin: 0 28px 16px 0; }
.vt5am .dtb4x:nth-child(even) .et0txpf { float: right; width: 38%; margin: 0 0 16px 28px; }
.vt5am .et0txpf .i39uc4n { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vt5am .el1pto::after { content: ''; display: block; clear: both; }
.gauh .afwae9,
.ug7uned8 .afwae9,
.vt5am .afwae9,
@media (max-width: 900px) {
  .gauh .et0txpf,
  .ug7uned8 .et0txpf,
  .vt5am .dtb4x:nth-child(odd)  .et0txpf,
  .vt5am .dtb4x:nth-child(even) .et0txpf {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .gauh .et0txpf .i39uc4n,
  .ug7uned8 .et0txpf .i39uc4n,
  .vt5am .et0txpf .i39uc4n {
    max-height: none !important;
  }
}
.gauh .vteqjn0n,
.gauh .uf0a2q,
.ug7uned8 .vteqjn0n,
.ug7uned8 .uf0a2q,
.vt5am .vteqjn0n,
.vt5am .uf0a2q { overflow: hidden; }
@media (max-width: 640px) {
  .gauh .et0txpf,
  .ug7uned8 .et0txpf,
  .vt5am .et0txpf { float: none; width: 100%; margin: 0 0 16px 0; }
}
.jm5zkyd .wil11,
.jm5zkyd .el1pto,
.jm5zkyd .z24qf6i  { max-width: 1100px; }
.fjzfbr .wil11,
.fjzfbr .el1pto,
.fjzfbr .z24qf6i  { max-width: 1200px; }
.fjzfbr { --content-mw: 1200px; }
.n73xrxz6 .wil11,
.n73xrxz6 .el1pto,
.n73xrxz6 .z24qf6i  { max-width: 1320px; }
.ol9v5 { font-size: 0.82rem; color: var(--text-muted); }
.cj1appw { display: flex; align-items: center; }
.hjii4 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.qhkifamb { display: flex; align-items: center; }
.w2mnx2 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.w2mnx2:hover { text-decoration: underline; }
.azp6 { margin: 0 3px; opacity: 0.45; }
.azp6::before { content: '/'; }
.kp149 { padding: 2px 5px; color: var(--text-main); }
.y63mnzpc .ol9v5 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.y63mnzpc .cj1appw { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.aavt .ol9v5 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.aavt .cj1appw { padding: 0 0 0 12px; }
.rg6t82d .cj1appw { padding: 0 16px; }
.rg6t82d .ol9v5 {
  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);
}
.rg6t82d .wil11 { padding-top: 28px; }
@media (max-width: 720px) {
  .ipethi { margin-top: 18px; padding: 0 16px; }
  .rg6t82d .wil11 { padding-top: 16px; }
}
.jm5zkyd.y63mnzpc .cj1appw { max-width: 1100px; }
.fjzfbr.y63mnzpc .cj1appw { max-width: 1200px; }
.n73xrxz6.y63mnzpc .cj1appw { max-width: 1320px; }
.fjzfbr .ipethi { max-width: 1200px; }
.g68s9 .dtb4x { padding-top: 16px; padding-bottom: 16px; }
.e39q .dtb4x { padding-top: 24px; padding-bottom: 24px; }
.qifih9 .dtb4x { padding-top: 40px; padding-bottom: 40px; }
.ioozl2y6 .dtb4x { padding-top: 52px; padding-bottom: 52px; }
.zkrgoj4o .dtb4x:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.zkrgoj4o .dtb4x:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.zkrgoj4o .dtb4x:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.zkrgoj4o .dtb4x:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.pwo1axt .el1pto { padding-top: 10px;  padding-bottom: 10px; }
.mxd5mhsc .el1pto { padding-top: 18px;  padding-bottom: 18px; }
.eysuiz .el1pto { padding-top: 36px;  padding-bottom: 36px; }
.i1r9z2pr .el1pto { padding-top: 48px;  padding-bottom: 48px; }
.ftq1 h2.x2ry0l { font-weight: 600; }
.ftq1 h3.tbi7b     { font-weight: 600; }
.a0auc h2.x2ry0l { font-weight: 800; }
.a0auc h3.tbi7b     { font-weight: 700; }
.p0xwm7lm h2.x2ry0l { font-weight: 900; }
.p0xwm7lm h3.tbi7b     { font-weight: 800; }
.p0xwm7lm .n253 strong,
.p0xwm7lm .n253 strong { font-weight: 600; }
.clpiqt1o {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qjzxdp8 .clpiqt1o { display: none; }
@media (max-width: 640px) {
  .vq23jn { display: none; }
  .clpiqt1o {
    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;
  }
}
.clpiqt1o { background: var(--cta) !important; color: #fff !important; border: none !important; }
.clpiqt1o:hover { opacity: 0.85; }
.u9jjgv88 .clpiqt1o { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.sydk5 .clpiqt1o,
.tteu7fo  .clpiqt1o { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.sydk5 .clpiqt1o:hover,
.tteu7fo  .clpiqt1o:hover { opacity: 0.88; }
.u9jjgv88.sydk5 .clpiqt1o,
.u9jjgv88.tteu7fo  .clpiqt1o { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.gnmj {
  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;
}
.gnmj:hover { transform: translateY(-2px); opacity: 0.92; }
.gnmj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.n2kw9uv .gnmj { display: none; }
.uaguro26 .gnmj { right: 32px; }
.xemw  .gnmj { left: 32px; }
@media (max-width: 480px) {
  .uaguro26 .gnmj { right: 20px; bottom: 20px; }
  .xemw  .gnmj { left: 20px; bottom: 20px; }
}
.gfkcq { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.z24qf6i { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.b5tk { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.rhz9f { color: var(--text-dim); font-size: 0.8rem; }
.lt7ji { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.lt7ji img { height: 26px; width: auto; object-fit: contain; }
.m1qcu9z a, .nc6nhjb a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.m1qcu9z a:hover, .nc6nhjb a:hover { color: var(--accent-light); }
.nc6nhjb { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.tw7w69 .z24qf6i { text-align: center; }
.tw7w69 .nc6nhjb { justify-content: center; margin-bottom: 16px; }
.tw7w69 .b5tk { margin-top: 0; }
.cehzl0 { margin-top: 10px; }
.cehzl0 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .z24qf6i { padding-left: 16px; padding-right: 16px; }
  .bl1ltc72 .z24qf6i { padding: 20px 16px; }
  .nc6nhjb { gap: 4px 12px; }
  .b5tk { font-size: 0.78rem; }
}
.jxsn0b .p4bkd5c .lt7ji { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.jxsn0b .b5tk { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.jxsn0b .rhz9f { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .jxsn0b .c9xtk7c1 { grid-template-columns: 1fr 1fr; } .jxsn0b .p4bkd5c { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jxsn0b .c9xtk7c1 { grid-template-columns: 1fr; } }
.eldx9evh .lt7ji { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.eldx9evh .b5tk { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .eldx9evh .oqmad { gap: 12px; } .eldx9evh .lt7ji { margin-right: 0; width: 100%; } }
.waldzc .ip57g .lt7ji { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.waldzc .b5tk { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.waldzc .rhz9f { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .waldzc .k1q2h1 { grid-template-columns: 1fr 1fr; } .waldzc .ip57g { grid-column: 1 / -1; } }
@media (max-width: 480px) { .waldzc .k1q2h1 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ch8d8 .bo25par { grid-template-columns: 1fr 1fr; } .ch8d8 .bo0j:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ch8d8 .bo25par { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .kyou .bo25par { grid-template-columns: 1fr; } }
.ybf0 .z24qf6i { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ybf0 .nc6nhjb { justify-content: center; }
.w6ktp7 .aui1      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.w6ktp7 .gfkcq { background: var(--bg-page); border-top-color: var(--border-alt); }
.eydtm .aui1      { background: #0d1117; border-bottom-color: #21262d; }
.eydtm .x447 { color: var(--accent-light); }
.eydtm .e5zj38 { --msep-color: #8b949e; }
.eydtm .e5zj38 a { color: #8b949e; }
.eydtm .e5zj38 a:hover { color: var(--accent-light); }
.eydtm .g9sj { color: #8b949e; }
.eydtm .gfkcq { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.eydtm .b5tk,
.eydtm .rhz9f { color: #6e7681; }
.eydtm .m1qcu9z a, .eydtm .nc6nhjb a,
.eydtm .lt7ji { color: #e6edf3; }
.eydtm .m1qcu9z a:hover, .eydtm .nc6nhjb a:hover,
@media (max-width: 640px) {
  .eydtm .e5zj38 { background: #0d1117; border-top-color: #21262d; }
  .eydtm .e5zj38 li a { border-bottom-color: #21262d; }
}
.t7qgv .aui1      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.t7qgv .x447 { color: var(--accent-light); }
.t7qgv .e5zj38 { --msep-color: #475569; }
.t7qgv .e5zj38 a { color: #475569; }
.t7qgv .e5zj38 a:hover { color: var(--accent-light); }
.t7qgv .g9sj { color: #64748b; }
.t7qgv .gfkcq { background: #f0f4f8; border-top-color: #cbd5e1; }
.t7qgv .b5tk,
.t7qgv .rhz9f { color: #64748b; }
.t7qgv .m1qcu9z a, .t7qgv .nc6nhjb a,
.t7qgv .mp4n a, .t7qgv .lt7ji { color: #374151; }
.t7qgv .m1qcu9z a:hover, .t7qgv .nc6nhjb a:hover,
@media (max-width: 640px) {
  .t7qgv .e5zj38 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .t7qgv .e5zj38 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.sydk5 .aui1      { background: var(--accent); border-bottom-color: var(--accent-light); }
.sydk5 .x447 { color: #fff; }
.sydk5 .e5zj38 { --msep-color: rgba(255,255,255,0.82); }
.sydk5 .e5zj38 a { color: rgba(255,255,255,0.82); }
.sydk5 .e5zj38 a:hover { color: #fff; }
.sydk5 .g9sj { color: rgba(255,255,255,0.9); }
.sydk5 .gfkcq { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.sydk5 .b5tk,
.sydk5 .rhz9f { color: rgba(255,255,255,0.72); }
.sydk5 .m1qcu9z a, .sydk5 .nc6nhjb a,
.sydk5 .mp4n a, .sydk5 .lt7ji { color: #fff; }
.sydk5 .m1qcu9z a:hover, .sydk5 .nc6nhjb a:hover,
@media (max-width: 640px) {
  .sydk5 .e5zj38 { background: var(--accent); border-top-color: var(--accent-light); }
  .sydk5 .e5zj38 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.tteu7fo .aui1 {
  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);
}
.tteu7fo .gfkcq {
  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) {
  .tteu7fo .e5zj38 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.bd5lq3l .krdx { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.rl256y .krdx { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.r21740fq .krdx { min-height: 72px; height: auto; }
.fpju .krdx { min-height: 84px; height: auto; }
.bl1ltc72 .krdx { max-width: none; padding: 0 32px; }
.bl1ltc72 .z24qf6i  { max-width: none; padding: 24px 32px; }
.d250sj5m.fjzfbr .krdx { max-width: 1200px; }
.d250sj5m.n73xrxz6 .krdx { max-width: 1320px; }
.y4wh   .x447, .y4wh   .lt7ji { text-transform: capitalize; }
.p20kz5 .x447, .p20kz5 .lt7ji { text-transform: lowercase; }
.y3u9x .x447, .y3u9x .lt7ji { text-transform: uppercase; letter-spacing: 0.06em; }
.c9cx4, .soo6ocr7 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.t2h9hh01 .c9cx4,
.t2h9hh01 .soo6ocr7 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.kibnx .c9cx4,
.kibnx .soo6ocr7 { 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; }
.jmy0ljg .c9cx4,
.jmy0ljg .soo6ocr7 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.zccz .c9cx4,
.zccz .soo6ocr7 { 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; }
.fzg4   .e5zj38 a { font-weight: 500; }
.byg2lq .e5zj38 a { font-weight: 600; }
.a3itt     .e5zj38 a { font-weight: 700; }
.yeh6    .e5zj38 a { font-weight: 800; letter-spacing: 0.01em; }
.lka7bz     .e5zj38 > li + li::before,
.lk1l    .e5zj38 > li + li::before,
.tvqtnfl    .e5zj38 > li + li::before,
.xbdi0x2j .e5zj38 > li + li::before,
.gusj .e5zj38 > li + li::before,
.cau0n86s  .e5zj38 > li + li::before,
.db6mhbfs    .e5zj38 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.lka7bz     .e5zj38 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.lk1l    .e5zj38 > li + li::before { content: "|"; }
.tvqtnfl    .e5zj38 > li + li::before { content: "—"; }
.xbdi0x2j .e5zj38 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.gusj .e5zj38 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.cau0n86s  .e5zj38 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.db6mhbfs    .e5zj38 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .px7r2o .g9sj,
  .szj9aty .g9sj,
  .m7h5dx61 .g9sj,
  .ewr6 .g9sj,
  .r1s15epm .g9sj {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .px7r2o .g9sj::before,
  .szj9aty .g9sj::before,
  .m7h5dx61 .g9sj::before,
  .ewr6 .g9sj::before,
  .r1s15epm .g9sj::before { content: ""; display: block; flex-shrink: 0; }

  
  .px7r2o .g9sj::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;
  }

  
  .szj9aty .g9sj::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;
  }

  
  .m7h5dx61 .g9sj::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;
  }

  
  .ewr6 .g9sj::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;
  }

  
  .r1s15epm .g9sj::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) {
  .u5lm .g9sj {
    padding: 5px 14px;
  }
  .u5lm .e5zj38 {
    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;
  }
  .u5lm .e5zj38 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .u5lm .e5zj38 li a:hover { background: var(--bg-raised); }
  .u5lm .cc4u,
  .ttr3s .cc4u,
  .unnts21y .cc4u { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .izr1fxw .g9sj {
    padding: 5px 10px;
  }
  .izr1fxw .e5zj38 {
    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);
  }
  .izr1fxw .e5zj38.z6cu { transform: translateX(0); }
  .izr1fxw .e5zj38 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .izr1fxw .e5zj38 li:last-child a { border-bottom: none; }
  .sydk5 .e5zj38,
  .eydtm .e5zj38 { background: var(--accent) !important; }
  .sydk5 .e5zj38 li a,
  .eydtm .e5zj38 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .unnts21y .g9sj {
    padding: 5px 10px;
  }
  .unnts21y .e5zj38 {
    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);
  }
  .unnts21y .e5zj38::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .unnts21y .e5zj38.z6cu { transform: translateY(0); }
  .unnts21y .e5zj38 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .s6nonjo6 .g9sj {
    padding: 5px 10px;
  }
  .s6nonjo6 .e5zj38 {
    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;
  }
  .s6nonjo6 .e5zj38.z6cu { opacity: 1; pointer-events: auto; }
  .s6nonjo6 .e5zj38 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .jhyk8     .g9sj { border-radius: 0 !important; }
  .szuel7d   .g9sj { border-radius: 8px !important; }
  .ffqh3 .g9sj { border-radius: 50% !important; }
  .mx6a   .g9sj { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .h4lj70 .agvxulnw { flex-direction: column; align-items: stretch; }
  .h4lj70 .j9qk1n { flex-direction: row; min-width: auto; }
  .h4lj70 .y8e926yu { align-items: flex-start; text-align: left; }
}
.hhhf3jc,
.hhhf3jc.dtb4x,
.zu198l .hhhf3jc,
.tlxzekbz .hhhf3jc,
.br8c .hhhf3jc,
.o72jn .hhhf3jc {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.zwisy2m {
  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;
}
.zvuaon { flex: 1 1 280px; min-width: 0; }
.rzuvd {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.abrbq {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.brnjcse {
  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;
}
.brnjcse:hover { transform: translateY(-1px); opacity: 0.95; }
.q8otmoto .zwisy2m {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.q8otmoto .rzuvd { color: var(--cta); }
.q8otmoto .abrbq { color: var(--text-body); }
.q8otmoto .brnjcse {
  background: var(--cta) !important;
  color: #fff !important;
}
.vy2ee .zwisy2m {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.vy2ee .rzuvd { color: var(--text-primary); }
.vy2ee .abrbq { color: var(--text-body); }
.vy2ee .brnjcse {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .zwisy2m {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .zvuaon { flex: 0 0 auto; }
  .rzuvd { font-size: 1.2rem; }
  .brnjcse { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.i9rjm .xfhjnfjq { height: 36px; }
.o73ge42c .xfhjnfjq { height: 60px; max-width: 200px; }
.fm2idp .xfhjnfjq { height: 56px; max-width: 180px; }
.qc9nqgt5    .f3mjqu, .qc9nqgt5    .qpbsh6g { color: #f59e0b; }
.z3697ja .r1rxm {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.z3697ja .dygb1 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .dg4e2it .x5znmu6k {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .dg4e2it .s3qjf {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .dg4e2it .s3qjf { padding: 40px 16px 20px; }
  .dg4e2it .z9t8q {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .dg4e2it .iv2c { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .rkizf2 .s3qjf {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .rkizf2 .s3qjf::before {
    position: absolute; top: 14px; left: 14px;
  }
  .rkizf2 .dqgudj8b {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .rkizf2 .spm8pq { white-space: normal; text-align: center; font-size: 1.2rem; }
  .rkizf2 .z9t8q {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .rkizf2 .iv2c { width: 100%; min-width: 0; }
  .rkizf2 .f3mjqu { min-width: 0; }
}
.lalihsz .tbmqx {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.lalihsz .tbmqx summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.lalihsz .tbmqx p { padding: 0 2px 16px; }
.u4at .tbmqx { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.u4at .tbmqx summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.u4at .tbmqx summary::after { content: "›"; font-size: 1.2em; }
.u4at .tbmqx[open] summary::after { content: "‹"; }
.u4at .tbmqx p { padding: 10px 22px 4px; }
.ux0n90m5 .tbmqx {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ux0n90m5 .tbmqx summary { color: var(--text-primary); padding-left: 16px; }
.ux0n90m5 .tbmqx summary::after { content: "›"; font-size: 1.1em; }
.ux0n90m5 .tbmqx[open] summary::after { content: "‹"; }
.ux0n90m5 .tbmqx p { padding-left: 16px; }
.xn5okw .jy18n1 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.xn5okw .tbmqx {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.xn5okw .tbmqx:last-child { border-bottom: none; }
.xn5okw .tbmqx summary { color: var(--text-primary); border-radius: 0; }
.xn5okw .tbmqx summary::after { content: "›"; font-size: 1.1em; }
.xn5okw .tbmqx[open] summary::after { content: "‹"; }
.qlpt6b0 .tbmqx { overflow: hidden; }
.qlpt6b0 .tbmqx summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.qlpt6b0 .tbmqx summary::after { color: rgba(255,255,255,.75); }
.qlpt6b0 .tbmqx[open] summary { border-radius: 0; }
.d33k8d { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.r5wvpzq {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.yvd4 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.fzd9uvwe { color: var(--text-muted); font-size: 1.05rem; }
.i0ygjnf {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.jug31vw { margin-bottom: 20px; }
.vx4m {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.dwb1y {
  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;
}
.dwb1y:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.d0tf4aqu { resize: vertical; min-height: 130px; }
.xtchbf1w { width: 100%; margin-top: 8px; }
.tug6m81 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.re02m {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.saht { color: var(--text-muted); line-height: 1.75; }
.spnv { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.spnv li { margin-bottom: 6px; }
.mpssl3dg { max-width: 760px; margin: 0 auto; }
.tj2st { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.k9p8i280 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.k9p8i280:last-child { border-bottom: none; }
.k9p8i280 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.k9p8i280 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.eh5ufh { max-width: 760px; margin: 0 auto; }
.inntt ul.spnv { margin: 0; }
@media (max-width: 640px) { .bv5u9 { grid-template-columns: 1fr; gap: 10px; } }
.duh3xg { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.mrmm45tl { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.mw2anvo { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.mrmm45tl p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.mrmm45tl .spnv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .duh3xg { grid-template-columns: 1fr; } }
.zyzn8 { color: inherit; text-decoration: none; }
.zyzn8:hover { color: var(--accent-light); text-decoration: underline; }
.wkpya { display: inline-block; line-height: 0; }
.wwqa { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.yt9z3 { margin-bottom: 48px; }
.obu5 { max-width: 760px; margin: 0 auto; }
.h76xiym { text-align: center; }
.ivjiy0k { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ivjiy0k:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.beyhq590 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ivjiy0k p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ivjiy0k ul.spnv { margin: 0; }
.wnqxo6wo { color: var(--text-muted); line-height: 1.75; }
.h76xiym .spnv,
.pdh6 .spnv,
.hlov6 .spnv,
.uepnje8 .spnv {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.h76xiym .ivjiy0k,
.pdh6 .ivjiy0k { text-align: left; }
.h76xiym .beyhq590,
.pdh6 .beyhq590 { text-align: center; }
.cs5a58g { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.igi0su { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.b1mtj7v { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.q8g7q { margin-top: 12px; }
.go8yaip { 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; }
.go8yaip:hover { border-bottom-color: var(--accent-light); }
.n96x { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.n96x img { width: 100%; height: 100%; object-fit: cover; display: block; }
.xkl8fy { width: 200px; height: 200px; }
.sm2l3i5 { border-radius: 50%; }
.rw9ui6o { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.c5letio { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .bqj3rfyc { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.z7edsvob { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.z7edsvob .b1mtj7v, .z7edsvob .igi0su { max-width: 640px; }
.bj7q0qvk .cs5a58g { font-size: 1.6rem; margin-top: 18px; }
.i733 .b1mtj7v { margin-bottom: 28px; }
@media (max-width: 860px) { .xsd411yw { grid-template-columns: 1fr; } .bj7q0qvk { position: static; text-align: center; } }
.vkso68 .n96x { margin: 0 auto 18px; }
.vkso68 .rw9ui6o { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .n1aqb { grid-template-columns: 1fr; } }
.ga8gi5 .cs5a58g { font-size: 1.6rem; margin-bottom: 6px; }
.uepnje8 .spnv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ga8gi5 { flex-direction: column; text-align: center; } .xgh4ach { grid-template-columns: 1fr; } }
.q7jt .cs5a58g { font-size: 1.35rem; margin: 0 0 4px; }
.q7jt .rw9ui6o { margin: 0; }
.d2hixx .yvd4 { color: var(--accent-light); }
.zu8w .yvd4 { font-size: 2rem; }
.zu8w .fzd9uvwe { max-width: 680px; }
.bye1p .yvd4 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.bye1p .fzd9uvwe  { margin: 0; }
@media (max-width: 640px) { .bye1p { flex-direction: column; } }
.u4h71 .yvd4 { color: var(--accent-light); }
.j9gzr {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.j9gzr .yvd4 { color: #fff; }
.j9gzr .fzd9uvwe  { color: rgba(255,255,255,0.85); }
.k4mcdp { max-width: 680px; margin: 0 auto; }
.szy2 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .szy2 { grid-template-columns: 1fr; } }
.qq8rv7of .dwb1y {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.qq8rv7of .dwb1y:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.euzw6m5 .dwb1y { background: var(--bg-raised); border-color: transparent; }
.euzw6m5 .dwb1y:focus { background: var(--bg-card); border-color: var(--accent-light); }
.cu77l .dwb1y { border-radius: 100px; padding: 11px 20px; }
.cu77l .d0tf4aqu { border-radius: 14px; }
@media (max-width: 640px) { .r2fwp6ku { grid-template-columns: 1fr; } }
.mnrx{display:none}
.mnrx:empty,.gd24w7zc:empty{display:none}
.f5lim{position:relative;overflow:visible}
.f1ns .fewf177m,.xinp8 .fewf177m,
.wi41l .fewf177m,.bhw7 .fewf177m,
.o2lsumew .fewf177m,.nvasxq2 .fewf177m{display:block}
.b4j8tobc .ididn8{display:block}
.f1ns .fewf177m,.xinp8 .fewf177m,
.wi41l .fewf177m,.bhw7 .fewf177m,
.o2lsumew .fewf177m{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}
.f1ns .fewf177m .gd24w7zc,.xinp8 .fewf177m .gd24w7zc,
.wi41l .fewf177m .gd24w7zc,.bhw7 .fewf177m .gd24w7zc,
.o2lsumew .fewf177m .gd24w7zc{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}
.f1ns .vpjtv,.xinp8 .vpjtv,
.wi41l .vpjtv,.bhw7 .vpjtv,
.o2lsumew .vpjtv{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.f1ns .fewf177m,.xinp8 .fewf177m{top:12px}
.f1ns .fewf177m .gd24w7zc{margin-right:auto}
.xinp8 .fewf177m .gd24w7zc{margin-left:auto}
.xinp8 .fewf177m{text-align:right}
.wi41l .fewf177m,.bhw7 .fewf177m{bottom:12px}
.wi41l .fewf177m .gd24w7zc{margin-right:auto}
.bhw7 .fewf177m .gd24w7zc{margin-left:auto}
.bhw7 .fewf177m{text-align:right}
.o2lsumew .fewf177m{position:relative;margin-top:16px}
.o2lsumew .fewf177m .gd24w7zc{margin:0 auto}
.nvasxq2 .fewf177m{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.nvasxq2 .fewf177m .gd24w7zc{margin:0}
.nvasxq2 .nkpdc~.fewf177m,
.nvasxq2 .q5xr~.fewf177m{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.nvasxq2 .nkpdc~.fewf177m .gd24w7zc,
.nvasxq2 .q5xr~.fewf177m .gd24w7zc{justify-content:flex-start}
.nkpdc~.fewf177m,.q5xr~.fewf177m{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}
.nkpdc~.fewf177m .gd24w7zc{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.q5xr~.fewf177m .gd24w7zc{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ididn8 .gd24w7zc{margin:0 0 12px}
.gd24w7zc{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.vpjtv{white-space:nowrap}
.xn17ij .vpjtv{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.sew1hes .vpjtv{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}
.sew1hes .r3ez::before{content:""}
.vdgp3 .gd24w7zc{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.lkzr .vpjtv{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.iyvd6po .vpjtv{color: var(--accent-light);opacity:1;font-weight:500}
.zeuo5t5 .vpjtv{border-bottom:1px solid currentColor;padding-bottom:2px}
.vdefc .gd24w7zc{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.m3n4{--date-bg:var(--accent-bg)}
.n54mhvdy .r3ez::before{content:""}
.k39mw1 .vpjtv + .vpjtv::before{content:"•";margin-right:6px;opacity:.4}
.qi0oqdn1 .vpjtv + .vpjtv::before{content:"/";margin-right:6px;opacity:.35}
.tshshqo .vpjtv + .vpjtv::before{content:"|";margin-right:6px;opacity:.3}
.c4hc8j55 .vpjtv + .vpjtv::before{content:"—";margin-right:6px;opacity:.3}
.jwd7h1x .vpjtv + .vpjtv::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.lr4e8xmi .vpjtv + .vpjtv::before{content:"·";margin-right:6px;opacity:.4}
.qj6hj .vpjtv + .vpjtv::before{content:"›";margin-right:6px;opacity:.4}
.be4wx .vpjtv + .vpjtv::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.bb9v{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.ety6t{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.mmdgf{display:flex;flex-direction:column;gap:3px}
.div0whxg{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.diicltpm{font-weight:700;font-size:1rem;color:var(--text-heading)}
.syzih{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.twoox .bb9v{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.ydt5 .bb9v{border-top:3px solid var(--accent);padding-top:18px}
.x12xpgh .bb9v{border-left:3px solid var(--accent);border-radius:0}
.h997 .bb9v{padding:20px 0}
@media(max-width:640px){
  .bb9v{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .syzih{max-width:100%}
}
.evucn .mnr8ob{margin:0}
@media (max-width:560px){
  .vxisy{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) {
  .wkbw { padding: 28px 18px 20px; }
  .p6qeu7 { font-size: 1.2rem; }
  .z3yqzam6 { max-width: 220px; max-height: 80px; }
}
.dm0nn .plw6it5 { border-radius: 22px; }
.h73wv5r .zwisy2m {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .plw6it5 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.bq9873y {
  margin: 28px 0 24px;
}
.bq9873y .dtb4x {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.bq9873y .el1pto {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.bq9873y .zwisy2m {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .krdx { flex-direction: row-reverse; }
[dir="rtl"] .e5zj38 { flex-direction: row-reverse; }
[dir="rtl"] .uaguro26 .gnmj { right: auto; left: 32px; }
[dir="rtl"] .xemw  .gnmj { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .uaguro26 .gnmj { right: auto; left: 20px; }
  [dir="rtl"] .xemw  .gnmj { left: auto;  right: 20px; }
}
[dir="rtl"] .gauh .et0txpf  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ug7uned8 .et0txpf { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .nkpdc,
[dir="rtl"] .pkef,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .vteqjn0n, [dir="rtl"] .uf0a2q { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .oc95 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .tr11it { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .n253 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .zwisy2m { direction: rtl; }
[dir="rtl"] .ol9v5 { direction: rtl; }
[dir="rtl"] .nlro { direction: rtl; }
[dir="rtl"] .dz0dsv { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .n72l2 .uf0a2q,
[dir="rtl"] .vhk14s .uf0a2q,
[dir="rtl"] .eiztli .uf0a2q,
[dir="rtl"] .zm5mn2od .uf0a2q {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .n72l2 .uf0a2q li::before,
[dir="rtl"] .vhk14s .uf0a2q li::before,
[dir="rtl"] .eiztli .uf0a2q li::before,
[dir="rtl"] .zm5mn2od .uf0a2q li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .nkpdc.o0si1b .p9n50d7e { align-items: flex-end; text-align: right; }
[dir="rtl"] .nkpdc.htap7 .p9n50d7e { text-align: center; }
[dir="rtl"] .nkpdc .p9n50d7e { text-align: right; }
[dir="rtl"] .el1pto,
[dir="rtl"] .hg9smg,
[dir="rtl"] .cwsjd,
[dir="rtl"] .h352uuj,
[dir="rtl"] .i0ygjnf,
[dir="rtl"] .vx4m,
[dir="rtl"] .b1mtj7v,
[dir="rtl"] .dwb1y,
[dir="rtl"] .d0tf4aqu { text-align: right; direction: rtl; }
[dir="rtl"] .cu77l .dwb1y,
[dir="rtl"] .qq8rv7of .dwb1y { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #484fb7;
  --brand:           #484fb7;
  --brand-light:     #434888;
  --brand-pale:      #7174a7;
  --grad-start:      #898ed0;
  --grad-end:        #babddd;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #484fb7;
  --cta-light:       #373d9f;
  --cta-hover:       #363c8b;
  --bg-page:         #f6f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f4f5;
  --bg-raised:       #eeeef0;
  --bg-hover:        #f4f4f5;
  --border:          #e3e3e7;
  --border-alt:      #d1d2da;
  --border-section:  #e3e3e7;
  --text-primary:    #18181a;
  --text-muted:      #54555d;
  --text-body:       #303035;
  --text-sub:        #484950;
  --text-faint:      #787986;
  --text-dim:        #93949e;
  --text-label:      #60616b;
  --text-value:      #3c3c43;
  --accent-bg:       #e7e8ed;
  --accent-bg-light: #d2d3e3;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #208264;
  --c-cons:          #9f2148;
  --c-pros-label:    #269b77;
  --c-tip-border:    #2aab83;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #208264;
}
:root { --logo-bg-opacity: 53%; }
body, button, input { font-family: "Lexend", sans-serif; }
.khym0v .we6zba { font-size: 0; width: 1.2rem; flex-shrink: 0; }.khym0v .we6zba::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.khym0v .ft3hf     .we6zba::before { content: "";  color: var(--c-tip-border); }.khym0v .pspzj .we6zba::before { content: ""; color: var(--c-warn-border); }.khym0v .rqlp6    .we6zba::before { content: ""; color: #60a5fa; }.sima1 .khym0v .ft3hf     .we6zba::before { color: #10b981; }.sima1 .khym0v .pspzj .we6zba::before { color: #f43f5e; }.sima1 .khym0v .rqlp6    .we6zba::before { color: #a855f7; }.bajm  .khym0v .ft3hf     .we6zba::before { color: #eab308; }.bajm  .khym0v .pspzj .we6zba::before { color: #ef4444; }.bajm  .khym0v .rqlp6    .we6zba::before { color: #f97316; }.rls4m5  .khym0v .ft3hf     .we6zba::before { color: #38bdf8; }.rls4m5  .khym0v .pspzj .we6zba::before { color: #818cf8; }.rls4m5  .khym0v .rqlp6    .we6zba::before { color: #2dd4bf; }.rp2f2 .khym0v .we6zba::before { color: var(--accent-light) !important; }
.f5i5yk .g3n1mu1y, .f5i5yk .nkpdc { min-height: 420px; }
.e5k3 .clpiqt1o::after,.e5k3 .gnmj::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; }
.azp6::before { content: '·'; font-size: 1.3em; line-height: 1; }