:root {
  --color-accent: #10b981;
  --color-cta: #84cc16;
  --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;
}
.petxw7 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.sqlu {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.r6tp {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.sjmgt5f { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.wja7jd { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.wja7jd a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.wja7jd a:hover { color: var(--accent-light); }
.rh0k     .xxb9t { border-radius: 24px; padding: 8px; }
.rh0k .xxb9t li a { border-radius: 16px; }
.yf264 .xxb9t li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .xxb9t {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .fot9ox:hover .xxb9t,
  .fot9ox:focus-within .xxb9t { display: block; }
  .xxb9t li a { padding: 8px 16px; font-size: 0.88rem; }
}
.bsgybl {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.r13om { display: none; }
@media (max-width: 640px) {
  .r13om {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .r13om.zgxhq1 { display: block; }
}
@media (max-width: 640px) {
  .bsgybl { display: block; }
  .wja7jd > li + li::before { display: none !important; }
  .wja7jd {
    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;
  }
  .wja7jd.zgxhq1 { display: flex; }
  .wja7jd li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .wja7jd li:last-child a { border-bottom: none; }
}
.gkcs40c4 { min-height: 480px; }
.jk44 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.nvjbgg { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.dipg7uc6 .nvjbgg { margin-left: 0; margin-right: 0; }
.h446e {
  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;
}
.tezfi2 .h446e { margin-top: 24px; }
.h446e:hover { opacity: 0.88; }
.qc08coc .jk44 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.qc08coc .nvjbgg { color: #e2e8f0; }
.qc08coc.nmwn .xiece { text-align: center; }
.m02q7 .jk44 { color: var(--text-primary); text-shadow: none; }
.m02q7 .nvjbgg { color: var(--text-muted); }
.m02q7 .h446e { margin-top: 16px; }
.m02q7, .m02q7.gkcs40c4 { min-height: auto !important; }
.m02q7.nmwn .xiece { text-align: center; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.f1e1zups .jk44 { color: #fff; }
.f1e1zups .nvjbgg { color: rgba(255,255,255,0.85); }
.f1e1zups .h446e { background: #fff; color: var(--cta); }
.f1e1zups .h446e:hover { opacity: 0.92; }
.riipzv .n01d { position: relative; overflow: hidden; }
.riipzv .n01d::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;
}
.zkasnryw .n01d {
  animation: hg-breathe 7s ease-in-out infinite;
}
.eff5r .n01d { position: relative; overflow: hidden; }
.eff5r .n01d::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;
}
.uliy .n01d { position: relative; overflow: hidden; }
.uliy .n01d::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;
}
.o6hcaw .n01d {
  animation: hg-fadein 1.2s ease-out both;
}
.n01d {
  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%);
}
.qlxvg2s {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.l68l {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.n01d .jk44 { text-shadow: none; color: var(--text-primary); }
.n01d .nvjbgg { color: var(--text-muted); }
body.xbp8o .jk44 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.sqgxe0wu .jk44 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.gkcs40c4.f1e1zups .jk44,
section.f1e1zups .jk44 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.n01d.nmwn .qlxvg2s { align-items: center; text-align: center; }
.n01d.dipg7uc6   .qlxvg2s { align-items: flex-start; text-align: left; }
.e7s0ng9 .l68l { position: relative; }
.e7s0ng9 .l68l::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.e7s0ng9.yvoic .l68l::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.mv0pqw9 .l68l {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.mv0pqw9.yvoic .l68l { padding: 32px 0 32px 32px; }
.wry1t .l68l {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.yvoic .qlxvg2s {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.wry1t.yvoic .l68l { padding: 40px 16px 40px 48px; }
.gkcs40c4 .sg14koqe {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.sg14koqe .wrjhw {
  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;
}
.sg14koqe .wrjhw::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.sg14koqe .hw3ocn { display: contents !important; }
.sg14koqe .hw3ocn .dkw7t {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.sg14koqe .hw3ocn .pw6hedta { max-height: 48px; max-width: 96px; }
.sg14koqe .hw3ocn .rq9c0n {
  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;
}
.sg14koqe .i0fh {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.sg14koqe .n8kxouk { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.sg14koqe .daf5bt { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.sg14koqe .daf5bt small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.sg14koqe .f7wz9 { display: contents !important; }
.sg14koqe .f7wz9 .rtk4qc:not(.hk2a72w) { display: none !important; }
.sg14koqe .f7wz9 .hk2a72w {
  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;
}
.sg14koqe .f7wz9 .hk2a72w .p4klsl {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.sg14koqe .f7wz9 .hk2a72w .dnxdw {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.sg14koqe .o01bp1yz { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.sg14koqe .o01bp1yz.wbsg {
  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;
}
.sg14koqe .o01bp1yz.wbsg:hover { opacity: 0.85; }
.l4oj .l68l {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
.u8506j {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px !important;
  width: 100%;
}
@media (max-width: 700px) {
  .n01d { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .n01d:not(.l4oj) .l68l { display: none !important; }
  .l4oj .l68l { padding: 16px; }
  .qlxvg2s  { padding: 36px 24px; }
  .n01d~.wh8uj,.yvoic~.wh8uj{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .gkcs40c4, .n01d { min-height: 320px !important; }
  .jk44 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .h223y,
  .u8506j,
  .v2yl4wq { grid-template-columns: 1fr !important; }

  

  
  .juvcc0 { display: flex !important; flex-direction: column !important; }
  .juvcc0 .xiece { display: contents; }
  .juvcc0 .uzxbr { order: 0; }
  .juvcc0 .jk44 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .juvcc0 .h223y { order: 2; padding: 0 16px 12px !important; }
  .juvcc0 .nvjbgg { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .tezfi2 .xiece { display: flex; flex-direction: column; }
  .tezfi2 .xiece .jk44 { order: 1; }
  .tezfi2 .xiece .v2yl4wq { order: 2; margin: 8px 0 24px !important; }
  .tezfi2 .xiece .nvjbgg { order: 3; }
  .tezfi2 .xiece .h446e { order: 4; align-self: center; margin-top: 0; }

  
  .n01d.l4oj {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .n01d.l4oj .qlxvg2s { display: contents; padding: 0; }
  .n01d.l4oj .qlxvg2s .jk44 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .n01d.l4oj .l68l { order: 2; padding: 12px 16px; }
  .n01d.l4oj .qlxvg2s .nvjbgg { order: 3; padding: 0 24px; margin: 0 auto; }
  .n01d.l4oj .qlxvg2s .h446e { order: 4; align-self: center; margin: 8px 0 32px; }
}
.cmqq5ibt { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.wm6seb5w { width: 100%; height: auto; display: block; border-radius: 10px; }
.prb95v .cmqq5ibt        { border-radius: 16px; }
.prb95v .wm6seb5w  { border-radius: 16px; }
.zj8o .cmqq5ibt         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.zj8o .wm6seb5w   { border-radius: 8px; }
.pzowm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.kr928f6a { width: 100%; padding: 32px 0; position: relative; }
.ou0pso7c { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.d0578hw0 .kr928f6a:nth-child(even) { background: var(--bg-surface); }
.d0578hw0 .kr928f6a:nth-child(odd)  { background: var(--bg-page); }
.gro947a .kr928f6a:nth-child(even) { background: var(--bg-card); }
.gro947a .kr928f6a:nth-child(odd)  { background: var(--bg-page); }
.d0578hw0 .kr928f6a:nth-child(odd)  .ou0pso7c { background: var(--bg-card); border-radius: 6px; }
.d0578hw0 .kr928f6a:nth-child(even) .ou0pso7c { background: var(--bg-raised); border-radius: 6px; }
.gro947a .kr928f6a:nth-child(odd)  .ou0pso7c { background: var(--bg-card); border-radius: 6px; }
.gro947a .kr928f6a:nth-child(even) .ou0pso7c { background: var(--bg-raised); border-radius: 6px; }
.d0578hw0 .kr928f6a:nth-child(even) .tmk7a .h74f8y6,
.gro947a .kr928f6a:nth-child(even) .tmk7a .h74f8y6 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.d0578hw0 .kr928f6a:nth-child(odd) .tmk7a .h74f8y6,
.gro947a .kr928f6a:nth-child(odd) .tmk7a .h74f8y6 { background: var(--bg-card-inner); }
.d0578hw0 .kr928f6a:nth-child(even) .ni367s4h .h74f8y6:nth-child(odd),
.gro947a .kr928f6a:nth-child(even) .ni367s4h .h74f8y6:nth-child(odd)  { background: var(--bg-card); }
.d0578hw0 .kr928f6a:nth-child(even) .ni367s4h .h74f8y6:nth-child(even),
.gro947a .kr928f6a:nth-child(even) .ni367s4h .h74f8y6:nth-child(even) { background: var(--bg-card-inner); }
h1.jr4wsu6 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.jr4wsu6 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.w68yzzz { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.gi378 h2.jr4wsu6 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.rf1kzw6k h2.jr4wsu6 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.pbjc64 h2.jr4wsu6 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.xlgpq3es h2.jr4wsu6::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.s2z7p h2.jr4wsu6 {
  color: var(--text-primary); font-size: 1.7rem;
}
.xc6ajg h2.jr4wsu6::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.zy4ov839 h2.jr4wsu6 {
  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;
}
.bq10 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .bq10 { display: none; } }
.opwhz { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ntldked { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.afyqsqi {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.nwlng { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ku9qugoc { padding-left: 20px; }
.ku9qugoc li { margin-bottom: 6px; }
.ku9qugoc a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ku9qugoc a:hover { color: var(--accent-light); }
.a2iw8 .nwlng { display: none; }
.yr8l4 .nwlng { display: none; }
.yr8l4 .ku9qugoc { padding-left: 0; list-style: none; }
.yr8l4 .ku9qugoc li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.yr8l4 .ku9qugoc a { font-size: 0.92rem; }
.epi9eqtd .afyqsqi { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.epi9eqtd .nwlng { display: none; }
.epi9eqtd .ku9qugoc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.epi9eqtd .ku9qugoc li { margin-bottom: 0; }
.epi9eqtd .ku9qugoc 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;
}
.epi9eqtd .ku9qugoc a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.m6h62cs .afyqsqi { padding: 20px 20px 16px; }
.m6h62cs .ku9qugoc {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.m6h62cs .ku9qugoc li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.m6h62cs .ku9qugoc 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;
}
.m6h62cs .ku9qugoc 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;
}
.m6h62cs .ku9qugoc a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.m6h62cs .ku9qugoc a:focus,
.m6h62cs .ku9qugoc a:focus-visible,
.m6h62cs .ku9qugoc a:target { outline: none; }
.m6h62cs .ku9qugoc li:target a { border-color: var(--border); color: var(--text-muted); }
.dv09 .afyqsqi { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.dv09 .nwlng { display: none; }
.dv09 .ku9qugoc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.dv09 .ku9qugoc li { margin-bottom: 0; }
.dv09 .ku9qugoc li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.dv09 .ku9qugoc li:last-child::after { content: ""; margin-right: 0; }
.dv09 .ku9qugoc a { font-size: 0.9rem; }
.h74f8y6 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.tmk7a .h74f8y6 { background: var(--bg-card); }
.ni367s4h .h74f8y6:nth-child(odd)  { background: var(--bg-card); }
.ni367s4h .h74f8y6:nth-child(even) { background: var(--bg-raised); }
.t3ft2ysi .h74f8y6 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.t3ft2ysi .h74f8y6:last-child { border-bottom: none; }
.t3ft2ysi h3.w68yzzz { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ikm3 .h74f8y6 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ikm3 .h74f8y6 + .h74f8y6 { margin-top: 4px; }
.usfmgh5q .h74f8y6 { background: none; border-radius: 0; padding: 12px 0; }
.usfmgh5q .h74f8y6 + .h74f8y6 { border-top: 1px solid var(--border-section); }
.j2bg7 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.d7fdp { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.zd9lf6e4 { color: var(--text-body); margin-bottom: 10px; }
.n73i0vs, .gp4e { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.n73i0vs li, .gp4e li { margin-bottom: 6px; }
.gp4e li { list-style: decimal; }
.mu357     .n73i0vs { list-style-type: "● "; }
.upw9wj  .n73i0vs { list-style-type: "■ "; }
.j4gl .n73i0vs { list-style-type: "◆ "; }
.k7xm    .n73i0vs { list-style-type: "★ "; }
.mu357     .ioc4j5 { list-style-type: "● "; }
.upw9wj  .ioc4j5 { list-style-type: "■ "; }
.j4gl .ioc4j5 { list-style-type: "◆ "; }
.k7xm    .ioc4j5 { list-style-type: "★ "; }
.mu357    .n73i0vs li::marker, .mu357    .ioc4j5 li::marker,
.upw9wj .n73i0vs li::marker, .upw9wj .ioc4j5 li::marker,
.j4gl .n73i0vs li::marker, .j4gl .ioc4j5 li::marker,
.k7xm   .n73i0vs li::marker, .k7xm   .ioc4j5 li::marker {
  color: var(--cta); font-size: 1em;
}
.mu357 .gp4e,
.upw9wj .gp4e,
.j4gl .gp4e,
.k7xm .gp4e {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.mu357 .gp4e li,
.upw9wj .gp4e li,
.j4gl .gp4e li,
.k7xm .gp4e li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.mu357 .gp4e li::before,
.upw9wj .gp4e li::before,
.j4gl .gp4e li::before,
.k7xm .gp4e 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;
}
.mu357     .gp4e li::before { border-radius: 50%; }
.upw9wj  .gp4e li::before { border-radius: 3px; }
.j4gl .gp4e li::before { border-radius: 3px; }
.k7xm    .gp4e li::before { border-radius: 50%; }
.yplv8zh { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.yp0si .yplv8zh,
.i02677ub .yplv8zh { background: transparent; border: none; border-radius: 0; }
.yxo9b2o { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.yxo9b2o th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.yxo9b2o td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.yxo9b2o tr:hover td { background: var(--bg-hover); }
.pe0888w .yxo9b2o tbody tr:nth-child(even) td { background: var(--bg-surface); }
.z5vddzlp .yxo9b2o { border: 1px solid var(--border-alt); }
.z5vddzlp .yxo9b2o th,
.z5vddzlp .yxo9b2o td { border: 1px solid var(--border-alt); }
.nl0vr7 .yxo9b2o th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.nl0vr7 .yxo9b2o td { border-bottom: none; }
.nl0vr7 .yxo9b2o tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.cp2s6n5s .yxo9b2o th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.lad5d .yplv8zh {
  overflow: hidden;
}
.lad5d .yxo9b2o th { border-bottom: 1px solid var(--border-alt); }
.lad5d .yxo9b2o tr:last-child td { border-bottom: none; }
.w5r0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.p3cll { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.mvmef { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.zby5 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ix1nq8 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ioc4j5 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ioc4j5 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%}
.vsa3j .zby5 { background: transparent; text-align: center; }
.ash0vfs1 .mvmef {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.k8v285lk .mvmef {
  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);
}
.mqlw0n .p3cll { display: grid; grid-template-columns: auto 1fr; }
.mqlw0n .mvmef {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.mqlw0n .zby5 { grid-column: 2; }
.mqlw0n .ix1nq8,
.mqlw0n .ioc4j5 { grid-column: 1 / -1; }
.vpm0nlh .p3cll { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.vpm0nlh .mvmef {
  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);
}
.vpm0nlh .zby5 { grid-column: 2; }
.vpm0nlh .ix1nq8,
.vpm0nlh .ioc4j5 { grid-column: 1 / -1; }
.ukn1wqo .p3cll { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ukn1wqo .zby5 { background: none; color: var(--accent-light); font-weight: 700; }
.umof5 .p3cll { 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); }
.umof5 .zby5 { background: none; color: var(--accent-light); font-weight: 700; }
.vk6tks .p3cll { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.vk6tks .p3cll:last-child { border-bottom: none; }
.vk6tks .zby5 { background: none; color: var(--accent-light); font-weight: 700; }
.a9z6uo .p3cll { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.a9z6uo .zby5 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.nyx6 .w5r0 { counter-reset: card-n; }
.nyx6 .p3cll  { counter-increment: card-n; }
.nyx6 .zby5 { display: flex; align-items: center; gap: 10px; }
.nyx6 .zby5::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;
}
.y5sasav .p3cll { background: var(--bg-surface); border: 1px solid var(--border); }
.y5sasav .zby5 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.tl91gsz { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.utl8dpcc  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.wky5phsr { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.um7d { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.x4ubed { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.tl91gsz strong { color: var(--text-primary); font-size: 0.95rem; }
.tl91gsz p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.gtdlg9h { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.dx51, .zief { border-radius: 8px; padding: 14px; }
.dx51 { background: var(--bg-pros); }
.zief { background: var(--bg-cons); }
.s5qa { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.dx51 .s5qa { color: var(--c-pros-label); }
.zief .s5qa { color: #f87171; }
.dx51 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zief ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.wm6seb5w { width: 100%; height: auto; border-radius: 10px; display: block; }
.wbsg {
  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;
}
.wbsg:hover { opacity: 0.85; }
.kb01ubd1 .wbsg  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.kb01ubd1 .wbsg:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ktaiaj .wbsg  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ktaiaj .wbsg:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.j5030 .h446e { border-radius: 50px; }
.j5030 .wbsg  { border-radius: 50px; }
.oheewm .h446e { padding-left: 22px; padding-right: 22px; }
.oheewm .wbsg  { padding-left: 12px; padding-right: 12px; }
.rd1cw9 .h446e { padding-left: 44px; padding-right: 44px; }
.rd1cw9 .wbsg  { padding-left: 24px; padding-right: 24px; }
.sak6bs .h446e { padding-left: 56px; padding-right: 56px; }
.sak6bs .wbsg  { padding-left: 32px; padding-right: 32px; }
.i5gi9pf4   .h446e::after, .i5gi9pf4   .wbsg::after,
.bbeu .h446e::after, .bbeu .wbsg::after,
.n398q4ga    .h446e::after, .n398q4ga    .wbsg::after,
.nk56srle    .h446e::after, .nk56srle    .wbsg::after,
.o22yjxd4    .h446e::after, .o22yjxd4    .wbsg::after,
.qfurzl     .h446e::after, .qfurzl     .wbsg::after,
.s5ozz2y    .h446e::after, .s5ozz2y    .wbsg::after,
.g40o1   .h446e::after, .g40o1   .wbsg::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;
}
.i5gi9pf4 .h446e::after, .i5gi9pf4 .wbsg::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");
}
.bbeu .h446e::after, .bbeu .wbsg::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");
}
.n398q4ga .h446e::after, .n398q4ga .wbsg::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");
}
.nk56srle .h446e::after, .nk56srle .wbsg::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");
}
.o22yjxd4 .h446e::after, .o22yjxd4 .wbsg::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");
}
.qfurzl .h446e::after, .qfurzl .wbsg::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");
}
.s5ozz2y .h446e::after, .s5ozz2y .wbsg::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");
}
.g40o1 .h446e::after, .g40o1 .wbsg::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");
}
.jh2hfh   .fft44p5::after, .jh2hfh   .cbweu::after,
.ni3sb .fft44p5::after, .ni3sb .cbweu::after,
.bpu4nnd    .fft44p5::after, .bpu4nnd    .cbweu::after,
.fr20n0mi    .fft44p5::after, .fr20n0mi    .cbweu::after,
.j4xuxxq2    .fft44p5::after, .j4xuxxq2    .cbweu::after,
.emxjqi     .fft44p5::after, .emxjqi     .cbweu::after,
.vuesvpg7    .fft44p5::after, .vuesvpg7    .cbweu::after,
.whk0   .fft44p5::after, .whk0   .cbweu::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;
}
.jh2hfh .fft44p5::after, .jh2hfh .cbweu::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");
}
.ni3sb .fft44p5::after, .ni3sb .cbweu::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");
}
.bpu4nnd .fft44p5::after, .bpu4nnd .cbweu::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");
}
.fr20n0mi .fft44p5::after, .fr20n0mi .cbweu::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");
}
.j4xuxxq2 .fft44p5::after, .j4xuxxq2 .cbweu::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");
}
.emxjqi .fft44p5::after, .emxjqi .cbweu::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");
}
.vuesvpg7 .fft44p5::after, .vuesvpg7 .cbweu::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");
}
.whk0 .fft44p5::after, .whk0 .cbweu::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");
}
.y4ym5il {
  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;
}
.wrjhw {
  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;
}
.wrjhw > * { min-width: 0; }
.wrjhw:hover { background: var(--bg-hover); }
.wrjhw > [itemprop="item"] { display: contents; }
.wrjhw [itemprop="itemReviewed"],
.wrjhw [itemprop="reviewRating"] { display: none; }
.wrjhw::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;
}
.hw3ocn {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.dkw7t {
  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;
}
.pw6hedta { max-height: 52px; max-width: 110px; object-fit: contain; }
.rq9c0n {
  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;
}
.d2sl .dkw7t    { background: #1a1a1a; }
.cu6i3 .dkw7t   { background: rgba(128,128,128,.12); }
.omzdic1 .dkw7t { background: var(--bg-raised); }
.mpwysxn8 .dkw7t    { background: transparent; padding: 0; }
.i0fh {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.n8kxouk { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.daf5bt { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.f7wz9 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.rtk4qc {
  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;
}
.p4klsl {
  
  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%;
}
.dnxdw {
  
  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;
}
.o01bp1yz {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.o01bp1yz.wbsg {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .wrjhw {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .wrjhw::before    { grid-area: rank;   }
  .hw3ocn           { grid-area: ident;  }
  .i0fh     { grid-area: rating; min-width: 0; width: auto; }
  .f7wz9           { grid-area: pills;  }
  .o01bp1yz             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .wrjhw {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .wrjhw::before    { justify-self: center; }
  .hw3ocn           { width: 100%; }
  .i0fh     { justify-self: center; }
  .f7wz9           { grid-template-columns: 1fr; }
}
.zedp6 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.igt4gw8 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.nmlay {
  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;
}
.nmlay img { max-width: 80px; max-height: 50px; object-fit: contain; }
.djrvi4 { flex: 1; }
.djrvi4 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.mtfqbr8 { color: var(--c-stars); font-size: 1.1rem; }
.n9t46 { margin-bottom: 8px; }
.ppsix { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.k571t::before   { content: "★ "; color: var(--accent-light); }
.eaa0n08 { flex-shrink: 0; }
.vtzaepx img.ukcdfw1w { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.yp0si { padding: 20px 24px; }
.tvfatwpe { color: var(--text-muted); margin-bottom: 16px; }
.oy2eb8an { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.k02wg29, .paq7 { list-style: none; font-size: 0.9rem; }
.k02wg29 li { color: var(--c-pros); margin-bottom: 4px; }
.paq7 li { color: var(--c-cons); margin-bottom: 4px; }
.k02wg29 li::before { content: "✓"; margin-right: 5px; }
.paq7 li::before { content: "✗"; margin-right: 5px; }
.ebxhxku .k02wg29 li::before { content: "→"; }
.ebxhxku .paq7 li::before { content: "–"; }
.k371e  .k02wg29 li::before { content: "★"; }
.k371e  .paq7 li::before { content: "✕"; }
.d0mqf    .k02wg29 li::before { content: "◆"; }
.d0mqf    .paq7 li::before { content: "▲"; }
.ws4ve9  .k02wg29 li::before { content: "▶"; }
.ws4ve9  .paq7 li::before { content: "■"; }
.eg5db { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.webe { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.mxhwtfh { background: var(--bg-pros); color: var(--c-tag-pay); }
.g6jx7 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.jj7f .g6jx7 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.b8g82n .g6jx7 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .x93vfkrg .dh7lu {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .x93vfkrg .zedp6 { margin: 0; }
}
.cbl1tf .igt4gw8 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.cbl1tf .djrvi4 h3 { color: var(--accent-light); }
.cbl1tf .nmlay { background: var(--bg-page); border: 1px solid var(--border); }
.aqoe .zedp6 { border-top: 4px solid var(--accent); }
.aqoe .igt4gw8 { background: var(--bg-card); }
.xjys6g4 .zedp6 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.xjys6g4 .igt4gw8 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.xjys6g4 .yp0si { padding: 14px 16px; }
.xjys6g4 .nmlay { border-radius: 4px; }
.xjys6g4 .g6jx7 { border-radius: 0; }
.cu6g4s .igt4gw8 { padding: 0; gap: 0; overflow: hidden; }
.cu6g4s .nmlay { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.cu6g4s .djrvi4 { padding: 16px 20px; }
.cu6g4s .eaa0n08 { padding: 16px 20px; align-self: center; }
.otq3h .mtfqbr8 { font-size: .95rem; }
.i02677ub .gtdlg9h { gap: 10px; }
.i02677ub .dx51, .i02677ub .zief { padding: 12px; }
.i02677ub .dx51 ul, .i02677ub .zief ul { margin: 4px 0 0; padding-left: 18px; }
.i02677ub .dx51 li, .i02677ub .zief li { font-size: .85rem; margin-bottom: 3px; }
.ko44dy .webe { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .q5ad { grid-template-columns: 1fr; }
  .mlmj14x { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .mlmj14x .u45y { width: 72px; height: 50px; }
  .mlmj14x .elin { max-width: 180px; }
  .mlmj14x .gab5t { width: auto; }
}
.hqcubbn .otq3h .mtfqbr8 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .hqcubbn { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cn9tupfu { padding: 16px; }
  .c6y5 .jjtxd { min-width: 50%; }
}
.c8duot .gtdlg9h { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .igu68 { grid-template-columns: 1fr; }
  .it1p { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ln6qs61 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .kaugl { flex-wrap: wrap; padding: 16px; }
}
.vi7j .gtdlg9h { gap: 8px; }
.vi7j .dx51, .vi7j .zief { padding: 8px; }
@media (max-width: 480px) {
  .vnv7 { flex-direction: column; align-items: stretch; }
}
.rvj6wlry .gab5t .wbsg { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .dzc5 { flex-direction: column; align-items: stretch; gap: 10px; }
  .rvj6wlry .gab5t { text-align: center; }
}
@media (max-width: 720px) {
  .hudm { grid-template-columns: 1fr; }
  .ehq8n1f8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .x5wf1 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.b5jcvop .omxm6a { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.mf1t5f .mtfqbr8 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .t97m09b { grid-template-columns: 1fr; }
  .mf1t5f { width: 100px; height: 100px; margin: 16px auto; }
  .b5jcvop { font-size: 1.4rem; }
  .gt85zhvb { justify-content: center; }
  .lptesjjn .jjtxd { min-width: 50%; }
}
.dt2pu .gtdlg9h { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .bskp { flex-wrap: wrap; padding: 14px 16px; }
  .lz0g58 { padding: 12px 16px; }
  .dt2pu .gtdlg9h { margin: 0 16px; }
  .dt2pu .ko44dy { padding: 0 16px; }
  .kc5hxg { padding: 12px 16px; }
}
.cw5hsagk .wrjhw {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.cw5hsagk .wrjhw:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.pjfklqt .y4ym5il { gap: 18px; }
.pjfklqt .wrjhw {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.pjfklqt .wrjhw:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.bbgsw4l1 .y4ym5il {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.bbgsw4l1 .wrjhw {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.bbgsw4l1 .wrjhw:last-child { border-bottom: none; }
.bbgsw4l1 .hw3ocn,
.bbgsw4l1 .i0fh,
.bbgsw4l1 .f7wz9 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.xcew .y4ym5il { gap: 0; }
.xcew .wrjhw {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.xcew .wrjhw:last-child { border-bottom: none; }
.xcew .wrjhw:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.xcew .wrjhw:nth-child(even):hover { background: var(--bg-hover); }
.u2cixc .wrjhw {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.a91w .f7wz9 .rtk4qc {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.a91w .f7wz9 .rtk4qc:first-child { border-left: none; }
.qjm748zu .f7wz9 .rtk4qc {
  background: transparent; padding: 4px 8px;
}
.qjm748zu .f7wz9 .p4klsl { font-size: .65rem; opacity: .65; }
.qjm748zu .f7wz9 .dnxdw   { font-size: 1.15rem; color: var(--accent-light); }
.wq2m4g6 .f7wz9 .rtk4qc {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.daf5bt { display: none; }
.b8yp .n8kxouk { font-size: 1rem; letter-spacing: 2px; }
.dq4p40r .n8kxouk {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.uai9zb .n8kxouk,
.rsw1i .n8kxouk,
.uiez .n8kxouk { display: none; }
.uai9zb .daf5bt,
.rsw1i .daf5bt,
.uiez .daf5bt { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.uai9zb .daf5bt { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.uai9zb .daf5bt small { display: none; }
.rsw1i .daf5bt {
  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;
}
.rsw1i .daf5bt small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.uiez .daf5bt {
  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;
}
.uiez .daf5bt small { display: none; }
.uai9zb .n9t46 .mtfqbr8,
.rsw1i .n9t46 .mtfqbr8,
.uiez .n9t46 .mtfqbr8 { display: none; }
.uai9zb .n9t46 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.uai9zb .omxm6a { display: none; }
.rsw1i .n9t46 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;
}
.rsw1i .tudw,
.rsw1i .omxm6a { font-size: 1em; }
.uiez .n9t46 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.uiez .omxm6a { display: none; }
.upp6h68 { margin: 16px 0; }
.jhzch1 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.jhzch1 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.jhzch1 summary::after { content: "+"; color: var(--accent-light); }
.jhzch1[open] summary::after { content: "−"; }
.jhzch1 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.kr928f6a { margin-bottom: 0; }
.ykez80 h2.jr4wsu6 { color: var(--text-primary); border-color: var(--accent-light); }
.n52ky h2.jr4wsu6 { color: var(--text-primary); border-color: var(--accent-light); }
.xcilz9g .utl8dpcc     { background: #052e16; border-color: #10b981; }
.xcilz9g .wky5phsr { background: #2d0a1e; border-color: #f43f5e; }
.xcilz9g .um7d    { background: #1e1036; border-color: #a855f7; }
.xcilz9g .tl91gsz strong  { color: #f1f5f9; }
.xcilz9g .tl91gsz p       { color: #cbd5e1; }
.xcilz9g .yl0pc11    .utl8dpcc     .x4ubed::before,
.xcilz9g .z0im  .utl8dpcc     .x4ubed::before,
.xcilz9g .gbkm7  .utl8dpcc     .x4ubed::before,
.xcilz9g .zxygrd .utl8dpcc     .x4ubed::before { color: #10b981; }
.xcilz9g .yl0pc11    .wky5phsr .x4ubed::before,
.xcilz9g .z0im  .wky5phsr .x4ubed::before,
.xcilz9g .gbkm7  .wky5phsr .x4ubed::before,
.xcilz9g .zxygrd .wky5phsr .x4ubed::before { color: #f43f5e; }
.xcilz9g .yl0pc11    .um7d    .x4ubed::before,
.xcilz9g .z0im  .um7d    .x4ubed::before,
.xcilz9g .gbkm7  .um7d    .x4ubed::before,
.xcilz9g .zxygrd .um7d    .x4ubed::before { color: #a855f7; }
.rlttql .utl8dpcc     { background: #2d2000; border-color: #eab308; }
.rlttql .wky5phsr { background: #2d0b0b; border-color: #ef4444; }
.rlttql .um7d    { background: #2d1600; border-color: #f97316; }
.rlttql .tl91gsz strong  { color: #f1f5f9; }
.rlttql .tl91gsz p       { color: #cbd5e1; }
.rlttql .yl0pc11    .utl8dpcc     .x4ubed::before,
.rlttql .z0im  .utl8dpcc     .x4ubed::before,
.rlttql .gbkm7  .utl8dpcc     .x4ubed::before,
.rlttql .zxygrd .utl8dpcc     .x4ubed::before { color: #eab308; }
.rlttql .yl0pc11    .wky5phsr .x4ubed::before,
.rlttql .z0im  .wky5phsr .x4ubed::before,
.rlttql .gbkm7  .wky5phsr .x4ubed::before,
.rlttql .zxygrd .wky5phsr .x4ubed::before { color: #ef4444; }
.rlttql .yl0pc11    .um7d    .x4ubed::before,
.rlttql .z0im  .um7d    .x4ubed::before,
.rlttql .gbkm7  .um7d    .x4ubed::before,
.rlttql .zxygrd .um7d    .x4ubed::before { color: #f97316; }
.o7muv .utl8dpcc     { background: #0c1a2e; border-color: #38bdf8; }
.o7muv .wky5phsr { background: #12103a; border-color: #818cf8; }
.o7muv .um7d    { background: #0a2020; border-color: #2dd4bf; }
.o7muv .tl91gsz strong  { color: #f1f5f9; }
.o7muv .tl91gsz p       { color: #cbd5e1; }
.o7muv .yl0pc11    .utl8dpcc     .x4ubed::before,
.o7muv .z0im  .utl8dpcc     .x4ubed::before,
.o7muv .gbkm7  .utl8dpcc     .x4ubed::before,
.o7muv .zxygrd .utl8dpcc     .x4ubed::before { color: #38bdf8; }
.o7muv .yl0pc11    .wky5phsr .x4ubed::before,
.o7muv .z0im  .wky5phsr .x4ubed::before,
.o7muv .gbkm7  .wky5phsr .x4ubed::before,
.o7muv .zxygrd .wky5phsr .x4ubed::before { color: #818cf8; }
.o7muv .yl0pc11    .um7d    .x4ubed::before,
.o7muv .z0im  .um7d    .x4ubed::before,
.o7muv .gbkm7  .um7d    .x4ubed::before,
.o7muv .zxygrd .um7d    .x4ubed::before { color: #2dd4bf; }
.ws4cv .utl8dpcc     { background: var(--accent-bg); border-color: var(--accent-light); }
.ws4cv .wky5phsr { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ws4cv .um7d    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ws4cv .yl0pc11    .x4ubed::before,
.ws4cv .z0im  .x4ubed::before,
.ws4cv .gbkm7  .x4ubed::before,
.ws4cv .zxygrd .x4ubed::before { color: var(--accent-light) !important; }
.bi48::before,
.mhne::before { margin-right: 5px; }
.by0g .dx51 ul li,
.by0g .k02wg29 li         { color: #4ade80; }
.by0g .dx51 .bi48 { color: #22c55e; }
.by0g .zief ul li,
.by0g .paq7 li         { color: #f87171; }
.by0g .zief .mhne { color: #ef4444; }
.ol4hz .dx51 { background: var(--bg-pros); }
.ol4hz .zief { background: var(--bg-cons); }
.ol4hz .dx51 .bi48 { color: var(--c-pros-label); }
.ol4hz .zief .mhne { color: var(--c-cons); }
.ol4hz .dx51 ul li,
.ol4hz .k02wg29 li            { color: var(--c-pros); }
.ol4hz .zief ul li,
.ol4hz .paq7 li            { color: var(--c-cons); }
.oue4g .dx51 { background: var(--bg-pros); }
.oue4g .zief { background: var(--bg-cons); }
.oue4g .dx51 .bi48 { color: var(--c-pros-label); }
.oue4g .zief .mhne { color: var(--c-cons); }
.oue4g .dx51 ul li,
.oue4g .k02wg29 li          { color: var(--c-pros); }
.oue4g .zief ul li,
.oue4g .paq7 li          { color: var(--c-cons); }
.kpp1x1w .bi48::before { content: "✓ "; }
.kpp1x1w .mhne::before { content: "✗ "; }
.ebxhxku .bi48::before { content: "→ "; }
.ebxhxku .mhne::before { content: "← "; }
.k371e .bi48::before { content: "★ "; }
.k371e .mhne::before { content: "✕ "; }
.d0mqf .bi48::before { content: "◆ "; }
.d0mqf .mhne::before { content: "▲ "; }
.b8g82n .tl91gsz { background: transparent; border-left: none; border: 1.5px solid; }
.b8g82n .utl8dpcc     { border-color: var(--c-tip-border); }
.b8g82n .wky5phsr { border-color: var(--c-warn-border); }
.b8g82n .um7d    { border-color: #60a5fa; }
.b8g82n .tl91gsz strong { color: var(--text-primary); }
.b8g82n .tl91gsz p      { color: var(--text-muted); }
.jj7f .tl91gsz { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.jj7f .utl8dpcc     { border-top-color: var(--c-tip-border); }
.jj7f .wky5phsr { border-top-color: var(--c-warn-border); }
.jj7f .um7d    { border-top-color: #60a5fa; }
.lfpp5 .tl91gsz { border-left: none; border-radius: 8px; }
.lfpp5 .utl8dpcc     { background: #065f46; }
.lfpp5 .wky5phsr { background: #92400e; }
.lfpp5 .um7d    { background: #1e3a8a; }
.lfpp5 .tl91gsz strong,
.lfpp5 .tl91gsz p { color: #fff; }
.lfpp5 .x4ubed::before { color: rgba(255,255,255,0.85) !important; }
.xcilz9g.lfpp5 .utl8dpcc,
.xcilz9g .lfpp5 .utl8dpcc     { background: #052e16; }
.xcilz9g.lfpp5 .wky5phsr,
.xcilz9g .lfpp5 .wky5phsr { background: #2d0a1e; }
.xcilz9g.lfpp5 .um7d,
.xcilz9g .lfpp5 .um7d    { background: #1e1036; }
.rlttql.lfpp5 .utl8dpcc,
.rlttql .lfpp5 .utl8dpcc      { background: #2d2000; }
.rlttql.lfpp5 .wky5phsr,
.rlttql .lfpp5 .wky5phsr  { background: #2d0b0b; }
.rlttql.lfpp5 .um7d,
.rlttql .lfpp5 .um7d     { background: #2d1600; }
.o7muv.lfpp5 .utl8dpcc,
.o7muv .lfpp5 .utl8dpcc      { background: #0c1a2e; }
.o7muv.lfpp5 .wky5phsr,
.o7muv .lfpp5 .wky5phsr  { background: #12103a; }
.o7muv.lfpp5 .um7d,
.o7muv .lfpp5 .um7d     { background: #0a2020; }
.zqcpdtr .tl91gsz { border-left: none; border-radius: 6px; padding: 10px 14px; }
.zqcpdtr .utl8dpcc     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.zqcpdtr .wky5phsr { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.zqcpdtr .um7d    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.zqcpdtr .tl91gsz strong { color: var(--text-primary); }
.zqcpdtr .tl91gsz p      { color: var(--text-muted); }
.xb0muyq8 .tl91gsz { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.yl0pc11 .x4ubed,
.z0im .x4ubed,
.gbkm7 .x4ubed,
.zxygrd .x4ubed { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.yl0pc11 .x4ubed::before,
.z0im .x4ubed::before,
.gbkm7 .x4ubed::before,
.zxygrd .x4ubed::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.yl0pc11 .utl8dpcc     .x4ubed::before { content: "✦"; color: var(--c-tip-border); }
.yl0pc11 .wky5phsr .x4ubed::before { content: "▲"; color: var(--c-warn-border); }
.yl0pc11 .um7d    .x4ubed::before { content: "◉"; color: #60a5fa; }
.z0im .utl8dpcc     .x4ubed::before { content: "★"; color: var(--c-tip-border); }
.z0im .wky5phsr .x4ubed::before { content: "◆"; color: var(--c-warn-border); }
.z0im .um7d    .x4ubed::before { content: "●"; color: #60a5fa; }
.gbkm7 .utl8dpcc     .x4ubed::before { content: "▶"; color: var(--c-tip-border); }
.gbkm7 .wky5phsr .x4ubed::before { content: "■"; color: var(--c-warn-border); }
.gbkm7 .um7d    .x4ubed::before { content: "▸"; color: #60a5fa; }
.zxygrd .utl8dpcc     .x4ubed::before { content: "→"; color: var(--c-tip-border); }
.zxygrd .wky5phsr .x4ubed::before { content: "⬥"; color: var(--c-warn-border); }
.zxygrd .um7d    .x4ubed::before { content: "◈"; color: #60a5fa; }
.uqwxvan .tmk7a .h74f8y6,
.uqwxvan .ni367s4h .h74f8y6  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.uqwxvan .p3cll                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.uqwxvan .wrjhw                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.uqwxvan .zedp6            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.uqwxvan .yplv8zh          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.uqwxvan .afyqsqi                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.szacgnu .tmk7a .h74f8y6,
.szacgnu .ni367s4h .h74f8y6,
.szacgnu .p3cll,
.szacgnu .wrjhw,
.szacgnu .zedp6,
.szacgnu .yplv8zh,
.szacgnu .afyqsqi,
.szacgnu .xb0muyq8 .tl91gsz { box-shadow: none; }
.u53bd4   .zd9lf6e4, .u53bd4 .j2bg7, .u53bd4 .d7fdp,
.u53bd4   .opwhz, .u53bd4 .ntldked { font-size: 0.9rem; }
.u53bd4   .n73i0vs, .u53bd4 .gp4e { font-size: 0.9rem; }
.nr7zux   .zd9lf6e4, .nr7zux .j2bg7, .nr7zux .d7fdp,
.nr7zux   .opwhz, .nr7zux .ntldked { font-size: 0.95rem; }
.nr7zux   .n73i0vs, .nr7zux .gp4e { font-size: 0.95rem; }
.wpny0jd   .zd9lf6e4, .wpny0jd .j2bg7, .wpny0jd .d7fdp,
.wpny0jd   .opwhz, .wpny0jd .ntldked { font-size: 1.08rem; }
.wpny0jd   .n73i0vs, .wpny0jd .gp4e { font-size: 1.05rem; }
.wpny0jd   .yxo9b2o { font-size: 0.97rem; }
.aeo3jfql .jk44      { font-size: 3.2rem; }
.aeo3jfql h2.jr4wsu6 { font-size: 1.9rem; }
.aeo3jfql h3.w68yzzz     { font-size: 1.4rem; }
.blu310 .jk44      { font-size: 3.8rem; }
.blu310 h2.jr4wsu6 { font-size: 2.2rem; }
.blu310 h3.w68yzzz     { font-size: 1.6rem; }
.kr928f6a + .kr928f6a { position: relative; }
.nmzxofd   .kr928f6a + .kr928f6a::before,
.ytge  .kr928f6a + .kr928f6a::before,
.s0x42boh   .kr928f6a + .kr928f6a::before,
.hrh2m8tw   .kr928f6a + .kr928f6a::before,
.tnwb7qk   .kr928f6a + .kr928f6a::before,
.isjrlr1 .kr928f6a + .kr928f6a::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.nmzxofd .kr928f6a + .kr928f6a::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ytge .kr928f6a + .kr928f6a::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.s0x42boh .kr928f6a + .kr928f6a::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;
}
.hrh2m8tw .kr928f6a + .kr928f6a::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.e17os .kr928f6a { margin-bottom: 16px; }
.e17os .kr928f6a + .kr928f6a { margin-top: 0; }
.e17os .ou0pso7c { padding-top: 0; padding-bottom: 0; }
.tnwb7qk .kr928f6a + .kr928f6a::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.isjrlr1 .kr928f6a + .kr928f6a::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.asw5ose .kr928f6a + .kr928f6a::before,
.pwt93gq .kr928f6a + .kr928f6a::before,
.v5etm0yh .kr928f6a + .kr928f6a::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%;
}
.d0578hw0 .asw5ose .kr928f6a:nth-child(even)::before,
.d0578hw0 .pwt93gq .kr928f6a:nth-child(even)::before,
.d0578hw0 .v5etm0yh .kr928f6a:nth-child(even)::before { background: var(--bg-surface); }
.gro947a .asw5ose .kr928f6a:nth-child(even)::before,
.gro947a .pwt93gq .kr928f6a:nth-child(even)::before,
.gro947a .v5etm0yh .kr928f6a:nth-child(even)::before { background: var(--bg-card); }
.asw5ose .kr928f6a + .kr928f6a::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");
}
.pwt93gq .kr928f6a + .kr928f6a::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");
}
.v5etm0yh .kr928f6a + .kr928f6a::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");
}
.jh0ub94b .qc08coc { overflow: hidden; }
.jh0ub94b .xiece { margin-bottom: 70px; }
.n774n .qlxvg2s,
.g27n7s .qlxvg2s { padding-bottom: 60px; }
.jh0ub94b .qlxvg2s { padding-bottom: 70px; }
.jh0ub94b .qc08coc::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.jh0ub94b .qc08coc::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.hhdh .n01d { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.zm06d2r0 .n01d { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.sfa11oac .n01d { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.wetr93x .n01d { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.l186 .f1e1zups { background: var(--accent); }
.l186 .f1e1zups .uzxbr { background: none; }
.l186 .kjb8uc7 { background: var(--accent); }
.l186 .n01d { background: var(--accent-bg); }
.l186 .qc08coc:not(.f1e1zups) .uzxbr { background: rgba(0,0,0,0.6); }
.fas7suv .cmqq5ibt { float: left; width: 38%; margin: 0 28px 16px 0; }
.fas7suv .cmqq5ibt .wm6seb5w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.fas7suv .ou0pso7c::after { content: ''; display: block; clear: both; }
.nsufbr .cmqq5ibt { float: right; width: 38%; margin: 0 0 16px 28px; }
.nsufbr .cmqq5ibt .wm6seb5w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nsufbr .ou0pso7c::after { content: ''; display: block; clear: both; }
.wcmw3 .kr928f6a:nth-child(odd)  .cmqq5ibt { float: left;  width: 38%; margin: 0 28px 16px 0; }
.wcmw3 .kr928f6a:nth-child(even) .cmqq5ibt { float: right; width: 38%; margin: 0 0 16px 28px; }
.wcmw3 .cmqq5ibt .wm6seb5w { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wcmw3 .ou0pso7c::after { content: ''; display: block; clear: both; }
.fas7suv .w5r0,
.fas7suv .y4ym5il,
.nsufbr .w5r0,
.nsufbr .y4ym5il,
.wcmw3 .w5r0,
.wcmw3 .y4ym5il { clear: both; }
@media (max-width: 900px) {
  .fas7suv .cmqq5ibt,
  .nsufbr .cmqq5ibt,
  .wcmw3 .kr928f6a:nth-child(odd)  .cmqq5ibt,
  .wcmw3 .kr928f6a:nth-child(even) .cmqq5ibt {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .fas7suv .cmqq5ibt .wm6seb5w,
  .nsufbr .cmqq5ibt .wm6seb5w,
  .wcmw3 .cmqq5ibt .wm6seb5w {
    max-height: none !important;
  }
}
.fas7suv .n73i0vs,
.fas7suv .gp4e,
.nsufbr .n73i0vs,
.nsufbr .gp4e,
.wcmw3 .n73i0vs,
.wcmw3 .gp4e { overflow: hidden; }
@media (max-width: 640px) {
  .fas7suv .cmqq5ibt,
  .nsufbr .cmqq5ibt,
  .wcmw3 .cmqq5ibt { float: none; width: 100%; margin: 0 0 16px 0; }
}
.kg3f .pzowm,
.kg3f .ou0pso7c,
.kg3f .mvug12ho  { max-width: 1100px; }
.tmuwzm5m .pzowm,
.tmuwzm5m .ou0pso7c,
.tmuwzm5m .mvug12ho  { max-width: 1200px; }
.rcauo72q .pzowm,
.rcauo72q .ou0pso7c,
.rcauo72q .mvug12ho  { max-width: 1320px; }
.rcauo72q { --content-mw: 1320px; }
.qjbw { font-size: 0.82rem; color: var(--text-muted); }
.j1fxbt { display: flex; align-items: center; }
.xvqg {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.jtysx { display: flex; align-items: center; }
.pl8ns { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.pl8ns:hover { text-decoration: underline; }
.ihfmocje { margin: 0 3px; opacity: 0.45; }
.ihfmocje::before { content: '/'; }
.fuzco { padding: 2px 5px; color: var(--text-main); }
.y9odkg .qjbw {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.y9odkg .j1fxbt { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.gt47n .qjbw {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.gt47n .j1fxbt { padding: 0 0 0 12px; }
.lu8g {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.g10kp .j1fxbt { padding: 0 16px; }
.g10kp .qjbw {
  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);
}
.g10kp .pzowm { padding-top: 28px; }
@media (max-width: 720px) {
  .lu8g { margin-top: 18px; padding: 0 16px; }
  .g10kp .pzowm { padding-top: 16px; }
}
.kg3f.y9odkg .j1fxbt { max-width: 1100px; }
.tmuwzm5m.y9odkg .j1fxbt { max-width: 1200px; }
.rcauo72q.y9odkg .j1fxbt { max-width: 1320px; }
.kg3f .lu8g { max-width: 1100px; }
.tmuwzm5m .lu8g { max-width: 1200px; }
.rcauo72q .lu8g { max-width: 1320px; }
.i7kuxyn .kr928f6a { padding-top: 16px; padding-bottom: 16px; }
.egr4k8gm .kr928f6a { padding-top: 24px; padding-bottom: 24px; }
.mypkhk .kr928f6a { padding-top: 40px; padding-bottom: 40px; }
.sxpxl1t .kr928f6a { padding-top: 52px; padding-bottom: 52px; }
.xiubeh6 .kr928f6a:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.xiubeh6 .kr928f6a:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.xiubeh6 .kr928f6a:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.xiubeh6 .kr928f6a:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.bh8h .ou0pso7c { padding-top: 10px;  padding-bottom: 10px; }
.thx3 .ou0pso7c { padding-top: 18px;  padding-bottom: 18px; }
.ksoh .ou0pso7c { padding-top: 36px;  padding-bottom: 36px; }
.rkt2dn .ou0pso7c { padding-top: 48px;  padding-bottom: 48px; }
.o0akm h2.jr4wsu6 { font-weight: 600; }
.o0akm h3.w68yzzz     { font-weight: 600; }
.t1zfl { font-weight: 500; }
.t1zfl h2.jr4wsu6 { font-weight: 800; }
.t1zfl h3.w68yzzz     { font-weight: 700; }
.wz5gkeh h2.jr4wsu6 { font-weight: 900; }
.wz5gkeh h3.w68yzzz     { font-weight: 800; }
.wz5gkeh .tl91gsz strong,
.wz5gkeh .tl91gsz strong { font-weight: 600; }
.fft44p5 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qbe7xb .fft44p5 { display: none; }
@media (max-width: 640px) {
  .e1v5i { display: none; }
  .fft44p5 {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.fft44p5 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.fft44p5:hover { opacity: 0.85; }
.hmplx .fft44p5 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.sygou .fft44p5,
.mvqxc77  .fft44p5 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.sygou .fft44p5:hover,
.mvqxc77  .fft44p5:hover { opacity: 0.88; }
.hmplx.sygou .fft44p5,
.hmplx.mvqxc77  .fft44p5 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.cbweu {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.cbweu:hover { transform: translateY(-2px); opacity: 0.92; }
.cbweu { background: var(--cta) !important; color: #fff !important; border: none !important; }
.hbwthgy .cbweu { display: none; }
.t953ctns .cbweu { right: 32px; }
.jspx9ofm  .cbweu { left: 32px; }
@media (max-width: 480px) {
  .t953ctns .cbweu { right: 20px; bottom: 20px; }
  .jspx9ofm  .cbweu { left: 20px; bottom: 20px; }
}
.gyeyp3f0 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.mvug12ho { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.er0r { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.hcij { color: var(--text-dim); font-size: 0.8rem; }
.aydw a, .ca8s5j a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.aydw a:hover, .ca8s5j a:hover { color: var(--accent-light); }
.ca8s5j { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.abm6fd .mvug12ho { text-align: center; }
.abm6fd .ca8s5j { justify-content: center; margin-bottom: 16px; }
.abm6fd .er0r { margin-top: 0; }
.lbvh2j8m { margin-top: 10px; }
.lbvh2j8m a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .mvug12ho { padding-left: 16px; padding-right: 16px; }
  .rtoueo7 .mvug12ho { padding: 20px 16px; }
  .ca8s5j { gap: 4px 12px; }
  .er0r { font-size: 0.78rem; }
}
.tosrebv .er0r { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.tosrebv .hcij { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .tosrebv .iolj7k { grid-template-columns: 1fr 1fr; } .tosrebv .d0uvmz { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tosrebv .iolj7k { grid-template-columns: 1fr; } }
.fh230f .er0r { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .fh230f .lykv0 { gap: 12px; } .fh230f .rl9y { margin-right: 0; width: 100%; } }
.lgxnche .er0r { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.lgxnche .hcij { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .lgxnche .t6srq { grid-template-columns: 1fr 1fr; } .lgxnche .fmhxk { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lgxnche .t6srq { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .c0ksslq .mp6fq { grid-template-columns: 1fr 1fr; } .c0ksslq .oip3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .c0ksslq .mp6fq { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .woxilg .mp6fq { grid-template-columns: 1fr; } }
.mgwwguuh .mvug12ho { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.mgwwguuh .ca8s5j { justify-content: center; }
.t4ni .petxw7      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.t4ni .gyeyp3f0 { background: var(--bg-page); border-top-color: var(--border-alt); }
.b9gv .petxw7      { background: #0d1117; border-bottom-color: #21262d; }
.b9gv .r6tp { color: var(--accent-light); }
.b9gv .wja7jd { --msep-color: #8b949e; }
.b9gv .wja7jd a { color: #8b949e; }
.b9gv .wja7jd a:hover { color: var(--accent-light); }
.b9gv .bsgybl { color: #8b949e; }
.b9gv .gyeyp3f0 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.b9gv .er0r,
.b9gv .hcij { color: #6e7681; }
.b9gv .aydw a, .b9gv .ca8s5j a,
.b9gv .aydw a:hover, .b9gv .ca8s5j a:hover,
@media (max-width: 640px) {
  .b9gv .wja7jd { background: #0d1117; border-top-color: #21262d; }
  .b9gv .wja7jd li a { border-bottom-color: #21262d; }
}
.mfhx .petxw7      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.mfhx .r6tp { color: var(--accent-light); }
.mfhx .wja7jd { --msep-color: #475569; }
.mfhx .wja7jd a { color: #475569; }
.mfhx .wja7jd a:hover { color: var(--accent-light); }
.mfhx .bsgybl { color: #64748b; }
.mfhx .gyeyp3f0 { background: #f0f4f8; border-top-color: #cbd5e1; }
.mfhx .er0r,
.mfhx .hcij { color: #64748b; }
.mfhx .aydw a, .mfhx .ca8s5j a,
.mfhx .aydw a:hover, .mfhx .ca8s5j a:hover,
@media (max-width: 640px) {
  .mfhx .wja7jd { background: #f0f4f8; border-top-color: #cbd5e1; }
  .mfhx .wja7jd li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.sygou .petxw7      { background: var(--accent); border-bottom-color: var(--accent-light); }
.sygou .r6tp { color: #fff; }
.sygou .wja7jd { --msep-color: rgba(255,255,255,0.82); }
.sygou .wja7jd a { color: rgba(255,255,255,0.82); }
.sygou .wja7jd a:hover { color: #fff; }
.sygou .bsgybl { color: rgba(255,255,255,0.9); }
.sygou .gyeyp3f0 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.sygou .er0r,
.sygou .hcij { color: rgba(255,255,255,0.72); }
.sygou .aydw a, .sygou .ca8s5j a,
.sygou .aydw a:hover, .sygou .ca8s5j a:hover,
@media (max-width: 640px) {
  .sygou .wja7jd { background: var(--accent); border-top-color: var(--accent-light); }
  .sygou .wja7jd li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.mvqxc77 .petxw7 {
  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);
}
.mvqxc77 .gyeyp3f0 {
  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) {
  .mvqxc77 .wja7jd {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.rm2y9py .sqlu { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.k4e5wk .sqlu { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.lktlj0 .sqlu { min-height: 72px; height: auto; }
.zb5e .sqlu { min-height: 84px; height: auto; }
.rtoueo7 .sqlu { max-width: none; padding: 0 32px; }
.rtoueo7 .mvug12ho  { max-width: none; padding: 24px 32px; }
.qd3szj.tmuwzm5m .sqlu { max-width: 1200px; }
.qd3szj.rcauo72q .sqlu { max-width: 1320px; }
.ldce   .r6tp, .ldce   .rl9y { text-transform: capitalize; }
.ccebauk .r6tp, .ccebauk .rl9y { text-transform: lowercase; }
.e9h8 .r6tp, .e9h8 .rl9y { text-transform: uppercase; letter-spacing: 0.06em; }
.swqfp, .v0ogo3 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ju6v65 .swqfp,
.fsnsnwh .swqfp,
.mtep3tom .swqfp,
.xk8gb7 .swqfp,
.worc14   .wja7jd a { font-weight: 500; }
.jw9x .wja7jd a { font-weight: 600; }
.oh7hlknl     .wja7jd a { font-weight: 700; }
.b0wiu4    .wja7jd a { font-weight: 800; letter-spacing: 0.01em; }
.ao0e9hea     .wja7jd > li + li::before,
.lsqfcr    .wja7jd > li + li::before,
.bnfjpwz    .wja7jd > li + li::before,
.jhbrtgs .wja7jd > li + li::before,
.vuwqmhzn .wja7jd > li + li::before,
.ecdh811c  .wja7jd > li + li::before,
.uwrwoofv    .wja7jd > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ao0e9hea     .wja7jd > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.lsqfcr    .wja7jd > li + li::before { content: "|"; }
.bnfjpwz    .wja7jd > li + li::before { content: "—"; }
.jhbrtgs .wja7jd > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.vuwqmhzn .wja7jd > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ecdh811c  .wja7jd > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.uwrwoofv    .wja7jd > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ta1yo .bsgybl,
  .ud5j2y .bsgybl,
  .j8ffy .bsgybl,
  .bug5i3tu .bsgybl,
  .tg0xeg .bsgybl {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ta1yo .bsgybl::before,
  .ud5j2y .bsgybl::before,
  .j8ffy .bsgybl::before,
  .bug5i3tu .bsgybl::before,
  .tg0xeg .bsgybl::before { content: ""; display: block; flex-shrink: 0; }

  
  .ta1yo .bsgybl::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;
  }

  
  .ud5j2y .bsgybl::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;
  }

  
  .j8ffy .bsgybl::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;
  }

  
  .bug5i3tu .bsgybl::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;
  }

  
  .tg0xeg .bsgybl::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) {
  .ay8wms .bsgybl {
    padding: 5px 14px;
  }
  .ay8wms .wja7jd {
    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;
  }
  .ay8wms .wja7jd li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ay8wms .wja7jd li a:hover { background: var(--bg-raised); }
  .ay8wms .r13om,
  .bbgxy .r13om,
  .koxc .r13om { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .slokz .bsgybl {
    padding: 5px 10px;
  }
  .slokz .wja7jd {
    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);
  }
  .slokz .wja7jd.zgxhq1 { transform: translateX(0); }
  .slokz .wja7jd li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .slokz .wja7jd li:last-child a { border-bottom: none; }
  .sygou .wja7jd,
  .b9gv .wja7jd { background: var(--accent) !important; }
  .sygou .wja7jd li a,
  .b9gv .wja7jd li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .koxc .bsgybl {
    padding: 5px 10px;
  }
  .koxc .wja7jd {
    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);
  }
  .koxc .wja7jd::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .koxc .wja7jd.zgxhq1 { transform: translateY(0); }
  .koxc .wja7jd li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .iriu .bsgybl {
    padding: 5px 10px;
  }
  .iriu .wja7jd {
    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;
  }
  .iriu .wja7jd.zgxhq1 { opacity: 1; pointer-events: auto; }
  .iriu .wja7jd li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .a4b8     .bsgybl { border-radius: 0 !important; }
  .perd   .bsgybl { border-radius: 8px !important; }
  .mh5nh5nf .bsgybl { border-radius: 50% !important; }
  .tugb3wn   .bsgybl { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .xw7xw8 .kly19 { flex-direction: column; align-items: stretch; }
  .xw7xw8 .kxmsear { flex-direction: row; min-width: auto; }
  .xw7xw8 .orf06pe6 { align-items: flex-start; text-align: left; }
}
.mvync,
.mvync.kr928f6a,
.d0578hw0 .mvync,
.ypc83u .mvync,
.gro947a .mvync,
.l3arpe .mvync {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ccjby3 {
  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;
}
.dg731tky { flex: 1 1 280px; min-width: 0; }
.gokauv {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.vqzlv8o {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.wwzrrlej {
  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;
}
.wwzrrlej:hover { transform: translateY(-1px); opacity: 0.95; }
.yrlnf .ccjby3 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.yrlnf .gokauv { color: var(--cta); }
.yrlnf .vqzlv8o { color: var(--text-body); }
.yrlnf .wwzrrlej {
  background: var(--cta) !important;
  color: #fff !important;
}
.f9a0jky .ccjby3 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.f9a0jky .gokauv { color: var(--text-primary); }
.f9a0jky .vqzlv8o { color: var(--text-body); }
.f9a0jky .wwzrrlej {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ccjby3 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .dg731tky { flex: 0 0 auto; }
  .gokauv { font-size: 1.2rem; }
  .wwzrrlej { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.i8km0 .sjmgt5f { height: 36px; }
.jopd .sjmgt5f { height: 60px; max-width: 200px; }
.fwpv .sjmgt5f { height: 56px; max-width: 180px; }
.v2gay    .n8kxouk, .v2gay    .mtfqbr8 { color: #f59e0b; }
.wfm8ue      .n8kxouk { font-size: 1rem; letter-spacing: 1.5px; }
.wfm8ue      .mtfqbr8   { font-size: 1.35rem; }
.rsf2    .n8kxouk, .rsf2    .mtfqbr8 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.galo8q9d     .n8kxouk, .galo8q9d     .mtfqbr8 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.u5va .n8kxouk, .u5va .mtfqbr8 { color: var(--cta); letter-spacing: 2px; }
.p8wn5b0h   .n8kxouk, .p8wn5b0h   .mtfqbr8 { color: #e91e63; letter-spacing: 2px; }
.lierds  .n8kxouk, .lierds  .mtfqbr8 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.r4qlk     .n8kxouk, .r4qlk     .mtfqbr8 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.a91w .rtk4qc + .rtk4qc {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.c29wmqaz .wrjhw { padding: 18px 24px; min-height: 68px; }
.qjm748zu .p4klsl {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.qjm748zu .dnxdw {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.wq2m4g6 .rtk4qc {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.y4ym5il { counter-reset: cs-rank; }
.y4ym5il .wrjhw { counter-increment: cs-rank; }
.y4ym5il .wrjhw::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;
}
.lpo287j5 .y4ym5il { counter-reset: cs-rank; gap: 0; }
.lpo287j5 .wrjhw {
  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;
}
.lpo287j5 .wrjhw::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;
}
.lpo287j5 .hw3ocn {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.lpo287j5 .dkw7t {
  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;
}
.lpo287j5 .pw6hedta { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.lpo287j5 .hw3ocn { min-width: 0; flex-direction: column; width: 100%; }
.lpo287j5 .rq9c0n {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.lpo287j5 .n8kxouk { color: var(--cta, var(--accent)); }
.lpo287j5 .daf5bt { font-weight: 700; }
.lpo287j5 .rtk4qc {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.lpo287j5 .p4klsl {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.lpo287j5 .dnxdw {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.lpo287j5 .hk2a72w .dnxdw { font-size: 1.3rem; color: var(--accent-light); }
.lpo287j5 .o01bp1yz {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.lpo287j5 .wrjhw:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .lpo287j5 .y4ym5il {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .lpo287j5 .wrjhw {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .lpo287j5 .wrjhw { padding: 40px 16px 20px; }
  .lpo287j5 .rtk4qc {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .lpo287j5 .o01bp1yz { width: 100%; min-width: 0; }
}
.nl4mqf3 .y4ym5il { counter-reset: cs-rank; gap: 10px; }
.nl4mqf3 .wrjhw {
  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);
}
.nl4mqf3 .wrjhw::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);
}
.nl4mqf3 .hw3ocn {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.nl4mqf3 .dkw7t {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.nl4mqf3 .pw6hedta { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.nl4mqf3 .rq9c0n {
  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;
}
.nl4mqf3 .n8kxouk { color: var(--cta, var(--accent)); }
.nl4mqf3 .rtk4qc {
  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;
}
.nl4mqf3 .p4klsl {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.nl4mqf3 .dnxdw { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.nl4mqf3 .hk2a72w .dnxdw { color: var(--accent-light); }
.nl4mqf3 .o01bp1yz {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.nl4mqf3 .wrjhw:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .nl4mqf3 .wrjhw {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .nl4mqf3 .wrjhw::before {
    position: absolute; top: 14px; left: 14px;
  }
  .nl4mqf3 .hw3ocn {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .nl4mqf3 .rq9c0n { white-space: normal; text-align: center; font-size: 1.2rem; }
  .nl4mqf3 .rtk4qc {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .nl4mqf3 .o01bp1yz { width: 100%; min-width: 0; }
  .nl4mqf3 .n8kxouk { min-width: 0; }
}
.r024 .wrjhw::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.zdb90dbv .jhzch1 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.zdb90dbv .jhzch1 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.zdb90dbv .jhzch1 p { padding: 0 2px 16px; }
.q02a .jhzch1 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.q02a .jhzch1 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.q02a .jhzch1 summary::after { content: "›"; font-size: 1.2em; }
.q02a .jhzch1[open] summary::after { content: "‹"; }
.q02a .jhzch1 p { padding: 10px 22px 4px; }
.dp580r2 .jhzch1 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.dp580r2 .jhzch1 summary { color: var(--text-primary); padding-left: 16px; }
.dp580r2 .jhzch1 summary::after { content: "›"; font-size: 1.1em; }
.dp580r2 .jhzch1[open] summary::after { content: "‹"; }
.dp580r2 .jhzch1 p { padding-left: 16px; }
.cwp256b .upp6h68 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.cwp256b .jhzch1 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.cwp256b .jhzch1:last-child { border-bottom: none; }
.cwp256b .jhzch1 summary { color: var(--text-primary); border-radius: 0; }
.cwp256b .jhzch1 summary::after { content: "›"; font-size: 1.1em; }
.cwp256b .jhzch1[open] summary::after { content: "‹"; }
.b1cqr .jhzch1 { overflow: hidden; }
.b1cqr .jhzch1 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.b1cqr .jhzch1 summary::after { color: rgba(255,255,255,.75); }
.b1cqr .jhzch1[open] summary { border-radius: 0; }
.b4x5q { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bvuig {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.t6gmzyr {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.zwj2k5p2 { color: var(--text-muted); font-size: 1.05rem; }
.lqwa {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.sw5p18 { margin-bottom: 20px; }
.dq8h21y6 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.m8hk5qfs {
  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;
}
.m8hk5qfs:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.l3gmz { resize: vertical; min-height: 130px; }
.an52 { width: 100%; margin-top: 8px; }
.jkpau79 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.kva3g06j {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ni3r3tk { color: var(--text-muted); line-height: 1.75; }
.v21m70 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.v21m70 li { margin-bottom: 6px; }
.qf9o2 { max-width: 760px; margin: 0 auto; }
.k7ihol32 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.h4nrjw5g { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.h4nrjw5g:last-child { border-bottom: none; }
.h4nrjw5g h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.h4nrjw5g p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.duvztwii { max-width: 760px; margin: 0 auto; }
.dy47d94 ul.v21m70 { margin: 0; }
@media (max-width: 640px) { .mlrwx2q { grid-template-columns: 1fr; gap: 10px; } }
.odc57hsx { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.ozt0v { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.qth28cvt { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.ozt0v p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.ozt0v .v21m70 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .odc57hsx { grid-template-columns: 1fr; } }
.vprm3br6 ul.v21m70 { margin: 0; }
.u4fe .v21m70,
.uc0asqqx .v21m70,
.mhv8 .v21m70,
.yr6b112 .v21m70 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .azmm7 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .m7o4 { grid-template-columns: 1fr; } .eujfuh85 { position: static; text-align: center; } }
@media (max-width: 860px) { .yrx56 { grid-template-columns: 1fr; } }
.yr6b112 .v21m70 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .bah4 { flex-direction: column; text-align: center; } .afqgqsbw { grid-template-columns: 1fr; } }
.pykt { max-width: 760px; margin: 0 auto; }
.ag07vb6q { position: relative; padding-left: 28px; }
.ag07vb6q::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.fi27zdf { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.fi27zdf:last-child { padding-bottom: 0; }
.r14r { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.hc8iuqxa h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.hc8iuqxa p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.t96g3g5 .t6gmzyr { color: var(--accent-light); }
.clhrw56 .t6gmzyr { font-size: 2rem; }
.clhrw56 .zwj2k5p2 { max-width: 680px; }
.mbq6 .t6gmzyr { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.mbq6 .zwj2k5p2  { margin: 0; }
@media (max-width: 640px) { .mbq6 { flex-direction: column; } }
.l7owy {
  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;
}
.l7owy .t6gmzyr { color: var(--accent-light); }
.zalowo .t6gmzyr { color: #fff; }
.zalowo .zwj2k5p2  { color: rgba(255,255,255,0.85); }
.t25lhs { max-width: 680px; margin: 0 auto; }
.insjin {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .insjin { grid-template-columns: 1fr; } }
.cxtm .m8hk5qfs {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.cxtm .m8hk5qfs:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ahh8u9oo .m8hk5qfs { background: var(--bg-raised); border-color: transparent; }
.ahh8u9oo .m8hk5qfs:focus { background: var(--bg-card); border-color: var(--accent-light); }
.cjonlajj .m8hk5qfs { border-radius: 100px; padding: 11px 20px; }
.cjonlajj .l3gmz { border-radius: 14px; }
.sao5r5 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .sao5r5 { grid-template-columns: 1fr; } }
.owgbhdo {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.owgbhdo h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.owgbhdo p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.e7z9 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.e7z9 li { margin-bottom: 6px; }
.jy9ab5v{position:relative;overflow:visible}
.litj86k8 .xdgwycf4{display:block}
.qi9ogqz5 .n01d~.wh8uj,
.qi9ogqz5 .n01d~.wh8uj .qjdyi,
.n01d~.wh8uj,.yvoic~.wh8uj{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}
.n01d~.wh8uj .qjdyi{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.k3ldi .qjdyi{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.soqhdlg{--date-bg:transparent}
.fxg8 .nyjh::before{content:""}
.x5gurr .qsm4bj{padding:20px 0}
@media(max-width:640px){
  .qsm4bj{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .gfmberh{max-width:100%}
}
.ntltythj .yplv8zh{margin:0}
@media (max-width:560px){
  .llqlgbiu{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) {
  .l8qac48 { padding: 28px 18px 20px; }
  .oscgd { font-size: 1.2rem; }
  .gxm2yd0l { max-width: 220px; max-height: 80px; }
}
.i7av9s4n {
  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);
}
.hasb6 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.g7e2v8b  .i7av9s4n { border-radius: 50%; }
.aixtir  .i7av9s4n { border-radius: 6px; }
.hiriyv1 .i7av9s4n { border-radius: 22px; }
.e57s .ccjby3 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .i7av9s4n { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.arjoyyq {
  margin: 28px 0 24px;
}
.arjoyyq .kr928f6a {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.arjoyyq .ou0pso7c {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.arjoyyq .ccjby3 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .sqlu { flex-direction: row-reverse; }
[dir="rtl"] .wja7jd { flex-direction: row-reverse; }
[dir="rtl"] .t953ctns .cbweu { right: auto; left: 32px; }
[dir="rtl"] .jspx9ofm  .cbweu { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .t953ctns .cbweu { right: auto; left: 20px; }
  [dir="rtl"] .jspx9ofm  .cbweu { left: auto;  right: 20px; }
}
[dir="rtl"] .fas7suv .cmqq5ibt  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .nsufbr .cmqq5ibt { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .n01d,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .n73i0vs, [dir="rtl"] .gp4e { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .dx51 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zief { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .tl91gsz { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ccjby3 { direction: rtl; }
[dir="rtl"] .i7av9s4n { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .wrjhw,
[dir="rtl"] .qjbw { direction: rtl; }
[dir="rtl"] .afyqsqi { direction: rtl; }
[dir="rtl"] .ku9qugoc { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .mu357 .gp4e,
[dir="rtl"] .upw9wj .gp4e,
[dir="rtl"] .j4gl .gp4e,
[dir="rtl"] .k7xm .gp4e {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .mu357 .gp4e li::before,
[dir="rtl"] .upw9wj .gp4e li::before,
[dir="rtl"] .j4gl .gp4e li::before,
[dir="rtl"] .k7xm .gp4e li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .n01d.dipg7uc6 .qlxvg2s { align-items: flex-end; text-align: right; }
[dir="rtl"] .n01d.nmwn .qlxvg2s { text-align: center; }
[dir="rtl"] .n01d .qlxvg2s { text-align: right; }
[dir="rtl"] .ou0pso7c,
[dir="rtl"] .opwhz,
[dir="rtl"] .ntldked,
[dir="rtl"] .bq10,
[dir="rtl"] .lqwa,
[dir="rtl"] .dq8h21y6,
[dir="rtl"] .m8hk5qfs,
[dir="rtl"] .l3gmz { text-align: right; direction: rtl; }
[dir="rtl"] .cjonlajj .m8hk5qfs,
[dir="rtl"] .cxtm .m8hk5qfs { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #10b981;
  --brand:           #10b981;
  --brand-light:     #16986d;
  --brand-pale:      #28b989;
  --grad-start:      #37edb1;
  --grad-end:        #77eac4;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #84cc16;
  --cta-light:       #6dab0d;
  --cta-hover:       #609410;
  --bg-page:         #f6f8f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f6f5;
  --bg-raised:       #edf1f0;
  --bg-hover:        #f3f6f5;
  --border:          #e1e9e6;
  --border-alt:      #cfddd8;
  --border-section:  #e1e9e6;
  --text-primary:    #161c1a;
  --text-muted:      #50625c;
  --text-body:       #2d3834;
  --text-sub:        #44544f;
  --text-faint:      #728c83;
  --text-dim:        #8ea39c;
  --text-label:      #5b7069;
  --text-value:      #394641;
  --accent-bg:       #dff5ee;
  --accent-bg-light: #c4f2e3;
  --bg-tip:          #f9f0f3;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f5f9;
  --bg-pros:         #f9f0f3;
  --bg-cons:         #faf6f3;
  --c-pros:          #960c3a;
  --c-cons:          #9f5421;
  --c-pros-label:    #b30e45;
  --c-tip-border:    #c6104c;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #960c3a;
}
:root { --logo-bg-opacity: 48%; }
body, button, input { font-family: "Quicksand", sans-serif; }
.zw7m2e .x4ubed { font-size: 0; width: 1.2rem; flex-shrink: 0; }.zw7m2e .x4ubed::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.zw7m2e .utl8dpcc     .x4ubed::before { content: "";  color: var(--c-tip-border); }.zw7m2e .wky5phsr .x4ubed::before { content: ""; color: var(--c-warn-border); }.zw7m2e .um7d    .x4ubed::before { content: ""; color: #60a5fa; }.xcilz9g .zw7m2e .utl8dpcc     .x4ubed::before { color: #10b981; }.xcilz9g .zw7m2e .wky5phsr .x4ubed::before { color: #f43f5e; }.xcilz9g .zw7m2e .um7d    .x4ubed::before { color: #a855f7; }.rlttql  .zw7m2e .utl8dpcc     .x4ubed::before { color: #eab308; }.rlttql  .zw7m2e .wky5phsr .x4ubed::before { color: #ef4444; }.rlttql  .zw7m2e .um7d    .x4ubed::before { color: #f97316; }.o7muv  .zw7m2e .utl8dpcc     .x4ubed::before { color: #38bdf8; }.o7muv  .zw7m2e .wky5phsr .x4ubed::before { color: #818cf8; }.o7muv  .zw7m2e .um7d    .x4ubed::before { color: #2dd4bf; }.ws4cv .zw7m2e .x4ubed::before { color: var(--accent-light) !important; }
.mkxw .k02wg29 li::before, .mkxw .paq7 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.mkxw .k02wg29 li::before { content: ""; }.mkxw .paq7 li::before { content: ""; }.mkxw .bi48::before, .mkxw .mhne::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.mkxw .bi48::before { content: ""; }.mkxw .mhne::before { content: ""; }
.t7asq .gkcs40c4, .t7asq .n01d { min-height: 780px; }
.lquoc .h446e::after, .lquoc .wbsg::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.cr0w1 .fft44p5::after,.cr0w1 .cbweu::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.ihfmocje::before { content: '—'; }