:root {
  --color-accent: #091390;
  --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;
}
.b2syn {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.x68endx {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.a2vn {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.yntpn { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.hdi2 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.hdi2 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.hdi2 a:hover { color: var(--accent-light); }
.vjx46j  .i2yi { border-radius: 14px; }
.vjx46j .i2yi li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.vjx46j .i2yi li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.bon4 .i2yi li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .i2yi {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .bbnrur:hover .i2yi,
  .bbnrur:focus-within .i2yi { display: block; }
  .i2yi li a { padding: 8px 16px; font-size: 0.88rem; }
}
.mlda2 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.k7j0hi8 { display: none; }
@media (max-width: 640px) {
  .k7j0hi8 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .k7j0hi8.ptqlxav { display: block; }
}
@media (max-width: 640px) {
  .mlda2 { display: block; }
  .hdi2 > li + li::before { display: none !important; }
  .hdi2 {
    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;
  }
  .hdi2.ptqlxav { display: flex; }
  .hdi2 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .hdi2 li:last-child a { border-bottom: none; }
}
.nhhosd1o { min-height: 480px; }
.ceha0 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.u17wsi { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.sdgvse .u17wsi { margin-left: 0; margin-right: 0; }
.cn5fz8c {
  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;
}
.cn5fz8c:hover { opacity: 0.88; }
.oipcp .dg8t6 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.oipcp .ceha0 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.oipcp .u17wsi { color: #e2e8f0; }
.oipcp.w8086 .dg8t6 { text-align: center; }
.oipcp.sdgvse   .dg8t6 { text-align: left; }
.ant2r6 {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.ant2r6 .dg8t6 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ant2r6 .ceha0 { color: var(--text-primary); text-shadow: none; }
.ant2r6 .u17wsi { color: var(--text-muted); }
.ant2r6 .cn5fz8c { margin-top: 16px; }
.ant2r6, .ant2r6.nhhosd1o { min-height: auto !important; }
.ant2r6.w8086 .dg8t6 { text-align: center; }
.ant2r6.sdgvse   .dg8t6 { text-align: left; }
.ant2r6~.r9n0dol9{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}
.ant2r6~.r9n0dol9 .ous0d{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.ef0f2xa .o9vp3a,
.ef0f2xa .xizcv2d8 {
  position: relative; overflow: hidden;
}
.ef0f2xa .o9vp3a::after,
.ef0f2xa .xizcv2d8::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.ef0f2xa .oipcp .pdla8w {
  overflow: hidden;
}
.ef0f2xa .oipcp .pdla8w::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.o9vp3a .ceha0 { color: #fff; }
.o9vp3a .u17wsi { color: rgba(255,255,255,0.85); }
.o9vp3a .cn5fz8c { background: #fff; color: var(--cta); }
.o9vp3a .cn5fz8c:hover { opacity: 0.92; }
.ef0f2xa .yd593 { position: relative; overflow: hidden; }
.ef0f2xa .yd593::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;
}
.yd593 .ceha0 { text-shadow: none; color: var(--text-primary); }
.yd593 .u17wsi { color: var(--text-muted); }
body.ikv2k .ceha0 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.hxkgi .ceha0 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.nhhosd1o.o9vp3a .ceha0,
section.o9vp3a .ceha0 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.yd593.w8086 .nhrrki8n { align-items: center; text-align: center; }
.nhhosd1o .gpozu1l {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.gpozu1l .p7s50dxg {
  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;
}
.gpozu1l .p7s50dxg::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.gpozu1l .w2qddvw6 { display: contents !important; }
.gpozu1l .w2qddvw6 .hp5sul {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.gpozu1l .w2qddvw6 .gj1uz3 { max-height: 48px; max-width: 96px; }
.gpozu1l .w2qddvw6 .hevp2k {
  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;
}
.gpozu1l .c6snpzom {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.gpozu1l .nrob1 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.gpozu1l .pw0ly { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.gpozu1l .pw0ly small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.gpozu1l .y5xf6 { display: contents !important; }
.gpozu1l .y5xf6 .putg2:not(.tmssg) { display: none !important; }
.gpozu1l .y5xf6 .tmssg {
  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;
}
.gpozu1l .y5xf6 .tmssg .g95u9lna {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.gpozu1l .y5xf6 .tmssg .x4o9frai {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.gpozu1l .e5ci0qi { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.gpozu1l .e5ci0qi.l0szd {
  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;
}
.gpozu1l .e5ci0qi.l0szd:hover { opacity: 0.85; }
.na5ri7p .dg8t6 { padding-bottom: 24px; }
.lnya .dg8t6 { max-width: 1100px; }
@media (max-width: 700px) {
  .yd593 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .yd593:not(.m79gdwf3) .c4rng0z { display: none !important; }
  .m79gdwf3 .c4rng0z { padding: 16px; }
  .nhrrki8n  { padding: 36px 24px; }
  .yd593~.r9n0dol9,.a3iz8rwb~.r9n0dol9{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .nhhosd1o, .yd593 { min-height: 320px !important; }
  .ceha0 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .f86blc,
  .bb39u0l,
  .f4dz { grid-template-columns: 1fr !important; }

  

  
  .na5ri7p { display: flex !important; flex-direction: column !important; }
  .na5ri7p .dg8t6 { display: contents; }
  .na5ri7p .pdla8w { order: 0; }
  .na5ri7p .ceha0 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .na5ri7p .f86blc { order: 2; padding: 0 16px 12px !important; }
  .na5ri7p .u17wsi { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .lnya .dg8t6 { display: flex; flex-direction: column; }
  .lnya .dg8t6 .ceha0 { order: 1; }
  .lnya .dg8t6 .f4dz { order: 2; margin: 8px 0 24px !important; }
  .lnya .dg8t6 .u17wsi { order: 3; }
  .lnya .dg8t6 .cn5fz8c { order: 4; align-self: center; margin-top: 0; }

  
  .yd593.m79gdwf3 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .yd593.m79gdwf3 .nhrrki8n { display: contents; padding: 0; }
  .yd593.m79gdwf3 .nhrrki8n .ceha0 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .yd593.m79gdwf3 .c4rng0z { order: 2; padding: 12px 16px; }
  .yd593.m79gdwf3 .nhrrki8n .u17wsi { order: 3; padding: 0 24px; margin: 0 auto; }
  .yd593.m79gdwf3 .nhrrki8n .cn5fz8c { order: 4; align-self: center; margin: 8px 0 32px; }
}
.oxmasx8g { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.hohl { width: 100%; height: auto; display: block; border-radius: 10px; }
.zk3r .oxmasx8g        { border-radius: 16px; }
.zk3r .hohl  { border-radius: 16px; }
.au5r8b .oxmasx8g         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.au5r8b .hohl   { border-radius: 8px; }
.m6ap { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.x2f8g { width: 100%; padding: 32px 0; position: relative; }
.wxzti { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.se83c .x2f8g:nth-child(even) { background: var(--bg-surface); }
.se83c .x2f8g:nth-child(odd)  { background: var(--bg-page); }
.rvbt3 .x2f8g:nth-child(even) { background: var(--bg-card); }
.rvbt3 .x2f8g:nth-child(odd)  { background: var(--bg-page); }
.se83c .x2f8g:nth-child(odd)  .wxzti { background: var(--bg-card); border-radius: 6px; }
.se83c .x2f8g:nth-child(even) .wxzti { background: var(--bg-raised); border-radius: 6px; }
.rvbt3 .x2f8g:nth-child(odd)  .wxzti { background: var(--bg-card); border-radius: 6px; }
.rvbt3 .x2f8g:nth-child(even) .wxzti { background: var(--bg-raised); border-radius: 6px; }
.se83c .x2f8g:nth-child(even) .f10y .z50n3,
.rvbt3 .x2f8g:nth-child(even) .f10y .z50n3 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.se83c .x2f8g:nth-child(odd) .f10y .z50n3,
.rvbt3 .x2f8g:nth-child(odd) .f10y .z50n3 { background: var(--bg-card-inner); }
.se83c .x2f8g:nth-child(even) .p1chqch .z50n3:nth-child(odd),
.rvbt3 .x2f8g:nth-child(even) .p1chqch .z50n3:nth-child(odd)  { background: var(--bg-card); }
.se83c .x2f8g:nth-child(even) .p1chqch .z50n3:nth-child(even),
.rvbt3 .x2f8g:nth-child(even) .p1chqch .z50n3:nth-child(even) { background: var(--bg-card-inner); }
h1.wzuf { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.wzuf {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.z469fxk { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.xrqbu h2.wzuf {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.txfly h2.wzuf {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ukgrw1w h2.wzuf {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.nz7zo5x h2.wzuf::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.qc61 h2.wzuf {
  color: var(--text-primary); font-size: 1.7rem;
}
.rqlt5c h2.wzuf::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.kbqx h2.wzuf {
  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;
}
.il251ic { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .il251ic { display: none; } }
.gyingw6u { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.i0m9h { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.mdfl {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ynbk { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.szd0s { padding-left: 20px; }
.szd0s li { margin-bottom: 6px; }
.szd0s a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.szd0s a:hover { color: var(--accent-light); }
.zhz7n7 .ynbk { display: none; }
.rqletwa .ynbk { display: none; }
.rqletwa .szd0s { padding-left: 0; list-style: none; }
.rqletwa .szd0s li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.rqletwa .szd0s a { font-size: 0.92rem; }
.w3vgt91 .mdfl { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.w3vgt91 .ynbk { display: none; }
.w3vgt91 .szd0s { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.w3vgt91 .szd0s li { margin-bottom: 0; }
.w3vgt91 .szd0s 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;
}
.w3vgt91 .szd0s a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.tqyj .mdfl { padding: 20px 20px 16px; }
.tqyj .szd0s {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.tqyj .szd0s li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.tqyj .szd0s 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;
}
.tqyj .szd0s 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;
}
.tqyj .szd0s a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.tqyj .szd0s a:focus,
.tqyj .szd0s a:focus-visible,
.tqyj .szd0s a:target { outline: none; }
.tqyj .szd0s li:target a { border-color: var(--border); color: var(--text-muted); }
.gvxa .mdfl { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.gvxa .ynbk { display: none; }
.gvxa .szd0s { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.gvxa .szd0s li { margin-bottom: 0; }
.gvxa .szd0s li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.gvxa .szd0s li:last-child::after { content: ""; margin-right: 0; }
.gvxa .szd0s a { font-size: 0.9rem; }
.z50n3 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.f10y .z50n3 { background: var(--bg-card); }
.p1chqch .z50n3:nth-child(odd)  { background: var(--bg-card); }
.p1chqch .z50n3:nth-child(even) { background: var(--bg-raised); }
.lybn .z50n3 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.lybn .z50n3:last-child { border-bottom: none; }
.lybn h3.z469fxk { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.z7inv .z50n3 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.z7inv .z50n3 + .z50n3 { margin-top: 4px; }
.pg43v33 .z50n3 { background: none; border-radius: 0; padding: 12px 0; }
.pg43v33 .z50n3 + .z50n3 { border-top: 1px solid var(--border-section); }
.oyy5xrsl { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.iag8 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.x5gs { color: var(--text-body); margin-bottom: 10px; }
.cz7i15pi, .qdgz7o { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.cz7i15pi li, .qdgz7o li { margin-bottom: 6px; }
.qdgz7o li { list-style: decimal; }
.r48h     .cz7i15pi { list-style-type: "● "; }
.xh65  .cz7i15pi { list-style-type: "■ "; }
.m2e8f1 .cz7i15pi { list-style-type: "◆ "; }
.vya2e    .cz7i15pi { list-style-type: "★ "; }
.r48h     .rljd { list-style-type: "● "; }
.xh65  .rljd { list-style-type: "■ "; }
.m2e8f1 .rljd { list-style-type: "◆ "; }
.vya2e    .rljd { list-style-type: "★ "; }
.r48h    .cz7i15pi li::marker, .r48h    .rljd li::marker,
.xh65 .cz7i15pi li::marker, .xh65 .rljd li::marker,
.m2e8f1 .cz7i15pi li::marker, .m2e8f1 .rljd li::marker,
.vya2e   .cz7i15pi li::marker, .vya2e   .rljd li::marker {
  color: var(--cta); font-size: 1em;
}
.r48h .qdgz7o,
.xh65 .qdgz7o,
.m2e8f1 .qdgz7o,
.vya2e .qdgz7o {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.r48h .qdgz7o li,
.xh65 .qdgz7o li,
.m2e8f1 .qdgz7o li,
.vya2e .qdgz7o li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.r48h .qdgz7o li::before,
.xh65 .qdgz7o li::before,
.m2e8f1 .qdgz7o li::before,
.vya2e .qdgz7o 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;
}
.r48h     .qdgz7o li::before { border-radius: 50%; }
.xh65  .qdgz7o li::before { border-radius: 3px; }
.m2e8f1 .qdgz7o li::before { border-radius: 3px; }
.vya2e    .qdgz7o li::before { border-radius: 50%; }
.pimh { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.hpbmstii .pimh,
.dm3mby .pimh { background: transparent; border: none; border-radius: 0; }
.dcu1 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.dcu1 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.dcu1 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.dcu1 tr:hover td { background: var(--bg-hover); }
.mk7g6 .dcu1 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.uu93 .dcu1 { border: 1px solid var(--border-alt); }
.uu93 .dcu1 th,
.uu93 .dcu1 td { border: 1px solid var(--border-alt); }
.kar1 .dcu1 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.kar1 .dcu1 td { border-bottom: none; }
.kar1 .dcu1 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.n88q .dcu1 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.pnwbns .pimh {
  overflow: hidden;
}
.pnwbns .dcu1 th { border-bottom: 1px solid var(--border-alt); }
.pnwbns .dcu1 tr:last-child td { border-bottom: none; }
.kwdapwvx { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.sj51 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.vv51uw { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.v8mxe { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.pj73z { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.rljd { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.rljd 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%}
.gxvdqpc .v8mxe { background: transparent; text-align: center; }
.cm2yd9 .vv51uw {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.u3fmrmp .vv51uw {
  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);
}
.xcu9ki0 .sj51 { display: grid; grid-template-columns: auto 1fr; }
.xcu9ki0 .vv51uw {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.xcu9ki0 .v8mxe { grid-column: 2; }
.xcu9ki0 .pj73z,
.xcu9ki0 .rljd { grid-column: 1 / -1; }
.qe459 .sj51 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.qe459 .vv51uw {
  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);
}
.qe459 .v8mxe { grid-column: 2; }
.qe459 .pj73z,
.qe459 .rljd { grid-column: 1 / -1; }
.ebidj2pf .sj51 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ebidj2pf .v8mxe { background: none; color: var(--accent-light); font-weight: 700; }
.zn89g .sj51 { 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); }
.zn89g .v8mxe { background: none; color: var(--accent-light); font-weight: 700; }
.rfq0lgj .sj51 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.rfq0lgj .sj51:last-child { border-bottom: none; }
.rfq0lgj .v8mxe { background: none; color: var(--accent-light); font-weight: 700; }
.uh09d .sj51 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.uh09d .v8mxe { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ehupv0m .kwdapwvx { counter-reset: card-n; }
.ehupv0m .sj51  { counter-increment: card-n; }
.ehupv0m .v8mxe { display: flex; align-items: center; gap: 10px; }
.ehupv0m .v8mxe::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;
}
.ri63 .sj51 { background: var(--bg-surface); border: 1px solid var(--border); }
.ri63 .v8mxe { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.oshfsm { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.gsmx0l  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.btht { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.ehs0fi { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.a4qizo7t { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.oshfsm strong { color: var(--text-primary); font-size: 0.95rem; }
.oshfsm p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.trsb { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.telh, .o8it { border-radius: 8px; padding: 14px; }
.telh { background: var(--bg-pros); }
.o8it { background: var(--bg-cons); }
.sz1r0k { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.telh .sz1r0k { color: var(--c-pros-label); }
.o8it .sz1r0k { color: #f87171; }
.telh ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.o8it ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.hohl { width: 100%; height: auto; border-radius: 10px; display: block; }
.l0szd {
  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;
}
.l0szd:hover { opacity: 0.85; }
.tjgbfc9 .l0szd  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.tjgbfc9 .l0szd:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.q9b6gjj .l0szd  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.q9b6gjj .l0szd:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.b27xr0 .cn5fz8c { border-radius: 50px; }
.b27xr0 .l0szd  { border-radius: 50px; }
.ez1mq .cn5fz8c { padding-left: 22px; padding-right: 22px; }
.ez1mq .l0szd  { padding-left: 12px; padding-right: 12px; }
.kcwjbgjf .cn5fz8c { padding-left: 44px; padding-right: 44px; }
.kcwjbgjf .l0szd  { padding-left: 24px; padding-right: 24px; }
.vfuy .cn5fz8c { padding-left: 56px; padding-right: 56px; }
.vfuy .l0szd  { padding-left: 32px; padding-right: 32px; }
.mzcjl9   .cn5fz8c::after, .mzcjl9   .l0szd::after,
.ha6f82ij .cn5fz8c::after, .ha6f82ij .l0szd::after,
.gnn9wdhf    .cn5fz8c::after, .gnn9wdhf    .l0szd::after,
.nuec    .cn5fz8c::after, .nuec    .l0szd::after,
.abcu4p7    .cn5fz8c::after, .abcu4p7    .l0szd::after,
.sbep4     .cn5fz8c::after, .sbep4     .l0szd::after,
.senlm    .cn5fz8c::after, .senlm    .l0szd::after,
.yf4ia69   .cn5fz8c::after, .yf4ia69   .l0szd::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;
}
.mzcjl9 .cn5fz8c::after, .mzcjl9 .l0szd::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");
}
.ha6f82ij .cn5fz8c::after, .ha6f82ij .l0szd::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");
}
.gnn9wdhf .cn5fz8c::after, .gnn9wdhf .l0szd::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");
}
.nuec .cn5fz8c::after, .nuec .l0szd::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");
}
.abcu4p7 .cn5fz8c::after, .abcu4p7 .l0szd::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");
}
.sbep4 .cn5fz8c::after, .sbep4 .l0szd::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");
}
.senlm .cn5fz8c::after, .senlm .l0szd::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");
}
.yf4ia69 .cn5fz8c::after, .yf4ia69 .l0szd::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");
}
.kne7o   .defw6f::after, .kne7o   .ztivj::after,
.lzm9 .defw6f::after, .lzm9 .ztivj::after,
.cgclx    .defw6f::after, .cgclx    .ztivj::after,
.ucws    .defw6f::after, .ucws    .ztivj::after,
.dpnn    .defw6f::after, .dpnn    .ztivj::after,
.yt3zw     .defw6f::after, .yt3zw     .ztivj::after,
.lbweocj    .defw6f::after, .lbweocj    .ztivj::after,
.cotobe   .defw6f::after, .cotobe   .ztivj::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;
}
.kne7o .defw6f::after, .kne7o .ztivj::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");
}
.lzm9 .defw6f::after, .lzm9 .ztivj::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");
}
.cgclx .defw6f::after, .cgclx .ztivj::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");
}
.ucws .defw6f::after, .ucws .ztivj::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");
}
.dpnn .defw6f::after, .dpnn .ztivj::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");
}
.yt3zw .defw6f::after, .yt3zw .ztivj::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");
}
.lbweocj .defw6f::after, .lbweocj .ztivj::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");
}
.cotobe .defw6f::after, .cotobe .ztivj::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");
}
.bjnmoa {
  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;
}
.p7s50dxg {
  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;
}
.p7s50dxg > * { min-width: 0; }
.p7s50dxg:hover { background: var(--bg-hover); }
.p7s50dxg > [itemprop="item"] { display: contents; }
.p7s50dxg [itemprop="itemReviewed"],
.p7s50dxg [itemprop="reviewRating"] { display: none; }
.p7s50dxg::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;
}
.w2qddvw6 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.hp5sul {
  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;
}
.gj1uz3 { max-height: 52px; max-width: 110px; object-fit: contain; }
.hevp2k {
  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;
}
.zf2g .hp5sul    { background: #1a1a1a; }
.dbnt .hp5sul   { background: rgba(128,128,128,.12); }
.q40mw0x .hp5sul { background: var(--bg-raised); }
.b7vn .hp5sul    { background: transparent; padding: 0; }
.c6snpzom {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.nrob1 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.pw0ly { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.y5xf6 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.putg2 {
  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;
}
.g95u9lna {
  
  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%;
}
.x4o9frai {
  
  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;
}
.e5ci0qi {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.e5ci0qi.l0szd {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .p7s50dxg {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .p7s50dxg::before    { grid-area: rank;   }
  .w2qddvw6           { grid-area: ident;  }
  .c6snpzom     { grid-area: rating; min-width: 0; width: auto; }
  .y5xf6           { grid-area: pills;  }
  .e5ci0qi             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .p7s50dxg {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .p7s50dxg::before    { justify-self: center; }
  .w2qddvw6           { width: 100%; }
  .c6snpzom     { justify-self: center; }
  .y5xf6           { grid-template-columns: 1fr; }
}
.sbl9vy {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.lktp {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.lbt8 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.lbt8 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ra5gke { flex: 1; }
.ra5gke h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.q1ka60g { color: var(--c-stars); font-size: 1.1rem; }
.nz3tihy9 { margin-bottom: 8px; }
.lw1y { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.ezc0zux6::before   { content: "★ "; color: var(--accent-light); }
.dpj8lk0 { flex-shrink: 0; }
.ovbyhqe img.ucrx { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.hpbmstii { padding: 20px 24px; }
.levj0k { color: var(--text-muted); margin-bottom: 16px; }
.zny8 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.pptz7o2i, .ti0972 { list-style: none; font-size: 0.9rem; }
.pptz7o2i li { color: var(--c-pros); margin-bottom: 4px; }
.ti0972 li { color: var(--c-cons); margin-bottom: 4px; }
.pptz7o2i li::before { content: "✓"; margin-right: 5px; }
.ti0972 li::before { content: "✗"; margin-right: 5px; }
.uefi .pptz7o2i li::before { content: "→"; }
.uefi .ti0972 li::before { content: "–"; }
.ks2k69in  .pptz7o2i li::before { content: "★"; }
.ks2k69in  .ti0972 li::before { content: "✕"; }
.w9vd2qp    .pptz7o2i li::before { content: "◆"; }
.w9vd2qp    .ti0972 li::before { content: "▲"; }
.zcvxr  .pptz7o2i li::before { content: "▶"; }
.zcvxr  .ti0972 li::before { content: "■"; }
.lsog { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.knmtqq29 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.y7540 { background: var(--bg-pros); color: var(--c-tag-pay); }
.qunff { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.s4o7 .qunff { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.ji0h254 .qunff { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .gfpjqe .zqy5f {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .gfpjqe .sbl9vy { margin: 0; }
}
.lfcljys6 .lktp { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.lfcljys6 .ra5gke h3 { color: var(--accent-light); }
.lfcljys6 .lbt8 { background: var(--bg-page); border: 1px solid var(--border); }
.gttk .sbl9vy { border-top: 4px solid var(--accent); }
.gttk .lktp { background: var(--bg-card); }
.bqj0tqyl .sbl9vy { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.bqj0tqyl .lktp { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.bqj0tqyl .hpbmstii { padding: 14px 16px; }
.bqj0tqyl .lbt8 { border-radius: 4px; }
.bqj0tqyl .qunff { border-radius: 0; }
.t81bv .lktp { padding: 0; gap: 0; overflow: hidden; }
.t81bv .lbt8 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.t81bv .ra5gke { padding: 16px 20px; }
.t81bv .dpj8lk0 { padding: 16px 20px; align-self: center; }
.s4l6zln .q1ka60g { font-size: .95rem; }
.dm3mby .trsb { gap: 10px; }
.dm3mby .telh, .dm3mby .o8it { padding: 12px; }
.dm3mby .telh ul, .dm3mby .o8it ul { margin: 4px 0 0; padding-left: 18px; }
.dm3mby .telh li, .dm3mby .o8it li { font-size: .85rem; margin-bottom: 3px; }
.grxdj .knmtqq29 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .mpzs8c { grid-template-columns: 1fr; }
  .tadn8ex { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .tadn8ex .jx7u { width: 72px; height: 50px; }
  .tadn8ex .zuiu5 { max-width: 180px; }
  .tadn8ex .qlreu { width: auto; }
}
.eakrmb4 .s4l6zln .q1ka60g { filter: brightness(1.2); }
@media (max-width: 720px) {
  .eakrmb4 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .dm2sjxv { padding: 16px; }
  .dshwtg .kpy3t { min-width: 50%; }
}
.l6xny6 .trsb { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .uub6fg3 { grid-template-columns: 1fr; }
  .weglax { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .xt5k5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .rzje { flex-wrap: wrap; padding: 16px; }
}
.uua062 .trsb { gap: 8px; }
.uua062 .telh, .uua062 .o8it { padding: 8px; }
@media (max-width: 480px) {
  .ljhz { flex-direction: column; align-items: stretch; }
}
.p520f .qlreu .l0szd { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .l84l { flex-direction: column; align-items: stretch; gap: 10px; }
  .p520f .qlreu { text-align: center; }
}
@media (max-width: 720px) {
  .kdjkesk { grid-template-columns: 1fr; }
  .l33x34s { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .blq656pq { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.oepvb .y9yc { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.fv780 .q1ka60g { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .iert7c6v { grid-template-columns: 1fr; }
  .fv780 { width: 100px; height: 100px; margin: 16px auto; }
  .oepvb { font-size: 1.4rem; }
  .yu70io { justify-content: center; }
  .s41w .kpy3t { min-width: 50%; }
}
.dfb86y .trsb { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .tqqu { flex-wrap: wrap; padding: 14px 16px; }
  .dit9 { padding: 12px 16px; }
  .dfb86y .trsb { margin: 0 16px; }
  .dfb86y .grxdj { padding: 0 16px; }
  .ud3zspb { padding: 12px 16px; }
}
.ttjrqw .p7s50dxg {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.ttjrqw .p7s50dxg:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.ia40ur8r .bjnmoa { gap: 18px; }
.ia40ur8r .p7s50dxg {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ia40ur8r .p7s50dxg:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.nnekk .bjnmoa {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.nnekk .p7s50dxg {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.nnekk .p7s50dxg:last-child { border-bottom: none; }
.nnekk .w2qddvw6,
.nnekk .c6snpzom,
.nnekk .y5xf6 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.ynkqqsp .bjnmoa { gap: 0; }
.ynkqqsp .p7s50dxg {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.ynkqqsp .p7s50dxg:last-child { border-bottom: none; }
.ynkqqsp .p7s50dxg:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.ynkqqsp .p7s50dxg:nth-child(even):hover { background: var(--bg-hover); }
.u47bfy .p7s50dxg {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.oojl2o1 .y5xf6 .putg2 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.oojl2o1 .y5xf6 .putg2:first-child { border-left: none; }
.r5iw4zup .y5xf6 .putg2 {
  background: transparent; padding: 4px 8px;
}
.r5iw4zup .y5xf6 .g95u9lna { font-size: .65rem; opacity: .65; }
.r5iw4zup .y5xf6 .x4o9frai   { font-size: 1.15rem; color: var(--accent-light); }
.br4inswe .y5xf6 .putg2 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.pw0ly { display: none; }
.d8ar09nw .nrob1 { font-size: 1rem; letter-spacing: 2px; }
.fijz0 .nrob1 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.pups2wn .nrob1,
.v03dmp7 .nrob1,
.b5s2i .nrob1 { display: none; }
.pups2wn .pw0ly,
.v03dmp7 .pw0ly,
.b5s2i .pw0ly { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.pups2wn .pw0ly { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.pups2wn .pw0ly small { display: none; }
.v03dmp7 .pw0ly {
  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;
}
.v03dmp7 .pw0ly small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.b5s2i .pw0ly {
  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;
}
.b5s2i .pw0ly small { display: none; }
.pups2wn .nz3tihy9 .q1ka60g,
.v03dmp7 .nz3tihy9 .q1ka60g,
.b5s2i .nz3tihy9 .q1ka60g { display: none; }
.pups2wn .nz3tihy9 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.pups2wn .y9yc { display: none; }
.v03dmp7 .nz3tihy9 strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.v03dmp7 .zsj0,
.v03dmp7 .y9yc { font-size: 1em; }
.b5s2i .nz3tihy9 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.b5s2i .y9yc { display: none; }
.wphm1zs { margin: 16px 0; }
.uuyj51 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.uuyj51 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.uuyj51 summary::after { content: "+"; color: var(--accent-light); }
.uuyj51[open] summary::after { content: "−"; }
.uuyj51 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.x2f8g { margin-bottom: 0; }
.cu6ei1 h2.wzuf { color: var(--text-primary); border-color: var(--accent-light); }
.qyd12e h2.wzuf { color: var(--text-primary); border-color: var(--accent-light); }
.edu0 .gsmx0l     { background: #052e16; border-color: #10b981; }
.edu0 .btht { background: #2d0a1e; border-color: #f43f5e; }
.edu0 .ehs0fi    { background: #1e1036; border-color: #a855f7; }
.edu0 .oshfsm strong  { color: #f1f5f9; }
.edu0 .oshfsm p       { color: #cbd5e1; }
.edu0 .rbw8lan3    .gsmx0l     .a4qizo7t::before,
.edu0 .s66p2t4a  .gsmx0l     .a4qizo7t::before,
.edu0 .h26q7  .gsmx0l     .a4qizo7t::before,
.edu0 .d03311bi .gsmx0l     .a4qizo7t::before { color: #10b981; }
.edu0 .rbw8lan3    .btht .a4qizo7t::before,
.edu0 .s66p2t4a  .btht .a4qizo7t::before,
.edu0 .h26q7  .btht .a4qizo7t::before,
.edu0 .d03311bi .btht .a4qizo7t::before { color: #f43f5e; }
.edu0 .rbw8lan3    .ehs0fi    .a4qizo7t::before,
.edu0 .s66p2t4a  .ehs0fi    .a4qizo7t::before,
.edu0 .h26q7  .ehs0fi    .a4qizo7t::before,
.edu0 .d03311bi .ehs0fi    .a4qizo7t::before { color: #a855f7; }
.re5z8u4 .gsmx0l     { background: #2d2000; border-color: #eab308; }
.re5z8u4 .btht { background: #2d0b0b; border-color: #ef4444; }
.re5z8u4 .ehs0fi    { background: #2d1600; border-color: #f97316; }
.re5z8u4 .oshfsm strong  { color: #f1f5f9; }
.re5z8u4 .oshfsm p       { color: #cbd5e1; }
.re5z8u4 .rbw8lan3    .gsmx0l     .a4qizo7t::before,
.re5z8u4 .s66p2t4a  .gsmx0l     .a4qizo7t::before,
.re5z8u4 .h26q7  .gsmx0l     .a4qizo7t::before,
.re5z8u4 .d03311bi .gsmx0l     .a4qizo7t::before { color: #eab308; }
.re5z8u4 .rbw8lan3    .btht .a4qizo7t::before,
.re5z8u4 .s66p2t4a  .btht .a4qizo7t::before,
.re5z8u4 .h26q7  .btht .a4qizo7t::before,
.re5z8u4 .d03311bi .btht .a4qizo7t::before { color: #ef4444; }
.re5z8u4 .rbw8lan3    .ehs0fi    .a4qizo7t::before,
.re5z8u4 .s66p2t4a  .ehs0fi    .a4qizo7t::before,
.re5z8u4 .h26q7  .ehs0fi    .a4qizo7t::before,
.re5z8u4 .d03311bi .ehs0fi    .a4qizo7t::before { color: #f97316; }
.x82s .gsmx0l     { background: #0c1a2e; border-color: #38bdf8; }
.x82s .btht { background: #12103a; border-color: #818cf8; }
.x82s .ehs0fi    { background: #0a2020; border-color: #2dd4bf; }
.x82s .oshfsm strong  { color: #f1f5f9; }
.x82s .oshfsm p       { color: #cbd5e1; }
.x82s .rbw8lan3    .gsmx0l     .a4qizo7t::before,
.x82s .s66p2t4a  .gsmx0l     .a4qizo7t::before,
.x82s .h26q7  .gsmx0l     .a4qizo7t::before,
.x82s .d03311bi .gsmx0l     .a4qizo7t::before { color: #38bdf8; }
.x82s .rbw8lan3    .btht .a4qizo7t::before,
.x82s .s66p2t4a  .btht .a4qizo7t::before,
.x82s .h26q7  .btht .a4qizo7t::before,
.x82s .d03311bi .btht .a4qizo7t::before { color: #818cf8; }
.x82s .rbw8lan3    .ehs0fi    .a4qizo7t::before,
.x82s .s66p2t4a  .ehs0fi    .a4qizo7t::before,
.x82s .h26q7  .ehs0fi    .a4qizo7t::before,
.x82s .d03311bi .ehs0fi    .a4qizo7t::before { color: #2dd4bf; }
.b68nc5 .gsmx0l     { background: var(--accent-bg); border-color: var(--accent-light); }
.b68nc5 .btht { background: var(--accent-bg-light); border-color: var(--accent-light); }
.b68nc5 .ehs0fi    { background: var(--accent-bg); border-color: var(--accent-pale); }
.b68nc5 .rbw8lan3    .a4qizo7t::before,
.b68nc5 .s66p2t4a  .a4qizo7t::before,
.b68nc5 .h26q7  .a4qizo7t::before,
.b68nc5 .d03311bi .a4qizo7t::before { color: var(--accent-light) !important; }
.xgwrv::before,
.w0o7e09g::before { margin-right: 5px; }
.hn1xjj1z .telh ul li,
.hn1xjj1z .pptz7o2i li         { color: #4ade80; }
.hn1xjj1z .telh .xgwrv { color: #22c55e; }
.hn1xjj1z .o8it ul li,
.hn1xjj1z .ti0972 li         { color: #f87171; }
.hn1xjj1z .o8it .w0o7e09g { color: #ef4444; }
.j6n029v .telh { background: var(--bg-pros); }
.j6n029v .o8it { background: var(--bg-cons); }
.j6n029v .telh .xgwrv { color: var(--c-pros-label); }
.j6n029v .o8it .w0o7e09g { color: var(--c-cons); }
.j6n029v .telh ul li,
.j6n029v .pptz7o2i li            { color: var(--c-pros); }
.j6n029v .o8it ul li,
.j6n029v .ti0972 li            { color: var(--c-cons); }
.s0opblx .telh { background: var(--bg-pros); }
.s0opblx .o8it { background: var(--bg-cons); }
.s0opblx .telh .xgwrv { color: var(--c-pros-label); }
.s0opblx .o8it .w0o7e09g { color: var(--c-cons); }
.s0opblx .telh ul li,
.s0opblx .pptz7o2i li          { color: var(--c-pros); }
.s0opblx .o8it ul li,
.s0opblx .ti0972 li          { color: var(--c-cons); }
.jsthwoff .xgwrv::before { content: "✓ "; }
.jsthwoff .w0o7e09g::before { content: "✗ "; }
.uefi .xgwrv::before { content: "→ "; }
.uefi .w0o7e09g::before { content: "← "; }
.ks2k69in .xgwrv::before { content: "★ "; }
.ks2k69in .w0o7e09g::before { content: "✕ "; }
.w9vd2qp .xgwrv::before { content: "◆ "; }
.w9vd2qp .w0o7e09g::before { content: "▲ "; }
.ji0h254 .oshfsm { background: transparent; border-left: none; border: 1.5px solid; }
.ji0h254 .gsmx0l     { border-color: var(--c-tip-border); }
.ji0h254 .btht { border-color: var(--c-warn-border); }
.ji0h254 .ehs0fi    { border-color: #60a5fa; }
.ji0h254 .oshfsm strong { color: var(--text-primary); }
.ji0h254 .oshfsm p      { color: var(--text-muted); }
.s4o7 .oshfsm { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.s4o7 .gsmx0l     { border-top-color: var(--c-tip-border); }
.s4o7 .btht { border-top-color: var(--c-warn-border); }
.s4o7 .ehs0fi    { border-top-color: #60a5fa; }
.jw42k .oshfsm { border-left: none; border-radius: 8px; }
.jw42k .gsmx0l     { background: #065f46; }
.jw42k .btht { background: #92400e; }
.jw42k .ehs0fi    { background: #1e3a8a; }
.jw42k .oshfsm strong,
.jw42k .oshfsm p { color: #fff; }
.jw42k .a4qizo7t::before { color: rgba(255,255,255,0.85) !important; }
.edu0.jw42k .gsmx0l,
.edu0 .jw42k .gsmx0l     { background: #052e16; }
.edu0.jw42k .btht,
.edu0 .jw42k .btht { background: #2d0a1e; }
.edu0.jw42k .ehs0fi,
.edu0 .jw42k .ehs0fi    { background: #1e1036; }
.re5z8u4.jw42k .gsmx0l,
.re5z8u4 .jw42k .gsmx0l      { background: #2d2000; }
.re5z8u4.jw42k .btht,
.re5z8u4 .jw42k .btht  { background: #2d0b0b; }
.re5z8u4.jw42k .ehs0fi,
.re5z8u4 .jw42k .ehs0fi     { background: #2d1600; }
.x82s.jw42k .gsmx0l,
.x82s .jw42k .gsmx0l      { background: #0c1a2e; }
.x82s.jw42k .btht,
.x82s .jw42k .btht  { background: #12103a; }
.x82s.jw42k .ehs0fi,
.x82s .jw42k .ehs0fi     { background: #0a2020; }
.fptt .oshfsm { border-left: none; border-radius: 6px; padding: 10px 14px; }
.fptt .gsmx0l     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.fptt .btht { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.fptt .ehs0fi    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.fptt .oshfsm strong { color: var(--text-primary); }
.fptt .oshfsm p      { color: var(--text-muted); }
.lgzl8 .oshfsm { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.rbw8lan3 .a4qizo7t,
.s66p2t4a .a4qizo7t,
.h26q7 .a4qizo7t,
.d03311bi .a4qizo7t { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.rbw8lan3 .a4qizo7t::before,
.s66p2t4a .a4qizo7t::before,
.h26q7 .a4qizo7t::before,
.d03311bi .a4qizo7t::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.rbw8lan3 .gsmx0l     .a4qizo7t::before { content: "✦"; color: var(--c-tip-border); }
.rbw8lan3 .btht .a4qizo7t::before { content: "▲"; color: var(--c-warn-border); }
.rbw8lan3 .ehs0fi    .a4qizo7t::before { content: "◉"; color: #60a5fa; }
.s66p2t4a .gsmx0l     .a4qizo7t::before { content: "★"; color: var(--c-tip-border); }
.s66p2t4a .btht .a4qizo7t::before { content: "◆"; color: var(--c-warn-border); }
.s66p2t4a .ehs0fi    .a4qizo7t::before { content: "●"; color: #60a5fa; }
.h26q7 .gsmx0l     .a4qizo7t::before { content: "▶"; color: var(--c-tip-border); }
.h26q7 .btht .a4qizo7t::before { content: "■"; color: var(--c-warn-border); }
.h26q7 .ehs0fi    .a4qizo7t::before { content: "▸"; color: #60a5fa; }
.d03311bi .gsmx0l     .a4qizo7t::before { content: "→"; color: var(--c-tip-border); }
.d03311bi .btht .a4qizo7t::before { content: "⬥"; color: var(--c-warn-border); }
.d03311bi .ehs0fi    .a4qizo7t::before { content: "◈"; color: #60a5fa; }
.wva385 .f10y .z50n3,
.wva385 .p1chqch .z50n3  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.wva385 .sj51                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.wva385 .p7s50dxg                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.wva385 .sbl9vy            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.wva385 .pimh          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.wva385 .mdfl                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ygp1e .f10y .z50n3,
.ygp1e .p1chqch .z50n3,
.ygp1e .sj51,
.ygp1e .p7s50dxg,
.ygp1e .sbl9vy,
.ygp1e .pimh,
.ygp1e .mdfl,
.ygp1e .lgzl8 .oshfsm { box-shadow: none; }
.m9es   .x5gs, .m9es .oyy5xrsl, .m9es .iag8,
.m9es   .gyingw6u, .m9es .i0m9h { font-size: 0.9rem; }
.m9es   .cz7i15pi, .m9es .qdgz7o { font-size: 0.9rem; }
.p41d   .x5gs, .p41d .oyy5xrsl, .p41d .iag8,
.p41d   .gyingw6u, .p41d .i0m9h { font-size: 0.95rem; }
.p41d   .cz7i15pi, .p41d .qdgz7o { font-size: 0.95rem; }
.wmljip   .x5gs, .wmljip .oyy5xrsl, .wmljip .iag8,
.wmljip   .gyingw6u, .wmljip .i0m9h { font-size: 1.08rem; }
.wmljip   .cz7i15pi, .wmljip .qdgz7o { font-size: 1.05rem; }
.wmljip   .dcu1 { font-size: 0.97rem; }
.v2ib .ceha0      { font-size: 3.2rem; }
.v2ib h2.wzuf { font-size: 1.9rem; }
.v2ib h3.z469fxk     { font-size: 1.4rem; }
.zx81 .ceha0      { font-size: 3.8rem; }
.zx81 h2.wzuf { font-size: 2.2rem; }
.zx81 h3.z469fxk     { font-size: 1.6rem; }
.x2f8g + .x2f8g { position: relative; }
.qhajh   .x2f8g + .x2f8g::before,
.ynn0hzk  .x2f8g + .x2f8g::before,
.inwg4rzi   .x2f8g + .x2f8g::before,
.ng8u   .x2f8g + .x2f8g::before,
.to9c7a   .x2f8g + .x2f8g::before,
.pdvmdt .x2f8g + .x2f8g::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.qhajh .x2f8g + .x2f8g::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ynn0hzk .x2f8g + .x2f8g::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.inwg4rzi .x2f8g + .x2f8g::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;
}
.ng8u .x2f8g + .x2f8g::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.vhsdtrr .x2f8g { margin-bottom: 16px; }
.vhsdtrr .x2f8g + .x2f8g { margin-top: 0; }
.vhsdtrr .wxzti { padding-top: 0; padding-bottom: 0; }
.to9c7a .x2f8g + .x2f8g::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.pdvmdt .x2f8g + .x2f8g::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.mjadsa .x2f8g + .x2f8g::before,
.g1zvh .x2f8g + .x2f8g::before,
.sgibwd .x2f8g + .x2f8g::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%;
}
.se83c .mjadsa .x2f8g:nth-child(even)::before,
.se83c .g1zvh .x2f8g:nth-child(even)::before,
.se83c .sgibwd .x2f8g:nth-child(even)::before { background: var(--bg-surface); }
.rvbt3 .mjadsa .x2f8g:nth-child(even)::before,
.rvbt3 .g1zvh .x2f8g:nth-child(even)::before,
.rvbt3 .sgibwd .x2f8g:nth-child(even)::before { background: var(--bg-card); }
.mjadsa .x2f8g + .x2f8g::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");
}
.g1zvh .x2f8g + .x2f8g::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");
}
.sgibwd .x2f8g + .x2f8g::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");
}
.z60o42dz .dg8t6,
.tdylvn .dg8t6 { margin-bottom: 60px; }
.kpdbbg7s .dg8t6 { margin-bottom: 70px; }
.n2mg  .oipcp:not(.o9vp3a) .pdla8w { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.n2mg .o9vp3a { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.n2mg .xizcv2d8 { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.n2mg .yd593 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.xmcphn .oxmasx8g { float: left; width: 38%; margin: 0 28px 16px 0; }
.xmcphn .oxmasx8g .hohl { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xmcphn .wxzti::after { content: ''; display: block; clear: both; }
.uk0e7y8 .oxmasx8g { float: right; width: 38%; margin: 0 0 16px 28px; }
.uk0e7y8 .oxmasx8g .hohl { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.uk0e7y8 .wxzti::after { content: ''; display: block; clear: both; }
.bz28 .x2f8g:nth-child(odd)  .oxmasx8g { float: left;  width: 38%; margin: 0 28px 16px 0; }
.bz28 .x2f8g:nth-child(even) .oxmasx8g { float: right; width: 38%; margin: 0 0 16px 28px; }
.bz28 .oxmasx8g .hohl { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bz28 .wxzti::after { content: ''; display: block; clear: both; }
.xmcphn .kwdapwvx,
.xmcphn .bjnmoa,
.uk0e7y8 .kwdapwvx,
.uk0e7y8 .bjnmoa,
.bz28 .kwdapwvx,
.bz28 .bjnmoa { clear: both; }
@media (max-width: 900px) {
  .xmcphn .oxmasx8g,
  .uk0e7y8 .oxmasx8g,
  .bz28 .x2f8g:nth-child(odd)  .oxmasx8g,
  .bz28 .x2f8g:nth-child(even) .oxmasx8g {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .xmcphn .oxmasx8g .hohl,
  .uk0e7y8 .oxmasx8g .hohl,
  .bz28 .oxmasx8g .hohl {
    max-height: none !important;
  }
}
.xmcphn .cz7i15pi,
.xmcphn .qdgz7o,
.uk0e7y8 .cz7i15pi,
.uk0e7y8 .qdgz7o,
.bz28 .cz7i15pi,
.bz28 .qdgz7o { overflow: hidden; }
@media (max-width: 640px) {
  .xmcphn .oxmasx8g,
  .uk0e7y8 .oxmasx8g,
  .bz28 .oxmasx8g { float: none; width: 100%; margin: 0 0 16px 0; }
}
.srrdvo2v .m6ap,
.srrdvo2v .wxzti,
.srrdvo2v .qscf7p  { max-width: 1100px; }
.o2u49r .m6ap,
.o2u49r .wxzti,
.o2u49r .qscf7p  { max-width: 1200px; }
.wgzr9mj .m6ap,
.wgzr9mj .wxzti,
.wgzr9mj .qscf7p  { max-width: 1320px; }
.y68b9idn { font-size: 0.82rem; color: var(--text-muted); }
.g6k5lse { display: flex; align-items: center; }
.ivfd9 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.o5tgymly { display: flex; align-items: center; }
.euw3x { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.euw3x:hover { text-decoration: underline; }
.p9ng4eh { margin: 0 3px; opacity: 0.45; }
.p9ng4eh::before { content: '/'; }
.ml097 { padding: 2px 5px; color: var(--text-main); }
.s5xfzn .y68b9idn {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.s5xfzn .g6k5lse { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.sf01gu .y68b9idn {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.sf01gu .g6k5lse { padding: 0 0 0 12px; }
.gqw5tb .g6k5lse { padding: 0 16px; }
.gqw5tb .y68b9idn {
  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);
}
.gqw5tb .m6ap { padding-top: 28px; }
@media (max-width: 720px) {
  .iokl748c { margin-top: 18px; padding: 0 16px; }
  .gqw5tb .m6ap { padding-top: 16px; }
}
.srrdvo2v.s5xfzn .g6k5lse { max-width: 1100px; }
.o2u49r.s5xfzn .g6k5lse { max-width: 1200px; }
.wgzr9mj.s5xfzn .g6k5lse { max-width: 1320px; }
.z901gso .x2f8g { padding-top: 16px; padding-bottom: 16px; }
.mzeev5 .x2f8g { padding-top: 24px; padding-bottom: 24px; }
.ke11mug .x2f8g { padding-top: 40px; padding-bottom: 40px; }
.gsecx .x2f8g { padding-top: 52px; padding-bottom: 52px; }
.dsajv .x2f8g:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.dsajv .x2f8g:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.dsajv .x2f8g:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.dsajv .x2f8g:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.bshpoul .wxzti { padding-top: 10px;  padding-bottom: 10px; }
.n5su .wxzti { padding-top: 18px;  padding-bottom: 18px; }
.x2jx .wxzti { padding-top: 36px;  padding-bottom: 36px; }
.acw22ms0 .wxzti { padding-top: 48px;  padding-bottom: 48px; }
.vdt5s h2.wzuf { font-weight: 600; }
.vdt5s h3.z469fxk     { font-weight: 600; }
.m3i04l1t { font-weight: 500; }
.m3i04l1t h2.wzuf { font-weight: 800; }
.m3i04l1t h3.z469fxk     { font-weight: 700; }
.a1z5c h2.wzuf { font-weight: 900; }
.a1z5c h3.z469fxk     { font-weight: 800; }
.a1z5c .oshfsm strong,
.a1z5c .oshfsm strong { font-weight: 600; }
.defw6f {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.u9zw2w .defw6f { display: none; }
@media (max-width: 640px) {
  .byb7yw { display: none; }
  .defw6f {
    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;
  }
}
.defw6f { background: var(--cta) !important; color: #fff !important; border: none !important; }
.defw6f:hover { opacity: 0.85; }
.eu0ca .defw6f { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.v1lw .defw6f,
.pn7mtcq5  .defw6f { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.v1lw .defw6f:hover,
.pn7mtcq5  .defw6f:hover { opacity: 0.88; }
.eu0ca.v1lw .defw6f,
.eu0ca.pn7mtcq5  .defw6f { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ztivj {
  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;
}
.ztivj:hover { transform: translateY(-2px); opacity: 0.92; }
.ztivj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.zs77 .ztivj { display: none; }
.ev2dpdg .ztivj { right: 32px; }
.c0afy  .ztivj { left: 32px; }
@media (max-width: 480px) {
  .ev2dpdg .ztivj { right: 20px; bottom: 20px; }
  .c0afy  .ztivj { left: 20px; bottom: 20px; }
}
.hbns0 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.qscf7p { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.fn63cs3k { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.t7s89e { color: var(--text-dim); font-size: 0.8rem; }
.eo6fej a, .rt84i a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.eo6fej a:hover, .rt84i a:hover { color: var(--accent-light); }
.rt84i { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.rpb5w49 .qscf7p { text-align: center; }
.rpb5w49 .rt84i { justify-content: center; margin-bottom: 16px; }
.rpb5w49 .fn63cs3k { margin-top: 0; }
.qkkoy { margin-top: 10px; }
.qkkoy a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .qscf7p { padding-left: 16px; padding-right: 16px; }
  .zv46xps .qscf7p { padding: 20px 16px; }
  .rt84i { gap: 4px 12px; }
  .fn63cs3k { font-size: 0.78rem; }
}
.bahq34d4 .fn63cs3k { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.bahq34d4 .t7s89e { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .bahq34d4 .yx6ll64n { grid-template-columns: 1fr 1fr; } .bahq34d4 .l001at5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bahq34d4 .yx6ll64n { grid-template-columns: 1fr; } }
.rrn9 .fn63cs3k { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .rrn9 .kmqg9yz { gap: 12px; } .rrn9 .dm30 { margin-right: 0; width: 100%; } }
.da405aow .fn63cs3k { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.da405aow .t7s89e { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .da405aow .yscd { grid-template-columns: 1fr 1fr; } .da405aow .qxtg { grid-column: 1 / -1; } }
@media (max-width: 480px) { .da405aow .yscd { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .srxpo .g8440lo3 { grid-template-columns: 1fr 1fr; } .srxpo .xiipis49:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .srxpo .g8440lo3 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .hj8dr .g8440lo3 { grid-template-columns: 1fr; } }
.va8uh .qscf7p { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.va8uh .rt84i { justify-content: center; }
.tcojy1w .b2syn      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.tcojy1w .hbns0 { background: var(--bg-page); border-top-color: var(--border-alt); }
.roolrfmu .b2syn      { background: #0d1117; border-bottom-color: #21262d; }
.roolrfmu .a2vn { color: var(--accent-light); }
.roolrfmu .hdi2 { --msep-color: #8b949e; }
.roolrfmu .hdi2 a { color: #8b949e; }
.roolrfmu .hdi2 a:hover { color: var(--accent-light); }
.roolrfmu .mlda2 { color: #8b949e; }
.roolrfmu .hbns0 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.roolrfmu .fn63cs3k,
.roolrfmu .t7s89e { color: #6e7681; }
.roolrfmu .eo6fej a, .roolrfmu .rt84i a,
.roolrfmu .eo6fej a:hover, .roolrfmu .rt84i a:hover,
@media (max-width: 640px) {
  .roolrfmu .hdi2 { background: #0d1117; border-top-color: #21262d; }
  .roolrfmu .hdi2 li a { border-bottom-color: #21262d; }
}
.bn3i .b2syn      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.bn3i .a2vn { color: var(--accent-light); }
.bn3i .hdi2 { --msep-color: #475569; }
.bn3i .hdi2 a { color: #475569; }
.bn3i .hdi2 a:hover { color: var(--accent-light); }
.bn3i .mlda2 { color: #64748b; }
.bn3i .hbns0 { background: #f0f4f8; border-top-color: #cbd5e1; }
.bn3i .fn63cs3k,
.bn3i .t7s89e { color: #64748b; }
.bn3i .eo6fej a, .bn3i .rt84i a,
.bn3i .eo6fej a:hover, .bn3i .rt84i a:hover,
@media (max-width: 640px) {
  .bn3i .hdi2 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .bn3i .hdi2 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.v1lw .b2syn      { background: var(--accent); border-bottom-color: var(--accent-light); }
.v1lw .a2vn { color: #fff; }
.v1lw .hdi2 { --msep-color: rgba(255,255,255,0.82); }
.v1lw .hdi2 a { color: rgba(255,255,255,0.82); }
.v1lw .hdi2 a:hover { color: #fff; }
.v1lw .mlda2 { color: rgba(255,255,255,0.9); }
.v1lw .hbns0 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.v1lw .fn63cs3k,
.v1lw .t7s89e { color: rgba(255,255,255,0.72); }
.v1lw .eo6fej a, .v1lw .rt84i a,
.v1lw .eo6fej a:hover, .v1lw .rt84i a:hover,
@media (max-width: 640px) {
  .v1lw .hdi2 { background: var(--accent); border-top-color: var(--accent-light); }
  .v1lw .hdi2 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.pn7mtcq5 .b2syn {
  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);
}
.pn7mtcq5 .hbns0 {
  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) {
  .pn7mtcq5 .hdi2 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ws69yso .x68endx { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.l3ycr4 .x68endx { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.w92gx .x68endx { min-height: 72px; height: auto; }
.wszcqj .x68endx { min-height: 84px; height: auto; }
.zv46xps .x68endx { max-width: none; padding: 0 32px; }
.zv46xps .qscf7p  { max-width: none; padding: 24px 32px; }
.r51f.o2u49r .x68endx { max-width: 1200px; }
.r51f.wgzr9mj .x68endx { max-width: 1320px; }
.j9i95   .a2vn, .j9i95   .dm30 { text-transform: capitalize; }
.e014e .a2vn, .e014e .dm30 { text-transform: lowercase; }
.hvr3d .a2vn, .hvr3d .dm30 { text-transform: uppercase; letter-spacing: 0.06em; }
.qn9j5a37, .worj59v {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.j1lgt .qn9j5a37,
.iu0bx9k .qn9j5a37,
.tr69ltk .qn9j5a37,
.mr4a6q5 .qn9j5a37,
.bovvrqo   .hdi2 a { font-weight: 500; }
.w8la .hdi2 a { font-weight: 600; }
.l5iggx     .hdi2 a { font-weight: 700; }
.v9tgjc    .hdi2 a { font-weight: 800; letter-spacing: 0.01em; }
.dsw7jm     .hdi2 > li + li::before,
.wihrgc3w    .hdi2 > li + li::before,
.nynoooz    .hdi2 > li + li::before,
.nz3c80jd .hdi2 > li + li::before,
.yzgl0 .hdi2 > li + li::before,
.a3380zd  .hdi2 > li + li::before,
.dgic1uy    .hdi2 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.dsw7jm     .hdi2 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.wihrgc3w    .hdi2 > li + li::before { content: "|"; }
.nynoooz    .hdi2 > li + li::before { content: "—"; }
.nz3c80jd .hdi2 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.yzgl0 .hdi2 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.a3380zd  .hdi2 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.dgic1uy    .hdi2 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .mw28e .mlda2,
  .iq5ugcu .mlda2,
  .n4b3 .mlda2,
  .qdrept .mlda2,
  .emgp8 .mlda2 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .mw28e .mlda2::before,
  .iq5ugcu .mlda2::before,
  .n4b3 .mlda2::before,
  .qdrept .mlda2::before,
  .emgp8 .mlda2::before { content: ""; display: block; flex-shrink: 0; }

  
  .mw28e .mlda2::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;
  }

  
  .iq5ugcu .mlda2::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;
  }

  
  .n4b3 .mlda2::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;
  }

  
  .qdrept .mlda2::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;
  }

  
  .emgp8 .mlda2::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) {
  .rn9c .mlda2 {
    padding: 5px 14px;
  }
  .rn9c .hdi2 {
    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;
  }
  .rn9c .hdi2 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .rn9c .hdi2 li a:hover { background: var(--bg-raised); }
  .rn9c .k7j0hi8,
  .rh2rf .k7j0hi8,
  .ilt3vu .k7j0hi8 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .y029115 .mlda2 {
    padding: 5px 10px;
  }
  .y029115 .hdi2 {
    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);
  }
  .y029115 .hdi2.ptqlxav { transform: translateX(0); }
  .y029115 .hdi2 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .y029115 .hdi2 li:last-child a { border-bottom: none; }
  .v1lw .hdi2,
  .roolrfmu .hdi2 { background: var(--accent) !important; }
  .v1lw .hdi2 li a,
  .roolrfmu .hdi2 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ilt3vu .mlda2 {
    padding: 5px 10px;
  }
  .ilt3vu .hdi2 {
    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);
  }
  .ilt3vu .hdi2::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ilt3vu .hdi2.ptqlxav { transform: translateY(0); }
  .ilt3vu .hdi2 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .lcm0 .mlda2 {
    padding: 5px 10px;
  }
  .lcm0 .hdi2 {
    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;
  }
  .lcm0 .hdi2.ptqlxav { opacity: 1; pointer-events: auto; }
  .lcm0 .hdi2 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .jdcvwby     .mlda2 { border-radius: 0 !important; }
  .yrp6g   .mlda2 { border-radius: 8px !important; }
  .qgym7h .mlda2 { border-radius: 50% !important; }
  .pi0q   .mlda2 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .wmb96ss .formrkq3 { flex-direction: column; align-items: stretch; }
  .wmb96ss .f4n0a { flex-direction: row; min-width: auto; }
  .wmb96ss .xw7pkwu { align-items: flex-start; text-align: left; }
}
.gmelyw,
.gmelyw.x2f8g,
.se83c .gmelyw,
.vost .gmelyw,
.rvbt3 .gmelyw,
.yn667d6 .gmelyw {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.zutx18 {
  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;
}
.uqm566t7 { flex: 1 1 280px; min-width: 0; }
.rqm5z1 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.xit5 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.qbxcu88 {
  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;
}
.qbxcu88:hover { transform: translateY(-1px); opacity: 0.95; }
.r5kpa .zutx18 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.r5kpa .rqm5z1 { color: var(--cta); }
.r5kpa .xit5 { color: var(--text-body); }
.r5kpa .qbxcu88 {
  background: var(--cta) !important;
  color: #fff !important;
}
.a6dbviy .zutx18 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.a6dbviy .rqm5z1 { color: var(--text-primary); }
.a6dbviy .xit5 { color: var(--text-body); }
.a6dbviy .qbxcu88 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .zutx18 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .uqm566t7 { flex: 0 0 auto; }
  .rqm5z1 { font-size: 1.2rem; }
  .qbxcu88 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.c2odg60 .yntpn { height: 36px; }
.ii5l5n .yntpn { height: 60px; max-width: 200px; }
.flow .yntpn { height: 76px; max-width: 240px; }
.nxrj    .nrob1, .nxrj    .q1ka60g { color: #f59e0b; }
.y8oyl      .nrob1 { font-size: 1rem; letter-spacing: 1.5px; }
.y8oyl      .q1ka60g   { font-size: 1.35rem; }
.vrgie    .nrob1, .vrgie    .q1ka60g { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.iefztpri     .nrob1, .iefztpri     .q1ka60g { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.qrr4li2 .nrob1, .qrr4li2 .q1ka60g { color: var(--cta); letter-spacing: 2px; }
.zf7jaar   .nrob1, .zf7jaar   .q1ka60g { color: #e91e63; letter-spacing: 2px; }
.jydt  .nrob1, .jydt  .q1ka60g { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.rp79mm     .nrob1, .rp79mm     .q1ka60g { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.oojl2o1 .putg2 + .putg2 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.y1z0h2 .p7s50dxg { padding: 18px 24px; min-height: 68px; }
.r5iw4zup .g95u9lna {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.r5iw4zup .x4o9frai {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.br4inswe .putg2 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.bjnmoa { counter-reset: cs-rank; }
.bjnmoa .p7s50dxg { counter-increment: cs-rank; }
.bjnmoa .p7s50dxg::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;
}
.clm2x50 .bjnmoa { counter-reset: cs-rank; gap: 0; }
.clm2x50 .p7s50dxg {
  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;
}
.clm2x50 .p7s50dxg::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;
}
.clm2x50 .w2qddvw6 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.clm2x50 .hp5sul {
  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;
}
.clm2x50 .gj1uz3 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.clm2x50 .w2qddvw6 { min-width: 0; flex-direction: column; width: 100%; }
.clm2x50 .hevp2k {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.clm2x50 .nrob1 { color: var(--cta, var(--accent)); }
.clm2x50 .pw0ly { font-weight: 700; }
.clm2x50 .putg2 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.clm2x50 .g95u9lna {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.clm2x50 .x4o9frai {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.clm2x50 .tmssg .x4o9frai { font-size: 1.3rem; color: var(--accent-light); }
.clm2x50 .e5ci0qi {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.clm2x50 .p7s50dxg:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .clm2x50 .bjnmoa {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .clm2x50 .p7s50dxg {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .clm2x50 .p7s50dxg { padding: 40px 16px 20px; }
  .clm2x50 .putg2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .clm2x50 .e5ci0qi { width: 100%; min-width: 0; }
}
.hbl7d .bjnmoa { counter-reset: cs-rank; gap: 10px; }
.hbl7d .p7s50dxg {
  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);
}
.hbl7d .p7s50dxg::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);
}
.hbl7d .w2qddvw6 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.hbl7d .hp5sul {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.hbl7d .gj1uz3 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.hbl7d .hevp2k {
  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;
}
.hbl7d .nrob1 { color: var(--cta, var(--accent)); }
.hbl7d .putg2 {
  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;
}
.hbl7d .g95u9lna {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.hbl7d .x4o9frai { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.hbl7d .tmssg .x4o9frai { color: var(--accent-light); }
.hbl7d .e5ci0qi {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.hbl7d .p7s50dxg:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .hbl7d .p7s50dxg {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .hbl7d .p7s50dxg::before {
    position: absolute; top: 14px; left: 14px;
  }
  .hbl7d .w2qddvw6 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .hbl7d .hevp2k { white-space: normal; text-align: center; font-size: 1.2rem; }
  .hbl7d .putg2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .hbl7d .e5ci0qi { width: 100%; min-width: 0; }
  .hbl7d .nrob1 { min-width: 0; }
}
.nalfng2c .p7s50dxg::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.prfzz .uuyj51 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.prfzz .uuyj51 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.prfzz .uuyj51 p { padding: 0 2px 16px; }
.skvr .uuyj51 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.skvr .uuyj51 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.skvr .uuyj51 summary::after { content: "›"; font-size: 1.2em; }
.skvr .uuyj51[open] summary::after { content: "‹"; }
.skvr .uuyj51 p { padding: 10px 22px 4px; }
.ierci .uuyj51 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ierci .uuyj51 summary { color: var(--text-primary); padding-left: 16px; }
.ierci .uuyj51 summary::after { content: "›"; font-size: 1.1em; }
.ierci .uuyj51[open] summary::after { content: "‹"; }
.ierci .uuyj51 p { padding-left: 16px; }
.shc5c4w .wphm1zs { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.shc5c4w .uuyj51 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.shc5c4w .uuyj51:last-child { border-bottom: none; }
.shc5c4w .uuyj51 summary { color: var(--text-primary); border-radius: 0; }
.shc5c4w .uuyj51 summary::after { content: "›"; font-size: 1.1em; }
.shc5c4w .uuyj51[open] summary::after { content: "‹"; }
.ft1rbsi .uuyj51 { overflow: hidden; }
.ft1rbsi .uuyj51 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ft1rbsi .uuyj51 summary::after { color: rgba(255,255,255,.75); }
.ft1rbsi .uuyj51[open] summary { border-radius: 0; }
.df46jo { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.zv3h {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.fzipz {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.sb33 { color: var(--text-muted); font-size: 1.05rem; }
.por9 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.xa7h1 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.cett { margin-bottom: 20px; }
.rsnh44 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.h929 {
  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;
}
.h929:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.u3ych { resize: vertical; min-height: 130px; }
.s54u { width: 100%; margin-top: 8px; }
.hveywk4w {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.iey0in {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.pom977 { color: var(--text-muted); line-height: 1.75; }
.ulo77ng { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ulo77ng li { margin-bottom: 6px; }
.griuss { max-width: 760px; margin: 0 auto; }
.p9f9i { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.js80wo { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.js80wo:last-child { border-bottom: none; }
.js80wo h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.js80wo p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.kqx99of { max-width: 760px; margin: 0 auto; }
.k21pa2m9 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.bbmap3 ul.ulo77ng { margin: 0; }
.ror5c { max-width: 900px; margin: 0 auto; }
.r814 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.r814:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.r814 .k21pa2m9 { margin: 0; font-size: 1rem; }
.r814 .hbcoby p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .r814 { grid-template-columns: 1fr; gap: 10px; } }
.rgsy8viw .k21pa2m9 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.tcqri7 .ulo77ng { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .jizv7vqw { grid-template-columns: 1fr; } }
.xs4h8d5i { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.xs4h8d5i:hover .mo52 { color: var(--accent-light); text-decoration: underline; }
.p0kmz763 { color: inherit; text-decoration: none; }
.p0kmz763:hover { color: var(--accent-light); text-decoration: underline; }
.t7d2n { display: inline-block; line-height: 0; }
.gqws { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.a0j6w7 { margin-bottom: 48px; }
.b5zk { max-width: 760px; margin: 0 auto; }
.jmhxxj { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.jmhxxj:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ck8m1ma { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.jmhxxj p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.jmhxxj ul.ulo77ng { margin: 0; }
.vwndbbf { color: var(--text-muted); line-height: 1.75; }
.jiv2cc3r .ulo77ng,
.uopd .ulo77ng,
.sybda2 .ulo77ng,
.emzmh .ulo77ng {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.jiv2cc3r .jmhxxj,
.uopd .jmhxxj { text-align: left; }
.jiv2cc3r .ck8m1ma,
.uopd .ck8m1ma { text-align: center; }
.o1ci71d { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ujanfvpc { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.i9trijxv { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.tqddf { margin-top: 12px; }
.g4fc { 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; }
.g4fc:hover { border-bottom-color: var(--accent-light); }
.rza0wbmy { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.rza0wbmy img { width: 100%; height: 100%; object-fit: cover; display: block; }
.uapbm { border-radius: 50%; }
.e917 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.u1ym { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
.bb16kpzl { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .bb16kpzl { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.kts5y .i9trijxv, .kts5y .ujanfvpc { max-width: 640px; }
.qf2foip .o1ci71d { font-size: 1.6rem; margin-top: 18px; }
.lf0ss3hb .i9trijxv { margin-bottom: 28px; }
@media (max-width: 860px) { .zs6m { grid-template-columns: 1fr; } .qf2foip { position: static; text-align: center; } }
.si2x .rza0wbmy { margin: 0 auto 18px; }
.si2x .e917 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .g9tc36h3 { grid-template-columns: 1fr; } }
.aegclp .o1ci71d { font-size: 1.6rem; margin-bottom: 6px; }
.emzmh .ulo77ng { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .aegclp { flex-direction: column; text-align: center; } .f0rdaoyy { grid-template-columns: 1fr; } }
.ratj .o1ci71d { font-size: 1.35rem; margin: 0 0 4px; }
.ratj .e917 { margin: 0; }
.zw8tp5 .fzipz { color: var(--accent-light); }
.swdw .fzipz { font-size: 2rem; }
.swdw .sb33 { max-width: 680px; }
.ziq74bib .fzipz { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ziq74bib .sb33  { margin: 0; }
@media (max-width: 640px) { .ziq74bib { flex-direction: column; } }
.vwv8y .fzipz { color: var(--accent-light); }
.c1dlk9m {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.c1dlk9m .fzipz { color: #fff; }
.c1dlk9m .sb33  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .vv1bzb { grid-template-columns: 1fr; } }
.his4f84h .h929 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.his4f84h .h929:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.wx84g .h929 { background: var(--bg-raised); border-color: transparent; }
.wx84g .h929:focus { background: var(--bg-card); border-color: var(--accent-light); }
.wljtok .h929 { border-radius: 100px; padding: 11px 20px; }
.wljtok .u3ych { border-radius: 14px; }
@media (max-width: 640px) { .yv7fqx { grid-template-columns: 1fr; } }
.xtg1d3 { counter-reset: priv-count; }
.sbc39bt9 {
  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);
}
.sbc39bt9:last-child { border-bottom: none; }
.nsor3xd {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.sbc39bt9 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.sbc39bt9 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.greccf{display:none}
.greccf:empty,.ous0d:empty{display:none}
.c4ivqen{position:relative;overflow:visible}
.wgbv7ylm .r9n0dol9,.rdqupelh .r9n0dol9,
.rk68ag59 .r9n0dol9,.s0ef8xi .r9n0dol9,
.sugnupe .r9n0dol9,.sqr6fkug .r9n0dol9{display:block}
.wumhvu0y .ri5b6nbt{display:block}
.wgbv7ylm .r9n0dol9,.rdqupelh .r9n0dol9,
.rk68ag59 .r9n0dol9,.s0ef8xi .r9n0dol9,
.sugnupe .r9n0dol9{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}
.wgbv7ylm .r9n0dol9 .ous0d,.rdqupelh .r9n0dol9 .ous0d,
.rk68ag59 .r9n0dol9 .ous0d,.s0ef8xi .r9n0dol9 .ous0d,
.sugnupe .r9n0dol9 .ous0d{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}
.wgbv7ylm .yppacn3,.rdqupelh .yppacn3,
.rk68ag59 .yppacn3,.s0ef8xi .yppacn3,
.sugnupe .yppacn3{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.wgbv7ylm .r9n0dol9,.rdqupelh .r9n0dol9{top:12px}
.wgbv7ylm .r9n0dol9 .ous0d{margin-right:auto}
.rdqupelh .r9n0dol9 .ous0d{margin-left:auto}
.rdqupelh .r9n0dol9{text-align:right}
.rk68ag59 .r9n0dol9,.s0ef8xi .r9n0dol9{bottom:12px}
.rk68ag59 .r9n0dol9 .ous0d{margin-right:auto}
.s0ef8xi .r9n0dol9 .ous0d{margin-left:auto}
.s0ef8xi .r9n0dol9{text-align:right}
.sugnupe .r9n0dol9{position:relative;margin-top:16px}
.sugnupe .r9n0dol9 .ous0d{margin:0 auto}
.sqr6fkug .r9n0dol9{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.sqr6fkug .r9n0dol9 .ous0d{margin:0}
.sqr6fkug .yd593~.r9n0dol9,
.sqr6fkug .a3iz8rwb~.r9n0dol9{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.sqr6fkug .yd593~.r9n0dol9 .ous0d,
.sqr6fkug .a3iz8rwb~.r9n0dol9 .ous0d{justify-content:flex-start}
.yd593~.r9n0dol9,.a3iz8rwb~.r9n0dol9{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}
.yd593~.r9n0dol9 .ous0d{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.a3iz8rwb~.r9n0dol9 .ous0d{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ri5b6nbt .ous0d{margin:0 0 12px}
.ous0d{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.d2s3b{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.mo52{font-weight:600;color:var(--text-heading);opacity:1}
.p5alde::before{content:"·";margin:0 2px;opacity:.5}
.yppacn3{white-space:nowrap}
.uu5m .d2s3b{display:none}
.q3deyg .yppacn3{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.q3deyg .p5alde::before{content:""}
.r2z497cg .yppacn3{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}
.r2z497cg .p5alde::before{content:""}
.spxdq6 .ous0d{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.wtai26 .yppacn3{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.wtai26 .p5alde::before{content:""}
.ix06p .yppacn3{color: var(--accent-light);opacity:1;font-weight:500}
.ee74bb .yppacn3{border-bottom:1px solid currentColor;padding-bottom:2px}
.v4x6pa1 .ous0d{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.st0ej9ci{--date-bg:transparent}
.di34isb .p5alde::before{content:""}
.hei29nnv .p5alde::before{content:"•";opacity:.4}
.hei29nnv .yppacn3 + .yppacn3::before{content:"•";margin-right:6px;opacity:.4}
.d5aj .p5alde::before{content:"/";opacity:.35}
.d5aj .yppacn3 + .yppacn3::before{content:"/";margin-right:6px;opacity:.35}
.oa0ufey .p5alde::before{content:"|";opacity:.3}
.oa0ufey .yppacn3 + .yppacn3::before{content:"|";margin-right:6px;opacity:.3}
.fgzna7 .p5alde::before{content:"—";opacity:.3}
.fgzna7 .yppacn3 + .yppacn3::before{content:"—";margin-right:6px;opacity:.3}
.jo8i .p5alde::before{content:"◆";font-size:.5em;opacity:.35}
.jo8i .yppacn3 + .yppacn3::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.mwm2 .p5alde::before{content:"·";opacity:.4}
.mwm2 .yppacn3 + .yppacn3::before{content:"·";margin-right:6px;opacity:.4}
.kfk1x .p5alde::before{content:"›";opacity:.4}
.kfk1x .yppacn3 + .yppacn3::before{content:"›";margin-right:6px;opacity:.4}
.bt37ltcf .p5alde::before{content:"→";opacity:.35;font-size:.85em}
.bt37ltcf .yppacn3 + .yppacn3::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.faws6{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.vd45p0{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.f2dyop7{display:flex;flex-direction:column;gap:3px}
.jif8{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.fb090{font-weight:700;font-size:1rem;color:var(--text-heading)}
.rg8bf{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.t1841x9 .faws6{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.m7y0rl0 .faws6{border-top:3px solid var(--accent);padding-top:18px}
.gt9aswl5 .faws6{border-left:3px solid var(--accent);border-radius:0}
.ocw7r .faws6{padding:20px 0}
@media(max-width:640px){
  .faws6{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .rg8bf{max-width:100%}
}
.gx0lqg .pimh{margin:0}
@media (max-width:560px){
  .c2hz3{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) {
  .yqphv { padding: 28px 18px 20px; }
  .r4fewv95 { font-size: 1.2rem; }
  .a6q4ye { max-width: 220px; max-height: 80px; }
}
.q3xahg {
  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);
}
.d8p7h {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.xkzm8rtl  .q3xahg { border-radius: 50%; }
.sail  .q3xahg { border-radius: 6px; }
.zs09jlf6 .q3xahg { border-radius: 22px; }
.on3cy .zutx18 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .q3xahg { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.fose1fr {
  margin: 0 0 24px;
}
.fose1fr .x2f8g {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.fose1fr .wxzti {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.fose1fr .zutx18 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
:root {
  --accent:          #091390;
  --brand:           #091390;
  --brand-light:     #0d1571;
  --brand-pale:      #1c2596;
  --grad-start:      #0e1ee6;
  --grad-end:        #4955e8;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #091390;
  --cta-light:       #030b6c;
  --cta-hover:       #050b56;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f3f6;
  --bg-raised:       #edeef1;
  --bg-hover:        #f3f3f6;
  --border:          #e1e2e9;
  --border-alt:      #cfd0dd;
  --border-section:  #e1e2e9;
  --text-primary:    #16171c;
  --text-muted:      #505162;
  --text-body:       #2d2e38;
  --text-sub:        #444554;
  --text-faint:      #72748c;
  --text-dim:        #8e90a3;
  --text-label:      #5b5d70;
  --text-value:      #393a46;
  --accent-bg:       #dee0f6;
  --accent-bg-light: #c2c6f3;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c966b;
  --c-cons:          #9f2149;
  --c-pros-label:    #0eb37f;
  --c-tip-border:    #10c68d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c966b;
}
:root { --logo-bg-opacity: 42%; }
body, button, input { font-family: "Lexend", sans-serif; }
.vuzoz .a4qizo7t { font-size: 0; width: 1.2rem; flex-shrink: 0; }.vuzoz .a4qizo7t::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.vuzoz .gsmx0l     .a4qizo7t::before { content: "";  color: var(--c-tip-border); }.vuzoz .btht .a4qizo7t::before { content: ""; color: var(--c-warn-border); }.vuzoz .ehs0fi    .a4qizo7t::before { content: ""; color: #60a5fa; }.edu0 .vuzoz .gsmx0l     .a4qizo7t::before { color: #10b981; }.edu0 .vuzoz .btht .a4qizo7t::before { color: #f43f5e; }.edu0 .vuzoz .ehs0fi    .a4qizo7t::before { color: #a855f7; }.re5z8u4  .vuzoz .gsmx0l     .a4qizo7t::before { color: #eab308; }.re5z8u4  .vuzoz .btht .a4qizo7t::before { color: #ef4444; }.re5z8u4  .vuzoz .ehs0fi    .a4qizo7t::before { color: #f97316; }.x82s  .vuzoz .gsmx0l     .a4qizo7t::before { color: #38bdf8; }.x82s  .vuzoz .btht .a4qizo7t::before { color: #818cf8; }.x82s  .vuzoz .ehs0fi    .a4qizo7t::before { color: #2dd4bf; }.b68nc5 .vuzoz .a4qizo7t::before { color: var(--accent-light) !important; }
.dt8v5kr .nhhosd1o, .dt8v5kr .yd593 { min-height: 420px; }
.b54sax3 .defw6f::after,.b54sax3 .ztivj::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; }
.p9ng4eh::before { content: '•'; }