:root {
  --color-accent: #1f9a8a;
  --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;
}
.mqs9s {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.d5ew {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.c0lw7 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.s4dwmpbw { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.lmqhi2pq { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.lmqhi2pq a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.lmqhi2pq a:hover { color: var(--accent-light); }
.pzop5w     .wk37l { border-radius: 6px; }
.pzop5w .wk37l li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.pzop5w .wk37l li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.hv01pfb .wk37l li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .wk37l {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .visof:hover .wk37l,
  .visof:focus-within .wk37l { display: block; }
  .wk37l li a { padding: 8px 16px; font-size: 0.88rem; }
}
.x8pifgu {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.pq9frp1 { display: none; }
@media (max-width: 640px) {
  .pq9frp1 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .pq9frp1.t9oml { display: block; }
}
@media (max-width: 640px) {
  .x8pifgu { display: block; }
  .lmqhi2pq > li + li::before { display: none !important; }
  .lmqhi2pq {
    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;
  }
  .lmqhi2pq.t9oml { display: flex; }
  .lmqhi2pq li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .lmqhi2pq li:last-child a { border-bottom: none; }
}
.k4h57uew { min-height: 480px; }
.wyayqvu {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.c7tnoab2 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.mu3ns95 .c7tnoab2 { margin-left: 0; margin-right: 0; }
.i8lt3ff {
  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;
}
.rvvo1jl6 .i8lt3ff { margin-top: 24px; }
.i8lt3ff:hover { opacity: 0.88; }
.xcrxg8 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.fgki {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.xcrxg8 .scl06 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.xcrxg8 .wyayqvu { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.xcrxg8 .c7tnoab2 { color: #e2e8f0; }
.xcrxg8.nvmtuvv .scl06 { text-align: center; }
.xcrxg8.mu3ns95   .scl06 { text-align: left; }
.p9ea9 .scl06 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.p9ea9 .wyayqvu { color: var(--text-primary); text-shadow: none; }
.p9ea9 .c7tnoab2 { color: var(--text-muted); }
.p9ea9 .i8lt3ff { margin-top: 16px; }
.p9ea9, .p9ea9.k4h57uew { min-height: auto !important; }
.p9ea9.nvmtuvv .scl06 { text-align: center; }
.p9ea9.mu3ns95   .scl06 { 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; }
}
.e572 .xcrxg8 .fgki {
  overflow: hidden;
}
.e572 .xcrxg8 .fgki::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.vdw5whf .g996hi3l,
.vdw5whf .frlsw1 {
  position: relative; overflow: hidden;
}
.vdw5whf .g996hi3l::after,
.vdw5whf .frlsw1::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); }
}
.vdw5whf .xcrxg8 .fgki {
  overflow: hidden;
}
.vdw5whf .xcrxg8 .fgki::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;
}
.c9a64 .xcrxg8 .fgki {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.tndtirr .xcrxg8 .fgki {
  overflow: hidden;
}
.tndtirr .xcrxg8 .fgki::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.gv0yl6 .xcrxg8 .fgki {
  animation: hg-breathe 10s ease-in-out infinite;
}
.g996hi3l .fgki {
  background: none;
}
.g996hi3l .wyayqvu { color: #fff; }
.g996hi3l .c7tnoab2 { color: rgba(255,255,255,0.85); }
.vdw5whf .qy90a { position: relative; overflow: hidden; }
.vdw5whf .qy90a::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;
}
.qy90a .wyayqvu { text-shadow: none; color: var(--text-primary); }
.qy90a .c7tnoab2 { color: var(--text-muted); }
body.c48tnz .wyayqvu {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.n42xc54 .wyayqvu {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.k4h57uew.g996hi3l .wyayqvu,
section.g996hi3l .wyayqvu {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.qy90a.nvmtuvv .bc8ttqr0 { align-items: center; text-align: center; }
.k4h57uew .px17 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.px17 .nr86 {
  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;
}
.px17 .nr86::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.px17 .g2s7 { display: contents !important; }
.px17 .g2s7 .c5lune {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.px17 .g2s7 .hqvfu { max-height: 48px; max-width: 96px; }
.px17 .g2s7 .t1n2 {
  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;
}
.px17 .qp0d0wc {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.px17 .qpr7e { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.px17 .cbme09u5 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.px17 .cbme09u5 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.px17 .m3wsp { display: contents !important; }
.px17 .m3wsp .wkx13os:not(.re1u8r) { display: none !important; }
.px17 .m3wsp .re1u8r {
  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;
}
.px17 .m3wsp .re1u8r .rc6xt {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.px17 .m3wsp .re1u8r .iut4au {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.px17 .xn10re8w { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.px17 .xn10re8w.j09in {
  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;
}
.px17 .xn10re8w.j09in:hover { opacity: 0.85; }
.px17 .nr86,
.px17 .nr86:hover,
.px17 .nr86:nth-child(even),
.px17 .nr86:nth-child(odd),
.px17 .nr86:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.xkxtk93 .scl06 { padding-bottom: 24px; }
.rvvo1jl6 .scl06 { max-width: 1100px; }
@media (max-width: 700px) {
  .qy90a { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .qy90a:not(.kiv9qup) .nv4b57x { display: none !important; }
  .kiv9qup .nv4b57x { padding: 16px; }
  .bc8ttqr0  { padding: 36px 24px; }
  .qy90a~.yti8lg,.cmg3ia6~.yti8lg{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .k4h57uew, .qy90a { min-height: 320px !important; }
  .wyayqvu { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .yo8th,
  .q02fp7,
  .g8rq { grid-template-columns: 1fr !important; }

  

  
  .xkxtk93 { display: flex !important; flex-direction: column !important; }
  .xkxtk93 .scl06 { display: contents; }
  .xkxtk93 .fgki { order: 0; }
  .xkxtk93 .wyayqvu { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .xkxtk93 .yo8th { order: 2; padding: 0 16px 12px !important; }
  .xkxtk93 .c7tnoab2 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .rvvo1jl6 .scl06 { display: flex; flex-direction: column; }
  .rvvo1jl6 .scl06 .wyayqvu { order: 1; }
  .rvvo1jl6 .scl06 .g8rq { order: 2; margin: 8px 0 24px !important; }
  .rvvo1jl6 .scl06 .c7tnoab2 { order: 3; }
  .rvvo1jl6 .scl06 .i8lt3ff { order: 4; align-self: center; margin-top: 0; }

  
  .qy90a.kiv9qup {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .qy90a.kiv9qup .bc8ttqr0 { display: contents; padding: 0; }
  .qy90a.kiv9qup .bc8ttqr0 .wyayqvu { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .qy90a.kiv9qup .nv4b57x { order: 2; padding: 12px 16px; }
  .qy90a.kiv9qup .bc8ttqr0 .c7tnoab2 { order: 3; padding: 0 24px; margin: 0 auto; }
  .qy90a.kiv9qup .bc8ttqr0 .i8lt3ff { order: 4; align-self: center; margin: 8px 0 32px; }
}
.wg8w { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.fo57r42 { width: 100%; height: auto; display: block; border-radius: 10px; }
.brbph .wg8w        { border-radius: 16px; }
.brbph .fo57r42  { border-radius: 16px; }
.eu9nz .wg8w         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.eu9nz .fo57r42   { border-radius: 8px; }
.bagt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.bp5hb { width: 100%; padding: 32px 0; position: relative; }
.m213 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.pyea .bp5hb:nth-child(even) { background: var(--bg-surface); }
.pyea .bp5hb:nth-child(odd)  { background: var(--bg-page); }
.jrnxu4tz .bp5hb:nth-child(even) { background: var(--bg-card); }
.jrnxu4tz .bp5hb:nth-child(odd)  { background: var(--bg-page); }
.pyea .bp5hb:nth-child(odd)  .m213 { background: var(--bg-card); border-radius: 6px; }
.pyea .bp5hb:nth-child(even) .m213 { background: var(--bg-raised); border-radius: 6px; }
.jrnxu4tz .bp5hb:nth-child(odd)  .m213 { background: var(--bg-card); border-radius: 6px; }
.jrnxu4tz .bp5hb:nth-child(even) .m213 { background: var(--bg-raised); border-radius: 6px; }
.pyea .bp5hb:nth-child(even) .aho3g .bush4,
.jrnxu4tz .bp5hb:nth-child(even) .aho3g .bush4 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.pyea .bp5hb:nth-child(odd) .aho3g .bush4,
.jrnxu4tz .bp5hb:nth-child(odd) .aho3g .bush4 { background: var(--bg-card-inner); }
.pyea .bp5hb:nth-child(even) .gjqq41 .bush4:nth-child(odd),
.jrnxu4tz .bp5hb:nth-child(even) .gjqq41 .bush4:nth-child(odd)  { background: var(--bg-card); }
.pyea .bp5hb:nth-child(even) .gjqq41 .bush4:nth-child(even),
.jrnxu4tz .bp5hb:nth-child(even) .gjqq41 .bush4:nth-child(even) { background: var(--bg-card-inner); }
h1.m2ihcbe { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.m2ihcbe {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.pzbkw9x { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.edurk h2.m2ihcbe {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.lef3 h2.m2ihcbe {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.uozccs h2.m2ihcbe {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.l35oo0of h2.m2ihcbe::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.j88wq1s h2.m2ihcbe {
  color: var(--text-primary); font-size: 1.7rem;
}
.nvrgmey1 h2.m2ihcbe::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.t1qaa1 h2.m2ihcbe {
  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;
}
@media (max-width: 640px) { .wl6op5 { display: none; } }
.obvawg { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ktxdmy6 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.lwe291b6 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.a41wgmro { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.cpb9 { padding-left: 20px; }
.cpb9 li { margin-bottom: 6px; }
.cpb9 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.cpb9 a:hover { color: var(--accent-light); }
.hy3w .a41wgmro { display: none; }
.omtukf64 .a41wgmro { display: none; }
.omtukf64 .cpb9 { padding-left: 0; list-style: none; }
.omtukf64 .cpb9 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.omtukf64 .cpb9 a { font-size: 0.92rem; }
.gwwwjoj .lwe291b6 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.gwwwjoj .a41wgmro { display: none; }
.gwwwjoj .cpb9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.gwwwjoj .cpb9 li { margin-bottom: 0; }
.gwwwjoj .cpb9 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;
}
.gwwwjoj .cpb9 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.odzju0j5 .lwe291b6 { padding: 20px 20px 16px; }
.odzju0j5 .cpb9 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.odzju0j5 .cpb9 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.odzju0j5 .cpb9 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;
}
.odzju0j5 .cpb9 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;
}
.odzju0j5 .cpb9 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.odzju0j5 .cpb9 a:focus,
.odzju0j5 .cpb9 a:focus-visible,
.odzju0j5 .cpb9 a:target { outline: none; }
.odzju0j5 .cpb9 li:target a { border-color: var(--border); color: var(--text-muted); }
.q47v9yg .lwe291b6 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.q47v9yg .a41wgmro { display: none; }
.q47v9yg .cpb9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.q47v9yg .cpb9 li { counter-increment: toc-n; margin-bottom: 0; }
.q47v9yg .cpb9 a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.q47v9yg .cpb9 a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.q47v9yg .cpb9 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.kgf206xc .lwe291b6 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.kgf206xc .a41wgmro { display: none; }
.kgf206xc .cpb9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.kgf206xc .cpb9 li { margin-bottom: 0; }
.kgf206xc .cpb9 a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.kgf206xc .cpb9 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.xmk7cm .lwe291b6 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.xmk7cm .a41wgmro { display: none; }
.xmk7cm .cpb9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.xmk7cm .cpb9 li { margin-bottom: 0; }
.xmk7cm .cpb9 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.xmk7cm .cpb9 li:last-child::after { content: ""; margin-right: 0; }
.xmk7cm .cpb9 a { font-size: 0.9rem; }
.bush4 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.aho3g .bush4 { background: var(--bg-card); }
.gjqq41 .bush4:nth-child(odd)  { background: var(--bg-card); }
.gjqq41 .bush4:nth-child(even) { background: var(--bg-raised); }
.n1l4 .bush4 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.n1l4 .bush4:last-child { border-bottom: none; }
.n1l4 h3.pzbkw9x { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.t0vw0s70 .bush4 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.t0vw0s70 .bush4 + .bush4 { margin-top: 4px; }
.rle8m .bush4 { background: none; border-radius: 0; padding: 12px 0; }
.rle8m .bush4 + .bush4 { border-top: 1px solid var(--border-section); }
.qpfd { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.xavhrni { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.rdt4r { color: var(--text-body); margin-bottom: 10px; }
.mp7hbvzs, .yg0g { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.mp7hbvzs li, .yg0g li { margin-bottom: 6px; }
.yg0g li { list-style: decimal; }
.imvj     .mp7hbvzs { list-style-type: "● "; }
.avykgzp  .mp7hbvzs { list-style-type: "■ "; }
.ubwd .mp7hbvzs { list-style-type: "◆ "; }
.m1ksz7    .mp7hbvzs { list-style-type: "★ "; }
.imvj     .dnaaix { list-style-type: "● "; }
.avykgzp  .dnaaix { list-style-type: "■ "; }
.ubwd .dnaaix { list-style-type: "◆ "; }
.m1ksz7    .dnaaix { list-style-type: "★ "; }
.imvj    .mp7hbvzs li::marker, .imvj    .dnaaix li::marker,
.avykgzp .mp7hbvzs li::marker, .avykgzp .dnaaix li::marker,
.ubwd .mp7hbvzs li::marker, .ubwd .dnaaix li::marker,
.m1ksz7   .mp7hbvzs li::marker, .m1ksz7   .dnaaix li::marker {
  color: var(--cta); font-size: 1em;
}
.imvj .yg0g,
.avykgzp .yg0g,
.ubwd .yg0g,
.m1ksz7 .yg0g {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.imvj .yg0g li,
.avykgzp .yg0g li,
.ubwd .yg0g li,
.m1ksz7 .yg0g li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.imvj .yg0g li::before,
.avykgzp .yg0g li::before,
.ubwd .yg0g li::before,
.m1ksz7 .yg0g 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;
}
.imvj     .yg0g li::before { border-radius: 50%; }
.avykgzp  .yg0g li::before { border-radius: 3px; }
.ubwd .yg0g li::before { border-radius: 3px; }
.m1ksz7    .yg0g li::before { border-radius: 50%; }
.i7tii { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.sc1n5q .i7tii,
.co4wpjh .i7tii { background: transparent; border: none; border-radius: 0; }
.aigk81 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.aigk81 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.aigk81 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.aigk81 tr:hover td { background: var(--bg-hover); }
.wl1lp .aigk81 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.qfrvo6y .aigk81 { border: 1px solid var(--border-alt); }
.qfrvo6y .aigk81 th,
.qfrvo6y .aigk81 td { border: 1px solid var(--border-alt); }
.dpcag1zg .aigk81 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.dpcag1zg .aigk81 td { border-bottom: none; }
.dpcag1zg .aigk81 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ep51nt .aigk81 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.flh3h .i7tii {
  overflow: hidden;
}
.flh3h .aigk81 th { border-bottom: 1px solid var(--border-alt); }
.flh3h .aigk81 tr:last-child td { border-bottom: none; }
.fhdiy { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ntnr2q { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.j5vuyy { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.jy47pd69 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.vdzav { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.dnaaix { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.dnaaix 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%}
.xpk5b6d8 .jy47pd69 { background: transparent; text-align: center; }
.uvr7g9 .j5vuyy {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.h72e92ua .j5vuyy {
  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);
}
.kp5s38 .ntnr2q { display: grid; grid-template-columns: auto 1fr; }
.kp5s38 .j5vuyy {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.kp5s38 .jy47pd69 { grid-column: 2; }
.kp5s38 .vdzav,
.kp5s38 .dnaaix { grid-column: 1 / -1; }
.og9hai9 .ntnr2q { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.og9hai9 .j5vuyy {
  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);
}
.og9hai9 .jy47pd69 { grid-column: 2; }
.og9hai9 .vdzav,
.og9hai9 .dnaaix { grid-column: 1 / -1; }
.nbd9lwm .ntnr2q { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.nbd9lwm .jy47pd69 { background: none; color: var(--accent-light); font-weight: 700; }
.jl8ze7 .ntnr2q { 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); }
.jl8ze7 .jy47pd69 { background: none; color: var(--accent-light); font-weight: 700; }
.w5tx9h6q .ntnr2q { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.w5tx9h6q .ntnr2q:last-child { border-bottom: none; }
.w5tx9h6q .jy47pd69 { background: none; color: var(--accent-light); font-weight: 700; }
.x5k0jmk .ntnr2q { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.x5k0jmk .jy47pd69 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.agdgbuyl .fhdiy { counter-reset: card-n; }
.agdgbuyl .ntnr2q  { counter-increment: card-n; }
.agdgbuyl .jy47pd69 { display: flex; align-items: center; gap: 10px; }
.agdgbuyl .jy47pd69::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;
}
.oiszjc .ntnr2q { background: var(--bg-surface); border: 1px solid var(--border); }
.oiszjc .jy47pd69 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.l13u3kx { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.l13u3kx         { --cl-hue: var(--accent); }
.vsbv6co     { --cl-hue: #16a34a; }
.jy338m2 { --cl-hue: #ea580c; }
.p2au    { --cl-hue: #2563eb; }
.vsbv6co, .jy338m2, .p2au, .v6hq2j {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.tprefrm2 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.tprefrm2::before { color: var(--cl-hue); }
.l13u3kx strong { color: var(--text-primary); font-size: 0.95rem; }
.l13u3kx p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.tn0n39 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.s4ixco, .o9dgsktx { border-radius: 8px; padding: 14px; }
.s4ixco { background: var(--bg-pros); }
.o9dgsktx { background: var(--bg-cons); }
.e16vegp { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.s4ixco .e16vegp { color: var(--c-pros-label); }
.o9dgsktx .e16vegp { color: #f87171; }
.s4ixco ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.o9dgsktx ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.fo57r42 { width: 100%; height: auto; border-radius: 10px; display: block; }
.j09in {
  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;
}
.j09in:hover { opacity: 0.85; }
.abc6qwzu .j09in  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.abc6qwzu .j09in:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.z0ez6vj .j09in  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.z0ez6vj .j09in:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.abc6qwzu .xn10re8w.j09in, .z0ez6vj .xn10re8w.j09in,
.abc6qwzu .sdxfu .j09in, .z0ez6vj .sdxfu .j09in {
  background: var(--cta); border: none; color: #fff;
}
.abc6qwzu .xn10re8w.j09in:hover, .z0ez6vj .xn10re8w.j09in:hover,
.abc6qwzu .sdxfu .j09in:hover, .z0ez6vj .sdxfu .j09in:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.gro4rl .i8lt3ff { border-radius: 50px; }
.gro4rl .j09in  { border-radius: 50px; }
.i6l0uq3 .i8lt3ff,
.i6l0uq3 .j09in { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.i6l0uq3 .i8lt3ff:hover,
.i6l0uq3 .j09in:hover { filter: brightness(1.08); opacity: 1; }
.z4wl63jy .i8lt3ff,
.z4wl63jy .j09in { box-shadow: 0 3px 14px -2px var(--cta); }
.z4wl63jy .i8lt3ff:hover,
.z4wl63jy .j09in:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.ausw .i8lt3ff,
.ausw .j09in { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.ausw .i8lt3ff:hover,
.ausw .j09in:hover { opacity: 1; }
.ausw .i8lt3ff:active,
.ausw .j09in:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.zu1x .i8lt3ff,
.zu1x .j09in { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.zu1x .i8lt3ff:hover,
.zu1x .j09in:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.zu1x .i8lt3ff:active,
.zu1x .j09in:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.mjxplk .i8lt3ff,
.mjxplk .j09in { position: relative; overflow: hidden; }
.mjxplk .i8lt3ff::before,
.mjxplk .j09in::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.mjxplk .i8lt3ff:hover::before,
.mjxplk .j09in:hover::before { left: 135%; }
.og9uwpfz .i8lt3ff,
.og9uwpfz .j09in { border-radius: 0; }
.hjm8 .i8lt3ff { padding-left: 22px; padding-right: 22px; }
.hjm8 .j09in  { padding-left: 12px; padding-right: 12px; }
.geuxlc .i8lt3ff { padding-left: 44px; padding-right: 44px; }
.geuxlc .j09in  { padding-left: 24px; padding-right: 24px; }
.nnvxk .i8lt3ff { padding-left: 56px; padding-right: 56px; }
.nnvxk .j09in  { padding-left: 32px; padding-right: 32px; }
.bj3c34do   .i8lt3ff::after, .bj3c34do   .j09in::after,
.aootj .i8lt3ff::after, .aootj .j09in::after,
.xqwm0s    .i8lt3ff::after, .xqwm0s    .j09in::after,
.odkhd    .i8lt3ff::after, .odkhd    .j09in::after,
.sz7g    .i8lt3ff::after, .sz7g    .j09in::after,
.ghcr2m     .i8lt3ff::after, .ghcr2m     .j09in::after,
.e4xbe    .i8lt3ff::after, .e4xbe    .j09in::after,
.pmgpdqo   .i8lt3ff::after, .pmgpdqo   .j09in::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;
}
.bj3c34do .i8lt3ff::after, .bj3c34do .j09in::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");
}
.aootj .i8lt3ff::after, .aootj .j09in::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");
}
.xqwm0s .i8lt3ff::after, .xqwm0s .j09in::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");
}
.odkhd .i8lt3ff::after, .odkhd .j09in::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");
}
.sz7g .i8lt3ff::after, .sz7g .j09in::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");
}
.ghcr2m .i8lt3ff::after, .ghcr2m .j09in::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");
}
.e4xbe .i8lt3ff::after, .e4xbe .j09in::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");
}
.pmgpdqo .i8lt3ff::after, .pmgpdqo .j09in::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");
}
.lc0t61h   .idaryk::after, .lc0t61h   .axfourbh::after,
.s92l3lja .idaryk::after, .s92l3lja .axfourbh::after,
.gbwrg5s    .idaryk::after, .gbwrg5s    .axfourbh::after,
.vrdam5cp    .idaryk::after, .vrdam5cp    .axfourbh::after,
.nakkd    .idaryk::after, .nakkd    .axfourbh::after,
.v7zb2     .idaryk::after, .v7zb2     .axfourbh::after,
.ns6w3yz    .idaryk::after, .ns6w3yz    .axfourbh::after,
.ufycu1   .idaryk::after, .ufycu1   .axfourbh::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;
}
.lc0t61h .idaryk::after, .lc0t61h .axfourbh::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");
}
.s92l3lja .idaryk::after, .s92l3lja .axfourbh::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");
}
.gbwrg5s .idaryk::after, .gbwrg5s .axfourbh::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");
}
.vrdam5cp .idaryk::after, .vrdam5cp .axfourbh::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");
}
.nakkd .idaryk::after, .nakkd .axfourbh::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");
}
.v7zb2 .idaryk::after, .v7zb2 .axfourbh::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");
}
.ns6w3yz .idaryk::after, .ns6w3yz .axfourbh::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");
}
.ufycu1 .idaryk::after, .ufycu1 .axfourbh::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");
}
.q21rka7 {
  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;
}
.nr86 {
  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;
}
.nr86 > * { min-width: 0; }
.nr86:hover { background: var(--bg-hover); }
.nr86 > [itemprop="item"] { display: contents; }
.nr86 [itemprop="itemReviewed"],
.nr86 [itemprop="reviewRating"] { display: none; }
.nr86::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;
}
.g2s7 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.c5lune {
  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;
}
.hqvfu { max-height: 52px; max-width: 110px; object-fit: contain; }
.t1n2 {
  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;
}
.kerxf7al .c5lune    { background: #1a1a1a; }
.ahav7v9 .c5lune   { background: rgba(128,128,128,.12); }
.wartq .c5lune { background: var(--bg-raised); }
.ecx4s .c5lune    { background: transparent; padding: 0; }
.qp0d0wc {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.qpr7e { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.cbme09u5 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.m3wsp {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.wkx13os {
  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;
}
.rc6xt {
  
  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%;
}
.iut4au {
  
  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;
}
.xn10re8w {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.xn10re8w.j09in {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .nr86 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .nr86::before    { grid-area: rank;   }
  .g2s7           { grid-area: ident;  }
  .qp0d0wc     { grid-area: rating; min-width: 0; width: auto; }
  .m3wsp           { grid-area: pills;  }
  .xn10re8w             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .nr86 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .nr86::before    { justify-self: center; }
  .g2s7           { width: 100%; }
  .qp0d0wc     { justify-self: center; }
  .m3wsp           { grid-template-columns: 1fr; }
}
.wcj6xm0 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.br8sxl2 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.xj45rw {
  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;
}
.xj45rw img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ojqs { flex: 1; }
.ojqs h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.aitvczp { color: var(--c-stars); font-size: 1.1rem; }
.r2gfrm { margin-bottom: 8px; }
.hily {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.hily > span { color: var(--accent); font-weight: 700; }
.lxkbo em, .oy9c7 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .hily { padding: 10px 16px; gap: 6px 16px; } }
.sdxfu { flex-shrink: 0; align-self: flex-start; }
.sdxfu .j09in { white-space: nowrap; }
@media (max-width: 560px) {
  .br8sxl2 { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .xj45rw { order: 1; }
  .sdxfu { order: 2; margin-left: auto; align-self: center; }
  .ojqs { order: 3; flex: 1 1 100%; min-width: 0; }
}
.qtm0noz img.rdlwcj5l { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.sc1n5q { padding: 20px 24px; }
.gx48le { color: var(--text-muted); margin-bottom: 16px; }
.yacszmv { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.er8f, .e15om { list-style: none; font-size: 0.9rem; }
.er8f li { color: var(--c-pros); margin-bottom: 4px; }
.e15om li { color: var(--c-cons); margin-bottom: 4px; }
.er8f li::before { content: "✓"; margin-right: 5px; }
.e15om li::before { content: "✗"; margin-right: 5px; }
.wds3 .er8f li::before { content: "→"; }
.wds3 .e15om li::before { content: "–"; }
.fkfw  .er8f li::before { content: "★"; }
.fkfw  .e15om li::before { content: "✕"; }
.eya27f    .er8f li::before { content: "◆"; }
.eya27f    .e15om li::before { content: "▲"; }
.yjeql  .er8f li::before { content: "▶"; }
.yjeql  .e15om li::before { content: "■"; }
.motd9 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.vcqpfmo3 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.xw9ygg { background: var(--bg-pros); color: var(--c-tag-pay); }
.gg00dgs { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.h3z0rnbu .gg00dgs { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.ksbhwi .gg00dgs { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .d675 .u3jc {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .d675 .wcj6xm0 { margin: 0; }
}
.on72 .br8sxl2 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.on72 .ojqs h3 { color: var(--accent-light); }
.on72 .xj45rw { background: var(--bg-page); border: 1px solid var(--border); }
.why65l .wcj6xm0 { border-top: 4px solid var(--accent); }
.why65l .br8sxl2 { background: var(--bg-card); }
.ufi85 .wcj6xm0 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.ufi85 .br8sxl2 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.ufi85 .sc1n5q { padding: 14px 16px; }
.ufi85 .xj45rw { border-radius: 4px; }
.ufi85 .gg00dgs { border-radius: 0; }
.uctekc .br8sxl2 { padding: 0; gap: 0; overflow: hidden; }
.uctekc .xj45rw { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.uctekc .ojqs { padding: 16px 20px; }
.uctekc .sdxfu { padding: 16px 20px; align-self: center; }
.hlsitaex .aitvczp { font-size: .95rem; }
.co4wpjh .tn0n39 { gap: 10px; }
.co4wpjh .s4ixco, .co4wpjh .o9dgsktx { padding: 12px; }
.co4wpjh .s4ixco ul, .co4wpjh .o9dgsktx ul { margin: 4px 0 0; padding-left: 18px; }
.co4wpjh .s4ixco li, .co4wpjh .o9dgsktx li { font-size: .85rem; margin-bottom: 3px; }
.oas6 .vcqpfmo3 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .l6wczh { grid-template-columns: 1fr; }
  .y7f7ui { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .y7f7ui .vc1nfqi { width: 72px; height: 50px; }
  .y7f7ui .ttv5wbu1 { max-width: 180px; }
  .y7f7ui .f5oi { width: auto; }
}
.h9svcqr4 .hlsitaex .aitvczp { filter: brightness(1.2); }
@media (max-width: 720px) {
  .h9svcqr4 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .szi8ob { padding: 16px; }
  .sgrq .l81lw6 { min-width: 50%; }
}
.efpoz .tn0n39 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .f4kid2 { grid-template-columns: 1fr; }
  .hxtp { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .y9vc2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .cvgwecg1 { flex-wrap: wrap; padding: 16px; }
}
.wnyfrn6 .tn0n39 { gap: 8px; }
.wnyfrn6 .s4ixco, .wnyfrn6 .o9dgsktx { padding: 8px; }
@media (max-width: 480px) {
  .rzyk5 { flex-direction: column; align-items: stretch; }
}
.g5m841 .f5oi .j09in { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .fzgsa { flex-direction: column; align-items: stretch; gap: 10px; }
  .g5m841 .f5oi { text-align: center; }
}
@media (max-width: 720px) {
  .p11obj { grid-template-columns: 1fr; }
  .jxrm1jy3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rnge18kc { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.ksivh .sh4ts { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.h2uxlxd6 .aitvczp { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .m39ss { grid-template-columns: 1fr; }
  .h2uxlxd6 { width: 100px; height: 100px; margin: 16px auto; }
  .ksivh { font-size: 1.4rem; }
  .fw3sc { justify-content: center; }
  .ajv8ok .l81lw6 { min-width: 50%; }
}
.qcs1p2e .tn0n39 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ak8rmt { flex-wrap: wrap; padding: 14px 16px; }
  .ejphac { padding: 12px 16px; }
  .qcs1p2e .tn0n39 { margin: 0 16px; }
  .qcs1p2e .oas6 { padding: 0 16px; }
  .sib5a { padding: 12px 16px; }
}
.jzpbk .nr86 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.jzpbk .nr86:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.md3uy .q21rka7 { gap: 18px; }
.md3uy .nr86 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.md3uy .nr86:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.ruwnvv6 .q21rka7 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.ruwnvv6 .nr86 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.ruwnvv6 .nr86:last-child { border-bottom: none; }
.ruwnvv6 .g2s7,
.ruwnvv6 .qp0d0wc,
.ruwnvv6 .m3wsp {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.ugo63ev .q21rka7 { gap: 0; }
.ugo63ev .nr86 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.ugo63ev .nr86:last-child { border-bottom: none; }
.ugo63ev .nr86:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.ugo63ev .nr86:nth-child(even):hover { background: var(--bg-hover); }
.ykisv .nr86 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.annyw5hs .m3wsp .wkx13os {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.annyw5hs .m3wsp .wkx13os:first-child { border-left: none; }
.fv9qix .m3wsp .wkx13os {
  background: transparent; padding: 4px 8px;
}
.fv9qix .m3wsp .rc6xt { font-size: .65rem; opacity: .65; }
.fv9qix .m3wsp .iut4au   { font-size: 1.15rem; color: var(--accent-light); }
.hch50lw .m3wsp .wkx13os {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.cbme09u5 { display: none; }
.ez0s .qpr7e { font-size: 1rem; letter-spacing: 2px; }
.vaj96t3h .qpr7e {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.p1l2w6jj .qpr7e,
.mgn5 .qpr7e,
.axkri .qpr7e { display: none; }
.p1l2w6jj .cbme09u5,
.mgn5 .cbme09u5,
.axkri .cbme09u5 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.p1l2w6jj .cbme09u5 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.p1l2w6jj .cbme09u5 small { display: none; }
.mgn5 .cbme09u5 {
  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;
}
.mgn5 .cbme09u5 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.axkri .cbme09u5 {
  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;
}
.axkri .cbme09u5 small { display: none; }
.p1l2w6jj .r2gfrm .aitvczp,
.mgn5 .r2gfrm .aitvczp,
.axkri .r2gfrm .aitvczp { display: none; }
.p1l2w6jj .r2gfrm strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.p1l2w6jj .sh4ts { display: none; }
.mgn5 .r2gfrm 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;
}
.mgn5 .i1aox,
.mgn5 .sh4ts { font-size: 1em; }
.axkri .r2gfrm strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.axkri .sh4ts { display: none; }
.hs0f4za { margin: 16px 0; }
.qh9o1y { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.qh9o1y summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.qh9o1y summary::after { content: "+"; color: var(--accent-light); }
.qh9o1y[open] summary::after { content: "−"; }
.qh9o1y p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.bp5hb { margin-bottom: 0; }
.ucde h2.m2ihcbe { color: var(--text-primary); border-color: var(--accent-light); }
.x13dzll h2.m2ihcbe { color: var(--text-primary); border-color: var(--accent-light); }
.ohjl7n .vsbv6co     { background: #052e16; border-color: #10b981; }
.ohjl7n .jy338m2 { background: #2d0a1e; border-color: #f43f5e; }
.ohjl7n .p2au    { background: #1e1036; border-color: #a855f7; }
.ohjl7n .l13u3kx strong  { color: #f1f5f9; }
.ohjl7n .l13u3kx p       { color: #cbd5e1; }
.ohjl7n .bt6k57v    .vsbv6co     .tprefrm2::before,
.ohjl7n .x2d2  .vsbv6co     .tprefrm2::before,
.ohjl7n .q4rvg3y  .vsbv6co     .tprefrm2::before,
.ohjl7n .r5ywaj .vsbv6co     .tprefrm2::before { color: #10b981; }
.ohjl7n .bt6k57v    .jy338m2 .tprefrm2::before,
.ohjl7n .x2d2  .jy338m2 .tprefrm2::before,
.ohjl7n .q4rvg3y  .jy338m2 .tprefrm2::before,
.ohjl7n .r5ywaj .jy338m2 .tprefrm2::before { color: #f43f5e; }
.ohjl7n .bt6k57v    .p2au    .tprefrm2::before,
.ohjl7n .x2d2  .p2au    .tprefrm2::before,
.ohjl7n .q4rvg3y  .p2au    .tprefrm2::before,
.ohjl7n .r5ywaj .p2au    .tprefrm2::before { color: #a855f7; }
.ec1z5 .vsbv6co     { background: #2d2000; border-color: #eab308; }
.ec1z5 .jy338m2 { background: #2d0b0b; border-color: #ef4444; }
.ec1z5 .p2au    { background: #2d1600; border-color: #f97316; }
.ec1z5 .l13u3kx strong  { color: #f1f5f9; }
.ec1z5 .l13u3kx p       { color: #cbd5e1; }
.ec1z5 .bt6k57v    .vsbv6co     .tprefrm2::before,
.ec1z5 .x2d2  .vsbv6co     .tprefrm2::before,
.ec1z5 .q4rvg3y  .vsbv6co     .tprefrm2::before,
.ec1z5 .r5ywaj .vsbv6co     .tprefrm2::before { color: #eab308; }
.ec1z5 .bt6k57v    .jy338m2 .tprefrm2::before,
.ec1z5 .x2d2  .jy338m2 .tprefrm2::before,
.ec1z5 .q4rvg3y  .jy338m2 .tprefrm2::before,
.ec1z5 .r5ywaj .jy338m2 .tprefrm2::before { color: #ef4444; }
.ec1z5 .bt6k57v    .p2au    .tprefrm2::before,
.ec1z5 .x2d2  .p2au    .tprefrm2::before,
.ec1z5 .q4rvg3y  .p2au    .tprefrm2::before,
.ec1z5 .r5ywaj .p2au    .tprefrm2::before { color: #f97316; }
.j4gqvl .vsbv6co     { background: #0c1a2e; border-color: #38bdf8; }
.j4gqvl .jy338m2 { background: #12103a; border-color: #818cf8; }
.j4gqvl .p2au    { background: #0a2020; border-color: #2dd4bf; }
.j4gqvl .l13u3kx strong  { color: #f1f5f9; }
.j4gqvl .l13u3kx p       { color: #cbd5e1; }
.j4gqvl .bt6k57v    .vsbv6co     .tprefrm2::before,
.j4gqvl .x2d2  .vsbv6co     .tprefrm2::before,
.j4gqvl .q4rvg3y  .vsbv6co     .tprefrm2::before,
.j4gqvl .r5ywaj .vsbv6co     .tprefrm2::before { color: #38bdf8; }
.j4gqvl .bt6k57v    .jy338m2 .tprefrm2::before,
.j4gqvl .x2d2  .jy338m2 .tprefrm2::before,
.j4gqvl .q4rvg3y  .jy338m2 .tprefrm2::before,
.j4gqvl .r5ywaj .jy338m2 .tprefrm2::before { color: #818cf8; }
.j4gqvl .bt6k57v    .p2au    .tprefrm2::before,
.j4gqvl .x2d2  .p2au    .tprefrm2::before,
.j4gqvl .q4rvg3y  .p2au    .tprefrm2::before,
.j4gqvl .r5ywaj .p2au    .tprefrm2::before { color: #2dd4bf; }
.eoeh::before,
.zgxl::before { margin-right: 5px; }
.slwbq .s4ixco ul li,
.slwbq .er8f li         { color: #4ade80; }
.slwbq .s4ixco .eoeh { color: #22c55e; }
.slwbq .o9dgsktx ul li,
.slwbq .e15om li         { color: #f87171; }
.slwbq .o9dgsktx .zgxl { color: #ef4444; }
.k9iol .s4ixco { background: var(--bg-pros); }
.k9iol .o9dgsktx { background: var(--bg-cons); }
.k9iol .s4ixco .eoeh { color: var(--c-pros-label); }
.k9iol .o9dgsktx .zgxl { color: var(--c-cons); }
.k9iol .s4ixco ul li,
.k9iol .er8f li            { color: var(--c-pros); }
.k9iol .o9dgsktx ul li,
.k9iol .e15om li            { color: var(--c-cons); }
.bdr8 .s4ixco { background: var(--bg-pros); }
.bdr8 .o9dgsktx { background: var(--bg-cons); }
.bdr8 .s4ixco .eoeh { color: var(--c-pros-label); }
.bdr8 .o9dgsktx .zgxl { color: var(--c-cons); }
.bdr8 .s4ixco ul li,
.bdr8 .er8f li          { color: var(--c-pros); }
.bdr8 .o9dgsktx ul li,
.bdr8 .e15om li          { color: var(--c-cons); }
.zu07k3ht .eoeh::before { content: "✓ "; }
.zu07k3ht .zgxl::before { content: "✗ "; }
.wds3 .eoeh::before { content: "→ "; }
.wds3 .zgxl::before { content: "← "; }
.fkfw .eoeh::before { content: "★ "; }
.fkfw .zgxl::before { content: "✕ "; }
.eya27f .eoeh::before { content: "◆ "; }
.eya27f .zgxl::before { content: "▲ "; }
.ksbhwi .l13u3kx { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.ksbhwi .l13u3kx strong { color: var(--text-primary); }
.ksbhwi .l13u3kx p      { color: var(--text-muted); }
.h3z0rnbu .l13u3kx { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.bv2047xj .l13u3kx {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.bv2047xj .l13u3kx strong,
.bv2047xj .l13u3kx p { color: #fff; }
.bv2047xj .tprefrm2::before { color: rgba(255,255,255,0.9) !important; }
.tx18h .l13u3kx {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.tx18h .l13u3kx strong { color: var(--text-primary); }
.tx18h .l13u3kx p      { color: var(--text-muted); }
.o6k8i1 .l13u3kx { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.bt6k57v .tprefrm2,
.x2d2 .tprefrm2,
.q4rvg3y .tprefrm2,
.r5ywaj .tprefrm2 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.bt6k57v .tprefrm2::before,
.x2d2 .tprefrm2::before,
.q4rvg3y .tprefrm2::before,
.r5ywaj .tprefrm2::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.bt6k57v .vsbv6co     .tprefrm2::before { content: "✦"; color: var(--c-tip-border); }
.bt6k57v .jy338m2 .tprefrm2::before { content: "▲"; color: var(--c-warn-border); }
.bt6k57v .p2au    .tprefrm2::before { content: "◉"; color: #60a5fa; }
.x2d2 .vsbv6co     .tprefrm2::before { content: "★"; color: var(--c-tip-border); }
.x2d2 .jy338m2 .tprefrm2::before { content: "◆"; color: var(--c-warn-border); }
.x2d2 .p2au    .tprefrm2::before { content: "●"; color: #60a5fa; }
.q4rvg3y .vsbv6co     .tprefrm2::before { content: "▶"; color: var(--c-tip-border); }
.q4rvg3y .jy338m2 .tprefrm2::before { content: "■"; color: var(--c-warn-border); }
.q4rvg3y .p2au    .tprefrm2::before { content: "▸"; color: #60a5fa; }
.r5ywaj .vsbv6co     .tprefrm2::before { content: "→"; color: var(--c-tip-border); }
.r5ywaj .jy338m2 .tprefrm2::before { content: "⬥"; color: var(--c-warn-border); }
.r5ywaj .p2au    .tprefrm2::before { content: "◈"; color: #60a5fa; }
.kbxps .aho3g .bush4,
.kbxps .gjqq41 .bush4  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.kbxps .ntnr2q                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.kbxps .nr86                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.kbxps .wcj6xm0            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.kbxps .i7tii          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kbxps .lwe291b6                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.bb8sk .aho3g .bush4,
.bb8sk .gjqq41 .bush4,
.bb8sk .ntnr2q,
.bb8sk .nr86,
.bb8sk .wcj6xm0,
.bb8sk .i7tii,
.bb8sk .lwe291b6,
.bb8sk .o6k8i1 .l13u3kx { box-shadow: none; }
.t9sdea   body, .t9sdea   { font-size: 0.9rem; }
.t9sdea   .rdt4r, .t9sdea .qpfd, .t9sdea .xavhrni,
.t9sdea   .obvawg, .t9sdea .ktxdmy6 { font-size: 0.9rem; }
.t9sdea   .mp7hbvzs, .t9sdea .yg0g { font-size: 0.9rem; }
.dobj   .rdt4r, .dobj .qpfd, .dobj .xavhrni,
.dobj   .obvawg, .dobj .ktxdmy6 { font-size: 0.95rem; }
.dobj   .mp7hbvzs, .dobj .yg0g { font-size: 0.95rem; }
.ywct03   .rdt4r, .ywct03 .qpfd, .ywct03 .xavhrni,
.ywct03   .obvawg, .ywct03 .ktxdmy6 { font-size: 1.08rem; }
.ywct03   .mp7hbvzs, .ywct03 .yg0g { font-size: 1.05rem; }
.ywct03   .aigk81 { font-size: 0.97rem; }
.akov .wyayqvu      { font-size: 3.2rem; }
.akov h2.m2ihcbe { font-size: 1.9rem; }
.akov h3.pzbkw9x     { font-size: 1.4rem; }
.q9vc3d .wyayqvu      { font-size: 3.8rem; }
.q9vc3d h2.m2ihcbe { font-size: 2.2rem; }
.q9vc3d h3.pzbkw9x     { font-size: 1.6rem; }
.bp5hb + .bp5hb { position: relative; }
.dso9xgbj   .bp5hb + .bp5hb::before,
.xqgpftlw  .bp5hb + .bp5hb::before,
.bgtfn   .bp5hb + .bp5hb::before,
.u2gpmmzc   .bp5hb + .bp5hb::before,
.y9unz3   .bp5hb + .bp5hb::before,
.nau6 .bp5hb + .bp5hb::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.dso9xgbj .bp5hb + .bp5hb::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.xqgpftlw .bp5hb + .bp5hb::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.bgtfn .bp5hb + .bp5hb::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;
}
.u2gpmmzc .bp5hb + .bp5hb::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.u4gd .bp5hb { margin-bottom: 16px; }
.u4gd .bp5hb + .bp5hb { margin-top: 0; }
.u4gd .m213 { padding-top: 0; padding-bottom: 0; }
.y9unz3 .bp5hb + .bp5hb::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.nau6 .bp5hb + .bp5hb::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.fvprsy5e .bp5hb + .bp5hb::before,
.h1abp9f .bp5hb + .bp5hb::before,
.fwj8 .bp5hb + .bp5hb::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%;
}
.pyea .fvprsy5e .bp5hb:nth-child(even)::before,
.pyea .h1abp9f .bp5hb:nth-child(even)::before,
.pyea .fwj8 .bp5hb:nth-child(even)::before { background: var(--bg-surface); }
.jrnxu4tz .fvprsy5e .bp5hb:nth-child(even)::before,
.jrnxu4tz .h1abp9f .bp5hb:nth-child(even)::before,
.jrnxu4tz .fwj8 .bp5hb:nth-child(even)::before { background: var(--bg-card); }
.fvprsy5e .bp5hb + .bp5hb::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");
}
.h1abp9f .bp5hb + .bp5hb::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");
}
.fwj8 .bp5hb + .bp5hb::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");
}
.nqmyi .xcrxg8,
.of5txs .xcrxg8,
.vpsbb39 .xcrxg8 { overflow: hidden; }
.nqmyi .scl06,
.of5txs .scl06 { margin-bottom: 60px; }
.vpsbb39 .scl06 { margin-bottom: 70px; }
.nqmyi .bc8ttqr0,
.nqmyi .xcrxg8::before,
.of5txs .xcrxg8::before,
.vpsbb39 .xcrxg8::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.nqmyi .xcrxg8::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");
}
.of5txs .xcrxg8::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");
}
.vpsbb39 .xcrxg8::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.x2ntmq .xcrxg8:not(.g996hi3l) .fgki { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.z1x1 .xcrxg8:not(.g996hi3l) .fgki { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.lt43sit  .xcrxg8:not(.g996hi3l) .fgki { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.zsjf9  .xcrxg8:not(.g996hi3l) .fgki { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.z1x1 .g996hi3l { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.z1x1 .frlsw1 { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.z1x1 .qy90a { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.nxyct1b3 .g996hi3l .fgki { background: none; }
.nxyct1b3 .xcrxg8:not(.g996hi3l) .fgki { background: rgba(0,0,0,0.6); }
.d7hwhr .wg8w { float: left; width: 38%; margin: 0 28px 16px 0; }
.d7hwhr .wg8w .fo57r42 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.d7hwhr .m213::after { content: ''; display: block; clear: both; }
.uktg .wg8w { float: right; width: 38%; margin: 0 0 16px 28px; }
.uktg .wg8w .fo57r42 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.uktg .m213::after { content: ''; display: block; clear: both; }
.sgjl2l .bp5hb:nth-child(odd)  .wg8w { float: left;  width: 38%; margin: 0 28px 16px 0; }
.sgjl2l .bp5hb:nth-child(even) .wg8w { float: right; width: 38%; margin: 0 0 16px 28px; }
.sgjl2l .wg8w .fo57r42 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.sgjl2l .m213::after { content: ''; display: block; clear: both; }
.d7hwhr .fhdiy,
.d7hwhr .q21rka7,
.uktg .fhdiy,
.uktg .q21rka7,
.sgjl2l .fhdiy,
.sgjl2l .q21rka7 { clear: both; }
@media (max-width: 900px) {
  .d7hwhr .wg8w,
  .uktg .wg8w,
  .sgjl2l .bp5hb:nth-child(odd)  .wg8w,
  .sgjl2l .bp5hb:nth-child(even) .wg8w {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .d7hwhr .wg8w .fo57r42,
  .uktg .wg8w .fo57r42,
  .sgjl2l .wg8w .fo57r42 {
    max-height: none !important;
  }
}
.d7hwhr .mp7hbvzs,
.d7hwhr .yg0g,
.uktg .mp7hbvzs,
.uktg .yg0g,
.sgjl2l .mp7hbvzs,
.sgjl2l .yg0g { overflow: hidden; }
@media (max-width: 640px) {
  .d7hwhr .wg8w,
  .uktg .wg8w,
  .sgjl2l .wg8w { float: none; width: 100%; margin: 0 0 16px 0; }
}
.emupmn .bagt,
.emupmn .m213,
.emupmn .yvnuh5  { max-width: 1100px; }
.emupmn { --content-mw: 1100px; }
.gfzuiblx .bagt,
.gfzuiblx .m213,
.gfzuiblx .yvnuh5  { max-width: 1200px; }
.z9fz8 .bagt,
.z9fz8 .m213,
.z9fz8 .yvnuh5  { max-width: 1320px; }
.qc34b { font-size: 0.82rem; color: var(--text-muted); }
.ygiou { display: flex; align-items: center; }
.kgfxwm {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.tel1l { display: flex; align-items: center; }
.n9396q5 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.n9396q5:hover { text-decoration: underline; }
.bbq0x { margin: 0 3px; opacity: 0.45; }
.bbq0x::before { content: '/'; }
.gn280 { padding: 2px 5px; color: var(--text-main); }
.iau0mc5 .qc34b {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.iau0mc5 .ygiou { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.xdm7j .qc34b {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.xdm7j .ygiou { padding: 0 0 0 12px; }
.neyxar .ygiou { padding: 0 16px; }
.neyxar .qc34b {
  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);
}
.neyxar .bagt { padding-top: 28px; }
@media (max-width: 720px) {
  .t3o4 { margin-top: 18px; padding: 0 16px; }
  .neyxar .bagt { padding-top: 16px; }
}
.emupmn.iau0mc5 .ygiou { max-width: 1100px; }
.gfzuiblx.iau0mc5 .ygiou { max-width: 1200px; }
.z9fz8.iau0mc5 .ygiou { max-width: 1320px; }
.emupmn .t3o4 { max-width: 1100px; }
.x5908 .bp5hb { padding-top: 16px; padding-bottom: 16px; }
.dncpiir .bp5hb { padding-top: 24px; padding-bottom: 24px; }
.kkd1 .bp5hb { padding-top: 40px; padding-bottom: 40px; }
.ld1zu5 .bp5hb { padding-top: 52px; padding-bottom: 52px; }
.x4rr8nos .bp5hb:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.x4rr8nos .bp5hb:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.x4rr8nos .bp5hb:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.x4rr8nos .bp5hb:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.tshk6 .m213 { padding-top: 10px;  padding-bottom: 10px; }
.i86m7d4 .m213 { padding-top: 18px;  padding-bottom: 18px; }
.fegrp .m213 { padding-top: 36px;  padding-bottom: 36px; }
.ojkurwr .m213 { padding-top: 48px;  padding-bottom: 48px; }
.vamgt h2.m2ihcbe { font-weight: 600; }
.vamgt h3.pzbkw9x     { font-weight: 600; }
.ftziady3 h2.m2ihcbe { font-weight: 800; }
.ftziady3 h3.pzbkw9x     { font-weight: 700; }
.mefd h2.m2ihcbe { font-weight: 900; }
.mefd h3.pzbkw9x     { font-weight: 800; }
.mefd .l13u3kx strong,
.mefd .l13u3kx strong { font-weight: 600; }
.idaryk {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.p8srzd .idaryk { display: none; }
@media (max-width: 640px) {
  .idaryk { display: none !important; }
}
.idaryk { background: var(--cta) !important; color: #fff !important; border: none !important; }
.idaryk:hover { opacity: 0.85; }
.xr1klp .idaryk { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.j4zzsdd .axfourbh { right: 32px; }
@media (max-width: 480px) {
  .j4zzsdd .axfourbh { right: 20px; bottom: 20px; }
  .lixih0q  .axfourbh { left: 20px; bottom: 20px; }
}
.j1jo { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.yvnuh5 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.vw5n { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.bj82 { color: var(--text-dim); font-size: 0.8rem; }
.dqyt a, .jfujfilm a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.dqyt a:hover, .jfujfilm a:hover { color: var(--accent-light); }
.jfujfilm { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.mawjln1u .yvnuh5 { text-align: center; }
.mawjln1u .jfujfilm { justify-content: center; margin-bottom: 16px; }
.mawjln1u .vw5n { margin-top: 0; }
.k4r3 { margin-top: 10px; }
.k4r3 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .yvnuh5 { padding-left: 16px; padding-right: 16px; }
  .v8r82 .yvnuh5 { padding: 20px 16px; }
  .jfujfilm { gap: 4px 12px; }
  .vw5n { font-size: 0.78rem; }
}
.zj19n6ch .vw5n { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.zj19n6ch .bj82 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .zj19n6ch .rxq3x8 { grid-template-columns: 1fr 1fr; } .zj19n6ch .q1lax { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zj19n6ch .rxq3x8 { grid-template-columns: 1fr; } }
.d7slu .vw5n { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .d7slu .l8luc { gap: 12px; } .d7slu .cew9sd { margin-right: 0; width: 100%; } }
.au54 .vw5n { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.au54 .bj82 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .au54 .d2tpnp { grid-template-columns: 1fr 1fr; } .au54 .gwxbuol7 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .au54 .d2tpnp { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .f33jv .svno { grid-template-columns: 1fr 1fr; } .f33jv .ypfvgxp3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .f33jv .svno { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .zr25yb .svno { grid-template-columns: 1fr; } }
.bhf5idcs .yvnuh5 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.bhf5idcs .jfujfilm { justify-content: center; }
.ffmzvb6q .mqs9s      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ffmzvb6q .j1jo { background: var(--bg-page); border-top-color: var(--border-alt); }
.t0dtwi .mqs9s      { background: #0d1117; border-bottom-color: #21262d; }
.t0dtwi .c0lw7 { color: var(--accent-light); }
.t0dtwi .lmqhi2pq { --msep-color: #8b949e; }
.t0dtwi .lmqhi2pq a { color: #8b949e; }
.t0dtwi .lmqhi2pq a:hover { color: var(--accent-light); }
.t0dtwi .x8pifgu { color: #8b949e; }
.t0dtwi .j1jo { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.t0dtwi .vw5n,
.t0dtwi .bj82 { color: #6e7681; }
.t0dtwi .dqyt a, .t0dtwi .jfujfilm a,
.t0dtwi .dqyt a:hover, .t0dtwi .jfujfilm a:hover,
@media (max-width: 640px) {
  .t0dtwi .lmqhi2pq { background: #0d1117; border-top-color: #21262d; }
  .t0dtwi .lmqhi2pq li a { border-bottom-color: #21262d; }
}
.trmyjwz .mqs9s      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.trmyjwz .c0lw7 { color: var(--accent-light); }
.trmyjwz .lmqhi2pq { --msep-color: #475569; }
.trmyjwz .lmqhi2pq a { color: #475569; }
.trmyjwz .lmqhi2pq a:hover { color: var(--accent-light); }
.trmyjwz .x8pifgu { color: #64748b; }
.trmyjwz .j1jo { background: #f0f4f8; border-top-color: #cbd5e1; }
.trmyjwz .vw5n,
.trmyjwz .bj82 { color: #64748b; }
.trmyjwz .dqyt a, .trmyjwz .jfujfilm a,
.trmyjwz .dqyt a:hover, .trmyjwz .jfujfilm a:hover,
@media (max-width: 640px) {
  .trmyjwz .lmqhi2pq { background: #f0f4f8; border-top-color: #cbd5e1; }
  .trmyjwz .lmqhi2pq li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.zid8uwj .mqs9s      { background: var(--accent); border-bottom-color: var(--accent-light); }
.zid8uwj .c0lw7 { color: #fff; }
.zid8uwj .lmqhi2pq { --msep-color: rgba(255,255,255,0.82); }
.zid8uwj .lmqhi2pq a { color: rgba(255,255,255,0.82); }
.zid8uwj .lmqhi2pq a:hover { color: #fff; }
.zid8uwj .x8pifgu { color: rgba(255,255,255,0.9); }
.zid8uwj .j1jo { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.zid8uwj .vw5n,
.zid8uwj .bj82 { color: rgba(255,255,255,0.72); }
.zid8uwj .dqyt a, .zid8uwj .jfujfilm a,
.zid8uwj .dqyt a:hover, .zid8uwj .jfujfilm a:hover,
@media (max-width: 640px) {
  .zid8uwj .lmqhi2pq { background: var(--accent); border-top-color: var(--accent-light); }
  .zid8uwj .lmqhi2pq li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ybagxz .mqs9s {
  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);
}
.ybagxz .j1jo {
  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) {
  .ybagxz .lmqhi2pq {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.i6tm1 .d5ew { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.tzfv1gv0 .d5ew { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.pqkj5o4o .d5ew { min-height: 72px; height: auto; }
.y4zviet9 .d5ew { min-height: 84px; height: auto; }
.v8r82 .d5ew { max-width: none; padding: 0 32px; }
.v8r82 .yvnuh5  { max-width: none; padding: 24px 32px; }
.fs9c.gfzuiblx .d5ew { max-width: 1200px; }
.fs9c.z9fz8 .d5ew { max-width: 1320px; }
.nyjs   .c0lw7, .nyjs   .cew9sd { text-transform: capitalize; }
.kdgvxcq .c0lw7, .kdgvxcq .cew9sd { text-transform: lowercase; }
.lsbo79 .c0lw7, .lsbo79 .cew9sd { text-transform: uppercase; letter-spacing: 0.06em; }
.h5n4t0, .tlggk {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.akpyti .h5n4t0,
.tt6neari .h5n4t0,
.kgd10 .h5n4t0,
.ub4w1c .h5n4t0,
.rtju   .lmqhi2pq a { font-weight: 500; }
.joke .lmqhi2pq a { font-weight: 600; }
.ftwx     .lmqhi2pq a { font-weight: 700; }
.k4vs    .lmqhi2pq a { font-weight: 800; letter-spacing: 0.01em; }
.uoeqva     .lmqhi2pq > li + li::before,
.cnk6y    .lmqhi2pq > li + li::before,
.htmtnae    .lmqhi2pq > li + li::before,
.wxmtwn .lmqhi2pq > li + li::before,
.a0elz .lmqhi2pq > li + li::before,
.j3j02l  .lmqhi2pq > li + li::before,
.vjj06751    .lmqhi2pq > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.uoeqva     .lmqhi2pq > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.cnk6y    .lmqhi2pq > li + li::before { content: "|"; }
.htmtnae    .lmqhi2pq > li + li::before { content: "—"; }
.wxmtwn .lmqhi2pq > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.a0elz .lmqhi2pq > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.j3j02l  .lmqhi2pq > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.vjj06751    .lmqhi2pq > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .b62ndyf6 .x8pifgu,
  .p6eihqhz .x8pifgu,
  .m0lonip1 .x8pifgu,
  .a4471kzl .x8pifgu,
  .jfit3 .x8pifgu {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .b62ndyf6 .x8pifgu::before,
  .p6eihqhz .x8pifgu::before,
  .m0lonip1 .x8pifgu::before,
  .a4471kzl .x8pifgu::before,
  .jfit3 .x8pifgu::before { content: ""; display: block; flex-shrink: 0; }

  
  .b62ndyf6 .x8pifgu::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;
  }

  
  .p6eihqhz .x8pifgu::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;
  }

  
  .m0lonip1 .x8pifgu::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;
  }

  
  .a4471kzl .x8pifgu::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;
  }

  
  .jfit3 .x8pifgu::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) {
  .uxfwzo .x8pifgu {
    padding: 5px 14px;
  }
  .uxfwzo .lmqhi2pq {
    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;
  }
  .uxfwzo .lmqhi2pq li a {
    border-bottom: none; padding: 10px 22px;
  }
  .uxfwzo .lmqhi2pq li a:hover { background: var(--bg-raised); }
  .uxfwzo .pq9frp1,
  .c2qoxmi .pq9frp1,
  .g8unju .pq9frp1 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ttlx68fp .x8pifgu {
    padding: 5px 10px;
  }
  .ttlx68fp .lmqhi2pq {
    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);
  }
  .ttlx68fp .lmqhi2pq.t9oml { transform: translateX(0); }
  .ttlx68fp .lmqhi2pq li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ttlx68fp .lmqhi2pq li:last-child a { border-bottom: none; }
  .zid8uwj .lmqhi2pq,
  .t0dtwi .lmqhi2pq { background: var(--accent) !important; }
  .zid8uwj .lmqhi2pq li a,
  .t0dtwi .lmqhi2pq li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .g8unju .x8pifgu {
    padding: 5px 10px;
  }
  .g8unju .lmqhi2pq {
    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);
  }
  .g8unju .lmqhi2pq::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .g8unju .lmqhi2pq.t9oml { transform: translateY(0); }
  .g8unju .lmqhi2pq li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .iuyl1b9 .x8pifgu {
    padding: 5px 10px;
  }
  .iuyl1b9 .lmqhi2pq {
    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;
  }
  .iuyl1b9 .lmqhi2pq.t9oml { opacity: 1; pointer-events: auto; }
  .iuyl1b9 .lmqhi2pq li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .a8p14w7a     .x8pifgu { border-radius: 0 !important; }
  .m4rj   .x8pifgu { border-radius: 8px !important; }
  .muqhien .x8pifgu { border-radius: 50% !important; }
  .x8hsir   .x8pifgu { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .h2aq .qn9npje8 { flex-direction: column; align-items: stretch; }
  .h2aq .hdjspbk { flex-direction: row; min-width: auto; }
  .h2aq .n0eiic01 { align-items: flex-start; text-align: left; }
}
.sg3wm,
.sg3wm.bp5hb,
.pyea .sg3wm,
.c9tl8p5k .sg3wm,
.jrnxu4tz .sg3wm,
.m2p6ft1q .sg3wm {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.lb4s2tx {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.k30en3m { flex: 1 1 280px; min-width: 0; }
.dmwh {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.oq0xl9q {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.t7q4c {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.t7q4c:hover { transform: translateY(-1px); opacity: 0.95; }
.n13bov3p .lb4s2tx {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.n13bov3p .dmwh { color: var(--cta); }
.n13bov3p .oq0xl9q { color: var(--text-body); }
.n13bov3p .t7q4c {
  background: var(--cta) !important;
  color: #fff !important;
}
.cp1a9ubb .lb4s2tx {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.cp1a9ubb .dmwh { color: var(--text-primary); }
.cp1a9ubb .oq0xl9q { color: var(--text-body); }
.cp1a9ubb .t7q4c {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .lb4s2tx {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .k30en3m { flex: 0 0 auto; }
  .dmwh { font-size: 1.2rem; }
  .t7q4c { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.r90ca88p .s4dwmpbw { height: 36px; }
.cj8xb7j .s4dwmpbw { height: 60px; max-width: 200px; }
.iig2mpw .s4dwmpbw { height: 56px; max-width: 180px; }
.bcway2    .qpr7e, .bcway2    .aitvczp { color: #f59e0b; }
.spjg      .qpr7e { font-size: 1rem; letter-spacing: 1.5px; }
.spjg      .aitvczp   { font-size: 1.35rem; }
.ji64jw    .qpr7e, .ji64jw    .aitvczp { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.rlft98     .qpr7e, .rlft98     .aitvczp { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.evdjjp .qpr7e, .evdjjp .aitvczp { color: var(--cta); letter-spacing: 2px; }
.ubwm59r3   .qpr7e, .ubwm59r3   .aitvczp { color: #e91e63; letter-spacing: 2px; }
.cg7i  .qpr7e, .cg7i  .aitvczp { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.zthh3m2     .qpr7e, .zthh3m2     .aitvczp { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.annyw5hs .wkx13os + .wkx13os {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.g70mcjt .nr86 { padding: 18px 24px; min-height: 68px; }
.fv9qix .rc6xt {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.fv9qix .iut4au {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.hch50lw .wkx13os {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.q21rka7 { counter-reset: cs-rank; }
.q21rka7 .nr86 { counter-increment: cs-rank; }
.q21rka7 .nr86::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;
}
.qm999jv .q21rka7 { counter-reset: cs-rank; gap: 0; }
.qm999jv .nr86 {
  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;
}
.qm999jv .nr86::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;
}
.qm999jv .g2s7 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.qm999jv .c5lune {
  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;
}
.qm999jv .hqvfu { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.qm999jv .g2s7 { min-width: 0; flex-direction: column; width: 100%; }
.qm999jv .t1n2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.qm999jv .qpr7e { color: var(--cta, var(--accent)); }
.qm999jv .cbme09u5 { font-weight: 700; }
.qm999jv .wkx13os {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.qm999jv .rc6xt {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.qm999jv .iut4au {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.qm999jv .re1u8r .iut4au { font-size: 1.3rem; color: var(--accent-light); }
.qm999jv .xn10re8w {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.qm999jv .nr86:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .qm999jv .q21rka7 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .qm999jv .nr86 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .qm999jv .nr86 { padding: 40px 16px 20px; }
  .qm999jv .wkx13os {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .qm999jv .xn10re8w { width: 100%; min-width: 0; }
}
.y2bf .q21rka7 { counter-reset: cs-rank; gap: 10px; }
.y2bf .nr86 {
  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);
}
.y2bf .nr86::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);
}
.y2bf .g2s7 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.y2bf .c5lune {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.y2bf .hqvfu { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.y2bf .t1n2 {
  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;
}
.y2bf .qpr7e { color: var(--cta, var(--accent)); }
.y2bf .wkx13os {
  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;
}
.y2bf .rc6xt {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.y2bf .iut4au { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.y2bf .re1u8r .iut4au { color: var(--accent-light); }
.y2bf .xn10re8w {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.y2bf .nr86:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .y2bf .nr86 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .y2bf .nr86::before {
    position: absolute; top: 14px; left: 14px;
  }
  .y2bf .g2s7 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .y2bf .t1n2 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .y2bf .wkx13os {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .y2bf .xn10re8w { width: 100%; min-width: 0; }
  .y2bf .qpr7e { min-width: 0; }
}
.ivvd .nr86::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.nyww .qh9o1y {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.nyww .qh9o1y summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.nyww .qh9o1y p { padding: 0 2px 16px; }
.cippiwb .qh9o1y { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.cippiwb .qh9o1y summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.cippiwb .qh9o1y summary::after { content: "›"; font-size: 1.2em; }
.cippiwb .qh9o1y[open] summary::after { content: "‹"; }
.cippiwb .qh9o1y p { padding: 10px 22px 4px; }
.zeqs .qh9o1y {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.zeqs .qh9o1y summary { color: var(--text-primary); padding-left: 16px; }
.zeqs .qh9o1y summary::after { content: "›"; font-size: 1.1em; }
.zeqs .qh9o1y[open] summary::after { content: "‹"; }
.zeqs .qh9o1y p { padding-left: 16px; }
.y68e .hs0f4za { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.y68e .qh9o1y {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.y68e .qh9o1y:last-child { border-bottom: none; }
.y68e .qh9o1y summary { color: var(--text-primary); border-radius: 0; }
.y68e .qh9o1y summary::after { content: "›"; font-size: 1.1em; }
.y68e .qh9o1y[open] summary::after { content: "‹"; }
.j888d8 .qh9o1y { overflow: hidden; }
.j888d8 .qh9o1y summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.j888d8 .qh9o1y summary::after { color: rgba(255,255,255,.75); }
.j888d8 .qh9o1y[open] summary { border-radius: 0; }
.wsp65jlf { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.tuoed75n {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.u24zkle {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.blgno7az { color: var(--text-muted); font-size: 1.05rem; }
.dl9horc {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.unpj3lkj { margin-bottom: 20px; }
.umpo {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ngcpob44 {
  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;
}
.ngcpob44:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.zz6r14y { resize: vertical; min-height: 130px; }
.j14uzod { width: 100%; margin-top: 8px; }
.uv8oz {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.uw53 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.fq8mm { color: var(--text-muted); line-height: 1.75; }
.pzzw { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.pzzw li { margin-bottom: 6px; }
.jef5gy6 { max-width: 760px; margin: 0 auto; }
.ijxaf53 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.y0y1yh { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.y0y1yh:last-child { border-bottom: none; }
.y0y1yh h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.y0y1yh p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ny0jlwm { max-width: 760px; margin: 0 auto; }
.xvh24zik { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.bkwhviv ul.pzzw { margin: 0; }
.v4is7 .xvh24zik { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .v4is7 { grid-template-columns: 1fr; gap: 10px; } }
.lghtwzf { max-width: 640px; margin: 0 auto; text-align: center; }
.uf8u5u { margin-bottom: 48px; }
.uf8u5u .xvh24zik { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.uf8u5u p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ajua8bhw .pzzw { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .kitc8 { grid-template-columns: 1fr; } }
.csao2c4e { color: inherit; text-decoration: none; }
.csao2c4e:hover { color: var(--accent-light); text-decoration: underline; }
.neoq { display: inline-block; line-height: 0; }
.mr4hujp7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.dkzbc { max-width: 760px; margin: 0 auto; }
.rz24wwih ul.pzzw { margin: 0; }
.g4t0j { color: var(--text-muted); line-height: 1.75; }
.z6wvzxr .pzzw,
.p9jc .pzzw,
.jke45ze2 .pzzw,
.qd7rt .pzzw {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.up3suif5 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.po9ceu { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.j019uavu { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.et32e { margin-top: 12px; }
.dhhljkf { 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; }
.dhhljkf:hover { border-bottom-color: var(--accent-light); }
.rz6rio { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.rz6rio img { width: 100%; height: 100%; object-fit: cover; display: block; }
.b1ggd { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.mbagibvv { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.b1m3 { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.b1m3::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .c81ikx2i { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.l7uk20tj .j019uavu, .l7uk20tj .po9ceu { max-width: 640px; }
.rfaxk .up3suif5 { font-size: 1.6rem; margin-top: 18px; }
.l8kd .j019uavu { margin-bottom: 28px; }
@media (max-width: 860px) { .fx97cf2x { grid-template-columns: 1fr; } .rfaxk { position: static; text-align: center; } }
.jstg6moh .rz6rio { margin: 0 auto 18px; }
.jstg6moh .mbagibvv { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .maeffu87 { grid-template-columns: 1fr; } }
.gs8ef { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.qo9zi { flex: 1; }
.gs8ef .up3suif5 { font-size: 1.6rem; margin-bottom: 6px; }
.ozwx { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.qd7rt { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.c15l { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.qd7rt p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.qd7rt .pzzw { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gs8ef { flex-direction: column; text-align: center; } .ozwx { grid-template-columns: 1fr; } }
.a3emysc .up3suif5 { font-size: 1.35rem; margin: 0 0 4px; }
.a3emysc .mbagibvv { margin: 0; }
.rhz6z5ez .u24zkle { color: var(--accent-light); }
.px6fn6zl {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.px6fn6zl .u24zkle { font-size: 2rem; }
.px6fn6zl .blgno7az { max-width: 680px; }
.lvtvw .u24zkle { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.lvtvw .blgno7az  { margin: 0; }
@media (max-width: 640px) { .lvtvw { flex-direction: column; } }
.s1nca9o .u24zkle { color: var(--accent-light); }
.w44a046 .u24zkle { color: #fff; }
.w44a046 .blgno7az  { color: rgba(255,255,255,0.85); }
.skn1qcj { max-width: 680px; margin: 0 auto; }
.olq9k {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .olq9k { grid-template-columns: 1fr; } }
.xdkvsho .ngcpob44 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xdkvsho .ngcpob44:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.pzrt3zf3 .ngcpob44 { background: var(--bg-raised); border-color: transparent; }
.pzrt3zf3 .ngcpob44:focus { background: var(--bg-card); border-color: var(--accent-light); }
.hmm2h79w .ngcpob44 { border-radius: 100px; padding: 11px 20px; }
.hmm2h79w .zz6r14y { border-radius: 14px; }
@media (max-width: 640px) { .d7cuqx { grid-template-columns: 1fr; } }
.ez0i { counter-reset: priv-count; }
.rd6jm6 {
  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);
}
.rd6jm6:last-child { border-bottom: none; }
.thxl4k {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.rd6jm6 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.rd6jm6 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.pvw1 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.pvw1 li { margin-bottom: 6px; }
.b0uyt{position:relative;overflow:visible}
.mzd4k .xhvt{display:block}
.j6wejjb .p348vi{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.j6wejjb .zikygo4::before{content:""}
.meyq7{--date-bg:var(--accent-bg-light)}
.wztpvrf .zikygo4::before{content:""}
.xxc4y{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.xk3cav{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.eqk88{display:flex;flex-direction:column;gap:3px}
.rtf23x{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.vjlkq{font-weight:700;font-size:1rem;color:var(--text-heading)}
.v15k9i{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.az9ug1w .xxc4y{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.xxljxxof .xxc4y{border-top:3px solid var(--accent);padding-top:18px}
.oiuvfts .xxc4y{border-left:3px solid var(--accent);border-radius:0}
.ylxrkqm .xxc4y{padding:20px 0}
@media(max-width:640px){
  .xxc4y{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .v15k9i{max-width:100%}
}
.fyhdza6 .i7tii{margin:0}
@media (max-width:560px){
  .t9mhf{grid-template-columns:repeat(2,1fr);gap:12px}
}
.eo2n64p {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.eo2n64p.ce2yon8 {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.ad58c7 {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.ad58c7 .rf56 {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.ad58c7 .rf56::before,
.ad58c7 .rf56::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.ad58c7 .rf56::before { transform: translate(-50%, -50%) rotate(45deg); }
.ad58c7 .rf56::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.ad58c7 .rf56:hover { background: rgba(0,0,0,0.12) !important; }
.erbguc6 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.d3ig1nam {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.cvhd8t {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.ru13a0u {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.ad58c7 .u1kta {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.ad58c7 .u1kta:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .ad58c7 { padding: 28px 18px 20px; }
  .cvhd8t { font-size: 1.2rem; }
  .erbguc6 { max-width: 220px; max-height: 80px; }
}
.gh40 {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.qq13z0 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.ar2n  .gh40 { border-radius: 50%; }
.ifw6  .gh40 { border-radius: 6px; }
.niv9 .gh40 { border-radius: 22px; }
.ulb2u7j .lb4s2tx {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .gh40 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.up8izo .bp5hb {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.up8izo .m213 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.up8izo .lb4s2tx {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.aipr {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.aipr.ce2yon8 { transform: translate(-50%, 0); }
.aipr .bp5hb,
.aipr .m213 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.aipr .lb4s2tx {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.v5oywl95 {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.v5oywl95::before,
.v5oywl95::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.v5oywl95::before { transform: translate(-50%, -50%) rotate(45deg); }
.v5oywl95::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.v5oywl95:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .aipr { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .aipr .lb4s2tx {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .aipr .oq0xl9q { display: none !important; }
  .aipr .dmwh { font-size: 1.1rem !important; }
  .aipr .gh40 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .v5oywl95 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .d5ew { flex-direction: row-reverse; }
[dir="rtl"] .lmqhi2pq { flex-direction: row-reverse; }
[dir="rtl"] .j4zzsdd .axfourbh { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .j4zzsdd .axfourbh { right: auto; left: 20px; }
  [dir="rtl"] .lixih0q  .axfourbh { left: auto;  right: 20px; }
}
[dir="rtl"] .d7hwhr .wg8w  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .uktg .wg8w { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .mp7hbvzs, [dir="rtl"] .yg0g { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .s4ixco { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .o9dgsktx { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .l13u3kx { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .lb4s2tx { direction: rtl; }
[dir="rtl"] .gh40 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .nr86,
[dir="rtl"] .qc34b { direction: rtl; }
[dir="rtl"] .lwe291b6 { direction: rtl; }
[dir="rtl"] .cpb9 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .imvj .yg0g,
[dir="rtl"] .avykgzp .yg0g,
[dir="rtl"] .ubwd .yg0g,
[dir="rtl"] .m1ksz7 .yg0g {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .imvj .yg0g li::before,
[dir="rtl"] .avykgzp .yg0g li::before,
[dir="rtl"] .ubwd .yg0g li::before,
[dir="rtl"] .m1ksz7 .yg0g li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .xcrxg8.mu3ns95 .scl06,
[dir="rtl"] .p9ea9.mu3ns95 .scl06,
[dir="rtl"] .g996hi3l.mu3ns95 .scl06,
[dir="rtl"] .xkxtk93.mu3ns95 .scl06,
[dir="rtl"] .rvvo1jl6.mu3ns95 .scl06 { text-align: right; }
[dir="rtl"] .qy90a.nvmtuvv .bc8ttqr0 { text-align: center; }
[dir="rtl"] .m213,
[dir="rtl"] .obvawg,
[dir="rtl"] .ktxdmy6,
[dir="rtl"] .scl06 { text-align: right; }
[dir="rtl"] .dl9horc,
[dir="rtl"] .umpo,
[dir="rtl"] .j019uavu,
[dir="rtl"] .ngcpob44,
[dir="rtl"] .zz6r14y { text-align: right; direction: rtl; }
[dir="rtl"] .hmm2h79w .ngcpob44,
[dir="rtl"] .xdkvsho .ngcpob44 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #1f9a8a;
  --brand:           #1f9a8a;
  --brand-light:     #227c71;
  --brand-pale:      #389a8d;
  --grad-start:      #3cd7c3;
  --grad-end:        #78d9cc;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1f9a8a;
  --cta-light:       #147b6e;
  --cta-hover:       #14675c;
  --bg-page:         #f6f8f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f5;
  --bg-raised:       #eef1f0;
  --bg-hover:        #f3f5f5;
  --border:          #e2e8e7;
  --border-alt:      #d0dcda;
  --border-section:  #e2e8e7;
  --text-primary:    #171b1b;
  --text-muted:      #52605e;
  --text-body:       #2e3736;
  --text-sub:        #465251;
  --text-faint:      #758987;
  --text-dim:        #90a19f;
  --text-label:      #5d6e6c;
  --text-value:      #3a4443;
  --accent-bg:       #e3f2f0;
  --accent-bg-light: #caebe7;
  --bg-tip:          #f9f0f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f5f9;
  --bg-pros:         #f9f0f1;
  --bg-cons:         #faf6f3;
  --c-pros:          #901323;
  --c-cons:          #9f5821;
  --c-pros-label:    #ab162a;
  --c-tip-border:    #bd192e;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #901323;
}
:root { --logo-bg-opacity: 76%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.y9o2rm .tprefrm2 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.y9o2rm .tprefrm2::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.y9o2rm .vsbv6co     .tprefrm2::before { content: "";  color: var(--c-tip-border); }.y9o2rm .jy338m2 .tprefrm2::before { content: ""; color: var(--c-warn-border); }.y9o2rm .p2au    .tprefrm2::before { content: ""; color: #60a5fa; }.ohjl7n .y9o2rm .vsbv6co     .tprefrm2::before { color: #10b981; }.ohjl7n .y9o2rm .jy338m2 .tprefrm2::before { color: #f43f5e; }.ohjl7n .y9o2rm .p2au    .tprefrm2::before { color: #a855f7; }.ec1z5  .y9o2rm .vsbv6co     .tprefrm2::before { color: #eab308; }.ec1z5  .y9o2rm .jy338m2 .tprefrm2::before { color: #ef4444; }.ec1z5  .y9o2rm .p2au    .tprefrm2::before { color: #f97316; }.j4gqvl  .y9o2rm .vsbv6co     .tprefrm2::before { color: #38bdf8; }.j4gqvl  .y9o2rm .jy338m2 .tprefrm2::before { color: #818cf8; }.j4gqvl  .y9o2rm .p2au    .tprefrm2::before { color: #2dd4bf; }.lx06914 .y9o2rm .tprefrm2::before { color: var(--accent-light) !important; }
.b41q .er8f li::before, .b41q .e15om li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.b41q .er8f li::before { content: ""; }.b41q .e15om li::before { content: ""; }.b41q .eoeh::before, .b41q .zgxl::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.b41q .eoeh::before { content: ""; }.b41q .zgxl::before { content: ""; }
.n2wef .k4h57uew, .n2wef .qy90a { min-height: 520px; }
.bbq0x::before { content: '›'; font-size: 1.1em; }