:root {
  --color-accent: #31d85c;
  --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;
}
.ejc4u {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.cusqv1 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.iieo1nt {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.zre1nd { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.cyvt9z0 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.cyvt9z0 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.cyvt9z0 a:hover { color: var(--accent-light); }
.w0g30f     .he3r28ai { border-radius: 6px; }
.w0g30f .he3r28ai li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.w0g30f .he3r28ai li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.uhtl  .he3r28ai li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .he3r28ai {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .simn:hover .he3r28ai,
  .simn:focus-within .he3r28ai { display: block; }
  .he3r28ai li a { padding: 8px 16px; font-size: 0.88rem; }
}
.jwz92z {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.m95y { display: none; }
@media (max-width: 640px) {
  .m95y {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .m95y.lbmdko { display: block; }
}
@media (max-width: 640px) {
  .jwz92z { display: block; }
  .cyvt9z0 > li + li::before { display: none !important; }
  .cyvt9z0 {
    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;
  }
  .cyvt9z0.lbmdko { display: flex; }
  .cyvt9z0 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .cyvt9z0 li:last-child a { border-bottom: none; }
}
.sxioh { min-height: 480px; }
.bxkrwbn {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.z8k7snyo { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.q9aq9 .z8k7snyo { margin-left: 0; margin-right: 0; }
.saphhd2u {
  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;
}
.nd599b .saphhd2u { margin-top: 24px; }
.saphhd2u:hover { opacity: 0.88; }
.hxoj .bxkrwbn { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.hxoj .z8k7snyo { color: #e2e8f0; }
.hxoj.q9aq9   .k3549b0 { text-align: left; }
.naj147ax .bxkrwbn { color: var(--text-primary); text-shadow: none; }
.naj147ax .z8k7snyo { color: var(--text-muted); }
.naj147ax .saphhd2u { margin-top: 16px; }
.naj147ax, .naj147ax.sxioh { min-height: auto !important; }
.naj147ax.q9aq9   .k3549b0 { text-align: left; }
.naj147ax~.isnimes{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.naj147ax~.isnimes .jcxf{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.s6cj .svege,
.s6cj .fyk0h,
.s6cj .hxoj .epyakk5 {
  overflow: hidden;
}
.s6cj .svege::after,
.s6cj .fyk0h::after,
.s6cj .hxoj .epyakk5::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.svege .bxkrwbn { color: #fff; }
.svege .z8k7snyo { color: rgba(255,255,255,0.85); }
.exsfdl .nw5u { position: relative; overflow: hidden; }
.exsfdl .nw5u::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.wx7vn .nw5u {
  animation: hg-breathe 7s ease-in-out infinite;
}
.s6cj .nw5u { position: relative; overflow: hidden; }
.s6cj .nw5u::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;
}
.lom42e .nw5u { position: relative; overflow: hidden; }
.lom42e .nw5u::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;
}
.ph74e .nw5u {
  animation: hg-fadein 1.2s ease-out both;
}
.nw5u {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.tgjckt {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.zc3m {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.k3yhx {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.nw5u .bxkrwbn { text-shadow: none; color: var(--text-primary); }
.nw5u .z8k7snyo { color: var(--text-muted); }
body.m7gaz9 .bxkrwbn {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.i82tst6 .bxkrwbn {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.sxioh.svege .bxkrwbn,
section.svege .bxkrwbn {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.nw5u.k9mrzm .tgjckt { align-items: center; text-align: center; }
.nw5u.q9aq9   .tgjckt { align-items: flex-start; text-align: left; }
.jgp7 .zc3m { position: relative; }
.jgp7 .zc3m::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.jgp7.litxkvg .zc3m::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.gwafql .zc3m {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.gwafql .k3yhx {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.gwafql .fyk0h {
  position: static; width: 100%; aspect-ratio: 4/3; border-radius: 16px;
}
.gwafql.litxkvg .zc3m { padding: 32px 0 32px 32px; }
.y1ygj8j .zc3m {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.y1ygj8j .k3yhx {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.litxkvg .tgjckt {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.y1ygj8j.litxkvg .zc3m { padding: 40px 16px 40px 48px; }
.sxioh .z5g0fhqy {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.z5g0fhqy .q833ol {
  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;
}
.z5g0fhqy .q833ol::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.z5g0fhqy .brse8 { display: contents !important; }
.z5g0fhqy .brse8 .jkmyw009 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.z5g0fhqy .brse8 .qq3cni { max-height: 48px; max-width: 96px; }
.z5g0fhqy .brse8 .w2akfso {
  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;
}
.z5g0fhqy .trcki {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.z5g0fhqy .vn7d { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.z5g0fhqy .cxr1 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.z5g0fhqy .cxr1 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.z5g0fhqy .hiui23ke { display: contents !important; }
.z5g0fhqy .hiui23ke .b0yr:not(.kw8hw7) { display: none !important; }
.z5g0fhqy .hiui23ke .kw8hw7 {
  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;
}
.z5g0fhqy .hiui23ke .kw8hw7 .m4pb65 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.z5g0fhqy .hiui23ke .kw8hw7 .o1mp7t7 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.z5g0fhqy .ojexd { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.z5g0fhqy .ojexd.sl4qd8b1 {
  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;
}
.z5g0fhqy .ojexd.sl4qd8b1:hover { opacity: 0.85; }
.z5g0fhqy .q833ol,
.z5g0fhqy .q833ol:hover,
.z5g0fhqy .q833ol:nth-child(even),
.z5g0fhqy .q833ol:nth-child(odd),
.z5g0fhqy .q833ol:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.h91ocm .zc3m {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .nw5u { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .nw5u:not(.h91ocm) .zc3m { display: none !important; }
  .h91ocm .zc3m { padding: 16px; }
  .tgjckt  { padding: 36px 24px; }
  .nw5u~.isnimes,.litxkvg~.isnimes{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .sxioh, .nw5u { min-height: 320px !important; }
  .bxkrwbn { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .jysx2q,
  .yr1l0,
  .es7saoej { grid-template-columns: 1fr !important; }

  

  
  .iankvc { display: flex !important; flex-direction: column !important; }
  .iankvc .k3549b0 { display: contents; }
  .iankvc .epyakk5 { order: 0; }
  .iankvc .bxkrwbn { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .iankvc .jysx2q { order: 2; padding: 0 16px 12px !important; }
  .iankvc .z8k7snyo { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .nd599b .k3549b0 { display: flex; flex-direction: column; }
  .nd599b .k3549b0 .bxkrwbn { order: 1; }
  .nd599b .k3549b0 .es7saoej { order: 2; margin: 8px 0 24px !important; }
  .nd599b .k3549b0 .z8k7snyo { order: 3; }
  .nd599b .k3549b0 .saphhd2u { order: 4; align-self: center; margin-top: 0; }

  
  .nw5u.h91ocm {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .nw5u.h91ocm .tgjckt { display: contents; padding: 0; }
  .nw5u.h91ocm .tgjckt .bxkrwbn { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .nw5u.h91ocm .zc3m { order: 2; padding: 12px 16px; }
  .nw5u.h91ocm .tgjckt .z8k7snyo { order: 3; padding: 0 24px; margin: 0 auto; }
  .nw5u.h91ocm .tgjckt .saphhd2u { order: 4; align-self: center; margin: 8px 0 32px; }
}
.gaqta { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.jgpkuoma { width: 100%; height: auto; display: block; border-radius: 10px; }
.si0igb .gaqta        { border-radius: 16px; }
.si0igb .jgpkuoma  { border-radius: 16px; }
.hxw8l .gaqta         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.hxw8l .jgpkuoma   { border-radius: 8px; }
.dsp161w { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.kfjhvxwq { width: 100%; padding: 32px 0; position: relative; }
.ehpmb { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.qiiya .kfjhvxwq:nth-child(even) { background: var(--bg-surface); }
.qiiya .kfjhvxwq:nth-child(odd)  { background: var(--bg-page); }
.hce6 .kfjhvxwq:nth-child(even) { background: var(--bg-card); }
.hce6 .kfjhvxwq:nth-child(odd)  { background: var(--bg-page); }
.qiiya .kfjhvxwq:nth-child(odd)  .ehpmb { background: var(--bg-card); border-radius: 6px; }
.qiiya .kfjhvxwq:nth-child(even) .ehpmb { background: var(--bg-raised); border-radius: 6px; }
.hce6 .kfjhvxwq:nth-child(odd)  .ehpmb { background: var(--bg-card); border-radius: 6px; }
.hce6 .kfjhvxwq:nth-child(even) .ehpmb { background: var(--bg-raised); border-radius: 6px; }
.qiiya .kfjhvxwq:nth-child(even) .yy9ajdy .seaj,
.hce6 .kfjhvxwq:nth-child(even) .yy9ajdy .seaj { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.qiiya .kfjhvxwq:nth-child(odd) .yy9ajdy .seaj,
.hce6 .kfjhvxwq:nth-child(odd) .yy9ajdy .seaj { background: var(--bg-card-inner); }
.qiiya .kfjhvxwq:nth-child(even) .ap0059 .seaj:nth-child(odd),
.hce6 .kfjhvxwq:nth-child(even) .ap0059 .seaj:nth-child(odd)  { background: var(--bg-card); }
.qiiya .kfjhvxwq:nth-child(even) .ap0059 .seaj:nth-child(even),
.hce6 .kfjhvxwq:nth-child(even) .ap0059 .seaj:nth-child(even) { background: var(--bg-card-inner); }
h1.m1zo1gou { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.m1zo1gou {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.yhar2bt4 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.iqz7f16 h2.m1zo1gou {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.jk1yeg h2.m1zo1gou {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.arvvu6q h2.m1zo1gou {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.y7414 h2.m1zo1gou::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.efyh h2.m1zo1gou {
  color: var(--text-primary); font-size: 1.7rem;
}
.mos32m68 h2.m1zo1gou::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.cyx0l h2.m1zo1gou {
  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) { .tij0 { display: none; } }
.ccb4 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.rdb4 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.y03h {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.pmom06 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.drtzdul { padding-left: 20px; }
.drtzdul li { margin-bottom: 6px; }
.drtzdul a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.drtzdul a:hover { color: var(--accent-light); }
.o9gdqyga .pmom06 { display: none; }
.gotiu .pmom06 { display: none; }
.gotiu .drtzdul { padding-left: 0; list-style: none; }
.gotiu .drtzdul li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.gotiu .drtzdul a { font-size: 0.92rem; }
.y6gfm7 .y03h { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.y6gfm7 .pmom06 { display: none; }
.y6gfm7 .drtzdul { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.y6gfm7 .drtzdul li { margin-bottom: 0; }
.y6gfm7 .drtzdul 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;
}
.y6gfm7 .drtzdul a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.o44e8g .y03h { padding: 20px 20px 16px; }
.o44e8g .drtzdul {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.o44e8g .drtzdul li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.o44e8g .drtzdul 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;
}
.o44e8g .drtzdul 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;
}
.o44e8g .drtzdul a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.o44e8g .drtzdul a:focus,
.o44e8g .drtzdul a:focus-visible,
.o44e8g .drtzdul a:target { outline: none; }
.o44e8g .drtzdul li:target a { border-color: var(--border); color: var(--text-muted); }
.vq4ssj .y03h { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.vq4ssj .pmom06 { display: none; }
.vq4ssj .drtzdul { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.vq4ssj .drtzdul li { counter-increment: toc-n; margin-bottom: 0; }
.vq4ssj .drtzdul 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;
}
.vq4ssj .drtzdul 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;
}
.vq4ssj .drtzdul a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.jazaju .y03h { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.jazaju .pmom06 { display: none; }
.jazaju .drtzdul { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.jazaju .drtzdul li { margin-bottom: 0; }
.jazaju .drtzdul 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;
}
.jazaju .drtzdul a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.qg7np7e6 .y03h { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.qg7np7e6 .pmom06 { display: none; }
.qg7np7e6 .drtzdul { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.qg7np7e6 .drtzdul li { margin-bottom: 0; }
.qg7np7e6 .drtzdul li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.qg7np7e6 .drtzdul li:last-child::after { content: ""; margin-right: 0; }
.qg7np7e6 .drtzdul a { font-size: 0.9rem; }
.seaj { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.yy9ajdy .seaj { background: var(--bg-card); }
.ap0059 .seaj:nth-child(odd)  { background: var(--bg-card); }
.ap0059 .seaj:nth-child(even) { background: var(--bg-raised); }
.xqft6 .seaj {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.xqft6 .seaj:last-child { border-bottom: none; }
.xqft6 h3.yhar2bt4 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ph28bq6m .seaj {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ph28bq6m .seaj + .seaj { margin-top: 4px; }
.bs2j8 .seaj { background: none; border-radius: 0; padding: 12px 0; }
.bs2j8 .seaj + .seaj { border-top: 1px solid var(--border-section); }
.jbbh { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.rt0nv { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.xpfjdem { color: var(--text-body); margin-bottom: 10px; }
.wg0gt7x, .p7vl4 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.wg0gt7x li, .p7vl4 li { margin-bottom: 6px; }
.p7vl4 li { list-style: decimal; }
.n7pzymqb     .wg0gt7x { list-style-type: "● "; }
.y2u3t  .wg0gt7x { list-style-type: "■ "; }
.rdom9k .wg0gt7x { list-style-type: "◆ "; }
.tcrk36    .wg0gt7x { list-style-type: "★ "; }
.n7pzymqb    .wg0gt7x li::marker, .n7pzymqb    .dzbx52s8 li::marker,
.y2u3t .wg0gt7x li::marker, .y2u3t .dzbx52s8 li::marker,
.rdom9k .wg0gt7x li::marker, .rdom9k .dzbx52s8 li::marker,
.tcrk36   .wg0gt7x li::marker, .tcrk36   .dzbx52s8 li::marker {
  color: var(--cta); font-size: 1em;
}
.n7pzymqb .p7vl4,
.y2u3t .p7vl4,
.rdom9k .p7vl4,
.tcrk36 .p7vl4 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.n7pzymqb .p7vl4 li,
.y2u3t .p7vl4 li,
.rdom9k .p7vl4 li,
.tcrk36 .p7vl4 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.n7pzymqb .p7vl4 li::before,
.y2u3t .p7vl4 li::before,
.rdom9k .p7vl4 li::before,
.tcrk36 .p7vl4 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;
}
.n7pzymqb     .p7vl4 li::before { border-radius: 50%; }
.y2u3t  .p7vl4 li::before { border-radius: 3px; }
.rdom9k .p7vl4 li::before { border-radius: 3px; }
.tcrk36    .p7vl4 li::before { border-radius: 50%; }
.wkiqp { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.eu22mvj .wkiqp,
.gvuzr82 .wkiqp { background: transparent; border: none; border-radius: 0; }
.t0hub44 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.t0hub44 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.t0hub44 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.t0hub44 tr:hover td { background: var(--bg-hover); }
.bkbjq .t0hub44 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ktkee6r .t0hub44 { border: 1px solid var(--border-alt); }
.ktkee6r .t0hub44 th,
.ktkee6r .t0hub44 td { border: 1px solid var(--border-alt); }
.l7k9 .t0hub44 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.l7k9 .t0hub44 td { border-bottom: none; }
.l7k9 .t0hub44 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.hslz .t0hub44 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ryjb .wkiqp {
  overflow: hidden;
}
.ryjb .t0hub44 th { border-bottom: 1px solid var(--border-alt); }
.ryjb .t0hub44 tr:last-child td { border-bottom: none; }
[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%}
.hsrdn .zqv1a {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.jg5p9qw .swxs { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.jg5p9qw .fh0nvrr { background: none; color: var(--accent-light); font-weight: 700; }
.yw53ch61 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.yw53ch61         { --cl-hue: var(--accent); }
.y8zs0     { --cl-hue: #16a34a; }
.ozdhir { --cl-hue: #ea580c; }
.y8zs0, .ozdhir, .kt1wj, .xunfmb {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.u7gwmn { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.u7gwmn::before { color: var(--cl-hue); }
.yw53ch61 strong { color: var(--text-primary); font-size: 0.95rem; }
.yw53ch61 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.hy7f4b { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.gsy92ge, .i8fh { border-radius: 8px; padding: 14px; }
.gsy92ge { background: var(--bg-pros); }
.i8fh { background: var(--bg-cons); }
.wxzp6 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.gsy92ge .wxzp6 { color: var(--c-pros-label); }
.i8fh .wxzp6 { color: #f87171; }
.gsy92ge ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.i8fh ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.jgpkuoma { width: 100%; height: auto; border-radius: 10px; display: block; }
.sl4qd8b1 {
  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;
}
.sl4qd8b1:hover { opacity: 0.85; }
.m749c2yn .sl4qd8b1  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.m749c2yn .sl4qd8b1:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pvnblo .sl4qd8b1  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.pvnblo .sl4qd8b1:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.m749c2yn .ojexd.sl4qd8b1, .pvnblo .ojexd.sl4qd8b1,
.m749c2yn .zgd4kizo .sl4qd8b1, .pvnblo .zgd4kizo .sl4qd8b1 {
  background: var(--cta); border: none; color: #fff;
}
.m749c2yn .ojexd.sl4qd8b1:hover, .pvnblo .ojexd.sl4qd8b1:hover,
.m749c2yn .zgd4kizo .sl4qd8b1:hover, .pvnblo .zgd4kizo .sl4qd8b1:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.m17kvrr .saphhd2u { border-radius: 50px; }
.m17kvrr .sl4qd8b1  { border-radius: 50px; }
.lznpqd .saphhd2u,
.lznpqd .sl4qd8b1 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.lznpqd .saphhd2u:hover,
.lznpqd .sl4qd8b1:hover { filter: brightness(1.08); opacity: 1; }
.esmub .saphhd2u,
.esmub .sl4qd8b1 { box-shadow: 0 3px 14px -2px var(--cta); }
.esmub .saphhd2u:hover,
.esmub .sl4qd8b1:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.snoisjq .saphhd2u,
.snoisjq .sl4qd8b1 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.snoisjq .saphhd2u:hover,
.snoisjq .sl4qd8b1:hover { opacity: 1; }
.snoisjq .saphhd2u:active,
.snoisjq .sl4qd8b1:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.axlwb .saphhd2u,
.axlwb .sl4qd8b1 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.axlwb .saphhd2u:hover,
.axlwb .sl4qd8b1:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.axlwb .saphhd2u:active,
.axlwb .sl4qd8b1:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.z684 .saphhd2u,
.z684 .sl4qd8b1 { position: relative; overflow: hidden; }
.z684 .saphhd2u::before,
.z684 .sl4qd8b1::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;
}
.z684 .saphhd2u:hover::before,
.z684 .sl4qd8b1:hover::before { left: 135%; }
.k70hfqvj .saphhd2u,
.k70hfqvj .sl4qd8b1 { border-radius: 0; }
.fxkz9shl .saphhd2u { padding-left: 22px; padding-right: 22px; }
.fxkz9shl .sl4qd8b1  { padding-left: 12px; padding-right: 12px; }
.ap9r .saphhd2u { padding-left: 44px; padding-right: 44px; }
.ap9r .sl4qd8b1  { padding-left: 24px; padding-right: 24px; }
.t9g7u .saphhd2u { padding-left: 56px; padding-right: 56px; }
.t9g7u .sl4qd8b1  { padding-left: 32px; padding-right: 32px; }
.pn2ctu3   .saphhd2u::after, .pn2ctu3   .sl4qd8b1::after,
.kf8li .saphhd2u::after, .kf8li .sl4qd8b1::after,
.rici    .saphhd2u::after, .rici    .sl4qd8b1::after,
.efao7w    .saphhd2u::after, .efao7w    .sl4qd8b1::after,
.rk4bz    .saphhd2u::after, .rk4bz    .sl4qd8b1::after,
.r5jsutln     .saphhd2u::after, .r5jsutln     .sl4qd8b1::after,
.fnky2ci    .saphhd2u::after, .fnky2ci    .sl4qd8b1::after,
.vl1xiv9   .saphhd2u::after, .vl1xiv9   .sl4qd8b1::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;
}
.pn2ctu3 .saphhd2u::after, .pn2ctu3 .sl4qd8b1::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");
}
.kf8li .saphhd2u::after, .kf8li .sl4qd8b1::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");
}
.rici .saphhd2u::after, .rici .sl4qd8b1::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");
}
.efao7w .saphhd2u::after, .efao7w .sl4qd8b1::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");
}
.rk4bz .saphhd2u::after, .rk4bz .sl4qd8b1::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");
}
.r5jsutln .saphhd2u::after, .r5jsutln .sl4qd8b1::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");
}
.fnky2ci .saphhd2u::after, .fnky2ci .sl4qd8b1::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");
}
.vl1xiv9 .saphhd2u::after, .vl1xiv9 .sl4qd8b1::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");
}
.m2rjg0m   .szv6fj5::after, .m2rjg0m   .m2ny::after,
.r6buls1m .szv6fj5::after, .r6buls1m .m2ny::after,
.jqgd4w    .szv6fj5::after, .jqgd4w    .m2ny::after,
.jv39    .szv6fj5::after, .jv39    .m2ny::after,
.xdlmz    .szv6fj5::after, .xdlmz    .m2ny::after,
.z5z39     .szv6fj5::after, .z5z39     .m2ny::after,
.covzf    .szv6fj5::after, .covzf    .m2ny::after,
.qh6xcc   .szv6fj5::after, .qh6xcc   .m2ny::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;
}
.m2rjg0m .szv6fj5::after, .m2rjg0m .m2ny::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");
}
.r6buls1m .szv6fj5::after, .r6buls1m .m2ny::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");
}
.jqgd4w .szv6fj5::after, .jqgd4w .m2ny::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");
}
.jv39 .szv6fj5::after, .jv39 .m2ny::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");
}
.xdlmz .szv6fj5::after, .xdlmz .m2ny::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");
}
.z5z39 .szv6fj5::after, .z5z39 .m2ny::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");
}
.covzf .szv6fj5::after, .covzf .m2ny::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");
}
.qh6xcc .szv6fj5::after, .qh6xcc .m2ny::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");
}
.uksedhos {
  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;
}
.q833ol {
  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;
}
.q833ol > * { min-width: 0; }
.q833ol:hover { background: var(--bg-hover); }
.q833ol > [itemprop="item"] { display: contents; }
.q833ol [itemprop="itemReviewed"],
.q833ol [itemprop="reviewRating"] { display: none; }
.q833ol::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;
}
.brse8 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.jkmyw009 {
  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;
}
.qq3cni { max-height: 52px; max-width: 110px; object-fit: contain; }
.w2akfso {
  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;
}
.svupq4co .jkmyw009    { background: #1a1a1a; }
.tfgiwe .jkmyw009   { background: rgba(128,128,128,.12); }
.e55b .jkmyw009 { background: var(--bg-raised); }
.l2s7om .jkmyw009    { background: transparent; padding: 0; }
.trcki {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.vn7d { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.cxr1 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.hiui23ke {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.b0yr {
  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;
}
.m4pb65 {
  
  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%;
}
.o1mp7t7 {
  
  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;
}
.ojexd {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ojexd.sl4qd8b1 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .q833ol {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .q833ol::before    { grid-area: rank;   }
  .brse8           { grid-area: ident;  }
  .trcki     { grid-area: rating; min-width: 0; width: auto; }
  .hiui23ke           { grid-area: pills;  }
  .ojexd             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .q833ol {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .q833ol::before    { justify-self: center; }
  .brse8           { width: 100%; }
  .trcki     { justify-self: center; }
  .hiui23ke           { grid-template-columns: 1fr; }
}
.x9qw {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.lhlcd {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.bs9jlzz {
  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;
}
.bs9jlzz img { max-width: 80px; max-height: 50px; object-fit: contain; }
.kt3c { flex: 1; }
.kt3c h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.nwpz6 { color: var(--c-stars); font-size: 1.1rem; }
.dpjljius { margin-bottom: 8px; }
.e6f33434 {
  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);
}
.e6f33434 > span { color: var(--accent); font-weight: 700; }
.x2f3 em, .vdw5f em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .e6f33434 { padding: 10px 16px; gap: 6px 16px; } }
.zgd4kizo { flex-shrink: 0; align-self: flex-start; }
.zgd4kizo .sl4qd8b1 { white-space: nowrap; }
@media (max-width: 560px) {
  .lhlcd { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .bs9jlzz { order: 1; }
  .zgd4kizo { order: 2; margin-left: auto; align-self: center; }
  .kt3c { order: 3; flex: 1 1 100%; min-width: 0; }
}
.m8a0m img.e9dlvj5 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.eu22mvj { padding: 20px 24px; }
.t7mv { color: var(--text-muted); margin-bottom: 16px; }
.en3vu { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.xkec8, .pn9hu { list-style: none; font-size: 0.9rem; }
.xkec8 li { color: var(--c-pros); margin-bottom: 4px; }
.pn9hu li { color: var(--c-cons); margin-bottom: 4px; }
.xkec8 li::before { content: "✓"; margin-right: 5px; }
.pn9hu li::before { content: "✗"; margin-right: 5px; }
.x6bl0q .xkec8 li::before { content: "→"; }
.x6bl0q .pn9hu li::before { content: "–"; }
.tavv  .xkec8 li::before { content: "★"; }
.tavv  .pn9hu li::before { content: "✕"; }
.me8s    .xkec8 li::before { content: "◆"; }
.me8s    .pn9hu li::before { content: "▲"; }
.ew52c  .xkec8 li::before { content: "▶"; }
.ew52c  .pn9hu li::before { content: "■"; }
.kj5oki { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.lr43 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.xazpycj { background: var(--bg-pros); color: var(--c-tag-pay); }
.ntlufgr { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.o45uoda .ntlufgr { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.fswyo9n .ntlufgr { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .b7obo3fy .qi7x {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .b7obo3fy .x9qw { margin: 0; }
}
.kkhf .lhlcd { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.kkhf .kt3c h3 { color: var(--accent-light); }
.kkhf .bs9jlzz { background: var(--bg-page); border: 1px solid var(--border); }
.atq3l6c .x9qw { border-top: 4px solid var(--accent); }
.atq3l6c .lhlcd { background: var(--bg-card); }
.kxczv27 .x9qw { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.kxczv27 .lhlcd { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.kxczv27 .eu22mvj { padding: 14px 16px; }
.kxczv27 .bs9jlzz { border-radius: 4px; }
.kxczv27 .ntlufgr { border-radius: 0; }
.z3wam64a .lhlcd { padding: 0; gap: 0; overflow: hidden; }
.z3wam64a .bs9jlzz { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.z3wam64a .kt3c { padding: 16px 20px; }
.z3wam64a .zgd4kizo { padding: 16px 20px; align-self: center; }
.xabijyhu .nwpz6 { font-size: .95rem; }
.gvuzr82 .hy7f4b { gap: 10px; }
.gvuzr82 .gsy92ge, .gvuzr82 .i8fh { padding: 12px; }
.gvuzr82 .gsy92ge ul, .gvuzr82 .i8fh ul { margin: 4px 0 0; padding-left: 18px; }
.gvuzr82 .gsy92ge li, .gvuzr82 .i8fh li { font-size: .85rem; margin-bottom: 3px; }
.av676rij .lr43 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .kivqn { grid-template-columns: 1fr; }
  .sv7ueb { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .sv7ueb .fbz0 { width: 72px; height: 50px; }
  .sv7ueb .ewtmbc { max-width: 180px; }
  .sv7ueb .i9awij { width: auto; }
}
.jdowdpi .xabijyhu .nwpz6 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .jdowdpi { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .sx27d { padding: 16px; }
  .z5hizj .o7pt { min-width: 50%; }
}
.h9fu6 .hy7f4b { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .s8d42ic4 { grid-template-columns: 1fr; }
  .m1333 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .swn1c { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .e1e2tsh { flex-wrap: wrap; padding: 16px; }
}
.qk15vw2z .hy7f4b { gap: 8px; }
.qk15vw2z .gsy92ge, .qk15vw2z .i8fh { padding: 8px; }
@media (max-width: 480px) {
  .wqpme97z { flex-direction: column; align-items: stretch; }
}
.udee64 .i9awij .sl4qd8b1 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .z99csqi3 { flex-direction: column; align-items: stretch; gap: 10px; }
  .udee64 .i9awij { text-align: center; }
}
@media (max-width: 720px) {
  .a3ok6j { grid-template-columns: 1fr; }
  .z6y9l49 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .pprdp { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.xisn .soz0 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.wzmsfss .nwpz6 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .pz45 { grid-template-columns: 1fr; }
  .wzmsfss { width: 100px; height: 100px; margin: 16px auto; }
  .xisn { font-size: 1.4rem; }
  .s5l0dcyq { justify-content: center; }
  .dtin .o7pt { min-width: 50%; }
}
.pyjtc .hy7f4b { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .qz3e1930 { flex-wrap: wrap; padding: 14px 16px; }
  .qpdv { padding: 12px 16px; }
  .pyjtc .hy7f4b { margin: 0 16px; }
  .pyjtc .av676rij { padding: 0 16px; }
  .wzfo { padding: 12px 16px; }
}
.h2ia .q833ol {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.h2ia .q833ol:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.sszxx1p .uksedhos { gap: 18px; }
.sszxx1p .q833ol {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.sszxx1p .q833ol:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.c1xk .uksedhos {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.c1xk .q833ol {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.c1xk .q833ol:last-child { border-bottom: none; }
.c1xk .brse8,
.c1xk .trcki,
.c1xk .hiui23ke {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.ksyw5iin .uksedhos { gap: 0; }
.ksyw5iin .q833ol {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.ksyw5iin .q833ol:last-child { border-bottom: none; }
.ksyw5iin .q833ol:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.ksyw5iin .q833ol:nth-child(even):hover { background: var(--bg-hover); }
.t7tv9zw .q833ol {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.sbpol6 .hiui23ke .b0yr {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.sbpol6 .hiui23ke .b0yr:first-child { border-left: none; }
.jxj9 .hiui23ke .b0yr {
  background: transparent; padding: 4px 8px;
}
.jxj9 .hiui23ke .m4pb65 { font-size: .65rem; opacity: .65; }
.jxj9 .hiui23ke .o1mp7t7   { font-size: 1.15rem; color: var(--accent-light); }
.kynjms09 .hiui23ke .b0yr {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.cxr1 { display: none; }
.c4k6rr .vn7d { font-size: 1rem; letter-spacing: 2px; }
.q8htr .vn7d {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.unjw .vn7d,
.f383w2y .vn7d,
.mrit1d8 .vn7d { display: none; }
.unjw .cxr1,
.f383w2y .cxr1,
.mrit1d8 .cxr1 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.unjw .cxr1 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.unjw .cxr1 small { display: none; }
.f383w2y .cxr1 {
  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;
}
.f383w2y .cxr1 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.mrit1d8 .cxr1 {
  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;
}
.mrit1d8 .cxr1 small { display: none; }
.unjw .dpjljius .nwpz6,
.f383w2y .dpjljius .nwpz6,
.mrit1d8 .dpjljius .nwpz6 { display: none; }
.unjw .dpjljius strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.unjw .soz0 { display: none; }
.f383w2y .dpjljius 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;
}
.f383w2y .ruzao,
.f383w2y .soz0 { font-size: 1em; }
.mrit1d8 .dpjljius strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.mrit1d8 .soz0 { display: none; }
.wg8t7er3 { margin: 16px 0; }
.ox68f { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ox68f summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ox68f summary::after { content: "+"; color: var(--accent-light); }
.ox68f[open] summary::after { content: "−"; }
.ox68f p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.kfjhvxwq { margin-bottom: 0; }
.w6r8b9se h2.m1zo1gou { color: var(--text-primary); border-color: var(--accent-light); }
.dshuwzod h2.m1zo1gou { color: var(--text-primary); border-color: var(--accent-light); }
.q1tvdw3e .y8zs0     { background: #052e16; border-color: #10b981; }
.q1tvdw3e .ozdhir { background: #2d0a1e; border-color: #f43f5e; }
.q1tvdw3e .yw53ch61 strong  { color: #f1f5f9; }
.q1tvdw3e .yw53ch61 p       { color: #cbd5e1; }
.q1tvdw3e .i4ebxjws    .y8zs0     .u7gwmn::before,
.q1tvdw3e .fq8i0ebi  .y8zs0     .u7gwmn::before,
.q1tvdw3e .xqt5i2  .y8zs0     .u7gwmn::before,
.q1tvdw3e .gog07brh .y8zs0     .u7gwmn::before { color: #10b981; }
.q1tvdw3e .i4ebxjws    .ozdhir .u7gwmn::before,
.q1tvdw3e .fq8i0ebi  .ozdhir .u7gwmn::before,
.q1tvdw3e .xqt5i2  .ozdhir .u7gwmn::before,
.q1tvdw3e .gog07brh .ozdhir .u7gwmn::before { color: #f43f5e; }
.q1tvdw3e .i4ebxjws    .kt1wj    .u7gwmn::before,
.q1tvdw3e .fq8i0ebi  .kt1wj    .u7gwmn::before,
.q1tvdw3e .xqt5i2  .kt1wj    .u7gwmn::before,
.q1tvdw3e .gog07brh .kt1wj    .u7gwmn::before { color: #a855f7; }
.m0zpc .y8zs0     { background: #2d2000; border-color: #eab308; }
.m0zpc .ozdhir { background: #2d0b0b; border-color: #ef4444; }
.m0zpc .yw53ch61 strong  { color: #f1f5f9; }
.m0zpc .yw53ch61 p       { color: #cbd5e1; }
.m0zpc .i4ebxjws    .y8zs0     .u7gwmn::before,
.m0zpc .fq8i0ebi  .y8zs0     .u7gwmn::before,
.m0zpc .xqt5i2  .y8zs0     .u7gwmn::before,
.m0zpc .gog07brh .y8zs0     .u7gwmn::before { color: #eab308; }
.m0zpc .i4ebxjws    .ozdhir .u7gwmn::before,
.m0zpc .fq8i0ebi  .ozdhir .u7gwmn::before,
.m0zpc .xqt5i2  .ozdhir .u7gwmn::before,
.m0zpc .gog07brh .ozdhir .u7gwmn::before { color: #ef4444; }
.m0zpc .i4ebxjws    .kt1wj    .u7gwmn::before,
.m0zpc .fq8i0ebi  .kt1wj    .u7gwmn::before,
.m0zpc .xqt5i2  .kt1wj    .u7gwmn::before,
.m0zpc .gog07brh .kt1wj    .u7gwmn::before { color: #f97316; }
.xrzryg .y8zs0     { background: #0c1a2e; border-color: #38bdf8; }
.xrzryg .ozdhir { background: #12103a; border-color: #818cf8; }
.xrzryg .yw53ch61 strong  { color: #f1f5f9; }
.xrzryg .yw53ch61 p       { color: #cbd5e1; }
.xrzryg .i4ebxjws    .y8zs0     .u7gwmn::before,
.xrzryg .fq8i0ebi  .y8zs0     .u7gwmn::before,
.xrzryg .xqt5i2  .y8zs0     .u7gwmn::before,
.xrzryg .gog07brh .y8zs0     .u7gwmn::before { color: #38bdf8; }
.xrzryg .i4ebxjws    .ozdhir .u7gwmn::before,
.xrzryg .fq8i0ebi  .ozdhir .u7gwmn::before,
.xrzryg .xqt5i2  .ozdhir .u7gwmn::before,
.xrzryg .gog07brh .ozdhir .u7gwmn::before { color: #818cf8; }
.xrzryg .i4ebxjws    .kt1wj    .u7gwmn::before,
.xrzryg .fq8i0ebi  .kt1wj    .u7gwmn::before,
.xrzryg .xqt5i2  .kt1wj    .u7gwmn::before,
.xrzryg .gog07brh .kt1wj    .u7gwmn::before { color: #2dd4bf; }
.w15lo::before,
.x9ztu::before { margin-right: 5px; }
.yeahf17 .gsy92ge ul li,
.yeahf17 .xkec8 li         { color: #4ade80; }
.yeahf17 .gsy92ge .w15lo { color: #22c55e; }
.yeahf17 .i8fh ul li,
.yeahf17 .pn9hu li         { color: #f87171; }
.yeahf17 .i8fh .x9ztu { color: #ef4444; }
.z3jpn57 .gsy92ge { background: var(--bg-pros); }
.z3jpn57 .i8fh { background: var(--bg-cons); }
.z3jpn57 .gsy92ge .w15lo { color: var(--c-pros-label); }
.z3jpn57 .i8fh .x9ztu { color: var(--c-cons); }
.z3jpn57 .gsy92ge ul li,
.z3jpn57 .xkec8 li            { color: var(--c-pros); }
.z3jpn57 .i8fh ul li,
.z3jpn57 .pn9hu li            { color: var(--c-cons); }
.yy7oy9v5 .gsy92ge { background: var(--bg-pros); }
.yy7oy9v5 .i8fh { background: var(--bg-cons); }
.yy7oy9v5 .gsy92ge .w15lo { color: var(--c-pros-label); }
.yy7oy9v5 .i8fh .x9ztu { color: var(--c-cons); }
.yy7oy9v5 .gsy92ge ul li,
.yy7oy9v5 .xkec8 li          { color: var(--c-pros); }
.yy7oy9v5 .i8fh ul li,
.yy7oy9v5 .pn9hu li          { color: var(--c-cons); }
.hojvk63f .w15lo::before { content: "✓ "; }
.hojvk63f .x9ztu::before { content: "✗ "; }
.x6bl0q .w15lo::before { content: "→ "; }
.x6bl0q .x9ztu::before { content: "← "; }
.tavv .w15lo::before { content: "★ "; }
.tavv .x9ztu::before { content: "✕ "; }
.me8s .w15lo::before { content: "◆ "; }
.me8s .x9ztu::before { content: "▲ "; }
.fswyo9n .yw53ch61 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.fswyo9n .yw53ch61 strong { color: var(--text-primary); }
.fswyo9n .yw53ch61 p      { color: var(--text-muted); }
.o45uoda .yw53ch61 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.wxt2op .yw53ch61 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.wxt2op .yw53ch61 strong,
.wxt2op .yw53ch61 p { color: #fff; }
.wxt2op .u7gwmn::before { color: rgba(255,255,255,0.9) !important; }
.qyv5lf23 .yw53ch61 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.qyv5lf23 .yw53ch61 strong { color: var(--text-primary); }
.qyv5lf23 .yw53ch61 p      { color: var(--text-muted); }
.sdoggf6 .yw53ch61 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.i4ebxjws .u7gwmn,
.fq8i0ebi .u7gwmn,
.xqt5i2 .u7gwmn,
.gog07brh .u7gwmn { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.i4ebxjws .u7gwmn::before,
.fq8i0ebi .u7gwmn::before,
.xqt5i2 .u7gwmn::before,
.gog07brh .u7gwmn::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.i4ebxjws .y8zs0     .u7gwmn::before { content: "✦"; color: var(--c-tip-border); }
.i4ebxjws .ozdhir .u7gwmn::before { content: "▲"; color: var(--c-warn-border); }
.i4ebxjws .kt1wj    .u7gwmn::before { content: "◉"; color: #60a5fa; }
.fq8i0ebi .y8zs0     .u7gwmn::before { content: "★"; color: var(--c-tip-border); }
.fq8i0ebi .ozdhir .u7gwmn::before { content: "◆"; color: var(--c-warn-border); }
.fq8i0ebi .kt1wj    .u7gwmn::before { content: "●"; color: #60a5fa; }
.xqt5i2 .y8zs0     .u7gwmn::before { content: "▶"; color: var(--c-tip-border); }
.xqt5i2 .ozdhir .u7gwmn::before { content: "■"; color: var(--c-warn-border); }
.xqt5i2 .kt1wj    .u7gwmn::before { content: "▸"; color: #60a5fa; }
.gog07brh .y8zs0     .u7gwmn::before { content: "→"; color: var(--c-tip-border); }
.gog07brh .ozdhir .u7gwmn::before { content: "⬥"; color: var(--c-warn-border); }
.gog07brh .kt1wj    .u7gwmn::before { content: "◈"; color: #60a5fa; }
.balx .yy9ajdy .seaj,
.balx .ap0059 .seaj  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.balx .q833ol                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.balx .x9qw            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.balx .wkiqp          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.balx .y03h                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ckqwl .yy9ajdy .seaj,
.ckqwl .ap0059 .seaj,
.ckqwl .swxs,
.ckqwl .q833ol,
.ckqwl .x9qw,
.ckqwl .wkiqp,
.ckqwl .y03h,
.ckqwl .sdoggf6 .yw53ch61 { box-shadow: none; }
.h7tsd93i   .xpfjdem, .h7tsd93i .jbbh, .h7tsd93i .rt0nv,
.h7tsd93i   .ccb4, .h7tsd93i .rdb4 { font-size: 0.9rem; }
.h7tsd93i   .wg0gt7x, .h7tsd93i .p7vl4 { font-size: 0.9rem; }
.j2fqna2   .xpfjdem, .j2fqna2 .jbbh, .j2fqna2 .rt0nv,
.j2fqna2   .ccb4, .j2fqna2 .rdb4 { font-size: 0.95rem; }
.j2fqna2   .wg0gt7x, .j2fqna2 .p7vl4 { font-size: 0.95rem; }
.wgi1cz90   .xpfjdem, .wgi1cz90 .jbbh, .wgi1cz90 .rt0nv,
.wgi1cz90   .ccb4, .wgi1cz90 .rdb4 { font-size: 1.08rem; }
.wgi1cz90   .wg0gt7x, .wgi1cz90 .p7vl4 { font-size: 1.05rem; }
.wgi1cz90   .t0hub44 { font-size: 0.97rem; }
.t96vf .bxkrwbn      { font-size: 3.2rem; }
.t96vf h2.m1zo1gou { font-size: 1.9rem; }
.t96vf h3.yhar2bt4     { font-size: 1.4rem; }
.kv577 .bxkrwbn      { font-size: 3.8rem; }
.kv577 h2.m1zo1gou { font-size: 2.2rem; }
.kv577 h3.yhar2bt4     { font-size: 1.6rem; }
.kfjhvxwq + .kfjhvxwq { position: relative; }
.xcnnhaz3   .kfjhvxwq + .kfjhvxwq::before,
.b116ldeq  .kfjhvxwq + .kfjhvxwq::before,
.d6j0   .kfjhvxwq + .kfjhvxwq::before,
.k4hsgr   .kfjhvxwq + .kfjhvxwq::before,
.xy28qm   .kfjhvxwq + .kfjhvxwq::before,
.g8in .kfjhvxwq + .kfjhvxwq::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xcnnhaz3 .kfjhvxwq + .kfjhvxwq::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.b116ldeq .kfjhvxwq + .kfjhvxwq::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.d6j0 .kfjhvxwq + .kfjhvxwq::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;
}
.k4hsgr .kfjhvxwq + .kfjhvxwq::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.x02k .kfjhvxwq { margin-bottom: 16px; }
.x02k .kfjhvxwq + .kfjhvxwq { margin-top: 0; }
.x02k .ehpmb { padding-top: 0; padding-bottom: 0; }
.xy28qm .kfjhvxwq + .kfjhvxwq::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.g8in .kfjhvxwq + .kfjhvxwq::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.g48fbcp5 .kfjhvxwq + .kfjhvxwq::before,
.xn7vsy .kfjhvxwq + .kfjhvxwq::before,
.yiqo0 .kfjhvxwq + .kfjhvxwq::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%;
}
.qiiya .g48fbcp5 .kfjhvxwq:nth-child(even)::before,
.qiiya .xn7vsy .kfjhvxwq:nth-child(even)::before,
.qiiya .yiqo0 .kfjhvxwq:nth-child(even)::before { background: var(--bg-surface); }
.hce6 .g48fbcp5 .kfjhvxwq:nth-child(even)::before,
.hce6 .xn7vsy .kfjhvxwq:nth-child(even)::before,
.hce6 .yiqo0 .kfjhvxwq:nth-child(even)::before { background: var(--bg-card); }
.g48fbcp5 .kfjhvxwq + .kfjhvxwq::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");
}
.xn7vsy .kfjhvxwq + .kfjhvxwq::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");
}
.yiqo0 .kfjhvxwq + .kfjhvxwq::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");
}
.vhj89ls .hxoj,
.vhj89ls .k3549b0,
.vhj89ls .tgjckt,
.ww7c8i .tgjckt { padding-bottom: 60px; }
.z6raux9 .tgjckt { padding-bottom: 70px; }
.vhj89ls .hxoj::before,
.vhj89ls .hxoj::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");
}
.oiony4  .hxoj:not(.svege) .epyakk5 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.wqyzxy87 .nw5u { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.n3x8 .nw5u { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.queiqdo .nw5u { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.oiony4 .svege { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.oiony4 .fyk0h { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.oiony4 .nw5u { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.n9nf .nw5u { background: var(--accent-bg); }
.rmepr .gaqta { float: left; width: 38%; margin: 0 28px 16px 0; }
.rmepr .gaqta .jgpkuoma { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rmepr .ehpmb::after { content: ''; display: block; clear: both; }
.x25i1lrl .gaqta { float: right; width: 38%; margin: 0 0 16px 28px; }
.x25i1lrl .gaqta .jgpkuoma { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.x25i1lrl .ehpmb::after { content: ''; display: block; clear: both; }
.xrobcj .kfjhvxwq:nth-child(odd)  .gaqta { float: left;  width: 38%; margin: 0 28px 16px 0; }
.xrobcj .kfjhvxwq:nth-child(even) .gaqta { float: right; width: 38%; margin: 0 0 16px 28px; }
.xrobcj .gaqta .jgpkuoma { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xrobcj .ehpmb::after { content: ''; display: block; clear: both; }
.rmepr .uksedhos,
.x25i1lrl .uksedhos,
.xrobcj .i47uid,
.xrobcj .uksedhos { clear: both; }
@media (max-width: 900px) {
  .rmepr .gaqta,
  .x25i1lrl .gaqta,
  .xrobcj .kfjhvxwq:nth-child(odd)  .gaqta,
  .xrobcj .kfjhvxwq:nth-child(even) .gaqta {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .rmepr .gaqta .jgpkuoma,
  .x25i1lrl .gaqta .jgpkuoma,
  .xrobcj .gaqta .jgpkuoma {
    max-height: none !important;
  }
}
.rmepr .wg0gt7x,
.rmepr .p7vl4,
.x25i1lrl .wg0gt7x,
.x25i1lrl .p7vl4,
.xrobcj .wg0gt7x,
.xrobcj .p7vl4 { overflow: hidden; }
@media (max-width: 640px) {
  .rmepr .gaqta,
  .x25i1lrl .gaqta,
  .xrobcj .gaqta { float: none; width: 100%; margin: 0 0 16px 0; }
}
.gwjt .dsp161w,
.gwjt .ehpmb,
.gwjt .xamyk  { max-width: 1100px; }
.gk1j8w .dsp161w,
.gk1j8w .ehpmb,
.gk1j8w .xamyk  { max-width: 1200px; }
.ex1zwbtr .dsp161w,
.ex1zwbtr .ehpmb,
.ex1zwbtr .xamyk  { max-width: 1320px; }
.prtveo { font-size: 0.82rem; color: var(--text-muted); }
.hwfzn0j { display: flex; align-items: center; }
.twxkg5at {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.fgon { display: flex; align-items: center; }
.m2vx { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.m2vx:hover { text-decoration: underline; }
.itorpql { margin: 0 3px; opacity: 0.45; }
.itorpql::before { content: '/'; }
.tfjc4a6n { padding: 2px 5px; color: var(--text-main); }
.lweg .prtveo {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.lweg .hwfzn0j { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.kwjvqp59 .prtveo {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.kwjvqp59 .hwfzn0j { padding: 0 0 0 12px; }
.byrlo8n .hwfzn0j { padding: 0 16px; }
.byrlo8n .prtveo {
  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);
}
.byrlo8n .dsp161w { padding-top: 28px; }
@media (max-width: 720px) {
  .y6f8lqy6 { margin-top: 18px; padding: 0 16px; }
  .byrlo8n .dsp161w { padding-top: 16px; }
}
.gwjt.lweg .hwfzn0j { max-width: 1100px; }
.gk1j8w.lweg .hwfzn0j { max-width: 1200px; }
.ex1zwbtr.lweg .hwfzn0j { max-width: 1320px; }
.wmswd2op .kfjhvxwq { padding-top: 16px; padding-bottom: 16px; }
.gy56b .kfjhvxwq { padding-top: 24px; padding-bottom: 24px; }
.pvdv .kfjhvxwq { padding-top: 40px; padding-bottom: 40px; }
.p9zv5 .kfjhvxwq { padding-top: 52px; padding-bottom: 52px; }
.o2dlzp7 .kfjhvxwq:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.o2dlzp7 .kfjhvxwq:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.o2dlzp7 .kfjhvxwq:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.o2dlzp7 .kfjhvxwq:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.gzx9jz .ehpmb { padding-top: 10px;  padding-bottom: 10px; }
.fsx9xwya .ehpmb { padding-top: 18px;  padding-bottom: 18px; }
.o7ts .ehpmb { padding-top: 36px;  padding-bottom: 36px; }
.z54k .ehpmb { padding-top: 48px;  padding-bottom: 48px; }
.lpift2rg h2.m1zo1gou { font-weight: 600; }
.lpift2rg h3.yhar2bt4     { font-weight: 600; }
.gbc6 { font-weight: 500; }
.gbc6 h2.m1zo1gou { font-weight: 800; }
.gbc6 h3.yhar2bt4     { font-weight: 700; }
.luv2gm31 h2.m1zo1gou { font-weight: 900; }
.luv2gm31 h3.yhar2bt4     { font-weight: 800; }
.luv2gm31 .yw53ch61 strong,
.luv2gm31 .yw53ch61 strong { font-weight: 600; }
.szv6fj5 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.ujcrjzl .szv6fj5 { display: none; }
@media (max-width: 640px) {
  .szv6fj5 { display: none !important; }
}
.szv6fj5 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.szv6fj5:hover { opacity: 0.85; }
.j2cv07 .szv6fj5 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.mbotql .m2ny { right: 32px; }
@media (max-width: 480px) {
  .mbotql .m2ny { right: 20px; bottom: 20px; }
  .sgeu  .m2ny { left: 20px; bottom: 20px; }
}
.cmiq { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.xamyk { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.o7ic6soi { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.qn39q { color: var(--text-dim); font-size: 0.8rem; }
.hy6a2 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.hy6a2 img { height: 26px; width: auto; object-fit: contain; }
.aq5vx a, .y5olxz a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.aq5vx a:hover, .y5olxz a:hover { color: var(--accent-light); }
.y5olxz { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.rxz6tf .xamyk { text-align: center; }
.rxz6tf .y5olxz { justify-content: center; margin-bottom: 16px; }
.rxz6tf .o7ic6soi { margin-top: 0; }
.iuxwc { margin-top: 10px; }
.iuxwc a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .xamyk { padding-left: 16px; padding-right: 16px; }
  .k83kf9do .xamyk { padding: 20px 16px; }
  .y5olxz { gap: 4px 12px; }
  .o7ic6soi { font-size: 0.78rem; }
}
.jcz4x0u .nu5nj5 .hy6a2 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.jcz4x0u .o7ic6soi { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.jcz4x0u .qn39q { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .jcz4x0u .xh6ak3xl { grid-template-columns: 1fr 1fr; } .jcz4x0u .nu5nj5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jcz4x0u .xh6ak3xl { grid-template-columns: 1fr; } }
.uvywau .hy6a2 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.uvywau .o7ic6soi { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .uvywau .x0ravp { gap: 12px; } .uvywau .hy6a2 { margin-right: 0; width: 100%; } }
.neo1u3xe .ehwdr0a .hy6a2 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.neo1u3xe .o7ic6soi { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.neo1u3xe .qn39q { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .neo1u3xe .ld8817 { grid-template-columns: 1fr 1fr; } .neo1u3xe .ehwdr0a { grid-column: 1 / -1; } }
@media (max-width: 480px) { .neo1u3xe .ld8817 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .d32vmn .akeq0 { grid-template-columns: 1fr 1fr; } .d32vmn .ul1r1y2d:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .d32vmn .akeq0 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .jfzu4 .akeq0 { grid-template-columns: 1fr; } }
.fqwk3i .xamyk { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.fqwk3i .y5olxz { justify-content: center; }
.xfhab7t .ejc4u      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.xfhab7t .cmiq { background: var(--bg-page); border-top-color: var(--border-alt); }
.qka7cd .ejc4u      { background: #0d1117; border-bottom-color: #21262d; }
.qka7cd .iieo1nt { color: var(--accent-light); }
.qka7cd .cyvt9z0 { --msep-color: #8b949e; }
.qka7cd .cyvt9z0 a { color: #8b949e; }
.qka7cd .cyvt9z0 a:hover { color: var(--accent-light); }
.qka7cd .jwz92z { color: #8b949e; }
.qka7cd .cmiq { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.qka7cd .o7ic6soi,
.qka7cd .qn39q { color: #6e7681; }
.qka7cd .aq5vx a, .qka7cd .y5olxz a,
.qka7cd .hy6a2 { color: #e6edf3; }
.qka7cd .aq5vx a:hover, .qka7cd .y5olxz a:hover,
@media (max-width: 640px) {
  .qka7cd .cyvt9z0 { background: #0d1117; border-top-color: #21262d; }
  .qka7cd .cyvt9z0 li a { border-bottom-color: #21262d; }
}
.qvg6mu .ejc4u      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.qvg6mu .iieo1nt { color: var(--accent-light); }
.qvg6mu .cyvt9z0 { --msep-color: #475569; }
.qvg6mu .cyvt9z0 a { color: #475569; }
.qvg6mu .cyvt9z0 a:hover { color: var(--accent-light); }
.qvg6mu .jwz92z { color: #64748b; }
.qvg6mu .cmiq { background: #f0f4f8; border-top-color: #cbd5e1; }
.qvg6mu .o7ic6soi,
.qvg6mu .qn39q { color: #64748b; }
.qvg6mu .aq5vx a, .qvg6mu .y5olxz a,
.qvg6mu .audmcn a, .qvg6mu .hy6a2 { color: #374151; }
.qvg6mu .aq5vx a:hover, .qvg6mu .y5olxz a:hover,
@media (max-width: 640px) {
  .qvg6mu .cyvt9z0 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .qvg6mu .cyvt9z0 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.e5z3 .ejc4u      { background: var(--accent); border-bottom-color: var(--accent-light); }
.e5z3 .iieo1nt { color: #fff; }
.e5z3 .cyvt9z0 { --msep-color: rgba(255,255,255,0.82); }
.e5z3 .cyvt9z0 a { color: rgba(255,255,255,0.82); }
.e5z3 .cyvt9z0 a:hover { color: #fff; }
.e5z3 .jwz92z { color: rgba(255,255,255,0.9); }
.e5z3 .cmiq { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.e5z3 .o7ic6soi,
.e5z3 .qn39q { color: rgba(255,255,255,0.72); }
.e5z3 .aq5vx a, .e5z3 .y5olxz a,
.e5z3 .audmcn a, .e5z3 .hy6a2 { color: #fff; }
.e5z3 .aq5vx a:hover, .e5z3 .y5olxz a:hover,
@media (max-width: 640px) {
  .e5z3 .cyvt9z0 { background: var(--accent); border-top-color: var(--accent-light); }
  .e5z3 .cyvt9z0 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.nwdy .ejc4u {
  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);
}
.nwdy .cmiq {
  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) {
  .nwdy .cyvt9z0 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ezu9y94 .cusqv1 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.hm57vn3 .cusqv1 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.v2pvi .cusqv1 { min-height: 72px; height: auto; }
.lio3dlu .cusqv1 { min-height: 84px; height: auto; }
.k83kf9do .cusqv1 { max-width: none; padding: 0 32px; }
.k83kf9do .xamyk  { max-width: none; padding: 24px 32px; }
.fyr5l.gk1j8w .cusqv1 { max-width: 1200px; }
.fyr5l.ex1zwbtr .cusqv1 { max-width: 1320px; }
.gn4jw75l   .iieo1nt, .gn4jw75l   .hy6a2 { text-transform: capitalize; }
.easeegm .iieo1nt, .easeegm .hy6a2 { text-transform: lowercase; }
.t6bdo2 .iieo1nt, .t6bdo2 .hy6a2 { text-transform: uppercase; letter-spacing: 0.06em; }
.glxs7xku, .ns4d {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.m38lt7 .glxs7xku,
.m38lt7 .ns4d { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.magu .glxs7xku,
.magu .ns4d { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.bp5xggbu .glxs7xku,
.bp5xggbu .ns4d { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.pj95b .glxs7xku,
.pj95b .ns4d { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.sg3fbq   .cyvt9z0 a { font-weight: 500; }
.jb92q .cyvt9z0 a { font-weight: 600; }
.yivpc     .cyvt9z0 a { font-weight: 700; }
.qkifz43s    .cyvt9z0 a { font-weight: 800; letter-spacing: 0.01em; }
.mwivgqol     .cyvt9z0 > li + li::before,
.mn4ypx2v    .cyvt9z0 > li + li::before,
.sci1h    .cyvt9z0 > li + li::before,
.f7mg1n .cyvt9z0 > li + li::before,
.iuvcchb .cyvt9z0 > li + li::before,
.kig7sxw  .cyvt9z0 > li + li::before,
.v8i2    .cyvt9z0 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.mwivgqol     .cyvt9z0 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.mn4ypx2v    .cyvt9z0 > li + li::before { content: "|"; }
.sci1h    .cyvt9z0 > li + li::before { content: "—"; }
.f7mg1n .cyvt9z0 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.iuvcchb .cyvt9z0 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.kig7sxw  .cyvt9z0 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.v8i2    .cyvt9z0 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .t2s659k .jwz92z,
  .qz6m90 .jwz92z,
  .p60ad1 .jwz92z,
  .a0jz6n .jwz92z,
  .dgmio9 .jwz92z {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .t2s659k .jwz92z::before,
  .qz6m90 .jwz92z::before,
  .p60ad1 .jwz92z::before,
  .a0jz6n .jwz92z::before,
  .dgmio9 .jwz92z::before { content: ""; display: block; flex-shrink: 0; }

  
  .t2s659k .jwz92z::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;
  }

  
  .qz6m90 .jwz92z::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;
  }

  
  .p60ad1 .jwz92z::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;
  }

  
  .a0jz6n .jwz92z::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;
  }

  
  .dgmio9 .jwz92z::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) {
  .pxjpye .jwz92z {
    padding: 5px 14px;
  }
  .pxjpye .cyvt9z0 {
    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;
  }
  .pxjpye .cyvt9z0 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .pxjpye .cyvt9z0 li a:hover { background: var(--bg-raised); }
  .pxjpye .m95y,
  .b0tqekla .m95y,
  .eilbg4 .m95y { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .duv6m .jwz92z {
    padding: 5px 10px;
  }
  .duv6m .cyvt9z0 {
    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);
  }
  .duv6m .cyvt9z0.lbmdko { transform: translateX(0); }
  .duv6m .cyvt9z0 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .duv6m .cyvt9z0 li:last-child a { border-bottom: none; }
  .e5z3 .cyvt9z0,
  .qka7cd .cyvt9z0 { background: var(--accent) !important; }
  .e5z3 .cyvt9z0 li a,
  .qka7cd .cyvt9z0 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .eilbg4 .jwz92z {
    padding: 5px 10px;
  }
  .eilbg4 .cyvt9z0 {
    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);
  }
  .eilbg4 .cyvt9z0::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .eilbg4 .cyvt9z0.lbmdko { transform: translateY(0); }
  .eilbg4 .cyvt9z0 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .t9uz3bd .jwz92z {
    padding: 5px 10px;
  }
  .t9uz3bd .cyvt9z0 {
    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;
  }
  .t9uz3bd .cyvt9z0.lbmdko { opacity: 1; pointer-events: auto; }
  .t9uz3bd .cyvt9z0 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .y9skng     .jwz92z { border-radius: 0 !important; }
  .b8dy   .jwz92z { border-radius: 8px !important; }
  .ax3qzf .jwz92z { border-radius: 50% !important; }
  .w2r38403   .jwz92z { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ehgsy .c2po5l { flex-direction: column; align-items: stretch; }
  .ehgsy .b7j2q { flex-direction: row; min-width: auto; }
  .ehgsy .kelct { align-items: flex-start; text-align: left; }
}
.a7oirl,
.a7oirl.kfjhvxwq,
.qiiya .a7oirl,
.shzo .a7oirl,
.hce6 .a7oirl,
.o4anscc .a7oirl {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.hoxhny5x {
  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;
}
.t0pwdau { flex: 1 1 280px; min-width: 0; }
.hy5568 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.n39nw {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.vqx2 {
  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;
}
.vqx2:hover { transform: translateY(-1px); opacity: 0.95; }
.lpa3 .hoxhny5x {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.lpa3 .hy5568 { color: var(--cta); }
.lpa3 .n39nw { color: var(--text-body); }
.lpa3 .vqx2 {
  background: var(--cta) !important;
  color: #fff !important;
}
.drmwv .hoxhny5x {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.drmwv .hy5568 { color: var(--text-primary); }
.drmwv .n39nw { color: var(--text-body); }
.drmwv .vqx2 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .hoxhny5x {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .t0pwdau { flex: 0 0 auto; }
  .hy5568 { font-size: 1.2rem; }
  .vqx2 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.a3yi .zre1nd { height: 36px; }
.nfbgu .zre1nd { height: 60px; max-width: 200px; }
.sw7b .zre1nd { height: 56px; max-width: 180px; }
.k8dp9    .vn7d, .k8dp9    .nwpz6 { color: #f59e0b; }
.e817436      .vn7d { font-size: 1rem; letter-spacing: 1.5px; }
.e817436      .nwpz6   { font-size: 1.35rem; }
.fptwfh9    .vn7d, .fptwfh9    .nwpz6 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.p9huwkk     .vn7d, .p9huwkk     .nwpz6 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.jtl7 .vn7d, .jtl7 .nwpz6 { color: var(--cta); letter-spacing: 2px; }
.cqphagfw   .vn7d, .cqphagfw   .nwpz6 { color: #e91e63; letter-spacing: 2px; }
.vb0bf  .vn7d, .vb0bf  .nwpz6 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.trll02he     .vn7d, .trll02he     .nwpz6 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.sbpol6 .b0yr + .b0yr {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.bekio8xm .q833ol { padding: 18px 24px; min-height: 68px; }
.jxj9 .m4pb65 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.jxj9 .o1mp7t7 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.kynjms09 .b0yr {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.uksedhos { counter-reset: cs-rank; }
.uksedhos .q833ol { counter-increment: cs-rank; }
.uksedhos .q833ol::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;
}
.imasj7i .uksedhos { counter-reset: cs-rank; gap: 0; }
.imasj7i .q833ol {
  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;
}
.imasj7i .q833ol::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;
}
.imasj7i .brse8 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.imasj7i .jkmyw009 {
  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;
}
.imasj7i .qq3cni { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.imasj7i .brse8 { min-width: 0; flex-direction: column; width: 100%; }
.imasj7i .w2akfso {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.imasj7i .vn7d { color: var(--cta, var(--accent)); }
.imasj7i .cxr1 { font-weight: 700; }
.imasj7i .b0yr {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.imasj7i .m4pb65 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.imasj7i .o1mp7t7 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.imasj7i .kw8hw7 .o1mp7t7 { font-size: 1.3rem; color: var(--accent-light); }
.imasj7i .ojexd {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.imasj7i .q833ol:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .imasj7i .uksedhos {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .imasj7i .q833ol {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .imasj7i .q833ol { padding: 40px 16px 20px; }
  .imasj7i .b0yr {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .imasj7i .ojexd { width: 100%; min-width: 0; }
}
.cb1ew5p .uksedhos { counter-reset: cs-rank; gap: 10px; }
.cb1ew5p .q833ol {
  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);
}
.cb1ew5p .q833ol::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);
}
.cb1ew5p .brse8 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.cb1ew5p .jkmyw009 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.cb1ew5p .qq3cni { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.cb1ew5p .w2akfso {
  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;
}
.cb1ew5p .vn7d { color: var(--cta, var(--accent)); }
.cb1ew5p .b0yr {
  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;
}
.cb1ew5p .m4pb65 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.cb1ew5p .o1mp7t7 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.cb1ew5p .kw8hw7 .o1mp7t7 { color: var(--accent-light); }
.cb1ew5p .ojexd {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.cb1ew5p .q833ol:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .cb1ew5p .q833ol {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .cb1ew5p .q833ol::before {
    position: absolute; top: 14px; left: 14px;
  }
  .cb1ew5p .brse8 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .cb1ew5p .w2akfso { white-space: normal; text-align: center; font-size: 1.2rem; }
  .cb1ew5p .b0yr {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .cb1ew5p .ojexd { width: 100%; min-width: 0; }
  .cb1ew5p .vn7d { min-width: 0; }
}
.urqnhv .q833ol::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.p5gi .ox68f {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.p5gi .ox68f summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.p5gi .ox68f p { padding: 0 2px 16px; }
.tw84dz1 .ox68f { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.tw84dz1 .ox68f summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.tw84dz1 .ox68f summary::after { content: "›"; font-size: 1.2em; }
.tw84dz1 .ox68f[open] summary::after { content: "‹"; }
.tw84dz1 .ox68f p { padding: 10px 22px 4px; }
.z41xklb .ox68f {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.z41xklb .ox68f summary { color: var(--text-primary); padding-left: 16px; }
.z41xklb .ox68f summary::after { content: "›"; font-size: 1.1em; }
.z41xklb .ox68f[open] summary::after { content: "‹"; }
.z41xklb .ox68f p { padding-left: 16px; }
.hnuz4mrv .wg8t7er3 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.hnuz4mrv .ox68f {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.hnuz4mrv .ox68f:last-child { border-bottom: none; }
.hnuz4mrv .ox68f summary { color: var(--text-primary); border-radius: 0; }
.hnuz4mrv .ox68f summary::after { content: "›"; font-size: 1.1em; }
.hnuz4mrv .ox68f[open] summary::after { content: "‹"; }
.a9emc .ox68f { overflow: hidden; }
.a9emc .ox68f summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.a9emc .ox68f summary::after { color: rgba(255,255,255,.75); }
.a9emc .ox68f[open] summary { border-radius: 0; }
.tmal2a { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.lzb5z221 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.taoc7zk {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ysdr8oc { color: var(--text-muted); font-size: 1.05rem; }
.po8u3 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.gvuvwop {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.pq9ax0y8 { margin-bottom: 20px; }
.icmbugbq {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.qssr0 {
  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;
}
.qssr0:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.l4u0ge6 { resize: vertical; min-height: 130px; }
.g74xeu { width: 100%; margin-top: 8px; }
.r9dm {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.hj9xslk {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.bft6ar { color: var(--text-muted); line-height: 1.75; }
.ix4aj { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ix4aj li { margin-bottom: 6px; }
.e7vp { max-width: 760px; margin: 0 auto; }
.hczc4gg { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.dcgf { max-width: 760px; margin: 0 auto; }
.psx6jg3u ul.ix4aj { margin: 0; }
@media (max-width: 640px) { .yij8x9 { grid-template-columns: 1fr; gap: 10px; } }
.rxyq1b3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.mxb5nhp8 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.owvgi3 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.mxb5nhp8 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.mxb5nhp8 .ix4aj { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .rxyq1b3 { grid-template-columns: 1fr; } }
.wg0l2t { color: inherit; text-decoration: none; }
.wg0l2t:hover { color: var(--accent-light); text-decoration: underline; }
.u7ry4 { display: inline-block; line-height: 0; }
.yitw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.es7a3qd3 { max-width: 760px; margin: 0 auto; }
.lqzn8b5 ul.ix4aj { margin: 0; }
.gkzi { color: var(--text-muted); line-height: 1.75; }
.n4nb5 .ix4aj,
.enfhi7pa .ix4aj,
.ty27a .ix4aj,
.jtf4k4w .ix4aj {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.kc60 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.t25vw { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.ittpag { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.vabm4agn { margin-top: 12px; }
.vbouklev { 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; }
.vbouklev:hover { border-bottom-color: var(--accent-light); }
.y5px7mkj { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.y5px7mkj img { width: 100%; height: 100%; object-fit: cover; display: block; }
.qvbqn { border-radius: 50%; }
.vzhws1p { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.z5l8 { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.z5l8::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .otcc { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.i8rkn85 .ittpag, .i8rkn85 .t25vw { max-width: 640px; }
.jtk83vy .kc60 { font-size: 1.6rem; margin-top: 18px; }
.fz9pitfo .ittpag { margin-bottom: 28px; }
@media (max-width: 860px) { .vtee0gum { grid-template-columns: 1fr; } .jtk83vy { position: static; text-align: center; } }
.s944htf .y5px7mkj { margin: 0 auto 18px; }
.s944htf .vzhws1p { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .wfvsmp1l { grid-template-columns: 1fr; } }
.yo7gz6 { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.k23m { flex: 1; }
.yo7gz6 .kc60 { font-size: 1.6rem; margin-bottom: 6px; }
.n9cqozj5 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.jtf4k4w { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.hzl5fl2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.jtf4k4w p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.jtf4k4w .ix4aj { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .yo7gz6 { flex-direction: column; text-align: center; } .n9cqozj5 { grid-template-columns: 1fr; } }
.o77v .kc60 { font-size: 1.35rem; margin: 0 0 4px; }
.o77v .vzhws1p { margin: 0; }
.u47cph { max-width: 760px; margin: 0 auto; }
.x2n6ap { position: relative; padding-left: 28px; }
.x2n6ap::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ek4nbc { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ek4nbc:last-child { padding-bottom: 0; }
.t5i56fd6 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.sffr8c0d h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.sffr8c0d p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qvuk7la .taoc7zk { color: var(--accent-light); }
.k9jef .taoc7zk { font-size: 2rem; }
.k9jef .ysdr8oc { max-width: 680px; }
.cw3rl01o .taoc7zk { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.cw3rl01o .ysdr8oc  { margin: 0; }
@media (max-width: 640px) { .cw3rl01o { flex-direction: column; } }
.n27ucwew {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.n27ucwew .taoc7zk { color: var(--accent-light); }
.ri5l .taoc7zk { color: #fff; }
.ri5l .ysdr8oc  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .imq06dsu { grid-template-columns: 1fr; } }
.c3kuj .qssr0 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.c3kuj .qssr0:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ou9y4 .qssr0 { background: var(--bg-raised); border-color: transparent; }
.ou9y4 .qssr0:focus { background: var(--bg-card); border-color: var(--accent-light); }
.dpxmk9b .qssr0 { border-radius: 100px; padding: 11px 20px; }
.dpxmk9b .l4u0ge6 { border-radius: 14px; }
.gvj9 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.gvj9 summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.gvj9 summary::-webkit-details-marker { display: none; }
.gvj9 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.gvj9[open] summary::after { content: "−"; }
.inwm7dm8 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .be7lmm { grid-template-columns: 1fr; } }
.xt2m8 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.xt2m8 li { margin-bottom: 6px; }
.tndwg05{display:none}
.tndwg05:empty,.jcxf:empty{display:none}
.t6o2plu{position:relative;overflow:visible}
.unaw .isnimes,.c89dp .isnimes,
.zdupa15c .isnimes,.xf2ix .isnimes,
.d2tgxp .isnimes,.sk0g .isnimes{display:block}
.sgcx7 .ypg9{display:block}
.unaw .isnimes,.c89dp .isnimes,
.zdupa15c .isnimes,.xf2ix .isnimes,
.d2tgxp .isnimes{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.unaw .isnimes .jcxf,.c89dp .isnimes .jcxf,
.zdupa15c .isnimes .jcxf,.xf2ix .isnimes .jcxf,
.d2tgxp .isnimes .jcxf{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.unaw .wgznjme,.c89dp .wgznjme,
.zdupa15c .wgznjme,.xf2ix .wgznjme,
.d2tgxp .wgznjme{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.unaw .isnimes,.c89dp .isnimes{top:12px}
.unaw .isnimes .jcxf{margin-right:auto}
.c89dp .isnimes .jcxf{margin-left:auto}
.c89dp .isnimes{text-align:right}
.zdupa15c .isnimes,.xf2ix .isnimes{bottom:12px}
.zdupa15c .isnimes .jcxf{margin-right:auto}
.xf2ix .isnimes .jcxf{margin-left:auto}
.xf2ix .isnimes{text-align:right}
.d2tgxp .isnimes{position:relative;margin-top:16px}
.d2tgxp .isnimes .jcxf{margin:0 auto}
.sk0g .isnimes{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.sk0g .isnimes .jcxf{margin:0}
.sk0g .nw5u~.isnimes,
.sk0g .litxkvg~.isnimes{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.sk0g .nw5u~.isnimes .jcxf,
.sk0g .litxkvg~.isnimes .jcxf{justify-content:flex-start}
.nw5u~.isnimes,.litxkvg~.isnimes{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.nw5u~.isnimes .jcxf{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.litxkvg~.isnimes .jcxf{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ypg9 .jcxf{margin:0 0 12px}
.jcxf{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.wgznjme{white-space:nowrap}
.ciz7m .wgznjme{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.sozaqc7 .wgznjme{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.e6ab6 .jcxf{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.pz3t .wgznjme{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.pz3t .pyisxl9::before{content:""}
.llq61g0 .wgznjme{color: var(--accent-light);opacity:1;font-weight:500}
.tsps .wgznjme{border-bottom:1px solid currentColor;padding-bottom:2px}
.wkwdq .jcxf{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.kl1p552{--date-bg:var(--accent-bg)}
.lpywk .pyisxl9::before{content:""}
.udjh .wgznjme + .wgznjme::before{content:"•";margin-right:6px;opacity:.4}
.ns9u5w5w .wgznjme + .wgznjme::before{content:"/";margin-right:6px;opacity:.35}
.xn3s7v .wgznjme + .wgznjme::before{content:"|";margin-right:6px;opacity:.3}
.nhd6hlp .wgznjme + .wgznjme::before{content:"—";margin-right:6px;opacity:.3}
.b9r8dn .wgznjme + .wgznjme::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.g43rje54 .wgznjme + .wgznjme::before{content:"·";margin-right:6px;opacity:.4}
.dltjpyax .wgznjme + .wgznjme::before{content:"›";margin-right:6px;opacity:.4}
.rs9ii7qv .wgznjme + .wgznjme::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.r9wbr4{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.b4snjl{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.t8bx4n{display:flex;flex-direction:column;gap:3px}
.n3o1xg6s{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.g6jpwjx{font-weight:700;font-size:1rem;color:var(--text-heading)}
.hjxw{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.h1z74 .r9wbr4{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.i1zbb .r9wbr4{border-top:3px solid var(--accent);padding-top:18px}
.lgjuo .r9wbr4{border-left:3px solid var(--accent);border-radius:0}
.m9z3 .r9wbr4{padding:20px 0}
@media(max-width:640px){
  .r9wbr4{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .hjxw{max-width:100%}
}
.qjnvb .wkiqp{margin:0}
@media (max-width:560px){
  .c4um{grid-template-columns:repeat(2,1fr);gap:12px}
}
.i4j0x4wa {
  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;
}
.i4j0x4wa.o6q43 {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.q9exhci {
  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; } }
.q9exhci .a87ebv2 {
  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;
}
.q9exhci .a87ebv2::before,
.q9exhci .a87ebv2::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.q9exhci .a87ebv2::before { transform: translate(-50%, -50%) rotate(45deg); }
.q9exhci .a87ebv2::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.q9exhci .a87ebv2:hover { background: rgba(0,0,0,0.12) !important; }
.bjwigvan {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.zn5yx {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.acs2lxvc {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.ryvf92o {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.q9exhci .bmb70g {
  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;
}
.q9exhci .bmb70g:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .q9exhci { padding: 28px 18px 20px; }
  .acs2lxvc { font-size: 1.2rem; }
  .bjwigvan { max-width: 220px; max-height: 80px; }
}
.cz1106nn {
  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);
}
.i7qwxz {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.dkeerq  .cz1106nn { border-radius: 50%; }
.qhnco  .cz1106nn { border-radius: 6px; }
.dsap70 .cz1106nn { border-radius: 22px; }
.tb9bk .hoxhny5x {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .cz1106nn { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.np13m .kfjhvxwq {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.np13m .ehpmb {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.np13m .hoxhny5x {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.rkex {
  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;                  
}
.rkex.o6q43 { transform: translate(-50%, 0); }
.rkex .kfjhvxwq,
.rkex .ehpmb {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.rkex .hoxhny5x {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.m04xuh7 {
  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;
}
.m04xuh7::before,
.m04xuh7::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.m04xuh7::before { transform: translate(-50%, -50%) rotate(45deg); }
.m04xuh7::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.m04xuh7:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .rkex { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .rkex .hoxhny5x {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .rkex .n39nw { display: none !important; }
  .rkex .hy5568 { font-size: 1.1rem !important; }
  .rkex .cz1106nn { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .m04xuh7 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .cusqv1 { flex-direction: row-reverse; }
[dir="rtl"] .cyvt9z0 { flex-direction: row-reverse; }
[dir="rtl"] .mbotql .m2ny { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .mbotql .m2ny { right: auto; left: 20px; }
  [dir="rtl"] .sgeu  .m2ny { left: auto;  right: 20px; }
}
[dir="rtl"] .rmepr .gaqta  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .x25i1lrl .gaqta { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .nw5u,
[dir="rtl"] .gwafql,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .wg0gt7x, [dir="rtl"] .p7vl4 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .gsy92ge { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .i8fh { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .yw53ch61 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .hoxhny5x { direction: rtl; }
[dir="rtl"] .cz1106nn { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .q833ol,
[dir="rtl"] .prtveo { direction: rtl; }
[dir="rtl"] .y03h { direction: rtl; }
[dir="rtl"] .drtzdul { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .n7pzymqb .p7vl4,
[dir="rtl"] .y2u3t .p7vl4,
[dir="rtl"] .rdom9k .p7vl4,
[dir="rtl"] .tcrk36 .p7vl4 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .n7pzymqb .p7vl4 li::before,
[dir="rtl"] .y2u3t .p7vl4 li::before,
[dir="rtl"] .rdom9k .p7vl4 li::before,
[dir="rtl"] .tcrk36 .p7vl4 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .hxoj.q9aq9 .k3549b0,
[dir="rtl"] .naj147ax.q9aq9 .k3549b0,
[dir="rtl"] .svege.q9aq9 .k3549b0,
[dir="rtl"] .iankvc.q9aq9 .k3549b0,
[dir="rtl"] .nd599b.q9aq9 .k3549b0 { text-align: right; }
[dir="rtl"] .nw5u.q9aq9 .tgjckt { align-items: flex-end; text-align: right; }
[dir="rtl"] .nw5u.k9mrzm .tgjckt { text-align: center; }
[dir="rtl"] .nw5u .tgjckt { text-align: right; }
[dir="rtl"] .ehpmb,
[dir="rtl"] .ccb4,
[dir="rtl"] .rdb4,
[dir="rtl"] .gvuvwop,
[dir="rtl"] .icmbugbq,
[dir="rtl"] .ittpag,
[dir="rtl"] .qssr0,
[dir="rtl"] .l4u0ge6 { text-align: right; direction: rtl; }
[dir="rtl"] .dpxmk9b .qssr0,
[dir="rtl"] .c3kuj .qssr0 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #31d85c;
  --brand:           #31d85c;
  --brand-light:     #2aa149;
  --brand-pale:      #54c371;
  --grad-start:      #7ee699;
  --grad-end:        #b6ebc4;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #31d85c;
  --cta-light:       #1ec248;
  --cta-hover:       #20ab44;
  --bg-page:         #f6f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f4;
  --bg-raised:       #eef1ee;
  --bg-hover:        #f3f5f4;
  --border:          #e2e8e3;
  --border-alt:      #cfdcd3;
  --border-section:  #e2e8e3;
  --text-primary:    #171b18;
  --text-muted:      #516055;
  --text-body:       #2e3730;
  --text-sub:        #465249;
  --text-faint:      #75897a;
  --text-dim:        #90a194;
  --text-label:      #5d6e61;
  --text-value:      #3a443d;
  --accent-bg:       #e2f2e6;
  --accent-bg-light: #caecd2;
  --bg-tip:          #f9f0f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f7;
  --bg-cons:         #faf6f3;
  --c-pros:          #911270;
  --c-cons:          #9f4c21;
  --c-pros-label:    #ac1585;
  --c-tip-border:    #be1793;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #911270;
}
:root { --logo-bg-opacity: 70%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.glb4g1p .u7gwmn { font-size: 0; width: 1.2rem; flex-shrink: 0; }.glb4g1p .u7gwmn::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.glb4g1p .y8zs0     .u7gwmn::before { content: "";  color: var(--c-tip-border); }.glb4g1p .ozdhir .u7gwmn::before { content: ""; color: var(--c-warn-border); }.glb4g1p .kt1wj    .u7gwmn::before { content: ""; color: #60a5fa; }.q1tvdw3e .glb4g1p .y8zs0     .u7gwmn::before { color: #10b981; }.q1tvdw3e .glb4g1p .ozdhir .u7gwmn::before { color: #f43f5e; }.q1tvdw3e .glb4g1p .kt1wj    .u7gwmn::before { color: #a855f7; }.m0zpc  .glb4g1p .y8zs0     .u7gwmn::before { color: #eab308; }.m0zpc  .glb4g1p .ozdhir .u7gwmn::before { color: #ef4444; }.m0zpc  .glb4g1p .kt1wj    .u7gwmn::before { color: #f97316; }.xrzryg  .glb4g1p .y8zs0     .u7gwmn::before { color: #38bdf8; }.xrzryg  .glb4g1p .ozdhir .u7gwmn::before { color: #818cf8; }.xrzryg  .glb4g1p .kt1wj    .u7gwmn::before { color: #2dd4bf; }.sdhk14ci .glb4g1p .u7gwmn::before { color: var(--accent-light) !important; }
.vqvx .xkec8 li::before, .vqvx .pn9hu 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; }.vqvx .xkec8 li::before { content: ""; }.vqvx .pn9hu li::before { content: ""; }.vqvx .w15lo::before, .vqvx .x9ztu::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.vqvx .w15lo::before { content: ""; }.vqvx .x9ztu::before { content: ""; }
.dmlbp .sxioh, .dmlbp .nw5u { min-height: 320px; }
.itorpql::before { content: '•'; }