:root {
  --color-accent: #20566e;
  --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;
}
.jxscg {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.vl7bg {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.un1p7 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.k49wlm { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.t0a95 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.t0a95 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.t0a95 a:hover { color: var(--accent-light); }
.whh9h0z   .iw6m { border-radius: 0; }
@media (max-width: 640px) {
  .iw6m {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .dwvep:hover .iw6m,
  .dwvep:focus-within .iw6m { display: block; }
  .iw6m li a { padding: 8px 16px; font-size: 0.88rem; }
}
.oka6 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.yy2g71ne { display: none; }
@media (max-width: 640px) {
  .yy2g71ne {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .yy2g71ne.v1pn { display: block; }
}
@media (max-width: 640px) {
  .oka6 { display: block; }
  .t0a95 > li + li::before { display: none !important; }
  .t0a95 {
    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;
  }
  .t0a95.v1pn { display: flex; }
  .t0a95 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .t0a95 li:last-child a { border-bottom: none; }
}
.ttyva { min-height: 480px; }
.dsa6 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.xq8oy { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.qsjzv .xq8oy { margin-left: 0; margin-right: 0; }
.q563 {
  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;
}
.uuszn5x .q563 { margin-top: 24px; }
.q563:hover { opacity: 0.88; }
.s486orl .dsa6 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.s486orl .xq8oy { color: #e2e8f0; }
.s486orl.epobu2h .fjmku { text-align: center; }
.wnb1ek .dsa6 { color: var(--text-primary); text-shadow: none; }
.wnb1ek .xq8oy { color: var(--text-muted); }
.wnb1ek .q563 { margin-top: 16px; }
.wnb1ek, .wnb1ek.ttyva { min-height: auto !important; }
.wnb1ek.epobu2h .fjmku { text-align: center; }
@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; }
}
.a1ihr .dsa6 { color: #fff; }
.a1ihr .xq8oy { color: rgba(255,255,255,0.85); }
.a1ihr .q563 { background: #fff; color: var(--cta); }
.a1ihr .q563:hover { opacity: 0.92; }
.rt5h8plw .p1a7f2 { position: relative; overflow: hidden; }
.rt5h8plw .p1a7f2::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;
}
.ft1xi8ut .p1a7f2 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.gwv9g1km .p1a7f2 { position: relative; overflow: hidden; }
.gwv9g1km .p1a7f2::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;
}
.g36wa89j .p1a7f2 { position: relative; overflow: hidden; }
.g36wa89j .p1a7f2::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;
}
.k2c3l .p1a7f2 {
  animation: hg-fadein 1.2s ease-out both;
}
.p1a7f2 {
  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%);
}
.tj55g {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.t9mlk {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.cko7ze {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.p1a7f2 .dsa6 { text-shadow: none; color: var(--text-primary); }
.p1a7f2 .xq8oy { color: var(--text-muted); }
body.j1vv8s .dsa6 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.zn73j3 .dsa6 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ttyva.a1ihr .dsa6,
section.a1ihr .dsa6 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.p1a7f2.epobu2h .tj55g { align-items: center; text-align: center; }
.p1a7f2.qsjzv   .tj55g { align-items: flex-start; text-align: left; }
.noui7s .t9mlk { position: relative; }
.noui7s .t9mlk::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.noui7s.cbx0z .t9mlk::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.q066k .t9mlk {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.q066k .cko7ze {
  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);
}
.q066k.cbx0z .t9mlk { padding: 32px 0 32px 32px; }
.x160 .t9mlk {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.x160 .cko7ze {
  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);
}
.x160 .lik3 {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.cbx0z { grid-template-areas: "media text"; }
.cbx0z .tj55g {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.x160.cbx0z .t9mlk { padding: 40px 16px 40px 48px; }
.ttyva .slmxoqp {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.slmxoqp .dwm06r.w491e {
  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;
}
.slmxoqp .dwm06r.w491e:hover { opacity: 0.85; }
.zgxhq6 .t9mlk {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .p1a7f2 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .p1a7f2:not(.zgxhq6) .t9mlk { display: none !important; }
  .zgxhq6 .t9mlk { padding: 16px; }
  .tj55g  { padding: 36px 24px; }
  .p1a7f2~.pgja1,.cbx0z~.pgja1{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ttyva, .p1a7f2 { min-height: 320px !important; }
  .dsa6 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ubx62,
  .e60pfh,
  .q7j6hgsf { grid-template-columns: 1fr !important; }

  

  
  .lqr81 { display: flex !important; flex-direction: column !important; }
  .lqr81 .fjmku { display: contents; }
  .lqr81 .o03bmipk { order: 0; }
  .lqr81 .dsa6 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .lqr81 .ubx62 { order: 2; padding: 0 16px 12px !important; }
  .lqr81 .xq8oy { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .uuszn5x .fjmku { display: flex; flex-direction: column; }
  .uuszn5x .fjmku .dsa6 { order: 1; }
  .uuszn5x .fjmku .q7j6hgsf { order: 2; margin: 8px 0 24px !important; }
  .uuszn5x .fjmku .xq8oy { order: 3; }
  .uuszn5x .fjmku .q563 { order: 4; align-self: center; margin-top: 0; }

  
  .p1a7f2.zgxhq6 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .p1a7f2.zgxhq6 .tj55g { display: contents; padding: 0; }
  .p1a7f2.zgxhq6 .tj55g .dsa6 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .p1a7f2.zgxhq6 .t9mlk { order: 2; padding: 12px 16px; }
  .p1a7f2.zgxhq6 .tj55g .xq8oy { order: 3; padding: 0 24px; margin: 0 auto; }
  .p1a7f2.zgxhq6 .tj55g .q563 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ja27t { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.dia81p { width: 100%; height: auto; display: block; border-radius: 10px; }
.yx07i .ja27t        { border-radius: 16px; }
.yx07i .dia81p  { border-radius: 16px; }
.nzkic .ja27t         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.nzkic .dia81p   { border-radius: 8px; }
.qb2wsc8l { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.p5jcb0z { width: 100%; padding: 32px 0; position: relative; }
.hi9u { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ota4l .p5jcb0z:nth-child(even) { background: var(--bg-surface); }
.ota4l .p5jcb0z:nth-child(odd)  { background: var(--bg-page); }
.p1qxx .p5jcb0z:nth-child(even) { background: var(--bg-card); }
.p1qxx .p5jcb0z:nth-child(odd)  { background: var(--bg-page); }
.ota4l .p5jcb0z:nth-child(odd)  .hi9u { background: var(--bg-card); border-radius: 6px; }
.ota4l .p5jcb0z:nth-child(even) .hi9u { background: var(--bg-raised); border-radius: 6px; }
.p1qxx .p5jcb0z:nth-child(odd)  .hi9u { background: var(--bg-card); border-radius: 6px; }
.p1qxx .p5jcb0z:nth-child(even) .hi9u { background: var(--bg-raised); border-radius: 6px; }
.ota4l .p5jcb0z:nth-child(even) .cny1vt5 .d3e6v,
.p1qxx .p5jcb0z:nth-child(even) .cny1vt5 .d3e6v { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ota4l .p5jcb0z:nth-child(odd) .cny1vt5 .d3e6v,
.p1qxx .p5jcb0z:nth-child(odd) .cny1vt5 .d3e6v { background: var(--bg-card-inner); }
.ota4l .p5jcb0z:nth-child(even) .rvf3owa .d3e6v:nth-child(odd),
.p1qxx .p5jcb0z:nth-child(even) .rvf3owa .d3e6v:nth-child(odd)  { background: var(--bg-card); }
.ota4l .p5jcb0z:nth-child(even) .rvf3owa .d3e6v:nth-child(even),
.p1qxx .p5jcb0z:nth-child(even) .rvf3owa .d3e6v:nth-child(even) { background: var(--bg-card-inner); }
h1.o2b52hj { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.o2b52hj {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.dtp0q9jo { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.d788s h2.o2b52hj {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.pq7lv7fg h2.o2b52hj {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.f6lm h2.o2b52hj {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.juwo h2.o2b52hj::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ggrr8 h2.o2b52hj {
  color: var(--text-primary); font-size: 1.7rem;
}
.aocj h2.o2b52hj::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ei2am h2.o2b52hj {
  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;
}
.u99ptp { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .u99ptp { display: none; } }
.tyc0o4 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.hbmiv5 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ti4uot {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.k9qbukx { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ut16 { padding-left: 20px; }
.ut16 li { margin-bottom: 6px; }
.ut16 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ut16 a:hover { color: var(--accent-light); }
.xur26u .k9qbukx { display: none; }
.qj5c3p .k9qbukx { display: none; }
.qj5c3p .ut16 { padding-left: 0; list-style: none; }
.qj5c3p .ut16 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.qj5c3p .ut16 a { font-size: 0.92rem; }
.t0u9d .ti4uot { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.t0u9d .k9qbukx { display: none; }
.t0u9d .ut16 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.t0u9d .ut16 li { margin-bottom: 0; }
.t0u9d .ut16 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;
}
.t0u9d .ut16 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.tephonh .ti4uot { padding: 20px 20px 16px; }
.tephonh .ut16 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.tephonh .ut16 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.tephonh .ut16 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;
}
.tephonh .ut16 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;
}
.tephonh .ut16 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.tephonh .ut16 a:focus,
.tephonh .ut16 a:focus-visible,
.tephonh .ut16 a:target { outline: none; }
.tephonh .ut16 li:target a { border-color: var(--border); color: var(--text-muted); }
.iwm6g .ti4uot { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.iwm6g .k9qbukx { display: none; }
.iwm6g .ut16 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.iwm6g .ut16 li { margin-bottom: 0; }
.iwm6g .ut16 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.iwm6g .ut16 li:last-child::after { content: ""; margin-right: 0; }
.iwm6g .ut16 a { font-size: 0.9rem; }
.d3e6v { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.cny1vt5 .d3e6v { background: var(--bg-card); }
.rvf3owa .d3e6v:nth-child(odd)  { background: var(--bg-card); }
.rvf3owa .d3e6v:nth-child(even) { background: var(--bg-raised); }
.xs60lgh .d3e6v {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.xs60lgh .d3e6v:last-child { border-bottom: none; }
.xs60lgh h3.dtp0q9jo { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.qu1c .d3e6v {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.qu1c .d3e6v + .d3e6v { margin-top: 4px; }
.s9fr .d3e6v { background: none; border-radius: 0; padding: 12px 0; }
.s9fr .d3e6v + .d3e6v { border-top: 1px solid var(--border-section); }
.e5hzqnuh { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.dquxgrv { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.zpei0nqc { color: var(--text-body); margin-bottom: 10px; }
.ncgn4r5, .md3r { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ncgn4r5 li, .md3r li { margin-bottom: 6px; }
.md3r li { list-style: decimal; }
.i2dvsq     .ncgn4r5 { list-style-type: "● "; }
.cnnj  .ncgn4r5 { list-style-type: "■ "; }
.egfa .ncgn4r5 { list-style-type: "◆ "; }
.jonn    .ncgn4r5 { list-style-type: "★ "; }
.i2dvsq     .pppoat19 { list-style-type: "● "; }
.cnnj  .pppoat19 { list-style-type: "■ "; }
.egfa .pppoat19 { list-style-type: "◆ "; }
.jonn    .pppoat19 { list-style-type: "★ "; }
.i2dvsq    .ncgn4r5 li::marker, .i2dvsq    .pppoat19 li::marker,
.cnnj .ncgn4r5 li::marker, .cnnj .pppoat19 li::marker,
.egfa .ncgn4r5 li::marker, .egfa .pppoat19 li::marker,
.jonn   .ncgn4r5 li::marker, .jonn   .pppoat19 li::marker {
  color: var(--cta); font-size: 1em;
}
.i2dvsq .md3r,
.cnnj .md3r,
.egfa .md3r,
.jonn .md3r {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.i2dvsq .md3r li,
.cnnj .md3r li,
.egfa .md3r li,
.jonn .md3r li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.i2dvsq .md3r li::before,
.cnnj .md3r li::before,
.egfa .md3r li::before,
.jonn .md3r 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;
}
.i2dvsq     .md3r li::before { border-radius: 50%; }
.cnnj  .md3r li::before { border-radius: 3px; }
.egfa .md3r li::before { border-radius: 3px; }
.jonn    .md3r li::before { border-radius: 50%; }
.wxbm { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.h2j9hyp2 .wxbm,
.bk7g1cg5 .wxbm { background: transparent; border: none; border-radius: 0; }
.gsd98bju { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.gsd98bju th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.gsd98bju td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.gsd98bju tr:hover td { background: var(--bg-hover); }
.a9tpi5 .gsd98bju tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ey4b .gsd98bju { border: 1px solid var(--border-alt); }
.ey4b .gsd98bju th,
.ey4b .gsd98bju td { border: 1px solid var(--border-alt); }
.vh3f1w .gsd98bju th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.vh3f1w .gsd98bju td { border-bottom: none; }
.vh3f1w .gsd98bju tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.lqpe28e0 .gsd98bju th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.hvz2f .wxbm {
  overflow: hidden;
}
.hvz2f .gsd98bju th { border-bottom: 1px solid var(--border-alt); }
.hvz2f .gsd98bju tr:last-child td { border-bottom: none; }
.lzgw85 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.zz5og0 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.nwyp { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ulalual { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.xke7xidt { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.pppoat19 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.pppoat19 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%}
.jjhqti .ulalual { background: transparent; text-align: center; }
.pboem5h .nwyp {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.sgbzjhc8 .nwyp {
  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);
}
.onhla4 .zz5og0 { display: grid; grid-template-columns: auto 1fr; }
.onhla4 .nwyp {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.onhla4 .ulalual { grid-column: 2; }
.onhla4 .xke7xidt,
.onhla4 .pppoat19 { grid-column: 1 / -1; }
.c75g1j .zz5og0 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.c75g1j .nwyp {
  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);
}
.c75g1j .ulalual { grid-column: 2; }
.c75g1j .xke7xidt,
.c75g1j .pppoat19 { grid-column: 1 / -1; }
.bikc .zz5og0 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.bikc .ulalual { background: none; color: var(--accent-light); font-weight: 700; }
.qivl2lo .zz5og0 { 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); }
.qivl2lo .ulalual { background: none; color: var(--accent-light); font-weight: 700; }
.fbx1t2wn .zz5og0 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.fbx1t2wn .zz5og0:last-child { border-bottom: none; }
.fbx1t2wn .ulalual { background: none; color: var(--accent-light); font-weight: 700; }
.am8oy .zz5og0 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.am8oy .ulalual { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.xgsai .lzgw85 { counter-reset: card-n; }
.xgsai .zz5og0  { counter-increment: card-n; }
.xgsai .ulalual { display: flex; align-items: center; gap: 10px; }
.xgsai .ulalual::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;
}
.w0403 .zz5og0 { background: var(--bg-surface); border: 1px solid var(--border); }
.w0403 .ulalual { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.axa5 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.oc4dyb  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.qy65q { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.ndqki { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.hrhgo95 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.axa5 strong { color: var(--text-primary); font-size: 0.95rem; }
.axa5 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.ekx685m { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.qdb9ezs5, .zx4v4y { border-radius: 8px; padding: 14px; }
.qdb9ezs5 { background: var(--bg-pros); }
.zx4v4y { background: var(--bg-cons); }
.mewza { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.qdb9ezs5 .mewza { color: var(--c-pros-label); }
.zx4v4y .mewza { color: #f87171; }
.qdb9ezs5 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zx4v4y ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dia81p { width: 100%; height: auto; border-radius: 10px; display: block; }
.w491e {
  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;
}
.w491e:hover { opacity: 0.85; }
.wenr .w491e  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.wenr .w491e:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.q3455c1d .w491e  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.q3455c1d .w491e:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.oy33m8h .q563 { border-radius: 50px; }
.oy33m8h .w491e  { border-radius: 50px; }
.yuzt8ggh .q563 { padding-left: 22px; padding-right: 22px; }
.yuzt8ggh .w491e  { padding-left: 12px; padding-right: 12px; }
.sqap3yf .q563 { padding-left: 44px; padding-right: 44px; }
.sqap3yf .w491e  { padding-left: 24px; padding-right: 24px; }
.x4h4xv .q563 { padding-left: 56px; padding-right: 56px; }
.x4h4xv .w491e  { padding-left: 32px; padding-right: 32px; }
.yvy6i9r   .q563::after, .yvy6i9r   .w491e::after,
.gtb9rt68 .q563::after, .gtb9rt68 .w491e::after,
.qr3yayu    .q563::after, .qr3yayu    .w491e::after,
.p3oz9    .q563::after, .p3oz9    .w491e::after,
.p1s8uvg    .q563::after, .p1s8uvg    .w491e::after,
.oibb7x     .q563::after, .oibb7x     .w491e::after,
.am5vecy    .q563::after, .am5vecy    .w491e::after,
.vwwgcoh   .q563::after, .vwwgcoh   .w491e::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;
}
.yvy6i9r .q563::after, .yvy6i9r .w491e::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");
}
.gtb9rt68 .q563::after, .gtb9rt68 .w491e::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");
}
.qr3yayu .q563::after, .qr3yayu .w491e::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");
}
.p3oz9 .q563::after, .p3oz9 .w491e::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");
}
.p1s8uvg .q563::after, .p1s8uvg .w491e::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");
}
.oibb7x .q563::after, .oibb7x .w491e::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");
}
.am5vecy .q563::after, .am5vecy .w491e::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");
}
.vwwgcoh .q563::after, .vwwgcoh .w491e::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");
}
.few4   .z65zwb::after, .few4   .ky0fymz::after,
.bocufm .z65zwb::after, .bocufm .ky0fymz::after,
.ippidr    .z65zwb::after, .ippidr    .ky0fymz::after,
.c5jl    .z65zwb::after, .c5jl    .ky0fymz::after,
.bx5vqd    .z65zwb::after, .bx5vqd    .ky0fymz::after,
.g94ds     .z65zwb::after, .g94ds     .ky0fymz::after,
.kxlvgndm    .z65zwb::after, .kxlvgndm    .ky0fymz::after,
.kvglbyc   .z65zwb::after, .kvglbyc   .ky0fymz::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;
}
.few4 .z65zwb::after, .few4 .ky0fymz::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");
}
.bocufm .z65zwb::after, .bocufm .ky0fymz::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");
}
.ippidr .z65zwb::after, .ippidr .ky0fymz::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");
}
.c5jl .z65zwb::after, .c5jl .ky0fymz::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");
}
.bx5vqd .z65zwb::after, .bx5vqd .ky0fymz::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");
}
.g94ds .z65zwb::after, .g94ds .ky0fymz::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");
}
.kxlvgndm .z65zwb::after, .kxlvgndm .ky0fymz::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");
}
.kvglbyc .z65zwb::after, .kvglbyc .ky0fymz::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");
}
.yjb7bc .yxx8qz   { background: rgba(128,128,128,.12); }
.dwm06r.w491e {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .lrzhqrs {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .lrzhqrs::before    { grid-area: rank;   }
  .giww           { grid-area: ident;  }
  .hsnb     { grid-area: rating; min-width: 0; width: auto; }
  .pmf8           { grid-area: pills;  }
  .dwm06r             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .lrzhqrs {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .lrzhqrs::before    { justify-self: center; }
  .giww           { width: 100%; }
  .hsnb     { justify-self: center; }
  .pmf8           { grid-template-columns: 1fr; }
}
.yg3s    .p1g6zj li::before { content: "◆"; }
.yg3s    .q08l1u3 li::before { content: "▲"; }
@media (min-width: 860px) {
  .fezlugx .ptog4y6p {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .fezlugx .t0u1yzxh { margin: 0; }
}
.unujam1 .t0u1yzxh { border-top: 4px solid var(--accent); }
.unujam1 .yt34068z { background: var(--bg-card); }
.bk7g1cg5 .ekx685m { gap: 10px; }
.bk7g1cg5 .qdb9ezs5, .bk7g1cg5 .zx4v4y { padding: 12px; }
.bk7g1cg5 .qdb9ezs5 ul, .bk7g1cg5 .zx4v4y ul { margin: 4px 0 0; padding-left: 18px; }
.bk7g1cg5 .qdb9ezs5 li, .bk7g1cg5 .zx4v4y li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .xnecxmsr { grid-template-columns: 1fr; }
  .u3xf { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .u3xf .x5r8jsk { width: 72px; height: 50px; }
  .u3xf .e7i8un0 { max-width: 180px; }
  .u3xf .s5yxcbjc { width: auto; }
}
@media (max-width: 720px) {
  .vqy1id { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .aq8d { padding: 16px; }
  .ntj5 .tpdxl1 { min-width: 50%; }
}
.r27x .ekx685m { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .q6l3w { grid-template-columns: 1fr; }
  .a15j8w { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .s7uvu { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .indty9 { flex-wrap: wrap; padding: 16px; }
}
.yjg8hpqs .ekx685m { gap: 8px; }
.yjg8hpqs .qdb9ezs5, .yjg8hpqs .zx4v4y { padding: 8px; }
@media (max-width: 480px) {
  .fklaylkh { flex-direction: column; align-items: stretch; }
}
.v4je1 .s5yxcbjc .w491e { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .y7ul { flex-direction: column; align-items: stretch; gap: 10px; }
  .v4je1 .s5yxcbjc { text-align: center; }
}
@media (max-width: 720px) {
  .efxg { grid-template-columns: 1fr; }
  .q42a06h { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .stmw { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .ocuwk9xv { grid-template-columns: 1fr; }
  .uo9gf { width: 100px; height: 100px; margin: 16px auto; }
  .ua64zf5 { font-size: 1.4rem; }
  .vxvshamo { justify-content: center; }
  .ozfs8 .tpdxl1 { min-width: 50%; }
}
.ossso7ku .ekx685m { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .yvbbp { flex-wrap: wrap; padding: 14px 16px; }
  .c6jip7u8 { padding: 12px 16px; }
  .ossso7ku .ekx685m { margin: 0 16px; }
  .ossso7ku .lj6y1o { padding: 0 16px; }
  .ctdpnxsw { padding: 12px 16px; }
}
.cpc8p6o .lrzhqrs {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.cpc8p6o .lrzhqrs:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.yhrz .pmf8 .n314 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.yhrz .pmf8 .n314:first-child { border-left: none; }
.iqlvy .di8n6ksd { font-size: 1rem; letter-spacing: 2px; }
.c4q2aj { margin: 16px 0; }
.gy8fj4 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.gy8fj4 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.gy8fj4 summary::after { content: "+"; color: var(--accent-light); }
.gy8fj4[open] summary::after { content: "−"; }
.gy8fj4 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.p5jcb0z { margin-bottom: 0; }
.xq11 h2.o2b52hj { color: var(--text-primary); border-color: var(--accent-light); }
.op2wpi h2.o2b52hj { color: var(--text-primary); border-color: var(--accent-light); }
.ge718w8w .oc4dyb     { background: #052e16; border-color: #10b981; }
.ge718w8w .qy65q { background: #2d0a1e; border-color: #f43f5e; }
.ge718w8w .ndqki    { background: #1e1036; border-color: #a855f7; }
.ge718w8w .axa5 strong  { color: #f1f5f9; }
.ge718w8w .axa5 p       { color: #cbd5e1; }
.ge718w8w .jncsgrn    .oc4dyb     .hrhgo95::before,
.ge718w8w .trm08u4c  .oc4dyb     .hrhgo95::before,
.ge718w8w .gl3j  .oc4dyb     .hrhgo95::before,
.ge718w8w .rfreknry .oc4dyb     .hrhgo95::before { color: #10b981; }
.ge718w8w .jncsgrn    .qy65q .hrhgo95::before,
.ge718w8w .trm08u4c  .qy65q .hrhgo95::before,
.ge718w8w .gl3j  .qy65q .hrhgo95::before,
.ge718w8w .rfreknry .qy65q .hrhgo95::before { color: #f43f5e; }
.ge718w8w .jncsgrn    .ndqki    .hrhgo95::before,
.ge718w8w .trm08u4c  .ndqki    .hrhgo95::before,
.ge718w8w .gl3j  .ndqki    .hrhgo95::before,
.ge718w8w .rfreknry .ndqki    .hrhgo95::before { color: #a855f7; }
.ueihv .oc4dyb     { background: #2d2000; border-color: #eab308; }
.ueihv .qy65q { background: #2d0b0b; border-color: #ef4444; }
.ueihv .ndqki    { background: #2d1600; border-color: #f97316; }
.ueihv .axa5 strong  { color: #f1f5f9; }
.ueihv .axa5 p       { color: #cbd5e1; }
.ueihv .jncsgrn    .oc4dyb     .hrhgo95::before,
.ueihv .trm08u4c  .oc4dyb     .hrhgo95::before,
.ueihv .gl3j  .oc4dyb     .hrhgo95::before,
.ueihv .rfreknry .oc4dyb     .hrhgo95::before { color: #eab308; }
.ueihv .jncsgrn    .qy65q .hrhgo95::before,
.ueihv .trm08u4c  .qy65q .hrhgo95::before,
.ueihv .gl3j  .qy65q .hrhgo95::before,
.ueihv .rfreknry .qy65q .hrhgo95::before { color: #ef4444; }
.ueihv .jncsgrn    .ndqki    .hrhgo95::before,
.ueihv .trm08u4c  .ndqki    .hrhgo95::before,
.ueihv .gl3j  .ndqki    .hrhgo95::before,
.ueihv .rfreknry .ndqki    .hrhgo95::before { color: #f97316; }
.l6h837u .oc4dyb     { background: #0c1a2e; border-color: #38bdf8; }
.l6h837u .qy65q { background: #12103a; border-color: #818cf8; }
.l6h837u .ndqki    { background: #0a2020; border-color: #2dd4bf; }
.l6h837u .axa5 strong  { color: #f1f5f9; }
.l6h837u .axa5 p       { color: #cbd5e1; }
.l6h837u .jncsgrn    .oc4dyb     .hrhgo95::before,
.l6h837u .trm08u4c  .oc4dyb     .hrhgo95::before,
.l6h837u .gl3j  .oc4dyb     .hrhgo95::before,
.l6h837u .rfreknry .oc4dyb     .hrhgo95::before { color: #38bdf8; }
.l6h837u .jncsgrn    .qy65q .hrhgo95::before,
.l6h837u .trm08u4c  .qy65q .hrhgo95::before,
.l6h837u .gl3j  .qy65q .hrhgo95::before,
.l6h837u .rfreknry .qy65q .hrhgo95::before { color: #818cf8; }
.l6h837u .jncsgrn    .ndqki    .hrhgo95::before,
.l6h837u .trm08u4c  .ndqki    .hrhgo95::before,
.l6h837u .gl3j  .ndqki    .hrhgo95::before,
.l6h837u .rfreknry .ndqki    .hrhgo95::before { color: #2dd4bf; }
.mv2mrah .oc4dyb     { background: var(--accent-bg); border-color: var(--accent-light); }
.mv2mrah .qy65q { background: var(--accent-bg-light); border-color: var(--accent-light); }
.mv2mrah .ndqki    { background: var(--accent-bg); border-color: var(--accent-pale); }
.mv2mrah .jncsgrn    .hrhgo95::before,
.mv2mrah .trm08u4c  .hrhgo95::before,
.mv2mrah .gl3j  .hrhgo95::before,
.mv2mrah .rfreknry .hrhgo95::before { color: var(--accent-light) !important; }
.lygx::before,
.unrde::before { margin-right: 5px; }
.v58lw .qdb9ezs5 ul li,
.v58lw .p1g6zj li         { color: #4ade80; }
.v58lw .qdb9ezs5 .lygx { color: #22c55e; }
.v58lw .zx4v4y ul li,
.v58lw .q08l1u3 li         { color: #f87171; }
.v58lw .zx4v4y .unrde { color: #ef4444; }
.w111 .qdb9ezs5 { background: var(--bg-pros); }
.w111 .zx4v4y { background: var(--bg-cons); }
.w111 .qdb9ezs5 .lygx { color: var(--c-pros-label); }
.w111 .zx4v4y .unrde { color: var(--c-cons); }
.w111 .qdb9ezs5 ul li,
.w111 .zx4v4y ul li,
.d30w108 .qdb9ezs5 { background: var(--bg-pros); }
.d30w108 .zx4v4y { background: var(--bg-cons); }
.d30w108 .qdb9ezs5 .lygx { color: var(--c-pros-label); }
.d30w108 .zx4v4y .unrde { color: var(--c-cons); }
.d30w108 .qdb9ezs5 ul li,
.d30w108 .zx4v4y ul li,
.nfd7c1 .lygx::before { content: "✓ "; }
.nfd7c1 .unrde::before { content: "✗ "; }
.t02dwz .lygx::before { content: "→ "; }
.t02dwz .unrde::before { content: "← "; }
.n76n3 .lygx::before { content: "★ "; }
.n76n3 .unrde::before { content: "✕ "; }
.yg3s .lygx::before { content: "◆ "; }
.yg3s .unrde::before { content: "▲ "; }
.abtms11 .axa5 { background: transparent; border-left: none; border: 1.5px solid; }
.abtms11 .oc4dyb     { border-color: var(--c-tip-border); }
.abtms11 .qy65q { border-color: var(--c-warn-border); }
.abtms11 .ndqki    { border-color: #60a5fa; }
.abtms11 .axa5 strong { color: var(--text-primary); }
.abtms11 .axa5 p      { color: var(--text-muted); }
.dkdeac .axa5 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.dkdeac .oc4dyb     { border-top-color: var(--c-tip-border); }
.dkdeac .qy65q { border-top-color: var(--c-warn-border); }
.dkdeac .ndqki    { border-top-color: #60a5fa; }
.tp8s1 .axa5 { border-left: none; border-radius: 8px; }
.tp8s1 .oc4dyb     { background: #065f46; }
.tp8s1 .qy65q { background: #92400e; }
.tp8s1 .ndqki    { background: #1e3a8a; }
.tp8s1 .axa5 strong,
.tp8s1 .axa5 p { color: #fff; }
.tp8s1 .hrhgo95::before { color: rgba(255,255,255,0.85) !important; }
.ge718w8w.tp8s1 .oc4dyb,
.ge718w8w .tp8s1 .oc4dyb     { background: #052e16; }
.ge718w8w.tp8s1 .qy65q,
.ge718w8w .tp8s1 .qy65q { background: #2d0a1e; }
.ge718w8w.tp8s1 .ndqki,
.ge718w8w .tp8s1 .ndqki    { background: #1e1036; }
.ueihv.tp8s1 .oc4dyb,
.ueihv .tp8s1 .oc4dyb      { background: #2d2000; }
.ueihv.tp8s1 .qy65q,
.ueihv .tp8s1 .qy65q  { background: #2d0b0b; }
.ueihv.tp8s1 .ndqki,
.ueihv .tp8s1 .ndqki     { background: #2d1600; }
.l6h837u.tp8s1 .oc4dyb,
.l6h837u .tp8s1 .oc4dyb      { background: #0c1a2e; }
.l6h837u.tp8s1 .qy65q,
.l6h837u .tp8s1 .qy65q  { background: #12103a; }
.l6h837u.tp8s1 .ndqki,
.l6h837u .tp8s1 .ndqki     { background: #0a2020; }
.e3rmo .axa5 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.e3rmo .oc4dyb     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.e3rmo .qy65q { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.e3rmo .ndqki    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.e3rmo .axa5 strong { color: var(--text-primary); }
.e3rmo .axa5 p      { color: var(--text-muted); }
.tzn8itw .axa5 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.jncsgrn .hrhgo95,
.trm08u4c .hrhgo95,
.gl3j .hrhgo95,
.rfreknry .hrhgo95 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.jncsgrn .hrhgo95::before,
.trm08u4c .hrhgo95::before,
.gl3j .hrhgo95::before,
.rfreknry .hrhgo95::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.jncsgrn .oc4dyb     .hrhgo95::before { content: "✦"; color: var(--c-tip-border); }
.jncsgrn .qy65q .hrhgo95::before { content: "▲"; color: var(--c-warn-border); }
.jncsgrn .ndqki    .hrhgo95::before { content: "◉"; color: #60a5fa; }
.trm08u4c .oc4dyb     .hrhgo95::before { content: "★"; color: var(--c-tip-border); }
.trm08u4c .qy65q .hrhgo95::before { content: "◆"; color: var(--c-warn-border); }
.trm08u4c .ndqki    .hrhgo95::before { content: "●"; color: #60a5fa; }
.gl3j .oc4dyb     .hrhgo95::before { content: "▶"; color: var(--c-tip-border); }
.gl3j .qy65q .hrhgo95::before { content: "■"; color: var(--c-warn-border); }
.gl3j .ndqki    .hrhgo95::before { content: "▸"; color: #60a5fa; }
.rfreknry .oc4dyb     .hrhgo95::before { content: "→"; color: var(--c-tip-border); }
.rfreknry .qy65q .hrhgo95::before { content: "⬥"; color: var(--c-warn-border); }
.rfreknry .ndqki    .hrhgo95::before { content: "◈"; color: #60a5fa; }
.rfoqma4f .cny1vt5 .d3e6v,
.rfoqma4f .rvf3owa .d3e6v  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.rfoqma4f .zz5og0                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.rfoqma4f .wxbm          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rfoqma4f .ti4uot                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.l6gy .cny1vt5 .d3e6v,
.l6gy .rvf3owa .d3e6v,
.l6gy .zz5og0,
.l6gy .lrzhqrs,
.l6gy .t0u1yzxh,
.l6gy .wxbm,
.l6gy .ti4uot,
.l6gy .tzn8itw .axa5 { box-shadow: none; }
.fz64s   body, .fz64s   { font-size: 0.9rem; }
.fz64s   .zpei0nqc, .fz64s .e5hzqnuh, .fz64s .dquxgrv,
.fz64s   .tyc0o4, .fz64s .hbmiv5 { font-size: 0.9rem; }
.fz64s   .ncgn4r5, .fz64s .md3r { font-size: 0.9rem; }
.jsw9cqjz   .zpei0nqc, .jsw9cqjz .e5hzqnuh, .jsw9cqjz .dquxgrv,
.jsw9cqjz   .tyc0o4, .jsw9cqjz .hbmiv5 { font-size: 0.95rem; }
.jsw9cqjz   .ncgn4r5, .jsw9cqjz .md3r { font-size: 0.95rem; }
.w8wa   .zpei0nqc, .w8wa .e5hzqnuh, .w8wa .dquxgrv,
.w8wa   .tyc0o4, .w8wa .hbmiv5 { font-size: 1.08rem; }
.w8wa   .ncgn4r5, .w8wa .md3r { font-size: 1.05rem; }
.w8wa   .gsd98bju { font-size: 0.97rem; }
.tqsf2 .dsa6      { font-size: 3.2rem; }
.tqsf2 h2.o2b52hj { font-size: 1.9rem; }
.tqsf2 h3.dtp0q9jo     { font-size: 1.4rem; }
.fk5d8 .dsa6      { font-size: 3.8rem; }
.fk5d8 h2.o2b52hj { font-size: 2.2rem; }
.fk5d8 h3.dtp0q9jo     { font-size: 1.6rem; }
.p5jcb0z + .p5jcb0z { position: relative; }
.ef8mxz6   .p5jcb0z + .p5jcb0z::before,
.ck8oscxy  .p5jcb0z + .p5jcb0z::before,
.ck8upq   .p5jcb0z + .p5jcb0z::before,
.jg6rgy   .p5jcb0z + .p5jcb0z::before,
.vtd2bb7   .p5jcb0z + .p5jcb0z::before,
.zl9j7q .p5jcb0z + .p5jcb0z::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ef8mxz6 .p5jcb0z + .p5jcb0z::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ck8oscxy .p5jcb0z + .p5jcb0z::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ck8upq .p5jcb0z + .p5jcb0z::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;
}
.jg6rgy .p5jcb0z + .p5jcb0z::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.frt4jb .p5jcb0z { margin-bottom: 16px; }
.frt4jb .p5jcb0z + .p5jcb0z { margin-top: 0; }
.frt4jb .hi9u { padding-top: 0; padding-bottom: 0; }
.vtd2bb7 .p5jcb0z + .p5jcb0z::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.zl9j7q .p5jcb0z + .p5jcb0z::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.g8wa3atg .p5jcb0z + .p5jcb0z::before,
.ko0rdk .p5jcb0z + .p5jcb0z::before,
.y7q3e .p5jcb0z + .p5jcb0z::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%;
}
.ota4l .g8wa3atg .p5jcb0z:nth-child(even)::before,
.ota4l .ko0rdk .p5jcb0z:nth-child(even)::before,
.ota4l .y7q3e .p5jcb0z:nth-child(even)::before { background: var(--bg-surface); }
.p1qxx .g8wa3atg .p5jcb0z:nth-child(even)::before,
.p1qxx .ko0rdk .p5jcb0z:nth-child(even)::before,
.p1qxx .y7q3e .p5jcb0z:nth-child(even)::before { background: var(--bg-card); }
.g8wa3atg .p5jcb0z + .p5jcb0z::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");
}
.ko0rdk .p5jcb0z + .p5jcb0z::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");
}
.y7q3e .p5jcb0z + .p5jcb0z::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");
}
.y3grg .tj55g,
.u2i1 .tj55g { padding-bottom: 60px; }
.wf6f1vu .tj55g { padding-bottom: 70px; }
.fgpl98 .s486orl:not(.a1ihr) .o03bmipk { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.fgpl98 .a1ihr { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.fgpl98 .lik3 { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.fgpl98 .p1a7f2 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.cxu7 .p1a7f2 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.jqbo3z .p1a7f2 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ugvvh3 .p1a7f2 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.grdw .p1a7f2 { background: var(--accent-bg); }
.ywpwvlk .ja27t { float: left; width: 38%; margin: 0 28px 16px 0; }
.ywpwvlk .ja27t .dia81p { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ywpwvlk .hi9u::after { content: ''; display: block; clear: both; }
.rfom4o .ja27t { float: right; width: 38%; margin: 0 0 16px 28px; }
.rfom4o .ja27t .dia81p { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rfom4o .hi9u::after { content: ''; display: block; clear: both; }
.blc2w .p5jcb0z:nth-child(odd)  .ja27t { float: left;  width: 38%; margin: 0 28px 16px 0; }
.blc2w .p5jcb0z:nth-child(even) .ja27t { float: right; width: 38%; margin: 0 0 16px 28px; }
.blc2w .ja27t .dia81p { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.blc2w .hi9u::after { content: ''; display: block; clear: both; }
.ywpwvlk .lzgw85,
.rfom4o .lzgw85,
.blc2w .lzgw85,
@media (max-width: 900px) {
  .ywpwvlk .ja27t,
  .rfom4o .ja27t,
  .blc2w .p5jcb0z:nth-child(odd)  .ja27t,
  .blc2w .p5jcb0z:nth-child(even) .ja27t {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ywpwvlk .ja27t .dia81p,
  .rfom4o .ja27t .dia81p,
  .blc2w .ja27t .dia81p {
    max-height: none !important;
  }
}
.ywpwvlk .ncgn4r5,
.ywpwvlk .md3r,
.rfom4o .ncgn4r5,
.rfom4o .md3r,
.blc2w .ncgn4r5,
.blc2w .md3r { overflow: hidden; }
@media (max-width: 640px) {
  .ywpwvlk .ja27t,
  .rfom4o .ja27t,
  .blc2w .ja27t { float: none; width: 100%; margin: 0 0 16px 0; }
}
.bqz16 .qb2wsc8l,
.bqz16 .hi9u,
.bqz16 .q1i1  { max-width: 1100px; }
.bqz16 { --content-mw: 1100px; }
.yql00 .qb2wsc8l,
.yql00 .hi9u,
.yql00 .q1i1  { max-width: 1200px; }
.n8uii5c .qb2wsc8l,
.n8uii5c .hi9u,
.n8uii5c .q1i1  { max-width: 1320px; }
.evhenn5d { font-size: 0.82rem; color: var(--text-muted); }
.suilic { display: flex; align-items: center; }
.wlwd {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.lvcayi { display: flex; align-items: center; }
.j5wu2 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.j5wu2:hover { text-decoration: underline; }
.xt6nf { margin: 0 3px; opacity: 0.45; }
.xt6nf::before { content: '/'; }
.an012 { padding: 2px 5px; color: var(--text-main); }
.b8uuz6h .evhenn5d {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.b8uuz6h .suilic { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.p9dnp011 .evhenn5d {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.p9dnp011 .suilic { padding: 0 0 0 12px; }
.tl0jhzil .suilic { padding: 0 16px; }
.tl0jhzil .evhenn5d {
  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);
}
.tl0jhzil .qb2wsc8l { padding-top: 28px; }
@media (max-width: 720px) {
  .fu6scjha { margin-top: 18px; padding: 0 16px; }
  .tl0jhzil .qb2wsc8l { padding-top: 16px; }
}
.bqz16.b8uuz6h .suilic { max-width: 1100px; }
.yql00.b8uuz6h .suilic { max-width: 1200px; }
.n8uii5c.b8uuz6h .suilic { max-width: 1320px; }
.bqz16 .fu6scjha { max-width: 1100px; }
.ve5xc .p5jcb0z { padding-top: 16px; padding-bottom: 16px; }
.j2ds .p5jcb0z { padding-top: 24px; padding-bottom: 24px; }
.kjx5dy .p5jcb0z { padding-top: 40px; padding-bottom: 40px; }
.btyfpi8 .p5jcb0z { padding-top: 52px; padding-bottom: 52px; }
.f4ji2p .p5jcb0z:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.f4ji2p .p5jcb0z:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.f4ji2p .p5jcb0z:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.f4ji2p .p5jcb0z:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ln26s2 .hi9u { padding-top: 10px;  padding-bottom: 10px; }
.oxpxchin .hi9u { padding-top: 18px;  padding-bottom: 18px; }
.wb67 .hi9u { padding-top: 36px;  padding-bottom: 36px; }
.qflbxr .hi9u { padding-top: 48px;  padding-bottom: 48px; }
.dnzt5mz h2.o2b52hj { font-weight: 600; }
.dnzt5mz h3.dtp0q9jo     { font-weight: 600; }
.djvf h2.o2b52hj { font-weight: 800; }
.djvf h3.dtp0q9jo     { font-weight: 700; }
.eg4tcf h2.o2b52hj { font-weight: 900; }
.eg4tcf h3.dtp0q9jo     { font-weight: 800; }
.eg4tcf .axa5 strong,
.eg4tcf .axa5 strong { font-weight: 600; }
.z65zwb {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.cannl .z65zwb { display: none; }
@media (max-width: 640px) {
  .rv4jc { display: none; }
  .z65zwb {
    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;
  }
}
.z65zwb { background: var(--cta) !important; color: #fff !important; border: none !important; }
.z65zwb:hover { opacity: 0.85; }
.np856 .z65zwb { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.jxx8wca3 .z65zwb,
.gyhnd  .z65zwb { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.jxx8wca3 .z65zwb:hover,
.gyhnd  .z65zwb:hover { opacity: 0.88; }
.np856.jxx8wca3 .z65zwb,
.np856.gyhnd  .z65zwb { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ky0fymz {
  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;
}
.ky0fymz:hover { transform: translateY(-2px); opacity: 0.92; }
.ky0fymz { background: var(--cta) !important; color: #fff !important; border: none !important; }
.nl4gvyx .ky0fymz { display: none; }
.b0rl .ky0fymz { right: 32px; }
.r1keax  .ky0fymz { left: 32px; }
@media (max-width: 480px) {
  .b0rl .ky0fymz { right: 20px; bottom: 20px; }
  .r1keax  .ky0fymz { left: 20px; bottom: 20px; }
}
.owb3w { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.q1i1 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.oeruslz { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.vehu { color: var(--text-dim); font-size: 0.8rem; }
.zn1uaa65 a, .gmrbq8lp a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.zn1uaa65 a:hover, .gmrbq8lp a:hover { color: var(--accent-light); }
.gmrbq8lp { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.soc22 .q1i1 { text-align: center; }
.soc22 .gmrbq8lp { justify-content: center; margin-bottom: 16px; }
.soc22 .oeruslz { margin-top: 0; }
.bltkc8r { margin-top: 10px; }
.bltkc8r a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .q1i1 { padding-left: 16px; padding-right: 16px; }
  .qv5c3omi .q1i1 { padding: 20px 16px; }
  .gmrbq8lp { gap: 4px 12px; }
  .oeruslz { font-size: 0.78rem; }
}
.c7wxoop .oeruslz { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.c7wxoop .vehu { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .c7wxoop .fhdrk47z { grid-template-columns: 1fr 1fr; } .c7wxoop .uixm1v3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .c7wxoop .fhdrk47z { grid-template-columns: 1fr; } }
.qdzk .oeruslz { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .qdzk .ax8ya { gap: 12px; } .qdzk .p8odpqg { margin-right: 0; width: 100%; } }
.haseoo3n .oeruslz { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.haseoo3n .vehu { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .haseoo3n .flul5qf { grid-template-columns: 1fr 1fr; } .haseoo3n .r2klo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .haseoo3n .flul5qf { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ijv6 .f783px { grid-template-columns: 1fr 1fr; } .ijv6 .wqp778:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ijv6 .f783px { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ze5eie .f783px { grid-template-columns: 1fr; } }
.wz2tu .q1i1 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.wz2tu .gmrbq8lp { justify-content: center; }
.f8ew5 .jxscg      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.f8ew5 .owb3w { background: var(--bg-page); border-top-color: var(--border-alt); }
.bl4f45 .jxscg      { background: #0d1117; border-bottom-color: #21262d; }
.bl4f45 .un1p7 { color: var(--accent-light); }
.bl4f45 .t0a95 { --msep-color: #8b949e; }
.bl4f45 .t0a95 a { color: #8b949e; }
.bl4f45 .t0a95 a:hover { color: var(--accent-light); }
.bl4f45 .oka6 { color: #8b949e; }
.bl4f45 .owb3w { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.bl4f45 .oeruslz,
.bl4f45 .vehu { color: #6e7681; }
.bl4f45 .zn1uaa65 a, .bl4f45 .gmrbq8lp a,
.bl4f45 .zn1uaa65 a:hover, .bl4f45 .gmrbq8lp a:hover,
@media (max-width: 640px) {
  .bl4f45 .t0a95 { background: #0d1117; border-top-color: #21262d; }
  .bl4f45 .t0a95 li a { border-bottom-color: #21262d; }
}
.bzbby .jxscg      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.bzbby .un1p7 { color: var(--accent-light); }
.bzbby .t0a95 { --msep-color: #475569; }
.bzbby .t0a95 a { color: #475569; }
.bzbby .t0a95 a:hover { color: var(--accent-light); }
.bzbby .oka6 { color: #64748b; }
.bzbby .owb3w { background: #f0f4f8; border-top-color: #cbd5e1; }
.bzbby .oeruslz,
.bzbby .vehu { color: #64748b; }
.bzbby .zn1uaa65 a, .bzbby .gmrbq8lp a,
.bzbby .zn1uaa65 a:hover, .bzbby .gmrbq8lp a:hover,
@media (max-width: 640px) {
  .bzbby .t0a95 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .bzbby .t0a95 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.jxx8wca3 .jxscg      { background: var(--accent); border-bottom-color: var(--accent-light); }
.jxx8wca3 .un1p7 { color: #fff; }
.jxx8wca3 .t0a95 { --msep-color: rgba(255,255,255,0.82); }
.jxx8wca3 .t0a95 a { color: rgba(255,255,255,0.82); }
.jxx8wca3 .t0a95 a:hover { color: #fff; }
.jxx8wca3 .oka6 { color: rgba(255,255,255,0.9); }
.jxx8wca3 .owb3w { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.jxx8wca3 .oeruslz,
.jxx8wca3 .vehu { color: rgba(255,255,255,0.72); }
.jxx8wca3 .zn1uaa65 a, .jxx8wca3 .gmrbq8lp a,
.jxx8wca3 .zn1uaa65 a:hover, .jxx8wca3 .gmrbq8lp a:hover,
@media (max-width: 640px) {
  .jxx8wca3 .t0a95 { background: var(--accent); border-top-color: var(--accent-light); }
  .jxx8wca3 .t0a95 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.gyhnd .jxscg {
  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);
}
.gyhnd .owb3w {
  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) {
  .gyhnd .t0a95 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.r157 .vl7bg { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.qz3lu .vl7bg { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.gjqb0 .vl7bg { min-height: 72px; height: auto; }
.zpxhcb .vl7bg { min-height: 84px; height: auto; }
.qv5c3omi .vl7bg { max-width: none; padding: 0 32px; }
.qv5c3omi .q1i1  { max-width: none; padding: 24px 32px; }
.mb5u.yql00 .vl7bg { max-width: 1200px; }
.mb5u.n8uii5c .vl7bg { max-width: 1320px; }
.x6vaq   .un1p7, .x6vaq   .p8odpqg { text-transform: capitalize; }
.juzvp1zt .un1p7, .juzvp1zt .p8odpqg { text-transform: lowercase; }
.wrr4h7 .un1p7, .wrr4h7 .p8odpqg { text-transform: uppercase; letter-spacing: 0.06em; }
.yxd5o, .s2pxcp {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.nipliv .yxd5o,
.phqz .yxd5o,
.v9ve .yxd5o,
.hyf2wt2a .yxd5o,
.qiv06z2e   .t0a95 a { font-weight: 500; }
.bksscjzg .t0a95 a { font-weight: 600; }
.rvypox7     .t0a95 a { font-weight: 700; }
.stiu    .t0a95 a { font-weight: 800; letter-spacing: 0.01em; }
.cadr3xk8     .t0a95 > li + li::before,
.mbmpjtw    .t0a95 > li + li::before,
.ktsqo9f    .t0a95 > li + li::before,
.n0r0l93 .t0a95 > li + li::before,
.k5k4shy9 .t0a95 > li + li::before,
.gl3u5  .t0a95 > li + li::before,
.zv40ni6    .t0a95 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.cadr3xk8     .t0a95 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.mbmpjtw    .t0a95 > li + li::before { content: "|"; }
.ktsqo9f    .t0a95 > li + li::before { content: "—"; }
.n0r0l93 .t0a95 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.k5k4shy9 .t0a95 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.gl3u5  .t0a95 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.zv40ni6    .t0a95 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .r03h9b .oka6,
  .x9rkmr2 .oka6,
  .the3w .oka6,
  .qef4hg .oka6,
  .n5zytn .oka6 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .r03h9b .oka6::before,
  .x9rkmr2 .oka6::before,
  .the3w .oka6::before,
  .qef4hg .oka6::before,
  .n5zytn .oka6::before { content: ""; display: block; flex-shrink: 0; }

  
  .r03h9b .oka6::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;
  }

  
  .x9rkmr2 .oka6::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;
  }

  
  .the3w .oka6::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;
  }

  
  .qef4hg .oka6::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;
  }

  
  .n5zytn .oka6::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) {
  .u8gt .oka6 {
    padding: 5px 14px;
  }
  .u8gt .t0a95 {
    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;
  }
  .u8gt .t0a95 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .u8gt .t0a95 li a:hover { background: var(--bg-raised); }
  .u8gt .yy2g71ne,
  .ingj5l .yy2g71ne,
  .q1ur1 .yy2g71ne { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .t93nc .oka6 {
    padding: 5px 10px;
  }
  .t93nc .t0a95 {
    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);
  }
  .t93nc .t0a95.v1pn { transform: translateX(0); }
  .t93nc .t0a95 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .t93nc .t0a95 li:last-child a { border-bottom: none; }
  .jxx8wca3 .t0a95,
  .bl4f45 .t0a95 { background: var(--accent) !important; }
  .jxx8wca3 .t0a95 li a,
  .bl4f45 .t0a95 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .q1ur1 .oka6 {
    padding: 5px 10px;
  }
  .q1ur1 .t0a95 {
    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);
  }
  .q1ur1 .t0a95::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .q1ur1 .t0a95.v1pn { transform: translateY(0); }
  .q1ur1 .t0a95 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .cxb63 .oka6 {
    padding: 5px 10px;
  }
  .cxb63 .t0a95 {
    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;
  }
  .cxb63 .t0a95.v1pn { opacity: 1; pointer-events: auto; }
  .cxb63 .t0a95 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .m03ydv     .oka6 { border-radius: 0 !important; }
  .kk1k8f   .oka6 { border-radius: 8px !important; }
  .f5pzc8q .oka6 { border-radius: 50% !important; }
  .kmwv7   .oka6 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .cpxq2 .ild82ps { flex-direction: column; align-items: stretch; }
  .cpxq2 .v0e00 { flex-direction: row; min-width: auto; }
  .cpxq2 .tp8e46 { align-items: flex-start; text-align: left; }
}
.ht7m3,
.ht7m3.p5jcb0z,
.ota4l .ht7m3,
.oafe .ht7m3,
.p1qxx .ht7m3,
.nbp3b6 .ht7m3 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.nidjlfa4 {
  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;
}
.ccu79o { flex: 1 1 280px; min-width: 0; }
.tiex {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.l6f3bb {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.umn57a87 {
  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;
}
.umn57a87:hover { transform: translateY(-1px); opacity: 0.95; }
.krjmdtj .nidjlfa4 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.krjmdtj .tiex { color: var(--cta); }
.krjmdtj .l6f3bb { color: var(--text-body); }
.krjmdtj .umn57a87 {
  background: var(--cta) !important;
  color: #fff !important;
}
.weif .nidjlfa4 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.weif .tiex { color: var(--text-primary); }
.weif .l6f3bb { color: var(--text-body); }
.weif .umn57a87 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .nidjlfa4 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ccu79o { flex: 0 0 auto; }
  .tiex { font-size: 1.2rem; }
  .umn57a87 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.dcr34x .k49wlm { height: 36px; }
.z7z521k .k49wlm { height: 60px; max-width: 200px; }
.cl1i .k49wlm { height: 56px; max-width: 180px; }
.htv58dl     .di8n6ksd, .htv58dl     .vrlou3ny { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.yhrz .n314 + .n314 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .yicoc5 .fzcpg {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .yicoc5 .lrzhqrs {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .yicoc5 .lrzhqrs { padding: 40px 16px 20px; }
  .yicoc5 .n314 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .yicoc5 .dwm06r { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .rrwoux .lrzhqrs {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .rrwoux .lrzhqrs::before {
    position: absolute; top: 14px; left: 14px;
  }
  .rrwoux .giww {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .rrwoux .n7kg { white-space: normal; text-align: center; font-size: 1.2rem; }
  .rrwoux .n314 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .rrwoux .dwm06r { width: 100%; min-width: 0; }
  .rrwoux .di8n6ksd { min-width: 0; }
}
.frdgr .lrzhqrs::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.zpqyrdv2 .gy8fj4 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.zpqyrdv2 .gy8fj4 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.zpqyrdv2 .gy8fj4 p { padding: 0 2px 16px; }
.doc18 .gy8fj4 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.doc18 .gy8fj4 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.doc18 .gy8fj4 summary::after { content: "›"; font-size: 1.2em; }
.doc18 .gy8fj4[open] summary::after { content: "‹"; }
.doc18 .gy8fj4 p { padding: 10px 22px 4px; }
.hahzqaqh .gy8fj4 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.hahzqaqh .gy8fj4 summary { color: var(--text-primary); padding-left: 16px; }
.hahzqaqh .gy8fj4 summary::after { content: "›"; font-size: 1.1em; }
.hahzqaqh .gy8fj4[open] summary::after { content: "‹"; }
.hahzqaqh .gy8fj4 p { padding-left: 16px; }
.av4g0qw .c4q2aj { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.av4g0qw .gy8fj4 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.av4g0qw .gy8fj4:last-child { border-bottom: none; }
.av4g0qw .gy8fj4 summary { color: var(--text-primary); border-radius: 0; }
.av4g0qw .gy8fj4 summary::after { content: "›"; font-size: 1.1em; }
.av4g0qw .gy8fj4[open] summary::after { content: "‹"; }
.qgmfv .gy8fj4 { overflow: hidden; }
.qgmfv .gy8fj4 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.qgmfv .gy8fj4 summary::after { color: rgba(255,255,255,.75); }
.qgmfv .gy8fj4[open] summary { border-radius: 0; }
.ibob3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ust5fl {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.m37vyqr {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.aktqrk0e { color: var(--text-muted); font-size: 1.05rem; }
.v04p4o {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.swvfu6a {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.vnqy { margin-bottom: 20px; }
.tuxwc {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.xvd8q {
  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;
}
.xvd8q:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.jx15xpa6 { resize: vertical; min-height: 130px; }
.xz2m1o { width: 100%; margin-top: 8px; }
.tf60oo4 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.dbeeao {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.mnkri0ia { color: var(--text-muted); line-height: 1.75; }
.oqd0i0 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.oqd0i0 li { margin-bottom: 6px; }
.cqec9 { max-width: 760px; margin: 0 auto; }
.pi7vd { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.olbds4 { max-width: 760px; margin: 0 auto; }
.iexmkba5 ul.oqd0i0 { margin: 0; }
@media (max-width: 640px) { .f97tt { grid-template-columns: 1fr; gap: 10px; } }
.b91356e5 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.jcwc9b { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.ghmfrbg { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.jcwc9b p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.jcwc9b .oqd0i0 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .b91356e5 { grid-template-columns: 1fr; } }
.int57q ul.oqd0i0 { margin: 0; }
.r0lephsd .oqd0i0,
.fgd20 .oqd0i0,
.k4sxhuwe .oqd0i0,
.f635 .oqd0i0 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .fjg21 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .magp { grid-template-columns: 1fr; } .jkj4a9 { position: static; text-align: center; } }
@media (max-width: 860px) { .fkly { grid-template-columns: 1fr; } }
.f635 .oqd0i0 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .r866 { flex-direction: column; text-align: center; } .ordlvor { grid-template-columns: 1fr; } }
.g6ad { max-width: 760px; margin: 0 auto; }
.rr4p4q24 { position: relative; padding-left: 28px; }
.rr4p4q24::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ggy6p28 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ggy6p28:last-child { padding-bottom: 0; }
.zqmt { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.x3ausszz h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.x3ausszz p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.c7q2cq .m37vyqr { color: var(--accent-light); }
.njltw40 .m37vyqr { font-size: 2rem; }
.njltw40 .aktqrk0e { max-width: 680px; }
.lxjgb .m37vyqr { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.lxjgb .aktqrk0e  { margin: 0; }
@media (max-width: 640px) { .lxjgb { flex-direction: column; } }
.ahcfms .m37vyqr { color: var(--accent-light); }
.aw0xhh {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.aw0xhh .m37vyqr { color: #fff; }
.aw0xhh .aktqrk0e  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .kv1l7 { grid-template-columns: 1fr; } }
.g0fzuy .xvd8q {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.g0fzuy .xvd8q:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ntbb .xvd8q { background: var(--bg-raised); border-color: transparent; }
.ntbb .xvd8q:focus { background: var(--bg-card); border-color: var(--accent-light); }
.iuhca .xvd8q { border-radius: 100px; padding: 11px 20px; }
.iuhca .jx15xpa6 { border-radius: 14px; }
.daicl3kw {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .daicl3kw { grid-template-columns: 1fr; } }
.kmsnurz {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.kmsnurz h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.kmsnurz p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.e6ysek { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.e6ysek li { margin-bottom: 6px; }
.bcj0ifl{position:relative;overflow:visible}
.aiple .ay7jmsr{display:block}
.nc6pq .p1a7f2~.pgja1,
.nc6pq .cbx0z~.pgja1{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.nc6pq .p1a7f2~.pgja1 .tnih,
.nc6pq .cbx0z~.pgja1 .tnih{justify-content:flex-start}
.p1a7f2~.pgja1,.cbx0z~.pgja1{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}
.p1a7f2~.pgja1 .tnih{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.cbx0z~.pgja1 .tnih{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ytwpw4 .qncm{border-bottom:1px solid currentColor;padding-bottom:2px}
.k0fs4dhw{--date-bg:var(--accent-bg-light)}
.rw033 .p9jlnb7::before{content:""}
.yj4f7k .s5ah0{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .s5ah0{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .d5cr5g89{max-width:100%}
}
.pndiesm .wxbm{margin:0}
@media (max-width:560px){
  .ezjnmwbz{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) {
  .kvb59t { padding: 28px 18px 20px; }
  .k5x642p { font-size: 1.2rem; }
  .einpu0 { max-width: 220px; max-height: 80px; }
}
.sakucwa  .x7jzn5on { border-radius: 50%; }
.b5ncdw1 .nidjlfa4 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .x7jzn5on { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.hish3m {
  margin: 28px 0 24px;
}
.hish3m .p5jcb0z {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.hish3m .hi9u {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.hish3m .nidjlfa4 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .vl7bg { flex-direction: row-reverse; }
[dir="rtl"] .t0a95 { flex-direction: row-reverse; }
[dir="rtl"] .b0rl .ky0fymz { right: auto; left: 32px; }
[dir="rtl"] .r1keax  .ky0fymz { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .b0rl .ky0fymz { right: auto; left: 20px; }
  [dir="rtl"] .r1keax  .ky0fymz { left: auto;  right: 20px; }
}
[dir="rtl"] .ywpwvlk .ja27t  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .rfom4o .ja27t { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .p1a7f2,
[dir="rtl"] .x160,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ncgn4r5, [dir="rtl"] .md3r { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qdb9ezs5 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zx4v4y { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .axa5 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .nidjlfa4 { direction: rtl; }
[dir="rtl"] .evhenn5d { direction: rtl; }
[dir="rtl"] .ti4uot { direction: rtl; }
[dir="rtl"] .ut16 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .i2dvsq .md3r,
[dir="rtl"] .cnnj .md3r,
[dir="rtl"] .egfa .md3r,
[dir="rtl"] .jonn .md3r {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .i2dvsq .md3r li::before,
[dir="rtl"] .cnnj .md3r li::before,
[dir="rtl"] .egfa .md3r li::before,
[dir="rtl"] .jonn .md3r li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .p1a7f2.qsjzv .tj55g { align-items: flex-end; text-align: right; }
[dir="rtl"] .p1a7f2.epobu2h .tj55g { text-align: center; }
[dir="rtl"] .p1a7f2 .tj55g { text-align: right; }
[dir="rtl"] .hi9u,
[dir="rtl"] .tyc0o4,
[dir="rtl"] .hbmiv5,
[dir="rtl"] .u99ptp,
[dir="rtl"] .swvfu6a,
[dir="rtl"] .tuxwc,
[dir="rtl"] .xvd8q,
[dir="rtl"] .jx15xpa6 { text-align: right; direction: rtl; }
[dir="rtl"] .iuhca .xvd8q,
[dir="rtl"] .g0fzuy .xvd8q { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #20566e;
  --brand:           #20566e;
  --brand-light:     #204454;
  --brand-pale:      #365f71;
  --grad-start:      #348db5;
  --grad-end:        #63a6c3;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #20566e;
  --cta-light:       #143e50;
  --cta-hover:       #12303e;
  --bg-page:         #f6f7f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f5;
  --bg-raised:       #eef0f0;
  --bg-hover:        #f3f5f5;
  --border:          #e2e6e8;
  --border-alt:      #d0d8db;
  --border-section:  #e2e6e8;
  --text-primary:    #171a1b;
  --text-muted:      #535b5f;
  --text-body:       #2f3436;
  --text-sub:        #474e51;
  --text-faint:      #778287;
  --text-dim:        #929b9f;
  --text-label:      #5f686c;
  --text-value:      #3b4143;
  --accent-bg:       #e5ecef;
  --accent-bg-light: #cee0e7;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f4f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #19895a;
  --c-cons:          #9f2154;
  --c-pros-label:    #1ea36b;
  --c-tip-border:    #21b476;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #19895a;
}
:root { --logo-bg-opacity: 59%; }
body, button, input { font-family: "Plus Jakarta Sans", sans-serif; }
.a6sue .ttyva, .a6sue .p1a7f2 { min-height: 420px; }
.zo2m44zo .q563::after, .zo2m44zo .w491e::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.xt6nf::before { content: '•'; }