:root {
  --color-accent: #1507c4;
  --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;
}
.zizvm4a {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.mdhalx4 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.x1f7c {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.e2qsh { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.p7r2u { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.p7r2u a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.p7r2u a:hover { color: var(--accent-light); }
.iqcvy  .d5nerk { border-radius: 14px; }
.iqcvy .d5nerk li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.iqcvy .d5nerk li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.z8hbb6iu .d5nerk li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .d5nerk {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .vq8ci:hover .d5nerk,
  .vq8ci:focus-within .d5nerk { display: block; }
  .d5nerk li a { padding: 8px 16px; font-size: 0.88rem; }
}
.atmp {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.hsmcc { display: none; }
@media (max-width: 640px) {
  .hsmcc {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .hsmcc.dhj1c0mc { display: block; }
}
@media (max-width: 640px) {
  .atmp { display: block; }
  .p7r2u > li + li::before { display: none !important; }
  .p7r2u {
    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;
  }
  .p7r2u.dhj1c0mc { display: flex; }
  .p7r2u li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .p7r2u li:last-child a { border-bottom: none; }
}
.hihh6uth { min-height: 480px; }
.mv7p9 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.eezwh9 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.m7wdj7 .eezwh9 { margin-left: 0; margin-right: 0; }
.t181i9 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.h77rj {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.t181i9 .qlv0b1 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.t181i9 .mv7p9 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.t181i9 .eezwh9 { color: #e2e8f0; }
.t181i9.jyfcpx .qlv0b1 { text-align: center; }
.t181i9.m7wdj7   .qlv0b1 { text-align: left; }
.hfvf .qlv0b1 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.hfvf .mv7p9 { color: var(--text-primary); text-shadow: none; }
.hfvf .eezwh9 { color: var(--text-muted); }
.hfvf, .hfvf.hihh6uth { min-height: auto !important; }
.hfvf.jyfcpx .qlv0b1 { text-align: center; }
.hfvf.m7wdj7   .qlv0b1 { text-align: left; }
.hfvf~.h88zu{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}
.hfvf~.h88zu .rluzz6k8{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}
.kownn {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.ehb2 .kownn,
.ehb2 .kownn::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.lcc4no .kownn,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.iiba .kownn,
.iiba .t181i9 .h77rj {
  overflow: hidden;
}
.iiba .kownn::after,
.iiba .t181i9 .h77rj::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.al10 .kownn,
.al10 .kownn::after,
@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); }
}
.al10 .t181i9 .h77rj {
  overflow: hidden;
}
.al10 .t181i9 .h77rj::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.fvo3 .kownn,
.fvo3 .fimcrrd,
.fvo3 .t181i9 .h77rj {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ehb2 .t181i9 .h77rj {
  overflow: hidden;
}
.ehb2 .t181i9 .h77rj::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.lcc4no .t181i9 .h77rj {
  animation: hg-breathe 10s ease-in-out infinite;
}
.kownn .h77rj {
  background: none;
}
.kownn .mv7p9 { color: #fff; }
.kownn .eezwh9 { color: rgba(255,255,255,0.85); }
.fvo3 .xilh1 {
  animation: hg-fadein 1.2s ease-out both;
}
.xilh1 .mv7p9 { text-shadow: none; color: var(--text-primary); }
.xilh1 .eezwh9 { color: var(--text-muted); }
body.r8qqba .mv7p9 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.mivtbib .mv7p9 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.hihh6uth.kownn .mv7p9,
section.kownn .mv7p9 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.xilh1.jyfcpx .ozsyv { align-items: center; text-align: center; }
.hihh6uth .a3853ldm {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.a3853ldm .r2n4 {
  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;
}
.a3853ldm .r2n4::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.a3853ldm .vfe9y { display: contents !important; }
.a3853ldm .vfe9y .cbc0x {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.a3853ldm .vfe9y .jgxlmq1i { max-height: 48px; max-width: 96px; }
.a3853ldm .vfe9y .fd01fbo7 {
  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;
}
.a3853ldm .m9xaook {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.a3853ldm .g8z1tvth { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.a3853ldm .lp7ep { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.a3853ldm .lp7ep small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.a3853ldm .wuntaz { display: contents !important; }
.a3853ldm .wuntaz .c0erp:not(.ykkw8g3) { display: none !important; }
.a3853ldm .wuntaz .ykkw8g3 {
  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;
}
.a3853ldm .wuntaz .ykkw8g3 .yjyii {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.a3853ldm .wuntaz .ykkw8g3 .j61je3r {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.a3853ldm .ld2iq3ku { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.a3853ldm .ld2iq3ku.uep2xzr {
  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;
}
.a3853ldm .ld2iq3ku.uep2xzr:hover { opacity: 0.85; }
.a3853ldm .r2n4,
.a3853ldm .r2n4:hover,
.a3853ldm .r2n4:nth-child(even),
.a3853ldm .r2n4:nth-child(odd),
.a3853ldm .r2n4:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.zdad { padding-bottom: 0; }
.zdad .qlv0b1 { padding-bottom: 24px; }
.fh571b {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 0 24px 32px !important;
}
.t1zm5i .qlv0b1 { max-width: 1100px; }
@media (max-width: 700px) {
  .xilh1 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .xilh1:not(.nqsgzlah) .hiqc5aus { display: none !important; }
  .nqsgzlah .hiqc5aus { padding: 16px; }
  .ozsyv  { padding: 36px 24px; }
  .xilh1~.h88zu,.f07gv~.h88zu{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .hihh6uth, .xilh1 { min-height: 320px !important; }
  .mv7p9 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .fh571b,
  .c0q38vmq,
  .oyxujdx { grid-template-columns: 1fr !important; }

  

  
  .zdad { display: flex !important; flex-direction: column !important; }
  .zdad .qlv0b1 { display: contents; }
  .zdad .h77rj { order: 0; }
  .zdad .mv7p9 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .zdad .fh571b { order: 2; padding: 0 16px 12px !important; }
  .zdad .eezwh9 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .t1zm5i .qlv0b1 { display: flex; flex-direction: column; }
  .t1zm5i .qlv0b1 .mv7p9 { order: 1; }
  .t1zm5i .qlv0b1 .oyxujdx { order: 2; margin: 8px 0 24px !important; }
  .t1zm5i .qlv0b1 .eezwh9 { order: 3; }
  .t1zm5i .qlv0b1 .s596zy { order: 4; align-self: center; margin-top: 0; }

  
  .xilh1.nqsgzlah {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .xilh1.nqsgzlah .ozsyv { display: contents; padding: 0; }
  .xilh1.nqsgzlah .ozsyv .mv7p9 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .xilh1.nqsgzlah .hiqc5aus { order: 2; padding: 12px 16px; }
  .xilh1.nqsgzlah .ozsyv .eezwh9 { order: 3; padding: 0 24px; margin: 0 auto; }
  .xilh1.nqsgzlah .ozsyv .s596zy { order: 4; align-self: center; margin: 8px 0 32px; }
}
.f7mucegx { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.tc9e { width: 100%; height: auto; display: block; border-radius: 10px; }
.mnsijv .f7mucegx        { border-radius: 16px; }
.mnsijv .tc9e  { border-radius: 16px; }
.tsnj7q0i .f7mucegx         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.tsnj7q0i .tc9e   { border-radius: 8px; }
.aa6kr3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.jmfk { width: 100%; padding: 32px 0; position: relative; }
.gbvgm { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.n3iy .jmfk:nth-child(even) { background: var(--bg-surface); }
.n3iy .jmfk:nth-child(odd)  { background: var(--bg-page); }
.u0gl6 .jmfk:nth-child(even) { background: var(--bg-card); }
.u0gl6 .jmfk:nth-child(odd)  { background: var(--bg-page); }
.n3iy .jmfk:nth-child(odd)  .gbvgm { background: var(--bg-card); border-radius: 6px; }
.n3iy .jmfk:nth-child(even) .gbvgm { background: var(--bg-raised); border-radius: 6px; }
.u0gl6 .jmfk:nth-child(odd)  .gbvgm { background: var(--bg-card); border-radius: 6px; }
.u0gl6 .jmfk:nth-child(even) .gbvgm { background: var(--bg-raised); border-radius: 6px; }
.n3iy .jmfk:nth-child(even) .bavh2g9h .e5ty4,
.u0gl6 .jmfk:nth-child(even) .bavh2g9h .e5ty4 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.n3iy .jmfk:nth-child(odd) .bavh2g9h .e5ty4,
.u0gl6 .jmfk:nth-child(odd) .bavh2g9h .e5ty4 { background: var(--bg-card-inner); }
.n3iy .jmfk:nth-child(even) .idoyk .e5ty4:nth-child(odd),
.u0gl6 .jmfk:nth-child(even) .idoyk .e5ty4:nth-child(odd)  { background: var(--bg-card); }
.n3iy .jmfk:nth-child(even) .idoyk .e5ty4:nth-child(even),
.u0gl6 .jmfk:nth-child(even) .idoyk .e5ty4:nth-child(even) { background: var(--bg-card-inner); }
h1.df1u { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.df1u {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.u6jgd { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.zede h2.df1u {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.h6kmlbr h2.df1u {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.sn2dq3l h2.df1u {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.bep3mpc6 h2.df1u::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xrn4 h2.df1u {
  color: var(--text-primary); font-size: 1.7rem;
}
.xr518qsk h2.df1u::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.u6ggc h2.df1u {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .vm02x4 { display: none; } }
.hqau0m0 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.tm40 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.kjpb5u {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.l5dctg { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.no9wzd { padding-left: 20px; }
.no9wzd li { margin-bottom: 6px; }
.no9wzd a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.no9wzd a:hover { color: var(--accent-light); }
.rxz0mkr .l5dctg { display: none; }
.mqkmvd8e .l5dctg { display: none; }
.mqkmvd8e .no9wzd { padding-left: 0; list-style: none; }
.mqkmvd8e .no9wzd li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.mqkmvd8e .no9wzd a { font-size: 0.92rem; }
.a1xdc3t .kjpb5u { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.a1xdc3t .l5dctg { display: none; }
.a1xdc3t .no9wzd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.a1xdc3t .no9wzd li { margin-bottom: 0; }
.a1xdc3t .no9wzd 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;
}
.a1xdc3t .no9wzd a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.olax5u .kjpb5u { padding: 20px 20px 16px; }
.olax5u .no9wzd {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.olax5u .no9wzd li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.olax5u .no9wzd 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;
}
.olax5u .no9wzd 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;
}
.olax5u .no9wzd a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.olax5u .no9wzd a:focus,
.olax5u .no9wzd a:focus-visible,
.olax5u .no9wzd a:target { outline: none; }
.olax5u .no9wzd li:target a { border-color: var(--border); color: var(--text-muted); }
.ky7fdol .kjpb5u { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ky7fdol .l5dctg { display: none; }
.ky7fdol .no9wzd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.ky7fdol .no9wzd li { counter-increment: toc-n; margin-bottom: 0; }
.ky7fdol .no9wzd a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.ky7fdol .no9wzd a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.ky7fdol .no9wzd a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ge9nur8 .kjpb5u { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.ge9nur8 .l5dctg { display: none; }
.ge9nur8 .no9wzd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.ge9nur8 .no9wzd li { margin-bottom: 0; }
.ge9nur8 .no9wzd a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.ge9nur8 .no9wzd a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.uc1y .kjpb5u { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.uc1y .l5dctg { display: none; }
.uc1y .no9wzd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.uc1y .no9wzd li { margin-bottom: 0; }
.uc1y .no9wzd li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.uc1y .no9wzd li:last-child::after { content: ""; margin-right: 0; }
.uc1y .no9wzd a { font-size: 0.9rem; }
.e5ty4 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.bavh2g9h .e5ty4 { background: var(--bg-card); }
.idoyk .e5ty4:nth-child(odd)  { background: var(--bg-card); }
.idoyk .e5ty4:nth-child(even) { background: var(--bg-raised); }
.q25p7rk .e5ty4 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.q25p7rk .e5ty4:last-child { border-bottom: none; }
.q25p7rk h3.u6jgd { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.b1c5oa9 .e5ty4 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.b1c5oa9 .e5ty4 + .e5ty4 { margin-top: 4px; }
.l8ggmrrs .e5ty4 { background: none; border-radius: 0; padding: 12px 0; }
.l8ggmrrs .e5ty4 + .e5ty4 { border-top: 1px solid var(--border-section); }
.iinaz3x4 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.lj41qeo { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.f333th { color: var(--text-body); margin-bottom: 10px; }
.vhabpa, .oyfcsv { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.vhabpa li, .oyfcsv li { margin-bottom: 6px; }
.oyfcsv li { list-style: decimal; }
.rp4n4s2y     .vhabpa { list-style-type: "● "; }
.y753t6  .vhabpa { list-style-type: "■ "; }
.uoadaz .vhabpa { list-style-type: "◆ "; }
.nhco8    .vhabpa { list-style-type: "★ "; }
.rp4n4s2y     .yhafw { list-style-type: "● "; }
.y753t6  .yhafw { list-style-type: "■ "; }
.uoadaz .yhafw { list-style-type: "◆ "; }
.nhco8    .yhafw { list-style-type: "★ "; }
.rp4n4s2y    .vhabpa li::marker, .rp4n4s2y    .yhafw li::marker,
.y753t6 .vhabpa li::marker, .y753t6 .yhafw li::marker,
.uoadaz .vhabpa li::marker, .uoadaz .yhafw li::marker,
.nhco8   .vhabpa li::marker, .nhco8   .yhafw li::marker {
  color: var(--cta); font-size: 1em;
}
.rp4n4s2y .oyfcsv,
.y753t6 .oyfcsv,
.uoadaz .oyfcsv,
.nhco8 .oyfcsv {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.rp4n4s2y .oyfcsv li,
.y753t6 .oyfcsv li,
.uoadaz .oyfcsv li,
.nhco8 .oyfcsv li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.rp4n4s2y .oyfcsv li::before,
.y753t6 .oyfcsv li::before,
.uoadaz .oyfcsv li::before,
.nhco8 .oyfcsv 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;
}
.rp4n4s2y     .oyfcsv li::before { border-radius: 50%; }
.y753t6  .oyfcsv li::before { border-radius: 3px; }
.uoadaz .oyfcsv li::before { border-radius: 3px; }
.nhco8    .oyfcsv li::before { border-radius: 50%; }
.dwfin { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.tlivj .dwfin,
.cuyildc .dwfin { background: transparent; border: none; border-radius: 0; }
.ccgy { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ccgy th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ccgy td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ccgy tr:hover td { background: var(--bg-hover); }
.lv6d6 .ccgy tbody tr:nth-child(even) td { background: var(--bg-surface); }
.d717k1 .ccgy { border: 1px solid var(--border-alt); }
.d717k1 .ccgy th,
.d717k1 .ccgy td { border: 1px solid var(--border-alt); }
.g49sr074 .ccgy th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.g49sr074 .ccgy td { border-bottom: none; }
.g49sr074 .ccgy tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.gg6dlj .ccgy th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.qfwt .dwfin {
  overflow: hidden;
}
.qfwt .ccgy th { border-bottom: 1px solid var(--border-alt); }
.qfwt .ccgy tr:last-child td { border-bottom: none; }
.aisistzk { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.z7b1 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.zm2h04vt { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.wm29 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.hsj449 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.yhafw { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.yhafw li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.xcwwk7ea .wm29 { background: transparent; text-align: center; }
.x9lu6yr .zm2h04vt {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.w4m0d5 .zm2h04vt {
  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);
}
.xcwy .z7b1 { display: grid; grid-template-columns: auto 1fr; }
.xcwy .zm2h04vt {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.xcwy .wm29 { grid-column: 2; }
.xcwy .hsj449,
.xcwy .yhafw { grid-column: 1 / -1; }
.aryrghpw .z7b1 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.aryrghpw .zm2h04vt {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.aryrghpw .wm29 { grid-column: 2; }
.aryrghpw .hsj449,
.aryrghpw .yhafw { grid-column: 1 / -1; }
.p4tkmn7r .z7b1 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.p4tkmn7r .wm29 { background: none; color: var(--accent-light); font-weight: 700; }
.qicc6 .z7b1 { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.qicc6 .wm29 { background: none; color: var(--accent-light); font-weight: 700; }
.mr9h .z7b1 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.mr9h .z7b1:last-child { border-bottom: none; }
.mr9h .wm29 { background: none; color: var(--accent-light); font-weight: 700; }
.gkm2kw .z7b1 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.gkm2kw .wm29 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.j8qp1q .aisistzk { counter-reset: card-n; }
.j8qp1q .z7b1  { counter-increment: card-n; }
.j8qp1q .wm29 { display: flex; align-items: center; gap: 10px; }
.j8qp1q .wm29::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.gy4cx4 .z7b1 { background: var(--bg-surface); border: 1px solid var(--border); }
.gy4cx4 .wm29 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.d7uc7lu { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.d7uc7lu         { --cl-hue: var(--accent); }
.djd2slec     { --cl-hue: #16a34a; }
.o8kmok { --cl-hue: #ea580c; }
.y7zffs    { --cl-hue: #2563eb; }
.djd2slec, .o8kmok, .y7zffs, .kz9x8o {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.j1vew { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.j1vew::before { color: var(--cl-hue); }
.d7uc7lu strong { color: var(--text-primary); font-size: 0.95rem; }
.d7uc7lu p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.tc9e { width: 100%; height: auto; border-radius: 10px; display: block; }
.uep2xzr {
  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;
}
.uep2xzr:hover { opacity: 0.85; }
.gi0g28 .uep2xzr  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.gi0g28 .uep2xzr:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.fzbi7d5 .uep2xzr  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.fzbi7d5 .uep2xzr:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.gi0g28 .ld2iq3ku.uep2xzr, .fzbi7d5 .ld2iq3ku.uep2xzr,
.gi0g28 .heujd4d2 .uep2xzr, .fzbi7d5 .heujd4d2 .uep2xzr {
  background: var(--cta); border: none; color: #fff;
}
.gi0g28 .ld2iq3ku.uep2xzr:hover, .fzbi7d5 .ld2iq3ku.uep2xzr:hover,
.gi0g28 .heujd4d2 .uep2xzr:hover, .fzbi7d5 .heujd4d2 .uep2xzr:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.rzwpb .s596zy { border-radius: 50px; }
.rzwpb .uep2xzr  { border-radius: 50px; }
.agkt45 .uep2xzr  { padding-left: 12px; padding-right: 12px; }
.xgpidhlx .s596zy { padding-left: 44px; padding-right: 44px; }
.xgpidhlx .uep2xzr  { padding-left: 24px; padding-right: 24px; }
.cquf409 .uep2xzr  { padding-left: 32px; padding-right: 32px; }
.eme7iu   .s596zy::after, .eme7iu   .uep2xzr::after,
.r08nk .s596zy::after, .r08nk .uep2xzr::after,
.edas    .s596zy::after, .edas    .uep2xzr::after,
.dgc921s9    .s596zy::after, .dgc921s9    .uep2xzr::after,
.tyvnnd4    .s596zy::after, .tyvnnd4    .uep2xzr::after,
.v10mc0     .s596zy::after, .v10mc0     .uep2xzr::after,
.krtl5e    .s596zy::after, .krtl5e    .uep2xzr::after,
.hc74oglc   .s596zy::after, .hc74oglc   .uep2xzr::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;
}
.eme7iu .s596zy::after, .eme7iu .uep2xzr::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");
}
.r08nk .s596zy::after, .r08nk .uep2xzr::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");
}
.edas .s596zy::after, .edas .uep2xzr::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");
}
.dgc921s9 .s596zy::after, .dgc921s9 .uep2xzr::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");
}
.tyvnnd4 .s596zy::after, .tyvnnd4 .uep2xzr::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");
}
.v10mc0 .s596zy::after, .v10mc0 .uep2xzr::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");
}
.krtl5e .s596zy::after, .krtl5e .uep2xzr::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");
}
.hc74oglc .s596zy::after, .hc74oglc .uep2xzr::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");
}
.a108   .paz1za61::after, .a108   .fogr::after,
.cg8frus .paz1za61::after, .cg8frus .fogr::after,
.w3arm    .paz1za61::after, .w3arm    .fogr::after,
.u3n0    .paz1za61::after, .u3n0    .fogr::after,
.a3dt22q    .paz1za61::after, .a3dt22q    .fogr::after,
.nk2pxk     .paz1za61::after, .nk2pxk     .fogr::after,
.k5c0y6t    .paz1za61::after, .k5c0y6t    .fogr::after,
.cta4t   .paz1za61::after, .cta4t   .fogr::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;
}
.a108 .paz1za61::after, .a108 .fogr::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");
}
.cg8frus .paz1za61::after, .cg8frus .fogr::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");
}
.w3arm .paz1za61::after, .w3arm .fogr::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");
}
.u3n0 .paz1za61::after, .u3n0 .fogr::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");
}
.a3dt22q .paz1za61::after, .a3dt22q .fogr::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");
}
.nk2pxk .paz1za61::after, .nk2pxk .fogr::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");
}
.k5c0y6t .paz1za61::after, .k5c0y6t .fogr::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");
}
.cta4t .paz1za61::after, .cta4t .fogr::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");
}
.xh37g6q5 {
  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;
}
.r2n4 {
  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;
}
.r2n4 > * { min-width: 0; }
.r2n4:hover { background: var(--bg-hover); }
.r2n4 > [itemprop="item"] { display: contents; }
.r2n4 [itemprop="itemReviewed"],
.r2n4 [itemprop="reviewRating"] { display: none; }
.r2n4::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;
}
.vfe9y {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.cbc0x {
  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;
}
.jgxlmq1i { max-height: 52px; max-width: 110px; object-fit: contain; }
.fd01fbo7 {
  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;
}
.acdob .cbc0x    { background: #1a1a1a; }
.wh5wh5x .cbc0x   { background: rgba(128,128,128,.12); }
.g4qhe80 .cbc0x { background: var(--bg-raised); }
.crervjkm .cbc0x    { background: transparent; padding: 0; }
.m9xaook {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.g8z1tvth { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.lp7ep { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.wuntaz {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.c0erp {
  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;
}
.yjyii {
  
  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%;
}
.j61je3r {
  
  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;
}
.ld2iq3ku {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ld2iq3ku.uep2xzr {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .r2n4 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .r2n4::before    { grid-area: rank;   }
  .vfe9y           { grid-area: ident;  }
  .m9xaook     { grid-area: rating; min-width: 0; width: auto; }
  .wuntaz           { grid-area: pills;  }
  .ld2iq3ku             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .r2n4 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .r2n4::before    { justify-self: center; }
  .vfe9y           { width: 100%; }
  .m9xaook     { justify-self: center; }
  .wuntaz           { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .wfyct { padding: 10px 16px; gap: 6px 16px; } }
.heujd4d2 .uep2xzr { white-space: nowrap; }
@media (max-width: 560px) {
  .ynub { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .gvsa { order: 1; }
  .heujd4d2 { order: 2; margin-left: auto; align-self: center; }
  .mhthv6i8 { order: 3; flex: 1 1 100%; min-width: 0; }
}
.li9s74c0  .wcp41 li::before { content: "★"; }
.li9s74c0  .r8tpv6 li::before { content: "✕"; }
@media (min-width: 860px) {
  .hq0b .fh3p {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .hq0b .t4on { margin: 0; }
}
.l98g .t4on { border-top: 4px solid var(--accent); }
.l98g .ynub { background: var(--bg-card); }
@media (max-width: 720px) {
  .q4k3dpbn { grid-template-columns: 1fr; }
  .nflex048 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .nflex048 .qlphrgos { width: 72px; height: 50px; }
  .nflex048 .p2wosv { max-width: 180px; }
  .nflex048 .w4wpnbt { width: auto; }
}
@media (max-width: 720px) {
  .wzlp3lai { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .jbgk583 { padding: 16px; }
  .y7l5f .hfneco { min-width: 50%; }
}
@media (max-width: 860px) {
  .fs5nkykj { grid-template-columns: 1fr; }
  .iuqu9 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .hvns { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .kp521d { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .q8er { flex-direction: column; align-items: stretch; }
}
.k5cc845z .w4wpnbt .uep2xzr { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .m9b1x { flex-direction: column; align-items: stretch; gap: 10px; }
  .k5cc845z .w4wpnbt { text-align: center; }
}
@media (max-width: 720px) {
  .nlu4u { grid-template-columns: 1fr; }
  .zxlnb { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .znjs7ycn { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .hxh98e5 { grid-template-columns: 1fr; }
  .h8o9 { width: 100px; height: 100px; margin: 16px auto; }
  .a5kedn8g { font-size: 1.4rem; }
  .d14q8 { justify-content: center; }
  .g32t .hfneco { min-width: 50%; }
}
@media (max-width: 540px) {
  .xofctn { flex-wrap: wrap; padding: 14px 16px; }
  .xem7m9x2 { padding: 12px 16px; }
  .bmnhwr .pba0h { margin: 0 16px; }
  .bmnhwr .gq8x3cr { padding: 0 16px; }
  .k25omg { padding: 12px 16px; }
}
.xb8k6 .r2n4 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.xb8k6 .r2n4:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.whd2bz3 .xh37g6q5 { gap: 18px; }
.whd2bz3 .r2n4 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.whd2bz3 .r2n4:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.noty0e90 .xh37g6q5 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.noty0e90 .r2n4 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.noty0e90 .r2n4:last-child { border-bottom: none; }
.noty0e90 .vfe9y,
.noty0e90 .m9xaook,
.noty0e90 .wuntaz {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.c1is4k2 .xh37g6q5 { gap: 0; }
.c1is4k2 .r2n4 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.c1is4k2 .r2n4:last-child { border-bottom: none; }
.c1is4k2 .r2n4:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.c1is4k2 .r2n4:nth-child(even):hover { background: var(--bg-hover); }
.vv16nx .r2n4 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.fnuy .wuntaz .c0erp {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.fnuy .wuntaz .c0erp:first-child { border-left: none; }
.ely3 .wuntaz .c0erp {
  background: transparent; padding: 4px 8px;
}
.ely3 .wuntaz .yjyii { font-size: .65rem; opacity: .65; }
.ely3 .wuntaz .j61je3r   { font-size: 1.15rem; color: var(--accent-light); }
.uq6cx8 .wuntaz .c0erp {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.lp7ep { display: none; }
.gy7m .g8z1tvth { font-size: 1rem; letter-spacing: 2px; }
.slko4h8h .g8z1tvth {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.hkvflwm .g8z1tvth,
.zb684o .g8z1tvth,
.k2o34s .g8z1tvth { display: none; }
.hkvflwm .lp7ep,
.zb684o .lp7ep,
.k2o34s .lp7ep { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.hkvflwm .lp7ep { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.hkvflwm .lp7ep small { display: none; }
.zb684o .lp7ep {
  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;
}
.zb684o .lp7ep small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.k2o34s .lp7ep {
  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;
}
.k2o34s .lp7ep small { display: none; }
.zb684o .bffcq .h4vm8,
.zb684o .bffcq 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;
}
.zb684o .yw5slv,
.zb684o .ksnito { font-size: 1em; }
.ocay83 { margin: 16px 0; }
.w07sk { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.w07sk summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.w07sk summary::after { content: "+"; color: var(--accent-light); }
.w07sk[open] summary::after { content: "−"; }
.w07sk p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.jmfk { margin-bottom: 0; }
.wyf1myg4 h2.df1u { color: var(--text-primary); border-color: var(--accent-light); }
.ywnz h2.df1u { color: var(--text-primary); border-color: var(--accent-light); }
.wgb3f8az .djd2slec     { background: #052e16; border-color: #10b981; }
.wgb3f8az .o8kmok { background: #2d0a1e; border-color: #f43f5e; }
.wgb3f8az .y7zffs    { background: #1e1036; border-color: #a855f7; }
.wgb3f8az .d7uc7lu strong  { color: #f1f5f9; }
.wgb3f8az .d7uc7lu p       { color: #cbd5e1; }
.wgb3f8az .rviq71    .djd2slec     .j1vew::before,
.wgb3f8az .oc2wcf1  .djd2slec     .j1vew::before,
.wgb3f8az .vckn9ok  .djd2slec     .j1vew::before,
.wgb3f8az .fei7xeaz .djd2slec     .j1vew::before { color: #10b981; }
.wgb3f8az .rviq71    .o8kmok .j1vew::before,
.wgb3f8az .oc2wcf1  .o8kmok .j1vew::before,
.wgb3f8az .vckn9ok  .o8kmok .j1vew::before,
.wgb3f8az .fei7xeaz .o8kmok .j1vew::before { color: #f43f5e; }
.wgb3f8az .rviq71    .y7zffs    .j1vew::before,
.wgb3f8az .oc2wcf1  .y7zffs    .j1vew::before,
.wgb3f8az .vckn9ok  .y7zffs    .j1vew::before,
.wgb3f8az .fei7xeaz .y7zffs    .j1vew::before { color: #a855f7; }
.hnf55 .djd2slec     { background: #2d2000; border-color: #eab308; }
.hnf55 .o8kmok { background: #2d0b0b; border-color: #ef4444; }
.hnf55 .y7zffs    { background: #2d1600; border-color: #f97316; }
.hnf55 .d7uc7lu strong  { color: #f1f5f9; }
.hnf55 .d7uc7lu p       { color: #cbd5e1; }
.hnf55 .rviq71    .djd2slec     .j1vew::before,
.hnf55 .oc2wcf1  .djd2slec     .j1vew::before,
.hnf55 .vckn9ok  .djd2slec     .j1vew::before,
.hnf55 .fei7xeaz .djd2slec     .j1vew::before { color: #eab308; }
.hnf55 .rviq71    .o8kmok .j1vew::before,
.hnf55 .oc2wcf1  .o8kmok .j1vew::before,
.hnf55 .vckn9ok  .o8kmok .j1vew::before,
.hnf55 .fei7xeaz .o8kmok .j1vew::before { color: #ef4444; }
.hnf55 .rviq71    .y7zffs    .j1vew::before,
.hnf55 .oc2wcf1  .y7zffs    .j1vew::before,
.hnf55 .vckn9ok  .y7zffs    .j1vew::before,
.hnf55 .fei7xeaz .y7zffs    .j1vew::before { color: #f97316; }
.pgd4 .djd2slec     { background: #0c1a2e; border-color: #38bdf8; }
.pgd4 .o8kmok { background: #12103a; border-color: #818cf8; }
.pgd4 .y7zffs    { background: #0a2020; border-color: #2dd4bf; }
.pgd4 .d7uc7lu strong  { color: #f1f5f9; }
.pgd4 .d7uc7lu p       { color: #cbd5e1; }
.pgd4 .rviq71    .djd2slec     .j1vew::before,
.pgd4 .oc2wcf1  .djd2slec     .j1vew::before,
.pgd4 .vckn9ok  .djd2slec     .j1vew::before,
.pgd4 .fei7xeaz .djd2slec     .j1vew::before { color: #38bdf8; }
.pgd4 .rviq71    .o8kmok .j1vew::before,
.pgd4 .oc2wcf1  .o8kmok .j1vew::before,
.pgd4 .vckn9ok  .o8kmok .j1vew::before,
.pgd4 .fei7xeaz .o8kmok .j1vew::before { color: #818cf8; }
.pgd4 .rviq71    .y7zffs    .j1vew::before,
.pgd4 .oc2wcf1  .y7zffs    .j1vew::before,
.pgd4 .vckn9ok  .y7zffs    .j1vew::before,
.pgd4 .fei7xeaz .y7zffs    .j1vew::before { color: #2dd4bf; }
.srk83joa .ji3q { background: var(--bg-pros); }
.srk83joa .qi1znxf { background: var(--bg-cons); }
.srk83joa .ji3q .cq7nyv6 { color: var(--c-pros-label); }
.srk83joa .qi1znxf .nf5ui61i { color: var(--c-cons); }
.srk83joa .ji3q ul li,
.srk83joa .wcp41 li            { color: var(--c-pros); }
.srk83joa .qi1znxf ul li,
.srk83joa .r8tpv6 li            { color: var(--c-cons); }
.li9s74c0 .cq7nyv6::before { content: "★ "; }
.li9s74c0 .nf5ui61i::before { content: "✕ "; }
.kmz6l .d7uc7lu { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.kmz6l .d7uc7lu strong { color: var(--text-primary); }
.kmz6l .d7uc7lu p      { color: var(--text-muted); }
.rqbfz .d7uc7lu { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.itzjj2 .d7uc7lu {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.itzjj2 .d7uc7lu strong,
.itzjj2 .d7uc7lu p { color: #fff; }
.itzjj2 .j1vew::before { color: rgba(255,255,255,0.9) !important; }
.vuvvr5 .d7uc7lu {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.vuvvr5 .d7uc7lu strong { color: var(--text-primary); }
.vuvvr5 .d7uc7lu p      { color: var(--text-muted); }
.hfud .d7uc7lu { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.rviq71 .j1vew,
.oc2wcf1 .j1vew,
.vckn9ok .j1vew,
.fei7xeaz .j1vew { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.rviq71 .j1vew::before,
.oc2wcf1 .j1vew::before,
.vckn9ok .j1vew::before,
.fei7xeaz .j1vew::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.rviq71 .djd2slec     .j1vew::before { content: "✦"; color: var(--c-tip-border); }
.rviq71 .o8kmok .j1vew::before { content: "▲"; color: var(--c-warn-border); }
.rviq71 .y7zffs    .j1vew::before { content: "◉"; color: #60a5fa; }
.oc2wcf1 .djd2slec     .j1vew::before { content: "★"; color: var(--c-tip-border); }
.oc2wcf1 .o8kmok .j1vew::before { content: "◆"; color: var(--c-warn-border); }
.oc2wcf1 .y7zffs    .j1vew::before { content: "●"; color: #60a5fa; }
.vckn9ok .djd2slec     .j1vew::before { content: "▶"; color: var(--c-tip-border); }
.vckn9ok .o8kmok .j1vew::before { content: "■"; color: var(--c-warn-border); }
.vckn9ok .y7zffs    .j1vew::before { content: "▸"; color: #60a5fa; }
.fei7xeaz .djd2slec     .j1vew::before { content: "→"; color: var(--c-tip-border); }
.fei7xeaz .o8kmok .j1vew::before { content: "⬥"; color: var(--c-warn-border); }
.fei7xeaz .y7zffs    .j1vew::before { content: "◈"; color: #60a5fa; }
.yra7ja1 .bavh2g9h .e5ty4,
.yra7ja1 .idoyk .e5ty4  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.yra7ja1 .z7b1                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.yra7ja1 .r2n4                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.yra7ja1 .dwfin          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.yra7ja1 .kjpb5u                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.htws24eu .bavh2g9h .e5ty4,
.htws24eu .idoyk .e5ty4,
.htws24eu .z7b1,
.htws24eu .r2n4,
.htws24eu .t4on,
.htws24eu .dwfin,
.htws24eu .kjpb5u,
.htws24eu .hfud .d7uc7lu { box-shadow: none; }
.n0y9   body, .n0y9   { font-size: 0.9rem; }
.n0y9   .f333th, .n0y9 .iinaz3x4, .n0y9 .lj41qeo,
.n0y9   .hqau0m0, .n0y9 .tm40 { font-size: 0.9rem; }
.n0y9   .vhabpa, .n0y9 .oyfcsv { font-size: 0.9rem; }
.yvmj7   .f333th, .yvmj7 .iinaz3x4, .yvmj7 .lj41qeo,
.yvmj7   .hqau0m0, .yvmj7 .tm40 { font-size: 0.95rem; }
.yvmj7   .vhabpa, .yvmj7 .oyfcsv { font-size: 0.95rem; }
.u5zn   .f333th, .u5zn .iinaz3x4, .u5zn .lj41qeo,
.u5zn   .hqau0m0, .u5zn .tm40 { font-size: 1.08rem; }
.u5zn   .vhabpa, .u5zn .oyfcsv { font-size: 1.05rem; }
.u5zn   .ccgy { font-size: 0.97rem; }
.qu944ot .mv7p9      { font-size: 3.2rem; }
.qu944ot h2.df1u { font-size: 1.9rem; }
.qu944ot h3.u6jgd     { font-size: 1.4rem; }
.hf25 .mv7p9      { font-size: 3.8rem; }
.hf25 h2.df1u { font-size: 2.2rem; }
.hf25 h3.u6jgd     { font-size: 1.6rem; }
.jmfk + .jmfk { position: relative; }
.hkqm17v   .jmfk + .jmfk::before,
.r41loexw  .jmfk + .jmfk::before,
.e5y7ohc   .jmfk + .jmfk::before,
.w5lixirj   .jmfk + .jmfk::before,
.sz3mff   .jmfk + .jmfk::before,
.k7p9oer .jmfk + .jmfk::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.hkqm17v .jmfk + .jmfk::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.r41loexw .jmfk + .jmfk::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.e5y7ohc .jmfk + .jmfk::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;
}
.w5lixirj .jmfk + .jmfk::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ew8aj32 .jmfk { margin-bottom: 16px; }
.ew8aj32 .jmfk + .jmfk { margin-top: 0; }
.ew8aj32 .gbvgm { padding-top: 0; padding-bottom: 0; }
.sz3mff .jmfk + .jmfk::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.k7p9oer .jmfk + .jmfk::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.kjxay .jmfk + .jmfk::before,
.ng5x .jmfk + .jmfk::before,
.tfiounq2 .jmfk + .jmfk::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%;
}
.n3iy .kjxay .jmfk:nth-child(even)::before,
.n3iy .ng5x .jmfk:nth-child(even)::before,
.n3iy .tfiounq2 .jmfk:nth-child(even)::before { background: var(--bg-surface); }
.u0gl6 .kjxay .jmfk:nth-child(even)::before,
.u0gl6 .ng5x .jmfk:nth-child(even)::before,
.u0gl6 .tfiounq2 .jmfk:nth-child(even)::before { background: var(--bg-card); }
.kjxay .jmfk + .jmfk::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");
}
.ng5x .jmfk + .jmfk::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");
}
.tfiounq2 .jmfk + .jmfk::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");
}
.xg7tx5y .t181i9,
.l9qeb9 .t181i9,
.i1k7 .t181i9 { overflow: hidden; }
.xg7tx5y .qlv0b1,
.l9qeb9 .qlv0b1 { margin-bottom: 60px; }
.i1k7 .qlv0b1 { margin-bottom: 70px; }
.xg7tx5y .ozsyv,
.xg7tx5y .t181i9::before,
.l9qeb9 .t181i9::before,
.i1k7 .t181i9::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%;
}
.xg7tx5y .t181i9::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");
}
.l9qeb9 .t181i9::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");
}
.i1k7 .t181i9::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");
}
.z5cpwb .t181i9:not(.kownn) .h77rj { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.p7t9 .t181i9:not(.kownn) .h77rj { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.hq1trwo2  .t181i9:not(.kownn) .h77rj { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.rz6v  .t181i9:not(.kownn) .h77rj { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.z5cpwb .kownn { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.p7t9 .kownn { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.hq1trwo2 .kownn { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.rz6v .kownn { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.qi0t4do .kownn { background: var(--accent); }
.qi0t4do .kownn .h77rj { background: none; }
.qi0t4do .fimcrrd { background: var(--accent); }
.qi0t4do .xilh1 { background: var(--accent-bg); }
.qi0t4do .t181i9:not(.kownn) .h77rj { background: rgba(0,0,0,0.6); }
.kuan .f7mucegx { float: left; width: 38%; margin: 0 28px 16px 0; }
.kuan .f7mucegx .tc9e { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.kuan .gbvgm::after { content: ''; display: block; clear: both; }
.su1d2o .f7mucegx { float: right; width: 38%; margin: 0 0 16px 28px; }
.su1d2o .f7mucegx .tc9e { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.su1d2o .gbvgm::after { content: ''; display: block; clear: both; }
.sp8somf .jmfk:nth-child(odd)  .f7mucegx { float: left;  width: 38%; margin: 0 28px 16px 0; }
.sp8somf .jmfk:nth-child(even) .f7mucegx { float: right; width: 38%; margin: 0 0 16px 28px; }
.sp8somf .f7mucegx .tc9e { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.sp8somf .gbvgm::after { content: ''; display: block; clear: both; }
.kuan .aisistzk,
.kuan .xh37g6q5,
.su1d2o .aisistzk,
.su1d2o .xh37g6q5,
.sp8somf .aisistzk,
.sp8somf .xh37g6q5 { clear: both; }
@media (max-width: 900px) {
  .kuan .f7mucegx,
  .su1d2o .f7mucegx,
  .sp8somf .jmfk:nth-child(odd)  .f7mucegx,
  .sp8somf .jmfk:nth-child(even) .f7mucegx {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .kuan .f7mucegx .tc9e,
  .su1d2o .f7mucegx .tc9e,
  .sp8somf .f7mucegx .tc9e {
    max-height: none !important;
  }
}
.kuan .vhabpa,
.kuan .oyfcsv,
.su1d2o .vhabpa,
.su1d2o .oyfcsv,
.sp8somf .vhabpa,
.sp8somf .oyfcsv { overflow: hidden; }
@media (max-width: 640px) {
  .kuan .f7mucegx,
  .su1d2o .f7mucegx,
  .sp8somf .f7mucegx { float: none; width: 100%; margin: 0 0 16px 0; }
}
.hbmqrqu .aa6kr3,
.hbmqrqu .gbvgm,
.hbmqrqu .gagkkwnh  { max-width: 1100px; }
.e3qm .aa6kr3,
.e3qm .gbvgm,
.e3qm .gagkkwnh  { max-width: 1200px; }
.th8d .aa6kr3,
.th8d .gbvgm,
.th8d .gagkkwnh  { max-width: 1320px; }
.hubfcf { font-size: 0.82rem; color: var(--text-muted); }
.aehjhp { display: flex; align-items: center; }
.gdybsbu {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.t9hxn { display: flex; align-items: center; }
.m3hnrf { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.m3hnrf:hover { text-decoration: underline; }
.fiksti { margin: 0 3px; opacity: 0.45; }
.fiksti::before { content: '/'; }
.uzoxh { padding: 2px 5px; color: var(--text-main); }
.spcd9q .hubfcf {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.spcd9q .aehjhp { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.p87j8 .hubfcf {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.p87j8 .aehjhp { padding: 0 0 0 12px; }
.pk6g05 .aehjhp { padding: 0 16px; }
.pk6g05 .hubfcf {
  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);
}
.pk6g05 .aa6kr3 { padding-top: 28px; }
@media (max-width: 720px) {
  .oxjqsddc { margin-top: 18px; padding: 0 16px; }
  .pk6g05 .aa6kr3 { padding-top: 16px; }
}
.hbmqrqu.spcd9q .aehjhp { max-width: 1100px; }
.e3qm.spcd9q .aehjhp { max-width: 1200px; }
.th8d.spcd9q .aehjhp { max-width: 1320px; }
.sglruj3 .jmfk { padding-top: 16px; padding-bottom: 16px; }
.wvlc3 .jmfk { padding-top: 24px; padding-bottom: 24px; }
.odlllm .jmfk { padding-top: 40px; padding-bottom: 40px; }
.jo0dx1f .jmfk { padding-top: 52px; padding-bottom: 52px; }
.c1kaf4p6 .jmfk:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.c1kaf4p6 .jmfk:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.c1kaf4p6 .jmfk:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.c1kaf4p6 .jmfk:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.cho78u .gbvgm { padding-top: 10px;  padding-bottom: 10px; }
.hvhnf5 .gbvgm { padding-top: 18px;  padding-bottom: 18px; }
.q5vr2z7 .gbvgm { padding-top: 36px;  padding-bottom: 36px; }
.p297q .gbvgm { padding-top: 48px;  padding-bottom: 48px; }
.vfx6a18 h2.df1u { font-weight: 600; }
.vfx6a18 h3.u6jgd     { font-weight: 600; }
.hwbz2e0r { font-weight: 500; }
.hwbz2e0r h2.df1u { font-weight: 800; }
.hwbz2e0r h3.u6jgd     { font-weight: 700; }
.li651 h2.df1u { font-weight: 900; }
.li651 h3.u6jgd     { font-weight: 800; }
.li651 .d7uc7lu strong,
.li651 .d7uc7lu strong { font-weight: 600; }
.paz1za61 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.e4nc .paz1za61 { display: none; }
@media (max-width: 640px) {
  .paz1za61 { display: none !important; }
}
.paz1za61 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.paz1za61:hover { opacity: 0.85; }
.rs2x5h .paz1za61 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ez0sf0u  .fogr { left: 32px; }
@media (max-width: 480px) {
  .djaw5u .fogr { right: 20px; bottom: 20px; }
  .ez0sf0u  .fogr { left: 20px; bottom: 20px; }
}
.l1x6j { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.gagkkwnh { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.sns2 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.cwws { color: var(--text-dim); font-size: 0.8rem; }
.t6sh a, .crnqy8 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.t6sh a:hover, .crnqy8 a:hover { color: var(--accent-light); }
.crnqy8 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.udys .gagkkwnh { text-align: center; }
.udys .crnqy8 { justify-content: center; margin-bottom: 16px; }
.udys .sns2 { margin-top: 0; }
.o84o4jwz { margin-top: 10px; }
.o84o4jwz a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .gagkkwnh { padding-left: 16px; padding-right: 16px; }
  .cb92o .gagkkwnh { padding: 20px 16px; }
  .crnqy8 { gap: 4px 12px; }
  .sns2 { font-size: 0.78rem; }
}
.tmlkwwo .sns2 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.tmlkwwo .cwws { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .tmlkwwo .bolrx69a { grid-template-columns: 1fr 1fr; } .tmlkwwo .mytl { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tmlkwwo .bolrx69a { grid-template-columns: 1fr; } }
.owhbxag .sns2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .owhbxag .gm8wce2 { gap: 12px; } .owhbxag .m5s3z5mt { margin-right: 0; width: 100%; } }
.i390 .sns2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.i390 .cwws { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .i390 .eebuqd { grid-template-columns: 1fr 1fr; } .i390 .fh9g { grid-column: 1 / -1; } }
@media (max-width: 480px) { .i390 .eebuqd { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .lu72w7s4 .kbvbgd3 { grid-template-columns: 1fr 1fr; } .lu72w7s4 .xitifb:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lu72w7s4 .kbvbgd3 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .gnyod9 .kbvbgd3 { grid-template-columns: 1fr; } }
.p2xls .gagkkwnh { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.p2xls .crnqy8 { justify-content: center; }
.x9gqwceg .zizvm4a      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.x9gqwceg .l1x6j { background: var(--bg-page); border-top-color: var(--border-alt); }
.nyln13g .zizvm4a      { background: #0d1117; border-bottom-color: #21262d; }
.nyln13g .x1f7c { color: var(--accent-light); }
.nyln13g .p7r2u { --msep-color: #8b949e; }
.nyln13g .p7r2u a { color: #8b949e; }
.nyln13g .p7r2u a:hover { color: var(--accent-light); }
.nyln13g .atmp { color: #8b949e; }
.nyln13g .l1x6j { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.nyln13g .sns2,
.nyln13g .cwws { color: #6e7681; }
.nyln13g .t6sh a, .nyln13g .crnqy8 a,
.nyln13g .t6sh a:hover, .nyln13g .crnqy8 a:hover,
@media (max-width: 640px) {
  .nyln13g .p7r2u { background: #0d1117; border-top-color: #21262d; }
  .nyln13g .p7r2u li a { border-bottom-color: #21262d; }
}
.syxzpyi .zizvm4a      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.syxzpyi .x1f7c { color: var(--accent-light); }
.syxzpyi .p7r2u { --msep-color: #475569; }
.syxzpyi .p7r2u a { color: #475569; }
.syxzpyi .p7r2u a:hover { color: var(--accent-light); }
.syxzpyi .atmp { color: #64748b; }
.syxzpyi .l1x6j { background: #f0f4f8; border-top-color: #cbd5e1; }
.syxzpyi .sns2,
.syxzpyi .cwws { color: #64748b; }
.syxzpyi .t6sh a, .syxzpyi .crnqy8 a,
.syxzpyi .t6sh a:hover, .syxzpyi .crnqy8 a:hover,
@media (max-width: 640px) {
  .syxzpyi .p7r2u { background: #f0f4f8; border-top-color: #cbd5e1; }
  .syxzpyi .p7r2u li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.iiiatpk .zizvm4a      { background: var(--accent); border-bottom-color: var(--accent-light); }
.iiiatpk .x1f7c { color: #fff; }
.iiiatpk .p7r2u { --msep-color: rgba(255,255,255,0.82); }
.iiiatpk .p7r2u a { color: rgba(255,255,255,0.82); }
.iiiatpk .p7r2u a:hover { color: #fff; }
.iiiatpk .atmp { color: rgba(255,255,255,0.9); }
.iiiatpk .l1x6j { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.iiiatpk .sns2,
.iiiatpk .cwws { color: rgba(255,255,255,0.72); }
.iiiatpk .t6sh a, .iiiatpk .crnqy8 a,
.iiiatpk .t6sh a:hover, .iiiatpk .crnqy8 a:hover,
@media (max-width: 640px) {
  .iiiatpk .p7r2u { background: var(--accent); border-top-color: var(--accent-light); }
  .iiiatpk .p7r2u li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.d47t5 .zizvm4a {
  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);
}
.d47t5 .l1x6j {
  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) {
  .d47t5 .p7r2u {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.dzqg .mdhalx4 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.w2pei .mdhalx4 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.rzltsnc .mdhalx4 { min-height: 72px; height: auto; }
.noyfd .mdhalx4 { min-height: 84px; height: auto; }
.cb92o .mdhalx4 { max-width: none; padding: 0 32px; }
.cb92o .gagkkwnh  { max-width: none; padding: 24px 32px; }
.yyx7ke.e3qm .mdhalx4 { max-width: 1200px; }
.yyx7ke.th8d .mdhalx4 { max-width: 1320px; }
.hw8zev5p   .x1f7c, .hw8zev5p   .m5s3z5mt { text-transform: capitalize; }
.sz9cwa2 .x1f7c, .sz9cwa2 .m5s3z5mt { text-transform: lowercase; }
.jg08zx .x1f7c, .jg08zx .m5s3z5mt { text-transform: uppercase; letter-spacing: 0.06em; }
.ufzs, .piwdc07 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.n02t7qc .ufzs,
.thmi .ufzs,
.poukib2 .ufzs,
.xflatxex .ufzs,
.gyb7ye   .p7r2u a { font-weight: 500; }
.wknf .p7r2u a { font-weight: 600; }
.tzzlmk1p     .p7r2u a { font-weight: 700; }
.p1qr    .p7r2u a { font-weight: 800; letter-spacing: 0.01em; }
.wblzw     .p7r2u > li + li::before,
.umu3c31t    .p7r2u > li + li::before,
.nsbqzg9    .p7r2u > li + li::before,
.fgchahn .p7r2u > li + li::before,
.lyci4 .p7r2u > li + li::before,
.vbiwr  .p7r2u > li + li::before,
.k54e    .p7r2u > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.wblzw     .p7r2u > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.umu3c31t    .p7r2u > li + li::before { content: "|"; }
.nsbqzg9    .p7r2u > li + li::before { content: "—"; }
.fgchahn .p7r2u > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.lyci4 .p7r2u > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.vbiwr  .p7r2u > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.k54e    .p7r2u > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .hob804ii .atmp,
  .ypbyjlho .atmp,
  .q6kmyhn .atmp,
  .i4gs .atmp,
  .bku5 .atmp {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .hob804ii .atmp::before,
  .ypbyjlho .atmp::before,
  .q6kmyhn .atmp::before,
  .i4gs .atmp::before,
  .bku5 .atmp::before { content: ""; display: block; flex-shrink: 0; }

  
  .hob804ii .atmp::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;
  }

  
  .ypbyjlho .atmp::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;
  }

  
  .q6kmyhn .atmp::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;
  }

  
  .i4gs .atmp::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;
  }

  
  .bku5 .atmp::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) {
  .v11a7md .atmp {
    padding: 5px 14px;
  }
  .v11a7md .p7r2u {
    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;
  }
  .v11a7md .p7r2u li a {
    border-bottom: none; padding: 10px 22px;
  }
  .v11a7md .p7r2u li a:hover { background: var(--bg-raised); }
  .v11a7md .hsmcc,
  .vn3nxi .hsmcc,
  .mok90b .hsmcc { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .guhzeb .atmp {
    padding: 5px 10px;
  }
  .guhzeb .p7r2u {
    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);
  }
  .guhzeb .p7r2u.dhj1c0mc { transform: translateX(0); }
  .guhzeb .p7r2u li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .guhzeb .p7r2u li:last-child a { border-bottom: none; }
  .iiiatpk .p7r2u,
  .nyln13g .p7r2u { background: var(--accent) !important; }
  .iiiatpk .p7r2u li a,
  .nyln13g .p7r2u li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .mok90b .atmp {
    padding: 5px 10px;
  }
  .mok90b .p7r2u {
    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);
  }
  .mok90b .p7r2u::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .mok90b .p7r2u.dhj1c0mc { transform: translateY(0); }
  .mok90b .p7r2u li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .p7872go7 .atmp {
    padding: 5px 10px;
  }
  .p7872go7 .p7r2u {
    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;
  }
  .p7872go7 .p7r2u.dhj1c0mc { opacity: 1; pointer-events: auto; }
  .p7872go7 .p7r2u li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ys6ivb     .atmp { border-radius: 0 !important; }
  .vcwhi   .atmp { border-radius: 8px !important; }
  .pjr2 .atmp { border-radius: 50% !important; }
  .f8d3ctw   .atmp { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .qllyz .o6i7 { flex-direction: column; align-items: stretch; }
  .qllyz .iv7562e { flex-direction: row; min-width: auto; }
  .qllyz .ttt3z5d2 { align-items: flex-start; text-align: left; }
}
.vk0ec1pr,
.vk0ec1pr.jmfk,
.n3iy .vk0ec1pr,
.wu30 .vk0ec1pr,
.u0gl6 .vk0ec1pr,
.h1p9 .vk0ec1pr {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.lp94mvx {
  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;
}
.a1q8 { flex: 1 1 280px; min-width: 0; }
.b1e4pgm {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.td4glt {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.bh5q9 {
  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;
}
.bh5q9:hover { transform: translateY(-1px); opacity: 0.95; }
.p275 .lp94mvx {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.p275 .b1e4pgm { color: var(--cta); }
.p275 .td4glt { color: var(--text-body); }
.p275 .bh5q9 {
  background: var(--cta) !important;
  color: #fff !important;
}
.y8jmjz8y .lp94mvx {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.y8jmjz8y .b1e4pgm { color: var(--text-primary); }
.y8jmjz8y .td4glt { color: var(--text-body); }
.y8jmjz8y .bh5q9 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .lp94mvx {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .a1q8 { flex: 0 0 auto; }
  .b1e4pgm { font-size: 1.2rem; }
  .bh5q9 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.uh39 .e2qsh { height: 36px; }
.x1k56145 .e2qsh { height: 60px; max-width: 200px; }
.u7kk0kv .e2qsh { height: 56px; max-width: 180px; }
.tdqxh3t    .g8z1tvth, .tdqxh3t    .h4vm8 { color: #f59e0b; }
.a7r9225      .g8z1tvth { font-size: 1rem; letter-spacing: 1.5px; }
.ms9l7aek    .g8z1tvth, .ms9l7aek    .h4vm8 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.f2cmq     .g8z1tvth, .f2cmq     .h4vm8 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.hbn3x4 .g8z1tvth, .hbn3x4 .h4vm8 { color: var(--cta); letter-spacing: 2px; }
.k5j9   .g8z1tvth, .k5j9   .h4vm8 { color: #e91e63; letter-spacing: 2px; }
.z821y  .g8z1tvth, .z821y  .h4vm8 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.j0qhpv1     .g8z1tvth, .j0qhpv1     .h4vm8 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.fnuy .c0erp + .c0erp {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.rg091jdv .r2n4 { padding: 18px 24px; min-height: 68px; }
.ely3 .yjyii {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.ely3 .j61je3r {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.uq6cx8 .c0erp {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.xh37g6q5 { counter-reset: cs-rank; }
.xh37g6q5 .r2n4 { counter-increment: cs-rank; }
.xh37g6q5 .r2n4::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;
}
.vk812xj3 .xh37g6q5 { counter-reset: cs-rank; gap: 0; }
.vk812xj3 .r2n4 {
  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;
}
.vk812xj3 .r2n4::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;
}
.vk812xj3 .vfe9y {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.vk812xj3 .cbc0x {
  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;
}
.vk812xj3 .jgxlmq1i { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.vk812xj3 .vfe9y { min-width: 0; flex-direction: column; width: 100%; }
.vk812xj3 .fd01fbo7 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.vk812xj3 .g8z1tvth { color: var(--cta, var(--accent)); }
.vk812xj3 .lp7ep { font-weight: 700; }
.vk812xj3 .c0erp {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.vk812xj3 .yjyii {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.vk812xj3 .j61je3r {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.vk812xj3 .ykkw8g3 .j61je3r { font-size: 1.3rem; color: var(--accent-light); }
.vk812xj3 .ld2iq3ku {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.vk812xj3 .r2n4:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .vk812xj3 .xh37g6q5 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .vk812xj3 .r2n4 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .vk812xj3 .r2n4 { padding: 40px 16px 20px; }
  .vk812xj3 .c0erp {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .vk812xj3 .ld2iq3ku { width: 100%; min-width: 0; }
}
.yltht .xh37g6q5 { counter-reset: cs-rank; gap: 10px; }
.yltht .r2n4 {
  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);
}
.yltht .r2n4::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);
}
.yltht .vfe9y {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.yltht .cbc0x {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.yltht .jgxlmq1i { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.yltht .fd01fbo7 {
  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;
}
.yltht .g8z1tvth { color: var(--cta, var(--accent)); }
.yltht .c0erp {
  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;
}
.yltht .yjyii {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.yltht .j61je3r { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.yltht .ykkw8g3 .j61je3r { color: var(--accent-light); }
.yltht .ld2iq3ku {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.yltht .r2n4:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .yltht .r2n4 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .yltht .r2n4::before {
    position: absolute; top: 14px; left: 14px;
  }
  .yltht .vfe9y {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .yltht .fd01fbo7 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .yltht .c0erp {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .yltht .ld2iq3ku { width: 100%; min-width: 0; }
  .yltht .g8z1tvth { min-width: 0; }
}
.ic8g4 .r2n4::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.vg3u81fm .w07sk {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.vg3u81fm .w07sk summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.vg3u81fm .w07sk p { padding: 0 2px 16px; }
.ub6xtp .w07sk { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ub6xtp .w07sk summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ub6xtp .w07sk summary::after { content: "›"; font-size: 1.2em; }
.ub6xtp .w07sk[open] summary::after { content: "‹"; }
.ub6xtp .w07sk p { padding: 10px 22px 4px; }
.gtvna7n .w07sk {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.gtvna7n .w07sk summary { color: var(--text-primary); padding-left: 16px; }
.gtvna7n .w07sk summary::after { content: "›"; font-size: 1.1em; }
.gtvna7n .w07sk[open] summary::after { content: "‹"; }
.gtvna7n .w07sk p { padding-left: 16px; }
.s09nd .ocay83 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.s09nd .w07sk {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.s09nd .w07sk:last-child { border-bottom: none; }
.s09nd .w07sk summary { color: var(--text-primary); border-radius: 0; }
.s09nd .w07sk summary::after { content: "›"; font-size: 1.1em; }
.s09nd .w07sk[open] summary::after { content: "‹"; }
.r8nx .w07sk { overflow: hidden; }
.r8nx .w07sk summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.r8nx .w07sk summary::after { color: rgba(255,255,255,.75); }
.r8nx .w07sk[open] summary { border-radius: 0; }
.yzf27zrc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.u7lbjm {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.jur4 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.sj8z58o { color: var(--text-muted); font-size: 1.05rem; }
.jiy2qq {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.lpw7 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ohbvr { margin-bottom: 20px; }
.gqbm7a {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.obpv6mt {
  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;
}
.obpv6mt:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.hsso { resize: vertical; min-height: 130px; }
.egqfz2o { width: 100%; margin-top: 8px; }
.vxau {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.zd23ffp {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.nhv6f0 { color: var(--text-muted); line-height: 1.75; }
.ejqfg00 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ejqfg00 li { margin-bottom: 6px; }
.qu5z4 { max-width: 760px; margin: 0 auto; }
.snp2 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ns7damyl { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ns7damyl:last-child { border-bottom: none; }
.ns7damyl h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.ns7damyl p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.johp5bk { max-width: 760px; margin: 0 auto; }
.d5nnjlx { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.jth2 ul.ejqfg00 { margin: 0; }
.bkyvh5nt { max-width: 900px; margin: 0 auto; }
.qt1977it { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.qt1977it:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.qt1977it .d5nnjlx { margin: 0; font-size: 1rem; }
.qt1977it .t7gyu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .qt1977it { grid-template-columns: 1fr; gap: 10px; } }
.y8i19e42 .d5nnjlx { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.r21w .ejqfg00 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .xuw1w { grid-template-columns: 1fr; } }
.c0cje500 ul.ejqfg00 { margin: 0; }
.iox0jt .ejqfg00,
.wz7n .ejqfg00,
.oxus .ejqfg00,
.ehnytm1 .ejqfg00 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .jbafe { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .sr53b { grid-template-columns: 1fr; } .k7npek { position: static; text-align: center; } }
@media (max-width: 860px) { .sf2yw { grid-template-columns: 1fr; } }
.ehnytm1 .ejqfg00 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .cirelf { flex-direction: column; text-align: center; } .kwfk37o { grid-template-columns: 1fr; } }
.pw6ojg4x { max-width: 760px; margin: 0 auto; }
.t29h2zc { position: relative; padding-left: 28px; }
.t29h2zc::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ipkso0op { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ipkso0op:last-child { padding-bottom: 0; }
.x5yd1a3 { 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; }
.ocdz0b h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.ocdz0b p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.i2wsh {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.i2wsh .jur4 { color: var(--accent-light); }
.zwhu3k .jur4 { font-size: 2rem; }
.zwhu3k .sj8z58o { max-width: 680px; }
.hcyc .jur4 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.hcyc .sj8z58o  { margin: 0; }
@media (max-width: 640px) { .hcyc { flex-direction: column; } }
.nkns443 .jur4 { color: var(--accent-light); }
.n8fd0p .jur4 { color: #fff; }
.n8fd0p .sj8z58o  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .rwhdk { grid-template-columns: 1fr; } }
.ltkhp7 .obpv6mt {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ltkhp7 .obpv6mt:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ddupvseg .obpv6mt { background: var(--bg-raised); border-color: transparent; }
.ddupvseg .obpv6mt:focus { background: var(--bg-card); border-color: var(--accent-light); }
.wlxf4m5 .obpv6mt { border-radius: 100px; padding: 11px 20px; }
.wlxf4m5 .hsso { border-radius: 14px; }
@media (max-width: 640px) { .klhrrms { grid-template-columns: 1fr; } }
.iu46n85l{display:none}
.iu46n85l:empty,.rluzz6k8:empty{display:none}
.laiy3am{position:relative;overflow:visible}
.eqi6022 .h88zu,.a6hn7l .h88zu,
.qmgwh .h88zu,.zv3b8ril .h88zu,
.oxuz .h88zu,.bm4k .h88zu{display:block}
.n4tggc .e4cccsf{display:block}
.eqi6022 .h88zu,.a6hn7l .h88zu,
.qmgwh .h88zu,.zv3b8ril .h88zu,
.oxuz .h88zu{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}
.eqi6022 .h88zu .rluzz6k8,.a6hn7l .h88zu .rluzz6k8,
.qmgwh .h88zu .rluzz6k8,.zv3b8ril .h88zu .rluzz6k8,
.oxuz .h88zu .rluzz6k8{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}
.eqi6022 .jhfnbwf,.a6hn7l .jhfnbwf,
.qmgwh .jhfnbwf,.zv3b8ril .jhfnbwf,
.oxuz .jhfnbwf{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.eqi6022 .h88zu,.a6hn7l .h88zu{top:12px}
.eqi6022 .h88zu .rluzz6k8{margin-right:auto}
.a6hn7l .h88zu .rluzz6k8{margin-left:auto}
.a6hn7l .h88zu{text-align:right}
.qmgwh .h88zu,.zv3b8ril .h88zu{bottom:12px}
.qmgwh .h88zu .rluzz6k8{margin-right:auto}
.zv3b8ril .h88zu .rluzz6k8{margin-left:auto}
.zv3b8ril .h88zu{text-align:right}
.oxuz .h88zu{position:relative;margin-top:16px}
.oxuz .h88zu .rluzz6k8{margin:0 auto}
.bm4k .h88zu{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.bm4k .h88zu .rluzz6k8{margin:0}
.bm4k .xilh1~.h88zu,
.bm4k .f07gv~.h88zu{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.bm4k .xilh1~.h88zu .rluzz6k8,
.bm4k .f07gv~.h88zu .rluzz6k8{justify-content:flex-start}
.xilh1~.h88zu,.f07gv~.h88zu{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}
.xilh1~.h88zu .rluzz6k8{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.f07gv~.h88zu .rluzz6k8{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.e4cccsf .rluzz6k8{margin:0 0 12px}
.rluzz6k8{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.jhfnbwf{white-space:nowrap}
.cpiwds7 .jhfnbwf{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.gya0rr .jhfnbwf{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}
.mvm7v1tv .rluzz6k8{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.r6betg .jhfnbwf{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.q3x9xcsd .jhfnbwf{color: var(--accent-light);opacity:1;font-weight:500}
.pgk9kv .jhfnbwf{border-bottom:1px solid currentColor;padding-bottom:2px}
.tmlbd99n .rluzz6k8{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.rccu9{--date-bg:var(--accent-bg)}
.mgn0b7 .lacjiy::before{content:""}
.bivb .jhfnbwf + .jhfnbwf::before{content:"•";margin-right:6px;opacity:.4}
.p0vh49 .jhfnbwf + .jhfnbwf::before{content:"/";margin-right:6px;opacity:.35}
.sejj .jhfnbwf + .jhfnbwf::before{content:"|";margin-right:6px;opacity:.3}
.n1sc .jhfnbwf + .jhfnbwf::before{content:"—";margin-right:6px;opacity:.3}
.ar5p .jhfnbwf + .jhfnbwf::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.et2bha .jhfnbwf + .jhfnbwf::before{content:"·";margin-right:6px;opacity:.4}
.wisvbtxd .jhfnbwf + .jhfnbwf::before{content:"›";margin-right:6px;opacity:.4}
.cv9vt2r .jhfnbwf + .jhfnbwf::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.oyuo80y .r2k8v2qz{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .r2k8v2qz{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .hsnfy{max-width:100%}
}
.xcycwr9 .dwfin{margin:0}
@media (max-width:560px){
  .yq6d3yic{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) {
  .goergpq { padding: 28px 18px 20px; }
  .a49k6w { font-size: 1.2rem; }
  .pgfq8z4 { max-width: 220px; max-height: 80px; }
}
.cywoq7 {
  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);
}
.jd28 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.qq94sf3y  .cywoq7 { border-radius: 50%; }
.cvhian  .cywoq7 { border-radius: 6px; }
.w4lsnqua .cywoq7 { border-radius: 22px; }
.qkcdbmkj .lp94mvx {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .cywoq7 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.dko2 .jmfk {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.dko2 .gbvgm {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.dko2 .lp94mvx {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.jisx {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.jisx.fa48 { transform: translate(-50%, 0); }
.jisx .jmfk,
.jisx .gbvgm {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.jisx .lp94mvx {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.q8jv {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.q8jv::before,
.q8jv::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.q8jv::before { transform: translate(-50%, -50%) rotate(45deg); }
.q8jv::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.q8jv:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .jisx { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .jisx .lp94mvx {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .jisx .td4glt { display: none !important; }
  .jisx .b1e4pgm { font-size: 1.1rem !important; }
  .jisx .cywoq7 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .q8jv { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .mdhalx4 { flex-direction: row-reverse; }
[dir="rtl"] .p7r2u { flex-direction: row-reverse; }
[dir="rtl"] .ez0sf0u  .fogr { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .djaw5u .fogr { right: auto; left: 20px; }
  [dir="rtl"] .ez0sf0u  .fogr { left: auto;  right: 20px; }
}
[dir="rtl"] .kuan .f7mucegx  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .su1d2o .f7mucegx { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .vhabpa, [dir="rtl"] .oyfcsv { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .d7uc7lu { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .lp94mvx { direction: rtl; }
[dir="rtl"] .cywoq7 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .r2n4,
[dir="rtl"] .hubfcf { direction: rtl; }
[dir="rtl"] .kjpb5u { direction: rtl; }
[dir="rtl"] .no9wzd { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .rp4n4s2y .oyfcsv,
[dir="rtl"] .y753t6 .oyfcsv,
[dir="rtl"] .uoadaz .oyfcsv,
[dir="rtl"] .nhco8 .oyfcsv {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .rp4n4s2y .oyfcsv li::before,
[dir="rtl"] .y753t6 .oyfcsv li::before,
[dir="rtl"] .uoadaz .oyfcsv li::before,
[dir="rtl"] .nhco8 .oyfcsv li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .t181i9.m7wdj7 .qlv0b1,
[dir="rtl"] .hfvf.m7wdj7 .qlv0b1,
[dir="rtl"] .kownn.m7wdj7 .qlv0b1,
[dir="rtl"] .zdad.m7wdj7 .qlv0b1,
[dir="rtl"] .t1zm5i.m7wdj7 .qlv0b1 { text-align: right; }
[dir="rtl"] .xilh1.jyfcpx .ozsyv { text-align: center; }
[dir="rtl"] .gbvgm,
[dir="rtl"] .hqau0m0,
[dir="rtl"] .tm40,
[dir="rtl"] .qlv0b1 { text-align: right; }
[dir="rtl"] .lpw7,
[dir="rtl"] .gqbm7a,
[dir="rtl"] .obpv6mt,
[dir="rtl"] .hsso { text-align: right; direction: rtl; }
[dir="rtl"] .wlxf4m5 .obpv6mt,
[dir="rtl"] .ltkhp7 .obpv6mt { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #1507c4;
  --brand:           #1507c4;
  --brand-light:     #190ea2;
  --brand-pale:      #2b1ec5;
  --grad-start:      #3e2ff7;
  --grad-end:        #7b72f1;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1507c4;
  --cta-light:       #0d01a0;
  --cta-hover:       #0e0488;
  --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:        #454454;
  --text-faint:      #74728c;
  --text-dim:        #908ea3;
  --text-label:      #5d5b70;
  --text-value:      #3a3946;
  --accent-bg:       #dfddf7;
  --accent-bg-light: #c5c1f5;
  --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: 75%; }
body, button, input { font-family: "Poppins", sans-serif; }
.pc18egxu .j1vew { font-size: 0; width: 1.2rem; flex-shrink: 0; }.pc18egxu .j1vew::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.pc18egxu .djd2slec     .j1vew::before { content: "";  color: var(--c-tip-border); }.pc18egxu .o8kmok .j1vew::before { content: ""; color: var(--c-warn-border); }.pc18egxu .y7zffs    .j1vew::before { content: ""; color: #60a5fa; }.wgb3f8az .pc18egxu .djd2slec     .j1vew::before { color: #10b981; }.wgb3f8az .pc18egxu .o8kmok .j1vew::before { color: #f43f5e; }.wgb3f8az .pc18egxu .y7zffs    .j1vew::before { color: #a855f7; }.hnf55  .pc18egxu .djd2slec     .j1vew::before { color: #eab308; }.hnf55  .pc18egxu .o8kmok .j1vew::before { color: #ef4444; }.hnf55  .pc18egxu .y7zffs    .j1vew::before { color: #f97316; }.pgd4  .pc18egxu .djd2slec     .j1vew::before { color: #38bdf8; }.pgd4  .pc18egxu .o8kmok .j1vew::before { color: #818cf8; }.pgd4  .pc18egxu .y7zffs    .j1vew::before { color: #2dd4bf; }.qpj8j2lc .pc18egxu .j1vew::before { color: var(--accent-light) !important; }
.c0dg .hihh6uth, .c0dg .xilh1 { min-height: 320px; }
.fiksti::before { content: '/'; }