:root {
  --color-accent: #783444;
  --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;
}
.bgpf9j {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.a1ql {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.wcuf2oc {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.mjgwkft { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.jvveord { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.jvveord a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.jvveord a:hover { color: var(--accent-light); }
.dxj2     .aq2a9w { border-radius: 24px; padding: 8px; }
.dxj2 .aq2a9w li a { border-radius: 16px; }
.xm4jgu .aq2a9w li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .aq2a9w {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .o89zevy:hover .aq2a9w,
  .o89zevy:focus-within .aq2a9w { display: block; }
  .aq2a9w li a { padding: 8px 16px; font-size: 0.88rem; }
}
.fvvtx {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.vshbk { display: none; }
@media (max-width: 640px) {
  .vshbk {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .vshbk.c2jbr { display: block; }
}
@media (max-width: 640px) {
  .fvvtx { display: block; }
  .jvveord > li + li::before { display: none !important; }
  .jvveord {
    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;
  }
  .jvveord.c2jbr { display: flex; }
  .jvveord li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .jvveord li:last-child a { border-bottom: none; }
}
.vch3u9 { min-height: 480px; }
.p7l9 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.c8ccg { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.eylb .c8ccg { margin-left: 0; margin-right: 0; }
.a7f6 {
  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;
}
.i29x .a7f6 { margin-top: 24px; }
.a7f6:hover { opacity: 0.88; }
.tfpwxp6 .p7l9 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.tfpwxp6 .c8ccg { color: #e2e8f0; }
.tfpwxp6.eylb   .oy080 { text-align: left; }
.njlfe21r .p7l9 { color: var(--text-primary); text-shadow: none; }
.njlfe21r .c8ccg { color: var(--text-muted); }
.njlfe21r .a7f6 { margin-top: 16px; }
.njlfe21r, .njlfe21r.vch3u9 { min-height: auto !important; }
.njlfe21r.eylb   .oy080 { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.cz9vo5uj .jot1,
.cz9vo5uj .friurj {
  position: relative; overflow: hidden;
}
.cz9vo5uj .jot1::after,
.cz9vo5uj .friurj::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@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); }
}
.cz9vo5uj .tfpwxp6 .j7t2wk {
  overflow: hidden;
}
.cz9vo5uj .tfpwxp6 .j7t2wk::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.jot1 .p7l9 { color: #fff; }
.jot1 .c8ccg { color: rgba(255,255,255,0.85); }
.dzve .hka3uhm { position: relative; overflow: hidden; }
.dzve .hka3uhm::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;
}
.ymm9lqs .hka3uhm {
  animation: hg-breathe 7s ease-in-out infinite;
}
.o421ezs .hka3uhm { position: relative; overflow: hidden; }
.o421ezs .hka3uhm::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;
}
.cz9vo5uj .hka3uhm { position: relative; overflow: hidden; }
.cz9vo5uj .hka3uhm::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;
}
.qrqa76tr .hka3uhm {
  animation: hg-fadein 1.2s ease-out both;
}
.hka3uhm {
  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%);
}
.qmi3 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.mwrf {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.f31o0wiy {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.hka3uhm .p7l9 { text-shadow: none; color: var(--text-primary); }
.hka3uhm .c8ccg { color: var(--text-muted); }
body.rstge466 .p7l9 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.u8hs .p7l9 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.vch3u9.jot1 .p7l9,
section.jot1 .p7l9 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.hka3uhm.fi33s .qmi3 { align-items: center; text-align: center; }
.hka3uhm.eylb   .qmi3 { align-items: flex-start; text-align: left; }
.ek5mzc2v .mwrf { position: relative; }
.ek5mzc2v .mwrf::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.ek5mzc2v.yeyubojr .mwrf::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.r6o75 .mwrf {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.r6o75 .f31o0wiy {
  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);
}
.r6o75.yeyubojr .mwrf { padding: 32px 0 32px 32px; }
.tcshht4v .mwrf {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.tcshht4v .f31o0wiy {
  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);
}
.yeyubojr .qmi3 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.tcshht4v.yeyubojr .mwrf { padding: 40px 16px 40px 48px; }
.vch3u9 .juda6h6d {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.juda6h6d .vpsit {
  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;
}
.juda6h6d .vpsit::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.juda6h6d .jj8k9j { display: contents !important; }
.juda6h6d .jj8k9j .het25wm5 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.juda6h6d .jj8k9j .j75s6c { max-height: 48px; max-width: 96px; }
.juda6h6d .jj8k9j .nkondlsv {
  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;
}
.juda6h6d .hzxzf {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.juda6h6d .hgexq7r { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.juda6h6d .jazow { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.juda6h6d .jazow small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.juda6h6d .gljnjq7 { display: contents !important; }
.juda6h6d .gljnjq7 .rj81j708:not(.ch0sqsp) { display: none !important; }
.juda6h6d .gljnjq7 .ch0sqsp {
  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;
}
.juda6h6d .gljnjq7 .ch0sqsp .k5sk {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.juda6h6d .gljnjq7 .ch0sqsp .tgw12imy {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.juda6h6d .nk2nzzbl { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.juda6h6d .nk2nzzbl.t4qclo8 {
  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;
}
.juda6h6d .nk2nzzbl.t4qclo8:hover { opacity: 0.85; }
.juda6h6d .vpsit,
.juda6h6d .vpsit:hover,
.juda6h6d .vpsit:nth-child(even),
.juda6h6d .vpsit:nth-child(odd),
.juda6h6d .vpsit:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.ib28 .mwrf {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .hka3uhm { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .hka3uhm:not(.ib28) .mwrf { display: none !important; }
  .ib28 .mwrf { padding: 16px; }
  .qmi3  { padding: 36px 24px; }
  .hka3uhm~.y9atwx,.yeyubojr~.y9atwx{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .vch3u9, .hka3uhm { min-height: 320px !important; }
  .p7l9 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .gkq4yl2g,
  .qi1n,
  .ph3966d { grid-template-columns: 1fr !important; }

  

  
  .cg8g8t { display: flex !important; flex-direction: column !important; }
  .cg8g8t .oy080 { display: contents; }
  .cg8g8t .j7t2wk { order: 0; }
  .cg8g8t .p7l9 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .cg8g8t .gkq4yl2g { order: 2; padding: 0 16px 12px !important; }
  .cg8g8t .c8ccg { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .i29x .oy080 { display: flex; flex-direction: column; }
  .i29x .oy080 .p7l9 { order: 1; }
  .i29x .oy080 .ph3966d { order: 2; margin: 8px 0 24px !important; }
  .i29x .oy080 .c8ccg { order: 3; }
  .i29x .oy080 .a7f6 { order: 4; align-self: center; margin-top: 0; }

  
  .hka3uhm.ib28 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .hka3uhm.ib28 .qmi3 { display: contents; padding: 0; }
  .hka3uhm.ib28 .qmi3 .p7l9 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .hka3uhm.ib28 .mwrf { order: 2; padding: 12px 16px; }
  .hka3uhm.ib28 .qmi3 .c8ccg { order: 3; padding: 0 24px; margin: 0 auto; }
  .hka3uhm.ib28 .qmi3 .a7f6 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.smihrg { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.d196621j { width: 100%; height: auto; display: block; border-radius: 10px; }
.zqgqabos .smihrg        { border-radius: 16px; }
.zqgqabos .d196621j  { border-radius: 16px; }
.oj0imi86 .smihrg         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.oj0imi86 .d196621j   { border-radius: 8px; }
.wm7jlkvi { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.rv7km2vs { width: 100%; padding: 32px 0; position: relative; }
.ohwh { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.zhwm98c8 .rv7km2vs:nth-child(even) { background: var(--bg-surface); }
.zhwm98c8 .rv7km2vs:nth-child(odd)  { background: var(--bg-page); }
.g4ulq .rv7km2vs:nth-child(even) { background: var(--bg-card); }
.g4ulq .rv7km2vs:nth-child(odd)  { background: var(--bg-page); }
.zhwm98c8 .rv7km2vs:nth-child(odd)  .ohwh { background: var(--bg-card); border-radius: 6px; }
.zhwm98c8 .rv7km2vs:nth-child(even) .ohwh { background: var(--bg-raised); border-radius: 6px; }
.g4ulq .rv7km2vs:nth-child(odd)  .ohwh { background: var(--bg-card); border-radius: 6px; }
.g4ulq .rv7km2vs:nth-child(even) .ohwh { background: var(--bg-raised); border-radius: 6px; }
.zhwm98c8 .rv7km2vs:nth-child(even) .hbxuner .ycayaes,
.g4ulq .rv7km2vs:nth-child(even) .hbxuner .ycayaes { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.zhwm98c8 .rv7km2vs:nth-child(odd) .hbxuner .ycayaes,
.g4ulq .rv7km2vs:nth-child(odd) .hbxuner .ycayaes { background: var(--bg-card-inner); }
.zhwm98c8 .rv7km2vs:nth-child(even) .yhheoa .ycayaes:nth-child(odd),
.g4ulq .rv7km2vs:nth-child(even) .yhheoa .ycayaes:nth-child(odd)  { background: var(--bg-card); }
.zhwm98c8 .rv7km2vs:nth-child(even) .yhheoa .ycayaes:nth-child(even),
.g4ulq .rv7km2vs:nth-child(even) .yhheoa .ycayaes:nth-child(even) { background: var(--bg-card-inner); }
h1.ke3bxgh { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ke3bxgh {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.xbgcz { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.uwdcb7w h2.ke3bxgh {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.lgitas h2.ke3bxgh {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.a2hh h2.ke3bxgh {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ejmux94 h2.ke3bxgh::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.btnpqku h2.ke3bxgh {
  color: var(--text-primary); font-size: 1.7rem;
}
.mr7g7hv h2.ke3bxgh::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.yl4axmi h2.ke3bxgh {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .sb5o6c8h { display: none; } }
.nj3d690a { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.j5hwkqzc { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.qxr8vtk {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.bymqgd9g { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.msyz23 { padding-left: 20px; }
.msyz23 li { margin-bottom: 6px; }
.msyz23 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.msyz23 a:hover { color: var(--accent-light); }
.kxvh .bymqgd9g { display: none; }
.gtu1cmr .bymqgd9g { display: none; }
.gtu1cmr .msyz23 { padding-left: 0; list-style: none; }
.gtu1cmr .msyz23 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.gtu1cmr .msyz23 a { font-size: 0.92rem; }
.l2v1a1rp .qxr8vtk { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.l2v1a1rp .bymqgd9g { display: none; }
.l2v1a1rp .msyz23 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.l2v1a1rp .msyz23 li { margin-bottom: 0; }
.l2v1a1rp .msyz23 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;
}
.l2v1a1rp .msyz23 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.pdxtsev .qxr8vtk { padding: 20px 20px 16px; }
.pdxtsev .msyz23 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.pdxtsev .msyz23 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.pdxtsev .msyz23 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;
}
.pdxtsev .msyz23 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;
}
.pdxtsev .msyz23 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.pdxtsev .msyz23 a:focus,
.pdxtsev .msyz23 a:focus-visible,
.pdxtsev .msyz23 a:target { outline: none; }
.pdxtsev .msyz23 li:target a { border-color: var(--border); color: var(--text-muted); }
.a3e39uoc .qxr8vtk { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.a3e39uoc .bymqgd9g { display: none; }
.a3e39uoc .msyz23 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.a3e39uoc .msyz23 li { counter-increment: toc-n; margin-bottom: 0; }
.a3e39uoc .msyz23 a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.a3e39uoc .msyz23 a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.a3e39uoc .msyz23 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.adninwg3 .qxr8vtk { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.adninwg3 .bymqgd9g { display: none; }
.adninwg3 .msyz23 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.adninwg3 .msyz23 li { margin-bottom: 0; }
.adninwg3 .msyz23 a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.adninwg3 .msyz23 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.ywqgyh3 .qxr8vtk { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ywqgyh3 .bymqgd9g { display: none; }
.ywqgyh3 .msyz23 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ywqgyh3 .msyz23 li { margin-bottom: 0; }
.ywqgyh3 .msyz23 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ywqgyh3 .msyz23 li:last-child::after { content: ""; margin-right: 0; }
.ywqgyh3 .msyz23 a { font-size: 0.9rem; }
.ycayaes { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.hbxuner .ycayaes { background: var(--bg-card); }
.yhheoa .ycayaes:nth-child(odd)  { background: var(--bg-card); }
.yhheoa .ycayaes:nth-child(even) { background: var(--bg-raised); }
.hb41 .ycayaes {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.hb41 .ycayaes:last-child { border-bottom: none; }
.hb41 h3.xbgcz { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.jakdp5 .ycayaes {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.jakdp5 .ycayaes + .ycayaes { margin-top: 4px; }
.kkwxo22 .ycayaes { background: none; border-radius: 0; padding: 12px 0; }
.kkwxo22 .ycayaes + .ycayaes { border-top: 1px solid var(--border-section); }
.wlbplucg { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.u9xr { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.lhvi6enu { color: var(--text-body); margin-bottom: 10px; }
.e1da6, .h70x2jk { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.e1da6 li, .h70x2jk li { margin-bottom: 6px; }
.h70x2jk li { list-style: decimal; }
.slw113i     .e1da6 { list-style-type: "● "; }
.xo2f  .e1da6 { list-style-type: "■ "; }
.rtxz .e1da6 { list-style-type: "◆ "; }
.hlwebaz    .e1da6 { list-style-type: "★ "; }
.slw113i     .j11l2sf { list-style-type: "● "; }
.xo2f  .j11l2sf { list-style-type: "■ "; }
.rtxz .j11l2sf { list-style-type: "◆ "; }
.hlwebaz    .j11l2sf { list-style-type: "★ "; }
.slw113i    .e1da6 li::marker, .slw113i    .j11l2sf li::marker,
.xo2f .e1da6 li::marker, .xo2f .j11l2sf li::marker,
.rtxz .e1da6 li::marker, .rtxz .j11l2sf li::marker,
.hlwebaz   .e1da6 li::marker, .hlwebaz   .j11l2sf li::marker {
  color: var(--cta); font-size: 1em;
}
.slw113i .h70x2jk,
.xo2f .h70x2jk,
.rtxz .h70x2jk,
.hlwebaz .h70x2jk {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.slw113i .h70x2jk li,
.xo2f .h70x2jk li,
.rtxz .h70x2jk li,
.hlwebaz .h70x2jk li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.slw113i .h70x2jk li::before,
.xo2f .h70x2jk li::before,
.rtxz .h70x2jk li::before,
.hlwebaz .h70x2jk 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;
}
.slw113i     .h70x2jk li::before { border-radius: 50%; }
.xo2f  .h70x2jk li::before { border-radius: 3px; }
.rtxz .h70x2jk li::before { border-radius: 3px; }
.hlwebaz    .h70x2jk li::before { border-radius: 50%; }
.qbd8h { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.rpb6 .qbd8h,
.a6xnega6 .qbd8h { background: transparent; border: none; border-radius: 0; }
.tkmd { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.tkmd th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.tkmd td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.tkmd tr:hover td { background: var(--bg-hover); }
.pnk41 .tkmd tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ieqvzh5 .tkmd { border: 1px solid var(--border-alt); }
.ieqvzh5 .tkmd th,
.ieqvzh5 .tkmd td { border: 1px solid var(--border-alt); }
.rga3lp .tkmd th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.rga3lp .tkmd td { border-bottom: none; }
.rga3lp .tkmd tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.odxy5t .tkmd th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.k8alrity .qbd8h {
  overflow: hidden;
}
.k8alrity .tkmd th { border-bottom: 1px solid var(--border-alt); }
.k8alrity .tkmd tr:last-child td { border-bottom: none; }
.injpv { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.jxwy { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.c1mobbt { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.rp2tull { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.r1bau20 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.j11l2sf { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.j11l2sf 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%}
.ycgid .rp2tull { background: transparent; text-align: center; }
.d7ikor .c1mobbt {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.t1at9sl .c1mobbt {
  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);
}
.lqmir1l .jxwy { display: grid; grid-template-columns: auto 1fr; }
.lqmir1l .c1mobbt {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.lqmir1l .rp2tull { grid-column: 2; }
.lqmir1l .r1bau20,
.lqmir1l .j11l2sf { grid-column: 1 / -1; }
.iyqebnc7 .jxwy { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.iyqebnc7 .c1mobbt {
  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);
}
.iyqebnc7 .rp2tull { grid-column: 2; }
.iyqebnc7 .r1bau20,
.iyqebnc7 .j11l2sf { grid-column: 1 / -1; }
.iu46 .jxwy { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.iu46 .rp2tull { background: none; color: var(--accent-light); font-weight: 700; }
.cc4nh4 .jxwy { 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); }
.cc4nh4 .rp2tull { background: none; color: var(--accent-light); font-weight: 700; }
.szvj1a4o .jxwy { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.szvj1a4o .jxwy:last-child { border-bottom: none; }
.szvj1a4o .rp2tull { background: none; color: var(--accent-light); font-weight: 700; }
.cpod .jxwy { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.cpod .rp2tull { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.walci .injpv { counter-reset: card-n; }
.walci .jxwy  { counter-increment: card-n; }
.walci .rp2tull { display: flex; align-items: center; gap: 10px; }
.walci .rp2tull::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;
}
.do5nzp .jxwy { background: var(--bg-surface); border: 1px solid var(--border); }
.do5nzp .rp2tull { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.rwskpn { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.rwskpn         { --cl-hue: var(--accent); }
.clxiiaq     { --cl-hue: #16a34a; }
.h0ee    { --cl-hue: #2563eb; }
.clxiiaq, .xxeatlt, .h0ee, .ylaqgd6w {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.e21ked { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.e21ked::before { color: var(--cl-hue); }
.rwskpn strong { color: var(--text-primary); font-size: 0.95rem; }
.rwskpn p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.z5bd { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.adez, .ql57iop { border-radius: 8px; padding: 14px; }
.adez { background: var(--bg-pros); }
.ql57iop { background: var(--bg-cons); }
.xprb8tnx { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.adez .xprb8tnx { color: var(--c-pros-label); }
.ql57iop .xprb8tnx { color: #f87171; }
.adez ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ql57iop ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.d196621j { width: 100%; height: auto; border-radius: 10px; display: block; }
.t4qclo8 {
  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;
}
.t4qclo8:hover { opacity: 0.85; }
.acug .t4qclo8  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.acug .t4qclo8:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.z1m8xaz .t4qclo8  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.z1m8xaz .t4qclo8:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.acug .nk2nzzbl.t4qclo8, .z1m8xaz .nk2nzzbl.t4qclo8,
.acug .vowo1n7 .t4qclo8, .z1m8xaz .vowo1n7 .t4qclo8 {
  background: var(--cta); border: none; color: #fff;
}
.acug .nk2nzzbl.t4qclo8:hover, .z1m8xaz .nk2nzzbl.t4qclo8:hover,
.acug .vowo1n7 .t4qclo8:hover, .z1m8xaz .vowo1n7 .t4qclo8:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.u0x05l .a7f6 { border-radius: 50px; }
.u0x05l .t4qclo8  { border-radius: 50px; }
.dq8gms .a7f6 { padding-left: 22px; padding-right: 22px; }
.dq8gms .t4qclo8  { padding-left: 12px; padding-right: 12px; }
.tsij8gyj .a7f6 { padding-left: 44px; padding-right: 44px; }
.tsij8gyj .t4qclo8  { padding-left: 24px; padding-right: 24px; }
.od53zro4 .a7f6 { padding-left: 56px; padding-right: 56px; }
.od53zro4 .t4qclo8  { padding-left: 32px; padding-right: 32px; }
.g5y18   .a7f6::after, .g5y18   .t4qclo8::after,
.lwyi .a7f6::after, .lwyi .t4qclo8::after,
.wtqzo    .a7f6::after, .wtqzo    .t4qclo8::after,
.d1wf7    .a7f6::after, .d1wf7    .t4qclo8::after,
.f4bki2    .a7f6::after, .f4bki2    .t4qclo8::after,
.ajvfx9a6     .a7f6::after, .ajvfx9a6     .t4qclo8::after,
.cucul    .a7f6::after, .cucul    .t4qclo8::after,
.nhpdan1x   .a7f6::after, .nhpdan1x   .t4qclo8::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;
}
.g5y18 .a7f6::after, .g5y18 .t4qclo8::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");
}
.lwyi .a7f6::after, .lwyi .t4qclo8::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");
}
.wtqzo .a7f6::after, .wtqzo .t4qclo8::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");
}
.d1wf7 .a7f6::after, .d1wf7 .t4qclo8::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");
}
.f4bki2 .a7f6::after, .f4bki2 .t4qclo8::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");
}
.ajvfx9a6 .a7f6::after, .ajvfx9a6 .t4qclo8::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");
}
.cucul .a7f6::after, .cucul .t4qclo8::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");
}
.nhpdan1x .a7f6::after, .nhpdan1x .t4qclo8::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");
}
.l9uyh   .ifmcko::after, .l9uyh   .a1qpql::after,
.ebw84k .ifmcko::after, .ebw84k .a1qpql::after,
.zqaalasg    .ifmcko::after, .zqaalasg    .a1qpql::after,
.tifp    .ifmcko::after, .tifp    .a1qpql::after,
.visibp3j    .ifmcko::after, .visibp3j    .a1qpql::after,
.z1s6rc2     .ifmcko::after, .z1s6rc2     .a1qpql::after,
.udx9    .ifmcko::after, .udx9    .a1qpql::after,
.y5od5   .ifmcko::after, .y5od5   .a1qpql::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;
}
.l9uyh .ifmcko::after, .l9uyh .a1qpql::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");
}
.ebw84k .ifmcko::after, .ebw84k .a1qpql::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");
}
.zqaalasg .ifmcko::after, .zqaalasg .a1qpql::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");
}
.tifp .ifmcko::after, .tifp .a1qpql::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");
}
.visibp3j .ifmcko::after, .visibp3j .a1qpql::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");
}
.z1s6rc2 .ifmcko::after, .z1s6rc2 .a1qpql::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");
}
.udx9 .ifmcko::after, .udx9 .a1qpql::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");
}
.y5od5 .ifmcko::after, .y5od5 .a1qpql::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");
}
.enk6gsm {
  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;
}
.vpsit {
  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;
}
.vpsit > * { min-width: 0; }
.vpsit:hover { background: var(--bg-hover); }
.vpsit > [itemprop="item"] { display: contents; }
.vpsit [itemprop="itemReviewed"],
.vpsit [itemprop="reviewRating"] { display: none; }
.vpsit::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;
}
.jj8k9j {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.het25wm5 {
  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;
}
.j75s6c { max-height: 52px; max-width: 110px; object-fit: contain; }
.nkondlsv {
  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;
}
.u3sq .het25wm5    { background: #1a1a1a; }
.qs0j0o6x .het25wm5   { background: rgba(128,128,128,.12); }
.i553 .het25wm5 { background: var(--bg-raised); }
.v6t3oxy1 .het25wm5    { background: transparent; padding: 0; }
.hzxzf {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.hgexq7r { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.jazow { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.gljnjq7 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.rj81j708 {
  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;
}
.k5sk {
  
  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%;
}
.tgw12imy {
  
  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;
}
.nk2nzzbl {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.nk2nzzbl.t4qclo8 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .vpsit {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .vpsit::before    { grid-area: rank;   }
  .jj8k9j           { grid-area: ident;  }
  .hzxzf     { grid-area: rating; min-width: 0; width: auto; }
  .gljnjq7           { grid-area: pills;  }
  .nk2nzzbl             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .vpsit {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .vpsit::before    { justify-self: center; }
  .jj8k9j           { width: 100%; }
  .hzxzf     { justify-self: center; }
  .gljnjq7           { grid-template-columns: 1fr; }
}
.ewyr00 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.wk6bvis {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.egeyus1 {
  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;
}
.egeyus1 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.l3iydx5 { flex: 1; }
.l3iydx5 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.mcpre { color: var(--c-stars); font-size: 1.1rem; }
.wwkeej { margin-bottom: 8px; }
.tz4o7 {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.tz4o7 > span { color: var(--accent); font-weight: 700; }
.qtfwkte em, .lvajhafr em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .tz4o7 { padding: 10px 16px; gap: 6px 16px; } }
.vowo1n7 { flex-shrink: 0; align-self: flex-start; }
.vowo1n7 .t4qclo8 { white-space: nowrap; }
@media (max-width: 560px) {
  .wk6bvis { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .egeyus1 { order: 1; }
  .vowo1n7 { order: 2; margin-left: auto; align-self: center; }
  .l3iydx5 { order: 3; flex: 1 1 100%; min-width: 0; }
}
.jwt55 img.z3ktq { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.rpb6 { padding: 20px 24px; }
.ss750w { color: var(--text-muted); margin-bottom: 16px; }
.qhdt1n43 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.pooor2, .t3o641tk { list-style: none; font-size: 0.9rem; }
.pooor2 li { color: var(--c-pros); margin-bottom: 4px; }
.t3o641tk li { color: var(--c-cons); margin-bottom: 4px; }
.pooor2 li::before { content: "✓"; margin-right: 5px; }
.t3o641tk li::before { content: "✗"; margin-right: 5px; }
.kb3zlnu6 .pooor2 li::before { content: "→"; }
.kb3zlnu6 .t3o641tk li::before { content: "–"; }
.kbujdz4j  .pooor2 li::before { content: "★"; }
.kbujdz4j  .t3o641tk li::before { content: "✕"; }
.d0eo    .pooor2 li::before { content: "◆"; }
.d0eo    .t3o641tk li::before { content: "▲"; }
.iqmk  .pooor2 li::before { content: "▶"; }
.iqmk  .t3o641tk li::before { content: "■"; }
.nk2f1b { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.pb0zssh { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.aeb6 { background: var(--bg-pros); color: var(--c-tag-pay); }
.waxi { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.kl0zpqg .waxi { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.oqt4 .waxi { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .dg5qi92 .dy54 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .dg5qi92 .ewyr00 { margin: 0; }
}
.gie2rt .wk6bvis { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.gie2rt .l3iydx5 h3 { color: var(--accent-light); }
.gie2rt .egeyus1 { background: var(--bg-page); border: 1px solid var(--border); }
.mrvo856z .ewyr00 { border-top: 4px solid var(--accent); }
.mrvo856z .wk6bvis { background: var(--bg-card); }
.ri77 .ewyr00 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.ri77 .wk6bvis { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.ri77 .rpb6 { padding: 14px 16px; }
.ri77 .egeyus1 { border-radius: 4px; }
.ri77 .waxi { border-radius: 0; }
.ww2s .wk6bvis { padding: 0; gap: 0; overflow: hidden; }
.ww2s .egeyus1 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.ww2s .l3iydx5 { padding: 16px 20px; }
.ww2s .vowo1n7 { padding: 16px 20px; align-self: center; }
.gt1yy .mcpre { font-size: .95rem; }
.a6xnega6 .z5bd { gap: 10px; }
.a6xnega6 .adez, .a6xnega6 .ql57iop { padding: 12px; }
.a6xnega6 .adez ul, .a6xnega6 .ql57iop ul { margin: 4px 0 0; padding-left: 18px; }
.a6xnega6 .adez li, .a6xnega6 .ql57iop li { font-size: .85rem; margin-bottom: 3px; }
.xla3sqbs .pb0zssh { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .ebfb { grid-template-columns: 1fr; }
  .u1kmqj { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .u1kmqj .msf0j7 { width: 72px; height: 50px; }
  .u1kmqj .x6q7ct3v { max-width: 180px; }
  .u1kmqj .mby00t1 { width: auto; }
}
.a02pg .gt1yy .mcpre { filter: brightness(1.2); }
@media (max-width: 720px) {
  .a02pg { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .rjse8sd { padding: 16px; }
  .xtu25 .nf0yrny { min-width: 50%; }
}
.jcaki .z5bd { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .cuin7l5y { grid-template-columns: 1fr; }
  .ibvyr3mm { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .i1ylyby { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .xx7qs { flex-wrap: wrap; padding: 16px; }
}
.nbbw .z5bd { gap: 8px; }
.nbbw .adez, .nbbw .ql57iop { padding: 8px; }
@media (max-width: 480px) {
  .jkia8pss { flex-direction: column; align-items: stretch; }
}
.i8gg4kx .mby00t1 .t4qclo8 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .asqwhfq { flex-direction: column; align-items: stretch; gap: 10px; }
  .i8gg4kx .mby00t1 { text-align: center; }
}
@media (max-width: 720px) {
  .hp5qbz { grid-template-columns: 1fr; }
  .d2o6h7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ss9ni7 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.xy8x3ayw .bt48 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.dfcm .mcpre { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .al5n { grid-template-columns: 1fr; }
  .dfcm { width: 100px; height: 100px; margin: 16px auto; }
  .xy8x3ayw { font-size: 1.4rem; }
  .smuogw8f { justify-content: center; }
  .cnqxmioh .nf0yrny { min-width: 50%; }
}
.wnilg .z5bd { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .rbhzvg { flex-wrap: wrap; padding: 14px 16px; }
  .vbht848t { padding: 12px 16px; }
  .wnilg .z5bd { margin: 0 16px; }
  .wnilg .xla3sqbs { padding: 0 16px; }
  .l1a1m { padding: 12px 16px; }
}
.nxa7g .vpsit {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.nxa7g .vpsit:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.w980 .enk6gsm { gap: 18px; }
.w980 .vpsit {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.w980 .vpsit:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.wkf3sce .enk6gsm {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.wkf3sce .vpsit {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.wkf3sce .vpsit:last-child { border-bottom: none; }
.wkf3sce .jj8k9j,
.wkf3sce .hzxzf,
.wkf3sce .gljnjq7 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.lxbvi .enk6gsm { gap: 0; }
.lxbvi .vpsit {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.lxbvi .vpsit:last-child { border-bottom: none; }
.lxbvi .vpsit:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.lxbvi .vpsit:nth-child(even):hover { background: var(--bg-hover); }
.z3rj93vk .vpsit {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.mlnq .gljnjq7 .rj81j708 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.mlnq .gljnjq7 .rj81j708:first-child { border-left: none; }
.y90bl9 .gljnjq7 .rj81j708 {
  background: transparent; padding: 4px 8px;
}
.y90bl9 .gljnjq7 .k5sk { font-size: .65rem; opacity: .65; }
.y90bl9 .gljnjq7 .tgw12imy   { font-size: 1.15rem; color: var(--accent-light); }
.fol17 .gljnjq7 .rj81j708 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.jazow { display: none; }
.egjvq .hgexq7r { font-size: 1rem; letter-spacing: 2px; }
.fz5f .hgexq7r {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.w7cms6 .hgexq7r,
.t0pwytif .hgexq7r,
.qux9nw .hgexq7r { display: none; }
.w7cms6 .jazow,
.t0pwytif .jazow,
.qux9nw .jazow { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.w7cms6 .jazow { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.w7cms6 .jazow small { display: none; }
.t0pwytif .jazow {
  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;
}
.t0pwytif .jazow small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.qux9nw .jazow {
  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;
}
.qux9nw .jazow small { display: none; }
.w7cms6 .wwkeej .mcpre,
.t0pwytif .wwkeej .mcpre,
.qux9nw .wwkeej .mcpre { display: none; }
.w7cms6 .wwkeej strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.w7cms6 .bt48 { display: none; }
.t0pwytif .wwkeej 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;
}
.t0pwytif .pk0qgzlb,
.t0pwytif .bt48 { font-size: 1em; }
.qux9nw .wwkeej strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.qux9nw .bt48 { display: none; }
.opur51t8 { margin: 16px 0; }
.rpl35yw { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.rpl35yw summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.rpl35yw summary::after { content: "+"; color: var(--accent-light); }
.rpl35yw[open] summary::after { content: "−"; }
.rpl35yw p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.rv7km2vs { margin-bottom: 0; }
.co7ppfml h2.ke3bxgh { color: var(--text-primary); border-color: var(--accent-light); }
.mvqm h2.ke3bxgh { color: var(--text-primary); border-color: var(--accent-light); }
.zhpb3fgx .clxiiaq     { background: #052e16; border-color: #10b981; }
.zhpb3fgx .h0ee    { background: #1e1036; border-color: #a855f7; }
.zhpb3fgx .rwskpn strong  { color: #f1f5f9; }
.zhpb3fgx .rwskpn p       { color: #cbd5e1; }
.zhpb3fgx .a4ih4zln    .clxiiaq     .e21ked::before,
.zhpb3fgx .qc61k7e  .clxiiaq     .e21ked::before,
.zhpb3fgx .fx2pr7j  .clxiiaq     .e21ked::before,
.zhpb3fgx .rsg4io .clxiiaq     .e21ked::before { color: #10b981; }
.zhpb3fgx .a4ih4zln    .xxeatlt .e21ked::before,
.zhpb3fgx .qc61k7e  .xxeatlt .e21ked::before,
.zhpb3fgx .fx2pr7j  .xxeatlt .e21ked::before,
.zhpb3fgx .rsg4io .xxeatlt .e21ked::before { color: #f43f5e; }
.zhpb3fgx .a4ih4zln    .h0ee    .e21ked::before,
.zhpb3fgx .qc61k7e  .h0ee    .e21ked::before,
.zhpb3fgx .fx2pr7j  .h0ee    .e21ked::before,
.zhpb3fgx .rsg4io .h0ee    .e21ked::before { color: #a855f7; }
.sdb3 .clxiiaq     { background: #2d2000; border-color: #eab308; }
.sdb3 .h0ee    { background: #2d1600; border-color: #f97316; }
.sdb3 .rwskpn strong  { color: #f1f5f9; }
.sdb3 .rwskpn p       { color: #cbd5e1; }
.sdb3 .a4ih4zln    .clxiiaq     .e21ked::before,
.sdb3 .qc61k7e  .clxiiaq     .e21ked::before,
.sdb3 .fx2pr7j  .clxiiaq     .e21ked::before,
.sdb3 .rsg4io .clxiiaq     .e21ked::before { color: #eab308; }
.sdb3 .a4ih4zln    .xxeatlt .e21ked::before,
.sdb3 .qc61k7e  .xxeatlt .e21ked::before,
.sdb3 .fx2pr7j  .xxeatlt .e21ked::before,
.sdb3 .rsg4io .xxeatlt .e21ked::before { color: #ef4444; }
.sdb3 .a4ih4zln    .h0ee    .e21ked::before,
.sdb3 .qc61k7e  .h0ee    .e21ked::before,
.sdb3 .fx2pr7j  .h0ee    .e21ked::before,
.sdb3 .rsg4io .h0ee    .e21ked::before { color: #f97316; }
.lh08 .clxiiaq     { background: #0c1a2e; border-color: #38bdf8; }
.lh08 .h0ee    { background: #0a2020; border-color: #2dd4bf; }
.lh08 .rwskpn strong  { color: #f1f5f9; }
.lh08 .rwskpn p       { color: #cbd5e1; }
.lh08 .a4ih4zln    .clxiiaq     .e21ked::before,
.lh08 .qc61k7e  .clxiiaq     .e21ked::before,
.lh08 .fx2pr7j  .clxiiaq     .e21ked::before,
.lh08 .rsg4io .clxiiaq     .e21ked::before { color: #38bdf8; }
.lh08 .a4ih4zln    .xxeatlt .e21ked::before,
.lh08 .qc61k7e  .xxeatlt .e21ked::before,
.lh08 .fx2pr7j  .xxeatlt .e21ked::before,
.lh08 .rsg4io .xxeatlt .e21ked::before { color: #818cf8; }
.lh08 .a4ih4zln    .h0ee    .e21ked::before,
.lh08 .qc61k7e  .h0ee    .e21ked::before,
.lh08 .fx2pr7j  .h0ee    .e21ked::before,
.lh08 .rsg4io .h0ee    .e21ked::before { color: #2dd4bf; }
.r1lh06lp::before,
.zeoxc0i::before { margin-right: 5px; }
.wxrg17z .adez ul li,
.wxrg17z .pooor2 li         { color: #4ade80; }
.wxrg17z .adez .r1lh06lp { color: #22c55e; }
.wxrg17z .ql57iop ul li,
.wxrg17z .t3o641tk li         { color: #f87171; }
.wxrg17z .ql57iop .zeoxc0i { color: #ef4444; }
.fw9ja .adez { background: var(--bg-pros); }
.fw9ja .ql57iop { background: var(--bg-cons); }
.fw9ja .adez .r1lh06lp { color: var(--c-pros-label); }
.fw9ja .ql57iop .zeoxc0i { color: var(--c-cons); }
.fw9ja .adez ul li,
.fw9ja .pooor2 li            { color: var(--c-pros); }
.fw9ja .ql57iop ul li,
.fw9ja .t3o641tk li            { color: var(--c-cons); }
.dwx7r92 .adez { background: var(--bg-pros); }
.dwx7r92 .ql57iop { background: var(--bg-cons); }
.dwx7r92 .adez .r1lh06lp { color: var(--c-pros-label); }
.dwx7r92 .ql57iop .zeoxc0i { color: var(--c-cons); }
.dwx7r92 .adez ul li,
.dwx7r92 .pooor2 li          { color: var(--c-pros); }
.dwx7r92 .ql57iop ul li,
.dwx7r92 .t3o641tk li          { color: var(--c-cons); }
.ce6dk .r1lh06lp::before { content: "✓ "; }
.ce6dk .zeoxc0i::before { content: "✗ "; }
.kb3zlnu6 .r1lh06lp::before { content: "→ "; }
.kb3zlnu6 .zeoxc0i::before { content: "← "; }
.kbujdz4j .r1lh06lp::before { content: "★ "; }
.kbujdz4j .zeoxc0i::before { content: "✕ "; }
.d0eo .r1lh06lp::before { content: "◆ "; }
.d0eo .zeoxc0i::before { content: "▲ "; }
.oqt4 .rwskpn { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.oqt4 .rwskpn strong { color: var(--text-primary); }
.oqt4 .rwskpn p      { color: var(--text-muted); }
.kl0zpqg .rwskpn { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.zh7u .rwskpn {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.zh7u .rwskpn strong,
.zh7u .rwskpn p { color: #fff; }
.zh7u .e21ked::before { color: rgba(255,255,255,0.9) !important; }
.ilf8lio .rwskpn {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.ilf8lio .rwskpn strong { color: var(--text-primary); }
.ilf8lio .rwskpn p      { color: var(--text-muted); }
.bmz93ap .rwskpn { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.a4ih4zln .e21ked,
.qc61k7e .e21ked,
.fx2pr7j .e21ked,
.rsg4io .e21ked { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.a4ih4zln .e21ked::before,
.qc61k7e .e21ked::before,
.fx2pr7j .e21ked::before,
.rsg4io .e21ked::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.a4ih4zln .clxiiaq     .e21ked::before { content: "✦"; color: var(--c-tip-border); }
.a4ih4zln .xxeatlt .e21ked::before { content: "▲"; color: var(--c-warn-border); }
.a4ih4zln .h0ee    .e21ked::before { content: "◉"; color: #60a5fa; }
.qc61k7e .clxiiaq     .e21ked::before { content: "★"; color: var(--c-tip-border); }
.qc61k7e .xxeatlt .e21ked::before { content: "◆"; color: var(--c-warn-border); }
.qc61k7e .h0ee    .e21ked::before { content: "●"; color: #60a5fa; }
.fx2pr7j .clxiiaq     .e21ked::before { content: "▶"; color: var(--c-tip-border); }
.fx2pr7j .xxeatlt .e21ked::before { content: "■"; color: var(--c-warn-border); }
.fx2pr7j .h0ee    .e21ked::before { content: "▸"; color: #60a5fa; }
.rsg4io .clxiiaq     .e21ked::before { content: "→"; color: var(--c-tip-border); }
.rsg4io .xxeatlt .e21ked::before { content: "⬥"; color: var(--c-warn-border); }
.rsg4io .h0ee    .e21ked::before { content: "◈"; color: #60a5fa; }
.phoi .hbxuner .ycayaes,
.phoi .yhheoa .ycayaes  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.phoi .jxwy                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.phoi .vpsit                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.phoi .ewyr00            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.phoi .qbd8h          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.phoi .qxr8vtk                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.jm2mn5 .hbxuner .ycayaes,
.jm2mn5 .yhheoa .ycayaes,
.jm2mn5 .jxwy,
.jm2mn5 .vpsit,
.jm2mn5 .ewyr00,
.jm2mn5 .qbd8h,
.jm2mn5 .qxr8vtk,
.jm2mn5 .bmz93ap .rwskpn { box-shadow: none; }
.rqxgjvx   .lhvi6enu, .rqxgjvx .wlbplucg, .rqxgjvx .u9xr,
.rqxgjvx   .nj3d690a, .rqxgjvx .j5hwkqzc { font-size: 0.9rem; }
.rqxgjvx   .e1da6, .rqxgjvx .h70x2jk { font-size: 0.9rem; }
.xbuidi   .lhvi6enu, .xbuidi .wlbplucg, .xbuidi .u9xr,
.xbuidi   .nj3d690a, .xbuidi .j5hwkqzc { font-size: 0.95rem; }
.xbuidi   .e1da6, .xbuidi .h70x2jk { font-size: 0.95rem; }
.e810   .lhvi6enu, .e810 .wlbplucg, .e810 .u9xr,
.e810   .nj3d690a, .e810 .j5hwkqzc { font-size: 1.08rem; }
.e810   .e1da6, .e810 .h70x2jk { font-size: 1.05rem; }
.e810   .tkmd { font-size: 0.97rem; }
.f800y .p7l9      { font-size: 3.2rem; }
.f800y h2.ke3bxgh { font-size: 1.9rem; }
.f800y h3.xbgcz     { font-size: 1.4rem; }
.vzb8v0e .p7l9      { font-size: 3.8rem; }
.vzb8v0e h2.ke3bxgh { font-size: 2.2rem; }
.vzb8v0e h3.xbgcz     { font-size: 1.6rem; }
.rv7km2vs + .rv7km2vs { position: relative; }
.o41m   .rv7km2vs + .rv7km2vs::before,
.bp99od  .rv7km2vs + .rv7km2vs::before,
.g384n39k   .rv7km2vs + .rv7km2vs::before,
.c35x6mv0   .rv7km2vs + .rv7km2vs::before,
.bwgdij9m   .rv7km2vs + .rv7km2vs::before,
.id41 .rv7km2vs + .rv7km2vs::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.o41m .rv7km2vs + .rv7km2vs::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.bp99od .rv7km2vs + .rv7km2vs::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.g384n39k .rv7km2vs + .rv7km2vs::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;
}
.c35x6mv0 .rv7km2vs + .rv7km2vs::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ht94ylp .rv7km2vs { margin-bottom: 16px; }
.ht94ylp .rv7km2vs + .rv7km2vs { margin-top: 0; }
.ht94ylp .ohwh { padding-top: 0; padding-bottom: 0; }
.bwgdij9m .rv7km2vs + .rv7km2vs::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.id41 .rv7km2vs + .rv7km2vs::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.jif5vv6 .rv7km2vs + .rv7km2vs::before,
.ar2efw .rv7km2vs + .rv7km2vs::before,
.jwei6sn .rv7km2vs + .rv7km2vs::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%;
}
.zhwm98c8 .jif5vv6 .rv7km2vs:nth-child(even)::before,
.zhwm98c8 .ar2efw .rv7km2vs:nth-child(even)::before,
.zhwm98c8 .jwei6sn .rv7km2vs:nth-child(even)::before { background: var(--bg-surface); }
.g4ulq .jif5vv6 .rv7km2vs:nth-child(even)::before,
.g4ulq .ar2efw .rv7km2vs:nth-child(even)::before,
.g4ulq .jwei6sn .rv7km2vs:nth-child(even)::before { background: var(--bg-card); }
.jif5vv6 .rv7km2vs + .rv7km2vs::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");
}
.ar2efw .rv7km2vs + .rv7km2vs::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");
}
.jwei6sn .rv7km2vs + .rv7km2vs::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");
}
.gqvo .tfpwxp6,
.gqvo .oy080 { margin-bottom: 60px; }
.oayofdc .qmi3,
.gqvo .qmi3 { padding-bottom: 60px; }
.rp21ku8 .qmi3 { padding-bottom: 70px; }
.gqvo .tfpwxp6::before,
.gqvo .tfpwxp6::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");
}
.b5sq .tfpwxp6:not(.jot1) .j7t2wk { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.y3u6f6 .hka3uhm { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.b5sq .jot1 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.b5sq .friurj { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.b5sq .hka3uhm { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.zf6txgb .hka3uhm { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.k5rfgx8k .hka3uhm { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.cj3zhha .hka3uhm { background: var(--accent-bg); }
.ddoob .smihrg { float: left; width: 38%; margin: 0 28px 16px 0; }
.ddoob .smihrg .d196621j { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ddoob .ohwh::after { content: ''; display: block; clear: both; }
.hml1dc .smihrg { float: right; width: 38%; margin: 0 0 16px 28px; }
.hml1dc .smihrg .d196621j { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hml1dc .ohwh::after { content: ''; display: block; clear: both; }
.mmt259 .rv7km2vs:nth-child(odd)  .smihrg { float: left;  width: 38%; margin: 0 28px 16px 0; }
.mmt259 .rv7km2vs:nth-child(even) .smihrg { float: right; width: 38%; margin: 0 0 16px 28px; }
.mmt259 .smihrg .d196621j { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.mmt259 .ohwh::after { content: ''; display: block; clear: both; }
.ddoob .injpv,
.ddoob .enk6gsm,
.hml1dc .injpv,
.hml1dc .enk6gsm,
.mmt259 .injpv,
.mmt259 .enk6gsm { clear: both; }
@media (max-width: 900px) {
  .ddoob .smihrg,
  .hml1dc .smihrg,
  .mmt259 .rv7km2vs:nth-child(odd)  .smihrg,
  .mmt259 .rv7km2vs:nth-child(even) .smihrg {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ddoob .smihrg .d196621j,
  .hml1dc .smihrg .d196621j,
  .mmt259 .smihrg .d196621j {
    max-height: none !important;
  }
}
.ddoob .e1da6,
.ddoob .h70x2jk,
.hml1dc .e1da6,
.hml1dc .h70x2jk,
.mmt259 .e1da6,
.mmt259 .h70x2jk { overflow: hidden; }
@media (max-width: 640px) {
  .ddoob .smihrg,
  .hml1dc .smihrg,
  .mmt259 .smihrg { float: none; width: 100%; margin: 0 0 16px 0; }
}
.tmdk .wm7jlkvi,
.tmdk .ohwh,
.tmdk .sricm3s5  { max-width: 1100px; }
.drojhs8 .wm7jlkvi,
.drojhs8 .ohwh,
.drojhs8 .sricm3s5  { max-width: 1200px; }
.sfch .wm7jlkvi,
.sfch .ohwh,
.sfch .sricm3s5  { max-width: 1320px; }
.sfch { --content-mw: 1320px; }
.ib4djhh6 { font-size: 0.82rem; color: var(--text-muted); }
.xt8131 { display: flex; align-items: center; }
.moevkh {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ubsi5 { display: flex; align-items: center; }
.py2jqf9 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.py2jqf9:hover { text-decoration: underline; }
.nw90kex { margin: 0 3px; opacity: 0.45; }
.nw90kex::before { content: '/'; }
.vz8h { padding: 2px 5px; color: var(--text-main); }
.dd3cn .ib4djhh6 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.dd3cn .xt8131 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.bdvi4g .ib4djhh6 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.bdvi4g .xt8131 { padding: 0 0 0 12px; }
.thkxkkt7 .xt8131 { padding: 0 16px; }
.thkxkkt7 .ib4djhh6 {
  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);
}
.thkxkkt7 .wm7jlkvi { padding-top: 28px; }
@media (max-width: 720px) {
  .vh3axu { margin-top: 18px; padding: 0 16px; }
  .thkxkkt7 .wm7jlkvi { padding-top: 16px; }
}
.tmdk.dd3cn .xt8131 { max-width: 1100px; }
.drojhs8.dd3cn .xt8131 { max-width: 1200px; }
.sfch.dd3cn .xt8131 { max-width: 1320px; }
.sfch .vh3axu { max-width: 1320px; }
.td280hb7 .rv7km2vs { padding-top: 16px; padding-bottom: 16px; }
.c1xn .rv7km2vs { padding-top: 24px; padding-bottom: 24px; }
.c3gez .rv7km2vs { padding-top: 40px; padding-bottom: 40px; }
.vvpy9u9 .rv7km2vs { padding-top: 52px; padding-bottom: 52px; }
.kp160c4 .rv7km2vs:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.kp160c4 .rv7km2vs:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.kp160c4 .rv7km2vs:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.kp160c4 .rv7km2vs:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.i60c59dp .ohwh { padding-top: 10px;  padding-bottom: 10px; }
.ev52i2 .ohwh { padding-top: 18px;  padding-bottom: 18px; }
.jm0box7 .ohwh { padding-top: 36px;  padding-bottom: 36px; }
.kr4gu .ohwh { padding-top: 48px;  padding-bottom: 48px; }
.k2k04m5 h2.ke3bxgh { font-weight: 600; }
.k2k04m5 h3.xbgcz     { font-weight: 600; }
.bajju { font-weight: 500; }
.bajju h2.ke3bxgh { font-weight: 800; }
.bajju h3.xbgcz     { font-weight: 700; }
.lqi52 h2.ke3bxgh { font-weight: 900; }
.lqi52 h3.xbgcz     { font-weight: 800; }
.lqi52 .rwskpn strong,
.lqi52 .rwskpn strong { font-weight: 600; }
.ifmcko {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.hekwl4fn .ifmcko { display: none; }
@media (max-width: 640px) {
  .ifmcko { display: none !important; }
}
.ifmcko { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ifmcko:hover { opacity: 0.85; }
.m14cqhf9 .ifmcko { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.hsgxlugd  .a1qpql { left: 32px; }
@media (max-width: 480px) {
  .mems1d .a1qpql { right: 20px; bottom: 20px; }
  .hsgxlugd  .a1qpql { left: 20px; bottom: 20px; }
}
.atdie { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.sricm3s5 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.l9vx8m { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.it18zzqz { color: var(--text-dim); font-size: 0.8rem; }
.sr4l { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.sr4l img { height: 26px; width: auto; object-fit: contain; }
.wipggh a, .yyoeqr a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.wipggh a:hover, .yyoeqr a:hover { color: var(--accent-light); }
.yyoeqr { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.b74jo .sricm3s5 { text-align: center; }
.b74jo .yyoeqr { justify-content: center; margin-bottom: 16px; }
.b74jo .l9vx8m { margin-top: 0; }
.lkyr9g { margin-top: 10px; }
.lkyr9g a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .sricm3s5 { padding-left: 16px; padding-right: 16px; }
  .w3a59sg .sricm3s5 { padding: 20px 16px; }
  .yyoeqr { gap: 4px 12px; }
  .l9vx8m { font-size: 0.78rem; }
}
.s9pwcp .eyle96 .sr4l { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.s9pwcp .l9vx8m { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.s9pwcp .it18zzqz { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .s9pwcp .opaciath { grid-template-columns: 1fr 1fr; } .s9pwcp .eyle96 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .s9pwcp .opaciath { grid-template-columns: 1fr; } }
.gpkdp .sr4l { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.gpkdp .l9vx8m { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .gpkdp .l0bp6wjo { gap: 12px; } .gpkdp .sr4l { margin-right: 0; width: 100%; } }
.tj39ept .flqeszo .sr4l { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.tj39ept .l9vx8m { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.tj39ept .it18zzqz { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .tj39ept .mt2wxh { grid-template-columns: 1fr 1fr; } .tj39ept .flqeszo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tj39ept .mt2wxh { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .acqcxlp .bhiqa { grid-template-columns: 1fr 1fr; } .acqcxlp .ok77:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .acqcxlp .bhiqa { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ix32e .bhiqa { grid-template-columns: 1fr; } }
.wnsqkfx .sricm3s5 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.wnsqkfx .yyoeqr { justify-content: center; }
.wbnwo2g .bgpf9j      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.wbnwo2g .atdie { background: var(--bg-page); border-top-color: var(--border-alt); }
.z93br .bgpf9j      { background: #0d1117; border-bottom-color: #21262d; }
.z93br .wcuf2oc { color: var(--accent-light); }
.z93br .jvveord { --msep-color: #8b949e; }
.z93br .jvveord a { color: #8b949e; }
.z93br .jvveord a:hover { color: var(--accent-light); }
.z93br .fvvtx { color: #8b949e; }
.z93br .atdie { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.z93br .l9vx8m,
.z93br .it18zzqz { color: #6e7681; }
.z93br .wipggh a, .z93br .yyoeqr a,
.z93br .sr4l { color: #e6edf3; }
.z93br .wipggh a:hover, .z93br .yyoeqr a:hover,
@media (max-width: 640px) {
  .z93br .jvveord { background: #0d1117; border-top-color: #21262d; }
  .z93br .jvveord li a { border-bottom-color: #21262d; }
}
.y1boycx .bgpf9j      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.y1boycx .wcuf2oc { color: var(--accent-light); }
.y1boycx .jvveord { --msep-color: #475569; }
.y1boycx .jvveord a { color: #475569; }
.y1boycx .jvveord a:hover { color: var(--accent-light); }
.y1boycx .fvvtx { color: #64748b; }
.y1boycx .atdie { background: #f0f4f8; border-top-color: #cbd5e1; }
.y1boycx .l9vx8m,
.y1boycx .it18zzqz { color: #64748b; }
.y1boycx .wipggh a, .y1boycx .yyoeqr a,
.y1boycx .fnzj9 a, .y1boycx .sr4l { color: #374151; }
.y1boycx .wipggh a:hover, .y1boycx .yyoeqr a:hover,
@media (max-width: 640px) {
  .y1boycx .jvveord { background: #f0f4f8; border-top-color: #cbd5e1; }
  .y1boycx .jvveord li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.uiktx .bgpf9j      { background: var(--accent); border-bottom-color: var(--accent-light); }
.uiktx .wcuf2oc { color: #fff; }
.uiktx .jvveord { --msep-color: rgba(255,255,255,0.82); }
.uiktx .jvveord a { color: rgba(255,255,255,0.82); }
.uiktx .jvveord a:hover { color: #fff; }
.uiktx .fvvtx { color: rgba(255,255,255,0.9); }
.uiktx .atdie { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.uiktx .l9vx8m,
.uiktx .it18zzqz { color: rgba(255,255,255,0.72); }
.uiktx .wipggh a, .uiktx .yyoeqr a,
.uiktx .fnzj9 a, .uiktx .sr4l { color: #fff; }
.uiktx .wipggh a:hover, .uiktx .yyoeqr a:hover,
@media (max-width: 640px) {
  .uiktx .jvveord { background: var(--accent); border-top-color: var(--accent-light); }
  .uiktx .jvveord li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.x58p00 .bgpf9j {
  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);
}
.x58p00 .atdie {
  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) {
  .x58p00 .jvveord {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.kb0mh .a1ql { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.a9cz8q3 .a1ql { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.fbns1vq .a1ql { min-height: 72px; height: auto; }
.t1kj .a1ql { min-height: 84px; height: auto; }
.w3a59sg .a1ql { max-width: none; padding: 0 32px; }
.w3a59sg .sricm3s5  { max-width: none; padding: 24px 32px; }
.i0dp.drojhs8 .a1ql { max-width: 1200px; }
.i0dp.sfch .a1ql { max-width: 1320px; }
.m5mr684   .wcuf2oc, .m5mr684   .sr4l { text-transform: capitalize; }
.v8mapn1u .wcuf2oc, .v8mapn1u .sr4l { text-transform: lowercase; }
.cycil .wcuf2oc, .cycil .sr4l { text-transform: uppercase; letter-spacing: 0.06em; }
.mn73y6, .l17ehz {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bxutar6 .mn73y6,
.bxutar6 .l17ehz { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.s5adeca .mn73y6,
.s5adeca .l17ehz { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.lpm5j .mn73y6,
.lpm5j .l17ehz { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ma2jkw .mn73y6,
.ma2jkw .l17ehz { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.fe3nea8d   .jvveord a { font-weight: 500; }
.ylq3g3uh .jvveord a { font-weight: 600; }
.qes3y     .jvveord a { font-weight: 700; }
.w4nyt    .jvveord a { font-weight: 800; letter-spacing: 0.01em; }
.i0uc82nb     .jvveord > li + li::before,
.ef2qyr    .jvveord > li + li::before,
.mbx27og    .jvveord > li + li::before,
.cyus5 .jvveord > li + li::before,
.z27e3 .jvveord > li + li::before,
.y7bcd7x  .jvveord > li + li::before,
.xh4manjt    .jvveord > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.i0uc82nb     .jvveord > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ef2qyr    .jvveord > li + li::before { content: "|"; }
.mbx27og    .jvveord > li + li::before { content: "—"; }
.cyus5 .jvveord > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.z27e3 .jvveord > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.y7bcd7x  .jvveord > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.xh4manjt    .jvveord > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .h7du5 .fvvtx,
  .g0ilot39 .fvvtx,
  .xe9r4yb .fvvtx,
  .qt0vzhl .fvvtx,
  .da2b .fvvtx {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .h7du5 .fvvtx::before,
  .g0ilot39 .fvvtx::before,
  .xe9r4yb .fvvtx::before,
  .qt0vzhl .fvvtx::before,
  .da2b .fvvtx::before { content: ""; display: block; flex-shrink: 0; }

  
  .h7du5 .fvvtx::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;
  }

  
  .g0ilot39 .fvvtx::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;
  }

  
  .xe9r4yb .fvvtx::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;
  }

  
  .qt0vzhl .fvvtx::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;
  }

  
  .da2b .fvvtx::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) {
  .ad6i .fvvtx {
    padding: 5px 14px;
  }
  .ad6i .jvveord {
    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;
  }
  .ad6i .jvveord li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ad6i .jvveord li a:hover { background: var(--bg-raised); }
  .ad6i .vshbk,
  .fp4u5 .vshbk,
  .auw1 .vshbk { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .jzd5 .fvvtx {
    padding: 5px 10px;
  }
  .jzd5 .jvveord {
    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);
  }
  .jzd5 .jvveord.c2jbr { transform: translateX(0); }
  .jzd5 .jvveord li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .jzd5 .jvveord li:last-child a { border-bottom: none; }
  .uiktx .jvveord,
  .z93br .jvveord { background: var(--accent) !important; }
  .uiktx .jvveord li a,
  .z93br .jvveord li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .auw1 .fvvtx {
    padding: 5px 10px;
  }
  .auw1 .jvveord {
    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);
  }
  .auw1 .jvveord::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .auw1 .jvveord.c2jbr { transform: translateY(0); }
  .auw1 .jvveord li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ng21uexp .fvvtx {
    padding: 5px 10px;
  }
  .ng21uexp .jvveord {
    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;
  }
  .ng21uexp .jvveord.c2jbr { opacity: 1; pointer-events: auto; }
  .ng21uexp .jvveord li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .koxs5     .fvvtx { border-radius: 0 !important; }
  .aa7oof5   .fvvtx { border-radius: 8px !important; }
  .axe4iu6c .fvvtx { border-radius: 50% !important; }
  .y5lhi8   .fvvtx { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .o9xw .iw6wifa { flex-direction: column; align-items: stretch; }
  .o9xw .em6n { flex-direction: row; min-width: auto; }
  .o9xw .z2akh553 { align-items: flex-start; text-align: left; }
}
.xtgyx,
.xtgyx.rv7km2vs,
.zhwm98c8 .xtgyx,
.bds2ko .xtgyx,
.g4ulq .xtgyx,
.duju .xtgyx {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.vomk {
  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;
}
.jbka87gn { flex: 1 1 280px; min-width: 0; }
.brsa {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.zcyn {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.jnd4fjh {
  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;
}
.jnd4fjh:hover { transform: translateY(-1px); opacity: 0.95; }
.f7s63n .vomk {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.f7s63n .brsa { color: var(--cta); }
.f7s63n .zcyn { color: var(--text-body); }
.f7s63n .jnd4fjh {
  background: var(--cta) !important;
  color: #fff !important;
}
.egldkn .vomk {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.egldkn .brsa { color: var(--text-primary); }
.egldkn .zcyn { color: var(--text-body); }
.egldkn .jnd4fjh {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .vomk {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .jbka87gn { flex: 0 0 auto; }
  .brsa { font-size: 1.2rem; }
  .jnd4fjh { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.urag5agx .mjgwkft { height: 36px; }
.lh2xsyl .mjgwkft { height: 60px; max-width: 200px; }
.hwaa6m9 .mjgwkft { height: 56px; max-width: 180px; }
.vjkmwdk    .hgexq7r, .vjkmwdk    .mcpre { color: #f59e0b; }
.da9ox      .hgexq7r { font-size: 1rem; letter-spacing: 1.5px; }
.da9ox      .mcpre   { font-size: 1.35rem; }
.rr7d6s    .hgexq7r, .rr7d6s    .mcpre { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.itedd5mk     .hgexq7r, .itedd5mk     .mcpre { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.n9lzz .hgexq7r, .n9lzz .mcpre { color: var(--cta); letter-spacing: 2px; }
.t9uxy   .hgexq7r, .t9uxy   .mcpre { color: #e91e63; letter-spacing: 2px; }
.lyjko  .hgexq7r, .lyjko  .mcpre { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.edyhtey     .hgexq7r, .edyhtey     .mcpre { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.mlnq .rj81j708 + .rj81j708 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.ya40 .vpsit { padding: 18px 24px; min-height: 68px; }
.y90bl9 .k5sk {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.y90bl9 .tgw12imy {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.fol17 .rj81j708 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.enk6gsm { counter-reset: cs-rank; }
.enk6gsm .vpsit { counter-increment: cs-rank; }
.enk6gsm .vpsit::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;
}
.x1uiqymg .enk6gsm { counter-reset: cs-rank; gap: 0; }
.x1uiqymg .vpsit {
  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;
}
.x1uiqymg .vpsit::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;
}
.x1uiqymg .jj8k9j {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.x1uiqymg .het25wm5 {
  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;
}
.x1uiqymg .j75s6c { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.x1uiqymg .jj8k9j { min-width: 0; flex-direction: column; width: 100%; }
.x1uiqymg .nkondlsv {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.x1uiqymg .hgexq7r { color: var(--cta, var(--accent)); }
.x1uiqymg .jazow { font-weight: 700; }
.x1uiqymg .rj81j708 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.x1uiqymg .k5sk {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.x1uiqymg .tgw12imy {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.x1uiqymg .ch0sqsp .tgw12imy { font-size: 1.3rem; color: var(--accent-light); }
.x1uiqymg .nk2nzzbl {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.x1uiqymg .vpsit:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .x1uiqymg .enk6gsm {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .x1uiqymg .vpsit {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .x1uiqymg .vpsit { padding: 40px 16px 20px; }
  .x1uiqymg .rj81j708 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .x1uiqymg .nk2nzzbl { width: 100%; min-width: 0; }
}
.vddnvie .enk6gsm { counter-reset: cs-rank; gap: 10px; }
.vddnvie .vpsit {
  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);
}
.vddnvie .vpsit::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);
}
.vddnvie .jj8k9j {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.vddnvie .het25wm5 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.vddnvie .j75s6c { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.vddnvie .nkondlsv {
  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;
}
.vddnvie .hgexq7r { color: var(--cta, var(--accent)); }
.vddnvie .rj81j708 {
  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;
}
.vddnvie .k5sk {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.vddnvie .tgw12imy { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.vddnvie .ch0sqsp .tgw12imy { color: var(--accent-light); }
.vddnvie .nk2nzzbl {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.vddnvie .vpsit:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .vddnvie .vpsit {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .vddnvie .vpsit::before {
    position: absolute; top: 14px; left: 14px;
  }
  .vddnvie .jj8k9j {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .vddnvie .nkondlsv { white-space: normal; text-align: center; font-size: 1.2rem; }
  .vddnvie .rj81j708 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .vddnvie .nk2nzzbl { width: 100%; min-width: 0; }
  .vddnvie .hgexq7r { min-width: 0; }
}
.esd9 .vpsit::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ebsil3sp .rpl35yw {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ebsil3sp .rpl35yw summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ebsil3sp .rpl35yw p { padding: 0 2px 16px; }
.d0t1 .rpl35yw { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.d0t1 .rpl35yw summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.d0t1 .rpl35yw summary::after { content: "›"; font-size: 1.2em; }
.d0t1 .rpl35yw[open] summary::after { content: "‹"; }
.d0t1 .rpl35yw p { padding: 10px 22px 4px; }
.h38i40wx .rpl35yw {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.h38i40wx .rpl35yw summary { color: var(--text-primary); padding-left: 16px; }
.h38i40wx .rpl35yw summary::after { content: "›"; font-size: 1.1em; }
.h38i40wx .rpl35yw[open] summary::after { content: "‹"; }
.h38i40wx .rpl35yw p { padding-left: 16px; }
.imjg6ap .opur51t8 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.imjg6ap .rpl35yw {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.imjg6ap .rpl35yw:last-child { border-bottom: none; }
.imjg6ap .rpl35yw summary { color: var(--text-primary); border-radius: 0; }
.imjg6ap .rpl35yw summary::after { content: "›"; font-size: 1.1em; }
.imjg6ap .rpl35yw[open] summary::after { content: "‹"; }
.rq0q4yje .rpl35yw { overflow: hidden; }
.rq0q4yje .rpl35yw summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.rq0q4yje .rpl35yw summary::after { color: rgba(255,255,255,.75); }
.rq0q4yje .rpl35yw[open] summary { border-radius: 0; }
.mkop1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xtwz5p {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.flv7nl5b {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.bkxj { color: var(--text-muted); font-size: 1.05rem; }
.dnwwut49 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.cx7z {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.bwm7z { margin-bottom: 20px; }
.smao {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.var14 {
  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;
}
.var14:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.c9wisrn { resize: vertical; min-height: 130px; }
.kjrlqi7 { width: 100%; margin-top: 8px; }
.mf9tewmg {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.pibt6 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.komb72np { color: var(--text-muted); line-height: 1.75; }
.ut7z3h9z { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ut7z3h9z li { margin-bottom: 6px; }
.u2g4 { max-width: 760px; margin: 0 auto; }
.fcrdohz { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.pmw8w1 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.pmw8w1:last-child { border-bottom: none; }
.pmw8w1 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.pmw8w1 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.op8rq5eh { max-width: 760px; margin: 0 auto; }
.a6owqpv { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.j877k1r ul.ut7z3h9z { margin: 0; }
.pa1gu2r0 .a6owqpv { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .pa1gu2r0 { grid-template-columns: 1fr; gap: 10px; } }
.m6tv { max-width: 640px; margin: 0 auto; text-align: center; }
.s6qyy { margin-bottom: 48px; }
.s6qyy .a6owqpv { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.s6qyy p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.yw2h5 .ut7z3h9z { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .radsm63k { grid-template-columns: 1fr; } }
.lvhpv06s ul.ut7z3h9z { margin: 0; }
.f53c .ut7z3h9z,
.x4k1cx .ut7z3h9z,
.j6xtmo .ut7z3h9z,
.ey4ylm .ut7z3h9z {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .f7xbfaw { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .roci0ey { grid-template-columns: 1fr; } .hkd6 { position: static; text-align: center; } }
@media (max-width: 860px) { .bqckpu0 { grid-template-columns: 1fr; } }
.ey4ylm .ut7z3h9z { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .tjm45 { flex-direction: column; text-align: center; } .v3tzf2pl { grid-template-columns: 1fr; } }
.az7o .flv7nl5b { color: var(--accent-light); }
.u9v2p5 .flv7nl5b { font-size: 2rem; }
.u9v2p5 .bkxj { max-width: 680px; }
.lu3x0 .flv7nl5b { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.lu3x0 .bkxj  { margin: 0; }
@media (max-width: 640px) { .lu3x0 { flex-direction: column; } }
.cgkuoyo4 {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.cgkuoyo4 .flv7nl5b { color: var(--accent-light); }
.gakth .flv7nl5b { color: #fff; }
.gakth .bkxj  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .htn56mva { grid-template-columns: 1fr; } }
.zbmg6rr .var14 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.zbmg6rr .var14:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.j0n9 .var14 { background: var(--bg-raised); border-color: transparent; }
.j0n9 .var14:focus { background: var(--bg-card); border-color: var(--accent-light); }
.zwdf .var14 { border-radius: 100px; padding: 11px 20px; }
.zwdf .c9wisrn { border-radius: 14px; }
.erla {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .erla { grid-template-columns: 1fr; } }
.itizmtq1 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.itizmtq1 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.itizmtq1 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.ipg5v { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.ipg5v li { margin-bottom: 6px; }
.r7kjx{position:relative;overflow:visible}
.m7ixhaa .d1xdgzjn{display:block}
.ew0x7 .hka3uhm~.y9atwx,
.ew0x7 .hka3uhm~.y9atwx .olija,
.hka3uhm~.y9atwx,.yeyubojr~.y9atwx{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}
.hka3uhm~.y9atwx .olija{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.dlm4{--date-bg:transparent}
.xtjsg8t6 .e05f6fqz::before{content:""}
.h984t7 .pu4v3y8{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .pu4v3y8{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .zqvcdrgg{max-width:100%}
}
.bimybrd .qbd8h{margin:0}
@media (max-width:560px){
  .r52d6x2f{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) {
  .ouapbto { padding: 28px 18px 20px; }
  .plvc61bn { font-size: 1.2rem; }
  .ed6far9 { max-width: 220px; max-height: 80px; }
}
.a9guc0z6 {
  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);
}
.xo7mp {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.iacytr  .a9guc0z6 { border-radius: 50%; }
.bi9ai  .a9guc0z6 { border-radius: 6px; }
.u5x6 .a9guc0z6 { border-radius: 22px; }
.q63nz9h .vomk {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .a9guc0z6 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.z9wshg4 .rv7km2vs {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.z9wshg4 .ohwh {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.z9wshg4 .vomk {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.xgex {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.xgex.q7nyd { transform: translate(-50%, 0); }
.xgex .rv7km2vs,
.xgex .ohwh {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.xgex .vomk {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.ilj7 {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.ilj7::before,
.ilj7::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.ilj7::before { transform: translate(-50%, -50%) rotate(45deg); }
.ilj7::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.ilj7:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .xgex { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .xgex .vomk {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .xgex .zcyn { display: none !important; }
  .xgex .brsa { font-size: 1.1rem !important; }
  .xgex .a9guc0z6 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .ilj7 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .a1ql { flex-direction: row-reverse; }
[dir="rtl"] .jvveord { flex-direction: row-reverse; }
[dir="rtl"] .hsgxlugd  .a1qpql { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .mems1d .a1qpql { right: auto; left: 20px; }
  [dir="rtl"] .hsgxlugd  .a1qpql { left: auto;  right: 20px; }
}
[dir="rtl"] .ddoob .smihrg  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .hml1dc .smihrg { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .hka3uhm,
[dir="rtl"] .ek5mzc2v,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .e1da6, [dir="rtl"] .h70x2jk { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .adez { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ql57iop { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .rwskpn { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .vomk { direction: rtl; }
[dir="rtl"] .a9guc0z6 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .vpsit,
[dir="rtl"] .ib4djhh6 { direction: rtl; }
[dir="rtl"] .qxr8vtk { direction: rtl; }
[dir="rtl"] .msyz23 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .slw113i .h70x2jk,
[dir="rtl"] .xo2f .h70x2jk,
[dir="rtl"] .rtxz .h70x2jk,
[dir="rtl"] .hlwebaz .h70x2jk {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .slw113i .h70x2jk li::before,
[dir="rtl"] .xo2f .h70x2jk li::before,
[dir="rtl"] .rtxz .h70x2jk li::before,
[dir="rtl"] .hlwebaz .h70x2jk li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .tfpwxp6.eylb .oy080,
[dir="rtl"] .njlfe21r.eylb .oy080,
[dir="rtl"] .jot1.eylb .oy080,
[dir="rtl"] .cg8g8t.eylb .oy080,
[dir="rtl"] .i29x.eylb .oy080 { text-align: right; }
[dir="rtl"] .hka3uhm.eylb .qmi3 { align-items: flex-end; text-align: right; }
[dir="rtl"] .hka3uhm.fi33s .qmi3 { text-align: center; }
[dir="rtl"] .hka3uhm .qmi3 { text-align: right; }
[dir="rtl"] .ohwh,
[dir="rtl"] .nj3d690a,
[dir="rtl"] .j5hwkqzc,
[dir="rtl"] .cx7z,
[dir="rtl"] .smao,
[dir="rtl"] .var14,
[dir="rtl"] .c9wisrn { text-align: right; direction: rtl; }
[dir="rtl"] .zwdf .var14,
[dir="rtl"] .zbmg6rr .var14 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #783444;
  --brand:           #783444;
  --brand-light:     #5e333d;
  --brand-pale:      #764f58;
  --grad-start:      #b4536a;
  --grad-end:        #bd8794;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #783444;
  --cta-light:       #5e2432;
  --cta-hover:       #4d212b;
  --bg-page:         #f7f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f4;
  --bg-raised:       #f0eeef;
  --bg-hover:        #f5f4f4;
  --border:          #e7e3e4;
  --border-alt:      #dad1d3;
  --border-section:  #e7e3e4;
  --text-primary:    #1a1818;
  --text-muted:      #5d5557;
  --text-body:       #353031;
  --text-sub:        #50484a;
  --text-faint:      #85797c;
  --text-dim:        #9d9496;
  --text-label:      #6a6163;
  --text-value:      #423c3e;
  --accent-bg:       #ece8e9;
  --accent-bg-light: #e2d4d7;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #288022;
  --c-cons:          #9f2126;
  --c-pros-label:    #2f9829;
  --c-tip-border:    #34a82d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #288022;
}
:root { --logo-bg-opacity: 53%; }
body, button, input { font-family: "Lato", sans-serif; }
.ol7j .e21ked { font-size: 0; width: 1.2rem; flex-shrink: 0; }.ol7j .e21ked::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.ol7j .clxiiaq     .e21ked::before { content: "";  color: var(--c-tip-border); }.ol7j .xxeatlt .e21ked::before { content: ""; color: var(--c-warn-border); }.ol7j .h0ee    .e21ked::before { content: ""; color: #60a5fa; }.zhpb3fgx .ol7j .clxiiaq     .e21ked::before { color: #10b981; }.zhpb3fgx .ol7j .xxeatlt .e21ked::before { color: #f43f5e; }.zhpb3fgx .ol7j .h0ee    .e21ked::before { color: #a855f7; }.sdb3  .ol7j .clxiiaq     .e21ked::before { color: #eab308; }.sdb3  .ol7j .xxeatlt .e21ked::before { color: #ef4444; }.sdb3  .ol7j .h0ee    .e21ked::before { color: #f97316; }.lh08  .ol7j .clxiiaq     .e21ked::before { color: #38bdf8; }.lh08  .ol7j .xxeatlt .e21ked::before { color: #818cf8; }.lh08  .ol7j .h0ee    .e21ked::before { color: #2dd4bf; }.rwkt .ol7j .e21ked::before { color: var(--accent-light) !important; }
.g9q7a .vch3u9, .g9q7a .hka3uhm { min-height: 520px; }
.nw90kex::before { content: '◆'; font-size: 0.5em; }