:root {
  --color-accent: #822866;
  --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;
}
.vwkc4e3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.s4ap78n0 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.w4a5 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.sx3bsav { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.e434 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.e434 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.e434 a:hover { color: var(--accent-light); }
.vej14jfw  .qtau3nf { border-radius: 14px; }
.vej14jfw .qtau3nf li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.vej14jfw .qtau3nf li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.qhkppi .qtau3nf li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .qtau3nf {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .cy5gm:hover .qtau3nf,
  .cy5gm:focus-within .qtau3nf { display: block; }
  .qtau3nf li a { padding: 8px 16px; font-size: 0.88rem; }
}
.p1bxdr6 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.e8uvmjf { display: none; }
@media (max-width: 640px) {
  .e8uvmjf {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .e8uvmjf.kiw3k6y { display: block; }
}
@media (max-width: 640px) {
  .p1bxdr6 { display: block; }
  .e434 > li + li::before { display: none !important; }
  .e434 {
    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;
  }
  .e434.kiw3k6y { display: flex; }
  .e434 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .e434 li:last-child a { border-bottom: none; }
}
.oea5u { min-height: 480px; }
.jbfmgjez {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.fepmyii { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.uucpze42 .fepmyii { margin-left: 0; margin-right: 0; }
.c1tpk7ar {
  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;
}
.tvhu7 .c1tpk7ar { margin-top: 24px; }
.c1tpk7ar:hover { opacity: 0.88; }
.k07p .jbfmgjez { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.k07p .fepmyii { color: #e2e8f0; }
.k07p.uucpze42   .nzypvda4 { text-align: left; }
.y4wwsqg .jbfmgjez { color: var(--text-primary); text-shadow: none; }
.y4wwsqg .fepmyii { color: var(--text-muted); }
.y4wwsqg .c1tpk7ar { margin-top: 16px; }
.y4wwsqg, .y4wwsqg.oea5u { min-height: auto !important; }
.y4wwsqg.uucpze42   .nzypvda4 { text-align: left; }
.y4wwsqg~.sida{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}
.y4wwsqg~.sida .lg449xvg{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.flkr4taa .jbfmgjez { color: #fff; }
.flkr4taa .fepmyii { color: rgba(255,255,255,0.85); }
.flkr4taa .c1tpk7ar { background: #fff; color: var(--cta); }
.flkr4taa .c1tpk7ar:hover { opacity: 0.92; }
.kvibd9o8 .cx9g18f { position: relative; overflow: hidden; }
.kvibd9o8 .cx9g18f::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.imfret05 .cx9g18f {
  animation: hg-breathe 7s ease-in-out infinite;
}
.u7cxd2 .cx9g18f { position: relative; overflow: hidden; }
.u7cxd2 .cx9g18f::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;
}
.t5ra886 .cx9g18f { position: relative; overflow: hidden; }
.t5ra886 .cx9g18f::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.cqso .cx9g18f {
  animation: hg-fadein 1.2s ease-out both;
}
.cx9g18f {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.wqpy {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.kbjl {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.vgqypu7 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.cx9g18f .jbfmgjez { text-shadow: none; color: var(--text-primary); }
.cx9g18f .fepmyii { color: var(--text-muted); }
body.r7usd .jbfmgjez {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.hjba .jbfmgjez {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.oea5u.flkr4taa .jbfmgjez,
section.flkr4taa .jbfmgjez {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.cx9g18f.z26dqd9 .wqpy { align-items: center; text-align: center; }
.cx9g18f.uucpze42   .wqpy { align-items: flex-start; text-align: left; }
.avox1 .kbjl { position: relative; }
.avox1 .kbjl::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.avox1.gh4gy .kbjl::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.yv2ldvw .kbjl {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.yv2ldvw .vgqypu7 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.yv2ldvw.gh4gy .kbjl { padding: 32px 0 32px 32px; }
.k6u5 .kbjl {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.k6u5 .vgqypu7 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.gh4gy .wqpy {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.k6u5.gh4gy .kbjl { padding: 40px 16px 40px 48px; }
.oea5u .np8bfroi {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.np8bfroi .er9sn {
  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;
}
.np8bfroi .er9sn::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.np8bfroi .zledr { display: contents !important; }
.np8bfroi .zledr .lahlz85k {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.np8bfroi .zledr .j5a3pu7k { max-height: 48px; max-width: 96px; }
.np8bfroi .zledr .d69spjd2 {
  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;
}
.np8bfroi .pz71kw {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.np8bfroi .rz20vx92 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.np8bfroi .au3o3tw { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.np8bfroi .au3o3tw small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.np8bfroi .rlm4y60a { display: contents !important; }
.np8bfroi .rlm4y60a .qpxtt:not(.kj3a9f) { display: none !important; }
.np8bfroi .rlm4y60a .kj3a9f {
  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;
}
.np8bfroi .rlm4y60a .kj3a9f .yc1gq {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.np8bfroi .rlm4y60a .kj3a9f .i53z {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.np8bfroi .rcwf { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.np8bfroi .rcwf.oy06ywj {
  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;
}
.np8bfroi .rcwf.oy06ywj:hover { opacity: 0.85; }
.rzte8u .kbjl {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .cx9g18f { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .cx9g18f:not(.rzte8u) .kbjl { display: none !important; }
  .rzte8u .kbjl { padding: 16px; }
  .wqpy  { padding: 36px 24px; }
  .cx9g18f~.sida,.gh4gy~.sida{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .oea5u, .cx9g18f { min-height: 320px !important; }
  .jbfmgjez { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .k2mys,
  .p00ln89z,
  .v9qpa { grid-template-columns: 1fr !important; }

  

  
  .gq7w4 { display: flex !important; flex-direction: column !important; }
  .gq7w4 .nzypvda4 { display: contents; }
  .gq7w4 .izgwss0 { order: 0; }
  .gq7w4 .jbfmgjez { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .gq7w4 .k2mys { order: 2; padding: 0 16px 12px !important; }
  .gq7w4 .fepmyii { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .tvhu7 .nzypvda4 { display: flex; flex-direction: column; }
  .tvhu7 .nzypvda4 .jbfmgjez { order: 1; }
  .tvhu7 .nzypvda4 .v9qpa { order: 2; margin: 8px 0 24px !important; }
  .tvhu7 .nzypvda4 .fepmyii { order: 3; }
  .tvhu7 .nzypvda4 .c1tpk7ar { order: 4; align-self: center; margin-top: 0; }

  
  .cx9g18f.rzte8u {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .cx9g18f.rzte8u .wqpy { display: contents; padding: 0; }
  .cx9g18f.rzte8u .wqpy .jbfmgjez { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .cx9g18f.rzte8u .kbjl { order: 2; padding: 12px 16px; }
  .cx9g18f.rzte8u .wqpy .fepmyii { order: 3; padding: 0 24px; margin: 0 auto; }
  .cx9g18f.rzte8u .wqpy .c1tpk7ar { order: 4; align-self: center; margin: 8px 0 32px; }
}
.jhrqc3si { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.z05kyvtg { width: 100%; height: auto; display: block; border-radius: 10px; }
.zfvyb .jhrqc3si        { border-radius: 16px; }
.zfvyb .z05kyvtg  { border-radius: 16px; }
.fq32mywx .jhrqc3si         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.fq32mywx .z05kyvtg   { border-radius: 8px; }
.rudj2g3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ptn7ezn4 { width: 100%; padding: 32px 0; position: relative; }
.nf45xq { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.o1z4gz .ptn7ezn4:nth-child(even) { background: var(--bg-surface); }
.o1z4gz .ptn7ezn4:nth-child(odd)  { background: var(--bg-page); }
.v6jkk .ptn7ezn4:nth-child(even) { background: var(--bg-card); }
.v6jkk .ptn7ezn4:nth-child(odd)  { background: var(--bg-page); }
.o1z4gz .ptn7ezn4:nth-child(odd)  .nf45xq { background: var(--bg-card); border-radius: 6px; }
.o1z4gz .ptn7ezn4:nth-child(even) .nf45xq { background: var(--bg-raised); border-radius: 6px; }
.v6jkk .ptn7ezn4:nth-child(odd)  .nf45xq { background: var(--bg-card); border-radius: 6px; }
.v6jkk .ptn7ezn4:nth-child(even) .nf45xq { background: var(--bg-raised); border-radius: 6px; }
.o1z4gz .ptn7ezn4:nth-child(even) .i3lfu .j4u2c,
.v6jkk .ptn7ezn4:nth-child(even) .i3lfu .j4u2c { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.o1z4gz .ptn7ezn4:nth-child(odd) .i3lfu .j4u2c,
.v6jkk .ptn7ezn4:nth-child(odd) .i3lfu .j4u2c { background: var(--bg-card-inner); }
.o1z4gz .ptn7ezn4:nth-child(even) .te6n .j4u2c:nth-child(odd),
.v6jkk .ptn7ezn4:nth-child(even) .te6n .j4u2c:nth-child(odd)  { background: var(--bg-card); }
.o1z4gz .ptn7ezn4:nth-child(even) .te6n .j4u2c:nth-child(even),
.v6jkk .ptn7ezn4:nth-child(even) .te6n .j4u2c:nth-child(even) { background: var(--bg-card-inner); }
h1.ptsj { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ptsj {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.tai26jp { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.wkl2j3v h2.ptsj {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.yzuqz h2.ptsj {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.gv6s h2.ptsj {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.nygg9ib h2.ptsj::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.kdcm0 h2.ptsj {
  color: var(--text-primary); font-size: 1.7rem;
}
.hqvsjb6 h2.ptsj::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.f8iuh7k h2.ptsj {
  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;
}
.ie1dqiaj { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ie1dqiaj { display: none; } }
.soqkn { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.covqy { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.nbat {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.u4to { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.bbq6 { padding-left: 20px; }
.bbq6 li { margin-bottom: 6px; }
.bbq6 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.bbq6 a:hover { color: var(--accent-light); }
.hj21m4v .u4to { display: none; }
.skdrr1 .u4to { display: none; }
.skdrr1 .bbq6 { padding-left: 0; list-style: none; }
.skdrr1 .bbq6 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.skdrr1 .bbq6 a { font-size: 0.92rem; }
.you4 .nbat { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.you4 .u4to { display: none; }
.you4 .bbq6 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.you4 .bbq6 li { margin-bottom: 0; }
.you4 .bbq6 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;
}
.you4 .bbq6 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.psupez .nbat { padding: 20px 20px 16px; }
.psupez .bbq6 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.psupez .bbq6 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.psupez .bbq6 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;
}
.psupez .bbq6 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;
}
.psupez .bbq6 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.psupez .bbq6 a:focus,
.psupez .bbq6 a:focus-visible,
.psupez .bbq6 a:target { outline: none; }
.psupez .bbq6 li:target a { border-color: var(--border); color: var(--text-muted); }
.igwxnaob .nbat { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.igwxnaob .u4to { display: none; }
.igwxnaob .bbq6 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.igwxnaob .bbq6 li { margin-bottom: 0; }
.igwxnaob .bbq6 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.igwxnaob .bbq6 li:last-child::after { content: ""; margin-right: 0; }
.igwxnaob .bbq6 a { font-size: 0.9rem; }
.j4u2c { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.i3lfu .j4u2c { background: var(--bg-card); }
.te6n .j4u2c:nth-child(odd)  { background: var(--bg-card); }
.te6n .j4u2c:nth-child(even) { background: var(--bg-raised); }
.lbyqesz .j4u2c {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.lbyqesz .j4u2c:last-child { border-bottom: none; }
.lbyqesz h3.tai26jp { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.wvu7p6f .j4u2c {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.wvu7p6f .j4u2c + .j4u2c { margin-top: 4px; }
.pzjp99wa .j4u2c { background: none; border-radius: 0; padding: 12px 0; }
.pzjp99wa .j4u2c + .j4u2c { border-top: 1px solid var(--border-section); }
.kg0z { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.h1sw { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ventn1z { color: var(--text-body); margin-bottom: 10px; }
.ipto0kt, .k4i0to { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ipto0kt li, .k4i0to li { margin-bottom: 6px; }
.k4i0to li { list-style: decimal; }
.t9ri     .ipto0kt { list-style-type: "● "; }
.e9sh  .ipto0kt { list-style-type: "■ "; }
.wr3igim6 .ipto0kt { list-style-type: "◆ "; }
.j8wmw40    .ipto0kt { list-style-type: "★ "; }
.t9ri     .l8r7ae { list-style-type: "● "; }
.e9sh  .l8r7ae { list-style-type: "■ "; }
.wr3igim6 .l8r7ae { list-style-type: "◆ "; }
.j8wmw40    .l8r7ae { list-style-type: "★ "; }
.t9ri    .ipto0kt li::marker, .t9ri    .l8r7ae li::marker,
.e9sh .ipto0kt li::marker, .e9sh .l8r7ae li::marker,
.wr3igim6 .ipto0kt li::marker, .wr3igim6 .l8r7ae li::marker,
.j8wmw40   .ipto0kt li::marker, .j8wmw40   .l8r7ae li::marker {
  color: var(--cta); font-size: 1em;
}
.t9ri .k4i0to,
.e9sh .k4i0to,
.wr3igim6 .k4i0to,
.j8wmw40 .k4i0to {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.t9ri .k4i0to li,
.e9sh .k4i0to li,
.wr3igim6 .k4i0to li,
.j8wmw40 .k4i0to li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.t9ri .k4i0to li::before,
.e9sh .k4i0to li::before,
.wr3igim6 .k4i0to li::before,
.j8wmw40 .k4i0to 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;
}
.t9ri     .k4i0to li::before { border-radius: 50%; }
.e9sh  .k4i0to li::before { border-radius: 3px; }
.wr3igim6 .k4i0to li::before { border-radius: 3px; }
.j8wmw40    .k4i0to li::before { border-radius: 50%; }
.seim { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.ev4xr2kr .seim,
.l8b97le .seim { background: transparent; border: none; border-radius: 0; }
.xw9d9e2 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.xw9d9e2 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.xw9d9e2 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.xw9d9e2 tr:hover td { background: var(--bg-hover); }
.kd8h .xw9d9e2 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.q4tfdh .xw9d9e2 { border: 1px solid var(--border-alt); }
.q4tfdh .xw9d9e2 th,
.q4tfdh .xw9d9e2 td { border: 1px solid var(--border-alt); }
.jc9akmd8 .xw9d9e2 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.jc9akmd8 .xw9d9e2 td { border-bottom: none; }
.jc9akmd8 .xw9d9e2 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ml54 .xw9d9e2 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.y5c7o8 .seim {
  overflow: hidden;
}
.y5c7o8 .xw9d9e2 th { border-bottom: 1px solid var(--border-alt); }
.y5c7o8 .xw9d9e2 tr:last-child td { border-bottom: none; }
.t0n9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.mpjuxwa { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.iu288 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.vnoa02 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.z8t54 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.l8r7ae { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.l8r7ae 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%}
.w0xz .vnoa02 { background: transparent; text-align: center; }
.s57mjbu .iu288 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.uiebzc .iu288 {
  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);
}
.az55aa .mpjuxwa { display: grid; grid-template-columns: auto 1fr; }
.az55aa .iu288 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.az55aa .vnoa02 { grid-column: 2; }
.az55aa .z8t54,
.az55aa .l8r7ae { grid-column: 1 / -1; }
.um8o10da .mpjuxwa { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.um8o10da .iu288 {
  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);
}
.um8o10da .vnoa02 { grid-column: 2; }
.um8o10da .z8t54,
.um8o10da .l8r7ae { grid-column: 1 / -1; }
.mkqe786 .mpjuxwa { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.mkqe786 .vnoa02 { background: none; color: var(--accent-light); font-weight: 700; }
.zw05yy .mpjuxwa { 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); }
.zw05yy .vnoa02 { background: none; color: var(--accent-light); font-weight: 700; }
.obdw .mpjuxwa { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.obdw .mpjuxwa:last-child { border-bottom: none; }
.obdw .vnoa02 { background: none; color: var(--accent-light); font-weight: 700; }
.shwl .mpjuxwa { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.shwl .vnoa02 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.qu941law .t0n9 { counter-reset: card-n; }
.qu941law .mpjuxwa  { counter-increment: card-n; }
.qu941law .vnoa02 { display: flex; align-items: center; gap: 10px; }
.qu941law .vnoa02::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;
}
.tprdno0 .mpjuxwa { background: var(--bg-surface); border: 1px solid var(--border); }
.tprdno0 .vnoa02 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.jdha { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.vufxi  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.u94b7ksz { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.o1sig1q { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.dv3v { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.jdha strong { color: var(--text-primary); font-size: 0.95rem; }
.jdha p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.xx7pvx { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.jl8dgn, .vrmj { border-radius: 8px; padding: 14px; }
.jl8dgn { background: var(--bg-pros); }
.vrmj { background: var(--bg-cons); }
.a45yc { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.jl8dgn .a45yc { color: var(--c-pros-label); }
.vrmj .a45yc { color: #f87171; }
.jl8dgn ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.vrmj ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.z05kyvtg { width: 100%; height: auto; border-radius: 10px; display: block; }
.oy06ywj {
  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;
}
.oy06ywj:hover { opacity: 0.85; }
.i9i0 .oy06ywj  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.i9i0 .oy06ywj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.a3x5 .oy06ywj  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.a3x5 .oy06ywj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.o4gg .c1tpk7ar { border-radius: 50px; }
.o4gg .oy06ywj  { border-radius: 50px; }
.br4944g .c1tpk7ar { padding-left: 22px; padding-right: 22px; }
.br4944g .oy06ywj  { padding-left: 12px; padding-right: 12px; }
.tvk3gyvh .c1tpk7ar { padding-left: 44px; padding-right: 44px; }
.tvk3gyvh .oy06ywj  { padding-left: 24px; padding-right: 24px; }
.pt9pj .c1tpk7ar { padding-left: 56px; padding-right: 56px; }
.pt9pj .oy06ywj  { padding-left: 32px; padding-right: 32px; }
.l0rz   .c1tpk7ar::after, .l0rz   .oy06ywj::after,
.kwk8 .c1tpk7ar::after, .kwk8 .oy06ywj::after,
.luyld    .c1tpk7ar::after, .luyld    .oy06ywj::after,
.fyx1r    .c1tpk7ar::after, .fyx1r    .oy06ywj::after,
.xqoniqyw    .c1tpk7ar::after, .xqoniqyw    .oy06ywj::after,
.yl2n4     .c1tpk7ar::after, .yl2n4     .oy06ywj::after,
.l53ieu    .c1tpk7ar::after, .l53ieu    .oy06ywj::after,
.h157424   .c1tpk7ar::after, .h157424   .oy06ywj::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;
}
.l0rz .c1tpk7ar::after, .l0rz .oy06ywj::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");
}
.kwk8 .c1tpk7ar::after, .kwk8 .oy06ywj::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");
}
.luyld .c1tpk7ar::after, .luyld .oy06ywj::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");
}
.fyx1r .c1tpk7ar::after, .fyx1r .oy06ywj::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");
}
.xqoniqyw .c1tpk7ar::after, .xqoniqyw .oy06ywj::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");
}
.yl2n4 .c1tpk7ar::after, .yl2n4 .oy06ywj::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");
}
.l53ieu .c1tpk7ar::after, .l53ieu .oy06ywj::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");
}
.h157424 .c1tpk7ar::after, .h157424 .oy06ywj::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");
}
.cx4lum   .o795::after, .cx4lum   .nodgth::after,
.o9686hg .o795::after, .o9686hg .nodgth::after,
.bul9pz    .o795::after, .bul9pz    .nodgth::after,
.flbcyw    .o795::after, .flbcyw    .nodgth::after,
.lck4lz    .o795::after, .lck4lz    .nodgth::after,
.xv75     .o795::after, .xv75     .nodgth::after,
.xl8dlcg4    .o795::after, .xl8dlcg4    .nodgth::after,
.ww8sp8ri   .o795::after, .ww8sp8ri   .nodgth::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;
}
.cx4lum .o795::after, .cx4lum .nodgth::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");
}
.o9686hg .o795::after, .o9686hg .nodgth::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");
}
.bul9pz .o795::after, .bul9pz .nodgth::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");
}
.flbcyw .o795::after, .flbcyw .nodgth::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");
}
.lck4lz .o795::after, .lck4lz .nodgth::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");
}
.xv75 .o795::after, .xv75 .nodgth::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");
}
.xl8dlcg4 .o795::after, .xl8dlcg4 .nodgth::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");
}
.ww8sp8ri .o795::after, .ww8sp8ri .nodgth::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");
}
.hjjp {
  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;
}
.er9sn {
  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;
}
.er9sn > * { min-width: 0; }
.er9sn:hover { background: var(--bg-hover); }
.er9sn > [itemprop="item"] { display: contents; }
.er9sn [itemprop="itemReviewed"],
.er9sn [itemprop="reviewRating"] { display: none; }
.er9sn::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;
}
.zledr {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.lahlz85k {
  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;
}
.j5a3pu7k { max-height: 52px; max-width: 110px; object-fit: contain; }
.d69spjd2 {
  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;
}
.gcb4mb0r .lahlz85k    { background: #1a1a1a; }
.wyxqf .lahlz85k   { background: rgba(128,128,128,.12); }
.uflacu .lahlz85k { background: var(--bg-raised); }
.i2z3 .lahlz85k    { background: transparent; padding: 0; }
.pz71kw {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.rz20vx92 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.au3o3tw { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.rlm4y60a {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.qpxtt {
  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;
}
.yc1gq {
  
  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%;
}
.i53z {
  
  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;
}
.rcwf {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.rcwf.oy06ywj {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .er9sn {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .er9sn::before    { grid-area: rank;   }
  .zledr           { grid-area: ident;  }
  .pz71kw     { grid-area: rating; min-width: 0; width: auto; }
  .rlm4y60a           { grid-area: pills;  }
  .rcwf             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .er9sn {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .er9sn::before    { justify-self: center; }
  .zledr           { width: 100%; }
  .pz71kw     { justify-self: center; }
  .rlm4y60a           { grid-template-columns: 1fr; }
}
.rjjze {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.g2b0d4n {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.z41pjy {
  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;
}
.z41pjy img { max-width: 80px; max-height: 50px; object-fit: contain; }
.kse4a5 { flex: 1; }
.kse4a5 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.zr3oszh { color: var(--c-stars); font-size: 1.1rem; }
.uj4rf5b { margin-bottom: 8px; }
.p8x1g3i2 { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.wb99::before   { content: "★ "; color: var(--accent-light); }
.qifcn { flex-shrink: 0; }
.mfqpt img.wbbe { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.ev4xr2kr { padding: 20px 24px; }
.cnjsta { color: var(--text-muted); margin-bottom: 16px; }
.kt8b1s6o { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.myxb6s, .qo65 { list-style: none; font-size: 0.9rem; }
.myxb6s li { color: var(--c-pros); margin-bottom: 4px; }
.qo65 li { color: var(--c-cons); margin-bottom: 4px; }
.myxb6s li::before { content: "✓"; margin-right: 5px; }
.qo65 li::before { content: "✗"; margin-right: 5px; }
.l3le .myxb6s li::before { content: "→"; }
.l3le .qo65 li::before { content: "–"; }
.shxqvlj  .myxb6s li::before { content: "★"; }
.shxqvlj  .qo65 li::before { content: "✕"; }
.mjcn3q    .myxb6s li::before { content: "◆"; }
.mjcn3q    .qo65 li::before { content: "▲"; }
.ekieq  .myxb6s li::before { content: "▶"; }
.ekieq  .qo65 li::before { content: "■"; }
.srzex0x { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.beqe7 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.jwbqjpc5 { background: var(--bg-pros); color: var(--c-tag-pay); }
.v337ve7o { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.ja0tc7 .v337ve7o { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.rx8k .v337ve7o { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .yk4dv .aswal3s {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .yk4dv .rjjze { margin: 0; }
}
.l0ld1swc .g2b0d4n { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.l0ld1swc .kse4a5 h3 { color: var(--accent-light); }
.l0ld1swc .z41pjy { background: var(--bg-page); border: 1px solid var(--border); }
.mtsz .rjjze { border-top: 4px solid var(--accent); }
.mtsz .g2b0d4n { background: var(--bg-card); }
.khfbr8 .rjjze { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.khfbr8 .g2b0d4n { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.khfbr8 .ev4xr2kr { padding: 14px 16px; }
.khfbr8 .z41pjy { border-radius: 4px; }
.khfbr8 .v337ve7o { border-radius: 0; }
.n13n .g2b0d4n { padding: 0; gap: 0; overflow: hidden; }
.n13n .z41pjy { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.n13n .kse4a5 { padding: 16px 20px; }
.n13n .qifcn { padding: 16px 20px; align-self: center; }
.cfvnw .zr3oszh { font-size: .95rem; }
.l8b97le .xx7pvx { gap: 10px; }
.l8b97le .jl8dgn, .l8b97le .vrmj { padding: 12px; }
.l8b97le .jl8dgn ul, .l8b97le .vrmj ul { margin: 4px 0 0; padding-left: 18px; }
.l8b97le .jl8dgn li, .l8b97le .vrmj li { font-size: .85rem; margin-bottom: 3px; }
.z9jdy0m .beqe7 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .yt5by { grid-template-columns: 1fr; }
  .m55ibcu { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .m55ibcu .cl08 { width: 72px; height: 50px; }
  .m55ibcu .f711 { max-width: 180px; }
  .m55ibcu .hos9 { width: auto; }
}
.kr9zuc2b .cfvnw .zr3oszh { filter: brightness(1.2); }
@media (max-width: 720px) {
  .kr9zuc2b { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .vtxjrwy3 { padding: 16px; }
  .z4nykb .r8pre { min-width: 50%; }
}
.wqgtf .xx7pvx { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ziv1 { grid-template-columns: 1fr; }
  .f2h0d255 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ran0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .mk76r { flex-wrap: wrap; padding: 16px; }
}
.g5hpo .xx7pvx { gap: 8px; }
.g5hpo .jl8dgn, .g5hpo .vrmj { padding: 8px; }
@media (max-width: 480px) {
  .iiu7p { flex-direction: column; align-items: stretch; }
}
.elm8d8 .hos9 .oy06ywj { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .zgamg { flex-direction: column; align-items: stretch; gap: 10px; }
  .elm8d8 .hos9 { text-align: center; }
}
@media (max-width: 720px) {
  .iho0e { grid-template-columns: 1fr; }
  .smeayy75 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rr12b { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.vre6vhj .b4sl { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.ssv54b .zr3oszh { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .oz2r { grid-template-columns: 1fr; }
  .ssv54b { width: 100px; height: 100px; margin: 16px auto; }
  .vre6vhj { font-size: 1.4rem; }
  .h5xs { justify-content: center; }
  .dn7jpm99 .r8pre { min-width: 50%; }
}
.say6lnp2 .xx7pvx { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ek008de2 { flex-wrap: wrap; padding: 14px 16px; }
  .li7chanw { padding: 12px 16px; }
  .say6lnp2 .xx7pvx { margin: 0 16px; }
  .say6lnp2 .z9jdy0m { padding: 0 16px; }
  .pgzx34p { padding: 12px 16px; }
}
.irngfufl .er9sn {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.irngfufl .er9sn:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.i75b4y .hjjp { gap: 18px; }
.i75b4y .er9sn {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.i75b4y .er9sn:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.l7h8a9a .hjjp {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.l7h8a9a .er9sn {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.l7h8a9a .er9sn:last-child { border-bottom: none; }
.l7h8a9a .zledr,
.l7h8a9a .pz71kw,
.l7h8a9a .rlm4y60a {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.vq09qcvv .hjjp { gap: 0; }
.vq09qcvv .er9sn {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.vq09qcvv .er9sn:last-child { border-bottom: none; }
.vq09qcvv .er9sn:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.vq09qcvv .er9sn:nth-child(even):hover { background: var(--bg-hover); }
.acpctrgk .er9sn {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.x1dyu5qr .rlm4y60a .qpxtt {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.x1dyu5qr .rlm4y60a .qpxtt:first-child { border-left: none; }
.pe6voypa .rlm4y60a .qpxtt {
  background: transparent; padding: 4px 8px;
}
.pe6voypa .rlm4y60a .yc1gq { font-size: .65rem; opacity: .65; }
.pe6voypa .rlm4y60a .i53z   { font-size: 1.15rem; color: var(--accent-light); }
.a5j3w .rlm4y60a .qpxtt {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.au3o3tw { display: none; }
.r858inbe .rz20vx92 { font-size: 1rem; letter-spacing: 2px; }
.zzpa .rz20vx92 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.rummzjre .rz20vx92,
.n4qxwkdz .rz20vx92,
.ohnycpu6 .rz20vx92 { display: none; }
.rummzjre .au3o3tw,
.n4qxwkdz .au3o3tw,
.ohnycpu6 .au3o3tw { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.rummzjre .au3o3tw { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.rummzjre .au3o3tw small { display: none; }
.n4qxwkdz .au3o3tw {
  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;
}
.n4qxwkdz .au3o3tw small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.ohnycpu6 .au3o3tw {
  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;
}
.ohnycpu6 .au3o3tw small { display: none; }
.rummzjre .uj4rf5b .zr3oszh,
.n4qxwkdz .uj4rf5b .zr3oszh,
.ohnycpu6 .uj4rf5b .zr3oszh { display: none; }
.rummzjre .uj4rf5b strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.rummzjre .b4sl { display: none; }
.n4qxwkdz .uj4rf5b 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;
}
.n4qxwkdz .zk4gyzkh,
.n4qxwkdz .b4sl { font-size: 1em; }
.ohnycpu6 .uj4rf5b strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.ohnycpu6 .b4sl { display: none; }
.tgk8j9 { margin: 16px 0; }
.qw72hqu { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.qw72hqu summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.qw72hqu summary::after { content: "+"; color: var(--accent-light); }
.qw72hqu[open] summary::after { content: "−"; }
.qw72hqu p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ptn7ezn4 { margin-bottom: 0; }
.shaff7ip h2.ptsj { color: var(--text-primary); border-color: var(--accent-light); }
.mbijfst h2.ptsj { color: var(--text-primary); border-color: var(--accent-light); }
.x79np2kp .vufxi     { background: #052e16; border-color: #10b981; }
.x79np2kp .u94b7ksz { background: #2d0a1e; border-color: #f43f5e; }
.x79np2kp .o1sig1q    { background: #1e1036; border-color: #a855f7; }
.x79np2kp .jdha strong  { color: #f1f5f9; }
.x79np2kp .jdha p       { color: #cbd5e1; }
.x79np2kp .v20qtz5    .vufxi     .dv3v::before,
.x79np2kp .jap0mehk  .vufxi     .dv3v::before,
.x79np2kp .f933bm  .vufxi     .dv3v::before,
.x79np2kp .dgkx .vufxi     .dv3v::before { color: #10b981; }
.x79np2kp .v20qtz5    .u94b7ksz .dv3v::before,
.x79np2kp .jap0mehk  .u94b7ksz .dv3v::before,
.x79np2kp .f933bm  .u94b7ksz .dv3v::before,
.x79np2kp .dgkx .u94b7ksz .dv3v::before { color: #f43f5e; }
.x79np2kp .v20qtz5    .o1sig1q    .dv3v::before,
.x79np2kp .jap0mehk  .o1sig1q    .dv3v::before,
.x79np2kp .f933bm  .o1sig1q    .dv3v::before,
.x79np2kp .dgkx .o1sig1q    .dv3v::before { color: #a855f7; }
.kunsk16 .vufxi     { background: #2d2000; border-color: #eab308; }
.kunsk16 .u94b7ksz { background: #2d0b0b; border-color: #ef4444; }
.kunsk16 .o1sig1q    { background: #2d1600; border-color: #f97316; }
.kunsk16 .jdha strong  { color: #f1f5f9; }
.kunsk16 .jdha p       { color: #cbd5e1; }
.kunsk16 .v20qtz5    .vufxi     .dv3v::before,
.kunsk16 .jap0mehk  .vufxi     .dv3v::before,
.kunsk16 .f933bm  .vufxi     .dv3v::before,
.kunsk16 .dgkx .vufxi     .dv3v::before { color: #eab308; }
.kunsk16 .v20qtz5    .u94b7ksz .dv3v::before,
.kunsk16 .jap0mehk  .u94b7ksz .dv3v::before,
.kunsk16 .f933bm  .u94b7ksz .dv3v::before,
.kunsk16 .dgkx .u94b7ksz .dv3v::before { color: #ef4444; }
.kunsk16 .v20qtz5    .o1sig1q    .dv3v::before,
.kunsk16 .jap0mehk  .o1sig1q    .dv3v::before,
.kunsk16 .f933bm  .o1sig1q    .dv3v::before,
.kunsk16 .dgkx .o1sig1q    .dv3v::before { color: #f97316; }
.ehhvq6 .vufxi     { background: #0c1a2e; border-color: #38bdf8; }
.ehhvq6 .u94b7ksz { background: #12103a; border-color: #818cf8; }
.ehhvq6 .o1sig1q    { background: #0a2020; border-color: #2dd4bf; }
.ehhvq6 .jdha strong  { color: #f1f5f9; }
.ehhvq6 .jdha p       { color: #cbd5e1; }
.ehhvq6 .v20qtz5    .vufxi     .dv3v::before,
.ehhvq6 .jap0mehk  .vufxi     .dv3v::before,
.ehhvq6 .f933bm  .vufxi     .dv3v::before,
.ehhvq6 .dgkx .vufxi     .dv3v::before { color: #38bdf8; }
.ehhvq6 .v20qtz5    .u94b7ksz .dv3v::before,
.ehhvq6 .jap0mehk  .u94b7ksz .dv3v::before,
.ehhvq6 .f933bm  .u94b7ksz .dv3v::before,
.ehhvq6 .dgkx .u94b7ksz .dv3v::before { color: #818cf8; }
.ehhvq6 .v20qtz5    .o1sig1q    .dv3v::before,
.ehhvq6 .jap0mehk  .o1sig1q    .dv3v::before,
.ehhvq6 .f933bm  .o1sig1q    .dv3v::before,
.ehhvq6 .dgkx .o1sig1q    .dv3v::before { color: #2dd4bf; }
.fi957k .vufxi     { background: var(--accent-bg); border-color: var(--accent-light); }
.fi957k .u94b7ksz { background: var(--accent-bg-light); border-color: var(--accent-light); }
.fi957k .o1sig1q    { background: var(--accent-bg); border-color: var(--accent-pale); }
.fi957k .v20qtz5    .dv3v::before,
.fi957k .jap0mehk  .dv3v::before,
.fi957k .f933bm  .dv3v::before,
.fi957k .dgkx .dv3v::before { color: var(--accent-light) !important; }
.f5t1o4cb::before,
.li3acn0q::before { margin-right: 5px; }
.hyhcxq3h .jl8dgn ul li,
.hyhcxq3h .myxb6s li         { color: #4ade80; }
.hyhcxq3h .jl8dgn .f5t1o4cb { color: #22c55e; }
.hyhcxq3h .vrmj ul li,
.hyhcxq3h .qo65 li         { color: #f87171; }
.hyhcxq3h .vrmj .li3acn0q { color: #ef4444; }
.c8feg .jl8dgn { background: var(--bg-pros); }
.c8feg .vrmj { background: var(--bg-cons); }
.c8feg .jl8dgn .f5t1o4cb { color: var(--c-pros-label); }
.c8feg .vrmj .li3acn0q { color: var(--c-cons); }
.c8feg .jl8dgn ul li,
.c8feg .myxb6s li            { color: var(--c-pros); }
.c8feg .vrmj ul li,
.c8feg .qo65 li            { color: var(--c-cons); }
.ghl3e .jl8dgn { background: var(--bg-pros); }
.ghl3e .vrmj { background: var(--bg-cons); }
.ghl3e .jl8dgn .f5t1o4cb { color: var(--c-pros-label); }
.ghl3e .vrmj .li3acn0q { color: var(--c-cons); }
.ghl3e .jl8dgn ul li,
.ghl3e .myxb6s li          { color: var(--c-pros); }
.ghl3e .vrmj ul li,
.ghl3e .qo65 li          { color: var(--c-cons); }
.psa3 .f5t1o4cb::before { content: "✓ "; }
.psa3 .li3acn0q::before { content: "✗ "; }
.l3le .f5t1o4cb::before { content: "→ "; }
.l3le .li3acn0q::before { content: "← "; }
.shxqvlj .f5t1o4cb::before { content: "★ "; }
.shxqvlj .li3acn0q::before { content: "✕ "; }
.mjcn3q .f5t1o4cb::before { content: "◆ "; }
.mjcn3q .li3acn0q::before { content: "▲ "; }
.rx8k .jdha { background: transparent; border-left: none; border: 1.5px solid; }
.rx8k .vufxi     { border-color: var(--c-tip-border); }
.rx8k .u94b7ksz { border-color: var(--c-warn-border); }
.rx8k .o1sig1q    { border-color: #60a5fa; }
.rx8k .jdha strong { color: var(--text-primary); }
.rx8k .jdha p      { color: var(--text-muted); }
.ja0tc7 .jdha { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ja0tc7 .vufxi     { border-top-color: var(--c-tip-border); }
.ja0tc7 .u94b7ksz { border-top-color: var(--c-warn-border); }
.ja0tc7 .o1sig1q    { border-top-color: #60a5fa; }
.hc81j .jdha { border-left: none; border-radius: 8px; }
.hc81j .vufxi     { background: #065f46; }
.hc81j .u94b7ksz { background: #92400e; }
.hc81j .o1sig1q    { background: #1e3a8a; }
.hc81j .jdha strong,
.hc81j .jdha p { color: #fff; }
.hc81j .dv3v::before { color: rgba(255,255,255,0.85) !important; }
.x79np2kp.hc81j .vufxi,
.x79np2kp .hc81j .vufxi     { background: #052e16; }
.x79np2kp.hc81j .u94b7ksz,
.x79np2kp .hc81j .u94b7ksz { background: #2d0a1e; }
.x79np2kp.hc81j .o1sig1q,
.x79np2kp .hc81j .o1sig1q    { background: #1e1036; }
.kunsk16.hc81j .vufxi,
.kunsk16 .hc81j .vufxi      { background: #2d2000; }
.kunsk16.hc81j .u94b7ksz,
.kunsk16 .hc81j .u94b7ksz  { background: #2d0b0b; }
.kunsk16.hc81j .o1sig1q,
.kunsk16 .hc81j .o1sig1q     { background: #2d1600; }
.ehhvq6.hc81j .vufxi,
.ehhvq6 .hc81j .vufxi      { background: #0c1a2e; }
.ehhvq6.hc81j .u94b7ksz,
.ehhvq6 .hc81j .u94b7ksz  { background: #12103a; }
.ehhvq6.hc81j .o1sig1q,
.ehhvq6 .hc81j .o1sig1q     { background: #0a2020; }
.lxmg65aj .jdha { border-left: none; border-radius: 6px; padding: 10px 14px; }
.lxmg65aj .vufxi     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.lxmg65aj .u94b7ksz { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.lxmg65aj .o1sig1q    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.lxmg65aj .jdha strong { color: var(--text-primary); }
.lxmg65aj .jdha p      { color: var(--text-muted); }
.skbsgd .jdha { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.v20qtz5 .dv3v,
.jap0mehk .dv3v,
.f933bm .dv3v,
.dgkx .dv3v { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.v20qtz5 .dv3v::before,
.jap0mehk .dv3v::before,
.f933bm .dv3v::before,
.dgkx .dv3v::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.v20qtz5 .vufxi     .dv3v::before { content: "✦"; color: var(--c-tip-border); }
.v20qtz5 .u94b7ksz .dv3v::before { content: "▲"; color: var(--c-warn-border); }
.v20qtz5 .o1sig1q    .dv3v::before { content: "◉"; color: #60a5fa; }
.jap0mehk .vufxi     .dv3v::before { content: "★"; color: var(--c-tip-border); }
.jap0mehk .u94b7ksz .dv3v::before { content: "◆"; color: var(--c-warn-border); }
.jap0mehk .o1sig1q    .dv3v::before { content: "●"; color: #60a5fa; }
.f933bm .vufxi     .dv3v::before { content: "▶"; color: var(--c-tip-border); }
.f933bm .u94b7ksz .dv3v::before { content: "■"; color: var(--c-warn-border); }
.f933bm .o1sig1q    .dv3v::before { content: "▸"; color: #60a5fa; }
.dgkx .vufxi     .dv3v::before { content: "→"; color: var(--c-tip-border); }
.dgkx .u94b7ksz .dv3v::before { content: "⬥"; color: var(--c-warn-border); }
.dgkx .o1sig1q    .dv3v::before { content: "◈"; color: #60a5fa; }
.ucdvcpz .i3lfu .j4u2c,
.ucdvcpz .te6n .j4u2c  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ucdvcpz .mpjuxwa                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ucdvcpz .er9sn                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ucdvcpz .rjjze            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.ucdvcpz .seim          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ucdvcpz .nbat                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.tlws8 .i3lfu .j4u2c,
.tlws8 .te6n .j4u2c,
.tlws8 .mpjuxwa,
.tlws8 .er9sn,
.tlws8 .rjjze,
.tlws8 .seim,
.tlws8 .nbat,
.tlws8 .skbsgd .jdha { box-shadow: none; }
.kft99s7   .ventn1z, .kft99s7 .kg0z, .kft99s7 .h1sw,
.kft99s7   .soqkn, .kft99s7 .covqy { font-size: 0.9rem; }
.kft99s7   .ipto0kt, .kft99s7 .k4i0to { font-size: 0.9rem; }
.oguzsg   .ventn1z, .oguzsg .kg0z, .oguzsg .h1sw,
.oguzsg   .soqkn, .oguzsg .covqy { font-size: 0.95rem; }
.oguzsg   .ipto0kt, .oguzsg .k4i0to { font-size: 0.95rem; }
.fut4   .ventn1z, .fut4 .kg0z, .fut4 .h1sw,
.fut4   .soqkn, .fut4 .covqy { font-size: 1.08rem; }
.fut4   .ipto0kt, .fut4 .k4i0to { font-size: 1.05rem; }
.fut4   .xw9d9e2 { font-size: 0.97rem; }
.wjdfr .jbfmgjez      { font-size: 3.2rem; }
.wjdfr h2.ptsj { font-size: 1.9rem; }
.wjdfr h3.tai26jp     { font-size: 1.4rem; }
.p1qpr .jbfmgjez      { font-size: 3.8rem; }
.p1qpr h2.ptsj { font-size: 2.2rem; }
.p1qpr h3.tai26jp     { font-size: 1.6rem; }
.ptn7ezn4 + .ptn7ezn4 { position: relative; }
.taeh7tic   .ptn7ezn4 + .ptn7ezn4::before,
.g3zlann  .ptn7ezn4 + .ptn7ezn4::before,
.oblye   .ptn7ezn4 + .ptn7ezn4::before,
.cs2uy70   .ptn7ezn4 + .ptn7ezn4::before,
.jxja3l1   .ptn7ezn4 + .ptn7ezn4::before,
.vl76haeu .ptn7ezn4 + .ptn7ezn4::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.taeh7tic .ptn7ezn4 + .ptn7ezn4::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.g3zlann .ptn7ezn4 + .ptn7ezn4::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.oblye .ptn7ezn4 + .ptn7ezn4::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;
}
.cs2uy70 .ptn7ezn4 + .ptn7ezn4::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.dpu5yyqa .ptn7ezn4 { margin-bottom: 16px; }
.dpu5yyqa .ptn7ezn4 + .ptn7ezn4 { margin-top: 0; }
.dpu5yyqa .nf45xq { padding-top: 0; padding-bottom: 0; }
.jxja3l1 .ptn7ezn4 + .ptn7ezn4::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.vl76haeu .ptn7ezn4 + .ptn7ezn4::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.sebx .ptn7ezn4 + .ptn7ezn4::before,
.uqkzlyae .ptn7ezn4 + .ptn7ezn4::before,
.mjxyb6il .ptn7ezn4 + .ptn7ezn4::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%;
}
.o1z4gz .sebx .ptn7ezn4:nth-child(even)::before,
.o1z4gz .uqkzlyae .ptn7ezn4:nth-child(even)::before,
.o1z4gz .mjxyb6il .ptn7ezn4:nth-child(even)::before { background: var(--bg-surface); }
.v6jkk .sebx .ptn7ezn4:nth-child(even)::before,
.v6jkk .uqkzlyae .ptn7ezn4:nth-child(even)::before,
.v6jkk .mjxyb6il .ptn7ezn4:nth-child(even)::before { background: var(--bg-card); }
.sebx .ptn7ezn4 + .ptn7ezn4::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");
}
.uqkzlyae .ptn7ezn4 + .ptn7ezn4::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");
}
.mjxyb6il .ptn7ezn4 + .ptn7ezn4::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");
}
.s06vh7vv .wqpy,
.nherm784 .wqpy { padding-bottom: 60px; }
.u9bfysm .wqpy { padding-bottom: 70px; }
.bb64c .cx9g18f { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.cwgt2 .cx9g18f { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.xlf50k .cx9g18f { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.hprch .cx9g18f { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.m6tz .flkr4taa { background: var(--accent); }
.m6tz .flkr4taa .izgwss0 { background: none; }
.m6tz .gl2f8vza { background: var(--accent); }
.m6tz .cx9g18f { background: var(--accent-bg); }
.m6tz .k07p:not(.flkr4taa) .izgwss0 { background: rgba(0,0,0,0.6); }
.xy663 .jhrqc3si { float: left; width: 38%; margin: 0 28px 16px 0; }
.xy663 .jhrqc3si .z05kyvtg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xy663 .nf45xq::after { content: ''; display: block; clear: both; }
.i7a3uiem .jhrqc3si { float: right; width: 38%; margin: 0 0 16px 28px; }
.i7a3uiem .jhrqc3si .z05kyvtg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.i7a3uiem .nf45xq::after { content: ''; display: block; clear: both; }
.awohl .ptn7ezn4:nth-child(odd)  .jhrqc3si { float: left;  width: 38%; margin: 0 28px 16px 0; }
.awohl .ptn7ezn4:nth-child(even) .jhrqc3si { float: right; width: 38%; margin: 0 0 16px 28px; }
.awohl .jhrqc3si .z05kyvtg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.awohl .nf45xq::after { content: ''; display: block; clear: both; }
.xy663 .t0n9,
.xy663 .hjjp,
.i7a3uiem .t0n9,
.i7a3uiem .hjjp,
.awohl .t0n9,
.awohl .hjjp { clear: both; }
@media (max-width: 900px) {
  .xy663 .jhrqc3si,
  .i7a3uiem .jhrqc3si,
  .awohl .ptn7ezn4:nth-child(odd)  .jhrqc3si,
  .awohl .ptn7ezn4:nth-child(even) .jhrqc3si {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .xy663 .jhrqc3si .z05kyvtg,
  .i7a3uiem .jhrqc3si .z05kyvtg,
  .awohl .jhrqc3si .z05kyvtg {
    max-height: none !important;
  }
}
.xy663 .ipto0kt,
.xy663 .k4i0to,
.i7a3uiem .ipto0kt,
.i7a3uiem .k4i0to,
.awohl .ipto0kt,
.awohl .k4i0to { overflow: hidden; }
@media (max-width: 640px) {
  .xy663 .jhrqc3si,
  .i7a3uiem .jhrqc3si,
  .awohl .jhrqc3si { float: none; width: 100%; margin: 0 0 16px 0; }
}
.bsvbl0h .rudj2g3,
.bsvbl0h .nf45xq,
.bsvbl0h .q1kx  { max-width: 1100px; }
.u371uld .rudj2g3,
.u371uld .nf45xq,
.u371uld .q1kx  { max-width: 1200px; }
.evwmq .rudj2g3,
.evwmq .nf45xq,
.evwmq .q1kx  { max-width: 1320px; }
.evwmq { --content-mw: 1320px; }
.rbcn1yn7 { font-size: 0.82rem; color: var(--text-muted); }
.s8j2 { display: flex; align-items: center; }
.doz9oqvz {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.jk5b { display: flex; align-items: center; }
.yjme6yvl { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.yjme6yvl:hover { text-decoration: underline; }
.z1mwk { margin: 0 3px; opacity: 0.45; }
.z1mwk::before { content: '/'; }
.yix65i0x { padding: 2px 5px; color: var(--text-main); }
.i01gxb .rbcn1yn7 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.i01gxb .s8j2 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.fp29nefl .rbcn1yn7 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.fp29nefl .s8j2 { padding: 0 0 0 12px; }
.mnha1 .s8j2 { padding: 0 16px; }
.mnha1 .rbcn1yn7 {
  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);
}
.mnha1 .rudj2g3 { padding-top: 28px; }
@media (max-width: 720px) {
  .s8ea { margin-top: 18px; padding: 0 16px; }
  .mnha1 .rudj2g3 { padding-top: 16px; }
}
.bsvbl0h.i01gxb .s8j2 { max-width: 1100px; }
.u371uld.i01gxb .s8j2 { max-width: 1200px; }
.evwmq.i01gxb .s8j2 { max-width: 1320px; }
.evwmq .s8ea { max-width: 1320px; }
.dia824 .ptn7ezn4 { padding-top: 16px; padding-bottom: 16px; }
.qbc5m .ptn7ezn4 { padding-top: 24px; padding-bottom: 24px; }
.q5niyso .ptn7ezn4 { padding-top: 40px; padding-bottom: 40px; }
.h29j .ptn7ezn4 { padding-top: 52px; padding-bottom: 52px; }
.qq47mq .ptn7ezn4:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.qq47mq .ptn7ezn4:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.qq47mq .ptn7ezn4:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.qq47mq .ptn7ezn4:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ui7a .nf45xq { padding-top: 10px;  padding-bottom: 10px; }
.hyhs3 .nf45xq { padding-top: 18px;  padding-bottom: 18px; }
.c3ivqrvl .nf45xq { padding-top: 36px;  padding-bottom: 36px; }
.fwcwbu .nf45xq { padding-top: 48px;  padding-bottom: 48px; }
.lf08xmh h2.ptsj { font-weight: 600; }
.lf08xmh h3.tai26jp     { font-weight: 600; }
.sjbluxcn { font-weight: 500; }
.sjbluxcn h2.ptsj { font-weight: 800; }
.sjbluxcn h3.tai26jp     { font-weight: 700; }
.u2m0h h2.ptsj { font-weight: 900; }
.u2m0h h3.tai26jp     { font-weight: 800; }
.u2m0h .jdha strong,
.u2m0h .jdha strong { font-weight: 600; }
.o795 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.rp4k2 .o795 { display: none; }
@media (max-width: 640px) {
  .v731gx0 { display: none; }
  .o795 {
    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;
  }
}
.o795 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.o795:hover { opacity: 0.85; }
.mo61102 .o795 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.p9yc4sf7 .o795,
.hjeiuu  .o795 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.p9yc4sf7 .o795:hover,
.hjeiuu  .o795:hover { opacity: 0.88; }
.mo61102.p9yc4sf7 .o795,
.mo61102.hjeiuu  .o795 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.nodgth {
  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;
}
.nodgth:hover { transform: translateY(-2px); opacity: 0.92; }
.nodgth { background: var(--cta) !important; color: #fff !important; border: none !important; }
.npvp .nodgth { display: none; }
.n5yg .nodgth { right: 32px; }
.ye0a1m7  .nodgth { left: 32px; }
@media (max-width: 480px) {
  .n5yg .nodgth { right: 20px; bottom: 20px; }
  .ye0a1m7  .nodgth { left: 20px; bottom: 20px; }
}
.qnmo { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.q1kx { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ngau4t6 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.luin1 { color: var(--text-dim); font-size: 0.8rem; }
.rdoygry { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.rdoygry img { height: 26px; width: auto; object-fit: contain; }
.lqhma { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.hfel .q1kx { text-align: center; }
.hfel .ngau4t6 { margin-top: 0; }
.j0bw80 { margin-top: 10px; }
.j0bw80 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .q1kx { padding-left: 16px; padding-right: 16px; }
  .bxuchjq .q1kx { padding: 20px 16px; }
  .hynnv8 { gap: 4px 12px; }
  .ngau4t6 { font-size: 0.78rem; }
}
.ep64 .r5nff .rdoygry { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.ep64 .lqhma { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.ep64 .c93dbr { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.ep64 .c93dbr a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.ep64 .c93dbr a:hover { color: var(--accent-light); }
.ep64 .ngau4t6 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ep64 .luin1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ep64 .s2x4 { grid-template-columns: 1fr 1fr; } .ep64 .r5nff { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ep64 .s2x4 { grid-template-columns: 1fr; } }
.e2vao2 .rdoygry { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.e2vao2 .ngau4t6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .e2vao2 .q0lkj4 { gap: 12px; } .e2vao2 .rdoygry { margin-right: 0; width: 100%; } }
.tqifvo .gfx727r { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.tqifvo .ijig .rdoygry { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.tqifvo .lqhma { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.tqifvo .qy0y4 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.tqifvo .c93dbr { display: flex; flex-direction: column; gap: 9px; }
.tqifvo .c93dbr a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.tqifvo .c93dbr a:hover { color: var(--accent-light); }
.tqifvo .d930ul9 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.tqifvo .ngau4t6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.tqifvo .luin1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .tqifvo .gfx727r { grid-template-columns: 1fr 1fr; } .tqifvo .ijig { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tqifvo .gfx727r { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .p812d .h6qyybrl { grid-template-columns: 1fr 1fr; } .p812d .rib8:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .p812d .h6qyybrl { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .az4gfvy .h6qyybrl { grid-template-columns: 1fr; } }
.g0f4 .q1kx { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ftt5w .vwkc4e3      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ftt5w .qnmo { background: var(--bg-page); border-top-color: var(--border-alt); }
.owek .vwkc4e3      { background: #0d1117; border-bottom-color: #21262d; }
.owek .w4a5 { color: var(--accent-light); }
.owek .e434 { --msep-color: #8b949e; }
.owek .e434 a { color: #8b949e; }
.owek .e434 a:hover { color: var(--accent-light); }
.owek .p1bxdr6 { color: #8b949e; }
.owek .qnmo { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.owek .ngau4t6,
.owek .luin1 { color: #6e7681; }
.owek .c93dbr a, .owek .gqnk6h0 a,
.owek .rdoygry { color: #e6edf3; }
.owek .c93dbr a:hover, .owek .gqnk6h0 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .owek .e434 { background: #0d1117; border-top-color: #21262d; }
  .owek .e434 li a { border-bottom-color: #21262d; }
}
.bav11h .vwkc4e3      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.bav11h .w4a5 { color: var(--accent-light); }
.bav11h .e434 { --msep-color: #475569; }
.bav11h .e434 a { color: #475569; }
.bav11h .e434 a:hover { color: var(--accent-light); }
.bav11h .p1bxdr6 { color: #64748b; }
.bav11h .qnmo { background: #f0f4f8; border-top-color: #cbd5e1; }
.bav11h .ngau4t6,
.bav11h .luin1 { color: #64748b; }
.bav11h .c93dbr a, .bav11h .gqnk6h0 a,
.bav11h .pg66 a, .bav11h .rdoygry { color: #374151; }
.bav11h .c93dbr a:hover, .bav11h .gqnk6h0 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .bav11h .e434 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .bav11h .e434 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.p9yc4sf7 .vwkc4e3      { background: var(--accent); border-bottom-color: var(--accent-light); }
.p9yc4sf7 .w4a5 { color: #fff; }
.p9yc4sf7 .e434 { --msep-color: rgba(255,255,255,0.82); }
.p9yc4sf7 .e434 a { color: rgba(255,255,255,0.82); }
.p9yc4sf7 .e434 a:hover { color: #fff; }
.p9yc4sf7 .p1bxdr6 { color: rgba(255,255,255,0.9); }
.p9yc4sf7 .qnmo { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.p9yc4sf7 .ngau4t6,
.p9yc4sf7 .luin1 { color: rgba(255,255,255,0.72); }
.p9yc4sf7 .c93dbr a, .p9yc4sf7 .gqnk6h0 a,
.p9yc4sf7 .pg66 a, .p9yc4sf7 .rdoygry { color: #fff; }
.p9yc4sf7 .lqhma, .p9yc4sf7 .qy0y4 { color: rgba(255,255,255,0.7); }
.p9yc4sf7 .c93dbr a:hover, .p9yc4sf7 .gqnk6h0 a:hover { color: #fff; }
@media (max-width: 640px) {
  .p9yc4sf7 .e434 { background: var(--accent); border-top-color: var(--accent-light); }
  .p9yc4sf7 .e434 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.hjeiuu .vwkc4e3 {
  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);
}
.hjeiuu .qnmo {
  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) {
  .hjeiuu .e434 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.vl3oc5i .s4ap78n0 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.z852l9d .s4ap78n0 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.d6qx .s4ap78n0 { min-height: 72px; height: auto; }
.no9k .s4ap78n0 { min-height: 84px; height: auto; }
.bxuchjq .s4ap78n0 { max-width: none; padding: 0 32px; }
.bxuchjq .q1kx  { max-width: none; padding: 24px 32px; }
.f3rsn.u371uld .s4ap78n0 { max-width: 1200px; }
.f3rsn.evwmq .s4ap78n0 { max-width: 1320px; }
.shn2   .w4a5, .shn2   .rdoygry { text-transform: capitalize; }
.qidqamjm .w4a5, .qidqamjm .rdoygry { text-transform: lowercase; }
.vo12q8e4 .w4a5, .vo12q8e4 .rdoygry { text-transform: uppercase; letter-spacing: 0.06em; }
.rd79w1, .zxnfef {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.f8h0 .rd79w1,
.f8h0 .zxnfef { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.utqr3o5n .rd79w1,
.utqr3o5n .zxnfef { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.wzwyk .rd79w1,
.wzwyk .zxnfef { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.gj2x .rd79w1,
.gj2x .zxnfef { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.srf91iny   .e434 a { font-weight: 500; }
.khvvx .e434 a { font-weight: 600; }
.u3x7     .e434 a { font-weight: 700; }
.xmnu7e    .e434 a { font-weight: 800; letter-spacing: 0.01em; }
.wyg7uxj     .e434 > li + li::before,
.f6so3cp    .e434 > li + li::before,
.x6kj0    .e434 > li + li::before,
.v2oz .e434 > li + li::before,
.mi3wgv9 .e434 > li + li::before,
.elsp  .e434 > li + li::before,
.p0jrqomj    .e434 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.wyg7uxj     .e434 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.f6so3cp    .e434 > li + li::before { content: "|"; }
.x6kj0    .e434 > li + li::before { content: "—"; }
.v2oz .e434 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.mi3wgv9 .e434 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.elsp  .e434 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.p0jrqomj    .e434 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .dn8v .p1bxdr6,
  .lgjhd9 .p1bxdr6,
  .vt9260 .p1bxdr6,
  .tf6fh .p1bxdr6,
  .qqiqx5kq .p1bxdr6 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .dn8v .p1bxdr6::before,
  .lgjhd9 .p1bxdr6::before,
  .vt9260 .p1bxdr6::before,
  .tf6fh .p1bxdr6::before,
  .qqiqx5kq .p1bxdr6::before { content: ""; display: block; flex-shrink: 0; }

  
  .dn8v .p1bxdr6::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;
  }

  
  .lgjhd9 .p1bxdr6::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;
  }

  
  .vt9260 .p1bxdr6::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;
  }

  
  .tf6fh .p1bxdr6::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;
  }

  
  .qqiqx5kq .p1bxdr6::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) {
  .jz5x1bs .p1bxdr6 {
    padding: 5px 14px;
  }
  .jz5x1bs .e434 {
    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;
  }
  .jz5x1bs .e434 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .jz5x1bs .e434 li a:hover { background: var(--bg-raised); }
  .jz5x1bs .e8uvmjf,
  .eipni1c .e8uvmjf,
  .ucey9cpc .e8uvmjf { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ahl2dmtw .p1bxdr6 {
    padding: 5px 10px;
  }
  .ahl2dmtw .e434 {
    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);
  }
  .ahl2dmtw .e434.kiw3k6y { transform: translateX(0); }
  .ahl2dmtw .e434 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ahl2dmtw .e434 li:last-child a { border-bottom: none; }
  .p9yc4sf7 .e434,
  .owek .e434 { background: var(--accent) !important; }
  .p9yc4sf7 .e434 li a,
  .owek .e434 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ucey9cpc .p1bxdr6 {
    padding: 5px 10px;
  }
  .ucey9cpc .e434 {
    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);
  }
  .ucey9cpc .e434::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ucey9cpc .e434.kiw3k6y { transform: translateY(0); }
  .ucey9cpc .e434 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .xd326 .p1bxdr6 {
    padding: 5px 10px;
  }
  .xd326 .e434 {
    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;
  }
  .xd326 .e434.kiw3k6y { opacity: 1; pointer-events: auto; }
  .xd326 .e434 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .i86hkz     .p1bxdr6 { border-radius: 0 !important; }
  .spkqya43   .p1bxdr6 { border-radius: 8px !important; }
  .tslop3vc .p1bxdr6 { border-radius: 50% !important; }
  .ngyvg   .p1bxdr6 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .d63g .lfcbwb { flex-direction: column; align-items: stretch; }
  .d63g .a1t3z { flex-direction: row; min-width: auto; }
  .d63g .hy57 { align-items: flex-start; text-align: left; }
}
.hlcxj9,
.hlcxj9.ptn7ezn4,
.o1z4gz .hlcxj9,
.co04ki .hlcxj9,
.v6jkk .hlcxj9,
.nyquc4p .hlcxj9 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.cos6n {
  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;
}
.zv82u { flex: 1 1 280px; min-width: 0; }
.zc0g3 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.gi05aer {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.w60aj {
  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;
}
.w60aj:hover { transform: translateY(-1px); opacity: 0.95; }
.tz98 .cos6n {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.tz98 .zc0g3 { color: var(--cta); }
.tz98 .gi05aer { color: var(--text-body); }
.tz98 .w60aj {
  background: var(--cta) !important;
  color: #fff !important;
}
.tqq0ci .cos6n {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.tqq0ci .zc0g3 { color: var(--text-primary); }
.tqq0ci .gi05aer { color: var(--text-body); }
.tqq0ci .w60aj {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .cos6n {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .zv82u { flex: 0 0 auto; }
  .zc0g3 { font-size: 1.2rem; }
  .w60aj { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.xe4o .sx3bsav { height: 36px; }
.pkfs3ata .sx3bsav { height: 60px; max-width: 200px; }
.xxsd .sx3bsav { height: 56px; max-width: 180px; }
.xpboxpe3    .rz20vx92, .xpboxpe3    .zr3oszh { color: #f59e0b; }
.dt5zrggc      .rz20vx92 { font-size: 1rem; letter-spacing: 1.5px; }
.dt5zrggc      .zr3oszh   { font-size: 1.35rem; }
.jqoziic3    .rz20vx92, .jqoziic3    .zr3oszh { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.rt9w     .rz20vx92, .rt9w     .zr3oszh { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.sh8j6mly .rz20vx92, .sh8j6mly .zr3oszh { color: var(--cta); letter-spacing: 2px; }
.r2t48   .rz20vx92, .r2t48   .zr3oszh { color: #e91e63; letter-spacing: 2px; }
.qrvuo  .rz20vx92, .qrvuo  .zr3oszh { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.dxinzgqg     .rz20vx92, .dxinzgqg     .zr3oszh { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.x1dyu5qr .qpxtt + .qpxtt {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.qko3st0 .er9sn { padding: 18px 24px; min-height: 68px; }
.pe6voypa .yc1gq {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.pe6voypa .i53z {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.a5j3w .qpxtt {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.hjjp { counter-reset: cs-rank; }
.hjjp .er9sn { counter-increment: cs-rank; }
.hjjp .er9sn::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;
}
.iqdr1 .hjjp { counter-reset: cs-rank; gap: 0; }
.iqdr1 .er9sn {
  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;
}
.iqdr1 .er9sn::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;
}
.iqdr1 .zledr {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.iqdr1 .lahlz85k {
  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;
}
.iqdr1 .j5a3pu7k { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.iqdr1 .zledr { min-width: 0; flex-direction: column; width: 100%; }
.iqdr1 .d69spjd2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.iqdr1 .rz20vx92 { color: var(--cta, var(--accent)); }
.iqdr1 .au3o3tw { font-weight: 700; }
.iqdr1 .qpxtt {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.iqdr1 .yc1gq {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.iqdr1 .i53z {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.iqdr1 .kj3a9f .i53z { font-size: 1.3rem; color: var(--accent-light); }
.iqdr1 .rcwf {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.iqdr1 .er9sn:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .iqdr1 .hjjp {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .iqdr1 .er9sn {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .iqdr1 .er9sn { padding: 40px 16px 20px; }
  .iqdr1 .qpxtt {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .iqdr1 .rcwf { width: 100%; min-width: 0; }
}
.hagh .hjjp { counter-reset: cs-rank; gap: 10px; }
.hagh .er9sn {
  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);
}
.hagh .er9sn::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);
}
.hagh .zledr {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.hagh .lahlz85k {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.hagh .j5a3pu7k { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.hagh .d69spjd2 {
  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;
}
.hagh .rz20vx92 { color: var(--cta, var(--accent)); }
.hagh .qpxtt {
  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;
}
.hagh .yc1gq {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.hagh .i53z { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.hagh .kj3a9f .i53z { color: var(--accent-light); }
.hagh .rcwf {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.hagh .er9sn:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .hagh .er9sn {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .hagh .er9sn::before {
    position: absolute; top: 14px; left: 14px;
  }
  .hagh .zledr {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .hagh .d69spjd2 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .hagh .qpxtt {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .hagh .rcwf { width: 100%; min-width: 0; }
  .hagh .rz20vx92 { min-width: 0; }
}
.nn2audj .er9sn::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.u45je .qw72hqu {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.u45je .qw72hqu summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.u45je .qw72hqu p { padding: 0 2px 16px; }
.xf09 .qw72hqu { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.xf09 .qw72hqu summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.xf09 .qw72hqu summary::after { content: "›"; font-size: 1.2em; }
.xf09 .qw72hqu[open] summary::after { content: "‹"; }
.xf09 .qw72hqu p { padding: 10px 22px 4px; }
.r4o83g .qw72hqu {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.r4o83g .qw72hqu summary { color: var(--text-primary); padding-left: 16px; }
.r4o83g .qw72hqu summary::after { content: "›"; font-size: 1.1em; }
.r4o83g .qw72hqu[open] summary::after { content: "‹"; }
.r4o83g .qw72hqu p { padding-left: 16px; }
.z919d9pu .tgk8j9 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.z919d9pu .qw72hqu {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.z919d9pu .qw72hqu:last-child { border-bottom: none; }
.z919d9pu .qw72hqu summary { color: var(--text-primary); border-radius: 0; }
.z919d9pu .qw72hqu summary::after { content: "›"; font-size: 1.1em; }
.z919d9pu .qw72hqu[open] summary::after { content: "‹"; }
.gq17c7 .qw72hqu { overflow: hidden; }
.gq17c7 .qw72hqu summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.gq17c7 .qw72hqu summary::after { color: rgba(255,255,255,.75); }
.gq17c7 .qw72hqu[open] summary { border-radius: 0; }
.ef0sw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.u3nuoc1 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.rfqvdf75 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.si23k { color: var(--text-muted); font-size: 1.05rem; }
.unsk {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.c1awvh { margin-bottom: 20px; }
.riw8 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.z6n921 {
  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;
}
.z6n921:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.d8fiz { resize: vertical; min-height: 130px; }
.baba8a { width: 100%; margin-top: 8px; }
.xg1hb1 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.m0bk {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.rbar { color: var(--text-muted); line-height: 1.75; }
.ku0pp { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ku0pp li { margin-bottom: 6px; }
.ukeq0 { max-width: 760px; margin: 0 auto; }
.uj0az { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.qvx22wls { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.qvx22wls:last-child { border-bottom: none; }
.qvx22wls h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.qvx22wls p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.jiwx1 { max-width: 760px; margin: 0 auto; }
.qtb1x ul.ku0pp { margin: 0; }
@media (max-width: 640px) { .o07f { grid-template-columns: 1fr; gap: 10px; } }
.t7he { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.vm7i { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.ex7y746 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.vm7i p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.vm7i .ku0pp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .t7he { grid-template-columns: 1fr; } }
.s103ed9 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.s103ed9:hover .zmvq { color: var(--accent-light); text-decoration: underline; }
.cg0qndmk { color: inherit; text-decoration: none; }
.cg0qndmk:hover { color: var(--accent-light); text-decoration: underline; }
.qe55r { display: inline-block; line-height: 0; }
.di1vvyx { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.stbp22 { margin-bottom: 48px; }
.z0na50x { max-width: 760px; margin: 0 auto; }
.dop26nm { max-width: 640px; margin: 0 auto; }
.r1f20x { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.r1f20x:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.zj2xs { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.r1f20x p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.r1f20x ul.ku0pp { margin: 0; }
.qsvx { color: var(--text-muted); line-height: 1.75; }
.usd7c .ku0pp,
.dop26nm .ku0pp,
.cj5nuhu .ku0pp,
.mxr7u5 .ku0pp {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.usd7c .r1f20x,
.dop26nm .r1f20x { text-align: left; }
.usd7c .zj2xs,
.dop26nm .zj2xs { text-align: center; }
.vay2zv { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.m2hd42cq { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.oxdzfy4 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.hr7rraa { margin-top: 12px; }
.dhq7q { 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; }
.dhq7q:hover { border-bottom-color: var(--accent-light); }
.m8hv { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.m8hv img { width: 100%; height: 100%; object-fit: cover; display: block; }
.btibe9 { width: 72px; height: 72px; }
.cbv7ta { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.d9arnkht { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.w039 { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .jhgvh3g4 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ccs7ig2 .oxdzfy4, .ccs7ig2 .m2hd42cq { max-width: 640px; }
.cswxhhs2 .vay2zv { font-size: 1.6rem; margin-top: 18px; }
.qzy4kzv .oxdzfy4 { margin-bottom: 28px; }
@media (max-width: 860px) { .u1az { grid-template-columns: 1fr; } .cswxhhs2 { position: static; text-align: center; } }
.pof0 .m8hv { margin: 0 auto 18px; }
.pof0 .d9arnkht { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .gvw1 { grid-template-columns: 1fr; } }
.jk4hgn2 .vay2zv { font-size: 1.6rem; margin-bottom: 6px; }
.mxr7u5 .ku0pp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .jk4hgn2 { flex-direction: column; text-align: center; } .j04wqjgy { grid-template-columns: 1fr; } }
.gq1dh55 { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.gq1dh55 .vay2zv { font-size: 1.35rem; margin: 0 0 4px; }
.gq1dh55 .d9arnkht { margin: 0; }
.nxn0 .rfqvdf75 { color: var(--accent-light); }
.yvo1iwvn .rfqvdf75 { font-size: 2rem; }
.yvo1iwvn .si23k { max-width: 680px; }
.e4cr .rfqvdf75 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.e4cr .si23k  { margin: 0; }
@media (max-width: 640px) { .e4cr { flex-direction: column; } }
.vhho {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.vhho .rfqvdf75 { color: var(--accent-light); }
.ayikfrg .rfqvdf75 { color: #fff; }
.ayikfrg .si23k  { color: rgba(255,255,255,0.85); }
.tokis12d { max-width: 680px; margin: 0 auto; }
.arcgz {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .arcgz { grid-template-columns: 1fr; } }
.bcgoia .z6n921 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.bcgoia .z6n921:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.sab9j82 .z6n921 { background: var(--bg-raised); border-color: transparent; }
.sab9j82 .z6n921:focus { background: var(--bg-card); border-color: var(--accent-light); }
.pb34r .z6n921 { border-radius: 100px; padding: 11px 20px; }
.pb34r .d8fiz { border-radius: 14px; }
.z9nd {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.z9nd summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.z9nd summary::-webkit-details-marker { display: none; }
.z9nd summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.z9nd[open] summary::after { content: "−"; }
.hex8yl {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .sdqfl { grid-template-columns: 1fr; } }
.bm2aw9 { counter-reset: priv-count; }
.tvx4x0x {
  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);
}
.tvx4x0x:last-child { border-bottom: none; }
.sonsfj {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.tvx4x0x h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.tvx4x0x p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.tx4o { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.tx4o li { margin-bottom: 6px; }
.vjwc4k{display:none}
.vjwc4k:empty,.lg449xvg:empty{display:none}
.papn5x{position:relative;overflow:visible}
.optp0 .sida,.ft25a .sida,
.muu52rdr .sida,.dbdkp8 .sida,
.wywuxe .sida,.dqx0py .sida{display:block}
.miv6 .pe855qb{display:block}
.optp0 .sida,.ft25a .sida,
.muu52rdr .sida,.dbdkp8 .sida,
.wywuxe .sida{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}
.optp0 .sida .lg449xvg,.ft25a .sida .lg449xvg,
.muu52rdr .sida .lg449xvg,.dbdkp8 .sida .lg449xvg,
.wywuxe .sida .lg449xvg{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}
.optp0 .sida,.ft25a .sida{top:12px}
.optp0 .sida .lg449xvg{margin-right:auto}
.ft25a .sida .lg449xvg{margin-left:auto}
.ft25a .sida{text-align:right}
.muu52rdr .sida,.dbdkp8 .sida{bottom:12px}
.muu52rdr .sida .lg449xvg{margin-right:auto}
.dbdkp8 .sida .lg449xvg{margin-left:auto}
.dbdkp8 .sida{text-align:right}
.wywuxe .sida{position:relative;margin-top:16px}
.wywuxe .sida .lg449xvg{margin:0 auto}
.dqx0py .sida{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.dqx0py .sida .lg449xvg{margin:0}
.dqx0py .cx9g18f~.sida,
.dqx0py .gh4gy~.sida{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.dqx0py .cx9g18f~.sida .lg449xvg,
.dqx0py .gh4gy~.sida .lg449xvg{justify-content:flex-start}
.cx9g18f~.sida,.gh4gy~.sida{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}
.cx9g18f~.sida .lg449xvg{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gh4gy~.sida .lg449xvg{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.pe855qb .lg449xvg{margin:0 0 12px}
.lg449xvg{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.u1a9{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.zmvq{font-weight:600;color:var(--text-heading);opacity:1}
.rcgkjo .u1a9{display:none}
.z1mfjw7u .lg449xvg{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.ys3n4gnt .lg449xvg{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.hj5v{--date-bg:var(--accent-bg)}
.j2skrpn .o7xrs::before{content:""}
.qwgai{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.slyob8l{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.f5i78dl{display:flex;flex-direction:column;gap:3px}
.m42rur{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.epqhuow{font-weight:700;font-size:1rem;color:var(--text-heading)}
.n6go246{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.c6w9 .qwgai{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.gv4v7i .qwgai{border-top:3px solid var(--accent);padding-top:18px}
.pwcrm0e .qwgai{border-left:3px solid var(--accent);border-radius:0}
.em8a .qwgai{padding:20px 0}
@media(max-width:640px){
  .qwgai{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .n6go246{max-width:100%}
}
.a4zft5 .seim{margin:0}
@media (max-width:560px){
  .iivelky{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) {
  .b2mw { padding: 28px 18px 20px; }
  .z0psiqmj { font-size: 1.2rem; }
  .ducpd26 { max-width: 220px; max-height: 80px; }
}
.jamo {
  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);
}
.dmd4 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.ul2y1  .jamo { border-radius: 50%; }
.mthsj  .jamo { border-radius: 6px; }
.l0mwq .jamo { border-radius: 22px; }
.iz1iv0og .cos6n {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .jamo { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.pkhksb6n {
  margin: 28px 0 24px;
}
.pkhksb6n .ptn7ezn4 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.pkhksb6n .nf45xq {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.pkhksb6n .cos6n {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .s4ap78n0 { flex-direction: row-reverse; }
[dir="rtl"] .e434 { flex-direction: row-reverse; }
[dir="rtl"] .n5yg .nodgth { right: auto; left: 32px; }
[dir="rtl"] .ye0a1m7  .nodgth { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .n5yg .nodgth { right: auto; left: 20px; }
  [dir="rtl"] .ye0a1m7  .nodgth { left: auto;  right: 20px; }
}
[dir="rtl"] .xy663 .jhrqc3si  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .i7a3uiem .jhrqc3si { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .cx9g18f,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ipto0kt, [dir="rtl"] .k4i0to { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .jl8dgn { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .vrmj { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .jdha { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .cos6n { direction: rtl; }
[dir="rtl"] .jamo { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .er9sn,
[dir="rtl"] .rbcn1yn7 { direction: rtl; }
[dir="rtl"] .nbat { direction: rtl; }
[dir="rtl"] .bbq6 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .t9ri .k4i0to,
[dir="rtl"] .e9sh .k4i0to,
[dir="rtl"] .wr3igim6 .k4i0to,
[dir="rtl"] .j8wmw40 .k4i0to {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .t9ri .k4i0to li::before,
[dir="rtl"] .e9sh .k4i0to li::before,
[dir="rtl"] .wr3igim6 .k4i0to li::before,
[dir="rtl"] .j8wmw40 .k4i0to li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .k07p.uucpze42 .nzypvda4,
[dir="rtl"] .y4wwsqg.uucpze42 .nzypvda4,
[dir="rtl"] .flkr4taa.uucpze42 .nzypvda4,
[dir="rtl"] .gq7w4.uucpze42 .nzypvda4,
[dir="rtl"] .tvhu7.uucpze42 .nzypvda4 { text-align: right; }
[dir="rtl"] .cx9g18f.uucpze42 .wqpy { align-items: flex-end; text-align: right; }
[dir="rtl"] .cx9g18f.z26dqd9 .wqpy { text-align: center; }
[dir="rtl"] .cx9g18f .wqpy { text-align: right; }
[dir="rtl"] .nf45xq,
[dir="rtl"] .soqkn,
[dir="rtl"] .covqy,
[dir="rtl"] .ie1dqiaj,
[dir="rtl"] .unsk,
[dir="rtl"] .riw8,
[dir="rtl"] .oxdzfy4,
[dir="rtl"] .z6n921,
[dir="rtl"] .d8fiz { text-align: right; direction: rtl; }
[dir="rtl"] .pb34r .z6n921,
[dir="rtl"] .bcgoia .z6n921 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #822866;
  --brand:           #822866;
  --brand-light:     #672953;
  --brand-pale:      #81416d;
  --grad-start:      #c4419b;
  --grad-end:        #c979b0;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #822866;
  --cta-light:       #661b4e;
  --cta-hover:       #531941;
  --bg-page:         #f7f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f5;
  --bg-raised:       #f0eef0;
  --bg-hover:        #f5f3f5;
  --border:          #e8e2e6;
  --border-alt:      #dbd0d8;
  --border-section:  #e8e2e6;
  --text-primary:    #1b171a;
  --text-muted:      #5e535b;
  --text-body:       #362f34;
  --text-sub:        #51474e;
  --text-faint:      #877782;
  --text-dim:        #9f929b;
  --text-label:      #6c5f68;
  --text-value:      #433b41;
  --accent-bg:       #efe5ec;
  --accent-bg-light: #e7cfdf;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f4;
  --c-pros:          #1a8881;
  --c-cons:          #9f212e;
  --c-pros-label:    #1fa199;
  --c-tip-border:    #23b2a9;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1a8881;
}
:root { --logo-bg-opacity: 32%; }
body, button, input { font-family: "Noto Sans", sans-serif; }
.tsscigt .dv3v { font-size: 0; width: 1.2rem; flex-shrink: 0; }.tsscigt .dv3v::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.tsscigt .vufxi     .dv3v::before { content: "";  color: var(--c-tip-border); }.tsscigt .u94b7ksz .dv3v::before { content: ""; color: var(--c-warn-border); }.tsscigt .o1sig1q    .dv3v::before { content: ""; color: #60a5fa; }.x79np2kp .tsscigt .vufxi     .dv3v::before { color: #10b981; }.x79np2kp .tsscigt .u94b7ksz .dv3v::before { color: #f43f5e; }.x79np2kp .tsscigt .o1sig1q    .dv3v::before { color: #a855f7; }.kunsk16  .tsscigt .vufxi     .dv3v::before { color: #eab308; }.kunsk16  .tsscigt .u94b7ksz .dv3v::before { color: #ef4444; }.kunsk16  .tsscigt .o1sig1q    .dv3v::before { color: #f97316; }.ehhvq6  .tsscigt .vufxi     .dv3v::before { color: #38bdf8; }.ehhvq6  .tsscigt .u94b7ksz .dv3v::before { color: #818cf8; }.ehhvq6  .tsscigt .o1sig1q    .dv3v::before { color: #2dd4bf; }.fi957k .tsscigt .dv3v::before { color: var(--accent-light) !important; }
.nyeym .oea5u, .nyeym .cx9g18f { min-height: 420px; }
.z1mwk::before { content: '·'; font-size: 1.3em; line-height: 1; }