:root {
  --color-accent: #4bd7d3;
  --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;
}
.ghv5 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.xnr5v {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.cir02 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.o2pnmgt3 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.xyp0o61 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.xyp0o61 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.xyp0o61 a:hover { color: var(--accent-light); }
.cxsaawz  .kxmi { border-radius: 14px; }
.cxsaawz .kxmi li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.cxsaawz .kxmi li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.ni8r1  .kxmi li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .kxmi {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .lxh6:hover .kxmi,
  .lxh6:focus-within .kxmi { display: block; }
  .kxmi li a { padding: 8px 16px; font-size: 0.88rem; }
}
.pagscmbz {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.wxc7umyf { display: none; }
@media (max-width: 640px) {
  .wxc7umyf {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .wxc7umyf.uzmx { display: block; }
}
@media (max-width: 640px) {
  .pagscmbz { display: block; }
  .xyp0o61 > li + li::before { display: none !important; }
  .xyp0o61 {
    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;
  }
  .xyp0o61.uzmx { display: flex; }
  .xyp0o61 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .xyp0o61 li:last-child a { border-bottom: none; }
}
.cvor { min-height: 480px; }
.vdijpe8 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.m5j37k5 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.yjb16lkl .m5j37k5 { margin-left: 0; margin-right: 0; }
.b4n6l7 {
  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;
}
.yad7t1 .b4n6l7 { margin-top: 24px; }
.b4n6l7:hover { opacity: 0.88; }
.fua86 .vdijpe8 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.fua86 .m5j37k5 { color: #e2e8f0; }
.fua86.yjb16lkl   .putfgfr { text-align: left; }
.c89x .vdijpe8 { color: var(--text-primary); text-shadow: none; }
.c89x .m5j37k5 { color: var(--text-muted); }
.c89x .b4n6l7 { margin-top: 16px; }
.c89x, .c89x.cvor { min-height: auto !important; }
.c89x.yjb16lkl   .putfgfr { text-align: left; }
.c89x~.ryespo{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.c89x~.ryespo .d8nqby{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.bqv9qwo .qeaglu,
.bqv9qwo .tj88ns {
  position: relative; overflow: hidden;
}
.bqv9qwo .qeaglu::after,
.bqv9qwo .tj88ns::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.bqv9qwo .fua86 .gl4kbi {
  overflow: hidden;
}
.bqv9qwo .fua86 .gl4kbi::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.qeaglu .vdijpe8 { color: #fff; }
.qeaglu .m5j37k5 { color: rgba(255,255,255,0.85); }
.qeaglu .b4n6l7 { background: #fff; color: var(--cta); }
.qeaglu .b4n6l7:hover { opacity: 0.92; }
.bqv9qwo .xnw1ltzu { position: relative; overflow: hidden; }
.bqv9qwo .xnw1ltzu::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;
}
.opkm .xnw1ltzu {
  animation: hg-breathe 7s ease-in-out infinite;
}
.q0x2 .xnw1ltzu { position: relative; overflow: hidden; }
.q0x2 .xnw1ltzu::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;
}
.z7d95m .xnw1ltzu { position: relative; overflow: hidden; }
.z7d95m .xnw1ltzu::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;
}
.kre8xcb .xnw1ltzu {
  animation: hg-fadein 1.2s ease-out both;
}
.xnw1ltzu {
  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%);
}
.azyoi {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.n00cgqk {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.xnw1ltzu .vdijpe8 { text-shadow: none; color: var(--text-primary); }
.xnw1ltzu .m5j37k5 { color: var(--text-muted); }
body.wfh9vnw .vdijpe8 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.p9okckx .vdijpe8 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.cvor.qeaglu .vdijpe8,
section.qeaglu .vdijpe8 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.xnw1ltzu.b2kyslwe .azyoi { align-items: center; text-align: center; }
.xnw1ltzu.yjb16lkl   .azyoi { align-items: flex-start; text-align: left; }
.g0y0zjt .n00cgqk { position: relative; }
.g0y0zjt .n00cgqk::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.g0y0zjt.l9lkd .n00cgqk::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.czpn .n00cgqk {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.czpn.l9lkd .n00cgqk { padding: 32px 0 32px 32px; }
.jwkhk .n00cgqk {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.l9lkd .azyoi {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.jwkhk.l9lkd .n00cgqk { padding: 40px 16px 40px 48px; }
.cvor .b8l6 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.b8l6 .ghtaarlc {
  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;
}
.b8l6 .ghtaarlc::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.b8l6 .ycc2zq9 { display: contents !important; }
.b8l6 .ycc2zq9 .fu90d {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.b8l6 .ycc2zq9 .jfk7mh { max-height: 48px; max-width: 96px; }
.b8l6 .ycc2zq9 .l89x3d6 {
  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;
}
.b8l6 .lrprsod {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.b8l6 .n6nxqww { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.b8l6 .b1tdzja5 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.b8l6 .b1tdzja5 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.b8l6 .t2k92 { display: contents !important; }
.b8l6 .t2k92 .n4xd:not(.yc1vuu93) { display: none !important; }
.b8l6 .t2k92 .yc1vuu93 {
  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;
}
.b8l6 .t2k92 .yc1vuu93 .v21g97f {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.b8l6 .t2k92 .yc1vuu93 .wnsif {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.b8l6 .tafcuy9h { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.b8l6 .tafcuy9h.g2ulwrq {
  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;
}
.b8l6 .tafcuy9h.g2ulwrq:hover { opacity: 0.85; }
.f2cfm7 .n00cgqk {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
.ete4t2n {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px !important;
  width: 100%;
}
@media (max-width: 700px) {
  .xnw1ltzu { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .xnw1ltzu:not(.f2cfm7) .n00cgqk { display: none !important; }
  .f2cfm7 .n00cgqk { padding: 16px; }
  .azyoi  { padding: 36px 24px; }
  .xnw1ltzu~.ryespo,.l9lkd~.ryespo{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .cvor, .xnw1ltzu { min-height: 320px !important; }
  .vdijpe8 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .okqnw3d,
  .ete4t2n,
  .nhva { grid-template-columns: 1fr !important; }

  

  
  .wv8vn { display: flex !important; flex-direction: column !important; }
  .wv8vn .putfgfr { display: contents; }
  .wv8vn .gl4kbi { order: 0; }
  .wv8vn .vdijpe8 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .wv8vn .okqnw3d { order: 2; padding: 0 16px 12px !important; }
  .wv8vn .m5j37k5 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .yad7t1 .putfgfr { display: flex; flex-direction: column; }
  .yad7t1 .putfgfr .vdijpe8 { order: 1; }
  .yad7t1 .putfgfr .nhva { order: 2; margin: 8px 0 24px !important; }
  .yad7t1 .putfgfr .m5j37k5 { order: 3; }
  .yad7t1 .putfgfr .b4n6l7 { order: 4; align-self: center; margin-top: 0; }

  
  .xnw1ltzu.f2cfm7 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .xnw1ltzu.f2cfm7 .azyoi { display: contents; padding: 0; }
  .xnw1ltzu.f2cfm7 .azyoi .vdijpe8 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .xnw1ltzu.f2cfm7 .n00cgqk { order: 2; padding: 12px 16px; }
  .xnw1ltzu.f2cfm7 .azyoi .m5j37k5 { order: 3; padding: 0 24px; margin: 0 auto; }
  .xnw1ltzu.f2cfm7 .azyoi .b4n6l7 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.m3kp { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.cotqm5 { width: 100%; height: auto; display: block; border-radius: 10px; }
.lsftj1h .m3kp        { border-radius: 16px; }
.lsftj1h .cotqm5  { border-radius: 16px; }
.eqolh62 .m3kp         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.eqolh62 .cotqm5   { border-radius: 8px; }
.t4qdzp9z { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.htje { width: 100%; padding: 32px 0; position: relative; }
.au77tiy { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.iw3ojyw .htje:nth-child(even) { background: var(--bg-surface); }
.iw3ojyw .htje:nth-child(odd)  { background: var(--bg-page); }
.bycpnz5 .htje:nth-child(even) { background: var(--bg-card); }
.bycpnz5 .htje:nth-child(odd)  { background: var(--bg-page); }
.iw3ojyw .htje:nth-child(odd)  .au77tiy { background: var(--bg-card); border-radius: 6px; }
.iw3ojyw .htje:nth-child(even) .au77tiy { background: var(--bg-raised); border-radius: 6px; }
.bycpnz5 .htje:nth-child(odd)  .au77tiy { background: var(--bg-card); border-radius: 6px; }
.bycpnz5 .htje:nth-child(even) .au77tiy { background: var(--bg-raised); border-radius: 6px; }
.iw3ojyw .htje:nth-child(even) .hxrr7 .dv66so,
.bycpnz5 .htje:nth-child(even) .hxrr7 .dv66so { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.iw3ojyw .htje:nth-child(odd) .hxrr7 .dv66so,
.bycpnz5 .htje:nth-child(odd) .hxrr7 .dv66so { background: var(--bg-card-inner); }
.iw3ojyw .htje:nth-child(even) .ww3lwp .dv66so:nth-child(odd),
.bycpnz5 .htje:nth-child(even) .ww3lwp .dv66so:nth-child(odd)  { background: var(--bg-card); }
.iw3ojyw .htje:nth-child(even) .ww3lwp .dv66so:nth-child(even),
.bycpnz5 .htje:nth-child(even) .ww3lwp .dv66so:nth-child(even) { background: var(--bg-card-inner); }
h1.bcqmxkb { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.bcqmxkb {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.d6nf1agd { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ywwrj8x h2.bcqmxkb {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.owk1 h2.bcqmxkb {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.orl28 h2.bcqmxkb {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.l3ipk5q8 h2.bcqmxkb::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.zb8q5u h2.bcqmxkb {
  color: var(--text-primary); font-size: 1.7rem;
}
.ychgj h2.bcqmxkb::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.w6ki6 h2.bcqmxkb {
  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;
}
.ql786 { font-size: 1.35rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.y35mmm { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .y35mmm { display: none; } }
.nvvp52my { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.f7xbdpl { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.umeq2 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.vxrri0w { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.qhvu { padding-left: 20px; }
.qhvu li { margin-bottom: 6px; }
.qhvu a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.qhvu a:hover { color: var(--accent-light); }
.sm9mjx .vxrri0w { display: none; }
.h9yj5kz .vxrri0w { display: none; }
.h9yj5kz .qhvu { padding-left: 0; list-style: none; }
.h9yj5kz .qhvu li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.h9yj5kz .qhvu a { font-size: 0.92rem; }
.oogb .umeq2 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.oogb .vxrri0w { display: none; }
.oogb .qhvu { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.oogb .qhvu li { margin-bottom: 0; }
.oogb .qhvu 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;
}
.oogb .qhvu a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.p65ag0 .umeq2 { padding: 20px 20px 16px; }
.p65ag0 .qhvu {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.p65ag0 .qhvu li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.p65ag0 .qhvu 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;
}
.p65ag0 .qhvu 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;
}
.p65ag0 .qhvu a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.p65ag0 .qhvu a:focus,
.p65ag0 .qhvu a:focus-visible,
.p65ag0 .qhvu a:target { outline: none; }
.p65ag0 .qhvu li:target a { border-color: var(--border); color: var(--text-muted); }
.o7qz .umeq2 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.o7qz .vxrri0w { display: none; }
.o7qz .qhvu { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.o7qz .qhvu li { margin-bottom: 0; }
.o7qz .qhvu li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.o7qz .qhvu li:last-child::after { content: ""; margin-right: 0; }
.o7qz .qhvu a { font-size: 0.9rem; }
.dv66so { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.hxrr7 .dv66so { background: var(--bg-card); }
.ww3lwp .dv66so:nth-child(odd)  { background: var(--bg-card); }
.ww3lwp .dv66so:nth-child(even) { background: var(--bg-raised); }
.z5n7d .dv66so {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.z5n7d .dv66so:last-child { border-bottom: none; }
.z5n7d h3.d6nf1agd { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ocxp .dv66so {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ocxp .dv66so + .dv66so { margin-top: 4px; }
.xpfb .dv66so { background: none; border-radius: 0; padding: 12px 0; }
.xpfb .dv66so + .dv66so { border-top: 1px solid var(--border-section); }
.hzjxrx { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.orncy5 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.m3488f9 { color: var(--text-body); margin-bottom: 10px; }
.agke, .tvt772 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.agke li, .tvt772 li { margin-bottom: 6px; }
.tmylx     .agke { list-style-type: "● "; }
.txq1  .agke { list-style-type: "■ "; }
.qkov6c .agke { list-style-type: "◆ "; }
.q59ztiv    .agke { list-style-type: "★ "; }
.tmylx     .h4n4ce1 { list-style-type: "● "; }
.txq1  .h4n4ce1 { list-style-type: "■ "; }
.qkov6c .h4n4ce1 { list-style-type: "◆ "; }
.q59ztiv    .h4n4ce1 { list-style-type: "★ "; }
.tmylx    .agke li::marker, .tmylx    .h4n4ce1 li::marker,
.txq1 .agke li::marker, .txq1 .h4n4ce1 li::marker,
.qkov6c .agke li::marker, .qkov6c .h4n4ce1 li::marker,
.q59ztiv   .agke li::marker, .q59ztiv   .h4n4ce1 li::marker {
  color: var(--cta); font-size: 1em;
}
.q59ztiv .tvt772 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.q59ztiv .tvt772 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.q59ztiv .tvt772 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;
}
.q59ztiv    .tvt772 li::before { border-radius: 50%; }
.ul8pqp9 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.rmhz3al .ul8pqp9,
.nxp2s .ul8pqp9 { background: transparent; border: none; border-radius: 0; }
.avoq0er { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.avoq0er th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.avoq0er td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.avoq0er tr:hover td { background: var(--bg-hover); }
.ut9ykd .avoq0er tbody tr:nth-child(even) td { background: var(--bg-surface); }
.mgq9fj8 .avoq0er { border: 1px solid var(--border-alt); }
.mgq9fj8 .avoq0er th,
.mgq9fj8 .avoq0er td { border: 1px solid var(--border-alt); }
.zdma3e .avoq0er th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.zdma3e .avoq0er td { border-bottom: none; }
.zdma3e .avoq0er tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ofpf .avoq0er th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.zgjs8 .ul8pqp9 {
  overflow: hidden;
}
.zgjs8 .avoq0er th { border-bottom: 1px solid var(--border-alt); }
.zgjs8 .avoq0er tr:last-child td { border-bottom: none; }
.gan7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.pub10wy { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.l7uo8n5s { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.nvn44ez { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.pb7ku { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.h4n4ce1 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.h4n4ce1 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%}
.zu1kv .nvn44ez { background: transparent; text-align: center; }
.q22ny .l7uo8n5s {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.j1rcftt .l7uo8n5s {
  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);
}
.nijheykm .pub10wy { display: grid; grid-template-columns: auto 1fr; }
.nijheykm .l7uo8n5s {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.nijheykm .nvn44ez { grid-column: 2; }
.nijheykm .pb7ku,
.nijheykm .h4n4ce1 { grid-column: 1 / -1; }
.pl4hhl .pub10wy { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.pl4hhl .l7uo8n5s {
  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);
}
.pl4hhl .nvn44ez { grid-column: 2; }
.pl4hhl .pb7ku,
.pl4hhl .h4n4ce1 { grid-column: 1 / -1; }
.c78va .pub10wy { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.c78va .nvn44ez { background: none; color: var(--accent-light); font-weight: 700; }
.w58b .pub10wy { 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); }
.w58b .nvn44ez { background: none; color: var(--accent-light); font-weight: 700; }
.lnheq .pub10wy { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.lnheq .pub10wy:last-child { border-bottom: none; }
.lnheq .nvn44ez { background: none; color: var(--accent-light); font-weight: 700; }
.ltvv .pub10wy { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.ltvv .nvn44ez { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.mg2sa .gan7 { counter-reset: card-n; }
.mg2sa .pub10wy  { counter-increment: card-n; }
.mg2sa .nvn44ez { display: flex; align-items: center; gap: 10px; }
.mg2sa .nvn44ez::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;
}
.j68id .pub10wy { background: var(--bg-surface); border: 1px solid var(--border); }
.j68id .nvn44ez { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.eme84sn5 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.sybzklx { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.m47p79 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.eme84sn5 strong { color: var(--text-primary); font-size: 0.95rem; }
.eme84sn5 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.cotqm5 { width: 100%; height: auto; border-radius: 10px; display: block; }
.g2ulwrq {
  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;
}
.g2ulwrq:hover { opacity: 0.85; }
.jvijaxhn .g2ulwrq  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.jvijaxhn .g2ulwrq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.nrdrog .g2ulwrq  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.nrdrog .g2ulwrq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.gt5g .b4n6l7 { border-radius: 50px; }
.gt5g .g2ulwrq  { border-radius: 50px; }
.kfz91hw .b4n6l7 { padding-left: 22px; padding-right: 22px; }
.kfz91hw .g2ulwrq  { padding-left: 12px; padding-right: 12px; }
.gh8g3ak6 .b4n6l7 { padding-left: 44px; padding-right: 44px; }
.gh8g3ak6 .g2ulwrq  { padding-left: 24px; padding-right: 24px; }
.ztluu .b4n6l7 { padding-left: 56px; padding-right: 56px; }
.ztluu .g2ulwrq  { padding-left: 32px; padding-right: 32px; }
.zvdr6   .b4n6l7::after, .zvdr6   .g2ulwrq::after,
.oo5aowg .b4n6l7::after, .oo5aowg .g2ulwrq::after,
.zrwybv    .b4n6l7::after, .zrwybv    .g2ulwrq::after,
.jo60    .b4n6l7::after, .jo60    .g2ulwrq::after,
.mgprxo    .b4n6l7::after, .mgprxo    .g2ulwrq::after,
.wpvkzx     .b4n6l7::after, .wpvkzx     .g2ulwrq::after,
.zaadyq    .b4n6l7::after, .zaadyq    .g2ulwrq::after,
.ul0g4oj   .b4n6l7::after, .ul0g4oj   .g2ulwrq::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;
}
.zvdr6 .b4n6l7::after, .zvdr6 .g2ulwrq::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");
}
.oo5aowg .b4n6l7::after, .oo5aowg .g2ulwrq::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");
}
.zrwybv .b4n6l7::after, .zrwybv .g2ulwrq::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");
}
.jo60 .b4n6l7::after, .jo60 .g2ulwrq::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");
}
.mgprxo .b4n6l7::after, .mgprxo .g2ulwrq::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");
}
.wpvkzx .b4n6l7::after, .wpvkzx .g2ulwrq::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");
}
.zaadyq .b4n6l7::after, .zaadyq .g2ulwrq::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");
}
.ul0g4oj .b4n6l7::after, .ul0g4oj .g2ulwrq::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");
}
.zih14nr   .e9ht::after, .zih14nr   .gjue6abz::after,
.a3owq2ue .e9ht::after, .a3owq2ue .gjue6abz::after,
.vpj39    .e9ht::after, .vpj39    .gjue6abz::after,
.ifmadpbg    .e9ht::after, .ifmadpbg    .gjue6abz::after,
.hwoxyf1    .e9ht::after, .hwoxyf1    .gjue6abz::after,
.w760     .e9ht::after, .w760     .gjue6abz::after,
.z98yx44    .e9ht::after, .z98yx44    .gjue6abz::after,
.lpmj9   .e9ht::after, .lpmj9   .gjue6abz::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;
}
.zih14nr .e9ht::after, .zih14nr .gjue6abz::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");
}
.a3owq2ue .e9ht::after, .a3owq2ue .gjue6abz::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");
}
.vpj39 .e9ht::after, .vpj39 .gjue6abz::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");
}
.ifmadpbg .e9ht::after, .ifmadpbg .gjue6abz::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");
}
.hwoxyf1 .e9ht::after, .hwoxyf1 .gjue6abz::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");
}
.w760 .e9ht::after, .w760 .gjue6abz::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");
}
.z98yx44 .e9ht::after, .z98yx44 .gjue6abz::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");
}
.lpmj9 .e9ht::after, .lpmj9 .gjue6abz::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");
}
.pd5xp9s {
  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;
}
.ghtaarlc {
  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;
}
.ghtaarlc > * { min-width: 0; }
.ghtaarlc:hover { background: var(--bg-hover); }
.ghtaarlc > [itemprop="item"] { display: contents; }
.ghtaarlc [itemprop="itemReviewed"],
.ghtaarlc [itemprop="reviewRating"] { display: none; }
.ghtaarlc::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;
}
.ycc2zq9 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.fu90d {
  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;
}
.jfk7mh { max-height: 52px; max-width: 110px; object-fit: contain; }
.l89x3d6 {
  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;
}
.r1tle .fu90d    { background: #1a1a1a; }
.ohixx2 .fu90d   { background: rgba(128,128,128,.12); }
.fba0n .fu90d { background: var(--bg-raised); }
.tatwmv7 .fu90d    { background: transparent; padding: 0; }
.lrprsod {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.n6nxqww { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.b1tdzja5 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.t2k92 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.n4xd {
  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;
}
.v21g97f {
  
  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%;
}
.wnsif {
  
  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;
}
.tafcuy9h {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.tafcuy9h.g2ulwrq {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ghtaarlc {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ghtaarlc::before    { grid-area: rank;   }
  .ycc2zq9           { grid-area: ident;  }
  .lrprsod     { grid-area: rating; min-width: 0; width: auto; }
  .t2k92           { grid-area: pills;  }
  .tafcuy9h             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ghtaarlc {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ghtaarlc::before    { justify-self: center; }
  .ycc2zq9           { width: 100%; }
  .lrprsod     { justify-self: center; }
  .t2k92           { grid-template-columns: 1fr; }
}
.wqqv .jw4r8dw { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .j39srw60 .fjcku {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .j39srw60 .iotqtzl { margin: 0; }
}
.j9m5v9y .asmtdj { padding: 0; gap: 0; overflow: hidden; }
.j9m5v9y .i7eu7a { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.j9m5v9y .i83dj { padding: 16px 20px; }
.j9m5v9y .bg30jb2 { padding: 16px 20px; align-self: center; }
@media (max-width: 720px) {
  .go7dr5 { grid-template-columns: 1fr; }
  .mk2k0 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .mk2k0 .hmd1l07 { width: 72px; height: 50px; }
  .mk2k0 .qihaace { max-width: 180px; }
  .mk2k0 .i7u9bzd { width: auto; }
}
@media (max-width: 720px) {
  .dl724u3p { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .xqind { padding: 16px; }
  .h9drjsea .qxtavm5 { min-width: 50%; }
}
@media (max-width: 860px) {
  .qr7a { grid-template-columns: 1fr; }
  .wx4uy7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .sw2icuoz { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .cm67fxt { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .soqjzm { flex-direction: column; align-items: stretch; }
}
.dfcf93rl .i7u9bzd .g2ulwrq { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .t5fh6 { flex-direction: column; align-items: stretch; gap: 10px; }
  .dfcf93rl .i7u9bzd { text-align: center; }
}
@media (max-width: 720px) {
  .bsw61 { grid-template-columns: 1fr; }
  .jln1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .yvodu { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .iqero7 { grid-template-columns: 1fr; }
  .qda0pny { width: 100px; height: 100px; margin: 16px auto; }
  .uoanat8x { font-size: 1.4rem; }
  .bar9 { justify-content: center; }
  .krg8ez .qxtavm5 { min-width: 50%; }
}
@media (max-width: 540px) {
  .siyc6dfz { flex-wrap: wrap; padding: 14px 16px; }
  .y1neq { padding: 12px 16px; }
  .di5s .t9y13r4 { margin: 0 16px; }
  .di5s .mzwu5 { padding: 0 16px; }
  .q6u08qmt { padding: 12px 16px; }
}
.xuts1tnd .ghtaarlc {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.xuts1tnd .ghtaarlc:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.kpicj1i3 .pd5xp9s { gap: 18px; }
.kpicj1i3 .ghtaarlc {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.kpicj1i3 .ghtaarlc:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.gi7h2js .pd5xp9s {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.gi7h2js .ghtaarlc {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.gi7h2js .ghtaarlc:last-child { border-bottom: none; }
.gi7h2js .ycc2zq9,
.gi7h2js .lrprsod,
.gi7h2js .t2k92 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.z2im4 .pd5xp9s { gap: 0; }
.z2im4 .ghtaarlc {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.z2im4 .ghtaarlc:last-child { border-bottom: none; }
.z2im4 .ghtaarlc:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.z2im4 .ghtaarlc:nth-child(even):hover { background: var(--bg-hover); }
.hcdkcdn .ghtaarlc {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.e241y .t2k92 .n4xd {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.e241y .t2k92 .n4xd:first-child { border-left: none; }
.gdfrsuz6 .t2k92 .n4xd {
  background: transparent; padding: 4px 8px;
}
.gdfrsuz6 .t2k92 .v21g97f { font-size: .65rem; opacity: .65; }
.gdfrsuz6 .t2k92 .wnsif   { font-size: 1.15rem; color: var(--accent-light); }
.j1zf .t2k92 .n4xd {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.b1tdzja5 { display: none; }
.a6yhjma5 .n6nxqww { font-size: 1rem; letter-spacing: 2px; }
.zrbz9 .n6nxqww {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.hjd5a84i .n6nxqww,
.vywvs .n6nxqww,
.l0386 .n6nxqww { display: none; }
.hjd5a84i .b1tdzja5,
.vywvs .b1tdzja5,
.l0386 .b1tdzja5 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.hjd5a84i .b1tdzja5 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.hjd5a84i .b1tdzja5 small { display: none; }
.vywvs .b1tdzja5 {
  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;
}
.vywvs .b1tdzja5 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.l0386 .b1tdzja5 {
  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;
}
.l0386 .b1tdzja5 small { display: none; }
.fq9yp { margin: 16px 0; }
.dph6kuf { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.dph6kuf summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.dph6kuf summary::after { content: "+"; color: var(--accent-light); }
.dph6kuf[open] summary::after { content: "−"; }
.dph6kuf p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.htje { margin-bottom: 0; }
.y7czg5l3 h2.bcqmxkb { color: var(--text-primary); border-color: var(--accent-light); }
.qsal h2.bcqmxkb { color: var(--text-primary); border-color: var(--accent-light); }
.n0jxi .og3s     { background: #052e16; border-color: #10b981; }
.n0jxi .pui6 { background: #2d0a1e; border-color: #f43f5e; }
.n0jxi .sybzklx    { background: #1e1036; border-color: #a855f7; }
.n0jxi .eme84sn5 strong  { color: #f1f5f9; }
.n0jxi .eme84sn5 p       { color: #cbd5e1; }
.n0jxi .pzswf9    .og3s     .m47p79::before,
.n0jxi .plzn5l1  .og3s     .m47p79::before,
.n0jxi .jiqde  .og3s     .m47p79::before,
.n0jxi .gjal98eh .og3s     .m47p79::before { color: #10b981; }
.n0jxi .pzswf9    .pui6 .m47p79::before,
.n0jxi .plzn5l1  .pui6 .m47p79::before,
.n0jxi .jiqde  .pui6 .m47p79::before,
.n0jxi .gjal98eh .pui6 .m47p79::before { color: #f43f5e; }
.n0jxi .pzswf9    .sybzklx    .m47p79::before,
.n0jxi .plzn5l1  .sybzklx    .m47p79::before,
.n0jxi .jiqde  .sybzklx    .m47p79::before,
.n0jxi .gjal98eh .sybzklx    .m47p79::before { color: #a855f7; }
.vyehsr .sybzklx    { background: #2d1600; border-color: #f97316; }
.vyehsr .eme84sn5 strong  { color: #f1f5f9; }
.vyehsr .eme84sn5 p       { color: #cbd5e1; }
.vyehsr .pzswf9    .og3s     .m47p79::before,
.vyehsr .plzn5l1  .og3s     .m47p79::before,
.vyehsr .jiqde  .og3s     .m47p79::before,
.vyehsr .gjal98eh .og3s     .m47p79::before { color: #eab308; }
.vyehsr .pzswf9    .pui6 .m47p79::before,
.vyehsr .plzn5l1  .pui6 .m47p79::before,
.vyehsr .jiqde  .pui6 .m47p79::before,
.vyehsr .gjal98eh .pui6 .m47p79::before { color: #ef4444; }
.vyehsr .pzswf9    .sybzklx    .m47p79::before,
.vyehsr .plzn5l1  .sybzklx    .m47p79::before,
.vyehsr .jiqde  .sybzklx    .m47p79::before,
.vyehsr .gjal98eh .sybzklx    .m47p79::before { color: #f97316; }
.ut4idfl .sybzklx    { background: #0a2020; border-color: #2dd4bf; }
.ut4idfl .eme84sn5 strong  { color: #f1f5f9; }
.ut4idfl .eme84sn5 p       { color: #cbd5e1; }
.ut4idfl .pzswf9    .og3s     .m47p79::before,
.ut4idfl .plzn5l1  .og3s     .m47p79::before,
.ut4idfl .jiqde  .og3s     .m47p79::before,
.ut4idfl .gjal98eh .og3s     .m47p79::before { color: #38bdf8; }
.ut4idfl .pzswf9    .pui6 .m47p79::before,
.ut4idfl .plzn5l1  .pui6 .m47p79::before,
.ut4idfl .jiqde  .pui6 .m47p79::before,
.ut4idfl .gjal98eh .pui6 .m47p79::before { color: #818cf8; }
.ut4idfl .pzswf9    .sybzklx    .m47p79::before,
.ut4idfl .plzn5l1  .sybzklx    .m47p79::before,
.ut4idfl .jiqde  .sybzklx    .m47p79::before,
.ut4idfl .gjal98eh .sybzklx    .m47p79::before { color: #2dd4bf; }
.k8ypi .sybzklx    { background: var(--accent-bg); border-color: var(--accent-pale); }
.k8ypi .pzswf9    .m47p79::before,
.k8ypi .plzn5l1  .m47p79::before,
.k8ypi .jiqde  .m47p79::before,
.k8ypi .gjal98eh .m47p79::before { color: var(--accent-light) !important; }
.pyhbad .b6olfb2 { background: var(--bg-pros); }
.pyhbad .tftno { background: var(--bg-cons); }
.pyhbad .b6olfb2 .k75r2 { color: var(--c-pros-label); }
.pyhbad .tftno .j1oviqs { color: var(--c-cons); }
.pyhbad .b6olfb2 ul li,
.pyhbad .q9qihpfk li          { color: var(--c-pros); }
.pyhbad .tftno ul li,
.pyhbad .u529j5 li          { color: var(--c-cons); }
.bewmvx .eme84sn5 { background: transparent; border-left: none; border: 1.5px solid; }
.bewmvx .sybzklx    { border-color: #60a5fa; }
.bewmvx .eme84sn5 strong { color: var(--text-primary); }
.bewmvx .eme84sn5 p      { color: var(--text-muted); }
.wqqv .eme84sn5 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.wqqv .og3s     { border-top-color: var(--c-tip-border); }
.wqqv .pui6 { border-top-color: var(--c-warn-border); }
.wqqv .sybzklx    { border-top-color: #60a5fa; }
.ftfz .eme84sn5 { border-left: none; border-radius: 8px; }
.ftfz .sybzklx    { background: #1e3a8a; }
.ftfz .eme84sn5 strong,
.ftfz .eme84sn5 p { color: #fff; }
.ftfz .m47p79::before { color: rgba(255,255,255,0.85) !important; }
.n0jxi.ftfz .og3s,
.n0jxi .ftfz .og3s     { background: #052e16; }
.n0jxi.ftfz .pui6,
.n0jxi .ftfz .pui6 { background: #2d0a1e; }
.n0jxi.ftfz .sybzklx,
.n0jxi .ftfz .sybzklx    { background: #1e1036; }
.vyehsr.ftfz .sybzklx,
.vyehsr .ftfz .sybzklx     { background: #2d1600; }
.ut4idfl.ftfz .sybzklx,
.ut4idfl .ftfz .sybzklx     { background: #0a2020; }
.qwp7q1jn .eme84sn5 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.qwp7q1jn .sybzklx    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.qwp7q1jn .eme84sn5 strong { color: var(--text-primary); }
.qwp7q1jn .eme84sn5 p      { color: var(--text-muted); }
.f4zyagd .eme84sn5 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.pzswf9 .m47p79,
.plzn5l1 .m47p79,
.jiqde .m47p79,
.gjal98eh .m47p79 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.pzswf9 .m47p79::before,
.plzn5l1 .m47p79::before,
.jiqde .m47p79::before,
.gjal98eh .m47p79::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.pzswf9 .og3s     .m47p79::before { content: "✦"; color: var(--c-tip-border); }
.pzswf9 .pui6 .m47p79::before { content: "▲"; color: var(--c-warn-border); }
.pzswf9 .sybzklx    .m47p79::before { content: "◉"; color: #60a5fa; }
.plzn5l1 .og3s     .m47p79::before { content: "★"; color: var(--c-tip-border); }
.plzn5l1 .pui6 .m47p79::before { content: "◆"; color: var(--c-warn-border); }
.plzn5l1 .sybzklx    .m47p79::before { content: "●"; color: #60a5fa; }
.jiqde .og3s     .m47p79::before { content: "▶"; color: var(--c-tip-border); }
.jiqde .pui6 .m47p79::before { content: "■"; color: var(--c-warn-border); }
.jiqde .sybzklx    .m47p79::before { content: "▸"; color: #60a5fa; }
.gjal98eh .og3s     .m47p79::before { content: "→"; color: var(--c-tip-border); }
.gjal98eh .pui6 .m47p79::before { content: "⬥"; color: var(--c-warn-border); }
.gjal98eh .sybzklx    .m47p79::before { content: "◈"; color: #60a5fa; }
.i5x10ll5 .hxrr7 .dv66so,
.i5x10ll5 .ww3lwp .dv66so  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.i5x10ll5 .pub10wy                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.i5x10ll5 .ghtaarlc                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.i5x10ll5 .ul8pqp9          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.i5x10ll5 .umeq2                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.knz7if .hxrr7 .dv66so,
.knz7if .ww3lwp .dv66so,
.knz7if .pub10wy,
.knz7if .ghtaarlc,
.knz7if .iotqtzl,
.knz7if .ul8pqp9,
.knz7if .umeq2,
.knz7if .f4zyagd .eme84sn5 { box-shadow: none; }
.qxgayal   .m3488f9, .qxgayal .hzjxrx, .qxgayal .orncy5,
.qxgayal   .nvvp52my, .qxgayal .f7xbdpl { font-size: 0.9rem; }
.qxgayal   .agke, .qxgayal .tvt772 { font-size: 0.9rem; }
.nikm   .m3488f9, .nikm .hzjxrx, .nikm .orncy5,
.nikm   .nvvp52my, .nikm .f7xbdpl { font-size: 0.95rem; }
.nikm   .agke, .nikm .tvt772 { font-size: 0.95rem; }
.jjp18g   .m3488f9, .jjp18g .hzjxrx, .jjp18g .orncy5,
.jjp18g   .nvvp52my, .jjp18g .f7xbdpl { font-size: 1.08rem; }
.jjp18g   .agke, .jjp18g .tvt772 { font-size: 1.05rem; }
.jjp18g   .avoq0er { font-size: 0.97rem; }
.v6z0mf .vdijpe8      { font-size: 3.2rem; }
.v6z0mf h2.bcqmxkb { font-size: 1.9rem; }
.v6z0mf h3.d6nf1agd     { font-size: 1.4rem; }
.eur18hy .vdijpe8      { font-size: 3.8rem; }
.eur18hy h2.bcqmxkb { font-size: 2.2rem; }
.eur18hy h3.d6nf1agd     { font-size: 1.6rem; }
.htje + .htje { position: relative; }
.z250jbw   .htje + .htje::before,
.u00b6  .htje + .htje::before,
.i5doa8   .htje + .htje::before,
.fjy1p5m   .htje + .htje::before,
.rp21qi   .htje + .htje::before,
.h0d8i .htje + .htje::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.z250jbw .htje + .htje::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.u00b6 .htje + .htje::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.i5doa8 .htje + .htje::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;
}
.fjy1p5m .htje + .htje::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.rcls .htje { margin-bottom: 16px; }
.rcls .htje + .htje { margin-top: 0; }
.rcls .au77tiy { padding-top: 0; padding-bottom: 0; }
.rp21qi .htje + .htje::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.h0d8i .htje + .htje::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.oo49s994 .htje + .htje::before,
.zijg4k .htje + .htje::before,
.hzbbus .htje + .htje::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%;
}
.iw3ojyw .oo49s994 .htje:nth-child(even)::before,
.iw3ojyw .zijg4k .htje:nth-child(even)::before,
.iw3ojyw .hzbbus .htje:nth-child(even)::before { background: var(--bg-surface); }
.bycpnz5 .oo49s994 .htje:nth-child(even)::before,
.bycpnz5 .zijg4k .htje:nth-child(even)::before,
.bycpnz5 .hzbbus .htje:nth-child(even)::before { background: var(--bg-card); }
.oo49s994 .htje + .htje::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");
}
.zijg4k .htje + .htje::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");
}
.hzbbus .htje + .htje::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");
}
.pketh2f .fua86 { overflow: hidden; }
.pketh2f .putfgfr { margin-bottom: 70px; }
.fz7l .azyoi,
.c36b8 .azyoi { padding-bottom: 60px; }
.pketh2f .azyoi { padding-bottom: 70px; }
.pketh2f .fua86::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%;
}
.pketh2f .fua86::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");
}
.lfxjy .fua86:not(.qeaglu) .gl4kbi { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.sutw .xnw1ltzu { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.lfxjy .qeaglu { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.lfxjy .tj88ns { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.lfxjy .xnw1ltzu { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.xlhvc4aj .xnw1ltzu { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.dbuj .xnw1ltzu { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.u93md .xnw1ltzu { background: var(--accent-bg); }
.nt3erqy .m3kp { float: left; width: 38%; margin: 0 28px 16px 0; }
.nt3erqy .m3kp .cotqm5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nt3erqy .au77tiy::after { content: ''; display: block; clear: both; }
.fgz6dn8 .m3kp { float: right; width: 38%; margin: 0 0 16px 28px; }
.fgz6dn8 .m3kp .cotqm5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.fgz6dn8 .au77tiy::after { content: ''; display: block; clear: both; }
.hoqueil .htje:nth-child(odd)  .m3kp { float: left;  width: 38%; margin: 0 28px 16px 0; }
.hoqueil .htje:nth-child(even) .m3kp { float: right; width: 38%; margin: 0 0 16px 28px; }
.hoqueil .m3kp .cotqm5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hoqueil .au77tiy::after { content: ''; display: block; clear: both; }
.nt3erqy .gan7,
.nt3erqy .pd5xp9s,
.fgz6dn8 .gan7,
.fgz6dn8 .pd5xp9s,
.hoqueil .gan7,
.hoqueil .pd5xp9s { clear: both; }
@media (max-width: 900px) {
  .nt3erqy .m3kp,
  .fgz6dn8 .m3kp,
  .hoqueil .htje:nth-child(odd)  .m3kp,
  .hoqueil .htje:nth-child(even) .m3kp {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .nt3erqy .m3kp .cotqm5,
  .fgz6dn8 .m3kp .cotqm5,
  .hoqueil .m3kp .cotqm5 {
    max-height: none !important;
  }
}
.nt3erqy .agke,
.fgz6dn8 .agke,
.hoqueil .agke,
.hoqueil .tvt772 { overflow: hidden; }
@media (max-width: 640px) {
  .nt3erqy .m3kp,
  .fgz6dn8 .m3kp,
  .hoqueil .m3kp { float: none; width: 100%; margin: 0 0 16px 0; }
}
.tcrb .t4qdzp9z,
.tcrb .au77tiy,
.tcrb .bap994  { max-width: 1100px; }
.tcrb { --content-mw: 1100px; }
.q5bkb .t4qdzp9z,
.q5bkb .au77tiy,
.q5bkb .bap994  { max-width: 1200px; }
.ngcw7 .t4qdzp9z,
.ngcw7 .au77tiy,
.ngcw7 .bap994  { max-width: 1320px; }
.slmu { font-size: 0.82rem; color: var(--text-muted); }
.svmqeyaq { display: flex; align-items: center; }
.umfso44h {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.rk8u4v { display: flex; align-items: center; }
.vheyne { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.vheyne:hover { text-decoration: underline; }
.bzbs { margin: 0 3px; opacity: 0.45; }
.bzbs::before { content: '/'; }
.ttchfh { padding: 2px 5px; color: var(--text-main); }
.cevjbyco .slmu {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.cevjbyco .svmqeyaq { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.g9xryq .slmu {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.g9xryq .svmqeyaq { padding: 0 0 0 12px; }
.gr5ojrxm .svmqeyaq { padding: 0 16px; }
.gr5ojrxm .slmu {
  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);
}
.gr5ojrxm .t4qdzp9z { padding-top: 28px; }
@media (max-width: 720px) {
  .uvcgr { margin-top: 18px; padding: 0 16px; }
  .gr5ojrxm .t4qdzp9z { padding-top: 16px; }
}
.tcrb.cevjbyco .svmqeyaq { max-width: 1100px; }
.q5bkb.cevjbyco .svmqeyaq { max-width: 1200px; }
.ngcw7.cevjbyco .svmqeyaq { max-width: 1320px; }
.tcrb .uvcgr { max-width: 1100px; }
.wm9uvb04 .htje { padding-top: 16px; padding-bottom: 16px; }
.uys9l .htje { padding-top: 24px; padding-bottom: 24px; }
.ewtzu .htje { padding-top: 40px; padding-bottom: 40px; }
.r33e .htje { padding-top: 52px; padding-bottom: 52px; }
.jvdr .htje:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jvdr .htje:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jvdr .htje:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jvdr .htje:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.e0gt6 .au77tiy { padding-top: 10px;  padding-bottom: 10px; }
.il8pn2 .au77tiy { padding-top: 18px;  padding-bottom: 18px; }
.uwfpwrsq .au77tiy { padding-top: 36px;  padding-bottom: 36px; }
.vaf7hm .au77tiy { padding-top: 48px;  padding-bottom: 48px; }
.qyad46f h2.bcqmxkb { font-weight: 600; }
.qyad46f h3.d6nf1agd     { font-weight: 600; }
.jo98 { font-weight: 500; }
.jo98 h2.bcqmxkb { font-weight: 800; }
.jo98 h3.d6nf1agd     { font-weight: 700; }
.zik5 h2.bcqmxkb { font-weight: 900; }
.zik5 h3.d6nf1agd     { font-weight: 800; }
.zik5 .eme84sn5 strong,
.zik5 .eme84sn5 strong { font-weight: 600; }
.e9ht {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.bns38 .e9ht { display: none; }
@media (max-width: 640px) {
  .wfsrbal { display: none; }
  .e9ht {
    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;
  }
}
.e9ht { background: var(--cta) !important; color: #fff !important; border: none !important; }
.e9ht:hover { opacity: 0.85; }
.snz6a .e9ht { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.pdyszm .e9ht,
.plvq  .e9ht { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.pdyszm .e9ht:hover,
.plvq  .e9ht:hover { opacity: 0.88; }
.snz6a.pdyszm .e9ht,
.snz6a.plvq  .e9ht { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.gjue6abz {
  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;
}
.gjue6abz:hover { transform: translateY(-2px); opacity: 0.92; }
.gjue6abz { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ms3kmdpy .gjue6abz { display: none; }
.h6ud .gjue6abz { right: 32px; }
.cs01  .gjue6abz { left: 32px; }
@media (max-width: 480px) {
  .h6ud .gjue6abz { right: 20px; bottom: 20px; }
  .cs01  .gjue6abz { left: 20px; bottom: 20px; }
}
.ge7n { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.bap994 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.o3f1z { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ofjegch { color: var(--text-dim); font-size: 0.8rem; }
.rptj { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.rptj img { height: 26px; width: auto; object-fit: contain; }
.mgvx6ay .bap994 { text-align: center; }
.mgvx6ay .o3f1z { margin-top: 0; }
@media (max-width: 640px) {
  .bap994 { padding-left: 16px; padding-right: 16px; }
  .pdu5 .bap994 { padding: 20px 16px; }
  .dm3tte6 { gap: 4px 12px; }
  .o3f1z { font-size: 0.78rem; }
}
.mkp8ar .zpu24u .rptj { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.mkp8ar .o3f1z { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.mkp8ar .ofjegch { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .mkp8ar .v5yzu { grid-template-columns: 1fr 1fr; } .mkp8ar .zpu24u { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mkp8ar .v5yzu { grid-template-columns: 1fr; } }
.gfvou .a5km6o { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.gfvou .rptj { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.gfvou .g93fh26 { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.gfvou .g93fh26 a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.gfvou .g93fh26 a:hover { color: var(--accent-light); }
.rb9ki { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.gfvou .jb7rj5 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.gfvou .uzegdby { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.gfvou .uzegdby a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.gfvou .uzegdby a:hover { color: var(--accent-light); }
.gfvou .o3f1z { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .gfvou .a5km6o { gap: 12px; } .gfvou .rptj { margin-right: 0; width: 100%; } }
.yp8ltj .goagsja8 .rptj { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.yp8ltj .o3f1z { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.yp8ltj .ofjegch { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .yp8ltj .rks7zqn { grid-template-columns: 1fr 1fr; } .yp8ltj .goagsja8 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .yp8ltj .rks7zqn { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .locgn1vy .aapzll { grid-template-columns: 1fr 1fr; } .locgn1vy .xnb6:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .locgn1vy .aapzll { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .xw6be0 .aapzll { grid-template-columns: 1fr; } }
.qt6z1mnt .bap994 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.a9hkpjdv .ghv5      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.a9hkpjdv .ge7n { background: var(--bg-page); border-top-color: var(--border-alt); }
.fraa .ghv5      { background: #0d1117; border-bottom-color: #21262d; }
.fraa .cir02 { color: var(--accent-light); }
.fraa .xyp0o61 { --msep-color: #8b949e; }
.fraa .xyp0o61 a { color: #8b949e; }
.fraa .xyp0o61 a:hover { color: var(--accent-light); }
.fraa .pagscmbz { color: #8b949e; }
.fraa .ge7n { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.fraa .o3f1z,
.fraa .ofjegch { color: #6e7681; }
.fraa .uzegdby a { color: #8b949e; }
.fraa .rptj { color: #e6edf3; }
@media (max-width: 640px) {
  .fraa .xyp0o61 { background: #0d1117; border-top-color: #21262d; }
  .fraa .xyp0o61 li a { border-bottom-color: #21262d; }
}
.a6pnkm .ghv5      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.a6pnkm .cir02 { color: var(--accent-light); }
.a6pnkm .xyp0o61 { --msep-color: #475569; }
.a6pnkm .xyp0o61 a { color: #475569; }
.a6pnkm .xyp0o61 a:hover { color: var(--accent-light); }
.a6pnkm .pagscmbz { color: #64748b; }
.a6pnkm .ge7n { background: #f0f4f8; border-top-color: #cbd5e1; }
.a6pnkm .o3f1z,
.a6pnkm .ofjegch { color: #64748b; }
.a6pnkm .uzegdby a, .a6pnkm .rptj { color: #374151; }
@media (max-width: 640px) {
  .a6pnkm .xyp0o61 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .a6pnkm .xyp0o61 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.pdyszm .ghv5      { background: var(--accent); border-bottom-color: var(--accent-light); }
.pdyszm .cir02 { color: #fff; }
.pdyszm .xyp0o61 { --msep-color: rgba(255,255,255,0.82); }
.pdyszm .xyp0o61 a { color: rgba(255,255,255,0.82); }
.pdyszm .xyp0o61 a:hover { color: #fff; }
.pdyszm .pagscmbz { color: rgba(255,255,255,0.9); }
.pdyszm .kxmi a { color: var(--text-primary) !important; }
.pdyszm .kxmi a:hover { color: var(--accent-light) !important; }
.pdyszm .ge7n { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.pdyszm .o3f1z,
.pdyszm .ofjegch { color: rgba(255,255,255,0.72); }
.pdyszm .a5hwe5pc a, .pdyszm .dm3tte6 a,
.pdyszm .lpl5sqvm a, .pdyszm .g93fh26 a,
.pdyszm .uzegdby a, .pdyszm .rptj { color: #fff; }
.pdyszm .ap4aen5m, .pdyszm .xf4dhfp { color: rgba(255,255,255,0.7); }
.pdyszm .a5hwe5pc a:hover, .pdyszm .dm3tte6 a:hover,
.pdyszm .lpl5sqvm a:hover, .pdyszm .g93fh26 a:hover { color: #fff; }
@media (max-width: 640px) {
  .pdyszm .xyp0o61 { background: var(--accent); border-top-color: var(--accent-light); }
  .pdyszm .xyp0o61 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.plvq .ghv5 {
  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);
}
.plvq .ge7n {
  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) {
  .plvq .xyp0o61 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.l4hpo .xnr5v { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.xs58s0z1 .xnr5v { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.k9f3ap .xnr5v { min-height: 72px; height: auto; }
.c2nu1 .xnr5v { min-height: 84px; height: auto; }
.pdu5 .xnr5v { max-width: none; padding: 0 32px; }
.pdu5 .bap994  { max-width: none; padding: 24px 32px; }
.sixq2s.q5bkb .xnr5v { max-width: 1200px; }
.sixq2s.ngcw7 .xnr5v { max-width: 1320px; }
.o8e98   .cir02, .o8e98   .rptj { text-transform: capitalize; }
.d88b .cir02, .d88b .rptj { text-transform: lowercase; }
.xdhq .cir02, .xdhq .rptj { text-transform: uppercase; letter-spacing: 0.06em; }
.kyydr8, .l4carh {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.t08hdfu .kyydr8,
.t08hdfu .l4carh { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.oe3vf5 .kyydr8,
.oe3vf5 .l4carh { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.ttjzz .kyydr8,
.ttjzz .l4carh { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.rdj0 .kyydr8,
.rdj0 .l4carh { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.c0jyn   .xyp0o61 a { font-weight: 500; }
.hnr8tugw .xyp0o61 a { font-weight: 600; }
.n6ex     .xyp0o61 a { font-weight: 700; }
.rqp8w2u8    .xyp0o61 a { font-weight: 800; letter-spacing: 0.01em; }
.no88k1a     .xyp0o61 > li + li::before,
.a5mhpit    .xyp0o61 > li + li::before,
.r91lh    .xyp0o61 > li + li::before,
.uwkme .xyp0o61 > li + li::before,
.bn1r .xyp0o61 > li + li::before,
.jzub0izn  .xyp0o61 > li + li::before,
.nnk1    .xyp0o61 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.no88k1a     .xyp0o61 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.a5mhpit    .xyp0o61 > li + li::before { content: "|"; }
.r91lh    .xyp0o61 > li + li::before { content: "—"; }
.uwkme .xyp0o61 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.bn1r .xyp0o61 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.jzub0izn  .xyp0o61 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.nnk1    .xyp0o61 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .la9zgg .pagscmbz,
  .codr2ey .pagscmbz,
  .rark .pagscmbz,
  .yygqp5d .pagscmbz,
  .rvsm .pagscmbz {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .la9zgg .pagscmbz::before,
  .codr2ey .pagscmbz::before,
  .rark .pagscmbz::before,
  .yygqp5d .pagscmbz::before,
  .rvsm .pagscmbz::before { content: ""; display: block; flex-shrink: 0; }

  
  .la9zgg .pagscmbz::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;
  }

  
  .codr2ey .pagscmbz::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;
  }

  
  .rark .pagscmbz::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;
  }

  
  .yygqp5d .pagscmbz::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;
  }

  
  .rvsm .pagscmbz::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) {
  .tuavf .pagscmbz {
    padding: 5px 14px;
  }
  .tuavf .xyp0o61 {
    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;
  }
  .tuavf .xyp0o61 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .tuavf .xyp0o61 li a:hover { background: var(--bg-raised); }
  .tuavf .wxc7umyf,
  .rkzsrs .wxc7umyf,
  .um3104lh .wxc7umyf { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .jqjo .pagscmbz {
    padding: 5px 10px;
  }
  .jqjo .xyp0o61 {
    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);
  }
  .jqjo .xyp0o61.uzmx { transform: translateX(0); }
  .jqjo .xyp0o61 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .jqjo .xyp0o61 li:last-child a { border-bottom: none; }
  .pdyszm .xyp0o61,
  .fraa .xyp0o61 { background: var(--accent) !important; }
  .pdyszm .xyp0o61 li a,
  .fraa .xyp0o61 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .um3104lh .pagscmbz {
    padding: 5px 10px;
  }
  .um3104lh .xyp0o61 {
    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);
  }
  .um3104lh .xyp0o61::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .um3104lh .xyp0o61.uzmx { transform: translateY(0); }
  .um3104lh .xyp0o61 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ymvhd .pagscmbz {
    padding: 5px 10px;
  }
  .ymvhd .xyp0o61 {
    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;
  }
  .ymvhd .xyp0o61.uzmx { opacity: 1; pointer-events: auto; }
  .ymvhd .xyp0o61 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .cvfh8lqr     .pagscmbz { border-radius: 0 !important; }
  .rq2uiqae   .pagscmbz { border-radius: 8px !important; }
  .e8e7zj .pagscmbz { border-radius: 50% !important; }
  .da9ygizc   .pagscmbz { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .taiy .a9i3f7ki { flex-direction: column; align-items: stretch; }
  .taiy .bw20vb { flex-direction: row; min-width: auto; }
  .taiy .vc9u5mi { align-items: flex-start; text-align: left; }
}
.m01pplcu,
.m01pplcu.htje,
.iw3ojyw .m01pplcu,
.ju1tu8pe .m01pplcu,
.bycpnz5 .m01pplcu,
.k07y4 .m01pplcu {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.dd0t {
  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;
}
.efhg1t { flex: 1 1 280px; min-width: 0; }
.vg1y1 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.mwfl1kp {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.t6x20awd {
  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;
}
.t6x20awd:hover { transform: translateY(-1px); opacity: 0.95; }
.k5smim .dd0t {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.k5smim .vg1y1 { color: var(--cta); }
.k5smim .mwfl1kp { color: var(--text-body); }
.k5smim .t6x20awd {
  background: var(--cta) !important;
  color: #fff !important;
}
.gzx0ppl5 .dd0t {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.gzx0ppl5 .vg1y1 { color: var(--text-primary); }
.gzx0ppl5 .mwfl1kp { color: var(--text-body); }
.gzx0ppl5 .t6x20awd {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .dd0t {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .efhg1t { flex: 0 0 auto; }
  .vg1y1 { font-size: 1.2rem; }
  .t6x20awd { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.dj6on .o2pnmgt3 { height: 36px; }
.z2xhr1v1 .o2pnmgt3 { height: 60px; max-width: 200px; }
.nnp6f .o2pnmgt3 { height: 56px; max-width: 180px; }
.y302w16x    .n6nxqww, .y302w16x    .wb43 { color: #f59e0b; }
.nbv6p      .n6nxqww { font-size: 1rem; letter-spacing: 1.5px; }
.gmx2u    .n6nxqww, .gmx2u    .wb43 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.l0pbh6b4     .n6nxqww, .l0pbh6b4     .wb43 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.ro06h6 .n6nxqww, .ro06h6 .wb43 { color: var(--cta); letter-spacing: 2px; }
.vefec0   .n6nxqww, .vefec0   .wb43 { color: #e91e63; letter-spacing: 2px; }
.ii2nfbx  .n6nxqww, .ii2nfbx  .wb43 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.pbuqd     .n6nxqww, .pbuqd     .wb43 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.e241y .n4xd + .n4xd {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.i0w20k3 .ghtaarlc { padding: 18px 24px; min-height: 68px; }
.gdfrsuz6 .v21g97f {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.gdfrsuz6 .wnsif {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.j1zf .n4xd {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.pd5xp9s { counter-reset: cs-rank; }
.pd5xp9s .ghtaarlc { counter-increment: cs-rank; }
.pd5xp9s .ghtaarlc::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;
}
.tjp77n .pd5xp9s { counter-reset: cs-rank; gap: 0; }
.tjp77n .ghtaarlc {
  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;
}
.tjp77n .ghtaarlc::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;
}
.tjp77n .ycc2zq9 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.tjp77n .fu90d {
  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;
}
.tjp77n .jfk7mh { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.tjp77n .ycc2zq9 { min-width: 0; flex-direction: column; width: 100%; }
.tjp77n .l89x3d6 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.tjp77n .n6nxqww { color: var(--cta, var(--accent)); }
.tjp77n .b1tdzja5 { font-weight: 700; }
.tjp77n .n4xd {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.tjp77n .v21g97f {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.tjp77n .wnsif {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.tjp77n .yc1vuu93 .wnsif { font-size: 1.3rem; color: var(--accent-light); }
.tjp77n .tafcuy9h {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.tjp77n .ghtaarlc:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .tjp77n .pd5xp9s {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .tjp77n .ghtaarlc {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .tjp77n .ghtaarlc { padding: 40px 16px 20px; }
  .tjp77n .n4xd {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .tjp77n .tafcuy9h { width: 100%; min-width: 0; }
}
.s5jv80ww .pd5xp9s { counter-reset: cs-rank; gap: 10px; }
.s5jv80ww .ghtaarlc {
  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);
}
.s5jv80ww .ghtaarlc::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);
}
.s5jv80ww .ycc2zq9 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.s5jv80ww .fu90d {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.s5jv80ww .jfk7mh { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.s5jv80ww .l89x3d6 {
  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;
}
.s5jv80ww .n6nxqww { color: var(--cta, var(--accent)); }
.s5jv80ww .n4xd {
  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;
}
.s5jv80ww .v21g97f {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.s5jv80ww .wnsif { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.s5jv80ww .yc1vuu93 .wnsif { color: var(--accent-light); }
.s5jv80ww .tafcuy9h {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.s5jv80ww .ghtaarlc:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .s5jv80ww .ghtaarlc {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .s5jv80ww .ghtaarlc::before {
    position: absolute; top: 14px; left: 14px;
  }
  .s5jv80ww .ycc2zq9 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .s5jv80ww .l89x3d6 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .s5jv80ww .n4xd {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .s5jv80ww .tafcuy9h { width: 100%; min-width: 0; }
  .s5jv80ww .n6nxqww { min-width: 0; }
}
.c7pee2 .ghtaarlc::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.e7skdf6k .dph6kuf {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.e7skdf6k .dph6kuf summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.e7skdf6k .dph6kuf p { padding: 0 2px 16px; }
.z3oht .dph6kuf { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.z3oht .dph6kuf summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.z3oht .dph6kuf summary::after { content: "›"; font-size: 1.2em; }
.z3oht .dph6kuf[open] summary::after { content: "‹"; }
.z3oht .dph6kuf p { padding: 10px 22px 4px; }
.awyi1oqi .dph6kuf {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.awyi1oqi .dph6kuf summary { color: var(--text-primary); padding-left: 16px; }
.awyi1oqi .dph6kuf summary::after { content: "›"; font-size: 1.1em; }
.awyi1oqi .dph6kuf[open] summary::after { content: "‹"; }
.awyi1oqi .dph6kuf p { padding-left: 16px; }
.vzo1gil .fq9yp { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.vzo1gil .dph6kuf {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.vzo1gil .dph6kuf:last-child { border-bottom: none; }
.vzo1gil .dph6kuf summary { color: var(--text-primary); border-radius: 0; }
.vzo1gil .dph6kuf summary::after { content: "›"; font-size: 1.1em; }
.vzo1gil .dph6kuf[open] summary::after { content: "‹"; }
.ah9sb0uh .dph6kuf { overflow: hidden; }
.ah9sb0uh .dph6kuf summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ah9sb0uh .dph6kuf summary::after { color: rgba(255,255,255,.75); }
.ah9sb0uh .dph6kuf[open] summary { border-radius: 0; }
.x89iz { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.tr2lf0lk {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.jqjriy {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.m9g5 { color: var(--text-muted); font-size: 1.05rem; }
.awx6z {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.o89h7r9 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ksi806 { margin-bottom: 20px; }
.a6rt {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.km02n6pb {
  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;
}
.km02n6pb:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.yu48 { resize: vertical; min-height: 130px; }
.g3e2tf { width: 100%; margin-top: 8px; }
.jnlzb1 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.lt4id0j {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.mck0gy { color: var(--text-muted); line-height: 1.75; }
.yvtyt { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.yvtyt li { margin-bottom: 6px; }
.gudcg09 { max-width: 760px; margin: 0 auto; }
.u5hkoq9e { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.guvklngf { max-width: 760px; margin: 0 auto; }
.ffsm { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.dxd1hvr ul.yvtyt { margin: 0; }
.vhap { max-width: 900px; margin: 0 auto; }
.yp3g { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.yp3g:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.yp3g .ffsm { margin: 0; font-size: 1rem; }
.yp3g .gd07ifl p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .yp3g { grid-template-columns: 1fr; gap: 10px; } }
.mmnt .ffsm { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.ed17qug6 .yvtyt { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .hf6cozt { grid-template-columns: 1fr; } }
.g7we { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.g7we:hover .bpf1l { color: var(--accent-light); text-decoration: underline; }
.zdb93rjx { color: inherit; text-decoration: none; }
.zdb93rjx:hover { color: var(--accent-light); text-decoration: underline; }
.caln667 { display: inline-block; line-height: 0; }
.tocen9x { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.nm9037d { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.nm9037d:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.utgjz { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.nm9037d p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.nm9037d ul.yvtyt { margin: 0; }
.d89fd9t9 { color: var(--text-muted); line-height: 1.75; }
.ujyg .yvtyt,
.vhf7yloz .yvtyt,
.lzijybl1 .yvtyt,
.fixkqi .yvtyt {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ujyg .nm9037d,
.vhf7yloz .nm9037d { text-align: left; }
.ujyg .utgjz,
.vhf7yloz .utgjz { text-align: center; }
.v081b { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.i8ixjuz { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.juxmpu1h { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.x5ngql4y { margin-top: 12px; }
.ijwzy { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.ijwzy:hover { border-bottom-color: var(--accent-light); }
.emydy { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.emydy img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pccr { width: 200px; height: 200px; }
.cj5745 { border-radius: 50%; }
.rxidv5 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.ma2yk { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .oflx { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ixo9aa .juxmpu1h, .ixo9aa .i8ixjuz { max-width: 640px; }
.kz4t .v081b { font-size: 1.6rem; margin-top: 18px; }
.z7qyl78n .juxmpu1h { margin-bottom: 28px; }
@media (max-width: 860px) { .xunv { grid-template-columns: 1fr; } .kz4t { position: static; text-align: center; } }
.p8anx { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.yaopui { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.yaopui .emydy { margin: 0 auto 18px; }
.yaopui .rxidv5 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .p8anx { grid-template-columns: 1fr; } }
.x85l .v081b { font-size: 1.6rem; margin-bottom: 6px; }
.fixkqi .yvtyt { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .x85l { flex-direction: column; text-align: center; } .v7rrj0 { grid-template-columns: 1fr; } }
.n9styu .v081b { font-size: 1.35rem; margin: 0 0 4px; }
.n9styu .rxidv5 { margin: 0; }
.rp9e .jqjriy { color: var(--accent-light); }
.y4yl1mxu {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.y4yl1mxu .jqjriy { font-size: 2rem; }
.y4yl1mxu .m9g5 { max-width: 680px; }
.q0itk .jqjriy { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.q0itk .m9g5  { margin: 0; }
@media (max-width: 640px) { .q0itk { flex-direction: column; } }
.r0bgk3wq .jqjriy { color: var(--accent-light); }
.mun29b .jqjriy { color: #fff; }
.mun29b .m9g5  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .htasyi { grid-template-columns: 1fr; } }
.nx0tc4 .km02n6pb {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.nx0tc4 .km02n6pb:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.wrdxsdom .km02n6pb { background: var(--bg-raised); border-color: transparent; }
.wrdxsdom .km02n6pb:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ucm294 .km02n6pb { border-radius: 100px; padding: 11px 20px; }
.ucm294 .yu48 { border-radius: 14px; }
@media (max-width: 640px) { .vjgmmu { grid-template-columns: 1fr; } }
.bpozs { counter-reset: priv-count; }
.so6rdyzh {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.so6rdyzh:last-child { border-bottom: none; }
.vh4ye {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.so6rdyzh h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.so6rdyzh p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.oqsh6 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.oqsh6 li { margin-bottom: 6px; }
.g0bn35tm{display:none}
.g0bn35tm:empty,.d8nqby:empty{display:none}
.p1vt{position:relative;overflow:visible}
.diys .ryespo,.c9jhf .ryespo,
.g9nm .ryespo,.vhc6ptd .ryespo,
.iqn7undh .ryespo,.tyclon .ryespo{display:block}
.s9az4v .zme9w96h{display:block}
.diys .ryespo,.c9jhf .ryespo,
.g9nm .ryespo,.vhc6ptd .ryespo,
.iqn7undh .ryespo{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.diys .ryespo .d8nqby,.c9jhf .ryespo .d8nqby,
.g9nm .ryespo .d8nqby,.vhc6ptd .ryespo .d8nqby,
.iqn7undh .ryespo .d8nqby{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.diys .o747dg0,.c9jhf .o747dg0,
.g9nm .o747dg0,.vhc6ptd .o747dg0,
.iqn7undh .o747dg0{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.diys .ryespo,.c9jhf .ryespo{top:12px}
.diys .ryespo .d8nqby{margin-right:auto}
.c9jhf .ryespo .d8nqby{margin-left:auto}
.c9jhf .ryespo{text-align:right}
.g9nm .ryespo,.vhc6ptd .ryespo{bottom:12px}
.g9nm .ryespo .d8nqby{margin-right:auto}
.vhc6ptd .ryespo .d8nqby{margin-left:auto}
.vhc6ptd .ryespo{text-align:right}
.iqn7undh .ryespo{position:relative;margin-top:16px}
.iqn7undh .ryespo .d8nqby{margin:0 auto}
.tyclon .ryespo{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.tyclon .ryespo .d8nqby{margin:0}
.tyclon .xnw1ltzu~.ryespo,
.tyclon .l9lkd~.ryespo{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.tyclon .xnw1ltzu~.ryespo .d8nqby,
.tyclon .l9lkd~.ryespo .d8nqby{justify-content:flex-start}
.xnw1ltzu~.ryespo,.l9lkd~.ryespo{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}
.xnw1ltzu~.ryespo .d8nqby{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.l9lkd~.ryespo .d8nqby{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zme9w96h .d8nqby{margin:0 0 12px}
.d8nqby{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.utyifnt{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.bpf1l{font-weight:600;color:var(--text-heading);opacity:1}
.mrou::before{content:"·";margin:0 2px;opacity:.5}
.o747dg0{white-space:nowrap}
.yym8pq .utyifnt{display:none}
.gobgln .o747dg0{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.gobgln .mrou::before{content:""}
.qryz .o747dg0{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.qryz .mrou::before{content:""}
.oafnxuz .d8nqby{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.m6i4 .o747dg0{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.m6i4 .mrou::before{content:""}
.rwg87arl .o747dg0{color: var(--accent-light);opacity:1;font-weight:500}
.kn2vbm .o747dg0{border-bottom:1px solid currentColor;padding-bottom:2px}
.xunc1si .d8nqby{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.xmjo{--date-bg:transparent}
.d9pk9j .mrou::before{content:""}
.vgsn .mrou::before{content:"•";opacity:.4}
.vgsn .o747dg0 + .o747dg0::before{content:"•";margin-right:6px;opacity:.4}
.ha1mxc8r .mrou::before{content:"/";opacity:.35}
.ha1mxc8r .o747dg0 + .o747dg0::before{content:"/";margin-right:6px;opacity:.35}
.cde2 .mrou::before{content:"|";opacity:.3}
.cde2 .o747dg0 + .o747dg0::before{content:"|";margin-right:6px;opacity:.3}
.enpcd .mrou::before{content:"—";opacity:.3}
.enpcd .o747dg0 + .o747dg0::before{content:"—";margin-right:6px;opacity:.3}
.ui3k .mrou::before{content:"◆";font-size:.5em;opacity:.35}
.ui3k .o747dg0 + .o747dg0::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.pq4o6s3w .mrou::before{content:"·";opacity:.4}
.pq4o6s3w .o747dg0 + .o747dg0::before{content:"·";margin-right:6px;opacity:.4}
.imkw .mrou::before{content:"›";opacity:.4}
.imkw .o747dg0 + .o747dg0::before{content:"›";margin-right:6px;opacity:.4}
.nkpc .mrou::before{content:"→";opacity:.35;font-size:.85em}
.nkpc .o747dg0 + .o747dg0::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.klipxfn{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.zjr48d2d{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.jyq7us{display:flex;flex-direction:column;gap:3px}
.en8imv{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.azdpa{font-weight:700;font-size:1rem;color:var(--text-heading)}
.pwetrf7t{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.naen8i .klipxfn{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.zpch0so .klipxfn{border-top:3px solid var(--accent);padding-top:18px}
.gtbox5xi .klipxfn{border-left:3px solid var(--accent);border-radius:0}
.luxq8pyo .klipxfn{padding:20px 0}
@media(max-width:640px){
  .klipxfn{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .pwetrf7t{max-width:100%}
}
.lmn92 .ul8pqp9{margin:0}
@media (max-width:560px){
  .ezf2{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) {
  .lio314 { padding: 28px 18px 20px; }
  .yri75lm { font-size: 1.2rem; }
  .d0cg { max-width: 220px; max-height: 80px; }
}
.l5oi {
  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);
}
.kpgwj {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.jznyr6jy  .l5oi { border-radius: 50%; }
.yjog41tg  .l5oi { border-radius: 6px; }
.d1rf .l5oi { border-radius: 22px; }
.j1e3hg7 .dd0t {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .l5oi { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.n5cs96hm {
  margin: 28px 0 24px;
}
.n5cs96hm .htje {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.n5cs96hm .au77tiy {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.n5cs96hm .dd0t {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .xnr5v { flex-direction: row-reverse; }
[dir="rtl"] .xyp0o61 { flex-direction: row-reverse; }
[dir="rtl"] .h6ud .gjue6abz { right: auto; left: 32px; }
[dir="rtl"] .cs01  .gjue6abz { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .h6ud .gjue6abz { right: auto; left: 20px; }
  [dir="rtl"] .cs01  .gjue6abz { left: auto;  right: 20px; }
}
[dir="rtl"] .nt3erqy .m3kp  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .fgz6dn8 .m3kp { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .xnw1ltzu,
[dir="rtl"] .tzc13,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .agke, [dir="rtl"] .tvt772 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .eme84sn5 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .dd0t { direction: rtl; }
[dir="rtl"] .l5oi { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .ghtaarlc,
[dir="rtl"] .slmu { direction: rtl; }
[dir="rtl"] .umeq2 { direction: rtl; }
[dir="rtl"] .qhvu { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .q59ztiv .tvt772 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .q59ztiv .tvt772 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .fua86.yjb16lkl .putfgfr,
[dir="rtl"] .c89x.yjb16lkl .putfgfr,
[dir="rtl"] .qeaglu.yjb16lkl .putfgfr,
[dir="rtl"] .wv8vn.yjb16lkl .putfgfr,
[dir="rtl"] .yad7t1.yjb16lkl .putfgfr { text-align: right; }
[dir="rtl"] .xnw1ltzu.yjb16lkl .azyoi { align-items: flex-end; text-align: right; }
[dir="rtl"] .xnw1ltzu.b2kyslwe .azyoi { text-align: center; }
[dir="rtl"] .xnw1ltzu .azyoi { text-align: right; }
[dir="rtl"] .au77tiy,
[dir="rtl"] .nvvp52my,
[dir="rtl"] .f7xbdpl,
[dir="rtl"] .y35mmm,
[dir="rtl"] .o89h7r9,
[dir="rtl"] .a6rt,
[dir="rtl"] .juxmpu1h,
[dir="rtl"] .km02n6pb,
[dir="rtl"] .yu48 { text-align: right; direction: rtl; }
[dir="rtl"] .ucm294 .km02n6pb,
[dir="rtl"] .nx0tc4 .km02n6pb { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #4bd7d3;
  --brand:           #4bd7d3;
  --brand-light:     #2f9c99;
  --brand-pale:      #5abebb;
  --grad-start:      #96e7e5;
  --grad-end:        #cbefee;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #4bd7d3;
  --cta-light:       #27d2cd;
  --cta-hover:       #29bbb7;
  --bg-page:         #f6f8f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f5;
  --bg-raised:       #eef1f1;
  --bg-hover:        #f3f5f5;
  --border:          #e2e8e8;
  --border-alt:      #d0dcdb;
  --border-section:  #e2e8e8;
  --text-primary:    #171b1b;
  --text-muted:      #52605f;
  --text-body:       #2f3636;
  --text-sub:        #465252;
  --text-faint:      #758988;
  --text-dim:        #91a0a0;
  --text-label:      #5e6d6d;
  --text-value:      #3a4444;
  --accent-bg:       #e3f1f1;
  --accent-bg-light: #cbeae9;
  --bg-tip:          #f9f0f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f5f9;
  --bg-pros:         #f9f0f0;
  --bg-cons:         #faf6f3;
  --c-pros:          #8e1418;
  --c-cons:          #9f5a21;
  --c-pros-label:    #a9181c;
  --c-tip-border:    #ba1b1f;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #8e1418;
}
:root { --logo-bg-opacity: 33%; }
body, button, input { font-family: "Exo 2", sans-serif; }
.eih1vex8 .m47p79 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.eih1vex8 .m47p79::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.eih1vex8 .og3s     .m47p79::before { content: "";  color: var(--c-tip-border); }.eih1vex8 .pui6 .m47p79::before { content: ""; color: var(--c-warn-border); }.eih1vex8 .sybzklx    .m47p79::before { content: ""; color: #60a5fa; }.n0jxi .eih1vex8 .og3s     .m47p79::before { color: #10b981; }.n0jxi .eih1vex8 .pui6 .m47p79::before { color: #f43f5e; }.n0jxi .eih1vex8 .sybzklx    .m47p79::before { color: #a855f7; }.vyehsr  .eih1vex8 .og3s     .m47p79::before { color: #eab308; }.vyehsr  .eih1vex8 .pui6 .m47p79::before { color: #ef4444; }.vyehsr  .eih1vex8 .sybzklx    .m47p79::before { color: #f97316; }.ut4idfl  .eih1vex8 .og3s     .m47p79::before { color: #38bdf8; }.ut4idfl  .eih1vex8 .pui6 .m47p79::before { color: #818cf8; }.ut4idfl  .eih1vex8 .sybzklx    .m47p79::before { color: #2dd4bf; }.k8ypi .eih1vex8 .m47p79::before { color: var(--accent-light) !important; }
.h443 .q9qihpfk li::before, .h443 .u529j5 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; }.h443 .q9qihpfk li::before { content: ""; }.h443 .u529j5 li::before { content: ""; }.h443 .k75r2::before, .h443 .j1oviqs::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.h443 .k75r2::before { content: ""; }.h443 .j1oviqs::before { content: ""; }
.dgv1 .cvor, .dgv1 .xnw1ltzu { min-height: 520px; }
.utj96 .e9ht::after,.utj96 .gjue6abz::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; }
.bzbs::before { content: '|'; opacity: 0.3; }