:root {
  --color-accent: #0f1a14;
  --color-cta: #1fcf57;
  --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;
}
.v25ez {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.lz722vg {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.e6kd {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ynyz93 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.k3bet { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.k3bet a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.k3bet a:hover { color: var(--accent-light); }
.fixds     .gsjx { border-radius: 6px; }
.fixds .gsjx li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.fixds .gsjx li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.if99h .gsjx li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .gsjx {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .qjsx3v:hover .gsjx,
  .qjsx3v:focus-within .gsjx { display: block; }
  .gsjx li a { padding: 8px 16px; font-size: 0.88rem; }
}
.v372 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.o29z6qg { display: none; }
@media (max-width: 640px) {
  .o29z6qg {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .o29z6qg.n5zk9 { display: block; }
}
@media (max-width: 640px) {
  .v372 { display: block; }
  .k3bet > li + li::before { display: none !important; }
  .k3bet {
    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;
  }
  .k3bet.n5zk9 { display: flex; }
  .k3bet li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .k3bet li:last-child a { border-bottom: none; }
}
.xckguf { min-height: 480px; }
.f75t {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ggku84n { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.qf93bifa .ggku84n { margin-left: 0; margin-right: 0; }
.y9d8 {
  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;
}
.y9d8:hover { opacity: 0.88; }
.hdnr2gn {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.b4nc8z6u {
  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%);
}
.hdnr2gn .nsl3c {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.hdnr2gn .f75t { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.hdnr2gn .ggku84n { color: #e2e8f0; }
.hdnr2gn.b8r0vj .nsl3c { text-align: center; }
.hdnr2gn.qf93bifa   .nsl3c { text-align: left; }
.ihn5otl .nsl3c {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ihn5otl .f75t { color: var(--text-primary); text-shadow: none; }
.ihn5otl .ggku84n { color: var(--text-muted); }
.ihn5otl .y9d8 { margin-top: 16px; }
.ihn5otl, .ihn5otl.xckguf { min-height: auto !important; }
.ihn5otl.b8r0vj .nsl3c { text-align: center; }
.ihn5otl.qf93bifa   .nsl3c { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.xeql .hdnr2gn .b4nc8z6u {
  overflow: hidden;
}
.xeql .hdnr2gn .b4nc8z6u::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); }
}
.f4rx6ij .hdnr2gn .b4nc8z6u {
  overflow: hidden;
}
.f4rx6ij .hdnr2gn .b4nc8z6u::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;
}
.ymuddr .hdnr2gn .b4nc8z6u {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.qtaw3vqb .hdnr2gn .b4nc8z6u {
  overflow: hidden;
}
.qtaw3vqb .hdnr2gn .b4nc8z6u::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;
}
.v933s .hdnr2gn .b4nc8z6u {
  animation: hg-breathe 10s ease-in-out infinite;
}
.pduw .b4nc8z6u {
  background: none;
}
.pduw .f75t { color: #fff; }
.pduw .ggku84n { color: rgba(255,255,255,0.85); }
.pduw .y9d8 { background: #fff; color: var(--cta); }
.pduw .y9d8:hover { opacity: 0.92; }
.k0yz1 .f75t { text-shadow: none; color: var(--text-primary); }
.k0yz1 .ggku84n { color: var(--text-muted); }
body.sminvn .f75t {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.c2w0 .f75t {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.xckguf.pduw .f75t,
section.pduw .f75t {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.k0yz1.qf93bifa   .fimw { align-items: flex-start; text-align: left; }
.xckguf .c6qfe {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.c6qfe .pwcml.x8m2zw {
  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;
}
.c6qfe .pwcml.x8m2zw:hover { opacity: 0.85; }
.fwypoj7 .nsl3c { padding-bottom: 24px; }
.eytfho .nsl3c { max-width: 1100px; }
@media (max-width: 700px) {
  .k0yz1 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .k0yz1:not(.cawhd) .ehkw { display: none !important; }
  .cawhd .ehkw { padding: 16px; }
  .fimw  { padding: 36px 24px; }
  .k0yz1~.w3jd,.ex3e~.w3jd{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .xckguf, .k0yz1 { min-height: 320px !important; }
  .f75t { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .j8tuyv8,
  .b111gtm,
  .vyey5m8 { grid-template-columns: 1fr !important; }

  

  
  .fwypoj7 { display: flex !important; flex-direction: column !important; }
  .fwypoj7 .nsl3c { display: contents; }
  .fwypoj7 .b4nc8z6u { order: 0; }
  .fwypoj7 .f75t { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .fwypoj7 .j8tuyv8 { order: 2; padding: 0 16px 12px !important; }
  .fwypoj7 .ggku84n { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .eytfho .nsl3c { display: flex; flex-direction: column; }
  .eytfho .nsl3c .f75t { order: 1; }
  .eytfho .nsl3c .vyey5m8 { order: 2; margin: 8px 0 24px !important; }
  .eytfho .nsl3c .ggku84n { order: 3; }
  .eytfho .nsl3c .y9d8 { order: 4; align-self: center; margin-top: 0; }

  
  .k0yz1.cawhd {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .k0yz1.cawhd .fimw { display: contents; padding: 0; }
  .k0yz1.cawhd .fimw .f75t { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .k0yz1.cawhd .ehkw { order: 2; padding: 12px 16px; }
  .k0yz1.cawhd .fimw .ggku84n { order: 3; padding: 0 24px; margin: 0 auto; }
  .k0yz1.cawhd .fimw .y9d8 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.czwvpl { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.b03jv { width: 100%; height: auto; display: block; border-radius: 10px; }
.ps7psvr6 .czwvpl        { border-radius: 16px; }
.ps7psvr6 .b03jv  { border-radius: 16px; }
.k4giyp .czwvpl         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.k4giyp .b03jv   { border-radius: 8px; }
.bfr7xc8b { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.w5mtts { width: 100%; padding: 32px 0; position: relative; }
.mgun { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wickhj .w5mtts:nth-child(even) { background: var(--bg-surface); }
.wickhj .w5mtts:nth-child(odd)  { background: var(--bg-page); }
.lo3uhe .w5mtts:nth-child(even) { background: var(--bg-card); }
.lo3uhe .w5mtts:nth-child(odd)  { background: var(--bg-page); }
.wickhj .w5mtts:nth-child(odd)  .mgun { background: var(--bg-card); border-radius: 6px; }
.wickhj .w5mtts:nth-child(even) .mgun { background: var(--bg-raised); border-radius: 6px; }
.lo3uhe .w5mtts:nth-child(odd)  .mgun { background: var(--bg-card); border-radius: 6px; }
.lo3uhe .w5mtts:nth-child(even) .mgun { background: var(--bg-raised); border-radius: 6px; }
.wickhj .w5mtts:nth-child(even) .lhkxctab .gdlid,
.lo3uhe .w5mtts:nth-child(even) .lhkxctab .gdlid { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wickhj .w5mtts:nth-child(odd) .lhkxctab .gdlid,
.lo3uhe .w5mtts:nth-child(odd) .lhkxctab .gdlid { background: var(--bg-card-inner); }
.wickhj .w5mtts:nth-child(even) .scde .gdlid:nth-child(odd),
.lo3uhe .w5mtts:nth-child(even) .scde .gdlid:nth-child(odd)  { background: var(--bg-card); }
.wickhj .w5mtts:nth-child(even) .scde .gdlid:nth-child(even),
.lo3uhe .w5mtts:nth-child(even) .scde .gdlid:nth-child(even) { background: var(--bg-card-inner); }
h1.o6r6i { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.o6r6i {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.qp4uj { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.sr06i6nf h2.o6r6i {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.v98kz h2.o6r6i {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.b446ek h2.o6r6i {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.vw0tro h2.o6r6i::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ovt9aadv h2.o6r6i {
  color: var(--text-primary); font-size: 1.7rem;
}
.vbffa9zk h2.o6r6i::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.bpch5r7 h2.o6r6i {
  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) { .e4swa8o8 { display: none; } }
.ia5omwa { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.bmtt { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.sl3zla8 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.vwbsfw { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.b3k8p { padding-left: 20px; }
.b3k8p li { margin-bottom: 6px; }
.b3k8p a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.b3k8p a:hover { color: var(--accent-light); }
.szuq .vwbsfw { display: none; }
.jtye7s .vwbsfw { display: none; }
.jtye7s .b3k8p { padding-left: 0; list-style: none; }
.jtye7s .b3k8p li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.jtye7s .b3k8p a { font-size: 0.92rem; }
.siefxd .sl3zla8 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.siefxd .vwbsfw { display: none; }
.siefxd .b3k8p { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.siefxd .b3k8p li { margin-bottom: 0; }
.siefxd .b3k8p 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;
}
.siefxd .b3k8p a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.t8s9ma .sl3zla8 { padding: 20px 20px 16px; }
.t8s9ma .b3k8p {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.t8s9ma .b3k8p li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.t8s9ma .b3k8p 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;
}
.t8s9ma .b3k8p 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;
}
.t8s9ma .b3k8p a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.t8s9ma .b3k8p a:focus,
.t8s9ma .b3k8p a:focus-visible,
.t8s9ma .b3k8p a:target { outline: none; }
.t8s9ma .b3k8p li:target a { border-color: var(--border); color: var(--text-muted); }
.p91gez66 .sl3zla8 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.p91gez66 .vwbsfw { display: none; }
.p91gez66 .b3k8p { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.p91gez66 .b3k8p li { margin-bottom: 0; }
.p91gez66 .b3k8p li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.p91gez66 .b3k8p li:last-child::after { content: ""; margin-right: 0; }
.p91gez66 .b3k8p a { font-size: 0.9rem; }
.gdlid { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.lhkxctab .gdlid { background: var(--bg-card); }
.scde .gdlid:nth-child(odd)  { background: var(--bg-card); }
.scde .gdlid:nth-child(even) { background: var(--bg-raised); }
.xq9v .gdlid {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.xq9v .gdlid:last-child { border-bottom: none; }
.xq9v h3.qp4uj { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.jkb7ew .gdlid {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.jkb7ew .gdlid + .gdlid { margin-top: 4px; }
.tfhbr3 .gdlid { background: none; border-radius: 0; padding: 12px 0; }
.tfhbr3 .gdlid + .gdlid { border-top: 1px solid var(--border-section); }
.ewin62 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.h329u { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.lolmh { color: var(--text-body); margin-bottom: 10px; }
.bmadxof1, .lcfl { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.bmadxof1 li, .lcfl li { margin-bottom: 6px; }
.lcfl li { list-style: decimal; }
.m4et     .bmadxof1 { list-style-type: "● "; }
.kgu2  .bmadxof1 { list-style-type: "■ "; }
.ex3t07c .bmadxof1 { list-style-type: "◆ "; }
.ooik06    .bmadxof1 { list-style-type: "★ "; }
.m4et     .n7cnf { list-style-type: "● "; }
.kgu2  .n7cnf { list-style-type: "■ "; }
.ex3t07c .n7cnf { list-style-type: "◆ "; }
.ooik06    .n7cnf { list-style-type: "★ "; }
.m4et    .bmadxof1 li::marker, .m4et    .n7cnf li::marker,
.kgu2 .bmadxof1 li::marker, .kgu2 .n7cnf li::marker,
.ex3t07c .bmadxof1 li::marker, .ex3t07c .n7cnf li::marker,
.ooik06   .bmadxof1 li::marker, .ooik06   .n7cnf li::marker {
  color: var(--cta); font-size: 1em;
}
.m4et .lcfl,
.kgu2 .lcfl,
.ex3t07c .lcfl,
.ooik06 .lcfl {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.m4et .lcfl li,
.kgu2 .lcfl li,
.ex3t07c .lcfl li,
.ooik06 .lcfl li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.m4et .lcfl li::before,
.kgu2 .lcfl li::before,
.ex3t07c .lcfl li::before,
.ooik06 .lcfl 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;
}
.m4et     .lcfl li::before { border-radius: 50%; }
.kgu2  .lcfl li::before { border-radius: 3px; }
.ex3t07c .lcfl li::before { border-radius: 3px; }
.ooik06    .lcfl li::before { border-radius: 50%; }
.vxby { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.t9rg .vxby,
.qf2e2 .vxby { background: transparent; border: none; border-radius: 0; }
.syh0w { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.syh0w th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.syh0w td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.syh0w tr:hover td { background: var(--bg-hover); }
.csgzg88 .syh0w tbody tr:nth-child(even) td { background: var(--bg-surface); }
.h16m .syh0w { border: 1px solid var(--border-alt); }
.h16m .syh0w th,
.h16m .syh0w td { border: 1px solid var(--border-alt); }
.moci .syh0w th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.moci .syh0w td { border-bottom: none; }
.moci .syh0w tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.yphhj5v3 .syh0w th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.h0icjb .vxby {
  overflow: hidden;
}
.h0icjb .syh0w th { border-bottom: 1px solid var(--border-alt); }
.h0icjb .syh0w tr:last-child td { border-bottom: none; }
.ypow01 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.w07v { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.wnoifq2p { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.u3tpjc { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ubth { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.n7cnf { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.n7cnf 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%}
.eear .u3tpjc { background: transparent; text-align: center; }
.hh7if .wnoifq2p {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.vut323f .wnoifq2p {
  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);
}
.f2bd7z7u .w07v { display: grid; grid-template-columns: auto 1fr; }
.f2bd7z7u .wnoifq2p {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.f2bd7z7u .u3tpjc { grid-column: 2; }
.f2bd7z7u .ubth,
.f2bd7z7u .n7cnf { grid-column: 1 / -1; }
.xqkxuog4 .w07v { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.xqkxuog4 .wnoifq2p {
  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);
}
.xqkxuog4 .u3tpjc { grid-column: 2; }
.xqkxuog4 .ubth,
.xqkxuog4 .n7cnf { grid-column: 1 / -1; }
.itww .w07v { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.itww .u3tpjc { background: none; color: var(--accent-light); font-weight: 700; }
.exrpe .w07v { 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); }
.exrpe .u3tpjc { background: none; color: var(--accent-light); font-weight: 700; }
.pqqm1y6 .w07v { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.pqqm1y6 .w07v:last-child { border-bottom: none; }
.pqqm1y6 .u3tpjc { background: none; color: var(--accent-light); font-weight: 700; }
.nlm0n .w07v { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.nlm0n .u3tpjc { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.xyoqvgb .ypow01 { counter-reset: card-n; }
.xyoqvgb .w07v  { counter-increment: card-n; }
.xyoqvgb .u3tpjc { display: flex; align-items: center; gap: 10px; }
.xyoqvgb .u3tpjc::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;
}
.wq34yss .w07v { background: var(--bg-surface); border: 1px solid var(--border); }
.wq34yss .u3tpjc { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.cjnimy5 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.iw2ur  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.wo1j { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.zgcx { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.cjnimy5 strong { color: var(--text-primary); font-size: 0.95rem; }
.cjnimy5 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.b03jv { width: 100%; height: auto; border-radius: 10px; display: block; }
.x8m2zw {
  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;
}
.x8m2zw:hover { opacity: 0.85; }
.po3xr78 .x8m2zw  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.po3xr78 .x8m2zw:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.l3xsn .x8m2zw  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.l3xsn .x8m2zw:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.muh11 .y9d8 { border-radius: 50px; }
.muh11 .x8m2zw  { border-radius: 50px; }
.c90b .y9d8 { padding-left: 22px; padding-right: 22px; }
.c90b .x8m2zw  { padding-left: 12px; padding-right: 12px; }
.qt3edd .y9d8 { padding-left: 44px; padding-right: 44px; }
.qt3edd .x8m2zw  { padding-left: 24px; padding-right: 24px; }
.cg9zt13r .y9d8 { padding-left: 56px; padding-right: 56px; }
.cg9zt13r .x8m2zw  { padding-left: 32px; padding-right: 32px; }
.vtdlyb1w   .y9d8::after, .vtdlyb1w   .x8m2zw::after,
.p4q6vph .y9d8::after, .p4q6vph .x8m2zw::after,
.yh90aj9x    .y9d8::after, .yh90aj9x    .x8m2zw::after,
.nldjcc    .y9d8::after, .nldjcc    .x8m2zw::after,
.r73l75w    .y9d8::after, .r73l75w    .x8m2zw::after,
.ncui0     .y9d8::after, .ncui0     .x8m2zw::after,
.mcbng1    .y9d8::after, .mcbng1    .x8m2zw::after,
.p1kpwuc   .y9d8::after, .p1kpwuc   .x8m2zw::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;
}
.vtdlyb1w .y9d8::after, .vtdlyb1w .x8m2zw::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");
}
.p4q6vph .y9d8::after, .p4q6vph .x8m2zw::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");
}
.yh90aj9x .y9d8::after, .yh90aj9x .x8m2zw::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");
}
.nldjcc .y9d8::after, .nldjcc .x8m2zw::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");
}
.r73l75w .y9d8::after, .r73l75w .x8m2zw::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");
}
.ncui0 .y9d8::after, .ncui0 .x8m2zw::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");
}
.mcbng1 .y9d8::after, .mcbng1 .x8m2zw::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");
}
.p1kpwuc .y9d8::after, .p1kpwuc .x8m2zw::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");
}
.oicm   .of4rp2y::after, .oicm   .nthjzjfs::after,
.vj84a .of4rp2y::after, .vj84a .nthjzjfs::after,
.j005j9    .of4rp2y::after, .j005j9    .nthjzjfs::after,
.jcif86    .of4rp2y::after, .jcif86    .nthjzjfs::after,
.yohn    .of4rp2y::after, .yohn    .nthjzjfs::after,
.l2y9b     .of4rp2y::after, .l2y9b     .nthjzjfs::after,
.wqg7    .of4rp2y::after, .wqg7    .nthjzjfs::after,
.khf70p9   .of4rp2y::after, .khf70p9   .nthjzjfs::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;
}
.oicm .of4rp2y::after, .oicm .nthjzjfs::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");
}
.vj84a .of4rp2y::after, .vj84a .nthjzjfs::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");
}
.j005j9 .of4rp2y::after, .j005j9 .nthjzjfs::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");
}
.jcif86 .of4rp2y::after, .jcif86 .nthjzjfs::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");
}
.yohn .of4rp2y::after, .yohn .nthjzjfs::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");
}
.l2y9b .of4rp2y::after, .l2y9b .nthjzjfs::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");
}
.wqg7 .of4rp2y::after, .wqg7 .nthjzjfs::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");
}
.khf70p9 .of4rp2y::after, .khf70p9 .nthjzjfs::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");
}
.rg4fp6n5 .esnd { background: var(--bg-raised); }
.pwcml.x8m2zw {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .n4fi {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .n4fi::before    { grid-area: rank;   }
  .tw8z92wu           { grid-area: ident;  }
  .pegh     { grid-area: rating; min-width: 0; width: auto; }
  .ngcv2b           { grid-area: pills;  }
  .pwcml             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .n4fi {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .n4fi::before    { justify-self: center; }
  .tw8z92wu           { width: 100%; }
  .pegh     { justify-self: center; }
  .ngcv2b           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .wikpjs .kzso {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .wikpjs .bk2lacl { margin: 0; }
}
.kypyb .bk2lacl { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.kypyb .ofvfa { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.kypyb .t9rg { padding: 14px 16px; }
.kypyb .r1804k { border-radius: 4px; }
.kypyb .v1m4 { border-radius: 0; }
@media (max-width: 720px) {
  .k54w { grid-template-columns: 1fr; }
  .xzdb1u { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .xzdb1u .vebxus7 { width: 72px; height: 50px; }
  .xzdb1u .d4hqhrm { max-width: 180px; }
  .xzdb1u .yp600 { width: auto; }
}
@media (max-width: 720px) {
  .p2ku0pa { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .j0zf { padding: 16px; }
  .tn4z6g .rmzbopj7 { min-width: 50%; }
}
@media (max-width: 860px) {
  .vjfz { grid-template-columns: 1fr; }
  .x5ans8th { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .p9vx { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .fzm2u { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .lu52j { flex-direction: column; align-items: stretch; }
}
.kznxer .yp600 .x8m2zw { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .tezx2 { flex-direction: column; align-items: stretch; gap: 10px; }
  .kznxer .yp600 { text-align: center; }
}
@media (max-width: 720px) {
  .vlp6adx { grid-template-columns: 1fr; }
  .sjiq { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .nyjlo52 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .eoaha { grid-template-columns: 1fr; }
  .j0i6f { width: 100px; height: 100px; margin: 16px auto; }
  .bb7jr5gp { font-size: 1.4rem; }
  .n51a7 { justify-content: center; }
  .w2jw .rmzbopj7 { min-width: 50%; }
}
@media (max-width: 540px) {
  .tngiu { flex-wrap: wrap; padding: 14px 16px; }
  .hvu8o47n { padding: 12px 16px; }
  .h5467f6 .vi99hs { margin: 0 16px; }
  .h5467f6 .zc27 { padding: 0 16px; }
  .ele34 { padding: 12px 16px; }
}
.ioprez .n4fi {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.n1jb .mgsdefi,
.n1jb .akxsr,
.n1jb .akxsr {
  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;
}
.n1jb .akxsr small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.n1jb .wh6b9fz .zuvd690c,
.n1jb .wh6b9fz 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;
}
.n1jb .za7iuf,
.n1jb .a398x1rm { font-size: 1em; }
.vazg7 { margin: 16px 0; }
.fvjxot { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.fvjxot summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.fvjxot summary::after { content: "+"; color: var(--accent-light); }
.fvjxot[open] summary::after { content: "−"; }
.fvjxot p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.w5mtts { margin-bottom: 0; }
.ei2x91 h2.o6r6i { color: var(--text-primary); border-color: var(--accent-light); }
.b05i3cx h2.o6r6i { color: var(--text-primary); border-color: var(--accent-light); }
.p2i40jm .iw2ur     { background: #052e16; border-color: #10b981; }
.p2i40jm .wo1j    { background: #1e1036; border-color: #a855f7; }
.p2i40jm .cjnimy5 strong  { color: #f1f5f9; }
.p2i40jm .cjnimy5 p       { color: #cbd5e1; }
.p2i40jm .nfb0    .iw2ur     .zgcx::before,
.p2i40jm .e7103g2o  .iw2ur     .zgcx::before,
.p2i40jm .nm917  .iw2ur     .zgcx::before,
.p2i40jm .h59o9t1 .iw2ur     .zgcx::before { color: #10b981; }
.p2i40jm .nfb0    .g866zu0 .zgcx::before,
.p2i40jm .e7103g2o  .g866zu0 .zgcx::before,
.p2i40jm .nm917  .g866zu0 .zgcx::before,
.p2i40jm .h59o9t1 .g866zu0 .zgcx::before { color: #f43f5e; }
.p2i40jm .nfb0    .wo1j    .zgcx::before,
.p2i40jm .e7103g2o  .wo1j    .zgcx::before,
.p2i40jm .nm917  .wo1j    .zgcx::before,
.p2i40jm .h59o9t1 .wo1j    .zgcx::before { color: #a855f7; }
.uxl7y .iw2ur     { background: #2d2000; border-color: #eab308; }
.uxl7y .wo1j    { background: #2d1600; border-color: #f97316; }
.uxl7y .cjnimy5 strong  { color: #f1f5f9; }
.uxl7y .cjnimy5 p       { color: #cbd5e1; }
.uxl7y .nfb0    .iw2ur     .zgcx::before,
.uxl7y .e7103g2o  .iw2ur     .zgcx::before,
.uxl7y .nm917  .iw2ur     .zgcx::before,
.uxl7y .h59o9t1 .iw2ur     .zgcx::before { color: #eab308; }
.uxl7y .nfb0    .g866zu0 .zgcx::before,
.uxl7y .e7103g2o  .g866zu0 .zgcx::before,
.uxl7y .nm917  .g866zu0 .zgcx::before,
.uxl7y .h59o9t1 .g866zu0 .zgcx::before { color: #ef4444; }
.uxl7y .nfb0    .wo1j    .zgcx::before,
.uxl7y .e7103g2o  .wo1j    .zgcx::before,
.uxl7y .nm917  .wo1j    .zgcx::before,
.uxl7y .h59o9t1 .wo1j    .zgcx::before { color: #f97316; }
.zo5i2ds .iw2ur     { background: #0c1a2e; border-color: #38bdf8; }
.zo5i2ds .g866zu0 { background: #12103a; border-color: #818cf8; }
.zo5i2ds .wo1j    { background: #0a2020; border-color: #2dd4bf; }
.zo5i2ds .cjnimy5 strong  { color: #f1f5f9; }
.zo5i2ds .cjnimy5 p       { color: #cbd5e1; }
.zo5i2ds .nfb0    .iw2ur     .zgcx::before,
.zo5i2ds .e7103g2o  .iw2ur     .zgcx::before,
.zo5i2ds .nm917  .iw2ur     .zgcx::before,
.zo5i2ds .h59o9t1 .iw2ur     .zgcx::before { color: #38bdf8; }
.zo5i2ds .nfb0    .g866zu0 .zgcx::before,
.zo5i2ds .e7103g2o  .g866zu0 .zgcx::before,
.zo5i2ds .nm917  .g866zu0 .zgcx::before,
.zo5i2ds .h59o9t1 .g866zu0 .zgcx::before { color: #818cf8; }
.zo5i2ds .nfb0    .wo1j    .zgcx::before,
.zo5i2ds .e7103g2o  .wo1j    .zgcx::before,
.zo5i2ds .nm917  .wo1j    .zgcx::before,
.zo5i2ds .h59o9t1 .wo1j    .zgcx::before { color: #2dd4bf; }
.oox7 .iw2ur     { background: var(--accent-bg); border-color: var(--accent-light); }
.oox7 .wo1j    { background: var(--accent-bg); border-color: var(--accent-pale); }
.oox7 .nfb0    .zgcx::before,
.oox7 .e7103g2o  .zgcx::before,
.oox7 .nm917  .zgcx::before,
.oox7 .h59o9t1 .zgcx::before { color: var(--accent-light) !important; }
.wznbgd1m .iofedzlj { background: var(--bg-pros); }
.wznbgd1m .kkkqv9w { background: var(--bg-cons); }
.wznbgd1m .iofedzlj .zv2y { color: var(--c-pros-label); }
.wznbgd1m .kkkqv9w .a504 { color: var(--c-cons); }
.wznbgd1m .iofedzlj ul li,
.wznbgd1m .rgevo3 li          { color: var(--c-pros); }
.wznbgd1m .kkkqv9w ul li,
.wznbgd1m .jg5ue8 li          { color: var(--c-cons); }
.lv8bp6 .zv2y::before { content: "✓ "; }
.lv8bp6 .a504::before { content: "✗ "; }
.kz0vo .cjnimy5 { background: transparent; border-left: none; border: 1.5px solid; }
.kz0vo .iw2ur     { border-color: var(--c-tip-border); }
.kz0vo .wo1j    { border-color: #60a5fa; }
.kz0vo .cjnimy5 strong { color: var(--text-primary); }
.kz0vo .cjnimy5 p      { color: var(--text-muted); }
.erg0yvg .cjnimy5 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.erg0yvg .iw2ur     { border-top-color: var(--c-tip-border); }
.erg0yvg .wo1j    { border-top-color: #60a5fa; }
.b28yu9d7 .cjnimy5 { border-left: none; border-radius: 8px; }
.b28yu9d7 .iw2ur     { background: #065f46; }
.b28yu9d7 .wo1j    { background: #1e3a8a; }
.b28yu9d7 .cjnimy5 strong,
.b28yu9d7 .cjnimy5 p { color: #fff; }
.b28yu9d7 .zgcx::before { color: rgba(255,255,255,0.85) !important; }
.p2i40jm.b28yu9d7 .iw2ur,
.p2i40jm .b28yu9d7 .iw2ur     { background: #052e16; }
.p2i40jm.b28yu9d7 .wo1j,
.p2i40jm .b28yu9d7 .wo1j    { background: #1e1036; }
.uxl7y.b28yu9d7 .iw2ur,
.uxl7y .b28yu9d7 .iw2ur      { background: #2d2000; }
.uxl7y.b28yu9d7 .wo1j,
.uxl7y .b28yu9d7 .wo1j     { background: #2d1600; }
.zo5i2ds.b28yu9d7 .iw2ur,
.zo5i2ds .b28yu9d7 .iw2ur      { background: #0c1a2e; }
.zo5i2ds.b28yu9d7 .g866zu0,
.zo5i2ds .b28yu9d7 .g866zu0  { background: #12103a; }
.zo5i2ds.b28yu9d7 .wo1j,
.zo5i2ds .b28yu9d7 .wo1j     { background: #0a2020; }
.p7v9 .cjnimy5 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.p7v9 .iw2ur     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.p7v9 .wo1j    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.p7v9 .cjnimy5 strong { color: var(--text-primary); }
.p7v9 .cjnimy5 p      { color: var(--text-muted); }
.kj97 .cjnimy5 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.nfb0 .zgcx,
.e7103g2o .zgcx,
.nm917 .zgcx,
.h59o9t1 .zgcx { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.nfb0 .zgcx::before,
.e7103g2o .zgcx::before,
.nm917 .zgcx::before,
.h59o9t1 .zgcx::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.nfb0 .iw2ur     .zgcx::before { content: "✦"; color: var(--c-tip-border); }
.nfb0 .g866zu0 .zgcx::before { content: "▲"; color: var(--c-warn-border); }
.nfb0 .wo1j    .zgcx::before { content: "◉"; color: #60a5fa; }
.e7103g2o .iw2ur     .zgcx::before { content: "★"; color: var(--c-tip-border); }
.e7103g2o .g866zu0 .zgcx::before { content: "◆"; color: var(--c-warn-border); }
.e7103g2o .wo1j    .zgcx::before { content: "●"; color: #60a5fa; }
.nm917 .iw2ur     .zgcx::before { content: "▶"; color: var(--c-tip-border); }
.nm917 .g866zu0 .zgcx::before { content: "■"; color: var(--c-warn-border); }
.nm917 .wo1j    .zgcx::before { content: "▸"; color: #60a5fa; }
.h59o9t1 .iw2ur     .zgcx::before { content: "→"; color: var(--c-tip-border); }
.h59o9t1 .g866zu0 .zgcx::before { content: "⬥"; color: var(--c-warn-border); }
.h59o9t1 .wo1j    .zgcx::before { content: "◈"; color: #60a5fa; }
.lcnv .lhkxctab .gdlid,
.lcnv .scde .gdlid  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.lcnv .w07v                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.lcnv .vxby          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lcnv .sl3zla8                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.b9thexcw .lhkxctab .gdlid,
.b9thexcw .scde .gdlid,
.b9thexcw .w07v,
.b9thexcw .n4fi,
.b9thexcw .bk2lacl,
.b9thexcw .vxby,
.b9thexcw .sl3zla8,
.b9thexcw .kj97 .cjnimy5 { box-shadow: none; }
.uqje1wo7   .lolmh, .uqje1wo7 .ewin62, .uqje1wo7 .h329u,
.uqje1wo7   .ia5omwa, .uqje1wo7 .bmtt { font-size: 0.9rem; }
.uqje1wo7   .bmadxof1, .uqje1wo7 .lcfl { font-size: 0.9rem; }
.j6q6x5x   .lolmh, .j6q6x5x .ewin62, .j6q6x5x .h329u,
.j6q6x5x   .ia5omwa, .j6q6x5x .bmtt { font-size: 0.95rem; }
.j6q6x5x   .bmadxof1, .j6q6x5x .lcfl { font-size: 0.95rem; }
.cl4ma   .lolmh, .cl4ma .ewin62, .cl4ma .h329u,
.cl4ma   .ia5omwa, .cl4ma .bmtt { font-size: 1.08rem; }
.cl4ma   .bmadxof1, .cl4ma .lcfl { font-size: 1.05rem; }
.cl4ma   .syh0w { font-size: 0.97rem; }
.lizgisp2 .f75t      { font-size: 3.2rem; }
.lizgisp2 h2.o6r6i { font-size: 1.9rem; }
.lizgisp2 h3.qp4uj     { font-size: 1.4rem; }
.lxur .f75t      { font-size: 3.8rem; }
.lxur h2.o6r6i { font-size: 2.2rem; }
.lxur h3.qp4uj     { font-size: 1.6rem; }
.w5mtts + .w5mtts { position: relative; }
.u210qu   .w5mtts + .w5mtts::before,
.s1lgysn9  .w5mtts + .w5mtts::before,
.kz6di7f4   .w5mtts + .w5mtts::before,
.d23j11   .w5mtts + .w5mtts::before,
.a1stzv2   .w5mtts + .w5mtts::before,
.pphvj .w5mtts + .w5mtts::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.u210qu .w5mtts + .w5mtts::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.s1lgysn9 .w5mtts + .w5mtts::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.kz6di7f4 .w5mtts + .w5mtts::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;
}
.d23j11 .w5mtts + .w5mtts::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.nymigxj3 .w5mtts { margin-bottom: 16px; }
.nymigxj3 .w5mtts + .w5mtts { margin-top: 0; }
.nymigxj3 .mgun { padding-top: 0; padding-bottom: 0; }
.a1stzv2 .w5mtts + .w5mtts::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.pphvj .w5mtts + .w5mtts::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.vvqteqd .w5mtts + .w5mtts::before,
.vz6m .w5mtts + .w5mtts::before,
.lbjkq3x .w5mtts + .w5mtts::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%;
}
.wickhj .vvqteqd .w5mtts:nth-child(even)::before,
.wickhj .vz6m .w5mtts:nth-child(even)::before,
.wickhj .lbjkq3x .w5mtts:nth-child(even)::before { background: var(--bg-surface); }
.lo3uhe .vvqteqd .w5mtts:nth-child(even)::before,
.lo3uhe .vz6m .w5mtts:nth-child(even)::before,
.lo3uhe .lbjkq3x .w5mtts:nth-child(even)::before { background: var(--bg-card); }
.vvqteqd .w5mtts + .w5mtts::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");
}
.vz6m .w5mtts + .w5mtts::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");
}
.lbjkq3x .w5mtts + .w5mtts::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");
}
.tw0dj .hdnr2gn,
.wllto .hdnr2gn,
.nudl .hdnr2gn { overflow: hidden; }
.tw0dj .nsl3c,
.wllto .nsl3c { margin-bottom: 60px; }
.nudl .nsl3c { margin-bottom: 70px; }
.tw0dj .hdnr2gn::before,
.wllto .hdnr2gn::before,
.nudl .hdnr2gn::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%;
}
.tw0dj .hdnr2gn::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");
}
.wllto .hdnr2gn::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");
}
.nudl .hdnr2gn::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");
}
.x2gkws9 .hdnr2gn:not(.pduw) .b4nc8z6u { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.rhbi9aad .hdnr2gn:not(.pduw) .b4nc8z6u { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.dvxt8vwk  .hdnr2gn:not(.pduw) .b4nc8z6u { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.nboq  .hdnr2gn:not(.pduw) .b4nc8z6u { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.btagvvyi .pduw { background: var(--accent); }
.btagvvyi .pduw .b4nc8z6u { background: none; }
.btagvvyi .fyc9wv { background: var(--accent); }
.btagvvyi .k0yz1 { background: var(--accent-bg); }
.btagvvyi .hdnr2gn:not(.pduw) .b4nc8z6u { background: rgba(0,0,0,0.6); }
.w5mtts.b3tx .czwvpl { float: left; width: 38%; margin: 0 28px 16px 0; }
.w5mtts.b3tx .czwvpl .b03jv { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.w5mtts.b3tx .mgun::after { content: ''; display: block; clear: both; }
.w5mtts.szgqsg4t .czwvpl { float: right; width: 38%; margin: 0 0 16px 28px; }
.w5mtts.szgqsg4t .czwvpl .b03jv { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.w5mtts.szgqsg4t .mgun::after { content: ''; display: block; clear: both; }
.w5mtts.b3tx .ypow01,
.w5mtts.b3tx .vxby,
.w5mtts.b3tx .cjnimy5,
.w5mtts.b3tx .gdlid,
.w5mtts.b3tx .bmtt,
.w5mtts.b3tx .erov7,
.w5mtts.b3tx .kzso,
.w5mtts.b3tx .yk58d,
.w5mtts.szgqsg4t .ypow01,
.w5mtts.szgqsg4t .vxby,
.w5mtts.szgqsg4t .cjnimy5,
.w5mtts.szgqsg4t .gdlid,
.w5mtts.szgqsg4t .bmtt,
.w5mtts.szgqsg4t .erov7,
.w5mtts.szgqsg4t .kzso,
.w5mtts.szgqsg4t .yk58d { clear: both; }
@media (max-width: 900px) {
  .w5mtts.b3tx .czwvpl,
  .w5mtts.szgqsg4t .czwvpl {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .w5mtts.b3tx .czwvpl .b03jv,
  .w5mtts.szgqsg4t .czwvpl .b03jv {
    max-height: none !important;
  }
}
.w5mtts.b3tx .bmadxof1,
.w5mtts.b3tx .lcfl,
.w5mtts.szgqsg4t .bmadxof1,
.w5mtts.szgqsg4t .lcfl { overflow: hidden; }
@media (max-width: 640px) {
  .w5mtts.b3tx .czwvpl,
  .w5mtts.szgqsg4t .czwvpl { float: none; width: 100%; margin: 0 0 16px 0; }
}
.liu8h .bfr7xc8b,
.liu8h .mgun,
.liu8h .ktai1fsv  { max-width: 1100px; }
.liu8h { --content-mw: 1100px; }
.e2s4et8h .bfr7xc8b,
.e2s4et8h .mgun,
.e2s4et8h .ktai1fsv  { max-width: 1150px; }
.yi0agajh .bfr7xc8b,
.yi0agajh .mgun,
.yi0agajh .ktai1fsv  { max-width: 1200px; }
.rmtbi { font-size: 0.82rem; color: var(--text-muted); }
.jibnpcui { display: flex; align-items: center; }
.pxmpgy0e {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.y7pa { display: flex; align-items: center; }
.zlaez { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.zlaez:hover { text-decoration: underline; }
.l9konkll { margin: 0 3px; opacity: 0.45; }
.l9konkll::before { content: '/'; }
.azhigwul { padding: 2px 5px; color: var(--text-main); }
.lldf3 .rmtbi {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.lldf3 .jibnpcui { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.r868i .rmtbi {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.r868i .jibnpcui { padding: 0 0 0 12px; }
.v3kl .jibnpcui { padding: 0 16px; }
.v3kl .rmtbi {
  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);
}
.v3kl .bfr7xc8b { padding-top: 28px; }
@media (max-width: 720px) {
  .mstth { margin-top: 18px; padding: 0 16px; }
  .v3kl .bfr7xc8b { padding-top: 16px; }
}
.liu8h.lldf3 .jibnpcui { max-width: 1100px; }
.e2s4et8h.lldf3 .jibnpcui { max-width: 1150px; }
.yi0agajh.lldf3 .jibnpcui { max-width: 1200px; }
.liu8h .mstth { max-width: 1100px; }
.q1ch .w5mtts { padding-top: 16px; padding-bottom: 16px; }
.yj3tm6 .w5mtts { padding-top: 24px; padding-bottom: 24px; }
.g4jeqy1 .w5mtts { padding-top: 40px; padding-bottom: 40px; }
.d8e9l .w5mtts { padding-top: 52px; padding-bottom: 52px; }
.fz9pu .w5mtts:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.fz9pu .w5mtts:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.fz9pu .w5mtts:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.fz9pu .w5mtts:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.rzqpjm6 .mgun { padding-top: 10px;  padding-bottom: 10px; }
.jixr2i .mgun { padding-top: 18px;  padding-bottom: 18px; }
.v6lim0 .mgun { padding-top: 36px;  padding-bottom: 36px; }
.bv1pepvy .mgun { padding-top: 48px;  padding-bottom: 48px; }
.iqz9 h2.o6r6i { font-weight: 600; }
.iqz9 h3.qp4uj     { font-weight: 600; }
.y7rzeve8 h2.o6r6i { font-weight: 800; }
.y7rzeve8 h3.qp4uj     { font-weight: 700; }
.s24t h2.o6r6i { font-weight: 900; }
.s24t h3.qp4uj     { font-weight: 800; }
.s24t .cjnimy5 strong,
.s24t .cjnimy5 strong { font-weight: 600; }
.of4rp2y {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.n7el .of4rp2y { display: none; }
@media (max-width: 640px) { .of4rp2y { display: none; } }
.of4rp2y { background: var(--cta) !important; color: #fff !important; border: none !important; }
.of4rp2y:hover { opacity: 0.85; }
.elqpqz5n .of4rp2y { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.tedm .of4rp2y,
.zd0ske  .of4rp2y { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.tedm .of4rp2y:hover,
.zd0ske  .of4rp2y:hover { opacity: 0.88; }
.elqpqz5n.tedm .of4rp2y,
.elqpqz5n.zd0ske  .of4rp2y { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.nthjzjfs {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.nthjzjfs:hover { transform: translateY(-2px); opacity: 0.92; }
.nthjzjfs { background: var(--cta) !important; color: #fff !important; border: none !important; }
.qvfrmodw .nthjzjfs { display: none; }
.x1rut .nthjzjfs { right: 32px; }
.z1oja  .nthjzjfs { left: 32px; }
@media (max-width: 480px) {
  .x1rut .nthjzjfs { right: 20px; bottom: 20px; }
  .z1oja  .nthjzjfs { left: 20px; bottom: 20px; }
}
.b3uraa { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ktai1fsv { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.s34sj { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.dbegx7f { color: var(--text-dim); font-size: 0.8rem; }
.itb7d { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.itb7d img { height: 26px; width: auto; object-fit: contain; }
.okmt1ze7 a, .x5te a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.okmt1ze7 a:hover, .x5te a:hover { color: var(--accent-light); }
.x5te { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.g1e7 .ktai1fsv { text-align: center; }
.g1e7 .x5te { justify-content: center; margin-bottom: 16px; }
.g1e7 .s34sj { margin-top: 0; }
.xg5t88 { margin-top: 10px; }
.xg5t88 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ktai1fsv { padding-left: 16px; padding-right: 16px; }
  .llwg896 .ktai1fsv { padding: 20px 16px; }
  .x5te { gap: 4px 12px; }
  .s34sj { font-size: 0.78rem; }
}
.rp1jpc .gxedqrby .itb7d { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.rp1jpc .s34sj { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.rp1jpc .dbegx7f { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .rp1jpc .uf37zwl { grid-template-columns: 1fr 1fr; } .rp1jpc .gxedqrby { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rp1jpc .uf37zwl { grid-template-columns: 1fr; } }
.w9z0q .itb7d { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.w9z0q .s34sj { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .w9z0q .zkrew36p { gap: 12px; } .w9z0q .itb7d { margin-right: 0; width: 100%; } }
.nnanvm0g .qbvivzs3 .itb7d { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.nnanvm0g .s34sj { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.nnanvm0g .dbegx7f { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .nnanvm0g .eaxf { grid-template-columns: 1fr 1fr; } .nnanvm0g .qbvivzs3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nnanvm0g .eaxf { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .tafoz .zhii { grid-template-columns: 1fr 1fr; } .tafoz .klsmvp:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tafoz .zhii { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .gdn2f .zhii { grid-template-columns: 1fr; } }
.bpwm4ow .ktai1fsv { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.bpwm4ow .x5te { justify-content: center; }
.x6ele .v25ez      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.x6ele .b3uraa { background: var(--bg-page); border-top-color: var(--border-alt); }
.xg8k .v25ez      { background: #0d1117; border-bottom-color: #21262d; }
.xg8k .e6kd { color: var(--accent-light); }
.xg8k .k3bet { --msep-color: #8b949e; }
.xg8k .k3bet a { color: #8b949e; }
.xg8k .k3bet a:hover { color: var(--accent-light); }
.xg8k .v372 { color: #8b949e; }
.xg8k .b3uraa { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.xg8k .s34sj,
.xg8k .dbegx7f { color: #6e7681; }
.xg8k .okmt1ze7 a, .xg8k .x5te a,
.xg8k .itb7d { color: #e6edf3; }
.xg8k .okmt1ze7 a:hover, .xg8k .x5te a:hover,
@media (max-width: 640px) {
  .xg8k .k3bet { background: #0d1117; border-top-color: #21262d; }
  .xg8k .k3bet li a { border-bottom-color: #21262d; }
}
.vm0m22 .v25ez      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vm0m22 .e6kd { color: var(--accent-light); }
.vm0m22 .k3bet { --msep-color: #475569; }
.vm0m22 .k3bet a { color: #475569; }
.vm0m22 .k3bet a:hover { color: var(--accent-light); }
.vm0m22 .v372 { color: #64748b; }
.vm0m22 .b3uraa { background: #f0f4f8; border-top-color: #cbd5e1; }
.vm0m22 .s34sj,
.vm0m22 .dbegx7f { color: #64748b; }
.vm0m22 .okmt1ze7 a, .vm0m22 .x5te a,
.vm0m22 .plawy8td a, .vm0m22 .itb7d { color: #374151; }
.vm0m22 .okmt1ze7 a:hover, .vm0m22 .x5te a:hover,
@media (max-width: 640px) {
  .vm0m22 .k3bet { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vm0m22 .k3bet li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.tedm .v25ez      { background: var(--accent); border-bottom-color: var(--accent-light); }
.tedm .e6kd { color: #fff; }
.tedm .k3bet { --msep-color: rgba(255,255,255,0.82); }
.tedm .k3bet a { color: rgba(255,255,255,0.82); }
.tedm .k3bet a:hover { color: #fff; }
.tedm .v372 { color: rgba(255,255,255,0.9); }
.tedm .b3uraa { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.tedm .s34sj,
.tedm .dbegx7f { color: rgba(255,255,255,0.72); }
.tedm .okmt1ze7 a, .tedm .x5te a,
.tedm .plawy8td a, .tedm .itb7d { color: #fff; }
.tedm .okmt1ze7 a:hover, .tedm .x5te a:hover,
@media (max-width: 640px) {
  .tedm .k3bet { background: var(--accent); border-top-color: var(--accent-light); }
  .tedm .k3bet li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.zd0ske .v25ez {
  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);
}
.zd0ske .b3uraa {
  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) {
  .zd0ske .k3bet {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.youum .lz722vg { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.lu8gtx .lz722vg { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.xx4cc .lz722vg { min-height: 72px; height: auto; }
.pkd6v6 .lz722vg { min-height: 84px; height: auto; }
.llwg896 .lz722vg { max-width: none; padding: 0 32px; }
.llwg896 .ktai1fsv  { max-width: none; padding: 24px 32px; }
.oaw74r.e2s4et8h .lz722vg { max-width: 1150px; }
.oaw74r.yi0agajh .lz722vg { max-width: 1200px; }
.qdtar1dl   .e6kd, .qdtar1dl   .itb7d { text-transform: capitalize; }
.asjyrdk .e6kd, .asjyrdk .itb7d { text-transform: lowercase; }
.boct .e6kd, .boct .itb7d { text-transform: uppercase; letter-spacing: 0.06em; }
.llv0idyk, .perwf {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dpimc5 .llv0idyk,
.dpimc5 .perwf { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.jv8thdzb .llv0idyk,
.jv8thdzb .perwf { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.x2alp .llv0idyk,
.x2alp .perwf { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.shla9 .llv0idyk,
.shla9 .perwf { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.eakik   .k3bet a { font-weight: 500; }
.cr7m3miv .k3bet a { font-weight: 600; }
.o82sc0     .k3bet a { font-weight: 700; }
.zg7ef    .k3bet a { font-weight: 800; letter-spacing: 0.01em; }
.pwzg     .k3bet > li + li::before,
.bhta    .k3bet > li + li::before,
.e24uxd2    .k3bet > li + li::before,
.mpxu3jr4 .k3bet > li + li::before,
.prxcas .k3bet > li + li::before,
.pnvg2  .k3bet > li + li::before,
.ihgysn    .k3bet > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.pwzg     .k3bet > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.bhta    .k3bet > li + li::before { content: "|"; }
.e24uxd2    .k3bet > li + li::before { content: "—"; }
.mpxu3jr4 .k3bet > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.prxcas .k3bet > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.pnvg2  .k3bet > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ihgysn    .k3bet > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .mmmtj89p .v372,
  .ka5bwmd5 .v372,
  .gcst8 .v372,
  .cl3h74 .v372,
  .olc6gst .v372 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .mmmtj89p .v372::before,
  .ka5bwmd5 .v372::before,
  .gcst8 .v372::before,
  .cl3h74 .v372::before,
  .olc6gst .v372::before { content: ""; display: block; flex-shrink: 0; }

  
  .mmmtj89p .v372::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;
  }

  
  .ka5bwmd5 .v372::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;
  }

  
  .gcst8 .v372::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;
  }

  
  .cl3h74 .v372::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;
  }

  
  .olc6gst .v372::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) {
  .yf5o9v .v372 {
    padding: 5px 14px;
  }
  .yf5o9v .k3bet {
    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;
  }
  .yf5o9v .k3bet li a {
    border-bottom: none; padding: 10px 22px;
  }
  .yf5o9v .k3bet li a:hover { background: var(--bg-raised); }
  .yf5o9v .o29z6qg,
  .fhuwyu9u .o29z6qg,
  .ynzzagy .o29z6qg { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .vn6t600r .v372 {
    padding: 5px 10px;
  }
  .vn6t600r .k3bet {
    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);
  }
  .vn6t600r .k3bet.n5zk9 { transform: translateX(0); }
  .vn6t600r .k3bet li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .vn6t600r .k3bet li:last-child a { border-bottom: none; }
  .tedm .k3bet,
  .xg8k .k3bet { background: var(--accent) !important; }
  .tedm .k3bet li a,
  .xg8k .k3bet li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ynzzagy .v372 {
    padding: 5px 10px;
  }
  .ynzzagy .k3bet {
    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);
  }
  .ynzzagy .k3bet::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ynzzagy .k3bet.n5zk9 { transform: translateY(0); }
  .ynzzagy .k3bet li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .kayse .v372 {
    padding: 5px 10px;
  }
  .kayse .k3bet {
    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;
  }
  .kayse .k3bet.n5zk9 { opacity: 1; pointer-events: auto; }
  .kayse .k3bet li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .awjxm     .v372 { border-radius: 0 !important; }
  .qldku   .v372 { border-radius: 8px !important; }
  .dk1g1k .v372 { border-radius: 50% !important; }
  .crfkcrwl   .v372 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .vipw3n1v .i1ro2ij { flex-direction: column; align-items: stretch; }
  .vipw3n1v .ckmf { flex-direction: row; min-width: auto; }
  .vipw3n1v .wlpjt7kw { align-items: flex-start; text-align: left; }
}
.zbjwbg7g,
.zbjwbg7g.w5mtts,
.wickhj .zbjwbg7g,
.ri5w .zbjwbg7g,
.lo3uhe .zbjwbg7g,
.ht1xfx .zbjwbg7g {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.asbg {
  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;
}
.fe8zv { flex: 1 1 280px; min-width: 0; }
.pimvj215 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.u0jwyhw7 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.hagvo {
  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;
}
.hagvo:hover { transform: translateY(-1px); opacity: 0.95; }
.u9t81ki3 .asbg {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.u9t81ki3 .pimvj215 { color: var(--cta); }
.u9t81ki3 .u0jwyhw7 { color: var(--text-body); }
.u9t81ki3 .hagvo {
  background: var(--cta) !important;
  color: #fff !important;
}
.w6sl .asbg {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.w6sl .pimvj215 { color: var(--text-primary); }
.w6sl .u0jwyhw7 { color: var(--text-body); }
.w6sl .hagvo {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .asbg {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .fe8zv { flex: 0 0 auto; }
  .pimvj215 { font-size: 1.2rem; }
  .hagvo { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ggggkb .ynyz93 { height: 36px; }
.kxj6b .ynyz93 { height: 60px; max-width: 200px; }
.c4xb .ynyz93 { height: 76px; max-width: 240px; }
.nzskuop    .mgsdefi, .nzskuop    .zuvd690c { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
@media (min-width: 720px) {
  .eiqu81bf .erov7 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .eiqu81bf .n4fi {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .eiqu81bf .n4fi { padding: 40px 16px 20px; }
  .eiqu81bf .wzxuu6 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .eiqu81bf .pwcml { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .pyqb .n4fi {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .pyqb .n4fi::before {
    position: absolute; top: 14px; left: 14px;
  }
  .pyqb .tw8z92wu {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .pyqb .mzwps { white-space: normal; text-align: center; font-size: 1.2rem; }
  .pyqb .wzxuu6 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .pyqb .pwcml { width: 100%; min-width: 0; }
  .pyqb .mgsdefi { min-width: 0; }
}
.vq6spak .fvjxot {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.vq6spak .fvjxot summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.vq6spak .fvjxot p { padding: 0 2px 16px; }
.g109a4hd .fvjxot { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.g109a4hd .fvjxot summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.g109a4hd .fvjxot summary::after { content: "›"; font-size: 1.2em; }
.g109a4hd .fvjxot[open] summary::after { content: "‹"; }
.g109a4hd .fvjxot p { padding: 10px 22px 4px; }
.wt4z .fvjxot {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.wt4z .fvjxot summary { color: var(--text-primary); padding-left: 16px; }
.wt4z .fvjxot summary::after { content: "›"; font-size: 1.1em; }
.wt4z .fvjxot[open] summary::after { content: "‹"; }
.wt4z .fvjxot p { padding-left: 16px; }
.ozm1m5x .vazg7 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ozm1m5x .fvjxot {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ozm1m5x .fvjxot:last-child { border-bottom: none; }
.ozm1m5x .fvjxot summary { color: var(--text-primary); border-radius: 0; }
.ozm1m5x .fvjxot summary::after { content: "›"; font-size: 1.1em; }
.ozm1m5x .fvjxot[open] summary::after { content: "‹"; }
.qt5btm .fvjxot { overflow: hidden; }
.qt5btm .fvjxot summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.qt5btm .fvjxot summary::after { color: rgba(255,255,255,.75); }
.qt5btm .fvjxot[open] summary { border-radius: 0; }
.xqn2 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.p6x29g0y {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.m8c21 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.zyozoa { color: var(--text-muted); font-size: 1.05rem; }
.fp4sc {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.uih9 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.mkxsf { margin-bottom: 20px; }
.a7htzmdp {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.o96oy9cc {
  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;
}
.o96oy9cc:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.fyyi { resize: vertical; min-height: 130px; }
.lnwh { width: 100%; margin-top: 8px; }
.o15w {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.pfiie {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.chw98k { color: var(--text-muted); line-height: 1.75; }
.fqd21oe7 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.fqd21oe7 li { margin-bottom: 6px; }
.yxnigd { max-width: 760px; margin: 0 auto; }
.m8iyu6w { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.xkymrepc { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.xkymrepc:last-child { border-bottom: none; }
.xkymrepc h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.xkymrepc p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.kv25955r { max-width: 760px; margin: 0 auto; }
.ib8mdx ul.fqd21oe7 { margin: 0; }
@media (max-width: 640px) { .q20bo { grid-template-columns: 1fr; gap: 10px; } }
.t8i7p { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.jnt4a { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.p5o1snzq { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.jnt4a p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.jnt4a .fqd21oe7 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .t8i7p { grid-template-columns: 1fr; } }
.z0c1e4 ul.fqd21oe7 { margin: 0; }
.iiqucr3h .fqd21oe7,
.t7yuc .fqd21oe7,
.x8w84qwa .fqd21oe7,
.h9j6hiw0 .fqd21oe7 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .nprvlt7e { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .ncxrdq { grid-template-columns: 1fr; } .i5mn148 { position: static; text-align: center; } }
@media (max-width: 860px) { .g3tr { grid-template-columns: 1fr; } }
.h9j6hiw0 .fqd21oe7 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .r34cvg { flex-direction: column; text-align: center; } .pdwy4 { grid-template-columns: 1fr; } }
.go5yhc9g .m8c21 { color: var(--accent-light); }
.law0sr .m8c21 { font-size: 2rem; }
.law0sr .zyozoa { max-width: 680px; }
.z98p1ng .m8c21 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.z98p1ng .zyozoa  { margin: 0; }
@media (max-width: 640px) { .z98p1ng { flex-direction: column; } }
.tdax {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.tdax .m8c21 { color: var(--accent-light); }
.g5ae85b .m8c21 { color: #fff; }
.g5ae85b .zyozoa  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .rxagnts { grid-template-columns: 1fr; } }
.kwj8tg .o96oy9cc {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.kwj8tg .o96oy9cc:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.b0k0ev .o96oy9cc { background: var(--bg-raised); border-color: transparent; }
.b0k0ev .o96oy9cc:focus { background: var(--bg-card); border-color: var(--accent-light); }
.cc14t9su .o96oy9cc { border-radius: 100px; padding: 11px 20px; }
.cc14t9su .fyyi { border-radius: 14px; }
@media (max-width: 640px) { .s4iwym { grid-template-columns: 1fr; } }
.x6unq5 { counter-reset: priv-count; }
.jwdv9kg {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.jwdv9kg:last-child { border-bottom: none; }
.rzqwgel {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.jwdv9kg h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.jwdv9kg p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xrr9ls0{position:relative;overflow:visible}
.xpu7dzsn .w67zyfhk{display:block}
.cc2l8 .d2p8{color: var(--accent-light);opacity:1;font-weight:500}
.ft3f{--date-bg:var(--accent-bg)}
.fyg2fan .rxijh9::before{content:""}
.dzvu .lxybzp{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .lxybzp{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .sgamxls1{max-width:100%}
}
.yk58d{margin:24px 0 32px;padding:0;list-style:none}
.x8pqfmpr{margin:18px 0 28px}
.x8pqfmpr .vxby{margin:0}
@media (max-width:560px){
  .wl37ql{grid-template-columns:repeat(2,1fr);gap:12px}
}
.i7b0{
  display:grid;
  grid-template-columns:repeat(4, 1fr);  
  gap:14px;
  margin:16px 0;
}
.a3h8hgh{
  display:flex; flex-direction:column;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:10px;
  overflow:hidden;
  text-decoration:none;
  color:var(--text-primary);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.a3h8hgh:hover{ background:var(--bg-hover); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.svit92{
  display:block; width:100%; aspect-ratio: 4 / 3;
  background:var(--bg-surface); overflow:hidden;
}
.svit92 img{ width:100%; height:100%; object-fit:cover; display:block; }
.z2fqjt{ display:flex; flex-direction:column; gap:2px; padding:10px 12px; }
.hif7ki{ font-weight:700; font-size:.95rem; line-height:1.25; color:var(--cta); }
.dvr4fz{ font-size:.78rem; color:var(--text-muted); }
.hyn79p{ font-size:.75rem; color:var(--cta); font-weight:700; }
.cfnbtur{
  display:block; text-align:center; padding:8px 12px; margin:0 12px 12px;
  font-size:.82rem; border-radius:6px;
}
.dvlfla{ display:flex; flex-direction:column; gap:18px; margin:16px 0; }
.z86f0h{ }
.a7iuu6{
  font-size:1rem; font-weight:700;
  margin:0 0 10px;
  text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted);
}
.wldf{
  display:flex; flex-wrap:wrap; gap:10px;
}
.xpimr09{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:90px; min-height:48px; padding:8px 12px;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:6px;
}
.xpimr09 img{
  max-width:80px; max-height:32px; object-fit:contain; display:block;
}
@media (max-width:560px){
  .i7b0{ grid-template-columns: repeat(2, 1fr); gap:10px; }
  .hif7ki{ font-size:.85rem; }
  .e6mi{ grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}
.yeowso3a .i7b0{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}
.yeowso3a .svit92{ aspect-ratio: 3 / 4; }
.yeowso3a .z2fqjt{ padding: 14px 14px 6px; }
.yeowso3a .cfnbtur{ margin: 0 14px 14px; padding: 10px 14px; font-size: .9rem; }
.ked0sax6 .i7b0{
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.ked0sax6 .a3h8hgh{
  flex: 0 0 200px;
  scroll-snap-align: start;
}
.ked0sax6 .svit92{ aspect-ratio: 1 / 1; }
.ked0sax6 .z2fqjt{ padding: 8px 10px; }
.ked0sax6 .hif7ki{ font-size: .82rem; }
.ked0sax6 .dvr4fz, .ked0sax6 .hyn79p{ display: none; }
.ked0sax6 .cfnbtur{ margin: 0 10px 10px; padding: 6px 10px; font-size: .75rem; }
.ig5m .i7b0{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}
.ig5m .a3h8hgh{
  background: transparent !important;
  border: 2px solid var(--accent) !important;
  border-radius: 6px !important;
}
.ig5m .hif7ki{ color: var(--text, #fff); }
.ig5m .dvr4fz{ color: var(--text-muted, #999); }
@media (max-width: 700px) {
  .yeowso3a .i7b0,
  .ig5m .i7b0 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}
@media (max-width: 560px) {
  .xpimr09 { min-width: 72px !important; }
  .xpimr09 img { max-width: 64px !important; }
}
.nec8oww2 .e6mi{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px !important;
  align-items: center;
}
.nec8oww2 .plawk3{
  background: transparent !important;
  border: none !important;
  padding: 6px !important;
  min-height: auto !important;
  filter: brightness(.92);
  transition: filter .2s ease, transform .2s ease;
}
.nec8oww2 .plawk3:hover{ filter: brightness(1.15); transform: scale(1.06); }
.nec8oww2 .plawk3 img{ max-height: 36px !important; }
.brhuguq .a7iuu6{ display: none; }
.brhuguq .dvlfla{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.brhuguq .z86f0h{ display: contents; }
.brhuguq .wldf{ display: contents; }
.krvzzyu .xpimr09{
  border-radius: 999px !important;
  padding: 6px 14px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  gap: 8px;
}
.krvzzyu .xpimr09 img{ max-width: 36px !important; max-height: 22px !important; }
.krvzzyu .xpimr09::after{
  content: attr(title);
  font-size: .8rem;
  color: var(--text, #fff);
  font-weight: 500;
}
.wz2u .dvlfla{ gap: 10px; }
.wz2u .a7iuu6{
  display: inline-block; min-width: 110px; margin: 0 12px 0 0; opacity: .55;
  font-size: .72rem;
}
.wz2u .z86f0h{
  display: flex; align-items: center; flex-wrap: wrap;
}
.wz2u .wldf{ flex: 1; gap: 8px; }
.wz2u .xpimr09{
  min-width: 70px !important; min-height: 36px !important; padding: 4px 8px !important;
}
.wz2u .xpimr09 img{ max-height: 22px !important; }
.ieu3a4 .i7b0{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}
.ieu3a4 .a3h8hgh{
  position: relative;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--bg-surface) !important;
}
.ieu3a4 .svit92{
  aspect-ratio: 3 / 4;
  display: block;
}
.ieu3a4 .svit92 img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease, filter .25s ease;
}
.ieu3a4 .z2fqjt{
  
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 14px 8px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px !important;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.ieu3a4 .hif7ki{
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.ieu3a4 .dvr4fz,
.ieu3a4 .hyn79p{
  color: rgba(255,255,255,0.85) !important;
  font-size: .72rem;
}
.ieu3a4 .cfnbtur{
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -40%);
  margin: 0 !important;
  padding: 10px 22px !important;
  font-size: .9rem !important;
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.ieu3a4 .a3h8hgh:hover .svit92 img{
  transform: scale(1.06);
  filter: brightness(0.55);
}
.ieu3a4 .a3h8hgh:hover .z2fqjt{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.ieu3a4 .a3h8hgh:hover .cfnbtur{
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media (max-width: 700px){
  .ieu3a4 .i7b0{ grid-template-columns: repeat(2, 1fr) !important; }
  
  .ieu3a4 .z2fqjt{ opacity: 1; transform: none; }
  .ieu3a4 .cfnbtur{ opacity: 1; transform: translate(-50%, -50%); }
  .ieu3a4 .svit92 img{ filter: brightness(0.8); }
}
.kvxw .ia5omwa::first-letter{
  float: left;
  font-size: 3.4em;
  line-height: .9;
  font-weight: 800;
  color: var(--cta);
  padding: 4px 12px 0 0;
  margin-top: 4px;
}
.kvxw .ia5omwa{
  
  line-height: 1.7;
  margin-bottom: 18px;
}
.gj3jqiz4 .ia5omwa,
.gj3jqiz4 .ewin62{
  position: relative;
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.65;
  color: var(--text-primary);
  margin: 8px 0 22px;
}
.gj3jqiz4 .q1ixk { padding: 8px 0 8px 56px; }
.gj3jqiz4 .q1ixk::before {
  content: "\201C"; position: absolute; left: 4px; top: -10px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.gj3jqiz4 .xc2gnn1 { padding: 8px 56px 8px 0; text-align: right; }
.gj3jqiz4 .xc2gnn1::after {
  content: "\201D"; position: absolute; right: 4px; bottom: -18px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.gj3jqiz4 .ov3kjs { padding: 8px 22px; }
.gj3jqiz4 .ov3kjs::before,
.gj3jqiz4 .ov3kjs::after {
  font-family: Georgia, "Times New Roman", serif; font-size: 1.8em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700; vertical-align: -0.05em;
}
.gj3jqiz4 .ov3kjs::before { content: "\00AB\00A0"; margin-right: 4px; }
.gj3jqiz4 .ov3kjs::after  { content: "\00A0\00BB"; margin-left: 4px; }
.gj3jqiz4 .w6a2 {
  padding: 6px 0 6px 16px;
  border-left: 3px solid var(--cta);
}
.gj3jqiz4 .lb4f4uz { padding: 32px 0 8px 0; }
.gj3jqiz4 .lb4f4uz::before {
  content: "\201C"; position: absolute; left: 0; top: -6px;
  font-family: Georgia, "Times New Roman", serif; font-size: 2.6em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.gj3jqiz4 .hmce1t3a {
  padding: 18px 24px; text-align: center; font-size: 1.15em;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.gdlid { padding-top: 6px; }
.gdlid .qp4uj{
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.gdlid .qp4uj::after{
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: var(--cta);
  opacity: .55;
}
.gdlid p { margin: 0 0 10px; }
.gdlid p:last-child { margin-bottom: 0; }
.bmtt{
  position: relative;
  padding-left: 16px;
  margin-top: 18px;
  font-style: italic;
  color: var(--text-muted);
  border-left: 3px solid var(--cta);
}
.slyy{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 14px 0;
}
.vano0qx{
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px;
  transition: border-color .15s ease, background .15s ease;
}
.vano0qx:hover{ border-color: var(--cta); background: var(--bg-hover); }
.enq3fkj6{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  position: relative;
  
  display: none;
}
.enq3fkj6::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(255,255,255,.3) 100%);
  border-radius: inherit;
}
.ciwa1s{ flex: 1; min-width: 0; }
.jfp4p{
  font-weight: 700;
  font-size: .95rem;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.25;
}
.ofri1kao{
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.slyy.nykw60z .vano0qx { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
.slyy.nykw60z .enq3fkj6 { width: 36px; height: 36px; }
.slyy.nykw60z .ciwa1s { text-align: center; }
.slyy.adyo .vano0qx { border: 2px solid var(--cta); background: var(--bg-card-inner); }
.slyy.z0uug { counter-reset: fgb-c; }
.slyy.z0uug .vano0qx { counter-increment: fgb-c; }
.h8s0aqol {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}
.ypow01.t4o7ibnl .w07v { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.ypow01.t4o7ibnl .wnoifq2p { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.ypow01.t4o7ibnl .vogl { grid-row: 1 / span 3; grid-column: 1; width: 48px; height: 48px; margin: 0; }
.ypow01.t4o7ibnl .u3tpjc { grid-column: 2; text-align: left; padding: 0; }
.ypow01.t4o7ibnl .ubth { grid-column: 2; text-align: left; padding: 0; }
.ypow01.t4o7ibnl .n7cnf { grid-column: 2; padding-left: 18px; }
.ypow01.k1ulh .wnoifq2p,
.ypow01.k1ulh .vogl { display: none; }
.ypow01.k1ulh .w07v { padding: 16px 18px; text-align: left; }
.ypow01.k1ulh .u3tpjc { text-align: left; }
.ypow01.k1ulh .ubth { text-align: left; }
.ypow01.ew2zc { counter-reset: clb-n; }
.ypow01.ew2zc .w07v { counter-increment: clb-n; }
.ypow01.ew2zc .wnoifq2p { display: none; }
.ypow01.ew2zc .vogl { width: 32px; height: 32px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; border: 0; margin: 14px auto 4px; color: #fff; font-weight: 700; }
.ypow01.ew2zc .vogl::before { content: counter(clb-n); font-family: inherit; }
.ypow01.ew2zc .vogl::after { display: none; }
.ypow01.ew2zc .w07v:not(:has(.vogl)) .u3tpjc::before { content: counter(clb-n) ". "; color: var(--cta); font-weight: 700; }
.w3me .w07v { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.w3me .wnoifq2p { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.w3me .vogl { grid-row: 1 / span 3; grid-column: 1; width: 48px; height: 48px; margin: 0; }
.w3me .u3tpjc { grid-column: 2; text-align: left; padding: 0; }
.w3me .ubth { grid-column: 2; text-align: left; padding: 0; }
.w3me .n7cnf { grid-column: 2; padding-left: 18px; }
.tqpune .ypow01 { counter-reset: cl-n; }
.tqpune .w07v { counter-increment: cl-n; }
.tqpune .wnoifq2p { display: none; }
.tqpune .w07v:not(:has(.vogl)) .u3tpjc::before { content: counter(cl-n) ". "; color: var(--cta); font-weight: 700; }
.j13cfd .wnoifq2p,
.j13cfd .w07v { padding: 16px 18px; text-align: left; }
.j13cfd .u3tpjc { text-align: left; }
.j13cfd .ubth { text-align: left; }
.gu86oqr .vano0qx { border: 0; border-left: 3px solid var(--cta); border-radius: 0 8px 8px 0; padding-left: 14px; background: transparent; }
.gu86oqr .enq3fkj6 { display: none; }
.u9xy4xxx .vano0qx { border: 0; background: var(--bg-card-inner); }
.u9xy4xxx .enq3fkj6 { width: 36px; height: 36px; border-radius: 18px; background: rgba(255,255,255,0.06); }
.u9xy4xxx .enq3fkj6::after { background: radial-gradient(circle at 50% 50%, var(--cta) 0 6px, transparent 7px); inset: 0; opacity: 0.9; }
.m8vfm1tm .slyy { counter-reset: fg-c; }
.m8vfm1tm .vano0qx { counter-increment: fg-c; }
.m8vfm1tm .enq3fkj6 { width: 30px; height: 30px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; }
.m8vfm1tm .enq3fkj6::after { content: counter(fg-c); position: static; background: none; color: #fff; font-weight: 700; font-size: 0.9rem; line-height: 1; }
.huk37jbh .vano0qx { border: 0; background: transparent; padding: 10px 4px; }
.huk37jbh .vano0qx + .vano0qx { border-top: 1px solid var(--border); }
.huk37jbh .enq3fkj6 { width: 6px; height: 6px; border-radius: 50%; margin-top: 9px; }
.huk37jbh .enq3fkj6::after { display: none; }
.jw4z0 .vano0qx { border: 0; background: var(--bg-card); padding: 12px 14px; }
.jw4z0 .enq3fkj6 { width: 8px; height: 8px; border-radius: 50%; margin-top: 7px; }
.jw4z0 .enq3fkj6::after { display: none; }
.gejj .vano0qx { display: block; position: relative; padding: 14px 16px 14px 44px; }
.gejj .enq3fkj6 { position: absolute; top: 14px; left: 14px; width: 20px; height: 20px; border-radius: 4px; }
.gejj .ciwa1s { display: block; }
.s0hvnkj .vano0qx { background: transparent; }
.s0hvnkj .enq3fkj6 { background: transparent; border: 2px solid var(--cta); width: 32px; height: 32px; }
.s0hvnkj .enq3fkj6::after { background: linear-gradient(135deg, var(--cta) 0%, transparent 60%); opacity: 0.5; }
@media (max-width: 560px){
  .i4d2jta{ grid-template-columns: repeat(2, 1fr); padding: 14px 10px; }
  .ojoc{ font-size: 1.4rem; }
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .lcnwo4 { padding: 28px 18px 20px; }
  .yulxi { font-size: 1.2rem; }
  .d0ryvs { max-width: 220px; max-height: 80px; }
}
.rmmdg2qs .w5mtts {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.rmmdg2qs .mgun {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.rmmdg2qs .asbg {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.khy3pr  .zewg7b8 { border-radius: 6px; }
.qvmxf .asbg { align-items: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .zewg7b8 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
@media (max-width: 640px) {
  .eixk { display: none; }
  .of4rp2y {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.lyzyxenk .f75t,
.lyzyxenk .bfr7xc8b h2, .lyzyxenk .bfr7xc8b h3, .lyzyxenk .bfr7xc8b h4,
.lyzyxenk .u3tpjc h3, .lyzyxenk .jfp4p,
.lyzyxenk .c429bw, .lyzyxenk .o6r6i { color: var(--cta) !important; }
.lyzyxenk .cjnimy5,
.lyzyxenk .iw2ur,
.lyzyxenk .g866zu0,
.lyzyxenk .wo1j {
  background: var(--accent-bg) !important;
  border-color: var(--cta) !important;
}
.lyzyxenk .cjnimy5 strong { color: var(--cta) !important; }
.lyzyxenk .cjnimy5 .zgcx,
.lyzyxenk .cjnimy5 .zgcx::before { color: var(--cta) !important; }
.lyzyxenk [data-c] {
  color: var(--cta) !important;
  background: color-mix(in srgb, var(--cta) 14%, transparent) !important;
}
.lyzyxenk .i4d2jta, .lyzyxenk .pc3vp,
.lyzyxenk .iofedzlj, .lyzyxenk .kkkqv9w,
.lyzyxenk .w07v { border-color: var(--cta) !important; }
.lyzyxenk .ojoc { color: var(--cta) !important; }
.y9d8, .x8m2zw, .of4rp2y, .nthjzjfs,
.hagvo, .qtnsgdh, .pwcml { text-transform: capitalize; }
:root {
  --accent:          #0f1a14;
  --brand:           #0f1a14;
  --brand-light:     #1fcf57;
  --brand-pale:      #1fcf57;
  --grad-start:      #000000;
  --grad-end:        #050907;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1fcf57;
  --cta-light:       #59e084;
  --cta-hover:       #35e06c;
  --bg-page:         #0c0c0c;
  --bg-surface:      #141414;
  --bg-card:         #1c1c1c;
  --bg-card-inner:   #232323;
  --bg-raised:       #2b2b2b;
  --bg-hover:        #333333;
  --border:          #3d3d3d;
  --border-alt:      #4c4c4c;
  --border-section:  #3d3d3d;
  --text-primary:    #e5e5e5;
  --text-muted:      #a5a5a5;
  --text-body:       #cccccc;
  --text-sub:        #a5a5a5;
  --text-faint:      #727272;
  --text-dim:        #595959;
  --text-label:      #8c8c8c;
  --text-value:      #bfbfbf;
  --accent-bg:       #1e1e1e;
  --accent-bg-light: #2d2e2d;
  --bg-tip:          #26161f;
  --bg-warning:      #272115;
  --bg-info:         #162026;
  --bg-pros:         #26161f;
  --bg-cons:         #261c16;
  --c-pros:          #db93ba;
  --c-cons:          #e6ab89;
  --c-pros-label:    #ce6da2;
  --c-tip-border:    #c55291;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #db93ba;
}
:root { --logo-bg-opacity: 56%; }
body, button, input { font-family: "Lato", sans-serif; }
.qqa8sryr .zgcx { font-size: 0; width: 1.2rem; flex-shrink: 0; }.qqa8sryr .zgcx::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.qqa8sryr .iw2ur     .zgcx::before { content: "";  color: var(--c-tip-border); }.qqa8sryr .g866zu0 .zgcx::before { content: ""; color: var(--c-warn-border); }.qqa8sryr .wo1j    .zgcx::before { content: ""; color: #60a5fa; }.p2i40jm .qqa8sryr .iw2ur     .zgcx::before { color: #10b981; }.p2i40jm .qqa8sryr .g866zu0 .zgcx::before { color: #f43f5e; }.p2i40jm .qqa8sryr .wo1j    .zgcx::before { color: #a855f7; }.uxl7y  .qqa8sryr .iw2ur     .zgcx::before { color: #eab308; }.uxl7y  .qqa8sryr .g866zu0 .zgcx::before { color: #ef4444; }.uxl7y  .qqa8sryr .wo1j    .zgcx::before { color: #f97316; }.zo5i2ds  .qqa8sryr .iw2ur     .zgcx::before { color: #38bdf8; }.zo5i2ds  .qqa8sryr .g866zu0 .zgcx::before { color: #818cf8; }.zo5i2ds  .qqa8sryr .wo1j    .zgcx::before { color: #2dd4bf; }.oox7 .qqa8sryr .zgcx::before { color: var(--accent-light) !important; }
.aidwoy7 .xckguf, .aidwoy7 .k0yz1 { min-height: 420px; }
.l9konkll::before { content: '/'; }
.g63g4719 .b4nc8z6u {  background: rgba(0,0,0,0.45);  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }.g63g4719 .p21mlfam {  filter: blur(2px) brightness(0.88); }.g63g4719 .fyc9wv {  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }