:root {
  --color-accent: #3ec0bc;
  --color-cta: #003737;
  --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;
}
.cahav6 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ktft {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.z4xf3 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ehl9be { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.f70nfj { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.f70nfj a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.f70nfj a:hover { color: var(--accent-light); }
.dvy95v   .ipi1mh { border-radius: 0; }
.tc7x  .ipi1mh li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .ipi1mh {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .nl13:hover .ipi1mh,
  .nl13:focus-within .ipi1mh { display: block; }
  .ipi1mh li a { padding: 8px 16px; font-size: 0.88rem; }
}
.mosj2 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.nhi3 { display: none; }
@media (max-width: 640px) {
  .nhi3 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .nhi3.t7g37ypb { display: block; }
}
@media (max-width: 640px) {
  .mosj2 { display: block; }
  .f70nfj > li + li::before { display: none !important; }
  .f70nfj {
    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;
  }
  .f70nfj.t7g37ypb { display: flex; }
  .f70nfj li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .f70nfj li:last-child a { border-bottom: none; }
}
.qaiu { min-height: 480px; }
.kyogk7 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.akyq { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.hsn3cv0f .akyq { margin-left: 0; margin-right: 0; }
.owni3u80 {
  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;
}
.eap7 .owni3u80 { margin-top: 24px; }
.owni3u80:hover { opacity: 0.88; }
.f31vqhde .kyogk7 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.f31vqhde .akyq { color: #e2e8f0; }
.f31vqhde.hsn3cv0f   .n0dcbr { text-align: left; }
.eoyj7 .kyogk7 { color: var(--text-primary); text-shadow: none; }
.eoyj7 .akyq { color: var(--text-muted); }
.eoyj7 .owni3u80 { margin-top: 16px; }
.eoyj7, .eoyj7.qaiu { min-height: auto !important; }
.eoyj7.hsn3cv0f   .n0dcbr { text-align: left; }
.eoyj7~.xlk4{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.eoyj7~.xlk4 .etmvnd9t{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.h799 .xbqh4,
.h799 .tfesxl {
  position: relative; overflow: hidden;
}
.h799 .xbqh4::after,
.h799 .tfesxl::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.h799 .f31vqhde .mqmf9jr {
  overflow: hidden;
}
.h799 .f31vqhde .mqmf9jr::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.xbqh4 .kyogk7 { color: #fff; }
.xbqh4 .akyq { color: rgba(255,255,255,0.85); }
.xbqh4 .owni3u80 { background: #fff; color: var(--cta); }
.xbqh4 .owni3u80:hover { opacity: 0.92; }
.h799 .ojinuqm { position: relative; overflow: hidden; }
.h799 .ojinuqm::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;
}
.tvl8 .ojinuqm {
  animation: hg-breathe 7s ease-in-out infinite;
}
.w4xm3 .ojinuqm { position: relative; overflow: hidden; }
.w4xm3 .ojinuqm::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;
}
.ijnt .ojinuqm { position: relative; overflow: hidden; }
.ijnt .ojinuqm::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;
}
.nz7937 .ojinuqm {
  animation: hg-fadein 1.2s ease-out both;
}
.ojinuqm {
  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%);
}
.r7u9ez8i {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.gtl0l49 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.pozd0 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.ojinuqm .kyogk7 { text-shadow: none; color: var(--text-primary); }
.ojinuqm .akyq { color: var(--text-muted); }
body.zm3qs .kyogk7 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.f7sfhe .kyogk7 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qaiu.xbqh4 .kyogk7,
section.xbqh4 .kyogk7 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ojinuqm.rncn1v .r7u9ez8i { align-items: center; text-align: center; }
.ojinuqm.hsn3cv0f   .r7u9ez8i { align-items: flex-start; text-align: left; }
.wqj1vj .gtl0l49 { position: relative; }
.wqj1vj .gtl0l49::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.wqj1vj.ddmt4le .gtl0l49::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.ybjiz .gtl0l49 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.ybjiz .pozd0 {
  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);
}
.ybjiz.ddmt4le .gtl0l49 { padding: 32px 0 32px 32px; }
.yt63rd6n .gtl0l49 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.yt63rd6n .pozd0 {
  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);
}
.ddmt4le .r7u9ez8i {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.yt63rd6n.ddmt4le .gtl0l49 { padding: 40px 16px 40px 48px; }
.qaiu .n0zb4 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.n0zb4 .nw5fs7.nmlowb {
  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;
}
.n0zb4 .nw5fs7.nmlowb:hover { opacity: 0.85; }
.g18oz1xz .gtl0l49 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .ojinuqm { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ojinuqm:not(.g18oz1xz) .gtl0l49 { display: none !important; }
  .g18oz1xz .gtl0l49 { padding: 16px; }
  .r7u9ez8i  { padding: 36px 24px; }
  .ojinuqm~.xlk4,.ddmt4le~.xlk4{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .qaiu, .ojinuqm { min-height: 320px !important; }
  .kyogk7 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .o95br,
  .eakr9nz,
  .zi71fa0 { grid-template-columns: 1fr !important; }

  

  
  .a8v2ai { display: flex !important; flex-direction: column !important; }
  .a8v2ai .n0dcbr { display: contents; }
  .a8v2ai .mqmf9jr { order: 0; }
  .a8v2ai .kyogk7 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .a8v2ai .o95br { order: 2; padding: 0 16px 12px !important; }
  .a8v2ai .akyq { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .eap7 .n0dcbr { display: flex; flex-direction: column; }
  .eap7 .n0dcbr .kyogk7 { order: 1; }
  .eap7 .n0dcbr .zi71fa0 { order: 2; margin: 8px 0 24px !important; }
  .eap7 .n0dcbr .akyq { order: 3; }
  .eap7 .n0dcbr .owni3u80 { order: 4; align-self: center; margin-top: 0; }

  
  .ojinuqm.g18oz1xz {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ojinuqm.g18oz1xz .r7u9ez8i { display: contents; padding: 0; }
  .ojinuqm.g18oz1xz .r7u9ez8i .kyogk7 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ojinuqm.g18oz1xz .gtl0l49 { order: 2; padding: 12px 16px; }
  .ojinuqm.g18oz1xz .r7u9ez8i .akyq { order: 3; padding: 0 24px; margin: 0 auto; }
  .ojinuqm.g18oz1xz .r7u9ez8i .owni3u80 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.howywdq { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.guqg1cgy { width: 100%; height: auto; display: block; border-radius: 10px; }
.ciphfsx .howywdq        { border-radius: 16px; }
.ciphfsx .guqg1cgy  { border-radius: 16px; }
.i12l6fp .howywdq         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.i12l6fp .guqg1cgy   { border-radius: 8px; }
.b9diviqd { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.i744b766 { width: 100%; padding: 32px 0; position: relative; }
.q36vrncw { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ljozsw .i744b766:nth-child(even) { background: var(--bg-surface); }
.ljozsw .i744b766:nth-child(odd)  { background: var(--bg-page); }
.hvin .i744b766:nth-child(even) { background: var(--bg-card); }
.hvin .i744b766:nth-child(odd)  { background: var(--bg-page); }
.ljozsw .i744b766:nth-child(odd)  .q36vrncw { background: var(--bg-card); border-radius: 6px; }
.ljozsw .i744b766:nth-child(even) .q36vrncw { background: var(--bg-raised); border-radius: 6px; }
.hvin .i744b766:nth-child(odd)  .q36vrncw { background: var(--bg-card); border-radius: 6px; }
.hvin .i744b766:nth-child(even) .q36vrncw { background: var(--bg-raised); border-radius: 6px; }
.ljozsw .i744b766:nth-child(even) .jcf7h .gx23clwg,
.hvin .i744b766:nth-child(even) .jcf7h .gx23clwg { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ljozsw .i744b766:nth-child(odd) .jcf7h .gx23clwg,
.hvin .i744b766:nth-child(odd) .jcf7h .gx23clwg { background: var(--bg-card-inner); }
.ljozsw .i744b766:nth-child(even) .pjdh00t .gx23clwg:nth-child(odd),
.hvin .i744b766:nth-child(even) .pjdh00t .gx23clwg:nth-child(odd)  { background: var(--bg-card); }
.ljozsw .i744b766:nth-child(even) .pjdh00t .gx23clwg:nth-child(even),
.hvin .i744b766:nth-child(even) .pjdh00t .gx23clwg:nth-child(even) { background: var(--bg-card-inner); }
h1.aiiz { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.aiiz {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.wn4y { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.w7x7z h2.aiiz {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ect7jcg3 h2.aiiz {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.qd04qn7 h2.aiiz {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.u6byo h2.aiiz::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.v36k h2.aiiz {
  color: var(--text-primary); font-size: 1.7rem;
}
.m6x4h h2.aiiz::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.gvueg172 h2.aiiz {
  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;
}
.paeer { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .paeer { display: none; } }
.y5bn { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.xfcix0 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.kx5l {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.fju9jeq8 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.z6nlcog3 { padding-left: 20px; }
.z6nlcog3 li { margin-bottom: 6px; }
.z6nlcog3 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.z6nlcog3 a:hover { color: var(--accent-light); }
.snpv .fju9jeq8 { display: none; }
.f7g0z58j .fju9jeq8 { display: none; }
.f7g0z58j .z6nlcog3 { padding-left: 0; list-style: none; }
.f7g0z58j .z6nlcog3 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.f7g0z58j .z6nlcog3 a { font-size: 0.92rem; }
.zzdu7kzs .kx5l { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zzdu7kzs .fju9jeq8 { display: none; }
.zzdu7kzs .z6nlcog3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zzdu7kzs .z6nlcog3 li { margin-bottom: 0; }
.zzdu7kzs .z6nlcog3 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;
}
.zzdu7kzs .z6nlcog3 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.eol0v4jm .kx5l { padding: 20px 20px 16px; }
.eol0v4jm .z6nlcog3 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.eol0v4jm .z6nlcog3 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.eol0v4jm .z6nlcog3 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;
}
.eol0v4jm .z6nlcog3 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;
}
.eol0v4jm .z6nlcog3 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.eol0v4jm .z6nlcog3 a:focus,
.eol0v4jm .z6nlcog3 a:focus-visible,
.eol0v4jm .z6nlcog3 a:target { outline: none; }
.eol0v4jm .z6nlcog3 li:target a { border-color: var(--border); color: var(--text-muted); }
.mtclu .kx5l { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.mtclu .fju9jeq8 { display: none; }
.mtclu .z6nlcog3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.mtclu .z6nlcog3 li { margin-bottom: 0; }
.mtclu .z6nlcog3 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.mtclu .z6nlcog3 li:last-child::after { content: ""; margin-right: 0; }
.mtclu .z6nlcog3 a { font-size: 0.9rem; }
.gx23clwg { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.jcf7h .gx23clwg { background: var(--bg-card); }
.pjdh00t .gx23clwg:nth-child(odd)  { background: var(--bg-card); }
.pjdh00t .gx23clwg:nth-child(even) { background: var(--bg-raised); }
.da0si .gx23clwg {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.da0si .gx23clwg:last-child { border-bottom: none; }
.da0si h3.wn4y { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.wyzu .gx23clwg {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.wyzu .gx23clwg + .gx23clwg { margin-top: 4px; }
.hmhhbppl .gx23clwg { background: none; border-radius: 0; padding: 12px 0; }
.hmhhbppl .gx23clwg + .gx23clwg { border-top: 1px solid var(--border-section); }
.d6ucrqt4 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.pkynx { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.hzbrd { color: var(--text-body); margin-bottom: 10px; }
.ge17vzn, .x8ho0tz { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ge17vzn li, .x8ho0tz li { margin-bottom: 6px; }
.x8ho0tz li { list-style: decimal; }
.o417yu8     .ge17vzn { list-style-type: "● "; }
.r8rojf  .ge17vzn { list-style-type: "■ "; }
.ekt44d0 .ge17vzn { list-style-type: "◆ "; }
.i7lix    .ge17vzn { list-style-type: "★ "; }
.o417yu8     .vvmmt { list-style-type: "● "; }
.r8rojf  .vvmmt { list-style-type: "■ "; }
.ekt44d0 .vvmmt { list-style-type: "◆ "; }
.i7lix    .vvmmt { list-style-type: "★ "; }
.o417yu8    .ge17vzn li::marker, .o417yu8    .vvmmt li::marker,
.r8rojf .ge17vzn li::marker, .r8rojf .vvmmt li::marker,
.ekt44d0 .ge17vzn li::marker, .ekt44d0 .vvmmt li::marker,
.i7lix   .ge17vzn li::marker, .i7lix   .vvmmt li::marker {
  color: var(--cta); font-size: 1em;
}
.o417yu8 .x8ho0tz,
.r8rojf .x8ho0tz,
.ekt44d0 .x8ho0tz,
.i7lix .x8ho0tz {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.o417yu8 .x8ho0tz li,
.r8rojf .x8ho0tz li,
.ekt44d0 .x8ho0tz li,
.i7lix .x8ho0tz li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.o417yu8 .x8ho0tz li::before,
.r8rojf .x8ho0tz li::before,
.ekt44d0 .x8ho0tz li::before,
.i7lix .x8ho0tz 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;
}
.o417yu8     .x8ho0tz li::before { border-radius: 50%; }
.r8rojf  .x8ho0tz li::before { border-radius: 3px; }
.ekt44d0 .x8ho0tz li::before { border-radius: 3px; }
.i7lix    .x8ho0tz li::before { border-radius: 50%; }
.kvj9 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.qrt2 .kvj9,
.oo0xbao .kvj9 { background: transparent; border: none; border-radius: 0; }
.d3zkiv { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.d3zkiv th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.d3zkiv td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.d3zkiv tr:hover td { background: var(--bg-hover); }
.vhghbu .d3zkiv tbody tr:nth-child(even) td { background: var(--bg-surface); }
.gwykhk .d3zkiv { border: 1px solid var(--border-alt); }
.gwykhk .d3zkiv th,
.gwykhk .d3zkiv td { border: 1px solid var(--border-alt); }
.dbevc .d3zkiv th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.dbevc .d3zkiv td { border-bottom: none; }
.dbevc .d3zkiv tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.f2psb .d3zkiv th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.msizh .kvj9 {
  overflow: hidden;
}
.msizh .d3zkiv th { border-bottom: 1px solid var(--border-alt); }
.msizh .d3zkiv tr:last-child td { border-bottom: none; }
.n2b4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.g1kadcl7 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.gs98 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.z03n { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.rb28 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.vvmmt { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.vvmmt 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%}
.kw0bak .z03n { background: transparent; text-align: center; }
.aor5nq .gs98 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.y55i .gs98 {
  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);
}
.cuuo6lu .g1kadcl7 { display: grid; grid-template-columns: auto 1fr; }
.cuuo6lu .gs98 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.cuuo6lu .z03n { grid-column: 2; }
.cuuo6lu .rb28,
.cuuo6lu .vvmmt { grid-column: 1 / -1; }
.zhgo .g1kadcl7 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.zhgo .gs98 {
  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);
}
.zhgo .z03n { grid-column: 2; }
.zhgo .rb28,
.zhgo .vvmmt { grid-column: 1 / -1; }
.je7o .g1kadcl7 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.je7o .z03n { background: none; color: var(--accent-light); font-weight: 700; }
.ec6w .g1kadcl7 { 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); }
.ec6w .z03n { background: none; color: var(--accent-light); font-weight: 700; }
.axpro9 .g1kadcl7 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.axpro9 .g1kadcl7:last-child { border-bottom: none; }
.axpro9 .z03n { background: none; color: var(--accent-light); font-weight: 700; }
.ucn1 .g1kadcl7 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.ucn1 .z03n { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.f48n1 .n2b4 { counter-reset: card-n; }
.f48n1 .g1kadcl7  { counter-increment: card-n; }
.f48n1 .z03n { display: flex; align-items: center; gap: 10px; }
.f48n1 .z03n::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;
}
.r98l3l .g1kadcl7 { background: var(--bg-surface); border: 1px solid var(--border); }
.r98l3l .z03n { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.p6o7y { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.wv4z  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.ruad { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.enmt { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.p6o7y strong { color: var(--text-primary); font-size: 0.95rem; }
.p6o7y p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.guqg1cgy { width: 100%; height: auto; border-radius: 10px; display: block; }
.nmlowb {
  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;
}
.nmlowb:hover { opacity: 0.85; }
.aw9puf .nmlowb  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.aw9puf .nmlowb:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.f2lf .nmlowb  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.f2lf .nmlowb:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ch4aj .owni3u80 { border-radius: 50px; }
.ch4aj .nmlowb  { border-radius: 50px; }
.dneqzsn .owni3u80 { padding-left: 22px; padding-right: 22px; }
.dneqzsn .nmlowb  { padding-left: 12px; padding-right: 12px; }
.bvey95 .owni3u80 { padding-left: 44px; padding-right: 44px; }
.bvey95 .nmlowb  { padding-left: 24px; padding-right: 24px; }
.ps592 .owni3u80 { padding-left: 56px; padding-right: 56px; }
.ps592 .nmlowb  { padding-left: 32px; padding-right: 32px; }
.kd79s57t   .owni3u80::after, .kd79s57t   .nmlowb::after,
.d2npn0q .owni3u80::after, .d2npn0q .nmlowb::after,
.w37plv    .owni3u80::after, .w37plv    .nmlowb::after,
.myjvy    .owni3u80::after, .myjvy    .nmlowb::after,
.qtzp6l    .owni3u80::after, .qtzp6l    .nmlowb::after,
.pe93mu     .owni3u80::after, .pe93mu     .nmlowb::after,
.gp25    .owni3u80::after, .gp25    .nmlowb::after,
.ibnbwp   .owni3u80::after, .ibnbwp   .nmlowb::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;
}
.kd79s57t .owni3u80::after, .kd79s57t .nmlowb::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");
}
.d2npn0q .owni3u80::after, .d2npn0q .nmlowb::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");
}
.w37plv .owni3u80::after, .w37plv .nmlowb::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");
}
.myjvy .owni3u80::after, .myjvy .nmlowb::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");
}
.qtzp6l .owni3u80::after, .qtzp6l .nmlowb::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");
}
.pe93mu .owni3u80::after, .pe93mu .nmlowb::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");
}
.gp25 .owni3u80::after, .gp25 .nmlowb::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");
}
.ibnbwp .owni3u80::after, .ibnbwp .nmlowb::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");
}
.cc2v   .l4xn4n1p::after, .cc2v   .xu7wv22z::after,
.phm7z .l4xn4n1p::after, .phm7z .xu7wv22z::after,
.p2pwjj    .l4xn4n1p::after, .p2pwjj    .xu7wv22z::after,
.volkvzve    .l4xn4n1p::after, .volkvzve    .xu7wv22z::after,
.twq8kj    .l4xn4n1p::after, .twq8kj    .xu7wv22z::after,
.pvra15m3     .l4xn4n1p::after, .pvra15m3     .xu7wv22z::after,
.bzf3    .l4xn4n1p::after, .bzf3    .xu7wv22z::after,
.byd2xo   .l4xn4n1p::after, .byd2xo   .xu7wv22z::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;
}
.cc2v .l4xn4n1p::after, .cc2v .xu7wv22z::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");
}
.phm7z .l4xn4n1p::after, .phm7z .xu7wv22z::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");
}
.p2pwjj .l4xn4n1p::after, .p2pwjj .xu7wv22z::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");
}
.volkvzve .l4xn4n1p::after, .volkvzve .xu7wv22z::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");
}
.twq8kj .l4xn4n1p::after, .twq8kj .xu7wv22z::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");
}
.pvra15m3 .l4xn4n1p::after, .pvra15m3 .xu7wv22z::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");
}
.bzf3 .l4xn4n1p::after, .bzf3 .xu7wv22z::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");
}
.byd2xo .l4xn4n1p::after, .byd2xo .xu7wv22z::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");
}
.j58lw .pg5f3n    { background: transparent; padding: 0; }
.nw5fs7.nmlowb {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .qr5hscj {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .qr5hscj::before    { grid-area: rank;   }
  .j0jdckgr           { grid-area: ident;  }
  .r5tis     { grid-area: rating; min-width: 0; width: auto; }
  .q432z9           { grid-area: pills;  }
  .nw5fs7             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .qr5hscj {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .qr5hscj::before    { justify-self: center; }
  .j0jdckgr           { width: 100%; }
  .r5tis     { justify-self: center; }
  .q432z9           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .n1ye93 .p3ezz {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .n1ye93 .skdufb { margin: 0; }
}
@media (max-width: 720px) {
  .jx25vw { grid-template-columns: 1fr; }
  .y9ggm1 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .y9ggm1 .yrc03 { width: 72px; height: 50px; }
  .y9ggm1 .t8972 { max-width: 180px; }
  .y9ggm1 .vb5lz { width: auto; }
}
@media (max-width: 720px) {
  .e4vanp { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .y5xzkb8 { padding: 16px; }
  .bt6u .oxxczq6 { min-width: 50%; }
}
@media (max-width: 860px) {
  .cbf9 { grid-template-columns: 1fr; }
  .cu11s73d { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .nlhivfu { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .jcuyv { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .ye6vdgx { flex-direction: column; align-items: stretch; }
}
.tod6k .vb5lz .nmlowb { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .i1c3 { flex-direction: column; align-items: stretch; gap: 10px; }
  .tod6k .vb5lz { text-align: center; }
}
@media (max-width: 720px) {
  .pv0s59d { grid-template-columns: 1fr; }
  .wobe { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .qn6kyux { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .pm7n2t { grid-template-columns: 1fr; }
  .x566r { width: 100px; height: 100px; margin: 16px auto; }
  .ybmv { font-size: 1.4rem; }
  .zpee8dy { justify-content: center; }
  .gwzupwqh .oxxczq6 { min-width: 50%; }
}
@media (max-width: 540px) {
  .cqx8s956 { flex-wrap: wrap; padding: 14px 16px; }
  .v7279p5 { padding: 12px 16px; }
  .rtma .dm04g { margin: 0 16px; }
  .rtma .dst5r7x { padding: 0 16px; }
  .n9mwsexc { padding: 12px 16px; }
}
.kjmrn .zkik {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.kjmrn .qr5hscj {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.kjmrn .qr5hscj:last-child { border-bottom: none; }
.kjmrn .j0jdckgr,
.kjmrn .r5tis,
.kjmrn .q432z9 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.xi4fgk .q432z9 .is4fw1b {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.v5wfewt { margin: 16px 0; }
.mlrl { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.mlrl summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.mlrl summary::after { content: "+"; color: var(--accent-light); }
.mlrl[open] summary::after { content: "−"; }
.mlrl p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.i744b766 { margin-bottom: 0; }
.n47c80 h2.aiiz { color: var(--text-primary); border-color: var(--accent-light); }
.b4p0hvam h2.aiiz { color: var(--text-primary); border-color: var(--accent-light); }
.vwd18 .wv4z     { background: #052e16; border-color: #10b981; }
.vwd18 .ruad    { background: #1e1036; border-color: #a855f7; }
.vwd18 .p6o7y strong  { color: #f1f5f9; }
.vwd18 .p6o7y p       { color: #cbd5e1; }
.vwd18 .m43z7d    .wv4z     .enmt::before,
.vwd18 .ma454  .wv4z     .enmt::before,
.vwd18 .r3rpye  .wv4z     .enmt::before,
.vwd18 .x282qcz .wv4z     .enmt::before { color: #10b981; }
.vwd18 .m43z7d    .jy0nb .enmt::before,
.vwd18 .ma454  .jy0nb .enmt::before,
.vwd18 .r3rpye  .jy0nb .enmt::before,
.vwd18 .x282qcz .jy0nb .enmt::before { color: #f43f5e; }
.vwd18 .m43z7d    .ruad    .enmt::before,
.vwd18 .ma454  .ruad    .enmt::before,
.vwd18 .r3rpye  .ruad    .enmt::before,
.vwd18 .x282qcz .ruad    .enmt::before { color: #a855f7; }
.ol81qhnv .wv4z     { background: #2d2000; border-color: #eab308; }
.ol81qhnv .ruad    { background: #2d1600; border-color: #f97316; }
.ol81qhnv .p6o7y strong  { color: #f1f5f9; }
.ol81qhnv .p6o7y p       { color: #cbd5e1; }
.ol81qhnv .m43z7d    .wv4z     .enmt::before,
.ol81qhnv .ma454  .wv4z     .enmt::before,
.ol81qhnv .r3rpye  .wv4z     .enmt::before,
.ol81qhnv .x282qcz .wv4z     .enmt::before { color: #eab308; }
.ol81qhnv .m43z7d    .jy0nb .enmt::before,
.ol81qhnv .ma454  .jy0nb .enmt::before,
.ol81qhnv .r3rpye  .jy0nb .enmt::before,
.ol81qhnv .x282qcz .jy0nb .enmt::before { color: #ef4444; }
.ol81qhnv .m43z7d    .ruad    .enmt::before,
.ol81qhnv .ma454  .ruad    .enmt::before,
.ol81qhnv .r3rpye  .ruad    .enmt::before,
.ol81qhnv .x282qcz .ruad    .enmt::before { color: #f97316; }
.irhjo .wv4z     { background: #0c1a2e; border-color: #38bdf8; }
.irhjo .ruad    { background: #0a2020; border-color: #2dd4bf; }
.irhjo .p6o7y strong  { color: #f1f5f9; }
.irhjo .p6o7y p       { color: #cbd5e1; }
.irhjo .m43z7d    .wv4z     .enmt::before,
.irhjo .ma454  .wv4z     .enmt::before,
.irhjo .r3rpye  .wv4z     .enmt::before,
.irhjo .x282qcz .wv4z     .enmt::before { color: #38bdf8; }
.irhjo .m43z7d    .jy0nb .enmt::before,
.irhjo .ma454  .jy0nb .enmt::before,
.irhjo .r3rpye  .jy0nb .enmt::before,
.irhjo .x282qcz .jy0nb .enmt::before { color: #818cf8; }
.irhjo .m43z7d    .ruad    .enmt::before,
.irhjo .ma454  .ruad    .enmt::before,
.irhjo .r3rpye  .ruad    .enmt::before,
.irhjo .x282qcz .ruad    .enmt::before { color: #2dd4bf; }
.o3bfgir0 .wv4z     { background: var(--accent-bg); border-color: var(--accent-light); }
.o3bfgir0 .jy0nb { background: var(--accent-bg-light); border-color: var(--accent-light); }
.o3bfgir0 .ruad    { background: var(--accent-bg); border-color: var(--accent-pale); }
.o3bfgir0 .m43z7d    .enmt::before,
.o3bfgir0 .ma454  .enmt::before,
.o3bfgir0 .r3rpye  .enmt::before,
.o3bfgir0 .x282qcz .enmt::before { color: var(--accent-light) !important; }
.tyr8 .cxvvk0vz { background: var(--bg-pros); }
.tyr8 .exyvik { background: var(--bg-cons); }
.tyr8 .cxvvk0vz .u40p66 { color: var(--c-pros-label); }
.tyr8 .exyvik .xmokj { color: var(--c-cons); }
.tyr8 .cxvvk0vz ul li,
.tyr8 .t7pbffv li          { color: var(--c-pros); }
.tyr8 .exyvik ul li,
.tyr8 .x2vyy li          { color: var(--c-cons); }
.n0uc3dg .p6o7y { background: transparent; border-left: none; border: 1.5px solid; }
.n0uc3dg .wv4z     { border-color: var(--c-tip-border); }
.n0uc3dg .ruad    { border-color: #60a5fa; }
.n0uc3dg .p6o7y strong { color: var(--text-primary); }
.n0uc3dg .p6o7y p      { color: var(--text-muted); }
.otd7 .p6o7y { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.otd7 .wv4z     { border-top-color: var(--c-tip-border); }
.otd7 .ruad    { border-top-color: #60a5fa; }
.m5xup4c .p6o7y { border-left: none; border-radius: 8px; }
.m5xup4c .wv4z     { background: #065f46; }
.m5xup4c .ruad    { background: #1e3a8a; }
.m5xup4c .p6o7y strong,
.m5xup4c .p6o7y p { color: #fff; }
.m5xup4c .enmt::before { color: rgba(255,255,255,0.85) !important; }
.vwd18.m5xup4c .wv4z,
.vwd18 .m5xup4c .wv4z     { background: #052e16; }
.vwd18.m5xup4c .ruad,
.vwd18 .m5xup4c .ruad    { background: #1e1036; }
.ol81qhnv.m5xup4c .wv4z,
.ol81qhnv .m5xup4c .wv4z      { background: #2d2000; }
.ol81qhnv.m5xup4c .ruad,
.ol81qhnv .m5xup4c .ruad     { background: #2d1600; }
.irhjo.m5xup4c .wv4z,
.irhjo .m5xup4c .wv4z      { background: #0c1a2e; }
.irhjo.m5xup4c .ruad,
.irhjo .m5xup4c .ruad     { background: #0a2020; }
.kt7g .p6o7y { border-left: none; border-radius: 6px; padding: 10px 14px; }
.kt7g .wv4z     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.kt7g .jy0nb { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.kt7g .ruad    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.kt7g .p6o7y strong { color: var(--text-primary); }
.kt7g .p6o7y p      { color: var(--text-muted); }
.l40f .p6o7y { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.m43z7d .enmt,
.ma454 .enmt,
.r3rpye .enmt,
.x282qcz .enmt { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.m43z7d .enmt::before,
.ma454 .enmt::before,
.r3rpye .enmt::before,
.x282qcz .enmt::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.m43z7d .wv4z     .enmt::before { content: "✦"; color: var(--c-tip-border); }
.m43z7d .jy0nb .enmt::before { content: "▲"; color: var(--c-warn-border); }
.m43z7d .ruad    .enmt::before { content: "◉"; color: #60a5fa; }
.ma454 .wv4z     .enmt::before { content: "★"; color: var(--c-tip-border); }
.ma454 .jy0nb .enmt::before { content: "◆"; color: var(--c-warn-border); }
.ma454 .ruad    .enmt::before { content: "●"; color: #60a5fa; }
.r3rpye .wv4z     .enmt::before { content: "▶"; color: var(--c-tip-border); }
.r3rpye .jy0nb .enmt::before { content: "■"; color: var(--c-warn-border); }
.r3rpye .ruad    .enmt::before { content: "▸"; color: #60a5fa; }
.x282qcz .wv4z     .enmt::before { content: "→"; color: var(--c-tip-border); }
.x282qcz .jy0nb .enmt::before { content: "⬥"; color: var(--c-warn-border); }
.x282qcz .ruad    .enmt::before { content: "◈"; color: #60a5fa; }
.jljrtn4r .jcf7h .gx23clwg,
.jljrtn4r .pjdh00t .gx23clwg  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.jljrtn4r .g1kadcl7                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.jljrtn4r .kvj9          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.jljrtn4r .kx5l                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ez3zzcxj .jcf7h .gx23clwg,
.ez3zzcxj .pjdh00t .gx23clwg,
.ez3zzcxj .g1kadcl7,
.ez3zzcxj .qr5hscj,
.ez3zzcxj .skdufb,
.ez3zzcxj .kvj9,
.ez3zzcxj .kx5l,
.ez3zzcxj .l40f .p6o7y { box-shadow: none; }
.jbtvon   body, .jbtvon   { font-size: 0.9rem; }
.jbtvon   .hzbrd, .jbtvon .d6ucrqt4, .jbtvon .pkynx,
.jbtvon   .y5bn, .jbtvon .xfcix0 { font-size: 0.9rem; }
.jbtvon   .ge17vzn, .jbtvon .x8ho0tz { font-size: 0.9rem; }
.lp745nv   .hzbrd, .lp745nv .d6ucrqt4, .lp745nv .pkynx,
.lp745nv   .y5bn, .lp745nv .xfcix0 { font-size: 0.95rem; }
.lp745nv   .ge17vzn, .lp745nv .x8ho0tz { font-size: 0.95rem; }
.v16x   .hzbrd, .v16x .d6ucrqt4, .v16x .pkynx,
.v16x   .y5bn, .v16x .xfcix0 { font-size: 1.08rem; }
.v16x   .ge17vzn, .v16x .x8ho0tz { font-size: 1.05rem; }
.v16x   .d3zkiv { font-size: 0.97rem; }
.n969c4m .kyogk7      { font-size: 3.2rem; }
.n969c4m h2.aiiz { font-size: 1.9rem; }
.n969c4m h3.wn4y     { font-size: 1.4rem; }
.wad6bk .kyogk7      { font-size: 3.8rem; }
.wad6bk h2.aiiz { font-size: 2.2rem; }
.wad6bk h3.wn4y     { font-size: 1.6rem; }
.i744b766 + .i744b766 { position: relative; }
.pu12f   .i744b766 + .i744b766::before,
.ebfj4  .i744b766 + .i744b766::before,
.hplz19s   .i744b766 + .i744b766::before,
.dv4bnp1   .i744b766 + .i744b766::before,
.ho546j   .i744b766 + .i744b766::before,
.h3b5i6x .i744b766 + .i744b766::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.pu12f .i744b766 + .i744b766::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ebfj4 .i744b766 + .i744b766::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.hplz19s .i744b766 + .i744b766::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;
}
.dv4bnp1 .i744b766 + .i744b766::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ef6j .i744b766 { margin-bottom: 16px; }
.ef6j .i744b766 + .i744b766 { margin-top: 0; }
.ef6j .q36vrncw { padding-top: 0; padding-bottom: 0; }
.ho546j .i744b766 + .i744b766::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.h3b5i6x .i744b766 + .i744b766::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.sx33rc .i744b766 + .i744b766::before,
.h55ju9 .i744b766 + .i744b766::before,
.qlk0ehx .i744b766 + .i744b766::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%;
}
.ljozsw .sx33rc .i744b766:nth-child(even)::before,
.ljozsw .h55ju9 .i744b766:nth-child(even)::before,
.ljozsw .qlk0ehx .i744b766:nth-child(even)::before { background: var(--bg-surface); }
.hvin .sx33rc .i744b766:nth-child(even)::before,
.hvin .h55ju9 .i744b766:nth-child(even)::before,
.hvin .qlk0ehx .i744b766:nth-child(even)::before { background: var(--bg-card); }
.sx33rc .i744b766 + .i744b766::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");
}
.h55ju9 .i744b766 + .i744b766::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");
}
.qlk0ehx .i744b766 + .i744b766::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");
}
.f6rtkj .r7u9ez8i,
.k42wa5 .r7u9ez8i { padding-bottom: 60px; }
.s7fbmh0 .r7u9ez8i { padding-bottom: 70px; }
.kave4 .f31vqhde:not(.xbqh4) .mqmf9jr { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.kave4 .xbqh4 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.kave4 .tfesxl { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.kave4 .ojinuqm { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.bdnkat .ojinuqm { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.kucnra .ojinuqm { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.fw2p80bx .ojinuqm { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.hktkwt .ojinuqm { background: var(--accent-bg); }
.toy68r2 .howywdq { float: left; width: 38%; margin: 0 28px 16px 0; }
.toy68r2 .howywdq .guqg1cgy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.toy68r2 .q36vrncw::after { content: ''; display: block; clear: both; }
.o0vui4h .howywdq { float: right; width: 38%; margin: 0 0 16px 28px; }
.o0vui4h .howywdq .guqg1cgy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.o0vui4h .q36vrncw::after { content: ''; display: block; clear: both; }
.nw4r .i744b766:nth-child(odd)  .howywdq { float: left;  width: 38%; margin: 0 28px 16px 0; }
.nw4r .i744b766:nth-child(even) .howywdq { float: right; width: 38%; margin: 0 0 16px 28px; }
.nw4r .howywdq .guqg1cgy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nw4r .q36vrncw::after { content: ''; display: block; clear: both; }
.toy68r2 .n2b4,
.o0vui4h .n2b4,
.nw4r .n2b4,
@media (max-width: 900px) {
  .toy68r2 .howywdq,
  .o0vui4h .howywdq,
  .nw4r .i744b766:nth-child(odd)  .howywdq,
  .nw4r .i744b766:nth-child(even) .howywdq {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .toy68r2 .howywdq .guqg1cgy,
  .o0vui4h .howywdq .guqg1cgy,
  .nw4r .howywdq .guqg1cgy {
    max-height: none !important;
  }
}
.toy68r2 .ge17vzn,
.toy68r2 .x8ho0tz,
.o0vui4h .ge17vzn,
.o0vui4h .x8ho0tz,
.nw4r .ge17vzn,
.nw4r .x8ho0tz { overflow: hidden; }
@media (max-width: 640px) {
  .toy68r2 .howywdq,
  .o0vui4h .howywdq,
  .nw4r .howywdq { float: none; width: 100%; margin: 0 0 16px 0; }
}
.zljkqz .b9diviqd,
.zljkqz .q36vrncw,
.zljkqz .mpmf  { max-width: 1100px; }
.ne69 .b9diviqd,
.ne69 .q36vrncw,
.ne69 .mpmf  { max-width: 1200px; }
.js8bdai .b9diviqd,
.js8bdai .q36vrncw,
.js8bdai .mpmf  { max-width: 1320px; }
.js8bdai { --content-mw: 1320px; }
.b8ha0 { font-size: 0.82rem; color: var(--text-muted); }
.yjiey { display: flex; align-items: center; }
.dy0sye {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.iwbu9 { display: flex; align-items: center; }
.s69m0 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.s69m0:hover { text-decoration: underline; }
.pj01k7 { margin: 0 3px; opacity: 0.45; }
.pj01k7::before { content: '/'; }
.mkn7q { padding: 2px 5px; color: var(--text-main); }
.e2rgir2 .b8ha0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.e2rgir2 .yjiey { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.szjyqkit .b8ha0 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.szjyqkit .yjiey { padding: 0 0 0 12px; }
.tdt8u .yjiey { padding: 0 16px; }
.tdt8u .b8ha0 {
  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);
}
.tdt8u .b9diviqd { padding-top: 28px; }
@media (max-width: 720px) {
  .z61x { margin-top: 18px; padding: 0 16px; }
  .tdt8u .b9diviqd { padding-top: 16px; }
}
.zljkqz.e2rgir2 .yjiey { max-width: 1100px; }
.ne69.e2rgir2 .yjiey { max-width: 1200px; }
.js8bdai.e2rgir2 .yjiey { max-width: 1320px; }
.js8bdai .z61x { max-width: 1320px; }
.xj0b .i744b766 { padding-top: 16px; padding-bottom: 16px; }
.iebsm .i744b766 { padding-top: 24px; padding-bottom: 24px; }
.yq9vq7z .i744b766 { padding-top: 40px; padding-bottom: 40px; }
.u2wg .i744b766 { padding-top: 52px; padding-bottom: 52px; }
.hn86ar4 .i744b766:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.hn86ar4 .i744b766:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.hn86ar4 .i744b766:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.hn86ar4 .i744b766:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.iu777wh4 .q36vrncw { padding-top: 10px;  padding-bottom: 10px; }
.o2ioe5 .q36vrncw { padding-top: 18px;  padding-bottom: 18px; }
.ufh8qy9r .q36vrncw { padding-top: 36px;  padding-bottom: 36px; }
.n6yq3 .q36vrncw { padding-top: 48px;  padding-bottom: 48px; }
.bj73gi8 h2.aiiz { font-weight: 600; }
.bj73gi8 h3.wn4y     { font-weight: 600; }
.fiw4zc { font-weight: 500; }
.fiw4zc h2.aiiz { font-weight: 800; }
.fiw4zc h3.wn4y     { font-weight: 700; }
.nfgu7n h2.aiiz { font-weight: 900; }
.nfgu7n h3.wn4y     { font-weight: 800; }
.nfgu7n .p6o7y strong,
.nfgu7n .p6o7y strong { font-weight: 600; }
.l4xn4n1p {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.scebe .l4xn4n1p { display: none; }
@media (max-width: 640px) {
  .lgcjxa { display: none; }
  .l4xn4n1p {
    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;
  }
}
.l4xn4n1p { background: var(--cta) !important; color: #fff !important; border: none !important; }
.l4xn4n1p:hover { opacity: 0.85; }
.o6vm8zx .l4xn4n1p { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ln7f8 .l4xn4n1p,
.k7p8i4u5  .l4xn4n1p { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ln7f8 .l4xn4n1p:hover,
.k7p8i4u5  .l4xn4n1p:hover { opacity: 0.88; }
.o6vm8zx.ln7f8 .l4xn4n1p,
.o6vm8zx.k7p8i4u5  .l4xn4n1p { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.xu7wv22z {
  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;
}
.xu7wv22z:hover { transform: translateY(-2px); opacity: 0.92; }
.xu7wv22z { background: var(--cta) !important; color: #fff !important; border: none !important; }
.pfjtgc8k .xu7wv22z { display: none; }
.u1l8q .xu7wv22z { right: 32px; }
.z5ueswn  .xu7wv22z { left: 32px; }
@media (max-width: 480px) {
  .u1l8q .xu7wv22z { right: 20px; bottom: 20px; }
  .z5ueswn  .xu7wv22z { left: 20px; bottom: 20px; }
}
.zafic5x { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.mpmf { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.wnm15ta { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.zvt5l5q { color: var(--text-dim); font-size: 0.8rem; }
.sd313 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.sd313 img { height: 26px; width: auto; object-fit: contain; }
.n51gx { display: flex; flex-direction: column; gap: 6px; }
.n51gx a, .m21xw6oi a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.n51gx a:hover, .m21xw6oi a:hover { color: var(--accent-light); }
.n51gx .w03j25 { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.qr08ct9 .mpmf { text-align: center; }
.qr08ct9 .wnm15ta { margin-top: 0; }
.twoev9x { margin-top: 10px; }
.twoev9x a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .mpmf { padding-left: 16px; padding-right: 16px; }
  .dmdya .mpmf { padding: 20px 16px; }
  .m21xw6oi { gap: 4px 12px; }
  .wnm15ta { font-size: 0.78rem; }
}
.jku2 .jhh4 .sd313 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.jku2 .wnm15ta { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.jku2 .zvt5l5q { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .jku2 .en7v2v59 { grid-template-columns: 1fr 1fr; } .jku2 .jhh4 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jku2 .en7v2v59 { grid-template-columns: 1fr; } }
.ofxmt .sd313 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ofxmt .wnm15ta { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ofxmt .zxboh9d { gap: 12px; } .ofxmt .sd313 { margin-right: 0; width: 100%; } }
.xuz9 .d9kpzu .sd313 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.xuz9 .wnm15ta { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.xuz9 .zvt5l5q { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .xuz9 .uref { grid-template-columns: 1fr 1fr; } .xuz9 .d9kpzu { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xuz9 .uref { grid-template-columns: 1fr; } }
.fjxya .tae0r7cu { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.fjxya .n51gx { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .fjxya .tae0r7cu { grid-template-columns: 1fr 1fr; } .fjxya .mwfe:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fjxya .tae0r7cu { grid-template-columns: 1fr; } }
.jg9c26n .tae0r7cu { grid-template-columns: 1fr 2fr; }
.jg9c26n .rcn1pm .n51gx { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .jg9c26n .tae0r7cu { grid-template-columns: 1fr; } }
.eoay .mpmf { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.bwbtsc0 .cahav6      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.bwbtsc0 .zafic5x { background: var(--bg-page); border-top-color: var(--border-alt); }
.d0801hj .cahav6      { background: #0d1117; border-bottom-color: #21262d; }
.d0801hj .z4xf3 { color: var(--accent-light); }
.d0801hj .f70nfj { --msep-color: #8b949e; }
.d0801hj .f70nfj a { color: #8b949e; }
.d0801hj .f70nfj a:hover { color: var(--accent-light); }
.d0801hj .mosj2 { color: #8b949e; }
.d0801hj .zafic5x { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.d0801hj .wnm15ta,
.d0801hj .zvt5l5q { color: #6e7681; }
.d0801hj .n51gx a, .d0801hj .m21xw6oi a,
.d0801hj .sd313 { color: #e6edf3; }
.d0801hj .n51gx a:hover, .d0801hj .m21xw6oi a:hover,
@media (max-width: 640px) {
  .d0801hj .f70nfj { background: #0d1117; border-top-color: #21262d; }
  .d0801hj .f70nfj li a { border-bottom-color: #21262d; }
}
.ns3cn .cahav6      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ns3cn .z4xf3 { color: var(--accent-light); }
.ns3cn .f70nfj { --msep-color: #475569; }
.ns3cn .f70nfj a { color: #475569; }
.ns3cn .f70nfj a:hover { color: var(--accent-light); }
.ns3cn .mosj2 { color: #64748b; }
.ns3cn .zafic5x { background: #f0f4f8; border-top-color: #cbd5e1; }
.ns3cn .wnm15ta,
.ns3cn .zvt5l5q { color: #64748b; }
.ns3cn .n51gx a, .ns3cn .m21xw6oi a,
.ns3cn .p2xzc6j a, .ns3cn .sd313 { color: #374151; }
.ns3cn .n51gx a:hover, .ns3cn .m21xw6oi a:hover,
@media (max-width: 640px) {
  .ns3cn .f70nfj { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ns3cn .f70nfj li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ln7f8 .cahav6      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ln7f8 .z4xf3 { color: #fff; }
.ln7f8 .f70nfj { --msep-color: rgba(255,255,255,0.82); }
.ln7f8 .f70nfj a { color: rgba(255,255,255,0.82); }
.ln7f8 .f70nfj a:hover { color: #fff; }
.ln7f8 .mosj2 { color: rgba(255,255,255,0.9); }
.ln7f8 .zafic5x { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ln7f8 .wnm15ta,
.ln7f8 .zvt5l5q { color: rgba(255,255,255,0.72); }
.ln7f8 .n51gx a, .ln7f8 .m21xw6oi a,
.ln7f8 .p2xzc6j a, .ln7f8 .sd313 { color: #fff; }
.ln7f8 .n51gx a:hover, .ln7f8 .m21xw6oi a:hover,
@media (max-width: 640px) {
  .ln7f8 .f70nfj { background: var(--accent); border-top-color: var(--accent-light); }
  .ln7f8 .f70nfj li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.k7p8i4u5 .cahav6 {
  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);
}
.k7p8i4u5 .zafic5x {
  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) {
  .k7p8i4u5 .f70nfj {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.o8s0d .ktft { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.qdvy88t0 .ktft { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.n0wyelct .ktft { min-height: 72px; height: auto; }
.yqcky2 .ktft { min-height: 84px; height: auto; }
.dmdya .ktft { max-width: none; padding: 0 32px; }
.dmdya .mpmf  { max-width: none; padding: 24px 32px; }
.vezoa.ne69 .ktft { max-width: 1200px; }
.vezoa.js8bdai .ktft { max-width: 1320px; }
.u044ze   .z4xf3, .u044ze   .sd313 { text-transform: capitalize; }
.pyduj9k .z4xf3, .pyduj9k .sd313 { text-transform: lowercase; }
.ord7az .z4xf3, .ord7az .sd313 { text-transform: uppercase; letter-spacing: 0.06em; }
.gf4cckb, .b4v9wqhv {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mdcgsr5 .gf4cckb,
.mdcgsr5 .b4v9wqhv { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.wg075e .gf4cckb,
.wg075e .b4v9wqhv { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.x1ozi .gf4cckb,
.x1ozi .b4v9wqhv { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.qk94l .gf4cckb,
.qk94l .b4v9wqhv { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.yqrvw   .f70nfj a { font-weight: 500; }
.sovg .f70nfj a { font-weight: 600; }
.uhfkl52     .f70nfj a { font-weight: 700; }
.ptss23    .f70nfj a { font-weight: 800; letter-spacing: 0.01em; }
.lyncs6a     .f70nfj > li + li::before,
.s0pocqt    .f70nfj > li + li::before,
.x82ih    .f70nfj > li + li::before,
.tgvm1a52 .f70nfj > li + li::before,
.kip9 .f70nfj > li + li::before,
.ibo4o  .f70nfj > li + li::before,
.z4hr86    .f70nfj > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.lyncs6a     .f70nfj > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.s0pocqt    .f70nfj > li + li::before { content: "|"; }
.x82ih    .f70nfj > li + li::before { content: "—"; }
.tgvm1a52 .f70nfj > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.kip9 .f70nfj > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ibo4o  .f70nfj > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.z4hr86    .f70nfj > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .s1v9nny .mosj2,
  .g98wl .mosj2,
  .hshca .mosj2,
  .pxedji4 .mosj2,
  .d3lp3 .mosj2 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .s1v9nny .mosj2::before,
  .g98wl .mosj2::before,
  .hshca .mosj2::before,
  .pxedji4 .mosj2::before,
  .d3lp3 .mosj2::before { content: ""; display: block; flex-shrink: 0; }

  
  .s1v9nny .mosj2::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;
  }

  
  .g98wl .mosj2::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;
  }

  
  .hshca .mosj2::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;
  }

  
  .pxedji4 .mosj2::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;
  }

  
  .d3lp3 .mosj2::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) {
  .rd5jyd .mosj2 {
    padding: 5px 14px;
  }
  .rd5jyd .f70nfj {
    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;
  }
  .rd5jyd .f70nfj li a {
    border-bottom: none; padding: 10px 22px;
  }
  .rd5jyd .f70nfj li a:hover { background: var(--bg-raised); }
  .rd5jyd .nhi3,
  .j7xcs .nhi3,
  .z18j6 .nhi3 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .fd0pvyf .mosj2 {
    padding: 5px 10px;
  }
  .fd0pvyf .f70nfj {
    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);
  }
  .fd0pvyf .f70nfj.t7g37ypb { transform: translateX(0); }
  .fd0pvyf .f70nfj li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .fd0pvyf .f70nfj li:last-child a { border-bottom: none; }
  .ln7f8 .f70nfj,
  .d0801hj .f70nfj { background: var(--accent) !important; }
  .ln7f8 .f70nfj li a,
  .d0801hj .f70nfj li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .z18j6 .mosj2 {
    padding: 5px 10px;
  }
  .z18j6 .f70nfj {
    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);
  }
  .z18j6 .f70nfj::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .z18j6 .f70nfj.t7g37ypb { transform: translateY(0); }
  .z18j6 .f70nfj li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .v2zx .mosj2 {
    padding: 5px 10px;
  }
  .v2zx .f70nfj {
    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;
  }
  .v2zx .f70nfj.t7g37ypb { opacity: 1; pointer-events: auto; }
  .v2zx .f70nfj li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .kgy6     .mosj2 { border-radius: 0 !important; }
  .y0gqo   .mosj2 { border-radius: 8px !important; }
  .unvc .mosj2 { border-radius: 50% !important; }
  .hxadu   .mosj2 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .q7k98si .lgphnxzg { flex-direction: column; align-items: stretch; }
  .q7k98si .efwvo { flex-direction: row; min-width: auto; }
  .q7k98si .a8qkffgt { align-items: flex-start; text-align: left; }
}
.jfjx,
.jfjx.i744b766,
.ljozsw .jfjx,
.bq1ynn .jfjx,
.hvin .jfjx,
.z8mvm .jfjx {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.fdwceo {
  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;
}
.hylk { flex: 1 1 280px; min-width: 0; }
.po9tfp {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.xnpue5fk {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.eqo3 {
  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;
}
.eqo3:hover { transform: translateY(-1px); opacity: 0.95; }
.hwke .fdwceo {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.hwke .po9tfp { color: var(--cta); }
.hwke .xnpue5fk { color: var(--text-body); }
.hwke .eqo3 {
  background: var(--cta) !important;
  color: #fff !important;
}
.i2q5 .fdwceo {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.i2q5 .po9tfp { color: var(--text-primary); }
.i2q5 .xnpue5fk { color: var(--text-body); }
.i2q5 .eqo3 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .fdwceo {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .hylk { flex: 0 0 auto; }
  .po9tfp { font-size: 1.2rem; }
  .eqo3 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.rpekzi12 .ehl9be { height: 36px; }
.qgjley3c .ehl9be { height: 60px; max-width: 200px; }
.s8bmxi4a .ehl9be { height: 56px; max-width: 180px; }
.xi4fgk .is4fw1b {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .ednckwe6 .zkik {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ednckwe6 .qr5hscj {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ednckwe6 .qr5hscj { padding: 40px 16px 20px; }
  .ednckwe6 .is4fw1b {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ednckwe6 .nw5fs7 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .eu78b .qr5hscj {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .eu78b .qr5hscj::before {
    position: absolute; top: 14px; left: 14px;
  }
  .eu78b .j0jdckgr {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .eu78b .w2cnmb { white-space: normal; text-align: center; font-size: 1.2rem; }
  .eu78b .is4fw1b {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .eu78b .nw5fs7 { width: 100%; min-width: 0; }
  .eu78b .jv3d { min-width: 0; }
}
.be0rx .mlrl {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.be0rx .mlrl summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.be0rx .mlrl p { padding: 0 2px 16px; }
.l4yn1 .mlrl { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.l4yn1 .mlrl summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.l4yn1 .mlrl summary::after { content: "›"; font-size: 1.2em; }
.l4yn1 .mlrl[open] summary::after { content: "‹"; }
.l4yn1 .mlrl p { padding: 10px 22px 4px; }
.dm98bk5 .mlrl {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.dm98bk5 .mlrl summary { color: var(--text-primary); padding-left: 16px; }
.dm98bk5 .mlrl summary::after { content: "›"; font-size: 1.1em; }
.dm98bk5 .mlrl[open] summary::after { content: "‹"; }
.dm98bk5 .mlrl p { padding-left: 16px; }
.wbdb .v5wfewt { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.wbdb .mlrl {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.wbdb .mlrl:last-child { border-bottom: none; }
.wbdb .mlrl summary { color: var(--text-primary); border-radius: 0; }
.wbdb .mlrl summary::after { content: "›"; font-size: 1.1em; }
.wbdb .mlrl[open] summary::after { content: "‹"; }
.tkdd .mlrl { overflow: hidden; }
.tkdd .mlrl summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.tkdd .mlrl summary::after { color: rgba(255,255,255,.75); }
.tkdd .mlrl[open] summary { border-radius: 0; }
.c2u0y8r { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.th9s7qge {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.wl4t3o {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.cm1ffuke { color: var(--text-muted); font-size: 1.05rem; }
.b2hgab7 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.pzdgyc8 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.fm91b490 { margin-bottom: 20px; }
.tlu0chmc {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.fwuz5tst {
  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;
}
.fwuz5tst:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.pym89rs { resize: vertical; min-height: 130px; }
.enfmvarw { width: 100%; margin-top: 8px; }
.l6ajzaqs {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.pv03 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.k9vxatps { color: var(--text-muted); line-height: 1.75; }
.yvebndv { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.yvebndv li { margin-bottom: 6px; }
.lwqhi { max-width: 760px; margin: 0 auto; }
.cc97rmk { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.mqydbc7a { max-width: 760px; margin: 0 auto; }
.wmn1e ul.yvebndv { margin: 0; }
@media (max-width: 640px) { .kq13uz { grid-template-columns: 1fr; gap: 10px; } }
.nkq0u98o { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.eeodabxt { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.w7yw { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.eeodabxt p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.eeodabxt .yvebndv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nkq0u98o { grid-template-columns: 1fr; } }
.f3pz7 { color: inherit; text-decoration: none; }
.f3pz7:hover { color: var(--accent-light); text-decoration: underline; }
.row5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vu5lnv { margin-bottom: 48px; }
.j3ya8tnu { max-width: 760px; margin: 0 auto; }
.pehroa { max-width: 640px; margin: 0 auto; }
.mf5jxp { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.mf5jxp:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.xgtq { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.mf5jxp p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.mf5jxp ul.yvebndv { margin: 0; }
.bily { color: var(--text-muted); line-height: 1.75; }
.imel9fn1 .yvebndv,
.pehroa .yvebndv,
.xipl69sj .yvebndv,
.mgbzymj .yvebndv {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.imel9fn1 .mf5jxp,
.pehroa .mf5jxp { text-align: left; }
.imel9fn1 .xgtq,
.pehroa .xgtq { text-align: center; }
.c5a8g9 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ja9lb7 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.dch8gnc { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.anjd6z { margin-top: 12px; }
.jjd8q { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.jjd8q:hover { border-bottom-color: var(--accent-light); }
.vz918olk { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.vz918olk img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lq94qhj { width: 72px; height: 72px; }
.t62r7b2f { border-radius: 10px; }
.yar2cn { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.xt8h { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.w111 { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .jsghu2l8 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.vmp9xuy .dch8gnc, .vmp9xuy .ja9lb7 { max-width: 640px; }
.ehg6f6c0 .c5a8g9 { font-size: 1.6rem; margin-top: 18px; }
.caaiq .dch8gnc { margin-bottom: 28px; }
@media (max-width: 860px) { .cwpzc { grid-template-columns: 1fr; } .ehg6f6c0 { position: static; text-align: center; } }
.tmvl6v2 .vz918olk { margin: 0 auto 18px; }
.tmvl6v2 .xt8h { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .tfg6uk { grid-template-columns: 1fr; } }
.gh3y .c5a8g9 { font-size: 1.6rem; margin-bottom: 6px; }
.mgbzymj .yvebndv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gh3y { flex-direction: column; text-align: center; } .eghtr { grid-template-columns: 1fr; } }
.w81qufn8 { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.w81qufn8 .c5a8g9 { font-size: 1.35rem; margin: 0 0 4px; }
.w81qufn8 .xt8h { margin: 0; }
.x4je {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.x4je .wl4t3o { color: var(--accent-light); }
.yt9zddt4 .wl4t3o { font-size: 2rem; }
.yt9zddt4 .cm1ffuke { max-width: 680px; }
.cr19 .wl4t3o { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.cr19 .cm1ffuke  { margin: 0; }
@media (max-width: 640px) { .cr19 { flex-direction: column; } }
.mg628 .wl4t3o { color: var(--accent-light); }
.om605g .wl4t3o { color: #fff; }
.om605g .cm1ffuke  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .gl3z9c6 { grid-template-columns: 1fr; } }
.xhumije { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.xhumije .fwuz5tst {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xhumije .fwuz5tst:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.rghzulff .fwuz5tst { background: var(--bg-raised); border-color: transparent; }
.rghzulff .fwuz5tst:focus { background: var(--bg-card); border-color: var(--accent-light); }
.o6zmdo7 .fwuz5tst { border-radius: 100px; padding: 11px 20px; }
.o6zmdo7 .pym89rs { border-radius: 14px; }
.rvx3 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.rvx3 summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.rvx3 summary::-webkit-details-marker { display: none; }
.rvx3 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.rvx3[open] summary::after { content: "−"; }
.umv7 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.nie17 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .nie17 { grid-template-columns: 1fr; } }
.i130 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.i130 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.i130 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.hg6wy2cv { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.hg6wy2cv li { margin-bottom: 6px; }
.flfcnbf6{display:none}
.flfcnbf6:empty,.etmvnd9t:empty{display:none}
.j7g7{position:relative;overflow:visible}
.rs1h .xlk4,.itjbk .xlk4,
.y2kqy .xlk4,.bbdp .xlk4,
.r2g0epq .xlk4,.to1nbui .xlk4{display:block}
.b2ha .dcy59{display:block}
.rs1h .xlk4,.itjbk .xlk4,
.y2kqy .xlk4,.bbdp .xlk4,
.r2g0epq .xlk4{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.rs1h .xlk4 .etmvnd9t,.itjbk .xlk4 .etmvnd9t,
.y2kqy .xlk4 .etmvnd9t,.bbdp .xlk4 .etmvnd9t,
.r2g0epq .xlk4 .etmvnd9t{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.rs1h .d0sk7,.itjbk .d0sk7,
.y2kqy .d0sk7,.bbdp .d0sk7,
.r2g0epq .d0sk7{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.rs1h .xlk4,.itjbk .xlk4{top:12px}
.rs1h .xlk4 .etmvnd9t{margin-right:auto}
.itjbk .xlk4 .etmvnd9t{margin-left:auto}
.itjbk .xlk4{text-align:right}
.y2kqy .xlk4,.bbdp .xlk4{bottom:12px}
.y2kqy .xlk4 .etmvnd9t{margin-right:auto}
.bbdp .xlk4 .etmvnd9t{margin-left:auto}
.bbdp .xlk4{text-align:right}
.r2g0epq .xlk4{position:relative;margin-top:16px}
.r2g0epq .xlk4 .etmvnd9t{margin:0 auto}
.to1nbui .xlk4{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.to1nbui .xlk4 .etmvnd9t{margin:0}
.to1nbui .ojinuqm~.xlk4,
.to1nbui .ddmt4le~.xlk4{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.to1nbui .ojinuqm~.xlk4 .etmvnd9t,
.to1nbui .ddmt4le~.xlk4 .etmvnd9t{justify-content:flex-start}
.ojinuqm~.xlk4,.ddmt4le~.xlk4{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}
.ojinuqm~.xlk4 .etmvnd9t{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ddmt4le~.xlk4 .etmvnd9t{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.dcy59 .etmvnd9t{margin:0 0 12px}
.etmvnd9t{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.d0sk7{white-space:nowrap}
.uyquw .d0sk7{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.ylloiu .d0sk7{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.wei2 .etmvnd9t{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.xcgnxp .d0sk7{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.obhg .d0sk7{color: var(--accent-light);opacity:1;font-weight:500}
.cfk11 .d0sk7{border-bottom:1px solid currentColor;padding-bottom:2px}
.cr1irmw .etmvnd9t{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.h2brhru{--date-bg:var(--accent-bg-light)}
.ukirte3 .suemay::before{content:""}
.w408sijc .d0sk7 + .d0sk7::before{content:"•";margin-right:6px;opacity:.4}
.l1em0ms .d0sk7 + .d0sk7::before{content:"/";margin-right:6px;opacity:.35}
.epwkib .d0sk7 + .d0sk7::before{content:"|";margin-right:6px;opacity:.3}
.a2bs .d0sk7 + .d0sk7::before{content:"—";margin-right:6px;opacity:.3}
.nmutj .d0sk7 + .d0sk7::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.zkkd4h .d0sk7 + .d0sk7::before{content:"·";margin-right:6px;opacity:.4}
.vnep .d0sk7 + .d0sk7::before{content:"›";margin-right:6px;opacity:.4}
.c2iiy0 .d0sk7 + .d0sk7::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.p3tu{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.pw2xyu8{display:flex;flex-direction:column;gap:3px}
.oo2gzp6{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.f8504scq{font-weight:700;font-size:1rem;color:var(--text-heading)}
.soyxoto{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.braxf .p3tu{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.egtr3t5 .p3tu{border-top:3px solid var(--accent);padding-top:18px}
.h7pm5pi7 .p3tu{border-left:3px solid var(--accent);border-radius:0}
.llb4q .p3tu{padding:20px 0}
@media(max-width:640px){
  .p3tu{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .soyxoto{max-width:100%}
}
.twt87mpr .kvj9{margin:0}
@media (max-width:560px){
  .pyn1nt8{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) {
  .rs1v3r { padding: 28px 18px 20px; }
  .nt948jz { font-size: 1.2rem; }
  .nc6m9j { max-width: 220px; max-height: 80px; }
}
.k03e8t92  .sp1or { border-radius: 6px; }
.r3g8xgpe .fdwceo {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .sp1or { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.j08g5 {
  margin: 28px 0 24px;
}
.j08g5 .i744b766 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.j08g5 .q36vrncw {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.j08g5 .fdwceo {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ktft { flex-direction: row-reverse; }
[dir="rtl"] .f70nfj { flex-direction: row-reverse; }
[dir="rtl"] .u1l8q .xu7wv22z { right: auto; left: 32px; }
[dir="rtl"] .z5ueswn  .xu7wv22z { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .u1l8q .xu7wv22z { right: auto; left: 20px; }
  [dir="rtl"] .z5ueswn  .xu7wv22z { left: auto;  right: 20px; }
}
[dir="rtl"] .toy68r2 .howywdq  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .o0vui4h .howywdq { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .ojinuqm,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ge17vzn, [dir="rtl"] .x8ho0tz { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .p6o7y { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .fdwceo { direction: rtl; }
[dir="rtl"] .b8ha0 { direction: rtl; }
[dir="rtl"] .kx5l { direction: rtl; }
[dir="rtl"] .z6nlcog3 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .o417yu8 .x8ho0tz,
[dir="rtl"] .r8rojf .x8ho0tz,
[dir="rtl"] .ekt44d0 .x8ho0tz,
[dir="rtl"] .i7lix .x8ho0tz {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .o417yu8 .x8ho0tz li::before,
[dir="rtl"] .r8rojf .x8ho0tz li::before,
[dir="rtl"] .ekt44d0 .x8ho0tz li::before,
[dir="rtl"] .i7lix .x8ho0tz li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .f31vqhde.hsn3cv0f .n0dcbr,
[dir="rtl"] .eoyj7.hsn3cv0f .n0dcbr,
[dir="rtl"] .xbqh4.hsn3cv0f .n0dcbr,
[dir="rtl"] .a8v2ai.hsn3cv0f .n0dcbr,
[dir="rtl"] .eap7.hsn3cv0f .n0dcbr { text-align: right; }
[dir="rtl"] .ojinuqm.hsn3cv0f .r7u9ez8i { align-items: flex-end; text-align: right; }
[dir="rtl"] .ojinuqm.rncn1v .r7u9ez8i { text-align: center; }
[dir="rtl"] .ojinuqm .r7u9ez8i { text-align: right; }
[dir="rtl"] .q36vrncw,
[dir="rtl"] .y5bn,
[dir="rtl"] .xfcix0,
[dir="rtl"] .paeer,
[dir="rtl"] .pzdgyc8,
[dir="rtl"] .tlu0chmc,
[dir="rtl"] .dch8gnc,
[dir="rtl"] .fwuz5tst,
[dir="rtl"] .pym89rs { text-align: right; direction: rtl; }
[dir="rtl"] .o6zmdo7 .fwuz5tst,
[dir="rtl"] .xhumije .fwuz5tst { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #3ec0bc;
  --brand:           #3ec0bc;
  --brand-light:     #71cac8;
  --brand-pale:      #a8d6d4;
  --grad-start:      #257270;
  --grad-end:        #37aca9;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #003737;
  --cta-light:       #038080;
  --cta-hover:       #005f5f;
  --bg-page:         #071211;
  --bg-surface:      #0b1d1c;
  --bg-card:         #0f2827;
  --bg-card-inner:   #143332;
  --bg-raised:       #183e3d;
  --bg-hover:        #1c4947;
  --border:          #225756;
  --border-alt:      #2b6d6b;
  --border-section:  #225756;
  --text-primary:    #e3e7e6;
  --text-muted:      #a0abaa;
  --text-body:       #c8cfce;
  --text-sub:        #a0abaa;
  --text-faint:      #6b7979;
  --text-dim:        #535e5e;
  --text-label:      #859392;
  --text-value:      #bbc3c2;
  --accent-bg:       #182524;
  --accent-bg-light: #213939;
  --bg-tip:          #261617;
  --bg-warning:      #272115;
  --bg-info:         #161f26;
  --bg-pros:         #261617;
  --bg-cons:         #261d16;
  --c-pros:          #e6888b;
  --c-cons:          #e6b289;
  --c-pros-label:    #dd5e62;
  --c-tip-border:    #d74045;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #e6888b;
}
:root { --logo-bg-opacity: 67%; }
body, button, input { font-family: "Figtree", sans-serif; }
.nmh96 .enmt { font-size: 0; width: 1.2rem; flex-shrink: 0; }.nmh96 .enmt::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.nmh96 .wv4z     .enmt::before { content: "";  color: var(--c-tip-border); }.nmh96 .jy0nb .enmt::before { content: ""; color: var(--c-warn-border); }.nmh96 .ruad    .enmt::before { content: ""; color: #60a5fa; }.vwd18 .nmh96 .wv4z     .enmt::before { color: #10b981; }.vwd18 .nmh96 .jy0nb .enmt::before { color: #f43f5e; }.vwd18 .nmh96 .ruad    .enmt::before { color: #a855f7; }.ol81qhnv  .nmh96 .wv4z     .enmt::before { color: #eab308; }.ol81qhnv  .nmh96 .jy0nb .enmt::before { color: #ef4444; }.ol81qhnv  .nmh96 .ruad    .enmt::before { color: #f97316; }.irhjo  .nmh96 .wv4z     .enmt::before { color: #38bdf8; }.irhjo  .nmh96 .jy0nb .enmt::before { color: #818cf8; }.irhjo  .nmh96 .ruad    .enmt::before { color: #2dd4bf; }.o3bfgir0 .nmh96 .enmt::before { color: var(--accent-light) !important; }
.iwrpa5k .t7pbffv li::before, .iwrpa5k .x2vyy li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.iwrpa5k .t7pbffv li::before { content: ""; }.iwrpa5k .x2vyy li::before { content: ""; }.iwrpa5k .u40p66::before, .iwrpa5k .xmokj::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.iwrpa5k .u40p66::before { content: ""; }.iwrpa5k .xmokj::before { content: ""; }
.buv9rlz .qaiu, .buv9rlz .ojinuqm { min-height: 320px; }
.lvnb5b6u .owni3u80::after, .lvnb5b6u .nmlowb::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; }
.pj01k7::before { content: '•'; }