:root {
  --color-accent: #22c55e;
  --color-cta: #e5a100;
  --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;
}
.pdmfcegu {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ku48pue {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ezmibof {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.e03b { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.h8mgk { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.h8mgk a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.h8mgk a:hover { color: var(--accent-light); }
.ovx22v     .pd5mv { border-radius: 24px; padding: 8px; }
.ovx22v .pd5mv li a { border-radius: 16px; }
.m7mtddu .pd5mv li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .pd5mv {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xecd:hover .pd5mv,
  .xecd:focus-within .pd5mv { display: block; }
  .pd5mv li a { padding: 8px 16px; font-size: 0.88rem; }
}
.zt9wf {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.xxi5rsf { display: none; }
@media (max-width: 640px) {
  .xxi5rsf {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xxi5rsf.rbxfc { display: block; }
}
@media (max-width: 640px) {
  .zt9wf { display: block; }
  .h8mgk > li + li::before { display: none !important; }
  .h8mgk {
    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;
  }
  .h8mgk.rbxfc { display: flex; }
  .h8mgk li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .h8mgk li:last-child a { border-bottom: none; }
}
.gbs4dqnp { min-height: 480px; }
.zt8y5g {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.huw9gp { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.i30l03 .huw9gp { margin-left: 0; margin-right: 0; }
.mtlbli {
  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;
}
.mtlbli:hover { opacity: 0.88; }
.ti42p3de .zt8y5g { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ti42p3de .huw9gp { color: #e2e8f0; }
.ti42p3de.i30l03   .eqpwqgkp { text-align: left; }
.rekr .zt8y5g { color: var(--text-primary); text-shadow: none; }
.rekr .huw9gp { color: var(--text-muted); }
.rekr .mtlbli { margin-top: 16px; }
.rekr, .rekr.gbs4dqnp { min-height: auto !important; }
.rekr.i30l03   .eqpwqgkp { text-align: left; }
@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%); }
}
.wd652va .x2a9pz,
.wd652va .a4g4 {
  position: relative; overflow: hidden;
}
.wd652va .x2a9pz::after,
.wd652va .a4g4::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.wd652va .ti42p3de .j3brsxw {
  overflow: hidden;
}
.wd652va .ti42p3de .j3brsxw::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.x2a9pz .zt8y5g { color: #fff; }
.x2a9pz .huw9gp { color: rgba(255,255,255,0.85); }
.x2a9pz .mtlbli { background: #fff; color: var(--cta); }
.x2a9pz .mtlbli:hover { opacity: 0.92; }
.e1u0v .qtt5qa6 { position: relative; overflow: hidden; }
.e1u0v .qtt5qa6::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;
}
.ovqlf8b .qtt5qa6 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.kniiafjv .qtt5qa6 { position: relative; overflow: hidden; }
.kniiafjv .qtt5qa6::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;
}
.wd652va .qtt5qa6 { position: relative; overflow: hidden; }
.wd652va .qtt5qa6::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;
}
.t28keun7 .qtt5qa6 {
  animation: hg-fadein 1.2s ease-out both;
}
.qtt5qa6 {
  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%);
}
.mgidyxrk {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.s4x32th {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.ioc5le9a {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.qtt5qa6 .zt8y5g { text-shadow: none; color: var(--text-primary); }
.qtt5qa6 .huw9gp { color: var(--text-muted); }
body.dst7jk1v .zt8y5g {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.s1xpt .zt8y5g {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.gbs4dqnp.x2a9pz .zt8y5g,
section.x2a9pz .zt8y5g {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.qtt5qa6.s7t2il0v .mgidyxrk { align-items: center; text-align: center; }
.qtt5qa6.i30l03   .mgidyxrk { align-items: flex-start; text-align: left; }
.bnt5i .s4x32th { position: relative; }
.bnt5i .s4x32th::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.bnt5i.v174tupn .s4x32th::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.dnkvy11 .s4x32th {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.dnkvy11 .ioc5le9a {
  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);
}
.dnkvy11 .a4g4 {
  position: static; width: 100%; aspect-ratio: 4/3; border-radius: 16px;
}
.dnkvy11.v174tupn .s4x32th { padding: 32px 0 32px 32px; }
.qs24vdo .s4x32th {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.qs24vdo .ioc5le9a {
  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);
}
.v174tupn .mgidyxrk {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.qs24vdo.v174tupn .s4x32th { padding: 40px 16px 40px 48px; }
.gbs4dqnp .fh045i {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.fh045i .lhzp6o {
  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;
}
.fh045i .lhzp6o::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.fh045i .se6nik { display: contents !important; }
.fh045i .se6nik .ncqm8pv {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.fh045i .se6nik .yjb3 { max-height: 48px; max-width: 96px; }
.fh045i .se6nik .qpe84u {
  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;
}
.fh045i .db2xa5 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.fh045i .m29r { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.fh045i .i2mh { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.fh045i .i2mh small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.fh045i .kudphh { display: contents !important; }
.fh045i .kudphh .ahyn4ao:not(.v0mo) { display: none !important; }
.fh045i .kudphh .v0mo {
  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;
}
.fh045i .kudphh .v0mo .sbqd717u {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.fh045i .kudphh .v0mo .bmru {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.fh045i .qx4m20b { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.fh045i .qx4m20b.c9jc2gw {
  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;
}
.fh045i .qx4m20b.c9jc2gw:hover { opacity: 0.85; }
.fu7961t .s4x32th {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .qtt5qa6 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .qtt5qa6:not(.fu7961t) .s4x32th { display: none !important; }
  .fu7961t .s4x32th { padding: 16px; }
  .mgidyxrk  { padding: 36px 24px; }
  .qtt5qa6~.r6vf8no,.v174tupn~.r6vf8no{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .gbs4dqnp, .qtt5qa6 { min-height: 320px !important; }
  .zt8y5g { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .gas62,
  .hw8v13,
  .wzn9 { grid-template-columns: 1fr !important; }

  

  
  .cu5k4o { display: flex !important; flex-direction: column !important; }
  .cu5k4o .eqpwqgkp { display: contents; }
  .cu5k4o .j3brsxw { order: 0; }
  .cu5k4o .zt8y5g { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .cu5k4o .gas62 { order: 2; padding: 0 16px 12px !important; }
  .cu5k4o .huw9gp { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .o3q071 .eqpwqgkp { display: flex; flex-direction: column; }
  .o3q071 .eqpwqgkp .zt8y5g { order: 1; }
  .o3q071 .eqpwqgkp .wzn9 { order: 2; margin: 8px 0 24px !important; }
  .o3q071 .eqpwqgkp .huw9gp { order: 3; }
  .o3q071 .eqpwqgkp .mtlbli { order: 4; align-self: center; margin-top: 0; }

  
  .qtt5qa6.fu7961t {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .qtt5qa6.fu7961t .mgidyxrk { display: contents; padding: 0; }
  .qtt5qa6.fu7961t .mgidyxrk .zt8y5g { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .qtt5qa6.fu7961t .s4x32th { order: 2; padding: 12px 16px; }
  .qtt5qa6.fu7961t .mgidyxrk .huw9gp { order: 3; padding: 0 24px; margin: 0 auto; }
  .qtt5qa6.fu7961t .mgidyxrk .mtlbli { order: 4; align-self: center; margin: 8px 0 32px; }
}
.gocolt { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.wjwmgs { width: 100%; height: auto; display: block; border-radius: 10px; }
.gy3zhwr .gocolt        { border-radius: 16px; }
.gy3zhwr .wjwmgs  { border-radius: 16px; }
.bejq1md .gocolt         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.bejq1md .wjwmgs   { border-radius: 8px; }
.qzs4nd { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.wc22im { width: 100%; padding: 32px 0; position: relative; }
.f2s5 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.qrvric .wc22im:nth-child(even) { background: var(--bg-surface); }
.qrvric .wc22im:nth-child(odd)  { background: var(--bg-page); }
.gm6vdw1 .wc22im:nth-child(even) { background: var(--bg-card); }
.gm6vdw1 .wc22im:nth-child(odd)  { background: var(--bg-page); }
.qrvric .wc22im:nth-child(odd)  .f2s5 { background: var(--bg-card); border-radius: 6px; }
.qrvric .wc22im:nth-child(even) .f2s5 { background: var(--bg-raised); border-radius: 6px; }
.gm6vdw1 .wc22im:nth-child(odd)  .f2s5 { background: var(--bg-card); border-radius: 6px; }
.gm6vdw1 .wc22im:nth-child(even) .f2s5 { background: var(--bg-raised); border-radius: 6px; }
.qrvric .wc22im:nth-child(even) .gbxmk570 .u55d,
.gm6vdw1 .wc22im:nth-child(even) .gbxmk570 .u55d { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.qrvric .wc22im:nth-child(odd) .gbxmk570 .u55d,
.gm6vdw1 .wc22im:nth-child(odd) .gbxmk570 .u55d { background: var(--bg-card-inner); }
.qrvric .wc22im:nth-child(even) .dzu3peeh .u55d:nth-child(odd),
.gm6vdw1 .wc22im:nth-child(even) .dzu3peeh .u55d:nth-child(odd)  { background: var(--bg-card); }
.qrvric .wc22im:nth-child(even) .dzu3peeh .u55d:nth-child(even),
.gm6vdw1 .wc22im:nth-child(even) .dzu3peeh .u55d:nth-child(even) { background: var(--bg-card-inner); }
h1.auencc6g { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.auencc6g {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.xozuwz7q { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.tdsr20p h2.auencc6g {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.t38u66b h2.auencc6g {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.egr0u h2.auencc6g {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.fci2kn h2.auencc6g::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.h6ync8d h2.auencc6g {
  color: var(--text-primary); font-size: 1.7rem;
}
.grz2kdo h2.auencc6g::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.bg96a3 h2.auencc6g {
  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;
}
.d5gk0 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .d5gk0 { display: none; } }
.xcm5yk8 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.k27e { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ney2fp {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.iblso { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.hdtv { padding-left: 20px; }
.hdtv li { margin-bottom: 6px; }
.hdtv a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.hdtv a:hover { color: var(--accent-light); }
.b1re .iblso { display: none; }
.wpptx .iblso { display: none; }
.wpptx .hdtv { padding-left: 0; list-style: none; }
.wpptx .hdtv li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.wpptx .hdtv a { font-size: 0.92rem; }
.knv9 .ney2fp { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.knv9 .iblso { display: none; }
.knv9 .hdtv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.knv9 .hdtv li { margin-bottom: 0; }
.knv9 .hdtv 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;
}
.knv9 .hdtv a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.t42bta2z .ney2fp { padding: 20px 20px 16px; }
.t42bta2z .hdtv {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.t42bta2z .hdtv li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.t42bta2z .hdtv 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;
}
.t42bta2z .hdtv 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;
}
.t42bta2z .hdtv a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.t42bta2z .hdtv a:focus,
.t42bta2z .hdtv a:focus-visible,
.t42bta2z .hdtv a:target { outline: none; }
.t42bta2z .hdtv li:target a { border-color: var(--border); color: var(--text-muted); }
.fm5nd .ney2fp { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.fm5nd .iblso { display: none; }
.fm5nd .hdtv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.fm5nd .hdtv li { margin-bottom: 0; }
.fm5nd .hdtv li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.fm5nd .hdtv li:last-child::after { content: ""; margin-right: 0; }
.fm5nd .hdtv a { font-size: 0.9rem; }
.u55d { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.gbxmk570 .u55d { background: var(--bg-card); }
.dzu3peeh .u55d:nth-child(odd)  { background: var(--bg-card); }
.dzu3peeh .u55d:nth-child(even) { background: var(--bg-raised); }
.gmeu55g .u55d {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.gmeu55g .u55d:last-child { border-bottom: none; }
.gmeu55g h3.xozuwz7q { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.lll94c .u55d {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.lll94c .u55d + .u55d { margin-top: 4px; }
.wzze .u55d { background: none; border-radius: 0; padding: 12px 0; }
.wzze .u55d + .u55d { border-top: 1px solid var(--border-section); }
.u68yjd { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.p43i3 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.wegz { color: var(--text-body); margin-bottom: 10px; }
.nzel, .cs21pipl { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.nzel li, .cs21pipl li { margin-bottom: 6px; }
.cs21pipl li { list-style: decimal; }
.voxfi     .nzel { list-style-type: "● "; }
.gx27t  .nzel { list-style-type: "■ "; }
.mfx7bvi .nzel { list-style-type: "◆ "; }
.ngbwy7    .nzel { list-style-type: "★ "; }
.voxfi     .ssbk2 { list-style-type: "● "; }
.gx27t  .ssbk2 { list-style-type: "■ "; }
.mfx7bvi .ssbk2 { list-style-type: "◆ "; }
.ngbwy7    .ssbk2 { list-style-type: "★ "; }
.voxfi    .nzel li::marker, .voxfi    .ssbk2 li::marker,
.gx27t .nzel li::marker, .gx27t .ssbk2 li::marker,
.mfx7bvi .nzel li::marker, .mfx7bvi .ssbk2 li::marker,
.ngbwy7   .nzel li::marker, .ngbwy7   .ssbk2 li::marker {
  color: var(--cta); font-size: 1em;
}
.voxfi .cs21pipl,
.gx27t .cs21pipl,
.mfx7bvi .cs21pipl,
.ngbwy7 .cs21pipl {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.voxfi .cs21pipl li,
.gx27t .cs21pipl li,
.mfx7bvi .cs21pipl li,
.ngbwy7 .cs21pipl li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.voxfi .cs21pipl li::before,
.gx27t .cs21pipl li::before,
.mfx7bvi .cs21pipl li::before,
.ngbwy7 .cs21pipl 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;
}
.voxfi     .cs21pipl li::before { border-radius: 50%; }
.gx27t  .cs21pipl li::before { border-radius: 3px; }
.mfx7bvi .cs21pipl li::before { border-radius: 3px; }
.ngbwy7    .cs21pipl li::before { border-radius: 50%; }
.nkex9 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.cr2l .nkex9,
.za5ah8 .nkex9 { background: transparent; border: none; border-radius: 0; }
.kbx7kq { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.kbx7kq th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.kbx7kq td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.kbx7kq tr:hover td { background: var(--bg-hover); }
.wdtphy .kbx7kq tbody tr:nth-child(even) td { background: var(--bg-surface); }
.s91v .kbx7kq { border: 1px solid var(--border-alt); }
.s91v .kbx7kq th,
.s91v .kbx7kq td { border: 1px solid var(--border-alt); }
.fehv2n .kbx7kq th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.fehv2n .kbx7kq td { border-bottom: none; }
.fehv2n .kbx7kq tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.s505g .kbx7kq th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.shkn .nkex9 {
  overflow: hidden;
}
.shkn .kbx7kq th { border-bottom: 1px solid var(--border-alt); }
.shkn .kbx7kq tr:last-child td { border-bottom: none; }
.x4uzosby { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.aror { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.mb0zzq { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.zfji { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ai2phug { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ssbk2 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ssbk2 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%}
.n36ls97d .zfji { background: transparent; text-align: center; }
.dwowvrbe .mb0zzq {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.p68y .mb0zzq {
  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);
}
.nntrg8 .aror { display: grid; grid-template-columns: auto 1fr; }
.nntrg8 .mb0zzq {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.nntrg8 .zfji { grid-column: 2; }
.nntrg8 .ai2phug,
.nntrg8 .ssbk2 { grid-column: 1 / -1; }
.ch94 .aror { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ch94 .mb0zzq {
  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);
}
.ch94 .zfji { grid-column: 2; }
.ch94 .ai2phug,
.ch94 .ssbk2 { grid-column: 1 / -1; }
.uvzju .aror { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.uvzju .zfji { background: none; color: var(--accent-light); font-weight: 700; }
.acn3j4iz .aror { 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); }
.acn3j4iz .zfji { background: none; color: var(--accent-light); font-weight: 700; }
.c8qcs .aror { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.c8qcs .aror:last-child { border-bottom: none; }
.c8qcs .zfji { background: none; color: var(--accent-light); font-weight: 700; }
.r5vy .aror { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.r5vy .zfji { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.nvlmp .x4uzosby { counter-reset: card-n; }
.nvlmp .aror  { counter-increment: card-n; }
.nvlmp .zfji { display: flex; align-items: center; gap: 10px; }
.nvlmp .zfji::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;
}
.zpykh5 .aror { background: var(--bg-surface); border: 1px solid var(--border); }
.zpykh5 .zfji { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ly7l { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.xy5g4i  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.uhop63g { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.dfhj { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.i1qq6 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ly7l strong { color: var(--text-primary); font-size: 0.95rem; }
.ly7l p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.p9ojq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.pw355z, .lfj1j { border-radius: 8px; padding: 14px; }
.pw355z { background: var(--bg-pros); }
.lfj1j { background: var(--bg-cons); }
.g9j4k { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.pw355z .g9j4k { color: var(--c-pros-label); }
.lfj1j .g9j4k { color: #f87171; }
.pw355z ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.lfj1j ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.wjwmgs { width: 100%; height: auto; border-radius: 10px; display: block; }
.c9jc2gw {
  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;
}
.c9jc2gw:hover { opacity: 0.85; }
.yvpfl .c9jc2gw  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.yvpfl .c9jc2gw:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.awzuhgu .c9jc2gw  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.awzuhgu .c9jc2gw:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zamrdv .mtlbli { border-radius: 50px; }
.zamrdv .c9jc2gw  { border-radius: 50px; }
.eafxx .mtlbli { padding-left: 22px; padding-right: 22px; }
.eafxx .c9jc2gw  { padding-left: 12px; padding-right: 12px; }
.jpwfmmxe .mtlbli { padding-left: 44px; padding-right: 44px; }
.jpwfmmxe .c9jc2gw  { padding-left: 24px; padding-right: 24px; }
.uzirm .mtlbli { padding-left: 56px; padding-right: 56px; }
.uzirm .c9jc2gw  { padding-left: 32px; padding-right: 32px; }
.vvo1   .mtlbli::after, .vvo1   .c9jc2gw::after,
.qxkc9 .mtlbli::after, .qxkc9 .c9jc2gw::after,
.flnev5wk    .mtlbli::after, .flnev5wk    .c9jc2gw::after,
.t23bn1    .mtlbli::after, .t23bn1    .c9jc2gw::after,
.o9jsax1    .mtlbli::after, .o9jsax1    .c9jc2gw::after,
.ee79h     .mtlbli::after, .ee79h     .c9jc2gw::after,
.lmhsbp    .mtlbli::after, .lmhsbp    .c9jc2gw::after,
.zo55   .mtlbli::after, .zo55   .c9jc2gw::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;
}
.vvo1 .mtlbli::after, .vvo1 .c9jc2gw::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");
}
.qxkc9 .mtlbli::after, .qxkc9 .c9jc2gw::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");
}
.flnev5wk .mtlbli::after, .flnev5wk .c9jc2gw::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");
}
.t23bn1 .mtlbli::after, .t23bn1 .c9jc2gw::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");
}
.o9jsax1 .mtlbli::after, .o9jsax1 .c9jc2gw::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");
}
.ee79h .mtlbli::after, .ee79h .c9jc2gw::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");
}
.lmhsbp .mtlbli::after, .lmhsbp .c9jc2gw::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");
}
.zo55 .mtlbli::after, .zo55 .c9jc2gw::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");
}
.vigz00b   .w5es0::after, .vigz00b   .gqxjkhc::after,
.tcaf .w5es0::after, .tcaf .gqxjkhc::after,
.w3cbs6    .w5es0::after, .w3cbs6    .gqxjkhc::after,
.kwrrs    .w5es0::after, .kwrrs    .gqxjkhc::after,
.sxw3    .w5es0::after, .sxw3    .gqxjkhc::after,
.qpy43mgs     .w5es0::after, .qpy43mgs     .gqxjkhc::after,
.ytm9mw    .w5es0::after, .ytm9mw    .gqxjkhc::after,
.ybcg   .w5es0::after, .ybcg   .gqxjkhc::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;
}
.vigz00b .w5es0::after, .vigz00b .gqxjkhc::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");
}
.tcaf .w5es0::after, .tcaf .gqxjkhc::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");
}
.w3cbs6 .w5es0::after, .w3cbs6 .gqxjkhc::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");
}
.kwrrs .w5es0::after, .kwrrs .gqxjkhc::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");
}
.sxw3 .w5es0::after, .sxw3 .gqxjkhc::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");
}
.qpy43mgs .w5es0::after, .qpy43mgs .gqxjkhc::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");
}
.ytm9mw .w5es0::after, .ytm9mw .gqxjkhc::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");
}
.ybcg .w5es0::after, .ybcg .gqxjkhc::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");
}
.b2oe {
  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;
}
.lhzp6o {
  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;
}
.lhzp6o > * { min-width: 0; }
.lhzp6o:hover { background: var(--bg-hover); }
.lhzp6o > [itemprop="item"] { display: contents; }
.lhzp6o [itemprop="itemReviewed"],
.lhzp6o [itemprop="reviewRating"] { display: none; }
.lhzp6o::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;
}
.se6nik {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.ncqm8pv {
  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;
}
.yjb3 { max-height: 52px; max-width: 110px; object-fit: contain; }
.qpe84u {
  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;
}
.n8vk .ncqm8pv    { background: #1a1a1a; }
.fs039a6w .ncqm8pv   { background: rgba(128,128,128,.12); }
.e7y7qrpy .ncqm8pv { background: var(--bg-raised); }
.lxgv .ncqm8pv    { background: transparent; padding: 0; }
.db2xa5 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.m29r { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.i2mh { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.kudphh {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.ahyn4ao {
  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;
}
.sbqd717u {
  
  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%;
}
.bmru {
  
  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;
}
.qx4m20b {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.qx4m20b.c9jc2gw {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .lhzp6o {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .lhzp6o::before    { grid-area: rank;   }
  .se6nik           { grid-area: ident;  }
  .db2xa5     { grid-area: rating; min-width: 0; width: auto; }
  .kudphh           { grid-area: pills;  }
  .qx4m20b             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .lhzp6o {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .lhzp6o::before    { justify-self: center; }
  .se6nik           { width: 100%; }
  .db2xa5     { justify-self: center; }
  .kudphh           { grid-template-columns: 1fr; }
}
.cbcvg06o {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.wppi987u {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.qxixv48 {
  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;
}
.qxixv48 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.leq0 { flex: 1; }
.leq0 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.e0dtrg { color: var(--c-stars); font-size: 1.1rem; }
.pnqm { margin-bottom: 8px; }
.vpyn7e { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.jq92dig::before   { content: "★ "; color: var(--accent-light); }
.cvf9 { flex-shrink: 0; }
.whkeo5 img.zm4wv7bc { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.cr2l { padding: 20px 24px; }
.j2kj { color: var(--text-muted); margin-bottom: 16px; }
.z2tpk { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.mkn2r, .yjexuf { list-style: none; font-size: 0.9rem; }
.mkn2r li { color: var(--c-pros); margin-bottom: 4px; }
.yjexuf li { color: var(--c-cons); margin-bottom: 4px; }
.mkn2r li::before { content: "✓"; margin-right: 5px; }
.yjexuf li::before { content: "✗"; margin-right: 5px; }
.rvb8n .mkn2r li::before { content: "→"; }
.rvb8n .yjexuf li::before { content: "–"; }
.epbid0bt  .mkn2r li::before { content: "★"; }
.epbid0bt  .yjexuf li::before { content: "✕"; }
.cgrmg3m    .mkn2r li::before { content: "◆"; }
.cgrmg3m    .yjexuf li::before { content: "▲"; }
.etad1  .mkn2r li::before { content: "▶"; }
.etad1  .yjexuf li::before { content: "■"; }
.e3wyovs { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.jfuter { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.szj3l { background: var(--bg-pros); color: var(--c-tag-pay); }
.w2fd { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.im4h .w2fd { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.jav62 .w2fd { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .ub8d6t .p4ltb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ub8d6t .cbcvg06o { margin: 0; }
}
.c414oo4r .wppi987u { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.c414oo4r .leq0 h3 { color: var(--accent-light); }
.c414oo4r .qxixv48 { background: var(--bg-page); border: 1px solid var(--border); }
.mym5x .cbcvg06o { border-top: 4px solid var(--accent); }
.mym5x .wppi987u { background: var(--bg-card); }
.eceq .cbcvg06o { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.eceq .wppi987u { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.eceq .cr2l { padding: 14px 16px; }
.eceq .qxixv48 { border-radius: 4px; }
.eceq .w2fd { border-radius: 0; }
.g7ii1 .wppi987u { padding: 0; gap: 0; overflow: hidden; }
.g7ii1 .qxixv48 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.g7ii1 .leq0 { padding: 16px 20px; }
.g7ii1 .cvf9 { padding: 16px 20px; align-self: center; }
.dvso .e0dtrg { font-size: .95rem; }
.za5ah8 .p9ojq { gap: 10px; }
.za5ah8 .pw355z, .za5ah8 .lfj1j { padding: 12px; }
.za5ah8 .pw355z ul, .za5ah8 .lfj1j ul { margin: 4px 0 0; padding-left: 18px; }
.za5ah8 .pw355z li, .za5ah8 .lfj1j li { font-size: .85rem; margin-bottom: 3px; }
.xquu3q .jfuter { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .pjex { grid-template-columns: 1fr; }
  .q6pla { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .q6pla .d7h94z { width: 72px; height: 50px; }
  .q6pla .ynxx10m1 { max-width: 180px; }
  .q6pla .ku0bdy { width: auto; }
}
.fr7vx6w .dvso .e0dtrg { filter: brightness(1.2); }
@media (max-width: 720px) {
  .fr7vx6w { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .t0ph7vt { padding: 16px; }
  .iiah3ks4 .j17b { min-width: 50%; }
}
.tnxagn0 .p9ojq { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .d44t { grid-template-columns: 1fr; }
  .ia9xmkt7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .pbzilel { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .jl8v { flex-wrap: wrap; padding: 16px; }
}
.di9g4k .p9ojq { gap: 8px; }
.di9g4k .pw355z, .di9g4k .lfj1j { padding: 8px; }
@media (max-width: 480px) {
  .i65vav3 { flex-direction: column; align-items: stretch; }
}
.jfl1pqj .ku0bdy .c9jc2gw { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .cphk8u { flex-direction: column; align-items: stretch; gap: 10px; }
  .jfl1pqj .ku0bdy { text-align: center; }
}
@media (max-width: 720px) {
  .yyjyd { grid-template-columns: 1fr; }
  .w8r3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .r1is8 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.m7wih .qyn36nan { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.q8jy .e0dtrg { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .q2zn { grid-template-columns: 1fr; }
  .q8jy { width: 100px; height: 100px; margin: 16px auto; }
  .m7wih { font-size: 1.4rem; }
  .euhuy { justify-content: center; }
  .b7z6dbt .j17b { min-width: 50%; }
}
.rs788n .p9ojq { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .i9pw8cr { flex-wrap: wrap; padding: 14px 16px; }
  .qjazn70w { padding: 12px 16px; }
  .rs788n .p9ojq { margin: 0 16px; }
  .rs788n .xquu3q { padding: 0 16px; }
  .n5ovjgg { padding: 12px 16px; }
}
.cnqkjb .lhzp6o {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.cnqkjb .lhzp6o:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.ztzvg1gm .b2oe { gap: 18px; }
.ztzvg1gm .lhzp6o {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ztzvg1gm .lhzp6o:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.zd44u1d6 .b2oe {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.zd44u1d6 .lhzp6o {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.zd44u1d6 .lhzp6o:last-child { border-bottom: none; }
.zd44u1d6 .se6nik,
.zd44u1d6 .db2xa5,
.zd44u1d6 .kudphh {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.k4yadl .b2oe { gap: 0; }
.k4yadl .lhzp6o {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.k4yadl .lhzp6o:last-child { border-bottom: none; }
.k4yadl .lhzp6o:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.k4yadl .lhzp6o:nth-child(even):hover { background: var(--bg-hover); }
.v67lshw .lhzp6o {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.w0o11em .kudphh .ahyn4ao {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.w0o11em .kudphh .ahyn4ao:first-child { border-left: none; }
.zv5qmu .kudphh .ahyn4ao {
  background: transparent; padding: 4px 8px;
}
.zv5qmu .kudphh .sbqd717u { font-size: .65rem; opacity: .65; }
.zv5qmu .kudphh .bmru   { font-size: 1.15rem; color: var(--accent-light); }
.z0czi .kudphh .ahyn4ao {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.i2mh { display: none; }
.wrww9kk5 .m29r { font-size: 1rem; letter-spacing: 2px; }
.br30vtq .m29r {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.z8e88h .m29r,
.hni4 .m29r,
.boii942n .m29r { display: none; }
.z8e88h .i2mh,
.hni4 .i2mh,
.boii942n .i2mh { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.z8e88h .i2mh { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.z8e88h .i2mh small { display: none; }
.hni4 .i2mh {
  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;
}
.hni4 .i2mh small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.boii942n .i2mh {
  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;
}
.boii942n .i2mh small { display: none; }
.z8e88h .pnqm .e0dtrg,
.hni4 .pnqm .e0dtrg,
.boii942n .pnqm .e0dtrg { display: none; }
.z8e88h .pnqm strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.z8e88h .qyn36nan { display: none; }
.hni4 .pnqm 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;
}
.hni4 .r70hhkrp,
.hni4 .qyn36nan { font-size: 1em; }
.boii942n .pnqm strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.boii942n .qyn36nan { display: none; }
.iamm4bs9 { margin: 16px 0; }
.a9uypp5 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.a9uypp5 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.a9uypp5 summary::after { content: "+"; color: var(--accent-light); }
.a9uypp5[open] summary::after { content: "−"; }
.a9uypp5 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.wc22im { margin-bottom: 0; }
.apt9 h2.auencc6g { color: var(--text-primary); border-color: var(--accent-light); }
.x0ie h2.auencc6g { color: var(--text-primary); border-color: var(--accent-light); }
.orex2 .xy5g4i     { background: #052e16; border-color: #10b981; }
.orex2 .uhop63g { background: #2d0a1e; border-color: #f43f5e; }
.orex2 .dfhj    { background: #1e1036; border-color: #a855f7; }
.orex2 .ly7l strong  { color: #f1f5f9; }
.orex2 .ly7l p       { color: #cbd5e1; }
.orex2 .fpcc    .xy5g4i     .i1qq6::before,
.orex2 .aslpcty  .xy5g4i     .i1qq6::before,
.orex2 .flcn  .xy5g4i     .i1qq6::before,
.orex2 .ri0heh .xy5g4i     .i1qq6::before { color: #10b981; }
.orex2 .fpcc    .uhop63g .i1qq6::before,
.orex2 .aslpcty  .uhop63g .i1qq6::before,
.orex2 .flcn  .uhop63g .i1qq6::before,
.orex2 .ri0heh .uhop63g .i1qq6::before { color: #f43f5e; }
.orex2 .fpcc    .dfhj    .i1qq6::before,
.orex2 .aslpcty  .dfhj    .i1qq6::before,
.orex2 .flcn  .dfhj    .i1qq6::before,
.orex2 .ri0heh .dfhj    .i1qq6::before { color: #a855f7; }
.mxctg .xy5g4i     { background: #2d2000; border-color: #eab308; }
.mxctg .uhop63g { background: #2d0b0b; border-color: #ef4444; }
.mxctg .dfhj    { background: #2d1600; border-color: #f97316; }
.mxctg .ly7l strong  { color: #f1f5f9; }
.mxctg .ly7l p       { color: #cbd5e1; }
.mxctg .fpcc    .xy5g4i     .i1qq6::before,
.mxctg .aslpcty  .xy5g4i     .i1qq6::before,
.mxctg .flcn  .xy5g4i     .i1qq6::before,
.mxctg .ri0heh .xy5g4i     .i1qq6::before { color: #eab308; }
.mxctg .fpcc    .uhop63g .i1qq6::before,
.mxctg .aslpcty  .uhop63g .i1qq6::before,
.mxctg .flcn  .uhop63g .i1qq6::before,
.mxctg .ri0heh .uhop63g .i1qq6::before { color: #ef4444; }
.mxctg .fpcc    .dfhj    .i1qq6::before,
.mxctg .aslpcty  .dfhj    .i1qq6::before,
.mxctg .flcn  .dfhj    .i1qq6::before,
.mxctg .ri0heh .dfhj    .i1qq6::before { color: #f97316; }
.hnbboq .xy5g4i     { background: #0c1a2e; border-color: #38bdf8; }
.hnbboq .uhop63g { background: #12103a; border-color: #818cf8; }
.hnbboq .dfhj    { background: #0a2020; border-color: #2dd4bf; }
.hnbboq .ly7l strong  { color: #f1f5f9; }
.hnbboq .ly7l p       { color: #cbd5e1; }
.hnbboq .fpcc    .xy5g4i     .i1qq6::before,
.hnbboq .aslpcty  .xy5g4i     .i1qq6::before,
.hnbboq .flcn  .xy5g4i     .i1qq6::before,
.hnbboq .ri0heh .xy5g4i     .i1qq6::before { color: #38bdf8; }
.hnbboq .fpcc    .uhop63g .i1qq6::before,
.hnbboq .aslpcty  .uhop63g .i1qq6::before,
.hnbboq .flcn  .uhop63g .i1qq6::before,
.hnbboq .ri0heh .uhop63g .i1qq6::before { color: #818cf8; }
.hnbboq .fpcc    .dfhj    .i1qq6::before,
.hnbboq .aslpcty  .dfhj    .i1qq6::before,
.hnbboq .flcn  .dfhj    .i1qq6::before,
.hnbboq .ri0heh .dfhj    .i1qq6::before { color: #2dd4bf; }
.y71i .xy5g4i     { background: var(--accent-bg); border-color: var(--accent-light); }
.y71i .uhop63g { background: var(--accent-bg-light); border-color: var(--accent-light); }
.y71i .dfhj    { background: var(--accent-bg); border-color: var(--accent-pale); }
.y71i .fpcc    .i1qq6::before,
.y71i .aslpcty  .i1qq6::before,
.y71i .flcn  .i1qq6::before,
.y71i .ri0heh .i1qq6::before { color: var(--accent-light) !important; }
.e1591alm::before,
.ai8x4f9z::before { margin-right: 5px; }
.a6ql2uu .pw355z ul li,
.a6ql2uu .mkn2r li         { color: #4ade80; }
.a6ql2uu .pw355z .e1591alm { color: #22c55e; }
.a6ql2uu .lfj1j ul li,
.a6ql2uu .yjexuf li         { color: #f87171; }
.a6ql2uu .lfj1j .ai8x4f9z { color: #ef4444; }
.bng14ed1 .pw355z { background: var(--bg-pros); }
.bng14ed1 .lfj1j { background: var(--bg-cons); }
.bng14ed1 .pw355z .e1591alm { color: var(--c-pros-label); }
.bng14ed1 .lfj1j .ai8x4f9z { color: var(--c-cons); }
.bng14ed1 .pw355z ul li,
.bng14ed1 .mkn2r li            { color: var(--c-pros); }
.bng14ed1 .lfj1j ul li,
.bng14ed1 .yjexuf li            { color: var(--c-cons); }
.kqtfc3 .pw355z { background: var(--bg-pros); }
.kqtfc3 .lfj1j { background: var(--bg-cons); }
.kqtfc3 .pw355z .e1591alm { color: var(--c-pros-label); }
.kqtfc3 .lfj1j .ai8x4f9z { color: var(--c-cons); }
.kqtfc3 .pw355z ul li,
.kqtfc3 .mkn2r li          { color: var(--c-pros); }
.kqtfc3 .lfj1j ul li,
.kqtfc3 .yjexuf li          { color: var(--c-cons); }
.ol3b .e1591alm::before { content: "✓ "; }
.ol3b .ai8x4f9z::before { content: "✗ "; }
.rvb8n .e1591alm::before { content: "→ "; }
.rvb8n .ai8x4f9z::before { content: "← "; }
.epbid0bt .e1591alm::before { content: "★ "; }
.epbid0bt .ai8x4f9z::before { content: "✕ "; }
.cgrmg3m .e1591alm::before { content: "◆ "; }
.cgrmg3m .ai8x4f9z::before { content: "▲ "; }
.jav62 .ly7l { background: transparent; border-left: none; border: 1.5px solid; }
.jav62 .xy5g4i     { border-color: var(--c-tip-border); }
.jav62 .uhop63g { border-color: var(--c-warn-border); }
.jav62 .dfhj    { border-color: #60a5fa; }
.jav62 .ly7l strong { color: var(--text-primary); }
.jav62 .ly7l p      { color: var(--text-muted); }
.im4h .ly7l { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.im4h .xy5g4i     { border-top-color: var(--c-tip-border); }
.im4h .uhop63g { border-top-color: var(--c-warn-border); }
.im4h .dfhj    { border-top-color: #60a5fa; }
.t4lv .ly7l { border-left: none; border-radius: 8px; }
.t4lv .xy5g4i     { background: #065f46; }
.t4lv .uhop63g { background: #92400e; }
.t4lv .dfhj    { background: #1e3a8a; }
.t4lv .ly7l strong,
.t4lv .ly7l p { color: #fff; }
.t4lv .i1qq6::before { color: rgba(255,255,255,0.85) !important; }
.orex2.t4lv .xy5g4i,
.orex2 .t4lv .xy5g4i     { background: #052e16; }
.orex2.t4lv .uhop63g,
.orex2 .t4lv .uhop63g { background: #2d0a1e; }
.orex2.t4lv .dfhj,
.orex2 .t4lv .dfhj    { background: #1e1036; }
.mxctg.t4lv .xy5g4i,
.mxctg .t4lv .xy5g4i      { background: #2d2000; }
.mxctg.t4lv .uhop63g,
.mxctg .t4lv .uhop63g  { background: #2d0b0b; }
.mxctg.t4lv .dfhj,
.mxctg .t4lv .dfhj     { background: #2d1600; }
.hnbboq.t4lv .xy5g4i,
.hnbboq .t4lv .xy5g4i      { background: #0c1a2e; }
.hnbboq.t4lv .uhop63g,
.hnbboq .t4lv .uhop63g  { background: #12103a; }
.hnbboq.t4lv .dfhj,
.hnbboq .t4lv .dfhj     { background: #0a2020; }
.r0db .ly7l { border-left: none; border-radius: 6px; padding: 10px 14px; }
.r0db .xy5g4i     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.r0db .uhop63g { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.r0db .dfhj    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.r0db .ly7l strong { color: var(--text-primary); }
.r0db .ly7l p      { color: var(--text-muted); }
.vjjy .ly7l { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.fpcc .i1qq6,
.aslpcty .i1qq6,
.flcn .i1qq6,
.ri0heh .i1qq6 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.fpcc .i1qq6::before,
.aslpcty .i1qq6::before,
.flcn .i1qq6::before,
.ri0heh .i1qq6::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.fpcc .xy5g4i     .i1qq6::before { content: "✦"; color: var(--c-tip-border); }
.fpcc .uhop63g .i1qq6::before { content: "▲"; color: var(--c-warn-border); }
.fpcc .dfhj    .i1qq6::before { content: "◉"; color: #60a5fa; }
.aslpcty .xy5g4i     .i1qq6::before { content: "★"; color: var(--c-tip-border); }
.aslpcty .uhop63g .i1qq6::before { content: "◆"; color: var(--c-warn-border); }
.aslpcty .dfhj    .i1qq6::before { content: "●"; color: #60a5fa; }
.flcn .xy5g4i     .i1qq6::before { content: "▶"; color: var(--c-tip-border); }
.flcn .uhop63g .i1qq6::before { content: "■"; color: var(--c-warn-border); }
.flcn .dfhj    .i1qq6::before { content: "▸"; color: #60a5fa; }
.ri0heh .xy5g4i     .i1qq6::before { content: "→"; color: var(--c-tip-border); }
.ri0heh .uhop63g .i1qq6::before { content: "⬥"; color: var(--c-warn-border); }
.ri0heh .dfhj    .i1qq6::before { content: "◈"; color: #60a5fa; }
.nkhm .gbxmk570 .u55d,
.nkhm .dzu3peeh .u55d  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.nkhm .aror                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.nkhm .lhzp6o                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.nkhm .cbcvg06o            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.nkhm .nkex9          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.nkhm .ney2fp                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.jv9nld .gbxmk570 .u55d,
.jv9nld .dzu3peeh .u55d,
.jv9nld .aror,
.jv9nld .lhzp6o,
.jv9nld .cbcvg06o,
.jv9nld .nkex9,
.jv9nld .ney2fp,
.jv9nld .vjjy .ly7l { box-shadow: none; }
.ffz40ps   .wegz, .ffz40ps .u68yjd, .ffz40ps .p43i3,
.ffz40ps   .xcm5yk8, .ffz40ps .k27e { font-size: 0.9rem; }
.ffz40ps   .nzel, .ffz40ps .cs21pipl { font-size: 0.9rem; }
.eyc9rb   .wegz, .eyc9rb .u68yjd, .eyc9rb .p43i3,
.eyc9rb   .xcm5yk8, .eyc9rb .k27e { font-size: 0.95rem; }
.eyc9rb   .nzel, .eyc9rb .cs21pipl { font-size: 0.95rem; }
.w9359try   .wegz, .w9359try .u68yjd, .w9359try .p43i3,
.w9359try   .xcm5yk8, .w9359try .k27e { font-size: 1.08rem; }
.w9359try   .nzel, .w9359try .cs21pipl { font-size: 1.05rem; }
.w9359try   .kbx7kq { font-size: 0.97rem; }
.zmkyp3 .zt8y5g      { font-size: 3.2rem; }
.zmkyp3 h2.auencc6g { font-size: 1.9rem; }
.zmkyp3 h3.xozuwz7q     { font-size: 1.4rem; }
.vmol7l6 .zt8y5g      { font-size: 3.8rem; }
.vmol7l6 h2.auencc6g { font-size: 2.2rem; }
.vmol7l6 h3.xozuwz7q     { font-size: 1.6rem; }
.wc22im + .wc22im { position: relative; }
.fjlw5t   .wc22im + .wc22im::before,
.tg28a47  .wc22im + .wc22im::before,
.rt4heeh   .wc22im + .wc22im::before,
.jkj2j4b   .wc22im + .wc22im::before,
.j7rszabn   .wc22im + .wc22im::before,
.u8r4v .wc22im + .wc22im::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.fjlw5t .wc22im + .wc22im::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.tg28a47 .wc22im + .wc22im::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.rt4heeh .wc22im + .wc22im::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;
}
.jkj2j4b .wc22im + .wc22im::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.c17swtes .wc22im { margin-bottom: 16px; }
.c17swtes .wc22im + .wc22im { margin-top: 0; }
.c17swtes .f2s5 { padding-top: 0; padding-bottom: 0; }
.j7rszabn .wc22im + .wc22im::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.u8r4v .wc22im + .wc22im::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.a6ozkd .wc22im + .wc22im::before,
.p0ao4q9 .wc22im + .wc22im::before,
.bmjdbn .wc22im + .wc22im::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%;
}
.qrvric .a6ozkd .wc22im:nth-child(even)::before,
.qrvric .p0ao4q9 .wc22im:nth-child(even)::before,
.qrvric .bmjdbn .wc22im:nth-child(even)::before { background: var(--bg-surface); }
.gm6vdw1 .a6ozkd .wc22im:nth-child(even)::before,
.gm6vdw1 .p0ao4q9 .wc22im:nth-child(even)::before,
.gm6vdw1 .bmjdbn .wc22im:nth-child(even)::before { background: var(--bg-card); }
.a6ozkd .wc22im + .wc22im::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");
}
.p0ao4q9 .wc22im + .wc22im::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");
}
.bmjdbn .wc22im + .wc22im::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");
}
.yob9ib .mgidyxrk,
.thtvsu6 .mgidyxrk { padding-bottom: 60px; }
.p720y .mgidyxrk { padding-bottom: 70px; }
.gvh9vxik  .ti42p3de:not(.x2a9pz) .j3brsxw { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.r5l0wszr .qtt5qa6 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.r960 .qtt5qa6 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.gvh9vxik .x2a9pz { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.gvh9vxik .a4g4 { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.gvh9vxik .qtt5qa6 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ofovc .qtt5qa6 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.qwut .qtt5qa6 { background: var(--accent-bg); }
.mi9g .gocolt { float: left; width: 38%; margin: 0 28px 16px 0; }
.mi9g .gocolt .wjwmgs { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.mi9g .f2s5::after { content: ''; display: block; clear: both; }
.e7hm2 .gocolt { float: right; width: 38%; margin: 0 0 16px 28px; }
.e7hm2 .gocolt .wjwmgs { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.e7hm2 .f2s5::after { content: ''; display: block; clear: both; }
.gn2pbwth .wc22im:nth-child(odd)  .gocolt { float: left;  width: 38%; margin: 0 28px 16px 0; }
.gn2pbwth .wc22im:nth-child(even) .gocolt { float: right; width: 38%; margin: 0 0 16px 28px; }
.gn2pbwth .gocolt .wjwmgs { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.gn2pbwth .f2s5::after { content: ''; display: block; clear: both; }
.mi9g .x4uzosby,
.mi9g .b2oe,
.e7hm2 .x4uzosby,
.e7hm2 .b2oe,
.gn2pbwth .x4uzosby,
.gn2pbwth .b2oe { clear: both; }
@media (max-width: 900px) {
  .mi9g .gocolt,
  .e7hm2 .gocolt,
  .gn2pbwth .wc22im:nth-child(odd)  .gocolt,
  .gn2pbwth .wc22im:nth-child(even) .gocolt {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .mi9g .gocolt .wjwmgs,
  .e7hm2 .gocolt .wjwmgs,
  .gn2pbwth .gocolt .wjwmgs {
    max-height: none !important;
  }
}
.mi9g .nzel,
.mi9g .cs21pipl,
.e7hm2 .nzel,
.e7hm2 .cs21pipl,
.gn2pbwth .nzel,
.gn2pbwth .cs21pipl { overflow: hidden; }
@media (max-width: 640px) {
  .mi9g .gocolt,
  .e7hm2 .gocolt,
  .gn2pbwth .gocolt { float: none; width: 100%; margin: 0 0 16px 0; }
}
.u4hpga .qzs4nd,
.u4hpga .f2s5,
.u4hpga .b86mzt2m  { max-width: 1100px; }
.j7ukwm .qzs4nd,
.j7ukwm .f2s5,
.j7ukwm .b86mzt2m  { max-width: 1200px; }
.hi92v .qzs4nd,
.hi92v .f2s5,
.hi92v .b86mzt2m  { max-width: 1320px; }
.hi92v { --content-mw: 1320px; }
.zwpcu0r { font-size: 0.82rem; color: var(--text-muted); }
.oj8t { display: flex; align-items: center; }
.kxm6 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.pe8ums { display: flex; align-items: center; }
.r895 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.r895:hover { text-decoration: underline; }
.xvj2k7g { margin: 0 3px; opacity: 0.45; }
.xvj2k7g::before { content: '/'; }
.p02890s { padding: 2px 5px; color: var(--text-main); }
.p6euxi .zwpcu0r {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.p6euxi .oj8t { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.g685y45x .zwpcu0r {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.g685y45x .oj8t { padding: 0 0 0 12px; }
.j4ebim1 .oj8t { padding: 0 16px; }
.j4ebim1 .zwpcu0r {
  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);
}
.j4ebim1 .qzs4nd { padding-top: 28px; }
@media (max-width: 720px) {
  .kvb0mk { margin-top: 18px; padding: 0 16px; }
  .j4ebim1 .qzs4nd { padding-top: 16px; }
}
.u4hpga.p6euxi .oj8t { max-width: 1100px; }
.j7ukwm.p6euxi .oj8t { max-width: 1200px; }
.hi92v.p6euxi .oj8t { max-width: 1320px; }
.hi92v .kvb0mk { max-width: 1320px; }
.uip54yi .wc22im { padding-top: 16px; padding-bottom: 16px; }
.dvzlnyym .wc22im { padding-top: 24px; padding-bottom: 24px; }
.o5wek .wc22im { padding-top: 40px; padding-bottom: 40px; }
.xlx973 .wc22im { padding-top: 52px; padding-bottom: 52px; }
.tb130j .wc22im:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.tb130j .wc22im:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.tb130j .wc22im:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.tb130j .wc22im:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ik06die4 .f2s5 { padding-top: 10px;  padding-bottom: 10px; }
.rpw4ft38 .f2s5 { padding-top: 18px;  padding-bottom: 18px; }
.skpv63bc .f2s5 { padding-top: 36px;  padding-bottom: 36px; }
.ael37 .f2s5 { padding-top: 48px;  padding-bottom: 48px; }
.kjsd58y2 h2.auencc6g { font-weight: 600; }
.kjsd58y2 h3.xozuwz7q     { font-weight: 600; }
.k7u5 h2.auencc6g { font-weight: 800; }
.k7u5 h3.xozuwz7q     { font-weight: 700; }
.g9tn99p { font-weight: 600; }
.g9tn99p h2.auencc6g { font-weight: 900; }
.g9tn99p h3.xozuwz7q     { font-weight: 800; }
.g9tn99p .ly7l strong,
.g9tn99p .ly7l strong { font-weight: 600; }
.w5es0 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.p64n9 .w5es0 { display: none; }
@media (max-width: 640px) { .w5es0 { display: none; } }
.w5es0 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.w5es0:hover { opacity: 0.85; }
.zinbpev .w5es0 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.y99bymh .w5es0,
.mfjlsfj  .w5es0 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.y99bymh .w5es0:hover,
.mfjlsfj  .w5es0:hover { opacity: 0.88; }
.zinbpev.y99bymh .w5es0,
.zinbpev.mfjlsfj  .w5es0 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.gqxjkhc {
  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;
}
.gqxjkhc:hover { transform: translateY(-2px); opacity: 0.92; }
.gqxjkhc { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ibfets2v .gqxjkhc { display: none; }
.lqhz15g .gqxjkhc { right: 32px; }
.lrwdhf  .gqxjkhc { left: 32px; }
@media (max-width: 480px) {
  .lqhz15g .gqxjkhc { right: 20px; bottom: 20px; }
  .lrwdhf  .gqxjkhc { left: 20px; bottom: 20px; }
}
.jlkxlw { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.b86mzt2m { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.usu8i { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.r6zb85 { color: var(--text-dim); font-size: 0.8rem; }
.dfhmatw a, .xhil4 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.dfhmatw a:hover, .xhil4 a:hover { color: var(--accent-light); }
.xhil4 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.ujh5kw .b86mzt2m { text-align: center; }
.ujh5kw .xhil4 { justify-content: center; margin-bottom: 16px; }
.ujh5kw .usu8i { margin-top: 0; }
.j2al4et { margin-top: 10px; }
.j2al4et a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .b86mzt2m { padding-left: 16px; padding-right: 16px; }
  .wgpm4p91 .b86mzt2m { padding: 20px 16px; }
  .xhil4 { gap: 4px 12px; }
  .usu8i { font-size: 0.78rem; }
}
.hgcd0btg .usu8i { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.hgcd0btg .r6zb85 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .hgcd0btg .c320yb { grid-template-columns: 1fr 1fr; } .hgcd0btg .e1jd { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hgcd0btg .c320yb { grid-template-columns: 1fr; } }
.tce4ipb4 .usu8i { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .tce4ipb4 .xfr6ry { gap: 12px; } .tce4ipb4 .sgyq7q { margin-right: 0; width: 100%; } }
.funak2b .usu8i { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.funak2b .r6zb85 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .funak2b .y60gt9 { grid-template-columns: 1fr 1fr; } .funak2b .wk7o { grid-column: 1 / -1; } }
@media (max-width: 480px) { .funak2b .y60gt9 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .u2ldb .iaho { grid-template-columns: 1fr 1fr; } .u2ldb .pew9:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .u2ldb .iaho { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .gp7gfb .iaho { grid-template-columns: 1fr; } }
.rl0h0jch .b86mzt2m { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.rl0h0jch .xhil4 { justify-content: center; }
.dg3r1v5 .pdmfcegu      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.dg3r1v5 .jlkxlw { background: var(--bg-page); border-top-color: var(--border-alt); }
.i305p0w9 .pdmfcegu      { background: #0d1117; border-bottom-color: #21262d; }
.i305p0w9 .ezmibof { color: var(--accent-light); }
.i305p0w9 .h8mgk { --msep-color: #8b949e; }
.i305p0w9 .h8mgk a { color: #8b949e; }
.i305p0w9 .h8mgk a:hover { color: var(--accent-light); }
.i305p0w9 .zt9wf { color: #8b949e; }
.i305p0w9 .jlkxlw { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.i305p0w9 .usu8i,
.i305p0w9 .r6zb85 { color: #6e7681; }
.i305p0w9 .dfhmatw a, .i305p0w9 .xhil4 a,
.i305p0w9 .dfhmatw a:hover, .i305p0w9 .xhil4 a:hover,
@media (max-width: 640px) {
  .i305p0w9 .h8mgk { background: #0d1117; border-top-color: #21262d; }
  .i305p0w9 .h8mgk li a { border-bottom-color: #21262d; }
}
.t0t5myiw .pdmfcegu      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.t0t5myiw .ezmibof { color: var(--accent-light); }
.t0t5myiw .h8mgk { --msep-color: #475569; }
.t0t5myiw .h8mgk a { color: #475569; }
.t0t5myiw .h8mgk a:hover { color: var(--accent-light); }
.t0t5myiw .zt9wf { color: #64748b; }
.t0t5myiw .jlkxlw { background: #f0f4f8; border-top-color: #cbd5e1; }
.t0t5myiw .usu8i,
.t0t5myiw .r6zb85 { color: #64748b; }
.t0t5myiw .dfhmatw a, .t0t5myiw .xhil4 a,
.t0t5myiw .dfhmatw a:hover, .t0t5myiw .xhil4 a:hover,
@media (max-width: 640px) {
  .t0t5myiw .h8mgk { background: #f0f4f8; border-top-color: #cbd5e1; }
  .t0t5myiw .h8mgk li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.y99bymh .pdmfcegu      { background: var(--accent); border-bottom-color: var(--accent-light); }
.y99bymh .ezmibof { color: #fff; }
.y99bymh .h8mgk { --msep-color: rgba(255,255,255,0.82); }
.y99bymh .h8mgk a { color: rgba(255,255,255,0.82); }
.y99bymh .h8mgk a:hover { color: #fff; }
.y99bymh .zt9wf { color: rgba(255,255,255,0.9); }
.y99bymh .jlkxlw { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.y99bymh .usu8i,
.y99bymh .r6zb85 { color: rgba(255,255,255,0.72); }
.y99bymh .dfhmatw a, .y99bymh .xhil4 a,
.y99bymh .dfhmatw a:hover, .y99bymh .xhil4 a:hover,
@media (max-width: 640px) {
  .y99bymh .h8mgk { background: var(--accent); border-top-color: var(--accent-light); }
  .y99bymh .h8mgk li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.mfjlsfj .pdmfcegu {
  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);
}
.mfjlsfj .jlkxlw {
  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) {
  .mfjlsfj .h8mgk {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.dfo5q .ku48pue { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.cigpw .ku48pue { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.e13kml9 .ku48pue { min-height: 72px; height: auto; }
.d8ccb .ku48pue { min-height: 84px; height: auto; }
.wgpm4p91 .ku48pue { max-width: none; padding: 0 32px; }
.wgpm4p91 .b86mzt2m  { max-width: none; padding: 24px 32px; }
.wpq838s1.j7ukwm .ku48pue { max-width: 1200px; }
.wpq838s1.hi92v .ku48pue { max-width: 1320px; }
.e1duyps   .ezmibof, .e1duyps   .sgyq7q { text-transform: capitalize; }
.ujfu .ezmibof, .ujfu .sgyq7q { text-transform: lowercase; }
.o4sti .ezmibof, .o4sti .sgyq7q { text-transform: uppercase; letter-spacing: 0.06em; }
.eyn6c2, .s5inbzpu {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.nicz7s9 .eyn6c2,
.k2ds31 .eyn6c2,
.hcu7neq1 .eyn6c2,
.ab0rx .eyn6c2,
.j2brj   .h8mgk a { font-weight: 500; }
.rfml .h8mgk a { font-weight: 600; }
.pccme     .h8mgk a { font-weight: 700; }
.lw06s0    .h8mgk a { font-weight: 800; letter-spacing: 0.01em; }
.m9ll     .h8mgk > li + li::before,
.nu216t9    .h8mgk > li + li::before,
.wy51t    .h8mgk > li + li::before,
.lta577 .h8mgk > li + li::before,
.m2s6l5w .h8mgk > li + li::before,
.u0ic1c  .h8mgk > li + li::before,
.skklhrm    .h8mgk > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.m9ll     .h8mgk > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.nu216t9    .h8mgk > li + li::before { content: "|"; }
.wy51t    .h8mgk > li + li::before { content: "—"; }
.lta577 .h8mgk > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.m2s6l5w .h8mgk > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.u0ic1c  .h8mgk > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.skklhrm    .h8mgk > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .tpw6tm .zt9wf,
  .peftoqp .zt9wf,
  .d0dmy8 .zt9wf,
  .q0e5bvq .zt9wf,
  .y9438i5l .zt9wf {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .tpw6tm .zt9wf::before,
  .peftoqp .zt9wf::before,
  .d0dmy8 .zt9wf::before,
  .q0e5bvq .zt9wf::before,
  .y9438i5l .zt9wf::before { content: ""; display: block; flex-shrink: 0; }

  
  .tpw6tm .zt9wf::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;
  }

  
  .peftoqp .zt9wf::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;
  }

  
  .d0dmy8 .zt9wf::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;
  }

  
  .q0e5bvq .zt9wf::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;
  }

  
  .y9438i5l .zt9wf::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) {
  .vzvnc59 .zt9wf {
    padding: 5px 14px;
  }
  .vzvnc59 .h8mgk {
    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;
  }
  .vzvnc59 .h8mgk li a {
    border-bottom: none; padding: 10px 22px;
  }
  .vzvnc59 .h8mgk li a:hover { background: var(--bg-raised); }
  .vzvnc59 .xxi5rsf,
  .z7bg .xxi5rsf,
  .zztnzbx8 .xxi5rsf { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .u6e9n .zt9wf {
    padding: 5px 10px;
  }
  .u6e9n .h8mgk {
    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);
  }
  .u6e9n .h8mgk.rbxfc { transform: translateX(0); }
  .u6e9n .h8mgk li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .u6e9n .h8mgk li:last-child a { border-bottom: none; }
  .y99bymh .h8mgk,
  .i305p0w9 .h8mgk { background: var(--accent) !important; }
  .y99bymh .h8mgk li a,
  .i305p0w9 .h8mgk li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .zztnzbx8 .zt9wf {
    padding: 5px 10px;
  }
  .zztnzbx8 .h8mgk {
    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);
  }
  .zztnzbx8 .h8mgk::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .zztnzbx8 .h8mgk.rbxfc { transform: translateY(0); }
  .zztnzbx8 .h8mgk li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .oe78 .zt9wf {
    padding: 5px 10px;
  }
  .oe78 .h8mgk {
    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;
  }
  .oe78 .h8mgk.rbxfc { opacity: 1; pointer-events: auto; }
  .oe78 .h8mgk li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .aqu3wo     .zt9wf { border-radius: 0 !important; }
  .gh187   .zt9wf { border-radius: 8px !important; }
  .fvh3i .zt9wf { border-radius: 50% !important; }
  .ei1xca   .zt9wf { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .nb16f .cvwhh9 { flex-direction: column; align-items: stretch; }
  .nb16f .qu59ao7 { flex-direction: row; min-width: auto; }
  .nb16f .nzulb17 { align-items: flex-start; text-align: left; }
}
.o3ha.wc22im,
.gm6vdw1 .o3ha,
@media (max-width: 640px) {
  .grmkvvod {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .dw0d { flex: 0 0 auto; }
  .z14c { font-size: 1.2rem; }
  .jy7bf { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.e5ss8tth .e03b { height: 36px; }
.gdbw3 .e03b { height: 60px; max-width: 200px; }
.tloq .e03b { height: 76px; max-width: 240px; }
.yga2    .m29r, .yga2    .e0dtrg { color: #f59e0b; }
.nvc16d      .m29r { font-size: 1rem; letter-spacing: 1.5px; }
.nvc16d      .e0dtrg   { font-size: 1.35rem; }
.supnz    .m29r, .supnz    .e0dtrg { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.pigze     .m29r, .pigze     .e0dtrg { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.i471 .m29r, .i471 .e0dtrg { color: var(--cta); letter-spacing: 2px; }
.df0v   .m29r, .df0v   .e0dtrg { color: #e91e63; letter-spacing: 2px; }
.leswc9s  .m29r, .leswc9s  .e0dtrg { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.a844     .m29r, .a844     .e0dtrg { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.w0o11em .ahyn4ao + .ahyn4ao {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.i3bj .lhzp6o { padding: 18px 24px; min-height: 68px; }
.zv5qmu .sbqd717u {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.zv5qmu .bmru {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.z0czi .ahyn4ao {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.b2oe { counter-reset: cs-rank; }
.b2oe .lhzp6o { counter-increment: cs-rank; }
.b2oe .lhzp6o::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;
}
.kh2v .b2oe { counter-reset: cs-rank; gap: 0; }
.kh2v .lhzp6o {
  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;
}
.kh2v .lhzp6o::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;
}
.kh2v .se6nik {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.kh2v .ncqm8pv {
  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;
}
.kh2v .yjb3 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.kh2v .se6nik { min-width: 0; flex-direction: column; width: 100%; }
.kh2v .qpe84u {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.kh2v .m29r { color: var(--cta, var(--accent)); }
.kh2v .i2mh { font-weight: 700; }
.kh2v .ahyn4ao {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.kh2v .sbqd717u {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.kh2v .bmru {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.kh2v .v0mo .bmru { font-size: 1.3rem; color: var(--accent-light); }
.kh2v .qx4m20b {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.kh2v .lhzp6o:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .kh2v .b2oe {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .kh2v .lhzp6o {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .kh2v .lhzp6o { padding: 40px 16px 20px; }
  .kh2v .ahyn4ao {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .kh2v .qx4m20b { width: 100%; min-width: 0; }
}
.zda4 .b2oe { counter-reset: cs-rank; gap: 10px; }
.zda4 .lhzp6o {
  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);
}
.zda4 .lhzp6o::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);
}
.zda4 .se6nik {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.zda4 .ncqm8pv {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.zda4 .yjb3 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.zda4 .qpe84u {
  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;
}
.zda4 .m29r { color: var(--cta, var(--accent)); }
.zda4 .ahyn4ao {
  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;
}
.zda4 .sbqd717u {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.zda4 .bmru { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.zda4 .v0mo .bmru { color: var(--accent-light); }
.zda4 .qx4m20b {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.zda4 .lhzp6o:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .zda4 .lhzp6o {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .zda4 .lhzp6o::before {
    position: absolute; top: 14px; left: 14px;
  }
  .zda4 .se6nik {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .zda4 .qpe84u { white-space: normal; text-align: center; font-size: 1.2rem; }
  .zda4 .ahyn4ao {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .zda4 .qx4m20b { width: 100%; min-width: 0; }
  .zda4 .m29r { min-width: 0; }
}
.dtox38b2 .lhzp6o::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.rzzl1 .a9uypp5 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.rzzl1 .a9uypp5 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.rzzl1 .a9uypp5 p { padding: 0 2px 16px; }
.slnq8kja .a9uypp5 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.slnq8kja .a9uypp5 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.slnq8kja .a9uypp5 summary::after { content: "›"; font-size: 1.2em; }
.slnq8kja .a9uypp5[open] summary::after { content: "‹"; }
.slnq8kja .a9uypp5 p { padding: 10px 22px 4px; }
.v2lgjiq .a9uypp5 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.v2lgjiq .a9uypp5 summary { color: var(--text-primary); padding-left: 16px; }
.v2lgjiq .a9uypp5 summary::after { content: "›"; font-size: 1.1em; }
.v2lgjiq .a9uypp5[open] summary::after { content: "‹"; }
.v2lgjiq .a9uypp5 p { padding-left: 16px; }
.ssuvt .iamm4bs9 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ssuvt .a9uypp5 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ssuvt .a9uypp5:last-child { border-bottom: none; }
.ssuvt .a9uypp5 summary { color: var(--text-primary); border-radius: 0; }
.ssuvt .a9uypp5 summary::after { content: "›"; font-size: 1.1em; }
.ssuvt .a9uypp5[open] summary::after { content: "‹"; }
.ej90 .a9uypp5 { overflow: hidden; }
.ej90 .a9uypp5 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ej90 .a9uypp5 summary::after { color: rgba(255,255,255,.75); }
.ej90 .a9uypp5[open] summary { border-radius: 0; }
.d0szs4g { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.go2igqz4 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.z67sgh7 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.n7dlc { color: var(--text-muted); font-size: 1.05rem; }
.skf0c {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.oflvc08 { margin-bottom: 20px; }
.lkrdbov {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.agpk3 {
  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;
}
.agpk3:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.e4xlt4 { resize: vertical; min-height: 130px; }
.gjof2 { width: 100%; margin-top: 8px; }
.h1y0 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.dq0t {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.eh3dirx1 { color: var(--text-muted); line-height: 1.75; }
.xhwqie { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.xhwqie li { margin-bottom: 6px; }
.ahx1550 { max-width: 760px; margin: 0 auto; }
.kxga { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.juvq2 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.juvq2:last-child { border-bottom: none; }
.juvq2 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.juvq2 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.pd3fm7zw { max-width: 760px; margin: 0 auto; }
.x4fm { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.x4fm:last-child { border-bottom: none; }
.u4jl { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.x4fm p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.x4fm ul.xhwqie { margin: 0; }
.mcilpq .u4jl { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .mcilpq { grid-template-columns: 1fr; gap: 10px; } }
.j32fh7q .u4jl { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.nynchivj .xhwqie { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .wnekn8i { grid-template-columns: 1fr; } }
.zoow8l3d { color: inherit; text-decoration: none; }
.zoow8l3d:hover { color: var(--accent-light); text-decoration: underline; }
.gfcphf0 { display: inline-block; line-height: 0; }
.xxf88al { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.veq9y { margin-bottom: 48px; }
.lwspf { max-width: 760px; margin: 0 auto; }
.j29z { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.j29z:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.tu9y12 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.j29z p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.j29z ul.xhwqie { margin: 0; }
.u6m6r { color: var(--text-muted); line-height: 1.75; }
.pe3k2 .xhwqie,
.d6uo2si .xhwqie,
.ugpjoov .xhwqie,
.icim .xhwqie {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.pe3k2 .j29z,
.d6uo2si .j29z { text-align: left; }
.pe3k2 .tu9y12,
.d6uo2si .tu9y12 { text-align: center; }
.dgez7 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.r27d5ked { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.c5ss { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.eon8 { margin-top: 12px; }
.xvrzq { 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; }
.xvrzq:hover { border-bottom-color: var(--accent-light); }
.okxjlcd3 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.okxjlcd3 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ylg24f { border-radius: 28%; }
.wqqarb { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.k2ygmh { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
.o4u0loi { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .o4u0loi { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.l4zmpkxx .c5ss, .l4zmpkxx .r27d5ked { max-width: 640px; }
.xvyve .dgez7 { font-size: 1.6rem; margin-top: 18px; }
.fxico .c5ss { margin-bottom: 28px; }
@media (max-width: 860px) { .snaf0kei { grid-template-columns: 1fr; } .xvyve { position: static; text-align: center; } }
.qpbgd .okxjlcd3 { margin: 0 auto 18px; }
.qpbgd .wqqarb { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .i5psj8 { grid-template-columns: 1fr; } }
.aiqobk .dgez7 { font-size: 1.6rem; margin-bottom: 6px; }
.icim .xhwqie { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .aiqobk { flex-direction: column; text-align: center; } .p7h9t46w { grid-template-columns: 1fr; } }
.mjsjl .dgez7 { font-size: 1.35rem; margin: 0 0 4px; }
.mjsjl .wqqarb { margin: 0; }
.wewj {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.wewj .z67sgh7 { color: var(--accent-light); }
.t7ky2x4k .z67sgh7 { font-size: 2rem; }
.t7ky2x4k .n7dlc { max-width: 680px; }
.rzrcuq2h .z67sgh7 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.rzrcuq2h .n7dlc  { margin: 0; }
@media (max-width: 640px) { .rzrcuq2h { flex-direction: column; } }
.c7we .z67sgh7 { color: var(--accent-light); }
.s61yhuxl .z67sgh7 { color: #fff; }
.s61yhuxl .n7dlc  { color: rgba(255,255,255,0.85); }
.hylcmp { max-width: 680px; margin: 0 auto; }
.ipwczb {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .ipwczb { grid-template-columns: 1fr; } }
.amtz .agpk3 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.amtz .agpk3:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.l5ftak2n .agpk3 { background: var(--bg-raised); border-color: transparent; }
.l5ftak2n .agpk3:focus { background: var(--bg-card); border-color: var(--accent-light); }
.rquu2gh4 .agpk3 { border-radius: 100px; padding: 11px 20px; }
.rquu2gh4 .e4xlt4 { border-radius: 14px; }
.hau5byee {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.hau5byee summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.hau5byee summary::-webkit-details-marker { display: none; }
.hau5byee summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.hau5byee[open] summary::after { content: "−"; }
.tz1qc {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .c5434g { grid-template-columns: 1fr; } }
.d0jqs8 { counter-reset: priv-count; }
.cdqydsi7 {
  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);
}
.cdqydsi7:last-child { border-bottom: none; }
.rgyxde {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.cdqydsi7 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.cdqydsi7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.rl2t { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.rl2t li { margin-bottom: 6px; }
.kp8q4{position:relative;overflow:visible}
.ij6azll .nhst0mn{display:block}
.lvrp .qtt5qa6~.r6vf8no,
.lvrp .qtt5qa6~.r6vf8no .ywxf8,
.qtt5qa6~.r6vf8no,.v174tupn~.r6vf8no{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}
.qtt5qa6~.r6vf8no .ywxf8{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.vuvknfn .xjpr01p{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}
.vuvknfn .yneqn::before{content:""}
.pyl6rv{--date-bg:var(--accent-bg)}
.iykbro8 .yneqn::before{content:""}
.p9d7{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.eyey0{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.y08hkr0{display:flex;flex-direction:column;gap:3px}
.j4tng{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.cdoyac{font-weight:700;font-size:1rem;color:var(--text-heading)}
.buihtpu{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.mmqt5t .p9d7{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.gjgzucz .p9d7{border-top:3px solid var(--accent);padding-top:18px}
.ol7h2m .p9d7{border-left:3px solid var(--accent);border-radius:0}
.oqkhtxvf .p9d7{padding:20px 0}
@media(max-width:640px){
  .p9d7{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .buihtpu{max-width:100%}
}
.cvsfgh09 .nkex9{margin:0}
@media (max-width:560px){
  .qn6kyb{grid-template-columns:repeat(2,1fr);gap:12px}
}
:root {
  --accent:          #22c55e;
  --brand:           #22c55e;
  --brand-light:     #28a355;
  --brand-pale:      #40c06f;
  --grad-start:      #5fe38f;
  --grad-end:        #99e6b5;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #e5a100;
  --cta-light:       #bc8400;
  --cta-hover:       #a77500;
  --bg-page:         #f6f8f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f4;
  --bg-raised:       #eef1ef;
  --bg-hover:        #f3f5f4;
  --border:          #e2e8e4;
  --border-alt:      #cfdcd4;
  --border-section:  #e2e8e4;
  --text-primary:    #171b18;
  --text-muted:      #516057;
  --text-body:       #2e3731;
  --text-sub:        #46524a;
  --text-faint:      #748a7c;
  --text-dim:        #90a196;
  --text-label:      #5d6e63;
  --text-value:      #3a453e;
  --accent-bg:       #e2f2e8;
  --accent-bg-light: #c9edd6;
  --bg-tip:          #f9f0f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f6;
  --bg-cons:         #faf6f3;
  --c-pros:          #921062;
  --c-cons:          #9f4e21;
  --c-pros-label:    #ad1375;
  --c-tip-border:    #c01681;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #921062;
}
:root { --logo-bg-opacity: 42%; }
body, button, input { font-family: "Exo", sans-serif; }
.inwbcm .i1qq6 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.inwbcm .i1qq6::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.inwbcm .xy5g4i     .i1qq6::before { content: "";  color: var(--c-tip-border); }.inwbcm .uhop63g .i1qq6::before { content: ""; color: var(--c-warn-border); }.inwbcm .dfhj    .i1qq6::before { content: ""; color: #60a5fa; }.orex2 .inwbcm .xy5g4i     .i1qq6::before { color: #10b981; }.orex2 .inwbcm .uhop63g .i1qq6::before { color: #f43f5e; }.orex2 .inwbcm .dfhj    .i1qq6::before { color: #a855f7; }.mxctg  .inwbcm .xy5g4i     .i1qq6::before { color: #eab308; }.mxctg  .inwbcm .uhop63g .i1qq6::before { color: #ef4444; }.mxctg  .inwbcm .dfhj    .i1qq6::before { color: #f97316; }.hnbboq  .inwbcm .xy5g4i     .i1qq6::before { color: #38bdf8; }.hnbboq  .inwbcm .uhop63g .i1qq6::before { color: #818cf8; }.hnbboq  .inwbcm .dfhj    .i1qq6::before { color: #2dd4bf; }.y71i .inwbcm .i1qq6::before { color: var(--accent-light) !important; }
.ff7n .gbs4dqnp, .ff7n .qtt5qa6 { min-height: 640px; }
.oteym6 .w5es0::after,.oteym6 .gqxjkhc::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.xvj2k7g::before { content: '>'; }