:root {
  --color-accent: #11546c;
  --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;
}
.j5xbpxn {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.lmn2qfd {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.tl2e {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.bobgo { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.kh3kc { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.kh3kc a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.kh3kc a:hover { color: var(--accent-light); }
.jxceh7wy     .eiz633wh { border-radius: 6px; }
.jxceh7wy .eiz633wh li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.jxceh7wy .eiz633wh li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
@media (max-width: 640px) {
  .eiz633wh {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .taah:hover .eiz633wh,
  .taah:focus-within .eiz633wh { display: block; }
  .eiz633wh li a { padding: 8px 16px; font-size: 0.88rem; }
}
.s0af {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.u0x0r5mj { display: none; }
@media (max-width: 640px) {
  .u0x0r5mj {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .u0x0r5mj.wwesm { display: block; }
}
@media (max-width: 640px) {
  .s0af { display: block; }
  .kh3kc > li + li::before { display: none !important; }
  .kh3kc {
    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;
  }
  .kh3kc.wwesm { display: flex; }
  .kh3kc li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .kh3kc li:last-child a { border-bottom: none; }
}
.fcmj { min-height: 480px; }
.b6a3 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.pjhxxb { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.gkrdff57 .pjhxxb { margin-left: 0; margin-right: 0; }
.v1at3yrd {
  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;
}
.jvy75hzv .v1at3yrd { margin-top: 24px; }
.v1at3yrd:hover { opacity: 0.88; }
.qsgmrsnp .b6a3 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.qsgmrsnp .pjhxxb { color: #e2e8f0; }
.qsgmrsnp.ececsx5 .z83s { text-align: center; }
.abnmomm .b6a3 { color: var(--text-primary); text-shadow: none; }
.abnmomm .pjhxxb { color: var(--text-muted); }
.abnmomm .v1at3yrd { margin-top: 16px; }
.abnmomm, .abnmomm.fcmj { min-height: auto !important; }
.abnmomm.ececsx5 .z83s { text-align: center; }
.abnmomm~.pw4yr2p{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}
.abnmomm~.pw4yr2p .vyo6{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.zbojy04o .baf2ytz,
.zbojy04o .ojb9jh9s,
.zbojy04o .qsgmrsnp .trw5 {
  overflow: hidden;
}
.zbojy04o .baf2ytz::after,
.zbojy04o .ojb9jh9s::after,
.zbojy04o .qsgmrsnp .trw5::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%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.baf2ytz .b6a3 { color: #fff; }
.baf2ytz .pjhxxb { color: rgba(255,255,255,0.85); }
.baf2ytz .v1at3yrd { background: #fff; color: var(--cta); }
.baf2ytz .v1at3yrd:hover { opacity: 0.92; }
.fk7kgaot .g20l9 { position: relative; overflow: hidden; }
.fk7kgaot .g20l9::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.pmxvvyiu .g20l9 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.zbojy04o .g20l9 { position: relative; overflow: hidden; }
.zbojy04o .g20l9::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;
}
.uf295zke .g20l9 { position: relative; overflow: hidden; }
.uf295zke .g20l9::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.tlznlew .g20l9 {
  animation: hg-fadein 1.2s ease-out both;
}
.g20l9 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.xy59rad {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.b437g {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.vkntl {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.g20l9 .b6a3 { text-shadow: none; color: var(--text-primary); }
.g20l9 .pjhxxb { color: var(--text-muted); }
body.yc0rt4 .b6a3 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ubgyt0 .b6a3 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.fcmj.baf2ytz .b6a3,
section.baf2ytz .b6a3 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.g20l9.ececsx5 .xy59rad { align-items: center; text-align: center; }
.g20l9.gkrdff57   .xy59rad { align-items: flex-start; text-align: left; }
.e8hxd .b437g { position: relative; }
.e8hxd .b437g::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.e8hxd.nigbv3c2 .b437g::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.xeugsv .b437g {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.xeugsv .vkntl {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.xeugsv.nigbv3c2 .b437g { padding: 32px 0 32px 32px; }
.poen7fgx .b437g {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.poen7fgx .vkntl {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.nigbv3c2 { grid-template-areas: "media text"; }
.nigbv3c2 .xy59rad {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.poen7fgx.nigbv3c2 .b437g { padding: 40px 16px 40px 48px; }
.fcmj .yiu7a {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.yiu7a .asggoni {
  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;
}
.yiu7a .asggoni::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.yiu7a .p4pdjq { display: contents !important; }
.yiu7a .p4pdjq .hb79kf {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.yiu7a .p4pdjq .s4ppoo { max-height: 48px; max-width: 96px; }
.yiu7a .p4pdjq .zqemtm9 {
  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;
}
.yiu7a .xfexwdv {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.yiu7a .h9vope4k { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.yiu7a .qe30lb { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.yiu7a .qe30lb small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.yiu7a .kf82386g { display: contents !important; }
.yiu7a .kf82386g .twdb1c8:not(.ppegiy6) { display: none !important; }
.yiu7a .kf82386g .ppegiy6 {
  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;
}
.yiu7a .kf82386g .ppegiy6 .nvue0n {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.yiu7a .kf82386g .ppegiy6 .eh98e4 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.yiu7a .dqjo4ua9 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.yiu7a .dqjo4ua9.f106d {
  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;
}
.yiu7a .dqjo4ua9.f106d:hover { opacity: 0.85; }
.ejihm .b437g {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .g20l9 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .g20l9:not(.ejihm) .b437g { display: none !important; }
  .ejihm .b437g { padding: 16px; }
  .xy59rad  { padding: 36px 24px; }
  .g20l9~.pw4yr2p,.nigbv3c2~.pw4yr2p{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .fcmj, .g20l9 { min-height: 320px !important; }
  .b6a3 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .cojwa,
  .kuoab,
  .oies68qt { grid-template-columns: 1fr !important; }

  

  
  .f7j06f0 { display: flex !important; flex-direction: column !important; }
  .f7j06f0 .z83s { display: contents; }
  .f7j06f0 .trw5 { order: 0; }
  .f7j06f0 .b6a3 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .f7j06f0 .cojwa { order: 2; padding: 0 16px 12px !important; }
  .f7j06f0 .pjhxxb { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .jvy75hzv .z83s { display: flex; flex-direction: column; }
  .jvy75hzv .z83s .b6a3 { order: 1; }
  .jvy75hzv .z83s .oies68qt { order: 2; margin: 8px 0 24px !important; }
  .jvy75hzv .z83s .pjhxxb { order: 3; }
  .jvy75hzv .z83s .v1at3yrd { order: 4; align-self: center; margin-top: 0; }

  
  .g20l9.ejihm {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .g20l9.ejihm .xy59rad { display: contents; padding: 0; }
  .g20l9.ejihm .xy59rad .b6a3 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .g20l9.ejihm .b437g { order: 2; padding: 12px 16px; }
  .g20l9.ejihm .xy59rad .pjhxxb { order: 3; padding: 0 24px; margin: 0 auto; }
  .g20l9.ejihm .xy59rad .v1at3yrd { order: 4; align-self: center; margin: 8px 0 32px; }
}
.zu744v2 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.fhu0tsx { width: 100%; height: auto; display: block; border-radius: 10px; }
.zxbc7 .zu744v2        { border-radius: 16px; }
.zxbc7 .fhu0tsx  { border-radius: 16px; }
.cs5cdveh .zu744v2         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.cs5cdveh .fhu0tsx   { border-radius: 8px; }
.e370ul { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.cj7k { width: 100%; padding: 32px 0; position: relative; }
.hc52raqm { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.pi2gl .cj7k:nth-child(even) { background: var(--bg-surface); }
.pi2gl .cj7k:nth-child(odd)  { background: var(--bg-page); }
.ixclc .cj7k:nth-child(even) { background: var(--bg-card); }
.ixclc .cj7k:nth-child(odd)  { background: var(--bg-page); }
.pi2gl .cj7k:nth-child(odd)  .hc52raqm { background: var(--bg-card); border-radius: 6px; }
.pi2gl .cj7k:nth-child(even) .hc52raqm { background: var(--bg-raised); border-radius: 6px; }
.ixclc .cj7k:nth-child(odd)  .hc52raqm { background: var(--bg-card); border-radius: 6px; }
.ixclc .cj7k:nth-child(even) .hc52raqm { background: var(--bg-raised); border-radius: 6px; }
.pi2gl .cj7k:nth-child(even) .pd5tc .y5d5e9,
.ixclc .cj7k:nth-child(even) .pd5tc .y5d5e9 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.pi2gl .cj7k:nth-child(odd) .pd5tc .y5d5e9,
.ixclc .cj7k:nth-child(odd) .pd5tc .y5d5e9 { background: var(--bg-card-inner); }
.pi2gl .cj7k:nth-child(even) .cc155 .y5d5e9:nth-child(odd),
.ixclc .cj7k:nth-child(even) .cc155 .y5d5e9:nth-child(odd)  { background: var(--bg-card); }
.pi2gl .cj7k:nth-child(even) .cc155 .y5d5e9:nth-child(even),
.ixclc .cj7k:nth-child(even) .cc155 .y5d5e9:nth-child(even) { background: var(--bg-card-inner); }
h1.nl1sna22 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.nl1sna22 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
.pj2h5 h2.nl1sna22 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.zrevyb h2.nl1sna22 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.by5r h2.nl1sna22 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.l8zzh9 h2.nl1sna22::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.r5s0xo h2.nl1sna22 {
  color: var(--text-primary); font-size: 1.7rem;
}
.kug3rqt h2.nl1sna22::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.fapmzs h2.nl1sna22 {
  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;
}
.abq530 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .abq530 { display: none; } }
.nohe5djr { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.i8eznk { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.d0nzt99 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.vid5 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.y83l191 { padding-left: 20px; }
.y83l191 li { margin-bottom: 6px; }
.y83l191 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.y83l191 a:hover { color: var(--accent-light); }
.dhwvb .vid5 { display: none; }
.wwieszd7 .vid5 { display: none; }
.wwieszd7 .y83l191 { padding-left: 0; list-style: none; }
.wwieszd7 .y83l191 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.wwieszd7 .y83l191 a { font-size: 0.92rem; }
.fdm0 .d0nzt99 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.fdm0 .vid5 { display: none; }
.fdm0 .y83l191 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.fdm0 .y83l191 li { margin-bottom: 0; }
.fdm0 .y83l191 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;
}
.fdm0 .y83l191 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.x71qqcd .d0nzt99 { padding: 20px 20px 16px; }
.x71qqcd .y83l191 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.x71qqcd .y83l191 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.x71qqcd .y83l191 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;
}
.x71qqcd .y83l191 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;
}
.x71qqcd .y83l191 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.x71qqcd .y83l191 a:focus,
.x71qqcd .y83l191 a:focus-visible,
.x71qqcd .y83l191 a:target { outline: none; }
.x71qqcd .y83l191 li:target a { border-color: var(--border); color: var(--text-muted); }
.dkdt9yx6 .d0nzt99 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.dkdt9yx6 .vid5 { display: none; }
.dkdt9yx6 .y83l191 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.dkdt9yx6 .y83l191 li { margin-bottom: 0; }
.dkdt9yx6 .y83l191 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.dkdt9yx6 .y83l191 li:last-child::after { content: ""; margin-right: 0; }
.dkdt9yx6 .y83l191 a { font-size: 0.9rem; }
.pd5tc .y5d5e9 { background: var(--bg-card); }
.xm4622i     .f9zok { list-style-type: "● "; }
.xm4622i     .b26uk { list-style-type: "● "; }
.xm4622i    .f9zok li::marker, .xm4622i    .b26uk li::marker,
.xm4622i .jhdfu9t,
.xm4622i .jhdfu9t li,
.xm4622i .jhdfu9t li::before,
.xm4622i     .jhdfu9t li::before { border-radius: 50%; }
.kjo6ei .xgnzea,
.iakr9 .bm6em07o { border: 1px solid var(--border-alt); }
.iakr9 .bm6em07o th,
.iakr9 .bm6em07o td { border: 1px solid var(--border-alt); }
[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%}
.qxbx .isf5amy0 {
  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);
}
.o2siq .xggd05h1 { background: var(--bg-surface); border: 1px solid var(--border); }
.o2siq .yo2bwa04 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.l0t7c9 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.fn1pv  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.mjgpt9ic { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.l0t7c9 strong { color: var(--text-primary); font-size: 0.95rem; }
.l0t7c9 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.p6o2b, .faxl5ffs { border-radius: 8px; padding: 14px; }
.p6o2b { background: var(--bg-pros); }
.faxl5ffs { background: var(--bg-cons); }
.clja7 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.p6o2b .clja7 { color: var(--c-pros-label); }
.faxl5ffs .clja7 { color: #f87171; }
.p6o2b ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.faxl5ffs ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.fhu0tsx { width: 100%; height: auto; border-radius: 10px; display: block; }
.f106d {
  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;
}
.f106d:hover { opacity: 0.85; }
.bgai9e .f106d  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.bgai9e .f106d:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ueka1 .f106d  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ueka1 .f106d:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.f5q0z .v1at3yrd { border-radius: 50px; }
.f5q0z .f106d  { border-radius: 50px; }
.vv4k .v1at3yrd { padding-left: 22px; padding-right: 22px; }
.vv4k .f106d  { padding-left: 12px; padding-right: 12px; }
.ye6s0kuj .v1at3yrd { padding-left: 44px; padding-right: 44px; }
.ye6s0kuj .f106d  { padding-left: 24px; padding-right: 24px; }
.l3wh .v1at3yrd { padding-left: 56px; padding-right: 56px; }
.l3wh .f106d  { padding-left: 32px; padding-right: 32px; }
.wbhr0r3s   .v1at3yrd::after, .wbhr0r3s   .f106d::after,
.x7avmpc4 .v1at3yrd::after, .x7avmpc4 .f106d::after,
.vm7qhmg    .v1at3yrd::after, .vm7qhmg    .f106d::after,
.owhljl8f    .v1at3yrd::after, .owhljl8f    .f106d::after,
.ahbjno    .v1at3yrd::after, .ahbjno    .f106d::after,
.pjzgwavw     .v1at3yrd::after, .pjzgwavw     .f106d::after,
.ry8sz6qr    .v1at3yrd::after, .ry8sz6qr    .f106d::after,
.dlto3   .v1at3yrd::after, .dlto3   .f106d::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;
}
.wbhr0r3s .v1at3yrd::after, .wbhr0r3s .f106d::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");
}
.x7avmpc4 .v1at3yrd::after, .x7avmpc4 .f106d::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");
}
.vm7qhmg .v1at3yrd::after, .vm7qhmg .f106d::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");
}
.owhljl8f .v1at3yrd::after, .owhljl8f .f106d::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");
}
.ahbjno .v1at3yrd::after, .ahbjno .f106d::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");
}
.pjzgwavw .v1at3yrd::after, .pjzgwavw .f106d::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");
}
.ry8sz6qr .v1at3yrd::after, .ry8sz6qr .f106d::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");
}
.dlto3 .v1at3yrd::after, .dlto3 .f106d::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");
}
.sif1do9   .uiir::after, .sif1do9   .wi8f0bz::after,
.zohq .uiir::after, .zohq .wi8f0bz::after,
.ldxx    .uiir::after, .ldxx    .wi8f0bz::after,
.fd7j56vs    .uiir::after, .fd7j56vs    .wi8f0bz::after,
.z9630    .uiir::after, .z9630    .wi8f0bz::after,
.goc8     .uiir::after, .goc8     .wi8f0bz::after,
.jagws6j    .uiir::after, .jagws6j    .wi8f0bz::after,
.eglv8   .uiir::after, .eglv8   .wi8f0bz::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;
}
.sif1do9 .uiir::after, .sif1do9 .wi8f0bz::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");
}
.zohq .uiir::after, .zohq .wi8f0bz::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");
}
.ldxx .uiir::after, .ldxx .wi8f0bz::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");
}
.fd7j56vs .uiir::after, .fd7j56vs .wi8f0bz::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");
}
.z9630 .uiir::after, .z9630 .wi8f0bz::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");
}
.goc8 .uiir::after, .goc8 .wi8f0bz::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");
}
.jagws6j .uiir::after, .jagws6j .wi8f0bz::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");
}
.eglv8 .uiir::after, .eglv8 .wi8f0bz::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");
}
.krw5 {
  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;
}
.asggoni {
  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;
}
.asggoni > * { min-width: 0; }
.asggoni:hover { background: var(--bg-hover); }
.asggoni > [itemprop="item"] { display: contents; }
.asggoni [itemprop="itemReviewed"],
.asggoni [itemprop="reviewRating"] { display: none; }
.asggoni::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;
}
.p4pdjq {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.hb79kf {
  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;
}
.s4ppoo { max-height: 52px; max-width: 110px; object-fit: contain; }
.zqemtm9 {
  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;
}
.tmiucl7r .hb79kf    { background: #1a1a1a; }
.dexg1r0 .hb79kf   { background: rgba(128,128,128,.12); }
.isp5yvu .hb79kf { background: var(--bg-raised); }
.lwcx66z .hb79kf    { background: transparent; padding: 0; }
.xfexwdv {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.h9vope4k { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.qe30lb { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.kf82386g {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.twdb1c8 {
  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;
}
.nvue0n {
  
  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%;
}
.eh98e4 {
  
  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;
}
.dqjo4ua9 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.dqjo4ua9.f106d {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .asggoni {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .asggoni::before    { grid-area: rank;   }
  .p4pdjq           { grid-area: ident;  }
  .xfexwdv     { grid-area: rating; min-width: 0; width: auto; }
  .kf82386g           { grid-area: pills;  }
  .dqjo4ua9             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .asggoni {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .asggoni::before    { justify-self: center; }
  .p4pdjq           { width: 100%; }
  .xfexwdv     { justify-self: center; }
  .kf82386g           { grid-template-columns: 1fr; }
}
.qztc {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.v8low {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.d8j0 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.d8j0 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.apf3z4 { flex: 1; }
.apf3z4 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.zlh5mkq { color: var(--c-stars); font-size: 1.1rem; }
.o86vz60w { margin-bottom: 8px; }
.jti8m { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.wtu7uler::before   { content: "★ "; color: var(--accent-light); }
.zvkd { flex-shrink: 0; }
.pgr2r8 img.kn4mkdjx { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.kjo6ei { padding: 20px 24px; }
.ehj7immg { color: var(--text-muted); margin-bottom: 16px; }
.xdj99s { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.jjnyhjtk, .cb5dehcc { list-style: none; font-size: 0.9rem; }
.jjnyhjtk li { color: var(--c-pros); margin-bottom: 4px; }
.cb5dehcc li { color: var(--c-cons); margin-bottom: 4px; }
.jjnyhjtk li::before { content: "✓"; margin-right: 5px; }
.cb5dehcc li::before { content: "✗"; margin-right: 5px; }
.ekbr .jjnyhjtk li::before { content: "→"; }
.ekbr .cb5dehcc li::before { content: "–"; }
.xnhay  .jjnyhjtk li::before { content: "★"; }
.xnhay  .cb5dehcc li::before { content: "✕"; }
.hmxe8f34    .jjnyhjtk li::before { content: "◆"; }
.hmxe8f34    .cb5dehcc li::before { content: "▲"; }
.dblq01w  .jjnyhjtk li::before { content: "▶"; }
.dblq01w  .cb5dehcc li::before { content: "■"; }
.jp55 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.ips8bxjs { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.yah4 { background: var(--bg-pros); color: var(--c-tag-pay); }
.ynkqgc { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.kdkzhr .ynkqgc { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.go5r .ynkqgc { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .sl6m8 .hwgynww {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .sl6m8 .qztc { margin: 0; }
}
.z2bdvw .v8low { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.z2bdvw .apf3z4 h3 { color: var(--accent-light); }
.z2bdvw .d8j0 { background: var(--bg-page); border: 1px solid var(--border); }
.mlfrytot .qztc { border-top: 4px solid var(--accent); }
.mlfrytot .v8low { background: var(--bg-card); }
.e2rxuqz .qztc { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.e2rxuqz .v8low { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.e2rxuqz .kjo6ei { padding: 14px 16px; }
.e2rxuqz .d8j0 { border-radius: 4px; }
.e2rxuqz .ynkqgc { border-radius: 0; }
.euzg3 .v8low { padding: 0; gap: 0; overflow: hidden; }
.euzg3 .d8j0 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.euzg3 .apf3z4 { padding: 16px 20px; }
.euzg3 .zvkd { padding: 16px 20px; align-self: center; }
.dch65b3i .zlh5mkq { font-size: .95rem; }
.bueo .p6o2b, .bueo .faxl5ffs { padding: 12px; }
.bueo .p6o2b ul, .bueo .faxl5ffs ul { margin: 4px 0 0; padding-left: 18px; }
.bueo .p6o2b li, .bueo .faxl5ffs li { font-size: .85rem; margin-bottom: 3px; }
.xohaemk .ips8bxjs { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .o31i89ck { grid-template-columns: 1fr; }
  .itjm { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .itjm .hq9mo1 { width: 72px; height: 50px; }
  .itjm .ypfymxsg { max-width: 180px; }
  .itjm .g549zt { width: auto; }
}
.e1srhqx .dch65b3i .zlh5mkq { filter: brightness(1.2); }
@media (max-width: 720px) {
  .e1srhqx { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .kwz1al { padding: 16px; }
  .yoqn3ns .tkgax8 { min-width: 50%; }
}
@media (max-width: 860px) {
  .qqz9iw { grid-template-columns: 1fr; }
  .ojvbi { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vz4gw { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .dzr1gcch { flex-wrap: wrap; padding: 16px; }
}
.dp484ac .p6o2b, .dp484ac .faxl5ffs { padding: 8px; }
@media (max-width: 480px) {
  .wr6fqrs8 { flex-direction: column; align-items: stretch; }
}
.frrg2 .g549zt .f106d { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .qlxv1j { flex-direction: column; align-items: stretch; gap: 10px; }
  .frrg2 .g549zt { text-align: center; }
}
@media (max-width: 720px) {
  .j8l06gtg { grid-template-columns: 1fr; }
  .q79n { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .q7wd96t { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.b09up .mscv { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.vv9cbh .zlh5mkq { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .axhvn4zq { grid-template-columns: 1fr; }
  .vv9cbh { width: 100px; height: 100px; margin: 16px auto; }
  .b09up { font-size: 1.4rem; }
  .jz6uj { justify-content: center; }
  .gz2hwm .tkgax8 { min-width: 50%; }
}
@media (max-width: 540px) {
  .l61n { flex-wrap: wrap; padding: 14px 16px; }
  .nsac { padding: 12px 16px; }
  .kqbz .ggsr3 { margin: 0 16px; }
  .kqbz .xohaemk { padding: 0 16px; }
  .kdcvh { padding: 12px 16px; }
}
.en1h1bt .asggoni {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.en1h1bt .asggoni:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.ou75j .krw5 { gap: 18px; }
.ou75j .asggoni {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ou75j .asggoni:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.qn7rv .krw5 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.qn7rv .asggoni {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.qn7rv .asggoni:last-child { border-bottom: none; }
.qn7rv .p4pdjq,
.qn7rv .xfexwdv,
.qn7rv .kf82386g {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.my4hnkz9 .krw5 { gap: 0; }
.my4hnkz9 .asggoni {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.my4hnkz9 .asggoni:last-child { border-bottom: none; }
.my4hnkz9 .asggoni:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.my4hnkz9 .asggoni:nth-child(even):hover { background: var(--bg-hover); }
.fvgvtax0 .asggoni {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.oszv .kf82386g .twdb1c8 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.oszv .kf82386g .twdb1c8:first-child { border-left: none; }
.yafs .kf82386g .twdb1c8 {
  background: transparent; padding: 4px 8px;
}
.yafs .kf82386g .nvue0n { font-size: .65rem; opacity: .65; }
.yafs .kf82386g .eh98e4   { font-size: 1.15rem; color: var(--accent-light); }
.biff6 .kf82386g .twdb1c8 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.qe30lb { display: none; }
.ekapdzhl .h9vope4k { font-size: 1rem; letter-spacing: 2px; }
.grc379jg .h9vope4k {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.dm73 .h9vope4k,
.aayb .h9vope4k,
.t7rdb .h9vope4k { display: none; }
.dm73 .qe30lb,
.aayb .qe30lb,
.t7rdb .qe30lb { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.dm73 .qe30lb { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.dm73 .qe30lb small { display: none; }
.aayb .qe30lb {
  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;
}
.aayb .qe30lb small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.t7rdb .qe30lb {
  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;
}
.t7rdb .qe30lb small { display: none; }
.dm73 .o86vz60w .zlh5mkq,
.aayb .o86vz60w .zlh5mkq,
.t7rdb .o86vz60w .zlh5mkq { display: none; }
.dm73 .o86vz60w strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.dm73 .mscv { display: none; }
.aayb .o86vz60w strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.aayb .gzdge4ot,
.aayb .mscv { font-size: 1em; }
.t7rdb .o86vz60w strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.t7rdb .mscv { display: none; }
.ilaiq3 { margin: 16px 0; }
.cj7k { margin-bottom: 0; }
.bf9u h2.nl1sna22 { color: var(--text-primary); border-color: var(--accent-light); }
.nbr3 h2.nl1sna22 { color: var(--text-primary); border-color: var(--accent-light); }
.uwk3 .fn1pv     { background: #052e16; border-color: #10b981; }
.uwk3 .l0t7c9 strong  { color: #f1f5f9; }
.uwk3 .l0t7c9 p       { color: #cbd5e1; }
.uwk3 .ittd9iml    .fn1pv     .mjgpt9ic::before,
.uwk3 .kw4ir  .fn1pv     .mjgpt9ic::before,
.uwk3 .kldsxvdl  .fn1pv     .mjgpt9ic::before,
.uwk3 .er66 .fn1pv     .mjgpt9ic::before { color: #10b981; }
.uwk3 .ittd9iml    .t0b4k .mjgpt9ic::before,
.uwk3 .kw4ir  .t0b4k .mjgpt9ic::before,
.uwk3 .kldsxvdl  .t0b4k .mjgpt9ic::before,
.uwk3 .er66 .t0b4k .mjgpt9ic::before { color: #f43f5e; }
.uwk3 .ittd9iml    .f1wd3z2    .mjgpt9ic::before,
.uwk3 .kw4ir  .f1wd3z2    .mjgpt9ic::before,
.uwk3 .kldsxvdl  .f1wd3z2    .mjgpt9ic::before,
.uwk3 .er66 .f1wd3z2    .mjgpt9ic::before { color: #a855f7; }
.uesd0 .fn1pv     { background: #2d2000; border-color: #eab308; }
.uesd0 .t0b4k { background: #2d0b0b; border-color: #ef4444; }
.uesd0 .f1wd3z2    { background: #2d1600; border-color: #f97316; }
.uesd0 .l0t7c9 strong  { color: #f1f5f9; }
.uesd0 .l0t7c9 p       { color: #cbd5e1; }
.uesd0 .ittd9iml    .fn1pv     .mjgpt9ic::before,
.uesd0 .kw4ir  .fn1pv     .mjgpt9ic::before,
.uesd0 .kldsxvdl  .fn1pv     .mjgpt9ic::before,
.uesd0 .er66 .fn1pv     .mjgpt9ic::before { color: #eab308; }
.uesd0 .ittd9iml    .t0b4k .mjgpt9ic::before,
.uesd0 .kw4ir  .t0b4k .mjgpt9ic::before,
.uesd0 .kldsxvdl  .t0b4k .mjgpt9ic::before,
.uesd0 .er66 .t0b4k .mjgpt9ic::before { color: #ef4444; }
.uesd0 .ittd9iml    .f1wd3z2    .mjgpt9ic::before,
.uesd0 .kw4ir  .f1wd3z2    .mjgpt9ic::before,
.uesd0 .kldsxvdl  .f1wd3z2    .mjgpt9ic::before,
.uesd0 .er66 .f1wd3z2    .mjgpt9ic::before { color: #f97316; }
.fa8klz .fn1pv     { background: #0c1a2e; border-color: #38bdf8; }
.fa8klz .l0t7c9 strong  { color: #f1f5f9; }
.fa8klz .l0t7c9 p       { color: #cbd5e1; }
.fa8klz .ittd9iml    .fn1pv     .mjgpt9ic::before,
.fa8klz .kw4ir  .fn1pv     .mjgpt9ic::before,
.fa8klz .kldsxvdl  .fn1pv     .mjgpt9ic::before,
.fa8klz .er66 .fn1pv     .mjgpt9ic::before { color: #38bdf8; }
.fa8klz .ittd9iml    .t0b4k .mjgpt9ic::before,
.fa8klz .kw4ir  .t0b4k .mjgpt9ic::before,
.fa8klz .kldsxvdl  .t0b4k .mjgpt9ic::before,
.fa8klz .er66 .t0b4k .mjgpt9ic::before { color: #818cf8; }
.fa8klz .ittd9iml    .f1wd3z2    .mjgpt9ic::before,
.fa8klz .kw4ir  .f1wd3z2    .mjgpt9ic::before,
.fa8klz .kldsxvdl  .f1wd3z2    .mjgpt9ic::before,
.fa8klz .er66 .f1wd3z2    .mjgpt9ic::before { color: #2dd4bf; }
.vbu4 .fn1pv     { background: var(--accent-bg); border-color: var(--accent-light); }
.vbu4 .ittd9iml    .mjgpt9ic::before,
.vbu4 .kw4ir  .mjgpt9ic::before,
.vbu4 .kldsxvdl  .mjgpt9ic::before,
.vbu4 .er66 .mjgpt9ic::before { color: var(--accent-light) !important; }
.q6l1::before,
.xulix::before { margin-right: 5px; }
.iu1ki61q .p6o2b ul li,
.iu1ki61q .jjnyhjtk li         { color: #4ade80; }
.iu1ki61q .p6o2b .q6l1 { color: #22c55e; }
.iu1ki61q .faxl5ffs ul li,
.iu1ki61q .cb5dehcc li         { color: #f87171; }
.iu1ki61q .faxl5ffs .xulix { color: #ef4444; }
.z6gkaodx .p6o2b { background: var(--bg-pros); }
.z6gkaodx .faxl5ffs { background: var(--bg-cons); }
.z6gkaodx .p6o2b .q6l1 { color: var(--c-pros-label); }
.z6gkaodx .faxl5ffs .xulix { color: var(--c-cons); }
.z6gkaodx .p6o2b ul li,
.z6gkaodx .jjnyhjtk li            { color: var(--c-pros); }
.z6gkaodx .faxl5ffs ul li,
.z6gkaodx .cb5dehcc li            { color: var(--c-cons); }
.ikd2ru .p6o2b { background: var(--bg-pros); }
.ikd2ru .faxl5ffs { background: var(--bg-cons); }
.ikd2ru .p6o2b .q6l1 { color: var(--c-pros-label); }
.ikd2ru .faxl5ffs .xulix { color: var(--c-cons); }
.ikd2ru .p6o2b ul li,
.ikd2ru .jjnyhjtk li          { color: var(--c-pros); }
.ikd2ru .faxl5ffs ul li,
.ikd2ru .cb5dehcc li          { color: var(--c-cons); }
.k2z9w7 .q6l1::before { content: "✓ "; }
.k2z9w7 .xulix::before { content: "✗ "; }
.ekbr .q6l1::before { content: "→ "; }
.ekbr .xulix::before { content: "← "; }
.xnhay .q6l1::before { content: "★ "; }
.xnhay .xulix::before { content: "✕ "; }
.hmxe8f34 .q6l1::before { content: "◆ "; }
.hmxe8f34 .xulix::before { content: "▲ "; }
.go5r .l0t7c9 { background: transparent; border-left: none; border: 1.5px solid; }
.go5r .fn1pv     { border-color: var(--c-tip-border); }
.go5r .l0t7c9 strong { color: var(--text-primary); }
.go5r .l0t7c9 p      { color: var(--text-muted); }
.kdkzhr .l0t7c9 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.kdkzhr .fn1pv     { border-top-color: var(--c-tip-border); }
.kdkzhr .t0b4k { border-top-color: var(--c-warn-border); }
.kdkzhr .f1wd3z2    { border-top-color: #60a5fa; }
.p7tnjd .l0t7c9 { border-left: none; border-radius: 8px; }
.p7tnjd .fn1pv     { background: #065f46; }
.p7tnjd .l0t7c9 strong,
.p7tnjd .l0t7c9 p { color: #fff; }
.p7tnjd .mjgpt9ic::before { color: rgba(255,255,255,0.85) !important; }
.uwk3.p7tnjd .fn1pv,
.uwk3 .p7tnjd .fn1pv     { background: #052e16; }
.uesd0.p7tnjd .fn1pv,
.uesd0 .p7tnjd .fn1pv      { background: #2d2000; }
.uesd0.p7tnjd .t0b4k,
.uesd0 .p7tnjd .t0b4k  { background: #2d0b0b; }
.uesd0.p7tnjd .f1wd3z2,
.uesd0 .p7tnjd .f1wd3z2     { background: #2d1600; }
.fa8klz.p7tnjd .fn1pv,
.fa8klz .p7tnjd .fn1pv      { background: #0c1a2e; }
.xtbs .l0t7c9 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.xtbs .fn1pv     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.xtbs .l0t7c9 strong { color: var(--text-primary); }
.xtbs .l0t7c9 p      { color: var(--text-muted); }
.s494c .l0t7c9 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ittd9iml .mjgpt9ic,
.kw4ir .mjgpt9ic,
.kldsxvdl .mjgpt9ic,
.er66 .mjgpt9ic { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ittd9iml .mjgpt9ic::before,
.kw4ir .mjgpt9ic::before,
.kldsxvdl .mjgpt9ic::before,
.er66 .mjgpt9ic::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ittd9iml .fn1pv     .mjgpt9ic::before { content: "✦"; color: var(--c-tip-border); }
.ittd9iml .t0b4k .mjgpt9ic::before { content: "▲"; color: var(--c-warn-border); }
.ittd9iml .f1wd3z2    .mjgpt9ic::before { content: "◉"; color: #60a5fa; }
.kw4ir .fn1pv     .mjgpt9ic::before { content: "★"; color: var(--c-tip-border); }
.kw4ir .t0b4k .mjgpt9ic::before { content: "◆"; color: var(--c-warn-border); }
.kw4ir .f1wd3z2    .mjgpt9ic::before { content: "●"; color: #60a5fa; }
.kldsxvdl .fn1pv     .mjgpt9ic::before { content: "▶"; color: var(--c-tip-border); }
.kldsxvdl .t0b4k .mjgpt9ic::before { content: "■"; color: var(--c-warn-border); }
.kldsxvdl .f1wd3z2    .mjgpt9ic::before { content: "▸"; color: #60a5fa; }
.er66 .fn1pv     .mjgpt9ic::before { content: "→"; color: var(--c-tip-border); }
.er66 .t0b4k .mjgpt9ic::before { content: "⬥"; color: var(--c-warn-border); }
.er66 .f1wd3z2    .mjgpt9ic::before { content: "◈"; color: #60a5fa; }
.m8lkaqpb .pd5tc .y5d5e9,
.m8lkaqpb .asggoni                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.m8lkaqpb .qztc            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.m8lkaqpb .d0nzt99                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.whl2e .pd5tc .y5d5e9,
.whl2e .cc155 .y5d5e9,
.whl2e .xggd05h1,
.whl2e .asggoni,
.whl2e .qztc,
.whl2e .xgnzea,
.whl2e .d0nzt99,
.whl2e .s494c .l0t7c9 { box-shadow: none; }
.qulpgy   .nohe5djr, .qulpgy .i8eznk { font-size: 0.9rem; }
.c7k9fie   .srg345u, .c7k9fie .qnlom, .c7k9fie .s7d06,
.c7k9fie   .nohe5djr, .c7k9fie .i8eznk { font-size: 0.95rem; }
.c7k9fie   .f9zok, .c7k9fie .jhdfu9t { font-size: 0.95rem; }
.exv1   .nohe5djr, .exv1 .i8eznk { font-size: 1.08rem; }
.babf .b6a3      { font-size: 3.2rem; }
.babf h2.nl1sna22 { font-size: 1.9rem; }
.cge9f .b6a3      { font-size: 3.8rem; }
.cge9f h2.nl1sna22 { font-size: 2.2rem; }
.cj7k + .cj7k { position: relative; }
.b86y   .cj7k + .cj7k::before,
.dmz4bv  .cj7k + .cj7k::before,
.mtjh9   .cj7k + .cj7k::before,
.va16   .cj7k + .cj7k::before,
.kylxt1z   .cj7k + .cj7k::before,
.rzn6n8 .cj7k + .cj7k::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.b86y .cj7k + .cj7k::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.dmz4bv .cj7k + .cj7k::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.mtjh9 .cj7k + .cj7k::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;
}
.va16 .cj7k + .cj7k::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.qyxu8k .cj7k { margin-bottom: 16px; }
.qyxu8k .cj7k + .cj7k { margin-top: 0; }
.qyxu8k .hc52raqm { padding-top: 0; padding-bottom: 0; }
.kylxt1z .cj7k + .cj7k::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.rzn6n8 .cj7k + .cj7k::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.n12h .cj7k + .cj7k::before,
.jpqj .cj7k + .cj7k::before,
.d3638 .cj7k + .cj7k::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%;
}
.pi2gl .n12h .cj7k:nth-child(even)::before,
.pi2gl .jpqj .cj7k:nth-child(even)::before,
.pi2gl .d3638 .cj7k:nth-child(even)::before { background: var(--bg-surface); }
.ixclc .n12h .cj7k:nth-child(even)::before,
.ixclc .jpqj .cj7k:nth-child(even)::before,
.ixclc .d3638 .cj7k:nth-child(even)::before { background: var(--bg-card); }
.n12h .cj7k + .cj7k::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");
}
.jpqj .cj7k + .cj7k::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");
}
.d3638 .cj7k + .cj7k::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");
}
.oj5uch3j .xy59rad,
.tyyzp .xy59rad { padding-bottom: 60px; }
.ocknlm .xy59rad { padding-bottom: 70px; }
.c2eg .qsgmrsnp:not(.baf2ytz) .trw5 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.c2eg .baf2ytz { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.c2eg .ojb9jh9s { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.c2eg .g20l9 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.a6blpg .g20l9 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.e6zbb .g20l9 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.v8tad5s .g20l9 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.tda9e .g20l9 { background: var(--accent-bg); }
.w2n5vs .zu744v2 { float: left; width: 38%; margin: 0 28px 16px 0; }
.w2n5vs .zu744v2 .fhu0tsx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.w2n5vs .hc52raqm::after { content: ''; display: block; clear: both; }
.cceuxu4 .zu744v2 { float: right; width: 38%; margin: 0 0 16px 28px; }
.cceuxu4 .zu744v2 .fhu0tsx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cceuxu4 .hc52raqm::after { content: ''; display: block; clear: both; }
.j5uj87 .cj7k:nth-child(odd)  .zu744v2 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.j5uj87 .cj7k:nth-child(even) .zu744v2 { float: right; width: 38%; margin: 0 0 16px 28px; }
.j5uj87 .zu744v2 .fhu0tsx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.j5uj87 .hc52raqm::after { content: ''; display: block; clear: both; }
.w2n5vs .krw5,
.cceuxu4 .krw5,
.j5uj87 .jcir124,
.j5uj87 .krw5 { clear: both; }
@media (max-width: 900px) {
  .w2n5vs .zu744v2,
  .cceuxu4 .zu744v2,
  .j5uj87 .cj7k:nth-child(odd)  .zu744v2,
  .j5uj87 .cj7k:nth-child(even) .zu744v2 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .w2n5vs .zu744v2 .fhu0tsx,
  .cceuxu4 .zu744v2 .fhu0tsx,
  .j5uj87 .zu744v2 .fhu0tsx {
    max-height: none !important;
  }
}
.j5uj87 .f9zok,
.j5uj87 .jhdfu9t { overflow: hidden; }
@media (max-width: 640px) {
  .w2n5vs .zu744v2,
  .cceuxu4 .zu744v2,
  .j5uj87 .zu744v2 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.i80rh71 .e370ul,
.i80rh71 .hc52raqm,
.i80rh71 .onflopq  { max-width: 1100px; }
.wawgock .e370ul,
.wawgock .hc52raqm,
.wawgock .onflopq  { max-width: 1200px; }
.wawgock { --content-mw: 1200px; }
.zgjr9e .e370ul,
.zgjr9e .hc52raqm,
.zgjr9e .onflopq  { max-width: 1320px; }
.dx7yhcuo { font-size: 0.82rem; color: var(--text-muted); }
.k8acwj4e { display: flex; align-items: center; }
.to9m01r {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.jhm7qx4 { display: flex; align-items: center; }
.opueh { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.opueh:hover { text-decoration: underline; }
.cp85 { margin: 0 3px; opacity: 0.45; }
.cp85::before { content: '/'; }
.k6dq74kg { padding: 2px 5px; color: var(--text-main); }
.zjbw .dx7yhcuo {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.zjbw .k8acwj4e { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.u6rz2zx .dx7yhcuo {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.u6rz2zx .k8acwj4e { padding: 0 0 0 12px; }
.cc9b4ed .k8acwj4e { padding: 0 16px; }
.cc9b4ed .dx7yhcuo {
  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);
}
.cc9b4ed .e370ul { padding-top: 28px; }
@media (max-width: 720px) {
  .ydyg0vx { margin-top: 18px; padding: 0 16px; }
  .cc9b4ed .e370ul { padding-top: 16px; }
}
.i80rh71.zjbw .k8acwj4e { max-width: 1100px; }
.wawgock.zjbw .k8acwj4e { max-width: 1200px; }
.zgjr9e.zjbw .k8acwj4e { max-width: 1320px; }
.wawgock .ydyg0vx { max-width: 1200px; }
.tvlycl1n .cj7k { padding-top: 16px; padding-bottom: 16px; }
.ohgh .cj7k { padding-top: 24px; padding-bottom: 24px; }
.qv3pcfh2 .cj7k { padding-top: 40px; padding-bottom: 40px; }
.lf6qc5zj .cj7k { padding-top: 52px; padding-bottom: 52px; }
.qkhe .cj7k:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.qkhe .cj7k:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.qkhe .cj7k:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.qkhe .cj7k:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.yr5o7 .hc52raqm { padding-top: 10px;  padding-bottom: 10px; }
.x588e .hc52raqm { padding-top: 18px;  padding-bottom: 18px; }
.xk2udw .hc52raqm { padding-top: 36px;  padding-bottom: 36px; }
.myixmvu .hc52raqm { padding-top: 48px;  padding-bottom: 48px; }
.ah7740c h2.nl1sna22 { font-weight: 600; }
.pxtou h2.nl1sna22 { font-weight: 800; }
.di9z { font-weight: 600; }
.di9z h2.nl1sna22 { font-weight: 900; }
.di9z h3.wgzw     { font-weight: 800; }
.di9z .l0t7c9 strong,
.di9z .l0t7c9 strong { font-weight: 600; }
.uiir {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.zw5vo3j .uiir { display: none; }
@media (max-width: 640px) {
  .d7v5edx { display: none; }
  .uiir {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.uiir { background: var(--cta) !important; color: #fff !important; border: none !important; }
.uiir:hover { opacity: 0.85; }
.sxlt .uiir { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.wiyh7o .uiir,
.exf7  .uiir { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.wiyh7o .uiir:hover,
.exf7  .uiir:hover { opacity: 0.88; }
.sxlt.wiyh7o .uiir,
.sxlt.exf7  .uiir { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.wi8f0bz {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.wi8f0bz:hover { transform: translateY(-2px); opacity: 0.92; }
.wi8f0bz { background: var(--cta) !important; color: #fff !important; border: none !important; }
.hn9b .wi8f0bz { display: none; }
.o9a86t .wi8f0bz { right: 32px; }
.q56mm  .wi8f0bz { left: 32px; }
@media (max-width: 480px) {
  .o9a86t .wi8f0bz { right: 20px; bottom: 20px; }
  .q56mm  .wi8f0bz { left: 20px; bottom: 20px; }
}
.c7slhs0n { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.onflopq { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.f9n8c { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.o5ksrk0 { color: var(--text-dim); font-size: 0.8rem; }
.xt4y4do a, .ca3ag a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.xt4y4do a:hover, .ca3ag a:hover { color: var(--accent-light); }
.ca3ag { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.q989yj2 .onflopq { text-align: center; }
.q989yj2 .ca3ag { justify-content: center; margin-bottom: 16px; }
.q989yj2 .f9n8c { margin-top: 0; }
.mw7xd9g3 { margin-top: 10px; }
.mw7xd9g3 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .onflopq { padding-left: 16px; padding-right: 16px; }
  .ps7uvkd .onflopq { padding: 20px 16px; }
  .ca3ag { gap: 4px 12px; }
  .f9n8c { font-size: 0.78rem; }
}
.a9vnv3ct .f9n8c { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.a9vnv3ct .o5ksrk0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .a9vnv3ct .xj1x0yxo { grid-template-columns: 1fr 1fr; } .a9vnv3ct .z1k7p { grid-column: 1 / -1; } }
@media (max-width: 480px) { .a9vnv3ct .xj1x0yxo { grid-template-columns: 1fr; } }
.llsyt .f9n8c { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .llsyt .sa5wehu { gap: 12px; } .llsyt .fy9ek4 { margin-right: 0; width: 100%; } }
.ptjw .f9n8c { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ptjw .o5ksrk0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ptjw .ipkezr0a { grid-template-columns: 1fr 1fr; } .ptjw .l8j3t7ok { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ptjw .ipkezr0a { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .i2ra564 .l95xrb6 { grid-template-columns: 1fr 1fr; } .i2ra564 .v4z3hv3k:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .i2ra564 .l95xrb6 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .qz91 .l95xrb6 { grid-template-columns: 1fr; } }
.hp3855is .onflopq { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.hp3855is .ca3ag { justify-content: center; }
.bs7pnxtn .j5xbpxn      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.bs7pnxtn .c7slhs0n { background: var(--bg-page); border-top-color: var(--border-alt); }
.q4hc .j5xbpxn      { background: #0d1117; border-bottom-color: #21262d; }
.q4hc .tl2e { color: var(--accent-light); }
.q4hc .kh3kc { --msep-color: #8b949e; }
.q4hc .kh3kc a { color: #8b949e; }
.q4hc .kh3kc a:hover { color: var(--accent-light); }
.q4hc .s0af { color: #8b949e; }
.q4hc .c7slhs0n { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.q4hc .f9n8c,
.q4hc .o5ksrk0 { color: #6e7681; }
.q4hc .xt4y4do a, .q4hc .ca3ag a,
.q4hc .xt4y4do a:hover, .q4hc .ca3ag a:hover,
@media (max-width: 640px) {
  .q4hc .kh3kc { background: #0d1117; border-top-color: #21262d; }
  .q4hc .kh3kc li a { border-bottom-color: #21262d; }
}
.fd2a3 .j5xbpxn      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.fd2a3 .tl2e { color: var(--accent-light); }
.fd2a3 .kh3kc { --msep-color: #475569; }
.fd2a3 .kh3kc a { color: #475569; }
.fd2a3 .kh3kc a:hover { color: var(--accent-light); }
.fd2a3 .s0af { color: #64748b; }
.fd2a3 .c7slhs0n { background: #f0f4f8; border-top-color: #cbd5e1; }
.fd2a3 .f9n8c,
.fd2a3 .o5ksrk0 { color: #64748b; }
.fd2a3 .xt4y4do a, .fd2a3 .ca3ag a,
.fd2a3 .xt4y4do a:hover, .fd2a3 .ca3ag a:hover,
@media (max-width: 640px) {
  .fd2a3 .kh3kc { background: #f0f4f8; border-top-color: #cbd5e1; }
  .fd2a3 .kh3kc li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.wiyh7o .j5xbpxn      { background: var(--accent); border-bottom-color: var(--accent-light); }
.wiyh7o .tl2e { color: #fff; }
.wiyh7o .kh3kc { --msep-color: rgba(255,255,255,0.82); }
.wiyh7o .kh3kc a { color: rgba(255,255,255,0.82); }
.wiyh7o .kh3kc a:hover { color: #fff; }
.wiyh7o .s0af { color: rgba(255,255,255,0.9); }
.wiyh7o .eiz633wh a { color: var(--text-primary) !important; }
.wiyh7o .eiz633wh a:hover { color: var(--accent-light) !important; }
.wiyh7o .c7slhs0n { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.wiyh7o .f9n8c,
.wiyh7o .o5ksrk0 { color: rgba(255,255,255,0.72); }
.wiyh7o .xt4y4do a, .wiyh7o .ca3ag a,
.wiyh7o .xmbpekf a, .wiyh7o .cv2k432q a,
.wiyh7o .tl2flg1r a, .wiyh7o .fy9ek4 { color: #fff; }
.wiyh7o .ryjsl, .wiyh7o .zig400 { color: rgba(255,255,255,0.7); }
.wiyh7o .xt4y4do a:hover, .wiyh7o .ca3ag a:hover,
.wiyh7o .xmbpekf a:hover, .wiyh7o .cv2k432q a:hover { color: #fff; }
@media (max-width: 640px) {
  .wiyh7o .kh3kc { background: var(--accent); border-top-color: var(--accent-light); }
  .wiyh7o .kh3kc li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.exf7 .j5xbpxn {
  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);
}
.exf7 .c7slhs0n {
  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) {
  .exf7 .kh3kc {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.qm571 .lmn2qfd { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.k08e034 .lmn2qfd { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.m6cxt .lmn2qfd { min-height: 72px; height: auto; }
.imyps90n .lmn2qfd { min-height: 84px; height: auto; }
.ps7uvkd .lmn2qfd { max-width: none; padding: 0 32px; }
.ps7uvkd .onflopq  { max-width: none; padding: 24px 32px; }
.omy8.wawgock .lmn2qfd { max-width: 1200px; }
.omy8.zgjr9e .lmn2qfd { max-width: 1320px; }
.z3eoc   .tl2e, .z3eoc   .fy9ek4 { text-transform: capitalize; }
.etct .tl2e, .etct .fy9ek4 { text-transform: lowercase; }
.ur38t23t .tl2e, .ur38t23t .fy9ek4 { text-transform: uppercase; letter-spacing: 0.06em; }
.g5qp, .vk1yx {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.slni5l .g5qp,
.kgju .g5qp,
.pb69po .g5qp,
.dpxin5el .g5qp,
.lbz0kw   .kh3kc a { font-weight: 500; }
.ez0cescx .kh3kc a { font-weight: 600; }
.snahv     .kh3kc a { font-weight: 700; }
.jb4epnzn    .kh3kc a { font-weight: 800; letter-spacing: 0.01em; }
.od7j6pz     .kh3kc > li + li::before,
.bow6h    .kh3kc > li + li::before,
.l71j5    .kh3kc > li + li::before,
.nclksg1 .kh3kc > li + li::before,
.kqel31 .kh3kc > li + li::before,
.s7xram3x  .kh3kc > li + li::before,
.bil02c    .kh3kc > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.od7j6pz     .kh3kc > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.bow6h    .kh3kc > li + li::before { content: "|"; }
.l71j5    .kh3kc > li + li::before { content: "—"; }
.nclksg1 .kh3kc > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.kqel31 .kh3kc > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.s7xram3x  .kh3kc > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.bil02c    .kh3kc > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ls1r .s0af,
  .x2x94y4 .s0af,
  .e98knh .s0af,
  .tlf2 .s0af,
  .ov3ngvk .s0af {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ls1r .s0af::before,
  .x2x94y4 .s0af::before,
  .e98knh .s0af::before,
  .tlf2 .s0af::before,
  .ov3ngvk .s0af::before { content: ""; display: block; flex-shrink: 0; }

  
  .ls1r .s0af::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;
  }

  
  .x2x94y4 .s0af::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;
  }

  
  .e98knh .s0af::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;
  }

  
  .tlf2 .s0af::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;
  }

  
  .ov3ngvk .s0af::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) {
  .n694zck .s0af {
    padding: 5px 14px;
  }
  .n694zck .kh3kc {
    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;
  }
  .n694zck .kh3kc li a {
    border-bottom: none; padding: 10px 22px;
  }
  .n694zck .kh3kc li a:hover { background: var(--bg-raised); }
  .n694zck .u0x0r5mj,
  .uam5vzo .u0x0r5mj,
  .eb84 .u0x0r5mj { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .b5stvy .s0af {
    padding: 5px 10px;
  }
  .b5stvy .kh3kc {
    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);
  }
  .b5stvy .kh3kc.wwesm { transform: translateX(0); }
  .b5stvy .kh3kc li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .b5stvy .kh3kc li:last-child a { border-bottom: none; }
  .wiyh7o .kh3kc,
  .q4hc .kh3kc { background: var(--accent) !important; }
  .wiyh7o .kh3kc li a,
  .q4hc .kh3kc li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .eb84 .s0af {
    padding: 5px 10px;
  }
  .eb84 .kh3kc {
    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);
  }
  .eb84 .kh3kc::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .eb84 .kh3kc.wwesm { transform: translateY(0); }
  .eb84 .kh3kc li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .lynjom .s0af {
    padding: 5px 10px;
  }
  .lynjom .kh3kc {
    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;
  }
  .lynjom .kh3kc.wwesm { opacity: 1; pointer-events: auto; }
  .lynjom .kh3kc li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .zylbx     .s0af { border-radius: 0 !important; }
  .buii9jwn   .s0af { border-radius: 8px !important; }
  .f0ab8 .s0af { border-radius: 50% !important; }
  .mwlbx   .s0af { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .rxnma8 .dl5i { flex-direction: column; align-items: stretch; }
  .rxnma8 .zvuck { flex-direction: row; min-width: auto; }
  .rxnma8 .e3v3i { align-items: flex-start; text-align: left; }
}
.d444clz,
.d444clz.cj7k,
.pi2gl .d444clz,
.ypf4a4 .d444clz,
.ixclc .d444clz,
.p7lj3 .d444clz {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.u8359 {
  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;
}
.o7ted { flex: 1 1 280px; min-width: 0; }
.brf8sg {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.o257x {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.zz1mo4 {
  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;
}
.zz1mo4:hover { transform: translateY(-1px); opacity: 0.95; }
.w8c168f .u8359 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.w8c168f .brf8sg { color: var(--cta); }
.w8c168f .o257x { color: var(--text-body); }
.w8c168f .zz1mo4 {
  background: var(--cta) !important;
  color: #fff !important;
}
.lyb2 .u8359 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.lyb2 .brf8sg { color: var(--text-primary); }
.lyb2 .o257x { color: var(--text-body); }
.lyb2 .zz1mo4 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .u8359 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .o7ted { flex: 0 0 auto; }
  .brf8sg { font-size: 1.2rem; }
  .zz1mo4 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.lfeak .bobgo { height: 36px; }
.j4qg3 .bobgo { height: 60px; max-width: 200px; }
.xtbj .bobgo { height: 56px; max-width: 180px; }
.pqtpf7i    .h9vope4k, .pqtpf7i    .zlh5mkq { color: #f59e0b; }
.om070x      .h9vope4k { font-size: 1rem; letter-spacing: 1.5px; }
.om070x      .zlh5mkq   { font-size: 1.35rem; }
.ahf2eonl    .h9vope4k, .ahf2eonl    .zlh5mkq { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.behb     .h9vope4k, .behb     .zlh5mkq { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.cmva3u5 .h9vope4k, .cmva3u5 .zlh5mkq { color: var(--cta); letter-spacing: 2px; }
.nobrlrgw   .h9vope4k, .nobrlrgw   .zlh5mkq { color: #e91e63; letter-spacing: 2px; }
.ofm4  .h9vope4k, .ofm4  .zlh5mkq { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.q6lq6tez     .h9vope4k, .q6lq6tez     .zlh5mkq { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.oszv .twdb1c8 + .twdb1c8 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.ve5b .asggoni { padding: 18px 24px; min-height: 68px; }
.yafs .nvue0n {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.yafs .eh98e4 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.biff6 .twdb1c8 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.krw5 { counter-reset: cs-rank; }
.krw5 .asggoni { counter-increment: cs-rank; }
.krw5 .asggoni::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;
}
.ovgql .krw5 { counter-reset: cs-rank; gap: 0; }
.ovgql .asggoni {
  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;
}
.ovgql .asggoni::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;
}
.ovgql .p4pdjq {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.ovgql .hb79kf {
  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;
}
.ovgql .s4ppoo { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.ovgql .p4pdjq { min-width: 0; flex-direction: column; width: 100%; }
.ovgql .zqemtm9 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.ovgql .h9vope4k { color: var(--cta, var(--accent)); }
.ovgql .qe30lb { font-weight: 700; }
.ovgql .twdb1c8 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.ovgql .nvue0n {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.ovgql .eh98e4 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.ovgql .ppegiy6 .eh98e4 { font-size: 1.3rem; color: var(--accent-light); }
.ovgql .dqjo4ua9 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.ovgql .asggoni:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .ovgql .krw5 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ovgql .asggoni {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ovgql .asggoni { padding: 40px 16px 20px; }
  .ovgql .twdb1c8 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ovgql .dqjo4ua9 { width: 100%; min-width: 0; }
}
.oe3m .krw5 { counter-reset: cs-rank; gap: 10px; }
.oe3m .asggoni {
  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);
}
.oe3m .asggoni::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);
}
.oe3m .p4pdjq {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.oe3m .hb79kf {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.oe3m .s4ppoo { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.oe3m .zqemtm9 {
  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;
}
.oe3m .h9vope4k { color: var(--cta, var(--accent)); }
.oe3m .twdb1c8 {
  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;
}
.oe3m .nvue0n {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.oe3m .eh98e4 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.oe3m .ppegiy6 .eh98e4 { color: var(--accent-light); }
.oe3m .dqjo4ua9 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.oe3m .asggoni:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .oe3m .asggoni {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .oe3m .asggoni::before {
    position: absolute; top: 14px; left: 14px;
  }
  .oe3m .p4pdjq {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .oe3m .zqemtm9 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .oe3m .twdb1c8 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .oe3m .dqjo4ua9 { width: 100%; min-width: 0; }
  .oe3m .h9vope4k { min-width: 0; }
}
.b1op1 .asggoni::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.piol6qf .f4fzab {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.piol6qf .f4fzab summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.piol6qf .f4fzab p { padding: 0 2px 16px; }
.tiod .ilaiq3 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.xm0jf71 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.rsye {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.fsydeegr {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.k3515 { color: var(--text-muted); font-size: 1.05rem; }
.p1p0fhh {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.fjj2ola {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.nw2itsm { margin-bottom: 20px; }
.xe9l3i {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.s7opop {
  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;
}
.s7opop:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.qjngxirm { resize: vertical; min-height: 130px; }
.jmldm6 { width: 100%; margin-top: 8px; }
.ozspkct {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.hbc138g1 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.v8tby2up { color: var(--text-muted); line-height: 1.75; }
.n86h { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.n86h li { margin-bottom: 6px; }
.mq20 { max-width: 760px; margin: 0 auto; }
.rv4j { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ki0n { max-width: 760px; margin: 0 auto; }
.kd7qu { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.kd7qu:last-child { border-bottom: none; }
.kh1y523i { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.kd7qu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.kd7qu ul.n86h { margin: 0; }
.bnrwl .kh1y523i { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .bnrwl { grid-template-columns: 1fr; gap: 10px; } }
.i7yoakc .kh1y523i { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.iz5wnn4g .n86h { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ebyqh { grid-template-columns: 1fr; } }
.evnn { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.evnn:hover .jef427 { color: var(--accent-light); text-decoration: underline; }
.cerr { color: inherit; text-decoration: none; }
.cerr:hover { color: var(--accent-light); text-decoration: underline; }
.j34t { display: inline-block; line-height: 0; }
.fggi7h { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.flqpv { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.flqpv:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.x0wm68 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.flqpv p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.flqpv ul.n86h { margin: 0; }
.l9k8swr9 { color: var(--text-muted); line-height: 1.75; }
.cwqkduc9 .n86h,
.dv3s .n86h,
.v38o .n86h,
.iaklqne .n86h {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.cwqkduc9 .flqpv,
.dv3s .flqpv { text-align: left; }
.cwqkduc9 .x0wm68,
.dv3s .x0wm68 { text-align: center; }
.gp329zov { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.uc2esqh { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.szic2yhb { font-size: 1.1rem; }
.h6dx7j { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.wphp5m2u { margin-top: 12px; }
.wc6s { 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; }
.wc6s:hover { border-bottom-color: var(--accent-light); }
.zsumxps { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.zsumxps img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ycwa610 { width: 260px; height: 260px; }
.cfj75ajh { border-radius: 28%; }
.qj30y { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.uoxv { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.uoxv::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .jqd1srbx { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.oyx0 .h6dx7j, .oyx0 .uc2esqh { max-width: 640px; }
.urjlim33 { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.ldbdwqhc { position: sticky; top: 96px; align-self: start; }
.ldbdwqhc .gp329zov { font-size: 1.6rem; margin-top: 18px; }
.amh4 .h6dx7j { margin-bottom: 28px; }
@media (max-width: 860px) { .urjlim33 { grid-template-columns: 1fr; } .ldbdwqhc { position: static; text-align: center; } }
.v951 .zsumxps { margin: 0 auto 18px; }
.v951 .qj30y { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .g0la19i { grid-template-columns: 1fr; } }
.efeaz2 .gp329zov { font-size: 1.6rem; margin-bottom: 6px; }
.iaklqne .n86h { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .efeaz2 { flex-direction: column; text-align: center; } .uo3jc { grid-template-columns: 1fr; } }
.ck4g .gp329zov { font-size: 1.35rem; margin: 0 0 4px; }
.ck4g .qj30y { margin: 0; }
.s89zl .fsydeegr { color: var(--accent-light); }
.fh56qb0n .fsydeegr { font-size: 2rem; }
.fh56qb0n .k3515 { max-width: 680px; }
.f6y56 .fsydeegr { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.f6y56 .k3515  { margin: 0; }
@media (max-width: 640px) { .f6y56 { flex-direction: column; } }
.efus .fsydeegr { color: var(--accent-light); }
.bjwa1i .fsydeegr { color: #fff; }
.bjwa1i .k3515  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .zr2ofi { grid-template-columns: 1fr; } }
.vthl4wlm .s7opop {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.vthl4wlm .s7opop:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.pxgu4g .s7opop { background: var(--bg-raised); border-color: transparent; }
.pxgu4g .s7opop:focus { background: var(--bg-card); border-color: var(--accent-light); }
.qmagh4 .s7opop { border-radius: 100px; padding: 11px 20px; }
.qmagh4 .qjngxirm { border-radius: 14px; }
.oq5arqgf {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.oq5arqgf 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;
}
.oq5arqgf summary::-webkit-details-marker { display: none; }
.oq5arqgf summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.oq5arqgf[open] summary::after { content: "−"; }
.nm6a {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.pappei {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .pappei { grid-template-columns: 1fr; } }
.t10bcmd {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.t10bcmd h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.t10bcmd p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.rovr7 { counter-reset: priv-count; }
.lgr4 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.lgr4:last-child { border-bottom: none; }
.uphx {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.lgr4 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.lgr4 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ft3j{display:none}
.ft3j:empty,.vyo6:empty{display:none}
.j5u6{position:relative;overflow:visible}
.ohx4ax .pw4yr2p,.ge4cigq .pw4yr2p,
.g0bp7yh .pw4yr2p,.cwpvo .pw4yr2p,
.kzaw .pw4yr2p,.yblrlq .pw4yr2p{display:block}
.ipui .zkxe{display:block}
.ohx4ax .pw4yr2p,.ge4cigq .pw4yr2p,
.g0bp7yh .pw4yr2p,.cwpvo .pw4yr2p,
.kzaw .pw4yr2p{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}
.ohx4ax .pw4yr2p .vyo6,.ge4cigq .pw4yr2p .vyo6,
.g0bp7yh .pw4yr2p .vyo6,.cwpvo .pw4yr2p .vyo6,
.kzaw .pw4yr2p .vyo6{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}
.ohx4ax .pw4yr2p,.ge4cigq .pw4yr2p{top:12px}
.ohx4ax .pw4yr2p .vyo6{margin-right:auto}
.ge4cigq .pw4yr2p .vyo6{margin-left:auto}
.ge4cigq .pw4yr2p{text-align:right}
.g0bp7yh .pw4yr2p,.cwpvo .pw4yr2p{bottom:12px}
.g0bp7yh .pw4yr2p .vyo6{margin-right:auto}
.cwpvo .pw4yr2p .vyo6{margin-left:auto}
.cwpvo .pw4yr2p{text-align:right}
.kzaw .pw4yr2p{position:relative;margin-top:16px}
.kzaw .pw4yr2p .vyo6{margin:0 auto}
.yblrlq .pw4yr2p{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.yblrlq .pw4yr2p .vyo6{margin:0}
.yblrlq .g20l9~.pw4yr2p,
.yblrlq .nigbv3c2~.pw4yr2p{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.yblrlq .g20l9~.pw4yr2p .vyo6,
.yblrlq .nigbv3c2~.pw4yr2p .vyo6{justify-content:flex-start}
.g20l9~.pw4yr2p,.nigbv3c2~.pw4yr2p{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}
.g20l9~.pw4yr2p .vyo6{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.nigbv3c2~.pw4yr2p .vyo6{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zkxe .vyo6{margin:0 0 12px}
.vyo6{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.kuqc{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.jef427{font-weight:600;color:var(--text-heading);opacity:1}
.m0rza .kuqc{display:none}
.tjqk .vyo6{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.nb8pq .mstqm{border-bottom:1px solid currentColor;padding-bottom:2px}
.f5q08p .vyo6{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.a8pn1n{--date-bg:var(--accent-bg-light)}
.mzozw6y2 .hkbg9bgg::before{content:""}
.edbl7k{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.xar4{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.etk32knb{display:flex;flex-direction:column;gap:3px}
.i8gdcm{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.cb80{font-weight:700;font-size:1rem;color:var(--text-heading)}
.f1khlgd{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.l98zbzs .edbl7k{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.fiaangg .edbl7k{border-top:3px solid var(--accent);padding-top:18px}
.q6vak .edbl7k{border-left:3px solid var(--accent);border-radius:0}
.vyi6d .edbl7k{padding:20px 0}
@media(max-width:640px){
  .edbl7k{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .f1khlgd{max-width:100%}
}
@media (max-width:560px){
  .g10i1k{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .dz0ryr { padding: 28px 18px 20px; }
  .bgobuk { font-size: 1.2rem; }
  .c3jo { max-width: 220px; max-height: 80px; }
}
.pgt5hpp {
  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);
}
.uidcg9v {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.pjiwqnce  .pgt5hpp { border-radius: 50%; }
.wx9pv  .pgt5hpp { border-radius: 6px; }
.on5v9 .pgt5hpp { border-radius: 22px; }
.p2u7jo .u8359 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .pgt5hpp { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.xh6ae {
  margin: 28px 0 24px;
}
.xh6ae .cj7k {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.xh6ae .hc52raqm {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.xh6ae .u8359 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .lmn2qfd { flex-direction: row-reverse; }
[dir="rtl"] .kh3kc { flex-direction: row-reverse; }
[dir="rtl"] .o9a86t .wi8f0bz { right: auto; left: 32px; }
[dir="rtl"] .q56mm  .wi8f0bz { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .o9a86t .wi8f0bz { right: auto; left: 20px; }
  [dir="rtl"] .q56mm  .wi8f0bz { left: auto;  right: 20px; }
}
[dir="rtl"] .w2n5vs .zu744v2  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .cceuxu4 .zu744v2 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .g20l9,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .p6o2b { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .faxl5ffs { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .l0t7c9 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .u8359 { direction: rtl; }
[dir="rtl"] .pgt5hpp { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .asggoni,
[dir="rtl"] .dx7yhcuo { direction: rtl; }
[dir="rtl"] .d0nzt99 { direction: rtl; }
[dir="rtl"] .y83l191 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .xm4622i .jhdfu9t,
[dir="rtl"] .xm4622i .jhdfu9t li::before,
[dir="rtl"] .g20l9.gkrdff57 .xy59rad { align-items: flex-end; text-align: right; }
[dir="rtl"] .g20l9.ececsx5 .xy59rad { text-align: center; }
[dir="rtl"] .g20l9 .xy59rad { text-align: right; }
[dir="rtl"] .hc52raqm,
[dir="rtl"] .nohe5djr,
[dir="rtl"] .i8eznk,
[dir="rtl"] .abq530,
[dir="rtl"] .fjj2ola,
[dir="rtl"] .xe9l3i,
[dir="rtl"] .h6dx7j,
[dir="rtl"] .s7opop,
[dir="rtl"] .qjngxirm { text-align: right; direction: rtl; }
[dir="rtl"] .qmagh4 .s7opop,
[dir="rtl"] .vthl4wlm .s7opop { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #11546c;
  --brand:           #11546c;
  --brand-light:     #124253;
  --brand-pale:      #235e72;
  --grad-start:      #1d91bb;
  --grad-end:        #42add3;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #11546c;
  --cta-light:       #09394a;
  --cta-hover:       #082a37;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f5;
  --bg-raised:       #eef0f1;
  --bg-hover:        #f3f5f5;
  --border:          #e1e7e9;
  --border-alt:      #cfd9dc;
  --border-section:  #e1e7e9;
  --text-primary:    #171a1b;
  --text-muted:      #515c61;
  --text-body:       #2e3537;
  --text-sub:        #454f53;
  --text-faint:      #74848a;
  --text-dim:        #909da1;
  --text-label:      #5d6a6e;
  --text-value:      #3a4245;
  --accent-bg:       #e1eef3;
  --accent-bg-light: #c8e4ee;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f4f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #0f935a;
  --c-cons:          #9f2155;
  --c-pros-label:    #12af6b;
  --c-tip-border:    #14c177;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0f935a;
}
:root { --logo-bg-opacity: 38%; }
body, button, input { font-family: "Chakra Petch", sans-serif; }
.jpw3w9nk .fcmj, .jpw3w9nk .g20l9 { min-height: 320px; }
.cp85::before { content: '|'; opacity: 0.3; }