:root {
  --color-accent: #22c55e;
  --color-cta: #eab308;
  --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;
}
.dgv0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.q2wvq {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.q0327ty {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.eijg { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.hnudm6 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.hnudm6 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.hnudm6 a:hover { color: var(--accent-light); }
.vnnkr7m2  .o0du3t { border-radius: 14px; }
.vnnkr7m2 .o0du3t li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.vnnkr7m2 .o0du3t li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .o0du3t {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .bkzt:hover .o0du3t,
  .bkzt:focus-within .o0du3t { display: block; }
  .o0du3t li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ul0uyb {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.hy81g { display: none; }
@media (max-width: 640px) {
  .hy81g {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .hy81g.bzwr { display: block; }
}
@media (max-width: 640px) {
  .ul0uyb { display: block; }
  .hnudm6 > li + li::before { display: none !important; }
  .hnudm6 {
    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;
  }
  .hnudm6.bzwr { display: flex; }
  .hnudm6 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .hnudm6 li:last-child a { border-bottom: none; }
}
.w5tw4gb { min-height: 480px; }
.ou2da {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.dzs2f { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.of78g .dzs2f { margin-left: 0; margin-right: 0; }
.bi4qgt {
  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;
}
.hzwhcx .bi4qgt { margin-top: 24px; }
.bi4qgt:hover { opacity: 0.88; }
.p4076n {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.upro {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.p4076n .l3fqun {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.p4076n .ou2da { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.p4076n .dzs2f { color: #e2e8f0; }
.p4076n.f41ul .l3fqun { text-align: center; }
.p4076n.of78g   .l3fqun { text-align: left; }
.n42m .l3fqun {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.n42m .ou2da { color: var(--text-primary); text-shadow: none; }
.n42m .dzs2f { color: var(--text-muted); }
.n42m .bi4qgt { margin-top: 16px; }
.n42m, .n42m.w5tw4gb { min-height: auto !important; }
.n42m.f41ul .l3fqun { text-align: center; }
.n42m.of78g   .l3fqun { text-align: left; }
.n42m~.vghr8f{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}
.n42m~.vghr8f .nz8w{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; }
}
.xfnfhogt .p4076n .upro {
  overflow: hidden;
}
.xfnfhogt .p4076n .upro::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.cufmrm .p4076n .upro {
  overflow: hidden;
}
.cufmrm .p4076n .upro::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.t76brk .p4076n .upro {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.tx2ijltv .p4076n .upro {
  overflow: hidden;
}
.tx2ijltv .p4076n .upro::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.d3rry7z .p4076n .upro {
  animation: hg-breathe 10s ease-in-out infinite;
}
.d9xx .upro {
  background: none;
}
.d9xx .ou2da { color: #fff; }
.d9xx .dzs2f { color: rgba(255,255,255,0.85); }
.ej7e .ou2da { text-shadow: none; color: var(--text-primary); }
.ej7e .dzs2f { color: var(--text-muted); }
body.cj230c .ou2da {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.v4vp3jw5 .ou2da {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.w5tw4gb.d9xx .ou2da,
section.d9xx .ou2da {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ej7e.f41ul .yacs { align-items: center; text-align: center; }
.w5tw4gb .iefmbc {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.iefmbc .b3rd {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas:
    "rank"
    "logo"
    "name"
    "rating"
    "bonus"
    "cta" !important;
  row-gap: 10px !important;
  column-gap: 0 !important;
  padding: 16px 18px 18px !important;
  font-size: 0.95rem;
  align-items: center;
  text-align: center;
}
.iefmbc .b3rd::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.iefmbc .x75dq60 { display: contents !important; }
.iefmbc .x75dq60 .ool6 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.iefmbc .x75dq60 .t6apj { max-height: 48px; max-width: 96px; }
.iefmbc .x75dq60 .vrsu5yju {
  display: block !important;
  grid-area: name;
  text-align: center; font-size: 1rem; font-weight: 700;
  line-height: 1.15; min-width: 0; max-width: 100%;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none;
}
.iefmbc .lbs86 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.iefmbc .dap0y { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.iefmbc .ckmax { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.iefmbc .ckmax small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.iefmbc .ulct { display: contents !important; }
.iefmbc .ulct .gn2rd0de:not(.bcq4t22) { display: none !important; }
.iefmbc .ulct .bcq4t22 {
  grid-area: bonus;
  background: var(--accent-bg, rgba(0,0,0,.04)) !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  flex-direction: column !important; align-items: center; gap: 2px;
  min-width: 0; max-width: 100%; text-align: center;
}
.iefmbc .ulct .bcq4t22 .aw3l7x {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.iefmbc .ulct .bcq4t22 .pdz90o7 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.iefmbc .psk1ipr { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.iefmbc .psk1ipr.dev7b {
  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;
}
.iefmbc .psk1ipr.dev7b:hover { opacity: 0.85; }
.iefmbc .b3rd,
.iefmbc .b3rd:hover,
.iefmbc .b3rd:nth-child(even),
.iefmbc .b3rd:nth-child(odd),
.iefmbc .b3rd:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.uo1evups .l3fqun { padding-bottom: 24px; }
.hzwhcx .l3fqun { max-width: 1100px; }
@media (max-width: 700px) {
  .ej7e { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ej7e:not(.k4hx) .v4wc { display: none !important; }
  .k4hx .v4wc { padding: 16px; }
  .yacs  { padding: 36px 24px; }
  .ej7e~.vghr8f,.t3alyxig~.vghr8f{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .w5tw4gb, .ej7e { min-height: 320px !important; }
  .ou2da { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .i9klx,
  .y6ivwat1,
  .ugnw { grid-template-columns: 1fr !important; }

  

  
  .uo1evups { display: flex !important; flex-direction: column !important; }
  .uo1evups .l3fqun { display: contents; }
  .uo1evups .upro { order: 0; }
  .uo1evups .ou2da { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .uo1evups .i9klx { order: 2; padding: 0 16px 12px !important; }
  .uo1evups .dzs2f { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .hzwhcx .l3fqun { display: flex; flex-direction: column; }
  .hzwhcx .l3fqun .ou2da { order: 1; }
  .hzwhcx .l3fqun .ugnw { order: 2; margin: 8px 0 24px !important; }
  .hzwhcx .l3fqun .dzs2f { order: 3; }
  .hzwhcx .l3fqun .bi4qgt { order: 4; align-self: center; margin-top: 0; }

  
  .ej7e.k4hx {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ej7e.k4hx .yacs { display: contents; padding: 0; }
  .ej7e.k4hx .yacs .ou2da { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ej7e.k4hx .v4wc { order: 2; padding: 12px 16px; }
  .ej7e.k4hx .yacs .dzs2f { order: 3; padding: 0 24px; margin: 0 auto; }
  .ej7e.k4hx .yacs .bi4qgt { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ecphvkyt { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.labbp1 { width: 100%; height: auto; display: block; border-radius: 10px; }
.sbst0bfd .ecphvkyt        { border-radius: 16px; }
.sbst0bfd .labbp1  { border-radius: 16px; }
.syi3 .ecphvkyt         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.syi3 .labbp1   { border-radius: 8px; }
.mhnf2s4q { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.xxry5e { width: 100%; padding: 32px 0; position: relative; }
.s90t { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.sz7s .xxry5e:nth-child(even) { background: var(--bg-surface); }
.sz7s .xxry5e:nth-child(odd)  { background: var(--bg-page); }
.hwn6u .xxry5e:nth-child(even) { background: var(--bg-card); }
.hwn6u .xxry5e:nth-child(odd)  { background: var(--bg-page); }
.sz7s .xxry5e:nth-child(odd)  .s90t { background: var(--bg-card); border-radius: 6px; }
.sz7s .xxry5e:nth-child(even) .s90t { background: var(--bg-raised); border-radius: 6px; }
.hwn6u .xxry5e:nth-child(odd)  .s90t { background: var(--bg-card); border-radius: 6px; }
.hwn6u .xxry5e:nth-child(even) .s90t { background: var(--bg-raised); border-radius: 6px; }
.sz7s .xxry5e:nth-child(even) .y7v8bgt .uwo6g8,
.hwn6u .xxry5e:nth-child(even) .y7v8bgt .uwo6g8 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.sz7s .xxry5e:nth-child(odd) .y7v8bgt .uwo6g8,
.hwn6u .xxry5e:nth-child(odd) .y7v8bgt .uwo6g8 { background: var(--bg-card-inner); }
.sz7s .xxry5e:nth-child(even) .g4irxm .uwo6g8:nth-child(odd),
.hwn6u .xxry5e:nth-child(even) .g4irxm .uwo6g8:nth-child(odd)  { background: var(--bg-card); }
.sz7s .xxry5e:nth-child(even) .g4irxm .uwo6g8:nth-child(even),
.hwn6u .xxry5e:nth-child(even) .g4irxm .uwo6g8:nth-child(even) { background: var(--bg-card-inner); }
h1.wp15ngh { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.wp15ngh {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.law8zs4 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.mzqvo7ke h2.wp15ngh {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.b9d1xm4f h2.wp15ngh {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.qpp16xu h2.wp15ngh {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.lw2ui9 h2.wp15ngh::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.fz1v h2.wp15ngh {
  color: var(--text-primary); font-size: 1.7rem;
}
.ha9kont h2.wp15ngh::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.t6n2 h2.wp15ngh {
  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;
}
@media (max-width: 640px) { .b4jdf0 { display: none; } }
.nqs8 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.g7s98b4d { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.t1du228 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.mwqd { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.dp3ps { padding-left: 20px; }
.dp3ps li { margin-bottom: 6px; }
.dp3ps a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.dp3ps a:hover { color: var(--accent-light); }
.z9l426bq .mwqd { display: none; }
.gl98zvk .mwqd { display: none; }
.gl98zvk .dp3ps { padding-left: 0; list-style: none; }
.gl98zvk .dp3ps li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.gl98zvk .dp3ps a { font-size: 0.92rem; }
.jyot .t1du228 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jyot .mwqd { display: none; }
.jyot .dp3ps { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jyot .dp3ps li { margin-bottom: 0; }
.jyot .dp3ps 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;
}
.jyot .dp3ps a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ak7t6ml .t1du228 { padding: 20px 20px 16px; }
.ak7t6ml .dp3ps {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ak7t6ml .dp3ps li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ak7t6ml .dp3ps 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;
}
.ak7t6ml .dp3ps 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;
}
.ak7t6ml .dp3ps a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ak7t6ml .dp3ps a:focus,
.ak7t6ml .dp3ps a:focus-visible,
.ak7t6ml .dp3ps a:target { outline: none; }
.ak7t6ml .dp3ps li:target a { border-color: var(--border); color: var(--text-muted); }
.cezjr4c .t1du228 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.cezjr4c .mwqd { display: none; }
.cezjr4c .dp3ps { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.cezjr4c .dp3ps li { counter-increment: toc-n; margin-bottom: 0; }
.cezjr4c .dp3ps a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.cezjr4c .dp3ps a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.cezjr4c .dp3ps a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.mvkw .t1du228 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.mvkw .mwqd { display: none; }
.mvkw .dp3ps { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.mvkw .dp3ps li { margin-bottom: 0; }
.mvkw .dp3ps a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.mvkw .dp3ps a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.piot .t1du228 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.piot .mwqd { display: none; }
.piot .dp3ps { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.piot .dp3ps li { margin-bottom: 0; }
.piot .dp3ps li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.piot .dp3ps li:last-child::after { content: ""; margin-right: 0; }
.piot .dp3ps a { font-size: 0.9rem; }
.uwo6g8 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.y7v8bgt .uwo6g8 { background: var(--bg-card); }
.g4irxm .uwo6g8:nth-child(odd)  { background: var(--bg-card); }
.g4irxm .uwo6g8:nth-child(even) { background: var(--bg-raised); }
.lmojfx7w .uwo6g8 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.lmojfx7w .uwo6g8:last-child { border-bottom: none; }
.lmojfx7w h3.law8zs4 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.hyd6rp1 .uwo6g8 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.hyd6rp1 .uwo6g8 + .uwo6g8 { margin-top: 4px; }
.xlkia1 .uwo6g8 { background: none; border-radius: 0; padding: 12px 0; }
.xlkia1 .uwo6g8 + .uwo6g8 { border-top: 1px solid var(--border-section); }
.ljd1l3t { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.v7r4cv { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.tfdbt { color: var(--text-body); margin-bottom: 10px; }
.izpijv, .yyxflvay { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.izpijv li, .yyxflvay li { margin-bottom: 6px; }
.yyxflvay li { list-style: decimal; }
.k7gk     .izpijv { list-style-type: "● "; }
.japez  .izpijv { list-style-type: "■ "; }
.ix0i1 .izpijv { list-style-type: "◆ "; }
.oct48ex    .izpijv { list-style-type: "★ "; }
.k7gk     .abvfvj { list-style-type: "● "; }
.japez  .abvfvj { list-style-type: "■ "; }
.ix0i1 .abvfvj { list-style-type: "◆ "; }
.oct48ex    .abvfvj { list-style-type: "★ "; }
.k7gk    .izpijv li::marker, .k7gk    .abvfvj li::marker,
.japez .izpijv li::marker, .japez .abvfvj li::marker,
.ix0i1 .izpijv li::marker, .ix0i1 .abvfvj li::marker,
.oct48ex   .izpijv li::marker, .oct48ex   .abvfvj li::marker {
  color: var(--cta); font-size: 1em;
}
.k7gk .yyxflvay,
.japez .yyxflvay,
.ix0i1 .yyxflvay,
.oct48ex .yyxflvay {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.k7gk .yyxflvay li,
.japez .yyxflvay li,
.ix0i1 .yyxflvay li,
.oct48ex .yyxflvay li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.k7gk .yyxflvay li::before,
.japez .yyxflvay li::before,
.ix0i1 .yyxflvay li::before,
.oct48ex .yyxflvay 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;
}
.k7gk     .yyxflvay li::before { border-radius: 50%; }
.japez  .yyxflvay li::before { border-radius: 3px; }
.ix0i1 .yyxflvay li::before { border-radius: 3px; }
.oct48ex    .yyxflvay li::before { border-radius: 50%; }
.u6nokqg { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.d0mr43n .u6nokqg,
.jdit .u6nokqg { background: transparent; border: none; border-radius: 0; }
.av2t9r { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.av2t9r th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.av2t9r td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.av2t9r tr:hover td { background: var(--bg-hover); }
.j4us4 .av2t9r tbody tr:nth-child(even) td { background: var(--bg-surface); }
.zzbx9cn .av2t9r { border: 1px solid var(--border-alt); }
.zzbx9cn .av2t9r th,
.zzbx9cn .av2t9r td { border: 1px solid var(--border-alt); }
.atx8xb .av2t9r th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.atx8xb .av2t9r td { border-bottom: none; }
.atx8xb .av2t9r tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.t4sv5 .av2t9r th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.zbmht .u6nokqg {
  overflow: hidden;
}
.zbmht .av2t9r th { border-bottom: 1px solid var(--border-alt); }
.zbmht .av2t9r tr:last-child td { border-bottom: none; }
.njfm1whh { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.cv30 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.k7n3w { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.so1a6y3 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.c6mta { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.abvfvj { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.abvfvj 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%}
.kuvocedp .so1a6y3 { background: transparent; text-align: center; }
.hylhhn3 .k7n3w {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.tl2kcj .k7n3w {
  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);
}
.sxwz .cv30 { display: grid; grid-template-columns: auto 1fr; }
.sxwz .k7n3w {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.sxwz .so1a6y3 { grid-column: 2; }
.sxwz .c6mta,
.sxwz .abvfvj { grid-column: 1 / -1; }
.gyfqtf9 .cv30 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.gyfqtf9 .k7n3w {
  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);
}
.gyfqtf9 .so1a6y3 { grid-column: 2; }
.gyfqtf9 .c6mta,
.gyfqtf9 .abvfvj { grid-column: 1 / -1; }
.ura0qf8r .cv30 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ura0qf8r .so1a6y3 { background: none; color: var(--accent-light); font-weight: 700; }
.s24fvdq1 .cv30 { 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); }
.s24fvdq1 .so1a6y3 { background: none; color: var(--accent-light); font-weight: 700; }
.gxh4qzu8 .cv30 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.gxh4qzu8 .cv30:last-child { border-bottom: none; }
.gxh4qzu8 .so1a6y3 { background: none; color: var(--accent-light); font-weight: 700; }
.nodwg1 .cv30 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.nodwg1 .so1a6y3 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.xff7ut .njfm1whh { counter-reset: card-n; }
.xff7ut .cv30  { counter-increment: card-n; }
.xff7ut .so1a6y3 { display: flex; align-items: center; gap: 10px; }
.xff7ut .so1a6y3::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;
}
.bemqzh01 .cv30 { background: var(--bg-surface); border: 1px solid var(--border); }
.bemqzh01 .so1a6y3 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.lgslq { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.lgslq         { --cl-hue: var(--accent); }
.p3ii8lr     { --cl-hue: #16a34a; }
.mc1kn3a { --cl-hue: #ea580c; }
.toljnhhb    { --cl-hue: #2563eb; }
.p3ii8lr, .mc1kn3a, .toljnhhb, .wdon8bvw {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.ygsugox7 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ygsugox7::before { color: var(--cl-hue); }
.lgslq strong { color: var(--text-primary); font-size: 0.95rem; }
.lgslq p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.mowjz7 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.bfgw31w, .jhfuc { border-radius: 8px; padding: 14px; }
.bfgw31w { background: var(--bg-pros); }
.jhfuc { background: var(--bg-cons); }
.yr1yenl { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.bfgw31w .yr1yenl { color: var(--c-pros-label); }
.jhfuc .yr1yenl { color: #f87171; }
.bfgw31w ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.jhfuc ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.labbp1 { width: 100%; height: auto; border-radius: 10px; display: block; }
.dev7b {
  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;
}
.dev7b:hover { opacity: 0.85; }
.m3i0jc .dev7b  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.m3i0jc .dev7b:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ubxv02 .dev7b  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ubxv02 .dev7b:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.m3i0jc .psk1ipr.dev7b, .ubxv02 .psk1ipr.dev7b,
.m3i0jc .jukxqzkp .dev7b, .ubxv02 .jukxqzkp .dev7b {
  background: var(--cta); border: none; color: #fff;
}
.m3i0jc .psk1ipr.dev7b:hover, .ubxv02 .psk1ipr.dev7b:hover,
.m3i0jc .jukxqzkp .dev7b:hover, .ubxv02 .jukxqzkp .dev7b:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.dy7zogyi .bi4qgt { border-radius: 50px; }
.dy7zogyi .dev7b  { border-radius: 50px; }
.yz2ry25 .bi4qgt,
.yz2ry25 .dev7b { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.yz2ry25 .bi4qgt:hover,
.yz2ry25 .dev7b:hover { filter: brightness(1.08); opacity: 1; }
.yf10dssr .bi4qgt,
.yf10dssr .dev7b { box-shadow: 0 3px 14px -2px var(--cta); }
.yf10dssr .bi4qgt:hover,
.yf10dssr .dev7b:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.m3a66p .bi4qgt,
.m3a66p .dev7b { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.m3a66p .bi4qgt:hover,
.m3a66p .dev7b:hover { opacity: 1; }
.m3a66p .bi4qgt:active,
.m3a66p .dev7b:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.mtgj .bi4qgt,
.mtgj .dev7b { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.mtgj .bi4qgt:hover,
.mtgj .dev7b:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.mtgj .bi4qgt:active,
.mtgj .dev7b:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.uaxmya .bi4qgt,
.uaxmya .dev7b { position: relative; overflow: hidden; }
.uaxmya .bi4qgt::before,
.uaxmya .dev7b::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.uaxmya .bi4qgt:hover::before,
.uaxmya .dev7b:hover::before { left: 135%; }
.j2jr6qkg .bi4qgt,
.j2jr6qkg .dev7b { border-radius: 0; }
.hrr2 .bi4qgt { padding-left: 22px; padding-right: 22px; }
.hrr2 .dev7b  { padding-left: 12px; padding-right: 12px; }
.jpi5pmpv .bi4qgt { padding-left: 44px; padding-right: 44px; }
.jpi5pmpv .dev7b  { padding-left: 24px; padding-right: 24px; }
.vlu4 .bi4qgt { padding-left: 56px; padding-right: 56px; }
.vlu4 .dev7b  { padding-left: 32px; padding-right: 32px; }
.nhf533   .bi4qgt::after, .nhf533   .dev7b::after,
.yu92 .bi4qgt::after, .yu92 .dev7b::after,
.xlrxp    .bi4qgt::after, .xlrxp    .dev7b::after,
.q60jex    .bi4qgt::after, .q60jex    .dev7b::after,
.gez4py    .bi4qgt::after, .gez4py    .dev7b::after,
.kmj1     .bi4qgt::after, .kmj1     .dev7b::after,
.gr63ffj    .bi4qgt::after, .gr63ffj    .dev7b::after,
.xh01   .bi4qgt::after, .xh01   .dev7b::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;
}
.nhf533 .bi4qgt::after, .nhf533 .dev7b::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");
}
.yu92 .bi4qgt::after, .yu92 .dev7b::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");
}
.xlrxp .bi4qgt::after, .xlrxp .dev7b::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");
}
.q60jex .bi4qgt::after, .q60jex .dev7b::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");
}
.gez4py .bi4qgt::after, .gez4py .dev7b::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");
}
.kmj1 .bi4qgt::after, .kmj1 .dev7b::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");
}
.gr63ffj .bi4qgt::after, .gr63ffj .dev7b::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");
}
.xh01 .bi4qgt::after, .xh01 .dev7b::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");
}
.mq03m   .yoykfs::after, .mq03m   .fcdqs::after,
.v5xx8n2 .yoykfs::after, .v5xx8n2 .fcdqs::after,
.k5ixn2    .yoykfs::after, .k5ixn2    .fcdqs::after,
.ddm0    .yoykfs::after, .ddm0    .fcdqs::after,
.mzon2alp    .yoykfs::after, .mzon2alp    .fcdqs::after,
.wsar     .yoykfs::after, .wsar     .fcdqs::after,
.lhquql    .yoykfs::after, .lhquql    .fcdqs::after,
.dh13   .yoykfs::after, .dh13   .fcdqs::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;
}
.mq03m .yoykfs::after, .mq03m .fcdqs::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");
}
.v5xx8n2 .yoykfs::after, .v5xx8n2 .fcdqs::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");
}
.k5ixn2 .yoykfs::after, .k5ixn2 .fcdqs::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");
}
.ddm0 .yoykfs::after, .ddm0 .fcdqs::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");
}
.mzon2alp .yoykfs::after, .mzon2alp .fcdqs::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");
}
.wsar .yoykfs::after, .wsar .fcdqs::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");
}
.lhquql .yoykfs::after, .lhquql .fcdqs::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");
}
.dh13 .yoykfs::after, .dh13 .fcdqs::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");
}
.a1hx34 {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
  overflow-x: clip;
  counter-reset: cs-rank;
}
.b3rd {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 18px 22px;
  display: grid;
  
  grid-template-columns: auto auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  max-width: 100%;
  counter-increment: cs-rank;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.b3rd > * { min-width: 0; }
.b3rd:hover { background: var(--bg-hover); }
.b3rd > [itemprop="item"] { display: contents; }
.b3rd [itemprop="itemReviewed"],
.b3rd [itemprop="reviewRating"] { display: none; }
.b3rd::before {
  content: counter(cs-rank);
  grid-column: 1;
  font-size: 1.4rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; width: 28px; text-align: center;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.x75dq60 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.ool6 {
  background: var(--accent-bg);
  border-radius: 10px; padding: 6px 10px;
  display: flex; align-items: center; justify-content: center;
  width: 130px; height: 64px; flex-shrink: 0;
}
.t6apj { max-height: 52px; max-width: 110px; object-fit: contain; }
.vrsu5yju {
  font-weight: 700; font-size: 1rem;
  color: var(--text-primary); line-height: 1.2;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; hyphens: auto;
}
.aj733cxi .ool6    { background: #1a1a1a; }
.xt3e73x .ool6   { background: rgba(128,128,128,.12); }
.g422ht .ool6 { background: var(--bg-raised); }
.uxzy .ool6    { background: transparent; padding: 0; }
.lbs86 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.dap0y { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.ckmax { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.ulct {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.gn2rd0de {
  background: var(--accent-bg, rgba(0,0,0,.04));
  border-radius: 10px;
  padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; min-width: 0;
  text-align: center; line-height: 1.25;
}
.aw3l7x {
  
  color: var(--text-muted);
  opacity: 0.65;
  font-size: .72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.pdz90o7 {
  
  color: var(--accent);
  font-weight: 800; font-size: 1rem; line-height: 1.25;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; word-break: break-word;
}
.psk1ipr {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.psk1ipr.dev7b {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .b3rd {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .b3rd::before    { grid-area: rank;   }
  .x75dq60           { grid-area: ident;  }
  .lbs86     { grid-area: rating; min-width: 0; width: auto; }
  .ulct           { grid-area: pills;  }
  .psk1ipr             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .b3rd {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .b3rd::before    { justify-self: center; }
  .x75dq60           { width: 100%; }
  .lbs86     { justify-self: center; }
  .ulct           { grid-template-columns: 1fr; }
}
.w47u3vkr {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.g9ceeyd {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.ibclrg {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.ibclrg img { max-width: 80px; max-height: 50px; object-fit: contain; }
.u9u8v3b { flex: 1; }
.u9u8v3b h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.fpz0 { color: var(--c-stars); font-size: 1.1rem; }
.h8r7 { margin-bottom: 8px; }
.ewqa9jm {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.ewqa9jm > span { color: var(--accent); font-weight: 700; }
.oxsttx em, .ly2zf em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .ewqa9jm { padding: 10px 16px; gap: 6px 16px; } }
.jukxqzkp { flex-shrink: 0; align-self: flex-start; }
.jukxqzkp .dev7b { white-space: nowrap; }
@media (max-width: 560px) {
  .g9ceeyd { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .ibclrg { order: 1; }
  .jukxqzkp { order: 2; margin-left: auto; align-self: center; }
  .u9u8v3b { order: 3; flex: 1 1 100%; min-width: 0; }
}
.toqed img.apb1r { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.d0mr43n { padding: 20px 24px; }
.ae8s2nte { color: var(--text-muted); margin-bottom: 16px; }
.u7b4b { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.inuzyfq, .uv2i { list-style: none; font-size: 0.9rem; }
.inuzyfq li { color: var(--c-pros); margin-bottom: 4px; }
.uv2i li { color: var(--c-cons); margin-bottom: 4px; }
.inuzyfq li::before { content: "✓"; margin-right: 5px; }
.uv2i li::before { content: "✗"; margin-right: 5px; }
.vop0tlg .inuzyfq li::before { content: "→"; }
.vop0tlg .uv2i li::before { content: "–"; }
.xforqi0g  .inuzyfq li::before { content: "★"; }
.xforqi0g  .uv2i li::before { content: "✕"; }
.ofqkgqbl    .inuzyfq li::before { content: "◆"; }
.ofqkgqbl    .uv2i li::before { content: "▲"; }
.tuoq3b  .inuzyfq li::before { content: "▶"; }
.tuoq3b  .uv2i li::before { content: "■"; }
.tft7l88k { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.ak0dtm { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.g0co { background: var(--bg-pros); color: var(--c-tag-pay); }
.yfj7p { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.jelxwd8 .yfj7p { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.lbsylqg .yfj7p { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .od419 .rizp47vp {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .od419 .w47u3vkr { margin: 0; }
}
.eugb99i .g9ceeyd { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.eugb99i .u9u8v3b h3 { color: var(--accent-light); }
.eugb99i .ibclrg { background: var(--bg-page); border: 1px solid var(--border); }
.sik1iw .w47u3vkr { border-top: 4px solid var(--accent); }
.sik1iw .g9ceeyd { background: var(--bg-card); }
.jgpe12 .w47u3vkr { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.jgpe12 .g9ceeyd { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.jgpe12 .d0mr43n { padding: 14px 16px; }
.jgpe12 .ibclrg { border-radius: 4px; }
.jgpe12 .yfj7p { border-radius: 0; }
.bzjy .g9ceeyd { padding: 0; gap: 0; overflow: hidden; }
.bzjy .ibclrg { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.bzjy .u9u8v3b { padding: 16px 20px; }
.bzjy .jukxqzkp { padding: 16px 20px; align-self: center; }
.j00k8lnh .fpz0 { font-size: .95rem; }
.jdit .mowjz7 { gap: 10px; }
.jdit .bfgw31w, .jdit .jhfuc { padding: 12px; }
.jdit .bfgw31w ul, .jdit .jhfuc ul { margin: 4px 0 0; padding-left: 18px; }
.jdit .bfgw31w li, .jdit .jhfuc li { font-size: .85rem; margin-bottom: 3px; }
.zr1d .ak0dtm { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .a5q0bfd { grid-template-columns: 1fr; }
  .jdj7cw { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .jdj7cw .e4e9tx { width: 72px; height: 50px; }
  .jdj7cw .kh9m59hs { max-width: 180px; }
  .jdj7cw .vintf18 { width: auto; }
}
.bo4ffpmb .j00k8lnh .fpz0 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .bo4ffpmb { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .wq0cmfs { padding: 16px; }
  .d7ynw .gz9h5 { min-width: 50%; }
}
.za3rm .mowjz7 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .br0v4 { grid-template-columns: 1fr; }
  .dqlpgno { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .o37ne { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .oe9fojxj { flex-wrap: wrap; padding: 16px; }
}
.zky3ynq .mowjz7 { gap: 8px; }
.zky3ynq .bfgw31w, .zky3ynq .jhfuc { padding: 8px; }
@media (max-width: 480px) {
  .xu9votf7 { flex-direction: column; align-items: stretch; }
}
.idhu .vintf18 .dev7b { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .wgpph { flex-direction: column; align-items: stretch; gap: 10px; }
  .idhu .vintf18 { text-align: center; }
}
@media (max-width: 720px) {
  .ei9l8 { grid-template-columns: 1fr; }
  .jbvf1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .za8e { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.qtjvp .n99kvs { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.y7569h .fpz0 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .bfz3 { grid-template-columns: 1fr; }
  .y7569h { width: 100px; height: 100px; margin: 16px auto; }
  .qtjvp { font-size: 1.4rem; }
  .qlbj { justify-content: center; }
  .cjnxloig .gz9h5 { min-width: 50%; }
}
.bkb4 .mowjz7 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .pdky { flex-wrap: wrap; padding: 14px 16px; }
  .w4fi { padding: 12px 16px; }
  .bkb4 .mowjz7 { margin: 0 16px; }
  .bkb4 .zr1d { padding: 0 16px; }
  .p15twt { padding: 12px 16px; }
}
.ih3yco7 .b3rd {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.ih3yco7 .b3rd:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.bhq19zq .a1hx34 { gap: 18px; }
.bhq19zq .b3rd {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.bhq19zq .b3rd:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.st4uv .a1hx34 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.st4uv .b3rd {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.st4uv .b3rd:last-child { border-bottom: none; }
.st4uv .x75dq60,
.st4uv .lbs86,
.st4uv .ulct {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.e5pp5f4 .a1hx34 { gap: 0; }
.e5pp5f4 .b3rd {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.e5pp5f4 .b3rd:last-child { border-bottom: none; }
.e5pp5f4 .b3rd:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.e5pp5f4 .b3rd:nth-child(even):hover { background: var(--bg-hover); }
.ji01nebj .b3rd {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.v91tze5g .ulct .gn2rd0de {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.v91tze5g .ulct .gn2rd0de:first-child { border-left: none; }
.e285 .ulct .gn2rd0de {
  background: transparent; padding: 4px 8px;
}
.e285 .ulct .aw3l7x { font-size: .65rem; opacity: .65; }
.e285 .ulct .pdz90o7   { font-size: 1.15rem; color: var(--accent-light); }
.q68w .ulct .gn2rd0de {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.ckmax { display: none; }
.cq79 .dap0y { font-size: 1rem; letter-spacing: 2px; }
.frd3n4 .dap0y {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.zmxp .dap0y,
.ask4p2 .dap0y,
.ycu0 .dap0y { display: none; }
.zmxp .ckmax,
.ask4p2 .ckmax,
.ycu0 .ckmax { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.zmxp .ckmax { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.zmxp .ckmax small { display: none; }
.ask4p2 .ckmax {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.ask4p2 .ckmax small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.ycu0 .ckmax {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.ycu0 .ckmax small { display: none; }
.zmxp .h8r7 .fpz0,
.ask4p2 .h8r7 .fpz0,
.ycu0 .h8r7 .fpz0 { display: none; }
.zmxp .h8r7 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.zmxp .n99kvs { display: none; }
.ask4p2 .h8r7 strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.ask4p2 .nkyl,
.ask4p2 .n99kvs { font-size: 1em; }
.ycu0 .h8r7 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.ycu0 .n99kvs { display: none; }
.kf7s { margin: 16px 0; }
.y9h9 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.y9h9 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.y9h9 summary::after { content: "+"; color: var(--accent-light); }
.y9h9[open] summary::after { content: "−"; }
.y9h9 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.xxry5e { margin-bottom: 0; }
.tx11ouyb h2.wp15ngh { color: var(--text-primary); border-color: var(--accent-light); }
.khhi3 h2.wp15ngh { color: var(--text-primary); border-color: var(--accent-light); }
.od7f .p3ii8lr     { background: #052e16; border-color: #10b981; }
.od7f .mc1kn3a { background: #2d0a1e; border-color: #f43f5e; }
.od7f .toljnhhb    { background: #1e1036; border-color: #a855f7; }
.od7f .lgslq strong  { color: #f1f5f9; }
.od7f .lgslq p       { color: #cbd5e1; }
.od7f .l86cp2    .p3ii8lr     .ygsugox7::before,
.od7f .f21ic6  .p3ii8lr     .ygsugox7::before,
.od7f .j8hmycjv  .p3ii8lr     .ygsugox7::before,
.od7f .rfzhom .p3ii8lr     .ygsugox7::before { color: #10b981; }
.od7f .l86cp2    .mc1kn3a .ygsugox7::before,
.od7f .f21ic6  .mc1kn3a .ygsugox7::before,
.od7f .j8hmycjv  .mc1kn3a .ygsugox7::before,
.od7f .rfzhom .mc1kn3a .ygsugox7::before { color: #f43f5e; }
.od7f .l86cp2    .toljnhhb    .ygsugox7::before,
.od7f .f21ic6  .toljnhhb    .ygsugox7::before,
.od7f .j8hmycjv  .toljnhhb    .ygsugox7::before,
.od7f .rfzhom .toljnhhb    .ygsugox7::before { color: #a855f7; }
.ayb0g .p3ii8lr     { background: #2d2000; border-color: #eab308; }
.ayb0g .mc1kn3a { background: #2d0b0b; border-color: #ef4444; }
.ayb0g .toljnhhb    { background: #2d1600; border-color: #f97316; }
.ayb0g .lgslq strong  { color: #f1f5f9; }
.ayb0g .lgslq p       { color: #cbd5e1; }
.ayb0g .l86cp2    .p3ii8lr     .ygsugox7::before,
.ayb0g .f21ic6  .p3ii8lr     .ygsugox7::before,
.ayb0g .j8hmycjv  .p3ii8lr     .ygsugox7::before,
.ayb0g .rfzhom .p3ii8lr     .ygsugox7::before { color: #eab308; }
.ayb0g .l86cp2    .mc1kn3a .ygsugox7::before,
.ayb0g .f21ic6  .mc1kn3a .ygsugox7::before,
.ayb0g .j8hmycjv  .mc1kn3a .ygsugox7::before,
.ayb0g .rfzhom .mc1kn3a .ygsugox7::before { color: #ef4444; }
.ayb0g .l86cp2    .toljnhhb    .ygsugox7::before,
.ayb0g .f21ic6  .toljnhhb    .ygsugox7::before,
.ayb0g .j8hmycjv  .toljnhhb    .ygsugox7::before,
.ayb0g .rfzhom .toljnhhb    .ygsugox7::before { color: #f97316; }
.zr181lq .p3ii8lr     { background: #0c1a2e; border-color: #38bdf8; }
.zr181lq .mc1kn3a { background: #12103a; border-color: #818cf8; }
.zr181lq .toljnhhb    { background: #0a2020; border-color: #2dd4bf; }
.zr181lq .lgslq strong  { color: #f1f5f9; }
.zr181lq .lgslq p       { color: #cbd5e1; }
.zr181lq .l86cp2    .p3ii8lr     .ygsugox7::before,
.zr181lq .f21ic6  .p3ii8lr     .ygsugox7::before,
.zr181lq .j8hmycjv  .p3ii8lr     .ygsugox7::before,
.zr181lq .rfzhom .p3ii8lr     .ygsugox7::before { color: #38bdf8; }
.zr181lq .l86cp2    .mc1kn3a .ygsugox7::before,
.zr181lq .f21ic6  .mc1kn3a .ygsugox7::before,
.zr181lq .j8hmycjv  .mc1kn3a .ygsugox7::before,
.zr181lq .rfzhom .mc1kn3a .ygsugox7::before { color: #818cf8; }
.zr181lq .l86cp2    .toljnhhb    .ygsugox7::before,
.zr181lq .f21ic6  .toljnhhb    .ygsugox7::before,
.zr181lq .j8hmycjv  .toljnhhb    .ygsugox7::before,
.zr181lq .rfzhom .toljnhhb    .ygsugox7::before { color: #2dd4bf; }
.nqg73our::before,
.e5d1yod::before { margin-right: 5px; }
.ufa2t0b2 .bfgw31w ul li,
.ufa2t0b2 .inuzyfq li         { color: #4ade80; }
.ufa2t0b2 .bfgw31w .nqg73our { color: #22c55e; }
.ufa2t0b2 .jhfuc ul li,
.ufa2t0b2 .uv2i li         { color: #f87171; }
.ufa2t0b2 .jhfuc .e5d1yod { color: #ef4444; }
.rq12mx .bfgw31w { background: var(--bg-pros); }
.rq12mx .jhfuc { background: var(--bg-cons); }
.rq12mx .bfgw31w .nqg73our { color: var(--c-pros-label); }
.rq12mx .jhfuc .e5d1yod { color: var(--c-cons); }
.rq12mx .bfgw31w ul li,
.rq12mx .inuzyfq li            { color: var(--c-pros); }
.rq12mx .jhfuc ul li,
.rq12mx .uv2i li            { color: var(--c-cons); }
.tp109041 .bfgw31w { background: var(--bg-pros); }
.tp109041 .jhfuc { background: var(--bg-cons); }
.tp109041 .bfgw31w .nqg73our { color: var(--c-pros-label); }
.tp109041 .jhfuc .e5d1yod { color: var(--c-cons); }
.tp109041 .bfgw31w ul li,
.tp109041 .inuzyfq li          { color: var(--c-pros); }
.tp109041 .jhfuc ul li,
.tp109041 .uv2i li          { color: var(--c-cons); }
.ddqet0 .nqg73our::before { content: "✓ "; }
.ddqet0 .e5d1yod::before { content: "✗ "; }
.vop0tlg .nqg73our::before { content: "→ "; }
.vop0tlg .e5d1yod::before { content: "← "; }
.xforqi0g .nqg73our::before { content: "★ "; }
.xforqi0g .e5d1yod::before { content: "✕ "; }
.ofqkgqbl .nqg73our::before { content: "◆ "; }
.ofqkgqbl .e5d1yod::before { content: "▲ "; }
.lbsylqg .lgslq { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.lbsylqg .lgslq strong { color: var(--text-primary); }
.lbsylqg .lgslq p      { color: var(--text-muted); }
.jelxwd8 .lgslq { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.vfau .lgslq {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.vfau .lgslq strong,
.vfau .lgslq p { color: #fff; }
.vfau .ygsugox7::before { color: rgba(255,255,255,0.9) !important; }
.g2b4jvlu .lgslq {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.g2b4jvlu .lgslq strong { color: var(--text-primary); }
.g2b4jvlu .lgslq p      { color: var(--text-muted); }
.yahr .lgslq { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.l86cp2 .ygsugox7,
.f21ic6 .ygsugox7,
.j8hmycjv .ygsugox7,
.rfzhom .ygsugox7 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.l86cp2 .ygsugox7::before,
.f21ic6 .ygsugox7::before,
.j8hmycjv .ygsugox7::before,
.rfzhom .ygsugox7::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.l86cp2 .p3ii8lr     .ygsugox7::before { content: "✦"; color: var(--c-tip-border); }
.l86cp2 .mc1kn3a .ygsugox7::before { content: "▲"; color: var(--c-warn-border); }
.l86cp2 .toljnhhb    .ygsugox7::before { content: "◉"; color: #60a5fa; }
.f21ic6 .p3ii8lr     .ygsugox7::before { content: "★"; color: var(--c-tip-border); }
.f21ic6 .mc1kn3a .ygsugox7::before { content: "◆"; color: var(--c-warn-border); }
.f21ic6 .toljnhhb    .ygsugox7::before { content: "●"; color: #60a5fa; }
.j8hmycjv .p3ii8lr     .ygsugox7::before { content: "▶"; color: var(--c-tip-border); }
.j8hmycjv .mc1kn3a .ygsugox7::before { content: "■"; color: var(--c-warn-border); }
.j8hmycjv .toljnhhb    .ygsugox7::before { content: "▸"; color: #60a5fa; }
.rfzhom .p3ii8lr     .ygsugox7::before { content: "→"; color: var(--c-tip-border); }
.rfzhom .mc1kn3a .ygsugox7::before { content: "⬥"; color: var(--c-warn-border); }
.rfzhom .toljnhhb    .ygsugox7::before { content: "◈"; color: #60a5fa; }
.dipz84z .y7v8bgt .uwo6g8,
.dipz84z .g4irxm .uwo6g8  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.dipz84z .cv30                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.dipz84z .b3rd                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.dipz84z .w47u3vkr            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.dipz84z .u6nokqg          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dipz84z .t1du228                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dsn6o9 .y7v8bgt .uwo6g8,
.dsn6o9 .g4irxm .uwo6g8,
.dsn6o9 .cv30,
.dsn6o9 .b3rd,
.dsn6o9 .w47u3vkr,
.dsn6o9 .u6nokqg,
.dsn6o9 .t1du228,
.dsn6o9 .yahr .lgslq { box-shadow: none; }
.cxon   .tfdbt, .cxon .ljd1l3t, .cxon .v7r4cv,
.cxon   .nqs8, .cxon .g7s98b4d { font-size: 0.9rem; }
.cxon   .izpijv, .cxon .yyxflvay { font-size: 0.9rem; }
.g3g59   .tfdbt, .g3g59 .ljd1l3t, .g3g59 .v7r4cv,
.g3g59   .nqs8, .g3g59 .g7s98b4d { font-size: 0.95rem; }
.g3g59   .izpijv, .g3g59 .yyxflvay { font-size: 0.95rem; }
.omjdff   .tfdbt, .omjdff .ljd1l3t, .omjdff .v7r4cv,
.omjdff   .nqs8, .omjdff .g7s98b4d { font-size: 1.08rem; }
.omjdff   .izpijv, .omjdff .yyxflvay { font-size: 1.05rem; }
.omjdff   .av2t9r { font-size: 0.97rem; }
.gtoia .ou2da      { font-size: 3.2rem; }
.gtoia h2.wp15ngh { font-size: 1.9rem; }
.gtoia h3.law8zs4     { font-size: 1.4rem; }
.ltl1 .ou2da      { font-size: 3.8rem; }
.ltl1 h2.wp15ngh { font-size: 2.2rem; }
.ltl1 h3.law8zs4     { font-size: 1.6rem; }
.xxry5e + .xxry5e { position: relative; }
.yyt91   .xxry5e + .xxry5e::before,
.qlgxkeub  .xxry5e + .xxry5e::before,
.wl5is125   .xxry5e + .xxry5e::before,
.xeu6   .xxry5e + .xxry5e::before,
.qiph   .xxry5e + .xxry5e::before,
.h04m .xxry5e + .xxry5e::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.yyt91 .xxry5e + .xxry5e::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.qlgxkeub .xxry5e + .xxry5e::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.wl5is125 .xxry5e + .xxry5e::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;
}
.xeu6 .xxry5e + .xxry5e::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.bxsj .xxry5e { margin-bottom: 16px; }
.bxsj .xxry5e + .xxry5e { margin-top: 0; }
.bxsj .s90t { padding-top: 0; padding-bottom: 0; }
.qiph .xxry5e + .xxry5e::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.h04m .xxry5e + .xxry5e::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ybk16td5 .xxry5e + .xxry5e::before,
.e2lv9 .xxry5e + .xxry5e::before,
.aw5bv .xxry5e + .xxry5e::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%;
}
.sz7s .ybk16td5 .xxry5e:nth-child(even)::before,
.sz7s .e2lv9 .xxry5e:nth-child(even)::before,
.sz7s .aw5bv .xxry5e:nth-child(even)::before { background: var(--bg-surface); }
.hwn6u .ybk16td5 .xxry5e:nth-child(even)::before,
.hwn6u .e2lv9 .xxry5e:nth-child(even)::before,
.hwn6u .aw5bv .xxry5e:nth-child(even)::before { background: var(--bg-card); }
.ybk16td5 .xxry5e + .xxry5e::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");
}
.e2lv9 .xxry5e + .xxry5e::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");
}
.aw5bv .xxry5e + .xxry5e::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");
}
.lh99v .p4076n,
.zy2h1 .p4076n,
.v69pm .p4076n { overflow: hidden; }
.lh99v .l3fqun,
.zy2h1 .l3fqun { margin-bottom: 60px; }
.v69pm .l3fqun { margin-bottom: 70px; }
.lh99v .p4076n::before,
.zy2h1 .p4076n::before,
.v69pm .p4076n::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.lh99v .p4076n::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");
}
.zy2h1 .p4076n::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");
}
.v69pm .p4076n::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.ce093bfq .p4076n:not(.d9xx) .upro { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.i3a5mgzm .p4076n:not(.d9xx) .upro { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.kjno1y  .p4076n:not(.d9xx) .upro { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.trlf16ss  .p4076n:not(.d9xx) .upro { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.c0row7 .d9xx { background: var(--accent); }
.c0row7 .d9xx .upro { background: none; }
.c0row7 .s58r6 { background: var(--accent); }
.c0row7 .ej7e { background: var(--accent-bg); }
.c0row7 .p4076n:not(.d9xx) .upro { background: rgba(0,0,0,0.6); }
.e1e2rju .ecphvkyt { float: left; width: 38%; margin: 0 28px 16px 0; }
.e1e2rju .ecphvkyt .labbp1 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.e1e2rju .s90t::after { content: ''; display: block; clear: both; }
.obcnjdo6 .ecphvkyt { float: right; width: 38%; margin: 0 0 16px 28px; }
.obcnjdo6 .ecphvkyt .labbp1 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.obcnjdo6 .s90t::after { content: ''; display: block; clear: both; }
.ty5hzp .xxry5e:nth-child(odd)  .ecphvkyt { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ty5hzp .xxry5e:nth-child(even) .ecphvkyt { float: right; width: 38%; margin: 0 0 16px 28px; }
.ty5hzp .ecphvkyt .labbp1 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ty5hzp .s90t::after { content: ''; display: block; clear: both; }
.e1e2rju .njfm1whh,
.e1e2rju .a1hx34,
.obcnjdo6 .njfm1whh,
.obcnjdo6 .a1hx34,
.ty5hzp .njfm1whh,
.ty5hzp .a1hx34 { clear: both; }
@media (max-width: 900px) {
  .e1e2rju .ecphvkyt,
  .obcnjdo6 .ecphvkyt,
  .ty5hzp .xxry5e:nth-child(odd)  .ecphvkyt,
  .ty5hzp .xxry5e:nth-child(even) .ecphvkyt {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .e1e2rju .ecphvkyt .labbp1,
  .obcnjdo6 .ecphvkyt .labbp1,
  .ty5hzp .ecphvkyt .labbp1 {
    max-height: none !important;
  }
}
.e1e2rju .izpijv,
.e1e2rju .yyxflvay,
.obcnjdo6 .izpijv,
.obcnjdo6 .yyxflvay,
.ty5hzp .izpijv,
.ty5hzp .yyxflvay { overflow: hidden; }
@media (max-width: 640px) {
  .e1e2rju .ecphvkyt,
  .obcnjdo6 .ecphvkyt,
  .ty5hzp .ecphvkyt { float: none; width: 100%; margin: 0 0 16px 0; }
}
.vw2ly7yg .mhnf2s4q,
.vw2ly7yg .s90t,
.vw2ly7yg .f01cc  { max-width: 1100px; }
.vw2ly7yg { --content-mw: 1100px; }
.bdgdq3xk .mhnf2s4q,
.bdgdq3xk .s90t,
.bdgdq3xk .f01cc  { max-width: 1200px; }
.doeczo .mhnf2s4q,
.doeczo .s90t,
.doeczo .f01cc  { max-width: 1320px; }
.z7v3s2 { font-size: 0.82rem; color: var(--text-muted); }
.edcibzr5 { display: flex; align-items: center; }
.vqyp {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.fzd7yc { display: flex; align-items: center; }
.ue8h9 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ue8h9:hover { text-decoration: underline; }
.n7tr { margin: 0 3px; opacity: 0.45; }
.n7tr::before { content: '/'; }
.x6fx9q6 { padding: 2px 5px; color: var(--text-main); }
.jme9xq .z7v3s2 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.jme9xq .edcibzr5 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.zbuk .z7v3s2 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.zbuk .edcibzr5 { padding: 0 0 0 12px; }
.mvnn .edcibzr5 { padding: 0 16px; }
.mvnn .z7v3s2 {
  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);
}
.mvnn .mhnf2s4q { padding-top: 28px; }
@media (max-width: 720px) {
  .lodx67 { margin-top: 18px; padding: 0 16px; }
  .mvnn .mhnf2s4q { padding-top: 16px; }
}
.vw2ly7yg.jme9xq .edcibzr5 { max-width: 1100px; }
.bdgdq3xk.jme9xq .edcibzr5 { max-width: 1200px; }
.doeczo.jme9xq .edcibzr5 { max-width: 1320px; }
.vw2ly7yg .lodx67 { max-width: 1100px; }
.w8p2jie .xxry5e { padding-top: 16px; padding-bottom: 16px; }
.z9k7f .xxry5e { padding-top: 24px; padding-bottom: 24px; }
.uw9p72 .xxry5e { padding-top: 40px; padding-bottom: 40px; }
.e93s4z .xxry5e { padding-top: 52px; padding-bottom: 52px; }
.o8tjfix .xxry5e:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.o8tjfix .xxry5e:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.o8tjfix .xxry5e:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.o8tjfix .xxry5e:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.yhepxsb .s90t { padding-top: 10px;  padding-bottom: 10px; }
.nlt9opve .s90t { padding-top: 18px;  padding-bottom: 18px; }
.s6psd .s90t { padding-top: 36px;  padding-bottom: 36px; }
.v8ofcfav .s90t { padding-top: 48px;  padding-bottom: 48px; }
.slzw251 h2.wp15ngh { font-weight: 600; }
.slzw251 h3.law8zs4     { font-weight: 600; }
.brujq { font-weight: 500; }
.brujq h2.wp15ngh { font-weight: 800; }
.brujq h3.law8zs4     { font-weight: 700; }
.fejed4py h2.wp15ngh { font-weight: 900; }
.fejed4py h3.law8zs4     { font-weight: 800; }
.fejed4py .lgslq strong,
.fejed4py .lgslq strong { font-weight: 600; }
.yoykfs {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.fdji23t .yoykfs { display: none; }
@media (max-width: 640px) {
  .yoykfs { display: none !important; }
}
.yoykfs { background: var(--cta) !important; color: #fff !important; border: none !important; }
.yoykfs:hover { opacity: 0.85; }
.ul9d4vn .yoykfs { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.oguvo  .fcdqs { left: 32px; }
@media (max-width: 480px) {
  .vh3wla .fcdqs { right: 20px; bottom: 20px; }
  .oguvo  .fcdqs { left: 20px; bottom: 20px; }
}
.n9tw { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.f01cc { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.nw26sql { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.xb19zs { color: var(--text-dim); font-size: 0.8rem; }
.iihhx0pl a, .zkfao a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.iihhx0pl a:hover, .zkfao a:hover { color: var(--accent-light); }
.zkfao { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.zcfoc960 .f01cc { text-align: center; }
.zcfoc960 .zkfao { justify-content: center; margin-bottom: 16px; }
.zcfoc960 .nw26sql { margin-top: 0; }
.c4k08z { margin-top: 10px; }
.c4k08z a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .f01cc { padding-left: 16px; padding-right: 16px; }
  .jybssw2 .f01cc { padding: 20px 16px; }
  .zkfao { gap: 4px 12px; }
  .nw26sql { font-size: 0.78rem; }
}
.ketu .nw26sql { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ketu .xb19zs { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ketu .rcsx0 { grid-template-columns: 1fr 1fr; } .ketu .wccuuy { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ketu .rcsx0 { grid-template-columns: 1fr; } }
.ox9k91 .nw26sql { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ox9k91 .hhuopet { gap: 12px; } .ox9k91 .avyocb { margin-right: 0; width: 100%; } }
.rwzdy57r .nw26sql { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.rwzdy57r .xb19zs { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .rwzdy57r .opg56c { grid-template-columns: 1fr 1fr; } .rwzdy57r .x8lb9hx0 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rwzdy57r .opg56c { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .e3o377 .zqamk { grid-template-columns: 1fr 1fr; } .e3o377 .nsos:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .e3o377 .zqamk { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .lcp8h0 .zqamk { grid-template-columns: 1fr; } }
.rauedhg .f01cc { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.rauedhg .zkfao { justify-content: center; }
.qw3dk .dgv0      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.qw3dk .n9tw { background: var(--bg-page); border-top-color: var(--border-alt); }
.keuqp .dgv0      { background: #0d1117; border-bottom-color: #21262d; }
.keuqp .q0327ty { color: var(--accent-light); }
.keuqp .hnudm6 { --msep-color: #8b949e; }
.keuqp .hnudm6 a { color: #8b949e; }
.keuqp .hnudm6 a:hover { color: var(--accent-light); }
.keuqp .ul0uyb { color: #8b949e; }
.keuqp .n9tw { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.keuqp .nw26sql,
.keuqp .xb19zs { color: #6e7681; }
.keuqp .iihhx0pl a, .keuqp .zkfao a,
.keuqp .iihhx0pl a:hover, .keuqp .zkfao a:hover,
@media (max-width: 640px) {
  .keuqp .hnudm6 { background: #0d1117; border-top-color: #21262d; }
  .keuqp .hnudm6 li a { border-bottom-color: #21262d; }
}
.l7hf .dgv0      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.l7hf .q0327ty { color: var(--accent-light); }
.l7hf .hnudm6 { --msep-color: #475569; }
.l7hf .hnudm6 a { color: #475569; }
.l7hf .hnudm6 a:hover { color: var(--accent-light); }
.l7hf .ul0uyb { color: #64748b; }
.l7hf .n9tw { background: #f0f4f8; border-top-color: #cbd5e1; }
.l7hf .nw26sql,
.l7hf .xb19zs { color: #64748b; }
.l7hf .iihhx0pl a, .l7hf .zkfao a,
.l7hf .iihhx0pl a:hover, .l7hf .zkfao a:hover,
@media (max-width: 640px) {
  .l7hf .hnudm6 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .l7hf .hnudm6 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.l66c .dgv0      { background: var(--accent); border-bottom-color: var(--accent-light); }
.l66c .q0327ty { color: #fff; }
.l66c .hnudm6 { --msep-color: rgba(255,255,255,0.82); }
.l66c .hnudm6 a { color: rgba(255,255,255,0.82); }
.l66c .hnudm6 a:hover { color: #fff; }
.l66c .ul0uyb { color: rgba(255,255,255,0.9); }
.l66c .n9tw { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.l66c .nw26sql,
.l66c .xb19zs { color: rgba(255,255,255,0.72); }
.l66c .iihhx0pl a, .l66c .zkfao a,
.l66c .iihhx0pl a:hover, .l66c .zkfao a:hover,
@media (max-width: 640px) {
  .l66c .hnudm6 { background: var(--accent); border-top-color: var(--accent-light); }
  .l66c .hnudm6 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.qgauh .dgv0 {
  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);
}
.qgauh .n9tw {
  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) {
  .qgauh .hnudm6 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.y4yg4 .q2wvq { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.k8ml .q2wvq { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ae4s4 .q2wvq { min-height: 72px; height: auto; }
.de9961ru .q2wvq { min-height: 84px; height: auto; }
.jybssw2 .q2wvq { max-width: none; padding: 0 32px; }
.jybssw2 .f01cc  { max-width: none; padding: 24px 32px; }
.gpc3.bdgdq3xk .q2wvq { max-width: 1200px; }
.gpc3.doeczo .q2wvq { max-width: 1320px; }
.nnkvg   .q0327ty, .nnkvg   .avyocb { text-transform: capitalize; }
.wugs87 .q0327ty, .wugs87 .avyocb { text-transform: lowercase; }
.a2jn0j .q0327ty, .a2jn0j .avyocb { text-transform: uppercase; letter-spacing: 0.06em; }
.h2ofo2, .i67d6u {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.h66wm .h2ofo2,
.mo7tr0 .h2ofo2,
.j6jrft .h2ofo2,
.bvfg .h2ofo2,
.rrn9   .hnudm6 a { font-weight: 500; }
.ov8detw .hnudm6 a { font-weight: 600; }
.ke8oywn7     .hnudm6 a { font-weight: 700; }
.l3ky    .hnudm6 a { font-weight: 800; letter-spacing: 0.01em; }
.vxvfqz8     .hnudm6 > li + li::before,
.uy9um    .hnudm6 > li + li::before,
.i2jn4    .hnudm6 > li + li::before,
.rm7b2q2 .hnudm6 > li + li::before,
.p87033jf .hnudm6 > li + li::before,
.a99xo  .hnudm6 > li + li::before,
.cpoe3s    .hnudm6 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.vxvfqz8     .hnudm6 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.uy9um    .hnudm6 > li + li::before { content: "|"; }
.i2jn4    .hnudm6 > li + li::before { content: "—"; }
.rm7b2q2 .hnudm6 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.p87033jf .hnudm6 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.a99xo  .hnudm6 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.cpoe3s    .hnudm6 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ri75hck .ul0uyb,
  .hx4m621x .ul0uyb,
  .lwf0 .ul0uyb,
  .gyyis .ul0uyb,
  .e87c9gz .ul0uyb {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ri75hck .ul0uyb::before,
  .hx4m621x .ul0uyb::before,
  .lwf0 .ul0uyb::before,
  .gyyis .ul0uyb::before,
  .e87c9gz .ul0uyb::before { content: ""; display: block; flex-shrink: 0; }

  
  .ri75hck .ul0uyb::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;
  }

  
  .hx4m621x .ul0uyb::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;
  }

  
  .lwf0 .ul0uyb::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;
  }

  
  .gyyis .ul0uyb::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;
  }

  
  .e87c9gz .ul0uyb::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) {
  .ogf3 .ul0uyb {
    padding: 5px 14px;
  }
  .ogf3 .hnudm6 {
    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;
  }
  .ogf3 .hnudm6 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ogf3 .hnudm6 li a:hover { background: var(--bg-raised); }
  .ogf3 .hy81g,
  .bx3d8 .hy81g,
  .h4zb .hy81g { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .afda .ul0uyb {
    padding: 5px 10px;
  }
  .afda .hnudm6 {
    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);
  }
  .afda .hnudm6.bzwr { transform: translateX(0); }
  .afda .hnudm6 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .afda .hnudm6 li:last-child a { border-bottom: none; }
  .l66c .hnudm6,
  .keuqp .hnudm6 { background: var(--accent) !important; }
  .l66c .hnudm6 li a,
  .keuqp .hnudm6 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .h4zb .ul0uyb {
    padding: 5px 10px;
  }
  .h4zb .hnudm6 {
    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);
  }
  .h4zb .hnudm6::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .h4zb .hnudm6.bzwr { transform: translateY(0); }
  .h4zb .hnudm6 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .h3ds8 .ul0uyb {
    padding: 5px 10px;
  }
  .h3ds8 .hnudm6 {
    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;
  }
  .h3ds8 .hnudm6.bzwr { opacity: 1; pointer-events: auto; }
  .h3ds8 .hnudm6 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .fiv65     .ul0uyb { border-radius: 0 !important; }
  .sn7t   .ul0uyb { border-radius: 8px !important; }
  .ymgmq6ge .ul0uyb { border-radius: 50% !important; }
  .aznz   .ul0uyb { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .qs14 .elp20y { flex-direction: column; align-items: stretch; }
  .qs14 .vw67f6sw { flex-direction: row; min-width: auto; }
  .qs14 .tijcukob { align-items: flex-start; text-align: left; }
}
.x3msj,
.x3msj.xxry5e,
.sz7s .x3msj,
.k6iz86 .x3msj,
.hwn6u .x3msj,
.d5h4z .x3msj {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.tc9fzv8l {
  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;
}
.cuu6tu8t { flex: 1 1 280px; min-width: 0; }
.jxuveon {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.iaz60iqw {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.mfzyd2 {
  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;
}
.mfzyd2:hover { transform: translateY(-1px); opacity: 0.95; }
.x5pcadi .tc9fzv8l {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.x5pcadi .jxuveon { color: var(--cta); }
.x5pcadi .iaz60iqw { color: var(--text-body); }
.x5pcadi .mfzyd2 {
  background: var(--cta) !important;
  color: #fff !important;
}
.zla6y0h .tc9fzv8l {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.zla6y0h .jxuveon { color: var(--text-primary); }
.zla6y0h .iaz60iqw { color: var(--text-body); }
.zla6y0h .mfzyd2 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .tc9fzv8l {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .cuu6tu8t { flex: 0 0 auto; }
  .jxuveon { font-size: 1.2rem; }
  .mfzyd2 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.gqb0yg .eijg { height: 36px; }
.ehso5hiz .eijg { height: 60px; max-width: 200px; }
.zw4e92we .eijg { height: 56px; max-width: 180px; }
.biamh7mt    .dap0y, .biamh7mt    .fpz0 { color: #f59e0b; }
.atmcfrzd      .dap0y { font-size: 1rem; letter-spacing: 1.5px; }
.atmcfrzd      .fpz0   { font-size: 1.35rem; }
.a5cf4zwy    .dap0y, .a5cf4zwy    .fpz0 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.fzap6x     .dap0y, .fzap6x     .fpz0 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.v8gct .dap0y, .v8gct .fpz0 { color: var(--cta); letter-spacing: 2px; }
.ztytqrrs   .dap0y, .ztytqrrs   .fpz0 { color: #e91e63; letter-spacing: 2px; }
.rz2ocd7  .dap0y, .rz2ocd7  .fpz0 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.jrqhvjm     .dap0y, .jrqhvjm     .fpz0 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.v91tze5g .gn2rd0de + .gn2rd0de {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.e6sq6u7 .b3rd { padding: 18px 24px; min-height: 68px; }
.e285 .aw3l7x {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.e285 .pdz90o7 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.q68w .gn2rd0de {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.a1hx34 { counter-reset: cs-rank; }
.a1hx34 .b3rd { counter-increment: cs-rank; }
.a1hx34 .b3rd::before {
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
  order: -1;
}
.zu86v4d3 .a1hx34 { counter-reset: cs-rank; gap: 0; }
.zu86v4d3 .b3rd {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.zu86v4d3 .b3rd::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.zu86v4d3 .x75dq60 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.zu86v4d3 .ool6 {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.zu86v4d3 .t6apj { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.zu86v4d3 .x75dq60 { min-width: 0; flex-direction: column; width: 100%; }
.zu86v4d3 .vrsu5yju {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.zu86v4d3 .dap0y { color: var(--cta, var(--accent)); }
.zu86v4d3 .ckmax { font-weight: 700; }
.zu86v4d3 .gn2rd0de {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.zu86v4d3 .aw3l7x {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.zu86v4d3 .pdz90o7 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.zu86v4d3 .bcq4t22 .pdz90o7 { font-size: 1.3rem; color: var(--accent-light); }
.zu86v4d3 .psk1ipr {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.zu86v4d3 .b3rd:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .zu86v4d3 .a1hx34 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .zu86v4d3 .b3rd {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .zu86v4d3 .b3rd { padding: 40px 16px 20px; }
  .zu86v4d3 .gn2rd0de {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .zu86v4d3 .psk1ipr { width: 100%; min-width: 0; }
}
.ngk023 .a1hx34 { counter-reset: cs-rank; gap: 10px; }
.ngk023 .b3rd {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.ngk023 .b3rd::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.ngk023 .x75dq60 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.ngk023 .ool6 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.ngk023 .t6apj { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.ngk023 .vrsu5yju {
  font-size: 1.05rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: 0; max-width: 140px;
  overflow-wrap: break-word; hyphens: auto;
}
.ngk023 .dap0y { color: var(--cta, var(--accent)); }
.ngk023 .gn2rd0de {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.ngk023 .aw3l7x {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.ngk023 .pdz90o7 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.ngk023 .bcq4t22 .pdz90o7 { color: var(--accent-light); }
.ngk023 .psk1ipr {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.ngk023 .b3rd:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .ngk023 .b3rd {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ngk023 .b3rd::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ngk023 .x75dq60 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ngk023 .vrsu5yju { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ngk023 .gn2rd0de {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ngk023 .psk1ipr { width: 100%; min-width: 0; }
  .ngk023 .dap0y { min-width: 0; }
}
.b6v7w1bt .b3rd::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.f7g6tvtn .y9h9 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.f7g6tvtn .y9h9 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.f7g6tvtn .y9h9 p { padding: 0 2px 16px; }
.zxsra3xg .y9h9 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.zxsra3xg .y9h9 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.zxsra3xg .y9h9 summary::after { content: "›"; font-size: 1.2em; }
.zxsra3xg .y9h9[open] summary::after { content: "‹"; }
.zxsra3xg .y9h9 p { padding: 10px 22px 4px; }
.laodkwqb .y9h9 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.laodkwqb .y9h9 summary { color: var(--text-primary); padding-left: 16px; }
.laodkwqb .y9h9 summary::after { content: "›"; font-size: 1.1em; }
.laodkwqb .y9h9[open] summary::after { content: "‹"; }
.laodkwqb .y9h9 p { padding-left: 16px; }
.rr2ui9 .kf7s { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.rr2ui9 .y9h9 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.rr2ui9 .y9h9:last-child { border-bottom: none; }
.rr2ui9 .y9h9 summary { color: var(--text-primary); border-radius: 0; }
.rr2ui9 .y9h9 summary::after { content: "›"; font-size: 1.1em; }
.rr2ui9 .y9h9[open] summary::after { content: "‹"; }
.gz4htf .y9h9 { overflow: hidden; }
.gz4htf .y9h9 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.gz4htf .y9h9 summary::after { color: rgba(255,255,255,.75); }
.gz4htf .y9h9[open] summary { border-radius: 0; }
.uzi041 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.r46cd8 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ade1vv7t {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.dwym4oa { color: var(--text-muted); font-size: 1.05rem; }
.xiqv {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.j26x6c3d {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.mx680qo { margin-bottom: 20px; }
.kkcf {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.oyofves {
  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;
}
.oyofves:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.swun0cv { resize: vertical; min-height: 130px; }
.onn55 { width: 100%; margin-top: 8px; }
.h57ug {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.rptt {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.xf09jls { color: var(--text-muted); line-height: 1.75; }
.b1gygi { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.b1gygi li { margin-bottom: 6px; }
.gci8 { max-width: 760px; margin: 0 auto; }
.fsnid { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.r6gb9opr { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.r6gb9opr:last-child { border-bottom: none; }
.r6gb9opr h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.r6gb9opr p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.p47oopo { max-width: 760px; margin: 0 auto; }
.rrn86uh { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.oysy7 ul.b1gygi { margin: 0; }
.mxd0rm4c .rrn86uh { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .mxd0rm4c { grid-template-columns: 1fr; gap: 10px; } }
.eb19a { max-width: 640px; margin: 0 auto; text-align: center; }
.rdj2nab { margin-bottom: 48px; }
.rdj2nab .rrn86uh { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.rdj2nab p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.yxl8 .b1gygi { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nj4x { grid-template-columns: 1fr; } }
.mv1w7omx { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.mv1w7omx:hover .wwab0j { color: var(--accent-light); text-decoration: underline; }
.agui0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bqllci { margin-bottom: 48px; }
.fnqk { max-width: 760px; margin: 0 auto; }
.tcm4 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.tcm4:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.lai6mhr { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.tcm4 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.tcm4 ul.b1gygi { margin: 0; }
.yewdk { color: var(--text-muted); line-height: 1.75; }
.mf3enq2 .b1gygi,
.mkon711a .b1gygi,
.zs0qjw9r .b1gygi,
.bug3 .b1gygi {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.mf3enq2 .tcm4,
.mkon711a .tcm4 { text-align: left; }
.mf3enq2 .lai6mhr,
.mkon711a .lai6mhr { text-align: center; }
.ju0xyb { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.f88vshe { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.vnoi { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.p66iw6dz { margin-top: 12px; }
.joqj { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.joqj:hover { border-bottom-color: var(--accent-light); }
.sgnfhrcg { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.sgnfhrcg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.t9gsj { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.ef4bz1 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.idxccfsq { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
.x0epoz { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .x0epoz { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.c3mn3b .vnoi, .c3mn3b .f88vshe { max-width: 640px; }
.wpqsojkw .ju0xyb { font-size: 1.6rem; margin-top: 18px; }
.g9uig5u8 .vnoi { margin-bottom: 28px; }
@media (max-width: 860px) { .ijkhrhx { grid-template-columns: 1fr; } .wpqsojkw { position: static; text-align: center; } }
.byvo1 .sgnfhrcg { margin: 0 auto 18px; }
.byvo1 .ef4bz1 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .tki6yx { grid-template-columns: 1fr; } }
.dyrp .ju0xyb { font-size: 1.6rem; margin-bottom: 6px; }
.bug3 .b1gygi { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dyrp { flex-direction: column; text-align: center; } .kf0mz { grid-template-columns: 1fr; } }
.yipbl .ju0xyb { font-size: 1.35rem; margin: 0 0 4px; }
.yipbl .ef4bz1 { margin: 0; }
.gt9q .ade1vv7t { color: var(--accent-light); }
.ckmo .ade1vv7t { font-size: 2rem; }
.ckmo .dwym4oa { max-width: 680px; }
.f5jkr {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.f5jkr .ade1vv7t { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.f5jkr .dwym4oa  { margin: 0; }
@media (max-width: 640px) { .f5jkr { flex-direction: column; } }
.nq31e .ade1vv7t { color: var(--accent-light); }
.en20bf .ade1vv7t { color: #fff; }
.en20bf .dwym4oa  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .gt3lx8iw { grid-template-columns: 1fr; } }
.ejr89 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.ejr89 .oyofves {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ejr89 .oyofves:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.wodq .oyofves { background: var(--bg-raised); border-color: transparent; }
.wodq .oyofves:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ooy70t .oyofves { border-radius: 100px; padding: 11px 20px; }
.ooy70t .swun0cv { border-radius: 14px; }
.rtxc0 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .rtxc0 { grid-template-columns: 1fr; } }
.jyjk {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.jyjk h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.jyjk p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.v3pln { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.v3pln li { margin-bottom: 6px; }
.mdxta{display:none}
.mdxta:empty,.nz8w:empty{display:none}
.srwta6wh{position:relative;overflow:visible}
.ra0q .vghr8f,.qda2a5g .vghr8f,
.d63kioul .vghr8f,.ypj2 .vghr8f,
.nlj1717 .vghr8f,.dv1jig1 .vghr8f{display:block}
.oed3 .ahpx10w{display:block}
.ra0q .vghr8f,.qda2a5g .vghr8f,
.d63kioul .vghr8f,.ypj2 .vghr8f,
.nlj1717 .vghr8f{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}
.ra0q .vghr8f .nz8w,.qda2a5g .vghr8f .nz8w,
.d63kioul .vghr8f .nz8w,.ypj2 .vghr8f .nz8w,
.nlj1717 .vghr8f .nz8w{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}
.ra0q .xedt,.qda2a5g .xedt,
.d63kioul .xedt,.ypj2 .xedt,
.nlj1717 .xedt{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ra0q .vghr8f,.qda2a5g .vghr8f{top:12px}
.ra0q .vghr8f .nz8w{margin-right:auto}
.qda2a5g .vghr8f .nz8w{margin-left:auto}
.qda2a5g .vghr8f{text-align:right}
.d63kioul .vghr8f,.ypj2 .vghr8f{bottom:12px}
.d63kioul .vghr8f .nz8w{margin-right:auto}
.ypj2 .vghr8f .nz8w{margin-left:auto}
.ypj2 .vghr8f{text-align:right}
.nlj1717 .vghr8f{position:relative;margin-top:16px}
.nlj1717 .vghr8f .nz8w{margin:0 auto}
.dv1jig1 .vghr8f{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.dv1jig1 .vghr8f .nz8w{margin:0}
.dv1jig1 .ej7e~.vghr8f,
.dv1jig1 .t3alyxig~.vghr8f{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.dv1jig1 .ej7e~.vghr8f .nz8w,
.dv1jig1 .t3alyxig~.vghr8f .nz8w{justify-content:flex-start}
.ej7e~.vghr8f,.t3alyxig~.vghr8f{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}
.ej7e~.vghr8f .nz8w{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.t3alyxig~.vghr8f .nz8w{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ahpx10w .nz8w{margin:0 0 12px}
.nz8w{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.y1nn{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.wwab0j{font-weight:600;color:var(--text-heading);opacity:1}
.mtbwkl::before{content:"·";margin:0 2px;opacity:.5}
.xedt{white-space:nowrap}
.v8hlv3z .y1nn{display:none}
.y0q20v .xedt{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.y0q20v .mtbwkl::before{content:""}
.yni1j830 .xedt{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}
.yni1j830 .mtbwkl::before{content:""}
.n4wa4 .nz8w{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.syu3 .xedt{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.syu3 .mtbwkl::before{content:""}
.xr9q87 .xedt{color: var(--accent-light);opacity:1;font-weight:500}
.wa3nei9 .xedt{border-bottom:1px solid currentColor;padding-bottom:2px}
.a5mlyg1 .nz8w{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.tk94{--date-bg:transparent}
.qkdc .mtbwkl::before{content:""}
.pf5sov0p .mtbwkl::before{content:"•";opacity:.4}
.pf5sov0p .xedt + .xedt::before{content:"•";margin-right:6px;opacity:.4}
.kqwo .mtbwkl::before{content:"/";opacity:.35}
.kqwo .xedt + .xedt::before{content:"/";margin-right:6px;opacity:.35}
.j5kf32g .mtbwkl::before{content:"|";opacity:.3}
.j5kf32g .xedt + .xedt::before{content:"|";margin-right:6px;opacity:.3}
.cxziicr .mtbwkl::before{content:"—";opacity:.3}
.cxziicr .xedt + .xedt::before{content:"—";margin-right:6px;opacity:.3}
.nyizp71e .mtbwkl::before{content:"◆";font-size:.5em;opacity:.35}
.nyizp71e .xedt + .xedt::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.up3e .mtbwkl::before{content:"·";opacity:.4}
.up3e .xedt + .xedt::before{content:"·";margin-right:6px;opacity:.4}
.btl6z0f5 .mtbwkl::before{content:"›";opacity:.4}
.btl6z0f5 .xedt + .xedt::before{content:"›";margin-right:6px;opacity:.4}
.ajiraj5l .mtbwkl::before{content:"→";opacity:.35;font-size:.85em}
.ajiraj5l .xedt + .xedt::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.t5dqgvu .c2z4{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .c2z4{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .xnactjy{max-width:100%}
}
.shyy6g .u6nokqg{margin:0}
@media (max-width:560px){
  .rfw5rlot{grid-template-columns:repeat(2,1fr);gap:12px}
}
.mhdq1y9 {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mhdq1y9.hwmx5 {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.ldlm6rwf {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.ldlm6rwf .x5qf38kq {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.ldlm6rwf .x5qf38kq::before,
.ldlm6rwf .x5qf38kq::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.ldlm6rwf .x5qf38kq::before { transform: translate(-50%, -50%) rotate(45deg); }
.ldlm6rwf .x5qf38kq::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.ldlm6rwf .x5qf38kq:hover { background: rgba(0,0,0,0.12) !important; }
.w0hnr {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.l6wlx058 {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.dgo2 {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.nf9itvq {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.ldlm6rwf .iyx2j7kg {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.ldlm6rwf .iyx2j7kg:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .ldlm6rwf { padding: 28px 18px 20px; }
  .dgo2 { font-size: 1.2rem; }
  .w0hnr { max-width: 220px; max-height: 80px; }
}
.ps20mya {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.zijp {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.sxgy  .ps20mya { border-radius: 50%; }
.ihuskug  .ps20mya { border-radius: 6px; }
.eczq7j .ps20mya { border-radius: 22px; }
.fc68lt .tc9fzv8l {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ps20mya { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.d1g5gh7c .xxry5e {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.d1g5gh7c .s90t {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.d1g5gh7c .tc9fzv8l {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.e5sz3qz9 {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.e5sz3qz9.hwmx5 { transform: translate(-50%, 0); }
.e5sz3qz9 .xxry5e,
.e5sz3qz9 .s90t {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.e5sz3qz9 .tc9fzv8l {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.gzcn {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.gzcn::before,
.gzcn::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.gzcn::before { transform: translate(-50%, -50%) rotate(45deg); }
.gzcn::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.gzcn:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .e5sz3qz9 { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .e5sz3qz9 .tc9fzv8l {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .e5sz3qz9 .iaz60iqw { display: none !important; }
  .e5sz3qz9 .jxuveon { font-size: 1.1rem !important; }
  .e5sz3qz9 .ps20mya { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .gzcn { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .q2wvq { flex-direction: row-reverse; }
[dir="rtl"] .hnudm6 { flex-direction: row-reverse; }
[dir="rtl"] .oguvo  .fcdqs { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .vh3wla .fcdqs { right: auto; left: 20px; }
  [dir="rtl"] .oguvo  .fcdqs { left: auto;  right: 20px; }
}
[dir="rtl"] .e1e2rju .ecphvkyt  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .obcnjdo6 .ecphvkyt { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .izpijv, [dir="rtl"] .yyxflvay { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .bfgw31w { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .jhfuc { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .lgslq { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .tc9fzv8l { direction: rtl; }
[dir="rtl"] .ps20mya { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .b3rd,
[dir="rtl"] .z7v3s2 { direction: rtl; }
[dir="rtl"] .t1du228 { direction: rtl; }
[dir="rtl"] .dp3ps { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .k7gk .yyxflvay,
[dir="rtl"] .japez .yyxflvay,
[dir="rtl"] .ix0i1 .yyxflvay,
[dir="rtl"] .oct48ex .yyxflvay {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .k7gk .yyxflvay li::before,
[dir="rtl"] .japez .yyxflvay li::before,
[dir="rtl"] .ix0i1 .yyxflvay li::before,
[dir="rtl"] .oct48ex .yyxflvay li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .p4076n.of78g .l3fqun,
[dir="rtl"] .n42m.of78g .l3fqun,
[dir="rtl"] .d9xx.of78g .l3fqun,
[dir="rtl"] .uo1evups.of78g .l3fqun,
[dir="rtl"] .hzwhcx.of78g .l3fqun { text-align: right; }
[dir="rtl"] .ej7e.f41ul .yacs { text-align: center; }
[dir="rtl"] .s90t,
[dir="rtl"] .nqs8,
[dir="rtl"] .g7s98b4d,
[dir="rtl"] .l3fqun { text-align: right; }
[dir="rtl"] .j26x6c3d,
[dir="rtl"] .kkcf,
[dir="rtl"] .vnoi,
[dir="rtl"] .oyofves,
[dir="rtl"] .swun0cv { text-align: right; direction: rtl; }
[dir="rtl"] .ooy70t .oyofves,
[dir="rtl"] .ejr89 .oyofves { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #22c55e;
  --brand:           #22c55e;
  --brand-light:     #28a355;
  --brand-pale:      #40c06f;
  --grad-start:      #5fe38f;
  --grad-end:        #99e6b5;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #eab308;
  --cta-light:       #c79701;
  --cta-hover:       #ae8505;
  --bg-page:         #f6f8f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f4;
  --bg-raised:       #eef1ef;
  --bg-hover:        #f3f5f4;
  --border:          #e2e8e4;
  --border-alt:      #cfdcd4;
  --border-section:  #e2e8e4;
  --text-primary:    #171b18;
  --text-muted:      #516057;
  --text-body:       #2e3731;
  --text-sub:        #46524a;
  --text-faint:      #748a7c;
  --text-dim:        #90a196;
  --text-label:      #5d6e63;
  --text-value:      #3a453e;
  --accent-bg:       #e2f2e8;
  --accent-bg-light: #c9edd6;
  --bg-tip:          #f9f0f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f6;
  --bg-cons:         #faf6f3;
  --c-pros:          #921062;
  --c-cons:          #9f4e21;
  --c-pros-label:    #ad1375;
  --c-tip-border:    #c01681;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #921062;
}
:root { --logo-bg-opacity: 42%; }
body, button, input { font-family: "Roboto", sans-serif; }
.cq4hk .ygsugox7 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.cq4hk .ygsugox7::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.cq4hk .p3ii8lr     .ygsugox7::before { content: "";  color: var(--c-tip-border); }.cq4hk .mc1kn3a .ygsugox7::before { content: ""; color: var(--c-warn-border); }.cq4hk .toljnhhb    .ygsugox7::before { content: ""; color: #60a5fa; }.od7f .cq4hk .p3ii8lr     .ygsugox7::before { color: #10b981; }.od7f .cq4hk .mc1kn3a .ygsugox7::before { color: #f43f5e; }.od7f .cq4hk .toljnhhb    .ygsugox7::before { color: #a855f7; }.ayb0g  .cq4hk .p3ii8lr     .ygsugox7::before { color: #eab308; }.ayb0g  .cq4hk .mc1kn3a .ygsugox7::before { color: #ef4444; }.ayb0g  .cq4hk .toljnhhb    .ygsugox7::before { color: #f97316; }.zr181lq  .cq4hk .p3ii8lr     .ygsugox7::before { color: #38bdf8; }.zr181lq  .cq4hk .mc1kn3a .ygsugox7::before { color: #818cf8; }.zr181lq  .cq4hk .toljnhhb    .ygsugox7::before { color: #2dd4bf; }.xoa5 .cq4hk .ygsugox7::before { color: var(--accent-light) !important; }
.qi0hfxm .inuzyfq li::before, .qi0hfxm .uv2i li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.qi0hfxm .inuzyfq li::before { content: ""; }.qi0hfxm .uv2i li::before { content: ""; }.qi0hfxm .nqg73our::before, .qi0hfxm .e5d1yod::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.qi0hfxm .nqg73our::before { content: ""; }.qi0hfxm .e5d1yod::before { content: ""; }
.tv0s2v .w5tw4gb, .tv0s2v .ej7e { min-height: 520px; }
.n7tr::before { content: '—'; }