:root {
  --color-accent: #4f60b8;
  --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;
}
.a15z6n {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.c7ub {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.xegp {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.v4slwph { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ok05orp { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ok05orp a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ok05orp a:hover { color: var(--accent-light); }
.usbj     .p8mpv6 { border-radius: 24px; padding: 8px; }
.usbj .p8mpv6 li a { border-radius: 16px; }
.wi0pcm  .p8mpv6 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .p8mpv6 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .phse:hover .p8mpv6,
  .phse:focus-within .p8mpv6 { display: block; }
  .p8mpv6 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.fq00xdy6 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.q8codti { display: none; }
@media (max-width: 640px) {
  .q8codti {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .q8codti.y1ao18k { display: block; }
}
@media (max-width: 640px) {
  .fq00xdy6 { display: block; }
  .ok05orp > li + li::before { display: none !important; }
  .ok05orp {
    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;
  }
  .ok05orp.y1ao18k { display: flex; }
  .ok05orp li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ok05orp li:last-child a { border-bottom: none; }
}
.lmj6isuk { min-height: 480px; }
.dmu1jv7i {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.lkukcsf8 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.zwpj650f .lkukcsf8 { margin-left: 0; margin-right: 0; }
.kqmtg {
  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;
}
.bmf3w .kqmtg { margin-top: 24px; }
.kqmtg:hover { opacity: 0.88; }
.ims8a2x .v6pyq {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ims8a2x .dmu1jv7i { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ims8a2x .lkukcsf8 { color: #e2e8f0; }
.ims8a2x.pr20h .v6pyq { text-align: center; }
.ims8a2x.zwpj650f   .v6pyq { text-align: left; }
.u2dac {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.u2dac .v6pyq {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.u2dac .dmu1jv7i { color: var(--text-primary); text-shadow: none; }
.u2dac .lkukcsf8 { color: var(--text-muted); }
.u2dac .kqmtg { margin-top: 16px; }
.u2dac, .u2dac.lmj6isuk { min-height: auto !important; }
.u2dac.pr20h .v6pyq { text-align: center; }
.u2dac.zwpj650f   .v6pyq { text-align: left; }
.u2dac~.n4q6j{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}
.u2dac~.n4q6j .zp4p6c{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.vrpgh2lm .dmu1jv7i { color: #fff; }
.vrpgh2lm .lkukcsf8 { color: rgba(255,255,255,0.85); }
.vrpgh2lm .kqmtg { background: #fff; color: var(--cta); }
.vrpgh2lm .kqmtg:hover { opacity: 0.92; }
.umvr5 .dmu1jv7i { text-shadow: none; color: var(--text-primary); }
.umvr5 .lkukcsf8 { color: var(--text-muted); }
body.mt5f .dmu1jv7i {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.gw61 .dmu1jv7i {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.lmj6isuk.vrpgh2lm .dmu1jv7i,
section.vrpgh2lm .dmu1jv7i {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.umvr5.zwpj650f   .cegys { align-items: flex-start; text-align: left; }
.lmj6isuk .k1ibgg5 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.k1ibgg5 .o77a.hq760upj {
  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;
}
.k1ibgg5 .o77a.hq760upj:hover { opacity: 0.85; }
.gp4e .v6pyq { padding-bottom: 24px; }
.bmf3w .v6pyq { max-width: 1100px; }
@media (max-width: 700px) {
  .umvr5 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .umvr5:not(.s4ifk4m) .fwp0v6 { display: none !important; }
  .s4ifk4m .fwp0v6 { padding: 16px; }
  .cegys  { padding: 36px 24px; }
  .umvr5~.n4q6j,.i5m5k~.n4q6j{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .lmj6isuk, .umvr5 { min-height: 320px !important; }
  .dmu1jv7i { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .gthswv,
  .hlectz,
  .sig1qk1 { grid-template-columns: 1fr !important; }

  

  
  .gp4e { display: flex !important; flex-direction: column !important; }
  .gp4e .v6pyq { display: contents; }
  .gp4e .d64t82su { order: 0; }
  .gp4e .dmu1jv7i { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .gp4e .gthswv { order: 2; padding: 0 16px 12px !important; }
  .gp4e .lkukcsf8 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .bmf3w .v6pyq { display: flex; flex-direction: column; }
  .bmf3w .v6pyq .dmu1jv7i { order: 1; }
  .bmf3w .v6pyq .sig1qk1 { order: 2; margin: 8px 0 24px !important; }
  .bmf3w .v6pyq .lkukcsf8 { order: 3; }
  .bmf3w .v6pyq .kqmtg { order: 4; align-self: center; margin-top: 0; }

  
  .umvr5.s4ifk4m {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .umvr5.s4ifk4m .cegys { display: contents; padding: 0; }
  .umvr5.s4ifk4m .cegys .dmu1jv7i { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .umvr5.s4ifk4m .fwp0v6 { order: 2; padding: 12px 16px; }
  .umvr5.s4ifk4m .cegys .lkukcsf8 { order: 3; padding: 0 24px; margin: 0 auto; }
  .umvr5.s4ifk4m .cegys .kqmtg { order: 4; align-self: center; margin: 8px 0 32px; }
}
.d1twg { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.u71yxnb { width: 100%; height: auto; display: block; border-radius: 10px; }
.emw9 .d1twg        { border-radius: 16px; }
.emw9 .u71yxnb  { border-radius: 16px; }
.mraztl3 .d1twg         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.mraztl3 .u71yxnb   { border-radius: 8px; }
.is4xjt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ct7zqa { width: 100%; padding: 32px 0; position: relative; }
.lsnvh2ix { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.qj65zx .ct7zqa:nth-child(even) { background: var(--bg-surface); }
.qj65zx .ct7zqa:nth-child(odd)  { background: var(--bg-page); }
.pgdcjox .ct7zqa:nth-child(even) { background: var(--bg-card); }
.pgdcjox .ct7zqa:nth-child(odd)  { background: var(--bg-page); }
.qj65zx .ct7zqa:nth-child(odd)  .lsnvh2ix { background: var(--bg-card); border-radius: 6px; }
.qj65zx .ct7zqa:nth-child(even) .lsnvh2ix { background: var(--bg-raised); border-radius: 6px; }
.pgdcjox .ct7zqa:nth-child(odd)  .lsnvh2ix { background: var(--bg-card); border-radius: 6px; }
.pgdcjox .ct7zqa:nth-child(even) .lsnvh2ix { background: var(--bg-raised); border-radius: 6px; }
.qj65zx .ct7zqa:nth-child(even) .ndabo .u67ykbb,
.pgdcjox .ct7zqa:nth-child(even) .ndabo .u67ykbb { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.qj65zx .ct7zqa:nth-child(odd) .ndabo .u67ykbb,
.pgdcjox .ct7zqa:nth-child(odd) .ndabo .u67ykbb { background: var(--bg-card-inner); }
.qj65zx .ct7zqa:nth-child(even) .spwu .u67ykbb:nth-child(odd),
.pgdcjox .ct7zqa:nth-child(even) .spwu .u67ykbb:nth-child(odd)  { background: var(--bg-card); }
.qj65zx .ct7zqa:nth-child(even) .spwu .u67ykbb:nth-child(even),
.pgdcjox .ct7zqa:nth-child(even) .spwu .u67ykbb:nth-child(even) { background: var(--bg-card-inner); }
h1.d2y52h0z { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.d2y52h0z {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.cxle { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.b9e3uku h2.d2y52h0z {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.v81q h2.d2y52h0z {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.xkgjqx2 h2.d2y52h0z {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.kpu3wqw h2.d2y52h0z::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.u3gt h2.d2y52h0z {
  color: var(--text-primary); font-size: 1.7rem;
}
.j3j803xf h2.d2y52h0z::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.hipinl8 h2.d2y52h0z {
  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;
}
.dyceloi { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .dyceloi { display: none; } }
.xfmnb6xn { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ijxk5o { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.k78ixr37 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.oq6zb65 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.coqkf { padding-left: 20px; }
.coqkf li { margin-bottom: 6px; }
.coqkf a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.coqkf a:hover { color: var(--accent-light); }
.we3t .oq6zb65 { display: none; }
.j2j66b .oq6zb65 { display: none; }
.j2j66b .coqkf { padding-left: 0; list-style: none; }
.j2j66b .coqkf li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.j2j66b .coqkf a { font-size: 0.92rem; }
.r7tzhg .k78ixr37 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.r7tzhg .oq6zb65 { display: none; }
.r7tzhg .coqkf { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.r7tzhg .coqkf li { margin-bottom: 0; }
.r7tzhg .coqkf 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;
}
.r7tzhg .coqkf a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.grtg7 .k78ixr37 { padding: 20px 20px 16px; }
.grtg7 .coqkf {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.grtg7 .coqkf li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.grtg7 .coqkf 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;
}
.grtg7 .coqkf 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;
}
.grtg7 .coqkf a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.grtg7 .coqkf a:focus,
.grtg7 .coqkf a:focus-visible,
.grtg7 .coqkf a:target { outline: none; }
.grtg7 .coqkf li:target a { border-color: var(--border); color: var(--text-muted); }
.edlqog1 .k78ixr37 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.edlqog1 .oq6zb65 { display: none; }
.edlqog1 .coqkf { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.edlqog1 .coqkf li { margin-bottom: 0; }
.edlqog1 .coqkf li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.edlqog1 .coqkf li:last-child::after { content: ""; margin-right: 0; }
.edlqog1 .coqkf a { font-size: 0.9rem; }
.u67ykbb { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ndabo .u67ykbb { background: var(--bg-card); }
.spwu .u67ykbb:nth-child(odd)  { background: var(--bg-card); }
.spwu .u67ykbb:nth-child(even) { background: var(--bg-raised); }
.nocmwt .u67ykbb {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.nocmwt .u67ykbb:last-child { border-bottom: none; }
.nocmwt h3.cxle { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.hahhzpoq .u67ykbb {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.hahhzpoq .u67ykbb + .u67ykbb { margin-top: 4px; }
.db5pzu .u67ykbb { background: none; border-radius: 0; padding: 12px 0; }
.db5pzu .u67ykbb + .u67ykbb { border-top: 1px solid var(--border-section); }
.fzhv5 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.rfvpxfa { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.dfiiu7d { color: var(--text-body); margin-bottom: 10px; }
.bhliumzs, .tw1t { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.bhliumzs li, .tw1t li { margin-bottom: 6px; }
.tw1t li { list-style: decimal; }
.vtci0n84     .bhliumzs { list-style-type: "● "; }
.uycnr39  .bhliumzs { list-style-type: "■ "; }
.mmu78h9y .bhliumzs { list-style-type: "◆ "; }
.iu0v5a    .bhliumzs { list-style-type: "★ "; }
.vtci0n84     .ushrz { list-style-type: "● "; }
.uycnr39  .ushrz { list-style-type: "■ "; }
.mmu78h9y .ushrz { list-style-type: "◆ "; }
.iu0v5a    .ushrz { list-style-type: "★ "; }
.vtci0n84    .bhliumzs li::marker, .vtci0n84    .ushrz li::marker,
.uycnr39 .bhliumzs li::marker, .uycnr39 .ushrz li::marker,
.mmu78h9y .bhliumzs li::marker, .mmu78h9y .ushrz li::marker,
.iu0v5a   .bhliumzs li::marker, .iu0v5a   .ushrz li::marker {
  color: var(--cta); font-size: 1em;
}
.vtci0n84 .tw1t,
.uycnr39 .tw1t,
.mmu78h9y .tw1t,
.iu0v5a .tw1t {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.vtci0n84 .tw1t li,
.uycnr39 .tw1t li,
.mmu78h9y .tw1t li,
.iu0v5a .tw1t li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.vtci0n84 .tw1t li::before,
.uycnr39 .tw1t li::before,
.mmu78h9y .tw1t li::before,
.iu0v5a .tw1t 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;
}
.vtci0n84     .tw1t li::before { border-radius: 50%; }
.uycnr39  .tw1t li::before { border-radius: 3px; }
.mmu78h9y .tw1t li::before { border-radius: 3px; }
.iu0v5a    .tw1t li::before { border-radius: 50%; }
.jnoqa75v { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.a4o3nk .jnoqa75v,
.gm8ez .jnoqa75v { background: transparent; border: none; border-radius: 0; }
.el5y8j { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.el5y8j th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.el5y8j td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.el5y8j tr:hover td { background: var(--bg-hover); }
.okkcjg .el5y8j tbody tr:nth-child(even) td { background: var(--bg-surface); }
.q4ypa4od .el5y8j { border: 1px solid var(--border-alt); }
.q4ypa4od .el5y8j th,
.q4ypa4od .el5y8j td { border: 1px solid var(--border-alt); }
.ia4zzh0 .el5y8j th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ia4zzh0 .el5y8j td { border-bottom: none; }
.ia4zzh0 .el5y8j tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.s2iyjg4 .el5y8j th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.vqc0l4ep .jnoqa75v {
  overflow: hidden;
}
.vqc0l4ep .el5y8j th { border-bottom: 1px solid var(--border-alt); }
.vqc0l4ep .el5y8j tr:last-child td { border-bottom: none; }
.dd7ury { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.i0no { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.k0wvmef0 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.bpyxfwk5 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ivjf { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ushrz { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ushrz li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.fimqn3fu .bpyxfwk5 { background: transparent; text-align: center; }
.hhmxa .k0wvmef0 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.suvd .k0wvmef0 {
  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);
}
.lfxcycse .i0no { display: grid; grid-template-columns: auto 1fr; }
.lfxcycse .k0wvmef0 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.lfxcycse .bpyxfwk5 { grid-column: 2; }
.lfxcycse .ivjf,
.lfxcycse .ushrz { grid-column: 1 / -1; }
.htluloph .i0no { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.htluloph .k0wvmef0 {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.htluloph .bpyxfwk5 { grid-column: 2; }
.htluloph .ivjf,
.htluloph .ushrz { grid-column: 1 / -1; }
.hcsnvfx .i0no { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.hcsnvfx .bpyxfwk5 { background: none; color: var(--accent-light); font-weight: 700; }
.js21j253 .i0no { 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); }
.js21j253 .bpyxfwk5 { background: none; color: var(--accent-light); font-weight: 700; }
.uscvy .i0no { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.uscvy .i0no:last-child { border-bottom: none; }
.uscvy .bpyxfwk5 { background: none; color: var(--accent-light); font-weight: 700; }
.g5bl24f2 .i0no { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.g5bl24f2 .bpyxfwk5 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.yoowv0 .dd7ury { counter-reset: card-n; }
.yoowv0 .i0no  { counter-increment: card-n; }
.yoowv0 .bpyxfwk5 { display: flex; align-items: center; gap: 10px; }
.yoowv0 .bpyxfwk5::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.j5piq .i0no { background: var(--bg-surface); border: 1px solid var(--border); }
.j5piq .bpyxfwk5 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.r9h96s9 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.wjyej1  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.hqbef1 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.c5k6y9 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.cnz7nk2j { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.r9h96s9 strong { color: var(--text-primary); font-size: 0.95rem; }
.r9h96s9 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.bbojnx4 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.olzabk, .lg0me { border-radius: 8px; padding: 14px; }
.olzabk { background: var(--bg-pros); }
.lg0me { background: var(--bg-cons); }
.ufwt9 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.olzabk .ufwt9 { color: var(--c-pros-label); }
.lg0me .ufwt9 { color: #f87171; }
.olzabk ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.lg0me ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.u71yxnb { width: 100%; height: auto; border-radius: 10px; display: block; }
.hq760upj {
  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;
}
.hq760upj:hover { opacity: 0.85; }
.g4oospap .hq760upj  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.g4oospap .hq760upj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qshca .hq760upj  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.qshca .hq760upj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.jofhtvx .kqmtg { border-radius: 50px; }
.jofhtvx .hq760upj  { border-radius: 50px; }
.v0hjxzff .kqmtg { padding-left: 22px; padding-right: 22px; }
.v0hjxzff .hq760upj  { padding-left: 12px; padding-right: 12px; }
.i8245s9a .kqmtg { padding-left: 44px; padding-right: 44px; }
.i8245s9a .hq760upj  { padding-left: 24px; padding-right: 24px; }
.zvrmmc .kqmtg { padding-left: 56px; padding-right: 56px; }
.zvrmmc .hq760upj  { padding-left: 32px; padding-right: 32px; }
.i1mlo   .kqmtg::after, .i1mlo   .hq760upj::after,
.od5x5 .kqmtg::after, .od5x5 .hq760upj::after,
.v001hd    .kqmtg::after, .v001hd    .hq760upj::after,
.m2ylhl    .kqmtg::after, .m2ylhl    .hq760upj::after,
.xydm    .kqmtg::after, .xydm    .hq760upj::after,
.wj8y3m     .kqmtg::after, .wj8y3m     .hq760upj::after,
.f9xs114    .kqmtg::after, .f9xs114    .hq760upj::after,
.o5ly56   .kqmtg::after, .o5ly56   .hq760upj::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;
}
.i1mlo .kqmtg::after, .i1mlo .hq760upj::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");
}
.od5x5 .kqmtg::after, .od5x5 .hq760upj::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");
}
.v001hd .kqmtg::after, .v001hd .hq760upj::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");
}
.m2ylhl .kqmtg::after, .m2ylhl .hq760upj::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");
}
.xydm .kqmtg::after, .xydm .hq760upj::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");
}
.wj8y3m .kqmtg::after, .wj8y3m .hq760upj::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");
}
.f9xs114 .kqmtg::after, .f9xs114 .hq760upj::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");
}
.o5ly56 .kqmtg::after, .o5ly56 .hq760upj::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");
}
.ra7ipk   .nalmgy03::after, .ra7ipk   .qw9f::after,
.jt4pt02y .nalmgy03::after, .jt4pt02y .qw9f::after,
.ffou8    .nalmgy03::after, .ffou8    .qw9f::after,
.s2d17i0    .nalmgy03::after, .s2d17i0    .qw9f::after,
.n5rusio    .nalmgy03::after, .n5rusio    .qw9f::after,
.wgm7     .nalmgy03::after, .wgm7     .qw9f::after,
.kjdo    .nalmgy03::after, .kjdo    .qw9f::after,
.f0qpinh   .nalmgy03::after, .f0qpinh   .qw9f::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;
}
.ra7ipk .nalmgy03::after, .ra7ipk .qw9f::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");
}
.jt4pt02y .nalmgy03::after, .jt4pt02y .qw9f::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");
}
.ffou8 .nalmgy03::after, .ffou8 .qw9f::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");
}
.s2d17i0 .nalmgy03::after, .s2d17i0 .qw9f::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");
}
.n5rusio .nalmgy03::after, .n5rusio .qw9f::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");
}
.wgm7 .nalmgy03::after, .wgm7 .qw9f::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");
}
.kjdo .nalmgy03::after, .kjdo .qw9f::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");
}
.f0qpinh .nalmgy03::after, .f0qpinh .qw9f::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");
}
.btto8f .ykk4 { background: var(--bg-raised); }
.o77a.hq760upj {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .xm89 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .xm89::before    { grid-area: rank;   }
  .zngm66o           { grid-area: ident;  }
  .i72vxvpa     { grid-area: rating; min-width: 0; width: auto; }
  .sow7p           { grid-area: pills;  }
  .o77a             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .xm89 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .xm89::before    { justify-self: center; }
  .zngm66o           { width: 100%; }
  .i72vxvpa     { justify-self: center; }
  .sow7p           { grid-template-columns: 1fr; }
}
.bsdgus  .x07ye li::before { content: "★"; }
.bsdgus  .nuems li::before { content: "✕"; }
@media (min-width: 860px) {
  .rn6lu0o .lavlvkp {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .rn6lu0o .liuz { margin: 0; }
}
.gm8ez .bbojnx4 { gap: 10px; }
.gm8ez .olzabk, .gm8ez .lg0me { padding: 12px; }
.gm8ez .olzabk ul, .gm8ez .lg0me ul { margin: 4px 0 0; padding-left: 18px; }
.gm8ez .olzabk li, .gm8ez .lg0me li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .ydpg { grid-template-columns: 1fr; }
  .oniez { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .oniez .ftvj { width: 72px; height: 50px; }
  .oniez .dab550 { max-width: 180px; }
  .oniez .mdan73ev { width: auto; }
}
@media (max-width: 720px) {
  .c7h1os1 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .xn9f { padding: 16px; }
  .g0ld .u869 { min-width: 50%; }
}
.lv6mjmy .bbojnx4 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .e8pdb0x { grid-template-columns: 1fr; }
  .gglxo { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .l6yr { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .binol1 { flex-wrap: wrap; padding: 16px; }
}
.s945 .bbojnx4 { gap: 8px; }
.s945 .olzabk, .s945 .lg0me { padding: 8px; }
@media (max-width: 480px) {
  .gf4dahs { flex-direction: column; align-items: stretch; }
}
.lbvyhw .mdan73ev .hq760upj { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .oi8lkc { flex-direction: column; align-items: stretch; gap: 10px; }
  .lbvyhw .mdan73ev { text-align: center; }
}
@media (max-width: 720px) {
  .cwgpxqys { grid-template-columns: 1fr; }
  .or91su { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rfu2v { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .t6jgt5lc { grid-template-columns: 1fr; }
  .ej61sn { width: 100px; height: 100px; margin: 16px auto; }
  .bf8ov1 { font-size: 1.4rem; }
  .gxeuz { justify-content: center; }
  .g450rc72 .u869 { min-width: 50%; }
}
.axesc .bbojnx4 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .rxd85c9 { flex-wrap: wrap; padding: 14px 16px; }
  .mvqbwt { padding: 12px 16px; }
  .axesc .bbojnx4 { margin: 0 16px; }
  .axesc .zbrb6hu5 { padding: 0 16px; }
  .suweck { padding: 12px 16px; }
}
.hi8c7cw .mc2pe { font-size: 1rem; letter-spacing: 2px; }
.edn3m { margin: 16px 0; }
.gooj { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.gooj summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.gooj summary::after { content: "+"; color: var(--accent-light); }
.gooj[open] summary::after { content: "−"; }
.gooj p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ct7zqa { margin-bottom: 0; }
.pc4h9m h2.d2y52h0z { color: var(--text-primary); border-color: var(--accent-light); }
.s1a3 h2.d2y52h0z { color: var(--text-primary); border-color: var(--accent-light); }
.m0gx4s .wjyej1     { background: #052e16; border-color: #10b981; }
.m0gx4s .hqbef1 { background: #2d0a1e; border-color: #f43f5e; }
.m0gx4s .c5k6y9    { background: #1e1036; border-color: #a855f7; }
.m0gx4s .r9h96s9 strong  { color: #f1f5f9; }
.m0gx4s .r9h96s9 p       { color: #cbd5e1; }
.m0gx4s .auypi    .wjyej1     .cnz7nk2j::before,
.m0gx4s .ycxm2lm1  .wjyej1     .cnz7nk2j::before,
.m0gx4s .n3cyk1  .wjyej1     .cnz7nk2j::before,
.m0gx4s .n405hqmj .wjyej1     .cnz7nk2j::before { color: #10b981; }
.m0gx4s .auypi    .hqbef1 .cnz7nk2j::before,
.m0gx4s .ycxm2lm1  .hqbef1 .cnz7nk2j::before,
.m0gx4s .n3cyk1  .hqbef1 .cnz7nk2j::before,
.m0gx4s .n405hqmj .hqbef1 .cnz7nk2j::before { color: #f43f5e; }
.m0gx4s .auypi    .c5k6y9    .cnz7nk2j::before,
.m0gx4s .ycxm2lm1  .c5k6y9    .cnz7nk2j::before,
.m0gx4s .n3cyk1  .c5k6y9    .cnz7nk2j::before,
.m0gx4s .n405hqmj .c5k6y9    .cnz7nk2j::before { color: #a855f7; }
.oq9lw5w .wjyej1     { background: #2d2000; border-color: #eab308; }
.oq9lw5w .hqbef1 { background: #2d0b0b; border-color: #ef4444; }
.oq9lw5w .c5k6y9    { background: #2d1600; border-color: #f97316; }
.oq9lw5w .r9h96s9 strong  { color: #f1f5f9; }
.oq9lw5w .r9h96s9 p       { color: #cbd5e1; }
.oq9lw5w .auypi    .wjyej1     .cnz7nk2j::before,
.oq9lw5w .ycxm2lm1  .wjyej1     .cnz7nk2j::before,
.oq9lw5w .n3cyk1  .wjyej1     .cnz7nk2j::before,
.oq9lw5w .n405hqmj .wjyej1     .cnz7nk2j::before { color: #eab308; }
.oq9lw5w .auypi    .hqbef1 .cnz7nk2j::before,
.oq9lw5w .ycxm2lm1  .hqbef1 .cnz7nk2j::before,
.oq9lw5w .n3cyk1  .hqbef1 .cnz7nk2j::before,
.oq9lw5w .n405hqmj .hqbef1 .cnz7nk2j::before { color: #ef4444; }
.oq9lw5w .auypi    .c5k6y9    .cnz7nk2j::before,
.oq9lw5w .ycxm2lm1  .c5k6y9    .cnz7nk2j::before,
.oq9lw5w .n3cyk1  .c5k6y9    .cnz7nk2j::before,
.oq9lw5w .n405hqmj .c5k6y9    .cnz7nk2j::before { color: #f97316; }
.ufsg .wjyej1     { background: #0c1a2e; border-color: #38bdf8; }
.ufsg .hqbef1 { background: #12103a; border-color: #818cf8; }
.ufsg .c5k6y9    { background: #0a2020; border-color: #2dd4bf; }
.ufsg .r9h96s9 strong  { color: #f1f5f9; }
.ufsg .r9h96s9 p       { color: #cbd5e1; }
.ufsg .auypi    .wjyej1     .cnz7nk2j::before,
.ufsg .ycxm2lm1  .wjyej1     .cnz7nk2j::before,
.ufsg .n3cyk1  .wjyej1     .cnz7nk2j::before,
.ufsg .n405hqmj .wjyej1     .cnz7nk2j::before { color: #38bdf8; }
.ufsg .auypi    .hqbef1 .cnz7nk2j::before,
.ufsg .ycxm2lm1  .hqbef1 .cnz7nk2j::before,
.ufsg .n3cyk1  .hqbef1 .cnz7nk2j::before,
.ufsg .n405hqmj .hqbef1 .cnz7nk2j::before { color: #818cf8; }
.ufsg .auypi    .c5k6y9    .cnz7nk2j::before,
.ufsg .ycxm2lm1  .c5k6y9    .cnz7nk2j::before,
.ufsg .n3cyk1  .c5k6y9    .cnz7nk2j::before,
.ufsg .n405hqmj .c5k6y9    .cnz7nk2j::before { color: #2dd4bf; }
.undn7 .wjyej1     { background: var(--accent-bg); border-color: var(--accent-light); }
.undn7 .hqbef1 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.undn7 .c5k6y9    { background: var(--accent-bg); border-color: var(--accent-pale); }
.undn7 .auypi    .cnz7nk2j::before,
.undn7 .ycxm2lm1  .cnz7nk2j::before,
.undn7 .n3cyk1  .cnz7nk2j::before,
.undn7 .n405hqmj .cnz7nk2j::before { color: var(--accent-light) !important; }
.lidvy::before,
.le979v4m::before { margin-right: 5px; }
.hmaok1p .olzabk ul li,
.hmaok1p .olzabk .lidvy { color: #22c55e; }
.hmaok1p .lg0me ul li,
.hmaok1p .lg0me .le979v4m { color: #ef4444; }
.de4ls59 .olzabk { background: var(--bg-pros); }
.de4ls59 .lg0me { background: var(--bg-cons); }
.de4ls59 .olzabk .lidvy { color: var(--c-pros-label); }
.de4ls59 .lg0me .le979v4m { color: var(--c-cons); }
.de4ls59 .olzabk ul li,
.de4ls59 .lg0me ul li,
.zu8c8ad9 .olzabk { background: var(--bg-pros); }
.zu8c8ad9 .lg0me { background: var(--bg-cons); }
.zu8c8ad9 .olzabk .lidvy { color: var(--c-pros-label); }
.zu8c8ad9 .lg0me .le979v4m { color: var(--c-cons); }
.zu8c8ad9 .olzabk ul li,
.zu8c8ad9 .x07ye li          { color: var(--c-pros); }
.zu8c8ad9 .lg0me ul li,
.zu8c8ad9 .nuems li          { color: var(--c-cons); }
.tpm4ime .lidvy::before { content: "✓ "; }
.tpm4ime .le979v4m::before { content: "✗ "; }
.u16cc .lidvy::before { content: "→ "; }
.u16cc .le979v4m::before { content: "← "; }
.bsdgus .lidvy::before { content: "★ "; }
.bsdgus .le979v4m::before { content: "✕ "; }
.d0io0g .lidvy::before { content: "◆ "; }
.d0io0g .le979v4m::before { content: "▲ "; }
.sn5l4rqq .r9h96s9 { background: transparent; border-left: none; border: 1.5px solid; }
.sn5l4rqq .wjyej1     { border-color: var(--c-tip-border); }
.sn5l4rqq .hqbef1 { border-color: var(--c-warn-border); }
.sn5l4rqq .c5k6y9    { border-color: #60a5fa; }
.sn5l4rqq .r9h96s9 strong { color: var(--text-primary); }
.sn5l4rqq .r9h96s9 p      { color: var(--text-muted); }
.v5dkbnh .r9h96s9 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.v5dkbnh .wjyej1     { border-top-color: var(--c-tip-border); }
.v5dkbnh .hqbef1 { border-top-color: var(--c-warn-border); }
.v5dkbnh .c5k6y9    { border-top-color: #60a5fa; }
.dl93p0 .r9h96s9 { border-left: none; border-radius: 8px; }
.dl93p0 .wjyej1     { background: #065f46; }
.dl93p0 .hqbef1 { background: #92400e; }
.dl93p0 .c5k6y9    { background: #1e3a8a; }
.dl93p0 .r9h96s9 strong,
.dl93p0 .r9h96s9 p { color: #fff; }
.dl93p0 .cnz7nk2j::before { color: rgba(255,255,255,0.85) !important; }
.m0gx4s.dl93p0 .wjyej1,
.m0gx4s .dl93p0 .wjyej1     { background: #052e16; }
.m0gx4s.dl93p0 .hqbef1,
.m0gx4s .dl93p0 .hqbef1 { background: #2d0a1e; }
.m0gx4s.dl93p0 .c5k6y9,
.m0gx4s .dl93p0 .c5k6y9    { background: #1e1036; }
.oq9lw5w.dl93p0 .wjyej1,
.oq9lw5w .dl93p0 .wjyej1      { background: #2d2000; }
.oq9lw5w.dl93p0 .hqbef1,
.oq9lw5w .dl93p0 .hqbef1  { background: #2d0b0b; }
.oq9lw5w.dl93p0 .c5k6y9,
.oq9lw5w .dl93p0 .c5k6y9     { background: #2d1600; }
.ufsg.dl93p0 .wjyej1,
.ufsg .dl93p0 .wjyej1      { background: #0c1a2e; }
.ufsg.dl93p0 .hqbef1,
.ufsg .dl93p0 .hqbef1  { background: #12103a; }
.ufsg.dl93p0 .c5k6y9,
.ufsg .dl93p0 .c5k6y9     { background: #0a2020; }
.or0d606 .r9h96s9 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.or0d606 .wjyej1     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.or0d606 .hqbef1 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.or0d606 .c5k6y9    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.or0d606 .r9h96s9 strong { color: var(--text-primary); }
.or0d606 .r9h96s9 p      { color: var(--text-muted); }
.y6uadv5 .r9h96s9 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.auypi .cnz7nk2j,
.ycxm2lm1 .cnz7nk2j,
.n3cyk1 .cnz7nk2j,
.n405hqmj .cnz7nk2j { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.auypi .cnz7nk2j::before,
.ycxm2lm1 .cnz7nk2j::before,
.n3cyk1 .cnz7nk2j::before,
.n405hqmj .cnz7nk2j::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.auypi .wjyej1     .cnz7nk2j::before { content: "✦"; color: var(--c-tip-border); }
.auypi .hqbef1 .cnz7nk2j::before { content: "▲"; color: var(--c-warn-border); }
.auypi .c5k6y9    .cnz7nk2j::before { content: "◉"; color: #60a5fa; }
.ycxm2lm1 .wjyej1     .cnz7nk2j::before { content: "★"; color: var(--c-tip-border); }
.ycxm2lm1 .hqbef1 .cnz7nk2j::before { content: "◆"; color: var(--c-warn-border); }
.ycxm2lm1 .c5k6y9    .cnz7nk2j::before { content: "●"; color: #60a5fa; }
.n3cyk1 .wjyej1     .cnz7nk2j::before { content: "▶"; color: var(--c-tip-border); }
.n3cyk1 .hqbef1 .cnz7nk2j::before { content: "■"; color: var(--c-warn-border); }
.n3cyk1 .c5k6y9    .cnz7nk2j::before { content: "▸"; color: #60a5fa; }
.n405hqmj .wjyej1     .cnz7nk2j::before { content: "→"; color: var(--c-tip-border); }
.n405hqmj .hqbef1 .cnz7nk2j::before { content: "⬥"; color: var(--c-warn-border); }
.n405hqmj .c5k6y9    .cnz7nk2j::before { content: "◈"; color: #60a5fa; }
.zp4t .ndabo .u67ykbb,
.zp4t .spwu .u67ykbb  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.zp4t .i0no                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.zp4t .jnoqa75v          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.zp4t .k78ixr37                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ugdwzvuf .ndabo .u67ykbb,
.ugdwzvuf .spwu .u67ykbb,
.ugdwzvuf .i0no,
.ugdwzvuf .xm89,
.ugdwzvuf .liuz,
.ugdwzvuf .jnoqa75v,
.ugdwzvuf .k78ixr37,
.ugdwzvuf .y6uadv5 .r9h96s9 { box-shadow: none; }
.tsxivam   .dfiiu7d, .tsxivam .fzhv5, .tsxivam .rfvpxfa,
.tsxivam   .xfmnb6xn, .tsxivam .ijxk5o { font-size: 0.9rem; }
.tsxivam   .bhliumzs, .tsxivam .tw1t { font-size: 0.9rem; }
.mhcl   .dfiiu7d, .mhcl .fzhv5, .mhcl .rfvpxfa,
.mhcl   .xfmnb6xn, .mhcl .ijxk5o { font-size: 0.95rem; }
.mhcl   .bhliumzs, .mhcl .tw1t { font-size: 0.95rem; }
.hhdrdbhh   .dfiiu7d, .hhdrdbhh .fzhv5, .hhdrdbhh .rfvpxfa,
.hhdrdbhh   .xfmnb6xn, .hhdrdbhh .ijxk5o { font-size: 1.08rem; }
.hhdrdbhh   .bhliumzs, .hhdrdbhh .tw1t { font-size: 1.05rem; }
.hhdrdbhh   .el5y8j { font-size: 0.97rem; }
.rrs6mm5s .dmu1jv7i      { font-size: 3.2rem; }
.rrs6mm5s h2.d2y52h0z { font-size: 1.9rem; }
.rrs6mm5s h3.cxle     { font-size: 1.4rem; }
.tz2eq .dmu1jv7i      { font-size: 3.8rem; }
.tz2eq h2.d2y52h0z { font-size: 2.2rem; }
.tz2eq h3.cxle     { font-size: 1.6rem; }
.ct7zqa + .ct7zqa { position: relative; }
.rnwzlq   .ct7zqa + .ct7zqa::before,
.wkn4  .ct7zqa + .ct7zqa::before,
.t1wrc   .ct7zqa + .ct7zqa::before,
.voip   .ct7zqa + .ct7zqa::before,
.cvsm0b   .ct7zqa + .ct7zqa::before,
.m4rxi .ct7zqa + .ct7zqa::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.rnwzlq .ct7zqa + .ct7zqa::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.wkn4 .ct7zqa + .ct7zqa::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.t1wrc .ct7zqa + .ct7zqa::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;
}
.voip .ct7zqa + .ct7zqa::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.en2k61 .ct7zqa { margin-bottom: 16px; }
.en2k61 .ct7zqa + .ct7zqa { margin-top: 0; }
.en2k61 .lsnvh2ix { padding-top: 0; padding-bottom: 0; }
.cvsm0b .ct7zqa + .ct7zqa::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.m4rxi .ct7zqa + .ct7zqa::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.nswvt6 .ct7zqa + .ct7zqa::before,
.vkac .ct7zqa + .ct7zqa::before,
.gw9vvsy .ct7zqa + .ct7zqa::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%;
}
.qj65zx .nswvt6 .ct7zqa:nth-child(even)::before,
.qj65zx .vkac .ct7zqa:nth-child(even)::before,
.qj65zx .gw9vvsy .ct7zqa:nth-child(even)::before { background: var(--bg-surface); }
.pgdcjox .nswvt6 .ct7zqa:nth-child(even)::before,
.pgdcjox .vkac .ct7zqa:nth-child(even)::before,
.pgdcjox .gw9vvsy .ct7zqa:nth-child(even)::before { background: var(--bg-card); }
.nswvt6 .ct7zqa + .ct7zqa::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");
}
.vkac .ct7zqa + .ct7zqa::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");
}
.gw9vvsy .ct7zqa + .ct7zqa::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");
}
.ybt1ib .v6pyq,
.taiq .v6pyq { margin-bottom: 60px; }
.ap5v .v6pyq { margin-bottom: 70px; }
.vtxfjow1  .ims8a2x:not(.vrpgh2lm) .d64t82su { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.vtxfjow1 .vrpgh2lm { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.vtxfjow1 .jm91s9e { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.vtxfjow1 .umvr5 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.gj8jkcd0 .d1twg { float: left; width: 38%; margin: 0 28px 16px 0; }
.gj8jkcd0 .d1twg .u71yxnb { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.gj8jkcd0 .lsnvh2ix::after { content: ''; display: block; clear: both; }
.knra .d1twg { float: right; width: 38%; margin: 0 0 16px 28px; }
.knra .d1twg .u71yxnb { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.knra .lsnvh2ix::after { content: ''; display: block; clear: both; }
.glp6yq9v .ct7zqa:nth-child(odd)  .d1twg { float: left;  width: 38%; margin: 0 28px 16px 0; }
.glp6yq9v .ct7zqa:nth-child(even) .d1twg { float: right; width: 38%; margin: 0 0 16px 28px; }
.glp6yq9v .d1twg .u71yxnb { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.glp6yq9v .lsnvh2ix::after { content: ''; display: block; clear: both; }
.gj8jkcd0 .dd7ury,
.knra .dd7ury,
.glp6yq9v .dd7ury,
.glp6yq9v .vpocsx { clear: both; }
@media (max-width: 900px) {
  .gj8jkcd0 .d1twg,
  .knra .d1twg,
  .glp6yq9v .ct7zqa:nth-child(odd)  .d1twg,
  .glp6yq9v .ct7zqa:nth-child(even) .d1twg {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .gj8jkcd0 .d1twg .u71yxnb,
  .knra .d1twg .u71yxnb,
  .glp6yq9v .d1twg .u71yxnb {
    max-height: none !important;
  }
}
.gj8jkcd0 .bhliumzs,
.gj8jkcd0 .tw1t,
.knra .bhliumzs,
.knra .tw1t,
.glp6yq9v .bhliumzs,
.glp6yq9v .tw1t { overflow: hidden; }
@media (max-width: 640px) {
  .gj8jkcd0 .d1twg,
  .knra .d1twg,
  .glp6yq9v .d1twg { float: none; width: 100%; margin: 0 0 16px 0; }
}
.w6i9f21 .is4xjt,
.w6i9f21 .lsnvh2ix,
.w6i9f21 .pg0m  { max-width: 1100px; }
.z66rf .is4xjt,
.z66rf .lsnvh2ix,
.z66rf .pg0m  { max-width: 1200px; }
.vmyl .is4xjt,
.vmyl .lsnvh2ix,
.vmyl .pg0m  { max-width: 1320px; }
.zezjw { font-size: 0.82rem; color: var(--text-muted); }
.im6cjnn { display: flex; align-items: center; }
.v4737w {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.w0np30i5 { display: flex; align-items: center; }
.lncgfq { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.lncgfq:hover { text-decoration: underline; }
.a3ey { margin: 0 3px; opacity: 0.45; }
.a3ey::before { content: '/'; }
.sy1dw { padding: 2px 5px; color: var(--text-main); }
.h7z18473 .zezjw {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.h7z18473 .im6cjnn { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.jacpw4 .zezjw {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.jacpw4 .im6cjnn { padding: 0 0 0 12px; }
.p3nr9ox .im6cjnn { padding: 0 16px; }
.p3nr9ox .zezjw {
  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);
}
.p3nr9ox .is4xjt { padding-top: 28px; }
@media (max-width: 720px) {
  .qaxz08kr { margin-top: 18px; padding: 0 16px; }
  .p3nr9ox .is4xjt { padding-top: 16px; }
}
.w6i9f21.h7z18473 .im6cjnn { max-width: 1100px; }
.z66rf.h7z18473 .im6cjnn { max-width: 1200px; }
.vmyl.h7z18473 .im6cjnn { max-width: 1320px; }
.b5mx9j4 .ct7zqa { padding-top: 16px; padding-bottom: 16px; }
.z43nd0 .ct7zqa { padding-top: 24px; padding-bottom: 24px; }
.nlh6geuf .ct7zqa { padding-top: 40px; padding-bottom: 40px; }
.d2ps2bo .ct7zqa { padding-top: 52px; padding-bottom: 52px; }
.blmanr .ct7zqa:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.blmanr .ct7zqa:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.blmanr .ct7zqa:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.blmanr .ct7zqa:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.hi66 .lsnvh2ix { padding-top: 10px;  padding-bottom: 10px; }
.qi44ni .lsnvh2ix { padding-top: 18px;  padding-bottom: 18px; }
.ijtei97s .lsnvh2ix { padding-top: 36px;  padding-bottom: 36px; }
.z0l9zfn .lsnvh2ix { padding-top: 48px;  padding-bottom: 48px; }
.l28gk h2.d2y52h0z { font-weight: 600; }
.l28gk h3.cxle     { font-weight: 600; }
.w2d0n7 h2.d2y52h0z { font-weight: 800; }
.w2d0n7 h3.cxle     { font-weight: 700; }
.nm9l85it { font-weight: 600; }
.nm9l85it h2.d2y52h0z { font-weight: 900; }
.nm9l85it h3.cxle     { font-weight: 800; }
.nm9l85it .r9h96s9 strong,
.nm9l85it .r9h96s9 strong { font-weight: 600; }
.nalmgy03 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.un57himr .nalmgy03 { display: none; }
@media (max-width: 640px) {
  .kfevg7x { display: none; }
  .nalmgy03 {
    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;
  }
}
.nalmgy03 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.nalmgy03:hover { opacity: 0.85; }
.z8ez2 .nalmgy03 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ehe7 .nalmgy03,
.wnkjf0  .nalmgy03 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ehe7 .nalmgy03:hover,
.wnkjf0  .nalmgy03:hover { opacity: 0.88; }
.z8ez2.ehe7 .nalmgy03,
.z8ez2.wnkjf0  .nalmgy03 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.qw9f {
  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;
}
.qw9f:hover { transform: translateY(-2px); opacity: 0.92; }
.qw9f { background: var(--cta) !important; color: #fff !important; border: none !important; }
.oj5v .qw9f { display: none; }
.xacj5 .qw9f { right: 32px; }
.xl4q  .qw9f { left: 32px; }
@media (max-width: 480px) {
  .xacj5 .qw9f { right: 20px; bottom: 20px; }
  .xl4q  .qw9f { left: 20px; bottom: 20px; }
}
.pgdppd { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.pg0m { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.rpbqzfz { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.j3819 { color: var(--text-dim); font-size: 0.8rem; }
.s80pyba { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.s80pyba img { height: 26px; width: auto; object-fit: contain; }
.igry { display: flex; flex-direction: column; gap: 6px; }
.igry a, .v7e07 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.igry a:hover, .v7e07 a:hover { color: var(--accent-light); }
.igry .h3wel { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.mjwctm .pg0m { text-align: center; }
.mjwctm .rpbqzfz { margin-top: 0; }
.t4y0xqax { margin-top: 10px; }
.t4y0xqax a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .pg0m { padding-left: 16px; padding-right: 16px; }
  .hn1i7 .pg0m { padding: 20px 16px; }
  .v7e07 { gap: 4px 12px; }
  .rpbqzfz { font-size: 0.78rem; }
}
.ziao9s .bethq .s80pyba { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.ziao9s .rpbqzfz { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ziao9s .j3819 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ziao9s .j4vl { grid-template-columns: 1fr 1fr; } .ziao9s .bethq { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ziao9s .j4vl { grid-template-columns: 1fr; } }
.po1c .s80pyba { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.po1c .rpbqzfz { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .po1c .a8z1 { gap: 12px; } .po1c .s80pyba { margin-right: 0; width: 100%; } }
.mrb2jc .is7t .s80pyba { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.mrb2jc .rpbqzfz { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.mrb2jc .j3819 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .mrb2jc .xpxtf { grid-template-columns: 1fr 1fr; } .mrb2jc .is7t { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mrb2jc .xpxtf { grid-template-columns: 1fr; } }
.cptm8yq .v71qd1t { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.cptm8yq .igry { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .cptm8yq .v71qd1t { grid-template-columns: 1fr 1fr; } .cptm8yq .h0p7wxc4:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cptm8yq .v71qd1t { grid-template-columns: 1fr; } }
.m7fg .v71qd1t { grid-template-columns: 1fr 2fr; }
.m7fg .od9k .igry { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .m7fg .v71qd1t { grid-template-columns: 1fr; } }
.n1ga588 .pg0m { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.d2ze .a15z6n      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.d2ze .pgdppd { background: var(--bg-page); border-top-color: var(--border-alt); }
.ztnmq .a15z6n      { background: #0d1117; border-bottom-color: #21262d; }
.ztnmq .xegp { color: var(--accent-light); }
.ztnmq .ok05orp { --msep-color: #8b949e; }
.ztnmq .ok05orp a { color: #8b949e; }
.ztnmq .ok05orp a:hover { color: var(--accent-light); }
.ztnmq .fq00xdy6 { color: #8b949e; }
.ztnmq .pgdppd { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.ztnmq .rpbqzfz,
.ztnmq .j3819 { color: #6e7681; }
.ztnmq .igry a, .ztnmq .v7e07 a,
.ztnmq .s80pyba { color: #e6edf3; }
.ztnmq .igry a:hover, .ztnmq .v7e07 a:hover,
@media (max-width: 640px) {
  .ztnmq .ok05orp { background: #0d1117; border-top-color: #21262d; }
  .ztnmq .ok05orp li a { border-bottom-color: #21262d; }
}
.wqcbdo65 .a15z6n      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.wqcbdo65 .xegp { color: var(--accent-light); }
.wqcbdo65 .ok05orp { --msep-color: #475569; }
.wqcbdo65 .ok05orp a { color: #475569; }
.wqcbdo65 .ok05orp a:hover { color: var(--accent-light); }
.wqcbdo65 .fq00xdy6 { color: #64748b; }
.wqcbdo65 .pgdppd { background: #f0f4f8; border-top-color: #cbd5e1; }
.wqcbdo65 .rpbqzfz,
.wqcbdo65 .j3819 { color: #64748b; }
.wqcbdo65 .igry a, .wqcbdo65 .v7e07 a,
.wqcbdo65 .w80p85s a, .wqcbdo65 .s80pyba { color: #374151; }
.wqcbdo65 .igry a:hover, .wqcbdo65 .v7e07 a:hover,
@media (max-width: 640px) {
  .wqcbdo65 .ok05orp { background: #f0f4f8; border-top-color: #cbd5e1; }
  .wqcbdo65 .ok05orp li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ehe7 .a15z6n      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ehe7 .xegp { color: #fff; }
.ehe7 .ok05orp { --msep-color: rgba(255,255,255,0.82); }
.ehe7 .ok05orp a { color: rgba(255,255,255,0.82); }
.ehe7 .ok05orp a:hover { color: #fff; }
.ehe7 .fq00xdy6 { color: rgba(255,255,255,0.9); }
.ehe7 .pgdppd { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ehe7 .rpbqzfz,
.ehe7 .j3819 { color: rgba(255,255,255,0.72); }
.ehe7 .igry a, .ehe7 .v7e07 a,
.ehe7 .w80p85s a, .ehe7 .s80pyba { color: #fff; }
.ehe7 .igry a:hover, .ehe7 .v7e07 a:hover,
@media (max-width: 640px) {
  .ehe7 .ok05orp { background: var(--accent); border-top-color: var(--accent-light); }
  .ehe7 .ok05orp li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.wnkjf0 .a15z6n {
  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);
}
.wnkjf0 .pgdppd {
  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) {
  .wnkjf0 .ok05orp {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.pz8ae6hg .c7ub { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.qu3w6kk0 .c7ub { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.z0vq0d4 .c7ub { min-height: 72px; height: auto; }
.j1n3h1 .c7ub { min-height: 84px; height: auto; }
.hn1i7 .c7ub { max-width: none; padding: 0 32px; }
.hn1i7 .pg0m  { max-width: none; padding: 24px 32px; }
.a1zvr2.z66rf .c7ub { max-width: 1200px; }
.a1zvr2.vmyl .c7ub { max-width: 1320px; }
.e5rz4   .xegp, .e5rz4   .s80pyba { text-transform: capitalize; }
.hxny .xegp, .hxny .s80pyba { text-transform: lowercase; }
.v8po .xegp, .v8po .s80pyba { text-transform: uppercase; letter-spacing: 0.06em; }
.l0ry, .c5icp7x1 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cejfvre .l0ry,
.cejfvre .c5icp7x1 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.a3agy1 .l0ry,
.a3agy1 .c5icp7x1 { 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; }
.cpscgd .l0ry,
.cpscgd .c5icp7x1 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.w8uin9o6 .l0ry,
.w8uin9o6 .c5icp7x1 { 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; }
.fzi8v   .ok05orp a { font-weight: 500; }
.e72oxv .ok05orp a { font-weight: 600; }
.r0lf8s     .ok05orp a { font-weight: 700; }
.yaq20neh    .ok05orp a { font-weight: 800; letter-spacing: 0.01em; }
.gc0h     .ok05orp > li + li::before,
.zii2f    .ok05orp > li + li::before,
.bhf6    .ok05orp > li + li::before,
.li4ydsq .ok05orp > li + li::before,
.siotaj .ok05orp > li + li::before,
.u78od  .ok05orp > li + li::before,
.l0915    .ok05orp > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.gc0h     .ok05orp > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.zii2f    .ok05orp > li + li::before { content: "|"; }
.bhf6    .ok05orp > li + li::before { content: "—"; }
.li4ydsq .ok05orp > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.siotaj .ok05orp > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.u78od  .ok05orp > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.l0915    .ok05orp > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .v8mnm .fq00xdy6,
  .li8t .fq00xdy6,
  .mx9fbpl7 .fq00xdy6,
  .z8vu .fq00xdy6,
  .pdrwr .fq00xdy6 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .v8mnm .fq00xdy6::before,
  .li8t .fq00xdy6::before,
  .mx9fbpl7 .fq00xdy6::before,
  .z8vu .fq00xdy6::before,
  .pdrwr .fq00xdy6::before { content: ""; display: block; flex-shrink: 0; }

  
  .v8mnm .fq00xdy6::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;
  }

  
  .li8t .fq00xdy6::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;
  }

  
  .mx9fbpl7 .fq00xdy6::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;
  }

  
  .z8vu .fq00xdy6::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;
  }

  
  .pdrwr .fq00xdy6::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) {
  .nh4jtvtc .fq00xdy6 {
    padding: 5px 14px;
  }
  .nh4jtvtc .ok05orp {
    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;
  }
  .nh4jtvtc .ok05orp li a {
    border-bottom: none; padding: 10px 22px;
  }
  .nh4jtvtc .ok05orp li a:hover { background: var(--bg-raised); }
  .nh4jtvtc .q8codti,
  .do61eox .q8codti,
  .evmohpm .q8codti { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ag2na .fq00xdy6 {
    padding: 5px 10px;
  }
  .ag2na .ok05orp {
    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);
  }
  .ag2na .ok05orp.y1ao18k { transform: translateX(0); }
  .ag2na .ok05orp li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ag2na .ok05orp li:last-child a { border-bottom: none; }
  .ehe7 .ok05orp,
  .ztnmq .ok05orp { background: var(--accent) !important; }
  .ehe7 .ok05orp li a,
  .ztnmq .ok05orp li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .evmohpm .fq00xdy6 {
    padding: 5px 10px;
  }
  .evmohpm .ok05orp {
    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);
  }
  .evmohpm .ok05orp::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .evmohpm .ok05orp.y1ao18k { transform: translateY(0); }
  .evmohpm .ok05orp li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .z21a .fq00xdy6 {
    padding: 5px 10px;
  }
  .z21a .ok05orp {
    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;
  }
  .z21a .ok05orp.y1ao18k { opacity: 1; pointer-events: auto; }
  .z21a .ok05orp li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .qwctyiy     .fq00xdy6 { border-radius: 0 !important; }
  .c2pn4qo   .fq00xdy6 { border-radius: 8px !important; }
  .seve .fq00xdy6 { border-radius: 50% !important; }
  .qkxkw27m   .fq00xdy6 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .o6i27nip .srveaqc { flex-direction: column; align-items: stretch; }
  .o6i27nip .eyqolt { flex-direction: row; min-width: auto; }
  .o6i27nip .i8x3r { align-items: flex-start; text-align: left; }
}
.fh88zmww,
.fh88zmww.ct7zqa,
.qj65zx .fh88zmww,
.aqtx6f .fh88zmww,
.pgdcjox .fh88zmww,
.id2evh .fh88zmww {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ozcy94p2 {
  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;
}
.lahk4 { flex: 1 1 280px; min-width: 0; }
.g9ty {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.bvruf7 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.febd914 {
  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;
}
.febd914:hover { transform: translateY(-1px); opacity: 0.95; }
.npdp .ozcy94p2 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.npdp .g9ty { color: var(--cta); }
.npdp .bvruf7 { color: var(--text-body); }
.npdp .febd914 {
  background: var(--cta) !important;
  color: #fff !important;
}
.psub4k2v .ozcy94p2 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.psub4k2v .g9ty { color: var(--text-primary); }
.psub4k2v .bvruf7 { color: var(--text-body); }
.psub4k2v .febd914 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ozcy94p2 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .lahk4 { flex: 0 0 auto; }
  .g9ty { font-size: 1.2rem; }
  .febd914 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.i80zkoo .v4slwph { height: 36px; }
.fn41 .v4slwph { height: 60px; max-width: 200px; }
.sd7mjcpy .v4slwph { height: 56px; max-width: 180px; }
.nd79     .mc2pe, .nd79     .kkpv6t { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
@media (min-width: 720px) {
  .v0byo .vpocsx {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .v0byo .xm89 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .v0byo .xm89 { padding: 40px 16px 20px; }
  .v0byo .kmyc0 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .v0byo .o77a { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .l2tk .xm89 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .l2tk .xm89::before {
    position: absolute; top: 14px; left: 14px;
  }
  .l2tk .zngm66o {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .l2tk .qs854vlq { white-space: normal; text-align: center; font-size: 1.2rem; }
  .l2tk .kmyc0 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .l2tk .o77a { width: 100%; min-width: 0; }
  .l2tk .mc2pe { min-width: 0; }
}
.tbpbt1 .gooj {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.tbpbt1 .gooj summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.tbpbt1 .gooj p { padding: 0 2px 16px; }
.dwrq .gooj { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.dwrq .gooj summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.dwrq .gooj summary::after { content: "›"; font-size: 1.2em; }
.dwrq .gooj[open] summary::after { content: "‹"; }
.dwrq .gooj p { padding: 10px 22px 4px; }
.xqgy .gooj {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.xqgy .gooj summary { color: var(--text-primary); padding-left: 16px; }
.xqgy .gooj summary::after { content: "›"; font-size: 1.1em; }
.xqgy .gooj[open] summary::after { content: "‹"; }
.xqgy .gooj p { padding-left: 16px; }
.qd51nc .edn3m { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.qd51nc .gooj {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.qd51nc .gooj:last-child { border-bottom: none; }
.qd51nc .gooj summary { color: var(--text-primary); border-radius: 0; }
.qd51nc .gooj summary::after { content: "›"; font-size: 1.1em; }
.qd51nc .gooj[open] summary::after { content: "‹"; }
.i7dhmi .gooj { overflow: hidden; }
.i7dhmi .gooj summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.i7dhmi .gooj summary::after { color: rgba(255,255,255,.75); }
.i7dhmi .gooj[open] summary { border-radius: 0; }
.z2b0nd { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ofb1x {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.jw7m26f {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.bs5wkp { color: var(--text-muted); font-size: 1.05rem; }
.cjtc1ox {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.tnjt7lv {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.i4ubv { margin-bottom: 20px; }
.m2f8b39 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.orf57rn {
  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;
}
.orf57rn:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.kzla20 { resize: vertical; min-height: 130px; }
.kmjw1 { width: 100%; margin-top: 8px; }
.xoj7uflm {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.bnqk {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.bvhuym6 { color: var(--text-muted); line-height: 1.75; }
.y6pwvd8 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.y6pwvd8 li { margin-bottom: 6px; }
.ebvb { max-width: 760px; margin: 0 auto; }
.qxag { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.x9lr { max-width: 760px; margin: 0 auto; }
.l90gc15 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.o7mwr ul.y6pwvd8 { margin: 0; }
.w8pzcahk { max-width: 900px; margin: 0 auto; }
.jtmw8 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.jtmw8:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.jtmw8 .l90gc15 { margin: 0; font-size: 1rem; }
.jtmw8 .lplrmtl p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .jtmw8 { grid-template-columns: 1fr; gap: 10px; } }
.bw88cfma .l90gc15 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.hwtj .y6pwvd8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .p1g5s { grid-template-columns: 1fr; } }
.isdsvdd ul.y6pwvd8 { margin: 0; }
.hcumj .y6pwvd8,
.t3uyyx .y6pwvd8,
.xdgtn3it .y6pwvd8,
.c3x73c .y6pwvd8 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .im3b { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .k9e5ll { grid-template-columns: 1fr; } .jvj32 { position: static; text-align: center; } }
@media (max-width: 860px) { .k0ws { grid-template-columns: 1fr; } }
.c3x73c .y6pwvd8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .wzr1e { flex-direction: column; text-align: center; } .jvzrc6 { grid-template-columns: 1fr; } }
.ume5 .jw7m26f { color: var(--accent-light); }
.q2vsqoqv {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.q2vsqoqv .jw7m26f { font-size: 2rem; }
.q2vsqoqv .bs5wkp { max-width: 680px; }
.yr80 .jw7m26f { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.yr80 .bs5wkp  { margin: 0; }
@media (max-width: 640px) { .yr80 { flex-direction: column; } }
.rxgr5 .jw7m26f { color: var(--accent-light); }
.xiaic .jw7m26f { color: #fff; }
.xiaic .bs5wkp  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .s36g { grid-template-columns: 1fr; } }
.n0tw { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.n0tw .orf57rn {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.n0tw .orf57rn:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.df96u .orf57rn { background: var(--bg-raised); border-color: transparent; }
.df96u .orf57rn:focus { background: var(--bg-card); border-color: var(--accent-light); }
.zjjbv .orf57rn { border-radius: 100px; padding: 11px 20px; }
.zjjbv .kzla20 { border-radius: 14px; }
.l93bxdg {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.l93bxdg summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.l93bxdg summary::-webkit-details-marker { display: none; }
.l93bxdg summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.l93bxdg[open] summary::after { content: "−"; }
.czvvde {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .u75e { grid-template-columns: 1fr; } }
.bx7o { counter-reset: priv-count; }
.gox91rdr {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.gox91rdr:last-child { border-bottom: none; }
.nochrg {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.gox91rdr h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.gox91rdr p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xlax { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.xlax li { margin-bottom: 6px; }
.mu4npz{display:none}
.mu4npz:empty,.zp4p6c:empty{display:none}
.ic5nq{position:relative;overflow:visible}
.fxj8xqon .n4q6j,.hl7ms .n4q6j,
.w029f .n4q6j,.tuuns34c .n4q6j,
.seudo .n4q6j,.emsdfds .n4q6j{display:block}
.of9xxe .c2r2c{display:block}
.fxj8xqon .n4q6j,.hl7ms .n4q6j,
.w029f .n4q6j,.tuuns34c .n4q6j,
.seudo .n4q6j{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}
.fxj8xqon .n4q6j .zp4p6c,.hl7ms .n4q6j .zp4p6c,
.w029f .n4q6j .zp4p6c,.tuuns34c .n4q6j .zp4p6c,
.seudo .n4q6j .zp4p6c{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}
.fxj8xqon .w5o9,.hl7ms .w5o9,
.w029f .w5o9,.tuuns34c .w5o9,
.seudo .w5o9{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.fxj8xqon .n4q6j,.hl7ms .n4q6j{top:12px}
.fxj8xqon .n4q6j .zp4p6c{margin-right:auto}
.hl7ms .n4q6j .zp4p6c{margin-left:auto}
.hl7ms .n4q6j{text-align:right}
.w029f .n4q6j,.tuuns34c .n4q6j{bottom:12px}
.w029f .n4q6j .zp4p6c{margin-right:auto}
.tuuns34c .n4q6j .zp4p6c{margin-left:auto}
.tuuns34c .n4q6j{text-align:right}
.seudo .n4q6j{position:relative;margin-top:16px}
.seudo .n4q6j .zp4p6c{margin:0 auto}
.emsdfds .n4q6j{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.emsdfds .n4q6j .zp4p6c{margin:0}
.emsdfds .umvr5~.n4q6j,
.emsdfds .i5m5k~.n4q6j{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.emsdfds .umvr5~.n4q6j .zp4p6c,
.emsdfds .i5m5k~.n4q6j .zp4p6c{justify-content:flex-start}
.umvr5~.n4q6j,.i5m5k~.n4q6j{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}
.umvr5~.n4q6j .zp4p6c{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.i5m5k~.n4q6j .zp4p6c{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.c2r2c .zp4p6c{margin:0 0 12px}
.zp4p6c{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.w5o9{white-space:nowrap}
.v7wvgq .w5o9{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.cmyyv .w5o9{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}
.fzqkb844 .zp4p6c{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.wly8el32 .w5o9{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.wly8el32 .wnjku4::before{content:""}
.cd3xg0ow .w5o9{color: var(--accent-light);opacity:1;font-weight:500}
.fxnj .w5o9{border-bottom:1px solid currentColor;padding-bottom:2px}
.fhzne .zp4p6c{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.tano1{--date-bg:var(--accent-bg-light)}
.iuvy06 .wnjku4::before{content:""}
.a9sf3w .w5o9 + .w5o9::before{content:"•";margin-right:6px;opacity:.4}
.loe624m .w5o9 + .w5o9::before{content:"/";margin-right:6px;opacity:.35}
.h0d9zu .w5o9 + .w5o9::before{content:"|";margin-right:6px;opacity:.3}
.fw7y2gq .w5o9 + .w5o9::before{content:"—";margin-right:6px;opacity:.3}
.wp4j8w .w5o9 + .w5o9::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.nf92 .w5o9 + .w5o9::before{content:"·";margin-right:6px;opacity:.4}
.qs4j847 .w5o9 + .w5o9::before{content:"›";margin-right:6px;opacity:.4}
.jrnm5 .w5o9 + .w5o9::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.x6edb20r .h8l2pjoa{padding:20px 0}
@media(max-width:640px){
  .h8l2pjoa{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .xato59cu{max-width:100%}
}
.p3w0v2 .jnoqa75v{margin:0}
@media (max-width:560px){
  .z6po90x{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) {
  .btk1v3jo { padding: 28px 18px 20px; }
  .s68d3 { font-size: 1.2rem; }
  .pl85 { max-width: 220px; max-height: 80px; }
}
.jukc .cjj0n { border-radius: 22px; }
.o5fm0ed2 .ozcy94p2 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .cjj0n { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.yh3zksl0 {
  margin: 28px 0 24px;
}
.yh3zksl0 .ct7zqa {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.yh3zksl0 .lsnvh2ix {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.yh3zksl0 .ozcy94p2 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .c7ub { flex-direction: row-reverse; }
[dir="rtl"] .ok05orp { flex-direction: row-reverse; }
[dir="rtl"] .xacj5 .qw9f { right: auto; left: 32px; }
[dir="rtl"] .xl4q  .qw9f { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .xacj5 .qw9f { right: auto; left: 20px; }
  [dir="rtl"] .xl4q  .qw9f { left: auto;  right: 20px; }
}
[dir="rtl"] .gj8jkcd0 .d1twg  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .knra .d1twg { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .bhliumzs, [dir="rtl"] .tw1t { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .olzabk { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .lg0me { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .r9h96s9 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ozcy94p2 { direction: rtl; }
[dir="rtl"] .zezjw { direction: rtl; }
[dir="rtl"] .k78ixr37 { direction: rtl; }
[dir="rtl"] .coqkf { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .vtci0n84 .tw1t,
[dir="rtl"] .uycnr39 .tw1t,
[dir="rtl"] .mmu78h9y .tw1t,
[dir="rtl"] .iu0v5a .tw1t {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .vtci0n84 .tw1t li::before,
[dir="rtl"] .uycnr39 .tw1t li::before,
[dir="rtl"] .mmu78h9y .tw1t li::before,
[dir="rtl"] .iu0v5a .tw1t li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .ims8a2x.zwpj650f .v6pyq,
[dir="rtl"] .u2dac.zwpj650f .v6pyq,
[dir="rtl"] .vrpgh2lm.zwpj650f .v6pyq,
[dir="rtl"] .gp4e.zwpj650f .v6pyq,
[dir="rtl"] .bmf3w.zwpj650f .v6pyq { text-align: right; }
[dir="rtl"] .umvr5.zwpj650f .cegys { align-items: flex-end; text-align: right; }
[dir="rtl"] .lsnvh2ix,
[dir="rtl"] .xfmnb6xn,
[dir="rtl"] .ijxk5o,
[dir="rtl"] .dyceloi,
[dir="rtl"] .v6pyq { text-align: right; }
[dir="rtl"] .tnjt7lv,
[dir="rtl"] .m2f8b39,
[dir="rtl"] .orf57rn,
[dir="rtl"] .kzla20 { text-align: right; direction: rtl; }
[dir="rtl"] .zjjbv .orf57rn,
[dir="rtl"] .n0tw .orf57rn { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #4f60b8;
  --brand:           #4f60b8;
  --brand-light:     #444f87;
  --brand-pale:      #727aa6;
  --grad-start:      #909bd2;
  --grad-end:        #c0c5df;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #4f60b8;
  --cta-light:       #3a4ba3;
  --cta-hover:       #3a478f;
  --bg-page:         #f6f7f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f4f5;
  --bg-raised:       #eeeff0;
  --bg-hover:        #f4f4f5;
  --border:          #e3e3e7;
  --border-alt:      #d1d3da;
  --border-section:  #e3e3e7;
  --text-primary:    #18181a;
  --text-muted:      #54565d;
  --text-body:       #303135;
  --text-sub:        #484950;
  --text-faint:      #787b86;
  --text-dim:        #93959e;
  --text-label:      #60626b;
  --text-value:      #3c3d43;
  --accent-bg:       #e8e8ed;
  --accent-bg-light: #d3d5e3;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #208262;
  --c-cons:          #9f214a;
  --c-pros-label:    #269a74;
  --c-tip-border:    #2bab81;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #208262;
}
:root { --logo-bg-opacity: 54%; }
body, button, input { font-family: "Nunito Sans", sans-serif; }
.dtdlo64 .cnz7nk2j { font-size: 0; width: 1.2rem; flex-shrink: 0; }.dtdlo64 .cnz7nk2j::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.dtdlo64 .wjyej1     .cnz7nk2j::before { content: "";  color: var(--c-tip-border); }.dtdlo64 .hqbef1 .cnz7nk2j::before { content: ""; color: var(--c-warn-border); }.dtdlo64 .c5k6y9    .cnz7nk2j::before { content: ""; color: #60a5fa; }.m0gx4s .dtdlo64 .wjyej1     .cnz7nk2j::before { color: #10b981; }.m0gx4s .dtdlo64 .hqbef1 .cnz7nk2j::before { color: #f43f5e; }.m0gx4s .dtdlo64 .c5k6y9    .cnz7nk2j::before { color: #a855f7; }.oq9lw5w  .dtdlo64 .wjyej1     .cnz7nk2j::before { color: #eab308; }.oq9lw5w  .dtdlo64 .hqbef1 .cnz7nk2j::before { color: #ef4444; }.oq9lw5w  .dtdlo64 .c5k6y9    .cnz7nk2j::before { color: #f97316; }.ufsg  .dtdlo64 .wjyej1     .cnz7nk2j::before { color: #38bdf8; }.ufsg  .dtdlo64 .hqbef1 .cnz7nk2j::before { color: #818cf8; }.ufsg  .dtdlo64 .c5k6y9    .cnz7nk2j::before { color: #2dd4bf; }.undn7 .dtdlo64 .cnz7nk2j::before { color: var(--accent-light) !important; }
.zqjyyc .lmj6isuk, .zqjyyc .umvr5 { min-height: 320px; }
.e5x92vlp .kqmtg::after, .e5x92vlp .hq760upj::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; }
.ctlileav .nalmgy03::after,.ctlileav .qw9f::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; }
.a3ey::before { content: '›'; font-size: 1.1em; }