:root {
  --color-accent: #eab308;
  --color-cta: #f97316;
  --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;
}
.ultchr {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.kzint55 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.arzuknp5 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.r5ycwvle { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.b81yw { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.b81yw a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.b81yw a:hover { color: var(--accent-light); }
.ueecv9k  .qo1bd { border-radius: 14px; }
.ueecv9k .qo1bd li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.ueecv9k .qo1bd li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .qo1bd {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .r3chb:hover .qo1bd,
  .r3chb:focus-within .qo1bd { display: block; }
  .qo1bd li a { padding: 8px 16px; font-size: 0.88rem; }
}
.g5orx5 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.wlz4nnt5 { display: none; }
@media (max-width: 640px) {
  .wlz4nnt5 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .wlz4nnt5.pxb9p80 { display: block; }
}
@media (max-width: 640px) {
  .g5orx5 { display: block; }
  .b81yw > li + li::before { display: none !important; }
  .b81yw {
    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;
  }
  .b81yw.pxb9p80 { display: flex; }
  .b81yw li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .b81yw li:last-child a { border-bottom: none; }
}
.kegtab { min-height: 480px; }
.l3po0 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.nr8f { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.f4oky .nr8f { margin-left: 0; margin-right: 0; }
.hbjz9mq {
  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;
}
.zaffb4xs .hbjz9mq { margin-top: 24px; }
.hbjz9mq:hover { opacity: 0.88; }
.bp5i4r .l3po0 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.bp5i4r .nr8f { color: #e2e8f0; }
.bp5i4r.knzm .vxhfnaj { text-align: center; }
.vtddi .l3po0 { color: var(--text-primary); text-shadow: none; }
.vtddi .nr8f { color: var(--text-muted); }
.vtddi .hbjz9mq { margin-top: 16px; }
.vtddi, .vtddi.kegtab { min-height: auto !important; }
.vtddi.knzm .vxhfnaj { text-align: center; }
.vtddi~.dm8dhwe{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}
.vtddi~.dm8dhwe .lust114{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.xeazkr .l3po0 { color: #fff; }
.xeazkr .nr8f { color: rgba(255,255,255,0.85); }
.xeazkr .hbjz9mq { background: #fff; color: var(--cta); }
.xeazkr .hbjz9mq:hover { opacity: 0.92; }
.puecidh0 .lrqor { position: relative; overflow: hidden; }
.puecidh0 .lrqor::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.x6grpal .lrqor {
  animation: hg-breathe 7s ease-in-out infinite;
}
.xecxjzk .lrqor { position: relative; overflow: hidden; }
.xecxjzk .lrqor::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;
}
.dgx79 .lrqor { position: relative; overflow: hidden; }
.dgx79 .lrqor::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.g4qvcg .lrqor {
  animation: hg-fadein 1.2s ease-out both;
}
.lrqor {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.v54r {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.r97i {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.sswp {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.lrqor .l3po0 { text-shadow: none; color: var(--text-primary); }
.lrqor .nr8f { color: var(--text-muted); }
body.sac2e .l3po0 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.zhgq .l3po0 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.kegtab.xeazkr .l3po0,
section.xeazkr .l3po0 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.lrqor.knzm .v54r { align-items: center; text-align: center; }
.lrqor.f4oky   .v54r { align-items: flex-start; text-align: left; }
.l8wpc .r97i { position: relative; }
.l8wpc .r97i::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.l8wpc.mybe7ide .r97i::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.d5i6 .r97i {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.d5i6 .sswp {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.d5i6.mybe7ide .r97i { padding: 32px 0 32px 32px; }
.eiab .r97i {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.eiab .sswp {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.mybe7ide .v54r {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.eiab.mybe7ide .r97i { padding: 40px 16px 40px 48px; }
.kegtab .dmzqe {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.dmzqe .dhbrshe {
  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;
}
.dmzqe .dhbrshe::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.dmzqe .lcns1wn { display: contents !important; }
.dmzqe .lcns1wn .bv887 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.dmzqe .lcns1wn .swpm { max-height: 48px; max-width: 96px; }
.dmzqe .lcns1wn .z33xdh {
  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;
}
.dmzqe .b02b46 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.dmzqe .sfm6n { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.dmzqe .uxbav { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.dmzqe .uxbav small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.dmzqe .k483lw8o { display: contents !important; }
.dmzqe .k483lw8o .q3vpw4f:not(.sgyiuir) { display: none !important; }
.dmzqe .k483lw8o .sgyiuir {
  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;
}
.dmzqe .k483lw8o .sgyiuir .ypn8 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.dmzqe .k483lw8o .sgyiuir .rhyikq {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.dmzqe .o1vtwix { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.dmzqe .o1vtwix.w8cfgx {
  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;
}
.dmzqe .o1vtwix.w8cfgx:hover { opacity: 0.85; }
.i4wkho .r97i {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .lrqor { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .lrqor:not(.i4wkho) .r97i { display: none !important; }
  .i4wkho .r97i { padding: 16px; }
  .v54r  { padding: 36px 24px; }
  .lrqor~.dm8dhwe,.mybe7ide~.dm8dhwe{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .kegtab, .lrqor { min-height: 320px !important; }
  .l3po0 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ou2t,
  .hoqp,
  .rgbc3 { grid-template-columns: 1fr !important; }

  

  
  .qgea54uw { display: flex !important; flex-direction: column !important; }
  .qgea54uw .vxhfnaj { display: contents; }
  .qgea54uw .hl2ssr9 { order: 0; }
  .qgea54uw .l3po0 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .qgea54uw .ou2t { order: 2; padding: 0 16px 12px !important; }
  .qgea54uw .nr8f { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .zaffb4xs .vxhfnaj { display: flex; flex-direction: column; }
  .zaffb4xs .vxhfnaj .l3po0 { order: 1; }
  .zaffb4xs .vxhfnaj .rgbc3 { order: 2; margin: 8px 0 24px !important; }
  .zaffb4xs .vxhfnaj .nr8f { order: 3; }
  .zaffb4xs .vxhfnaj .hbjz9mq { order: 4; align-self: center; margin-top: 0; }

  
  .lrqor.i4wkho {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .lrqor.i4wkho .v54r { display: contents; padding: 0; }
  .lrqor.i4wkho .v54r .l3po0 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .lrqor.i4wkho .r97i { order: 2; padding: 12px 16px; }
  .lrqor.i4wkho .v54r .nr8f { order: 3; padding: 0 24px; margin: 0 auto; }
  .lrqor.i4wkho .v54r .hbjz9mq { order: 4; align-self: center; margin: 8px 0 32px; }
}
.sux3e4t { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.snkzdl { width: 100%; height: auto; display: block; border-radius: 10px; }
.e0phw8 .sux3e4t        { border-radius: 16px; }
.e0phw8 .snkzdl  { border-radius: 16px; }
.i2ldap44 .sux3e4t         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.i2ldap44 .snkzdl   { border-radius: 8px; }
.h4nn3w5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.bexcs { width: 100%; padding: 32px 0; position: relative; }
.slnvlv { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.x35hc .bexcs:nth-child(even) { background: var(--bg-surface); }
.x35hc .bexcs:nth-child(odd)  { background: var(--bg-page); }
.aqixz1wq .bexcs:nth-child(even) { background: var(--bg-card); }
.aqixz1wq .bexcs:nth-child(odd)  { background: var(--bg-page); }
.x35hc .bexcs:nth-child(odd)  .slnvlv { background: var(--bg-card); border-radius: 6px; }
.x35hc .bexcs:nth-child(even) .slnvlv { background: var(--bg-raised); border-radius: 6px; }
.aqixz1wq .bexcs:nth-child(odd)  .slnvlv { background: var(--bg-card); border-radius: 6px; }
.aqixz1wq .bexcs:nth-child(even) .slnvlv { background: var(--bg-raised); border-radius: 6px; }
.x35hc .bexcs:nth-child(even) .g8y3 .mheox,
.aqixz1wq .bexcs:nth-child(even) .g8y3 .mheox { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.x35hc .bexcs:nth-child(odd) .g8y3 .mheox,
.aqixz1wq .bexcs:nth-child(odd) .g8y3 .mheox { background: var(--bg-card-inner); }
.x35hc .bexcs:nth-child(even) .s8qpoj62 .mheox:nth-child(odd),
.aqixz1wq .bexcs:nth-child(even) .s8qpoj62 .mheox:nth-child(odd)  { background: var(--bg-card); }
.x35hc .bexcs:nth-child(even) .s8qpoj62 .mheox:nth-child(even),
.aqixz1wq .bexcs:nth-child(even) .s8qpoj62 .mheox:nth-child(even) { background: var(--bg-card-inner); }
h1.cset1 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.cset1 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.a1k0c { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ki7hunij h2.cset1 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.oezdhe h2.cset1 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.aljvr5 h2.cset1 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ao5ca5n h2.cset1::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ge4fpy h2.cset1 {
  color: var(--text-primary); font-size: 1.7rem;
}
.c5g56n4w h2.cset1::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.wyxpr h2.cset1 {
  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;
}
.mnzy { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .mnzy { display: none; } }
.q6wz { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.vb3we { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.za79k4n {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.g44zra2 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.al29po { padding-left: 20px; }
.al29po li { margin-bottom: 6px; }
.al29po a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.al29po a:hover { color: var(--accent-light); }
.j7ix .g44zra2 { display: none; }
.q75l .g44zra2 { display: none; }
.q75l .al29po { padding-left: 0; list-style: none; }
.q75l .al29po li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.q75l .al29po a { font-size: 0.92rem; }
.b6fyiy .za79k4n { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.b6fyiy .g44zra2 { display: none; }
.b6fyiy .al29po { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.b6fyiy .al29po li { margin-bottom: 0; }
.b6fyiy .al29po 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;
}
.b6fyiy .al29po a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.kk7c .za79k4n { padding: 20px 20px 16px; }
.kk7c .al29po {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.kk7c .al29po li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.kk7c .al29po 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;
}
.kk7c .al29po 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;
}
.kk7c .al29po a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.kk7c .al29po a:focus,
.kk7c .al29po a:focus-visible,
.kk7c .al29po a:target { outline: none; }
.kk7c .al29po li:target a { border-color: var(--border); color: var(--text-muted); }
.vphez8 .za79k4n { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.vphez8 .g44zra2 { display: none; }
.vphez8 .al29po { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.vphez8 .al29po li { margin-bottom: 0; }
.vphez8 .al29po li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.vphez8 .al29po li:last-child::after { content: ""; margin-right: 0; }
.vphez8 .al29po a { font-size: 0.9rem; }
.mheox { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.g8y3 .mheox { background: var(--bg-card); }
.s8qpoj62 .mheox:nth-child(odd)  { background: var(--bg-card); }
.s8qpoj62 .mheox:nth-child(even) { background: var(--bg-raised); }
.gzmuyqoj .mheox {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.gzmuyqoj .mheox:last-child { border-bottom: none; }
.gzmuyqoj h3.a1k0c { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.lc9p .mheox {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.lc9p .mheox + .mheox { margin-top: 4px; }
.huot91 .mheox { background: none; border-radius: 0; padding: 12px 0; }
.huot91 .mheox + .mheox { border-top: 1px solid var(--border-section); }
.uye5al { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.boagbsa { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.vmzpf { color: var(--text-body); margin-bottom: 10px; }
.egcjppdn, .qikzmo { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.egcjppdn li, .qikzmo li { margin-bottom: 6px; }
.qikzmo li { list-style: decimal; }
.tulsr     .egcjppdn { list-style-type: "● "; }
.br71  .egcjppdn { list-style-type: "■ "; }
.unghh5 .egcjppdn { list-style-type: "◆ "; }
.le6mq    .egcjppdn { list-style-type: "★ "; }
.tulsr     .l0i3wqf { list-style-type: "● "; }
.br71  .l0i3wqf { list-style-type: "■ "; }
.unghh5 .l0i3wqf { list-style-type: "◆ "; }
.le6mq    .l0i3wqf { list-style-type: "★ "; }
.tulsr    .egcjppdn li::marker, .tulsr    .l0i3wqf li::marker,
.br71 .egcjppdn li::marker, .br71 .l0i3wqf li::marker,
.unghh5 .egcjppdn li::marker, .unghh5 .l0i3wqf li::marker,
.le6mq   .egcjppdn li::marker, .le6mq   .l0i3wqf li::marker {
  color: var(--cta); font-size: 1em;
}
.tulsr .qikzmo,
.br71 .qikzmo,
.unghh5 .qikzmo,
.le6mq .qikzmo {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.tulsr .qikzmo li,
.br71 .qikzmo li,
.unghh5 .qikzmo li,
.le6mq .qikzmo li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.tulsr .qikzmo li::before,
.br71 .qikzmo li::before,
.unghh5 .qikzmo li::before,
.le6mq .qikzmo 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;
}
.tulsr     .qikzmo li::before { border-radius: 50%; }
.br71  .qikzmo li::before { border-radius: 3px; }
.unghh5 .qikzmo li::before { border-radius: 3px; }
.le6mq    .qikzmo li::before { border-radius: 50%; }
.lqt2iouo { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.uor5 .lqt2iouo,
.qre0vihc .lqt2iouo { background: transparent; border: none; border-radius: 0; }
.msrr { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.msrr th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.msrr td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.msrr tr:hover td { background: var(--bg-hover); }
.new0 .msrr tbody tr:nth-child(even) td { background: var(--bg-surface); }
.m1fehm .msrr { border: 1px solid var(--border-alt); }
.m1fehm .msrr th,
.m1fehm .msrr td { border: 1px solid var(--border-alt); }
.h4yil .msrr th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.h4yil .msrr td { border-bottom: none; }
.h4yil .msrr tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.otob6g7 .msrr th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.rleu1 .lqt2iouo {
  overflow: hidden;
}
.rleu1 .msrr th { border-bottom: 1px solid var(--border-alt); }
.rleu1 .msrr tr:last-child td { border-bottom: none; }
.dyzfqq { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.poag { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.numln2l5 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.pht5u58 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.yxrsg7rv { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.l0i3wqf { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.l0i3wqf 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%}
.p6rvid .pht5u58 { background: transparent; text-align: center; }
.y80b .numln2l5 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.f1dske .numln2l5 {
  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);
}
.rwxjahoh .poag { display: grid; grid-template-columns: auto 1fr; }
.rwxjahoh .numln2l5 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.rwxjahoh .pht5u58 { grid-column: 2; }
.rwxjahoh .yxrsg7rv,
.rwxjahoh .l0i3wqf { grid-column: 1 / -1; }
.e3gmk2 .poag { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.e3gmk2 .numln2l5 {
  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);
}
.e3gmk2 .pht5u58 { grid-column: 2; }
.e3gmk2 .yxrsg7rv,
.e3gmk2 .l0i3wqf { grid-column: 1 / -1; }
.grawu89g .poag { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.grawu89g .pht5u58 { background: none; color: var(--accent-light); font-weight: 700; }
.t6i0qg .poag { 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); }
.t6i0qg .pht5u58 { background: none; color: var(--accent-light); font-weight: 700; }
.hrn9 .poag { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.hrn9 .poag:last-child { border-bottom: none; }
.hrn9 .pht5u58 { background: none; color: var(--accent-light); font-weight: 700; }
.l92u17fw .poag { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.l92u17fw .pht5u58 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.x4oiob .dyzfqq { counter-reset: card-n; }
.x4oiob .poag  { counter-increment: card-n; }
.x4oiob .pht5u58 { display: flex; align-items: center; gap: 10px; }
.x4oiob .pht5u58::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;
}
.aq6exsxf .poag { background: var(--bg-surface); border: 1px solid var(--border); }
.aq6exsxf .pht5u58 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.tj2iv { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.mzhvrnv4  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.tjg7 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.efs5ke0 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.r4fd { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.tj2iv strong { color: var(--text-primary); font-size: 0.95rem; }
.tj2iv p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.qjhe1kjz { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.sh4n4x, .dn7uj8h { border-radius: 8px; padding: 14px; }
.sh4n4x { background: var(--bg-pros); }
.dn7uj8h { background: var(--bg-cons); }
.tp188 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.sh4n4x .tp188 { color: var(--c-pros-label); }
.dn7uj8h .tp188 { color: #f87171; }
.sh4n4x ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dn7uj8h ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.snkzdl { width: 100%; height: auto; border-radius: 10px; display: block; }
.w8cfgx {
  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;
}
.w8cfgx:hover { opacity: 0.85; }
.uhgav .w8cfgx  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.uhgav .w8cfgx:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.wos0wy82 .w8cfgx  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.wos0wy82 .w8cfgx:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.rorgp .hbjz9mq { border-radius: 50px; }
.rorgp .w8cfgx  { border-radius: 50px; }
.u8vld5ck .hbjz9mq { padding-left: 22px; padding-right: 22px; }
.u8vld5ck .w8cfgx  { padding-left: 12px; padding-right: 12px; }
.uo8o .hbjz9mq { padding-left: 44px; padding-right: 44px; }
.uo8o .w8cfgx  { padding-left: 24px; padding-right: 24px; }
.rhnvmp .hbjz9mq { padding-left: 56px; padding-right: 56px; }
.rhnvmp .w8cfgx  { padding-left: 32px; padding-right: 32px; }
.vrgl3fi   .hbjz9mq::after, .vrgl3fi   .w8cfgx::after,
.lwjx .hbjz9mq::after, .lwjx .w8cfgx::after,
.m2f6ttmz    .hbjz9mq::after, .m2f6ttmz    .w8cfgx::after,
.xj9z    .hbjz9mq::after, .xj9z    .w8cfgx::after,
.x60u    .hbjz9mq::after, .x60u    .w8cfgx::after,
.z3e36wkf     .hbjz9mq::after, .z3e36wkf     .w8cfgx::after,
.dt9dzy    .hbjz9mq::after, .dt9dzy    .w8cfgx::after,
.yclm3   .hbjz9mq::after, .yclm3   .w8cfgx::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;
}
.vrgl3fi .hbjz9mq::after, .vrgl3fi .w8cfgx::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");
}
.lwjx .hbjz9mq::after, .lwjx .w8cfgx::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");
}
.m2f6ttmz .hbjz9mq::after, .m2f6ttmz .w8cfgx::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");
}
.xj9z .hbjz9mq::after, .xj9z .w8cfgx::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");
}
.x60u .hbjz9mq::after, .x60u .w8cfgx::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");
}
.z3e36wkf .hbjz9mq::after, .z3e36wkf .w8cfgx::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");
}
.dt9dzy .hbjz9mq::after, .dt9dzy .w8cfgx::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");
}
.yclm3 .hbjz9mq::after, .yclm3 .w8cfgx::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");
}
.hw401   .givw0on::after, .hw401   .g59j0di::after,
.zq7sed .givw0on::after, .zq7sed .g59j0di::after,
.y42wyi    .givw0on::after, .y42wyi    .g59j0di::after,
.i4azock6    .givw0on::after, .i4azock6    .g59j0di::after,
.w23y3    .givw0on::after, .w23y3    .g59j0di::after,
.jl2ti2j     .givw0on::after, .jl2ti2j     .g59j0di::after,
.byrpa    .givw0on::after, .byrpa    .g59j0di::after,
.te2fg   .givw0on::after, .te2fg   .g59j0di::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;
}
.hw401 .givw0on::after, .hw401 .g59j0di::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");
}
.zq7sed .givw0on::after, .zq7sed .g59j0di::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");
}
.y42wyi .givw0on::after, .y42wyi .g59j0di::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");
}
.i4azock6 .givw0on::after, .i4azock6 .g59j0di::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");
}
.w23y3 .givw0on::after, .w23y3 .g59j0di::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");
}
.jl2ti2j .givw0on::after, .jl2ti2j .g59j0di::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");
}
.byrpa .givw0on::after, .byrpa .g59j0di::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");
}
.te2fg .givw0on::after, .te2fg .g59j0di::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");
}
.cq2k {
  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;
}
.dhbrshe {
  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;
}
.dhbrshe > * { min-width: 0; }
.dhbrshe:hover { background: var(--bg-hover); }
.dhbrshe > [itemprop="item"] { display: contents; }
.dhbrshe [itemprop="itemReviewed"],
.dhbrshe [itemprop="reviewRating"] { display: none; }
.dhbrshe::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;
}
.lcns1wn {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.bv887 {
  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;
}
.swpm { max-height: 52px; max-width: 110px; object-fit: contain; }
.z33xdh {
  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;
}
.io0bknn .bv887    { background: #1a1a1a; }
.zx5h .bv887   { background: rgba(128,128,128,.12); }
.p87j .bv887 { background: var(--bg-raised); }
.m53tcc .bv887    { background: transparent; padding: 0; }
.b02b46 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.sfm6n { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.uxbav { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.k483lw8o {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.q3vpw4f {
  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;
}
.ypn8 {
  
  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%;
}
.rhyikq {
  
  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;
}
.o1vtwix {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.o1vtwix.w8cfgx {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .dhbrshe {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .dhbrshe::before    { grid-area: rank;   }
  .lcns1wn           { grid-area: ident;  }
  .b02b46     { grid-area: rating; min-width: 0; width: auto; }
  .k483lw8o           { grid-area: pills;  }
  .o1vtwix             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .dhbrshe {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .dhbrshe::before    { justify-self: center; }
  .lcns1wn           { width: 100%; }
  .b02b46     { justify-self: center; }
  .k483lw8o           { grid-template-columns: 1fr; }
}
.pv0fs {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.qkoj056j {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.l95vya7t {
  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;
}
.l95vya7t img { max-width: 80px; max-height: 50px; object-fit: contain; }
.juzrf { flex: 1; }
.juzrf h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.p9f91m { color: var(--c-stars); font-size: 1.1rem; }
.sbmuux { margin-bottom: 8px; }
.fnuuxcvn { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.mwlcwu::before   { content: "★ "; color: var(--accent-light); }
.px2jx7 { flex-shrink: 0; }
.jtjgeah img.n28vc { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.uor5 { padding: 20px 24px; }
.r5qdc6v { color: var(--text-muted); margin-bottom: 16px; }
.hwn06 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.biaz3, .ryejwn { list-style: none; font-size: 0.9rem; }
.biaz3 li { color: var(--c-pros); margin-bottom: 4px; }
.ryejwn li { color: var(--c-cons); margin-bottom: 4px; }
.biaz3 li::before { content: "✓"; margin-right: 5px; }
.ryejwn li::before { content: "✗"; margin-right: 5px; }
.nhwka7r .biaz3 li::before { content: "→"; }
.nhwka7r .ryejwn li::before { content: "–"; }
.ny9jkdj  .biaz3 li::before { content: "★"; }
.ny9jkdj  .ryejwn li::before { content: "✕"; }
.jwp90an    .biaz3 li::before { content: "◆"; }
.jwp90an    .ryejwn li::before { content: "▲"; }
.rqnrxpv  .biaz3 li::before { content: "▶"; }
.rqnrxpv  .ryejwn li::before { content: "■"; }
.wxp6n2fl { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.ay5ubhz { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.nide2e8q { background: var(--bg-pros); color: var(--c-tag-pay); }
.erols7i { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.ewg3uoo .erols7i { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.mb1wgzu .erols7i { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .jjykr .wjlw {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .jjykr .pv0fs { margin: 0; }
}
.gq6ud .qkoj056j { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.gq6ud .juzrf h3 { color: var(--accent-light); }
.gq6ud .l95vya7t { background: var(--bg-page); border: 1px solid var(--border); }
.zbdo8 .pv0fs { border-top: 4px solid var(--accent); }
.zbdo8 .qkoj056j { background: var(--bg-card); }
.mvwi3 .pv0fs { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.mvwi3 .qkoj056j { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.mvwi3 .uor5 { padding: 14px 16px; }
.mvwi3 .l95vya7t { border-radius: 4px; }
.mvwi3 .erols7i { border-radius: 0; }
.n9wderz .qkoj056j { padding: 0; gap: 0; overflow: hidden; }
.n9wderz .l95vya7t { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.n9wderz .juzrf { padding: 16px 20px; }
.n9wderz .px2jx7 { padding: 16px 20px; align-self: center; }
.pdjf .p9f91m { font-size: .95rem; }
.qre0vihc .qjhe1kjz { gap: 10px; }
.qre0vihc .sh4n4x, .qre0vihc .dn7uj8h { padding: 12px; }
.qre0vihc .sh4n4x ul, .qre0vihc .dn7uj8h ul { margin: 4px 0 0; padding-left: 18px; }
.qre0vihc .sh4n4x li, .qre0vihc .dn7uj8h li { font-size: .85rem; margin-bottom: 3px; }
.blippu .ay5ubhz { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .vljamnm { grid-template-columns: 1fr; }
  .vbyj6tv { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .vbyj6tv .pkvfud { width: 72px; height: 50px; }
  .vbyj6tv .sk2m { max-width: 180px; }
  .vbyj6tv .lylm { width: auto; }
}
.lcgp7p .pdjf .p9f91m { filter: brightness(1.2); }
@media (max-width: 720px) {
  .lcgp7p { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .rlajg9w { padding: 16px; }
  .c6jcmz9 .cl3wyfw { min-width: 50%; }
}
.krdwh .qjhe1kjz { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .dlu6m { grid-template-columns: 1fr; }
  .p43o1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ff3layu { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .v3f663 { flex-wrap: wrap; padding: 16px; }
}
.myk15 .qjhe1kjz { gap: 8px; }
.myk15 .sh4n4x, .myk15 .dn7uj8h { padding: 8px; }
@media (max-width: 480px) {
  .xu4u { flex-direction: column; align-items: stretch; }
}
.cf6m2 .lylm .w8cfgx { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ay6lv631 { flex-direction: column; align-items: stretch; gap: 10px; }
  .cf6m2 .lylm { text-align: center; }
}
@media (max-width: 720px) {
  .yoyi { grid-template-columns: 1fr; }
  .fv5n3i { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ddl27n { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.l4i60 .ngt8w0dr { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.tlk1lmkz .p9f91m { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .q0ysd { grid-template-columns: 1fr; }
  .tlk1lmkz { width: 100px; height: 100px; margin: 16px auto; }
  .l4i60 { font-size: 1.4rem; }
  .swejs { justify-content: center; }
  .nxvyttm1 .cl3wyfw { min-width: 50%; }
}
.p1jhj1 .qjhe1kjz { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ybzsf1 { flex-wrap: wrap; padding: 14px 16px; }
  .l987lmsw { padding: 12px 16px; }
  .p1jhj1 .qjhe1kjz { margin: 0 16px; }
  .p1jhj1 .blippu { padding: 0 16px; }
  .hwaoz0o { padding: 12px 16px; }
}
.auj7fvu .dhbrshe {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.auj7fvu .dhbrshe:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.jzem7 .cq2k { gap: 18px; }
.jzem7 .dhbrshe {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.jzem7 .dhbrshe:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.c45wk .cq2k {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.c45wk .dhbrshe {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.c45wk .dhbrshe:last-child { border-bottom: none; }
.c45wk .lcns1wn,
.c45wk .b02b46,
.c45wk .k483lw8o {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.vx6zw .cq2k { gap: 0; }
.vx6zw .dhbrshe {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.vx6zw .dhbrshe:last-child { border-bottom: none; }
.vx6zw .dhbrshe:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.vx6zw .dhbrshe:nth-child(even):hover { background: var(--bg-hover); }
.wlojx3d .dhbrshe {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.a6ehz .k483lw8o .q3vpw4f {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.a6ehz .k483lw8o .q3vpw4f:first-child { border-left: none; }
.lkbk .k483lw8o .q3vpw4f {
  background: transparent; padding: 4px 8px;
}
.lkbk .k483lw8o .ypn8 { font-size: .65rem; opacity: .65; }
.lkbk .k483lw8o .rhyikq   { font-size: 1.15rem; color: var(--accent-light); }
.d0ie .k483lw8o .q3vpw4f {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.uxbav { display: none; }
.vzmj4 .sfm6n { font-size: 1rem; letter-spacing: 2px; }
.pm3a8j .sfm6n {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.eeuk .sfm6n,
.szcw .sfm6n,
.h9bzfvme .sfm6n { display: none; }
.eeuk .uxbav,
.szcw .uxbav,
.h9bzfvme .uxbav { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.eeuk .uxbav { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.eeuk .uxbav small { display: none; }
.szcw .uxbav {
  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;
}
.szcw .uxbav small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.h9bzfvme .uxbav {
  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;
}
.h9bzfvme .uxbav small { display: none; }
.eeuk .sbmuux .p9f91m,
.szcw .sbmuux .p9f91m,
.h9bzfvme .sbmuux .p9f91m { display: none; }
.eeuk .sbmuux strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.eeuk .ngt8w0dr { display: none; }
.szcw .sbmuux 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;
}
.szcw .hunzsuz,
.szcw .ngt8w0dr { font-size: 1em; }
.h9bzfvme .sbmuux strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.h9bzfvme .ngt8w0dr { display: none; }
.rfyhm7ub { margin: 16px 0; }
.ipk635y { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ipk635y summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ipk635y summary::after { content: "+"; color: var(--accent-light); }
.ipk635y[open] summary::after { content: "−"; }
.ipk635y p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.bexcs { margin-bottom: 0; }
.g5v4 h2.cset1 { color: var(--text-primary); border-color: var(--accent-light); }
.o6dfp9 h2.cset1 { color: var(--text-primary); border-color: var(--accent-light); }
.acwchptf .mzhvrnv4     { background: #052e16; border-color: #10b981; }
.acwchptf .tjg7 { background: #2d0a1e; border-color: #f43f5e; }
.acwchptf .efs5ke0    { background: #1e1036; border-color: #a855f7; }
.acwchptf .tj2iv strong  { color: #f1f5f9; }
.acwchptf .tj2iv p       { color: #cbd5e1; }
.acwchptf .xt65    .mzhvrnv4     .r4fd::before,
.acwchptf .jmb4idge  .mzhvrnv4     .r4fd::before,
.acwchptf .nd1rp5uy  .mzhvrnv4     .r4fd::before,
.acwchptf .yi37 .mzhvrnv4     .r4fd::before { color: #10b981; }
.acwchptf .xt65    .tjg7 .r4fd::before,
.acwchptf .jmb4idge  .tjg7 .r4fd::before,
.acwchptf .nd1rp5uy  .tjg7 .r4fd::before,
.acwchptf .yi37 .tjg7 .r4fd::before { color: #f43f5e; }
.acwchptf .xt65    .efs5ke0    .r4fd::before,
.acwchptf .jmb4idge  .efs5ke0    .r4fd::before,
.acwchptf .nd1rp5uy  .efs5ke0    .r4fd::before,
.acwchptf .yi37 .efs5ke0    .r4fd::before { color: #a855f7; }
.aimy .mzhvrnv4     { background: #2d2000; border-color: #eab308; }
.aimy .tjg7 { background: #2d0b0b; border-color: #ef4444; }
.aimy .efs5ke0    { background: #2d1600; border-color: #f97316; }
.aimy .tj2iv strong  { color: #f1f5f9; }
.aimy .tj2iv p       { color: #cbd5e1; }
.aimy .xt65    .mzhvrnv4     .r4fd::before,
.aimy .jmb4idge  .mzhvrnv4     .r4fd::before,
.aimy .nd1rp5uy  .mzhvrnv4     .r4fd::before,
.aimy .yi37 .mzhvrnv4     .r4fd::before { color: #eab308; }
.aimy .xt65    .tjg7 .r4fd::before,
.aimy .jmb4idge  .tjg7 .r4fd::before,
.aimy .nd1rp5uy  .tjg7 .r4fd::before,
.aimy .yi37 .tjg7 .r4fd::before { color: #ef4444; }
.aimy .xt65    .efs5ke0    .r4fd::before,
.aimy .jmb4idge  .efs5ke0    .r4fd::before,
.aimy .nd1rp5uy  .efs5ke0    .r4fd::before,
.aimy .yi37 .efs5ke0    .r4fd::before { color: #f97316; }
.tjo09 .mzhvrnv4     { background: #0c1a2e; border-color: #38bdf8; }
.tjo09 .tjg7 { background: #12103a; border-color: #818cf8; }
.tjo09 .efs5ke0    { background: #0a2020; border-color: #2dd4bf; }
.tjo09 .tj2iv strong  { color: #f1f5f9; }
.tjo09 .tj2iv p       { color: #cbd5e1; }
.tjo09 .xt65    .mzhvrnv4     .r4fd::before,
.tjo09 .jmb4idge  .mzhvrnv4     .r4fd::before,
.tjo09 .nd1rp5uy  .mzhvrnv4     .r4fd::before,
.tjo09 .yi37 .mzhvrnv4     .r4fd::before { color: #38bdf8; }
.tjo09 .xt65    .tjg7 .r4fd::before,
.tjo09 .jmb4idge  .tjg7 .r4fd::before,
.tjo09 .nd1rp5uy  .tjg7 .r4fd::before,
.tjo09 .yi37 .tjg7 .r4fd::before { color: #818cf8; }
.tjo09 .xt65    .efs5ke0    .r4fd::before,
.tjo09 .jmb4idge  .efs5ke0    .r4fd::before,
.tjo09 .nd1rp5uy  .efs5ke0    .r4fd::before,
.tjo09 .yi37 .efs5ke0    .r4fd::before { color: #2dd4bf; }
.ccrumlk .mzhvrnv4     { background: var(--accent-bg); border-color: var(--accent-light); }
.ccrumlk .tjg7 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ccrumlk .efs5ke0    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ccrumlk .xt65    .r4fd::before,
.ccrumlk .jmb4idge  .r4fd::before,
.ccrumlk .nd1rp5uy  .r4fd::before,
.ccrumlk .yi37 .r4fd::before { color: var(--accent-light) !important; }
.tbps::before,
.qle0r::before { margin-right: 5px; }
.sdhv01r4 .sh4n4x ul li,
.sdhv01r4 .biaz3 li         { color: #4ade80; }
.sdhv01r4 .sh4n4x .tbps { color: #22c55e; }
.sdhv01r4 .dn7uj8h ul li,
.sdhv01r4 .ryejwn li         { color: #f87171; }
.sdhv01r4 .dn7uj8h .qle0r { color: #ef4444; }
.hj7h4i59 .sh4n4x { background: var(--bg-pros); }
.hj7h4i59 .dn7uj8h { background: var(--bg-cons); }
.hj7h4i59 .sh4n4x .tbps { color: var(--c-pros-label); }
.hj7h4i59 .dn7uj8h .qle0r { color: var(--c-cons); }
.hj7h4i59 .sh4n4x ul li,
.hj7h4i59 .biaz3 li            { color: var(--c-pros); }
.hj7h4i59 .dn7uj8h ul li,
.hj7h4i59 .ryejwn li            { color: var(--c-cons); }
.hjuyibjr .sh4n4x { background: var(--bg-pros); }
.hjuyibjr .dn7uj8h { background: var(--bg-cons); }
.hjuyibjr .sh4n4x .tbps { color: var(--c-pros-label); }
.hjuyibjr .dn7uj8h .qle0r { color: var(--c-cons); }
.hjuyibjr .sh4n4x ul li,
.hjuyibjr .biaz3 li          { color: var(--c-pros); }
.hjuyibjr .dn7uj8h ul li,
.hjuyibjr .ryejwn li          { color: var(--c-cons); }
.nmrsx .tbps::before { content: "✓ "; }
.nmrsx .qle0r::before { content: "✗ "; }
.nhwka7r .tbps::before { content: "→ "; }
.nhwka7r .qle0r::before { content: "← "; }
.ny9jkdj .tbps::before { content: "★ "; }
.ny9jkdj .qle0r::before { content: "✕ "; }
.jwp90an .tbps::before { content: "◆ "; }
.jwp90an .qle0r::before { content: "▲ "; }
.mb1wgzu .tj2iv { background: transparent; border-left: none; border: 1.5px solid; }
.mb1wgzu .mzhvrnv4     { border-color: var(--c-tip-border); }
.mb1wgzu .tjg7 { border-color: var(--c-warn-border); }
.mb1wgzu .efs5ke0    { border-color: #60a5fa; }
.mb1wgzu .tj2iv strong { color: var(--text-primary); }
.mb1wgzu .tj2iv p      { color: var(--text-muted); }
.ewg3uoo .tj2iv { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ewg3uoo .mzhvrnv4     { border-top-color: var(--c-tip-border); }
.ewg3uoo .tjg7 { border-top-color: var(--c-warn-border); }
.ewg3uoo .efs5ke0    { border-top-color: #60a5fa; }
.ui89m .tj2iv { border-left: none; border-radius: 8px; }
.ui89m .mzhvrnv4     { background: #065f46; }
.ui89m .tjg7 { background: #92400e; }
.ui89m .efs5ke0    { background: #1e3a8a; }
.ui89m .tj2iv strong,
.ui89m .tj2iv p { color: #fff; }
.ui89m .r4fd::before { color: rgba(255,255,255,0.85) !important; }
.acwchptf.ui89m .mzhvrnv4,
.acwchptf .ui89m .mzhvrnv4     { background: #052e16; }
.acwchptf.ui89m .tjg7,
.acwchptf .ui89m .tjg7 { background: #2d0a1e; }
.acwchptf.ui89m .efs5ke0,
.acwchptf .ui89m .efs5ke0    { background: #1e1036; }
.aimy.ui89m .mzhvrnv4,
.aimy .ui89m .mzhvrnv4      { background: #2d2000; }
.aimy.ui89m .tjg7,
.aimy .ui89m .tjg7  { background: #2d0b0b; }
.aimy.ui89m .efs5ke0,
.aimy .ui89m .efs5ke0     { background: #2d1600; }
.tjo09.ui89m .mzhvrnv4,
.tjo09 .ui89m .mzhvrnv4      { background: #0c1a2e; }
.tjo09.ui89m .tjg7,
.tjo09 .ui89m .tjg7  { background: #12103a; }
.tjo09.ui89m .efs5ke0,
.tjo09 .ui89m .efs5ke0     { background: #0a2020; }
.duodbnx .tj2iv { border-left: none; border-radius: 6px; padding: 10px 14px; }
.duodbnx .mzhvrnv4     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.duodbnx .tjg7 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.duodbnx .efs5ke0    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.duodbnx .tj2iv strong { color: var(--text-primary); }
.duodbnx .tj2iv p      { color: var(--text-muted); }
.ldsqeb .tj2iv { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.xt65 .r4fd,
.jmb4idge .r4fd,
.nd1rp5uy .r4fd,
.yi37 .r4fd { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.xt65 .r4fd::before,
.jmb4idge .r4fd::before,
.nd1rp5uy .r4fd::before,
.yi37 .r4fd::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.xt65 .mzhvrnv4     .r4fd::before { content: "✦"; color: var(--c-tip-border); }
.xt65 .tjg7 .r4fd::before { content: "▲"; color: var(--c-warn-border); }
.xt65 .efs5ke0    .r4fd::before { content: "◉"; color: #60a5fa; }
.jmb4idge .mzhvrnv4     .r4fd::before { content: "★"; color: var(--c-tip-border); }
.jmb4idge .tjg7 .r4fd::before { content: "◆"; color: var(--c-warn-border); }
.jmb4idge .efs5ke0    .r4fd::before { content: "●"; color: #60a5fa; }
.nd1rp5uy .mzhvrnv4     .r4fd::before { content: "▶"; color: var(--c-tip-border); }
.nd1rp5uy .tjg7 .r4fd::before { content: "■"; color: var(--c-warn-border); }
.nd1rp5uy .efs5ke0    .r4fd::before { content: "▸"; color: #60a5fa; }
.yi37 .mzhvrnv4     .r4fd::before { content: "→"; color: var(--c-tip-border); }
.yi37 .tjg7 .r4fd::before { content: "⬥"; color: var(--c-warn-border); }
.yi37 .efs5ke0    .r4fd::before { content: "◈"; color: #60a5fa; }
.rupw4t .g8y3 .mheox,
.rupw4t .s8qpoj62 .mheox  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.rupw4t .poag                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.rupw4t .dhbrshe                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.rupw4t .pv0fs            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.rupw4t .lqt2iouo          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rupw4t .za79k4n                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.heqm .g8y3 .mheox,
.heqm .s8qpoj62 .mheox,
.heqm .poag,
.heqm .dhbrshe,
.heqm .pv0fs,
.heqm .lqt2iouo,
.heqm .za79k4n,
.heqm .ldsqeb .tj2iv { box-shadow: none; }
.gthr0   .vmzpf, .gthr0 .uye5al, .gthr0 .boagbsa,
.gthr0   .q6wz, .gthr0 .vb3we { font-size: 0.9rem; }
.gthr0   .egcjppdn, .gthr0 .qikzmo { font-size: 0.9rem; }
.opj8rep   .vmzpf, .opj8rep .uye5al, .opj8rep .boagbsa,
.opj8rep   .q6wz, .opj8rep .vb3we { font-size: 0.95rem; }
.opj8rep   .egcjppdn, .opj8rep .qikzmo { font-size: 0.95rem; }
.byn1i   .vmzpf, .byn1i .uye5al, .byn1i .boagbsa,
.byn1i   .q6wz, .byn1i .vb3we { font-size: 1.08rem; }
.byn1i   .egcjppdn, .byn1i .qikzmo { font-size: 1.05rem; }
.byn1i   .msrr { font-size: 0.97rem; }
.mpn8s .l3po0      { font-size: 3.2rem; }
.mpn8s h2.cset1 { font-size: 1.9rem; }
.mpn8s h3.a1k0c     { font-size: 1.4rem; }
.mpsd99d .l3po0      { font-size: 3.8rem; }
.mpsd99d h2.cset1 { font-size: 2.2rem; }
.mpsd99d h3.a1k0c     { font-size: 1.6rem; }
.bexcs + .bexcs { position: relative; }
.xsis70   .bexcs + .bexcs::before,
.qian80  .bexcs + .bexcs::before,
.vxoz   .bexcs + .bexcs::before,
.w2h4orpf   .bexcs + .bexcs::before,
.ca8olu8   .bexcs + .bexcs::before,
.c13t3hts .bexcs + .bexcs::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xsis70 .bexcs + .bexcs::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.qian80 .bexcs + .bexcs::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.vxoz .bexcs + .bexcs::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;
}
.w2h4orpf .bexcs + .bexcs::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.f67m .bexcs { margin-bottom: 16px; }
.f67m .bexcs + .bexcs { margin-top: 0; }
.f67m .slnvlv { padding-top: 0; padding-bottom: 0; }
.ca8olu8 .bexcs + .bexcs::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.c13t3hts .bexcs + .bexcs::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.h82e9 .bexcs + .bexcs::before,
.qklnh1pz .bexcs + .bexcs::before,
.p7l5 .bexcs + .bexcs::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%;
}
.x35hc .h82e9 .bexcs:nth-child(even)::before,
.x35hc .qklnh1pz .bexcs:nth-child(even)::before,
.x35hc .p7l5 .bexcs:nth-child(even)::before { background: var(--bg-surface); }
.aqixz1wq .h82e9 .bexcs:nth-child(even)::before,
.aqixz1wq .qklnh1pz .bexcs:nth-child(even)::before,
.aqixz1wq .p7l5 .bexcs:nth-child(even)::before { background: var(--bg-card); }
.h82e9 .bexcs + .bexcs::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");
}
.qklnh1pz .bexcs + .bexcs::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");
}
.p7l5 .bexcs + .bexcs::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");
}
.nuu60y9 .v54r,
.tem98k1 .v54r { padding-bottom: 60px; }
.w7ljm .v54r { padding-bottom: 70px; }
.lkv3ffz .lrqor { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.piewzi .lrqor { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.oduf4u02 .lrqor { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.u7kos1l .lrqor { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.d4pefqi2 .xeazkr { background: var(--accent); }
.d4pefqi2 .xeazkr .hl2ssr9 { background: none; }
.d4pefqi2 .iwffqdpu { background: var(--accent); }
.d4pefqi2 .lrqor { background: var(--accent-bg); }
.d4pefqi2 .bp5i4r:not(.xeazkr) .hl2ssr9 { background: rgba(0,0,0,0.6); }
.zhaeq .sux3e4t { float: left; width: 38%; margin: 0 28px 16px 0; }
.zhaeq .sux3e4t .snkzdl { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zhaeq .slnvlv::after { content: ''; display: block; clear: both; }
.bp6q5c .sux3e4t { float: right; width: 38%; margin: 0 0 16px 28px; }
.bp6q5c .sux3e4t .snkzdl { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bp6q5c .slnvlv::after { content: ''; display: block; clear: both; }
.thw7oo68 .bexcs:nth-child(odd)  .sux3e4t { float: left;  width: 38%; margin: 0 28px 16px 0; }
.thw7oo68 .bexcs:nth-child(even) .sux3e4t { float: right; width: 38%; margin: 0 0 16px 28px; }
.thw7oo68 .sux3e4t .snkzdl { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.thw7oo68 .slnvlv::after { content: ''; display: block; clear: both; }
.zhaeq .dyzfqq,
.zhaeq .cq2k,
.bp6q5c .dyzfqq,
.bp6q5c .cq2k,
.thw7oo68 .dyzfqq,
.thw7oo68 .cq2k { clear: both; }
@media (max-width: 900px) {
  .zhaeq .sux3e4t,
  .bp6q5c .sux3e4t,
  .thw7oo68 .bexcs:nth-child(odd)  .sux3e4t,
  .thw7oo68 .bexcs:nth-child(even) .sux3e4t {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .zhaeq .sux3e4t .snkzdl,
  .bp6q5c .sux3e4t .snkzdl,
  .thw7oo68 .sux3e4t .snkzdl {
    max-height: none !important;
  }
}
.zhaeq .egcjppdn,
.zhaeq .qikzmo,
.bp6q5c .egcjppdn,
.bp6q5c .qikzmo,
.thw7oo68 .egcjppdn,
.thw7oo68 .qikzmo { overflow: hidden; }
@media (max-width: 640px) {
  .zhaeq .sux3e4t,
  .bp6q5c .sux3e4t,
  .thw7oo68 .sux3e4t { float: none; width: 100%; margin: 0 0 16px 0; }
}
.wgd81rhg .h4nn3w5,
.wgd81rhg .slnvlv,
.wgd81rhg .oglva  { max-width: 1100px; }
.fnbfln .h4nn3w5,
.fnbfln .slnvlv,
.fnbfln .oglva  { max-width: 1200px; }
.qs44 .h4nn3w5,
.qs44 .slnvlv,
.qs44 .oglva  { max-width: 1320px; }
.qs44 { --content-mw: 1320px; }
.matgl7qp { font-size: 0.82rem; color: var(--text-muted); }
.zr9zchn0 { display: flex; align-items: center; }
.hvc5112 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ui96o { display: flex; align-items: center; }
.oug9u { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.oug9u:hover { text-decoration: underline; }
.p5c58fb1 { margin: 0 3px; opacity: 0.45; }
.p5c58fb1::before { content: '/'; }
.hjd3e2 { padding: 2px 5px; color: var(--text-main); }
.zh31me7m .matgl7qp {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.zh31me7m .zr9zchn0 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.il04 .matgl7qp {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.il04 .zr9zchn0 { padding: 0 0 0 12px; }
.apzmfk9o .zr9zchn0 { padding: 0 16px; }
.apzmfk9o .matgl7qp {
  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);
}
.apzmfk9o .h4nn3w5 { padding-top: 28px; }
@media (max-width: 720px) {
  .e13nunfg { margin-top: 18px; padding: 0 16px; }
  .apzmfk9o .h4nn3w5 { padding-top: 16px; }
}
.wgd81rhg.zh31me7m .zr9zchn0 { max-width: 1100px; }
.fnbfln.zh31me7m .zr9zchn0 { max-width: 1200px; }
.qs44.zh31me7m .zr9zchn0 { max-width: 1320px; }
.qs44 .e13nunfg { max-width: 1320px; }
.q2ivo53k .bexcs { padding-top: 16px; padding-bottom: 16px; }
.wxo6wk2 .bexcs { padding-top: 24px; padding-bottom: 24px; }
.q2v8 .bexcs { padding-top: 40px; padding-bottom: 40px; }
.n8zcuu .bexcs { padding-top: 52px; padding-bottom: 52px; }
.jf74t .bexcs:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jf74t .bexcs:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jf74t .bexcs:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jf74t .bexcs:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.zvjwqgr5 .slnvlv { padding-top: 10px;  padding-bottom: 10px; }
.aelsi .slnvlv { padding-top: 18px;  padding-bottom: 18px; }
.zb3ecd32 .slnvlv { padding-top: 36px;  padding-bottom: 36px; }
.qzsb3982 .slnvlv { padding-top: 48px;  padding-bottom: 48px; }
.b8ahd h2.cset1 { font-weight: 600; }
.b8ahd h3.a1k0c     { font-weight: 600; }
.h3eb97 h2.cset1 { font-weight: 800; }
.h3eb97 h3.a1k0c     { font-weight: 700; }
.mlyzn h2.cset1 { font-weight: 900; }
.mlyzn h3.a1k0c     { font-weight: 800; }
.mlyzn .tj2iv strong,
.mlyzn .tj2iv strong { font-weight: 600; }
.givw0on {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.e9cb .givw0on { display: none; }
@media (max-width: 640px) {
  .ofc503 { display: none; }
  .givw0on {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.givw0on { background: var(--cta) !important; color: #fff !important; border: none !important; }
.givw0on:hover { opacity: 0.85; }
.ciktyeae .givw0on { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.zeuuz1h2 .givw0on,
.pwkjob1  .givw0on { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.zeuuz1h2 .givw0on:hover,
.pwkjob1  .givw0on:hover { opacity: 0.88; }
.ciktyeae.zeuuz1h2 .givw0on,
.ciktyeae.pwkjob1  .givw0on { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.g59j0di {
  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;
}
.g59j0di:hover { transform: translateY(-2px); opacity: 0.92; }
.g59j0di { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xe8h .g59j0di { display: none; }
.t1cech .g59j0di { right: 32px; }
.npyi7sl  .g59j0di { left: 32px; }
@media (max-width: 480px) {
  .t1cech .g59j0di { right: 20px; bottom: 20px; }
  .npyi7sl  .g59j0di { left: 20px; bottom: 20px; }
}
.ujrwdi { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.oglva { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.mh2yp { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ielk2qn { color: var(--text-dim); font-size: 0.8rem; }
.i10na { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.i10na img { height: 26px; width: auto; object-fit: contain; }
.sx0tlz5y .oglva { text-align: center; }
.sx0tlz5y .mh2yp { margin-top: 0; }
@media (max-width: 640px) {
  .oglva { padding-left: 16px; padding-right: 16px; }
  .ehwq9 .oglva { padding: 20px 16px; }
  .oemwn { gap: 4px 12px; }
  .mh2yp { font-size: 0.78rem; }
}
.rxvl6l .haocy .i10na { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.rxvl6l .mh2yp { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.rxvl6l .ielk2qn { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .rxvl6l .aybdll { grid-template-columns: 1fr 1fr; } .rxvl6l .haocy { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rxvl6l .aybdll { grid-template-columns: 1fr; } }
.m66mp .d7wzn3 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.m66mp .i10na { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.m66mp .glspk { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.m66mp .glspk a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.m66mp .glspk a:hover { color: var(--accent-light); }
.zaoi1 { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.m66mp .lq46ea { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.m66mp .mnefg965 { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.m66mp .mnefg965 a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.m66mp .mnefg965 a:hover { color: var(--accent-light); }
.m66mp .mh2yp { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .m66mp .d7wzn3 { gap: 12px; } .m66mp .i10na { margin-right: 0; width: 100%; } }
.s24g6r .vg2ttrpb .i10na { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.s24g6r .mh2yp { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.s24g6r .ielk2qn { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .s24g6r .zh7nvmw { grid-template-columns: 1fr 1fr; } .s24g6r .vg2ttrpb { grid-column: 1 / -1; } }
@media (max-width: 480px) { .s24g6r .zh7nvmw { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .h6huesw .w2mct { grid-template-columns: 1fr 1fr; } .h6huesw .l9kk6r:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .h6huesw .w2mct { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .e7m0 .w2mct { grid-template-columns: 1fr; } }
.usa288oj .oglva { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.zcg2 .ultchr      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.zcg2 .ujrwdi { background: var(--bg-page); border-top-color: var(--border-alt); }
.nnt0l .ultchr      { background: #0d1117; border-bottom-color: #21262d; }
.nnt0l .arzuknp5 { color: var(--accent-light); }
.nnt0l .b81yw { --msep-color: #8b949e; }
.nnt0l .b81yw a { color: #8b949e; }
.nnt0l .b81yw a:hover { color: var(--accent-light); }
.nnt0l .g5orx5 { color: #8b949e; }
.nnt0l .ujrwdi { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.nnt0l .mh2yp,
.nnt0l .ielk2qn { color: #6e7681; }
.nnt0l .mos2rql a, .nnt0l .glspk a,
.nnt0l .mnefg965 a { color: #8b949e; }
.nnt0l .i10na { color: #e6edf3; }
.nnt0l .mos2rql a:hover, .nnt0l .glspk a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .nnt0l .b81yw { background: #0d1117; border-top-color: #21262d; }
  .nnt0l .b81yw li a { border-bottom-color: #21262d; }
}
.j3yx4g .ultchr      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.j3yx4g .arzuknp5 { color: var(--accent-light); }
.j3yx4g .b81yw { --msep-color: #475569; }
.j3yx4g .b81yw a { color: #475569; }
.j3yx4g .b81yw a:hover { color: var(--accent-light); }
.j3yx4g .g5orx5 { color: #64748b; }
.j3yx4g .ujrwdi { background: #f0f4f8; border-top-color: #cbd5e1; }
.j3yx4g .mh2yp,
.j3yx4g .ielk2qn { color: #64748b; }
.j3yx4g .mos2rql a, .j3yx4g .glspk a,
.j3yx4g .mnefg965 a, .j3yx4g .i10na { color: #374151; }
.j3yx4g .mos2rql a:hover, .j3yx4g .glspk a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .j3yx4g .b81yw { background: #f0f4f8; border-top-color: #cbd5e1; }
  .j3yx4g .b81yw li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.zeuuz1h2 .ultchr      { background: var(--accent); border-bottom-color: var(--accent-light); }
.zeuuz1h2 .arzuknp5 { color: #fff; }
.zeuuz1h2 .b81yw { --msep-color: rgba(255,255,255,0.82); }
.zeuuz1h2 .b81yw a { color: rgba(255,255,255,0.82); }
.zeuuz1h2 .b81yw a:hover { color: #fff; }
.zeuuz1h2 .g5orx5 { color: rgba(255,255,255,0.9); }
.zeuuz1h2 .qo1bd a { color: var(--text-primary) !important; }
.zeuuz1h2 .qo1bd a:hover { color: var(--accent-light) !important; }
.zeuuz1h2 .ujrwdi { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.zeuuz1h2 .mh2yp,
.zeuuz1h2 .ielk2qn { color: rgba(255,255,255,0.72); }
.zeuuz1h2 .oxdkrd a, .zeuuz1h2 .oemwn a,
.zeuuz1h2 .mos2rql a, .zeuuz1h2 .glspk a,
.zeuuz1h2 .mnefg965 a, .zeuuz1h2 .i10na { color: #fff; }
.zeuuz1h2 .dxcdx4f, .zeuuz1h2 .vhqy5r { color: rgba(255,255,255,0.7); }
.zeuuz1h2 .oxdkrd a:hover, .zeuuz1h2 .oemwn a:hover,
.zeuuz1h2 .mos2rql a:hover, .zeuuz1h2 .glspk a:hover { color: #fff; }
@media (max-width: 640px) {
  .zeuuz1h2 .b81yw { background: var(--accent); border-top-color: var(--accent-light); }
  .zeuuz1h2 .b81yw li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.pwkjob1 .ultchr {
  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);
}
.pwkjob1 .ujrwdi {
  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) {
  .pwkjob1 .b81yw {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.in9q4lw .kzint55 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.utpbw .kzint55 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.rrcvk .kzint55 { min-height: 72px; height: auto; }
.i8xw9ik4 .kzint55 { min-height: 84px; height: auto; }
.ehwq9 .kzint55 { max-width: none; padding: 0 32px; }
.ehwq9 .oglva  { max-width: none; padding: 24px 32px; }
.vmpv.fnbfln .kzint55 { max-width: 1200px; }
.vmpv.qs44 .kzint55 { max-width: 1320px; }
.xxzba   .arzuknp5, .xxzba   .i10na { text-transform: capitalize; }
.rxhwbmk .arzuknp5, .rxhwbmk .i10na { text-transform: lowercase; }
.phufw91s .arzuknp5, .phufw91s .i10na { text-transform: uppercase; letter-spacing: 0.06em; }
.kll3ql, .zjh82p {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.z7fjjgxf .kll3ql,
.z7fjjgxf .zjh82p { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.cy9pikrv .kll3ql,
.cy9pikrv .zjh82p { 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; }
.uyubef .kll3ql,
.uyubef .zjh82p { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.g0oaw4 .kll3ql,
.g0oaw4 .zjh82p { 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; }
.db1eohrk   .b81yw a { font-weight: 500; }
.ei4x5n6p .b81yw a { font-weight: 600; }
.tcs5dq0m     .b81yw a { font-weight: 700; }
.ph7j1    .b81yw a { font-weight: 800; letter-spacing: 0.01em; }
.i21u     .b81yw > li + li::before,
.yq36    .b81yw > li + li::before,
.obqoq    .b81yw > li + li::before,
.g3c3aju .b81yw > li + li::before,
.ovet .b81yw > li + li::before,
.gd65jxgc  .b81yw > li + li::before,
.zyvqh9    .b81yw > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.i21u     .b81yw > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.yq36    .b81yw > li + li::before { content: "|"; }
.obqoq    .b81yw > li + li::before { content: "—"; }
.g3c3aju .b81yw > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ovet .b81yw > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.gd65jxgc  .b81yw > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.zyvqh9    .b81yw > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .z609 .g5orx5,
  .gjhk3m .g5orx5,
  .luiw3r6d .g5orx5,
  .cjocyu9u .g5orx5,
  .rb2j10i .g5orx5 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .z609 .g5orx5::before,
  .gjhk3m .g5orx5::before,
  .luiw3r6d .g5orx5::before,
  .cjocyu9u .g5orx5::before,
  .rb2j10i .g5orx5::before { content: ""; display: block; flex-shrink: 0; }

  
  .z609 .g5orx5::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;
  }

  
  .gjhk3m .g5orx5::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;
  }

  
  .luiw3r6d .g5orx5::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;
  }

  
  .cjocyu9u .g5orx5::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;
  }

  
  .rb2j10i .g5orx5::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) {
  .d89un2 .g5orx5 {
    padding: 5px 14px;
  }
  .d89un2 .b81yw {
    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;
  }
  .d89un2 .b81yw li a {
    border-bottom: none; padding: 10px 22px;
  }
  .d89un2 .b81yw li a:hover { background: var(--bg-raised); }
  .d89un2 .wlz4nnt5,
  .yaktusx .wlz4nnt5,
  .ffbw .wlz4nnt5 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .vf5rxf .g5orx5 {
    padding: 5px 10px;
  }
  .vf5rxf .b81yw {
    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);
  }
  .vf5rxf .b81yw.pxb9p80 { transform: translateX(0); }
  .vf5rxf .b81yw li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .vf5rxf .b81yw li:last-child a { border-bottom: none; }
  .zeuuz1h2 .b81yw,
  .nnt0l .b81yw { background: var(--accent) !important; }
  .zeuuz1h2 .b81yw li a,
  .nnt0l .b81yw li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ffbw .g5orx5 {
    padding: 5px 10px;
  }
  .ffbw .b81yw {
    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);
  }
  .ffbw .b81yw::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ffbw .b81yw.pxb9p80 { transform: translateY(0); }
  .ffbw .b81yw li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .h172 .g5orx5 {
    padding: 5px 10px;
  }
  .h172 .b81yw {
    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;
  }
  .h172 .b81yw.pxb9p80 { opacity: 1; pointer-events: auto; }
  .h172 .b81yw li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ljr8bw     .g5orx5 { border-radius: 0 !important; }
  .nyixzje   .g5orx5 { border-radius: 8px !important; }
  .hwllo7 .g5orx5 { border-radius: 50% !important; }
  .o9iy93   .g5orx5 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .rouq5 .pfhzf { flex-direction: column; align-items: stretch; }
  .rouq5 .u65v9h0s { flex-direction: row; min-width: auto; }
  .rouq5 .u5hr1ww { align-items: flex-start; text-align: left; }
}
.f0una,
.f0una.bexcs,
.x35hc .f0una,
.m2rp9n .f0una,
.aqixz1wq .f0una,
.x1aul .f0una {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.izz01k3 {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.v19g18 { flex: 1 1 280px; min-width: 0; }
.mcpxg {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.gn56n8n {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.bk3y7e {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.bk3y7e:hover { transform: translateY(-1px); opacity: 0.95; }
.u2avbt7 .izz01k3 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.u2avbt7 .mcpxg { color: var(--cta); }
.u2avbt7 .gn56n8n { color: var(--text-body); }
.u2avbt7 .bk3y7e {
  background: var(--cta) !important;
  color: #fff !important;
}
.iu248g1 .izz01k3 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.iu248g1 .mcpxg { color: var(--text-primary); }
.iu248g1 .gn56n8n { color: var(--text-body); }
.iu248g1 .bk3y7e {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .izz01k3 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .v19g18 { flex: 0 0 auto; }
  .mcpxg { font-size: 1.2rem; }
  .bk3y7e { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.l4sf .r5ycwvle { height: 36px; }
.x0p7uf .r5ycwvle { height: 60px; max-width: 200px; }
.joo9zn .r5ycwvle { height: 56px; max-width: 180px; }
.tlurxy    .sfm6n, .tlurxy    .p9f91m { color: #f59e0b; }
.j8iq4g      .sfm6n { font-size: 1rem; letter-spacing: 1.5px; }
.j8iq4g      .p9f91m   { font-size: 1.35rem; }
.eqeryc    .sfm6n, .eqeryc    .p9f91m { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.sit71ihm     .sfm6n, .sit71ihm     .p9f91m { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.o8s6 .sfm6n, .o8s6 .p9f91m { color: var(--cta); letter-spacing: 2px; }
.jsvavoz   .sfm6n, .jsvavoz   .p9f91m { color: #e91e63; letter-spacing: 2px; }
.iawi1  .sfm6n, .iawi1  .p9f91m { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.l8wz4cv     .sfm6n, .l8wz4cv     .p9f91m { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.a6ehz .q3vpw4f + .q3vpw4f {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.fsf4k .dhbrshe { padding: 18px 24px; min-height: 68px; }
.lkbk .ypn8 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.lkbk .rhyikq {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.d0ie .q3vpw4f {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.cq2k { counter-reset: cs-rank; }
.cq2k .dhbrshe { counter-increment: cs-rank; }
.cq2k .dhbrshe::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;
}
.kjjr4k .cq2k { counter-reset: cs-rank; gap: 0; }
.kjjr4k .dhbrshe {
  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;
}
.kjjr4k .dhbrshe::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;
}
.kjjr4k .lcns1wn {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.kjjr4k .bv887 {
  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;
}
.kjjr4k .swpm { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.kjjr4k .lcns1wn { min-width: 0; flex-direction: column; width: 100%; }
.kjjr4k .z33xdh {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.kjjr4k .sfm6n { color: var(--cta, var(--accent)); }
.kjjr4k .uxbav { font-weight: 700; }
.kjjr4k .q3vpw4f {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.kjjr4k .ypn8 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.kjjr4k .rhyikq {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.kjjr4k .sgyiuir .rhyikq { font-size: 1.3rem; color: var(--accent-light); }
.kjjr4k .o1vtwix {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.kjjr4k .dhbrshe:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .kjjr4k .cq2k {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .kjjr4k .dhbrshe {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .kjjr4k .dhbrshe { padding: 40px 16px 20px; }
  .kjjr4k .q3vpw4f {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .kjjr4k .o1vtwix { width: 100%; min-width: 0; }
}
.p40hil36 .cq2k { counter-reset: cs-rank; gap: 10px; }
.p40hil36 .dhbrshe {
  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);
}
.p40hil36 .dhbrshe::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);
}
.p40hil36 .lcns1wn {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.p40hil36 .bv887 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.p40hil36 .swpm { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.p40hil36 .z33xdh {
  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;
}
.p40hil36 .sfm6n { color: var(--cta, var(--accent)); }
.p40hil36 .q3vpw4f {
  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;
}
.p40hil36 .ypn8 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.p40hil36 .rhyikq { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.p40hil36 .sgyiuir .rhyikq { color: var(--accent-light); }
.p40hil36 .o1vtwix {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.p40hil36 .dhbrshe:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .p40hil36 .dhbrshe {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .p40hil36 .dhbrshe::before {
    position: absolute; top: 14px; left: 14px;
  }
  .p40hil36 .lcns1wn {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .p40hil36 .z33xdh { white-space: normal; text-align: center; font-size: 1.2rem; }
  .p40hil36 .q3vpw4f {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .p40hil36 .o1vtwix { width: 100%; min-width: 0; }
  .p40hil36 .sfm6n { min-width: 0; }
}
.xa55b1r2 .dhbrshe::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.whli94 .ipk635y {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.whli94 .ipk635y summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.whli94 .ipk635y p { padding: 0 2px 16px; }
.pk30u .ipk635y { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.pk30u .ipk635y summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.pk30u .ipk635y summary::after { content: "›"; font-size: 1.2em; }
.pk30u .ipk635y[open] summary::after { content: "‹"; }
.pk30u .ipk635y p { padding: 10px 22px 4px; }
.ms2m856 .ipk635y {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ms2m856 .ipk635y summary { color: var(--text-primary); padding-left: 16px; }
.ms2m856 .ipk635y summary::after { content: "›"; font-size: 1.1em; }
.ms2m856 .ipk635y[open] summary::after { content: "‹"; }
.ms2m856 .ipk635y p { padding-left: 16px; }
.w8j9cuwj .rfyhm7ub { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.w8j9cuwj .ipk635y {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.w8j9cuwj .ipk635y:last-child { border-bottom: none; }
.w8j9cuwj .ipk635y summary { color: var(--text-primary); border-radius: 0; }
.w8j9cuwj .ipk635y summary::after { content: "›"; font-size: 1.1em; }
.w8j9cuwj .ipk635y[open] summary::after { content: "‹"; }
.ou5ba .ipk635y { overflow: hidden; }
.ou5ba .ipk635y summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ou5ba .ipk635y summary::after { color: rgba(255,255,255,.75); }
.ou5ba .ipk635y[open] summary { border-radius: 0; }
.lt5an { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.v1ie {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.bvnftb {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.xdgunggr { color: var(--text-muted); font-size: 1.05rem; }
.wio4k4nr {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ivwxcd {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.uzabwqqn { margin-bottom: 20px; }
.zgeh {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.l1wq20o {
  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;
}
.l1wq20o:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.t5s0 { resize: vertical; min-height: 130px; }
.xs1o9fav { width: 100%; margin-top: 8px; }
.y1hbpap0 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.xxkk {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.tjkfrd { color: var(--text-muted); line-height: 1.75; }
.wcgqnrl { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.wcgqnrl li { margin-bottom: 6px; }
.k050bvq { max-width: 760px; margin: 0 auto; }
.ccovj { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.v5ym4tg { max-width: 760px; margin: 0 auto; }
.oe8p { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.rrwb343 ul.wcgqnrl { margin: 0; }
.uwxtg { max-width: 900px; margin: 0 auto; }
.vwwb322l { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.vwwb322l:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.vwwb322l .oe8p { margin: 0; font-size: 1rem; }
.vwwb322l .uhy2 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .vwwb322l { grid-template-columns: 1fr; gap: 10px; } }
.jg3pru8 .oe8p { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.fyw290 .wcgqnrl { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ao09g89 { grid-template-columns: 1fr; } }
.p3a0bl { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.p3a0bl:hover .bhpt { color: var(--accent-light); text-decoration: underline; }
.cmh61io { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.jdg4hp { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.jdg4hp:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.e6yc { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.jdg4hp p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.jdg4hp ul.wcgqnrl { margin: 0; }
.g6z9ve { color: var(--text-muted); line-height: 1.75; }
.vnlu0 .wcgqnrl,
.w2aqcf3h .wcgqnrl,
.j4pj0k .wcgqnrl,
.pc3g .wcgqnrl {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.vnlu0 .jdg4hp,
.w2aqcf3h .jdg4hp { text-align: left; }
.vnlu0 .e6yc,
.w2aqcf3h .e6yc { text-align: center; }
.uav3z { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.xc0m { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.lfjxn { font-size: 1.1rem; }
.ee1r { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.s7k7vqx { margin-top: 12px; }
.kejx { 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; }
.kejx:hover { border-bottom-color: var(--accent-light); }
.ahuhk { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.ahuhk img { width: 100%; height: 100%; object-fit: cover; display: block; }
.z6j2lsp9 { width: 260px; height: 260px; }
.uns82brt { border-radius: 50%; }
.cjzo0d { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.j73g9fcy { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .xcheb1z { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.qga0 .ee1r, .qga0 .xc0m { max-width: 640px; }
.hlzix { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.l84f { position: sticky; top: 96px; align-self: start; }
.l84f .uav3z { font-size: 1.6rem; margin-top: 18px; }
.u4y5 .ee1r { margin-bottom: 28px; }
@media (max-width: 860px) { .hlzix { grid-template-columns: 1fr; } .l84f { position: static; text-align: center; } }
.f7rmsi .ahuhk { margin: 0 auto 18px; }
.f7rmsi .cjzo0d { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ckv5 { grid-template-columns: 1fr; } }
.fn29ig4 .uav3z { font-size: 1.6rem; margin-bottom: 6px; }
.pc3g .wcgqnrl { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .fn29ig4 { flex-direction: column; text-align: center; } .wqa1aqc { grid-template-columns: 1fr; } }
.ui4gifm0 .uav3z { font-size: 1.35rem; margin: 0 0 4px; }
.ui4gifm0 .cjzo0d { margin: 0; }
.bzf9 .bvnftb { color: var(--accent-light); }
.eckst0j .bvnftb { font-size: 2rem; }
.eckst0j .xdgunggr { max-width: 680px; }
.sjbn .bvnftb { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.sjbn .xdgunggr  { margin: 0; }
@media (max-width: 640px) { .sjbn { flex-direction: column; } }
.y7n7vn1i {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.y7n7vn1i .bvnftb { color: var(--accent-light); }
.cnp8sgbp .bvnftb { color: #fff; }
.cnp8sgbp .xdgunggr  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ta2lytl { grid-template-columns: 1fr; } }
.ckl8 .l1wq20o {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ckl8 .l1wq20o:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.w8s4 .l1wq20o { background: var(--bg-raised); border-color: transparent; }
.w8s4 .l1wq20o:focus { background: var(--bg-card); border-color: var(--accent-light); }
.tfqcx .l1wq20o { border-radius: 100px; padding: 11px 20px; }
.tfqcx .t5s0 { border-radius: 14px; }
.ejfux {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .ejfux { grid-template-columns: 1fr; } }
.yutl {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.yutl h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.yutl p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.fk07ntv { counter-reset: priv-count; }
.fh3s7p9 {
  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);
}
.fh3s7p9:last-child { border-bottom: none; }
.sgci1s32 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.fh3s7p9 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.fh3s7p9 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.zc55 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.zc55 li { margin-bottom: 6px; }
.e7ebl98{display:none}
.e7ebl98:empty,.lust114:empty{display:none}
.sjdl{position:relative;overflow:visible}
.xhgy .dm8dhwe,.gelad .dm8dhwe,
.lmzo .dm8dhwe,.os6hn .dm8dhwe,
.px5ezm55 .dm8dhwe,.zkzrh2x .dm8dhwe{display:block}
.hdhis5x5 .hy3rh8z{display:block}
.xhgy .dm8dhwe,.gelad .dm8dhwe,
.lmzo .dm8dhwe,.os6hn .dm8dhwe,
.px5ezm55 .dm8dhwe{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}
.xhgy .dm8dhwe .lust114,.gelad .dm8dhwe .lust114,
.lmzo .dm8dhwe .lust114,.os6hn .dm8dhwe .lust114,
.px5ezm55 .dm8dhwe .lust114{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}
.xhgy .dm8dhwe,.gelad .dm8dhwe{top:12px}
.xhgy .dm8dhwe .lust114{margin-right:auto}
.gelad .dm8dhwe .lust114{margin-left:auto}
.gelad .dm8dhwe{text-align:right}
.lmzo .dm8dhwe,.os6hn .dm8dhwe{bottom:12px}
.lmzo .dm8dhwe .lust114{margin-right:auto}
.os6hn .dm8dhwe .lust114{margin-left:auto}
.os6hn .dm8dhwe{text-align:right}
.px5ezm55 .dm8dhwe{position:relative;margin-top:16px}
.px5ezm55 .dm8dhwe .lust114{margin:0 auto}
.zkzrh2x .dm8dhwe{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.zkzrh2x .dm8dhwe .lust114{margin:0}
.zkzrh2x .lrqor~.dm8dhwe,
.zkzrh2x .mybe7ide~.dm8dhwe{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.zkzrh2x .lrqor~.dm8dhwe .lust114,
.zkzrh2x .mybe7ide~.dm8dhwe .lust114{justify-content:flex-start}
.lrqor~.dm8dhwe,.mybe7ide~.dm8dhwe{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}
.lrqor~.dm8dhwe .lust114{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.mybe7ide~.dm8dhwe .lust114{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hy3rh8z .lust114{margin:0 0 12px}
.lust114{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.x8t6u{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.bhpt{font-weight:600;color:var(--text-heading);opacity:1}
.wovajl7 .x8t6u{display:none}
.sxu1c41g .swdf60a4{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}
.sxu1c41g .ho45sfi::before{content:""}
.couu .lust114{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.lgdl2 .lust114{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.nlg1{--date-bg:var(--accent-bg-light)}
.w9a97gz9 .ho45sfi::before{content:""}
.l62dsyjo .p8lv{padding:20px 0}
@media(max-width:640px){
  .p8lv{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .xhm6f47a{max-width:100%}
}
.f230nuhu .lqt2iouo{margin:0}
@media (max-width:560px){
  .ksu4kf9j{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .dtif9rie { padding: 28px 18px 20px; }
  .jqttzt4 { font-size: 1.2rem; }
  .xi2qv1o { max-width: 220px; max-height: 80px; }
}
.i0n3ha1 {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.ql6xxef5 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.dghf9g5  .i0n3ha1 { border-radius: 50%; }
.mrei  .i0n3ha1 { border-radius: 6px; }
.gvl2y .i0n3ha1 { border-radius: 22px; }
.om3cgle .izz01k3 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .i0n3ha1 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ghfn {
  margin: 28px 0 24px;
}
.ghfn .bexcs {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ghfn .slnvlv {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ghfn .izz01k3 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .kzint55 { flex-direction: row-reverse; }
[dir="rtl"] .b81yw { flex-direction: row-reverse; }
[dir="rtl"] .t1cech .g59j0di { right: auto; left: 32px; }
[dir="rtl"] .npyi7sl  .g59j0di { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .t1cech .g59j0di { right: auto; left: 20px; }
  [dir="rtl"] .npyi7sl  .g59j0di { left: auto;  right: 20px; }
}
[dir="rtl"] .zhaeq .sux3e4t  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .bp6q5c .sux3e4t { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .lrqor,
[dir="rtl"] .l8wpc,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .egcjppdn, [dir="rtl"] .qikzmo { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .sh4n4x { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .dn7uj8h { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .tj2iv { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .izz01k3 { direction: rtl; }
[dir="rtl"] .i0n3ha1 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .dhbrshe,
[dir="rtl"] .matgl7qp { direction: rtl; }
[dir="rtl"] .za79k4n { direction: rtl; }
[dir="rtl"] .al29po { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .tulsr .qikzmo,
[dir="rtl"] .br71 .qikzmo,
[dir="rtl"] .unghh5 .qikzmo,
[dir="rtl"] .le6mq .qikzmo {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .tulsr .qikzmo li::before,
[dir="rtl"] .br71 .qikzmo li::before,
[dir="rtl"] .unghh5 .qikzmo li::before,
[dir="rtl"] .le6mq .qikzmo li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .lrqor.f4oky .v54r { align-items: flex-end; text-align: right; }
[dir="rtl"] .lrqor.knzm .v54r { text-align: center; }
[dir="rtl"] .lrqor .v54r { text-align: right; }
[dir="rtl"] .slnvlv,
[dir="rtl"] .q6wz,
[dir="rtl"] .vb3we,
[dir="rtl"] .mnzy,
[dir="rtl"] .ivwxcd,
[dir="rtl"] .zgeh,
[dir="rtl"] .ee1r,
[dir="rtl"] .l1wq20o,
[dir="rtl"] .t5s0 { text-align: right; direction: rtl; }
[dir="rtl"] .tfqcx .l1wq20o,
[dir="rtl"] .ckl8 .l1wq20o { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #eab308;
  --brand:           #eab308;
  --brand-light:     #bb9110;
  --brand-pale:      #deb32c;
  --grad-start:      #f9d154;
  --grad-end:        #f5de95;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #f97316;
  --cta-light:       #e65e00;
  --cta-hover:       #cc5605;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f5f3;
  --bg-raised:       #f1f0ed;
  --bg-hover:        #f6f5f3;
  --border:          #e9e7e1;
  --border-alt:      #ddd9cf;
  --border-section:  #e9e7e1;
  --text-primary:    #1c1a16;
  --text-muted:      #625d50;
  --text-body:       #38352d;
  --text-sub:        #545044;
  --text-faint:      #8c8672;
  --text-dim:        #a39e8e;
  --text-label:      #706b5b;
  --text-value:      #464339;
  --accent-bg:       #f7f1dd;
  --accent-bg-light: #f5e8c1;
  --bg-tip:          #f0f9f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f9f9;
  --bg-pros:         #f0f9f1;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c961c;
  --c-cons:          #9f3021;
  --c-pros-label:    #0eb321;
  --c-tip-border:    #10c625;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c961c;
}
:root { --logo-bg-opacity: 38%; }
body, button, input { font-family: "Maven Pro", sans-serif; }
.kvndn .r4fd { font-size: 0; width: 1.2rem; flex-shrink: 0; }.kvndn .r4fd::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.kvndn .mzhvrnv4     .r4fd::before { content: "";  color: var(--c-tip-border); }.kvndn .tjg7 .r4fd::before { content: ""; color: var(--c-warn-border); }.kvndn .efs5ke0    .r4fd::before { content: ""; color: #60a5fa; }.acwchptf .kvndn .mzhvrnv4     .r4fd::before { color: #10b981; }.acwchptf .kvndn .tjg7 .r4fd::before { color: #f43f5e; }.acwchptf .kvndn .efs5ke0    .r4fd::before { color: #a855f7; }.aimy  .kvndn .mzhvrnv4     .r4fd::before { color: #eab308; }.aimy  .kvndn .tjg7 .r4fd::before { color: #ef4444; }.aimy  .kvndn .efs5ke0    .r4fd::before { color: #f97316; }.tjo09  .kvndn .mzhvrnv4     .r4fd::before { color: #38bdf8; }.tjo09  .kvndn .tjg7 .r4fd::before { color: #818cf8; }.tjo09  .kvndn .efs5ke0    .r4fd::before { color: #2dd4bf; }.ccrumlk .kvndn .r4fd::before { color: var(--accent-light) !important; }
.xfmx7 .biaz3 li::before, .xfmx7 .ryejwn li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.xfmx7 .biaz3 li::before { content: ""; }.xfmx7 .ryejwn li::before { content: ""; }.xfmx7 .tbps::before, .xfmx7 .qle0r::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.xfmx7 .tbps::before { content: ""; }.xfmx7 .qle0r::before { content: ""; }
.g4ua82s .kegtab, .g4ua82s .lrqor { min-height: 420px; }
.h01qb5u .hbjz9mq::after, .h01qb5u .w8cfgx::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.p5c58fb1::before { content: '›'; font-size: 1.1em; }