:root {
  --color-accent: #0e30d2;
  --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;
}
.fd7yjrv {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.dhf3 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.saed {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.krrzv { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.i93j { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.i93j a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.i93j a:hover { color: var(--accent-light); }
.icnc81  .we3pv67q { border-radius: 14px; }
.icnc81 .we3pv67q li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.icnc81 .we3pv67q li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.asa5awc9 .we3pv67q li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .we3pv67q {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .f5c0:hover .we3pv67q,
  .f5c0:focus-within .we3pv67q { display: block; }
  .we3pv67q li a { padding: 8px 16px; font-size: 0.88rem; }
}
.add2ra2 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.v7b7phr { display: none; }
@media (max-width: 640px) {
  .v7b7phr {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .v7b7phr.yw0lxm { display: block; }
}
@media (max-width: 640px) {
  .add2ra2 { display: block; }
  .i93j > li + li::before { display: none !important; }
  .i93j {
    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;
  }
  .i93j.yw0lxm { display: flex; }
  .i93j li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .i93j li:last-child a { border-bottom: none; }
}
.ub0m { min-height: 480px; }
.k78hw {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.hewt9u { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ughxx23 .hewt9u { margin-left: 0; margin-right: 0; }
.fh007jd {
  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;
}
.qo7re .fh007jd { margin-top: 24px; }
.fh007jd:hover { opacity: 0.88; }
.o5o6j {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.jerqgzkp {
  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%);
}
.o5o6j .erahkyjs {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.o5o6j .k78hw { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.o5o6j .hewt9u { color: #e2e8f0; }
.o5o6j.jlq124 .erahkyjs { text-align: center; }
.o5o6j.ughxx23   .erahkyjs { text-align: left; }
.obl1y .erahkyjs {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.obl1y .k78hw { color: var(--text-primary); text-shadow: none; }
.obl1y .hewt9u { color: var(--text-muted); }
.obl1y .fh007jd { margin-top: 16px; }
.obl1y, .obl1y.ub0m { min-height: auto !important; }
.obl1y.jlq124 .erahkyjs { text-align: center; }
.obl1y.ughxx23   .erahkyjs { text-align: left; }
.jcf2uk {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.chj2d .jcf2uk,
.chj2d .jcf2uk::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.n42c9bip .jcf2uk,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.i9ubx .jcf2uk,
.i9ubx .o5o6j .jerqgzkp {
  overflow: hidden;
}
.i9ubx .jcf2uk::after,
.i9ubx .o5o6j .jerqgzkp::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%); }
}
.v24w .jcf2uk,
.v24w .jcf2uk::after,
@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); }
}
.v24w .o5o6j .jerqgzkp {
  overflow: hidden;
}
.v24w .o5o6j .jerqgzkp::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;
}
.r3ovrb .jcf2uk,
.r3ovrb .o5o6j .jerqgzkp {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.chj2d .o5o6j .jerqgzkp {
  overflow: hidden;
}
.chj2d .o5o6j .jerqgzkp::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;
}
.n42c9bip .o5o6j .jerqgzkp {
  animation: hg-breathe 10s ease-in-out infinite;
}
.jcf2uk .jerqgzkp {
  background: none;
}
.jcf2uk .k78hw { color: #fff; }
.jcf2uk .hewt9u { color: rgba(255,255,255,0.85); }
.jcf2uk .fh007jd { background: #fff; color: var(--cta); }
.jcf2uk .fh007jd:hover { opacity: 0.92; }
.yklho3r .k78hw { text-shadow: none; color: var(--text-primary); }
.yklho3r .hewt9u { color: var(--text-muted); }
body.h49iuw .k78hw {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ytga .k78hw {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ub0m.jcf2uk .k78hw,
section.jcf2uk .k78hw {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.yklho3r.ughxx23   .blcacv0p { align-items: flex-start; text-align: left; }
.ub0m .omv2t {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.omv2t .n9xz5g9.ckctwy {
  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;
}
.omv2t .n9xz5g9.ckctwy:hover { opacity: 0.85; }
.p18xa .erahkyjs { padding-bottom: 24px; }
.qo7re .erahkyjs { max-width: 1100px; }
@media (max-width: 700px) {
  .yklho3r { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .yklho3r:not(.f3du) .em1el2 { display: none !important; }
  .f3du .em1el2 { padding: 16px; }
  .blcacv0p  { padding: 36px 24px; }
  .yklho3r~.ibiz2brj,.nhecf~.ibiz2brj{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ub0m, .yklho3r { min-height: 320px !important; }
  .k78hw { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .qxbxh3p9,
  .yygw0b,
  .ya94i { grid-template-columns: 1fr !important; }

  

  
  .p18xa { display: flex !important; flex-direction: column !important; }
  .p18xa .erahkyjs { display: contents; }
  .p18xa .jerqgzkp { order: 0; }
  .p18xa .k78hw { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .p18xa .qxbxh3p9 { order: 2; padding: 0 16px 12px !important; }
  .p18xa .hewt9u { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .qo7re .erahkyjs { display: flex; flex-direction: column; }
  .qo7re .erahkyjs .k78hw { order: 1; }
  .qo7re .erahkyjs .ya94i { order: 2; margin: 8px 0 24px !important; }
  .qo7re .erahkyjs .hewt9u { order: 3; }
  .qo7re .erahkyjs .fh007jd { order: 4; align-self: center; margin-top: 0; }

  
  .yklho3r.f3du {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .yklho3r.f3du .blcacv0p { display: contents; padding: 0; }
  .yklho3r.f3du .blcacv0p .k78hw { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .yklho3r.f3du .em1el2 { order: 2; padding: 12px 16px; }
  .yklho3r.f3du .blcacv0p .hewt9u { order: 3; padding: 0 24px; margin: 0 auto; }
  .yklho3r.f3du .blcacv0p .fh007jd { order: 4; align-self: center; margin: 8px 0 32px; }
}
.kuo80uw { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.i14pm4p1 { width: 100%; height: auto; display: block; border-radius: 10px; }
.y56oen2 .kuo80uw        { border-radius: 16px; }
.y56oen2 .i14pm4p1  { border-radius: 16px; }
.f2hout4b .kuo80uw         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.f2hout4b .i14pm4p1   { border-radius: 8px; }
.mb7d { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.jjhhewyz { width: 100%; padding: 32px 0; position: relative; }
.jxm42 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wyd33yp8 .jjhhewyz:nth-child(even) { background: var(--bg-surface); }
.wyd33yp8 .jjhhewyz:nth-child(odd)  { background: var(--bg-page); }
.jcv4 .jjhhewyz:nth-child(even) { background: var(--bg-card); }
.jcv4 .jjhhewyz:nth-child(odd)  { background: var(--bg-page); }
.wyd33yp8 .jjhhewyz:nth-child(odd)  .jxm42 { background: var(--bg-card); border-radius: 6px; }
.wyd33yp8 .jjhhewyz:nth-child(even) .jxm42 { background: var(--bg-raised); border-radius: 6px; }
.jcv4 .jjhhewyz:nth-child(odd)  .jxm42 { background: var(--bg-card); border-radius: 6px; }
.jcv4 .jjhhewyz:nth-child(even) .jxm42 { background: var(--bg-raised); border-radius: 6px; }
.wyd33yp8 .jjhhewyz:nth-child(even) .d8snyu .ptd5be0,
.jcv4 .jjhhewyz:nth-child(even) .d8snyu .ptd5be0 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wyd33yp8 .jjhhewyz:nth-child(odd) .d8snyu .ptd5be0,
.jcv4 .jjhhewyz:nth-child(odd) .d8snyu .ptd5be0 { background: var(--bg-card-inner); }
.wyd33yp8 .jjhhewyz:nth-child(even) .f5o8g .ptd5be0:nth-child(odd),
.jcv4 .jjhhewyz:nth-child(even) .f5o8g .ptd5be0:nth-child(odd)  { background: var(--bg-card); }
.wyd33yp8 .jjhhewyz:nth-child(even) .f5o8g .ptd5be0:nth-child(even),
.jcv4 .jjhhewyz:nth-child(even) .f5o8g .ptd5be0:nth-child(even) { background: var(--bg-card-inner); }
h1.qxwpa6me { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.qxwpa6me {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.tvxkq5 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.yk9dy2m h2.qxwpa6me {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.c7in2tk h2.qxwpa6me {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.sdbtv63p h2.qxwpa6me {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.y125rgdj h2.qxwpa6me::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.zuz0fbo h2.qxwpa6me {
  color: var(--text-primary); font-size: 1.7rem;
}
.au8rp9hq h2.qxwpa6me::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.kcqg7 h2.qxwpa6me {
  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;
}
.n81oig { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .n81oig { display: none; } }
.l1fxqw8n { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.sygybgo0 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.rqz5 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.sicoqy { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.r8uykh { padding-left: 20px; }
.r8uykh li { margin-bottom: 6px; }
.r8uykh a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.r8uykh a:hover { color: var(--accent-light); }
.rarfbfz .sicoqy { display: none; }
.p6u8gqcv .sicoqy { display: none; }
.p6u8gqcv .r8uykh { padding-left: 0; list-style: none; }
.p6u8gqcv .r8uykh li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.p6u8gqcv .r8uykh a { font-size: 0.92rem; }
.p7yu39hl .rqz5 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.p7yu39hl .sicoqy { display: none; }
.p7yu39hl .r8uykh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.p7yu39hl .r8uykh li { margin-bottom: 0; }
.p7yu39hl .r8uykh 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;
}
.p7yu39hl .r8uykh a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.pp6yd6q .rqz5 { padding: 20px 20px 16px; }
.pp6yd6q .r8uykh {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.pp6yd6q .r8uykh li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.pp6yd6q .r8uykh 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;
}
.pp6yd6q .r8uykh 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;
}
.pp6yd6q .r8uykh a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.pp6yd6q .r8uykh a:focus,
.pp6yd6q .r8uykh a:focus-visible,
.pp6yd6q .r8uykh a:target { outline: none; }
.pp6yd6q .r8uykh li:target a { border-color: var(--border); color: var(--text-muted); }
.sp81 .rqz5 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.sp81 .sicoqy { display: none; }
.sp81 .r8uykh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.sp81 .r8uykh li { margin-bottom: 0; }
.sp81 .r8uykh li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.sp81 .r8uykh li:last-child::after { content: ""; margin-right: 0; }
.sp81 .r8uykh a { font-size: 0.9rem; }
.ptd5be0 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.d8snyu .ptd5be0 { background: var(--bg-card); }
.f5o8g .ptd5be0:nth-child(odd)  { background: var(--bg-card); }
.f5o8g .ptd5be0:nth-child(even) { background: var(--bg-raised); }
.g7nmqcs .ptd5be0 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.g7nmqcs .ptd5be0:last-child { border-bottom: none; }
.g7nmqcs h3.tvxkq5 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.s9bu .ptd5be0 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.s9bu .ptd5be0 + .ptd5be0 { margin-top: 4px; }
.z7vxg5gr .ptd5be0 { background: none; border-radius: 0; padding: 12px 0; }
.z7vxg5gr .ptd5be0 + .ptd5be0 { border-top: 1px solid var(--border-section); }
.ctq41bqm { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.sdq0fd { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.s2e3pc { color: var(--text-body); margin-bottom: 10px; }
.c42ftxon, .k4k6r7 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.c42ftxon li, .k4k6r7 li { margin-bottom: 6px; }
.k4k6r7 li { list-style: decimal; }
.metn0hq     .c42ftxon { list-style-type: "● "; }
.un1jrg  .c42ftxon { list-style-type: "■ "; }
.gaq1 .c42ftxon { list-style-type: "◆ "; }
.a1d1    .c42ftxon { list-style-type: "★ "; }
.metn0hq     .w7pi6 { list-style-type: "● "; }
.un1jrg  .w7pi6 { list-style-type: "■ "; }
.gaq1 .w7pi6 { list-style-type: "◆ "; }
.a1d1    .w7pi6 { list-style-type: "★ "; }
.metn0hq    .c42ftxon li::marker, .metn0hq    .w7pi6 li::marker,
.un1jrg .c42ftxon li::marker, .un1jrg .w7pi6 li::marker,
.gaq1 .c42ftxon li::marker, .gaq1 .w7pi6 li::marker,
.a1d1   .c42ftxon li::marker, .a1d1   .w7pi6 li::marker {
  color: var(--cta); font-size: 1em;
}
.metn0hq .k4k6r7,
.un1jrg .k4k6r7,
.gaq1 .k4k6r7,
.a1d1 .k4k6r7 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.metn0hq .k4k6r7 li,
.un1jrg .k4k6r7 li,
.gaq1 .k4k6r7 li,
.a1d1 .k4k6r7 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.metn0hq .k4k6r7 li::before,
.un1jrg .k4k6r7 li::before,
.gaq1 .k4k6r7 li::before,
.a1d1 .k4k6r7 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;
}
.metn0hq     .k4k6r7 li::before { border-radius: 50%; }
.un1jrg  .k4k6r7 li::before { border-radius: 3px; }
.gaq1 .k4k6r7 li::before { border-radius: 3px; }
.a1d1    .k4k6r7 li::before { border-radius: 50%; }
.i6th { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.w1m6d .i6th,
.rhecrwcm .i6th { background: transparent; border: none; border-radius: 0; }
.purxr0 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.purxr0 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.purxr0 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.purxr0 tr:hover td { background: var(--bg-hover); }
.uoenso3u .purxr0 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.kftqcs5f .purxr0 { border: 1px solid var(--border-alt); }
.kftqcs5f .purxr0 th,
.kftqcs5f .purxr0 td { border: 1px solid var(--border-alt); }
.hchr4 .purxr0 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.hchr4 .purxr0 td { border-bottom: none; }
.hchr4 .purxr0 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.tuay2 .purxr0 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ytxeg2 .i6th {
  overflow: hidden;
}
.ytxeg2 .purxr0 th { border-bottom: 1px solid var(--border-alt); }
.ytxeg2 .purxr0 tr:last-child td { border-bottom: none; }
.spo5d { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.rbri6l { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.dfttbr92 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.u60xs { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ssv85ct { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.w7pi6 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.w7pi6 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%}
.kplb67d .u60xs { background: transparent; text-align: center; }
.g6f9fff7 .dfttbr92 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.ke3qj0xm .dfttbr92 {
  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);
}
.ls2g .rbri6l { display: grid; grid-template-columns: auto 1fr; }
.ls2g .dfttbr92 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ls2g .u60xs { grid-column: 2; }
.ls2g .ssv85ct,
.ls2g .w7pi6 { grid-column: 1 / -1; }
.zpum9u87 .rbri6l { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.zpum9u87 .dfttbr92 {
  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);
}
.zpum9u87 .u60xs { grid-column: 2; }
.zpum9u87 .ssv85ct,
.zpum9u87 .w7pi6 { grid-column: 1 / -1; }
.d07kq .rbri6l { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.d07kq .u60xs { background: none; color: var(--accent-light); font-weight: 700; }
.pdmd .rbri6l { 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); }
.pdmd .u60xs { background: none; color: var(--accent-light); font-weight: 700; }
.pvzt3pu3 .rbri6l { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.pvzt3pu3 .rbri6l:last-child { border-bottom: none; }
.pvzt3pu3 .u60xs { background: none; color: var(--accent-light); font-weight: 700; }
.n53icipj .rbri6l { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.n53icipj .u60xs { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ux09q .spo5d { counter-reset: card-n; }
.ux09q .rbri6l  { counter-increment: card-n; }
.ux09q .u60xs { display: flex; align-items: center; gap: 10px; }
.ux09q .u60xs::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;
}
.stqxwz .rbri6l { background: var(--bg-surface); border: 1px solid var(--border); }
.stqxwz .u60xs { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.aba2akv { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.mtyp4ew8  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.gbi7aah { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.w11k72ea { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ej2uye { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.aba2akv strong { color: var(--text-primary); font-size: 0.95rem; }
.aba2akv p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.pbye6ml { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.gzge8n, .kev5m { border-radius: 8px; padding: 14px; }
.gzge8n { background: var(--bg-pros); }
.kev5m { background: var(--bg-cons); }
.uzma11ar { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.gzge8n .uzma11ar { color: var(--c-pros-label); }
.kev5m .uzma11ar { color: #f87171; }
.gzge8n ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.kev5m ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.i14pm4p1 { width: 100%; height: auto; border-radius: 10px; display: block; }
.ckctwy {
  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;
}
.ckctwy:hover { opacity: 0.85; }
.jp0bk .ckctwy  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.jp0bk .ckctwy:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.n4b1zpt .ckctwy  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.n4b1zpt .ckctwy:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.t3do .fh007jd { border-radius: 50px; }
.t3do .ckctwy  { border-radius: 50px; }
.uukxvk1 .fh007jd { padding-left: 22px; padding-right: 22px; }
.uukxvk1 .ckctwy  { padding-left: 12px; padding-right: 12px; }
.tw902q .fh007jd { padding-left: 44px; padding-right: 44px; }
.tw902q .ckctwy  { padding-left: 24px; padding-right: 24px; }
.fn9hma3q .fh007jd { padding-left: 56px; padding-right: 56px; }
.fn9hma3q .ckctwy  { padding-left: 32px; padding-right: 32px; }
.ngyhf7   .fh007jd::after, .ngyhf7   .ckctwy::after,
.petxlui .fh007jd::after, .petxlui .ckctwy::after,
.k0ru    .fh007jd::after, .k0ru    .ckctwy::after,
.hwdy    .fh007jd::after, .hwdy    .ckctwy::after,
.v2ge    .fh007jd::after, .v2ge    .ckctwy::after,
.f4rg2     .fh007jd::after, .f4rg2     .ckctwy::after,
.eidxh2c    .fh007jd::after, .eidxh2c    .ckctwy::after,
.vom9emt   .fh007jd::after, .vom9emt   .ckctwy::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;
}
.ngyhf7 .fh007jd::after, .ngyhf7 .ckctwy::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");
}
.petxlui .fh007jd::after, .petxlui .ckctwy::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");
}
.k0ru .fh007jd::after, .k0ru .ckctwy::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");
}
.hwdy .fh007jd::after, .hwdy .ckctwy::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");
}
.v2ge .fh007jd::after, .v2ge .ckctwy::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");
}
.f4rg2 .fh007jd::after, .f4rg2 .ckctwy::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");
}
.eidxh2c .fh007jd::after, .eidxh2c .ckctwy::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");
}
.vom9emt .fh007jd::after, .vom9emt .ckctwy::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");
}
.yt0w   .bxsk9j::after, .yt0w   .bp1t::after,
.jv2ly60f .bxsk9j::after, .jv2ly60f .bp1t::after,
.ps32os9    .bxsk9j::after, .ps32os9    .bp1t::after,
.ppsb    .bxsk9j::after, .ppsb    .bp1t::after,
.jh4ctzq    .bxsk9j::after, .jh4ctzq    .bp1t::after,
.zsqlb3bq     .bxsk9j::after, .zsqlb3bq     .bp1t::after,
.n8qg    .bxsk9j::after, .n8qg    .bp1t::after,
.woctyc9   .bxsk9j::after, .woctyc9   .bp1t::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;
}
.yt0w .bxsk9j::after, .yt0w .bp1t::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");
}
.jv2ly60f .bxsk9j::after, .jv2ly60f .bp1t::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");
}
.ps32os9 .bxsk9j::after, .ps32os9 .bp1t::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");
}
.ppsb .bxsk9j::after, .ppsb .bp1t::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");
}
.jh4ctzq .bxsk9j::after, .jh4ctzq .bp1t::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");
}
.zsqlb3bq .bxsk9j::after, .zsqlb3bq .bp1t::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");
}
.n8qg .bxsk9j::after, .n8qg .bp1t::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");
}
.woctyc9 .bxsk9j::after, .woctyc9 .bp1t::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");
}
.io4nzp .kkitxdm5    { background: transparent; padding: 0; }
.n9xz5g9.ckctwy {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .hv5dvr {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .hv5dvr::before    { grid-area: rank;   }
  .w1kap           { grid-area: ident;  }
  .dwby6     { grid-area: rating; min-width: 0; width: auto; }
  .gevw           { grid-area: pills;  }
  .n9xz5g9             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .hv5dvr {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .hv5dvr::before    { justify-self: center; }
  .w1kap           { width: 100%; }
  .dwby6     { justify-self: center; }
  .gevw           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .uu1i4 .zar1 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .uu1i4 .mbjxmh03 { margin: 0; }
}
.bl4oxeuq .mbjxmh03 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.bl4oxeuq .sfhiv { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.bl4oxeuq .w1m6d { padding: 14px 16px; }
.bl4oxeuq .gof3t2w7 { border-radius: 4px; }
.bl4oxeuq .unu6j0po { border-radius: 0; }
.rhecrwcm .pbye6ml { gap: 10px; }
.rhecrwcm .gzge8n, .rhecrwcm .kev5m { padding: 12px; }
.rhecrwcm .gzge8n ul, .rhecrwcm .kev5m ul { margin: 4px 0 0; padding-left: 18px; }
.rhecrwcm .gzge8n li, .rhecrwcm .kev5m li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .c9ycckt { grid-template-columns: 1fr; }
  .xini9jii { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .xini9jii .ltbbdr26 { width: 72px; height: 50px; }
  .xini9jii .qevgq { max-width: 180px; }
  .xini9jii .u6fdef6v { width: auto; }
}
@media (max-width: 720px) {
  .lkbxe4e { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cz1df { padding: 16px; }
  .iseulkh .x67j { min-width: 50%; }
}
.bbd155wd .pbye6ml { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .fkx5xp { grid-template-columns: 1fr; }
  .hj4puzfx { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .m8oi { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .vkr22 { flex-wrap: wrap; padding: 16px; }
}
.pufei .pbye6ml { gap: 8px; }
.pufei .gzge8n, .pufei .kev5m { padding: 8px; }
@media (max-width: 480px) {
  .tdn7ur { flex-direction: column; align-items: stretch; }
}
.i4fucs7m .u6fdef6v .ckctwy { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .h54kp7i { flex-direction: column; align-items: stretch; gap: 10px; }
  .i4fucs7m .u6fdef6v { text-align: center; }
}
@media (max-width: 720px) {
  .cqa7v { grid-template-columns: 1fr; }
  .o3r1yn0h { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .cfetgo { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .cygf { grid-template-columns: 1fr; }
  .ha71g { width: 100px; height: 100px; margin: 16px auto; }
  .rj1bde4 { font-size: 1.4rem; }
  .a2ipx { justify-content: center; }
  .vt2x2 .x67j { min-width: 50%; }
}
.c1oz4 .pbye6ml { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ozxp { flex-wrap: wrap; padding: 14px 16px; }
  .ds6zi { padding: 12px 16px; }
  .c1oz4 .pbye6ml { margin: 0 16px; }
  .c1oz4 .efg7c { padding: 0 16px; }
  .ywc6h { padding: 12px 16px; }
}
.tv138y00 .gevw .uc2gs {
  background: transparent; padding: 4px 8px;
}
.tv138y00 .gevw .z7ycratz { font-size: .65rem; opacity: .65; }
.tv138y00 .gevw .n4bh27g5   { font-size: 1.15rem; color: var(--accent-light); }
.dvoh6 .u31601 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.n8rsm8n { margin: 16px 0; }
.ql8h4r2 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ql8h4r2 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ql8h4r2 summary::after { content: "+"; color: var(--accent-light); }
.ql8h4r2[open] summary::after { content: "−"; }
.ql8h4r2 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.jjhhewyz { margin-bottom: 0; }
.rvfoaeu h2.qxwpa6me { color: var(--text-primary); border-color: var(--accent-light); }
.bv9om h2.qxwpa6me { color: var(--text-primary); border-color: var(--accent-light); }
.u0fpppi .mtyp4ew8     { background: #052e16; border-color: #10b981; }
.u0fpppi .gbi7aah { background: #2d0a1e; border-color: #f43f5e; }
.u0fpppi .w11k72ea    { background: #1e1036; border-color: #a855f7; }
.u0fpppi .aba2akv strong  { color: #f1f5f9; }
.u0fpppi .aba2akv p       { color: #cbd5e1; }
.u0fpppi .xv35wi9    .mtyp4ew8     .ej2uye::before,
.u0fpppi .z4itn9v2  .mtyp4ew8     .ej2uye::before,
.u0fpppi .g7p8glr  .mtyp4ew8     .ej2uye::before,
.u0fpppi .qgj87 .mtyp4ew8     .ej2uye::before { color: #10b981; }
.u0fpppi .xv35wi9    .gbi7aah .ej2uye::before,
.u0fpppi .z4itn9v2  .gbi7aah .ej2uye::before,
.u0fpppi .g7p8glr  .gbi7aah .ej2uye::before,
.u0fpppi .qgj87 .gbi7aah .ej2uye::before { color: #f43f5e; }
.u0fpppi .xv35wi9    .w11k72ea    .ej2uye::before,
.u0fpppi .z4itn9v2  .w11k72ea    .ej2uye::before,
.u0fpppi .g7p8glr  .w11k72ea    .ej2uye::before,
.u0fpppi .qgj87 .w11k72ea    .ej2uye::before { color: #a855f7; }
.h76fjom2 .mtyp4ew8     { background: #2d2000; border-color: #eab308; }
.h76fjom2 .gbi7aah { background: #2d0b0b; border-color: #ef4444; }
.h76fjom2 .w11k72ea    { background: #2d1600; border-color: #f97316; }
.h76fjom2 .aba2akv strong  { color: #f1f5f9; }
.h76fjom2 .aba2akv p       { color: #cbd5e1; }
.h76fjom2 .xv35wi9    .mtyp4ew8     .ej2uye::before,
.h76fjom2 .z4itn9v2  .mtyp4ew8     .ej2uye::before,
.h76fjom2 .g7p8glr  .mtyp4ew8     .ej2uye::before,
.h76fjom2 .qgj87 .mtyp4ew8     .ej2uye::before { color: #eab308; }
.h76fjom2 .xv35wi9    .gbi7aah .ej2uye::before,
.h76fjom2 .z4itn9v2  .gbi7aah .ej2uye::before,
.h76fjom2 .g7p8glr  .gbi7aah .ej2uye::before,
.h76fjom2 .qgj87 .gbi7aah .ej2uye::before { color: #ef4444; }
.h76fjom2 .xv35wi9    .w11k72ea    .ej2uye::before,
.h76fjom2 .z4itn9v2  .w11k72ea    .ej2uye::before,
.h76fjom2 .g7p8glr  .w11k72ea    .ej2uye::before,
.h76fjom2 .qgj87 .w11k72ea    .ej2uye::before { color: #f97316; }
.eter .mtyp4ew8     { background: #0c1a2e; border-color: #38bdf8; }
.eter .gbi7aah { background: #12103a; border-color: #818cf8; }
.eter .w11k72ea    { background: #0a2020; border-color: #2dd4bf; }
.eter .aba2akv strong  { color: #f1f5f9; }
.eter .aba2akv p       { color: #cbd5e1; }
.eter .xv35wi9    .mtyp4ew8     .ej2uye::before,
.eter .z4itn9v2  .mtyp4ew8     .ej2uye::before,
.eter .g7p8glr  .mtyp4ew8     .ej2uye::before,
.eter .qgj87 .mtyp4ew8     .ej2uye::before { color: #38bdf8; }
.eter .xv35wi9    .gbi7aah .ej2uye::before,
.eter .z4itn9v2  .gbi7aah .ej2uye::before,
.eter .g7p8glr  .gbi7aah .ej2uye::before,
.eter .qgj87 .gbi7aah .ej2uye::before { color: #818cf8; }
.eter .xv35wi9    .w11k72ea    .ej2uye::before,
.eter .z4itn9v2  .w11k72ea    .ej2uye::before,
.eter .g7p8glr  .w11k72ea    .ej2uye::before,
.eter .qgj87 .w11k72ea    .ej2uye::before { color: #2dd4bf; }
.hsaby .mtyp4ew8     { background: var(--accent-bg); border-color: var(--accent-light); }
.hsaby .gbi7aah { background: var(--accent-bg-light); border-color: var(--accent-light); }
.hsaby .w11k72ea    { background: var(--accent-bg); border-color: var(--accent-pale); }
.hsaby .xv35wi9    .ej2uye::before,
.hsaby .z4itn9v2  .ej2uye::before,
.hsaby .g7p8glr  .ej2uye::before,
.hsaby .qgj87 .ej2uye::before { color: var(--accent-light) !important; }
.uybf::before,
.tmmirpw2::before { margin-right: 5px; }
.mw5m4q .gzge8n ul li,
.mw5m4q .r0qax5 li         { color: #4ade80; }
.mw5m4q .gzge8n .uybf { color: #22c55e; }
.mw5m4q .kev5m ul li,
.mw5m4q .z3tj94b li         { color: #f87171; }
.mw5m4q .kev5m .tmmirpw2 { color: #ef4444; }
.bv02z .gzge8n { background: var(--bg-pros); }
.bv02z .kev5m { background: var(--bg-cons); }
.bv02z .gzge8n .uybf { color: var(--c-pros-label); }
.bv02z .kev5m .tmmirpw2 { color: var(--c-cons); }
.bv02z .gzge8n ul li,
.bv02z .kev5m ul li,
.gmhe2ml .gzge8n { background: var(--bg-pros); }
.gmhe2ml .kev5m { background: var(--bg-cons); }
.gmhe2ml .gzge8n .uybf { color: var(--c-pros-label); }
.gmhe2ml .kev5m .tmmirpw2 { color: var(--c-cons); }
.gmhe2ml .gzge8n ul li,
.gmhe2ml .kev5m ul li,
.hsxuia .uybf::before { content: "✓ "; }
.hsxuia .tmmirpw2::before { content: "✗ "; }
.sbrvdu .uybf::before { content: "→ "; }
.sbrvdu .tmmirpw2::before { content: "← "; }
.x1o8 .uybf::before { content: "★ "; }
.x1o8 .tmmirpw2::before { content: "✕ "; }
.is5r .uybf::before { content: "◆ "; }
.is5r .tmmirpw2::before { content: "▲ "; }
.ck1xpnni .aba2akv { background: transparent; border-left: none; border: 1.5px solid; }
.ck1xpnni .mtyp4ew8     { border-color: var(--c-tip-border); }
.ck1xpnni .gbi7aah { border-color: var(--c-warn-border); }
.ck1xpnni .w11k72ea    { border-color: #60a5fa; }
.ck1xpnni .aba2akv strong { color: var(--text-primary); }
.ck1xpnni .aba2akv p      { color: var(--text-muted); }
.c1r2 .aba2akv { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.c1r2 .mtyp4ew8     { border-top-color: var(--c-tip-border); }
.c1r2 .gbi7aah { border-top-color: var(--c-warn-border); }
.c1r2 .w11k72ea    { border-top-color: #60a5fa; }
.pwatr .aba2akv { border-left: none; border-radius: 8px; }
.pwatr .mtyp4ew8     { background: #065f46; }
.pwatr .gbi7aah { background: #92400e; }
.pwatr .w11k72ea    { background: #1e3a8a; }
.pwatr .aba2akv strong,
.pwatr .aba2akv p { color: #fff; }
.pwatr .ej2uye::before { color: rgba(255,255,255,0.85) !important; }
.u0fpppi.pwatr .mtyp4ew8,
.u0fpppi .pwatr .mtyp4ew8     { background: #052e16; }
.u0fpppi.pwatr .gbi7aah,
.u0fpppi .pwatr .gbi7aah { background: #2d0a1e; }
.u0fpppi.pwatr .w11k72ea,
.u0fpppi .pwatr .w11k72ea    { background: #1e1036; }
.h76fjom2.pwatr .mtyp4ew8,
.h76fjom2 .pwatr .mtyp4ew8      { background: #2d2000; }
.h76fjom2.pwatr .gbi7aah,
.h76fjom2 .pwatr .gbi7aah  { background: #2d0b0b; }
.h76fjom2.pwatr .w11k72ea,
.h76fjom2 .pwatr .w11k72ea     { background: #2d1600; }
.eter.pwatr .mtyp4ew8,
.eter .pwatr .mtyp4ew8      { background: #0c1a2e; }
.eter.pwatr .gbi7aah,
.eter .pwatr .gbi7aah  { background: #12103a; }
.eter.pwatr .w11k72ea,
.eter .pwatr .w11k72ea     { background: #0a2020; }
.nafwcor .aba2akv { border-left: none; border-radius: 6px; padding: 10px 14px; }
.nafwcor .mtyp4ew8     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.nafwcor .gbi7aah { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.nafwcor .w11k72ea    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.nafwcor .aba2akv strong { color: var(--text-primary); }
.nafwcor .aba2akv p      { color: var(--text-muted); }
.ba3ufd .aba2akv { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.xv35wi9 .ej2uye,
.z4itn9v2 .ej2uye,
.g7p8glr .ej2uye,
.qgj87 .ej2uye { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.xv35wi9 .ej2uye::before,
.z4itn9v2 .ej2uye::before,
.g7p8glr .ej2uye::before,
.qgj87 .ej2uye::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.xv35wi9 .mtyp4ew8     .ej2uye::before { content: "✦"; color: var(--c-tip-border); }
.xv35wi9 .gbi7aah .ej2uye::before { content: "▲"; color: var(--c-warn-border); }
.xv35wi9 .w11k72ea    .ej2uye::before { content: "◉"; color: #60a5fa; }
.z4itn9v2 .mtyp4ew8     .ej2uye::before { content: "★"; color: var(--c-tip-border); }
.z4itn9v2 .gbi7aah .ej2uye::before { content: "◆"; color: var(--c-warn-border); }
.z4itn9v2 .w11k72ea    .ej2uye::before { content: "●"; color: #60a5fa; }
.g7p8glr .mtyp4ew8     .ej2uye::before { content: "▶"; color: var(--c-tip-border); }
.g7p8glr .gbi7aah .ej2uye::before { content: "■"; color: var(--c-warn-border); }
.g7p8glr .w11k72ea    .ej2uye::before { content: "▸"; color: #60a5fa; }
.qgj87 .mtyp4ew8     .ej2uye::before { content: "→"; color: var(--c-tip-border); }
.qgj87 .gbi7aah .ej2uye::before { content: "⬥"; color: var(--c-warn-border); }
.qgj87 .w11k72ea    .ej2uye::before { content: "◈"; color: #60a5fa; }
.d2kagk98 .d8snyu .ptd5be0,
.d2kagk98 .f5o8g .ptd5be0  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.d2kagk98 .rbri6l                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.d2kagk98 .i6th          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.d2kagk98 .rqz5                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.oa6usj2f .d8snyu .ptd5be0,
.oa6usj2f .f5o8g .ptd5be0,
.oa6usj2f .rbri6l,
.oa6usj2f .hv5dvr,
.oa6usj2f .mbjxmh03,
.oa6usj2f .i6th,
.oa6usj2f .rqz5,
.oa6usj2f .ba3ufd .aba2akv { box-shadow: none; }
.q2yrm   .s2e3pc, .q2yrm .ctq41bqm, .q2yrm .sdq0fd,
.q2yrm   .l1fxqw8n, .q2yrm .sygybgo0 { font-size: 0.9rem; }
.q2yrm   .c42ftxon, .q2yrm .k4k6r7 { font-size: 0.9rem; }
.so1gc8x   .s2e3pc, .so1gc8x .ctq41bqm, .so1gc8x .sdq0fd,
.so1gc8x   .l1fxqw8n, .so1gc8x .sygybgo0 { font-size: 0.95rem; }
.so1gc8x   .c42ftxon, .so1gc8x .k4k6r7 { font-size: 0.95rem; }
.a7vkd   .s2e3pc, .a7vkd .ctq41bqm, .a7vkd .sdq0fd,
.a7vkd   .l1fxqw8n, .a7vkd .sygybgo0 { font-size: 1.08rem; }
.a7vkd   .c42ftxon, .a7vkd .k4k6r7 { font-size: 1.05rem; }
.a7vkd   .purxr0 { font-size: 0.97rem; }
.wav6fu6 .k78hw      { font-size: 3.2rem; }
.wav6fu6 h2.qxwpa6me { font-size: 1.9rem; }
.wav6fu6 h3.tvxkq5     { font-size: 1.4rem; }
.cuprx .k78hw      { font-size: 3.8rem; }
.cuprx h2.qxwpa6me { font-size: 2.2rem; }
.cuprx h3.tvxkq5     { font-size: 1.6rem; }
.jjhhewyz + .jjhhewyz { position: relative; }
.d8pvn   .jjhhewyz + .jjhhewyz::before,
.zgqb  .jjhhewyz + .jjhhewyz::before,
.rclu2pt   .jjhhewyz + .jjhhewyz::before,
.uq5mb0   .jjhhewyz + .jjhhewyz::before,
.n79o28   .jjhhewyz + .jjhhewyz::before,
.ttvl .jjhhewyz + .jjhhewyz::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.d8pvn .jjhhewyz + .jjhhewyz::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.zgqb .jjhhewyz + .jjhhewyz::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.rclu2pt .jjhhewyz + .jjhhewyz::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;
}
.uq5mb0 .jjhhewyz + .jjhhewyz::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.x6e1oioy .jjhhewyz { margin-bottom: 16px; }
.x6e1oioy .jjhhewyz + .jjhhewyz { margin-top: 0; }
.x6e1oioy .jxm42 { padding-top: 0; padding-bottom: 0; }
.n79o28 .jjhhewyz + .jjhhewyz::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ttvl .jjhhewyz + .jjhhewyz::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.cz8y0d48 .jjhhewyz + .jjhhewyz::before,
.ja2bs8 .jjhhewyz + .jjhhewyz::before,
.wbzv .jjhhewyz + .jjhhewyz::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%;
}
.wyd33yp8 .cz8y0d48 .jjhhewyz:nth-child(even)::before,
.wyd33yp8 .ja2bs8 .jjhhewyz:nth-child(even)::before,
.wyd33yp8 .wbzv .jjhhewyz:nth-child(even)::before { background: var(--bg-surface); }
.jcv4 .cz8y0d48 .jjhhewyz:nth-child(even)::before,
.jcv4 .ja2bs8 .jjhhewyz:nth-child(even)::before,
.jcv4 .wbzv .jjhhewyz:nth-child(even)::before { background: var(--bg-card); }
.cz8y0d48 .jjhhewyz + .jjhhewyz::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");
}
.ja2bs8 .jjhhewyz + .jjhhewyz::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");
}
.wbzv .jjhhewyz + .jjhhewyz::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");
}
.nlcl9 .o5o6j,
.gn0n936 .o5o6j,
.fey70 .o5o6j { overflow: hidden; }
.nlcl9 .erahkyjs,
.gn0n936 .erahkyjs { margin-bottom: 60px; }
.fey70 .erahkyjs { margin-bottom: 70px; }
.nlcl9 .o5o6j::before,
.gn0n936 .o5o6j::before,
.fey70 .o5o6j::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%;
}
.nlcl9 .o5o6j::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");
}
.gn0n936 .o5o6j::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");
}
.fey70 .o5o6j::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");
}
.qjemk .o5o6j:not(.jcf2uk) .jerqgzkp { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ebb6or .o5o6j:not(.jcf2uk) .jerqgzkp { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.curjy  .o5o6j:not(.jcf2uk) .jerqgzkp { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.pq00zodr  .o5o6j:not(.jcf2uk) .jerqgzkp { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.qjemk .jcf2uk { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.ebb6or .jcf2uk { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.curjy .jcf2uk { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.pq00zodr .jcf2uk { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.ue98jzh2 .jcf2uk { background: var(--accent); }
.ue98jzh2 .jcf2uk .jerqgzkp { background: none; }
.ue98jzh2 .n2rhbo5 { background: var(--accent); }
.ue98jzh2 .yklho3r { background: var(--accent-bg); }
.ue98jzh2 .o5o6j:not(.jcf2uk) .jerqgzkp { background: rgba(0,0,0,0.6); }
.c7g09k5x .kuo80uw { float: left; width: 38%; margin: 0 28px 16px 0; }
.c7g09k5x .kuo80uw .i14pm4p1 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.c7g09k5x .jxm42::after { content: ''; display: block; clear: both; }
.k2ac .kuo80uw { float: right; width: 38%; margin: 0 0 16px 28px; }
.k2ac .kuo80uw .i14pm4p1 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k2ac .jxm42::after { content: ''; display: block; clear: both; }
.clko8ip .jjhhewyz:nth-child(odd)  .kuo80uw { float: left;  width: 38%; margin: 0 28px 16px 0; }
.clko8ip .jjhhewyz:nth-child(even) .kuo80uw { float: right; width: 38%; margin: 0 0 16px 28px; }
.clko8ip .kuo80uw .i14pm4p1 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.clko8ip .jxm42::after { content: ''; display: block; clear: both; }
.c7g09k5x .spo5d,
.k2ac .spo5d,
.clko8ip .spo5d,
@media (max-width: 900px) {
  .c7g09k5x .kuo80uw,
  .k2ac .kuo80uw,
  .clko8ip .jjhhewyz:nth-child(odd)  .kuo80uw,
  .clko8ip .jjhhewyz:nth-child(even) .kuo80uw {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .c7g09k5x .kuo80uw .i14pm4p1,
  .k2ac .kuo80uw .i14pm4p1,
  .clko8ip .kuo80uw .i14pm4p1 {
    max-height: none !important;
  }
}
.c7g09k5x .c42ftxon,
.c7g09k5x .k4k6r7,
.k2ac .c42ftxon,
.k2ac .k4k6r7,
.clko8ip .c42ftxon,
.clko8ip .k4k6r7 { overflow: hidden; }
@media (max-width: 640px) {
  .c7g09k5x .kuo80uw,
  .k2ac .kuo80uw,
  .clko8ip .kuo80uw { float: none; width: 100%; margin: 0 0 16px 0; }
}
.j96wnn71 .mb7d,
.j96wnn71 .jxm42,
.j96wnn71 .jvobq  { max-width: 1100px; }
.n3b6 .mb7d,
.n3b6 .jxm42,
.n3b6 .jvobq  { max-width: 1200px; }
.n3b6 { --content-mw: 1200px; }
.vs3l .mb7d,
.vs3l .jxm42,
.vs3l .jvobq  { max-width: 1320px; }
.xcnu8pe { font-size: 0.82rem; color: var(--text-muted); }
.huscbgk { display: flex; align-items: center; }
.ozsvqx {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.vn320h { display: flex; align-items: center; }
.txrkc { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.txrkc:hover { text-decoration: underline; }
.lvd0 { margin: 0 3px; opacity: 0.45; }
.lvd0::before { content: '/'; }
.oai66da3 { padding: 2px 5px; color: var(--text-main); }
.qjj8u .xcnu8pe {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.qjj8u .huscbgk { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.toxvwn6 .xcnu8pe {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.toxvwn6 .huscbgk { padding: 0 0 0 12px; }
.xln9mdxa .huscbgk { padding: 0 16px; }
.xln9mdxa .xcnu8pe {
  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);
}
.xln9mdxa .mb7d { padding-top: 28px; }
@media (max-width: 720px) {
  .im4v { margin-top: 18px; padding: 0 16px; }
  .xln9mdxa .mb7d { padding-top: 16px; }
}
.j96wnn71.qjj8u .huscbgk { max-width: 1100px; }
.n3b6.qjj8u .huscbgk { max-width: 1200px; }
.vs3l.qjj8u .huscbgk { max-width: 1320px; }
.n3b6 .im4v { max-width: 1200px; }
.ig6rofad .jjhhewyz { padding-top: 16px; padding-bottom: 16px; }
.g0nk .jjhhewyz { padding-top: 24px; padding-bottom: 24px; }
.m1bordou .jjhhewyz { padding-top: 40px; padding-bottom: 40px; }
.edzy8znk .jjhhewyz { padding-top: 52px; padding-bottom: 52px; }
.wufvl1w8 .jjhhewyz:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.wufvl1w8 .jjhhewyz:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.wufvl1w8 .jjhhewyz:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.wufvl1w8 .jjhhewyz:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.aea55s .jxm42 { padding-top: 10px;  padding-bottom: 10px; }
.hvbuvx5 .jxm42 { padding-top: 18px;  padding-bottom: 18px; }
.yjrmv .jxm42 { padding-top: 36px;  padding-bottom: 36px; }
.zmgovj59 .jxm42 { padding-top: 48px;  padding-bottom: 48px; }
.tprrf h2.qxwpa6me { font-weight: 600; }
.tprrf h3.tvxkq5     { font-weight: 600; }
.e0oa { font-weight: 500; }
.e0oa h2.qxwpa6me { font-weight: 800; }
.e0oa h3.tvxkq5     { font-weight: 700; }
.p7b4aih h2.qxwpa6me { font-weight: 900; }
.p7b4aih h3.tvxkq5     { font-weight: 800; }
.p7b4aih .aba2akv strong,
.p7b4aih .aba2akv strong { font-weight: 600; }
.bxsk9j {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.h0rhqmg .bxsk9j { display: none; }
@media (max-width: 640px) {
  .arrvdzu { display: none; }
  .bxsk9j {
    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;
  }
}
.bxsk9j { background: var(--cta) !important; color: #fff !important; border: none !important; }
.bxsk9j:hover { opacity: 0.85; }
.swph .bxsk9j { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ra3lt1 .bxsk9j,
.akemc  .bxsk9j { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ra3lt1 .bxsk9j:hover,
.akemc  .bxsk9j:hover { opacity: 0.88; }
.swph.ra3lt1 .bxsk9j,
.swph.akemc  .bxsk9j { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.bp1t {
  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;
}
.bp1t:hover { transform: translateY(-2px); opacity: 0.92; }
.bp1t { background: var(--cta) !important; color: #fff !important; border: none !important; }
.rt9af .bp1t { display: none; }
.c5aqrg .bp1t { right: 32px; }
.axli  .bp1t { left: 32px; }
@media (max-width: 480px) {
  .c5aqrg .bp1t { right: 20px; bottom: 20px; }
  .axli  .bp1t { left: 20px; bottom: 20px; }
}
.ah3vpg { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.jvobq { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.nrnmge7b { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.tn5sk20s { color: var(--text-dim); font-size: 0.8rem; }
.z23yyx a, .uj7h a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.z23yyx a:hover, .uj7h a:hover { color: var(--accent-light); }
.uj7h { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.tda7 .jvobq { text-align: center; }
.tda7 .uj7h { justify-content: center; margin-bottom: 16px; }
.tda7 .nrnmge7b { margin-top: 0; }
.d2imud { margin-top: 10px; }
.d2imud a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .jvobq { padding-left: 16px; padding-right: 16px; }
  .gqfe37h .jvobq { padding: 20px 16px; }
  .uj7h { gap: 4px 12px; }
  .nrnmge7b { font-size: 0.78rem; }
}
.wp0t1p .nrnmge7b { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.wp0t1p .tn5sk20s { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .wp0t1p .lqxf5akp { grid-template-columns: 1fr 1fr; } .wp0t1p .ht7e1hi { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wp0t1p .lqxf5akp { grid-template-columns: 1fr; } }
.wg8llwu .nrnmge7b { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .wg8llwu .b18b { gap: 12px; } .wg8llwu .cw1axo55 { margin-right: 0; width: 100%; } }
.giccefxp .nrnmge7b { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.giccefxp .tn5sk20s { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .giccefxp .lt9vde { grid-template-columns: 1fr 1fr; } .giccefxp .yo4tkdm { grid-column: 1 / -1; } }
@media (max-width: 480px) { .giccefxp .lt9vde { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .x4qivtk .qmph { grid-template-columns: 1fr 1fr; } .x4qivtk .k6lwg3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .x4qivtk .qmph { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .kujewngy .qmph { grid-template-columns: 1fr; } }
.eqyx .jvobq { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.eqyx .uj7h { justify-content: center; }
.pf4hxa9 .fd7yjrv      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.pf4hxa9 .ah3vpg { background: var(--bg-page); border-top-color: var(--border-alt); }
.stkp .fd7yjrv      { background: #0d1117; border-bottom-color: #21262d; }
.stkp .saed { color: var(--accent-light); }
.stkp .i93j { --msep-color: #8b949e; }
.stkp .i93j a { color: #8b949e; }
.stkp .i93j a:hover { color: var(--accent-light); }
.stkp .add2ra2 { color: #8b949e; }
.stkp .ah3vpg { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.stkp .nrnmge7b,
.stkp .tn5sk20s { color: #6e7681; }
.stkp .z23yyx a, .stkp .uj7h a,
.stkp .z23yyx a:hover, .stkp .uj7h a:hover,
@media (max-width: 640px) {
  .stkp .i93j { background: #0d1117; border-top-color: #21262d; }
  .stkp .i93j li a { border-bottom-color: #21262d; }
}
.or5bg4q .fd7yjrv      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.or5bg4q .saed { color: var(--accent-light); }
.or5bg4q .i93j { --msep-color: #475569; }
.or5bg4q .i93j a { color: #475569; }
.or5bg4q .i93j a:hover { color: var(--accent-light); }
.or5bg4q .add2ra2 { color: #64748b; }
.or5bg4q .ah3vpg { background: #f0f4f8; border-top-color: #cbd5e1; }
.or5bg4q .nrnmge7b,
.or5bg4q .tn5sk20s { color: #64748b; }
.or5bg4q .z23yyx a, .or5bg4q .uj7h a,
.or5bg4q .z23yyx a:hover, .or5bg4q .uj7h a:hover,
@media (max-width: 640px) {
  .or5bg4q .i93j { background: #f0f4f8; border-top-color: #cbd5e1; }
  .or5bg4q .i93j li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ra3lt1 .fd7yjrv      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ra3lt1 .saed { color: #fff; }
.ra3lt1 .i93j { --msep-color: rgba(255,255,255,0.82); }
.ra3lt1 .i93j a { color: rgba(255,255,255,0.82); }
.ra3lt1 .i93j a:hover { color: #fff; }
.ra3lt1 .add2ra2 { color: rgba(255,255,255,0.9); }
.ra3lt1 .ah3vpg { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ra3lt1 .nrnmge7b,
.ra3lt1 .tn5sk20s { color: rgba(255,255,255,0.72); }
.ra3lt1 .z23yyx a, .ra3lt1 .uj7h a,
.ra3lt1 .z23yyx a:hover, .ra3lt1 .uj7h a:hover,
@media (max-width: 640px) {
  .ra3lt1 .i93j { background: var(--accent); border-top-color: var(--accent-light); }
  .ra3lt1 .i93j li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.akemc .fd7yjrv {
  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);
}
.akemc .ah3vpg {
  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) {
  .akemc .i93j {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.maitib .dhf3 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.g12x .dhf3 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.yde91y .dhf3 { min-height: 72px; height: auto; }
.w3vu .dhf3 { min-height: 84px; height: auto; }
.gqfe37h .dhf3 { max-width: none; padding: 0 32px; }
.gqfe37h .jvobq  { max-width: none; padding: 24px 32px; }
.bgjd.n3b6 .dhf3 { max-width: 1200px; }
.bgjd.vs3l .dhf3 { max-width: 1320px; }
.v94dn5kb   .saed, .v94dn5kb   .cw1axo55 { text-transform: capitalize; }
.sypkx0 .saed, .sypkx0 .cw1axo55 { text-transform: lowercase; }
.bz68ct .saed, .bz68ct .cw1axo55 { text-transform: uppercase; letter-spacing: 0.06em; }
.taey, .he97dp {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.za4b .taey,
.iux6 .taey,
.ayua0 .taey,
.rxb54 .taey,
.t8yq   .i93j a { font-weight: 500; }
.xtvi0 .i93j a { font-weight: 600; }
.tyjxr2p     .i93j a { font-weight: 700; }
.wjw6u37z    .i93j a { font-weight: 800; letter-spacing: 0.01em; }
.vqxba     .i93j > li + li::before,
.r5bwbvw6    .i93j > li + li::before,
.ljrqlwuq    .i93j > li + li::before,
.gjw5i .i93j > li + li::before,
.d1qz634d .i93j > li + li::before,
.xcc34  .i93j > li + li::before,
.wgmvs4a    .i93j > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.vqxba     .i93j > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.r5bwbvw6    .i93j > li + li::before { content: "|"; }
.ljrqlwuq    .i93j > li + li::before { content: "—"; }
.gjw5i .i93j > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.d1qz634d .i93j > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.xcc34  .i93j > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.wgmvs4a    .i93j > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .zj66bzg .add2ra2,
  .jyj0ou .add2ra2,
  .xyxvaic .add2ra2,
  .p1n3kh .add2ra2,
  .r9j646 .add2ra2 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .zj66bzg .add2ra2::before,
  .jyj0ou .add2ra2::before,
  .xyxvaic .add2ra2::before,
  .p1n3kh .add2ra2::before,
  .r9j646 .add2ra2::before { content: ""; display: block; flex-shrink: 0; }

  
  .zj66bzg .add2ra2::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;
  }

  
  .jyj0ou .add2ra2::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;
  }

  
  .xyxvaic .add2ra2::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;
  }

  
  .p1n3kh .add2ra2::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;
  }

  
  .r9j646 .add2ra2::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) {
  .txux .add2ra2 {
    padding: 5px 14px;
  }
  .txux .i93j {
    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;
  }
  .txux .i93j li a {
    border-bottom: none; padding: 10px 22px;
  }
  .txux .i93j li a:hover { background: var(--bg-raised); }
  .txux .v7b7phr,
  .wixb .v7b7phr,
  .vu5r .v7b7phr { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .mnsxzw9 .add2ra2 {
    padding: 5px 10px;
  }
  .mnsxzw9 .i93j {
    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);
  }
  .mnsxzw9 .i93j.yw0lxm { transform: translateX(0); }
  .mnsxzw9 .i93j li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .mnsxzw9 .i93j li:last-child a { border-bottom: none; }
  .ra3lt1 .i93j,
  .stkp .i93j { background: var(--accent) !important; }
  .ra3lt1 .i93j li a,
  .stkp .i93j li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .vu5r .add2ra2 {
    padding: 5px 10px;
  }
  .vu5r .i93j {
    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);
  }
  .vu5r .i93j::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .vu5r .i93j.yw0lxm { transform: translateY(0); }
  .vu5r .i93j li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .t05c6 .add2ra2 {
    padding: 5px 10px;
  }
  .t05c6 .i93j {
    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;
  }
  .t05c6 .i93j.yw0lxm { opacity: 1; pointer-events: auto; }
  .t05c6 .i93j li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .kpy8ryy     .add2ra2 { border-radius: 0 !important; }
  .hpaijhj   .add2ra2 { border-radius: 8px !important; }
  .hj57cl .add2ra2 { border-radius: 50% !important; }
  .ahg1h   .add2ra2 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .fq0ys .mk607sy { flex-direction: column; align-items: stretch; }
  .fq0ys .kyctw { flex-direction: row; min-width: auto; }
  .fq0ys .zdukhek { align-items: flex-start; text-align: left; }
}
.vfwjpech,
.vfwjpech.jjhhewyz,
.wyd33yp8 .vfwjpech,
.sb69gb .vfwjpech,
.jcv4 .vfwjpech,
.szo7fbd .vfwjpech {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.tgt7gj {
  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;
}
.hzcfujcw { flex: 1 1 280px; min-width: 0; }
.fhay {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.jvkowc3 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.y5em5fg {
  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;
}
.y5em5fg:hover { transform: translateY(-1px); opacity: 0.95; }
.zej7e5xh .tgt7gj {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.zej7e5xh .fhay { color: var(--cta); }
.zej7e5xh .jvkowc3 { color: var(--text-body); }
.zej7e5xh .y5em5fg {
  background: var(--cta) !important;
  color: #fff !important;
}
.yxs425 .tgt7gj {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.yxs425 .fhay { color: var(--text-primary); }
.yxs425 .jvkowc3 { color: var(--text-body); }
.yxs425 .y5em5fg {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .tgt7gj {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .hzcfujcw { flex: 0 0 auto; }
  .fhay { font-size: 1.2rem; }
  .y5em5fg { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.hp9m1 .krrzv { height: 36px; }
.c59z4 .krrzv { height: 60px; max-width: 200px; }
.kcbi .krrzv { height: 56px; max-width: 180px; }
.gdy8     .u31601, .gdy8     .y198 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.tv138y00 .z7ycratz {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.tv138y00 .n4bh27g5 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .nw42ob .dn9v {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .nw42ob .hv5dvr {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .nw42ob .hv5dvr { padding: 40px 16px 20px; }
  .nw42ob .uc2gs {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .nw42ob .n9xz5g9 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .f149 .hv5dvr {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .f149 .hv5dvr::before {
    position: absolute; top: 14px; left: 14px;
  }
  .f149 .w1kap {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .f149 .j2w78kbn { white-space: normal; text-align: center; font-size: 1.2rem; }
  .f149 .uc2gs {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .f149 .n9xz5g9 { width: 100%; min-width: 0; }
  .f149 .u31601 { min-width: 0; }
}
.cok2uis .hv5dvr::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ymsf .ql8h4r2 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ymsf .ql8h4r2 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ymsf .ql8h4r2 p { padding: 0 2px 16px; }
.a1vmidfc .ql8h4r2 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.a1vmidfc .ql8h4r2 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.a1vmidfc .ql8h4r2 summary::after { content: "›"; font-size: 1.2em; }
.a1vmidfc .ql8h4r2[open] summary::after { content: "‹"; }
.a1vmidfc .ql8h4r2 p { padding: 10px 22px 4px; }
.ab004a .ql8h4r2 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ab004a .ql8h4r2 summary { color: var(--text-primary); padding-left: 16px; }
.ab004a .ql8h4r2 summary::after { content: "›"; font-size: 1.1em; }
.ab004a .ql8h4r2[open] summary::after { content: "‹"; }
.ab004a .ql8h4r2 p { padding-left: 16px; }
.dvkafzy .n8rsm8n { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.dvkafzy .ql8h4r2 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.dvkafzy .ql8h4r2:last-child { border-bottom: none; }
.dvkafzy .ql8h4r2 summary { color: var(--text-primary); border-radius: 0; }
.dvkafzy .ql8h4r2 summary::after { content: "›"; font-size: 1.1em; }
.dvkafzy .ql8h4r2[open] summary::after { content: "‹"; }
.c50yhzwl .ql8h4r2 { overflow: hidden; }
.c50yhzwl .ql8h4r2 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.c50yhzwl .ql8h4r2 summary::after { color: rgba(255,255,255,.75); }
.c50yhzwl .ql8h4r2[open] summary { border-radius: 0; }
.jrsuup { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.imr4s2c {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.g753o {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.xbvj22r { color: var(--text-muted); font-size: 1.05rem; }
.wqr03 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.bf0nv9x {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.a8lgwhnp { margin-bottom: 20px; }
.id8d3yqf {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.w1ybt {
  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;
}
.w1ybt:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.df2aou5 { resize: vertical; min-height: 130px; }
.aveviu { width: 100%; margin-top: 8px; }
.qfm4 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.l2h5 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.g5gto { color: var(--text-muted); line-height: 1.75; }
.f8vu9ofr { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.f8vu9ofr li { margin-bottom: 6px; }
.jimf { max-width: 760px; margin: 0 auto; }
.mnnl { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.qbmohkn { max-width: 760px; margin: 0 auto; }
.ebd58 ul.f8vu9ofr { margin: 0; }
@media (max-width: 640px) { .lgrvp { grid-template-columns: 1fr; gap: 10px; } }
.k84obz0 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.xycp { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.gz8z { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.xycp p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.xycp .f8vu9ofr { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .k84obz0 { grid-template-columns: 1fr; } }
.qbfs6as { color: inherit; text-decoration: none; }
.qbfs6as:hover { color: var(--accent-light); text-decoration: underline; }
.n0wdpr7a { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.v44zd { margin-bottom: 48px; }
.mopswd { max-width: 760px; margin: 0 auto; }
.hf0vq7 { text-align: center; }
.rn1p3 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.rn1p3:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.stmg2 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.rn1p3 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.rn1p3 ul.f8vu9ofr { margin: 0; }
.p18cw { color: var(--text-muted); line-height: 1.75; }
.hf0vq7 .f8vu9ofr,
.mc4o .f8vu9ofr,
.re5gc .f8vu9ofr,
.afufk .f8vu9ofr {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.hf0vq7 .rn1p3,
.mc4o .rn1p3 { text-align: left; }
.hf0vq7 .stmg2,
.mc4o .stmg2 { text-align: center; }
.veffug7o { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.bq1zy { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.e88zaw { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.g4lr { margin-top: 12px; }
.syet42jy { 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; }
.syet42jy:hover { border-bottom-color: var(--accent-light); }
.fkupqwfq { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.fkupqwfq img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ui78pwud { width: 200px; height: 200px; }
.odlo { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.nvoh5jtl { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.kcb3saok { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.tv3s2 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .cx6z { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.gmkrfnrr { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.gmkrfnrr .e88zaw, .gmkrfnrr .bq1zy { max-width: 640px; }
.a84h .veffug7o { font-size: 1.6rem; margin-top: 18px; }
.w5pc .e88zaw { margin-bottom: 28px; }
@media (max-width: 860px) { .h5hogfz8 { grid-template-columns: 1fr; } .a84h { position: static; text-align: center; } }
.jvtbiyqx .fkupqwfq { margin: 0 auto 18px; }
.jvtbiyqx .kcb3saok { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .bf7hj2f6 { grid-template-columns: 1fr; } }
.umtc7 .veffug7o { font-size: 1.6rem; margin-bottom: 6px; }
.afufk .f8vu9ofr { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .umtc7 { flex-direction: column; text-align: center; } .t9o6x { grid-template-columns: 1fr; } }
.tsv9r .veffug7o { font-size: 1.35rem; margin: 0 0 4px; }
.tsv9r .kcb3saok { margin: 0; }
.ynz7 { max-width: 760px; margin: 0 auto; }
.wtb0f { position: relative; padding-left: 28px; }
.wtb0f::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.lik9m0g { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.lik9m0g:last-child { padding-bottom: 0; }
.shopm { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.v30dj h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.v30dj p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.p9igl .g753o { color: var(--accent-light); }
.phl3 .g753o { font-size: 2rem; }
.phl3 .xbvj22r { max-width: 680px; }
.fqiq .g753o { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.fqiq .xbvj22r  { margin: 0; }
@media (max-width: 640px) { .fqiq { flex-direction: column; } }
.buo6xlp4 .g753o { color: var(--accent-light); }
.omhotd70 .g753o { color: #fff; }
.omhotd70 .xbvj22r  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .iga4o8h { grid-template-columns: 1fr; } }
.hfkmvc3 .w1ybt {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.hfkmvc3 .w1ybt:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.oiwj53 .w1ybt { background: var(--bg-raised); border-color: transparent; }
.oiwj53 .w1ybt:focus { background: var(--bg-card); border-color: var(--accent-light); }
.x7m0s7x7 .w1ybt { border-radius: 100px; padding: 11px 20px; }
.x7m0s7x7 .df2aou5 { border-radius: 14px; }
@media (max-width: 640px) { .ytq6p { grid-template-columns: 1fr; } }
.f3yg4{position:relative;overflow:visible}
.aitk .bim1kb{display:block}
.oogn8v .ytcaa{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.oogn8v .e337pfpy::before{content:""}
.x93y{--date-bg:var(--accent-bg)}
.q5pr .e337pfpy::before{content:""}
.vzfe7{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.tbtakj{display:flex;flex-direction:column;gap:3px}
.q17q2j{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.dhw8{font-weight:700;font-size:1rem;color:var(--text-heading)}
.b43ubxr{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.pakx .vzfe7{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.u0goxlt .vzfe7{border-top:3px solid var(--accent);padding-top:18px}
.ey4n .vzfe7{border-left:3px solid var(--accent);border-radius:0}
.c6ymthnj .vzfe7{padding:20px 0}
@media(max-width:640px){
  .vzfe7{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .b43ubxr{max-width:100%}
}
.py3ked1 .i6th{margin:0}
@media (max-width:560px){
  .lszs5{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) {
  .e8r6w { padding: 28px 18px 20px; }
  .s8ja { font-size: 1.2rem; }
  .wnp5 { max-width: 220px; max-height: 80px; }
}
.uf2lp9  .iqivwd { border-radius: 6px; }
.l45rc .tgt7gj {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .iqivwd { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ylnp04 {
  margin: 28px 0 24px;
}
.ylnp04 .jjhhewyz {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ylnp04 .jxm42 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ylnp04 .tgt7gj {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .dhf3 { flex-direction: row-reverse; }
[dir="rtl"] .i93j { flex-direction: row-reverse; }
[dir="rtl"] .c5aqrg .bp1t { right: auto; left: 32px; }
[dir="rtl"] .axli  .bp1t { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .c5aqrg .bp1t { right: auto; left: 20px; }
  [dir="rtl"] .axli  .bp1t { left: auto;  right: 20px; }
}
[dir="rtl"] .c7g09k5x .kuo80uw  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .k2ac .kuo80uw { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .c42ftxon, [dir="rtl"] .k4k6r7 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .gzge8n { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .kev5m { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .aba2akv { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .tgt7gj { direction: rtl; }
[dir="rtl"] .xcnu8pe { direction: rtl; }
[dir="rtl"] .rqz5 { direction: rtl; }
[dir="rtl"] .r8uykh { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .metn0hq .k4k6r7,
[dir="rtl"] .un1jrg .k4k6r7,
[dir="rtl"] .gaq1 .k4k6r7,
[dir="rtl"] .a1d1 .k4k6r7 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .metn0hq .k4k6r7 li::before,
[dir="rtl"] .un1jrg .k4k6r7 li::before,
[dir="rtl"] .gaq1 .k4k6r7 li::before,
[dir="rtl"] .a1d1 .k4k6r7 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .o5o6j.ughxx23 .erahkyjs,
[dir="rtl"] .obl1y.ughxx23 .erahkyjs,
[dir="rtl"] .jcf2uk.ughxx23 .erahkyjs,
[dir="rtl"] .p18xa.ughxx23 .erahkyjs,
[dir="rtl"] .qo7re.ughxx23 .erahkyjs { text-align: right; }
[dir="rtl"] .yklho3r.ughxx23 .blcacv0p { align-items: flex-end; text-align: right; }
[dir="rtl"] .jxm42,
[dir="rtl"] .l1fxqw8n,
[dir="rtl"] .sygybgo0,
[dir="rtl"] .n81oig,
[dir="rtl"] .erahkyjs { text-align: right; }
[dir="rtl"] .bf0nv9x,
[dir="rtl"] .id8d3yqf,
[dir="rtl"] .e88zaw,
[dir="rtl"] .w1ybt,
[dir="rtl"] .df2aou5 { text-align: right; direction: rtl; }
[dir="rtl"] .x7m0s7x7 .w1ybt,
[dir="rtl"] .hfkmvc3 .w1ybt { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #0e30d2;
  --brand:           #0e30d2;
  --brand-light:     #1631b0;
  --brand-pale:      #2845d0;
  --grad-start:      #4866f2;
  --grad-end:        #889af0;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #0e30d2;
  --cta-light:       #0624b0;
  --cta-hover:       #0a2298;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f6;
  --bg-raised:       #edeef1;
  --bg-hover:        #f3f4f6;
  --border:          #e1e3e9;
  --border-alt:      #cfd1dd;
  --border-section:  #e1e3e9;
  --text-primary:    #16171c;
  --text-muted:      #505362;
  --text-body:       #2d2f38;
  --text-sub:        #444754;
  --text-faint:      #72778c;
  --text-dim:        #8e92a3;
  --text-label:      #5b5f70;
  --text-value:      #393b46;
  --accent-bg:       #dee2f6;
  --accent-bg-light: #c3cbf3;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c9669;
  --c-cons:          #9f214a;
  --c-pros-label:    #0eb37c;
  --c-tip-border:    #10c68a;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9669;
}
:root { --logo-bg-opacity: 37%; }
body, button, input { font-family: "Rubik", sans-serif; }
.zblt .r0qax5 li::before, .zblt .z3tj94b 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; }.zblt .r0qax5 li::before { content: ""; }.zblt .z3tj94b li::before { content: ""; }.zblt .uybf::before, .zblt .tmmirpw2::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.zblt .uybf::before { content: ""; }.zblt .tmmirpw2::before { content: ""; }
.bohgewbt .ub0m, .bohgewbt .yklho3r { min-height: 520px; }
.lvd0::before { content: '•'; }