:root {
  --color-accent: #0a5079;
  --color-cta: #dc2660;
  --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;
}
.i2x7c7 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.u13bl {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.tgsme {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.fah3u { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.xz9x { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.xz9x a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.xz9x a:hover { color: var(--accent-light); }
.aejb12v2     .sh8kzhlz { border-radius: 24px; padding: 8px; }
.aejb12v2 .sh8kzhlz li a { border-radius: 16px; }
.gkili9 .sh8kzhlz li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .sh8kzhlz {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .kt1aoe:hover .sh8kzhlz,
  .kt1aoe:focus-within .sh8kzhlz { display: block; }
  .sh8kzhlz li a { padding: 8px 16px; font-size: 0.88rem; }
}
.owj2nzh {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.aqhl { display: none; }
@media (max-width: 640px) {
  .aqhl {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .aqhl.pldsaw { display: block; }
}
@media (max-width: 640px) {
  .owj2nzh { display: block; }
  .xz9x > li + li::before { display: none !important; }
  .xz9x {
    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;
  }
  .xz9x.pldsaw { display: flex; }
  .xz9x li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .xz9x li:last-child a { border-bottom: none; }
}
.zfyiilxv { min-height: 480px; }
.qigc5z {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.knq9ma { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.d0e1 .knq9ma { margin-left: 0; margin-right: 0; }
.xb5q {
  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;
}
.h39ka7p .xb5q { margin-top: 24px; }
.xb5q:hover { opacity: 0.88; }
.f53jck3 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.o8sp {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.f53jck3 .w99v9e4a {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.f53jck3 .qigc5z { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.f53jck3 .knq9ma { color: #e2e8f0; }
.f53jck3.k2hk .w99v9e4a { text-align: center; }
.f53jck3.d0e1   .w99v9e4a { text-align: left; }
.n9z70a .w99v9e4a {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.n9z70a .qigc5z { color: var(--text-primary); text-shadow: none; }
.n9z70a .knq9ma { color: var(--text-muted); }
.n9z70a .xb5q { margin-top: 16px; }
.n9z70a, .n9z70a.zfyiilxv { min-height: auto !important; }
.n9z70a.k2hk .w99v9e4a { text-align: center; }
.n9z70a.d0e1   .w99v9e4a { text-align: left; }
.n9z70a~.kef5{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}
.n9z70a~.kef5 .q9m4joq{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}
.bwv7s {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.ja0db .bwv7s,
.ja0db .bwv7s::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.qknee .bwv7s,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.qebax .bwv7s,
.qebax .f53jck3 .o8sp {
  overflow: hidden;
}
.qebax .bwv7s::after,
.qebax .f53jck3 .o8sp::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.gxcvn .bwv7s,
.gxcvn .bwv7s::after,
@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); }
}
.gxcvn .f53jck3 .o8sp {
  overflow: hidden;
}
.gxcvn .f53jck3 .o8sp::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;
}
.vy6f5g .bwv7s,
.vy6f5g .f53jck3 .o8sp {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ja0db .f53jck3 .o8sp {
  overflow: hidden;
}
.ja0db .f53jck3 .o8sp::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.qknee .f53jck3 .o8sp {
  animation: hg-breathe 10s ease-in-out infinite;
}
.bwv7s .o8sp {
  background: none;
}
.bwv7s .qigc5z { color: #fff; }
.bwv7s .knq9ma { color: rgba(255,255,255,0.85); }
.npf7c24 .qigc5z { text-shadow: none; color: var(--text-primary); }
.npf7c24 .knq9ma { color: var(--text-muted); }
body.n8v17 .qigc5z {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.y25vwea .qigc5z {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.zfyiilxv.bwv7s .qigc5z,
section.bwv7s .qigc5z {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.npf7c24.d0e1   .q0ugy7n { align-items: flex-start; text-align: left; }
.zfyiilxv .lwx11 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.lwx11 .zyxeway {
  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;
}
.lwx11 .zyxeway::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.lwx11 .mo025x { display: contents !important; }
.lwx11 .mo025x .u8ygwb9 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.lwx11 .mo025x .mp0dhz { max-height: 48px; max-width: 96px; }
.lwx11 .mo025x .zsad {
  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;
}
.lwx11 .jkh2r7 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.lwx11 .etcw0ui { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.lwx11 .s0nlr { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.lwx11 .s0nlr small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.lwx11 .her52 { display: contents !important; }
.lwx11 .her52 .o4xhd66:not(.bjzy) { display: none !important; }
.lwx11 .her52 .bjzy {
  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;
}
.lwx11 .her52 .bjzy .a67dp4 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.lwx11 .her52 .bjzy .j0qecv9 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.lwx11 .ouvtim { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.lwx11 .ouvtim.g04ny {
  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;
}
.lwx11 .ouvtim.g04ny:hover { opacity: 0.85; }
.lwx11 .zyxeway,
.lwx11 .zyxeway:hover,
.lwx11 .zyxeway:nth-child(even),
.lwx11 .zyxeway:nth-child(odd),
.lwx11 .zyxeway:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.hikx4ba .w99v9e4a { padding-bottom: 24px; }
.h39ka7p .w99v9e4a { max-width: 1100px; }
@media (max-width: 700px) {
  .npf7c24 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .npf7c24:not(.yconeak) .ldnkxz { display: none !important; }
  .yconeak .ldnkxz { padding: 16px; }
  .q0ugy7n  { padding: 36px 24px; }
  .npf7c24~.kef5,.yi8a2x~.kef5{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .zfyiilxv, .npf7c24 { min-height: 320px !important; }
  .qigc5z { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ao4nn,
  .dku44xt,
  .cfnzqzjw { grid-template-columns: 1fr !important; }

  

  
  .hikx4ba { display: flex !important; flex-direction: column !important; }
  .hikx4ba .w99v9e4a { display: contents; }
  .hikx4ba .o8sp { order: 0; }
  .hikx4ba .qigc5z { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .hikx4ba .ao4nn { order: 2; padding: 0 16px 12px !important; }
  .hikx4ba .knq9ma { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .h39ka7p .w99v9e4a { display: flex; flex-direction: column; }
  .h39ka7p .w99v9e4a .qigc5z { order: 1; }
  .h39ka7p .w99v9e4a .cfnzqzjw { order: 2; margin: 8px 0 24px !important; }
  .h39ka7p .w99v9e4a .knq9ma { order: 3; }
  .h39ka7p .w99v9e4a .xb5q { order: 4; align-self: center; margin-top: 0; }

  
  .npf7c24.yconeak {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .npf7c24.yconeak .q0ugy7n { display: contents; padding: 0; }
  .npf7c24.yconeak .q0ugy7n .qigc5z { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .npf7c24.yconeak .ldnkxz { order: 2; padding: 12px 16px; }
  .npf7c24.yconeak .q0ugy7n .knq9ma { order: 3; padding: 0 24px; margin: 0 auto; }
  .npf7c24.yconeak .q0ugy7n .xb5q { order: 4; align-self: center; margin: 8px 0 32px; }
}
.g7nlfajb { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.aahw { width: 100%; height: auto; display: block; border-radius: 10px; }
.c0nvj .g7nlfajb        { border-radius: 16px; }
.c0nvj .aahw  { border-radius: 16px; }
.gy9lc .g7nlfajb         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.gy9lc .aahw   { border-radius: 8px; }
.jsfhf1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.kwkvismc { width: 100%; padding: 32px 0; position: relative; }
.e6ksk5y { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.n6ahe2o .kwkvismc:nth-child(even) { background: var(--bg-surface); }
.n6ahe2o .kwkvismc:nth-child(odd)  { background: var(--bg-page); }
.wye2isj .kwkvismc:nth-child(even) { background: var(--bg-card); }
.wye2isj .kwkvismc:nth-child(odd)  { background: var(--bg-page); }
.n6ahe2o .kwkvismc:nth-child(odd)  .e6ksk5y { background: var(--bg-card); border-radius: 6px; }
.n6ahe2o .kwkvismc:nth-child(even) .e6ksk5y { background: var(--bg-raised); border-radius: 6px; }
.wye2isj .kwkvismc:nth-child(odd)  .e6ksk5y { background: var(--bg-card); border-radius: 6px; }
.wye2isj .kwkvismc:nth-child(even) .e6ksk5y { background: var(--bg-raised); border-radius: 6px; }
.n6ahe2o .kwkvismc:nth-child(even) .zl9k6 .pr24op1b,
.wye2isj .kwkvismc:nth-child(even) .zl9k6 .pr24op1b { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.n6ahe2o .kwkvismc:nth-child(odd) .zl9k6 .pr24op1b,
.wye2isj .kwkvismc:nth-child(odd) .zl9k6 .pr24op1b { background: var(--bg-card-inner); }
.n6ahe2o .kwkvismc:nth-child(even) .cydbe5k .pr24op1b:nth-child(odd),
.wye2isj .kwkvismc:nth-child(even) .cydbe5k .pr24op1b:nth-child(odd)  { background: var(--bg-card); }
.n6ahe2o .kwkvismc:nth-child(even) .cydbe5k .pr24op1b:nth-child(even),
.wye2isj .kwkvismc:nth-child(even) .cydbe5k .pr24op1b:nth-child(even) { background: var(--bg-card-inner); }
h1.whaip { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.whaip {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ngmgpt9 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.c5yu h2.whaip {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.nq5a h2.whaip {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ome717 h2.whaip {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.gp9ni h2.whaip::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.wmcnxx73 h2.whaip {
  color: var(--text-primary); font-size: 1.7rem;
}
.b5iog2jv h2.whaip::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.w6vs37y h2.whaip {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .a33xag4k { display: none; } }
.zgp1aft { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ne8hoqk { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.x71m1 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.fyrqpbe { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.qcpd { padding-left: 20px; }
.qcpd li { margin-bottom: 6px; }
.qcpd a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.qcpd a:hover { color: var(--accent-light); }
.ieun8i52 .fyrqpbe { display: none; }
.h12ra .fyrqpbe { display: none; }
.h12ra .qcpd { padding-left: 0; list-style: none; }
.h12ra .qcpd li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.h12ra .qcpd a { font-size: 0.92rem; }
.s6r6wx .x71m1 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.s6r6wx .fyrqpbe { display: none; }
.s6r6wx .qcpd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.s6r6wx .qcpd li { margin-bottom: 0; }
.s6r6wx .qcpd 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;
}
.s6r6wx .qcpd a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ztobq .x71m1 { padding: 20px 20px 16px; }
.ztobq .qcpd {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ztobq .qcpd li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ztobq .qcpd 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;
}
.ztobq .qcpd 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;
}
.ztobq .qcpd a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ztobq .qcpd a:focus,
.ztobq .qcpd a:focus-visible,
.ztobq .qcpd a:target { outline: none; }
.ztobq .qcpd li:target a { border-color: var(--border); color: var(--text-muted); }
.vvg3hn .x71m1 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.vvg3hn .fyrqpbe { display: none; }
.vvg3hn .qcpd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.vvg3hn .qcpd li { counter-increment: toc-n; margin-bottom: 0; }
.vvg3hn .qcpd a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.vvg3hn .qcpd a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.vvg3hn .qcpd a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.l7lt .x71m1 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.l7lt .fyrqpbe { display: none; }
.l7lt .qcpd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.l7lt .qcpd li { margin-bottom: 0; }
.l7lt .qcpd a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.l7lt .qcpd a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.ejpi .x71m1 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ejpi .fyrqpbe { display: none; }
.ejpi .qcpd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ejpi .qcpd li { margin-bottom: 0; }
.ejpi .qcpd li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ejpi .qcpd li:last-child::after { content: ""; margin-right: 0; }
.ejpi .qcpd a { font-size: 0.9rem; }
.pr24op1b { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.zl9k6 .pr24op1b { background: var(--bg-card); }
.cydbe5k .pr24op1b:nth-child(odd)  { background: var(--bg-card); }
.cydbe5k .pr24op1b:nth-child(even) { background: var(--bg-raised); }
.wiso1 .pr24op1b {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.wiso1 .pr24op1b:last-child { border-bottom: none; }
.wiso1 h3.ngmgpt9 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.gc2l .pr24op1b {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.gc2l .pr24op1b + .pr24op1b { margin-top: 4px; }
.lskhnb4 .pr24op1b { background: none; border-radius: 0; padding: 12px 0; }
.lskhnb4 .pr24op1b + .pr24op1b { border-top: 1px solid var(--border-section); }
.cyac { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.jomcri { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.qlhcmsrk { color: var(--text-body); margin-bottom: 10px; }
.vmsh, .vuf9 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.vmsh li, .vuf9 li { margin-bottom: 6px; }
.vuf9 li { list-style: decimal; }
.qrf0ox     .vmsh { list-style-type: "● "; }
.wb79  .vmsh { list-style-type: "■ "; }
.tiqffwo .vmsh { list-style-type: "◆ "; }
.dg9w    .vmsh { list-style-type: "★ "; }
.qrf0ox     .tks234h { list-style-type: "● "; }
.wb79  .tks234h { list-style-type: "■ "; }
.tiqffwo .tks234h { list-style-type: "◆ "; }
.dg9w    .tks234h { list-style-type: "★ "; }
.qrf0ox    .vmsh li::marker, .qrf0ox    .tks234h li::marker,
.wb79 .vmsh li::marker, .wb79 .tks234h li::marker,
.tiqffwo .vmsh li::marker, .tiqffwo .tks234h li::marker,
.dg9w   .vmsh li::marker, .dg9w   .tks234h li::marker {
  color: var(--cta); font-size: 1em;
}
.qrf0ox .vuf9,
.wb79 .vuf9,
.tiqffwo .vuf9,
.dg9w .vuf9 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.qrf0ox .vuf9 li,
.wb79 .vuf9 li,
.tiqffwo .vuf9 li,
.dg9w .vuf9 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.qrf0ox .vuf9 li::before,
.wb79 .vuf9 li::before,
.tiqffwo .vuf9 li::before,
.dg9w .vuf9 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;
}
.qrf0ox     .vuf9 li::before { border-radius: 50%; }
.wb79  .vuf9 li::before { border-radius: 3px; }
.tiqffwo .vuf9 li::before { border-radius: 3px; }
.dg9w    .vuf9 li::before { border-radius: 50%; }
.mftk { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.c08xcka8 .mftk,
.akm1 .mftk { background: transparent; border: none; border-radius: 0; }
.gudyp { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.gudyp th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.gudyp td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.gudyp tr:hover td { background: var(--bg-hover); }
.y1qvj5r .gudyp tbody tr:nth-child(even) td { background: var(--bg-surface); }
.hav75kpo .gudyp { border: 1px solid var(--border-alt); }
.hav75kpo .gudyp th,
.hav75kpo .gudyp td { border: 1px solid var(--border-alt); }
.epqcc5ws .gudyp th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.epqcc5ws .gudyp td { border-bottom: none; }
.epqcc5ws .gudyp tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.xw2n .gudyp th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.hasty73 .mftk {
  overflow: hidden;
}
.hasty73 .gudyp th { border-bottom: 1px solid var(--border-alt); }
.hasty73 .gudyp tr:last-child td { border-bottom: none; }
.hevj3grl { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.nh40m0 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.p6axwf2r { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.x1ci7 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.upg2lum { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.tks234h { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.tks234h 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%}
.u37yyzl .x1ci7 { background: transparent; text-align: center; }
.gvty94 .p6axwf2r {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.bwg0g11j .p6axwf2r {
  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);
}
.u7hpn6y .nh40m0 { display: grid; grid-template-columns: auto 1fr; }
.u7hpn6y .p6axwf2r {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.u7hpn6y .x1ci7 { grid-column: 2; }
.u7hpn6y .upg2lum,
.u7hpn6y .tks234h { grid-column: 1 / -1; }
.lhkf .nh40m0 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.lhkf .p6axwf2r {
  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);
}
.lhkf .x1ci7 { grid-column: 2; }
.lhkf .upg2lum,
.lhkf .tks234h { grid-column: 1 / -1; }
.vtza6 .nh40m0 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.vtza6 .x1ci7 { background: none; color: var(--accent-light); font-weight: 700; }
.t4x3 .nh40m0 { 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); }
.t4x3 .x1ci7 { background: none; color: var(--accent-light); font-weight: 700; }
.k5sen .nh40m0 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.k5sen .nh40m0:last-child { border-bottom: none; }
.k5sen .x1ci7 { background: none; color: var(--accent-light); font-weight: 700; }
.phec .nh40m0 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.phec .x1ci7 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.cmnyfuo .hevj3grl { counter-reset: card-n; }
.cmnyfuo .nh40m0  { counter-increment: card-n; }
.cmnyfuo .x1ci7 { display: flex; align-items: center; gap: 10px; }
.cmnyfuo .x1ci7::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;
}
.z4fnq608 .nh40m0 { background: var(--bg-surface); border: 1px solid var(--border); }
.z4fnq608 .x1ci7 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.vqeg4388 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.vqeg4388         { --cl-hue: var(--accent); }
.gzid     { --cl-hue: #16a34a; }
.zfq7zzud    { --cl-hue: #2563eb; }
.gzid, .b3fxz, .zfq7zzud, .kolb8g {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.h43sdxcn { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.h43sdxcn::before { color: var(--cl-hue); }
.vqeg4388 strong { color: var(--text-primary); font-size: 0.95rem; }
.vqeg4388 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.zf9cte { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.s5j9j, .cwhusq61 { border-radius: 8px; padding: 14px; }
.s5j9j { background: var(--bg-pros); }
.cwhusq61 { background: var(--bg-cons); }
.gz7zs { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.s5j9j .gz7zs { color: var(--c-pros-label); }
.cwhusq61 .gz7zs { color: #f87171; }
.s5j9j ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.cwhusq61 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.aahw { width: 100%; height: auto; border-radius: 10px; display: block; }
.g04ny {
  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;
}
.g04ny:hover { opacity: 0.85; }
.iv11txs .g04ny  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.iv11txs .g04ny:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hjmwx .g04ny  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.hjmwx .g04ny:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.iv11txs .ouvtim.g04ny, .hjmwx .ouvtim.g04ny,
.iv11txs .kqo7efk .g04ny, .hjmwx .kqo7efk .g04ny {
  background: var(--cta); border: none; color: #fff;
}
.iv11txs .ouvtim.g04ny:hover, .hjmwx .ouvtim.g04ny:hover,
.iv11txs .kqo7efk .g04ny:hover, .hjmwx .kqo7efk .g04ny:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.os6tvzb .xb5q { border-radius: 50px; }
.os6tvzb .g04ny  { border-radius: 50px; }
.zotgdeq .xb5q,
.zotgdeq .g04ny { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.zotgdeq .xb5q:hover,
.zotgdeq .g04ny:hover { filter: brightness(1.08); opacity: 1; }
.vizzm7fz .xb5q,
.vizzm7fz .g04ny { box-shadow: 0 3px 14px -2px var(--cta); }
.vizzm7fz .xb5q:hover,
.vizzm7fz .g04ny:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.bpiqdu3h .xb5q,
.bpiqdu3h .g04ny { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.bpiqdu3h .xb5q:hover,
.bpiqdu3h .g04ny:hover { opacity: 1; }
.bpiqdu3h .xb5q:active,
.bpiqdu3h .g04ny:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.hr46 .xb5q,
.hr46 .g04ny { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.hr46 .xb5q:hover,
.hr46 .g04ny:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.hr46 .xb5q:active,
.hr46 .g04ny:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.g5gh9o .xb5q,
.g5gh9o .g04ny { position: relative; overflow: hidden; }
.g5gh9o .xb5q::before,
.g5gh9o .g04ny::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.g5gh9o .xb5q:hover::before,
.g5gh9o .g04ny:hover::before { left: 135%; }
.t451p2iw .xb5q,
.t451p2iw .g04ny { border-radius: 0; }
.t6u1dsy .xb5q { padding-left: 22px; padding-right: 22px; }
.t6u1dsy .g04ny  { padding-left: 12px; padding-right: 12px; }
.a31n6 .xb5q { padding-left: 44px; padding-right: 44px; }
.a31n6 .g04ny  { padding-left: 24px; padding-right: 24px; }
.tx4xb .xb5q { padding-left: 56px; padding-right: 56px; }
.tx4xb .g04ny  { padding-left: 32px; padding-right: 32px; }
.dpdi1   .xb5q::after, .dpdi1   .g04ny::after,
.wsm4ookl .xb5q::after, .wsm4ookl .g04ny::after,
.lgg7    .xb5q::after, .lgg7    .g04ny::after,
.c3o4    .xb5q::after, .c3o4    .g04ny::after,
.kj4i    .xb5q::after, .kj4i    .g04ny::after,
.vv73iv     .xb5q::after, .vv73iv     .g04ny::after,
.pnta3od    .xb5q::after, .pnta3od    .g04ny::after,
.h5jkgrn   .xb5q::after, .h5jkgrn   .g04ny::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;
}
.dpdi1 .xb5q::after, .dpdi1 .g04ny::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");
}
.wsm4ookl .xb5q::after, .wsm4ookl .g04ny::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");
}
.lgg7 .xb5q::after, .lgg7 .g04ny::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");
}
.c3o4 .xb5q::after, .c3o4 .g04ny::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");
}
.kj4i .xb5q::after, .kj4i .g04ny::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");
}
.vv73iv .xb5q::after, .vv73iv .g04ny::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");
}
.pnta3od .xb5q::after, .pnta3od .g04ny::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");
}
.h5jkgrn .xb5q::after, .h5jkgrn .g04ny::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");
}
.sgn0qat   .kg1z::after, .sgn0qat   .eq9un::after,
.jev9l .kg1z::after, .jev9l .eq9un::after,
.bnpvep    .kg1z::after, .bnpvep    .eq9un::after,
.m79sa    .kg1z::after, .m79sa    .eq9un::after,
.ezwpybep    .kg1z::after, .ezwpybep    .eq9un::after,
.sl33uh     .kg1z::after, .sl33uh     .eq9un::after,
.zue4qg    .kg1z::after, .zue4qg    .eq9un::after,
.z0nubcg   .kg1z::after, .z0nubcg   .eq9un::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;
}
.sgn0qat .kg1z::after, .sgn0qat .eq9un::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");
}
.jev9l .kg1z::after, .jev9l .eq9un::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");
}
.bnpvep .kg1z::after, .bnpvep .eq9un::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");
}
.m79sa .kg1z::after, .m79sa .eq9un::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");
}
.ezwpybep .kg1z::after, .ezwpybep .eq9un::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");
}
.sl33uh .kg1z::after, .sl33uh .eq9un::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");
}
.zue4qg .kg1z::after, .zue4qg .eq9un::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");
}
.z0nubcg .kg1z::after, .z0nubcg .eq9un::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");
}
.yd1p {
  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;
}
.zyxeway {
  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;
}
.zyxeway > * { min-width: 0; }
.zyxeway:hover { background: var(--bg-hover); }
.zyxeway > [itemprop="item"] { display: contents; }
.zyxeway [itemprop="itemReviewed"],
.zyxeway [itemprop="reviewRating"] { display: none; }
.zyxeway::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;
}
.mo025x {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.u8ygwb9 {
  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;
}
.mp0dhz { max-height: 52px; max-width: 110px; object-fit: contain; }
.zsad {
  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;
}
.dlf78 .u8ygwb9    { background: #1a1a1a; }
.ht0on24 .u8ygwb9   { background: rgba(128,128,128,.12); }
.n4x3da .u8ygwb9 { background: var(--bg-raised); }
.gzmzxl .u8ygwb9    { background: transparent; padding: 0; }
.jkh2r7 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.etcw0ui { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.s0nlr { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.her52 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.o4xhd66 {
  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;
}
.a67dp4 {
  
  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%;
}
.j0qecv9 {
  
  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;
}
.ouvtim {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ouvtim.g04ny {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .zyxeway {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .zyxeway::before    { grid-area: rank;   }
  .mo025x           { grid-area: ident;  }
  .jkh2r7     { grid-area: rating; min-width: 0; width: auto; }
  .her52           { grid-area: pills;  }
  .ouvtim             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .zyxeway {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .zyxeway::before    { justify-self: center; }
  .mo025x           { width: 100%; }
  .jkh2r7     { justify-self: center; }
  .her52           { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .lccfs { padding: 10px 16px; gap: 6px 16px; } }
.kqo7efk .g04ny { white-space: nowrap; }
@media (max-width: 560px) {
  .ryuth7 { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .up0x8d2k { order: 1; }
  .kqo7efk { order: 2; margin-left: auto; align-self: center; }
  .jfotqk2 { order: 3; flex: 1 1 100%; min-width: 0; }
}
@media (min-width: 860px) {
  .c3nlo1 .yupc7 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .c3nlo1 .zi2i9o { margin: 0; }
}
.a69i9 .zi2i9o { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.a69i9 .ryuth7 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.a69i9 .c08xcka8 { padding: 14px 16px; }
.a69i9 .up0x8d2k { border-radius: 4px; }
.a69i9 .kbktxo { border-radius: 0; }
.akm1 .zf9cte { gap: 10px; }
.akm1 .s5j9j, .akm1 .cwhusq61 { padding: 12px; }
.akm1 .s5j9j ul, .akm1 .cwhusq61 ul { margin: 4px 0 0; padding-left: 18px; }
.akm1 .s5j9j li, .akm1 .cwhusq61 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .tty24f { grid-template-columns: 1fr; }
  .a7h34v { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .a7h34v .jha8 { width: 72px; height: 50px; }
  .a7h34v .u5pn4ylm { max-width: 180px; }
  .a7h34v .djn6u { width: auto; }
}
@media (max-width: 720px) {
  .y299 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .kykcz88u { padding: 16px; }
  .uaun .g0nz2r { min-width: 50%; }
}
.r890a .zf9cte { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ssqe { grid-template-columns: 1fr; }
  .i6nn { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .lf9vp2xn { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .s97rbe { flex-wrap: wrap; padding: 16px; }
}
.tmbmv .zf9cte { gap: 8px; }
.tmbmv .s5j9j, .tmbmv .cwhusq61 { padding: 8px; }
@media (max-width: 480px) {
  .rzve51 { flex-direction: column; align-items: stretch; }
}
.n61ivx .djn6u .g04ny { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .i5qh { flex-direction: column; align-items: stretch; gap: 10px; }
  .n61ivx .djn6u { text-align: center; }
}
@media (max-width: 720px) {
  .o9cwi { grid-template-columns: 1fr; }
  .tsfe00m { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .qjzko { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .ab2qshwd { grid-template-columns: 1fr; }
  .eless { width: 100px; height: 100px; margin: 16px auto; }
  .ajjd { font-size: 1.4rem; }
  .hwfc { justify-content: center; }
  .tjrr .g0nz2r { min-width: 50%; }
}
.dbqns633 .zf9cte { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .npggsc8 { flex-wrap: wrap; padding: 14px 16px; }
  .dij2txo { padding: 12px 16px; }
  .dbqns633 .zf9cte { margin: 0 16px; }
  .dbqns633 .h9a8l { padding: 0 16px; }
  .yn15efgv { padding: 12px 16px; }
}
.c3i0apv .zyxeway {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.c3i0apv .zyxeway:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.i6g0h12 .yd1p { gap: 18px; }
.i6g0h12 .zyxeway {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.i6g0h12 .zyxeway:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.exr0coa .yd1p {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.exr0coa .zyxeway {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.exr0coa .zyxeway:last-child { border-bottom: none; }
.exr0coa .mo025x,
.exr0coa .jkh2r7,
.exr0coa .her52 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.teixjf .yd1p { gap: 0; }
.teixjf .zyxeway {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.teixjf .zyxeway:last-child { border-bottom: none; }
.teixjf .zyxeway:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.teixjf .zyxeway:nth-child(even):hover { background: var(--bg-hover); }
.ialj78 .zyxeway {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.ecquce8l .her52 .o4xhd66 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.ecquce8l .her52 .o4xhd66:first-child { border-left: none; }
.ws0i80vk .her52 .o4xhd66 {
  background: transparent; padding: 4px 8px;
}
.ws0i80vk .her52 .a67dp4 { font-size: .65rem; opacity: .65; }
.ws0i80vk .her52 .j0qecv9   { font-size: 1.15rem; color: var(--accent-light); }
.xefd .her52 .o4xhd66 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.s0nlr { display: none; }
.auax .etcw0ui { font-size: 1rem; letter-spacing: 2px; }
.tssy0n .etcw0ui {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.gdlxcbm .etcw0ui,
.sab5qe48 .etcw0ui,
.fudqihw .etcw0ui { display: none; }
.gdlxcbm .s0nlr,
.sab5qe48 .s0nlr,
.fudqihw .s0nlr { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.gdlxcbm .s0nlr { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.gdlxcbm .s0nlr small { display: none; }
.sab5qe48 .s0nlr {
  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;
}
.sab5qe48 .s0nlr small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.fudqihw .s0nlr {
  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;
}
.fudqihw .s0nlr small { display: none; }
.fudqihw .ss3l1nz3 .w8g6 { display: none; }
.fudqihw .ss3l1nz3 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.fudqihw .km9z3 { display: none; }
.a1sxm4 { margin: 16px 0; }
.wbhdu { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.wbhdu summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.wbhdu summary::after { content: "+"; color: var(--accent-light); }
.wbhdu[open] summary::after { content: "−"; }
.wbhdu p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.kwkvismc { margin-bottom: 0; }
.cwy2m6bx h2.whaip { color: var(--text-primary); border-color: var(--accent-light); }
.wdmsj2 h2.whaip { color: var(--text-primary); border-color: var(--accent-light); }
.r9mb7do .gzid     { background: #052e16; border-color: #10b981; }
.r9mb7do .zfq7zzud    { background: #1e1036; border-color: #a855f7; }
.r9mb7do .vqeg4388 strong  { color: #f1f5f9; }
.r9mb7do .vqeg4388 p       { color: #cbd5e1; }
.r9mb7do .o3r9o4s    .gzid     .h43sdxcn::before,
.r9mb7do .b3z1  .gzid     .h43sdxcn::before,
.r9mb7do .y7wp  .gzid     .h43sdxcn::before,
.r9mb7do .uwjc8a7 .gzid     .h43sdxcn::before { color: #10b981; }
.r9mb7do .o3r9o4s    .b3fxz .h43sdxcn::before,
.r9mb7do .b3z1  .b3fxz .h43sdxcn::before,
.r9mb7do .y7wp  .b3fxz .h43sdxcn::before,
.r9mb7do .uwjc8a7 .b3fxz .h43sdxcn::before { color: #f43f5e; }
.r9mb7do .o3r9o4s    .zfq7zzud    .h43sdxcn::before,
.r9mb7do .b3z1  .zfq7zzud    .h43sdxcn::before,
.r9mb7do .y7wp  .zfq7zzud    .h43sdxcn::before,
.r9mb7do .uwjc8a7 .zfq7zzud    .h43sdxcn::before { color: #a855f7; }
.to07cv .gzid     { background: #2d2000; border-color: #eab308; }
.to07cv .zfq7zzud    { background: #2d1600; border-color: #f97316; }
.to07cv .vqeg4388 strong  { color: #f1f5f9; }
.to07cv .vqeg4388 p       { color: #cbd5e1; }
.to07cv .o3r9o4s    .gzid     .h43sdxcn::before,
.to07cv .b3z1  .gzid     .h43sdxcn::before,
.to07cv .y7wp  .gzid     .h43sdxcn::before,
.to07cv .uwjc8a7 .gzid     .h43sdxcn::before { color: #eab308; }
.to07cv .o3r9o4s    .b3fxz .h43sdxcn::before,
.to07cv .b3z1  .b3fxz .h43sdxcn::before,
.to07cv .y7wp  .b3fxz .h43sdxcn::before,
.to07cv .uwjc8a7 .b3fxz .h43sdxcn::before { color: #ef4444; }
.to07cv .o3r9o4s    .zfq7zzud    .h43sdxcn::before,
.to07cv .b3z1  .zfq7zzud    .h43sdxcn::before,
.to07cv .y7wp  .zfq7zzud    .h43sdxcn::before,
.to07cv .uwjc8a7 .zfq7zzud    .h43sdxcn::before { color: #f97316; }
.mjxftxho .gzid     { background: #0c1a2e; border-color: #38bdf8; }
.mjxftxho .zfq7zzud    { background: #0a2020; border-color: #2dd4bf; }
.mjxftxho .vqeg4388 strong  { color: #f1f5f9; }
.mjxftxho .vqeg4388 p       { color: #cbd5e1; }
.mjxftxho .o3r9o4s    .gzid     .h43sdxcn::before,
.mjxftxho .b3z1  .gzid     .h43sdxcn::before,
.mjxftxho .y7wp  .gzid     .h43sdxcn::before,
.mjxftxho .uwjc8a7 .gzid     .h43sdxcn::before { color: #38bdf8; }
.mjxftxho .o3r9o4s    .b3fxz .h43sdxcn::before,
.mjxftxho .b3z1  .b3fxz .h43sdxcn::before,
.mjxftxho .y7wp  .b3fxz .h43sdxcn::before,
.mjxftxho .uwjc8a7 .b3fxz .h43sdxcn::before { color: #818cf8; }
.mjxftxho .o3r9o4s    .zfq7zzud    .h43sdxcn::before,
.mjxftxho .b3z1  .zfq7zzud    .h43sdxcn::before,
.mjxftxho .y7wp  .zfq7zzud    .h43sdxcn::before,
.mjxftxho .uwjc8a7 .zfq7zzud    .h43sdxcn::before { color: #2dd4bf; }
.siccco::before,
.ln6kyjh::before { margin-right: 5px; }
.apa4oop5 .s5j9j ul li,
.apa4oop5 .s5j9j .siccco { color: #22c55e; }
.apa4oop5 .cwhusq61 ul li,
.apa4oop5 .cwhusq61 .ln6kyjh { color: #ef4444; }
.beoerc .s5j9j { background: var(--bg-pros); }
.beoerc .cwhusq61 { background: var(--bg-cons); }
.beoerc .s5j9j .siccco { color: var(--c-pros-label); }
.beoerc .cwhusq61 .ln6kyjh { color: var(--c-cons); }
.beoerc .s5j9j ul li,
.beoerc .cwhusq61 ul li,
.rhev .s5j9j { background: var(--bg-pros); }
.rhev .cwhusq61 { background: var(--bg-cons); }
.rhev .s5j9j .siccco { color: var(--c-pros-label); }
.rhev .cwhusq61 .ln6kyjh { color: var(--c-cons); }
.rhev .s5j9j ul li,
.rhev .sqybn6 li          { color: var(--c-pros); }
.rhev .cwhusq61 ul li,
.rhev .gu5l2 li          { color: var(--c-cons); }
.o22ly5q9 .siccco::before { content: "✓ "; }
.o22ly5q9 .ln6kyjh::before { content: "✗ "; }
.vlcfrg4 .siccco::before { content: "→ "; }
.vlcfrg4 .ln6kyjh::before { content: "← "; }
.lufb5pgb .siccco::before { content: "★ "; }
.lufb5pgb .ln6kyjh::before { content: "✕ "; }
.y579fvbd .siccco::before { content: "◆ "; }
.y579fvbd .ln6kyjh::before { content: "▲ "; }
.j9wiv .vqeg4388 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.j9wiv .vqeg4388 strong { color: var(--text-primary); }
.j9wiv .vqeg4388 p      { color: var(--text-muted); }
.clm0v8 .vqeg4388 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.o4xhb12f .vqeg4388 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.o4xhb12f .vqeg4388 strong,
.o4xhb12f .vqeg4388 p { color: #fff; }
.o4xhb12f .h43sdxcn::before { color: rgba(255,255,255,0.9) !important; }
.occi .vqeg4388 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.occi .vqeg4388 strong { color: var(--text-primary); }
.occi .vqeg4388 p      { color: var(--text-muted); }
.jbj63xm5 .vqeg4388 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.o3r9o4s .h43sdxcn,
.b3z1 .h43sdxcn,
.y7wp .h43sdxcn,
.uwjc8a7 .h43sdxcn { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.o3r9o4s .h43sdxcn::before,
.b3z1 .h43sdxcn::before,
.y7wp .h43sdxcn::before,
.uwjc8a7 .h43sdxcn::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.o3r9o4s .gzid     .h43sdxcn::before { content: "✦"; color: var(--c-tip-border); }
.o3r9o4s .b3fxz .h43sdxcn::before { content: "▲"; color: var(--c-warn-border); }
.o3r9o4s .zfq7zzud    .h43sdxcn::before { content: "◉"; color: #60a5fa; }
.b3z1 .gzid     .h43sdxcn::before { content: "★"; color: var(--c-tip-border); }
.b3z1 .b3fxz .h43sdxcn::before { content: "◆"; color: var(--c-warn-border); }
.b3z1 .zfq7zzud    .h43sdxcn::before { content: "●"; color: #60a5fa; }
.y7wp .gzid     .h43sdxcn::before { content: "▶"; color: var(--c-tip-border); }
.y7wp .b3fxz .h43sdxcn::before { content: "■"; color: var(--c-warn-border); }
.y7wp .zfq7zzud    .h43sdxcn::before { content: "▸"; color: #60a5fa; }
.uwjc8a7 .gzid     .h43sdxcn::before { content: "→"; color: var(--c-tip-border); }
.uwjc8a7 .b3fxz .h43sdxcn::before { content: "⬥"; color: var(--c-warn-border); }
.uwjc8a7 .zfq7zzud    .h43sdxcn::before { content: "◈"; color: #60a5fa; }
.xky3u .zl9k6 .pr24op1b,
.xky3u .cydbe5k .pr24op1b  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.xky3u .nh40m0                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.xky3u .zyxeway                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.xky3u .mftk          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.xky3u .x71m1                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.mnd0imjz .zl9k6 .pr24op1b,
.mnd0imjz .cydbe5k .pr24op1b,
.mnd0imjz .nh40m0,
.mnd0imjz .zyxeway,
.mnd0imjz .zi2i9o,
.mnd0imjz .mftk,
.mnd0imjz .x71m1,
.mnd0imjz .jbj63xm5 .vqeg4388 { box-shadow: none; }
.svam1   .qlhcmsrk, .svam1 .cyac, .svam1 .jomcri,
.svam1   .zgp1aft, .svam1 .ne8hoqk { font-size: 0.9rem; }
.svam1   .vmsh, .svam1 .vuf9 { font-size: 0.9rem; }
.lmbjz4uw   .qlhcmsrk, .lmbjz4uw .cyac, .lmbjz4uw .jomcri,
.lmbjz4uw   .zgp1aft, .lmbjz4uw .ne8hoqk { font-size: 0.95rem; }
.lmbjz4uw   .vmsh, .lmbjz4uw .vuf9 { font-size: 0.95rem; }
.vyflttg   .qlhcmsrk, .vyflttg .cyac, .vyflttg .jomcri,
.vyflttg   .zgp1aft, .vyflttg .ne8hoqk { font-size: 1.08rem; }
.vyflttg   .vmsh, .vyflttg .vuf9 { font-size: 1.05rem; }
.vyflttg   .gudyp { font-size: 0.97rem; }
.cjeu7k .qigc5z      { font-size: 3.2rem; }
.cjeu7k h2.whaip { font-size: 1.9rem; }
.cjeu7k h3.ngmgpt9     { font-size: 1.4rem; }
.dh9b .qigc5z      { font-size: 3.8rem; }
.dh9b h2.whaip { font-size: 2.2rem; }
.dh9b h3.ngmgpt9     { font-size: 1.6rem; }
.kwkvismc + .kwkvismc { position: relative; }
.efet7ih   .kwkvismc + .kwkvismc::before,
.f5r8l  .kwkvismc + .kwkvismc::before,
.dbzomc5l   .kwkvismc + .kwkvismc::before,
.twwn   .kwkvismc + .kwkvismc::before,
.n4z72   .kwkvismc + .kwkvismc::before,
.nvtttabd .kwkvismc + .kwkvismc::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.efet7ih .kwkvismc + .kwkvismc::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.f5r8l .kwkvismc + .kwkvismc::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.dbzomc5l .kwkvismc + .kwkvismc::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;
}
.twwn .kwkvismc + .kwkvismc::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ipgf33 .kwkvismc { margin-bottom: 16px; }
.ipgf33 .kwkvismc + .kwkvismc { margin-top: 0; }
.ipgf33 .e6ksk5y { padding-top: 0; padding-bottom: 0; }
.n4z72 .kwkvismc + .kwkvismc::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.nvtttabd .kwkvismc + .kwkvismc::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.zoks .kwkvismc + .kwkvismc::before,
.qqmniqc .kwkvismc + .kwkvismc::before,
.snk3hn4 .kwkvismc + .kwkvismc::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%;
}
.n6ahe2o .zoks .kwkvismc:nth-child(even)::before,
.n6ahe2o .qqmniqc .kwkvismc:nth-child(even)::before,
.n6ahe2o .snk3hn4 .kwkvismc:nth-child(even)::before { background: var(--bg-surface); }
.wye2isj .zoks .kwkvismc:nth-child(even)::before,
.wye2isj .qqmniqc .kwkvismc:nth-child(even)::before,
.wye2isj .snk3hn4 .kwkvismc:nth-child(even)::before { background: var(--bg-card); }
.zoks .kwkvismc + .kwkvismc::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");
}
.qqmniqc .kwkvismc + .kwkvismc::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");
}
.snk3hn4 .kwkvismc + .kwkvismc::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");
}
.i3iu .f53jck3,
.o5w00mk .f53jck3,
.qcujop .f53jck3 { overflow: hidden; }
.i3iu .w99v9e4a,
.o5w00mk .w99v9e4a { margin-bottom: 60px; }
.qcujop .w99v9e4a { margin-bottom: 70px; }
.i3iu .f53jck3::before,
.o5w00mk .f53jck3::before,
.qcujop .f53jck3::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.i3iu .f53jck3::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");
}
.o5w00mk .f53jck3::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");
}
.qcujop .f53jck3::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.iaim .f53jck3:not(.bwv7s) .o8sp { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.oo2a .f53jck3:not(.bwv7s) .o8sp { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.zlv1be  .f53jck3:not(.bwv7s) .o8sp { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.kmkj5i  .f53jck3:not(.bwv7s) .o8sp { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.iaim .bwv7s { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.oo2a .bwv7s { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.zlv1be .bwv7s { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.kmkj5i .bwv7s { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.ravbx .bwv7s { background: var(--accent); }
.ravbx .bwv7s .o8sp { background: none; }
.ravbx .f53jck3:not(.bwv7s) .o8sp { background: rgba(0,0,0,0.6); }
.d9qnyf4w .g7nlfajb { float: left; width: 38%; margin: 0 28px 16px 0; }
.d9qnyf4w .g7nlfajb .aahw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.d9qnyf4w .e6ksk5y::after { content: ''; display: block; clear: both; }
.br0i1 .g7nlfajb { float: right; width: 38%; margin: 0 0 16px 28px; }
.br0i1 .g7nlfajb .aahw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.br0i1 .e6ksk5y::after { content: ''; display: block; clear: both; }
.j5bp .kwkvismc:nth-child(odd)  .g7nlfajb { float: left;  width: 38%; margin: 0 28px 16px 0; }
.j5bp .kwkvismc:nth-child(even) .g7nlfajb { float: right; width: 38%; margin: 0 0 16px 28px; }
.j5bp .g7nlfajb .aahw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.j5bp .e6ksk5y::after { content: ''; display: block; clear: both; }
.d9qnyf4w .hevj3grl,
.d9qnyf4w .yd1p,
.br0i1 .hevj3grl,
.br0i1 .yd1p,
.j5bp .hevj3grl,
.j5bp .yd1p { clear: both; }
@media (max-width: 900px) {
  .d9qnyf4w .g7nlfajb,
  .br0i1 .g7nlfajb,
  .j5bp .kwkvismc:nth-child(odd)  .g7nlfajb,
  .j5bp .kwkvismc:nth-child(even) .g7nlfajb {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .d9qnyf4w .g7nlfajb .aahw,
  .br0i1 .g7nlfajb .aahw,
  .j5bp .g7nlfajb .aahw {
    max-height: none !important;
  }
}
.d9qnyf4w .vmsh,
.d9qnyf4w .vuf9,
.br0i1 .vmsh,
.br0i1 .vuf9,
.j5bp .vmsh,
.j5bp .vuf9 { overflow: hidden; }
@media (max-width: 640px) {
  .d9qnyf4w .g7nlfajb,
  .br0i1 .g7nlfajb,
  .j5bp .g7nlfajb { float: none; width: 100%; margin: 0 0 16px 0; }
}
.z0jgxi9z .jsfhf1,
.z0jgxi9z .e6ksk5y,
.z0jgxi9z .e74a  { max-width: 1100px; }
.znre .jsfhf1,
.znre .e6ksk5y,
.znre .e74a  { max-width: 1200px; }
.d2bn .jsfhf1,
.d2bn .e6ksk5y,
.d2bn .e74a  { max-width: 1320px; }
.q9wdwe77 { font-size: 0.82rem; color: var(--text-muted); }
.semvf159 { display: flex; align-items: center; }
.h7wj1aop {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.m1sikwlk { display: flex; align-items: center; }
.bbyij { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.bbyij:hover { text-decoration: underline; }
.x1ypo { margin: 0 3px; opacity: 0.45; }
.x1ypo::before { content: '/'; }
.lgdu4x4 { padding: 2px 5px; color: var(--text-main); }
.hc8j .q9wdwe77 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.hc8j .semvf159 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.q23y .q9wdwe77 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.q23y .semvf159 { padding: 0 0 0 12px; }
.gmgo {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.cmxpe3 .semvf159 { padding: 0 16px; }
.cmxpe3 .q9wdwe77 {
  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);
}
.cmxpe3 .jsfhf1 { padding-top: 28px; }
@media (max-width: 720px) {
  .gmgo { margin-top: 18px; padding: 0 16px; }
  .cmxpe3 .jsfhf1 { padding-top: 16px; }
}
.z0jgxi9z.hc8j .semvf159 { max-width: 1100px; }
.znre.hc8j .semvf159 { max-width: 1200px; }
.d2bn.hc8j .semvf159 { max-width: 1320px; }
.z0jgxi9z .gmgo { max-width: 1100px; }
.znre .gmgo { max-width: 1200px; }
.d2bn .gmgo { max-width: 1320px; }
.qizzze2 .kwkvismc { padding-top: 16px; padding-bottom: 16px; }
.ucn12ze .kwkvismc { padding-top: 24px; padding-bottom: 24px; }
.i0fwrg5 .kwkvismc { padding-top: 40px; padding-bottom: 40px; }
.gqoaao .kwkvismc { padding-top: 52px; padding-bottom: 52px; }
.vkfo6ryn .kwkvismc:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.vkfo6ryn .kwkvismc:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.vkfo6ryn .kwkvismc:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.vkfo6ryn .kwkvismc:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.qro73 .e6ksk5y { padding-top: 10px;  padding-bottom: 10px; }
.rdal .e6ksk5y { padding-top: 18px;  padding-bottom: 18px; }
.oxkqhpb .e6ksk5y { padding-top: 36px;  padding-bottom: 36px; }
.lrhj .e6ksk5y { padding-top: 48px;  padding-bottom: 48px; }
.xwqpk5x7 h2.whaip { font-weight: 600; }
.xwqpk5x7 h3.ngmgpt9     { font-weight: 600; }
.n1fqvpsc h2.whaip { font-weight: 800; }
.n1fqvpsc h3.ngmgpt9     { font-weight: 700; }
.vlugh6f5 h2.whaip { font-weight: 900; }
.vlugh6f5 h3.ngmgpt9     { font-weight: 800; }
.vlugh6f5 .vqeg4388 strong,
.vlugh6f5 .vqeg4388 strong { font-weight: 600; }
.kg1z {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.hgcom .kg1z { display: none; }
@media (max-width: 640px) {
  .kg1z { display: none !important; }
}
.kg1z { background: var(--cta) !important; color: #fff !important; border: none !important; }
.kg1z:hover { opacity: 0.85; }
.kbpzipx .kg1z { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ft7y  .eq9un { left: 32px; }
@media (max-width: 480px) {
  .p5ut3ri .eq9un { right: 20px; bottom: 20px; }
  .ft7y  .eq9un { left: 20px; bottom: 20px; }
}
.w8iy { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.e74a { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.kpz7hr1e { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.tx07d5b { color: var(--text-dim); font-size: 0.8rem; }
.f13is20 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.f13is20 img { height: 26px; width: auto; object-fit: contain; }
.a3x4um59 { display: flex; flex-direction: column; gap: 6px; }
.a3x4um59 a, .f02ev a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.a3x4um59 a:hover, .f02ev a:hover { color: var(--accent-light); }
.a3x4um59 .sf3mfv { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.aoem .e74a { text-align: center; }
.aoem .kpz7hr1e { margin-top: 0; }
.pjpg { margin-top: 10px; }
.pjpg a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .e74a { padding-left: 16px; padding-right: 16px; }
  .l0pyhi .e74a { padding: 20px 16px; }
  .f02ev { gap: 4px 12px; }
  .kpz7hr1e { font-size: 0.78rem; }
}
.hsnii .uxtq .f13is20 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.hsnii .kpz7hr1e { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.hsnii .tx07d5b { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .hsnii .ny8yr { grid-template-columns: 1fr 1fr; } .hsnii .uxtq { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hsnii .ny8yr { grid-template-columns: 1fr; } }
.enus4 .f13is20 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.enus4 .kpz7hr1e { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .enus4 .j9mnuori { gap: 12px; } .enus4 .f13is20 { margin-right: 0; width: 100%; } }
.h67aq1mt .kj9lk9 .f13is20 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.h67aq1mt .kpz7hr1e { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.h67aq1mt .tx07d5b { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .h67aq1mt .gjxnlh { grid-template-columns: 1fr 1fr; } .h67aq1mt .kj9lk9 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .h67aq1mt .gjxnlh { grid-template-columns: 1fr; } }
.r2363x .wg3f2f7x { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.r2363x .a3x4um59 { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .r2363x .wg3f2f7x { grid-template-columns: 1fr 1fr; } .r2363x .glt8nbef:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .r2363x .wg3f2f7x { grid-template-columns: 1fr; } }
.ig33s .wg3f2f7x { grid-template-columns: 1fr 2fr; }
.ig33s .rmfq2 .a3x4um59 { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .ig33s .wg3f2f7x { grid-template-columns: 1fr; } }
.is3no0fq .e74a { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.cwr9493c .i2x7c7      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.cwr9493c .w8iy { background: var(--bg-page); border-top-color: var(--border-alt); }
.b2psnt .i2x7c7      { background: #0d1117; border-bottom-color: #21262d; }
.b2psnt .tgsme { color: var(--accent-light); }
.b2psnt .xz9x { --msep-color: #8b949e; }
.b2psnt .xz9x a { color: #8b949e; }
.b2psnt .xz9x a:hover { color: var(--accent-light); }
.b2psnt .owj2nzh { color: #8b949e; }
.b2psnt .w8iy { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.b2psnt .kpz7hr1e,
.b2psnt .tx07d5b { color: #6e7681; }
.b2psnt .a3x4um59 a, .b2psnt .f02ev a,
.b2psnt .f13is20 { color: #e6edf3; }
.b2psnt .a3x4um59 a:hover, .b2psnt .f02ev a:hover,
@media (max-width: 640px) {
  .b2psnt .xz9x { background: #0d1117; border-top-color: #21262d; }
  .b2psnt .xz9x li a { border-bottom-color: #21262d; }
}
.bfcyn3g .i2x7c7      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.bfcyn3g .tgsme { color: var(--accent-light); }
.bfcyn3g .xz9x { --msep-color: #475569; }
.bfcyn3g .xz9x a { color: #475569; }
.bfcyn3g .xz9x a:hover { color: var(--accent-light); }
.bfcyn3g .owj2nzh { color: #64748b; }
.bfcyn3g .w8iy { background: #f0f4f8; border-top-color: #cbd5e1; }
.bfcyn3g .kpz7hr1e,
.bfcyn3g .tx07d5b { color: #64748b; }
.bfcyn3g .a3x4um59 a, .bfcyn3g .f02ev a,
.bfcyn3g .jnco a, .bfcyn3g .f13is20 { color: #374151; }
.bfcyn3g .a3x4um59 a:hover, .bfcyn3g .f02ev a:hover,
@media (max-width: 640px) {
  .bfcyn3g .xz9x { background: #f0f4f8; border-top-color: #cbd5e1; }
  .bfcyn3g .xz9x li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.mpua .i2x7c7      { background: var(--accent); border-bottom-color: var(--accent-light); }
.mpua .tgsme { color: #fff; }
.mpua .xz9x { --msep-color: rgba(255,255,255,0.82); }
.mpua .xz9x a { color: rgba(255,255,255,0.82); }
.mpua .xz9x a:hover { color: #fff; }
.mpua .owj2nzh { color: rgba(255,255,255,0.9); }
.mpua .w8iy { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.mpua .kpz7hr1e,
.mpua .tx07d5b { color: rgba(255,255,255,0.72); }
.mpua .a3x4um59 a, .mpua .f02ev a,
.mpua .jnco a, .mpua .f13is20 { color: #fff; }
.mpua .a3x4um59 a:hover, .mpua .f02ev a:hover,
@media (max-width: 640px) {
  .mpua .xz9x { background: var(--accent); border-top-color: var(--accent-light); }
  .mpua .xz9x li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.wkrs71f8 .i2x7c7 {
  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);
}
.wkrs71f8 .w8iy {
  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) {
  .wkrs71f8 .xz9x {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.rzs9 .u13bl { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ro8ude .u13bl { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.s925 .u13bl { min-height: 72px; height: auto; }
.z40c .u13bl { min-height: 84px; height: auto; }
.l0pyhi .u13bl { max-width: none; padding: 0 32px; }
.l0pyhi .e74a  { max-width: none; padding: 24px 32px; }
.itkf9nv.znre .u13bl { max-width: 1200px; }
.itkf9nv.d2bn .u13bl { max-width: 1320px; }
.i1y8   .tgsme, .i1y8   .f13is20 { text-transform: capitalize; }
.nlz3l .tgsme, .nlz3l .f13is20 { text-transform: lowercase; }
.gtce2o7d .tgsme, .gtce2o7d .f13is20 { text-transform: uppercase; letter-spacing: 0.06em; }
.r11sv7, .qz4spp8 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.feb5e0n .r11sv7,
.feb5e0n .qz4spp8 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.qvdcx .r11sv7,
.qvdcx .qz4spp8 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.xjnm .r11sv7,
.xjnm .qz4spp8 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.yq1mk4o .r11sv7,
.yq1mk4o .qz4spp8 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.hix8   .xz9x a { font-weight: 500; }
.r4lgqkm .xz9x a { font-weight: 600; }
.mfas04     .xz9x a { font-weight: 700; }
.hl45    .xz9x a { font-weight: 800; letter-spacing: 0.01em; }
.ur1w96h     .xz9x > li + li::before,
.nql01n5    .xz9x > li + li::before,
.gb5z6    .xz9x > li + li::before,
.sff3 .xz9x > li + li::before,
.yocunl66 .xz9x > li + li::before,
.m3n7f  .xz9x > li + li::before,
.yjh7    .xz9x > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ur1w96h     .xz9x > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.nql01n5    .xz9x > li + li::before { content: "|"; }
.gb5z6    .xz9x > li + li::before { content: "—"; }
.sff3 .xz9x > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.yocunl66 .xz9x > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.m3n7f  .xz9x > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.yjh7    .xz9x > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .g9hte3f0 .owj2nzh,
  .qqml13h .owj2nzh,
  .s2zb .owj2nzh,
  .o793wkz .owj2nzh,
  .kuma .owj2nzh {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .g9hte3f0 .owj2nzh::before,
  .qqml13h .owj2nzh::before,
  .s2zb .owj2nzh::before,
  .o793wkz .owj2nzh::before,
  .kuma .owj2nzh::before { content: ""; display: block; flex-shrink: 0; }

  
  .g9hte3f0 .owj2nzh::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;
  }

  
  .qqml13h .owj2nzh::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;
  }

  
  .s2zb .owj2nzh::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;
  }

  
  .o793wkz .owj2nzh::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;
  }

  
  .kuma .owj2nzh::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) {
  .epcy3t .owj2nzh {
    padding: 5px 14px;
  }
  .epcy3t .xz9x {
    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;
  }
  .epcy3t .xz9x li a {
    border-bottom: none; padding: 10px 22px;
  }
  .epcy3t .xz9x li a:hover { background: var(--bg-raised); }
  .epcy3t .aqhl,
  .mu8mi2k .aqhl,
  .uhay8j3 .aqhl { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .k717tbq5 .owj2nzh {
    padding: 5px 10px;
  }
  .k717tbq5 .xz9x {
    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);
  }
  .k717tbq5 .xz9x.pldsaw { transform: translateX(0); }
  .k717tbq5 .xz9x li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .k717tbq5 .xz9x li:last-child a { border-bottom: none; }
  .mpua .xz9x,
  .b2psnt .xz9x { background: var(--accent) !important; }
  .mpua .xz9x li a,
  .b2psnt .xz9x li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .uhay8j3 .owj2nzh {
    padding: 5px 10px;
  }
  .uhay8j3 .xz9x {
    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);
  }
  .uhay8j3 .xz9x::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .uhay8j3 .xz9x.pldsaw { transform: translateY(0); }
  .uhay8j3 .xz9x li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .jz2k1 .owj2nzh {
    padding: 5px 10px;
  }
  .jz2k1 .xz9x {
    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;
  }
  .jz2k1 .xz9x.pldsaw { opacity: 1; pointer-events: auto; }
  .jz2k1 .xz9x li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .yeimggn     .owj2nzh { border-radius: 0 !important; }
  .obfa   .owj2nzh { border-radius: 8px !important; }
  .t5rbr16j .owj2nzh { border-radius: 50% !important; }
  .a81f4u   .owj2nzh { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .daglkyk .v1qi { flex-direction: column; align-items: stretch; }
  .daglkyk .gkxycxg { flex-direction: row; min-width: auto; }
  .daglkyk .p53xrx7 { align-items: flex-start; text-align: left; }
}
.t9uhl9sc,
.t9uhl9sc.kwkvismc,
.n6ahe2o .t9uhl9sc,
.ioep1aaj .t9uhl9sc,
.wye2isj .t9uhl9sc,
.om65d .t9uhl9sc {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.gps0 {
  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;
}
.rtpx8dcr { flex: 1 1 280px; min-width: 0; }
.n70u8lx {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.bug83 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.v838trbo {
  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;
}
.v838trbo:hover { transform: translateY(-1px); opacity: 0.95; }
.lptx9 .gps0 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.lptx9 .n70u8lx { color: var(--cta); }
.lptx9 .bug83 { color: var(--text-body); }
.lptx9 .v838trbo {
  background: var(--cta) !important;
  color: #fff !important;
}
.aq5p .gps0 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.aq5p .n70u8lx { color: var(--text-primary); }
.aq5p .bug83 { color: var(--text-body); }
.aq5p .v838trbo {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .gps0 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .rtpx8dcr { flex: 0 0 auto; }
  .n70u8lx { font-size: 1.2rem; }
  .v838trbo { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.x3jyvh .fah3u { height: 36px; }
.qmre .fah3u { height: 60px; max-width: 200px; }
.uryq .fah3u { height: 56px; max-width: 180px; }
.w6csbv2    .etcw0ui, .w6csbv2    .w8g6 { color: #f59e0b; }
.o9z77r      .etcw0ui { font-size: 1rem; letter-spacing: 1.5px; }
.sal1o    .etcw0ui, .sal1o    .w8g6 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.svkj     .etcw0ui, .svkj     .w8g6 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.zg6aa3in .etcw0ui, .zg6aa3in .w8g6 { color: var(--cta); letter-spacing: 2px; }
.vplql2   .etcw0ui, .vplql2   .w8g6 { color: #e91e63; letter-spacing: 2px; }
.tgaud5x  .etcw0ui, .tgaud5x  .w8g6 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.wz9ig473     .etcw0ui, .wz9ig473     .w8g6 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ecquce8l .o4xhd66 + .o4xhd66 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.y8cozo .zyxeway { padding: 18px 24px; min-height: 68px; }
.ws0i80vk .a67dp4 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.ws0i80vk .j0qecv9 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.xefd .o4xhd66 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.yd1p { counter-reset: cs-rank; }
.yd1p .zyxeway { counter-increment: cs-rank; }
.yd1p .zyxeway::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;
}
.ftqu .yd1p { counter-reset: cs-rank; gap: 0; }
.ftqu .zyxeway {
  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;
}
.ftqu .zyxeway::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;
}
.ftqu .mo025x {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.ftqu .u8ygwb9 {
  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;
}
.ftqu .mp0dhz { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.ftqu .mo025x { min-width: 0; flex-direction: column; width: 100%; }
.ftqu .zsad {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.ftqu .etcw0ui { color: var(--cta, var(--accent)); }
.ftqu .s0nlr { font-weight: 700; }
.ftqu .o4xhd66 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.ftqu .a67dp4 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.ftqu .j0qecv9 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.ftqu .bjzy .j0qecv9 { font-size: 1.3rem; color: var(--accent-light); }
.ftqu .ouvtim {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.ftqu .zyxeway:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .ftqu .yd1p {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ftqu .zyxeway {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ftqu .zyxeway { padding: 40px 16px 20px; }
  .ftqu .o4xhd66 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ftqu .ouvtim { width: 100%; min-width: 0; }
}
.uoaoyd .yd1p { counter-reset: cs-rank; gap: 10px; }
.uoaoyd .zyxeway {
  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);
}
.uoaoyd .zyxeway::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);
}
.uoaoyd .mo025x {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.uoaoyd .u8ygwb9 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.uoaoyd .mp0dhz { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.uoaoyd .zsad {
  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;
}
.uoaoyd .etcw0ui { color: var(--cta, var(--accent)); }
.uoaoyd .o4xhd66 {
  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;
}
.uoaoyd .a67dp4 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.uoaoyd .j0qecv9 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.uoaoyd .bjzy .j0qecv9 { color: var(--accent-light); }
.uoaoyd .ouvtim {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.uoaoyd .zyxeway:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .uoaoyd .zyxeway {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .uoaoyd .zyxeway::before {
    position: absolute; top: 14px; left: 14px;
  }
  .uoaoyd .mo025x {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .uoaoyd .zsad { white-space: normal; text-align: center; font-size: 1.2rem; }
  .uoaoyd .o4xhd66 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .uoaoyd .ouvtim { width: 100%; min-width: 0; }
  .uoaoyd .etcw0ui { min-width: 0; }
}
.s334r5 .zyxeway::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.jce7as .wbhdu {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.jce7as .wbhdu summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.jce7as .wbhdu p { padding: 0 2px 16px; }
.pr652dh .wbhdu { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.pr652dh .wbhdu summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.pr652dh .wbhdu summary::after { content: "›"; font-size: 1.2em; }
.pr652dh .wbhdu[open] summary::after { content: "‹"; }
.pr652dh .wbhdu p { padding: 10px 22px 4px; }
.ph90f .wbhdu {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ph90f .wbhdu summary { color: var(--text-primary); padding-left: 16px; }
.ph90f .wbhdu summary::after { content: "›"; font-size: 1.1em; }
.ph90f .wbhdu[open] summary::after { content: "‹"; }
.ph90f .wbhdu p { padding-left: 16px; }
.nun38erf .a1sxm4 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.nun38erf .wbhdu {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.nun38erf .wbhdu:last-child { border-bottom: none; }
.nun38erf .wbhdu summary { color: var(--text-primary); border-radius: 0; }
.nun38erf .wbhdu summary::after { content: "›"; font-size: 1.1em; }
.nun38erf .wbhdu[open] summary::after { content: "‹"; }
.t0d2 .wbhdu { overflow: hidden; }
.t0d2 .wbhdu summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.t0d2 .wbhdu summary::after { color: rgba(255,255,255,.75); }
.t0d2 .wbhdu[open] summary { border-radius: 0; }
.pmpir { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.m83z {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.fnob1k5 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.c4h4c6 { color: var(--text-muted); font-size: 1.05rem; }
.doh0 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.np4yk7 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.jwii8fda { margin-bottom: 20px; }
.ddlqch {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.grdh3k {
  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;
}
.grdh3k:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.zvs4j { resize: vertical; min-height: 130px; }
.jp7q { width: 100%; margin-top: 8px; }
.jlq77 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.omnwcq {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.l0oyt { color: var(--text-muted); line-height: 1.75; }
.rkfuas80 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.rkfuas80 li { margin-bottom: 6px; }
.qgwoa { max-width: 760px; margin: 0 auto; }
.k0pvs { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.du7wjhy { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.du7wjhy:last-child { border-bottom: none; }
.du7wjhy h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.du7wjhy p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qe56 { max-width: 760px; margin: 0 auto; }
.mk3dig8u { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.mk3dig8u:last-child { border-bottom: none; }
.rq891s3 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.mk3dig8u p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.mk3dig8u ul.rkfuas80 { margin: 0; }
.ynq2bih .rq891s3 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .ynq2bih { grid-template-columns: 1fr; gap: 10px; } }
.v3yn5 .rq891s3 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.jisd4z .rkfuas80 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .exn5 { grid-template-columns: 1fr; } }
.pu25 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.pu25:hover .relqyj { color: var(--accent-light); text-decoration: underline; }
.rmkjmr { color: inherit; text-decoration: none; }
.rmkjmr:hover { color: var(--accent-light); text-decoration: underline; }
.dzt1z0 { display: inline-block; line-height: 0; }
.lgnxluqu { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.tqogd { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.tqogd:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.l7gb { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.tqogd p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.tqogd ul.rkfuas80 { margin: 0; }
.ur3mni2 { color: var(--text-muted); line-height: 1.75; }
.l3rfajw .rkfuas80,
.oizc42cd .rkfuas80,
.z07hyeh2 .rkfuas80,
.w3hewp .rkfuas80 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.l3rfajw .tqogd,
.oizc42cd .tqogd { text-align: left; }
.l3rfajw .l7gb,
.oizc42cd .l7gb { text-align: center; }
.za3r0u { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.nvjoiju { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.uemr { font-size: 1.1rem; }
.wty4h { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.o15jn { margin-top: 12px; }
.oyf0 { 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; }
.oyf0:hover { border-bottom-color: var(--accent-light); }
.rb59g { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.rb59g img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ldd66 { width: 260px; height: 260px; }
.lxzin5r { border-radius: 50%; }
.pqp7v2xb { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.ciea1 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .ntzre { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.xje1cz3c .wty4h, .xje1cz3c .nvjoiju { max-width: 640px; }
.oz7grw { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.hqruf70 { position: sticky; top: 96px; align-self: start; }
.hqruf70 .za3r0u { font-size: 1.6rem; margin-top: 18px; }
.t4n4o .wty4h { margin-bottom: 28px; }
@media (max-width: 860px) { .oz7grw { grid-template-columns: 1fr; } .hqruf70 { position: static; text-align: center; } }
.bds7x5h8 .rb59g { margin: 0 auto 18px; }
.bds7x5h8 .pqp7v2xb { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .z959c { grid-template-columns: 1fr; } }
.zeoq1 .za3r0u { font-size: 1.6rem; margin-bottom: 6px; }
.w3hewp .rkfuas80 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zeoq1 { flex-direction: column; text-align: center; } .cl24i { grid-template-columns: 1fr; } }
.t23jzee .za3r0u { font-size: 1.35rem; margin: 0 0 4px; }
.t23jzee .pqp7v2xb { margin: 0; }
.g368 { max-width: 760px; margin: 0 auto; }
.ov5s2 { position: relative; padding-left: 28px; }
.ov5s2::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.rlqpxuv { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.rlqpxuv:last-child { padding-bottom: 0; }
.dho8p6 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.t1pnqwyu h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.t1pnqwyu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.dfwq1 .fnob1k5 { color: var(--accent-light); }
.og32 .fnob1k5 { font-size: 2rem; }
.og32 .c4h4c6 { max-width: 680px; }
.trow79 .fnob1k5 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.trow79 .c4h4c6  { margin: 0; }
@media (max-width: 640px) { .trow79 { flex-direction: column; } }
.xbix .fnob1k5 { color: var(--accent-light); }
.v8htu0 {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.v8htu0 .fnob1k5 { color: #fff; }
.v8htu0 .c4h4c6  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .i17v49a { grid-template-columns: 1fr; } }
.kw2wy .grdh3k {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.kw2wy .grdh3k:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.aoqw1 .grdh3k { background: var(--bg-raised); border-color: transparent; }
.aoqw1 .grdh3k:focus { background: var(--bg-card); border-color: var(--accent-light); }
.svae .grdh3k { border-radius: 100px; padding: 11px 20px; }
.svae .zvs4j { border-radius: 14px; }
.s86wanz {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.s86wanz summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.s86wanz summary::-webkit-details-marker { display: none; }
.s86wanz summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.s86wanz[open] summary::after { content: "−"; }
.b5vpk {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .yywiyfto { grid-template-columns: 1fr; } }
.l55kvomi { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.l55kvomi li { margin-bottom: 6px; }
.eb8la3x{display:none}
.eb8la3x:empty,.q9m4joq:empty{display:none}
.fheyt{position:relative;overflow:visible}
.p5du3jqy .kef5,.lhhl56 .kef5,
.f7kxj .kef5,.g7k3 .kef5,
.c3i7w .kef5,.rq9uovk1 .kef5{display:block}
.kt09k19 .p4cg{display:block}
.p5du3jqy .kef5,.lhhl56 .kef5,
.f7kxj .kef5,.g7k3 .kef5,
.c3i7w .kef5{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}
.p5du3jqy .kef5 .q9m4joq,.lhhl56 .kef5 .q9m4joq,
.f7kxj .kef5 .q9m4joq,.g7k3 .kef5 .q9m4joq,
.c3i7w .kef5 .q9m4joq{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}
.p5du3jqy .c1ww1u,.lhhl56 .c1ww1u,
.f7kxj .c1ww1u,.g7k3 .c1ww1u,
.c3i7w .c1ww1u{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.p5du3jqy .kef5,.lhhl56 .kef5{top:12px}
.p5du3jqy .kef5 .q9m4joq{margin-right:auto}
.lhhl56 .kef5 .q9m4joq{margin-left:auto}
.lhhl56 .kef5{text-align:right}
.f7kxj .kef5,.g7k3 .kef5{bottom:12px}
.f7kxj .kef5 .q9m4joq{margin-right:auto}
.g7k3 .kef5 .q9m4joq{margin-left:auto}
.g7k3 .kef5{text-align:right}
.c3i7w .kef5{position:relative;margin-top:16px}
.c3i7w .kef5 .q9m4joq{margin:0 auto}
.rq9uovk1 .kef5{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.rq9uovk1 .kef5 .q9m4joq{margin:0}
.rq9uovk1 .npf7c24~.kef5,
.rq9uovk1 .yi8a2x~.kef5{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.rq9uovk1 .npf7c24~.kef5 .q9m4joq,
.rq9uovk1 .yi8a2x~.kef5 .q9m4joq{justify-content:flex-start}
.npf7c24~.kef5,.yi8a2x~.kef5{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}
.npf7c24~.kef5 .q9m4joq{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.yi8a2x~.kef5 .q9m4joq{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.p4cg .q9m4joq{margin:0 0 12px}
.q9m4joq{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.cdmc{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.relqyj{font-weight:600;color:var(--text-heading);opacity:1}
.jy5a7py::before{content:"·";margin:0 2px;opacity:.5}
.c1ww1u{white-space:nowrap}
.zssh .cdmc{display:none}
.qg15w3z .c1ww1u{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.qg15w3z .jy5a7py::before{content:""}
.l4ven .c1ww1u{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}
.l4ven .jy5a7py::before{content:""}
.un38t4 .q9m4joq{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.m5ztti .c1ww1u{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.m5ztti .jy5a7py::before{content:""}
.mphif7 .c1ww1u{color: var(--accent-light);opacity:1;font-weight:500}
.qgli9 .c1ww1u{border-bottom:1px solid currentColor;padding-bottom:2px}
.octd .q9m4joq{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ks8d{--date-bg:var(--accent-bg)}
.bykfx .jy5a7py::before{content:""}
.erycpy .jy5a7py::before{content:"•";opacity:.4}
.erycpy .c1ww1u + .c1ww1u::before{content:"•";margin-right:6px;opacity:.4}
.v7ou00 .jy5a7py::before{content:"/";opacity:.35}
.v7ou00 .c1ww1u + .c1ww1u::before{content:"/";margin-right:6px;opacity:.35}
.zqm1 .jy5a7py::before{content:"|";opacity:.3}
.zqm1 .c1ww1u + .c1ww1u::before{content:"|";margin-right:6px;opacity:.3}
.phz7a .jy5a7py::before{content:"—";opacity:.3}
.phz7a .c1ww1u + .c1ww1u::before{content:"—";margin-right:6px;opacity:.3}
.j58x .jy5a7py::before{content:"◆";font-size:.5em;opacity:.35}
.j58x .c1ww1u + .c1ww1u::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.v7zxtg .jy5a7py::before{content:"·";opacity:.4}
.v7zxtg .c1ww1u + .c1ww1u::before{content:"·";margin-right:6px;opacity:.4}
.wsive .jy5a7py::before{content:"›";opacity:.4}
.wsive .c1ww1u + .c1ww1u::before{content:"›";margin-right:6px;opacity:.4}
.ascfpq .jy5a7py::before{content:"→";opacity:.35;font-size:.85em}
.ascfpq .c1ww1u + .c1ww1u::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.s0y4{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.nduu{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.uwt47ro{display:flex;flex-direction:column;gap:3px}
.qvp4vnj{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.tfkede8a{font-weight:700;font-size:1rem;color:var(--text-heading)}
.lvdgu{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.cevy .s0y4{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.mjm03 .s0y4{border-top:3px solid var(--accent);padding-top:18px}
.xxxhjue5 .s0y4{border-left:3px solid var(--accent);border-radius:0}
.cd1ffyo .s0y4{padding:20px 0}
@media(max-width:640px){
  .s0y4{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .lvdgu{max-width:100%}
}
.edyz86d1 .mftk{margin:0}
@media (max-width:560px){
  .bmnafd{grid-template-columns:repeat(2,1fr);gap:12px}
}
.f4nr {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.f4nr.m7rb5ih {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.m60ga {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.m60ga .vxpc4w79 {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.m60ga .vxpc4w79::before,
.m60ga .vxpc4w79::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.m60ga .vxpc4w79::before { transform: translate(-50%, -50%) rotate(45deg); }
.m60ga .vxpc4w79::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.m60ga .vxpc4w79:hover { background: rgba(0,0,0,0.12) !important; }
.qmne64 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.qhq4l {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.b28gsqh {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.gol0iwx {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.m60ga .fv72gj {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.m60ga .fv72gj:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .m60ga { padding: 28px 18px 20px; }
  .b28gsqh { font-size: 1.2rem; }
  .qmne64 { max-width: 220px; max-height: 80px; }
}
.ey4ggz {
  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);
}
.zcpv73 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.mvx3c5bu  .ey4ggz { border-radius: 50%; }
.p5eheg  .ey4ggz { border-radius: 6px; }
.dz9dno2e .ey4ggz { border-radius: 22px; }
.yx0sj7ed .gps0 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ey4ggz { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.pm013 .kwkvismc {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.pm013 .e6ksk5y {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.pm013 .gps0 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.e3cdlb {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.e3cdlb.m7rb5ih { transform: translate(-50%, 0); }
.e3cdlb .kwkvismc,
.e3cdlb .e6ksk5y {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.e3cdlb .gps0 {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.psgpgd {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.psgpgd::before,
.psgpgd::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.psgpgd::before { transform: translate(-50%, -50%) rotate(45deg); }
.psgpgd::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.psgpgd:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .e3cdlb { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .e3cdlb .gps0 {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .e3cdlb .bug83 { display: none !important; }
  .e3cdlb .n70u8lx { font-size: 1.1rem !important; }
  .e3cdlb .ey4ggz { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .psgpgd { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .u13bl { flex-direction: row-reverse; }
[dir="rtl"] .xz9x { flex-direction: row-reverse; }
[dir="rtl"] .ft7y  .eq9un { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .p5ut3ri .eq9un { right: auto; left: 20px; }
  [dir="rtl"] .ft7y  .eq9un { left: auto;  right: 20px; }
}
[dir="rtl"] .d9qnyf4w .g7nlfajb  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .br0i1 .g7nlfajb { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .vmsh, [dir="rtl"] .vuf9 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .s5j9j { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .cwhusq61 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .vqeg4388 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .gps0 { direction: rtl; }
[dir="rtl"] .ey4ggz { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .zyxeway,
[dir="rtl"] .q9wdwe77 { direction: rtl; }
[dir="rtl"] .x71m1 { direction: rtl; }
[dir="rtl"] .qcpd { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .qrf0ox .vuf9,
[dir="rtl"] .wb79 .vuf9,
[dir="rtl"] .tiqffwo .vuf9,
[dir="rtl"] .dg9w .vuf9 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .qrf0ox .vuf9 li::before,
[dir="rtl"] .wb79 .vuf9 li::before,
[dir="rtl"] .tiqffwo .vuf9 li::before,
[dir="rtl"] .dg9w .vuf9 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .f53jck3.d0e1 .w99v9e4a,
[dir="rtl"] .n9z70a.d0e1 .w99v9e4a,
[dir="rtl"] .bwv7s.d0e1 .w99v9e4a,
[dir="rtl"] .hikx4ba.d0e1 .w99v9e4a,
[dir="rtl"] .h39ka7p.d0e1 .w99v9e4a { text-align: right; }
[dir="rtl"] .npf7c24.d0e1 .q0ugy7n { align-items: flex-end; text-align: right; }
[dir="rtl"] .e6ksk5y,
[dir="rtl"] .zgp1aft,
[dir="rtl"] .ne8hoqk,
[dir="rtl"] .w99v9e4a { text-align: right; }
[dir="rtl"] .np4yk7,
[dir="rtl"] .ddlqch,
[dir="rtl"] .wty4h,
[dir="rtl"] .grdh3k,
[dir="rtl"] .zvs4j { text-align: right; direction: rtl; }
[dir="rtl"] .svae .grdh3k,
[dir="rtl"] .kw2wy .grdh3k { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #0a5079;
  --brand:           #0a5079;
  --brand-light:     #0d3f5c;
  --brand-pale:      #1b5b80;
  --grad-start:      #1188cd;
  --grad-end:        #39a4e2;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #dc2660;
  --cta-light:       #c0184e;
  --cta-hover:       #a91b48;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f6;
  --bg-raised:       #edf0f1;
  --bg-hover:        #f3f5f6;
  --border:          #e1e6e9;
  --border-alt:      #cfd8dd;
  --border-section:  #e1e6e9;
  --text-primary:    #161a1c;
  --text-muted:      #505b62;
  --text-body:       #2d3438;
  --text-sub:        #444e54;
  --text-faint:      #72828c;
  --text-dim:        #8e9ba3;
  --text-label:      #5b6870;
  --text-value:      #394146;
  --accent-bg:       #dfedf5;
  --accent-bg-light: #c4e1f2;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f4f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c965d;
  --c-cons:          #9f2153;
  --c-pros-label:    #0eb36f;
  --c-tip-border:    #10c67b;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c965d;
}
:root { --logo-bg-opacity: 79%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.o1t4e .sqybn6 li::before, .o1t4e .gu5l2 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.o1t4e .sqybn6 li::before { content: ""; }.o1t4e .gu5l2 li::before { content: ""; }.o1t4e .siccco::before, .o1t4e .ln6kyjh::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.o1t4e .siccco::before { content: ""; }.o1t4e .ln6kyjh::before { content: ""; }
.dppu .zfyiilxv, .dppu .npf7c24 { min-height: 520px; }
.x1ypo::before { content: '/'; }