:root {
  --color-accent: #278d81;
  --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;
}
.fss6 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ctwu2 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.q8kdjb1l {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.kp9laf9 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.bo9o0tb { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.bo9o0tb a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.bo9o0tb a:hover { color: var(--accent-light); }
.llnedl     .kya6dp1d { border-radius: 6px; }
.llnedl .kya6dp1d li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.llnedl .kya6dp1d li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.gmkizg13 .kya6dp1d li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .kya6dp1d {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .l12h:hover .kya6dp1d,
  .l12h:focus-within .kya6dp1d { display: block; }
  .kya6dp1d li a { padding: 8px 16px; font-size: 0.88rem; }
}
.d8mu7lh {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.uazps { display: none; }
@media (max-width: 640px) {
  .uazps {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .uazps.kebp { display: block; }
}
@media (max-width: 640px) {
  .d8mu7lh { display: block; }
  .bo9o0tb > li + li::before { display: none !important; }
  .bo9o0tb {
    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;
  }
  .bo9o0tb.kebp { display: flex; }
  .bo9o0tb li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .bo9o0tb li:last-child a { border-bottom: none; }
}
.iz4e { min-height: 480px; }
.ry1a9j {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.q65rn { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ql7tc0f0 .q65rn { margin-left: 0; margin-right: 0; }
.eqct {
  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;
}
.mfvzq .eqct { margin-top: 24px; }
.eqct:hover { opacity: 0.88; }
.it2ubf38 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.hc9h {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.it2ubf38 .uda8tat {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.it2ubf38 .ry1a9j { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.it2ubf38 .q65rn { color: #e2e8f0; }
.it2ubf38.bogtt .uda8tat { text-align: center; }
.it2ubf38.ql7tc0f0   .uda8tat { text-align: left; }
.yspqg .uda8tat {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.yspqg .ry1a9j { color: var(--text-primary); text-shadow: none; }
.yspqg .q65rn { color: var(--text-muted); }
.yspqg .eqct { margin-top: 16px; }
.yspqg, .yspqg.iz4e { min-height: auto !important; }
.yspqg.bogtt .uda8tat { text-align: center; }
.yspqg.ql7tc0f0   .uda8tat { text-align: left; }
.c8t81y5c .pkng7,
.c8t81y5c .jeny07ia {
  position: relative; overflow: hidden;
}
.c8t81y5c .pkng7::after,
.c8t81y5c .jeny07ia::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.c8wu8xy .it2ubf38 .hc9h {
  overflow: hidden;
}
.c8wu8xy .it2ubf38 .hc9h::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@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); }
}
.xe3ohp4a .it2ubf38 .hc9h {
  overflow: hidden;
}
.xe3ohp4a .it2ubf38 .hc9h::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.kgjyb2z .it2ubf38 .hc9h {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.c8t81y5c .it2ubf38 .hc9h {
  overflow: hidden;
}
.c8t81y5c .it2ubf38 .hc9h::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.kwy1tl .it2ubf38 .hc9h {
  animation: hg-breathe 10s ease-in-out infinite;
}
.pkng7 .hc9h {
  background: none;
}
.pkng7 .ry1a9j { color: #fff; }
.pkng7 .q65rn { color: rgba(255,255,255,0.85); }
.pkng7 .eqct { background: #fff; color: var(--cta); }
.pkng7 .eqct:hover { opacity: 0.92; }
.c8t81y5c .hybjr { position: relative; overflow: hidden; }
.c8t81y5c .hybjr::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.hybjr .ry1a9j { text-shadow: none; color: var(--text-primary); }
.hybjr .q65rn { color: var(--text-muted); }
body.w20c .ry1a9j {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.qjw829u8 .ry1a9j {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.iz4e.pkng7 .ry1a9j,
section.pkng7 .ry1a9j {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.hybjr.ql7tc0f0   .l2tzy4h2 { align-items: flex-start; text-align: left; }
.iz4e .m47omr {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.m47omr .o3l7ba.y9fd2oq {
  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;
}
.m47omr .o3l7ba.y9fd2oq:hover { opacity: 0.85; }
.mmd5f43 .uda8tat { padding-bottom: 24px; }
.mfvzq .uda8tat { max-width: 1100px; }
@media (max-width: 700px) {
  .hybjr { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .hybjr:not(.mukk9q) .a3q7qt { display: none !important; }
  .mukk9q .a3q7qt { padding: 16px; }
  .l2tzy4h2  { padding: 36px 24px; }
  .hybjr~.narvdxi,.wwol5n~.narvdxi{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .iz4e, .hybjr { min-height: 320px !important; }
  .ry1a9j { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .pjdahy,
  .b4bv2ip3,
  .uaxn { grid-template-columns: 1fr !important; }

  

  
  .mmd5f43 { display: flex !important; flex-direction: column !important; }
  .mmd5f43 .uda8tat { display: contents; }
  .mmd5f43 .hc9h { order: 0; }
  .mmd5f43 .ry1a9j { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .mmd5f43 .pjdahy { order: 2; padding: 0 16px 12px !important; }
  .mmd5f43 .q65rn { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .mfvzq .uda8tat { display: flex; flex-direction: column; }
  .mfvzq .uda8tat .ry1a9j { order: 1; }
  .mfvzq .uda8tat .uaxn { order: 2; margin: 8px 0 24px !important; }
  .mfvzq .uda8tat .q65rn { order: 3; }
  .mfvzq .uda8tat .eqct { order: 4; align-self: center; margin-top: 0; }

  
  .hybjr.mukk9q {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .hybjr.mukk9q .l2tzy4h2 { display: contents; padding: 0; }
  .hybjr.mukk9q .l2tzy4h2 .ry1a9j { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .hybjr.mukk9q .a3q7qt { order: 2; padding: 12px 16px; }
  .hybjr.mukk9q .l2tzy4h2 .q65rn { order: 3; padding: 0 24px; margin: 0 auto; }
  .hybjr.mukk9q .l2tzy4h2 .eqct { order: 4; align-self: center; margin: 8px 0 32px; }
}
.oywc { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.t6ksyf75 { width: 100%; height: auto; display: block; border-radius: 10px; }
.kk8ndsi6 .oywc        { border-radius: 16px; }
.kk8ndsi6 .t6ksyf75  { border-radius: 16px; }
.t2xh .oywc         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.t2xh .t6ksyf75   { border-radius: 8px; }
.rrmqfea { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.nmcz2 { width: 100%; padding: 32px 0; position: relative; }
.zkypv1d { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.q719bksm .nmcz2:nth-child(even) { background: var(--bg-surface); }
.q719bksm .nmcz2:nth-child(odd)  { background: var(--bg-page); }
.oji3 .nmcz2:nth-child(even) { background: var(--bg-card); }
.oji3 .nmcz2:nth-child(odd)  { background: var(--bg-page); }
.q719bksm .nmcz2:nth-child(odd)  .zkypv1d { background: var(--bg-card); border-radius: 6px; }
.q719bksm .nmcz2:nth-child(even) .zkypv1d { background: var(--bg-raised); border-radius: 6px; }
.oji3 .nmcz2:nth-child(odd)  .zkypv1d { background: var(--bg-card); border-radius: 6px; }
.oji3 .nmcz2:nth-child(even) .zkypv1d { background: var(--bg-raised); border-radius: 6px; }
.q719bksm .nmcz2:nth-child(even) .pc3tg9nq .rujcpk,
.oji3 .nmcz2:nth-child(even) .pc3tg9nq .rujcpk { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.q719bksm .nmcz2:nth-child(odd) .pc3tg9nq .rujcpk,
.oji3 .nmcz2:nth-child(odd) .pc3tg9nq .rujcpk { background: var(--bg-card-inner); }
.q719bksm .nmcz2:nth-child(even) .tjpf2w .rujcpk:nth-child(odd),
.oji3 .nmcz2:nth-child(even) .tjpf2w .rujcpk:nth-child(odd)  { background: var(--bg-card); }
.q719bksm .nmcz2:nth-child(even) .tjpf2w .rujcpk:nth-child(even),
.oji3 .nmcz2:nth-child(even) .tjpf2w .rujcpk:nth-child(even) { background: var(--bg-card-inner); }
h1.cxac1hd { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.cxac1hd {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.eucm1xy4 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ui9mxtc h2.cxac1hd {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.d0wh4fyf h2.cxac1hd {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.g4nm5lat h2.cxac1hd {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.n37p h2.cxac1hd::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.oje9 h2.cxac1hd {
  color: var(--text-primary); font-size: 1.7rem;
}
.nep4 h2.cxac1hd::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.sgixjsd6 h2.cxac1hd {
  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;
}
.p4y5zg4v { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .p4y5zg4v { display: none; } }
.bdff { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.elf1 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.qcbg6zkd {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.joc6rxmr { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.hvowmub { padding-left: 20px; }
.hvowmub li { margin-bottom: 6px; }
.hvowmub a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.hvowmub a:hover { color: var(--accent-light); }
.ztfq .joc6rxmr { display: none; }
.r84n4hmd .joc6rxmr { display: none; }
.r84n4hmd .hvowmub { padding-left: 0; list-style: none; }
.r84n4hmd .hvowmub li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.r84n4hmd .hvowmub a { font-size: 0.92rem; }
.aekp .qcbg6zkd { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.aekp .joc6rxmr { display: none; }
.aekp .hvowmub { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.aekp .hvowmub li { margin-bottom: 0; }
.aekp .hvowmub 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;
}
.aekp .hvowmub a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ul73agub .qcbg6zkd { padding: 20px 20px 16px; }
.ul73agub .hvowmub {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ul73agub .hvowmub li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ul73agub .hvowmub 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;
}
.ul73agub .hvowmub 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;
}
.ul73agub .hvowmub a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ul73agub .hvowmub a:focus,
.ul73agub .hvowmub a:focus-visible,
.ul73agub .hvowmub a:target { outline: none; }
.ul73agub .hvowmub li:target a { border-color: var(--border); color: var(--text-muted); }
.ona5y .qcbg6zkd { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ona5y .joc6rxmr { display: none; }
.ona5y .hvowmub { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ona5y .hvowmub li { margin-bottom: 0; }
.ona5y .hvowmub li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ona5y .hvowmub li:last-child::after { content: ""; margin-right: 0; }
.ona5y .hvowmub a { font-size: 0.9rem; }
.rujcpk { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.pc3tg9nq .rujcpk { background: var(--bg-card); }
.tjpf2w .rujcpk:nth-child(odd)  { background: var(--bg-card); }
.tjpf2w .rujcpk:nth-child(even) { background: var(--bg-raised); }
.vhd5t5fy .rujcpk {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.vhd5t5fy .rujcpk:last-child { border-bottom: none; }
.vhd5t5fy h3.eucm1xy4 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.kdsnlz .rujcpk {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.kdsnlz .rujcpk + .rujcpk { margin-top: 4px; }
.yaeus2mm .rujcpk { background: none; border-radius: 0; padding: 12px 0; }
.yaeus2mm .rujcpk + .rujcpk { border-top: 1px solid var(--border-section); }
.cne1sn { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.b1h2e3jq { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.df36h { color: var(--text-body); margin-bottom: 10px; }
.ih1g4j, .jxyw { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ih1g4j li, .jxyw li { margin-bottom: 6px; }
.jl26tbp     .ih1g4j { list-style-type: "● "; }
.w6uu  .ih1g4j { list-style-type: "■ "; }
.eqkmin .ih1g4j { list-style-type: "◆ "; }
.xe66t    .ih1g4j { list-style-type: "★ "; }
.jl26tbp     .u79qmp1c { list-style-type: "● "; }
.w6uu  .u79qmp1c { list-style-type: "■ "; }
.eqkmin .u79qmp1c { list-style-type: "◆ "; }
.xe66t    .u79qmp1c { list-style-type: "★ "; }
.jl26tbp    .ih1g4j li::marker, .jl26tbp    .u79qmp1c li::marker,
.w6uu .ih1g4j li::marker, .w6uu .u79qmp1c li::marker,
.eqkmin .ih1g4j li::marker, .eqkmin .u79qmp1c li::marker,
.xe66t   .ih1g4j li::marker, .xe66t   .u79qmp1c li::marker {
  color: var(--cta); font-size: 1em;
}
.w6uu .jxyw,
.w6uu .jxyw li,
.w6uu .jxyw li::before,
.w6uu  .jxyw li::before { border-radius: 3px; }
.mku2f3sd { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.q9l99 .mku2f3sd,
.drl3w .mku2f3sd { background: transparent; border: none; border-radius: 0; }
.yikfgz7 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.yikfgz7 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.yikfgz7 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.yikfgz7 tr:hover td { background: var(--bg-hover); }
.ql98xk .yikfgz7 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.zsu2 .yikfgz7 { border: 1px solid var(--border-alt); }
.zsu2 .yikfgz7 th,
.zsu2 .yikfgz7 td { border: 1px solid var(--border-alt); }
.xtqy .yikfgz7 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.xtqy .yikfgz7 td { border-bottom: none; }
.xtqy .yikfgz7 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.p4j4 .yikfgz7 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.nm447s .mku2f3sd {
  overflow: hidden;
}
.nm447s .yikfgz7 th { border-bottom: 1px solid var(--border-alt); }
.nm447s .yikfgz7 tr:last-child td { border-bottom: none; }
.vo03uc { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.j0db9omw { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.oyz785 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.lbd02 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ok6tll8k { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.u79qmp1c { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.u79qmp1c 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%}
.gf3mcz6 .lbd02 { background: transparent; text-align: center; }
.y7ulp .oyz785 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.z70rzba .oyz785 {
  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);
}
.illr8 .j0db9omw { display: grid; grid-template-columns: auto 1fr; }
.illr8 .oyz785 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.illr8 .lbd02 { grid-column: 2; }
.illr8 .ok6tll8k,
.illr8 .u79qmp1c { grid-column: 1 / -1; }
.g6bdob .j0db9omw { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.g6bdob .oyz785 {
  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);
}
.g6bdob .lbd02 { grid-column: 2; }
.g6bdob .ok6tll8k,
.g6bdob .u79qmp1c { grid-column: 1 / -1; }
.i2m98 .j0db9omw { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.i2m98 .lbd02 { background: none; color: var(--accent-light); font-weight: 700; }
.rzj11tds .j0db9omw { 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); }
.rzj11tds .lbd02 { background: none; color: var(--accent-light); font-weight: 700; }
.cht7 .j0db9omw { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.cht7 .j0db9omw:last-child { border-bottom: none; }
.cht7 .lbd02 { background: none; color: var(--accent-light); font-weight: 700; }
.sq4b87cv .j0db9omw { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.sq4b87cv .lbd02 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.i5ozfp .vo03uc { counter-reset: card-n; }
.i5ozfp .j0db9omw  { counter-increment: card-n; }
.i5ozfp .lbd02 { display: flex; align-items: center; gap: 10px; }
.i5ozfp .lbd02::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;
}
.zg0n0 .j0db9omw { background: var(--bg-surface); border: 1px solid var(--border); }
.zg0n0 .lbd02 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.abwdkkms { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.j37506g { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ofnbfm { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.abwdkkms strong { color: var(--text-primary); font-size: 0.95rem; }
.abwdkkms p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.t6ksyf75 { width: 100%; height: auto; border-radius: 10px; display: block; }
.y9fd2oq {
  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;
}
.y9fd2oq:hover { opacity: 0.85; }
.odhw .y9fd2oq  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.odhw .y9fd2oq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.uid5 .y9fd2oq  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.uid5 .y9fd2oq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.z9jg .eqct { border-radius: 50px; }
.z9jg .y9fd2oq  { border-radius: 50px; }
.qb1m54 .eqct { padding-left: 22px; padding-right: 22px; }
.qb1m54 .y9fd2oq  { padding-left: 12px; padding-right: 12px; }
.nn98 .eqct { padding-left: 44px; padding-right: 44px; }
.nn98 .y9fd2oq  { padding-left: 24px; padding-right: 24px; }
.x0ycr62m .eqct { padding-left: 56px; padding-right: 56px; }
.x0ycr62m .y9fd2oq  { padding-left: 32px; padding-right: 32px; }
.lvki   .eqct::after, .lvki   .y9fd2oq::after,
.lomi1 .eqct::after, .lomi1 .y9fd2oq::after,
.asjfo    .eqct::after, .asjfo    .y9fd2oq::after,
.oxp5uv9k    .eqct::after, .oxp5uv9k    .y9fd2oq::after,
.fce058    .eqct::after, .fce058    .y9fd2oq::after,
.yp694     .eqct::after, .yp694     .y9fd2oq::after,
.ms97    .eqct::after, .ms97    .y9fd2oq::after,
.tzw0l8   .eqct::after, .tzw0l8   .y9fd2oq::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;
}
.lvki .eqct::after, .lvki .y9fd2oq::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");
}
.lomi1 .eqct::after, .lomi1 .y9fd2oq::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");
}
.asjfo .eqct::after, .asjfo .y9fd2oq::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");
}
.oxp5uv9k .eqct::after, .oxp5uv9k .y9fd2oq::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");
}
.fce058 .eqct::after, .fce058 .y9fd2oq::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");
}
.yp694 .eqct::after, .yp694 .y9fd2oq::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");
}
.ms97 .eqct::after, .ms97 .y9fd2oq::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");
}
.tzw0l8 .eqct::after, .tzw0l8 .y9fd2oq::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");
}
.en91   .keur38m5::after, .en91   .c90p::after,
.cz9sf5b .keur38m5::after, .cz9sf5b .c90p::after,
.zk5gc    .keur38m5::after, .zk5gc    .c90p::after,
.m8jcj    .keur38m5::after, .m8jcj    .c90p::after,
.wx4s    .keur38m5::after, .wx4s    .c90p::after,
.horxi370     .keur38m5::after, .horxi370     .c90p::after,
.d9ze    .keur38m5::after, .d9ze    .c90p::after,
.whx8   .keur38m5::after, .whx8   .c90p::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;
}
.en91 .keur38m5::after, .en91 .c90p::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");
}
.cz9sf5b .keur38m5::after, .cz9sf5b .c90p::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");
}
.zk5gc .keur38m5::after, .zk5gc .c90p::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");
}
.m8jcj .keur38m5::after, .m8jcj .c90p::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");
}
.wx4s .keur38m5::after, .wx4s .c90p::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");
}
.horxi370 .keur38m5::after, .horxi370 .c90p::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");
}
.d9ze .keur38m5::after, .d9ze .c90p::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");
}
.whx8 .keur38m5::after, .whx8 .c90p::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");
}
.egg062e .wwuui2 { background: var(--bg-raised); }
.o3l7ba.y9fd2oq {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .etugwh {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .etugwh::before    { grid-area: rank;   }
  .tb0gxn8q           { grid-area: ident;  }
  .didkvz4     { grid-area: rating; min-width: 0; width: auto; }
  .jeg0k           { grid-area: pills;  }
  .o3l7ba             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .etugwh {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .etugwh::before    { justify-self: center; }
  .tb0gxn8q           { width: 100%; }
  .didkvz4     { justify-self: center; }
  .jeg0k           { grid-template-columns: 1fr; }
}
.il9x5r .e0w1v6x9 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .ba2dq6 .dadu {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ba2dq6 .a9kq2mp { margin: 0; }
}
.gu2a49 .ktl8j1 { padding: 0; gap: 0; overflow: hidden; }
.gu2a49 .gar5wgwe { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.gu2a49 .uc9z1fl9 { padding: 16px 20px; }
.gu2a49 .mz19v9 { padding: 16px 20px; align-self: center; }
@media (max-width: 720px) {
  .wcy59r9 { grid-template-columns: 1fr; }
  .cdy9a3 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .cdy9a3 .ckpqz77 { width: 72px; height: 50px; }
  .cdy9a3 .gyd9hi8d { max-width: 180px; }
  .cdy9a3 .koeq { width: auto; }
}
@media (max-width: 720px) {
  .cdsju4 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .tis5en7x { padding: 16px; }
  .j81zqs .gx4u8iut { min-width: 50%; }
}
@media (max-width: 860px) {
  .vrf9lcqa { grid-template-columns: 1fr; }
  .d4kj3t { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .u8t9 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .gpwe { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .re9771w { flex-direction: column; align-items: stretch; }
}
.vo2hm .koeq .y9fd2oq { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .o1e3f28u { flex-direction: column; align-items: stretch; gap: 10px; }
  .vo2hm .koeq { text-align: center; }
}
@media (max-width: 720px) {
  .yiec4f9 { grid-template-columns: 1fr; }
  .nwx023fj { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .phm6z { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .ealyed66 { grid-template-columns: 1fr; }
  .uc7w0zr4 { width: 100px; height: 100px; margin: 16px auto; }
  .yds9t { font-size: 1.4rem; }
  .wxhjypd { justify-content: center; }
  .tdi29z .gx4u8iut { min-width: 50%; }
}
@media (max-width: 540px) {
  .ctfs { flex-wrap: wrap; padding: 14px 16px; }
  .w3aqzx1 { padding: 12px 16px; }
  .m547n5ih .h3es0j0 { margin: 0 16px; }
  .m547n5ih .eh3rh { padding: 0 16px; }
  .p0dvqs5w { padding: 12px 16px; }
}
.p3e9koj .etugwh {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.p3e9koj .etugwh:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.q0ih .jeg0k .i6av4n {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.q0ih .jeg0k .i6av4n:first-child { border-left: none; }
.b2gy6h .myrme38r,
.b2gy6h .hqbwhyj,
.b2gy6h .hqbwhyj {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.b2gy6h .hqbwhyj small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.b2gy6h .a1dzor .vu87cl,
.b2gy6h .a1dzor strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.b2gy6h .kkln4m,
.b2gy6h .r2icbda4 { font-size: 1em; }
.who5mhl { margin: 16px 0; }
.si5ivfg { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.si5ivfg summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.si5ivfg summary::after { content: "+"; color: var(--accent-light); }
.si5ivfg[open] summary::after { content: "−"; }
.si5ivfg p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.nmcz2 { margin-bottom: 0; }
.nqwctdk h2.cxac1hd { color: var(--text-primary); border-color: var(--accent-light); }
.hmrwl h2.cxac1hd { color: var(--text-primary); border-color: var(--accent-light); }
.ts3075kr .j37506g    { background: #1e1036; border-color: #a855f7; }
.ts3075kr .abwdkkms strong  { color: #f1f5f9; }
.ts3075kr .abwdkkms p       { color: #cbd5e1; }
.ts3075kr .rbx1kpp    .kyg0wew2     .ofnbfm::before,
.ts3075kr .y71q1e  .kyg0wew2     .ofnbfm::before,
.ts3075kr .zvvfx3  .kyg0wew2     .ofnbfm::before,
.ts3075kr .t55g5n .kyg0wew2     .ofnbfm::before { color: #10b981; }
.ts3075kr .rbx1kpp    .btpfx .ofnbfm::before,
.ts3075kr .y71q1e  .btpfx .ofnbfm::before,
.ts3075kr .zvvfx3  .btpfx .ofnbfm::before,
.ts3075kr .t55g5n .btpfx .ofnbfm::before { color: #f43f5e; }
.ts3075kr .rbx1kpp    .j37506g    .ofnbfm::before,
.ts3075kr .y71q1e  .j37506g    .ofnbfm::before,
.ts3075kr .zvvfx3  .j37506g    .ofnbfm::before,
.ts3075kr .t55g5n .j37506g    .ofnbfm::before { color: #a855f7; }
.anrfr4a .kyg0wew2     { background: #2d2000; border-color: #eab308; }
.anrfr4a .btpfx { background: #2d0b0b; border-color: #ef4444; }
.anrfr4a .j37506g    { background: #2d1600; border-color: #f97316; }
.anrfr4a .abwdkkms strong  { color: #f1f5f9; }
.anrfr4a .abwdkkms p       { color: #cbd5e1; }
.anrfr4a .rbx1kpp    .kyg0wew2     .ofnbfm::before,
.anrfr4a .y71q1e  .kyg0wew2     .ofnbfm::before,
.anrfr4a .zvvfx3  .kyg0wew2     .ofnbfm::before,
.anrfr4a .t55g5n .kyg0wew2     .ofnbfm::before { color: #eab308; }
.anrfr4a .rbx1kpp    .btpfx .ofnbfm::before,
.anrfr4a .y71q1e  .btpfx .ofnbfm::before,
.anrfr4a .zvvfx3  .btpfx .ofnbfm::before,
.anrfr4a .t55g5n .btpfx .ofnbfm::before { color: #ef4444; }
.anrfr4a .rbx1kpp    .j37506g    .ofnbfm::before,
.anrfr4a .y71q1e  .j37506g    .ofnbfm::before,
.anrfr4a .zvvfx3  .j37506g    .ofnbfm::before,
.anrfr4a .t55g5n .j37506g    .ofnbfm::before { color: #f97316; }
.hm8end .j37506g    { background: #0a2020; border-color: #2dd4bf; }
.hm8end .abwdkkms strong  { color: #f1f5f9; }
.hm8end .abwdkkms p       { color: #cbd5e1; }
.hm8end .rbx1kpp    .kyg0wew2     .ofnbfm::before,
.hm8end .y71q1e  .kyg0wew2     .ofnbfm::before,
.hm8end .zvvfx3  .kyg0wew2     .ofnbfm::before,
.hm8end .t55g5n .kyg0wew2     .ofnbfm::before { color: #38bdf8; }
.hm8end .rbx1kpp    .btpfx .ofnbfm::before,
.hm8end .y71q1e  .btpfx .ofnbfm::before,
.hm8end .zvvfx3  .btpfx .ofnbfm::before,
.hm8end .t55g5n .btpfx .ofnbfm::before { color: #818cf8; }
.hm8end .rbx1kpp    .j37506g    .ofnbfm::before,
.hm8end .y71q1e  .j37506g    .ofnbfm::before,
.hm8end .zvvfx3  .j37506g    .ofnbfm::before,
.hm8end .t55g5n .j37506g    .ofnbfm::before { color: #2dd4bf; }
.aurli .j37506g    { background: var(--accent-bg); border-color: var(--accent-pale); }
.aurli .rbx1kpp    .ofnbfm::before,
.aurli .y71q1e  .ofnbfm::before,
.aurli .zvvfx3  .ofnbfm::before,
.aurli .t55g5n .ofnbfm::before { color: var(--accent-light) !important; }
.d76vk0u .o0t6e { background: var(--bg-pros); }
.d76vk0u .f6x8 { background: var(--bg-cons); }
.d76vk0u .o0t6e .ycd7rp8v { color: var(--c-pros-label); }
.d76vk0u .f6x8 .g0gth6 { color: var(--c-cons); }
.d76vk0u .o0t6e ul li,
.d76vk0u .nugrq li          { color: var(--c-pros); }
.d76vk0u .f6x8 ul li,
.d76vk0u .uf6pm li          { color: var(--c-cons); }
.il9x5r .abwdkkms { background: transparent; border-left: none; border: 1.5px solid; }
.il9x5r .kyg0wew2     { border-color: var(--c-tip-border); }
.il9x5r .btpfx { border-color: var(--c-warn-border); }
.il9x5r .j37506g    { border-color: #60a5fa; }
.il9x5r .abwdkkms strong { color: var(--text-primary); }
.il9x5r .abwdkkms p      { color: var(--text-muted); }
.mjqhh2q .abwdkkms { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.mjqhh2q .j37506g    { border-top-color: #60a5fa; }
.ehnp .abwdkkms { border-left: none; border-radius: 8px; }
.ehnp .j37506g    { background: #1e3a8a; }
.ehnp .abwdkkms strong,
.ehnp .abwdkkms p { color: #fff; }
.ehnp .ofnbfm::before { color: rgba(255,255,255,0.85) !important; }
.ts3075kr.ehnp .j37506g,
.ts3075kr .ehnp .j37506g    { background: #1e1036; }
.anrfr4a.ehnp .kyg0wew2,
.anrfr4a .ehnp .kyg0wew2      { background: #2d2000; }
.anrfr4a.ehnp .btpfx,
.anrfr4a .ehnp .btpfx  { background: #2d0b0b; }
.anrfr4a.ehnp .j37506g,
.anrfr4a .ehnp .j37506g     { background: #2d1600; }
.hm8end.ehnp .j37506g,
.hm8end .ehnp .j37506g     { background: #0a2020; }
.gvfx8l .abwdkkms { border-left: none; border-radius: 6px; padding: 10px 14px; }
.gvfx8l .j37506g    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.gvfx8l .abwdkkms strong { color: var(--text-primary); }
.gvfx8l .abwdkkms p      { color: var(--text-muted); }
.ih3fh .abwdkkms { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.rbx1kpp .ofnbfm,
.y71q1e .ofnbfm,
.zvvfx3 .ofnbfm,
.t55g5n .ofnbfm { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.rbx1kpp .ofnbfm::before,
.y71q1e .ofnbfm::before,
.zvvfx3 .ofnbfm::before,
.t55g5n .ofnbfm::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.rbx1kpp .kyg0wew2     .ofnbfm::before { content: "✦"; color: var(--c-tip-border); }
.rbx1kpp .btpfx .ofnbfm::before { content: "▲"; color: var(--c-warn-border); }
.rbx1kpp .j37506g    .ofnbfm::before { content: "◉"; color: #60a5fa; }
.y71q1e .kyg0wew2     .ofnbfm::before { content: "★"; color: var(--c-tip-border); }
.y71q1e .btpfx .ofnbfm::before { content: "◆"; color: var(--c-warn-border); }
.y71q1e .j37506g    .ofnbfm::before { content: "●"; color: #60a5fa; }
.zvvfx3 .kyg0wew2     .ofnbfm::before { content: "▶"; color: var(--c-tip-border); }
.zvvfx3 .btpfx .ofnbfm::before { content: "■"; color: var(--c-warn-border); }
.zvvfx3 .j37506g    .ofnbfm::before { content: "▸"; color: #60a5fa; }
.t55g5n .kyg0wew2     .ofnbfm::before { content: "→"; color: var(--c-tip-border); }
.t55g5n .btpfx .ofnbfm::before { content: "⬥"; color: var(--c-warn-border); }
.t55g5n .j37506g    .ofnbfm::before { content: "◈"; color: #60a5fa; }
.sd7g9b .pc3tg9nq .rujcpk,
.sd7g9b .tjpf2w .rujcpk  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.sd7g9b .j0db9omw                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.sd7g9b .mku2f3sd          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.sd7g9b .qcbg6zkd                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.gp7zaan .pc3tg9nq .rujcpk,
.gp7zaan .tjpf2w .rujcpk,
.gp7zaan .j0db9omw,
.gp7zaan .etugwh,
.gp7zaan .a9kq2mp,
.gp7zaan .mku2f3sd,
.gp7zaan .qcbg6zkd,
.gp7zaan .ih3fh .abwdkkms { box-shadow: none; }
.pl7momz   .df36h, .pl7momz .cne1sn, .pl7momz .b1h2e3jq,
.pl7momz   .bdff, .pl7momz .elf1 { font-size: 0.9rem; }
.pl7momz   .ih1g4j, .pl7momz .jxyw { font-size: 0.9rem; }
.req8ga   .df36h, .req8ga .cne1sn, .req8ga .b1h2e3jq,
.req8ga   .bdff, .req8ga .elf1 { font-size: 0.95rem; }
.req8ga   .ih1g4j, .req8ga .jxyw { font-size: 0.95rem; }
.tkae   .df36h, .tkae .cne1sn, .tkae .b1h2e3jq,
.tkae   .bdff, .tkae .elf1 { font-size: 1.08rem; }
.tkae   .ih1g4j, .tkae .jxyw { font-size: 1.05rem; }
.tkae   .yikfgz7 { font-size: 0.97rem; }
.frj7 .ry1a9j      { font-size: 3.2rem; }
.frj7 h2.cxac1hd { font-size: 1.9rem; }
.frj7 h3.eucm1xy4     { font-size: 1.4rem; }
.nbg32 .ry1a9j      { font-size: 3.8rem; }
.nbg32 h2.cxac1hd { font-size: 2.2rem; }
.nbg32 h3.eucm1xy4     { font-size: 1.6rem; }
.nmcz2 + .nmcz2 { position: relative; }
.uxsox   .nmcz2 + .nmcz2::before,
.ogon6g  .nmcz2 + .nmcz2::before,
.stq1j   .nmcz2 + .nmcz2::before,
.ysvn9tq   .nmcz2 + .nmcz2::before,
.paku38uz   .nmcz2 + .nmcz2::before,
.i4rvva .nmcz2 + .nmcz2::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.uxsox .nmcz2 + .nmcz2::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ogon6g .nmcz2 + .nmcz2::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.stq1j .nmcz2 + .nmcz2::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;
}
.ysvn9tq .nmcz2 + .nmcz2::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.zxs5yd1 .nmcz2 { margin-bottom: 16px; }
.zxs5yd1 .nmcz2 + .nmcz2 { margin-top: 0; }
.zxs5yd1 .zkypv1d { padding-top: 0; padding-bottom: 0; }
.paku38uz .nmcz2 + .nmcz2::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.i4rvva .nmcz2 + .nmcz2::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.upsj .nmcz2 + .nmcz2::before,
.w3074u5 .nmcz2 + .nmcz2::before,
.dp39u2l .nmcz2 + .nmcz2::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%;
}
.q719bksm .upsj .nmcz2:nth-child(even)::before,
.q719bksm .w3074u5 .nmcz2:nth-child(even)::before,
.q719bksm .dp39u2l .nmcz2:nth-child(even)::before { background: var(--bg-surface); }
.oji3 .upsj .nmcz2:nth-child(even)::before,
.oji3 .w3074u5 .nmcz2:nth-child(even)::before,
.oji3 .dp39u2l .nmcz2:nth-child(even)::before { background: var(--bg-card); }
.upsj .nmcz2 + .nmcz2::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");
}
.w3074u5 .nmcz2 + .nmcz2::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");
}
.dp39u2l .nmcz2 + .nmcz2::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");
}
.yw8n .it2ubf38,
.c67n .it2ubf38,
.chc5y .it2ubf38 { overflow: hidden; }
.yw8n .uda8tat,
.c67n .uda8tat { margin-bottom: 60px; }
.chc5y .uda8tat { margin-bottom: 70px; }
.yw8n .it2ubf38::before,
.c67n .it2ubf38::before,
.chc5y .it2ubf38::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.yw8n .it2ubf38::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");
}
.c67n .it2ubf38::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");
}
.chc5y .it2ubf38::before {
  height: 70px;
  -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");
}
.oklmhv2i .it2ubf38:not(.pkng7) .hc9h { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.geinohxo .it2ubf38:not(.pkng7) .hc9h { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.qgaf  .it2ubf38:not(.pkng7) .hc9h { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.rjkg7q  .it2ubf38:not(.pkng7) .hc9h { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.rjkg7q .pkng7 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.rjkg7q .jeny07ia { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.rjkg7q .hybjr { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.quvltl2q .pkng7 .hc9h { background: none; }
.quvltl2q .it2ubf38:not(.pkng7) .hc9h { background: rgba(0,0,0,0.6); }
.k6a2 .oywc { float: left; width: 38%; margin: 0 28px 16px 0; }
.k6a2 .oywc .t6ksyf75 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k6a2 .zkypv1d::after { content: ''; display: block; clear: both; }
.khxwbn .oywc { float: right; width: 38%; margin: 0 0 16px 28px; }
.khxwbn .oywc .t6ksyf75 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.khxwbn .zkypv1d::after { content: ''; display: block; clear: both; }
.o17b0wi .nmcz2:nth-child(odd)  .oywc { float: left;  width: 38%; margin: 0 28px 16px 0; }
.o17b0wi .nmcz2:nth-child(even) .oywc { float: right; width: 38%; margin: 0 0 16px 28px; }
.o17b0wi .oywc .t6ksyf75 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.o17b0wi .zkypv1d::after { content: ''; display: block; clear: both; }
.k6a2 .vo03uc,
.k6a2 .lr1p90,
.khxwbn .vo03uc,
.o17b0wi .vo03uc,
@media (max-width: 900px) {
  .k6a2 .oywc,
  .khxwbn .oywc,
  .o17b0wi .nmcz2:nth-child(odd)  .oywc,
  .o17b0wi .nmcz2:nth-child(even) .oywc {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .k6a2 .oywc .t6ksyf75,
  .khxwbn .oywc .t6ksyf75,
  .o17b0wi .oywc .t6ksyf75 {
    max-height: none !important;
  }
}
.k6a2 .ih1g4j,
.k6a2 .jxyw,
.khxwbn .ih1g4j,
.o17b0wi .ih1g4j,
@media (max-width: 640px) {
  .k6a2 .oywc,
  .khxwbn .oywc,
  .o17b0wi .oywc { float: none; width: 100%; margin: 0 0 16px 0; }
}
.xm6ybb .rrmqfea,
.xm6ybb .zkypv1d,
.xm6ybb .mcloepc  { max-width: 1100px; }
.rqbk0u .rrmqfea,
.rqbk0u .zkypv1d,
.rqbk0u .mcloepc  { max-width: 1200px; }
.rqbk0u { --content-mw: 1200px; }
.n4vh .rrmqfea,
.n4vh .zkypv1d,
.n4vh .mcloepc  { max-width: 1320px; }
.g1idn7b { font-size: 0.82rem; color: var(--text-muted); }
.llr6 { display: flex; align-items: center; }
.pcbp05ol {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ef0j { display: flex; align-items: center; }
.gsb69 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.gsb69:hover { text-decoration: underline; }
.vr97r { margin: 0 3px; opacity: 0.45; }
.vr97r::before { content: '/'; }
.znl99b { padding: 2px 5px; color: var(--text-main); }
.ky9h0nye .g1idn7b {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ky9h0nye .llr6 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.mone6 .g1idn7b {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.mone6 .llr6 { padding: 0 0 0 12px; }
.yx8o {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.tta3d .llr6 { padding: 0 16px; }
.tta3d .g1idn7b {
  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);
}
.tta3d .rrmqfea { padding-top: 28px; }
@media (max-width: 720px) {
  .yx8o { margin-top: 18px; padding: 0 16px; }
  .tta3d .rrmqfea { padding-top: 16px; }
}
.xm6ybb.ky9h0nye .llr6 { max-width: 1100px; }
.rqbk0u.ky9h0nye .llr6 { max-width: 1200px; }
.n4vh.ky9h0nye .llr6 { max-width: 1320px; }
.xm6ybb .yx8o { max-width: 1100px; }
.rqbk0u .yx8o { max-width: 1200px; }
.n4vh .yx8o { max-width: 1320px; }
.kmov78 .nmcz2 { padding-top: 16px; padding-bottom: 16px; }
.xpdeusd9 .nmcz2 { padding-top: 24px; padding-bottom: 24px; }
.qwrp .nmcz2 { padding-top: 40px; padding-bottom: 40px; }
.a8ya73 .nmcz2 { padding-top: 52px; padding-bottom: 52px; }
.o71zy2 .nmcz2:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.o71zy2 .nmcz2:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.o71zy2 .nmcz2:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.o71zy2 .nmcz2:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.bw0n .zkypv1d { padding-top: 10px;  padding-bottom: 10px; }
.od7x6d .zkypv1d { padding-top: 18px;  padding-bottom: 18px; }
.tfct .zkypv1d { padding-top: 36px;  padding-bottom: 36px; }
.bpu2tkfj .zkypv1d { padding-top: 48px;  padding-bottom: 48px; }
.u2oym6kh h2.cxac1hd { font-weight: 600; }
.u2oym6kh h3.eucm1xy4     { font-weight: 600; }
.sc4lo7z { font-weight: 500; }
.sc4lo7z h2.cxac1hd { font-weight: 800; }
.sc4lo7z h3.eucm1xy4     { font-weight: 700; }
.yjx5o h2.cxac1hd { font-weight: 900; }
.yjx5o h3.eucm1xy4     { font-weight: 800; }
.yjx5o .abwdkkms strong,
.yjx5o .abwdkkms strong { font-weight: 600; }
.keur38m5 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.onko .keur38m5 { display: none; }
@media (max-width: 640px) {
  .wfzue { display: none; }
  .keur38m5 {
    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;
  }
}
.keur38m5 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.keur38m5:hover { opacity: 0.85; }
.ccoe .keur38m5 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ki5vr .keur38m5,
.y97cls4  .keur38m5 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ki5vr .keur38m5:hover,
.y97cls4  .keur38m5:hover { opacity: 0.88; }
.ccoe.ki5vr .keur38m5,
.ccoe.y97cls4  .keur38m5 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.c90p {
  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;
}
.c90p:hover { transform: translateY(-2px); opacity: 0.92; }
.c90p { background: var(--cta) !important; color: #fff !important; border: none !important; }
.aifau7z2 .c90p { display: none; }
.lpbp .c90p { right: 32px; }
.ob0j  .c90p { left: 32px; }
@media (max-width: 480px) {
  .lpbp .c90p { right: 20px; bottom: 20px; }
  .ob0j  .c90p { left: 20px; bottom: 20px; }
}
.n0w297 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.mcloepc { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.o6g39hpt { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.m8bs50xu { color: var(--text-dim); font-size: 0.8rem; }
.n0kson a, .zz1dom3y a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.n0kson a:hover, .zz1dom3y a:hover { color: var(--accent-light); }
.zz1dom3y { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.c9a75usx .mcloepc { text-align: center; }
.c9a75usx .zz1dom3y { justify-content: center; margin-bottom: 16px; }
.c9a75usx .o6g39hpt { margin-top: 0; }
.hh3d4rd { margin-top: 10px; }
.hh3d4rd a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .mcloepc { padding-left: 16px; padding-right: 16px; }
  .zz17lg2 .mcloepc { padding: 20px 16px; }
  .zz1dom3y { gap: 4px 12px; }
  .o6g39hpt { font-size: 0.78rem; }
}
.ylt0qou .o6g39hpt { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ylt0qou .m8bs50xu { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ylt0qou .s0a9 { grid-template-columns: 1fr 1fr; } .ylt0qou .qaxva { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ylt0qou .s0a9 { grid-template-columns: 1fr; } }
.obx24ykv .o6g39hpt { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .obx24ykv .f2ly { gap: 12px; } .obx24ykv .b0jq3m2t { margin-right: 0; width: 100%; } }
.lnfbwq .o6g39hpt { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.lnfbwq .m8bs50xu { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .lnfbwq .v7w7l { grid-template-columns: 1fr 1fr; } .lnfbwq .i2z1 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lnfbwq .v7w7l { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ynsk5 .v7nqgde { grid-template-columns: 1fr 1fr; } .ynsk5 .v7gc1l7:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ynsk5 .v7nqgde { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .klgxxx .v7nqgde { grid-template-columns: 1fr; } }
.ylaz63 .mcloepc { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ylaz63 .zz1dom3y { justify-content: center; }
.mxmfv .fss6      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.mxmfv .n0w297 { background: var(--bg-page); border-top-color: var(--border-alt); }
.bzinz .fss6      { background: #0d1117; border-bottom-color: #21262d; }
.bzinz .q8kdjb1l { color: var(--accent-light); }
.bzinz .bo9o0tb { --msep-color: #8b949e; }
.bzinz .bo9o0tb a { color: #8b949e; }
.bzinz .bo9o0tb a:hover { color: var(--accent-light); }
.bzinz .d8mu7lh { color: #8b949e; }
.bzinz .n0w297 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.bzinz .o6g39hpt,
.bzinz .m8bs50xu { color: #6e7681; }
.bzinz .n0kson a, .bzinz .zz1dom3y a,
.bzinz .n0kson a:hover, .bzinz .zz1dom3y a:hover,
@media (max-width: 640px) {
  .bzinz .bo9o0tb { background: #0d1117; border-top-color: #21262d; }
  .bzinz .bo9o0tb li a { border-bottom-color: #21262d; }
}
.xqcy .fss6      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.xqcy .q8kdjb1l { color: var(--accent-light); }
.xqcy .bo9o0tb { --msep-color: #475569; }
.xqcy .bo9o0tb a { color: #475569; }
.xqcy .bo9o0tb a:hover { color: var(--accent-light); }
.xqcy .d8mu7lh { color: #64748b; }
.xqcy .n0w297 { background: #f0f4f8; border-top-color: #cbd5e1; }
.xqcy .o6g39hpt,
.xqcy .m8bs50xu { color: #64748b; }
.xqcy .n0kson a, .xqcy .zz1dom3y a,
.xqcy .n0kson a:hover, .xqcy .zz1dom3y a:hover,
@media (max-width: 640px) {
  .xqcy .bo9o0tb { background: #f0f4f8; border-top-color: #cbd5e1; }
  .xqcy .bo9o0tb li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ki5vr .fss6      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ki5vr .q8kdjb1l { color: #fff; }
.ki5vr .bo9o0tb { --msep-color: rgba(255,255,255,0.82); }
.ki5vr .bo9o0tb a { color: rgba(255,255,255,0.82); }
.ki5vr .bo9o0tb a:hover { color: #fff; }
.ki5vr .d8mu7lh { color: rgba(255,255,255,0.9); }
.ki5vr .n0w297 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ki5vr .o6g39hpt,
.ki5vr .m8bs50xu { color: rgba(255,255,255,0.72); }
.ki5vr .n0kson a, .ki5vr .zz1dom3y a,
.ki5vr .n0kson a:hover, .ki5vr .zz1dom3y a:hover,
@media (max-width: 640px) {
  .ki5vr .bo9o0tb { background: var(--accent); border-top-color: var(--accent-light); }
  .ki5vr .bo9o0tb li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.y97cls4 .fss6 {
  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);
}
.y97cls4 .n0w297 {
  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) {
  .y97cls4 .bo9o0tb {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.tfk7g .ctwu2 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ppvap .ctwu2 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.lyrb0r .ctwu2 { min-height: 72px; height: auto; }
.aw61 .ctwu2 { min-height: 84px; height: auto; }
.zz17lg2 .ctwu2 { max-width: none; padding: 0 32px; }
.zz17lg2 .mcloepc  { max-width: none; padding: 24px 32px; }
.wi5h0.rqbk0u .ctwu2 { max-width: 1200px; }
.wi5h0.n4vh .ctwu2 { max-width: 1320px; }
.o73h9h   .q8kdjb1l, .o73h9h   .b0jq3m2t { text-transform: capitalize; }
.bhadnd .q8kdjb1l, .bhadnd .b0jq3m2t { text-transform: lowercase; }
.uqxdbw .q8kdjb1l, .uqxdbw .b0jq3m2t { text-transform: uppercase; letter-spacing: 0.06em; }
.qfvz, .qf1vav {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.d1kmwleq .qfvz,
.mxo1l .qfvz,
.jxvk59 .qfvz,
.ztsfou .qfvz,
.k3ibkc   .bo9o0tb a { font-weight: 500; }
.yb4s .bo9o0tb a { font-weight: 600; }
.nzoc     .bo9o0tb a { font-weight: 700; }
.p2c7hho    .bo9o0tb a { font-weight: 800; letter-spacing: 0.01em; }
.f5rensgc     .bo9o0tb > li + li::before,
.t5cjtyq    .bo9o0tb > li + li::before,
.sac3pb    .bo9o0tb > li + li::before,
.g7x5pc .bo9o0tb > li + li::before,
.bmcj .bo9o0tb > li + li::before,
.z3dvjn  .bo9o0tb > li + li::before,
.zp04rysk    .bo9o0tb > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.f5rensgc     .bo9o0tb > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.t5cjtyq    .bo9o0tb > li + li::before { content: "|"; }
.sac3pb    .bo9o0tb > li + li::before { content: "—"; }
.g7x5pc .bo9o0tb > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.bmcj .bo9o0tb > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.z3dvjn  .bo9o0tb > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.zp04rysk    .bo9o0tb > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .mnlpw .d8mu7lh,
  .r8ir44 .d8mu7lh,
  .p3yl4k .d8mu7lh,
  .m6vk07 .d8mu7lh,
  .k0zab .d8mu7lh {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .mnlpw .d8mu7lh::before,
  .r8ir44 .d8mu7lh::before,
  .p3yl4k .d8mu7lh::before,
  .m6vk07 .d8mu7lh::before,
  .k0zab .d8mu7lh::before { content: ""; display: block; flex-shrink: 0; }

  
  .mnlpw .d8mu7lh::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;
  }

  
  .r8ir44 .d8mu7lh::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;
  }

  
  .p3yl4k .d8mu7lh::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;
  }

  
  .m6vk07 .d8mu7lh::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;
  }

  
  .k0zab .d8mu7lh::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) {
  .z6sjm .d8mu7lh {
    padding: 5px 14px;
  }
  .z6sjm .bo9o0tb {
    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;
  }
  .z6sjm .bo9o0tb li a {
    border-bottom: none; padding: 10px 22px;
  }
  .z6sjm .bo9o0tb li a:hover { background: var(--bg-raised); }
  .z6sjm .uazps,
  .gfut8 .uazps,
  .s5xfr3 .uazps { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .u648jbbe .d8mu7lh {
    padding: 5px 10px;
  }
  .u648jbbe .bo9o0tb {
    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);
  }
  .u648jbbe .bo9o0tb.kebp { transform: translateX(0); }
  .u648jbbe .bo9o0tb li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .u648jbbe .bo9o0tb li:last-child a { border-bottom: none; }
  .ki5vr .bo9o0tb,
  .bzinz .bo9o0tb { background: var(--accent) !important; }
  .ki5vr .bo9o0tb li a,
  .bzinz .bo9o0tb li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .s5xfr3 .d8mu7lh {
    padding: 5px 10px;
  }
  .s5xfr3 .bo9o0tb {
    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);
  }
  .s5xfr3 .bo9o0tb::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .s5xfr3 .bo9o0tb.kebp { transform: translateY(0); }
  .s5xfr3 .bo9o0tb li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .urq9grgh .d8mu7lh {
    padding: 5px 10px;
  }
  .urq9grgh .bo9o0tb {
    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;
  }
  .urq9grgh .bo9o0tb.kebp { opacity: 1; pointer-events: auto; }
  .urq9grgh .bo9o0tb li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .baic     .d8mu7lh { border-radius: 0 !important; }
  .uftryiyb   .d8mu7lh { border-radius: 8px !important; }
  .xxrqe9 .d8mu7lh { border-radius: 50% !important; }
  .hbepnmys   .d8mu7lh { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .c62r .w262 { flex-direction: column; align-items: stretch; }
  .c62r .ucvp9dq { flex-direction: row; min-width: auto; }
  .c62r .mtcn0dt3 { align-items: flex-start; text-align: left; }
}
.fhoc4rdf,
.fhoc4rdf.nmcz2,
.q719bksm .fhoc4rdf,
.hzwfl .fhoc4rdf,
.oji3 .fhoc4rdf,
.cb49k .fhoc4rdf {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.fg05kacx {
  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;
}
.ji1nq { flex: 1 1 280px; min-width: 0; }
.asdu {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.xu3va {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.i3gugz {
  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;
}
.i3gugz:hover { transform: translateY(-1px); opacity: 0.95; }
.ywukad .fg05kacx {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ywukad .asdu { color: var(--cta); }
.ywukad .xu3va { color: var(--text-body); }
.ywukad .i3gugz {
  background: var(--cta) !important;
  color: #fff !important;
}
.pd8y4q .fg05kacx {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.pd8y4q .asdu { color: var(--text-primary); }
.pd8y4q .xu3va { color: var(--text-body); }
.pd8y4q .i3gugz {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .fg05kacx {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ji1nq { flex: 0 0 auto; }
  .asdu { font-size: 1.2rem; }
  .i3gugz { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.sctgxj .kp9laf9 { height: 36px; }
.ai9q .kp9laf9 { height: 60px; max-width: 200px; }
.m7lb2w .kp9laf9 { height: 56px; max-width: 180px; }
.b1mfvg    .myrme38r, .b1mfvg    .vu87cl { color: #f59e0b; }
.q0ih .i6av4n + .i6av4n {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .oz93u .lr1p90 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .oz93u .etugwh {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .oz93u .etugwh { padding: 40px 16px 20px; }
  .oz93u .i6av4n {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .oz93u .o3l7ba { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .f0dhec2d .etugwh {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .f0dhec2d .etugwh::before {
    position: absolute; top: 14px; left: 14px;
  }
  .f0dhec2d .tb0gxn8q {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .f0dhec2d .gctfdm0 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .f0dhec2d .i6av4n {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .f0dhec2d .o3l7ba { width: 100%; min-width: 0; }
  .f0dhec2d .myrme38r { min-width: 0; }
}
.oeak .si5ivfg {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.oeak .si5ivfg summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.oeak .si5ivfg p { padding: 0 2px 16px; }
.vlb8lbx0 .si5ivfg { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.vlb8lbx0 .si5ivfg summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.vlb8lbx0 .si5ivfg summary::after { content: "›"; font-size: 1.2em; }
.vlb8lbx0 .si5ivfg[open] summary::after { content: "‹"; }
.vlb8lbx0 .si5ivfg p { padding: 10px 22px 4px; }
.f5p63z3q .si5ivfg {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.f5p63z3q .si5ivfg summary { color: var(--text-primary); padding-left: 16px; }
.f5p63z3q .si5ivfg summary::after { content: "›"; font-size: 1.1em; }
.f5p63z3q .si5ivfg[open] summary::after { content: "‹"; }
.f5p63z3q .si5ivfg p { padding-left: 16px; }
.lu1bq6 .who5mhl { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.lu1bq6 .si5ivfg {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.lu1bq6 .si5ivfg:last-child { border-bottom: none; }
.lu1bq6 .si5ivfg summary { color: var(--text-primary); border-radius: 0; }
.lu1bq6 .si5ivfg summary::after { content: "›"; font-size: 1.1em; }
.lu1bq6 .si5ivfg[open] summary::after { content: "‹"; }
.zq4u .si5ivfg { overflow: hidden; }
.zq4u .si5ivfg summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.zq4u .si5ivfg summary::after { color: rgba(255,255,255,.75); }
.zq4u .si5ivfg[open] summary { border-radius: 0; }
.q1u8aa16 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.sznjnp {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.jxje {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.h6as17pi { color: var(--text-muted); font-size: 1.05rem; }
.r5ug1h {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.j2a9wo { margin-bottom: 20px; }
.oevh {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.fqhsa {
  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;
}
.fqhsa:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.mcuv { resize: vertical; min-height: 130px; }
.gyr45ks { width: 100%; margin-top: 8px; }
.o6xop5 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.m52uq {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.g7tprt { color: var(--text-muted); line-height: 1.75; }
.ikxmp { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ikxmp li { margin-bottom: 6px; }
.cadqs { max-width: 760px; margin: 0 auto; }
.xcph { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ru3b { max-width: 760px; margin: 0 auto; }
.cmis9y ul.ikxmp { margin: 0; }
@media (max-width: 640px) { .d30q5hq { grid-template-columns: 1fr; gap: 10px; } }
.uirlzap { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.ql7wp55 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.g7auc { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.ql7wp55 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.ql7wp55 .ikxmp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .uirlzap { grid-template-columns: 1fr; } }
.qhpr7tp ul.ikxmp { margin: 0; }
.yrgcsf0 .ikxmp,
.j83ggy .ikxmp,
.o5k0v0 .ikxmp,
.ye8ouz .ikxmp {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .h2r21 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .xgho { grid-template-columns: 1fr; } .gl71x6 { position: static; text-align: center; } }
@media (max-width: 860px) { .fyx27p { grid-template-columns: 1fr; } }
.ye8ouz .ikxmp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .hqmj { flex-direction: column; text-align: center; } .x0893 { grid-template-columns: 1fr; } }
.yrksm8as .jxje { color: var(--accent-light); }
.qmgtt13m .jxje { font-size: 2rem; }
.qmgtt13m .h6as17pi { max-width: 680px; }
.r1adu6wa .jxje { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.r1adu6wa .h6as17pi  { margin: 0; }
@media (max-width: 640px) { .r1adu6wa { flex-direction: column; } }
.xac6jj .jxje { color: var(--accent-light); }
.qr249k9 .jxje { color: #fff; }
.qr249k9 .h6as17pi  { color: rgba(255,255,255,0.85); }
.y9b4m { max-width: 680px; margin: 0 auto; }
.yijrw3 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .yijrw3 { grid-template-columns: 1fr; } }
.c05mqday .fqhsa {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.c05mqday .fqhsa:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.a0fv .fqhsa { background: var(--bg-raised); border-color: transparent; }
.a0fv .fqhsa:focus { background: var(--bg-card); border-color: var(--accent-light); }
.s9qnil .fqhsa { border-radius: 100px; padding: 11px 20px; }
.s9qnil .mcuv { border-radius: 14px; }
@media (max-width: 640px) { .bims83d { grid-template-columns: 1fr; } }
.cy811 { counter-reset: priv-count; }
.vt9lo {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.vt9lo:last-child { border-bottom: none; }
.ujhy {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.vt9lo h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.vt9lo p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.fp42f { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.fp42f li { margin-bottom: 6px; }
.v3res60{position:relative;overflow:visible}
.qhgy9ft .l4pqlm{display:block}
.mdqxrb .orqszh{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.j31nsegm{--date-bg:var(--accent-bg-light)}
.xjmau8 .s2m3d5::before{content:""}
.hl7ed73 .eah7o52b{padding:20px 0}
@media(max-width:640px){
  .eah7o52b{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .a2ckfja{max-width:100%}
}
.td6i0rx .mku2f3sd{margin:0}
@media (max-width:560px){
  .uah5{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) {
  .e3f0 { padding: 28px 18px 20px; }
  .ugtb38kt { font-size: 1.2rem; }
  .vay31 { max-width: 220px; max-height: 80px; }
}
.nv0ban .qaiyf8pu { border-radius: 22px; }
.g6wqpkb .fg05kacx {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .qaiyf8pu { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.jnmknnfo {
  margin: 28px 0 24px;
}
.jnmknnfo .nmcz2 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.jnmknnfo .zkypv1d {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.jnmknnfo .fg05kacx {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ctwu2 { flex-direction: row-reverse; }
[dir="rtl"] .bo9o0tb { flex-direction: row-reverse; }
[dir="rtl"] .lpbp .c90p { right: auto; left: 32px; }
[dir="rtl"] .ob0j  .c90p { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .lpbp .c90p { right: auto; left: 20px; }
  [dir="rtl"] .ob0j  .c90p { left: auto;  right: 20px; }
}
[dir="rtl"] .k6a2 .oywc  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .khxwbn .oywc { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ih1g4j, [dir="rtl"] .jxyw { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .abwdkkms { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .fg05kacx { direction: rtl; }
[dir="rtl"] .g1idn7b { direction: rtl; }
[dir="rtl"] .qcbg6zkd { direction: rtl; }
[dir="rtl"] .hvowmub { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .w6uu .jxyw,
[dir="rtl"] .w6uu .jxyw li::before,
[dir="rtl"] .it2ubf38.ql7tc0f0 .uda8tat,
[dir="rtl"] .yspqg.ql7tc0f0 .uda8tat,
[dir="rtl"] .pkng7.ql7tc0f0 .uda8tat,
[dir="rtl"] .mmd5f43.ql7tc0f0 .uda8tat,
[dir="rtl"] .mfvzq.ql7tc0f0 .uda8tat { text-align: right; }
[dir="rtl"] .hybjr.ql7tc0f0 .l2tzy4h2 { align-items: flex-end; text-align: right; }
[dir="rtl"] .zkypv1d,
[dir="rtl"] .bdff,
[dir="rtl"] .elf1,
[dir="rtl"] .p4y5zg4v,
[dir="rtl"] .uda8tat { text-align: right; }
[dir="rtl"] .r5ug1h,
[dir="rtl"] .oevh,
[dir="rtl"] .fqhsa,
[dir="rtl"] .mcuv { text-align: right; direction: rtl; }
[dir="rtl"] .s9qnil .fqhsa,
[dir="rtl"] .c05mqday .fqhsa { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #278d81;
  --brand:           #278d81;
  --brand-light:     #297168;
  --brand-pale:      #418c83;
  --grad-start:      #44cbbb;
  --grad-end:        #7dcfc6;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #278d81;
  --cta-light:       #1a7066;
  --cta-hover:       #195d55;
  --bg-page:         #f6f8f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f5;
  --bg-raised:       #eef1f0;
  --bg-hover:        #f3f5f5;
  --border:          #e2e8e7;
  --border-alt:      #d0dbda;
  --border-section:  #e2e8e7;
  --text-primary:    #171b1a;
  --text-muted:      #535f5d;
  --text-body:       #2f3635;
  --text-sub:        #475150;
  --text-faint:      #768886;
  --text-dim:        #929f9e;
  --text-label:      #5f6c6b;
  --text-value:      #3b4443;
  --accent-bg:       #e5f0ee;
  --accent-bg-light: #cee8e5;
  --bg-tip:          #f9f0f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f5f9;
  --bg-pros:         #f9f0f1;
  --bg-cons:         #faf6f3;
  --c-pros:          #8a1826;
  --c-cons:          #9f5821;
  --c-pros-label:    #a41d2d;
  --c-tip-border:    #b52032;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #8a1826;
}
:root { --logo-bg-opacity: 71%; }
body, button, input { font-family: "Exo 2", sans-serif; }
.l036g .nugrq li::before, .l036g .uf6pm 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; }.l036g .nugrq li::before { content: ""; }.l036g .uf6pm li::before { content: ""; }.l036g .ycd7rp8v::before, .l036g .g0gth6::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.l036g .ycd7rp8v::before { content: ""; }.l036g .g0gth6::before { content: ""; }
.dt9dvw .iz4e, .dt9dvw .hybjr { min-height: 420px; }
.abhlkufv .eqct::after, .abhlkufv .y9fd2oq::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.n6nkzs8 .keur38m5::after,.n6nkzs8 .c90p::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; }
.vr97r::before { content: '—'; }