:root {
  --color-accent: #b7341b;
  --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;
}
.pya9v {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.x2axa3 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.lke51 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.r48b { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.yiy2eg9 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.yiy2eg9 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.yiy2eg9 a:hover { color: var(--accent-light); }
.fk0ifzy3   .sdv5vc { border-radius: 0; }
.zok5le .sdv5vc li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .sdv5vc {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .vz25l:hover .sdv5vc,
  .vz25l:focus-within .sdv5vc { display: block; }
  .sdv5vc li a { padding: 8px 16px; font-size: 0.88rem; }
}
.o7x4i {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.lj4hx6ts { display: none; }
@media (max-width: 640px) {
  .lj4hx6ts {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .lj4hx6ts.ovai06q { display: block; }
}
@media (max-width: 640px) {
  .o7x4i { display: block; }
  .yiy2eg9 > li + li::before { display: none !important; }
  .yiy2eg9 {
    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;
  }
  .yiy2eg9.ovai06q { display: flex; }
  .yiy2eg9 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .yiy2eg9 li:last-child a { border-bottom: none; }
}
.n1bi3sr { min-height: 480px; }
.o1flw {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.dp3rfsg { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.xx5g .dp3rfsg { margin-left: 0; margin-right: 0; }
.pll02cx {
  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;
}
.zriw48sz .pll02cx { margin-top: 24px; }
.pll02cx:hover { opacity: 0.88; }
.qfboshv .o1flw { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.qfboshv .dp3rfsg { color: #e2e8f0; }
.qfboshv.kvwft .gtxtihz { text-align: center; }
.v53o .o1flw { color: var(--text-primary); text-shadow: none; }
.v53o .dp3rfsg { color: var(--text-muted); }
.v53o .pll02cx { margin-top: 16px; }
.v53o, .v53o.n1bi3sr { min-height: auto !important; }
.v53o.kvwft .gtxtihz { text-align: center; }
.v53o~.f1sb0of3{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}
.v53o~.f1sb0of3 .rkneq{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; }
}
.r50b .o1flw { color: #fff; }
.r50b .dp3rfsg { color: rgba(255,255,255,0.85); }
.tzrk .gzjmifm { position: relative; overflow: hidden; }
.tzrk .gzjmifm::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;
}
.m8z7 .gzjmifm {
  animation: hg-breathe 7s ease-in-out infinite;
}
.fvjk481r .gzjmifm { position: relative; overflow: hidden; }
.fvjk481r .gzjmifm::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;
}
.uyoyce .gzjmifm { position: relative; overflow: hidden; }
.uyoyce .gzjmifm::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;
}
.o9uc .gzjmifm {
  animation: hg-fadein 1.2s ease-out both;
}
.gzjmifm {
  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%);
}
.xfz74lf2 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.a8p1fy {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.za4jg {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.gzjmifm .o1flw { text-shadow: none; color: var(--text-primary); }
.gzjmifm .dp3rfsg { color: var(--text-muted); }
body.xfz5hg .o1flw {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.wjjl1t3n .o1flw {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.n1bi3sr.r50b .o1flw,
section.r50b .o1flw {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.gzjmifm.kvwft .xfz74lf2 { align-items: center; text-align: center; }
.gzjmifm.xx5g   .xfz74lf2 { align-items: flex-start; text-align: left; }
.pe3qs9 .a8p1fy { position: relative; }
.pe3qs9 .a8p1fy::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.pe3qs9.rtypz .a8p1fy::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.rjrd .a8p1fy {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.rjrd .za4jg {
  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);
}
.rjrd.rtypz .a8p1fy { padding: 32px 0 32px 32px; }
.fps4 .a8p1fy {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.fps4 .za4jg {
  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);
}
.rtypz .xfz74lf2 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.fps4.rtypz .a8p1fy { padding: 40px 16px 40px 48px; }
.n1bi3sr .vzhg22 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.vzhg22 .e9dnt8 {
  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;
}
.vzhg22 .e9dnt8::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.vzhg22 .wu0z6mwo { display: contents !important; }
.vzhg22 .wu0z6mwo .cqz7 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.vzhg22 .wu0z6mwo .wb2afuz { max-height: 48px; max-width: 96px; }
.vzhg22 .wu0z6mwo .iape {
  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;
}
.vzhg22 .ej77386 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.vzhg22 .ewzn1hr { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.vzhg22 .coa84c4t { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.vzhg22 .coa84c4t small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.vzhg22 .d4blc5 { display: contents !important; }
.vzhg22 .d4blc5 .ugl5:not(.u34y54q) { display: none !important; }
.vzhg22 .d4blc5 .u34y54q {
  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;
}
.vzhg22 .d4blc5 .u34y54q .y8vcp {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.vzhg22 .d4blc5 .u34y54q .gupc {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.vzhg22 .xv84 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.vzhg22 .xv84.b137p {
  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;
}
.vzhg22 .xv84.b137p:hover { opacity: 0.85; }
.vzhg22 .e9dnt8,
.vzhg22 .e9dnt8:hover,
.vzhg22 .e9dnt8:nth-child(even),
.vzhg22 .e9dnt8:nth-child(odd),
.vzhg22 .e9dnt8:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.rsdjgwf1 .a8p1fy {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .gzjmifm { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .gzjmifm:not(.rsdjgwf1) .a8p1fy { display: none !important; }
  .rsdjgwf1 .a8p1fy { padding: 16px; }
  .xfz74lf2  { padding: 36px 24px; }
  .gzjmifm~.f1sb0of3,.rtypz~.f1sb0of3{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .n1bi3sr, .gzjmifm { min-height: 320px !important; }
  .o1flw { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .j6jurb7,
  .u1li,
  .lf9cf5 { grid-template-columns: 1fr !important; }

  

  
  .kz0dq9f9 { display: flex !important; flex-direction: column !important; }
  .kz0dq9f9 .gtxtihz { display: contents; }
  .kz0dq9f9 .mrszr9k { order: 0; }
  .kz0dq9f9 .o1flw { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .kz0dq9f9 .j6jurb7 { order: 2; padding: 0 16px 12px !important; }
  .kz0dq9f9 .dp3rfsg { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .zriw48sz .gtxtihz { display: flex; flex-direction: column; }
  .zriw48sz .gtxtihz .o1flw { order: 1; }
  .zriw48sz .gtxtihz .lf9cf5 { order: 2; margin: 8px 0 24px !important; }
  .zriw48sz .gtxtihz .dp3rfsg { order: 3; }
  .zriw48sz .gtxtihz .pll02cx { order: 4; align-self: center; margin-top: 0; }

  
  .gzjmifm.rsdjgwf1 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .gzjmifm.rsdjgwf1 .xfz74lf2 { display: contents; padding: 0; }
  .gzjmifm.rsdjgwf1 .xfz74lf2 .o1flw { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .gzjmifm.rsdjgwf1 .a8p1fy { order: 2; padding: 12px 16px; }
  .gzjmifm.rsdjgwf1 .xfz74lf2 .dp3rfsg { order: 3; padding: 0 24px; margin: 0 auto; }
  .gzjmifm.rsdjgwf1 .xfz74lf2 .pll02cx { order: 4; align-self: center; margin: 8px 0 32px; }
}
.qf9q7o3c { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.w9um1p76 { width: 100%; height: auto; display: block; border-radius: 10px; }
.vx0wp7z .qf9q7o3c        { border-radius: 16px; }
.vx0wp7z .w9um1p76  { border-radius: 16px; }
.rnqb7 .qf9q7o3c         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.rnqb7 .w9um1p76   { border-radius: 8px; }
.y4ru2hvm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.fvsbj5 { width: 100%; padding: 32px 0; position: relative; }
.gk2dmyd { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.howp .fvsbj5:nth-child(even) { background: var(--bg-surface); }
.howp .fvsbj5:nth-child(odd)  { background: var(--bg-page); }
.dn7bgs43 .fvsbj5:nth-child(even) { background: var(--bg-card); }
.dn7bgs43 .fvsbj5:nth-child(odd)  { background: var(--bg-page); }
.howp .fvsbj5:nth-child(odd)  .gk2dmyd { background: var(--bg-card); border-radius: 6px; }
.howp .fvsbj5:nth-child(even) .gk2dmyd { background: var(--bg-raised); border-radius: 6px; }
.dn7bgs43 .fvsbj5:nth-child(odd)  .gk2dmyd { background: var(--bg-card); border-radius: 6px; }
.dn7bgs43 .fvsbj5:nth-child(even) .gk2dmyd { background: var(--bg-raised); border-radius: 6px; }
.howp .fvsbj5:nth-child(even) .nkxrkxx9 .qx67,
.dn7bgs43 .fvsbj5:nth-child(even) .nkxrkxx9 .qx67 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.howp .fvsbj5:nth-child(odd) .nkxrkxx9 .qx67,
.dn7bgs43 .fvsbj5:nth-child(odd) .nkxrkxx9 .qx67 { background: var(--bg-card-inner); }
.howp .fvsbj5:nth-child(even) .exov8ex .qx67:nth-child(odd),
.dn7bgs43 .fvsbj5:nth-child(even) .exov8ex .qx67:nth-child(odd)  { background: var(--bg-card); }
.howp .fvsbj5:nth-child(even) .exov8ex .qx67:nth-child(even),
.dn7bgs43 .fvsbj5:nth-child(even) .exov8ex .qx67:nth-child(even) { background: var(--bg-card-inner); }
h1.db9jh9s { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.db9jh9s {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.pxxns { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.lqkq5k h2.db9jh9s {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.wu7tzkz h2.db9jh9s {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.iqlpn h2.db9jh9s {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.kse8b h2.db9jh9s::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.c3g6spa h2.db9jh9s {
  color: var(--text-primary); font-size: 1.7rem;
}
.dxj4z4yo h2.db9jh9s::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.u5dd7vkp h2.db9jh9s {
  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) { .ztztbz { display: none; } }
.pvwcvosr { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.b2qf7 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.av6zfz {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.aedtr { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.wdg2sz { padding-left: 20px; }
.wdg2sz li { margin-bottom: 6px; }
.wdg2sz a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.wdg2sz a:hover { color: var(--accent-light); }
.hq51b61m .aedtr { display: none; }
.d6kebh .aedtr { display: none; }
.d6kebh .wdg2sz { padding-left: 0; list-style: none; }
.d6kebh .wdg2sz li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.d6kebh .wdg2sz a { font-size: 0.92rem; }
.yuxc1 .av6zfz { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.yuxc1 .aedtr { display: none; }
.yuxc1 .wdg2sz { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.yuxc1 .wdg2sz li { margin-bottom: 0; }
.yuxc1 .wdg2sz 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;
}
.yuxc1 .wdg2sz a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.p5ttvt .av6zfz { padding: 20px 20px 16px; }
.p5ttvt .wdg2sz {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.p5ttvt .wdg2sz li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.p5ttvt .wdg2sz 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;
}
.p5ttvt .wdg2sz 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;
}
.p5ttvt .wdg2sz a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.p5ttvt .wdg2sz a:focus,
.p5ttvt .wdg2sz a:focus-visible,
.p5ttvt .wdg2sz a:target { outline: none; }
.p5ttvt .wdg2sz li:target a { border-color: var(--border); color: var(--text-muted); }
.sndsy .av6zfz { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.sndsy .aedtr { display: none; }
.sndsy .wdg2sz { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.sndsy .wdg2sz li { counter-increment: toc-n; margin-bottom: 0; }
.sndsy .wdg2sz 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;
}
.sndsy .wdg2sz 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;
}
.sndsy .wdg2sz a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.lh8h2 .av6zfz { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.lh8h2 .aedtr { display: none; }
.lh8h2 .wdg2sz { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.lh8h2 .wdg2sz li { margin-bottom: 0; }
.lh8h2 .wdg2sz 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;
}
.lh8h2 .wdg2sz a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.xwt4f .av6zfz { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.xwt4f .aedtr { display: none; }
.xwt4f .wdg2sz { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.xwt4f .wdg2sz li { margin-bottom: 0; }
.xwt4f .wdg2sz li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.xwt4f .wdg2sz li:last-child::after { content: ""; margin-right: 0; }
.xwt4f .wdg2sz a { font-size: 0.9rem; }
.qx67 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.nkxrkxx9 .qx67 { background: var(--bg-card); }
.exov8ex .qx67:nth-child(odd)  { background: var(--bg-card); }
.exov8ex .qx67:nth-child(even) { background: var(--bg-raised); }
.k69m3qh1 .qx67 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.k69m3qh1 .qx67:last-child { border-bottom: none; }
.k69m3qh1 h3.pxxns { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.r1fz8pej .qx67 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.r1fz8pej .qx67 + .qx67 { margin-top: 4px; }
.efuixz0w .qx67 { background: none; border-radius: 0; padding: 12px 0; }
.efuixz0w .qx67 + .qx67 { border-top: 1px solid var(--border-section); }
.pctmt14 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.lxpf6zl { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.qllco { color: var(--text-body); margin-bottom: 10px; }
.qwztki9, .jqf515q { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.qwztki9 li, .jqf515q li { margin-bottom: 6px; }
.jqf515q li { list-style: decimal; }
.bjr8ti9     .qwztki9 { list-style-type: "● "; }
.mpiqa  .qwztki9 { list-style-type: "■ "; }
.szz7qu0v .qwztki9 { list-style-type: "◆ "; }
.sn69rph    .qwztki9 { list-style-type: "★ "; }
.bjr8ti9     .qj2mieht { list-style-type: "● "; }
.mpiqa  .qj2mieht { list-style-type: "■ "; }
.szz7qu0v .qj2mieht { list-style-type: "◆ "; }
.sn69rph    .qj2mieht { list-style-type: "★ "; }
.bjr8ti9    .qwztki9 li::marker, .bjr8ti9    .qj2mieht li::marker,
.mpiqa .qwztki9 li::marker, .mpiqa .qj2mieht li::marker,
.szz7qu0v .qwztki9 li::marker, .szz7qu0v .qj2mieht li::marker,
.sn69rph   .qwztki9 li::marker, .sn69rph   .qj2mieht li::marker {
  color: var(--cta); font-size: 1em;
}
.bjr8ti9 .jqf515q,
.mpiqa .jqf515q,
.szz7qu0v .jqf515q,
.sn69rph .jqf515q {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.bjr8ti9 .jqf515q li,
.mpiqa .jqf515q li,
.szz7qu0v .jqf515q li,
.sn69rph .jqf515q li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.bjr8ti9 .jqf515q li::before,
.mpiqa .jqf515q li::before,
.szz7qu0v .jqf515q li::before,
.sn69rph .jqf515q 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;
}
.bjr8ti9     .jqf515q li::before { border-radius: 50%; }
.mpiqa  .jqf515q li::before { border-radius: 3px; }
.szz7qu0v .jqf515q li::before { border-radius: 3px; }
.sn69rph    .jqf515q li::before { border-radius: 50%; }
.mbqpu1p { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.k1ors .mbqpu1p,
.huoy437d .mbqpu1p { background: transparent; border: none; border-radius: 0; }
.zic50t58 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.zic50t58 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.zic50t58 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.zic50t58 tr:hover td { background: var(--bg-hover); }
.syb43meg .zic50t58 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.mbufq .zic50t58 { border: 1px solid var(--border-alt); }
.mbufq .zic50t58 th,
.mbufq .zic50t58 td { border: 1px solid var(--border-alt); }
.wmdp .zic50t58 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.wmdp .zic50t58 td { border-bottom: none; }
.wmdp .zic50t58 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.uxmpwc .zic50t58 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.td0b .mbqpu1p {
  overflow: hidden;
}
.td0b .zic50t58 th { border-bottom: 1px solid var(--border-alt); }
.td0b .zic50t58 tr:last-child td { border-bottom: none; }
.bbmi5t3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.egz2rk { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.dhlc0s { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.go38 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ql8bcvn2 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.qj2mieht { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.qj2mieht 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%}
.gn5vdq .go38 { background: transparent; text-align: center; }
.sf2r2 .dhlc0s {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.fpao .dhlc0s {
  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);
}
.z6md5199 .egz2rk { display: grid; grid-template-columns: auto 1fr; }
.z6md5199 .dhlc0s {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.z6md5199 .go38 { grid-column: 2; }
.z6md5199 .ql8bcvn2,
.z6md5199 .qj2mieht { grid-column: 1 / -1; }
.kach80 .egz2rk { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.kach80 .dhlc0s {
  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);
}
.kach80 .go38 { grid-column: 2; }
.kach80 .ql8bcvn2,
.kach80 .qj2mieht { grid-column: 1 / -1; }
.mkgm .egz2rk { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.mkgm .go38 { background: none; color: var(--accent-light); font-weight: 700; }
.d4gq .egz2rk { 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); }
.d4gq .go38 { background: none; color: var(--accent-light); font-weight: 700; }
.wjfhka .egz2rk { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.wjfhka .egz2rk:last-child { border-bottom: none; }
.wjfhka .go38 { background: none; color: var(--accent-light); font-weight: 700; }
.qm7kk .egz2rk { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.qm7kk .go38 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.qvcutx .bbmi5t3 { counter-reset: card-n; }
.qvcutx .egz2rk  { counter-increment: card-n; }
.qvcutx .go38 { display: flex; align-items: center; gap: 10px; }
.qvcutx .go38::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;
}
.yyu330k9 .egz2rk { background: var(--bg-surface); border: 1px solid var(--border); }
.yyu330k9 .go38 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.yk3zbg { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.yk3zbg         { --cl-hue: var(--accent); }
.z2xh9r     { --cl-hue: #16a34a; }
.peesm2a { --cl-hue: #ea580c; }
.z2xh9r, .peesm2a, .bwuol3jr, .qu05u4la {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.msdddap { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.msdddap::before { color: var(--cl-hue); }
.yk3zbg strong { color: var(--text-primary); font-size: 0.95rem; }
.yk3zbg p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.eemrg { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ilclrtxl, .zlkwfjy { border-radius: 8px; padding: 14px; }
.ilclrtxl { background: var(--bg-pros); }
.zlkwfjy { background: var(--bg-cons); }
.dq2l { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ilclrtxl .dq2l { color: var(--c-pros-label); }
.zlkwfjy .dq2l { color: #f87171; }
.ilclrtxl ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zlkwfjy ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.w9um1p76 { width: 100%; height: auto; border-radius: 10px; display: block; }
.b137p {
  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;
}
.b137p:hover { opacity: 0.85; }
.cmbc47u .b137p  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.cmbc47u .b137p:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.b6rf4ms .b137p  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.b6rf4ms .b137p:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.cmbc47u .xv84.b137p, .b6rf4ms .xv84.b137p,
.cmbc47u .s9y4 .b137p, .b6rf4ms .s9y4 .b137p {
  background: var(--cta); border: none; color: #fff;
}
.cmbc47u .xv84.b137p:hover, .b6rf4ms .xv84.b137p:hover,
.cmbc47u .s9y4 .b137p:hover, .b6rf4ms .s9y4 .b137p:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.xwc6q .pll02cx { border-radius: 50px; }
.xwc6q .b137p  { border-radius: 50px; }
.gg6x .pll02cx,
.gg6x .b137p { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.gg6x .pll02cx:hover,
.gg6x .b137p:hover { filter: brightness(1.08); opacity: 1; }
.xq0e7bl9 .pll02cx,
.xq0e7bl9 .b137p { box-shadow: 0 3px 14px -2px var(--cta); }
.xq0e7bl9 .pll02cx:hover,
.xq0e7bl9 .b137p:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.faess .pll02cx,
.faess .b137p { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.faess .pll02cx:hover,
.faess .b137p:hover { opacity: 1; }
.faess .pll02cx:active,
.faess .b137p:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.e1uez .pll02cx,
.e1uez .b137p { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.e1uez .pll02cx:hover,
.e1uez .b137p:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.e1uez .pll02cx:active,
.e1uez .b137p:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.li5m65 .pll02cx,
.li5m65 .b137p { position: relative; overflow: hidden; }
.li5m65 .pll02cx::before,
.li5m65 .b137p::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;
}
.li5m65 .pll02cx:hover::before,
.li5m65 .b137p:hover::before { left: 135%; }
.u3oo4 .pll02cx,
.u3oo4 .b137p { border-radius: 0; }
.a9225rqm .pll02cx { padding-left: 22px; padding-right: 22px; }
.a9225rqm .b137p  { padding-left: 12px; padding-right: 12px; }
.fug5oh .pll02cx { padding-left: 44px; padding-right: 44px; }
.fug5oh .b137p  { padding-left: 24px; padding-right: 24px; }
.ggrlm30 .pll02cx { padding-left: 56px; padding-right: 56px; }
.ggrlm30 .b137p  { padding-left: 32px; padding-right: 32px; }
.yl94   .pll02cx::after, .yl94   .b137p::after,
.vs6l .pll02cx::after, .vs6l .b137p::after,
.vs94    .pll02cx::after, .vs94    .b137p::after,
.g34vqu    .pll02cx::after, .g34vqu    .b137p::after,
.lik28gz    .pll02cx::after, .lik28gz    .b137p::after,
.vu61t     .pll02cx::after, .vu61t     .b137p::after,
.lfz7p    .pll02cx::after, .lfz7p    .b137p::after,
.ki4s   .pll02cx::after, .ki4s   .b137p::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;
}
.yl94 .pll02cx::after, .yl94 .b137p::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");
}
.vs6l .pll02cx::after, .vs6l .b137p::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");
}
.vs94 .pll02cx::after, .vs94 .b137p::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");
}
.g34vqu .pll02cx::after, .g34vqu .b137p::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");
}
.lik28gz .pll02cx::after, .lik28gz .b137p::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");
}
.vu61t .pll02cx::after, .vu61t .b137p::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");
}
.lfz7p .pll02cx::after, .lfz7p .b137p::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");
}
.ki4s .pll02cx::after, .ki4s .b137p::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");
}
.gslykl   .jzj4z::after, .gslykl   .s10ac::after,
.ahii .jzj4z::after, .ahii .s10ac::after,
.f6aqo33    .jzj4z::after, .f6aqo33    .s10ac::after,
.wzann    .jzj4z::after, .wzann    .s10ac::after,
.uxdnf    .jzj4z::after, .uxdnf    .s10ac::after,
.whe2ssan     .jzj4z::after, .whe2ssan     .s10ac::after,
.uylst74a    .jzj4z::after, .uylst74a    .s10ac::after,
.ktbcr4   .jzj4z::after, .ktbcr4   .s10ac::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;
}
.gslykl .jzj4z::after, .gslykl .s10ac::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");
}
.ahii .jzj4z::after, .ahii .s10ac::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");
}
.f6aqo33 .jzj4z::after, .f6aqo33 .s10ac::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");
}
.wzann .jzj4z::after, .wzann .s10ac::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");
}
.uxdnf .jzj4z::after, .uxdnf .s10ac::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");
}
.whe2ssan .jzj4z::after, .whe2ssan .s10ac::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");
}
.uylst74a .jzj4z::after, .uylst74a .s10ac::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");
}
.ktbcr4 .jzj4z::after, .ktbcr4 .s10ac::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");
}
.k1iv0fe {
  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;
}
.e9dnt8 {
  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;
}
.e9dnt8 > * { min-width: 0; }
.e9dnt8:hover { background: var(--bg-hover); }
.e9dnt8 > [itemprop="item"] { display: contents; }
.e9dnt8 [itemprop="itemReviewed"],
.e9dnt8 [itemprop="reviewRating"] { display: none; }
.e9dnt8::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;
}
.wu0z6mwo {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.cqz7 {
  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;
}
.wb2afuz { max-height: 52px; max-width: 110px; object-fit: contain; }
.iape {
  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;
}
.mmak9s .cqz7    { background: #1a1a1a; }
.par7e .cqz7   { background: rgba(128,128,128,.12); }
.zcba .cqz7 { background: var(--bg-raised); }
.fhxmu .cqz7    { background: transparent; padding: 0; }
.ej77386 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.ewzn1hr { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.coa84c4t { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.d4blc5 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.ugl5 {
  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;
}
.y8vcp {
  
  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%;
}
.gupc {
  
  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;
}
.xv84 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.xv84.b137p {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .e9dnt8 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .e9dnt8::before    { grid-area: rank;   }
  .wu0z6mwo           { grid-area: ident;  }
  .ej77386     { grid-area: rating; min-width: 0; width: auto; }
  .d4blc5           { grid-area: pills;  }
  .xv84             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .e9dnt8 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .e9dnt8::before    { justify-self: center; }
  .wu0z6mwo           { width: 100%; }
  .ej77386     { justify-self: center; }
  .d4blc5           { grid-template-columns: 1fr; }
}
.kfn1 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.dxfwqvt {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.rkky {
  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;
}
.rkky img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ylxcfa1o { flex: 1; }
.ylxcfa1o h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.g385xdl { color: var(--c-stars); font-size: 1.1rem; }
.jpz094 { margin-bottom: 8px; }
.lpov4 {
  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);
}
.lpov4 > span { color: var(--accent); font-weight: 700; }
.z85wzh99 em, .pd7pg3 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .lpov4 { padding: 10px 16px; gap: 6px 16px; } }
.s9y4 { flex-shrink: 0; align-self: flex-start; }
.s9y4 .b137p { white-space: nowrap; }
@media (max-width: 560px) {
  .dxfwqvt { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .rkky { order: 1; }
  .s9y4 { order: 2; margin-left: auto; align-self: center; }
  .ylxcfa1o { order: 3; flex: 1 1 100%; min-width: 0; }
}
.llqu5x img.dc0z0lg { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.k1ors { padding: 20px 24px; }
.qegravs { color: var(--text-muted); margin-bottom: 16px; }
.tzx64h { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.wlg8y, .rogu1 { list-style: none; font-size: 0.9rem; }
.wlg8y li { color: var(--c-pros); margin-bottom: 4px; }
.rogu1 li { color: var(--c-cons); margin-bottom: 4px; }
.wlg8y li::before { content: "✓"; margin-right: 5px; }
.rogu1 li::before { content: "✗"; margin-right: 5px; }
.lec80vky .wlg8y li::before { content: "→"; }
.lec80vky .rogu1 li::before { content: "–"; }
.vewc  .wlg8y li::before { content: "★"; }
.vewc  .rogu1 li::before { content: "✕"; }
.tp5hvlbk    .wlg8y li::before { content: "◆"; }
.tp5hvlbk    .rogu1 li::before { content: "▲"; }
.uk34yj6  .wlg8y li::before { content: "▶"; }
.uk34yj6  .rogu1 li::before { content: "■"; }
.zer67 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.qoic2c1 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.ndfhaa8 { background: var(--bg-pros); color: var(--c-tag-pay); }
.y0c1 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.nla579se .y0c1 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.lf35 .y0c1 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .elplfopu .j5ca {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .elplfopu .kfn1 { margin: 0; }
}
.smi4c9b .dxfwqvt { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.smi4c9b .ylxcfa1o h3 { color: var(--accent-light); }
.smi4c9b .rkky { background: var(--bg-page); border: 1px solid var(--border); }
.q2v8im .kfn1 { border-top: 4px solid var(--accent); }
.q2v8im .dxfwqvt { background: var(--bg-card); }
.nf6j5o9 .kfn1 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.nf6j5o9 .dxfwqvt { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.nf6j5o9 .k1ors { padding: 14px 16px; }
.nf6j5o9 .rkky { border-radius: 4px; }
.nf6j5o9 .y0c1 { border-radius: 0; }
.g9x4j .dxfwqvt { padding: 0; gap: 0; overflow: hidden; }
.g9x4j .rkky { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.g9x4j .ylxcfa1o { padding: 16px 20px; }
.g9x4j .s9y4 { padding: 16px 20px; align-self: center; }
.t753 .g385xdl { font-size: .95rem; }
.huoy437d .eemrg { gap: 10px; }
.huoy437d .ilclrtxl, .huoy437d .zlkwfjy { padding: 12px; }
.huoy437d .ilclrtxl ul, .huoy437d .zlkwfjy ul { margin: 4px 0 0; padding-left: 18px; }
.huoy437d .ilclrtxl li, .huoy437d .zlkwfjy li { font-size: .85rem; margin-bottom: 3px; }
.umm9yk .qoic2c1 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .lhjsv8u { grid-template-columns: 1fr; }
  .nr26 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .nr26 .dc0f { width: 72px; height: 50px; }
  .nr26 .e95edg { max-width: 180px; }
  .nr26 .r3yq0 { width: auto; }
}
.m3gf5 .t753 .g385xdl { filter: brightness(1.2); }
@media (max-width: 720px) {
  .m3gf5 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .tfbsyq { padding: 16px; }
  .cht9 .zqjcq4n { min-width: 50%; }
}
.q6ua4b .eemrg { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .gbda { grid-template-columns: 1fr; }
  .oromsbp { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vbiomlg { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .l6ig { flex-wrap: wrap; padding: 16px; }
}
.cvg3kew .eemrg { gap: 8px; }
.cvg3kew .ilclrtxl, .cvg3kew .zlkwfjy { padding: 8px; }
@media (max-width: 480px) {
  .hcgh26 { flex-direction: column; align-items: stretch; }
}
.fiu8ybv .r3yq0 .b137p { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .nkgibxiv { flex-direction: column; align-items: stretch; gap: 10px; }
  .fiu8ybv .r3yq0 { text-align: center; }
}
@media (max-width: 720px) {
  .cw7u { grid-template-columns: 1fr; }
  .o7fug { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .la1tg { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.rcdnng .irs993 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.qp0o785d .g385xdl { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .hxymc { grid-template-columns: 1fr; }
  .qp0o785d { width: 100px; height: 100px; margin: 16px auto; }
  .rcdnng { font-size: 1.4rem; }
  .ipri { justify-content: center; }
  .a8qmcn .zqjcq4n { min-width: 50%; }
}
.wh56vw .eemrg { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .w3cbloq { flex-wrap: wrap; padding: 14px 16px; }
  .gixf5daw { padding: 12px 16px; }
  .wh56vw .eemrg { margin: 0 16px; }
  .wh56vw .umm9yk { padding: 0 16px; }
  .vzvd { padding: 12px 16px; }
}
.ixzgt88 .e9dnt8 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.ixzgt88 .e9dnt8:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.tw3qw2u .k1iv0fe { gap: 18px; }
.tw3qw2u .e9dnt8 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.tw3qw2u .e9dnt8:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.esdw .k1iv0fe {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.esdw .e9dnt8 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.esdw .e9dnt8:last-child { border-bottom: none; }
.esdw .wu0z6mwo,
.esdw .ej77386,
.esdw .d4blc5 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.yfqb2gy .k1iv0fe { gap: 0; }
.yfqb2gy .e9dnt8 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.yfqb2gy .e9dnt8:last-child { border-bottom: none; }
.yfqb2gy .e9dnt8:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.yfqb2gy .e9dnt8:nth-child(even):hover { background: var(--bg-hover); }
.tbmqmxrm .e9dnt8 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.h41s .d4blc5 .ugl5 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.h41s .d4blc5 .ugl5:first-child { border-left: none; }
.c3jhqt3 .d4blc5 .ugl5 {
  background: transparent; padding: 4px 8px;
}
.c3jhqt3 .d4blc5 .y8vcp { font-size: .65rem; opacity: .65; }
.c3jhqt3 .d4blc5 .gupc   { font-size: 1.15rem; color: var(--accent-light); }
.hfp7trnq .d4blc5 .ugl5 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.coa84c4t { display: none; }
.ztusfux8 .ewzn1hr { font-size: 1rem; letter-spacing: 2px; }
.isncfckj .ewzn1hr {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.nupbqeje .ewzn1hr,
.emzw9izc .ewzn1hr,
.x45kn5k .ewzn1hr { display: none; }
.nupbqeje .coa84c4t,
.emzw9izc .coa84c4t,
.x45kn5k .coa84c4t { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.nupbqeje .coa84c4t { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.nupbqeje .coa84c4t small { display: none; }
.emzw9izc .coa84c4t {
  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;
}
.emzw9izc .coa84c4t small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.x45kn5k .coa84c4t {
  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;
}
.x45kn5k .coa84c4t small { display: none; }
.nupbqeje .jpz094 .g385xdl,
.emzw9izc .jpz094 .g385xdl,
.x45kn5k .jpz094 .g385xdl { display: none; }
.nupbqeje .jpz094 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.nupbqeje .irs993 { display: none; }
.emzw9izc .jpz094 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;
}
.emzw9izc .ywa3l,
.emzw9izc .irs993 { font-size: 1em; }
.x45kn5k .jpz094 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.x45kn5k .irs993 { display: none; }
.aikpj { margin: 16px 0; }
.n97f94m { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.n97f94m summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.n97f94m summary::after { content: "+"; color: var(--accent-light); }
.n97f94m[open] summary::after { content: "−"; }
.n97f94m p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.fvsbj5 { margin-bottom: 0; }
.s05za8tb h2.db9jh9s { color: var(--text-primary); border-color: var(--accent-light); }
.mj3ekl7 h2.db9jh9s { color: var(--text-primary); border-color: var(--accent-light); }
.xp9b .z2xh9r     { background: #052e16; border-color: #10b981; }
.xp9b .peesm2a { background: #2d0a1e; border-color: #f43f5e; }
.xp9b .yk3zbg strong  { color: #f1f5f9; }
.xp9b .yk3zbg p       { color: #cbd5e1; }
.xp9b .zoks    .z2xh9r     .msdddap::before,
.xp9b .bpd2myl  .z2xh9r     .msdddap::before,
.xp9b .xr7gtl  .z2xh9r     .msdddap::before,
.xp9b .ez2v7m .z2xh9r     .msdddap::before { color: #10b981; }
.xp9b .zoks    .peesm2a .msdddap::before,
.xp9b .bpd2myl  .peesm2a .msdddap::before,
.xp9b .xr7gtl  .peesm2a .msdddap::before,
.xp9b .ez2v7m .peesm2a .msdddap::before { color: #f43f5e; }
.xp9b .zoks    .bwuol3jr    .msdddap::before,
.xp9b .bpd2myl  .bwuol3jr    .msdddap::before,
.xp9b .xr7gtl  .bwuol3jr    .msdddap::before,
.xp9b .ez2v7m .bwuol3jr    .msdddap::before { color: #a855f7; }
.vqkor .z2xh9r     { background: #2d2000; border-color: #eab308; }
.vqkor .peesm2a { background: #2d0b0b; border-color: #ef4444; }
.vqkor .yk3zbg strong  { color: #f1f5f9; }
.vqkor .yk3zbg p       { color: #cbd5e1; }
.vqkor .zoks    .z2xh9r     .msdddap::before,
.vqkor .bpd2myl  .z2xh9r     .msdddap::before,
.vqkor .xr7gtl  .z2xh9r     .msdddap::before,
.vqkor .ez2v7m .z2xh9r     .msdddap::before { color: #eab308; }
.vqkor .zoks    .peesm2a .msdddap::before,
.vqkor .bpd2myl  .peesm2a .msdddap::before,
.vqkor .xr7gtl  .peesm2a .msdddap::before,
.vqkor .ez2v7m .peesm2a .msdddap::before { color: #ef4444; }
.vqkor .zoks    .bwuol3jr    .msdddap::before,
.vqkor .bpd2myl  .bwuol3jr    .msdddap::before,
.vqkor .xr7gtl  .bwuol3jr    .msdddap::before,
.vqkor .ez2v7m .bwuol3jr    .msdddap::before { color: #f97316; }
.zeu8k2pn .z2xh9r     { background: #0c1a2e; border-color: #38bdf8; }
.zeu8k2pn .peesm2a { background: #12103a; border-color: #818cf8; }
.zeu8k2pn .yk3zbg strong  { color: #f1f5f9; }
.zeu8k2pn .yk3zbg p       { color: #cbd5e1; }
.zeu8k2pn .zoks    .z2xh9r     .msdddap::before,
.zeu8k2pn .bpd2myl  .z2xh9r     .msdddap::before,
.zeu8k2pn .xr7gtl  .z2xh9r     .msdddap::before,
.zeu8k2pn .ez2v7m .z2xh9r     .msdddap::before { color: #38bdf8; }
.zeu8k2pn .zoks    .peesm2a .msdddap::before,
.zeu8k2pn .bpd2myl  .peesm2a .msdddap::before,
.zeu8k2pn .xr7gtl  .peesm2a .msdddap::before,
.zeu8k2pn .ez2v7m .peesm2a .msdddap::before { color: #818cf8; }
.zeu8k2pn .zoks    .bwuol3jr    .msdddap::before,
.zeu8k2pn .bpd2myl  .bwuol3jr    .msdddap::before,
.zeu8k2pn .xr7gtl  .bwuol3jr    .msdddap::before,
.zeu8k2pn .ez2v7m .bwuol3jr    .msdddap::before { color: #2dd4bf; }
.bmdxev::before,
.qbahk3m::before { margin-right: 5px; }
.m0pi .ilclrtxl ul li,
.m0pi .wlg8y li         { color: #4ade80; }
.m0pi .ilclrtxl .bmdxev { color: #22c55e; }
.m0pi .zlkwfjy ul li,
.m0pi .rogu1 li         { color: #f87171; }
.m0pi .zlkwfjy .qbahk3m { color: #ef4444; }
.y3dr7d .ilclrtxl { background: var(--bg-pros); }
.y3dr7d .zlkwfjy { background: var(--bg-cons); }
.y3dr7d .ilclrtxl .bmdxev { color: var(--c-pros-label); }
.y3dr7d .zlkwfjy .qbahk3m { color: var(--c-cons); }
.y3dr7d .ilclrtxl ul li,
.y3dr7d .wlg8y li            { color: var(--c-pros); }
.y3dr7d .zlkwfjy ul li,
.y3dr7d .rogu1 li            { color: var(--c-cons); }
.gnkt3bl .ilclrtxl { background: var(--bg-pros); }
.gnkt3bl .zlkwfjy { background: var(--bg-cons); }
.gnkt3bl .ilclrtxl .bmdxev { color: var(--c-pros-label); }
.gnkt3bl .zlkwfjy .qbahk3m { color: var(--c-cons); }
.gnkt3bl .ilclrtxl ul li,
.gnkt3bl .wlg8y li          { color: var(--c-pros); }
.gnkt3bl .zlkwfjy ul li,
.gnkt3bl .rogu1 li          { color: var(--c-cons); }
.tplc0 .bmdxev::before { content: "✓ "; }
.tplc0 .qbahk3m::before { content: "✗ "; }
.lec80vky .bmdxev::before { content: "→ "; }
.lec80vky .qbahk3m::before { content: "← "; }
.vewc .bmdxev::before { content: "★ "; }
.vewc .qbahk3m::before { content: "✕ "; }
.tp5hvlbk .bmdxev::before { content: "◆ "; }
.tp5hvlbk .qbahk3m::before { content: "▲ "; }
.lf35 .yk3zbg { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.lf35 .yk3zbg strong { color: var(--text-primary); }
.lf35 .yk3zbg p      { color: var(--text-muted); }
.nla579se .yk3zbg { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.sivzd .yk3zbg {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.sivzd .yk3zbg strong,
.sivzd .yk3zbg p { color: #fff; }
.sivzd .msdddap::before { color: rgba(255,255,255,0.9) !important; }
.hmen .yk3zbg {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.hmen .yk3zbg strong { color: var(--text-primary); }
.hmen .yk3zbg p      { color: var(--text-muted); }
.iru37v0h .yk3zbg { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.zoks .msdddap,
.bpd2myl .msdddap,
.xr7gtl .msdddap,
.ez2v7m .msdddap { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.zoks .msdddap::before,
.bpd2myl .msdddap::before,
.xr7gtl .msdddap::before,
.ez2v7m .msdddap::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.zoks .z2xh9r     .msdddap::before { content: "✦"; color: var(--c-tip-border); }
.zoks .peesm2a .msdddap::before { content: "▲"; color: var(--c-warn-border); }
.zoks .bwuol3jr    .msdddap::before { content: "◉"; color: #60a5fa; }
.bpd2myl .z2xh9r     .msdddap::before { content: "★"; color: var(--c-tip-border); }
.bpd2myl .peesm2a .msdddap::before { content: "◆"; color: var(--c-warn-border); }
.bpd2myl .bwuol3jr    .msdddap::before { content: "●"; color: #60a5fa; }
.xr7gtl .z2xh9r     .msdddap::before { content: "▶"; color: var(--c-tip-border); }
.xr7gtl .peesm2a .msdddap::before { content: "■"; color: var(--c-warn-border); }
.xr7gtl .bwuol3jr    .msdddap::before { content: "▸"; color: #60a5fa; }
.ez2v7m .z2xh9r     .msdddap::before { content: "→"; color: var(--c-tip-border); }
.ez2v7m .peesm2a .msdddap::before { content: "⬥"; color: var(--c-warn-border); }
.ez2v7m .bwuol3jr    .msdddap::before { content: "◈"; color: #60a5fa; }
.wnl9x71z .nkxrkxx9 .qx67,
.wnl9x71z .exov8ex .qx67  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.wnl9x71z .egz2rk                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.wnl9x71z .e9dnt8                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.wnl9x71z .kfn1            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.wnl9x71z .mbqpu1p          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.wnl9x71z .av6zfz                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.a5va4 .nkxrkxx9 .qx67,
.a5va4 .exov8ex .qx67,
.a5va4 .egz2rk,
.a5va4 .e9dnt8,
.a5va4 .kfn1,
.a5va4 .mbqpu1p,
.a5va4 .av6zfz,
.a5va4 .iru37v0h .yk3zbg { box-shadow: none; }
.vy0on   .qllco, .vy0on .pctmt14, .vy0on .lxpf6zl,
.vy0on   .pvwcvosr, .vy0on .b2qf7 { font-size: 0.9rem; }
.vy0on   .qwztki9, .vy0on .jqf515q { font-size: 0.9rem; }
.li8xda   .qllco, .li8xda .pctmt14, .li8xda .lxpf6zl,
.li8xda   .pvwcvosr, .li8xda .b2qf7 { font-size: 0.95rem; }
.li8xda   .qwztki9, .li8xda .jqf515q { font-size: 0.95rem; }
.co9be   .qllco, .co9be .pctmt14, .co9be .lxpf6zl,
.co9be   .pvwcvosr, .co9be .b2qf7 { font-size: 1.08rem; }
.co9be   .qwztki9, .co9be .jqf515q { font-size: 1.05rem; }
.co9be   .zic50t58 { font-size: 0.97rem; }
.au77jlr .o1flw      { font-size: 3.2rem; }
.au77jlr h2.db9jh9s { font-size: 1.9rem; }
.au77jlr h3.pxxns     { font-size: 1.4rem; }
.sfa29z .o1flw      { font-size: 3.8rem; }
.sfa29z h2.db9jh9s { font-size: 2.2rem; }
.sfa29z h3.pxxns     { font-size: 1.6rem; }
.fvsbj5 + .fvsbj5 { position: relative; }
.hmt7   .fvsbj5 + .fvsbj5::before,
.r679  .fvsbj5 + .fvsbj5::before,
.afe4   .fvsbj5 + .fvsbj5::before,
.ucfs6b   .fvsbj5 + .fvsbj5::before,
.pbax922   .fvsbj5 + .fvsbj5::before,
.ne5wp .fvsbj5 + .fvsbj5::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.hmt7 .fvsbj5 + .fvsbj5::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.r679 .fvsbj5 + .fvsbj5::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.afe4 .fvsbj5 + .fvsbj5::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;
}
.ucfs6b .fvsbj5 + .fvsbj5::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.syzyaxd .fvsbj5 { margin-bottom: 16px; }
.syzyaxd .fvsbj5 + .fvsbj5 { margin-top: 0; }
.syzyaxd .gk2dmyd { padding-top: 0; padding-bottom: 0; }
.pbax922 .fvsbj5 + .fvsbj5::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ne5wp .fvsbj5 + .fvsbj5::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.xyy7e .fvsbj5 + .fvsbj5::before,
.mwz8v55b .fvsbj5 + .fvsbj5::before,
.n1widcaw .fvsbj5 + .fvsbj5::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%;
}
.howp .xyy7e .fvsbj5:nth-child(even)::before,
.howp .mwz8v55b .fvsbj5:nth-child(even)::before,
.howp .n1widcaw .fvsbj5:nth-child(even)::before { background: var(--bg-surface); }
.dn7bgs43 .xyy7e .fvsbj5:nth-child(even)::before,
.dn7bgs43 .mwz8v55b .fvsbj5:nth-child(even)::before,
.dn7bgs43 .n1widcaw .fvsbj5:nth-child(even)::before { background: var(--bg-card); }
.xyy7e .fvsbj5 + .fvsbj5::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");
}
.mwz8v55b .fvsbj5 + .fvsbj5::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");
}
.n1widcaw .fvsbj5 + .fvsbj5::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");
}
.q3vrt0 .xfz74lf2,
.jtancn .xfz74lf2 { padding-bottom: 60px; }
.u7sl7d .xfz74lf2 { padding-bottom: 70px; }
.uurf  .qfboshv:not(.r50b) .mrszr9k { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.rzkv .gzjmifm { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ctwhx .gzjmifm { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.vq40tm .gzjmifm { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.uurf .r50b { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.uurf .o39t { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.uurf .gzjmifm { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.gspokzis .gzjmifm { background: var(--accent-bg); }
.phw6 .qf9q7o3c { float: left; width: 38%; margin: 0 28px 16px 0; }
.phw6 .qf9q7o3c .w9um1p76 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.phw6 .gk2dmyd::after { content: ''; display: block; clear: both; }
.yfc7ua .qf9q7o3c { float: right; width: 38%; margin: 0 0 16px 28px; }
.yfc7ua .qf9q7o3c .w9um1p76 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.yfc7ua .gk2dmyd::after { content: ''; display: block; clear: both; }
.glf0671l .fvsbj5:nth-child(odd)  .qf9q7o3c { float: left;  width: 38%; margin: 0 28px 16px 0; }
.glf0671l .fvsbj5:nth-child(even) .qf9q7o3c { float: right; width: 38%; margin: 0 0 16px 28px; }
.glf0671l .qf9q7o3c .w9um1p76 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.glf0671l .gk2dmyd::after { content: ''; display: block; clear: both; }
.phw6 .bbmi5t3,
.phw6 .k1iv0fe,
.yfc7ua .bbmi5t3,
.yfc7ua .k1iv0fe,
.glf0671l .bbmi5t3,
.glf0671l .k1iv0fe { clear: both; }
@media (max-width: 900px) {
  .phw6 .qf9q7o3c,
  .yfc7ua .qf9q7o3c,
  .glf0671l .fvsbj5:nth-child(odd)  .qf9q7o3c,
  .glf0671l .fvsbj5:nth-child(even) .qf9q7o3c {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .phw6 .qf9q7o3c .w9um1p76,
  .yfc7ua .qf9q7o3c .w9um1p76,
  .glf0671l .qf9q7o3c .w9um1p76 {
    max-height: none !important;
  }
}
.phw6 .qwztki9,
.phw6 .jqf515q,
.yfc7ua .qwztki9,
.yfc7ua .jqf515q,
.glf0671l .qwztki9,
.glf0671l .jqf515q { overflow: hidden; }
@media (max-width: 640px) {
  .phw6 .qf9q7o3c,
  .yfc7ua .qf9q7o3c,
  .glf0671l .qf9q7o3c { float: none; width: 100%; margin: 0 0 16px 0; }
}
.nd7m .y4ru2hvm,
.nd7m .gk2dmyd,
.nd7m .wgq0nn  { max-width: 1100px; }
.nd7m { --content-mw: 1100px; }
.ejoak .y4ru2hvm,
.ejoak .gk2dmyd,
.ejoak .wgq0nn  { max-width: 1200px; }
.e31diu .y4ru2hvm,
.e31diu .gk2dmyd,
.e31diu .wgq0nn  { max-width: 1320px; }
.ht47a8z { font-size: 0.82rem; color: var(--text-muted); }
.a1vi3c { display: flex; align-items: center; }
.mvf3q0 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.rtt20 { display: flex; align-items: center; }
.vfxsjk { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.vfxsjk:hover { text-decoration: underline; }
.iditk { margin: 0 3px; opacity: 0.45; }
.iditk::before { content: '/'; }
.krdxi { padding: 2px 5px; color: var(--text-main); }
.q20jomuc .ht47a8z {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.q20jomuc .a1vi3c { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.cstz7v .ht47a8z {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.cstz7v .a1vi3c { padding: 0 0 0 12px; }
.z8ocoz .a1vi3c { padding: 0 16px; }
.z8ocoz .ht47a8z {
  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);
}
.z8ocoz .y4ru2hvm { padding-top: 28px; }
@media (max-width: 720px) {
  .lvij { margin-top: 18px; padding: 0 16px; }
  .z8ocoz .y4ru2hvm { padding-top: 16px; }
}
.nd7m.q20jomuc .a1vi3c { max-width: 1100px; }
.ejoak.q20jomuc .a1vi3c { max-width: 1200px; }
.e31diu.q20jomuc .a1vi3c { max-width: 1320px; }
.nd7m .lvij { max-width: 1100px; }
.st03w3z .fvsbj5 { padding-top: 16px; padding-bottom: 16px; }
.e4zondc .fvsbj5 { padding-top: 24px; padding-bottom: 24px; }
.ajeif .fvsbj5 { padding-top: 40px; padding-bottom: 40px; }
.nvqjt2ub .fvsbj5 { padding-top: 52px; padding-bottom: 52px; }
.kwqwtspc .fvsbj5:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.kwqwtspc .fvsbj5:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.kwqwtspc .fvsbj5:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.kwqwtspc .fvsbj5:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.oe4n .gk2dmyd { padding-top: 10px;  padding-bottom: 10px; }
.mpry .gk2dmyd { padding-top: 18px;  padding-bottom: 18px; }
.yafd9w .gk2dmyd { padding-top: 36px;  padding-bottom: 36px; }
.h2v40st .gk2dmyd { padding-top: 48px;  padding-bottom: 48px; }
.sa633 h2.db9jh9s { font-weight: 600; }
.sa633 h3.pxxns     { font-weight: 600; }
.cy20m0q { font-weight: 500; }
.cy20m0q h2.db9jh9s { font-weight: 800; }
.cy20m0q h3.pxxns     { font-weight: 700; }
.l0ipha h2.db9jh9s { font-weight: 900; }
.l0ipha h3.pxxns     { font-weight: 800; }
.l0ipha .yk3zbg strong,
.l0ipha .yk3zbg strong { font-weight: 600; }
.jzj4z {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.cklj .jzj4z { display: none; }
@media (max-width: 640px) {
  .jzj4z { display: none !important; }
}
.jzj4z { background: var(--cta) !important; color: #fff !important; border: none !important; }
.jzj4z:hover { opacity: 0.85; }
.eovso1 .jzj4z { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ha9gb2e .s10ac { right: 32px; }
@media (max-width: 480px) {
  .ha9gb2e .s10ac { right: 20px; bottom: 20px; }
  .hyhwnw  .s10ac { left: 20px; bottom: 20px; }
}
.y181 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.wgq0nn { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.lrvtm { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.jia6fw { color: var(--text-dim); font-size: 0.8rem; }
.im1y a, .jo0mr8q a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.im1y a:hover, .jo0mr8q a:hover { color: var(--accent-light); }
.jo0mr8q { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.tmel4q .wgq0nn { text-align: center; }
.tmel4q .jo0mr8q { justify-content: center; margin-bottom: 16px; }
.tmel4q .lrvtm { margin-top: 0; }
.p3ly68if { margin-top: 10px; }
.p3ly68if a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .wgq0nn { padding-left: 16px; padding-right: 16px; }
  .gezb7r .wgq0nn { padding: 20px 16px; }
  .jo0mr8q { gap: 4px 12px; }
  .lrvtm { font-size: 0.78rem; }
}
.tb1htxj .lrvtm { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.tb1htxj .jia6fw { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .tb1htxj .uw7m29ah { grid-template-columns: 1fr 1fr; } .tb1htxj .css60e { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tb1htxj .uw7m29ah { grid-template-columns: 1fr; } }
.rise0 .lrvtm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .rise0 .lpyy36 { gap: 12px; } .rise0 .ywepbfy { margin-right: 0; width: 100%; } }
.zx6zttb .lrvtm { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.zx6zttb .jia6fw { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .zx6zttb .az6hodzs { grid-template-columns: 1fr 1fr; } .zx6zttb .n6k5n6 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zx6zttb .az6hodzs { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .dq7w5crg .rtun2kn8 { grid-template-columns: 1fr 1fr; } .dq7w5crg .yoph:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dq7w5crg .rtun2kn8 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .kiezxo .rtun2kn8 { grid-template-columns: 1fr; } }
.a9ewwzd3 .wgq0nn { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.a9ewwzd3 .jo0mr8q { justify-content: center; }
.pgcz .pya9v      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.pgcz .y181 { background: var(--bg-page); border-top-color: var(--border-alt); }
.j9gf6pu .pya9v      { background: #0d1117; border-bottom-color: #21262d; }
.j9gf6pu .lke51 { color: var(--accent-light); }
.j9gf6pu .yiy2eg9 { --msep-color: #8b949e; }
.j9gf6pu .yiy2eg9 a { color: #8b949e; }
.j9gf6pu .yiy2eg9 a:hover { color: var(--accent-light); }
.j9gf6pu .o7x4i { color: #8b949e; }
.j9gf6pu .y181 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.j9gf6pu .lrvtm,
.j9gf6pu .jia6fw { color: #6e7681; }
.j9gf6pu .im1y a, .j9gf6pu .jo0mr8q a,
.j9gf6pu .im1y a:hover, .j9gf6pu .jo0mr8q a:hover,
@media (max-width: 640px) {
  .j9gf6pu .yiy2eg9 { background: #0d1117; border-top-color: #21262d; }
  .j9gf6pu .yiy2eg9 li a { border-bottom-color: #21262d; }
}
.zbwe6 .pya9v      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.zbwe6 .lke51 { color: var(--accent-light); }
.zbwe6 .yiy2eg9 { --msep-color: #475569; }
.zbwe6 .yiy2eg9 a { color: #475569; }
.zbwe6 .yiy2eg9 a:hover { color: var(--accent-light); }
.zbwe6 .o7x4i { color: #64748b; }
.zbwe6 .y181 { background: #f0f4f8; border-top-color: #cbd5e1; }
.zbwe6 .lrvtm,
.zbwe6 .jia6fw { color: #64748b; }
.zbwe6 .im1y a, .zbwe6 .jo0mr8q a,
.zbwe6 .im1y a:hover, .zbwe6 .jo0mr8q a:hover,
@media (max-width: 640px) {
  .zbwe6 .yiy2eg9 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .zbwe6 .yiy2eg9 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.m9b7j .pya9v      { background: var(--accent); border-bottom-color: var(--accent-light); }
.m9b7j .lke51 { color: #fff; }
.m9b7j .yiy2eg9 { --msep-color: rgba(255,255,255,0.82); }
.m9b7j .yiy2eg9 a { color: rgba(255,255,255,0.82); }
.m9b7j .yiy2eg9 a:hover { color: #fff; }
.m9b7j .o7x4i { color: rgba(255,255,255,0.9); }
.m9b7j .y181 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.m9b7j .lrvtm,
.m9b7j .jia6fw { color: rgba(255,255,255,0.72); }
.m9b7j .im1y a, .m9b7j .jo0mr8q a,
.m9b7j .im1y a:hover, .m9b7j .jo0mr8q a:hover,
@media (max-width: 640px) {
  .m9b7j .yiy2eg9 { background: var(--accent); border-top-color: var(--accent-light); }
  .m9b7j .yiy2eg9 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.b5bl .pya9v {
  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);
}
.b5bl .y181 {
  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) {
  .b5bl .yiy2eg9 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.zixdbz .x2axa3 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.jv14ee .x2axa3 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.iic2v .x2axa3 { min-height: 72px; height: auto; }
.cu5p2ar .x2axa3 { min-height: 84px; height: auto; }
.gezb7r .x2axa3 { max-width: none; padding: 0 32px; }
.gezb7r .wgq0nn  { max-width: none; padding: 24px 32px; }
.tblvnkuy.ejoak .x2axa3 { max-width: 1200px; }
.tblvnkuy.e31diu .x2axa3 { max-width: 1320px; }
.d3jv   .lke51, .d3jv   .ywepbfy { text-transform: capitalize; }
.zcvxho .lke51, .zcvxho .ywepbfy { text-transform: lowercase; }
.mizohosy .lke51, .mizohosy .ywepbfy { text-transform: uppercase; letter-spacing: 0.06em; }
.puvgvaxg, .clw9n {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dznh5ncr .puvgvaxg,
.nmntu .puvgvaxg,
.e100d6m .puvgvaxg,
.o2yauxi1 .puvgvaxg,
.utxwhm68   .yiy2eg9 a { font-weight: 500; }
.woif .yiy2eg9 a { font-weight: 600; }
.obrscz     .yiy2eg9 a { font-weight: 700; }
.s4lql    .yiy2eg9 a { font-weight: 800; letter-spacing: 0.01em; }
.wpeesxwh     .yiy2eg9 > li + li::before,
.jk26    .yiy2eg9 > li + li::before,
.v02vf    .yiy2eg9 > li + li::before,
.t3sg .yiy2eg9 > li + li::before,
.rz7lf .yiy2eg9 > li + li::before,
.f5hwq  .yiy2eg9 > li + li::before,
.vvroatiq    .yiy2eg9 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.wpeesxwh     .yiy2eg9 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.jk26    .yiy2eg9 > li + li::before { content: "|"; }
.v02vf    .yiy2eg9 > li + li::before { content: "—"; }
.t3sg .yiy2eg9 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.rz7lf .yiy2eg9 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.f5hwq  .yiy2eg9 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.vvroatiq    .yiy2eg9 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .zl8162 .o7x4i,
  .imx6 .o7x4i,
  .bl0y .o7x4i,
  .sdukv .o7x4i,
  .akor .o7x4i {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .zl8162 .o7x4i::before,
  .imx6 .o7x4i::before,
  .bl0y .o7x4i::before,
  .sdukv .o7x4i::before,
  .akor .o7x4i::before { content: ""; display: block; flex-shrink: 0; }

  
  .zl8162 .o7x4i::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;
  }

  
  .imx6 .o7x4i::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;
  }

  
  .bl0y .o7x4i::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;
  }

  
  .sdukv .o7x4i::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;
  }

  
  .akor .o7x4i::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) {
  .l9slvym .o7x4i {
    padding: 5px 14px;
  }
  .l9slvym .yiy2eg9 {
    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;
  }
  .l9slvym .yiy2eg9 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .l9slvym .yiy2eg9 li a:hover { background: var(--bg-raised); }
  .l9slvym .lj4hx6ts,
  .oept3 .lj4hx6ts,
  .srhg .lj4hx6ts { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .h81szco .o7x4i {
    padding: 5px 10px;
  }
  .h81szco .yiy2eg9 {
    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);
  }
  .h81szco .yiy2eg9.ovai06q { transform: translateX(0); }
  .h81szco .yiy2eg9 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .h81szco .yiy2eg9 li:last-child a { border-bottom: none; }
  .m9b7j .yiy2eg9,
  .j9gf6pu .yiy2eg9 { background: var(--accent) !important; }
  .m9b7j .yiy2eg9 li a,
  .j9gf6pu .yiy2eg9 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .srhg .o7x4i {
    padding: 5px 10px;
  }
  .srhg .yiy2eg9 {
    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);
  }
  .srhg .yiy2eg9::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .srhg .yiy2eg9.ovai06q { transform: translateY(0); }
  .srhg .yiy2eg9 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .v74l .o7x4i {
    padding: 5px 10px;
  }
  .v74l .yiy2eg9 {
    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;
  }
  .v74l .yiy2eg9.ovai06q { opacity: 1; pointer-events: auto; }
  .v74l .yiy2eg9 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .twu1l40     .o7x4i { border-radius: 0 !important; }
  .ymgq9p2   .o7x4i { border-radius: 8px !important; }
  .po2f .o7x4i { border-radius: 50% !important; }
  .mo6r4g3   .o7x4i { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .we2r9t .ifnjaq0y { flex-direction: column; align-items: stretch; }
  .we2r9t .m559qkor { flex-direction: row; min-width: auto; }
  .we2r9t .ihce8 { align-items: flex-start; text-align: left; }
}
.b5oy2sj4,
.b5oy2sj4.fvsbj5,
.howp .b5oy2sj4,
.pygn3bct .b5oy2sj4,
.dn7bgs43 .b5oy2sj4,
.nj0695 .b5oy2sj4 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.rciru {
  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;
}
.uo4y { flex: 1 1 280px; min-width: 0; }
.tjql7v {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.yvc050 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.w2llm3 {
  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;
}
.w2llm3:hover { transform: translateY(-1px); opacity: 0.95; }
.zkkh0 .rciru {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.zkkh0 .tjql7v { color: var(--cta); }
.zkkh0 .yvc050 { color: var(--text-body); }
.zkkh0 .w2llm3 {
  background: var(--cta) !important;
  color: #fff !important;
}
.xzja3vh .rciru {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.xzja3vh .tjql7v { color: var(--text-primary); }
.xzja3vh .yvc050 { color: var(--text-body); }
.xzja3vh .w2llm3 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .rciru {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .uo4y { flex: 0 0 auto; }
  .tjql7v { font-size: 1.2rem; }
  .w2llm3 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.nxqg3vc .r48b { height: 36px; }
.v4cbn8p .r48b { height: 60px; max-width: 200px; }
.e778 .r48b { height: 56px; max-width: 180px; }
.q24yhwdf    .ewzn1hr, .q24yhwdf    .g385xdl { color: #f59e0b; }
.dzu1w      .ewzn1hr { font-size: 1rem; letter-spacing: 1.5px; }
.dzu1w      .g385xdl   { font-size: 1.35rem; }
.na8g    .ewzn1hr, .na8g    .g385xdl { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.e5sx7     .ewzn1hr, .e5sx7     .g385xdl { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.yjvt1l3 .ewzn1hr, .yjvt1l3 .g385xdl { color: var(--cta); letter-spacing: 2px; }
.wlpgh   .ewzn1hr, .wlpgh   .g385xdl { color: #e91e63; letter-spacing: 2px; }
.xg4f  .ewzn1hr, .xg4f  .g385xdl { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.y29qu     .ewzn1hr, .y29qu     .g385xdl { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.h41s .ugl5 + .ugl5 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.do7vctl .e9dnt8 { padding: 18px 24px; min-height: 68px; }
.c3jhqt3 .y8vcp {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.c3jhqt3 .gupc {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.hfp7trnq .ugl5 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.k1iv0fe { counter-reset: cs-rank; }
.k1iv0fe .e9dnt8 { counter-increment: cs-rank; }
.k1iv0fe .e9dnt8::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;
}
.poh4 .k1iv0fe { counter-reset: cs-rank; gap: 0; }
.poh4 .e9dnt8 {
  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;
}
.poh4 .e9dnt8::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;
}
.poh4 .wu0z6mwo {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.poh4 .cqz7 {
  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;
}
.poh4 .wb2afuz { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.poh4 .wu0z6mwo { min-width: 0; flex-direction: column; width: 100%; }
.poh4 .iape {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.poh4 .ewzn1hr { color: var(--cta, var(--accent)); }
.poh4 .coa84c4t { font-weight: 700; }
.poh4 .ugl5 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.poh4 .y8vcp {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.poh4 .gupc {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.poh4 .u34y54q .gupc { font-size: 1.3rem; color: var(--accent-light); }
.poh4 .xv84 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.poh4 .e9dnt8:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .poh4 .k1iv0fe {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .poh4 .e9dnt8 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .poh4 .e9dnt8 { padding: 40px 16px 20px; }
  .poh4 .ugl5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .poh4 .xv84 { width: 100%; min-width: 0; }
}
.zyqktt .k1iv0fe { counter-reset: cs-rank; gap: 10px; }
.zyqktt .e9dnt8 {
  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);
}
.zyqktt .e9dnt8::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);
}
.zyqktt .wu0z6mwo {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.zyqktt .cqz7 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.zyqktt .wb2afuz { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.zyqktt .iape {
  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;
}
.zyqktt .ewzn1hr { color: var(--cta, var(--accent)); }
.zyqktt .ugl5 {
  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;
}
.zyqktt .y8vcp {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.zyqktt .gupc { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.zyqktt .u34y54q .gupc { color: var(--accent-light); }
.zyqktt .xv84 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.zyqktt .e9dnt8:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .zyqktt .e9dnt8 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .zyqktt .e9dnt8::before {
    position: absolute; top: 14px; left: 14px;
  }
  .zyqktt .wu0z6mwo {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .zyqktt .iape { white-space: normal; text-align: center; font-size: 1.2rem; }
  .zyqktt .ugl5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .zyqktt .xv84 { width: 100%; min-width: 0; }
  .zyqktt .ewzn1hr { min-width: 0; }
}
.o079 .e9dnt8::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.vq5i .n97f94m {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.vq5i .n97f94m summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.vq5i .n97f94m p { padding: 0 2px 16px; }
.vc6jy .n97f94m { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.vc6jy .n97f94m summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.vc6jy .n97f94m summary::after { content: "›"; font-size: 1.2em; }
.vc6jy .n97f94m[open] summary::after { content: "‹"; }
.vc6jy .n97f94m p { padding: 10px 22px 4px; }
.hxsps .n97f94m {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.hxsps .n97f94m summary { color: var(--text-primary); padding-left: 16px; }
.hxsps .n97f94m summary::after { content: "›"; font-size: 1.1em; }
.hxsps .n97f94m[open] summary::after { content: "‹"; }
.hxsps .n97f94m p { padding-left: 16px; }
.jbk8vb4 .aikpj { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.jbk8vb4 .n97f94m {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.jbk8vb4 .n97f94m:last-child { border-bottom: none; }
.jbk8vb4 .n97f94m summary { color: var(--text-primary); border-radius: 0; }
.jbk8vb4 .n97f94m summary::after { content: "›"; font-size: 1.1em; }
.jbk8vb4 .n97f94m[open] summary::after { content: "‹"; }
.buegbv .n97f94m { overflow: hidden; }
.buegbv .n97f94m summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.buegbv .n97f94m summary::after { color: rgba(255,255,255,.75); }
.buegbv .n97f94m[open] summary { border-radius: 0; }
.xxea1j { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.c1rf {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.r29pfu5 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.t9qg9 { color: var(--text-muted); font-size: 1.05rem; }
.kjri1f {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.jncdx { margin-bottom: 20px; }
.qkmmjyby {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.n9un5 {
  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;
}
.n9un5:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.rjnx { resize: vertical; min-height: 130px; }
.rp5ih { width: 100%; margin-top: 8px; }
.tk7qwg5o {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.x13l {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.jj3qm { color: var(--text-muted); line-height: 1.75; }
.wmz31 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.wmz31 li { margin-bottom: 6px; }
.dkp1 { max-width: 760px; margin: 0 auto; }
.x91xg { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.x91xg:last-child { border-bottom: none; }
.tspa0z { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.x91xg p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.x91xg ul.wmz31 { margin: 0; }
.k0czth4w .tspa0z { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .k0czth4w { grid-template-columns: 1fr; gap: 10px; } }
.c5pxyq .tspa0z { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.ahb4x .wmz31 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zw23u { grid-template-columns: 1fr; } }
.c13js { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.c13js:hover .v3ty6d1 { color: var(--accent-light); text-decoration: underline; }
.izzj { color: inherit; text-decoration: none; }
.izzj:hover { color: var(--accent-light); text-decoration: underline; }
.iaks05o { display: inline-block; line-height: 0; }
.svbh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ex2vzi7k { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ex2vzi7k:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.a2wjn { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ex2vzi7k p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ex2vzi7k ul.wmz31 { margin: 0; }
.dmrzmmhh { color: var(--text-muted); line-height: 1.75; }
.obb7 .wmz31,
.c4fadx70 .wmz31,
.um02v .wmz31,
.hi2e3h3 .wmz31 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.obb7 .ex2vzi7k,
.c4fadx70 .ex2vzi7k { text-align: left; }
.obb7 .a2wjn,
.c4fadx70 .a2wjn { text-align: center; }
.b110 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.amg5re1i { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.ijab { font-size: 1.1rem; }
.z6s9 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ymaa { margin-top: 12px; }
.x91f658n { 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; }
.x91f658n:hover { border-bottom-color: var(--accent-light); }
.clqh72u { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.clqh72u img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v4wy { width: 260px; height: 260px; }
.lu3ky { border-radius: 28%; }
.wl8rgwx { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.kcjp0hg { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .n3je7 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.dltmgf4 .z6s9, .dltmgf4 .amg5re1i { max-width: 640px; }
.y2qhn { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.njm4z { position: sticky; top: 96px; align-self: start; }
.njm4z .b110 { font-size: 1.6rem; margin-top: 18px; }
.vv7t2ep .z6s9 { margin-bottom: 28px; }
@media (max-width: 860px) { .y2qhn { grid-template-columns: 1fr; } .njm4z { position: static; text-align: center; } }
.znn6ind .clqh72u { margin: 0 auto 18px; }
.znn6ind .wl8rgwx { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .vhxm { grid-template-columns: 1fr; } }
.higuvx .b110 { font-size: 1.6rem; margin-bottom: 6px; }
.hi2e3h3 .wmz31 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .higuvx { flex-direction: column; text-align: center; } .wbk81 { grid-template-columns: 1fr; } }
.sdy9fkj .b110 { font-size: 1.35rem; margin: 0 0 4px; }
.sdy9fkj .wl8rgwx { margin: 0; }
.bo4803 .r29pfu5 { color: var(--accent-light); }
.cbdw9 .r29pfu5 { font-size: 2rem; }
.cbdw9 .t9qg9 { max-width: 680px; }
.ckdlf .r29pfu5 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ckdlf .t9qg9  { margin: 0; }
@media (max-width: 640px) { .ckdlf { flex-direction: column; } }
.tst0slxd .r29pfu5 { color: var(--accent-light); }
.f5x8fm5 {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.f5x8fm5 .r29pfu5 { color: #fff; }
.f5x8fm5 .t9qg9  { color: rgba(255,255,255,0.85); }
.i0nff67l { max-width: 680px; margin: 0 auto; }
.s7gum3jb {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .s7gum3jb { grid-template-columns: 1fr; } }
.ntcn { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.ntcn .n9un5 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ntcn .n9un5:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.kzrg .n9un5 { background: var(--bg-raised); border-color: transparent; }
.kzrg .n9un5:focus { background: var(--bg-card); border-color: var(--accent-light); }
.szpt3qo .n9un5 { border-radius: 100px; padding: 11px 20px; }
.szpt3qo .rjnx { border-radius: 14px; }
@media (max-width: 640px) { .mqp8w { grid-template-columns: 1fr; } }
.wpp7jf{display:none}
.wpp7jf:empty,.rkneq:empty{display:none}
.wjoz0{position:relative;overflow:visible}
.qa9p .f1sb0of3,.pl8q .f1sb0of3,
.ui7u .f1sb0of3,.vlql06 .f1sb0of3,
.ybb8f8a .f1sb0of3,.xtr1ln .f1sb0of3{display:block}
.nx4rsvj .lvzvjve{display:block}
.qa9p .f1sb0of3,.pl8q .f1sb0of3,
.ui7u .f1sb0of3,.vlql06 .f1sb0of3,
.ybb8f8a .f1sb0of3{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}
.qa9p .f1sb0of3 .rkneq,.pl8q .f1sb0of3 .rkneq,
.ui7u .f1sb0of3 .rkneq,.vlql06 .f1sb0of3 .rkneq,
.ybb8f8a .f1sb0of3 .rkneq{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}
.qa9p .vt9rtf,.pl8q .vt9rtf,
.ui7u .vt9rtf,.vlql06 .vt9rtf,
.ybb8f8a .vt9rtf{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.qa9p .f1sb0of3,.pl8q .f1sb0of3{top:12px}
.qa9p .f1sb0of3 .rkneq{margin-right:auto}
.pl8q .f1sb0of3 .rkneq{margin-left:auto}
.pl8q .f1sb0of3{text-align:right}
.ui7u .f1sb0of3,.vlql06 .f1sb0of3{bottom:12px}
.ui7u .f1sb0of3 .rkneq{margin-right:auto}
.vlql06 .f1sb0of3 .rkneq{margin-left:auto}
.vlql06 .f1sb0of3{text-align:right}
.ybb8f8a .f1sb0of3{position:relative;margin-top:16px}
.ybb8f8a .f1sb0of3 .rkneq{margin:0 auto}
.xtr1ln .f1sb0of3{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.xtr1ln .f1sb0of3 .rkneq{margin:0}
.xtr1ln .gzjmifm~.f1sb0of3,
.xtr1ln .rtypz~.f1sb0of3{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.xtr1ln .gzjmifm~.f1sb0of3 .rkneq,
.xtr1ln .rtypz~.f1sb0of3 .rkneq{justify-content:flex-start}
.gzjmifm~.f1sb0of3,.rtypz~.f1sb0of3{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}
.gzjmifm~.f1sb0of3 .rkneq{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.rtypz~.f1sb0of3 .rkneq{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.lvzvjve .rkneq{margin:0 0 12px}
.rkneq{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ol4q1mv3{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.v3ty6d1{font-weight:600;color:var(--text-heading);opacity:1}
.yj72yjq::before{content:"·";margin:0 2px;opacity:.5}
.vt9rtf{white-space:nowrap}
.k6r0 .ol4q1mv3{display:none}
.paoa .vt9rtf{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.paoa .yj72yjq::before{content:""}
.saw5792 .vt9rtf{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}
.saw5792 .yj72yjq::before{content:""}
.p5jt6w .rkneq{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.jkm2 .vt9rtf{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.jkm2 .yj72yjq::before{content:""}
.e51opo .vt9rtf{color: var(--accent-light);opacity:1;font-weight:500}
.zufm8 .vt9rtf{border-bottom:1px solid currentColor;padding-bottom:2px}
.rgkg .rkneq{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.onxk3f{--date-bg:transparent}
.gbpv .yj72yjq::before{content:""}
.xvdap .yj72yjq::before{content:"•";opacity:.4}
.xvdap .vt9rtf + .vt9rtf::before{content:"•";margin-right:6px;opacity:.4}
.rryjnxa8 .yj72yjq::before{content:"/";opacity:.35}
.rryjnxa8 .vt9rtf + .vt9rtf::before{content:"/";margin-right:6px;opacity:.35}
.wp8nk .yj72yjq::before{content:"|";opacity:.3}
.wp8nk .vt9rtf + .vt9rtf::before{content:"|";margin-right:6px;opacity:.3}
.djmqxbi .yj72yjq::before{content:"—";opacity:.3}
.djmqxbi .vt9rtf + .vt9rtf::before{content:"—";margin-right:6px;opacity:.3}
.glanb .yj72yjq::before{content:"◆";font-size:.5em;opacity:.35}
.glanb .vt9rtf + .vt9rtf::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.ebpm6avo .yj72yjq::before{content:"·";opacity:.4}
.ebpm6avo .vt9rtf + .vt9rtf::before{content:"·";margin-right:6px;opacity:.4}
.nafwzs .yj72yjq::before{content:"›";opacity:.4}
.nafwzs .vt9rtf + .vt9rtf::before{content:"›";margin-right:6px;opacity:.4}
.irs6n .yj72yjq::before{content:"→";opacity:.35;font-size:.85em}
.irs6n .vt9rtf + .vt9rtf::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.hj17o8n{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.o8tn{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ci4vas1n{display:flex;flex-direction:column;gap:3px}
.o0e2lb{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.vqi4ud7e{font-weight:700;font-size:1rem;color:var(--text-heading)}
.g9tq{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.mbfk .hj17o8n{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.a3k0duev .hj17o8n{border-top:3px solid var(--accent);padding-top:18px}
.ab8qh9 .hj17o8n{border-left:3px solid var(--accent);border-radius:0}
.f2yfoe .hj17o8n{padding:20px 0}
@media(max-width:640px){
  .hj17o8n{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .g9tq{max-width:100%}
}
.mpbd .mbqpu1p{margin:0}
@media (max-width:560px){
  .gdtlkq0a{grid-template-columns:repeat(2,1fr);gap:12px}
}
.dhmn1n {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.dhmn1n.savq {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.npmnly {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.npmnly .n5a9f4c {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.npmnly .n5a9f4c::before,
.npmnly .n5a9f4c::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.npmnly .n5a9f4c::before { transform: translate(-50%, -50%) rotate(45deg); }
.npmnly .n5a9f4c::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.npmnly .n5a9f4c:hover { background: rgba(0,0,0,0.12) !important; }
.ywy70 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.ybc64y {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.zl40h085 {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.j05k {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.npmnly .mczzn1c {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.npmnly .mczzn1c:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .npmnly { padding: 28px 18px 20px; }
  .zl40h085 { font-size: 1.2rem; }
  .ywy70 { max-width: 220px; max-height: 80px; }
}
.csx7 {
  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);
}
.s0pmhc {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.miu10c  .csx7 { border-radius: 50%; }
.chr3jl  .csx7 { border-radius: 6px; }
.s0m8uqd .csx7 { border-radius: 22px; }
.ufa2jt1 .rciru {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .csx7 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.y8zji9zz .fvsbj5 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.y8zji9zz .gk2dmyd {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.y8zji9zz .rciru {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.gga6ki {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.gga6ki.savq { transform: translate(-50%, 0); }
.gga6ki .fvsbj5,
.gga6ki .gk2dmyd {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.gga6ki .rciru {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.hkbz8g {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.hkbz8g::before,
.hkbz8g::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.hkbz8g::before { transform: translate(-50%, -50%) rotate(45deg); }
.hkbz8g::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.hkbz8g:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .gga6ki { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .gga6ki .rciru {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .gga6ki .yvc050 { display: none !important; }
  .gga6ki .tjql7v { font-size: 1.1rem !important; }
  .gga6ki .csx7 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .hkbz8g { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .x2axa3 { flex-direction: row-reverse; }
[dir="rtl"] .yiy2eg9 { flex-direction: row-reverse; }
[dir="rtl"] .ha9gb2e .s10ac { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ha9gb2e .s10ac { right: auto; left: 20px; }
  [dir="rtl"] .hyhwnw  .s10ac { left: auto;  right: 20px; }
}
[dir="rtl"] .phw6 .qf9q7o3c  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .yfc7ua .qf9q7o3c { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .gzjmifm,
[dir="rtl"] .pe3qs9,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qwztki9, [dir="rtl"] .jqf515q { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ilclrtxl { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zlkwfjy { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .yk3zbg { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .rciru { direction: rtl; }
[dir="rtl"] .csx7 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .e9dnt8,
[dir="rtl"] .ht47a8z { direction: rtl; }
[dir="rtl"] .av6zfz { direction: rtl; }
[dir="rtl"] .wdg2sz { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .bjr8ti9 .jqf515q,
[dir="rtl"] .mpiqa .jqf515q,
[dir="rtl"] .szz7qu0v .jqf515q,
[dir="rtl"] .sn69rph .jqf515q {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .bjr8ti9 .jqf515q li::before,
[dir="rtl"] .mpiqa .jqf515q li::before,
[dir="rtl"] .szz7qu0v .jqf515q li::before,
[dir="rtl"] .sn69rph .jqf515q li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .gzjmifm.xx5g .xfz74lf2 { align-items: flex-end; text-align: right; }
[dir="rtl"] .gzjmifm.kvwft .xfz74lf2 { text-align: center; }
[dir="rtl"] .gzjmifm .xfz74lf2 { text-align: right; }
[dir="rtl"] .gk2dmyd,
[dir="rtl"] .pvwcvosr,
[dir="rtl"] .b2qf7,
[dir="rtl"] .kjri1f,
[dir="rtl"] .qkmmjyby,
[dir="rtl"] .z6s9,
[dir="rtl"] .n9un5,
[dir="rtl"] .rjnx { text-align: right; direction: rtl; }
[dir="rtl"] .szpt3qo .n9un5,
[dir="rtl"] .ntcn .n9un5 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #b7341b;
  --brand:           #b7341b;
  --brand-light:     #973320;
  --brand-pale:      #b54a35;
  --grad-start:      #e46249;
  --grad-end:        #e49586;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #b7341b;
  --cta-light:       #972711;
  --cta-hover:       #812413;
  --bg-page:         #f8f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f3;
  --bg-raised:       #f1eeed;
  --bg-hover:        #f5f4f3;
  --border:          #e9e3e1;
  --border-alt:      #dcd1cf;
  --border-section:  #e9e3e1;
  --text-primary:    #1b1717;
  --text-muted:      #615351;
  --text-body:       #372f2e;
  --text-sub:        #534745;
  --text-faint:      #8a7774;
  --text-dim:        #a2928f;
  --text-label:      #6f5f5c;
  --text-value:      #453b3a;
  --accent-bg:       #f3e4e1;
  --accent-bg-light: #eecec7;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #0e9410;
  --c-cons:          #9f2421;
  --c-pros-label:    #11b013;
  --c-tip-border:    #13c215;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0e9410;
}
:root { --logo-bg-opacity: 54%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.fdxexv .msdddap { font-size: 0; width: 1.2rem; flex-shrink: 0; }.fdxexv .msdddap::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.fdxexv .z2xh9r     .msdddap::before { content: "";  color: var(--c-tip-border); }.fdxexv .peesm2a .msdddap::before { content: ""; color: var(--c-warn-border); }.fdxexv .bwuol3jr    .msdddap::before { content: ""; color: #60a5fa; }.xp9b .fdxexv .z2xh9r     .msdddap::before { color: #10b981; }.xp9b .fdxexv .peesm2a .msdddap::before { color: #f43f5e; }.xp9b .fdxexv .bwuol3jr    .msdddap::before { color: #a855f7; }.vqkor  .fdxexv .z2xh9r     .msdddap::before { color: #eab308; }.vqkor  .fdxexv .peesm2a .msdddap::before { color: #ef4444; }.vqkor  .fdxexv .bwuol3jr    .msdddap::before { color: #f97316; }.zeu8k2pn  .fdxexv .z2xh9r     .msdddap::before { color: #38bdf8; }.zeu8k2pn  .fdxexv .peesm2a .msdddap::before { color: #818cf8; }.zeu8k2pn  .fdxexv .bwuol3jr    .msdddap::before { color: #2dd4bf; }.iuhs .fdxexv .msdddap::before { color: var(--accent-light) !important; }
.wbd5r .n1bi3sr, .wbd5r .gzjmifm { min-height: 520px; }
.iditk::before { content: '>'; }