:root {
  --color-accent: #0c0369;
  --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;
}
.iygk2s {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.cn87bs9 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.kex1rkn {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.vsb4i { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.l9cv7nu { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.l9cv7nu a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.l9cv7nu a:hover { color: var(--accent-light); }
.sywi7lt0     .yaj67 { border-radius: 24px; padding: 8px; }
.sywi7lt0 .yaj67 li a { border-radius: 16px; }
.f5fkac .yaj67 li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .yaj67 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .bups:hover .yaj67,
  .bups:focus-within .yaj67 { display: block; }
  .yaj67 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.sbb9 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.mokkok { display: none; }
@media (max-width: 640px) {
  .mokkok {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .mokkok.u97wb29u { display: block; }
}
@media (max-width: 640px) {
  .sbb9 { display: block; }
  .l9cv7nu > li + li::before { display: none !important; }
  .l9cv7nu {
    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;
  }
  .l9cv7nu.u97wb29u { display: flex; }
  .l9cv7nu li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .l9cv7nu li:last-child a { border-bottom: none; }
}
.n3g6k { min-height: 480px; }
.fmxzbnh {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.w6r4iu7u { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.np0kv6 .w6r4iu7u { margin-left: 0; margin-right: 0; }
.q3se5 {
  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;
}
.l7lh .q3se5 { margin-top: 24px; }
.q3se5:hover { opacity: 0.88; }
.dwii .fmxzbnh { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.dwii .w6r4iu7u { color: #e2e8f0; }
.dwii.gwuw .d9lfbplw { text-align: center; }
.g6hr6dl .fmxzbnh { color: var(--text-primary); text-shadow: none; }
.g6hr6dl .w6r4iu7u { color: var(--text-muted); }
.g6hr6dl .q3se5 { margin-top: 16px; }
.g6hr6dl, .g6hr6dl.n3g6k { min-height: auto !important; }
.g6hr6dl.gwuw .d9lfbplw { text-align: center; }
.g6hr6dl~.cl1qd{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}
.g6hr6dl~.cl1qd .wmc4{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); }
}
.jav55 .ywpw,
.jav55 .rkbu,
.jav55 .dwii .f9un {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ywpw .fmxzbnh { color: #fff; }
.ywpw .w6r4iu7u { color: rgba(255,255,255,0.85); }
.ywpw .q3se5 { background: #fff; color: var(--cta); }
.ywpw .q3se5:hover { opacity: 0.92; }
.bwf0 .wa4pr { position: relative; overflow: hidden; }
.bwf0 .wa4pr::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;
}
.oswnn .wa4pr {
  animation: hg-breathe 7s ease-in-out infinite;
}
.rh3xguo .wa4pr { position: relative; overflow: hidden; }
.rh3xguo .wa4pr::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;
}
.a8mvqk .wa4pr { position: relative; overflow: hidden; }
.a8mvqk .wa4pr::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;
}
.jav55 .wa4pr {
  animation: hg-fadein 1.2s ease-out both;
}
.wa4pr {
  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%);
}
.k57bxoi {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.k2un {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.wa4pr .fmxzbnh { text-shadow: none; color: var(--text-primary); }
.wa4pr .w6r4iu7u { color: var(--text-muted); }
body.wbizk .fmxzbnh {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ve7bspdi .fmxzbnh {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.n3g6k.ywpw .fmxzbnh,
section.ywpw .fmxzbnh {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.wa4pr.gwuw .k57bxoi { align-items: center; text-align: center; }
.wa4pr.np0kv6   .k57bxoi { align-items: flex-start; text-align: left; }
.nyj9kxt .k2un { position: relative; }
.nyj9kxt .k2un::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.nyj9kxt.ips1o5 .k2un::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.u9j8 .k2un {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.u9j8.ips1o5 .k2un { padding: 32px 0 32px 32px; }
.fujw3 .k2un {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.ips1o5 .k57bxoi {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.fujw3.ips1o5 .k2un { padding: 40px 16px 40px 48px; }
.n3g6k .chp7iv {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.chp7iv .krg0g {
  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;
}
.chp7iv .krg0g::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.chp7iv .mj9mrp { display: contents !important; }
.chp7iv .mj9mrp .boxs3 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.chp7iv .mj9mrp .yr67uoy { max-height: 48px; max-width: 96px; }
.chp7iv .mj9mrp .qsln {
  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;
}
.chp7iv .rgf3 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.chp7iv .ejc8l5hw { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.chp7iv .gq6oz { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.chp7iv .gq6oz small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.chp7iv .xu00jtlq { display: contents !important; }
.chp7iv .xu00jtlq .slxdzisa:not(.woijhhzx) { display: none !important; }
.chp7iv .xu00jtlq .woijhhzx {
  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;
}
.chp7iv .xu00jtlq .woijhhzx .vs2jzgp {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.chp7iv .xu00jtlq .woijhhzx .p0n4e {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.chp7iv .asewh { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.chp7iv .asewh.l258bj {
  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;
}
.chp7iv .asewh.l258bj:hover { opacity: 0.85; }
.vo1u .k2un {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
.zeumh42 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px !important;
  width: 100%;
}
@media (max-width: 700px) {
  .wa4pr { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .wa4pr:not(.vo1u) .k2un { display: none !important; }
  .vo1u .k2un { padding: 16px; }
  .k57bxoi  { padding: 36px 24px; }
  .wa4pr~.cl1qd,.ips1o5~.cl1qd{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .n3g6k, .wa4pr { min-height: 320px !important; }
  .fmxzbnh { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .uk2m,
  .zeumh42,
  .n5en7e0 { grid-template-columns: 1fr !important; }

  

  
  .ux1wug51 { display: flex !important; flex-direction: column !important; }
  .ux1wug51 .d9lfbplw { display: contents; }
  .ux1wug51 .f9un { order: 0; }
  .ux1wug51 .fmxzbnh { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ux1wug51 .uk2m { order: 2; padding: 0 16px 12px !important; }
  .ux1wug51 .w6r4iu7u { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .l7lh .d9lfbplw { display: flex; flex-direction: column; }
  .l7lh .d9lfbplw .fmxzbnh { order: 1; }
  .l7lh .d9lfbplw .n5en7e0 { order: 2; margin: 8px 0 24px !important; }
  .l7lh .d9lfbplw .w6r4iu7u { order: 3; }
  .l7lh .d9lfbplw .q3se5 { order: 4; align-self: center; margin-top: 0; }

  
  .wa4pr.vo1u {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .wa4pr.vo1u .k57bxoi { display: contents; padding: 0; }
  .wa4pr.vo1u .k57bxoi .fmxzbnh { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .wa4pr.vo1u .k2un { order: 2; padding: 12px 16px; }
  .wa4pr.vo1u .k57bxoi .w6r4iu7u { order: 3; padding: 0 24px; margin: 0 auto; }
  .wa4pr.vo1u .k57bxoi .q3se5 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.n902 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.pt3fcz { width: 100%; height: auto; display: block; border-radius: 10px; }
.ffl65yw .n902        { border-radius: 16px; }
.ffl65yw .pt3fcz  { border-radius: 16px; }
.slq78p .n902         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.slq78p .pt3fcz   { border-radius: 8px; }
.d3ub { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.p42l { width: 100%; padding: 32px 0; position: relative; }
.bkgvqjh7 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.s5v3rd .p42l:nth-child(even) { background: var(--bg-surface); }
.s5v3rd .p42l:nth-child(odd)  { background: var(--bg-page); }
.h4mbutj .p42l:nth-child(even) { background: var(--bg-card); }
.h4mbutj .p42l:nth-child(odd)  { background: var(--bg-page); }
.s5v3rd .p42l:nth-child(odd)  .bkgvqjh7 { background: var(--bg-card); border-radius: 6px; }
.s5v3rd .p42l:nth-child(even) .bkgvqjh7 { background: var(--bg-raised); border-radius: 6px; }
.h4mbutj .p42l:nth-child(odd)  .bkgvqjh7 { background: var(--bg-card); border-radius: 6px; }
.h4mbutj .p42l:nth-child(even) .bkgvqjh7 { background: var(--bg-raised); border-radius: 6px; }
.s5v3rd .p42l:nth-child(even) .tcl7vj .edr1uts,
.h4mbutj .p42l:nth-child(even) .tcl7vj .edr1uts { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.s5v3rd .p42l:nth-child(odd) .tcl7vj .edr1uts,
.h4mbutj .p42l:nth-child(odd) .tcl7vj .edr1uts { background: var(--bg-card-inner); }
.s5v3rd .p42l:nth-child(even) .f7v5r6 .edr1uts:nth-child(odd),
.h4mbutj .p42l:nth-child(even) .f7v5r6 .edr1uts:nth-child(odd)  { background: var(--bg-card); }
.s5v3rd .p42l:nth-child(even) .f7v5r6 .edr1uts:nth-child(even),
.h4mbutj .p42l:nth-child(even) .f7v5r6 .edr1uts:nth-child(even) { background: var(--bg-card-inner); }
h1.s5ndskxe { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.s5ndskxe {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.sbo4 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.tlc7y h2.s5ndskxe {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.fh0ahtfh h2.s5ndskxe {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.zdzgd h2.s5ndskxe {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ou333urd h2.s5ndskxe::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.wr2r7wo h2.s5ndskxe {
  color: var(--text-primary); font-size: 1.7rem;
}
.gpd12ykx h2.s5ndskxe::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.qqfgop h2.s5ndskxe {
  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;
}
.tyudbiia { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .tyudbiia { display: none; } }
.u51ps0c { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.e97k7f { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.a0aqol1 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.a36y { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.adwj8x { padding-left: 20px; }
.adwj8x li { margin-bottom: 6px; }
.adwj8x a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.adwj8x a:hover { color: var(--accent-light); }
.ppdzn .a36y { display: none; }
.ntpxq2v9 .a36y { display: none; }
.ntpxq2v9 .adwj8x { padding-left: 0; list-style: none; }
.ntpxq2v9 .adwj8x li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ntpxq2v9 .adwj8x a { font-size: 0.92rem; }
.zer2ld7l .a0aqol1 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zer2ld7l .a36y { display: none; }
.zer2ld7l .adwj8x { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zer2ld7l .adwj8x li { margin-bottom: 0; }
.zer2ld7l .adwj8x 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;
}
.zer2ld7l .adwj8x a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.x69e4u .a0aqol1 { padding: 20px 20px 16px; }
.x69e4u .adwj8x {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.x69e4u .adwj8x li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.x69e4u .adwj8x 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;
}
.x69e4u .adwj8x 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;
}
.x69e4u .adwj8x a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.x69e4u .adwj8x a:focus,
.x69e4u .adwj8x a:focus-visible,
.x69e4u .adwj8x a:target { outline: none; }
.x69e4u .adwj8x li:target a { border-color: var(--border); color: var(--text-muted); }
.qb7u .a0aqol1 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.qb7u .a36y { display: none; }
.qb7u .adwj8x { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.qb7u .adwj8x li { margin-bottom: 0; }
.qb7u .adwj8x li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.qb7u .adwj8x li:last-child::after { content: ""; margin-right: 0; }
.qb7u .adwj8x a { font-size: 0.9rem; }
.edr1uts { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.tcl7vj .edr1uts { background: var(--bg-card); }
.f7v5r6 .edr1uts:nth-child(odd)  { background: var(--bg-card); }
.f7v5r6 .edr1uts:nth-child(even) { background: var(--bg-raised); }
.wkc3 .edr1uts {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.wkc3 .edr1uts:last-child { border-bottom: none; }
.wkc3 h3.sbo4 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.j8fxmw0 .edr1uts {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.j8fxmw0 .edr1uts + .edr1uts { margin-top: 4px; }
.gravh .edr1uts { background: none; border-radius: 0; padding: 12px 0; }
.gravh .edr1uts + .edr1uts { border-top: 1px solid var(--border-section); }
.cxsx { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.oxx5 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.kobhhn { color: var(--text-body); margin-bottom: 10px; }
.b5tk6yoe, .cymjrf1i { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.b5tk6yoe li, .cymjrf1i li { margin-bottom: 6px; }
.cymjrf1i li { list-style: decimal; }
.bcdhvuo     .b5tk6yoe { list-style-type: "● "; }
.wcsxuqzb  .b5tk6yoe { list-style-type: "■ "; }
.ev35b .b5tk6yoe { list-style-type: "◆ "; }
.yrclm    .b5tk6yoe { list-style-type: "★ "; }
.bcdhvuo    .b5tk6yoe li::marker, .bcdhvuo    .qe5ewl9 li::marker,
.wcsxuqzb .b5tk6yoe li::marker, .wcsxuqzb .qe5ewl9 li::marker,
.ev35b .b5tk6yoe li::marker, .ev35b .qe5ewl9 li::marker,
.yrclm   .b5tk6yoe li::marker, .yrclm   .qe5ewl9 li::marker {
  color: var(--cta); font-size: 1em;
}
.bcdhvuo .cymjrf1i,
.wcsxuqzb .cymjrf1i,
.ev35b .cymjrf1i,
.yrclm .cymjrf1i {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.bcdhvuo .cymjrf1i li,
.wcsxuqzb .cymjrf1i li,
.ev35b .cymjrf1i li,
.yrclm .cymjrf1i li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.bcdhvuo .cymjrf1i li::before,
.wcsxuqzb .cymjrf1i li::before,
.ev35b .cymjrf1i li::before,
.yrclm .cymjrf1i 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;
}
.bcdhvuo     .cymjrf1i li::before { border-radius: 50%; }
.wcsxuqzb  .cymjrf1i li::before { border-radius: 3px; }
.ev35b .cymjrf1i li::before { border-radius: 3px; }
.yrclm    .cymjrf1i li::before { border-radius: 50%; }
.fpq4134 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.wum1y .fpq4134,
.xyk0 .fpq4134 { background: transparent; border: none; border-radius: 0; }
.i6bn { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.i6bn th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.i6bn td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.i6bn tr:hover td { background: var(--bg-hover); }
.w78sedla .i6bn tbody tr:nth-child(even) td { background: var(--bg-surface); }
.mpn7g .i6bn { border: 1px solid var(--border-alt); }
.mpn7g .i6bn th,
.mpn7g .i6bn td { border: 1px solid var(--border-alt); }
.j5rv3 .i6bn th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.j5rv3 .i6bn td { border-bottom: none; }
.j5rv3 .i6bn tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.oqma8w .i6bn th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.gchjww .fpq4134 {
  overflow: hidden;
}
.gchjww .i6bn th { border-bottom: 1px solid var(--border-alt); }
.gchjww .i6bn tr:last-child td { border-bottom: none; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.qcnd .nbyjp {
  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);
}
.yv488lb { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.kzi9xnb  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.erazq0g0 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.bzb4c { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.xfo98q0o { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.yv488lb strong { color: var(--text-primary); font-size: 0.95rem; }
.yv488lb p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.rkk6y { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.nk4ibx, .akim0 { border-radius: 8px; padding: 14px; }
.nk4ibx { background: var(--bg-pros); }
.akim0 { background: var(--bg-cons); }
.wdjj { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.nk4ibx .wdjj { color: var(--c-pros-label); }
.akim0 .wdjj { color: #f87171; }
.nk4ibx ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.akim0 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pt3fcz { width: 100%; height: auto; border-radius: 10px; display: block; }
.l258bj {
  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;
}
.l258bj:hover { opacity: 0.85; }
.l9prn .l258bj  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.l9prn .l258bj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ksmt .l258bj  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ksmt .l258bj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hbcscu .q3se5 { border-radius: 50px; }
.hbcscu .l258bj  { border-radius: 50px; }
.bjpu2w .q3se5 { padding-left: 22px; padding-right: 22px; }
.bjpu2w .l258bj  { padding-left: 12px; padding-right: 12px; }
.o5fi0 .q3se5 { padding-left: 44px; padding-right: 44px; }
.o5fi0 .l258bj  { padding-left: 24px; padding-right: 24px; }
.vzbpp .q3se5 { padding-left: 56px; padding-right: 56px; }
.vzbpp .l258bj  { padding-left: 32px; padding-right: 32px; }
.gs4ndt   .q3se5::after, .gs4ndt   .l258bj::after,
.zp7ytm .q3se5::after, .zp7ytm .l258bj::after,
.ycd7n    .q3se5::after, .ycd7n    .l258bj::after,
.m38n7zl    .q3se5::after, .m38n7zl    .l258bj::after,
.txct721    .q3se5::after, .txct721    .l258bj::after,
.g1pfytto     .q3se5::after, .g1pfytto     .l258bj::after,
.q0t4zhf5    .q3se5::after, .q0t4zhf5    .l258bj::after,
.vygdldub   .q3se5::after, .vygdldub   .l258bj::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;
}
.gs4ndt .q3se5::after, .gs4ndt .l258bj::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");
}
.zp7ytm .q3se5::after, .zp7ytm .l258bj::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");
}
.ycd7n .q3se5::after, .ycd7n .l258bj::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");
}
.m38n7zl .q3se5::after, .m38n7zl .l258bj::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");
}
.txct721 .q3se5::after, .txct721 .l258bj::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");
}
.g1pfytto .q3se5::after, .g1pfytto .l258bj::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");
}
.q0t4zhf5 .q3se5::after, .q0t4zhf5 .l258bj::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");
}
.vygdldub .q3se5::after, .vygdldub .l258bj::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");
}
.y0f7u7n   .wt7xzo5b::after, .y0f7u7n   .e8z3ej::after,
.vf6zb .wt7xzo5b::after, .vf6zb .e8z3ej::after,
.g244q    .wt7xzo5b::after, .g244q    .e8z3ej::after,
.dfh96    .wt7xzo5b::after, .dfh96    .e8z3ej::after,
.rk62    .wt7xzo5b::after, .rk62    .e8z3ej::after,
.st4xhyk     .wt7xzo5b::after, .st4xhyk     .e8z3ej::after,
.zzwwi5o    .wt7xzo5b::after, .zzwwi5o    .e8z3ej::after,
.h93g   .wt7xzo5b::after, .h93g   .e8z3ej::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;
}
.y0f7u7n .wt7xzo5b::after, .y0f7u7n .e8z3ej::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");
}
.vf6zb .wt7xzo5b::after, .vf6zb .e8z3ej::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");
}
.g244q .wt7xzo5b::after, .g244q .e8z3ej::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");
}
.dfh96 .wt7xzo5b::after, .dfh96 .e8z3ej::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");
}
.rk62 .wt7xzo5b::after, .rk62 .e8z3ej::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");
}
.st4xhyk .wt7xzo5b::after, .st4xhyk .e8z3ej::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");
}
.zzwwi5o .wt7xzo5b::after, .zzwwi5o .e8z3ej::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");
}
.h93g .wt7xzo5b::after, .h93g .e8z3ej::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");
}
.fcfp1you {
  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;
}
.krg0g {
  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;
}
.krg0g > * { min-width: 0; }
.krg0g:hover { background: var(--bg-hover); }
.krg0g > [itemprop="item"] { display: contents; }
.krg0g [itemprop="itemReviewed"],
.krg0g [itemprop="reviewRating"] { display: none; }
.krg0g::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;
}
.mj9mrp {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.boxs3 {
  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;
}
.yr67uoy { max-height: 52px; max-width: 110px; object-fit: contain; }
.qsln {
  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;
}
.ltv0a .boxs3    { background: #1a1a1a; }
.uvt8oujw .boxs3   { background: rgba(128,128,128,.12); }
.u0mrpcz .boxs3 { background: var(--bg-raised); }
.t9pnf .boxs3    { background: transparent; padding: 0; }
.rgf3 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.ejc8l5hw { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.gq6oz { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.xu00jtlq {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.slxdzisa {
  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;
}
.vs2jzgp {
  
  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%;
}
.p0n4e {
  
  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;
}
.asewh {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.asewh.l258bj {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .krg0g {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .krg0g::before    { grid-area: rank;   }
  .mj9mrp           { grid-area: ident;  }
  .rgf3     { grid-area: rating; min-width: 0; width: auto; }
  .xu00jtlq           { grid-area: pills;  }
  .asewh             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .krg0g {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .krg0g::before    { justify-self: center; }
  .mj9mrp           { width: 100%; }
  .rgf3     { justify-self: center; }
  .xu00jtlq           { grid-template-columns: 1fr; }
}
.f5a5sllf {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.it3ux9 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.wqip2o {
  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;
}
.wqip2o img { max-width: 80px; max-height: 50px; object-fit: contain; }
.vzabizl { flex: 1; }
.vzabizl h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.b75dle6 { color: var(--c-stars); font-size: 1.1rem; }
.n5qe2upn { margin-bottom: 8px; }
.yuxt2 { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.rgkj87::before   { content: "★ "; color: var(--accent-light); }
.f3431emj { flex-shrink: 0; }
.zenr59fg img.kleg6 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.wum1y { padding: 20px 24px; }
.xlvrfji { color: var(--text-muted); margin-bottom: 16px; }
.t8t1 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.y1l3, .sboe7a9k { list-style: none; font-size: 0.9rem; }
.y1l3 li { color: var(--c-pros); margin-bottom: 4px; }
.sboe7a9k li { color: var(--c-cons); margin-bottom: 4px; }
.y1l3 li::before { content: "✓"; margin-right: 5px; }
.sboe7a9k li::before { content: "✗"; margin-right: 5px; }
.w8p1 .y1l3 li::before { content: "→"; }
.w8p1 .sboe7a9k li::before { content: "–"; }
.r9dv3x  .y1l3 li::before { content: "★"; }
.r9dv3x  .sboe7a9k li::before { content: "✕"; }
.c8j5gkr    .y1l3 li::before { content: "◆"; }
.c8j5gkr    .sboe7a9k li::before { content: "▲"; }
.bh3z1k  .y1l3 li::before { content: "▶"; }
.bh3z1k  .sboe7a9k li::before { content: "■"; }
.vju00j5 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.cc2xb2b { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.rymtt { background: var(--bg-pros); color: var(--c-tag-pay); }
.n7gd31o { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.pwf091be .n7gd31o { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.c0gx9 .n7gd31o { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .whxt .cr9xt {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .whxt .f5a5sllf { margin: 0; }
}
.p607dzx .it3ux9 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.p607dzx .vzabizl h3 { color: var(--accent-light); }
.p607dzx .wqip2o { background: var(--bg-page); border: 1px solid var(--border); }
.quvp6fp1 .f5a5sllf { border-top: 4px solid var(--accent); }
.quvp6fp1 .it3ux9 { background: var(--bg-card); }
.ikflg .f5a5sllf { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.ikflg .it3ux9 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.ikflg .wum1y { padding: 14px 16px; }
.ikflg .wqip2o { border-radius: 4px; }
.ikflg .n7gd31o { border-radius: 0; }
.apcp .it3ux9 { padding: 0; gap: 0; overflow: hidden; }
.apcp .wqip2o { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.apcp .vzabizl { padding: 16px 20px; }
.apcp .f3431emj { padding: 16px 20px; align-self: center; }
.p4w8 .b75dle6 { font-size: .95rem; }
.xyk0 .rkk6y { gap: 10px; }
.xyk0 .nk4ibx, .xyk0 .akim0 { padding: 12px; }
.xyk0 .nk4ibx ul, .xyk0 .akim0 ul { margin: 4px 0 0; padding-left: 18px; }
.xyk0 .nk4ibx li, .xyk0 .akim0 li { font-size: .85rem; margin-bottom: 3px; }
.itd85 .cc2xb2b { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .kcex0j1z { grid-template-columns: 1fr; }
  .tixzex { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .tixzex .qob84cab { width: 72px; height: 50px; }
  .tixzex .fd551ol { max-width: 180px; }
  .tixzex .pbghl36z { width: auto; }
}
.b9tuxd .p4w8 .b75dle6 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .b9tuxd { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .b74j { padding: 16px; }
  .ykhbygj3 .wqczxhxx { min-width: 50%; }
}
.d95cpj .rkk6y { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .j2hfjj { grid-template-columns: 1fr; }
  .whbj { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .naba { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .uw5e3 { flex-wrap: wrap; padding: 16px; }
}
.jy2d .rkk6y { gap: 8px; }
.jy2d .nk4ibx, .jy2d .akim0 { padding: 8px; }
@media (max-width: 480px) {
  .jwjbbl { flex-direction: column; align-items: stretch; }
}
.hcgycku .pbghl36z .l258bj { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .nosg { flex-direction: column; align-items: stretch; gap: 10px; }
  .hcgycku .pbghl36z { text-align: center; }
}
@media (max-width: 720px) {
  .uz283 { grid-template-columns: 1fr; }
  .x94x4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .peaqyq { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.ayxkd5 .a4j5gol { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.akz53nb .b75dle6 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .axipbl { grid-template-columns: 1fr; }
  .akz53nb { width: 100px; height: 100px; margin: 16px auto; }
  .ayxkd5 { font-size: 1.4rem; }
  .z1dj { justify-content: center; }
  .bvdwnp4p .wqczxhxx { min-width: 50%; }
}
.e6zf0gi1 .rkk6y { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .m6efpgcg { flex-wrap: wrap; padding: 14px 16px; }
  .r220 { padding: 12px 16px; }
  .e6zf0gi1 .rkk6y { margin: 0 16px; }
  .e6zf0gi1 .itd85 { padding: 0 16px; }
  .az1nfx { padding: 12px 16px; }
}
.kge1hfs .krg0g {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.kge1hfs .krg0g:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.uyio .fcfp1you { gap: 18px; }
.uyio .krg0g {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.uyio .krg0g:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.xv5t9zy .fcfp1you {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.xv5t9zy .krg0g {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.xv5t9zy .krg0g:last-child { border-bottom: none; }
.xv5t9zy .mj9mrp,
.xv5t9zy .rgf3,
.xv5t9zy .xu00jtlq {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.rdbjcid .fcfp1you { gap: 0; }
.rdbjcid .krg0g {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.rdbjcid .krg0g:last-child { border-bottom: none; }
.rdbjcid .krg0g:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.rdbjcid .krg0g:nth-child(even):hover { background: var(--bg-hover); }
.ckqv5 .krg0g {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.nktqwp .xu00jtlq .slxdzisa {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.nktqwp .xu00jtlq .slxdzisa:first-child { border-left: none; }
.yx4nruh .xu00jtlq .slxdzisa {
  background: transparent; padding: 4px 8px;
}
.yx4nruh .xu00jtlq .vs2jzgp { font-size: .65rem; opacity: .65; }
.yx4nruh .xu00jtlq .p0n4e   { font-size: 1.15rem; color: var(--accent-light); }
.op6mf8e .xu00jtlq .slxdzisa {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.gq6oz { display: none; }
.xwwylmm .ejc8l5hw { font-size: 1rem; letter-spacing: 2px; }
.xf0l3q .ejc8l5hw {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.m7oo7 .ejc8l5hw,
.yi3aded1 .ejc8l5hw,
.kcu1jam .ejc8l5hw { display: none; }
.m7oo7 .gq6oz,
.yi3aded1 .gq6oz,
.kcu1jam .gq6oz { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.m7oo7 .gq6oz { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.m7oo7 .gq6oz small { display: none; }
.yi3aded1 .gq6oz {
  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;
}
.yi3aded1 .gq6oz small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.kcu1jam .gq6oz {
  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;
}
.kcu1jam .gq6oz small { display: none; }
.m7oo7 .n5qe2upn .b75dle6,
.yi3aded1 .n5qe2upn .b75dle6,
.kcu1jam .n5qe2upn .b75dle6 { display: none; }
.m7oo7 .n5qe2upn strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.m7oo7 .a4j5gol { display: none; }
.yi3aded1 .n5qe2upn 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;
}
.yi3aded1 .p907mz,
.yi3aded1 .a4j5gol { font-size: 1em; }
.kcu1jam .n5qe2upn strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.kcu1jam .a4j5gol { display: none; }
.i8s06 { margin: 16px 0; }
.rhxkn3kx { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.rhxkn3kx summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.rhxkn3kx summary::after { content: "+"; color: var(--accent-light); }
.rhxkn3kx[open] summary::after { content: "−"; }
.rhxkn3kx p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.p42l { margin-bottom: 0; }
.q1t8uwk h2.s5ndskxe { color: var(--text-primary); border-color: var(--accent-light); }
.m0mw h2.s5ndskxe { color: var(--text-primary); border-color: var(--accent-light); }
.rjrorha .kzi9xnb     { background: #052e16; border-color: #10b981; }
.rjrorha .erazq0g0 { background: #2d0a1e; border-color: #f43f5e; }
.rjrorha .bzb4c    { background: #1e1036; border-color: #a855f7; }
.rjrorha .yv488lb strong  { color: #f1f5f9; }
.rjrorha .yv488lb p       { color: #cbd5e1; }
.rjrorha .mqbp    .kzi9xnb     .xfo98q0o::before,
.rjrorha .x29sw1m4  .kzi9xnb     .xfo98q0o::before,
.rjrorha .rsljt  .kzi9xnb     .xfo98q0o::before,
.rjrorha .l6lpl9o .kzi9xnb     .xfo98q0o::before { color: #10b981; }
.rjrorha .mqbp    .erazq0g0 .xfo98q0o::before,
.rjrorha .x29sw1m4  .erazq0g0 .xfo98q0o::before,
.rjrorha .rsljt  .erazq0g0 .xfo98q0o::before,
.rjrorha .l6lpl9o .erazq0g0 .xfo98q0o::before { color: #f43f5e; }
.rjrorha .mqbp    .bzb4c    .xfo98q0o::before,
.rjrorha .x29sw1m4  .bzb4c    .xfo98q0o::before,
.rjrorha .rsljt  .bzb4c    .xfo98q0o::before,
.rjrorha .l6lpl9o .bzb4c    .xfo98q0o::before { color: #a855f7; }
.tm2uj .kzi9xnb     { background: #2d2000; border-color: #eab308; }
.tm2uj .erazq0g0 { background: #2d0b0b; border-color: #ef4444; }
.tm2uj .bzb4c    { background: #2d1600; border-color: #f97316; }
.tm2uj .yv488lb strong  { color: #f1f5f9; }
.tm2uj .yv488lb p       { color: #cbd5e1; }
.tm2uj .mqbp    .kzi9xnb     .xfo98q0o::before,
.tm2uj .x29sw1m4  .kzi9xnb     .xfo98q0o::before,
.tm2uj .rsljt  .kzi9xnb     .xfo98q0o::before,
.tm2uj .l6lpl9o .kzi9xnb     .xfo98q0o::before { color: #eab308; }
.tm2uj .mqbp    .erazq0g0 .xfo98q0o::before,
.tm2uj .x29sw1m4  .erazq0g0 .xfo98q0o::before,
.tm2uj .rsljt  .erazq0g0 .xfo98q0o::before,
.tm2uj .l6lpl9o .erazq0g0 .xfo98q0o::before { color: #ef4444; }
.tm2uj .mqbp    .bzb4c    .xfo98q0o::before,
.tm2uj .x29sw1m4  .bzb4c    .xfo98q0o::before,
.tm2uj .rsljt  .bzb4c    .xfo98q0o::before,
.tm2uj .l6lpl9o .bzb4c    .xfo98q0o::before { color: #f97316; }
.z1561a .kzi9xnb     { background: #0c1a2e; border-color: #38bdf8; }
.z1561a .erazq0g0 { background: #12103a; border-color: #818cf8; }
.z1561a .bzb4c    { background: #0a2020; border-color: #2dd4bf; }
.z1561a .yv488lb strong  { color: #f1f5f9; }
.z1561a .yv488lb p       { color: #cbd5e1; }
.z1561a .mqbp    .kzi9xnb     .xfo98q0o::before,
.z1561a .x29sw1m4  .kzi9xnb     .xfo98q0o::before,
.z1561a .rsljt  .kzi9xnb     .xfo98q0o::before,
.z1561a .l6lpl9o .kzi9xnb     .xfo98q0o::before { color: #38bdf8; }
.z1561a .mqbp    .erazq0g0 .xfo98q0o::before,
.z1561a .x29sw1m4  .erazq0g0 .xfo98q0o::before,
.z1561a .rsljt  .erazq0g0 .xfo98q0o::before,
.z1561a .l6lpl9o .erazq0g0 .xfo98q0o::before { color: #818cf8; }
.z1561a .mqbp    .bzb4c    .xfo98q0o::before,
.z1561a .x29sw1m4  .bzb4c    .xfo98q0o::before,
.z1561a .rsljt  .bzb4c    .xfo98q0o::before,
.z1561a .l6lpl9o .bzb4c    .xfo98q0o::before { color: #2dd4bf; }
.cv81k .kzi9xnb     { background: var(--accent-bg); border-color: var(--accent-light); }
.cv81k .erazq0g0 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.cv81k .bzb4c    { background: var(--accent-bg); border-color: var(--accent-pale); }
.cv81k .mqbp    .xfo98q0o::before,
.cv81k .x29sw1m4  .xfo98q0o::before,
.cv81k .rsljt  .xfo98q0o::before,
.cv81k .l6lpl9o .xfo98q0o::before { color: var(--accent-light) !important; }
.usqv2hd::before,
.yw5hpe3::before { margin-right: 5px; }
.x4ck346 .nk4ibx ul li,
.x4ck346 .y1l3 li         { color: #4ade80; }
.x4ck346 .nk4ibx .usqv2hd { color: #22c55e; }
.x4ck346 .akim0 ul li,
.x4ck346 .sboe7a9k li         { color: #f87171; }
.x4ck346 .akim0 .yw5hpe3 { color: #ef4444; }
.eitv3k .nk4ibx { background: var(--bg-pros); }
.eitv3k .akim0 { background: var(--bg-cons); }
.eitv3k .nk4ibx .usqv2hd { color: var(--c-pros-label); }
.eitv3k .akim0 .yw5hpe3 { color: var(--c-cons); }
.eitv3k .nk4ibx ul li,
.eitv3k .y1l3 li            { color: var(--c-pros); }
.eitv3k .akim0 ul li,
.eitv3k .sboe7a9k li            { color: var(--c-cons); }
.oq03ir .nk4ibx { background: var(--bg-pros); }
.oq03ir .akim0 { background: var(--bg-cons); }
.oq03ir .nk4ibx .usqv2hd { color: var(--c-pros-label); }
.oq03ir .akim0 .yw5hpe3 { color: var(--c-cons); }
.oq03ir .nk4ibx ul li,
.oq03ir .y1l3 li          { color: var(--c-pros); }
.oq03ir .akim0 ul li,
.oq03ir .sboe7a9k li          { color: var(--c-cons); }
.tu2ouzm .usqv2hd::before { content: "✓ "; }
.tu2ouzm .yw5hpe3::before { content: "✗ "; }
.w8p1 .usqv2hd::before { content: "→ "; }
.w8p1 .yw5hpe3::before { content: "← "; }
.r9dv3x .usqv2hd::before { content: "★ "; }
.r9dv3x .yw5hpe3::before { content: "✕ "; }
.c8j5gkr .usqv2hd::before { content: "◆ "; }
.c8j5gkr .yw5hpe3::before { content: "▲ "; }
.c0gx9 .yv488lb { background: transparent; border-left: none; border: 1.5px solid; }
.c0gx9 .kzi9xnb     { border-color: var(--c-tip-border); }
.c0gx9 .erazq0g0 { border-color: var(--c-warn-border); }
.c0gx9 .bzb4c    { border-color: #60a5fa; }
.c0gx9 .yv488lb strong { color: var(--text-primary); }
.c0gx9 .yv488lb p      { color: var(--text-muted); }
.pwf091be .yv488lb { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.pwf091be .kzi9xnb     { border-top-color: var(--c-tip-border); }
.pwf091be .erazq0g0 { border-top-color: var(--c-warn-border); }
.pwf091be .bzb4c    { border-top-color: #60a5fa; }
.gpfg .yv488lb { border-left: none; border-radius: 8px; }
.gpfg .kzi9xnb     { background: #065f46; }
.gpfg .erazq0g0 { background: #92400e; }
.gpfg .bzb4c    { background: #1e3a8a; }
.gpfg .yv488lb strong,
.gpfg .yv488lb p { color: #fff; }
.gpfg .xfo98q0o::before { color: rgba(255,255,255,0.85) !important; }
.rjrorha.gpfg .kzi9xnb,
.rjrorha .gpfg .kzi9xnb     { background: #052e16; }
.rjrorha.gpfg .erazq0g0,
.rjrorha .gpfg .erazq0g0 { background: #2d0a1e; }
.rjrorha.gpfg .bzb4c,
.rjrorha .gpfg .bzb4c    { background: #1e1036; }
.tm2uj.gpfg .kzi9xnb,
.tm2uj .gpfg .kzi9xnb      { background: #2d2000; }
.tm2uj.gpfg .erazq0g0,
.tm2uj .gpfg .erazq0g0  { background: #2d0b0b; }
.tm2uj.gpfg .bzb4c,
.tm2uj .gpfg .bzb4c     { background: #2d1600; }
.z1561a.gpfg .kzi9xnb,
.z1561a .gpfg .kzi9xnb      { background: #0c1a2e; }
.z1561a.gpfg .erazq0g0,
.z1561a .gpfg .erazq0g0  { background: #12103a; }
.z1561a.gpfg .bzb4c,
.z1561a .gpfg .bzb4c     { background: #0a2020; }
.b0hvwcjc .yv488lb { border-left: none; border-radius: 6px; padding: 10px 14px; }
.b0hvwcjc .kzi9xnb     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.b0hvwcjc .erazq0g0 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.b0hvwcjc .bzb4c    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.b0hvwcjc .yv488lb strong { color: var(--text-primary); }
.b0hvwcjc .yv488lb p      { color: var(--text-muted); }
.ewkwy1 .yv488lb { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.mqbp .xfo98q0o,
.x29sw1m4 .xfo98q0o,
.rsljt .xfo98q0o,
.l6lpl9o .xfo98q0o { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.mqbp .xfo98q0o::before,
.x29sw1m4 .xfo98q0o::before,
.rsljt .xfo98q0o::before,
.l6lpl9o .xfo98q0o::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.mqbp .kzi9xnb     .xfo98q0o::before { content: "✦"; color: var(--c-tip-border); }
.mqbp .erazq0g0 .xfo98q0o::before { content: "▲"; color: var(--c-warn-border); }
.mqbp .bzb4c    .xfo98q0o::before { content: "◉"; color: #60a5fa; }
.x29sw1m4 .kzi9xnb     .xfo98q0o::before { content: "★"; color: var(--c-tip-border); }
.x29sw1m4 .erazq0g0 .xfo98q0o::before { content: "◆"; color: var(--c-warn-border); }
.x29sw1m4 .bzb4c    .xfo98q0o::before { content: "●"; color: #60a5fa; }
.rsljt .kzi9xnb     .xfo98q0o::before { content: "▶"; color: var(--c-tip-border); }
.rsljt .erazq0g0 .xfo98q0o::before { content: "■"; color: var(--c-warn-border); }
.rsljt .bzb4c    .xfo98q0o::before { content: "▸"; color: #60a5fa; }
.l6lpl9o .kzi9xnb     .xfo98q0o::before { content: "→"; color: var(--c-tip-border); }
.l6lpl9o .erazq0g0 .xfo98q0o::before { content: "⬥"; color: var(--c-warn-border); }
.l6lpl9o .bzb4c    .xfo98q0o::before { content: "◈"; color: #60a5fa; }
.slo0 .tcl7vj .edr1uts,
.slo0 .f7v5r6 .edr1uts  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.slo0 .krg0g                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.slo0 .f5a5sllf            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.slo0 .fpq4134          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.slo0 .a0aqol1                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.snc2c .tcl7vj .edr1uts,
.snc2c .f7v5r6 .edr1uts,
.snc2c .y72l56,
.snc2c .krg0g,
.snc2c .f5a5sllf,
.snc2c .fpq4134,
.snc2c .a0aqol1,
.snc2c .ewkwy1 .yv488lb { box-shadow: none; }
.ylqs0s   .kobhhn, .ylqs0s .cxsx, .ylqs0s .oxx5,
.ylqs0s   .u51ps0c, .ylqs0s .e97k7f { font-size: 0.9rem; }
.ylqs0s   .b5tk6yoe, .ylqs0s .cymjrf1i { font-size: 0.9rem; }
.akvkb   .kobhhn, .akvkb .cxsx, .akvkb .oxx5,
.akvkb   .u51ps0c, .akvkb .e97k7f { font-size: 0.95rem; }
.akvkb   .b5tk6yoe, .akvkb .cymjrf1i { font-size: 0.95rem; }
.ksft36k   .kobhhn, .ksft36k .cxsx, .ksft36k .oxx5,
.ksft36k   .u51ps0c, .ksft36k .e97k7f { font-size: 1.08rem; }
.ksft36k   .b5tk6yoe, .ksft36k .cymjrf1i { font-size: 1.05rem; }
.ksft36k   .i6bn { font-size: 0.97rem; }
.bil1 .fmxzbnh      { font-size: 3.2rem; }
.bil1 h2.s5ndskxe { font-size: 1.9rem; }
.bil1 h3.sbo4     { font-size: 1.4rem; }
.rz3f0ow8 .fmxzbnh      { font-size: 3.8rem; }
.rz3f0ow8 h2.s5ndskxe { font-size: 2.2rem; }
.rz3f0ow8 h3.sbo4     { font-size: 1.6rem; }
.p42l + .p42l { position: relative; }
.w5nie8v   .p42l + .p42l::before,
.v3c6eri  .p42l + .p42l::before,
.n63v4   .p42l + .p42l::before,
.r5lcl   .p42l + .p42l::before,
.qygg9c84   .p42l + .p42l::before,
.d63r3 .p42l + .p42l::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.w5nie8v .p42l + .p42l::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.v3c6eri .p42l + .p42l::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.n63v4 .p42l + .p42l::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;
}
.r5lcl .p42l + .p42l::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.toed2rx .p42l { margin-bottom: 16px; }
.toed2rx .p42l + .p42l { margin-top: 0; }
.toed2rx .bkgvqjh7 { padding-top: 0; padding-bottom: 0; }
.qygg9c84 .p42l + .p42l::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.d63r3 .p42l + .p42l::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.cznn7o9k .p42l + .p42l::before,
.n7b1907 .p42l + .p42l::before,
.ht5co .p42l + .p42l::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%;
}
.s5v3rd .cznn7o9k .p42l:nth-child(even)::before,
.s5v3rd .n7b1907 .p42l:nth-child(even)::before,
.s5v3rd .ht5co .p42l:nth-child(even)::before { background: var(--bg-surface); }
.h4mbutj .cznn7o9k .p42l:nth-child(even)::before,
.h4mbutj .n7b1907 .p42l:nth-child(even)::before,
.h4mbutj .ht5co .p42l:nth-child(even)::before { background: var(--bg-card); }
.cznn7o9k .p42l + .p42l::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");
}
.n7b1907 .p42l + .p42l::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");
}
.ht5co .p42l + .p42l::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");
}
.n639ms7d .dwii { overflow: hidden; }
.n639ms7d .d9lfbplw { margin-bottom: 70px; }
.ah0t .k57bxoi,
.o667o .k57bxoi { padding-bottom: 60px; }
.n639ms7d .k57bxoi { padding-bottom: 70px; }
.n639ms7d .dwii::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.n639ms7d .dwii::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.vufxh23d .dwii:not(.ywpw) .f9un { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.vufxh23d .ywpw { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.vufxh23d .rkbu { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.vufxh23d .wa4pr { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ppilrr6 .wa4pr { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.phrj3vy7 .wa4pr { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.q0d2e6u1 .wa4pr { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ourrddk .wa4pr { background: var(--accent-bg); }
.xb8fty .n902 { float: left; width: 38%; margin: 0 28px 16px 0; }
.xb8fty .n902 .pt3fcz { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xb8fty .bkgvqjh7::after { content: ''; display: block; clear: both; }
.wwcenua .n902 { float: right; width: 38%; margin: 0 0 16px 28px; }
.wwcenua .n902 .pt3fcz { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wwcenua .bkgvqjh7::after { content: ''; display: block; clear: both; }
.y5j2p .p42l:nth-child(odd)  .n902 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.y5j2p .p42l:nth-child(even) .n902 { float: right; width: 38%; margin: 0 0 16px 28px; }
.y5j2p .n902 .pt3fcz { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.y5j2p .bkgvqjh7::after { content: ''; display: block; clear: both; }
.xb8fty .oqwvaox5,
.xb8fty .fcfp1you,
.wwcenua .fcfp1you,
.y5j2p .fcfp1you { clear: both; }
@media (max-width: 900px) {
  .xb8fty .n902,
  .wwcenua .n902,
  .y5j2p .p42l:nth-child(odd)  .n902,
  .y5j2p .p42l:nth-child(even) .n902 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .xb8fty .n902 .pt3fcz,
  .wwcenua .n902 .pt3fcz,
  .y5j2p .n902 .pt3fcz {
    max-height: none !important;
  }
}
.xb8fty .b5tk6yoe,
.xb8fty .cymjrf1i,
.wwcenua .b5tk6yoe,
.wwcenua .cymjrf1i,
.y5j2p .b5tk6yoe,
.y5j2p .cymjrf1i { overflow: hidden; }
@media (max-width: 640px) {
  .xb8fty .n902,
  .wwcenua .n902,
  .y5j2p .n902 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.j566 .d3ub,
.j566 .bkgvqjh7,
.j566 .ovhr  { max-width: 1100px; }
.j566 { --content-mw: 1100px; }
.p5y97v1c .d3ub,
.p5y97v1c .bkgvqjh7,
.p5y97v1c .ovhr  { max-width: 1200px; }
.t5wrwg .d3ub,
.t5wrwg .bkgvqjh7,
.t5wrwg .ovhr  { max-width: 1320px; }
.x2dxi { font-size: 0.82rem; color: var(--text-muted); }
.se2lsk67 { display: flex; align-items: center; }
.kn9f5t {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.spfao97 { display: flex; align-items: center; }
.ywf4c { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ywf4c:hover { text-decoration: underline; }
.g9sxi0m { margin: 0 3px; opacity: 0.45; }
.g9sxi0m::before { content: '/'; }
.b0jiv1h8 { padding: 2px 5px; color: var(--text-main); }
.n5kedye .x2dxi {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.n5kedye .se2lsk67 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.inqm .x2dxi {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.inqm .se2lsk67 { padding: 0 0 0 12px; }
.bn5ut7lb .se2lsk67 { padding: 0 16px; }
.bn5ut7lb .x2dxi {
  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);
}
.bn5ut7lb .d3ub { padding-top: 28px; }
@media (max-width: 720px) {
  .k0igfi { margin-top: 18px; padding: 0 16px; }
  .bn5ut7lb .d3ub { padding-top: 16px; }
}
.j566.n5kedye .se2lsk67 { max-width: 1100px; }
.p5y97v1c.n5kedye .se2lsk67 { max-width: 1200px; }
.t5wrwg.n5kedye .se2lsk67 { max-width: 1320px; }
.j566 .k0igfi { max-width: 1100px; }
.emqs282z .p42l { padding-top: 16px; padding-bottom: 16px; }
.zx6vksg .p42l { padding-top: 24px; padding-bottom: 24px; }
.liad .p42l { padding-top: 40px; padding-bottom: 40px; }
.u2kbw1 .p42l { padding-top: 52px; padding-bottom: 52px; }
.rggievow .p42l:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.rggievow .p42l:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.rggievow .p42l:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.rggievow .p42l:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.gb7a0i6 .bkgvqjh7 { padding-top: 10px;  padding-bottom: 10px; }
.cj9fmo .bkgvqjh7 { padding-top: 18px;  padding-bottom: 18px; }
.flwbf .bkgvqjh7 { padding-top: 36px;  padding-bottom: 36px; }
.zwqrs6wu .bkgvqjh7 { padding-top: 48px;  padding-bottom: 48px; }
.wvocy h2.s5ndskxe { font-weight: 600; }
.wvocy h3.sbo4     { font-weight: 600; }
.n6jqqp h2.s5ndskxe { font-weight: 800; }
.n6jqqp h3.sbo4     { font-weight: 700; }
.md928 { font-weight: 600; }
.md928 h2.s5ndskxe { font-weight: 900; }
.md928 h3.sbo4     { font-weight: 800; }
.md928 .yv488lb strong,
.md928 .yv488lb strong { font-weight: 600; }
.wt7xzo5b {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.lpt1 .wt7xzo5b { display: none; }
@media (max-width: 640px) {
  .ha18h06 { display: none; }
  .wt7xzo5b {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.wt7xzo5b { background: var(--cta) !important; color: #fff !important; border: none !important; }
.wt7xzo5b:hover { opacity: 0.85; }
.sowjyw .wt7xzo5b { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.mnib .wt7xzo5b,
.gdgs0a  .wt7xzo5b { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.mnib .wt7xzo5b:hover,
.gdgs0a  .wt7xzo5b:hover { opacity: 0.88; }
.sowjyw.mnib .wt7xzo5b,
.sowjyw.gdgs0a  .wt7xzo5b { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.e8z3ej {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.e8z3ej:hover { transform: translateY(-2px); opacity: 0.92; }
.e8z3ej { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ds6m278 .e8z3ej { display: none; }
.wcqwb .e8z3ej { right: 32px; }
.qvjkkeu  .e8z3ej { left: 32px; }
@media (max-width: 480px) {
  .wcqwb .e8z3ej { right: 20px; bottom: 20px; }
  .qvjkkeu  .e8z3ej { left: 20px; bottom: 20px; }
}
.kub7530s { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ovhr { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.vhfw4k75 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.j0iok0 { color: var(--text-dim); font-size: 0.8rem; }
.euyn a, .mc5f a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.euyn a:hover, .mc5f a:hover { color: var(--accent-light); }
.mc5f { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.rlwgt .ovhr { text-align: center; }
.rlwgt .mc5f { justify-content: center; margin-bottom: 16px; }
.rlwgt .vhfw4k75 { margin-top: 0; }
.m8t03v { margin-top: 10px; }
.m8t03v a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ovhr { padding-left: 16px; padding-right: 16px; }
  .t9m3n .ovhr { padding: 20px 16px; }
  .mc5f { gap: 4px 12px; }
  .vhfw4k75 { font-size: 0.78rem; }
}
.foj1e3v .vhfw4k75 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.foj1e3v .j0iok0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .foj1e3v .tdyktf { grid-template-columns: 1fr 1fr; } .foj1e3v .civb { grid-column: 1 / -1; } }
@media (max-width: 480px) { .foj1e3v .tdyktf { grid-template-columns: 1fr; } }
.kzygi .vhfw4k75 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .kzygi .dhc55 { gap: 12px; } .kzygi .rve98 { margin-right: 0; width: 100%; } }
.bm9ca2y .vhfw4k75 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.bm9ca2y .j0iok0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .bm9ca2y .w2qz { grid-template-columns: 1fr 1fr; } .bm9ca2y .fyro5uf { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bm9ca2y .w2qz { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .o5gr .gihd00l { grid-template-columns: 1fr 1fr; } .o5gr .bmxo4ms:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .o5gr .gihd00l { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .foqxc .gihd00l { grid-template-columns: 1fr; } }
.izc8 .ovhr { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.izc8 .mc5f { justify-content: center; }
.aba367e .iygk2s      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.aba367e .kub7530s { background: var(--bg-page); border-top-color: var(--border-alt); }
.lpd0 .iygk2s      { background: #0d1117; border-bottom-color: #21262d; }
.lpd0 .kex1rkn { color: var(--accent-light); }
.lpd0 .l9cv7nu { --msep-color: #8b949e; }
.lpd0 .l9cv7nu a { color: #8b949e; }
.lpd0 .l9cv7nu a:hover { color: var(--accent-light); }
.lpd0 .sbb9 { color: #8b949e; }
.lpd0 .kub7530s { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.lpd0 .vhfw4k75,
.lpd0 .j0iok0 { color: #6e7681; }
.lpd0 .euyn a, .lpd0 .mc5f a,
.lpd0 .euyn a:hover, .lpd0 .mc5f a:hover,
@media (max-width: 640px) {
  .lpd0 .l9cv7nu { background: #0d1117; border-top-color: #21262d; }
  .lpd0 .l9cv7nu li a { border-bottom-color: #21262d; }
}
.g31hb .iygk2s      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.g31hb .kex1rkn { color: var(--accent-light); }
.g31hb .l9cv7nu { --msep-color: #475569; }
.g31hb .l9cv7nu a { color: #475569; }
.g31hb .l9cv7nu a:hover { color: var(--accent-light); }
.g31hb .sbb9 { color: #64748b; }
.g31hb .kub7530s { background: #f0f4f8; border-top-color: #cbd5e1; }
.g31hb .vhfw4k75,
.g31hb .j0iok0 { color: #64748b; }
.g31hb .euyn a, .g31hb .mc5f a,
.g31hb .euyn a:hover, .g31hb .mc5f a:hover,
@media (max-width: 640px) {
  .g31hb .l9cv7nu { background: #f0f4f8; border-top-color: #cbd5e1; }
  .g31hb .l9cv7nu li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.mnib .iygk2s      { background: var(--accent); border-bottom-color: var(--accent-light); }
.mnib .kex1rkn { color: #fff; }
.mnib .l9cv7nu { --msep-color: rgba(255,255,255,0.82); }
.mnib .l9cv7nu a { color: rgba(255,255,255,0.82); }
.mnib .l9cv7nu a:hover { color: #fff; }
.mnib .sbb9 { color: rgba(255,255,255,0.9); }
.mnib .kub7530s { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.mnib .vhfw4k75,
.mnib .j0iok0 { color: rgba(255,255,255,0.72); }
.mnib .euyn a, .mnib .mc5f a,
.mnib .euyn a:hover, .mnib .mc5f a:hover,
@media (max-width: 640px) {
  .mnib .l9cv7nu { background: var(--accent); border-top-color: var(--accent-light); }
  .mnib .l9cv7nu li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.gdgs0a .iygk2s {
  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);
}
.gdgs0a .kub7530s {
  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) {
  .gdgs0a .l9cv7nu {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.oz5j .cn87bs9 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.l021 .cn87bs9 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.uuhv .cn87bs9 { min-height: 72px; height: auto; }
.k4e613 .cn87bs9 { min-height: 84px; height: auto; }
.t9m3n .cn87bs9 { max-width: none; padding: 0 32px; }
.t9m3n .ovhr  { max-width: none; padding: 24px 32px; }
.mjsx3v.p5y97v1c .cn87bs9 { max-width: 1200px; }
.mjsx3v.t5wrwg .cn87bs9 { max-width: 1320px; }
.hy2wu   .kex1rkn, .hy2wu   .rve98 { text-transform: capitalize; }
.xktelud2 .kex1rkn, .xktelud2 .rve98 { text-transform: lowercase; }
.obik .kex1rkn, .obik .rve98 { text-transform: uppercase; letter-spacing: 0.06em; }
.e6ydnuw7, .uazlb9wm {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pg1uaq .e6ydnuw7,
.d5hnt .e6ydnuw7,
.jcdgm2 .e6ydnuw7,
.gq9l4ahv .e6ydnuw7,
.rp28   .l9cv7nu a { font-weight: 500; }
.qlz6fq .l9cv7nu a { font-weight: 600; }
.gjga     .l9cv7nu a { font-weight: 700; }
.amrk    .l9cv7nu a { font-weight: 800; letter-spacing: 0.01em; }
.ncfhip     .l9cv7nu > li + li::before,
.bv21ym    .l9cv7nu > li + li::before,
.qebfs    .l9cv7nu > li + li::before,
.ivvk0ij .l9cv7nu > li + li::before,
.c4tmx1h4 .l9cv7nu > li + li::before,
.oao2ne1  .l9cv7nu > li + li::before,
.orzma0    .l9cv7nu > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ncfhip     .l9cv7nu > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.bv21ym    .l9cv7nu > li + li::before { content: "|"; }
.qebfs    .l9cv7nu > li + li::before { content: "—"; }
.ivvk0ij .l9cv7nu > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.c4tmx1h4 .l9cv7nu > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.oao2ne1  .l9cv7nu > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.orzma0    .l9cv7nu > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .n0xstk .sbb9,
  .zrb46 .sbb9,
  .mr9yz .sbb9,
  .n4hpcw3 .sbb9,
  .pgf0fj .sbb9 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .n0xstk .sbb9::before,
  .zrb46 .sbb9::before,
  .mr9yz .sbb9::before,
  .n4hpcw3 .sbb9::before,
  .pgf0fj .sbb9::before { content: ""; display: block; flex-shrink: 0; }

  
  .n0xstk .sbb9::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;
  }

  
  .zrb46 .sbb9::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;
  }

  
  .mr9yz .sbb9::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;
  }

  
  .n4hpcw3 .sbb9::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;
  }

  
  .pgf0fj .sbb9::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) {
  .q5lo9pww .sbb9 {
    padding: 5px 14px;
  }
  .q5lo9pww .l9cv7nu {
    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;
  }
  .q5lo9pww .l9cv7nu li a {
    border-bottom: none; padding: 10px 22px;
  }
  .q5lo9pww .l9cv7nu li a:hover { background: var(--bg-raised); }
  .q5lo9pww .mokkok,
  .idd79j0 .mokkok,
  .y7w0e .mokkok { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .mdtf6b0 .sbb9 {
    padding: 5px 10px;
  }
  .mdtf6b0 .l9cv7nu {
    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);
  }
  .mdtf6b0 .l9cv7nu.u97wb29u { transform: translateX(0); }
  .mdtf6b0 .l9cv7nu li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .mdtf6b0 .l9cv7nu li:last-child a { border-bottom: none; }
  .mnib .l9cv7nu,
  .lpd0 .l9cv7nu { background: var(--accent) !important; }
  .mnib .l9cv7nu li a,
  .lpd0 .l9cv7nu li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .y7w0e .sbb9 {
    padding: 5px 10px;
  }
  .y7w0e .l9cv7nu {
    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);
  }
  .y7w0e .l9cv7nu::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .y7w0e .l9cv7nu.u97wb29u { transform: translateY(0); }
  .y7w0e .l9cv7nu li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .gfn4h7 .sbb9 {
    padding: 5px 10px;
  }
  .gfn4h7 .l9cv7nu {
    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;
  }
  .gfn4h7 .l9cv7nu.u97wb29u { opacity: 1; pointer-events: auto; }
  .gfn4h7 .l9cv7nu li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .oqubtao6     .sbb9 { border-radius: 0 !important; }
  .jegd3   .sbb9 { border-radius: 8px !important; }
  .hul9l7n9 .sbb9 { border-radius: 50% !important; }
  .aszf619x   .sbb9 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .e7ilzrg .hl4o8 { flex-direction: column; align-items: stretch; }
  .e7ilzrg .mfr31 { flex-direction: row; min-width: auto; }
  .e7ilzrg .rvynip { align-items: flex-start; text-align: left; }
}
.n2sc,
.n2sc.p42l,
.s5v3rd .n2sc,
.lgx78 .n2sc,
.h4mbutj .n2sc,
.gk5pr .n2sc {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ywoj {
  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;
}
.lwr92e0 { flex: 1 1 280px; min-width: 0; }
.vhmu {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.vrryttz {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.pq4z1id {
  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;
}
.pq4z1id:hover { transform: translateY(-1px); opacity: 0.95; }
.wvig .ywoj {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.wvig .vhmu { color: var(--cta); }
.wvig .vrryttz { color: var(--text-body); }
.wvig .pq4z1id {
  background: var(--cta) !important;
  color: #fff !important;
}
.cnb4 .ywoj {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.cnb4 .vhmu { color: var(--text-primary); }
.cnb4 .vrryttz { color: var(--text-body); }
.cnb4 .pq4z1id {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ywoj {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .lwr92e0 { flex: 0 0 auto; }
  .vhmu { font-size: 1.2rem; }
  .pq4z1id { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.cjfu .vsb4i { height: 36px; }
.ny9b .vsb4i { height: 60px; max-width: 200px; }
.cvau .vsb4i { height: 56px; max-width: 180px; }
.y11ha    .ejc8l5hw, .y11ha    .b75dle6 { color: #f59e0b; }
.eiwd334i      .ejc8l5hw { font-size: 1rem; letter-spacing: 1.5px; }
.eiwd334i      .b75dle6   { font-size: 1.35rem; }
.e0rczsbz    .ejc8l5hw, .e0rczsbz    .b75dle6 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.owous7g     .ejc8l5hw, .owous7g     .b75dle6 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.n0phob1 .ejc8l5hw, .n0phob1 .b75dle6 { color: var(--cta); letter-spacing: 2px; }
.hwxy   .ejc8l5hw, .hwxy   .b75dle6 { color: #e91e63; letter-spacing: 2px; }
.slxi7ftv  .ejc8l5hw, .slxi7ftv  .b75dle6 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.pgnn1kx     .ejc8l5hw, .pgnn1kx     .b75dle6 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.nktqwp .slxdzisa + .slxdzisa {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.l70eszn4 .krg0g { padding: 18px 24px; min-height: 68px; }
.yx4nruh .vs2jzgp {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.yx4nruh .p0n4e {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.op6mf8e .slxdzisa {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.fcfp1you { counter-reset: cs-rank; }
.fcfp1you .krg0g { counter-increment: cs-rank; }
.fcfp1you .krg0g::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;
}
.nj2k5 .fcfp1you { counter-reset: cs-rank; gap: 0; }
.nj2k5 .krg0g {
  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;
}
.nj2k5 .krg0g::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;
}
.nj2k5 .mj9mrp {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.nj2k5 .boxs3 {
  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;
}
.nj2k5 .yr67uoy { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.nj2k5 .mj9mrp { min-width: 0; flex-direction: column; width: 100%; }
.nj2k5 .qsln {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.nj2k5 .ejc8l5hw { color: var(--cta, var(--accent)); }
.nj2k5 .gq6oz { font-weight: 700; }
.nj2k5 .slxdzisa {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.nj2k5 .vs2jzgp {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.nj2k5 .p0n4e {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.nj2k5 .woijhhzx .p0n4e { font-size: 1.3rem; color: var(--accent-light); }
.nj2k5 .asewh {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.nj2k5 .krg0g:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .nj2k5 .fcfp1you {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .nj2k5 .krg0g {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .nj2k5 .krg0g { padding: 40px 16px 20px; }
  .nj2k5 .slxdzisa {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .nj2k5 .asewh { width: 100%; min-width: 0; }
}
.mj7eup .fcfp1you { counter-reset: cs-rank; gap: 10px; }
.mj7eup .krg0g {
  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);
}
.mj7eup .krg0g::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);
}
.mj7eup .mj9mrp {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.mj7eup .boxs3 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.mj7eup .yr67uoy { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.mj7eup .qsln {
  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;
}
.mj7eup .ejc8l5hw { color: var(--cta, var(--accent)); }
.mj7eup .slxdzisa {
  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;
}
.mj7eup .vs2jzgp {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.mj7eup .p0n4e { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.mj7eup .woijhhzx .p0n4e { color: var(--accent-light); }
.mj7eup .asewh {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.mj7eup .krg0g:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .mj7eup .krg0g {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .mj7eup .krg0g::before {
    position: absolute; top: 14px; left: 14px;
  }
  .mj7eup .mj9mrp {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .mj7eup .qsln { white-space: normal; text-align: center; font-size: 1.2rem; }
  .mj7eup .slxdzisa {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .mj7eup .asewh { width: 100%; min-width: 0; }
  .mj7eup .ejc8l5hw { min-width: 0; }
}
.zmc87 .krg0g::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.q6bqyk6 .rhxkn3kx {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.q6bqyk6 .rhxkn3kx summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.q6bqyk6 .rhxkn3kx p { padding: 0 2px 16px; }
.ed3j .rhxkn3kx { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ed3j .rhxkn3kx summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ed3j .rhxkn3kx summary::after { content: "›"; font-size: 1.2em; }
.ed3j .rhxkn3kx[open] summary::after { content: "‹"; }
.ed3j .rhxkn3kx p { padding: 10px 22px 4px; }
.wbhcw .rhxkn3kx {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.wbhcw .rhxkn3kx summary { color: var(--text-primary); padding-left: 16px; }
.wbhcw .rhxkn3kx summary::after { content: "›"; font-size: 1.1em; }
.wbhcw .rhxkn3kx[open] summary::after { content: "‹"; }
.wbhcw .rhxkn3kx p { padding-left: 16px; }
.srh5f4 .i8s06 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.srh5f4 .rhxkn3kx {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.srh5f4 .rhxkn3kx:last-child { border-bottom: none; }
.srh5f4 .rhxkn3kx summary { color: var(--text-primary); border-radius: 0; }
.srh5f4 .rhxkn3kx summary::after { content: "›"; font-size: 1.1em; }
.srh5f4 .rhxkn3kx[open] summary::after { content: "‹"; }
.dzqqqohn .rhxkn3kx { overflow: hidden; }
.dzqqqohn .rhxkn3kx summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.dzqqqohn .rhxkn3kx summary::after { color: rgba(255,255,255,.75); }
.dzqqqohn .rhxkn3kx[open] summary { border-radius: 0; }
.tnbe2v1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vvxnn {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.y0rn53no {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.q5fyv62 { color: var(--text-muted); font-size: 1.05rem; }
.pxom7vxk {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.aj6mhyn2 { margin-bottom: 20px; }
.l0ey {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.pbkpnlc {
  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;
}
.pbkpnlc:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ly9ua48 { resize: vertical; min-height: 130px; }
.qn0h7 { width: 100%; margin-top: 8px; }
.yfvl {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.d99s {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.yk3wqwmw { color: var(--text-muted); line-height: 1.75; }
.xx39q { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.xx39q li { margin-bottom: 6px; }
.wj0uom { max-width: 760px; margin: 0 auto; }
.oeazyu2 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.yd49am { max-width: 760px; margin: 0 auto; }
.gr5014d { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.tslcp ul.xx39q { margin: 0; }
.u5zb1 { max-width: 900px; margin: 0 auto; }
.yh08 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.yh08:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.yh08 .gr5014d { margin: 0; font-size: 1rem; }
.yh08 .b5ig p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .yh08 { grid-template-columns: 1fr; gap: 10px; } }
.o5w0v .gr5014d { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.tapu .xx39q { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .u61p { grid-template-columns: 1fr; } }
.eihx8t0w { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.eihx8t0w:hover .prck7jb { color: var(--accent-light); text-decoration: underline; }
.ju8yss { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.gfx5s3 { max-width: 760px; margin: 0 auto; }
.br0v1iq ul.xx39q { margin: 0; }
.dtd0 { color: var(--text-muted); line-height: 1.75; }
.ya2n .xx39q,
.u1zq0 .xx39q,
.b5oyd0g .xx39q,
.x42px3f .xx39q {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.pzz9q { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.wu31ap { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.kfw2ft6 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.e3cnyjni { margin-top: 12px; }
.m5f2wi { 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; }
.m5f2wi:hover { border-bottom-color: var(--accent-light); }
.jy2y { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.jy2y img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fxwor { border-radius: 50%; }
.mspvmq3 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.euwsyw6s { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .fmgi { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.q9hig .kfw2ft6, .q9hig .wu31ap { max-width: 640px; }
.js7e .pzz9q { font-size: 1.6rem; margin-top: 18px; }
.cvxvd51y .kfw2ft6 { margin-bottom: 28px; }
@media (max-width: 860px) { .kvf4wp { grid-template-columns: 1fr; } .js7e { position: static; text-align: center; } }
.s414n2 .jy2y { margin: 0 auto 18px; }
.s414n2 .mspvmq3 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .dcnbgh { grid-template-columns: 1fr; } }
.huiy { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.czya7rdz { flex: 1; }
.huiy .pzz9q { font-size: 1.6rem; margin-bottom: 6px; }
.bhzsf4x { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.x42px3f { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.fhp9vao { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.x42px3f p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.x42px3f .xx39q { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .huiy { flex-direction: column; text-align: center; } .bhzsf4x { grid-template-columns: 1fr; } }
.vgzp .pzz9q { font-size: 1.35rem; margin: 0 0 4px; }
.vgzp .mspvmq3 { margin: 0; }
.ei5fw { max-width: 760px; margin: 0 auto; }
.gdnnze { position: relative; padding-left: 28px; }
.gdnnze::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.xue52vs { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.xue52vs:last-child { padding-bottom: 0; }
.soay4 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.hf5e h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.hf5e p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.wrxy5 .y0rn53no { color: var(--accent-light); }
.wmyz .y0rn53no { font-size: 2rem; }
.wmyz .q5fyv62 { max-width: 680px; }
.emjst7q {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.emjst7q .y0rn53no { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.emjst7q .q5fyv62  { margin: 0; }
@media (max-width: 640px) { .emjst7q { flex-direction: column; } }
.zcg24k .y0rn53no { color: var(--accent-light); }
.r1wtuuv .y0rn53no { color: #fff; }
.r1wtuuv .q5fyv62  { color: rgba(255,255,255,0.85); }
.twtn8 { max-width: 680px; margin: 0 auto; }
.xrks7 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .xrks7 { grid-template-columns: 1fr; } }
.azwb { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.azwb .pbkpnlc {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.azwb .pbkpnlc:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.tvp9 .pbkpnlc { background: var(--bg-raised); border-color: transparent; }
.tvp9 .pbkpnlc:focus { background: var(--bg-card); border-color: var(--accent-light); }
.xzxo2o1 .pbkpnlc { border-radius: 100px; padding: 11px 20px; }
.xzxo2o1 .ly9ua48 { border-radius: 14px; }
.btoy {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.btoy summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.btoy summary::-webkit-details-marker { display: none; }
.btoy summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.btoy[open] summary::after { content: "−"; }
.fla6nlo {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .cbxyc { grid-template-columns: 1fr; } }
.mskk4 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.mskk4 li { margin-bottom: 6px; }
.xssdx{display:none}
.xssdx:empty,.wmc4:empty{display:none}
.yoow2re{position:relative;overflow:visible}
.l5fl6n6 .cl1qd,.j7rdner .cl1qd,
.d8d2t .cl1qd,.jldris9 .cl1qd,
.vjxnnv .cl1qd,.rmqwlw .cl1qd{display:block}
.zxat682 .i1hdnoy{display:block}
.l5fl6n6 .cl1qd,.j7rdner .cl1qd,
.d8d2t .cl1qd,.jldris9 .cl1qd,
.vjxnnv .cl1qd{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}
.l5fl6n6 .cl1qd .wmc4,.j7rdner .cl1qd .wmc4,
.d8d2t .cl1qd .wmc4,.jldris9 .cl1qd .wmc4,
.vjxnnv .cl1qd .wmc4{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}
.l5fl6n6 .vzjsu,.j7rdner .vzjsu,
.d8d2t .vzjsu,.jldris9 .vzjsu,
.vjxnnv .vzjsu{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.l5fl6n6 .cl1qd,.j7rdner .cl1qd{top:12px}
.l5fl6n6 .cl1qd .wmc4{margin-right:auto}
.j7rdner .cl1qd .wmc4{margin-left:auto}
.j7rdner .cl1qd{text-align:right}
.d8d2t .cl1qd,.jldris9 .cl1qd{bottom:12px}
.d8d2t .cl1qd .wmc4{margin-right:auto}
.jldris9 .cl1qd .wmc4{margin-left:auto}
.jldris9 .cl1qd{text-align:right}
.vjxnnv .cl1qd{position:relative;margin-top:16px}
.vjxnnv .cl1qd .wmc4{margin:0 auto}
.rmqwlw .cl1qd{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.rmqwlw .cl1qd .wmc4{margin:0}
.rmqwlw .wa4pr~.cl1qd,
.rmqwlw .ips1o5~.cl1qd{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.rmqwlw .wa4pr~.cl1qd .wmc4,
.rmqwlw .ips1o5~.cl1qd .wmc4{justify-content:flex-start}
.wa4pr~.cl1qd,.ips1o5~.cl1qd{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}
.wa4pr~.cl1qd .wmc4{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ips1o5~.cl1qd .wmc4{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.i1hdnoy .wmc4{margin:0 0 12px}
.wmc4{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.lm3y0{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.prck7jb{font-weight:600;color:var(--text-heading);opacity:1}
.d69zw::before{content:"·";margin:0 2px;opacity:.5}
.vzjsu{white-space:nowrap}
.vknxm .lm3y0{display:none}
.a6xi1oe .vzjsu{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.a6xi1oe .d69zw::before{content:""}
.qow0o8 .vzjsu{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}
.qow0o8 .d69zw::before{content:""}
.awbphkdz .wmc4{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.lx798ml .vzjsu{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.lx798ml .d69zw::before{content:""}
.yelbd .vzjsu{color: var(--accent-light);opacity:1;font-weight:500}
.mp5zo .vzjsu{border-bottom:1px solid currentColor;padding-bottom:2px}
.g9gx9v2g .wmc4{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.jwgtbmst{--date-bg:var(--accent-bg-light)}
.cgjp .d69zw::before{content:""}
.gd1gvgl .d69zw::before{content:"•";opacity:.4}
.gd1gvgl .vzjsu + .vzjsu::before{content:"•";margin-right:6px;opacity:.4}
.uoop5o .d69zw::before{content:"/";opacity:.35}
.uoop5o .vzjsu + .vzjsu::before{content:"/";margin-right:6px;opacity:.35}
.ijnffvu .d69zw::before{content:"|";opacity:.3}
.ijnffvu .vzjsu + .vzjsu::before{content:"|";margin-right:6px;opacity:.3}
.fs2t .d69zw::before{content:"—";opacity:.3}
.fs2t .vzjsu + .vzjsu::before{content:"—";margin-right:6px;opacity:.3}
.kclrx .d69zw::before{content:"◆";font-size:.5em;opacity:.35}
.kclrx .vzjsu + .vzjsu::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.z4sq04 .d69zw::before{content:"·";opacity:.4}
.z4sq04 .vzjsu + .vzjsu::before{content:"·";margin-right:6px;opacity:.4}
.l7urmcu .d69zw::before{content:"›";opacity:.4}
.l7urmcu .vzjsu + .vzjsu::before{content:"›";margin-right:6px;opacity:.4}
.z3u11fgc .d69zw::before{content:"→";opacity:.35;font-size:.85em}
.z3u11fgc .vzjsu + .vzjsu::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.wll56lfz .xg3g4{padding:20px 0}
@media(max-width:640px){
  .xg3g4{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .bbkgb4{max-width:100%}
}
.n8pq .fpq4134{margin:0}
@media (max-width:560px){
  .by6rnqjc{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .al2ufnta { padding: 28px 18px 20px; }
  .cvzk7tso { font-size: 1.2rem; }
  .e3vtnza { max-width: 220px; max-height: 80px; }
}
.avu1uo {
  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);
}
.acc6h {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.pynaoz  .avu1uo { border-radius: 50%; }
.lkodozt  .avu1uo { border-radius: 6px; }
.z60xo24 .avu1uo { border-radius: 22px; }
.zk8bhw .ywoj {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .avu1uo { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.d3yhyz {
  margin: 28px 0 24px;
}
.d3yhyz .p42l {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.d3yhyz .bkgvqjh7 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.d3yhyz .ywoj {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .cn87bs9 { flex-direction: row-reverse; }
[dir="rtl"] .l9cv7nu { flex-direction: row-reverse; }
[dir="rtl"] .wcqwb .e8z3ej { right: auto; left: 32px; }
[dir="rtl"] .qvjkkeu  .e8z3ej { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .wcqwb .e8z3ej { right: auto; left: 20px; }
  [dir="rtl"] .qvjkkeu  .e8z3ej { left: auto;  right: 20px; }
}
[dir="rtl"] .xb8fty .n902  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .wwcenua .n902 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .wa4pr,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .b5tk6yoe, [dir="rtl"] .cymjrf1i { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .nk4ibx { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .akim0 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .yv488lb { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ywoj { direction: rtl; }
[dir="rtl"] .avu1uo { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .krg0g,
[dir="rtl"] .x2dxi { direction: rtl; }
[dir="rtl"] .a0aqol1 { direction: rtl; }
[dir="rtl"] .adwj8x { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .bcdhvuo .cymjrf1i,
[dir="rtl"] .wcsxuqzb .cymjrf1i,
[dir="rtl"] .ev35b .cymjrf1i,
[dir="rtl"] .yrclm .cymjrf1i {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .bcdhvuo .cymjrf1i li::before,
[dir="rtl"] .wcsxuqzb .cymjrf1i li::before,
[dir="rtl"] .ev35b .cymjrf1i li::before,
[dir="rtl"] .yrclm .cymjrf1i li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .wa4pr.np0kv6 .k57bxoi { align-items: flex-end; text-align: right; }
[dir="rtl"] .wa4pr.gwuw .k57bxoi { text-align: center; }
[dir="rtl"] .wa4pr .k57bxoi { text-align: right; }
[dir="rtl"] .bkgvqjh7,
[dir="rtl"] .u51ps0c,
[dir="rtl"] .e97k7f,
[dir="rtl"] .tyudbiia,
[dir="rtl"] .pxom7vxk,
[dir="rtl"] .l0ey,
[dir="rtl"] .kfw2ft6,
[dir="rtl"] .pbkpnlc,
[dir="rtl"] .ly9ua48 { text-align: right; direction: rtl; }
[dir="rtl"] .xzxo2o1 .pbkpnlc,
[dir="rtl"] .azwb .pbkpnlc { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #0c0369;
  --brand:           #0c0369;
  --brand-light:     #0f075e;
  --brand-pale:      #191174;
  --grad-start:      #1605c2;
  --grad-end:        #2b19eb;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #0c0369;
  --cta-light:       #060043;
  --cta-hover:       #05012d;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f3f6;
  --bg-raised:       #eeedf1;
  --bg-hover:        #f3f3f6;
  --border:          #e2e1e9;
  --border-alt:      #d0cfdd;
  --border-section:  #e2e1e9;
  --text-primary:    #17161c;
  --text-muted:      #515062;
  --text-body:       #2e2d38;
  --text-sub:        #464454;
  --text-faint:      #74728c;
  --text-dim:        #908ea3;
  --text-label:      #5d5b70;
  --text-value:      #3a3946;
  --accent-bg:       #dfddf7;
  --accent-bg-light: #c5c0f5;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f5;
  --c-pros:          #0c966f;
  --c-cons:          #9f2146;
  --c-pros-label:    #0eb384;
  --c-tip-border:    #10c692;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c966f;
}
:root { --logo-bg-opacity: 61%; }
body, button, input { font-family: "IBM Plex Sans", sans-serif; }
.au770a5 .n3g6k, .au770a5 .wa4pr { min-height: 420px; }
.hvqrc72 .wt7xzo5b::after,.hvqrc72 .e8z3ej::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.g9sxi0m::before { content: '/'; }