:root {
  --color-accent: #24d76a;
  --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;
}
.kjso {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.g50h {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.i48r2jr {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.d7h3fgu { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.lkasum79 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.lkasum79 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.lkasum79 a:hover { color: var(--accent-light); }
.v3i3mq  .m1ls { border-radius: 14px; }
.v3i3mq .m1ls li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.v3i3mq .m1ls li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.rry7 .m1ls li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .m1ls {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .y199o7k:hover .m1ls,
  .y199o7k:focus-within .m1ls { display: block; }
  .m1ls li a { padding: 8px 16px; font-size: 0.88rem; }
}
.oisxd {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.t574 { display: none; }
@media (max-width: 640px) {
  .t574 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .t574.x6gnofh { display: block; }
}
@media (max-width: 640px) {
  .oisxd { display: block; }
  .lkasum79 > li + li::before { display: none !important; }
  .lkasum79 {
    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;
  }
  .lkasum79.x6gnofh { display: flex; }
  .lkasum79 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .lkasum79 li:last-child a { border-bottom: none; }
}
.cx04lsh { min-height: 480px; }
.zpsus6 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ax1y66ns { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.dojcv .ax1y66ns { margin-left: 0; margin-right: 0; }
.s10f {
  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;
}
.s10f:hover { opacity: 0.88; }
.mnjuk {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.l8cfk {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.mnjuk .fcjf {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.mnjuk .zpsus6 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.mnjuk .ax1y66ns { color: #e2e8f0; }
.mnjuk.a259d77 .fcjf { text-align: center; }
.mnjuk.dojcv   .fcjf { text-align: left; }
.dnpa .fcjf {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.dnpa .zpsus6 { color: var(--text-primary); text-shadow: none; }
.dnpa .ax1y66ns { color: var(--text-muted); }
.dnpa .s10f { margin-top: 16px; }
.dnpa, .dnpa.cx04lsh { min-height: auto !important; }
.dnpa.a259d77 .fcjf { text-align: center; }
.dnpa.dojcv   .fcjf { text-align: left; }
.dnpa~.ahaj{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}
.dnpa~.ahaj .v00jn44q{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; }
}
.qgg5f .mnjuk .l8cfk {
  overflow: hidden;
}
.qgg5f .mnjuk .l8cfk::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.lgaz8 .mnjuk .l8cfk {
  overflow: hidden;
}
.lgaz8 .mnjuk .l8cfk::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;
}
.sc2j .u55z5js,
.sc2j .ut50en,
.sc2j .mnjuk .l8cfk {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.syibpucv .mnjuk .l8cfk {
  overflow: hidden;
}
.syibpucv .mnjuk .l8cfk::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.g1p793 .mnjuk .l8cfk {
  animation: hg-breathe 10s ease-in-out infinite;
}
.u55z5js .l8cfk {
  background: none;
}
.u55z5js .zpsus6 { color: #fff; }
.u55z5js .ax1y66ns { color: rgba(255,255,255,0.85); }
.u55z5js .s10f { background: #fff; color: var(--cta); }
.u55z5js .s10f:hover { opacity: 0.92; }
.sc2j .jbqdic {
  animation: hg-fadein 1.2s ease-out both;
}
.jbqdic .zpsus6 { text-shadow: none; color: var(--text-primary); }
.jbqdic .ax1y66ns { color: var(--text-muted); }
body.l7li0w .zpsus6 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.kl3s .zpsus6 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.cx04lsh.u55z5js .zpsus6,
section.u55z5js .zpsus6 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.jbqdic.dojcv   .y9oxgco { align-items: flex-start; text-align: left; }
.cx04lsh .et6j5 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.et6j5 .gmi0se {
  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;
}
.et6j5 .gmi0se::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.et6j5 .j6tz { display: contents !important; }
.et6j5 .j6tz .q049z04 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.et6j5 .j6tz .wdr39e6h { max-height: 48px; max-width: 96px; }
.et6j5 .j6tz .uco3 {
  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;
}
.et6j5 .q1ob8ef {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.et6j5 .ka68kpz5 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.et6j5 .ejyxp { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.et6j5 .ejyxp small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.et6j5 .ksh0h { display: contents !important; }
.et6j5 .ksh0h .r1pyztea:not(.w03j) { display: none !important; }
.et6j5 .ksh0h .w03j {
  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;
}
.et6j5 .ksh0h .w03j .qxind3 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.et6j5 .ksh0h .w03j .tvbytgc {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.et6j5 .yix3 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.et6j5 .yix3.nbp6 {
  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;
}
.et6j5 .yix3.nbp6:hover { opacity: 0.85; }
.ao3qigv .fcjf { padding-bottom: 24px; }
.hn4mhloe .fcjf { max-width: 1100px; }
@media (max-width: 700px) {
  .jbqdic { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .jbqdic:not(.d00ayz) .kqtk { display: none !important; }
  .d00ayz .kqtk { padding: 16px; }
  .y9oxgco  { padding: 36px 24px; }
  .jbqdic~.ahaj,.cy33~.ahaj{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .cx04lsh, .jbqdic { min-height: 320px !important; }
  .zpsus6 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .t1wccf,
  .jabgu8,
  .xvmxrr0a { grid-template-columns: 1fr !important; }

  

  
  .ao3qigv { display: flex !important; flex-direction: column !important; }
  .ao3qigv .fcjf { display: contents; }
  .ao3qigv .l8cfk { order: 0; }
  .ao3qigv .zpsus6 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ao3qigv .t1wccf { order: 2; padding: 0 16px 12px !important; }
  .ao3qigv .ax1y66ns { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .hn4mhloe .fcjf { display: flex; flex-direction: column; }
  .hn4mhloe .fcjf .zpsus6 { order: 1; }
  .hn4mhloe .fcjf .xvmxrr0a { order: 2; margin: 8px 0 24px !important; }
  .hn4mhloe .fcjf .ax1y66ns { order: 3; }
  .hn4mhloe .fcjf .s10f { order: 4; align-self: center; margin-top: 0; }

  
  .jbqdic.d00ayz {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .jbqdic.d00ayz .y9oxgco { display: contents; padding: 0; }
  .jbqdic.d00ayz .y9oxgco .zpsus6 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .jbqdic.d00ayz .kqtk { order: 2; padding: 12px 16px; }
  .jbqdic.d00ayz .y9oxgco .ax1y66ns { order: 3; padding: 0 24px; margin: 0 auto; }
  .jbqdic.d00ayz .y9oxgco .s10f { order: 4; align-self: center; margin: 8px 0 32px; }
}
.heplo0q1 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.qvgxn54 { width: 100%; height: auto; display: block; border-radius: 10px; }
.zgnrmc .heplo0q1        { border-radius: 16px; }
.zgnrmc .qvgxn54  { border-radius: 16px; }
.znkzv .heplo0q1         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.znkzv .qvgxn54   { border-radius: 8px; }
.q5wmfnlo { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.t9h2gkg8 { width: 100%; padding: 32px 0; position: relative; }
.ljjaam { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.gx9536h .t9h2gkg8:nth-child(even) { background: var(--bg-surface); }
.gx9536h .t9h2gkg8:nth-child(odd)  { background: var(--bg-page); }
.awlf .t9h2gkg8:nth-child(even) { background: var(--bg-card); }
.awlf .t9h2gkg8:nth-child(odd)  { background: var(--bg-page); }
.gx9536h .t9h2gkg8:nth-child(odd)  .ljjaam { background: var(--bg-card); border-radius: 6px; }
.gx9536h .t9h2gkg8:nth-child(even) .ljjaam { background: var(--bg-raised); border-radius: 6px; }
.awlf .t9h2gkg8:nth-child(odd)  .ljjaam { background: var(--bg-card); border-radius: 6px; }
.awlf .t9h2gkg8:nth-child(even) .ljjaam { background: var(--bg-raised); border-radius: 6px; }
.gx9536h .t9h2gkg8:nth-child(even) .c2nxbrnj .hca1vcl,
.awlf .t9h2gkg8:nth-child(even) .c2nxbrnj .hca1vcl { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.gx9536h .t9h2gkg8:nth-child(odd) .c2nxbrnj .hca1vcl,
.awlf .t9h2gkg8:nth-child(odd) .c2nxbrnj .hca1vcl { background: var(--bg-card-inner); }
.gx9536h .t9h2gkg8:nth-child(even) .yw3j0x .hca1vcl:nth-child(odd),
.awlf .t9h2gkg8:nth-child(even) .yw3j0x .hca1vcl:nth-child(odd)  { background: var(--bg-card); }
.gx9536h .t9h2gkg8:nth-child(even) .yw3j0x .hca1vcl:nth-child(even),
.awlf .t9h2gkg8:nth-child(even) .yw3j0x .hca1vcl:nth-child(even) { background: var(--bg-card-inner); }
h1.piv8pdc3 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.piv8pdc3 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.olsp9x { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.yet6vy h2.piv8pdc3 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.mes9 h2.piv8pdc3 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.wwgjb h2.piv8pdc3 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ep32hx h2.piv8pdc3::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.nft7 h2.piv8pdc3 {
  color: var(--text-primary); font-size: 1.7rem;
}
.w9ns0 h2.piv8pdc3::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.prya h2.piv8pdc3 {
  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;
}
.nyh711p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .nyh711p { display: none; } }
.jnhjd { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.jnmkr65h { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ice1 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.xez0q { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.xfc5 { padding-left: 20px; }
.xfc5 li { margin-bottom: 6px; }
.xfc5 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.xfc5 a:hover { color: var(--accent-light); }
.mnubok .xez0q { display: none; }
.lfki .xez0q { display: none; }
.lfki .xfc5 { padding-left: 0; list-style: none; }
.lfki .xfc5 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.lfki .xfc5 a { font-size: 0.92rem; }
.unk70q73 .ice1 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.unk70q73 .xez0q { display: none; }
.unk70q73 .xfc5 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.unk70q73 .xfc5 li { margin-bottom: 0; }
.unk70q73 .xfc5 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;
}
.unk70q73 .xfc5 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.xrhp .ice1 { padding: 20px 20px 16px; }
.xrhp .xfc5 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.xrhp .xfc5 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.xrhp .xfc5 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;
}
.xrhp .xfc5 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;
}
.xrhp .xfc5 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.xrhp .xfc5 a:focus,
.xrhp .xfc5 a:focus-visible,
.xrhp .xfc5 a:target { outline: none; }
.xrhp .xfc5 li:target a { border-color: var(--border); color: var(--text-muted); }
.rxxa53 .ice1 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.rxxa53 .xez0q { display: none; }
.rxxa53 .xfc5 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.rxxa53 .xfc5 li { margin-bottom: 0; }
.rxxa53 .xfc5 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.rxxa53 .xfc5 li:last-child::after { content: ""; margin-right: 0; }
.rxxa53 .xfc5 a { font-size: 0.9rem; }
.hca1vcl { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.c2nxbrnj .hca1vcl { background: var(--bg-card); }
.yw3j0x .hca1vcl:nth-child(odd)  { background: var(--bg-card); }
.yw3j0x .hca1vcl:nth-child(even) { background: var(--bg-raised); }
.hjy9m .hca1vcl {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.hjy9m .hca1vcl:last-child { border-bottom: none; }
.hjy9m h3.olsp9x { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.fy67h7r .hca1vcl {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.fy67h7r .hca1vcl + .hca1vcl { margin-top: 4px; }
.me3i .hca1vcl { background: none; border-radius: 0; padding: 12px 0; }
.me3i .hca1vcl + .hca1vcl { border-top: 1px solid var(--border-section); }
.v26i7g { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.nwfx23so { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.joxdrajr { color: var(--text-body); margin-bottom: 10px; }
.j5g10mh, .t4t3k7h { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.j5g10mh li, .t4t3k7h li { margin-bottom: 6px; }
.t4t3k7h li { list-style: decimal; }
.q1uxv24     .j5g10mh { list-style-type: "● "; }
.io1ggd  .j5g10mh { list-style-type: "■ "; }
.oyvl1oi .j5g10mh { list-style-type: "◆ "; }
.oq7gb    .j5g10mh { list-style-type: "★ "; }
.q1uxv24     .q423rqgn { list-style-type: "● "; }
.io1ggd  .q423rqgn { list-style-type: "■ "; }
.oyvl1oi .q423rqgn { list-style-type: "◆ "; }
.oq7gb    .q423rqgn { list-style-type: "★ "; }
.q1uxv24    .j5g10mh li::marker, .q1uxv24    .q423rqgn li::marker,
.io1ggd .j5g10mh li::marker, .io1ggd .q423rqgn li::marker,
.oyvl1oi .j5g10mh li::marker, .oyvl1oi .q423rqgn li::marker,
.oq7gb   .j5g10mh li::marker, .oq7gb   .q423rqgn li::marker {
  color: var(--cta); font-size: 1em;
}
.q1uxv24 .t4t3k7h,
.io1ggd .t4t3k7h,
.oyvl1oi .t4t3k7h,
.oq7gb .t4t3k7h {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.q1uxv24 .t4t3k7h li,
.io1ggd .t4t3k7h li,
.oyvl1oi .t4t3k7h li,
.oq7gb .t4t3k7h li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.q1uxv24 .t4t3k7h li::before,
.io1ggd .t4t3k7h li::before,
.oyvl1oi .t4t3k7h li::before,
.oq7gb .t4t3k7h 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;
}
.q1uxv24     .t4t3k7h li::before { border-radius: 50%; }
.io1ggd  .t4t3k7h li::before { border-radius: 3px; }
.oyvl1oi .t4t3k7h li::before { border-radius: 3px; }
.oq7gb    .t4t3k7h li::before { border-radius: 50%; }
.hle727u { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.rq39w .hle727u,
.r6inmb .hle727u { background: transparent; border: none; border-radius: 0; }
.iip6i4h { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.iip6i4h th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.iip6i4h td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.iip6i4h tr:hover td { background: var(--bg-hover); }
.ptyef .iip6i4h tbody tr:nth-child(even) td { background: var(--bg-surface); }
.mr1n .iip6i4h { border: 1px solid var(--border-alt); }
.mr1n .iip6i4h th,
.mr1n .iip6i4h td { border: 1px solid var(--border-alt); }
.kbamgb .iip6i4h th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.kbamgb .iip6i4h td { border-bottom: none; }
.kbamgb .iip6i4h tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.si102y97 .iip6i4h th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.swny3 .hle727u {
  overflow: hidden;
}
.swny3 .iip6i4h th { border-bottom: 1px solid var(--border-alt); }
.swny3 .iip6i4h tr:last-child td { border-bottom: none; }
.be2yl { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.bpfup { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.e3sqbndf { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ayyhqq { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.gkkyt { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.q423rqgn { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.q423rqgn 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%}
.ruhj .ayyhqq { background: transparent; text-align: center; }
.wo87 .e3sqbndf {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.byz25xjl .e3sqbndf {
  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);
}
.f44f7 .bpfup { display: grid; grid-template-columns: auto 1fr; }
.f44f7 .e3sqbndf {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.f44f7 .ayyhqq { grid-column: 2; }
.f44f7 .gkkyt,
.f44f7 .q423rqgn { grid-column: 1 / -1; }
.a50j5u .bpfup { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.a50j5u .e3sqbndf {
  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);
}
.a50j5u .ayyhqq { grid-column: 2; }
.a50j5u .gkkyt,
.a50j5u .q423rqgn { grid-column: 1 / -1; }
.v0wdoqh7 .bpfup { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.v0wdoqh7 .ayyhqq { background: none; color: var(--accent-light); font-weight: 700; }
.xwxf .bpfup { 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); }
.xwxf .ayyhqq { background: none; color: var(--accent-light); font-weight: 700; }
.p7gf .bpfup { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.p7gf .bpfup:last-child { border-bottom: none; }
.p7gf .ayyhqq { background: none; color: var(--accent-light); font-weight: 700; }
.gmx7x .bpfup { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.gmx7x .ayyhqq { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.hivzi7 .be2yl { counter-reset: card-n; }
.hivzi7 .bpfup  { counter-increment: card-n; }
.hivzi7 .ayyhqq { display: flex; align-items: center; gap: 10px; }
.hivzi7 .ayyhqq::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;
}
.o2suw4 .bpfup { background: var(--bg-surface); border: 1px solid var(--border); }
.o2suw4 .ayyhqq { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.mes065m { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.zyajpl  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.zz01r8 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.e3q1fmyu { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.hwhu0n71 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.mes065m strong { color: var(--text-primary); font-size: 0.95rem; }
.mes065m p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.xhy3 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.r6iu, .ccfuk { border-radius: 8px; padding: 14px; }
.r6iu { background: var(--bg-pros); }
.ccfuk { background: var(--bg-cons); }
.dzneyj { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.r6iu .dzneyj { color: var(--c-pros-label); }
.ccfuk .dzneyj { color: #f87171; }
.r6iu ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ccfuk ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.qvgxn54 { width: 100%; height: auto; border-radius: 10px; display: block; }
.nbp6 {
  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;
}
.nbp6:hover { opacity: 0.85; }
.n3aluh1 .nbp6  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.n3aluh1 .nbp6:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.f8gjfh .nbp6  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.f8gjfh .nbp6:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.cykqy .s10f { border-radius: 50px; }
.cykqy .nbp6  { border-radius: 50px; }
.bohb .s10f { padding-left: 22px; padding-right: 22px; }
.bohb .nbp6  { padding-left: 12px; padding-right: 12px; }
.gpq2u .s10f { padding-left: 44px; padding-right: 44px; }
.gpq2u .nbp6  { padding-left: 24px; padding-right: 24px; }
.n0unds6n .s10f { padding-left: 56px; padding-right: 56px; }
.n0unds6n .nbp6  { padding-left: 32px; padding-right: 32px; }
.nil8u4   .s10f::after, .nil8u4   .nbp6::after,
.ejyn .s10f::after, .ejyn .nbp6::after,
.puewo    .s10f::after, .puewo    .nbp6::after,
.qop7hg6e    .s10f::after, .qop7hg6e    .nbp6::after,
.h969ly    .s10f::after, .h969ly    .nbp6::after,
.e1hqd     .s10f::after, .e1hqd     .nbp6::after,
.zv4l4jl6    .s10f::after, .zv4l4jl6    .nbp6::after,
.bendh   .s10f::after, .bendh   .nbp6::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;
}
.nil8u4 .s10f::after, .nil8u4 .nbp6::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");
}
.ejyn .s10f::after, .ejyn .nbp6::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");
}
.puewo .s10f::after, .puewo .nbp6::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");
}
.qop7hg6e .s10f::after, .qop7hg6e .nbp6::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");
}
.h969ly .s10f::after, .h969ly .nbp6::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");
}
.e1hqd .s10f::after, .e1hqd .nbp6::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");
}
.zv4l4jl6 .s10f::after, .zv4l4jl6 .nbp6::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");
}
.bendh .s10f::after, .bendh .nbp6::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");
}
.zis45   .xosritik::after, .zis45   .xh1z1mcy::after,
.dw18 .xosritik::after, .dw18 .xh1z1mcy::after,
.o75jplrs    .xosritik::after, .o75jplrs    .xh1z1mcy::after,
.tea9c    .xosritik::after, .tea9c    .xh1z1mcy::after,
.gj6g7raz    .xosritik::after, .gj6g7raz    .xh1z1mcy::after,
.weyoxv     .xosritik::after, .weyoxv     .xh1z1mcy::after,
.gzug7mp3    .xosritik::after, .gzug7mp3    .xh1z1mcy::after,
.v2iuca42   .xosritik::after, .v2iuca42   .xh1z1mcy::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;
}
.zis45 .xosritik::after, .zis45 .xh1z1mcy::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");
}
.dw18 .xosritik::after, .dw18 .xh1z1mcy::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");
}
.o75jplrs .xosritik::after, .o75jplrs .xh1z1mcy::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");
}
.tea9c .xosritik::after, .tea9c .xh1z1mcy::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");
}
.gj6g7raz .xosritik::after, .gj6g7raz .xh1z1mcy::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");
}
.weyoxv .xosritik::after, .weyoxv .xh1z1mcy::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");
}
.gzug7mp3 .xosritik::after, .gzug7mp3 .xh1z1mcy::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");
}
.v2iuca42 .xosritik::after, .v2iuca42 .xh1z1mcy::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");
}
.b9u86 {
  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;
}
.gmi0se {
  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;
}
.gmi0se > * { min-width: 0; }
.gmi0se:hover { background: var(--bg-hover); }
.gmi0se > [itemprop="item"] { display: contents; }
.gmi0se [itemprop="itemReviewed"],
.gmi0se [itemprop="reviewRating"] { display: none; }
.gmi0se::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;
}
.j6tz {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.q049z04 {
  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;
}
.wdr39e6h { max-height: 52px; max-width: 110px; object-fit: contain; }
.uco3 {
  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;
}
.dhvn3z .q049z04    { background: #1a1a1a; }
.gqvv .q049z04   { background: rgba(128,128,128,.12); }
.mgwo .q049z04 { background: var(--bg-raised); }
.lxjm .q049z04    { background: transparent; padding: 0; }
.q1ob8ef {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.ka68kpz5 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.ejyxp { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.ksh0h {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.r1pyztea {
  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;
}
.qxind3 {
  
  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%;
}
.tvbytgc {
  
  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;
}
.yix3 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.yix3.nbp6 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .gmi0se {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .gmi0se::before    { grid-area: rank;   }
  .j6tz           { grid-area: ident;  }
  .q1ob8ef     { grid-area: rating; min-width: 0; width: auto; }
  .ksh0h           { grid-area: pills;  }
  .yix3             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .gmi0se {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .gmi0se::before    { justify-self: center; }
  .j6tz           { width: 100%; }
  .q1ob8ef     { justify-self: center; }
  .ksh0h           { grid-template-columns: 1fr; }
}
.leblw {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.tza8t173 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.dbg24 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.dbg24 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.r2x0 { flex: 1; }
.r2x0 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.hgjdxm { color: var(--c-stars); font-size: 1.1rem; }
.ayr8h { margin-bottom: 8px; }
.j19u01p { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.wleh2mc6::before   { content: "★ "; color: var(--accent-light); }
.kta3tz { flex-shrink: 0; }
.vvwg img.zzovre1 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.rq39w { padding: 20px 24px; }
.kg3bicz { color: var(--text-muted); margin-bottom: 16px; }
.khyl03 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.obcy6zc, .hq5ja { list-style: none; font-size: 0.9rem; }
.obcy6zc li { color: var(--c-pros); margin-bottom: 4px; }
.hq5ja li { color: var(--c-cons); margin-bottom: 4px; }
.obcy6zc li::before { content: "✓"; margin-right: 5px; }
.hq5ja li::before { content: "✗"; margin-right: 5px; }
.jclvmg .obcy6zc li::before { content: "→"; }
.jclvmg .hq5ja li::before { content: "–"; }
.leck  .obcy6zc li::before { content: "★"; }
.leck  .hq5ja li::before { content: "✕"; }
.hmbto    .obcy6zc li::before { content: "◆"; }
.hmbto    .hq5ja li::before { content: "▲"; }
.rttx  .obcy6zc li::before { content: "▶"; }
.rttx  .hq5ja li::before { content: "■"; }
.mrqm8 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.e1knti { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.nhyeus24 { background: var(--bg-pros); color: var(--c-tag-pay); }
.zw57o5f { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.w1l1hs3j .zw57o5f { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.m96xwr .zw57o5f { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .ntg0xp1 .ywiuii {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ntg0xp1 .leblw { margin: 0; }
}
.ldcix .tza8t173 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.ldcix .r2x0 h3 { color: var(--accent-light); }
.ldcix .dbg24 { background: var(--bg-page); border: 1px solid var(--border); }
.ndjlfj .leblw { border-top: 4px solid var(--accent); }
.ndjlfj .tza8t173 { background: var(--bg-card); }
.tk9xmtrv .leblw { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.tk9xmtrv .tza8t173 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.tk9xmtrv .rq39w { padding: 14px 16px; }
.tk9xmtrv .dbg24 { border-radius: 4px; }
.tk9xmtrv .zw57o5f { border-radius: 0; }
.nu8gme .tza8t173 { padding: 0; gap: 0; overflow: hidden; }
.nu8gme .dbg24 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.nu8gme .r2x0 { padding: 16px 20px; }
.nu8gme .kta3tz { padding: 16px 20px; align-self: center; }
.iyio7 .hgjdxm { font-size: .95rem; }
.r6inmb .xhy3 { gap: 10px; }
.r6inmb .r6iu, .r6inmb .ccfuk { padding: 12px; }
.r6inmb .r6iu ul, .r6inmb .ccfuk ul { margin: 4px 0 0; padding-left: 18px; }
.r6inmb .r6iu li, .r6inmb .ccfuk li { font-size: .85rem; margin-bottom: 3px; }
.l8im6s .e1knti { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .zzygr { grid-template-columns: 1fr; }
  .ww1jkbt7 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ww1jkbt7 .za7lroa { width: 72px; height: 50px; }
  .ww1jkbt7 .zqrhvfl2 { max-width: 180px; }
  .ww1jkbt7 .fw9rryl { width: auto; }
}
.ezfkj .iyio7 .hgjdxm { filter: brightness(1.2); }
@media (max-width: 720px) {
  .ezfkj { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .dgq6n { padding: 16px; }
  .e98i37 .uhs36s8 { min-width: 50%; }
}
.iotdmsh .xhy3 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .h5372 { grid-template-columns: 1fr; }
  .yr0x0ni { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .klz7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .w5uaq { flex-wrap: wrap; padding: 16px; }
}
.punx18yd .xhy3 { gap: 8px; }
.punx18yd .r6iu, .punx18yd .ccfuk { padding: 8px; }
@media (max-width: 480px) {
  .jhfzz { flex-direction: column; align-items: stretch; }
}
.t8tlmcr0 .fw9rryl .nbp6 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .p4wdf { flex-direction: column; align-items: stretch; gap: 10px; }
  .t8tlmcr0 .fw9rryl { text-align: center; }
}
@media (max-width: 720px) {
  .n4s52k { grid-template-columns: 1fr; }
  .bs12e { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .bq3nm { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.si32ml2 .jy0n2 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.anqs .hgjdxm { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .vil2os4 { grid-template-columns: 1fr; }
  .anqs { width: 100px; height: 100px; margin: 16px auto; }
  .si32ml2 { font-size: 1.4rem; }
  .z75naxy { justify-content: center; }
  .n7c6w .uhs36s8 { min-width: 50%; }
}
.bm9k65 .xhy3 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .wp18yq { flex-wrap: wrap; padding: 14px 16px; }
  .m5ncbxj { padding: 12px 16px; }
  .bm9k65 .xhy3 { margin: 0 16px; }
  .bm9k65 .l8im6s { padding: 0 16px; }
  .dp7kw0is { padding: 12px 16px; }
}
.dx2mqk .gmi0se {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.dx2mqk .gmi0se:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.ukv9 .b9u86 { gap: 18px; }
.ukv9 .gmi0se {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ukv9 .gmi0se:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.izzpl .b9u86 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.izzpl .gmi0se {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.izzpl .gmi0se:last-child { border-bottom: none; }
.izzpl .j6tz,
.izzpl .q1ob8ef,
.izzpl .ksh0h {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.jxvbzk4e .b9u86 { gap: 0; }
.jxvbzk4e .gmi0se {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.jxvbzk4e .gmi0se:last-child { border-bottom: none; }
.jxvbzk4e .gmi0se:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.jxvbzk4e .gmi0se:nth-child(even):hover { background: var(--bg-hover); }
.ukp7ks .gmi0se {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.n9b221j2 .ksh0h .r1pyztea {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.n9b221j2 .ksh0h .r1pyztea:first-child { border-left: none; }
.j9ao4s1 .ksh0h .r1pyztea {
  background: transparent; padding: 4px 8px;
}
.j9ao4s1 .ksh0h .qxind3 { font-size: .65rem; opacity: .65; }
.j9ao4s1 .ksh0h .tvbytgc   { font-size: 1.15rem; color: var(--accent-light); }
.m5bcbrg1 .ksh0h .r1pyztea {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.ejyxp { display: none; }
.wybx0z0 .ka68kpz5 { font-size: 1rem; letter-spacing: 2px; }
.jzzj78 .ka68kpz5 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.hri0rgga .ka68kpz5,
.gt4pcy .ka68kpz5,
.mweajuqb .ka68kpz5 { display: none; }
.hri0rgga .ejyxp,
.gt4pcy .ejyxp,
.mweajuqb .ejyxp { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.hri0rgga .ejyxp { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.hri0rgga .ejyxp small { display: none; }
.gt4pcy .ejyxp {
  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;
}
.gt4pcy .ejyxp small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.mweajuqb .ejyxp {
  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;
}
.mweajuqb .ejyxp small { display: none; }
.hri0rgga .ayr8h .hgjdxm,
.gt4pcy .ayr8h .hgjdxm,
.mweajuqb .ayr8h .hgjdxm { display: none; }
.hri0rgga .ayr8h strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.hri0rgga .jy0n2 { display: none; }
.gt4pcy .ayr8h 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;
}
.gt4pcy .bqmptk1,
.gt4pcy .jy0n2 { font-size: 1em; }
.mweajuqb .ayr8h strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.mweajuqb .jy0n2 { display: none; }
.euae6 { margin: 16px 0; }
.bqpzwx { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.bqpzwx summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.bqpzwx summary::after { content: "+"; color: var(--accent-light); }
.bqpzwx[open] summary::after { content: "−"; }
.bqpzwx p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.t9h2gkg8 { margin-bottom: 0; }
.rvm24 h2.piv8pdc3 { color: var(--text-primary); border-color: var(--accent-light); }
.p9yzu4p h2.piv8pdc3 { color: var(--text-primary); border-color: var(--accent-light); }
.cxwzb3t .zyajpl     { background: #052e16; border-color: #10b981; }
.cxwzb3t .zz01r8 { background: #2d0a1e; border-color: #f43f5e; }
.cxwzb3t .e3q1fmyu    { background: #1e1036; border-color: #a855f7; }
.cxwzb3t .mes065m strong  { color: #f1f5f9; }
.cxwzb3t .mes065m p       { color: #cbd5e1; }
.cxwzb3t .blpoyc    .zyajpl     .hwhu0n71::before,
.cxwzb3t .scrvn1m  .zyajpl     .hwhu0n71::before,
.cxwzb3t .ymqguhw  .zyajpl     .hwhu0n71::before,
.cxwzb3t .tertlmu9 .zyajpl     .hwhu0n71::before { color: #10b981; }
.cxwzb3t .blpoyc    .zz01r8 .hwhu0n71::before,
.cxwzb3t .scrvn1m  .zz01r8 .hwhu0n71::before,
.cxwzb3t .ymqguhw  .zz01r8 .hwhu0n71::before,
.cxwzb3t .tertlmu9 .zz01r8 .hwhu0n71::before { color: #f43f5e; }
.cxwzb3t .blpoyc    .e3q1fmyu    .hwhu0n71::before,
.cxwzb3t .scrvn1m  .e3q1fmyu    .hwhu0n71::before,
.cxwzb3t .ymqguhw  .e3q1fmyu    .hwhu0n71::before,
.cxwzb3t .tertlmu9 .e3q1fmyu    .hwhu0n71::before { color: #a855f7; }
.i4rc9fl .zyajpl     { background: #2d2000; border-color: #eab308; }
.i4rc9fl .zz01r8 { background: #2d0b0b; border-color: #ef4444; }
.i4rc9fl .e3q1fmyu    { background: #2d1600; border-color: #f97316; }
.i4rc9fl .mes065m strong  { color: #f1f5f9; }
.i4rc9fl .mes065m p       { color: #cbd5e1; }
.i4rc9fl .blpoyc    .zyajpl     .hwhu0n71::before,
.i4rc9fl .scrvn1m  .zyajpl     .hwhu0n71::before,
.i4rc9fl .ymqguhw  .zyajpl     .hwhu0n71::before,
.i4rc9fl .tertlmu9 .zyajpl     .hwhu0n71::before { color: #eab308; }
.i4rc9fl .blpoyc    .zz01r8 .hwhu0n71::before,
.i4rc9fl .scrvn1m  .zz01r8 .hwhu0n71::before,
.i4rc9fl .ymqguhw  .zz01r8 .hwhu0n71::before,
.i4rc9fl .tertlmu9 .zz01r8 .hwhu0n71::before { color: #ef4444; }
.i4rc9fl .blpoyc    .e3q1fmyu    .hwhu0n71::before,
.i4rc9fl .scrvn1m  .e3q1fmyu    .hwhu0n71::before,
.i4rc9fl .ymqguhw  .e3q1fmyu    .hwhu0n71::before,
.i4rc9fl .tertlmu9 .e3q1fmyu    .hwhu0n71::before { color: #f97316; }
.fsqk .zyajpl     { background: #0c1a2e; border-color: #38bdf8; }
.fsqk .zz01r8 { background: #12103a; border-color: #818cf8; }
.fsqk .e3q1fmyu    { background: #0a2020; border-color: #2dd4bf; }
.fsqk .mes065m strong  { color: #f1f5f9; }
.fsqk .mes065m p       { color: #cbd5e1; }
.fsqk .blpoyc    .zyajpl     .hwhu0n71::before,
.fsqk .scrvn1m  .zyajpl     .hwhu0n71::before,
.fsqk .ymqguhw  .zyajpl     .hwhu0n71::before,
.fsqk .tertlmu9 .zyajpl     .hwhu0n71::before { color: #38bdf8; }
.fsqk .blpoyc    .zz01r8 .hwhu0n71::before,
.fsqk .scrvn1m  .zz01r8 .hwhu0n71::before,
.fsqk .ymqguhw  .zz01r8 .hwhu0n71::before,
.fsqk .tertlmu9 .zz01r8 .hwhu0n71::before { color: #818cf8; }
.fsqk .blpoyc    .e3q1fmyu    .hwhu0n71::before,
.fsqk .scrvn1m  .e3q1fmyu    .hwhu0n71::before,
.fsqk .ymqguhw  .e3q1fmyu    .hwhu0n71::before,
.fsqk .tertlmu9 .e3q1fmyu    .hwhu0n71::before { color: #2dd4bf; }
.ysmy .zyajpl     { background: var(--accent-bg); border-color: var(--accent-light); }
.ysmy .zz01r8 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ysmy .e3q1fmyu    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ysmy .blpoyc    .hwhu0n71::before,
.ysmy .scrvn1m  .hwhu0n71::before,
.ysmy .ymqguhw  .hwhu0n71::before,
.ysmy .tertlmu9 .hwhu0n71::before { color: var(--accent-light) !important; }
.i8pdlos::before,
.a1513r5z::before { margin-right: 5px; }
.stid0pc5 .r6iu ul li,
.stid0pc5 .obcy6zc li         { color: #4ade80; }
.stid0pc5 .r6iu .i8pdlos { color: #22c55e; }
.stid0pc5 .ccfuk ul li,
.stid0pc5 .hq5ja li         { color: #f87171; }
.stid0pc5 .ccfuk .a1513r5z { color: #ef4444; }
.gt4thsas .r6iu { background: var(--bg-pros); }
.gt4thsas .ccfuk { background: var(--bg-cons); }
.gt4thsas .r6iu .i8pdlos { color: var(--c-pros-label); }
.gt4thsas .ccfuk .a1513r5z { color: var(--c-cons); }
.gt4thsas .r6iu ul li,
.gt4thsas .obcy6zc li            { color: var(--c-pros); }
.gt4thsas .ccfuk ul li,
.gt4thsas .hq5ja li            { color: var(--c-cons); }
.i8u6qv .r6iu { background: var(--bg-pros); }
.i8u6qv .ccfuk { background: var(--bg-cons); }
.i8u6qv .r6iu .i8pdlos { color: var(--c-pros-label); }
.i8u6qv .ccfuk .a1513r5z { color: var(--c-cons); }
.i8u6qv .r6iu ul li,
.i8u6qv .obcy6zc li          { color: var(--c-pros); }
.i8u6qv .ccfuk ul li,
.i8u6qv .hq5ja li          { color: var(--c-cons); }
.tq9y0o .i8pdlos::before { content: "✓ "; }
.tq9y0o .a1513r5z::before { content: "✗ "; }
.jclvmg .i8pdlos::before { content: "→ "; }
.jclvmg .a1513r5z::before { content: "← "; }
.leck .i8pdlos::before { content: "★ "; }
.leck .a1513r5z::before { content: "✕ "; }
.hmbto .i8pdlos::before { content: "◆ "; }
.hmbto .a1513r5z::before { content: "▲ "; }
.m96xwr .mes065m { background: transparent; border-left: none; border: 1.5px solid; }
.m96xwr .zyajpl     { border-color: var(--c-tip-border); }
.m96xwr .zz01r8 { border-color: var(--c-warn-border); }
.m96xwr .e3q1fmyu    { border-color: #60a5fa; }
.m96xwr .mes065m strong { color: var(--text-primary); }
.m96xwr .mes065m p      { color: var(--text-muted); }
.w1l1hs3j .mes065m { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.w1l1hs3j .zyajpl     { border-top-color: var(--c-tip-border); }
.w1l1hs3j .zz01r8 { border-top-color: var(--c-warn-border); }
.w1l1hs3j .e3q1fmyu    { border-top-color: #60a5fa; }
.guiru .mes065m { border-left: none; border-radius: 8px; }
.guiru .zyajpl     { background: #065f46; }
.guiru .zz01r8 { background: #92400e; }
.guiru .e3q1fmyu    { background: #1e3a8a; }
.guiru .mes065m strong,
.guiru .mes065m p { color: #fff; }
.guiru .hwhu0n71::before { color: rgba(255,255,255,0.85) !important; }
.cxwzb3t.guiru .zyajpl,
.cxwzb3t .guiru .zyajpl     { background: #052e16; }
.cxwzb3t.guiru .zz01r8,
.cxwzb3t .guiru .zz01r8 { background: #2d0a1e; }
.cxwzb3t.guiru .e3q1fmyu,
.cxwzb3t .guiru .e3q1fmyu    { background: #1e1036; }
.i4rc9fl.guiru .zyajpl,
.i4rc9fl .guiru .zyajpl      { background: #2d2000; }
.i4rc9fl.guiru .zz01r8,
.i4rc9fl .guiru .zz01r8  { background: #2d0b0b; }
.i4rc9fl.guiru .e3q1fmyu,
.i4rc9fl .guiru .e3q1fmyu     { background: #2d1600; }
.fsqk.guiru .zyajpl,
.fsqk .guiru .zyajpl      { background: #0c1a2e; }
.fsqk.guiru .zz01r8,
.fsqk .guiru .zz01r8  { background: #12103a; }
.fsqk.guiru .e3q1fmyu,
.fsqk .guiru .e3q1fmyu     { background: #0a2020; }
.fo7lez .mes065m { border-left: none; border-radius: 6px; padding: 10px 14px; }
.fo7lez .zyajpl     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.fo7lez .zz01r8 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.fo7lez .e3q1fmyu    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.fo7lez .mes065m strong { color: var(--text-primary); }
.fo7lez .mes065m p      { color: var(--text-muted); }
.f9s33y8 .mes065m { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.blpoyc .hwhu0n71,
.scrvn1m .hwhu0n71,
.ymqguhw .hwhu0n71,
.tertlmu9 .hwhu0n71 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.blpoyc .hwhu0n71::before,
.scrvn1m .hwhu0n71::before,
.ymqguhw .hwhu0n71::before,
.tertlmu9 .hwhu0n71::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.blpoyc .zyajpl     .hwhu0n71::before { content: "✦"; color: var(--c-tip-border); }
.blpoyc .zz01r8 .hwhu0n71::before { content: "▲"; color: var(--c-warn-border); }
.blpoyc .e3q1fmyu    .hwhu0n71::before { content: "◉"; color: #60a5fa; }
.scrvn1m .zyajpl     .hwhu0n71::before { content: "★"; color: var(--c-tip-border); }
.scrvn1m .zz01r8 .hwhu0n71::before { content: "◆"; color: var(--c-warn-border); }
.scrvn1m .e3q1fmyu    .hwhu0n71::before { content: "●"; color: #60a5fa; }
.ymqguhw .zyajpl     .hwhu0n71::before { content: "▶"; color: var(--c-tip-border); }
.ymqguhw .zz01r8 .hwhu0n71::before { content: "■"; color: var(--c-warn-border); }
.ymqguhw .e3q1fmyu    .hwhu0n71::before { content: "▸"; color: #60a5fa; }
.tertlmu9 .zyajpl     .hwhu0n71::before { content: "→"; color: var(--c-tip-border); }
.tertlmu9 .zz01r8 .hwhu0n71::before { content: "⬥"; color: var(--c-warn-border); }
.tertlmu9 .e3q1fmyu    .hwhu0n71::before { content: "◈"; color: #60a5fa; }
.bprl .c2nxbrnj .hca1vcl,
.bprl .yw3j0x .hca1vcl  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.bprl .bpfup                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.bprl .gmi0se                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.bprl .leblw            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.bprl .hle727u          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.bprl .ice1                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.o9gv .c2nxbrnj .hca1vcl,
.o9gv .yw3j0x .hca1vcl,
.o9gv .bpfup,
.o9gv .gmi0se,
.o9gv .leblw,
.o9gv .hle727u,
.o9gv .ice1,
.o9gv .f9s33y8 .mes065m { box-shadow: none; }
.p7zmsij0   .joxdrajr, .p7zmsij0 .v26i7g, .p7zmsij0 .nwfx23so,
.p7zmsij0   .jnhjd, .p7zmsij0 .jnmkr65h { font-size: 0.9rem; }
.p7zmsij0   .j5g10mh, .p7zmsij0 .t4t3k7h { font-size: 0.9rem; }
.ce6a8   .joxdrajr, .ce6a8 .v26i7g, .ce6a8 .nwfx23so,
.ce6a8   .jnhjd, .ce6a8 .jnmkr65h { font-size: 0.95rem; }
.ce6a8   .j5g10mh, .ce6a8 .t4t3k7h { font-size: 0.95rem; }
.n1s6rk   .joxdrajr, .n1s6rk .v26i7g, .n1s6rk .nwfx23so,
.n1s6rk   .jnhjd, .n1s6rk .jnmkr65h { font-size: 1.08rem; }
.n1s6rk   .j5g10mh, .n1s6rk .t4t3k7h { font-size: 1.05rem; }
.n1s6rk   .iip6i4h { font-size: 0.97rem; }
.l05x9 .zpsus6      { font-size: 3.2rem; }
.l05x9 h2.piv8pdc3 { font-size: 1.9rem; }
.l05x9 h3.olsp9x     { font-size: 1.4rem; }
.x5hmg8 .zpsus6      { font-size: 3.8rem; }
.x5hmg8 h2.piv8pdc3 { font-size: 2.2rem; }
.x5hmg8 h3.olsp9x     { font-size: 1.6rem; }
.t9h2gkg8 + .t9h2gkg8 { position: relative; }
.zvnf   .t9h2gkg8 + .t9h2gkg8::before,
.jbejdqhv  .t9h2gkg8 + .t9h2gkg8::before,
.fr5lwllr   .t9h2gkg8 + .t9h2gkg8::before,
.hm4wbt   .t9h2gkg8 + .t9h2gkg8::before,
.uc8e   .t9h2gkg8 + .t9h2gkg8::before,
.yayv04lp .t9h2gkg8 + .t9h2gkg8::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.zvnf .t9h2gkg8 + .t9h2gkg8::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.jbejdqhv .t9h2gkg8 + .t9h2gkg8::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.fr5lwllr .t9h2gkg8 + .t9h2gkg8::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;
}
.hm4wbt .t9h2gkg8 + .t9h2gkg8::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.xl05 .t9h2gkg8 { margin-bottom: 16px; }
.xl05 .t9h2gkg8 + .t9h2gkg8 { margin-top: 0; }
.xl05 .ljjaam { padding-top: 0; padding-bottom: 0; }
.uc8e .t9h2gkg8 + .t9h2gkg8::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.yayv04lp .t9h2gkg8 + .t9h2gkg8::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.nf2r80w .t9h2gkg8 + .t9h2gkg8::before,
.vrhhode .t9h2gkg8 + .t9h2gkg8::before,
.yg4kg .t9h2gkg8 + .t9h2gkg8::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%;
}
.gx9536h .nf2r80w .t9h2gkg8:nth-child(even)::before,
.gx9536h .vrhhode .t9h2gkg8:nth-child(even)::before,
.gx9536h .yg4kg .t9h2gkg8:nth-child(even)::before { background: var(--bg-surface); }
.awlf .nf2r80w .t9h2gkg8:nth-child(even)::before,
.awlf .vrhhode .t9h2gkg8:nth-child(even)::before,
.awlf .yg4kg .t9h2gkg8:nth-child(even)::before { background: var(--bg-card); }
.nf2r80w .t9h2gkg8 + .t9h2gkg8::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");
}
.vrhhode .t9h2gkg8 + .t9h2gkg8::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");
}
.yg4kg .t9h2gkg8 + .t9h2gkg8::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");
}
.oxisb5x .mnjuk,
.nwhb3a .mnjuk,
.nkt5i5 .mnjuk { overflow: hidden; }
.oxisb5x .fcjf,
.nwhb3a .fcjf { margin-bottom: 60px; }
.nkt5i5 .fcjf { margin-bottom: 70px; }
.nwhb3a .y9oxgco { padding-bottom: 60px; }
.oxisb5x .mnjuk::before,
.nwhb3a .mnjuk::before,
.nkt5i5 .mnjuk::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.oxisb5x .mnjuk::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");
}
.nwhb3a .mnjuk::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");
}
.nkt5i5 .mnjuk::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.xhu13za .mnjuk:not(.u55z5js) .l8cfk { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.dsc0md .mnjuk:not(.u55z5js) .l8cfk { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.ctlfh9n7  .mnjuk:not(.u55z5js) .l8cfk { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.jn07  .mnjuk:not(.u55z5js) .l8cfk { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.jn07 .u55z5js { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.jn07 .ut50en { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.jn07 .jbqdic { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.qmisv .u55z5js .l8cfk { background: none; }
.qmisv .mnjuk:not(.u55z5js) .l8cfk { background: rgba(0,0,0,0.6); }
.r2vojlgo .heplo0q1 { float: left; width: 38%; margin: 0 28px 16px 0; }
.r2vojlgo .heplo0q1 .qvgxn54 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.r2vojlgo .ljjaam::after { content: ''; display: block; clear: both; }
.jog6px .heplo0q1 { float: right; width: 38%; margin: 0 0 16px 28px; }
.jog6px .heplo0q1 .qvgxn54 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jog6px .ljjaam::after { content: ''; display: block; clear: both; }
.shg6 .t9h2gkg8:nth-child(odd)  .heplo0q1 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.shg6 .t9h2gkg8:nth-child(even) .heplo0q1 { float: right; width: 38%; margin: 0 0 16px 28px; }
.shg6 .heplo0q1 .qvgxn54 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.shg6 .ljjaam::after { content: ''; display: block; clear: both; }
.r2vojlgo .be2yl,
.r2vojlgo .b9u86,
.jog6px .be2yl,
.jog6px .b9u86,
.shg6 .be2yl,
.shg6 .b9u86 { clear: both; }
@media (max-width: 900px) {
  .r2vojlgo .heplo0q1,
  .jog6px .heplo0q1,
  .shg6 .t9h2gkg8:nth-child(odd)  .heplo0q1,
  .shg6 .t9h2gkg8:nth-child(even) .heplo0q1 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .r2vojlgo .heplo0q1 .qvgxn54,
  .jog6px .heplo0q1 .qvgxn54,
  .shg6 .heplo0q1 .qvgxn54 {
    max-height: none !important;
  }
}
.r2vojlgo .j5g10mh,
.r2vojlgo .t4t3k7h,
.jog6px .j5g10mh,
.jog6px .t4t3k7h,
.shg6 .j5g10mh,
.shg6 .t4t3k7h { overflow: hidden; }
@media (max-width: 640px) {
  .r2vojlgo .heplo0q1,
  .jog6px .heplo0q1,
  .shg6 .heplo0q1 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.tiqymf9e .q5wmfnlo,
.tiqymf9e .ljjaam,
.tiqymf9e .q7f00u7a  { max-width: 1100px; }
.teqmo1 .q5wmfnlo,
.teqmo1 .ljjaam,
.teqmo1 .q7f00u7a  { max-width: 1200px; }
.iz8b .q5wmfnlo,
.iz8b .ljjaam,
.iz8b .q7f00u7a  { max-width: 1320px; }
.iz8b { --content-mw: 1320px; }
.bip27ba2 { font-size: 0.82rem; color: var(--text-muted); }
.prlhix { display: flex; align-items: center; }
.aknr3 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.v0cjmo { display: flex; align-items: center; }
.wupea6 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.wupea6:hover { text-decoration: underline; }
.fydqx4 { margin: 0 3px; opacity: 0.45; }
.fydqx4::before { content: '/'; }
.ntnj6o { padding: 2px 5px; color: var(--text-main); }
.jltjican .bip27ba2 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.jltjican .prlhix { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.gtugozb .bip27ba2 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.gtugozb .prlhix { padding: 0 0 0 12px; }
.xpsnk .prlhix { padding: 0 16px; }
.xpsnk .bip27ba2 {
  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);
}
.xpsnk .q5wmfnlo { padding-top: 28px; }
@media (max-width: 720px) {
  .jg4n2v7g { margin-top: 18px; padding: 0 16px; }
  .xpsnk .q5wmfnlo { padding-top: 16px; }
}
.tiqymf9e.jltjican .prlhix { max-width: 1100px; }
.teqmo1.jltjican .prlhix { max-width: 1200px; }
.iz8b.jltjican .prlhix { max-width: 1320px; }
.iz8b .jg4n2v7g { max-width: 1320px; }
.mpiv .t9h2gkg8 { padding-top: 16px; padding-bottom: 16px; }
.rww3r .t9h2gkg8 { padding-top: 24px; padding-bottom: 24px; }
.sj3f .t9h2gkg8 { padding-top: 40px; padding-bottom: 40px; }
.ceimc4c .t9h2gkg8 { padding-top: 52px; padding-bottom: 52px; }
.wfpz5c .t9h2gkg8:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.wfpz5c .t9h2gkg8:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.wfpz5c .t9h2gkg8:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.wfpz5c .t9h2gkg8:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.vfh64 .ljjaam { padding-top: 10px;  padding-bottom: 10px; }
.bb9v6 .ljjaam { padding-top: 18px;  padding-bottom: 18px; }
.pz0s .ljjaam { padding-top: 36px;  padding-bottom: 36px; }
.ecuvg05 .ljjaam { padding-top: 48px;  padding-bottom: 48px; }
.c1fmrij h2.piv8pdc3 { font-weight: 600; }
.c1fmrij h3.olsp9x     { font-weight: 600; }
.gv2niwf h2.piv8pdc3 { font-weight: 800; }
.gv2niwf h3.olsp9x     { font-weight: 700; }
.mvb8p { font-weight: 600; }
.mvb8p h2.piv8pdc3 { font-weight: 900; }
.mvb8p h3.olsp9x     { font-weight: 800; }
.mvb8p .mes065m strong,
.mvb8p .mes065m strong { font-weight: 600; }
.xosritik {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.v8s99ev .xosritik { display: none; }
@media (max-width: 640px) { .xosritik { display: none; } }
.xosritik { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xosritik:hover { opacity: 0.85; }
.b3yeob56 .xosritik { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.cwbs .xosritik,
.glcc  .xosritik { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.cwbs .xosritik:hover,
.glcc  .xosritik:hover { opacity: 0.88; }
.b3yeob56.cwbs .xosritik,
.b3yeob56.glcc  .xosritik { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.xh1z1mcy {
  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;
}
.xh1z1mcy:hover { transform: translateY(-2px); opacity: 0.92; }
.xh1z1mcy { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gla0 .xh1z1mcy { display: none; }
.fvrf6 .xh1z1mcy { right: 32px; }
.rn92  .xh1z1mcy { left: 32px; }
@media (max-width: 480px) {
  .fvrf6 .xh1z1mcy { right: 20px; bottom: 20px; }
  .rn92  .xh1z1mcy { left: 20px; bottom: 20px; }
}
.lqrkj { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.q7f00u7a { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.gk5vrj { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.q7lafni { color: var(--text-dim); font-size: 0.8rem; }
.wtng7t { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.wtng7t img { height: 26px; width: auto; object-fit: contain; }
.yuscs8 .q7f00u7a { text-align: center; }
.yuscs8 .gk5vrj { margin-top: 0; }
@media (max-width: 640px) {
  .q7f00u7a { padding-left: 16px; padding-right: 16px; }
  .yql8e8hl .q7f00u7a { padding: 20px 16px; }
  .qz5gc { gap: 4px 12px; }
  .gk5vrj { font-size: 0.78rem; }
}
.re5dxnh8 .xefvz .wtng7t { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.re5dxnh8 .gk5vrj { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.re5dxnh8 .q7lafni { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .re5dxnh8 .qec8jgq { grid-template-columns: 1fr 1fr; } .re5dxnh8 .xefvz { grid-column: 1 / -1; } }
@media (max-width: 480px) { .re5dxnh8 .qec8jgq { grid-template-columns: 1fr; } }
.t7mnmv .hcap1di { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.t7mnmv .wtng7t { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.t7mnmv .ey5d { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.t7mnmv .ey5d a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.t7mnmv .ey5d a:hover { color: var(--accent-light); }
.lw91 { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.t7mnmv .hj46 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.t7mnmv .oza1 { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.t7mnmv .oza1 a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.t7mnmv .oza1 a:hover { color: var(--accent-light); }
.t7mnmv .gk5vrj { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .t7mnmv .hcap1di { gap: 12px; } .t7mnmv .wtng7t { margin-right: 0; width: 100%; } }
.gl5i .tqcpi .wtng7t { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.gl5i .gk5vrj { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.gl5i .q7lafni { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .gl5i .kpd1jf { grid-template-columns: 1fr 1fr; } .gl5i .tqcpi { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gl5i .kpd1jf { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .yfd7 .p7f7htq { grid-template-columns: 1fr 1fr; } .yfd7 .r8obt1:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .yfd7 .p7f7htq { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .d9cw7s .p7f7htq { grid-template-columns: 1fr; } }
.mvhhp .q7f00u7a { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ei4ho .kjso      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ei4ho .lqrkj { background: var(--bg-page); border-top-color: var(--border-alt); }
.vwfpgg .kjso      { background: #0d1117; border-bottom-color: #21262d; }
.vwfpgg .i48r2jr { color: var(--accent-light); }
.vwfpgg .lkasum79 { --msep-color: #8b949e; }
.vwfpgg .lkasum79 a { color: #8b949e; }
.vwfpgg .lkasum79 a:hover { color: var(--accent-light); }
.vwfpgg .oisxd { color: #8b949e; }
.vwfpgg .lqrkj { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.vwfpgg .gk5vrj,
.vwfpgg .q7lafni { color: #6e7681; }
.vwfpgg .oza1 a { color: #8b949e; }
.vwfpgg .wtng7t { color: #e6edf3; }
@media (max-width: 640px) {
  .vwfpgg .lkasum79 { background: #0d1117; border-top-color: #21262d; }
  .vwfpgg .lkasum79 li a { border-bottom-color: #21262d; }
}
.p0soe .kjso      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.p0soe .i48r2jr { color: var(--accent-light); }
.p0soe .lkasum79 { --msep-color: #475569; }
.p0soe .lkasum79 a { color: #475569; }
.p0soe .lkasum79 a:hover { color: var(--accent-light); }
.p0soe .oisxd { color: #64748b; }
.p0soe .lqrkj { background: #f0f4f8; border-top-color: #cbd5e1; }
.p0soe .gk5vrj,
.p0soe .q7lafni { color: #64748b; }
.p0soe .oza1 a, .p0soe .wtng7t { color: #374151; }
@media (max-width: 640px) {
  .p0soe .lkasum79 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .p0soe .lkasum79 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.cwbs .kjso      { background: var(--accent); border-bottom-color: var(--accent-light); }
.cwbs .i48r2jr { color: #fff; }
.cwbs .lkasum79 { --msep-color: rgba(255,255,255,0.82); }
.cwbs .lkasum79 a { color: rgba(255,255,255,0.82); }
.cwbs .lkasum79 a:hover { color: #fff; }
.cwbs .oisxd { color: rgba(255,255,255,0.9); }
.cwbs .lqrkj { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.cwbs .gk5vrj,
.cwbs .q7lafni { color: rgba(255,255,255,0.72); }
.cwbs .oza1 a, .cwbs .wtng7t { color: #fff; }
@media (max-width: 640px) {
  .cwbs .lkasum79 { background: var(--accent); border-top-color: var(--accent-light); }
  .cwbs .lkasum79 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.glcc .kjso {
  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);
}
.glcc .lqrkj {
  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) {
  .glcc .lkasum79 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.nel4mh .g50h { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.c5wr8qx5 .g50h { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.y14cze .g50h { min-height: 72px; height: auto; }
.z0ryw .g50h { min-height: 84px; height: auto; }
.yql8e8hl .g50h { max-width: none; padding: 0 32px; }
.yql8e8hl .q7f00u7a  { max-width: none; padding: 24px 32px; }
.nlnllo.teqmo1 .g50h { max-width: 1200px; }
.nlnllo.iz8b .g50h { max-width: 1320px; }
.kzbqbe   .i48r2jr, .kzbqbe   .wtng7t { text-transform: capitalize; }
.l676rptr .i48r2jr, .l676rptr .wtng7t { text-transform: lowercase; }
.gxl75o .i48r2jr, .gxl75o .wtng7t { text-transform: uppercase; letter-spacing: 0.06em; }
.re7suu, .hzv2jz1 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.qp5tc .re7suu,
.qp5tc .hzv2jz1 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.c9kc1 .re7suu,
.c9kc1 .hzv2jz1 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.nue7y .re7suu,
.nue7y .hzv2jz1 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ceifb .re7suu,
.ceifb .hzv2jz1 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.r9irzjy   .lkasum79 a { font-weight: 500; }
.mufze74 .lkasum79 a { font-weight: 600; }
.uud93295     .lkasum79 a { font-weight: 700; }
.mgtsb    .lkasum79 a { font-weight: 800; letter-spacing: 0.01em; }
.ipld02ic     .lkasum79 > li + li::before,
.jahzf    .lkasum79 > li + li::before,
.yjjh    .lkasum79 > li + li::before,
.nf3cvbx .lkasum79 > li + li::before,
.cutq7zw3 .lkasum79 > li + li::before,
.jqgqs9  .lkasum79 > li + li::before,
.f2wtf1o    .lkasum79 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ipld02ic     .lkasum79 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.jahzf    .lkasum79 > li + li::before { content: "|"; }
.yjjh    .lkasum79 > li + li::before { content: "—"; }
.nf3cvbx .lkasum79 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.cutq7zw3 .lkasum79 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.jqgqs9  .lkasum79 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.f2wtf1o    .lkasum79 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .qlk6m7 .oisxd,
  .b9a1 .oisxd,
  .qn1t6 .oisxd,
  .ki5t .oisxd,
  .dlo4q .oisxd {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .qlk6m7 .oisxd::before,
  .b9a1 .oisxd::before,
  .qn1t6 .oisxd::before,
  .ki5t .oisxd::before,
  .dlo4q .oisxd::before { content: ""; display: block; flex-shrink: 0; }

  
  .qlk6m7 .oisxd::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;
  }

  
  .b9a1 .oisxd::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;
  }

  
  .qn1t6 .oisxd::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;
  }

  
  .ki5t .oisxd::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;
  }

  
  .dlo4q .oisxd::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) {
  .hczke .oisxd {
    padding: 5px 14px;
  }
  .hczke .lkasum79 {
    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;
  }
  .hczke .lkasum79 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .hczke .lkasum79 li a:hover { background: var(--bg-raised); }
  .hczke .t574,
  .uewe8cm0 .t574,
  .ff94 .t574 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .gf183yn .oisxd {
    padding: 5px 10px;
  }
  .gf183yn .lkasum79 {
    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);
  }
  .gf183yn .lkasum79.x6gnofh { transform: translateX(0); }
  .gf183yn .lkasum79 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .gf183yn .lkasum79 li:last-child a { border-bottom: none; }
  .cwbs .lkasum79,
  .vwfpgg .lkasum79 { background: var(--accent) !important; }
  .cwbs .lkasum79 li a,
  .vwfpgg .lkasum79 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ff94 .oisxd {
    padding: 5px 10px;
  }
  .ff94 .lkasum79 {
    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);
  }
  .ff94 .lkasum79::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ff94 .lkasum79.x6gnofh { transform: translateY(0); }
  .ff94 .lkasum79 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .cf7c .oisxd {
    padding: 5px 10px;
  }
  .cf7c .lkasum79 {
    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;
  }
  .cf7c .lkasum79.x6gnofh { opacity: 1; pointer-events: auto; }
  .cf7c .lkasum79 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .dgstlli     .oisxd { border-radius: 0 !important; }
  .kvcz7w2   .oisxd { border-radius: 8px !important; }
  .wa7e .oisxd { border-radius: 50% !important; }
  .l8y1d0   .oisxd { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .fpcobtx .erq7ief { flex-direction: column; align-items: stretch; }
  .fpcobtx .ur2kk { flex-direction: row; min-width: auto; }
  .fpcobtx .r9o2jtjv { align-items: flex-start; text-align: left; }
}
.xh3vof.t9h2gkg8,
.gx9536h .xh3vof,
@media (max-width: 640px) {
  .u0bfe {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .j5waob { flex: 0 0 auto; }
  .u3cqjs2 { font-size: 1.2rem; }
  .bs2k { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.pvx52zl .d7h3fgu { height: 36px; }
.y0kc .d7h3fgu { height: 60px; max-width: 200px; }
.irqjrl5 .d7h3fgu { height: 76px; max-width: 240px; }
.p6kfw    .ka68kpz5, .p6kfw    .hgjdxm { color: #f59e0b; }
.pyiuc6s      .ka68kpz5 { font-size: 1rem; letter-spacing: 1.5px; }
.pyiuc6s      .hgjdxm   { font-size: 1.35rem; }
.kbgb3z    .ka68kpz5, .kbgb3z    .hgjdxm { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.tsewkt     .ka68kpz5, .tsewkt     .hgjdxm { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.xoyfg5iy .ka68kpz5, .xoyfg5iy .hgjdxm { color: var(--cta); letter-spacing: 2px; }
.qsljuu   .ka68kpz5, .qsljuu   .hgjdxm { color: #e91e63; letter-spacing: 2px; }
.qgf8b  .ka68kpz5, .qgf8b  .hgjdxm { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.zxkdojfx     .ka68kpz5, .zxkdojfx     .hgjdxm { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.n9b221j2 .r1pyztea + .r1pyztea {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.utcr21 .gmi0se { padding: 18px 24px; min-height: 68px; }
.j9ao4s1 .qxind3 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.j9ao4s1 .tvbytgc {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.m5bcbrg1 .r1pyztea {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.b9u86 { counter-reset: cs-rank; }
.b9u86 .gmi0se { counter-increment: cs-rank; }
.b9u86 .gmi0se::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;
}
.rpjxg .b9u86 { counter-reset: cs-rank; gap: 0; }
.rpjxg .gmi0se {
  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;
}
.rpjxg .gmi0se::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;
}
.rpjxg .j6tz {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.rpjxg .q049z04 {
  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;
}
.rpjxg .wdr39e6h { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.rpjxg .j6tz { min-width: 0; flex-direction: column; width: 100%; }
.rpjxg .uco3 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.rpjxg .ka68kpz5 { color: var(--cta, var(--accent)); }
.rpjxg .ejyxp { font-weight: 700; }
.rpjxg .r1pyztea {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.rpjxg .qxind3 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.rpjxg .tvbytgc {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.rpjxg .w03j .tvbytgc { font-size: 1.3rem; color: var(--accent-light); }
.rpjxg .yix3 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.rpjxg .gmi0se:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .rpjxg .b9u86 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .rpjxg .gmi0se {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .rpjxg .gmi0se { padding: 40px 16px 20px; }
  .rpjxg .r1pyztea {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .rpjxg .yix3 { width: 100%; min-width: 0; }
}
.nlboqcn .b9u86 { counter-reset: cs-rank; gap: 10px; }
.nlboqcn .gmi0se {
  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);
}
.nlboqcn .gmi0se::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);
}
.nlboqcn .j6tz {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.nlboqcn .q049z04 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.nlboqcn .wdr39e6h { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.nlboqcn .uco3 {
  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;
}
.nlboqcn .ka68kpz5 { color: var(--cta, var(--accent)); }
.nlboqcn .r1pyztea {
  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;
}
.nlboqcn .qxind3 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.nlboqcn .tvbytgc { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.nlboqcn .w03j .tvbytgc { color: var(--accent-light); }
.nlboqcn .yix3 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.nlboqcn .gmi0se:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .nlboqcn .gmi0se {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .nlboqcn .gmi0se::before {
    position: absolute; top: 14px; left: 14px;
  }
  .nlboqcn .j6tz {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .nlboqcn .uco3 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .nlboqcn .r1pyztea {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .nlboqcn .yix3 { width: 100%; min-width: 0; }
  .nlboqcn .ka68kpz5 { min-width: 0; }
}
.jnhj9so .gmi0se::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.s8g7y6 .bqpzwx {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.s8g7y6 .bqpzwx summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.s8g7y6 .bqpzwx p { padding: 0 2px 16px; }
.bhgb .bqpzwx { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.bhgb .bqpzwx summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.bhgb .bqpzwx summary::after { content: "›"; font-size: 1.2em; }
.bhgb .bqpzwx[open] summary::after { content: "‹"; }
.bhgb .bqpzwx p { padding: 10px 22px 4px; }
.tqem .bqpzwx {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.tqem .bqpzwx summary { color: var(--text-primary); padding-left: 16px; }
.tqem .bqpzwx summary::after { content: "›"; font-size: 1.1em; }
.tqem .bqpzwx[open] summary::after { content: "‹"; }
.tqem .bqpzwx p { padding-left: 16px; }
.j44gatzh .euae6 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.j44gatzh .bqpzwx {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.j44gatzh .bqpzwx:last-child { border-bottom: none; }
.j44gatzh .bqpzwx summary { color: var(--text-primary); border-radius: 0; }
.j44gatzh .bqpzwx summary::after { content: "›"; font-size: 1.1em; }
.j44gatzh .bqpzwx[open] summary::after { content: "‹"; }
.lgqvet .bqpzwx { overflow: hidden; }
.lgqvet .bqpzwx summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.lgqvet .bqpzwx summary::after { color: rgba(255,255,255,.75); }
.lgqvet .bqpzwx[open] summary { border-radius: 0; }
.qr304h { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.p4ws {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ya04jl {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.g6jok4 { color: var(--text-muted); font-size: 1.05rem; }
.kjph10bx {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.dgz10 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.cucd8v3 { margin-bottom: 20px; }
.gokn {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.oyfw02pb {
  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;
}
.oyfw02pb:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.gl1u { resize: vertical; min-height: 130px; }
.jt0u { width: 100%; margin-top: 8px; }
.x2jw5i {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.wcxbz30 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.gafoid { color: var(--text-muted); line-height: 1.75; }
.oana { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.oana li { margin-bottom: 6px; }
.uvha { max-width: 760px; margin: 0 auto; }
.w17erh15 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.is0sa3j { max-width: 760px; margin: 0 auto; }
.tuprqi2a { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.tuprqi2a:last-child { border-bottom: none; }
.kk1i4 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.tuprqi2a p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.tuprqi2a ul.oana { margin: 0; }
.dyvm87i .kk1i4 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .dyvm87i { grid-template-columns: 1fr; gap: 10px; } }
.c8pyrikl .kk1i4 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.p8kdzww .oana { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ogvfct { grid-template-columns: 1fr; } }
.stod0 { color: inherit; text-decoration: none; }
.stod0:hover { color: var(--accent-light); text-decoration: underline; }
.kd6darh4 { display: inline-block; line-height: 0; }
.ehv6xny { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.gbq9ic5 { margin-bottom: 48px; }
.ny6kct { max-width: 760px; margin: 0 auto; }
.gnyu { max-width: 640px; margin: 0 auto; }
.tlh7g6t { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.tlh7g6t:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.edr9vbem { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.tlh7g6t p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.tlh7g6t ul.oana { margin: 0; }
.fx33th { color: var(--text-muted); line-height: 1.75; }
.tukz9ig .oana,
.gnyu .oana,
.k9wn6 .oana,
.o6ka .oana {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.tukz9ig .tlh7g6t,
.gnyu .tlh7g6t { text-align: left; }
.tukz9ig .edr9vbem,
.gnyu .edr9vbem { text-align: center; }
.g3tpkt2f { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.niqg { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.i0bc { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.wwlytp { margin-top: 12px; }
.c45p7 { 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; }
.c45p7:hover { border-bottom-color: var(--accent-light); }
.rep5y2bn { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.rep5y2bn img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pwu2o { width: 72px; height: 72px; }
.dkmjfz { border-radius: 50%; }
.rpsb { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.ibdudk { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .esmpt { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.qzanmajf .i0bc, .qzanmajf .niqg { max-width: 640px; }
.xpuac0c .g3tpkt2f { font-size: 1.6rem; margin-top: 18px; }
.tq4yrvkk .i0bc { margin-bottom: 28px; }
@media (max-width: 860px) { .m229 { grid-template-columns: 1fr; } .xpuac0c { position: static; text-align: center; } }
.zewa .rep5y2bn { margin: 0 auto 18px; }
.zewa .rpsb { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .amj17xg { grid-template-columns: 1fr; } }
.buxb0n .g3tpkt2f { font-size: 1.6rem; margin-bottom: 6px; }
.o6ka .oana { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .buxb0n { flex-direction: column; text-align: center; } .ukvkyl { grid-template-columns: 1fr; } }
.gb1id { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.gb1id .g3tpkt2f { font-size: 1.35rem; margin: 0 0 4px; }
.gb1id .rpsb { margin: 0; }
.hnsp .ya04jl { color: var(--accent-light); }
.qknzd .ya04jl { font-size: 2rem; }
.qknzd .g6jok4 { max-width: 680px; }
.bz2b5m {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.bz2b5m .ya04jl { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.bz2b5m .g6jok4  { margin: 0; }
@media (max-width: 640px) { .bz2b5m { flex-direction: column; } }
.qje8s .ya04jl { color: var(--accent-light); }
.eywdd .ya04jl { color: #fff; }
.eywdd .g6jok4  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .i4d3 { grid-template-columns: 1fr; } }
.a1mvm { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.a1mvm .oyfw02pb {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.a1mvm .oyfw02pb:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.pj5v1k .oyfw02pb { background: var(--bg-raised); border-color: transparent; }
.pj5v1k .oyfw02pb:focus { background: var(--bg-card); border-color: var(--accent-light); }
.glaf .oyfw02pb { border-radius: 100px; padding: 11px 20px; }
.glaf .gl1u { border-radius: 14px; }
.p24x {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.p24x summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.p24x summary::-webkit-details-marker { display: none; }
.p24x summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.p24x[open] summary::after { content: "−"; }
.ptwo {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.f6ickkxy {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .f6ickkxy { grid-template-columns: 1fr; } }
.uixvxf1d {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.uixvxf1d h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.uixvxf1d p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.w9xvj0 { counter-reset: priv-count; }
.dcszdhf {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.dcszdhf:last-child { border-bottom: none; }
.f69od {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.dcszdhf h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.dcszdhf p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ceo4a { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.ceo4a li { margin-bottom: 6px; }
.g7ah9k7u{display:none}
.g7ah9k7u:empty,.v00jn44q:empty{display:none}
.qxqdhrd5{position:relative;overflow:visible}
.zz8ptawo .ahaj,.au5dvq7y .ahaj,
.ct4m .ahaj,.ur6ky .ahaj,
.h3045ml .ahaj,.q2od .ahaj{display:block}
.lfl49bh .xr5h{display:block}
.zz8ptawo .ahaj,.au5dvq7y .ahaj,
.ct4m .ahaj,.ur6ky .ahaj,
.h3045ml .ahaj{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}
.zz8ptawo .ahaj .v00jn44q,.au5dvq7y .ahaj .v00jn44q,
.ct4m .ahaj .v00jn44q,.ur6ky .ahaj .v00jn44q,
.h3045ml .ahaj .v00jn44q{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}
.zz8ptawo .uyqhhuu,.au5dvq7y .uyqhhuu,
.ct4m .uyqhhuu,.ur6ky .uyqhhuu,
.h3045ml .uyqhhuu{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.zz8ptawo .ahaj,.au5dvq7y .ahaj{top:12px}
.zz8ptawo .ahaj .v00jn44q{margin-right:auto}
.au5dvq7y .ahaj .v00jn44q{margin-left:auto}
.au5dvq7y .ahaj{text-align:right}
.ct4m .ahaj,.ur6ky .ahaj{bottom:12px}
.ct4m .ahaj .v00jn44q{margin-right:auto}
.ur6ky .ahaj .v00jn44q{margin-left:auto}
.ur6ky .ahaj{text-align:right}
.h3045ml .ahaj{position:relative;margin-top:16px}
.h3045ml .ahaj .v00jn44q{margin:0 auto}
.q2od .ahaj{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.q2od .ahaj .v00jn44q{margin:0}
.q2od .jbqdic~.ahaj,
.q2od .cy33~.ahaj{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.q2od .jbqdic~.ahaj .v00jn44q,
.q2od .cy33~.ahaj .v00jn44q{justify-content:flex-start}
.jbqdic~.ahaj,.cy33~.ahaj{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}
.jbqdic~.ahaj .v00jn44q{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.cy33~.ahaj .v00jn44q{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.xr5h .v00jn44q{margin:0 0 12px}
.v00jn44q{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.uyqhhuu{white-space:nowrap}
.ffemoz .uyqhhuu{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.xlquurgm .uyqhhuu{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}
.f4gxdwk3 .v00jn44q{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.b6gkllww .uyqhhuu{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.ectf9wcr .uyqhhuu{color: var(--accent-light);opacity:1;font-weight:500}
.kkqs .uyqhhuu{border-bottom:1px solid currentColor;padding-bottom:2px}
.tru5q5 .v00jn44q{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.vcgq{--date-bg:transparent}
.qfnojx29 .yndjd::before{content:""}
.ozk1cynz .uyqhhuu + .uyqhhuu::before{content:"•";margin-right:6px;opacity:.4}
.rw8qr8c .uyqhhuu + .uyqhhuu::before{content:"/";margin-right:6px;opacity:.35}
.lyhwgz .uyqhhuu + .uyqhhuu::before{content:"|";margin-right:6px;opacity:.3}
.yu36q7qh .uyqhhuu + .uyqhhuu::before{content:"—";margin-right:6px;opacity:.3}
.ej15bn .uyqhhuu + .uyqhhuu::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.vbv32c .uyqhhuu + .uyqhhuu::before{content:"·";margin-right:6px;opacity:.4}
.b8qh .uyqhhuu + .uyqhhuu::before{content:"›";margin-right:6px;opacity:.4}
.oxuhyo .uyqhhuu + .uyqhhuu::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.q269uxf{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.fipc04c{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.o7f9by5r{display:flex;flex-direction:column;gap:3px}
.ncqzg6qn{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.up90q{font-weight:700;font-size:1rem;color:var(--text-heading)}
.gfze{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.zqnlqu .q269uxf{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.cqff2t .q269uxf{border-top:3px solid var(--accent);padding-top:18px}
.njh206v .q269uxf{border-left:3px solid var(--accent);border-radius:0}
.jbzm4gi5 .q269uxf{padding:20px 0}
@media(max-width:640px){
  .q269uxf{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .gfze{max-width:100%}
}
.lgz9q7 .hle727u{margin:0}
@media (max-width:560px){
  .h8xwhli6{grid-template-columns:repeat(2,1fr);gap:12px}
}
:root {
  --accent:          #24d76a;
  --brand:           #24d76a;
  --brand-light:     #27a458;
  --brand-pale:      #4ec67d;
  --grad-start:      #6fe79e;
  --grad-end:        #a9eac2;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #24d76a;
  --cta-light:       #18b957;
  --cta-hover:       #1ba250;
  --bg-page:         #f6f8f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f4;
  --bg-raised:       #eef1ef;
  --bg-hover:        #f3f5f4;
  --border:          #e2e8e4;
  --border-alt:      #cfdcd4;
  --border-section:  #e2e8e4;
  --text-primary:    #171b19;
  --text-muted:      #516057;
  --text-body:       #2e3732;
  --text-sub:        #45534b;
  --text-faint:      #748a7d;
  --text-dim:        #90a197;
  --text-label:      #5d6e64;
  --text-value:      #3a453e;
  --accent-bg:       #e2f3e8;
  --accent-bg-light: #c8edd7;
  --bg-tip:          #f9f0f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f5;
  --bg-cons:         #faf6f3;
  --c-pros:          #92105f;
  --c-cons:          #9f4f21;
  --c-pros-label:    #ae1371;
  --c-tip-border:    #c0157d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #92105f;
}
:root { --logo-bg-opacity: 39%; }
body, button, input { font-family: "Audiowide", sans-serif; }
.i052rp .cx04lsh, .i052rp .jbqdic { min-height: 640px; }
.fydqx4::before { content: '|'; opacity: 0.3; }