:root {
  --color-accent: #1e0083;
  --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;
}
.r1jt6q7x {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.fyiep {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.c4wfwc {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.j4r5qhb { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.lfl6 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.lfl6 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.lfl6 a:hover { color: var(--accent-light); }
.nntg   .i2xhiv { border-radius: 0; }
@media (max-width: 640px) {
  .i2xhiv {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .k3shv:hover .i2xhiv,
  .k3shv:focus-within .i2xhiv { display: block; }
  .i2xhiv li a { padding: 8px 16px; font-size: 0.88rem; }
}
.rs7phmf {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.piznufhe { display: none; }
@media (max-width: 640px) {
  .piznufhe {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .piznufhe.bgpf { display: block; }
}
@media (max-width: 640px) {
  .rs7phmf { display: block; }
  .lfl6 > li + li::before { display: none !important; }
  .lfl6 {
    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;
  }
  .lfl6.bgpf { display: flex; }
  .lfl6 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .lfl6 li:last-child a { border-bottom: none; }
}
.v0ev8 { min-height: 480px; }
.cll8fqe {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.gz705tmp { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.lyy02 .gz705tmp { margin-left: 0; margin-right: 0; }
.iqqkvk4 {
  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;
}
.boar6ft .iqqkvk4 { margin-top: 24px; }
.iqqkvk4:hover { opacity: 0.88; }
.wq3wpun {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.j4ztec {
  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%);
}
.wq3wpun .nooo9j7q {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.wq3wpun .cll8fqe { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.wq3wpun .gz705tmp { color: #e2e8f0; }
.wq3wpun.i6wmdeh .nooo9j7q { text-align: center; }
.wq3wpun.lyy02   .nooo9j7q { text-align: left; }
.of4bs .nooo9j7q {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.of4bs .cll8fqe { color: var(--text-primary); text-shadow: none; }
.of4bs .gz705tmp { color: var(--text-muted); }
.of4bs .iqqkvk4 { margin-top: 16px; }
.of4bs, .of4bs.v0ev8 { min-height: auto !important; }
.of4bs.i6wmdeh .nooo9j7q { text-align: center; }
.of4bs.lyy02   .nooo9j7q { text-align: left; }
.of4bs~.idstp{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.of4bs~.idstp .pmse2uk{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.agc36qz {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.igsm .agc36qz,
.igsm .agc36qz::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.vl0p6s .agc36qz,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.y6im .agc36qz,
.y6im .wq3wpun .j4ztec {
  overflow: hidden;
}
.y6im .agc36qz::after,
.y6im .wq3wpun .j4ztec::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%); }
}
.aieza .agc36qz,
.aieza .agc36qz::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); }
}
.aieza .wq3wpun .j4ztec {
  overflow: hidden;
}
.aieza .wq3wpun .j4ztec::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;
}
.ykqt .agc36qz,
.ykqt .wq3wpun .j4ztec {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.igsm .wq3wpun .j4ztec {
  overflow: hidden;
}
.igsm .wq3wpun .j4ztec::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;
}
.vl0p6s .wq3wpun .j4ztec {
  animation: hg-breathe 10s ease-in-out infinite;
}
.agc36qz .j4ztec {
  background: none;
}
.agc36qz .cll8fqe { color: #fff; }
.agc36qz .gz705tmp { color: rgba(255,255,255,0.85); }
.agc36qz .iqqkvk4 { background: #fff; color: var(--cta); }
.agc36qz .iqqkvk4:hover { opacity: 0.92; }
.ypco7t .cll8fqe { text-shadow: none; color: var(--text-primary); }
.ypco7t .gz705tmp { color: var(--text-muted); }
body.gi11 .cll8fqe {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.azwy95 .cll8fqe {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.v0ev8.agc36qz .cll8fqe,
section.agc36qz .cll8fqe {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ypco7t.lyy02   .u0yme { align-items: flex-start; text-align: left; }
.v0ev8 .m1o2bm {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.m1o2bm .v9evba.lz6qerj {
  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;
}
.m1o2bm .v9evba.lz6qerj:hover { opacity: 0.85; }
.lek0 .nooo9j7q { padding-bottom: 24px; }
.boar6ft .nooo9j7q { max-width: 1100px; }
@media (max-width: 700px) {
  .ypco7t { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ypco7t:not(.nkxb6uz2) .xycqo0hu { display: none !important; }
  .nkxb6uz2 .xycqo0hu { padding: 16px; }
  .u0yme  { padding: 36px 24px; }
  .ypco7t~.idstp,.oks8n~.idstp{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .v0ev8, .ypco7t { min-height: 320px !important; }
  .cll8fqe { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .yfvzinji,
  .vagdx,
  .tubocp { grid-template-columns: 1fr !important; }

  

  
  .lek0 { display: flex !important; flex-direction: column !important; }
  .lek0 .nooo9j7q { display: contents; }
  .lek0 .j4ztec { order: 0; }
  .lek0 .cll8fqe { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .lek0 .yfvzinji { order: 2; padding: 0 16px 12px !important; }
  .lek0 .gz705tmp { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .boar6ft .nooo9j7q { display: flex; flex-direction: column; }
  .boar6ft .nooo9j7q .cll8fqe { order: 1; }
  .boar6ft .nooo9j7q .tubocp { order: 2; margin: 8px 0 24px !important; }
  .boar6ft .nooo9j7q .gz705tmp { order: 3; }
  .boar6ft .nooo9j7q .iqqkvk4 { order: 4; align-self: center; margin-top: 0; }

  
  .ypco7t.nkxb6uz2 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ypco7t.nkxb6uz2 .u0yme { display: contents; padding: 0; }
  .ypco7t.nkxb6uz2 .u0yme .cll8fqe { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ypco7t.nkxb6uz2 .xycqo0hu { order: 2; padding: 12px 16px; }
  .ypco7t.nkxb6uz2 .u0yme .gz705tmp { order: 3; padding: 0 24px; margin: 0 auto; }
  .ypco7t.nkxb6uz2 .u0yme .iqqkvk4 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.vojs1yvv { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.tcq23 { width: 100%; height: auto; display: block; border-radius: 10px; }
.fbk0t .vojs1yvv        { border-radius: 16px; }
.fbk0t .tcq23  { border-radius: 16px; }
.szc8e7b .vojs1yvv         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.szc8e7b .tcq23   { border-radius: 8px; }
.dx5u8hwu { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.e4jv9z { width: 100%; padding: 32px 0; position: relative; }
.hzz12k { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wfqw5i4q .e4jv9z:nth-child(even) { background: var(--bg-surface); }
.wfqw5i4q .e4jv9z:nth-child(odd)  { background: var(--bg-page); }
.wvq2nqg0 .e4jv9z:nth-child(even) { background: var(--bg-card); }
.wvq2nqg0 .e4jv9z:nth-child(odd)  { background: var(--bg-page); }
.wfqw5i4q .e4jv9z:nth-child(odd)  .hzz12k { background: var(--bg-card); border-radius: 6px; }
.wfqw5i4q .e4jv9z:nth-child(even) .hzz12k { background: var(--bg-raised); border-radius: 6px; }
.wvq2nqg0 .e4jv9z:nth-child(odd)  .hzz12k { background: var(--bg-card); border-radius: 6px; }
.wvq2nqg0 .e4jv9z:nth-child(even) .hzz12k { background: var(--bg-raised); border-radius: 6px; }
.wfqw5i4q .e4jv9z:nth-child(even) .gaayher1 .ti4z,
.wvq2nqg0 .e4jv9z:nth-child(even) .gaayher1 .ti4z { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wfqw5i4q .e4jv9z:nth-child(odd) .gaayher1 .ti4z,
.wvq2nqg0 .e4jv9z:nth-child(odd) .gaayher1 .ti4z { background: var(--bg-card-inner); }
.wfqw5i4q .e4jv9z:nth-child(even) .ajhqhl7 .ti4z:nth-child(odd),
.wvq2nqg0 .e4jv9z:nth-child(even) .ajhqhl7 .ti4z:nth-child(odd)  { background: var(--bg-card); }
.wfqw5i4q .e4jv9z:nth-child(even) .ajhqhl7 .ti4z:nth-child(even),
.wvq2nqg0 .e4jv9z:nth-child(even) .ajhqhl7 .ti4z:nth-child(even) { background: var(--bg-card-inner); }
h1.ccyuafnb { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ccyuafnb {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.xgl8alj { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.gshgi9mp h2.ccyuafnb {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.gapph5 h2.ccyuafnb {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.dsgpm1g h2.ccyuafnb {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.pl2layjw h2.ccyuafnb::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.g7c1x h2.ccyuafnb {
  color: var(--text-primary); font-size: 1.7rem;
}
.ufon8j0m h2.ccyuafnb::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.skjeuxw h2.ccyuafnb {
  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;
}
.bbntey { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .bbntey { display: none; } }
.ky4ru62 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.u5th2nv { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.o2s05 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.daefjxga { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.s55mfk { padding-left: 20px; }
.s55mfk li { margin-bottom: 6px; }
.s55mfk a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.s55mfk a:hover { color: var(--accent-light); }
.goql .daefjxga { display: none; }
.i956 .daefjxga { display: none; }
.i956 .s55mfk { padding-left: 0; list-style: none; }
.i956 .s55mfk li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.i956 .s55mfk a { font-size: 0.92rem; }
.wdnn4 .o2s05 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.wdnn4 .daefjxga { display: none; }
.wdnn4 .s55mfk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.wdnn4 .s55mfk li { margin-bottom: 0; }
.wdnn4 .s55mfk 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;
}
.wdnn4 .s55mfk a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.om51 .o2s05 { padding: 20px 20px 16px; }
.om51 .s55mfk {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.om51 .s55mfk li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.om51 .s55mfk 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;
}
.om51 .s55mfk 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;
}
.om51 .s55mfk a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.om51 .s55mfk a:focus,
.om51 .s55mfk a:focus-visible,
.om51 .s55mfk a:target { outline: none; }
.om51 .s55mfk li:target a { border-color: var(--border); color: var(--text-muted); }
.mxvxc8m .o2s05 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.mxvxc8m .daefjxga { display: none; }
.mxvxc8m .s55mfk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.mxvxc8m .s55mfk li { margin-bottom: 0; }
.mxvxc8m .s55mfk li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.mxvxc8m .s55mfk li:last-child::after { content: ""; margin-right: 0; }
.mxvxc8m .s55mfk a { font-size: 0.9rem; }
.ti4z { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.gaayher1 .ti4z { background: var(--bg-card); }
.ajhqhl7 .ti4z:nth-child(odd)  { background: var(--bg-card); }
.ajhqhl7 .ti4z:nth-child(even) { background: var(--bg-raised); }
.zkuwu5vy .ti4z {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.zkuwu5vy .ti4z:last-child { border-bottom: none; }
.zkuwu5vy h3.xgl8alj { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.s07aldd .ti4z {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.s07aldd .ti4z + .ti4z { margin-top: 4px; }
.zt7k .ti4z { background: none; border-radius: 0; padding: 12px 0; }
.zt7k .ti4z + .ti4z { border-top: 1px solid var(--border-section); }
.g2q7z { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.vqm6xg4 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.wystkpap { color: var(--text-body); margin-bottom: 10px; }
.wi3m, .glyq { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.wi3m li, .glyq li { margin-bottom: 6px; }
.glyq li { list-style: decimal; }
.s3a7h0z3     .wi3m { list-style-type: "● "; }
.p3aq  .wi3m { list-style-type: "■ "; }
.o8euj4n .wi3m { list-style-type: "◆ "; }
.z7ivyfwb    .wi3m { list-style-type: "★ "; }
.o8euj4n .wa5xu { list-style-type: "◆ "; }
.s3a7h0z3    .wi3m li::marker, .s3a7h0z3    .wa5xu li::marker,
.p3aq .wi3m li::marker, .p3aq .wa5xu li::marker,
.o8euj4n .wi3m li::marker, .o8euj4n .wa5xu li::marker,
.z7ivyfwb   .wi3m li::marker, .z7ivyfwb   .wa5xu li::marker {
  color: var(--cta); font-size: 1em;
}
.s3a7h0z3 .glyq,
.p3aq .glyq,
.o8euj4n .glyq,
.z7ivyfwb .glyq {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.s3a7h0z3 .glyq li,
.p3aq .glyq li,
.o8euj4n .glyq li,
.z7ivyfwb .glyq li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.s3a7h0z3 .glyq li::before,
.p3aq .glyq li::before,
.o8euj4n .glyq li::before,
.z7ivyfwb .glyq 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;
}
.s3a7h0z3     .glyq li::before { border-radius: 50%; }
.p3aq  .glyq li::before { border-radius: 3px; }
.o8euj4n .glyq li::before { border-radius: 3px; }
.z7ivyfwb    .glyq li::before { border-radius: 50%; }
.v9t5v { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.tlb9 .v9t5v,
.qsticj .v9t5v { background: transparent; border: none; border-radius: 0; }
.ll3w6n1 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ll3w6n1 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ll3w6n1 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ll3w6n1 tr:hover td { background: var(--bg-hover); }
.yy81g .ll3w6n1 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.cfld .ll3w6n1 { border: 1px solid var(--border-alt); }
.cfld .ll3w6n1 th,
.cfld .ll3w6n1 td { border: 1px solid var(--border-alt); }
.xo30m0t .ll3w6n1 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.xo30m0t .ll3w6n1 td { border-bottom: none; }
.xo30m0t .ll3w6n1 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.kkv5d6 .ll3w6n1 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.sfs9a94 .v9t5v {
  overflow: hidden;
}
.sfs9a94 .ll3w6n1 th { border-bottom: 1px solid var(--border-alt); }
.sfs9a94 .ll3w6n1 tr:last-child td { border-bottom: none; }
[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%}
.u0896vs5 .vbjtoh {
  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);
}
.ohd50bad .xv3uj6 { 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); }
.ohd50bad .nj0mmzb { background: none; color: var(--accent-light); font-weight: 700; }
.ulfgwnt { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.syy2  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.weur2p { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.d5apxvo { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ulfgwnt strong { color: var(--text-primary); font-size: 0.95rem; }
.ulfgwnt p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.vp72o0eb { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.s5eqn, .zdrlk7i { border-radius: 8px; padding: 14px; }
.s5eqn { background: var(--bg-pros); }
.zdrlk7i { background: var(--bg-cons); }
.uknoq0b { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.s5eqn .uknoq0b { color: var(--c-pros-label); }
.zdrlk7i .uknoq0b { color: #f87171; }
.s5eqn ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zdrlk7i ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.tcq23 { width: 100%; height: auto; border-radius: 10px; display: block; }
.lz6qerj {
  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;
}
.lz6qerj:hover { opacity: 0.85; }
.n5gq9n .lz6qerj  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.n5gq9n .lz6qerj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.tf4a1 .lz6qerj  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.tf4a1 .lz6qerj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pb7otuvp .iqqkvk4 { border-radius: 50px; }
.pb7otuvp .lz6qerj  { border-radius: 50px; }
.uucy .iqqkvk4 { padding-left: 22px; padding-right: 22px; }
.uucy .lz6qerj  { padding-left: 12px; padding-right: 12px; }
.f7y09vdw .iqqkvk4 { padding-left: 44px; padding-right: 44px; }
.f7y09vdw .lz6qerj  { padding-left: 24px; padding-right: 24px; }
.n23eraun .iqqkvk4 { padding-left: 56px; padding-right: 56px; }
.n23eraun .lz6qerj  { padding-left: 32px; padding-right: 32px; }
.zmismqm   .iqqkvk4::after, .zmismqm   .lz6qerj::after,
.o9k4z7 .iqqkvk4::after, .o9k4z7 .lz6qerj::after,
.hjkerry3    .iqqkvk4::after, .hjkerry3    .lz6qerj::after,
.l8xqob    .iqqkvk4::after, .l8xqob    .lz6qerj::after,
.nc739vm    .iqqkvk4::after, .nc739vm    .lz6qerj::after,
.ff7r     .iqqkvk4::after, .ff7r     .lz6qerj::after,
.fukk    .iqqkvk4::after, .fukk    .lz6qerj::after,
.e4i2   .iqqkvk4::after, .e4i2   .lz6qerj::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;
}
.zmismqm .iqqkvk4::after, .zmismqm .lz6qerj::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");
}
.o9k4z7 .iqqkvk4::after, .o9k4z7 .lz6qerj::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");
}
.hjkerry3 .iqqkvk4::after, .hjkerry3 .lz6qerj::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");
}
.l8xqob .iqqkvk4::after, .l8xqob .lz6qerj::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");
}
.nc739vm .iqqkvk4::after, .nc739vm .lz6qerj::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");
}
.ff7r .iqqkvk4::after, .ff7r .lz6qerj::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");
}
.fukk .iqqkvk4::after, .fukk .lz6qerj::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");
}
.e4i2 .iqqkvk4::after, .e4i2 .lz6qerj::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");
}
.vvbsmayn   .ff48r880::after, .vvbsmayn   .ctehcbs1::after,
.orfsz9a .ff48r880::after, .orfsz9a .ctehcbs1::after,
.tu38si    .ff48r880::after, .tu38si    .ctehcbs1::after,
.kmlcj    .ff48r880::after, .kmlcj    .ctehcbs1::after,
.bz6p6h    .ff48r880::after, .bz6p6h    .ctehcbs1::after,
.qx8z     .ff48r880::after, .qx8z     .ctehcbs1::after,
.fvjfk7a9    .ff48r880::after, .fvjfk7a9    .ctehcbs1::after,
.ry6o8g92   .ff48r880::after, .ry6o8g92   .ctehcbs1::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;
}
.vvbsmayn .ff48r880::after, .vvbsmayn .ctehcbs1::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");
}
.orfsz9a .ff48r880::after, .orfsz9a .ctehcbs1::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");
}
.tu38si .ff48r880::after, .tu38si .ctehcbs1::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");
}
.kmlcj .ff48r880::after, .kmlcj .ctehcbs1::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");
}
.bz6p6h .ff48r880::after, .bz6p6h .ctehcbs1::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");
}
.qx8z .ff48r880::after, .qx8z .ctehcbs1::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");
}
.fvjfk7a9 .ff48r880::after, .fvjfk7a9 .ctehcbs1::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");
}
.ry6o8g92 .ff48r880::after, .ry6o8g92 .ctehcbs1::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");
}
.r2n9tua .jn79ep    { background: #1a1a1a; }
.v9evba.lz6qerj {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ydio9u {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ydio9u::before    { grid-area: rank;   }
  .uq6i           { grid-area: ident;  }
  .xs3kdvy     { grid-area: rating; min-width: 0; width: auto; }
  .ki1j           { grid-area: pills;  }
  .v9evba             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ydio9u {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ydio9u::before    { justify-self: center; }
  .uq6i           { width: 100%; }
  .xs3kdvy     { justify-self: center; }
  .ki1j           { grid-template-columns: 1fr; }
}
.ulz77 .igw5sb { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .wlq7gge .m6t3lggy {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .wlq7gge .txass4 { margin: 0; }
}
.p65a .t6uys { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.p65a .lpmu6 h3 { color: var(--accent-light); }
.p65a .lgdijy { background: var(--bg-page); border: 1px solid var(--border); }
.qsticj .vp72o0eb { gap: 10px; }
.qsticj .s5eqn, .qsticj .zdrlk7i { padding: 12px; }
.qsticj .s5eqn ul, .qsticj .zdrlk7i ul { margin: 4px 0 0; padding-left: 18px; }
.qsticj .s5eqn li, .qsticj .zdrlk7i li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .ke1oh2 { grid-template-columns: 1fr; }
  .j2xde { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .j2xde .fy1ah { width: 72px; height: 50px; }
  .j2xde .wo4au { max-width: 180px; }
  .j2xde .r27s { width: auto; }
}
@media (max-width: 720px) {
  .obv724n { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .jxxe47 { padding: 16px; }
  .c96t7di .vxnr3z { min-width: 50%; }
}
.y3y4m34p .vp72o0eb { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .x12320q { grid-template-columns: 1fr; }
  .qn9bczjp { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ljm0ugl { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .g2hyq { flex-wrap: wrap; padding: 16px; }
}
.zv2a8 .vp72o0eb { gap: 8px; }
.zv2a8 .s5eqn, .zv2a8 .zdrlk7i { padding: 8px; }
@media (max-width: 480px) {
  .twqw6 { flex-direction: column; align-items: stretch; }
}
.qh0rmopj .r27s .lz6qerj { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .fbsu { flex-direction: column; align-items: stretch; gap: 10px; }
  .qh0rmopj .r27s { text-align: center; }
}
@media (max-width: 720px) {
  .qbtn { grid-template-columns: 1fr; }
  .hblx { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ka5v8rv { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .y8k9t6w { grid-template-columns: 1fr; }
  .rahuz1 { width: 100px; height: 100px; margin: 16px auto; }
  .fxbcl { font-size: 1.4rem; }
  .w4g0j3f { justify-content: center; }
  .ynrnyr4z .vxnr3z { min-width: 50%; }
}
.nsda3 .vp72o0eb { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .h41z1oy { flex-wrap: wrap; padding: 14px 16px; }
  .dijyro0 { padding: 12px 16px; }
  .nsda3 .vp72o0eb { margin: 0 16px; }
  .nsda3 .egxcv33g { padding: 0 16px; }
  .currxkfe { padding: 12px 16px; }
}
.v77in3 .ki1j .lwdzfy5 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.v77in3 .ki1j .lwdzfy5:first-child { border-left: none; }
.npz065c .fbc9mcy {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.cndy3 { margin: 16px 0; }
.v25o { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.v25o summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.v25o summary::after { content: "+"; color: var(--accent-light); }
.v25o[open] summary::after { content: "−"; }
.v25o p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.e4jv9z { margin-bottom: 0; }
.n2un2 h2.ccyuafnb { color: var(--text-primary); border-color: var(--accent-light); }
.pn08 h2.ccyuafnb { color: var(--text-primary); border-color: var(--accent-light); }
.tly7 .syy2     { background: #052e16; border-color: #10b981; }
.tly7 .weur2p    { background: #1e1036; border-color: #a855f7; }
.tly7 .ulfgwnt strong  { color: #f1f5f9; }
.tly7 .ulfgwnt p       { color: #cbd5e1; }
.tly7 .dks0e    .syy2     .d5apxvo::before,
.tly7 .hk945  .syy2     .d5apxvo::before,
.tly7 .fokcq7  .syy2     .d5apxvo::before,
.tly7 .a1kpug .syy2     .d5apxvo::before { color: #10b981; }
.tly7 .dks0e    .esoua .d5apxvo::before,
.tly7 .hk945  .esoua .d5apxvo::before,
.tly7 .fokcq7  .esoua .d5apxvo::before,
.tly7 .a1kpug .esoua .d5apxvo::before { color: #f43f5e; }
.tly7 .dks0e    .weur2p    .d5apxvo::before,
.tly7 .hk945  .weur2p    .d5apxvo::before,
.tly7 .fokcq7  .weur2p    .d5apxvo::before,
.tly7 .a1kpug .weur2p    .d5apxvo::before { color: #a855f7; }
.pug4we .syy2     { background: #2d2000; border-color: #eab308; }
.pug4we .esoua { background: #2d0b0b; border-color: #ef4444; }
.pug4we .weur2p    { background: #2d1600; border-color: #f97316; }
.pug4we .ulfgwnt strong  { color: #f1f5f9; }
.pug4we .ulfgwnt p       { color: #cbd5e1; }
.pug4we .dks0e    .syy2     .d5apxvo::before,
.pug4we .hk945  .syy2     .d5apxvo::before,
.pug4we .fokcq7  .syy2     .d5apxvo::before,
.pug4we .a1kpug .syy2     .d5apxvo::before { color: #eab308; }
.pug4we .dks0e    .esoua .d5apxvo::before,
.pug4we .hk945  .esoua .d5apxvo::before,
.pug4we .fokcq7  .esoua .d5apxvo::before,
.pug4we .a1kpug .esoua .d5apxvo::before { color: #ef4444; }
.pug4we .dks0e    .weur2p    .d5apxvo::before,
.pug4we .hk945  .weur2p    .d5apxvo::before,
.pug4we .fokcq7  .weur2p    .d5apxvo::before,
.pug4we .a1kpug .weur2p    .d5apxvo::before { color: #f97316; }
.goerpis .syy2     { background: #0c1a2e; border-color: #38bdf8; }
.goerpis .weur2p    { background: #0a2020; border-color: #2dd4bf; }
.goerpis .ulfgwnt strong  { color: #f1f5f9; }
.goerpis .ulfgwnt p       { color: #cbd5e1; }
.goerpis .dks0e    .syy2     .d5apxvo::before,
.goerpis .hk945  .syy2     .d5apxvo::before,
.goerpis .fokcq7  .syy2     .d5apxvo::before,
.goerpis .a1kpug .syy2     .d5apxvo::before { color: #38bdf8; }
.goerpis .dks0e    .esoua .d5apxvo::before,
.goerpis .hk945  .esoua .d5apxvo::before,
.goerpis .fokcq7  .esoua .d5apxvo::before,
.goerpis .a1kpug .esoua .d5apxvo::before { color: #818cf8; }
.goerpis .dks0e    .weur2p    .d5apxvo::before,
.goerpis .hk945  .weur2p    .d5apxvo::before,
.goerpis .fokcq7  .weur2p    .d5apxvo::before,
.goerpis .a1kpug .weur2p    .d5apxvo::before { color: #2dd4bf; }
.fc5k .syy2     { background: var(--accent-bg); border-color: var(--accent-light); }
.fc5k .weur2p    { background: var(--accent-bg); border-color: var(--accent-pale); }
.fc5k .dks0e    .d5apxvo::before,
.fc5k .hk945  .d5apxvo::before,
.fc5k .fokcq7  .d5apxvo::before,
.fc5k .a1kpug .d5apxvo::before { color: var(--accent-light) !important; }
.ytbh0owo::before,
.g94ko::before { margin-right: 5px; }
.ogj5qoeb .s5eqn ul li,
.ogj5qoeb .s5eqn .ytbh0owo { color: #22c55e; }
.ogj5qoeb .zdrlk7i ul li,
.ogj5qoeb .zdrlk7i .g94ko { color: #ef4444; }
.hzpa2h92 .s5eqn { background: var(--bg-pros); }
.hzpa2h92 .zdrlk7i { background: var(--bg-cons); }
.hzpa2h92 .s5eqn .ytbh0owo { color: var(--c-pros-label); }
.hzpa2h92 .zdrlk7i .g94ko { color: var(--c-cons); }
.hzpa2h92 .s5eqn ul li,
.hzpa2h92 .lheh li            { color: var(--c-pros); }
.hzpa2h92 .zdrlk7i ul li,
.hzpa2h92 .qhvxp li            { color: var(--c-cons); }
.apgf33v .s5eqn { background: var(--bg-pros); }
.apgf33v .zdrlk7i { background: var(--bg-cons); }
.apgf33v .s5eqn .ytbh0owo { color: var(--c-pros-label); }
.apgf33v .zdrlk7i .g94ko { color: var(--c-cons); }
.apgf33v .s5eqn ul li,
.apgf33v .zdrlk7i ul li,
.eiqija8 .ytbh0owo::before { content: "✓ "; }
.eiqija8 .g94ko::before { content: "✗ "; }
.tyld .ytbh0owo::before { content: "→ "; }
.tyld .g94ko::before { content: "← "; }
.bcqahu59 .ytbh0owo::before { content: "★ "; }
.bcqahu59 .g94ko::before { content: "✕ "; }
.w08n .ytbh0owo::before { content: "◆ "; }
.w08n .g94ko::before { content: "▲ "; }
.ulz77 .ulfgwnt { background: transparent; border-left: none; border: 1.5px solid; }
.ulz77 .syy2     { border-color: var(--c-tip-border); }
.ulz77 .esoua { border-color: var(--c-warn-border); }
.ulz77 .weur2p    { border-color: #60a5fa; }
.ulz77 .ulfgwnt strong { color: var(--text-primary); }
.ulz77 .ulfgwnt p      { color: var(--text-muted); }
.tiys .ulfgwnt { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.tiys .syy2     { border-top-color: var(--c-tip-border); }
.tiys .weur2p    { border-top-color: #60a5fa; }
.j9cvgdl .ulfgwnt { border-left: none; border-radius: 8px; }
.j9cvgdl .syy2     { background: #065f46; }
.j9cvgdl .weur2p    { background: #1e3a8a; }
.j9cvgdl .ulfgwnt strong,
.j9cvgdl .ulfgwnt p { color: #fff; }
.j9cvgdl .d5apxvo::before { color: rgba(255,255,255,0.85) !important; }
.tly7.j9cvgdl .syy2,
.tly7 .j9cvgdl .syy2     { background: #052e16; }
.tly7.j9cvgdl .weur2p,
.tly7 .j9cvgdl .weur2p    { background: #1e1036; }
.pug4we.j9cvgdl .syy2,
.pug4we .j9cvgdl .syy2      { background: #2d2000; }
.pug4we.j9cvgdl .esoua,
.pug4we .j9cvgdl .esoua  { background: #2d0b0b; }
.pug4we.j9cvgdl .weur2p,
.pug4we .j9cvgdl .weur2p     { background: #2d1600; }
.goerpis.j9cvgdl .syy2,
.goerpis .j9cvgdl .syy2      { background: #0c1a2e; }
.goerpis.j9cvgdl .weur2p,
.goerpis .j9cvgdl .weur2p     { background: #0a2020; }
.x79ldj .ulfgwnt { border-left: none; border-radius: 6px; padding: 10px 14px; }
.x79ldj .syy2     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.x79ldj .weur2p    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.x79ldj .ulfgwnt strong { color: var(--text-primary); }
.x79ldj .ulfgwnt p      { color: var(--text-muted); }
.gb631lu .ulfgwnt { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.dks0e .d5apxvo,
.hk945 .d5apxvo,
.fokcq7 .d5apxvo,
.a1kpug .d5apxvo { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.dks0e .d5apxvo::before,
.hk945 .d5apxvo::before,
.fokcq7 .d5apxvo::before,
.a1kpug .d5apxvo::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.dks0e .syy2     .d5apxvo::before { content: "✦"; color: var(--c-tip-border); }
.dks0e .esoua .d5apxvo::before { content: "▲"; color: var(--c-warn-border); }
.dks0e .weur2p    .d5apxvo::before { content: "◉"; color: #60a5fa; }
.hk945 .syy2     .d5apxvo::before { content: "★"; color: var(--c-tip-border); }
.hk945 .esoua .d5apxvo::before { content: "◆"; color: var(--c-warn-border); }
.hk945 .weur2p    .d5apxvo::before { content: "●"; color: #60a5fa; }
.fokcq7 .syy2     .d5apxvo::before { content: "▶"; color: var(--c-tip-border); }
.fokcq7 .esoua .d5apxvo::before { content: "■"; color: var(--c-warn-border); }
.fokcq7 .weur2p    .d5apxvo::before { content: "▸"; color: #60a5fa; }
.a1kpug .syy2     .d5apxvo::before { content: "→"; color: var(--c-tip-border); }
.a1kpug .esoua .d5apxvo::before { content: "⬥"; color: var(--c-warn-border); }
.a1kpug .weur2p    .d5apxvo::before { content: "◈"; color: #60a5fa; }
.g0p3kd4 .gaayher1 .ti4z,
.g0p3kd4 .ajhqhl7 .ti4z  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.g0p3kd4 .v9t5v          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.g0p3kd4 .o2s05                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.f1usnhg4 .gaayher1 .ti4z,
.f1usnhg4 .ajhqhl7 .ti4z,
.f1usnhg4 .xv3uj6,
.f1usnhg4 .ydio9u,
.f1usnhg4 .txass4,
.f1usnhg4 .v9t5v,
.f1usnhg4 .o2s05,
.f1usnhg4 .gb631lu .ulfgwnt { box-shadow: none; }
.sccvwsue   .wystkpap, .sccvwsue .g2q7z, .sccvwsue .vqm6xg4,
.sccvwsue   .ky4ru62, .sccvwsue .u5th2nv { font-size: 0.9rem; }
.sccvwsue   .wi3m, .sccvwsue .glyq { font-size: 0.9rem; }
.rdizht   .wystkpap, .rdizht .g2q7z, .rdizht .vqm6xg4,
.rdizht   .ky4ru62, .rdizht .u5th2nv { font-size: 0.95rem; }
.rdizht   .wi3m, .rdizht .glyq { font-size: 0.95rem; }
.nuaco7   .wystkpap, .nuaco7 .g2q7z, .nuaco7 .vqm6xg4,
.nuaco7   .ky4ru62, .nuaco7 .u5th2nv { font-size: 1.08rem; }
.nuaco7   .wi3m, .nuaco7 .glyq { font-size: 1.05rem; }
.nuaco7   .ll3w6n1 { font-size: 0.97rem; }
.og0dvop .cll8fqe      { font-size: 3.2rem; }
.og0dvop h2.ccyuafnb { font-size: 1.9rem; }
.og0dvop h3.xgl8alj     { font-size: 1.4rem; }
.uf2t8i .cll8fqe      { font-size: 3.8rem; }
.uf2t8i h2.ccyuafnb { font-size: 2.2rem; }
.uf2t8i h3.xgl8alj     { font-size: 1.6rem; }
.e4jv9z + .e4jv9z { position: relative; }
.mjykw629   .e4jv9z + .e4jv9z::before,
.upboy  .e4jv9z + .e4jv9z::before,
.ami4   .e4jv9z + .e4jv9z::before,
.pjgycp   .e4jv9z + .e4jv9z::before,
.amym3u   .e4jv9z + .e4jv9z::before,
.y26lb5zl .e4jv9z + .e4jv9z::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.mjykw629 .e4jv9z + .e4jv9z::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.upboy .e4jv9z + .e4jv9z::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ami4 .e4jv9z + .e4jv9z::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;
}
.pjgycp .e4jv9z + .e4jv9z::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.h3twxe .e4jv9z { margin-bottom: 16px; }
.h3twxe .e4jv9z + .e4jv9z { margin-top: 0; }
.h3twxe .hzz12k { padding-top: 0; padding-bottom: 0; }
.amym3u .e4jv9z + .e4jv9z::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.y26lb5zl .e4jv9z + .e4jv9z::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.je4qo8ta .e4jv9z + .e4jv9z::before,
.cnxm .e4jv9z + .e4jv9z::before,
.swdqd .e4jv9z + .e4jv9z::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%;
}
.wfqw5i4q .je4qo8ta .e4jv9z:nth-child(even)::before,
.wfqw5i4q .cnxm .e4jv9z:nth-child(even)::before,
.wfqw5i4q .swdqd .e4jv9z:nth-child(even)::before { background: var(--bg-surface); }
.wvq2nqg0 .je4qo8ta .e4jv9z:nth-child(even)::before,
.wvq2nqg0 .cnxm .e4jv9z:nth-child(even)::before,
.wvq2nqg0 .swdqd .e4jv9z:nth-child(even)::before { background: var(--bg-card); }
.je4qo8ta .e4jv9z + .e4jv9z::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");
}
.cnxm .e4jv9z + .e4jv9z::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");
}
.swdqd .e4jv9z + .e4jv9z::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");
}
.wdi32llj .wq3wpun,
.ob6wcmd .wq3wpun,
.v8wertj4 .wq3wpun { overflow: hidden; }
.wdi32llj .nooo9j7q,
.ob6wcmd .nooo9j7q { margin-bottom: 60px; }
.v8wertj4 .nooo9j7q { margin-bottom: 70px; }
.wdi32llj .u0yme,
.wdi32llj .wq3wpun::before,
.ob6wcmd .wq3wpun::before,
.v8wertj4 .wq3wpun::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%;
}
.wdi32llj .wq3wpun::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");
}
.ob6wcmd .wq3wpun::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");
}
.v8wertj4 .wq3wpun::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");
}
.bwpms .wq3wpun:not(.agc36qz) .j4ztec { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.vz8ud4n .wq3wpun:not(.agc36qz) .j4ztec { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.l495y  .wq3wpun:not(.agc36qz) .j4ztec { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.k2gd7u  .wq3wpun:not(.agc36qz) .j4ztec { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bwpms .agc36qz { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.bwpms .qaspd20m { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.bwpms .ypco7t { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.vz8ud4n .agc36qz { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.l495y .agc36qz { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.k2gd7u .agc36qz { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.pqsx .agc36qz { background: var(--accent); }
.pqsx .agc36qz .j4ztec { background: none; }
.pqsx .wq3wpun:not(.agc36qz) .j4ztec { background: rgba(0,0,0,0.6); }
.w6cv8a .vojs1yvv { float: left; width: 38%; margin: 0 28px 16px 0; }
.w6cv8a .vojs1yvv .tcq23 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.w6cv8a .hzz12k::after { content: ''; display: block; clear: both; }
.a72ln5 .vojs1yvv { float: right; width: 38%; margin: 0 0 16px 28px; }
.a72ln5 .vojs1yvv .tcq23 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.a72ln5 .hzz12k::after { content: ''; display: block; clear: both; }
.k6lema2x .e4jv9z:nth-child(odd)  .vojs1yvv { float: left;  width: 38%; margin: 0 28px 16px 0; }
.k6lema2x .e4jv9z:nth-child(even) .vojs1yvv { float: right; width: 38%; margin: 0 0 16px 28px; }
.k6lema2x .vojs1yvv .tcq23 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k6lema2x .hzz12k::after { content: ''; display: block; clear: both; }
.k6lema2x .jx4i,
.k6lema2x .f9t52ha0 { clear: both; }
@media (max-width: 900px) {
  .w6cv8a .vojs1yvv,
  .a72ln5 .vojs1yvv,
  .k6lema2x .e4jv9z:nth-child(odd)  .vojs1yvv,
  .k6lema2x .e4jv9z:nth-child(even) .vojs1yvv {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .w6cv8a .vojs1yvv .tcq23,
  .a72ln5 .vojs1yvv .tcq23,
  .k6lema2x .vojs1yvv .tcq23 {
    max-height: none !important;
  }
}
.w6cv8a .wi3m,
.w6cv8a .glyq,
.a72ln5 .wi3m,
.a72ln5 .glyq,
.k6lema2x .wi3m,
.k6lema2x .glyq { overflow: hidden; }
@media (max-width: 640px) {
  .w6cv8a .vojs1yvv,
  .a72ln5 .vojs1yvv,
  .k6lema2x .vojs1yvv { float: none; width: 100%; margin: 0 0 16px 0; }
}
.r7l69ia .dx5u8hwu,
.r7l69ia .hzz12k,
.r7l69ia .dtchyj3j  { max-width: 1100px; }
.r7l69ia { --content-mw: 1100px; }
.hcvaw .dx5u8hwu,
.hcvaw .hzz12k,
.hcvaw .dtchyj3j  { max-width: 1200px; }
.mb2d1 .dx5u8hwu,
.mb2d1 .hzz12k,
.mb2d1 .dtchyj3j  { max-width: 1320px; }
.qc0jb { font-size: 0.82rem; color: var(--text-muted); }
.ascd { display: flex; align-items: center; }
.vsk4ic {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.w3zq9 { display: flex; align-items: center; }
.qh15 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.qh15:hover { text-decoration: underline; }
.iqdks9 { margin: 0 3px; opacity: 0.45; }
.iqdks9::before { content: '/'; }
.fksy { padding: 2px 5px; color: var(--text-main); }
.r6dfkb1w .qc0jb {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.r6dfkb1w .ascd { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.nve1 .qc0jb {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.nve1 .ascd { padding: 0 0 0 12px; }
.cj100e4 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.gw4bqnd .ascd { padding: 0 16px; }
.gw4bqnd .qc0jb {
  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);
}
.gw4bqnd .dx5u8hwu { padding-top: 28px; }
@media (max-width: 720px) {
  .cj100e4 { margin-top: 18px; padding: 0 16px; }
  .gw4bqnd .dx5u8hwu { padding-top: 16px; }
}
.r7l69ia.r6dfkb1w .ascd { max-width: 1100px; }
.hcvaw.r6dfkb1w .ascd { max-width: 1200px; }
.mb2d1.r6dfkb1w .ascd { max-width: 1320px; }
.r7l69ia .cj100e4 { max-width: 1100px; }
.hcvaw .cj100e4 { max-width: 1200px; }
.mb2d1 .cj100e4 { max-width: 1320px; }
.zgslm77 .e4jv9z { padding-top: 16px; padding-bottom: 16px; }
.v9rzo5om .e4jv9z { padding-top: 24px; padding-bottom: 24px; }
.qcmk2 .e4jv9z { padding-top: 40px; padding-bottom: 40px; }
.i9abz5 .e4jv9z { padding-top: 52px; padding-bottom: 52px; }
.cri9a2 .e4jv9z:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.cri9a2 .e4jv9z:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.cri9a2 .e4jv9z:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.cri9a2 .e4jv9z:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ltuyv .hzz12k { padding-top: 10px;  padding-bottom: 10px; }
.kqmz .hzz12k { padding-top: 18px;  padding-bottom: 18px; }
.l9c3kb96 .hzz12k { padding-top: 36px;  padding-bottom: 36px; }
.hwuj8pz8 .hzz12k { padding-top: 48px;  padding-bottom: 48px; }
.w0zvo9i h2.ccyuafnb { font-weight: 600; }
.w0zvo9i h3.xgl8alj     { font-weight: 600; }
.z58xqty7 h2.ccyuafnb { font-weight: 800; }
.z58xqty7 h3.xgl8alj     { font-weight: 700; }
.t2bcve { font-weight: 600; }
.t2bcve h2.ccyuafnb { font-weight: 900; }
.t2bcve h3.xgl8alj     { font-weight: 800; }
.t2bcve .ulfgwnt strong,
.t2bcve .ulfgwnt strong { font-weight: 600; }
.ff48r880 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.gl7a2n .ff48r880 { display: none; }
@media (max-width: 640px) {
  .ib45s { display: none; }
  .ff48r880 {
    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;
  }
}
.ff48r880 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ff48r880:hover { opacity: 0.85; }
.zv3m38my .ff48r880 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.t43mw .ff48r880,
.afk3w  .ff48r880 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.t43mw .ff48r880:hover,
.afk3w  .ff48r880:hover { opacity: 0.88; }
.zv3m38my.t43mw .ff48r880,
.zv3m38my.afk3w  .ff48r880 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ctehcbs1 {
  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;
}
.ctehcbs1:hover { transform: translateY(-2px); opacity: 0.92; }
.ctehcbs1 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.sqor0 .ctehcbs1 { display: none; }
.nfofj .ctehcbs1 { right: 32px; }
.lrsx7  .ctehcbs1 { left: 32px; }
@media (max-width: 480px) {
  .nfofj .ctehcbs1 { right: 20px; bottom: 20px; }
  .lrsx7  .ctehcbs1 { left: 20px; bottom: 20px; }
}
.bebd56p { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.dtchyj3j { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.gsjna2ky { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.s964 { color: var(--text-dim); font-size: 0.8rem; }
.q3js { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.q3js img { height: 26px; width: auto; object-fit: contain; }
.q9frqj a, .qhj2wjn a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.q9frqj a:hover, .qhj2wjn a:hover { color: var(--accent-light); }
.qhj2wjn { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.ktbgq1r .dtchyj3j { text-align: center; }
.ktbgq1r .qhj2wjn { justify-content: center; margin-bottom: 16px; }
.ktbgq1r .gsjna2ky { margin-top: 0; }
.zu97e { margin-top: 10px; }
.zu97e a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .dtchyj3j { padding-left: 16px; padding-right: 16px; }
  .x7uus .dtchyj3j { padding: 20px 16px; }
  .qhj2wjn { gap: 4px 12px; }
  .gsjna2ky { font-size: 0.78rem; }
}
.nsg67u .qovjy .q3js { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.nsg67u .gsjna2ky { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.nsg67u .s964 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .nsg67u .j3ongjy { grid-template-columns: 1fr 1fr; } .nsg67u .qovjy { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nsg67u .j3ongjy { grid-template-columns: 1fr; } }
.cxq8ecp .q3js { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.cxq8ecp .gsjna2ky { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .cxq8ecp .jtf6 { gap: 12px; } .cxq8ecp .q3js { margin-right: 0; width: 100%; } }
.mk568 .j7m00k .q3js { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.mk568 .gsjna2ky { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.mk568 .s964 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .mk568 .hzyhabv { grid-template-columns: 1fr 1fr; } .mk568 .j7m00k { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mk568 .hzyhabv { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .avs6s42 .wu93xhi { grid-template-columns: 1fr 1fr; } .avs6s42 .vxia:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .avs6s42 .wu93xhi { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .okm4deyu .wu93xhi { grid-template-columns: 1fr; } }
.o76c9pbw .dtchyj3j { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.o76c9pbw .qhj2wjn { justify-content: center; }
.r0ssddh .r1jt6q7x      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.r0ssddh .bebd56p { background: var(--bg-page); border-top-color: var(--border-alt); }
.ro0295v7 .r1jt6q7x      { background: #0d1117; border-bottom-color: #21262d; }
.ro0295v7 .c4wfwc { color: var(--accent-light); }
.ro0295v7 .lfl6 { --msep-color: #8b949e; }
.ro0295v7 .lfl6 a { color: #8b949e; }
.ro0295v7 .lfl6 a:hover { color: var(--accent-light); }
.ro0295v7 .rs7phmf { color: #8b949e; }
.ro0295v7 .bebd56p { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.ro0295v7 .gsjna2ky,
.ro0295v7 .s964 { color: #6e7681; }
.ro0295v7 .q9frqj a, .ro0295v7 .qhj2wjn a,
.ro0295v7 .q3js { color: #e6edf3; }
.ro0295v7 .q9frqj a:hover, .ro0295v7 .qhj2wjn a:hover,
@media (max-width: 640px) {
  .ro0295v7 .lfl6 { background: #0d1117; border-top-color: #21262d; }
  .ro0295v7 .lfl6 li a { border-bottom-color: #21262d; }
}
.tghjtvh .r1jt6q7x      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.tghjtvh .c4wfwc { color: var(--accent-light); }
.tghjtvh .lfl6 { --msep-color: #475569; }
.tghjtvh .lfl6 a { color: #475569; }
.tghjtvh .lfl6 a:hover { color: var(--accent-light); }
.tghjtvh .rs7phmf { color: #64748b; }
.tghjtvh .bebd56p { background: #f0f4f8; border-top-color: #cbd5e1; }
.tghjtvh .gsjna2ky,
.tghjtvh .s964 { color: #64748b; }
.tghjtvh .q9frqj a, .tghjtvh .qhj2wjn a,
.tghjtvh .a2d9a2 a, .tghjtvh .q3js { color: #374151; }
.tghjtvh .q9frqj a:hover, .tghjtvh .qhj2wjn a:hover,
@media (max-width: 640px) {
  .tghjtvh .lfl6 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .tghjtvh .lfl6 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.t43mw .r1jt6q7x      { background: var(--accent); border-bottom-color: var(--accent-light); }
.t43mw .c4wfwc { color: #fff; }
.t43mw .lfl6 { --msep-color: rgba(255,255,255,0.82); }
.t43mw .lfl6 a { color: rgba(255,255,255,0.82); }
.t43mw .lfl6 a:hover { color: #fff; }
.t43mw .rs7phmf { color: rgba(255,255,255,0.9); }
.t43mw .i2xhiv a { color: var(--text-primary) !important; }
.t43mw .i2xhiv a:hover { color: var(--accent-light) !important; }
.t43mw .bebd56p { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.t43mw .gsjna2ky,
.t43mw .s964 { color: rgba(255,255,255,0.72); }
.t43mw .q9frqj a, .t43mw .qhj2wjn a,
.t43mw .zfy02k a, .t43mw .rlkyzoi4 a,
.t43mw .a2d9a2 a, .t43mw .q3js { color: #fff; }
.t43mw .hzu8p, .t43mw .k3qpfit { color: rgba(255,255,255,0.7); }
.t43mw .q9frqj a:hover, .t43mw .qhj2wjn a:hover,
.t43mw .zfy02k a:hover, .t43mw .rlkyzoi4 a:hover { color: #fff; }
@media (max-width: 640px) {
  .t43mw .lfl6 { background: var(--accent); border-top-color: var(--accent-light); }
  .t43mw .lfl6 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.afk3w .r1jt6q7x {
  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);
}
.afk3w .bebd56p {
  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) {
  .afk3w .lfl6 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.zksmu .fyiep { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.w1p85am .fyiep { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.kp6z6q .fyiep { min-height: 72px; height: auto; }
.wx9oct .fyiep { min-height: 84px; height: auto; }
.x7uus .fyiep { max-width: none; padding: 0 32px; }
.x7uus .dtchyj3j  { max-width: none; padding: 24px 32px; }
.wv9q45e2.hcvaw .fyiep { max-width: 1200px; }
.wv9q45e2.mb2d1 .fyiep { max-width: 1320px; }
.n7u79187   .c4wfwc, .n7u79187   .q3js { text-transform: capitalize; }
.lu0p826r .c4wfwc, .lu0p826r .q3js { text-transform: lowercase; }
.zi9m .c4wfwc, .zi9m .q3js { text-transform: uppercase; letter-spacing: 0.06em; }
.u2kt, .d40uw8pw {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vq956tj4 .u2kt,
.vq956tj4 .d40uw8pw { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.h3yg6o .u2kt,
.h3yg6o .d40uw8pw { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.amgl6dnw .u2kt,
.amgl6dnw .d40uw8pw { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.rhyfai .u2kt,
.rhyfai .d40uw8pw { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.mi5o3as0   .lfl6 a { font-weight: 500; }
.uuend .lfl6 a { font-weight: 600; }
.nbqvm7     .lfl6 a { font-weight: 700; }
.q9zj0pb6    .lfl6 a { font-weight: 800; letter-spacing: 0.01em; }
.h5ryww     .lfl6 > li + li::before,
.jpbny59    .lfl6 > li + li::before,
.lhgkpyt    .lfl6 > li + li::before,
.fa2d9 .lfl6 > li + li::before,
.va961kk3 .lfl6 > li + li::before,
.jefqs4  .lfl6 > li + li::before,
.jgz01o9    .lfl6 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.h5ryww     .lfl6 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.jpbny59    .lfl6 > li + li::before { content: "|"; }
.lhgkpyt    .lfl6 > li + li::before { content: "—"; }
.fa2d9 .lfl6 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.va961kk3 .lfl6 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.jefqs4  .lfl6 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.jgz01o9    .lfl6 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .xdzb .rs7phmf,
  .rr3u .rs7phmf,
  .zz5fja6g .rs7phmf,
  .lkar4 .rs7phmf,
  .reo7 .rs7phmf {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .xdzb .rs7phmf::before,
  .rr3u .rs7phmf::before,
  .zz5fja6g .rs7phmf::before,
  .lkar4 .rs7phmf::before,
  .reo7 .rs7phmf::before { content: ""; display: block; flex-shrink: 0; }

  
  .xdzb .rs7phmf::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;
  }

  
  .rr3u .rs7phmf::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;
  }

  
  .zz5fja6g .rs7phmf::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;
  }

  
  .lkar4 .rs7phmf::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;
  }

  
  .reo7 .rs7phmf::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) {
  .fq303 .rs7phmf {
    padding: 5px 14px;
  }
  .fq303 .lfl6 {
    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;
  }
  .fq303 .lfl6 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .fq303 .lfl6 li a:hover { background: var(--bg-raised); }
  .fq303 .piznufhe,
  .lscwc1 .piznufhe,
  .z07b6 .piznufhe { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .j34hiam .rs7phmf {
    padding: 5px 10px;
  }
  .j34hiam .lfl6 {
    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);
  }
  .j34hiam .lfl6.bgpf { transform: translateX(0); }
  .j34hiam .lfl6 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .j34hiam .lfl6 li:last-child a { border-bottom: none; }
  .t43mw .lfl6,
  .ro0295v7 .lfl6 { background: var(--accent) !important; }
  .t43mw .lfl6 li a,
  .ro0295v7 .lfl6 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .z07b6 .rs7phmf {
    padding: 5px 10px;
  }
  .z07b6 .lfl6 {
    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);
  }
  .z07b6 .lfl6::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .z07b6 .lfl6.bgpf { transform: translateY(0); }
  .z07b6 .lfl6 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .wkfij .rs7phmf {
    padding: 5px 10px;
  }
  .wkfij .lfl6 {
    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;
  }
  .wkfij .lfl6.bgpf { opacity: 1; pointer-events: auto; }
  .wkfij .lfl6 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .fmrty2     .rs7phmf { border-radius: 0 !important; }
  .ann0   .rs7phmf { border-radius: 8px !important; }
  .wa96lg .rs7phmf { border-radius: 50% !important; }
  .gylis5g   .rs7phmf { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .rjkltqg .ahuc0kf { flex-direction: column; align-items: stretch; }
  .rjkltqg .j7b92 { flex-direction: row; min-width: auto; }
  .rjkltqg .zzknkui { align-items: flex-start; text-align: left; }
}
.hv0lc7,
.hv0lc7.e4jv9z,
.wfqw5i4q .hv0lc7,
.r8g7au10 .hv0lc7,
.wvq2nqg0 .hv0lc7,
.d5lbu .hv0lc7 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.dzxf0t6 {
  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;
}
.bxbbmu0 { flex: 1 1 280px; min-width: 0; }
.ui3b4rfd {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.bj30b {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.cmf3dahs {
  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;
}
.cmf3dahs:hover { transform: translateY(-1px); opacity: 0.95; }
.uceyj .dzxf0t6 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.uceyj .ui3b4rfd { color: var(--cta); }
.uceyj .bj30b { color: var(--text-body); }
.uceyj .cmf3dahs {
  background: var(--cta) !important;
  color: #fff !important;
}
.jq3dby .dzxf0t6 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.jq3dby .ui3b4rfd { color: var(--text-primary); }
.jq3dby .bj30b { color: var(--text-body); }
.jq3dby .cmf3dahs {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .dzxf0t6 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .bxbbmu0 { flex: 0 0 auto; }
  .ui3b4rfd { font-size: 1.2rem; }
  .cmf3dahs { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.dvn0r4f .j4r5qhb { height: 36px; }
.rtvws1 .j4r5qhb { height: 60px; max-width: 200px; }
.i6tkr .j4r5qhb { height: 56px; max-width: 180px; }
.jjkt26i    .fbc9mcy, .jjkt26i    .b4uo7qtv { color: #f59e0b; }
.v77in3 .lwdzfy5 + .lwdzfy5 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .kbb6 .f9t52ha0 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .kbb6 .ydio9u {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .kbb6 .ydio9u { padding: 40px 16px 20px; }
  .kbb6 .lwdzfy5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .kbb6 .v9evba { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .pm32g3q .ydio9u {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .pm32g3q .ydio9u::before {
    position: absolute; top: 14px; left: 14px;
  }
  .pm32g3q .uq6i {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .pm32g3q .m6kp { white-space: normal; text-align: center; font-size: 1.2rem; }
  .pm32g3q .lwdzfy5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .pm32g3q .v9evba { width: 100%; min-width: 0; }
  .pm32g3q .fbc9mcy { min-width: 0; }
}
.p40mz9 .v25o {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.p40mz9 .v25o summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.p40mz9 .v25o p { padding: 0 2px 16px; }
.yijgpk .v25o { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.yijgpk .v25o summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.yijgpk .v25o summary::after { content: "›"; font-size: 1.2em; }
.yijgpk .v25o[open] summary::after { content: "‹"; }
.yijgpk .v25o p { padding: 10px 22px 4px; }
.nu3nc7 .v25o {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.nu3nc7 .v25o summary { color: var(--text-primary); padding-left: 16px; }
.nu3nc7 .v25o summary::after { content: "›"; font-size: 1.1em; }
.nu3nc7 .v25o[open] summary::after { content: "‹"; }
.nu3nc7 .v25o p { padding-left: 16px; }
.e4dxh .cndy3 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.e4dxh .v25o {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.e4dxh .v25o:last-child { border-bottom: none; }
.e4dxh .v25o summary { color: var(--text-primary); border-radius: 0; }
.e4dxh .v25o summary::after { content: "›"; font-size: 1.1em; }
.e4dxh .v25o[open] summary::after { content: "‹"; }
.klfdrzx .v25o { overflow: hidden; }
.klfdrzx .v25o summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.klfdrzx .v25o summary::after { color: rgba(255,255,255,.75); }
.klfdrzx .v25o[open] summary { border-radius: 0; }
.m7wtj22 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.l7uta5jk {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.pgkaz {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.s4cj { color: var(--text-muted); font-size: 1.05rem; }
.nl3gcn3 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.kojk7cj {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ucgd { margin-bottom: 20px; }
.edk2frx6 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.su5yg50m {
  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;
}
.su5yg50m:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.t2e9 { resize: vertical; min-height: 130px; }
.vryvlc03 { width: 100%; margin-top: 8px; }
.sqoni {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.nc0p0cvy {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.wqs3ed { color: var(--text-muted); line-height: 1.75; }
.sl17dogz { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.sl17dogz li { margin-bottom: 6px; }
.t5l3zku2 { max-width: 760px; margin: 0 auto; }
.yvsi9vj { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.pbquejhe { max-width: 760px; margin: 0 auto; }
.da1gh1wo ul.sl17dogz { margin: 0; }
@media (max-width: 640px) { .zt4x { grid-template-columns: 1fr; gap: 10px; } }
.mmbnk { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.fww3 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.meew { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.fww3 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.fww3 .sl17dogz { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .mmbnk { grid-template-columns: 1fr; } }
.rxop6zo ul.sl17dogz { margin: 0; }
.i0yx .sl17dogz,
.gcqn .sl17dogz,
.wgppz5l .sl17dogz,
.ng49llr .sl17dogz {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .ddwuipxs { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .qncfj8dv { grid-template-columns: 1fr; } .gpkaq5 { position: static; text-align: center; } }
@media (max-width: 860px) { .czbi8g { grid-template-columns: 1fr; } }
.ng49llr .sl17dogz { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .lhkqoh49 { flex-direction: column; text-align: center; } .gx27l { grid-template-columns: 1fr; } }
.p5dgf .pgkaz { color: var(--accent-light); }
.elon80 {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.elon80 .pgkaz { font-size: 2rem; }
.elon80 .s4cj { max-width: 680px; }
.axywa6 .pgkaz { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.axywa6 .s4cj  { margin: 0; }
@media (max-width: 640px) { .axywa6 { flex-direction: column; } }
.n2xc .pgkaz { color: var(--accent-light); }
.ufwhykxo .pgkaz { color: #fff; }
.ufwhykxo .s4cj  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .p8fzl7t { grid-template-columns: 1fr; } }
.v5ude5 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.v5ude5 .su5yg50m {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.v5ude5 .su5yg50m:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.vmhhr9 .su5yg50m { background: var(--bg-raised); border-color: transparent; }
.vmhhr9 .su5yg50m:focus { background: var(--bg-card); border-color: var(--accent-light); }
.w7bagf .su5yg50m { border-radius: 100px; padding: 11px 20px; }
.w7bagf .t2e9 { border-radius: 14px; }
.jx80tmtx {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .jx80tmtx { grid-template-columns: 1fr; } }
.y024g96e {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.y024g96e h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.y024g96e p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.rx6usvx { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.rx6usvx li { margin-bottom: 6px; }
.k7je{display:none}
.k7je:empty,.pmse2uk:empty{display:none}
.gwqa{position:relative;overflow:visible}
.o74b4c .idstp,.yb13ix3t .idstp,
.sd8lv .idstp,.cmgexmf .idstp,
.va546jl .idstp,.f8lo3d .idstp{display:block}
.q3hf9ooz .fc4tgh8{display:block}
.o74b4c .idstp,.yb13ix3t .idstp,
.sd8lv .idstp,.cmgexmf .idstp,
.va546jl .idstp{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.o74b4c .idstp .pmse2uk,.yb13ix3t .idstp .pmse2uk,
.sd8lv .idstp .pmse2uk,.cmgexmf .idstp .pmse2uk,
.va546jl .idstp .pmse2uk{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.o74b4c .phqs,.yb13ix3t .phqs,
.sd8lv .phqs,.cmgexmf .phqs,
.va546jl .phqs{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.o74b4c .idstp,.yb13ix3t .idstp{top:12px}
.o74b4c .idstp .pmse2uk{margin-right:auto}
.yb13ix3t .idstp .pmse2uk{margin-left:auto}
.yb13ix3t .idstp{text-align:right}
.sd8lv .idstp,.cmgexmf .idstp{bottom:12px}
.sd8lv .idstp .pmse2uk{margin-right:auto}
.cmgexmf .idstp .pmse2uk{margin-left:auto}
.cmgexmf .idstp{text-align:right}
.va546jl .idstp{position:relative;margin-top:16px}
.va546jl .idstp .pmse2uk{margin:0 auto}
.f8lo3d .idstp{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.f8lo3d .idstp .pmse2uk{margin:0}
.f8lo3d .ypco7t~.idstp,
.f8lo3d .oks8n~.idstp{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.f8lo3d .ypco7t~.idstp .pmse2uk,
.f8lo3d .oks8n~.idstp .pmse2uk{justify-content:flex-start}
.ypco7t~.idstp,.oks8n~.idstp{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.ypco7t~.idstp .pmse2uk{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.oks8n~.idstp .pmse2uk{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fc4tgh8 .pmse2uk{margin:0 0 12px}
.pmse2uk{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.phqs{white-space:nowrap}
.ju8c .phqs{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.dcctvumu .phqs{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.cobf .pmse2uk{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.xrrhldn .phqs{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.u4re1bv .phqs{color: var(--accent-light);opacity:1;font-weight:500}
.jmamj9 .phqs{border-bottom:1px solid currentColor;padding-bottom:2px}
.hcd1x .pmse2uk{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.p6cobif{--date-bg:var(--accent-bg-light)}
.ymqepuy4 .g70bwkpd::before{content:""}
.bl1j5 .phqs + .phqs::before{content:"•";margin-right:6px;opacity:.4}
.az4uc .phqs + .phqs::before{content:"/";margin-right:6px;opacity:.35}
.rkbx .phqs + .phqs::before{content:"|";margin-right:6px;opacity:.3}
.sag94n .phqs + .phqs::before{content:"—";margin-right:6px;opacity:.3}
.n0phb .phqs + .phqs::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.jfqa7 .phqs + .phqs::before{content:"·";margin-right:6px;opacity:.4}
.om7rn6 .phqs + .phqs::before{content:"›";margin-right:6px;opacity:.4}
.uziai .phqs + .phqs::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.x9iq1xp6 .t0svi45n{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .t0svi45n{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .k90z{max-width:100%}
}
.q4zmoix .v9t5v{margin:0}
@media (max-width:560px){
  .tpse3gh5{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) {
  .xpjvr { padding: 28px 18px 20px; }
  .ccslp2fr { font-size: 1.2rem; }
  .spcn0 { max-width: 220px; max-height: 80px; }
}
.izjoajf  .g0uy { border-radius: 6px; }
.djyfk0 .dzxf0t6 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .g0uy { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.y0v8hbc {
  margin: 28px 0 24px;
}
.y0v8hbc .e4jv9z {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.y0v8hbc .hzz12k {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.y0v8hbc .dzxf0t6 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .fyiep { flex-direction: row-reverse; }
[dir="rtl"] .lfl6 { flex-direction: row-reverse; }
[dir="rtl"] .nfofj .ctehcbs1 { right: auto; left: 32px; }
[dir="rtl"] .lrsx7  .ctehcbs1 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .nfofj .ctehcbs1 { right: auto; left: 20px; }
  [dir="rtl"] .lrsx7  .ctehcbs1 { left: auto;  right: 20px; }
}
[dir="rtl"] .w6cv8a .vojs1yvv  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .a72ln5 .vojs1yvv { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .wi3m, [dir="rtl"] .glyq { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .s5eqn { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zdrlk7i { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ulfgwnt { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .dzxf0t6 { direction: rtl; }
[dir="rtl"] .qc0jb { direction: rtl; }
[dir="rtl"] .o2s05 { direction: rtl; }
[dir="rtl"] .s55mfk { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .s3a7h0z3 .glyq,
[dir="rtl"] .p3aq .glyq,
[dir="rtl"] .o8euj4n .glyq,
[dir="rtl"] .z7ivyfwb .glyq {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .s3a7h0z3 .glyq li::before,
[dir="rtl"] .p3aq .glyq li::before,
[dir="rtl"] .o8euj4n .glyq li::before,
[dir="rtl"] .z7ivyfwb .glyq li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .wq3wpun.lyy02 .nooo9j7q,
[dir="rtl"] .of4bs.lyy02 .nooo9j7q,
[dir="rtl"] .agc36qz.lyy02 .nooo9j7q,
[dir="rtl"] .lek0.lyy02 .nooo9j7q,
[dir="rtl"] .boar6ft.lyy02 .nooo9j7q { text-align: right; }
[dir="rtl"] .ypco7t.lyy02 .u0yme { align-items: flex-end; text-align: right; }
[dir="rtl"] .hzz12k,
[dir="rtl"] .ky4ru62,
[dir="rtl"] .u5th2nv,
[dir="rtl"] .bbntey,
[dir="rtl"] .nooo9j7q { text-align: right; }
[dir="rtl"] .kojk7cj,
[dir="rtl"] .edk2frx6,
[dir="rtl"] .su5yg50m,
[dir="rtl"] .t2e9 { text-align: right; direction: rtl; }
[dir="rtl"] .w7bagf .su5yg50m,
[dir="rtl"] .v5ude5 .su5yg50m { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #1e0083;
  --brand:           #1e0083;
  --brand-light:     #1b0564;
  --brand-pale:      #2c0f8c;
  --grad-start:      #3300de;
  --grad-end:        #5628f3;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1e0083;
  --cta-light:       #14005a;
  --cta-hover:       #0f0045;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f3f6;
  --bg-raised:       #eeedf1;
  --bg-hover:        #f4f3f6;
  --border:          #e3e1e9;
  --border-alt:      #d2cfdd;
  --border-section:  #e3e1e9;
  --text-primary:    #18161c;
  --text-muted:      #545062;
  --text-body:       #302d38;
  --text-sub:        #484454;
  --text-faint:      #78728c;
  --text-dim:        #938ea3;
  --text-label:      #605b70;
  --text-value:      #3c3946;
  --accent-bg:       #e2dcf8;
  --accent-bg-light: #cbbef7;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #0c9673;
  --c-cons:          #9f2143;
  --c-pros-label:    #0eb388;
  --c-tip-border:    #10c697;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9673;
}
:root { --logo-bg-opacity: 60%; }
body, button, input { font-family: "Nunito Sans", sans-serif; }
.dv3tw2 .lheh li::before, .dv3tw2 .qhvxp 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; }.dv3tw2 .lheh li::before { content: ""; }.dv3tw2 .qhvxp li::before { content: ""; }.dv3tw2 .ytbh0owo::before, .dv3tw2 .g94ko::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.dv3tw2 .ytbh0owo::before { content: ""; }.dv3tw2 .g94ko::before { content: ""; }
.dc24 .v0ev8, .dc24 .ypco7t { min-height: 780px; }
.k1w6o3 .iqqkvk4::after, .k1w6o3 .lz6qerj::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.i5xp .ff48r880::after,.i5xp .ctehcbs1::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.iqdks9::before { content: '>'; }