:root {
  --color-accent: #c36021;
  --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;
}
.rrnx {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.a9fsu6 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.zcor78w8 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.t04b { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.r4u2p6 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.r4u2p6 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.r4u2p6 a:hover { color: var(--accent-light); }
.j38q     .dbr0c6 { border-radius: 24px; padding: 8px; }
.j38q .dbr0c6 li a { border-radius: 16px; }
.lku5qc .dbr0c6 li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .dbr0c6 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .o91ew9:hover .dbr0c6,
  .o91ew9:focus-within .dbr0c6 { display: block; }
  .dbr0c6 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.xj8x {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.lx464jg { display: none; }
@media (max-width: 640px) {
  .lx464jg {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .lx464jg.y1f9v { display: block; }
}
@media (max-width: 640px) {
  .xj8x { display: block; }
  .r4u2p6 > li + li::before { display: none !important; }
  .r4u2p6 {
    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;
  }
  .r4u2p6.y1f9v { display: flex; }
  .r4u2p6 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .r4u2p6 li:last-child a { border-bottom: none; }
}
.n2kop { min-height: 480px; }
.z3rc {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.svs1w { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.w8atwkb .svs1w { margin-left: 0; margin-right: 0; }
.e3f18 {
  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;
}
.gf8ui .e3f18 { margin-top: 24px; }
.e3f18:hover { opacity: 0.88; }
.v2hfam2o .z3rc { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.v2hfam2o .svs1w { color: #e2e8f0; }
.v2hfam2o.x403g .e61ir { text-align: center; }
.pjfko .z3rc { color: var(--text-primary); text-shadow: none; }
.pjfko .svs1w { color: var(--text-muted); }
.pjfko .e3f18 { margin-top: 16px; }
.pjfko, .pjfko.n2kop { min-height: auto !important; }
.pjfko.x403g .e61ir { text-align: center; }
.pjfko~.t4lqany{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}
.pjfko~.t4lqany .om8n2{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; }
}
.pfe29 .xvjg1nw3,
.pfe29 .fqim,
.pfe29 .v2hfam2o .m6pvhd09 {
  overflow: hidden;
}
.pfe29 .xvjg1nw3::after,
.pfe29 .fqim::after,
.pfe29 .v2hfam2o .m6pvhd09::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.xvjg1nw3 .z3rc { color: #fff; }
.xvjg1nw3 .svs1w { color: rgba(255,255,255,0.85); }
.xvjg1nw3 .e3f18 { background: #fff; color: var(--cta); }
.xvjg1nw3 .e3f18:hover { opacity: 0.92; }
.i5wtjmd .sj93o0qd { position: relative; overflow: hidden; }
.i5wtjmd .sj93o0qd::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;
}
.keqxth7 .sj93o0qd {
  animation: hg-breathe 7s ease-in-out infinite;
}
.pfe29 .sj93o0qd { position: relative; overflow: hidden; }
.pfe29 .sj93o0qd::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;
}
.rlhr .sj93o0qd { position: relative; overflow: hidden; }
.rlhr .sj93o0qd::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;
}
.krja .sj93o0qd {
  animation: hg-fadein 1.2s ease-out both;
}
.sj93o0qd {
  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%);
}
.y7ey {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.kiv2e85 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.mjs7r1m {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.sj93o0qd .z3rc { text-shadow: none; color: var(--text-primary); }
.sj93o0qd .svs1w { color: var(--text-muted); }
body.fdv4i .z3rc {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.n2omqeoa .z3rc {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.n2kop.xvjg1nw3 .z3rc,
section.xvjg1nw3 .z3rc {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.sj93o0qd.x403g .y7ey { align-items: center; text-align: center; }
.sj93o0qd.w8atwkb   .y7ey { align-items: flex-start; text-align: left; }
.rlo4 .kiv2e85 { position: relative; }
.rlo4 .kiv2e85::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.rlo4.rwkw .kiv2e85::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.tic1 .kiv2e85 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.tic1 .mjs7r1m {
  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);
}
.tic1.rwkw .kiv2e85 { padding: 32px 0 32px 32px; }
.tahbtnsg .kiv2e85 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.tahbtnsg .mjs7r1m {
  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);
}
.rwkw .y7ey {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.tahbtnsg.rwkw .kiv2e85 { padding: 40px 16px 40px 48px; }
.n2kop .r05v6 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.r05v6 .olerc9gg {
  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;
}
.r05v6 .olerc9gg::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.r05v6 .re7g { display: contents !important; }
.r05v6 .re7g .nti6i7 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.r05v6 .re7g .pvjecv { max-height: 48px; max-width: 96px; }
.r05v6 .re7g .xx70yby {
  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;
}
.r05v6 .qhwf {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.r05v6 .ug3e { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.r05v6 .j6qogb7 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.r05v6 .j6qogb7 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.r05v6 .vm40v3r { display: contents !important; }
.r05v6 .vm40v3r .u6q0:not(.cmgbcv8) { display: none !important; }
.r05v6 .vm40v3r .cmgbcv8 {
  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;
}
.r05v6 .vm40v3r .cmgbcv8 .sysur3w {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.r05v6 .vm40v3r .cmgbcv8 .sq1i9av {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.r05v6 .z1vbk7th { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.r05v6 .z1vbk7th.j6x6e {
  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;
}
.r05v6 .z1vbk7th.j6x6e:hover { opacity: 0.85; }
.iuvr2jv .kiv2e85 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .sj93o0qd { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .sj93o0qd:not(.iuvr2jv) .kiv2e85 { display: none !important; }
  .iuvr2jv .kiv2e85 { padding: 16px; }
  .y7ey  { padding: 36px 24px; }
  .sj93o0qd~.t4lqany,.rwkw~.t4lqany{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .n2kop, .sj93o0qd { min-height: 320px !important; }
  .z3rc { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .g24law,
  .ox5m8,
  .luzqfkl2 { grid-template-columns: 1fr !important; }

  

  
  .j0qoh { display: flex !important; flex-direction: column !important; }
  .j0qoh .e61ir { display: contents; }
  .j0qoh .m6pvhd09 { order: 0; }
  .j0qoh .z3rc { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .j0qoh .g24law { order: 2; padding: 0 16px 12px !important; }
  .j0qoh .svs1w { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .gf8ui .e61ir { display: flex; flex-direction: column; }
  .gf8ui .e61ir .z3rc { order: 1; }
  .gf8ui .e61ir .luzqfkl2 { order: 2; margin: 8px 0 24px !important; }
  .gf8ui .e61ir .svs1w { order: 3; }
  .gf8ui .e61ir .e3f18 { order: 4; align-self: center; margin-top: 0; }

  
  .sj93o0qd.iuvr2jv {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .sj93o0qd.iuvr2jv .y7ey { display: contents; padding: 0; }
  .sj93o0qd.iuvr2jv .y7ey .z3rc { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .sj93o0qd.iuvr2jv .kiv2e85 { order: 2; padding: 12px 16px; }
  .sj93o0qd.iuvr2jv .y7ey .svs1w { order: 3; padding: 0 24px; margin: 0 auto; }
  .sj93o0qd.iuvr2jv .y7ey .e3f18 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.gpydp { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.qjo3b2oq { width: 100%; height: auto; display: block; border-radius: 10px; }
.u1sic6m .gpydp        { border-radius: 16px; }
.u1sic6m .qjo3b2oq  { border-radius: 16px; }
.jq7ny .gpydp         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.jq7ny .qjo3b2oq   { border-radius: 8px; }
.qkc07a { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.qbn7 { width: 100%; padding: 32px 0; position: relative; }
.d8ln { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.tjk1rd .qbn7:nth-child(even) { background: var(--bg-surface); }
.tjk1rd .qbn7:nth-child(odd)  { background: var(--bg-page); }
.b5btpsak .qbn7:nth-child(even) { background: var(--bg-card); }
.b5btpsak .qbn7:nth-child(odd)  { background: var(--bg-page); }
.tjk1rd .qbn7:nth-child(odd)  .d8ln { background: var(--bg-card); border-radius: 6px; }
.tjk1rd .qbn7:nth-child(even) .d8ln { background: var(--bg-raised); border-radius: 6px; }
.b5btpsak .qbn7:nth-child(odd)  .d8ln { background: var(--bg-card); border-radius: 6px; }
.b5btpsak .qbn7:nth-child(even) .d8ln { background: var(--bg-raised); border-radius: 6px; }
.tjk1rd .qbn7:nth-child(even) .y04bly .aqu88,
.b5btpsak .qbn7:nth-child(even) .y04bly .aqu88 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.tjk1rd .qbn7:nth-child(odd) .y04bly .aqu88,
.b5btpsak .qbn7:nth-child(odd) .y04bly .aqu88 { background: var(--bg-card-inner); }
.tjk1rd .qbn7:nth-child(even) .llsxu1a .aqu88:nth-child(odd),
.b5btpsak .qbn7:nth-child(even) .llsxu1a .aqu88:nth-child(odd)  { background: var(--bg-card); }
.tjk1rd .qbn7:nth-child(even) .llsxu1a .aqu88:nth-child(even),
.b5btpsak .qbn7:nth-child(even) .llsxu1a .aqu88:nth-child(even) { background: var(--bg-card-inner); }
h1.qz4tte { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.qz4tte {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.iedo { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.rodqk6x9 h2.qz4tte {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.tv97 h2.qz4tte {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.pa56v h2.qz4tte {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ybpp h2.qz4tte::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.g7nd0 h2.qz4tte {
  color: var(--text-primary); font-size: 1.7rem;
}
.n9k3mn6 h2.qz4tte::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.qs1pr4e h2.qz4tte {
  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;
}
.xbib3 { font-size: 1.35rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.r5208 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .r5208 { display: none; } }
.zosg5ktg { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.s2lt { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.jsdaok0e {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.b4nax { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.nqr3 { padding-left: 20px; }
.nqr3 li { margin-bottom: 6px; }
.nqr3 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.nqr3 a:hover { color: var(--accent-light); }
.vrod3 .b4nax { display: none; }
.ixnk6c6 .b4nax { display: none; }
.ixnk6c6 .nqr3 { padding-left: 0; list-style: none; }
.ixnk6c6 .nqr3 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ixnk6c6 .nqr3 a { font-size: 0.92rem; }
.oqax .jsdaok0e { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.oqax .b4nax { display: none; }
.oqax .nqr3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.oqax .nqr3 li { margin-bottom: 0; }
.oqax .nqr3 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;
}
.oqax .nqr3 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.hedu .jsdaok0e { padding: 20px 20px 16px; }
.hedu .nqr3 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.hedu .nqr3 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.hedu .nqr3 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;
}
.hedu .nqr3 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;
}
.hedu .nqr3 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.hedu .nqr3 a:focus,
.hedu .nqr3 a:focus-visible,
.hedu .nqr3 a:target { outline: none; }
.hedu .nqr3 li:target a { border-color: var(--border); color: var(--text-muted); }
.h943i .jsdaok0e { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.h943i .b4nax { display: none; }
.h943i .nqr3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.h943i .nqr3 li { margin-bottom: 0; }
.h943i .nqr3 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.h943i .nqr3 li:last-child::after { content: ""; margin-right: 0; }
.h943i .nqr3 a { font-size: 0.9rem; }
.aqu88 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.y04bly .aqu88 { background: var(--bg-card); }
.llsxu1a .aqu88:nth-child(odd)  { background: var(--bg-card); }
.llsxu1a .aqu88:nth-child(even) { background: var(--bg-raised); }
.fl90 .aqu88 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.fl90 .aqu88:last-child { border-bottom: none; }
.fl90 h3.iedo { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.bntu .aqu88 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.bntu .aqu88 + .aqu88 { margin-top: 4px; }
.pkmk .aqu88 { background: none; border-radius: 0; padding: 12px 0; }
.pkmk .aqu88 + .aqu88 { border-top: 1px solid var(--border-section); }
.nrfwcp { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.h7nzp { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.b28mpb { color: var(--text-body); margin-bottom: 10px; }
.z2bk, .m7y0it2t { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.z2bk li, .m7y0it2t li { margin-bottom: 6px; }
.m7y0it2t li { list-style: decimal; }
.asjm1     .z2bk { list-style-type: "● "; }
.z6t0ofs2  .z2bk { list-style-type: "■ "; }
.njk46s0 .z2bk { list-style-type: "◆ "; }
.cd7v6a    .z2bk { list-style-type: "★ "; }
.asjm1     .kbsiqt69 { list-style-type: "● "; }
.z6t0ofs2  .kbsiqt69 { list-style-type: "■ "; }
.njk46s0 .kbsiqt69 { list-style-type: "◆ "; }
.cd7v6a    .kbsiqt69 { list-style-type: "★ "; }
.asjm1    .z2bk li::marker, .asjm1    .kbsiqt69 li::marker,
.z6t0ofs2 .z2bk li::marker, .z6t0ofs2 .kbsiqt69 li::marker,
.njk46s0 .z2bk li::marker, .njk46s0 .kbsiqt69 li::marker,
.cd7v6a   .z2bk li::marker, .cd7v6a   .kbsiqt69 li::marker {
  color: var(--cta); font-size: 1em;
}
.asjm1 .m7y0it2t,
.z6t0ofs2 .m7y0it2t,
.njk46s0 .m7y0it2t,
.cd7v6a .m7y0it2t {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.asjm1 .m7y0it2t li,
.z6t0ofs2 .m7y0it2t li,
.njk46s0 .m7y0it2t li,
.cd7v6a .m7y0it2t li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.asjm1 .m7y0it2t li::before,
.z6t0ofs2 .m7y0it2t li::before,
.njk46s0 .m7y0it2t li::before,
.cd7v6a .m7y0it2t 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;
}
.asjm1     .m7y0it2t li::before { border-radius: 50%; }
.z6t0ofs2  .m7y0it2t li::before { border-radius: 3px; }
.njk46s0 .m7y0it2t li::before { border-radius: 3px; }
.cd7v6a    .m7y0it2t li::before { border-radius: 50%; }
.e852nx { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.jz4fdan .e852nx,
.mz6pafq .e852nx { background: transparent; border: none; border-radius: 0; }
.nzts { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.nzts th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.nzts td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.nzts tr:hover td { background: var(--bg-hover); }
.ndvw .nzts tbody tr:nth-child(even) td { background: var(--bg-surface); }
.youg19qi .nzts { border: 1px solid var(--border-alt); }
.youg19qi .nzts th,
.youg19qi .nzts td { border: 1px solid var(--border-alt); }
.uz78z .nzts th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.uz78z .nzts td { border-bottom: none; }
.uz78z .nzts tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.xomlm7 .nzts th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.f1d2i0e .e852nx {
  overflow: hidden;
}
.f1d2i0e .nzts th { border-bottom: 1px solid var(--border-alt); }
.f1d2i0e .nzts tr:last-child td { border-bottom: none; }
.cw9uzwo { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.m1pj { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ohb0nwbl { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.rads { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.p23w3r4g { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.kbsiqt69 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.kbsiqt69 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%}
.ulqlqn .rads { background: transparent; text-align: center; }
.s80dhjmb .ohb0nwbl {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.wh88wn6 .ohb0nwbl {
  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);
}
.p49f06u .m1pj { display: grid; grid-template-columns: auto 1fr; }
.p49f06u .ohb0nwbl {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.p49f06u .rads { grid-column: 2; }
.p49f06u .p23w3r4g,
.p49f06u .kbsiqt69 { grid-column: 1 / -1; }
.td8cg .m1pj { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.td8cg .ohb0nwbl {
  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);
}
.td8cg .rads { grid-column: 2; }
.td8cg .p23w3r4g,
.td8cg .kbsiqt69 { grid-column: 1 / -1; }
.l70z .m1pj { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.l70z .rads { background: none; color: var(--accent-light); font-weight: 700; }
.ayknop .m1pj { 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); }
.ayknop .rads { background: none; color: var(--accent-light); font-weight: 700; }
.m5qf71xv .m1pj { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.m5qf71xv .m1pj:last-child { border-bottom: none; }
.m5qf71xv .rads { background: none; color: var(--accent-light); font-weight: 700; }
.o4b65y7 .m1pj { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.o4b65y7 .rads { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.wxsw .cw9uzwo { counter-reset: card-n; }
.wxsw .m1pj  { counter-increment: card-n; }
.wxsw .rads { display: flex; align-items: center; gap: 10px; }
.wxsw .rads::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;
}
.xxv6iq .m1pj { background: var(--bg-surface); border: 1px solid var(--border); }
.xxv6iq .rads { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.kja2uf { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.gkugh  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.qbhv9xj { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.zxlael { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.z5zv2wes { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.kja2uf strong { color: var(--text-primary); font-size: 0.95rem; }
.kja2uf p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.rps6 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.sj9io, .sa4ik0t { border-radius: 8px; padding: 14px; }
.sj9io { background: var(--bg-pros); }
.sa4ik0t { background: var(--bg-cons); }
.h7in1 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.sj9io .h7in1 { color: var(--c-pros-label); }
.sa4ik0t .h7in1 { color: #f87171; }
.sj9io ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.sa4ik0t ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.qjo3b2oq { width: 100%; height: auto; border-radius: 10px; display: block; }
.j6x6e {
  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;
}
.j6x6e:hover { opacity: 0.85; }
.bx4c .j6x6e  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.bx4c .j6x6e:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ceg9 .j6x6e  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ceg9 .j6x6e:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.x3mp .e3f18 { border-radius: 50px; }
.x3mp .j6x6e  { border-radius: 50px; }
.woqw .e3f18 { padding-left: 22px; padding-right: 22px; }
.woqw .j6x6e  { padding-left: 12px; padding-right: 12px; }
.x3g9msj .e3f18 { padding-left: 44px; padding-right: 44px; }
.x3g9msj .j6x6e  { padding-left: 24px; padding-right: 24px; }
.kqkrvwlf .e3f18 { padding-left: 56px; padding-right: 56px; }
.kqkrvwlf .j6x6e  { padding-left: 32px; padding-right: 32px; }
.b7la2r4   .e3f18::after, .b7la2r4   .j6x6e::after,
.x2hl .e3f18::after, .x2hl .j6x6e::after,
.zj7u    .e3f18::after, .zj7u    .j6x6e::after,
.idq9    .e3f18::after, .idq9    .j6x6e::after,
.k4s6c    .e3f18::after, .k4s6c    .j6x6e::after,
.tk6oamno     .e3f18::after, .tk6oamno     .j6x6e::after,
.phflv    .e3f18::after, .phflv    .j6x6e::after,
.qr9g   .e3f18::after, .qr9g   .j6x6e::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;
}
.b7la2r4 .e3f18::after, .b7la2r4 .j6x6e::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");
}
.x2hl .e3f18::after, .x2hl .j6x6e::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");
}
.zj7u .e3f18::after, .zj7u .j6x6e::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");
}
.idq9 .e3f18::after, .idq9 .j6x6e::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");
}
.k4s6c .e3f18::after, .k4s6c .j6x6e::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");
}
.tk6oamno .e3f18::after, .tk6oamno .j6x6e::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");
}
.phflv .e3f18::after, .phflv .j6x6e::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");
}
.qr9g .e3f18::after, .qr9g .j6x6e::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");
}
.cnr1c552   .pfuchpm::after, .cnr1c552   .x0gd49o7::after,
.e4q8 .pfuchpm::after, .e4q8 .x0gd49o7::after,
.wvav75f7    .pfuchpm::after, .wvav75f7    .x0gd49o7::after,
.jgrva42    .pfuchpm::after, .jgrva42    .x0gd49o7::after,
.evur    .pfuchpm::after, .evur    .x0gd49o7::after,
.j8w9l     .pfuchpm::after, .j8w9l     .x0gd49o7::after,
.l6bl8y    .pfuchpm::after, .l6bl8y    .x0gd49o7::after,
.i7uhe   .pfuchpm::after, .i7uhe   .x0gd49o7::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;
}
.cnr1c552 .pfuchpm::after, .cnr1c552 .x0gd49o7::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");
}
.e4q8 .pfuchpm::after, .e4q8 .x0gd49o7::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");
}
.wvav75f7 .pfuchpm::after, .wvav75f7 .x0gd49o7::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");
}
.jgrva42 .pfuchpm::after, .jgrva42 .x0gd49o7::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");
}
.evur .pfuchpm::after, .evur .x0gd49o7::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");
}
.j8w9l .pfuchpm::after, .j8w9l .x0gd49o7::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");
}
.l6bl8y .pfuchpm::after, .l6bl8y .x0gd49o7::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");
}
.i7uhe .pfuchpm::after, .i7uhe .x0gd49o7::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");
}
.ujijjv {
  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;
}
.olerc9gg {
  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;
}
.olerc9gg > * { min-width: 0; }
.olerc9gg:hover { background: var(--bg-hover); }
.olerc9gg > [itemprop="item"] { display: contents; }
.olerc9gg [itemprop="itemReviewed"],
.olerc9gg [itemprop="reviewRating"] { display: none; }
.olerc9gg::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;
}
.re7g {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.nti6i7 {
  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;
}
.pvjecv { max-height: 52px; max-width: 110px; object-fit: contain; }
.xx70yby {
  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;
}
.m8uc .nti6i7    { background: #1a1a1a; }
.k2bvk7 .nti6i7   { background: rgba(128,128,128,.12); }
.h4mzq76 .nti6i7 { background: var(--bg-raised); }
.v1fr .nti6i7    { background: transparent; padding: 0; }
.qhwf {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.ug3e { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.j6qogb7 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.vm40v3r {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.u6q0 {
  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;
}
.sysur3w {
  
  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%;
}
.sq1i9av {
  
  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;
}
.z1vbk7th {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.z1vbk7th.j6x6e {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .olerc9gg {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .olerc9gg::before    { grid-area: rank;   }
  .re7g           { grid-area: ident;  }
  .qhwf     { grid-area: rating; min-width: 0; width: auto; }
  .vm40v3r           { grid-area: pills;  }
  .z1vbk7th             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .olerc9gg {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .olerc9gg::before    { justify-self: center; }
  .re7g           { width: 100%; }
  .qhwf     { justify-self: center; }
  .vm40v3r           { grid-template-columns: 1fr; }
}
.huqi3u .tgzwn0 li::before { content: "→"; }
.huqi3u .r6xc7 li::before { content: "–"; }
@media (min-width: 860px) {
  .waveb .g9f0cho {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .waveb .hjwuj2o { margin: 0; }
}
.aaw0 .hjwuj2o { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.aaw0 .umk13m { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.aaw0 .jz4fdan { padding: 14px 16px; }
.aaw0 .amahf4 { border-radius: 4px; }
.aaw0 .cs5lf { border-radius: 0; }
.mz6pafq .rps6 { gap: 10px; }
.mz6pafq .sj9io, .mz6pafq .sa4ik0t { padding: 12px; }
.mz6pafq .sj9io ul, .mz6pafq .sa4ik0t ul { margin: 4px 0 0; padding-left: 18px; }
.mz6pafq .sj9io li, .mz6pafq .sa4ik0t li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .vfxba { grid-template-columns: 1fr; }
  .ttwd { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ttwd .fod4js37 { width: 72px; height: 50px; }
  .ttwd .j64rieer { max-width: 180px; }
  .ttwd .w3jpl { width: auto; }
}
@media (max-width: 720px) {
  .q7ikts { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .fh0sjie { padding: 16px; }
  .x1jw .qo4it { min-width: 50%; }
}
.bgwsxk .rps6 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .dp4f9 { grid-template-columns: 1fr; }
  .y2vmofg { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .hal0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .yrwuza { flex-wrap: wrap; padding: 16px; }
}
.yb68mk .rps6 { gap: 8px; }
.yb68mk .sj9io, .yb68mk .sa4ik0t { padding: 8px; }
@media (max-width: 480px) {
  .kj06 { flex-direction: column; align-items: stretch; }
}
.xwxe4 .w3jpl .j6x6e { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .s2guij9 { flex-direction: column; align-items: stretch; gap: 10px; }
  .xwxe4 .w3jpl { text-align: center; }
}
@media (max-width: 720px) {
  .uges1w { grid-template-columns: 1fr; }
  .sw1w { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .m54qz { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .mss6u4k { grid-template-columns: 1fr; }
  .kusn { width: 100px; height: 100px; margin: 16px auto; }
  .a1uyv77 { font-size: 1.4rem; }
  .bnpup { justify-content: center; }
  .n6l6 .qo4it { min-width: 50%; }
}
.tenz8rng .rps6 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .zstsrmfb { flex-wrap: wrap; padding: 14px 16px; }
  .jou3 { padding: 12px 16px; }
  .tenz8rng .rps6 { margin: 0 16px; }
  .tenz8rng .jh4gxa { padding: 0 16px; }
  .xyin6 { padding: 12px 16px; }
}
.zbcgi .olerc9gg {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.zbcgi .olerc9gg:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.axc5vr0 .ujijjv { gap: 18px; }
.axc5vr0 .olerc9gg {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.axc5vr0 .olerc9gg:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.l9os .ujijjv {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.l9os .olerc9gg {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.l9os .olerc9gg:last-child { border-bottom: none; }
.l9os .re7g,
.l9os .qhwf,
.l9os .vm40v3r {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.wy5h .ujijjv { gap: 0; }
.wy5h .olerc9gg {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.wy5h .olerc9gg:last-child { border-bottom: none; }
.wy5h .olerc9gg:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.wy5h .olerc9gg:nth-child(even):hover { background: var(--bg-hover); }
.bbxarf .olerc9gg {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.y5ji .vm40v3r .u6q0 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.y5ji .vm40v3r .u6q0:first-child { border-left: none; }
.ho4thg6 .vm40v3r .u6q0 {
  background: transparent; padding: 4px 8px;
}
.ho4thg6 .vm40v3r .sysur3w { font-size: .65rem; opacity: .65; }
.ho4thg6 .vm40v3r .sq1i9av   { font-size: 1.15rem; color: var(--accent-light); }
.nchngb .vm40v3r .u6q0 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.j6qogb7 { display: none; }
.n4lu .ug3e { font-size: 1rem; letter-spacing: 2px; }
.d0p7y4 .ug3e {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.q9h0m766 .ug3e,
.vewl5 .ug3e,
.vij6cc6 .ug3e { display: none; }
.q9h0m766 .j6qogb7,
.vewl5 .j6qogb7,
.vij6cc6 .j6qogb7 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.q9h0m766 .j6qogb7 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.q9h0m766 .j6qogb7 small { display: none; }
.vewl5 .j6qogb7 {
  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;
}
.vewl5 .j6qogb7 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.vij6cc6 .j6qogb7 {
  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;
}
.vij6cc6 .j6qogb7 small { display: none; }
.h9ejn7 { margin: 16px 0; }
.eo1ajxg { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.eo1ajxg summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.eo1ajxg summary::after { content: "+"; color: var(--accent-light); }
.eo1ajxg[open] summary::after { content: "−"; }
.eo1ajxg p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.qbn7 { margin-bottom: 0; }
.rj7u h2.qz4tte { color: var(--text-primary); border-color: var(--accent-light); }
.cy510 h2.qz4tte { color: var(--text-primary); border-color: var(--accent-light); }
.fhzuav .gkugh     { background: #052e16; border-color: #10b981; }
.fhzuav .qbhv9xj { background: #2d0a1e; border-color: #f43f5e; }
.fhzuav .zxlael    { background: #1e1036; border-color: #a855f7; }
.fhzuav .kja2uf strong  { color: #f1f5f9; }
.fhzuav .kja2uf p       { color: #cbd5e1; }
.fhzuav .t8k3p    .gkugh     .z5zv2wes::before,
.fhzuav .c0p7kfqf  .gkugh     .z5zv2wes::before,
.fhzuav .bix7qkf  .gkugh     .z5zv2wes::before,
.fhzuav .sq1q .gkugh     .z5zv2wes::before { color: #10b981; }
.fhzuav .t8k3p    .qbhv9xj .z5zv2wes::before,
.fhzuav .c0p7kfqf  .qbhv9xj .z5zv2wes::before,
.fhzuav .bix7qkf  .qbhv9xj .z5zv2wes::before,
.fhzuav .sq1q .qbhv9xj .z5zv2wes::before { color: #f43f5e; }
.fhzuav .t8k3p    .zxlael    .z5zv2wes::before,
.fhzuav .c0p7kfqf  .zxlael    .z5zv2wes::before,
.fhzuav .bix7qkf  .zxlael    .z5zv2wes::before,
.fhzuav .sq1q .zxlael    .z5zv2wes::before { color: #a855f7; }
.kbmr .gkugh     { background: #2d2000; border-color: #eab308; }
.kbmr .qbhv9xj { background: #2d0b0b; border-color: #ef4444; }
.kbmr .zxlael    { background: #2d1600; border-color: #f97316; }
.kbmr .kja2uf strong  { color: #f1f5f9; }
.kbmr .kja2uf p       { color: #cbd5e1; }
.kbmr .t8k3p    .gkugh     .z5zv2wes::before,
.kbmr .c0p7kfqf  .gkugh     .z5zv2wes::before,
.kbmr .bix7qkf  .gkugh     .z5zv2wes::before,
.kbmr .sq1q .gkugh     .z5zv2wes::before { color: #eab308; }
.kbmr .t8k3p    .qbhv9xj .z5zv2wes::before,
.kbmr .c0p7kfqf  .qbhv9xj .z5zv2wes::before,
.kbmr .bix7qkf  .qbhv9xj .z5zv2wes::before,
.kbmr .sq1q .qbhv9xj .z5zv2wes::before { color: #ef4444; }
.kbmr .t8k3p    .zxlael    .z5zv2wes::before,
.kbmr .c0p7kfqf  .zxlael    .z5zv2wes::before,
.kbmr .bix7qkf  .zxlael    .z5zv2wes::before,
.kbmr .sq1q .zxlael    .z5zv2wes::before { color: #f97316; }
.ki2yd .gkugh     { background: #0c1a2e; border-color: #38bdf8; }
.ki2yd .qbhv9xj { background: #12103a; border-color: #818cf8; }
.ki2yd .zxlael    { background: #0a2020; border-color: #2dd4bf; }
.ki2yd .kja2uf strong  { color: #f1f5f9; }
.ki2yd .kja2uf p       { color: #cbd5e1; }
.ki2yd .t8k3p    .gkugh     .z5zv2wes::before,
.ki2yd .c0p7kfqf  .gkugh     .z5zv2wes::before,
.ki2yd .bix7qkf  .gkugh     .z5zv2wes::before,
.ki2yd .sq1q .gkugh     .z5zv2wes::before { color: #38bdf8; }
.ki2yd .t8k3p    .qbhv9xj .z5zv2wes::before,
.ki2yd .c0p7kfqf  .qbhv9xj .z5zv2wes::before,
.ki2yd .bix7qkf  .qbhv9xj .z5zv2wes::before,
.ki2yd .sq1q .qbhv9xj .z5zv2wes::before { color: #818cf8; }
.ki2yd .t8k3p    .zxlael    .z5zv2wes::before,
.ki2yd .c0p7kfqf  .zxlael    .z5zv2wes::before,
.ki2yd .bix7qkf  .zxlael    .z5zv2wes::before,
.ki2yd .sq1q .zxlael    .z5zv2wes::before { color: #2dd4bf; }
.o55ss2t .gkugh     { background: var(--accent-bg); border-color: var(--accent-light); }
.o55ss2t .qbhv9xj { background: var(--accent-bg-light); border-color: var(--accent-light); }
.o55ss2t .zxlael    { background: var(--accent-bg); border-color: var(--accent-pale); }
.o55ss2t .t8k3p    .z5zv2wes::before,
.o55ss2t .c0p7kfqf  .z5zv2wes::before,
.o55ss2t .bix7qkf  .z5zv2wes::before,
.o55ss2t .sq1q .z5zv2wes::before { color: var(--accent-light) !important; }
.un38z::before,
.urqjty::before { margin-right: 5px; }
.rhto7wj3 .sj9io ul li,
.rhto7wj3 .sj9io .un38z { color: #22c55e; }
.rhto7wj3 .sa4ik0t ul li,
.rhto7wj3 .sa4ik0t .urqjty { color: #ef4444; }
.f2jw8 .sj9io { background: var(--bg-pros); }
.f2jw8 .sa4ik0t { background: var(--bg-cons); }
.f2jw8 .sj9io .un38z { color: var(--c-pros-label); }
.f2jw8 .sa4ik0t .urqjty { color: var(--c-cons); }
.f2jw8 .sj9io ul li,
.f2jw8 .sa4ik0t ul li,
.kq3821l .sj9io { background: var(--bg-pros); }
.kq3821l .sa4ik0t { background: var(--bg-cons); }
.kq3821l .sj9io .un38z { color: var(--c-pros-label); }
.kq3821l .sa4ik0t .urqjty { color: var(--c-cons); }
.kq3821l .sj9io ul li,
.kq3821l .tgzwn0 li          { color: var(--c-pros); }
.kq3821l .sa4ik0t ul li,
.kq3821l .r6xc7 li          { color: var(--c-cons); }
.ju01tkgc .un38z::before { content: "✓ "; }
.ju01tkgc .urqjty::before { content: "✗ "; }
.huqi3u .un38z::before { content: "→ "; }
.huqi3u .urqjty::before { content: "← "; }
.gnuxmm8 .un38z::before { content: "★ "; }
.gnuxmm8 .urqjty::before { content: "✕ "; }
.cd51vd .un38z::before { content: "◆ "; }
.cd51vd .urqjty::before { content: "▲ "; }
.geh17cv .kja2uf { background: transparent; border-left: none; border: 1.5px solid; }
.geh17cv .gkugh     { border-color: var(--c-tip-border); }
.geh17cv .qbhv9xj { border-color: var(--c-warn-border); }
.geh17cv .zxlael    { border-color: #60a5fa; }
.geh17cv .kja2uf strong { color: var(--text-primary); }
.geh17cv .kja2uf p      { color: var(--text-muted); }
.yqby6ah .kja2uf { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.yqby6ah .gkugh     { border-top-color: var(--c-tip-border); }
.yqby6ah .qbhv9xj { border-top-color: var(--c-warn-border); }
.yqby6ah .zxlael    { border-top-color: #60a5fa; }
.y438n .kja2uf { border-left: none; border-radius: 8px; }
.y438n .gkugh     { background: #065f46; }
.y438n .qbhv9xj { background: #92400e; }
.y438n .zxlael    { background: #1e3a8a; }
.y438n .kja2uf strong,
.y438n .kja2uf p { color: #fff; }
.y438n .z5zv2wes::before { color: rgba(255,255,255,0.85) !important; }
.fhzuav.y438n .gkugh,
.fhzuav .y438n .gkugh     { background: #052e16; }
.fhzuav.y438n .qbhv9xj,
.fhzuav .y438n .qbhv9xj { background: #2d0a1e; }
.fhzuav.y438n .zxlael,
.fhzuav .y438n .zxlael    { background: #1e1036; }
.kbmr.y438n .gkugh,
.kbmr .y438n .gkugh      { background: #2d2000; }
.kbmr.y438n .qbhv9xj,
.kbmr .y438n .qbhv9xj  { background: #2d0b0b; }
.kbmr.y438n .zxlael,
.kbmr .y438n .zxlael     { background: #2d1600; }
.ki2yd.y438n .gkugh,
.ki2yd .y438n .gkugh      { background: #0c1a2e; }
.ki2yd.y438n .qbhv9xj,
.ki2yd .y438n .qbhv9xj  { background: #12103a; }
.ki2yd.y438n .zxlael,
.ki2yd .y438n .zxlael     { background: #0a2020; }
.zs91 .kja2uf { border-left: none; border-radius: 6px; padding: 10px 14px; }
.zs91 .gkugh     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.zs91 .qbhv9xj { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.zs91 .zxlael    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.zs91 .kja2uf strong { color: var(--text-primary); }
.zs91 .kja2uf p      { color: var(--text-muted); }
.dy03 .kja2uf { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.t8k3p .z5zv2wes,
.c0p7kfqf .z5zv2wes,
.bix7qkf .z5zv2wes,
.sq1q .z5zv2wes { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.t8k3p .z5zv2wes::before,
.c0p7kfqf .z5zv2wes::before,
.bix7qkf .z5zv2wes::before,
.sq1q .z5zv2wes::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.t8k3p .gkugh     .z5zv2wes::before { content: "✦"; color: var(--c-tip-border); }
.t8k3p .qbhv9xj .z5zv2wes::before { content: "▲"; color: var(--c-warn-border); }
.t8k3p .zxlael    .z5zv2wes::before { content: "◉"; color: #60a5fa; }
.c0p7kfqf .gkugh     .z5zv2wes::before { content: "★"; color: var(--c-tip-border); }
.c0p7kfqf .qbhv9xj .z5zv2wes::before { content: "◆"; color: var(--c-warn-border); }
.c0p7kfqf .zxlael    .z5zv2wes::before { content: "●"; color: #60a5fa; }
.bix7qkf .gkugh     .z5zv2wes::before { content: "▶"; color: var(--c-tip-border); }
.bix7qkf .qbhv9xj .z5zv2wes::before { content: "■"; color: var(--c-warn-border); }
.bix7qkf .zxlael    .z5zv2wes::before { content: "▸"; color: #60a5fa; }
.sq1q .gkugh     .z5zv2wes::before { content: "→"; color: var(--c-tip-border); }
.sq1q .qbhv9xj .z5zv2wes::before { content: "⬥"; color: var(--c-warn-border); }
.sq1q .zxlael    .z5zv2wes::before { content: "◈"; color: #60a5fa; }
.ymdyv .y04bly .aqu88,
.ymdyv .llsxu1a .aqu88  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ymdyv .m1pj                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ymdyv .olerc9gg                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ymdyv .e852nx          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ymdyv .jsdaok0e                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.a78pi .y04bly .aqu88,
.a78pi .llsxu1a .aqu88,
.a78pi .m1pj,
.a78pi .olerc9gg,
.a78pi .hjwuj2o,
.a78pi .e852nx,
.a78pi .jsdaok0e,
.a78pi .dy03 .kja2uf { box-shadow: none; }
.ztjc   body, .ztjc   { font-size: 0.9rem; }
.ztjc   .b28mpb, .ztjc .nrfwcp, .ztjc .h7nzp,
.ztjc   .zosg5ktg, .ztjc .s2lt { font-size: 0.9rem; }
.ztjc   .z2bk, .ztjc .m7y0it2t { font-size: 0.9rem; }
.en2ci6   .b28mpb, .en2ci6 .nrfwcp, .en2ci6 .h7nzp,
.en2ci6   .zosg5ktg, .en2ci6 .s2lt { font-size: 0.95rem; }
.en2ci6   .z2bk, .en2ci6 .m7y0it2t { font-size: 0.95rem; }
.m3hzsgc1   .b28mpb, .m3hzsgc1 .nrfwcp, .m3hzsgc1 .h7nzp,
.m3hzsgc1   .zosg5ktg, .m3hzsgc1 .s2lt { font-size: 1.08rem; }
.m3hzsgc1   .z2bk, .m3hzsgc1 .m7y0it2t { font-size: 1.05rem; }
.m3hzsgc1   .nzts { font-size: 0.97rem; }
.ztcej7t .z3rc      { font-size: 3.2rem; }
.ztcej7t h2.qz4tte { font-size: 1.9rem; }
.ztcej7t h3.iedo     { font-size: 1.4rem; }
.t2aucrs6 .z3rc      { font-size: 3.8rem; }
.t2aucrs6 h2.qz4tte { font-size: 2.2rem; }
.t2aucrs6 h3.iedo     { font-size: 1.6rem; }
.qbn7 + .qbn7 { position: relative; }
.kp7jw241   .qbn7 + .qbn7::before,
.vklqx  .qbn7 + .qbn7::before,
.fntbrw   .qbn7 + .qbn7::before,
.oewa   .qbn7 + .qbn7::before,
.fezj8s7   .qbn7 + .qbn7::before,
.i80u7 .qbn7 + .qbn7::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.kp7jw241 .qbn7 + .qbn7::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.vklqx .qbn7 + .qbn7::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.fntbrw .qbn7 + .qbn7::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;
}
.oewa .qbn7 + .qbn7::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.iu14wff .qbn7 { margin-bottom: 16px; }
.iu14wff .qbn7 + .qbn7 { margin-top: 0; }
.iu14wff .d8ln { padding-top: 0; padding-bottom: 0; }
.fezj8s7 .qbn7 + .qbn7::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.i80u7 .qbn7 + .qbn7::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.nha6 .qbn7 + .qbn7::before,
.qps2f6 .qbn7 + .qbn7::before,
.y3591yo .qbn7 + .qbn7::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%;
}
.tjk1rd .nha6 .qbn7:nth-child(even)::before,
.tjk1rd .qps2f6 .qbn7:nth-child(even)::before,
.tjk1rd .y3591yo .qbn7:nth-child(even)::before { background: var(--bg-surface); }
.b5btpsak .nha6 .qbn7:nth-child(even)::before,
.b5btpsak .qps2f6 .qbn7:nth-child(even)::before,
.b5btpsak .y3591yo .qbn7:nth-child(even)::before { background: var(--bg-card); }
.nha6 .qbn7 + .qbn7::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");
}
.qps2f6 .qbn7 + .qbn7::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");
}
.y3591yo .qbn7 + .qbn7::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");
}
.eves2f8y .y7ey,
.hodh2u .y7ey { padding-bottom: 60px; }
.t8erpuo .y7ey { padding-bottom: 70px; }
.o0em49tz .v2hfam2o:not(.xvjg1nw3) .m6pvhd09 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.l4lk94 .sj93o0qd { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.o0em49tz .xvjg1nw3 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.o0em49tz .fqim { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.o0em49tz .sj93o0qd { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.zlpnt5 .sj93o0qd { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.fwna .sj93o0qd { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.n99ok .sj93o0qd { background: var(--accent-bg); }
.aidiy .gpydp { float: left; width: 38%; margin: 0 28px 16px 0; }
.aidiy .gpydp .qjo3b2oq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.aidiy .d8ln::after { content: ''; display: block; clear: both; }
.lj9kn .gpydp { float: right; width: 38%; margin: 0 0 16px 28px; }
.lj9kn .gpydp .qjo3b2oq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.lj9kn .d8ln::after { content: ''; display: block; clear: both; }
.o9gy .qbn7:nth-child(odd)  .gpydp { float: left;  width: 38%; margin: 0 28px 16px 0; }
.o9gy .qbn7:nth-child(even) .gpydp { float: right; width: 38%; margin: 0 0 16px 28px; }
.o9gy .gpydp .qjo3b2oq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.o9gy .d8ln::after { content: ''; display: block; clear: both; }
.aidiy .cw9uzwo,
.aidiy .ujijjv,
.lj9kn .cw9uzwo,
.lj9kn .ujijjv,
.o9gy .cw9uzwo,
.o9gy .ujijjv { clear: both; }
@media (max-width: 900px) {
  .aidiy .gpydp,
  .lj9kn .gpydp,
  .o9gy .qbn7:nth-child(odd)  .gpydp,
  .o9gy .qbn7:nth-child(even) .gpydp {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .aidiy .gpydp .qjo3b2oq,
  .lj9kn .gpydp .qjo3b2oq,
  .o9gy .gpydp .qjo3b2oq {
    max-height: none !important;
  }
}
.aidiy .z2bk,
.aidiy .m7y0it2t,
.lj9kn .z2bk,
.lj9kn .m7y0it2t,
.o9gy .z2bk,
.o9gy .m7y0it2t { overflow: hidden; }
@media (max-width: 640px) {
  .aidiy .gpydp,
  .lj9kn .gpydp,
  .o9gy .gpydp { float: none; width: 100%; margin: 0 0 16px 0; }
}
.pg1x .qkc07a,
.pg1x .d8ln,
.pg1x .xm8e  { max-width: 1100px; }
.xgnv .qkc07a,
.xgnv .d8ln,
.xgnv .xm8e  { max-width: 1200px; }
.er2h .qkc07a,
.er2h .d8ln,
.er2h .xm8e  { max-width: 1320px; }
.kle47 { font-size: 0.82rem; color: var(--text-muted); }
.lq7cw { display: flex; align-items: center; }
.puwt {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ep7zlz { display: flex; align-items: center; }
.yh6k58 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.yh6k58:hover { text-decoration: underline; }
.lzbez6 { margin: 0 3px; opacity: 0.45; }
.lzbez6::before { content: '/'; }
.littndd { padding: 2px 5px; color: var(--text-main); }
.xd8c .kle47 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.xd8c .lq7cw { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.g99xkz12 .kle47 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.g99xkz12 .lq7cw { padding: 0 0 0 12px; }
.r5x44ya6 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.horxk7 .lq7cw { padding: 0 16px; }
.horxk7 .kle47 {
  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);
}
.horxk7 .qkc07a { padding-top: 28px; }
@media (max-width: 720px) {
  .r5x44ya6 { margin-top: 18px; padding: 0 16px; }
  .horxk7 .qkc07a { padding-top: 16px; }
}
.pg1x.xd8c .lq7cw { max-width: 1100px; }
.xgnv.xd8c .lq7cw { max-width: 1200px; }
.er2h.xd8c .lq7cw { max-width: 1320px; }
.pg1x .r5x44ya6 { max-width: 1100px; }
.xgnv .r5x44ya6 { max-width: 1200px; }
.er2h .r5x44ya6 { max-width: 1320px; }
.pp1q9j65 .qbn7 { padding-top: 16px; padding-bottom: 16px; }
.bkpjo .qbn7 { padding-top: 24px; padding-bottom: 24px; }
.ora3 .qbn7 { padding-top: 40px; padding-bottom: 40px; }
.gt6tqcje .qbn7 { padding-top: 52px; padding-bottom: 52px; }
.rm0t9rpa .qbn7:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.rm0t9rpa .qbn7:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.rm0t9rpa .qbn7:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.rm0t9rpa .qbn7:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.d1idjy .d8ln { padding-top: 10px;  padding-bottom: 10px; }
.n2jvqh .d8ln { padding-top: 18px;  padding-bottom: 18px; }
.ogd3m9cr .d8ln { padding-top: 36px;  padding-bottom: 36px; }
.mo5cfn .d8ln { padding-top: 48px;  padding-bottom: 48px; }
.my58bzv h2.qz4tte { font-weight: 600; }
.my58bzv h3.iedo     { font-weight: 600; }
.juhnh h2.qz4tte { font-weight: 800; }
.juhnh h3.iedo     { font-weight: 700; }
.y7umiu h2.qz4tte { font-weight: 900; }
.y7umiu h3.iedo     { font-weight: 800; }
.y7umiu .kja2uf strong,
.y7umiu .kja2uf strong { font-weight: 600; }
.pfuchpm {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.pcdlf0hk .pfuchpm { display: none; }
@media (max-width: 640px) {
  .em58 { display: none; }
  .pfuchpm {
    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;
  }
}
.pfuchpm { background: var(--cta) !important; color: #fff !important; border: none !important; }
.pfuchpm:hover { opacity: 0.85; }
.ceud9a .pfuchpm { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.pla9x .pfuchpm,
.gsls  .pfuchpm { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.pla9x .pfuchpm:hover,
.gsls  .pfuchpm:hover { opacity: 0.88; }
.ceud9a.pla9x .pfuchpm,
.ceud9a.gsls  .pfuchpm { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.x0gd49o7 {
  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;
}
.x0gd49o7:hover { transform: translateY(-2px); opacity: 0.92; }
.x0gd49o7 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xmpoh .x0gd49o7 { display: none; }
.sa8l .x0gd49o7 { right: 32px; }
.d2rp24  .x0gd49o7 { left: 32px; }
@media (max-width: 480px) {
  .sa8l .x0gd49o7 { right: 20px; bottom: 20px; }
  .d2rp24  .x0gd49o7 { left: 20px; bottom: 20px; }
}
.k5p3r4 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.xm8e { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.hgi6x { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.buwztz { color: var(--text-dim); font-size: 0.8rem; }
.j3vj2vy8 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.j3vj2vy8 img { height: 26px; width: auto; object-fit: contain; }
.qa2hyb9j { display: flex; flex-direction: column; gap: 6px; }
.qa2hyb9j a, .cbx6f a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.qa2hyb9j a:hover, .cbx6f a:hover { color: var(--accent-light); }
.qa2hyb9j .y4kdmo { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.yca6m7r .xm8e { text-align: center; }
.yca6m7r .hgi6x { margin-top: 0; }
.b1gnnq { margin-top: 10px; }
.b1gnnq a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .xm8e { padding-left: 16px; padding-right: 16px; }
  .h1v1czw .xm8e { padding: 20px 16px; }
  .cbx6f { gap: 4px 12px; }
  .hgi6x { font-size: 0.78rem; }
}
.xftg .gfcdhit2 .j3vj2vy8 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.xftg .hgi6x { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.xftg .buwztz { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .xftg .hrd5qz { grid-template-columns: 1fr 1fr; } .xftg .gfcdhit2 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xftg .hrd5qz { grid-template-columns: 1fr; } }
.ajpy .j3vj2vy8 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ajpy .hgi6x { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ajpy .t4pg4fyr { gap: 12px; } .ajpy .j3vj2vy8 { margin-right: 0; width: 100%; } }
.vv5xt0o .error .j3vj2vy8 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.vv5xt0o .hgi6x { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.vv5xt0o .buwztz { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .vv5xt0o .pe7hx { grid-template-columns: 1fr 1fr; } .vv5xt0o .error { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vv5xt0o .pe7hx { grid-template-columns: 1fr; } }
.ooalk .pbmvd { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.ooalk .qa2hyb9j { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .ooalk .pbmvd { grid-template-columns: 1fr 1fr; } .ooalk .z5pe0hl2:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ooalk .pbmvd { grid-template-columns: 1fr; } }
.oxggo1e2 .pbmvd { grid-template-columns: 1fr 2fr; }
.oxggo1e2 .z6i82vp .qa2hyb9j { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .oxggo1e2 .pbmvd { grid-template-columns: 1fr; } }
.sj96 .xm8e { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.zncmg2b9 .rrnx      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.zncmg2b9 .k5p3r4 { background: var(--bg-page); border-top-color: var(--border-alt); }
.d5qqdti .rrnx      { background: #0d1117; border-bottom-color: #21262d; }
.d5qqdti .zcor78w8 { color: var(--accent-light); }
.d5qqdti .r4u2p6 { --msep-color: #8b949e; }
.d5qqdti .r4u2p6 a { color: #8b949e; }
.d5qqdti .r4u2p6 a:hover { color: var(--accent-light); }
.d5qqdti .xj8x { color: #8b949e; }
.d5qqdti .k5p3r4 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.d5qqdti .hgi6x,
.d5qqdti .buwztz { color: #6e7681; }
.d5qqdti .qa2hyb9j a, .d5qqdti .cbx6f a,
.d5qqdti .j3vj2vy8 { color: #e6edf3; }
.d5qqdti .qa2hyb9j a:hover, .d5qqdti .cbx6f a:hover,
@media (max-width: 640px) {
  .d5qqdti .r4u2p6 { background: #0d1117; border-top-color: #21262d; }
  .d5qqdti .r4u2p6 li a { border-bottom-color: #21262d; }
}
.b20fj .rrnx      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.b20fj .zcor78w8 { color: var(--accent-light); }
.b20fj .r4u2p6 { --msep-color: #475569; }
.b20fj .r4u2p6 a { color: #475569; }
.b20fj .r4u2p6 a:hover { color: var(--accent-light); }
.b20fj .xj8x { color: #64748b; }
.b20fj .k5p3r4 { background: #f0f4f8; border-top-color: #cbd5e1; }
.b20fj .hgi6x,
.b20fj .buwztz { color: #64748b; }
.b20fj .qa2hyb9j a, .b20fj .cbx6f a,
.b20fj .yzt02e a, .b20fj .j3vj2vy8 { color: #374151; }
.b20fj .qa2hyb9j a:hover, .b20fj .cbx6f a:hover,
@media (max-width: 640px) {
  .b20fj .r4u2p6 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .b20fj .r4u2p6 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.pla9x .rrnx      { background: var(--accent); border-bottom-color: var(--accent-light); }
.pla9x .zcor78w8 { color: #fff; }
.pla9x .r4u2p6 { --msep-color: rgba(255,255,255,0.82); }
.pla9x .r4u2p6 a { color: rgba(255,255,255,0.82); }
.pla9x .r4u2p6 a:hover { color: #fff; }
.pla9x .xj8x { color: rgba(255,255,255,0.9); }
.pla9x .k5p3r4 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.pla9x .hgi6x,
.pla9x .buwztz { color: rgba(255,255,255,0.72); }
.pla9x .qa2hyb9j a, .pla9x .cbx6f a,
.pla9x .yzt02e a, .pla9x .j3vj2vy8 { color: #fff; }
.pla9x .qa2hyb9j a:hover, .pla9x .cbx6f a:hover,
@media (max-width: 640px) {
  .pla9x .r4u2p6 { background: var(--accent); border-top-color: var(--accent-light); }
  .pla9x .r4u2p6 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.gsls .rrnx {
  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);
}
.gsls .k5p3r4 {
  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) {
  .gsls .r4u2p6 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ah64b .a9fsu6 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.nubu .a9fsu6 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bpv4t .a9fsu6 { min-height: 72px; height: auto; }
.lz1o1tj0 .a9fsu6 { min-height: 84px; height: auto; }
.h1v1czw .a9fsu6 { max-width: none; padding: 0 32px; }
.h1v1czw .xm8e  { max-width: none; padding: 24px 32px; }
.mch238h.xgnv .a9fsu6 { max-width: 1200px; }
.mch238h.er2h .a9fsu6 { max-width: 1320px; }
.pu1x10   .zcor78w8, .pu1x10   .j3vj2vy8 { text-transform: capitalize; }
.ty4qad3j .zcor78w8, .ty4qad3j .j3vj2vy8 { text-transform: lowercase; }
.o3ym .zcor78w8, .o3ym .j3vj2vy8 { text-transform: uppercase; letter-spacing: 0.06em; }
.mbrobg3, .s9gvp {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.iy1q .mbrobg3,
.iy1q .s9gvp { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.tc3dtd2 .mbrobg3,
.tc3dtd2 .s9gvp { 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; }
.laqi0 .mbrobg3,
.laqi0 .s9gvp { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.hh1dp .mbrobg3,
.hh1dp .s9gvp { 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; }
.sdsohb0y   .r4u2p6 a { font-weight: 500; }
.c8qao7vl .r4u2p6 a { font-weight: 600; }
.x2yk88zw     .r4u2p6 a { font-weight: 700; }
.f25lh    .r4u2p6 a { font-weight: 800; letter-spacing: 0.01em; }
.hvppd55     .r4u2p6 > li + li::before,
.te07    .r4u2p6 > li + li::before,
.dommvks    .r4u2p6 > li + li::before,
.u1152ram .r4u2p6 > li + li::before,
.n2l33 .r4u2p6 > li + li::before,
.qy95y  .r4u2p6 > li + li::before,
.wyd2cb    .r4u2p6 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.hvppd55     .r4u2p6 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.te07    .r4u2p6 > li + li::before { content: "|"; }
.dommvks    .r4u2p6 > li + li::before { content: "—"; }
.u1152ram .r4u2p6 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.n2l33 .r4u2p6 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.qy95y  .r4u2p6 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.wyd2cb    .r4u2p6 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .nrbo91u9 .xj8x,
  .slhh .xj8x,
  .npn1ax .xj8x,
  .j24qnz7 .xj8x,
  .ya66zty .xj8x {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .nrbo91u9 .xj8x::before,
  .slhh .xj8x::before,
  .npn1ax .xj8x::before,
  .j24qnz7 .xj8x::before,
  .ya66zty .xj8x::before { content: ""; display: block; flex-shrink: 0; }

  
  .nrbo91u9 .xj8x::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;
  }

  
  .slhh .xj8x::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;
  }

  
  .npn1ax .xj8x::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;
  }

  
  .j24qnz7 .xj8x::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;
  }

  
  .ya66zty .xj8x::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) {
  .lzsmbj .xj8x {
    padding: 5px 14px;
  }
  .lzsmbj .r4u2p6 {
    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;
  }
  .lzsmbj .r4u2p6 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .lzsmbj .r4u2p6 li a:hover { background: var(--bg-raised); }
  .lzsmbj .lx464jg,
  .zrk8z0i .lx464jg,
  .jbrp2a7 .lx464jg { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .iglb0qr .xj8x {
    padding: 5px 10px;
  }
  .iglb0qr .r4u2p6 {
    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);
  }
  .iglb0qr .r4u2p6.y1f9v { transform: translateX(0); }
  .iglb0qr .r4u2p6 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .iglb0qr .r4u2p6 li:last-child a { border-bottom: none; }
  .pla9x .r4u2p6,
  .d5qqdti .r4u2p6 { background: var(--accent) !important; }
  .pla9x .r4u2p6 li a,
  .d5qqdti .r4u2p6 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .jbrp2a7 .xj8x {
    padding: 5px 10px;
  }
  .jbrp2a7 .r4u2p6 {
    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);
  }
  .jbrp2a7 .r4u2p6::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .jbrp2a7 .r4u2p6.y1f9v { transform: translateY(0); }
  .jbrp2a7 .r4u2p6 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .snnn .xj8x {
    padding: 5px 10px;
  }
  .snnn .r4u2p6 {
    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;
  }
  .snnn .r4u2p6.y1f9v { opacity: 1; pointer-events: auto; }
  .snnn .r4u2p6 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .mish     .xj8x { border-radius: 0 !important; }
  .b2ec3v3w   .xj8x { border-radius: 8px !important; }
  .lp271dn .xj8x { border-radius: 50% !important; }
  .vqzruhn   .xj8x { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .dkzzmw .z9h7 { flex-direction: column; align-items: stretch; }
  .dkzzmw .vruk { flex-direction: row; min-width: auto; }
  .dkzzmw .cnk0bqr { align-items: flex-start; text-align: left; }
}
.heewm0nx,
.heewm0nx.qbn7,
.tjk1rd .heewm0nx,
.i1ckf .heewm0nx,
.b5btpsak .heewm0nx,
.cel9n .heewm0nx {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.qaxg4 {
  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;
}
.c3s2w4 { flex: 1 1 280px; min-width: 0; }
.ya3ni2v {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.d5lie {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.gypoz {
  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;
}
.gypoz:hover { transform: translateY(-1px); opacity: 0.95; }
.yxuzev .qaxg4 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.yxuzev .ya3ni2v { color: var(--cta); }
.yxuzev .d5lie { color: var(--text-body); }
.yxuzev .gypoz {
  background: var(--cta) !important;
  color: #fff !important;
}
.nz1p4w .qaxg4 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.nz1p4w .ya3ni2v { color: var(--text-primary); }
.nz1p4w .d5lie { color: var(--text-body); }
.nz1p4w .gypoz {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .qaxg4 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .c3s2w4 { flex: 0 0 auto; }
  .ya3ni2v { font-size: 1.2rem; }
  .gypoz { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ens4wzn .t04b { height: 36px; }
.l7k1g .t04b { height: 60px; max-width: 200px; }
.zw7r .t04b { height: 56px; max-width: 180px; }
.kwxzk6    .ug3e, .kwxzk6    .a6xx { color: #f59e0b; }
.xctbgfjy      .ug3e { font-size: 1rem; letter-spacing: 1.5px; }
.ht8x4jci    .ug3e, .ht8x4jci    .a6xx { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.bxbt     .ug3e, .bxbt     .a6xx { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.nx38 .ug3e, .nx38 .a6xx { color: var(--cta); letter-spacing: 2px; }
.gs1ln1   .ug3e, .gs1ln1   .a6xx { color: #e91e63; letter-spacing: 2px; }
.aaum1b  .ug3e, .aaum1b  .a6xx { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.quarrcah     .ug3e, .quarrcah     .a6xx { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.y5ji .u6q0 + .u6q0 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.v85hxh .olerc9gg { padding: 18px 24px; min-height: 68px; }
.ho4thg6 .sysur3w {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.ho4thg6 .sq1i9av {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.nchngb .u6q0 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.ujijjv { counter-reset: cs-rank; }
.ujijjv .olerc9gg { counter-increment: cs-rank; }
.ujijjv .olerc9gg::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;
}
.u3n0 .ujijjv { counter-reset: cs-rank; gap: 0; }
.u3n0 .olerc9gg {
  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;
}
.u3n0 .olerc9gg::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;
}
.u3n0 .re7g {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.u3n0 .nti6i7 {
  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;
}
.u3n0 .pvjecv { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.u3n0 .re7g { min-width: 0; flex-direction: column; width: 100%; }
.u3n0 .xx70yby {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.u3n0 .ug3e { color: var(--cta, var(--accent)); }
.u3n0 .j6qogb7 { font-weight: 700; }
.u3n0 .u6q0 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.u3n0 .sysur3w {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.u3n0 .sq1i9av {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.u3n0 .cmgbcv8 .sq1i9av { font-size: 1.3rem; color: var(--accent-light); }
.u3n0 .z1vbk7th {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.u3n0 .olerc9gg:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .u3n0 .ujijjv {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .u3n0 .olerc9gg {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .u3n0 .olerc9gg { padding: 40px 16px 20px; }
  .u3n0 .u6q0 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .u3n0 .z1vbk7th { width: 100%; min-width: 0; }
}
.alttq .ujijjv { counter-reset: cs-rank; gap: 10px; }
.alttq .olerc9gg {
  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);
}
.alttq .olerc9gg::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);
}
.alttq .re7g {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.alttq .nti6i7 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.alttq .pvjecv { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.alttq .xx70yby {
  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;
}
.alttq .ug3e { color: var(--cta, var(--accent)); }
.alttq .u6q0 {
  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;
}
.alttq .sysur3w {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.alttq .sq1i9av { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.alttq .cmgbcv8 .sq1i9av { color: var(--accent-light); }
.alttq .z1vbk7th {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.alttq .olerc9gg:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .alttq .olerc9gg {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .alttq .olerc9gg::before {
    position: absolute; top: 14px; left: 14px;
  }
  .alttq .re7g {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .alttq .xx70yby { white-space: normal; text-align: center; font-size: 1.2rem; }
  .alttq .u6q0 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .alttq .z1vbk7th { width: 100%; min-width: 0; }
  .alttq .ug3e { min-width: 0; }
}
.dv2tmr0 .olerc9gg::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.drlmwq7f .eo1ajxg {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.drlmwq7f .eo1ajxg summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.drlmwq7f .eo1ajxg p { padding: 0 2px 16px; }
.eyyxfdq .eo1ajxg { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.eyyxfdq .eo1ajxg summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.eyyxfdq .eo1ajxg summary::after { content: "›"; font-size: 1.2em; }
.eyyxfdq .eo1ajxg[open] summary::after { content: "‹"; }
.eyyxfdq .eo1ajxg p { padding: 10px 22px 4px; }
.tii4 .eo1ajxg {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.tii4 .eo1ajxg summary { color: var(--text-primary); padding-left: 16px; }
.tii4 .eo1ajxg summary::after { content: "›"; font-size: 1.1em; }
.tii4 .eo1ajxg[open] summary::after { content: "‹"; }
.tii4 .eo1ajxg p { padding-left: 16px; }
.ornm8q .h9ejn7 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ornm8q .eo1ajxg {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ornm8q .eo1ajxg:last-child { border-bottom: none; }
.ornm8q .eo1ajxg summary { color: var(--text-primary); border-radius: 0; }
.ornm8q .eo1ajxg summary::after { content: "›"; font-size: 1.1em; }
.ornm8q .eo1ajxg[open] summary::after { content: "‹"; }
.xv30 .eo1ajxg { overflow: hidden; }
.xv30 .eo1ajxg summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.xv30 .eo1ajxg summary::after { color: rgba(255,255,255,.75); }
.xv30 .eo1ajxg[open] summary { border-radius: 0; }
.k0vx5zt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.lq7kr {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.caoxqp {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ny08c { color: var(--text-muted); font-size: 1.05rem; }
.qdsbkl2 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.z5h5j {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.jllq { margin-bottom: 20px; }
.lpmtm {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.kptzkx {
  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;
}
.kptzkx:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.rd6eoavw { resize: vertical; min-height: 130px; }
.uoz8 { width: 100%; margin-top: 8px; }
.sj0la1g {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ujhawt5k {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ttn7b0 { color: var(--text-muted); line-height: 1.75; }
.qd1sm2 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.qd1sm2 li { margin-bottom: 6px; }
.z41g { max-width: 760px; margin: 0 auto; }
.kb8pdab2 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.quvdb { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.quvdb:last-child { border-bottom: none; }
.quvdb h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.quvdb p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.v6vh { max-width: 760px; margin: 0 auto; }
.hcop3rmo { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.wypf ul.qd1sm2 { margin: 0; }
.xglhnl1 { max-width: 900px; margin: 0 auto; }
.xlnh7 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.xlnh7:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.xlnh7 .hcop3rmo { margin: 0; font-size: 1rem; }
.xlnh7 .acjtn6ci p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .xlnh7 { grid-template-columns: 1fr; gap: 10px; } }
.zw9zk8 .hcop3rmo { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.gg0t .qd1sm2 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .h8vzvyye { grid-template-columns: 1fr; } }
.onwcqk3g { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.onwcqk3g:hover .waabqr2 { color: var(--accent-light); text-decoration: underline; }
.e7rh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.y296p2vt { margin-bottom: 48px; }
.beyzgm { max-width: 760px; margin: 0 auto; }
.hjmmym { text-align: center; }
.j7he { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.j7he:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.istuo2xn { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.j7he p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.j7he ul.qd1sm2 { margin: 0; }
.z7dahx4 { color: var(--text-muted); line-height: 1.75; }
.hjmmym .qd1sm2,
.g8ul .qd1sm2,
.x1ym .qd1sm2,
.fvots .qd1sm2 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.hjmmym .j7he,
.g8ul .j7he { text-align: left; }
.hjmmym .istuo2xn,
.g8ul .istuo2xn { text-align: center; }
.dq1yb { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.x06uu { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.ldgqyn6 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.tnuj { margin-top: 12px; }
.u1rv { 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; }
.u1rv:hover { border-bottom-color: var(--accent-light); }
.vi8r { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.vi8r img { width: 100%; height: 100%; object-fit: cover; display: block; }
.u8719uyj { width: 200px; height: 200px; }
.mf2u { border-radius: 10px; }
.in5dcl { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.wrtdiqr { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .i4vg234 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.x9vjfo { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.x9vjfo .ldgqyn6, .x9vjfo .x06uu { max-width: 640px; }
.ujq2n .dq1yb { font-size: 1.6rem; margin-top: 18px; }
.jwzf .ldgqyn6 { margin-bottom: 28px; }
@media (max-width: 860px) { .q9xu9937 { grid-template-columns: 1fr; } .ujq2n { position: static; text-align: center; } }
.tn10 .vi8r { margin: 0 auto 18px; }
.tn10 .in5dcl { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .g0xwl { grid-template-columns: 1fr; } }
.cpb6btq .dq1yb { font-size: 1.6rem; margin-bottom: 6px; }
.fvots .qd1sm2 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .cpb6btq { flex-direction: column; text-align: center; } .iudmb7 { grid-template-columns: 1fr; } }
.hjs58 .dq1yb { font-size: 1.35rem; margin: 0 0 4px; }
.hjs58 .in5dcl { margin: 0; }
.t7s9 .caoxqp { color: var(--accent-light); }
.agnv .caoxqp { font-size: 2rem; }
.agnv .ny08c { max-width: 680px; }
.cvlgk .caoxqp { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.cvlgk .ny08c  { margin: 0; }
@media (max-width: 640px) { .cvlgk { flex-direction: column; } }
.b9a6b1a {
  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;
}
.b9a6b1a .caoxqp { color: var(--accent-light); }
.w97b4 .caoxqp { color: #fff; }
.w97b4 .ny08c  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ep2lf { grid-template-columns: 1fr; } }
.cu9r { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.cu9r .kptzkx {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.cu9r .kptzkx:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.pc0eqi .kptzkx { background: var(--bg-raised); border-color: transparent; }
.pc0eqi .kptzkx:focus { background: var(--bg-card); border-color: var(--accent-light); }
.yb2499tb .kptzkx { border-radius: 100px; padding: 11px 20px; }
.yb2499tb .rd6eoavw { border-radius: 14px; }
.eiwfutk {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .eiwfutk { grid-template-columns: 1fr; } }
.tlfm {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.tlfm h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.tlfm p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.xhxw { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.xhxw li { margin-bottom: 6px; }
.rpet{display:none}
.rpet:empty,.om8n2:empty{display:none}
.zdd9c5{position:relative;overflow:visible}
.j32nqd0z .t4lqany,.gmuzmljt .t4lqany,
.m598ol3 .t4lqany,.mlz1ei .t4lqany,
.i85jbi .t4lqany,.ox88i .t4lqany{display:block}
.iehah4 .u69284bi{display:block}
.j32nqd0z .t4lqany,.gmuzmljt .t4lqany,
.m598ol3 .t4lqany,.mlz1ei .t4lqany,
.i85jbi .t4lqany{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}
.j32nqd0z .t4lqany .om8n2,.gmuzmljt .t4lqany .om8n2,
.m598ol3 .t4lqany .om8n2,.mlz1ei .t4lqany .om8n2,
.i85jbi .t4lqany .om8n2{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}
.j32nqd0z .u9knl5x5,.gmuzmljt .u9knl5x5,
.m598ol3 .u9knl5x5,.mlz1ei .u9knl5x5,
.i85jbi .u9knl5x5{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.j32nqd0z .t4lqany,.gmuzmljt .t4lqany{top:12px}
.j32nqd0z .t4lqany .om8n2{margin-right:auto}
.gmuzmljt .t4lqany .om8n2{margin-left:auto}
.gmuzmljt .t4lqany{text-align:right}
.m598ol3 .t4lqany,.mlz1ei .t4lqany{bottom:12px}
.m598ol3 .t4lqany .om8n2{margin-right:auto}
.mlz1ei .t4lqany .om8n2{margin-left:auto}
.mlz1ei .t4lqany{text-align:right}
.i85jbi .t4lqany{position:relative;margin-top:16px}
.i85jbi .t4lqany .om8n2{margin:0 auto}
.ox88i .t4lqany{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ox88i .t4lqany .om8n2{margin:0}
.ox88i .sj93o0qd~.t4lqany,
.ox88i .rwkw~.t4lqany{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ox88i .sj93o0qd~.t4lqany .om8n2,
.ox88i .rwkw~.t4lqany .om8n2{justify-content:flex-start}
.sj93o0qd~.t4lqany,.rwkw~.t4lqany{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}
.sj93o0qd~.t4lqany .om8n2{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.rwkw~.t4lqany .om8n2{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.u69284bi .om8n2{margin:0 0 12px}
.om8n2{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.neoe6os{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.waabqr2{font-weight:600;color:var(--text-heading);opacity:1}
.z7jpvuw::before{content:"·";margin:0 2px;opacity:.5}
.u9knl5x5{white-space:nowrap}
.p5pfp .neoe6os{display:none}
.kdvx .u9knl5x5{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.kdvx .z7jpvuw::before{content:""}
.llsswnd .u9knl5x5{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.llsswnd .z7jpvuw::before{content:""}
.zggk2i .om8n2{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.alat5dy .u9knl5x5{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.alat5dy .z7jpvuw::before{content:""}
.l8g1j .u9knl5x5{color: var(--accent-light);opacity:1;font-weight:500}
.cpzx .u9knl5x5{border-bottom:1px solid currentColor;padding-bottom:2px}
.d9pw .om8n2{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.zyk1{--date-bg:var(--accent-bg)}
.yc7e4 .z7jpvuw::before{content:""}
.cy8p39k .z7jpvuw::before{content:"•";opacity:.4}
.cy8p39k .u9knl5x5 + .u9knl5x5::before{content:"•";margin-right:6px;opacity:.4}
.mk9p38x .z7jpvuw::before{content:"/";opacity:.35}
.mk9p38x .u9knl5x5 + .u9knl5x5::before{content:"/";margin-right:6px;opacity:.35}
.t17b3smh .z7jpvuw::before{content:"|";opacity:.3}
.t17b3smh .u9knl5x5 + .u9knl5x5::before{content:"|";margin-right:6px;opacity:.3}
.xq4o .z7jpvuw::before{content:"—";opacity:.3}
.xq4o .u9knl5x5 + .u9knl5x5::before{content:"—";margin-right:6px;opacity:.3}
.fv1zepl .z7jpvuw::before{content:"◆";font-size:.5em;opacity:.35}
.fv1zepl .u9knl5x5 + .u9knl5x5::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.x1zki0ir .z7jpvuw::before{content:"·";opacity:.4}
.x1zki0ir .u9knl5x5 + .u9knl5x5::before{content:"·";margin-right:6px;opacity:.4}
.jwqha33 .z7jpvuw::before{content:"›";opacity:.4}
.jwqha33 .u9knl5x5 + .u9knl5x5::before{content:"›";margin-right:6px;opacity:.4}
.r6ue2k .z7jpvuw::before{content:"→";opacity:.35;font-size:.85em}
.r6ue2k .u9knl5x5 + .u9knl5x5::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.tg5n68sk .e75t{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .e75t{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .nstb2{max-width:100%}
}
.cfjdz .e852nx{margin:0}
@media (max-width:560px){
  .mhheodx{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) {
  .nosdgt { padding: 28px 18px 20px; }
  .y7lv { font-size: 1.2rem; }
  .rau3d { max-width: 220px; max-height: 80px; }
}
.rqj3p9n {
  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);
}
.scx6y7 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.bqwbe  .rqj3p9n { border-radius: 50%; }
.xnayz2  .rqj3p9n { border-radius: 6px; }
.hlpkel .rqj3p9n { border-radius: 22px; }
.jwtk .qaxg4 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .rqj3p9n { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.w0wiga {
  margin: 28px 0 24px;
}
.w0wiga .qbn7 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.w0wiga .d8ln {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.w0wiga .qaxg4 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .a9fsu6 { flex-direction: row-reverse; }
[dir="rtl"] .r4u2p6 { flex-direction: row-reverse; }
[dir="rtl"] .sa8l .x0gd49o7 { right: auto; left: 32px; }
[dir="rtl"] .d2rp24  .x0gd49o7 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .sa8l .x0gd49o7 { right: auto; left: 20px; }
  [dir="rtl"] .d2rp24  .x0gd49o7 { left: auto;  right: 20px; }
}
[dir="rtl"] .aidiy .gpydp  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .lj9kn .gpydp { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .sj93o0qd,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .z2bk, [dir="rtl"] .m7y0it2t { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .sj9io { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .sa4ik0t { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .kja2uf { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .qaxg4 { direction: rtl; }
[dir="rtl"] .rqj3p9n { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .olerc9gg,
[dir="rtl"] .kle47 { direction: rtl; }
[dir="rtl"] .jsdaok0e { direction: rtl; }
[dir="rtl"] .nqr3 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .asjm1 .m7y0it2t,
[dir="rtl"] .z6t0ofs2 .m7y0it2t,
[dir="rtl"] .njk46s0 .m7y0it2t,
[dir="rtl"] .cd7v6a .m7y0it2t {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .asjm1 .m7y0it2t li::before,
[dir="rtl"] .z6t0ofs2 .m7y0it2t li::before,
[dir="rtl"] .njk46s0 .m7y0it2t li::before,
[dir="rtl"] .cd7v6a .m7y0it2t li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .sj93o0qd.w8atwkb .y7ey { align-items: flex-end; text-align: right; }
[dir="rtl"] .sj93o0qd.x403g .y7ey { text-align: center; }
[dir="rtl"] .sj93o0qd .y7ey { text-align: right; }
[dir="rtl"] .d8ln,
[dir="rtl"] .zosg5ktg,
[dir="rtl"] .s2lt,
[dir="rtl"] .r5208,
[dir="rtl"] .z5h5j,
[dir="rtl"] .lpmtm,
[dir="rtl"] .ldgqyn6,
[dir="rtl"] .kptzkx,
[dir="rtl"] .rd6eoavw { text-align: right; direction: rtl; }
[dir="rtl"] .yb2499tb .kptzkx,
[dir="rtl"] .cu9r .kptzkx { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #c36021;
  --brand:           #c36021;
  --brand-light:     #a35727;
  --brand-pale:      #bf703e;
  --grad-start:      #e3905c;
  --grad-end:        #e5b597;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #c36021;
  --cta-light:       #a44d16;
  --cta-hover:       #8e4618;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f3;
  --bg-raised:       #f1efee;
  --bg-hover:        #f5f4f3;
  --border:          #e8e4e2;
  --border-alt:      #dcd4cf;
  --border-section:  #e8e4e2;
  --text-primary:    #1b1917;
  --text-muted:      #605751;
  --text-body:       #37322e;
  --text-sub:        #534b45;
  --text-faint:      #8a7d74;
  --text-dim:        #a19790;
  --text-label:      #6e645d;
  --text-value:      #453e3a;
  --accent-bg:       #f2e8e2;
  --accent-bg-light: #edd7c9;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #109217;
  --c-cons:          #9f2921;
  --c-pros-label:    #13ae1b;
  --c-tip-border:    #15c01e;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #109217;
}
:root { --logo-bg-opacity: 53%; }
body, button, input { font-family: "Quantico", sans-serif; }
.f8vhga58 .n2kop, .f8vhga58 .sj93o0qd { min-height: 320px; }
.p2pcmre .e3f18::after, .p2pcmre .j6x6e::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.jvrlqx6 .pfuchpm::after,.jvrlqx6 .x0gd49o7::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.lzbez6::before { content: '•'; }