:root {
  --color-accent: #41b3cf;
  --color-cta: #68b767;
  --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;
}
.o2qe {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.drjgd {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.m650j {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.logz2c { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.qf3c2q { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.qf3c2q a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.qf3c2q a:hover { color: var(--accent-light); }
.a4e3b     .qamw { border-radius: 24px; padding: 8px; }
.a4e3b .qamw li a { border-radius: 16px; }
.dc8fsi4a .qamw li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .qamw {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .n6psu67w:hover .qamw,
  .n6psu67w:focus-within .qamw { display: block; }
  .qamw li a { padding: 8px 16px; font-size: 0.88rem; }
}
.eaobi {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.efbc7b0 { display: none; }
@media (max-width: 640px) {
  .efbc7b0 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .efbc7b0.t9wmy7 { display: block; }
}
@media (max-width: 640px) {
  .eaobi { display: block; }
  .qf3c2q > li + li::before { display: none !important; }
  .qf3c2q {
    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;
  }
  .qf3c2q.t9wmy7 { display: flex; }
  .qf3c2q li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .qf3c2q li:last-child a { border-bottom: none; }
}
.bjilc12 { min-height: 480px; }
.jf0c {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.n06sb { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.h2losr .n06sb { margin-left: 0; margin-right: 0; }
.h9pe9wcj {
  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;
}
.stn9wx .h9pe9wcj { margin-top: 24px; }
.h9pe9wcj:hover { opacity: 0.88; }
.rkgjjc .wrvie5 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.rkgjjc .jf0c { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.rkgjjc .n06sb { color: #e2e8f0; }
.rkgjjc.tkg9 .wrvie5 { text-align: center; }
.rkgjjc.h2losr   .wrvie5 { text-align: left; }
.salz8xh {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.salz8xh .wrvie5 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.salz8xh .jf0c { color: var(--text-primary); text-shadow: none; }
.salz8xh .n06sb { color: var(--text-muted); }
.salz8xh .h9pe9wcj { margin-top: 16px; }
.salz8xh, .salz8xh.bjilc12 { min-height: auto !important; }
.salz8xh.tkg9 .wrvie5 { text-align: center; }
.salz8xh.h2losr   .wrvie5 { text-align: left; }
.salz8xh~.a7w6{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}
.salz8xh~.a7w6 .ehvvq{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.v0zdkg2 .sfom5vc,
.v0zdkg2 .wkra {
  animation: hg-breathe 10s ease-in-out infinite;
}
@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; }
}
.v0zdkg2 .rkgjjc .hm12h5 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.sfom5vc .jf0c { color: #fff; }
.sfom5vc .n06sb { color: rgba(255,255,255,0.85); }
.sfom5vc .h9pe9wcj { background: #fff; color: var(--cta); }
.sfom5vc .h9pe9wcj:hover { opacity: 0.92; }
.v0zdkg2 .vuab {
  animation: hg-breathe 7s ease-in-out infinite;
}
.vuab .jf0c { text-shadow: none; color: var(--text-primary); }
.vuab .n06sb { color: var(--text-muted); }
body.u3vi66jv .jf0c {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.y7wcla .jf0c {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.bjilc12.sfom5vc .jf0c,
section.sfom5vc .jf0c {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.vuab.tkg9 .so3kz { align-items: center; text-align: center; }
.bjilc12 .h0o779n {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.h0o779n .p2g3m18.o425re {
  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;
}
.h0o779n .p2g3m18.o425re:hover { opacity: 0.85; }
.j49rk67n .wrvie5 { padding-bottom: 24px; }
.stn9wx .wrvie5 { max-width: 1100px; }
@media (max-width: 700px) {
  .vuab { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .vuab:not(.iu10ac50) .a6gfrzd5 { display: none !important; }
  .iu10ac50 .a6gfrzd5 { padding: 16px; }
  .so3kz  { padding: 36px 24px; }
  .vuab~.a7w6,.wqdjlz65~.a7w6{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .bjilc12, .vuab { min-height: 320px !important; }
  .jf0c { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ym9osyp,
  .ggnovgf,
  .cl3tu { grid-template-columns: 1fr !important; }

  

  
  .j49rk67n { display: flex !important; flex-direction: column !important; }
  .j49rk67n .wrvie5 { display: contents; }
  .j49rk67n .hm12h5 { order: 0; }
  .j49rk67n .jf0c { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .j49rk67n .ym9osyp { order: 2; padding: 0 16px 12px !important; }
  .j49rk67n .n06sb { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .stn9wx .wrvie5 { display: flex; flex-direction: column; }
  .stn9wx .wrvie5 .jf0c { order: 1; }
  .stn9wx .wrvie5 .cl3tu { order: 2; margin: 8px 0 24px !important; }
  .stn9wx .wrvie5 .n06sb { order: 3; }
  .stn9wx .wrvie5 .h9pe9wcj { order: 4; align-self: center; margin-top: 0; }

  
  .vuab.iu10ac50 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .vuab.iu10ac50 .so3kz { display: contents; padding: 0; }
  .vuab.iu10ac50 .so3kz .jf0c { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .vuab.iu10ac50 .a6gfrzd5 { order: 2; padding: 12px 16px; }
  .vuab.iu10ac50 .so3kz .n06sb { order: 3; padding: 0 24px; margin: 0 auto; }
  .vuab.iu10ac50 .so3kz .h9pe9wcj { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ikzdfd8 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.xdb58 { width: 100%; height: auto; display: block; border-radius: 10px; }
.dkcng .ikzdfd8        { border-radius: 16px; }
.dkcng .xdb58  { border-radius: 16px; }
.euqmjr .ikzdfd8         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.euqmjr .xdb58   { border-radius: 8px; }
.ftw8vqr { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.mz9bhlw1 { width: 100%; padding: 32px 0; position: relative; }
.ccvt1p9j { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.dusj4ir5 .mz9bhlw1:nth-child(even) { background: var(--bg-surface); }
.dusj4ir5 .mz9bhlw1:nth-child(odd)  { background: var(--bg-page); }
.f0m7 .mz9bhlw1:nth-child(even) { background: var(--bg-card); }
.f0m7 .mz9bhlw1:nth-child(odd)  { background: var(--bg-page); }
.dusj4ir5 .mz9bhlw1:nth-child(odd)  .ccvt1p9j { background: var(--bg-card); border-radius: 6px; }
.dusj4ir5 .mz9bhlw1:nth-child(even) .ccvt1p9j { background: var(--bg-raised); border-radius: 6px; }
.f0m7 .mz9bhlw1:nth-child(odd)  .ccvt1p9j { background: var(--bg-card); border-radius: 6px; }
.f0m7 .mz9bhlw1:nth-child(even) .ccvt1p9j { background: var(--bg-raised); border-radius: 6px; }
.dusj4ir5 .mz9bhlw1:nth-child(even) .mj0stmle .x6ae3,
.f0m7 .mz9bhlw1:nth-child(even) .mj0stmle .x6ae3 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.dusj4ir5 .mz9bhlw1:nth-child(odd) .mj0stmle .x6ae3,
.f0m7 .mz9bhlw1:nth-child(odd) .mj0stmle .x6ae3 { background: var(--bg-card-inner); }
.dusj4ir5 .mz9bhlw1:nth-child(even) .k8qnb .x6ae3:nth-child(odd),
.f0m7 .mz9bhlw1:nth-child(even) .k8qnb .x6ae3:nth-child(odd)  { background: var(--bg-card); }
.dusj4ir5 .mz9bhlw1:nth-child(even) .k8qnb .x6ae3:nth-child(even),
.f0m7 .mz9bhlw1:nth-child(even) .k8qnb .x6ae3:nth-child(even) { background: var(--bg-card-inner); }
h1.wpo6 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.wpo6 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ke8ww { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.r95w h2.wpo6 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.rfj78ua h2.wpo6 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.rlai4v98 h2.wpo6 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.dmqb6 h2.wpo6::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xa62fc h2.wpo6 {
  color: var(--text-primary); font-size: 1.7rem;
}
.x65lfa73 h2.wpo6::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.dj5ov h2.wpo6 {
  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;
}
.l8s7i707 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .l8s7i707 { display: none; } }
.cibe { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.fqx21d { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.q7lu4 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.scvrwb { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.fkverp9 { padding-left: 20px; }
.fkverp9 li { margin-bottom: 6px; }
.fkverp9 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.fkverp9 a:hover { color: var(--accent-light); }
.jjuvs6 .scvrwb { display: none; }
.naigr .scvrwb { display: none; }
.naigr .fkverp9 { padding-left: 0; list-style: none; }
.naigr .fkverp9 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.naigr .fkverp9 a { font-size: 0.92rem; }
.qp5jnoxp .q7lu4 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.qp5jnoxp .scvrwb { display: none; }
.qp5jnoxp .fkverp9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.qp5jnoxp .fkverp9 li { margin-bottom: 0; }
.qp5jnoxp .fkverp9 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;
}
.qp5jnoxp .fkverp9 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.lh9va55 .q7lu4 { padding: 20px 20px 16px; }
.lh9va55 .fkverp9 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.lh9va55 .fkverp9 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.lh9va55 .fkverp9 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;
}
.lh9va55 .fkverp9 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;
}
.lh9va55 .fkverp9 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.lh9va55 .fkverp9 a:focus,
.lh9va55 .fkverp9 a:focus-visible,
.lh9va55 .fkverp9 a:target { outline: none; }
.lh9va55 .fkverp9 li:target a { border-color: var(--border); color: var(--text-muted); }
.skolsa2h .q7lu4 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.skolsa2h .scvrwb { display: none; }
.skolsa2h .fkverp9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.skolsa2h .fkverp9 li { margin-bottom: 0; }
.skolsa2h .fkverp9 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.skolsa2h .fkverp9 li:last-child::after { content: ""; margin-right: 0; }
.skolsa2h .fkverp9 a { font-size: 0.9rem; }
.x6ae3 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.mj0stmle .x6ae3 { background: var(--bg-card); }
.k8qnb .x6ae3:nth-child(odd)  { background: var(--bg-card); }
.k8qnb .x6ae3:nth-child(even) { background: var(--bg-raised); }
.yj04ndj9 .x6ae3 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.yj04ndj9 .x6ae3:last-child { border-bottom: none; }
.yj04ndj9 h3.ke8ww { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.x364ii .x6ae3 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.x364ii .x6ae3 + .x6ae3 { margin-top: 4px; }
.cula .x6ae3 { background: none; border-radius: 0; padding: 12px 0; }
.cula .x6ae3 + .x6ae3 { border-top: 1px solid var(--border-section); }
.oa2v72 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.vcrtb0 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.o5l631g { color: var(--text-body); margin-bottom: 10px; }
.u4u6fx6l, .d13j { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.u4u6fx6l li, .d13j li { margin-bottom: 6px; }
.d13j li { list-style: decimal; }
.rglnt     .u4u6fx6l { list-style-type: "● "; }
.rr14y  .u4u6fx6l { list-style-type: "■ "; }
.ilhgqtm .u4u6fx6l { list-style-type: "◆ "; }
.he6kw    .u4u6fx6l { list-style-type: "★ "; }
.rglnt     .nbzgrklh { list-style-type: "● "; }
.rr14y  .nbzgrklh { list-style-type: "■ "; }
.ilhgqtm .nbzgrklh { list-style-type: "◆ "; }
.he6kw    .nbzgrklh { list-style-type: "★ "; }
.rglnt    .u4u6fx6l li::marker, .rglnt    .nbzgrklh li::marker,
.rr14y .u4u6fx6l li::marker, .rr14y .nbzgrklh li::marker,
.ilhgqtm .u4u6fx6l li::marker, .ilhgqtm .nbzgrklh li::marker,
.he6kw   .u4u6fx6l li::marker, .he6kw   .nbzgrklh li::marker {
  color: var(--cta); font-size: 1em;
}
.rglnt .d13j,
.rr14y .d13j,
.ilhgqtm .d13j,
.he6kw .d13j {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.rglnt .d13j li,
.rr14y .d13j li,
.ilhgqtm .d13j li,
.he6kw .d13j li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.rglnt .d13j li::before,
.rr14y .d13j li::before,
.ilhgqtm .d13j li::before,
.he6kw .d13j 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;
}
.rglnt     .d13j li::before { border-radius: 50%; }
.rr14y  .d13j li::before { border-radius: 3px; }
.ilhgqtm .d13j li::before { border-radius: 3px; }
.he6kw    .d13j li::before { border-radius: 50%; }
.a1z4mv { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.ksje38 .a1z4mv,
.o5co7d .a1z4mv { background: transparent; border: none; border-radius: 0; }
.qabczj { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.qabczj th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.qabczj td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.qabczj tr:hover td { background: var(--bg-hover); }
.tteg .qabczj tbody tr:nth-child(even) td { background: var(--bg-surface); }
.pjq1 .qabczj { border: 1px solid var(--border-alt); }
.pjq1 .qabczj th,
.pjq1 .qabczj td { border: 1px solid var(--border-alt); }
.pjcbb .qabczj th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.pjcbb .qabczj td { border-bottom: none; }
.pjcbb .qabczj tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.u7s1dat .qabczj th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.thcsr3 .a1z4mv {
  overflow: hidden;
}
.thcsr3 .qabczj th { border-bottom: 1px solid var(--border-alt); }
.thcsr3 .qabczj tr:last-child td { border-bottom: none; }
.lak6ec { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.st07s7 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.q6hxvc6z { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.s2co { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.fuye00 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.nbzgrklh { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.nbzgrklh 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%}
.l9n5q3k .s2co { background: transparent; text-align: center; }
.z2v7hqzh .q6hxvc6z {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.i8u9b6 .q6hxvc6z {
  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);
}
.raka .st07s7 { display: grid; grid-template-columns: auto 1fr; }
.raka .q6hxvc6z {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.raka .s2co { grid-column: 2; }
.raka .fuye00,
.raka .nbzgrklh { grid-column: 1 / -1; }
.gh7zk .st07s7 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.gh7zk .q6hxvc6z {
  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);
}
.gh7zk .s2co { grid-column: 2; }
.gh7zk .fuye00,
.gh7zk .nbzgrklh { grid-column: 1 / -1; }
.a4u5 .st07s7 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.a4u5 .s2co { background: none; color: var(--accent-light); font-weight: 700; }
.v7ctx .st07s7 { 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); }
.v7ctx .s2co { background: none; color: var(--accent-light); font-weight: 700; }
.l6if51lj .st07s7 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.l6if51lj .st07s7:last-child { border-bottom: none; }
.l6if51lj .s2co { background: none; color: var(--accent-light); font-weight: 700; }
.e236m5 .st07s7 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.e236m5 .s2co { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.xw4hwoqo .lak6ec { counter-reset: card-n; }
.xw4hwoqo .st07s7  { counter-increment: card-n; }
.xw4hwoqo .s2co { display: flex; align-items: center; gap: 10px; }
.xw4hwoqo .s2co::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;
}
.mu9z4lr .st07s7 { background: var(--bg-surface); border: 1px solid var(--border); }
.mu9z4lr .s2co { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.zgqopb8t { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.x6meo4z  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.ao3qskk { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.i0ly { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.abxlsg0h { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.zgqopb8t strong { color: var(--text-primary); font-size: 0.95rem; }
.zgqopb8t p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.wn97g { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ch6l, .x3b51mo { border-radius: 8px; padding: 14px; }
.ch6l { background: var(--bg-pros); }
.x3b51mo { background: var(--bg-cons); }
.k43ko { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ch6l .k43ko { color: var(--c-pros-label); }
.x3b51mo .k43ko { color: #f87171; }
.ch6l ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.x3b51mo ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.xdb58 { width: 100%; height: auto; border-radius: 10px; display: block; }
.o425re {
  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;
}
.o425re:hover { opacity: 0.85; }
.yka48t2 .o425re  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.yka48t2 .o425re:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ha0sn22 .o425re  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ha0sn22 .o425re:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zj1mp .h9pe9wcj { border-radius: 50px; }
.zj1mp .o425re  { border-radius: 50px; }
.f5i88gtk .h9pe9wcj { padding-left: 22px; padding-right: 22px; }
.f5i88gtk .o425re  { padding-left: 12px; padding-right: 12px; }
.n754 .h9pe9wcj { padding-left: 44px; padding-right: 44px; }
.n754 .o425re  { padding-left: 24px; padding-right: 24px; }
.l37mo .h9pe9wcj { padding-left: 56px; padding-right: 56px; }
.l37mo .o425re  { padding-left: 32px; padding-right: 32px; }
.e3gpcws9   .h9pe9wcj::after, .e3gpcws9   .o425re::after,
.qyear .h9pe9wcj::after, .qyear .o425re::after,
.pnpkvy    .h9pe9wcj::after, .pnpkvy    .o425re::after,
.u7m0eg    .h9pe9wcj::after, .u7m0eg    .o425re::after,
.bw253qwq    .h9pe9wcj::after, .bw253qwq    .o425re::after,
.yx8a0     .h9pe9wcj::after, .yx8a0     .o425re::after,
.f6dj09jz    .h9pe9wcj::after, .f6dj09jz    .o425re::after,
.kl06   .h9pe9wcj::after, .kl06   .o425re::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;
}
.e3gpcws9 .h9pe9wcj::after, .e3gpcws9 .o425re::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");
}
.qyear .h9pe9wcj::after, .qyear .o425re::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");
}
.pnpkvy .h9pe9wcj::after, .pnpkvy .o425re::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");
}
.u7m0eg .h9pe9wcj::after, .u7m0eg .o425re::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");
}
.bw253qwq .h9pe9wcj::after, .bw253qwq .o425re::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");
}
.yx8a0 .h9pe9wcj::after, .yx8a0 .o425re::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");
}
.f6dj09jz .h9pe9wcj::after, .f6dj09jz .o425re::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");
}
.kl06 .h9pe9wcj::after, .kl06 .o425re::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");
}
.gonses   .xfysuc::after, .gonses   .hirt::after,
.zbl03l .xfysuc::after, .zbl03l .hirt::after,
.zo9wjc    .xfysuc::after, .zo9wjc    .hirt::after,
.jc60ekc    .xfysuc::after, .jc60ekc    .hirt::after,
.vqpl03v    .xfysuc::after, .vqpl03v    .hirt::after,
.a3pw     .xfysuc::after, .a3pw     .hirt::after,
.ddbvfm    .xfysuc::after, .ddbvfm    .hirt::after,
.ya6aly   .xfysuc::after, .ya6aly   .hirt::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;
}
.gonses .xfysuc::after, .gonses .hirt::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");
}
.zbl03l .xfysuc::after, .zbl03l .hirt::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");
}
.zo9wjc .xfysuc::after, .zo9wjc .hirt::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");
}
.jc60ekc .xfysuc::after, .jc60ekc .hirt::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");
}
.vqpl03v .xfysuc::after, .vqpl03v .hirt::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");
}
.a3pw .xfysuc::after, .a3pw .hirt::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");
}
.ddbvfm .xfysuc::after, .ddbvfm .hirt::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");
}
.ya6aly .xfysuc::after, .ya6aly .hirt::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");
}
.p2g3m18.o425re {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .m646ed {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .m646ed::before    { grid-area: rank;   }
  .f8co4ie           { grid-area: ident;  }
  .xm572g4     { grid-area: rating; min-width: 0; width: auto; }
  .ud6yu           { grid-area: pills;  }
  .p2g3m18             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .m646ed {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .m646ed::before    { justify-self: center; }
  .f8co4ie           { width: 100%; }
  .xm572g4     { justify-self: center; }
  .ud6yu           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .wiuta .hrtv3px0 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .wiuta .nxmp3jy { margin: 0; }
}
.evvu .nxmp3jy { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.evvu .pbycr { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.evvu .ksje38 { padding: 14px 16px; }
.evvu .nsmu2y { border-radius: 4px; }
.evvu .avbx { border-radius: 0; }
.o5co7d .wn97g { gap: 10px; }
.o5co7d .ch6l, .o5co7d .x3b51mo { padding: 12px; }
.o5co7d .ch6l ul, .o5co7d .x3b51mo ul { margin: 4px 0 0; padding-left: 18px; }
.o5co7d .ch6l li, .o5co7d .x3b51mo li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .fib81 { grid-template-columns: 1fr; }
  .meme { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .meme .xcihgf { width: 72px; height: 50px; }
  .meme .axjl5q1 { max-width: 180px; }
  .meme .ssvosdr { width: auto; }
}
@media (max-width: 720px) {
  .xgbh0 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ysm1en { padding: 16px; }
  .bb8d1sg .mvy4h { min-width: 50%; }
}
.ajhf .wn97g { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .hvh77tbm { grid-template-columns: 1fr; }
  .ltqblhjy { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .skwy { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .gwhs6 { flex-wrap: wrap; padding: 16px; }
}
.qmmg .wn97g { gap: 8px; }
.qmmg .ch6l, .qmmg .x3b51mo { padding: 8px; }
@media (max-width: 480px) {
  .nta9y { flex-direction: column; align-items: stretch; }
}
.zf7a0 .ssvosdr .o425re { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .z34b5 { flex-direction: column; align-items: stretch; gap: 10px; }
  .zf7a0 .ssvosdr { text-align: center; }
}
@media (max-width: 720px) {
  .m2fu { grid-template-columns: 1fr; }
  .yumlqb0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .je9pry52 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .x5ym7yy { grid-template-columns: 1fr; }
  .inv9jbvf { width: 100px; height: 100px; margin: 16px auto; }
  .c00n74r4 { font-size: 1.4rem; }
  .z937pnxq { justify-content: center; }
  .fcri .mvy4h { min-width: 50%; }
}
.atwzmrc .wn97g { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ilra5 { flex-wrap: wrap; padding: 14px 16px; }
  .p3wyo { padding: 12px 16px; }
  .atwzmrc .wn97g { margin: 0 16px; }
  .atwzmrc .wrc02ttf { padding: 0 16px; }
  .el0b { padding: 12px 16px; }
}
.yndp0q .gud5ub { gap: 18px; }
.yndp0q .m646ed {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.yndp0q .m646ed:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.w5eqieu .ud6yu .rd6l96 {
  background: transparent; padding: 4px 8px;
}
.w5eqieu .ud6yu .evojf { font-size: .65rem; opacity: .65; }
.w5eqieu .ud6yu .x70ae9g1   { font-size: 1.15rem; color: var(--accent-light); }
.snn6rd .ydbwrfz,
.snn6rd .nlj0mn,
.snn6rd .nlj0mn { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.snn6rd .nlj0mn small { display: none; }
.snn6rd .amwa .r5hwjluq,
.snn6rd .amwa strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.snn6rd .k9vruv5k { display: none; }
.ohjlkg33 { margin: 16px 0; }
.elrxfh { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.elrxfh summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.elrxfh summary::after { content: "+"; color: var(--accent-light); }
.elrxfh[open] summary::after { content: "−"; }
.elrxfh p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.mz9bhlw1 { margin-bottom: 0; }
.rwv41as h2.wpo6 { color: var(--text-primary); border-color: var(--accent-light); }
.kw71y h2.wpo6 { color: var(--text-primary); border-color: var(--accent-light); }
.obz3su .x6meo4z     { background: #052e16; border-color: #10b981; }
.obz3su .ao3qskk { background: #2d0a1e; border-color: #f43f5e; }
.obz3su .i0ly    { background: #1e1036; border-color: #a855f7; }
.obz3su .zgqopb8t strong  { color: #f1f5f9; }
.obz3su .zgqopb8t p       { color: #cbd5e1; }
.obz3su .n252fa    .x6meo4z     .abxlsg0h::before,
.obz3su .hz3knj  .x6meo4z     .abxlsg0h::before,
.obz3su .xt6772  .x6meo4z     .abxlsg0h::before,
.obz3su .g79m1d6y .x6meo4z     .abxlsg0h::before { color: #10b981; }
.obz3su .n252fa    .ao3qskk .abxlsg0h::before,
.obz3su .hz3knj  .ao3qskk .abxlsg0h::before,
.obz3su .xt6772  .ao3qskk .abxlsg0h::before,
.obz3su .g79m1d6y .ao3qskk .abxlsg0h::before { color: #f43f5e; }
.obz3su .n252fa    .i0ly    .abxlsg0h::before,
.obz3su .hz3knj  .i0ly    .abxlsg0h::before,
.obz3su .xt6772  .i0ly    .abxlsg0h::before,
.obz3su .g79m1d6y .i0ly    .abxlsg0h::before { color: #a855f7; }
.yfhe .x6meo4z     { background: #2d2000; border-color: #eab308; }
.yfhe .ao3qskk { background: #2d0b0b; border-color: #ef4444; }
.yfhe .i0ly    { background: #2d1600; border-color: #f97316; }
.yfhe .zgqopb8t strong  { color: #f1f5f9; }
.yfhe .zgqopb8t p       { color: #cbd5e1; }
.yfhe .n252fa    .x6meo4z     .abxlsg0h::before,
.yfhe .hz3knj  .x6meo4z     .abxlsg0h::before,
.yfhe .xt6772  .x6meo4z     .abxlsg0h::before,
.yfhe .g79m1d6y .x6meo4z     .abxlsg0h::before { color: #eab308; }
.yfhe .n252fa    .ao3qskk .abxlsg0h::before,
.yfhe .hz3knj  .ao3qskk .abxlsg0h::before,
.yfhe .xt6772  .ao3qskk .abxlsg0h::before,
.yfhe .g79m1d6y .ao3qskk .abxlsg0h::before { color: #ef4444; }
.yfhe .n252fa    .i0ly    .abxlsg0h::before,
.yfhe .hz3knj  .i0ly    .abxlsg0h::before,
.yfhe .xt6772  .i0ly    .abxlsg0h::before,
.yfhe .g79m1d6y .i0ly    .abxlsg0h::before { color: #f97316; }
.fzb141l .x6meo4z     { background: #0c1a2e; border-color: #38bdf8; }
.fzb141l .ao3qskk { background: #12103a; border-color: #818cf8; }
.fzb141l .i0ly    { background: #0a2020; border-color: #2dd4bf; }
.fzb141l .zgqopb8t strong  { color: #f1f5f9; }
.fzb141l .zgqopb8t p       { color: #cbd5e1; }
.fzb141l .n252fa    .x6meo4z     .abxlsg0h::before,
.fzb141l .hz3knj  .x6meo4z     .abxlsg0h::before,
.fzb141l .xt6772  .x6meo4z     .abxlsg0h::before,
.fzb141l .g79m1d6y .x6meo4z     .abxlsg0h::before { color: #38bdf8; }
.fzb141l .n252fa    .ao3qskk .abxlsg0h::before,
.fzb141l .hz3knj  .ao3qskk .abxlsg0h::before,
.fzb141l .xt6772  .ao3qskk .abxlsg0h::before,
.fzb141l .g79m1d6y .ao3qskk .abxlsg0h::before { color: #818cf8; }
.fzb141l .n252fa    .i0ly    .abxlsg0h::before,
.fzb141l .hz3knj  .i0ly    .abxlsg0h::before,
.fzb141l .xt6772  .i0ly    .abxlsg0h::before,
.fzb141l .g79m1d6y .i0ly    .abxlsg0h::before { color: #2dd4bf; }
.amreyy .x6meo4z     { background: var(--accent-bg); border-color: var(--accent-light); }
.amreyy .ao3qskk { background: var(--accent-bg-light); border-color: var(--accent-light); }
.amreyy .i0ly    { background: var(--accent-bg); border-color: var(--accent-pale); }
.amreyy .n252fa    .abxlsg0h::before,
.amreyy .hz3knj  .abxlsg0h::before,
.amreyy .xt6772  .abxlsg0h::before,
.amreyy .g79m1d6y .abxlsg0h::before { color: var(--accent-light) !important; }
.lzht::before,
.fns18p8::before { margin-right: 5px; }
.jt574 .ch6l ul li,
.jt574 .ch6l .lzht { color: #22c55e; }
.jt574 .x3b51mo ul li,
.jt574 .x3b51mo .fns18p8 { color: #ef4444; }
.xxcyfce .ch6l { background: var(--bg-pros); }
.xxcyfce .x3b51mo { background: var(--bg-cons); }
.xxcyfce .ch6l .lzht { color: var(--c-pros-label); }
.xxcyfce .x3b51mo .fns18p8 { color: var(--c-cons); }
.xxcyfce .ch6l ul li,
.xxcyfce .x3b51mo ul li,
.k5f4 .ch6l { background: var(--bg-pros); }
.k5f4 .x3b51mo { background: var(--bg-cons); }
.k5f4 .ch6l .lzht { color: var(--c-pros-label); }
.k5f4 .x3b51mo .fns18p8 { color: var(--c-cons); }
.k5f4 .ch6l ul li,
.k5f4 .w09o li          { color: var(--c-pros); }
.k5f4 .x3b51mo ul li,
.k5f4 .h02rz52n li          { color: var(--c-cons); }
.l0hjc5p2 .lzht::before { content: "✓ "; }
.l0hjc5p2 .fns18p8::before { content: "✗ "; }
.a2gpxv0 .lzht::before { content: "→ "; }
.a2gpxv0 .fns18p8::before { content: "← "; }
.p88s .lzht::before { content: "★ "; }
.p88s .fns18p8::before { content: "✕ "; }
.dywzy .lzht::before { content: "◆ "; }
.dywzy .fns18p8::before { content: "▲ "; }
.xa7cylz1 .zgqopb8t { background: transparent; border-left: none; border: 1.5px solid; }
.xa7cylz1 .x6meo4z     { border-color: var(--c-tip-border); }
.xa7cylz1 .ao3qskk { border-color: var(--c-warn-border); }
.xa7cylz1 .i0ly    { border-color: #60a5fa; }
.xa7cylz1 .zgqopb8t strong { color: var(--text-primary); }
.xa7cylz1 .zgqopb8t p      { color: var(--text-muted); }
.fzkkdl .zgqopb8t { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.fzkkdl .x6meo4z     { border-top-color: var(--c-tip-border); }
.fzkkdl .ao3qskk { border-top-color: var(--c-warn-border); }
.fzkkdl .i0ly    { border-top-color: #60a5fa; }
.pq7y9hx .zgqopb8t { border-left: none; border-radius: 8px; }
.pq7y9hx .x6meo4z     { background: #065f46; }
.pq7y9hx .ao3qskk { background: #92400e; }
.pq7y9hx .i0ly    { background: #1e3a8a; }
.pq7y9hx .zgqopb8t strong,
.pq7y9hx .zgqopb8t p { color: #fff; }
.pq7y9hx .abxlsg0h::before { color: rgba(255,255,255,0.85) !important; }
.obz3su.pq7y9hx .x6meo4z,
.obz3su .pq7y9hx .x6meo4z     { background: #052e16; }
.obz3su.pq7y9hx .ao3qskk,
.obz3su .pq7y9hx .ao3qskk { background: #2d0a1e; }
.obz3su.pq7y9hx .i0ly,
.obz3su .pq7y9hx .i0ly    { background: #1e1036; }
.yfhe.pq7y9hx .x6meo4z,
.yfhe .pq7y9hx .x6meo4z      { background: #2d2000; }
.yfhe.pq7y9hx .ao3qskk,
.yfhe .pq7y9hx .ao3qskk  { background: #2d0b0b; }
.yfhe.pq7y9hx .i0ly,
.yfhe .pq7y9hx .i0ly     { background: #2d1600; }
.fzb141l.pq7y9hx .x6meo4z,
.fzb141l .pq7y9hx .x6meo4z      { background: #0c1a2e; }
.fzb141l.pq7y9hx .ao3qskk,
.fzb141l .pq7y9hx .ao3qskk  { background: #12103a; }
.fzb141l.pq7y9hx .i0ly,
.fzb141l .pq7y9hx .i0ly     { background: #0a2020; }
.lkj2 .zgqopb8t { border-left: none; border-radius: 6px; padding: 10px 14px; }
.lkj2 .x6meo4z     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.lkj2 .ao3qskk { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.lkj2 .i0ly    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.lkj2 .zgqopb8t strong { color: var(--text-primary); }
.lkj2 .zgqopb8t p      { color: var(--text-muted); }
.djej8d .zgqopb8t { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.n252fa .abxlsg0h,
.hz3knj .abxlsg0h,
.xt6772 .abxlsg0h,
.g79m1d6y .abxlsg0h { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.n252fa .abxlsg0h::before,
.hz3knj .abxlsg0h::before,
.xt6772 .abxlsg0h::before,
.g79m1d6y .abxlsg0h::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.n252fa .x6meo4z     .abxlsg0h::before { content: "✦"; color: var(--c-tip-border); }
.n252fa .ao3qskk .abxlsg0h::before { content: "▲"; color: var(--c-warn-border); }
.n252fa .i0ly    .abxlsg0h::before { content: "◉"; color: #60a5fa; }
.hz3knj .x6meo4z     .abxlsg0h::before { content: "★"; color: var(--c-tip-border); }
.hz3knj .ao3qskk .abxlsg0h::before { content: "◆"; color: var(--c-warn-border); }
.hz3knj .i0ly    .abxlsg0h::before { content: "●"; color: #60a5fa; }
.xt6772 .x6meo4z     .abxlsg0h::before { content: "▶"; color: var(--c-tip-border); }
.xt6772 .ao3qskk .abxlsg0h::before { content: "■"; color: var(--c-warn-border); }
.xt6772 .i0ly    .abxlsg0h::before { content: "▸"; color: #60a5fa; }
.g79m1d6y .x6meo4z     .abxlsg0h::before { content: "→"; color: var(--c-tip-border); }
.g79m1d6y .ao3qskk .abxlsg0h::before { content: "⬥"; color: var(--c-warn-border); }
.g79m1d6y .i0ly    .abxlsg0h::before { content: "◈"; color: #60a5fa; }
.isrnu13k .mj0stmle .x6ae3,
.isrnu13k .k8qnb .x6ae3  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.isrnu13k .st07s7                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.isrnu13k .a1z4mv          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.isrnu13k .q7lu4                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.px5ucir .mj0stmle .x6ae3,
.px5ucir .k8qnb .x6ae3,
.px5ucir .st07s7,
.px5ucir .m646ed,
.px5ucir .nxmp3jy,
.px5ucir .a1z4mv,
.px5ucir .q7lu4,
.px5ucir .djej8d .zgqopb8t { box-shadow: none; }
.urvpj   .o5l631g, .urvpj .oa2v72, .urvpj .vcrtb0,
.urvpj   .cibe, .urvpj .fqx21d { font-size: 0.9rem; }
.urvpj   .u4u6fx6l, .urvpj .d13j { font-size: 0.9rem; }
.saky9x   .o5l631g, .saky9x .oa2v72, .saky9x .vcrtb0,
.saky9x   .cibe, .saky9x .fqx21d { font-size: 0.95rem; }
.saky9x   .u4u6fx6l, .saky9x .d13j { font-size: 0.95rem; }
.oqf90u24   .o5l631g, .oqf90u24 .oa2v72, .oqf90u24 .vcrtb0,
.oqf90u24   .cibe, .oqf90u24 .fqx21d { font-size: 1.08rem; }
.oqf90u24   .u4u6fx6l, .oqf90u24 .d13j { font-size: 1.05rem; }
.oqf90u24   .qabczj { font-size: 0.97rem; }
.orp5 .jf0c      { font-size: 3.2rem; }
.orp5 h2.wpo6 { font-size: 1.9rem; }
.orp5 h3.ke8ww     { font-size: 1.4rem; }
.t9qi .jf0c      { font-size: 3.8rem; }
.t9qi h2.wpo6 { font-size: 2.2rem; }
.t9qi h3.ke8ww     { font-size: 1.6rem; }
.mz9bhlw1 + .mz9bhlw1 { position: relative; }
.p6p4r7   .mz9bhlw1 + .mz9bhlw1::before,
.q5v1op  .mz9bhlw1 + .mz9bhlw1::before,
.ddn3xsas   .mz9bhlw1 + .mz9bhlw1::before,
.fbf08u3p   .mz9bhlw1 + .mz9bhlw1::before,
.fmlf   .mz9bhlw1 + .mz9bhlw1::before,
.gcbk .mz9bhlw1 + .mz9bhlw1::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.p6p4r7 .mz9bhlw1 + .mz9bhlw1::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.q5v1op .mz9bhlw1 + .mz9bhlw1::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ddn3xsas .mz9bhlw1 + .mz9bhlw1::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;
}
.fbf08u3p .mz9bhlw1 + .mz9bhlw1::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.d32udd .mz9bhlw1 { margin-bottom: 16px; }
.d32udd .mz9bhlw1 + .mz9bhlw1 { margin-top: 0; }
.d32udd .ccvt1p9j { padding-top: 0; padding-bottom: 0; }
.fmlf .mz9bhlw1 + .mz9bhlw1::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.gcbk .mz9bhlw1 + .mz9bhlw1::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.hzs0nw15 .mz9bhlw1 + .mz9bhlw1::before,
.o0slyos .mz9bhlw1 + .mz9bhlw1::before,
.ynpxwttf .mz9bhlw1 + .mz9bhlw1::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%;
}
.dusj4ir5 .hzs0nw15 .mz9bhlw1:nth-child(even)::before,
.dusj4ir5 .o0slyos .mz9bhlw1:nth-child(even)::before,
.dusj4ir5 .ynpxwttf .mz9bhlw1:nth-child(even)::before { background: var(--bg-surface); }
.f0m7 .hzs0nw15 .mz9bhlw1:nth-child(even)::before,
.f0m7 .o0slyos .mz9bhlw1:nth-child(even)::before,
.f0m7 .ynpxwttf .mz9bhlw1:nth-child(even)::before { background: var(--bg-card); }
.hzs0nw15 .mz9bhlw1 + .mz9bhlw1::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");
}
.o0slyos .mz9bhlw1 + .mz9bhlw1::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");
}
.ynpxwttf .mz9bhlw1 + .mz9bhlw1::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");
}
.dfcjh6c .wrvie5,
.hpfbgb .wrvie5 { margin-bottom: 60px; }
.rax5mb .wrvie5 { margin-bottom: 70px; }
.alkus7j .ikzdfd8 { float: left; width: 38%; margin: 0 28px 16px 0; }
.alkus7j .ikzdfd8 .xdb58 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.alkus7j .ccvt1p9j::after { content: ''; display: block; clear: both; }
.ojwc .ikzdfd8 { float: right; width: 38%; margin: 0 0 16px 28px; }
.ojwc .ikzdfd8 .xdb58 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ojwc .ccvt1p9j::after { content: ''; display: block; clear: both; }
.xwdp .mz9bhlw1:nth-child(odd)  .ikzdfd8 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.xwdp .mz9bhlw1:nth-child(even) .ikzdfd8 { float: right; width: 38%; margin: 0 0 16px 28px; }
.xwdp .ikzdfd8 .xdb58 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xwdp .ccvt1p9j::after { content: ''; display: block; clear: both; }
.alkus7j .lak6ec,
.alkus7j .gud5ub,
.ojwc .lak6ec,
.xwdp .lak6ec,
@media (max-width: 900px) {
  .alkus7j .ikzdfd8,
  .ojwc .ikzdfd8,
  .xwdp .mz9bhlw1:nth-child(odd)  .ikzdfd8,
  .xwdp .mz9bhlw1:nth-child(even) .ikzdfd8 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .alkus7j .ikzdfd8 .xdb58,
  .ojwc .ikzdfd8 .xdb58,
  .xwdp .ikzdfd8 .xdb58 {
    max-height: none !important;
  }
}
.alkus7j .u4u6fx6l,
.alkus7j .d13j,
.ojwc .u4u6fx6l,
.ojwc .d13j,
.xwdp .u4u6fx6l,
.xwdp .d13j { overflow: hidden; }
@media (max-width: 640px) {
  .alkus7j .ikzdfd8,
  .ojwc .ikzdfd8,
  .xwdp .ikzdfd8 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.wfay1 .ftw8vqr,
.wfay1 .ccvt1p9j,
.wfay1 .pzqq  { max-width: 1100px; }
.wfay1 { --content-mw: 1100px; }
.s24k3 .ftw8vqr,
.s24k3 .ccvt1p9j,
.s24k3 .pzqq  { max-width: 1200px; }
.iaycc7us .ftw8vqr,
.iaycc7us .ccvt1p9j,
.iaycc7us .pzqq  { max-width: 1320px; }
.mxnw2ts5 { font-size: 0.82rem; color: var(--text-muted); }
.gx32 { display: flex; align-items: center; }
.d5c3924x {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.a2ubi98 { display: flex; align-items: center; }
.acmggb { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.acmggb:hover { text-decoration: underline; }
.td1nh { margin: 0 3px; opacity: 0.45; }
.td1nh::before { content: '/'; }
.coc9dey1 { padding: 2px 5px; color: var(--text-main); }
.ddr2r83m .mxnw2ts5 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ddr2r83m .gx32 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.wwjs .mxnw2ts5 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.wwjs .gx32 { padding: 0 0 0 12px; }
.nzx8tpk {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.zh61n7 .gx32 { padding: 0 16px; }
.zh61n7 .mxnw2ts5 {
  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);
}
.zh61n7 .ftw8vqr { padding-top: 28px; }
@media (max-width: 720px) {
  .nzx8tpk { margin-top: 18px; padding: 0 16px; }
  .zh61n7 .ftw8vqr { padding-top: 16px; }
}
.wfay1.ddr2r83m .gx32 { max-width: 1100px; }
.s24k3.ddr2r83m .gx32 { max-width: 1200px; }
.iaycc7us.ddr2r83m .gx32 { max-width: 1320px; }
.wfay1 .nzx8tpk { max-width: 1100px; }
.s24k3 .nzx8tpk { max-width: 1200px; }
.iaycc7us .nzx8tpk { max-width: 1320px; }
.f6n8rcb .mz9bhlw1 { padding-top: 16px; padding-bottom: 16px; }
.skwwkwp8 .mz9bhlw1 { padding-top: 24px; padding-bottom: 24px; }
.oz14t2 .mz9bhlw1 { padding-top: 40px; padding-bottom: 40px; }
.e8cl8d .mz9bhlw1 { padding-top: 52px; padding-bottom: 52px; }
.en9qbedk .mz9bhlw1:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.en9qbedk .mz9bhlw1:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.en9qbedk .mz9bhlw1:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.en9qbedk .mz9bhlw1:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.v4srpa .ccvt1p9j { padding-top: 10px;  padding-bottom: 10px; }
.q8vxb .ccvt1p9j { padding-top: 18px;  padding-bottom: 18px; }
.q4j02umi .ccvt1p9j { padding-top: 36px;  padding-bottom: 36px; }
.pxvo9 .ccvt1p9j { padding-top: 48px;  padding-bottom: 48px; }
.rckrm h2.wpo6 { font-weight: 600; }
.rckrm h3.ke8ww     { font-weight: 600; }
.bl3t h2.wpo6 { font-weight: 800; }
.bl3t h3.ke8ww     { font-weight: 700; }
.g5hbq61 h2.wpo6 { font-weight: 900; }
.g5hbq61 h3.ke8ww     { font-weight: 800; }
.g5hbq61 .zgqopb8t strong,
.g5hbq61 .zgqopb8t strong { font-weight: 600; }
.xfysuc {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.r8cii .xfysuc { display: none; }
@media (max-width: 640px) {
  .yiykx { display: none; }
  .xfysuc {
    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;
  }
}
.xfysuc { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xfysuc:hover { opacity: 0.85; }
.y5drls5z .xfysuc { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.w83j1q .xfysuc,
.dfxh9  .xfysuc { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.w83j1q .xfysuc:hover,
.dfxh9  .xfysuc:hover { opacity: 0.88; }
.y5drls5z.w83j1q .xfysuc,
.y5drls5z.dfxh9  .xfysuc { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.hirt {
  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;
}
.hirt:hover { transform: translateY(-2px); opacity: 0.92; }
.hirt { background: var(--cta) !important; color: #fff !important; border: none !important; }
.zpo5 .hirt { display: none; }
.ep9oso .hirt { right: 32px; }
.cz5lpvm  .hirt { left: 32px; }
@media (max-width: 480px) {
  .ep9oso .hirt { right: 20px; bottom: 20px; }
  .cz5lpvm  .hirt { left: 20px; bottom: 20px; }
}
.mggo { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.pzqq { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.eqppp9h { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ytw2a { color: var(--text-dim); font-size: 0.8rem; }
.zcdovs2 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.zcdovs2 img { height: 26px; width: auto; object-fit: contain; }
.qif3 { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.ltnz3vnc .pzqq { text-align: center; }
.ltnz3vnc .eqppp9h { margin-top: 0; }
.lxtv { margin-top: 10px; }
.lxtv a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .pzqq { padding-left: 16px; padding-right: 16px; }
  .u5znl .pzqq { padding: 20px 16px; }
  .xdo4g2 { gap: 4px 12px; }
  .eqppp9h { font-size: 0.78rem; }
}
.c5p4js .a3w44sl6 .zcdovs2 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.c5p4js .qif3 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.c5p4js .tiukjr { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.c5p4js .tiukjr a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.c5p4js .tiukjr a:hover { color: var(--accent-light); }
.c5p4js .eqppp9h { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.c5p4js .ytw2a { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .c5p4js .r5987mv { grid-template-columns: 1fr 1fr; } .c5p4js .a3w44sl6 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .c5p4js .r5987mv { grid-template-columns: 1fr; } }
.mbwrghus .zcdovs2 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.mbwrghus .eqppp9h { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .mbwrghus .qh397wey { gap: 12px; } .mbwrghus .zcdovs2 { margin-right: 0; width: 100%; } }
.eeslyup .j79cm5 { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.eeslyup .o9mit .zcdovs2 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.eeslyup .qif3 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.eeslyup .xewr { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.eeslyup .tiukjr { display: flex; flex-direction: column; gap: 9px; }
.eeslyup .tiukjr a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.eeslyup .tiukjr a:hover { color: var(--accent-light); }
.eeslyup .zapytf5 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.eeslyup .eqppp9h { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.eeslyup .ytw2a { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .eeslyup .j79cm5 { grid-template-columns: 1fr 1fr; } .eeslyup .o9mit { grid-column: 1 / -1; } }
@media (max-width: 480px) { .eeslyup .j79cm5 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .vkz7gb41 .cisaus { grid-template-columns: 1fr 1fr; } .vkz7gb41 .dg4ht9:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vkz7gb41 .cisaus { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .yjjn .cisaus { grid-template-columns: 1fr; } }
.upegj0bb .pzqq { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.bb929 .o2qe      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.bb929 .mggo { background: var(--bg-page); border-top-color: var(--border-alt); }
.v1brg6 .o2qe      { background: #0d1117; border-bottom-color: #21262d; }
.v1brg6 .m650j { color: var(--accent-light); }
.v1brg6 .qf3c2q { --msep-color: #8b949e; }
.v1brg6 .qf3c2q a { color: #8b949e; }
.v1brg6 .qf3c2q a:hover { color: var(--accent-light); }
.v1brg6 .eaobi { color: #8b949e; }
.v1brg6 .mggo { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.v1brg6 .eqppp9h,
.v1brg6 .ytw2a { color: #6e7681; }
.v1brg6 .tiukjr a, .v1brg6 .jifs a,
.v1brg6 .zcdovs2 { color: #e6edf3; }
.v1brg6 .tiukjr a:hover, .v1brg6 .jifs a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .v1brg6 .qf3c2q { background: #0d1117; border-top-color: #21262d; }
  .v1brg6 .qf3c2q li a { border-bottom-color: #21262d; }
}
.vzczx8jv .o2qe      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vzczx8jv .m650j { color: var(--accent-light); }
.vzczx8jv .qf3c2q { --msep-color: #475569; }
.vzczx8jv .qf3c2q a { color: #475569; }
.vzczx8jv .qf3c2q a:hover { color: var(--accent-light); }
.vzczx8jv .eaobi { color: #64748b; }
.vzczx8jv .mggo { background: #f0f4f8; border-top-color: #cbd5e1; }
.vzczx8jv .eqppp9h,
.vzczx8jv .ytw2a { color: #64748b; }
.vzczx8jv .tiukjr a, .vzczx8jv .jifs a,
.vzczx8jv .vfudea8 a, .vzczx8jv .zcdovs2 { color: #374151; }
.vzczx8jv .tiukjr a:hover, .vzczx8jv .jifs a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .vzczx8jv .qf3c2q { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vzczx8jv .qf3c2q li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.w83j1q .o2qe      { background: var(--accent); border-bottom-color: var(--accent-light); }
.w83j1q .m650j { color: #fff; }
.w83j1q .qf3c2q { --msep-color: rgba(255,255,255,0.82); }
.w83j1q .qf3c2q a { color: rgba(255,255,255,0.82); }
.w83j1q .qf3c2q a:hover { color: #fff; }
.w83j1q .eaobi { color: rgba(255,255,255,0.9); }
.w83j1q .mggo { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.w83j1q .eqppp9h,
.w83j1q .ytw2a { color: rgba(255,255,255,0.72); }
.w83j1q .tiukjr a, .w83j1q .jifs a,
.w83j1q .vfudea8 a, .w83j1q .zcdovs2 { color: #fff; }
.w83j1q .qif3, .w83j1q .xewr { color: rgba(255,255,255,0.7); }
.w83j1q .tiukjr a:hover, .w83j1q .jifs a:hover { color: #fff; }
@media (max-width: 640px) {
  .w83j1q .qf3c2q { background: var(--accent); border-top-color: var(--accent-light); }
  .w83j1q .qf3c2q li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.dfxh9 .o2qe {
  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);
}
.dfxh9 .mggo {
  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) {
  .dfxh9 .qf3c2q {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ozns .drjgd { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.fj8fvy .drjgd { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.eelps2 .drjgd { min-height: 72px; height: auto; }
.n1hz7i .drjgd { min-height: 84px; height: auto; }
.u5znl .drjgd { max-width: none; padding: 0 32px; }
.u5znl .pzqq  { max-width: none; padding: 24px 32px; }
.zsxv.s24k3 .drjgd { max-width: 1200px; }
.zsxv.iaycc7us .drjgd { max-width: 1320px; }
.jc3hum   .m650j, .jc3hum   .zcdovs2 { text-transform: capitalize; }
.lpdzn .m650j, .lpdzn .zcdovs2 { text-transform: lowercase; }
.f4oolzs .m650j, .f4oolzs .zcdovs2 { text-transform: uppercase; letter-spacing: 0.06em; }
.gj6ga, .g64pefq {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.qwp6vto .gj6ga,
.qwp6vto .g64pefq { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.jxpm020 .gj6ga,
.jxpm020 .g64pefq { 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; }
.qpden .gj6ga,
.qpden .g64pefq { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ou0g9hth .gj6ga,
.ou0g9hth .g64pefq { 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; }
.oermdjm   .qf3c2q a { font-weight: 500; }
.e0ueh71 .qf3c2q a { font-weight: 600; }
.b5m5wac     .qf3c2q a { font-weight: 700; }
.kl9zd    .qf3c2q a { font-weight: 800; letter-spacing: 0.01em; }
.nu0b     .qf3c2q > li + li::before,
.ny8qf    .qf3c2q > li + li::before,
.iroa    .qf3c2q > li + li::before,
.u0sa .qf3c2q > li + li::before,
.qfbppe2s .qf3c2q > li + li::before,
.zsmhbsw  .qf3c2q > li + li::before,
.jgcq    .qf3c2q > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.nu0b     .qf3c2q > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ny8qf    .qf3c2q > li + li::before { content: "|"; }
.iroa    .qf3c2q > li + li::before { content: "—"; }
.u0sa .qf3c2q > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.qfbppe2s .qf3c2q > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.zsmhbsw  .qf3c2q > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.jgcq    .qf3c2q > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .tb3bo .eaobi,
  .hybj8b .eaobi,
  .h3f81b .eaobi,
  .msilnlq .eaobi,
  .nf75sw .eaobi {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .tb3bo .eaobi::before,
  .hybj8b .eaobi::before,
  .h3f81b .eaobi::before,
  .msilnlq .eaobi::before,
  .nf75sw .eaobi::before { content: ""; display: block; flex-shrink: 0; }

  
  .tb3bo .eaobi::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;
  }

  
  .hybj8b .eaobi::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;
  }

  
  .h3f81b .eaobi::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;
  }

  
  .msilnlq .eaobi::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;
  }

  
  .nf75sw .eaobi::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) {
  .ji3xrp .eaobi {
    padding: 5px 14px;
  }
  .ji3xrp .qf3c2q {
    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;
  }
  .ji3xrp .qf3c2q li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ji3xrp .qf3c2q li a:hover { background: var(--bg-raised); }
  .ji3xrp .efbc7b0,
  .i8vkceqt .efbc7b0,
  .e9m2rk2 .efbc7b0 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .fs4nzyoi .eaobi {
    padding: 5px 10px;
  }
  .fs4nzyoi .qf3c2q {
    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);
  }
  .fs4nzyoi .qf3c2q.t9wmy7 { transform: translateX(0); }
  .fs4nzyoi .qf3c2q li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .fs4nzyoi .qf3c2q li:last-child a { border-bottom: none; }
  .w83j1q .qf3c2q,
  .v1brg6 .qf3c2q { background: var(--accent) !important; }
  .w83j1q .qf3c2q li a,
  .v1brg6 .qf3c2q li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .e9m2rk2 .eaobi {
    padding: 5px 10px;
  }
  .e9m2rk2 .qf3c2q {
    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);
  }
  .e9m2rk2 .qf3c2q::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .e9m2rk2 .qf3c2q.t9wmy7 { transform: translateY(0); }
  .e9m2rk2 .qf3c2q li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .rz1hlxb .eaobi {
    padding: 5px 10px;
  }
  .rz1hlxb .qf3c2q {
    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;
  }
  .rz1hlxb .qf3c2q.t9wmy7 { opacity: 1; pointer-events: auto; }
  .rz1hlxb .qf3c2q li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ak26m32t     .eaobi { border-radius: 0 !important; }
  .mw1b6   .eaobi { border-radius: 8px !important; }
  .tdxf38hv .eaobi { border-radius: 50% !important; }
  .m3bsa   .eaobi { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ougjy .tjdk { flex-direction: column; align-items: stretch; }
  .ougjy .w66c80th { flex-direction: row; min-width: auto; }
  .ougjy .gc82146 { align-items: flex-start; text-align: left; }
}
.f6x9m,
.f6x9m.mz9bhlw1,
.dusj4ir5 .f6x9m,
.osa3w .f6x9m,
.f0m7 .f6x9m,
.ejmy .f6x9m {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.wqmmbn {
  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;
}
.cont0r { flex: 1 1 280px; min-width: 0; }
.heyby {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.imkzq57 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.ym3z1oi {
  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;
}
.ym3z1oi:hover { transform: translateY(-1px); opacity: 0.95; }
.l2xx4m9v .wqmmbn {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.l2xx4m9v .heyby { color: var(--cta); }
.l2xx4m9v .imkzq57 { color: var(--text-body); }
.l2xx4m9v .ym3z1oi {
  background: var(--cta) !important;
  color: #fff !important;
}
.bcamsbt .wqmmbn {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.bcamsbt .heyby { color: var(--text-primary); }
.bcamsbt .imkzq57 { color: var(--text-body); }
.bcamsbt .ym3z1oi {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .wqmmbn {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .cont0r { flex: 0 0 auto; }
  .heyby { font-size: 1.2rem; }
  .ym3z1oi { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.pnu3 .logz2c { height: 36px; }
.oi9jw .logz2c { height: 60px; max-width: 200px; }
.a0uyrx8o .logz2c { height: 56px; max-width: 180px; }
.w5eqieu .evojf {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.w5eqieu .x70ae9g1 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .mbsr0kg .gud5ub {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .mbsr0kg .m646ed {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .mbsr0kg .m646ed { padding: 40px 16px 20px; }
  .mbsr0kg .rd6l96 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .mbsr0kg .p2g3m18 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .afoo .m646ed {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .afoo .m646ed::before {
    position: absolute; top: 14px; left: 14px;
  }
  .afoo .f8co4ie {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .afoo .to2vih { white-space: normal; text-align: center; font-size: 1.2rem; }
  .afoo .rd6l96 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .afoo .p2g3m18 { width: 100%; min-width: 0; }
  .afoo .ydbwrfz { min-width: 0; }
}
.ker2 .elrxfh {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ker2 .elrxfh summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ker2 .elrxfh p { padding: 0 2px 16px; }
.pw2r540t .elrxfh { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.pw2r540t .elrxfh summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.pw2r540t .elrxfh summary::after { content: "›"; font-size: 1.2em; }
.pw2r540t .elrxfh[open] summary::after { content: "‹"; }
.pw2r540t .elrxfh p { padding: 10px 22px 4px; }
.klnxh .elrxfh {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.klnxh .elrxfh summary { color: var(--text-primary); padding-left: 16px; }
.klnxh .elrxfh summary::after { content: "›"; font-size: 1.1em; }
.klnxh .elrxfh[open] summary::after { content: "‹"; }
.klnxh .elrxfh p { padding-left: 16px; }
.ri9c2 .ohjlkg33 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ri9c2 .elrxfh {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ri9c2 .elrxfh:last-child { border-bottom: none; }
.ri9c2 .elrxfh summary { color: var(--text-primary); border-radius: 0; }
.ri9c2 .elrxfh summary::after { content: "›"; font-size: 1.1em; }
.ri9c2 .elrxfh[open] summary::after { content: "‹"; }
.io0osguu .elrxfh { overflow: hidden; }
.io0osguu .elrxfh summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.io0osguu .elrxfh summary::after { color: rgba(255,255,255,.75); }
.io0osguu .elrxfh[open] summary { border-radius: 0; }
.siukl { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xwf9 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qsi6 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.m6cv { color: var(--text-muted); font-size: 1.05rem; }
.brz7 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.wrqky6 { margin-bottom: 20px; }
.lcrpb1ss {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.exnme {
  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;
}
.exnme:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.w1ih { resize: vertical; min-height: 130px; }
.tayh { width: 100%; margin-top: 8px; }
.t1u5e1p {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.yu9kw9d {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.xeu6e5 { color: var(--text-muted); line-height: 1.75; }
.akk5 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.akk5 li { margin-bottom: 6px; }
.rgaruini { max-width: 760px; margin: 0 auto; }
.diy6t5 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.va0dh5p { max-width: 760px; margin: 0 auto; }
.gky98gtn { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.vn3cn ul.akk5 { margin: 0; }
.w3lxmta { max-width: 900px; margin: 0 auto; }
.b8uze3 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.b8uze3:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.b8uze3 .gky98gtn { margin: 0; font-size: 1rem; }
.b8uze3 .mpi3 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .b8uze3 { grid-template-columns: 1fr; gap: 10px; } }
.mcc7m .gky98gtn { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.goyqksyh .akk5 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .hm1y { grid-template-columns: 1fr; } }
.frlf66j { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.frlf66j:hover .j80dt { color: var(--accent-light); text-decoration: underline; }
.eopik25 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.swlb { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.swlb:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.rwt2626 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.swlb p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.swlb ul.akk5 { margin: 0; }
.n0dg { color: var(--text-muted); line-height: 1.75; }
.aqc6r8 .akk5,
.hjlj8167 .akk5,
.em9a .akk5,
.jf77s .akk5 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.aqc6r8 .swlb,
.hjlj8167 .swlb { text-align: left; }
.aqc6r8 .rwt2626,
.hjlj8167 .rwt2626 { text-align: center; }
.giei { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.suny1 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.g1dmkd4 { font-size: 1.1rem; }
.ae0m7o { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.d4r40x { margin-top: 12px; }
.gw17yxq { 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; }
.gw17yxq:hover { border-bottom-color: var(--accent-light); }
.yqk4r { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.yqk4r img { width: 100%; height: 100%; object-fit: cover; display: block; }
.plpr7z { width: 260px; height: 260px; }
.rjsr1kzw { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.q11vn { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.t1lysy { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .a56xx { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.hqrg2f .ae0m7o, .hqrg2f .suny1 { max-width: 640px; }
.img0c8s { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.sroay8 { position: sticky; top: 96px; align-self: start; }
.sroay8 .giei { font-size: 1.6rem; margin-top: 18px; }
.d9vmrap .ae0m7o { margin-bottom: 28px; }
@media (max-width: 860px) { .img0c8s { grid-template-columns: 1fr; } .sroay8 { position: static; text-align: center; } }
.szgqgt2p .yqk4r { margin: 0 auto 18px; }
.szgqgt2p .q11vn { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ivy7z0 { grid-template-columns: 1fr; } }
.jmx2tfl .giei { font-size: 1.6rem; margin-bottom: 6px; }
.jf77s .akk5 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .jmx2tfl { flex-direction: column; text-align: center; } .t9unyi { grid-template-columns: 1fr; } }
.fruz8f4 .giei { font-size: 1.35rem; margin: 0 0 4px; }
.fruz8f4 .q11vn { margin: 0; }
.oby9a0j2 .qsi6 { color: var(--accent-light); }
.nm99bv .qsi6 { font-size: 2rem; }
.nm99bv .m6cv { max-width: 680px; }
.invdtzb8 {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.invdtzb8 .qsi6 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.invdtzb8 .m6cv  { margin: 0; }
@media (max-width: 640px) { .invdtzb8 { flex-direction: column; } }
.yyhwrd2k .qsi6 { color: var(--accent-light); }
.uhan97x .qsi6 { color: #fff; }
.uhan97x .m6cv  { color: rgba(255,255,255,0.85); }
.q109jpoz { max-width: 680px; margin: 0 auto; }
.oheh0ad {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .oheh0ad { grid-template-columns: 1fr; } }
.yhwpoj2 .exnme {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.yhwpoj2 .exnme:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.zrmvf01 .exnme { background: var(--bg-raised); border-color: transparent; }
.zrmvf01 .exnme:focus { background: var(--bg-card); border-color: var(--accent-light); }
.pmw6 .exnme { border-radius: 100px; padding: 11px 20px; }
.pmw6 .w1ih { border-radius: 14px; }
.l095 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.l095 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;
}
.l095 summary::-webkit-details-marker { display: none; }
.l095 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.l095[open] summary::after { content: "−"; }
.n57h {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.gx1ur9j {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .gx1ur9j { grid-template-columns: 1fr; } }
.mzot {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.mzot h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.mzot p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.n9tm { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.n9tm li { margin-bottom: 6px; }
.nynj{display:none}
.nynj:empty,.ehvvq:empty{display:none}
.fhuo{position:relative;overflow:visible}
.buisgb .a7w6,.dfopztu .a7w6,
.pt04s6wb .a7w6,.grzge88w .a7w6,
.gqtbge6 .a7w6,.zic9t600 .a7w6{display:block}
.wugipcu4 .e409eiv{display:block}
.buisgb .a7w6,.dfopztu .a7w6,
.pt04s6wb .a7w6,.grzge88w .a7w6,
.gqtbge6 .a7w6{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}
.buisgb .a7w6 .ehvvq,.dfopztu .a7w6 .ehvvq,
.pt04s6wb .a7w6 .ehvvq,.grzge88w .a7w6 .ehvvq,
.gqtbge6 .a7w6 .ehvvq{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}
.buisgb .qbzdjok,.dfopztu .qbzdjok,
.pt04s6wb .qbzdjok,.grzge88w .qbzdjok,
.gqtbge6 .qbzdjok{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.buisgb .a7w6,.dfopztu .a7w6{top:12px}
.buisgb .a7w6 .ehvvq{margin-right:auto}
.dfopztu .a7w6 .ehvvq{margin-left:auto}
.dfopztu .a7w6{text-align:right}
.pt04s6wb .a7w6,.grzge88w .a7w6{bottom:12px}
.pt04s6wb .a7w6 .ehvvq{margin-right:auto}
.grzge88w .a7w6 .ehvvq{margin-left:auto}
.grzge88w .a7w6{text-align:right}
.gqtbge6 .a7w6{position:relative;margin-top:16px}
.gqtbge6 .a7w6 .ehvvq{margin:0 auto}
.zic9t600 .a7w6{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.zic9t600 .a7w6 .ehvvq{margin:0}
.zic9t600 .vuab~.a7w6,
.zic9t600 .wqdjlz65~.a7w6{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.zic9t600 .vuab~.a7w6 .ehvvq,
.zic9t600 .wqdjlz65~.a7w6 .ehvvq{justify-content:flex-start}
.vuab~.a7w6,.wqdjlz65~.a7w6{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}
.vuab~.a7w6 .ehvvq{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.wqdjlz65~.a7w6 .ehvvq{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.e409eiv .ehvvq{margin:0 0 12px}
.ehvvq{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.roau3z0{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.j80dt{font-weight:600;color:var(--text-heading);opacity:1}
.g0yu3l::before{content:"·";margin:0 2px;opacity:.5}
.qbzdjok{white-space:nowrap}
.bs7ul .roau3z0{display:none}
.lqwl .qbzdjok{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.lqwl .g0yu3l::before{content:""}
.frz43 .qbzdjok{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}
.frz43 .g0yu3l::before{content:""}
.kyns6cp8 .ehvvq{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.fkm7q .qbzdjok{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.fkm7q .g0yu3l::before{content:""}
.fa0ah3 .qbzdjok{color: var(--accent-light);opacity:1;font-weight:500}
.ejxbyzhj .qbzdjok{border-bottom:1px solid currentColor;padding-bottom:2px}
.pdwht .ehvvq{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.eamb7{--date-bg:var(--accent-bg)}
.a08et .g0yu3l::before{content:""}
.jbh8kt .g0yu3l::before{content:"•";opacity:.4}
.jbh8kt .qbzdjok + .qbzdjok::before{content:"•";margin-right:6px;opacity:.4}
.vxourle .g0yu3l::before{content:"/";opacity:.35}
.vxourle .qbzdjok + .qbzdjok::before{content:"/";margin-right:6px;opacity:.35}
.mzwi .g0yu3l::before{content:"|";opacity:.3}
.mzwi .qbzdjok + .qbzdjok::before{content:"|";margin-right:6px;opacity:.3}
.jy9q .g0yu3l::before{content:"—";opacity:.3}
.jy9q .qbzdjok + .qbzdjok::before{content:"—";margin-right:6px;opacity:.3}
.inuk7 .g0yu3l::before{content:"◆";font-size:.5em;opacity:.35}
.inuk7 .qbzdjok + .qbzdjok::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.uw8oz9 .g0yu3l::before{content:"·";opacity:.4}
.uw8oz9 .qbzdjok + .qbzdjok::before{content:"·";margin-right:6px;opacity:.4}
.fms8cb8k .g0yu3l::before{content:"›";opacity:.4}
.fms8cb8k .qbzdjok + .qbzdjok::before{content:"›";margin-right:6px;opacity:.4}
.qgk434 .g0yu3l::before{content:"→";opacity:.35;font-size:.85em}
.qgk434 .qbzdjok + .qbzdjok::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.rdex .c7k1z{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .c7k1z{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ga1z{max-width:100%}
}
.bvutqsa6 .a1z4mv{margin:0}
@media (max-width:560px){
  .k6u3ny0{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) {
  .n2ks2 { padding: 28px 18px 20px; }
  .hek0gb { font-size: 1.2rem; }
  .vr84i { max-width: 220px; max-height: 80px; }
}
.se7pca  .wk3v76 { border-radius: 6px; }
.ypbr70 .wqmmbn {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .wk3v76 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.oiszig4 {
  margin: 28px 0 24px;
}
.oiszig4 .mz9bhlw1 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.oiszig4 .ccvt1p9j {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.oiszig4 .wqmmbn {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .drjgd { flex-direction: row-reverse; }
[dir="rtl"] .qf3c2q { flex-direction: row-reverse; }
[dir="rtl"] .ep9oso .hirt { right: auto; left: 32px; }
[dir="rtl"] .cz5lpvm  .hirt { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ep9oso .hirt { right: auto; left: 20px; }
  [dir="rtl"] .cz5lpvm  .hirt { left: auto;  right: 20px; }
}
[dir="rtl"] .alkus7j .ikzdfd8  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ojwc .ikzdfd8 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .u4u6fx6l, [dir="rtl"] .d13j { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ch6l { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .x3b51mo { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zgqopb8t { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .wqmmbn { direction: rtl; }
[dir="rtl"] .mxnw2ts5 { direction: rtl; }
[dir="rtl"] .q7lu4 { direction: rtl; }
[dir="rtl"] .fkverp9 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .rglnt .d13j,
[dir="rtl"] .rr14y .d13j,
[dir="rtl"] .ilhgqtm .d13j,
[dir="rtl"] .he6kw .d13j {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .rglnt .d13j li::before,
[dir="rtl"] .rr14y .d13j li::before,
[dir="rtl"] .ilhgqtm .d13j li::before,
[dir="rtl"] .he6kw .d13j li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .rkgjjc.h2losr .wrvie5,
[dir="rtl"] .salz8xh.h2losr .wrvie5,
[dir="rtl"] .sfom5vc.h2losr .wrvie5,
[dir="rtl"] .j49rk67n.h2losr .wrvie5,
[dir="rtl"] .stn9wx.h2losr .wrvie5 { text-align: right; }
[dir="rtl"] .vuab.tkg9 .so3kz { text-align: center; }
[dir="rtl"] .ccvt1p9j,
[dir="rtl"] .cibe,
[dir="rtl"] .fqx21d,
[dir="rtl"] .l8s7i707,
[dir="rtl"] .wrvie5 { text-align: right; }
[dir="rtl"] .brz7,
[dir="rtl"] .lcrpb1ss,
[dir="rtl"] .ae0m7o,
[dir="rtl"] .exnme,
[dir="rtl"] .w1ih { text-align: right; direction: rtl; }
[dir="rtl"] .pmw6 .exnme,
[dir="rtl"] .yhwpoj2 .exnme { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #41b3cf;
  --brand:           #41b3cf;
  --brand-light:     #338498;
  --brand-pale:      #5ea7b9;
  --grad-start:      #8ad0e1;
  --grad-end:        #bfe1e9;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #68b767;
  --cta-light:       #49ac48;
  --cta-hover:       #499848;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f5;
  --bg-raised:       #eef0f1;
  --bg-hover:        #f3f5f5;
  --border:          #e2e7e8;
  --border-alt:      #d0d9db;
  --border-section:  #e2e7e8;
  --text-primary:    #171a1b;
  --text-muted:      #525d5f;
  --text-body:       #2f3536;
  --text-sub:        #474f51;
  --text-faint:      #768588;
  --text-dim:        #919da0;
  --text-label:      #5e6a6d;
  --text-value:      #3b4244;
  --accent-bg:       #e4eef0;
  --accent-bg-light: #cde3e9;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f4f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #178c58;
  --c-cons:          #9f2156;
  --c-pros-label:    #1ba668;
  --c-tip-border:    #1eb773;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #178c58;
}
:root { --logo-bg-opacity: 57%; }
body, button, input { font-family: "Titillium Web", sans-serif; }
.efqi .w09o li::before, .efqi .h02rz52n 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; }.efqi .w09o li::before { content: ""; }.efqi .h02rz52n li::before { content: ""; }.efqi .lzht::before, .efqi .fns18p8::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.efqi .lzht::before { content: ""; }.efqi .fns18p8::before { content: ""; }
.vluwjdee .bjilc12, .vluwjdee .vuab { min-height: 320px; }
.lg27ah1 .xfysuc::after,.lg27ah1 .hirt::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.td1nh::before { content: '/'; }