:root {
  --color-accent: #f97316;
  --color-cta: #e5a100;
  --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;
}
.kv0cauu {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.n1oc {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.mu8f2x {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.akp1 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.mic33f8 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.mic33f8 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.mic33f8 a:hover { color: var(--accent-light); }
.f83co42  .s0p7a3n { border-radius: 14px; }
.f83co42 .s0p7a3n li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.f83co42 .s0p7a3n li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .s0p7a3n {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .qgry:hover .s0p7a3n,
  .qgry:focus-within .s0p7a3n { display: block; }
  .s0p7a3n li a { padding: 8px 16px; font-size: 0.88rem; }
}
.aiwil {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.npsuoq { display: none; }
@media (max-width: 640px) {
  .npsuoq {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .npsuoq.oml3 { display: block; }
}
@media (max-width: 640px) {
  .aiwil { display: block; }
  .mic33f8 > li + li::before { display: none !important; }
  .mic33f8 {
    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;
  }
  .mic33f8.oml3 { display: flex; }
  .mic33f8 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .mic33f8 li:last-child a { border-bottom: none; }
}
.qlthw09 { min-height: 480px; }
.vl66vy1 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.o15u { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ev218ja .o15u { margin-left: 0; margin-right: 0; }
.xb95la72 {
  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;
}
.tzvp2ax .xb95la72 { margin-top: 24px; }
.xb95la72:hover { opacity: 0.88; }
.wbtskk {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.uhamdxl {
  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%);
}
.wbtskk .jfrqotc4 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.wbtskk .vl66vy1 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.wbtskk .o15u { color: #e2e8f0; }
.wbtskk.bhlq72 .jfrqotc4 { text-align: center; }
.wbtskk.ev218ja   .jfrqotc4 { text-align: left; }
.u2ej2 .jfrqotc4 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.u2ej2 .vl66vy1 { color: var(--text-primary); text-shadow: none; }
.u2ej2 .o15u { color: var(--text-muted); }
.u2ej2 .xb95la72 { margin-top: 16px; }
.u2ej2, .u2ej2.qlthw09 { min-height: auto !important; }
.u2ej2.bhlq72 .jfrqotc4 { text-align: center; }
.u2ej2.ev218ja   .jfrqotc4 { text-align: left; }
.u2ej2~.ll6j{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.u2ej2~.ll6j .ccrh0j{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.gku7a2sc {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.tfkf0ka .gku7a2sc,
.tfkf0ka .gku7a2sc::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.tth58vee .gku7a2sc,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.smnk75n .gku7a2sc,
.smnk75n .wbtskk .uhamdxl {
  overflow: hidden;
}
.smnk75n .gku7a2sc::after,
.smnk75n .wbtskk .uhamdxl::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%); }
}
.ps0mzpm .gku7a2sc,
.ps0mzpm .gku7a2sc::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.ps0mzpm .wbtskk .uhamdxl {
  overflow: hidden;
}
.ps0mzpm .wbtskk .uhamdxl::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;
}
.kbogzdy .gku7a2sc,
.kbogzdy .wbtskk .uhamdxl {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.tfkf0ka .wbtskk .uhamdxl {
  overflow: hidden;
}
.tfkf0ka .wbtskk .uhamdxl::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;
}
.tth58vee .wbtskk .uhamdxl {
  animation: hg-breathe 10s ease-in-out infinite;
}
.gku7a2sc .uhamdxl {
  background: none;
}
.gku7a2sc .vl66vy1 { color: #fff; }
.gku7a2sc .o15u { color: rgba(255,255,255,0.85); }
.gku7a2sc .xb95la72 { background: #fff; color: var(--cta); }
.gku7a2sc .xb95la72:hover { opacity: 0.92; }
.sp71 .vl66vy1 { text-shadow: none; color: var(--text-primary); }
.sp71 .o15u { color: var(--text-muted); }
body.rzqi .vl66vy1 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.agzaro9l .vl66vy1 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qlthw09.gku7a2sc .vl66vy1,
section.gku7a2sc .vl66vy1 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.sp71.bhlq72 .d15p { align-items: center; text-align: center; }
.qlthw09 .cwqy8 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.cwqy8 .jwx4t3iw {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas:
    "rank"
    "logo"
    "name"
    "rating"
    "bonus"
    "cta" !important;
  row-gap: 10px !important;
  column-gap: 0 !important;
  padding: 16px 18px 18px !important;
  font-size: 0.95rem;
  align-items: center;
  text-align: center;
}
.cwqy8 .jwx4t3iw::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.cwqy8 .auusz0kw { display: contents !important; }
.cwqy8 .auusz0kw .z2i4 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.cwqy8 .auusz0kw .k023w { max-height: 48px; max-width: 96px; }
.cwqy8 .auusz0kw .zuy9n {
  display: block !important;
  grid-area: name;
  text-align: center; font-size: 1rem; font-weight: 700;
  line-height: 1.15; min-width: 0; max-width: 100%;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none;
}
.cwqy8 .z4wvy {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.cwqy8 .jcwpj { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.cwqy8 .ojtd { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.cwqy8 .ojtd small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.cwqy8 .fsr22k4 { display: contents !important; }
.cwqy8 .fsr22k4 .d1yqmpw:not(.aj41ju) { display: none !important; }
.cwqy8 .fsr22k4 .aj41ju {
  grid-area: bonus;
  background: var(--accent-bg, rgba(0,0,0,.04)) !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  flex-direction: column !important; align-items: center; gap: 2px;
  min-width: 0; max-width: 100%; text-align: center;
}
.cwqy8 .fsr22k4 .aj41ju .mnlutgm {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.cwqy8 .fsr22k4 .aj41ju .d236vsj {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.cwqy8 .qz9zy { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.cwqy8 .qz9zy.qy1aqgbj {
  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;
}
.cwqy8 .qz9zy.qy1aqgbj:hover { opacity: 0.85; }
.wbf3c .jfrqotc4 { padding-bottom: 24px; }
.tzvp2ax .jfrqotc4 { max-width: 1100px; }
@media (max-width: 700px) {
  .sp71 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .sp71:not(.mivctb) .zn45 { display: none !important; }
  .mivctb .zn45 { padding: 16px; }
  .d15p  { padding: 36px 24px; }
  .sp71~.ll6j,.njgvuvf7~.ll6j{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .qlthw09, .sp71 { min-height: 320px !important; }
  .vl66vy1 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .gkz6nzd,
  .wk3wc63,
  .lmytw { grid-template-columns: 1fr !important; }

  

  
  .wbf3c { display: flex !important; flex-direction: column !important; }
  .wbf3c .jfrqotc4 { display: contents; }
  .wbf3c .uhamdxl { order: 0; }
  .wbf3c .vl66vy1 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .wbf3c .gkz6nzd { order: 2; padding: 0 16px 12px !important; }
  .wbf3c .o15u { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .tzvp2ax .jfrqotc4 { display: flex; flex-direction: column; }
  .tzvp2ax .jfrqotc4 .vl66vy1 { order: 1; }
  .tzvp2ax .jfrqotc4 .lmytw { order: 2; margin: 8px 0 24px !important; }
  .tzvp2ax .jfrqotc4 .o15u { order: 3; }
  .tzvp2ax .jfrqotc4 .xb95la72 { order: 4; align-self: center; margin-top: 0; }

  
  .sp71.mivctb {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .sp71.mivctb .d15p { display: contents; padding: 0; }
  .sp71.mivctb .d15p .vl66vy1 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .sp71.mivctb .zn45 { order: 2; padding: 12px 16px; }
  .sp71.mivctb .d15p .o15u { order: 3; padding: 0 24px; margin: 0 auto; }
  .sp71.mivctb .d15p .xb95la72 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.p6k0qn { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ot73lsg { width: 100%; height: auto; display: block; border-radius: 10px; }
.oist .p6k0qn        { border-radius: 16px; }
.oist .ot73lsg  { border-radius: 16px; }
.ewvzl .p6k0qn         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ewvzl .ot73lsg   { border-radius: 8px; }
.xaao1jz8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.paqef0 { width: 100%; padding: 32px 0; position: relative; }
.zqmr7a2s { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.oju67 .paqef0:nth-child(even) { background: var(--bg-surface); }
.oju67 .paqef0:nth-child(odd)  { background: var(--bg-page); }
.g7cw .paqef0:nth-child(even) { background: var(--bg-card); }
.g7cw .paqef0:nth-child(odd)  { background: var(--bg-page); }
.oju67 .paqef0:nth-child(odd)  .zqmr7a2s { background: var(--bg-card); border-radius: 6px; }
.oju67 .paqef0:nth-child(even) .zqmr7a2s { background: var(--bg-raised); border-radius: 6px; }
.g7cw .paqef0:nth-child(odd)  .zqmr7a2s { background: var(--bg-card); border-radius: 6px; }
.g7cw .paqef0:nth-child(even) .zqmr7a2s { background: var(--bg-raised); border-radius: 6px; }
.oju67 .paqef0:nth-child(even) .lcbao4s .y97tcg,
.g7cw .paqef0:nth-child(even) .lcbao4s .y97tcg { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.oju67 .paqef0:nth-child(odd) .lcbao4s .y97tcg,
.g7cw .paqef0:nth-child(odd) .lcbao4s .y97tcg { background: var(--bg-card-inner); }
.oju67 .paqef0:nth-child(even) .ujnmvo .y97tcg:nth-child(odd),
.g7cw .paqef0:nth-child(even) .ujnmvo .y97tcg:nth-child(odd)  { background: var(--bg-card); }
.oju67 .paqef0:nth-child(even) .ujnmvo .y97tcg:nth-child(even),
.g7cw .paqef0:nth-child(even) .ujnmvo .y97tcg:nth-child(even) { background: var(--bg-card-inner); }
h1.qlgho { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.qlgho {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.i3pd5 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ohttso h2.qlgho {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.d8vz7t2r h2.qlgho {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.dq6fw0t h2.qlgho {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.vz1v h2.qlgho::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.fe20em h2.qlgho {
  color: var(--text-primary); font-size: 1.7rem;
}
.lidm h2.qlgho::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.hpu4quxf h2.qlgho {
  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;
}
.px17p2 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .px17p2 { display: none; } }
.puxq { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.lko1 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.efax46s5 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.lciw6nq { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.b5rfrx { padding-left: 20px; }
.b5rfrx li { margin-bottom: 6px; }
.b5rfrx a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.b5rfrx a:hover { color: var(--accent-light); }
.ef0kniy0 .lciw6nq { display: none; }
.digp7 .lciw6nq { display: none; }
.digp7 .b5rfrx { padding-left: 0; list-style: none; }
.digp7 .b5rfrx li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.digp7 .b5rfrx a { font-size: 0.92rem; }
.rfzk .efax46s5 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.rfzk .lciw6nq { display: none; }
.rfzk .b5rfrx { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.rfzk .b5rfrx li { margin-bottom: 0; }
.rfzk .b5rfrx 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;
}
.rfzk .b5rfrx a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.vms5kzme .efax46s5 { padding: 20px 20px 16px; }
.vms5kzme .b5rfrx {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.vms5kzme .b5rfrx li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.vms5kzme .b5rfrx 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;
}
.vms5kzme .b5rfrx 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;
}
.vms5kzme .b5rfrx a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.vms5kzme .b5rfrx a:focus,
.vms5kzme .b5rfrx a:focus-visible,
.vms5kzme .b5rfrx a:target { outline: none; }
.vms5kzme .b5rfrx li:target a { border-color: var(--border); color: var(--text-muted); }
.eaih1 .efax46s5 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.eaih1 .lciw6nq { display: none; }
.eaih1 .b5rfrx { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.eaih1 .b5rfrx li { margin-bottom: 0; }
.eaih1 .b5rfrx li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.eaih1 .b5rfrx li:last-child::after { content: ""; margin-right: 0; }
.eaih1 .b5rfrx a { font-size: 0.9rem; }
.y97tcg { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.lcbao4s .y97tcg { background: var(--bg-card); }
.ujnmvo .y97tcg:nth-child(odd)  { background: var(--bg-card); }
.ujnmvo .y97tcg:nth-child(even) { background: var(--bg-raised); }
.dfyu .y97tcg {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.dfyu .y97tcg:last-child { border-bottom: none; }
.dfyu h3.i3pd5 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.xgl44jqw .y97tcg {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.xgl44jqw .y97tcg + .y97tcg { margin-top: 4px; }
.xia4t8 .y97tcg { background: none; border-radius: 0; padding: 12px 0; }
.xia4t8 .y97tcg + .y97tcg { border-top: 1px solid var(--border-section); }
.w0no { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.c5j022s { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.pfc9 { color: var(--text-body); margin-bottom: 10px; }
.xgc0o3js, .fo7okoe { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.xgc0o3js li, .fo7okoe li { margin-bottom: 6px; }
.fo7okoe li { list-style: decimal; }
.h9d8ae73     .xgc0o3js { list-style-type: "● "; }
.fjt6vz2  .xgc0o3js { list-style-type: "■ "; }
.zrdioy .xgc0o3js { list-style-type: "◆ "; }
.fnoc    .xgc0o3js { list-style-type: "★ "; }
.h9d8ae73     .v29l2c { list-style-type: "● "; }
.fjt6vz2  .v29l2c { list-style-type: "■ "; }
.zrdioy .v29l2c { list-style-type: "◆ "; }
.fnoc    .v29l2c { list-style-type: "★ "; }
.h9d8ae73    .xgc0o3js li::marker, .h9d8ae73    .v29l2c li::marker,
.fjt6vz2 .xgc0o3js li::marker, .fjt6vz2 .v29l2c li::marker,
.zrdioy .xgc0o3js li::marker, .zrdioy .v29l2c li::marker,
.fnoc   .xgc0o3js li::marker, .fnoc   .v29l2c li::marker {
  color: var(--cta); font-size: 1em;
}
.h9d8ae73 .fo7okoe,
.fjt6vz2 .fo7okoe,
.zrdioy .fo7okoe,
.fnoc .fo7okoe {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.h9d8ae73 .fo7okoe li,
.fjt6vz2 .fo7okoe li,
.zrdioy .fo7okoe li,
.fnoc .fo7okoe li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.h9d8ae73 .fo7okoe li::before,
.fjt6vz2 .fo7okoe li::before,
.zrdioy .fo7okoe li::before,
.fnoc .fo7okoe 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;
}
.h9d8ae73     .fo7okoe li::before { border-radius: 50%; }
.fjt6vz2  .fo7okoe li::before { border-radius: 3px; }
.zrdioy .fo7okoe li::before { border-radius: 3px; }
.fnoc    .fo7okoe li::before { border-radius: 50%; }
.stltj { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.le1x .stltj,
.nipewzu .stltj { background: transparent; border: none; border-radius: 0; }
.czmka { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.czmka th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.czmka td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.czmka tr:hover td { background: var(--bg-hover); }
.j4ml .czmka tbody tr:nth-child(even) td { background: var(--bg-surface); }
.o1mbr3 .czmka { border: 1px solid var(--border-alt); }
.o1mbr3 .czmka th,
.o1mbr3 .czmka td { border: 1px solid var(--border-alt); }
.y1bjf9bj .czmka th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.y1bjf9bj .czmka td { border-bottom: none; }
.y1bjf9bj .czmka tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.wyx1 .czmka th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ik4zvnx9 .stltj {
  overflow: hidden;
}
.ik4zvnx9 .czmka th { border-bottom: 1px solid var(--border-alt); }
.ik4zvnx9 .czmka tr:last-child td { border-bottom: none; }
.qhyo7ab { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.h4cxnyjd { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.xcl5u { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.b8ul { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.jh4e { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.v29l2c { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.v29l2c 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%}
.k1jr .b8ul { background: transparent; text-align: center; }
.m40mm8t9 .xcl5u {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.zlkw7 .xcl5u {
  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);
}
.vomm .h4cxnyjd { display: grid; grid-template-columns: auto 1fr; }
.vomm .xcl5u {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.vomm .b8ul { grid-column: 2; }
.vomm .jh4e,
.vomm .v29l2c { grid-column: 1 / -1; }
.k2mtyvn .h4cxnyjd { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.k2mtyvn .xcl5u {
  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);
}
.k2mtyvn .b8ul { grid-column: 2; }
.k2mtyvn .jh4e,
.k2mtyvn .v29l2c { grid-column: 1 / -1; }
.gf425d .h4cxnyjd { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.gf425d .b8ul { background: none; color: var(--accent-light); font-weight: 700; }
.f2zzg .h4cxnyjd { 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); }
.f2zzg .b8ul { background: none; color: var(--accent-light); font-weight: 700; }
.bztv .h4cxnyjd { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.bztv .h4cxnyjd:last-child { border-bottom: none; }
.bztv .b8ul { background: none; color: var(--accent-light); font-weight: 700; }
.bov2uf .h4cxnyjd { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.bov2uf .b8ul { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.fq3xb .qhyo7ab { counter-reset: card-n; }
.fq3xb .h4cxnyjd  { counter-increment: card-n; }
.fq3xb .b8ul { display: flex; align-items: center; gap: 10px; }
.fq3xb .b8ul::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;
}
.tu4e3kvh .h4cxnyjd { background: var(--bg-surface); border: 1px solid var(--border); }
.tu4e3kvh .b8ul { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.sdpzf7bu { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.jox1gxrh  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.wz9gpie { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.jzllg5ei { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.xc9mvbb { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.sdpzf7bu strong { color: var(--text-primary); font-size: 0.95rem; }
.sdpzf7bu p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.o4m2k, .bhfwg { border-radius: 8px; padding: 14px; }
.o4m2k { background: var(--bg-pros); }
.bhfwg { background: var(--bg-cons); }
.oe4n8 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.o4m2k .oe4n8 { color: var(--c-pros-label); }
.bhfwg .oe4n8 { color: #f87171; }
.o4m2k ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.bhfwg ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ot73lsg { width: 100%; height: auto; border-radius: 10px; display: block; }
.qy1aqgbj {
  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;
}
.qy1aqgbj:hover { opacity: 0.85; }
.h4os .qy1aqgbj  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.h4os .qy1aqgbj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.eocuobiz .qy1aqgbj  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.eocuobiz .qy1aqgbj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.wjsq1 .xb95la72 { border-radius: 50px; }
.wjsq1 .qy1aqgbj  { border-radius: 50px; }
.otrvr .xb95la72 { padding-left: 22px; padding-right: 22px; }
.otrvr .qy1aqgbj  { padding-left: 12px; padding-right: 12px; }
.buqjw .xb95la72 { padding-left: 44px; padding-right: 44px; }
.buqjw .qy1aqgbj  { padding-left: 24px; padding-right: 24px; }
.no0kwrx3 .xb95la72 { padding-left: 56px; padding-right: 56px; }
.no0kwrx3 .qy1aqgbj  { padding-left: 32px; padding-right: 32px; }
.xv5xmck   .xb95la72::after, .xv5xmck   .qy1aqgbj::after,
.y4u4 .xb95la72::after, .y4u4 .qy1aqgbj::after,
.wx4h9q    .xb95la72::after, .wx4h9q    .qy1aqgbj::after,
.a4h428v    .xb95la72::after, .a4h428v    .qy1aqgbj::after,
.nco4    .xb95la72::after, .nco4    .qy1aqgbj::after,
.xjvcwfwm     .xb95la72::after, .xjvcwfwm     .qy1aqgbj::after,
.vft7    .xb95la72::after, .vft7    .qy1aqgbj::after,
.b4mvjym   .xb95la72::after, .b4mvjym   .qy1aqgbj::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;
}
.xv5xmck .xb95la72::after, .xv5xmck .qy1aqgbj::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");
}
.y4u4 .xb95la72::after, .y4u4 .qy1aqgbj::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");
}
.wx4h9q .xb95la72::after, .wx4h9q .qy1aqgbj::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");
}
.a4h428v .xb95la72::after, .a4h428v .qy1aqgbj::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");
}
.nco4 .xb95la72::after, .nco4 .qy1aqgbj::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");
}
.xjvcwfwm .xb95la72::after, .xjvcwfwm .qy1aqgbj::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");
}
.vft7 .xb95la72::after, .vft7 .qy1aqgbj::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");
}
.b4mvjym .xb95la72::after, .b4mvjym .qy1aqgbj::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");
}
.umbuczw   .rczdjv4::after, .umbuczw   .dhof::after,
.hhn2m .rczdjv4::after, .hhn2m .dhof::after,
.gsdlyd4    .rczdjv4::after, .gsdlyd4    .dhof::after,
.hon6pur    .rczdjv4::after, .hon6pur    .dhof::after,
.a8emq    .rczdjv4::after, .a8emq    .dhof::after,
.zkwjhm     .rczdjv4::after, .zkwjhm     .dhof::after,
.aboe    .rczdjv4::after, .aboe    .dhof::after,
.lvt8   .rczdjv4::after, .lvt8   .dhof::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;
}
.umbuczw .rczdjv4::after, .umbuczw .dhof::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");
}
.hhn2m .rczdjv4::after, .hhn2m .dhof::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");
}
.gsdlyd4 .rczdjv4::after, .gsdlyd4 .dhof::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");
}
.hon6pur .rczdjv4::after, .hon6pur .dhof::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");
}
.a8emq .rczdjv4::after, .a8emq .dhof::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");
}
.zkwjhm .rczdjv4::after, .zkwjhm .dhof::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");
}
.aboe .rczdjv4::after, .aboe .dhof::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");
}
.lvt8 .rczdjv4::after, .lvt8 .dhof::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");
}
.u2eal {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
  overflow-x: clip;
  counter-reset: cs-rank;
}
.jwx4t3iw {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 18px 22px;
  display: grid;
  
  grid-template-columns: auto auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  max-width: 100%;
  counter-increment: cs-rank;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.jwx4t3iw > * { min-width: 0; }
.jwx4t3iw:hover { background: var(--bg-hover); }
.jwx4t3iw > [itemprop="item"] { display: contents; }
.jwx4t3iw [itemprop="itemReviewed"],
.jwx4t3iw [itemprop="reviewRating"] { display: none; }
.jwx4t3iw::before {
  content: counter(cs-rank);
  grid-column: 1;
  font-size: 1.4rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; width: 28px; text-align: center;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.auusz0kw {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.z2i4 {
  background: var(--accent-bg);
  border-radius: 10px; padding: 6px 10px;
  display: flex; align-items: center; justify-content: center;
  width: 130px; height: 64px; flex-shrink: 0;
}
.k023w { max-height: 52px; max-width: 110px; object-fit: contain; }
.zuy9n {
  font-weight: 700; font-size: 1rem;
  color: var(--text-primary); line-height: 1.2;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; hyphens: auto;
}
.wr8co .z2i4    { background: #1a1a1a; }
.j9kv .z2i4   { background: rgba(128,128,128,.12); }
.sotked8 .z2i4 { background: var(--bg-raised); }
.m2b8r5fb .z2i4    { background: transparent; padding: 0; }
.z4wvy {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.jcwpj { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.ojtd { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.fsr22k4 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.d1yqmpw {
  background: var(--accent-bg, rgba(0,0,0,.04));
  border-radius: 10px;
  padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; min-width: 0;
  text-align: center; line-height: 1.25;
}
.mnlutgm {
  
  color: var(--text-muted);
  opacity: 0.65;
  font-size: .72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.d236vsj {
  
  color: var(--accent);
  font-weight: 800; font-size: 1rem; line-height: 1.25;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; word-break: break-word;
}
.qz9zy {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.qz9zy.qy1aqgbj {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .jwx4t3iw {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .jwx4t3iw::before    { grid-area: rank;   }
  .auusz0kw           { grid-area: ident;  }
  .z4wvy     { grid-area: rating; min-width: 0; width: auto; }
  .fsr22k4           { grid-area: pills;  }
  .qz9zy             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .jwx4t3iw {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .jwx4t3iw::before    { justify-self: center; }
  .auusz0kw           { width: 100%; }
  .z4wvy     { justify-self: center; }
  .fsr22k4           { grid-template-columns: 1fr; }
}
.rs01i {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.cf9covp {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.i0a3 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.i0a3 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.po8ibm0z { flex: 1; }
.po8ibm0z h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.qhj1w { color: var(--c-stars); font-size: 1.1rem; }
.jbip { margin-bottom: 8px; }
.s23zih { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.zszyd::before   { content: "★ "; color: var(--accent-light); }
.g0twap1 { flex-shrink: 0; }
.uoio9x img.c5shrjg0 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.le1x { padding: 20px 24px; }
.upfkky { color: var(--text-muted); margin-bottom: 16px; }
.q2mans { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.ih05rgi, .j9t46 { list-style: none; font-size: 0.9rem; }
.ih05rgi li { color: var(--c-pros); margin-bottom: 4px; }
.j9t46 li { color: var(--c-cons); margin-bottom: 4px; }
.ih05rgi li::before { content: "✓"; margin-right: 5px; }
.j9t46 li::before { content: "✗"; margin-right: 5px; }
.yut9 .ih05rgi li::before { content: "→"; }
.yut9 .j9t46 li::before { content: "–"; }
.n10md  .ih05rgi li::before { content: "★"; }
.n10md  .j9t46 li::before { content: "✕"; }
.u6lnkj3    .ih05rgi li::before { content: "◆"; }
.u6lnkj3    .j9t46 li::before { content: "▲"; }
.da8moq  .ih05rgi li::before { content: "▶"; }
.da8moq  .j9t46 li::before { content: "■"; }
.be75 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.h9svh8x7 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.jjvpq { background: var(--bg-pros); color: var(--c-tag-pay); }
.yk2j585d { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.va6hs1sr .yk2j585d { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.bu4xwreq .yk2j585d { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .av0b2nem .as3iv {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .av0b2nem .rs01i { margin: 0; }
}
.ahth .cf9covp { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.ahth .po8ibm0z h3 { color: var(--accent-light); }
.ahth .i0a3 { background: var(--bg-page); border: 1px solid var(--border); }
.v6f79 .rs01i { border-top: 4px solid var(--accent); }
.v6f79 .cf9covp { background: var(--bg-card); }
.iu8lwxa4 .rs01i { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.iu8lwxa4 .cf9covp { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.iu8lwxa4 .le1x { padding: 14px 16px; }
.iu8lwxa4 .i0a3 { border-radius: 4px; }
.iu8lwxa4 .yk2j585d { border-radius: 0; }
.lomd .cf9covp { padding: 0; gap: 0; overflow: hidden; }
.lomd .i0a3 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.lomd .po8ibm0z { padding: 16px 20px; }
.lomd .g0twap1 { padding: 16px 20px; align-self: center; }
.i4rowgh .qhj1w { font-size: .95rem; }
.nipewzu .o4m2k, .nipewzu .bhfwg { padding: 12px; }
.nipewzu .o4m2k ul, .nipewzu .bhfwg ul { margin: 4px 0 0; padding-left: 18px; }
.nipewzu .o4m2k li, .nipewzu .bhfwg li { font-size: .85rem; margin-bottom: 3px; }
.mdpp .h9svh8x7 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .lxalr { grid-template-columns: 1fr; }
  .i3im387q { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .i3im387q .pdc8a { width: 72px; height: 50px; }
  .i3im387q .npdzf3l9 { max-width: 180px; }
  .i3im387q .v6uh3f3g { width: auto; }
}
.e4xvv6k .i4rowgh .qhj1w { filter: brightness(1.2); }
@media (max-width: 720px) {
  .e4xvv6k { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .d59ngg { padding: 16px; }
  .imsq2 .ryt2 { min-width: 50%; }
}
@media (max-width: 860px) {
  .yp2i { grid-template-columns: 1fr; }
  .rv8ew { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ku64gyo { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .pwr5ab5o { flex-wrap: wrap; padding: 16px; }
}
.a43ux .o4m2k, .a43ux .bhfwg { padding: 8px; }
@media (max-width: 480px) {
  .a9tzmo4x { flex-direction: column; align-items: stretch; }
}
.g44w4t .v6uh3f3g .qy1aqgbj { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .kw6r { flex-direction: column; align-items: stretch; gap: 10px; }
  .g44w4t .v6uh3f3g { text-align: center; }
}
@media (max-width: 720px) {
  .q20zos { grid-template-columns: 1fr; }
  .gx83xi { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ru288 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.nwknj .lwtctp { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.r0y7fug7 .qhj1w { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .q33dnjff { grid-template-columns: 1fr; }
  .r0y7fug7 { width: 100px; height: 100px; margin: 16px auto; }
  .nwknj { font-size: 1.4rem; }
  .mdt5 { justify-content: center; }
  .p2ejkert .ryt2 { min-width: 50%; }
}
@media (max-width: 540px) {
  .bo4ngke7 { flex-wrap: wrap; padding: 14px 16px; }
  .dff9g { padding: 12px 16px; }
  .dqc6wui8 .whvko { margin: 0 16px; }
  .dqc6wui8 .mdpp { padding: 0 16px; }
  .rzj0q { padding: 12px 16px; }
}
.lvc35o .jwx4t3iw {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.lvc35o .jwx4t3iw:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.fq4qev9z .u2eal { gap: 18px; }
.fq4qev9z .jwx4t3iw {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.fq4qev9z .jwx4t3iw:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.qjwrmk .u2eal {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.qjwrmk .jwx4t3iw {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.qjwrmk .jwx4t3iw:last-child { border-bottom: none; }
.qjwrmk .auusz0kw,
.qjwrmk .z4wvy,
.qjwrmk .fsr22k4 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.dplv3 .u2eal { gap: 0; }
.dplv3 .jwx4t3iw {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.dplv3 .jwx4t3iw:last-child { border-bottom: none; }
.dplv3 .jwx4t3iw:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.dplv3 .jwx4t3iw:nth-child(even):hover { background: var(--bg-hover); }
.amub .jwx4t3iw {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.kb5z6e .fsr22k4 .d1yqmpw {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.kb5z6e .fsr22k4 .d1yqmpw:first-child { border-left: none; }
.t1mv .fsr22k4 .d1yqmpw {
  background: transparent; padding: 4px 8px;
}
.t1mv .fsr22k4 .mnlutgm { font-size: .65rem; opacity: .65; }
.t1mv .fsr22k4 .d236vsj   { font-size: 1.15rem; color: var(--accent-light); }
.apujvll .fsr22k4 .d1yqmpw {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.ojtd { display: none; }
.g0xv .jcwpj { font-size: 1rem; letter-spacing: 2px; }
.qkjxzwwe .jcwpj {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.oqkgqp .jcwpj,
.w9mifvwh .jcwpj,
.xfgby .jcwpj { display: none; }
.oqkgqp .ojtd,
.w9mifvwh .ojtd,
.xfgby .ojtd { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.oqkgqp .ojtd { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.oqkgqp .ojtd small { display: none; }
.w9mifvwh .ojtd {
  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;
}
.w9mifvwh .ojtd small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.xfgby .ojtd {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.xfgby .ojtd small { display: none; }
.oqkgqp .jbip .qhj1w,
.w9mifvwh .jbip .qhj1w,
.xfgby .jbip .qhj1w { display: none; }
.oqkgqp .jbip strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.oqkgqp .lwtctp { display: none; }
.w9mifvwh .jbip 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;
}
.w9mifvwh .vu86,
.w9mifvwh .lwtctp { font-size: 1em; }
.xfgby .jbip strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.xfgby .lwtctp { display: none; }
.xytwiai { margin: 16px 0; }
.i4pu76jf { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.i4pu76jf summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.i4pu76jf summary::after { content: "+"; color: var(--accent-light); }
.i4pu76jf[open] summary::after { content: "−"; }
.i4pu76jf p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.paqef0 { margin-bottom: 0; }
.eojf h2.qlgho { color: var(--text-primary); border-color: var(--accent-light); }
.yhun9zo h2.qlgho { color: var(--text-primary); border-color: var(--accent-light); }
.d1y4uy .jox1gxrh     { background: #052e16; border-color: #10b981; }
.d1y4uy .wz9gpie { background: #2d0a1e; border-color: #f43f5e; }
.d1y4uy .jzllg5ei    { background: #1e1036; border-color: #a855f7; }
.d1y4uy .sdpzf7bu strong  { color: #f1f5f9; }
.d1y4uy .sdpzf7bu p       { color: #cbd5e1; }
.d1y4uy .h67z8    .jox1gxrh     .xc9mvbb::before,
.d1y4uy .fgzef2  .jox1gxrh     .xc9mvbb::before,
.d1y4uy .lys31h2  .jox1gxrh     .xc9mvbb::before,
.d1y4uy .dpau6cif .jox1gxrh     .xc9mvbb::before { color: #10b981; }
.d1y4uy .h67z8    .wz9gpie .xc9mvbb::before,
.d1y4uy .fgzef2  .wz9gpie .xc9mvbb::before,
.d1y4uy .lys31h2  .wz9gpie .xc9mvbb::before,
.d1y4uy .dpau6cif .wz9gpie .xc9mvbb::before { color: #f43f5e; }
.d1y4uy .h67z8    .jzllg5ei    .xc9mvbb::before,
.d1y4uy .fgzef2  .jzllg5ei    .xc9mvbb::before,
.d1y4uy .lys31h2  .jzllg5ei    .xc9mvbb::before,
.d1y4uy .dpau6cif .jzllg5ei    .xc9mvbb::before { color: #a855f7; }
.oairm0 .jox1gxrh     { background: #2d2000; border-color: #eab308; }
.oairm0 .wz9gpie { background: #2d0b0b; border-color: #ef4444; }
.oairm0 .jzllg5ei    { background: #2d1600; border-color: #f97316; }
.oairm0 .sdpzf7bu strong  { color: #f1f5f9; }
.oairm0 .sdpzf7bu p       { color: #cbd5e1; }
.oairm0 .h67z8    .jox1gxrh     .xc9mvbb::before,
.oairm0 .fgzef2  .jox1gxrh     .xc9mvbb::before,
.oairm0 .lys31h2  .jox1gxrh     .xc9mvbb::before,
.oairm0 .dpau6cif .jox1gxrh     .xc9mvbb::before { color: #eab308; }
.oairm0 .h67z8    .wz9gpie .xc9mvbb::before,
.oairm0 .fgzef2  .wz9gpie .xc9mvbb::before,
.oairm0 .lys31h2  .wz9gpie .xc9mvbb::before,
.oairm0 .dpau6cif .wz9gpie .xc9mvbb::before { color: #ef4444; }
.oairm0 .h67z8    .jzllg5ei    .xc9mvbb::before,
.oairm0 .fgzef2  .jzllg5ei    .xc9mvbb::before,
.oairm0 .lys31h2  .jzllg5ei    .xc9mvbb::before,
.oairm0 .dpau6cif .jzllg5ei    .xc9mvbb::before { color: #f97316; }
.z980jaqz .jox1gxrh     { background: #0c1a2e; border-color: #38bdf8; }
.z980jaqz .wz9gpie { background: #12103a; border-color: #818cf8; }
.z980jaqz .jzllg5ei    { background: #0a2020; border-color: #2dd4bf; }
.z980jaqz .sdpzf7bu strong  { color: #f1f5f9; }
.z980jaqz .sdpzf7bu p       { color: #cbd5e1; }
.z980jaqz .h67z8    .jox1gxrh     .xc9mvbb::before,
.z980jaqz .fgzef2  .jox1gxrh     .xc9mvbb::before,
.z980jaqz .lys31h2  .jox1gxrh     .xc9mvbb::before,
.z980jaqz .dpau6cif .jox1gxrh     .xc9mvbb::before { color: #38bdf8; }
.z980jaqz .h67z8    .wz9gpie .xc9mvbb::before,
.z980jaqz .fgzef2  .wz9gpie .xc9mvbb::before,
.z980jaqz .lys31h2  .wz9gpie .xc9mvbb::before,
.z980jaqz .dpau6cif .wz9gpie .xc9mvbb::before { color: #818cf8; }
.z980jaqz .h67z8    .jzllg5ei    .xc9mvbb::before,
.z980jaqz .fgzef2  .jzllg5ei    .xc9mvbb::before,
.z980jaqz .lys31h2  .jzllg5ei    .xc9mvbb::before,
.z980jaqz .dpau6cif .jzllg5ei    .xc9mvbb::before { color: #2dd4bf; }
.pwz50z .jox1gxrh     { background: var(--accent-bg); border-color: var(--accent-light); }
.pwz50z .wz9gpie { background: var(--accent-bg-light); border-color: var(--accent-light); }
.pwz50z .jzllg5ei    { background: var(--accent-bg); border-color: var(--accent-pale); }
.pwz50z .h67z8    .xc9mvbb::before,
.pwz50z .fgzef2  .xc9mvbb::before,
.pwz50z .lys31h2  .xc9mvbb::before,
.pwz50z .dpau6cif .xc9mvbb::before { color: var(--accent-light) !important; }
.a5nun::before,
.ttz3xzjl::before { margin-right: 5px; }
.qiuk .o4m2k ul li,
.qiuk .ih05rgi li         { color: #4ade80; }
.qiuk .o4m2k .a5nun { color: #22c55e; }
.qiuk .bhfwg ul li,
.qiuk .j9t46 li         { color: #f87171; }
.qiuk .bhfwg .ttz3xzjl { color: #ef4444; }
.r1rxmh .o4m2k { background: var(--bg-pros); }
.r1rxmh .bhfwg { background: var(--bg-cons); }
.r1rxmh .o4m2k .a5nun { color: var(--c-pros-label); }
.r1rxmh .bhfwg .ttz3xzjl { color: var(--c-cons); }
.r1rxmh .o4m2k ul li,
.r1rxmh .ih05rgi li            { color: var(--c-pros); }
.r1rxmh .bhfwg ul li,
.r1rxmh .j9t46 li            { color: var(--c-cons); }
.tl0rpjag .o4m2k { background: var(--bg-pros); }
.tl0rpjag .bhfwg { background: var(--bg-cons); }
.tl0rpjag .o4m2k .a5nun { color: var(--c-pros-label); }
.tl0rpjag .bhfwg .ttz3xzjl { color: var(--c-cons); }
.tl0rpjag .o4m2k ul li,
.tl0rpjag .ih05rgi li          { color: var(--c-pros); }
.tl0rpjag .bhfwg ul li,
.tl0rpjag .j9t46 li          { color: var(--c-cons); }
.a5tkl4pd .a5nun::before { content: "✓ "; }
.a5tkl4pd .ttz3xzjl::before { content: "✗ "; }
.yut9 .a5nun::before { content: "→ "; }
.yut9 .ttz3xzjl::before { content: "← "; }
.n10md .a5nun::before { content: "★ "; }
.n10md .ttz3xzjl::before { content: "✕ "; }
.u6lnkj3 .a5nun::before { content: "◆ "; }
.u6lnkj3 .ttz3xzjl::before { content: "▲ "; }
.bu4xwreq .sdpzf7bu { background: transparent; border-left: none; border: 1.5px solid; }
.bu4xwreq .jox1gxrh     { border-color: var(--c-tip-border); }
.bu4xwreq .wz9gpie { border-color: var(--c-warn-border); }
.bu4xwreq .jzllg5ei    { border-color: #60a5fa; }
.bu4xwreq .sdpzf7bu strong { color: var(--text-primary); }
.bu4xwreq .sdpzf7bu p      { color: var(--text-muted); }
.va6hs1sr .sdpzf7bu { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.va6hs1sr .jox1gxrh     { border-top-color: var(--c-tip-border); }
.va6hs1sr .wz9gpie { border-top-color: var(--c-warn-border); }
.va6hs1sr .jzllg5ei    { border-top-color: #60a5fa; }
.pcvq .sdpzf7bu { border-left: none; border-radius: 8px; }
.pcvq .jox1gxrh     { background: #065f46; }
.pcvq .wz9gpie { background: #92400e; }
.pcvq .jzllg5ei    { background: #1e3a8a; }
.pcvq .sdpzf7bu strong,
.pcvq .sdpzf7bu p { color: #fff; }
.pcvq .xc9mvbb::before { color: rgba(255,255,255,0.85) !important; }
.d1y4uy.pcvq .jox1gxrh,
.d1y4uy .pcvq .jox1gxrh     { background: #052e16; }
.d1y4uy.pcvq .wz9gpie,
.d1y4uy .pcvq .wz9gpie { background: #2d0a1e; }
.d1y4uy.pcvq .jzllg5ei,
.d1y4uy .pcvq .jzllg5ei    { background: #1e1036; }
.oairm0.pcvq .jox1gxrh,
.oairm0 .pcvq .jox1gxrh      { background: #2d2000; }
.oairm0.pcvq .wz9gpie,
.oairm0 .pcvq .wz9gpie  { background: #2d0b0b; }
.oairm0.pcvq .jzllg5ei,
.oairm0 .pcvq .jzllg5ei     { background: #2d1600; }
.z980jaqz.pcvq .jox1gxrh,
.z980jaqz .pcvq .jox1gxrh      { background: #0c1a2e; }
.z980jaqz.pcvq .wz9gpie,
.z980jaqz .pcvq .wz9gpie  { background: #12103a; }
.z980jaqz.pcvq .jzllg5ei,
.z980jaqz .pcvq .jzllg5ei     { background: #0a2020; }
.wp08 .sdpzf7bu { border-left: none; border-radius: 6px; padding: 10px 14px; }
.wp08 .jox1gxrh     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.wp08 .wz9gpie { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.wp08 .jzllg5ei    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.wp08 .sdpzf7bu strong { color: var(--text-primary); }
.wp08 .sdpzf7bu p      { color: var(--text-muted); }
.t58if .sdpzf7bu { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.h67z8 .xc9mvbb,
.fgzef2 .xc9mvbb,
.lys31h2 .xc9mvbb,
.dpau6cif .xc9mvbb { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.h67z8 .xc9mvbb::before,
.fgzef2 .xc9mvbb::before,
.lys31h2 .xc9mvbb::before,
.dpau6cif .xc9mvbb::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.h67z8 .jox1gxrh     .xc9mvbb::before { content: "✦"; color: var(--c-tip-border); }
.h67z8 .wz9gpie .xc9mvbb::before { content: "▲"; color: var(--c-warn-border); }
.h67z8 .jzllg5ei    .xc9mvbb::before { content: "◉"; color: #60a5fa; }
.fgzef2 .jox1gxrh     .xc9mvbb::before { content: "★"; color: var(--c-tip-border); }
.fgzef2 .wz9gpie .xc9mvbb::before { content: "◆"; color: var(--c-warn-border); }
.fgzef2 .jzllg5ei    .xc9mvbb::before { content: "●"; color: #60a5fa; }
.lys31h2 .jox1gxrh     .xc9mvbb::before { content: "▶"; color: var(--c-tip-border); }
.lys31h2 .wz9gpie .xc9mvbb::before { content: "■"; color: var(--c-warn-border); }
.lys31h2 .jzllg5ei    .xc9mvbb::before { content: "▸"; color: #60a5fa; }
.dpau6cif .jox1gxrh     .xc9mvbb::before { content: "→"; color: var(--c-tip-border); }
.dpau6cif .wz9gpie .xc9mvbb::before { content: "⬥"; color: var(--c-warn-border); }
.dpau6cif .jzllg5ei    .xc9mvbb::before { content: "◈"; color: #60a5fa; }
.st8t4 .lcbao4s .y97tcg,
.st8t4 .ujnmvo .y97tcg  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.st8t4 .h4cxnyjd                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.st8t4 .jwx4t3iw                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.st8t4 .rs01i            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.st8t4 .stltj          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.st8t4 .efax46s5                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ihkqkjo .lcbao4s .y97tcg,
.ihkqkjo .ujnmvo .y97tcg,
.ihkqkjo .h4cxnyjd,
.ihkqkjo .jwx4t3iw,
.ihkqkjo .rs01i,
.ihkqkjo .stltj,
.ihkqkjo .efax46s5,
.ihkqkjo .t58if .sdpzf7bu { box-shadow: none; }
.npv6ji   body, .npv6ji   { font-size: 0.9rem; }
.npv6ji   .pfc9, .npv6ji .w0no, .npv6ji .c5j022s,
.npv6ji   .puxq, .npv6ji .lko1 { font-size: 0.9rem; }
.npv6ji   .xgc0o3js, .npv6ji .fo7okoe { font-size: 0.9rem; }
.h526de8i   .pfc9, .h526de8i .w0no, .h526de8i .c5j022s,
.h526de8i   .puxq, .h526de8i .lko1 { font-size: 0.95rem; }
.h526de8i   .xgc0o3js, .h526de8i .fo7okoe { font-size: 0.95rem; }
.h9m2qv3b   .pfc9, .h9m2qv3b .w0no, .h9m2qv3b .c5j022s,
.h9m2qv3b   .puxq, .h9m2qv3b .lko1 { font-size: 1.08rem; }
.h9m2qv3b   .xgc0o3js, .h9m2qv3b .fo7okoe { font-size: 1.05rem; }
.h9m2qv3b   .czmka { font-size: 0.97rem; }
.nm76 .vl66vy1      { font-size: 3.2rem; }
.nm76 h2.qlgho { font-size: 1.9rem; }
.nm76 h3.i3pd5     { font-size: 1.4rem; }
.nqd5sm .vl66vy1      { font-size: 3.8rem; }
.nqd5sm h2.qlgho { font-size: 2.2rem; }
.nqd5sm h3.i3pd5     { font-size: 1.6rem; }
.paqef0 + .paqef0 { position: relative; }
.q1pw   .paqef0 + .paqef0::before,
.n88v  .paqef0 + .paqef0::before,
.wtbbas   .paqef0 + .paqef0::before,
.v64n0hql   .paqef0 + .paqef0::before,
.bacg   .paqef0 + .paqef0::before,
.nzbv1tvj .paqef0 + .paqef0::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.q1pw .paqef0 + .paqef0::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.n88v .paqef0 + .paqef0::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.wtbbas .paqef0 + .paqef0::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;
}
.v64n0hql .paqef0 + .paqef0::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.vhho5 .paqef0 { margin-bottom: 16px; }
.vhho5 .paqef0 + .paqef0 { margin-top: 0; }
.vhho5 .zqmr7a2s { padding-top: 0; padding-bottom: 0; }
.bacg .paqef0 + .paqef0::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.nzbv1tvj .paqef0 + .paqef0::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.q17j .paqef0 + .paqef0::before,
.jn1v8 .paqef0 + .paqef0::before,
.jy90nihn .paqef0 + .paqef0::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%;
}
.oju67 .q17j .paqef0:nth-child(even)::before,
.oju67 .jn1v8 .paqef0:nth-child(even)::before,
.oju67 .jy90nihn .paqef0:nth-child(even)::before { background: var(--bg-surface); }
.g7cw .q17j .paqef0:nth-child(even)::before,
.g7cw .jn1v8 .paqef0:nth-child(even)::before,
.g7cw .jy90nihn .paqef0:nth-child(even)::before { background: var(--bg-card); }
.q17j .paqef0 + .paqef0::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");
}
.jn1v8 .paqef0 + .paqef0::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");
}
.jy90nihn .paqef0 + .paqef0::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");
}
.mtvc .wbtskk,
.qfbs .wbtskk,
.zudzjq9 .wbtskk { overflow: hidden; }
.mtvc .jfrqotc4,
.qfbs .jfrqotc4 { margin-bottom: 60px; }
.zudzjq9 .jfrqotc4 { margin-bottom: 70px; }
.qfbs .d15p { padding-bottom: 60px; }
.mtvc .wbtskk::before,
.qfbs .wbtskk::before,
.zudzjq9 .wbtskk::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%;
}
.mtvc .wbtskk::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");
}
.qfbs .wbtskk::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");
}
.zudzjq9 .wbtskk::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");
}
.k81bd4y .wbtskk:not(.gku7a2sc) .uhamdxl { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.h5o5v .wbtskk:not(.gku7a2sc) .uhamdxl { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.fjwg2krs  .wbtskk:not(.gku7a2sc) .uhamdxl { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.pi80g0  .wbtskk:not(.gku7a2sc) .uhamdxl { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.k81bd4y .gku7a2sc { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.h5o5v .gku7a2sc { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.fjwg2krs .gku7a2sc { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.pi80g0 .gku7a2sc { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.wqiw8l .gku7a2sc { background: var(--accent); }
.wqiw8l .gku7a2sc .uhamdxl { background: none; }
.wqiw8l .r3dac { background: var(--accent); }
.wqiw8l .sp71 { background: var(--accent-bg); }
.wqiw8l .wbtskk:not(.gku7a2sc) .uhamdxl { background: rgba(0,0,0,0.6); }
.qspyldrm .p6k0qn { float: left; width: 38%; margin: 0 28px 16px 0; }
.qspyldrm .p6k0qn .ot73lsg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qspyldrm .zqmr7a2s::after { content: ''; display: block; clear: both; }
.y3gi .p6k0qn { float: right; width: 38%; margin: 0 0 16px 28px; }
.y3gi .p6k0qn .ot73lsg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.y3gi .zqmr7a2s::after { content: ''; display: block; clear: both; }
.rfi65vy .paqef0:nth-child(odd)  .p6k0qn { float: left;  width: 38%; margin: 0 28px 16px 0; }
.rfi65vy .paqef0:nth-child(even) .p6k0qn { float: right; width: 38%; margin: 0 0 16px 28px; }
.rfi65vy .p6k0qn .ot73lsg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rfi65vy .zqmr7a2s::after { content: ''; display: block; clear: both; }
.qspyldrm .qhyo7ab,
.qspyldrm .u2eal,
.y3gi .qhyo7ab,
.y3gi .u2eal,
.rfi65vy .qhyo7ab,
.rfi65vy .u2eal { clear: both; }
@media (max-width: 900px) {
  .qspyldrm .p6k0qn,
  .y3gi .p6k0qn,
  .rfi65vy .paqef0:nth-child(odd)  .p6k0qn,
  .rfi65vy .paqef0:nth-child(even) .p6k0qn {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .qspyldrm .p6k0qn .ot73lsg,
  .y3gi .p6k0qn .ot73lsg,
  .rfi65vy .p6k0qn .ot73lsg {
    max-height: none !important;
  }
}
.qspyldrm .xgc0o3js,
.qspyldrm .fo7okoe,
.y3gi .xgc0o3js,
.y3gi .fo7okoe,
.rfi65vy .xgc0o3js,
.rfi65vy .fo7okoe { overflow: hidden; }
@media (max-width: 640px) {
  .qspyldrm .p6k0qn,
  .y3gi .p6k0qn,
  .rfi65vy .p6k0qn { float: none; width: 100%; margin: 0 0 16px 0; }
}
.jbet .xaao1jz8,
.jbet .zqmr7a2s,
.jbet .x5ocrajr  { max-width: 1100px; }
.uar1y .xaao1jz8,
.uar1y .zqmr7a2s,
.uar1y .x5ocrajr  { max-width: 1200px; }
.ukun .xaao1jz8,
.ukun .zqmr7a2s,
.ukun .x5ocrajr  { max-width: 1320px; }
.ukun { --content-mw: 1320px; }
.srdj2cxz { font-size: 0.82rem; color: var(--text-muted); }
.zlhn { display: flex; align-items: center; }
.i46wv9h {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.o0at { display: flex; align-items: center; }
.iof4dki { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.iof4dki:hover { text-decoration: underline; }
.wwfxk { margin: 0 3px; opacity: 0.45; }
.wwfxk::before { content: '/'; }
.vo09 { padding: 2px 5px; color: var(--text-main); }
.lz794 .srdj2cxz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.lz794 .zlhn { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.mwrflby .srdj2cxz {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.mwrflby .zlhn { padding: 0 0 0 12px; }
.dbfnhm1 .zlhn { padding: 0 16px; }
.dbfnhm1 .srdj2cxz {
  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);
}
.dbfnhm1 .xaao1jz8 { padding-top: 28px; }
@media (max-width: 720px) {
  .u48e0o0 { margin-top: 18px; padding: 0 16px; }
  .dbfnhm1 .xaao1jz8 { padding-top: 16px; }
}
.jbet.lz794 .zlhn { max-width: 1100px; }
.uar1y.lz794 .zlhn { max-width: 1200px; }
.ukun.lz794 .zlhn { max-width: 1320px; }
.ukun .u48e0o0 { max-width: 1320px; }
.se6d .paqef0 { padding-top: 16px; padding-bottom: 16px; }
.opc1o6f0 .paqef0 { padding-top: 24px; padding-bottom: 24px; }
.em8c7hj .paqef0 { padding-top: 40px; padding-bottom: 40px; }
.dl39r .paqef0 { padding-top: 52px; padding-bottom: 52px; }
.xlsn7jw .paqef0:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.xlsn7jw .paqef0:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.xlsn7jw .paqef0:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.xlsn7jw .paqef0:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.kxu6oa .zqmr7a2s { padding-top: 10px;  padding-bottom: 10px; }
.bh7y .zqmr7a2s { padding-top: 18px;  padding-bottom: 18px; }
.mxszcvdr .zqmr7a2s { padding-top: 36px;  padding-bottom: 36px; }
.bt2nr .zqmr7a2s { padding-top: 48px;  padding-bottom: 48px; }
.lpodng h2.qlgho { font-weight: 600; }
.lpodng h3.i3pd5     { font-weight: 600; }
.qoy3 h2.qlgho { font-weight: 800; }
.qoy3 h3.i3pd5     { font-weight: 700; }
.kgjep87 { font-weight: 600; }
.kgjep87 h2.qlgho { font-weight: 900; }
.kgjep87 h3.i3pd5     { font-weight: 800; }
.kgjep87 .sdpzf7bu strong,
.kgjep87 .sdpzf7bu strong { font-weight: 600; }
.rczdjv4 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.cqo1kdc5 .rczdjv4 { display: none; }
@media (max-width: 640px) {
  .krp6mry { display: none; }
  .rczdjv4 {
    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;
  }
}
.rczdjv4 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.rczdjv4:hover { opacity: 0.85; }
.u3yyz .rczdjv4 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.kv06r9 .rczdjv4,
.s0uv4  .rczdjv4 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.kv06r9 .rczdjv4:hover,
.s0uv4  .rczdjv4:hover { opacity: 0.88; }
.u3yyz.kv06r9 .rczdjv4,
.u3yyz.s0uv4  .rczdjv4 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.dhof {
  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;
}
.dhof:hover { transform: translateY(-2px); opacity: 0.92; }
.dhof { background: var(--cta) !important; color: #fff !important; border: none !important; }
.mmwyo0 .dhof { display: none; }
.vxxln .dhof { right: 32px; }
.xiky  .dhof { left: 32px; }
@media (max-width: 480px) {
  .vxxln .dhof { right: 20px; bottom: 20px; }
  .xiky  .dhof { left: 20px; bottom: 20px; }
}
.a4hay { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.x5ocrajr { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.c5t7n { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.nkbij5 { color: var(--text-dim); font-size: 0.8rem; }
.eo14dy94 a, .b7x78 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.eo14dy94 a:hover, .b7x78 a:hover { color: var(--accent-light); }
.b7x78 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.l4t6eay .x5ocrajr { text-align: center; }
.l4t6eay .b7x78 { justify-content: center; margin-bottom: 16px; }
.l4t6eay .c5t7n { margin-top: 0; }
.y4c8ph { margin-top: 10px; }
.y4c8ph a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .x5ocrajr { padding-left: 16px; padding-right: 16px; }
  .edwo6 .x5ocrajr { padding: 20px 16px; }
  .b7x78 { gap: 4px 12px; }
  .c5t7n { font-size: 0.78rem; }
}
.hop5a .c5t7n { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.hop5a .nkbij5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .hop5a .qxfyctza { grid-template-columns: 1fr 1fr; } .hop5a .l2raegr { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hop5a .qxfyctza { grid-template-columns: 1fr; } }
.fzmy0ws2 .c5t7n { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .fzmy0ws2 .vqh7gvf { gap: 12px; } .fzmy0ws2 .mwug { margin-right: 0; width: 100%; } }
.j4tnbx8f .c5t7n { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.j4tnbx8f .nkbij5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .j4tnbx8f .spsbdtw { grid-template-columns: 1fr 1fr; } .j4tnbx8f .sa46c { grid-column: 1 / -1; } }
@media (max-width: 480px) { .j4tnbx8f .spsbdtw { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .iuhng .vay25 { grid-template-columns: 1fr 1fr; } .iuhng .bcxtx4:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .iuhng .vay25 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .wbl5p .vay25 { grid-template-columns: 1fr; } }
.llghmvv .x5ocrajr { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.llghmvv .b7x78 { justify-content: center; }
.ip7mc .kv0cauu      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ip7mc .a4hay { background: var(--bg-page); border-top-color: var(--border-alt); }
.arg1drjn .kv0cauu      { background: #0d1117; border-bottom-color: #21262d; }
.arg1drjn .mu8f2x { color: var(--accent-light); }
.arg1drjn .mic33f8 { --msep-color: #8b949e; }
.arg1drjn .mic33f8 a { color: #8b949e; }
.arg1drjn .mic33f8 a:hover { color: var(--accent-light); }
.arg1drjn .aiwil { color: #8b949e; }
.arg1drjn .a4hay { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.arg1drjn .c5t7n,
.arg1drjn .nkbij5 { color: #6e7681; }
.arg1drjn .eo14dy94 a, .arg1drjn .b7x78 a,
.arg1drjn .eo14dy94 a:hover, .arg1drjn .b7x78 a:hover,
@media (max-width: 640px) {
  .arg1drjn .mic33f8 { background: #0d1117; border-top-color: #21262d; }
  .arg1drjn .mic33f8 li a { border-bottom-color: #21262d; }
}
.mzucgkd8 .kv0cauu      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.mzucgkd8 .mu8f2x { color: var(--accent-light); }
.mzucgkd8 .mic33f8 { --msep-color: #475569; }
.mzucgkd8 .mic33f8 a { color: #475569; }
.mzucgkd8 .mic33f8 a:hover { color: var(--accent-light); }
.mzucgkd8 .aiwil { color: #64748b; }
.mzucgkd8 .a4hay { background: #f0f4f8; border-top-color: #cbd5e1; }
.mzucgkd8 .c5t7n,
.mzucgkd8 .nkbij5 { color: #64748b; }
.mzucgkd8 .eo14dy94 a, .mzucgkd8 .b7x78 a,
.mzucgkd8 .eo14dy94 a:hover, .mzucgkd8 .b7x78 a:hover,
@media (max-width: 640px) {
  .mzucgkd8 .mic33f8 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .mzucgkd8 .mic33f8 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.kv06r9 .kv0cauu      { background: var(--accent); border-bottom-color: var(--accent-light); }
.kv06r9 .mu8f2x { color: #fff; }
.kv06r9 .mic33f8 { --msep-color: rgba(255,255,255,0.82); }
.kv06r9 .mic33f8 a { color: rgba(255,255,255,0.82); }
.kv06r9 .mic33f8 a:hover { color: #fff; }
.kv06r9 .aiwil { color: rgba(255,255,255,0.9); }
.kv06r9 .a4hay { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.kv06r9 .c5t7n,
.kv06r9 .nkbij5 { color: rgba(255,255,255,0.72); }
.kv06r9 .eo14dy94 a, .kv06r9 .b7x78 a,
.kv06r9 .eo14dy94 a:hover, .kv06r9 .b7x78 a:hover,
@media (max-width: 640px) {
  .kv06r9 .mic33f8 { background: var(--accent); border-top-color: var(--accent-light); }
  .kv06r9 .mic33f8 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.s0uv4 .kv0cauu {
  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);
}
.s0uv4 .a4hay {
  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) {
  .s0uv4 .mic33f8 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.spy2x15 .n1oc { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.g0w1sloq .n1oc { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.m2b1 .n1oc { min-height: 72px; height: auto; }
.a3ffje .n1oc { min-height: 84px; height: auto; }
.edwo6 .n1oc { max-width: none; padding: 0 32px; }
.edwo6 .x5ocrajr  { max-width: none; padding: 24px 32px; }
.l9cuuv.uar1y .n1oc { max-width: 1200px; }
.l9cuuv.ukun .n1oc { max-width: 1320px; }
.ciooyat   .mu8f2x, .ciooyat   .mwug { text-transform: capitalize; }
.vi609qz .mu8f2x, .vi609qz .mwug { text-transform: lowercase; }
.xpm6 .mu8f2x, .xpm6 .mwug { text-transform: uppercase; letter-spacing: 0.06em; }
.hlr5, .bl2yy {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mwja .hlr5,
.a071ug4w .hlr5,
.scn6an .hlr5,
.brs5ioo .hlr5,
.ejfie   .mic33f8 a { font-weight: 500; }
.taevm9 .mic33f8 a { font-weight: 600; }
.npxddgl     .mic33f8 a { font-weight: 700; }
.y83l    .mic33f8 a { font-weight: 800; letter-spacing: 0.01em; }
.enxhtt     .mic33f8 > li + li::before,
.lgsfrk0    .mic33f8 > li + li::before,
.xzamv    .mic33f8 > li + li::before,
.ubotbtt .mic33f8 > li + li::before,
.m6osly .mic33f8 > li + li::before,
.yrz39  .mic33f8 > li + li::before,
.i8gnyt    .mic33f8 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.enxhtt     .mic33f8 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.lgsfrk0    .mic33f8 > li + li::before { content: "|"; }
.xzamv    .mic33f8 > li + li::before { content: "—"; }
.ubotbtt .mic33f8 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.m6osly .mic33f8 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.yrz39  .mic33f8 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.i8gnyt    .mic33f8 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .o1o2mwik .aiwil,
  .f3grk54 .aiwil,
  .bm8tbqo .aiwil,
  .co1cnxl .aiwil,
  .ftkjg .aiwil {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .o1o2mwik .aiwil::before,
  .f3grk54 .aiwil::before,
  .bm8tbqo .aiwil::before,
  .co1cnxl .aiwil::before,
  .ftkjg .aiwil::before { content: ""; display: block; flex-shrink: 0; }

  
  .o1o2mwik .aiwil::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;
  }

  
  .f3grk54 .aiwil::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;
  }

  
  .bm8tbqo .aiwil::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;
  }

  
  .co1cnxl .aiwil::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;
  }

  
  .ftkjg .aiwil::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) {
  .p0kl .aiwil {
    padding: 5px 14px;
  }
  .p0kl .mic33f8 {
    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;
  }
  .p0kl .mic33f8 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .p0kl .mic33f8 li a:hover { background: var(--bg-raised); }
  .p0kl .npsuoq,
  .nwzev .npsuoq,
  .se6pz .npsuoq { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .kuhek .aiwil {
    padding: 5px 10px;
  }
  .kuhek .mic33f8 {
    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);
  }
  .kuhek .mic33f8.oml3 { transform: translateX(0); }
  .kuhek .mic33f8 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .kuhek .mic33f8 li:last-child a { border-bottom: none; }
  .kv06r9 .mic33f8,
  .arg1drjn .mic33f8 { background: var(--accent) !important; }
  .kv06r9 .mic33f8 li a,
  .arg1drjn .mic33f8 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .se6pz .aiwil {
    padding: 5px 10px;
  }
  .se6pz .mic33f8 {
    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);
  }
  .se6pz .mic33f8::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .se6pz .mic33f8.oml3 { transform: translateY(0); }
  .se6pz .mic33f8 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ldq8dnpq .aiwil {
    padding: 5px 10px;
  }
  .ldq8dnpq .mic33f8 {
    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;
  }
  .ldq8dnpq .mic33f8.oml3 { opacity: 1; pointer-events: auto; }
  .ldq8dnpq .mic33f8 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .zdov0rto     .aiwil { border-radius: 0 !important; }
  .o9lbg   .aiwil { border-radius: 8px !important; }
  .q7vuyk .aiwil { border-radius: 50% !important; }
  .r7cf   .aiwil { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .lg6a9b3 .wz3ydoqp { flex-direction: column; align-items: stretch; }
  .lg6a9b3 .bzb4a8o { flex-direction: row; min-width: auto; }
  .lg6a9b3 .mg7lxq { align-items: flex-start; text-align: left; }
}
.efzs,
.efzs.paqef0,
.oju67 .efzs,
.zy6rgdvt .efzs,
.g7cw .efzs,
.cdg7akr .efzs {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.kkduww {
  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;
}
.g3xhii { flex: 1 1 280px; min-width: 0; }
.ctf31q {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.bfy1xn {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.r4p4 {
  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;
}
.r4p4:hover { transform: translateY(-1px); opacity: 0.95; }
.ay85 .kkduww {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ay85 .ctf31q { color: var(--cta); }
.ay85 .bfy1xn { color: var(--text-body); }
.ay85 .r4p4 {
  background: var(--cta) !important;
  color: #fff !important;
}
.hvg9a .kkduww {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.hvg9a .ctf31q { color: var(--text-primary); }
.hvg9a .bfy1xn { color: var(--text-body); }
.hvg9a .r4p4 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .kkduww {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .g3xhii { flex: 0 0 auto; }
  .ctf31q { font-size: 1.2rem; }
  .r4p4 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.v3t6v .akp1 { height: 36px; }
.bhnay .akp1 { height: 60px; max-width: 200px; }
.hom0 .akp1 { height: 56px; max-width: 180px; }
.kbynnw9f    .jcwpj, .kbynnw9f    .qhj1w { color: #f59e0b; }
.i2i3wb9      .jcwpj { font-size: 1rem; letter-spacing: 1.5px; }
.i2i3wb9      .qhj1w   { font-size: 1.35rem; }
.pi9akq    .jcwpj, .pi9akq    .qhj1w { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.wqckoo1     .jcwpj, .wqckoo1     .qhj1w { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.l2ro9q55 .jcwpj, .l2ro9q55 .qhj1w { color: var(--cta); letter-spacing: 2px; }
.b3xqgv   .jcwpj, .b3xqgv   .qhj1w { color: #e91e63; letter-spacing: 2px; }
.vqy0fg  .jcwpj, .vqy0fg  .qhj1w { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.gez24     .jcwpj, .gez24     .qhj1w { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.kb5z6e .d1yqmpw + .d1yqmpw {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.bsi82ek .jwx4t3iw { padding: 18px 24px; min-height: 68px; }
.t1mv .mnlutgm {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.t1mv .d236vsj {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.apujvll .d1yqmpw {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.u2eal { counter-reset: cs-rank; }
.u2eal .jwx4t3iw { counter-increment: cs-rank; }
.u2eal .jwx4t3iw::before {
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
  order: -1;
}
.xnkb5m .u2eal { counter-reset: cs-rank; gap: 0; }
.xnkb5m .jwx4t3iw {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.xnkb5m .jwx4t3iw::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.xnkb5m .auusz0kw {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.xnkb5m .z2i4 {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.xnkb5m .k023w { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.xnkb5m .auusz0kw { min-width: 0; flex-direction: column; width: 100%; }
.xnkb5m .zuy9n {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.xnkb5m .jcwpj { color: var(--cta, var(--accent)); }
.xnkb5m .ojtd { font-weight: 700; }
.xnkb5m .d1yqmpw {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.xnkb5m .mnlutgm {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.xnkb5m .d236vsj {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.xnkb5m .aj41ju .d236vsj { font-size: 1.3rem; color: var(--accent-light); }
.xnkb5m .qz9zy {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.xnkb5m .jwx4t3iw:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .xnkb5m .u2eal {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .xnkb5m .jwx4t3iw {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .xnkb5m .jwx4t3iw { padding: 40px 16px 20px; }
  .xnkb5m .d1yqmpw {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .xnkb5m .qz9zy { width: 100%; min-width: 0; }
}
.mmob9m .u2eal { counter-reset: cs-rank; gap: 10px; }
.mmob9m .jwx4t3iw {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.mmob9m .jwx4t3iw::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.mmob9m .auusz0kw {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.mmob9m .z2i4 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.mmob9m .k023w { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.mmob9m .zuy9n {
  font-size: 1.05rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: 0; max-width: 140px;
  overflow-wrap: break-word; hyphens: auto;
}
.mmob9m .jcwpj { color: var(--cta, var(--accent)); }
.mmob9m .d1yqmpw {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.mmob9m .mnlutgm {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.mmob9m .d236vsj { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.mmob9m .aj41ju .d236vsj { color: var(--accent-light); }
.mmob9m .qz9zy {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.mmob9m .jwx4t3iw:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .mmob9m .jwx4t3iw {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .mmob9m .jwx4t3iw::before {
    position: absolute; top: 14px; left: 14px;
  }
  .mmob9m .auusz0kw {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .mmob9m .zuy9n { white-space: normal; text-align: center; font-size: 1.2rem; }
  .mmob9m .d1yqmpw {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .mmob9m .qz9zy { width: 100%; min-width: 0; }
  .mmob9m .jcwpj { min-width: 0; }
}
.swacfvj .jwx4t3iw::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.za64aoqn .i4pu76jf {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.za64aoqn .i4pu76jf summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.za64aoqn .i4pu76jf p { padding: 0 2px 16px; }
.alldqpns .i4pu76jf { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.alldqpns .i4pu76jf summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.alldqpns .i4pu76jf summary::after { content: "›"; font-size: 1.2em; }
.alldqpns .i4pu76jf[open] summary::after { content: "‹"; }
.alldqpns .i4pu76jf p { padding: 10px 22px 4px; }
.hb01uqp .i4pu76jf {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.hb01uqp .i4pu76jf summary { color: var(--text-primary); padding-left: 16px; }
.hb01uqp .i4pu76jf summary::after { content: "›"; font-size: 1.1em; }
.hb01uqp .i4pu76jf[open] summary::after { content: "‹"; }
.hb01uqp .i4pu76jf p { padding-left: 16px; }
.kr7soo4v .xytwiai { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.kr7soo4v .i4pu76jf {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.kr7soo4v .i4pu76jf:last-child { border-bottom: none; }
.kr7soo4v .i4pu76jf summary { color: var(--text-primary); border-radius: 0; }
.kr7soo4v .i4pu76jf summary::after { content: "›"; font-size: 1.1em; }
.kr7soo4v .i4pu76jf[open] summary::after { content: "‹"; }
.wlfw8h .i4pu76jf { overflow: hidden; }
.wlfw8h .i4pu76jf summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.wlfw8h .i4pu76jf summary::after { color: rgba(255,255,255,.75); }
.wlfw8h .i4pu76jf[open] summary { border-radius: 0; }
.h3p9vw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.exlc2uf2 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.q8wyt44 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.siq51806 { color: var(--text-muted); font-size: 1.05rem; }
.vayb {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.gi06nyo {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.q4r24 { margin-bottom: 20px; }
.ovoxies4 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.fuzigec {
  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;
}
.fuzigec:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.pyap { resize: vertical; min-height: 130px; }
.y7q8 { width: 100%; margin-top: 8px; }
.nhk16r07 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.r7a6r {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.mvr45o5 { color: var(--text-muted); line-height: 1.75; }
.q35cauk { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.q35cauk li { margin-bottom: 6px; }
.otac { max-width: 760px; margin: 0 auto; }
.ygn5 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.dqavq { max-width: 760px; margin: 0 auto; }
.zno332 ul.q35cauk { margin: 0; }
@media (max-width: 640px) { .qax28 { grid-template-columns: 1fr; gap: 10px; } }
.cfmt2 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.o86y { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.dkfs3g8 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.o86y p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.o86y .q35cauk { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .cfmt2 { grid-template-columns: 1fr; } }
.bgmh { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.bgmh:hover .a9mlag8 { color: var(--accent-light); text-decoration: underline; }
.wai2 { color: inherit; text-decoration: none; }
.wai2:hover { color: var(--accent-light); text-decoration: underline; }
.m18euct { display: inline-block; line-height: 0; }
.oeuer { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.zyjcc9g1 { max-width: 760px; margin: 0 auto; }
.qzsx6n ul.q35cauk { margin: 0; }
.zwh4vdul { color: var(--text-muted); line-height: 1.75; }
.xjaps .q35cauk,
.l4zzq0f .q35cauk,
.mc5v .q35cauk,
.cfxiv .q35cauk {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ui31 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.zqya { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.wgi2 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.eb31 { margin-top: 12px; }
.nfuzxl { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.nfuzxl:hover { border-bottom-color: var(--accent-light); }
.w89w59 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.w89w59 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.f94n224s { border-radius: 50%; }
.ih0p { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.vs0z { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .ov4h { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.lx1g3 .wgi2, .lx1g3 .zqya { max-width: 640px; }
.aka9f .ui31 { font-size: 1.6rem; margin-top: 18px; }
.b7tnb .wgi2 { margin-bottom: 28px; }
@media (max-width: 860px) { .wbi8em26 { grid-template-columns: 1fr; } .aka9f { position: static; text-align: center; } }
.ln0r5te .w89w59 { margin: 0 auto 18px; }
.ln0r5te .ih0p { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .t63zyc { grid-template-columns: 1fr; } }
.a12fib { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.q2sf2 { flex: 1; }
.a12fib .ui31 { font-size: 1.6rem; margin-bottom: 6px; }
.zf2j1 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.cfxiv { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.ugytl { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.cfxiv p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.cfxiv .q35cauk { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .a12fib { flex-direction: column; text-align: center; } .zf2j1 { grid-template-columns: 1fr; } }
.vwg8z95 .ui31 { font-size: 1.35rem; margin: 0 0 4px; }
.vwg8z95 .ih0p { margin: 0; }
.x0voo .q8wyt44 { color: var(--accent-light); }
.nk80fue {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.nk80fue .q8wyt44 { font-size: 2rem; }
.nk80fue .siq51806 { max-width: 680px; }
.vrnko .q8wyt44 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.vrnko .siq51806  { margin: 0; }
@media (max-width: 640px) { .vrnko { flex-direction: column; } }
.kzpdrj .q8wyt44 { color: var(--accent-light); }
.xzkea9 .q8wyt44 { color: #fff; }
.xzkea9 .siq51806  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .vmt1e5 { grid-template-columns: 1fr; } }
.ln9um0u { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.ln9um0u .fuzigec {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ln9um0u .fuzigec:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.a90p5v57 .fuzigec { background: var(--bg-raised); border-color: transparent; }
.a90p5v57 .fuzigec:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ynfo .fuzigec { border-radius: 100px; padding: 11px 20px; }
.ynfo .pyap { border-radius: 14px; }
.zgtw {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .zgtw { grid-template-columns: 1fr; } }
.ufbp6 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.ufbp6 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ufbp6 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.nozpau { counter-reset: priv-count; }
.jb1po89c {
  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);
}
.jb1po89c:last-child { border-bottom: none; }
.cblomwn {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.jb1po89c h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.jb1po89c p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.rsa92 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.rsa92 li { margin-bottom: 6px; }
.vqooe{display:none}
.vqooe:empty,.ccrh0j:empty{display:none}
.dwfvbo{position:relative;overflow:visible}
.hfq9k9f .ll6j,.fqlpc5oa .ll6j,
.zc5y2x .ll6j,.z0stj9 .ll6j,
.s1jh7 .ll6j,.qgfvb .ll6j{display:block}
.rp8yd2sd .rvmi88{display:block}
.hfq9k9f .ll6j,.fqlpc5oa .ll6j,
.zc5y2x .ll6j,.z0stj9 .ll6j,
.s1jh7 .ll6j{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.hfq9k9f .ll6j .ccrh0j,.fqlpc5oa .ll6j .ccrh0j,
.zc5y2x .ll6j .ccrh0j,.z0stj9 .ll6j .ccrh0j,
.s1jh7 .ll6j .ccrh0j{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.hfq9k9f .ll6j,.fqlpc5oa .ll6j{top:12px}
.hfq9k9f .ll6j .ccrh0j{margin-right:auto}
.fqlpc5oa .ll6j .ccrh0j{margin-left:auto}
.fqlpc5oa .ll6j{text-align:right}
.zc5y2x .ll6j,.z0stj9 .ll6j{bottom:12px}
.zc5y2x .ll6j .ccrh0j{margin-right:auto}
.z0stj9 .ll6j .ccrh0j{margin-left:auto}
.z0stj9 .ll6j{text-align:right}
.s1jh7 .ll6j{position:relative;margin-top:16px}
.s1jh7 .ll6j .ccrh0j{margin:0 auto}
.qgfvb .ll6j{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.qgfvb .ll6j .ccrh0j{margin:0}
.qgfvb .sp71~.ll6j,
.qgfvb .njgvuvf7~.ll6j{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.qgfvb .sp71~.ll6j .ccrh0j,
.qgfvb .njgvuvf7~.ll6j .ccrh0j{justify-content:flex-start}
.sp71~.ll6j,.njgvuvf7~.ll6j{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.sp71~.ll6j .ccrh0j{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.njgvuvf7~.ll6j .ccrh0j{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.rvmi88 .ccrh0j{margin:0 0 12px}
.ccrh0j{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.apcb0w{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.a9mlag8{font-weight:600;color:var(--text-heading);opacity:1}
.onu0f .apcb0w{display:none}
.hbvy .ccrh0j{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.v7ur .ccrh0j{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ce8nnl{--date-bg:transparent}
.l6si .dm6n::before{content:""}
.oxx9fchn{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.hc9g5z{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.uui36{display:flex;flex-direction:column;gap:3px}
.h05v9{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.cb8j16gc{font-weight:700;font-size:1rem;color:var(--text-heading)}
.x6zomh2{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.t78y .oxx9fchn{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.zr40 .oxx9fchn{border-top:3px solid var(--accent);padding-top:18px}
.bf49m8 .oxx9fchn{border-left:3px solid var(--accent);border-radius:0}
.cr1zkgw .oxx9fchn{padding:20px 0}
@media(max-width:640px){
  .oxx9fchn{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .x6zomh2{max-width:100%}
}
.rk3t .stltj{margin:0}
@media (max-width:560px){
  .a917al{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .klh32 { padding: 28px 18px 20px; }
  .y8ib { font-size: 1.2rem; }
  .e7dqunp { max-width: 220px; max-height: 80px; }
}
.rnmzcp7 {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.epali51 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.sv6s65i  .rnmzcp7 { border-radius: 50%; }
.xdlj5m  .rnmzcp7 { border-radius: 6px; }
.iav30v .rnmzcp7 { border-radius: 22px; }
.nw2y .kkduww {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .rnmzcp7 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.zsc4pqdi {
  margin: 28px 0 24px;
}
.zsc4pqdi .paqef0 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.zsc4pqdi .zqmr7a2s {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.zsc4pqdi .kkduww {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .n1oc { flex-direction: row-reverse; }
[dir="rtl"] .mic33f8 { flex-direction: row-reverse; }
[dir="rtl"] .vxxln .dhof { right: auto; left: 32px; }
[dir="rtl"] .xiky  .dhof { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .vxxln .dhof { right: auto; left: 20px; }
  [dir="rtl"] .xiky  .dhof { left: auto;  right: 20px; }
}
[dir="rtl"] .qspyldrm .p6k0qn  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .y3gi .p6k0qn { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .xgc0o3js, [dir="rtl"] .fo7okoe { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .o4m2k { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .bhfwg { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .sdpzf7bu { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .kkduww { direction: rtl; }
[dir="rtl"] .rnmzcp7 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .jwx4t3iw,
[dir="rtl"] .srdj2cxz { direction: rtl; }
[dir="rtl"] .efax46s5 { direction: rtl; }
[dir="rtl"] .b5rfrx { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .h9d8ae73 .fo7okoe,
[dir="rtl"] .fjt6vz2 .fo7okoe,
[dir="rtl"] .zrdioy .fo7okoe,
[dir="rtl"] .fnoc .fo7okoe {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .h9d8ae73 .fo7okoe li::before,
[dir="rtl"] .fjt6vz2 .fo7okoe li::before,
[dir="rtl"] .zrdioy .fo7okoe li::before,
[dir="rtl"] .fnoc .fo7okoe li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .wbtskk.ev218ja .jfrqotc4,
[dir="rtl"] .u2ej2.ev218ja .jfrqotc4,
[dir="rtl"] .gku7a2sc.ev218ja .jfrqotc4,
[dir="rtl"] .wbf3c.ev218ja .jfrqotc4,
[dir="rtl"] .tzvp2ax.ev218ja .jfrqotc4 { text-align: right; }
[dir="rtl"] .sp71.bhlq72 .d15p { text-align: center; }
[dir="rtl"] .zqmr7a2s,
[dir="rtl"] .puxq,
[dir="rtl"] .lko1,
[dir="rtl"] .px17p2,
[dir="rtl"] .jfrqotc4 { text-align: right; }
[dir="rtl"] .gi06nyo,
[dir="rtl"] .ovoxies4,
[dir="rtl"] .wgi2,
[dir="rtl"] .fuzigec,
[dir="rtl"] .pyap { text-align: right; direction: rtl; }
[dir="rtl"] .ynfo .fuzigec,
[dir="rtl"] .ln9um0u .fuzigec { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #f97316;
  --brand:           #f97316;
  --brand-light:     #bc560f;
  --brand-pale:      #e27c36;
  --grad-start:      #fba86f;
  --grad-end:        #f8cdaf;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #e5a100;
  --cta-light:       #bc8400;
  --cta-hover:       #a77500;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f4f3;
  --bg-raised:       #f1efed;
  --bg-hover:        #f6f4f3;
  --border:          #e9e4e1;
  --border-alt:      #ddd4cf;
  --border-section:  #e9e4e1;
  --text-primary:    #1c1916;
  --text-muted:      #625750;
  --text-body:       #38322d;
  --text-sub:        #544b44;
  --text-faint:      #8c7d72;
  --text-dim:        #a3978e;
  --text-label:      #70645b;
  --text-value:      #463e39;
  --accent-bg:       #f7e8dd;
  --accent-bg-light: #f6d6c0;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c9613;
  --c-cons:          #9f2921;
  --c-pros-label:    #0eb317;
  --c-tip-border:    #10c61a;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9613;
}
:root { --logo-bg-opacity: 56%; }
body, button, input { font-family: "Open Sans", sans-serif; }
.r31xn7 .xc9mvbb { font-size: 0; width: 1.2rem; flex-shrink: 0; }.r31xn7 .xc9mvbb::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.r31xn7 .jox1gxrh     .xc9mvbb::before { content: "";  color: var(--c-tip-border); }.r31xn7 .wz9gpie .xc9mvbb::before { content: ""; color: var(--c-warn-border); }.r31xn7 .jzllg5ei    .xc9mvbb::before { content: ""; color: #60a5fa; }.d1y4uy .r31xn7 .jox1gxrh     .xc9mvbb::before { color: #10b981; }.d1y4uy .r31xn7 .wz9gpie .xc9mvbb::before { color: #f43f5e; }.d1y4uy .r31xn7 .jzllg5ei    .xc9mvbb::before { color: #a855f7; }.oairm0  .r31xn7 .jox1gxrh     .xc9mvbb::before { color: #eab308; }.oairm0  .r31xn7 .wz9gpie .xc9mvbb::before { color: #ef4444; }.oairm0  .r31xn7 .jzllg5ei    .xc9mvbb::before { color: #f97316; }.z980jaqz  .r31xn7 .jox1gxrh     .xc9mvbb::before { color: #38bdf8; }.z980jaqz  .r31xn7 .wz9gpie .xc9mvbb::before { color: #818cf8; }.z980jaqz  .r31xn7 .jzllg5ei    .xc9mvbb::before { color: #2dd4bf; }.pwz50z .r31xn7 .xc9mvbb::before { color: var(--accent-light) !important; }
.m6nc9 .ih05rgi li::before, .m6nc9 .j9t46 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.m6nc9 .ih05rgi li::before { content: ""; }.m6nc9 .j9t46 li::before { content: ""; }.m6nc9 .a5nun::before, .m6nc9 .ttz3xzjl::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.m6nc9 .a5nun::before { content: ""; }.m6nc9 .ttz3xzjl::before { content: ""; }
.tusft .qlthw09, .tusft .sp71 { min-height: 320px; }
.kk31on .xb95la72::after, .kk31on .qy1aqgbj::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.dvgjn8ye .rczdjv4::after,.dvgjn8ye .dhof::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.wwfxk::before { content: '|'; opacity: 0.3; }