:root {
  --color-accent: #7c3650;
  --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;
}
.el2qem {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ku2we5df {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.h9138aum {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.v98qqhc { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.pzkg9u3 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.pzkg9u3 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.pzkg9u3 a:hover { color: var(--accent-light); }
.bmibl     .dnspvhh { border-radius: 24px; padding: 8px; }
.bmibl .dnspvhh li a { border-radius: 16px; }
.puwn8r .dnspvhh li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .dnspvhh {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .wdec:hover .dnspvhh,
  .wdec:focus-within .dnspvhh { display: block; }
  .dnspvhh li a { padding: 8px 16px; font-size: 0.88rem; }
}
.c9ca {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ev94 { display: none; }
@media (max-width: 640px) {
  .ev94 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ev94.ma5fn { display: block; }
}
@media (max-width: 640px) {
  .c9ca { display: block; }
  .pzkg9u3 > li + li::before { display: none !important; }
  .pzkg9u3 {
    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;
  }
  .pzkg9u3.ma5fn { display: flex; }
  .pzkg9u3 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .pzkg9u3 li:last-child a { border-bottom: none; }
}
.o2vsj { min-height: 480px; }
.jtfouo {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.v2w7w { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.fupjq00v .v2w7w { margin-left: 0; margin-right: 0; }
.x63kn8jb {
  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;
}
.w2x7pui .x63kn8jb { margin-top: 24px; }
.x63kn8jb:hover { opacity: 0.88; }
.h43klau {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.dlc5 {
  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%);
}
.h43klau .kxtud2m5 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.h43klau .jtfouo { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.h43klau .v2w7w { color: #e2e8f0; }
.h43klau.uotkr5af .kxtud2m5 { text-align: center; }
.h43klau.fupjq00v   .kxtud2m5 { text-align: left; }
.fz1kf36 .kxtud2m5 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.fz1kf36 .jtfouo { color: var(--text-primary); text-shadow: none; }
.fz1kf36 .v2w7w { color: var(--text-muted); }
.fz1kf36 .x63kn8jb { margin-top: 16px; }
.fz1kf36, .fz1kf36.o2vsj { min-height: auto !important; }
.fz1kf36.uotkr5af .kxtud2m5 { text-align: center; }
.fz1kf36.fupjq00v   .kxtud2m5 { text-align: left; }
.fz1kf36~.izuk0mb{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.fz1kf36~.izuk0mb .cl3ouzos{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.kni0vp {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.imd0 .kni0vp,
.imd0 .kni0vp::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.qr2qvbo .kni0vp,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.rtjm .kni0vp,
.rtjm .h43klau .dlc5 {
  overflow: hidden;
}
.rtjm .kni0vp::after,
.rtjm .h43klau .dlc5::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%); }
}
.pq0ifjdt .kni0vp,
.pq0ifjdt .kni0vp::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.pq0ifjdt .h43klau .dlc5 {
  overflow: hidden;
}
.pq0ifjdt .h43klau .dlc5::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;
}
.t8oce479 .kni0vp,
.t8oce479 .h43klau .dlc5 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.imd0 .h43klau .dlc5 {
  overflow: hidden;
}
.imd0 .h43klau .dlc5::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;
}
.qr2qvbo .h43klau .dlc5 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.kni0vp .dlc5 {
  background: none;
}
.kni0vp .jtfouo { color: #fff; }
.kni0vp .v2w7w { color: rgba(255,255,255,0.85); }
.kni0vp .x63kn8jb { background: #fff; color: var(--cta); }
.kni0vp .x63kn8jb:hover { opacity: 0.92; }
.f4wez .jtfouo { text-shadow: none; color: var(--text-primary); }
.f4wez .v2w7w { color: var(--text-muted); }
body.p45d17 .jtfouo {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.yujyk .jtfouo {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.o2vsj.kni0vp .jtfouo,
section.kni0vp .jtfouo {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.f4wez.uotkr5af .kgxgc3z { align-items: center; text-align: center; }
.o2vsj .ntmoaxu {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ntmoaxu .xkbgm9 {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas:
    "rank"
    "logo"
    "name"
    "rating"
    "bonus"
    "cta" !important;
  row-gap: 10px !important;
  column-gap: 0 !important;
  padding: 16px 18px 18px !important;
  font-size: 0.95rem;
  align-items: center;
  text-align: center;
}
.ntmoaxu .xkbgm9::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.ntmoaxu .sp4b4 { display: contents !important; }
.ntmoaxu .sp4b4 .f1xm1w {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.ntmoaxu .sp4b4 .mob9pfa9 { max-height: 48px; max-width: 96px; }
.ntmoaxu .sp4b4 .nae1gry {
  display: block !important;
  grid-area: name;
  text-align: center; font-size: 1rem; font-weight: 700;
  line-height: 1.15; min-width: 0; max-width: 100%;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none;
}
.ntmoaxu .tek6iwyn {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.ntmoaxu .pbehv { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.ntmoaxu .q6sgmdfi { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.ntmoaxu .q6sgmdfi small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.ntmoaxu .dvf71kn { display: contents !important; }
.ntmoaxu .dvf71kn .qwsxwz:not(.d7gqo) { display: none !important; }
.ntmoaxu .dvf71kn .d7gqo {
  grid-area: bonus;
  background: var(--accent-bg, rgba(0,0,0,.04)) !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  flex-direction: column !important; align-items: center; gap: 2px;
  min-width: 0; max-width: 100%; text-align: center;
}
.ntmoaxu .dvf71kn .d7gqo .o0txn1qe {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ntmoaxu .dvf71kn .d7gqo .mgyqkgc {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.ntmoaxu .zqcy { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.ntmoaxu .zqcy.tbk0uag {
  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;
}
.ntmoaxu .zqcy.tbk0uag:hover { opacity: 0.85; }
.prjti .kxtud2m5 { padding-bottom: 24px; }
.w2x7pui .kxtud2m5 { max-width: 1100px; }
.mzqc {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px !important;
  margin: 24px 0 28px !important;
}
@media (max-width: 700px) {
  .f4wez { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .f4wez:not(.qc8lc7c) .pz1iiyq7 { display: none !important; }
  .qc8lc7c .pz1iiyq7 { padding: 16px; }
  .kgxgc3z  { padding: 36px 24px; }
  .f4wez~.izuk0mb,.gbu1220h~.izuk0mb{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .o2vsj, .f4wez { min-height: 320px !important; }
  .jtfouo { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ty2h,
  .otfi3,
  .mzqc { grid-template-columns: 1fr !important; }

  

  
  .prjti { display: flex !important; flex-direction: column !important; }
  .prjti .kxtud2m5 { display: contents; }
  .prjti .dlc5 { order: 0; }
  .prjti .jtfouo { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .prjti .ty2h { order: 2; padding: 0 16px 12px !important; }
  .prjti .v2w7w { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .w2x7pui .kxtud2m5 { display: flex; flex-direction: column; }
  .w2x7pui .kxtud2m5 .jtfouo { order: 1; }
  .w2x7pui .kxtud2m5 .mzqc { order: 2; margin: 8px 0 24px !important; }
  .w2x7pui .kxtud2m5 .v2w7w { order: 3; }
  .w2x7pui .kxtud2m5 .x63kn8jb { order: 4; align-self: center; margin-top: 0; }

  
  .f4wez.qc8lc7c {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .f4wez.qc8lc7c .kgxgc3z { display: contents; padding: 0; }
  .f4wez.qc8lc7c .kgxgc3z .jtfouo { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .f4wez.qc8lc7c .pz1iiyq7 { order: 2; padding: 12px 16px; }
  .f4wez.qc8lc7c .kgxgc3z .v2w7w { order: 3; padding: 0 24px; margin: 0 auto; }
  .f4wez.qc8lc7c .kgxgc3z .x63kn8jb { order: 4; align-self: center; margin: 8px 0 32px; }
}
.f1ugfmon { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.q05x { width: 100%; height: auto; display: block; border-radius: 10px; }
.nmllu16g .f1ugfmon        { border-radius: 16px; }
.nmllu16g .q05x  { border-radius: 16px; }
.lu95h17 .f1ugfmon         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.lu95h17 .q05x   { border-radius: 8px; }
.sflw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.cx27qs { width: 100%; padding: 32px 0; position: relative; }
.y9c22 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.dth2 .cx27qs:nth-child(even) { background: var(--bg-surface); }
.dth2 .cx27qs:nth-child(odd)  { background: var(--bg-page); }
.cw7nv78 .cx27qs:nth-child(even) { background: var(--bg-card); }
.cw7nv78 .cx27qs:nth-child(odd)  { background: var(--bg-page); }
.dth2 .cx27qs:nth-child(odd)  .y9c22 { background: var(--bg-card); border-radius: 6px; }
.dth2 .cx27qs:nth-child(even) .y9c22 { background: var(--bg-raised); border-radius: 6px; }
.cw7nv78 .cx27qs:nth-child(odd)  .y9c22 { background: var(--bg-card); border-radius: 6px; }
.cw7nv78 .cx27qs:nth-child(even) .y9c22 { background: var(--bg-raised); border-radius: 6px; }
.dth2 .cx27qs:nth-child(even) .pcev .zefw7ow4,
.cw7nv78 .cx27qs:nth-child(even) .pcev .zefw7ow4 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.dth2 .cx27qs:nth-child(odd) .pcev .zefw7ow4,
.cw7nv78 .cx27qs:nth-child(odd) .pcev .zefw7ow4 { background: var(--bg-card-inner); }
.dth2 .cx27qs:nth-child(even) .hyptwcsj .zefw7ow4:nth-child(odd),
.cw7nv78 .cx27qs:nth-child(even) .hyptwcsj .zefw7ow4:nth-child(odd)  { background: var(--bg-card); }
.dth2 .cx27qs:nth-child(even) .hyptwcsj .zefw7ow4:nth-child(even),
.cw7nv78 .cx27qs:nth-child(even) .hyptwcsj .zefw7ow4:nth-child(even) { background: var(--bg-card-inner); }
h1.wtsw3e5 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.wtsw3e5 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.sq02 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.c8k4fq h2.wtsw3e5 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.xdp8rxhg h2.wtsw3e5 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.wf982 h2.wtsw3e5 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.gljd09l h2.wtsw3e5::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.f2b27t h2.wtsw3e5 {
  color: var(--text-primary); font-size: 1.7rem;
}
.xlux h2.wtsw3e5::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.s0whp h2.wtsw3e5 {
  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;
}
.chck { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .chck { display: none; } }
.gxuj { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.bgva { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.kl9gwd3h {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.q3wj1og { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.g3d1 { padding-left: 20px; }
.g3d1 li { margin-bottom: 6px; }
.g3d1 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.g3d1 a:hover { color: var(--accent-light); }
.m45kt .q3wj1og { display: none; }
.cdcz1 .q3wj1og { display: none; }
.cdcz1 .g3d1 { padding-left: 0; list-style: none; }
.cdcz1 .g3d1 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.cdcz1 .g3d1 a { font-size: 0.92rem; }
.z60slg .kl9gwd3h { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.z60slg .q3wj1og { display: none; }
.z60slg .g3d1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.z60slg .g3d1 li { margin-bottom: 0; }
.z60slg .g3d1 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;
}
.z60slg .g3d1 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.az3fkkaf .kl9gwd3h { padding: 20px 20px 16px; }
.az3fkkaf .g3d1 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.az3fkkaf .g3d1 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.az3fkkaf .g3d1 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;
}
.az3fkkaf .g3d1 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;
}
.az3fkkaf .g3d1 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.az3fkkaf .g3d1 a:focus,
.az3fkkaf .g3d1 a:focus-visible,
.az3fkkaf .g3d1 a:target { outline: none; }
.az3fkkaf .g3d1 li:target a { border-color: var(--border); color: var(--text-muted); }
.fpgzqy .kl9gwd3h { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.fpgzqy .q3wj1og { display: none; }
.fpgzqy .g3d1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.fpgzqy .g3d1 li { margin-bottom: 0; }
.fpgzqy .g3d1 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.fpgzqy .g3d1 li:last-child::after { content: ""; margin-right: 0; }
.fpgzqy .g3d1 a { font-size: 0.9rem; }
.zefw7ow4 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.pcev .zefw7ow4 { background: var(--bg-card); }
.hyptwcsj .zefw7ow4:nth-child(odd)  { background: var(--bg-card); }
.hyptwcsj .zefw7ow4:nth-child(even) { background: var(--bg-raised); }
.o3wjx .zefw7ow4 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.o3wjx .zefw7ow4:last-child { border-bottom: none; }
.o3wjx h3.sq02 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.shuc0 .zefw7ow4 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.shuc0 .zefw7ow4 + .zefw7ow4 { margin-top: 4px; }
.jijg5 .zefw7ow4 { background: none; border-radius: 0; padding: 12px 0; }
.jijg5 .zefw7ow4 + .zefw7ow4 { border-top: 1px solid var(--border-section); }
.b83n { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.qkyrc { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.e5j6sji4 { color: var(--text-body); margin-bottom: 10px; }
.uv7ik, .saq4i90g { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.uv7ik li, .saq4i90g li { margin-bottom: 6px; }
.saq4i90g li { list-style: decimal; }
.v4ry     .uv7ik { list-style-type: "● "; }
.jwa00  .uv7ik { list-style-type: "■ "; }
.a4rxyozk .uv7ik { list-style-type: "◆ "; }
.bytpo    .uv7ik { list-style-type: "★ "; }
.v4ry     .kgzc96n { list-style-type: "● "; }
.jwa00  .kgzc96n { list-style-type: "■ "; }
.a4rxyozk .kgzc96n { list-style-type: "◆ "; }
.bytpo    .kgzc96n { list-style-type: "★ "; }
.v4ry    .uv7ik li::marker, .v4ry    .kgzc96n li::marker,
.jwa00 .uv7ik li::marker, .jwa00 .kgzc96n li::marker,
.a4rxyozk .uv7ik li::marker, .a4rxyozk .kgzc96n li::marker,
.bytpo   .uv7ik li::marker, .bytpo   .kgzc96n li::marker {
  color: var(--cta); font-size: 1em;
}
.v4ry .saq4i90g,
.jwa00 .saq4i90g,
.a4rxyozk .saq4i90g,
.bytpo .saq4i90g {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.v4ry .saq4i90g li,
.jwa00 .saq4i90g li,
.a4rxyozk .saq4i90g li,
.bytpo .saq4i90g li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.v4ry .saq4i90g li::before,
.jwa00 .saq4i90g li::before,
.a4rxyozk .saq4i90g li::before,
.bytpo .saq4i90g 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;
}
.v4ry     .saq4i90g li::before { border-radius: 50%; }
.jwa00  .saq4i90g li::before { border-radius: 3px; }
.a4rxyozk .saq4i90g li::before { border-radius: 3px; }
.bytpo    .saq4i90g li::before { border-radius: 50%; }
.vdaz6 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.fkxy .vdaz6,
.onvjaq .vdaz6 { background: transparent; border: none; border-radius: 0; }
.akdkqdgx { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.akdkqdgx th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.akdkqdgx td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.akdkqdgx tr:hover td { background: var(--bg-hover); }
.qs40q .akdkqdgx tbody tr:nth-child(even) td { background: var(--bg-surface); }
.zpxo1qn .akdkqdgx { border: 1px solid var(--border-alt); }
.zpxo1qn .akdkqdgx th,
.zpxo1qn .akdkqdgx td { border: 1px solid var(--border-alt); }
.wlt9z .akdkqdgx th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.wlt9z .akdkqdgx td { border-bottom: none; }
.wlt9z .akdkqdgx tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.jini1l3 .akdkqdgx th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.txwn8e9 .vdaz6 {
  overflow: hidden;
}
.txwn8e9 .akdkqdgx th { border-bottom: 1px solid var(--border-alt); }
.txwn8e9 .akdkqdgx tr:last-child td { border-bottom: none; }
.fs9vw { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.t6ori8 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.nccx3b { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.u7sa { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.q8kune { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.kgzc96n { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.kgzc96n 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%}
.l6hh4 .u7sa { background: transparent; text-align: center; }
.lenk .nccx3b {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.cemlv3hz .nccx3b {
  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);
}
.pxsi .t6ori8 { display: grid; grid-template-columns: auto 1fr; }
.pxsi .nccx3b {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.pxsi .u7sa { grid-column: 2; }
.pxsi .q8kune,
.pxsi .kgzc96n { grid-column: 1 / -1; }
.iwic .t6ori8 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.iwic .nccx3b {
  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);
}
.iwic .u7sa { grid-column: 2; }
.iwic .q8kune,
.iwic .kgzc96n { grid-column: 1 / -1; }
.nisjbwr .t6ori8 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.nisjbwr .u7sa { background: none; color: var(--accent-light); font-weight: 700; }
.oo9zlnfg .t6ori8 { 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); }
.oo9zlnfg .u7sa { background: none; color: var(--accent-light); font-weight: 700; }
.b1lbl8q2 .t6ori8 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.b1lbl8q2 .t6ori8:last-child { border-bottom: none; }
.b1lbl8q2 .u7sa { background: none; color: var(--accent-light); font-weight: 700; }
.zsuc9x5 .t6ori8 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.zsuc9x5 .u7sa { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ewhn .fs9vw { counter-reset: card-n; }
.ewhn .t6ori8  { counter-increment: card-n; }
.ewhn .u7sa { display: flex; align-items: center; gap: 10px; }
.ewhn .u7sa::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;
}
.i1nbuw .t6ori8 { background: var(--bg-surface); border: 1px solid var(--border); }
.i1nbuw .u7sa { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.rijktj5 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.fbow77a  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.qkgbai { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.cw0i3z { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.xv2n { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.rijktj5 strong { color: var(--text-primary); font-size: 0.95rem; }
.rijktj5 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.f6a3cj3o { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.wlu35, .fpnvt { border-radius: 8px; padding: 14px; }
.wlu35 { background: var(--bg-pros); }
.fpnvt { background: var(--bg-cons); }
.k4bloim { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.wlu35 .k4bloim { color: var(--c-pros-label); }
.fpnvt .k4bloim { color: #f87171; }
.wlu35 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.fpnvt ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.q05x { width: 100%; height: auto; border-radius: 10px; display: block; }
.tbk0uag {
  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;
}
.tbk0uag:hover { opacity: 0.85; }
.dof888f .tbk0uag  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.dof888f .tbk0uag:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.j0tmp .tbk0uag  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.j0tmp .tbk0uag:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mggf5j .x63kn8jb { border-radius: 50px; }
.mggf5j .tbk0uag  { border-radius: 50px; }
.jnwmq9 .x63kn8jb { padding-left: 22px; padding-right: 22px; }
.jnwmq9 .tbk0uag  { padding-left: 12px; padding-right: 12px; }
.rugik .x63kn8jb { padding-left: 44px; padding-right: 44px; }
.rugik .tbk0uag  { padding-left: 24px; padding-right: 24px; }
.bkm6 .x63kn8jb { padding-left: 56px; padding-right: 56px; }
.bkm6 .tbk0uag  { padding-left: 32px; padding-right: 32px; }
.cvs8y   .x63kn8jb::after, .cvs8y   .tbk0uag::after,
.vm0i2 .x63kn8jb::after, .vm0i2 .tbk0uag::after,
.req21mo    .x63kn8jb::after, .req21mo    .tbk0uag::after,
.r469x    .x63kn8jb::after, .r469x    .tbk0uag::after,
.u0cyv    .x63kn8jb::after, .u0cyv    .tbk0uag::after,
.e5at2pz6     .x63kn8jb::after, .e5at2pz6     .tbk0uag::after,
.wtuy    .x63kn8jb::after, .wtuy    .tbk0uag::after,
.b60t5508   .x63kn8jb::after, .b60t5508   .tbk0uag::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;
}
.cvs8y .x63kn8jb::after, .cvs8y .tbk0uag::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");
}
.vm0i2 .x63kn8jb::after, .vm0i2 .tbk0uag::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");
}
.req21mo .x63kn8jb::after, .req21mo .tbk0uag::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");
}
.r469x .x63kn8jb::after, .r469x .tbk0uag::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");
}
.u0cyv .x63kn8jb::after, .u0cyv .tbk0uag::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");
}
.e5at2pz6 .x63kn8jb::after, .e5at2pz6 .tbk0uag::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");
}
.wtuy .x63kn8jb::after, .wtuy .tbk0uag::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");
}
.b60t5508 .x63kn8jb::after, .b60t5508 .tbk0uag::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");
}
.wj1hu4   .gni20::after, .wj1hu4   .pnp4m7k0::after,
.zry0t .gni20::after, .zry0t .pnp4m7k0::after,
.y97pa    .gni20::after, .y97pa    .pnp4m7k0::after,
.ad95yaef    .gni20::after, .ad95yaef    .pnp4m7k0::after,
.jevjnu    .gni20::after, .jevjnu    .pnp4m7k0::after,
.xk56y     .gni20::after, .xk56y     .pnp4m7k0::after,
.m9hay1l    .gni20::after, .m9hay1l    .pnp4m7k0::after,
.oqgo9   .gni20::after, .oqgo9   .pnp4m7k0::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;
}
.wj1hu4 .gni20::after, .wj1hu4 .pnp4m7k0::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");
}
.zry0t .gni20::after, .zry0t .pnp4m7k0::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");
}
.y97pa .gni20::after, .y97pa .pnp4m7k0::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");
}
.ad95yaef .gni20::after, .ad95yaef .pnp4m7k0::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");
}
.jevjnu .gni20::after, .jevjnu .pnp4m7k0::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");
}
.xk56y .gni20::after, .xk56y .pnp4m7k0::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");
}
.m9hay1l .gni20::after, .m9hay1l .pnp4m7k0::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");
}
.oqgo9 .gni20::after, .oqgo9 .pnp4m7k0::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");
}
.dkc0irr {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
  overflow-x: clip;
  counter-reset: cs-rank;
}
.xkbgm9 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 18px 22px;
  display: grid;
  
  grid-template-columns: auto auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  max-width: 100%;
  counter-increment: cs-rank;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.xkbgm9 > * { min-width: 0; }
.xkbgm9:hover { background: var(--bg-hover); }
.xkbgm9 > [itemprop="item"] { display: contents; }
.xkbgm9 [itemprop="itemReviewed"],
.xkbgm9 [itemprop="reviewRating"] { display: none; }
.xkbgm9::before {
  content: counter(cs-rank);
  grid-column: 1;
  font-size: 1.4rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; width: 28px; text-align: center;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.sp4b4 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.f1xm1w {
  background: var(--accent-bg);
  border-radius: 10px; padding: 6px 10px;
  display: flex; align-items: center; justify-content: center;
  width: 130px; height: 64px; flex-shrink: 0;
}
.mob9pfa9 { max-height: 52px; max-width: 110px; object-fit: contain; }
.nae1gry {
  font-weight: 700; font-size: 1rem;
  color: var(--text-primary); line-height: 1.2;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; hyphens: auto;
}
.b8hm .f1xm1w    { background: #1a1a1a; }
.lvcjz0 .f1xm1w   { background: rgba(128,128,128,.12); }
.u94lv9 .f1xm1w { background: var(--bg-raised); }
.l85d4 .f1xm1w    { background: transparent; padding: 0; }
.tek6iwyn {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.pbehv { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.q6sgmdfi { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.dvf71kn {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.qwsxwz {
  background: var(--accent-bg, rgba(0,0,0,.04));
  border-radius: 10px;
  padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; min-width: 0;
  text-align: center; line-height: 1.25;
}
.o0txn1qe {
  
  color: var(--text-muted);
  opacity: 0.65;
  font-size: .72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.mgyqkgc {
  
  color: var(--accent);
  font-weight: 800; font-size: 1rem; line-height: 1.25;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; word-break: break-word;
}
.zqcy {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.zqcy.tbk0uag {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .xkbgm9 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .xkbgm9::before    { grid-area: rank;   }
  .sp4b4           { grid-area: ident;  }
  .tek6iwyn     { grid-area: rating; min-width: 0; width: auto; }
  .dvf71kn           { grid-area: pills;  }
  .zqcy             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .xkbgm9 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .xkbgm9::before    { justify-self: center; }
  .sp4b4           { width: 100%; }
  .tek6iwyn     { justify-self: center; }
  .dvf71kn           { grid-template-columns: 1fr; }
}
.ycikf {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.i6lzi {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.eqxo0 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.eqxo0 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.pvu4u { flex: 1; }
.pvu4u h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.yvdy { color: var(--c-stars); font-size: 1.1rem; }
.jon5 { margin-bottom: 8px; }
.x8nq { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.fvtj::before   { content: "★ "; color: var(--accent-light); }
.ppbza { flex-shrink: 0; }
.ja48zzzf img.x3a9f { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.fkxy { padding: 20px 24px; }
.hdn9hs { color: var(--text-muted); margin-bottom: 16px; }
.e1edktm { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.jmso3f, .z1huh3 { list-style: none; font-size: 0.9rem; }
.jmso3f li { color: var(--c-pros); margin-bottom: 4px; }
.z1huh3 li { color: var(--c-cons); margin-bottom: 4px; }
.jmso3f li::before { content: "✓"; margin-right: 5px; }
.z1huh3 li::before { content: "✗"; margin-right: 5px; }
.qhizl9mv .jmso3f li::before { content: "→"; }
.qhizl9mv .z1huh3 li::before { content: "–"; }
.ishmu  .jmso3f li::before { content: "★"; }
.ishmu  .z1huh3 li::before { content: "✕"; }
.vu30    .jmso3f li::before { content: "◆"; }
.vu30    .z1huh3 li::before { content: "▲"; }
.lr5vop  .jmso3f li::before { content: "▶"; }
.lr5vop  .z1huh3 li::before { content: "■"; }
.elwt8p { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.hdm1 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.fisemj { background: var(--bg-pros); color: var(--c-tag-pay); }
.bppydod { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.dq0o9o .bppydod { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.f51a .bppydod { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .m1461r .zkjarxu {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .m1461r .ycikf { margin: 0; }
}
.qlx5rywz .i6lzi { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.qlx5rywz .pvu4u h3 { color: var(--accent-light); }
.qlx5rywz .eqxo0 { background: var(--bg-page); border: 1px solid var(--border); }
.sa6mjyih .ycikf { border-top: 4px solid var(--accent); }
.sa6mjyih .i6lzi { background: var(--bg-card); }
.dess .ycikf { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.dess .i6lzi { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.dess .fkxy { padding: 14px 16px; }
.dess .eqxo0 { border-radius: 4px; }
.dess .bppydod { border-radius: 0; }
.esydph .i6lzi { padding: 0; gap: 0; overflow: hidden; }
.esydph .eqxo0 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.esydph .pvu4u { padding: 16px 20px; }
.esydph .ppbza { padding: 16px 20px; align-self: center; }
.yros .yvdy { font-size: .95rem; }
.onvjaq .f6a3cj3o { gap: 10px; }
.onvjaq .wlu35, .onvjaq .fpnvt { padding: 12px; }
.onvjaq .wlu35 ul, .onvjaq .fpnvt ul { margin: 4px 0 0; padding-left: 18px; }
.onvjaq .wlu35 li, .onvjaq .fpnvt li { font-size: .85rem; margin-bottom: 3px; }
.koco62 .hdm1 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .gthyqcgl { grid-template-columns: 1fr; }
  .sncurh { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .sncurh .cxci5b { width: 72px; height: 50px; }
  .sncurh .jwgpv299 { max-width: 180px; }
  .sncurh .ghn319 { width: auto; }
}
.xsdh2pzy .yros .yvdy { filter: brightness(1.2); }
@media (max-width: 720px) {
  .xsdh2pzy { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .qrkizak { padding: 16px; }
  .thmkvo1v .oytlogo { min-width: 50%; }
}
.qgfrbxc .f6a3cj3o { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .mfrq { grid-template-columns: 1fr; }
  .clbt { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .wlrfj { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .de72 { flex-wrap: wrap; padding: 16px; }
}
.t6pkv1p .f6a3cj3o { gap: 8px; }
.t6pkv1p .wlu35, .t6pkv1p .fpnvt { padding: 8px; }
@media (max-width: 480px) {
  .pwch8f { flex-direction: column; align-items: stretch; }
}
.n0zjd .ghn319 .tbk0uag { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .z9jjekl { flex-direction: column; align-items: stretch; gap: 10px; }
  .n0zjd .ghn319 { text-align: center; }
}
@media (max-width: 720px) {
  .tben18bo { grid-template-columns: 1fr; }
  .uap60j { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .od247 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.a57pig .bvip6bc { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.vaj2jo .yvdy { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .ugs3p9 { grid-template-columns: 1fr; }
  .vaj2jo { width: 100px; height: 100px; margin: 16px auto; }
  .a57pig { font-size: 1.4rem; }
  .xx03 { justify-content: center; }
  .gk9q .oytlogo { min-width: 50%; }
}
.fecm94h .f6a3cj3o { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .tkq8b { flex-wrap: wrap; padding: 14px 16px; }
  .vm18rzn { padding: 12px 16px; }
  .fecm94h .f6a3cj3o { margin: 0 16px; }
  .fecm94h .koco62 { padding: 0 16px; }
  .j5ga { padding: 12px 16px; }
}
.eeoc4eg1 .xkbgm9 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.eeoc4eg1 .xkbgm9:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.dyr612 .dkc0irr { gap: 18px; }
.dyr612 .xkbgm9 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.dyr612 .xkbgm9:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.y7qg7rcm .dkc0irr {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.y7qg7rcm .xkbgm9 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.y7qg7rcm .xkbgm9:last-child { border-bottom: none; }
.y7qg7rcm .sp4b4,
.y7qg7rcm .tek6iwyn,
.y7qg7rcm .dvf71kn {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.kbzmb .dkc0irr { gap: 0; }
.kbzmb .xkbgm9 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.kbzmb .xkbgm9:last-child { border-bottom: none; }
.kbzmb .xkbgm9:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.kbzmb .xkbgm9:nth-child(even):hover { background: var(--bg-hover); }
.s58w .xkbgm9 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.xchizlfl .dvf71kn .qwsxwz {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.xchizlfl .dvf71kn .qwsxwz:first-child { border-left: none; }
.lr9pyc4 .dvf71kn .qwsxwz {
  background: transparent; padding: 4px 8px;
}
.lr9pyc4 .dvf71kn .o0txn1qe { font-size: .65rem; opacity: .65; }
.lr9pyc4 .dvf71kn .mgyqkgc   { font-size: 1.15rem; color: var(--accent-light); }
.gk2w640l .dvf71kn .qwsxwz {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.q6sgmdfi { display: none; }
.fuiqqv .pbehv { font-size: 1rem; letter-spacing: 2px; }
.bc64c .pbehv {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.l5fzpo .pbehv,
.xqlx5op .pbehv,
.s2sfkr3i .pbehv { display: none; }
.l5fzpo .q6sgmdfi,
.xqlx5op .q6sgmdfi,
.s2sfkr3i .q6sgmdfi { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.l5fzpo .q6sgmdfi { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.l5fzpo .q6sgmdfi small { display: none; }
.xqlx5op .q6sgmdfi {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.xqlx5op .q6sgmdfi small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.s2sfkr3i .q6sgmdfi {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.s2sfkr3i .q6sgmdfi small { display: none; }
.l5fzpo .jon5 .yvdy,
.xqlx5op .jon5 .yvdy,
.s2sfkr3i .jon5 .yvdy { display: none; }
.l5fzpo .jon5 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.l5fzpo .bvip6bc { display: none; }
.xqlx5op .jon5 strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.xqlx5op .lsptcuj,
.xqlx5op .bvip6bc { font-size: 1em; }
.s2sfkr3i .jon5 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.s2sfkr3i .bvip6bc { display: none; }
.qsftx { margin: 16px 0; }
.p2b1x42 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.p2b1x42 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.p2b1x42 summary::after { content: "+"; color: var(--accent-light); }
.p2b1x42[open] summary::after { content: "−"; }
.p2b1x42 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.cx27qs { margin-bottom: 0; }
.kgh2m5 h2.wtsw3e5 { color: var(--text-primary); border-color: var(--accent-light); }
.gj32z h2.wtsw3e5 { color: var(--text-primary); border-color: var(--accent-light); }
.s26e .fbow77a     { background: #052e16; border-color: #10b981; }
.s26e .qkgbai { background: #2d0a1e; border-color: #f43f5e; }
.s26e .cw0i3z    { background: #1e1036; border-color: #a855f7; }
.s26e .rijktj5 strong  { color: #f1f5f9; }
.s26e .rijktj5 p       { color: #cbd5e1; }
.s26e .o0yv8mum    .fbow77a     .xv2n::before,
.s26e .vf1pgczm  .fbow77a     .xv2n::before,
.s26e .tnlmu  .fbow77a     .xv2n::before,
.s26e .c47j8ym .fbow77a     .xv2n::before { color: #10b981; }
.s26e .o0yv8mum    .qkgbai .xv2n::before,
.s26e .vf1pgczm  .qkgbai .xv2n::before,
.s26e .tnlmu  .qkgbai .xv2n::before,
.s26e .c47j8ym .qkgbai .xv2n::before { color: #f43f5e; }
.s26e .o0yv8mum    .cw0i3z    .xv2n::before,
.s26e .vf1pgczm  .cw0i3z    .xv2n::before,
.s26e .tnlmu  .cw0i3z    .xv2n::before,
.s26e .c47j8ym .cw0i3z    .xv2n::before { color: #a855f7; }
.hfz5 .fbow77a     { background: #2d2000; border-color: #eab308; }
.hfz5 .qkgbai { background: #2d0b0b; border-color: #ef4444; }
.hfz5 .cw0i3z    { background: #2d1600; border-color: #f97316; }
.hfz5 .rijktj5 strong  { color: #f1f5f9; }
.hfz5 .rijktj5 p       { color: #cbd5e1; }
.hfz5 .o0yv8mum    .fbow77a     .xv2n::before,
.hfz5 .vf1pgczm  .fbow77a     .xv2n::before,
.hfz5 .tnlmu  .fbow77a     .xv2n::before,
.hfz5 .c47j8ym .fbow77a     .xv2n::before { color: #eab308; }
.hfz5 .o0yv8mum    .qkgbai .xv2n::before,
.hfz5 .vf1pgczm  .qkgbai .xv2n::before,
.hfz5 .tnlmu  .qkgbai .xv2n::before,
.hfz5 .c47j8ym .qkgbai .xv2n::before { color: #ef4444; }
.hfz5 .o0yv8mum    .cw0i3z    .xv2n::before,
.hfz5 .vf1pgczm  .cw0i3z    .xv2n::before,
.hfz5 .tnlmu  .cw0i3z    .xv2n::before,
.hfz5 .c47j8ym .cw0i3z    .xv2n::before { color: #f97316; }
.zaoet .fbow77a     { background: #0c1a2e; border-color: #38bdf8; }
.zaoet .qkgbai { background: #12103a; border-color: #818cf8; }
.zaoet .cw0i3z    { background: #0a2020; border-color: #2dd4bf; }
.zaoet .rijktj5 strong  { color: #f1f5f9; }
.zaoet .rijktj5 p       { color: #cbd5e1; }
.zaoet .o0yv8mum    .fbow77a     .xv2n::before,
.zaoet .vf1pgczm  .fbow77a     .xv2n::before,
.zaoet .tnlmu  .fbow77a     .xv2n::before,
.zaoet .c47j8ym .fbow77a     .xv2n::before { color: #38bdf8; }
.zaoet .o0yv8mum    .qkgbai .xv2n::before,
.zaoet .vf1pgczm  .qkgbai .xv2n::before,
.zaoet .tnlmu  .qkgbai .xv2n::before,
.zaoet .c47j8ym .qkgbai .xv2n::before { color: #818cf8; }
.zaoet .o0yv8mum    .cw0i3z    .xv2n::before,
.zaoet .vf1pgczm  .cw0i3z    .xv2n::before,
.zaoet .tnlmu  .cw0i3z    .xv2n::before,
.zaoet .c47j8ym .cw0i3z    .xv2n::before { color: #2dd4bf; }
.vyln357i .fbow77a     { background: var(--accent-bg); border-color: var(--accent-light); }
.vyln357i .qkgbai { background: var(--accent-bg-light); border-color: var(--accent-light); }
.vyln357i .cw0i3z    { background: var(--accent-bg); border-color: var(--accent-pale); }
.vyln357i .o0yv8mum    .xv2n::before,
.vyln357i .vf1pgczm  .xv2n::before,
.vyln357i .tnlmu  .xv2n::before,
.vyln357i .c47j8ym .xv2n::before { color: var(--accent-light) !important; }
.z2atwh::before,
.tiv8fj::before { margin-right: 5px; }
.d8ltm .wlu35 ul li,
.d8ltm .jmso3f li         { color: #4ade80; }
.d8ltm .wlu35 .z2atwh { color: #22c55e; }
.d8ltm .fpnvt ul li,
.d8ltm .z1huh3 li         { color: #f87171; }
.d8ltm .fpnvt .tiv8fj { color: #ef4444; }
.pbucqkku .wlu35 { background: var(--bg-pros); }
.pbucqkku .fpnvt { background: var(--bg-cons); }
.pbucqkku .wlu35 .z2atwh { color: var(--c-pros-label); }
.pbucqkku .fpnvt .tiv8fj { color: var(--c-cons); }
.pbucqkku .wlu35 ul li,
.pbucqkku .jmso3f li            { color: var(--c-pros); }
.pbucqkku .fpnvt ul li,
.pbucqkku .z1huh3 li            { color: var(--c-cons); }
.j7sw42i .wlu35 { background: var(--bg-pros); }
.j7sw42i .fpnvt { background: var(--bg-cons); }
.j7sw42i .wlu35 .z2atwh { color: var(--c-pros-label); }
.j7sw42i .fpnvt .tiv8fj { color: var(--c-cons); }
.j7sw42i .wlu35 ul li,
.j7sw42i .jmso3f li          { color: var(--c-pros); }
.j7sw42i .fpnvt ul li,
.j7sw42i .z1huh3 li          { color: var(--c-cons); }
.xg9ad8o1 .z2atwh::before { content: "✓ "; }
.xg9ad8o1 .tiv8fj::before { content: "✗ "; }
.qhizl9mv .z2atwh::before { content: "→ "; }
.qhizl9mv .tiv8fj::before { content: "← "; }
.ishmu .z2atwh::before { content: "★ "; }
.ishmu .tiv8fj::before { content: "✕ "; }
.vu30 .z2atwh::before { content: "◆ "; }
.vu30 .tiv8fj::before { content: "▲ "; }
.f51a .rijktj5 { background: transparent; border-left: none; border: 1.5px solid; }
.f51a .fbow77a     { border-color: var(--c-tip-border); }
.f51a .qkgbai { border-color: var(--c-warn-border); }
.f51a .cw0i3z    { border-color: #60a5fa; }
.f51a .rijktj5 strong { color: var(--text-primary); }
.f51a .rijktj5 p      { color: var(--text-muted); }
.dq0o9o .rijktj5 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.dq0o9o .fbow77a     { border-top-color: var(--c-tip-border); }
.dq0o9o .qkgbai { border-top-color: var(--c-warn-border); }
.dq0o9o .cw0i3z    { border-top-color: #60a5fa; }
.xvgrc50 .rijktj5 { border-left: none; border-radius: 8px; }
.xvgrc50 .fbow77a     { background: #065f46; }
.xvgrc50 .qkgbai { background: #92400e; }
.xvgrc50 .cw0i3z    { background: #1e3a8a; }
.xvgrc50 .rijktj5 strong,
.xvgrc50 .rijktj5 p { color: #fff; }
.xvgrc50 .xv2n::before { color: rgba(255,255,255,0.85) !important; }
.s26e.xvgrc50 .fbow77a,
.s26e .xvgrc50 .fbow77a     { background: #052e16; }
.s26e.xvgrc50 .qkgbai,
.s26e .xvgrc50 .qkgbai { background: #2d0a1e; }
.s26e.xvgrc50 .cw0i3z,
.s26e .xvgrc50 .cw0i3z    { background: #1e1036; }
.hfz5.xvgrc50 .fbow77a,
.hfz5 .xvgrc50 .fbow77a      { background: #2d2000; }
.hfz5.xvgrc50 .qkgbai,
.hfz5 .xvgrc50 .qkgbai  { background: #2d0b0b; }
.hfz5.xvgrc50 .cw0i3z,
.hfz5 .xvgrc50 .cw0i3z     { background: #2d1600; }
.zaoet.xvgrc50 .fbow77a,
.zaoet .xvgrc50 .fbow77a      { background: #0c1a2e; }
.zaoet.xvgrc50 .qkgbai,
.zaoet .xvgrc50 .qkgbai  { background: #12103a; }
.zaoet.xvgrc50 .cw0i3z,
.zaoet .xvgrc50 .cw0i3z     { background: #0a2020; }
.gv80k .rijktj5 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.gv80k .fbow77a     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.gv80k .qkgbai { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.gv80k .cw0i3z    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.gv80k .rijktj5 strong { color: var(--text-primary); }
.gv80k .rijktj5 p      { color: var(--text-muted); }
.t5ta1k .rijktj5 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.o0yv8mum .xv2n,
.vf1pgczm .xv2n,
.tnlmu .xv2n,
.c47j8ym .xv2n { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.o0yv8mum .xv2n::before,
.vf1pgczm .xv2n::before,
.tnlmu .xv2n::before,
.c47j8ym .xv2n::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.o0yv8mum .fbow77a     .xv2n::before { content: "✦"; color: var(--c-tip-border); }
.o0yv8mum .qkgbai .xv2n::before { content: "▲"; color: var(--c-warn-border); }
.o0yv8mum .cw0i3z    .xv2n::before { content: "◉"; color: #60a5fa; }
.vf1pgczm .fbow77a     .xv2n::before { content: "★"; color: var(--c-tip-border); }
.vf1pgczm .qkgbai .xv2n::before { content: "◆"; color: var(--c-warn-border); }
.vf1pgczm .cw0i3z    .xv2n::before { content: "●"; color: #60a5fa; }
.tnlmu .fbow77a     .xv2n::before { content: "▶"; color: var(--c-tip-border); }
.tnlmu .qkgbai .xv2n::before { content: "■"; color: var(--c-warn-border); }
.tnlmu .cw0i3z    .xv2n::before { content: "▸"; color: #60a5fa; }
.c47j8ym .fbow77a     .xv2n::before { content: "→"; color: var(--c-tip-border); }
.c47j8ym .qkgbai .xv2n::before { content: "⬥"; color: var(--c-warn-border); }
.c47j8ym .cw0i3z    .xv2n::before { content: "◈"; color: #60a5fa; }
.zvxl2 .pcev .zefw7ow4,
.zvxl2 .hyptwcsj .zefw7ow4  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.zvxl2 .t6ori8                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.zvxl2 .xkbgm9                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.zvxl2 .ycikf            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.zvxl2 .vdaz6          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.zvxl2 .kl9gwd3h                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ylloie .pcev .zefw7ow4,
.ylloie .hyptwcsj .zefw7ow4,
.ylloie .t6ori8,
.ylloie .xkbgm9,
.ylloie .ycikf,
.ylloie .vdaz6,
.ylloie .kl9gwd3h,
.ylloie .t5ta1k .rijktj5 { box-shadow: none; }
.w59orvwb   .e5j6sji4, .w59orvwb .b83n, .w59orvwb .qkyrc,
.w59orvwb   .gxuj, .w59orvwb .bgva { font-size: 0.9rem; }
.w59orvwb   .uv7ik, .w59orvwb .saq4i90g { font-size: 0.9rem; }
.f3zl67k   .e5j6sji4, .f3zl67k .b83n, .f3zl67k .qkyrc,
.f3zl67k   .gxuj, .f3zl67k .bgva { font-size: 0.95rem; }
.f3zl67k   .uv7ik, .f3zl67k .saq4i90g { font-size: 0.95rem; }
.wyne2c   .e5j6sji4, .wyne2c .b83n, .wyne2c .qkyrc,
.wyne2c   .gxuj, .wyne2c .bgva { font-size: 1.08rem; }
.wyne2c   .uv7ik, .wyne2c .saq4i90g { font-size: 1.05rem; }
.wyne2c   .akdkqdgx { font-size: 0.97rem; }
.by2b .jtfouo      { font-size: 3.2rem; }
.by2b h2.wtsw3e5 { font-size: 1.9rem; }
.by2b h3.sq02     { font-size: 1.4rem; }
.rsvp0v .jtfouo      { font-size: 3.8rem; }
.rsvp0v h2.wtsw3e5 { font-size: 2.2rem; }
.rsvp0v h3.sq02     { font-size: 1.6rem; }
.cx27qs + .cx27qs { position: relative; }
.pgzjg3s   .cx27qs + .cx27qs::before,
.r6u1  .cx27qs + .cx27qs::before,
.afatf   .cx27qs + .cx27qs::before,
.v8f6ese   .cx27qs + .cx27qs::before,
.tolb1h   .cx27qs + .cx27qs::before,
.ea2pr .cx27qs + .cx27qs::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.pgzjg3s .cx27qs + .cx27qs::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.r6u1 .cx27qs + .cx27qs::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.afatf .cx27qs + .cx27qs::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;
}
.v8f6ese .cx27qs + .cx27qs::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.oy0v1ta6 .cx27qs { margin-bottom: 16px; }
.oy0v1ta6 .cx27qs + .cx27qs { margin-top: 0; }
.oy0v1ta6 .y9c22 { padding-top: 0; padding-bottom: 0; }
.tolb1h .cx27qs + .cx27qs::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ea2pr .cx27qs + .cx27qs::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.l5idsy .cx27qs + .cx27qs::before,
.b7thn .cx27qs + .cx27qs::before,
.w4brp18f .cx27qs + .cx27qs::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%;
}
.dth2 .l5idsy .cx27qs:nth-child(even)::before,
.dth2 .b7thn .cx27qs:nth-child(even)::before,
.dth2 .w4brp18f .cx27qs:nth-child(even)::before { background: var(--bg-surface); }
.cw7nv78 .l5idsy .cx27qs:nth-child(even)::before,
.cw7nv78 .b7thn .cx27qs:nth-child(even)::before,
.cw7nv78 .w4brp18f .cx27qs:nth-child(even)::before { background: var(--bg-card); }
.l5idsy .cx27qs + .cx27qs::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");
}
.b7thn .cx27qs + .cx27qs::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");
}
.w4brp18f .cx27qs + .cx27qs::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");
}
.dwn3315b .h43klau,
.bssf6e .h43klau,
.x71a8erx .h43klau { overflow: hidden; }
.dwn3315b .kxtud2m5,
.bssf6e .kxtud2m5 { margin-bottom: 60px; }
.x71a8erx .kxtud2m5 { margin-bottom: 70px; }
.x71a8erx .kgxgc3z { padding-bottom: 70px; }
.dwn3315b .h43klau::before,
.bssf6e .h43klau::before,
.x71a8erx .h43klau::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%;
}
.dwn3315b .h43klau::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");
}
.bssf6e .h43klau::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");
}
.x71a8erx .h43klau::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");
}
.egqu .h43klau:not(.kni0vp) .dlc5 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.s3avo .h43klau:not(.kni0vp) .dlc5 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.o1szbza6  .h43klau:not(.kni0vp) .dlc5 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.p59fuyk  .h43klau:not(.kni0vp) .dlc5 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.egqu .kni0vp { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.egqu .e2vjjls { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.egqu .f4wez { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.s3avo .kni0vp { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.o1szbza6 .kni0vp { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.p59fuyk .kni0vp { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.wzp4k .kni0vp { background: var(--accent); }
.wzp4k .kni0vp .dlc5 { background: none; }
.wzp4k .h43klau:not(.kni0vp) .dlc5 { background: rgba(0,0,0,0.6); }
.sfdwm6g .f1ugfmon { float: left; width: 38%; margin: 0 28px 16px 0; }
.sfdwm6g .f1ugfmon .q05x { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.sfdwm6g .y9c22::after { content: ''; display: block; clear: both; }
.o05zi .f1ugfmon { float: right; width: 38%; margin: 0 0 16px 28px; }
.o05zi .f1ugfmon .q05x { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.o05zi .y9c22::after { content: ''; display: block; clear: both; }
.dzhx .cx27qs:nth-child(odd)  .f1ugfmon { float: left;  width: 38%; margin: 0 28px 16px 0; }
.dzhx .cx27qs:nth-child(even) .f1ugfmon { float: right; width: 38%; margin: 0 0 16px 28px; }
.dzhx .f1ugfmon .q05x { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dzhx .y9c22::after { content: ''; display: block; clear: both; }
.sfdwm6g .fs9vw,
.sfdwm6g .dkc0irr,
.o05zi .fs9vw,
.o05zi .dkc0irr,
.dzhx .fs9vw,
.dzhx .dkc0irr { clear: both; }
@media (max-width: 900px) {
  .sfdwm6g .f1ugfmon,
  .o05zi .f1ugfmon,
  .dzhx .cx27qs:nth-child(odd)  .f1ugfmon,
  .dzhx .cx27qs:nth-child(even) .f1ugfmon {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .sfdwm6g .f1ugfmon .q05x,
  .o05zi .f1ugfmon .q05x,
  .dzhx .f1ugfmon .q05x {
    max-height: none !important;
  }
}
.sfdwm6g .uv7ik,
.sfdwm6g .saq4i90g,
.o05zi .uv7ik,
.o05zi .saq4i90g,
.dzhx .uv7ik,
.dzhx .saq4i90g { overflow: hidden; }
@media (max-width: 640px) {
  .sfdwm6g .f1ugfmon,
  .o05zi .f1ugfmon,
  .dzhx .f1ugfmon { float: none; width: 100%; margin: 0 0 16px 0; }
}
.c342 .sflw,
.c342 .y9c22,
.c342 .tam0c5a  { max-width: 1100px; }
.hr9ozi2 .sflw,
.hr9ozi2 .y9c22,
.hr9ozi2 .tam0c5a  { max-width: 1200px; }
.ef8bq .sflw,
.ef8bq .y9c22,
.ef8bq .tam0c5a  { max-width: 1320px; }
.od1yb2c { font-size: 0.82rem; color: var(--text-muted); }
.yj2ic0 { display: flex; align-items: center; }
.dh75 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.b09y { display: flex; align-items: center; }
.ux3f68w { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ux3f68w:hover { text-decoration: underline; }
.op8n48 { margin: 0 3px; opacity: 0.45; }
.op8n48::before { content: '/'; }
.dew67u { padding: 2px 5px; color: var(--text-main); }
.pvr82j .od1yb2c {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.pvr82j .yj2ic0 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.m3r7bzs .od1yb2c {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.m3r7bzs .yj2ic0 { padding: 0 0 0 12px; }
.v568o6 .yj2ic0 { padding: 0 16px; }
.v568o6 .od1yb2c {
  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);
}
.v568o6 .sflw { padding-top: 28px; }
@media (max-width: 720px) {
  .io18 { margin-top: 18px; padding: 0 16px; }
  .v568o6 .sflw { padding-top: 16px; }
}
.c342.pvr82j .yj2ic0 { max-width: 1100px; }
.hr9ozi2.pvr82j .yj2ic0 { max-width: 1200px; }
.ef8bq.pvr82j .yj2ic0 { max-width: 1320px; }
.rpvvaxzg .cx27qs { padding-top: 16px; padding-bottom: 16px; }
.yfq1xs .cx27qs { padding-top: 24px; padding-bottom: 24px; }
.ppxgxa0d .cx27qs { padding-top: 40px; padding-bottom: 40px; }
.qkmny0 .cx27qs { padding-top: 52px; padding-bottom: 52px; }
.yu2h .cx27qs:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.yu2h .cx27qs:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.yu2h .cx27qs:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.yu2h .cx27qs:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ijnwz7bb .y9c22 { padding-top: 10px;  padding-bottom: 10px; }
.unlvr6 .y9c22 { padding-top: 18px;  padding-bottom: 18px; }
.ebwy .y9c22 { padding-top: 36px;  padding-bottom: 36px; }
.j3s4m .y9c22 { padding-top: 48px;  padding-bottom: 48px; }
.mgvbcg h2.wtsw3e5 { font-weight: 600; }
.mgvbcg h3.sq02     { font-weight: 600; }
.hrja220 { font-weight: 500; }
.hrja220 h2.wtsw3e5 { font-weight: 800; }
.hrja220 h3.sq02     { font-weight: 700; }
.khmy57uc h2.wtsw3e5 { font-weight: 900; }
.khmy57uc h3.sq02     { font-weight: 800; }
.khmy57uc .rijktj5 strong,
.khmy57uc .rijktj5 strong { font-weight: 600; }
.gni20 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.xe5043es .gni20 { display: none; }
@media (max-width: 640px) {
  .o9d5go7 { display: none; }
  .gni20 {
    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;
  }
}
.gni20 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gni20:hover { opacity: 0.85; }
.ep8adh0 .gni20 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ilx05vr .gni20,
.mn4dm  .gni20 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ilx05vr .gni20:hover,
.mn4dm  .gni20:hover { opacity: 0.88; }
.ep8adh0.ilx05vr .gni20,
.ep8adh0.mn4dm  .gni20 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.pnp4m7k0 {
  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;
}
.pnp4m7k0:hover { transform: translateY(-2px); opacity: 0.92; }
.pnp4m7k0 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.mtxks .pnp4m7k0 { display: none; }
.kpac .pnp4m7k0 { right: 32px; }
.jxmosy  .pnp4m7k0 { left: 32px; }
@media (max-width: 480px) {
  .kpac .pnp4m7k0 { right: 20px; bottom: 20px; }
  .jxmosy  .pnp4m7k0 { left: 20px; bottom: 20px; }
}
.v8zzwq { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.tam0c5a { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.fjcrzn { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.i0ccy3np { color: var(--text-dim); font-size: 0.8rem; }
.sjyubrwi a, .fm69h a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.sjyubrwi a:hover, .fm69h a:hover { color: var(--accent-light); }
.fm69h { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.d1j4hok .tam0c5a { text-align: center; }
.d1j4hok .fm69h { justify-content: center; margin-bottom: 16px; }
.d1j4hok .fjcrzn { margin-top: 0; }
.mz9vf2e3 { margin-top: 10px; }
.mz9vf2e3 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .tam0c5a { padding-left: 16px; padding-right: 16px; }
  .bvwlp .tam0c5a { padding: 20px 16px; }
  .fm69h { gap: 4px 12px; }
  .fjcrzn { font-size: 0.78rem; }
}
.jun9dz .fjcrzn { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.jun9dz .i0ccy3np { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .jun9dz .cpyiz { grid-template-columns: 1fr 1fr; } .jun9dz .cg7lm { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jun9dz .cpyiz { grid-template-columns: 1fr; } }
.brlz3h0x .fjcrzn { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .brlz3h0x .hoki1 { gap: 12px; } .brlz3h0x .z3s0cutw { margin-right: 0; width: 100%; } }
.opsb4rx .fjcrzn { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.opsb4rx .i0ccy3np { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .opsb4rx .f1997yfv { grid-template-columns: 1fr 1fr; } .opsb4rx .xvny893 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .opsb4rx .f1997yfv { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .olwrt7 .x4hlu { grid-template-columns: 1fr 1fr; } .olwrt7 .kueifk26:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .olwrt7 .x4hlu { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .jytp .x4hlu { grid-template-columns: 1fr; } }
.hno9 .tam0c5a { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.hno9 .fm69h { justify-content: center; }
.trqo .el2qem      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.trqo .v8zzwq { background: var(--bg-page); border-top-color: var(--border-alt); }
.nc66i15o .el2qem      { background: #0d1117; border-bottom-color: #21262d; }
.nc66i15o .h9138aum { color: var(--accent-light); }
.nc66i15o .pzkg9u3 { --msep-color: #8b949e; }
.nc66i15o .pzkg9u3 a { color: #8b949e; }
.nc66i15o .pzkg9u3 a:hover { color: var(--accent-light); }
.nc66i15o .c9ca { color: #8b949e; }
.nc66i15o .v8zzwq { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.nc66i15o .fjcrzn,
.nc66i15o .i0ccy3np { color: #6e7681; }
.nc66i15o .sjyubrwi a, .nc66i15o .fm69h a,
.nc66i15o .sjyubrwi a:hover, .nc66i15o .fm69h a:hover,
@media (max-width: 640px) {
  .nc66i15o .pzkg9u3 { background: #0d1117; border-top-color: #21262d; }
  .nc66i15o .pzkg9u3 li a { border-bottom-color: #21262d; }
}
.cjrq0m92 .el2qem      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.cjrq0m92 .h9138aum { color: var(--accent-light); }
.cjrq0m92 .pzkg9u3 { --msep-color: #475569; }
.cjrq0m92 .pzkg9u3 a { color: #475569; }
.cjrq0m92 .pzkg9u3 a:hover { color: var(--accent-light); }
.cjrq0m92 .c9ca { color: #64748b; }
.cjrq0m92 .v8zzwq { background: #f0f4f8; border-top-color: #cbd5e1; }
.cjrq0m92 .fjcrzn,
.cjrq0m92 .i0ccy3np { color: #64748b; }
.cjrq0m92 .sjyubrwi a, .cjrq0m92 .fm69h a,
.cjrq0m92 .sjyubrwi a:hover, .cjrq0m92 .fm69h a:hover,
@media (max-width: 640px) {
  .cjrq0m92 .pzkg9u3 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .cjrq0m92 .pzkg9u3 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ilx05vr .el2qem      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ilx05vr .h9138aum { color: #fff; }
.ilx05vr .pzkg9u3 { --msep-color: rgba(255,255,255,0.82); }
.ilx05vr .pzkg9u3 a { color: rgba(255,255,255,0.82); }
.ilx05vr .pzkg9u3 a:hover { color: #fff; }
.ilx05vr .c9ca { color: rgba(255,255,255,0.9); }
.ilx05vr .v8zzwq { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ilx05vr .fjcrzn,
.ilx05vr .i0ccy3np { color: rgba(255,255,255,0.72); }
.ilx05vr .sjyubrwi a, .ilx05vr .fm69h a,
.ilx05vr .sjyubrwi a:hover, .ilx05vr .fm69h a:hover,
@media (max-width: 640px) {
  .ilx05vr .pzkg9u3 { background: var(--accent); border-top-color: var(--accent-light); }
  .ilx05vr .pzkg9u3 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.mn4dm .el2qem {
  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);
}
.mn4dm .v8zzwq {
  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) {
  .mn4dm .pzkg9u3 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ijavff .ku2we5df { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.yt88ki .ku2we5df { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.tcge .ku2we5df { min-height: 72px; height: auto; }
.g1ewhasn .ku2we5df { min-height: 84px; height: auto; }
.bvwlp .ku2we5df { max-width: none; padding: 0 32px; }
.bvwlp .tam0c5a  { max-width: none; padding: 24px 32px; }
.zxouqc.hr9ozi2 .ku2we5df { max-width: 1200px; }
.zxouqc.ef8bq .ku2we5df { max-width: 1320px; }
.j7an2q   .h9138aum, .j7an2q   .z3s0cutw { text-transform: capitalize; }
.u6jdw2 .h9138aum, .u6jdw2 .z3s0cutw { text-transform: lowercase; }
.d2y6zn6 .h9138aum, .d2y6zn6 .z3s0cutw { text-transform: uppercase; letter-spacing: 0.06em; }
.iva3, .cs3v {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.uka4b0 .iva3,
.gbtb5y .iva3,
.xdbfbl .iva3,
.gttric .iva3,
.evzq3   .pzkg9u3 a { font-weight: 500; }
.jli5ld .pzkg9u3 a { font-weight: 600; }
.jng1fw     .pzkg9u3 a { font-weight: 700; }
.d3yo1h0    .pzkg9u3 a { font-weight: 800; letter-spacing: 0.01em; }
.nbncg     .pzkg9u3 > li + li::before,
.vth6dq    .pzkg9u3 > li + li::before,
.ofjmi2    .pzkg9u3 > li + li::before,
.i95w .pzkg9u3 > li + li::before,
.jephc0y .pzkg9u3 > li + li::before,
.qblito  .pzkg9u3 > li + li::before,
.fe2exbwt    .pzkg9u3 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.nbncg     .pzkg9u3 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.vth6dq    .pzkg9u3 > li + li::before { content: "|"; }
.ofjmi2    .pzkg9u3 > li + li::before { content: "—"; }
.i95w .pzkg9u3 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.jephc0y .pzkg9u3 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.qblito  .pzkg9u3 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.fe2exbwt    .pzkg9u3 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .p61lsc7d .c9ca,
  .q1n9gqv .c9ca,
  .yk8uze .c9ca,
  .m3xxmq4m .c9ca,
  .dt6fh .c9ca {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .p61lsc7d .c9ca::before,
  .q1n9gqv .c9ca::before,
  .yk8uze .c9ca::before,
  .m3xxmq4m .c9ca::before,
  .dt6fh .c9ca::before { content: ""; display: block; flex-shrink: 0; }

  
  .p61lsc7d .c9ca::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;
  }

  
  .q1n9gqv .c9ca::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;
  }

  
  .yk8uze .c9ca::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;
  }

  
  .m3xxmq4m .c9ca::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;
  }

  
  .dt6fh .c9ca::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) {
  .dyrdo .c9ca {
    padding: 5px 14px;
  }
  .dyrdo .pzkg9u3 {
    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;
  }
  .dyrdo .pzkg9u3 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .dyrdo .pzkg9u3 li a:hover { background: var(--bg-raised); }
  .dyrdo .ev94,
  .lt1fs .ev94,
  .ppmsm .ev94 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .w7qb .c9ca {
    padding: 5px 10px;
  }
  .w7qb .pzkg9u3 {
    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);
  }
  .w7qb .pzkg9u3.ma5fn { transform: translateX(0); }
  .w7qb .pzkg9u3 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .w7qb .pzkg9u3 li:last-child a { border-bottom: none; }
  .ilx05vr .pzkg9u3,
  .nc66i15o .pzkg9u3 { background: var(--accent) !important; }
  .ilx05vr .pzkg9u3 li a,
  .nc66i15o .pzkg9u3 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ppmsm .c9ca {
    padding: 5px 10px;
  }
  .ppmsm .pzkg9u3 {
    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);
  }
  .ppmsm .pzkg9u3::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ppmsm .pzkg9u3.ma5fn { transform: translateY(0); }
  .ppmsm .pzkg9u3 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .z83xaocg .c9ca {
    padding: 5px 10px;
  }
  .z83xaocg .pzkg9u3 {
    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;
  }
  .z83xaocg .pzkg9u3.ma5fn { opacity: 1; pointer-events: auto; }
  .z83xaocg .pzkg9u3 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .eignd0     .c9ca { border-radius: 0 !important; }
  .k2uv1vv0   .c9ca { border-radius: 8px !important; }
  .bc20 .c9ca { border-radius: 50% !important; }
  .x5j5kjv   .c9ca { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .bt9tsg7b .sjbg7wt { flex-direction: column; align-items: stretch; }
  .bt9tsg7b .u6qzk293 { flex-direction: row; min-width: auto; }
  .bt9tsg7b .etana { align-items: flex-start; text-align: left; }
}
.pv51pz,
.pv51pz.cx27qs,
.dth2 .pv51pz,
.ejb3ka .pv51pz,
.cw7nv78 .pv51pz,
.rmcevl .pv51pz {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.rnipv {
  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;
}
.w10aiz { flex: 1 1 280px; min-width: 0; }
.vcxegabs {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.exnnyg {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.vg8e {
  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;
}
.vg8e:hover { transform: translateY(-1px); opacity: 0.95; }
.p7nt24v .rnipv {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.p7nt24v .vcxegabs { color: var(--cta); }
.p7nt24v .exnnyg { color: var(--text-body); }
.p7nt24v .vg8e {
  background: var(--cta) !important;
  color: #fff !important;
}
.u31a .rnipv {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.u31a .vcxegabs { color: var(--text-primary); }
.u31a .exnnyg { color: var(--text-body); }
.u31a .vg8e {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .rnipv {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .w10aiz { flex: 0 0 auto; }
  .vcxegabs { font-size: 1.2rem; }
  .vg8e { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.frce .v98qqhc { height: 36px; }
.zikwdat .v98qqhc { height: 60px; max-width: 200px; }
.qqzzv .v98qqhc { height: 56px; max-width: 180px; }
.j1xw    .pbehv, .j1xw    .yvdy { color: #f59e0b; }
.tsik      .pbehv { font-size: 1rem; letter-spacing: 1.5px; }
.tsik      .yvdy   { font-size: 1.35rem; }
.gsenep    .pbehv, .gsenep    .yvdy { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.p0pi     .pbehv, .p0pi     .yvdy { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.yw0ofv9 .pbehv, .yw0ofv9 .yvdy { color: var(--cta); letter-spacing: 2px; }
.uw1hk8zn   .pbehv, .uw1hk8zn   .yvdy { color: #e91e63; letter-spacing: 2px; }
.resnn  .pbehv, .resnn  .yvdy { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.w37g     .pbehv, .w37g     .yvdy { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.xchizlfl .qwsxwz + .qwsxwz {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.pcj65r .xkbgm9 { padding: 18px 24px; min-height: 68px; }
.lr9pyc4 .o0txn1qe {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.lr9pyc4 .mgyqkgc {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.gk2w640l .qwsxwz {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.dkc0irr { counter-reset: cs-rank; }
.dkc0irr .xkbgm9 { counter-increment: cs-rank; }
.dkc0irr .xkbgm9::before {
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
  order: -1;
}
.ivk0q .dkc0irr { counter-reset: cs-rank; gap: 0; }
.ivk0q .xkbgm9 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.ivk0q .xkbgm9::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.ivk0q .sp4b4 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.ivk0q .f1xm1w {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.ivk0q .mob9pfa9 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.ivk0q .sp4b4 { min-width: 0; flex-direction: column; width: 100%; }
.ivk0q .nae1gry {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.ivk0q .pbehv { color: var(--cta, var(--accent)); }
.ivk0q .q6sgmdfi { font-weight: 700; }
.ivk0q .qwsxwz {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.ivk0q .o0txn1qe {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.ivk0q .mgyqkgc {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.ivk0q .d7gqo .mgyqkgc { font-size: 1.3rem; color: var(--accent-light); }
.ivk0q .zqcy {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.ivk0q .xkbgm9:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .ivk0q .dkc0irr {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ivk0q .xkbgm9 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ivk0q .xkbgm9 { padding: 40px 16px 20px; }
  .ivk0q .qwsxwz {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ivk0q .zqcy { width: 100%; min-width: 0; }
}
.c7r68p .dkc0irr { counter-reset: cs-rank; gap: 10px; }
.c7r68p .xkbgm9 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.c7r68p .xkbgm9::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.c7r68p .sp4b4 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.c7r68p .f1xm1w {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.c7r68p .mob9pfa9 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.c7r68p .nae1gry {
  font-size: 1.05rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: 0; max-width: 140px;
  overflow-wrap: break-word; hyphens: auto;
}
.c7r68p .pbehv { color: var(--cta, var(--accent)); }
.c7r68p .qwsxwz {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.c7r68p .o0txn1qe {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.c7r68p .mgyqkgc { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.c7r68p .d7gqo .mgyqkgc { color: var(--accent-light); }
.c7r68p .zqcy {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.c7r68p .xkbgm9:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .c7r68p .xkbgm9 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .c7r68p .xkbgm9::before {
    position: absolute; top: 14px; left: 14px;
  }
  .c7r68p .sp4b4 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .c7r68p .nae1gry { white-space: normal; text-align: center; font-size: 1.2rem; }
  .c7r68p .qwsxwz {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .c7r68p .zqcy { width: 100%; min-width: 0; }
  .c7r68p .pbehv { min-width: 0; }
}
.ou87arp5 .xkbgm9::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.xr5mwc .p2b1x42 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.xr5mwc .p2b1x42 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.xr5mwc .p2b1x42 p { padding: 0 2px 16px; }
.l4r41mi .p2b1x42 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.l4r41mi .p2b1x42 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.l4r41mi .p2b1x42 summary::after { content: "›"; font-size: 1.2em; }
.l4r41mi .p2b1x42[open] summary::after { content: "‹"; }
.l4r41mi .p2b1x42 p { padding: 10px 22px 4px; }
.ifovj .p2b1x42 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ifovj .p2b1x42 summary { color: var(--text-primary); padding-left: 16px; }
.ifovj .p2b1x42 summary::after { content: "›"; font-size: 1.1em; }
.ifovj .p2b1x42[open] summary::after { content: "‹"; }
.ifovj .p2b1x42 p { padding-left: 16px; }
.wqfzmpx .qsftx { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.wqfzmpx .p2b1x42 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.wqfzmpx .p2b1x42:last-child { border-bottom: none; }
.wqfzmpx .p2b1x42 summary { color: var(--text-primary); border-radius: 0; }
.wqfzmpx .p2b1x42 summary::after { content: "›"; font-size: 1.1em; }
.wqfzmpx .p2b1x42[open] summary::after { content: "‹"; }
.uhlhoeo .p2b1x42 { overflow: hidden; }
.uhlhoeo .p2b1x42 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.uhlhoeo .p2b1x42 summary::after { color: rgba(255,255,255,.75); }
.uhlhoeo .p2b1x42[open] summary { border-radius: 0; }
.sw2pw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.hzxogg {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.c0j2t6i {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.brcks4gi { color: var(--text-muted); font-size: 1.05rem; }
.aufbpa58 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.mzgiif {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.x9p9 { margin-bottom: 20px; }
.lui3dy {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.hpm577yr {
  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;
}
.hpm577yr:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.deswp7 { resize: vertical; min-height: 130px; }
.mk79j { width: 100%; margin-top: 8px; }
.fz1f2 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.vfsta {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.skg2 { color: var(--text-muted); line-height: 1.75; }
.ag3wi { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ag3wi li { margin-bottom: 6px; }
.jvd8rxkl { max-width: 760px; margin: 0 auto; }
.t7k7t { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.er1dt0 { max-width: 760px; margin: 0 auto; }
.bfmzd ul.ag3wi { margin: 0; }
@media (max-width: 640px) { .m6sz { grid-template-columns: 1fr; gap: 10px; } }
.svu75bx { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.kwid5o { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.en1l6 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.kwid5o p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.kwid5o .ag3wi { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .svu75bx { grid-template-columns: 1fr; } }
.kuotcay ul.ag3wi { margin: 0; }
.lficdfzn .ag3wi,
.idcku .ag3wi,
.nw11w .ag3wi,
.is84 .ag3wi {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .jtoy2xz { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .b0528t0 { grid-template-columns: 1fr; } .nncjvzt { position: static; text-align: center; } }
@media (max-width: 860px) { .gued { grid-template-columns: 1fr; } }
.is84 .ag3wi { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .xg6hp1 { flex-direction: column; text-align: center; } .x74t { grid-template-columns: 1fr; } }
.ggtji1qg { max-width: 760px; margin: 0 auto; }
.k7rlve5 { position: relative; padding-left: 28px; }
.k7rlve5::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.risup { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.risup:last-child { padding-bottom: 0; }
.a3goya { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.n7lt4of h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.n7lt4of p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.koz8355h .c0j2t6i { color: var(--accent-light); }
.sja92af .c0j2t6i { font-size: 2rem; }
.sja92af .brcks4gi { max-width: 680px; }
.xiwvezo0 .c0j2t6i { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.xiwvezo0 .brcks4gi  { margin: 0; }
@media (max-width: 640px) { .xiwvezo0 { flex-direction: column; } }
.k2jh4a {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.k2jh4a .c0j2t6i { color: var(--accent-light); }
.hw7e .c0j2t6i { color: #fff; }
.hw7e .brcks4gi  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ohg5w { grid-template-columns: 1fr; } }
.k07ay4t { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.k07ay4t .hpm577yr {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.k07ay4t .hpm577yr:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.fcit .hpm577yr { background: var(--bg-raised); border-color: transparent; }
.fcit .hpm577yr:focus { background: var(--bg-card); border-color: var(--accent-light); }
.aqo8200 .hpm577yr { border-radius: 100px; padding: 11px 20px; }
.aqo8200 .deswp7 { border-radius: 14px; }
@media (max-width: 640px) { .m1ndp { grid-template-columns: 1fr; } }
.h9no1qgu{display:none}
.h9no1qgu:empty,.cl3ouzos:empty{display:none}
.n4xhq16{position:relative;overflow:visible}
.rvhin .izuk0mb,.armf3jc .izuk0mb,
.b2dtikhx .izuk0mb,.vkyws .izuk0mb,
.sjm7 .izuk0mb,.qktj .izuk0mb{display:block}
.hzcysda .yu39zj9f{display:block}
.rvhin .izuk0mb,.armf3jc .izuk0mb,
.b2dtikhx .izuk0mb,.vkyws .izuk0mb,
.sjm7 .izuk0mb{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.rvhin .izuk0mb .cl3ouzos,.armf3jc .izuk0mb .cl3ouzos,
.b2dtikhx .izuk0mb .cl3ouzos,.vkyws .izuk0mb .cl3ouzos,
.sjm7 .izuk0mb .cl3ouzos{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.rvhin .zcfyhqkp,.armf3jc .zcfyhqkp,
.b2dtikhx .zcfyhqkp,.vkyws .zcfyhqkp,
.sjm7 .zcfyhqkp{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.rvhin .izuk0mb,.armf3jc .izuk0mb{top:12px}
.rvhin .izuk0mb .cl3ouzos{margin-right:auto}
.armf3jc .izuk0mb .cl3ouzos{margin-left:auto}
.armf3jc .izuk0mb{text-align:right}
.b2dtikhx .izuk0mb,.vkyws .izuk0mb{bottom:12px}
.b2dtikhx .izuk0mb .cl3ouzos{margin-right:auto}
.vkyws .izuk0mb .cl3ouzos{margin-left:auto}
.vkyws .izuk0mb{text-align:right}
.sjm7 .izuk0mb{position:relative;margin-top:16px}
.sjm7 .izuk0mb .cl3ouzos{margin:0 auto}
.qktj .izuk0mb{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.qktj .izuk0mb .cl3ouzos{margin:0}
.qktj .f4wez~.izuk0mb,
.qktj .gbu1220h~.izuk0mb{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.qktj .f4wez~.izuk0mb .cl3ouzos,
.qktj .gbu1220h~.izuk0mb .cl3ouzos{justify-content:flex-start}
.f4wez~.izuk0mb,.gbu1220h~.izuk0mb{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.f4wez~.izuk0mb .cl3ouzos{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gbu1220h~.izuk0mb .cl3ouzos{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.yu39zj9f .cl3ouzos{margin:0 0 12px}
.cl3ouzos{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.zcfyhqkp{white-space:nowrap}
.b69tcyl4 .zcfyhqkp{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.b69tcyl4 .le9kxo::before{content:""}
.n6h5 .zcfyhqkp{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.kk5vg .cl3ouzos{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.zd1acqca .zcfyhqkp{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.qfw9k .zcfyhqkp{color: var(--accent-light);opacity:1;font-weight:500}
.pw7ao6c .zcfyhqkp{border-bottom:1px solid currentColor;padding-bottom:2px}
.toxtrst .cl3ouzos{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.u12eb{--date-bg:var(--accent-bg)}
.bmqvco .le9kxo::before{content:""}
.dwzgd47 .zcfyhqkp + .zcfyhqkp::before{content:"•";margin-right:6px;opacity:.4}
.tepn5 .zcfyhqkp + .zcfyhqkp::before{content:"/";margin-right:6px;opacity:.35}
.sjeo03 .zcfyhqkp + .zcfyhqkp::before{content:"|";margin-right:6px;opacity:.3}
.k8xkrsy8 .zcfyhqkp + .zcfyhqkp::before{content:"—";margin-right:6px;opacity:.3}
.wzptntb1 .zcfyhqkp + .zcfyhqkp::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.idjz78 .zcfyhqkp + .zcfyhqkp::before{content:"·";margin-right:6px;opacity:.4}
.rz1h8nez .zcfyhqkp + .zcfyhqkp::before{content:"›";margin-right:6px;opacity:.4}
.evopif .zcfyhqkp + .zcfyhqkp::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.iqk7 .jpew3{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .jpew3{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .doxc{max-width:100%}
}
.fcb5i7 .vdaz6{margin:0}
@media (max-width:560px){
  .ewwxf{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .ay87 { padding: 28px 18px 20px; }
  .mec4xbcs { font-size: 1.2rem; }
  .gfe7wl { max-width: 220px; max-height: 80px; }
}
.ribsbx {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.q9vre9h8 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.wxjo  .ribsbx { border-radius: 50%; }
.kshva  .ribsbx { border-radius: 6px; }
.uiwjl .ribsbx { border-radius: 22px; }
.q4dlukq .rnipv {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ribsbx { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ek3d5w {
  margin: 28px 0 24px;
}
.ek3d5w .cx27qs {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ek3d5w .y9c22 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ek3d5w .rnipv {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ku2we5df { flex-direction: row-reverse; }
[dir="rtl"] .pzkg9u3 { flex-direction: row-reverse; }
[dir="rtl"] .kpac .pnp4m7k0 { right: auto; left: 32px; }
[dir="rtl"] .jxmosy  .pnp4m7k0 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .kpac .pnp4m7k0 { right: auto; left: 20px; }
  [dir="rtl"] .jxmosy  .pnp4m7k0 { left: auto;  right: 20px; }
}
[dir="rtl"] .sfdwm6g .f1ugfmon  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .o05zi .f1ugfmon { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .uv7ik, [dir="rtl"] .saq4i90g { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .wlu35 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .fpnvt { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .rijktj5 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .rnipv { direction: rtl; }
[dir="rtl"] .ribsbx { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .xkbgm9,
[dir="rtl"] .od1yb2c { direction: rtl; }
[dir="rtl"] .kl9gwd3h { direction: rtl; }
[dir="rtl"] .g3d1 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .v4ry .saq4i90g,
[dir="rtl"] .jwa00 .saq4i90g,
[dir="rtl"] .a4rxyozk .saq4i90g,
[dir="rtl"] .bytpo .saq4i90g {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .v4ry .saq4i90g li::before,
[dir="rtl"] .jwa00 .saq4i90g li::before,
[dir="rtl"] .a4rxyozk .saq4i90g li::before,
[dir="rtl"] .bytpo .saq4i90g li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .h43klau.fupjq00v .kxtud2m5,
[dir="rtl"] .fz1kf36.fupjq00v .kxtud2m5,
[dir="rtl"] .kni0vp.fupjq00v .kxtud2m5,
[dir="rtl"] .prjti.fupjq00v .kxtud2m5,
[dir="rtl"] .w2x7pui.fupjq00v .kxtud2m5 { text-align: right; }
[dir="rtl"] .f4wez.uotkr5af .kgxgc3z { text-align: center; }
[dir="rtl"] .y9c22,
[dir="rtl"] .gxuj,
[dir="rtl"] .bgva,
[dir="rtl"] .chck,
[dir="rtl"] .kxtud2m5 { text-align: right; }
[dir="rtl"] .mzgiif,
[dir="rtl"] .lui3dy,
[dir="rtl"] .hpm577yr,
[dir="rtl"] .deswp7 { text-align: right; direction: rtl; }
[dir="rtl"] .aqo8200 .hpm577yr,
[dir="rtl"] .k07ay4t .hpm577yr { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #7c3650;
  --brand:           #7c3650;
  --brand-light:     #623546;
  --brand-pale:      #795260;
  --grad-start:      #b6577a;
  --grad-end:        #bf8b9e;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #7c3650;
  --cta-light:       #63263c;
  --cta-hover:       #512334;
  --bg-page:         #f7f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f4;
  --bg-raised:       #f0eeef;
  --bg-hover:        #f5f4f4;
  --border:          #e7e3e4;
  --border-alt:      #dad1d5;
  --border-section:  #e7e3e4;
  --text-primary:    #1a1819;
  --text-muted:      #5d5558;
  --text-body:       #353032;
  --text-sub:        #50484b;
  --text-faint:      #85797d;
  --text-dim:        #9d9497;
  --text-label:      #6a6164;
  --text-value:      #423c3e;
  --accent-bg:       #ece8ea;
  --accent-bg-light: #e2d4d9;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #2a8022;
  --c-cons:          #9f2128;
  --c-pros-label:    #329829;
  --c-tip-border:    #37a82d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #2a8022;
}
:root { --logo-bg-opacity: 49%; }
body, button, input { font-family: "Karla", sans-serif; }
.xvvwxv .xv2n { font-size: 0; width: 1.2rem; flex-shrink: 0; }.xvvwxv .xv2n::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.xvvwxv .fbow77a     .xv2n::before { content: "";  color: var(--c-tip-border); }.xvvwxv .qkgbai .xv2n::before { content: ""; color: var(--c-warn-border); }.xvvwxv .cw0i3z    .xv2n::before { content: ""; color: #60a5fa; }.s26e .xvvwxv .fbow77a     .xv2n::before { color: #10b981; }.s26e .xvvwxv .qkgbai .xv2n::before { color: #f43f5e; }.s26e .xvvwxv .cw0i3z    .xv2n::before { color: #a855f7; }.hfz5  .xvvwxv .fbow77a     .xv2n::before { color: #eab308; }.hfz5  .xvvwxv .qkgbai .xv2n::before { color: #ef4444; }.hfz5  .xvvwxv .cw0i3z    .xv2n::before { color: #f97316; }.zaoet  .xvvwxv .fbow77a     .xv2n::before { color: #38bdf8; }.zaoet  .xvvwxv .qkgbai .xv2n::before { color: #818cf8; }.zaoet  .xvvwxv .cw0i3z    .xv2n::before { color: #2dd4bf; }.vyln357i .xvvwxv .xv2n::before { color: var(--accent-light) !important; }
.d2sncpp6 .o2vsj, .d2sncpp6 .f4wez { min-height: 320px; }
.rx0nm .gni20::after,.rx0nm .pnp4m7k0::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.op8n48::before { content: '/'; }