:root {
  --color-accent: #f59e0b;
  --color-cta: #eab308;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: 1.7;
}
.dagzb {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.imrd1rm {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ekxtcrva {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.zxw2 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.l9vmf { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.l9vmf a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.l9vmf a:hover { color: var(--accent-light); }
.bxjo90a8  .c51a5lc { border-radius: 14px; }
.bxjo90a8 .c51a5lc li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.bxjo90a8 .c51a5lc li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.npv7 .c51a5lc li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .c51a5lc {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .vkjotqiw:hover .c51a5lc,
  .vkjotqiw:focus-within .c51a5lc { display: block; }
  .c51a5lc li a { padding: 8px 16px; font-size: 0.88rem; }
}
.oh0orw {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ikpud8 { display: none; }
@media (max-width: 640px) {
  .ikpud8 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ikpud8.qixgouwm { display: block; }
}
@media (max-width: 640px) {
  .oh0orw { display: block; }
  .l9vmf > li + li::before { display: none !important; }
  .l9vmf {
    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;
  }
  .l9vmf.qixgouwm { display: flex; }
  .l9vmf li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .l9vmf li:last-child a { border-bottom: none; }
}
.eng7 { min-height: 480px; }
.ysly {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.az79yihx { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.cm8lc .az79yihx { margin-left: 0; margin-right: 0; }
.q2tlqgvc {
  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;
}
.b2fby9o .q2tlqgvc { margin-top: 24px; }
.q2tlqgvc:hover { opacity: 0.88; }
.it6co .ysly { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.it6co .az79yihx { color: #e2e8f0; }
.it6co.e8fy7 .vjo9au2 { text-align: center; }
.jpjv .ysly { color: var(--text-primary); text-shadow: none; }
.jpjv .az79yihx { color: var(--text-muted); }
.jpjv .q2tlqgvc { margin-top: 16px; }
.jpjv, .jpjv.eng7 { min-height: auto !important; }
.jpjv.e8fy7 .vjo9au2 { text-align: center; }
.jpjv~.jtk94r{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}
.jpjv~.jtk94r .wgxj73ug{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}
.pjzfi7 .ofz920ib,
.pjzfi7 .dhax2 {
  position: relative; overflow: hidden;
}
.pjzfi7 .ofz920ib::after,
.pjzfi7 .dhax2::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.pjzfi7 .it6co .ppai1c {
  overflow: hidden;
}
.pjzfi7 .it6co .ppai1c::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.ofz920ib .ysly { color: #fff; }
.ofz920ib .az79yihx { color: rgba(255,255,255,0.85); }
.ofz920ib .q2tlqgvc { background: #fff; color: var(--cta); }
.ofz920ib .q2tlqgvc:hover { opacity: 0.92; }
.pjzfi7 .wkno3rv { position: relative; overflow: hidden; }
.pjzfi7 .wkno3rv::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;
}
.bebm .wkno3rv {
  animation: hg-breathe 7s ease-in-out infinite;
}
.zgtfkah .wkno3rv { position: relative; overflow: hidden; }
.zgtfkah .wkno3rv::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;
}
.pw5gsfn .wkno3rv { position: relative; overflow: hidden; }
.pw5gsfn .wkno3rv::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;
}
.ztuj39 .wkno3rv {
  animation: hg-fadein 1.2s ease-out both;
}
.wkno3rv {
  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%);
}
.shkhcz {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.aar1l {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.u7hepqk {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.wkno3rv .ysly { text-shadow: none; color: var(--text-primary); }
.wkno3rv .az79yihx { color: var(--text-muted); }
body.micqx .ysly {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.z403y .ysly {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.eng7.ofz920ib .ysly,
section.ofz920ib .ysly {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.wkno3rv.e8fy7 .shkhcz { align-items: center; text-align: center; }
.wkno3rv.cm8lc   .shkhcz { align-items: flex-start; text-align: left; }
.kbxn555 .aar1l { position: relative; }
.kbxn555 .aar1l::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.kbxn555.d4nlv .aar1l::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.o53pfkys .aar1l {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.o53pfkys .u7hepqk {
  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);
}
.o53pfkys.d4nlv .aar1l { padding: 32px 0 32px 32px; }
.z28filf .aar1l {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.z28filf .u7hepqk {
  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);
}
.d4nlv .shkhcz {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.z28filf.d4nlv .aar1l { padding: 40px 16px 40px 48px; }
.eng7 .upjr7 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.upjr7 .ije5 {
  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;
}
.upjr7 .ije5::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.upjr7 .r01q { display: contents !important; }
.upjr7 .r01q .o83953e {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.upjr7 .r01q .q0gxwzl4 { max-height: 48px; max-width: 96px; }
.upjr7 .r01q .fbgddjb {
  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;
}
.upjr7 .ha03 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.upjr7 .oek3m3 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.upjr7 .t9df8k7 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.upjr7 .t9df8k7 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.upjr7 .la6j { display: contents !important; }
.upjr7 .la6j .afz597nj:not(.vvuiihyl) { display: none !important; }
.upjr7 .la6j .vvuiihyl {
  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;
}
.upjr7 .la6j .vvuiihyl .uhijy {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.upjr7 .la6j .vvuiihyl .flxsz7v {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.upjr7 .clrth5 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.upjr7 .clrth5.gga5rh {
  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;
}
.upjr7 .clrth5.gga5rh:hover { opacity: 0.85; }
.tldssk .aar1l {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .wkno3rv { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .wkno3rv:not(.tldssk) .aar1l { display: none !important; }
  .tldssk .aar1l { padding: 16px; }
  .shkhcz  { padding: 36px 24px; }
  .wkno3rv~.jtk94r,.d4nlv~.jtk94r{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .eng7, .wkno3rv { min-height: 320px !important; }
  .ysly { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .mj3m8guq,
  .urskod,
  .qer0 { grid-template-columns: 1fr !important; }

  

  
  .rkaom4x { display: flex !important; flex-direction: column !important; }
  .rkaom4x .vjo9au2 { display: contents; }
  .rkaom4x .ppai1c { order: 0; }
  .rkaom4x .ysly { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .rkaom4x .mj3m8guq { order: 2; padding: 0 16px 12px !important; }
  .rkaom4x .az79yihx { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .b2fby9o .vjo9au2 { display: flex; flex-direction: column; }
  .b2fby9o .vjo9au2 .ysly { order: 1; }
  .b2fby9o .vjo9au2 .qer0 { order: 2; margin: 8px 0 24px !important; }
  .b2fby9o .vjo9au2 .az79yihx { order: 3; }
  .b2fby9o .vjo9au2 .q2tlqgvc { order: 4; align-self: center; margin-top: 0; }

  
  .wkno3rv.tldssk {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .wkno3rv.tldssk .shkhcz { display: contents; padding: 0; }
  .wkno3rv.tldssk .shkhcz .ysly { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .wkno3rv.tldssk .aar1l { order: 2; padding: 12px 16px; }
  .wkno3rv.tldssk .shkhcz .az79yihx { order: 3; padding: 0 24px; margin: 0 auto; }
  .wkno3rv.tldssk .shkhcz .q2tlqgvc { order: 4; align-self: center; margin: 8px 0 32px; }
}
.diorr { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.jiqykkag { width: 100%; height: auto; display: block; border-radius: 10px; }
.b5socm1 .diorr        { border-radius: 16px; }
.b5socm1 .jiqykkag  { border-radius: 16px; }
.b6d0a .diorr         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.b6d0a .jiqykkag   { border-radius: 8px; }
.s5x3ni { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ylhg9y4h { width: 100%; padding: 32px 0; position: relative; }
.k6bnxr { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.qzr6jgt .ylhg9y4h:nth-child(even) { background: var(--bg-surface); }
.qzr6jgt .ylhg9y4h:nth-child(odd)  { background: var(--bg-page); }
.udj0m .ylhg9y4h:nth-child(even) { background: var(--bg-card); }
.udj0m .ylhg9y4h:nth-child(odd)  { background: var(--bg-page); }
.qzr6jgt .ylhg9y4h:nth-child(odd)  .k6bnxr { background: var(--bg-card); border-radius: 6px; }
.qzr6jgt .ylhg9y4h:nth-child(even) .k6bnxr { background: var(--bg-raised); border-radius: 6px; }
.udj0m .ylhg9y4h:nth-child(odd)  .k6bnxr { background: var(--bg-card); border-radius: 6px; }
.udj0m .ylhg9y4h:nth-child(even) .k6bnxr { background: var(--bg-raised); border-radius: 6px; }
.qzr6jgt .ylhg9y4h:nth-child(even) .d82v .q2ca4gs2,
.udj0m .ylhg9y4h:nth-child(even) .d82v .q2ca4gs2 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.qzr6jgt .ylhg9y4h:nth-child(odd) .d82v .q2ca4gs2,
.udj0m .ylhg9y4h:nth-child(odd) .d82v .q2ca4gs2 { background: var(--bg-card-inner); }
.qzr6jgt .ylhg9y4h:nth-child(even) .ucfa9vm2 .q2ca4gs2:nth-child(odd),
.udj0m .ylhg9y4h:nth-child(even) .ucfa9vm2 .q2ca4gs2:nth-child(odd)  { background: var(--bg-card); }
.qzr6jgt .ylhg9y4h:nth-child(even) .ucfa9vm2 .q2ca4gs2:nth-child(even),
.udj0m .ylhg9y4h:nth-child(even) .ucfa9vm2 .q2ca4gs2:nth-child(even) { background: var(--bg-card-inner); }
h1.x123t { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.x123t {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.k3qn { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.tjit6e h2.x123t {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.b1tdt h2.x123t {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.jv7kbjsr h2.x123t {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.xscgi h2.x123t::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.bqjg9 h2.x123t {
  color: var(--text-primary); font-size: 1.7rem;
}
.uat5mpmf h2.x123t::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.h06ecf h2.x123t {
  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;
}
.jlzkkwda { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .jlzkkwda { display: none; } }
.ebfyrb74 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.uad3uu { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.uowo1grp {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.de0c8s { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.c1wutl { padding-left: 20px; }
.c1wutl li { margin-bottom: 6px; }
.c1wutl a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.c1wutl a:hover { color: var(--accent-light); }
.lg1mytc .de0c8s { display: none; }
.mf2ar .de0c8s { display: none; }
.mf2ar .c1wutl { padding-left: 0; list-style: none; }
.mf2ar .c1wutl li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.mf2ar .c1wutl a { font-size: 0.92rem; }
.jgh062v7 .uowo1grp { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jgh062v7 .de0c8s { display: none; }
.jgh062v7 .c1wutl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jgh062v7 .c1wutl li { margin-bottom: 0; }
.jgh062v7 .c1wutl 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;
}
.jgh062v7 .c1wutl a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.igka9 .uowo1grp { padding: 20px 20px 16px; }
.igka9 .c1wutl {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.igka9 .c1wutl li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.igka9 .c1wutl 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;
}
.igka9 .c1wutl 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;
}
.igka9 .c1wutl a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.igka9 .c1wutl a:focus,
.igka9 .c1wutl a:focus-visible,
.igka9 .c1wutl a:target { outline: none; }
.igka9 .c1wutl li:target a { border-color: var(--border); color: var(--text-muted); }
.qu0lfb .uowo1grp { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.qu0lfb .de0c8s { display: none; }
.qu0lfb .c1wutl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.qu0lfb .c1wutl li { margin-bottom: 0; }
.qu0lfb .c1wutl li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.qu0lfb .c1wutl li:last-child::after { content: ""; margin-right: 0; }
.qu0lfb .c1wutl a { font-size: 0.9rem; }
.q2ca4gs2 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.d82v .q2ca4gs2 { background: var(--bg-card); }
.ucfa9vm2 .q2ca4gs2:nth-child(odd)  { background: var(--bg-card); }
.ucfa9vm2 .q2ca4gs2:nth-child(even) { background: var(--bg-raised); }
.t6asm .q2ca4gs2 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.t6asm .q2ca4gs2:last-child { border-bottom: none; }
.t6asm h3.k3qn { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.g4em9evi .q2ca4gs2 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.g4em9evi .q2ca4gs2 + .q2ca4gs2 { margin-top: 4px; }
.hxt0dxm .q2ca4gs2 { background: none; border-radius: 0; padding: 12px 0; }
.hxt0dxm .q2ca4gs2 + .q2ca4gs2 { border-top: 1px solid var(--border-section); }
.rzc7fky { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.z2zryq34 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.lxf6v1 { color: var(--text-body); margin-bottom: 10px; }
.wdjqd5vc, .d85l85a { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.wdjqd5vc li, .d85l85a li { margin-bottom: 6px; }
.d85l85a li { list-style: decimal; }
.quim     .wdjqd5vc { list-style-type: "● "; }
.gkkst9  .wdjqd5vc { list-style-type: "■ "; }
.zopg .wdjqd5vc { list-style-type: "◆ "; }
.kzivg    .wdjqd5vc { list-style-type: "★ "; }
.quim     .eh70a6f1 { list-style-type: "● "; }
.gkkst9  .eh70a6f1 { list-style-type: "■ "; }
.zopg .eh70a6f1 { list-style-type: "◆ "; }
.kzivg    .eh70a6f1 { list-style-type: "★ "; }
.quim    .wdjqd5vc li::marker, .quim    .eh70a6f1 li::marker,
.gkkst9 .wdjqd5vc li::marker, .gkkst9 .eh70a6f1 li::marker,
.zopg .wdjqd5vc li::marker, .zopg .eh70a6f1 li::marker,
.kzivg   .wdjqd5vc li::marker, .kzivg   .eh70a6f1 li::marker {
  color: var(--cta); font-size: 1em;
}
.quim .d85l85a,
.gkkst9 .d85l85a,
.zopg .d85l85a,
.kzivg .d85l85a {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.quim .d85l85a li,
.gkkst9 .d85l85a li,
.zopg .d85l85a li,
.kzivg .d85l85a li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.quim .d85l85a li::before,
.gkkst9 .d85l85a li::before,
.zopg .d85l85a li::before,
.kzivg .d85l85a 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;
}
.quim     .d85l85a li::before { border-radius: 50%; }
.gkkst9  .d85l85a li::before { border-radius: 3px; }
.zopg .d85l85a li::before { border-radius: 3px; }
.kzivg    .d85l85a li::before { border-radius: 50%; }
.pku1 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.xm7s37g .pku1,
.dmotr0n .pku1 { background: transparent; border: none; border-radius: 0; }
.iwngu { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.iwngu th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.iwngu td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.iwngu tr:hover td { background: var(--bg-hover); }
.d4a8ghl .iwngu tbody tr:nth-child(even) td { background: var(--bg-surface); }
.h3cs4mak .iwngu { border: 1px solid var(--border-alt); }
.h3cs4mak .iwngu th,
.h3cs4mak .iwngu td { border: 1px solid var(--border-alt); }
.ujgczyg8 .iwngu th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ujgczyg8 .iwngu td { border-bottom: none; }
.ujgczyg8 .iwngu tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.igoj .iwngu th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.c7zyu .pku1 {
  overflow: hidden;
}
.c7zyu .iwngu th { border-bottom: 1px solid var(--border-alt); }
.c7zyu .iwngu tr:last-child td { border-bottom: none; }
.ev4igpp { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.h3d2rvf { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.g5y7v2wc { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.g2v7 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.pezmv9l { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.eh70a6f1 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.eh70a6f1 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%}
.vxflb5d .g2v7 { background: transparent; text-align: center; }
.ryk02m .g5y7v2wc {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.g0co .g5y7v2wc {
  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);
}
.kj0tbn .h3d2rvf { display: grid; grid-template-columns: auto 1fr; }
.kj0tbn .g5y7v2wc {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.kj0tbn .g2v7 { grid-column: 2; }
.kj0tbn .pezmv9l,
.kj0tbn .eh70a6f1 { grid-column: 1 / -1; }
.ypta .h3d2rvf { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ypta .g5y7v2wc {
  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);
}
.ypta .g2v7 { grid-column: 2; }
.ypta .pezmv9l,
.ypta .eh70a6f1 { grid-column: 1 / -1; }
.nvnpw .h3d2rvf { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.nvnpw .g2v7 { background: none; color: var(--accent-light); font-weight: 700; }
.sm17uk4 .h3d2rvf { 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); }
.sm17uk4 .g2v7 { background: none; color: var(--accent-light); font-weight: 700; }
.v49fpyr .h3d2rvf { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.v49fpyr .h3d2rvf:last-child { border-bottom: none; }
.v49fpyr .g2v7 { background: none; color: var(--accent-light); font-weight: 700; }
.ha4e4bze .h3d2rvf { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.ha4e4bze .g2v7 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.b17d .ev4igpp { counter-reset: card-n; }
.b17d .h3d2rvf  { counter-increment: card-n; }
.b17d .g2v7 { display: flex; align-items: center; gap: 10px; }
.b17d .g2v7::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;
}
.nl289 .h3d2rvf { background: var(--bg-surface); border: 1px solid var(--border); }
.nl289 .g2v7 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.jo0fl4q { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.fwpdi9  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.ynpa { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.n5n1s4 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ra1n { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.jo0fl4q strong { color: var(--text-primary); font-size: 0.95rem; }
.jo0fl4q p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.jgmo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.fvi0, .ye0vc { border-radius: 8px; padding: 14px; }
.fvi0 { background: var(--bg-pros); }
.ye0vc { background: var(--bg-cons); }
.ovef8 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.fvi0 .ovef8 { color: var(--c-pros-label); }
.ye0vc .ovef8 { color: #f87171; }
.fvi0 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ye0vc ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.jiqykkag { width: 100%; height: auto; border-radius: 10px; display: block; }
.gga5rh {
  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;
}
.gga5rh:hover { opacity: 0.85; }
.wl9tp0d .gga5rh  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.wl9tp0d .gga5rh:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.t7qpl0f .gga5rh  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.t7qpl0f .gga5rh:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.p8v99ms .q2tlqgvc { border-radius: 50px; }
.p8v99ms .gga5rh  { border-radius: 50px; }
.qr7uwb .q2tlqgvc { padding-left: 22px; padding-right: 22px; }
.qr7uwb .gga5rh  { padding-left: 12px; padding-right: 12px; }
.b05lb .q2tlqgvc { padding-left: 44px; padding-right: 44px; }
.b05lb .gga5rh  { padding-left: 24px; padding-right: 24px; }
.uy7oy3 .q2tlqgvc { padding-left: 56px; padding-right: 56px; }
.uy7oy3 .gga5rh  { padding-left: 32px; padding-right: 32px; }
.g26pbii6   .q2tlqgvc::after, .g26pbii6   .gga5rh::after,
.pfn2hsmb .q2tlqgvc::after, .pfn2hsmb .gga5rh::after,
.b07zkpwc    .q2tlqgvc::after, .b07zkpwc    .gga5rh::after,
.xljxs    .q2tlqgvc::after, .xljxs    .gga5rh::after,
.iwq3pbt    .q2tlqgvc::after, .iwq3pbt    .gga5rh::after,
.eyd934x     .q2tlqgvc::after, .eyd934x     .gga5rh::after,
.s9v2xy    .q2tlqgvc::after, .s9v2xy    .gga5rh::after,
.ad31xew   .q2tlqgvc::after, .ad31xew   .gga5rh::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;
}
.g26pbii6 .q2tlqgvc::after, .g26pbii6 .gga5rh::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");
}
.pfn2hsmb .q2tlqgvc::after, .pfn2hsmb .gga5rh::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");
}
.b07zkpwc .q2tlqgvc::after, .b07zkpwc .gga5rh::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");
}
.xljxs .q2tlqgvc::after, .xljxs .gga5rh::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");
}
.iwq3pbt .q2tlqgvc::after, .iwq3pbt .gga5rh::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");
}
.eyd934x .q2tlqgvc::after, .eyd934x .gga5rh::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");
}
.s9v2xy .q2tlqgvc::after, .s9v2xy .gga5rh::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");
}
.ad31xew .q2tlqgvc::after, .ad31xew .gga5rh::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");
}
.u3gcht   .zuzj::after, .u3gcht   .dsw1wj::after,
.oq20dxz .zuzj::after, .oq20dxz .dsw1wj::after,
.en8wa    .zuzj::after, .en8wa    .dsw1wj::after,
.z3w3rws    .zuzj::after, .z3w3rws    .dsw1wj::after,
.lsl44jb4    .zuzj::after, .lsl44jb4    .dsw1wj::after,
.cciss501     .zuzj::after, .cciss501     .dsw1wj::after,
.tp6b    .zuzj::after, .tp6b    .dsw1wj::after,
.usq13r1u   .zuzj::after, .usq13r1u   .dsw1wj::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;
}
.u3gcht .zuzj::after, .u3gcht .dsw1wj::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");
}
.oq20dxz .zuzj::after, .oq20dxz .dsw1wj::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");
}
.en8wa .zuzj::after, .en8wa .dsw1wj::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");
}
.z3w3rws .zuzj::after, .z3w3rws .dsw1wj::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");
}
.lsl44jb4 .zuzj::after, .lsl44jb4 .dsw1wj::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");
}
.cciss501 .zuzj::after, .cciss501 .dsw1wj::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");
}
.tp6b .zuzj::after, .tp6b .dsw1wj::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");
}
.usq13r1u .zuzj::after, .usq13r1u .dsw1wj::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");
}
.wzi3x {
  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;
}
.ije5 {
  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;
}
.ije5 > * { min-width: 0; }
.ije5:hover { background: var(--bg-hover); }
.ije5 > [itemprop="item"] { display: contents; }
.ije5 [itemprop="itemReviewed"],
.ije5 [itemprop="reviewRating"] { display: none; }
.ije5::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;
}
.r01q {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.o83953e {
  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;
}
.q0gxwzl4 { max-height: 52px; max-width: 110px; object-fit: contain; }
.fbgddjb {
  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;
}
.o9yd .o83953e    { background: #1a1a1a; }
.w3vurv .o83953e   { background: rgba(128,128,128,.12); }
.jys5 .o83953e { background: var(--bg-raised); }
.v4cq .o83953e    { background: transparent; padding: 0; }
.ha03 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.oek3m3 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.t9df8k7 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.la6j {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.afz597nj {
  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;
}
.uhijy {
  
  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%;
}
.flxsz7v {
  
  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;
}
.clrth5 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.clrth5.gga5rh {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ije5 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ije5::before    { grid-area: rank;   }
  .r01q           { grid-area: ident;  }
  .ha03     { grid-area: rating; min-width: 0; width: auto; }
  .la6j           { grid-area: pills;  }
  .clrth5             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ije5 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ije5::before    { justify-self: center; }
  .r01q           { width: 100%; }
  .ha03     { justify-self: center; }
  .la6j           { grid-template-columns: 1fr; }
}
.a1jj {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.z97e5m {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.pjk5nu0 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.pjk5nu0 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.c9jb2l0s { flex: 1; }
.c9jb2l0s h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.dnaox7p { color: var(--c-stars); font-size: 1.1rem; }
.w2xgxrm { margin-bottom: 8px; }
.xv78w { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.tqd3wo8t::before   { content: "★ "; color: var(--accent-light); }
.rh702av { flex-shrink: 0; }
.yprg0 img.tmhzbjpf { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.xm7s37g { padding: 20px 24px; }
.nn5vgt { color: var(--text-muted); margin-bottom: 16px; }
.or76 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.t09fupxt, .ontm { list-style: none; font-size: 0.9rem; }
.t09fupxt li { color: var(--c-pros); margin-bottom: 4px; }
.ontm li { color: var(--c-cons); margin-bottom: 4px; }
.t09fupxt li::before { content: "✓"; margin-right: 5px; }
.ontm li::before { content: "✗"; margin-right: 5px; }
.llx628bx .t09fupxt li::before { content: "→"; }
.llx628bx .ontm li::before { content: "–"; }
.n8ag6w  .t09fupxt li::before { content: "★"; }
.n8ag6w  .ontm li::before { content: "✕"; }
.ook4xm1    .t09fupxt li::before { content: "◆"; }
.ook4xm1    .ontm li::before { content: "▲"; }
.boso  .t09fupxt li::before { content: "▶"; }
.boso  .ontm li::before { content: "■"; }
.pey07bw8 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.c8e1g { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.i5l2i { background: var(--bg-pros); color: var(--c-tag-pay); }
.j26w { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.z6f4r .j26w { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.ybd01o .j26w { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .eijiu .bnzf {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .eijiu .a1jj { margin: 0; }
}
.mwgx .z97e5m { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.mwgx .c9jb2l0s h3 { color: var(--accent-light); }
.mwgx .pjk5nu0 { background: var(--bg-page); border: 1px solid var(--border); }
.gm6bfu .a1jj { border-top: 4px solid var(--accent); }
.gm6bfu .z97e5m { background: var(--bg-card); }
.dqpcex .a1jj { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.dqpcex .z97e5m { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.dqpcex .xm7s37g { padding: 14px 16px; }
.dqpcex .pjk5nu0 { border-radius: 4px; }
.dqpcex .j26w { border-radius: 0; }
.pre1 .z97e5m { padding: 0; gap: 0; overflow: hidden; }
.pre1 .pjk5nu0 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.pre1 .c9jb2l0s { padding: 16px 20px; }
.pre1 .rh702av { padding: 16px 20px; align-self: center; }
.niw73urk .dnaox7p { font-size: .95rem; }
.dmotr0n .jgmo { gap: 10px; }
.dmotr0n .fvi0, .dmotr0n .ye0vc { padding: 12px; }
.dmotr0n .fvi0 ul, .dmotr0n .ye0vc ul { margin: 4px 0 0; padding-left: 18px; }
.dmotr0n .fvi0 li, .dmotr0n .ye0vc li { font-size: .85rem; margin-bottom: 3px; }
.nqbma .c8e1g { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .fsirit06 { grid-template-columns: 1fr; }
  .g9u11 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .g9u11 .mrfv9 { width: 72px; height: 50px; }
  .g9u11 .zjd35yq { max-width: 180px; }
  .g9u11 .qxdh { width: auto; }
}
.ve6zg .niw73urk .dnaox7p { filter: brightness(1.2); }
@media (max-width: 720px) {
  .ve6zg { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .y7rw13c { padding: 16px; }
  .malxn .ovy9g6s { min-width: 50%; }
}
.atdo6f .jgmo { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ovi77 { grid-template-columns: 1fr; }
  .a6cly { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .wvlc { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .m6d1 { flex-wrap: wrap; padding: 16px; }
}
.lz7o0 .jgmo { gap: 8px; }
.lz7o0 .fvi0, .lz7o0 .ye0vc { padding: 8px; }
@media (max-width: 480px) {
  .i2kq2 { flex-direction: column; align-items: stretch; }
}
.f0f0d .qxdh .gga5rh { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .oc2cha { flex-direction: column; align-items: stretch; gap: 10px; }
  .f0f0d .qxdh { text-align: center; }
}
@media (max-width: 720px) {
  .r9dds4p { grid-template-columns: 1fr; }
  .rywk8c { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .b2fn9u { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.yuo7p85a .gylmn { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.dwjq4sdd .dnaox7p { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .b69gm { grid-template-columns: 1fr; }
  .dwjq4sdd { width: 100px; height: 100px; margin: 16px auto; }
  .yuo7p85a { font-size: 1.4rem; }
  .pwo8 { justify-content: center; }
  .pjizo .ovy9g6s { min-width: 50%; }
}
.gn2pb .jgmo { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .dxo2 { flex-wrap: wrap; padding: 14px 16px; }
  .xotg { padding: 12px 16px; }
  .gn2pb .jgmo { margin: 0 16px; }
  .gn2pb .nqbma { padding: 0 16px; }
  .ytrj { padding: 12px 16px; }
}
.kntejbtq .ije5 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.kntejbtq .ije5:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.dk9jkoq .wzi3x { gap: 18px; }
.dk9jkoq .ije5 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.dk9jkoq .ije5:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.k5fr9e .wzi3x {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.k5fr9e .ije5 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.k5fr9e .ije5:last-child { border-bottom: none; }
.k5fr9e .r01q,
.k5fr9e .ha03,
.k5fr9e .la6j {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.c4ynx .wzi3x { gap: 0; }
.c4ynx .ije5 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.c4ynx .ije5:last-child { border-bottom: none; }
.c4ynx .ije5:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.c4ynx .ije5:nth-child(even):hover { background: var(--bg-hover); }
.dzt722 .ije5 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.fzsx .la6j .afz597nj {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.fzsx .la6j .afz597nj:first-child { border-left: none; }
.e720 .la6j .afz597nj {
  background: transparent; padding: 4px 8px;
}
.e720 .la6j .uhijy { font-size: .65rem; opacity: .65; }
.e720 .la6j .flxsz7v   { font-size: 1.15rem; color: var(--accent-light); }
.rfgnr .la6j .afz597nj {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.t9df8k7 { display: none; }
.fj31fo4n .oek3m3 { font-size: 1rem; letter-spacing: 2px; }
.h64wzu .oek3m3 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.e8kujcpc .oek3m3,
.uwprndu .oek3m3,
.oe4k78 .oek3m3 { display: none; }
.e8kujcpc .t9df8k7,
.uwprndu .t9df8k7,
.oe4k78 .t9df8k7 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.e8kujcpc .t9df8k7 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.e8kujcpc .t9df8k7 small { display: none; }
.uwprndu .t9df8k7 {
  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;
}
.uwprndu .t9df8k7 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.oe4k78 .t9df8k7 {
  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;
}
.oe4k78 .t9df8k7 small { display: none; }
.e8kujcpc .w2xgxrm .dnaox7p,
.uwprndu .w2xgxrm .dnaox7p,
.oe4k78 .w2xgxrm .dnaox7p { display: none; }
.e8kujcpc .w2xgxrm strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.e8kujcpc .gylmn { display: none; }
.uwprndu .w2xgxrm strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.uwprndu .gjs001v2,
.uwprndu .gylmn { font-size: 1em; }
.oe4k78 .w2xgxrm strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.oe4k78 .gylmn { display: none; }
.ecs5ga { margin: 16px 0; }
.x0sn { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.x0sn summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.x0sn summary::after { content: "+"; color: var(--accent-light); }
.x0sn[open] summary::after { content: "−"; }
.x0sn p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ylhg9y4h { margin-bottom: 0; }
.rz7ybi7e h2.x123t { color: var(--text-primary); border-color: var(--accent-light); }
.aq1bscj h2.x123t { color: var(--text-primary); border-color: var(--accent-light); }
.o9g0ld8 .fwpdi9     { background: #052e16; border-color: #10b981; }
.o9g0ld8 .ynpa { background: #2d0a1e; border-color: #f43f5e; }
.o9g0ld8 .n5n1s4    { background: #1e1036; border-color: #a855f7; }
.o9g0ld8 .jo0fl4q strong  { color: #f1f5f9; }
.o9g0ld8 .jo0fl4q p       { color: #cbd5e1; }
.o9g0ld8 .bxo8    .fwpdi9     .ra1n::before,
.o9g0ld8 .ijhf0z  .fwpdi9     .ra1n::before,
.o9g0ld8 .dqzzfjf  .fwpdi9     .ra1n::before,
.o9g0ld8 .r8ofcv6 .fwpdi9     .ra1n::before { color: #10b981; }
.o9g0ld8 .bxo8    .ynpa .ra1n::before,
.o9g0ld8 .ijhf0z  .ynpa .ra1n::before,
.o9g0ld8 .dqzzfjf  .ynpa .ra1n::before,
.o9g0ld8 .r8ofcv6 .ynpa .ra1n::before { color: #f43f5e; }
.o9g0ld8 .bxo8    .n5n1s4    .ra1n::before,
.o9g0ld8 .ijhf0z  .n5n1s4    .ra1n::before,
.o9g0ld8 .dqzzfjf  .n5n1s4    .ra1n::before,
.o9g0ld8 .r8ofcv6 .n5n1s4    .ra1n::before { color: #a855f7; }
.rcrnhb1 .fwpdi9     { background: #2d2000; border-color: #eab308; }
.rcrnhb1 .ynpa { background: #2d0b0b; border-color: #ef4444; }
.rcrnhb1 .n5n1s4    { background: #2d1600; border-color: #f97316; }
.rcrnhb1 .jo0fl4q strong  { color: #f1f5f9; }
.rcrnhb1 .jo0fl4q p       { color: #cbd5e1; }
.rcrnhb1 .bxo8    .fwpdi9     .ra1n::before,
.rcrnhb1 .ijhf0z  .fwpdi9     .ra1n::before,
.rcrnhb1 .dqzzfjf  .fwpdi9     .ra1n::before,
.rcrnhb1 .r8ofcv6 .fwpdi9     .ra1n::before { color: #eab308; }
.rcrnhb1 .bxo8    .ynpa .ra1n::before,
.rcrnhb1 .ijhf0z  .ynpa .ra1n::before,
.rcrnhb1 .dqzzfjf  .ynpa .ra1n::before,
.rcrnhb1 .r8ofcv6 .ynpa .ra1n::before { color: #ef4444; }
.rcrnhb1 .bxo8    .n5n1s4    .ra1n::before,
.rcrnhb1 .ijhf0z  .n5n1s4    .ra1n::before,
.rcrnhb1 .dqzzfjf  .n5n1s4    .ra1n::before,
.rcrnhb1 .r8ofcv6 .n5n1s4    .ra1n::before { color: #f97316; }
.zo73z6 .fwpdi9     { background: #0c1a2e; border-color: #38bdf8; }
.zo73z6 .ynpa { background: #12103a; border-color: #818cf8; }
.zo73z6 .n5n1s4    { background: #0a2020; border-color: #2dd4bf; }
.zo73z6 .jo0fl4q strong  { color: #f1f5f9; }
.zo73z6 .jo0fl4q p       { color: #cbd5e1; }
.zo73z6 .bxo8    .fwpdi9     .ra1n::before,
.zo73z6 .ijhf0z  .fwpdi9     .ra1n::before,
.zo73z6 .dqzzfjf  .fwpdi9     .ra1n::before,
.zo73z6 .r8ofcv6 .fwpdi9     .ra1n::before { color: #38bdf8; }
.zo73z6 .bxo8    .ynpa .ra1n::before,
.zo73z6 .ijhf0z  .ynpa .ra1n::before,
.zo73z6 .dqzzfjf  .ynpa .ra1n::before,
.zo73z6 .r8ofcv6 .ynpa .ra1n::before { color: #818cf8; }
.zo73z6 .bxo8    .n5n1s4    .ra1n::before,
.zo73z6 .ijhf0z  .n5n1s4    .ra1n::before,
.zo73z6 .dqzzfjf  .n5n1s4    .ra1n::before,
.zo73z6 .r8ofcv6 .n5n1s4    .ra1n::before { color: #2dd4bf; }
.xsxun .fwpdi9     { background: var(--accent-bg); border-color: var(--accent-light); }
.xsxun .ynpa { background: var(--accent-bg-light); border-color: var(--accent-light); }
.xsxun .n5n1s4    { background: var(--accent-bg); border-color: var(--accent-pale); }
.xsxun .bxo8    .ra1n::before,
.xsxun .ijhf0z  .ra1n::before,
.xsxun .dqzzfjf  .ra1n::before,
.xsxun .r8ofcv6 .ra1n::before { color: var(--accent-light) !important; }
.n4jucl0::before,
.b8xt::before { margin-right: 5px; }
.ca16tf .fvi0 ul li,
.ca16tf .t09fupxt li         { color: #4ade80; }
.ca16tf .fvi0 .n4jucl0 { color: #22c55e; }
.ca16tf .ye0vc ul li,
.ca16tf .ontm li         { color: #f87171; }
.ca16tf .ye0vc .b8xt { color: #ef4444; }
.sjnsx5 .fvi0 { background: var(--bg-pros); }
.sjnsx5 .ye0vc { background: var(--bg-cons); }
.sjnsx5 .fvi0 .n4jucl0 { color: var(--c-pros-label); }
.sjnsx5 .ye0vc .b8xt { color: var(--c-cons); }
.sjnsx5 .fvi0 ul li,
.sjnsx5 .t09fupxt li            { color: var(--c-pros); }
.sjnsx5 .ye0vc ul li,
.sjnsx5 .ontm li            { color: var(--c-cons); }
.z2xu .fvi0 { background: var(--bg-pros); }
.z2xu .ye0vc { background: var(--bg-cons); }
.z2xu .fvi0 .n4jucl0 { color: var(--c-pros-label); }
.z2xu .ye0vc .b8xt { color: var(--c-cons); }
.z2xu .fvi0 ul li,
.z2xu .t09fupxt li          { color: var(--c-pros); }
.z2xu .ye0vc ul li,
.z2xu .ontm li          { color: var(--c-cons); }
.r7s948xn .n4jucl0::before { content: "✓ "; }
.r7s948xn .b8xt::before { content: "✗ "; }
.llx628bx .n4jucl0::before { content: "→ "; }
.llx628bx .b8xt::before { content: "← "; }
.n8ag6w .n4jucl0::before { content: "★ "; }
.n8ag6w .b8xt::before { content: "✕ "; }
.ook4xm1 .n4jucl0::before { content: "◆ "; }
.ook4xm1 .b8xt::before { content: "▲ "; }
.ybd01o .jo0fl4q { background: transparent; border-left: none; border: 1.5px solid; }
.ybd01o .fwpdi9     { border-color: var(--c-tip-border); }
.ybd01o .ynpa { border-color: var(--c-warn-border); }
.ybd01o .n5n1s4    { border-color: #60a5fa; }
.ybd01o .jo0fl4q strong { color: var(--text-primary); }
.ybd01o .jo0fl4q p      { color: var(--text-muted); }
.z6f4r .jo0fl4q { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.z6f4r .fwpdi9     { border-top-color: var(--c-tip-border); }
.z6f4r .ynpa { border-top-color: var(--c-warn-border); }
.z6f4r .n5n1s4    { border-top-color: #60a5fa; }
.vafcn8jc .jo0fl4q { border-left: none; border-radius: 8px; }
.vafcn8jc .fwpdi9     { background: #065f46; }
.vafcn8jc .ynpa { background: #92400e; }
.vafcn8jc .n5n1s4    { background: #1e3a8a; }
.vafcn8jc .jo0fl4q strong,
.vafcn8jc .jo0fl4q p { color: #fff; }
.vafcn8jc .ra1n::before { color: rgba(255,255,255,0.85) !important; }
.o9g0ld8.vafcn8jc .fwpdi9,
.o9g0ld8 .vafcn8jc .fwpdi9     { background: #052e16; }
.o9g0ld8.vafcn8jc .ynpa,
.o9g0ld8 .vafcn8jc .ynpa { background: #2d0a1e; }
.o9g0ld8.vafcn8jc .n5n1s4,
.o9g0ld8 .vafcn8jc .n5n1s4    { background: #1e1036; }
.rcrnhb1.vafcn8jc .fwpdi9,
.rcrnhb1 .vafcn8jc .fwpdi9      { background: #2d2000; }
.rcrnhb1.vafcn8jc .ynpa,
.rcrnhb1 .vafcn8jc .ynpa  { background: #2d0b0b; }
.rcrnhb1.vafcn8jc .n5n1s4,
.rcrnhb1 .vafcn8jc .n5n1s4     { background: #2d1600; }
.zo73z6.vafcn8jc .fwpdi9,
.zo73z6 .vafcn8jc .fwpdi9      { background: #0c1a2e; }
.zo73z6.vafcn8jc .ynpa,
.zo73z6 .vafcn8jc .ynpa  { background: #12103a; }
.zo73z6.vafcn8jc .n5n1s4,
.zo73z6 .vafcn8jc .n5n1s4     { background: #0a2020; }
.ecy4 .jo0fl4q { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ecy4 .fwpdi9     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ecy4 .ynpa { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ecy4 .n5n1s4    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ecy4 .jo0fl4q strong { color: var(--text-primary); }
.ecy4 .jo0fl4q p      { color: var(--text-muted); }
.m3f83n3 .jo0fl4q { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.bxo8 .ra1n,
.ijhf0z .ra1n,
.dqzzfjf .ra1n,
.r8ofcv6 .ra1n { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.bxo8 .ra1n::before,
.ijhf0z .ra1n::before,
.dqzzfjf .ra1n::before,
.r8ofcv6 .ra1n::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.bxo8 .fwpdi9     .ra1n::before { content: "✦"; color: var(--c-tip-border); }
.bxo8 .ynpa .ra1n::before { content: "▲"; color: var(--c-warn-border); }
.bxo8 .n5n1s4    .ra1n::before { content: "◉"; color: #60a5fa; }
.ijhf0z .fwpdi9     .ra1n::before { content: "★"; color: var(--c-tip-border); }
.ijhf0z .ynpa .ra1n::before { content: "◆"; color: var(--c-warn-border); }
.ijhf0z .n5n1s4    .ra1n::before { content: "●"; color: #60a5fa; }
.dqzzfjf .fwpdi9     .ra1n::before { content: "▶"; color: var(--c-tip-border); }
.dqzzfjf .ynpa .ra1n::before { content: "■"; color: var(--c-warn-border); }
.dqzzfjf .n5n1s4    .ra1n::before { content: "▸"; color: #60a5fa; }
.r8ofcv6 .fwpdi9     .ra1n::before { content: "→"; color: var(--c-tip-border); }
.r8ofcv6 .ynpa .ra1n::before { content: "⬥"; color: var(--c-warn-border); }
.r8ofcv6 .n5n1s4    .ra1n::before { content: "◈"; color: #60a5fa; }
.kqlm .d82v .q2ca4gs2,
.kqlm .ucfa9vm2 .q2ca4gs2  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.kqlm .h3d2rvf                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.kqlm .ije5                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.kqlm .a1jj            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.kqlm .pku1          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kqlm .uowo1grp                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.gzbjhrw6 .d82v .q2ca4gs2,
.gzbjhrw6 .ucfa9vm2 .q2ca4gs2,
.gzbjhrw6 .h3d2rvf,
.gzbjhrw6 .ije5,
.gzbjhrw6 .a1jj,
.gzbjhrw6 .pku1,
.gzbjhrw6 .uowo1grp,
.gzbjhrw6 .m3f83n3 .jo0fl4q { box-shadow: none; }
.e9cfy81c   .lxf6v1, .e9cfy81c .rzc7fky, .e9cfy81c .z2zryq34,
.e9cfy81c   .ebfyrb74, .e9cfy81c .uad3uu { font-size: 0.9rem; }
.e9cfy81c   .wdjqd5vc, .e9cfy81c .d85l85a { font-size: 0.9rem; }
.imsk   .lxf6v1, .imsk .rzc7fky, .imsk .z2zryq34,
.imsk   .ebfyrb74, .imsk .uad3uu { font-size: 0.95rem; }
.imsk   .wdjqd5vc, .imsk .d85l85a { font-size: 0.95rem; }
.yth38oxa   .lxf6v1, .yth38oxa .rzc7fky, .yth38oxa .z2zryq34,
.yth38oxa   .ebfyrb74, .yth38oxa .uad3uu { font-size: 1.08rem; }
.yth38oxa   .wdjqd5vc, .yth38oxa .d85l85a { font-size: 1.05rem; }
.yth38oxa   .iwngu { font-size: 0.97rem; }
.fk35v7x2 .ysly      { font-size: 3.2rem; }
.fk35v7x2 h2.x123t { font-size: 1.9rem; }
.fk35v7x2 h3.k3qn     { font-size: 1.4rem; }
.ogfih4mv .ysly      { font-size: 3.8rem; }
.ogfih4mv h2.x123t { font-size: 2.2rem; }
.ogfih4mv h3.k3qn     { font-size: 1.6rem; }
.ylhg9y4h + .ylhg9y4h { position: relative; }
.hvwqu   .ylhg9y4h + .ylhg9y4h::before,
.zgk80y  .ylhg9y4h + .ylhg9y4h::before,
.lnqsv4z7   .ylhg9y4h + .ylhg9y4h::before,
.nnb0qe   .ylhg9y4h + .ylhg9y4h::before,
.uubpt9   .ylhg9y4h + .ylhg9y4h::before,
.sx54roh .ylhg9y4h + .ylhg9y4h::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.hvwqu .ylhg9y4h + .ylhg9y4h::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.zgk80y .ylhg9y4h + .ylhg9y4h::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.lnqsv4z7 .ylhg9y4h + .ylhg9y4h::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;
}
.nnb0qe .ylhg9y4h + .ylhg9y4h::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.d8s2 .ylhg9y4h { margin-bottom: 16px; }
.d8s2 .ylhg9y4h + .ylhg9y4h { margin-top: 0; }
.d8s2 .k6bnxr { padding-top: 0; padding-bottom: 0; }
.uubpt9 .ylhg9y4h + .ylhg9y4h::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.sx54roh .ylhg9y4h + .ylhg9y4h::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.eaxnzb1d .ylhg9y4h + .ylhg9y4h::before,
.o9jj1q9 .ylhg9y4h + .ylhg9y4h::before,
.snoookv .ylhg9y4h + .ylhg9y4h::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%;
}
.qzr6jgt .eaxnzb1d .ylhg9y4h:nth-child(even)::before,
.qzr6jgt .o9jj1q9 .ylhg9y4h:nth-child(even)::before,
.qzr6jgt .snoookv .ylhg9y4h:nth-child(even)::before { background: var(--bg-surface); }
.udj0m .eaxnzb1d .ylhg9y4h:nth-child(even)::before,
.udj0m .o9jj1q9 .ylhg9y4h:nth-child(even)::before,
.udj0m .snoookv .ylhg9y4h:nth-child(even)::before { background: var(--bg-card); }
.eaxnzb1d .ylhg9y4h + .ylhg9y4h::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");
}
.o9jj1q9 .ylhg9y4h + .ylhg9y4h::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");
}
.snoookv .ylhg9y4h + .ylhg9y4h::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");
}
.fgp7d .it6co { overflow: hidden; }
.fgp7d .vjo9au2 { margin-bottom: 70px; }
.t5wzdiu .shkhcz,
.z57cs8bz .shkhcz { padding-bottom: 60px; }
.fgp7d .shkhcz { padding-bottom: 70px; }
.fgp7d .it6co::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.fgp7d .it6co::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.c84u .wkno3rv { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ewvx .wkno3rv { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.y6p7f .wkno3rv { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.qw8copq7 .wkno3rv { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.q80f .ofz920ib { background: var(--accent); }
.q80f .ofz920ib .ppai1c { background: none; }
.q80f .dhax2 { background: var(--accent); }
.q80f .wkno3rv { background: var(--accent-bg); }
.q80f .it6co:not(.ofz920ib) .ppai1c { background: rgba(0,0,0,0.6); }
.l8245y .diorr { float: left; width: 38%; margin: 0 28px 16px 0; }
.l8245y .diorr .jiqykkag { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.l8245y .k6bnxr::after { content: ''; display: block; clear: both; }
.krz2s .diorr { float: right; width: 38%; margin: 0 0 16px 28px; }
.krz2s .diorr .jiqykkag { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.krz2s .k6bnxr::after { content: ''; display: block; clear: both; }
.rbjxqy9 .ylhg9y4h:nth-child(odd)  .diorr { float: left;  width: 38%; margin: 0 28px 16px 0; }
.rbjxqy9 .ylhg9y4h:nth-child(even) .diorr { float: right; width: 38%; margin: 0 0 16px 28px; }
.rbjxqy9 .diorr .jiqykkag { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rbjxqy9 .k6bnxr::after { content: ''; display: block; clear: both; }
.l8245y .ev4igpp,
.l8245y .wzi3x,
.krz2s .ev4igpp,
.krz2s .wzi3x,
.rbjxqy9 .ev4igpp,
.rbjxqy9 .wzi3x { clear: both; }
@media (max-width: 900px) {
  .l8245y .diorr,
  .krz2s .diorr,
  .rbjxqy9 .ylhg9y4h:nth-child(odd)  .diorr,
  .rbjxqy9 .ylhg9y4h:nth-child(even) .diorr {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .l8245y .diorr .jiqykkag,
  .krz2s .diorr .jiqykkag,
  .rbjxqy9 .diorr .jiqykkag {
    max-height: none !important;
  }
}
.l8245y .wdjqd5vc,
.l8245y .d85l85a,
.krz2s .wdjqd5vc,
.krz2s .d85l85a,
.rbjxqy9 .wdjqd5vc,
.rbjxqy9 .d85l85a { overflow: hidden; }
@media (max-width: 640px) {
  .l8245y .diorr,
  .krz2s .diorr,
  .rbjxqy9 .diorr { float: none; width: 100%; margin: 0 0 16px 0; }
}
.xfqem .s5x3ni,
.xfqem .k6bnxr,
.xfqem .vactrj  { max-width: 1100px; }
.dyd91 .s5x3ni,
.dyd91 .k6bnxr,
.dyd91 .vactrj  { max-width: 1200px; }
.dyd91 { --content-mw: 1200px; }
.gnzm2i .s5x3ni,
.gnzm2i .k6bnxr,
.gnzm2i .vactrj  { max-width: 1320px; }
.gc3ef { font-size: 0.82rem; color: var(--text-muted); }
.czzw9856 { display: flex; align-items: center; }
.qt2br {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.pk4a444g { display: flex; align-items: center; }
.i07x8 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.i07x8:hover { text-decoration: underline; }
.msh1 { margin: 0 3px; opacity: 0.45; }
.msh1::before { content: '/'; }
.ac7fh { padding: 2px 5px; color: var(--text-main); }
.lryd1 .gc3ef {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.lryd1 .czzw9856 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.p8kfa .gc3ef {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.p8kfa .czzw9856 { padding: 0 0 0 12px; }
.bnv37 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.xetmf .czzw9856 { padding: 0 16px; }
.xetmf .gc3ef {
  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);
}
.xetmf .s5x3ni { padding-top: 28px; }
@media (max-width: 720px) {
  .bnv37 { margin-top: 18px; padding: 0 16px; }
  .xetmf .s5x3ni { padding-top: 16px; }
}
.xfqem.lryd1 .czzw9856 { max-width: 1100px; }
.dyd91.lryd1 .czzw9856 { max-width: 1200px; }
.gnzm2i.lryd1 .czzw9856 { max-width: 1320px; }
.xfqem .bnv37 { max-width: 1100px; }
.dyd91 .bnv37 { max-width: 1200px; }
.gnzm2i .bnv37 { max-width: 1320px; }
.crb6p9r .ylhg9y4h { padding-top: 16px; padding-bottom: 16px; }
.j931 .ylhg9y4h { padding-top: 24px; padding-bottom: 24px; }
.vkaw3r .ylhg9y4h { padding-top: 40px; padding-bottom: 40px; }
.xhbqwbxf .ylhg9y4h { padding-top: 52px; padding-bottom: 52px; }
.rwbob .ylhg9y4h:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.rwbob .ylhg9y4h:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.rwbob .ylhg9y4h:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.rwbob .ylhg9y4h:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.z4k7an .k6bnxr { padding-top: 10px;  padding-bottom: 10px; }
.y74yuqw .k6bnxr { padding-top: 18px;  padding-bottom: 18px; }
.v2lv .k6bnxr { padding-top: 36px;  padding-bottom: 36px; }
.wq95gzl .k6bnxr { padding-top: 48px;  padding-bottom: 48px; }
.ggwrd6z5 h2.x123t { font-weight: 600; }
.ggwrd6z5 h3.k3qn     { font-weight: 600; }
.ikw4e7 h2.x123t { font-weight: 800; }
.ikw4e7 h3.k3qn     { font-weight: 700; }
.vrhq2n74 h2.x123t { font-weight: 900; }
.vrhq2n74 h3.k3qn     { font-weight: 800; }
.vrhq2n74 .jo0fl4q strong,
.vrhq2n74 .jo0fl4q strong { font-weight: 600; }
.zuzj {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.idu2o .zuzj { display: none; }
@media (max-width: 640px) {
  .ki4y3 { display: none; }
  .zuzj {
    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;
  }
}
.zuzj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.zuzj:hover { opacity: 0.85; }
.kdsd .zuzj { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.i9szms .zuzj,
.jtpl5l  .zuzj { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.i9szms .zuzj:hover,
.jtpl5l  .zuzj:hover { opacity: 0.88; }
.kdsd.i9szms .zuzj,
.kdsd.jtpl5l  .zuzj { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.dsw1wj {
  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;
}
.dsw1wj:hover { transform: translateY(-2px); opacity: 0.92; }
.dsw1wj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.d2ceh .dsw1wj { display: none; }
.k2eas .dsw1wj { right: 32px; }
.znqkllb  .dsw1wj { left: 32px; }
@media (max-width: 480px) {
  .k2eas .dsw1wj { right: 20px; bottom: 20px; }
  .znqkllb  .dsw1wj { left: 20px; bottom: 20px; }
}
.d9tnwl34 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.vactrj { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.nsln { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.f74h8 { color: var(--text-dim); font-size: 0.8rem; }
.c2ifx6 a, .wl7dyabq a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.c2ifx6 a:hover, .wl7dyabq a:hover { color: var(--accent-light); }
.wl7dyabq { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.qe4s .vactrj { text-align: center; }
.qe4s .wl7dyabq { justify-content: center; margin-bottom: 16px; }
.qe4s .nsln { margin-top: 0; }
.ilqs6 { margin-top: 10px; }
.ilqs6 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .vactrj { padding-left: 16px; padding-right: 16px; }
  .z39s398 .vactrj { padding: 20px 16px; }
  .wl7dyabq { gap: 4px 12px; }
  .nsln { font-size: 0.78rem; }
}
.dg82 .nsln { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.dg82 .f74h8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .dg82 .yyzoz { grid-template-columns: 1fr 1fr; } .dg82 .e16xu { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dg82 .yyzoz { grid-template-columns: 1fr; } }
.nb1zu3u5 .nsln { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .nb1zu3u5 .qpyt { gap: 12px; } .nb1zu3u5 .tuuzogx { margin-right: 0; width: 100%; } }
.gp2dyj .nsln { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.gp2dyj .f74h8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .gp2dyj .wtv8e { grid-template-columns: 1fr 1fr; } .gp2dyj .cwy1c { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gp2dyj .wtv8e { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .npe8 .v8a1s { grid-template-columns: 1fr 1fr; } .npe8 .ctlv8ry:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .npe8 .v8a1s { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .uyk1ibyl .v8a1s { grid-template-columns: 1fr; } }
.lhhvo .vactrj { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.lhhvo .wl7dyabq { justify-content: center; }
.yrq7 .dagzb      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.yrq7 .d9tnwl34 { background: var(--bg-page); border-top-color: var(--border-alt); }
.knlg .dagzb      { background: #0d1117; border-bottom-color: #21262d; }
.knlg .ekxtcrva { color: var(--accent-light); }
.knlg .l9vmf { --msep-color: #8b949e; }
.knlg .l9vmf a { color: #8b949e; }
.knlg .l9vmf a:hover { color: var(--accent-light); }
.knlg .oh0orw { color: #8b949e; }
.knlg .d9tnwl34 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.knlg .nsln,
.knlg .f74h8 { color: #6e7681; }
.knlg .c2ifx6 a, .knlg .wl7dyabq a,
.knlg .c2ifx6 a:hover, .knlg .wl7dyabq a:hover,
@media (max-width: 640px) {
  .knlg .l9vmf { background: #0d1117; border-top-color: #21262d; }
  .knlg .l9vmf li a { border-bottom-color: #21262d; }
}
.srpvd .dagzb      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.srpvd .ekxtcrva { color: var(--accent-light); }
.srpvd .l9vmf { --msep-color: #475569; }
.srpvd .l9vmf a { color: #475569; }
.srpvd .l9vmf a:hover { color: var(--accent-light); }
.srpvd .oh0orw { color: #64748b; }
.srpvd .d9tnwl34 { background: #f0f4f8; border-top-color: #cbd5e1; }
.srpvd .nsln,
.srpvd .f74h8 { color: #64748b; }
.srpvd .c2ifx6 a, .srpvd .wl7dyabq a,
.srpvd .c2ifx6 a:hover, .srpvd .wl7dyabq a:hover,
@media (max-width: 640px) {
  .srpvd .l9vmf { background: #f0f4f8; border-top-color: #cbd5e1; }
  .srpvd .l9vmf li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.i9szms .dagzb      { background: var(--accent); border-bottom-color: var(--accent-light); }
.i9szms .ekxtcrva { color: #fff; }
.i9szms .l9vmf { --msep-color: rgba(255,255,255,0.82); }
.i9szms .l9vmf a { color: rgba(255,255,255,0.82); }
.i9szms .l9vmf a:hover { color: #fff; }
.i9szms .oh0orw { color: rgba(255,255,255,0.9); }
.i9szms .d9tnwl34 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.i9szms .nsln,
.i9szms .f74h8 { color: rgba(255,255,255,0.72); }
.i9szms .c2ifx6 a, .i9szms .wl7dyabq a,
.i9szms .c2ifx6 a:hover, .i9szms .wl7dyabq a:hover,
@media (max-width: 640px) {
  .i9szms .l9vmf { background: var(--accent); border-top-color: var(--accent-light); }
  .i9szms .l9vmf li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.jtpl5l .dagzb {
  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);
}
.jtpl5l .d9tnwl34 {
  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) {
  .jtpl5l .l9vmf {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.t1iqrg .imrd1rm { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.pbzxgeb7 .imrd1rm { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.i2zd .imrd1rm { min-height: 72px; height: auto; }
.i4skyma0 .imrd1rm { min-height: 84px; height: auto; }
.z39s398 .imrd1rm { max-width: none; padding: 0 32px; }
.z39s398 .vactrj  { max-width: none; padding: 24px 32px; }
.hvef9cu.dyd91 .imrd1rm { max-width: 1200px; }
.hvef9cu.gnzm2i .imrd1rm { max-width: 1320px; }
.a3pcfqfp   .ekxtcrva, .a3pcfqfp   .tuuzogx { text-transform: capitalize; }
.ofa8ese .ekxtcrva, .ofa8ese .tuuzogx { text-transform: lowercase; }
.cpx0ra .ekxtcrva, .cpx0ra .tuuzogx { text-transform: uppercase; letter-spacing: 0.06em; }
.jros27, .yiw3uz {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.a51y2q9v .jros27,
.cb4bcwk .jros27,
.d97nv .jros27,
.glv61f .jros27,
.k8lyam7a   .l9vmf a { font-weight: 500; }
.jrhoh2er .l9vmf a { font-weight: 600; }
.tky5vtpx     .l9vmf a { font-weight: 700; }
.p8vct16    .l9vmf a { font-weight: 800; letter-spacing: 0.01em; }
.a72ydl     .l9vmf > li + li::before,
.t01rqtcv    .l9vmf > li + li::before,
.al4ik015    .l9vmf > li + li::before,
.frarlq .l9vmf > li + li::before,
.wjg2 .l9vmf > li + li::before,
.ue6n4  .l9vmf > li + li::before,
.mud2kafx    .l9vmf > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.a72ydl     .l9vmf > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.t01rqtcv    .l9vmf > li + li::before { content: "|"; }
.al4ik015    .l9vmf > li + li::before { content: "—"; }
.frarlq .l9vmf > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.wjg2 .l9vmf > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ue6n4  .l9vmf > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.mud2kafx    .l9vmf > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ci0x1v .oh0orw,
  .fi1k8 .oh0orw,
  .ywb05 .oh0orw,
  .t8t9hi .oh0orw,
  .cmcc68 .oh0orw {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ci0x1v .oh0orw::before,
  .fi1k8 .oh0orw::before,
  .ywb05 .oh0orw::before,
  .t8t9hi .oh0orw::before,
  .cmcc68 .oh0orw::before { content: ""; display: block; flex-shrink: 0; }

  
  .ci0x1v .oh0orw::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;
  }

  
  .fi1k8 .oh0orw::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;
  }

  
  .ywb05 .oh0orw::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;
  }

  
  .t8t9hi .oh0orw::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;
  }

  
  .cmcc68 .oh0orw::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) {
  .f5ozsy .oh0orw {
    padding: 5px 14px;
  }
  .f5ozsy .l9vmf {
    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;
  }
  .f5ozsy .l9vmf li a {
    border-bottom: none; padding: 10px 22px;
  }
  .f5ozsy .l9vmf li a:hover { background: var(--bg-raised); }
  .f5ozsy .ikpud8,
  .qpwy6v .ikpud8,
  .vzojj .ikpud8 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .f1ridl1k .oh0orw {
    padding: 5px 10px;
  }
  .f1ridl1k .l9vmf {
    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);
  }
  .f1ridl1k .l9vmf.qixgouwm { transform: translateX(0); }
  .f1ridl1k .l9vmf li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .f1ridl1k .l9vmf li:last-child a { border-bottom: none; }
  .i9szms .l9vmf,
  .knlg .l9vmf { background: var(--accent) !important; }
  .i9szms .l9vmf li a,
  .knlg .l9vmf li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .vzojj .oh0orw {
    padding: 5px 10px;
  }
  .vzojj .l9vmf {
    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);
  }
  .vzojj .l9vmf::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .vzojj .l9vmf.qixgouwm { transform: translateY(0); }
  .vzojj .l9vmf li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .efw2luj .oh0orw {
    padding: 5px 10px;
  }
  .efw2luj .l9vmf {
    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;
  }
  .efw2luj .l9vmf.qixgouwm { opacity: 1; pointer-events: auto; }
  .efw2luj .l9vmf li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .h016qusn     .oh0orw { border-radius: 0 !important; }
  .fo56u6j   .oh0orw { border-radius: 8px !important; }
  .jxynq .oh0orw { border-radius: 50% !important; }
  .wj87f6   .oh0orw { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .d4uutbz0 .tvywu { flex-direction: column; align-items: stretch; }
  .d4uutbz0 .tbdoqdo { flex-direction: row; min-width: auto; }
  .d4uutbz0 .qeucm { align-items: flex-start; text-align: left; }
}
.edgn4a0e,
.edgn4a0e.ylhg9y4h,
.qzr6jgt .edgn4a0e,
.hjnspzdd .edgn4a0e,
.udj0m .edgn4a0e,
.xszeq .edgn4a0e {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.wugq8 {
  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;
}
.e61d { flex: 1 1 280px; min-width: 0; }
.cjs82h {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.qlan1upn {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.mdca2e3 {
  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;
}
.mdca2e3:hover { transform: translateY(-1px); opacity: 0.95; }
.ujimv .wugq8 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ujimv .cjs82h { color: var(--cta); }
.ujimv .qlan1upn { color: var(--text-body); }
.ujimv .mdca2e3 {
  background: var(--cta) !important;
  color: #fff !important;
}
.s6cuyvci .wugq8 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.s6cuyvci .cjs82h { color: var(--text-primary); }
.s6cuyvci .qlan1upn { color: var(--text-body); }
.s6cuyvci .mdca2e3 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .wugq8 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .e61d { flex: 0 0 auto; }
  .cjs82h { font-size: 1.2rem; }
  .mdca2e3 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.z2mb .zxw2 { height: 36px; }
.fwmdtjrj .zxw2 { height: 60px; max-width: 200px; }
.zw2d .zxw2 { height: 56px; max-width: 180px; }
.e1rd    .oek3m3, .e1rd    .dnaox7p { color: #f59e0b; }
.rfnt4      .oek3m3 { font-size: 1rem; letter-spacing: 1.5px; }
.rfnt4      .dnaox7p   { font-size: 1.35rem; }
.rowx6f7g    .oek3m3, .rowx6f7g    .dnaox7p { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.ht0zt88     .oek3m3, .ht0zt88     .dnaox7p { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.yh24nfd .oek3m3, .yh24nfd .dnaox7p { color: var(--cta); letter-spacing: 2px; }
.s2il   .oek3m3, .s2il   .dnaox7p { color: #e91e63; letter-spacing: 2px; }
.gmdqn  .oek3m3, .gmdqn  .dnaox7p { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.r1ru     .oek3m3, .r1ru     .dnaox7p { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.fzsx .afz597nj + .afz597nj {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.xojdi .ije5 { padding: 18px 24px; min-height: 68px; }
.e720 .uhijy {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.e720 .flxsz7v {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.rfgnr .afz597nj {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.wzi3x { counter-reset: cs-rank; }
.wzi3x .ije5 { counter-increment: cs-rank; }
.wzi3x .ije5::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;
}
.l4vjpnn8 .wzi3x { counter-reset: cs-rank; gap: 0; }
.l4vjpnn8 .ije5 {
  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;
}
.l4vjpnn8 .ije5::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;
}
.l4vjpnn8 .r01q {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.l4vjpnn8 .o83953e {
  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;
}
.l4vjpnn8 .q0gxwzl4 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.l4vjpnn8 .r01q { min-width: 0; flex-direction: column; width: 100%; }
.l4vjpnn8 .fbgddjb {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.l4vjpnn8 .oek3m3 { color: var(--cta, var(--accent)); }
.l4vjpnn8 .t9df8k7 { font-weight: 700; }
.l4vjpnn8 .afz597nj {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.l4vjpnn8 .uhijy {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.l4vjpnn8 .flxsz7v {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.l4vjpnn8 .vvuiihyl .flxsz7v { font-size: 1.3rem; color: var(--accent-light); }
.l4vjpnn8 .clrth5 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.l4vjpnn8 .ije5:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .l4vjpnn8 .wzi3x {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .l4vjpnn8 .ije5 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .l4vjpnn8 .ije5 { padding: 40px 16px 20px; }
  .l4vjpnn8 .afz597nj {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .l4vjpnn8 .clrth5 { width: 100%; min-width: 0; }
}
.pk9a .wzi3x { counter-reset: cs-rank; gap: 10px; }
.pk9a .ije5 {
  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);
}
.pk9a .ije5::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);
}
.pk9a .r01q {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.pk9a .o83953e {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.pk9a .q0gxwzl4 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.pk9a .fbgddjb {
  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;
}
.pk9a .oek3m3 { color: var(--cta, var(--accent)); }
.pk9a .afz597nj {
  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;
}
.pk9a .uhijy {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.pk9a .flxsz7v { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.pk9a .vvuiihyl .flxsz7v { color: var(--accent-light); }
.pk9a .clrth5 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.pk9a .ije5:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .pk9a .ije5 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .pk9a .ije5::before {
    position: absolute; top: 14px; left: 14px;
  }
  .pk9a .r01q {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .pk9a .fbgddjb { white-space: normal; text-align: center; font-size: 1.2rem; }
  .pk9a .afz597nj {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .pk9a .clrth5 { width: 100%; min-width: 0; }
  .pk9a .oek3m3 { min-width: 0; }
}
.bjf3a .ije5::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.pxsm2ay .x0sn {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.pxsm2ay .x0sn summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.pxsm2ay .x0sn p { padding: 0 2px 16px; }
.ytm71nko .x0sn { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ytm71nko .x0sn summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ytm71nko .x0sn summary::after { content: "›"; font-size: 1.2em; }
.ytm71nko .x0sn[open] summary::after { content: "‹"; }
.ytm71nko .x0sn p { padding: 10px 22px 4px; }
.kq0ia6f1 .x0sn {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.kq0ia6f1 .x0sn summary { color: var(--text-primary); padding-left: 16px; }
.kq0ia6f1 .x0sn summary::after { content: "›"; font-size: 1.1em; }
.kq0ia6f1 .x0sn[open] summary::after { content: "‹"; }
.kq0ia6f1 .x0sn p { padding-left: 16px; }
.dhyaqjf .ecs5ga { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.dhyaqjf .x0sn {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.dhyaqjf .x0sn:last-child { border-bottom: none; }
.dhyaqjf .x0sn summary { color: var(--text-primary); border-radius: 0; }
.dhyaqjf .x0sn summary::after { content: "›"; font-size: 1.1em; }
.dhyaqjf .x0sn[open] summary::after { content: "‹"; }
.plllsdkm .x0sn { overflow: hidden; }
.plllsdkm .x0sn summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.plllsdkm .x0sn summary::after { color: rgba(255,255,255,.75); }
.plllsdkm .x0sn[open] summary { border-radius: 0; }
.zs3l { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.eeaq {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.yij16 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.rsb8to { color: var(--text-muted); font-size: 1.05rem; }
.dz5c {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.p3epyui { margin-bottom: 20px; }
.i6fj {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.glcha {
  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;
}
.glcha:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.lur9l1pv { resize: vertical; min-height: 130px; }
.ugdsh5e { width: 100%; margin-top: 8px; }
.qsm60 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ghuazo {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.y0sdkj { color: var(--text-muted); line-height: 1.75; }
.m9th8 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.m9th8 li { margin-bottom: 6px; }
.wahi { max-width: 760px; margin: 0 auto; }
.vcgt6 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.s5hrfsdz { max-width: 760px; margin: 0 auto; }
.jf8gfme2 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.i40bd6b ul.m9th8 { margin: 0; }
.kync .jf8gfme2 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .kync { grid-template-columns: 1fr; gap: 10px; } }
.rmw83cmp { max-width: 640px; margin: 0 auto; text-align: center; }
.ikm53q { margin-bottom: 48px; }
.ikm53q .jf8gfme2 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.ikm53q p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.knubwk .m9th8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .jha3r { grid-template-columns: 1fr; } }
.drd4e ul.m9th8 { margin: 0; }
.r7bvm .m9th8,
.iaql .m9th8,
.gvz23 .m9th8,
.dp35kls .m9th8 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .topuodf { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .oi1s { grid-template-columns: 1fr; } .d4ab1 { position: static; text-align: center; } }
@media (max-width: 860px) { .s9a5znr { grid-template-columns: 1fr; } }
.dp35kls .m9th8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .h4egr62 { flex-direction: column; text-align: center; } .qc1fj { grid-template-columns: 1fr; } }
.y5p8vj .yij16 { color: var(--accent-light); }
.kcr77fzq .yij16 { font-size: 2rem; }
.kcr77fzq .rsb8to { max-width: 680px; }
.cl0zn0 .yij16 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.cl0zn0 .rsb8to  { margin: 0; }
@media (max-width: 640px) { .cl0zn0 { flex-direction: column; } }
.vu8w492 .yij16 { color: var(--accent-light); }
.rfmg {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.rfmg .yij16 { color: #fff; }
.rfmg .rsb8to  { color: rgba(255,255,255,0.85); }
.cp58yb { max-width: 680px; margin: 0 auto; }
.g0b1 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .g0b1 { grid-template-columns: 1fr; } }
.iaaq4ftv .glcha {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.iaaq4ftv .glcha:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.so28 .glcha { background: var(--bg-raised); border-color: transparent; }
.so28 .glcha:focus { background: var(--bg-card); border-color: var(--accent-light); }
.lgasju .glcha { border-radius: 100px; padding: 11px 20px; }
.lgasju .lur9l1pv { border-radius: 14px; }
@media (max-width: 640px) { .a5c58 { grid-template-columns: 1fr; } }
.r6grz { counter-reset: priv-count; }
.q119 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.q119:last-child { border-bottom: none; }
.m7mc8v {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.q119 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.q119 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.bi3374y { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.bi3374y li { margin-bottom: 6px; }
.gdwfj{display:none}
.gdwfj:empty,.wgxj73ug:empty{display:none}
.htu9l{position:relative;overflow:visible}
.vnnpvnry .jtk94r,.agtu .jtk94r,
.mse7sm .jtk94r,.tykvhzs .jtk94r,
.gsaboxie .jtk94r,.mthfi7yi .jtk94r{display:block}
.hcmce4 .fziblo{display:block}
.vnnpvnry .jtk94r,.agtu .jtk94r,
.mse7sm .jtk94r,.tykvhzs .jtk94r,
.gsaboxie .jtk94r{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}
.vnnpvnry .jtk94r .wgxj73ug,.agtu .jtk94r .wgxj73ug,
.mse7sm .jtk94r .wgxj73ug,.tykvhzs .jtk94r .wgxj73ug,
.gsaboxie .jtk94r .wgxj73ug{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}
.vnnpvnry .nfdr,.agtu .nfdr,
.mse7sm .nfdr,.tykvhzs .nfdr,
.gsaboxie .nfdr{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.vnnpvnry .jtk94r,.agtu .jtk94r{top:12px}
.vnnpvnry .jtk94r .wgxj73ug{margin-right:auto}
.agtu .jtk94r .wgxj73ug{margin-left:auto}
.agtu .jtk94r{text-align:right}
.mse7sm .jtk94r,.tykvhzs .jtk94r{bottom:12px}
.mse7sm .jtk94r .wgxj73ug{margin-right:auto}
.tykvhzs .jtk94r .wgxj73ug{margin-left:auto}
.tykvhzs .jtk94r{text-align:right}
.gsaboxie .jtk94r{position:relative;margin-top:16px}
.gsaboxie .jtk94r .wgxj73ug{margin:0 auto}
.mthfi7yi .jtk94r{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.mthfi7yi .jtk94r .wgxj73ug{margin:0}
.mthfi7yi .wkno3rv~.jtk94r,
.mthfi7yi .d4nlv~.jtk94r{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.mthfi7yi .wkno3rv~.jtk94r .wgxj73ug,
.mthfi7yi .d4nlv~.jtk94r .wgxj73ug{justify-content:flex-start}
.wkno3rv~.jtk94r,.d4nlv~.jtk94r{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}
.wkno3rv~.jtk94r .wgxj73ug{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.d4nlv~.jtk94r .wgxj73ug{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fziblo .wgxj73ug{margin:0 0 12px}
.wgxj73ug{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.nfdr{white-space:nowrap}
.c9dvkf3 .nfdr{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.wyzvj .nfdr{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}
.c56dd .wgxj73ug{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.c9lspn9j .nfdr{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.c9lspn9j .ga4rg::before{content:""}
.acakk .nfdr{color: var(--accent-light);opacity:1;font-weight:500}
.pysv355z .nfdr{border-bottom:1px solid currentColor;padding-bottom:2px}
.oa7dh .wgxj73ug{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.v9zzrq{--date-bg:var(--accent-bg-light)}
.sn26l .ga4rg::before{content:""}
.v6fx2t2 .nfdr + .nfdr::before{content:"•";margin-right:6px;opacity:.4}
.qra5anx .nfdr + .nfdr::before{content:"/";margin-right:6px;opacity:.35}
.bobdme .nfdr + .nfdr::before{content:"|";margin-right:6px;opacity:.3}
.l3jp .nfdr + .nfdr::before{content:"—";margin-right:6px;opacity:.3}
.t5ezsrb2 .nfdr + .nfdr::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.b6fp40yr .nfdr + .nfdr::before{content:"·";margin-right:6px;opacity:.4}
.hozj7w .nfdr + .nfdr::before{content:"›";margin-right:6px;opacity:.4}
.u10mz3xm .nfdr + .nfdr::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.qfk6b4v .mtje0q1f{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .mtje0q1f{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ulzmk{max-width:100%}
}
.dowm3 .pku1{margin:0}
@media (max-width:560px){
  .jj75{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) {
  .ej2r { padding: 28px 18px 20px; }
  .d6m3z7n { font-size: 1.2rem; }
  .x6ta4 { max-width: 220px; max-height: 80px; }
}
.tdlt3u3 {
  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);
}
.duvdc2 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.w8725hd  .tdlt3u3 { border-radius: 50%; }
.smzhiw  .tdlt3u3 { border-radius: 6px; }
.lpp0rr8 .tdlt3u3 { border-radius: 22px; }
.l2u09jha .wugq8 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .tdlt3u3 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.mtgtn3 {
  margin: 28px 0 24px;
}
.mtgtn3 .ylhg9y4h {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.mtgtn3 .k6bnxr {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.mtgtn3 .wugq8 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .imrd1rm { flex-direction: row-reverse; }
[dir="rtl"] .l9vmf { flex-direction: row-reverse; }
[dir="rtl"] .k2eas .dsw1wj { right: auto; left: 32px; }
[dir="rtl"] .znqkllb  .dsw1wj { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .k2eas .dsw1wj { right: auto; left: 20px; }
  [dir="rtl"] .znqkllb  .dsw1wj { left: auto;  right: 20px; }
}
[dir="rtl"] .l8245y .diorr  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .krz2s .diorr { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .wkno3rv,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .wdjqd5vc, [dir="rtl"] .d85l85a { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .fvi0 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ye0vc { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .jo0fl4q { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .wugq8 { direction: rtl; }
[dir="rtl"] .tdlt3u3 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .ije5,
[dir="rtl"] .gc3ef { direction: rtl; }
[dir="rtl"] .uowo1grp { direction: rtl; }
[dir="rtl"] .c1wutl { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .quim .d85l85a,
[dir="rtl"] .gkkst9 .d85l85a,
[dir="rtl"] .zopg .d85l85a,
[dir="rtl"] .kzivg .d85l85a {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .quim .d85l85a li::before,
[dir="rtl"] .gkkst9 .d85l85a li::before,
[dir="rtl"] .zopg .d85l85a li::before,
[dir="rtl"] .kzivg .d85l85a li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .wkno3rv.cm8lc .shkhcz { align-items: flex-end; text-align: right; }
[dir="rtl"] .wkno3rv.e8fy7 .shkhcz { text-align: center; }
[dir="rtl"] .wkno3rv .shkhcz { text-align: right; }
[dir="rtl"] .k6bnxr,
[dir="rtl"] .ebfyrb74,
[dir="rtl"] .uad3uu,
[dir="rtl"] .jlzkkwda,
[dir="rtl"] .dz5c,
[dir="rtl"] .i6fj,
[dir="rtl"] .glcha,
[dir="rtl"] .lur9l1pv { text-align: right; direction: rtl; }
[dir="rtl"] .lgasju .glcha,
[dir="rtl"] .iaaq4ftv .glcha { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #f59e0b;
  --brand:           #f59e0b;
  --brand-light:     #b97b12;
  --brand-pale:      #dfa139;
  --grad-start:      #f8c163;
  --grad-end:        #f5d7a3;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #eab308;
  --cta-light:       #c79701;
  --cta-hover:       #ae8505;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f5f3;
  --bg-raised:       #f1f0ed;
  --bg-hover:        #f6f5f3;
  --border:          #e9e6e1;
  --border-alt:      #ddd7cf;
  --border-section:  #e9e6e1;
  --text-primary:    #1c1a16;
  --text-muted:      #625b50;
  --text-body:       #38342d;
  --text-sub:        #544e44;
  --text-faint:      #8c8272;
  --text-dim:        #a39b8e;
  --text-label:      #70685b;
  --text-value:      #464139;
  --accent-bg:       #f7eddd;
  --accent-bg-light: #f5e1c1;
  --bg-tip:          #f0f9f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f9f9;
  --bg-pros:         #f0f9f1;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c9619;
  --c-cons:          #9f2d21;
  --c-pros-label:    #0eb31e;
  --c-tip-border:    #10c621;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9619;
}
:root { --logo-bg-opacity: 69%; }
body, button, input { font-family: "Mulish", sans-serif; }
.ousp3 .ra1n { font-size: 0; width: 1.2rem; flex-shrink: 0; }.ousp3 .ra1n::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.ousp3 .fwpdi9     .ra1n::before { content: "";  color: var(--c-tip-border); }.ousp3 .ynpa .ra1n::before { content: ""; color: var(--c-warn-border); }.ousp3 .n5n1s4    .ra1n::before { content: ""; color: #60a5fa; }.o9g0ld8 .ousp3 .fwpdi9     .ra1n::before { color: #10b981; }.o9g0ld8 .ousp3 .ynpa .ra1n::before { color: #f43f5e; }.o9g0ld8 .ousp3 .n5n1s4    .ra1n::before { color: #a855f7; }.rcrnhb1  .ousp3 .fwpdi9     .ra1n::before { color: #eab308; }.rcrnhb1  .ousp3 .ynpa .ra1n::before { color: #ef4444; }.rcrnhb1  .ousp3 .n5n1s4    .ra1n::before { color: #f97316; }.zo73z6  .ousp3 .fwpdi9     .ra1n::before { color: #38bdf8; }.zo73z6  .ousp3 .ynpa .ra1n::before { color: #818cf8; }.zo73z6  .ousp3 .n5n1s4    .ra1n::before { color: #2dd4bf; }.xsxun .ousp3 .ra1n::before { color: var(--accent-light) !important; }
.wsvim .t09fupxt li::before, .wsvim .ontm li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.wsvim .t09fupxt li::before { content: ""; }.wsvim .ontm li::before { content: ""; }.wsvim .n4jucl0::before, .wsvim .b8xt::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.wsvim .n4jucl0::before { content: ""; }.wsvim .b8xt::before { content: ""; }
.gaddv .eng7, .gaddv .wkno3rv { min-height: 320px; }
.fnw5qnsq .q2tlqgvc::after, .fnw5qnsq .gga5rh::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; }
.msh1::before { content: '|'; opacity: 0.3; }