:root {
  --color-accent: #ac1aa2;
  --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;
}
.rm4y9f3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.nbifve {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.pmxpith {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.hmp9 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.f3hiv { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.f3hiv a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.f3hiv a:hover { color: var(--accent-light); }
.v1hjvh     .xr40q2z { border-radius: 24px; padding: 8px; }
.v1hjvh .xr40q2z li a { border-radius: 16px; }
@media (max-width: 640px) {
  .xr40q2z {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .n4t3uds4:hover .xr40q2z,
  .n4t3uds4:focus-within .xr40q2z { display: block; }
  .xr40q2z li a { padding: 8px 16px; font-size: 0.88rem; }
}
.hkahe {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ovh0h { display: none; }
@media (max-width: 640px) {
  .ovh0h {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ovh0h.c9g6o3 { display: block; }
}
@media (max-width: 640px) {
  .hkahe { display: block; }
  .f3hiv > li + li::before { display: none !important; }
  .f3hiv {
    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;
  }
  .f3hiv.c9g6o3 { display: flex; }
  .f3hiv li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .f3hiv li:last-child a { border-bottom: none; }
}
.wcjlja4 { min-height: 480px; }
.frz2bm1 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ni73 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.zpc13zkc .ni73 { margin-left: 0; margin-right: 0; }
.trsyxl {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.rg9c .trsyxl { margin-top: 24px; }
.trsyxl:hover { opacity: 0.88; }
.lkcmqg .na61 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.lkcmqg .frz2bm1 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.lkcmqg .ni73 { color: #e2e8f0; }
.lkcmqg.il4xzrr .na61 { text-align: center; }
.lkcmqg.zpc13zkc   .na61 { text-align: left; }
.uqmp5 {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.uqmp5 .na61 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.uqmp5 .frz2bm1 { color: var(--text-primary); text-shadow: none; }
.uqmp5 .ni73 { color: var(--text-muted); }
.uqmp5 .trsyxl { margin-top: 16px; }
.uqmp5, .uqmp5.wcjlja4 { min-height: auto !important; }
.uqmp5.il4xzrr .na61 { text-align: center; }
.uqmp5.zpc13zkc   .na61 { text-align: left; }
.uqmp5~.b7oe{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}
.uqmp5~.b7oe .vdcb{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}
.efuzghq7 .j84m1p5,
.efuzghq7 .fs08mi {
  position: relative; overflow: hidden;
}
.efuzghq7 .j84m1p5::after,
.efuzghq7 .fs08mi::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.efuzghq7 .lkcmqg .pfch {
  overflow: hidden;
}
.efuzghq7 .lkcmqg .pfch::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;
}
.j84m1p5 .frz2bm1 { color: #fff; }
.j84m1p5 .ni73 { color: rgba(255,255,255,0.85); }
.j84m1p5 .trsyxl { background: #fff; color: var(--cta); }
.j84m1p5 .trsyxl:hover { opacity: 0.92; }
.efuzghq7 .b4tf9 { position: relative; overflow: hidden; }
.efuzghq7 .b4tf9::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.b4tf9 .frz2bm1 { text-shadow: none; color: var(--text-primary); }
.b4tf9 .ni73 { color: var(--text-muted); }
body.irisz5ln .frz2bm1 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.kbo33o .frz2bm1 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.wcjlja4.j84m1p5 .frz2bm1,
section.j84m1p5 .frz2bm1 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.b4tf9.il4xzrr .fhvzj323 { align-items: center; text-align: center; }
.wcjlja4 .a9vh01kp {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.a9vh01kp .qepgp5.ihij3q4 {
  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;
}
.a9vh01kp .qepgp5.ihij3q4:hover { opacity: 0.85; }
.gvrh .na61 { padding-bottom: 24px; }
.rg9c .na61 { max-width: 1100px; }
@media (max-width: 700px) {
  .b4tf9 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .b4tf9:not(.b086qyk) .pbu0no { display: none !important; }
  .b086qyk .pbu0no { padding: 16px; }
  .fhvzj323  { padding: 36px 24px; }
  .b4tf9~.b7oe,.ysyv1~.b7oe{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .wcjlja4, .b4tf9 { min-height: 320px !important; }
  .frz2bm1 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .o170,
  .irnzwif,
  .u2mfw9 { grid-template-columns: 1fr !important; }

  

  
  .gvrh { display: flex !important; flex-direction: column !important; }
  .gvrh .na61 { display: contents; }
  .gvrh .pfch { order: 0; }
  .gvrh .frz2bm1 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .gvrh .o170 { order: 2; padding: 0 16px 12px !important; }
  .gvrh .ni73 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .rg9c .na61 { display: flex; flex-direction: column; }
  .rg9c .na61 .frz2bm1 { order: 1; }
  .rg9c .na61 .u2mfw9 { order: 2; margin: 8px 0 24px !important; }
  .rg9c .na61 .ni73 { order: 3; }
  .rg9c .na61 .trsyxl { order: 4; align-self: center; margin-top: 0; }

  
  .b4tf9.b086qyk {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .b4tf9.b086qyk .fhvzj323 { display: contents; padding: 0; }
  .b4tf9.b086qyk .fhvzj323 .frz2bm1 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .b4tf9.b086qyk .pbu0no { order: 2; padding: 12px 16px; }
  .b4tf9.b086qyk .fhvzj323 .ni73 { order: 3; padding: 0 24px; margin: 0 auto; }
  .b4tf9.b086qyk .fhvzj323 .trsyxl { order: 4; align-self: center; margin: 8px 0 32px; }
}
.n5em { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.zomog { width: 100%; height: auto; display: block; border-radius: 10px; }
.dn65vbyw .n5em        { border-radius: 16px; }
.dn65vbyw .zomog  { border-radius: 16px; }
.imobg .n5em         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.imobg .zomog   { border-radius: 8px; }
.o20duc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.xrurfipv { width: 100%; padding: 32px 0; position: relative; }
.p2f2b { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.cxwwe .xrurfipv:nth-child(even) { background: var(--bg-surface); }
.cxwwe .xrurfipv:nth-child(odd)  { background: var(--bg-page); }
.mn4rdn .xrurfipv:nth-child(even) { background: var(--bg-card); }
.mn4rdn .xrurfipv:nth-child(odd)  { background: var(--bg-page); }
.cxwwe .xrurfipv:nth-child(odd)  .p2f2b { background: var(--bg-card); border-radius: 6px; }
.cxwwe .xrurfipv:nth-child(even) .p2f2b { background: var(--bg-raised); border-radius: 6px; }
.mn4rdn .xrurfipv:nth-child(odd)  .p2f2b { background: var(--bg-card); border-radius: 6px; }
.mn4rdn .xrurfipv:nth-child(even) .p2f2b { background: var(--bg-raised); border-radius: 6px; }
.cxwwe .xrurfipv:nth-child(even) .jyazq .ab3mhtff,
.mn4rdn .xrurfipv:nth-child(even) .jyazq .ab3mhtff { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.cxwwe .xrurfipv:nth-child(odd) .jyazq .ab3mhtff,
.mn4rdn .xrurfipv:nth-child(odd) .jyazq .ab3mhtff { background: var(--bg-card-inner); }
.cxwwe .xrurfipv:nth-child(even) .cl42f .ab3mhtff:nth-child(odd),
.mn4rdn .xrurfipv:nth-child(even) .cl42f .ab3mhtff:nth-child(odd)  { background: var(--bg-card); }
.cxwwe .xrurfipv:nth-child(even) .cl42f .ab3mhtff:nth-child(even),
.mn4rdn .xrurfipv:nth-child(even) .cl42f .ab3mhtff:nth-child(even) { background: var(--bg-card-inner); }
h1.d2ef7mz { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.d2ef7mz {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.jn5fy3 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.okg3rqwc h2.d2ef7mz {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.kdnmxzif h2.d2ef7mz {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.p5f36 h2.d2ef7mz {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.prytk9wr h2.d2ef7mz::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.qjp9m3 h2.d2ef7mz {
  color: var(--text-primary); font-size: 1.7rem;
}
.f0igtr9u h2.d2ef7mz::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.pj2pexqf h2.d2ef7mz {
  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;
}
.ey8e8t { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ey8e8t { display: none; } }
.mbpy8o70 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.jenlz { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.q6ym532u {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.cfpdw { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.hjaj { padding-left: 20px; }
.hjaj li { margin-bottom: 6px; }
.hjaj a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.hjaj a:hover { color: var(--accent-light); }
.qawruc .cfpdw { display: none; }
.heof0 .cfpdw { display: none; }
.heof0 .hjaj { padding-left: 0; list-style: none; }
.heof0 .hjaj li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.heof0 .hjaj a { font-size: 0.92rem; }
.x7a6n82 .q6ym532u { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.x7a6n82 .cfpdw { display: none; }
.x7a6n82 .hjaj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.x7a6n82 .hjaj li { margin-bottom: 0; }
.x7a6n82 .hjaj 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;
}
.x7a6n82 .hjaj a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.olo5 .q6ym532u { padding: 20px 20px 16px; }
.olo5 .hjaj {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.olo5 .hjaj li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.olo5 .hjaj 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;
}
.olo5 .hjaj 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;
}
.olo5 .hjaj a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.olo5 .hjaj a:focus,
.olo5 .hjaj a:focus-visible,
.olo5 .hjaj a:target { outline: none; }
.olo5 .hjaj li:target a { border-color: var(--border); color: var(--text-muted); }
.f8jw9ha .q6ym532u { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.f8jw9ha .cfpdw { display: none; }
.f8jw9ha .hjaj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.f8jw9ha .hjaj li { margin-bottom: 0; }
.f8jw9ha .hjaj li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.f8jw9ha .hjaj li:last-child::after { content: ""; margin-right: 0; }
.f8jw9ha .hjaj a { font-size: 0.9rem; }
.ab3mhtff { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.jyazq .ab3mhtff { background: var(--bg-card); }
.cl42f .ab3mhtff:nth-child(odd)  { background: var(--bg-card); }
.cl42f .ab3mhtff:nth-child(even) { background: var(--bg-raised); }
.napvk8 .ab3mhtff {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.napvk8 .ab3mhtff:last-child { border-bottom: none; }
.napvk8 h3.jn5fy3 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.h493uhh .ab3mhtff {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.h493uhh .ab3mhtff + .ab3mhtff { margin-top: 4px; }
.hsevehmc .ab3mhtff { background: none; border-radius: 0; padding: 12px 0; }
.hsevehmc .ab3mhtff + .ab3mhtff { border-top: 1px solid var(--border-section); }
.bdm89i { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.rw35z75g { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.wq4f { color: var(--text-body); margin-bottom: 10px; }
.s6g9d, .oq5ac9ns { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.s6g9d li, .oq5ac9ns li { margin-bottom: 6px; }
.oq5ac9ns li { list-style: decimal; }
.u73u     .s6g9d { list-style-type: "● "; }
.m1j2k8o  .s6g9d { list-style-type: "■ "; }
.pyfg .s6g9d { list-style-type: "◆ "; }
.pdl44a5    .s6g9d { list-style-type: "★ "; }
.u73u     .c22oce { list-style-type: "● "; }
.m1j2k8o  .c22oce { list-style-type: "■ "; }
.pyfg .c22oce { list-style-type: "◆ "; }
.pdl44a5    .c22oce { list-style-type: "★ "; }
.u73u    .s6g9d li::marker, .u73u    .c22oce li::marker,
.m1j2k8o .s6g9d li::marker, .m1j2k8o .c22oce li::marker,
.pyfg .s6g9d li::marker, .pyfg .c22oce li::marker,
.pdl44a5   .s6g9d li::marker, .pdl44a5   .c22oce li::marker {
  color: var(--cta); font-size: 1em;
}
.u73u .oq5ac9ns,
.m1j2k8o .oq5ac9ns,
.pyfg .oq5ac9ns,
.pdl44a5 .oq5ac9ns {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.u73u .oq5ac9ns li,
.m1j2k8o .oq5ac9ns li,
.pyfg .oq5ac9ns li,
.pdl44a5 .oq5ac9ns li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.u73u .oq5ac9ns li::before,
.m1j2k8o .oq5ac9ns li::before,
.pyfg .oq5ac9ns li::before,
.pdl44a5 .oq5ac9ns 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;
}
.u73u     .oq5ac9ns li::before { border-radius: 50%; }
.m1j2k8o  .oq5ac9ns li::before { border-radius: 3px; }
.pyfg .oq5ac9ns li::before { border-radius: 3px; }
.pdl44a5    .oq5ac9ns li::before { border-radius: 50%; }
.gdaes5ul { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.a4tg0 .gdaes5ul,
.dift .gdaes5ul { background: transparent; border: none; border-radius: 0; }
.m59s4au7 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.m59s4au7 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.m59s4au7 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.m59s4au7 tr:hover td { background: var(--bg-hover); }
.svlxorus .m59s4au7 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ssgiqqs .m59s4au7 { border: 1px solid var(--border-alt); }
.ssgiqqs .m59s4au7 th,
.ssgiqqs .m59s4au7 td { border: 1px solid var(--border-alt); }
.sogqm .m59s4au7 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.sogqm .m59s4au7 td { border-bottom: none; }
.sogqm .m59s4au7 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.cmn4 .m59s4au7 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.hjp63b66 .gdaes5ul {
  overflow: hidden;
}
.hjp63b66 .m59s4au7 th { border-bottom: 1px solid var(--border-alt); }
.hjp63b66 .m59s4au7 tr:last-child td { border-bottom: none; }
.zn8ge { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.u3dj { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.u3hhz { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.xt9hwo4d { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ytsadxj6 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.c22oce { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.c22oce 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%}
.ymqv88u .xt9hwo4d { background: transparent; text-align: center; }
.dz1g88 .u3hhz {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.v0ulhi5 .u3hhz {
  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);
}
.uq0z8tkk .u3dj { display: grid; grid-template-columns: auto 1fr; }
.uq0z8tkk .u3hhz {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.uq0z8tkk .xt9hwo4d { grid-column: 2; }
.uq0z8tkk .ytsadxj6,
.uq0z8tkk .c22oce { grid-column: 1 / -1; }
.k2cti .u3dj { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.k2cti .u3hhz {
  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);
}
.k2cti .xt9hwo4d { grid-column: 2; }
.k2cti .ytsadxj6,
.k2cti .c22oce { grid-column: 1 / -1; }
.rvldln .u3dj { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.rvldln .xt9hwo4d { background: none; color: var(--accent-light); font-weight: 700; }
.csb7 .u3dj { 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); }
.csb7 .xt9hwo4d { background: none; color: var(--accent-light); font-weight: 700; }
.ys3m1 .u3dj { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ys3m1 .u3dj:last-child { border-bottom: none; }
.ys3m1 .xt9hwo4d { background: none; color: var(--accent-light); font-weight: 700; }
.wjz7j .u3dj { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.wjz7j .xt9hwo4d { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.pmst48 .zn8ge { counter-reset: card-n; }
.pmst48 .u3dj  { counter-increment: card-n; }
.pmst48 .xt9hwo4d { display: flex; align-items: center; gap: 10px; }
.pmst48 .xt9hwo4d::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;
}
.pupr .u3dj { background: var(--bg-surface); border: 1px solid var(--border); }
.pupr .xt9hwo4d { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.froioi { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.cva6  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.hnn5rzgk { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.nw3xdgk { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.froioi strong { color: var(--text-primary); font-size: 0.95rem; }
.froioi p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.akkdn { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.k9zqm8ac, .fn6empr { border-radius: 8px; padding: 14px; }
.k9zqm8ac { background: var(--bg-pros); }
.fn6empr { background: var(--bg-cons); }
.ylbs { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.k9zqm8ac .ylbs { color: var(--c-pros-label); }
.fn6empr .ylbs { color: #f87171; }
.k9zqm8ac ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.fn6empr ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zomog { width: 100%; height: auto; border-radius: 10px; display: block; }
.ihij3q4 {
  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;
}
.ihij3q4:hover { opacity: 0.85; }
.a2p7bvp .ihij3q4  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.a2p7bvp .ihij3q4:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.q6p9ar2 .ihij3q4  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.q6p9ar2 .ihij3q4:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mfc2sq .trsyxl { border-radius: 50px; }
.mfc2sq .ihij3q4  { border-radius: 50px; }
.s13vl .trsyxl { padding-left: 22px; padding-right: 22px; }
.s13vl .ihij3q4  { padding-left: 12px; padding-right: 12px; }
.k26p308 .trsyxl { padding-left: 44px; padding-right: 44px; }
.k26p308 .ihij3q4  { padding-left: 24px; padding-right: 24px; }
.rsa26x .trsyxl { padding-left: 56px; padding-right: 56px; }
.rsa26x .ihij3q4  { padding-left: 32px; padding-right: 32px; }
.n61r   .trsyxl::after, .n61r   .ihij3q4::after,
.ye6ra5uj .trsyxl::after, .ye6ra5uj .ihij3q4::after,
.wcdvpu    .trsyxl::after, .wcdvpu    .ihij3q4::after,
.edwwk    .trsyxl::after, .edwwk    .ihij3q4::after,
.rune4    .trsyxl::after, .rune4    .ihij3q4::after,
.dbhp0n86     .trsyxl::after, .dbhp0n86     .ihij3q4::after,
.ztjse5xl    .trsyxl::after, .ztjse5xl    .ihij3q4::after,
.j7q6   .trsyxl::after, .j7q6   .ihij3q4::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;
}
.n61r .trsyxl::after, .n61r .ihij3q4::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");
}
.ye6ra5uj .trsyxl::after, .ye6ra5uj .ihij3q4::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");
}
.wcdvpu .trsyxl::after, .wcdvpu .ihij3q4::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");
}
.edwwk .trsyxl::after, .edwwk .ihij3q4::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");
}
.rune4 .trsyxl::after, .rune4 .ihij3q4::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");
}
.dbhp0n86 .trsyxl::after, .dbhp0n86 .ihij3q4::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");
}
.ztjse5xl .trsyxl::after, .ztjse5xl .ihij3q4::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");
}
.j7q6 .trsyxl::after, .j7q6 .ihij3q4::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");
}
.agbz7mc   .rg54c27j::after, .agbz7mc   .ymda88::after,
.an7z .rg54c27j::after, .an7z .ymda88::after,
.r6kh5uy8    .rg54c27j::after, .r6kh5uy8    .ymda88::after,
.l5ad    .rg54c27j::after, .l5ad    .ymda88::after,
.gejjw    .rg54c27j::after, .gejjw    .ymda88::after,
.vusqvg     .rg54c27j::after, .vusqvg     .ymda88::after,
.ie3x2kt    .rg54c27j::after, .ie3x2kt    .ymda88::after,
.w0wwl1p3   .rg54c27j::after, .w0wwl1p3   .ymda88::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;
}
.agbz7mc .rg54c27j::after, .agbz7mc .ymda88::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");
}
.an7z .rg54c27j::after, .an7z .ymda88::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");
}
.r6kh5uy8 .rg54c27j::after, .r6kh5uy8 .ymda88::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");
}
.l5ad .rg54c27j::after, .l5ad .ymda88::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");
}
.gejjw .rg54c27j::after, .gejjw .ymda88::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");
}
.vusqvg .rg54c27j::after, .vusqvg .ymda88::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");
}
.ie3x2kt .rg54c27j::after, .ie3x2kt .ymda88::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");
}
.w0wwl1p3 .rg54c27j::after, .w0wwl1p3 .ymda88::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");
}
.djk5t .t87x4k   { background: rgba(128,128,128,.12); }
.qepgp5.ihij3q4 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .txuwm8o {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .txuwm8o::before    { grid-area: rank;   }
  .dp4raur           { grid-area: ident;  }
  .s6454ogt     { grid-area: rating; min-width: 0; width: auto; }
  .bwyy           { grid-area: pills;  }
  .qepgp5             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .txuwm8o {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .txuwm8o::before    { justify-self: center; }
  .dp4raur           { width: 100%; }
  .s6454ogt     { justify-self: center; }
  .bwyy           { grid-template-columns: 1fr; }
}
.mpgnj .h5j2 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .w70v .m68x7oy {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .w70v .bqibjstf { margin: 0; }
}
.izjxly3 .bqibjstf { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.izjxly3 .mx85zrbo { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.izjxly3 .a4tg0 { padding: 14px 16px; }
.izjxly3 .ql5zjtb { border-radius: 4px; }
.izjxly3 .h5j2 { border-radius: 0; }
.dift .akkdn { gap: 10px; }
.dift .k9zqm8ac, .dift .fn6empr { padding: 12px; }
.dift .k9zqm8ac ul, .dift .fn6empr ul { margin: 4px 0 0; padding-left: 18px; }
.dift .k9zqm8ac li, .dift .fn6empr li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .uh2cr { grid-template-columns: 1fr; }
  .xgteb5 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .xgteb5 .ggqjiyn { width: 72px; height: 50px; }
  .xgteb5 .c50ptp6m { max-width: 180px; }
  .xgteb5 .awrh { width: auto; }
}
@media (max-width: 720px) {
  .uxwwm9xr { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .qfgniwn9 { padding: 16px; }
  .zyhq .sm40 { min-width: 50%; }
}
.mg6k .akkdn { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .y3tkz { grid-template-columns: 1fr; }
  .lzt2k2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ra2ksx { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .jym9e { flex-wrap: wrap; padding: 16px; }
}
.kii58gb .akkdn { gap: 8px; }
.kii58gb .k9zqm8ac, .kii58gb .fn6empr { padding: 8px; }
@media (max-width: 480px) {
  .mlvb8kcn { flex-direction: column; align-items: stretch; }
}
.evo5 .awrh .ihij3q4 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ho29qcp { flex-direction: column; align-items: stretch; gap: 10px; }
  .evo5 .awrh { text-align: center; }
}
@media (max-width: 720px) {
  .gundhbvt { grid-template-columns: 1fr; }
  .fw8sc8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .jbhp { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .uggc6o { grid-template-columns: 1fr; }
  .e08if { width: 100px; height: 100px; margin: 16px auto; }
  .fr1on0tg { font-size: 1.4rem; }
  .rpnwx6 { justify-content: center; }
  .h9842 .sm40 { min-width: 50%; }
}
.m9zg9c7 .akkdn { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .b1s3h { flex-wrap: wrap; padding: 14px 16px; }
  .lnhpcn { padding: 12px 16px; }
  .m9zg9c7 .akkdn { margin: 0 16px; }
  .m9zg9c7 .aoec { padding: 0 16px; }
  .hrf1xd58 { padding: 12px 16px; }
}
.be7tt87o .n4k0 { gap: 18px; }
.be7tt87o .txuwm8o {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.be7tt87o .txuwm8o:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.jo5551d .wgha7s0a { display: none; }
.jo5551d .ro4tt2j { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.jo5551d .ro4tt2j {
  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;
}
.jo5551d .ro4tt2j small { display: none; }
.jo5551d .s24yn6 .xv8rhj { display: none; }
.jo5551d .s24yn6 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.jo5551d .c3djxt { display: none; }
.cv3edajo { margin: 16px 0; }
.g2a24 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.g2a24 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.g2a24 summary::after { content: "+"; color: var(--accent-light); }
.g2a24[open] summary::after { content: "−"; }
.g2a24 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.xrurfipv { margin-bottom: 0; }
.aza1 h2.d2ef7mz { color: var(--text-primary); border-color: var(--accent-light); }
.h1m6bd h2.d2ef7mz { color: var(--text-primary); border-color: var(--accent-light); }
.n1yridm .cva6     { background: #052e16; border-color: #10b981; }
.n1yridm .hnn5rzgk    { background: #1e1036; border-color: #a855f7; }
.n1yridm .froioi strong  { color: #f1f5f9; }
.n1yridm .froioi p       { color: #cbd5e1; }
.n1yridm .ubxxlqw    .cva6     .nw3xdgk::before,
.n1yridm .kfycawe  .cva6     .nw3xdgk::before,
.n1yridm .l6kvxar  .cva6     .nw3xdgk::before,
.n1yridm .g1owmr .cva6     .nw3xdgk::before { color: #10b981; }
.n1yridm .ubxxlqw    .moiab .nw3xdgk::before,
.n1yridm .kfycawe  .moiab .nw3xdgk::before,
.n1yridm .l6kvxar  .moiab .nw3xdgk::before,
.n1yridm .g1owmr .moiab .nw3xdgk::before { color: #f43f5e; }
.n1yridm .ubxxlqw    .hnn5rzgk    .nw3xdgk::before,
.n1yridm .kfycawe  .hnn5rzgk    .nw3xdgk::before,
.n1yridm .l6kvxar  .hnn5rzgk    .nw3xdgk::before,
.n1yridm .g1owmr .hnn5rzgk    .nw3xdgk::before { color: #a855f7; }
.pge1kh .cva6     { background: #2d2000; border-color: #eab308; }
.pge1kh .hnn5rzgk    { background: #2d1600; border-color: #f97316; }
.pge1kh .froioi strong  { color: #f1f5f9; }
.pge1kh .froioi p       { color: #cbd5e1; }
.pge1kh .ubxxlqw    .cva6     .nw3xdgk::before,
.pge1kh .kfycawe  .cva6     .nw3xdgk::before,
.pge1kh .l6kvxar  .cva6     .nw3xdgk::before,
.pge1kh .g1owmr .cva6     .nw3xdgk::before { color: #eab308; }
.pge1kh .ubxxlqw    .moiab .nw3xdgk::before,
.pge1kh .kfycawe  .moiab .nw3xdgk::before,
.pge1kh .l6kvxar  .moiab .nw3xdgk::before,
.pge1kh .g1owmr .moiab .nw3xdgk::before { color: #ef4444; }
.pge1kh .ubxxlqw    .hnn5rzgk    .nw3xdgk::before,
.pge1kh .kfycawe  .hnn5rzgk    .nw3xdgk::before,
.pge1kh .l6kvxar  .hnn5rzgk    .nw3xdgk::before,
.pge1kh .g1owmr .hnn5rzgk    .nw3xdgk::before { color: #f97316; }
.qj93uo .cva6     { background: #0c1a2e; border-color: #38bdf8; }
.qj93uo .moiab { background: #12103a; border-color: #818cf8; }
.qj93uo .hnn5rzgk    { background: #0a2020; border-color: #2dd4bf; }
.qj93uo .froioi strong  { color: #f1f5f9; }
.qj93uo .froioi p       { color: #cbd5e1; }
.qj93uo .ubxxlqw    .cva6     .nw3xdgk::before,
.qj93uo .kfycawe  .cva6     .nw3xdgk::before,
.qj93uo .l6kvxar  .cva6     .nw3xdgk::before,
.qj93uo .g1owmr .cva6     .nw3xdgk::before { color: #38bdf8; }
.qj93uo .ubxxlqw    .moiab .nw3xdgk::before,
.qj93uo .kfycawe  .moiab .nw3xdgk::before,
.qj93uo .l6kvxar  .moiab .nw3xdgk::before,
.qj93uo .g1owmr .moiab .nw3xdgk::before { color: #818cf8; }
.qj93uo .ubxxlqw    .hnn5rzgk    .nw3xdgk::before,
.qj93uo .kfycawe  .hnn5rzgk    .nw3xdgk::before,
.qj93uo .l6kvxar  .hnn5rzgk    .nw3xdgk::before,
.qj93uo .g1owmr .hnn5rzgk    .nw3xdgk::before { color: #2dd4bf; }
.hz5bedcf .cva6     { background: var(--accent-bg); border-color: var(--accent-light); }
.hz5bedcf .hnn5rzgk    { background: var(--accent-bg); border-color: var(--accent-pale); }
.hz5bedcf .ubxxlqw    .nw3xdgk::before,
.hz5bedcf .kfycawe  .nw3xdgk::before,
.hz5bedcf .l6kvxar  .nw3xdgk::before,
.hz5bedcf .g1owmr .nw3xdgk::before { color: var(--accent-light) !important; }
.bzrt2ohm::before,
.dqiuk::before { margin-right: 5px; }
.ducf .k9zqm8ac ul li,
.ducf .wpl5lf7 li         { color: #4ade80; }
.ducf .k9zqm8ac .bzrt2ohm { color: #22c55e; }
.ducf .fn6empr ul li,
.ducf .e46hs li         { color: #f87171; }
.ducf .fn6empr .dqiuk { color: #ef4444; }
.vra51 .k9zqm8ac { background: var(--bg-pros); }
.vra51 .fn6empr { background: var(--bg-cons); }
.vra51 .k9zqm8ac .bzrt2ohm { color: var(--c-pros-label); }
.vra51 .fn6empr .dqiuk { color: var(--c-cons); }
.vra51 .k9zqm8ac ul li,
.vra51 .fn6empr ul li,
.i9fh .k9zqm8ac { background: var(--bg-pros); }
.i9fh .fn6empr { background: var(--bg-cons); }
.i9fh .k9zqm8ac .bzrt2ohm { color: var(--c-pros-label); }
.i9fh .fn6empr .dqiuk { color: var(--c-cons); }
.i9fh .k9zqm8ac ul li,
.i9fh .fn6empr ul li,
.waxqeei .bzrt2ohm::before { content: "✓ "; }
.waxqeei .dqiuk::before { content: "✗ "; }
.robc8rm .bzrt2ohm::before { content: "→ "; }
.robc8rm .dqiuk::before { content: "← "; }
.quncw130 .bzrt2ohm::before { content: "★ "; }
.quncw130 .dqiuk::before { content: "✕ "; }
.rn1ph4z .bzrt2ohm::before { content: "◆ "; }
.rn1ph4z .dqiuk::before { content: "▲ "; }
.p89d9g .froioi { background: transparent; border-left: none; border: 1.5px solid; }
.p89d9g .cva6     { border-color: var(--c-tip-border); }
.p89d9g .hnn5rzgk    { border-color: #60a5fa; }
.p89d9g .froioi strong { color: var(--text-primary); }
.p89d9g .froioi p      { color: var(--text-muted); }
.mpgnj .froioi { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.mpgnj .cva6     { border-top-color: var(--c-tip-border); }
.mpgnj .moiab { border-top-color: var(--c-warn-border); }
.mpgnj .hnn5rzgk    { border-top-color: #60a5fa; }
.k7rm48m .froioi { border-left: none; border-radius: 8px; }
.k7rm48m .cva6     { background: #065f46; }
.k7rm48m .hnn5rzgk    { background: #1e3a8a; }
.k7rm48m .froioi strong,
.k7rm48m .froioi p { color: #fff; }
.k7rm48m .nw3xdgk::before { color: rgba(255,255,255,0.85) !important; }
.n1yridm.k7rm48m .cva6,
.n1yridm .k7rm48m .cva6     { background: #052e16; }
.n1yridm.k7rm48m .hnn5rzgk,
.n1yridm .k7rm48m .hnn5rzgk    { background: #1e1036; }
.pge1kh.k7rm48m .cva6,
.pge1kh .k7rm48m .cva6      { background: #2d2000; }
.pge1kh.k7rm48m .hnn5rzgk,
.pge1kh .k7rm48m .hnn5rzgk     { background: #2d1600; }
.qj93uo.k7rm48m .cva6,
.qj93uo .k7rm48m .cva6      { background: #0c1a2e; }
.qj93uo.k7rm48m .moiab,
.qj93uo .k7rm48m .moiab  { background: #12103a; }
.qj93uo.k7rm48m .hnn5rzgk,
.qj93uo .k7rm48m .hnn5rzgk     { background: #0a2020; }
.euvt .froioi { border-left: none; border-radius: 6px; padding: 10px 14px; }
.euvt .cva6     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.euvt .hnn5rzgk    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.euvt .froioi strong { color: var(--text-primary); }
.euvt .froioi p      { color: var(--text-muted); }
.y546wx4e .froioi { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ubxxlqw .nw3xdgk,
.kfycawe .nw3xdgk,
.l6kvxar .nw3xdgk,
.g1owmr .nw3xdgk { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ubxxlqw .nw3xdgk::before,
.kfycawe .nw3xdgk::before,
.l6kvxar .nw3xdgk::before,
.g1owmr .nw3xdgk::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ubxxlqw .cva6     .nw3xdgk::before { content: "✦"; color: var(--c-tip-border); }
.ubxxlqw .moiab .nw3xdgk::before { content: "▲"; color: var(--c-warn-border); }
.ubxxlqw .hnn5rzgk    .nw3xdgk::before { content: "◉"; color: #60a5fa; }
.kfycawe .cva6     .nw3xdgk::before { content: "★"; color: var(--c-tip-border); }
.kfycawe .moiab .nw3xdgk::before { content: "◆"; color: var(--c-warn-border); }
.kfycawe .hnn5rzgk    .nw3xdgk::before { content: "●"; color: #60a5fa; }
.l6kvxar .cva6     .nw3xdgk::before { content: "▶"; color: var(--c-tip-border); }
.l6kvxar .moiab .nw3xdgk::before { content: "■"; color: var(--c-warn-border); }
.l6kvxar .hnn5rzgk    .nw3xdgk::before { content: "▸"; color: #60a5fa; }
.g1owmr .cva6     .nw3xdgk::before { content: "→"; color: var(--c-tip-border); }
.g1owmr .moiab .nw3xdgk::before { content: "⬥"; color: var(--c-warn-border); }
.g1owmr .hnn5rzgk    .nw3xdgk::before { content: "◈"; color: #60a5fa; }
.k3bwj .jyazq .ab3mhtff,
.k3bwj .cl42f .ab3mhtff  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.k3bwj .u3dj                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.k3bwj .gdaes5ul          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.k3bwj .q6ym532u                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.qmtsi8 .jyazq .ab3mhtff,
.qmtsi8 .cl42f .ab3mhtff,
.qmtsi8 .u3dj,
.qmtsi8 .txuwm8o,
.qmtsi8 .bqibjstf,
.qmtsi8 .gdaes5ul,
.qmtsi8 .q6ym532u,
.qmtsi8 .y546wx4e .froioi { box-shadow: none; }
.drru   .wq4f, .drru .bdm89i, .drru .rw35z75g,
.drru   .mbpy8o70, .drru .jenlz { font-size: 0.9rem; }
.drru   .s6g9d, .drru .oq5ac9ns { font-size: 0.9rem; }
.wnswt1h   .wq4f, .wnswt1h .bdm89i, .wnswt1h .rw35z75g,
.wnswt1h   .mbpy8o70, .wnswt1h .jenlz { font-size: 0.95rem; }
.wnswt1h   .s6g9d, .wnswt1h .oq5ac9ns { font-size: 0.95rem; }
.o5ku   .wq4f, .o5ku .bdm89i, .o5ku .rw35z75g,
.o5ku   .mbpy8o70, .o5ku .jenlz { font-size: 1.08rem; }
.o5ku   .s6g9d, .o5ku .oq5ac9ns { font-size: 1.05rem; }
.o5ku   .m59s4au7 { font-size: 0.97rem; }
.zgpq7wo .frz2bm1      { font-size: 3.2rem; }
.zgpq7wo h2.d2ef7mz { font-size: 1.9rem; }
.zgpq7wo h3.jn5fy3     { font-size: 1.4rem; }
.nov8jk .frz2bm1      { font-size: 3.8rem; }
.nov8jk h2.d2ef7mz { font-size: 2.2rem; }
.nov8jk h3.jn5fy3     { font-size: 1.6rem; }
.xrurfipv + .xrurfipv { position: relative; }
.zemce5   .xrurfipv + .xrurfipv::before,
.gc9vk0gf  .xrurfipv + .xrurfipv::before,
.elwf5j0   .xrurfipv + .xrurfipv::before,
.h8ktk   .xrurfipv + .xrurfipv::before,
.wenc0a   .xrurfipv + .xrurfipv::before,
.qq1gc .xrurfipv + .xrurfipv::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.zemce5 .xrurfipv + .xrurfipv::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.gc9vk0gf .xrurfipv + .xrurfipv::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.elwf5j0 .xrurfipv + .xrurfipv::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;
}
.h8ktk .xrurfipv + .xrurfipv::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.g8hyiul .xrurfipv { margin-bottom: 16px; }
.g8hyiul .xrurfipv + .xrurfipv { margin-top: 0; }
.g8hyiul .p2f2b { padding-top: 0; padding-bottom: 0; }
.wenc0a .xrurfipv + .xrurfipv::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.qq1gc .xrurfipv + .xrurfipv::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.iue80 .xrurfipv + .xrurfipv::before,
.sr0hog1h .xrurfipv + .xrurfipv::before,
.t6e0c .xrurfipv + .xrurfipv::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%;
}
.cxwwe .iue80 .xrurfipv:nth-child(even)::before,
.cxwwe .sr0hog1h .xrurfipv:nth-child(even)::before,
.cxwwe .t6e0c .xrurfipv:nth-child(even)::before { background: var(--bg-surface); }
.mn4rdn .iue80 .xrurfipv:nth-child(even)::before,
.mn4rdn .sr0hog1h .xrurfipv:nth-child(even)::before,
.mn4rdn .t6e0c .xrurfipv:nth-child(even)::before { background: var(--bg-card); }
.iue80 .xrurfipv + .xrurfipv::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");
}
.sr0hog1h .xrurfipv + .xrurfipv::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");
}
.t6e0c .xrurfipv + .xrurfipv::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");
}
.sqzv1ih .lkcmqg,
.mg7swcj .na61,
.sqzv1ih .na61 { margin-bottom: 60px; }
.fhxsf2c .na61 { margin-bottom: 70px; }
.sqzv1ih .fhvzj323 { padding-bottom: 60px; }
.sqzv1ih .lkcmqg::before,
.sqzv1ih .lkcmqg::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");
}
.tgan35p .j84m1p5 { background: var(--accent); }
.tgan35p .j84m1p5 .pfch { background: none; }
.tgan35p .fs08mi { background: var(--accent); }
.tgan35p .b4tf9 { background: var(--accent-bg); }
.tgan35p .lkcmqg:not(.j84m1p5) .pfch { background: rgba(0,0,0,0.6); }
.gngywi .n5em { float: left; width: 38%; margin: 0 28px 16px 0; }
.gngywi .n5em .zomog { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.gngywi .p2f2b::after { content: ''; display: block; clear: both; }
.wgvx9j .n5em { float: right; width: 38%; margin: 0 0 16px 28px; }
.wgvx9j .n5em .zomog { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wgvx9j .p2f2b::after { content: ''; display: block; clear: both; }
.fxlc12i .xrurfipv:nth-child(odd)  .n5em { float: left;  width: 38%; margin: 0 28px 16px 0; }
.fxlc12i .xrurfipv:nth-child(even) .n5em { float: right; width: 38%; margin: 0 0 16px 28px; }
.fxlc12i .n5em .zomog { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.fxlc12i .p2f2b::after { content: ''; display: block; clear: both; }
.gngywi .zn8ge,
.wgvx9j .zn8ge,
.fxlc12i .zn8ge,
.fxlc12i .n4k0 { clear: both; }
@media (max-width: 900px) {
  .gngywi .n5em,
  .wgvx9j .n5em,
  .fxlc12i .xrurfipv:nth-child(odd)  .n5em,
  .fxlc12i .xrurfipv:nth-child(even) .n5em {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .gngywi .n5em .zomog,
  .wgvx9j .n5em .zomog,
  .fxlc12i .n5em .zomog {
    max-height: none !important;
  }
}
.gngywi .s6g9d,
.gngywi .oq5ac9ns,
.wgvx9j .s6g9d,
.wgvx9j .oq5ac9ns,
.fxlc12i .s6g9d,
.fxlc12i .oq5ac9ns { overflow: hidden; }
@media (max-width: 640px) {
  .gngywi .n5em,
  .wgvx9j .n5em,
  .fxlc12i .n5em { float: none; width: 100%; margin: 0 0 16px 0; }
}
.xztb .o20duc,
.xztb .p2f2b,
.xztb .f2qd  { max-width: 1100px; }
.adm27 .o20duc,
.adm27 .p2f2b,
.adm27 .f2qd  { max-width: 1200px; }
.fokaxdn .o20duc,
.fokaxdn .p2f2b,
.fokaxdn .f2qd  { max-width: 1320px; }
.kqqgcq { font-size: 0.82rem; color: var(--text-muted); }
.jwo092 { display: flex; align-items: center; }
.az118g {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.dsy01uul { display: flex; align-items: center; }
.zsa67 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.zsa67:hover { text-decoration: underline; }
.ugt8b35 { margin: 0 3px; opacity: 0.45; }
.ugt8b35::before { content: '/'; }
.fgdzwvtu { padding: 2px 5px; color: var(--text-main); }
.q6ueen .kqqgcq {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.q6ueen .jwo092 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.lcf2j .kqqgcq {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.lcf2j .jwo092 { padding: 0 0 0 12px; }
.co3ec .jwo092 { padding: 0 16px; }
.co3ec .kqqgcq {
  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);
}
.co3ec .o20duc { padding-top: 28px; }
@media (max-width: 720px) {
  .tev441u { margin-top: 18px; padding: 0 16px; }
  .co3ec .o20duc { padding-top: 16px; }
}
.xztb.q6ueen .jwo092 { max-width: 1100px; }
.adm27.q6ueen .jwo092 { max-width: 1200px; }
.fokaxdn.q6ueen .jwo092 { max-width: 1320px; }
.fmcy8z .xrurfipv { padding-top: 16px; padding-bottom: 16px; }
.t0ohg3qs .xrurfipv { padding-top: 24px; padding-bottom: 24px; }
.x31v .xrurfipv { padding-top: 40px; padding-bottom: 40px; }
.bv7won .xrurfipv { padding-top: 52px; padding-bottom: 52px; }
.xsp1o .xrurfipv:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.xsp1o .xrurfipv:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.xsp1o .xrurfipv:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.xsp1o .xrurfipv:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.oim27o .p2f2b { padding-top: 10px;  padding-bottom: 10px; }
.dz76dob .p2f2b { padding-top: 18px;  padding-bottom: 18px; }
.r0ibu .p2f2b { padding-top: 36px;  padding-bottom: 36px; }
.e6e1jc .p2f2b { padding-top: 48px;  padding-bottom: 48px; }
.up4a2xp h2.d2ef7mz { font-weight: 600; }
.up4a2xp h3.jn5fy3     { font-weight: 600; }
.l9l1u3eb h2.d2ef7mz { font-weight: 800; }
.l9l1u3eb h3.jn5fy3     { font-weight: 700; }
.oajabg h2.d2ef7mz { font-weight: 900; }
.oajabg h3.jn5fy3     { font-weight: 800; }
.oajabg .froioi strong,
.oajabg .froioi strong { font-weight: 600; }
.rg54c27j {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.g1a3e2o .rg54c27j { display: none; }
@media (max-width: 640px) {
  .jrmj729 { display: none; }
  .rg54c27j {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.rg54c27j { background: var(--cta) !important; color: #fff !important; border: none !important; }
.rg54c27j:hover { opacity: 0.85; }
.krzh .rg54c27j { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.m4bqq1mp .rg54c27j,
.sn2k  .rg54c27j { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.m4bqq1mp .rg54c27j:hover,
.sn2k  .rg54c27j:hover { opacity: 0.88; }
.krzh.m4bqq1mp .rg54c27j,
.krzh.sn2k  .rg54c27j { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ymda88 {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.ymda88:hover { transform: translateY(-2px); opacity: 0.92; }
.ymda88 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.v5jock .ymda88 { display: none; }
.zcu19eyc .ymda88 { right: 32px; }
.cb7f  .ymda88 { left: 32px; }
@media (max-width: 480px) {
  .zcu19eyc .ymda88 { right: 20px; bottom: 20px; }
  .cb7f  .ymda88 { left: 20px; bottom: 20px; }
}
.ikbjy1 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.f2qd { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.j57tuc5 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ug74m51 { color: var(--text-dim); font-size: 0.8rem; }
.rv9e47v { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.rv9e47v img { height: 26px; width: auto; object-fit: contain; }
.xtqq { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.uqngn .f2qd { text-align: center; }
.uqngn .j57tuc5 { margin-top: 0; }
.vzwgf7fi { margin-top: 10px; }
.vzwgf7fi a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .f2qd { padding-left: 16px; padding-right: 16px; }
  .mtzd4a8b .f2qd { padding: 20px 16px; }
  .i570 { gap: 4px 12px; }
  .j57tuc5 { font-size: 0.78rem; }
}
.xlay .ic4e .rv9e47v { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.xlay .xtqq { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.xlay .uqhw0 { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.xlay .uqhw0 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.xlay .uqhw0 a:hover { color: var(--accent-light); }
.xlay .j57tuc5 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.xlay .ug74m51 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .xlay .dcfk2 { grid-template-columns: 1fr 1fr; } .xlay .ic4e { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xlay .dcfk2 { grid-template-columns: 1fr; } }
.jxojwx .rv9e47v { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.jxojwx .j57tuc5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .jxojwx .zpy137i { gap: 12px; } .jxojwx .rv9e47v { margin-right: 0; width: 100%; } }
.owd2jt .oua2j { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.owd2jt .hvu4s7x .rv9e47v { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.owd2jt .xtqq { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.owd2jt .czi6kjoe { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.owd2jt .uqhw0 { display: flex; flex-direction: column; gap: 9px; }
.owd2jt .uqhw0 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.owd2jt .uqhw0 a:hover { color: var(--accent-light); }
.owd2jt .yj5ts { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.owd2jt .j57tuc5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.owd2jt .ug74m51 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .owd2jt .oua2j { grid-template-columns: 1fr 1fr; } .owd2jt .hvu4s7x { grid-column: 1 / -1; } }
@media (max-width: 480px) { .owd2jt .oua2j { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .z7qxk9 .y0j3a6v { grid-template-columns: 1fr 1fr; } .z7qxk9 .uact1lqu:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .z7qxk9 .y0j3a6v { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .udght7 .y0j3a6v { grid-template-columns: 1fr; } }
.ofg9iai .f2qd { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.trn3f6 .rm4y9f3      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.trn3f6 .ikbjy1 { background: var(--bg-page); border-top-color: var(--border-alt); }
.wqhm0eky .rm4y9f3      { background: #0d1117; border-bottom-color: #21262d; }
.wqhm0eky .pmxpith { color: var(--accent-light); }
.wqhm0eky .f3hiv { --msep-color: #8b949e; }
.wqhm0eky .f3hiv a { color: #8b949e; }
.wqhm0eky .f3hiv a:hover { color: var(--accent-light); }
.wqhm0eky .hkahe { color: #8b949e; }
.wqhm0eky .ikbjy1 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.wqhm0eky .j57tuc5,
.wqhm0eky .ug74m51 { color: #6e7681; }
.wqhm0eky .uqhw0 a, .wqhm0eky .gx5n1sx8 a,
.wqhm0eky .rv9e47v { color: #e6edf3; }
.wqhm0eky .uqhw0 a:hover, .wqhm0eky .gx5n1sx8 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .wqhm0eky .f3hiv { background: #0d1117; border-top-color: #21262d; }
  .wqhm0eky .f3hiv li a { border-bottom-color: #21262d; }
}
.k7pp .rm4y9f3      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.k7pp .pmxpith { color: var(--accent-light); }
.k7pp .f3hiv { --msep-color: #475569; }
.k7pp .f3hiv a { color: #475569; }
.k7pp .f3hiv a:hover { color: var(--accent-light); }
.k7pp .hkahe { color: #64748b; }
.k7pp .ikbjy1 { background: #f0f4f8; border-top-color: #cbd5e1; }
.k7pp .j57tuc5,
.k7pp .ug74m51 { color: #64748b; }
.k7pp .uqhw0 a, .k7pp .gx5n1sx8 a,
.k7pp .zmm4 a, .k7pp .rv9e47v { color: #374151; }
.k7pp .uqhw0 a:hover, .k7pp .gx5n1sx8 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .k7pp .f3hiv { background: #f0f4f8; border-top-color: #cbd5e1; }
  .k7pp .f3hiv li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.m4bqq1mp .rm4y9f3      { background: var(--accent); border-bottom-color: var(--accent-light); }
.m4bqq1mp .pmxpith { color: #fff; }
.m4bqq1mp .f3hiv { --msep-color: rgba(255,255,255,0.82); }
.m4bqq1mp .f3hiv a { color: rgba(255,255,255,0.82); }
.m4bqq1mp .f3hiv a:hover { color: #fff; }
.m4bqq1mp .hkahe { color: rgba(255,255,255,0.9); }
.m4bqq1mp .ikbjy1 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.m4bqq1mp .j57tuc5,
.m4bqq1mp .ug74m51 { color: rgba(255,255,255,0.72); }
.m4bqq1mp .uqhw0 a, .m4bqq1mp .gx5n1sx8 a,
.m4bqq1mp .zmm4 a, .m4bqq1mp .rv9e47v { color: #fff; }
.m4bqq1mp .xtqq, .m4bqq1mp .czi6kjoe { color: rgba(255,255,255,0.7); }
.m4bqq1mp .uqhw0 a:hover, .m4bqq1mp .gx5n1sx8 a:hover { color: #fff; }
@media (max-width: 640px) {
  .m4bqq1mp .f3hiv { background: var(--accent); border-top-color: var(--accent-light); }
  .m4bqq1mp .f3hiv li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.sn2k .rm4y9f3 {
  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);
}
.sn2k .ikbjy1 {
  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) {
  .sn2k .f3hiv {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.z8m1tj .nbifve { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.pjayg .nbifve { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.wyhb4edm .nbifve { min-height: 72px; height: auto; }
.ovgoy6zn .nbifve { min-height: 84px; height: auto; }
.mtzd4a8b .nbifve { max-width: none; padding: 0 32px; }
.mtzd4a8b .f2qd  { max-width: none; padding: 24px 32px; }
.p0vwu.adm27 .nbifve { max-width: 1200px; }
.p0vwu.fokaxdn .nbifve { max-width: 1320px; }
.l7nrd   .pmxpith, .l7nrd   .rv9e47v { text-transform: capitalize; }
.axsn .pmxpith, .axsn .rv9e47v { text-transform: lowercase; }
.umndx .pmxpith, .umndx .rv9e47v { text-transform: uppercase; letter-spacing: 0.06em; }
.imfuph, .fsc07b {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mbnkw .imfuph,
.mbnkw .fsc07b { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.e2ow2e .imfuph,
.e2ow2e .fsc07b { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.c5kdn6gd .imfuph,
.c5kdn6gd .fsc07b { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.vanzx .imfuph,
.vanzx .fsc07b { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.jzqs9zi   .f3hiv a { font-weight: 500; }
.r9uunk9 .f3hiv a { font-weight: 600; }
.gqez6     .f3hiv a { font-weight: 700; }
.wdqnb    .f3hiv a { font-weight: 800; letter-spacing: 0.01em; }
.w9y8yu     .f3hiv > li + li::before,
.sfr3x6sy    .f3hiv > li + li::before,
.yhx19a4m    .f3hiv > li + li::before,
.ujldk5ch .f3hiv > li + li::before,
.rz2eny .f3hiv > li + li::before,
.cuwc6z  .f3hiv > li + li::before,
.egpapc1m    .f3hiv > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.w9y8yu     .f3hiv > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.sfr3x6sy    .f3hiv > li + li::before { content: "|"; }
.yhx19a4m    .f3hiv > li + li::before { content: "—"; }
.ujldk5ch .f3hiv > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.rz2eny .f3hiv > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.cuwc6z  .f3hiv > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.egpapc1m    .f3hiv > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .bk02 .hkahe,
  .n41d .hkahe,
  .jczkj .hkahe,
  .bpsud9 .hkahe,
  .sj8zlp .hkahe {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .bk02 .hkahe::before,
  .n41d .hkahe::before,
  .jczkj .hkahe::before,
  .bpsud9 .hkahe::before,
  .sj8zlp .hkahe::before { content: ""; display: block; flex-shrink: 0; }

  
  .bk02 .hkahe::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;
  }

  
  .n41d .hkahe::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;
  }

  
  .jczkj .hkahe::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;
  }

  
  .bpsud9 .hkahe::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;
  }

  
  .sj8zlp .hkahe::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) {
  .dgxk .hkahe {
    padding: 5px 14px;
  }
  .dgxk .f3hiv {
    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;
  }
  .dgxk .f3hiv li a {
    border-bottom: none; padding: 10px 22px;
  }
  .dgxk .f3hiv li a:hover { background: var(--bg-raised); }
  .dgxk .ovh0h,
  .kn3rcn9 .ovh0h,
  .x9mmy .ovh0h { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .oyi6okar .hkahe {
    padding: 5px 10px;
  }
  .oyi6okar .f3hiv {
    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);
  }
  .oyi6okar .f3hiv.c9g6o3 { transform: translateX(0); }
  .oyi6okar .f3hiv li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .oyi6okar .f3hiv li:last-child a { border-bottom: none; }
  .m4bqq1mp .f3hiv,
  .wqhm0eky .f3hiv { background: var(--accent) !important; }
  .m4bqq1mp .f3hiv li a,
  .wqhm0eky .f3hiv li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .x9mmy .hkahe {
    padding: 5px 10px;
  }
  .x9mmy .f3hiv {
    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);
  }
  .x9mmy .f3hiv::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .x9mmy .f3hiv.c9g6o3 { transform: translateY(0); }
  .x9mmy .f3hiv li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .jvjt9obg .hkahe {
    padding: 5px 10px;
  }
  .jvjt9obg .f3hiv {
    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;
  }
  .jvjt9obg .f3hiv.c9g6o3 { opacity: 1; pointer-events: auto; }
  .jvjt9obg .f3hiv li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .bjl6     .hkahe { border-radius: 0 !important; }
  .iiqeh0j   .hkahe { border-radius: 8px !important; }
  .vbg3r .hkahe { border-radius: 50% !important; }
  .a7ebdyr   .hkahe { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .p9nsjn .pvk10afy { flex-direction: column; align-items: stretch; }
  .p9nsjn .s54yq { flex-direction: row; min-width: auto; }
  .p9nsjn .fs334vks { align-items: flex-start; text-align: left; }
}
.b8wqo4,
.b8wqo4.xrurfipv,
.cxwwe .b8wqo4,
.kgajq .b8wqo4,
.mn4rdn .b8wqo4,
.t81x .b8wqo4 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ghcvdiw {
  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;
}
.p1gdf { flex: 1 1 280px; min-width: 0; }
.m5zj4o {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.a1dh9ixa {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.em1dh3n {
  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;
}
.em1dh3n:hover { transform: translateY(-1px); opacity: 0.95; }
.zojz .ghcvdiw {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.zojz .m5zj4o { color: var(--cta); }
.zojz .a1dh9ixa { color: var(--text-body); }
.zojz .em1dh3n {
  background: var(--cta) !important;
  color: #fff !important;
}
.q6uebbf .ghcvdiw {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.q6uebbf .m5zj4o { color: var(--text-primary); }
.q6uebbf .a1dh9ixa { color: var(--text-body); }
.q6uebbf .em1dh3n {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ghcvdiw {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .p1gdf { flex: 0 0 auto; }
  .m5zj4o { font-size: 1.2rem; }
  .em1dh3n { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.pcfe .hmp9 { height: 36px; }
.hbmwl .hmp9 { height: 60px; max-width: 200px; }
.qozgcm .hmp9 { height: 56px; max-width: 180px; }
@media (min-width: 720px) {
  .wo3x .n4k0 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .wo3x .txuwm8o {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .wo3x .txuwm8o { padding: 40px 16px 20px; }
  .wo3x .jlvr6v74 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .wo3x .qepgp5 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .zp1s .txuwm8o {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .zp1s .txuwm8o::before {
    position: absolute; top: 14px; left: 14px;
  }
  .zp1s .dp4raur {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .zp1s .es6axqlm { white-space: normal; text-align: center; font-size: 1.2rem; }
  .zp1s .jlvr6v74 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .zp1s .qepgp5 { width: 100%; min-width: 0; }
  .zp1s .wgha7s0a { min-width: 0; }
}
.cq0mjvf6 .g2a24 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.cq0mjvf6 .g2a24 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.cq0mjvf6 .g2a24 p { padding: 0 2px 16px; }
.oxdfxd3 .g2a24 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.oxdfxd3 .g2a24 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.oxdfxd3 .g2a24 summary::after { content: "›"; font-size: 1.2em; }
.oxdfxd3 .g2a24[open] summary::after { content: "‹"; }
.oxdfxd3 .g2a24 p { padding: 10px 22px 4px; }
.ahku .g2a24 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ahku .g2a24 summary { color: var(--text-primary); padding-left: 16px; }
.ahku .g2a24 summary::after { content: "›"; font-size: 1.1em; }
.ahku .g2a24[open] summary::after { content: "‹"; }
.ahku .g2a24 p { padding-left: 16px; }
.j1h5 .cv3edajo { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.j1h5 .g2a24 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.j1h5 .g2a24:last-child { border-bottom: none; }
.j1h5 .g2a24 summary { color: var(--text-primary); border-radius: 0; }
.j1h5 .g2a24 summary::after { content: "›"; font-size: 1.1em; }
.j1h5 .g2a24[open] summary::after { content: "‹"; }
.tpj26ka6 .g2a24 { overflow: hidden; }
.tpj26ka6 .g2a24 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.tpj26ka6 .g2a24 summary::after { color: rgba(255,255,255,.75); }
.tpj26ka6 .g2a24[open] summary { border-radius: 0; }
.ejessn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ynh5 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.sxeme {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.s7ps8hjt { color: var(--text-muted); font-size: 1.05rem; }
.o1b8eys {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.fpgvyfw {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.bqly7 { margin-bottom: 20px; }
.fa64rou {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.h634g3g9 {
  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;
}
.h634g3g9:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.gkfjyjs { resize: vertical; min-height: 130px; }
.rvd926 { width: 100%; margin-top: 8px; }
.pz30xn6 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.udcsnj {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.cerhsgn { color: var(--text-muted); line-height: 1.75; }
.juwnc0 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.juwnc0 li { margin-bottom: 6px; }
.s85bx6bm { max-width: 760px; margin: 0 auto; }
.z6lmu { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.avhhl { max-width: 760px; margin: 0 auto; }
.ep226nl { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.u9w9gmf ul.juwnc0 { margin: 0; }
.ayvazfs .ep226nl { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .ayvazfs { grid-template-columns: 1fr; gap: 10px; } }
.cngmtsnq { max-width: 640px; margin: 0 auto; text-align: center; }
.pz13a7 { margin-bottom: 48px; }
.pz13a7 .ep226nl { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.pz13a7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.a209g7 .juwnc0 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .mdakwi { grid-template-columns: 1fr; } }
.eprk { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.eprk:hover .fke2w { color: var(--accent-light); text-decoration: underline; }
.kb6zd { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.kzmcn { max-width: 760px; margin: 0 auto; }
.wxe4 ul.juwnc0 { margin: 0; }
.f68k0ar { color: var(--text-muted); line-height: 1.75; }
.qkpick .juwnc0,
.pjlk8 .juwnc0,
.omjx .juwnc0,
.isu2w .juwnc0 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.rcwax { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.yvbj5w1w { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.xswvu { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.o5ko { margin-top: 12px; }
.b0ieih { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.b0ieih:hover { border-bottom-color: var(--accent-light); }
.r99ued7y { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.r99ued7y img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dvto { border-radius: 50%; }
.fz6akx4 { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.wnkf0t { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.xno3 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .qxtbv { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.uydt .xswvu, .uydt .yvbj5w1w { max-width: 640px; }
.naw06 .rcwax { font-size: 1.6rem; margin-top: 18px; }
.ly04n .xswvu { margin-bottom: 28px; }
@media (max-width: 860px) { .op2a { grid-template-columns: 1fr; } .naw06 { position: static; text-align: center; } }
.g4l9fb29 .r99ued7y { margin: 0 auto 18px; }
.g4l9fb29 .wnkf0t { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .iyvfe8i { grid-template-columns: 1fr; } }
.mcezztpo { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.uo36d11 { flex: 1; }
.mcezztpo .rcwax { font-size: 1.6rem; margin-bottom: 6px; }
.f69xl { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.isu2w { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.uc1ptyln { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.isu2w p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.isu2w .juwnc0 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .mcezztpo { flex-direction: column; text-align: center; } .f69xl { grid-template-columns: 1fr; } }
.y4q9svi .rcwax { font-size: 1.35rem; margin: 0 0 4px; }
.y4q9svi .wnkf0t { margin: 0; }
.a5hb6 { max-width: 760px; margin: 0 auto; }
.tfwe5dbn { position: relative; padding-left: 28px; }
.tfwe5dbn::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.d0ap7m3f { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.d0ap7m3f:last-child { padding-bottom: 0; }
.d96kxi { 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; }
.omlms h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.omlms p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.jsun {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.jsun .sxeme { color: var(--accent-light); }
.sgnq3 .sxeme { font-size: 2rem; }
.sgnq3 .s7ps8hjt { max-width: 680px; }
.w69x4 .sxeme { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.w69x4 .s7ps8hjt  { margin: 0; }
@media (max-width: 640px) { .w69x4 { flex-direction: column; } }
.pcbuln .sxeme { color: var(--accent-light); }
.rkxuhi .sxeme { color: #fff; }
.rkxuhi .s7ps8hjt  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .tpva3 { grid-template-columns: 1fr; } }
.m1ti213 .h634g3g9 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.m1ti213 .h634g3g9:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.hhxr4 .h634g3g9 { background: var(--bg-raised); border-color: transparent; }
.hhxr4 .h634g3g9:focus { background: var(--bg-card); border-color: var(--accent-light); }
.u30rk .h634g3g9 { border-radius: 100px; padding: 11px 20px; }
.u30rk .gkfjyjs { border-radius: 14px; }
.i7rj {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.i7rj summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.i7rj summary::-webkit-details-marker { display: none; }
.i7rj summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.i7rj[open] summary::after { content: "−"; }
.z2vda8zu {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.pmly {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .pmly { grid-template-columns: 1fr; } }
.erj8a8j {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.erj8a8j h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.erj8a8j p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.uv4yg3 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.uv4yg3 li { margin-bottom: 6px; }
.r8gnxjxm{display:none}
.r8gnxjxm:empty,.vdcb:empty{display:none}
.qojzs{position:relative;overflow:visible}
.x7m01c .b7oe,.j4eqokfv .b7oe,
.qkkihc6 .b7oe,.lnoyh .b7oe,
.jc7bllk .b7oe,.qn9caqc .b7oe{display:block}
.qzpi59 .p72ac{display:block}
.x7m01c .b7oe,.j4eqokfv .b7oe,
.qkkihc6 .b7oe,.lnoyh .b7oe,
.jc7bllk .b7oe{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}
.x7m01c .b7oe .vdcb,.j4eqokfv .b7oe .vdcb,
.qkkihc6 .b7oe .vdcb,.lnoyh .b7oe .vdcb,
.jc7bllk .b7oe .vdcb{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}
.x7m01c .b7oe,.j4eqokfv .b7oe{top:12px}
.x7m01c .b7oe .vdcb{margin-right:auto}
.j4eqokfv .b7oe .vdcb{margin-left:auto}
.j4eqokfv .b7oe{text-align:right}
.qkkihc6 .b7oe,.lnoyh .b7oe{bottom:12px}
.qkkihc6 .b7oe .vdcb{margin-right:auto}
.lnoyh .b7oe .vdcb{margin-left:auto}
.lnoyh .b7oe{text-align:right}
.jc7bllk .b7oe{position:relative;margin-top:16px}
.jc7bllk .b7oe .vdcb{margin:0 auto}
.qn9caqc .b7oe{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.qn9caqc .b7oe .vdcb{margin:0}
.qn9caqc .b4tf9~.b7oe,
.qn9caqc .ysyv1~.b7oe{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.qn9caqc .b4tf9~.b7oe .vdcb,
.qn9caqc .ysyv1~.b7oe .vdcb{justify-content:flex-start}
.b4tf9~.b7oe,.ysyv1~.b7oe{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}
.b4tf9~.b7oe .vdcb{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ysyv1~.b7oe .vdcb{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.p72ac .vdcb{margin:0 0 12px}
.vdcb{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.fke2w{font-weight:600;color:var(--text-heading);opacity:1}
.o6f0s .pdoi3h{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}
.o6f0s .tckw::before{content:""}
.p7lnhv7 .vdcb{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.w8ulgj .vdcb{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.w422e{--date-bg:var(--accent-bg-light)}
.dw5e8cx .tckw::before{content:""}
.kz8zh .lp4oxjo{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .lp4oxjo{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .xq8pf5c{max-width:100%}
}
.fg523l0 .gdaes5ul{margin:0}
@media (max-width:560px){
  .lubw5{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) {
  .uki8m { padding: 28px 18px 20px; }
  .tdya6 { font-size: 1.2rem; }
  .kjkql { max-width: 220px; max-height: 80px; }
}
.n1zhe .pj6h9tt { border-radius: 22px; }
.cn6ja646 .ghcvdiw {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .pj6h9tt { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.n7rooysh {
  margin: 28px 0 24px;
}
.n7rooysh .xrurfipv {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.n7rooysh .p2f2b {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.n7rooysh .ghcvdiw {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .nbifve { flex-direction: row-reverse; }
[dir="rtl"] .f3hiv { flex-direction: row-reverse; }
[dir="rtl"] .zcu19eyc .ymda88 { right: auto; left: 32px; }
[dir="rtl"] .cb7f  .ymda88 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .zcu19eyc .ymda88 { right: auto; left: 20px; }
  [dir="rtl"] .cb7f  .ymda88 { left: auto;  right: 20px; }
}
[dir="rtl"] .gngywi .n5em  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .wgvx9j .n5em { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .s6g9d, [dir="rtl"] .oq5ac9ns { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .k9zqm8ac { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .fn6empr { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .froioi { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ghcvdiw { direction: rtl; }
[dir="rtl"] .kqqgcq { direction: rtl; }
[dir="rtl"] .q6ym532u { direction: rtl; }
[dir="rtl"] .hjaj { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .u73u .oq5ac9ns,
[dir="rtl"] .m1j2k8o .oq5ac9ns,
[dir="rtl"] .pyfg .oq5ac9ns,
[dir="rtl"] .pdl44a5 .oq5ac9ns {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .u73u .oq5ac9ns li::before,
[dir="rtl"] .m1j2k8o .oq5ac9ns li::before,
[dir="rtl"] .pyfg .oq5ac9ns li::before,
[dir="rtl"] .pdl44a5 .oq5ac9ns li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .lkcmqg.zpc13zkc .na61,
[dir="rtl"] .uqmp5.zpc13zkc .na61,
[dir="rtl"] .j84m1p5.zpc13zkc .na61,
[dir="rtl"] .gvrh.zpc13zkc .na61,
[dir="rtl"] .rg9c.zpc13zkc .na61 { text-align: right; }
[dir="rtl"] .b4tf9.il4xzrr .fhvzj323 { text-align: center; }
[dir="rtl"] .p2f2b,
[dir="rtl"] .mbpy8o70,
[dir="rtl"] .jenlz,
[dir="rtl"] .ey8e8t,
[dir="rtl"] .na61 { text-align: right; }
[dir="rtl"] .fpgvyfw,
[dir="rtl"] .fa64rou,
[dir="rtl"] .xswvu,
[dir="rtl"] .h634g3g9,
[dir="rtl"] .gkfjyjs { text-align: right; direction: rtl; }
[dir="rtl"] .u30rk .h634g3g9,
[dir="rtl"] .m1ti213 .h634g3g9 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #ac1aa2;
  --brand:           #ac1aa2;
  --brand-light:     #8d1f85;
  --brand-pale:      #ab33a3;
  --grad-start:      #e23fd6;
  --grad-end:        #e27cdb;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #ac1aa2;
  --cta-light:       #8c1084;
  --cta-hover:       #76116f;
  --bg-page:         #f8f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f5;
  --bg-raised:       #f1eef1;
  --bg-hover:        #f5f3f5;
  --border:          #e9e1e8;
  --border-alt:      #dccfdb;
  --border-section:  #e9e1e8;
  --text-primary:    #1b171b;
  --text-muted:      #615160;
  --text-body:       #372e36;
  --text-sub:        #534552;
  --text-faint:      #8a7489;
  --text-dim:        #a28fa0;
  --text-label:      #6f5c6d;
  --text-value:      #453a44;
  --accent-bg:       #f3e1f2;
  --accent-bg-light: #eec8eb;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f1f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f4;
  --c-pros:          #0f9486;
  --c-cons:          #9f2133;
  --c-pros-label:    #11af9f;
  --c-tip-border:    #13c2af;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0f9486;
}
:root { --logo-bg-opacity: 70%; }
body, button, input { font-family: "Outfit", sans-serif; }
.okoxyq3 .nw3xdgk { font-size: 0; width: 1.2rem; flex-shrink: 0; }.okoxyq3 .nw3xdgk::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.okoxyq3 .cva6     .nw3xdgk::before { content: "";  color: var(--c-tip-border); }.okoxyq3 .moiab .nw3xdgk::before { content: ""; color: var(--c-warn-border); }.okoxyq3 .hnn5rzgk    .nw3xdgk::before { content: ""; color: #60a5fa; }.n1yridm .okoxyq3 .cva6     .nw3xdgk::before { color: #10b981; }.n1yridm .okoxyq3 .moiab .nw3xdgk::before { color: #f43f5e; }.n1yridm .okoxyq3 .hnn5rzgk    .nw3xdgk::before { color: #a855f7; }.pge1kh  .okoxyq3 .cva6     .nw3xdgk::before { color: #eab308; }.pge1kh  .okoxyq3 .moiab .nw3xdgk::before { color: #ef4444; }.pge1kh  .okoxyq3 .hnn5rzgk    .nw3xdgk::before { color: #f97316; }.qj93uo  .okoxyq3 .cva6     .nw3xdgk::before { color: #38bdf8; }.qj93uo  .okoxyq3 .moiab .nw3xdgk::before { color: #818cf8; }.qj93uo  .okoxyq3 .hnn5rzgk    .nw3xdgk::before { color: #2dd4bf; }.hz5bedcf .okoxyq3 .nw3xdgk::before { color: var(--accent-light) !important; }
.esi9z .wpl5lf7 li::before, .esi9z .e46hs li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.esi9z .wpl5lf7 li::before { content: ""; }.esi9z .e46hs li::before { content: ""; }.esi9z .bzrt2ohm::before, .esi9z .dqiuk::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.esi9z .bzrt2ohm::before { content: ""; }.esi9z .dqiuk::before { content: ""; }
.ft3laie .wcjlja4, .ft3laie .b4tf9 { min-height: 420px; }
.bip9xayo .trsyxl::after, .bip9xayo .ihij3q4::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.kmct8 .rg54c27j::after,.kmct8 .ymda88::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.ugt8b35::before { content: '|'; opacity: 0.3; }