:root {
  --color-accent: #16142e;
  --color-cta: #c8101e;
  --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;
}
.z126ke {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.xsyd {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.rfz2dix {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.oeg2 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.t66ii { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.t66ii a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.t66ii a:hover { color: var(--accent-light); }
.ra6bies  .cudkcnh { border-radius: 14px; }
.ra6bies .cudkcnh li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.ra6bies .cudkcnh li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.du8cw19u .cudkcnh li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .cudkcnh {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .w4cn:hover .cudkcnh,
  .w4cn:focus-within .cudkcnh { display: block; }
  .cudkcnh li a { padding: 8px 16px; font-size: 0.88rem; }
}
.py1b5 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.x88r0nw8 { display: none; }
@media (max-width: 640px) {
  .x88r0nw8 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .x88r0nw8.a3h1w { display: block; }
}
@media (max-width: 640px) {
  .py1b5 { display: block; }
  .t66ii > li + li::before { display: none !important; }
  .t66ii {
    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;
  }
  .t66ii.a3h1w { display: flex; }
  .t66ii li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .t66ii li:last-child a { border-bottom: none; }
}
.gdaz711g { min-height: 480px; }
.hif1p8r {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.opae { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.th9o0sl2 .opae { margin-left: 0; margin-right: 0; }
.p0ua {
  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;
}
.p0ua:hover { opacity: 0.88; }
.finr {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.iise2r {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.finr .y61e {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.finr .hif1p8r { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.finr .opae { color: #e2e8f0; }
.finr.ft90c7 .y61e { text-align: center; }
.finr.th9o0sl2   .y61e { text-align: left; }
.stiot .y61e {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.stiot .hif1p8r { color: var(--text-primary); text-shadow: none; }
.stiot .opae { color: var(--text-muted); }
.stiot .p0ua { margin-top: 16px; }
.stiot, .stiot.gdaz711g { min-height: auto !important; }
.stiot.ft90c7 .y61e { text-align: center; }
.stiot.th9o0sl2   .y61e { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.v8phzwec .finr .iise2r {
  overflow: hidden;
}
.v8phzwec .finr .iise2r::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.xb9knv .ui8l0p,
.xb9knv .dxu08z {
  position: relative; overflow: hidden;
}
.xb9knv .ui8l0p::after,
.xb9knv .dxu08z::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@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); }
}
.xb9knv .finr .iise2r {
  overflow: hidden;
}
.xb9knv .finr .iise2r::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.oszum .finr .iise2r {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.uv6zia9o .finr .iise2r {
  overflow: hidden;
}
.uv6zia9o .finr .iise2r::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;
}
.vysatf .finr .iise2r {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ui8l0p .iise2r {
  background: none;
}
.ui8l0p .hif1p8r { color: #fff; }
.ui8l0p .opae { color: rgba(255,255,255,0.85); }
.ui8l0p .p0ua { background: #fff; color: var(--cta); }
.ui8l0p .p0ua:hover { opacity: 0.92; }
.xb9knv .wsap { position: relative; overflow: hidden; }
.xb9knv .wsap::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.wsap .hif1p8r { text-shadow: none; color: var(--text-primary); }
.wsap .opae { color: var(--text-muted); }
body.du9q .hif1p8r {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.sj74n .hif1p8r {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.gdaz711g.ui8l0p .hif1p8r,
section.ui8l0p .hif1p8r {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.wsap.th9o0sl2   .cqj85qv { align-items: flex-start; text-align: left; }
.gdaz711g .h8zyis1w {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.h8zyis1w .vgq3.zc2o4p {
  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;
}
.h8zyis1w .vgq3.zc2o4p:hover { opacity: 0.85; }
.kzzalmu .y61e { padding-bottom: 24px; }
.xat56v .y61e { max-width: 1100px; }
@media (max-width: 700px) {
  .wsap { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .wsap:not(.vou5xm) .qccpin4b { display: none !important; }
  .vou5xm .qccpin4b { padding: 16px; }
  .cqj85qv  { padding: 36px 24px; }
  .wsap~.zb3s,.zmsq~.zb3s{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .gdaz711g, .wsap { min-height: 320px !important; }
  .hif1p8r { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .qp9v,
  .vc91,
  .eqr0uqsl { grid-template-columns: 1fr !important; }

  

  
  .kzzalmu { display: flex !important; flex-direction: column !important; }
  .kzzalmu .y61e { display: contents; }
  .kzzalmu .iise2r { order: 0; }
  .kzzalmu .hif1p8r { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .kzzalmu .qp9v { order: 2; padding: 0 16px 12px !important; }
  .kzzalmu .opae { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .xat56v .y61e { display: flex; flex-direction: column; }
  .xat56v .y61e .hif1p8r { order: 1; }
  .xat56v .y61e .eqr0uqsl { order: 2; margin: 8px 0 24px !important; }
  .xat56v .y61e .opae { order: 3; }
  .xat56v .y61e .p0ua { order: 4; align-self: center; margin-top: 0; }

  
  .wsap.vou5xm {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .wsap.vou5xm .cqj85qv { display: contents; padding: 0; }
  .wsap.vou5xm .cqj85qv .hif1p8r { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .wsap.vou5xm .qccpin4b { order: 2; padding: 12px 16px; }
  .wsap.vou5xm .cqj85qv .opae { order: 3; padding: 0 24px; margin: 0 auto; }
  .wsap.vou5xm .cqj85qv .p0ua { order: 4; align-self: center; margin: 8px 0 32px; }
}
.nc2sv { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.e1bp { width: 100%; height: auto; display: block; border-radius: 10px; }
.yohkuf .nc2sv        { border-radius: 16px; }
.yohkuf .e1bp  { border-radius: 16px; }
.u36ob .nc2sv         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.u36ob .e1bp   { border-radius: 8px; }
.j89vy67 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.h9h1w { width: 100%; padding: 32px 0; position: relative; }
.w2mc { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.v7si .h9h1w:nth-child(even) { background: var(--bg-surface); }
.v7si .h9h1w:nth-child(odd)  { background: var(--bg-page); }
.dl4gdq5 .h9h1w:nth-child(even) { background: var(--bg-card); }
.dl4gdq5 .h9h1w:nth-child(odd)  { background: var(--bg-page); }
.v7si .h9h1w:nth-child(odd)  .w2mc { background: var(--bg-card); border-radius: 6px; }
.v7si .h9h1w:nth-child(even) .w2mc { background: var(--bg-raised); border-radius: 6px; }
.dl4gdq5 .h9h1w:nth-child(odd)  .w2mc { background: var(--bg-card); border-radius: 6px; }
.dl4gdq5 .h9h1w:nth-child(even) .w2mc { background: var(--bg-raised); border-radius: 6px; }
.v7si .h9h1w:nth-child(even) .h57b .pb7g6gn,
.dl4gdq5 .h9h1w:nth-child(even) .h57b .pb7g6gn { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.v7si .h9h1w:nth-child(odd) .h57b .pb7g6gn,
.dl4gdq5 .h9h1w:nth-child(odd) .h57b .pb7g6gn { background: var(--bg-card-inner); }
.v7si .h9h1w:nth-child(even) .rlpsm2 .pb7g6gn:nth-child(odd),
.dl4gdq5 .h9h1w:nth-child(even) .rlpsm2 .pb7g6gn:nth-child(odd)  { background: var(--bg-card); }
.v7si .h9h1w:nth-child(even) .rlpsm2 .pb7g6gn:nth-child(even),
.dl4gdq5 .h9h1w:nth-child(even) .rlpsm2 .pb7g6gn:nth-child(even) { background: var(--bg-card-inner); }
h1.cchlvk { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.cchlvk {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.nbgt3p4 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ze6f9po h2.cchlvk {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.jebcad4 h2.cchlvk {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.fikbh h2.cchlvk {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.gkhbmri h2.cchlvk::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.n63oluc h2.cchlvk {
  color: var(--text-primary); font-size: 1.7rem;
}
.e53m h2.cchlvk::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.zysti5n h2.cchlvk {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .z1ytj2vr { display: none; } }
.i4l59r6n { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.r7fdq { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ieqrgi {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.agjc { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.hfbnmc { padding-left: 20px; }
.hfbnmc li { margin-bottom: 6px; }
.hfbnmc a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.hfbnmc a:hover { color: var(--accent-light); }
.pzqn62 .agjc { display: none; }
.myg5mp28 .agjc { display: none; }
.myg5mp28 .hfbnmc { padding-left: 0; list-style: none; }
.myg5mp28 .hfbnmc li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.myg5mp28 .hfbnmc a { font-size: 0.92rem; }
.wrlg2dt1 .ieqrgi { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.wrlg2dt1 .agjc { display: none; }
.wrlg2dt1 .hfbnmc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.wrlg2dt1 .hfbnmc li { margin-bottom: 0; }
.wrlg2dt1 .hfbnmc 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;
}
.wrlg2dt1 .hfbnmc a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.rh0hnn .ieqrgi { padding: 20px 20px 16px; }
.rh0hnn .hfbnmc {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.rh0hnn .hfbnmc li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.rh0hnn .hfbnmc 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;
}
.rh0hnn .hfbnmc 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;
}
.rh0hnn .hfbnmc a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.rh0hnn .hfbnmc a:focus,
.rh0hnn .hfbnmc a:focus-visible,
.rh0hnn .hfbnmc a:target { outline: none; }
.rh0hnn .hfbnmc li:target a { border-color: var(--border); color: var(--text-muted); }
.yxccti .ieqrgi { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.yxccti .agjc { display: none; }
.yxccti .hfbnmc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.yxccti .hfbnmc li { margin-bottom: 0; }
.yxccti .hfbnmc li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.yxccti .hfbnmc li:last-child::after { content: ""; margin-right: 0; }
.yxccti .hfbnmc a { font-size: 0.9rem; }
.pb7g6gn { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.h57b .pb7g6gn { background: var(--bg-card); }
.rlpsm2 .pb7g6gn:nth-child(odd)  { background: var(--bg-card); }
.rlpsm2 .pb7g6gn:nth-child(even) { background: var(--bg-raised); }
.kciqin3 .pb7g6gn {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.kciqin3 .pb7g6gn:last-child { border-bottom: none; }
.kciqin3 h3.nbgt3p4 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.vvurai .pb7g6gn {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.vvurai .pb7g6gn + .pb7g6gn { margin-top: 4px; }
.mq76 .pb7g6gn { background: none; border-radius: 0; padding: 12px 0; }
.mq76 .pb7g6gn + .pb7g6gn { border-top: 1px solid var(--border-section); }
.wp4qs { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ikef0m { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.el58 { color: var(--text-body); margin-bottom: 10px; }
.bnqxeut, .sridfqa { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.bnqxeut li, .sridfqa li { margin-bottom: 6px; }
.sridfqa li { list-style: decimal; }
.d5qaa3     .bnqxeut { list-style-type: "● "; }
.anai2  .bnqxeut { list-style-type: "■ "; }
.u5l40 .bnqxeut { list-style-type: "◆ "; }
.gihr    .bnqxeut { list-style-type: "★ "; }
.d5qaa3     .vc4ko5 { list-style-type: "● "; }
.anai2  .vc4ko5 { list-style-type: "■ "; }
.u5l40 .vc4ko5 { list-style-type: "◆ "; }
.gihr    .vc4ko5 { list-style-type: "★ "; }
.d5qaa3    .bnqxeut li::marker, .d5qaa3    .vc4ko5 li::marker,
.anai2 .bnqxeut li::marker, .anai2 .vc4ko5 li::marker,
.u5l40 .bnqxeut li::marker, .u5l40 .vc4ko5 li::marker,
.gihr   .bnqxeut li::marker, .gihr   .vc4ko5 li::marker {
  color: var(--cta); font-size: 1em;
}
.d5qaa3 .sridfqa,
.anai2 .sridfqa,
.u5l40 .sridfqa,
.gihr .sridfqa {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.d5qaa3 .sridfqa li,
.anai2 .sridfqa li,
.u5l40 .sridfqa li,
.gihr .sridfqa li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.d5qaa3 .sridfqa li::before,
.anai2 .sridfqa li::before,
.u5l40 .sridfqa li::before,
.gihr .sridfqa 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;
}
.d5qaa3     .sridfqa li::before { border-radius: 50%; }
.anai2  .sridfqa li::before { border-radius: 3px; }
.u5l40 .sridfqa li::before { border-radius: 3px; }
.gihr    .sridfqa li::before { border-radius: 50%; }
.dpp4x { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.san3 .dpp4x,
.y46c2pd2 .dpp4x { background: transparent; border: none; border-radius: 0; }
.bcx720ek { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.bcx720ek th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.bcx720ek td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.bcx720ek tr:hover td { background: var(--bg-hover); }
.a7s6i8 .bcx720ek tbody tr:nth-child(even) td { background: var(--bg-surface); }
.blxy4olk .bcx720ek { border: 1px solid var(--border-alt); }
.blxy4olk .bcx720ek th,
.blxy4olk .bcx720ek td { border: 1px solid var(--border-alt); }
.rgtmxlh7 .bcx720ek th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.rgtmxlh7 .bcx720ek td { border-bottom: none; }
.rgtmxlh7 .bcx720ek tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.z9f4m05 .bcx720ek th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.by803i62 .dpp4x {
  overflow: hidden;
}
.by803i62 .bcx720ek th { border-bottom: 1px solid var(--border-alt); }
.by803i62 .bcx720ek tr:last-child td { border-bottom: none; }
.n0w8p6ez { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ugx44l { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.i7y3cfrr { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.wfhr { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.z2av { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.vc4ko5 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.vc4ko5 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%}
.ktsx .wfhr { background: transparent; text-align: center; }
.hz15 .i7y3cfrr {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.vvwj1a8 .i7y3cfrr {
  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);
}
.qbotn53 .ugx44l { display: grid; grid-template-columns: auto 1fr; }
.qbotn53 .i7y3cfrr {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.qbotn53 .wfhr { grid-column: 2; }
.qbotn53 .z2av,
.qbotn53 .vc4ko5 { grid-column: 1 / -1; }
.e8oi .ugx44l { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.e8oi .i7y3cfrr {
  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);
}
.e8oi .wfhr { grid-column: 2; }
.e8oi .z2av,
.e8oi .vc4ko5 { grid-column: 1 / -1; }
.xuk574d8 .ugx44l { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.xuk574d8 .wfhr { background: none; color: var(--accent-light); font-weight: 700; }
.z14r0t4 .ugx44l { 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); }
.z14r0t4 .wfhr { background: none; color: var(--accent-light); font-weight: 700; }
.zc7cy5sr .ugx44l { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.zc7cy5sr .ugx44l:last-child { border-bottom: none; }
.zc7cy5sr .wfhr { background: none; color: var(--accent-light); font-weight: 700; }
.hb747qv .ugx44l { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.hb747qv .wfhr { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.tvky .n0w8p6ez { counter-reset: card-n; }
.tvky .ugx44l  { counter-increment: card-n; }
.tvky .wfhr { display: flex; align-items: center; gap: 10px; }
.tvky .wfhr::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;
}
.k25l .ugx44l { background: var(--bg-surface); border: 1px solid var(--border); }
.k25l .wfhr { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ynfdz { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.bijw3vxq  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.gzl4jb { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.okf27 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ynfdz strong { color: var(--text-primary); font-size: 0.95rem; }
.ynfdz p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.e1bp { width: 100%; height: auto; border-radius: 10px; display: block; }
.zc2o4p {
  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;
}
.zc2o4p:hover { opacity: 0.85; }
.bp4c8z .zc2o4p  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.bp4c8z .zc2o4p:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.iawuc2 .zc2o4p  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.iawuc2 .zc2o4p:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.b1rqx8zo .p0ua { border-radius: 50px; }
.b1rqx8zo .zc2o4p  { border-radius: 50px; }
.goz2 .p0ua { padding-left: 22px; padding-right: 22px; }
.goz2 .zc2o4p  { padding-left: 12px; padding-right: 12px; }
.cjpa .p0ua { padding-left: 44px; padding-right: 44px; }
.cjpa .zc2o4p  { padding-left: 24px; padding-right: 24px; }
.ye0ccvn .p0ua { padding-left: 56px; padding-right: 56px; }
.ye0ccvn .zc2o4p  { padding-left: 32px; padding-right: 32px; }
.oca4v   .p0ua::after, .oca4v   .zc2o4p::after,
.ft53nso .p0ua::after, .ft53nso .zc2o4p::after,
.v9u6g    .p0ua::after, .v9u6g    .zc2o4p::after,
.c4rf8hg    .p0ua::after, .c4rf8hg    .zc2o4p::after,
.q26jem    .p0ua::after, .q26jem    .zc2o4p::after,
.jb2kp     .p0ua::after, .jb2kp     .zc2o4p::after,
.m5qnucp    .p0ua::after, .m5qnucp    .zc2o4p::after,
.ea0uz   .p0ua::after, .ea0uz   .zc2o4p::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;
}
.oca4v .p0ua::after, .oca4v .zc2o4p::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");
}
.ft53nso .p0ua::after, .ft53nso .zc2o4p::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");
}
.v9u6g .p0ua::after, .v9u6g .zc2o4p::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");
}
.c4rf8hg .p0ua::after, .c4rf8hg .zc2o4p::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");
}
.q26jem .p0ua::after, .q26jem .zc2o4p::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");
}
.jb2kp .p0ua::after, .jb2kp .zc2o4p::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");
}
.m5qnucp .p0ua::after, .m5qnucp .zc2o4p::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");
}
.ea0uz .p0ua::after, .ea0uz .zc2o4p::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");
}
.mmaqqd   .owp4::after, .mmaqqd   .zeax9x::after,
.blmmah .owp4::after, .blmmah .zeax9x::after,
.pkej8gw    .owp4::after, .pkej8gw    .zeax9x::after,
.zwx2w    .owp4::after, .zwx2w    .zeax9x::after,
.pi3y    .owp4::after, .pi3y    .zeax9x::after,
.zqlm56     .owp4::after, .zqlm56     .zeax9x::after,
.dacizp2h    .owp4::after, .dacizp2h    .zeax9x::after,
.ari9pnf   .owp4::after, .ari9pnf   .zeax9x::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;
}
.mmaqqd .owp4::after, .mmaqqd .zeax9x::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");
}
.blmmah .owp4::after, .blmmah .zeax9x::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");
}
.pkej8gw .owp4::after, .pkej8gw .zeax9x::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");
}
.zwx2w .owp4::after, .zwx2w .zeax9x::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");
}
.pi3y .owp4::after, .pi3y .zeax9x::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");
}
.zqlm56 .owp4::after, .zqlm56 .zeax9x::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");
}
.dacizp2h .owp4::after, .dacizp2h .zeax9x::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");
}
.ari9pnf .owp4::after, .ari9pnf .zeax9x::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");
}
.cp1hga8 .f7y8u   { background: rgba(128,128,128,.12); }
.vgq3.zc2o4p {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .lwaz4n {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .lwaz4n::before    { grid-area: rank;   }
  .psql           { grid-area: ident;  }
  .tgd5r     { grid-area: rating; min-width: 0; width: auto; }
  .t1am2r2           { grid-area: pills;  }
  .vgq3             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .lwaz4n {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .lwaz4n::before    { justify-self: center; }
  .psql           { width: 100%; }
  .tgd5r     { justify-self: center; }
  .t1am2r2           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .g1pw .l7jfst6 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .g1pw .ccutsm { margin: 0; }
}
@media (max-width: 720px) {
  .q5060 { grid-template-columns: 1fr; }
  .c9tw { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .c9tw .lwm9lji0 { width: 72px; height: 50px; }
  .c9tw .xpbszyh9 { max-width: 180px; }
  .c9tw .qfa33xd { width: auto; }
}
@media (max-width: 720px) {
  .rnancihj { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .odvz550w { padding: 16px; }
  .zo60cknf .ls797jo { min-width: 50%; }
}
@media (max-width: 860px) {
  .j52bixs1 { grid-template-columns: 1fr; }
  .i88ydf46 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vxu1b3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ot70 { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .ruf162k { flex-direction: column; align-items: stretch; }
}
.rnhl .qfa33xd .zc2o4p { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .j06lts { flex-direction: column; align-items: stretch; gap: 10px; }
  .rnhl .qfa33xd { text-align: center; }
}
@media (max-width: 720px) {
  .pxgrp7s2 { grid-template-columns: 1fr; }
  .wlyzbr4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .kph8dpa { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .cuhvjzq { grid-template-columns: 1fr; }
  .chko1t { width: 100px; height: 100px; margin: 16px auto; }
  .cmgd9k78 { font-size: 1.4rem; }
  .z1tsfk { justify-content: center; }
  .ogfy4qm4 .ls797jo { min-width: 50%; }
}
@media (max-width: 540px) {
  .tgqe { flex-wrap: wrap; padding: 14px 16px; }
  .f7yxx { padding: 12px 16px; }
  .zu38li .lqhev { margin: 0 16px; }
  .zu38li .rgm772w { padding: 0 16px; }
  .g78gmh { padding: 12px 16px; }
}
.k8y4mwgj .lwaz4n {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.ifcqo .t1am2r2 .eaax {
  background: transparent; padding: 4px 8px;
}
.ifcqo .t1am2r2 .sgie { font-size: .65rem; opacity: .65; }
.ifcqo .t1am2r2 .pvsa   { font-size: 1.15rem; color: var(--accent-light); }
.v53ka3u { margin: 16px 0; }
.mvzj { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.mvzj summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.mvzj summary::after { content: "+"; color: var(--accent-light); }
.mvzj[open] summary::after { content: "−"; }
.mvzj p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.h9h1w { margin-bottom: 0; }
.vb9vb5z h2.cchlvk { color: var(--text-primary); border-color: var(--accent-light); }
.o84ar h2.cchlvk { color: var(--text-primary); border-color: var(--accent-light); }
.kmtjb2ot .bijw3vxq     { background: #052e16; border-color: #10b981; }
.kmtjb2ot .x50c8m { background: #2d0a1e; border-color: #f43f5e; }
.kmtjb2ot .gzl4jb    { background: #1e1036; border-color: #a855f7; }
.kmtjb2ot .ynfdz strong  { color: #f1f5f9; }
.kmtjb2ot .ynfdz p       { color: #cbd5e1; }
.kmtjb2ot .pkah    .bijw3vxq     .okf27::before,
.kmtjb2ot .u6saxml  .bijw3vxq     .okf27::before,
.kmtjb2ot .jm0xe7k  .bijw3vxq     .okf27::before,
.kmtjb2ot .og7a .bijw3vxq     .okf27::before { color: #10b981; }
.kmtjb2ot .pkah    .x50c8m .okf27::before,
.kmtjb2ot .u6saxml  .x50c8m .okf27::before,
.kmtjb2ot .jm0xe7k  .x50c8m .okf27::before,
.kmtjb2ot .og7a .x50c8m .okf27::before { color: #f43f5e; }
.kmtjb2ot .pkah    .gzl4jb    .okf27::before,
.kmtjb2ot .u6saxml  .gzl4jb    .okf27::before,
.kmtjb2ot .jm0xe7k  .gzl4jb    .okf27::before,
.kmtjb2ot .og7a .gzl4jb    .okf27::before { color: #a855f7; }
.aeij6pim .bijw3vxq     { background: #2d2000; border-color: #eab308; }
.aeij6pim .gzl4jb    { background: #2d1600; border-color: #f97316; }
.aeij6pim .ynfdz strong  { color: #f1f5f9; }
.aeij6pim .ynfdz p       { color: #cbd5e1; }
.aeij6pim .pkah    .bijw3vxq     .okf27::before,
.aeij6pim .u6saxml  .bijw3vxq     .okf27::before,
.aeij6pim .jm0xe7k  .bijw3vxq     .okf27::before,
.aeij6pim .og7a .bijw3vxq     .okf27::before { color: #eab308; }
.aeij6pim .pkah    .x50c8m .okf27::before,
.aeij6pim .u6saxml  .x50c8m .okf27::before,
.aeij6pim .jm0xe7k  .x50c8m .okf27::before,
.aeij6pim .og7a .x50c8m .okf27::before { color: #ef4444; }
.aeij6pim .pkah    .gzl4jb    .okf27::before,
.aeij6pim .u6saxml  .gzl4jb    .okf27::before,
.aeij6pim .jm0xe7k  .gzl4jb    .okf27::before,
.aeij6pim .og7a .gzl4jb    .okf27::before { color: #f97316; }
.vmjigup .bijw3vxq     { background: #0c1a2e; border-color: #38bdf8; }
.vmjigup .gzl4jb    { background: #0a2020; border-color: #2dd4bf; }
.vmjigup .ynfdz strong  { color: #f1f5f9; }
.vmjigup .ynfdz p       { color: #cbd5e1; }
.vmjigup .pkah    .bijw3vxq     .okf27::before,
.vmjigup .u6saxml  .bijw3vxq     .okf27::before,
.vmjigup .jm0xe7k  .bijw3vxq     .okf27::before,
.vmjigup .og7a .bijw3vxq     .okf27::before { color: #38bdf8; }
.vmjigup .pkah    .x50c8m .okf27::before,
.vmjigup .u6saxml  .x50c8m .okf27::before,
.vmjigup .jm0xe7k  .x50c8m .okf27::before,
.vmjigup .og7a .x50c8m .okf27::before { color: #818cf8; }
.vmjigup .pkah    .gzl4jb    .okf27::before,
.vmjigup .u6saxml  .gzl4jb    .okf27::before,
.vmjigup .jm0xe7k  .gzl4jb    .okf27::before,
.vmjigup .og7a .gzl4jb    .okf27::before { color: #2dd4bf; }
.t66ujfrj .bijw3vxq     { background: var(--accent-bg); border-color: var(--accent-light); }
.t66ujfrj .gzl4jb    { background: var(--accent-bg); border-color: var(--accent-pale); }
.t66ujfrj .pkah    .okf27::before,
.t66ujfrj .u6saxml  .okf27::before,
.t66ujfrj .jm0xe7k  .okf27::before,
.t66ujfrj .og7a .okf27::before { color: var(--accent-light) !important; }
.tdyr .qimdxz { background: var(--bg-pros); }
.tdyr .vy8iosf { background: var(--bg-cons); }
.tdyr .qimdxz .w0oq52f { color: var(--c-pros-label); }
.tdyr .vy8iosf .un5m2v { color: var(--c-cons); }
.tdyr .qimdxz ul li,
.tdyr .hm7g li          { color: var(--c-pros); }
.tdyr .vy8iosf ul li,
.tdyr .xnz8 li          { color: var(--c-cons); }
.q4q59z6 .w0oq52f::before { content: "✓ "; }
.q4q59z6 .un5m2v::before { content: "✗ "; }
.t7i7p .ynfdz { background: transparent; border-left: none; border: 1.5px solid; }
.t7i7p .bijw3vxq     { border-color: var(--c-tip-border); }
.t7i7p .gzl4jb    { border-color: #60a5fa; }
.t7i7p .ynfdz strong { color: var(--text-primary); }
.t7i7p .ynfdz p      { color: var(--text-muted); }
.fdrmqmv .ynfdz { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.fdrmqmv .bijw3vxq     { border-top-color: var(--c-tip-border); }
.fdrmqmv .gzl4jb    { border-top-color: #60a5fa; }
.l7fhc9q5 .ynfdz { border-left: none; border-radius: 8px; }
.l7fhc9q5 .bijw3vxq     { background: #065f46; }
.l7fhc9q5 .gzl4jb    { background: #1e3a8a; }
.l7fhc9q5 .ynfdz strong,
.l7fhc9q5 .ynfdz p { color: #fff; }
.l7fhc9q5 .okf27::before { color: rgba(255,255,255,0.85) !important; }
.kmtjb2ot.l7fhc9q5 .bijw3vxq,
.kmtjb2ot .l7fhc9q5 .bijw3vxq     { background: #052e16; }
.kmtjb2ot.l7fhc9q5 .x50c8m,
.kmtjb2ot .l7fhc9q5 .x50c8m { background: #2d0a1e; }
.kmtjb2ot.l7fhc9q5 .gzl4jb,
.kmtjb2ot .l7fhc9q5 .gzl4jb    { background: #1e1036; }
.aeij6pim.l7fhc9q5 .bijw3vxq,
.aeij6pim .l7fhc9q5 .bijw3vxq      { background: #2d2000; }
.aeij6pim.l7fhc9q5 .gzl4jb,
.aeij6pim .l7fhc9q5 .gzl4jb     { background: #2d1600; }
.vmjigup.l7fhc9q5 .bijw3vxq,
.vmjigup .l7fhc9q5 .bijw3vxq      { background: #0c1a2e; }
.vmjigup.l7fhc9q5 .gzl4jb,
.vmjigup .l7fhc9q5 .gzl4jb     { background: #0a2020; }
.dgr0k .ynfdz { border-left: none; border-radius: 6px; padding: 10px 14px; }
.dgr0k .bijw3vxq     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.dgr0k .gzl4jb    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.dgr0k .ynfdz strong { color: var(--text-primary); }
.dgr0k .ynfdz p      { color: var(--text-muted); }
.h4txgo .ynfdz { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.pkah .okf27,
.u6saxml .okf27,
.jm0xe7k .okf27,
.og7a .okf27 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.pkah .okf27::before,
.u6saxml .okf27::before,
.jm0xe7k .okf27::before,
.og7a .okf27::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.pkah .bijw3vxq     .okf27::before { content: "✦"; color: var(--c-tip-border); }
.pkah .x50c8m .okf27::before { content: "▲"; color: var(--c-warn-border); }
.pkah .gzl4jb    .okf27::before { content: "◉"; color: #60a5fa; }
.u6saxml .bijw3vxq     .okf27::before { content: "★"; color: var(--c-tip-border); }
.u6saxml .x50c8m .okf27::before { content: "◆"; color: var(--c-warn-border); }
.u6saxml .gzl4jb    .okf27::before { content: "●"; color: #60a5fa; }
.jm0xe7k .bijw3vxq     .okf27::before { content: "▶"; color: var(--c-tip-border); }
.jm0xe7k .x50c8m .okf27::before { content: "■"; color: var(--c-warn-border); }
.jm0xe7k .gzl4jb    .okf27::before { content: "▸"; color: #60a5fa; }
.og7a .bijw3vxq     .okf27::before { content: "→"; color: var(--c-tip-border); }
.og7a .x50c8m .okf27::before { content: "⬥"; color: var(--c-warn-border); }
.og7a .gzl4jb    .okf27::before { content: "◈"; color: #60a5fa; }
.hwmxdewn .h57b .pb7g6gn,
.hwmxdewn .rlpsm2 .pb7g6gn  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.hwmxdewn .ugx44l                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.hwmxdewn .dpp4x          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.hwmxdewn .ieqrgi                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.wmw44j .h57b .pb7g6gn,
.wmw44j .rlpsm2 .pb7g6gn,
.wmw44j .ugx44l,
.wmw44j .lwaz4n,
.wmw44j .ccutsm,
.wmw44j .dpp4x,
.wmw44j .ieqrgi,
.wmw44j .h4txgo .ynfdz { box-shadow: none; }
.dpnzh8   .el58, .dpnzh8 .wp4qs, .dpnzh8 .ikef0m,
.dpnzh8   .i4l59r6n, .dpnzh8 .r7fdq { font-size: 0.9rem; }
.dpnzh8   .bnqxeut, .dpnzh8 .sridfqa { font-size: 0.9rem; }
.qu4vl4n   .el58, .qu4vl4n .wp4qs, .qu4vl4n .ikef0m,
.qu4vl4n   .i4l59r6n, .qu4vl4n .r7fdq { font-size: 0.95rem; }
.qu4vl4n   .bnqxeut, .qu4vl4n .sridfqa { font-size: 0.95rem; }
.w13t   .el58, .w13t .wp4qs, .w13t .ikef0m,
.w13t   .i4l59r6n, .w13t .r7fdq { font-size: 1.08rem; }
.w13t   .bnqxeut, .w13t .sridfqa { font-size: 1.05rem; }
.w13t   .bcx720ek { font-size: 0.97rem; }
.w984icbx .hif1p8r      { font-size: 3.2rem; }
.w984icbx h2.cchlvk { font-size: 1.9rem; }
.w984icbx h3.nbgt3p4     { font-size: 1.4rem; }
.c6zh8l7 .hif1p8r      { font-size: 3.8rem; }
.c6zh8l7 h2.cchlvk { font-size: 2.2rem; }
.c6zh8l7 h3.nbgt3p4     { font-size: 1.6rem; }
.h9h1w + .h9h1w { position: relative; }
.ychbh   .h9h1w + .h9h1w::before,
.au86d  .h9h1w + .h9h1w::before,
.w6v3vu7   .h9h1w + .h9h1w::before,
.o49rr   .h9h1w + .h9h1w::before,
.fqpupa   .h9h1w + .h9h1w::before,
.ozdgqxoz .h9h1w + .h9h1w::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ychbh .h9h1w + .h9h1w::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.au86d .h9h1w + .h9h1w::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.w6v3vu7 .h9h1w + .h9h1w::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;
}
.o49rr .h9h1w + .h9h1w::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.yi7f .h9h1w { margin-bottom: 16px; }
.yi7f .h9h1w + .h9h1w { margin-top: 0; }
.yi7f .w2mc { padding-top: 0; padding-bottom: 0; }
.fqpupa .h9h1w + .h9h1w::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ozdgqxoz .h9h1w + .h9h1w::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.hbi60k .h9h1w + .h9h1w::before,
.dnln .h9h1w + .h9h1w::before,
.xra4nq3 .h9h1w + .h9h1w::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%;
}
.v7si .hbi60k .h9h1w:nth-child(even)::before,
.v7si .dnln .h9h1w:nth-child(even)::before,
.v7si .xra4nq3 .h9h1w:nth-child(even)::before { background: var(--bg-surface); }
.dl4gdq5 .hbi60k .h9h1w:nth-child(even)::before,
.dl4gdq5 .dnln .h9h1w:nth-child(even)::before,
.dl4gdq5 .xra4nq3 .h9h1w:nth-child(even)::before { background: var(--bg-card); }
.hbi60k .h9h1w + .h9h1w::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");
}
.dnln .h9h1w + .h9h1w::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");
}
.xra4nq3 .h9h1w + .h9h1w::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");
}
.pdz8 .finr,
.u52ze .finr,
.wps6q5k0 .finr { overflow: hidden; }
.pdz8 .y61e,
.u52ze .y61e { margin-bottom: 60px; }
.wps6q5k0 .y61e { margin-bottom: 70px; }
.pdz8 .finr::before,
.u52ze .finr::before,
.wps6q5k0 .finr::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.pdz8 .finr::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");
}
.u52ze .finr::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");
}
.wps6q5k0 .finr::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.t0rs .finr:not(.ui8l0p) .iise2r { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.udkz .finr:not(.ui8l0p) .iise2r { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.eiur  .finr:not(.ui8l0p) .iise2r { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.fo8ybs73  .finr:not(.ui8l0p) .iise2r { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.udkz .ui8l0p { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.udkz .dxu08z { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.udkz .wsap { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.mb8ip8u .ui8l0p .iise2r { background: none; }
.mb8ip8u .finr:not(.ui8l0p) .iise2r { background: rgba(0,0,0,0.6); }
.h9h1w.w8cj .nc2sv { float: left; width: 38%; margin: 0 28px 16px 0; }
.h9h1w.w8cj .nc2sv .e1bp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.h9h1w.w8cj .w2mc::after { content: ''; display: block; clear: both; }
.h9h1w.y3c6kz .nc2sv { float: right; width: 38%; margin: 0 0 16px 28px; }
.h9h1w.y3c6kz .nc2sv .e1bp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.h9h1w.y3c6kz .w2mc::after { content: ''; display: block; clear: both; }
.h9h1w.w8cj .n0w8p6ez,
.h9h1w.w8cj .dpp4x,
.h9h1w.w8cj .ynfdz,
.h9h1w.w8cj .pb7g6gn,
.h9h1w.w8cj .r7fdq,
.h9h1w.w8cj .h79lwz,
.h9h1w.w8cj .l7jfst6,
.h9h1w.w8cj .opukfnd,
.h9h1w.y3c6kz .n0w8p6ez,
.h9h1w.y3c6kz .dpp4x,
.h9h1w.y3c6kz .ynfdz,
.h9h1w.y3c6kz .pb7g6gn,
.h9h1w.y3c6kz .r7fdq,
.h9h1w.y3c6kz .h79lwz,
.h9h1w.y3c6kz .l7jfst6,
.h9h1w.y3c6kz .opukfnd { clear: both; }
@media (max-width: 900px) {
  .h9h1w.w8cj .nc2sv,
  .h9h1w.y3c6kz .nc2sv {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .h9h1w.w8cj .nc2sv .e1bp,
  .h9h1w.y3c6kz .nc2sv .e1bp {
    max-height: none !important;
  }
}
.h9h1w.w8cj .bnqxeut,
.h9h1w.w8cj .sridfqa,
.h9h1w.y3c6kz .bnqxeut,
.h9h1w.y3c6kz .sridfqa { overflow: hidden; }
@media (max-width: 640px) {
  .h9h1w.w8cj .nc2sv,
  .h9h1w.y3c6kz .nc2sv { float: none; width: 100%; margin: 0 0 16px 0; }
}
.h34sf937 .j89vy67,
.h34sf937 .w2mc,
.h34sf937 .bkxbtko  { max-width: 1100px; }
.dx416q5 .j89vy67,
.dx416q5 .w2mc,
.dx416q5 .bkxbtko  { max-width: 1150px; }
.dx416q5 { --content-mw: 1150px; }
.bxp10uc5 .j89vy67,
.bxp10uc5 .w2mc,
.bxp10uc5 .bkxbtko  { max-width: 1200px; }
.l25lb { font-size: 0.82rem; color: var(--text-muted); }
.foi13qc { display: flex; align-items: center; }
.bd7teg {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.uraddrm { display: flex; align-items: center; }
.vkyb { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.vkyb:hover { text-decoration: underline; }
.vadapn { margin: 0 3px; opacity: 0.45; }
.vadapn::before { content: '/'; }
.dcxbuhu { padding: 2px 5px; color: var(--text-main); }
.yffariwm .l25lb {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.yffariwm .foi13qc { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.cm7k6sr .l25lb {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.cm7k6sr .foi13qc { padding: 0 0 0 12px; }
.bjquzn .foi13qc { padding: 0 16px; }
.bjquzn .l25lb {
  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);
}
.bjquzn .j89vy67 { padding-top: 28px; }
@media (max-width: 720px) {
  .i8r7hg { margin-top: 18px; padding: 0 16px; }
  .bjquzn .j89vy67 { padding-top: 16px; }
}
.h34sf937.yffariwm .foi13qc { max-width: 1100px; }
.dx416q5.yffariwm .foi13qc { max-width: 1150px; }
.bxp10uc5.yffariwm .foi13qc { max-width: 1200px; }
.dx416q5 .i8r7hg { max-width: 1150px; }
.qo2trh .h9h1w { padding-top: 16px; padding-bottom: 16px; }
.cyte .h9h1w { padding-top: 24px; padding-bottom: 24px; }
.ywbn .h9h1w { padding-top: 40px; padding-bottom: 40px; }
.xw3ui4i .h9h1w { padding-top: 52px; padding-bottom: 52px; }
.fvl163dx .h9h1w:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.fvl163dx .h9h1w:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.fvl163dx .h9h1w:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.fvl163dx .h9h1w:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.dk47ip0 .w2mc { padding-top: 10px;  padding-bottom: 10px; }
.gi6wc .w2mc { padding-top: 18px;  padding-bottom: 18px; }
.xw0z1mz6 .w2mc { padding-top: 36px;  padding-bottom: 36px; }
.xdk3v .w2mc { padding-top: 48px;  padding-bottom: 48px; }
.q3jknvzo h2.cchlvk { font-weight: 600; }
.q3jknvzo h3.nbgt3p4     { font-weight: 600; }
.w6f5 h2.cchlvk { font-weight: 800; }
.w6f5 h3.nbgt3p4     { font-weight: 700; }
.v2lf h2.cchlvk { font-weight: 900; }
.v2lf h3.nbgt3p4     { font-weight: 800; }
.v2lf .ynfdz strong,
.v2lf .ynfdz strong { font-weight: 600; }
.owp4 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.o8dt37k .owp4 { display: none; }
@media (max-width: 640px) { .owp4 { display: none; } }
.owp4 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.owp4:hover { opacity: 0.85; }
.q2gzb .owp4 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.w6nf .owp4,
.hl0l  .owp4 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.w6nf .owp4:hover,
.hl0l  .owp4:hover { opacity: 0.88; }
.q2gzb.w6nf .owp4,
.q2gzb.hl0l  .owp4 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.zeax9x {
  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;
}
.zeax9x:hover { transform: translateY(-2px); opacity: 0.92; }
.zeax9x { background: var(--cta) !important; color: #fff !important; border: none !important; }
.je8lkm .zeax9x { display: none; }
.r55iwx8 .zeax9x { right: 32px; }
.uakd  .zeax9x { left: 32px; }
@media (max-width: 480px) {
  .r55iwx8 .zeax9x { right: 20px; bottom: 20px; }
  .uakd  .zeax9x { left: 20px; bottom: 20px; }
}
.orpnu { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.bkxbtko { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.dvfy2m { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.a61a8 { color: var(--text-dim); font-size: 0.8rem; }
.kc8j a, .ij6yloyi a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.kc8j a:hover, .ij6yloyi a:hover { color: var(--accent-light); }
.ij6yloyi { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.ebjbaqq2 .bkxbtko { text-align: center; }
.ebjbaqq2 .ij6yloyi { justify-content: center; margin-bottom: 16px; }
.ebjbaqq2 .dvfy2m { margin-top: 0; }
.e4jj3dh { margin-top: 10px; }
.e4jj3dh a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .bkxbtko { padding-left: 16px; padding-right: 16px; }
  .cgbea .bkxbtko { padding: 20px 16px; }
  .ij6yloyi { gap: 4px 12px; }
  .dvfy2m { font-size: 0.78rem; }
}
.z30o .dvfy2m { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.z30o .a61a8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .z30o .pvstduc { grid-template-columns: 1fr 1fr; } .z30o .iv3acjo5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .z30o .pvstduc { grid-template-columns: 1fr; } }
.d7tio9j3 .dvfy2m { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .d7tio9j3 .epim5n { gap: 12px; } .d7tio9j3 .jwyq { margin-right: 0; width: 100%; } }
.mrskt .dvfy2m { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.mrskt .a61a8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .mrskt .eux6chj { grid-template-columns: 1fr 1fr; } .mrskt .r4y3j2 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mrskt .eux6chj { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .y48h .er7v { grid-template-columns: 1fr 1fr; } .y48h .am5p7ws3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .y48h .er7v { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .x48b .er7v { grid-template-columns: 1fr; } }
.civ7l8 .bkxbtko { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.civ7l8 .ij6yloyi { justify-content: center; }
.xe2ilup .z126ke      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.xe2ilup .orpnu { background: var(--bg-page); border-top-color: var(--border-alt); }
.j8ks5 .z126ke      { background: #0d1117; border-bottom-color: #21262d; }
.j8ks5 .rfz2dix { color: var(--accent-light); }
.j8ks5 .t66ii { --msep-color: #8b949e; }
.j8ks5 .t66ii a { color: #8b949e; }
.j8ks5 .t66ii a:hover { color: var(--accent-light); }
.j8ks5 .py1b5 { color: #8b949e; }
.j8ks5 .orpnu { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.j8ks5 .dvfy2m,
.j8ks5 .a61a8 { color: #6e7681; }
.j8ks5 .kc8j a, .j8ks5 .ij6yloyi a,
.j8ks5 .kc8j a:hover, .j8ks5 .ij6yloyi a:hover,
@media (max-width: 640px) {
  .j8ks5 .t66ii { background: #0d1117; border-top-color: #21262d; }
  .j8ks5 .t66ii li a { border-bottom-color: #21262d; }
}
.wllhi .z126ke      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.wllhi .rfz2dix { color: var(--accent-light); }
.wllhi .t66ii { --msep-color: #475569; }
.wllhi .t66ii a { color: #475569; }
.wllhi .t66ii a:hover { color: var(--accent-light); }
.wllhi .py1b5 { color: #64748b; }
.wllhi .orpnu { background: #f0f4f8; border-top-color: #cbd5e1; }
.wllhi .dvfy2m,
.wllhi .a61a8 { color: #64748b; }
.wllhi .kc8j a, .wllhi .ij6yloyi a,
.wllhi .kc8j a:hover, .wllhi .ij6yloyi a:hover,
@media (max-width: 640px) {
  .wllhi .t66ii { background: #f0f4f8; border-top-color: #cbd5e1; }
  .wllhi .t66ii li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.w6nf .z126ke      { background: var(--accent); border-bottom-color: var(--accent-light); }
.w6nf .rfz2dix { color: #fff; }
.w6nf .t66ii { --msep-color: rgba(255,255,255,0.82); }
.w6nf .t66ii a { color: rgba(255,255,255,0.82); }
.w6nf .t66ii a:hover { color: #fff; }
.w6nf .py1b5 { color: rgba(255,255,255,0.9); }
.w6nf .orpnu { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.w6nf .dvfy2m,
.w6nf .a61a8 { color: rgba(255,255,255,0.72); }
.w6nf .kc8j a, .w6nf .ij6yloyi a,
.w6nf .kc8j a:hover, .w6nf .ij6yloyi a:hover,
@media (max-width: 640px) {
  .w6nf .t66ii { background: var(--accent); border-top-color: var(--accent-light); }
  .w6nf .t66ii li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.hl0l .z126ke {
  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);
}
.hl0l .orpnu {
  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) {
  .hl0l .t66ii {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.n7eoa4 .xsyd { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.qd5wjzis .xsyd { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.c3u9z .xsyd { min-height: 72px; height: auto; }
.bjdk45ne .xsyd { min-height: 84px; height: auto; }
.cgbea .xsyd { max-width: none; padding: 0 32px; }
.cgbea .bkxbtko  { max-width: none; padding: 24px 32px; }
.l0vry.dx416q5 .xsyd { max-width: 1150px; }
.l0vry.bxp10uc5 .xsyd { max-width: 1200px; }
.fgihiv   .rfz2dix, .fgihiv   .jwyq { text-transform: capitalize; }
.we6qf .rfz2dix, .we6qf .jwyq { text-transform: lowercase; }
.kn1c2h .rfz2dix, .kn1c2h .jwyq { text-transform: uppercase; letter-spacing: 0.06em; }
.wn4na32, .tjqp {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lr5lts .wn4na32,
.lul61a .wn4na32,
.d607 .wn4na32,
.kh2ww2 .wn4na32,
.bvin0y   .t66ii a { font-weight: 500; }
.mo9lo4 .t66ii a { font-weight: 600; }
.p6l6     .t66ii a { font-weight: 700; }
.jn7i    .t66ii a { font-weight: 800; letter-spacing: 0.01em; }
.fz9t     .t66ii > li + li::before,
.avy7z9t    .t66ii > li + li::before,
.vbms9    .t66ii > li + li::before,
.ev38vwk1 .t66ii > li + li::before,
.cyozpv .t66ii > li + li::before,
.vuxjg  .t66ii > li + li::before,
.fpumnz8    .t66ii > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.fz9t     .t66ii > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.avy7z9t    .t66ii > li + li::before { content: "|"; }
.vbms9    .t66ii > li + li::before { content: "—"; }
.ev38vwk1 .t66ii > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.cyozpv .t66ii > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.vuxjg  .t66ii > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.fpumnz8    .t66ii > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .zz9o1u8 .py1b5,
  .dc9r2gz .py1b5,
  .br2u .py1b5,
  .hxgqk1xz .py1b5,
  .uaqah .py1b5 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .zz9o1u8 .py1b5::before,
  .dc9r2gz .py1b5::before,
  .br2u .py1b5::before,
  .hxgqk1xz .py1b5::before,
  .uaqah .py1b5::before { content: ""; display: block; flex-shrink: 0; }

  
  .zz9o1u8 .py1b5::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;
  }

  
  .dc9r2gz .py1b5::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;
  }

  
  .br2u .py1b5::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;
  }

  
  .hxgqk1xz .py1b5::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;
  }

  
  .uaqah .py1b5::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) {
  .v47z9f .py1b5 {
    padding: 5px 14px;
  }
  .v47z9f .t66ii {
    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;
  }
  .v47z9f .t66ii li a {
    border-bottom: none; padding: 10px 22px;
  }
  .v47z9f .t66ii li a:hover { background: var(--bg-raised); }
  .v47z9f .x88r0nw8,
  .hjzvj8 .x88r0nw8,
  .s7vsl0 .x88r0nw8 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .jj7w .py1b5 {
    padding: 5px 10px;
  }
  .jj7w .t66ii {
    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);
  }
  .jj7w .t66ii.a3h1w { transform: translateX(0); }
  .jj7w .t66ii li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .jj7w .t66ii li:last-child a { border-bottom: none; }
  .w6nf .t66ii,
  .j8ks5 .t66ii { background: var(--accent) !important; }
  .w6nf .t66ii li a,
  .j8ks5 .t66ii li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .s7vsl0 .py1b5 {
    padding: 5px 10px;
  }
  .s7vsl0 .t66ii {
    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);
  }
  .s7vsl0 .t66ii::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .s7vsl0 .t66ii.a3h1w { transform: translateY(0); }
  .s7vsl0 .t66ii li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .laarf1k .py1b5 {
    padding: 5px 10px;
  }
  .laarf1k .t66ii {
    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;
  }
  .laarf1k .t66ii.a3h1w { opacity: 1; pointer-events: auto; }
  .laarf1k .t66ii li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .zwdlun5i     .py1b5 { border-radius: 0 !important; }
  .liky0d9p   .py1b5 { border-radius: 8px !important; }
  .hru9a3j .py1b5 { border-radius: 50% !important; }
  .ag3shw   .py1b5 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .kvt3mh .wbnm3w { flex-direction: column; align-items: stretch; }
  .kvt3mh .x266k { flex-direction: row; min-width: auto; }
  .kvt3mh .r9t4 { align-items: flex-start; text-align: left; }
}
.gl8w7,
.gl8w7.h9h1w,
.v7si .gl8w7,
.rlhih0a6 .gl8w7,
.dl4gdq5 .gl8w7,
.xub53cys .gl8w7 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.nmjrh77 {
  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;
}
.o9hit { flex: 1 1 280px; min-width: 0; }
.b6ht {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.a7kjue8s {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.rfygqr {
  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;
}
.rfygqr:hover { transform: translateY(-1px); opacity: 0.95; }
.h94rdkr .nmjrh77 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.h94rdkr .b6ht { color: var(--cta); }
.h94rdkr .a7kjue8s { color: var(--text-body); }
.h94rdkr .rfygqr {
  background: var(--cta) !important;
  color: #fff !important;
}
.h5ah .nmjrh77 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.h5ah .b6ht { color: var(--text-primary); }
.h5ah .a7kjue8s { color: var(--text-body); }
.h5ah .rfygqr {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .nmjrh77 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .o9hit { flex: 0 0 auto; }
  .b6ht { font-size: 1.2rem; }
  .rfygqr { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.cj2z33 .oeg2 { height: 36px; }
.pjhc .oeg2 { height: 60px; max-width: 200px; }
.sxmpz .oeg2 { height: 76px; max-width: 240px; }
.lwq6go     .itj94, .lwq6go     .pkae1 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.ifcqo .sgie {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.ifcqo .pvsa {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .srmnfw82 .h79lwz {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .srmnfw82 .lwaz4n {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .srmnfw82 .lwaz4n { padding: 40px 16px 20px; }
  .srmnfw82 .eaax {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .srmnfw82 .vgq3 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .gcpwke .lwaz4n {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .gcpwke .lwaz4n::before {
    position: absolute; top: 14px; left: 14px;
  }
  .gcpwke .psql {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .gcpwke .jf6hr2 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .gcpwke .eaax {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .gcpwke .vgq3 { width: 100%; min-width: 0; }
  .gcpwke .itj94 { min-width: 0; }
}
.sytaysw .lwaz4n::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ifgbn .mvzj {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ifgbn .mvzj summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ifgbn .mvzj p { padding: 0 2px 16px; }
.qxzlg .mvzj { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.qxzlg .mvzj summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.qxzlg .mvzj summary::after { content: "›"; font-size: 1.2em; }
.qxzlg .mvzj[open] summary::after { content: "‹"; }
.qxzlg .mvzj p { padding: 10px 22px 4px; }
.vh07 .mvzj {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.vh07 .mvzj summary { color: var(--text-primary); padding-left: 16px; }
.vh07 .mvzj summary::after { content: "›"; font-size: 1.1em; }
.vh07 .mvzj[open] summary::after { content: "‹"; }
.vh07 .mvzj p { padding-left: 16px; }
.ep0ocwza .v53ka3u { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ep0ocwza .mvzj {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ep0ocwza .mvzj:last-child { border-bottom: none; }
.ep0ocwza .mvzj summary { color: var(--text-primary); border-radius: 0; }
.ep0ocwza .mvzj summary::after { content: "›"; font-size: 1.1em; }
.ep0ocwza .mvzj[open] summary::after { content: "‹"; }
.xjiho7z1 .mvzj { overflow: hidden; }
.xjiho7z1 .mvzj summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.xjiho7z1 .mvzj summary::after { color: rgba(255,255,255,.75); }
.xjiho7z1 .mvzj[open] summary { border-radius: 0; }
.ynrsj0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.hmra2z6x {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.jg3uu9 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.qm2nj9op { color: var(--text-muted); font-size: 1.05rem; }
.dlz7fdq {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.w8oor { margin-bottom: 20px; }
.wzz83h {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.n7yx {
  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;
}
.n7yx:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.h2tep { resize: vertical; min-height: 130px; }
.lm95t3t3 { width: 100%; margin-top: 8px; }
.eduzx {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.po8hp {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.zkz7 { color: var(--text-muted); line-height: 1.75; }
.tsoe { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.tsoe li { margin-bottom: 6px; }
.vp5vbu0d { max-width: 760px; margin: 0 auto; }
.a5nu { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.fk3yz { max-width: 760px; margin: 0 auto; }
.wbhd1hut { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.wbhd1hut:last-child { border-bottom: none; }
.bqf6qo { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.wbhd1hut p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.wbhd1hut ul.tsoe { margin: 0; }
.qr7wuj .bqf6qo { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .qr7wuj { grid-template-columns: 1fr; gap: 10px; } }
.js1i2kp .bqf6qo { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.bkfo36 .tsoe { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .v8hyspp1 { grid-template-columns: 1fr; } }
.bu2kfp ul.tsoe { margin: 0; }
.lb6rvyy .tsoe,
.ncoi .tsoe,
.wil7k2uq .tsoe,
.d4yjq9bk .tsoe {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .b4fnjgwz { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .l6fkeg { grid-template-columns: 1fr; } .j83a { position: static; text-align: center; } }
@media (max-width: 860px) { .scywdim { grid-template-columns: 1fr; } }
.d4yjq9bk .tsoe { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .b8nxzqs { flex-direction: column; text-align: center; } .n4w7c4o { grid-template-columns: 1fr; } }
.mbf3lu .jg3uu9 { color: var(--accent-light); }
.lbusmiqn {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.lbusmiqn .jg3uu9 { font-size: 2rem; }
.lbusmiqn .qm2nj9op { max-width: 680px; }
.jvke6d .jg3uu9 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.jvke6d .qm2nj9op  { margin: 0; }
@media (max-width: 640px) { .jvke6d { flex-direction: column; } }
.m7aqj .jg3uu9 { color: var(--accent-light); }
.lnkz6aib .jg3uu9 { color: #fff; }
.lnkz6aib .qm2nj9op  { color: rgba(255,255,255,0.85); }
.wgjdu8no { max-width: 680px; margin: 0 auto; }
.ylfzpcg {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .ylfzpcg { grid-template-columns: 1fr; } }
.sgwl2 .n7yx {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.sgwl2 .n7yx:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.dv76ew .n7yx { background: var(--bg-raised); border-color: transparent; }
.dv76ew .n7yx:focus { background: var(--bg-card); border-color: var(--accent-light); }
.xs61sx1 .n7yx { border-radius: 100px; padding: 11px 20px; }
.xs61sx1 .h2tep { border-radius: 14px; }
.ctn6 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.ctn6 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;
}
.ctn6 summary::-webkit-details-marker { display: none; }
.ctn6 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.ctn6[open] summary::after { content: "−"; }
.s3xp {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .ygwv14 { grid-template-columns: 1fr; } }
.s9i5 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.s9i5 li { margin-bottom: 6px; }
.zm4w{position:relative;overflow:visible}
.rh4fnu8 .tafw{display:block}
.ltm9lv .vmmzd{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.ltm9lv .iy798h::before{content:""}
.fmndaqi7{--date-bg:transparent}
.e29m8u0 .iy798h::before{content:""}
.mxtkn0ku .gltar{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .gltar{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .tyzxgsa{max-width:100%}
}
.opukfnd{margin:24px 0 32px;padding:0;list-style:none}
.q8tp3cz{margin:18px 0 28px}
.q8tp3cz .dpp4x{margin:0}
@media (max-width:560px){
  .gnuprkqt{grid-template-columns:repeat(2,1fr);gap:12px}
}
.k3tty5p{
  display:grid;
  grid-template-columns:repeat(4, 1fr);  
  gap:14px;
  margin:16px 0;
}
.l2sl8{
  display:flex; flex-direction:column;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:10px;
  overflow:hidden;
  text-decoration:none;
  color:var(--text-primary);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.l2sl8:hover{ background:var(--bg-hover); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.qhoycql{
  display:block; width:100%; aspect-ratio: 4 / 3;
  background:var(--bg-surface); overflow:hidden;
}
.qhoycql img{ width:100%; height:100%; object-fit:cover; display:block; }
.k7s611{ display:flex; flex-direction:column; gap:2px; padding:10px 12px; }
.zbb2{ font-weight:700; font-size:.95rem; line-height:1.25; color:var(--cta); }
.k85wzy{ font-size:.78rem; color:var(--text-muted); }
.hyay{ font-size:.75rem; color:var(--cta); font-weight:700; }
.zc9eht{
  display:block; text-align:center; padding:8px 12px; margin:0 12px 12px;
  font-size:.82rem; border-radius:6px;
}
.a762y{ display:flex; flex-direction:column; gap:18px; margin:16px 0; }
.bjwj{ }
.h3pyc{
  font-size:1rem; font-weight:700;
  margin:0 0 10px;
  text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted);
}
.gxto{
  display:flex; flex-wrap:wrap; gap:10px;
}
.qrkjz{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:90px; min-height:48px; padding:8px 12px;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:6px;
}
.qrkjz img{
  max-width:80px; max-height:32px; object-fit:contain; display:block;
}
@media (max-width:560px){
  .k3tty5p{ grid-template-columns: repeat(2, 1fr); gap:10px; }
  .zbb2{ font-size:.85rem; }
  .rndlaae{ grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}
.nyfu86ir .k3tty5p{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}
.nyfu86ir .qhoycql{ aspect-ratio: 3 / 4; }
.nyfu86ir .k7s611{ padding: 14px 14px 6px; }
.nyfu86ir .zc9eht{ margin: 0 14px 14px; padding: 10px 14px; font-size: .9rem; }
.shg9jwk9 .k3tty5p{
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.shg9jwk9 .l2sl8{
  flex: 0 0 200px;
  scroll-snap-align: start;
}
.shg9jwk9 .qhoycql{ aspect-ratio: 1 / 1; }
.shg9jwk9 .k7s611{ padding: 8px 10px; }
.shg9jwk9 .zbb2{ font-size: .82rem; }
.shg9jwk9 .k85wzy, .shg9jwk9 .hyay{ display: none; }
.shg9jwk9 .zc9eht{ margin: 0 10px 10px; padding: 6px 10px; font-size: .75rem; }
.a1fd .k3tty5p{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}
.a1fd .l2sl8{
  background: transparent !important;
  border: 2px solid var(--accent) !important;
  border-radius: 6px !important;
}
.a1fd .zbb2{ color: var(--text, #fff); }
.a1fd .k85wzy{ color: var(--text-muted, #999); }
@media (max-width: 700px) {
  .nyfu86ir .k3tty5p,
  .a1fd .k3tty5p {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}
@media (max-width: 560px) {
  .qrkjz { min-width: 72px !important; }
  .qrkjz img { max-width: 64px !important; }
}
.wu94kw1j .o33wxpd{
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.wu94kw1j .o33wxpd:hover{
  background: rgba(255,255,255,0.07) !important;
  box-shadow: 0 0 0 1px var(--accent), inset 0 1px 0 rgba(255,255,255,0.06);
}
.abuvf .h3pyc{ display: none; }
.abuvf .a762y{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.abuvf .bjwj{ display: contents; }
.abuvf .gxto{ display: contents; }
.voav .qrkjz{
  border-radius: 999px !important;
  padding: 6px 14px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  gap: 8px;
}
.voav .qrkjz img{ max-width: 36px !important; max-height: 22px !important; }
.voav .qrkjz::after{
  content: attr(title);
  font-size: .8rem;
  color: var(--text, #fff);
  font-weight: 500;
}
.m7koq .a762y{ gap: 10px; }
.m7koq .h3pyc{
  display: inline-block; min-width: 110px; margin: 0 12px 0 0; opacity: .55;
  font-size: .72rem;
}
.m7koq .bjwj{
  display: flex; align-items: center; flex-wrap: wrap;
}
.m7koq .gxto{ flex: 1; gap: 8px; }
.m7koq .qrkjz{
  min-width: 70px !important; min-height: 36px !important; padding: 4px 8px !important;
}
.m7koq .qrkjz img{ max-height: 22px !important; }
.cxxg2 .k3tty5p{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}
.cxxg2 .l2sl8{
  position: relative;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--bg-surface) !important;
}
.cxxg2 .qhoycql{
  aspect-ratio: 3 / 4;
  display: block;
}
.cxxg2 .qhoycql img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease, filter .25s ease;
}
.cxxg2 .k7s611{
  
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 14px 8px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px !important;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.cxxg2 .zbb2{
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.cxxg2 .k85wzy,
.cxxg2 .hyay{
  color: rgba(255,255,255,0.85) !important;
  font-size: .72rem;
}
.cxxg2 .zc9eht{
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -40%);
  margin: 0 !important;
  padding: 10px 22px !important;
  font-size: .9rem !important;
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.cxxg2 .l2sl8:hover .qhoycql img{
  transform: scale(1.06);
  filter: brightness(0.55);
}
.cxxg2 .l2sl8:hover .k7s611{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cxxg2 .l2sl8:hover .zc9eht{
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media (max-width: 700px){
  .cxxg2 .k3tty5p{ grid-template-columns: repeat(2, 1fr) !important; }
  
  .cxxg2 .k7s611{ opacity: 1; transform: none; }
  .cxxg2 .zc9eht{ opacity: 1; transform: translate(-50%, -50%); }
  .cxxg2 .qhoycql img{ filter: brightness(0.8); }
}
.qy11hxh6 .i4l59r6n::first-letter{
  float: left;
  font-size: 3.4em;
  line-height: .9;
  font-weight: 800;
  color: var(--cta);
  padding: 4px 12px 0 0;
  margin-top: 4px;
}
.qy11hxh6 .i4l59r6n{
  
  line-height: 1.7;
  margin-bottom: 18px;
}
.kynvkmvg .i4l59r6n,
.kynvkmvg .wp4qs{
  position: relative;
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.65;
  color: var(--text-primary);
  margin: 8px 0 22px;
}
.kynvkmvg .d3aogz2j { padding: 8px 0 8px 56px; }
.kynvkmvg .d3aogz2j::before {
  content: "\201C"; position: absolute; left: 4px; top: -10px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.kynvkmvg .yzstw { padding: 8px 56px 8px 0; text-align: right; }
.kynvkmvg .yzstw::after {
  content: "\201D"; position: absolute; right: 4px; bottom: -18px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.kynvkmvg .cgpkgon { padding: 8px 22px; }
.kynvkmvg .cgpkgon::before,
.kynvkmvg .cgpkgon::after {
  font-family: Georgia, "Times New Roman", serif; font-size: 1.8em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700; vertical-align: -0.05em;
}
.kynvkmvg .cgpkgon::before { content: "\00AB\00A0"; margin-right: 4px; }
.kynvkmvg .cgpkgon::after  { content: "\00A0\00BB"; margin-left: 4px; }
.kynvkmvg .jen6l {
  padding: 6px 0 6px 16px;
  border-left: 3px solid var(--cta);
}
.kynvkmvg .pe3kel { padding: 32px 0 8px 0; }
.kynvkmvg .pe3kel::before {
  content: "\201C"; position: absolute; left: 0; top: -6px;
  font-family: Georgia, "Times New Roman", serif; font-size: 2.6em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.kynvkmvg .rsuqzf {
  padding: 18px 24px; text-align: center; font-size: 1.15em;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.pb7g6gn { padding-top: 6px; }
.pb7g6gn .nbgt3p4{
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.pb7g6gn .nbgt3p4::after{
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: var(--cta);
  opacity: .55;
}
.pb7g6gn p { margin: 0 0 10px; }
.pb7g6gn p:last-child { margin-bottom: 0; }
.r7fdq{
  position: relative;
  padding-left: 16px;
  margin-top: 18px;
  font-style: italic;
  color: var(--text-muted);
  border-left: 3px solid var(--cta);
}
.icjcu{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 14px 0;
}
.bnsp5{
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px;
  transition: border-color .15s ease, background .15s ease;
}
.bnsp5:hover{ border-color: var(--cta); background: var(--bg-hover); }
.bbhp1{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  position: relative;
  
  display: none;
}
.bbhp1::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(255,255,255,.3) 100%);
  border-radius: inherit;
}
.kp3gzbv{ flex: 1; min-width: 0; }
.d78pd{
  font-weight: 700;
  font-size: .95rem;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.25;
}
.tt7mpvv{
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.icjcu.nzg7twjc .bnsp5 { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
.icjcu.nzg7twjc .bbhp1 { width: 36px; height: 36px; }
.icjcu.nzg7twjc .kp3gzbv { text-align: center; }
.icjcu.am7i2t6 .bnsp5 { border: 2px solid var(--cta); background: var(--bg-card-inner); }
.icjcu.qcd0to { counter-reset: fgb-c; }
.icjcu.qcd0to .bnsp5 { counter-increment: fgb-c; }
.uf5o {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}
.n0w8p6ez.hylq .ugx44l { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.n0w8p6ez.hylq .i7y3cfrr { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.n0w8p6ez.hylq .ykuvkp { grid-row: 1 / span 3; grid-column: 1; width: 48px; height: 48px; margin: 0; }
.n0w8p6ez.hylq .wfhr { grid-column: 2; text-align: left; padding: 0; }
.n0w8p6ez.hylq .z2av { grid-column: 2; text-align: left; padding: 0; }
.n0w8p6ez.hylq .vc4ko5 { grid-column: 2; padding-left: 18px; }
.n0w8p6ez.onlpob .i7y3cfrr,
.n0w8p6ez.onlpob .ykuvkp { display: none; }
.n0w8p6ez.onlpob .ugx44l { padding: 16px 18px; text-align: left; }
.n0w8p6ez.onlpob .wfhr { text-align: left; }
.n0w8p6ez.onlpob .z2av { text-align: left; }
.n0w8p6ez.k7490b { counter-reset: clb-n; }
.n0w8p6ez.k7490b .ugx44l { counter-increment: clb-n; }
.n0w8p6ez.k7490b .i7y3cfrr { display: none; }
.n0w8p6ez.k7490b .ykuvkp { width: 32px; height: 32px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; border: 0; margin: 14px auto 4px; color: #fff; font-weight: 700; }
.n0w8p6ez.k7490b .ykuvkp::before { content: counter(clb-n); font-family: inherit; }
.n0w8p6ez.k7490b .ykuvkp::after { display: none; }
.n0w8p6ez.k7490b .ugx44l:not(:has(.ykuvkp)) .wfhr::before { content: counter(clb-n) ". "; color: var(--cta); font-weight: 700; }
.f2thmvct .ugx44l { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.f2thmvct .i7y3cfrr { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.f2thmvct .wfhr { grid-column: 2; text-align: left; padding: 0; }
.f2thmvct .z2av { grid-column: 2; text-align: left; padding: 0; }
.f2thmvct .vc4ko5 { grid-column: 2; padding-left: 18px; }
.bf52ude .n0w8p6ez { counter-reset: cl-n; }
.bf52ude .ugx44l { counter-increment: cl-n; }
.bf52ude .i7y3cfrr { display: none; }
.bf52ude .ugx44l:not(:has(.ykuvkp)) .wfhr::before { content: counter(cl-n) ". "; color: var(--cta); font-weight: 700; }
.rkcieoel .i7y3cfrr,
.rkcieoel .ugx44l { padding: 16px 18px; text-align: left; }
.rkcieoel .wfhr { text-align: left; }
.rkcieoel .z2av { text-align: left; }
.hsdjqwgg .bnsp5 { border: 0; border-left: 3px solid var(--cta); border-radius: 0 8px 8px 0; padding-left: 14px; background: transparent; }
.hsdjqwgg .bbhp1 { display: none; }
.o1lhys .bnsp5 { border: 0; background: var(--bg-card-inner); }
.o1lhys .bbhp1 { width: 36px; height: 36px; border-radius: 18px; background: rgba(255,255,255,0.06); }
.o1lhys .bbhp1::after { background: radial-gradient(circle at 50% 50%, var(--cta) 0 6px, transparent 7px); inset: 0; opacity: 0.9; }
.v2koer .icjcu { counter-reset: fg-c; }
.v2koer .bnsp5 { counter-increment: fg-c; }
.v2koer .bbhp1 { width: 30px; height: 30px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; }
.v2koer .bbhp1::after { content: counter(fg-c); position: static; background: none; color: #fff; font-weight: 700; font-size: 0.9rem; line-height: 1; }
.lnk0jo .bnsp5 { border: 0; background: transparent; padding: 10px 4px; }
.lnk0jo .bnsp5 + .bnsp5 { border-top: 1px solid var(--border); }
.lnk0jo .bbhp1 { width: 6px; height: 6px; border-radius: 50%; margin-top: 9px; }
.lnk0jo .bbhp1::after { display: none; }
.boq19 .bnsp5 { border: 0; background: var(--bg-card); padding: 12px 14px; }
.boq19 .bbhp1 { width: 8px; height: 8px; border-radius: 50%; margin-top: 7px; }
.boq19 .bbhp1::after { display: none; }
.gfnu .bnsp5 { display: block; position: relative; padding: 14px 16px 14px 44px; }
.gfnu .bbhp1 { position: absolute; top: 14px; left: 14px; width: 20px; height: 20px; border-radius: 4px; }
.gfnu .kp3gzbv { display: block; }
.tj5c .bnsp5 { background: transparent; }
.tj5c .bbhp1 { background: transparent; border: 2px solid var(--cta); width: 32px; height: 32px; }
.tj5c .bbhp1::after { background: linear-gradient(135deg, var(--cta) 0%, transparent 60%); opacity: 0.5; }
@media (max-width: 560px){
  .qa5yk2{ grid-template-columns: repeat(2, 1fr); padding: 14px 10px; }
  .hgaxvm{ font-size: 1.4rem; }
}
@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) {
  .l2xt9a6 { padding: 28px 18px 20px; }
  .a4vx4n { font-size: 1.2rem; }
  .lccpsl6r { max-width: 220px; max-height: 80px; }
}
.ormbxo0 .h9h1w {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ormbxo0 .w2mc {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ormbxo0 .nmjrh77 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.l039odfm  .j0t93 { border-radius: 6px; }
.plnl .nmjrh77 { align-items: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .j0t93 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
@media (max-width: 640px) {
  .yzwiqq { display: none; }
  .owp4 {
    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;
  }
}
.lqpe .hif1p8r,
.lqpe .j89vy67 h2, .lqpe .j89vy67 h3, .lqpe .j89vy67 h4,
.lqpe .wfhr h3, .lqpe .d78pd,
.lqpe .jwqflcti, .lqpe .cchlvk { color: var(--cta) !important; }
.lqpe .ynfdz,
.lqpe .bijw3vxq,
.lqpe .x50c8m,
.lqpe .gzl4jb {
  background: var(--accent-bg) !important;
  border-color: var(--cta) !important;
}
.lqpe .ynfdz strong { color: var(--cta) !important; }
.lqpe .ynfdz .okf27,
.lqpe .ynfdz .okf27::before { color: var(--cta) !important; }
.lqpe [data-c] {
  color: var(--cta) !important;
  background: color-mix(in srgb, var(--cta) 14%, transparent) !important;
}
.lqpe .qa5yk2, .lqpe .shfv,
.lqpe .qimdxz, .lqpe .vy8iosf,
.lqpe .ugx44l { border-color: var(--cta) !important; }
.lqpe .hgaxvm { color: var(--cta) !important; }
.p0ua, .zc2o4p, .owp4, .zeax9x,
.rfygqr, .rp86qrc, .vgq3 { text-transform: capitalize; }
:root {
  --accent:          #16142e;
  --brand:           #16142e;
  --brand-light:     #c8101e;
  --brand-pale:      #c8101e;
  --grad-start:      #000000;
  --grad-end:        #0d0c1c;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #c8101e;
  --cta-light:       #e93b48;
  --cta-hover:       #ec1424;
  --bg-page:         #090811;
  --bg-surface:      #0e0d1b;
  --bg-card:         #141225;
  --bg-card-inner:   #19172f;
  --bg-raised:       #1f1c39;
  --bg-hover:        #242144;
  --border:          #2b2851;
  --border-alt:      #363266;
  --border-section:  #2b2851;
  --text-primary:    #e4e4e6;
  --text-muted:      #a2a1a9;
  --text-body:       #c9c9ce;
  --text-sub:        #a2a1a9;
  --text-faint:      #6e6d78;
  --text-dim:        #55555d;
  --text-label:      #878691;
  --text-value:      #bcbcc2;
  --accent-bg:       #1c1b21;
  --accent-bg-light: #282734;
  --bg-tip:          #162621;
  --bg-warning:      #272115;
  --bg-info:         #161b26;
  --bg-pros:         #162621;
  --bg-cons:         #26161b;
  --c-pros:          #8ee0c9;
  --c-cons:          #e689a3;
  --c-pros-label:    #66d5b6;
  --c-tip-border:    #4acea8;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #8ee0c9;
}
:root { --logo-bg-opacity: 52%; }
body, button, input { font-family: "Kanit", sans-serif; }
.o7qbx .okf27 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.o7qbx .okf27::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.o7qbx .bijw3vxq     .okf27::before { content: "";  color: var(--c-tip-border); }.o7qbx .x50c8m .okf27::before { content: ""; color: var(--c-warn-border); }.o7qbx .gzl4jb    .okf27::before { content: ""; color: #60a5fa; }.kmtjb2ot .o7qbx .bijw3vxq     .okf27::before { color: #10b981; }.kmtjb2ot .o7qbx .x50c8m .okf27::before { color: #f43f5e; }.kmtjb2ot .o7qbx .gzl4jb    .okf27::before { color: #a855f7; }.aeij6pim  .o7qbx .bijw3vxq     .okf27::before { color: #eab308; }.aeij6pim  .o7qbx .x50c8m .okf27::before { color: #ef4444; }.aeij6pim  .o7qbx .gzl4jb    .okf27::before { color: #f97316; }.vmjigup  .o7qbx .bijw3vxq     .okf27::before { color: #38bdf8; }.vmjigup  .o7qbx .x50c8m .okf27::before { color: #818cf8; }.vmjigup  .o7qbx .gzl4jb    .okf27::before { color: #2dd4bf; }.t66ujfrj .o7qbx .okf27::before { color: var(--accent-light) !important; }
.ep0xs1h .gdaz711g, .ep0xs1h .wsap { min-height: 520px; }
.vadapn::before { content: '/'; }
.qnwpgl .iise2r {  background: linear-gradient(135deg, rgba(0,0,0,0.88) 0%,  rgba(0,0,0,0.72) 55%, var(--accent-bg) 100%); }.qnwpgl .e5ht {  filter: brightness(0.42); }.qnwpgl .dxu08z {  background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.8)); }