:root {
  --color-accent: #091390;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: 1.7;
}
.sl98 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.fh7dta01 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.gw5dm {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.f95v { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.q1vo2n { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.q1vo2n a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.q1vo2n a:hover { color: var(--accent-light); }
.qzajnhu9  .p8pi { border-radius: 14px; }
.qzajnhu9 .p8pi li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.qzajnhu9 .p8pi li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.y7tjfdr .p8pi li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .p8pi {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .uwyuc:hover .p8pi,
  .uwyuc:focus-within .p8pi { display: block; }
  .p8pi li a { padding: 8px 16px; font-size: 0.88rem; }
}
.d643nv {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ogorcv8 { display: none; }
@media (max-width: 640px) {
  .ogorcv8 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ogorcv8.v6fuigpm { display: block; }
}
@media (max-width: 640px) {
  .d643nv { display: block; }
  .q1vo2n > li + li::before { display: none !important; }
  .q1vo2n {
    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;
  }
  .q1vo2n.v6fuigpm { display: flex; }
  .q1vo2n li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .q1vo2n li:last-child a { border-bottom: none; }
}
.qmw3 { min-height: 480px; }
.utwttc3 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.k5noa { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.k06gi2px .k5noa { margin-left: 0; margin-right: 0; }
.s0nxch {
  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;
}
.s0nxch:hover { opacity: 0.88; }
.mt8h9 .xijw8i7 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.mt8h9 .utwttc3 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.mt8h9 .k5noa { color: #e2e8f0; }
.mt8h9.zkup0q .xijw8i7 { text-align: center; }
.mt8h9.k06gi2px   .xijw8i7 { text-align: left; }
.vcticvr {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.vcticvr .xijw8i7 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.vcticvr .utwttc3 { color: var(--text-primary); text-shadow: none; }
.vcticvr .k5noa { color: var(--text-muted); }
.vcticvr .s0nxch { margin-top: 16px; }
.vcticvr, .vcticvr.qmw3 { min-height: auto !important; }
.vcticvr.zkup0q .xijw8i7 { text-align: center; }
.vcticvr.k06gi2px   .xijw8i7 { text-align: left; }
.vcticvr~.eokiem{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}
.vcticvr~.eokiem .yu41lxhw{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.sn2zxl .l1ssr3,
.sn2zxl .canux {
  position: relative; overflow: hidden;
}
.sn2zxl .l1ssr3::after,
.sn2zxl .canux::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.sn2zxl .mt8h9 .ybkq4 {
  overflow: hidden;
}
.sn2zxl .mt8h9 .ybkq4::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.l1ssr3 .utwttc3 { color: #fff; }
.l1ssr3 .k5noa { color: rgba(255,255,255,0.85); }
.l1ssr3 .s0nxch { background: #fff; color: var(--cta); }
.l1ssr3 .s0nxch:hover { opacity: 0.92; }
.sn2zxl .x5v06p8 { position: relative; overflow: hidden; }
.sn2zxl .x5v06p8::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;
}
.x5v06p8 .utwttc3 { text-shadow: none; color: var(--text-primary); }
.x5v06p8 .k5noa { color: var(--text-muted); }
body.tvchbbc .utwttc3 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.y0krf6f .utwttc3 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qmw3.l1ssr3 .utwttc3,
section.l1ssr3 .utwttc3 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.x5v06p8.zkup0q .dnz7p85k { align-items: center; text-align: center; }
.qmw3 .n4wp {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.n4wp .k6pjr6h {
  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;
}
.n4wp .k6pjr6h::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.n4wp .onaxsi { display: contents !important; }
.n4wp .onaxsi .pwjh {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.n4wp .onaxsi .lfiy2amh { max-height: 48px; max-width: 96px; }
.n4wp .onaxsi .l0ah {
  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;
}
.n4wp .h9fme {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.n4wp .q3hq { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.n4wp .zr8e { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.n4wp .zr8e small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.n4wp .bs5wyz { display: contents !important; }
.n4wp .bs5wyz .rs6kx6y:not(.ozs2yo) { display: none !important; }
.n4wp .bs5wyz .ozs2yo {
  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;
}
.n4wp .bs5wyz .ozs2yo .koevk {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.n4wp .bs5wyz .ozs2yo .j14uq {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.n4wp .ys32t8b { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.n4wp .ys32t8b.zxcq0 {
  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;
}
.n4wp .ys32t8b.zxcq0:hover { opacity: 0.85; }
.bf18 .xijw8i7 { padding-bottom: 24px; }
.x23zvs .xijw8i7 { max-width: 1100px; }
@media (max-width: 700px) {
  .x5v06p8 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .x5v06p8:not(.ejexyr) .pkjjfx { display: none !important; }
  .ejexyr .pkjjfx { padding: 16px; }
  .dnz7p85k  { padding: 36px 24px; }
  .x5v06p8~.eokiem,.q12ozrl~.eokiem{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .qmw3, .x5v06p8 { min-height: 320px !important; }
  .utwttc3 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .sl6q4fb,
  .f7qy3,
  .psle29j { grid-template-columns: 1fr !important; }

  

  
  .bf18 { display: flex !important; flex-direction: column !important; }
  .bf18 .xijw8i7 { display: contents; }
  .bf18 .ybkq4 { order: 0; }
  .bf18 .utwttc3 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .bf18 .sl6q4fb { order: 2; padding: 0 16px 12px !important; }
  .bf18 .k5noa { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .x23zvs .xijw8i7 { display: flex; flex-direction: column; }
  .x23zvs .xijw8i7 .utwttc3 { order: 1; }
  .x23zvs .xijw8i7 .psle29j { order: 2; margin: 8px 0 24px !important; }
  .x23zvs .xijw8i7 .k5noa { order: 3; }
  .x23zvs .xijw8i7 .s0nxch { order: 4; align-self: center; margin-top: 0; }

  
  .x5v06p8.ejexyr {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .x5v06p8.ejexyr .dnz7p85k { display: contents; padding: 0; }
  .x5v06p8.ejexyr .dnz7p85k .utwttc3 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .x5v06p8.ejexyr .pkjjfx { order: 2; padding: 12px 16px; }
  .x5v06p8.ejexyr .dnz7p85k .k5noa { order: 3; padding: 0 24px; margin: 0 auto; }
  .x5v06p8.ejexyr .dnz7p85k .s0nxch { order: 4; align-self: center; margin: 8px 0 32px; }
}
.dmsvsam { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.kr6ap8 { width: 100%; height: auto; display: block; border-radius: 10px; }
.caxf3hv7 .dmsvsam        { border-radius: 16px; }
.caxf3hv7 .kr6ap8  { border-radius: 16px; }
.m5zl6edi .dmsvsam         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.m5zl6edi .kr6ap8   { border-radius: 8px; }
.oahk { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.lrv4 { width: 100%; padding: 32px 0; position: relative; }
.wbzx0hll { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.rluq3 .lrv4:nth-child(even) { background: var(--bg-surface); }
.rluq3 .lrv4:nth-child(odd)  { background: var(--bg-page); }
.x7sbl .lrv4:nth-child(even) { background: var(--bg-card); }
.x7sbl .lrv4:nth-child(odd)  { background: var(--bg-page); }
.rluq3 .lrv4:nth-child(odd)  .wbzx0hll { background: var(--bg-card); border-radius: 6px; }
.rluq3 .lrv4:nth-child(even) .wbzx0hll { background: var(--bg-raised); border-radius: 6px; }
.x7sbl .lrv4:nth-child(odd)  .wbzx0hll { background: var(--bg-card); border-radius: 6px; }
.x7sbl .lrv4:nth-child(even) .wbzx0hll { background: var(--bg-raised); border-radius: 6px; }
.rluq3 .lrv4:nth-child(even) .bduskn .uaxk,
.x7sbl .lrv4:nth-child(even) .bduskn .uaxk { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.rluq3 .lrv4:nth-child(odd) .bduskn .uaxk,
.x7sbl .lrv4:nth-child(odd) .bduskn .uaxk { background: var(--bg-card-inner); }
.rluq3 .lrv4:nth-child(even) .c7nsq96 .uaxk:nth-child(odd),
.x7sbl .lrv4:nth-child(even) .c7nsq96 .uaxk:nth-child(odd)  { background: var(--bg-card); }
.rluq3 .lrv4:nth-child(even) .c7nsq96 .uaxk:nth-child(even),
.x7sbl .lrv4:nth-child(even) .c7nsq96 .uaxk:nth-child(even) { background: var(--bg-card-inner); }
h1.at5nygqs { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.at5nygqs {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.lt4ltk { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.oggb h2.at5nygqs {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.dyel h2.at5nygqs {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.tqyet43 h2.at5nygqs {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.recg3wu h2.at5nygqs::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.omrgoygb h2.at5nygqs {
  color: var(--text-primary); font-size: 1.7rem;
}
.ib2q h2.at5nygqs::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.luovi h2.at5nygqs {
  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;
}
.hg7f { font-size: 1.35rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.f26qbu83 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .f26qbu83 { display: none; } }
.wk15b8 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.wltx { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.o67rhnn {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.mc7ut0 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.rj2n { padding-left: 20px; }
.rj2n li { margin-bottom: 6px; }
.rj2n a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.rj2n a:hover { color: var(--accent-light); }
.os0m7i47 .mc7ut0 { display: none; }
.vz0xkj .mc7ut0 { display: none; }
.vz0xkj .rj2n { padding-left: 0; list-style: none; }
.vz0xkj .rj2n li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.vz0xkj .rj2n a { font-size: 0.92rem; }
.f6my5d7h .o67rhnn { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.f6my5d7h .mc7ut0 { display: none; }
.f6my5d7h .rj2n { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.f6my5d7h .rj2n li { margin-bottom: 0; }
.f6my5d7h .rj2n 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;
}
.f6my5d7h .rj2n a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.zt0vk .o67rhnn { padding: 20px 20px 16px; }
.zt0vk .rj2n {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.zt0vk .rj2n li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.zt0vk .rj2n 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;
}
.zt0vk .rj2n 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;
}
.zt0vk .rj2n a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.zt0vk .rj2n a:focus,
.zt0vk .rj2n a:focus-visible,
.zt0vk .rj2n a:target { outline: none; }
.zt0vk .rj2n li:target a { border-color: var(--border); color: var(--text-muted); }
.hybof05 .o67rhnn { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.hybof05 .mc7ut0 { display: none; }
.hybof05 .rj2n { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.hybof05 .rj2n li { margin-bottom: 0; }
.hybof05 .rj2n li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.hybof05 .rj2n li:last-child::after { content: ""; margin-right: 0; }
.hybof05 .rj2n a { font-size: 0.9rem; }
.uaxk { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.bduskn .uaxk { background: var(--bg-card); }
.c7nsq96 .uaxk:nth-child(odd)  { background: var(--bg-card); }
.c7nsq96 .uaxk:nth-child(even) { background: var(--bg-raised); }
.geas .uaxk {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.geas .uaxk:last-child { border-bottom: none; }
.geas h3.lt4ltk { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.r0skrk8c .uaxk {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.r0skrk8c .uaxk + .uaxk { margin-top: 4px; }
.xlcpvi2 .uaxk { background: none; border-radius: 0; padding: 12px 0; }
.xlcpvi2 .uaxk + .uaxk { border-top: 1px solid var(--border-section); }
.aqpeyg { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.f9xa { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.kl9es7 { color: var(--text-body); margin-bottom: 10px; }
.frhd5k, .lihp76 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.frhd5k li, .lihp76 li { margin-bottom: 6px; }
.lihp76 li { list-style: decimal; }
.zuzn5r     .frhd5k { list-style-type: "● "; }
.symr6  .frhd5k { list-style-type: "■ "; }
.zsafz7 .frhd5k { list-style-type: "◆ "; }
.fbhboxj    .frhd5k { list-style-type: "★ "; }
.zuzn5r     .rdbdlto { list-style-type: "● "; }
.symr6  .rdbdlto { list-style-type: "■ "; }
.zsafz7 .rdbdlto { list-style-type: "◆ "; }
.fbhboxj    .rdbdlto { list-style-type: "★ "; }
.zuzn5r    .frhd5k li::marker, .zuzn5r    .rdbdlto li::marker,
.symr6 .frhd5k li::marker, .symr6 .rdbdlto li::marker,
.zsafz7 .frhd5k li::marker, .zsafz7 .rdbdlto li::marker,
.fbhboxj   .frhd5k li::marker, .fbhboxj   .rdbdlto li::marker {
  color: var(--cta); font-size: 1em;
}
.zuzn5r .lihp76,
.symr6 .lihp76,
.zsafz7 .lihp76,
.fbhboxj .lihp76 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.zuzn5r .lihp76 li,
.symr6 .lihp76 li,
.zsafz7 .lihp76 li,
.fbhboxj .lihp76 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.zuzn5r .lihp76 li::before,
.symr6 .lihp76 li::before,
.zsafz7 .lihp76 li::before,
.fbhboxj .lihp76 li::before {
  content: counter(el-step);
  position: absolute; left: -2.2em; top: 0.05em;
  width: 1.45em; height: 1.45em;
  background: var(--accent); color: #fff;
  font-size: 0.72em; font-weight: 700;
  line-height: 1.45em; text-align: center;
}
.zuzn5r     .lihp76 li::before { border-radius: 50%; }
.symr6  .lihp76 li::before { border-radius: 3px; }
.zsafz7 .lihp76 li::before { border-radius: 3px; }
.fbhboxj    .lihp76 li::before { border-radius: 50%; }
.glpl374 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.hp0k .glpl374,
.fahlw .glpl374 { background: transparent; border: none; border-radius: 0; }
.g3qy { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.g3qy th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.g3qy td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.g3qy tr:hover td { background: var(--bg-hover); }
.xmvz .g3qy tbody tr:nth-child(even) td { background: var(--bg-surface); }
.rcs9t .g3qy { border: 1px solid var(--border-alt); }
.rcs9t .g3qy th,
.rcs9t .g3qy td { border: 1px solid var(--border-alt); }
.czeq .g3qy th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.czeq .g3qy td { border-bottom: none; }
.czeq .g3qy tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.wovrg7 .g3qy th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ev6yk .glpl374 {
  overflow: hidden;
}
.ev6yk .g3qy th { border-bottom: 1px solid var(--border-alt); }
.ev6yk .g3qy tr:last-child td { border-bottom: none; }
.mk0mtp9c { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.koph5sep { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.kr0360 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.sf9hd { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.jk8n0s { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.rdbdlto { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.rdbdlto li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.cypo .sf9hd { background: transparent; text-align: center; }
.bdc3tse .kr0360 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.pxyflwp .kr0360 {
  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);
}
.prels0 .koph5sep { display: grid; grid-template-columns: auto 1fr; }
.prels0 .kr0360 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.prels0 .sf9hd { grid-column: 2; }
.prels0 .jk8n0s,
.prels0 .rdbdlto { grid-column: 1 / -1; }
.fu7mgvts .koph5sep { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.fu7mgvts .kr0360 {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.fu7mgvts .sf9hd { grid-column: 2; }
.fu7mgvts .jk8n0s,
.fu7mgvts .rdbdlto { grid-column: 1 / -1; }
.wjef3 .koph5sep { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.wjef3 .sf9hd { background: none; color: var(--accent-light); font-weight: 700; }
.qih7kh .koph5sep { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.qih7kh .sf9hd { background: none; color: var(--accent-light); font-weight: 700; }
.wqf6yn .koph5sep { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.wqf6yn .koph5sep:last-child { border-bottom: none; }
.wqf6yn .sf9hd { background: none; color: var(--accent-light); font-weight: 700; }
.ghaw .koph5sep { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.ghaw .sf9hd { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.b8ps6 .mk0mtp9c { counter-reset: card-n; }
.b8ps6 .koph5sep  { counter-increment: card-n; }
.b8ps6 .sf9hd { display: flex; align-items: center; gap: 10px; }
.b8ps6 .sf9hd::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.k3l9omiu .koph5sep { background: var(--bg-surface); border: 1px solid var(--border); }
.k3l9omiu .sf9hd { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.z570yf { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.r17n6h  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.dejp2s { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.yms9y { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.wb6tlk3t { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.z570yf strong { color: var(--text-primary); font-size: 0.95rem; }
.z570yf p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.to03 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.qui6kv, .do9m7fei { border-radius: 8px; padding: 14px; }
.qui6kv { background: var(--bg-pros); }
.do9m7fei { background: var(--bg-cons); }
.peg9 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.qui6kv .peg9 { color: var(--c-pros-label); }
.do9m7fei .peg9 { color: #f87171; }
.qui6kv ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.do9m7fei ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.kr6ap8 { width: 100%; height: auto; border-radius: 10px; display: block; }
.zxcq0 {
  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;
}
.zxcq0:hover { opacity: 0.85; }
.ia00tngg .zxcq0  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ia00tngg .zxcq0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xlchjw .zxcq0  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.xlchjw .zxcq0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.n4f212 .s0nxch { border-radius: 50px; }
.n4f212 .zxcq0  { border-radius: 50px; }
.oh2ht .s0nxch { padding-left: 22px; padding-right: 22px; }
.oh2ht .zxcq0  { padding-left: 12px; padding-right: 12px; }
.m9xbuk .s0nxch { padding-left: 44px; padding-right: 44px; }
.m9xbuk .zxcq0  { padding-left: 24px; padding-right: 24px; }
.rrpbwgk .s0nxch { padding-left: 56px; padding-right: 56px; }
.rrpbwgk .zxcq0  { padding-left: 32px; padding-right: 32px; }
.shpyqw   .s0nxch::after, .shpyqw   .zxcq0::after,
.eqxb .s0nxch::after, .eqxb .zxcq0::after,
.benkt    .s0nxch::after, .benkt    .zxcq0::after,
.vdk5    .s0nxch::after, .vdk5    .zxcq0::after,
.u1djwx51    .s0nxch::after, .u1djwx51    .zxcq0::after,
.l8zuy43m     .s0nxch::after, .l8zuy43m     .zxcq0::after,
.w6znl8n4    .s0nxch::after, .w6znl8n4    .zxcq0::after,
.ekr8hbd   .s0nxch::after, .ekr8hbd   .zxcq0::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;
}
.shpyqw .s0nxch::after, .shpyqw .zxcq0::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");
}
.eqxb .s0nxch::after, .eqxb .zxcq0::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");
}
.benkt .s0nxch::after, .benkt .zxcq0::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");
}
.vdk5 .s0nxch::after, .vdk5 .zxcq0::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");
}
.u1djwx51 .s0nxch::after, .u1djwx51 .zxcq0::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");
}
.l8zuy43m .s0nxch::after, .l8zuy43m .zxcq0::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");
}
.w6znl8n4 .s0nxch::after, .w6znl8n4 .zxcq0::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");
}
.ekr8hbd .s0nxch::after, .ekr8hbd .zxcq0::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");
}
.z7znynnr   .lb0h::after, .z7znynnr   .x8f1::after,
.g6wwni .lb0h::after, .g6wwni .x8f1::after,
.a63x5    .lb0h::after, .a63x5    .x8f1::after,
.zhjom    .lb0h::after, .zhjom    .x8f1::after,
.k2fto7i8    .lb0h::after, .k2fto7i8    .x8f1::after,
.z7e6     .lb0h::after, .z7e6     .x8f1::after,
.cidmcbc    .lb0h::after, .cidmcbc    .x8f1::after,
.i3eg1   .lb0h::after, .i3eg1   .x8f1::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;
}
.z7znynnr .lb0h::after, .z7znynnr .x8f1::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");
}
.g6wwni .lb0h::after, .g6wwni .x8f1::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");
}
.a63x5 .lb0h::after, .a63x5 .x8f1::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");
}
.zhjom .lb0h::after, .zhjom .x8f1::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");
}
.k2fto7i8 .lb0h::after, .k2fto7i8 .x8f1::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");
}
.z7e6 .lb0h::after, .z7e6 .x8f1::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");
}
.cidmcbc .lb0h::after, .cidmcbc .x8f1::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");
}
.i3eg1 .lb0h::after, .i3eg1 .x8f1::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");
}
.n3cxst {
  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;
}
.k6pjr6h {
  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;
}
.k6pjr6h > * { min-width: 0; }
.k6pjr6h:hover { background: var(--bg-hover); }
.k6pjr6h > [itemprop="item"] { display: contents; }
.k6pjr6h [itemprop="itemReviewed"],
.k6pjr6h [itemprop="reviewRating"] { display: none; }
.k6pjr6h::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;
}
.onaxsi {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.pwjh {
  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;
}
.lfiy2amh { max-height: 52px; max-width: 110px; object-fit: contain; }
.l0ah {
  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;
}
.mq6kiehx .pwjh    { background: #1a1a1a; }
.k3x7qr .pwjh   { background: rgba(128,128,128,.12); }
.ssqgi .pwjh { background: var(--bg-raised); }
.sqny2 .pwjh    { background: transparent; padding: 0; }
.h9fme {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.q3hq { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.zr8e { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.bs5wyz {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.rs6kx6y {
  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;
}
.koevk {
  
  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%;
}
.j14uq {
  
  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;
}
.ys32t8b {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ys32t8b.zxcq0 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .k6pjr6h {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .k6pjr6h::before    { grid-area: rank;   }
  .onaxsi           { grid-area: ident;  }
  .h9fme     { grid-area: rating; min-width: 0; width: auto; }
  .bs5wyz           { grid-area: pills;  }
  .ys32t8b             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .k6pjr6h {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .k6pjr6h::before    { justify-self: center; }
  .onaxsi           { width: 100%; }
  .h9fme     { justify-self: center; }
  .bs5wyz           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .yupa .l6g3iin {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .yupa .toucmjb0 { margin: 0; }
}
.io232ta .toucmjb0 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.io232ta .qnxw { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.io232ta .hp0k { padding: 14px 16px; }
.io232ta .gflp8i { border-radius: 4px; }
.io232ta .ftmbzn9t { border-radius: 0; }
.fahlw .to03 { gap: 10px; }
.fahlw .qui6kv, .fahlw .do9m7fei { padding: 12px; }
.fahlw .qui6kv ul, .fahlw .do9m7fei ul { margin: 4px 0 0; padding-left: 18px; }
.fahlw .qui6kv li, .fahlw .do9m7fei li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .hi7i { grid-template-columns: 1fr; }
  .zpvf2g { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .zpvf2g .kefl0j { width: 72px; height: 50px; }
  .zpvf2g .m1pc6rn { max-width: 180px; }
  .zpvf2g .yaag { width: auto; }
}
@media (max-width: 720px) {
  .yuwjt { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cha2m4 { padding: 16px; }
  .dxgm .xh4h1 { min-width: 50%; }
}
.dhcg8c .to03 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .mi2h { grid-template-columns: 1fr; }
  .o57d3j { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .xuw3g { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .dqyb { flex-wrap: wrap; padding: 16px; }
}
.woq9o4 .to03 { gap: 8px; }
.woq9o4 .qui6kv, .woq9o4 .do9m7fei { padding: 8px; }
@media (max-width: 480px) {
  .b8koc { flex-direction: column; align-items: stretch; }
}
.snv8ze9y .yaag .zxcq0 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .u0bhabs { flex-direction: column; align-items: stretch; gap: 10px; }
  .snv8ze9y .yaag { text-align: center; }
}
@media (max-width: 720px) {
  .hkoippd { grid-template-columns: 1fr; }
  .ikkcbm { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .z636mk50 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .unev { grid-template-columns: 1fr; }
  .guwzuie { width: 100px; height: 100px; margin: 16px auto; }
  .vg5fai { font-size: 1.4rem; }
  .f6ig { justify-content: center; }
  .wt5roc .xh4h1 { min-width: 50%; }
}
.ueqh .to03 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .yahnvlr { flex-wrap: wrap; padding: 14px 16px; }
  .pzvy73xu { padding: 12px 16px; }
  .ueqh .to03 { margin: 0 16px; }
  .ueqh .lcp0v4 { padding: 0 16px; }
  .rj92cg { padding: 12px 16px; }
}
.lj8z .k6pjr6h {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.lj8z .k6pjr6h:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.wvk7r .n3cxst { gap: 18px; }
.wvk7r .k6pjr6h {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.wvk7r .k6pjr6h:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.y8j8f0h .n3cxst {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.y8j8f0h .k6pjr6h {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.y8j8f0h .k6pjr6h:last-child { border-bottom: none; }
.y8j8f0h .onaxsi,
.y8j8f0h .h9fme,
.y8j8f0h .bs5wyz {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.q2m7n .n3cxst { gap: 0; }
.q2m7n .k6pjr6h {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.q2m7n .k6pjr6h:last-child { border-bottom: none; }
.q2m7n .k6pjr6h:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.q2m7n .k6pjr6h:nth-child(even):hover { background: var(--bg-hover); }
.skrdj4 .k6pjr6h {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.fcn6h .bs5wyz .rs6kx6y {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.fcn6h .bs5wyz .rs6kx6y:first-child { border-left: none; }
.kpfegp5 .bs5wyz .rs6kx6y {
  background: transparent; padding: 4px 8px;
}
.kpfegp5 .bs5wyz .koevk { font-size: .65rem; opacity: .65; }
.kpfegp5 .bs5wyz .j14uq   { font-size: 1.15rem; color: var(--accent-light); }
.i9dr .bs5wyz .rs6kx6y {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.zr8e { display: none; }
.losos .q3hq { font-size: 1rem; letter-spacing: 2px; }
.y9if0 .q3hq {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.o09la .q3hq,
.m4topdgy .q3hq,
.tdx7r .q3hq { display: none; }
.o09la .zr8e,
.m4topdgy .zr8e,
.tdx7r .zr8e { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.o09la .zr8e { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.o09la .zr8e small { display: none; }
.m4topdgy .zr8e {
  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;
}
.m4topdgy .zr8e small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.tdx7r .zr8e {
  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;
}
.tdx7r .zr8e small { display: none; }
.m4topdgy .y8py .f6t5j8uy,
.m4topdgy .y8py 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;
}
.m4topdgy .lvcf,
.m4topdgy .vl4fi { font-size: 1em; }
.ul3h { margin: 16px 0; }
.brz8k1 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.brz8k1 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.brz8k1 summary::after { content: "+"; color: var(--accent-light); }
.brz8k1[open] summary::after { content: "−"; }
.brz8k1 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.lrv4 { margin-bottom: 0; }
.s8cle h2.at5nygqs { color: var(--text-primary); border-color: var(--accent-light); }
.au79p86i h2.at5nygqs { color: var(--text-primary); border-color: var(--accent-light); }
.esuju .r17n6h     { background: #052e16; border-color: #10b981; }
.esuju .dejp2s { background: #2d0a1e; border-color: #f43f5e; }
.esuju .yms9y    { background: #1e1036; border-color: #a855f7; }
.esuju .z570yf strong  { color: #f1f5f9; }
.esuju .z570yf p       { color: #cbd5e1; }
.esuju .du5gyx    .r17n6h     .wb6tlk3t::before,
.esuju .dmu570m  .r17n6h     .wb6tlk3t::before,
.esuju .ykhq  .r17n6h     .wb6tlk3t::before,
.esuju .d4ifgpt .r17n6h     .wb6tlk3t::before { color: #10b981; }
.esuju .du5gyx    .dejp2s .wb6tlk3t::before,
.esuju .dmu570m  .dejp2s .wb6tlk3t::before,
.esuju .ykhq  .dejp2s .wb6tlk3t::before,
.esuju .d4ifgpt .dejp2s .wb6tlk3t::before { color: #f43f5e; }
.esuju .du5gyx    .yms9y    .wb6tlk3t::before,
.esuju .dmu570m  .yms9y    .wb6tlk3t::before,
.esuju .ykhq  .yms9y    .wb6tlk3t::before,
.esuju .d4ifgpt .yms9y    .wb6tlk3t::before { color: #a855f7; }
.zhzcd .r17n6h     { background: #2d2000; border-color: #eab308; }
.zhzcd .dejp2s { background: #2d0b0b; border-color: #ef4444; }
.zhzcd .yms9y    { background: #2d1600; border-color: #f97316; }
.zhzcd .z570yf strong  { color: #f1f5f9; }
.zhzcd .z570yf p       { color: #cbd5e1; }
.zhzcd .du5gyx    .r17n6h     .wb6tlk3t::before,
.zhzcd .dmu570m  .r17n6h     .wb6tlk3t::before,
.zhzcd .ykhq  .r17n6h     .wb6tlk3t::before,
.zhzcd .d4ifgpt .r17n6h     .wb6tlk3t::before { color: #eab308; }
.zhzcd .du5gyx    .dejp2s .wb6tlk3t::before,
.zhzcd .dmu570m  .dejp2s .wb6tlk3t::before,
.zhzcd .ykhq  .dejp2s .wb6tlk3t::before,
.zhzcd .d4ifgpt .dejp2s .wb6tlk3t::before { color: #ef4444; }
.zhzcd .du5gyx    .yms9y    .wb6tlk3t::before,
.zhzcd .dmu570m  .yms9y    .wb6tlk3t::before,
.zhzcd .ykhq  .yms9y    .wb6tlk3t::before,
.zhzcd .d4ifgpt .yms9y    .wb6tlk3t::before { color: #f97316; }
.q2qtv5 .r17n6h     { background: #0c1a2e; border-color: #38bdf8; }
.q2qtv5 .dejp2s { background: #12103a; border-color: #818cf8; }
.q2qtv5 .yms9y    { background: #0a2020; border-color: #2dd4bf; }
.q2qtv5 .z570yf strong  { color: #f1f5f9; }
.q2qtv5 .z570yf p       { color: #cbd5e1; }
.q2qtv5 .du5gyx    .r17n6h     .wb6tlk3t::before,
.q2qtv5 .dmu570m  .r17n6h     .wb6tlk3t::before,
.q2qtv5 .ykhq  .r17n6h     .wb6tlk3t::before,
.q2qtv5 .d4ifgpt .r17n6h     .wb6tlk3t::before { color: #38bdf8; }
.q2qtv5 .du5gyx    .dejp2s .wb6tlk3t::before,
.q2qtv5 .dmu570m  .dejp2s .wb6tlk3t::before,
.q2qtv5 .ykhq  .dejp2s .wb6tlk3t::before,
.q2qtv5 .d4ifgpt .dejp2s .wb6tlk3t::before { color: #818cf8; }
.q2qtv5 .du5gyx    .yms9y    .wb6tlk3t::before,
.q2qtv5 .dmu570m  .yms9y    .wb6tlk3t::before,
.q2qtv5 .ykhq  .yms9y    .wb6tlk3t::before,
.q2qtv5 .d4ifgpt .yms9y    .wb6tlk3t::before { color: #2dd4bf; }
.m94evdtw .r17n6h     { background: var(--accent-bg); border-color: var(--accent-light); }
.m94evdtw .dejp2s { background: var(--accent-bg-light); border-color: var(--accent-light); }
.m94evdtw .yms9y    { background: var(--accent-bg); border-color: var(--accent-pale); }
.m94evdtw .du5gyx    .wb6tlk3t::before,
.m94evdtw .dmu570m  .wb6tlk3t::before,
.m94evdtw .ykhq  .wb6tlk3t::before,
.m94evdtw .d4ifgpt .wb6tlk3t::before { color: var(--accent-light) !important; }
.jgvgcw7::before,
.t1jhr::before { margin-right: 5px; }
.mpuq9 .qui6kv ul li,
.mpuq9 .qui6kv .jgvgcw7 { color: #22c55e; }
.mpuq9 .do9m7fei ul li,
.mpuq9 .do9m7fei .t1jhr { color: #ef4444; }
.qbmz4c .qui6kv { background: var(--bg-pros); }
.qbmz4c .do9m7fei { background: var(--bg-cons); }
.qbmz4c .qui6kv .jgvgcw7 { color: var(--c-pros-label); }
.qbmz4c .do9m7fei .t1jhr { color: var(--c-cons); }
.qbmz4c .qui6kv ul li,
.qbmz4c .do9m7fei ul li,
.l8c1p .qui6kv { background: var(--bg-pros); }
.l8c1p .do9m7fei { background: var(--bg-cons); }
.l8c1p .qui6kv .jgvgcw7 { color: var(--c-pros-label); }
.l8c1p .do9m7fei .t1jhr { color: var(--c-cons); }
.l8c1p .qui6kv ul li,
.l8c1p .a95a li          { color: var(--c-pros); }
.l8c1p .do9m7fei ul li,
.l8c1p .dkrb li          { color: var(--c-cons); }
.seku .jgvgcw7::before { content: "✓ "; }
.seku .t1jhr::before { content: "✗ "; }
.duz1m4dz .jgvgcw7::before { content: "→ "; }
.duz1m4dz .t1jhr::before { content: "← "; }
.fdwz5ixk .jgvgcw7::before { content: "★ "; }
.fdwz5ixk .t1jhr::before { content: "✕ "; }
.i70a13l1 .jgvgcw7::before { content: "◆ "; }
.i70a13l1 .t1jhr::before { content: "▲ "; }
.swqhis .z570yf { background: transparent; border-left: none; border: 1.5px solid; }
.swqhis .r17n6h     { border-color: var(--c-tip-border); }
.swqhis .dejp2s { border-color: var(--c-warn-border); }
.swqhis .yms9y    { border-color: #60a5fa; }
.swqhis .z570yf strong { color: var(--text-primary); }
.swqhis .z570yf p      { color: var(--text-muted); }
.vyvg .z570yf { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.vyvg .r17n6h     { border-top-color: var(--c-tip-border); }
.vyvg .dejp2s { border-top-color: var(--c-warn-border); }
.vyvg .yms9y    { border-top-color: #60a5fa; }
.w4tj .z570yf { border-left: none; border-radius: 8px; }
.w4tj .r17n6h     { background: #065f46; }
.w4tj .dejp2s { background: #92400e; }
.w4tj .yms9y    { background: #1e3a8a; }
.w4tj .z570yf strong,
.w4tj .z570yf p { color: #fff; }
.w4tj .wb6tlk3t::before { color: rgba(255,255,255,0.85) !important; }
.esuju.w4tj .r17n6h,
.esuju .w4tj .r17n6h     { background: #052e16; }
.esuju.w4tj .dejp2s,
.esuju .w4tj .dejp2s { background: #2d0a1e; }
.esuju.w4tj .yms9y,
.esuju .w4tj .yms9y    { background: #1e1036; }
.zhzcd.w4tj .r17n6h,
.zhzcd .w4tj .r17n6h      { background: #2d2000; }
.zhzcd.w4tj .dejp2s,
.zhzcd .w4tj .dejp2s  { background: #2d0b0b; }
.zhzcd.w4tj .yms9y,
.zhzcd .w4tj .yms9y     { background: #2d1600; }
.q2qtv5.w4tj .r17n6h,
.q2qtv5 .w4tj .r17n6h      { background: #0c1a2e; }
.q2qtv5.w4tj .dejp2s,
.q2qtv5 .w4tj .dejp2s  { background: #12103a; }
.q2qtv5.w4tj .yms9y,
.q2qtv5 .w4tj .yms9y     { background: #0a2020; }
.oflna79v .z570yf { border-left: none; border-radius: 6px; padding: 10px 14px; }
.oflna79v .r17n6h     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.oflna79v .dejp2s { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.oflna79v .yms9y    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.oflna79v .z570yf strong { color: var(--text-primary); }
.oflna79v .z570yf p      { color: var(--text-muted); }
.b4ev .z570yf { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.du5gyx .wb6tlk3t,
.dmu570m .wb6tlk3t,
.ykhq .wb6tlk3t,
.d4ifgpt .wb6tlk3t { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.du5gyx .wb6tlk3t::before,
.dmu570m .wb6tlk3t::before,
.ykhq .wb6tlk3t::before,
.d4ifgpt .wb6tlk3t::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.du5gyx .r17n6h     .wb6tlk3t::before { content: "✦"; color: var(--c-tip-border); }
.du5gyx .dejp2s .wb6tlk3t::before { content: "▲"; color: var(--c-warn-border); }
.du5gyx .yms9y    .wb6tlk3t::before { content: "◉"; color: #60a5fa; }
.dmu570m .r17n6h     .wb6tlk3t::before { content: "★"; color: var(--c-tip-border); }
.dmu570m .dejp2s .wb6tlk3t::before { content: "◆"; color: var(--c-warn-border); }
.dmu570m .yms9y    .wb6tlk3t::before { content: "●"; color: #60a5fa; }
.ykhq .r17n6h     .wb6tlk3t::before { content: "▶"; color: var(--c-tip-border); }
.ykhq .dejp2s .wb6tlk3t::before { content: "■"; color: var(--c-warn-border); }
.ykhq .yms9y    .wb6tlk3t::before { content: "▸"; color: #60a5fa; }
.d4ifgpt .r17n6h     .wb6tlk3t::before { content: "→"; color: var(--c-tip-border); }
.d4ifgpt .dejp2s .wb6tlk3t::before { content: "⬥"; color: var(--c-warn-border); }
.d4ifgpt .yms9y    .wb6tlk3t::before { content: "◈"; color: #60a5fa; }
.pqvj6 .bduskn .uaxk,
.pqvj6 .c7nsq96 .uaxk  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.pqvj6 .koph5sep                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.pqvj6 .k6pjr6h                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.pqvj6 .glpl374          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.pqvj6 .o67rhnn                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.riicf .bduskn .uaxk,
.riicf .c7nsq96 .uaxk,
.riicf .koph5sep,
.riicf .k6pjr6h,
.riicf .toucmjb0,
.riicf .glpl374,
.riicf .o67rhnn,
.riicf .b4ev .z570yf { box-shadow: none; }
.hddm   .kl9es7, .hddm .aqpeyg, .hddm .f9xa,
.hddm   .wk15b8, .hddm .wltx { font-size: 0.9rem; }
.hddm   .frhd5k, .hddm .lihp76 { font-size: 0.9rem; }
.pri6sd6   .kl9es7, .pri6sd6 .aqpeyg, .pri6sd6 .f9xa,
.pri6sd6   .wk15b8, .pri6sd6 .wltx { font-size: 0.95rem; }
.pri6sd6   .frhd5k, .pri6sd6 .lihp76 { font-size: 0.95rem; }
.u6td   .kl9es7, .u6td .aqpeyg, .u6td .f9xa,
.u6td   .wk15b8, .u6td .wltx { font-size: 1.08rem; }
.u6td   .frhd5k, .u6td .lihp76 { font-size: 1.05rem; }
.u6td   .g3qy { font-size: 0.97rem; }
.o5oa .utwttc3      { font-size: 3.2rem; }
.o5oa h2.at5nygqs { font-size: 1.9rem; }
.o5oa h3.lt4ltk     { font-size: 1.4rem; }
.luleay4 .utwttc3      { font-size: 3.8rem; }
.luleay4 h2.at5nygqs { font-size: 2.2rem; }
.luleay4 h3.lt4ltk     { font-size: 1.6rem; }
.lrv4 + .lrv4 { position: relative; }
.fk9ogiv   .lrv4 + .lrv4::before,
.frxmu  .lrv4 + .lrv4::before,
.gyvu3   .lrv4 + .lrv4::before,
.g28k2   .lrv4 + .lrv4::before,
.j7xm   .lrv4 + .lrv4::before,
.qsx5 .lrv4 + .lrv4::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.fk9ogiv .lrv4 + .lrv4::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.frxmu .lrv4 + .lrv4::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.gyvu3 .lrv4 + .lrv4::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;
}
.g28k2 .lrv4 + .lrv4::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.u3ata22 .lrv4 { margin-bottom: 16px; }
.u3ata22 .lrv4 + .lrv4 { margin-top: 0; }
.u3ata22 .wbzx0hll { padding-top: 0; padding-bottom: 0; }
.j7xm .lrv4 + .lrv4::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.qsx5 .lrv4 + .lrv4::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.joyt .lrv4 + .lrv4::before,
.lxpi14oh .lrv4 + .lrv4::before,
.b5sm .lrv4 + .lrv4::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%;
}
.rluq3 .joyt .lrv4:nth-child(even)::before,
.rluq3 .lxpi14oh .lrv4:nth-child(even)::before,
.rluq3 .b5sm .lrv4:nth-child(even)::before { background: var(--bg-surface); }
.x7sbl .joyt .lrv4:nth-child(even)::before,
.x7sbl .lxpi14oh .lrv4:nth-child(even)::before,
.x7sbl .b5sm .lrv4:nth-child(even)::before { background: var(--bg-card); }
.joyt .lrv4 + .lrv4::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");
}
.lxpi14oh .lrv4 + .lrv4::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");
}
.b5sm .lrv4 + .lrv4::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");
}
.t8q8 .xijw8i7,
.u59up .xijw8i7 { margin-bottom: 60px; }
.lk9qazlk .xijw8i7 { margin-bottom: 70px; }
.kdqxvyix  .mt8h9:not(.l1ssr3) .ybkq4 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.kdqxvyix .l1ssr3 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.kdqxvyix .canux { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.kdqxvyix .x5v06p8 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.mhqjp .dmsvsam { float: left; width: 38%; margin: 0 28px 16px 0; }
.mhqjp .dmsvsam .kr6ap8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.mhqjp .wbzx0hll::after { content: ''; display: block; clear: both; }
.qxyz9z .dmsvsam { float: right; width: 38%; margin: 0 0 16px 28px; }
.qxyz9z .dmsvsam .kr6ap8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qxyz9z .wbzx0hll::after { content: ''; display: block; clear: both; }
.n4tkau69 .lrv4:nth-child(odd)  .dmsvsam { float: left;  width: 38%; margin: 0 28px 16px 0; }
.n4tkau69 .lrv4:nth-child(even) .dmsvsam { float: right; width: 38%; margin: 0 0 16px 28px; }
.n4tkau69 .dmsvsam .kr6ap8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.n4tkau69 .wbzx0hll::after { content: ''; display: block; clear: both; }
.mhqjp .mk0mtp9c,
.mhqjp .n3cxst,
.qxyz9z .mk0mtp9c,
.qxyz9z .n3cxst,
.n4tkau69 .mk0mtp9c,
.n4tkau69 .n3cxst { clear: both; }
@media (max-width: 900px) {
  .mhqjp .dmsvsam,
  .qxyz9z .dmsvsam,
  .n4tkau69 .lrv4:nth-child(odd)  .dmsvsam,
  .n4tkau69 .lrv4:nth-child(even) .dmsvsam {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .mhqjp .dmsvsam .kr6ap8,
  .qxyz9z .dmsvsam .kr6ap8,
  .n4tkau69 .dmsvsam .kr6ap8 {
    max-height: none !important;
  }
}
.mhqjp .frhd5k,
.mhqjp .lihp76,
.qxyz9z .frhd5k,
.qxyz9z .lihp76,
.n4tkau69 .frhd5k,
.n4tkau69 .lihp76 { overflow: hidden; }
@media (max-width: 640px) {
  .mhqjp .dmsvsam,
  .qxyz9z .dmsvsam,
  .n4tkau69 .dmsvsam { float: none; width: 100%; margin: 0 0 16px 0; }
}
.lwlceb .oahk,
.lwlceb .wbzx0hll,
.lwlceb .vm2n6  { max-width: 1100px; }
.h5fv .oahk,
.h5fv .wbzx0hll,
.h5fv .vm2n6  { max-width: 1200px; }
.mn42zdm .oahk,
.mn42zdm .wbzx0hll,
.mn42zdm .vm2n6  { max-width: 1320px; }
.sbrl3 { font-size: 0.82rem; color: var(--text-muted); }
.u3a1n0s { display: flex; align-items: center; }
.wbteq {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ycsbt { display: flex; align-items: center; }
.edrsbyb9 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.edrsbyb9:hover { text-decoration: underline; }
.lccn7bal { margin: 0 3px; opacity: 0.45; }
.lccn7bal::before { content: '/'; }
.jfe6x2 { padding: 2px 5px; color: var(--text-main); }
.nfci4sql .sbrl3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.nfci4sql .u3a1n0s { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ga6p3 .sbrl3 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ga6p3 .u3a1n0s { padding: 0 0 0 12px; }
.a5mtk .u3a1n0s { padding: 0 16px; }
.a5mtk .sbrl3 {
  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);
}
.a5mtk .oahk { padding-top: 28px; }
@media (max-width: 720px) {
  .fxekn { margin-top: 18px; padding: 0 16px; }
  .a5mtk .oahk { padding-top: 16px; }
}
.lwlceb.nfci4sql .u3a1n0s { max-width: 1100px; }
.h5fv.nfci4sql .u3a1n0s { max-width: 1200px; }
.mn42zdm.nfci4sql .u3a1n0s { max-width: 1320px; }
.y5cw6k .lrv4 { padding-top: 16px; padding-bottom: 16px; }
.lzhd .lrv4 { padding-top: 24px; padding-bottom: 24px; }
.j2m5z7tm .lrv4 { padding-top: 40px; padding-bottom: 40px; }
.vq3d .lrv4 { padding-top: 52px; padding-bottom: 52px; }
.y7s3 .lrv4:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.y7s3 .lrv4:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.y7s3 .lrv4:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.y7s3 .lrv4:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.qh3u6iv .wbzx0hll { padding-top: 10px;  padding-bottom: 10px; }
.kbaf .wbzx0hll { padding-top: 18px;  padding-bottom: 18px; }
.a1zobwg .wbzx0hll { padding-top: 36px;  padding-bottom: 36px; }
.cuxkyyo .wbzx0hll { padding-top: 48px;  padding-bottom: 48px; }
.z4vgx h2.at5nygqs { font-weight: 600; }
.z4vgx h3.lt4ltk     { font-weight: 600; }
.w1ib2y { font-weight: 500; }
.w1ib2y h2.at5nygqs { font-weight: 800; }
.w1ib2y h3.lt4ltk     { font-weight: 700; }
.p3fgm h2.at5nygqs { font-weight: 900; }
.p3fgm h3.lt4ltk     { font-weight: 800; }
.p3fgm .z570yf strong,
.p3fgm .z570yf strong { font-weight: 600; }
.lb0h {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.dsh1 .lb0h { display: none; }
@media (max-width: 640px) { .lb0h { display: none; } }
.lb0h { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lb0h:hover { opacity: 0.85; }
.codd .lb0h { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.bpko .lb0h,
.vu1f  .lb0h { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.bpko .lb0h:hover,
.vu1f  .lb0h:hover { opacity: 0.88; }
.codd.bpko .lb0h,
.codd.vu1f  .lb0h { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.x8f1 {
  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;
}
.x8f1:hover { transform: translateY(-2px); opacity: 0.92; }
.x8f1 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.vy6t .x8f1 { display: none; }
.reawtl .x8f1 { right: 32px; }
.vph2wt  .x8f1 { left: 32px; }
@media (max-width: 480px) {
  .reawtl .x8f1 { right: 20px; bottom: 20px; }
  .vph2wt  .x8f1 { left: 20px; bottom: 20px; }
}
.nwxfq8 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.vm2n6 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.pst38mui { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.d59a { color: var(--text-dim); font-size: 0.8rem; }
.n1uavs6e a, .li1jo a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.n1uavs6e a:hover, .li1jo a:hover { color: var(--accent-light); }
.li1jo { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.nfaqvpb .vm2n6 { text-align: center; }
.nfaqvpb .li1jo { justify-content: center; margin-bottom: 16px; }
.nfaqvpb .pst38mui { margin-top: 0; }
.c44qw3bh { margin-top: 10px; }
.c44qw3bh a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .vm2n6 { padding-left: 16px; padding-right: 16px; }
  .vnmj9 .vm2n6 { padding: 20px 16px; }
  .li1jo { gap: 4px 12px; }
  .pst38mui { font-size: 0.78rem; }
}
.str7m .pst38mui { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.str7m .d59a { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .str7m .xsgz { grid-template-columns: 1fr 1fr; } .str7m .vwsudl { grid-column: 1 / -1; } }
@media (max-width: 480px) { .str7m .xsgz { grid-template-columns: 1fr; } }
.ggvie1u0 .pst38mui { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ggvie1u0 .cn3pelxp { gap: 12px; } .ggvie1u0 .fwpf { margin-right: 0; width: 100%; } }
.cn9vq .pst38mui { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.cn9vq .d59a { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .cn9vq .hopho3 { grid-template-columns: 1fr 1fr; } .cn9vq .qtxulu15 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cn9vq .hopho3 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .oudp .okz35qo { grid-template-columns: 1fr 1fr; } .oudp .t26fe5x:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .oudp .okz35qo { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .s032dl1 .okz35qo { grid-template-columns: 1fr; } }
.jg0uryj .vm2n6 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.jg0uryj .li1jo { justify-content: center; }
.eojw9xnk .sl98      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.eojw9xnk .nwxfq8 { background: var(--bg-page); border-top-color: var(--border-alt); }
.vqn7sgqp .sl98      { background: #0d1117; border-bottom-color: #21262d; }
.vqn7sgqp .gw5dm { color: var(--accent-light); }
.vqn7sgqp .q1vo2n { --msep-color: #8b949e; }
.vqn7sgqp .q1vo2n a { color: #8b949e; }
.vqn7sgqp .q1vo2n a:hover { color: var(--accent-light); }
.vqn7sgqp .d643nv { color: #8b949e; }
.vqn7sgqp .nwxfq8 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.vqn7sgqp .pst38mui,
.vqn7sgqp .d59a { color: #6e7681; }
.vqn7sgqp .n1uavs6e a, .vqn7sgqp .li1jo a,
.vqn7sgqp .n1uavs6e a:hover, .vqn7sgqp .li1jo a:hover,
@media (max-width: 640px) {
  .vqn7sgqp .q1vo2n { background: #0d1117; border-top-color: #21262d; }
  .vqn7sgqp .q1vo2n li a { border-bottom-color: #21262d; }
}
.f6iu2p0 .sl98      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.f6iu2p0 .gw5dm { color: var(--accent-light); }
.f6iu2p0 .q1vo2n { --msep-color: #475569; }
.f6iu2p0 .q1vo2n a { color: #475569; }
.f6iu2p0 .q1vo2n a:hover { color: var(--accent-light); }
.f6iu2p0 .d643nv { color: #64748b; }
.f6iu2p0 .nwxfq8 { background: #f0f4f8; border-top-color: #cbd5e1; }
.f6iu2p0 .pst38mui,
.f6iu2p0 .d59a { color: #64748b; }
.f6iu2p0 .n1uavs6e a, .f6iu2p0 .li1jo a,
.f6iu2p0 .n1uavs6e a:hover, .f6iu2p0 .li1jo a:hover,
@media (max-width: 640px) {
  .f6iu2p0 .q1vo2n { background: #f0f4f8; border-top-color: #cbd5e1; }
  .f6iu2p0 .q1vo2n li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.bpko .sl98      { background: var(--accent); border-bottom-color: var(--accent-light); }
.bpko .gw5dm { color: #fff; }
.bpko .q1vo2n { --msep-color: rgba(255,255,255,0.82); }
.bpko .q1vo2n a { color: rgba(255,255,255,0.82); }
.bpko .q1vo2n a:hover { color: #fff; }
.bpko .d643nv { color: rgba(255,255,255,0.9); }
.bpko .nwxfq8 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.bpko .pst38mui,
.bpko .d59a { color: rgba(255,255,255,0.72); }
.bpko .n1uavs6e a, .bpko .li1jo a,
.bpko .n1uavs6e a:hover, .bpko .li1jo a:hover,
@media (max-width: 640px) {
  .bpko .q1vo2n { background: var(--accent); border-top-color: var(--accent-light); }
  .bpko .q1vo2n li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.vu1f .sl98 {
  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);
}
.vu1f .nwxfq8 {
  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) {
  .vu1f .q1vo2n {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.izn2t .fh7dta01 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ecsyt6 .fh7dta01 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.mzuwt6h .fh7dta01 { min-height: 72px; height: auto; }
.wuq4 .fh7dta01 { min-height: 84px; height: auto; }
.vnmj9 .fh7dta01 { max-width: none; padding: 0 32px; }
.vnmj9 .vm2n6  { max-width: none; padding: 24px 32px; }
.oc3485i.h5fv .fh7dta01 { max-width: 1200px; }
.oc3485i.mn42zdm .fh7dta01 { max-width: 1320px; }
.er9mm   .gw5dm, .er9mm   .fwpf { text-transform: capitalize; }
.hq40 .gw5dm, .hq40 .fwpf { text-transform: lowercase; }
.yl0bn .gw5dm, .yl0bn .fwpf { text-transform: uppercase; letter-spacing: 0.06em; }
.feoq, .py8oci {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pd5x .feoq,
.fh2u9 .feoq,
.h3zlmnz .feoq,
.f7acgl .feoq,
.ubdotuk   .q1vo2n a { font-weight: 500; }
.ukmtx .q1vo2n a { font-weight: 600; }
.dlh4cl44     .q1vo2n a { font-weight: 700; }
.l0b52    .q1vo2n a { font-weight: 800; letter-spacing: 0.01em; }
.ntt0pa     .q1vo2n > li + li::before,
.sijezg    .q1vo2n > li + li::before,
.aof0    .q1vo2n > li + li::before,
.xfg4 .q1vo2n > li + li::before,
.sgr7d .q1vo2n > li + li::before,
.wta0re  .q1vo2n > li + li::before,
.q81h    .q1vo2n > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ntt0pa     .q1vo2n > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.sijezg    .q1vo2n > li + li::before { content: "|"; }
.aof0    .q1vo2n > li + li::before { content: "—"; }
.xfg4 .q1vo2n > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.sgr7d .q1vo2n > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.wta0re  .q1vo2n > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.q81h    .q1vo2n > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .e4tchle .d643nv,
  .c0zyoni .d643nv,
  .fkwughl .d643nv,
  .b2cg .d643nv,
  .smo7uc .d643nv {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .e4tchle .d643nv::before,
  .c0zyoni .d643nv::before,
  .fkwughl .d643nv::before,
  .b2cg .d643nv::before,
  .smo7uc .d643nv::before { content: ""; display: block; flex-shrink: 0; }

  
  .e4tchle .d643nv::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;
  }

  
  .c0zyoni .d643nv::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;
  }

  
  .fkwughl .d643nv::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;
  }

  
  .b2cg .d643nv::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;
  }

  
  .smo7uc .d643nv::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) {
  .m53xy8 .d643nv {
    padding: 5px 14px;
  }
  .m53xy8 .q1vo2n {
    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;
  }
  .m53xy8 .q1vo2n li a {
    border-bottom: none; padding: 10px 22px;
  }
  .m53xy8 .q1vo2n li a:hover { background: var(--bg-raised); }
  .m53xy8 .ogorcv8,
  .ibqt .ogorcv8,
  .ix4t76r .ogorcv8 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .sxb7 .d643nv {
    padding: 5px 10px;
  }
  .sxb7 .q1vo2n {
    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);
  }
  .sxb7 .q1vo2n.v6fuigpm { transform: translateX(0); }
  .sxb7 .q1vo2n li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .sxb7 .q1vo2n li:last-child a { border-bottom: none; }
  .bpko .q1vo2n,
  .vqn7sgqp .q1vo2n { background: var(--accent) !important; }
  .bpko .q1vo2n li a,
  .vqn7sgqp .q1vo2n li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ix4t76r .d643nv {
    padding: 5px 10px;
  }
  .ix4t76r .q1vo2n {
    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);
  }
  .ix4t76r .q1vo2n::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ix4t76r .q1vo2n.v6fuigpm { transform: translateY(0); }
  .ix4t76r .q1vo2n li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .e5ir2 .d643nv {
    padding: 5px 10px;
  }
  .e5ir2 .q1vo2n {
    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;
  }
  .e5ir2 .q1vo2n.v6fuigpm { opacity: 1; pointer-events: auto; }
  .e5ir2 .q1vo2n li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .dddjn     .d643nv { border-radius: 0 !important; }
  .k7k1oqbf   .d643nv { border-radius: 8px !important; }
  .wgy49ah .d643nv { border-radius: 50% !important; }
  .x6mgol7r   .d643nv { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ehbl4mag .tpwr6vh { flex-direction: column; align-items: stretch; }
  .ehbl4mag .ngql5 { flex-direction: row; min-width: auto; }
  .ehbl4mag .xhw1qr { align-items: flex-start; text-align: left; }
}
.uk7glm8.lrv4,
.rluq3 .uk7glm8,
@media (max-width: 640px) {
  .wmzafhk {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ltotce { flex: 0 0 auto; }
  .o8qekw5 { font-size: 1.2rem; }
  .p79p { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.kfcmdrd .f95v { height: 36px; }
.v4kky .f95v { height: 60px; max-width: 200px; }
.q1qmz .f95v { height: 76px; max-width: 240px; }
.qdd16f5    .q3hq, .qdd16f5    .f6t5j8uy { color: #f59e0b; }
.pfjr7bet      .q3hq { font-size: 1rem; letter-spacing: 1.5px; }
.sidpwji    .q3hq, .sidpwji    .f6t5j8uy { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.p2clav8     .q3hq, .p2clav8     .f6t5j8uy { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.xf4k8asx .q3hq, .xf4k8asx .f6t5j8uy { color: var(--cta); letter-spacing: 2px; }
.s2h8p6t0   .q3hq, .s2h8p6t0   .f6t5j8uy { color: #e91e63; letter-spacing: 2px; }
.ijv0y  .q3hq, .ijv0y  .f6t5j8uy { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.h5ggk     .q3hq, .h5ggk     .f6t5j8uy { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.fcn6h .rs6kx6y + .rs6kx6y {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.wflv1 .k6pjr6h { padding: 18px 24px; min-height: 68px; }
.kpfegp5 .koevk {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.kpfegp5 .j14uq {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.i9dr .rs6kx6y {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.n3cxst { counter-reset: cs-rank; }
.n3cxst .k6pjr6h { counter-increment: cs-rank; }
.n3cxst .k6pjr6h::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;
}
.hbtaxx8 .n3cxst { counter-reset: cs-rank; gap: 0; }
.hbtaxx8 .k6pjr6h {
  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;
}
.hbtaxx8 .k6pjr6h::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;
}
.hbtaxx8 .onaxsi {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.hbtaxx8 .pwjh {
  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;
}
.hbtaxx8 .lfiy2amh { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.hbtaxx8 .onaxsi { min-width: 0; flex-direction: column; width: 100%; }
.hbtaxx8 .l0ah {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.hbtaxx8 .q3hq { color: var(--cta, var(--accent)); }
.hbtaxx8 .zr8e { font-weight: 700; }
.hbtaxx8 .rs6kx6y {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.hbtaxx8 .koevk {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.hbtaxx8 .j14uq {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.hbtaxx8 .ozs2yo .j14uq { font-size: 1.3rem; color: var(--accent-light); }
.hbtaxx8 .ys32t8b {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.hbtaxx8 .k6pjr6h:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .hbtaxx8 .n3cxst {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .hbtaxx8 .k6pjr6h {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .hbtaxx8 .k6pjr6h { padding: 40px 16px 20px; }
  .hbtaxx8 .rs6kx6y {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .hbtaxx8 .ys32t8b { width: 100%; min-width: 0; }
}
.xv2ksc .n3cxst { counter-reset: cs-rank; gap: 10px; }
.xv2ksc .k6pjr6h {
  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);
}
.xv2ksc .k6pjr6h::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);
}
.xv2ksc .onaxsi {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.xv2ksc .pwjh {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.xv2ksc .lfiy2amh { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.xv2ksc .l0ah {
  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;
}
.xv2ksc .q3hq { color: var(--cta, var(--accent)); }
.xv2ksc .rs6kx6y {
  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;
}
.xv2ksc .koevk {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.xv2ksc .j14uq { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.xv2ksc .ozs2yo .j14uq { color: var(--accent-light); }
.xv2ksc .ys32t8b {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.xv2ksc .k6pjr6h:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .xv2ksc .k6pjr6h {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .xv2ksc .k6pjr6h::before {
    position: absolute; top: 14px; left: 14px;
  }
  .xv2ksc .onaxsi {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .xv2ksc .l0ah { white-space: normal; text-align: center; font-size: 1.2rem; }
  .xv2ksc .rs6kx6y {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .xv2ksc .ys32t8b { width: 100%; min-width: 0; }
  .xv2ksc .q3hq { min-width: 0; }
}
.btr3 .k6pjr6h::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.i0fo .brz8k1 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.i0fo .brz8k1 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.i0fo .brz8k1 p { padding: 0 2px 16px; }
.q0w7k4bz .brz8k1 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.q0w7k4bz .brz8k1 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.q0w7k4bz .brz8k1 summary::after { content: "›"; font-size: 1.2em; }
.q0w7k4bz .brz8k1[open] summary::after { content: "‹"; }
.q0w7k4bz .brz8k1 p { padding: 10px 22px 4px; }
.aq8h .brz8k1 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.aq8h .brz8k1 summary { color: var(--text-primary); padding-left: 16px; }
.aq8h .brz8k1 summary::after { content: "›"; font-size: 1.1em; }
.aq8h .brz8k1[open] summary::after { content: "‹"; }
.aq8h .brz8k1 p { padding-left: 16px; }
.z95qdaef .ul3h { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.z95qdaef .brz8k1 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.z95qdaef .brz8k1:last-child { border-bottom: none; }
.z95qdaef .brz8k1 summary { color: var(--text-primary); border-radius: 0; }
.z95qdaef .brz8k1 summary::after { content: "›"; font-size: 1.1em; }
.z95qdaef .brz8k1[open] summary::after { content: "‹"; }
.yqf0rr99 .brz8k1 { overflow: hidden; }
.yqf0rr99 .brz8k1 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.yqf0rr99 .brz8k1 summary::after { color: rgba(255,255,255,.75); }
.yqf0rr99 .brz8k1[open] summary { border-radius: 0; }
.n1sdqbu { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.yxno0 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.xte4n {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.uids90 { color: var(--text-muted); font-size: 1.05rem; }
.w8oz3 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ok61cxq {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.yfjfa { margin-bottom: 20px; }
.ksyzsbw {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.lcma2f {
  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;
}
.lcma2f:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.pf3xrm { resize: vertical; min-height: 130px; }
.hmnordw { width: 100%; margin-top: 8px; }
.c4la {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.c193oi8x {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ppars { color: var(--text-muted); line-height: 1.75; }
.dr4g { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.dr4g li { margin-bottom: 6px; }
.ayjkx4 { max-width: 760px; margin: 0 auto; }
.waphxlqd { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.atws34qn ul.dr4g { margin: 0; }
.msm7qwm { max-width: 900px; margin: 0 auto; }
.daelc { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.daelc:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.daelc .waphxlqd { margin: 0; font-size: 1rem; }
.daelc .eh97evw p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .daelc { grid-template-columns: 1fr; gap: 10px; } }
.z7n2 .waphxlqd { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.zmrl .dr4g { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .j47nb7 { grid-template-columns: 1fr; } }
.ze0ay { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.ze0ay:hover .jcyuf { color: var(--accent-light); text-decoration: underline; }
.eb5u { color: inherit; text-decoration: none; }
.eb5u:hover { color: var(--accent-light); text-decoration: underline; }
.rwrxgx { display: inline-block; line-height: 0; }
.sjsss { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ng6h6 { margin-bottom: 48px; }
.qcus85p { max-width: 760px; margin: 0 auto; }
.l3toqj { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.l3toqj:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.owrqa { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.l3toqj p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.l3toqj ul.dr4g { margin: 0; }
.c5zdpr { color: var(--text-muted); line-height: 1.75; }
.riqj .dr4g,
.fmgc0 .dr4g,
.rx5ed8 .dr4g,
.jtgdlrc .dr4g {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.riqj .l3toqj,
.fmgc0 .l3toqj { text-align: left; }
.riqj .owrqa,
.fmgc0 .owrqa { text-align: center; }
.xe38w9c { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.sdvjzia { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.va0m { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ucz1cqx { margin-top: 12px; }
.jthtwj { 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; }
.jthtwj:hover { border-bottom-color: var(--accent-light); }
.pn42e5v { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.pn42e5v img { width: 100%; height: 100%; object-fit: cover; display: block; }
.qbsi { border-radius: 50%; }
.xm1m3fm { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.zdvialp { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
.fx63 { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .fx63 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.zepffinu .va0m, .zepffinu .sdvjzia { max-width: 640px; }
.n5dj278 .xe38w9c { font-size: 1.6rem; margin-top: 18px; }
.h07t819c .va0m { margin-bottom: 28px; }
@media (max-width: 860px) { .ntm6gpj { grid-template-columns: 1fr; } .n5dj278 { position: static; text-align: center; } }
.uxbed6a .pn42e5v { margin: 0 auto 18px; }
.uxbed6a .xm1m3fm { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .bbnqgpz { grid-template-columns: 1fr; } }
.pcoi4l .xe38w9c { font-size: 1.6rem; margin-bottom: 6px; }
.jtgdlrc .dr4g { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pcoi4l { flex-direction: column; text-align: center; } .dk12 { grid-template-columns: 1fr; } }
.v1c6 .xe38w9c { font-size: 1.35rem; margin: 0 0 4px; }
.v1c6 .xm1m3fm { margin: 0; }
.dtk6xp .xte4n { color: var(--accent-light); }
.osz2 .xte4n { font-size: 2rem; }
.osz2 .uids90 { max-width: 680px; }
.sn7gnes .xte4n { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.sn7gnes .uids90  { margin: 0; }
@media (max-width: 640px) { .sn7gnes { flex-direction: column; } }
.b4gbsq7 .xte4n { color: var(--accent-light); }
.jlpeu {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.jlpeu .xte4n { color: #fff; }
.jlpeu .uids90  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .j8amj { grid-template-columns: 1fr; } }
.afy21q0j .lcma2f {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.afy21q0j .lcma2f:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.mgwel .lcma2f { background: var(--bg-raised); border-color: transparent; }
.mgwel .lcma2f:focus { background: var(--bg-card); border-color: var(--accent-light); }
.c7g22q .lcma2f { border-radius: 100px; padding: 11px 20px; }
.c7g22q .pf3xrm { border-radius: 14px; }
@media (max-width: 640px) { .w35lkoj0 { grid-template-columns: 1fr; } }
.nb4ms1fi{display:none}
.nb4ms1fi:empty,.yu41lxhw:empty{display:none}
.aiwr{position:relative;overflow:visible}
.c5sr8 .eokiem,.sbsvs .eokiem,
.glm38 .eokiem,.l8zpw .eokiem,
.jzcsn76 .eokiem,.ej98 .eokiem{display:block}
.ggixi6c3 .t8937{display:block}
.c5sr8 .eokiem,.sbsvs .eokiem,
.glm38 .eokiem,.l8zpw .eokiem,
.jzcsn76 .eokiem{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}
.c5sr8 .eokiem .yu41lxhw,.sbsvs .eokiem .yu41lxhw,
.glm38 .eokiem .yu41lxhw,.l8zpw .eokiem .yu41lxhw,
.jzcsn76 .eokiem .yu41lxhw{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}
.c5sr8 .ojw2,.sbsvs .ojw2,
.glm38 .ojw2,.l8zpw .ojw2,
.jzcsn76 .ojw2{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.c5sr8 .eokiem,.sbsvs .eokiem{top:12px}
.c5sr8 .eokiem .yu41lxhw{margin-right:auto}
.sbsvs .eokiem .yu41lxhw{margin-left:auto}
.sbsvs .eokiem{text-align:right}
.glm38 .eokiem,.l8zpw .eokiem{bottom:12px}
.glm38 .eokiem .yu41lxhw{margin-right:auto}
.l8zpw .eokiem .yu41lxhw{margin-left:auto}
.l8zpw .eokiem{text-align:right}
.jzcsn76 .eokiem{position:relative;margin-top:16px}
.jzcsn76 .eokiem .yu41lxhw{margin:0 auto}
.ej98 .eokiem{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ej98 .eokiem .yu41lxhw{margin:0}
.ej98 .x5v06p8~.eokiem,
.ej98 .q12ozrl~.eokiem{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ej98 .x5v06p8~.eokiem .yu41lxhw,
.ej98 .q12ozrl~.eokiem .yu41lxhw{justify-content:flex-start}
.x5v06p8~.eokiem,.q12ozrl~.eokiem{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}
.x5v06p8~.eokiem .yu41lxhw{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.q12ozrl~.eokiem .yu41lxhw{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.t8937 .yu41lxhw{margin:0 0 12px}
.yu41lxhw{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.cso2v4{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.jcyuf{font-weight:600;color:var(--text-heading);opacity:1}
.edwlrt::before{content:"·";margin:0 2px;opacity:.5}
.ojw2{white-space:nowrap}
.a1v1 .cso2v4{display:none}
.bdfyeu .ojw2{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.bdfyeu .edwlrt::before{content:""}
.d4fgi4 .ojw2{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.d4fgi4 .edwlrt::before{content:""}
.a9y7u8x .yu41lxhw{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.g7sj .ojw2{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.g7sj .edwlrt::before{content:""}
.tmqtry .ojw2{color: var(--accent-light);opacity:1;font-weight:500}
.asjilz .ojw2{border-bottom:1px solid currentColor;padding-bottom:2px}
.blvo5zf .yu41lxhw{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.xi92{--date-bg:transparent}
.zp9ka3t4 .edwlrt::before{content:""}
.plgd .edwlrt::before{content:"•";opacity:.4}
.plgd .ojw2 + .ojw2::before{content:"•";margin-right:6px;opacity:.4}
.l81vr7m .edwlrt::before{content:"/";opacity:.35}
.l81vr7m .ojw2 + .ojw2::before{content:"/";margin-right:6px;opacity:.35}
.o0s3yv .edwlrt::before{content:"|";opacity:.3}
.o0s3yv .ojw2 + .ojw2::before{content:"|";margin-right:6px;opacity:.3}
.kh6tzj .edwlrt::before{content:"—";opacity:.3}
.kh6tzj .ojw2 + .ojw2::before{content:"—";margin-right:6px;opacity:.3}
.ohytcoh .edwlrt::before{content:"◆";font-size:.5em;opacity:.35}
.ohytcoh .ojw2 + .ojw2::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.p9ihiq1 .edwlrt::before{content:"·";opacity:.4}
.p9ihiq1 .ojw2 + .ojw2::before{content:"·";margin-right:6px;opacity:.4}
.p833u .edwlrt::before{content:"›";opacity:.4}
.p833u .ojw2 + .ojw2::before{content:"›";margin-right:6px;opacity:.4}
.cprule0 .edwlrt::before{content:"→";opacity:.35;font-size:.85em}
.cprule0 .ojw2 + .ojw2::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.pconag1{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.i12d{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.sz9eiy{display:flex;flex-direction:column;gap:3px}
.qn7xzj{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.l4ud{font-weight:700;font-size:1rem;color:var(--text-heading)}
.d050vdn{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.q5n4ne .pconag1{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.thapst5 .pconag1{border-top:3px solid var(--accent);padding-top:18px}
.kvyq .pconag1{border-left:3px solid var(--accent);border-radius:0}
.r7p92hf2 .pconag1{padding:20px 0}
@media(max-width:640px){
  .pconag1{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .d050vdn{max-width:100%}
}
.fiwdoa .glpl374{margin:0}
@media (max-width:560px){
  .lu3sesa{grid-template-columns:repeat(2,1fr);gap:12px}
}
:root {
  --accent:          #091390;
  --brand:           #091390;
  --brand-light:     #0d1571;
  --brand-pale:      #1c2596;
  --grad-start:      #0e1ee6;
  --grad-end:        #4955e8;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #091390;
  --cta-light:       #030b6c;
  --cta-hover:       #050b56;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f3f6;
  --bg-raised:       #edeef1;
  --bg-hover:        #f3f3f6;
  --border:          #e1e2e9;
  --border-alt:      #cfd0dd;
  --border-section:  #e1e2e9;
  --text-primary:    #16171c;
  --text-muted:      #505162;
  --text-body:       #2d2e38;
  --text-sub:        #444554;
  --text-faint:      #72748c;
  --text-dim:        #8e90a3;
  --text-label:      #5b5d70;
  --text-value:      #393a46;
  --accent-bg:       #dee0f6;
  --accent-bg-light: #c2c6f3;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c966b;
  --c-cons:          #9f2149;
  --c-pros-label:    #0eb37f;
  --c-tip-border:    #10c68d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c966b;
}
:root { --logo-bg-opacity: 76%; }
body, button, input { font-family: "Lexend", sans-serif; }
.b3tr1h2s .wb6tlk3t { font-size: 0; width: 1.2rem; flex-shrink: 0; }.b3tr1h2s .wb6tlk3t::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.b3tr1h2s .r17n6h     .wb6tlk3t::before { content: "";  color: var(--c-tip-border); }.b3tr1h2s .dejp2s .wb6tlk3t::before { content: ""; color: var(--c-warn-border); }.b3tr1h2s .yms9y    .wb6tlk3t::before { content: ""; color: #60a5fa; }.esuju .b3tr1h2s .r17n6h     .wb6tlk3t::before { color: #10b981; }.esuju .b3tr1h2s .dejp2s .wb6tlk3t::before { color: #f43f5e; }.esuju .b3tr1h2s .yms9y    .wb6tlk3t::before { color: #a855f7; }.zhzcd  .b3tr1h2s .r17n6h     .wb6tlk3t::before { color: #eab308; }.zhzcd  .b3tr1h2s .dejp2s .wb6tlk3t::before { color: #ef4444; }.zhzcd  .b3tr1h2s .yms9y    .wb6tlk3t::before { color: #f97316; }.q2qtv5  .b3tr1h2s .r17n6h     .wb6tlk3t::before { color: #38bdf8; }.q2qtv5  .b3tr1h2s .dejp2s .wb6tlk3t::before { color: #818cf8; }.q2qtv5  .b3tr1h2s .yms9y    .wb6tlk3t::before { color: #2dd4bf; }.m94evdtw .b3tr1h2s .wb6tlk3t::before { color: var(--accent-light) !important; }
.i7lyxc8 .qmw3, .i7lyxc8 .x5v06p8 { min-height: 420px; }
.uvkqoz .lb0h::after,.uvkqoz .x8f1::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.lccn7bal::before { content: '•'; }