:root {
  --color-accent: #c1383a;
  --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;
}
.emmbk39v {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.yvtc6g {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.sujm7dqe {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.odiw { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.cgmvdua { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.cgmvdua a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.cgmvdua a:hover { color: var(--accent-light); }
.trrs   .g7o6 { border-radius: 0; }
.oca1jc .g7o6 li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .g7o6 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .q6pqak:hover .g7o6,
  .q6pqak:focus-within .g7o6 { display: block; }
  .g7o6 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.mex4lsr {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.tb34fx { display: none; }
@media (max-width: 640px) {
  .tb34fx {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .tb34fx.kbry4kp { display: block; }
}
@media (max-width: 640px) {
  .mex4lsr { display: block; }
  .cgmvdua > li + li::before { display: none !important; }
  .cgmvdua {
    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;
  }
  .cgmvdua.kbry4kp { display: flex; }
  .cgmvdua li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .cgmvdua li:last-child a { border-bottom: none; }
}
.its273 { min-height: 480px; }
.ceos {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.na2izp { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.wdrbgah9 .na2izp { margin-left: 0; margin-right: 0; }
.a21u {
  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;
}
.s8sk1 .a21u { margin-top: 24px; }
.a21u:hover { opacity: 0.88; }
.q8afd .ceos { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.q8afd .na2izp { color: #e2e8f0; }
.q8afd.g77zm3 .atfoym5q { text-align: center; }
.rfsx .ceos { color: var(--text-primary); text-shadow: none; }
.rfsx .na2izp { color: var(--text-muted); }
.rfsx .a21u { margin-top: 16px; }
.rfsx, .rfsx.its273 { min-height: auto !important; }
.rfsx.g77zm3 .atfoym5q { text-align: center; }
.rfsx~.zn3lhqzr{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}
.rfsx~.zn3lhqzr .vxt3r{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.a0zgin6 .ceos { color: #fff; }
.a0zgin6 .na2izp { color: rgba(255,255,255,0.85); }
.i7zv .yd9g1 { position: relative; overflow: hidden; }
.i7zv .yd9g1::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;
}
.em2owa .yd9g1 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.w7osht .yd9g1 { position: relative; overflow: hidden; }
.w7osht .yd9g1::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;
}
.vtxpl3 .yd9g1 { position: relative; overflow: hidden; }
.vtxpl3 .yd9g1::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;
}
.o4bbz .yd9g1 {
  animation: hg-fadein 1.2s ease-out both;
}
.yd9g1 {
  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%);
}
.ovlsug {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.pzcrn {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.p3ys303 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.yd9g1 .ceos { text-shadow: none; color: var(--text-primary); }
.yd9g1 .na2izp { color: var(--text-muted); }
body.ix6r4 .ceos {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.hlx5sjzd .ceos {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.its273.a0zgin6 .ceos,
section.a0zgin6 .ceos {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.yd9g1.g77zm3 .ovlsug { align-items: center; text-align: center; }
.yd9g1.wdrbgah9   .ovlsug { align-items: flex-start; text-align: left; }
.xfjb1jag .pzcrn { position: relative; }
.xfjb1jag .pzcrn::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.xfjb1jag.h89t3ltg .pzcrn::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.dw3g .pzcrn {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.dw3g .p3ys303 {
  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);
}
.dw3g.h89t3ltg .pzcrn { padding: 32px 0 32px 32px; }
.bbv52n .pzcrn {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.bbv52n .p3ys303 {
  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);
}
.bbv52n .e0nb56li {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.h89t3ltg .ovlsug {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.bbv52n.h89t3ltg .pzcrn { padding: 40px 16px 40px 48px; }
.its273 .m3b7 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.m3b7 .zng9gqt {
  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;
}
.m3b7 .zng9gqt::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.m3b7 .n9qw007 { display: contents !important; }
.m3b7 .n9qw007 .odnaqh {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.m3b7 .n9qw007 .qg2q { max-height: 48px; max-width: 96px; }
.m3b7 .n9qw007 .uy2sk4v7 {
  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;
}
.m3b7 .frrriui {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.m3b7 .mnuda { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.m3b7 .fwxq { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.m3b7 .fwxq small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.m3b7 .gayugq { display: contents !important; }
.m3b7 .gayugq .hlr9:not(.f1mwplfb) { display: none !important; }
.m3b7 .gayugq .f1mwplfb {
  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;
}
.m3b7 .gayugq .f1mwplfb .d62y1fg2 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.m3b7 .gayugq .f1mwplfb .dnvts {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.m3b7 .rno7 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.m3b7 .rno7.bhphwpgd {
  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;
}
.m3b7 .rno7.bhphwpgd:hover { opacity: 0.85; }
.m3b7 .zng9gqt,
.m3b7 .zng9gqt:hover,
.m3b7 .zng9gqt:nth-child(even),
.m3b7 .zng9gqt:nth-child(odd),
.m3b7 .zng9gqt:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.u10wb3m .pzcrn {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .yd9g1 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .yd9g1:not(.u10wb3m) .pzcrn { display: none !important; }
  .u10wb3m .pzcrn { padding: 16px; }
  .ovlsug  { padding: 36px 24px; }
  .yd9g1~.zn3lhqzr,.h89t3ltg~.zn3lhqzr{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .its273, .yd9g1 { min-height: 320px !important; }
  .ceos { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .q280l7zw,
  .tkb0q,
  .nu6io { grid-template-columns: 1fr !important; }

  

  
  .nvy56 { display: flex !important; flex-direction: column !important; }
  .nvy56 .atfoym5q { display: contents; }
  .nvy56 .byik3jbl { order: 0; }
  .nvy56 .ceos { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .nvy56 .q280l7zw { order: 2; padding: 0 16px 12px !important; }
  .nvy56 .na2izp { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .s8sk1 .atfoym5q { display: flex; flex-direction: column; }
  .s8sk1 .atfoym5q .ceos { order: 1; }
  .s8sk1 .atfoym5q .nu6io { order: 2; margin: 8px 0 24px !important; }
  .s8sk1 .atfoym5q .na2izp { order: 3; }
  .s8sk1 .atfoym5q .a21u { order: 4; align-self: center; margin-top: 0; }

  
  .yd9g1.u10wb3m {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .yd9g1.u10wb3m .ovlsug { display: contents; padding: 0; }
  .yd9g1.u10wb3m .ovlsug .ceos { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .yd9g1.u10wb3m .pzcrn { order: 2; padding: 12px 16px; }
  .yd9g1.u10wb3m .ovlsug .na2izp { order: 3; padding: 0 24px; margin: 0 auto; }
  .yd9g1.u10wb3m .ovlsug .a21u { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ckyl0 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.cw5wg6 { width: 100%; height: auto; display: block; border-radius: 10px; }
.p5pc .ckyl0        { border-radius: 16px; }
.p5pc .cw5wg6  { border-radius: 16px; }
.vsrm .ckyl0         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.vsrm .cw5wg6   { border-radius: 8px; }
.n7ll7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.o7juabpg { width: 100%; padding: 32px 0; position: relative; }
.exesni7 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ew9le .o7juabpg:nth-child(even) { background: var(--bg-surface); }
.ew9le .o7juabpg:nth-child(odd)  { background: var(--bg-page); }
.h02nz .o7juabpg:nth-child(even) { background: var(--bg-card); }
.h02nz .o7juabpg:nth-child(odd)  { background: var(--bg-page); }
.ew9le .o7juabpg:nth-child(odd)  .exesni7 { background: var(--bg-card); border-radius: 6px; }
.ew9le .o7juabpg:nth-child(even) .exesni7 { background: var(--bg-raised); border-radius: 6px; }
.h02nz .o7juabpg:nth-child(odd)  .exesni7 { background: var(--bg-card); border-radius: 6px; }
.h02nz .o7juabpg:nth-child(even) .exesni7 { background: var(--bg-raised); border-radius: 6px; }
.ew9le .o7juabpg:nth-child(even) .j767m .wuiv,
.h02nz .o7juabpg:nth-child(even) .j767m .wuiv { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ew9le .o7juabpg:nth-child(odd) .j767m .wuiv,
.h02nz .o7juabpg:nth-child(odd) .j767m .wuiv { background: var(--bg-card-inner); }
.ew9le .o7juabpg:nth-child(even) .ugdv6 .wuiv:nth-child(odd),
.h02nz .o7juabpg:nth-child(even) .ugdv6 .wuiv:nth-child(odd)  { background: var(--bg-card); }
.ew9le .o7juabpg:nth-child(even) .ugdv6 .wuiv:nth-child(even),
.h02nz .o7juabpg:nth-child(even) .ugdv6 .wuiv:nth-child(even) { background: var(--bg-card-inner); }
h1.w3lzf { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.w3lzf {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.rpn4evn { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.f1j40e7g h2.w3lzf {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.o5sp h2.w3lzf {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.e5z9r h2.w3lzf {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.zleqgea h2.w3lzf::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.hopwp9c h2.w3lzf {
  color: var(--text-primary); font-size: 1.7rem;
}
.qi1pnw5i h2.w3lzf::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.npqytw h2.w3lzf {
  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) { .g3iie6uu { display: none; } }
.oii65g { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.apx5 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.mr3g3m {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.xjwp72 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.vns4 { padding-left: 20px; }
.vns4 li { margin-bottom: 6px; }
.vns4 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.vns4 a:hover { color: var(--accent-light); }
.uptnska .xjwp72 { display: none; }
.eok7 .xjwp72 { display: none; }
.eok7 .vns4 { padding-left: 0; list-style: none; }
.eok7 .vns4 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.eok7 .vns4 a { font-size: 0.92rem; }
.yoj4 .mr3g3m { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.yoj4 .xjwp72 { display: none; }
.yoj4 .vns4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.yoj4 .vns4 li { margin-bottom: 0; }
.yoj4 .vns4 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;
}
.yoj4 .vns4 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.rw4tfv .mr3g3m { padding: 20px 20px 16px; }
.rw4tfv .vns4 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.rw4tfv .vns4 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.rw4tfv .vns4 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;
}
.rw4tfv .vns4 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;
}
.rw4tfv .vns4 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.rw4tfv .vns4 a:focus,
.rw4tfv .vns4 a:focus-visible,
.rw4tfv .vns4 a:target { outline: none; }
.rw4tfv .vns4 li:target a { border-color: var(--border); color: var(--text-muted); }
.m9rzkvx .mr3g3m { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.m9rzkvx .xjwp72 { display: none; }
.m9rzkvx .vns4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.m9rzkvx .vns4 li { counter-increment: toc-n; margin-bottom: 0; }
.m9rzkvx .vns4 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;
}
.m9rzkvx .vns4 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;
}
.m9rzkvx .vns4 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.wdb42 .mr3g3m { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.wdb42 .xjwp72 { display: none; }
.wdb42 .vns4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.wdb42 .vns4 li { margin-bottom: 0; }
.wdb42 .vns4 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;
}
.wdb42 .vns4 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.ocfz4580 .mr3g3m { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ocfz4580 .xjwp72 { display: none; }
.ocfz4580 .vns4 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ocfz4580 .vns4 li { margin-bottom: 0; }
.ocfz4580 .vns4 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ocfz4580 .vns4 li:last-child::after { content: ""; margin-right: 0; }
.ocfz4580 .vns4 a { font-size: 0.9rem; }
.wuiv { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.j767m .wuiv { background: var(--bg-card); }
.ugdv6 .wuiv:nth-child(odd)  { background: var(--bg-card); }
.ugdv6 .wuiv:nth-child(even) { background: var(--bg-raised); }
.r7e0g .wuiv {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.r7e0g .wuiv:last-child { border-bottom: none; }
.r7e0g h3.rpn4evn { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.e2axd .wuiv {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.e2axd .wuiv + .wuiv { margin-top: 4px; }
.iq2k .wuiv { background: none; border-radius: 0; padding: 12px 0; }
.iq2k .wuiv + .wuiv { border-top: 1px solid var(--border-section); }
.i8ac { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.pog1w5 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.tmwflm { color: var(--text-body); margin-bottom: 10px; }
.wp9vlh, .zepmz7h { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.wp9vlh li, .zepmz7h li { margin-bottom: 6px; }
.zepmz7h li { list-style: decimal; }
.obg0     .wp9vlh { list-style-type: "● "; }
.r0x71fe  .wp9vlh { list-style-type: "■ "; }
.z37m .wp9vlh { list-style-type: "◆ "; }
.zcquv    .wp9vlh { list-style-type: "★ "; }
.obg0     .pqgnge { list-style-type: "● "; }
.r0x71fe  .pqgnge { list-style-type: "■ "; }
.z37m .pqgnge { list-style-type: "◆ "; }
.zcquv    .pqgnge { list-style-type: "★ "; }
.obg0    .wp9vlh li::marker, .obg0    .pqgnge li::marker,
.r0x71fe .wp9vlh li::marker, .r0x71fe .pqgnge li::marker,
.z37m .wp9vlh li::marker, .z37m .pqgnge li::marker,
.zcquv   .wp9vlh li::marker, .zcquv   .pqgnge li::marker {
  color: var(--cta); font-size: 1em;
}
.obg0 .zepmz7h,
.r0x71fe .zepmz7h,
.z37m .zepmz7h,
.zcquv .zepmz7h {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.obg0 .zepmz7h li,
.r0x71fe .zepmz7h li,
.z37m .zepmz7h li,
.zcquv .zepmz7h li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.obg0 .zepmz7h li::before,
.r0x71fe .zepmz7h li::before,
.z37m .zepmz7h li::before,
.zcquv .zepmz7h 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;
}
.obg0     .zepmz7h li::before { border-radius: 50%; }
.r0x71fe  .zepmz7h li::before { border-radius: 3px; }
.z37m .zepmz7h li::before { border-radius: 3px; }
.zcquv    .zepmz7h li::before { border-radius: 50%; }
.pc4dhu5f { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.o276gs .pc4dhu5f,
.rbazsic .pc4dhu5f { background: transparent; border: none; border-radius: 0; }
.ygu3ly { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ygu3ly th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ygu3ly td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ygu3ly tr:hover td { background: var(--bg-hover); }
.cj2ictu .ygu3ly tbody tr:nth-child(even) td { background: var(--bg-surface); }
.tcmuc9x0 .ygu3ly { border: 1px solid var(--border-alt); }
.tcmuc9x0 .ygu3ly th,
.tcmuc9x0 .ygu3ly td { border: 1px solid var(--border-alt); }
.dfuzr .ygu3ly th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.dfuzr .ygu3ly td { border-bottom: none; }
.dfuzr .ygu3ly tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.qi3b .ygu3ly th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.uyd8zkz8 .pc4dhu5f {
  overflow: hidden;
}
.uyd8zkz8 .ygu3ly th { border-bottom: 1px solid var(--border-alt); }
.uyd8zkz8 .ygu3ly tr:last-child td { border-bottom: none; }
.rrs65tff { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.oxvmep { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.fsi7s0q { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.vgd4 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.xv2qdac { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.pqgnge { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.pqgnge li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.ds456n .vgd4 { background: transparent; text-align: center; }
.co9rqp0 .fsi7s0q {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.gh05ue .fsi7s0q {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.sknk .oxvmep { display: grid; grid-template-columns: auto 1fr; }
.sknk .fsi7s0q {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.sknk .vgd4 { grid-column: 2; }
.sknk .xv2qdac,
.sknk .pqgnge { grid-column: 1 / -1; }
.hidkpa1s .oxvmep { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.hidkpa1s .fsi7s0q {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.hidkpa1s .vgd4 { grid-column: 2; }
.hidkpa1s .xv2qdac,
.hidkpa1s .pqgnge { grid-column: 1 / -1; }
.rlsgp .oxvmep { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.rlsgp .vgd4 { background: none; color: var(--accent-light); font-weight: 700; }
.hfqelggd .oxvmep { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.hfqelggd .vgd4 { background: none; color: var(--accent-light); font-weight: 700; }
.plfhel5i .oxvmep { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.plfhel5i .oxvmep:last-child { border-bottom: none; }
.plfhel5i .vgd4 { background: none; color: var(--accent-light); font-weight: 700; }
.fa0vs4yg .oxvmep { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.fa0vs4yg .vgd4 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.mqxk3 .rrs65tff { counter-reset: card-n; }
.mqxk3 .oxvmep  { counter-increment: card-n; }
.mqxk3 .vgd4 { display: flex; align-items: center; gap: 10px; }
.mqxk3 .vgd4::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.ej9f0 .oxvmep { background: var(--bg-surface); border: 1px solid var(--border); }
.ej9f0 .vgd4 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.cwu89hpy { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.cwu89hpy         { --cl-hue: var(--accent); }
.h6royl     { --cl-hue: #16a34a; }
.qh4o13i { --cl-hue: #ea580c; }
.c8w1    { --cl-hue: #2563eb; }
.h6royl, .qh4o13i, .c8w1, .d1flcmq {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.j7412j { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.j7412j::before { color: var(--cl-hue); }
.cwu89hpy strong { color: var(--text-primary); font-size: 0.95rem; }
.cwu89hpy p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.bunjztrg { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.yfmpa9qy, .q2aysps0 { border-radius: 8px; padding: 14px; }
.yfmpa9qy { background: var(--bg-pros); }
.q2aysps0 { background: var(--bg-cons); }
.kve0 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.yfmpa9qy .kve0 { color: var(--c-pros-label); }
.q2aysps0 .kve0 { color: #f87171; }
.yfmpa9qy ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.q2aysps0 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.cw5wg6 { width: 100%; height: auto; border-radius: 10px; display: block; }
.bhphwpgd {
  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;
}
.bhphwpgd:hover { opacity: 0.85; }
.t4ikg8l .bhphwpgd  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.t4ikg8l .bhphwpgd:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.yo9dn .bhphwpgd  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.yo9dn .bhphwpgd:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.t4ikg8l .rno7.bhphwpgd, .yo9dn .rno7.bhphwpgd,
.t4ikg8l .pet8a .bhphwpgd, .yo9dn .pet8a .bhphwpgd {
  background: var(--cta); border: none; color: #fff;
}
.t4ikg8l .rno7.bhphwpgd:hover, .yo9dn .rno7.bhphwpgd:hover,
.t4ikg8l .pet8a .bhphwpgd:hover, .yo9dn .pet8a .bhphwpgd:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.tvxdmu .a21u { border-radius: 50px; }
.tvxdmu .bhphwpgd  { border-radius: 50px; }
.rp6u98c .a21u,
.rp6u98c .bhphwpgd { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.rp6u98c .a21u:hover,
.rp6u98c .bhphwpgd:hover { filter: brightness(1.08); opacity: 1; }
.c61o2gq .a21u,
.c61o2gq .bhphwpgd { box-shadow: 0 3px 14px -2px var(--cta); }
.c61o2gq .a21u:hover,
.c61o2gq .bhphwpgd:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.twsnm4 .a21u,
.twsnm4 .bhphwpgd { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.twsnm4 .a21u:hover,
.twsnm4 .bhphwpgd:hover { opacity: 1; }
.twsnm4 .a21u:active,
.twsnm4 .bhphwpgd:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.oun909tr .a21u,
.oun909tr .bhphwpgd { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.oun909tr .a21u:hover,
.oun909tr .bhphwpgd:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.oun909tr .a21u:active,
.oun909tr .bhphwpgd:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.ah8mkm3x .a21u,
.ah8mkm3x .bhphwpgd { position: relative; overflow: hidden; }
.ah8mkm3x .a21u::before,
.ah8mkm3x .bhphwpgd::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;
}
.ah8mkm3x .a21u:hover::before,
.ah8mkm3x .bhphwpgd:hover::before { left: 135%; }
.ib8dfki .a21u,
.ib8dfki .bhphwpgd { border-radius: 0; }
.ol9qo .a21u { padding-left: 22px; padding-right: 22px; }
.ol9qo .bhphwpgd  { padding-left: 12px; padding-right: 12px; }
.ok75ubs .a21u { padding-left: 44px; padding-right: 44px; }
.ok75ubs .bhphwpgd  { padding-left: 24px; padding-right: 24px; }
.hkvrrzn0 .a21u { padding-left: 56px; padding-right: 56px; }
.hkvrrzn0 .bhphwpgd  { padding-left: 32px; padding-right: 32px; }
.qk3z   .a21u::after, .qk3z   .bhphwpgd::after,
.n5ocy .a21u::after, .n5ocy .bhphwpgd::after,
.xviafw    .a21u::after, .xviafw    .bhphwpgd::after,
.vtc2i1    .a21u::after, .vtc2i1    .bhphwpgd::after,
.ykjk0fx6    .a21u::after, .ykjk0fx6    .bhphwpgd::after,
.vnwwl     .a21u::after, .vnwwl     .bhphwpgd::after,
.lbo93lt    .a21u::after, .lbo93lt    .bhphwpgd::after,
.w4fi7a   .a21u::after, .w4fi7a   .bhphwpgd::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;
}
.qk3z .a21u::after, .qk3z .bhphwpgd::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");
}
.n5ocy .a21u::after, .n5ocy .bhphwpgd::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");
}
.xviafw .a21u::after, .xviafw .bhphwpgd::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");
}
.vtc2i1 .a21u::after, .vtc2i1 .bhphwpgd::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");
}
.ykjk0fx6 .a21u::after, .ykjk0fx6 .bhphwpgd::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");
}
.vnwwl .a21u::after, .vnwwl .bhphwpgd::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");
}
.lbo93lt .a21u::after, .lbo93lt .bhphwpgd::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");
}
.w4fi7a .a21u::after, .w4fi7a .bhphwpgd::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");
}
.t8d29v   .xdol::after, .t8d29v   .ryxam9::after,
.huny11j .xdol::after, .huny11j .ryxam9::after,
.r347b4    .xdol::after, .r347b4    .ryxam9::after,
.f4ah8t2w    .xdol::after, .f4ah8t2w    .ryxam9::after,
.azvu6u    .xdol::after, .azvu6u    .ryxam9::after,
.qx89jv     .xdol::after, .qx89jv     .ryxam9::after,
.yascupzn    .xdol::after, .yascupzn    .ryxam9::after,
.r7aq   .xdol::after, .r7aq   .ryxam9::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;
}
.t8d29v .xdol::after, .t8d29v .ryxam9::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");
}
.huny11j .xdol::after, .huny11j .ryxam9::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");
}
.r347b4 .xdol::after, .r347b4 .ryxam9::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");
}
.f4ah8t2w .xdol::after, .f4ah8t2w .ryxam9::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");
}
.azvu6u .xdol::after, .azvu6u .ryxam9::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");
}
.qx89jv .xdol::after, .qx89jv .ryxam9::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");
}
.yascupzn .xdol::after, .yascupzn .ryxam9::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");
}
.r7aq .xdol::after, .r7aq .ryxam9::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");
}
.h0erjg {
  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;
}
.zng9gqt {
  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;
}
.zng9gqt > * { min-width: 0; }
.zng9gqt:hover { background: var(--bg-hover); }
.zng9gqt > [itemprop="item"] { display: contents; }
.zng9gqt [itemprop="itemReviewed"],
.zng9gqt [itemprop="reviewRating"] { display: none; }
.zng9gqt::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;
}
.n9qw007 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.odnaqh {
  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;
}
.qg2q { max-height: 52px; max-width: 110px; object-fit: contain; }
.uy2sk4v7 {
  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;
}
.ualfex .odnaqh    { background: #1a1a1a; }
.nyap0h3t .odnaqh   { background: rgba(128,128,128,.12); }
.g43jgacs .odnaqh { background: var(--bg-raised); }
.bkascv .odnaqh    { background: transparent; padding: 0; }
.frrriui {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.mnuda { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.fwxq { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.gayugq {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.hlr9 {
  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;
}
.d62y1fg2 {
  
  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%;
}
.dnvts {
  
  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;
}
.rno7 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.rno7.bhphwpgd {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .zng9gqt {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .zng9gqt::before    { grid-area: rank;   }
  .n9qw007           { grid-area: ident;  }
  .frrriui     { grid-area: rating; min-width: 0; width: auto; }
  .gayugq           { grid-area: pills;  }
  .rno7             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .zng9gqt {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .zng9gqt::before    { justify-self: center; }
  .n9qw007           { width: 100%; }
  .frrriui     { justify-self: center; }
  .gayugq           { grid-template-columns: 1fr; }
}
.vpyvn {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.r1k2ehrk {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.k2w5ves {
  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;
}
.k2w5ves img { max-width: 80px; max-height: 50px; object-fit: contain; }
.cmlwkvv { flex: 1; }
.cmlwkvv h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.vgvs77 { color: var(--c-stars); font-size: 1.1rem; }
.aivahiqp { margin-bottom: 8px; }
.ymno0im {
  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);
}
.ymno0im > span { color: var(--accent); font-weight: 700; }
.uex62 em, .f112v7 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .ymno0im { padding: 10px 16px; gap: 6px 16px; } }
.pet8a { flex-shrink: 0; align-self: flex-start; }
.pet8a .bhphwpgd { white-space: nowrap; }
@media (max-width: 560px) {
  .r1k2ehrk { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .k2w5ves { order: 1; }
  .pet8a { order: 2; margin-left: auto; align-self: center; }
  .cmlwkvv { order: 3; flex: 1 1 100%; min-width: 0; }
}
.t724 img.avxy1f { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.o276gs { padding: 20px 24px; }
.khvdwb { color: var(--text-muted); margin-bottom: 16px; }
.et9ac { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.sdm1zl, .eae58kv9 { list-style: none; font-size: 0.9rem; }
.sdm1zl li { color: var(--c-pros); margin-bottom: 4px; }
.eae58kv9 li { color: var(--c-cons); margin-bottom: 4px; }
.sdm1zl li::before { content: "✓"; margin-right: 5px; }
.eae58kv9 li::before { content: "✗"; margin-right: 5px; }
.be6wz1 .sdm1zl li::before { content: "→"; }
.be6wz1 .eae58kv9 li::before { content: "–"; }
.jnml11  .sdm1zl li::before { content: "★"; }
.jnml11  .eae58kv9 li::before { content: "✕"; }
.de05    .sdm1zl li::before { content: "◆"; }
.de05    .eae58kv9 li::before { content: "▲"; }
.g7k6  .sdm1zl li::before { content: "▶"; }
.g7k6  .eae58kv9 li::before { content: "■"; }
.x7usc9bb { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.k2q3zvw3 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.lzrbs { background: var(--bg-pros); color: var(--c-tag-pay); }
.uesvl { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.yaykrii .uesvl { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.wmbh50x .uesvl { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .trwo .l613yhml {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .trwo .vpyvn { margin: 0; }
}
.uqrmu55 .r1k2ehrk { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.uqrmu55 .cmlwkvv h3 { color: var(--accent-light); }
.uqrmu55 .k2w5ves { background: var(--bg-page); border: 1px solid var(--border); }
.r192q30 .vpyvn { border-top: 4px solid var(--accent); }
.r192q30 .r1k2ehrk { background: var(--bg-card); }
.wh2t9l .vpyvn { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.wh2t9l .r1k2ehrk { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.wh2t9l .o276gs { padding: 14px 16px; }
.wh2t9l .k2w5ves { border-radius: 4px; }
.wh2t9l .uesvl { border-radius: 0; }
.xvsg .r1k2ehrk { padding: 0; gap: 0; overflow: hidden; }
.xvsg .k2w5ves { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.xvsg .cmlwkvv { padding: 16px 20px; }
.xvsg .pet8a { padding: 16px 20px; align-self: center; }
.wogosfpj .vgvs77 { font-size: .95rem; }
.rbazsic .bunjztrg { gap: 10px; }
.rbazsic .yfmpa9qy, .rbazsic .q2aysps0 { padding: 12px; }
.rbazsic .yfmpa9qy ul, .rbazsic .q2aysps0 ul { margin: 4px 0 0; padding-left: 18px; }
.rbazsic .yfmpa9qy li, .rbazsic .q2aysps0 li { font-size: .85rem; margin-bottom: 3px; }
.asa3t .k2q3zvw3 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .z6mm9 { grid-template-columns: 1fr; }
  .hm4b { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .hm4b .n6cail { width: 72px; height: 50px; }
  .hm4b .sk55 { max-width: 180px; }
  .hm4b .jyvxggg { width: auto; }
}
.tm7d .wogosfpj .vgvs77 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .tm7d { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .yjqnb19v { padding: 16px; }
  .z79u .zgfd { min-width: 50%; }
}
.ptk6 .bunjztrg { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .o1f77x { grid-template-columns: 1fr; }
  .jh9ig { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .a1yvtfsq { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .yq8zpl7 { flex-wrap: wrap; padding: 16px; }
}
.bxolilf .bunjztrg { gap: 8px; }
.bxolilf .yfmpa9qy, .bxolilf .q2aysps0 { padding: 8px; }
@media (max-width: 480px) {
  .j373z6 { flex-direction: column; align-items: stretch; }
}
.lgiqxn .jyvxggg .bhphwpgd { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .z44e6o { flex-direction: column; align-items: stretch; gap: 10px; }
  .lgiqxn .jyvxggg { text-align: center; }
}
@media (max-width: 720px) {
  .uk2sltl3 { grid-template-columns: 1fr; }
  .an7o8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .mavv6 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.hdud .lvl7v { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.m7feyo .vgvs77 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .tyeu { grid-template-columns: 1fr; }
  .m7feyo { width: 100px; height: 100px; margin: 16px auto; }
  .hdud { font-size: 1.4rem; }
  .td3m { justify-content: center; }
  .ynp03dj .zgfd { min-width: 50%; }
}
.tamppprt .bunjztrg { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .xrbyf { flex-wrap: wrap; padding: 14px 16px; }
  .n5k9 { padding: 12px 16px; }
  .tamppprt .bunjztrg { margin: 0 16px; }
  .tamppprt .asa3t { padding: 0 16px; }
  .il2aeic0 { padding: 12px 16px; }
}
.ziw5b7jc .zng9gqt {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.ziw5b7jc .zng9gqt:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.ka1qrp .h0erjg { gap: 18px; }
.ka1qrp .zng9gqt {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ka1qrp .zng9gqt:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.cag82m8w .h0erjg {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.cag82m8w .zng9gqt {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.cag82m8w .zng9gqt:last-child { border-bottom: none; }
.cag82m8w .n9qw007,
.cag82m8w .frrriui,
.cag82m8w .gayugq {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.mevo .h0erjg { gap: 0; }
.mevo .zng9gqt {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.mevo .zng9gqt:last-child { border-bottom: none; }
.mevo .zng9gqt:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.mevo .zng9gqt:nth-child(even):hover { background: var(--bg-hover); }
.cty2q .zng9gqt {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.ouwuqknh .gayugq .hlr9 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.ouwuqknh .gayugq .hlr9:first-child { border-left: none; }
.wm19dm1 .gayugq .hlr9 {
  background: transparent; padding: 4px 8px;
}
.wm19dm1 .gayugq .d62y1fg2 { font-size: .65rem; opacity: .65; }
.wm19dm1 .gayugq .dnvts   { font-size: 1.15rem; color: var(--accent-light); }
.uner8igj .gayugq .hlr9 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.fwxq { display: none; }
.cqov .mnuda { font-size: 1rem; letter-spacing: 2px; }
.t0mdh .mnuda {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.tb4q8i .mnuda,
.kgx7 .mnuda,
.x0bc4 .mnuda { display: none; }
.tb4q8i .fwxq,
.kgx7 .fwxq,
.x0bc4 .fwxq { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.tb4q8i .fwxq { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.tb4q8i .fwxq small { display: none; }
.kgx7 .fwxq {
  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;
}
.kgx7 .fwxq small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.x0bc4 .fwxq {
  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;
}
.x0bc4 .fwxq small { display: none; }
.tb4q8i .aivahiqp .vgvs77,
.kgx7 .aivahiqp .vgvs77,
.x0bc4 .aivahiqp .vgvs77 { display: none; }
.tb4q8i .aivahiqp strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.tb4q8i .lvl7v { display: none; }
.kgx7 .aivahiqp 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;
}
.kgx7 .r9q2efer,
.kgx7 .lvl7v { font-size: 1em; }
.x0bc4 .aivahiqp strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.x0bc4 .lvl7v { display: none; }
.l3ho8tbr { margin: 16px 0; }
.m2mfh { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.m2mfh summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.m2mfh summary::after { content: "+"; color: var(--accent-light); }
.m2mfh[open] summary::after { content: "−"; }
.m2mfh p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.o7juabpg { margin-bottom: 0; }
.jmjwjf55 h2.w3lzf { color: var(--text-primary); border-color: var(--accent-light); }
.wor02 h2.w3lzf { color: var(--text-primary); border-color: var(--accent-light); }
.cd6kdow .h6royl     { background: #052e16; border-color: #10b981; }
.cd6kdow .qh4o13i { background: #2d0a1e; border-color: #f43f5e; }
.cd6kdow .c8w1    { background: #1e1036; border-color: #a855f7; }
.cd6kdow .cwu89hpy strong  { color: #f1f5f9; }
.cd6kdow .cwu89hpy p       { color: #cbd5e1; }
.cd6kdow .mxjwibo8    .h6royl     .j7412j::before,
.cd6kdow .k94uc  .h6royl     .j7412j::before,
.cd6kdow .a5dowr  .h6royl     .j7412j::before,
.cd6kdow .eh45b .h6royl     .j7412j::before { color: #10b981; }
.cd6kdow .mxjwibo8    .qh4o13i .j7412j::before,
.cd6kdow .k94uc  .qh4o13i .j7412j::before,
.cd6kdow .a5dowr  .qh4o13i .j7412j::before,
.cd6kdow .eh45b .qh4o13i .j7412j::before { color: #f43f5e; }
.cd6kdow .mxjwibo8    .c8w1    .j7412j::before,
.cd6kdow .k94uc  .c8w1    .j7412j::before,
.cd6kdow .a5dowr  .c8w1    .j7412j::before,
.cd6kdow .eh45b .c8w1    .j7412j::before { color: #a855f7; }
.gfrch9 .h6royl     { background: #2d2000; border-color: #eab308; }
.gfrch9 .qh4o13i { background: #2d0b0b; border-color: #ef4444; }
.gfrch9 .c8w1    { background: #2d1600; border-color: #f97316; }
.gfrch9 .cwu89hpy strong  { color: #f1f5f9; }
.gfrch9 .cwu89hpy p       { color: #cbd5e1; }
.gfrch9 .mxjwibo8    .h6royl     .j7412j::before,
.gfrch9 .k94uc  .h6royl     .j7412j::before,
.gfrch9 .a5dowr  .h6royl     .j7412j::before,
.gfrch9 .eh45b .h6royl     .j7412j::before { color: #eab308; }
.gfrch9 .mxjwibo8    .qh4o13i .j7412j::before,
.gfrch9 .k94uc  .qh4o13i .j7412j::before,
.gfrch9 .a5dowr  .qh4o13i .j7412j::before,
.gfrch9 .eh45b .qh4o13i .j7412j::before { color: #ef4444; }
.gfrch9 .mxjwibo8    .c8w1    .j7412j::before,
.gfrch9 .k94uc  .c8w1    .j7412j::before,
.gfrch9 .a5dowr  .c8w1    .j7412j::before,
.gfrch9 .eh45b .c8w1    .j7412j::before { color: #f97316; }
.jvvm .h6royl     { background: #0c1a2e; border-color: #38bdf8; }
.jvvm .qh4o13i { background: #12103a; border-color: #818cf8; }
.jvvm .c8w1    { background: #0a2020; border-color: #2dd4bf; }
.jvvm .cwu89hpy strong  { color: #f1f5f9; }
.jvvm .cwu89hpy p       { color: #cbd5e1; }
.jvvm .mxjwibo8    .h6royl     .j7412j::before,
.jvvm .k94uc  .h6royl     .j7412j::before,
.jvvm .a5dowr  .h6royl     .j7412j::before,
.jvvm .eh45b .h6royl     .j7412j::before { color: #38bdf8; }
.jvvm .mxjwibo8    .qh4o13i .j7412j::before,
.jvvm .k94uc  .qh4o13i .j7412j::before,
.jvvm .a5dowr  .qh4o13i .j7412j::before,
.jvvm .eh45b .qh4o13i .j7412j::before { color: #818cf8; }
.jvvm .mxjwibo8    .c8w1    .j7412j::before,
.jvvm .k94uc  .c8w1    .j7412j::before,
.jvvm .a5dowr  .c8w1    .j7412j::before,
.jvvm .eh45b .c8w1    .j7412j::before { color: #2dd4bf; }
.ldmg::before,
.i7fqfwjt::before { margin-right: 5px; }
.ezex .yfmpa9qy ul li,
.ezex .sdm1zl li         { color: #4ade80; }
.ezex .yfmpa9qy .ldmg { color: #22c55e; }
.ezex .q2aysps0 ul li,
.ezex .eae58kv9 li         { color: #f87171; }
.ezex .q2aysps0 .i7fqfwjt { color: #ef4444; }
.mm0dt .yfmpa9qy { background: var(--bg-pros); }
.mm0dt .q2aysps0 { background: var(--bg-cons); }
.mm0dt .yfmpa9qy .ldmg { color: var(--c-pros-label); }
.mm0dt .q2aysps0 .i7fqfwjt { color: var(--c-cons); }
.mm0dt .yfmpa9qy ul li,
.mm0dt .sdm1zl li            { color: var(--c-pros); }
.mm0dt .q2aysps0 ul li,
.mm0dt .eae58kv9 li            { color: var(--c-cons); }
.ujygmon .yfmpa9qy { background: var(--bg-pros); }
.ujygmon .q2aysps0 { background: var(--bg-cons); }
.ujygmon .yfmpa9qy .ldmg { color: var(--c-pros-label); }
.ujygmon .q2aysps0 .i7fqfwjt { color: var(--c-cons); }
.ujygmon .yfmpa9qy ul li,
.ujygmon .sdm1zl li          { color: var(--c-pros); }
.ujygmon .q2aysps0 ul li,
.ujygmon .eae58kv9 li          { color: var(--c-cons); }
.k1un0ktb .ldmg::before { content: "✓ "; }
.k1un0ktb .i7fqfwjt::before { content: "✗ "; }
.be6wz1 .ldmg::before { content: "→ "; }
.be6wz1 .i7fqfwjt::before { content: "← "; }
.jnml11 .ldmg::before { content: "★ "; }
.jnml11 .i7fqfwjt::before { content: "✕ "; }
.de05 .ldmg::before { content: "◆ "; }
.de05 .i7fqfwjt::before { content: "▲ "; }
.wmbh50x .cwu89hpy { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.wmbh50x .cwu89hpy strong { color: var(--text-primary); }
.wmbh50x .cwu89hpy p      { color: var(--text-muted); }
.yaykrii .cwu89hpy { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.st73 .cwu89hpy {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.st73 .cwu89hpy strong,
.st73 .cwu89hpy p { color: #fff; }
.st73 .j7412j::before { color: rgba(255,255,255,0.9) !important; }
.nwhfho .cwu89hpy {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.nwhfho .cwu89hpy strong { color: var(--text-primary); }
.nwhfho .cwu89hpy p      { color: var(--text-muted); }
.uq8m .cwu89hpy { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.mxjwibo8 .j7412j,
.k94uc .j7412j,
.a5dowr .j7412j,
.eh45b .j7412j { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.mxjwibo8 .j7412j::before,
.k94uc .j7412j::before,
.a5dowr .j7412j::before,
.eh45b .j7412j::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.mxjwibo8 .h6royl     .j7412j::before { content: "✦"; color: var(--c-tip-border); }
.mxjwibo8 .qh4o13i .j7412j::before { content: "▲"; color: var(--c-warn-border); }
.mxjwibo8 .c8w1    .j7412j::before { content: "◉"; color: #60a5fa; }
.k94uc .h6royl     .j7412j::before { content: "★"; color: var(--c-tip-border); }
.k94uc .qh4o13i .j7412j::before { content: "◆"; color: var(--c-warn-border); }
.k94uc .c8w1    .j7412j::before { content: "●"; color: #60a5fa; }
.a5dowr .h6royl     .j7412j::before { content: "▶"; color: var(--c-tip-border); }
.a5dowr .qh4o13i .j7412j::before { content: "■"; color: var(--c-warn-border); }
.a5dowr .c8w1    .j7412j::before { content: "▸"; color: #60a5fa; }
.eh45b .h6royl     .j7412j::before { content: "→"; color: var(--c-tip-border); }
.eh45b .qh4o13i .j7412j::before { content: "⬥"; color: var(--c-warn-border); }
.eh45b .c8w1    .j7412j::before { content: "◈"; color: #60a5fa; }
.l1vti .j767m .wuiv,
.l1vti .ugdv6 .wuiv  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.l1vti .oxvmep                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.l1vti .zng9gqt                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.l1vti .vpyvn            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.l1vti .pc4dhu5f          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.l1vti .mr3g3m                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.v53nwf .j767m .wuiv,
.v53nwf .ugdv6 .wuiv,
.v53nwf .oxvmep,
.v53nwf .zng9gqt,
.v53nwf .vpyvn,
.v53nwf .pc4dhu5f,
.v53nwf .mr3g3m,
.v53nwf .uq8m .cwu89hpy { box-shadow: none; }
.i21ibye   .tmwflm, .i21ibye .i8ac, .i21ibye .pog1w5,
.i21ibye   .oii65g, .i21ibye .apx5 { font-size: 0.9rem; }
.i21ibye   .wp9vlh, .i21ibye .zepmz7h { font-size: 0.9rem; }
.jemm1km   .tmwflm, .jemm1km .i8ac, .jemm1km .pog1w5,
.jemm1km   .oii65g, .jemm1km .apx5 { font-size: 0.95rem; }
.jemm1km   .wp9vlh, .jemm1km .zepmz7h { font-size: 0.95rem; }
.cqunnl   .tmwflm, .cqunnl .i8ac, .cqunnl .pog1w5,
.cqunnl   .oii65g, .cqunnl .apx5 { font-size: 1.08rem; }
.cqunnl   .wp9vlh, .cqunnl .zepmz7h { font-size: 1.05rem; }
.cqunnl   .ygu3ly { font-size: 0.97rem; }
.b26s .ceos      { font-size: 3.2rem; }
.b26s h2.w3lzf { font-size: 1.9rem; }
.b26s h3.rpn4evn     { font-size: 1.4rem; }
.cq2inig .ceos      { font-size: 3.8rem; }
.cq2inig h2.w3lzf { font-size: 2.2rem; }
.cq2inig h3.rpn4evn     { font-size: 1.6rem; }
.o7juabpg + .o7juabpg { position: relative; }
.x6ow2r   .o7juabpg + .o7juabpg::before,
.bzhbc8w4  .o7juabpg + .o7juabpg::before,
.b7c9   .o7juabpg + .o7juabpg::before,
.qjittsm8   .o7juabpg + .o7juabpg::before,
.wowh   .o7juabpg + .o7juabpg::before,
.b9b8cgj .o7juabpg + .o7juabpg::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.x6ow2r .o7juabpg + .o7juabpg::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.bzhbc8w4 .o7juabpg + .o7juabpg::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.b7c9 .o7juabpg + .o7juabpg::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;
}
.qjittsm8 .o7juabpg + .o7juabpg::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.npbi5 .o7juabpg { margin-bottom: 16px; }
.npbi5 .o7juabpg + .o7juabpg { margin-top: 0; }
.npbi5 .exesni7 { padding-top: 0; padding-bottom: 0; }
.wowh .o7juabpg + .o7juabpg::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.b9b8cgj .o7juabpg + .o7juabpg::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.zfjopr .o7juabpg + .o7juabpg::before,
.k2nf .o7juabpg + .o7juabpg::before,
.cgh7l .o7juabpg + .o7juabpg::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%;
}
.ew9le .zfjopr .o7juabpg:nth-child(even)::before,
.ew9le .k2nf .o7juabpg:nth-child(even)::before,
.ew9le .cgh7l .o7juabpg:nth-child(even)::before { background: var(--bg-surface); }
.h02nz .zfjopr .o7juabpg:nth-child(even)::before,
.h02nz .k2nf .o7juabpg:nth-child(even)::before,
.h02nz .cgh7l .o7juabpg:nth-child(even)::before { background: var(--bg-card); }
.zfjopr .o7juabpg + .o7juabpg::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");
}
.k2nf .o7juabpg + .o7juabpg::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");
}
.cgh7l .o7juabpg + .o7juabpg::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");
}
.zvedsnn .ovlsug,
.nk3r596z .ovlsug { padding-bottom: 60px; }
.jtfi .ovlsug { padding-bottom: 70px; }
.bezn4 .yd9g1 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.uvubwa .yd9g1 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.afgd5hhg .yd9g1 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.vidmfa .yd9g1 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.d5g0 .a0zgin6 { background: var(--accent); }
.d5g0 .a0zgin6 .byik3jbl { background: none; }
.d5g0 .e0nb56li { background: var(--accent); }
.d5g0 .yd9g1 { background: var(--accent-bg); }
.d5g0 .q8afd:not(.a0zgin6) .byik3jbl { background: rgba(0,0,0,0.6); }
.c6gm5d .ckyl0 { float: left; width: 38%; margin: 0 28px 16px 0; }
.c6gm5d .ckyl0 .cw5wg6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.c6gm5d .exesni7::after { content: ''; display: block; clear: both; }
.in1hxmed .ckyl0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.in1hxmed .ckyl0 .cw5wg6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.in1hxmed .exesni7::after { content: ''; display: block; clear: both; }
.wj8k9f .o7juabpg:nth-child(odd)  .ckyl0 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.wj8k9f .o7juabpg:nth-child(even) .ckyl0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.wj8k9f .ckyl0 .cw5wg6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wj8k9f .exesni7::after { content: ''; display: block; clear: both; }
.c6gm5d .rrs65tff,
.c6gm5d .h0erjg,
.in1hxmed .rrs65tff,
.in1hxmed .h0erjg,
.wj8k9f .rrs65tff,
.wj8k9f .h0erjg { clear: both; }
@media (max-width: 900px) {
  .c6gm5d .ckyl0,
  .in1hxmed .ckyl0,
  .wj8k9f .o7juabpg:nth-child(odd)  .ckyl0,
  .wj8k9f .o7juabpg:nth-child(even) .ckyl0 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .c6gm5d .ckyl0 .cw5wg6,
  .in1hxmed .ckyl0 .cw5wg6,
  .wj8k9f .ckyl0 .cw5wg6 {
    max-height: none !important;
  }
}
.c6gm5d .wp9vlh,
.c6gm5d .zepmz7h,
.in1hxmed .wp9vlh,
.in1hxmed .zepmz7h,
.wj8k9f .wp9vlh,
.wj8k9f .zepmz7h { overflow: hidden; }
@media (max-width: 640px) {
  .c6gm5d .ckyl0,
  .in1hxmed .ckyl0,
  .wj8k9f .ckyl0 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.tyylchkl .n7ll7,
.tyylchkl .exesni7,
.tyylchkl .ge87miuq  { max-width: 1100px; }
.y5u9 .n7ll7,
.y5u9 .exesni7,
.y5u9 .ge87miuq  { max-width: 1200px; }
.y5u9 { --content-mw: 1200px; }
.g43cw10v .n7ll7,
.g43cw10v .exesni7,
.g43cw10v .ge87miuq  { max-width: 1320px; }
.ihtlmsx { font-size: 0.82rem; color: var(--text-muted); }
.ucnk7 { display: flex; align-items: center; }
.da5aica {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.cp3oo { display: flex; align-items: center; }
.d7pd { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.d7pd:hover { text-decoration: underline; }
.fcodc1ae { margin: 0 3px; opacity: 0.45; }
.fcodc1ae::before { content: '/'; }
.ktgpemzn { padding: 2px 5px; color: var(--text-main); }
.d186 .ihtlmsx {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.d186 .ucnk7 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.m6visa .ihtlmsx {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.m6visa .ucnk7 { padding: 0 0 0 12px; }
.cobnm3 .ucnk7 { padding: 0 16px; }
.cobnm3 .ihtlmsx {
  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);
}
.cobnm3 .n7ll7 { padding-top: 28px; }
@media (max-width: 720px) {
  .eb624 { margin-top: 18px; padding: 0 16px; }
  .cobnm3 .n7ll7 { padding-top: 16px; }
}
.tyylchkl.d186 .ucnk7 { max-width: 1100px; }
.y5u9.d186 .ucnk7 { max-width: 1200px; }
.g43cw10v.d186 .ucnk7 { max-width: 1320px; }
.y5u9 .eb624 { max-width: 1200px; }
.tifawnc4 .o7juabpg { padding-top: 16px; padding-bottom: 16px; }
.dv1wg1 .o7juabpg { padding-top: 24px; padding-bottom: 24px; }
.u9r18 .o7juabpg { padding-top: 40px; padding-bottom: 40px; }
.xndedb .o7juabpg { padding-top: 52px; padding-bottom: 52px; }
.jfny862 .o7juabpg:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jfny862 .o7juabpg:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jfny862 .o7juabpg:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jfny862 .o7juabpg:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ilubjwng .exesni7 { padding-top: 10px;  padding-bottom: 10px; }
.xn58s .exesni7 { padding-top: 18px;  padding-bottom: 18px; }
.hcl6 .exesni7 { padding-top: 36px;  padding-bottom: 36px; }
.mmgmmb .exesni7 { padding-top: 48px;  padding-bottom: 48px; }
.fgsslfay h2.w3lzf { font-weight: 600; }
.fgsslfay h3.rpn4evn     { font-weight: 600; }
.x0od6 h2.w3lzf { font-weight: 800; }
.x0od6 h3.rpn4evn     { font-weight: 700; }
.v2ca h2.w3lzf { font-weight: 900; }
.v2ca h3.rpn4evn     { font-weight: 800; }
.v2ca .cwu89hpy strong,
.v2ca .cwu89hpy strong { font-weight: 600; }
.xdol {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.nb5a .xdol { display: none; }
@media (max-width: 640px) {
  .xdol { display: none !important; }
}
.xdol { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xdol:hover { opacity: 0.85; }
.dtzb .xdol { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.lhodl .ryxam9 { right: 32px; }
@media (max-width: 480px) {
  .lhodl .ryxam9 { right: 20px; bottom: 20px; }
  .jd1r  .ryxam9 { left: 20px; bottom: 20px; }
}
.iupyi { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ge87miuq { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.d57m5 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.nzu1m3 { color: var(--text-dim); font-size: 0.8rem; }
.jhfv a, .x4qwvkc a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.jhfv a:hover, .x4qwvkc a:hover { color: var(--accent-light); }
.x4qwvkc { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.bhw32i6 .ge87miuq { text-align: center; }
.bhw32i6 .x4qwvkc { justify-content: center; margin-bottom: 16px; }
.bhw32i6 .d57m5 { margin-top: 0; }
.bsuc591 { margin-top: 10px; }
.bsuc591 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ge87miuq { padding-left: 16px; padding-right: 16px; }
  .mw6e1 .ge87miuq { padding: 20px 16px; }
  .x4qwvkc { gap: 4px 12px; }
  .d57m5 { font-size: 0.78rem; }
}
.q0rg .d57m5 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.q0rg .nzu1m3 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .q0rg .xzcdp4 { grid-template-columns: 1fr 1fr; } .q0rg .op3k { grid-column: 1 / -1; } }
@media (max-width: 480px) { .q0rg .xzcdp4 { grid-template-columns: 1fr; } }
.mctv .d57m5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .mctv .e1h4y4k { gap: 12px; } .mctv .kqbobmjz { margin-right: 0; width: 100%; } }
.rscs232 .d57m5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.rscs232 .nzu1m3 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .rscs232 .hm89fo { grid-template-columns: 1fr 1fr; } .rscs232 .xzxu4 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rscs232 .hm89fo { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .g1n4g704 .z07j1y7 { grid-template-columns: 1fr 1fr; } .g1n4g704 .iewcl4bp:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .g1n4g704 .z07j1y7 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .haf2ktpz .z07j1y7 { grid-template-columns: 1fr; } }
.ovyqgcht .ge87miuq { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ovyqgcht .x4qwvkc { justify-content: center; }
.fbq2oual .emmbk39v      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.fbq2oual .iupyi { background: var(--bg-page); border-top-color: var(--border-alt); }
.hxauf .emmbk39v      { background: #0d1117; border-bottom-color: #21262d; }
.hxauf .sujm7dqe { color: var(--accent-light); }
.hxauf .cgmvdua { --msep-color: #8b949e; }
.hxauf .cgmvdua a { color: #8b949e; }
.hxauf .cgmvdua a:hover { color: var(--accent-light); }
.hxauf .mex4lsr { color: #8b949e; }
.hxauf .iupyi { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.hxauf .d57m5,
.hxauf .nzu1m3 { color: #6e7681; }
.hxauf .jhfv a, .hxauf .x4qwvkc a,
.hxauf .jhfv a:hover, .hxauf .x4qwvkc a:hover,
@media (max-width: 640px) {
  .hxauf .cgmvdua { background: #0d1117; border-top-color: #21262d; }
  .hxauf .cgmvdua li a { border-bottom-color: #21262d; }
}
.shyf09y7 .emmbk39v      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.shyf09y7 .sujm7dqe { color: var(--accent-light); }
.shyf09y7 .cgmvdua { --msep-color: #475569; }
.shyf09y7 .cgmvdua a { color: #475569; }
.shyf09y7 .cgmvdua a:hover { color: var(--accent-light); }
.shyf09y7 .mex4lsr { color: #64748b; }
.shyf09y7 .iupyi { background: #f0f4f8; border-top-color: #cbd5e1; }
.shyf09y7 .d57m5,
.shyf09y7 .nzu1m3 { color: #64748b; }
.shyf09y7 .jhfv a, .shyf09y7 .x4qwvkc a,
.shyf09y7 .jhfv a:hover, .shyf09y7 .x4qwvkc a:hover,
@media (max-width: 640px) {
  .shyf09y7 .cgmvdua { background: #f0f4f8; border-top-color: #cbd5e1; }
  .shyf09y7 .cgmvdua li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.z0ue8h8v .emmbk39v      { background: var(--accent); border-bottom-color: var(--accent-light); }
.z0ue8h8v .sujm7dqe { color: #fff; }
.z0ue8h8v .cgmvdua { --msep-color: rgba(255,255,255,0.82); }
.z0ue8h8v .cgmvdua a { color: rgba(255,255,255,0.82); }
.z0ue8h8v .cgmvdua a:hover { color: #fff; }
.z0ue8h8v .mex4lsr { color: rgba(255,255,255,0.9); }
.z0ue8h8v .iupyi { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.z0ue8h8v .d57m5,
.z0ue8h8v .nzu1m3 { color: rgba(255,255,255,0.72); }
.z0ue8h8v .jhfv a, .z0ue8h8v .x4qwvkc a,
.z0ue8h8v .jhfv a:hover, .z0ue8h8v .x4qwvkc a:hover,
@media (max-width: 640px) {
  .z0ue8h8v .cgmvdua { background: var(--accent); border-top-color: var(--accent-light); }
  .z0ue8h8v .cgmvdua li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.d1777 .emmbk39v {
  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);
}
.d1777 .iupyi {
  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) {
  .d1777 .cgmvdua {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.m2ju .yvtc6g { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.i9o6ar2p .yvtc6g { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.kcr6 .yvtc6g { min-height: 72px; height: auto; }
.mvc9jw .yvtc6g { min-height: 84px; height: auto; }
.mw6e1 .yvtc6g { max-width: none; padding: 0 32px; }
.mw6e1 .ge87miuq  { max-width: none; padding: 24px 32px; }
.t6oih62j.y5u9 .yvtc6g { max-width: 1200px; }
.t6oih62j.g43cw10v .yvtc6g { max-width: 1320px; }
.fr6ot   .sujm7dqe, .fr6ot   .kqbobmjz { text-transform: capitalize; }
.ergk931 .sujm7dqe, .ergk931 .kqbobmjz { text-transform: lowercase; }
.wn3lytr .sujm7dqe, .wn3lytr .kqbobmjz { text-transform: uppercase; letter-spacing: 0.06em; }
.vdeo5db, .wbgvii {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.a2v4qmpr .vdeo5db,
.bn11akw .vdeo5db,
.w9tkd2b .vdeo5db,
.tv8oehf5 .vdeo5db,
.qjbm5   .cgmvdua a { font-weight: 500; }
.j1cn7w .cgmvdua a { font-weight: 600; }
.u76x     .cgmvdua a { font-weight: 700; }
.yk4p94qg    .cgmvdua a { font-weight: 800; letter-spacing: 0.01em; }
.fqg0zv     .cgmvdua > li + li::before,
.gw60eaz    .cgmvdua > li + li::before,
.t6pu9efn    .cgmvdua > li + li::before,
.le3so4p .cgmvdua > li + li::before,
.qt8k .cgmvdua > li + li::before,
.di6n3qjf  .cgmvdua > li + li::before,
.ra9xh98    .cgmvdua > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.fqg0zv     .cgmvdua > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.gw60eaz    .cgmvdua > li + li::before { content: "|"; }
.t6pu9efn    .cgmvdua > li + li::before { content: "—"; }
.le3so4p .cgmvdua > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.qt8k .cgmvdua > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.di6n3qjf  .cgmvdua > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ra9xh98    .cgmvdua > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ooqb0go .mex4lsr,
  .r7vgk88y .mex4lsr,
  .gf195lv9 .mex4lsr,
  .nei4 .mex4lsr,
  .noysk5o9 .mex4lsr {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ooqb0go .mex4lsr::before,
  .r7vgk88y .mex4lsr::before,
  .gf195lv9 .mex4lsr::before,
  .nei4 .mex4lsr::before,
  .noysk5o9 .mex4lsr::before { content: ""; display: block; flex-shrink: 0; }

  
  .ooqb0go .mex4lsr::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;
  }

  
  .r7vgk88y .mex4lsr::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;
  }

  
  .gf195lv9 .mex4lsr::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;
  }

  
  .nei4 .mex4lsr::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;
  }

  
  .noysk5o9 .mex4lsr::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) {
  .nalhh .mex4lsr {
    padding: 5px 14px;
  }
  .nalhh .cgmvdua {
    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;
  }
  .nalhh .cgmvdua li a {
    border-bottom: none; padding: 10px 22px;
  }
  .nalhh .cgmvdua li a:hover { background: var(--bg-raised); }
  .nalhh .tb34fx,
  .tymr9 .tb34fx,
  .ir93rciz .tb34fx { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .gjmjh .mex4lsr {
    padding: 5px 10px;
  }
  .gjmjh .cgmvdua {
    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);
  }
  .gjmjh .cgmvdua.kbry4kp { transform: translateX(0); }
  .gjmjh .cgmvdua li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .gjmjh .cgmvdua li:last-child a { border-bottom: none; }
  .z0ue8h8v .cgmvdua,
  .hxauf .cgmvdua { background: var(--accent) !important; }
  .z0ue8h8v .cgmvdua li a,
  .hxauf .cgmvdua li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ir93rciz .mex4lsr {
    padding: 5px 10px;
  }
  .ir93rciz .cgmvdua {
    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);
  }
  .ir93rciz .cgmvdua::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ir93rciz .cgmvdua.kbry4kp { transform: translateY(0); }
  .ir93rciz .cgmvdua li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .w69j56v7 .mex4lsr {
    padding: 5px 10px;
  }
  .w69j56v7 .cgmvdua {
    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;
  }
  .w69j56v7 .cgmvdua.kbry4kp { opacity: 1; pointer-events: auto; }
  .w69j56v7 .cgmvdua li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .p3bw57     .mex4lsr { border-radius: 0 !important; }
  .gq7ln7   .mex4lsr { border-radius: 8px !important; }
  .fulo .mex4lsr { border-radius: 50% !important; }
  .e3ucq9   .mex4lsr { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .dzuxa .kt2v2 { flex-direction: column; align-items: stretch; }
  .dzuxa .m6f1msr { flex-direction: row; min-width: auto; }
  .dzuxa .rehzbltk { align-items: flex-start; text-align: left; }
}
.ysj8k,
.ysj8k.o7juabpg,
.ew9le .ysj8k,
.zppa0r .ysj8k,
.h02nz .ysj8k,
.ngvzq .ysj8k {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.jcc36dz {
  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;
}
.wuvpje { flex: 1 1 280px; min-width: 0; }
.gsx7 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.xm5pk {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.tenjbhi {
  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;
}
.tenjbhi:hover { transform: translateY(-1px); opacity: 0.95; }
.owutyn .jcc36dz {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.owutyn .gsx7 { color: var(--cta); }
.owutyn .xm5pk { color: var(--text-body); }
.owutyn .tenjbhi {
  background: var(--cta) !important;
  color: #fff !important;
}
.jemo0l8k .jcc36dz {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.jemo0l8k .gsx7 { color: var(--text-primary); }
.jemo0l8k .xm5pk { color: var(--text-body); }
.jemo0l8k .tenjbhi {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .jcc36dz {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .wuvpje { flex: 0 0 auto; }
  .gsx7 { font-size: 1.2rem; }
  .tenjbhi { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ozcd5z .odiw { height: 36px; }
.vmdlt7 .odiw { height: 60px; max-width: 200px; }
.vtgv .odiw { height: 56px; max-width: 180px; }
.oci0    .mnuda, .oci0    .vgvs77 { color: #f59e0b; }
.f66ewou2      .mnuda { font-size: 1rem; letter-spacing: 1.5px; }
.f66ewou2      .vgvs77   { font-size: 1.35rem; }
.ushxfj    .mnuda, .ushxfj    .vgvs77 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.bmoyl6     .mnuda, .bmoyl6     .vgvs77 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.smlaa8g .mnuda, .smlaa8g .vgvs77 { color: var(--cta); letter-spacing: 2px; }
.h4et5o   .mnuda, .h4et5o   .vgvs77 { color: #e91e63; letter-spacing: 2px; }
.agjee  .mnuda, .agjee  .vgvs77 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.y7cbt     .mnuda, .y7cbt     .vgvs77 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ouwuqknh .hlr9 + .hlr9 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.x959 .zng9gqt { padding: 18px 24px; min-height: 68px; }
.wm19dm1 .d62y1fg2 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.wm19dm1 .dnvts {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.uner8igj .hlr9 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.h0erjg { counter-reset: cs-rank; }
.h0erjg .zng9gqt { counter-increment: cs-rank; }
.h0erjg .zng9gqt::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;
}
.htic .h0erjg { counter-reset: cs-rank; gap: 0; }
.htic .zng9gqt {
  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;
}
.htic .zng9gqt::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;
}
.htic .n9qw007 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.htic .odnaqh {
  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;
}
.htic .qg2q { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.htic .n9qw007 { min-width: 0; flex-direction: column; width: 100%; }
.htic .uy2sk4v7 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.htic .mnuda { color: var(--cta, var(--accent)); }
.htic .fwxq { font-weight: 700; }
.htic .hlr9 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.htic .d62y1fg2 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.htic .dnvts {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.htic .f1mwplfb .dnvts { font-size: 1.3rem; color: var(--accent-light); }
.htic .rno7 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.htic .zng9gqt:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .htic .h0erjg {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .htic .zng9gqt {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .htic .zng9gqt { padding: 40px 16px 20px; }
  .htic .hlr9 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .htic .rno7 { width: 100%; min-width: 0; }
}
.x09rx8t .h0erjg { counter-reset: cs-rank; gap: 10px; }
.x09rx8t .zng9gqt {
  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);
}
.x09rx8t .zng9gqt::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);
}
.x09rx8t .n9qw007 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.x09rx8t .odnaqh {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.x09rx8t .qg2q { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.x09rx8t .uy2sk4v7 {
  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;
}
.x09rx8t .mnuda { color: var(--cta, var(--accent)); }
.x09rx8t .hlr9 {
  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;
}
.x09rx8t .d62y1fg2 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.x09rx8t .dnvts { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.x09rx8t .f1mwplfb .dnvts { color: var(--accent-light); }
.x09rx8t .rno7 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.x09rx8t .zng9gqt:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .x09rx8t .zng9gqt {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .x09rx8t .zng9gqt::before {
    position: absolute; top: 14px; left: 14px;
  }
  .x09rx8t .n9qw007 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .x09rx8t .uy2sk4v7 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .x09rx8t .hlr9 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .x09rx8t .rno7 { width: 100%; min-width: 0; }
  .x09rx8t .mnuda { min-width: 0; }
}
.ihq6x .zng9gqt::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.xii23 .m2mfh {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.xii23 .m2mfh summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.xii23 .m2mfh p { padding: 0 2px 16px; }
.drium .m2mfh { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.drium .m2mfh summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.drium .m2mfh summary::after { content: "›"; font-size: 1.2em; }
.drium .m2mfh[open] summary::after { content: "‹"; }
.drium .m2mfh p { padding: 10px 22px 4px; }
.wohnw3ys .m2mfh {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.wohnw3ys .m2mfh summary { color: var(--text-primary); padding-left: 16px; }
.wohnw3ys .m2mfh summary::after { content: "›"; font-size: 1.1em; }
.wohnw3ys .m2mfh[open] summary::after { content: "‹"; }
.wohnw3ys .m2mfh p { padding-left: 16px; }
.krt5v .l3ho8tbr { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.krt5v .m2mfh {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.krt5v .m2mfh:last-child { border-bottom: none; }
.krt5v .m2mfh summary { color: var(--text-primary); border-radius: 0; }
.krt5v .m2mfh summary::after { content: "›"; font-size: 1.1em; }
.krt5v .m2mfh[open] summary::after { content: "‹"; }
.wkluqy .m2mfh { overflow: hidden; }
.wkluqy .m2mfh summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.wkluqy .m2mfh summary::after { color: rgba(255,255,255,.75); }
.wkluqy .m2mfh[open] summary { border-radius: 0; }
.t51ivy3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.w72k {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.jshj5g8y {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.m4j7xou { color: var(--text-muted); font-size: 1.05rem; }
.ba1te {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.pc7t7bu { margin-bottom: 20px; }
.ie07r {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.cje11v6y {
  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;
}
.cje11v6y:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.izqgo { resize: vertical; min-height: 130px; }
.fa3ia { width: 100%; margin-top: 8px; }
.ur0f1xi {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.fjwv90 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.gaj8 { color: var(--text-muted); line-height: 1.75; }
.chr0k { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.chr0k li { margin-bottom: 6px; }
.keqy1i { max-width: 760px; margin: 0 auto; }
.wbdkr77i ul.chr0k { margin: 0; }
@media (max-width: 640px) { .wmgu6xne { grid-template-columns: 1fr; gap: 10px; } }
.r9safa { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.hzm4anbc { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.grnp0sk4 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.hzm4anbc p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.hzm4anbc .chr0k { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .r9safa { grid-template-columns: 1fr; } }
.dxchuvxa { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.dxchuvxa:hover .y8cnd25n { color: var(--accent-light); text-decoration: underline; }
.cvq5 { color: inherit; text-decoration: none; }
.cvq5:hover { color: var(--accent-light); text-decoration: underline; }
.hwxemn { display: inline-block; line-height: 0; }
.csyjwai { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.jeofz2w { max-width: 760px; margin: 0 auto; }
.v04szx ul.chr0k { margin: 0; }
.mvsnh1 { color: var(--text-muted); line-height: 1.75; }
.httx7j .chr0k,
.htsyc6s .chr0k,
.xfnsad5 .chr0k,
.cfev .chr0k {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.nhsg { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.su6k0 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.havl { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.fv1j { margin-top: 12px; }
.iczjr { 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; }
.iczjr:hover { border-bottom-color: var(--accent-light); }
.neqhut { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.neqhut img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ywrrf { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.m4ene { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.w68s5qf { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .xvvddok { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.zeo3 .havl, .zeo3 .su6k0 { max-width: 640px; }
.gyjjw .nhsg { font-size: 1.6rem; margin-top: 18px; }
.j45es8g .havl { margin-bottom: 28px; }
@media (max-width: 860px) { .nkqgz { grid-template-columns: 1fr; } .gyjjw { position: static; text-align: center; } }
.z9n7mbz .neqhut { margin: 0 auto 18px; }
.z9n7mbz .m4ene { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .xi3r { grid-template-columns: 1fr; } }
.gmbctm { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.cv5xwc { flex: 1; }
.gmbctm .nhsg { font-size: 1.6rem; margin-bottom: 6px; }
.a3rq { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.cfev { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.jc4kzlb { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.cfev p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.cfev .chr0k { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gmbctm { flex-direction: column; text-align: center; } .a3rq { grid-template-columns: 1fr; } }
.ag2hi8xl .nhsg { font-size: 1.35rem; margin: 0 0 4px; }
.ag2hi8xl .m4ene { margin: 0; }
.ibfe .jshj5g8y { color: var(--accent-light); }
.ssmp {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.ssmp .jshj5g8y { font-size: 2rem; }
.ssmp .m4j7xou { max-width: 680px; }
.lem8iv .jshj5g8y { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.lem8iv .m4j7xou  { margin: 0; }
@media (max-width: 640px) { .lem8iv { flex-direction: column; } }
.qiots8n .jshj5g8y { color: var(--accent-light); }
.kkqjv .jshj5g8y { color: #fff; }
.kkqjv .m4j7xou  { color: rgba(255,255,255,0.85); }
.jz9m { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .pk9dzxx { grid-template-columns: 1fr; } }
.xgh6lz2 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.xgh6lz2 .cje11v6y {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xgh6lz2 .cje11v6y:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.rdb0g .cje11v6y { background: var(--bg-raised); border-color: transparent; }
.rdb0g .cje11v6y:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ih6jgfs .cje11v6y { border-radius: 100px; padding: 11px 20px; }
.ih6jgfs .izqgo { border-radius: 14px; }
@media (max-width: 640px) { .x2ey0vv { grid-template-columns: 1fr; } }
.wxixo{display:none}
.wxixo:empty,.vxt3r:empty{display:none}
.s0us6b{position:relative;overflow:visible}
.ixy4ku .zn3lhqzr,.jrxax2d8 .zn3lhqzr,
.wln3 .zn3lhqzr,.ihzo .zn3lhqzr,
.y4ylk5vn .zn3lhqzr,.t28ozg .zn3lhqzr{display:block}
.zu1d .ej763u{display:block}
.ixy4ku .zn3lhqzr,.jrxax2d8 .zn3lhqzr,
.wln3 .zn3lhqzr,.ihzo .zn3lhqzr,
.y4ylk5vn .zn3lhqzr{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}
.ixy4ku .zn3lhqzr .vxt3r,.jrxax2d8 .zn3lhqzr .vxt3r,
.wln3 .zn3lhqzr .vxt3r,.ihzo .zn3lhqzr .vxt3r,
.y4ylk5vn .zn3lhqzr .vxt3r{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}
.ixy4ku .k6mm,.jrxax2d8 .k6mm,
.wln3 .k6mm,.ihzo .k6mm,
.y4ylk5vn .k6mm{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ixy4ku .zn3lhqzr,.jrxax2d8 .zn3lhqzr{top:12px}
.ixy4ku .zn3lhqzr .vxt3r{margin-right:auto}
.jrxax2d8 .zn3lhqzr .vxt3r{margin-left:auto}
.jrxax2d8 .zn3lhqzr{text-align:right}
.wln3 .zn3lhqzr,.ihzo .zn3lhqzr{bottom:12px}
.wln3 .zn3lhqzr .vxt3r{margin-right:auto}
.ihzo .zn3lhqzr .vxt3r{margin-left:auto}
.ihzo .zn3lhqzr{text-align:right}
.y4ylk5vn .zn3lhqzr{position:relative;margin-top:16px}
.y4ylk5vn .zn3lhqzr .vxt3r{margin:0 auto}
.t28ozg .zn3lhqzr{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.t28ozg .zn3lhqzr .vxt3r{margin:0}
.t28ozg .yd9g1~.zn3lhqzr,
.t28ozg .h89t3ltg~.zn3lhqzr{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.t28ozg .yd9g1~.zn3lhqzr .vxt3r,
.t28ozg .h89t3ltg~.zn3lhqzr .vxt3r{justify-content:flex-start}
.yd9g1~.zn3lhqzr,.h89t3ltg~.zn3lhqzr{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}
.yd9g1~.zn3lhqzr .vxt3r{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.h89t3ltg~.zn3lhqzr .vxt3r{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ej763u .vxt3r{margin:0 0 12px}
.vxt3r{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.c1fsoyc{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.y8cnd25n{font-weight:600;color:var(--text-heading);opacity:1}
.hhei::before{content:"·";margin:0 2px;opacity:.5}
.k6mm{white-space:nowrap}
.wit0wx .c1fsoyc{display:none}
.fikk .k6mm{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.fikk .hhei::before{content:""}
.kzg5o .k6mm{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}
.kzg5o .hhei::before{content:""}
.pzqo0 .vxt3r{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.yo3cz .k6mm{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.yo3cz .hhei::before{content:""}
.q5je9ras .k6mm{color: var(--accent-light);opacity:1;font-weight:500}
.hcsf .k6mm{border-bottom:1px solid currentColor;padding-bottom:2px}
.sj82 .vxt3r{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.e01fu{--date-bg:transparent}
.glif .hhei::before{content:""}
.npkft4yz .hhei::before{content:"•";opacity:.4}
.npkft4yz .k6mm + .k6mm::before{content:"•";margin-right:6px;opacity:.4}
.ug4g5 .hhei::before{content:"/";opacity:.35}
.ug4g5 .k6mm + .k6mm::before{content:"/";margin-right:6px;opacity:.35}
.zwiz .hhei::before{content:"|";opacity:.3}
.zwiz .k6mm + .k6mm::before{content:"|";margin-right:6px;opacity:.3}
.vuquk2e .hhei::before{content:"—";opacity:.3}
.vuquk2e .k6mm + .k6mm::before{content:"—";margin-right:6px;opacity:.3}
.ap3dx .hhei::before{content:"◆";font-size:.5em;opacity:.35}
.ap3dx .k6mm + .k6mm::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.vhoknc .hhei::before{content:"·";opacity:.4}
.vhoknc .k6mm + .k6mm::before{content:"·";margin-right:6px;opacity:.4}
.ieldgk .hhei::before{content:"›";opacity:.4}
.ieldgk .k6mm + .k6mm::before{content:"›";margin-right:6px;opacity:.4}
.cn2ey6pe .hhei::before{content:"→";opacity:.35;font-size:.85em}
.cn2ey6pe .k6mm + .k6mm::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.rnhzqoy{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.l7zx{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.gsad9ka{display:flex;flex-direction:column;gap:3px}
.ka4c45ow{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.nofkp1{font-weight:700;font-size:1rem;color:var(--text-heading)}
.kh6dh0g{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.ggohz .rnhzqoy{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.a3ewn .rnhzqoy{border-top:3px solid var(--accent);padding-top:18px}
.rwv4e .rnhzqoy{border-left:3px solid var(--accent);border-radius:0}
.gohs3e62 .rnhzqoy{padding:20px 0}
@media(max-width:640px){
  .rnhzqoy{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .kh6dh0g{max-width:100%}
}
.g3l5lx52 .pc4dhu5f{margin:0}
@media (max-width:560px){
  .p990j{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .fon7eqjx { padding: 28px 18px 20px; }
  .cd8ijpw1 { font-size: 1.2rem; }
  .mttuz3 { max-width: 220px; max-height: 80px; }
}
.wa02t6 {
  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);
}
.o08yyee {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.min8oicp  .wa02t6 { border-radius: 50%; }
.yntwwolw  .wa02t6 { border-radius: 6px; }
.n55b .wa02t6 { border-radius: 22px; }
.ixx33c .jcc36dz {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .wa02t6 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.va1pe .o7juabpg {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.va1pe .exesni7 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.va1pe .jcc36dz {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.k36k7 .o7juabpg,
.k36k7 .exesni7 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.k36k7 .jcc36dz {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .k36k7 { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .k36k7 .jcc36dz {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .k36k7 .xm5pk { display: none !important; }
  .k36k7 .gsx7 { font-size: 1.1rem !important; }
  .k36k7 .wa02t6 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .gg1x8 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .yvtc6g { flex-direction: row-reverse; }
[dir="rtl"] .cgmvdua { flex-direction: row-reverse; }
[dir="rtl"] .lhodl .ryxam9 { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .lhodl .ryxam9 { right: auto; left: 20px; }
  [dir="rtl"] .jd1r  .ryxam9 { left: auto;  right: 20px; }
}
[dir="rtl"] .c6gm5d .ckyl0  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .in1hxmed .ckyl0 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .yd9g1,
[dir="rtl"] .bbv52n,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .wp9vlh, [dir="rtl"] .zepmz7h { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .yfmpa9qy { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .q2aysps0 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .cwu89hpy { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .jcc36dz { direction: rtl; }
[dir="rtl"] .wa02t6 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .zng9gqt,
[dir="rtl"] .ihtlmsx { direction: rtl; }
[dir="rtl"] .mr3g3m { direction: rtl; }
[dir="rtl"] .vns4 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .obg0 .zepmz7h,
[dir="rtl"] .r0x71fe .zepmz7h,
[dir="rtl"] .z37m .zepmz7h,
[dir="rtl"] .zcquv .zepmz7h {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .obg0 .zepmz7h li::before,
[dir="rtl"] .r0x71fe .zepmz7h li::before,
[dir="rtl"] .z37m .zepmz7h li::before,
[dir="rtl"] .zcquv .zepmz7h li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .yd9g1.wdrbgah9 .ovlsug { align-items: flex-end; text-align: right; }
[dir="rtl"] .yd9g1.g77zm3 .ovlsug { text-align: center; }
[dir="rtl"] .yd9g1 .ovlsug { text-align: right; }
[dir="rtl"] .exesni7,
[dir="rtl"] .oii65g,
[dir="rtl"] .apx5,
[dir="rtl"] .ba1te,
[dir="rtl"] .ie07r,
[dir="rtl"] .havl,
[dir="rtl"] .cje11v6y,
[dir="rtl"] .izqgo { text-align: right; direction: rtl; }
[dir="rtl"] .ih6jgfs .cje11v6y,
[dir="rtl"] .xgh6lz2 .cje11v6y { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #c1383a;
  --brand:           #c1383a;
  --brand-light:     #933839;
  --brand-pale:      #b26061;
  --grad-start:      #d87b7d;
  --grad-end:        #e1b0b1;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #c1383a;
  --cta-light:       #a6292b;
  --cta-hover:       #912a2b;
  --bg-page:         #f7f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f3;
  --bg-raised:       #f0eeee;
  --bg-hover:        #f5f3f3;
  --border:          #e8e2e2;
  --border-alt:      #dbd0d0;
  --border-section:  #e8e2e2;
  --text-primary:    #1b1717;
  --text-muted:      #5f5353;
  --text-body:       #362f2f;
  --text-sub:        #514747;
  --text-faint:      #877777;
  --text-dim:        #9f9292;
  --text-label:      #6c5f5f;
  --text-value:      #433b3b;
  --accent-bg:       #efe5e5;
  --accent-bg-light: #e7cecf;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f3;
  --c-pros:          #1c8919;
  --c-cons:          #9f2122;
  --c-pros-label:    #21a31e;
  --c-tip-border:    #24b421;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1c8919;
}
:root { --logo-bg-opacity: 58%; }
body, button, input { font-family: "Inter", sans-serif; }
.krujkuxd .its273, .krujkuxd .yd9g1 { min-height: 420px; }
.fcodc1ae::before { content: '/'; }